@camunda/connectors-element-templates 1.0.5 → 1.0.6

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.
Files changed (84) hide show
  1. package/package.json +1 -1
  2. package/src/connectors.js +2 -0
  3. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +170 -13
  4. package/src/element-templates/agenticai-aiagent-outbound-connector.json +1596 -389
  5. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
  6. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
  7. package/src/element-templates/asana-connector.json +104 -104
  8. package/src/element-templates/automation-anywhere-outbound-connector.json +1207 -1201
  9. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  10. package/src/element-templates/aws-dynamodb-outbound-connector.json +1404 -1404
  11. package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
  12. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  13. package/src/element-templates/aws-eventbridge-connector-start-event.json +13 -10
  14. package/src/element-templates/aws-eventbridge-outbound-connector.json +474 -474
  15. package/src/element-templates/aws-lambda-outbound-connector.json +51 -51
  16. package/src/element-templates/aws-s3-outbound-connector.json +30 -30
  17. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  18. package/src/element-templates/aws-sns-inbound-boundary.json +283 -283
  19. package/src/element-templates/aws-sns-inbound-intermediate.json +467 -467
  20. package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
  21. package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
  22. package/src/element-templates/aws-sns-outbound-connector.json +719 -719
  23. package/src/element-templates/aws-sqs-boundary-connector.json +420 -420
  24. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +958 -958
  25. package/src/element-templates/aws-sqs-outbound-connector.json +421 -421
  26. package/src/element-templates/aws-sqs-start-event-connector.json +388 -388
  27. package/src/element-templates/aws-sqs-start-message.json +463 -463
  28. package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
  29. package/src/element-templates/azure-open-ai-connector.json +32 -32
  30. package/src/element-templates/blue-prism-connector.json +57 -57
  31. package/src/element-templates/box-outbound-connector.json +30 -30
  32. package/src/element-templates/csv-outbound-connector.json +392 -0
  33. package/src/element-templates/easy-post-connector.json +269 -269
  34. package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
  35. package/src/element-templates/email-outbound-connector.json +231 -231
  36. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3473 -150
  37. package/src/element-templates/github-connector.json +2930 -2930
  38. package/src/element-templates/github-webhook-connector-boundary.json +21 -21
  39. package/src/element-templates/github-webhook-connector-intermediate.json +35 -35
  40. package/src/element-templates/github-webhook-connector-message-start.json +21 -21
  41. package/src/element-templates/github-webhook-connector-start-event.json +35 -32
  42. package/src/element-templates/gitlab-connector.json +1561 -1561
  43. package/src/element-templates/google-drive-outbound-connector.json +363 -363
  44. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  45. package/src/element-templates/google-maps-platform-connector.json +76 -76
  46. package/src/element-templates/google-sheets-outbound-connector.json +1177 -1177
  47. package/src/element-templates/graphql-outbound-connector.json +1182 -1182
  48. package/src/element-templates/http-json-connector.json +2332 -2332
  49. package/src/element-templates/http-polling-boundary-catch-event-connector.json +261 -558
  50. package/src/element-templates/http-polling-connector.json +259 -556
  51. package/src/element-templates/hugging-face-connector.json +34 -34
  52. package/src/element-templates/jdbc-outbound-connector.json +404 -2
  53. package/src/element-templates/kafka-inbound-connector-boundary.json +624 -624
  54. package/src/element-templates/kafka-inbound-connector-intermediate.json +1018 -1018
  55. package/src/element-templates/kafka-inbound-connector-start-message.json +532 -532
  56. package/src/element-templates/kafka-inbound-connector.json +240 -237
  57. package/src/element-templates/kafka-outbound-connector.json +588 -588
  58. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  59. package/src/element-templates/microsoft-teams-outbound-connector.json +3730 -3730
  60. package/src/element-templates/openai-connector.json +117 -117
  61. package/src/element-templates/operate-connector.json +68 -68
  62. package/src/element-templates/power-automate-connector.json +12 -12
  63. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +437 -437
  64. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +581 -581
  65. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +451 -451
  66. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +354 -354
  67. package/src/element-templates/rabbitmq-outbound-connector.json +666 -666
  68. package/src/element-templates/salesforce-connector.json +40 -40
  69. package/src/element-templates/sendgrid-outbound-connector.json +487 -487
  70. package/src/element-templates/slack-inbound-boundary.json +301 -301
  71. package/src/element-templates/slack-inbound-intermediate.json +307 -307
  72. package/src/element-templates/slack-inbound-message-start.json +350 -350
  73. package/src/element-templates/slack-inbound-start-event.json +213 -210
  74. package/src/element-templates/slack-outbound-connector.json +739 -739
  75. package/src/element-templates/twilio-connector.json +88 -88
  76. package/src/element-templates/twilio-webhook-connector.json +13 -10
  77. package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
  78. package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
  79. package/src/element-templates/uipath-connector.json +49 -49
  80. package/src/element-templates/webhook-connector-boundary.json +1644 -1644
  81. package/src/element-templates/webhook-connector-intermediate.json +972 -972
  82. package/src/element-templates/webhook-connector-start-event.json +556 -553
  83. package/src/element-templates/webhook-connector-start-message.json +33 -33
  84. package/src/element-templates/whatsapp-connector.json +6 -6
@@ -1,11 +1,24 @@
1
1
  [
2
2
  {
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
- "name": "Google Sheets connector",
4
+ "name": "Google Sheets Outbound Connector",
5
5
  "id": "io.camunda.connectors.GoogleSheets.v1",
6
- "version": 1,
6
+ "description": "Manage spreadsheets with Google Sheets",
7
+ "metadata": {
8
+ "keywords": [
9
+ "create spreadsheet",
10
+ "add values to spreadsheet",
11
+ "create row",
12
+ "create column",
13
+ "create worksheet",
14
+ "delete worksheet",
15
+ "get row",
16
+ "get spreadsheet details",
17
+ "get worksheet data"
18
+ ]
19
+ },
7
20
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/",
8
- "description": "Work with spreadsheets",
21
+ "version": 5,
9
22
  "category": {
10
23
  "id": "connectors",
11
24
  "name": "Connectors"
@@ -14,6 +27,9 @@
14
27
  "elementType": {
15
28
  "value": "bpmn:ServiceTask"
16
29
  },
30
+ "engines": {
31
+ "camunda": "^8.3"
32
+ },
17
33
  "groups": [
18
34
  {
19
35
  "id": "authentication",
@@ -27,30 +43,46 @@
27
43
  "id": "operationDetails",
28
44
  "label": "Operation details"
29
45
  },
46
+ {
47
+ "id": "connector",
48
+ "label": "Connector"
49
+ },
30
50
  {
31
51
  "id": "output",
32
52
  "label": "Output mapping"
33
53
  },
34
54
  {
35
- "id": "errors",
55
+ "id": "error",
36
56
  "label": "Error handling"
57
+ },
58
+ {
59
+ "id": "retries",
60
+ "label": "Retries"
37
61
  }
38
62
  ],
39
63
  "properties": [
40
64
  {
41
- "type": "Hidden",
42
65
  "value": "io.camunda:google-sheets:1",
43
66
  "binding": {
44
- "type": "zeebe:taskDefinition",
45
- "property": "type"
46
- }
67
+ "property": "type",
68
+ "type": "zeebe:taskDefinition"
69
+ },
70
+ "type": "Hidden"
47
71
  },
48
72
  {
49
- "id": "authenticationType",
73
+ "id": "authentication.authType",
50
74
  "label": "Type",
75
+ "optional": false,
76
+ "value": "refresh",
77
+ "constraints": {
78
+ "notEmpty": true
79
+ },
51
80
  "group": "authentication",
81
+ "binding": {
82
+ "name": "authentication.authType",
83
+ "type": "zeebe:input"
84
+ },
52
85
  "type": "Dropdown",
53
- "value": "bearer",
54
86
  "choices": [
55
87
  {
56
88
  "name": "Bearer token",
@@ -60,86 +92,102 @@
60
92
  "name": "Refresh token",
61
93
  "value": "refresh"
62
94
  }
63
- ],
64
- "binding": {
65
- "type": "zeebe:input",
66
- "name": "authentication.authType",
67
- "key": "authentication.authType"
68
- }
95
+ ]
69
96
  },
70
97
  {
98
+ "id": "authentication.bearerToken",
71
99
  "label": "Bearer token",
72
- "description": "Enter Google API Bearer token that is authorized to interact with desired spreadsheet",
73
- "group": "authentication",
74
- "type": "String",
75
- "binding": {
76
- "type": "zeebe:input",
77
- "name": "authentication.bearerToken"
78
- },
100
+ "description": "Enter a valid Google API Bearer token",
101
+ "optional": false,
79
102
  "constraints": {
80
103
  "notEmpty": true
81
104
  },
105
+ "feel": "optional",
106
+ "group": "authentication",
107
+ "binding": {
108
+ "name": "authentication.bearerToken",
109
+ "type": "zeebe:input"
110
+ },
82
111
  "condition": {
83
- "property": "authenticationType",
84
- "equals": "bearer"
85
- }
112
+ "property": "authentication.authType",
113
+ "equals": "bearer",
114
+ "type": "simple"
115
+ },
116
+ "type": "String"
86
117
  },
87
118
  {
119
+ "id": "authentication.oauthClientId",
88
120
  "label": "Client ID",
89
121
  "description": "Enter Google API Client ID",
90
- "group": "authentication",
91
- "type": "String",
92
- "binding": {
93
- "type": "zeebe:input",
94
- "name": "authentication.oauthClientId"
95
- },
122
+ "optional": false,
96
123
  "constraints": {
97
124
  "notEmpty": true
98
125
  },
126
+ "feel": "optional",
127
+ "group": "authentication",
128
+ "binding": {
129
+ "name": "authentication.oauthClientId",
130
+ "type": "zeebe:input"
131
+ },
99
132
  "condition": {
100
- "property": "authenticationType",
101
- "equals": "refresh"
102
- }
133
+ "property": "authentication.authType",
134
+ "equals": "refresh",
135
+ "type": "simple"
136
+ },
137
+ "type": "String"
103
138
  },
104
139
  {
140
+ "id": "authentication.oauthClientSecret",
105
141
  "label": "Client secret",
106
142
  "description": "Enter Google API client Secret",
107
- "group": "authentication",
108
- "type": "String",
109
- "binding": {
110
- "type": "zeebe:input",
111
- "name": "authentication.oauthClientSecret"
112
- },
143
+ "optional": false,
113
144
  "constraints": {
114
145
  "notEmpty": true
115
146
  },
147
+ "feel": "optional",
148
+ "group": "authentication",
149
+ "binding": {
150
+ "name": "authentication.oauthClientSecret",
151
+ "type": "zeebe:input"
152
+ },
116
153
  "condition": {
117
- "property": "authenticationType",
118
- "equals": "refresh"
119
- }
154
+ "property": "authentication.authType",
155
+ "equals": "refresh",
156
+ "type": "simple"
157
+ },
158
+ "type": "String"
120
159
  },
121
160
  {
161
+ "id": "authentication.oauthRefreshToken",
122
162
  "label": "Refresh token",
123
- "description": "Enter Google API refresh token that is authorized to interact with desired spreadsheet",
124
- "group": "authentication",
125
- "type": "String",
126
- "binding": {
127
- "type": "zeebe:input",
128
- "name": "authentication.oauthRefreshToken"
129
- },
163
+ "description": "Enter a valid Google API refresh token",
164
+ "optional": false,
130
165
  "constraints": {
131
166
  "notEmpty": true
132
167
  },
168
+ "feel": "optional",
169
+ "group": "authentication",
170
+ "binding": {
171
+ "name": "authentication.oauthRefreshToken",
172
+ "type": "zeebe:input"
173
+ },
133
174
  "condition": {
134
- "property": "authenticationType",
135
- "equals": "refresh"
136
- }
175
+ "property": "authentication.authType",
176
+ "equals": "refresh",
177
+ "type": "simple"
178
+ },
179
+ "type": "String"
137
180
  },
138
181
  {
139
- "id": "operationType",
182
+ "id": "operation.type",
183
+ "label": "Input",
184
+ "value": "createSpreadsheet",
140
185
  "group": "operation",
186
+ "binding": {
187
+ "name": "operation.type",
188
+ "type": "zeebe:input"
189
+ },
141
190
  "type": "Dropdown",
142
- "value": "createSpreadsheet",
143
191
  "choices": [
144
192
  {
145
193
  "name": "Create spreadsheet",
@@ -150,503 +198,804 @@
150
198
  "value": "addValues"
151
199
  },
152
200
  {
153
- "name": "Get spreadsheet details",
154
- "value": "spreadsheetsDetails"
201
+ "name": "Create empty column or row",
202
+ "value": "createEmptyColumnOrRow"
203
+ },
204
+ {
205
+ "name": "Create row",
206
+ "value": "createRow"
155
207
  },
156
208
  {
157
209
  "name": "Create worksheet",
158
210
  "value": "createWorksheet"
159
211
  },
160
212
  {
161
- "name": "Get worksheet data",
162
- "value": "getWorksheetData"
213
+ "name": "Delete column",
214
+ "value": "deleteColumn"
163
215
  },
164
216
  {
165
217
  "name": "Delete worksheet",
166
218
  "value": "deleteWorksheet"
167
219
  },
168
220
  {
169
- "name": "Create empty column or row",
170
- "value": "createEmptyColumnOrRow"
171
- },
172
- {
173
- "name": "Create row",
174
- "value": "createRow"
221
+ "name": "Get row by index",
222
+ "value": "getRowByIndex"
175
223
  },
176
224
  {
177
- "name": "Delete column",
178
- "value": "deleteColumn"
225
+ "name": "Get spreadsheet details",
226
+ "value": "spreadsheetsDetails"
179
227
  },
180
228
  {
181
- "name": "Get row by index",
182
- "value": "getRowByIndex"
229
+ "name": "Get worksheet data",
230
+ "value": "getWorksheetData"
183
231
  }
184
- ],
232
+ ]
233
+ },
234
+ {
235
+ "id": "createSpreadsheet.spreadsheetName",
236
+ "label": "Spreadsheet name",
237
+ "description": "Enter name for the new spreadsheet",
238
+ "optional": false,
239
+ "constraints": {
240
+ "notEmpty": true
241
+ },
242
+ "feel": "optional",
243
+ "group": "operationDetails",
185
244
  "binding": {
186
- "type": "zeebe:input",
187
- "name": "operation.type",
188
- "key": "operation.type"
189
- }
245
+ "name": "operation.spreadsheetName",
246
+ "type": "zeebe:input"
247
+ },
248
+ "condition": {
249
+ "property": "operation.type",
250
+ "equals": "createSpreadsheet",
251
+ "type": "simple"
252
+ },
253
+ "type": "String"
190
254
  },
191
255
  {
256
+ "id": "parent",
192
257
  "label": "Parent folder ID",
193
258
  "description": "Enter ID of the parent folder where new spreadsheet will be created",
194
- "group": "operationDetails",
195
- "type": "String",
196
- "feel": "optional",
197
259
  "optional": true,
260
+ "feel": "optional",
261
+ "group": "operationDetails",
198
262
  "binding": {
199
- "type": "zeebe:input",
200
- "name": "operation.parent"
263
+ "name": "operation.parent",
264
+ "type": "zeebe:input"
201
265
  },
202
266
  "condition": {
203
- "property": "operationType",
204
- "equals": "createSpreadsheet"
205
- }
267
+ "property": "operation.type",
268
+ "equals": "createSpreadsheet",
269
+ "type": "simple"
270
+ },
271
+ "type": "String"
206
272
  },
207
273
  {
274
+ "id": "addValues.spreadsheetId",
208
275
  "label": "Spreadsheet ID",
209
276
  "description": "Enter the ID of the spreadsheet",
210
- "group": "operationDetails",
211
- "type": "String",
212
- "feel": "optional",
213
277
  "optional": false,
278
+ "constraints": {
279
+ "notEmpty": true
280
+ },
281
+ "feel": "optional",
282
+ "group": "operationDetails",
214
283
  "binding": {
215
- "type": "zeebe:input",
216
- "name": "operation.spreadsheetId"
284
+ "name": "operation.spreadsheetId",
285
+ "type": "zeebe:input"
217
286
  },
218
287
  "condition": {
219
- "property": "operationType",
220
- "oneOf": [
221
- "createWorksheet",
222
- "getRowByIndex",
223
- "createEmptyColumnOrRow",
224
- "deleteWorksheet",
225
- "deleteColumn",
226
- "getWorksheetData",
227
- "spreadsheetsDetails",
228
- "createRow",
229
- "addValues"
230
- ]
288
+ "property": "operation.type",
289
+ "equals": "addValues",
290
+ "type": "simple"
231
291
  },
232
- "constraints": {
233
- "notEmpty": true
234
- }
292
+ "type": "String"
235
293
  },
236
294
  {
237
- "label": "Spreadsheet name",
238
- "description": "Enter name for the new spreadsheet",
239
- "group": "operationDetails",
240
- "type": "String",
241
- "feel": "optional",
295
+ "id": "addValues.worksheetName",
296
+ "label": "Worksheet name",
297
+ "description": "Enter name for the worksheet",
242
298
  "optional": false,
243
- "binding": {
244
- "type": "zeebe:input",
245
- "name": "operation.spreadsheetName"
246
- },
247
299
  "constraints": {
248
- "notEmpty": true,
249
- "maxLength": 255
300
+ "notEmpty": true
301
+ },
302
+ "feel": "optional",
303
+ "group": "operationDetails",
304
+ "binding": {
305
+ "name": "operation.worksheetName",
306
+ "type": "zeebe:input"
250
307
  },
251
308
  "condition": {
252
- "property": "operationType",
253
- "equals": "createSpreadsheet"
254
- }
309
+ "property": "operation.type",
310
+ "equals": "addValues",
311
+ "type": "simple"
312
+ },
313
+ "type": "String"
255
314
  },
256
315
  {
257
- "label": "Worksheet ID",
258
- "description": "Enter the ID of the worksheet",
259
- "group": "operationDetails",
260
- "type": "String",
261
- "feel": "optional",
316
+ "id": "cellId",
317
+ "label": "Cell ID",
318
+ "description": "Enter the ID of the cell. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#add-values-to-spreadsheet\" target=\"_blank\">documentation</a>",
262
319
  "optional": false,
263
- "binding": {
264
- "type": "zeebe:input",
265
- "name": "operation.worksheetId"
266
- },
267
320
  "constraints": {
268
- "notEmpty": true,
269
- "maxLength": 100,
270
- "pattern": {
271
- "value": "^([0-9]*$)",
272
- "message": "Must be a number."
273
- }
321
+ "notEmpty": true
322
+ },
323
+ "feel": "optional",
324
+ "group": "operationDetails",
325
+ "binding": {
326
+ "name": "operation.cellId",
327
+ "type": "zeebe:input"
274
328
  },
275
329
  "condition": {
276
- "property": "operationType",
277
- "oneOf": ["deleteWorksheet", "createEmptyColumnOrRow", "deleteColumn"]
278
- }
330
+ "property": "operation.type",
331
+ "equals": "addValues",
332
+ "type": "simple"
333
+ },
334
+ "type": "String"
279
335
  },
280
336
  {
281
- "label": "Worksheet name",
282
- "description": "Enter name for the worksheet",
283
- "group": "operationDetails",
284
- "type": "String",
285
- "feel": "optional",
337
+ "id": "value",
338
+ "label": "Value",
339
+ "description": "Enter the value",
286
340
  "optional": false,
287
- "binding": {
288
- "type": "zeebe:input",
289
- "name": "operation.worksheetName"
290
- },
291
341
  "constraints": {
292
- "notEmpty": true,
293
- "maxLength": 100
342
+ "notEmpty": true
343
+ },
344
+ "feel": "optional",
345
+ "group": "operationDetails",
346
+ "binding": {
347
+ "name": "operation.value",
348
+ "type": "zeebe:input"
294
349
  },
295
350
  "condition": {
296
- "property": "operationType",
297
- "oneOf": ["createWorksheet", "getWorksheetData"]
298
- }
351
+ "property": "operation.type",
352
+ "equals": "addValues",
353
+ "type": "simple"
354
+ },
355
+ "type": "String"
299
356
  },
