magicbell-js 1.7.0 → 1.7.1

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 (119) hide show
  1. package/dist/commonjs/project-client/services/broadcasts/models/broadcast-collection.d.ts +265 -265
  2. package/dist/commonjs/project-client/services/broadcasts/models/broadcast.d.ts +168 -168
  3. package/dist/commonjs/project-client/services/broadcasts/models/email.d.ts +3 -3
  4. package/dist/commonjs/project-client/services/broadcasts/models/in-app.d.ts +3 -3
  5. package/dist/commonjs/project-client/services/broadcasts/models/mobile-push.d.ts +3 -3
  6. package/dist/commonjs/project-client/services/broadcasts/models/overrides-channels.d.ts +27 -27
  7. package/dist/commonjs/project-client/services/broadcasts/models/overrides.d.ts +39 -39
  8. package/dist/commonjs/project-client/services/broadcasts/models/sms.d.ts +3 -3
  9. package/dist/commonjs/project-client/services/channels/models/apns-token-collection.d.ts +14 -14
  10. package/dist/commonjs/project-client/services/channels/models/apns-token.d.ts +8 -8
  11. package/dist/commonjs/project-client/services/channels/models/discard-result.d.ts +8 -8
  12. package/dist/commonjs/project-client/services/channels/models/expo-token-collection.d.ts +14 -14
  13. package/dist/commonjs/project-client/services/channels/models/expo-token.d.ts +8 -8
  14. package/dist/commonjs/project-client/services/channels/models/fcm-token-collection.d.ts +14 -14
  15. package/dist/commonjs/project-client/services/channels/models/fcm-token.d.ts +8 -8
  16. package/dist/commonjs/project-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
  17. package/dist/commonjs/project-client/services/channels/models/inbox-token-response.d.ts +16 -16
  18. package/dist/commonjs/project-client/services/channels/models/slack-token-collection.d.ts +14 -14
  19. package/dist/commonjs/project-client/services/channels/models/slack-token.d.ts +8 -8
  20. package/dist/commonjs/project-client/services/channels/models/teams-token-collection.d.ts +14 -14
  21. package/dist/commonjs/project-client/services/channels/models/teams-token.d.ts +8 -8
  22. package/dist/commonjs/project-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  23. package/dist/commonjs/project-client/services/channels/models/web-push-token.d.ts +8 -8
  24. package/dist/commonjs/project-client/services/common/user.d.ts +6 -6
  25. package/dist/commonjs/project-client/services/integrations/models/inbox-config-collection.d.ts +182 -182
  26. package/dist/commonjs/project-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  27. package/dist/commonjs/project-client/services/integrations/models/inbox-config.d.ts +140 -140
  28. package/dist/commonjs/project-client/services/integrations/models/theme.d.ts +56 -56
  29. package/dist/commonjs/project-client/services/users/models/user-collection.d.ts +10 -10
  30. package/dist/commonjs/project-client/services/workflows/models/get-run-response-status.d.ts +11 -11
  31. package/dist/commonjs/project-client/services/workflows/models/get-run-response.d.ts +41 -41
  32. package/dist/commonjs/project-client/services/workflows/models/workflow-run-collection.d.ts +55 -55
  33. package/dist/commonjs/project-client/services/workflows/models/workflow-run-status.d.ts +11 -11
  34. package/dist/commonjs/project-client/services/workflows/models/workflow-run.d.ts +35 -35
  35. package/dist/commonjs/user-client/services/channels/models/apns-token-collection.d.ts +14 -14
  36. package/dist/commonjs/user-client/services/channels/models/apns-token.d.ts +8 -8
  37. package/dist/commonjs/user-client/services/channels/models/categories.d.ts +30 -30
  38. package/dist/commonjs/user-client/services/channels/models/channels.d.ts +8 -8
  39. package/dist/commonjs/user-client/services/channels/models/discard-result.d.ts +8 -8
  40. package/dist/commonjs/user-client/services/channels/models/expo-token-collection.d.ts +14 -14
  41. package/dist/commonjs/user-client/services/channels/models/expo-token.d.ts +8 -8
  42. package/dist/commonjs/user-client/services/channels/models/fcm-token-collection.d.ts +14 -14
  43. package/dist/commonjs/user-client/services/channels/models/fcm-token.d.ts +8 -8
  44. package/dist/commonjs/user-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
  45. package/dist/commonjs/user-client/services/channels/models/inbox-token-response.d.ts +16 -16
  46. package/dist/commonjs/user-client/services/channels/models/slack-token-collection.d.ts +14 -14
  47. package/dist/commonjs/user-client/services/channels/models/slack-token.d.ts +8 -8
  48. package/dist/commonjs/user-client/services/channels/models/teams-token-collection.d.ts +14 -14
  49. package/dist/commonjs/user-client/services/channels/models/teams-token.d.ts +8 -8
  50. package/dist/commonjs/user-client/services/channels/models/user-preferences.d.ts +48 -48
  51. package/dist/commonjs/user-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  52. package/dist/commonjs/user-client/services/channels/models/web-push-token.d.ts +8 -8
  53. package/dist/commonjs/user-client/services/integrations/models/authed-user.d.ts +8 -8
  54. package/dist/commonjs/user-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  55. package/dist/commonjs/user-client/services/integrations/models/slack-installation.d.ts +57 -57
  56. package/dist/commonjs/user-client/services/integrations/models/slack-start-install.d.ts +8 -8
  57. package/dist/commonjs/user-client/services/integrations/models/theme.d.ts +56 -56
  58. package/dist/commonjs/user-client/services/notifications/models/notification-collection.d.ts +56 -56
  59. package/dist/commonjs/user-client/services/notifications/models/notification.d.ts +32 -32
  60. package/dist/esm/project-client/services/broadcasts/models/broadcast-collection.d.ts +265 -265
  61. package/dist/esm/project-client/services/broadcasts/models/broadcast.d.ts +168 -168
  62. package/dist/esm/project-client/services/broadcasts/models/email.d.ts +3 -3
  63. package/dist/esm/project-client/services/broadcasts/models/in-app.d.ts +3 -3
  64. package/dist/esm/project-client/services/broadcasts/models/mobile-push.d.ts +3 -3
  65. package/dist/esm/project-client/services/broadcasts/models/overrides-channels.d.ts +27 -27
  66. package/dist/esm/project-client/services/broadcasts/models/overrides.d.ts +39 -39
  67. package/dist/esm/project-client/services/broadcasts/models/sms.d.ts +3 -3
  68. package/dist/esm/project-client/services/channels/models/apns-token-collection.d.ts +14 -14
  69. package/dist/esm/project-client/services/channels/models/apns-token.d.ts +8 -8
  70. package/dist/esm/project-client/services/channels/models/discard-result.d.ts +8 -8
  71. package/dist/esm/project-client/services/channels/models/expo-token-collection.d.ts +14 -14
  72. package/dist/esm/project-client/services/channels/models/expo-token.d.ts +8 -8
  73. package/dist/esm/project-client/services/channels/models/fcm-token-collection.d.ts +14 -14
  74. package/dist/esm/project-client/services/channels/models/fcm-token.d.ts +8 -8
  75. package/dist/esm/project-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
  76. package/dist/esm/project-client/services/channels/models/inbox-token-response.d.ts +16 -16
  77. package/dist/esm/project-client/services/channels/models/slack-token-collection.d.ts +14 -14
  78. package/dist/esm/project-client/services/channels/models/slack-token.d.ts +8 -8
  79. package/dist/esm/project-client/services/channels/models/teams-token-collection.d.ts +14 -14
  80. package/dist/esm/project-client/services/channels/models/teams-token.d.ts +8 -8
  81. package/dist/esm/project-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  82. package/dist/esm/project-client/services/channels/models/web-push-token.d.ts +8 -8
  83. package/dist/esm/project-client/services/common/user.d.ts +6 -6
  84. package/dist/esm/project-client/services/integrations/models/inbox-config-collection.d.ts +182 -182
  85. package/dist/esm/project-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  86. package/dist/esm/project-client/services/integrations/models/inbox-config.d.ts +140 -140
  87. package/dist/esm/project-client/services/integrations/models/theme.d.ts +56 -56
  88. package/dist/esm/project-client/services/users/models/user-collection.d.ts +10 -10
  89. package/dist/esm/project-client/services/workflows/models/get-run-response-status.d.ts +11 -11
  90. package/dist/esm/project-client/services/workflows/models/get-run-response.d.ts +41 -41
  91. package/dist/esm/project-client/services/workflows/models/workflow-run-collection.d.ts +55 -55
  92. package/dist/esm/project-client/services/workflows/models/workflow-run-status.d.ts +11 -11
  93. package/dist/esm/project-client/services/workflows/models/workflow-run.d.ts +35 -35
  94. package/dist/esm/user-client/services/channels/models/apns-token-collection.d.ts +14 -14
  95. package/dist/esm/user-client/services/channels/models/apns-token.d.ts +8 -8
  96. package/dist/esm/user-client/services/channels/models/categories.d.ts +30 -30
  97. package/dist/esm/user-client/services/channels/models/channels.d.ts +8 -8
  98. package/dist/esm/user-client/services/channels/models/discard-result.d.ts +8 -8
  99. package/dist/esm/user-client/services/channels/models/expo-token-collection.d.ts +14 -14
  100. package/dist/esm/user-client/services/channels/models/expo-token.d.ts +8 -8
  101. package/dist/esm/user-client/services/channels/models/fcm-token-collection.d.ts +14 -14
  102. package/dist/esm/user-client/services/channels/models/fcm-token.d.ts +8 -8
  103. package/dist/esm/user-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
  104. package/dist/esm/user-client/services/channels/models/inbox-token-response.d.ts +16 -16
  105. package/dist/esm/user-client/services/channels/models/slack-token-collection.d.ts +14 -14
  106. package/dist/esm/user-client/services/channels/models/slack-token.d.ts +8 -8
  107. package/dist/esm/user-client/services/channels/models/teams-token-collection.d.ts +14 -14
  108. package/dist/esm/user-client/services/channels/models/teams-token.d.ts +8 -8
  109. package/dist/esm/user-client/services/channels/models/user-preferences.d.ts +48 -48
  110. package/dist/esm/user-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  111. package/dist/esm/user-client/services/channels/models/web-push-token.d.ts +8 -8
  112. package/dist/esm/user-client/services/integrations/models/authed-user.d.ts +8 -8
  113. package/dist/esm/user-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  114. package/dist/esm/user-client/services/integrations/models/slack-installation.d.ts +57 -57
  115. package/dist/esm/user-client/services/integrations/models/slack-start-install.d.ts +8 -8
  116. package/dist/esm/user-client/services/integrations/models/theme.d.ts +56 -56
  117. package/dist/esm/user-client/services/notifications/models/notification-collection.d.ts +56 -56
  118. package/dist/esm/user-client/services/notifications/models/notification.d.ts +32 -32
  119. package/package.json +2 -2
