@camunda/connectors-element-templates 1.0.6 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/build_element_template_array_json_files.sh +9 -0
- package/src/connectors.js +26 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +3266 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3932 -760
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
- package/src/element-templates/asana-connector.json +104 -104
- package/src/element-templates/automation-anywhere-outbound-connector.json +657 -657
- package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
- package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
- package/src/element-templates/aws-dynamodb-outbound-connector.json +107 -107
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +31 -31
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +479 -479
- package/src/element-templates/aws-lambda-outbound-connector.json +92 -92
- package/src/element-templates/aws-s3-outbound-connector.json +30 -30
- package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
- package/src/element-templates/aws-sns-inbound-boundary.json +303 -303
- package/src/element-templates/aws-sns-inbound-intermediate.json +215 -215
- package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
- package/src/element-templates/aws-sns-inbound-receive.json +304 -0
- package/src/element-templates/aws-sns-inbound-start-event.json +130 -130
- package/src/element-templates/aws-sns-outbound-connector.json +726 -726
- package/src/element-templates/aws-sqs-boundary-connector.json +629 -629
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +537 -537
- package/src/element-templates/aws-sqs-outbound-connector.json +440 -440
- package/src/element-templates/aws-sqs-receive-connector.json +418 -0
- package/src/element-templates/aws-sqs-start-event-connector.json +771 -771
- package/src/element-templates/aws-sqs-start-message.json +461 -461
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +50 -50
- package/src/element-templates/box-outbound-connector.json +30 -30
- package/src/element-templates/csv-outbound-connector.json +412 -0
- package/src/element-templates/easy-post-connector.json +149 -149
- 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-outbound-connector.json +233 -233
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +473 -488
- package/src/element-templates/github-connector.json +2417 -2417
- package/src/element-templates/github-webhook-connector-boundary.json +21 -21
- package/src/element-templates/github-webhook-connector-intermediate.json +57 -57
- package/src/element-templates/github-webhook-connector-message-start.json +21 -21
- package/src/element-templates/github-webhook-connector-receive.json +202 -0
- package/src/element-templates/github-webhook-connector-start-event.json +57 -57
- package/src/element-templates/gitlab-connector.json +1103 -1103
- package/src/element-templates/google-drive-outbound-connector.json +846 -846
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +78 -78
- package/src/element-templates/google-sheets-outbound-connector.json +1067 -1067
- package/src/element-templates/graphql-outbound-connector.json +1181 -1181
- package/src/element-templates/http-json-connector.json +2471 -1866
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
- package/src/element-templates/http-polling-connector.json +635 -6
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +43 -43
- package/src/element-templates/kafka-inbound-connector-boundary.json +1012 -1012
- package/src/element-templates/kafka-inbound-connector-intermediate.json +582 -582
- package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
- package/src/element-templates/kafka-inbound-connector-start-message.json +608 -608
- package/src/element-templates/kafka-outbound-connector.json +385 -385
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1643 -1643
- package/src/element-templates/openai-connector.json +122 -122
- package/src/element-templates/operate-connector.json +76 -72
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +334 -334
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +861 -861
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +456 -456
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +258 -258
- package/src/element-templates/rabbitmq-outbound-connector.json +322 -322
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +470 -470
- package/src/element-templates/servicenow-connector.json +942 -0
- package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
- package/src/element-templates/servicenow-incident-connector.json +969 -0
- package/src/element-templates/slack-inbound-boundary.json +303 -303
- package/src/element-templates/slack-inbound-intermediate.json +277 -277
- package/src/element-templates/slack-inbound-message-start.json +11 -11
- package/src/element-templates/slack-inbound-receive.json +290 -0
- package/src/element-templates/slack-inbound-start-event.json +247 -247
- package/src/element-templates/slack-outbound-connector.json +966 -966
- package/src/element-templates/twilio-connector.json +52 -52
- package/src/element-templates/twilio-webhook-boundary-connector.json +20 -20
- package/src/element-templates/twilio-webhook-connector.json +11 -11
- package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
- package/src/element-templates/webhook-connector-boundary.json +1150 -1150
- package/src/element-templates/webhook-connector-intermediate.json +1834 -1834
- package/src/element-templates/webhook-connector-receive.json +609 -0
- package/src/element-templates/webhook-connector-start-event.json +1495 -1495
- package/src/element-templates/webhook-connector-start-message.json +586 -586
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
package/package.json
CHANGED
|
@@ -1,16 +1,25 @@
|
|
|
1
1
|
#!/bin/bash
|
|
2
2
|
|
|
3
3
|
OUTPUT_DIR=".temp-npm"
|
|
4
|
+
IGNORE_FILE="../ignore-templates.json"
|
|
4
5
|
cd ../../connectors
|
|
5
6
|
|
|
6
7
|
# Ensure fresh build
|
|
7
8
|
rm -rf "$OUTPUT_DIR"
|
|
8
9
|
mkdir -p "$OUTPUT_DIR"
|
|
9
10
|
|
|
11
|
+
mapfile -t IGNORED_IDS < <(jq -r '.[]' "$IGNORE_FILE")
|
|
12
|
+
|
|
10
13
|
echo "Building array files for element templates..."
|
|
11
14
|
# Merge all element template json files of one connector into one array
|
|
12
15
|
find . -type d -name "element-templates" | while read -r dir; do
|
|
13
16
|
find "$dir" -path "$dir/hybrid" -prune -o -type f -name "*.json" -print | while read -r file; do
|
|
17
|
+
ID=$(jq -r '.id // empty' "$file")
|
|
18
|
+
if [[ " ${IGNORED_IDS[*]} " =~ " $ID " ]]; then
|
|
19
|
+
echo "Skipping ignored template $file"
|
|
20
|
+
continue
|
|
21
|
+
fi
|
|
22
|
+
|
|
14
23
|
filename_only=$(basename "$file")
|
|
15
24
|
base_name=$(echo "$filename_only" | sed -E 's/-[0-9]+\.json$/.json/')
|
|
16
25
|
|
package/src/connectors.js
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
import agenticai_adhoctoolsschema_outbound_connector from "./element-templates/agenticai-adhoctoolsschema-outbound-connector.json" with { type: "json" };
|
|
10
|
+
import agenticai_aiagent_job_worker from "./element-templates/agenticai-aiagent-job-worker.json" with { type: "json" };
|
|
10
11
|
import agenticai_aiagent_outbound_connector from "./element-templates/agenticai-aiagent-outbound-connector.json" with { type: "json" };
|
|
11
12
|
import agenticai_mcp_client_outbound_connector from "./element-templates/agenticai-mcp-client-outbound-connector.json" with { type: "json" };
|
|
12
13
|
import agenticai_mcp_remote_client_outbound_connector from "./element-templates/agenticai-mcp-remote-client-outbound-connector.json" with { type: "json" };
|
|
@@ -18,6 +19,7 @@ import aws_dynamodb_outbound_connector from "./element-templates/aws-dynamodb-ou
|
|
|
18
19
|
import aws_eventbridge_connector_boundary from "./element-templates/aws-eventbridge-connector-boundary.json" with { type: "json" };
|
|
19
20
|
import aws_eventbridge_connector_intermediate from "./element-templates/aws-eventbridge-connector-intermediate.json" with { type: "json" };
|
|
20
21
|
import aws_eventbridge_connector_message_start from "./element-templates/aws-eventbridge-connector-message-start.json" with { type: "json" };
|
|
22
|
+
import aws_eventbridge_connector_receive from "./element-templates/aws-eventbridge-connector-receive.json" with { type: "json" };
|
|
21
23
|
import aws_eventbridge_connector_start_event from "./element-templates/aws-eventbridge-connector-start-event.json" with { type: "json" };
|
|
22
24
|
import aws_eventbridge_outbound_connector from "./element-templates/aws-eventbridge-outbound-connector.json" with { type: "json" };
|
|
23
25
|
import aws_lambda_outbound_connector from "./element-templates/aws-lambda-outbound-connector.json" with { type: "json" };
|
|
@@ -26,11 +28,13 @@ import aws_sagemaker_outbound_connector from "./element-templates/aws-sagemaker-
|
|
|
26
28
|
import aws_sns_inbound_boundary from "./element-templates/aws-sns-inbound-boundary.json" with { type: "json" };
|
|
27
29
|
import aws_sns_inbound_intermediate from "./element-templates/aws-sns-inbound-intermediate.json" with { type: "json" };
|
|
28
30
|
import aws_sns_inbound_message_start from "./element-templates/aws-sns-inbound-message-start.json" with { type: "json" };
|
|
31
|
+
import aws_sns_inbound_receive from "./element-templates/aws-sns-inbound-receive.json" with { type: "json" };
|
|
29
32
|
import aws_sns_inbound_start_event from "./element-templates/aws-sns-inbound-start-event.json" with { type: "json" };
|
|
30
33
|
import aws_sns_outbound_connector from "./element-templates/aws-sns-outbound-connector.json" with { type: "json" };
|
|
31
34
|
import aws_sqs_boundary_connector from "./element-templates/aws-sqs-boundary-connector.json" with { type: "json" };
|
|
32
35
|
import aws_sqs_inbound_intermediate_connector from "./element-templates/aws-sqs-inbound-intermediate-connector.json" with { type: "json" };
|
|
33
36
|
import aws_sqs_outbound_connector from "./element-templates/aws-sqs-outbound-connector.json" with { type: "json" };
|
|
37
|
+
import aws_sqs_receive_connector from "./element-templates/aws-sqs-receive-connector.json" with { type: "json" };
|
|
34
38
|
import aws_sqs_start_event_connector from "./element-templates/aws-sqs-start-event-connector.json" with { type: "json" };
|
|
35
39
|
import aws_sqs_start_message from "./element-templates/aws-sqs-start-message.json" with { type: "json" };
|
|
36
40
|
import aws_textract_outbound_connector from "./element-templates/aws-textract-outbound-connector.json" with { type: "json" };
|
|
@@ -49,6 +53,7 @@ import github_connector from "./element-templates/github-connector.json" with {
|
|
|
49
53
|
import github_webhook_connector_boundary from "./element-templates/github-webhook-connector-boundary.json" with { type: "json" };
|
|
50
54
|
import github_webhook_connector_intermediate from "./element-templates/github-webhook-connector-intermediate.json" with { type: "json" };
|
|
51
55
|
import github_webhook_connector_message_start from "./element-templates/github-webhook-connector-message-start.json" with { type: "json" };
|
|
56
|
+
import github_webhook_connector_receive from "./element-templates/github-webhook-connector-receive.json" with { type: "json" };
|
|
52
57
|
import github_webhook_connector_start_event from "./element-templates/github-webhook-connector-start-event.json" with { type: "json" };
|
|
53
58
|
import gitlab_connector from "./element-templates/gitlab-connector.json" with { type: "json" };
|
|
54
59
|
import google_cloud_storage_outbound_connector from "./element-templates/google-cloud-storage-outbound-connector.json" with { type: "json" };
|
|
@@ -62,10 +67,10 @@ import http_polling_boundary_catch_event_connector from "./element-templates/htt
|
|
|
62
67
|
import http_polling_connector from "./element-templates/http-polling-connector.json" with { type: "json" };
|
|
63
68
|
import hubspot_outbound_connector from "./element-templates/hubspot-outbound-connector.json" with { type: "json" };
|
|
64
69
|
import hugging_face_connector from "./element-templates/hugging-face-connector.json" with { type: "json" };
|
|
65
|
-
import idp_extraction_outbound_connector from "./element-templates/idp-extraction-outbound-connector.json" with { type: "json" };
|
|
66
70
|
import jdbc_outbound_connector from "./element-templates/jdbc-outbound-connector.json" with { type: "json" };
|
|
67
71
|
import kafka_inbound_connector_boundary from "./element-templates/kafka-inbound-connector-boundary.json" with { type: "json" };
|
|
68
72
|
import kafka_inbound_connector_intermediate from "./element-templates/kafka-inbound-connector-intermediate.json" with { type: "json" };
|
|
73
|
+
import kafka_inbound_connector_receive from "./element-templates/kafka-inbound-connector-receive.json" with { type: "json" };
|
|
69
74
|
import kafka_inbound_connector_start_message from "./element-templates/kafka-inbound-connector-start-message.json" with { type: "json" };
|
|
70
75
|
import kafka_inbound_connector from "./element-templates/kafka-inbound-connector.json" with { type: "json" };
|
|
71
76
|
import kafka_outbound_connector from "./element-templates/kafka-outbound-connector.json" with { type: "json" };
|
|
@@ -77,6 +82,7 @@ import power_automate_connector from "./element-templates/power-automate-connect
|
|
|
77
82
|
import rabbitmq_inbound_connector_boundary from "./element-templates/rabbitmq-inbound-connector-boundary.json" with { type: "json" };
|
|
78
83
|
import rabbitmq_inbound_connector_intermediate from "./element-templates/rabbitmq-inbound-connector-intermediate.json" with { type: "json" };
|
|
79
84
|
import rabbitmq_inbound_connector_message_start from "./element-templates/rabbitmq-inbound-connector-message-start.json" with { type: "json" };
|
|
85
|
+
import rabbitmq_inbound_connector_receive from "./element-templates/rabbitmq-inbound-connector-receive.json" with { type: "json" };
|
|
80
86
|
import rabbitmq_inbound_connector_start_event from "./element-templates/rabbitmq-inbound-connector-start-event.json" with { type: "json" };
|
|
81
87
|
import rabbitmq_outbound_connector from "./element-templates/rabbitmq-outbound-connector.json" with { type: "json" };
|
|
82
88
|
import rpa_connector from "./element-templates/rpa-connector.json" with { type: "json" };
|
|
@@ -85,9 +91,13 @@ import send_message_connector_intermediate_throw_event from "./element-templates
|
|
|
85
91
|
import send_message_connector_message_end_event from "./element-templates/send-message-connector-message-end-event.json" with { type: "json" };
|
|
86
92
|
import send_message_connector_send_task from "./element-templates/send-message-connector-send-task.json" with { type: "json" };
|
|
87
93
|
import sendgrid_outbound_connector from "./element-templates/sendgrid-outbound-connector.json" with { type: "json" };
|
|
94
|
+
import servicenow_connector from "./element-templates/servicenow-connector.json" with { type: "json" };
|
|
95
|
+
import servicenow_flow_starter_connector from "./element-templates/servicenow-flow-starter-connector.json" with { type: "json" };
|
|
96
|
+
import servicenow_incident_connector from "./element-templates/servicenow-incident-connector.json" with { type: "json" };
|
|
88
97
|
import slack_inbound_boundary from "./element-templates/slack-inbound-boundary.json" with { type: "json" };
|
|
89
98
|
import slack_inbound_intermediate from "./element-templates/slack-inbound-intermediate.json" with { type: "json" };
|
|
90
99
|
import slack_inbound_message_start from "./element-templates/slack-inbound-message-start.json" with { type: "json" };
|
|
100
|
+
import slack_inbound_receive from "./element-templates/slack-inbound-receive.json" with { type: "json" };
|
|
91
101
|
import slack_inbound_start_event from "./element-templates/slack-inbound-start-event.json" with { type: "json" };
|
|
92
102
|
import slack_outbound_connector from "./element-templates/slack-outbound-connector.json" with { type: "json" };
|
|
93
103
|
import soap_outbound_connector from "./element-templates/soap-outbound-connector.json" with { type: "json" };
|
|
@@ -96,15 +106,18 @@ import twilio_webhook_boundary_connector from "./element-templates/twilio-webhoo
|
|
|
96
106
|
import twilio_webhook_connector from "./element-templates/twilio-webhook-connector.json" with { type: "json" };
|
|
97
107
|
import twilio_webhook_intermediate_connector from "./element-templates/twilio-webhook-intermediate-connector.json" with { type: "json" };
|
|
98
108
|
import twilio_webhook_message_start_connector from "./element-templates/twilio-webhook-message-start-connector.json" with { type: "json" };
|
|
109
|
+
import twilio_webhook_receive_connector from "./element-templates/twilio-webhook-receive-connector.json" with { type: "json" };
|
|
99
110
|
import uipath_connector from "./element-templates/uipath-connector.json" with { type: "json" };
|
|
100
111
|
import webhook_connector_boundary from "./element-templates/webhook-connector-boundary.json" with { type: "json" };
|
|
101
112
|
import webhook_connector_intermediate from "./element-templates/webhook-connector-intermediate.json" with { type: "json" };
|
|
113
|
+
import webhook_connector_receive from "./element-templates/webhook-connector-receive.json" with { type: "json" };
|
|
102
114
|
import webhook_connector_start_event from "./element-templates/webhook-connector-start-event.json" with { type: "json" };
|
|
103
115
|
import webhook_connector_start_message from "./element-templates/webhook-connector-start-message.json" with { type: "json" };
|
|
104
116
|
import whatsapp_connector from "./element-templates/whatsapp-connector.json" with { type: "json" };
|
|
105
117
|
|
|
106
118
|
const allConnectors = [
|
|
107
119
|
agenticai_adhoctoolsschema_outbound_connector,
|
|
120
|
+
agenticai_aiagent_job_worker,
|
|
108
121
|
agenticai_aiagent_outbound_connector,
|
|
109
122
|
agenticai_mcp_client_outbound_connector,
|
|
110
123
|
agenticai_mcp_remote_client_outbound_connector,
|
|
@@ -116,6 +129,7 @@ const allConnectors = [
|
|
|
116
129
|
aws_eventbridge_connector_boundary,
|
|
117
130
|
aws_eventbridge_connector_intermediate,
|
|
118
131
|
aws_eventbridge_connector_message_start,
|
|
132
|
+
aws_eventbridge_connector_receive,
|
|
119
133
|
aws_eventbridge_connector_start_event,
|
|
120
134
|
aws_eventbridge_outbound_connector,
|
|
121
135
|
aws_lambda_outbound_connector,
|
|
@@ -124,11 +138,13 @@ const allConnectors = [
|
|
|
124
138
|
aws_sns_inbound_boundary,
|
|
125
139
|
aws_sns_inbound_intermediate,
|
|
126
140
|
aws_sns_inbound_message_start,
|
|
141
|
+
aws_sns_inbound_receive,
|
|
127
142
|
aws_sns_inbound_start_event,
|
|
128
143
|
aws_sns_outbound_connector,
|
|
129
144
|
aws_sqs_boundary_connector,
|
|
130
145
|
aws_sqs_inbound_intermediate_connector,
|
|
131
146
|
aws_sqs_outbound_connector,
|
|
147
|
+
aws_sqs_receive_connector,
|
|
132
148
|
aws_sqs_start_event_connector,
|
|
133
149
|
aws_sqs_start_message,
|
|
134
150
|
aws_textract_outbound_connector,
|
|
@@ -147,6 +163,7 @@ const allConnectors = [
|
|
|
147
163
|
github_webhook_connector_boundary,
|
|
148
164
|
github_webhook_connector_intermediate,
|
|
149
165
|
github_webhook_connector_message_start,
|
|
166
|
+
github_webhook_connector_receive,
|
|
150
167
|
github_webhook_connector_start_event,
|
|
151
168
|
gitlab_connector,
|
|
152
169
|
google_cloud_storage_outbound_connector,
|
|
@@ -160,10 +177,10 @@ const allConnectors = [
|
|
|
160
177
|
http_polling_connector,
|
|
161
178
|
hubspot_outbound_connector,
|
|
162
179
|
hugging_face_connector,
|
|
163
|
-
idp_extraction_outbound_connector,
|
|
164
180
|
jdbc_outbound_connector,
|
|
165
181
|
kafka_inbound_connector_boundary,
|
|
166
182
|
kafka_inbound_connector_intermediate,
|
|
183
|
+
kafka_inbound_connector_receive,
|
|
167
184
|
kafka_inbound_connector_start_message,
|
|
168
185
|
kafka_inbound_connector,
|
|
169
186
|
kafka_outbound_connector,
|
|
@@ -175,6 +192,7 @@ const allConnectors = [
|
|
|
175
192
|
rabbitmq_inbound_connector_boundary,
|
|
176
193
|
rabbitmq_inbound_connector_intermediate,
|
|
177
194
|
rabbitmq_inbound_connector_message_start,
|
|
195
|
+
rabbitmq_inbound_connector_receive,
|
|
178
196
|
rabbitmq_inbound_connector_start_event,
|
|
179
197
|
rabbitmq_outbound_connector,
|
|
180
198
|
rpa_connector,
|
|
@@ -183,9 +201,13 @@ const allConnectors = [
|
|
|
183
201
|
send_message_connector_message_end_event,
|
|
184
202
|
send_message_connector_send_task,
|
|
185
203
|
sendgrid_outbound_connector,
|
|
204
|
+
servicenow_connector,
|
|
205
|
+
servicenow_flow_starter_connector,
|
|
206
|
+
servicenow_incident_connector,
|
|
186
207
|
slack_inbound_boundary,
|
|
187
208
|
slack_inbound_intermediate,
|
|
188
209
|
slack_inbound_message_start,
|
|
210
|
+
slack_inbound_receive,
|
|
189
211
|
slack_inbound_start_event,
|
|
190
212
|
slack_outbound_connector,
|
|
191
213
|
soap_outbound_connector,
|
|
@@ -194,9 +216,11 @@ const allConnectors = [
|
|
|
194
216
|
twilio_webhook_connector,
|
|
195
217
|
twilio_webhook_intermediate_connector,
|
|
196
218
|
twilio_webhook_message_start_connector,
|
|
219
|
+
twilio_webhook_receive_connector,
|
|
197
220
|
uipath_connector,
|
|
198
221
|
webhook_connector_boundary,
|
|
199
222
|
webhook_connector_intermediate,
|
|
223
|
+
webhook_connector_receive,
|
|
200
224
|
webhook_connector_start_event,
|
|
201
225
|
webhook_connector_start_message,
|
|
202
226
|
whatsapp_connector,
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "Ad-hoc tools schema",
|
|
5
|
-
"id": "io.camunda.connectors.agenticai.adhoctoolsschema.
|
|
6
|
-
"description": "Connector to fetch tools schema information from an ad-hoc
|
|
4
|
+
"name": "Ad-hoc subprocess tools schema (alpha)",
|
|
5
|
+
"id": "io.camunda.connectors.agenticai.adhoctoolsschema.v0",
|
|
6
|
+
"description": "Connector to fetch tools schema information from an ad-hoc subprocess",
|
|
7
7
|
"metadata": {
|
|
8
8
|
"keywords": []
|
|
9
9
|
},
|
|
10
|
-
"
|
|
11
|
-
"
|
|
10
|
+
"version": 0,
|
|
11
|
+
"deprecated": true,
|
|
12
12
|
"category": {
|
|
13
13
|
"id": "connectors",
|
|
14
14
|
"name": "Connectors"
|
|
@@ -17,13 +17,10 @@
|
|
|
17
17
|
"elementType": {
|
|
18
18
|
"value": "bpmn:ServiceTask"
|
|
19
19
|
},
|
|
20
|
-
"engines": {
|
|
21
|
-
"camunda": "^8.8"
|
|
22
|
-
},
|
|
23
20
|
"groups": [
|
|
24
21
|
{
|
|
25
22
|
"id": "tools",
|
|
26
|
-
"label": "Available
|
|
23
|
+
"label": "Available Tools"
|
|
27
24
|
},
|
|
28
25
|
{
|
|
29
26
|
"id": "connector",
|
|
@@ -44,7 +41,7 @@
|
|
|
44
41
|
],
|
|
45
42
|
"properties": [
|
|
46
43
|
{
|
|
47
|
-
"value": "io.camunda.agenticai:adhoctoolsschema:
|
|
44
|
+
"value": "io.camunda.agenticai:adhoctoolsschema:0",
|
|
48
45
|
"binding": {
|
|
49
46
|
"property": "type",
|
|
50
47
|
"type": "zeebe:taskDefinition"
|
|
@@ -53,12 +50,9 @@
|
|
|
53
50
|
},
|
|
54
51
|
{
|
|
55
52
|
"id": "data.containerElementId",
|
|
56
|
-
"label": "Ad-hoc
|
|
57
|
-
"description": "The ID of the
|
|
53
|
+
"label": "Ad-hoc subprocess ID containing tools",
|
|
54
|
+
"description": "The ID of the subprocess containing the tools to be called",
|
|
58
55
|
"optional": false,
|
|
59
|
-
"constraints": {
|
|
60
|
-
"notEmpty": true
|
|
61
|
-
},
|
|
62
56
|
"feel": "optional",
|
|
63
57
|
"group": "tools",
|
|
64
58
|
"binding": {
|
|
@@ -71,7 +65,7 @@
|
|
|
71
65
|
"id": "version",
|
|
72
66
|
"label": "Version",
|
|
73
67
|
"description": "Version of the element template",
|
|
74
|
-
"value": "
|
|
68
|
+
"value": "0",
|
|
75
69
|
"group": "connector",
|
|
76
70
|
"binding": {
|
|
77
71
|
"key": "elementTemplateVersion",
|
|
@@ -83,7 +77,7 @@
|
|
|
83
77
|
"id": "id",
|
|
84
78
|
"label": "ID",
|
|
85
79
|
"description": "ID of the element template",
|
|
86
|
-
"value": "io.camunda.connectors.agenticai.adhoctoolsschema.
|
|
80
|
+
"value": "io.camunda.connectors.agenticai.adhoctoolsschema.v0",
|
|
87
81
|
"group": "connector",
|
|
88
82
|
"binding": {
|
|
89
83
|
"key": "elementTemplateId",
|
|
@@ -152,6 +146,9 @@
|
|
|
152
146
|
"type": "String"
|
|
153
147
|
}
|
|
154
148
|
],
|
|
149
|
+
"engines": {
|
|
150
|
+
"camunda": "^8.8"
|
|
151
|
+
},
|
|
155
152
|
"icon": {
|
|
156
153
|
"contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIGZpbGw9IiMwMDAwMDAiIGhlaWdodD0iODAwcHgiIHdpZHRoPSI4MDBweCIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgCgkgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBkPSJNNTAwLjIzLDI3MC4wNTFoLTc0LjU0VjIxMi42NmMwLTYuNTAxLTUuMjcxLTExLjc3LTExLjc3LTExLjc3aC00OC4xbDI3LjY4OC00Ny45NThsNjQuMDQ2LDM2Ljk3NwoJCQkJYzEuODA0LDEuMDQzLDMuODM3LDEuNTc3LDUuODg1LDEuNTc3YzEuMDE5LDAsMi4wNDQtMC4xMzMsMy4wNDYtMC40MDFjMy4wMTctMC44MDksNS41ODYtMi43OCw3LjE0Ny01LjQ4NGwyMC41OTgtMzUuNjc4CgkJCQljMi41MzMtNC4zODgsMS45NzUtOS45MDYtMS4zODktMTMuNjk2QzQ0NS45MTMsODMuMzMzLDM5NC43OTMsMjkuMzcxLDMzMS40MjQsMS42NDljLTUuNDkxLTIuNDAyLTExLjkxMy0wLjI5NC0xNC45MSw0Ljg5OQoJCQkJbC0zOC4yNTMsNjYuMjU2Yy0zLjI1MSw1LjYzLTEuMzIyLDEyLjgyOCw0LjMwOCwxNi4wNzhsMzkuNTg2LDIyLjg1NWwtNjkuMzk0LDEyMC4xODlsLTc4Ljg5My0xMTYuOTUzbC0yLjE5NC0xNi44MTgKCQkJCWMtMC4yMzctMS44MTMtMC44OTItMy41NDQtMS45MTQtNS4wNTlsLTI5LjgzNy00NC4yMzJjLTMuNjM2LTUuMzktMTAuOTUyLTYuODEtMTYuMzM5LTMuMTc2bC01My42NiwzNi4xOTMKCQkJCWMtMi41ODgsMS43NDYtNC4zNzcsNC40NDgtNC45NzMsNy41MTJjLTAuNTk2LDMuMDY0LDAuMDUxLDYuMjQsMS43OTYsOC44MjhsMjkuODM3LDQ0LjIzMmMxLjAyLDEuNTEzLDIuMzc5LDIuNzY3LDMuOTY4LDMuNjY1CgkJCQlsMTQuNzY5LDguMzQ1bDc3Ljk3LDExNS41ODdIMTQ3LjY3bC00Ni40NTgtOTUuNDg1Yy0yLjg0NS01Ljg0NS05Ljg5LTguMjc3LTE1LjczMy01LjQzNGMtNS44NDUsMi44NDUtOC4yNzgsOS44ODgtNS40MzQsMTUuNzMzCgkJCQlsNDEuNDQ3LDg1LjE4Nkg5MS43MTJsLTE4LjU1Ni00Mi4yMDVjLTIuNjE4LTUuOTUxLTkuNTY2LTguNjUzLTE1LjUxMi02LjAzN2MtNS45NTEsMi42MTYtOC42NTUsOS41NjEtNi4wMzgsMTUuNTEyCgkJCQlsMTQuMzksMzIuNzMySDExLjc3Yy02LjUsMC0xMS43Nyw1LjI2OS0xMS43NywxMS43N3Y2NC43MzZjMCw2LjUwMSw1LjI3MSwxMS43NywxMS43NywxMS43N2gyMC41OTh2MTQxLjI0MQoJCQkJYzAsNi41MDEsNS4yNzEsMTEuNzcsMTEuNzcsMTEuNzdoNDIzLjcyNGM2LjQ5OSwwLDExLjc3LTUuMjY5LDExLjc3LTExLjc3VjM1OC4zMjhoMjAuNTk4YzYuNSwwLDExLjc3LTUuMjY5LDExLjc3LTExLjc3CgkJCQl2LTY0LjczNkM1MTIsMjc1LjMyLDUwNi43MjksMjcwLjA1MSw1MDAuMjMsMjcwLjA1MXogTTQwMi4xNSwyMjQuNDN2NDUuNjIxaC03Ni4yNTlsMjYuMzM4LTQ1LjYyMUg0MDIuMTV6IE0zMDQuNTMzLDc0LjM4MQoJCQkJbDI2Ljk4Mi00Ni43MzRjNTIuMzg1LDI1LjgyNyw5Ni45MTcsNzEuNzgsMTM4LjA4LDExNy44NjhsLTEwLjQ2NCwxOC4xMjJMMzA0LjUzMyw3NC4zODF6IE0yNjMuNzM0LDI2MC4wMTMKCQkJCWMwLjAwNS0wLjAwOCwwLjAwNy0wLjAxNiwwLjAxMi0wLjAyNWw3OC43OTktMTM2LjQ4MmwzMC41NzgsMTcuNjU0bC03NC40MTIsMTI4Ljg5aC00MC43NzRMMjYzLjczNCwyNjAuMDEzeiBNMTMzLjI4NSwxMzkKCQkJCWMtMS4wMi0xLjUxMi0yLjM3OS0yLjc2Ny0zLjk2OC0zLjY2NWwtMTQuNzY5LTguMzQ1TDkyLjg0Niw5NC44MTVsMzQuMTQ0LTIzLjAyOWwyMS43MDIsMzIuMTcxbDIuMTk0LDE2LjgxOAoJCQkJYzAuMjM3LDEuODEzLDAuODkyLDMuNTQ0LDEuOTE0LDUuMDU5bDg2Ljg2OCwxMjguNzcybC04LjkxNywxNS40NDRoLTkuMDYzTDEzMy4yODUsMTM5eiBNNDU2LjA5Miw0MzguOTUyaC00OC44NDYKCQkJCWMtNi40OTksMC0xMS43Nyw1LjI2OS0xMS43NywxMS43N3M1LjI3MSwxMS43NywxMS43NywxMS43N2g0OC44NDZ2MjUuMzA2SDU1LjkwOHYtMjUuMzA2aDQ4Ljg0NgoJCQkJYzYuNDk5LDAsMTEuNzctNS4yNjksMTEuNzctMTEuNzdzLTUuMjcxLTExLjc3LTExLjc3LTExLjc3SDU1LjkwOHYtODAuNjI1aDEzNS4zNTZ2NDEuMTk1YzAsNi41MDEsNS4yNzEsMTEuNzcsMTEuNzcsMTEuNzcKCQkJCWgxMDUuOTMxYzYuNDk5LDAsMTEuNzctNS4yNjksMTEuNzctMTEuNzd2LTQxLjE5NWgxMzUuMzU2VjQzOC45NTJ6IE0yMTQuODA1LDM4Ny43NTJ2LTI5LjQyNWg4Mi4zOTF2MjkuNDI1SDIxNC44MDV6CgkJCQkgTTQ4OC40NiwzMzQuNzg3SDIzLjU0di00MS4xOTVoNDY0LjkyVjMzNC43ODd6Ii8+CgkJCTxwYXRoIGQ9Ik0xNDkuNjc3LDQzOC45NTJIMTQ4LjVjLTYuNDk5LDAtMTEuNzcsNS4yNjktMTEuNzcsMTEuNzdzNS4yNzEsMTEuNzcsMTEuNzcsMTEuNzdoMS4xNzcKCQkJCWM2LjQ5OSwwLDExLjc3LTUuMjY5LDExLjc3LTExLjc3UzE1Ni4xNzYsNDM4Ljk1MiwxNDkuNjc3LDQzOC45NTJ6Ii8+CgkJCTxwYXRoIGQ9Ik0zNjIuMzIzLDQ2Mi40OTJoMS4xNzdjNi40OTksMCwxMS43Ny01LjI2OSwxMS43Ny0xMS43N3MtNS4yNzEtMTEuNzctMTEuNzctMTEuNzdoLTEuMTc3CgkJCQljLTYuNDk5LDAtMTEuNzcsNS4yNjktMTEuNzcsMTEuNzdTMzU1LjgyNCw0NjIuNDkyLDM2Mi4zMjMsNDYyLjQ5MnoiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg=="
|
|
157
154
|
}
|
|
@@ -166,6 +163,7 @@
|
|
|
166
163
|
},
|
|
167
164
|
"documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-ad-hoc-tools-schema-resolver/",
|
|
168
165
|
"version": 1,
|
|
166
|
+
"deprecated": true,
|
|
169
167
|
"category": {
|
|
170
168
|
"id": "connectors",
|
|
171
169
|
"name": "Connectors"
|
|
@@ -315,13 +313,14 @@
|
|
|
315
313
|
},
|
|
316
314
|
{
|
|
317
315
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
318
|
-
"name": "Ad-hoc
|
|
319
|
-
"id": "io.camunda.connectors.agenticai.adhoctoolsschema.
|
|
320
|
-
"description": "Connector to fetch tools schema information from an ad-hoc
|
|
316
|
+
"name": "Ad-hoc tools schema",
|
|
317
|
+
"id": "io.camunda.connectors.agenticai.adhoctoolsschema.v1",
|
|
318
|
+
"description": "Connector to fetch tools schema information from an ad-hoc sub-process.",
|
|
321
319
|
"metadata": {
|
|
322
320
|
"keywords": []
|
|
323
321
|
},
|
|
324
|
-
"
|
|
322
|
+
"documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-ad-hoc-tools-schema-resolver/",
|
|
323
|
+
"version": 2,
|
|
325
324
|
"category": {
|
|
326
325
|
"id": "connectors",
|
|
327
326
|
"name": "Connectors"
|
|
@@ -330,10 +329,13 @@
|
|
|
330
329
|
"elementType": {
|
|
331
330
|
"value": "bpmn:ServiceTask"
|
|
332
331
|
},
|
|
332
|
+
"engines": {
|
|
333
|
+
"camunda": "^8.8"
|
|
334
|
+
},
|
|
333
335
|
"groups": [
|
|
334
336
|
{
|
|
335
337
|
"id": "tools",
|
|
336
|
-
"label": "Available
|
|
338
|
+
"label": "Available tools"
|
|
337
339
|
},
|
|
338
340
|
{
|
|
339
341
|
"id": "connector",
|
|
@@ -354,7 +356,7 @@
|
|
|
354
356
|
],
|
|
355
357
|
"properties": [
|
|
356
358
|
{
|
|
357
|
-
"value": "io.camunda.agenticai:adhoctoolsschema:
|
|
359
|
+
"value": "io.camunda.agenticai:adhoctoolsschema:1",
|
|
358
360
|
"binding": {
|
|
359
361
|
"property": "type",
|
|
360
362
|
"type": "zeebe:taskDefinition"
|
|
@@ -363,9 +365,12 @@
|
|
|
363
365
|
},
|
|
364
366
|
{
|
|
365
367
|
"id": "data.containerElementId",
|
|
366
|
-
"label": "Ad-hoc
|
|
367
|
-
"description": "The ID of the
|
|
368
|
+
"label": "Ad-hoc sub-process ID",
|
|
369
|
+
"description": "The ID of the sub-process containing the tools to be called",
|
|
368
370
|
"optional": false,
|
|
371
|
+
"constraints": {
|
|
372
|
+
"notEmpty": true
|
|
373
|
+
},
|
|
369
374
|
"feel": "optional",
|
|
370
375
|
"group": "tools",
|
|
371
376
|
"binding": {
|
|
@@ -378,7 +383,7 @@
|
|
|
378
383
|
"id": "version",
|
|
379
384
|
"label": "Version",
|
|
380
385
|
"description": "Version of the element template",
|
|
381
|
-
"value": "
|
|
386
|
+
"value": "2",
|
|
382
387
|
"group": "connector",
|
|
383
388
|
"binding": {
|
|
384
389
|
"key": "elementTemplateVersion",
|
|
@@ -390,7 +395,7 @@
|
|
|
390
395
|
"id": "id",
|
|
391
396
|
"label": "ID",
|
|
392
397
|
"description": "ID of the element template",
|
|
393
|
-
"value": "io.camunda.connectors.agenticai.adhoctoolsschema.
|
|
398
|
+
"value": "io.camunda.connectors.agenticai.adhoctoolsschema.v1",
|
|
394
399
|
"group": "connector",
|
|
395
400
|
"binding": {
|
|
396
401
|
"key": "elementTemplateId",
|
|
@@ -459,9 +464,6 @@
|
|
|
459
464
|
"type": "String"
|
|
460
465
|
}
|
|
461
466
|
],
|
|
462
|
-
"engines": {
|
|
463
|
-
"camunda": "^8.8"
|
|
464
|
-
},
|
|
465
467
|
"icon": {
|
|
466
468
|
"contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIGZpbGw9IiMwMDAwMDAiIGhlaWdodD0iODAwcHgiIHdpZHRoPSI4MDBweCIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgCgkgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBkPSJNNTAwLjIzLDI3MC4wNTFoLTc0LjU0VjIxMi42NmMwLTYuNTAxLTUuMjcxLTExLjc3LTExLjc3LTExLjc3aC00OC4xbDI3LjY4OC00Ny45NThsNjQuMDQ2LDM2Ljk3NwoJCQkJYzEuODA0LDEuMDQzLDMuODM3LDEuNTc3LDUuODg1LDEuNTc3YzEuMDE5LDAsMi4wNDQtMC4xMzMsMy4wNDYtMC40MDFjMy4wMTctMC44MDksNS41ODYtMi43OCw3LjE0Ny01LjQ4NGwyMC41OTgtMzUuNjc4CgkJCQljMi41MzMtNC4zODgsMS45NzUtOS45MDYtMS4zODktMTMuNjk2QzQ0NS45MTMsODMuMzMzLDM5NC43OTMsMjkuMzcxLDMzMS40MjQsMS42NDljLTUuNDkxLTIuNDAyLTExLjkxMy0wLjI5NC0xNC45MSw0Ljg5OQoJCQkJbC0zOC4yNTMsNjYuMjU2Yy0zLjI1MSw1LjYzLTEuMzIyLDEyLjgyOCw0LjMwOCwxNi4wNzhsMzkuNTg2LDIyLjg1NWwtNjkuMzk0LDEyMC4xODlsLTc4Ljg5My0xMTYuOTUzbC0yLjE5NC0xNi44MTgKCQkJCWMtMC4yMzctMS44MTMtMC44OTItMy41NDQtMS45MTQtNS4wNTlsLTI5LjgzNy00NC4yMzJjLTMuNjM2LTUuMzktMTAuOTUyLTYuODEtMTYuMzM5LTMuMTc2bC01My42NiwzNi4xOTMKCQkJCWMtMi41ODgsMS43NDYtNC4zNzcsNC40NDgtNC45NzMsNy41MTJjLTAuNTk2LDMuMDY0LDAuMDUxLDYuMjQsMS43OTYsOC44MjhsMjkuODM3LDQ0LjIzMmMxLjAyLDEuNTEzLDIuMzc5LDIuNzY3LDMuOTY4LDMuNjY1CgkJCQlsMTQuNzY5LDguMzQ1bDc3Ljk3LDExNS41ODdIMTQ3LjY3bC00Ni40NTgtOTUuNDg1Yy0yLjg0NS01Ljg0NS05Ljg5LTguMjc3LTE1LjczMy01LjQzNGMtNS44NDUsMi44NDUtOC4yNzgsOS44ODgtNS40MzQsMTUuNzMzCgkJCQlsNDEuNDQ3LDg1LjE4Nkg5MS43MTJsLTE4LjU1Ni00Mi4yMDVjLTIuNjE4LTUuOTUxLTkuNTY2LTguNjUzLTE1LjUxMi02LjAzN2MtNS45NTEsMi42MTYtOC42NTUsOS41NjEtNi4wMzgsMTUuNTEyCgkJCQlsMTQuMzksMzIuNzMySDExLjc3Yy02LjUsMC0xMS43Nyw1LjI2OS0xMS43NywxMS43N3Y2NC43MzZjMCw2LjUwMSw1LjI3MSwxMS43NywxMS43NywxMS43N2gyMC41OTh2MTQxLjI0MQoJCQkJYzAsNi41MDEsNS4yNzEsMTEuNzcsMTEuNzcsMTEuNzdoNDIzLjcyNGM2LjQ5OSwwLDExLjc3LTUuMjY5LDExLjc3LTExLjc3VjM1OC4zMjhoMjAuNTk4YzYuNSwwLDExLjc3LTUuMjY5LDExLjc3LTExLjc3CgkJCQl2LTY0LjczNkM1MTIsMjc1LjMyLDUwNi43MjksMjcwLjA1MSw1MDAuMjMsMjcwLjA1MXogTTQwMi4xNSwyMjQuNDN2NDUuNjIxaC03Ni4yNTlsMjYuMzM4LTQ1LjYyMUg0MDIuMTV6IE0zMDQuNTMzLDc0LjM4MQoJCQkJbDI2Ljk4Mi00Ni43MzRjNTIuMzg1LDI1LjgyNyw5Ni45MTcsNzEuNzgsMTM4LjA4LDExNy44NjhsLTEwLjQ2NCwxOC4xMjJMMzA0LjUzMyw3NC4zODF6IE0yNjMuNzM0LDI2MC4wMTMKCQkJCWMwLjAwNS0wLjAwOCwwLjAwNy0wLjAxNiwwLjAxMi0wLjAyNWw3OC43OTktMTM2LjQ4MmwzMC41NzgsMTcuNjU0bC03NC40MTIsMTI4Ljg5aC00MC43NzRMMjYzLjczNCwyNjAuMDEzeiBNMTMzLjI4NSwxMzkKCQkJCWMtMS4wMi0xLjUxMi0yLjM3OS0yLjc2Ny0zLjk2OC0zLjY2NWwtMTQuNzY5LTguMzQ1TDkyLjg0Niw5NC44MTVsMzQuMTQ0LTIzLjAyOWwyMS43MDIsMzIuMTcxbDIuMTk0LDE2LjgxOAoJCQkJYzAuMjM3LDEuODEzLDAuODkyLDMuNTQ0LDEuOTE0LDUuMDU5bDg2Ljg2OCwxMjguNzcybC04LjkxNywxNS40NDRoLTkuMDYzTDEzMy4yODUsMTM5eiBNNDU2LjA5Miw0MzguOTUyaC00OC44NDYKCQkJCWMtNi40OTksMC0xMS43Nyw1LjI2OS0xMS43NywxMS43N3M1LjI3MSwxMS43NywxMS43NywxMS43N2g0OC44NDZ2MjUuMzA2SDU1LjkwOHYtMjUuMzA2aDQ4Ljg0NgoJCQkJYzYuNDk5LDAsMTEuNzctNS4yNjksMTEuNzctMTEuNzdzLTUuMjcxLTExLjc3LTExLjc3LTExLjc3SDU1LjkwOHYtODAuNjI1aDEzNS4zNTZ2NDEuMTk1YzAsNi41MDEsNS4yNzEsMTEuNzcsMTEuNzcsMTEuNzcKCQkJCWgxMDUuOTMxYzYuNDk5LDAsMTEuNzctNS4yNjksMTEuNzctMTEuNzd2LTQxLjE5NWgxMzUuMzU2VjQzOC45NTJ6IE0yMTQuODA1LDM4Ny43NTJ2LTI5LjQyNWg4Mi4zOTF2MjkuNDI1SDIxNC44MDV6CgkJCQkgTTQ4OC40NiwzMzQuNzg3SDIzLjU0di00MS4xOTVoNDY0LjkyVjMzNC43ODd6Ii8+CgkJCTxwYXRoIGQ9Ik0xNDkuNjc3LDQzOC45NTJIMTQ4LjVjLTYuNDk5LDAtMTEuNzcsNS4yNjktMTEuNzcsMTEuNzdzNS4yNzEsMTEuNzcsMTEuNzcsMTEuNzdoMS4xNzcKCQkJCWM2LjQ5OSwwLDExLjc3LTUuMjY5LDExLjc3LTExLjc3UzE1Ni4xNzYsNDM4Ljk1MiwxNDkuNjc3LDQzOC45NTJ6Ii8+CgkJCTxwYXRoIGQ9Ik0zNjIuMzIzLDQ2Mi40OTJoMS4xNzdjNi40OTksMCwxMS43Ny01LjI2OSwxMS43Ny0xMS43N3MtNS4yNzEtMTEuNzctMTEuNzctMTEuNzdoLTEuMTc3CgkJCQljLTYuNDk5LDAtMTEuNzcsNS4yNjktMTEuNzcsMTEuNzdTMzU1LjgyNCw0NjIuNDkyLDM2Mi4zMjMsNDYyLjQ5MnoiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg=="
|
|
467
469
|
}
|