300
357
  {
301
- "label": "Worksheet name",
302
- "description": "Enter the name of the worksheet",
303
- "group": "operationDetails",
304
- "type": "String",
358
+ "id": "createEmptyColumnOrRow.spreadsheetId",
359
+ "label": "Spreadsheet ID",
360
+ "description": "Enter the ID of the spreadsheet",
361
+ "optional": false,
362
+ "constraints": {
363
+ "notEmpty": true
364
+ },
305
365
  "feel": "optional",
306
- "optional": true,
366
+ "group": "operationDetails",
307
367
  "binding": {
308
- "type": "zeebe:input",
309
- "name": "operation.worksheetName"
310
- },
311
- "constraints": {
312
- "notEmpty": false,
313
- "maxLength": 100
368
+ "name": "operation.spreadsheetId",
369
+ "type": "zeebe:input"
314
370
  },
315
371
  "condition": {
316
- "property": "operationType",
317
- "oneOf": ["getRowByIndex", "createRow", "addValues"]
318
- }
372
+ "property": "operation.type",
373
+ "equals": "createEmptyColumnOrRow",
374
+ "type": "simple"
375
+ },
376
+ "type": "String"
319
377
  },
320
378
  {
321
- "label": "Worksheet index",
322
- "description": "Enter index of the place where to add worksheet (leave empty if add to the end of sheet list) Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#what-is-a-worksheet-index\" target=\"_blank\">documentation</a>",
323
- "group": "operationDetails",
324
- "type": "String",
379
+ "id": "createEmptyColumnOrRow.worksheetId",
380
+ "label": "Worksheet ID",
381
+ "description": "Enter the ID of the worksheet",
382
+ "optional": false,
383
+ "constraints": {
384
+ "notEmpty": true
385
+ },
325
386
  "feel": "optional",
326
- "optional": true,
387
+ "group": "operationDetails",
327
388
  "binding": {
328
- "type": "zeebe:input",
329
- "name": "operation.worksheetIndex"
330
- },
331
- "constraints": {
332
- "notEmpty": false,
333
- "maxLength": 5,
334
- "pattern": {
335
- "value": "^([0-9]*$)",
336
- "message": "Must be a number."
337
- }
389
+ "name": "operation.worksheetId",
390
+ "type": "zeebe:input"
338
391
  },
339
392
  "condition": {
340
- "property": "operationType",
341
- "equals": "createWorksheet"
342
- }
393
+ "property": "operation.type",
394
+ "equals": "createEmptyColumnOrRow",
395
+ "type": "simple"
396
+ },
397
+ "type": "Number"
343
398
  },
344
399
  {
400
+ "id": "dimension",
345
401
  "label": "Dimension",
346
402
  "description": "Choose what to add: column or row",
403
+ "optional": false,
404
+ "constraints": {
405
+ "notEmpty": true
406
+ },
347
407
  "group": "operationDetails",
408
+ "binding": {
409
+ "name": "operation.dimension",
410
+ "type": "zeebe:input"
411
+ },
412
+ "condition": {
413
+ "property": "operation.type",
414
+ "equals": "createEmptyColumnOrRow",
415
+ "type": "simple"
416
+ },
348
417
  "type": "Dropdown",
349
- "optional": false,
350
418
  "choices": [
351
419
  {
352
- "name": "Column",
353
- "value": "COLUMNS"
420
+ "name": "ROWS",
421
+ "value": "ROWS"
354
422
  },
355
423
  {
356
- "name": "Row",
357
- "value": "ROWS"
424
+ "name": "COLUMNS",
425
+ "value": "COLUMNS"
358
426
  }
359
- ],
427
+ ]
428
+ },
429
+ {
430
+ "id": "startIndex",
431
+ "label": "Start index",
432
+ "description": "Enter start index (leave empty if add to the end of the sheet). Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#create-empty-column-or-row\" target=\"_blank\">documentation</a>",
433
+ "optional": false,
434
+ "feel": "optional",
435
+ "group": "operationDetails",
360
436
  "binding": {
361
- "type": "zeebe:input",
362
- "name": "operation.dimension"
437
+ "name": "operation.startIndex",
438
+ "type": "zeebe:input"
363
439
  },
364
440
  "condition": {
365
- "property": "operationType",
366
- "equals": "createEmptyColumnOrRow"
441
+ "property": "operation.type",
442
+ "equals": "createEmptyColumnOrRow",
443
+ "type": "simple"
367
444
  },
368
- "constraints": {
369
- "notEmpty": true
370
- }
445
+ "type": "Number"
371
446
  },
372
447
  {
373
- "label": "Row index",
374
- "description": "Enter row index. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#what-is-a-row-index\" target=\"_blank\">documentation</a>",
375
- "group": "operationDetails",
376
- "type": "String",
377
- "feel": "optional",
448
+ "id": "endIndex",
449
+ "label": "End index",
450
+ "description": "Enter end index (leave empty if add to the end of the sheet). Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#create-empty-column-or-row\" target=\"_blank\">documentation</a>",
378
451
  "optional": false,
452
+ "feel": "optional",
453
+ "group": "operationDetails",
379
454
  "binding": {
380
- "type": "zeebe:input",
381
- "name": "operation.rowIndex"
382
- },
383
- "constraints": {
384
- "notEmpty": true,
385
- "maxLength": 100,
386
- "pattern": {
387
- "value": "^([0-9]*$)",
388
- "message": "Must be a number."
389
- }
455
+ "name": "operation.endIndex",
456
+ "type": "zeebe:input"
390
457
  },
391
458
  "condition": {
392
- "property": "operationType",
393
- "equals": "getRowByIndex"
394
- }
459
+ "property": "operation.type",
460
+ "equals": "createEmptyColumnOrRow",
461
+ "type": "simple"
462
+ },
463
+ "type": "Number"
395
464
  },
396
465
  {
397
- "label": "Row index",
398
- "description": "Enter the index of the row to add . Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#what-is-a-row-index\" target=\"_blank\">documentation</a>",
399
- "group": "operationDetails",
400
- "type": "String",
466
+ "id": "createRow.spreadsheetId",
467
+ "label": "Spreadsheet ID",
468
+ "description": "Enter the ID of the spreadsheet",
469
+ "optional": false,
470
+ "constraints": {
471
+ "notEmpty": true
472
+ },
401
473
  "feel": "optional",
402
- "optional": true,
474
+ "group": "operationDetails",
403
475
  "binding": {
404
- "type": "zeebe:input",
405
- "name": "operation.rowIndex"
406
- },
407
- "constraints": {
408
- "notEmpty": false,
409
- "maxLength": 100,
410
- "pattern": {
411
- "value": "^([0-9]*$)",
412
- "message": "Must contains only numbers."
413
- }
476
+ "name": "operation.spreadsheetId",
477
+ "type": "zeebe:input"
414
478
  },
415
479
  "condition": {
416
- "property": "operationType",
417
- "equals": "createRow"
418
- }
480
+ "property": "operation.type",
481
+ "equals": "createRow",
482
+ "type": "simple"
483
+ },
484
+ "type": "String"
419
485
  },
420
486
  {
421
- "id": "columnIndexFormat",
422
- "label": "Index format",
423
- "description": "Choose the type of the index. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#how-can-i-define-which-column-will-be-deleted\" target=\"_blank\">documentation</a>",
424
- "group": "operationDetails",
425
- "type": "Dropdown",
487
+ "id": "createRow.worksheetName",
488
+ "label": "Worksheet name",
489
+ "description": "Enter name for the worksheet",
426
490
  "optional": false,
427
- "choices": [
428
- {
429
- "name": "Letters",
430
- "value": "LETTERS"
431
- },
432
- {
433
- "name": "Numbers",
434
- "value": "NUMBERS"
435
- }
436
- ],
491
+ "constraints": {
492
+ "notEmpty": true
493
+ },
494
+ "feel": "optional",
495
+ "group": "operationDetails",
437
496
  "binding": {
438
- "type": "zeebe:input",
439
- "name": "operation.columnIndexType"
497
+ "name": "operation.worksheetName",
498
+ "type": "zeebe:input"
440
499
  },
441
500
  "condition": {
442
- "property": "operationType",
443
- "equals": "deleteColumn"
501
+ "property": "operation.type",
502
+ "equals": "createRow",
503
+ "type": "simple"
444
504
  },
445
- "constraints": {
446
- "notEmpty": true
447
- }
505
+ "type": "String"
448
506
  },
449
507
  {
450
- "label": "Column letter index",
451
- "description": "Enter the index of the column. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#how-can-i-define-which-column-will-be-deleted\" target=\"_blank\">documentation</a>",
452
- "group": "operationDetails",
453
- "type": "String",
454
- "feel": "optional",
455
- "optional": false,
456
- "binding": {
457
- "type": "zeebe:input",
458
- "name": "operation.columnLetterIndex"
459
- },
508
+ "id": "createRow.rowIndex",
509
+ "label": "Row index",
510
+ "description": "Enter row index. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#what-is-a-row-index\" target=\"_blank\">documentation</a>",
511
+ "optional": true,
460
512
  "constraints": {
461
- "notEmpty": true,
462
- "maxLength": 100,
513
+ "notEmpty": false,
463
514
  "pattern": {
464
- "value": "[A-Z]+",
465
- "message": "Must contains only capital letters."
515
+ "value": "^(=.*|[0-9]+|)$",
516
+ "message": "Must be a number"
466
517
  }
467
518
  },
468
- "condition": {
469
- "property": "columnIndexFormat",
470
- "equals": "LETTERS"
471
- }
472
- },
473
- {
474
- "label": "Column numeric index",
475
- "description": "Enter the index of the column. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#how-can-i-define-which-column-will-be-deleted\" target=\"_blank\">documentation</a>",
476
- "group": "operationDetails",
477
- "type": "String",
478
519
  "feel": "optional",
479
- "optional": false,
520
+ "group": "operationDetails",
480
521
  "binding": {
481
- "type": "zeebe:input",
482
- "name": "operation.columnNumberIndex"
483
- },
484
- "constraints": {
485
- "notEmpty": true,
486
- "maxLength": 100,
487
- "pattern": {
488
- "value": "^([0-9]*$)",
489
- "message": "Must contains only numbers."
490
- }
522
+ "name": "operation.rowIndex",
523
+ "type": "zeebe:input"
491
524
  },
492
525
  "condition": {
493
- "property": "columnIndexFormat",
494
- "equals": "NUMBERS"
495
- }
526
+ "property": "operation.type",
527
+ "equals": "createRow",
528
+ "type": "simple"
529
+ },
530
+ "type": "Number"
496
531
  },
497
532
  {
498
- "label": "Start index",
499
- "description": "Enter start index (leave empty if add to the end of the sheet). Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#create-empty-column-or-row\" target=\"_blank\">documentation</a>",
533
+ "id": "values",
534
+ "label": "Enter values",
535
+ "description": "Enter the array of values. <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#create-row\" target=\"_blank\">Learn more about the required format</a>",
536
+ "optional": false,
537
+ "constraints": {
538
+ "notEmpty": true
539
+ },
540
+ "feel": "required",
500
541
  "group": "operationDetails",
501
- "type": "String",
502
- "feel": "optional",
503
- "optional": true,
504
542
  "binding": {
505
- "type": "zeebe:input",
506
- "name": "operation.startIndex"
507
- },
508
- "constraints": {
509
- "notEmpty": false,
510
- "maxLength": 100,
511
- "pattern": {
512
- "value": "^([0-9]*$)",
513
- "message": "Must be a number."
514
- }
543
+ "name": "operation.values",
544
+ "type": "zeebe:input"
515
545
  },
516
546
  "condition": {
517
- "property": "operationType",
518
- "equals": "createEmptyColumnOrRow"
519
- }
547
+ "property": "operation.type",
548
+ "equals": "createRow",
549
+ "type": "simple"
550
+ },
551
+ "type": "String"
520
552
  },
521
553
  {
522
- "label": "End index",
523
- "description": "Enter End index (leave empty if add to the end of the sheet) Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#create-empty-column-or-row\" target=\"_blank\">documentation</a>",
524
- "group": "operationDetails",
525
- "type": "String",
554
+ "id": "createWorksheet.spreadsheetId",
555
+ "label": "Spreadsheet ID",
556
+ "description": "Enter the ID of the spreadsheet",
557
+ "optional": false,
558
+ "constraints": {
559
+ "notEmpty": true
560
+ },
526
561
  "feel": "optional",
527
- "optional": true,
562
+ "group": "operationDetails",
528
563
  "binding": {
529
- "type": "zeebe:input",
530
- "name": "operation.endIndex"
531
- },
532
- "constraints": {
533
- "notEmpty": false,
534
- "maxLength": 100,
535
- "pattern": {
536
- "value": "^([0-9]*$)",
537
- "message": "Must be a number."
538
- }
564
+ "name": "operation.spreadsheetId",
565
+ "type": "zeebe:input"
539
566
  },
540
567
  "condition": {
541
- "property": "operationType",
542
- "equals": "createEmptyColumnOrRow"
543
- }
568
+ "property": "operation.type",
569
+ "equals": "createWorksheet",
570
+ "type": "simple"
571
+ },
572
+ "type": "String"
544
573
  },
545
574
  {
546
- "label": "Cell ID",
547
- "description": "Enter the ID of the cell. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#add-values-to-spreadsheet\" target=\"_blank\">documentation</a>",
548
- "group": "operationDetails",
549
- "type": "String",
550
- "feel": "optional",
575
+ "id": "createWorksheet.worksheetName",
576
+ "label": "Worksheet name",
577
+ "description": "Enter name for the worksheet",
551
578
  "optional": false,
552
- "binding": {
553
- "type": "zeebe:input",
554
- "name": "operation.cellId"
555
- },
556
579
  "constraints": {
557
- "notEmpty": true,
558
- "maxLength": 100
580
+ "notEmpty": true
581
+ },
582
+ "feel": "optional",
583
+ "group": "operationDetails",
584
+ "binding": {
585
+ "name": "operation.worksheetName",
586
+ "type": "zeebe:input"
559
587
  },
560
588
  "condition": {
561
- "property": "operationType",
562
- "equals": "addValues"
563
- }
589
+ "property": "operation.type",
590
+ "equals": "createWorksheet",
591
+ "type": "simple"
592
+ },
593
+ "type": "String"
564
594
  },
565
595
  {
566
- "label": "Enter values",
567
- "description": "Enter the array of values. <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#create-row\" target=\"_blank\">Learn more about the required format</a>",
568
- "group": "operationDetails",
569
- "type": "Text",
570
- "feel": "required",
596
+ "id": "worksheetIndex",
597
+ "label": "Worksheet index",
598
+ "description": "Enter index of the place where to add worksheet (leave empty if add to the end of sheet list) Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#what-is-a-worksheet-index\" target=\"_blank\">documentation</a>",
571
599
  "optional": false,
600
+ "feel": "optional",
601
+ "group": "operationDetails",
572
602
  "binding": {
573
- "type": "zeebe:input",
574
- "name": "operation.values"
575
- },
576
- "constraints": {
577
- "notEmpty": true,
578
- "maxLength": 100
603
+ "name": "operation.worksheetIndex",
604
+ "type": "zeebe:input"
579
605
  },
580
606
  "condition": {
581
- "property": "operationType",
582
- "equals": "createRow"
583
- }
607
+ "property": "operation.type",
608
+ "equals": "createWorksheet",
609
+ "type": "simple"
610
+ },
611
+ "type": "Number"
584
612
  },
585
613
  {
586
- "label": "Value",
587
- "description": "Enter the value",
588
- "group": "operationDetails",
589
- "type": "String",
590
- "feel": "optional",
614
+ "id": "deleteColumn.spreadsheetId",
615
+ "label": "Spreadsheet ID",
616
+ "description": "Enter the ID of the spreadsheet",
591
617
  "optional": false,
592
- "binding": {
593
- "type": "zeebe:input",
594
- "name": "operation.value"
595
- },
596
618
  "constraints": {
597
- "notEmpty": true,
598
- "maxLength": 200
619
+ "notEmpty": true
620
+ },
621
+ "feel": "optional",
622
+ "group": "operationDetails",
623
+ "binding": {
624
+ "name": "operation.spreadsheetId",
625
+ "type": "zeebe:input"
599
626
  },
600
627
  "condition": {
601
- "property": "operationType",
602
- "equals": "addValues"
603
- }
628
+ "property": "operation.type",
629
+ "equals": "deleteColumn",
630
+ "type": "simple"
631
+ },
632
+ "type": "String"
604
633
  },
