magicbell-js 1.6.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 (125) hide show
  1. package/README.md +1 -1
  2. package/dist/commonjs/project-client/services/broadcasts/models/broadcast-collection.d.ts +265 -265
  3. package/dist/commonjs/project-client/services/broadcasts/models/broadcast.d.ts +168 -168
  4. package/dist/commonjs/project-client/services/broadcasts/models/email.d.ts +3 -3
  5. package/dist/commonjs/project-client/services/broadcasts/models/in-app.d.ts +3 -3
  6. package/dist/commonjs/project-client/services/broadcasts/models/mobile-push.d.ts +3 -3
  7. package/dist/commonjs/project-client/services/broadcasts/models/overrides-channels.d.ts +27 -27
  8. package/dist/commonjs/project-client/services/broadcasts/models/overrides.d.ts +39 -39
  9. package/dist/commonjs/project-client/services/broadcasts/models/sms.d.ts +3 -3
  10. package/dist/commonjs/project-client/services/channels/models/apns-token-collection.d.ts +14 -14
  11. package/dist/commonjs/project-client/services/channels/models/apns-token.d.ts +8 -8
  12. package/dist/commonjs/project-client/services/channels/models/discard-result.d.ts +8 -8
  13. package/dist/commonjs/project-client/services/channels/models/expo-token-collection.d.ts +14 -14
  14. package/dist/commonjs/project-client/services/channels/models/expo-token.d.ts +8 -8
  15. package/dist/commonjs/project-client/services/channels/models/fcm-token-collection.d.ts +14 -14
  16. package/dist/commonjs/project-client/services/channels/models/fcm-token.d.ts +8 -8
  17. package/dist/commonjs/project-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
  18. package/dist/commonjs/project-client/services/channels/models/inbox-token-response.d.ts +16 -16
  19. package/dist/commonjs/project-client/services/channels/models/slack-token-collection.d.ts +14 -14
  20. package/dist/commonjs/project-client/services/channels/models/slack-token.d.ts +8 -8
  21. package/dist/commonjs/project-client/services/channels/models/teams-token-collection.d.ts +14 -14
  22. package/dist/commonjs/project-client/services/channels/models/teams-token.d.ts +8 -8
  23. package/dist/commonjs/project-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  24. package/dist/commonjs/project-client/services/channels/models/web-push-token.d.ts +8 -8
  25. package/dist/commonjs/project-client/services/common/user.d.ts +6 -6
  26. package/dist/commonjs/project-client/services/integrations/models/inbox-config-collection.d.ts +182 -182
  27. package/dist/commonjs/project-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  28. package/dist/commonjs/project-client/services/integrations/models/inbox-config.d.ts +140 -140
  29. package/dist/commonjs/project-client/services/integrations/models/theme.d.ts +56 -56
  30. package/dist/commonjs/project-client/services/users/models/user-collection.d.ts +10 -10
  31. package/dist/commonjs/project-client/services/workflows/models/get-run-response-status.d.ts +11 -11
  32. package/dist/commonjs/project-client/services/workflows/models/get-run-response.d.ts +41 -41
  33. package/dist/commonjs/project-client/services/workflows/models/workflow-run-collection.d.ts +55 -55
  34. package/dist/commonjs/project-client/services/workflows/models/workflow-run-status.d.ts +11 -11
  35. package/dist/commonjs/project-client/services/workflows/models/workflow-run.d.ts +35 -35
  36. package/dist/commonjs/user-client/services/channels/models/apns-token-collection.d.ts +14 -14
  37. package/dist/commonjs/user-client/services/channels/models/apns-token.d.ts +8 -8
  38. package/dist/commonjs/user-client/services/channels/models/categories.d.ts +30 -30
  39. package/dist/commonjs/user-client/services/channels/models/channels.d.ts +8 -8
  40. package/dist/commonjs/user-client/services/channels/models/discard-result.d.ts +8 -8
  41. package/dist/commonjs/user-client/services/channels/models/expo-token-collection.d.ts +14 -14
  42. package/dist/commonjs/user-client/services/channels/models/expo-token.d.ts +8 -8
  43. package/dist/commonjs/user-client/services/channels/models/fcm-token-collection.d.ts +14 -14
  44. package/dist/commonjs/user-client/services/channels/models/fcm-token.d.ts +8 -8
  45. package/dist/commonjs/user-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
  46. package/dist/commonjs/user-client/services/channels/models/inbox-token-response.d.ts +16 -16
  47. package/dist/commonjs/user-client/services/channels/models/slack-token-collection.d.ts +14 -14
  48. package/dist/commonjs/user-client/services/channels/models/slack-token.d.ts +8 -8
  49. package/dist/commonjs/user-client/services/channels/models/teams-token-collection.d.ts +14 -14
  50. package/dist/commonjs/user-client/services/channels/models/teams-token.d.ts +8 -8
  51. package/dist/commonjs/user-client/services/channels/models/user-preferences.d.ts +48 -48
  52. package/dist/commonjs/user-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  53. package/dist/commonjs/user-client/services/channels/models/web-push-token.d.ts +8 -8
  54. package/dist/commonjs/user-client/services/integrations/models/authed-user.d.ts +8 -8
  55. package/dist/commonjs/user-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  56. package/dist/commonjs/user-client/services/integrations/models/slack-installation.d.ts +57 -57
  57. package/dist/commonjs/user-client/services/integrations/models/slack-start-install.d.ts +8 -8
  58. package/dist/commonjs/user-client/services/integrations/models/theme.d.ts +56 -56
  59. package/dist/commonjs/user-client/services/notifications/models/notification-collection.d.ts +56 -56
  60. package/dist/commonjs/user-client/services/notifications/models/notification.d.ts +32 -32
  61. package/dist/commonjs/user-client/services/notifications/models/notification.js +3 -3
  62. package/dist/commonjs/user-client/services/notifications/models/notification.js.map +1 -1
  63. package/dist/esm/project-client/services/broadcasts/models/broadcast-collection.d.ts +265 -265
  64. package/dist/esm/project-client/services/broadcasts/models/broadcast.d.ts +168 -168
  65. package/dist/esm/project-client/services/broadcasts/models/email.d.ts +3 -3
  66. package/dist/esm/project-client/services/broadcasts/models/in-app.d.ts +3 -3
  67. package/dist/esm/project-client/services/broadcasts/models/mobile-push.d.ts +3 -3
  68. package/dist/esm/project-client/services/broadcasts/models/overrides-channels.d.ts +27 -27
  69. package/dist/esm/project-client/services/broadcasts/models/overrides.d.ts +39 -39
  70. package/dist/esm/project-client/services/broadcasts/models/sms.d.ts +3 -3
  71. package/dist/esm/project-client/services/channels/models/apns-token-collection.d.ts +14 -14
  72. package/dist/esm/project-client/services/channels/models/apns-token.d.ts +8 -8
  73. package/dist/esm/project-client/services/channels/models/discard-result.d.ts +8 -8
  74. package/dist/esm/project-client/services/channels/models/expo-token-collection.d.ts +14 -14
  75. package/dist/esm/project-client/services/channels/models/expo-token.d.ts +8 -8
  76. package/dist/esm/project-client/services/channels/models/fcm-token-collection.d.ts +14 -14
  77. package/dist/esm/project-client/services/channels/models/fcm-token.d.ts +8 -8
  78. package/dist/esm/project-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
  79. package/dist/esm/project-client/services/channels/models/inbox-token-response.d.ts +16 -16
  80. package/dist/esm/project-client/services/channels/models/slack-token-collection.d.ts +14 -14
  81. package/dist/esm/project-client/services/channels/models/slack-token.d.ts +8 -8
  82. package/dist/esm/project-client/services/channels/models/teams-token-collection.d.ts +14 -14
  83. package/dist/esm/project-client/services/channels/models/teams-token.d.ts +8 -8
  84. package/dist/esm/project-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  85. package/dist/esm/project-client/services/channels/models/web-push-token.d.ts +8 -8
  86. package/dist/esm/project-client/services/common/user.d.ts +6 -6
  87. package/dist/esm/project-client/services/integrations/models/inbox-config-collection.d.ts +182 -182
  88. package/dist/esm/project-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  89. package/dist/esm/project-client/services/integrations/models/inbox-config.d.ts +140 -140
  90. package/dist/esm/project-client/services/integrations/models/theme.d.ts +56 -56
  91. package/dist/esm/project-client/services/users/models/user-collection.d.ts +10 -10
  92. package/dist/esm/project-client/services/workflows/models/get-run-response-status.d.ts +11 -11
  93. package/dist/esm/project-client/services/workflows/models/get-run-response.d.ts +41 -41
  94. package/dist/esm/project-client/services/workflows/models/workflow-run-collection.d.ts +55 -55
  95. package/dist/esm/project-client/services/workflows/models/workflow-run-status.d.ts +11 -11
  96. package/dist/esm/project-client/services/workflows/models/workflow-run.d.ts +35 -35
  97. package/dist/esm/user-client/services/channels/models/apns-token-collection.d.ts +14 -14
  98. package/dist/esm/user-client/services/channels/models/apns-token.d.ts +8 -8
  99. package/dist/esm/user-client/services/channels/models/categories.d.ts +30 -30
  100. package/dist/esm/user-client/services/channels/models/channels.d.ts +8 -8
  101. package/dist/esm/user-client/services/channels/models/discard-result.d.ts +8 -8
  102. package/dist/esm/user-client/services/channels/models/expo-token-collection.d.ts +14 -14
  103. package/dist/esm/user-client/services/channels/models/expo-token.d.ts +8 -8
  104. package/dist/esm/user-client/services/channels/models/fcm-token-collection.d.ts +14 -14
  105. package/dist/esm/user-client/services/channels/models/fcm-token.d.ts +8 -8
  106. package/dist/esm/user-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
  107. package/dist/esm/user-client/services/channels/models/inbox-token-response.d.ts +16 -16
  108. package/dist/esm/user-client/services/channels/models/slack-token-collection.d.ts +14 -14
  109. package/dist/esm/user-client/services/channels/models/slack-token.d.ts +8 -8
  110. package/dist/esm/user-client/services/channels/models/teams-token-collection.d.ts +14 -14
  111. package/dist/esm/user-client/services/channels/models/teams-token.d.ts +8 -8
  112. package/dist/esm/user-client/services/channels/models/user-preferences.d.ts +48 -48
  113. package/dist/esm/user-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  114. package/dist/esm/user-client/services/channels/models/web-push-token.d.ts +8 -8
  115. package/dist/esm/user-client/services/integrations/models/authed-user.d.ts +8 -8
  116. package/dist/esm/user-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  117. package/dist/esm/user-client/services/integrations/models/slack-installation.d.ts +57 -57
  118. package/dist/esm/user-client/services/integrations/models/slack-start-install.d.ts +8 -8
  119. package/dist/esm/user-client/services/integrations/models/theme.d.ts +56 -56
  120. package/dist/esm/user-client/services/notifications/models/notification-collection.d.ts +56 -56
  121. package/dist/esm/user-client/services/notifications/models/notification.d.ts +32 -32
  122. package/dist/esm/user-client/services/notifications/models/notification.js +3 -3
  123. package/dist/esm/user-client/services/notifications/models/notification.js.map +1 -1
  124. package/package.json +6 -6
  125. package/src/user-client/services/notifications/models/notification.ts +3 -3
