@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
@@ -4,8 +4,11 @@
4
4
  "name": "Slack Webhook Boundary Event Connector",
5
5
  "id": "io.camunda.connectors.inbound.Slack.BoundaryEvent.v1",
6
6
  "description": "Receive events from Slack",
7
- "version": 1,
8
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
7
+ "metadata": {
8
+ "keywords": []
9
+ },
10
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
11
+ "version": 7,
9
12
  "category": {
10
13
  "id": "connectors",
11
14
  "name": "Connectors"
@@ -15,6 +18,9 @@
15
18
  "value": "bpmn:BoundaryEvent",
16
19
  "eventDefinition": "bpmn:MessageEventDefinition"
17
20
  },
21
+ "engines": {
22
+ "camunda": "^8.3"
23
+ },
18
24
  "groups": [
19
25
  {
20
26
  "id": "endpoint",
@@ -25,141 +31,261 @@
25
31
  "label": "Activation"
26
32
  },
27
33
  {
28
- "id": "variable-mapping",
29
- "label": "Variable mapping"
34
+ "id": "correlation",
35
+ "label": "Correlation",
36
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
37
+ },
38
+ {
39
+ "id": "deduplication",
40
+ "label": "Deduplication",
41
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
42
+ },
43
+ {
44
+ "id": "output",
45
+ "label": "Output mapping"
30
46
  }
31
47
  ],
32
48
  "properties": [
33
49
  {
34
- "type": "Hidden",
35
50
  "value": "io.camunda:slack-webhook:1",
36
51
  "binding": {
37
- "type": "zeebe:property",
38
- "name": "inbound.type"
39
- }
40
- },
41
- {
42
- "type": "Hidden",
43
- "value": "SlackEventsWebhook",
44
- "binding": {
45
- "type": "zeebe:property",
46
- "name": "inbound.subtype"
47
- }
48
- },
49
- {
50
- "type": "Hidden",
51
- "generatedValue": {
52
- "type": "uuid"
52
+ "name": "inbound.type",
53
+ "type": "zeebe:property"
53
54
  },
54
- "binding": {
55
- "type": "bpmn:Message#property",
56
- "name": "name"
57
- }
55
+ "type": "Hidden"
58
56
  },
59
57
  {
58
+ "id": "inbound.context",
60
59
  "label": "Webhook ID",
61
- "type": "String",
62
- "group": "endpoint",
63
- "binding": {
64
- "type": "zeebe:property",
65
- "name": "inbound.context"
66
- },
67
60
  "description": "The webhook ID is a part of the URL endpoint",
61
+ "optional": false,
68
62
  "constraints": {
69
63
  "notEmpty": true
70
- }
64
+ },
65
+ "group": "endpoint",
66
+ "binding": {
67
+ "name": "inbound.context",
68
+ "type": "zeebe:property"
69
+ },
70
+ "type": "String"
71
71
  },
72
72
  {
73
+ "id": "inbound.slackSigningSecret",
73
74
  "label": "Slack signing secret",
74
75
  "description": "Slack signing secret. <a href='https://api.slack.com/authentication/verifying-requests-from-slack' target='_blank'>See documentation</a> regarding the Slack signing secret",
75
- "type": "String",
76
+ "optional": false,
77
+ "constraints": {
78
+ "notEmpty": true
79
+ },
76
80
  "group": "endpoint",
77
- "feel": "optional",
78
81
  "binding": {
79
- "type": "zeebe:property",
80
- "name": "inbound.slackSigningSecret"
82
+ "name": "inbound.slackSigningSecret",
83
+ "type": "zeebe:property"
81
84
  },
82
- "constraints": {
83
- "notEmpty": true
84
- }
85
+ "type": "String"
85
86
  },
86
87
  {
87
- "type": "Hidden",
88
+ "id": "inbound.verificationExpression",
89
+ "label": "Verification expression",
90
+ "optional": true,
88
91
  "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
92
+ "group": "endpoint",
89
93
  "binding": {
90
- "type": "zeebe:property",
91
- "name": "inbound.verificationExpression"
92
- }
94
+ "name": "inbound.verificationExpression",
95
+ "type": "zeebe:property"
96
+ },
97
+ "type": "Hidden"
93
98
  },
