@automate.ax/catalog 0.87.5 → 0.88.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/catalog.d.ts CHANGED
@@ -123,6 +123,29 @@ export declare const cloudflareService: {
123
123
  readonly name: "Cloudflare";
124
124
  readonly preferredConnectionMethodId: "oauth";
125
125
  };
126
+ export declare const closeService: {
127
+ readonly connectionMethods: readonly [{
128
+ readonly id: "oauth";
129
+ readonly name: "OAuth";
130
+ readonly type: "redirect";
131
+ }, {
132
+ readonly credentialUrl: "https://app.close.com/settings/developer/api-keys";
133
+ readonly fields: readonly [{
134
+ readonly placeholder: "Close API key";
135
+ readonly input: "password";
136
+ readonly label: "API key";
137
+ readonly name: "apiKey";
138
+ readonly required: true;
139
+ }];
140
+ readonly id: "api-key";
141
+ readonly name: "API key";
142
+ readonly type: "form";
143
+ }];
144
+ readonly description: "Connect a Close CRM account with OAuth or an API key.";
145
+ readonly id: "close";
146
+ readonly name: "Close";
147
+ readonly preferredConnectionMethodId: "oauth";
148
+ };
126
149
  export declare const chatgptService: {
127
150
  readonly connectionMethods: readonly [{
128
151
  readonly fields: readonly [{
@@ -845,6 +868,28 @@ export declare const integrationCatalog: readonly [{
845
868
  readonly id: "cloudflare";
846
869
  readonly name: "Cloudflare";
847
870
  readonly preferredConnectionMethodId: "oauth";
871
+ }, {
872
+ readonly connectionMethods: readonly [{
873
+ readonly id: "oauth";
874
+ readonly name: "OAuth";
875
+ readonly type: "redirect";
876
+ }, {
877
+ readonly credentialUrl: "https://app.close.com/settings/developer/api-keys";
878
+ readonly fields: readonly [{
879
+ readonly placeholder: "Close API key";
880
+ readonly input: "password";
881
+ readonly label: "API key";
882
+ readonly name: "apiKey";
883
+ readonly required: true;
884
+ }];
885
+ readonly id: "api-key";
886
+ readonly name: "API key";
887
+ readonly type: "form";
888
+ }];
889
+ readonly description: "Connect a Close CRM account with OAuth or an API key.";
890
+ readonly id: "close";
891
+ readonly name: "Close";
892
+ readonly preferredConnectionMethodId: "oauth";
848
893
  }, {
849
894
  readonly connectionMethods: readonly [{
850
895
  readonly fields: readonly [{
package/dist/catalog.js CHANGED
@@ -72,6 +72,22 @@ export const cloudflareService = defineIntegrationService({
72
72
  name: "Cloudflare",
73
73
  preferredConnectionMethodId: "oauth",
74
74
  });
75
+ export const closeService = defineIntegrationService({
76
+ connectionMethods: [
77
+ { id: "oauth", name: "OAuth", type: "redirect" },
78
+ {
79
+ credentialUrl: "https://app.close.com/settings/developer/api-keys",
80
+ fields: [{ ...API_KEY_FIELD, placeholder: "Close API key" }],
81
+ id: "api-key",
82
+ name: "API key",
83
+ type: "form",
84
+ },
85
+ ],
86
+ description: "Connect a Close CRM account with OAuth or an API key.",
87
+ id: "close",
88
+ name: "Close",
89
+ preferredConnectionMethodId: "oauth",
90
+ });
75
91
  export const chatgptService = defineIntegrationService({
76
92
  connectionMethods: [
77
93
  {
@@ -412,6 +428,7 @@ export const integrationCatalog = defineIntegrationCatalog([
412
428
  cerebrasService,
413
429
  chatgptService,
414
430
  cloudflareService,
431
+ closeService,
415
432
  codexService,
416
433
  cohereService,
417
434
  convexService,
package/dist/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export { airtableService, anthropicService, apolloService, asanaService, brevoService, cerebrasService, chatgptService, cloudflareService, codexService, cohereService, convexService, deepinfraService, deepseekService, firecrawlService, fireworksService, getIntegrationService, githubService, googleGenaiService, googleService, groqService, huggingfaceService, integrationCatalog, linearService, microsoftService, millionverifierService, mistralService, openaiService, openrouterService, perplexityService, postgresService, resendService, scrapflyService, slackService, stripeService, tidycalService, togetheraiService, trelloService, vercelAiGatewayService, vercelService, webflowService, whatsappService, xaiService, type IntegrationServiceId, } from "./catalog.js";
1
+ export { airtableService, anthropicService, apolloService, asanaService, brevoService, cerebrasService, chatgptService, cloudflareService, closeService, codexService, cohereService, convexService, deepinfraService, deepseekService, firecrawlService, fireworksService, getIntegrationService, githubService, googleGenaiService, googleService, groqService, huggingfaceService, integrationCatalog, linearService, microsoftService, millionverifierService, mistralService, openaiService, openrouterService, perplexityService, postgresService, resendService, scrapflyService, slackService, stripeService, tidycalService, togetheraiService, trelloService, vercelAiGatewayService, vercelService, webflowService, whatsappService, xaiService, type IntegrationServiceId, } from "./catalog.js";
2
2
  export { defineIntegrationCatalog, defineIntegrationService, integrationScope, type IntegrationAccountConnectionOption, type IntegrationAccountRequirement, type IntegrationConnectionDefinition, type IntegrationConnectionNotice, type IntegrationFormField, type IntegrationScopeRequirement, type IntegrationServiceDefinition, type ScopeRequirementGroup, type TriggerDefinition, type TriggerPresentation, type TriggerPresentationContext, type TriggerPresentationDetail, type TriggerScopePresentation, type TriggerPresentationValue, } from "./types.js";
3
3
  export { getDashboardRunEndpoint, getDashboardRunEndpointKey, getHttpTriggerEndpoint, getHttpTriggerEndpointKey, getMailhookAddress, getMailhookAddressKey, DASHBOARD_RUN_CONFIG_SCHEMA, getTriggerDefinition, getTriggerName, getTriggerPresentation, isTriggerVisible, PLATFORM_EMAIL_DOMAIN, triggerCatalog, triggerDefinitions, type DashboardRunConfig, type DashboardRunEndpointOptions, type DashboardRunField, type HttpTriggerEndpointOptions, type HttpTriggerScope, type MailhookAddressOptions, type MailhookScope, type TriggerType, } from "./triggers/index.js";
package/dist/index.js CHANGED
@@ -1,3 +1,3 @@
1
- export { airtableService, anthropicService, apolloService, asanaService, brevoService, cerebrasService, chatgptService, cloudflareService, codexService, cohereService, convexService, deepinfraService, deepseekService, firecrawlService, fireworksService, getIntegrationService, githubService, googleGenaiService, googleService, groqService, huggingfaceService, integrationCatalog, linearService, microsoftService, millionverifierService, mistralService, openaiService, openrouterService, perplexityService, postgresService, resendService, scrapflyService, slackService, stripeService, tidycalService, togetheraiService, trelloService, vercelAiGatewayService, vercelService, webflowService, whatsappService, xaiService, } from "./catalog.js";
1
+ export { airtableService, anthropicService, apolloService, asanaService, brevoService, cerebrasService, chatgptService, cloudflareService, closeService, codexService, cohereService, convexService, deepinfraService, deepseekService, firecrawlService, fireworksService, getIntegrationService, githubService, googleGenaiService, googleService, groqService, huggingfaceService, integrationCatalog, linearService, microsoftService, millionverifierService, mistralService, openaiService, openrouterService, perplexityService, postgresService, resendService, scrapflyService, slackService, stripeService, tidycalService, togetheraiService, trelloService, vercelAiGatewayService, vercelService, webflowService, whatsappService, xaiService, } from "./catalog.js";
2
2
  export { defineIntegrationCatalog, defineIntegrationService, integrationScope, } from "./types.js";
3
3
  export { getDashboardRunEndpoint, getDashboardRunEndpointKey, getHttpTriggerEndpoint, getHttpTriggerEndpointKey, getMailhookAddress, getMailhookAddressKey, DASHBOARD_RUN_CONFIG_SCHEMA, getTriggerDefinition, getTriggerName, getTriggerPresentation, isTriggerVisible, PLATFORM_EMAIL_DOMAIN, triggerCatalog, triggerDefinitions, } from "./triggers/index.js";
@@ -0,0 +1,344 @@
1
+ export declare const closeTriggerDefinitions: {
2
+ readonly closeCallAnswered: {
3
+ readonly account: {
4
+ readonly connectionOptions: readonly [{
5
+ readonly requiredScopes: readonly [];
6
+ }];
7
+ readonly serviceId: "close";
8
+ };
9
+ readonly type: "close.call.answered";
10
+ };
11
+ readonly closeCallCompleted: {
12
+ readonly account: {
13
+ readonly connectionOptions: readonly [{
14
+ readonly requiredScopes: readonly [];
15
+ }];
16
+ readonly serviceId: "close";
17
+ };
18
+ readonly type: "close.call.completed";
19
+ };
20
+ readonly closeCommentCreated: {
21
+ readonly account: {
22
+ readonly connectionOptions: readonly [{
23
+ readonly requiredScopes: readonly [];
24
+ }];
25
+ readonly serviceId: "close";
26
+ };
27
+ readonly type: "close.comment.created";
28
+ };
29
+ readonly closeCommentDeleted: {
30
+ readonly account: {
31
+ readonly connectionOptions: readonly [{
32
+ readonly requiredScopes: readonly [];
33
+ }];
34
+ readonly serviceId: "close";
35
+ };
36
+ readonly type: "close.comment.deleted";
37
+ };
38
+ readonly closeCommentUpdated: {
39
+ readonly account: {
40
+ readonly connectionOptions: readonly [{
41
+ readonly requiredScopes: readonly [];
42
+ }];
43
+ readonly serviceId: "close";
44
+ };
45
+ readonly type: "close.comment.updated";
46
+ };
47
+ readonly closeContactCreated: {
48
+ readonly account: {
49
+ readonly connectionOptions: readonly [{
50
+ readonly requiredScopes: readonly [];
51
+ }];
52
+ readonly serviceId: "close";
53
+ };
54
+ readonly type: "close.contact.created";
55
+ };
56
+ readonly closeContactDeleted: {
57
+ readonly account: {
58
+ readonly connectionOptions: readonly [{
59
+ readonly requiredScopes: readonly [];
60
+ }];
61
+ readonly serviceId: "close";
62
+ };
63
+ readonly type: "close.contact.deleted";
64
+ };
65
+ readonly closeContactUpdated: {
66
+ readonly account: {
67
+ readonly connectionOptions: readonly [{
68
+ readonly requiredScopes: readonly [];
69
+ }];
70
+ readonly serviceId: "close";
71
+ };
72
+ readonly type: "close.contact.updated";
73
+ };
74
+ readonly closeEmailReceived: {
75
+ readonly account: {
76
+ readonly connectionOptions: readonly [{
77
+ readonly requiredScopes: readonly [];
78
+ }];
79
+ readonly serviceId: "close";
80
+ };
81
+ readonly type: "close.email.received";
82
+ };
83
+ readonly closeEmailSent: {
84
+ readonly account: {
85
+ readonly connectionOptions: readonly [{
86
+ readonly requiredScopes: readonly [];
87
+ }];
88
+ readonly serviceId: "close";
89
+ };
90
+ readonly type: "close.email.sent";
91
+ };
92
+ readonly closeEvent: {
93
+ readonly account: {
94
+ readonly connectionOptions: readonly [{
95
+ readonly requiredScopes: readonly [];
96
+ }];
97
+ readonly serviceId: "close";
98
+ };
99
+ readonly type: "close.event";
100
+ };
101
+ readonly closeLeadCreated: {
102
+ readonly account: {
103
+ readonly connectionOptions: readonly [{
104
+ readonly requiredScopes: readonly [];
105
+ }];
106
+ readonly serviceId: "close";
107
+ };
108
+ readonly type: "close.lead.created";
109
+ };
110
+ readonly closeLeadDeleted: {
111
+ readonly account: {
112
+ readonly connectionOptions: readonly [{
113
+ readonly requiredScopes: readonly [];
114
+ }];
115
+ readonly serviceId: "close";
116
+ };
117
+ readonly type: "close.lead.deleted";
118
+ };
119
+ readonly closeLeadMerged: {
120
+ readonly account: {
121
+ readonly connectionOptions: readonly [{
122
+ readonly requiredScopes: readonly [];
123
+ }];
124
+ readonly serviceId: "close";
125
+ };
126
+ readonly type: "close.lead.merged";
127
+ };
128
+ readonly closeLeadUpdated: {
129
+ readonly account: {
130
+ readonly connectionOptions: readonly [{
131
+ readonly requiredScopes: readonly [];
132
+ }];
133
+ readonly serviceId: "close";
134
+ };
135
+ readonly type: "close.lead.updated";
136
+ };
137
+ readonly closeMeetingCanceled: {
138
+ readonly account: {
139
+ readonly connectionOptions: readonly [{
140
+ readonly requiredScopes: readonly [];
141
+ }];
142
+ readonly serviceId: "close";
143
+ };
144
+ readonly type: "close.meeting.canceled";
145
+ };
146
+ readonly closeMeetingCompleted: {
147
+ readonly account: {
148
+ readonly connectionOptions: readonly [{
149
+ readonly requiredScopes: readonly [];
150
+ }];
151
+ readonly serviceId: "close";
152
+ };
153
+ readonly type: "close.meeting.completed";
154
+ };
155
+ readonly closeMeetingScheduled: {
156
+ readonly account: {
157
+ readonly connectionOptions: readonly [{
158
+ readonly requiredScopes: readonly [];
159
+ }];
160
+ readonly serviceId: "close";
161
+ };
162
+ readonly type: "close.meeting.scheduled";
163
+ };
164
+ readonly closeMeetingStarted: {
165
+ readonly account: {
166
+ readonly connectionOptions: readonly [{
167
+ readonly requiredScopes: readonly [];
168
+ }];
169
+ readonly serviceId: "close";
170
+ };
171
+ readonly type: "close.meeting.started";
172
+ };
173
+ readonly closeOpportunityCreated: {
174
+ readonly account: {
175
+ readonly connectionOptions: readonly [{
176
+ readonly requiredScopes: readonly [];
177
+ }];
178
+ readonly serviceId: "close";
179
+ };
180
+ readonly type: "close.opportunity.created";
181
+ };
182
+ readonly closeOpportunityDeleted: {
183
+ readonly account: {
184
+ readonly connectionOptions: readonly [{
185
+ readonly requiredScopes: readonly [];
186
+ }];
187
+ readonly serviceId: "close";
188
+ };
189
+ readonly type: "close.opportunity.deleted";
190
+ };
191
+ readonly closeOpportunityLost: {
192
+ readonly account: {
193
+ readonly connectionOptions: readonly [{
194
+ readonly requiredScopes: readonly [];
195
+ }];
196
+ readonly serviceId: "close";
197
+ };
198
+ readonly type: "close.opportunity.lost";
199
+ };
200
+ readonly closeOpportunityUpdated: {
201
+ readonly account: {
202
+ readonly connectionOptions: readonly [{
203
+ readonly requiredScopes: readonly [];
204
+ }];
205
+ readonly serviceId: "close";
206
+ };
207
+ readonly type: "close.opportunity.updated";
208
+ };
209
+ readonly closeOpportunityWon: {
210
+ readonly account: {
211
+ readonly connectionOptions: readonly [{
212
+ readonly requiredScopes: readonly [];
213
+ }];
214
+ readonly serviceId: "close";
215
+ };
216
+ readonly type: "close.opportunity.won";
217
+ };
218
+ readonly closeSequenceSubscriptionCreated: {
219
+ readonly account: {
220
+ readonly connectionOptions: readonly [{
221
+ readonly requiredScopes: readonly [];
222
+ }];
223
+ readonly serviceId: "close";
224
+ };
225
+ readonly type: "close.sequenceSubscription.created";
226
+ };
227
+ readonly closeSequenceSubscriptionDeleted: {
228
+ readonly account: {
229
+ readonly connectionOptions: readonly [{
230
+ readonly requiredScopes: readonly [];
231
+ }];
232
+ readonly serviceId: "close";
233
+ };
234
+ readonly type: "close.sequenceSubscription.deleted";
235
+ };
236
+ readonly closeSequenceSubscriptionErrored: {
237
+ readonly account: {
238
+ readonly connectionOptions: readonly [{
239
+ readonly requiredScopes: readonly [];
240
+ }];
241
+ readonly serviceId: "close";
242
+ };
243
+ readonly type: "close.sequenceSubscription.errored";
244
+ };
245
+ readonly closeSequenceSubscriptionFinished: {
246
+ readonly account: {
247
+ readonly connectionOptions: readonly [{
248
+ readonly requiredScopes: readonly [];
249
+ }];
250
+ readonly serviceId: "close";
251
+ };
252
+ readonly type: "close.sequenceSubscription.finished";
253
+ };
254
+ readonly closeSequenceSubscriptionGoalReached: {
255
+ readonly account: {
256
+ readonly connectionOptions: readonly [{
257
+ readonly requiredScopes: readonly [];
258
+ }];
259
+ readonly serviceId: "close";
260
+ };
261
+ readonly type: "close.sequenceSubscription.goalReached";
262
+ };
263
+ readonly closeSequenceSubscriptionPaused: {
264
+ readonly account: {
265
+ readonly connectionOptions: readonly [{
266
+ readonly requiredScopes: readonly [];
267
+ }];
268
+ readonly serviceId: "close";
269
+ };
270
+ readonly type: "close.sequenceSubscription.paused";
271
+ };
272
+ readonly closeSequenceSubscriptionResumed: {
273
+ readonly account: {
274
+ readonly connectionOptions: readonly [{
275
+ readonly requiredScopes: readonly [];
276
+ }];
277
+ readonly serviceId: "close";
278
+ };
279
+ readonly type: "close.sequenceSubscription.resumed";
280
+ };
281
+ readonly closeSequenceSubscriptionUpdated: {
282
+ readonly account: {
283
+ readonly connectionOptions: readonly [{
284
+ readonly requiredScopes: readonly [];
285
+ }];
286
+ readonly serviceId: "close";
287
+ };
288
+ readonly type: "close.sequenceSubscription.updated";
289
+ };
290
+ readonly closeSmsReceived: {
291
+ readonly account: {
292
+ readonly connectionOptions: readonly [{
293
+ readonly requiredScopes: readonly [];
294
+ }];
295
+ readonly serviceId: "close";
296
+ };
297
+ readonly type: "close.sms.received";
298
+ };
299
+ readonly closeSmsSent: {
300
+ readonly account: {
301
+ readonly connectionOptions: readonly [{
302
+ readonly requiredScopes: readonly [];
303
+ }];
304
+ readonly serviceId: "close";
305
+ };
306
+ readonly type: "close.sms.sent";
307
+ };
308
+ readonly closeTaskCompleted: {
309
+ readonly account: {
310
+ readonly connectionOptions: readonly [{
311
+ readonly requiredScopes: readonly [];
312
+ }];
313
+ readonly serviceId: "close";
314
+ };
315
+ readonly type: "close.task.completed";
316
+ };
317
+ readonly closeTaskCreated: {
318
+ readonly account: {
319
+ readonly connectionOptions: readonly [{
320
+ readonly requiredScopes: readonly [];
321
+ }];
322
+ readonly serviceId: "close";
323
+ };
324
+ readonly type: "close.task.created";
325
+ };
326
+ readonly closeTaskDeleted: {
327
+ readonly account: {
328
+ readonly connectionOptions: readonly [{
329
+ readonly requiredScopes: readonly [];
330
+ }];
331
+ readonly serviceId: "close";
332
+ };
333
+ readonly type: "close.task.deleted";
334
+ };
335
+ readonly closeTaskUpdated: {
336
+ readonly account: {
337
+ readonly connectionOptions: readonly [{
338
+ readonly requiredScopes: readonly [];
339
+ }];
340
+ readonly serviceId: "close";
341
+ };
342
+ readonly type: "close.task.updated";
343
+ };
344
+ };
@@ -0,0 +1,113 @@
1
+ const CLOSE_ACCOUNT = {
2
+ connectionOptions: [{ requiredScopes: [] }],
3
+ serviceId: "close",
4
+ };
5
+ export const closeTriggerDefinitions = {
6
+ closeCallAnswered: { account: CLOSE_ACCOUNT, type: "close.call.answered" },
7
+ closeCallCompleted: { account: CLOSE_ACCOUNT, type: "close.call.completed" },
8
+ closeCommentCreated: {
9
+ account: CLOSE_ACCOUNT,
10
+ type: "close.comment.created",
11
+ },
12
+ closeCommentDeleted: {
13
+ account: CLOSE_ACCOUNT,
14
+ type: "close.comment.deleted",
15
+ },
16
+ closeCommentUpdated: {
17
+ account: CLOSE_ACCOUNT,
18
+ type: "close.comment.updated",
19
+ },
20
+ closeContactCreated: {
21
+ account: CLOSE_ACCOUNT,
22
+ type: "close.contact.created",
23
+ },
24
+ closeContactDeleted: {
25
+ account: CLOSE_ACCOUNT,
26
+ type: "close.contact.deleted",
27
+ },
28
+ closeContactUpdated: {
29
+ account: CLOSE_ACCOUNT,
30
+ type: "close.contact.updated",
31
+ },
32
+ closeEmailReceived: { account: CLOSE_ACCOUNT, type: "close.email.received" },
33
+ closeEmailSent: { account: CLOSE_ACCOUNT, type: "close.email.sent" },
34
+ closeEvent: { account: CLOSE_ACCOUNT, type: "close.event" },
35
+ closeLeadCreated: { account: CLOSE_ACCOUNT, type: "close.lead.created" },
36
+ closeLeadDeleted: { account: CLOSE_ACCOUNT, type: "close.lead.deleted" },
37
+ closeLeadMerged: { account: CLOSE_ACCOUNT, type: "close.lead.merged" },
38
+ closeLeadUpdated: { account: CLOSE_ACCOUNT, type: "close.lead.updated" },
39
+ closeMeetingCanceled: {
40
+ account: CLOSE_ACCOUNT,
41
+ type: "close.meeting.canceled",
42
+ },
43
+ closeMeetingCompleted: {
44
+ account: CLOSE_ACCOUNT,
45
+ type: "close.meeting.completed",
46
+ },
47
+ closeMeetingScheduled: {
48
+ account: CLOSE_ACCOUNT,
49
+ type: "close.meeting.scheduled",
50
+ },
51
+ closeMeetingStarted: {
52
+ account: CLOSE_ACCOUNT,
53
+ type: "close.meeting.started",
54
+ },
55
+ closeOpportunityCreated: {
56
+ account: CLOSE_ACCOUNT,
57
+ type: "close.opportunity.created",
58
+ },
59
+ closeOpportunityDeleted: {
60
+ account: CLOSE_ACCOUNT,
61
+ type: "close.opportunity.deleted",
62
+ },
63
+ closeOpportunityLost: {
64
+ account: CLOSE_ACCOUNT,
65
+ type: "close.opportunity.lost",
66
+ },
67
+ closeOpportunityUpdated: {
68
+ account: CLOSE_ACCOUNT,
69
+ type: "close.opportunity.updated",
70
+ },
71
+ closeOpportunityWon: {
72
+ account: CLOSE_ACCOUNT,
73
+ type: "close.opportunity.won",
74
+ },
75
+ closeSequenceSubscriptionCreated: {
76
+ account: CLOSE_ACCOUNT,
77
+ type: "close.sequenceSubscription.created",
78
+ },
79
+ closeSequenceSubscriptionDeleted: {
80
+ account: CLOSE_ACCOUNT,
81
+ type: "close.sequenceSubscription.deleted",
82
+ },
83
+ closeSequenceSubscriptionErrored: {
84
+ account: CLOSE_ACCOUNT,
85
+ type: "close.sequenceSubscription.errored",
86
+ },
87
+ closeSequenceSubscriptionFinished: {
88
+ account: CLOSE_ACCOUNT,
89
+ type: "close.sequenceSubscription.finished",
90
+ },
91
+ closeSequenceSubscriptionGoalReached: {
92
+ account: CLOSE_ACCOUNT,
93
+ type: "close.sequenceSubscription.goalReached",
94
+ },
95
+ closeSequenceSubscriptionPaused: {
96
+ account: CLOSE_ACCOUNT,
97
+ type: "close.sequenceSubscription.paused",
98
+ },
99
+ closeSequenceSubscriptionResumed: {
100
+ account: CLOSE_ACCOUNT,
101
+ type: "close.sequenceSubscription.resumed",
102
+ },
103
+ closeSequenceSubscriptionUpdated: {
104
+ account: CLOSE_ACCOUNT,
105
+ type: "close.sequenceSubscription.updated",
106
+ },
107
+ closeSmsReceived: { account: CLOSE_ACCOUNT, type: "close.sms.received" },
108
+ closeSmsSent: { account: CLOSE_ACCOUNT, type: "close.sms.sent" },
109
+ closeTaskCompleted: { account: CLOSE_ACCOUNT, type: "close.task.completed" },
110
+ closeTaskCreated: { account: CLOSE_ACCOUNT, type: "close.task.created" },
111
+ closeTaskDeleted: { account: CLOSE_ACCOUNT, type: "close.task.deleted" },
112
+ closeTaskUpdated: { account: CLOSE_ACCOUNT, type: "close.task.updated" },
113
+ };