@camunda/connectors-element-templates 1.0.20 → 1.0.21

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.
Files changed (115) hide show
  1. package/package.json +2 -2
  2. package/src/connectors-template.js +1 -3
  3. package/src/connectors.js +4 -0
  4. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +40 -40
  5. package/src/element-templates/agenticai-aiagent-job-worker.json +2483 -475
  6. package/src/element-templates/agenticai-aiagent-outbound-connector.json +5352 -3427
  7. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +717 -35
  8. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2254 -809
  9. package/src/element-templates/app-integrations-connector.json +1047 -0
  10. package/src/element-templates/asana-connector.json +1050 -216
  11. package/src/element-templates/automation-anywhere-outbound-connector.json +2046 -1553
  12. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1067 -29
  13. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +385 -4
  14. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +441 -4
  15. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +416 -4
  16. package/src/element-templates/aws-bedrock-outbound-connector.json +2274 -624
  17. package/src/element-templates/aws-comprehend-outbound-connector.json +1572 -0
  18. package/src/element-templates/aws-dynamodb-outbound-connector.json +2385 -949
  19. package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
  20. package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
  21. package/src/element-templates/aws-eventbridge-connector-start-event.json +20 -20
  22. package/src/element-templates/aws-eventbridge-outbound-connector.json +680 -266
  23. package/src/element-templates/aws-lambda-outbound-connector.json +462 -63
  24. package/src/element-templates/aws-s3-outbound-connector.json +1850 -329
  25. package/src/element-templates/aws-sagemaker-outbound-connector.json +680 -51
  26. package/src/element-templates/aws-sns-inbound-boundary.json +207 -206
  27. package/src/element-templates/aws-sns-inbound-intermediate.json +410 -409
  28. package/src/element-templates/aws-sns-inbound-message-start.json +4 -3
  29. package/src/element-templates/aws-sns-inbound-receive.json +4 -3
  30. package/src/element-templates/aws-sns-inbound-start-event.json +138 -138
  31. package/src/element-templates/aws-sns-outbound-connector.json +643 -186
  32. package/src/element-templates/aws-sqs-boundary-connector.json +1059 -540
  33. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +1046 -527
  34. package/src/element-templates/aws-sqs-outbound-connector.json +596 -143
  35. package/src/element-templates/aws-sqs-receive-connector.json +525 -7
  36. package/src/element-templates/aws-sqs-start-event-connector.json +401 -401
  37. package/src/element-templates/aws-sqs-start-message.json +736 -185
  38. package/src/element-templates/aws-textract-outbound-connector.json +925 -190
  39. package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
  40. package/src/element-templates/azure-open-ai-connector.json +1372 -9
  41. package/src/element-templates/blue-prism-connector.json +655 -76
  42. package/src/element-templates/box-outbound-connector.json +2331 -247
  43. package/src/element-templates/csv-outbound-connector.json +44 -44
  44. package/src/element-templates/easy-post-connector.json +1178 -97
  45. package/src/element-templates/email-outbound-connector.json +3087 -1013
  46. package/src/element-templates/embeddings-vector-database-outbound-connector.json +2160 -0
  47. package/src/element-templates/github-connector.json +14049 -9863
  48. package/src/element-templates/github-webhook-connector-boundary.json +24 -24
  49. package/src/element-templates/github-webhook-connector-intermediate.json +33 -33
  50. package/src/element-templates/github-webhook-connector-message-start.json +8 -8
  51. package/src/element-templates/github-webhook-connector-receive.json +8 -8
  52. package/src/element-templates/github-webhook-connector-start-event.json +54 -54
  53. package/src/element-templates/gitlab-connector.json +2110 -208
  54. package/src/element-templates/google-cloud-storage-outbound-connector.json +1448 -241
  55. package/src/element-templates/google-drive-outbound-connector.json +2246 -694
  56. package/src/element-templates/google-gemini-outbound-connector.json +8 -22
  57. package/src/element-templates/google-maps-platform-connector.json +688 -137
  58. package/src/element-templates/google-sheets-outbound-connector.json +3631 -2475
  59. package/src/element-templates/graphql-outbound-connector.json +3346 -789
  60. package/src/element-templates/http-json-connector.json +5295 -2803
  61. package/src/element-templates/http-polling-boundary-catch-event-connector.json +2550 -590
  62. package/src/element-templates/http-polling-connector.json +2886 -926
  63. package/src/element-templates/hubspot-outbound-connector.json +2786 -36
  64. package/src/element-templates/hugging-face-connector.json +44 -43
  65. package/src/element-templates/jdbc-outbound-connector.json +505 -8
  66. package/src/element-templates/kafka-inbound-connector-boundary.json +29 -32
  67. package/src/element-templates/kafka-inbound-connector-intermediate.json +615 -618
  68. package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
  69. package/src/element-templates/kafka-inbound-connector-start-message.json +9 -12
  70. package/src/element-templates/kafka-inbound-connector.json +240 -240
  71. package/src/element-templates/kafka-outbound-connector.json +494 -498
  72. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
  73. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
  74. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
  75. package/src/element-templates/microsoft-office365-mail-connector.json +1095 -39
  76. package/src/element-templates/microsoft-teams-outbound-connector.json +7335 -4894
  77. package/src/element-templates/openai-connector.json +596 -102
  78. package/src/element-templates/operate-connector.json +167 -170
  79. package/src/element-templates/orchestration-connector.json +1843 -0
  80. package/src/element-templates/power-automate-connector.json +64 -64
  81. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +449 -451
  82. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +770 -772
  83. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +576 -578
  84. package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
  85. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +105 -105
  86. package/src/element-templates/rabbitmq-outbound-connector.json +319 -319
  87. package/src/element-templates/rpa-connector.json +6 -6
  88. package/src/element-templates/salesforce-connector.json +690 -56
  89. package/src/element-templates/send-message-connector-intermediate-throw-event.json +300 -0
  90. package/src/element-templates/send-message-connector-message-end-event.json +300 -0
  91. package/src/element-templates/send-message-connector-send-task.json +299 -0
  92. package/src/element-templates/sendgrid-outbound-connector.json +597 -597
  93. package/src/element-templates/servicenow-connector.json +1365 -8
  94. package/src/element-templates/servicenow-flow-starter-connector.json +15 -15
  95. package/src/element-templates/servicenow-incident-connector.json +1076 -30
  96. package/src/element-templates/slack-inbound-boundary.json +374 -374
  97. package/src/element-templates/slack-inbound-intermediate.json +766 -766
  98. package/src/element-templates/slack-inbound-message-start.json +145 -145
  99. package/src/element-templates/slack-inbound-receive.json +2 -2
  100. package/src/element-templates/slack-inbound-start-event.json +211 -211
  101. package/src/element-templates/slack-outbound-connector.json +2154 -1051
  102. package/src/element-templates/soap-outbound-connector.json +114 -118
  103. package/src/element-templates/twilio-connector.json +1181 -368
  104. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -30
  105. package/src/element-templates/twilio-webhook-connector.json +56 -57
  106. package/src/element-templates/twilio-webhook-intermediate-connector.json +33 -34
  107. package/src/element-templates/twilio-webhook-message-start-connector.json +27 -28
  108. package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
  109. package/src/element-templates/uipath-connector.json +681 -63
  110. package/src/element-templates/webhook-connector-boundary.json +1242 -587
  111. package/src/element-templates/webhook-connector-intermediate.json +1339 -684
  112. package/src/element-templates/webhook-connector-receive.json +659 -5
  113. package/src/element-templates/webhook-connector-start-event.json +1736 -1175
  114. package/src/element-templates/webhook-connector-start-message.json +1791 -1104
  115. package/src/element-templates/whatsapp-connector.json +386 -16
@@ -3,7 +3,10 @@
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
4
  "name": "Hugging Face Outbound Connector",
5
5
  "id": "io.camunda.connectors.HuggingFace.v1",
6
- "version": 1,
6
+ "version": 2,
7
+ "engines": {
8
+ "camunda": "^8.5"
9
+ },
7
10
  "description": "Interact with Hugging Face inference API",
8
11
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/hugging-face/",
9
12
  "category": {
@@ -154,7 +157,7 @@
154
157
  },
155
158
  {
156
159
  "label": "Error expression",
157
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>",
160
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
158
161
  "group": "errors",
159
162
  "type": "Text",
160
163
  "feel": "required",
@@ -162,23 +165,41 @@
162
165
  "type": "zeebe:taskHeader",
163
166
  "key": "errorExpression"
164
167
  }
168
+ },
169
+ {
170
+ "id": "version",
171
+ "label": "Version",
172
+ "description": "Version of the element template",
173
+ "value": "2",
174
+ "group": "connector",
175
+ "binding": {
176
+ "key": "elementTemplateVersion",
177
+ "type": "zeebe:taskHeader"
178
+ },
179
+ "type": "Hidden"
180
+ },
181
+ {
182
+ "id": "id",
183
+ "label": "ID",
184
+ "description": "ID of the element template",
185
+ "value": "io.camunda.connectors.HuggingFace.v1",
186
+ "group": "connector",
187
+ "binding": {
188
+ "key": "elementTemplateId",
189
+ "type": "zeebe:taskHeader"
190
+ },
191
+ "type": "Hidden"
165
192
  }
166
193
  ],
