@camunda/connectors-element-templates 1.0.15 → 1.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/connectors.js +8 -6
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -0
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +175 -171
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +2144 -2144
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +467 -466
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +482 -481
- package/src/element-templates/automation-anywhere-outbound-connector.json +613 -613
- package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
- package/src/element-templates/aws-dynamodb-outbound-connector.json +80 -80
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +22 -22
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +188 -188
- package/src/element-templates/aws-lambda-outbound-connector.json +238 -238
- package/src/element-templates/aws-sns-inbound-boundary.json +193 -193
- package/src/element-templates/aws-sns-inbound-intermediate.json +332 -332
- package/src/element-templates/aws-sns-inbound-message-start.json +110 -110
- package/src/element-templates/aws-sns-outbound-connector.json +741 -741
- package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +493 -493
- package/src/element-templates/aws-sqs-outbound-connector.json +753 -753
- package/src/element-templates/aws-sqs-start-event-connector.json +483 -483
- package/src/element-templates/aws-sqs-start-message.json +438 -438
- package/src/element-templates/aws-textract-outbound-connector.json +123 -123
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +6 -6
- package/src/element-templates/easy-post-connector.json +114 -114
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +32 -32
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/github-connector.json +11435 -7908
- package/src/element-templates/github-webhook-connector-boundary.json +16 -16
- package/src/element-templates/github-webhook-connector-intermediate.json +25 -25
- package/src/element-templates/github-webhook-connector-start-event.json +64 -64
- package/src/element-templates/gitlab-connector.json +3394 -3394
- package/src/element-templates/google-drive-outbound-connector.json +420 -420
- package/src/element-templates/google-gemini-outbound-connector.json +705 -0
- package/src/element-templates/google-maps-platform-connector.json +14 -14
- package/src/element-templates/google-sheets-outbound-connector.json +1055 -1055
- package/src/element-templates/graphql-outbound-connector.json +1341 -763
- package/src/element-templates/http-connector.json.json +654 -0
- package/src/element-templates/http-json-connector.json +1491 -1472
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +801 -136
- package/src/element-templates/http-polling-connector.json +1604 -939
- package/src/element-templates/hugging-face-connector.json +215 -10
- package/src/element-templates/kafka-inbound-connector-boundary.json +483 -483
- package/src/element-templates/kafka-inbound-connector-intermediate.json +466 -466
- package/src/element-templates/kafka-inbound-connector-start-message.json +529 -529
- package/src/element-templates/kafka-outbound-connector.json +360 -360
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +687 -0
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +687 -0
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +719 -0
- package/src/element-templates/microsoft-teams-outbound-connector.json +1892 -47
- package/src/element-templates/openai-connector.json +83 -83
- package/src/element-templates/operate-connector.json +21 -21
- package/src/element-templates/power-automate-connector.json +4 -4
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +422 -422
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +338 -338
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +463 -463
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +360 -360
- package/src/element-templates/rabbitmq-outbound-connector.json +354 -354
- package/src/element-templates/salesforce-connector.json +38 -38
- package/src/element-templates/sendgrid-outbound-connector.json +354 -354
- package/src/element-templates/slack-inbound-boundary.json +253 -253
- package/src/element-templates/slack-inbound-message-start.json +321 -321
- package/src/element-templates/slack-inbound-start-event.json +327 -327
- package/src/element-templates/slack-outbound-connector.json +1484 -717
- package/src/element-templates/twilio-connector.json +65 -65
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-intermediate-connector.json +25 -25
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +1192 -547
- package/src/element-templates/webhook-connector-intermediate.json +1258 -613
- package/src/element-templates/webhook-connector-receive.json +644 -0
- package/src/element-templates/webhook-connector-start-event.json +1690 -1136
- package/src/element-templates/webhook-connector-start-message.json +1601 -924
- package/src/element-templates/idp-classification-outbound-connector.json +0 -1141
- package/src/element-templates/idp-structured-extraction-outbound-connector.json +0 -656
- package/src/element-templates/idp-unstructured-extraction-outbound-connector.json +0 -1115
|
@@ -0,0 +1,719 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
+
"name": "Microsoft O365 Email Message Start Event Connector",
|
|
5
|
+
"id": "io.camunda.connectors.inbound.MSFT.O365.EmailMessageStart.v1",
|
|
6
|
+
"description": "Poll M365 Outlook emails",
|
|
7
|
+
"metadata": {
|
|
8
|
+
"keywords": ["email", "Office365", "Outlook"]
|
|
9
|
+
},
|
|
10
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-o365-mail-inbound/",
|
|
11
|
+
"version": 1,
|
|
12
|
+
"category": {
|
|
13
|
+
"id": "connectors",
|
|
14
|
+
"name": "Connectors"
|
|
15
|
+
},
|
|
16
|
+
"appliesTo": ["bpmn:StartEvent"],
|
|
17
|
+
"elementType": {
|
|
18
|
+
"value": "bpmn:StartEvent",
|
|
19
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
20
|
+
},
|
|
21
|
+
"engines": {
|
|
22
|
+
"camunda": "^8.9"
|
|
23
|
+
},
|
|
24
|
+
"groups": [
|
|
25
|
+
{
|
|
26
|
+
"id": "authentication",
|
|
27
|
+
"label": "Authentication"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"id": "pollingConfig",
|
|
31
|
+
"label": "Listener Information"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"id": "postprocessing",
|
|
35
|
+
"label": "Postprocessing"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"id": "activation",
|
|
39
|
+
"label": "Activation"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"id": "correlation",
|
|
43
|
+
"label": "Correlation",
|
|
44
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"id": "output",
|
|
48
|
+
"label": "Output mapping"
|
|
49
|
+
}
|
|
50
|
+
],
|
|
51
|
+
"properties": [
|
|
52
|
+
{
|
|
53
|
+
"value": "io.camunda:connector-o365-email-inbound:1",
|
|
54
|
+
"binding": {
|
|
55
|
+
"name": "inbound.type",
|
|
56
|
+
"type": "zeebe:property"
|
|
57
|
+
},
|
|
58
|
+
"type": "Hidden"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"id": "authentication.type",
|
|
62
|
+
"label": "Type",
|
|
63
|
+
"description": "Authentication type depends on your Microsoft Entra (Azure AD) configuration. See <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-teams/'>connector documentation</a>",
|
|
64
|
+
"value": "clientCredentials",
|
|
65
|
+
"group": "authentication",
|
|
66
|
+
"binding": {
|
|
67
|
+
"name": "authentication.type",
|
|
68
|
+
"type": "zeebe:property"
|
|
69
|
+
},
|
|
70
|
+
"type": "Dropdown",
|
|
71
|
+
"choices": [
|
|
72
|
+
{
|
|
73
|
+
"name": "Bearer token",
|
|
74
|
+
"value": "token"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "Client credentials",
|
|
78
|
+
"value": "clientCredentials"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"name": "Refresh token",
|
|
82
|
+
"value": "refresh"
|
|
83
|
+
}
|
|
84
|
+
]
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"id": "authentication.bearer.token",
|
|
88
|
+
"label": "Bearer token",
|
|
89
|
+
"optional": false,
|
|
90
|
+
"constraints": {
|
|
91
|
+
"notEmpty": true
|
|
92
|
+
},
|
|
93
|
+
"group": "authentication",
|
|
94
|
+
"binding": {
|
|
95
|
+
"name": "authentication.token",
|
|
96
|
+
"type": "zeebe:property"
|
|
97
|
+
},
|
|
98
|
+
"condition": {
|
|
99
|
+
"property": "authentication.type",
|
|
100
|
+
"equals": "token",
|
|
101
|
+
"type": "simple"
|
|
102
|
+
},
|
|
103
|
+
"type": "String"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"id": "authentication.credentials.clientId",
|
|
107
|
+
"label": "Client ID",
|
|
108
|
+
"description": "The client ID of the application",
|
|
109
|
+
"optional": false,
|
|
110
|
+
"constraints": {
|
|
111
|
+
"notEmpty": true
|
|
112
|
+
},
|
|
113
|
+
"feel": "optional",
|
|
114
|
+
"group": "authentication",
|
|
115
|
+
"binding": {
|
|
116
|
+
"name": "authentication.clientId",
|
|
117
|
+
"type": "zeebe:property"
|
|
118
|
+
},
|
|
119
|
+
"condition": {
|
|
120
|
+
"property": "authentication.type",
|
|
121
|
+
"equals": "clientCredentials",
|
|
122
|
+
"type": "simple"
|
|
123
|
+
},
|
|
124
|
+
"type": "String"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"id": "authentication.credentials.tenantId",
|
|
128
|
+
"label": "Tenant ID",
|
|
129
|
+
"description": "The tenant ID of the application",
|
|
130
|
+
"optional": false,
|
|
131
|
+
"constraints": {
|
|
132
|
+
"notEmpty": true
|
|
133
|
+
},
|
|
134
|
+
"feel": "optional",
|
|
135
|
+
"group": "authentication",
|
|
136
|
+
"binding": {
|
|
137
|
+
"name": "authentication.tenantId",
|
|
138
|
+
"type": "zeebe:property"
|
|
139
|
+
},
|
|
140
|
+
"condition": {
|
|
141
|
+
"property": "authentication.type",
|
|
142
|
+
"equals": "clientCredentials",
|
|
143
|
+
"type": "simple"
|
|
144
|
+
},
|
|
145
|
+
"type": "String"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"id": "authentication.credentials.clientSecret",
|
|
149
|
+
"label": "Client secret",
|
|
150
|
+
"description": "The secret value of the Azure AD application",
|
|
151
|
+
"optional": false,
|
|
152
|
+
"constraints": {
|
|
153
|
+
"notEmpty": true
|
|
154
|
+
},
|
|
155
|
+
"feel": "optional",
|
|
156
|
+
"group": "authentication",
|
|
157
|
+
"binding": {
|
|
158
|
+
"name": "authentication.clientSecret",
|
|
159
|
+
"type": "zeebe:property"
|
|
160
|
+
},
|
|
161
|
+
"condition": {
|
|
162
|
+
"property": "authentication.type",
|
|
163
|
+
"equals": "clientCredentials",
|
|
164
|
+
"type": "simple"
|
|
165
|
+
},
|
|
166
|
+
"type": "String"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"id": "authentication.refresh.token",
|
|
170
|
+
"label": "Refresh token",
|
|
171
|
+
"optional": false,
|
|
172
|
+
"constraints": {
|
|
173
|
+
"notEmpty": true
|
|
174
|
+
},
|
|
175
|
+
"feel": "optional",
|
|
176
|
+
"group": "authentication",
|
|
177
|
+
"binding": {
|
|
178
|
+
"name": "authentication.token",
|
|
179
|
+
"type": "zeebe:property"
|
|
180
|
+
},
|
|
181
|
+
"condition": {
|
|
182
|
+
"property": "authentication.type",
|
|
183
|
+
"equals": "refresh",
|
|
184
|
+
"type": "simple"
|
|
185
|
+
},
|
|
186
|
+
"type": "String"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"id": "authentication.refresh.clientId",
|
|
190
|
+
"label": "Client ID",
|
|
191
|
+
"description": "The client ID of the application",
|
|
192
|
+
"optional": false,
|
|
193
|
+
"constraints": {
|
|
194
|
+
"notEmpty": true
|
|
195
|
+
},
|
|
196
|
+
"feel": "optional",
|
|
197
|
+
"group": "authentication",
|
|
198
|
+
"binding": {
|
|
199
|
+
"name": "authentication.clientId",
|
|
200
|
+
"type": "zeebe:property"
|
|
201
|
+
},
|
|
202
|
+
"condition": {
|
|
203
|
+
"property": "authentication.type",
|
|
204
|
+
"equals": "refresh",
|
|
205
|
+
"type": "simple"
|
|
206
|
+
},
|
|
207
|
+
"type": "String"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"id": "authentication.refresh.tenantId",
|
|
211
|
+
"label": "Tenant ID",
|
|
212
|
+
"description": "The tenant ID of the application",
|
|
213
|
+
"optional": false,
|
|
214
|
+
"constraints": {
|
|
215
|
+
"notEmpty": true
|
|
216
|
+
},
|
|
217
|
+
"feel": "optional",
|
|
218
|
+
"group": "authentication",
|
|
219
|
+
"binding": {
|
|
220
|
+
"name": "authentication.tenantId",
|
|
221
|
+
"type": "zeebe:property"
|
|
222
|
+
},
|
|
223
|
+
"condition": {
|
|
224
|
+
"property": "authentication.type",
|
|
225
|
+
"equals": "refresh",
|
|
226
|
+
"type": "simple"
|
|
227
|
+
},
|
|
228
|
+
"type": "String"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"id": "authentication.refresh.clientSecret",
|
|
232
|
+
"label": "Client secret",
|
|
233
|
+
"description": "The secret value of the Azure AD application; optional, depends on whether the client is public or private",
|
|
234
|
+
"optional": true,
|
|
235
|
+
"feel": "optional",
|
|
236
|
+
"group": "authentication",
|
|
237
|
+
"binding": {
|
|
238
|
+
"name": "authentication.clientSecret",
|
|
239
|
+
"type": "zeebe:property"
|
|
240
|
+
},
|
|
241
|
+
"condition": {
|
|
242
|
+
"property": "authentication.type",
|
|
243
|
+
"equals": "refresh",
|
|
244
|
+
"type": "simple"
|
|
245
|
+
},
|
|
246
|
+
"type": "String"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"id": "pollingConfig.userId",
|
|
250
|
+
"label": "Mailbox Owner",
|
|
251
|
+
"optional": false,
|
|
252
|
+
"constraints": {
|
|
253
|
+
"notEmpty": true
|
|
254
|
+
},
|
|
255
|
+
"feel": "optional",
|
|
256
|
+
"group": "pollingConfig",
|
|
257
|
+
"binding": {
|
|
258
|
+
"name": "pollingConfig.userId",
|
|
259
|
+
"type": "zeebe:property"
|
|
260
|
+
},
|
|
261
|
+
"tooltip": "The email address or user ID of the mailbox to monitor (e.g., user@example.com). <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-o365-mail-inbound/#configuration\" target=\"_blank\">Learn more</a>",
|
|
262
|
+
"type": "String"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"id": "pollingConfig.folder.folderSpecification",
|
|
266
|
+
"label": "Folder Identifier Type",
|
|
267
|
+
"description": "Prefer using a folder ID if you are using a well known folder otherwise use the folder name",
|
|
268
|
+
"value": "byId",
|
|
269
|
+
"group": "pollingConfig",
|
|
270
|
+
"binding": {
|
|
271
|
+
"name": "pollingConfig.folder.folderSpecification",
|
|
272
|
+
"type": "zeebe:property"
|
|
273
|
+
},
|
|
274
|
+
"type": "Dropdown",
|
|
275
|
+
"choices": [
|
|
276
|
+
{
|
|
277
|
+
"name": "Folder ID",
|
|
278
|
+
"value": "byId"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"name": "Folder Name",
|
|
282
|
+
"value": "byName"
|
|
283
|
+
}
|
|
284
|
+
]
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"id": "pollingConfig.folder.folderId",
|
|
288
|
+
"label": "Folder ID",
|
|
289
|
+
"optional": false,
|
|
290
|
+
"value": "inbox",
|
|
291
|
+
"constraints": {
|
|
292
|
+
"notEmpty": true
|
|
293
|
+
},
|
|
294
|
+
"feel": "optional",
|
|
295
|
+
"group": "pollingConfig",
|
|
296
|
+
"binding": {
|
|
297
|
+
"name": "pollingConfig.folder.folderId",
|
|
298
|
+
"type": "zeebe:property"
|
|
299
|
+
},
|
|
300
|
+
"condition": {
|
|
301
|
+
"property": "pollingConfig.folder.folderSpecification",
|
|
302
|
+
"equals": "byId",
|
|
303
|
+
"type": "simple"
|
|
304
|
+
},
|
|
305
|
+
"tooltip": "The well-known folder ID or custom folder ID. <a href='https://learn.microsoft.com/en-us/graph/api/resources/mailfolder?view=graph-rest-1.0#properties' target='_blank'>See folder properties in the API</a>",
|
|
306
|
+
"type": "String"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"id": "pollingConfig.folder.folderName",
|
|
310
|
+
"label": "Folder Name",
|
|
311
|
+
"optional": false,
|
|
312
|
+
"constraints": {
|
|
313
|
+
"notEmpty": true
|
|
314
|
+
},
|
|
315
|
+
"feel": "optional",
|
|
316
|
+
"group": "pollingConfig",
|
|
317
|
+
"binding": {
|
|
318
|
+
"name": "pollingConfig.folder.folderName",
|
|
319
|
+
"type": "zeebe:property"
|
|
320
|
+
},
|
|
321
|
+
"condition": {
|
|
322
|
+
"property": "pollingConfig.folder.folderSpecification",
|
|
323
|
+
"equals": "byName",
|
|
324
|
+
"type": "simple"
|
|
325
|
+
},
|
|
326
|
+
"tooltip": "The display name of the folder. Must be unique within the mailbox.",
|
|
327
|
+
"type": "String"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"id": "pollingConfig.pollingInterval",
|
|
331
|
+
"label": "Polling interval",
|
|
332
|
+
"optional": false,
|
|
333
|
+
"value": "PT30S",
|
|
334
|
+
"feel": "optional",
|
|
335
|
+
"group": "pollingConfig",
|
|
336
|
+
"binding": {
|
|
337
|
+
"name": "pollingConfig.pollingInterval",
|
|
338
|
+
"type": "zeebe:property"
|
|
339
|
+
},
|
|
340
|
+
"tooltip": "The interval between email polling requests, defined as ISO 8601 duration format. <a href='https://docs.camunda.io/docs/components/modeler/bpmn/timer-events/#time-duration' target='_blank'>How to configure a time duration</a>",
|
|
341
|
+
"type": "String"
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"id": "pollingConfig.filterCriteria.filterSpecification",
|
|
345
|
+
"label": "Filter Specification",
|
|
346
|
+
"description": "Use predefined filter conditions or provide your own OData filter string",
|
|
347
|
+
"value": "simple",
|
|
348
|
+
"group": "pollingConfig",
|
|
349
|
+
"binding": {
|
|
350
|
+
"name": "pollingConfig.filterCriteria.filterSpecification",
|
|
351
|
+
"type": "zeebe:property"
|
|
352
|
+
},
|
|
353
|
+
"type": "Dropdown",
|
|
354
|
+
"choices": [
|
|
355
|
+
{
|
|
356
|
+
"name": "Simple",
|
|
357
|
+
"value": "simple"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"name": "Advanced",
|
|
361
|
+
"value": "advanced"
|
|
362
|
+
}
|
|
363
|
+
]
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"id": "pollingConfig.filterCriteria.onlyUnread",
|
|
367
|
+
"label": "Only Unread",
|
|
368
|
+
"optional": false,
|
|
369
|
+
"value": true,
|
|
370
|
+
"feel": "static",
|
|
371
|
+
"group": "pollingConfig",
|
|
372
|
+
"binding": {
|
|
373
|
+
"name": "pollingConfig.filterCriteria.onlyUnread",
|
|
374
|
+
"type": "zeebe:property"
|
|
375
|
+
},
|
|
376
|
+
"condition": {
|
|
377
|
+
"property": "pollingConfig.filterCriteria.filterSpecification",
|
|
378
|
+
"equals": "simple",
|
|
379
|
+
"type": "simple"
|
|
380
|
+
},
|
|
381
|
+
"tooltip": "Only fetch unread emails",
|
|
382
|
+
"type": "Boolean"
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"id": "pollingConfig.filterCriteria.subjectContains",
|
|
386
|
+
"label": "Subject Contains",
|
|
387
|
+
"optional": true,
|
|
388
|
+
"feel": "optional",
|
|
389
|
+
"group": "pollingConfig",
|
|
390
|
+
"binding": {
|
|
391
|
+
"name": "pollingConfig.filterCriteria.subjectContains",
|
|
392
|
+
"type": "zeebe:property"
|
|
393
|
+
},
|
|
394
|
+
"condition": {
|
|
395
|
+
"property": "pollingConfig.filterCriteria.filterSpecification",
|
|
396
|
+
"equals": "simple",
|
|
397
|
+
"type": "simple"
|
|
398
|
+
},
|
|
399
|
+
"tooltip": "Only fetch emails where subject contains this text (case-sensitive)",
|
|
400
|
+
"type": "String"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"id": "pollingConfig.filterCriteria.fromAddress",
|
|
404
|
+
"label": "From Email Address",
|
|
405
|
+
"optional": true,
|
|
406
|
+
"feel": "optional",
|
|
407
|
+
"group": "pollingConfig",
|
|
408
|
+
"binding": {
|
|
409
|
+
"name": "pollingConfig.filterCriteria.fromAddress",
|
|
410
|
+
"type": "zeebe:property"
|
|
411
|
+
},
|
|
412
|
+
"condition": {
|
|
413
|
+
"property": "pollingConfig.filterCriteria.filterSpecification",
|
|
414
|
+
"equals": "simple",
|
|
415
|
+
"type": "simple"
|
|
416
|
+
},
|
|
417
|
+
"tooltip": "Only fetch emails from this sender address (exact match, e.g. 'invoice@vendor.com')",
|
|
418
|
+
"type": "String"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"id": "pollingConfig.filterCriteria.filterString",
|
|
422
|
+
"label": "OData Filter String",
|
|
423
|
+
"optional": false,
|
|
424
|
+
"constraints": {
|
|
425
|
+
"notEmpty": true
|
|
426
|
+
},
|
|
427
|
+
"group": "pollingConfig",
|
|
428
|
+
"binding": {
|
|
429
|
+
"name": "pollingConfig.filterCriteria.filterString",
|
|
430
|
+
"type": "zeebe:property"
|
|
431
|
+
},
|
|
432
|
+
"condition": {
|
|
433
|
+
"property": "pollingConfig.filterCriteria.filterSpecification",
|
|
434
|
+
"equals": "advanced",
|
|
435
|
+
"type": "simple"
|
|
436
|
+
},
|
|
437
|
+
"tooltip": "A custom OData filter expression. <a href='https://learn.microsoft.com/en-us/graph/filter-query-parameter' target='_blank'>See OData filter documentation</a>",
|
|
438
|
+
"type": "String"
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"id": "operation.processingOperationDiscriminator",
|
|
442
|
+
"label": "Postprocessing configuration",
|
|
443
|
+
"value": "mark-read",
|
|
444
|
+
"group": "postprocessing",
|
|
445
|
+
"binding": {
|
|
446
|
+
"name": "operation.processingOperationDiscriminator",
|
|
447
|
+
"type": "zeebe:property"
|
|
448
|
+
},
|
|
449
|
+
"type": "Dropdown",
|
|
450
|
+
"choices": [
|
|
451
|
+
{
|
|
452
|
+
"name": "Delete",
|
|
453
|
+
"value": "delete"
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"name": "Mark as Read",
|
|
457
|
+
"value": "mark-read"
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"name": "Move to other folder",
|
|
461
|
+
"value": "move"
|
|
462
|
+
}
|
|
463
|
+
]
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"id": "operation.force",
|
|
467
|
+
"label": "Force delete (email is permanently deleted)",
|
|
468
|
+
"optional": false,
|
|
469
|
+
"value": false,
|
|
470
|
+
"feel": "static",
|
|
471
|
+
"group": "postprocessing",
|
|
472
|
+
"binding": {
|
|
473
|
+
"name": "operation.force",
|
|
474
|
+
"type": "zeebe:property"
|
|
475
|
+
},
|
|
476
|
+
"condition": {
|
|
477
|
+
"property": "operation.processingOperationDiscriminator",
|
|
478
|
+
"equals": "delete",
|
|
479
|
+
"type": "simple"
|
|
480
|
+
},
|
|
481
|
+
"type": "Boolean"
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"id": "operation.targetFolder.folderSpecification",
|
|
485
|
+
"label": "Folder Identifier Type",
|
|
486
|
+
"description": "Prefer using a folder ID if you are using a well known folder otherwise use the folder name",
|
|
487
|
+
"value": "byId",
|
|
488
|
+
"group": "postprocessing",
|
|
489
|
+
"binding": {
|
|
490
|
+
"name": "operation.targetFolder.folderSpecification",
|
|
491
|
+
"type": "zeebe:property"
|
|
492
|
+
},
|
|
493
|
+
"condition": {
|
|
494
|
+
"property": "operation.processingOperationDiscriminator",
|
|
495
|
+
"equals": "move",
|
|
496
|
+
"type": "simple"
|
|
497
|
+
},
|
|
498
|
+
"type": "Dropdown",
|
|
499
|
+
"choices": [
|
|
500
|
+
{
|
|
501
|
+
"name": "Folder ID",
|
|
502
|
+
"value": "byId"
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"name": "Folder Name",
|
|
506
|
+
"value": "byName"
|
|
507
|
+
}
|
|
508
|
+
]
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"id": "operation.targetFolder.folderId",
|
|
512
|
+
"label": "Folder ID",
|
|
513
|
+
"optional": false,
|
|
514
|
+
"value": "inbox",
|
|
515
|
+
"constraints": {
|
|
516
|
+
"notEmpty": true
|
|
517
|
+
},
|
|
518
|
+
"feel": "optional",
|
|
519
|
+
"group": "postprocessing",
|
|
520
|
+
"binding": {
|
|
521
|
+
"name": "operation.targetFolder.folderId",
|
|
522
|
+
"type": "zeebe:property"
|
|
523
|
+
},
|
|
524
|
+
"condition": {
|
|
525
|
+
"allMatch": [
|
|
526
|
+
{
|
|
527
|
+
"property": "operation.targetFolder.folderSpecification",
|
|
528
|
+
"equals": "byId",
|
|
529
|
+
"type": "simple"
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"property": "operation.processingOperationDiscriminator",
|
|
533
|
+
"equals": "move",
|
|
534
|
+
"type": "simple"
|
|
535
|
+
}
|
|
536
|
+
]
|
|
537
|
+
},
|
|
538
|
+
"tooltip": "The well-known folder ID or custom folder ID. <a href='https://learn.microsoft.com/en-us/graph/api/resources/mailfolder?view=graph-rest-1.0#properties' target='_blank'>See folder properties in the API</a>",
|
|
539
|
+
"type": "String"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"id": "operation.targetFolder.folderName",
|
|
543
|
+
"label": "Folder Name",
|
|
544
|
+
"optional": false,
|
|
545
|
+
"constraints": {
|
|
546
|
+
"notEmpty": true
|
|
547
|
+
},
|
|
548
|
+
"feel": "optional",
|
|
549
|
+
"group": "postprocessing",
|
|
550
|
+
"binding": {
|
|
551
|
+
"name": "operation.targetFolder.folderName",
|
|
552
|
+
"type": "zeebe:property"
|
|
553
|
+
},
|
|
554
|
+
"condition": {
|
|
555
|
+
"allMatch": [
|
|
556
|
+
{
|
|
557
|
+
"property": "operation.targetFolder.folderSpecification",
|
|
558
|
+
"equals": "byName",
|
|
559
|
+
"type": "simple"
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"property": "operation.processingOperationDiscriminator",
|
|
563
|
+
"equals": "move",
|
|
564
|
+
"type": "simple"
|
|
565
|
+
}
|
|
566
|
+
]
|
|
567
|
+
},
|
|
568
|
+
"tooltip": "The display name of the folder. Must be unique within the mailbox.",
|
|
569
|
+
"type": "String"
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"id": "activationCondition",
|
|
573
|
+
"label": "Activation condition",
|
|
574
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
575
|
+
"optional": true,
|
|
576
|
+
"feel": "required",
|
|
577
|
+
"group": "activation",
|
|
578
|
+
"binding": {
|
|
579
|
+
"name": "activationCondition",
|
|
580
|
+
"type": "zeebe:property"
|
|
581
|
+
},
|
|
582
|
+
"type": "String"
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"id": "correlationRequired",
|
|
586
|
+
"label": "Subprocess correlation required",
|
|
587
|
+
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
588
|
+
"value": "notRequired",
|
|
589
|
+
"group": "correlation",
|
|
590
|
+
"binding": {
|
|
591
|
+
"name": "correlationRequired",
|
|
592
|
+
"type": "zeebe:property"
|
|
593
|
+
},
|
|
594
|
+
"type": "Dropdown",
|
|
595
|
+
"choices": [
|
|
596
|
+
{
|
|
597
|
+
"name": "Correlation not required",
|
|
598
|
+
"value": "notRequired"
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"name": "Correlation required",
|
|
602
|
+
"value": "required"
|
|
603
|
+
}
|
|
604
|
+
]
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"id": "correlationKeyProcess",
|
|
608
|
+
"label": "Correlation key (process)",
|
|
609
|
+
"description": "Sets up the correlation key from process variables",
|
|
610
|
+
"constraints": {
|
|
611
|
+
"notEmpty": true
|
|
612
|
+
},
|
|
613
|
+
"feel": "required",
|
|
614
|
+
"group": "correlation",
|
|
615
|
+
"binding": {
|
|
616
|
+
"name": "correlationKey",
|
|
617
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
618
|
+
},
|
|
619
|
+
"condition": {
|
|
620
|
+
"property": "correlationRequired",
|
|
621
|
+
"equals": "required",
|
|
622
|
+
"type": "simple"
|
|
623
|
+
},
|
|
624
|
+
"type": "String"
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"id": "correlationKeyPayload",
|
|
628
|
+
"label": "Correlation key (payload)",
|
|
629
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
630
|
+
"constraints": {
|
|
631
|
+
"notEmpty": true
|
|
632
|
+
},
|
|
633
|
+
"feel": "required",
|
|
634
|
+
"group": "correlation",
|
|
635
|
+
"binding": {
|
|
636
|
+
"name": "correlationKeyExpression",
|
|
637
|
+
"type": "zeebe:property"
|
|
638
|
+
},
|
|
639
|
+
"condition": {
|
|
640
|
+
"property": "correlationRequired",
|
|
641
|
+
"equals": "required",
|
|
642
|
+
"type": "simple"
|
|
643
|
+
},
|
|
644
|
+
"type": "String"
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"id": "messageIdExpression",
|
|
648
|
+
"label": "Message ID expression",
|
|
649
|
+
"description": "Expression to extract unique identifier of a message",
|
|
650
|
+
"optional": true,
|
|
651
|
+
"feel": "required",
|
|
652
|
+
"group": "correlation",
|
|
653
|
+
"binding": {
|
|
654
|
+
"name": "messageIdExpression",
|
|
655
|
+
"type": "zeebe:property"
|
|
656
|
+
},
|
|
657
|
+
"type": "String"
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"id": "messageTtl",
|
|
661
|
+
"label": "Message TTL",
|
|
662
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
663
|
+
"optional": true,
|
|
664
|
+
"constraints": {
|
|
665
|
+
"notEmpty": false,
|
|
666
|
+
"pattern": {
|
|
667
|
+
"value": "^(PT.*|)$",
|
|
668
|
+
"message": "must be an ISO-8601 duration"
|
|
669
|
+
}
|
|
670
|
+
},
|
|
671
|
+
"feel": "optional",
|
|
672
|
+
"group": "correlation",
|
|
673
|
+
"binding": {
|
|
674
|
+
"name": "messageTtl",
|
|
675
|
+
"type": "zeebe:property"
|
|
676
|
+
},
|
|
677
|
+
"type": "String"
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"id": "messageNameUuid",
|
|
681
|
+
"generatedValue": {
|
|
682
|
+
"type": "uuid"
|
|
683
|
+
},
|
|
684
|
+
"group": "correlation",
|
|
685
|
+
"binding": {
|
|
686
|
+
"name": "name",
|
|
687
|
+
"type": "bpmn:Message#property"
|
|
688
|
+
},
|
|
689
|
+
"type": "Hidden"
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"id": "resultVariable",
|
|
693
|
+
"label": "Result variable",
|
|
694
|
+
"description": "Name of variable to store the response in",
|
|
695
|
+
"group": "output",
|
|
696
|
+
"binding": {
|
|
697
|
+
"name": "resultVariable",
|
|
698
|
+
"type": "zeebe:property"
|
|
699
|
+
},
|
|
700
|
+
"type": "String"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"id": "resultExpression",
|
|
704
|
+
"label": "Result expression",
|
|
705
|
+
"description": "Expression to map the response into process variables",
|
|
706
|
+
"feel": "required",
|
|
707
|
+
"group": "output",
|
|
708
|
+
"binding": {
|
|
709
|
+
"name": "resultExpression",
|
|
710
|
+
"type": "zeebe:property"
|
|
711
|
+
},
|
|
712
|
+
"type": "Text"
|
|
713
|
+
}
|
|
714
|
+
],
|
|
715
|
+
"icon": {
|
|
716
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0nMTYnIHdpZHRoPScxNicgdmlld0JveD0nLTI3NC42NjI3NSAtNDI1LjgzNCAyMzgwLjQxMDUgMjU1NS4wMDQnPgogICAgPHBhdGggZD0nTTE4MzEuMDgzIDg5NC4yNWE0MC44NzkgNDAuODc5IDAgMDAtMTkuNTAzLTM1LjEzMWgtLjIxM2wtLjc2Ny0uNDI2LTYzNC40OTItMzc1LjU4NWE4Ni4xNzUgODYuMTc1IDAgMDAtOC41MTctNS4wNjcgODUuMTcgODUuMTcgMCAwMC03OC4wOTggMCA4Ni4zNyA4Ni4zNyAwIDAwLTguNTE3IDUuMDY3bC02MzQuNDkgMzc1LjU4NS0uNzY2LjQyNmMtMTkuMzkyIDEyLjA1OS0yNS4zMzcgMzcuNTU2LTEzLjI3OCA1Ni45NDhhNDEuMzQ2IDQxLjM0NiAwIDAwMTQuMjU3IDEzLjg2OGw2MzQuNDkyIDM3NS41ODVhOTUuNjE3IDk1LjYxNyAwIDAwOC41MTcgNS4wNjggODUuMTcgODUuMTcgMCAwMDc4LjA5OCAwIDk1LjUyIDk1LjUyIDAgMDA4LjUxNy01LjA2OGw2MzQuNDkyLTM3NS41ODVhNDAuODQgNDAuODQgMCAwMDIwLjI2OC0zNS42ODV6JyBmaWxsPScjMEEyNzY3Jy8+CiAgICA8cGF0aCBkPSdNNTIwLjQ1MyA2NDMuNDc3aDQxNi4zOHYzODEuNjc0aC00MTYuMzh6TTE3NDUuOTE3IDI1NS41VjgwLjkwOGMxLTQzLjY1Mi0zMy41NTItNzkuODYyLTc3LjIwMy04MC45MDhINTg4LjIwNEM1NDQuNTUyIDEuMDQ2IDUxMCAzNy4yNTYgNTExIDgwLjkwOFYyNTUuNWw2MzguNzUgMTcwLjMzM3onIGZpbGw9JyMwMzY0QjgnLz4KICAgIDxwYXRoIGQ9J001MTEgMjU1LjVoNDI1LjgzM3YzODMuMjVINTExeicgZmlsbD0nIzAwNzhENCcvPgogICAgPHBhdGggZD0nTTEzNjIuNjY3IDI1NS41SDkzNi44MzN2MzgzLjI1TDEzNjIuNjY3IDEwMjJoMzgzLjI1VjYzOC43NXonIGZpbGw9JyMyOEE4RUEnLz4KICAgIDxwYXRoIGQ9J005MzYuODMzIDYzOC43NWg0MjUuODMzVjEwMjJIOTM2LjgzM3onIGZpbGw9JyMwMDc4RDQnLz4KICAgIDxwYXRoIGQ9J005MzYuODMzIDEwMjJoNDI1LjgzM3YzODMuMjVIOTM2LjgzM3onIGZpbGw9JyMwMzY0QjgnLz4KICAgIDxwYXRoIGQ9J001MjAuNDUzIDEwMjUuMTUxaDQxNi4zOHYzNDYuOTY5aC00MTYuMzh6JyBmaWxsPScjMTQ0NDdEJy8+CiAgICA8cGF0aCBkPSdNMTM2Mi42NjcgMTAyMmgzODMuMjV2MzgzLjI1aC0zODMuMjV6JyBmaWxsPScjMDA3OEQ0Jy8+CiAgICA8bGluZWFyR3JhZGllbnQgZ3JhZGllbnRUcmFuc2Zvcm09J21hdHJpeCgxIDAgMCAtMSAwIDE3MDUuMzMzKScgeTI9JzEuOTk4JyB4Mj0nMTEyOC40NTgnIHkxPSc4MTEuMDgzJyB4MT0nMTEyOC40NTgnIGdyYWRpZW50VW5pdHM9J3VzZXJTcGFjZU9uVXNlJyBpZD0nYSc+CiAgICAgICAgPHN0b3Agb2Zmc2V0PScwJyBzdG9wLWNvbG9yPScjMzViOGYxJy8+CiAgICAgICAgPHN0b3Agb2Zmc2V0PScxJyBzdG9wLWNvbG9yPScjMjhhOGVhJy8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogICAgPHBhdGggZD0nTTE4MTEuNTggOTI3LjU5M2wtLjgwOS40MjYtNjM0LjQ5MiAzNTYuODQ4Yy0yLjc2OCAxLjcwMy01LjU3OCAzLjMyMS04LjUxNyA0Ljc2OWE4OC40MzcgODguNDM3IDAgMDEtMzQuNDA3IDguNTE3bC0zNC42NjMtMjAuMjdhODYuNzA2IDg2LjcwNiAwIDAxLTguNTE3LTQuODk3TDQ0Ny4xNjcgOTA2LjAwM2gtLjI5OGwtMjEuMDM2LTExLjc1M3Y3MjIuMzg0Yy4zMjggNDguMTk2IDM5LjY1MyA4Ny4wMDYgODcuODQ5IDg2LjdoMTIzMC45MTRjLjcyNCAwIDEuMzYzLS4zNDEgMi4xMjktLjM0MWExMDcuNzkgMTA3Ljc5IDAgMDAyOS44MDgtNi4yMTcgODYuMDY2IDg2LjA2NiAwIDAwMTEuOTY2LTYuMjE3YzIuODUzLTEuNjE4IDcuNzUtNS4xNTIgNy43NS01LjE1MmE4NS45NzQgODUuOTc0IDAgMDAzNC44MzMtNjguNzcyVjg5NC4yNWEzOC4zMjMgMzguMzIzIDAgMDEtMTkuNTAyIDMzLjM0M3onIGZpbGw9J3VybCgjYSknLz4KICAgIDxwYXRoIGQ9J00xNzk3LjAxNyA4OTEuMzk3djQ0LjI4N2wtNjYzLjQ0OCA0NTYuNzkxLTY4Ni44Ny00ODYuMTc0YS40MjYuNDI2IDAgMDAtLjQyNi0uNDI2bC02My4wMjMtMzcuODk5di0zMS45MzhsMjUuOTc2LS40MjYgNTQuOTMyIDMxLjUxMiAxLjI3Ny40MjYgNC42ODQgMi45ODFzNjQ1LjU2MyAzNjguMzQ2IDY0Ny4yNjcgMzY5LjE5N2wyNC42OTggMTQuNDc4YzIuMTI5LS44NTIgNC4yNTgtMS43MDMgNi44MTMtMi41NTUgMS4yNzgtLjg1MiA2NDAuODc5LTM2MC42ODEgNjQwLjg3OS0zNjAuNjgxeicgZmlsbD0nIzBBMjc2Nycgb3BhY2l0eT0nLjUnLz4KICAgIDxwYXRoIGQ9J00xODExLjU4IDkyNy41OTNsLS44MDkuNDY4LTYzNC40OTIgMzU2Ljg0OGMtMi43NjggMS43MDMtNS41NzggMy4zMjEtOC41MTcgNC43NjlhODguOTYgODguOTYgMCAwMS03OC4wOTggMCA5Ni41NzggOTYuNTc4IDAgMDEtOC41MTctNC43NjlsLTYzNC40OS0zNTYuODQ4LS43NjYtLjQ2OGEzOC4zMjYgMzguMzI2IDAgMDEtMjAuMDU3LTMzLjM0M3Y3MjIuMzg0Yy4zMDUgNDguMTg4IDM5LjYxNiA4Ny4wMDQgODcuODAzIDg2LjdoMTIyOS42NGM0OC4xODguMzA3IDg3LjUtMzguNTA5IDg3LjgwNy04Ni42OTYgMC0uMDAxIDAgMCAwIDBWODk0LjI1YTM4LjMzIDM4LjMzIDAgMDEtMTkuNTA0IDMzLjM0M3onIGZpbGw9JyMxNDkwREYnLz4KICAgIDxwYXRoIGQ9J00xMTg1LjUyIDEyNzkuNjI5bC05LjQ5NiA1LjMyM2E5Mi44MDYgOTIuODA2IDAgMDEtOC41MTcgNC44MTIgODguMTczIDg4LjE3MyAwIDAxLTMzLjQ3IDguODU3bDI0MS40MDUgMjg1LjQ3OSA0MjEuMTA3IDEwMS40NzZhODYuNzg1IDg2Ljc4NSAwIDAwMjYuNy0zMy4zNDN6JyBvcGFjaXR5PScuMScvPgogICAgPHBhdGggZD0nTTEyMjguNTI5IDEyNTUuNDQybC01Mi41MDUgMjkuNTFhOTIuODA2IDkyLjgwNiAwIDAxLTguNTE3IDQuODEyIDg4LjE3MyA4OC4xNzMgMCAwMS0zMy40NyA4Ljg1N2wxMTMuMTAxIDMxMS44MzggNTQ5LjUzOCA3NC45ODlhODYuMTA0IDg2LjEwNCAwIDAwMzQuNDA3LTY4LjgxNXYtOS4zMjZ6JyBvcGFjaXR5PScuMDUnLz4KICAgIDxwYXRoIGQ9J001MTQuODMzIDE3MDMuMzMzaDEyMjguMzE2YTg4LjMxNiA4OC4zMTYgMCAwMDUyLjU5LTE3LjAzM2wtNjk3LjA4OS00MDguMzMxYTg2LjcwNiA4Ni43MDYgMCAwMS04LjUxNy00Ljg5N0w0NDcuMTI1IDkwNi4wODhoLS4yOThsLTIwLjk5My0xMS44Mzh2NzE5LjkxNGMtLjA0OCA0OS4yIDM5Ljc5OCA4OS4xMjIgODguOTk5IDg5LjE2OS0uMDAxIDAtLjAwMSAwIDAgMHonIGZpbGw9JyMyOEE4RUEnLz4KICAgIDxwYXRoIGQ9J00xMDIyIDQxOC43MjJ2OTA4LjMwM2MtLjA3NiAzMS44NDYtMTkuNDQgNjAuNDcxLTQ4Ljk3MSA3Mi4zOTJhNzMuMzgyIDczLjM4MiAwIDAxLTI4Ljk1NyA1Ljk2Mkg0MjUuODMzVjM4My4yNUg1MTF2LTQyLjU4M2g0MzMuMDczYzQzLjAxOS4xNjMgNzcuODM0IDM1LjAzNSA3Ny45MjcgNzguMDU1eicgb3BhY2l0eT0nLjEnLz4KICAgIDxwYXRoIGQ9J005NzkuNDE3IDQ2MS4zMDV2OTA4LjMwMmE2OS4zNiA2OS4zNiAwIDAxLTYuMzg4IDI5LjgwOGMtMTEuODI2IDI5LjE0OS00MC4wODMgNDguMjczLTcxLjU0IDQ4LjQxN0g0MjUuODMzVjM4My4yNWg0NzUuNjU2YTcxLjQ5MyA3MS40OTMgMCAwMTM1LjM0NCA4Ljk0M2MyNi4xMDQgMTMuMTUxIDQyLjU3NCAzOS44ODMgNDIuNTg0IDY5LjExMnonIG9wYWNpdHk9Jy4yJy8+CiAgICA8cGF0aCBkPSdNOTc5LjQxNyA0NjEuMzA1djgyMy4xMzZjLS4yMDggNDMtMzQuOTI4IDc3Ljg1My03Ny45MjcgNzguMjI1SDQyNS44MzNWMzgzLjI1aDQ3NS42NTZhNzEuNDkzIDcxLjQ5MyAwIDAxMzUuMzQ0IDguOTQzYzI2LjEwNCAxMy4xNTEgNDIuNTc0IDM5Ljg4MyA0Mi41ODQgNjkuMTEyeicgb3BhY2l0eT0nLjInLz4KICAgIDxwYXRoIGQ9J005MzYuODMzIDQ2MS4zMDV2ODIzLjEzNmMtLjA0NiA0My4wNjctMzQuODYxIDc4LjAxNS03Ny45MjcgNzguMjI1SDQyNS44MzNWMzgzLjI1aDQzMy4wNzJjNDMuMDYyLjAyMyA3Ny45NTEgMzQuOTUxIDc3LjkyNyA3OC4wMTNhLjU4OS41ODkgMCAwMS4wMDEuMDQyeicgb3BhY2l0eT0nLjInLz4KICAgIDxsaW5lYXJHcmFkaWVudCBncmFkaWVudFRyYW5zZm9ybT0nbWF0cml4KDEgMCAwIC0xIDAgMTcwNS4zMzMpJyB5Mj0nMzI0LjI1OScgeDI9Jzc3NC4wODYnIHkxPScxMzgzLjA3NCcgeDE9JzE2Mi43NDcnIGdyYWRpZW50VW5pdHM9J3VzZXJTcGFjZU9uVXNlJyBpZD0nYic+CiAgICAgICAgPHN0b3Agb2Zmc2V0PScwJyBzdG9wLWNvbG9yPScjMTc4NGQ5Jy8+CiAgICAgICAgPHN0b3Agb2Zmc2V0PScuNScgc3RvcC1jb2xvcj0nIzEwN2FkNScvPgogICAgICAgIDxzdG9wIG9mZnNldD0nMScgc3RvcC1jb2xvcj0nIzBhNjNjOScvPgogICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDxwYXRoIGQ9J003OC4wNTUgMzgzLjI1aDc4MC43MjNjNDMuMTA5IDAgNzguMDU1IDM0Ljk0NyA3OC4wNTUgNzguMDU1djc4MC43MjNjMCA0My4xMDktMzQuOTQ2IDc4LjA1NS03OC4wNTUgNzguMDU1SDc4LjA1NWMtNDMuMTA5IDAtNzguMDU1LTM0Ljk0Ny03OC4wNTUtNzguMDU1VjQ2MS4zMDVjMC00My4xMDggMzQuOTQ3LTc4LjA1NSA3OC4wNTUtNzguMDU1eicgZmlsbD0ndXJsKCNiKScvPgogICAgPHBhdGggZD0nTTI0My45NiA3MTAuNjMxYTIyNy4wNSAyMjcuMDUgMCAwMTg5LjE3LTk4LjQ5NSAyNjkuNTYgMjY5LjU2IDAgMDExNDEuNjc1LTM1LjUxNSAyNTAuOTEgMjUwLjkxIDAgMDExMzEuMTE0IDMzLjY4MyAyMjUuMDE0IDIyNS4wMTQgMCAwMTg2Ljc0MiA5NC4xMDkgMzAzLjc1MSAzMDMuNzUxIDAgMDEzMC40MDUgMTM4LjM5NiAzMjAuNTY3IDMyMC41NjcgMCAwMS0zMS4yOTkgMTQ0Ljc4MyAyMzAuMzcgMjMwLjM3IDAgMDEtODkuNDI1IDk3LjM4OCAyNjAuODY0IDI2MC44NjQgMCAwMS0xMzYuMDExIDM0LjU3OCAyNTYuMzU1IDI1Ni4zNTUgMCAwMS0xMzQuMDEtMzQuMDY3IDIyOC40OTcgMjI4LjQ5NyAwIDAxLTg3Ljg5Mi05NC4yOCAyOTYuNTA3IDI5Ni41MDcgMCAwMS0zMC43NDUtMTM2LjczNSAzMjkuMjkgMzI5LjI5IDAgMDEzMC4yNzYtMTQzLjg0NXptOTUuMDQ2IDIzMS4yMjdhMTQ3LjM4NiAxNDcuMzg2IDAgMDA1MC4xNjMgNjQuODEyIDEzMS4wMjggMTMxLjAyOCAwIDAwNzguMzUzIDIzLjU5MSAxMzcuMjQ0IDEzNy4yNDQgMCAwMDgzLjYzNC0yNC4zNTggMTQxLjE1NiAxNDEuMTU2IDAgMDA0OC43MTUtNjQuODEyIDI1MS41OTQgMjUxLjU5NCAwIDAwMTUuNTQzLTkwLjQwNCAyNzUuMTk4IDI3NS4xOTggMCAwMC0xNC42NDktOTEuNTU0IDE0NC43NzUgMTQ0Ljc3NSAwIDAwLTQ3LjE4Mi02Ny41MzcgMTI5LjU4IDEyOS41OCAwIDAwLTgyLjkxLTI1LjU1IDEzNS4yMDIgMTM1LjIwMiAwIDAwLTgwLjE4NCAyMy44MDQgMTQ4LjYyNiAxNDguNjI2IDAgMDAtNTEuMSA2NS4zNjUgMjU5Ljc1OSAyNTkuNzU5IDAgMDAtLjM0MSAxODYuNzI4eicgZmlsbD0nI0ZGRicvPgogICAgPHBhdGggZD0nTTEzNjIuNjY3IDI1NS41aDM4My4yNXYzODMuMjVoLTM4My4yNXonIGZpbGw9JyM1MEQ5RkYnLz4KPC9zdmc+Cg=="
|
|
717
|
+
}
|
|
718
|
+
}
|
|
719
|
+
]
|