@camunda/connectors-element-templates 1.0.17 → 1.0.18

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 (125) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -2
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
  29. package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
  34. package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +390 -386
  38. package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
  40. package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
  43. package/src/element-templates/aws-sqs-start-message.json +866 -862
  44. package/src/element-templates/aws-textract-outbound-connector.json +358 -354
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1325 -0
  47. package/src/element-templates/blue-prism-connector.json +595 -50
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1088 -120
  51. package/src/element-templates/email-inbound-connector-boundary.json +16 -8
  52. package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +16 -8
  55. package/src/element-templates/email-outbound-connector.json +2114 -241
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12587 -9052
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +11 -13
  63. package/src/element-templates/gitlab-connector.json +4756 -3124
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +1285 -665
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1055 -26
  68. package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
  69. package/src/element-templates/graphql-outbound-connector.json +1136 -1127
  70. package/src/element-templates/http-json-connector.json +2779 -2129
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
  72. package/src/element-templates/http-polling-connector.json +746 -735
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +249 -18
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +666 -660
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
  87. package/src/element-templates/openai-connector.json +579 -116
  88. package/src/element-templates/operate-connector.json +1219 -67
  89. package/src/element-templates/power-automate-connector.json +604 -12
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
  95. package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +553 -9
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +389 -91
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +566 -236
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +127 -122
  110. package/src/element-templates/slack-outbound-connector.json +2613 -915
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1514 -34
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1218 -1208
  120. package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
  121. package/src/element-templates/webhook-connector-receive.json +55 -45
  122. package/src/element-templates/webhook-connector-start-event.json +1299 -1292
  123. package/src/element-templates/webhook-connector-start-message.json +711 -701
  124. package/src/element-templates/whatsapp-connector.json +339 -5
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -0,0 +1,431 @@
1
+ [
2
+ {
3
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
+ "name": "AWS Bedrock AgentCore Long-Term Memory Connector",
5
+ "id": "io.camunda.connectors.aws.bedrock.agentcore.memory.longterm.v1",
6
+ "description": "Retrieve persistent knowledge — facts, preferences, and summaries — from AWS Bedrock AgentCore Long-Term Memory",
7
+ "version": 1,
8
+ "category": {
9
+ "id": "connectors",
10
+ "name": "Connectors"
11
+ },
12
+ "appliesTo": ["bpmn:Task"],
13
+ "elementType": {
14
+ "value": "bpmn:ServiceTask"
15
+ },
16
+ "engines": {
17
+ "camunda": "^8.10"
18
+ },
19
+ "groups": [
20
+ {
21
+ "id": "authentication",
22
+ "label": "Authentication"
23
+ },
24
+ {
25
+ "id": "configuration",
26
+ "label": "Configuration"
27
+ },
28
+ {
29
+ "id": "operation",
30
+ "label": "Operation"
31
+ },
32
+ {
33
+ "id": "retrieve",
34
+ "label": "Retrieve Memory Records"
35
+ },
36
+ {
37
+ "id": "list",
38
+ "label": "List Memory Records"
39
+ },
40
+ {
41
+ "id": "connector",
42
+ "label": "Connector"
43
+ },
44
+ {
45
+ "id": "output",
46
+ "label": "Output mapping"
47
+ },
48
+ {
49
+ "id": "error",
50
+ "label": "Error handling"
51
+ },
52
+ {
53
+ "id": "retries",
54
+ "label": "Retries"
55
+ }
56
+ ],
57
+ "properties": [
58
+ {
59
+ "value": "io.camunda:aws-bedrock-agentcore-lt-memory:1",
60
+ "binding": {
61
+ "property": "type",
62
+ "type": "zeebe:taskDefinition"
63
+ },
64
+ "type": "Hidden"
65
+ },
66
+ {
67
+ "id": "authentication.type",
68
+ "label": "Authentication",
69
+ "description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/#aws-authentication-types\" target=\"_blank\">documentation page</a>",
70
+ "value": "credentials",
71
+ "group": "authentication",
72
+ "binding": {
73
+ "name": "authentication.type",
74
+ "type": "zeebe:input"
75
+ },
76
+ "type": "Dropdown",
77
+ "choices": [
78
+ {
79
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
80
+ "value": "defaultCredentialsChain"
81
+ },
82
+ {
83
+ "name": "Credentials",
84
+ "value": "credentials"
85
+ }
86
+ ]
87
+ },
88
+ {
89
+ "id": "authentication.accessKey",
90
+ "label": "Access key",
91
+ "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
92
+ "optional": false,
93
+ "constraints": {
94
+ "notEmpty": true
95
+ },
96
+ "feel": "optional",
97
+ "group": "authentication",
98
+ "binding": {
99
+ "name": "authentication.accessKey",
100
+ "type": "zeebe:input"
101
+ },
102
+ "condition": {
103
+ "property": "authentication.type",
104
+ "equals": "credentials",
105
+ "type": "simple"
106
+ },
107
+ "type": "String"
108
+ },
109
+ {
110
+ "id": "authentication.secretKey",
111
+ "label": "Secret key",
112
+ "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
113
+ "optional": false,
114
+ "constraints": {
115
+ "notEmpty": true
116
+ },
117
+ "feel": "optional",
118
+ "group": "authentication",
119
+ "binding": {
120
+ "name": "authentication.secretKey",
121
+ "type": "zeebe:input"
122
+ },
123
+ "condition": {
124
+ "property": "authentication.type",
125
+ "equals": "credentials",
126
+ "type": "simple"
127
+ },
128
+ "type": "String"
129
+ },
130
+ {
131
+ "id": "memoryId",
132
+ "label": "Memory ID",
133
+ "description": "The identifier of the AgentCore Memory resource.",
134
+ "optional": false,
135
+ "constraints": {
136
+ "notEmpty": true
137
+ },
138
+ "feel": "optional",
139
+ "group": "configuration",
140
+ "binding": {
141
+ "name": "memoryId",
142
+ "type": "zeebe:input"
143
+ },
144
+ "type": "String"
145
+ },
146
+ {
147
+ "id": "namespace",
148
+ "label": "Namespace",
149
+ "description": "Namespace prefix to scope memory records (e.g. 'customer/12345'). Required by AWS.",
150
+ "optional": false,
151
+ "constraints": {
152
+ "notEmpty": true
153
+ },
154
+ "feel": "optional",
155
+ "group": "configuration",
156
+ "binding": {
157
+ "name": "namespace",
158
+ "type": "zeebe:input"
159
+ },
160
+ "type": "String"
161
+ },
162
+ {
163
+ "id": "configuration.region",
164
+ "label": "Region",
165
+ "description": "Specify the AWS region",
166
+ "optional": false,
167
+ "constraints": {
168
+ "notEmpty": true
169
+ },
170
+ "feel": "optional",
171
+ "group": "configuration",
172
+ "binding": {
173
+ "name": "configuration.region",
174
+ "type": "zeebe:input"
175
+ },
176
+ "type": "String"
177
+ },
178
+ {
179
+ "id": "configuration.endpoint",
180
+ "label": "Endpoint",
181
+ "description": "Specify endpoint if need to use custom endpoint",
182
+ "optional": true,
183
+ "group": "configuration",
184
+ "binding": {
185
+ "name": "configuration.endpoint",
186
+ "type": "zeebe:input"
187
+ },
188
+ "type": "Hidden"
189
+ },
190
+ {
191
+ "id": "operation.operationDiscriminator",
192
+ "label": "Operation",
193
+ "value": "retrieve",
194
+ "group": "operation",
195
+ "binding": {
196
+ "name": "operation.operationDiscriminator",
197
+ "type": "zeebe:input"
198
+ },
199
+ "type": "Dropdown",
200
+ "choices": [
201
+ {
202
+ "name": "Retrieve Memory Records",
203
+ "value": "retrieve"
204
+ },
205
+ {
206
+ "name": "List Memory Records",
207
+ "value": "list"
208
+ }
209
+ ]
210
+ },
211
+ {
212
+ "id": "operation.query",
213
+ "label": "Search query",
214
+ "description": "Semantic search query to find relevant memory records (up to 10,000 characters).",
215
+ "optional": false,
216
+ "constraints": {
217
+ "notEmpty": true
218
+ },
219
+ "feel": "optional",
220
+ "group": "retrieve",
221
+ "binding": {
222
+ "name": "operation.query",
223
+ "type": "zeebe:input"
224
+ },
225
+ "condition": {
226
+ "property": "operation.operationDiscriminator",
227
+ "equals": "retrieve",
228
+ "type": "simple"
229
+ },
230
+ "type": "String"
231
+ },
232
+ {
233
+ "id": "operation.retrieve.memoryStrategyId",
234
+ "label": "Memory strategy ID",
235
+ "description": "Optional. Limits the search to memories created by a specific extraction strategy.",
236
+ "optional": true,
237
+ "feel": "optional",
238
+ "group": "retrieve",
239
+ "binding": {
240
+ "name": "operation.memoryStrategyId",
241
+ "type": "zeebe:input"
242
+ },
243
+ "condition": {
244
+ "property": "operation.operationDiscriminator",
245
+ "equals": "retrieve",
246
+ "type": "simple"
247
+ },
248
+ "type": "String"
249
+ },
250
+ {
251
+ "id": "operation.retrieve.maxResults",
252
+ "label": "Max results",
253
+ "description": "Maximum number of results to return (1–100). Defaults to 10.",
254
+ "optional": true,
255
+ "value": 10,
256
+ "feel": "static",
257
+ "group": "retrieve",
258
+ "binding": {
259
+ "name": "operation.maxResults",
260
+ "type": "zeebe:input"
261
+ },
262
+ "condition": {
263
+ "property": "operation.operationDiscriminator",
264
+ "equals": "retrieve",
265
+ "type": "simple"
266
+ },
267
+ "type": "Number"
268
+ },
269
+ {
270
+ "id": "operation.retrieve.nextToken",
271
+ "label": "Pagination token",
272
+ "description": "Pagination token from a previous response to fetch the next page.",
273
+ "optional": true,
274
+ "feel": "optional",
275
+ "group": "retrieve",
276
+ "binding": {
277
+ "name": "operation.nextToken",
278
+ "type": "zeebe:input"
279
+ },
280
+ "condition": {
281
+ "property": "operation.operationDiscriminator",
282
+ "equals": "retrieve",
283
+ "type": "simple"
284
+ },
285
+ "type": "String"
286
+ },
287
+ {
288
+ "id": "operation.list.memoryStrategyId",
289
+ "label": "Memory strategy ID",
290
+ "description": "Optional. Filter memory records by a specific extraction strategy.",
291
+ "optional": true,
292
+ "feel": "optional",
293
+ "group": "list",
294
+ "binding": {
295
+ "name": "operation.memoryStrategyId",
296
+ "type": "zeebe:input"
297
+ },
298
+ "condition": {
299
+ "property": "operation.operationDiscriminator",
300
+ "equals": "list",
301
+ "type": "simple"
302
+ },
303
+ "type": "String"
304
+ },
305
+ {
306
+ "id": "operation.list.maxResults",
307
+ "label": "Max results",
308
+ "description": "Maximum number of results to return (1–100). Defaults to 20.",
309
+ "optional": true,
310
+ "value": 20,
311
+ "feel": "static",
312
+ "group": "list",
313
+ "binding": {
314
+ "name": "operation.maxResults",
315
+ "type": "zeebe:input"
316
+ },
317
+ "condition": {
318
+ "property": "operation.operationDiscriminator",
319
+ "equals": "list",
320
+ "type": "simple"
321
+ },
322
+ "type": "Number"
323
+ },
324
+ {
325
+ "id": "operation.list.nextToken",
326
+ "label": "Pagination token",
327
+ "description": "Pagination token from a previous response to fetch the next page.",
328
+ "optional": true,
329
+ "feel": "optional",
330
+ "group": "list",
331
+ "binding": {
332
+ "name": "operation.nextToken",
333
+ "type": "zeebe:input"
334
+ },
335
+ "condition": {
336
+ "property": "operation.operationDiscriminator",
337
+ "equals": "list",
338
+ "type": "simple"
339
+ },
340
+ "type": "String"
341
+ },
342
+ {
343
+ "id": "version",
344
+ "label": "Version",
345
+ "description": "Version of the element template",
346
+ "value": "1",
347
+ "group": "connector",
348
+ "binding": {
349
+ "key": "elementTemplateVersion",
350
+ "type": "zeebe:taskHeader"
351
+ },
352
+ "type": "Hidden"
353
+ },
354
+ {
355
+ "id": "id",
356
+ "label": "ID",
357
+ "description": "ID of the element template",
358
+ "value": "io.camunda.connectors.aws.bedrock.agentcore.memory.longterm.v1",
359
+ "group": "connector",
360
+ "binding": {
361
+ "key": "elementTemplateId",
362
+ "type": "zeebe:taskHeader"
363
+ },
364
+ "type": "Hidden"
365
+ },
366
+ {
367
+ "id": "resultVariable",
368
+ "label": "Result variable",
369
+ "description": "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>.",
370
+ "group": "output",
371
+ "binding": {
372
+ "key": "resultVariable",
373
+ "type": "zeebe:taskHeader"
374
+ },
375
+ "type": "String"
376
+ },
377
+ {
378
+ "id": "resultExpression",
379
+ "label": "Result expression",
380
+ "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>.",
381
+ "feel": "required",
382
+ "group": "output",
383
+ "binding": {
384
+ "key": "resultExpression",
385
+ "type": "zeebe:taskHeader"
386
+ },
387
+ "type": "Text"
388
+ },
389
+ {
390
+ "id": "errorExpression",
391
+ "label": "Error expression",
392
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
393
+ "feel": "required",
394
+ "group": "error",
395
+ "binding": {
396
+ "key": "errorExpression",
397
+ "type": "zeebe:taskHeader"
398
+ },
399
+ "type": "Text"
400
+ },
401
+ {
402
+ "id": "retryCount",
403
+ "label": "Retries",
404
+ "description": "Number of retries",
405
+ "value": "3",
406
+ "feel": "optional",
407
+ "group": "retries",
408
+ "binding": {
409
+ "property": "retries",
410
+ "type": "zeebe:taskDefinition"
411
+ },
412
+ "type": "String"
413
+ },
414
+ {
415
+ "id": "retryBackoff",
416
+ "label": "Retry backoff",
417
+ "description": "ISO-8601 duration to wait between retries",
418
+ "value": "PT0S",
419
+ "group": "retries",
420
+ "binding": {
421
+ "key": "retryBackoff",
422
+ "type": "zeebe:taskHeader"
423
+ },
424
+ "type": "String"
425
+ }
426
+ ],
427
+ "icon": {
428
+ "contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi1BcmNoaXRlY3R1cmUvMzIvQXJjaF9BbWF6b24tQmVkcm9ja18zMjwvdGl0bGU+CiAgICA8ZyBpZD0iSWNvbi1BcmNoaXRlY3R1cmUvMzIvQXJjaF9BbWF6b24tQmVkcm9ja18zMiIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikljb24tQXJjaGl0ZWN0dXJlLUJHLzMyL01hY2hpbmUtTGVhcm5pbmciIGZpbGw9IiMwMUE4OEQiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiPjwvcmVjdD4KICAgICAgICA8L2c+CiAgICAgICAgPGcgaWQ9Ikljb24tU2VydmljZS8zMi9BbWF6b24tQmVkcm9ja18zMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNi4wMDAwMDAsIDYuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMC41MTYsMjYuOTMzMjExNiBMOC4yOTMsMjUuNjYzMjExNiBMMTEuNzI0LDIzLjk0NzIxMTYgTDExLjI3NywyMy4wNTMyMTE2IEw3LjI3NywyNS4wNTMyMTE2IEw3LjI5NywyNS4wOTQyMTE2IEw0LDIzLjIxMDIxMTYgTDQsMTkuODA5MjExNiBMNy43MjQsMTcuOTQ3MjExNiBMNy4yNzcsMTcuMDUzMjExNiBMMy41MzYsMTguOTIzMjExNiBMMSwxNy4yMzIyMTE2IEwxLDE0LjgwOTIxMTYgTDQuNzI0LDEyLjk0NzIxMTYgTDQuMjc3LDEyLjA1MzIxMTYgTDEsMTMuNjkxMjExNiBMMSwxMC43NjcyMTE2IEwzLjUyMyw5LjA4NjIxMTU4IEw3LDExLjAzODIxMTYgTDcsMTQuMTkxMjExNiBMNS4yNzcsMTUuMDUzMjExNiBMNS43MjQsMTUuOTQ3MjExNiBMNy41LDE1LjA1OTIxMTYgTDkuMjc3LDE1Ljk0NzIxMTYgTDkuNzI0LDE1LjA1MzIxMTYgTDgsMTQuMTkxMjExNiBMOCwxMC43NjcyMTE2IEwxMC43NzgsOC45MTYyMTE1OCBDMTAuOTE2LDguODIzMjExNTggMTEsOC42NjcyMTE1OCAxMSw4LjUwMDIxMTU4IEwxMSw1LjAwMDIxMTU4IEwxMCw1LjAwMDIxMTU4IEwxMCw4LjIzMjIxMTU4IEw3LjI3OCwxMC4wNDcyMTE2IEw0LDguMjA3MjExNTggTDQsNC4wMzUyMTE1OCBMNywyLjY1NzIxMTU4IEw3LDcuMDAwMjExNTggTDgsNy4wMDAyMTE1OCBMOCwyLjE5ODIxMTU4IEwxMC40OTIsMS4wNTQyMTE1OCBMMTQsMi44MDkyMTE1OCBMMTQsMTcuMTkxMjExNiBMNi4yNzcsMjEuMDUzMjExNiBMNi43MjQsMjEuOTQ3MjExNiBMMTQsMTguMzA5MjExNiBMMTQsMjUuMTkxMjExNiBMMTAuNTE2LDI2LjkzMzIxMTYgWiBNMjUuNSwxOS41MDAyMTE2IEMyNS41LDIwLjA1MTIxMTYgMjUuMDUyLDIwLjUwMDIxMTYgMjQuNSwyMC41MDAyMTE2IEMyMy45NDksMjAuNTAwMjExNiAyMy41LDIwLjA1MTIxMTYgMjMuNSwxOS41MDAyMTE2IEMyMy41LDE4Ljk0OTIxMTYgMjMuOTQ5LDE4LjUwMDIxMTYgMjQuNSwxOC41MDAyMTE2IEMyNS4wNTIsMTguNTAwMjExNiAyNS41LDE4Ljk0OTIxMTYgMjUuNSwxOS41MDAyMTE2IEwyNS41LDE5LjUwMDIxMTYgWiBNMjAuNSwyNC4wMDAyMTE2IEMyMC41LDI0LjU1MTIxMTYgMjAuMDUyLDI1LjAwMDIxMTYgMTkuNSwyNS4wMDAyMTE2IEMxOC45NDksMjUuMDAwMjExNiAxOC41LDI0LjU1MTIxMTYgMTguNSwyNC4wMDAyMTE2IEMxOC41LDIzLjQ0OTIxMTYgMTguOTQ5LDIzLjAwMDIxMTYgMTkuNSwyMy4wMDAyMTE2IEMyMC4wNTIsMjMuMDAwMjExNiAyMC41LDIzLjQ0OTIxMTYgMjAuNSwyNC4wMDAyMTE2IEwyMC41LDI0LjAwMDIxMTYgWiBNMTkuNSw0LjAwMDIxMTU4IEMxOS41LDMuNDQ5MjExNTggMTkuOTQ5LDMuMDAwMjExNTggMjAuNSwzLjAwMDIxMTU4IEMyMS4wNTIsMy4wMDAyMTE1OCAyMS41LDMuNDQ5MjExNTggMjEuNSw0LjAwMDIxMTU4IEMyMS41LDQuNTUxMjExNTggMjEuMDUyLDUuMDAwMjExNTggMjAuNSw1LjAwMDIxMTU4IEMxOS45NDksNS4wMDAyMTE1OCAxOS41LDQuNTUxMjExNTggMTkuNSw0LjAwMDIxMTU4IEwxOS41LDQuMDAwMjExNTggWiBNMjYsMTEuNTAwMjExNiBDMjYuNTUyLDExLjUwMDIxMTYgMjcsMTEuOTQ5MjExNiAyNywxMi41MDAyMTE2IEMyNywxMy4wNTEyMTE2IDI2LjU1MiwxMy41MDAyMTE2IDI2LDEzLjUwMDIxMTYgQzI1LjQ0OSwxMy41MDAyMTE2IDI1LDEzLjA1MTIxMTYgMjUsMTIuNTAwMjExNiBDMjUsMTEuOTQ5MjExNiAyNS40NDksMTEuNTAwMjExNiAyNiwxMS41MDAyMTE2IEwyNiwxMS41MDAyMTE2IFogTTI0LjA3MSwxMy4wMDAyMTE2IEMyNC4yOTUsMTMuODYwMjExNiAyNS4wNzEsMTQuNTAwMjExNiAyNiwxNC41MDAyMTE2IEMyNy4xMDMsMTQuNTAwMjExNiAyOCwxMy42MDMyMTE2IDI4LDEyLjUwMDIxMTYgQzI4LDExLjM5NzIxMTYgMjcuMTAzLDEwLjUwMDIxMTYgMjYsMTAuNTAwMjExNiBDMjUuMDcxLDEwLjUwMDIxMTYgMjQuMjk1LDExLjE0MDIxMTYgMjQuMDcxLDEyLjAwMDIxMTYgTDE1LDEyLjAwMDIxMTYgTDE1LDkuMDAwMjExNTggTDIwLjUsOS4wMDAyMTE1OCBDMjAuNzc3LDkuMDAwMjExNTggMjEsOC43NzYyMTE1OCAyMSw4LjUwMDIxMTU4IEwyMSw1LjkyOTIxMTU4IEMyMS44Niw1LjcwNTIxMTU4IDIyLjUsNC45MjkyMTE1OCAyMi41LDQuMDAwMjExNTggQzIyLjUsMi44OTcyMTE1OCAyMS42MDMsMi4wMDAyMTE1OCAyMC41LDIuMDAwMjExNTggQzE5LjM5OCwyLjAwMDIxMTU4IDE4LjUsMi44OTcyMTE1OCAxOC41LDQuMDAwMjExNTggQzE4LjUsNC45MjkyMTE1OCAxOS4xNCw1LjcwNTIxMTU4IDIwLDUuOTI5MjExNTggTDIwLDguMDAwMjExNTggTDE1LDguMDAwMjExNTggTDE1LDIuNTAwMjExNTggQzE1LDIuMzEwMjExNTggMTQuODkzLDIuMTM4MjExNTggMTQuNzI0LDIuMDUzMjExNTggTDEwLjcyNCwwLjA1MzIxMTU4NDMgQzEwLjU4OCwtMC4wMTQ3ODg0MTU3IDEwLjQzLC0wLjAxNzc4ODQxNTcgMTAuMjkxLDAuMDQ1MjExNTg0MyBMMy4yOTEsMy4yNjAyMTE1OCBDMy4xMTUsMy4zNDEyMTE1OCAzLDMuNTE5MjExNTggMywzLjcxNDIxMTU4IEwzLDguMjMyMjExNTggTDAuMjIzLDEwLjA4NDIxMTYgQzAuMDg0LDEwLjE3NzIxMTYgMCwxMC4zMzMyMTE2IDAsMTAuNTAwMjExNiBMMCwxNy41MDAyMTE2IEMwLDE3LjY2NzIxMTYgMC4wODQsMTcuODIzMjExNiAwLjIyMywxNy45MTYyMTE2IEwzLDE5Ljc2NzIxMTYgTDMsMjMuNTAwMjExNiBDMywyMy42NzkyMTE2IDMuMDk2LDIzLjg0NTIxMTYgMy4yNTIsMjMuOTM0MjExNiBMMTAuMjUyLDI3LjkzNDIxMTYgQzEwLjMyOSwyNy45NzgyMTE2IDEwLjQxNCwyOC4wMDAyMTE2IDEwLjUsMjguMDAwMjExNiBDMTAuNTc3LDI4LjAwMDIxMTYgMTAuNjU0LDI3Ljk4MjIxMTYgMTAuNzI0LDI3Ljk0NzIxMTYgTDE0LjcyNCwyNS45NDcyMTE2IEMxNC44OTMsMjUuODYyMjExNiAxNSwyNS42ODkyMTE2IDE1LDI1LjUwMDIxMTYgTDE1LDIxLjAwMDIxMTYgTDE5LDIxLjAwMDIxMTYgTDE5LDIyLjA3MTIxMTYgQzE4LjE0LDIyLjI5NTIxMTYgMTcuNSwyMy4wNzEyMTE2IDE3LjUsMjQuMDAwMjExNiBDMTcuNSwyNS4xMDMyMTE2IDE4LjM5OCwyNi4wMDAyMTE2IDE5LjUsMjYuMDAwMjExNiBDMjAuNjAzLDI2LjAwMDIxMTYgMjEuNSwyNS4xMDMyMTE2IDIxLjUsMjQuMDAwMjExNiBDMjEuNSwyMy4wNzEyMTE2IDIwLjg2LDIyLjI5NTIxMTYgMjAsMjIuMDcxMjExNiBMMjAsMjAuNTAwMjExNiBDMjAsMjAuMjI0MjExNiAxOS43NzcsMjAuMDAwMjExNiAxOS41LDIwLjAwMDIxMTYgTDE1LDIwLjAwMDIxMTYgTDE1LDE3LjAwMDIxMTYgTDIxLjI5MywxNy4wMDAyMTE2IEwyMi43ODQsMTguNDkwMjExNiBDMjIuNjA4LDE4Ljc4ODIxMTYgMjIuNSwxOS4xMzAyMTE2IDIyLjUsMTkuNTAwMjExNiBDMjIuNSwyMC42MDMyMTE2IDIzLjM5OCwyMS41MDAyMTE2IDI0LjUsMjEuNTAwMjExNiBDMjUuNjAzLDIxLjUwMDIxMTYgMjYuNSwyMC42MDMyMTE2IDI2LjUsMTkuNTAwMjExNiBDMjYuNSwxOC4zOTcyMTE2IDI1LjYwMywxNy41MDAyMTE2IDI0LjUsMTcuNTAwMjExNiBDMjQuMTMxLDE3LjUwMDIxMTYgMjMuNzg4LDE3LjYwODIxMTYgMjMuNDkxLDE3Ljc4MzIxMTYgTDIxLjg1NCwxNi4xNDYyMTE2IEMyMS43NiwxNi4wNTMyMTE2IDIxLjYzMywxNi4wMDAyMTE2IDIxLjUsMTYuMDAwMjExNiBMMTUsMTYuMDAwMjExNiBMMTUsMTMuMDAwMjExNiBMMjQuMDcxLDEzLjAwMDIxMTYgWiIgaWQ9IkZpbGwtNSI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"
429
+ }
430
+ }
431
+ ]