605
634
  {
606
- "label": "Result variable",
607
- "description": "Enter name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
608
- "group": "output",
609
- "type": "String",
635
+ "id": "deleteColumn.worksheetId",
636
+ "label": "Worksheet ID",
637
+ "description": "Enter the ID of the worksheet",
638
+ "optional": false,
639
+ "constraints": {
640
+ "notEmpty": true
641
+ },
642
+ "feel": "optional",
643
+ "group": "operationDetails",
610
644
  "binding": {
611
- "type": "zeebe:taskHeader",
612
- "key": "resultVariable"
613
- }
645
+ "name": "operation.worksheetId",
646
+ "type": "zeebe:input"
647
+ },
648
+ "condition": {
649
+ "property": "operation.type",
650
+ "equals": "deleteColumn",
651
+ "type": "simple"
652
+ },
653
+ "type": "Number"
654
+ },
655
+ {
656
+ "id": "columnIndexType",
657
+ "label": "Index format",
658
+ "description": "Choose the type of the index. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#how-can-i-define-which-column-will-be-deleted\" target=\"_blank\">documentation</a>",
659
+ "optional": false,
660
+ "value": "NUMBERS",
661
+ "constraints": {
662
+ "notEmpty": true
663
+ },
664
+ "group": "operationDetails",
665
+ "binding": {
666
+ "name": "operation.columnIndexType",
667
+ "type": "zeebe:input"
668
+ },
669
+ "condition": {
670
+ "property": "operation.type",
671
+ "equals": "deleteColumn",
672
+ "type": "simple"
673
+ },
674
+ "type": "Dropdown",
675
+ "choices": [
676
+ {
677
+ "name": "Numbers",
678
+ "value": "NUMBERS"
679
+ },
680
+ {
681
+ "name": "Letters",
682
+ "value": "LETTERS"
683
+ }
684
+ ]
685
+ },
686
+ {
687
+ "id": "columnNumberIndex",
688
+ "label": "Column numeric index",
689
+ "description": "Enter the index of the column. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#how-can-i-define-which-column-will-be-deleted\" target=\"_blank\">documentation</a>",
690
+ "optional": false,
691
+ "feel": "optional",
692
+ "group": "operationDetails",
693
+ "binding": {
694
+ "name": "operation.columnNumberIndex",
695
+ "type": "zeebe:input"
696
+ },
697
+ "condition": {
698
+ "allMatch": [
699
+ {
700
+ "property": "operation.columnIndexType",
701
+ "equals": "NUMBERS",
702
+ "type": "simple"
703
+ },
704
+ {
705
+ "property": "operation.type",
706
+ "equals": "deleteColumn",
707
+ "type": "simple"
708
+ }
709
+ ]
710
+ },
711
+ "type": "Number"
712
+ },
713
+ {
714
+ "id": "columnLetterIndex",
715
+ "label": "Column letter index",
716
+ "description": "Enter the index of the column. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#how-can-i-define-which-column-will-be-deleted\" target=\"_blank\">documentation</a>",
717
+ "optional": false,
718
+ "feel": "optional",
719
+ "group": "operationDetails",
720
+ "binding": {
721
+ "name": "operation.columnLetterIndex",
722
+ "type": "zeebe:input"
723
+ },
724
+ "condition": {
725
+ "allMatch": [
726
+ {
727
+ "property": "operation.columnIndexType",
728
+ "equals": "LETTERS",
729
+ "type": "simple"
730
+ },
731
+ {
732
+ "property": "operation.type",
733
+ "equals": "deleteColumn",
734
+ "type": "simple"
735
+ }
736
+ ]
737
+ },
738
+ "type": "String"
739
+ },
740
+ {
741
+ "id": "deleteWorksheet.spreadsheetId",
742
+ "label": "Spreadsheet ID",
743
+ "description": "Enter the ID of the spreadsheet",
744
+ "optional": false,
745
+ "constraints": {
746
+ "notEmpty": true
747
+ },
748
+ "feel": "optional",
749
+ "group": "operationDetails",
750
+ "binding": {
751
+ "name": "operation.spreadsheetId",
752
+ "type": "zeebe:input"
753
+ },
754
+ "condition": {
755
+ "property": "operation.type",
756
+ "equals": "deleteWorksheet",
757
+ "type": "simple"
758
+ },
759
+ "type": "String"
760
+ },
761
+ {
762
+ "id": "deleteWorksheet.worksheetId",
763
+ "label": "Worksheet ID",
764
+ "description": "Enter the ID of the worksheet",
765
+ "optional": false,
766
+ "constraints": {
767
+ "notEmpty": true
768
+ },
769
+ "feel": "optional",
770
+ "group": "operationDetails",
771
+ "binding": {
772
+ "name": "operation.worksheetId",
773
+ "type": "zeebe:input"
774
+ },
775
+ "condition": {
776
+ "property": "operation.type",
777
+ "equals": "deleteWorksheet",
778
+ "type": "simple"
779
+ },
780
+ "type": "Number"
781
+ },
782
+ {
783
+ "id": "getRowByIndex.spreadsheetId",
784
+ "label": "Spreadsheet ID",
785
+ "description": "Enter the ID of the spreadsheet",
786
+ "optional": false,
787
+ "constraints": {
788
+ "notEmpty": true
789
+ },
790
+ "feel": "optional",
791
+ "group": "operationDetails",
792
+ "binding": {
793
+ "name": "operation.spreadsheetId",
794
+ "type": "zeebe:input"
795
+ },
796
+ "condition": {
797
+ "property": "operation.type",
798
+ "equals": "getRowByIndex",
799
+ "type": "simple"
800
+ },
801
+ "type": "String"
802
+ },
803
+ {
804
+ "id": "getRowByIndex.worksheetName",
805
+ "label": "Worksheet name",
806
+ "description": "Enter name for the worksheet",
807
+ "optional": false,
808
+ "feel": "optional",
809
+ "group": "operationDetails",
810
+ "binding": {
811
+ "name": "operation.worksheetName",
812
+ "type": "zeebe:input"
813
+ },
814
+ "condition": {
815
+ "property": "operation.type",
816
+ "equals": "getRowByIndex",
817
+ "type": "simple"
818
+ },
819
+ "type": "String"
820
+ },
821
+ {
822
+ "id": "getRowByIndex.rowIndex",
823
+ "label": "Row index",
824
+ "description": "Enter row index. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#what-is-a-row-index\" target=\"_blank\">documentation</a>",
825
+ "optional": false,
826
+ "constraints": {
827
+ "notEmpty": true
828
+ },
829
+ "feel": "optional",
830
+ "group": "operationDetails",
831
+ "binding": {
832
+ "name": "operation.rowIndex",
833
+ "type": "zeebe:input"
834
+ },
835
+ "condition": {
836
+ "property": "operation.type",
837
+ "equals": "getRowByIndex",
838
+ "type": "simple"
839
+ },
840
+ "type": "Number"
841
+ },
842
+ {
843
+ "id": "spreadsheetsDetails.spreadsheetId",
844
+ "label": "Spreadsheet ID",
845
+ "description": "Enter the ID of the spreadsheet",
846
+ "optional": false,
847
+ "constraints": {
848
+ "notEmpty": true
849
+ },
850
+ "feel": "optional",
851
+ "group": "operationDetails",
852
+ "binding": {
853
+ "name": "operation.spreadsheetId",
854
+ "type": "zeebe:input"
855
+ },
856
+ "condition": {
857
+ "property": "operation.type",
858
+ "equals": "spreadsheetsDetails",
859
+ "type": "simple"
860
+ },
861
+ "type": "String"
862
+ },
863
+ {
864
+ "id": "getWorksheetData.spreadsheetId",
865
+ "label": "Spreadsheet ID",
866
+ "description": "Enter the ID of the spreadsheet",
867
+ "optional": false,
868
+ "constraints": {
869
+ "notEmpty": true
870
+ },
871
+ "feel": "optional",
872
+ "group": "operationDetails",
873
+ "binding": {
874
+ "name": "operation.spreadsheetId",
875
+ "type": "zeebe:input"
876
+ },
877
+ "condition": {
878
+ "property": "operation.type",
879
+ "equals": "getWorksheetData",
880
+ "type": "simple"
881
+ },
882
+ "type": "String"
883
+ },
884
+ {
885
+ "id": "getWorksheetData.worksheetName",
886
+ "label": "Worksheet name",
887
+ "description": "Enter name for the worksheet",
888
+ "optional": false,
889
+ "constraints": {
890
+ "notEmpty": true
891
+ },
892
+ "feel": "optional",
893
+ "group": "operationDetails",
894
+ "binding": {
895
+ "name": "operation.worksheetName",
896
+ "type": "zeebe:input"
897
+ },
898
+ "condition": {
899
+ "property": "operation.type",
900
+ "equals": "getWorksheetData",
901
+ "type": "simple"
902
+ },
903
+ "type": "String"
904
+ },
905
+ {
906
+ "id": "version",
907
+ "label": "Version",
908
+ "description": "Version of the element template",
909
+ "value": "5",
910
+ "group": "connector",
911
+ "binding": {
912
+ "key": "elementTemplateVersion",
913
+ "type": "zeebe:taskHeader"
914
+ },
915
+ "type": "Hidden"
916
+ },
917
+ {
918
+ "id": "id",
919
+ "label": "ID",
920
+ "description": "ID of the element template",
921
+ "value": "io.camunda.connectors.GoogleSheets.v1",
922
+ "group": "connector",
923
+ "binding": {
924
+ "key": "elementTemplateId",
925
+ "type": "zeebe:taskHeader"
926
+ },
927
+ "type": "Hidden"
928
+ },
929
+ {
930
+ "id": "resultVariable",
931
+ "label": "Result variable",
932
+ "description": "Name of variable to store the response in",
933
+ "group": "output",
934
+ "binding": {
935
+ "key": "resultVariable",
936
+ "type": "zeebe:taskHeader"
937
+ },
938
+ "type": "String"
614
939
  },
615
940
  {
941
+ "id": "resultExpression",
616
942
  "label": "Result expression",
617
- "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
618
- "group": "output",
619
- "type": "Text",
943
+ "description": "Expression to map the response into process variables",
620
944
  "feel": "required",
945
+ "group": "output",
621
946
  "binding": {
622
- "type": "zeebe:taskHeader",
623
- "key": "resultExpression"
624
- }
947
+ "key": "resultExpression",
948
+ "type": "zeebe:taskHeader"
949
+ },
950
+ "type": "Text"
625
951
  },
626
952
  {
953
+ "id": "errorExpression",
627
954
  "label": "Error expression",
628
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
629
- "group": "errors",
630
- "type": "Text",
955
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
631
956
  "feel": "required",
957
+ "group": "error",
632
958
  "binding": {
633
- "type": "zeebe:taskHeader",
634
- "key": "errorExpression"
635
- }
959
+ "key": "errorExpression",
960
+ "type": "zeebe:taskHeader"
961
+ },
962
+ "type": "Text"
963
+ },
964
+ {
965
+ "id": "retryCount",
966
+ "label": "Retries",
967
+ "description": "Number of retries",
968
+ "value": "3",
969
+ "feel": "optional",
970
+ "group": "retries",
971
+ "binding": {
972
+ "property": "retries",
973
+ "type": "zeebe:taskDefinition"
974
+ },
975
+ "type": "String"
976
+ },
977
+ {
978
+ "id": "retryBackoff",
979
+ "label": "Retry backoff",
980
+ "description": "ISO-8601 duration to wait between retries",
981
+ "value": "PT0S",
982
+ "group": "retries",
983
+ "binding": {
984
+ "key": "retryBackoff",
985
+ "type": "zeebe:taskHeader"
986
+ },
987
+ "type": "String"
636
988
  }
637
989
  ],
638
990
  "icon": {
639
- "contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMC8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9UUi8yMDAxL1JFQy1TVkctMjAwMTA5MDQvRFREL3N2ZzEwLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgaWQ9ImJvZHlfMSIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE0Ij4KCjxnIHRyYW5zZm9ybT0ibWF0cml4KDAuMTU5MDkwOSAwIDAgMC4xNTkwOTA5IDMuOTA5MDkxIC0wKSI+CiAgICA8cGF0aCBkPSJNNDIgMEw2NCAyMkw1MyAyNEw0MiAyMkw0MCAxMUw0MiAweiIgc3Ryb2tlPSJub25lIiBmaWxsPSIjMTg4MDM4IiBmaWxsLXJ1bGU9Im5vbnplcm8iIC8+CiAgICA8cGF0aCBkPSJNNDIgMjJMNDIgMEw2IDBDIDIuNjg1IDAgMCAyLjY4NSAwIDZMMCA2TDAgODJDIDAgODUuMzE1IDIuNjg1IDg4IDYgODhMNiA4OEw1OCA4OEMgNjEuMzE1IDg4IDY0IDg1LjMxNSA2NCA4Mkw2NCA4Mkw2NCAyMkw0MiAyMnoiIHN0cm9rZT0ibm9uZSIgZmlsbD0iIzM0QTg1MyIgZmlsbC1ydWxlPSJub256ZXJvIiAvPgogICAgPHBhdGggZD0iTTEyIDM0TDEyIDYzTDUyIDYzTDUyIDM0TDEyIDM0ek0yOS41IDU4TDE3IDU4TDE3IDUxTDI5LjUgNTF6TTI5LjUgNDZMMTcgNDZMMTcgMzlMMjkuNSAzOXpNNDcgNThMMzQuNSA1OEwzNC41IDUxTDQ3IDUxek00NyA0NkwzNC41IDQ2TDM0LjUgMzlMNDcgMzl6IiBzdHJva2U9Im5vbmUiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgLz4KPC9nPgo8L3N2Zz4="
640
- },
641
- "engines": {
642
- "camunda": "^8.2"
991
+ "contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDlweCIgaGVpZ2h0PSI2N3B4IiB2aWV3Qm94PSIwIDAgNDkgNjciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU0LjEgKDc2NDkwKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5TaGVldHMtaWNvbjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik0yOS41ODMzMzMzLDAgTDQuNDM3NSwwIEMxLjk5Njg3NSwwIDAsMS45OTY4NzUgMCw0LjQzNzUgTDAsNjAuNjQ1ODMzMyBDMCw2My4wODY0NTgzIDEuOTk2ODc1LDY1LjA4MzMzMzMgNC40Mzc1LDY1LjA4MzMzMzMgTDQyLjg5NTgzMzMsNjUuMDgzMzMzMyBDNDUuMzM2NDU4Myw2NS4wODMzMzMzIDQ3LjMzMzMzMzMsNjMuMDg2NDU4MyA0Ny4zMzMzMzMzLDYwLjY0NTgzMzMgTDQ3LjMzMzMzMzMsMTcuNzUgTDI5LjU4MzMzMzMsMCBaIiBpZD0icGF0aC0xIj48L3BhdGg+CiAgICAgICAgPHBhdGggZD0iTTI5LjU4MzMzMzMsMCBMNC40Mzc1LDAgQzEuOTk2ODc1LDAgMCwxLjk5Njg3NSAwLDQuNDM3NSBMMCw2MC42NDU4MzMzIEMwLDYzLjA4NjQ1ODMgMS45OTY4NzUsNjUuMDgzMzMzMyA0LjQzNzUsNjUuMDgzMzMzMyBMNDIuODk1ODMzMyw2NS4wODMzMzMzIEM0NS4zMzY0NTgzLDY1LjA4MzMzMzMgNDcuMzMzMzMzMyw2My4wODY0NTgzIDQ3LjMzMzMzMzMsNjAuNjQ1ODMzMyBMNDcuMzMzMzMzMywxNy43NSBMMjkuNTgzMzMzMywwIFoiIGlkPSJwYXRoLTMiPjwvcGF0aD4KICAgICAgICA8cGF0aCBkPSJNMjkuNTgzMzMzMywwIEw0LjQzNzUsMCBDMS45OTY4NzUsMCAwLDEuOTk2ODc1IDAsNC40Mzc1IEwwLDYwLjY0NTgzMzMgQzAsNjMuMDg2NDU4MyAxLjk5Njg3NSw2NS4wODMzMzMzIDQuNDM3NSw2NS4wODMzMzMzIEw0Mi44OTU4MzMzLDY1LjA4MzMzMzMgQzQ1LjMzNjQ1ODMsNjUuMDgzMzMzMyA0Ny4zMzMzMzMzLDYzLjA4NjQ1ODMgNDcuMzMzMzMzMyw2MC42NDU4MzMzIEw0Ny4zMzMzMzMzLDE3Ljc1IEwyOS41ODMzMzMzLDAgWiIgaWQ9InBhdGgtNSI+PC9wYXRoPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0iNTAuMDA1Mzk0NSUiIHkxPSI4LjU4NjEwNjEyJSIgeDI9IjUwLjAwNTM5NDUlIiB5Mj0iMTAwLjAxMzkzOSUiIGlkPSJsaW5lYXJHcmFkaWVudC03Ij4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzI2MzIzOCIgc3RvcC1vcGFjaXR5PSIwLjIiIG9mZnNldD0iMCUiPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzI2MzIzOCIgc3RvcC1vcGFjaXR5PSIwLjAyIiBvZmZzZXQ9IjEwMCUiPjwvc3RvcD4KICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgICAgIDxwYXRoIGQ9Ik0yOS41ODMzMzMzLDAgTDQuNDM3NSwwIEMxLjk5Njg3NSwwIDAsMS45OTY4NzUgMCw0LjQzNzUgTDAsNjAuNjQ1ODMzMyBDMCw2My4wODY0NTgzIDEuOTk2ODc1LDY1LjA4MzMzMzMgNC40Mzc1LDY1LjA4MzMzMzMgTDQyLjg5NTgzMzMsNjUuMDgzMzMzMyBDNDUuMzM2NDU4Myw2NS4wODMzMzMzIDQ3LjMzMzMzMzMsNjMuMDg2NDU4MyA0Ny4zMzMzMzMzLDYwLjY0NTgzMzMgTDQ3LjMzMzMzMzMsMTcuNzUgTDI5LjU4MzMzMzMsMCBaIiBpZD0icGF0aC04Ij48L3BhdGg+CiAgICAgICAgPHBhdGggZD0iTTI5LjU4MzMzMzMsMCBMNC40Mzc1LDAgQzEuOTk2ODc1LDAgMCwxLjk5Njg3NSAwLDQuNDM3NSBMMCw2MC42NDU4MzMzIEMwLDYzLjA4NjQ1ODMgMS45OTY4NzUsNjUuMDgzMzMzMyA0LjQzNzUsNjUuMDgzMzMzMyBMNDIuODk1ODMzMyw2NS4wODMzMzMzIEM0NS4zMzY0NTgzLDY1LjA4MzMzMzMgNDcuMzMzMzMzMyw2My4wODY0NTgzIDQ3LjMzMzMzMzMsNjAuNjQ1ODMzMyBMNDcuMzMzMzMzMywxNy43NSBMMjkuNTgzMzMzMywwIFoiIGlkPSJwYXRoLTEwIj48L3BhdGg+CiAgICAgICAgPHBhdGggZD0iTTI5LjU4MzMzMzMsMCBMNC40Mzc1LDAgQzEuOTk2ODc1LDAgMCwxLjk5Njg3NSAwLDQuNDM3NSBMMCw2MC42NDU4MzMzIEMwLDYzLjA4NjQ1ODMgMS45OTY4NzUsNjUuMDgzMzMzMyA0LjQzNzUsNjUuMDgzMzMzMyBMNDIuODk1ODMzMyw2NS4wODMzMzMzIEM0NS4zMzY0NTgzLDY1LjA4MzMzMzMgNDcuMzMzMzMzMyw2My4wODY0NTgzIDQ3LjMzMzMzMzMsNjAuNjQ1ODMzMyBMNDcuMzMzMzMzMywxNy43NSBMMjkuNTgzMzMzMywwIFoiIGlkPSJwYXRoLTEyIj48L3BhdGg+CiAgICAgICAgPHBhdGggZD0iTTI5LjU4MzMzMzMsMCBMNC40Mzc1LDAgQzEuOTk2ODc1LDAgMCwxLjk5Njg3NSAwLDQuNDM3NSBMMCw2MC42NDU4MzMzIEMwLDYzLjA4NjQ1ODMgMS45OTY4NzUsNjUuMDgzMzMzMyA0LjQzNzUsNjUuMDgzMzMzMyBMNDIuODk1ODMzMyw2NS4wODMzMzMzIEM0NS4zMzY0NTgzLDY1LjA4MzMzMzMgNDcuMzMzMzMzMyw2My4wODY0NTgzIDQ3LjMzMzMzMzMsNjAuNjQ1ODMzMyBMNDcuMzMzMzMzMywxNy43NSBMMjkuNTgzMzMzMywwIFoiIGlkPSJwYXRoLTE0Ij48L3BhdGg+CiAgICAgICAgPHJhZGlhbEdyYWRpZW50IGN4PSIzLjE2ODA0Njg4JSIgY3k9IjIuNzE3NDQzMTglIiBmeD0iMy4xNjgwNDY4OCUiIGZ5PSIyLjcxNzQ0MzE4JSIgcj0iMTYxLjI0ODUxNiUiIGdyYWRpZW50VHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMzE2ODAsMC4wMjcxNzQpLHNjYWxlKDEuMDAwMDAwLDAuNzI3MjczKSx0cmFuc2xhdGUoLTAuMDMxNjgwLC0wLjAyNzE3NCkiIGlkPSJyYWRpYWxHcmFkaWVudC0xNiI+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIHN0b3Atb3BhY2l0eT0iMC4xIiBvZmZzZXQ9IjAlIj48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIHN0b3Atb3BhY2l0eT0iMCIgb2Zmc2V0PSIxMDAlIj48L3N0b3A+CiAgICAgICAgPC9yYWRpYWxHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJDb25zdW1lci1BcHBzLVNoZWV0cy1MYXJnZS1WRC1SOC0iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NTEuMDAwMDAwLCAtNDUxLjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iSGVybyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDYzLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IlBlcnNvbmFsIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNzcuMDAwMDAwLCAyOTkuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IlNoZWV0cy1pY29uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNzQuODMzMzMzLCA4OS45NTgzMzMpIj4KICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDbGlwcGVkIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJTVkdJRF8xXyI+PC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yOS41ODMzMzMzLDAgTDQuNDM3NSwwIEMxLjk5Njg3NSwwIDAsMS45OTY4NzUgMCw0LjQzNzUgTDAsNjAuNjQ1ODMzMyBDMCw2My4wODY0NTgzIDEuOTk2ODc1LDY1LjA4MzMzMzMgNC40Mzc1LDY1LjA4MzMzMzMgTDQyLjg5NTgzMzMsNjUuMDgzMzMzMyBDNDUuMzM2NDU4Myw2NS4wODMzMzMzIDQ3LjMzMzMzMzMsNjMuMDg2NDU4MyA0Ny4zMzMzMzMzLDYwLjY0NTgzMzMgTDQ3LjMzMzMzMzMsMTcuNzUgTDM2Ljk3OTE2NjcsMTAuMzU0MTY2NyBMMjkuNTgzMzMzMywwIFoiIGlkPSJQYXRoIiBmaWxsPSIjMEY5RDU4IiBmaWxsLXJ1bGU9Im5vbnplcm8iIG1hc2s9InVybCgjbWFzay0yKSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IkNsaXBwZWQiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTQiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0zIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IlNWR0lEXzFfIj48L2c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTExLjgzMzMzMzMsMzEuODAyMDgzMyBMMTEuODMzMzMzMyw1My4yNSBMMzUuNSw1My4yNSBMMzUuNSwzMS44MDIwODMzIEwxMS44MzMzMzMzLDMxLjgwMjA4MzMgWiBNMjIuMTg3NSw1MC4yOTE2NjY3IEwxNC43OTE2NjY3LDUwLjI5MTY2NjcgTDE0Ljc5MTY2NjcsNDYuNTkzNzUgTDIyLjE4NzUsNDYuNTkzNzUgTDIyLjE4NzUsNTAuMjkxNjY2NyBaIE0yMi4xODc1LDQ0LjM3NSBMMTQuNzkxNjY2Nyw0NC4zNzUgTDE0Ljc5MTY2NjcsNDAuNjc3MDgzMyBMMjIuMTg3NSw0MC42NzcwODMzIEwyMi4xODc1LDQ0LjM3NSBaIE0yMi4xODc1LDM4LjQ1ODMzMzMgTDE0Ljc5MTY2NjcsMzguNDU4MzMzMyBMMTQuNzkxNjY2NywzNC43NjA0MTY3IEwyMi4xODc1LDM0Ljc2MDQxNjcgTDIyLjE4NzUsMzguNDU4MzMzMyBaIE0zMi41NDE2NjY3LDUwLjI5MTY2NjcgTDI1LjE0NTgzMzMsNTAuMjkxNjY2NyBMMjUuMTQ1ODMzMyw0Ni41OTM3NSBMMzIuNTQxNjY2Nyw0Ni41OTM3NSBMMzIuNTQxNjY2Nyw1MC4yOTE2NjY3IFogTTMyLjU0MTY2NjcsNDQuMzc1IEwyNS4xNDU4MzMzLDQ0LjM3NSBMMjUuMTQ1ODMzMyw0MC42NzcwODMzIEwzMi41NDE2NjY3LDQwLjY3NzA4MzMgTDMyLjU0MTY2NjcsNDQuMzc1IFogTTMyLjU0MTY2NjcsMzguNDU4MzMzMyBMMjUuMTQ1ODMzMywzOC40NTgzMzMzIEwyNS4xNDU4MzMzLDM0Ljc2MDQxNjcgTDMyLjU0MTY2NjcsMzQuNzYwNDE2NyBMMzIuNTQxNjY2NywzOC40NTgzMzMzIFoiIGlkPSJTaGFwZSIgZmlsbD0iI0YxRjFGMSIgZmlsbC1ydWxlPSJub256ZXJvIiBtYXNrPSJ1cmwoI21hc2stNCkiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDbGlwcGVkIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay02IiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtNSI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJTVkdJRF8xXyI+PC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJQYXRoIiBmaWxsPSJ1cmwoI2xpbmVhckdyYWRpZW50LTcpIiBmaWxsLXJ1bGU9Im5vbnplcm8iIG1hc2s9InVybCgjbWFzay02KSIgcG9pbnRzPSIzMC44ODEzMDIxIDE2LjQ1MjAzMTMgNDcuMzMzMzMzMyAzMi45MDAzNjQ2IDQ3LjMzMzMzMzMgMTcuNzUiPjwvcG9seWdvbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDbGlwcGVkIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay05IiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtOCI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJTVkdJRF8xXyI+PC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgbWFzaz0idXJsKCNtYXNrLTkpIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjYuNjI1MDAwLCAtMi45NTgzMzMpIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yLjk1ODMzMzMzLDIuOTU4MzMzMzMgTDIuOTU4MzMzMzMsMTYuMjcwODMzMyBDMi45NTgzMzMzMywxOC43MjI1NTIxIDQuOTQ0MTE0NTgsMjAuNzA4MzMzMyA3LjM5NTgzMzMzLDIwLjcwODMzMzMgTDIwLjcwODMzMzMsMjAuNzA4MzMzMyBMMi45NTgzMzMzMywyLjk1ODMzMzMzIFoiIGlkPSJQYXRoIiBmaWxsPSIjODdDRUFDIiBmaWxsLXJ1bGU9Im5vbnplcm8iPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDbGlwcGVkIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay0xMSIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEwIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IlNWR0lEXzFfIj48L2c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTQuNDM3NSwwIEMxLjk5Njg3NSwwIDAsMS45OTY4NzUgMCw0LjQzNzUgTDAsNC44MDcyOTE2NyBDMCwyLjM2NjY2NjY3IDEuOTk2ODc1LDAuMzY5NzkxNjY3IDQuNDM3NSwwLjM2OTc5MTY2NyBMMjkuNTgzMzMzMywwLjM2OTc5MTY2NyBMMjkuNTgzMzMzMywwIEw0LjQzNzUsMCBaIiBpZD0iUGF0aCIgZmlsbC1vcGFjaXR5PSIwLjIiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgbWFzaz0idXJsKCNtYXNrLTExKSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IkNsaXBwZWQiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTEzIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMTIiPjwvdXNlPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbWFzaz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iU1ZHSURfMV8iPjwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNDIuODk1ODMzMyw2NC43MTM1NDE3IEw0LjQzNzUsNjQuNzEzNTQxNyBDMS45OTY4NzUsNjQuNzEzNTQxNyAwLDYyLjcxNjY2NjcgMCw2MC4yNzYwNDE3IEwwLDYwLjY0NTgzMzMgQzAsNjMuMDg2NDU4MyAxLjk5Njg3NSw2NS4wODMzMzMzIDQuNDM3NSw2NS4wODMzMzMzIEw0Mi44OTU4MzMzLDY1LjA4MzMzMzMgQzQ1LjMzNjQ1ODMsNjUuMDgzMzMzMyA0Ny4zMzMzMzMzLDYzLjA4NjQ1ODMgNDcuMzMzMzMzMyw2MC42NDU4MzMzIEw0Ny4zMzMzMzMzLDYwLjI3NjA0MTcgQzQ3LjMzMzMzMzMsNjIuNzE2NjY2NyA0NS4zMzY0NTgzLDY0LjcxMzU0MTcgNDIuODk1ODMzMyw2NC43MTM1NDE3IFoiIGlkPSJQYXRoIiBmaWxsLW9wYWNpdHk9IjAuMiIgZmlsbD0iIzI2MzIzOCIgZmlsbC1ydWxlPSJub256ZXJvIiBtYXNrPSJ1cmwoI21hc2stMTMpIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iQ2xpcHBlZCI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMTUiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xNCI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJTVkdJRF8xXyI+PC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zNC4wMjA4MzMzLDE3Ljc1IEMzMS41NjkxMTQ2LDE3Ljc1IDI5LjU4MzMzMzMsMTUuNzY0MjE4OCAyOS41ODMzMzMzLDEzLjMxMjUgTDI5LjU4MzMzMzMsMTMuNjgyMjkxNyBDMjkuNTgzMzMzMywxNi4xMzQwMTA0IDMxLjU2OTExNDYsMTguMTE5NzkxNyAzNC4wMjA4MzMzLDE4LjExOTc5MTcgTDQ3LjMzMzMzMzMsMTguMTE5NzkxNyBMNDcuMzMzMzMzMywxNy43NSBMMzQuMDIwODMzMywxNy43NSBaIiBpZD0iUGF0aCIgZmlsbC1vcGFjaXR5PSIwLjEiIGZpbGw9IiMyNjMyMzgiIGZpbGwtcnVsZT0ibm9uemVybyIgbWFzaz0idXJsKCNtYXNrLTE1KSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yOS41ODMzMzMzLDAgTDQuNDM3NSwwIEMxLjk5Njg3NSwwIDAsMS45OTY4NzUgMCw0LjQzNzUgTDAsNjAuNjQ1ODMzMyBDMCw2My4wODY0NTgzIDEuOTk2ODc1LDY1LjA4MzMzMzMgNC40Mzc1LDY1LjA4MzMzMzMgTDQyLjg5NTgzMzMsNjUuMDgzMzMzMyBDNDUuMzM2NDU4Myw2NS4wODMzMzMzIDQ3LjMzMzMzMzMsNjMuMDg2NDU4MyA0Ny4zMzMzMzMzLDYwLjY0NTgzMzMgTDQ3LjMzMzMzMzMsMTcuNzUgTDI5LjU4MzMzMzMsMCBaIiBpZD0iUGF0aCIgZmlsbD0idXJsKCNyYWRpYWxHcmFkaWVudC0xNikiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"
643
992
  }
