n8n-nodes-atendix 1.3.2 → 1.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22,9 +22,9 @@ class TrayApiAuto {
22
22
  displayName: 'API Address',
23
23
  name: 'apiAddress',
24
24
  type: 'string',
25
- default: 'https://1225878.commercesuite.com.br/web_api',
25
+ default: 'https://api.tray.com.br',
26
26
  required: true,
27
- description: 'Endereço base da API Tray. Formato: https://{storeId}.commercesuite.com.br/web_api',
27
+ description: 'Endereço base da API Tray (geralmente https://api.tray.com.br)',
28
28
  },
29
29
  {
30
30
  displayName: 'Authorization Code',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-atendix",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "Conector Atendix para integração nativa com a Tray Commerce",
5
5
  "keywords": ["n8n-community-node-package"],
6
6
  "license": "MIT",