@camunda/connectors-element-templates 1.0.5 → 1.0.6

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 (84) hide show
  1. package/package.json +1 -1
  2. package/src/connectors.js +2 -0
  3. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +170 -13
  4. package/src/element-templates/agenticai-aiagent-outbound-connector.json +1596 -389
  5. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
  6. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
  7. package/src/element-templates/asana-connector.json +104 -104
  8. package/src/element-templates/automation-anywhere-outbound-connector.json +1207 -1201
  9. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  10. package/src/element-templates/aws-dynamodb-outbound-connector.json +1404 -1404
  11. package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
  12. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  13. package/src/element-templates/aws-eventbridge-connector-start-event.json +13 -10
  14. package/src/element-templates/aws-eventbridge-outbound-connector.json +474 -474
  15. package/src/element-templates/aws-lambda-outbound-connector.json +51 -51
  16. package/src/element-templates/aws-s3-outbound-connector.json +30 -30
  17. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  18. package/src/element-templates/aws-sns-inbound-boundary.json +283 -283
  19. package/src/element-templates/aws-sns-inbound-intermediate.json +467 -467
  20. package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
  21. package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
  22. package/src/element-templates/aws-sns-outbound-connector.json +719 -719
  23. package/src/element-templates/aws-sqs-boundary-connector.json +420 -420
  24. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +958 -958
  25. package/src/element-templates/aws-sqs-outbound-connector.json +421 -421
  26. package/src/element-templates/aws-sqs-start-event-connector.json +388 -388
  27. package/src/element-templates/aws-sqs-start-message.json +463 -463
  28. package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
  29. package/src/element-templates/azure-open-ai-connector.json +32 -32
  30. package/src/element-templates/blue-prism-connector.json +57 -57
  31. package/src/element-templates/box-outbound-connector.json +30 -30
  32. package/src/element-templates/csv-outbound-connector.json +392 -0
  33. package/src/element-templates/easy-post-connector.json +269 -269
  34. package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
  35. package/src/element-templates/email-outbound-connector.json +231 -231
  36. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3473 -150
  37. package/src/element-templates/github-connector.json +2930 -2930
  38. package/src/element-templates/github-webhook-connector-boundary.json +21 -21
  39. package/src/element-templates/github-webhook-connector-intermediate.json +35 -35
  40. package/src/element-templates/github-webhook-connector-message-start.json +21 -21
  41. package/src/element-templates/github-webhook-connector-start-event.json +35 -32
  42. package/src/element-templates/gitlab-connector.json +1561 -1561
  43. package/src/element-templates/google-drive-outbound-connector.json +363 -363
  44. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  45. package/src/element-templates/google-maps-platform-connector.json +76 -76
  46. package/src/element-templates/google-sheets-outbound-connector.json +1177 -1177
  47. package/src/element-templates/graphql-outbound-connector.json +1182 -1182
  48. package/src/element-templates/http-json-connector.json +2332 -2332
  49. package/src/element-templates/http-polling-boundary-catch-event-connector.json +261 -558
  50. package/src/element-templates/http-polling-connector.json +259 -556
  51. package/src/element-templates/hugging-face-connector.json +34 -34
  52. package/src/element-templates/jdbc-outbound-connector.json +404 -2
  53. package/src/element-templates/kafka-inbound-connector-boundary.json +624 -624
  54. package/src/element-templates/kafka-inbound-connector-intermediate.json +1018 -1018
  55. package/src/element-templates/kafka-inbound-connector-start-message.json +532 -532
  56. package/src/element-templates/kafka-inbound-connector.json +240 -237
  57. package/src/element-templates/kafka-outbound-connector.json +588 -588
  58. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  59. package/src/element-templates/microsoft-teams-outbound-connector.json +3730 -3730
  60. package/src/element-templates/openai-connector.json +117 -117
  61. package/src/element-templates/operate-connector.json +68 -68
  62. package/src/element-templates/power-automate-connector.json +12 -12
  63. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +437 -437
  64. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +581 -581
  65. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +451 -451
  66. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +354 -354
  67. package/src/element-templates/rabbitmq-outbound-connector.json +666 -666
  68. package/src/element-templates/salesforce-connector.json +40 -40
  69. package/src/element-templates/sendgrid-outbound-connector.json +487 -487
  70. package/src/element-templates/slack-inbound-boundary.json +301 -301
  71. package/src/element-templates/slack-inbound-intermediate.json +307 -307
  72. package/src/element-templates/slack-inbound-message-start.json +350 -350
  73. package/src/element-templates/slack-inbound-start-event.json +213 -210
  74. package/src/element-templates/slack-outbound-connector.json +739 -739
  75. package/src/element-templates/twilio-connector.json +88 -88
  76. package/src/element-templates/twilio-webhook-connector.json +13 -10
  77. package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
  78. package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
  79. package/src/element-templates/uipath-connector.json +49 -49
  80. package/src/element-templates/webhook-connector-boundary.json +1644 -1644
  81. package/src/element-templates/webhook-connector-intermediate.json +972 -972
  82. package/src/element-templates/webhook-connector-start-event.json +556 -553
  83. package/src/element-templates/webhook-connector-start-message.json +33 -33
  84. package/src/element-templates/whatsapp-connector.json +6 -6