644
993
  },
645
994
  {
646
995
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
647
- "name": "Google Sheets Outbound Connector",
996
+ "name": "Google Sheets connector",
648
997
  "id": "io.camunda.connectors.GoogleSheets.v1",
649
- "version": 2,
998
+ "version": 1,
650
999
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/",
651
1000
  "description": "Work with spreadsheets",
652
1001
  "category": {
@@ -888,7 +1237,8 @@
888
1237
  "name": "operation.spreadsheetName"
889
1238
  },
890
1239
  "constraints": {
891
- "notEmpty": true
1240
+ "notEmpty": true,
1241
+ "maxLength": 255
892
1242
  },
893
1243
  "condition": {
894
1244
  "property": "operationType",
@@ -908,6 +1258,7 @@
908
1258
  },
909
1259
  "constraints": {
910
1260
  "notEmpty": true,
1261
+ "maxLength": 100,
911
1262
  "pattern": {
912
1263
  "value": "^([0-9]*$)",
913
1264
  "message": "Must be a number."
@@ -930,7 +1281,8 @@
930
1281
  "name": "operation.worksheetName"
931
1282
  },
932
1283
  "constraints": {
933
- "notEmpty": true
1284
+ "notEmpty": true,
1285
+ "maxLength": 100
934
1286
  },
935
1287
  "condition": {
936
1288
  "property": "operationType",
@@ -949,7 +1301,8 @@
949
1301
  "name": "operation.worksheetName"
950
1302
  },
951
1303
  "constraints": {
952
- "notEmpty": false
1304
+ "notEmpty": false,
1305
+ "maxLength": 100
953
1306
  },
954
1307
  "condition": {
955
1308
  "property": "operationType",
@@ -969,6 +1322,7 @@
969
1322
  },
970
1323
  "constraints": {
971
1324
  "notEmpty": false,
1325
+ "maxLength": 5,
972
1326
  "pattern": {
973
1327
  "value": "^([0-9]*$)",
974
1328
  "message": "Must be a number."
@@ -1020,6 +1374,7 @@
1020
1374
  },
1021
1375
  "constraints": {
1022
1376
  "notEmpty": true,
1377
+ "maxLength": 100,
1023
1378
  "pattern": {
1024
1379
  "value": "^([0-9]*$)",
1025
1380
  "message": "Must be a number."
@@ -1043,6 +1398,7 @@
1043
1398
  },
1044
1399
  "constraints": {
1045
1400
  "notEmpty": false,
1401
+ "maxLength": 100,
1046
1402
  "pattern": {
1047
1403
  "value": "^([0-9]*$)",
1048
1404
  "message": "Must contains only numbers."
@@ -1095,6 +1451,7 @@
1095
1451
  },
1096
1452
  "constraints": {
1097
1453
  "notEmpty": true,
1454
+ "maxLength": 100,
1098
1455
  "pattern": {
1099
1456
  "value": "[A-Z]+",
1100
1457
  "message": "Must contains only capital letters."
@@ -1118,6 +1475,7 @@
1118
1475
  },
1119
1476
  "constraints": {
1120
1477
  "notEmpty": true,
1478
+ "maxLength": 100,
1121
1479
  "pattern": {
1122
1480
  "value": "^([0-9]*$)",
1123
1481
  "message": "Must contains only numbers."
@@ -1141,6 +1499,7 @@
1141
1499
  },
1142
1500
  "constraints": {
1143
1501
  "notEmpty": false,
1502
+ "maxLength": 100,
1144
1503
  "pattern": {
1145
1504
  "value": "^([0-9]*$)",
1146
1505
  "message": "Must be a number."
@@ -1164,6 +1523,7 @@
1164
1523
  },
1165
1524
  "constraints": {
1166
1525
  "notEmpty": false,
1526
+ "maxLength": 100,
1167
1527
  "pattern": {
1168
1528
  "value": "^([0-9]*$)",
1169
1529
  "message": "Must be a number."
@@ -1186,7 +1546,8 @@
1186
1546
  "name": "operation.cellId"
1187
1547
  },
1188
1548
  "constraints": {
1189
- "notEmpty": true
1549
+ "notEmpty": true,
1550
+ "maxLength": 100
1190
1551
  },
1191
1552
  "condition": {
1192
1553
  "property": "operationType",
@@ -1205,7 +1566,8 @@
1205
1566
  "name": "operation.values"
1206
1567
  },
1207
1568
  "constraints": {
1208
- "notEmpty": true
1569
+ "notEmpty": true,
1570
+ "maxLength": 100
1209
1571
  },
1210
1572
  "condition": {
1211
1573
  "property": "operationType",
@@ -1224,7 +1586,8 @@
1224
1586
  "name": "operation.value"
1225
1587
  },
1226
1588
  "constraints": {
1227
- "notEmpty": true
1589
+ "notEmpty": true,
1590
+ "maxLength": 200
1228
1591
  },
1229
1592
  "condition": {
1230
1593
  "property": "operationType",
@@ -1275,9 +1638,9 @@
1275
1638
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1276
1639
  "name": "Google Sheets Outbound Connector",
1277
1640
  "id": "io.camunda.connectors.GoogleSheets.v1",
1278
- "description": "Work with spreadsheets",
1641
+ "version": 2,
1279
1642
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/",
1280
- "version": 3,
1643
+ "description": "Work with spreadsheets",
1281
1644
  "category": {
1282
1645
  "id": "connectors",
1283
1646
  "name": "Connectors"
@@ -1304,919 +1667,600 @@
1304
1667
  "label": "Output mapping"
1305
1668
  },
1306
1669
  {
1307
- "id": "error",
1670
+ "id": "errors",
1308
1671
  "label": "Error handling"
1309
- },
1310
- {
1311
- "id": "retries",
1312
- "label": "Retries"
1313
1672
  }
1314
1673
  ],
1315
1674
  "properties": [
1316
1675
  {
1676
+ "type": "Hidden",
1317
1677
  "value": "io.camunda:google-sheets:1",
1318
- "binding": {
1319
- "property": "type",
1320
- "type": "zeebe:taskDefinition"
1321
- },
1322
- "type": "Hidden"
1323
- },
1324
- {
1325
- "id": "authentication.authType",
1326
- "label": "Type",
1327
- "optional": false,
1328
- "value": "refresh",
1329
- "constraints": {
1330
- "notEmpty": true
1331
- },
1332
- "group": "authentication",
1333
- "binding": {
1334
- "name": "authentication.authType",
1335
- "type": "zeebe:input"
1336
- },
1337
- "type": "Dropdown",
1338
- "choices": [
1339
- {
1340
- "name": "Bearer token",
1341
- "value": "bearer"
1342
- },
1343
- {
1344
- "name": "Refresh token",
1345
- "value": "refresh"
1346
- }
1347
- ]
1348
- },
1349
- {
1350
- "id": "authentication.bearerToken",
1351
- "label": "Bearer token",
1352
- "description": "Enter a valid Google API Bearer token",
1353
- "optional": false,
1354
- "constraints": {
1355
- "notEmpty": true
1356
- },
1357
- "feel": "optional",
1358
- "group": "authentication",
1359
- "binding": {
1360
- "name": "authentication.bearerToken",
1361
- "type": "zeebe:input"
1362
- },
1363
- "condition": {
1364
- "property": "authentication.authType",
1365
- "equals": "bearer",
1366
- "type": "simple"
1367
- },
1368
- "type": "String"
1369
- },
1370
- {
1371
- "id": "authentication.oauthClientId",
1372
- "label": "Client ID",
1373
- "description": "Enter Google API Client ID",
1374
- "optional": false,
1375
- "constraints": {
1376
- "notEmpty": true
1377
- },
1378
- "feel": "optional",
1379
- "group": "authentication",
1380
- "binding": {
1381
- "name": "authentication.oauthClientId",
1382
- "type": "zeebe:input"
1383
- },
1384
- "condition": {
1385
- "property": "authentication.authType",
1386
- "equals": "refresh",
1387
- "type": "simple"
1388
- },
1389
- "type": "String"
1390
- },
1391
- {
1392
- "id": "authentication.oauthClientSecret",
1393
- "label": "Client secret",
1394
- "description": "Enter Google API client Secret",
1395
- "optional": false,
1396
- "constraints": {
1397
- "notEmpty": true
1398
- },
1399
- "feel": "optional",
1400
- "group": "authentication",
1401
- "binding": {
1402
- "name": "authentication.oauthClientSecret",
1403
- "type": "zeebe:input"
1404
- },
1405
- "condition": {
1406
- "property": "authentication.authType",
1407
- "equals": "refresh",
1408
- "type": "simple"
1409
- },
1410
- "type": "String"
1411
- },
1412
- {
1413
- "id": "authentication.oauthRefreshToken",
1414
- "label": "Refresh token",
1415
- "description": "Enter a valid Google API refresh token",
1416
- "optional": false,
1417
- "constraints": {
1418
- "notEmpty": true
1419
- },
1420
- "feel": "optional",
1421
- "group": "authentication",
1422
- "binding": {
1423
- "name": "authentication.oauthRefreshToken",
1424
- "type": "zeebe:input"
1425
- },
1426
- "condition": {
1427
- "property": "authentication.authType",
1428
- "equals": "refresh",
1429
- "type": "simple"
1430
- },
1431
- "type": "String"
1432
- },
1433
- {
1434
- "id": "operation.type",
1435
- "label": "Input",
1436
- "value": "createSpreadsheet",
1437
- "group": "operation",
1438
- "binding": {
1439
- "name": "operation.type",
1440
- "type": "zeebe:input"
1441
- },
1442
- "type": "Dropdown",
1443
- "choices": [
1444
- {
1445
- "name": "Create spreadsheet",
1446
- "value": "createSpreadsheet"
1447
- },
1448
- {
1449
- "name": "Add values to spreadsheet",
1450
- "value": "addValues"
1451
- },
1452
- {
1453
- "name": "Create empty column or row",
1454
- "value": "createEmptyColumnOrRow"
1455
- },
1456
- {
1457
- "name": "Create row",
1458
- "value": "createRow"
1459
- },
1460
- {
1461
- "name": "Create worksheet",
1462
- "value": "createWorksheet"
1463
- },
1464
- {
1465
- "name": "Delete column",
1466
- "value": "deleteColumn"
1467
- },
1468
- {
1469
- "name": "Delete worksheet",
1470
- "value": "deleteWorksheet"
1471
- },
1472
- {
1473
- "name": "Get row by index",
1474
- "value": "getRowByIndex"
1475
- },
1678
+ "binding": {
1679
+ "type": "zeebe:taskDefinition",
1680
+ "property": "type"
1681
+ }
1682
+ },
1683
+ {
1684
+ "id": "authenticationType",
1685
+ "label": "Type",
1686
+ "group": "authentication",
1687
+ "type": "Dropdown",
1688
+ "value": "bearer",
1689
+ "choices": [
1476
1690
  {
1477
- "name": "Get spreadsheet details",
1478
- "value": "spreadsheetsDetails"
1691
+ "name": "Bearer token",
1692
+ "value": "bearer"
1479
1693
  },
1480
1694
  {
1481
- "name": "Get worksheet data",
1482
- "value": "getWorksheetData"
1695
+ "name": "Refresh token",
1696
+ "value": "refresh"
1483
1697
  }
1484
- ]
1485
- },
1486
- {
1487
- "id": "createSpreadsheet.spreadsheetName",
1488
- "label": "Spreadsheet name",
1489
- "description": "Enter name for the new spreadsheet",
1490
- "optional": false,
1491
- "constraints": {
1492
- "notEmpty": true
1493
- },
1494
- "feel": "optional",
1495
- "group": "operationDetails",
1698
+ ],
1496
1699
  "binding": {
1497
- "name": "operation.spreadsheetName",
1498
- "type": "zeebe:input"
1499
- },
1500
- "condition": {
1501
- "property": "operation.type",
1502
- "equals": "createSpreadsheet",
1503
- "type": "simple"
1504
- },
1505
- "type": "String"
1700
+ "type": "zeebe:input",
1701
+ "name": "authentication.authType",
1702
+ "key": "authentication.authType"
1703
+ }
1506
1704
  },
1507
1705
  {
1508
- "id": "parent",
1509
- "label": "Parent folder ID",
1510
- "description": "Enter ID of the parent folder where new spreadsheet will be created",
1511
- "optional": true,
1512
- "feel": "optional",
1513
- "group": "operationDetails",
1706
+ "label": "Bearer token",
1707
+ "description": "Enter Google API Bearer token that is authorized to interact with desired spreadsheet",
1708
+ "group": "authentication",
1709
+ "type": "String",
1514
1710
  "binding": {
1515
- "name": "operation.parent",
1516
- "type": "zeebe:input"
1517
- },
1518
- "condition": {
1519
- "property": "operation.type",
1520
- "equals": "createSpreadsheet",
1521
- "type": "simple"
1711
+ "type": "zeebe:input",
1712
+ "name": "authentication.bearerToken"
1522
1713
  },
1523
- "type": "String"
1524
- },
1525
- {
1526
- "id": "addValues.spreadsheetId",
1527
- "label": "Spreadsheet ID",
1528
- "description": "Enter the ID of the spreadsheet",
1529
- "optional": false,
1530
1714
  "constraints": {
1531
1715
  "notEmpty": true
1532
1716
  },
1533
- "feel": "optional",
1534
- "group": "operationDetails",
1535
- "binding": {
1536
- "name": "operation.spreadsheetId",
1537
- "type": "zeebe:input"
1538
- },
1539
1717
  "condition": {
1540
- "property": "operation.type",
1541
- "equals": "addValues",
1542
- "type": "simple"
1543
- },
1544
- "type": "String"
1718
+ "property": "authenticationType",
1719
+ "equals": "bearer"
1720
+ }
1545
1721
  },
1546
1722
  {
1547
- "id": "addValues.worksheetName",
1548
- "label": "Worksheet name",
1549
- "description": "Enter name for the worksheet",
1550
- "optional": false,
1551
- "constraints": {
1552
- "notEmpty": true
1553
- },
1554
- "feel": "optional",
1555
- "group": "operationDetails",
1723
+ "label": "Client ID",
1724
+ "description": "Enter Google API Client ID",
1725
+ "group": "authentication",
1726
+ "type": "String",
1556
1727
  "binding": {
1557
- "name": "operation.worksheetName",
1558
- "type": "zeebe:input"
1559
- },
1560
- "condition": {
1561
- "property": "operation.type",
1562
- "equals": "addValues",
1563
- "type": "simple"
1728
+ "type": "zeebe:input",
1729
+ "name": "authentication.oauthClientId"
1564
1730
  },
1565
- "type": "String"
1566
- },
1567
- {
1568
- "id": "cellId",
1569
- "label": "Cell ID",
1570
- "description": "Enter the ID of the cell. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#add-values-to-spreadsheet\" target=\"_blank\">documentation</a>",
1571
- "optional": false,
1572
1731
  "constraints": {
1573
1732
  "notEmpty": true
1574
1733
  },
1575
- "feel": "optional",
1576
- "group": "operationDetails",
1577
- "binding": {
1578
- "name": "operation.cellId",
1579
- "type": "zeebe:input"
1580
- },
1581
1734
  "condition": {
1582
- "property": "operation.type",
1583
- "equals": "addValues",
1584
- "type": "simple"
1585
- },
1586
- "type": "String"
1735
+ "property": "authenticationType",
1736
+ "equals": "refresh"
1737
+ }
1587
1738
  },
1588
1739
  {
1589
- "id": "value",
1590
- "label": "Value",
1591
- "description": "Enter the value",
1592
- "optional": false,
1593
- "constraints": {
1594
- "notEmpty": true
1595
- },
1596
- "feel": "optional",
1597
- "group": "operationDetails",
1740
+ "label": "Client secret",
1741
+ "description": "Enter Google API client Secret",
1742
+ "group": "authentication",
1743
+ "type": "String",
1598
1744
  "binding": {
1599
- "name": "operation.value",
1600
- "type": "zeebe:input"
1601
- },
1602
- "condition": {
1603
- "property": "operation.type",
1604
- "equals": "addValues",
1605
- "type": "simple"
1745
+ "type": "zeebe:input",
1746
+ "name": "authentication.oauthClientSecret"
1606
1747
  },
1607
- "type": "String"
1608
- },
1609
- {
1610
- "id": "createEmptyColumnOrRow.spreadsheetId",
1611
- "label": "Spreadsheet ID",
1612
- "description": "Enter the ID of the spreadsheet",
1613
- "optional": false,
1614
1748
  "constraints": {
1615
1749
  "notEmpty": true
1616
1750
  },
1617
- "feel": "optional",
1618
- "group": "operationDetails",
1619
- "binding": {
1620
- "name": "operation.spreadsheetId",
1621
- "type": "zeebe:input"
1622
- },
1623
1751
  "condition": {
1624
- "property": "operation.type",
1625
- "equals": "createEmptyColumnOrRow",
1626
- "type": "simple"
1627
- },
1628
- "type": "String"
1752
+ "property": "authenticationType",
1753
+ "equals": "refresh"
1754
+ }
1629
1755
  },
1630
1756
  {
1631
- "id": "createEmptyColumnOrRow.worksheetId",
1632
- "label": "Worksheet ID",
1633
- "description": "Enter the ID of the worksheet",
1634
- "optional": false,
1635
- "constraints": {
1636
- "notEmpty": true
1637
- },
1638
- "feel": "optional",
1639
- "group": "operationDetails",
1757
+ "label": "Refresh token",
1758
+ "description": "Enter Google API refresh token that is authorized to interact with desired spreadsheet",
1759
+ "group": "authentication",
1760
+ "type": "String",
1640
1761
  "binding": {
1641
- "name": "operation.worksheetId",
1642
- "type": "zeebe:input"
1643
- },
1644
- "condition": {
1645
- "property": "operation.type",
1646
- "equals": "createEmptyColumnOrRow",
1647
- "type": "simple"
1762
+ "type": "zeebe:input",
1763
+ "name": "authentication.oauthRefreshToken"
1648
1764
  },
1649
- "type": "String"
1650
- },
1651
- {
1652
- "id": "dimension",
1653
- "label": "Dimension",
1654
- "description": "Choose what to add: column or row",
1655
- "optional": false,
1656
1765
  "constraints": {
1657
1766
  "notEmpty": true
1658
1767
  },
1659
- "group": "operationDetails",
1660
- "binding": {
1661
- "name": "operation.dimension",
1662
- "type": "zeebe:input"
1663
- },
1664
1768
  "condition": {
1665
- "property": "operation.type",
1666
- "equals": "createEmptyColumnOrRow",
1667
- "type": "simple"
1668
- },
1769
+ "property": "authenticationType",
1770
+ "equals": "refresh"
1771
+ }
1772
+ },
1773
+ {
1774
+ "id": "operationType",
1775
+ "group": "operation",
1669
1776
  "type": "Dropdown",
1777
+ "value": "createSpreadsheet",
1670
1778
  "choices": [
1671
1779
  {
1672
- "name": "COLUMNS",
1673
- "value": "COLUMNS"
1780
+ "name": "Create spreadsheet",
1781
+ "value": "createSpreadsheet"
1674
1782
  },
1675
1783
  {
1676
- "name": "ROWS",
1677
- "value": "ROWS"
1784
+ "name": "Add values to spreadsheet",
1785
+ "value": "addValues"
1786
+ },
1787
+ {
1788
+ "name": "Get spreadsheet details",
1789
+ "value": "spreadsheetsDetails"
1790
+ },
1791
+ {
1792
+ "name": "Create worksheet",
1793
+ "value": "createWorksheet"
1794
+ },
1795
+ {
1796
+ "name": "Get worksheet data",
1797
+ "value": "getWorksheetData"
1798
+ },
1799
+ {
1800
+ "name": "Delete worksheet",
1801
+ "value": "deleteWorksheet"
1802
+ },
1803
+ {
1804
+ "name": "Create empty column or row",
1805
+ "value": "createEmptyColumnOrRow"
1806
+ },
1807
+ {
1808
+ "name": "Create row",
1809
+ "value": "createRow"
1810
+ },
1811
+ {
1812
+ "name": "Delete column",
1813
+ "value": "deleteColumn"
1814
+ },
1815
+ {
1816
+ "name": "Get row by index",
1817
+ "value": "getRowByIndex"
1678
1818
  }
1679
- ]
1680
- },
1681
- {
1682
- "id": "startIndex",
1683
- "label": "Start index",
1684
- "description": "Enter start index (leave empty if add to the end of the sheet). Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#create-empty-column-or-row\" target=\"_blank\">documentation</a>",
1685
- "optional": false,
1686
- "feel": "optional",
1687
- "group": "operationDetails",
1819
+ ],
1688
1820
  "binding": {
1689
- "name": "operation.startIndex",
1690
- "type": "zeebe:input"
1691
- },
1692
- "condition": {
1693
- "property": "operation.type",
1694
- "equals": "createEmptyColumnOrRow",
1695
- "type": "simple"
1696
- },
1697
- "type": "String"
1821
+ "type": "zeebe:input",
1822
+ "name": "operation.type",
1823
+ "key": "operation.type"
1824
+ }
1698
1825
  },
1699
1826
  {
1700
- "id": "endIndex",
1701
- "label": "End index",
1702
- "description": "Enter end index (leave empty if add to the end of the sheet). Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#create-empty-column-or-row\" target=\"_blank\">documentation</a>",
1703
- "optional": false,
1704
- "feel": "optional",
1827
+ "label": "Parent folder ID",
1828
+ "description": "Enter ID of the parent folder where new spreadsheet will be created",
1705
1829
  "group": "operationDetails",
1830
+ "type": "String",
1831
+ "feel": "optional",
1832
+ "optional": true,
1706
1833
  "binding": {
1707
- "name": "operation.endIndex",
1708
- "type": "zeebe:input"
1834
+ "type": "zeebe:input",
1835
+ "name": "operation.parent"
1709
1836
  },
1710
1837
  "condition": {
1711
- "property": "operation.type",
1712
- "equals": "createEmptyColumnOrRow",
1713
- "type": "simple"
1714
- },
1715
- "type": "String"
1838
+ "property": "operationType",
1839
+ "equals": "createSpreadsheet"
1840
+ }
1716
1841
  },
1717
1842
  {
1718
- "id": "createRow.spreadsheetId",
1719
1843
  "label": "Spreadsheet ID",
1720
1844
  "description": "Enter the ID of the spreadsheet",
1721
- "optional": false,
1722
- "constraints": {
1723
- "notEmpty": true
1724
- },
1725
- "feel": "optional",
1726
1845
  "group": "operationDetails",
1846
+ "type": "String",
1847
+ "feel": "optional",
1848
+ "optional": false,
1727
1849
  "binding": {
1728
- "name": "operation.spreadsheetId",
1729
- "type": "zeebe:input"
1850
+ "type": "zeebe:input",
1851
+ "name": "operation.spreadsheetId"
1730
1852
  },
1731
1853
  "condition": {
1732
- "property": "operation.type",
1733
- "equals": "createRow",
1734
- "type": "simple"
1854
+ "property": "operationType",
1855
+ "oneOf": [
1856
+ "createWorksheet",
1857
+ "getRowByIndex",
1858
+ "createEmptyColumnOrRow",
1859
+ "deleteWorksheet",
1860
+ "deleteColumn",
1861
+ "getWorksheetData",
1862
+ "spreadsheetsDetails",
1863
+ "createRow",
1864
+ "addValues"
1865
+ ]
1735
1866
  },
1736
- "type": "String"
1737
- },
1738
- {
1739
- "id": "createRow.worksheetName",
1740
- "label": "Worksheet name",
1741
- "description": "Enter name for the worksheet",
1742
- "optional": false,
1743
1867
  "constraints": {
1744
1868
  "notEmpty": true
1745
- },
1746
- "feel": "optional",
1747
- "group": "operationDetails",
1748
- "binding": {
1749
- "name": "operation.worksheetName",
1750
- "type": "zeebe:input"
1751
- },
1752
- "condition": {
1753
- "property": "operation.type",
1754
- "equals": "createRow",
1755
- "type": "simple"
1756
- },
1757
- "type": "String"
1869
+ }
1758
1870
  },
1759
1871
  {
1760
- "id": "createRow.rowIndex",
1761
- "label": "Row index",
1762
- "description": "Enter row index. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#what-is-a-row-index\" target=\"_blank\">documentation</a>",
1763
- "optional": false,
1764
- "constraints": {
1765
- "notEmpty": true
1766
- },
1767
- "feel": "optional",
1872
+ "label": "Spreadsheet name",
1873
+ "description": "Enter name for the new spreadsheet",
1768
1874
  "group": "operationDetails",
1875
+ "type": "String",
1876
+ "feel": "optional",
1877
+ "optional": false,
1769
1878
  "binding": {
1770
- "name": "operation.rowIndex",
1771
- "type": "zeebe:input"
1772
- },
1773
- "condition": {
1774
- "property": "operation.type",
1775
- "equals": "createRow",
1776
- "type": "simple"
1879
+ "type": "zeebe:input",
1880
+ "name": "operation.spreadsheetName"
1777
1881
  },
1778
- "type": "String"
1779
- },
1780
- {
1781
- "id": "values",
1782
- "label": "Enter values",
1783
- "description": "Enter the array of values. <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#create-row\" target=\"_blank\">Learn more about the required format</a>",
1784
- "optional": false,
1785
1882
  "constraints": {
1786
1883
  "notEmpty": true
1787
1884
  },
1788
- "feel": "required",
1789
- "group": "operationDetails",
1790
- "binding": {
1791
- "name": "operation.values",
1792
- "type": "zeebe:input"
1793
- },
1794
1885
  "condition": {
1795
- "property": "operation.type",
1796
- "equals": "createRow",
1797
- "type": "simple"
1798
- },
1799
- "type": "String"
1886
+ "property": "operationType",
1887
+ "equals": "createSpreadsheet"
1888
+ }
1800
1889
  },
