n8n-nodes-confirm8 0.24.0 → 0.26.0

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.
@@ -7,7 +7,6 @@ class ApiConfirm8 {
7
7
  this.description = {
8
8
  displayName: "API Confirm8",
9
9
  name: "apiConfirm8",
10
- icon: "file:api.svg",
11
10
  group: ["transform"],
12
11
  version: 1,
13
12
  subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
@@ -16,7 +16,6 @@ class Confirm8OSTool {
16
16
  this.description = {
17
17
  displayName: "Confirm8 OS (Chumbed AI Tool)",
18
18
  name: "confirm8OsTool",
19
- icon: "file:tool.svg",
20
19
  group: ["transform"],
21
20
  version: 1,
22
21
  description: "Work Orders (OS) tool for Confirm8. CHUMBED: resource/order is fixed; operation is derived internally (getAll vs get). Dates are always ISO YYYY-MM-DD.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-confirm8",
3
- "version": "0.24.0",
3
+ "version": "0.26.0",
4
4
  "description": "Simple n8n node for Confirm8 API - no credentials needed",
5
5
  "license": "MIT",
6
6
  "author": "Bill Hebert",
package/README.md DELETED
@@ -1,58 +0,0 @@
1
- # n8n-nodes-confirm8
2
-
3
- Node simples para n8n que conecta com a API Confirm8.
4
-
5
- ## ✨ Características
6
-
7
- - ✅ **Sem credenciais separadas** - Tudo configurado diretamente no node
8
- - ✅ **Simples de usar** - Configure uma vez e use
9
- - ✅ **Operações básicas** - Users e Clients
10
-
11
- ## 📦 Instalação
12
-
13
- ### Via n8n Interface
14
-
15
- 1. Settings → Community Nodes → Install
16
- 2. Digite: `n8n-nodes-confirm8`
17
- 3. **REINICIE o n8n**
18
-
19
- ### Via npm
20
-
21
- ```bash
22
- npm install n8n-nodes-confirm8
23
- # Reinicie o n8n
24
- ```
25
-
26
- ## 🚀 Como Usar
27
-
28
- 1. Adicione o node "API Confirm8" ao workflow
29
- 2. Configure os campos:
30
- - **Base URL**: `https://api.confirm8.com`
31
- - **Bearer Token**: Seu token
32
- - **X-API-DOMAIN**: Seu domínio
33
- - **X-APIKEY-TOKEN**: Sua chave
34
- 3. Escolha Resource e Operation
35
- 4. Execute!
36
-
37
- ## 📋 Operações Disponíveis
38
-
39
- ### User
40
- - Get - Buscar usuário por ID
41
- - Get All - Listar todos
42
- - Create - Criar novo
43
- - Update - Atualizar existente
44
-
45
- ### Client
46
- - Get - Buscar cliente por ID
47
- - Get All - Listar todos
48
-
49
- ## 🔧 Desenvolvimento
50
-
51
- ```bash
52
- npm install
53
- npm run build
54
- ```
55
-
56
- ## 📄 Licença
57
-
58
- MIT