mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-16 12:12:55 -06:00
chore: eslint applied
This commit is contained in:
parent
e27db0612f
commit
56a8e09ba8
@ -3,6 +3,8 @@ import {
|
|||||||
BlockUserDto,
|
BlockUserDto,
|
||||||
DeleteMessage,
|
DeleteMessage,
|
||||||
getBase64FromMediaMessageDto,
|
getBase64FromMediaMessageDto,
|
||||||
|
getCatalogDto,
|
||||||
|
getCollectionsDto,
|
||||||
MarkChatUnreadDto,
|
MarkChatUnreadDto,
|
||||||
NumberDto,
|
NumberDto,
|
||||||
PrivacySettingDto,
|
PrivacySettingDto,
|
||||||
@ -13,8 +15,6 @@ import {
|
|||||||
SendPresenceDto,
|
SendPresenceDto,
|
||||||
UpdateMessageDto,
|
UpdateMessageDto,
|
||||||
WhatsAppNumberDto,
|
WhatsAppNumberDto,
|
||||||
getCatalogDto,
|
|
||||||
getCollectionsDto,
|
|
||||||
} from '@api/dto/chat.dto';
|
} from '@api/dto/chat.dto';
|
||||||
import { InstanceDto } from '@api/dto/instance.dto';
|
import { InstanceDto } from '@api/dto/instance.dto';
|
||||||
import { Query } from '@api/repository/repository.service';
|
import { Query } from '@api/repository/repository.service';
|
||||||
|
@ -4,6 +4,8 @@ import {
|
|||||||
BlockUserDto,
|
BlockUserDto,
|
||||||
DeleteMessage,
|
DeleteMessage,
|
||||||
getBase64FromMediaMessageDto,
|
getBase64FromMediaMessageDto,
|
||||||
|
getCatalogDto,
|
||||||
|
getCollectionsDto,
|
||||||
LastMessage,
|
LastMessage,
|
||||||
MarkChatUnreadDto,
|
MarkChatUnreadDto,
|
||||||
NumberBusiness,
|
NumberBusiness,
|
||||||
@ -13,8 +15,6 @@ import {
|
|||||||
SendPresenceDto,
|
SendPresenceDto,
|
||||||
UpdateMessageDto,
|
UpdateMessageDto,
|
||||||
WhatsAppNumberDto,
|
WhatsAppNumberDto,
|
||||||
getCatalogDto,
|
|
||||||
getCollectionsDto,
|
|
||||||
} from '@api/dto/chat.dto';
|
} from '@api/dto/chat.dto';
|
||||||
import {
|
import {
|
||||||
AcceptGroupInvite,
|
AcceptGroupInvite,
|
||||||
@ -93,6 +93,7 @@ import makeWASocket, {
|
|||||||
BufferedEventData,
|
BufferedEventData,
|
||||||
BufferJSON,
|
BufferJSON,
|
||||||
CacheStore,
|
CacheStore,
|
||||||
|
CatalogCollection,
|
||||||
Chat,
|
Chat,
|
||||||
ConnectionState,
|
ConnectionState,
|
||||||
Contact,
|
Contact,
|
||||||
@ -102,6 +103,7 @@ import makeWASocket, {
|
|||||||
fetchLatestBaileysVersion,
|
fetchLatestBaileysVersion,
|
||||||
generateWAMessageFromContent,
|
generateWAMessageFromContent,
|
||||||
getAggregateVotesInPollMessage,
|
getAggregateVotesInPollMessage,
|
||||||
|
GetCatalogOptions,
|
||||||
getContentType,
|
getContentType,
|
||||||
getDevice,
|
getDevice,
|
||||||
GroupMetadata,
|
GroupMetadata,
|
||||||
@ -115,6 +117,7 @@ import makeWASocket, {
|
|||||||
MiscMessageGenerationOptions,
|
MiscMessageGenerationOptions,
|
||||||
ParticipantAction,
|
ParticipantAction,
|
||||||
prepareWAMessageMedia,
|
prepareWAMessageMedia,
|
||||||
|
Product,
|
||||||
proto,
|
proto,
|
||||||
UserFacingSocketConfig,
|
UserFacingSocketConfig,
|
||||||
WABrowserDescription,
|
WABrowserDescription,
|
||||||
@ -123,9 +126,6 @@ import makeWASocket, {
|
|||||||
WAMessageUpdate,
|
WAMessageUpdate,
|
||||||
WAPresence,
|
WAPresence,
|
||||||
WASocket,
|
WASocket,
|
||||||
Product,
|
|
||||||
GetCatalogOptions,
|
|
||||||
CatalogCollection,
|
|
||||||
} from 'baileys';
|
} from 'baileys';
|
||||||
import { Label } from 'baileys/lib/Types/Label';
|
import { Label } from 'baileys/lib/Types/Label';
|
||||||
import { LabelAssociation } from 'baileys/lib/Types/LabelAssociation';
|
import { LabelAssociation } from 'baileys/lib/Types/LabelAssociation';
|
||||||
|
@ -22,6 +22,8 @@ import { Contact, Message, MessageUpdate } from '@prisma/client';
|
|||||||
import {
|
import {
|
||||||
archiveChatSchema,
|
archiveChatSchema,
|
||||||
blockUserSchema,
|
blockUserSchema,
|
||||||
|
catalogSchema,
|
||||||
|
collectionsSchema,
|
||||||
contactValidateSchema,
|
contactValidateSchema,
|
||||||
deleteMessageSchema,
|
deleteMessageSchema,
|
||||||
markChatUnreadSchema,
|
markChatUnreadSchema,
|
||||||
@ -36,8 +38,6 @@ import {
|
|||||||
readMessageSchema,
|
readMessageSchema,
|
||||||
updateMessageSchema,
|
updateMessageSchema,
|
||||||
whatsappNumberSchema,
|
whatsappNumberSchema,
|
||||||
catalogSchema,
|
|
||||||
collectionsSchema,
|
|
||||||
} from '@validate/validate.schema';
|
} from '@validate/validate.schema';
|
||||||
import { RequestHandler, Router } from 'express';
|
import { RequestHandler, Router } from 'express';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user