94
99
  {
95
- "label": "Correlation key (process)",
96
- "type": "String",
97
- "group": "activation",
100
+ "id": "activationCondition",
101
+ "label": "Activation condition",
102
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
103
+ "optional": true,
98
104
  "feel": "required",
99
- "description": "Sets up the correlation key from process variables",
105
+ "group": "activation",
100
106
  "binding": {
101
- "type": "bpmn:Message#zeebe:subscription#property",
102
- "name": "correlationKey"
107
+ "name": "activationCondition",
108
+ "type": "zeebe:property"
103
109
  },
104
- "constraints": {
105
- "notEmpty": true
106
- }
110
+ "type": "String"
107
111
  },
108
112
  {
109
- "label": "Correlation key (payload)",
110
- "type": "String",
113
+ "id": "consumeUnmatchedEvents",
114
+ "label": "Consume unmatched events",
115
+ "value": true,
111
116
  "group": "activation",
117
+ "binding": {
118
+ "name": "consumeUnmatchedEvents",
119
+ "type": "zeebe:property"
120
+ },
121
+ "tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
122
+ "type": "Boolean"
123
+ },
124
+ {
125
+ "id": "correlationKeyProcess",
126
+ "label": "Correlation key (process)",
127
+ "description": "Sets up the correlation key from process variables",
128
+ "constraints": {
129
+ "notEmpty": true
130
+ },
112
131
  "feel": "required",
132
+ "group": "correlation",
113
133
  "binding": {
114
- "type": "zeebe:property",
115
- "name": "correlationKeyExpression"
134
+ "name": "correlationKey",
135
+ "type": "bpmn:Message#zeebe:subscription#property"
116
136
  },
137
+ "type": "String"
138
+ },
139
+ {
140
+ "id": "correlationKeyPayload",
141
+ "label": "Correlation key (payload)",
117
142
  "description": "Extracts the correlation key from the incoming message payload",
118
143
  "constraints": {
119
144
  "notEmpty": true
120
- }
145
+ },
146
+ "feel": "required",
147
+ "group": "correlation",
148
+ "binding": {
149
+ "name": "correlationKeyExpression",
150
+ "type": "zeebe:property"
151
+ },
152
+ "type": "String"
121
153
  },
122
154
  {
123
- "label": "Condition",
124
- "type": "String",
125
- "group": "activation",
155
+ "id": "messageIdExpression",
156
+ "label": "Message ID expression",
157
+ "description": "Expression to extract unique identifier of a message",
158
+ "optional": true,
126
159
  "feel": "required",
160
+ "group": "correlation",
161
+ "binding": {
162
+ "name": "messageIdExpression",
163
+ "type": "zeebe:property"
164
+ },
165
+ "type": "String"
166
+ },
167
+ {
168
+ "id": "messageTtl",
169
+ "label": "Message TTL",
170
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
127
171
  "optional": true,
172
+ "constraints": {
173
+ "notEmpty": false,
174
+ "pattern": {
175
+ "value": "^(PT.*|)$",
176
+ "message": "must be an ISO-8601 duration"
177
+ }
178
+ },
179
+ "feel": "optional",
180
+ "group": "correlation",
128
181
  "binding": {
129
- "type": "zeebe:property",
130
- "name": "activationCondition"
182
+ "name": "messageTtl",
183
+ "type": "zeebe:property"
131
184
  },
132
- "description": "Condition under which the connector triggers. Leave empty to catch all events."
185
+ "type": "String"
186
+ },
187
+ {
188
+ "id": "messageNameUuid",
189
+ "generatedValue": {
190
+ "type": "uuid"
191
+ },
192
+ "group": "correlation",
193
+ "binding": {
194
+ "name": "name",
195
+ "type": "bpmn:Message#property"
196
+ },
197
+ "type": "Hidden"
198
+ },
199
+ {
200
+ "id": "deduplicationModeManualFlag",
201
+ "label": "Manual mode",
202
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
203
+ "value": false,
204
+ "group": "deduplication",
205
+ "binding": {
206
+ "name": "deduplicationModeManualFlag",
207
+ "type": "zeebe:property"
208
+ },
209
+ "type": "Boolean"
133
210
  },
