@camunda/connectors-element-templates 1.0.6 → 1.0.8

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 (99) hide show
  1. package/package.json +1 -1
  2. package/src/build_element_template_array_json_files.sh +9 -0
  3. package/src/connectors.js +26 -2
  4. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -30
  5. package/src/element-templates/agenticai-aiagent-job-worker.json +3266 -0
  6. package/src/element-templates/agenticai-aiagent-outbound-connector.json +3932 -760
  7. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
  8. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
  9. package/src/element-templates/asana-connector.json +104 -104
  10. package/src/element-templates/automation-anywhere-outbound-connector.json +657 -657
  11. package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
  12. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  13. package/src/element-templates/aws-dynamodb-outbound-connector.json +107 -107
  14. package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
  15. package/src/element-templates/aws-eventbridge-connector-intermediate.json +31 -31
  16. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  17. package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
  18. package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
  19. package/src/element-templates/aws-eventbridge-outbound-connector.json +479 -479
  20. package/src/element-templates/aws-lambda-outbound-connector.json +92 -92
  21. package/src/element-templates/aws-s3-outbound-connector.json +30 -30
  22. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  23. package/src/element-templates/aws-sns-inbound-boundary.json +303 -303
  24. package/src/element-templates/aws-sns-inbound-intermediate.json +215 -215
  25. package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
  26. package/src/element-templates/aws-sns-inbound-receive.json +304 -0
  27. package/src/element-templates/aws-sns-inbound-start-event.json +130 -130
  28. package/src/element-templates/aws-sns-outbound-connector.json +726 -726
  29. package/src/element-templates/aws-sqs-boundary-connector.json +629 -629
  30. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +537 -537
  31. package/src/element-templates/aws-sqs-outbound-connector.json +440 -440
  32. package/src/element-templates/aws-sqs-receive-connector.json +418 -0
  33. package/src/element-templates/aws-sqs-start-event-connector.json +771 -771
  34. package/src/element-templates/aws-sqs-start-message.json +461 -461
  35. package/src/element-templates/azure-open-ai-connector.json +32 -32
  36. package/src/element-templates/blue-prism-connector.json +50 -50
  37. package/src/element-templates/box-outbound-connector.json +30 -30
  38. package/src/element-templates/csv-outbound-connector.json +412 -0
  39. package/src/element-templates/easy-post-connector.json +149 -149
  40. package/src/element-templates/email-inbound-connector-boundary.json +19 -19
  41. package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
  42. package/src/element-templates/email-outbound-connector.json +233 -233
  43. package/src/element-templates/embeddings-vector-database-outbound-connector.json +473 -488
  44. package/src/element-templates/github-connector.json +2417 -2417
  45. package/src/element-templates/github-webhook-connector-boundary.json +21 -21
  46. package/src/element-templates/github-webhook-connector-intermediate.json +57 -57
  47. package/src/element-templates/github-webhook-connector-message-start.json +21 -21
  48. package/src/element-templates/github-webhook-connector-receive.json +202 -0
  49. package/src/element-templates/github-webhook-connector-start-event.json +57 -57
  50. package/src/element-templates/gitlab-connector.json +1103 -1103
  51. package/src/element-templates/google-drive-outbound-connector.json +846 -846
  52. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  53. package/src/element-templates/google-maps-platform-connector.json +78 -78
  54. package/src/element-templates/google-sheets-outbound-connector.json +1067 -1067
  55. package/src/element-templates/graphql-outbound-connector.json +1181 -1181
  56. package/src/element-templates/http-json-connector.json +2471 -1866
  57. package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
  58. package/src/element-templates/http-polling-connector.json +635 -6
  59. package/src/element-templates/hugging-face-connector.json +34 -34
  60. package/src/element-templates/jdbc-outbound-connector.json +43 -43
  61. package/src/element-templates/kafka-inbound-connector-boundary.json +1012 -1012
  62. package/src/element-templates/kafka-inbound-connector-intermediate.json +582 -582
  63. package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
  64. package/src/element-templates/kafka-inbound-connector-start-message.json +608 -608
  65. package/src/element-templates/kafka-outbound-connector.json +385 -385
  66. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  67. package/src/element-templates/microsoft-teams-outbound-connector.json +1643 -1643
  68. package/src/element-templates/openai-connector.json +122 -122
  69. package/src/element-templates/operate-connector.json +76 -72
  70. package/src/element-templates/power-automate-connector.json +10 -10
  71. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +334 -334
  72. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +861 -861
  73. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +456 -456
  74. package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
  75. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +258 -258
  76. package/src/element-templates/rabbitmq-outbound-connector.json +322 -322
  77. package/src/element-templates/salesforce-connector.json +44 -44
  78. package/src/element-templates/sendgrid-outbound-connector.json +470 -470
  79. package/src/element-templates/servicenow-connector.json +942 -0
  80. package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
  81. package/src/element-templates/servicenow-incident-connector.json +969 -0
  82. package/src/element-templates/slack-inbound-boundary.json +303 -303
  83. package/src/element-templates/slack-inbound-intermediate.json +277 -277
  84. package/src/element-templates/slack-inbound-message-start.json +11 -11
  85. package/src/element-templates/slack-inbound-receive.json +290 -0
  86. package/src/element-templates/slack-inbound-start-event.json +247 -247
  87. package/src/element-templates/slack-outbound-connector.json +966 -966
  88. package/src/element-templates/twilio-connector.json +52 -52
  89. package/src/element-templates/twilio-webhook-boundary-connector.json +20 -20
  90. package/src/element-templates/twilio-webhook-connector.json +11 -11
  91. package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
  92. package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
  93. package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
  94. package/src/element-templates/webhook-connector-boundary.json +1150 -1150
  95. package/src/element-templates/webhook-connector-intermediate.json +1834 -1834
  96. package/src/element-templates/webhook-connector-receive.json +609 -0
  97. package/src/element-templates/webhook-connector-start-event.json +1495 -1495
  98. package/src/element-templates/webhook-connector-start-message.json +586 -586
  99. package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