1801
1890
  {
1802
- "id": "createWorksheet.spreadsheetId",
1803
- "label": "Spreadsheet ID",
1804
- "description": "Enter the ID of the spreadsheet",
1805
- "optional": false,
1806
- "constraints": {
1807
- "notEmpty": true
1808
- },
1809
- "feel": "optional",
1891
+ "label": "Worksheet ID",
1892
+ "description": "Enter the ID of the worksheet",
1810
1893
  "group": "operationDetails",
1894
+ "type": "String",
1895
+ "feel": "optional",
1896
+ "optional": false,
1811
1897
  "binding": {
1812
- "name": "operation.spreadsheetId",
1813
- "type": "zeebe:input"
1898
+ "type": "zeebe:input",
1899
+ "name": "operation.worksheetId"
1814
1900
  },
1815
- "condition": {
1816
- "property": "operation.type",
1817
- "equals": "createWorksheet",
1818
- "type": "simple"
1901
+ "constraints": {
1902
+ "notEmpty": true,
1903
+ "pattern": {
1904
+ "value": "^([0-9]*$)",
1905
+ "message": "Must be a number."
1906
+ }
1819
1907
  },
1820
- "type": "String"
1908
+ "condition": {
1909
+ "property": "operationType",
1910
+ "oneOf": ["deleteWorksheet", "createEmptyColumnOrRow", "deleteColumn"]
1911
+ }
1821
1912
  },
1822
1913
  {
1823
- "id": "createWorksheet.worksheetName",
1824
1914
  "label": "Worksheet name",
1825
1915
  "description": "Enter name for the worksheet",
1916
+ "group": "operationDetails",
1917
+ "type": "String",
1918
+ "feel": "optional",
1826
1919
  "optional": false,
1920
+ "binding": {
1921
+ "type": "zeebe:input",
1922
+ "name": "operation.worksheetName"
1923
+ },
1827
1924
  "constraints": {
1828
1925
  "notEmpty": true
1829
1926
  },
1830
- "feel": "optional",
1927
+ "condition": {
1928
+ "property": "operationType",
1929
+ "oneOf": ["createWorksheet", "getWorksheetData"]
1930
+ }
1931
+ },
1932
+ {
1933
+ "label": "Worksheet name",
1934
+ "description": "Enter the name of the worksheet",
1831
1935
  "group": "operationDetails",
1936
+ "type": "String",
1937
+ "feel": "optional",
1938
+ "optional": true,
1832
1939
  "binding": {
1833
- "name": "operation.worksheetName",
1834
- "type": "zeebe:input"
1940
+ "type": "zeebe:input",
1941
+ "name": "operation.worksheetName"
1835
1942
  },
1836
- "condition": {
1837
- "property": "operation.type",
1838
- "equals": "createWorksheet",
1839
- "type": "simple"
1943
+ "constraints": {
1944
+ "notEmpty": false
1840
1945
  },
1841
- "type": "String"
1946
+ "condition": {
1947
+ "property": "operationType",
1948
+ "oneOf": ["getRowByIndex", "createRow", "addValues"]
1949
+ }
1842
1950
  },
1843
1951
  {
1844
- "id": "worksheetIndex",
1845
1952
  "label": "Worksheet index",
1846
1953
  "description": "Enter index of the place where to add worksheet (leave empty if add to the end of sheet list) Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#what-is-a-worksheet-index\" target=\"_blank\">documentation</a>",
1847
- "optional": false,
1848
- "feel": "optional",
1849
1954
  "group": "operationDetails",
1955
+ "type": "String",
1956
+ "feel": "optional",
1957
+ "optional": true,
1850
1958
  "binding": {
1851
- "name": "operation.worksheetIndex",
1852
- "type": "zeebe:input"
1959
+ "type": "zeebe:input",
1960
+ "name": "operation.worksheetIndex"
1853
1961
  },
1854
- "condition": {
1855
- "property": "operation.type",
1856
- "equals": "createWorksheet",
1857
- "type": "simple"
1962
+ "constraints": {
1963
+ "notEmpty": false,
1964
+ "pattern": {
1965
+ "value": "^([0-9]*$)",
1966
+ "message": "Must be a number."
1967
+ }
1858
1968
  },
1859
- "type": "String"
1969
+ "condition": {
1970
+ "property": "operationType",
1971
+ "equals": "createWorksheet"
1972
+ }
1860
1973
  },
1861
1974
  {
1862
- "id": "deleteColumn.spreadsheetId",
1863
- "label": "Spreadsheet ID",
1864
- "description": "Enter the ID of the spreadsheet",
1865
- "optional": false,
1866
- "constraints": {
1867
- "notEmpty": true
1868
- },
1869
- "feel": "optional",
1975
+ "label": "Dimension",
1976
+ "description": "Choose what to add: column or row",
1870
1977
  "group": "operationDetails",
1871
- "binding": {
1872
- "name": "operation.spreadsheetId",
1873
- "type": "zeebe:input"
1978
+ "type": "Dropdown",
1979
+ "optional": false,
1980
+ "choices": [
1981
+ {
1982
+ "name": "Column",
1983
+ "value": "COLUMNS"
1984
+ },
1985
+ {
1986
+ "name": "Row",
1987
+ "value": "ROWS"
1988
+ }
1989
+ ],
1990
+ "binding": {
1991
+ "type": "zeebe:input",
1992
+ "name": "operation.dimension"
1874
1993
  },
1875
1994
  "condition": {
1876
- "property": "operation.type",
1877
- "equals": "deleteColumn",
1878
- "type": "simple"
1995
+ "property": "operationType",
1996
+ "equals": "createEmptyColumnOrRow"
1879
1997
  },
1880
- "type": "String"
1998
+ "constraints": {
1999
+ "notEmpty": true
2000
+ }
1881
2001
  },
1882
2002
  {
1883
- "id": "deleteColumn.worksheetId",
1884
- "label": "Worksheet ID",
1885
- "description": "Enter the ID of the worksheet",
2003
+ "label": "Row index",
2004
+ "description": "Enter row index. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#what-is-a-row-index\" target=\"_blank\">documentation</a>",
2005
+ "group": "operationDetails",
2006
+ "type": "String",
2007
+ "feel": "optional",
1886
2008
  "optional": false,
2009
+ "binding": {
2010
+ "type": "zeebe:input",
2011
+ "name": "operation.rowIndex"
2012
+ },
1887
2013
  "constraints": {
1888
- "notEmpty": true
2014
+ "notEmpty": true,
2015
+ "pattern": {
2016
+ "value": "^([0-9]*$)",
2017
+ "message": "Must be a number."
2018
+ }
1889
2019
  },
1890
- "feel": "optional",
2020
+ "condition": {
2021
+ "property": "operationType",
2022
+ "equals": "getRowByIndex"
2023
+ }
2024
+ },
2025
+ {
2026
+ "label": "Row index",
2027
+ "description": "Enter the index of the row to add . Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#what-is-a-row-index\" target=\"_blank\">documentation</a>",
1891
2028
  "group": "operationDetails",
2029
+ "type": "String",
2030
+ "feel": "optional",
2031
+ "optional": true,
1892
2032
  "binding": {
1893
- "name": "operation.worksheetId",
1894
- "type": "zeebe:input"
2033
+ "type": "zeebe:input",
2034
+ "name": "operation.rowIndex"
1895
2035
  },
1896
- "condition": {
1897
- "property": "operation.type",
1898
- "equals": "deleteColumn",
1899
- "type": "simple"
2036
+ "constraints": {
2037
+ "notEmpty": false,
2038
+ "pattern": {
2039
+ "value": "^([0-9]*$)",
2040
+ "message": "Must contains only numbers."
2041
+ }
1900
2042
  },
1901
- "type": "String"
2043
+ "condition": {
2044
+ "property": "operationType",
2045
+ "equals": "createRow"
2046
+ }
1902
2047
  },
1903
2048
  {
1904
- "id": "columnIndexType",
2049
+ "id": "columnIndexFormat",
1905
2050
  "label": "Index format",
1906
2051
  "description": "Choose the type of the index. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#how-can-i-define-which-column-will-be-deleted\" target=\"_blank\">documentation</a>",
1907
- "optional": false,
1908
- "value": "NUMBERS",
1909
- "constraints": {
1910
- "notEmpty": true
1911
- },
1912
2052
  "group": "operationDetails",
1913
- "binding": {
1914
- "name": "operation.columnIndexType",
1915
- "type": "zeebe:input"
1916
- },
1917
- "condition": {
1918
- "property": "operation.type",
1919
- "equals": "deleteColumn",
1920
- "type": "simple"
1921
- },
1922
2053
  "type": "Dropdown",
2054
+ "optional": false,
1923
2055
  "choices": [
1924
- {
1925
- "name": "Numbers",
1926
- "value": "NUMBERS"
1927
- },
1928
2056
  {
1929
2057
  "name": "Letters",
1930
2058
  "value": "LETTERS"
2059
+ },
2060
+ {
2061
+ "name": "Numbers",
2062
+ "value": "NUMBERS"
1931
2063
  }
1932
- ]
1933
- },
1934
- {
1935
- "id": "columnNumberIndex",
1936
- "label": "Column numeric index",
1937
- "description": "Enter the index of the column. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#how-can-i-define-which-column-will-be-deleted\" target=\"_blank\">documentation</a>",
1938
- "optional": false,
1939
- "feel": "optional",
1940
- "group": "operationDetails",
2064
+ ],
1941
2065
  "binding": {
1942
- "name": "operation.columnNumberIndex",
1943
- "type": "zeebe:input"
2066
+ "type": "zeebe:input",
2067
+ "name": "operation.columnIndexType"
1944
2068
  },
1945
2069
  "condition": {
1946
- "allMatch": [
1947
- {
1948
- "property": "operation.columnIndexType",
1949
- "equals": "NUMBERS",
1950
- "type": "simple"
1951
- },
1952
- {
1953
- "property": "operation.type",
1954
- "equals": "deleteColumn",
1955
- "type": "simple"
1956
- }
1957
- ]
2070
+ "property": "operationType",
2071
+ "equals": "deleteColumn"
1958
2072
  },
1959
- "type": "String"
2073
+ "constraints": {
2074
+ "notEmpty": true
2075
+ }
1960
2076
  },
1961
2077
  {
1962
- "id": "columnLetterIndex",
1963
2078
  "label": "Column letter index",
1964
2079
  "description": "Enter the index of the column. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#how-can-i-define-which-column-will-be-deleted\" target=\"_blank\">documentation</a>",
1965
- "optional": false,
1966
- "feel": "optional",
1967
2080
  "group": "operationDetails",
2081
+ "type": "String",
2082
+ "feel": "optional",
2083
+ "optional": false,
1968
2084
  "binding": {
1969
- "name": "operation.columnLetterIndex",
1970
- "type": "zeebe:input"
1971
- },
1972
- "condition": {
1973
- "allMatch": [
1974
- {
1975
- "property": "operation.columnIndexType",
1976
- "equals": "LETTERS",
1977
- "type": "simple"
1978
- },
1979
- {
1980
- "property": "operation.type",
1981
- "equals": "deleteColumn",
1982
- "type": "simple"
1983
- }
1984
- ]
2085
+ "type": "zeebe:input",
2086
+ "name": "operation.columnLetterIndex"
1985
2087
  },
1986
- "type": "String"
1987
- },
1988
- {
1989
- "id": "deleteWorksheet.spreadsheetId",
1990
- "label": "Spreadsheet ID",
1991
- "description": "Enter the ID of the spreadsheet",
1992
- "optional": false,
1993
2088
  "constraints": {
1994
- "notEmpty": true
1995
- },
1996
- "feel": "optional",
1997
- "group": "operationDetails",
1998
- "binding": {
1999
- "name": "operation.spreadsheetId",
2000
- "type": "zeebe:input"
2089
+ "notEmpty": true,
2090
+ "pattern": {
2091
+ "value": "[A-Z]+",
2092
+ "message": "Must contains only capital letters."
2093
+ }
2001
2094
  },
2002
2095
  "condition": {
2003
- "property": "operation.type",
2004
- "equals": "deleteWorksheet",
2005
- "type": "simple"
2006
- },
2007
- "type": "String"
2096
+ "property": "columnIndexFormat",
2097
+ "equals": "LETTERS"
2098
+ }
2008
2099
  },
2009
2100
  {
2010
- "id": "deleteWorksheet.worksheetId",
2011
- "label": "Worksheet ID",
2012
- "description": "Enter the ID of the worksheet",
2013
- "optional": false,
2014
- "constraints": {
2015
- "notEmpty": true
2016
- },
2017
- "feel": "optional",
2101
+ "label": "Column numeric index",
2102
+ "description": "Enter the index of the column. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#how-can-i-define-which-column-will-be-deleted\" target=\"_blank\">documentation</a>",
2018
2103
  "group": "operationDetails",
2104
+ "type": "String",
2105
+ "feel": "optional",
2106
+ "optional": false,
2019
2107
  "binding": {
2020
- "name": "operation.worksheetId",
2021
- "type": "zeebe:input"
2022
- },
2023
- "condition": {
2024
- "property": "operation.type",
2025
- "equals": "deleteWorksheet",
2026
- "type": "simple"
2108
+ "type": "zeebe:input",
2109
+ "name": "operation.columnNumberIndex"
2027
2110
  },
2028
- "type": "String"
2029
- },
2030
- {
2031
- "id": "getRowByIndex.spreadsheetId",
2032
- "label": "Spreadsheet ID",
2033
- "description": "Enter the ID of the spreadsheet",
2034
- "optional": false,
2035
2111
  "constraints": {
2036
- "notEmpty": true
2037
- },
2038
- "feel": "optional",
2039
- "group": "operationDetails",
2040
- "binding": {
2041
- "name": "operation.spreadsheetId",
2042
- "type": "zeebe:input"
2112
+ "notEmpty": true,
2113
+ "pattern": {
2114
+ "value": "^([0-9]*$)",
2115
+ "message": "Must contains only numbers."
2116
+ }
2043
2117
  },
2044
2118
  "condition": {
2045
- "property": "operation.type",
2046
- "equals": "getRowByIndex",
2047
- "type": "simple"
2048
- },
2049
- "type": "String"
2119
+ "property": "columnIndexFormat",
2120
+ "equals": "NUMBERS"
2121
+ }
2050
2122
  },
2051
2123
  {
2052
- "id": "getRowByIndex.worksheetName",
2053
- "label": "Worksheet name",
2054
- "description": "Enter name for the worksheet",
2055
- "optional": false,
2056
- "feel": "optional",
2124
+ "label": "Start index",
2125
+ "description": "Enter start index (leave empty if add to the end of the sheet). Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#create-empty-column-or-row\" target=\"_blank\">documentation</a>",
2057
2126
  "group": "operationDetails",
2127
+ "type": "String",
2128
+ "feel": "optional",
2129
+ "optional": true,
2058
2130
  "binding": {
2059
- "name": "operation.worksheetName",
2060
- "type": "zeebe:input"
2061
- },
2062
- "condition": {
2063
- "property": "operation.type",
2064
- "equals": "getRowByIndex",
2065
- "type": "simple"
2131
+ "type": "zeebe:input",
2132
+ "name": "operation.startIndex"
2066
2133
  },
2067
- "type": "String"
2068
- },
2069
- {
2070
- "id": "getRowByIndex.rowIndex",
2071
- "label": "Row index",
2072
- "description": "Enter row index. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#what-is-a-row-index\" target=\"_blank\">documentation</a>",
2073
- "optional": false,
2074
2134
  "constraints": {
2075
- "notEmpty": true
2135
+ "notEmpty": false,
2136
+ "pattern": {
2137
+ "value": "^([0-9]*$)",
2138
+ "message": "Must be a number."
2139
+ }
2076
2140
  },
2077
- "feel": "optional",
2141
+ "condition": {
2142
+ "property": "operationType",
2143
+ "equals": "createEmptyColumnOrRow"
2144
+ }
2145
+ },
2146
+ {
2147
+ "label": "End index",
2148
+ "description": "Enter End index (leave empty if add to the end of the sheet) Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#create-empty-column-or-row\" target=\"_blank\">documentation</a>",
2078
2149
  "group": "operationDetails",
2150
+ "type": "String",
2151
+ "feel": "optional",
2152
+ "optional": true,
2079
2153
  "binding": {
2080
- "name": "operation.rowIndex",
2081
- "type": "zeebe:input"
2154
+ "type": "zeebe:input",
2155
+ "name": "operation.endIndex"
2082
2156
  },
2083
- "condition": {
2084
- "property": "operation.type",
2085
- "equals": "getRowByIndex",
2086
- "type": "simple"
2157
+ "constraints": {
2158
+ "notEmpty": false,
2159
+ "pattern": {
2160
+ "value": "^([0-9]*$)",
2161
+ "message": "Must be a number."
2162
+ }
2087
2163
  },
2088
- "type": "String"
2164
+ "condition": {
2165
+ "property": "operationType",
2166
+ "equals": "createEmptyColumnOrRow"
2167
+ }
2089
2168
  },
2090
2169
  {
2091
- "id": "spreadsheetsDetails.spreadsheetId",
2092
- "label": "Spreadsheet ID",
2093
- "description": "Enter the ID of the spreadsheet",
2170
+ "label": "Cell ID",
2171
+ "description": "Enter the ID of the cell. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#add-values-to-spreadsheet\" target=\"_blank\">documentation</a>",
2172
+ "group": "operationDetails",
2173
+ "type": "String",
2174
+ "feel": "optional",
2094
2175
  "optional": false,
2176
+ "binding": {
2177
+ "type": "zeebe:input",
2178
+ "name": "operation.cellId"
2179
+ },
2095
2180
  "constraints": {
2096
2181
  "notEmpty": true
2097
2182
  },
2098
- "feel": "optional",
2099
- "group": "operationDetails",
2100
- "binding": {
2101
- "name": "operation.spreadsheetId",
2102
- "type": "zeebe:input"
2103
- },
2104
2183
  "condition": {
2105
- "property": "operation.type",
2106
- "equals": "spreadsheetsDetails",
2107
- "type": "simple"
2108
- },
2109
- "type": "String"
2184
+ "property": "operationType",
2185
+ "equals": "addValues"
2186
+ }
2110
2187
  },
2111
2188
  {
2112
- "id": "getWorksheetData.spreadsheetId",
2113
- "label": "Spreadsheet ID",
2114
- "description": "Enter the ID of the spreadsheet",
2189
+ "label": "Enter values",
2190
+ "description": "Enter the array of values. <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#create-row\" target=\"_blank\">Learn more about the required format</a>",
2191
+ "group": "operationDetails",
2192
+ "type": "Text",
2193
+ "feel": "required",
2115
2194
  "optional": false,
2195
+ "binding": {
2196
+ "type": "zeebe:input",
2197
+ "name": "operation.values"
2198
+ },
2116
2199
  "constraints": {
2117
2200
  "notEmpty": true
2118
2201
  },
2119
- "feel": "optional",
2120
- "group": "operationDetails",
2121
- "binding": {
2122
- "name": "operation.spreadsheetId",
2123
- "type": "zeebe:input"
2124
- },
2125
2202
  "condition": {
2126
- "property": "operation.type",
2127
- "equals": "getWorksheetData",
2128
- "type": "simple"
2129
- },
2130
- "type": "String"
2203
+ "property": "operationType",
2204
+ "equals": "createRow"
2205
+ }
2131
2206
  },
2132
2207
  {
2133
- "id": "getWorksheetData.worksheetName",
2134
- "label": "Worksheet name",
2135
- "description": "Enter name for the worksheet",
2208
+ "label": "Value",
2209
+ "description": "Enter the value",
2210
+ "group": "operationDetails",
2211
+ "type": "String",
2212
+ "feel": "optional",
2136
2213
  "optional": false,
2214
+ "binding": {
2215
+ "type": "zeebe:input",
2216
+ "name": "operation.value"
2217
+ },
2137
2218
  "constraints": {
2138
2219
  "notEmpty": true
2139
2220
  },
2140
- "feel": "optional",
2141
- "group": "operationDetails",
2142
- "binding": {
2143
- "name": "operation.worksheetName",
2144
- "type": "zeebe:input"
2145
- },
2146
2221
  "condition": {
2147
- "property": "operation.type",
2148
- "equals": "getWorksheetData",
2149
- "type": "simple"
2150
- },
2151
- "type": "String"
2222
+ "property": "operationType",
2223
+ "equals": "addValues"
2224
+ }
2152
2225
  },