134
211
  {
212
+ "id": "deduplicationId",
213
+ "label": "Deduplication ID",
214
+ "constraints": {
215
+ "notEmpty": true,
216
+ "pattern": {
217
+ "value": "^[a-zA-Z0-9_-]+$",
218
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
219
+ }
220
+ },
221
+ "group": "deduplication",
222
+ "binding": {
223
+ "name": "deduplicationId",
224
+ "type": "zeebe:property"
225
+ },
226
+ "condition": {
227
+ "property": "deduplicationModeManualFlag",
228
+ "equals": true,
229
+ "type": "simple"
230
+ },
231
+ "type": "String"
232
+ },
233
+ {
234
+ "id": "deduplicationModeManual",
235
+ "value": "MANUAL",
236
+ "group": "deduplication",
237
+ "binding": {
238
+ "name": "deduplicationMode",
239
+ "type": "zeebe:property"
240
+ },
241
+ "condition": {
242
+ "property": "deduplicationId",
243
+ "isActive": true,
244
+ "type": "simple"
245
+ },
246
+ "type": "Hidden"
247
+ },
248
+ {
249
+ "id": "deduplicationModeAuto",
250
+ "value": "AUTO",
251
+ "group": "deduplication",
252
+ "binding": {
253
+ "name": "deduplicationMode",
254
+ "type": "zeebe:property"
255
+ },
256
+ "condition": {
257
+ "property": "deduplicationId",
258
+ "isActive": false,
259
+ "type": "simple"
260
+ },
261
+ "type": "Hidden"
262
+ },
263
+ {
264
+ "id": "resultVariable",
135
265
  "label": "Result variable",
136
- "type": "String",
137
- "group": "variable-mapping",
138
- "optional": true,
266
+ "description": "Name of variable to store the response in",
267
+ "group": "output",
139
268
  "binding": {
140
- "type": "zeebe:property",
141
- "name": "resultVariable"
269
+ "name": "resultVariable",
270
+ "type": "zeebe:property"
142
271
  },
143
- "description": "Name of variable to store the result of the connector in"
272
+ "type": "String"
144
273
  },
145
274
  {
275
+ "id": "resultExpression",
146
276
  "label": "Result expression",
147
- "type": "String",
148
- "group": "variable-mapping",
277
+ "description": "Expression to map the response into process variables",
149
278
  "feel": "required",
150
- "optional": true,
279
+ "group": "output",
151
280
  "binding": {
152
- "type": "zeebe:property",
153
- "name": "resultExpression"
281
+ "name": "resultExpression",
282
+ "type": "zeebe:property"
154
283
  },
155
- "description": "Expression to map the inbound payload to process variables"
284
+ "type": "Text"
156
285
  }
157
286
  ],
158
287
  "icon": {
159
- "contents": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20%20viewBox%3D%220%200%20127%20127%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M27.2%2080c0%207.3-5.9%2013.2-13.2%2013.2C6.7%2093.2.8%2087.3.8%2080c0-7.3%205.9-13.2%2013.2-13.2h13.2V80zm6.6%200c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2v33c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V80z%22%20fill%3D%22%23E01E5A%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M47%2027c-7.3%200-13.2-5.9-13.2-13.2C33.8%206.5%2039.7.6%2047%20.6c7.3%200%2013.2%205.9%2013.2%2013.2V27H47zm0%206.7c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H13.9C6.6%2060.1.7%2054.2.7%2046.9c0-7.3%205.9-13.2%2013.2-13.2H47z%22%20fill%3D%22%2336C5F0%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M99.9%2046.9c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H99.9V46.9zm-6.6%200c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V13.8C66.9%206.5%2072.8.6%2080.1.6c7.3%200%2013.2%205.9%2013.2%2013.2v33.1z%22%20fill%3D%22%232EB67D%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M80.1%2099.8c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V99.8h13.2zm0-6.6c-7.3%200-13.2-5.9-13.2-13.2%200-7.3%205.9-13.2%2013.2-13.2h33.1c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H80.1z%22%20fill%3D%22%23ECB22E%22%2F%3E%0A%3C%2Fsvg%3E%0A"
160
- },
161
- "engines": {
162
- "camunda": "^8.4"
288
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
163
289
  }
