@camunda/connectors-element-templates 1.0.19 → 1.0.21
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 +2 -2
- package/src/connectors-template.js +1 -3
- package/src/connectors.js +4 -0
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +43 -43
- package/src/element-templates/agenticai-aiagent-job-worker.json +2230 -222
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6281 -4356
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +718 -36
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2394 -949
- package/src/element-templates/app-integrations-connector.json +1047 -0
- package/src/element-templates/asana-connector.json +943 -109
- package/src/element-templates/automation-anywhere-outbound-connector.json +2240 -1747
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1068 -30
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +386 -5
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +442 -5
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +417 -5
- package/src/element-templates/aws-bedrock-outbound-connector.json +2273 -623
- package/src/element-templates/aws-comprehend-outbound-connector.json +1573 -1
- package/src/element-templates/aws-dynamodb-outbound-connector.json +2950 -162
- package/src/element-templates/aws-eventbridge-connector-boundary.json +40 -40
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
- package/src/element-templates/aws-eventbridge-connector-start-event.json +33 -33
- package/src/element-templates/aws-eventbridge-outbound-connector.json +838 -424
- package/src/element-templates/aws-lambda-outbound-connector.json +495 -96
- package/src/element-templates/aws-s3-outbound-connector.json +2238 -44
- package/src/element-templates/aws-sagemaker-outbound-connector.json +681 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +4 -3
- package/src/element-templates/aws-sns-inbound-intermediate.json +341 -340
- package/src/element-templates/aws-sns-inbound-message-start.json +241 -240
- package/src/element-templates/aws-sns-inbound-receive.json +4 -3
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +581 -124
- package/src/element-templates/aws-sqs-boundary-connector.json +939 -420
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +851 -332
- package/src/element-templates/aws-sqs-outbound-connector.json +589 -136
- package/src/element-templates/aws-sqs-receive-connector.json +525 -7
- package/src/element-templates/aws-sqs-start-event-connector.json +380 -380
- package/src/element-templates/aws-sqs-start-message.json +736 -185
- package/src/element-templates/aws-textract-outbound-connector.json +866 -131
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
- package/src/element-templates/azure-open-ai-connector.json +1371 -8
- package/src/element-templates/blue-prism-connector.json +609 -30
- package/src/element-templates/box-outbound-connector.json +2356 -272
- package/src/element-templates/csv-outbound-connector.json +449 -0
- package/src/element-templates/easy-post-connector.json +1251 -170
- package/src/element-templates/email-outbound-connector.json +3087 -1013
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +2161 -1
- package/src/element-templates/github-connector.json +18554 -14368
- package/src/element-templates/github-webhook-connector-boundary.json +24 -24
- package/src/element-templates/github-webhook-connector-intermediate.json +8 -8
- package/src/element-templates/github-webhook-connector-message-start.json +8 -8
- package/src/element-templates/github-webhook-connector-receive.json +8 -8
- package/src/element-templates/github-webhook-connector-start-event.json +58 -58
- package/src/element-templates/gitlab-connector.json +3022 -1120
- package/src/element-templates/google-cloud-storage-outbound-connector.json +1447 -240
- package/src/element-templates/google-drive-outbound-connector.json +2980 -1428
- package/src/element-templates/google-gemini-outbound-connector.json +41 -55
- package/src/element-templates/google-maps-platform-connector.json +688 -137
- package/src/element-templates/google-sheets-outbound-connector.json +3186 -2030
- package/src/element-templates/graphql-outbound-connector.json +4149 -1485
- package/src/element-templates/http-json-connector.json +6143 -2053
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +2426 -364
- package/src/element-templates/http-polling-connector.json +3312 -1250
- package/src/element-templates/hubspot-outbound-connector.json +2817 -67
- package/src/element-templates/hugging-face-connector.json +83 -82
- package/src/element-templates/jdbc-outbound-connector.json +506 -9
- package/src/element-templates/kafka-inbound-connector-boundary.json +968 -971
- package/src/element-templates/kafka-inbound-connector-intermediate.json +53 -56
- package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
- package/src/element-templates/kafka-inbound-connector-start-message.json +545 -548
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +304 -308
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
- package/src/element-templates/microsoft-office365-mail-connector.json +2077 -35
- package/src/element-templates/microsoft-teams-outbound-connector.json +2897 -456
- package/src/element-templates/openai-connector.json +701 -207
- package/src/element-templates/operate-connector.json +83 -86
- package/src/element-templates/orchestration-connector.json +1843 -0
- package/src/element-templates/power-automate-connector.json +62 -62
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +772 -774
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +456 -458
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +573 -575
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +347 -347
- package/src/element-templates/rabbitmq-outbound-connector.json +631 -631
- package/src/element-templates/rpa-connector.json +6 -6
- package/src/element-templates/salesforce-connector.json +653 -19
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +301 -1
- package/src/element-templates/send-message-connector-message-end-event.json +301 -1
- package/src/element-templates/send-message-connector-send-task.json +300 -1
- package/src/element-templates/sendgrid-outbound-connector.json +790 -790
- package/src/element-templates/servicenow-connector.json +1364 -7
- package/src/element-templates/servicenow-flow-starter-connector.json +16 -16
- package/src/element-templates/servicenow-incident-connector.json +1075 -29
- package/src/element-templates/slack-inbound-boundary.json +493 -493
- package/src/element-templates/slack-inbound-intermediate.json +448 -448
- package/src/element-templates/slack-inbound-message-start.json +369 -369
- package/src/element-templates/slack-inbound-receive.json +2 -2
- package/src/element-templates/slack-inbound-start-event.json +328 -328
- package/src/element-templates/slack-outbound-connector.json +2365 -1262
- package/src/element-templates/soap-outbound-connector.json +113 -117
- package/src/element-templates/twilio-connector.json +1186 -373
- package/src/element-templates/twilio-webhook-boundary-connector.json +9 -10
- package/src/element-templates/twilio-webhook-connector.json +60 -61
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -32
- package/src/element-templates/twilio-webhook-message-start-connector.json +10 -11
- package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
- package/src/element-templates/uipath-connector.json +668 -50
- package/src/element-templates/webhook-connector-boundary.json +1040 -385
- package/src/element-templates/webhook-connector-intermediate.json +2100 -1445
- package/src/element-templates/webhook-connector-receive.json +659 -5
- package/src/element-templates/webhook-connector-start-event.json +1860 -1299
- package/src/element-templates/webhook-connector-start-message.json +1535 -848
- package/src/element-templates/whatsapp-connector.json +393 -23
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
"id": "retryBackoff",
|
|
250
250
|
"label": "Retry backoff",
|
|
251
251
|
"description": "ISO-8601 duration to wait between retries",
|
|
252
|
-
"value": "
|
|
252
|
+
"value": "PT30S",
|
|
253
253
|
"group": "retries",
|
|
254
254
|
"binding": {
|
|
255
255
|
"key": "retryBackoff",
|
|
@@ -261,5 +261,304 @@
|
|
|
261
261
|
"icon": {
|
|
262
262
|
"contents": "data:image/svg+xml;base64,PHN2ZwogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHdpZHRoPSIyMDAwIgogICBoZWlnaHQ9IjIwMDAiCiAgIHZpZXdCb3g9IjAgMCAyMDAwIDIwMDAiCiAgIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj4KICA8cGF0aAogICAgIHN0eWxlPSJjb2xvcjojMDAwMDAwIgogICAgIGQ9Im0gMCwyODQgMjAwMCwwIC0xMDAwLDU1NCB6Ii8+CiAgPHBhdGgKICAgICBzdHlsZT0iY29sb3I6IzAwMDAwMCIKICAgICBkPSJtIDAsNDUyIDEwMDAsNTQ4IDEwMDAsLTU0OCAwLDEwOTYgLTIwMDAsMCB6Ii8+Cjwvc3ZnPgo="
|
|
263
263
|
}
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
267
|
+
"name": "Send Message Connector (Send Task)",
|
|
268
|
+
"id": "io.camunda.connectors.message.sendtask.v1",
|
|
269
|
+
"keywords": [
|
|
270
|
+
"send message",
|
|
271
|
+
"correlate message",
|
|
272
|
+
"publish message",
|
|
273
|
+
"message event",
|
|
274
|
+
"trigger process",
|
|
275
|
+
"signal process"
|
|
276
|
+
],
|
|
277
|
+
"version": 1,
|
|
278
|
+
"category": {
|
|
279
|
+
"id": "connectors",
|
|
280
|
+
"name": "Connectors"
|
|
281
|
+
},
|
|
282
|
+
"appliesTo": ["bpmn:Task"],
|
|
283
|
+
"elementType": {
|
|
284
|
+
"value": "bpmn:SendTask"
|
|
285
|
+
},
|
|
286
|
+
"engines": {
|
|
287
|
+
"camunda": "^8.3"
|
|
288
|
+
},
|
|
289
|
+
"groups": [
|
|
290
|
+
{
|
|
291
|
+
"id": "operation",
|
|
292
|
+
"label": "Operation"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"id": "connector",
|
|
296
|
+
"label": "Connector"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"id": "output",
|
|
300
|
+
"label": "Output mapping"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"id": "error",
|
|
304
|
+
"label": "Error handling"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"id": "retries",
|
|
308
|
+
"label": "Retries"
|
|
309
|
+
}
|
|
310
|
+
],
|
|
311
|
+
"properties": [
|
|
312
|
+
{
|
|
313
|
+
"value": "io.camunda:sendMessage:1",
|
|
314
|
+
"binding": {
|
|
315
|
+
"property": "type",
|
|
316
|
+
"type": "zeebe:taskDefinition"
|
|
317
|
+
},
|
|
318
|
+
"type": "Hidden"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"id": "messageName",
|
|
322
|
+
"label": "Message name",
|
|
323
|
+
"constraints": {
|
|
324
|
+
"notEmpty": true
|
|
325
|
+
},
|
|
326
|
+
"feel": "optional",
|
|
327
|
+
"binding": {
|
|
328
|
+
"name": "messageName",
|
|
329
|
+
"type": "zeebe:input"
|
|
330
|
+
},
|
|
331
|
+
"type": "String"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"id": "correlationKey",
|
|
335
|
+
"label": "Correlation key",
|
|
336
|
+
"optional": true,
|
|
337
|
+
"feel": "optional",
|
|
338
|
+
"binding": {
|
|
339
|
+
"name": "correlationKey",
|
|
340
|
+
"type": "zeebe:input"
|
|
341
|
+
},
|
|
342
|
+
"type": "String"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"id": "variables",
|
|
346
|
+
"label": "Payload",
|
|
347
|
+
"optional": true,
|
|
348
|
+
"feel": "optional",
|
|
349
|
+
"binding": {
|
|
350
|
+
"name": "variables",
|
|
351
|
+
"type": "zeebe:input"
|
|
352
|
+
},
|
|
353
|
+
"type": "String"
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"id": "tenantId",
|
|
357
|
+
"label": "Tenant id",
|
|
358
|
+
"optional": true,
|
|
359
|
+
"feel": "optional",
|
|
360
|
+
"binding": {
|
|
361
|
+
"name": "tenantId",
|
|
362
|
+
"type": "zeebe:input"
|
|
363
|
+
},
|
|
364
|
+
"type": "String"
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"id": "requestTimeout",
|
|
368
|
+
"label": "Request timeout",
|
|
369
|
+
"optional": true,
|
|
370
|
+
"feel": "optional",
|
|
371
|
+
"binding": {
|
|
372
|
+
"name": "requestTimeout",
|
|
373
|
+
"type": "zeebe:input"
|
|
374
|
+
},
|
|
375
|
+
"type": "String"
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"id": "correlationType.type",
|
|
379
|
+
"label": "Correlation mode",
|
|
380
|
+
"description": "Send message with <a href='https://docs.camunda.io/docs/components/concepts/messages/#message-buffering' target='_blank'>buffer (publish)</a> or with <a href='https://docs.camunda.io/docs/components/concepts/messages/#message-response' target='_blank'>result (correlate)</a>",
|
|
381
|
+
"value": "publish",
|
|
382
|
+
"group": "operation",
|
|
383
|
+
"binding": {
|
|
384
|
+
"name": "correlationType.type",
|
|
385
|
+
"type": "zeebe:input"
|
|
386
|
+
},
|
|
387
|
+
"type": "Dropdown",
|
|
388
|
+
"choices": [
|
|
389
|
+
{
|
|
390
|
+
"name": "Correlate message (with result)",
|
|
391
|
+
"value": "correlate"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"name": "Publish message (with buffer)",
|
|
395
|
+
"value": "publish"
|
|
396
|
+
}
|
|
397
|
+
]
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"id": "correlationType.timeToLive",
|
|
401
|
+
"label": "Time to live (as ISO 8601)",
|
|
402
|
+
"optional": true,
|
|
403
|
+
"feel": "optional",
|
|
404
|
+
"group": "operation",
|
|
405
|
+
"binding": {
|
|
406
|
+
"name": "correlationType.timeToLive",
|
|
407
|
+
"type": "zeebe:input"
|
|
408
|
+
},
|
|
409
|
+
"condition": {
|
|
410
|
+
"property": "correlationType.type",
|
|
411
|
+
"equals": "publish",
|
|
412
|
+
"type": "simple"
|
|
413
|
+
},
|
|
414
|
+
"tooltip": "Duration for which the message remains buffered",
|
|
415
|
+
"type": "String"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"id": "correlationType.messageId",
|
|
419
|
+
"label": "Message id (optional)",
|
|
420
|
+
"optional": true,
|
|
421
|
+
"feel": "optional",
|
|
422
|
+
"group": "operation",
|
|
423
|
+
"binding": {
|
|
424
|
+
"name": "correlationType.messageId",
|
|
425
|
+
"type": "zeebe:input"
|
|
426
|
+
},
|
|
427
|
+
"condition": {
|
|
428
|
+
"property": "correlationType.type",
|
|
429
|
+
"equals": "publish",
|
|
430
|
+
"type": "simple"
|
|
431
|
+
},
|
|
432
|
+
"type": "String"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"id": "version",
|
|
436
|
+
"label": "Version",
|
|
437
|
+
"description": "Version of the element template",
|
|
438
|
+
"value": "1",
|
|
439
|
+
"group": "connector",
|
|
440
|
+
"binding": {
|
|
441
|
+
"key": "elementTemplateVersion",
|
|
442
|
+
"type": "zeebe:taskHeader"
|
|
443
|
+
},
|
|
444
|
+
"type": "Hidden"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"id": "id",
|
|
448
|
+
"label": "ID",
|
|
449
|
+
"description": "ID of the element template",
|
|
450
|
+
"value": "io.camunda.connectors.message.v1",
|
|
451
|
+
"group": "connector",
|
|
452
|
+
"binding": {
|
|
453
|
+
"key": "elementTemplateId",
|
|
454
|
+
"type": "zeebe:taskHeader"
|
|
455
|
+
},
|
|
456
|
+
"type": "Hidden"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"id": "resultVariable",
|
|
460
|
+
"label": "Result variable",
|
|
461
|
+
"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>.",
|
|
462
|
+
"group": "output",
|
|
463
|
+
"binding": {
|
|
464
|
+
"key": "resultVariable",
|
|
465
|
+
"type": "zeebe:taskHeader"
|
|
466
|
+
},
|
|
467
|
+
"type": "String"
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"id": "resultExpression",
|
|
471
|
+
"label": "Result expression",
|
|
472
|
+
"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>.",
|
|
473
|
+
"feel": "required",
|
|
474
|
+
"group": "output",
|
|
475
|
+
"binding": {
|
|
476
|
+
"key": "resultExpression",
|
|
477
|
+
"type": "zeebe:taskHeader"
|
|
478
|
+
},
|
|
479
|
+
"type": "Text"
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"id": "errorExpression",
|
|
483
|
+
"label": "Error expression",
|
|
484
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
485
|
+
"feel": "required",
|
|
486
|
+
"group": "error",
|
|
487
|
+
"binding": {
|
|
488
|
+
"key": "errorExpression",
|
|
489
|
+
"type": "zeebe:taskHeader"
|
|
490
|
+
},
|
|
491
|
+
"type": "Text"
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"id": "retryCount",
|
|
495
|
+
"label": "Retries",
|
|
496
|
+
"description": "Number of retries",
|
|
497
|
+
"value": "3",
|
|
498
|
+
"feel": "optional",
|
|
499
|
+
"group": "retries",
|
|
500
|
+
"binding": {
|
|
501
|
+
"property": "retries",
|
|
502
|
+
"type": "zeebe:taskDefinition"
|
|
503
|
+
},
|
|
504
|
+
"type": "String"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"id": "retryBackoff",
|
|
508
|
+
"label": "Retry backoff",
|
|
509
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
510
|
+
"value": "PT30S",
|
|
511
|
+
"group": "retries",
|
|
512
|
+
"binding": {
|
|
513
|
+
"key": "retryBackoff",
|
|
514
|
+
"type": "zeebe:taskHeader"
|
|
515
|
+
},
|
|
516
|
+
"type": "String"
|
|
517
|
+
}
|
|
518
|
+
],
|
|
519
|
+
"steps": [
|
|
520
|
+
{
|
|
521
|
+
"name": "Correlate message (with result)",
|
|
522
|
+
"description": "Correlate a message to a running process instance in Camunda and receive the result",
|
|
523
|
+
"keywords": [
|
|
524
|
+
"correlate message",
|
|
525
|
+
"message correlation",
|
|
526
|
+
"receive result",
|
|
527
|
+
"await response",
|
|
528
|
+
"synchronous message"
|
|
529
|
+
],
|
|
530
|
+
"presetId": "type_correlate"
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"name": "Publish message (with buffer)",
|
|
534
|
+
"description": "Publish a message to Camunda with buffering support",
|
|
535
|
+
"keywords": [
|
|
536
|
+
"publish message",
|
|
537
|
+
"buffer message",
|
|
538
|
+
"send message",
|
|
539
|
+
"emit event",
|
|
540
|
+
"broadcast message",
|
|
541
|
+
"trigger message"
|
|
542
|
+
],
|
|
543
|
+
"presetId": "type_publish"
|
|
544
|
+
}
|
|
545
|
+
],
|
|
546
|
+
"presets": [
|
|
547
|
+
{
|
|
548
|
+
"id": "type_correlate",
|
|
549
|
+
"properties": {
|
|
550
|
+
"correlationType.type": "correlate"
|
|
551
|
+
}
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"id": "type_publish",
|
|
555
|
+
"properties": {
|
|
556
|
+
"correlationType.type": "publish"
|
|
557
|
+
}
|
|
558
|
+
}
|
|
559
|
+
],
|
|
560
|
+
"icon": {
|
|
561
|
+
"contents": "data:image/svg+xml;base64,PHN2ZwogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHdpZHRoPSIyMDAwIgogICBoZWlnaHQ9IjIwMDAiCiAgIHZpZXdCb3g9IjAgMCAyMDAwIDIwMDAiCiAgIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj4KICA8cGF0aAogICAgIHN0eWxlPSJjb2xvcjojMDAwMDAwIgogICAgIGQ9Im0gMCwyODQgMjAwMCwwIC0xMDAwLDU1NCB6Ii8+CiAgPHBhdGgKICAgICBzdHlsZT0iY29sb3I6IzAwMDAwMCIKICAgICBkPSJtIDAsNDUyIDEwMDAsNTQ4IDEwMDAsLTU0OCAwLDEwOTYgLTIwMDAsMCB6Ii8+Cjwvc3ZnPgo="
|
|
562
|
+
}
|
|
264
563
|
}
|
|
265
564
|
]
|