2153
2226
  {
2154
- "id": "resultVariable",
2155
2227
  "label": "Result variable",
2156
- "description": "Name of variable to store the response in",
2228
+ "description": "Enter name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
2157
2229
  "group": "output",
2230
+ "type": "String",
2158
2231
  "binding": {
2159
- "key": "resultVariable",
2160
- "type": "zeebe:taskHeader"
2161
- },
2162
- "type": "String"
2232
+ "type": "zeebe:taskHeader",
2233
+ "key": "resultVariable"
2234
+ }
2163
2235
  },
2164
2236
  {
2165
- "id": "resultExpression",
2166
2237
  "label": "Result expression",
2167
- "description": "Expression to map the response into process variables",
2168
- "feel": "required",
2238
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
2169
2239
  "group": "output",
2240
+ "type": "Text",
2241
+ "feel": "required",
2170
2242
  "binding": {
2171
- "key": "resultExpression",
2172
- "type": "zeebe:taskHeader"
2173
- },
2174
- "type": "Text"
2243
+ "type": "zeebe:taskHeader",
2244
+ "key": "resultExpression"
2245
+ }
2175
2246
  },
2176
2247
  {
2177
- "id": "errorExpression",
2178
2248
  "label": "Error expression",
2179
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
2249
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
2250
+ "group": "errors",
2251
+ "type": "Text",
2180
2252
  "feel": "required",
2181
- "group": "error",
2182
- "binding": {
2183
- "key": "errorExpression",
2184
- "type": "zeebe:taskHeader"
2185
- },
2186
- "type": "Text"
2187
- },
2188
- {
2189
- "id": "retryCount",
2190
- "label": "Retries",
2191
- "description": "Number of retries",
2192
- "value": "3",
2193
- "feel": "optional",
2194
- "group": "retries",
2195
- "binding": {
2196
- "property": "retries",
2197
- "type": "zeebe:taskDefinition"
2198
- },
2199
- "type": "String"
2200
- },
2201
- {
2202
- "id": "retryBackoff",
2203
- "label": "Retry backoff",
2204
- "description": "ISO-8601 duration to wait between retries",
2205
- "value": "PT0S",
2206
- "feel": "optional",
2207
- "group": "retries",
2208
2253
  "binding": {
2209
- "key": "retryBackoff",
2210
- "type": "zeebe:taskHeader"
2211
- },
2212
- "type": "String"
2254
+ "type": "zeebe:taskHeader",
2255
+ "key": "errorExpression"
2256
+ }
2213
2257
  }
2214
2258
  ],