164
290
  },
165
291
  {
@@ -167,8 +293,8 @@
167
293
  "name": "Slack Webhook Boundary Event Connector",
168
294
  "id": "io.camunda.connectors.inbound.Slack.BoundaryEvent.v1",
169
295
  "description": "Receive events from Slack",
296
+ "version": 2,
170
297
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
171
- "version": 5,
172
298
  "category": {
173
299
  "id": "connectors",
174
300
  "name": "Connectors"
@@ -188,183 +314,153 @@
188
314
  "label": "Activation"
189
315
  },
190
316
  {
191
- "id": "correlation",
192
- "label": "Correlation",
193
- "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
194
- },
195
- {
196
- "id": "output",
197
- "label": "Output mapping"
317
+ "id": "variable-mapping",
318
+ "label": "Variable mapping"
198
319
  }
199
320
  ],
200
321
  "properties": [
201
322
  {
323
+ "type": "Hidden",
202
324
  "value": "io.camunda:slack-webhook:1",
203
325
  "binding": {
204
- "name": "inbound.type",
205
- "type": "zeebe:property"
206
- },
207
- "type": "Hidden"
326
+ "type": "zeebe:property",
327
+ "name": "inbound.type"
328
+ }
208
329
  },
209
330
  {
210
- "id": "inbound.context",
211
- "label": "Webhook ID",
212
- "description": "The webhook ID is a part of the URL endpoint",
213
- "optional": false,
214
- "constraints": {
215
- "notEmpty": true
216
- },
217
- "group": "endpoint",
331
+ "type": "Hidden",
332
+ "value": "SlackEventsWebhook",
218
333
  "binding": {
219
- "name": "inbound.context",
220
- "type": "zeebe:property"
221
- },
222
- "type": "String"
334
+ "type": "zeebe:property",
335
+ "name": "inbound.subtype"
336
+ }
223
337
  },
224
338
  {
225
- "id": "inbound.slackSigningSecret",
226
- "label": "Slack signing secret",
227
- "description": "Slack signing secret. <a href='https://api.slack.com/authentication/verifying-requests-from-slack' target='_blank'>See documentation</a> regarding the Slack signing secret",
228
- "optional": false,
229
- "constraints": {
230
- "notEmpty": true
339
+ "type": "Hidden",
340
+ "generatedValue": {
341
+ "type": "uuid"
231
342
  },
343
+ "binding": {
344
+ "type": "bpmn:Message#property",
345
+ "name": "name"
346
+ }
347
+ },
348
+ {
349
+ "label": "Webhook ID",
350
+ "type": "String",
232
351
  "group": "endpoint",
233
352
  "binding": {
234
- "name": "inbound.slackSigningSecret",
235
- "type": "zeebe:property"
353
+ "type": "zeebe:property",
354
+ "name": "inbound.context"
236
355
  },
237
- "type": "String"
356
+ "description": "The webhook ID is a part of the URL endpoint",
357
+ "constraints": {
358
+ "notEmpty": true
359
+ }
238
360
  },
239
361
  {
240
- "id": "inbound.verificationExpression",
241
- "label": "Verification expression",
242
- "optional": true,
243
- "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
362
+ "label": "Slack signing secret",
363
+ "description": "Slack signing secret. <a href='https://api.slack.com/authentication/verifying-requests-from-slack' target='_blank'>See documentation</a> regarding the Slack signing secret",
364
+ "type": "String",
244
365
  "group": "endpoint",
366
+ "feel": "optional",
245
367
  "binding": {
246
- "name": "inbound.verificationExpression",
247
- "type": "zeebe:property"
368
+ "type": "zeebe:property",
369
+ "name": "inbound.slackSigningSecret"
248
370
  },
249
- "type": "Hidden"
371
+ "constraints": {
372
+ "notEmpty": true
373
+ }
250
374
  },
251
375
  {
252
- "id": "activationCondition",
253
- "label": "Activation condition",
254
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
255
- "optional": true,
256
- "feel": "required",
257
- "group": "activation",
376
+ "type": "Hidden",
377
+ "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
258
378
  "binding": {
259
- "name": "activationCondition",
260
- "type": "zeebe:property"
261
- },
262
- "type": "String"
379
+ "type": "zeebe:property",
380
+ "name": "inbound.verificationExpression"
381
+ }
263
382
  },