167
194
  "icon": {
168
195
  "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 513 512'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='M506.934 365.286a46.337 46.337 0 0 0-6.289-13.902 52.752 52.752 0 0 0 1.387-6.817c2.025-14.595-3.036-27.957-12.571-38.296-5.165-5.646-10.702-9.376-16.566-11.664a221.309 221.309 0 0 0 5.805-50.235c0-7.725-.437-15.292-1.17-22.746a257.431 257.431 0 0 0-1.385-11.137 222.299 222.299 0 0 0-7.451-32.263 222.98 222.98 0 0 0-7.459-20.453 224.51 224.51 0 0 0-14.755-28.707 198.667 198.667 0 0 0-11.984-17.737 168.954 168.954 0 0 0-6.604-8.416 221.184 221.184 0 0 0-22.062-23.168 171.17 171.17 0 0 0-8.097-6.99 199.806 199.806 0 0 0-8.362-6.604 234.582 234.582 0 0 0-17.737-11.985C337.976 33.723 298.505 22 256.318 22 133.487 22 33.936 121.556 33.936 244.379a221.213 221.213 0 0 0 5.91 50.86c-5.275 2.291-10.33 5.862-15.02 11.027-9.532 10.334-14.595 23.647-12.57 38.243a52.166 52.166 0 0 0 1.384 6.87 46.418 46.418 0 0 0-6.284 13.907c-2.93 11.14-1.966 21.185 1.759 29.987-4.05 11.504-3.039 23.755 2.234 34.406 3.835 7.779 9.323 13.797 16.088 19.175 8.043 6.394 18.11 11.826 30.254 17.038 14.488 6.179 32.173 11.984 40.216 14.114 20.774 5.378 40.694 8.788 60.883 8.954 28.763.266 53.534-6.497 71.268-23.806a215.013 215.013 0 0 0 26.26 1.598c9.274-.02 18.538-.604 27.741-1.747 17.692 17.419 42.558 24.243 71.426 23.97 20.187-.162 40.106-3.571 60.827-8.957 8.097-2.129 25.775-7.935 40.27-14.114 12.143-5.219 22.211-10.651 30.307-17.035 6.714-5.381 12.197-11.397 16.034-19.175 5.327-10.654 6.285-22.905 2.291-34.408 3.688-8.803 4.648-18.87 1.72-30Zm-20.614 29.242c4.081 7.745 4.343 16.496.743 24.646-5.461 12.351-19.026 22.082-45.372 32.528-16.383 6.496-31.384 10.651-31.516 10.687-21.669 5.62-41.266 8.475-58.231 8.475-28.092 0-48.996-7.752-62.253-23.06a208.74 208.74 0 0 1-67.769.386c-13.274 15.054-34.058 22.674-61.913 22.674-16.968 0-36.563-2.855-58.234-8.475-.132-.036-15.128-4.191-31.516-10.687-26.343-10.446-39.913-20.169-45.372-32.528-3.6-8.15-3.338-16.901.743-24.646.376-.72.781-1.421 1.214-2.1a31.265 31.265 0 0 1-4.22-25.256c1.621-6.163 4.97-11.287 9.517-14.967a31.144 31.144 0 0 1-4.225-11.777c-1.31-9.071 1.702-18.127 8.475-25.513 5.275-5.747 12.732-8.91 20.987-8.91h.22a206.258 206.258 0 0 1-9.36-61.633c0-113.987 92.41-206.404 206.414-206.404 114.003 0 206.412 92.407 206.412 206.404a206.15 206.15 0 0 1-9.425 61.789 31.245 31.245 0 0 1 2.933-.149c8.255 0 15.714 3.163 20.985 8.91 6.772 7.378 9.786 16.442 8.475 25.513a31.161 31.161 0 0 1-4.223 11.777c4.548 3.681 7.899 8.805 9.518 14.967a31.274 31.274 0 0 1-4.221 25.256c.433.672.843 1.373 1.214 2.093Z'/%3E%3Cpath fill='%23FF9D00' d='M485.106 392.435a31.25 31.25 0 0 0 4.817-12.175 31.325 31.325 0 0 0-.596-13.081c-1.622-6.162-4.973-11.286-9.518-14.967a31.11 31.11 0 0 0 4.223-11.777c1.311-9.071-1.7-18.127-8.475-25.513-5.271-5.747-12.73-8.91-20.985-8.91-.96 0-1.937.052-2.933.149a206.18 206.18 0 0 0 9.408-61.784c0-113.99-92.41-206.404-206.402-206.404-113.995 0-206.414 92.405-206.414 206.404a206.284 206.284 0 0 0 9.36 61.633h-.22c-8.256 0-15.712 3.16-20.985 8.907-6.773 7.379-9.787 16.445-8.475 25.513a31.167 31.167 0 0 0 4.225 11.78c-4.548 3.678-7.898 8.802-9.52 14.964a31.284 31.284 0 0 0 4.225 25.261c-.435.679-.835 1.38-1.214 2.101-4.079 7.744-4.342 16.495-.74 24.646 5.461 12.351 19.026 22.081 45.372 32.527 16.38 6.497 31.384 10.651 31.516 10.688 21.669 5.62 41.266 8.475 58.231 8.475 27.858 0 48.642-7.62 61.916-22.675a208.823 208.823 0 0 0 67.769-.386c13.257 15.309 34.161 23.061 62.253 23.061 16.965 0 36.562-2.855 58.228-8.475.135-.037 15.131-4.191 31.519-10.688 26.346-10.446 39.913-20.176 45.372-32.527 3.6-8.151 3.338-16.902-.743-24.646a24.335 24.335 0 0 0-1.214-2.101Zm-272.682 32.193a84.965 84.965 0 0 1-3.668 5.847c-3.432 5.024-7.945 8.863-13.184 11.716-10.014 5.461-22.69 7.369-35.566 7.369-20.342 0-41.195-4.761-52.882-7.791-.576-.149-71.644-20.223-62.646-37.31 1.514-2.875 4.005-4.023 7.143-4.023 12.669 0 35.737 18.865 45.65 18.865 2.216 0 3.779-.942 4.416-3.243 4.225-15.153-64.217-21.522-58.453-43.464 1.016-3.884 3.776-5.462 7.655-5.462 16.75-.002 54.342 29.455 62.204 29.455.603 0 1.036-.178 1.27-.549.034-.056.069-.11.1-.169 3.691-6.093 1.573-10.524-23.708-26.008l-2.428-1.478c-27.82-16.838-47.347-26.971-36.242-39.061 1.277-1.394 3.09-2.012 5.29-2.012 2.609 0 5.767.872 9.245 2.337 14.693 6.196 35.058 23.095 43.564 30.464a342.043 342.043 0 0 1 3.988 3.519s10.772 11.201 17.283 11.201c1.499 0 2.772-.591 3.634-2.052 4.619-7.786-42.895-43.791-45.575-58.648-1.817-10.065 1.275-15.165 6.99-15.165 2.719 0 6.035 1.158 9.697 3.48 11.357 7.208 33.284 44.889 41.312 59.548 2.692 4.911 7.286 6.987 11.426 6.987 8.213 0 14.634-8.165.752-18.54-20.865-15.611-13.543-41.129-3.585-42.699a8.002 8.002 0 0 1 1.282-.103c9.056 0 13.049 15.604 13.049 15.604s11.709 29.401 31.822 49.5c18.249 18.242 20.799 33.211 10.165 51.885Zm65.038 3.444-1.043.124-1.778.203c-.936.098-1.874.191-2.814.276l-.916.083-.837.071-1.187.095-1.312.095-1.309.086-.291.019c-.342.02-.684.042-1.03.059l-.438.024c-.405.022-.81.042-1.221.059l-1.419.061-1.287.044-.86.025h-.437c-.268 0-.535.014-.803.017h-.425c-.269 0-.535 0-.804.012l-1.094.014h-1.527c-1.199 0-2.395-.012-3.587-.036l-.968-.022c-.276 0-.551-.012-.823-.022l-1.025-.029-1.273-.049-1.148-.052-.295-.012-1.092-.056c-.305-.017-.606-.032-.909-.054l-.705-.041c-.887-.056-1.774-.117-2.66-.186l-.928-.076c-.391-.029-.782-.065-1.17-.1-.457-.039-.914-.083-1.37-.127a148.43 148.43 0 0 1-2.294-.232h-.036c11.161-24.9 5.517-48.156-17.038-70.691-14.794-14.774-24.634-36.589-26.676-41.379-4.132-14.178-15.069-29.938-33.233-29.938-1.536 0-3.07.122-4.587.361-7.957 1.253-14.913 5.833-19.876 12.725-5.363-6.67-10.575-11.973-15.289-14.967-7.107-4.506-14.2-6.792-21.11-6.792-8.623 0-16.331 3.541-21.705 9.965l-.136.163c-.103-.422-.2-.845-.3-1.27l-.013-.056a179.892 179.892 0 0 1-2.574-13.218c0-.029 0-.059-.015-.088-.054-.334-.103-.672-.154-1.006-.15-.992-.291-1.986-.422-2.98-.059-.452-.122-.903-.179-1.355l-.166-1.356c-.053-.452-.097-.862-.146-1.292l-.015-.107a194.063 194.063 0 0 1-.513-5.281l-.053-.676-.086-1.153a40.194 40.194 0 0 1-.066-.95c0-.076-.012-.149-.015-.22a123.74 123.74 0 0 1-.158-2.657c-.025-.462-.05-.921-.069-1.385l-.049-1.211-.012-.367-.039-1.116-.024-.95c0-.379-.02-.757-.025-1.136-.007-.378-.017-.793-.02-1.194-.004-.401 0-.796-.011-1.194-.01-.401 0-.799 0-1.197 0-102.22 82.871-185.092 185.101-185.092 102.228 0 185.097 82.87 185.097 185.092v2.391c0 .398-.012.799-.019 1.194 0 .33-.015.655-.025.989 0 .294-.012.589-.022.872 0 .374-.022.748-.034 1.121v.03l-.051 1.297c-.017.378-.032.759-.051 1.138l-.013.268-.066 1.212a198.29 198.29 0 0 1-.588 7.776v.032c-.042.425-.083.85-.13 1.275l-.11 1.004-.217 1.963-.124.994-.154 1.17c-.057.425-.113.853-.176 1.275-.064.477-.135.95-.205 1.424l-.169 1.121-.2 1.27a58.4 58.4 0 0 1-.22 1.263c-.081.422-.144.843-.217 1.263-.147.84-.301 1.68-.462 2.518a402.066 402.066 0 0 1-.757 3.754l-.269 1.238c-.088.413-.183.828-.276 1.241-5.209-5.063-12.109-7.821-19.717-7.821-6.905 0-14.004 2.284-21.109 6.79-4.714 2.994-9.924 8.299-15.289 14.967-4.971-6.893-11.926-11.472-19.879-12.725a29.47 29.47 0 0 0-4.587-.361c-18.168 0-29.098 15.76-33.233 29.938-2.051 4.79-11.894 26.605-26.7 41.4-22.54 22.465-28.226 45.616-17.24 70.414Zm191.092-49.846-.073.217c-.185.491-.4.97-.642 1.434a11.91 11.91 0 0 1-.596.996 16.23 16.23 0 0 1-1.341 1.737c-.112.127-.22.254-.347.378-.176.188-.354.374-.537.555-3.287 3.258-8.299 6.115-13.965 8.736-.643.291-1.295.581-1.952.874l-.654.291c-.438.193-.875.383-1.334.571-.437.191-.891.382-1.346.567l-1.363.562c-3.187 1.311-6.452 2.562-9.637 3.795l-1.363.53-1.346.528c-.896.349-1.78.698-2.65 1.048l-1.297.522-1.275.52-.625.264c-.417.174-.825.347-1.233.52-9.371 4.023-16.115 8.114-14.698 13.189.039.144.083.281.132.415.127.377.3.731.517 1.065.127.198.274.386.438.557 1.665 1.732 4.696 1.458 8.519.083a53.473 53.473 0 0 0 1.602-.618l.332-.136c.874-.372 1.8-.787 2.745-1.236.237-.113.476-.22.716-.345 4.674-2.286 9.972-5.363 15.228-8.165a137.712 137.712 0 0 1 6.394-3.236c4.977-2.342 9.657-4.003 13.418-4.003 1.766 0 3.324.362 4.624 1.192l.217.144a7.087 7.087 0 0 1 2.01 2.167c.1.163.198.337.293.515 1.859 3.529.303 7.183-3.339 10.766-3.495 3.441-8.931 6.814-15.11 9.935-.46.232-.919.465-1.385.692-18.391 9.032-42.475 15.833-42.81 15.919-6.418 1.663-15.597 3.847-25.938 5.481l-1.529.239-.251.037c-1.158.175-2.318.339-3.481.491-1.179.158-2.371.302-3.57.437l-.22.024c-4.348.501-8.712.833-13.086.992h-.064c-1.583.056-3.163.085-4.745.085h-1.825a113.194 113.194 0 0 1-7.227-.327c-.056 0-.117 0-.173-.015a74.593 74.593 0 0 1-2.582-.242 95.088 95.088 0 0 1-2.667-.322 60.205 60.205 0 0 1-1.746-.261c-.591-.095-1.182-.193-1.771-.296l-.803-.151-.061-.012a65.73 65.73 0 0 1-2.531-.535c-.488-.11-.974-.218-1.455-.35l-.291-.073c-.239-.058-.471-.122-.708-.185l-.13-.035-.752-.219c-.274-.076-.547-.159-.821-.24l-.095-.027-.711-.217a44.17 44.17 0 0 1-.803-.259l-.655-.217-.481-.169a48.303 48.303 0 0 1-1.382-.508l-.435-.171-.359-.141a58.536 58.536 0 0 1-2.064-.875l-.452-.22-.075-.034c-.162-.076-.32-.151-.481-.217a40.937 40.937 0 0 1-.938-.467l-.096-.046-.449-.237a39.25 39.25 0 0 1-2.347-1.333l-.42-.259c-.21-.13-.42-.264-.625-.401l-.548-.361-.588-.406-.352-.251a28.235 28.235 0 0 1-1.092-.819l-.569-.437a39.806 39.806 0 0 1-.674-.557c-.188-.153-.371-.315-.554-.476l-.015-.012a32.54 32.54 0 0 1-.584-.525c-.19-.174-.381-.349-.566-.528l-.022-.022a19.148 19.148 0 0 1-.574-.566c-.188-.191-.381-.381-.564-.577-.183-.193-.372-.391-.552-.593-.181-.201-.347-.384-.518-.582l-.056-.066c-.166-.19-.33-.383-.491-.581a30.073 30.073 0 0 1-1.016-1.282c-.33-.44-.652-.889-.967-1.346l-.301-.449c-.4-.586-.791-1.177-1.17-1.778a48.053 48.053 0 0 1-.828-1.309c-.173-.276-.339-.555-.505-.828l-.069-.113c-.158-.268-.315-.532-.466-.798a7.555 7.555 0 0 1-.249-.437c-.081-.152-.174-.306-.259-.46l-.139-.241-.086-.157a39.684 39.684 0 0 1-.481-.886c-.073-.132-.144-.264-.22-.391l-.217-.423-.22-.417a67.082 67.082 0 0 1-1.558-3.341l-.173-.413c-.113-.276-.218-.55-.33-.821-.054-.132-.108-.261-.154-.393a40.57 40.57 0 0 1-.962-2.782 28.63 28.63 0 0 1-.477-1.678 30.805 30.805 0 0 1-.456-1.985c-.027-.135-.054-.269-.076-.399a27.853 27.853 0 0 1-.31-1.968c-.02-.13-.034-.259-.049-.388l-.042-.396a28.003 28.003 0 0 1-.119-1.558c0-.132-.013-.264-.017-.391a20.146 20.146 0 0 1-.02-.777c-.137-10.436 5.144-20.469 16.435-31.755 20.113-20.094 31.821-49.497 31.821-49.497s.315-1.234.97-3.009c.09-.247.186-.501.293-.767a32.9 32.9 0 0 1 1.287-2.924l.095-.183c.406-.811.85-1.602 1.329-2.371.112-.179.22-.354.344-.533.359-.53.738-1.047 1.136-1.548.217-.271.454-.54.691-.801.095-.103.188-.205.288-.303 1.165-1.204 2.497-2.186 4.003-2.709l.191-.063c.127-.042.254-.081.383-.117.149-.039.298-.074.452-.105l.071-.015c.318-.064.64-.105.965-.127h.027c.168 0 .339-.017.513-.017.217 0 .42 0 .632.022.22.019.437.044.657.078 1.812.288 3.537 1.368 5.022 3.033a14.517 14.517 0 0 1 1.516 2.042c.293.469.569.965.831 1.488.105.217.205.417.303.632.254.552.483 1.114.683 1.688a24.505 24.505 0 0 1 1.073 4.132c.205 1.234.327 2.479.366 3.727.02.667.02 1.344 0 2.025a29.166 29.166 0 0 1-1.922 9.261c-.103.272-.217.545-.327.819a22.854 22.854 0 0 1-.738 1.624c-.198.403-.405.808-.63 1.211-.147.269-.301.538-.454.806a33.388 33.388 0 0 1-1.275 1.996l-.276.395a33.346 33.346 0 0 1-3.595 4.221 37.682 37.682 0 0 1-4.15 3.59 33.928 33.928 0 0 0-4.125 3.607c-3.671 3.852-4.526 7.252-3.7 9.828.132.406.305.799.515 1.17.247.425.54.816.872 1.173l.129.134.132.132a7 7 0 0 0 .42.373l.147.118c.354.273.73.518 1.123.732.115.062.218.123.347.181.425.208.862.386 1.312.53.124.042.249.078.376.117l.159.042.219.059.188.046.206.044.202.041.193.032c.142.025.288.049.435.066l.139.022.254.025.157.017.256.017h.151l.269.014h.845l.242-.014.278-.017.34-.032.317-.037c.074 0 .147-.019.22-.034a12.294 12.294 0 0 0 2.85-.772l.389-.163c.217-.096.437-.196.637-.303.43-.215.848-.459 1.248-.726.56-.366 1.087-.776 1.58-1.228.118-.105.232-.217.345-.325.056-.054.11-.105.163-.164.108-.109.218-.217.325-.337a14.62 14.62 0 0 0 2.015-2.825 558.657 558.657 0 0 1 15.023-25.679l.718-1.151.726-1.15c.361-.584.728-1.158 1.091-1.729l.367-.572a306.989 306.989 0 0 1 3.71-5.676l.745-1.114a245.885 245.885 0 0 1 4.462-6.416l.735-1.013a137.027 137.027 0 0 1 5.017-6.499l.688-.826c.115-.137.22-.273.345-.405.227-.269.454-.53.676-.784.113-.13.218-.257.337-.384l.655-.737.327-.359c.33-.355.652-.694.97-1.019.22-.22.422-.437.632-.642a25.665 25.665 0 0 1 4.077-3.385l.342-.22c.327-.22.666-.425 1.013-.611 5.774-3.277 10.554-3.519 13.306-.767 1.666 1.666 2.589 4.428 2.538 8.273 0 .168 0 .339-.013.515v.188c0 .176-.014.352-.029.53 0 .22-.024.437-.046.657-.022.217-.034.383-.056.579 0 .054-.01.11-.02.168-.015.169-.037.342-.061.516 0 .051 0 .105-.02.159-.026.232-.061.461-.1.691a11.22 11.22 0 0 1-.102.64l-.064.364a9.725 9.725 0 0 1-.244 1.025c-.19.633-.42 1.251-.691 1.852a26.729 26.729 0 0 1-1.256 2.41 36.43 36.43 0 0 1-.786 1.285c-.278.437-.572.879-.874 1.326a71.187 71.187 0 0 1-2.406 3.244l-.381.481a123.613 123.613 0 0 1-4.206 4.97l-.457.513c-.615.686-1.24 1.377-1.88 2.071l-.481.523c-.32.349-.655.698-.977 1.05-.32.349-.655.703-.992 1.057l-1.004 1.058-1.018 1.065-1.026 1.065c-.689.713-1.38 1.426-2.076 2.139-9.904 10.158-20.337 20.282-23.869 26.593-.237.41-.45.835-.64 1.267-.503 1.148-.713 2.13-.569 2.924.046.261.137.51.271.74.198.344.44.662.721.945.129.127.266.244.41.352a4.114 4.114 0 0 0 2.498.759h.279l.286-.022.285-.032.237-.034c.032-.005.066-.01.098-.019l.217-.042.056-.012.242-.051.086-.022a8.77 8.77 0 0 0 .254-.069c.085-.024.202-.056.305-.09.43-.13.85-.283 1.263-.459a9.9 9.9 0 0 0 .64-.286c.11-.049.219-.1.322-.154l.327-.161a29.795 29.795 0 0 0 2.286-1.321l.325-.22c.11-.069.22-.139.325-.218l.325-.217.173-.12.469-.329c.437-.301.845-.611 1.258-.926l.037-.029.657-.508a71.37 71.37 0 0 0 2.518-2.093l.513-.45.046-.044.269-.237c.63-.566 1.192-1.094 1.658-1.529l.193-.188c.168-.158.322-.307.462-.434l.273-.271.098-.096.027-.027.285-.285.181-.188.022-.018.086-.078.107-.097.034-.032.091-.083.498-.437.278-.249c.149-.13.293-.262.438-.396l.332-.296c.061-.049.119-.102.18-.156l.35-.305.513-.452.273-.237a420.923 420.923 0 0 1 3.839-3.297l.609-.516 1.003-.842 1.029-.857a334.068 334.068 0 0 1 4.318-3.53l1.004-.806c.854-.681 1.731-1.375 2.62-2.073a65.46 65.46 0 0 1 1.094-.84c.909-.706 1.822-1.407 2.743-2.098a246.067 246.067 0 0 1 6.446-4.712l.937-.654c.657-.452 1.312-.906 1.967-1.348l.593-.401c1.17-.794 2.357-1.568 3.554-2.323l.593-.373.589-.367a130.48 130.48 0 0 1 1.761-1.074l.583-.35 1.168-.679 1.145-.657.232-.127.907-.498c.378-.205.754-.403 1.13-.596l.56-.288.544-.273c.191-.091.379-.186.564-.276a52.449 52.449 0 0 1 3.747-1.671c.344-.147.686-.278 1.026-.393l1.001-.352c.301-.1.594-.195.875-.281l.097-.029a8.44 8.44 0 0 1 .452-.132l.044-.012c.313-.091.623-.169.928-.242h.022a19.803 19.803 0 0 1 2.631-.447 11.65 11.65 0 0 1 1.226-.061h.205c.273 0 .537.017.798.044.12 0 .24.024.357.039h.049c.117.015.234.032.352.059.114.022.232.041.344.068h.037c.114.024.217.054.337.088a6.36 6.36 0 0 1 1.753.794c.266.173.516.369.745.586l.066.063c.044.039.086.081.125.123l.119.129a13.364 13.364 0 0 1 2.404 3.493l.092.219a8.084 8.084 0 0 1 .103 6.236 11.428 11.428 0 0 1-.828 1.746 19.86 19.86 0 0 1-2.684 3.546l-.217.232c-.325.342-.662.684-1.016 1.026-.157.154-.32.305-.484.459l-.501.462-.261.232a49.246 49.246 0 0 1-1.934 1.634c-.399.322-.799.637-1.205.947a103.41 103.41 0 0 1-4.374 3.168c-.896.616-1.8 1.219-2.711 1.815a241.886 241.886 0 0 1-6.804 4.306c-4.807 2.955-10.134 6.115-15.812 9.552l-1.47.891c-1.61.982-3.129 1.92-4.56 2.814l-.721.452-1.363.874c-.903.579-1.805 1.163-2.706 1.746l-.725.479c-.354.23-.706.464-1.058.699l-.344.219-1.055.711-.559.384-.655.454-.608.422a134.32 134.32 0 0 0-2.838 2.059l-.327.249c-.513.389-1.021.784-1.522 1.187a48.15 48.15 0 0 0-2.061 1.749l-.303.276c-.174.159-.345.318-.508.474-.113.11-.218.22-.335.325l-.156.156c-.349.352-.691.711-1.021 1.08l-.161.185c-.359.415-.672.814-.945 1.202l-.123.173a10.546 10.546 0 0 0-.72 1.217l-.12.249-.08.18-.052.123-.041.109-.056.149a6.193 6.193 0 0 0-.318 1.278l-.019.151-.015.142v.769c0 .064 0 .127.017.196l.012.117c0 .063.015.124.025.193.009.063.027.178.046.268v.013c.017.085.034.168.056.254.022.085.044.183.071.271.046.173.105.344.166.515.039.103.076.203.117.303 0 .02.015.041.025.061l.088.198.122.271c.132.281.276.554.432.821l.161.278.166.278c.03.047.064.091.101.132l.053.057.061.056.064.049c.093.065.193.117.298.153.056.02.115.035.173.049 1.409.318 4.306-.847 8.155-2.879.218-.118.457-.24.689-.367l1.172-.64.572-.317c.408-.217.823-.464 1.248-.706l.774-.437c5.088-2.928 11.164-6.69 17.446-10.363.589-.344 1.18-.689 1.771-1.028l1.187-.76a317.87 317.87 0 0 1 4.152-2.337c1.751-.962 3.514-1.9 5.295-2.809l1.162-.588c.772-.381 1.537-.753 2.291-1.114a99.797 99.797 0 0 1 4.433-1.976l.818-.332.098-.039c4.335-1.717 8.265-2.777 11.445-2.777a11.28 11.28 0 0 1 2.051.168h.022c.218.039.416.083.618.132h.037a7.35 7.35 0 0 1 1.505.562 6.425 6.425 0 0 1 1.785 1.365c.234.259.442.54.625.838.342.525.611 1.094.804 1.69.078.232.146.459.217.701a9.598 9.598 0 0 1-.147 5.63Z'/%3E%3Cpath fill='%23FFD21E' fill-rule='evenodd' d='M439.742 245.574v-1.199c0-102.223-82.84-185.09-185.07-185.09-102.227 0-185.1 82.872-185.1 185.09v.4c-.004.266-.007.533 0 .799.013.398.017.796.013 1.194l.012.879.007.315c0 .147.005.291.01.438.008.232.012.466.012.698l.027.95.04 1.116.011.367.05 1.155v.056c.019.452.043.901.065 1.351l.003.034c.024.459.049.921.078 1.382.024.425.049.85.08 1.275l.005.076c.022.364.046.73.073 1.094l.008.098.08 1.055.008.068c.015.205.03.411.049.608.146 1.761.316 3.522.51 5.278l.012.11.15 1.292.166 1.356.121.921.057.432c.13.996.27 1.99.422 2.982l.01.066.144.938a182.192 182.192 0 0 0 2.589 13.311l.012.053.078.33.223.94.136-.163c5.374-6.424 13.082-9.965 21.706-9.965 6.911 0 14.002 2.286 21.109 6.792 4.714 2.995 9.926 8.297 15.289 14.967 4.963-6.892 11.919-11.474 19.876-12.725a29.726 29.726 0 0 1 4.587-.361c18.161 0 29.101 15.76 33.233 29.938 2.042 4.79 11.882 26.605 26.722 41.362 22.558 22.535 28.202 45.789 17.038 70.689h.039c.759.085 1.524.164 2.293.234.457.044.911.088 1.37.127l.162.015 1.008.086.928.073c.885.068 1.771.132 2.66.188l.706.041.559.035.347.019 1.092.056.298.013 1.145.051 1.275.049 1.024.029.171.005c.217.01.434.017.652.017l.234.007c1.441.034 2.88.052 4.321.049h1.529l1.091-.012c.269-.012.535-.012.806-.012h.425l.369-.01c.144-.005.288-.01.435-.01h.437l.857-.022 1.29-.044 1.419-.063c.41-.015.816-.037 1.221-.056l.437-.027.65-.034.381-.022.288-.02 1.312-.086 1.309-.095 1.189-.095.835-.071.919-.083c1.534-.137 3.062-.298 4.591-.481l1.043-.125c-10.988-24.794-5.3-47.948 17.163-70.393 14.808-14.796 24.648-36.611 26.7-41.403 4.135-14.176 15.067-29.936 33.233-29.936 1.536 0 3.072.122 4.589.361 7.95 1.251 14.906 5.833 19.876 12.725 5.366-6.668 10.575-11.975 15.292-14.969 7.104-4.504 14.202-6.79 21.106-6.79 7.611 0 14.508 2.76 19.718 7.823.095-.413.188-.826.278-1.241l.266-1.236c.096-.452.191-.903.281-1.355.161-.799.323-1.598.476-2.404.162-.835.316-1.675.462-2.515l.076-.454c.046-.269.09-.538.141-.809.083-.42.152-.84.22-1.265l.027-.161.174-1.107.17-1.121v-.009c.125-.828.242-1.656.352-2.484l.027-.205.154-1.168.124-.996.22-1.964.086-.789.022-.215c.046-.425.09-.85.129-1.275v-.034c.032-.337.066-.677.095-1.016.174-1.925.32-3.859.438-5.801.022-.317.039-.637.058-.957v-.015l.064-1.199.014-.269c.039-.81.074-1.621.101-2.432v-.029l.012-.318c.012-.266.022-.535.022-.803l.005-.108c.009-.252.019-.51.019-.767l.007-.22c.008-.256.015-.51.015-.767l.005-.217c.007-.325.015-.652.015-.977v-1.194ZM208.763 430.475c14.659-21.495 13.618-37.629-6.492-57.73-20.115-20.103-31.822-49.499-31.822-49.499s-4.369-17.075-14.334-15.507c-9.964 1.568-17.274 27.084 3.591 42.702 20.862 15.619-4.152 26.209-12.183 11.553-8.03-14.659-29.956-52.337-41.322-59.545-11.367-7.207-19.361-3.168-16.682 11.687 1.331 7.373 13.709 19.959 25.274 31.716 11.733 11.929 22.628 23.007 20.298 26.927-4.623 7.784-20.906-9.146-20.906-9.146s-50.987-46.4-62.085-34.308c-10.234 11.144 5.546 20.618 29.863 35.221 2.066 1.241 4.196 2.521 6.377 3.84 27.821 16.842 29.984 21.285 26.035 27.657-1.458 2.354-10.771-3.236-22.225-10.112-19.527-11.725-45.274-27.183-48.91-13.347-3.147 11.975 15.796 19.312 32.976 25.967 14.312 5.544 27.403 10.615 25.476 17.497-1.995 7.137-12.812 1.185-24.636-5.322-13.274-7.305-27.818-15.306-32.578-6.277-8.996 17.073 62.06 37.171 62.646 37.32 22.958 5.954 81.262 18.571 101.639-11.294Zm94.434 0c-14.659-21.495-13.619-37.629 6.494-57.73 20.113-20.103 31.819-49.499 31.819-49.499s4.369-17.075 14.334-15.507c9.965 1.568 17.275 27.084-3.588 42.702-20.865 15.619 4.15 26.209 12.18 11.553 8.033-14.659 29.944-52.337 41.31-59.545 11.367-7.207 19.366-3.168 16.684 11.687-1.328 7.373-13.709 19.959-25.273 31.719-11.733 11.928-22.629 23.004-20.301 26.924 4.623 7.784 20.919-9.156 20.919-9.156s50.984-46.398 62.087-34.305c10.231 11.142-5.549 20.618-29.868 35.221a2689.168 2689.168 0 0 0-6.374 3.839c-27.821 16.843-29.985 21.285-26.038 27.655 1.46 2.357 10.773-3.236 22.225-10.111 19.529-11.724 45.277-27.184 48.913-13.345 3.148 11.975-15.797 19.311-32.976 25.967-14.313 5.544-27.404 10.614-25.479 17.497 1.993 7.134 12.808 1.182 24.629-5.324 13.274-7.306 27.821-15.312 32.578-6.275 8.998 17.082-62.07 37.161-62.644 37.307-22.958 5.974-81.262 18.591-101.631-11.274Z' clip-rule='evenodd'/%3E%3Cpath fill='%2332343D' fill-rule='evenodd' d='M314.783 193.996c2.887 1.021 5.034 4.128 7.076 7.085 2.76 3.996 5.329 7.716 9.271 5.62a26.62 26.62 0 0 0 10.954-10.91 26.64 26.64 0 0 0-.581-26.248 26.666 26.666 0 0 0-8.028-8.472 26.63 26.63 0 0 0-32.689 2.343 26.62 26.62 0 0 0-6.741 9.526 26.626 26.626 0 0 0 1.065 22.748c1.827 3.437 5.881 1.815 10.16.103 3.354-1.341 6.849-2.738 9.513-1.795Zm-125.476 0c-2.887 1.021-5.034 4.13-7.076 7.085-2.76 3.998-5.331 7.716-9.271 5.62a26.628 26.628 0 0 1 20.181-49.013 26.64 26.64 0 0 1 18.824 22.831 26.645 26.645 0 0 1-2.982 15.169c-1.83 3.437-5.884 1.815-10.163.105-3.356-1.343-6.846-2.74-9.513-1.797Zm106.064 114.183c19.888-15.668 27.194-41.249 27.194-57.007 0-12.456-8.38-8.536-21.796-1.893l-.757.373c-12.315 6.099-28.708 14.22-46.703 14.22-17.998 0-34.391-8.121-46.703-14.222-13.851-6.861-22.538-11.164-22.538 1.524 0 16.256 7.772 42.949 29.103 58.456a46.315 46.315 0 0 1 11.645-14.896 46.308 46.308 0 0 1 16.625-9.005c2.13-.635 4.323 3.031 6.568 6.784 2.166 3.62 4.382 7.323 6.633 7.323 2.401 0 4.758-3.649 7.061-7.21 2.406-3.725 4.753-7.352 7.022-6.626a46.325 46.325 0 0 1 26.646 22.179Z' clip-rule='evenodd'/%3E%3Cpath fill='%23FF323D' d='M295.367 308.176c-10.358 8.163-24.126 13.636-42.055 13.636-16.845 0-30.019-4.831-40.141-12.185a46.294 46.294 0 0 1 11.646-14.896 46.315 46.315 0 0 1 16.625-9.005c4.181-1.248 8.614 14.107 13.201 14.107 4.909 0 9.64-15.255 14.082-13.836a46.346 46.346 0 0 1 26.642 22.179Z'/%3E%3Cpath fill='%23FFAD03' fill-rule='evenodd' d='M141.749 216.156a17.285 17.285 0 0 1-7.92 2.835 17.254 17.254 0 0 1-8.321-1.236 17.233 17.233 0 0 1-5.621-3.751 17.25 17.25 0 0 1-3.751-5.62 17.302 17.302 0 0 1 1.605-16.242 17.312 17.312 0 1 1 24.008 24.014Zm247.687 0a17.29 17.29 0 0 1-7.92 2.835 17.264 17.264 0 0 1-8.324-1.236 17.281 17.281 0 0 1-9.371-9.371 17.349 17.349 0 0 1-1.231-8.321 17.344 17.344 0 0 1 2.836-7.921 17.297 17.297 0 0 1 20.227-6.68 17.308 17.308 0 0 1 6.409 4.062 17.284 17.284 0 0 1 4.738 8.863 17.311 17.311 0 0 1-7.364 17.769Z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M.25 0h512v512H.25z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"
169
- },
170
- "engines": {
171
- "camunda": "^8.5"
172
196
  }