2215
2259
  "icon": {
2216
- "contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDlweCIgaGVpZ2h0PSI2N3B4IiB2aWV3Qm94PSIwIDAgNDkgNjciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU0LjEgKDc2NDkwKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5TaGVldHMtaWNvbjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik0yOS41ODMzMzMzLDAgTDQuNDM3NSwwIEMxLjk5Njg3NSwwIDAsMS45OTY4NzUgMCw0LjQzNzUgTDAsNjAuNjQ1ODMzMyBDMCw2My4wODY0NTgzIDEuOTk2ODc1LDY1LjA4MzMzMzMgNC40Mzc1LDY1LjA4MzMzMzMgTDQyLjg5NTgzMzMsNjUuMDgzMzMzMyBDNDUuMzM2NDU4Myw2NS4wODMzMzMzIDQ3LjMzMzMzMzMsNjMuMDg2NDU4MyA0Ny4zMzMzMzMzLDYwLjY0NTgzMzMgTDQ3LjMzMzMzMzMsMTcuNzUgTDI5LjU4MzMzMzMsMCBaIiBpZD0icGF0aC0xIj48L3BhdGg+CiAgICAgICAgPHBhdGggZD0iTTI5LjU4MzMzMzMsMCBMNC40Mzc1LDAgQzEuOTk2ODc1LDAgMCwxLjk5Njg3NSAwLDQuNDM3NSBMMCw2MC42NDU4MzMzIEMwLDYzLjA4NjQ1ODMgMS45OTY4NzUsNjUuMDgzMzMzMyA0LjQzNzUsNjUuMDgzMzMzMyBMNDIuODk1ODMzMyw2NS4wODMzMzMzIEM0NS4zMzY0NTgzLDY1LjA4MzMzMzMgNDcuMzMzMzMzMyw2My4wODY0NTgzIDQ3LjMzMzMzMzMsNjAuNjQ1ODMzMyBMNDcuMzMzMzMzMywxNy43NSBMMjkuNTgzMzMzMywwIFoiIGlkPSJwYXRoLTMiPjwvcGF0aD4KICAgICAgICA8cGF0aCBkPSJNMjkuNTgzMzMzMywwIEw0LjQzNzUsMCBDMS45OTY4NzUsMCAwLDEuOTk2ODc1IDAsNC40Mzc1IEwwLDYwLjY0NTgzMzMgQzAsNjMuMDg2NDU4MyAxLjk5Njg3NSw2NS4wODMzMzMzIDQuNDM3NSw2NS4wODMzMzMzIEw0Mi44OTU4MzMzLDY1LjA4MzMzMzMgQzQ1LjMzNjQ1ODMsNjUuMDgzMzMzMyA0Ny4zMzMzMzMzLDYzLjA4NjQ1ODMgNDcuMzMzMzMzMyw2MC42NDU4MzMzIEw0Ny4zMzMzMzMzLDE3Ljc1IEwyOS41ODMzMzMzLDAgWiIgaWQ9InBhdGgtNSI+PC9wYXRoPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0iNTAuMDA1Mzk0NSUiIHkxPSI4LjU4NjEwNjEyJSIgeDI9IjUwLjAwNTM5NDUlIiB5Mj0iMTAwLjAxMzkzOSUiIGlkPSJsaW5lYXJHcmFkaWVudC03Ij4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzI2MzIzOCIgc3RvcC1vcGFjaXR5PSIwLjIiIG9mZnNldD0iMCUiPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzI2MzIzOCIgc3RvcC1vcGFjaXR5PSIwLjAyIiBvZmZzZXQ9IjEwMCUiPjwvc3RvcD4KICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgICAgIDxwYXRoIGQ9Ik0yOS41ODMzMzMzLDAgTDQuNDM3NSwwIEMxLjk5Njg3NSwwIDAsMS45OTY4NzUgMCw0LjQzNzUgTDAsNjAuNjQ1ODMzMyBDMCw2My4wODY0NTgzIDEuOTk2ODc1LDY1LjA4MzMzMzMgNC40Mzc1LDY1LjA4MzMzMzMgTDQyLjg5NTgzMzMsNjUuMDgzMzMzMyBDNDUuMzM2NDU4Myw2NS4wODMzMzMzIDQ3LjMzMzMzMzMsNjMuMDg2NDU4MyA0Ny4zMzMzMzMzLDYwLjY0NTgzMzMgTDQ3LjMzMzMzMzMsMTcuNzUgTDI5LjU4MzMzMzMsMCBaIiBpZD0icGF0aC04Ij48L3BhdGg+CiAgICAgICAgPHBhdGggZD0iTTI5LjU4MzMzMzMsMCBMNC40Mzc1LDAgQzEuOTk2ODc1LDAgMCwxLjk5Njg3NSAwLDQuNDM3NSBMMCw2MC42NDU4MzMzIEMwLDYzLjA4NjQ1ODMgMS45OTY4NzUsNjUuMDgzMzMzMyA0LjQzNzUsNjUuMDgzMzMzMyBMNDIuODk1ODMzMyw2NS4wODMzMzMzIEM0NS4zMzY0NTgzLDY1LjA4MzMzMzMgNDcuMzMzMzMzMyw2My4wODY0NTgzIDQ3LjMzMzMzMzMsNjAuNjQ1ODMzMyBMNDcuMzMzMzMzMywxNy43NSBMMjkuNTgzMzMzMywwIFoiIGlkPSJwYXRoLTEwIj48L3BhdGg+CiAgICAgICAgPHBhdGggZD0iTTI5LjU4MzMzMzMsMCBMNC40Mzc1LDAgQzEuOTk2ODc1LDAgMCwxLjk5Njg3NSAwLDQuNDM3NSBMMCw2MC42NDU4MzMzIEMwLDYzLjA4NjQ1ODMgMS45OTY4NzUsNjUuMDgzMzMzMyA0LjQzNzUsNjUuMDgzMzMzMyBMNDIuODk1ODMzMyw2NS4wODMzMzMzIEM0NS4zMzY0NTgzLDY1LjA4MzMzMzMgNDcuMzMzMzMzMyw2My4wODY0NTgzIDQ3LjMzMzMzMzMsNjAuNjQ1ODMzMyBMNDcuMzMzMzMzMywxNy43NSBMMjkuNTgzMzMzMywwIFoiIGlkPSJwYXRoLTEyIj48L3BhdGg+CiAgICAgICAgPHBhdGggZD0iTTI5LjU4MzMzMzMsMCBMNC40Mzc1LDAgQzEuOTk2ODc1LDAgMCwxLjk5Njg3NSAwLDQuNDM3NSBMMCw2MC42NDU4MzMzIEMwLDYzLjA4NjQ1ODMgMS45OTY4NzUsNjUuMDgzMzMzMyA0LjQzNzUsNjUuMDgzMzMzMyBMNDIuODk1ODMzMyw2NS4wODMzMzMzIEM0NS4zMzY0NTgzLDY1LjA4MzMzMzMgNDcuMzMzMzMzMyw2My4wODY0NTgzIDQ3LjMzMzMzMzMsNjAuNjQ1ODMzMyBMNDcuMzMzMzMzMywxNy43NSBMMjkuNTgzMzMzMywwIFoiIGlkPSJwYXRoLTE0Ij48L3BhdGg+CiAgICAgICAgPHJhZGlhbEdyYWRpZW50IGN4PSIzLjE2ODA0Njg4JSIgY3k9IjIuNzE3NDQzMTglIiBmeD0iMy4xNjgwNDY4OCUiIGZ5PSIyLjcxNzQ0MzE4JSIgcj0iMTYxLjI0ODUxNiUiIGdyYWRpZW50VHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMzE2ODAsMC4wMjcxNzQpLHNjYWxlKDEuMDAwMDAwLDAuNzI3MjczKSx0cmFuc2xhdGUoLTAuMDMxNjgwLC0wLjAyNzE3NCkiIGlkPSJyYWRpYWxHcmFkaWVudC0xNiI+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIHN0b3Atb3BhY2l0eT0iMC4xIiBvZmZzZXQ9IjAlIj48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIHN0b3Atb3BhY2l0eT0iMCIgb2Zmc2V0PSIxMDAlIj48L3N0b3A+CiAgICAgICAgPC9yYWRpYWxHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJDb25zdW1lci1BcHBzLVNoZWV0cy1MYXJnZS1WRC1SOC0iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NTEuMDAwMDAwLCAtNDUxLjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iSGVybyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDYzLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IlBlcnNvbmFsIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNzcuMDAwMDAwLCAyOTkuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IlNoZWV0cy1pY29uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNzQuODMzMzMzLCA4OS45NTgzMzMpIj4KICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDbGlwcGVkIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJTVkdJRF8xXyI+PC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yOS41ODMzMzMzLDAgTDQuNDM3NSwwIEMxLjk5Njg3NSwwIDAsMS45OTY4NzUgMCw0LjQzNzUgTDAsNjAuNjQ1ODMzMyBDMCw2My4wODY0NTgzIDEuOTk2ODc1LDY1LjA4MzMzMzMgNC40Mzc1LDY1LjA4MzMzMzMgTDQyLjg5NTgzMzMsNjUuMDgzMzMzMyBDNDUuMzM2NDU4Myw2NS4wODMzMzMzIDQ3LjMzMzMzMzMsNjMuMDg2NDU4MyA0Ny4zMzMzMzMzLDYwLjY0NTgzMzMgTDQ3LjMzMzMzMzMsMTcuNzUgTDM2Ljk3OTE2NjcsMTAuMzU0MTY2NyBMMjkuNTgzMzMzMywwIFoiIGlkPSJQYXRoIiBmaWxsPSIjMEY5RDU4IiBmaWxsLXJ1bGU9Im5vbnplcm8iIG1hc2s9InVybCgjbWFzay0yKSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IkNsaXBwZWQiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTQiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0zIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IlNWR0lEXzFfIj48L2c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTExLjgzMzMzMzMsMzEuODAyMDgzMyBMMTEuODMzMzMzMyw1My4yNSBMMzUuNSw1My4yNSBMMzUuNSwzMS44MDIwODMzIEwxMS44MzMzMzMzLDMxLjgwMjA4MzMgWiBNMjIuMTg3NSw1MC4yOTE2NjY3IEwxNC43OTE2NjY3LDUwLjI5MTY2NjcgTDE0Ljc5MTY2NjcsNDYuNTkzNzUgTDIyLjE4NzUsNDYuNTkzNzUgTDIyLjE4NzUsNTAuMjkxNjY2NyBaIE0yMi4xODc1LDQ0LjM3NSBMMTQuNzkxNjY2Nyw0NC4zNzUgTDE0Ljc5MTY2NjcsNDAuNjc3MDgzMyBMMjIuMTg3NSw0MC42NzcwODMzIEwyMi4xODc1LDQ0LjM3NSBaIE0yMi4xODc1LDM4LjQ1ODMzMzMgTDE0Ljc5MTY2NjcsMzguNDU4MzMzMyBMMTQuNzkxNjY2NywzNC43NjA0MTY3IEwyMi4xODc1LDM0Ljc2MDQxNjcgTDIyLjE4NzUsMzguNDU4MzMzMyBaIE0zMi41NDE2NjY3LDUwLjI5MTY2NjcgTDI1LjE0NTgzMzMsNTAuMjkxNjY2NyBMMjUuMTQ1ODMzMyw0Ni41OTM3NSBMMzIuNTQxNjY2Nyw0Ni41OTM3NSBMMzIuNTQxNjY2Nyw1MC4yOTE2NjY3IFogTTMyLjU0MTY2NjcsNDQuMzc1IEwyNS4xNDU4MzMzLDQ0LjM3NSBMMjUuMTQ1ODMzMyw0MC42NzcwODMzIEwzMi41NDE2NjY3LDQwLjY3NzA4MzMgTDMyLjU0MTY2NjcsNDQuMzc1IFogTTMyLjU0MTY2NjcsMzguNDU4MzMzMyBMMjUuMTQ1ODMzMywzOC40NTgzMzMzIEwyNS4xNDU4MzMzLDM0Ljc2MDQxNjcgTDMyLjU0MTY2NjcsMzQuNzYwNDE2NyBMMzIuNTQxNjY2NywzOC40NTgzMzMzIFoiIGlkPSJTaGFwZSIgZmlsbD0iI0YxRjFGMSIgZmlsbC1ydWxlPSJub256ZXJvIiBtYXNrPSJ1cmwoI21hc2stNCkiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDbGlwcGVkIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay02IiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtNSI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJTVkdJRF8xXyI+PC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJQYXRoIiBmaWxsPSJ1cmwoI2xpbmVhckdyYWRpZW50LTcpIiBmaWxsLXJ1bGU9Im5vbnplcm8iIG1hc2s9InVybCgjbWFzay02KSIgcG9pbnRzPSIzMC44ODEzMDIxIDE2LjQ1MjAzMTMgNDcuMzMzMzMzMyAzMi45MDAzNjQ2IDQ3LjMzMzMzMzMgMTcuNzUiPjwvcG9seWdvbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDbGlwcGVkIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay05IiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtOCI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJTVkdJRF8xXyI+PC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgbWFzaz0idXJsKCNtYXNrLTkpIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjYuNjI1MDAwLCAtMi45NTgzMzMpIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yLjk1ODMzMzMzLDIuOTU4MzMzMzMgTDIuOTU4MzMzMzMsMTYuMjcwODMzMyBDMi45NTgzMzMzMywxOC43MjI1NTIxIDQuOTQ0MTE0NTgsMjAuNzA4MzMzMyA3LjM5NTgzMzMzLDIwLjcwODMzMzMgTDIwLjcwODMzMzMsMjAuNzA4MzMzMyBMMi45NTgzMzMzMywyLjk1ODMzMzMzIFoiIGlkPSJQYXRoIiBmaWxsPSIjODdDRUFDIiBmaWxsLXJ1bGU9Im5vbnplcm8iPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDbGlwcGVkIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay0xMSIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEwIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IlNWR0lEXzFfIj48L2c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTQuNDM3NSwwIEMxLjk5Njg3NSwwIDAsMS45OTY4NzUgMCw0LjQzNzUgTDAsNC44MDcyOTE2NyBDMCwyLjM2NjY2NjY3IDEuOTk2ODc1LDAuMzY5NzkxNjY3IDQuNDM3NSwwLjM2OTc5MTY2NyBMMjkuNTgzMzMzMywwLjM2OTc5MTY2NyBMMjkuNTgzMzMzMywwIEw0LjQzNzUsMCBaIiBpZD0iUGF0aCIgZmlsbC1vcGFjaXR5PSIwLjIiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgbWFzaz0idXJsKCNtYXNrLTExKSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IkNsaXBwZWQiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTEzIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMTIiPjwvdXNlPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbWFzaz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iU1ZHSURfMV8iPjwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNDIuODk1ODMzMyw2NC43MTM1NDE3IEw0LjQzNzUsNjQuNzEzNTQxNyBDMS45OTY4NzUsNjQuNzEzNTQxNyAwLDYyLjcxNjY2NjcgMCw2MC4yNzYwNDE3IEwwLDYwLjY0NTgzMzMgQzAsNjMuMDg2NDU4MyAxLjk5Njg3NSw2NS4wODMzMzMzIDQuNDM3NSw2NS4wODMzMzMzIEw0Mi44OTU4MzMzLDY1LjA4MzMzMzMgQzQ1LjMzNjQ1ODMsNjUuMDgzMzMzMyA0Ny4zMzMzMzMzLDYzLjA4NjQ1ODMgNDcuMzMzMzMzMyw2MC42NDU4MzMzIEw0Ny4zMzMzMzMzLDYwLjI3NjA0MTcgQzQ3LjMzMzMzMzMsNjIuNzE2NjY2NyA0NS4zMzY0NTgzLDY0LjcxMzU0MTcgNDIuODk1ODMzMyw2NC43MTM1NDE3IFoiIGlkPSJQYXRoIiBmaWxsLW9wYWNpdHk9IjAuMiIgZmlsbD0iIzI2MzIzOCIgZmlsbC1ydWxlPSJub256ZXJvIiBtYXNrPSJ1cmwoI21hc2stMTMpIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iQ2xpcHBlZCI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMTUiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xNCI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJTVkdJRF8xXyI+PC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zNC4wMjA4MzMzLDE3Ljc1IEMzMS41NjkxMTQ2LDE3Ljc1IDI5LjU4MzMzMzMsMTUuNzY0MjE4OCAyOS41ODMzMzMzLDEzLjMxMjUgTDI5LjU4MzMzMzMsMTMuNjgyMjkxNyBDMjkuNTgzMzMzMywxNi4xMzQwMTA0IDMxLjU2OTExNDYsMTguMTE5NzkxNyAzNC4wMjA4MzMzLDE4LjExOTc5MTcgTDQ3LjMzMzMzMzMsMTguMTE5NzkxNyBMNDcuMzMzMzMzMywxNy43NSBMMzQuMDIwODMzMywxNy43NSBaIiBpZD0iUGF0aCIgZmlsbC1vcGFjaXR5PSIwLjEiIGZpbGw9IiMyNjMyMzgiIGZpbGwtcnVsZT0ibm9uemVybyIgbWFzaz0idXJsKCNtYXNrLTE1KSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yOS41ODMzMzMzLDAgTDQuNDM3NSwwIEMxLjk5Njg3NSwwIDAsMS45OTY4NzUgMCw0LjQzNzUgTDAsNjAuNjQ1ODMzMyBDMCw2My4wODY0NTgzIDEuOTk2ODc1LDY1LjA4MzMzMzMgNC40Mzc1LDY1LjA4MzMzMzMgTDQyLjg5NTgzMzMsNjUuMDgzMzMzMyBDNDUuMzM2NDU4Myw2NS4wODMzMzMzIDQ3LjMzMzMzMzMsNjMuMDg2NDU4MyA0Ny4zMzMzMzMzLDYwLjY0NTgzMzMgTDQ3LjMzMzMzMzMsMTcuNzUgTDI5LjU4MzMzMzMsMCBaIiBpZD0iUGF0aCIgZmlsbD0idXJsKCNyYWRpYWxHcmFkaWVudC0xNikiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"
2260
+ "contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMC8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9UUi8yMDAxL1JFQy1TVkctMjAwMTA5MDQvRFREL3N2ZzEwLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgaWQ9ImJvZHlfMSIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE0Ij4KCjxnIHRyYW5zZm9ybT0ibWF0cml4KDAuMTU5MDkwOSAwIDAgMC4xNTkwOTA5IDMuOTA5MDkxIC0wKSI+CiAgICA8cGF0aCBkPSJNNDIgMEw2NCAyMkw1MyAyNEw0MiAyMkw0MCAxMUw0MiAweiIgc3Ryb2tlPSJub25lIiBmaWxsPSIjMTg4MDM4IiBmaWxsLXJ1bGU9Im5vbnplcm8iIC8+CiAgICA8cGF0aCBkPSJNNDIgMjJMNDIgMEw2IDBDIDIuNjg1IDAgMCAyLjY4NSAwIDZMMCA2TDAgODJDIDAgODUuMzE1IDIuNjg1IDg4IDYgODhMNiA4OEw1OCA4OEMgNjEuMzE1IDg4IDY0IDg1LjMxNSA2NCA4Mkw2NCA4Mkw2NCAyMkw0MiAyMnoiIHN0cm9rZT0ibm9uZSIgZmlsbD0iIzM0QTg1MyIgZmlsbC1ydWxlPSJub256ZXJvIiAvPgogICAgPHBhdGggZD0iTTEyIDM0TDEyIDYzTDUyIDYzTDUyIDM0TDEyIDM0ek0yOS41IDU4TDE3IDU4TDE3IDUxTDI5LjUgNTF6TTI5LjUgNDZMMTcgNDZMMTcgMzlMMjkuNSAzOXpNNDcgNThMMzQuNSA1OEwzNC41IDUxTDQ3IDUxek00NyA0NkwzNC41IDQ2TDM0LjUgMzlMNDcgMzl6IiBzdHJva2U9Im5vbmUiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgLz4KPC9nPgo8L3N2Zz4="
2217
2261
  },
2218
2262
  "engines": {
2219
- "camunda": "^8.5"
2263
+ "camunda": "^8.2"
2220
2264
  }
2221
2265
  },
2222
2266
  {
@@ -3187,22 +3231,9 @@
3187
3231
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
3188
3232
  "name": "Google Sheets Outbound Connector",
3189
3233
  "id": "io.camunda.connectors.GoogleSheets.v1",
3190
- "description": "Manage spreadsheets with Google Sheets",
3191
- "metadata": {
3192
- "keywords": [
3193
- "create spreadsheet",
3194
- "add values to spreadsheet",
3195
- "create row",
3196
- "create column",
3197
- "create worksheet",
3198
- "delete worksheet",
3199
- "get row",
3200
- "get spreadsheet details",
3201
- "get worksheet data"
3202
- ]
3203
- },
3234
+ "description": "Work with spreadsheets",
3204
3235
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/",
3205
- "version": 5,
3236
+ "version": 3,
3206
3237
  "category": {
3207
3238
  "id": "connectors",
3208
3239
  "name": "Connectors"
@@ -3211,9 +3242,6 @@
3211
3242
  "elementType": {
3212
3243
  "value": "bpmn:ServiceTask"
3213
3244
  },
3214
- "engines": {
3215
- "camunda": "^8.3"
3216
- },
3217
3245
  "groups": [
3218
3246
  {
3219
3247
  "id": "authentication",
@@ -3227,10 +3255,6 @@
3227
3255
  "id": "operationDetails",
3228
3256
  "label": "Operation details"
3229
3257
  },
3230
- {
3231
- "id": "connector",
3232
- "label": "Connector"
3233
- },
3234
3258
  {
3235
3259
  "id": "output",
3236
3260
  "label": "Output mapping"
@@ -3578,7 +3602,7 @@
3578
3602
  "equals": "createEmptyColumnOrRow",
3579
3603
  "type": "simple"
3580
3604
  },
3581
- "type": "Number"
3605
+ "type": "String"
3582
3606
  },
3583
3607
  {
3584
3608
  "id": "dimension",
@@ -3600,13 +3624,13 @@
3600
3624
  },
3601
3625
  "type": "Dropdown",
3602
3626
  "choices": [
3603
- {
3604
- "name": "ROWS",
3605
- "value": "ROWS"
3606
- },
3607
3627
  {
3608
3628
  "name": "COLUMNS",
3609
3629
  "value": "COLUMNS"
3630
+ },
3631
+ {
3632
+ "name": "ROWS",
3633
+ "value": "ROWS"
3610
3634
  }
3611
3635
  ]
3612
3636
  },
@@ -3626,7 +3650,7 @@
3626
3650
  "equals": "createEmptyColumnOrRow",
3627
3651
  "type": "simple"
3628
3652
  },
3629
- "type": "Number"
3653
+ "type": "String"
3630
3654
  },
3631
3655
  {
3632
3656
  "id": "endIndex",
@@ -3644,7 +3668,7 @@
3644
3668
  "equals": "createEmptyColumnOrRow",
3645
3669
  "type": "simple"
3646
3670
  },
3647
- "type": "Number"
3671
+ "type": "String"
3648
3672
  },
3649
3673
  {
3650
3674
  "id": "createRow.spreadsheetId",
@@ -3692,13 +3716,9 @@
3692
3716
  "id": "createRow.rowIndex",
3693
3717
  "label": "Row index",
3694
3718
  "description": "Enter row index. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#what-is-a-row-index\" target=\"_blank\">documentation</a>",
3695
- "optional": true,
3719
+ "optional": false,
3696
3720
  "constraints": {
3697
- "notEmpty": false,
3698
- "pattern": {
3699
- "value": "^(=.*|[0-9]+|)$",
3700
- "message": "Must be a number"
3701
- }
3721
+ "notEmpty": true
3702
3722
  },
3703
3723
  "feel": "optional",
3704
3724
  "group": "operationDetails",
@@ -3711,7 +3731,7 @@
3711
3731
  "equals": "createRow",
3712
3732
  "type": "simple"
3713
3733
  },
3714
- "type": "Number"
3734
+ "type": "String"
3715
3735
  },
3716
3736
  {
3717
3737
  "id": "values",
@@ -3792,7 +3812,7 @@
3792
3812
  "equals": "createWorksheet",
3793
3813
  "type": "simple"
3794
3814
  },
3795
- "type": "Number"
3815
+ "type": "String"
3796
3816
  },
3797
3817
  {
3798
3818
  "id": "deleteColumn.spreadsheetId",
@@ -3834,7 +3854,7 @@
3834
3854
  "equals": "deleteColumn",
3835
3855
  "type": "simple"
3836
3856
  },
3837
- "type": "Number"
3857
+ "type": "String"
3838
3858
  },
3839
3859
  {
3840
3860
  "id": "columnIndexType",
@@ -3892,7 +3912,7 @@
3892
3912
  }
3893
3913
  ]
3894
3914
  },
3895
- "type": "Number"
3915
+ "type": "String"
3896
3916
  },