@@ -0,0 +1,461 @@
1
+ [
2
+ {
3
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
+ "name": "RabbitMQ Receive Task Connector",
5
+ "id": "io.camunda.connectors.inbound.RabbitMQ.Receive.v1",
6
+ "description": "Receive a message from RabbitMQ",
7
+ "metadata": {
8
+ "keywords": []
9
+ },
10
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
11
+ "version": 8,
12
+ "category": {
13
+ "id": "connectors",
14
+ "name": "Connectors"
15
+ },
16
+ "appliesTo": ["bpmn:ReceiveTask"],
17
+ "elementType": {
18
+ "value": "bpmn:ReceiveTask"
19
+ },
20
+ "engines": {
21
+ "camunda": "^8.3"
22
+ },
23
+ "groups": [
24
+ {
25
+ "id": "authentication",
26
+ "label": "Authentication"
27
+ },
28
+ {
29
+ "id": "routing",
30
+ "label": "Routing"
31
+ },
32
+ {
33
+ "id": "subscription",
34
+ "label": "Subscription"
35
+ },
36
+ {
37
+ "id": "activation",
38
+ "label": "Activation"
39
+ },
40
+ {
41
+ "id": "correlation",
42
+ "label": "Correlation",
43
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
44
+ },
45
+ {
46
+ "id": "deduplication",
47
+ "label": "Deduplication",
48
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
49
+ },
50
+ {
51
+ "id": "output",
52
+ "label": "Output mapping"
53
+ }
54
+ ],
55
+ "properties": [
56
+ {
57
+ "value": "io.camunda:connector-rabbitmq-inbound:1",
58
+ "binding": {
59
+ "name": "inbound.type",
60
+ "type": "zeebe:property"
61
+ },
62
+ "type": "Hidden"
63
+ },
64
+ {
65
+ "id": "authentication.authType",
66
+ "label": "Connection type",
67
+ "value": "uri",
68
+ "group": "authentication",
69
+ "binding": {
70
+ "name": "authentication.authType",
71
+ "type": "zeebe:property"
72
+ },
73
+ "type": "Dropdown",
74
+ "choices": [
75
+ {
76
+ "name": "URI",
77
+ "value": "uri"
78
+ },
79
+ {
80
+ "name": "Username/Password",
81
+ "value": "credentials"
82
+ }
83
+ ]
84
+ },
85
+ {
86
+ "id": "authentication.uri",
87
+ "label": "URI",
88
+ "description": "URI should contain username, password, host name, port number, and virtual host",
89
+ "optional": false,
90
+ "constraints": {
91
+ "notEmpty": true,
92
+ "pattern": {
93
+ "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
94
+ "message": "Must start with amqp(s):// or contain a secret reference"
95
+ }
96
+ },
97
+ "group": "authentication",
98
+ "binding": {
99
+ "name": "authentication.uri",
100
+ "type": "zeebe:property"
101
+ },
102
+ "condition": {
103
+ "property": "authentication.authType",
104
+ "equals": "uri",
105
+ "type": "simple"
106
+ },
107
+ "type": "String"
108
+ },
109
+ {
110
+ "id": "authentication.userName",
111
+ "label": "Username",
112
+ "optional": false,
113
+ "constraints": {
114
+ "notEmpty": true
115
+ },
116
+ "group": "authentication",
117
+ "binding": {
118
+ "name": "authentication.userName",
119
+ "type": "zeebe:property"
120
+ },
121
+ "condition": {
122
+ "property": "authentication.authType",
123
+ "equals": "credentials",
124
+ "type": "simple"
125
+ },
126
+ "type": "String"
127
+ },
128
+ {
129
+ "id": "authentication.password",
130
+ "label": "Password",
131
+ "optional": false,
132
+ "constraints": {
133
+ "notEmpty": true
134
+ },
135
+ "group": "authentication",
136
+ "binding": {
137
+ "name": "authentication.password",
138
+ "type": "zeebe:property"
139
+ },
140
+ "condition": {
141
+ "property": "authentication.authType",
142
+ "equals": "credentials",
143
+ "type": "simple"
144
+ },
145
+ "type": "String"
146
+ },
147
+ {
148
+ "id": "routing.virtualHost",
149
+ "label": "Virtual host",
150
+ "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
151
+ "optional": false,
152
+ "constraints": {
153
+ "notEmpty": true
154
+ },
155
+ "group": "routing",
156
+ "binding": {
157
+ "name": "routing.virtualHost",
158
+ "type": "zeebe:property"
159
+ },
160
+ "condition": {
161
+ "property": "authentication.authType",
162
+ "equals": "credentials",
163
+ "type": "simple"
164
+ },
165
+ "type": "String"
166
+ },
167
+ {
168
+ "id": "routing.hostName",
169
+ "label": "Host name",
170
+ "description": "Host name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
171
+ "optional": false,
172
+ "constraints": {
173
+ "notEmpty": true
174
+ },
175
+ "group": "routing",
176
+ "binding": {
177
+ "name": "routing.hostName",
178
+ "type": "zeebe:property"
179
+ },
180
+ "condition": {
181
+ "property": "authentication.authType",
182
+ "equals": "credentials",
183
+ "type": "simple"
184
+ },
185
+ "type": "String"
186
+ },
187
+ {
188
+ "id": "routing.port",
189
+ "label": "Port",
190
+ "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
191
+ "optional": false,
192
+ "constraints": {
193
+ "notEmpty": true
194
+ },
195
+ "group": "routing",
196
+ "binding": {
197
+ "name": "routing.port",
198
+ "type": "zeebe:property"
199
+ },
200
+ "condition": {
201
+ "property": "authentication.authType",
202
+ "equals": "credentials",
203
+ "type": "simple"
204
+ },
205
+ "type": "String"
206
+ },
207
+ {
208
+ "id": "queueName",
209
+ "label": "Queue name",
210
+ "description": "Name of the queue to subscribe to",
211
+ "optional": false,
212
+ "constraints": {
213
+ "notEmpty": true
214
+ },
215
+ "group": "subscription",
216
+ "binding": {
217
+ "name": "queueName",
218
+ "type": "zeebe:property"
219
+ },
220
+ "type": "String"
221
+ },
222
+ {
223
+ "id": "consumerTag",
224
+ "label": "Consumer tag",
225
+ "description": "Consumer tag to use for the subscription",
226
+ "optional": false,
227
+ "group": "subscription",
228
+ "binding": {
229
+ "name": "consumerTag",
230
+ "type": "zeebe:property"
231
+ },
232
+ "type": "String"
233
+ },
234
+ {
235
+ "id": "arguments",
236
+ "label": "Arguments",
237
+ "description": "Arguments to use for the subscription",
238
+ "optional": true,
239
+ "feel": "required",
240
+ "group": "subscription",
241
+ "binding": {
242
+ "name": "arguments",
243
+ "type": "zeebe:property"
244
+ },
245
+ "type": "String"
246
+ },
247
+ {
248
+ "id": "exclusive",
249
+ "label": "Exclusive consumer",
250
+ "optional": false,
251
+ "value": "false",
252
+ "group": "subscription",
253
+ "binding": {
254
+ "name": "exclusive",
255
+ "type": "zeebe:property"
256
+ },
257
+ "type": "Dropdown",
258
+ "choices": [
259
+ {
260
+ "name": "Yes",
261
+ "value": "true"
262
+ },
263
+ {
264
+ "name": "No",
265
+ "value": "false"
266
+ }
267
+ ]
268
+ },
269
+ {
270
+ "id": "activationCondition",
271
+ "label": "Activation condition",
272
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
273
+ "optional": true,
274
+ "feel": "required",
275
+ "group": "activation",
276
+ "binding": {
277
+ "name": "activationCondition",
278
+ "type": "zeebe:property"
279
+ },
280
+ "type": "String"
281
+ },
282
+ {
283
+ "id": "consumeUnmatchedEvents",
284
+ "label": "Consume unmatched events",
285
+ "value": true,
286
+ "group": "activation",
287
+ "binding": {
288
+ "name": "consumeUnmatchedEvents",
289
+ "type": "zeebe:property"
290
+ },
291
+ "tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
292
+ "type": "Boolean"
293
+ },
294
+ {
295
+ "id": "correlationKeyProcess",
296
+ "label": "Correlation key (process)",
297
+ "description": "Sets up the correlation key from process variables",
298
+ "constraints": {
299
+ "notEmpty": true
300
+ },
301
+ "feel": "required",
302
+ "group": "correlation",
303
+ "binding": {
304
+ "name": "correlationKey",
305
+ "type": "bpmn:Message#zeebe:subscription#property"
306
+ },
307
+ "type": "String"
308
+ },
309
+ {
310
+ "id": "correlationKeyPayload",
311
+ "label": "Correlation key (payload)",
312
+ "description": "Extracts the correlation key from the incoming message payload",
313
+ "constraints": {
314
+ "notEmpty": true
315
+ },
316
+ "feel": "required",
317
+ "group": "correlation",
318
+ "binding": {
319
+ "name": "correlationKeyExpression",
320
+ "type": "zeebe:property"
321
+ },
322
+ "type": "String"
323
+ },
324
+ {
325
+ "id": "messageIdExpression",
326
+ "label": "Message ID expression",
327
+ "description": "Expression to extract unique identifier of a message",
328
+ "optional": true,
329
+ "feel": "required",
330
+ "group": "correlation",
331
+ "binding": {
332
+ "name": "messageIdExpression",
333
+ "type": "zeebe:property"
334
+ },
335
+ "type": "String"
336
+ },
337
+ {
338
+ "id": "messageTtl",
339
+ "label": "Message TTL",
340
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
341
+ "optional": true,
342
+ "constraints": {
343
+ "notEmpty": false,
344
+ "pattern": {
345
+ "value": "^(PT.*|)$",
346
+ "message": "must be an ISO-8601 duration"
347
+ }
348
+ },
349
+ "feel": "optional",
350
+ "group": "correlation",
351
+ "binding": {
352
+ "name": "messageTtl",
353
+ "type": "zeebe:property"
354
+ },
355
+ "type": "String"
356
+ },
357
+ {
358
+ "id": "messageNameUuid",
359
+ "generatedValue": {
360
+ "type": "uuid"
361
+ },
362
+ "group": "correlation",
363
+ "binding": {
364
+ "name": "name",
365
+ "type": "bpmn:Message#property"
366
+ },
367
+ "type": "Hidden"
368
+ },
369
+ {
370
+ "id": "deduplicationModeManualFlag",
371
+ "label": "Manual mode",
372
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
373
+ "value": false,
374
+ "group": "deduplication",
375
+ "binding": {
376
+ "name": "deduplicationModeManualFlag",
377
+ "type": "zeebe:property"
378
+ },
379
+ "type": "Boolean"
380
+ },
381
+ {
382
+ "id": "deduplicationId",
383
+ "label": "Deduplication ID",
384
+ "constraints": {
385
+ "notEmpty": true,
386
+ "pattern": {
387
+ "value": "^[a-zA-Z0-9_-]+$",
388
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
389
+ }
390
+ },
391
+ "group": "deduplication",
392
+ "binding": {
393
+ "name": "deduplicationId",
394
+ "type": "zeebe:property"
395
+ },
396
+ "condition": {
397
+ "property": "deduplicationModeManualFlag",
398
+ "equals": true,
399
+ "type": "simple"
400
+ },
401
+ "type": "String"
402
+ },
403
+ {
404
+ "id": "deduplicationModeManual",
405
+ "value": "MANUAL",
406
+ "group": "deduplication",
407
+ "binding": {
408
+ "name": "deduplicationMode",
409
+ "type": "zeebe:property"
410
+ },
411
+ "condition": {
412
+ "property": "deduplicationId",
413
+ "isActive": true,
414
+ "type": "simple"
415
+ },
416
+ "type": "Hidden"
417
+ },
418
+ {
419
+ "id": "deduplicationModeAuto",
420
+ "value": "AUTO",
421
+ "group": "deduplication",
422
+ "binding": {
423
+ "name": "deduplicationMode",
424
+ "type": "zeebe:property"
425
+ },
426
+ "condition": {
427
+ "property": "deduplicationId",
428
+ "isActive": false,
429
+ "type": "simple"
430
+ },
431
+ "type": "Hidden"
432
+ },
433
+ {
434
+ "id": "resultVariable",
435
+ "label": "Result variable",
436
+ "description": "Name of variable to store the response in",
437
+ "group": "output",
438
+ "binding": {
439
+ "name": "resultVariable",
440
+ "type": "zeebe:property"
441
+ },
442
+ "type": "String"
443
+ },
444
+ {
445
+ "id": "resultExpression",
446
+ "label": "Result expression",
447
+ "description": "Expression to map the response into process variables",
448
+ "feel": "required",
449
+ "group": "output",
450
+ "binding": {
451
+ "name": "resultExpression",
452
+ "type": "zeebe:property"
453
+ },
454
+ "type": "Text"
455
+ }
456
+ ],
457
+ "icon": {
458
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
459
+ }
460
+ }
461
+ ]