264
383
  {
265
- "id": "correlationKeyProcess",
266
384
  "label": "Correlation key (process)",
267
- "description": "Sets up the correlation key from process variables",
268
- "constraints": {
269
- "notEmpty": true
270
- },
385
+ "type": "String",
386
+ "group": "activation",
271
387
  "feel": "required",
272
- "group": "correlation",
388
+ "description": "Sets up the correlation key from process variables",
273
389
  "binding": {
274
- "name": "correlationKey",
275
- "type": "bpmn:Message#zeebe:subscription#property"
390
+ "type": "bpmn:Message#zeebe:subscription#property",
391
+ "name": "correlationKey"
276
392
  },
277
- "type": "String"
393
+ "constraints": {
394
+ "notEmpty": true
395
+ }
278
396
  },
279
397
  {
280
- "id": "correlationKeyPayload",
281
398
  "label": "Correlation key (payload)",
282
- "description": "Extracts the correlation key from the incoming message payload",
283
- "constraints": {
284
- "notEmpty": true
285
- },
399
+ "type": "String",
400
+ "group": "activation",
286
401
  "feel": "required",
287
- "group": "correlation",
288
402
  "binding": {
289
- "name": "correlationKeyExpression",
290
- "type": "zeebe:property"
403
+ "type": "zeebe:property",
404
+ "name": "correlationKeyExpression"
291
405
  },
292
- "type": "String"
406
+ "description": "Extracts the correlation key from the incoming message payload",
407
+ "constraints": {
408
+ "notEmpty": true
409
+ }
293
410
  },
294
411
  {
295
- "id": "messageIdExpression",
296
412
  "label": "Message ID expression",
297
- "description": "Expression to extract unique identifier of a message",
298
- "optional": true,
299
413
  "feel": "required",
300
- "group": "correlation",
301
- "binding": {
302
- "name": "messageIdExpression",
303
- "type": "zeebe:property"
304
- },
305
- "type": "String"
306
- },
307
- {
308
- "id": "messageTtl",
309
- "label": "Message TTL",
310
- "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
414
+ "type": "String",
311
415
  "optional": true,
312
- "constraints": {
313
- "notEmpty": false,
314
- "pattern": {
315
- "value": "^(PT.*|)$",
316
- "message": "must be an ISO-8601 duration"
317
- }
318
- },
319
- "feel": "optional",
320
- "group": "correlation",
416
+ "group": "activation",
321
417
  "binding": {
322
- "name": "messageTtl",
323
- "type": "zeebe:property"
418
+ "type": "zeebe:property",
419
+ "name": "messageIdExpression"
324
420
  },
325
- "type": "String"
421
+ "description": "Expression to extract unique identifier of a message"
326
422
  },
327
423
  {
328
- "id": "messageNameUuid",
329
- "generatedValue": {
330
- "type": "uuid"
331
- },
332
- "group": "correlation",
424
+ "label": "Condition",
425
+ "type": "String",
426
+ "group": "activation",
427
+ "feel": "required",
428
+ "optional": true,
333
429
  "binding": {
334
- "name": "name",
335
- "type": "bpmn:Message#property"
430
+ "type": "zeebe:property",
431
+ "name": "activationCondition"
336
432
  },
337
- "type": "Hidden"
433
+ "description": "Condition under which the connector triggers. Leave empty to catch all events."
338
434
  },
