@camunda/connectors-element-templates 1.0.11 → 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.
|
|
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": {
|
|
@@ -12,5 +12,9 @@
|
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"mocha": "^11.7.1",
|
|
14
14
|
"prettier": "3.7.4"
|
|
15
|
+
},
|
|
16
|
+
"repository": {
|
|
17
|
+
"type": "git",
|
|
18
|
+
"url": "https://github.com/camunda/connectors"
|
|
15
19
|
}
|
|
16
20
|
}
|
|
@@ -5147,6 +5147,10 @@
|
|
|
5147
5147
|
"name": "Credentials",
|
|
5148
5148
|
"value": "credentials"
|
|
5149
5149
|
},
|
|
5150
|
+
{
|
|
5151
|
+
"name": "API Key",
|
|
5152
|
+
"value": "apiKey"
|
|
5153
|
+
},
|
|
5150
5154
|
{
|
|
5151
5155
|
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
5152
5156
|
"value": "defaultCredentialsChain"
|
|
@@ -5213,6 +5217,36 @@
|
|
|
5213
5217
|
},
|
|
5214
5218
|
"type": "String"
|
|
5215
5219
|
},
|
|
5220
|
+
{
|
|
5221
|
+
"id": "provider.bedrock.authentication.apiKey",
|
|
5222
|
+
"label": "API Key",
|
|
5223
|
+
"description": "Provide an API Key with permissions to interact with your AWS Bedrock Instance",
|
|
5224
|
+
"optional": false,
|
|
5225
|
+
"constraints": {
|
|
5226
|
+
"notEmpty": true
|
|
5227
|
+
},
|
|
5228
|
+
"feel": "optional",
|
|
5229
|
+
"group": "provider",
|
|
5230
|
+
"binding": {
|
|
5231
|
+
"name": "provider.bedrock.authentication.apiKey",
|
|
5232
|
+
"type": "zeebe:input"
|
|
5233
|
+
},
|
|
5234
|
+
"condition": {
|
|
5235
|
+
"allMatch": [
|
|
5236
|
+
{
|
|
5237
|
+
"property": "provider.bedrock.authentication.type",
|
|
5238
|
+
"equals": "apiKey",
|
|
5239
|
+
"type": "simple"
|
|
5240
|
+
},
|
|
5241
|
+
{
|
|
5242
|
+
"property": "provider.type",
|
|
5243
|
+
"equals": "bedrock",
|
|
5244
|
+
"type": "simple"
|
|
5245
|
+
}
|
|
5246
|
+
]
|
|
5247
|
+
},
|
|
5248
|
+
"type": "String"
|
|
5249
|
+
},
|
|
5216
5250
|
{
|
|
5217
5251
|
"id": "provider.azureOpenAi.endpoint",
|
|
5218
5252
|
"label": "Endpoint",
|
|
@@ -8384,6 +8384,10 @@
|
|
|
8384
8384
|
"name": "Credentials",
|
|
8385
8385
|
"value": "credentials"
|
|
8386
8386
|
},
|
|
8387
|
+
{
|
|
8388
|
+
"name": "API Key",
|
|
8389
|
+
"value": "apiKey"
|
|
8390
|
+
},
|
|
8387
8391
|
{
|
|
8388
8392
|
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
8389
8393
|
"value": "defaultCredentialsChain"
|
|
@@ -8450,6 +8454,36 @@
|
|
|
8450
8454
|
},
|
|
8451
8455
|
"type": "String"
|
|
8452
8456
|
},
|
|
8457
|
+
{
|
|
8458
|
+
"id": "provider.bedrock.authentication.apiKey",
|
|
8459
|
+
"label": "API Key",
|
|
8460
|
+
"description": "Provide an API Key with permissions to interact with your AWS Bedrock Instance",
|
|
8461
|
+
"optional": false,
|
|
8462
|
+
"constraints": {
|
|
8463
|
+
"notEmpty": true
|
|
8464
|
+
},
|
|
8465
|
+
"feel": "optional",
|
|
8466
|
+
"group": "provider",
|
|
8467
|
+
"binding": {
|
|
8468
|
+
"name": "provider.bedrock.authentication.apiKey",
|
|
8469
|
+
"type": "zeebe:input"
|
|
8470
|
+
},
|
|
8471
|
+
"condition": {
|
|
8472
|
+
"allMatch": [
|
|
8473
|
+
{
|
|
8474
|
+
"property": "provider.bedrock.authentication.type",
|
|
8475
|
+
"equals": "apiKey",
|
|
8476
|
+
"type": "simple"
|
|
8477
|
+
},
|
|
8478
|
+
{
|
|
8479
|
+
"property": "provider.type",
|
|
8480
|
+
"equals": "bedrock",
|
|
8481
|
+
"type": "simple"
|
|
8482
|
+
}
|
|
8483
|
+
]
|
|
8484
|
+
},
|
|
8485
|
+
"type": "String"
|
|
8486
|
+
},
|
|
8453
8487
|
{
|
|
8454
8488
|
"id": "provider.azureOpenAi.endpoint",
|
|
8455
8489
|
"label": "Endpoint",
|