@@ -15,16 +15,16 @@ export declare const inboxTokenResponse: z.ZodLazy<z.ZodObject<{
15
15
  createdAt: string;
16
16
  id: string;
17
17
  token: string;
18
- connectionId?: string | null | undefined;
19
- discardedAt?: string | null | undefined;
20
18
  updatedAt?: string | null | undefined;
19
+ discardedAt?: string | null | undefined;
20
+ connectionId?: string | null | undefined;
21
21
  }, {
22
22
  createdAt: string;
23
23
  id: string;
24
24
  token: string;
25
- connectionId?: string | null | undefined;
26
- discardedAt?: string | null | undefined;
27
25
  updatedAt?: string | null | undefined;
26
+ discardedAt?: string | null | undefined;
27
+ connectionId?: string | null | undefined;
28
28
  }>>;
29
29
  /**
30
30
  *
@@ -53,16 +53,16 @@ export declare const inboxTokenResponseResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
53
53
  id: string;
54
54
  created_at: string;
55
55
  token: string;
56
- connection_id?: string | null | undefined;
57
- discarded_at?: string | null | undefined;
58
56
  updated_at?: string | null | undefined;
57
+ discarded_at?: string | null | undefined;
58
+ connection_id?: string | null | undefined;
59
59
  }, {
60
60
  id: string;
61
61
  created_at: string;
62
62
  token: string;
63
- connection_id?: string | null | undefined;
64
- discarded_at?: string | null | undefined;
65
63
  updated_at?: string | null | undefined;
64
+ discarded_at?: string | null | undefined;
65
+ connection_id?: string | null | undefined;
66
66
  }>, {
67
67
  connectionId: string | null | undefined;
68
68
  createdAt: string;
@@ -74,9 +74,9 @@ export declare const inboxTokenResponseResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
74
74
  id: string;
75
75
  created_at: string;
76
76
  token: string;
77
- connection_id?: string | null | undefined;
78
- discarded_at?: string | null | undefined;
79
77
  updated_at?: string | null | undefined;
78
+ discarded_at?: string | null | undefined;
79
+ connection_id?: string | null | undefined;
80
80
  }>>;
81
81
  /**
82
82
  * Zod schema for mapping the InboxTokenResponse application shape to API requests.
@@ -94,16 +94,16 @@ export declare const inboxTokenResponseRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
94
94
  createdAt: string;
95
95
  id: string;
96
96
  token: string;
97
- connectionId?: string | null | undefined;
98
- discardedAt?: string | null | undefined;
99
97
  updatedAt?: string | null | undefined;
98
+ discardedAt?: string | null | undefined;
99
+ connectionId?: string | null | undefined;
100
100
  }, {
101
101
  createdAt: string;
102
102
  id: string;
103
103
  token: string;
104
- connectionId?: string | null | undefined;
105
- discardedAt?: string | null | undefined;
106
104
  updatedAt?: string | null | undefined;
105
+ discardedAt?: string | null | undefined;
106
+ connectionId?: string | null | undefined;
107
107
  }>, {
108
108
  connection_id: string | null | undefined;
109
109
  created_at: string;
@@ -115,8 +115,8 @@ export declare const inboxTokenResponseRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
115
115
  createdAt: string;
116
116
  id: string;
117
117
  token: string;
118
- connectionId?: string | null | undefined;
119
- discardedAt?: string | null | undefined;
120
118
  updatedAt?: string | null | undefined;
119
+ discardedAt?: string | null | undefined;
120
+ connectionId?: string | null | undefined;
121
121
  }>>;
122
122
  //# sourceMappingURL=inbox-token-response.d.ts.map
@@ -33,26 +33,26 @@ export declare const slackTokenCollection: z.ZodLazy<z.ZodObject<{
33
33
  }, "strip", z.ZodTypeAny, {
34
34
  createdAt: string;
35
35
  id: string;
36
+ updatedAt?: string | null | undefined;
36
37
  discardedAt?: string | null | undefined;
37
38
  oauth?: {
38
39
  installationId: string;
39
40
  channelId: string;
40
41
  scope?: string | undefined;
41
42
  } | undefined;
42
- updatedAt?: string | null | undefined;
43
43
  webhook?: {
44
44
  url: string;
45
45
  } | undefined;
46
46
  }, {
47
47
  createdAt: string;
48
48
  id: string;
49
+ updatedAt?: string | null | undefined;
49
50
  discardedAt?: string | null | undefined;
50
51
  oauth?: {
51
52
  installationId: string;
52
53
  channelId: string;
53
54
  scope?: string | undefined;
54
55
  } | undefined;
55
- updatedAt?: string | null | undefined;
56
56
  webhook?: {
57
57
  url: string;
58
58
  } | undefined;
@@ -74,13 +74,13 @@ export declare const slackTokenCollection: z.ZodLazy<z.ZodObject<{
74
74
  data?: {
75
75
  createdAt: string;
76
76
  id: string;
77
+ updatedAt?: string | null | undefined;
77
78
  discardedAt?: string | null | undefined;
78
79
  oauth?: {
79
80
  installationId: string;
80
81
  channelId: string;
81
82
  scope?: string | undefined;
82
83
  } | undefined;
83
- updatedAt?: string | null | undefined;
84
84
  webhook?: {
85
85
  url: string;
86
86
  } | undefined;
@@ -94,13 +94,13 @@ export declare const slackTokenCollection: z.ZodLazy<z.ZodObject<{
94
94
  data?: {
95
95
  createdAt: string;
96
96
  id: string;
97
+ updatedAt?: string | null | undefined;
97
98
  discardedAt?: string | null | undefined;
98
99
  oauth?: {
99
100
  installationId: string;
100
101
  channelId: string;
101
102
  scope?: string | undefined;
102
103
  } | undefined;
103
- updatedAt?: string | null | undefined;
104
104
  webhook?: {
105
105
  url: string;
106
106
  } | undefined;
@@ -164,26 +164,26 @@ export declare const slackTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodO
164
164
  }, "strip", z.ZodTypeAny, {
165
165
  id: string;
166
166
  created_at: string;
167
+ updated_at?: string | null | undefined;
167
168
  discarded_at?: string | null | undefined;
168
169
  oauth?: {
169
170
  channelId: string;
170
171
  installationId: string;
171
172
  scope: string | undefined;
172
173
  } | undefined;
173
- updated_at?: string | null | undefined;
174
174
  webhook?: {
175
175
  url: string;
176
176
  } | undefined;
177
177
  }, {
178
178
  id: string;
179
179
  created_at: string;
180
+ updated_at?: string | null | undefined;
180
181
  discarded_at?: string | null | undefined;
181
182
  oauth?: {
182
183
  installation_id: string;
183
184
  channel_id: string;
184
185
  scope?: string | undefined;
185
186
  } | undefined;
186
- updated_at?: string | null | undefined;
187
187
  webhook?: {
188
188
  url: string;
189
189
  } | undefined;
@@ -203,13 +203,13 @@ export declare const slackTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodO
203
203
  }, {
204
204
  id: string;
205
205
  created_at: string;
206
+ updated_at?: string | null | undefined;
206
207
  discarded_at?: string | null | undefined;
207
208
  oauth?: {
208
209
  installation_id: string;
209
210
  channel_id: string;
210
211
  scope?: string | undefined;
211
212
  } | undefined;
212
- updated_at?: string | null | undefined;
213
213
  webhook?: {
214
214
  url: string;
215
215
  } | undefined;
@@ -259,13 +259,13 @@ export declare const slackTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodO
259
259
  data?: {
260
260
  id: string;
261
261
  created_at: string;
262
+ updated_at?: string | null | undefined;
262
263
  discarded_at?: string | null | undefined;
263
264
  oauth?: {
264
265
  installation_id: string;
265
266
  channel_id: string;
266
267
  scope?: string | undefined;
267
268
  } | undefined;
268
- updated_at?: string | null | undefined;
269
269
  webhook?: {
270
270
  url: string;
271
271
  } | undefined;
@@ -299,13 +299,13 @@ export declare const slackTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodO
299
299
  data?: {
300
300
  id: string;
301
301
  created_at: string;
302
+ updated_at?: string | null | undefined;
302
303
  discarded_at?: string | null | undefined;
303
304
  oauth?: {
304
305
  installation_id: string;
305
306
  channel_id: string;
306
307
  scope?: string | undefined;
307
308
  } | undefined;
308
- updated_at?: string | null | undefined;
309
309
  webhook?: {
310
310
  url: string;
311
311
  } | undefined;
@@ -362,26 +362,26 @@ export declare const slackTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodOb
362
362
  }, "strip", z.ZodTypeAny, {
363
363
  createdAt: string;
364
364
  id: string;
365
+ updatedAt?: string | null | undefined;
365
366
  discardedAt?: string | null | undefined;
366
367
  oauth?: {
367
368
  channel_id: string;
368
369
  installation_id: string;
369
370
  scope: string | undefined;
370
371
  } | undefined;
371
- updatedAt?: string | null | undefined;
372
372
  webhook?: {
373
373
  url: string;
374
374
  } | undefined;
375
375
  }, {
376
376
  createdAt: string;
377
377
  id: string;
378
+ updatedAt?: string | null | undefined;
378
379
  discardedAt?: string | null | undefined;
379
380
  oauth?: {
380
381
  installationId: string;
381
382
  channelId: string;
382
383
  scope?: string | undefined;
383
384
  } | undefined;
384
- updatedAt?: string | null | undefined;
385
385
  webhook?: {
386
386
  url: string;
387
387
  } | undefined;
@@ -401,13 +401,13 @@ export declare const slackTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodOb
401
401
  }, {
402
402
  createdAt: string;
403
403
  id: string;
404
+ updatedAt?: string | null | undefined;
404
405
  discardedAt?: string | null | undefined;
405
406
  oauth?: {
406
407
  installationId: string;
407
408
  channelId: string;
408
409
  scope?: string | undefined;
409
410
  } | undefined;
410
- updatedAt?: string | null | undefined;
411
411
  webhook?: {
412
412
  url: string;
413
413
  } | undefined;
@@ -457,13 +457,13 @@ export declare const slackTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodOb
457
457
  data?: {
458
458
  createdAt: string;
459
459
  id: string;
460
+ updatedAt?: string | null | undefined;
460
461
  discardedAt?: string | null | undefined;
461
462
  oauth?: {
462
463
  installationId: string;
463
464
  channelId: string;
464
465
  scope?: string | undefined;
465
466
  } | undefined;
466
- updatedAt?: string | null | undefined;
467
467
  webhook?: {
468
468
  url: string;
469
469
  } | undefined;
@@ -497,13 +497,13 @@ export declare const slackTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodOb
497
497
  data?: {
498
498
  createdAt: string;
499
499
  id: string;
500
+ updatedAt?: string | null | undefined;
500
501
  discardedAt?: string | null | undefined;
501
502
  oauth?: {
502
503
  installationId: string;
503
504
  channelId: string;
504
505
  scope?: string | undefined;
505
506
  } | undefined;
506
- updatedAt?: string | null | undefined;
507
507
  webhook?: {
508
508
  url: string;
509
509
  } | undefined;
@@ -32,26 +32,26 @@ export declare const slackToken: z.ZodLazy<z.ZodObject<{
32
32
  }, "strip", z.ZodTypeAny, {
33
33
  createdAt: string;
34
34
  id: string;
35
+ updatedAt?: string | null | undefined;
35
36
  discardedAt?: string | null | undefined;
36
37
  oauth?: {
37
38
  installationId: string;
38
39
  channelId: string;
39
40
  scope?: string | undefined;
40
41
  } | undefined;
41
- updatedAt?: string | null | undefined;
42
42
  webhook?: {
43
43
  url: string;
44
44
  } | undefined;
45
45
  }, {
46
46
  createdAt: string;
47
47
  id: string;
48
+ updatedAt?: string | null | undefined;
48
49
  discardedAt?: string | null | undefined;
49
50
  oauth?: {
50
51
  installationId: string;
51
52
  channelId: string;
52
53
  scope?: string | undefined;
53
54
  } | undefined;
54
- updatedAt?: string | null | undefined;
55
55
  webhook?: {
56
56
  url: string;
57
57
  } | undefined;
@@ -112,26 +112,26 @@ export declare const slackTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
112
112
  }, "strip", z.ZodTypeAny, {
113
113
  id: string;
114
114
  created_at: string;
115
+ updated_at?: string | null | undefined;
115
116
  discarded_at?: string | null | undefined;
116
117
  oauth?: {
117
118
  channelId: string;
118
119
  installationId: string;
119
120
  scope: string | undefined;
120
121
  } | undefined;
121
- updated_at?: string | null | undefined;
122
122
  webhook?: {
123
123
  url: string;
124
124
  } | undefined;
125
125
  }, {
126
126
  id: string;
127
127
  created_at: string;
128
+ updated_at?: string | null | undefined;
128
129
  discarded_at?: string | null | undefined;
129
130
  oauth?: {
130
131
  installation_id: string;
131
132
  channel_id: string;
132
133
  scope?: string | undefined;
133
134
  } | undefined;
134
- updated_at?: string | null | undefined;
135
135
  webhook?: {
136
136
  url: string;
137
137
  } | undefined;
@@ -151,13 +151,13 @@ export declare const slackTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
151
151
  }, {
152
152
  id: string;
153
153
  created_at: string;
154
+ updated_at?: string | null | undefined;
154
155
  discarded_at?: string | null | undefined;
155
156
  oauth?: {
156
157
  installation_id: string;
157
158
  channel_id: string;
158
159
  scope?: string | undefined;
159
160
  } | undefined;
160
- updated_at?: string | null | undefined;
161
161
  webhook?: {
162
162
  url: string;
163
163
  } | undefined;
@@ -207,26 +207,26 @@ export declare const slackTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
207
207
  }, "strip", z.ZodTypeAny, {
208
208
  createdAt: string;
209
209
  id: string;
210
+ updatedAt?: string | null | undefined;
210
211
  discardedAt?: string | null | undefined;
211
212
  oauth?: {
212
213
  channel_id: string;
213
214
  installation_id: string;
214
215
  scope: string | undefined;
215
216
  } | undefined;
216
- updatedAt?: string | null | undefined;
217
217
  webhook?: {
218
218
  url: string;
219
219
  } | undefined;
220
220
  }, {
221
221
  createdAt: string;
222
222
  id: string;
223
+ updatedAt?: string | null | undefined;
223
224
  discardedAt?: string | null | undefined;
224
225
  oauth?: {
225
226
  installationId: string;
226
227
  channelId: string;
227
228
  scope?: string | undefined;
228
229
  } | undefined;
229
- updatedAt?: string | null | undefined;
230
230
  webhook?: {
231
231
  url: string;
232
232
  } | undefined;
@@ -246,13 +246,13 @@ export declare const slackTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
246
246
  }, {
247
247
  createdAt: string;
248
248
  id: string;
249
+ updatedAt?: string | null | undefined;
249
250
  discardedAt?: string | null | undefined;
250
251
  oauth?: {
251
252
  installationId: string;
252
253
  channelId: string;
253
254
  scope?: string | undefined;
254
255
  } | undefined;
255
- updatedAt?: string | null | undefined;
256
256
  webhook?: {
257
257
  url: string;
258
258
  } | undefined;
@@ -20,16 +20,16 @@ export declare const teamsTokenCollection: z.ZodLazy<z.ZodObject<{
20
20
  }, "strip", z.ZodTypeAny, {
21
21
  createdAt: string;
22
22
  id: string;
23
- discardedAt?: string | null | undefined;
24
23
  updatedAt?: string | null | undefined;
24
+ discardedAt?: string | null | undefined;
25
25
  webhook?: {
26
26
  url?: string | undefined;
27
27
  } | undefined;
28
28
  }, {
29
29
  createdAt: string;
30
30
  id: string;
31
- discardedAt?: string | null | undefined;
32
31
  updatedAt?: string | null | undefined;
32
+ discardedAt?: string | null | undefined;
33
33
  webhook?: {
34
34
  url?: string | undefined;
35
35
  } | undefined;
@@ -51,8 +51,8 @@ export declare const teamsTokenCollection: z.ZodLazy<z.ZodObject<{
51
51
  data?: {
52
52
  createdAt: string;
53
53
  id: string;
54
- discardedAt?: string | null | undefined;
55
54
  updatedAt?: string | null | undefined;
55
+ discardedAt?: string | null | undefined;
56
56
  webhook?: {
57
57
  url?: string | undefined;
58
58
  } | undefined;
@@ -66,8 +66,8 @@ export declare const teamsTokenCollection: z.ZodLazy<z.ZodObject<{
66
66
  data?: {
67
67
  createdAt: string;
68
68
  id: string;
69
- discardedAt?: string | null | undefined;
70
69
  updatedAt?: string | null | undefined;
70
+ discardedAt?: string | null | undefined;
71
71
  webhook?: {
72
72
  url?: string | undefined;
73
73
  } | undefined;
@@ -110,16 +110,16 @@ export declare const teamsTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodO
110
110
  }, "strip", z.ZodTypeAny, {
111
111
  id: string;
112
112
  created_at: string;
113
- discarded_at?: string | null | undefined;
114
113
  updated_at?: string | null | undefined;
114
+ discarded_at?: string | null | undefined;
115
115
  webhook?: {
116
116
  url: string | undefined;
117
117
  } | undefined;
118
118
  }, {
119
119
  id: string;
120
120
  created_at: string;
121
- discarded_at?: string | null | undefined;
122
121
  updated_at?: string | null | undefined;
122
+ discarded_at?: string | null | undefined;
123
123
  webhook?: {
124
124
  url?: string | undefined;
125
125
  } | undefined;
@@ -134,8 +134,8 @@ export declare const teamsTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodO
134
134
  }, {
135
135
  id: string;
136
136
  created_at: string;
137
- discarded_at?: string | null | undefined;
138
137
  updated_at?: string | null | undefined;
138
+ discarded_at?: string | null | undefined;
139
139
  webhook?: {
140
140
  url?: string | undefined;
141
141
  } | undefined;
@@ -180,8 +180,8 @@ export declare const teamsTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodO
180
180
  data?: {
181
181
  id: string;
182
182
  created_at: string;
183
- discarded_at?: string | null | undefined;
184
183
  updated_at?: string | null | undefined;
184
+ discarded_at?: string | null | undefined;
185
185
  webhook?: {
186
186
  url?: string | undefined;
187
187
  } | undefined;
@@ -210,8 +210,8 @@ export declare const teamsTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodO
210
210
  data?: {
211
211
  id: string;
212
212
  created_at: string;
213
- discarded_at?: string | null | undefined;
214
213
  updated_at?: string | null | undefined;
214
+ discarded_at?: string | null | undefined;
215
215
  webhook?: {
216
216
  url?: string | undefined;
217
217
  } | undefined;
@@ -247,16 +247,16 @@ export declare const teamsTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodOb
247
247
  }, "strip", z.ZodTypeAny, {
248
248
  createdAt: string;
249
249
  id: string;
250
- discardedAt?: string | null | undefined;
251
250
  updatedAt?: string | null | undefined;
251
+ discardedAt?: string | null | undefined;
252
252
  webhook?: {
253
253
  url: string | undefined;
254
254
  } | undefined;
255
255
  }, {
256
256
  createdAt: string;
257
257
  id: string;
258
- discardedAt?: string | null | undefined;
259
258
  updatedAt?: string | null | undefined;
259
+ discardedAt?: string | null | undefined;
260
260
  webhook?: {
261
261
  url?: string | undefined;
262
262
  } | undefined;
@@ -271,8 +271,8 @@ export declare const teamsTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodOb
271
271
  }, {
272
272
  createdAt: string;
273
273
  id: string;
274
- discardedAt?: string | null | undefined;
275
274
  updatedAt?: string | null | undefined;
275
+ discardedAt?: string | null | undefined;
276
276
  webhook?: {
277
277
  url?: string | undefined;
278
278
  } | undefined;
@@ -317,8 +317,8 @@ export declare const teamsTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodOb
317
317
  data?: {
318
318
  createdAt: string;
319
319
  id: string;
320
- discardedAt?: string | null | undefined;
321
320
  updatedAt?: string | null | undefined;
321
+ discardedAt?: string | null | undefined;
322
322
  webhook?: {
323
323
  url?: string | undefined;
324
324
  } | undefined;
@@ -347,8 +347,8 @@ export declare const teamsTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodOb
347
347
  data?: {
348
348
  createdAt: string;
349
349
  id: string;
350
- discardedAt?: string | null | undefined;
351
350
  updatedAt?: string | null | undefined;
351
+ discardedAt?: string | null | undefined;
352
352
  webhook?: {
353
353
  url?: string | undefined;
354
354
  } | undefined;
@@ -19,16 +19,16 @@ export declare const teamsToken: z.ZodLazy<z.ZodObject<{
19
19
  }, "strip", z.ZodTypeAny, {
20
20
  createdAt: string;
21
21
  id: string;
22
- discardedAt?: string | null | undefined;
23
22
  updatedAt?: string | null | undefined;
23
+ discardedAt?: string | null | undefined;
24
24
  webhook?: {
25
25
  url?: string | undefined;
26
26
  } | undefined;
27
27
  }, {
28
28
  createdAt: string;
29
29
  id: string;
30
- discardedAt?: string | null | undefined;
31
30
  updatedAt?: string | null | undefined;
31
+ discardedAt?: string | null | undefined;
32
32
  webhook?: {
33
33
  url?: string | undefined;
34
34
  } | undefined;
@@ -67,16 +67,16 @@ export declare const teamsTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
67
67
  }, "strip", z.ZodTypeAny, {
68
68
  id: string;
69
69
  created_at: string;
70
- discarded_at?: string | null | undefined;
71
70
  updated_at?: string | null | undefined;
71
+ discarded_at?: string | null | undefined;
72
72
  webhook?: {
73
73
  url: string | undefined;
74
74
  } | undefined;
75
75
  }, {
76
76
  id: string;
77
77
  created_at: string;
78
- discarded_at?: string | null | undefined;
79
78
  updated_at?: string | null | undefined;
79
+ discarded_at?: string | null | undefined;
80
80
  webhook?: {
81
81
  url?: string | undefined;
82
82
  } | undefined;
@@ -91,8 +91,8 @@ export declare const teamsTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
91
91
  }, {
92
92
  id: string;
93
93
  created_at: string;
94
- discarded_at?: string | null | undefined;
95
94
  updated_at?: string | null | undefined;
95
+ discarded_at?: string | null | undefined;
96
96
  webhook?: {
97
97
  url?: string | undefined;
98
98
  } | undefined;
@@ -121,16 +121,16 @@ export declare const teamsTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
121
121
  }, "strip", z.ZodTypeAny, {
122
122
  createdAt: string;
123
123
  id: string;
124
- discardedAt?: string | null | undefined;
125
124
  updatedAt?: string | null | undefined;
125
+ discardedAt?: string | null | undefined;
126
126
  webhook?: {
127
127
  url: string | undefined;
128
128
  } | undefined;
129
129
  }, {
130
130
  createdAt: string;
131
131
  id: string;
132
- discardedAt?: string | null | undefined;
133
132
  updatedAt?: string | null | undefined;
133
+ discardedAt?: string | null | undefined;
134
134
  webhook?: {
135
135
  url?: string | undefined;
136
136
  } | undefined;
@@ -145,8 +145,8 @@ export declare const teamsTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
145
145
  }, {
146
146
  createdAt: string;
147
147
  id: string;
148
- discardedAt?: string | null | undefined;
149
148
  updatedAt?: string | null | undefined;
149
+ discardedAt?: string | null | undefined;
150
150
  webhook?: {
151
151
  url?: string | undefined;
152
152
  } | undefined;