calibrate files

This commit is contained in:
Leandro Gonçalves da Silva 2024-03-20 17:17:22 -03:00
parent 457fcde572
commit 408fe8f021
145 changed files with 3 additions and 3 deletions

0
.DS_Store vendored Normal file → Executable file
View File

0
.dockerignore Normal file → Executable file
View File

0
.eslintignore Normal file → Executable file
View File

0
.eslintrc.js Normal file → Executable file
View File

0
.gitignore vendored Normal file → Executable file
View File

0
.prettierrc.js Normal file → Executable file
View File

4
.vscode/settings.json vendored Normal file → Executable file
View File

@ -5,7 +5,7 @@
"editor.smoothScrolling": true,
"editor.tabSize": 2,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll": true
"source.fixAll.eslint": "explicit",
"source.fixAll": "explicit"
}
}

0
CHANGELOG.md Normal file → Executable file
View File

0
Docker/.env.example Normal file → Executable file
View File

0
Docker/docker-compose.yaml Normal file → Executable file
View File

0
Docker/evolution-api-all-services/.env Normal file → Executable file
View File

0
Docker/evolution-api-all-services/docker-compose.yaml Normal file → Executable file
View File

0
Docker/mongodb/docker-compose.yaml Normal file → Executable file
View File

0
Docker/redis/docker-compose.yaml Normal file → Executable file
View File

2
Dockerfile Normal file → Executable file
View File

@ -1,4 +1,4 @@
FROM node:20.7.0-alpine
FROM node:20.11.1-alpine
LABEL version="1.5.4" description="Api to control whatsapp features through http requests."
LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"

0
Extras/appsmith/manager.json Normal file → Executable file
View File

0
Extras/chatwoot/configurar_admin.json Normal file → Executable file
View File

0
Extras/chatwoot/criador_de_empresas.json Normal file → Executable file
View File

0
Extras/chatwoot/criador_de_inbox.json Normal file → Executable file
View File

0
Extras/typebot/typebot-example.json Normal file → Executable file
View File

0
LICENSE Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
captain-definition Normal file → Executable file
View File

0
docker-compose.yaml.example Normal file → Executable file
View File

0
docker-compose.yaml.example.complete Normal file → Executable file
View File

0
docker-compose.yaml.example.dockerhub Normal file → Executable file
View File

0
instances/.gitkeep Normal file → Executable file
View File

0
package.json Normal file → Executable file
View File

0
public/images/atendai-logo.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

0
public/images/bmc_qr.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

0
public/images/code.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

0
public/images/cover.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

0
public/images/evolution-logo.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

0
public/images/picpay-image.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 65 KiB

0
public/images/picpay-qr.jpeg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 111 KiB

After

Width:  |  Height:  |  Size: 111 KiB

0
public/images/video-cover.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

0
src/config/env.config.ts Normal file → Executable file
View File

0
src/config/error.config.ts Normal file → Executable file
View File

0
src/config/event.config.ts Normal file → Executable file
View File

0
src/config/logger.config.ts Normal file → Executable file
View File

0
src/config/path.config.ts Normal file → Executable file
View File

0
src/dev-env.yml Normal file → Executable file
View File

0
src/docs/swagger.conf.ts Normal file → Executable file
View File

0
src/docs/swagger.yaml Normal file → Executable file
View File

0
src/exceptions/400.exception.ts Normal file → Executable file
View File

0
src/exceptions/401.exception.ts Normal file → Executable file
View File

0
src/exceptions/403.exception.ts Normal file → Executable file
View File

0
src/exceptions/404.exception.ts Normal file → Executable file
View File

0
src/exceptions/500.exception.ts Normal file → Executable file
View File

0
src/exceptions/index.ts Normal file → Executable file
View File

0
src/libs/amqp.server.ts Normal file → Executable file
View File

0
src/libs/db.connect.ts Normal file → Executable file
View File

0
src/libs/redis.client.ts Normal file → Executable file
View File