339
435
  {
340
- "id": "resultVariable",
341
436
  "label": "Result variable",
342
- "description": "Name of variable to store the response in",
343
- "group": "output",
437
+ "type": "String",
438
+ "group": "variable-mapping",
439
+ "optional": true,
344
440
  "binding": {
345
- "name": "resultVariable",
346
- "type": "zeebe:property"
441
+ "type": "zeebe:property",
442
+ "name": "resultVariable"
347
443
  },
348
- "type": "String"
444
+ "description": "Name of variable to store the result of the connector in"
349
445
  },
350
446
  {
351
- "id": "resultExpression",
352
447
  "label": "Result expression",
353
- "description": "Expression to map the response into process variables",
448
+ "type": "String",
449
+ "group": "variable-mapping",
354
450
  "feel": "required",
355
- "group": "output",
451
+ "optional": true,
356
452
  "binding": {
357
- "name": "resultExpression",
358
- "type": "zeebe:property"
453
+ "type": "zeebe:property",
454
+ "name": "resultExpression"
359
455
  },
360
- "type": "Text"
456
+ "description": "Expression to map the inbound payload to process variables"
361
457
  }
362
458
  ],
363
459
  "icon": {
364
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
460
+ "contents": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20%20viewBox%3D%220%200%20127%20127%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M27.2%2080c0%207.3-5.9%2013.2-13.2%2013.2C6.7%2093.2.8%2087.3.8%2080c0-7.3%205.9-13.2%2013.2-13.2h13.2V80zm6.6%200c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2v33c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V80z%22%20fill%3D%22%23E01E5A%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M47%2027c-7.3%200-13.2-5.9-13.2-13.2C33.8%206.5%2039.7.6%2047%20.6c7.3%200%2013.2%205.9%2013.2%2013.2V27H47zm0%206.7c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H13.9C6.6%2060.1.7%2054.2.7%2046.9c0-7.3%205.9-13.2%2013.2-13.2H47z%22%20fill%3D%22%2336C5F0%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M99.9%2046.9c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H99.9V46.9zm-6.6%200c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V13.8C66.9%206.5%2072.8.6%2080.1.6c7.3%200%2013.2%205.9%2013.2%2013.2v33.1z%22%20fill%3D%22%232EB67D%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M80.1%2099.8c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V99.8h13.2zm0-6.6c-7.3%200-13.2-5.9-13.2-13.2%200-7.3%205.9-13.2%2013.2-13.2h33.1c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H80.1z%22%20fill%3D%22%23ECB22E%22%2F%3E%0A%3C%2Fsvg%3E%0A"
365
461
  },
366
462
  "engines": {
367
- "camunda": "^8.5"
463
+ "camunda": "^8.4"
368
464
  }
369
465
  },
370
466
  {
@@ -372,8 +468,8 @@
372
468
  "name": "Slack Webhook Boundary Event Connector",
373
469
  "id": "io.camunda.connectors.inbound.Slack.BoundaryEvent.v1",
374
470
  "description": "Receive events from Slack",
375
- "version": 2,
376
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
471
+ "version": 1,
472
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
377
473
  "category": {
378
474
  "id": "connectors",
379
475
  "name": "Connectors"
@@ -487,18 +583,6 @@
487
583
  "notEmpty": true
488
584
  }
489
585
  },
490
- {
491
- "label": "Message ID expression",
492
- "feel": "required",
493
- "type": "String",
494
- "optional": true,
495
- "group": "activation",
496
- "binding": {
497
- "type": "zeebe:property",
498
- "name": "messageIdExpression"
499
- },
500
- "description": "Expression to extract unique identifier of a message"
501
- },
502
586
  {
503
587
  "label": "Condition",
504
588
  "type": "String",
@@ -547,11 +631,8 @@
547
631
  "name": "Slack Webhook Boundary Event Connector",
548
632
  "id": "io.camunda.connectors.inbound.Slack.BoundaryEvent.v1",
549
633
  "description": "Receive events from Slack",
550
- "metadata": {
551
- "keywords": []
552
- },
553
634
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
554
- "version": 6,
635
+ "version": 5,
555
636
  "category": {
556
637
  "id": "connectors",
557
638
  "name": "Connectors"
@@ -743,11 +824,11 @@
743
824
  "type": "Text"
744
825
  }
745
826
  ],
