Skip to content

Commit

Permalink
chore: delete/rename duplicated property IDs in the templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksiivanov committed Apr 4, 2024
1 parent 7bf6980 commit 7a9ccbc
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 13 deletions.
4 changes: 0 additions & 4 deletions connectors/asana/element-templates/asana-connector.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
"id": "authentication",
"label": "Authentication"
},
{
"id": "operation",
"label": "Operation"
},
{
"id": "output",
"label": "Output"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
}
},
{
"id": "authenticationType",
"id": "authentication.clientAuthentication",
"group": "authentication",
"value": "basicAuthHeader",
"type": "Hidden",
Expand Down Expand Up @@ -448,7 +448,7 @@
},
{
"label": "Result expression",
"id": "resultExpressionGet",
"id": "resultExpressionGetItemState",
"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>",
"group": "output",
"type": "String",
Expand All @@ -467,7 +467,7 @@
},
{
"label": "Result expression",
"id": "resultExpressionGet",
"id": "resultExpressionGetItemId",
"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>",
"group": "output",
"type": "String",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
},
{
"label": "Client authentication",
"id": "authenticationType",
"id": "authentication.clientAuthentication",
"group": "authentication",
"description": "Send client ID and client secret as Basic Auth request in the header, or as client credentials in the request body",
"value": "basicAuthHeader",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
},
{
"label": "Client authentication",
"id": "authenticationType",
"id": "authentication.clientAuthentication",
"group": "authentication",
"description": "Send client ID and client secret as Basic Auth request in the header, or as client credentials in the request body",
"value": "basicAuthHeader",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@
},
{
"description": "Client authentication type",
"id": "authenticationType",
"id": "authentication.clientAuthentication",
"value": "credentialsBody",
"type": "Hidden",
"binding": {
Expand Down
6 changes: 3 additions & 3 deletions connectors/uipath/element-templates/uipath-connector.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
}
},
{
"id": "authenticationType",
"id": "authentication.clientAuthentication",
"group": "authentication",
"value": "basicAuthHeader",
"type": "Hidden",
Expand Down Expand Up @@ -455,7 +455,7 @@
},
{
"label": "Result expression",
"id": "resultExpressionGet",
"id": "resultExpressionGetBodyId",
"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>",
"group": "output",
"type": "String",
Expand All @@ -474,7 +474,7 @@
},
{
"label": "Result expression",
"id": "resultExpressionGet",
"id": "resultExpressionGetStatus",
"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>",
"group": "output",
"type": "String",
Expand Down

0 comments on commit 7a9ccbc

Please sign in to comment.