@camunda/connectors-element-templates 1.0.10 → 1.0.12

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/connectors-element-templates",
3
- "version": "1.0.10",
3
+ "version": "1.0.12",
4
4
  "description": "Camunda Connectors Store with all out of the box connectors",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -11,6 +11,10 @@
11
11
  "license": "Camunda License 1.0",
12
12
  "devDependencies": {
13
13
  "mocha": "^11.7.1",
14
- "prettier": "3.6.2"
14
+ "prettier": "3.7.4"
15
+ },
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "https://github.com/camunda/connectors"
15
19
  }
16
20
  }
package/src/connectors.js CHANGED
@@ -6,6 +6,11 @@
6
6
  * except in compliance with the Camunda License 1.0.
7
7
  */
8
8
 
9
+ import agenticai_a2a_client_outbound_connector from "./element-templates/agenticai-a2a-client-outbound-connector.json" with { type: "json" };
10
+ import agenticai_a2a_client_polling_inbound_connector_intermediate from "./element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json" with { type: "json" };
11
+ import agenticai_a2a_client_polling_inbound_connector_receive from "./element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json" with { type: "json" };
12
+ import agenticai_a2a_client_webhook_inbound_connector_intermediate from "./element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json" with { type: "json" };
13
+ import agenticai_a2a_client_webhook_inbound_connector_receive from "./element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json" with { type: "json" };
9
14
  import agenticai_adhoctoolsschema_outbound_connector from "./element-templates/agenticai-adhoctoolsschema-outbound-connector.json" with { type: "json" };
10
15
  import agenticai_aiagent_job_worker from "./element-templates/agenticai-aiagent-job-worker.json" with { type: "json" };
11
16
  import agenticai_aiagent_outbound_connector from "./element-templates/agenticai-aiagent-outbound-connector.json" with { type: "json" };
@@ -116,6 +121,11 @@ import webhook_connector_start_message from "./element-templates/webhook-connect
116
121
  import whatsapp_connector from "./element-templates/whatsapp-connector.json" with { type: "json" };
117
122
 
118
123
  const allConnectors = [
124
+ agenticai_a2a_client_outbound_connector,
125
+ agenticai_a2a_client_polling_inbound_connector_intermediate,
126
+ agenticai_a2a_client_polling_inbound_connector_receive,
127
+ agenticai_a2a_client_webhook_inbound_connector_intermediate,
128
+ agenticai_a2a_client_webhook_inbound_connector_receive,
119
129
  agenticai_adhoctoolsschema_outbound_connector,
120
130
  agenticai_aiagent_job_worker,
121
131
  agenticai_aiagent_outbound_connector,