@camunda/connectors-element-templates 1.0.4 → 1.0.5
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 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +323 -9
- package/src/element-templates/asana-connector.json +101 -101
- package/src/element-templates/automation-anywhere-outbound-connector.json +1777 -961
- package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
- package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1373 -1373
- package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +23 -23
- package/src/element-templates/aws-eventbridge-outbound-connector.json +326 -326
- package/src/element-templates/aws-lambda-outbound-connector.json +231 -231
- package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
- package/src/element-templates/aws-sns-inbound-boundary.json +285 -285
- package/src/element-templates/aws-sns-inbound-intermediate.json +33 -33
- package/src/element-templates/aws-sns-inbound-message-start.json +227 -227
- package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
- package/src/element-templates/aws-sns-outbound-connector.json +370 -370
- package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +532 -532
- package/src/element-templates/aws-sqs-outbound-connector.json +396 -396
- package/src/element-templates/aws-sqs-start-event-connector.json +389 -389
- package/src/element-templates/aws-textract-outbound-connector.json +123 -123
- package/src/element-templates/azure-blobstorage-outbound-connector.json +349 -0
- package/src/element-templates/blue-prism-connector.json +13 -13
- package/src/element-templates/box-outbound-connector.json +30 -30
- package/src/element-templates/easy-post-connector.json +121 -121
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/github-connector.json +1259 -1259
- package/src/element-templates/github-webhook-connector-boundary.json +35 -35
- package/src/element-templates/github-webhook-connector-intermediate.json +31 -31
- package/src/element-templates/github-webhook-connector-start-event.json +34 -34
- package/src/element-templates/gitlab-connector.json +3333 -3333
- package/src/element-templates/google-cloud-storage-outbound-connector.json +357 -0
- package/src/element-templates/google-drive-outbound-connector.json +414 -101
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +489 -0
- package/src/element-templates/google-sheets-outbound-connector.json +2468 -2468
- package/src/element-templates/graphql-outbound-connector.json +1113 -1113
- package/src/element-templates/http-json-connector.json +2202 -1290
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +6 -6
- package/src/element-templates/http-polling-connector.json +6 -6
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/idp-extraction-outbound-connector.json +115 -0
- package/src/element-templates/jdbc-outbound-connector.json +36 -36
- package/src/element-templates/kafka-inbound-connector-boundary.json +540 -540
- package/src/element-templates/kafka-inbound-connector-intermediate.json +585 -585
- package/src/element-templates/kafka-inbound-connector.json +603 -0
- package/src/element-templates/kafka-outbound-connector.json +261 -261
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +97 -97
- package/src/element-templates/openai-connector.json +517 -159
- package/src/element-templates/operate-connector.json +569 -53
- package/src/element-templates/power-automate-connector.json +1724 -0
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +132 -132
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +941 -941
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +459 -459
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +269 -269
- package/src/element-templates/rabbitmq-outbound-connector.json +631 -631
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +787 -255
- package/src/element-templates/slack-inbound-boundary.json +215 -215
- package/src/element-templates/slack-inbound-intermediate.json +178 -178
- package/src/element-templates/slack-inbound-message-start.json +323 -323
- package/src/element-templates/slack-inbound-start-event.json +212 -212
- package/src/element-templates/slack-outbound-connector.json +777 -522
- package/src/element-templates/twilio-connector.json +29 -29
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
- package/src/element-templates/uipath-connector.json +8 -8
- package/src/element-templates/webhook-connector-boundary.json +1133 -1133
- package/src/element-templates/webhook-connector-intermediate.json +1380 -1380
- package/src/element-templates/webhook-connector-start-event.json +1370 -1370
- package/src/element-templates/webhook-connector-start-message.json +1171 -1171
- package/src/element-templates/agenticai-aiagent-outbound-connector-8.8.0-alpha4.json +0 -843
|
@@ -0,0 +1,357 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
+
"name": "Google Cloud Storage Outbound Connector",
|
|
5
|
+
"id": "io.camunda.connectors.google.gcp.v1",
|
|
6
|
+
"description": "Upload and download files from Google Cloud Storage.",
|
|
7
|
+
"metadata": {
|
|
8
|
+
"keywords": [
|
|
9
|
+
"download file from google cloud storage",
|
|
10
|
+
"upload file to google cloud storage",
|
|
11
|
+
"download file from gcs",
|
|
12
|
+
"upload file to gcs",
|
|
13
|
+
"gcs"
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/google-cloud-storage",
|
|
17
|
+
"version": 1,
|
|
18
|
+
"category": {
|
|
19
|
+
"id": "connectors",
|
|
20
|
+
"name": "Connectors"
|
|
21
|
+
},
|
|
22
|
+
"appliesTo": ["bpmn:Task"],
|
|
23
|
+
"elementType": {
|
|
24
|
+
"value": "bpmn:ServiceTask"
|
|
25
|
+
},
|
|
26
|
+
"engines": {
|
|
27
|
+
"camunda": "^8.8"
|
|
28
|
+
},
|
|
29
|
+
"groups": [
|
|
30
|
+
{
|
|
31
|
+
"id": "authentication",
|
|
32
|
+
"label": "Authentication"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"id": "operation",
|
|
36
|
+
"label": "Operation"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"id": "additionalProperties",
|
|
40
|
+
"label": "Additional properties"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"id": "connector",
|
|
44
|
+
"label": "Connector"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"id": "output",
|
|
48
|
+
"label": "Output mapping"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"id": "error",
|
|
52
|
+
"label": "Error handling"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"id": "retries",
|
|
56
|
+
"label": "Retries"
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"properties": [
|
|
60
|
+
{
|
|
61
|
+
"value": "io.camunda:google-gcs:1",
|
|
62
|
+
"binding": {
|
|
63
|
+
"property": "type",
|
|
64
|
+
"type": "zeebe:taskDefinition"
|
|
65
|
+
},
|
|
66
|
+
"type": "Hidden"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"id": "authentication.jsonKey",
|
|
70
|
+
"label": "JSON key of the service account",
|
|
71
|
+
"description": "This is the key of the service account in JSON format. See <a href=\"https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/google-cloud-storage/#authentication\" target=\"_blank\">documentation</a> for details.",
|
|
72
|
+
"optional": false,
|
|
73
|
+
"constraints": {
|
|
74
|
+
"notEmpty": true
|
|
75
|
+
},
|
|
76
|
+
"feel": "optional",
|
|
77
|
+
"group": "authentication",
|
|
78
|
+
"binding": {
|
|
79
|
+
"name": "authentication.jsonKey",
|
|
80
|
+
"type": "zeebe:input"
|
|
81
|
+
},
|
|
82
|
+
"type": "String"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"id": "operationDiscriminator",
|
|
86
|
+
"label": "Operation",
|
|
87
|
+
"value": "uploadObject",
|
|
88
|
+
"group": "operation",
|
|
89
|
+
"binding": {
|
|
90
|
+
"name": "operationDiscriminator",
|
|
91
|
+
"type": "zeebe:input"
|
|
92
|
+
},
|
|
93
|
+
"type": "Dropdown",
|
|
94
|
+
"choices": [
|
|
95
|
+
{
|
|
96
|
+
"name": "Download object",
|
|
97
|
+
"value": "downloadObject"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"name": "Upload object",
|
|
101
|
+
"value": "uploadObject"
|
|
102
|
+
}
|
|
103
|
+
]
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"id": "downloadOperationProject",
|
|
107
|
+
"label": "GCP project",
|
|
108
|
+
"optional": false,
|
|
109
|
+
"constraints": {
|
|
110
|
+
"notEmpty": true
|
|
111
|
+
},
|
|
112
|
+
"feel": "optional",
|
|
113
|
+
"group": "operation",
|
|
114
|
+
"binding": {
|
|
115
|
+
"name": "operation.project",
|
|
116
|
+
"type": "zeebe:input"
|
|
117
|
+
},
|
|
118
|
+
"condition": {
|
|
119
|
+
"property": "operationDiscriminator",
|
|
120
|
+
"equals": "downloadObject",
|
|
121
|
+
"type": "simple"
|
|
122
|
+
},
|
|
123
|
+
"tooltip": "The project where the bucket is located.",
|
|
124
|
+
"type": "String"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"id": "downloadOperationBucket",
|
|
128
|
+
"label": "Object Storage bucket",
|
|
129
|
+
"optional": false,
|
|
130
|
+
"constraints": {
|
|
131
|
+
"notEmpty": true
|
|
132
|
+
},
|
|
133
|
+
"feel": "optional",
|
|
134
|
+
"group": "operation",
|
|
135
|
+
"binding": {
|
|
136
|
+
"name": "operation.bucket",
|
|
137
|
+
"type": "zeebe:input"
|
|
138
|
+
},
|
|
139
|
+
"condition": {
|
|
140
|
+
"property": "operationDiscriminator",
|
|
141
|
+
"equals": "downloadObject",
|
|
142
|
+
"type": "simple"
|
|
143
|
+
},
|
|
144
|
+
"tooltip": "A bucket acts as a directory that organizes a set of objects.",
|
|
145
|
+
"type": "String"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"id": "downloadOperationFileName",
|
|
149
|
+
"label": "File name",
|
|
150
|
+
"optional": false,
|
|
151
|
+
"constraints": {
|
|
152
|
+
"notEmpty": true
|
|
153
|
+
},
|
|
154
|
+
"feel": "optional",
|
|
155
|
+
"group": "operation",
|
|
156
|
+
"binding": {
|
|
157
|
+
"name": "operation.fileName",
|
|
158
|
+
"type": "zeebe:input"
|
|
159
|
+
},
|
|
160
|
+
"condition": {
|
|
161
|
+
"property": "operationDiscriminator",
|
|
162
|
+
"equals": "downloadObject",
|
|
163
|
+
"type": "simple"
|
|
164
|
+
},
|
|
165
|
+
"tooltip": "Specify the name of the document to be downloaded.",
|
|
166
|
+
"type": "String"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"id": "downloadOperationAsFile",
|
|
170
|
+
"label": "Return document as reference",
|
|
171
|
+
"optional": false,
|
|
172
|
+
"value": true,
|
|
173
|
+
"feel": "static",
|
|
174
|
+
"group": "operation",
|
|
175
|
+
"binding": {
|
|
176
|
+
"name": "operation.asDocument",
|
|
177
|
+
"type": "zeebe:input"
|
|
178
|
+
},
|
|
179
|
+
"condition": {
|
|
180
|
+
"property": "operationDiscriminator",
|
|
181
|
+
"equals": "downloadObject",
|
|
182
|
+
"type": "simple"
|
|
183
|
+
},
|
|
184
|
+
"tooltip": "If checked, a Camunda document is created and its reference is returned\nIf not checked, no document is created and the content is passed as is",
|
|
185
|
+
"type": "Boolean"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"id": "uploadOperationProject",
|
|
189
|
+
"label": "GCP project",
|
|
190
|
+
"optional": false,
|
|
191
|
+
"constraints": {
|
|
192
|
+
"notEmpty": true
|
|
193
|
+
},
|
|
194
|
+
"feel": "optional",
|
|
195
|
+
"group": "operation",
|
|
196
|
+
"binding": {
|
|
197
|
+
"name": "operation.project",
|
|
198
|
+
"type": "zeebe:input"
|
|
199
|
+
},
|
|
200
|
+
"condition": {
|
|
201
|
+
"property": "operationDiscriminator",
|
|
202
|
+
"equals": "uploadObject",
|
|
203
|
+
"type": "simple"
|
|
204
|
+
},
|
|
205
|
+
"tooltip": "The project where the bucket is located.",
|
|
206
|
+
"type": "String"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"id": "uploadOperationBucket",
|
|
210
|
+
"label": "Object Storage bucket",
|
|
211
|
+
"optional": false,
|
|
212
|
+
"constraints": {
|
|
213
|
+
"notEmpty": true
|
|
214
|
+
},
|
|
215
|
+
"feel": "optional",
|
|
216
|
+
"group": "operation",
|
|
217
|
+
"binding": {
|
|
218
|
+
"name": "operation.bucket",
|
|
219
|
+
"type": "zeebe:input"
|
|
220
|
+
},
|
|
221
|
+
"condition": {
|
|
222
|
+
"property": "operationDiscriminator",
|
|
223
|
+
"equals": "uploadObject",
|
|
224
|
+
"type": "simple"
|
|
225
|
+
},
|
|
226
|
+
"tooltip": "A bucket acts as a directory that organizes a set of objects.",
|
|
227
|
+
"type": "String"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"id": "uploadOperationDocument",
|
|
231
|
+
"label": "Document",
|
|
232
|
+
"optional": false,
|
|
233
|
+
"constraints": {
|
|
234
|
+
"notEmpty": true
|
|
235
|
+
},
|
|
236
|
+
"feel": "required",
|
|
237
|
+
"group": "operation",
|
|
238
|
+
"binding": {
|
|
239
|
+
"name": "operation.document",
|
|
240
|
+
"type": "zeebe:input"
|
|
241
|
+
},
|
|
242
|
+
"condition": {
|
|
243
|
+
"property": "operationDiscriminator",
|
|
244
|
+
"equals": "uploadObject",
|
|
245
|
+
"type": "simple"
|
|
246
|
+
},
|
|
247
|
+
"tooltip": "Document to be uploaded to Google Cloud Storage.",
|
|
248
|
+
"type": "String"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"id": "uploadOperationFileName",
|
|
252
|
+
"label": "Document file name",
|
|
253
|
+
"optional": true,
|
|
254
|
+
"feel": "optional",
|
|
255
|
+
"group": "additionalProperties",
|
|
256
|
+
"binding": {
|
|
257
|
+
"name": "operation.fileName",
|
|
258
|
+
"type": "zeebe:input"
|
|
259
|
+
},
|
|
260
|
+
"condition": {
|
|
261
|
+
"property": "operationDiscriminator",
|
|
262
|
+
"equals": "uploadObject",
|
|
263
|
+
"type": "simple"
|
|
264
|
+
},
|
|
265
|
+
"tooltip": "By default, the file's metadata name is used unless a custom name is specified.",
|
|
266
|
+
"type": "String"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"id": "version",
|
|
270
|
+
"label": "Version",
|
|
271
|
+
"description": "Version of the element template",
|
|
272
|
+
"value": "1",
|
|
273
|
+
"group": "connector",
|
|
274
|
+
"binding": {
|
|
275
|
+
"key": "elementTemplateVersion",
|
|
276
|
+
"type": "zeebe:taskHeader"
|
|
277
|
+
},
|
|
278
|
+
"type": "Hidden"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"id": "id",
|
|
282
|
+
"label": "ID",
|
|
283
|
+
"description": "ID of the element template",
|
|
284
|
+
"value": "io.camunda.connectors.google.gcp.v1",
|
|
285
|
+
"group": "connector",
|
|
286
|
+
"binding": {
|
|
287
|
+
"key": "elementTemplateId",
|
|
288
|
+
"type": "zeebe:taskHeader"
|
|
289
|
+
},
|
|
290
|
+
"type": "Hidden"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"id": "resultVariable",
|
|
294
|
+
"label": "Result variable",
|
|
295
|
+
"description": "Name of variable to store the response in",
|
|
296
|
+
"group": "output",
|
|
297
|
+
"binding": {
|
|
298
|
+
"key": "resultVariable",
|
|
299
|
+
"type": "zeebe:taskHeader"
|
|
300
|
+
},
|
|
301
|
+
"type": "String"
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"id": "resultExpression",
|
|
305
|
+
"label": "Result expression",
|
|
306
|
+
"description": "Expression to map the response into process variables",
|
|
307
|
+
"feel": "required",
|
|
308
|
+
"group": "output",
|
|
309
|
+
"binding": {
|
|
310
|
+
"key": "resultExpression",
|
|
311
|
+
"type": "zeebe:taskHeader"
|
|
312
|
+
},
|
|
313
|
+
"type": "Text"
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"id": "errorExpression",
|
|
317
|
+
"label": "Error expression",
|
|
318
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
319
|
+
"feel": "required",
|
|
320
|
+
"group": "error",
|
|
321
|
+
"binding": {
|
|
322
|
+
"key": "errorExpression",
|
|
323
|
+
"type": "zeebe:taskHeader"
|
|
324
|
+
},
|
|
325
|
+
"type": "Text"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"id": "retryCount",
|
|
329
|
+
"label": "Retries",
|
|
330
|
+
"description": "Number of retries",
|
|
331
|
+
"value": "3",
|
|
332
|
+
"feel": "optional",
|
|
333
|
+
"group": "retries",
|
|
334
|
+
"binding": {
|
|
335
|
+
"property": "retries",
|
|
336
|
+
"type": "zeebe:taskDefinition"
|
|
337
|
+
},
|
|
338
|
+
"type": "String"
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"id": "retryBackoff",
|
|
342
|
+
"label": "Retry backoff",
|
|
343
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
344
|
+
"value": "PT0S",
|
|
345
|
+
"group": "retries",
|
|
346
|
+
"binding": {
|
|
347
|
+
"key": "retryBackoff",
|
|
348
|
+
"type": "zeebe:taskHeader"
|
|
349
|
+
},
|
|
350
|
+
"type": "String"
|
|
351
|
+
}
|
|
352
|
+
],
|
|
353
|
+
"icon": {
|
|
354
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNhZWNiZmE7fS5jbHMtMntmaWxsOiM2NjlkZjY7fS5jbHMtM3tmaWxsOiM0Mjg1ZjQ7fS5jbHMtNHtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5JY29uXzI0cHhfQ2xvdWRTdG9yYWdlX0NvbG9yPC90aXRsZT48ZyBkYXRhLW5hbWU9IlByb2R1Y3QgSWNvbnMiPjxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMiIgeT0iNCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjciLz48cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjIwIiB5PSI0IiB3aWR0aD0iMiIgaGVpZ2h0PSI3Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjIyIDQgMjAgNCAyMCAxMSAyMiA0Ii8+PHJlY3QgY2xhc3M9ImNscy0yIiB4PSIyIiB5PSI0IiB3aWR0aD0iMiIgaGVpZ2h0PSI3Ii8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSI2IiB5PSI3IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSIxNSIgeT0iNiIgd2lkdGg9IjMiIGhlaWdodD0iMyIgcng9IjEuNSIvPjxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMiIgeT0iMTMiIHdpZHRoPSIyMCIgaGVpZ2h0PSI3Ii8+PHJlY3QgY2xhc3M9ImNscy0yIiB4PSIyMCIgeT0iMTMiIHdpZHRoPSIyIiBoZWlnaHQ9IjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iMjIgMTMgMjAgMTMgMjAgMjAgMjIgMTMiLz48cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjIiIHk9IjEzIiB3aWR0aD0iMiIgaGVpZ2h0PSI3Ii8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSI2IiB5PSIxNiIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iMTUiIHk9IjE1IiB3aWR0aD0iMyIgaGVpZ2h0PSIzIiByeD0iMS41Ii8+PC9nPjwvc3ZnPg=="
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
]
|