173
197
  },
174
198
  {
175
199
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
176
200
  "name": "Hugging Face Outbound Connector",
177
201
  "id": "io.camunda.connectors.HuggingFace.v1",
178
- "version": 2,
179
- "engines": {
180
- "camunda": "^8.5"
181
- },
202
+ "version": 1,
182
203
  "description": "Interact with Hugging Face inference API",
183
204
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/hugging-face/",
184
205
  "category": {
@@ -329,7 +350,7 @@
329
350
  },
330
351
  {
331
352
  "label": "Error expression",
332
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
353
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>",
333
354
  "group": "errors",
334
355
  "type": "Text",
335
356
  "feel": "required",
@@ -337,34 +358,13 @@
337
358
  "type": "zeebe:taskHeader",
338
359
  "key": "errorExpression"
339
360
  }
340
- },
341
- {
342
- "id": "version",
343
- "label": "Version",
344
- "description": "Version of the element template",
345
- "value": "2",
346
- "group": "connector",
347
- "binding": {
348
- "key": "elementTemplateVersion",
349
- "type": "zeebe:taskHeader"
350
- },
351
- "type": "Hidden"
352
- },
353
- {
354
- "id": "id",
355
- "label": "ID",
356
- "description": "ID of the element template",
357
- "value": "io.camunda.connectors.HuggingFace.v1",
358
- "group": "connector",
359
- "binding": {
360
- "key": "elementTemplateId",
361
- "type": "zeebe:taskHeader"
362
- },
363
- "type": "Hidden"
364
361
  }
