Skip to content

Commit 8ece6fb

Browse files
committed
fix: reorganization of files and folders
1 parent 794213b commit 8ece6fb

File tree

125 files changed

+500
-343
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+500
-343
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "evolution-api",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"description": "Rest api for communication with WhatsApp",
55
"main": "./dist/src/main.js",
66
"scripts": {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/whatsapp/controllers/instance.controller.ts renamed to src/api/controllers/instance.controller.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ import { Logger } from '../../config/logger.config';
88
import { BadRequestException, InternalServerErrorException } from '../../exceptions';
99
import { RedisCache } from '../../libs/redis.client';
1010
import { InstanceDto, SetPresenceDto } from '../dto/instance.dto';
11+
import { ChatwootService } from '../integrations/chatwoot/services/chatwoot.service';
12+
import { RabbitmqService } from '../integrations/rabbitmq/services/rabbitmq.service';
13+
import { SqsService } from '../integrations/sqs/services/sqs.service';
14+
import { TypebotService } from '../integrations/typebot/services/typebot.service';
15+
import { WebsocketService } from '../integrations/websocket/services/websocket.service';
1116
import { RepositoryBroker } from '../repository/repository.manager';
1217
import { AuthService, OldToken } from '../services/auth.service';
1318
import { CacheService } from '../services/cache.service';
14-
import { ChatwootService } from '../services/chatwoot.service';
1519
import { IntegrationService } from '../services/integration.service';
1620
import { WAMonitoringService } from '../services/monitor.service';
17-
import { RabbitmqService } from '../services/rabbitmq.service';
1821
import { SettingsService } from '../services/settings.service';
19-
import { SqsService } from '../services/sqs.service';
20-
import { TypebotService } from '../services/typebot.service';
2122
import { WebhookService } from '../services/webhook.service';
22-
import { WebsocketService } from '../services/websocket.service';
2323
import { BaileysStartupService } from '../services/whatsapp.baileys.service';
2424
import { BusinessStartupService } from '../services/whatsapp.business.service';
2525
import { Events, Integration, wa } from '../types/wa.types';
File renamed without changes.

0 commit comments

Comments
 (0)