@@ -15,14 +15,14 @@ export declare const fcmTokenCollection: z.ZodLazy<z.ZodObject<{
15
15
  createdAt: string;
16
16
  id: string;
17
17
  deviceToken: string;
18
- discardedAt?: string | null | undefined;
19
18
  updatedAt?: string | null | undefined;
19
+ discardedAt?: string | null | undefined;
20
20
  }, {
21
21
  createdAt: string;
22
22
  id: string;
23
23
  deviceToken: string;
24
- discardedAt?: string | null | undefined;
25
24
  updatedAt?: string | null | undefined;
25
+ discardedAt?: string | null | undefined;
26
26
  }>>, "many">>;
27
27
  links: z.ZodOptional<z.ZodLazy<z.ZodObject<{
28
28
  first: z.ZodOptional<z.ZodString>;
@@ -42,8 +42,8 @@ export declare const fcmTokenCollection: z.ZodLazy<z.ZodObject<{
42
42
  createdAt: string;
43
43
  id: string;
44
44
  deviceToken: string;
45
- discardedAt?: string | null | undefined;
46
45
  updatedAt?: string | null | undefined;
46
+ discardedAt?: string | null | undefined;
47
47
  }[] | undefined;
48
48
  links?: {
49
49
  first?: string | undefined;
@@ -55,8 +55,8 @@ export declare const fcmTokenCollection: z.ZodLazy<z.ZodObject<{
55
55
  createdAt: string;
56
56
  id: string;
57
57
  deviceToken: string;
58
- discardedAt?: string | null | undefined;
59
58
  updatedAt?: string | null | undefined;
59
+ discardedAt?: string | null | undefined;
60
60
  }[] | undefined;
61
61
  links?: {
62
62
  first?: string | undefined;
@@ -87,14 +87,14 @@ export declare const fcmTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
87
87
  id: string;
88
88
  created_at: string;
89
89
  device_token: string;
90
- discarded_at?: string | null | undefined;
91
90
  updated_at?: string | null | undefined;
91
+ discarded_at?: string | null | undefined;
92
92
  }, {
93
93
  id: string;
94
94
  created_at: string;
95
95
  device_token: string;
96
- discarded_at?: string | null | undefined;
97
96
  updated_at?: string | null | undefined;
97
+ discarded_at?: string | null | undefined;
98
98
  }>, {
99
99
  createdAt: string;
100
100
  deviceToken: string;
@@ -105,8 +105,8 @@ export declare const fcmTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
105
105
  id: string;
106
106
  created_at: string;
107
107
  device_token: string;
108
- discarded_at?: string | null | undefined;
109
108
  updated_at?: string | null | undefined;
109
+ discarded_at?: string | null | undefined;
110
110
  }>>, "many">>;
111
111
  links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
112
112
  first: z.ZodOptional<z.ZodString>;
@@ -147,8 +147,8 @@ export declare const fcmTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
147
147
  id: string;
148
148
  created_at: string;
149
149
  device_token: string;
150
- discarded_at?: string | null | undefined;
151
150
  updated_at?: string | null | undefined;
151
+ discarded_at?: string | null | undefined;
152
152
  }[] | undefined;
153
153
  links?: {
154
154
  first?: string | undefined;
@@ -173,8 +173,8 @@ export declare const fcmTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
173
173
  id: string;
174
174
  created_at: string;
175
175
  device_token: string;
176
- discarded_at?: string | null | undefined;
177
176
  updated_at?: string | null | undefined;
177
+ discarded_at?: string | null | undefined;
178
178
  }[] | undefined;
179
179
  links?: {
180
180
  first?: string | undefined;
@@ -198,14 +198,14 @@ export declare const fcmTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
198
198
  createdAt: string;
199
199
  id: string;
200
200
  deviceToken: string;
201
- discardedAt?: string | null | undefined;
202
201
  updatedAt?: string | null | undefined;
202
+ discardedAt?: string | null | undefined;
203
203
  }, {
204
204
  createdAt: string;
205
205
  id: string;
206
206
  deviceToken: string;
207
- discardedAt?: string | null | undefined;
208
207
  updatedAt?: string | null | undefined;
208
+ discardedAt?: string | null | undefined;
209
209
  }>, {
210
210
  created_at: string;
211
211
  device_token: string;
@@ -216,8 +216,8 @@ export declare const fcmTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
216
216
  createdAt: string;
217
217
  id: string;
218
218
  deviceToken: string;
219
- discardedAt?: string | null | undefined;
220
219
  updatedAt?: string | null | undefined;
220
+ discardedAt?: string | null | undefined;
221
221
  }>>, "many">>;
222
222
  links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
223
223
  first: z.ZodOptional<z.ZodString>;
@@ -258,8 +258,8 @@ export declare const fcmTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
258
258
  createdAt: string;
259
259
  id: string;
260
260
  deviceToken: string;
261
- discardedAt?: string | null | undefined;
262
261
  updatedAt?: string | null | undefined;
262
+ discardedAt?: string | null | undefined;
263
263
  }[] | undefined;