365
362
  ],
366
363
  "icon": {
367
364
  "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 513 512'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='M506.934 365.286a46.337 46.337 0 0 0-6.289-13.902 52.752 52.752 0 0 0 1.387-6.817c2.025-14.595-3.036-27.957-12.571-38.296-5.165-5.646-10.702-9.376-16.566-11.664a221.309 221.309 0 0 0 5.805-50.235c0-7.725-.437-15.292-1.17-22.746a257.431 257.431 0 0 0-1.385-11.137 222.299 222.299 0 0 0-7.451-32.263 222.98 222.98 0 0 0-7.459-20.453 224.51 224.51 0 0 0-14.755-28.707 198.667 198.667 0 0 0-11.984-17.737 168.954 168.954 0 0 0-6.604-8.416 221.184 221.184 0 0 0-22.062-23.168 171.17 171.17 0 0 0-8.097-6.99 199.806 199.806 0 0 0-8.362-6.604 234.582 234.582 0 0 0-17.737-11.985C337.976 33.723 298.505 22 256.318 22 133.487 22 33.936 121.556 33.936 244.379a221.213 221.213 0 0 0 5.91 50.86c-5.275 2.291-10.33 5.862-15.02 11.027-9.532 10.334-14.595 23.647-12.57 38.243a52.166 52.166 0 0 0 1.384 6.87 46.418 46.418 0 0 0-6.284 13.907c-2.93 11.14-1.966 21.185 1.759 29.987-4.05 11.504-3.039 23.755 2.234 34.406 3.835 7.779 9.323 13.797 16.088 19.175 8.043 6.394 18.11 11.826 30.254 17.038 14.488 6.179 32.173 11.984 40.216 14.114 20.774 5.378 40.694 8.788 60.883 8.954 28.763.266 53.534-6.497 71.268-23.806a215.013 215.013 0 0 0 26.26 1.598c9.274-.02 18.538-.604 27.741-1.747 17.692 17.419 42.558 24.243 71.426 23.97 20.187-.162 40.106-3.571 60.827-8.957 8.097-2.129 25.775-7.935 40.27-14.114 12.143-5.219 22.211-10.651 30.307-17.035 6.714-5.381 12.197-11.397 16.034-19.175 5.327-10.654 6.285-22.905 2.291-34.408 3.688-8.803 4.648-18.87 1.72-30Zm-20.614 29.242c4.081 7.745 4.343 16.496.743 24.646-5.461 12.351-19.026 22.082-45.372 32.528-16.383 6.496-31.384 10.651-31.516 10.687-21.669 5.62-41.266 8.475-58.231 8.475-28.092 0-48.996-7.752-62.253-23.06a208.74 208.74 0 0 1-67.769.386c-13.274 15.054-34.058 22.674-61.913 22.674-16.968 0-36.563-2.855-58.234-8.475-.132-.036-15.128-4.191-31.516-10.687-26.343-10.446-39.913-20.169-45.372-32.528-3.6-8.15-3.338-16.901.743-24.646.376-.72.781-1.421 1.214-2.1a31.265 31.265 0 0 1-4.22-25.256c1.621-6.163 4.97-11.287 9.517-14.967a31.144 31.144 0 0 1-4.225-11.777c-1.31-9.071 1.702-18.127 8.475-25.513 5.275-5.747 12.732-8.91 20.987-8.91h.22a206.258 206.258 0 0 1-9.36-61.633c0-113.987 92.41-206.404 206.414-206.404 114.003 0 206.412 92.407 206.412 206.404a206.15 206.15 0 0 1-9.425 61.789 31.245 31.245 0 0 1 2.933-.149c8.255 0 15.714 3.163 20.985 8.91 6.772 7.378 9.786 16.442 8.475 25.513a31.161 31.161 0 0 1-4.223 11.777c4.548 3.681 7.899 8.805 9.518 14.967a31.274 31.274 0 0 1-4.221 25.256c.433.672.843 1.373 1.214 2.093Z'/%3E%3Cpath fill='%23FF9D00' d='M485.106 392.435a31.25 31.25 0 0 0 4.817-12.175 31.325 31.325 0 0 0-.596-13.081c-1.622-6.162-4.973-11.286-9.518-14.967a31.11 31.11 0 0 0 4.223-11.777c1.311-9.071-1.7-18.127-8.475-25.513-5.271-5.747-12.73-8.91-20.985-8.91-.96 0-1.937.052-2.933.149a206.18 206.18 0 0 0 9.408-61.784c0-113.99-92.41-206.404-206.402-206.404-113.995 0-206.414 92.405-206.414 206.404a206.284 206.284 0 0 0 9.36 61.633h-.22c-8.256 0-15.712 3.16-20.985 8.907-6.773 7.379-9.787 16.445-8.475 25.513a31.167 31.167 0 0 0 4.225 11.78c-4.548 3.678-7.898 8.802-9.52 14.964a31.284 31.284 0 0 0 4.225 25.261c-.435.679-.835 1.38-1.214 2.101-4.079 7.744-4.342 16.495-.74 24.646 5.461 12.351 19.026 22.081 45.372 32.527 16.38 6.497 31.384 10.651 31.516 10.688 21.669 5.62 41.266 8.475 58.231 8.475 27.858 0 48.642-7.62 61.916-22.675a208.823 208.823 0 0 0 67.769-.386c13.257 15.309 34.161 23.061 62.253 23.061 16.965 0 36.562-2.855 58.228-8.475.135-.037 15.131-4.191 31.519-10.688 26.346-10.446 39.913-20.176 45.372-32.527 3.6-8.151 3.338-16.902-.743-24.646a24.335 24.335 0 0 0-1.214-2.101Zm-272.682 32.193a84.965 84.965 0 0 1-3.668 5.847c-3.432 5.024-7.945 8.863-13.184 11.716-10.014 5.461-22.69 7.369-35.566 7.369-20.342 0-41.195-4.761-52.882-7.791-.576-.149-71.644-20.223-62.646-37.31 1.514-2.875 4.005-4.023 7.143-4.023 12.669 0 35.737 18.865 45.65 18.865 2.216 0 3.779-.942 4.416-3.243 4.225-15.153-64.217-21.522-58.453-43.464 1.016-3.884 3.776-5.462 7.655-5.462 16.75-.002 54.342 29.455 62.204 29.455.603 0 1.036-.178 1.27-.549.034-.056.069-.11.1-.169 3.691-6.093 1.573-10.524-23.708-26.008l-2.428-1.478c-27.82-16.838-47.347-26.971-36.242-39.061 1.277-1.394 3.09-2.012 5.29-2.012 2.609 0 5.767.872 9.245 2.337 14.693 6.196 35.058 23.095 43.564 30.464a342.043 342.043 0 0 1 3.988 3.519s10.772 11.201 17.283 11.201c1.499 0 2.772-.591 3.634-2.052 4.619-7.786-42.895-43.791-45.575-58.648-1.817-10.065 1.275-15.165 6.99-15.165 2.719 0 6.035 1.158 9.697 3.48 11.357 7.208 33.284 44.889 41.312 59.548 2.692 4.911 7.286 6.987 11.426 6.987 8.213 0 14.634-8.165.752-18.54-20.865-15.611-13.543-41.129-3.585-42.699a8.002 8.002 0 0 1 1.282-.103c9.056 0 13.049 15.604 13.049 15.604s11.709 29.401 31.822 49.5c18.249 18.242 20.799 33.211 10.165 51.885Zm65.038 3.444-1.043.124-1.778.203c-.936.098-1.874.191-2.814.276l-.916.083-.837.071-1.187.095-1.312.095-1.309.086-.291.019c-.342.02-.684.042-1.03.059l-.438.024c-.405.022-.81.042-1.221.059l-1.419.061-1.287.044-.86.025h-.437c-.268 0-.535.014-.803.017h-.425c-.269 0-.535 0-.804.012l-1.094.014h-1.527c-1.199 0-2.395-.012-3.587-.036l-.968-.022c-.276 0-.551-.012-.823-.022l-1.025-.029-1.273-.049-1.148-.052-.295-.012-1.092-.056c-.305-.017-.606-.032-.909-.054l-.705-.041c-.887-.056-1.774-.117-2.66-.186l-.928-.076c-.391-.029-.782-.065-1.17-.1-.457-.039-.914-.083-1.37-.127a148.43 148.43 0 0 1-2.294-.232h-.036c11.161-24.9 5.517-48.156-17.038-70.691-14.794-14.774-24.634-36.589-26.676-41.379-4.132-14.178-15.069-29.938-33.233-29.938-1.536 0-3.07.122-4.587.361-7.957 1.253-14.913 5.833-19.876 12.725-5.363-6.67-10.575-11.973-15.289-14.967-7.107-4.506-14.2-6.792-21.11-6.792-8.623 0-16.331 3.541-21.705 9.965l-.136.163c-.103-.422-.2-.845-.3-1.27l-.013-.056a179.892 179.892 0 0 1-2.574-13.218c0-.029 0-.059-.015-.088-.054-.334-.103-.672-.154-1.006-.15-.992-.291-1.986-.422-2.98-.059-.452-.122-.903-.179-1.355l-.166-1.356c-.053-.452-.097-.862-.146-1.292l-.015-.107a194.063 194.063 0 0 1-.513-5.281l-.053-.676-.086-1.153a40.194 40.194 0 0 1-.066-.95c0-.076-.012-.149-.015-.22a123.74 123.74 0 0 1-.158-2.657c-.025-.462-.05-.921-.069-1.385l-.049-1.211-.012-.367-.039-1.116-.024-.95c0-.379-.02-.757-.025-1.136-.007-.378-.017-.793-.02-1.194-.004-.401 0-.796-.011-1.194-.01-.401 0-.799 0-1.197 0-102.22 82.871-185.092 185.101-185.092 102.228 0 185.097 82.87 185.097 185.092v2.391c0 .398-.012.799-.019 1.194 0 .33-.015.655-.025.989 0 .294-.012.589-.022.872 0 .374-.022.748-.034 1.121v.03l-.051 1.297c-.017.378-.032.759-.051 1.138l-.013.268-.066 1.212a198.29 198.29 0 0 1-.588 7.776v.032c-.042.425-.083.85-.13 1.275l-.11 1.004-.217 1.963-.124.994-.154 1.17c-.057.425-.113.853-.176 1.275-.064.477-.135.95-.205 1.424l-.169 1.121-.2 1.27a58.4 58.4 0 0 1-.22 1.263c-.081.422-.144.843-.217 1.263-.147.84-.301 1.68-.462 2.518a402.066 402.066 0 0 1-.757 3.754l-.269 1.238c-.088.413-.183.828-.276 1.241-5.209-5.063-12.109-7.821-19.717-7.821-6.905 0-14.004 2.284-21.109 6.79-4.714 2.994-9.924 8.299-15.289 14.967-4.971-6.893-11.926-11.472-19.879-12.725a29.47 29.47 0 0 0-4.587-.361c-18.168 0-29.098 15.76-33.233 29.938-2.051 4.79-11.894 26.605-26.7 41.4-22.54 22.465-28.226 45.616-17.24 70.414Zm191.092-49.846-.073.217c-.185.491-.4.97-.642 1.434a11.91 11.91 0 0 1-.596.996 16.23 16.23 0 0 1-1.341 1.737c-.112.127-.22.254-.347.378-.176.188-.354.374-.537.555-3.287 3.258-8.299 6.115-13.965 8.736-.643.291-1.295.581-1.952.874l-.654.291c-.438.193-.875.383-1.334.571-.437.191-.891.382-1.346.567l-1.363.562c-3.187 1.311-6.452 2.562-9.637 3.795l-1.363.53-1.346.528c-.896.349-1.78.698-2.65 1.048l-1.297.522-1.275.52-.625.264c-.417.174-.825.347-1.233.52-9.371 4.023-16.115 8.114-14.698 13.189.039.144.083.281.132.415.127.377.3.731.517 1.065.127.198.274.386.438.557 1.665 1.732 4.696 1.458 8.519.083a53.473 53.473 0 0 0 1.602-.618l.332-.136c.874-.372 1.8-.787 2.745-1.236.237-.113.476-.22.716-.345 4.674-2.286 9.972-5.363 15.228-8.165a137.712 137.712 0 0 1 6.394-3.236c4.977-2.342 9.657-4.003 13.418-4.003 1.766 0 3.324.362 4.624 1.192l.217.144a7.087 7.087 0 0 1 2.01 2.167c.1.163.198.337.293.515 1.859 3.529.303 7.183-3.339 10.766-3.495 3.441-8.931 6.814-15.11 9.935-.46.232-.919.465-1.385.692-18.391 9.032-42.475 15.833-42.81 15.919-6.418 1.663-15.597 3.847-25.938 5.481l-1.529.239-.251.037c-1.158.175-2.318.339-3.481.491-1.179.158-2.371.302-3.57.437l-.22.024c-4.348.501-8.712.833-13.086.992h-.064c-1.583.056-3.163.085-4.745.085h-1.825a113.194 113.194 0 0 1-7.227-.327c-.056 0-.117 0-.173-.015a74.593 74.593 0 0 1-2.582-.242 95.088 95.088 0 0 1-2.667-.322 60.205 60.205 0 0 1-1.746-.261c-.591-.095-1.182-.193-1.771-.296l-.803-.151-.061-.012a65.73 65.73 0 0 1-2.531-.535c-.488-.11-.974-.218-1.455-.35l-.291-.073c-.239-.058-.471-.122-.708-.185l-.13-.035-.752-.219c-.274-.076-.547-.159-.821-.24l-.095-.027-.711-.217a44.17 44.17 0 0 1-.803-.259l-.655-.217-.481-.169a48.303 48.303 0 0 1-1.382-.508l-.435-.171-.359-.141a58.536 58.536 0 0 1-2.064-.875l-.452-.22-.075-.034c-.162-.076-.32-.151-.481-.217a40.937 40.937 0 0 1-.938-.467l-.096-.046-.449-.237a39.25 39.25 0 0 1-2.347-1.333l-.42-.259c-.21-.13-.42-.264-.625-.401l-.548-.361-.588-.406-.352-.251a28.235 28.235 0 0 1-1.092-.819l-.569-.437a39.806 39.806 0 0 1-.674-.557c-.188-.153-.371-.315-.554-.476l-.015-.012a32.54 32.54 0 0 1-.584-.525c-.19-.174-.381-.349-.566-.528l-.022-.022a19.148 19.148 0 0 1-.574-.566c-.188-.191-.381-.381-.564-.577-.183-.193-.372-.391-.552-.593-.181-.201-.347-.384-.518-.582l-.056-.066c-.166-.19-.33-.383-.491-.581a30.073 30.073 0 0 1-1.016-1.282c-.33-.44-.652-.889-.967-1.346l-.301-.449c-.4-.586-.791-1.177-1.17-1.778a48.053 48.053 0 0 1-.828-1.309c-.173-.276-.339-.555-.505-.828l-.069-.113c-.158-.268-.315-.532-.466-.798a7.555 7.555 0 0 1-.249-.437c-.081-.152-.174-.306-.259-.46l-.139-.241-.086-.157a39.684 39.684 0 0 1-.481-.886c-.073-.132-.144-.264-.22-.391l-.217-.423-.22-.417a67.082 67.082 0 0 1-1.558-3.341l-.173-.413c-.113-.276-.218-.55-.33-.821-.054-.132-.108-.261-.154-.393a40.57 40.57 0 0 1-.962-2.782 28.63 28.63 0 0 1-.477-1.678 30.805 30.805 0 0 1-.456-1.985c-.027-.135-.054-.269-.076-.399a27.853 27.853 0 0 1-.31-1.968c-.02-.13-.034-.259-.049-.388l-.042-.396a28.003 28.003 0 0 1-.119-1.558c0-.132-.013-.264-.017-.391a20.146 20.146 0 0 1-.02-.777c-.137-10.436 5.144-20.469 16.435-31.755 20.113-20.094 31.821-49.497 31.821-49.497s.315-1.234.97-3.009c.09-.247.186-.501.293-.767a32.9 32.9 0 0 1 1.287-2.924l.095-.183c.406-.811.85-1.602 1.329-2.371.112-.179.22-.354.344-.533.359-.53.738-1.047 1.136-1.548.217-.271.454-.54.691-.801.095-.103.188-.205.288-.303 1.165-1.204 2.497-2.186 4.003-2.709l.191-.063c.127-.042.254-.081.383-.117.149-.039.298-.074.452-.105l.071-.015c.318-.064.64-.105.965-.127h.027c.168 0 .339-.017.513-.017.217 0 .42 0 .632.022.22.019.437.044.657.078 1.812.288 3.537 1.368 5.022 3.033a14.517 14.517 0 0 1 1.516 2.042c.293.469.569.965.831 1.488.105.217.205.417.303.632.254.552.483 1.114.683 1.688a24.505 24.505 0 0 1 1.073 4.132c.205 1.234.327 2.479.366 3.727.02.667.02 1.344 0 2.025a29.166 29.166 0 0 1-1.922 9.261c-.103.272-.217.545-.327.819a22.854 22.854 0 0 1-.738 1.624c-.198.403-.405.808-.63 1.211-.147.269-.301.538-.454.806a33.388 33.388 0 0 1-1.275 1.996l-.276.395a33.346 33.346 0 0 1-3.595 4.221 37.682 37.682 0 0 1-4.15 3.59 33.928 33.928 0 0 0-4.125 3.607c-3.671 3.852-4.526 7.252-3.7 9.828.132.406.305.799.515 1.17.247.425.54.816.872 1.173l.129.134.132.132a7 7 0 0 0 .42.373l.147.118c.354.273.73.518 1.123.732.115.062.218.123.347.181.425.208.862.386 1.312.53.124.042.249.078.376.117l.159.042.219.059.188.046.206.044.202.041.193.032c.142.025.288.049.435.066l.139.022.254.025.157.017.256.017h.151l.269.014h.845l.242-.014.278-.017.34-.032.317-.037c.074 0 .147-.019.22-.034a12.294 12.294 0 0 0 2.85-.772l.389-.163c.217-.096.437-.196.637-.303.43-.215.848-.459 1.248-.726.56-.366 1.087-.776 1.58-1.228.118-.105.232-.217.345-.325.056-.054.11-.105.163-.164.108-.109.218-.217.325-.337a14.62 14.62 0 0 0 2.015-2.825 558.657 558.657 0 0 1 15.023-25.679l.718-1.151.726-1.15c.361-.584.728-1.158 1.091-1.729l.367-.572a306.989 306.989 0 0 1 3.71-5.676l.745-1.114a245.885 245.885 0 0 1 4.462-6.416l.735-1.013a137.027 137.027 0 0 1 5.017-6.499l.688-.826c.115-.137.22-.273.345-.405.227-.269.454-.53.676-.784.113-.13.218-.257.337-.384l.655-.737.327-.359c.33-.355.652-.694.97-1.019.22-.22.422-.437.632-.642a25.665 25.665 0 0 1 4.077-3.385l.342-.22c.327-.22.666-.425 1.013-.611 5.774-3.277 10.554-3.519 13.306-.767 1.666 1.666 2.589 4.428 2.538 8.273 0 .168 0 .339-.013.515v.188c0 .176-.014.352-.029.53 0 .22-.024.437-.046.657-.022.217-.034.383-.056.579 0 .054-.01.11-.02.168-.015.169-.037.342-.061.516 0 .051 0 .105-.02.159-.026.232-.061.461-.1.691a11.22 11.22 0 0 1-.102.64l-.064.364a9.725 9.725 0 0 1-.244 1.025c-.19.633-.42 1.251-.691 1.852a26.729 26.729 0 0 1-1.256 2.41 36.43 36.43 0 0 1-.786 1.285c-.278.437-.572.879-.874 1.326a71.187 71.187 0 0 1-2.406 3.244l-.381.481a123.613 123.613 0 0 1-4.206 4.97l-.457.513c-.615.686-1.24 1.377-1.88 2.071l-.481.523c-.32.349-.655.698-.977 1.05-.32.349-.655.703-.992 1.057l-1.004 1.058-1.018 1.065-1.026 1.065c-.689.713-1.38 1.426-2.076 2.139-9.904 10.158-20.337 20.282-23.869 26.593-.237.41-.45.835-.64 1.267-.503 1.148-.713 2.13-.569 2.924.046.261.137.51.271.74.198.344.44.662.721.945.129.127.266.244.41.352a4.114 4.114 0 0 0 2.498.759h.279l.286-.022.285-.032.237-.034c.032-.005.066-.01.098-.019l.217-.042.056-.012.242-.051.086-.022a8.77 8.77 0 0 0 .254-.069c.085-.024.202-.056.305-.09.43-.13.85-.283 1.263-.459a9.9 9.9 0 0 0 .64-.286c.11-.049.219-.1.322-.154l.327-.161a29.795 29.795 0 0 0 2.286-1.321l.325-.22c.11-.069.22-.139.325-.218l.325-.217.173-.12.469-.329c.437-.301.845-.611 1.258-.926l.037-.029.657-.508a71.37 71.37 0 0 0 2.518-2.093l.513-.45.046-.044.269-.237c.63-.566 1.192-1.094 1.658-1.529l.193-.188c.168-.158.322-.307.462-.434l.273-.271.098-.096.027-.027.285-.285.181-.188.022-.018.086-.078.107-.097.034-.032.091-.083.498-.437.278-.249c.149-.13.293-.262.438-.396l.332-.296c.061-.049.119-.102.18-.156l.35-.305.513-.452.273-.237a420.923 420.923 0 0 1 3.839-3.297l.609-.516 1.003-.842 1.029-.857a334.068 334.068 0 0 1 4.318-3.53l1.004-.806c.854-.681 1.731-1.375 2.62-2.073a65.46 65.46 0 0 1 1.094-.84c.909-.706 1.822-1.407 2.743-2.098a246.067 246.067 0 0 1 6.446-4.712l.937-.654c.657-.452 1.312-.906 1.967-1.348l.593-.401c1.17-.794 2.357-1.568 3.554-2.323l.593-.373.589-.367a130.48 130.48 0 0 1 1.761-1.074l.583-.35 1.168-.679 1.145-.657.232-.127.907-.498c.378-.205.754-.403 1.13-.596l.56-.288.544-.273c.191-.091.379-.186.564-.276a52.449 52.449 0 0 1 3.747-1.671c.344-.147.686-.278 1.026-.393l1.001-.352c.301-.1.594-.195.875-.281l.097-.029a8.44 8.44 0 0 1 .452-.132l.044-.012c.313-.091.623-.169.928-.242h.022a19.803 19.803 0 0 1 2.631-.447 11.65 11.65 0 0 1 1.226-.061h.205c.273 0 .537.017.798.044.12 0 .24.024.357.039h.049c.117.015.234.032.352.059.114.022.232.041.344.068h.037c.114.024.217.054.337.088a6.36 6.36 0 0 1 1.753.794c.266.173.516.369.745.586l.066.063c.044.039.086.081.125.123l.119.129a13.364 13.364 0 0 1 2.404 3.493l.092.219a8.084 8.084 0 0 1 .103 6.236 11.428 11.428 0 0 1-.828 1.746 19.86 19.86 0 0 1-2.684 3.546l-.217.232c-.325.342-.662.684-1.016 1.026-.157.154-.32.305-.484.459l-.501.462-.261.232a49.246 49.246 0 0 1-1.934 1.634c-.399.322-.799.637-1.205.947a103.41 103.41 0 0 1-4.374 3.168c-.896.616-1.8 1.219-2.711 1.815a241.886 241.886 0 0 1-6.804 4.306c-4.807 2.955-10.134 6.115-15.812 9.552l-1.47.891c-1.61.982-3.129 1.92-4.56 2.814l-.721.452-1.363.874c-.903.579-1.805 1.163-2.706 1.746l-.725.479c-.354.23-.706.464-1.058.699l-.344.219-1.055.711-.559.384-.655.454-.608.422a134.32 134.32 0 0 0-2.838 2.059l-.327.249c-.513.389-1.021.784-1.522 1.187a48.15 48.15 0 0 0-2.061 1.749l-.303.276c-.174.159-.345.318-.508.474-.113.11-.218.22-.335.325l-.156.156c-.349.352-.691.711-1.021 1.08l-.161.185c-.359.415-.672.814-.945 1.202l-.123.173a10.546 10.546 0 0 0-.72 1.217l-.12.249-.08.18-.052.123-.041.109-.056.149a6.193 6.193 0 0 0-.318 1.278l-.019.151-.015.142v.769c0 .064 0 .127.017.196l.012.117c0 .063.015.124.025.193.009.063.027.178.046.268v.013c.017.085.034.168.056.254.022.085.044.183.071.271.046.173.105.344.166.515.039.103.076.203.117.303 0 .02.015.041.025.061l.088.198.122.271c.132.281.276.554.432.821l.161.278.166.278c.03.047.064.091.101.132l.053.057.061.056.064.049c.093.065.193.117.298.153.056.02.115.035.173.049 1.409.318 4.306-.847 8.155-2.879.218-.118.457-.24.689-.367l1.172-.64.572-.317c.408-.217.823-.464 1.248-.706l.774-.437c5.088-2.928 11.164-6.69 17.446-10.363.589-.344 1.18-.689 1.771-1.028l1.187-.76a317.87 317.87 0 0 1 4.152-2.337c1.751-.962 3.514-1.9 5.295-2.809l1.162-.588c.772-.381 1.537-.753 2.291-1.114a99.797 99.797 0 0 1 4.433-1.976l.818-.332.098-.039c4.335-1.717 8.265-2.777 11.445-2.777a11.28 11.28 0 0 1 2.051.168h.022c.218.039.416.083.618.132h.037a7.35 7.35 0 0 1 1.505.562 6.425 6.425 0 0 1 1.785 1.365c.234.259.442.54.625.838.342.525.611 1.094.804 1.69.078.232.146.459.217.701a9.598 9.598 0 0 1-.147 5.63Z'/%3E%3Cpath fill='%23FFD21E' fill-rule='evenodd' d='M439.742 245.574v-1.199c0-102.223-82.84-185.09-185.07-185.09-102.227 0-185.1 82.872-185.1 185.09v.4c-.004.266-.007.533 0 .799.013.398.017.796.013 1.194l.012.879.007.315c0 .147.005.291.01.438.008.232.012.466.012.698l.027.95.04 1.116.011.367.05 1.155v.056c.019.452.043.901.065 1.351l.003.034c.024.459.049.921.078 1.382.024.425.049.85.08 1.275l.005.076c.022.364.046.73.073 1.094l.008.098.08 1.055.008.068c.015.205.03.411.049.608.146 1.761.316 3.522.51 5.278l.012.11.15 1.292.166 1.356.121.921.057.432c.13.996.27 1.99.422 2.982l.01.066.144.938a182.192 182.192 0 0 0 2.589 13.311l.012.053.078.33.223.94.136-.163c5.374-6.424 13.082-9.965 21.706-9.965 6.911 0 14.002 2.286 21.109 6.792 4.714 2.995 9.926 8.297 15.289 14.967 4.963-6.892 11.919-11.474 19.876-12.725a29.726 29.726 0 0 1 4.587-.361c18.161 0 29.101 15.76 33.233 29.938 2.042 4.79 11.882 26.605 26.722 41.362 22.558 22.535 28.202 45.789 17.038 70.689h.039c.759.085 1.524.164 2.293.234.457.044.911.088 1.37.127l.162.015 1.008.086.928.073c.885.068 1.771.132 2.66.188l.706.041.559.035.347.019 1.092.056.298.013 1.145.051 1.275.049 1.024.029.171.005c.217.01.434.017.652.017l.234.007c1.441.034 2.88.052 4.321.049h1.529l1.091-.012c.269-.012.535-.012.806-.012h.425l.369-.01c.144-.005.288-.01.435-.01h.437l.857-.022 1.29-.044 1.419-.063c.41-.015.816-.037 1.221-.056l.437-.027.65-.034.381-.022.288-.02 1.312-.086 1.309-.095 1.189-.095.835-.071.919-.083c1.534-.137 3.062-.298 4.591-.481l1.043-.125c-10.988-24.794-5.3-47.948 17.163-70.393 14.808-14.796 24.648-36.611 26.7-41.403 4.135-14.176 15.067-29.936 33.233-29.936 1.536 0 3.072.122 4.589.361 7.95 1.251 14.906 5.833 19.876 12.725 5.366-6.668 10.575-11.975 15.292-14.969 7.104-4.504 14.202-6.79 21.106-6.79 7.611 0 14.508 2.76 19.718 7.823.095-.413.188-.826.278-1.241l.266-1.236c.096-.452.191-.903.281-1.355.161-.799.323-1.598.476-2.404.162-.835.316-1.675.462-2.515l.076-.454c.046-.269.09-.538.141-.809.083-.42.152-.84.22-1.265l.027-.161.174-1.107.17-1.121v-.009c.125-.828.242-1.656.352-2.484l.027-.205.154-1.168.124-.996.22-1.964.086-.789.022-.215c.046-.425.09-.85.129-1.275v-.034c.032-.337.066-.677.095-1.016.174-1.925.32-3.859.438-5.801.022-.317.039-.637.058-.957v-.015l.064-1.199.014-.269c.039-.81.074-1.621.101-2.432v-.029l.012-.318c.012-.266.022-.535.022-.803l.005-.108c.009-.252.019-.51.019-.767l.007-.22c.008-.256.015-.51.015-.767l.005-.217c.007-.325.015-.652.015-.977v-1.194ZM208.763 430.475c14.659-21.495 13.618-37.629-6.492-57.73-20.115-20.103-31.822-49.499-31.822-49.499s-4.369-17.075-14.334-15.507c-9.964 1.568-17.274 27.084 3.591 42.702 20.862 15.619-4.152 26.209-12.183 11.553-8.03-14.659-29.956-52.337-41.322-59.545-11.367-7.207-19.361-3.168-16.682 11.687 1.331 7.373 13.709 19.959 25.274 31.716 11.733 11.929 22.628 23.007 20.298 26.927-4.623 7.784-20.906-9.146-20.906-9.146s-50.987-46.4-62.085-34.308c-10.234 11.144 5.546 20.618 29.863 35.221 2.066 1.241 4.196 2.521 6.377 3.84 27.821 16.842 29.984 21.285 26.035 27.657-1.458 2.354-10.771-3.236-22.225-10.112-19.527-11.725-45.274-27.183-48.91-13.347-3.147 11.975 15.796 19.312 32.976 25.967 14.312 5.544 27.403 10.615 25.476 17.497-1.995 7.137-12.812 1.185-24.636-5.322-13.274-7.305-27.818-15.306-32.578-6.277-8.996 17.073 62.06 37.171 62.646 37.32 22.958 5.954 81.262 18.571 101.639-11.294Zm94.434 0c-14.659-21.495-13.619-37.629 6.494-57.73 20.113-20.103 31.819-49.499 31.819-49.499s4.369-17.075 14.334-15.507c9.965 1.568 17.275 27.084-3.588 42.702-20.865 15.619 4.15 26.209 12.18 11.553 8.033-14.659 29.944-52.337 41.31-59.545 11.367-7.207 19.366-3.168 16.684 11.687-1.328 7.373-13.709 19.959-25.273 31.719-11.733 11.928-22.629 23.004-20.301 26.924 4.623 7.784 20.919-9.156 20.919-9.156s50.984-46.398 62.087-34.305c10.231 11.142-5.549 20.618-29.868 35.221a2689.168 2689.168 0 0 0-6.374 3.839c-27.821 16.843-29.985 21.285-26.038 27.655 1.46 2.357 10.773-3.236 22.225-10.111 19.529-11.724 45.277-27.184 48.913-13.345 3.148 11.975-15.797 19.311-32.976 25.967-14.313 5.544-27.404 10.614-25.479 17.497 1.993 7.134 12.808 1.182 24.629-5.324 13.274-7.306 27.821-15.312 32.578-6.275 8.998 17.082-62.07 37.161-62.644 37.307-22.958 5.974-81.262 18.591-101.631-11.274Z' clip-rule='evenodd'/%3E%3Cpath fill='%2332343D' fill-rule='evenodd' d='M314.783 193.996c2.887 1.021 5.034 4.128 7.076 7.085 2.76 3.996 5.329 7.716 9.271 5.62a26.62 26.62 0 0 0 10.954-10.91 26.64 26.64 0 0 0-.581-26.248 26.666 26.666 0 0 0-8.028-8.472 26.63 26.63 0 0 0-32.689 2.343 26.62 26.62 0 0 0-6.741 9.526 26.626 26.626 0 0 0 1.065 22.748c1.827 3.437 5.881 1.815 10.16.103 3.354-1.341 6.849-2.738 9.513-1.795Zm-125.476 0c-2.887 1.021-5.034 4.13-7.076 7.085-2.76 3.998-5.331 7.716-9.271 5.62a26.628 26.628 0 0 1 20.181-49.013 26.64 26.64 0 0 1 18.824 22.831 26.645 26.645 0 0 1-2.982 15.169c-1.83 3.437-5.884 1.815-10.163.105-3.356-1.343-6.846-2.74-9.513-1.797Zm106.064 114.183c19.888-15.668 27.194-41.249 27.194-57.007 0-12.456-8.38-8.536-21.796-1.893l-.757.373c-12.315 6.099-28.708 14.22-46.703 14.22-17.998 0-34.391-8.121-46.703-14.222-13.851-6.861-22.538-11.164-22.538 1.524 0 16.256 7.772 42.949 29.103 58.456a46.315 46.315 0 0 1 11.645-14.896 46.308 46.308 0 0 1 16.625-9.005c2.13-.635 4.323 3.031 6.568 6.784 2.166 3.62 4.382 7.323 6.633 7.323 2.401 0 4.758-3.649 7.061-7.21 2.406-3.725 4.753-7.352 7.022-6.626a46.325 46.325 0 0 1 26.646 22.179Z' clip-rule='evenodd'/%3E%3Cpath fill='%23FF323D' d='M295.367 308.176c-10.358 8.163-24.126 13.636-42.055 13.636-16.845 0-30.019-4.831-40.141-12.185a46.294 46.294 0 0 1 11.646-14.896 46.315 46.315 0 0 1 16.625-9.005c4.181-1.248 8.614 14.107 13.201 14.107 4.909 0 9.64-15.255 14.082-13.836a46.346 46.346 0 0 1 26.642 22.179Z'/%3E%3Cpath fill='%23FFAD03' fill-rule='evenodd' d='M141.749 216.156a17.285 17.285 0 0 1-7.92 2.835 17.254 17.254 0 0 1-8.321-1.236 17.233 17.233 0 0 1-5.621-3.751 17.25 17.25 0 0 1-3.751-5.62 17.302 17.302 0 0 1 1.605-16.242 17.312 17.312 0 1 1 24.008 24.014Zm247.687 0a17.29 17.29 0 0 1-7.92 2.835 17.264 17.264 0 0 1-8.324-1.236 17.281 17.281 0 0 1-9.371-9.371 17.349 17.349 0 0 1-1.231-8.321 17.344 17.344 0 0 1 2.836-7.921 17.297 17.297 0 0 1 20.227-6.68 17.308 17.308 0 0 1 6.409 4.062 17.284 17.284 0 0 1 4.738 8.863 17.311 17.311 0 0 1-7.364 17.769Z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M.25 0h512v512H.25z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"
365
+ },
366
+ "engines": {
367
+ "camunda": "^8.5"
368
368
  }