@@ -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
  ]
@@ -8,7 +8,7 @@
8
8
  "keywords": ["relational", "database"]
9
9
  },
10
10
  "documentationRef": "https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/sql",
11
- "version": 2,
11
+ "version": 3,
12
12
  "category": {
13
13
  "id": "connectors",
14
14
  "name": "Connectors"
@@ -62,6 +62,7 @@
62
62
  {
63
63
  "id": "database",
64
64
  "label": "Select a database",
65
+ "description": "Select the database you want to connect to. If you choose Oracle, make sure the Oracle JDBC driver is included. <a href=\"https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/sql/#database\">Learn how to set it up.</a>",
65
66
  "optional": false,
66
67
  "constraints": {
67
68
  "notEmpty": true
@@ -88,6 +89,10 @@
88
89
  {
89
90
  "name": "PostgreSQL",
90
91
  "value": "POSTGRESQL"
92
+ },
93
+ {
94
+ "name": "Oracle",
95
+ "value": "ORACLE"
91
96
  }
92
97
  ]
93
98
  },
@@ -311,7 +316,7 @@
311
316
  "id": "version",
312
317
  "label": "Version",
313
318
  "description": "Version of the element template",
314
- "value": "2",
319
+ "value": "3",
315
320
  "group": "connector",
316
321
  "binding": {
317
322
  "key": "elementTemplateVersion",
@@ -764,5 +769,402 @@
764
769
  "engines": {
765
770
  "camunda": "^8.5"
766
771
  }
772
+ },
773
+ {
774
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
775
+ "name": "SQL Database Connector",
776
+ "id": "io.camunda.connectors.Jdbc.v1",
777
+ "description": "Read and write data from a Camunda process directly to a SQL database (e.g., Microsoft SQL Server, MySQL, PostgreSQL)",
778
+ "metadata": {
779
+ "keywords": ["relational", "database"]
780
+ },
781
+ "documentationRef": "https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/sql",
782
+ "version": 2,
783
+ "category": {
784
+ "id": "connectors",
785
+ "name": "Connectors"
786
+ },
787
+ "appliesTo": ["bpmn:Task"],
788
+ "elementType": {
789
+ "value": "bpmn:ServiceTask"
790
+ },
791
+ "engines": {
792
+ "camunda": "^8.6"
793
+ },
794
+ "groups": [
795
+ {
796
+ "id": "database",
797
+ "label": "Database"
798
+ },
799
+ {
800
+ "id": "connection",
801
+ "label": "Connection"
802
+ },
803
+ {
804
+ "id": "query",
805
+ "label": "Query"
806
+ },
807
+ {
808
+ "id": "connector",
809
+ "label": "Connector"
810
+ },
811
+ {
812
+ "id": "output",
813
+ "label": "Output mapping"
814
+ },
815
+ {
816
+ "id": "error",
817
+ "label": "Error handling"
818
+ },
819
+ {
820
+ "id": "retries",
821
+ "label": "Retries"
822
+ }
823
+ ],
824
+ "properties": [
825
+ {
826
+ "value": "io.camunda:connector-jdbc:1",
827
+ "binding": {
828
+ "property": "type",
829
+ "type": "zeebe:taskDefinition"
830
+ },
831
+ "type": "Hidden"
832
+ },
833
+ {
834
+ "id": "database",
835
+ "label": "Select a database",
836
+ "optional": false,
837
+ "constraints": {
838
+ "notEmpty": true
839
+ },
840
+ "group": "database",
841
+ "binding": {
842
+ "name": "database",
843
+ "type": "zeebe:input"
844
+ },
845
+ "type": "Dropdown",
846
+ "choices": [
847
+ {
848
+ "name": "MariaDB",
849
+ "value": "MARIADB"
850
+ },
851
+ {
852
+ "name": "Microsoft SQL Server",
853
+ "value": "MSSQL"
854
+ },
855
+ {
856
+ "name": "MySQL",
857
+ "value": "MYSQL"
858
+ },
859
+ {
860
+ "name": "PostgreSQL",
861
+ "value": "POSTGRESQL"
862
+ }
863
+ ]
864
+ },
865
+ {
866
+ "id": "connection.authType",
867
+ "label": "Connection type",
868
+ "value": "uri",
869
+ "group": "connection",
870
+ "binding": {
871
+ "name": "connection.authType",
872
+ "type": "zeebe:input"
873
+ },
874
+ "type": "Dropdown",
875
+ "choices": [
876
+ {
877
+ "name": "URI",
878
+ "value": "uri"
879
+ },
880
+ {
881
+ "name": "Detailed",
882
+ "value": "detailed"
883
+ }
884
+ ]
885
+ },
886
+ {
887
+ "id": "connection.uri",
888
+ "label": "URI",
889
+ "description": "URI should contain JDBC driver, host name, and port number. For more information, see the <a href=\"https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/sql/#uri-connection\" target=\"_blank\">documentation</a>.)",
890
+ "optional": false,
891
+ "constraints": {
892
+ "notEmpty": true,
893
+ "pattern": {
894
+ "value": "^(=|(jdbc:|secrets|\\{\\{).*$)",
895
+ "message": "Must start with 'jdbc:' or contain a secret reference"
896
+ }
897
+ },
898
+ "feel": "optional",
899
+ "group": "connection",
900
+ "binding": {
901
+ "name": "connection.uri",
902
+ "type": "zeebe:input"
903
+ },
904
+ "condition": {
905
+ "property": "connection.authType",
906
+ "equals": "uri",
907
+ "type": "simple"
908
+ },
909
+ "type": "String"
910
+ },
911
+ {
912
+ "id": "connection.uriProperties",
913
+ "label": "Properties",
914
+ "description": "Additional properties for the connection ('user' and 'password' for instance). For more information, see the <a href=\"https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/sql/#connection\" target=\"_blank\">documentation</a>.",
915
+ "optional": true,
916
+ "feel": "required",
917
+ "group": "connection",
918
+ "binding": {
919
+ "name": "connection.uriProperties",
920
+ "type": "zeebe:input"
921
+ },
922
+ "condition": {
923
+ "property": "connection.authType",
924
+ "equals": "uri",
925
+ "type": "simple"
926
+ },
927
+ "type": "String"
928
+ },
929
+ {
930
+ "id": "connection.host",
931
+ "label": "Host",
932
+ "optional": false,
933
+ "constraints": {
934
+ "notEmpty": true
935
+ },
936
+ "feel": "optional",
937
+ "group": "connection",
938
+ "binding": {
939
+ "name": "connection.host",
940
+ "type": "zeebe:input"
941
+ },
942
+ "condition": {
943
+ "property": "connection.authType",
944
+ "equals": "detailed",
945
+ "type": "simple"
946
+ },
947
+ "type": "String"
948
+ },
949
+ {
950
+ "id": "connection.port",
951
+ "label": "Port",
952
+ "optional": false,
953
+ "constraints": {
954
+ "notEmpty": true
955
+ },
956
+ "feel": "optional",
957
+ "group": "connection",
958
+ "binding": {
959
+ "name": "connection.port",
960
+ "type": "zeebe:input"
961
+ },
962
+ "condition": {
963
+ "property": "connection.authType",
964
+ "equals": "detailed",
965
+ "type": "simple"
966
+ },
967
+ "type": "String"
968
+ },
969
+ {
970
+ "id": "connection.username",
971
+ "label": "Username",
972
+ "optional": true,
973
+ "feel": "optional",
974
+ "group": "connection",
975
+ "binding": {
976
+ "name": "connection.username",
977
+ "type": "zeebe:input"
978
+ },
979
+ "condition": {
980
+ "property": "connection.authType",
981
+ "equals": "detailed",
982
+ "type": "simple"
983
+ },
984
+ "type": "String"
985
+ },
986
+ {
987
+ "id": "connection.password",
988
+ "label": "Password",
989
+ "optional": true,
990
+ "feel": "optional",
991
+ "group": "connection",
992
+ "binding": {
993
+ "name": "connection.password",
994
+ "type": "zeebe:input"
995
+ },
996
+ "condition": {
997
+ "property": "connection.authType",
998
+ "equals": "detailed",
999
+ "type": "simple"
1000
+ },
1001
+ "type": "String"
1002
+ },
1003
+ {
1004
+ "id": "connection.databaseName",
1005
+ "label": "Database name",
1006
+ "optional": true,
1007
+ "feel": "optional",
1008
+ "group": "connection",
1009
+ "binding": {
1010
+ "name": "connection.databaseName",
1011
+ "type": "zeebe:input"
1012
+ },
1013
+ "condition": {
1014
+ "property": "connection.authType",
1015
+ "equals": "detailed",
1016
+ "type": "simple"
1017
+ },
1018
+ "type": "String"
1019
+ },
1020
+ {
1021
+ "id": "connection.properties",
1022
+ "label": "Properties",
1023
+ "description": "Additional properties for the connection. For more information, see the <a href=\"https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/sql/#connection\" target=\"_blank\">documentation</a>.",
1024
+ "optional": true,
1025
+ "feel": "required",
1026
+ "group": "connection",
1027
+ "binding": {
1028
+ "name": "connection.properties",
1029
+ "type": "zeebe:input"
1030
+ },
1031
+ "condition": {
1032
+ "property": "connection.authType",
1033
+ "equals": "detailed",
1034
+ "type": "simple"
1035
+ },
1036
+ "type": "String"
1037
+ },
1038
+ {
1039
+ "id": "data.returnResults",
1040
+ "label": "Return results",
1041
+ "description": "Check this box if the SQL statement return results, e.g. a SELECT or any statement with a RETURNING clause",
1042
+ "optional": false,
1043
+ "value": false,
1044
+ "feel": "static",
1045
+ "group": "query",
1046
+ "binding": {
1047
+ "name": "data.returnResults",
1048
+ "type": "zeebe:input"
1049
+ },
1050
+ "type": "Boolean"
1051
+ },
1052
+ {
1053
+ "id": "data.query",
1054
+ "label": "SQL Query to execute",
1055
+ "description": "You can use named, positional or binding <a href=\"https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/sql/#variables\" target=\"_blank\">parameters</a>",
1056
+ "optional": false,
1057
+ "constraints": {
1058
+ "notEmpty": true
1059
+ },
1060
+ "feel": "optional",
1061
+ "group": "query",
1062
+ "binding": {
1063
+ "name": "data.query",
1064
+ "type": "zeebe:input"
1065
+ },
1066
+ "type": "String"
1067
+ },
1068
+ {
1069
+ "id": "data.variables",
1070
+ "label": "SQL Query variables",
1071
+ "description": "The <a href=\"https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/sql/#variables\" target=\"_blank\">variables</a> to use in the SQL query.",
1072
+ "optional": true,
1073
+ "feel": "required",
1074
+ "group": "query",
1075
+ "binding": {
1076
+ "name": "data.variables",
1077
+ "type": "zeebe:input"
1078
+ },
1079
+ "type": "String"
1080
+ },
1081
+ {
1082
+ "id": "version",
1083
+ "label": "Version",
1084
+ "description": "Version of the element template",
1085
+ "value": "2",
1086
+ "group": "connector",
1087
+ "binding": {
1088
+ "key": "elementTemplateVersion",
1089
+ "type": "zeebe:taskHeader"
1090
+ },
1091
+ "type": "Hidden"
1092
+ },
1093
+ {
1094
+ "id": "id",
1095
+ "label": "ID",
1096
+ "description": "ID of the element template",
1097
+ "value": "io.camunda.connectors.Jdbc.v1",
1098
+ "group": "connector",
1099
+ "binding": {
1100
+ "key": "elementTemplateId",
1101
+ "type": "zeebe:taskHeader"
1102
+ },
1103
+ "type": "Hidden"
1104
+ },
1105
+ {
1106
+ "id": "resultVariable",
1107
+ "label": "Result variable",
1108
+ "description": "Name of variable to store the response in",
1109
+ "group": "output",
1110
+ "binding": {
1111
+ "key": "resultVariable",
1112
+ "type": "zeebe:taskHeader"
1113
+ },
1114
+ "type": "String"
1115
+ },
1116
+ {
1117
+ "id": "resultExpression",
1118
+ "label": "Result expression",
1119
+ "description": "Expression to map the response into process variables",
1120
+ "feel": "required",
1121
+ "group": "output",
1122
+ "binding": {
1123
+ "key": "resultExpression",
1124
+ "type": "zeebe:taskHeader"
1125
+ },
1126
+ "type": "Text"
1127
+ },
1128
+ {
1129
+ "id": "errorExpression",
1130
+ "label": "Error expression",
1131
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1132
+ "feel": "required",
1133
+ "group": "error",
1134
+ "binding": {
1135
+ "key": "errorExpression",
1136
+ "type": "zeebe:taskHeader"
1137
+ },
1138
+ "type": "Text"
1139
+ },
1140
+ {
1141
+ "id": "retryCount",
1142
+ "label": "Retries",
1143
+ "description": "Number of retries",
1144
+ "value": "3",
1145
+ "feel": "optional",
1146
+ "group": "retries",
1147
+ "binding": {
1148
+ "property": "retries",
1149
+ "type": "zeebe:taskDefinition"
1150
+ },
1151
+ "type": "String"
1152
+ },
1153
+ {
1154
+ "id": "retryBackoff",
1155
+ "label": "Retry backoff",
1156
+ "description": "ISO-8601 duration to wait between retries",
1157
+ "value": "PT0S",
1158
+ "group": "retries",
1159
+ "binding": {
1160
+ "key": "retryBackoff",
1161
+ "type": "zeebe:taskHeader"
1162
+ },
1163
+ "type": "String"
1164
+ }
1165
+ ],
1166
+ "icon": {
1167
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTMiIGhlaWdodD0iNTEyIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgNTEzIDUxMiI+CiAgPGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj4KICAgIDxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik00MjIuMDY5IDQxNi45OTVWMjUzLjA0NGgtMjQuNzU2VjQ0NC4zMmg5OS4wMjR2LTI3LjMyNWgtNzQuMjY4Wm0tNzQuMjY4LTE2My45NTFoLTQ5LjUxMmMtNi41NjUgMC0xMi44NjIgMi44NzktMTcuNTA1IDguMDA0LTQuNjQzIDUuMTI0LTcuMjUxIDEyLjA3NC03LjI1MSAxOS4zMjJ2MTM2LjYyNWMwIDcuMjQ3IDIuNjA4IDE0LjE5NyA3LjI1MSAxOS4zMjEgNC42NDMgNS4xMjUgMTAuOTQgOC4wMDQgMTcuNTA1IDguMDA0aDEyLjM3OHYyNy4zMjVjMCA3LjI0NyAyLjYwOCAxNC4xOTcgNy4yNTEgMTkuMzIxIDQuNjQzIDUuMTI1IDEwLjk0IDguMDA0IDE3LjUwNSA4LjAwNGgyNC43NTZ2LTI3LjMyNWgtMjQuNzU2VjQ0NC4zMmgxMi4zNzhjNi41NjYgMCAxMi44NjMtMi44NzkgMTcuNTA1LTguMDA0IDQuNjQzLTUuMTI0IDcuMjUxLTEyLjA3NCA3LjI1MS0xOS4zMjFWMjgwLjM3YzAtNy4yNDgtMi42MDgtMTQuMTk4LTcuMjUxLTE5LjMyMi00LjY0Mi01LjEyNS0xMC45MzktOC4wMDQtMTcuNTA1LTguMDA0Wm0tNDkuNTEyIDE2My45NTFWMjgwLjM3aDQ5LjUxMnYxMzYuNjI1aC00OS41MTJabS03NC4yNjggMjcuMzI1aC03NC4yNjh2LTI3LjMyNWg3NC4yNjh2LTU0LjY1aC00OS41MTJjLTYuNTY2IDAtMTIuODYyLTIuODc5LTE3LjUwNS04LjAwNC00LjY0My01LjEyNC03LjI1MS0xMi4wNzQtNy4yNTEtMTkuMzIxdi01NC42NWMwLTcuMjQ4IDIuNjA4LTE0LjE5OCA3LjI1MS0xOS4zMjIgNC42NDMtNS4xMjUgMTAuOTM5LTguMDA0IDE3LjUwNS04LjAwNGg3NC4yNjh2MjcuMzI2aC03NC4yNjh2NTQuNjVoNDkuNTEyYzYuNTY2IDAgMTIuODYzIDIuODc4IDE3LjUwNSA4LjAwMyA0LjY0MyA1LjEyNCA3LjI1MSAxMi4wNzUgNy4yNTEgMTkuMzIydjU0LjY1YzAgNy4yNDctMi42MDggMTQuMTk3LTcuMjUxIDE5LjMyMS00LjY0MiA1LjEyNS0xMC45MzkgOC4wMDQtMTcuNTA1IDguMDA0WiIvPgogICAgPHBhdGggZmlsbD0iI0M2MjlDRCIgZD0iTTE2MC42OTUgMTMuMDMyYy02My4wNjYgMC0xMzAuOTQzIDE2LjQ1LTEzMC45NDMgNTIuNTU3djIzNi41MDZjMCAyMi4wNyAyNS40MDMgMzYuNzYyIDU5LjUyIDQ0Ljg3di0yNi44ODJjLTIzLjczNi02LjIxLTM1LjA2LTE1LjAxOS0zNS43MTItMTcuOTg4di00Ni45MzhjMTcuNzggOS44NDIgMTcuNzMzIDkuMTg1IDQ1LjQyNCAxMi4wMDl2LTI2LjI0N2MtNDYuMTYyLTQuOTU5LTQzLjk2NS0xMS44OTktNDUuNDI0LTE3LjY2MXYtNDYuOTM3YzI1LjMzIDE0LjAyNSA2Ny4xNjkgMjAuNjU5IDEwNy4xMzUgMjAuNjU5IDYzLjA2NiAwIDEzMC45NDMtMTYuNDUxIDEzMC45NDMtNTIuNTU3di03OC44NGMtLjAwOS0zNi4xMDctNjcuODgxLTUyLjU1LTEzMC45NDMtNTIuNTVaTTUzLjU0MiA2NS43ODdjMS44MTMtNy4yOTUgMzcuNTE0LTI2LjQ3NyAxMDcuMTUzLTI2LjQ3NyA2OS4wMTQgMCAxMDQuNjk0IDE4Ljg0MyAxMDcuMDk3IDI2LjI3OS0yLjQwMyA3LjQzNS0zOC4wODMgMjYuMjc4LTEwNy4wOTcgMjYuMjc4LTY5LjYzOSAwLTEwNS4zMzktMTkuMTgzLTEwNy4xNTMtMjYuMDhabTIxNC4yODggNzguNDdjLTEuOTEyIDcuMzItMzcuNjAxIDI2LjQ0Ni0xMDcuMTM1IDI2LjQ0Ni02OS42MzkgMC0xMDUuMzM5LTE5LjE4NC0xMDcuMTM1LTI2LjI3OVY5Ny40ODdjMjUuMzMgMTQuMDI1IDY3LjE2OSAyMC42NTkgMTA3LjEzNSAyMC42NTkgMzkuOTY2IDAgODEuODA1LTYuNjM0IDEwNy4xMzUtMjAuNjU5djQ2Ljc3WiIvPgogIDwvZz4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iYSI+CiAgICAgIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yOS43NTQgNmg0NTIuOTkxdjUwMEgyOS43NTR6Ii8+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KPC9zdmc+Cg=="
1168
+ }
767
1169
  }
768
1170
  ]