3897
3917
  {
3898
3918
  "id": "columnLetterIndex",
@@ -3961,7 +3981,7 @@
3961
3981
  "equals": "deleteWorksheet",
3962
3982
  "type": "simple"
3963
3983
  },
3964
- "type": "Number"
3984
+ "type": "String"
3965
3985
  },
3966
3986
  {
3967
3987
  "id": "getRowByIndex.spreadsheetId",
@@ -4021,7 +4041,7 @@
4021
4041
  "equals": "getRowByIndex",
4022
4042
  "type": "simple"
4023
4043
  },
4024
- "type": "Number"
4044
+ "type": "String"
4025
4045
  },
4026
4046
  {
4027
4047
  "id": "spreadsheetsDetails.spreadsheetId",
@@ -4086,30 +4106,6 @@
4086
4106
  },
4087
4107
  "type": "String"
4088
4108
  },
4089
- {
4090
- "id": "version",
4091
- "label": "Version",
4092
- "description": "Version of the element template",
4093
- "value": "5",
4094
- "group": "connector",
4095
- "binding": {
4096
- "key": "elementTemplateVersion",
4097
- "type": "zeebe:taskHeader"
4098
- },
4099
- "type": "Hidden"
4100
- },
4101
- {
4102
- "id": "id",
4103
- "label": "ID",
4104
- "description": "ID of the element template",
4105
- "value": "io.camunda.connectors.GoogleSheets.v1",
4106
- "group": "connector",
4107
- "binding": {
4108
- "key": "elementTemplateId",
4109
- "type": "zeebe:taskHeader"
4110
- },
4111
- "type": "Hidden"
4112
- },
4113
4109
  {
4114
4110
  "id": "resultVariable",
4115
4111
  "label": "Result variable",
@@ -4163,6 +4159,7 @@
4163
4159
  "label": "Retry backoff",
4164
4160
  "description": "ISO-8601 duration to wait between retries",
4165
4161
  "value": "PT0S",
4162
+ "feel": "optional",
4166
4163
  "group": "retries",
4167
4164
  "binding": {
4168
4165
  "key": "retryBackoff",
@@ -4173,6 +4170,9 @@
4173
4170
  ],
4174
4171
  "icon": {
4175
4172
  "contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDlweCIgaGVpZ2h0PSI2N3B4IiB2aWV3Qm94PSIwIDAgNDkgNjciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU0LjEgKDc2NDkwKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5TaGVldHMtaWNvbjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik0yOS41ODMzMzMzLDAgTDQuNDM3NSwwIEMxLjk5Njg3NSwwIDAsMS45OTY4NzUgMCw0LjQzNzUgTDAsNjAuNjQ1ODMzMyBDMCw2My4wODY0NTgzIDEuOTk2ODc1LDY1LjA4MzMzMzMgNC40Mzc1LDY1LjA4MzMzMzMgTDQyLjg5NTgzMzMsNjUuMDgzMzMzMyBDNDUuMzM2NDU4Myw2NS4wODMzMzMzIDQ3LjMzMzMzMzMsNjMuMDg2NDU4MyA0Ny4zMzMzMzMzLDYwLjY0NTgzMzMgTDQ3LjMzMzMzMzMsMTcuNzUgTDI5LjU4MzMzMzMsMCBaIiBpZD0icGF0aC0xIj48L3BhdGg+CiAgICAgICAgPHBhdGggZD0iTTI5LjU4MzMzMzMsMCBMNC40Mzc1LDAgQzEuOTk2ODc1LDAgMCwxLjk5Njg3NSAwLDQuNDM3NSBMMCw2MC42NDU4MzMzIEMwLDYzLjA4NjQ1ODMgMS45OTY4NzUsNjUuMDgzMzMzMyA0LjQzNzUsNjUuMDgzMzMzMyBMNDIuODk1ODMzMyw2NS4wODMzMzMzIEM0NS4zMzY0NTgzLDY1LjA4MzMzMzMgNDcuMzMzMzMzMyw2My4wODY0NTgzIDQ3LjMzMzMzMzMsNjAuNjQ1ODMzMyBMNDcuMzMzMzMzMywxNy43NSBMMjkuNTgzMzMzMywwIFoiIGlkPSJwYXRoLTMiPjwvcGF0aD4KICAgICAgICA8cGF0aCBkPSJNMjkuNTgzMzMzMywwIEw0LjQzNzUsMCBDMS45OTY4NzUsMCAwLDEuOTk2ODc1IDAsNC40Mzc1IEwwLDYwLjY0NTgzMzMgQzAsNjMuMDg2NDU4MyAxLjk5Njg3NSw2NS4wODMzMzMzIDQuNDM3NSw2NS4wODMzMzMzIEw0Mi44OTU4MzMzLDY1LjA4MzMzMzMgQzQ1LjMzNjQ1ODMsNjUuMDgzMzMzMyA0Ny4zMzMzMzMzLDYzLjA4NjQ1ODMgNDcuMzMzMzMzMyw2MC42NDU4MzMzIEw0Ny4zMzMzMzMzLDE3Ljc1IEwyOS41ODMzMzMzLDAgWiIgaWQ9InBhdGgtNSI+PC9wYXRoPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0iNTAuMDA1Mzk0NSUiIHkxPSI4LjU4NjEwNjEyJSIgeDI9IjUwLjAwNTM5NDUlIiB5Mj0iMTAwLjAxMzkzOSUiIGlkPSJsaW5lYXJHcmFkaWVudC03Ij4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzI2MzIzOCIgc3RvcC1vcGFjaXR5PSIwLjIiIG9mZnNldD0iMCUiPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzI2MzIzOCIgc3RvcC1vcGFjaXR5PSIwLjAyIiBvZmZzZXQ9IjEwMCUiPjwvc3RvcD4KICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgICAgIDxwYXRoIGQ9Ik0yOS41ODMzMzMzLDAgTDQuNDM3NSwwIEMxLjk5Njg3NSwwIDAsMS45OTY4NzUgMCw0LjQzNzUgTDAsNjAuNjQ1ODMzMyBDMCw2My4wODY0NTgzIDEuOTk2ODc1LDY1LjA4MzMzMzMgNC40Mzc1LDY1LjA4MzMzMzMgTDQyLjg5NTgzMzMsNjUuMDgzMzMzMyBDNDUuMzM2NDU4Myw2NS4wODMzMzMzIDQ3LjMzMzMzMzMsNjMuMDg2NDU4MyA0Ny4zMzMzMzMzLDYwLjY0NTgzMzMgTDQ3LjMzMzMzMzMsMTcuNzUgTDI5LjU4MzMzMzMsMCBaIiBpZD0icGF0aC04Ij48L3BhdGg+CiAgICAgICAgPHBhdGggZD0iTTI5LjU4MzMzMzMsMCBMNC40Mzc1LDAgQzEuOTk2ODc1LDAgMCwxLjk5Njg3NSAwLDQuNDM3NSBMMCw2MC42NDU4MzMzIEMwLDYzLjA4NjQ1ODMgMS45OTY4NzUsNjUuMDgzMzMzMyA0LjQzNzUsNjUuMDgzMzMzMyBMNDIuODk1ODMzMyw2NS4wODMzMzMzIEM0NS4zMzY0NTgzLDY1LjA4MzMzMzMgNDcuMzMzMzMzMyw2My4wODY0NTgzIDQ3LjMzMzMzMzMsNjAuNjQ1ODMzMyBMNDcuMzMzMzMzMywxNy43NSBMMjkuNTgzMzMzMywwIFoiIGlkPSJwYXRoLTEwIj48L3BhdGg+CiAgICAgICAgPHBhdGggZD0iTTI5LjU4MzMzMzMsMCBMNC40Mzc1LDAgQzEuOTk2ODc1LDAgMCwxLjk5Njg3NSAwLDQuNDM3NSBMMCw2MC42NDU4MzMzIEMwLDYzLjA4NjQ1ODMgMS45OTY4NzUsNjUuMDgzMzMzMyA0LjQzNzUsNjUuMDgzMzMzMyBMNDIuODk1ODMzMyw2NS4wODMzMzMzIEM0NS4zMzY0NTgzLDY1LjA4MzMzMzMgNDcuMzMzMzMzMyw2My4wODY0NTgzIDQ3LjMzMzMzMzMsNjAuNjQ1ODMzMyBMNDcuMzMzMzMzMywxNy43NSBMMjkuNTgzMzMzMywwIFoiIGlkPSJwYXRoLTEyIj48L3BhdGg+CiAgICAgICAgPHBhdGggZD0iTTI5LjU4MzMzMzMsMCBMNC40Mzc1LDAgQzEuOTk2ODc1LDAgMCwxLjk5Njg3NSAwLDQuNDM3NSBMMCw2MC42NDU4MzMzIEMwLDYzLjA4NjQ1ODMgMS45OTY4NzUsNjUuMDgzMzMzMyA0LjQzNzUsNjUuMDgzMzMzMyBMNDIuODk1ODMzMyw2NS4wODMzMzMzIEM0NS4zMzY0NTgzLDY1LjA4MzMzMzMgNDcuMzMzMzMzMyw2My4wODY0NTgzIDQ3LjMzMzMzMzMsNjAuNjQ1ODMzMyBMNDcuMzMzMzMzMywxNy43NSBMMjkuNTgzMzMzMywwIFoiIGlkPSJwYXRoLTE0Ij48L3BhdGg+CiAgICAgICAgPHJhZGlhbEdyYWRpZW50IGN4PSIzLjE2ODA0Njg4JSIgY3k9IjIuNzE3NDQzMTglIiBmeD0iMy4xNjgwNDY4OCUiIGZ5PSIyLjcxNzQ0MzE4JSIgcj0iMTYxLjI0ODUxNiUiIGdyYWRpZW50VHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMzE2ODAsMC4wMjcxNzQpLHNjYWxlKDEuMDAwMDAwLDAuNzI3MjczKSx0cmFuc2xhdGUoLTAuMDMxNjgwLC0wLjAyNzE3NCkiIGlkPSJyYWRpYWxHcmFkaWVudC0xNiI+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIHN0b3Atb3BhY2l0eT0iMC4xIiBvZmZzZXQ9IjAlIj48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIHN0b3Atb3BhY2l0eT0iMCIgb2Zmc2V0PSIxMDAlIj48L3N0b3A+CiAgICAgICAgPC9yYWRpYWxHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJDb25zdW1lci1BcHBzLVNoZWV0cy1MYXJnZS1WRC1SOC0iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NTEuMDAwMDAwLCAtNDUxLjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iSGVybyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDYzLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IlBlcnNvbmFsIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNzcuMDAwMDAwLCAyOTkuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IlNoZWV0cy1pY29uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNzQuODMzMzMzLCA4OS45NTgzMzMpIj4KICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDbGlwcGVkIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJTVkdJRF8xXyI+PC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yOS41ODMzMzMzLDAgTDQuNDM3NSwwIEMxLjk5Njg3NSwwIDAsMS45OTY4NzUgMCw0LjQzNzUgTDAsNjAuNjQ1ODMzMyBDMCw2My4wODY0NTgzIDEuOTk2ODc1LDY1LjA4MzMzMzMgNC40Mzc1LDY1LjA4MzMzMzMgTDQyLjg5NTgzMzMsNjUuMDgzMzMzMyBDNDUuMzM2NDU4Myw2NS4wODMzMzMzIDQ3LjMzMzMzMzMsNjMuMDg2NDU4MyA0Ny4zMzMzMzMzLDYwLjY0NTgzMzMgTDQ3LjMzMzMzMzMsMTcuNzUgTDM2Ljk3OTE2NjcsMTAuMzU0MTY2NyBMMjkuNTgzMzMzMywwIFoiIGlkPSJQYXRoIiBmaWxsPSIjMEY5RDU4IiBmaWxsLXJ1bGU9Im5vbnplcm8iIG1hc2s9InVybCgjbWFzay0yKSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IkNsaXBwZWQiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTQiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0zIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IlNWR0lEXzFfIj48L2c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTExLjgzMzMzMzMsMzEuODAyMDgzMyBMMTEuODMzMzMzMyw1My4yNSBMMzUuNSw1My4yNSBMMzUuNSwzMS44MDIwODMzIEwxMS44MzMzMzMzLDMxLjgwMjA4MzMgWiBNMjIuMTg3NSw1MC4yOTE2NjY3IEwxNC43OTE2NjY3LDUwLjI5MTY2NjcgTDE0Ljc5MTY2NjcsNDYuNTkzNzUgTDIyLjE4NzUsNDYuNTkzNzUgTDIyLjE4NzUsNTAuMjkxNjY2NyBaIE0yMi4xODc1LDQ0LjM3NSBMMTQuNzkxNjY2Nyw0NC4zNzUgTDE0Ljc5MTY2NjcsNDAuNjc3MDgzMyBMMjIuMTg3NSw0MC42NzcwODMzIEwyMi4xODc1LDQ0LjM3NSBaIE0yMi4xODc1LDM4LjQ1ODMzMzMgTDE0Ljc5MTY2NjcsMzguNDU4MzMzMyBMMTQuNzkxNjY2NywzNC43NjA0MTY3IEwyMi4xODc1LDM0Ljc2MDQxNjcgTDIyLjE4NzUsMzguNDU4MzMzMyBaIE0zMi41NDE2NjY3LDUwLjI5MTY2NjcgTDI1LjE0NTgzMzMsNTAuMjkxNjY2NyBMMjUuMTQ1ODMzMyw0Ni41OTM3NSBMMzIuNTQxNjY2Nyw0Ni41OTM3NSBMMzIuNTQxNjY2Nyw1MC4yOTE2NjY3IFogTTMyLjU0MTY2NjcsNDQuMzc1IEwyNS4xNDU4MzMzLDQ0LjM3NSBMMjUuMTQ1ODMzMyw0MC42NzcwODMzIEwzMi41NDE2NjY3LDQwLjY3NzA4MzMgTDMyLjU0MTY2NjcsNDQuMzc1IFogTTMyLjU0MTY2NjcsMzguNDU4MzMzMyBMMjUuMTQ1ODMzMywzOC40NTgzMzMzIEwyNS4xNDU4MzMzLDM0Ljc2MDQxNjcgTDMyLjU0MTY2NjcsMzQuNzYwNDE2NyBMMzIuNTQxNjY2NywzOC40NTgzMzMzIFoiIGlkPSJTaGFwZSIgZmlsbD0iI0YxRjFGMSIgZmlsbC1ydWxlPSJub256ZXJvIiBtYXNrPSJ1cmwoI21hc2stNCkiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDbGlwcGVkIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay02IiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtNSI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJTVkdJRF8xXyI+PC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJQYXRoIiBmaWxsPSJ1cmwoI2xpbmVhckdyYWRpZW50LTcpIiBmaWxsLXJ1bGU9Im5vbnplcm8iIG1hc2s9InVybCgjbWFzay02KSIgcG9pbnRzPSIzMC44ODEzMDIxIDE2LjQ1MjAzMTMgNDcuMzMzMzMzMyAzMi45MDAzNjQ2IDQ3LjMzMzMzMzMgMTcuNzUiPjwvcG9seWdvbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDbGlwcGVkIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay05IiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtOCI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJTVkdJRF8xXyI+PC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgbWFzaz0idXJsKCNtYXNrLTkpIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjYuNjI1MDAwLCAtMi45NTgzMzMpIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yLjk1ODMzMzMzLDIuOTU4MzMzMzMgTDIuOTU4MzMzMzMsMTYuMjcwODMzMyBDMi45NTgzMzMzMywxOC43MjI1NTIxIDQuOTQ0MTE0NTgsMjAuNzA4MzMzMyA3LjM5NTgzMzMzLDIwLjcwODMzMzMgTDIwLjcwODMzMzMsMjAuNzA4MzMzMyBMMi45NTgzMzMzMywyLjk1ODMzMzMzIFoiIGlkPSJQYXRoIiBmaWxsPSIjODdDRUFDIiBmaWxsLXJ1bGU9Im5vbnplcm8iPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDbGlwcGVkIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay0xMSIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEwIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IlNWR0lEXzFfIj48L2c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTQuNDM3NSwwIEMxLjk5Njg3NSwwIDAsMS45OTY4NzUgMCw0LjQzNzUgTDAsNC44MDcyOTE2NyBDMCwyLjM2NjY2NjY3IDEuOTk2ODc1LDAuMzY5NzkxNjY3IDQuNDM3NSwwLjM2OTc5MTY2NyBMMjkuNTgzMzMzMywwLjM2OTc5MTY2NyBMMjkuNTgzMzMzMywwIEw0LjQzNzUsMCBaIiBpZD0iUGF0aCIgZmlsbC1vcGFjaXR5PSIwLjIiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgbWFzaz0idXJsKCNtYXNrLTExKSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IkNsaXBwZWQiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTEzIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMTIiPjwvdXNlPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbWFzaz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iU1ZHSURfMV8iPjwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNDIuODk1ODMzMyw2NC43MTM1NDE3IEw0LjQzNzUsNjQuNzEzNTQxNyBDMS45OTY4NzUsNjQuNzEzNTQxNyAwLDYyLjcxNjY2NjcgMCw2MC4yNzYwNDE3IEwwLDYwLjY0NTgzMzMgQzAsNjMuMDg2NDU4MyAxLjk5Njg3NSw2NS4wODMzMzMzIDQuNDM3NSw2NS4wODMzMzMzIEw0Mi44OTU4MzMzLDY1LjA4MzMzMzMgQzQ1LjMzNjQ1ODMsNjUuMDgzMzMzMyA0Ny4zMzMzMzMzLDYzLjA4NjQ1ODMgNDcuMzMzMzMzMyw2MC42NDU4MzMzIEw0Ny4zMzMzMzMzLDYwLjI3NjA0MTcgQzQ3LjMzMzMzMzMsNjIuNzE2NjY2NyA0NS4zMzY0NTgzLDY0LjcxMzU0MTcgNDIuODk1ODMzMyw2NC43MTM1NDE3IFoiIGlkPSJQYXRoIiBmaWxsLW9wYWNpdHk9IjAuMiIgZmlsbD0iIzI2MzIzOCIgZmlsbC1ydWxlPSJub256ZXJvIiBtYXNrPSJ1cmwoI21hc2stMTMpIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iQ2xpcHBlZCI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMTUiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xNCI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJTVkdJRF8xXyI+PC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zNC4wMjA4MzMzLDE3Ljc1IEMzMS41NjkxMTQ2LDE3Ljc1IDI5LjU4MzMzMzMsMTUuNzY0MjE4OCAyOS41ODMzMzMzLDEzLjMxMjUgTDI5LjU4MzMzMzMsMTMuNjgyMjkxNyBDMjkuNTgzMzMzMywxNi4xMzQwMTA0IDMxLjU2OTExNDYsMTguMTE5NzkxNyAzNC4wMjA4MzMzLDE4LjExOTc5MTcgTDQ3LjMzMzMzMzMsMTguMTE5NzkxNyBMNDcuMzMzMzMzMywxNy43NSBMMzQuMDIwODMzMywxNy43NSBaIiBpZD0iUGF0aCIgZmlsbC1vcGFjaXR5PSIwLjEiIGZpbGw9IiMyNjMyMzgiIGZpbGwtcnVsZT0ibm9uemVybyIgbWFzaz0idXJsKCNtYXNrLTE1KSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yOS41ODMzMzMzLDAgTDQuNDM3NSwwIEMxLjk5Njg3NSwwIDAsMS45OTY4NzUgMCw0LjQzNzUgTDAsNjAuNjQ1ODMzMyBDMCw2My4wODY0NTgzIDEuOTk2ODc1LDY1LjA4MzMzMzMgNC40Mzc1LDY1LjA4MzMzMzMgTDQyLjg5NTgzMzMsNjUuMDgzMzMzMyBDNDUuMzM2NDU4Myw2NS4wODMzMzMzIDQ3LjMzMzMzMzMsNjMuMDg2NDU4MyA0Ny4zMzMzMzMzLDYwLjY0NTgzMzMgTDQ3LjMzMzMzMzMsMTcuNzUgTDI5LjU4MzMzMzMsMCBaIiBpZD0iUGF0aCIgZmlsbD0idXJsKCNyYWRpYWxHcmFkaWVudC0xNikiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"
4173
+ },
4174
+ "engines": {
4175
+ "camunda": "^8.5"
4176
4176
  }
4177
4177
  }
4178
4178
  ]