746
- "engines": {
747
- "camunda": "^8.3"
748
- },
749
827
  "icon": {
750
828
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
829
+ },
830
+ "engines": {
831
+ "camunda": "^8.5"
751
832
  }
752
833
  },
753
834
  {
@@ -759,7 +840,7 @@
759
840
  "keywords": []
760
841
  },
761
842
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
762
- "version": 7,
843
+ "version": 6,
763
844
  "category": {
764
845
  "id": "connectors",
765
846
  "name": "Connectors"
@@ -769,9 +850,6 @@
769
850
  "value": "bpmn:BoundaryEvent",
770
851
  "eventDefinition": "bpmn:MessageEventDefinition"
771
852
  },
772
- "engines": {
773
- "camunda": "^8.3"
774
- },
775
853
  "groups": [
776
854
  {
777
855
  "id": "endpoint",
@@ -786,11 +864,6 @@
786
864
  "label": "Correlation",
787
865
  "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
788
866
  },
789
- {
790
- "id": "deduplication",
791
- "label": "Deduplication",
792
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
793
- },
794
867
  {
795
868
  "id": "output",
796
869
  "label": "Output mapping"
@@ -860,18 +933,6 @@
860
933
  },
861
934
  "type": "String"
862
935
  },
863
- {
864
- "id": "consumeUnmatchedEvents",
865
- "label": "Consume unmatched events",
866
- "value": true,
867
- "group": "activation",
868
- "binding": {
869
- "name": "consumeUnmatchedEvents",
870
- "type": "zeebe:property"
871
- },
872
- "tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
873
- "type": "Boolean"
874
- },
875
936
  {
876
937
  "id": "correlationKeyProcess",
877
938
  "label": "Correlation key (process)",
@@ -947,70 +1008,6 @@
947
1008
  },
948
1009
  "type": "Hidden"
949
1010
  },
950
- {
951
- "id": "deduplicationModeManualFlag",
952
- "label": "Manual mode",
953
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
954
- "value": false,
955
- "group": "deduplication",
956
- "binding": {
957
- "name": "deduplicationModeManualFlag",
958
- "type": "zeebe:property"
959
- },
960
- "type": "Boolean"
961
- },
962
- {
963
- "id": "deduplicationId",
964
- "label": "Deduplication ID",
965
- "constraints": {
966
- "notEmpty": true,
967
- "pattern": {
968
- "value": "^[a-zA-Z0-9_-]+$",
969
- "message": "can only contain alphanumeric characters, dashes, and underscores"
970
- }
971
- },
972
- "group": "deduplication",
973
- "binding": {
974
- "name": "deduplicationId",
975
- "type": "zeebe:property"
976
- },
977
- "condition": {
978
- "property": "deduplicationModeManualFlag",
979
- "equals": true,
980
- "type": "simple"
981
- },
982
- "type": "String"
983
- },
984
- {
985
- "id": "deduplicationModeManual",
986
- "value": "MANUAL",
987
- "group": "deduplication",
988
- "binding": {
989
- "name": "deduplicationMode",
990
- "type": "zeebe:property"
991
- },
992
- "condition": {
993
- "property": "deduplicationId",
994
- "isActive": true,
995
- "type": "simple"
996
- },
997
- "type": "Hidden"
998
- },
999
- {
1000
- "id": "deduplicationModeAuto",
1001
- "value": "AUTO",
1002
- "group": "deduplication",
1003
- "binding": {
1004
- "name": "deduplicationMode",
1005
- "type": "zeebe:property"
1006
- },
1007
- "condition": {
1008
- "property": "deduplicationId",
1009
- "isActive": false,
1010
- "type": "simple"
1011
- },
1012
- "type": "Hidden"
1013
- },
1014
1011
  {
1015
1012
  "id": "resultVariable",
1016
1013
  "label": "Result variable",
@@ -1035,6 +1032,9 @@
1035
1032
  "type": "Text"
1036
1033
  }
1037
1034
  ],
1035
+ "engines": {
1036
+ "camunda": "^8.3"
1037
+ },
1038
1038
  "icon": {
1039
1039
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
1040
1040
  }