@camunda/connectors-element-templates 1.0.6 → 1.0.7
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 +2 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +1 -0
- package/src/element-templates/agenticai-aiagent-job-worker.json +1618 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +1593 -36
- package/src/element-templates/asana-connector.json +99 -99
- package/src/element-templates/automation-anywhere-outbound-connector.json +70 -70
- package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1423 -1423
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +38 -38
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +475 -475
- package/src/element-templates/aws-lambda-outbound-connector.json +314 -314
- package/src/element-templates/aws-sns-inbound-boundary.json +193 -193
- package/src/element-templates/aws-sns-inbound-intermediate.json +229 -229
- package/src/element-templates/aws-sns-inbound-start-event.json +6 -6
- package/src/element-templates/aws-sns-outbound-connector.json +362 -362
- package/src/element-templates/aws-sqs-boundary-connector.json +238 -238
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +528 -528
- package/src/element-templates/aws-sqs-outbound-connector.json +393 -393
- package/src/element-templates/aws-sqs-start-event-connector.json +748 -748
- package/src/element-templates/aws-sqs-start-message.json +422 -422
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +13 -13
- 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 +121 -121
- package/src/element-templates/email-message-start-event-connector.json +19 -19
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +20 -35
- package/src/element-templates/github-connector.json +4988 -4988
- package/src/element-templates/github-webhook-connector-boundary.json +21 -21
- package/src/element-templates/github-webhook-connector-intermediate.json +24 -24
- package/src/element-templates/github-webhook-connector-message-start.json +21 -21
- package/src/element-templates/github-webhook-connector-start-event.json +34 -34
- package/src/element-templates/gitlab-connector.json +1185 -1185
- package/src/element-templates/google-drive-outbound-connector.json +759 -759
- package/src/element-templates/google-maps-platform-connector.json +75 -75
- package/src/element-templates/google-sheets-outbound-connector.json +1259 -1259
- package/src/element-templates/graphql-outbound-connector.json +573 -573
- package/src/element-templates/http-json-connector.json +1863 -1863
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +7 -7
- package/src/element-templates/http-polling-connector.json +7 -7
- package/src/element-templates/jdbc-outbound-connector.json +36 -36
- package/src/element-templates/kafka-inbound-connector-boundary.json +432 -432
- package/src/element-templates/kafka-inbound-connector-intermediate.json +915 -915
- package/src/element-templates/kafka-inbound-connector-start-message.json +608 -608
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +166 -166
- package/src/element-templates/microsoft-office365-mail-connector.json +60 -60
- package/src/element-templates/microsoft-teams-outbound-connector.json +4368 -4368
- package/src/element-templates/openai-connector.json +173 -173
- package/src/element-templates/operate-connector.json +23 -19
- package/src/element-templates/power-automate-connector.json +4 -4
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +431 -431
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +440 -440
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +461 -461
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +487 -487
- package/src/element-templates/rabbitmq-outbound-connector.json +360 -360
- package/src/element-templates/salesforce-connector.json +10 -10
- package/src/element-templates/sendgrid-outbound-connector.json +484 -484
- package/src/element-templates/slack-inbound-boundary.json +362 -362
- package/src/element-templates/slack-inbound-intermediate.json +438 -438
- package/src/element-templates/slack-inbound-message-start.json +217 -217
- package/src/element-templates/slack-inbound-start-event.json +235 -235
- package/src/element-templates/slack-outbound-connector.json +895 -895
- package/src/element-templates/twilio-connector.json +67 -67
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-connector.json +10 -10
- package/src/element-templates/uipath-connector.json +41 -41
- package/src/element-templates/webhook-connector-boundary.json +1651 -1651
- package/src/element-templates/webhook-connector-intermediate.json +771 -771
- package/src/element-templates/webhook-connector-start-event.json +1630 -1630
- package/src/element-templates/webhook-connector-start-message.json +1251 -1251
- package/src/element-templates/whatsapp-connector.json +42 -42
- 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" };
|
|
@@ -62,7 +63,6 @@ import http_polling_boundary_catch_event_connector from "./element-templates/htt
|
|
|
62
63
|
import http_polling_connector from "./element-templates/http-polling-connector.json" with { type: "json" };
|
|
63
64
|
import hubspot_outbound_connector from "./element-templates/hubspot-outbound-connector.json" with { type: "json" };
|
|
64
65
|
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
66
|
import jdbc_outbound_connector from "./element-templates/jdbc-outbound-connector.json" with { type: "json" };
|
|
67
67
|
import kafka_inbound_connector_boundary from "./element-templates/kafka-inbound-connector-boundary.json" with { type: "json" };
|
|
68
68
|
import kafka_inbound_connector_intermediate from "./element-templates/kafka-inbound-connector-intermediate.json" with { type: "json" };
|
|
@@ -105,6 +105,7 @@ import whatsapp_connector from "./element-templates/whatsapp-connector.json" wit
|
|
|
105
105
|
|
|
106
106
|
const allConnectors = [
|
|
107
107
|
agenticai_adhoctoolsschema_outbound_connector,
|
|
108
|
+
agenticai_aiagent_job_worker,
|
|
108
109
|
agenticai_aiagent_outbound_connector,
|
|
109
110
|
agenticai_mcp_client_outbound_connector,
|
|
110
111
|
agenticai_mcp_remote_client_outbound_connector,
|
|
@@ -160,7 +161,6 @@ const allConnectors = [
|
|
|
160
161
|
http_polling_connector,
|
|
161
162
|
hubspot_outbound_connector,
|
|
162
163
|
hugging_face_connector,
|
|
163
|
-
idp_extraction_outbound_connector,
|
|
164
164
|
jdbc_outbound_connector,
|
|
165
165
|
kafka_inbound_connector_boundary,
|
|
166
166
|
kafka_inbound_connector_intermediate,
|