0
src/libs/socket.server.ts Normal file → Executable file
View File

0
src/main.ts Normal file → Executable file
View File

0
src/utils/server-up.ts Normal file → Executable file
View File

0
src/utils/use-multi-file-auth-state-db.ts Normal file → Executable file
View File

0
src/utils/use-multi-file-auth-state-redis-db.ts Normal file → Executable file
View File

0
src/validate/validate.schema.ts Normal file → Executable file
View File

0
src/whatsapp/abstract/abstract.repository.ts Normal file → Executable file
View File

0
src/whatsapp/abstract/abstract.router.ts Normal file → Executable file
View File

0
src/whatsapp/controllers/chamaai.controller.ts Normal file → Executable file
View File

0
src/whatsapp/controllers/chat.controller.ts Normal file → Executable file
View File

0
src/whatsapp/controllers/chatwoot.controller.ts Normal file → Executable file
View File

0
src/whatsapp/controllers/group.controller.ts Normal file → Executable file
View File

0
src/whatsapp/controllers/instance.controller.ts Normal file → Executable file
View File

0
src/whatsapp/controllers/proxy.controller.ts Normal file → Executable file
View File

0
src/whatsapp/controllers/rabbitmq.controller.ts Normal file → Executable file
View File

0
src/whatsapp/controllers/sendMessage.controller.ts Normal file → Executable file
View File

0
src/whatsapp/controllers/settings.controller.ts Normal file → Executable file
View File

0
src/whatsapp/controllers/typebot.controller.ts Normal file → Executable file
View File

0
src/whatsapp/controllers/views.controller.ts Normal file → Executable file
View File

0
src/whatsapp/controllers/webhook.controller.ts Normal file → Executable file
View File

0
src/whatsapp/controllers/websocket.controller.ts Normal file → Executable file
View File

0
src/whatsapp/dto/chamaai.dto.ts Normal file → Executable file
View File

0
src/whatsapp/dto/chat.dto.ts Normal file → Executable file
View File

0
src/whatsapp/dto/chatwoot.dto.ts Normal file → Executable file
View File

0
src/whatsapp/dto/group.dto.ts Normal file → Executable file
View File

0
src/whatsapp/dto/instance.dto.ts Normal file → Executable file
View File

0
src/whatsapp/dto/proxy.dto.ts Normal file → Executable file
View File

0
src/whatsapp/dto/rabbitmq.dto.ts Normal file → Executable file
View File

0
src/whatsapp/dto/sendMessage.dto.ts Normal file → Executable file
View File

0
src/whatsapp/dto/settings.dto.ts Normal file → Executable file
View File

0
src/whatsapp/dto/typebot.dto.ts Normal file → Executable file
View File

0
src/whatsapp/dto/webhook.dto.ts Normal file → Executable file
View File

0
src/whatsapp/dto/websocket.dto.ts Normal file → Executable file
View File

0
src/whatsapp/guards/auth.guard.ts Normal file → Executable file
View File

0
src/whatsapp/guards/instance.guard.ts Normal file → Executable file
View File

0
src/whatsapp/models/auth.model.ts Normal file → Executable file
View File

0
src/whatsapp/models/chamaai.model.ts Normal file → Executable file
View File

0
src/whatsapp/models/chat.model.ts Normal file → Executable file
View File

0
src/whatsapp/models/chatwoot.model.ts Normal file → Executable file
View File

0
src/whatsapp/models/contact.model.ts Normal file → Executable file
View File

0
src/whatsapp/models/index.ts Normal file → Executable file
View File

0
src/whatsapp/models/message.model.ts Normal file → Executable file
View File

0
src/whatsapp/models/proxy.model.ts Normal file → Executable file
View File

0
src/whatsapp/models/rabbitmq.model.ts Normal file → Executable file
View File

0
src/whatsapp/models/settings.model.ts Normal file → Executable file
View File

0
src/whatsapp/models/typebot.model.ts Normal file → Executable file
View File

0
src/whatsapp/models/webhook.model.ts Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More