264
264
  links?: {
265
265
  first?: string | undefined;
@@ -284,8 +284,8 @@ export declare const fcmTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
284
284
  createdAt: string;
285
285
  id: string;
286
286
  deviceToken: string;
287
- discardedAt?: string | null | undefined;
288
287
  updatedAt?: string | null | undefined;
288
+ discardedAt?: string | null | undefined;
289
289
  }[] | undefined;
290
290
  links?: {
291
291
  first?: string | undefined;
@@ -14,14 +14,14 @@ export declare const fcmToken: z.ZodLazy<z.ZodObject<{
14
14
  createdAt: string;
15
15
  id: string;
16
16
  deviceToken: string;
17
- discardedAt?: string | null | undefined;
18
17
  updatedAt?: string | null | undefined;
18
+ discardedAt?: string | null | undefined;
19
19
  }, {
20
20
  createdAt: string;
21
21
  id: string;
22
22
  deviceToken: string;
23
- discardedAt?: string | null | undefined;
24
23
  updatedAt?: string | null | undefined;
24
+ discardedAt?: string | null | undefined;
25
25
  }>>;
26
26
  /**
27
27
  *
@@ -48,14 +48,14 @@ export declare const fcmTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
48
48
  id: string;
49
49
  created_at: string;
50
50
  device_token: string;
51
- discarded_at?: string | null | undefined;
52
51
  updated_at?: string | null | undefined;
52
+ discarded_at?: string | null | undefined;
53
53
  }, {
54
54
  id: string;
55
55
  created_at: string;
56
56
  device_token: string;
57
- discarded_at?: string | null | undefined;
58
57
  updated_at?: string | null | undefined;
58
+ discarded_at?: string | null | undefined;
59
59
  }>, {
60
60
  createdAt: string;
61
61
  deviceToken: string;
@@ -66,8 +66,8 @@ export declare const fcmTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
66
66
  id: string;
67
67
  created_at: string;
68
68
  device_token: string;
69
- discarded_at?: string | null | undefined;
70
69
  updated_at?: string | null | undefined;
70
+ discarded_at?: string | null | undefined;
71
71
  }>>;
72
72
  /**
73
73
  * Zod schema for mapping the FcmToken application shape to API requests.
@@ -84,14 +84,14 @@ export declare const fcmTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
84
84
  createdAt: string;
85
85
  id: string;
86
86
  deviceToken: string;
87
- discardedAt?: string | null | undefined;
88
87
  updatedAt?: string | null | undefined;
88
+ discardedAt?: string | null | undefined;
89
89
  }, {
90
90
  createdAt: string;
91
91
  id: string;
92
92
  deviceToken: string;
93
- discardedAt?: string | null | undefined;
94
93
  updatedAt?: string | null | undefined;
94
+ discardedAt?: string | null | undefined;
95
95
  }>, {
96
96
  created_at: string;
97
97
  device_token: string;
@@ -102,7 +102,7 @@ export declare const fcmTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
102
102
  createdAt: string;
103
103
  id: string;
104
104
  deviceToken: string;
105
- discardedAt?: string | null | undefined;
106
105
  updatedAt?: string | null | undefined;
106
+ discardedAt?: string | null | undefined;
107
107
  }>>;
108
108
  //# sourceMappingURL=fcm-token.d.ts.map
@@ -16,16 +16,16 @@ export declare const inboxTokenResponseCollection: z.ZodLazy<z.ZodObject<{
16
16
  createdAt: string;
17
17
  id: string;
18
18
  token: string;
19
- connectionId?: string | null | undefined;
20
- discardedAt?: string | null | undefined;
21
19
  updatedAt?: string | null | undefined;
20
+ discardedAt?: string | null | undefined;
21
+ connectionId?: string | null | undefined;
22
22
  }, {
23
23
  createdAt: string;
24
24
  id: string;
25
25
  token: string;
26
- connectionId?: string | null | undefined;
27
- discardedAt?: string | null | undefined;
28
26
  updatedAt?: string | null | undefined;
27
+ discardedAt?: string | null | undefined;
28
+ connectionId?: string | null | undefined;
29
29
  }>>, "many">>;
30
30
  links: z.ZodOptional<z.ZodLazy<z.ZodObject<{
31
31
  first: z.ZodOptional<z.ZodString>;
@@ -45,9 +45,9 @@ export declare const inboxTokenResponseCollection: z.ZodLazy<z.ZodObject<{
45
45
  createdAt: string;
46
46
  id: string;
47
47
  token: string;
48
- connectionId?: string | null | undefined;
49
- discardedAt?: string | null | undefined;
50
48
  updatedAt?: string | null | undefined;
49
+ discardedAt?: string | null | undefined;
50
+ connectionId?: string | null | undefined;
51
51
  }[] | undefined;
52
52
  links?: {
53
53
  first?: string | undefined;
@@ -59,9 +59,9 @@ export declare const inboxTokenResponseCollection: z.ZodLazy<z.ZodObject<{
59
59
  createdAt: string;
60
60
  id: string;
61
61
  token: string;
62
- connectionId?: string | null | undefined;
63
- discardedAt?: string | null | undefined;
64
62
  updatedAt?: string | null | undefined;
63
+ discardedAt?: string | null | undefined;
64
+ connectionId?: string | null | undefined;
65
65
  }[] | undefined;
66
66
  links?: {
67
67
  first?: string | undefined;
@@ -93,16 +93,16 @@ export declare const inboxTokenResponseCollectionResponse: z.ZodLazy<z.ZodEffect
93
93
  id: string;
94
94
  created_at: string;
95
95
  token: string;
96
- connection_id?: string | null | undefined;
97
- discarded_at?: string | null | undefined;
98
96
  updated_at?: string | null | undefined;
97
+ discarded_at?: string | null | undefined;
98
+ connection_id?: string | null | undefined;
99
99
  }, {
100
100
  id: string;
101
101
  created_at: string;
102
102
  token: string;
103
- connection_id?: string | null | undefined;
104
- discarded_at?: string | null | undefined;
105
103
  updated_at?: string | null | undefined;
104
+ discarded_at?: string | null | undefined;
105
+ connection_id?: string | null | undefined;
106
106
  }>, {
107
107
  connectionId: string | null | undefined;
108
108
  createdAt: string;
@@ -114,9 +114,9 @@ export declare const inboxTokenResponseCollectionResponse: z.ZodLazy<z.ZodEffect
114
114
  id: string;
115
115
  created_at: string;
116
116
  token: string;
117
- connection_id?: string | null | undefined;
118
- discarded_at?: string | null | undefined;
119
117
  updated_at?: string | null | undefined;
118
+ discarded_at?: string | null | undefined;
119
+ connection_id?: string | null | undefined;
120
120
  }>>, "many">>;
121
121
  links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
122
122
  first: z.ZodOptional<z.ZodString>;
@@ -158,9 +158,9 @@ export declare const inboxTokenResponseCollectionResponse: z.ZodLazy<z.ZodEffect
158
158
  id: string;
159
159
  created_at: string;
160
160
  token: string;
161
- connection_id?: string | null | undefined;
162
- discarded_at?: string | null | undefined;
163
161
  updated_at?: string | null | undefined;
162
+ discarded_at?: string | null | undefined;
163
+ connection_id?: string | null | undefined;
164
164
  }[] | undefined;
165
165
  links?: {
166
166
  first?: string | undefined;
@@ -186,9 +186,9 @@ export declare const inboxTokenResponseCollectionResponse: z.ZodLazy<z.ZodEffect
186
186
  id: string;
187
187
  created_at: string;
188
188
  token: string;
189
- connection_id?: string | null | undefined;
190
- discarded_at?: string | null | undefined;
191
189
  updated_at?: string | null | undefined;
190
+ discarded_at?: string | null | undefined;
191
+ connection_id?: string | null | undefined;
192
192
  }[] | undefined;
193
193
  links?: {
194
194
  first?: string | undefined;
@@ -213,16 +213,16 @@ export declare const inboxTokenResponseCollectionRequest: z.ZodLazy<z.ZodEffects
213
213
  createdAt: string;
214
214
  id: string;
215
215
  token: string;
216
- connectionId?: string | null | undefined;
217
- discardedAt?: string | null | undefined;
218
216
  updatedAt?: string | null | undefined;
217
+ discardedAt?: string | null | undefined;
218
+ connectionId?: string | null | undefined;
219
219
  }, {
220
220
  createdAt: string;
221
221
  id: string;
222
222
  token: string;
223
- connectionId?: string | null | undefined;
224
- discardedAt?: string | null | undefined;
225
223
  updatedAt?: string | null | undefined;
224
+ discardedAt?: string | null | undefined;
225
+ connectionId?: string | null | undefined;
226
226
  }>, {
227
227
  connection_id: string | null | undefined;
228
228
  created_at: string;
@@ -234,9 +234,9 @@ export declare const inboxTokenResponseCollectionRequest: z.ZodLazy<z.ZodEffects
234
234
  createdAt: string;
235
235
  id: string;
236
236
  token: string;
237
- connectionId?: string | null | undefined;
238
- discardedAt?: string | null | undefined;
239
237
  updatedAt?: string | null | undefined;
238
+ discardedAt?: string | null | undefined;
239
+ connectionId?: string | null | undefined;
240
240
  }>>, "many">>;
241
241
  links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
242
242
  first: z.ZodOptional<z.ZodString>;
@@ -278,9 +278,9 @@ export declare const inboxTokenResponseCollectionRequest: z.ZodLazy<z.ZodEffects
278
278
  createdAt: string;
279
279
  id: string;
280
280
  token: string;
281
- connectionId?: string | null | undefined;
282
- discardedAt?: string | null | undefined;
283
281
  updatedAt?: string | null | undefined;
282
+ discardedAt?: string | null | undefined;
283
+ connectionId?: string | null | undefined;
284
284
  }[] | undefined;
285
285
  links?: {
286
286
  first?: string | undefined;
@@ -306,9 +306,9 @@ export declare const inboxTokenResponseCollectionRequest: z.ZodLazy<z.ZodEffects
306
306
  createdAt: string;
307
307
  id: string;
308
308
  token: string;
309
- connectionId?: string | null | undefined;
310
- discardedAt?: string | null | undefined;
311
309
  updatedAt?: string | null | undefined;
310
+ discardedAt?: string | null | undefined;
311
+ connectionId?: string | null | undefined;
312
312
  }[] | undefined;
313
313
  links?: {
314
314
  first?: string | undefined;
@@ -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;