@bonsae/node-red-salesforce 0.2.0 → 0.4.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.
- package/index.d.ts +10 -25
- package/index.html +1 -1
- package/index.mjs +326 -323
- package/index.mjs.map +1 -1
- package/locales/de/index.html +1 -3
- package/locales/de/index.json +90 -34
- package/locales/en-US/index.html +1 -3
- package/locales/en-US/index.json +91 -35
- package/locales/es-ES/index.html +1 -3
- package/locales/es-ES/index.json +90 -34
- package/locales/fr/index.html +1 -3
- package/locales/fr/index.json +90 -34
- package/locales/ja/index.html +1 -3
- package/locales/ja/index.json +90 -34
- package/locales/ko/index.html +1 -3
- package/locales/ko/index.json +90 -34
- package/locales/pt-BR/index.html +1 -3
- package/locales/pt-BR/index.json +90 -34
- package/locales/ru/index.html +1 -3
- package/locales/ru/index.json +90 -34
- package/locales/zh-CN/index.html +1 -3
- package/locales/zh-CN/index.json +90 -34
- package/locales/zh-TW/index.html +1 -3
- package/locales/zh-TW/index.json +90 -34
- package/package.json +2 -2
- package/resources/index.BmVSYWAa.js +1 -0
- package/resources/index.DheUFZEA.js +0 -1
package/locales/en-US/index.json
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"salesforce-apex": {
|
|
3
|
+
"configs": {
|
|
4
|
+
"name": "Name",
|
|
5
|
+
"connection": "Connection",
|
|
6
|
+
"method": "Method",
|
|
7
|
+
"path": "Path"
|
|
8
|
+
},
|
|
9
|
+
"toggles": {
|
|
10
|
+
"validateInput": "Validate Input",
|
|
11
|
+
"validateOutput": "Validate Output",
|
|
12
|
+
"errorPort": "Error Port",
|
|
13
|
+
"completePort": "Complete Port",
|
|
14
|
+
"statusPort": "Status Port"
|
|
15
|
+
},
|
|
3
16
|
"$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
|
|
4
17
|
"label": "Apex",
|
|
5
18
|
"description": "Invokes a Salesforce Apex REST endpoint.",
|
|
@@ -7,11 +20,6 @@
|
|
|
7
20
|
"outputLabels": [
|
|
8
21
|
"Response"
|
|
9
22
|
],
|
|
10
|
-
"configs": {
|
|
11
|
-
"connection": "Connection",
|
|
12
|
-
"method": "Method",
|
|
13
|
-
"path": "Path"
|
|
14
|
-
},
|
|
15
23
|
"input": {
|
|
16
24
|
"payload": "Request body"
|
|
17
25
|
},
|
|
@@ -22,20 +30,28 @@
|
|
|
22
30
|
]
|
|
23
31
|
},
|
|
24
32
|
"salesforce-bulk": {
|
|
33
|
+
"configs": {
|
|
34
|
+
"name": "Name",
|
|
35
|
+
"connection": "Connection",
|
|
36
|
+
"operation": "Operation",
|
|
37
|
+
"sObjectType": "SObject Type",
|
|
38
|
+
"externalIdField": "External ID Field"
|
|
39
|
+
},
|
|
40
|
+
"toggles": {
|
|
41
|
+
"validateInput": "Validate Input",
|
|
42
|
+
"validateOutput": "Validate Output",
|
|
43
|
+
"errorPort": "Error Port",
|
|
44
|
+
"completePort": "Complete Port",
|
|
45
|
+
"statusPort": "Status Port"
|
|
46
|
+
},
|
|
25
47
|
"$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
|
|
26
48
|
"label": "Bulk",
|
|
27
49
|
"description": "Performs bulk operations using the Salesforce Bulk API 2.0 for large data volumes.",
|
|
28
50
|
"inputLabels": "Records or query",
|
|
29
51
|
"outputLabels": [
|
|
30
52
|
"Record",
|
|
31
|
-
"Job
|
|
53
|
+
"Job Created"
|
|
32
54
|
],
|
|
33
|
-
"configs": {
|
|
34
|
-
"connection": "Connection",
|
|
35
|
-
"operation": "Operation",
|
|
36
|
-
"sObjectType": "SObject Type",
|
|
37
|
-
"externalIdField": "External ID Field"
|
|
38
|
-
},
|
|
39
55
|
"input": {
|
|
40
56
|
"payload": "Records array or SOQL query"
|
|
41
57
|
},
|
|
@@ -46,15 +62,23 @@
|
|
|
46
62
|
]
|
|
47
63
|
},
|
|
48
64
|
"salesforce-connection": {
|
|
49
|
-
"$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
|
|
50
|
-
"label": "Connection",
|
|
51
|
-
"description": "Manages a connection to a Salesforce org using OAuth 2.0 with PKCE. Provides authentication and token management for other Salesforce nodes.",
|
|
52
65
|
"configs": {
|
|
66
|
+
"name": "Name",
|
|
53
67
|
"loginUrl": "Login URL",
|
|
54
68
|
"clientId": "Client ID",
|
|
55
69
|
"apiVersion": "API Version",
|
|
56
70
|
"callbackUrl": "Callback URL"
|
|
57
71
|
},
|
|
72
|
+
"toggles": {
|
|
73
|
+
"validateInput": "Validate Input",
|
|
74
|
+
"validateOutput": "Validate Output",
|
|
75
|
+
"errorPort": "Error Port",
|
|
76
|
+
"completePort": "Complete Port",
|
|
77
|
+
"statusPort": "Status Port"
|
|
78
|
+
},
|
|
79
|
+
"$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
|
|
80
|
+
"label": "Connection",
|
|
81
|
+
"description": "Manages a connection to a Salesforce org using OAuth 2.0 with PKCE. Provides authentication and token management for other Salesforce nodes.",
|
|
58
82
|
"credentials": {
|
|
59
83
|
"accessToken": "Access Token",
|
|
60
84
|
"refreshToken": "Refresh Token",
|
|
@@ -62,6 +86,18 @@
|
|
|
62
86
|
}
|
|
63
87
|
},
|
|
64
88
|
"salesforce-describe": {
|
|
89
|
+
"configs": {
|
|
90
|
+
"name": "Name",
|
|
91
|
+
"connection": "Connection",
|
|
92
|
+
"sObjectType": "SObject Type"
|
|
93
|
+
},
|
|
94
|
+
"toggles": {
|
|
95
|
+
"validateInput": "Validate Input",
|
|
96
|
+
"validateOutput": "Validate Output",
|
|
97
|
+
"errorPort": "Error Port",
|
|
98
|
+
"completePort": "Complete Port",
|
|
99
|
+
"statusPort": "Status Port"
|
|
100
|
+
},
|
|
65
101
|
"$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
|
|
66
102
|
"label": "Describe",
|
|
67
103
|
"description": "Retrieves metadata for a Salesforce SObject including fields, relationships, and record types.",
|
|
@@ -69,10 +105,6 @@
|
|
|
69
105
|
"outputLabels": [
|
|
70
106
|
"SObject metadata"
|
|
71
107
|
],
|
|
72
|
-
"configs": {
|
|
73
|
-
"connection": "Connection",
|
|
74
|
-
"sObjectType": "SObject Type"
|
|
75
|
-
},
|
|
76
108
|
"input": {
|
|
77
109
|
"payload": "Input payload"
|
|
78
110
|
},
|
|
@@ -83,6 +115,20 @@
|
|
|
83
115
|
]
|
|
84
116
|
},
|
|
85
117
|
"salesforce-dml": {
|
|
118
|
+
"configs": {
|
|
119
|
+
"name": "Name",
|
|
120
|
+
"connection": "Connection",
|
|
121
|
+
"operation": "Operation",
|
|
122
|
+
"sObjectType": "SObject Type",
|
|
123
|
+
"externalIdField": "External ID Field"
|
|
124
|
+
},
|
|
125
|
+
"toggles": {
|
|
126
|
+
"validateInput": "Validate Input",
|
|
127
|
+
"validateOutput": "Validate Output",
|
|
128
|
+
"errorPort": "Error Port",
|
|
129
|
+
"completePort": "Complete Port",
|
|
130
|
+
"statusPort": "Status Port"
|
|
131
|
+
},
|
|
86
132
|
"$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
|
|
87
133
|
"label": "DML",
|
|
88
134
|
"description": "Performs create, read, update, delete, or upsert operations on Salesforce SObjects.",
|
|
@@ -90,12 +136,6 @@
|
|
|
90
136
|
"outputLabels": [
|
|
91
137
|
"Operation result"
|
|
92
138
|
],
|
|
93
|
-
"configs": {
|
|
94
|
-
"connection": "Connection",
|
|
95
|
-
"operation": "Operation",
|
|
96
|
-
"sObjectType": "SObject Type",
|
|
97
|
-
"externalIdField": "External ID Field"
|
|
98
|
-
},
|
|
99
139
|
"input": {
|
|
100
140
|
"payload": "Record data or ID(s)"
|
|
101
141
|
},
|
|
@@ -106,6 +146,18 @@
|
|
|
106
146
|
]
|
|
107
147
|
},
|
|
108
148
|
"salesforce-soql": {
|
|
149
|
+
"configs": {
|
|
150
|
+
"name": "Name",
|
|
151
|
+
"connection": "Connection",
|
|
152
|
+
"query": "Query"
|
|
153
|
+
},
|
|
154
|
+
"toggles": {
|
|
155
|
+
"validateInput": "Validate Input",
|
|
156
|
+
"validateOutput": "Validate Output",
|
|
157
|
+
"errorPort": "Error Port",
|
|
158
|
+
"completePort": "Complete Port",
|
|
159
|
+
"statusPort": "Status Port"
|
|
160
|
+
},
|
|
109
161
|
"$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
|
|
110
162
|
"label": "SOQL",
|
|
111
163
|
"description": "Executes a SOQL query against Salesforce and returns the matching records.",
|
|
@@ -113,10 +165,6 @@
|
|
|
113
165
|
"outputLabels": [
|
|
114
166
|
"Query results"
|
|
115
167
|
],
|
|
116
|
-
"configs": {
|
|
117
|
-
"connection": "Connection",
|
|
118
|
-
"query": "Query"
|
|
119
|
-
},
|
|
120
168
|
"input": {
|
|
121
169
|
"payload": "Input payload"
|
|
122
170
|
},
|
|
@@ -129,19 +177,27 @@
|
|
|
129
177
|
]
|
|
130
178
|
},
|
|
131
179
|
"salesforce-streaming": {
|
|
132
|
-
"$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
|
|
133
|
-
"label": "Streaming",
|
|
134
|
-
"description": "Subscribes to Salesforce Platform Events and Change Data Capture events using the Pub/Sub API (gRPC).",
|
|
135
|
-
"outputLabels": [
|
|
136
|
-
"Event"
|
|
137
|
-
],
|
|
138
180
|
"configs": {
|
|
181
|
+
"name": "Name",
|
|
139
182
|
"connection": "Connection",
|
|
140
183
|
"channelName": "Channel",
|
|
141
184
|
"subscribeType": "Subscribe From",
|
|
142
185
|
"replayId": "Replay ID",
|
|
143
186
|
"numRequested": "Batch Size"
|
|
144
187
|
},
|
|
188
|
+
"toggles": {
|
|
189
|
+
"validateInput": "Validate Input",
|
|
190
|
+
"validateOutput": "Validate Output",
|
|
191
|
+
"errorPort": "Error Port",
|
|
192
|
+
"completePort": "Complete Port",
|
|
193
|
+
"statusPort": "Status Port"
|
|
194
|
+
},
|
|
195
|
+
"$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
|
|
196
|
+
"label": "Streaming",
|
|
197
|
+
"description": "Subscribes to Salesforce Platform Events and Change Data Capture events using the Pub/Sub API (gRPC).",
|
|
198
|
+
"outputLabels": [
|
|
199
|
+
"Event"
|
|
200
|
+
],
|
|
145
201
|
"outputs": [
|
|
146
202
|
{
|
|
147
203
|
"payload": "Event payload",
|
package/locales/es-ES/index.html
CHANGED
|
@@ -115,10 +115,8 @@
|
|
|
115
115
|
<tr><td></td><td>lineEnding</td><td></td><td>Sí</td><td><code>"LF"</code></td><td></td></tr>
|
|
116
116
|
<tr><td></td><td>pollInterval</td><td>number [min: 1000]</td><td>Sí</td><td><code>5000</code></td><td></td></tr>
|
|
117
117
|
<tr><td></td><td>pollTimeout</td><td>number [min: 5000]</td><td>Sí</td><td><code>60000</code></td><td></td></tr>
|
|
118
|
-
<tr><td></td><td>emitJobCreated</td><td>boolean</td><td>Sí</td><td><code>false</code></td><td></td></tr>
|
|
119
|
-
<tr><td></td><td>outputs</td><td>number</td><td>Sí</td><td><code>2</code></td><td></td></tr>
|
|
120
118
|
<tr><td></td><td>emitError</td><td>boolean</td><td>Sí</td><td><code>false</code></td><td></td></tr>
|
|
121
|
-
<tr><td></td><td>emitComplete</td><td>boolean</td><td>Sí</td><td><code>
|
|
119
|
+
<tr><td></td><td>emitComplete</td><td>boolean</td><td>Sí</td><td><code>true</code></td><td></td></tr>
|
|
122
120
|
<tr><td></td><td>emitStatus</td><td>boolean</td><td>Sí</td><td><code>false</code></td><td></td></tr>
|
|
123
121
|
</tbody>
|
|
124
122
|
</table>
|
package/locales/es-ES/index.json
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"salesforce-apex": {
|
|
3
|
+
"configs": {
|
|
4
|
+
"name": "Nombre",
|
|
5
|
+
"connection": "Connection",
|
|
6
|
+
"method": "Método",
|
|
7
|
+
"path": "Ruta"
|
|
8
|
+
},
|
|
9
|
+
"toggles": {
|
|
10
|
+
"validateInput": "Validar entrada",
|
|
11
|
+
"validateOutput": "Validar salida",
|
|
12
|
+
"errorPort": "Puerto de error",
|
|
13
|
+
"completePort": "Puerto de completado",
|
|
14
|
+
"statusPort": "Puerto de estado"
|
|
15
|
+
},
|
|
3
16
|
"$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
|
|
4
17
|
"label": "Apex",
|
|
5
18
|
"description": "Invoca un endpoint REST de Apex en Salesforce.",
|
|
@@ -7,11 +20,6 @@
|
|
|
7
20
|
"outputLabels": [
|
|
8
21
|
"Respuesta"
|
|
9
22
|
],
|
|
10
|
-
"configs": {
|
|
11
|
-
"connection": "Connection",
|
|
12
|
-
"method": "Método",
|
|
13
|
-
"path": "Ruta"
|
|
14
|
-
},
|
|
15
23
|
"input": {
|
|
16
24
|
"payload": "Cuerpo de la solicitud"
|
|
17
25
|
},
|
|
@@ -22,6 +30,20 @@
|
|
|
22
30
|
]
|
|
23
31
|
},
|
|
24
32
|
"salesforce-bulk": {
|
|
33
|
+
"configs": {
|
|
34
|
+
"name": "Nombre",
|
|
35
|
+
"connection": "Connection",
|
|
36
|
+
"operation": "Operación",
|
|
37
|
+
"sObjectType": "Tipo de SObject",
|
|
38
|
+
"externalIdField": "Campo de ID externo"
|
|
39
|
+
},
|
|
40
|
+
"toggles": {
|
|
41
|
+
"validateInput": "Validar entrada",
|
|
42
|
+
"validateOutput": "Validar salida",
|
|
43
|
+
"errorPort": "Puerto de error",
|
|
44
|
+
"completePort": "Puerto de completado",
|
|
45
|
+
"statusPort": "Puerto de estado"
|
|
46
|
+
},
|
|
25
47
|
"$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
|
|
26
48
|
"label": "Bulk",
|
|
27
49
|
"description": "Realiza operaciones masivas utilizando la API Bulk 2.0 de Salesforce para grandes volúmenes de datos.",
|
|
@@ -30,12 +52,6 @@
|
|
|
30
52
|
"Registro",
|
|
31
53
|
"Job Completado"
|
|
32
54
|
],
|
|
33
|
-
"configs": {
|
|
34
|
-
"connection": "Connection",
|
|
35
|
-
"operation": "Operación",
|
|
36
|
-
"sObjectType": "Tipo de SObject",
|
|
37
|
-
"externalIdField": "Campo de ID externo"
|
|
38
|
-
},
|
|
39
55
|
"input": {
|
|
40
56
|
"payload": "Arreglo de registros o consulta SOQL"
|
|
41
57
|
},
|
|
@@ -46,15 +62,23 @@
|
|
|
46
62
|
]
|
|
47
63
|
},
|
|
48
64
|
"salesforce-connection": {
|
|
49
|
-
"$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
|
|
50
|
-
"label": "Connection",
|
|
51
|
-
"description": "Gestiona una conexión a una organización de Salesforce utilizando OAuth 2.0 con PKCE. Proporciona autenticación y gestión de tokens para otros nodos de Salesforce.",
|
|
52
65
|
"configs": {
|
|
66
|
+
"name": "Nombre",
|
|
53
67
|
"loginUrl": "URL de inicio de sesión",
|
|
54
68
|
"clientId": "ID de cliente",
|
|
55
69
|
"apiVersion": "Versión de API",
|
|
56
70
|
"callbackUrl": "URL de retorno"
|
|
57
71
|
},
|
|
72
|
+
"toggles": {
|
|
73
|
+
"validateInput": "Validar entrada",
|
|
74
|
+
"validateOutput": "Validar salida",
|
|
75
|
+
"errorPort": "Puerto de error",
|
|
76
|
+
"completePort": "Puerto de completado",
|
|
77
|
+
"statusPort": "Puerto de estado"
|
|
78
|
+
},
|
|
79
|
+
"$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
|
|
80
|
+
"label": "Connection",
|
|
81
|
+
"description": "Gestiona una conexión a una organización de Salesforce utilizando OAuth 2.0 con PKCE. Proporciona autenticación y gestión de tokens para otros nodos de Salesforce.",
|
|
58
82
|
"credentials": {
|
|
59
83
|
"accessToken": "Token de acceso",
|
|
60
84
|
"refreshToken": "Token de actualización",
|
|
@@ -62,6 +86,18 @@
|
|
|
62
86
|
}
|
|
63
87
|
},
|
|
64
88
|
"salesforce-describe": {
|
|
89
|
+
"configs": {
|
|
90
|
+
"name": "Nombre",
|
|
91
|
+
"connection": "Connection",
|
|
92
|
+
"sObjectType": "Tipo de SObject"
|
|
93
|
+
},
|
|
94
|
+
"toggles": {
|
|
95
|
+
"validateInput": "Validar entrada",
|
|
96
|
+
"validateOutput": "Validar salida",
|
|
97
|
+
"errorPort": "Puerto de error",
|
|
98
|
+
"completePort": "Puerto de completado",
|
|
99
|
+
"statusPort": "Puerto de estado"
|
|
100
|
+
},
|
|
65
101
|
"$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
|
|
66
102
|
"label": "Describe",
|
|
67
103
|
"description": "Recupera los metadatos de un SObject de Salesforce, incluyendo campos, relaciones y tipos de registro.",
|
|
@@ -69,10 +105,6 @@
|
|
|
69
105
|
"outputLabels": [
|
|
70
106
|
"Metadatos del SObject"
|
|
71
107
|
],
|
|
72
|
-
"configs": {
|
|
73
|
-
"connection": "Connection",
|
|
74
|
-
"sObjectType": "Tipo de SObject"
|
|
75
|
-
},
|
|
76
108
|
"input": {
|
|
77
109
|
"payload": "Carga útil de entrada"
|
|
78
110
|
},
|
|
@@ -83,6 +115,20 @@
|
|
|
83
115
|
]
|
|
84
116
|
},
|
|
85
117
|
"salesforce-dml": {
|
|
118
|
+
"configs": {
|
|
119
|
+
"name": "Nombre",
|
|
120
|
+
"connection": "Connection",
|
|
121
|
+
"operation": "Operación",
|
|
122
|
+
"sObjectType": "Tipo de SObject",
|
|
123
|
+
"externalIdField": "Campo de ID externo"
|
|
124
|
+
},
|
|
125
|
+
"toggles": {
|
|
126
|
+
"validateInput": "Validar entrada",
|
|
127
|
+
"validateOutput": "Validar salida",
|
|
128
|
+
"errorPort": "Puerto de error",
|
|
129
|
+
"completePort": "Puerto de completado",
|
|
130
|
+
"statusPort": "Puerto de estado"
|
|
131
|
+
},
|
|
86
132
|
"$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
|
|
87
133
|
"label": "DML",
|
|
88
134
|
"description": "Realiza operaciones de crear, leer, actualizar, eliminar o upsert en SObjects de Salesforce.",
|
|
@@ -90,12 +136,6 @@
|
|
|
90
136
|
"outputLabels": [
|
|
91
137
|
"Resultado de la operación"
|
|
92
138
|
],
|
|
93
|
-
"configs": {
|
|
94
|
-
"connection": "Connection",
|
|
95
|
-
"operation": "Operación",
|
|
96
|
-
"sObjectType": "Tipo de SObject",
|
|
97
|
-
"externalIdField": "Campo de ID externo"
|
|
98
|
-
},
|
|
99
139
|
"input": {
|
|
100
140
|
"payload": "Datos del registro o ID(s)"
|
|
101
141
|
},
|
|
@@ -106,6 +146,18 @@
|
|
|
106
146
|
]
|
|
107
147
|
},
|
|
108
148
|
"salesforce-soql": {
|
|
149
|
+
"configs": {
|
|
150
|
+
"name": "Nombre",
|
|
151
|
+
"connection": "Connection",
|
|
152
|
+
"query": "Consulta"
|
|
153
|
+
},
|
|
154
|
+
"toggles": {
|
|
155
|
+
"validateInput": "Validar entrada",
|
|
156
|
+
"validateOutput": "Validar salida",
|
|
157
|
+
"errorPort": "Puerto de error",
|
|
158
|
+
"completePort": "Puerto de completado",
|
|
159
|
+
"statusPort": "Puerto de estado"
|
|
160
|
+
},
|
|
109
161
|
"$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
|
|
110
162
|
"label": "SOQL",
|
|
111
163
|
"description": "Ejecuta una consulta SOQL contra Salesforce y devuelve los registros coincidentes.",
|
|
@@ -113,10 +165,6 @@
|
|
|
113
165
|
"outputLabels": [
|
|
114
166
|
"Resultados de la consulta"
|
|
115
167
|
],
|
|
116
|
-
"configs": {
|
|
117
|
-
"connection": "Connection",
|
|
118
|
-
"query": "Consulta"
|
|
119
|
-
},
|
|
120
168
|
"input": {
|
|
121
169
|
"payload": "Carga útil de entrada"
|
|
122
170
|
},
|
|
@@ -129,19 +177,27 @@
|
|
|
129
177
|
]
|
|
130
178
|
},
|
|
131
179
|
"salesforce-streaming": {
|
|
132
|
-
"$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
|
|
133
|
-
"label": "Streaming",
|
|
134
|
-
"description": "Se suscribe a eventos de plataforma y eventos de captura de cambios de datos de Salesforce mediante la API Pub/Sub (gRPC).",
|
|
135
|
-
"outputLabels": [
|
|
136
|
-
"Evento"
|
|
137
|
-
],
|
|
138
180
|
"configs": {
|
|
181
|
+
"name": "Nombre",
|
|
139
182
|
"connection": "Connection",
|
|
140
183
|
"channelName": "Canal",
|
|
141
184
|
"subscribeType": "Suscribirse desde",
|
|
142
185
|
"replayId": "ID de reproducción",
|
|
143
186
|
"numRequested": "Tamaño del lote"
|
|
144
187
|
},
|
|
188
|
+
"toggles": {
|
|
189
|
+
"validateInput": "Validar entrada",
|
|
190
|
+
"validateOutput": "Validar salida",
|
|
191
|
+
"errorPort": "Puerto de error",
|
|
192
|
+
"completePort": "Puerto de completado",
|
|
193
|
+
"statusPort": "Puerto de estado"
|
|
194
|
+
},
|
|
195
|
+
"$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
|
|
196
|
+
"label": "Streaming",
|
|
197
|
+
"description": "Se suscribe a eventos de plataforma y eventos de captura de cambios de datos de Salesforce mediante la API Pub/Sub (gRPC).",
|
|
198
|
+
"outputLabels": [
|
|
199
|
+
"Evento"
|
|
200
|
+
],
|
|
145
201
|
"outputs": [
|
|
146
202
|
{
|
|
147
203
|
"payload": "Carga útil del evento",
|
package/locales/fr/index.html
CHANGED
|
@@ -115,10 +115,8 @@
|
|
|
115
115
|
<tr><td></td><td>lineEnding</td><td></td><td>Oui</td><td><code>"LF"</code></td><td></td></tr>
|
|
116
116
|
<tr><td></td><td>pollInterval</td><td>number [min: 1000]</td><td>Oui</td><td><code>5000</code></td><td></td></tr>
|
|
117
117
|
<tr><td></td><td>pollTimeout</td><td>number [min: 5000]</td><td>Oui</td><td><code>60000</code></td><td></td></tr>
|
|
118
|
-
<tr><td></td><td>emitJobCreated</td><td>boolean</td><td>Oui</td><td><code>false</code></td><td></td></tr>
|
|
119
|
-
<tr><td></td><td>outputs</td><td>number</td><td>Oui</td><td><code>2</code></td><td></td></tr>
|
|
120
118
|
<tr><td></td><td>emitError</td><td>boolean</td><td>Oui</td><td><code>false</code></td><td></td></tr>
|
|
121
|
-
<tr><td></td><td>emitComplete</td><td>boolean</td><td>Oui</td><td><code>
|
|
119
|
+
<tr><td></td><td>emitComplete</td><td>boolean</td><td>Oui</td><td><code>true</code></td><td></td></tr>
|
|
122
120
|
<tr><td></td><td>emitStatus</td><td>boolean</td><td>Oui</td><td><code>false</code></td><td></td></tr>
|
|
123
121
|
</tbody>
|
|
124
122
|
</table>
|
package/locales/fr/index.json
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"salesforce-apex": {
|
|
3
|
+
"configs": {
|
|
4
|
+
"name": "Nom",
|
|
5
|
+
"connection": "Connection",
|
|
6
|
+
"method": "Méthode",
|
|
7
|
+
"path": "Chemin"
|
|
8
|
+
},
|
|
9
|
+
"toggles": {
|
|
10
|
+
"validateInput": "Valider l'entrée",
|
|
11
|
+
"validateOutput": "Valider la sortie",
|
|
12
|
+
"errorPort": "Port d'erreur",
|
|
13
|
+
"completePort": "Port de complétion",
|
|
14
|
+
"statusPort": "Port de statut"
|
|
15
|
+
},
|
|
3
16
|
"$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
|
|
4
17
|
"label": "Apex",
|
|
5
18
|
"description": "Invoque un point de terminaison REST Apex de Salesforce.",
|
|
@@ -7,11 +20,6 @@
|
|
|
7
20
|
"outputLabels": [
|
|
8
21
|
"Réponse"
|
|
9
22
|
],
|
|
10
|
-
"configs": {
|
|
11
|
-
"connection": "Connection",
|
|
12
|
-
"method": "Méthode",
|
|
13
|
-
"path": "Chemin"
|
|
14
|
-
},
|
|
15
23
|
"input": {
|
|
16
24
|
"payload": "Corps de la requête"
|
|
17
25
|
},
|
|
@@ -22,6 +30,20 @@
|
|
|
22
30
|
]
|
|
23
31
|
},
|
|
24
32
|
"salesforce-bulk": {
|
|
33
|
+
"configs": {
|
|
34
|
+
"name": "Nom",
|
|
35
|
+
"connection": "Connection",
|
|
36
|
+
"operation": "Opération",
|
|
37
|
+
"sObjectType": "Type de SObject",
|
|
38
|
+
"externalIdField": "Champ d'ID externe"
|
|
39
|
+
},
|
|
40
|
+
"toggles": {
|
|
41
|
+
"validateInput": "Valider l'entrée",
|
|
42
|
+
"validateOutput": "Valider la sortie",
|
|
43
|
+
"errorPort": "Port d'erreur",
|
|
44
|
+
"completePort": "Port de complétion",
|
|
45
|
+
"statusPort": "Port de statut"
|
|
46
|
+
},
|
|
25
47
|
"$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
|
|
26
48
|
"label": "Bulk",
|
|
27
49
|
"description": "Effectue des opérations en masse à l'aide de l'API Bulk 2.0 de Salesforce pour les grands volumes de données.",
|
|
@@ -30,12 +52,6 @@
|
|
|
30
52
|
"Enregistrement",
|
|
31
53
|
"Job Terminé"
|
|
32
54
|
],
|
|
33
|
-
"configs": {
|
|
34
|
-
"connection": "Connection",
|
|
35
|
-
"operation": "Opération",
|
|
36
|
-
"sObjectType": "Type de SObject",
|
|
37
|
-
"externalIdField": "Champ d'ID externe"
|
|
38
|
-
},
|
|
39
55
|
"input": {
|
|
40
56
|
"payload": "Tableau d'enregistrements ou requête SOQL"
|
|
41
57
|
},
|
|
@@ -46,15 +62,23 @@
|
|
|
46
62
|
]
|
|
47
63
|
},
|
|
48
64
|
"salesforce-connection": {
|
|
49
|
-
"$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
|
|
50
|
-
"label": "Connection",
|
|
51
|
-
"description": "Gère une connexion à une organisation Salesforce en utilisant OAuth 2.0 avec PKCE. Fournit l'authentification et la gestion des jetons pour les autres nœuds Salesforce.",
|
|
52
65
|
"configs": {
|
|
66
|
+
"name": "Nom",
|
|
53
67
|
"loginUrl": "URL de connexion",
|
|
54
68
|
"clientId": "ID client",
|
|
55
69
|
"apiVersion": "Version de l'API",
|
|
56
70
|
"callbackUrl": "URL de rappel"
|
|
57
71
|
},
|
|
72
|
+
"toggles": {
|
|
73
|
+
"validateInput": "Valider l'entrée",
|
|
74
|
+
"validateOutput": "Valider la sortie",
|
|
75
|
+
"errorPort": "Port d'erreur",
|
|
76
|
+
"completePort": "Port de complétion",
|
|
77
|
+
"statusPort": "Port de statut"
|
|
78
|
+
},
|
|
79
|
+
"$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
|
|
80
|
+
"label": "Connection",
|
|
81
|
+
"description": "Gère une connexion à une organisation Salesforce en utilisant OAuth 2.0 avec PKCE. Fournit l'authentification et la gestion des jetons pour les autres nœuds Salesforce.",
|
|
58
82
|
"credentials": {
|
|
59
83
|
"accessToken": "Jeton d'accès",
|
|
60
84
|
"refreshToken": "Jeton de rafraîchissement",
|
|
@@ -62,6 +86,18 @@
|
|
|
62
86
|
}
|
|
63
87
|
},
|
|
64
88
|
"salesforce-describe": {
|
|
89
|
+
"configs": {
|
|
90
|
+
"name": "Nom",
|
|
91
|
+
"connection": "Connection",
|
|
92
|
+
"sObjectType": "Type de SObject"
|
|
93
|
+
},
|
|
94
|
+
"toggles": {
|
|
95
|
+
"validateInput": "Valider l'entrée",
|
|
96
|
+
"validateOutput": "Valider la sortie",
|
|
97
|
+
"errorPort": "Port d'erreur",
|
|
98
|
+
"completePort": "Port de complétion",
|
|
99
|
+
"statusPort": "Port de statut"
|
|
100
|
+
},
|
|
65
101
|
"$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
|
|
66
102
|
"label": "Describe",
|
|
67
103
|
"description": "Récupère les métadonnées d'un SObject Salesforce, y compris les champs, les relations et les types d'enregistrement.",
|
|
@@ -69,10 +105,6 @@
|
|
|
69
105
|
"outputLabels": [
|
|
70
106
|
"Métadonnées du SObject"
|
|
71
107
|
],
|
|
72
|
-
"configs": {
|
|
73
|
-
"connection": "Connection",
|
|
74
|
-
"sObjectType": "Type de SObject"
|
|
75
|
-
},
|
|
76
108
|
"input": {
|
|
77
109
|
"payload": "Charge utile d'entrée"
|
|
78
110
|
},
|
|
@@ -83,6 +115,20 @@
|
|
|
83
115
|
]
|
|
84
116
|
},
|
|
85
117
|
"salesforce-dml": {
|
|
118
|
+
"configs": {
|
|
119
|
+
"name": "Nom",
|
|
120
|
+
"connection": "Connection",
|
|
121
|
+
"operation": "Opération",
|
|
122
|
+
"sObjectType": "Type de SObject",
|
|
123
|
+
"externalIdField": "Champ d'ID externe"
|
|
124
|
+
},
|
|
125
|
+
"toggles": {
|
|
126
|
+
"validateInput": "Valider l'entrée",
|
|
127
|
+
"validateOutput": "Valider la sortie",
|
|
128
|
+
"errorPort": "Port d'erreur",
|
|
129
|
+
"completePort": "Port de complétion",
|
|
130
|
+
"statusPort": "Port de statut"
|
|
131
|
+
},
|
|
86
132
|
"$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
|
|
87
133
|
"label": "DML",
|
|
88
134
|
"description": "Effectue des opérations de création, lecture, mise à jour, suppression ou upsert sur les SObjects Salesforce.",
|
|
@@ -90,12 +136,6 @@
|
|
|
90
136
|
"outputLabels": [
|
|
91
137
|
"Résultat de l'opération"
|
|
92
138
|
],
|
|
93
|
-
"configs": {
|
|
94
|
-
"connection": "Connection",
|
|
95
|
-
"operation": "Opération",
|
|
96
|
-
"sObjectType": "Type de SObject",
|
|
97
|
-
"externalIdField": "Champ d'ID externe"
|
|
98
|
-
},
|
|
99
139
|
"input": {
|
|
100
140
|
"payload": "Données de l'enregistrement ou ID(s)"
|
|
101
141
|
},
|
|
@@ -106,6 +146,18 @@
|
|
|
106
146
|
]
|
|
107
147
|
},
|
|
108
148
|
"salesforce-soql": {
|
|
149
|
+
"configs": {
|
|
150
|
+
"name": "Nom",
|
|
151
|
+
"connection": "Connection",
|
|
152
|
+
"query": "Requête"
|
|
153
|
+
},
|
|
154
|
+
"toggles": {
|
|
155
|
+
"validateInput": "Valider l'entrée",
|
|
156
|
+
"validateOutput": "Valider la sortie",
|
|
157
|
+
"errorPort": "Port d'erreur",
|
|
158
|
+
"completePort": "Port de complétion",
|
|
159
|
+
"statusPort": "Port de statut"
|
|
160
|
+
},
|
|
109
161
|
"$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
|
|
110
162
|
"label": "SOQL",
|
|
111
163
|
"description": "Exécute une requête SOQL sur Salesforce et renvoie les enregistrements correspondants.",
|
|
@@ -113,10 +165,6 @@
|
|
|
113
165
|
"outputLabels": [
|
|
114
166
|
"Résultats de la requête"
|
|
115
167
|
],
|
|
116
|
-
"configs": {
|
|
117
|
-
"connection": "Connection",
|
|
118
|
-
"query": "Requête"
|
|
119
|
-
},
|
|
120
168
|
"input": {
|
|
121
169
|
"payload": "Charge utile d'entrée"
|
|
122
170
|
},
|
|
@@ -129,19 +177,27 @@
|
|
|
129
177
|
]
|
|
130
178
|
},
|
|
131
179
|
"salesforce-streaming": {
|
|
132
|
-
"$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
|
|
133
|
-
"label": "Streaming",
|
|
134
|
-
"description": "S'abonne aux événements de plateforme et aux événements de capture de changement de données Salesforce via l'API Pub/Sub (gRPC).",
|
|
135
|
-
"outputLabels": [
|
|
136
|
-
"Événement"
|
|
137
|
-
],
|
|
138
180
|
"configs": {
|
|
181
|
+
"name": "Nom",
|
|
139
182
|
"connection": "Connection",
|
|
140
183
|
"channelName": "Canal",
|
|
141
184
|
"subscribeType": "S'abonner depuis",
|
|
142
185
|
"replayId": "ID de relecture",
|
|
143
186
|
"numRequested": "Taille du lot"
|
|
144
187
|
},
|
|
188
|
+
"toggles": {
|
|
189
|
+
"validateInput": "Valider l'entrée",
|
|
190
|
+
"validateOutput": "Valider la sortie",
|
|
191
|
+
"errorPort": "Port d'erreur",
|
|
192
|
+
"completePort": "Port de complétion",
|
|
193
|
+
"statusPort": "Port de statut"
|
|
194
|
+
},
|
|
195
|
+
"$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
|
|
196
|
+
"label": "Streaming",
|
|
197
|
+
"description": "S'abonne aux événements de plateforme et aux événements de capture de changement de données Salesforce via l'API Pub/Sub (gRPC).",
|
|
198
|
+
"outputLabels": [
|
|
199
|
+
"Événement"
|
|
200
|
+
],
|
|
145
201
|
"outputs": [
|
|
146
202
|
{
|
|
147
203
|
"payload": "Charge utile de l'événement",
|