369
369
  },
370
370
  {
@@ -586,7 +586,7 @@
586
586
  },
587
587
  {
588
588
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
589
- "name": "Hugging Face Outbound Connector",
589
+ "name": "Run Inference on Hugging Face",
590
590
  "id": "io.camunda.connectors.HuggingFace.v1",
591
591
  "version": 4,
592
592
  "engines": {
@@ -658,7 +658,7 @@
658
658
  "label": "Hugging Face API key",
659
659
  "group": "authentication",
660
660
  "feel": "optional",
661
- "description": "Your Hugging Face API key. Get one at <a href=\"https://huggingface.co/settings/tokens\" target=\"_blank\">huggingface.co/settings/tokens</a>",
661
+ "tooltip": "Get your API key at <a href=\"https://huggingface.co/settings/tokens\" target=\"_blank\">Hugging Face API tokens</a>",
662
662
  "type": "String",
663
663
  "binding": {
664
664
  "type": "zeebe:input",
@@ -672,7 +672,8 @@
672
672
  "label": "Model ID",
673
673
  "group": "input",
674
674
  "feel": "optional",
675
- "description": "Full model repository ID (e.g., meta-llama/Llama-3.2-3B-Instruct, mistralai/Mistral-7B-Instruct-v0.3). Browse models at <a href=\"https://huggingface.co/models\" target=\"_blank\">huggingface.co/models</a>",
675
+ "placeholder": "meta-llama/Llama-3.2-3B-Instruct",
676
+ "tooltip": "Full model repository ID. Browse models on <a href=\"https://huggingface.co/models\" target=\"_blank\">Hugging Face</a>.",
676
677
  "type": "String",
677
678
  "binding": {
678
679
  "type": "zeebe:input",
@@ -686,7 +687,7 @@
686
687
  "label": "Messages",
687
688
  "group": "input",
688
689
  "feel": "required",
689
- "description": "Chat messages array in format: [{\"role\": \"user\", \"content\": \"Your message\"}]. Use 'system' role for instructions and 'user' role for queries. <a href=\"https://huggingface.co/docs/inference-providers/index#http--curl\" target=\"_blank\">See documentation</a>",
690
+ "tooltip": "Chat messages array in format: [{\"role\": \"user\", \"content\": \"Your message\"}]. Use 'system' role for instructions and 'user' role for queries. See the <a href=\"https://huggingface.co/docs/inference-providers/index#http--curl\" target=\"_blank\">Hugging Face inference API</a>.",
690
691
  "type": "Text",
691
692
  "binding": {
692
693
  "type": "zeebe:input",
@@ -724,7 +725,7 @@
724
725
  },
725
726
  {
726
727
  "label": "Result variable",
727
- "description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
728
+ "tooltip": "Name of variable to store the response in. <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">result variable documentation</a>",
728
729
  "group": "output",
729
730
  "type": "String",
730
731
  "binding": {
@@ -734,7 +735,7 @@
734
735
  },
735
736
  {
736
737
  "label": "Result expression",
737
- "description": "Expression to map the response into process variables. For chat completion, use: =response.body.choices[1].message.content to get the AI response. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
738
+ "tooltip": "Expression to map the response into process variables. For chat completion, use: =response.body.choices[1].message.content to get the AI response. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">result expression documentation</a>",
738
739
  "group": "output",
739
740
  "type": "Text",
740
741
  "feel": "required",
@@ -745,7 +746,7 @@
745
746
  },
746
747
  {
747
748
  "label": "Connection timeout",
748
- "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
749
+ "tooltip": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
749
750
  "group": "errors",
750
751
  "type": "String",
751
752
  "value": "30",
@@ -765,7 +766,7 @@
765
766
  },
766
767
  {
767
768
  "label": "Error expression",
768
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
769
+ "tooltip": "Expression to handle errors. <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">BPMN error handling documentation</a>",
769
770
  "group": "errors",
770
771
  "type": "Text",
771
772
  "feel": "required",
@@ -778,7 +779,7 @@
778
779
  "id": "version",
779
780
  "label": "Version",
780
781
  "description": "Version of the element template",
781
- "value": "3",
782
+ "value": "4",
782
783
  "group": "connector",
783
784
  "binding": {
784
785
  "key": "elementTemplateVersion",