magicbell-js 1.1.1 → 1.3.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.
Files changed (239) hide show
  1. package/README.md +66 -5
  2. package/dist/commonjs/project-client/services/broadcasts/models/broadcast-collection.d.ts +274 -274
  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/integrations-service.d.ts +43 -1
  27. package/dist/commonjs/project-client/services/integrations/integrations-service.d.ts.map +1 -1
  28. package/dist/commonjs/project-client/services/integrations/integrations-service.js +168 -0
  29. package/dist/commonjs/project-client/services/integrations/integrations-service.js.map +1 -1
  30. package/dist/commonjs/project-client/services/integrations/models/github-config-collection.d.ts +312 -0
  31. package/dist/commonjs/project-client/services/integrations/models/github-config-collection.d.ts.map +1 -0
  32. package/dist/commonjs/project-client/services/integrations/models/github-config-collection.js +46 -0
  33. package/dist/commonjs/project-client/services/integrations/models/github-config-collection.js.map +1 -0
  34. package/dist/commonjs/project-client/services/integrations/models/github-config-payload.d.ts +48 -0
  35. package/dist/commonjs/project-client/services/integrations/models/github-config-payload.d.ts.map +1 -0
  36. package/dist/commonjs/project-client/services/integrations/models/github-config-payload.js +39 -0
  37. package/dist/commonjs/project-client/services/integrations/models/github-config-payload.js.map +1 -0
  38. package/dist/commonjs/project-client/services/integrations/models/github-config.d.ts +122 -0
  39. package/dist/commonjs/project-client/services/integrations/models/github-config.d.ts.map +1 -0
  40. package/dist/commonjs/project-client/services/integrations/models/github-config.js +50 -0
  41. package/dist/commonjs/project-client/services/integrations/models/github-config.js.map +1 -0
  42. package/dist/commonjs/project-client/services/integrations/models/inbox-config-collection.d.ts +182 -182
  43. package/dist/commonjs/project-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  44. package/dist/commonjs/project-client/services/integrations/models/inbox-config.d.ts +140 -140
  45. package/dist/commonjs/project-client/services/integrations/models/index.d.ts +6 -0
  46. package/dist/commonjs/project-client/services/integrations/models/index.d.ts.map +1 -1
  47. package/dist/commonjs/project-client/services/integrations/models/index.js.map +1 -1
  48. package/dist/commonjs/project-client/services/integrations/models/stripe-config-collection.d.ts +312 -0
  49. package/dist/commonjs/project-client/services/integrations/models/stripe-config-collection.d.ts.map +1 -0
  50. package/dist/commonjs/project-client/services/integrations/models/stripe-config-collection.js +46 -0
  51. package/dist/commonjs/project-client/services/integrations/models/stripe-config-collection.js.map +1 -0
  52. package/dist/commonjs/project-client/services/integrations/models/stripe-config-payload.d.ts +48 -0
  53. package/dist/commonjs/project-client/services/integrations/models/stripe-config-payload.d.ts.map +1 -0
  54. package/dist/commonjs/project-client/services/integrations/models/stripe-config-payload.js +39 -0
  55. package/dist/commonjs/project-client/services/integrations/models/stripe-config-payload.js.map +1 -0
  56. package/dist/commonjs/project-client/services/integrations/models/stripe-config.d.ts +122 -0
  57. package/dist/commonjs/project-client/services/integrations/models/stripe-config.d.ts.map +1 -0
  58. package/dist/commonjs/project-client/services/integrations/models/stripe-config.js +50 -0
  59. package/dist/commonjs/project-client/services/integrations/models/stripe-config.js.map +1 -0
  60. package/dist/commonjs/project-client/services/integrations/models/theme.d.ts +56 -56
  61. package/dist/commonjs/project-client/services/integrations/request-params.d.ts +6 -0
  62. package/dist/commonjs/project-client/services/integrations/request-params.d.ts.map +1 -1
  63. package/dist/commonjs/project-client/services/users/models/user-collection.d.ts +10 -10
  64. package/dist/commonjs/{socket.d.ts → realtime.d.ts} +2 -2
  65. package/dist/commonjs/realtime.d.ts.map +1 -0
  66. package/dist/commonjs/realtime.js +200 -0
  67. package/dist/commonjs/realtime.js.map +1 -0
  68. package/dist/commonjs/user-client/services/channels/channels-service.d.ts +13 -0
  69. package/dist/commonjs/user-client/services/channels/channels-service.d.ts.map +1 -1
  70. package/dist/commonjs/user-client/services/channels/channels-service.js +53 -0
  71. package/dist/commonjs/user-client/services/channels/channels-service.js.map +1 -1
  72. package/dist/commonjs/user-client/services/channels/models/apns-token-collection.d.ts +14 -14
  73. package/dist/commonjs/user-client/services/channels/models/apns-token.d.ts +8 -8
  74. package/dist/commonjs/user-client/services/channels/models/categories.d.ts +145 -0
  75. package/dist/commonjs/user-client/services/channels/models/categories.d.ts.map +1 -0
  76. package/dist/commonjs/user-client/services/channels/models/categories.js +62 -0
  77. package/dist/commonjs/user-client/services/channels/models/categories.js.map +1 -0
  78. package/dist/commonjs/user-client/services/channels/models/channels.d.ts +62 -0
  79. package/dist/commonjs/user-client/services/channels/models/channels.d.ts.map +1 -0
  80. package/dist/commonjs/user-client/services/channels/models/channels.js +44 -0
  81. package/dist/commonjs/user-client/services/channels/models/channels.js.map +1 -0
  82. package/dist/commonjs/user-client/services/channels/models/discard-result.d.ts +8 -8
  83. package/dist/commonjs/user-client/services/channels/models/expo-token-collection.d.ts +14 -14
  84. package/dist/commonjs/user-client/services/channels/models/expo-token.d.ts +8 -8
  85. package/dist/commonjs/user-client/services/channels/models/fcm-token-collection.d.ts +14 -14
  86. package/dist/commonjs/user-client/services/channels/models/fcm-token.d.ts +8 -8
  87. package/dist/commonjs/user-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
  88. package/dist/commonjs/user-client/services/channels/models/inbox-token-response.d.ts +16 -16
  89. package/dist/commonjs/user-client/services/channels/models/index.d.ts +3 -0
  90. package/dist/commonjs/user-client/services/channels/models/index.d.ts.map +1 -1
  91. package/dist/commonjs/user-client/services/channels/models/index.js.map +1 -1
  92. package/dist/commonjs/user-client/services/channels/models/slack-token-collection.d.ts +14 -14
  93. package/dist/commonjs/user-client/services/channels/models/slack-token.d.ts +8 -8
  94. package/dist/commonjs/user-client/services/channels/models/teams-token-collection.d.ts +14 -14
  95. package/dist/commonjs/user-client/services/channels/models/teams-token.d.ts +8 -8
  96. package/dist/commonjs/user-client/services/channels/models/user-preferences.d.ts +239 -0
  97. package/dist/commonjs/user-client/services/channels/models/user-preferences.d.ts.map +1 -0
  98. package/dist/commonjs/user-client/services/channels/models/user-preferences.js +40 -0
  99. package/dist/commonjs/user-client/services/channels/models/user-preferences.js.map +1 -0
  100. package/dist/commonjs/user-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  101. package/dist/commonjs/user-client/services/channels/models/web-push-token.d.ts +8 -8
  102. package/dist/commonjs/user-client/services/integrations/models/authed-user.d.ts +8 -8
  103. package/dist/commonjs/user-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  104. package/dist/commonjs/user-client/services/integrations/models/slack-installation.d.ts +57 -57
  105. package/dist/commonjs/user-client/services/integrations/models/slack-start-install.d.ts +8 -8
  106. package/dist/commonjs/user-client/services/integrations/models/theme.d.ts +56 -56
  107. package/dist/commonjs/user-client/services/notifications/models/notification-collection.d.ts +56 -56
  108. package/dist/commonjs/user-client/services/notifications/models/notification.d.ts +32 -32
  109. package/dist/esm/project-client/services/broadcasts/models/broadcast-collection.d.ts +274 -274
  110. package/dist/esm/project-client/services/broadcasts/models/broadcast.d.ts +168 -168
  111. package/dist/esm/project-client/services/broadcasts/models/email.d.ts +3 -3
  112. package/dist/esm/project-client/services/broadcasts/models/in-app.d.ts +3 -3
  113. package/dist/esm/project-client/services/broadcasts/models/mobile-push.d.ts +3 -3
  114. package/dist/esm/project-client/services/broadcasts/models/overrides-channels.d.ts +27 -27
  115. package/dist/esm/project-client/services/broadcasts/models/overrides.d.ts +39 -39
  116. package/dist/esm/project-client/services/broadcasts/models/sms.d.ts +3 -3
  117. package/dist/esm/project-client/services/channels/models/apns-token-collection.d.ts +14 -14
  118. package/dist/esm/project-client/services/channels/models/apns-token.d.ts +8 -8
  119. package/dist/esm/project-client/services/channels/models/discard-result.d.ts +8 -8
  120. package/dist/esm/project-client/services/channels/models/expo-token-collection.d.ts +14 -14
  121. package/dist/esm/project-client/services/channels/models/expo-token.d.ts +8 -8
  122. package/dist/esm/project-client/services/channels/models/fcm-token-collection.d.ts +14 -14
  123. package/dist/esm/project-client/services/channels/models/fcm-token.d.ts +8 -8
  124. package/dist/esm/project-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
  125. package/dist/esm/project-client/services/channels/models/inbox-token-response.d.ts +16 -16
  126. package/dist/esm/project-client/services/channels/models/slack-token-collection.d.ts +14 -14
  127. package/dist/esm/project-client/services/channels/models/slack-token.d.ts +8 -8
  128. package/dist/esm/project-client/services/channels/models/teams-token-collection.d.ts +14 -14
  129. package/dist/esm/project-client/services/channels/models/teams-token.d.ts +8 -8
  130. package/dist/esm/project-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  131. package/dist/esm/project-client/services/channels/models/web-push-token.d.ts +8 -8
  132. package/dist/esm/project-client/services/common/user.d.ts +6 -6
  133. package/dist/esm/project-client/services/integrations/integrations-service.d.ts +43 -1
  134. package/dist/esm/project-client/services/integrations/integrations-service.d.ts.map +1 -1
  135. package/dist/esm/project-client/services/integrations/integrations-service.js +168 -0
  136. package/dist/esm/project-client/services/integrations/integrations-service.js.map +1 -1
  137. package/dist/esm/project-client/services/integrations/models/github-config-collection.d.ts +312 -0
  138. package/dist/esm/project-client/services/integrations/models/github-config-collection.d.ts.map +1 -0
  139. package/dist/esm/project-client/services/integrations/models/github-config-collection.js +43 -0
  140. package/dist/esm/project-client/services/integrations/models/github-config-collection.js.map +1 -0
  141. package/dist/esm/project-client/services/integrations/models/github-config-payload.d.ts +48 -0
  142. package/dist/esm/project-client/services/integrations/models/github-config-payload.d.ts.map +1 -0
  143. package/dist/esm/project-client/services/integrations/models/github-config-payload.js +36 -0
  144. package/dist/esm/project-client/services/integrations/models/github-config-payload.js.map +1 -0
  145. package/dist/esm/project-client/services/integrations/models/github-config.d.ts +122 -0
  146. package/dist/esm/project-client/services/integrations/models/github-config.d.ts.map +1 -0
  147. package/dist/esm/project-client/services/integrations/models/github-config.js +47 -0
  148. package/dist/esm/project-client/services/integrations/models/github-config.js.map +1 -0
  149. package/dist/esm/project-client/services/integrations/models/inbox-config-collection.d.ts +182 -182
  150. package/dist/esm/project-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  151. package/dist/esm/project-client/services/integrations/models/inbox-config.d.ts +140 -140
  152. package/dist/esm/project-client/services/integrations/models/index.d.ts +6 -0
  153. package/dist/esm/project-client/services/integrations/models/index.d.ts.map +1 -1
  154. package/dist/esm/project-client/services/integrations/models/index.js.map +1 -1
  155. package/dist/esm/project-client/services/integrations/models/stripe-config-collection.d.ts +312 -0
  156. package/dist/esm/project-client/services/integrations/models/stripe-config-collection.d.ts.map +1 -0
  157. package/dist/esm/project-client/services/integrations/models/stripe-config-collection.js +43 -0
  158. package/dist/esm/project-client/services/integrations/models/stripe-config-collection.js.map +1 -0
  159. package/dist/esm/project-client/services/integrations/models/stripe-config-payload.d.ts +48 -0
  160. package/dist/esm/project-client/services/integrations/models/stripe-config-payload.d.ts.map +1 -0
  161. package/dist/esm/project-client/services/integrations/models/stripe-config-payload.js +36 -0
  162. package/dist/esm/project-client/services/integrations/models/stripe-config-payload.js.map +1 -0
  163. package/dist/esm/project-client/services/integrations/models/stripe-config.d.ts +122 -0
  164. package/dist/esm/project-client/services/integrations/models/stripe-config.d.ts.map +1 -0
  165. package/dist/esm/project-client/services/integrations/models/stripe-config.js +47 -0
  166. package/dist/esm/project-client/services/integrations/models/stripe-config.js.map +1 -0
  167. package/dist/esm/project-client/services/integrations/models/theme.d.ts +56 -56
  168. package/dist/esm/project-client/services/integrations/request-params.d.ts +6 -0
  169. package/dist/esm/project-client/services/integrations/request-params.d.ts.map +1 -1
  170. package/dist/esm/project-client/services/users/models/user-collection.d.ts +10 -10
  171. package/dist/esm/{socket.d.ts → realtime.d.ts} +2 -2
  172. package/dist/esm/realtime.d.ts.map +1 -0
  173. package/dist/esm/realtime.js +196 -0
  174. package/dist/esm/realtime.js.map +1 -0
  175. package/dist/esm/user-client/services/channels/channels-service.d.ts +13 -0
  176. package/dist/esm/user-client/services/channels/channels-service.d.ts.map +1 -1
  177. package/dist/esm/user-client/services/channels/channels-service.js +53 -0
  178. package/dist/esm/user-client/services/channels/channels-service.js.map +1 -1
  179. package/dist/esm/user-client/services/channels/models/apns-token-collection.d.ts +14 -14
  180. package/dist/esm/user-client/services/channels/models/apns-token.d.ts +8 -8
  181. package/dist/esm/user-client/services/channels/models/categories.d.ts +145 -0
  182. package/dist/esm/user-client/services/channels/models/categories.d.ts.map +1 -0
  183. package/dist/esm/user-client/services/channels/models/categories.js +59 -0
  184. package/dist/esm/user-client/services/channels/models/categories.js.map +1 -0
  185. package/dist/esm/user-client/services/channels/models/channels.d.ts +62 -0
  186. package/dist/esm/user-client/services/channels/models/channels.d.ts.map +1 -0
  187. package/dist/esm/user-client/services/channels/models/channels.js +41 -0
  188. package/dist/esm/user-client/services/channels/models/channels.js.map +1 -0
  189. package/dist/esm/user-client/services/channels/models/discard-result.d.ts +8 -8
  190. package/dist/esm/user-client/services/channels/models/expo-token-collection.d.ts +14 -14
  191. package/dist/esm/user-client/services/channels/models/expo-token.d.ts +8 -8
  192. package/dist/esm/user-client/services/channels/models/fcm-token-collection.d.ts +14 -14
  193. package/dist/esm/user-client/services/channels/models/fcm-token.d.ts +8 -8
  194. package/dist/esm/user-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
  195. package/dist/esm/user-client/services/channels/models/inbox-token-response.d.ts +16 -16
  196. package/dist/esm/user-client/services/channels/models/index.d.ts +3 -0
  197. package/dist/esm/user-client/services/channels/models/index.d.ts.map +1 -1
  198. package/dist/esm/user-client/services/channels/models/index.js.map +1 -1
  199. package/dist/esm/user-client/services/channels/models/slack-token-collection.d.ts +14 -14
  200. package/dist/esm/user-client/services/channels/models/slack-token.d.ts +8 -8
  201. package/dist/esm/user-client/services/channels/models/teams-token-collection.d.ts +14 -14
  202. package/dist/esm/user-client/services/channels/models/teams-token.d.ts +8 -8
  203. package/dist/esm/user-client/services/channels/models/user-preferences.d.ts +239 -0
  204. package/dist/esm/user-client/services/channels/models/user-preferences.d.ts.map +1 -0
  205. package/dist/esm/user-client/services/channels/models/user-preferences.js +37 -0
  206. package/dist/esm/user-client/services/channels/models/user-preferences.js.map +1 -0
  207. package/dist/esm/user-client/services/channels/models/web-push-token-collection.d.ts +14 -14
  208. package/dist/esm/user-client/services/channels/models/web-push-token.d.ts +8 -8
  209. package/dist/esm/user-client/services/integrations/models/authed-user.d.ts +8 -8
  210. package/dist/esm/user-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
  211. package/dist/esm/user-client/services/integrations/models/slack-installation.d.ts +57 -57
  212. package/dist/esm/user-client/services/integrations/models/slack-start-install.d.ts +8 -8
  213. package/dist/esm/user-client/services/integrations/models/theme.d.ts +56 -56
  214. package/dist/esm/user-client/services/notifications/models/notification-collection.d.ts +56 -56
  215. package/dist/esm/user-client/services/notifications/models/notification.d.ts +32 -32
  216. package/package.json +9 -9
  217. package/realtime/package.json +4 -0
  218. package/src/project-client/services/integrations/integrations-service.ts +196 -0
  219. package/src/project-client/services/integrations/models/github-config-collection.ts +54 -0
  220. package/src/project-client/services/integrations/models/github-config-payload.ts +45 -0
  221. package/src/project-client/services/integrations/models/github-config.ts +64 -0
  222. package/src/project-client/services/integrations/models/index.ts +6 -0
  223. package/src/project-client/services/integrations/models/stripe-config-collection.ts +54 -0
  224. package/src/project-client/services/integrations/models/stripe-config-payload.ts +45 -0
  225. package/src/project-client/services/integrations/models/stripe-config.ts +64 -0
  226. package/src/project-client/services/integrations/request-params.ts +8 -0
  227. package/src/{socket.ts → realtime.ts} +1 -1
  228. package/src/user-client/services/channels/channels-service.ts +55 -0
  229. package/src/user-client/services/channels/models/categories.ts +71 -0
  230. package/src/user-client/services/channels/models/channels.ts +51 -0
  231. package/src/user-client/services/channels/models/index.ts +3 -0
  232. package/src/user-client/services/channels/models/user-preferences.ts +47 -0
  233. package/dist/commonjs/socket.d.ts.map +0 -1
  234. package/dist/commonjs/socket.js +0 -200
  235. package/dist/commonjs/socket.js.map +0 -1
  236. package/dist/esm/socket.d.ts.map +0 -1
  237. package/dist/esm/socket.js +0 -196
  238. package/dist/esm/socket.js.map +0 -1
  239. package/socket/package.json +0 -4
@@ -14,16 +14,16 @@ export declare const inboxTokenResponseCollection: z.ZodLazy<z.ZodObject<{
14
14
  createdAt: string;
15
15
  id: string;
16
16
  token: string;
17
- updatedAt?: string | null | undefined;
18
- discardedAt?: string | null | undefined;
19
17
  connectionId?: string | null | undefined;
18
+ discardedAt?: string | null | undefined;
19
+ updatedAt?: string | null | undefined;
20
20
  }, {
21
21
  createdAt: string;
22
22
  id: string;
23
23
  token: string;
24
- updatedAt?: string | null | undefined;
25
- discardedAt?: string | null | undefined;
26
24
  connectionId?: string | null | undefined;
25
+ discardedAt?: string | null | undefined;
26
+ updatedAt?: string | null | undefined;
27
27
  }>>, "many">>;
28
28
  links: z.ZodOptional<z.ZodLazy<z.ZodObject<{
29
29
  first: z.ZodOptional<z.ZodString>;
@@ -43,9 +43,9 @@ export declare const inboxTokenResponseCollection: z.ZodLazy<z.ZodObject<{
43
43
  createdAt: string;
44
44
  id: string;
45
45
  token: string;
46
- updatedAt?: string | null | undefined;
47
- discardedAt?: string | null | undefined;
48
46
  connectionId?: string | null | undefined;
47
+ discardedAt?: string | null | undefined;
48
+ updatedAt?: string | null | undefined;
49
49
  }[] | undefined;
50
50
  links?: {
51
51
  first?: string | undefined;
@@ -57,9 +57,9 @@ export declare const inboxTokenResponseCollection: z.ZodLazy<z.ZodObject<{
57
57
  createdAt: string;
58
58
  id: string;
59
59
  token: string;
60
- updatedAt?: string | null | undefined;
61
- discardedAt?: string | null | undefined;
62
60
  connectionId?: string | null | undefined;
61
+ discardedAt?: string | null | undefined;
62
+ updatedAt?: string | null | undefined;
63
63
  }[] | undefined;
64
64
  links?: {
65
65
  first?: string | undefined;
@@ -90,16 +90,16 @@ export declare const inboxTokenResponseCollectionResponse: z.ZodLazy<z.ZodEffect
90
90
  id: string;
91
91
  created_at: string;
92
92
  token: string;
93
- updated_at?: string | null | undefined;
94
- discarded_at?: string | null | undefined;
95
93
  connection_id?: string | null | undefined;
94
+ discarded_at?: string | null | undefined;
95
+ updated_at?: string | null | undefined;
96
96
  }, {
97
97
  id: string;
98
98
  created_at: string;
99
99
  token: string;
100
- updated_at?: string | null | undefined;
101
- discarded_at?: string | null | undefined;
102
100
  connection_id?: string | null | undefined;
101
+ discarded_at?: string | null | undefined;
102
+ updated_at?: string | null | undefined;
103
103
  }>, {
104
104
  connectionId: string | null | undefined;
105
105
  createdAt: string;
@@ -111,9 +111,9 @@ export declare const inboxTokenResponseCollectionResponse: z.ZodLazy<z.ZodEffect
111
111
  id: string;
112
112
  created_at: string;
113
113
  token: string;
114
- updated_at?: string | null | undefined;
115
- discarded_at?: string | null | undefined;
116
114
  connection_id?: string | null | undefined;
115
+ discarded_at?: string | null | undefined;
116
+ updated_at?: string | null | undefined;
117
117
  }>>, "many">>;
118
118
  links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
119
119
  first: z.ZodOptional<z.ZodString>;
@@ -155,9 +155,9 @@ export declare const inboxTokenResponseCollectionResponse: z.ZodLazy<z.ZodEffect
155
155
  id: string;
156
156
  created_at: string;
157
157
  token: string;
158
- updated_at?: string | null | undefined;
159
- discarded_at?: string | null | undefined;
160
158
  connection_id?: string | null | undefined;
159
+ discarded_at?: string | null | undefined;
160
+ updated_at?: string | null | undefined;
161
161
  }[] | undefined;
162
162
  links?: {
163
163
  first?: string | undefined;
@@ -183,9 +183,9 @@ export declare const inboxTokenResponseCollectionResponse: z.ZodLazy<z.ZodEffect
183
183
  id: string;
184
184
  created_at: string;
185
185
  token: string;
186
- updated_at?: string | null | undefined;
187
- discarded_at?: string | null | undefined;
188
186
  connection_id?: string | null | undefined;
187
+ discarded_at?: string | null | undefined;
188
+ updated_at?: string | null | undefined;
189
189
  }[] | undefined;
190
190
  links?: {
191
191
  first?: string | undefined;
@@ -209,16 +209,16 @@ export declare const inboxTokenResponseCollectionRequest: z.ZodLazy<z.ZodEffects
209
209
  createdAt: string;
210
210
  id: string;
211
211
  token: string;
212
- updatedAt?: string | null | undefined;
213
- discardedAt?: string | null | undefined;
214
212
  connectionId?: string | null | undefined;
213
+ discardedAt?: string | null | undefined;
214
+ updatedAt?: string | null | undefined;
215
215
  }, {
216
216
  createdAt: string;
217
217
  id: string;
218
218
  token: string;
219
- updatedAt?: string | null | undefined;
220
- discardedAt?: string | null | undefined;
221
219
  connectionId?: string | null | undefined;
220
+ discardedAt?: string | null | undefined;
221
+ updatedAt?: string | null | undefined;
222
222
  }>, {
223
223
  connection_id: string | null | undefined;
224
224
  created_at: string;
@@ -230,9 +230,9 @@ export declare const inboxTokenResponseCollectionRequest: z.ZodLazy<z.ZodEffects
230
230
  createdAt: string;
231
231
  id: string;
232
232
  token: string;
233
- updatedAt?: string | null | undefined;
234
- discardedAt?: string | null | undefined;
235
233
  connectionId?: string | null | undefined;
234
+ discardedAt?: string | null | undefined;
235
+ updatedAt?: string | null | undefined;
236
236
  }>>, "many">>;
237
237
  links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
238
238
  first: z.ZodOptional<z.ZodString>;
@@ -274,9 +274,9 @@ export declare const inboxTokenResponseCollectionRequest: z.ZodLazy<z.ZodEffects
274
274
  createdAt: string;
275
275
  id: string;
276
276
  token: string;
277
- updatedAt?: string | null | undefined;
278
- discardedAt?: string | null | undefined;
279
277
  connectionId?: string | null | undefined;
278
+ discardedAt?: string | null | undefined;
279
+ updatedAt?: string | null | undefined;
280
280
  }[] | undefined;
281
281
  links?: {
282
282
  first?: string | undefined;
@@ -302,9 +302,9 @@ export declare const inboxTokenResponseCollectionRequest: z.ZodLazy<z.ZodEffects
302
302
  createdAt: string;
303
303
  id: string;
304
304
  token: string;
305
- updatedAt?: string | null | undefined;
306
- discardedAt?: string | null | undefined;
307
305
  connectionId?: string | null | undefined;
306
+ discardedAt?: string | null | undefined;
307
+ updatedAt?: string | null | undefined;
308
308
  }[] | undefined;
309
309
  links?: {
310
310
  first?: string | undefined;
@@ -13,16 +13,16 @@ export declare const inboxTokenResponse: z.ZodLazy<z.ZodObject<{
13
13
  createdAt: string;
14
14
  id: string;
15
15
  token: string;
16
- updatedAt?: string | null | undefined;
17
- discardedAt?: string | null | undefined;
18
16
  connectionId?: string | null | undefined;
17
+ discardedAt?: string | null | undefined;
18
+ updatedAt?: string | null | undefined;
19
19
  }, {
20
20
  createdAt: string;
21
21
  id: string;
22
22
  token: string;
23
- updatedAt?: string | null | undefined;
24
- discardedAt?: string | null | undefined;
25
23
  connectionId?: string | null | undefined;
24
+ discardedAt?: string | null | undefined;
25
+ updatedAt?: string | null | undefined;
26
26
  }>>;
27
27
  /**
28
28
  *
@@ -50,16 +50,16 @@ export declare const inboxTokenResponseResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
50
50
  id: string;
51
51
  created_at: string;
52
52
  token: string;
53
- updated_at?: string | null | undefined;
54
- discarded_at?: string | null | undefined;
55
53
  connection_id?: string | null | undefined;
54
+ discarded_at?: string | null | undefined;
55
+ updated_at?: string | null | undefined;
56
56
  }, {
57
57
  id: string;
58
58
  created_at: string;
59
59
  token: string;
60
- updated_at?: string | null | undefined;
61
- discarded_at?: string | null | undefined;
62
60
  connection_id?: string | null | undefined;
61
+ discarded_at?: string | null | undefined;
62
+ updated_at?: string | null | undefined;
63
63
  }>, {
64
64
  connectionId: string | null | undefined;
65
65
  createdAt: string;
@@ -71,9 +71,9 @@ export declare const inboxTokenResponseResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
71
71
  id: string;
72
72
  created_at: string;
73
73
  token: string;
74
- updated_at?: string | null | undefined;
75
- discarded_at?: string | null | undefined;
76
74
  connection_id?: string | null | undefined;
75
+ discarded_at?: string | null | undefined;
76
+ updated_at?: string | null | undefined;
77
77
  }>>;
78
78
  /**
79
79
  * The shape of the model mapping from the application shape into the api schema.
@@ -90,16 +90,16 @@ export declare const inboxTokenResponseRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
90
90
  createdAt: string;
91
91
  id: string;
92
92
  token: string;
93
- updatedAt?: string | null | undefined;
94
- discardedAt?: string | null | undefined;
95
93
  connectionId?: string | null | undefined;
94
+ discardedAt?: string | null | undefined;
95
+ updatedAt?: string | null | undefined;
96
96
  }, {
97
97
  createdAt: string;
98
98
  id: string;
99
99
  token: string;
100
- updatedAt?: string | null | undefined;
101
- discardedAt?: string | null | undefined;
102
100
  connectionId?: string | null | undefined;
101
+ discardedAt?: string | null | undefined;
102
+ updatedAt?: string | null | undefined;
103
103
  }>, {
104
104
  connection_id: string | null | undefined;
105
105
  created_at: string;
@@ -111,8 +111,8 @@ export declare const inboxTokenResponseRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
111
111
  createdAt: string;
112
112
  id: string;
113
113
  token: string;
114
- updatedAt?: string | null | undefined;
115
- discardedAt?: string | null | undefined;
116
114
  connectionId?: string | null | undefined;
115
+ discardedAt?: string | null | undefined;
116
+ updatedAt?: string | null | undefined;
117
117
  }>>;
118
118
  //# sourceMappingURL=inbox-token-response.d.ts.map
@@ -31,26 +31,26 @@ export declare const slackTokenCollection: z.ZodLazy<z.ZodObject<{
31
31
  }, "strip", z.ZodTypeAny, {
32
32
  createdAt: string;
33
33
  id: string;
34
- updatedAt?: string | null | undefined;
35
34
  discardedAt?: string | null | undefined;
36
35
  oauth?: {
37
36
  installationId: string;
38
37
  channelId: string;
39
38
  scope?: string | undefined;
40
39
  } | undefined;
40
+ updatedAt?: string | null | undefined;
41
41
  webhook?: {
42
42
  url: string;
43
43
  } | undefined;
44
44
  }, {
45
45
  createdAt: string;
46
46
  id: string;
47
- updatedAt?: string | null | undefined;
48
47
  discardedAt?: string | null | undefined;
49
48
  oauth?: {
50
49
  installationId: string;
51
50
  channelId: string;
52
51
  scope?: string | undefined;
53
52
  } | undefined;
53
+ updatedAt?: string | null | undefined;
54
54
  webhook?: {
55
55
  url: string;
56
56
  } | undefined;
@@ -72,13 +72,13 @@ export declare const slackTokenCollection: z.ZodLazy<z.ZodObject<{
72
72
  data?: {
73
73
  createdAt: string;
74
74
  id: string;
75
- updatedAt?: string | null | undefined;
76
75
  discardedAt?: string | null | undefined;
77
76
  oauth?: {
78
77
  installationId: string;
79
78
  channelId: string;
80
79
  scope?: string | undefined;
81
80
  } | undefined;
81
+ updatedAt?: string | null | undefined;
82
82
  webhook?: {
83
83
  url: string;
84
84
  } | undefined;
@@ -92,13 +92,13 @@ export declare const slackTokenCollection: z.ZodLazy<z.ZodObject<{
92
92
  data?: {
93
93
  createdAt: string;
94
94
  id: string;
95
- updatedAt?: string | null | undefined;
96
95
  discardedAt?: string | null | undefined;
97
96
  oauth?: {
98
97
  installationId: string;
99
98
  channelId: string;
100
99
  scope?: string | undefined;
101
100
  } | undefined;
101
+ updatedAt?: string | null | undefined;
102
102
  webhook?: {
103
103
  url: string;
104
104
  } | undefined;
@@ -161,26 +161,26 @@ export declare const slackTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodO
161
161
  }, "strip", z.ZodTypeAny, {
162
162
  id: string;
163
163
  created_at: string;
164
- updated_at?: string | null | undefined;
165
164
  discarded_at?: string | null | undefined;
166
165
  oauth?: {
167
166
  channelId: string;
168
167
  installationId: string;
169
168
  scope: string | undefined;
170
169
  } | undefined;
170
+ updated_at?: string | null | undefined;
171
171
  webhook?: {
172
172
  url: string;
173
173
  } | undefined;
174
174
  }, {
175
175
  id: string;
176
176
  created_at: string;
177
- updated_at?: string | null | undefined;
178
177
  discarded_at?: string | null | undefined;
179
178
  oauth?: {
180
179
  installation_id: string;
181
180
  channel_id: string;
182
181
  scope?: string | undefined;
183
182
  } | undefined;
183
+ updated_at?: string | null | undefined;
184
184
  webhook?: {
185
185
  url: string;
186
186
  } | undefined;
@@ -200,13 +200,13 @@ export declare const slackTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodO
200
200
  }, {
201
201
  id: string;
202
202
  created_at: string;
203
- updated_at?: string | null | undefined;
204
203
  discarded_at?: string | null | undefined;
205
204
  oauth?: {
206
205
  installation_id: string;
207
206
  channel_id: string;
208
207
  scope?: string | undefined;
209
208
  } | undefined;
209
+ updated_at?: string | null | undefined;
210
210
  webhook?: {
211
211
  url: string;
212
212
  } | undefined;
@@ -256,13 +256,13 @@ export declare const slackTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodO
256
256
  data?: {
257
257
  id: string;
258
258
  created_at: string;
259
- updated_at?: string | null | undefined;
260
259
  discarded_at?: string | null | undefined;
261
260
  oauth?: {
262
261
  installation_id: string;
263
262
  channel_id: string;
264
263
  scope?: string | undefined;
265
264
  } | undefined;
265
+ updated_at?: string | null | undefined;
266
266
  webhook?: {
267
267
  url: string;
268
268
  } | undefined;
@@ -296,13 +296,13 @@ export declare const slackTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodO
296
296
  data?: {
297
297
  id: string;
298
298
  created_at: string;
299
- updated_at?: string | null | undefined;
300
299
  discarded_at?: string | null | undefined;
301
300
  oauth?: {
302
301
  installation_id: string;
303
302
  channel_id: string;
304
303
  scope?: string | undefined;
305
304
  } | undefined;
305
+ updated_at?: string | null | undefined;
306
306
  webhook?: {
307
307
  url: string;
308
308
  } | undefined;
@@ -358,26 +358,26 @@ export declare const slackTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodOb
358
358
  }, "strip", z.ZodTypeAny, {
359
359
  createdAt: string;
360
360
  id: string;
361
- updatedAt?: string | null | undefined;
362
361
  discardedAt?: string | null | undefined;
363
362
  oauth?: {
364
363
  channel_id: string;
365
364
  installation_id: string;
366
365
  scope: string | undefined;
367
366
  } | undefined;
367
+ updatedAt?: string | null | undefined;
368
368
  webhook?: {
369
369
  url: string;
370
370
  } | undefined;
371
371
  }, {
372
372
  createdAt: string;
373
373
  id: string;
374
- updatedAt?: string | null | undefined;
375
374
  discardedAt?: string | null | undefined;
376
375
  oauth?: {
377
376
  installationId: string;
378
377
  channelId: string;
379
378
  scope?: string | undefined;
380
379
  } | undefined;
380
+ updatedAt?: string | null | undefined;
381
381
  webhook?: {
382
382
  url: string;
383
383
  } | undefined;
@@ -397,13 +397,13 @@ export declare const slackTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodOb
397
397
  }, {
398
398
  createdAt: string;
399
399
  id: string;
400
- updatedAt?: string | null | undefined;
401
400
  discardedAt?: string | null | undefined;
402
401
  oauth?: {
403
402
  installationId: string;
404
403
  channelId: string;
405
404
  scope?: string | undefined;
406
405
  } | undefined;
406
+ updatedAt?: string | null | undefined;
407
407
  webhook?: {
408
408
  url: string;
409
409
  } | undefined;
@@ -453,13 +453,13 @@ export declare const slackTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodOb
453
453
  data?: {
454
454
  createdAt: string;
455
455
  id: string;
456
- updatedAt?: string | null | undefined;
457
456
  discardedAt?: string | null | undefined;
458
457
  oauth?: {
459
458
  installationId: string;
460
459
  channelId: string;
461
460
  scope?: string | undefined;
462
461
  } | undefined;
462
+ updatedAt?: string | null | undefined;
463
463
  webhook?: {
464
464
  url: string;
465
465
  } | undefined;
@@ -493,13 +493,13 @@ export declare const slackTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodOb
493
493
  data?: {
494
494
  createdAt: string;
495
495
  id: string;
496
- updatedAt?: string | null | undefined;
497
496
  discardedAt?: string | null | undefined;
498
497
  oauth?: {
499
498
  installationId: string;
500
499
  channelId: string;
501
500
  scope?: string | undefined;
502
501
  } | undefined;
502
+ updatedAt?: string | null | undefined;
503
503
  webhook?: {
504
504
  url: string;
505
505
  } | undefined;
@@ -30,26 +30,26 @@ export declare const slackToken: z.ZodLazy<z.ZodObject<{
30
30
  }, "strip", z.ZodTypeAny, {
31
31
  createdAt: string;
32
32
  id: string;
33
- updatedAt?: string | null | undefined;
34
33
  discardedAt?: string | null | undefined;
35
34
  oauth?: {
36
35
  installationId: string;
37
36
  channelId: string;
38
37
  scope?: string | undefined;
39
38
  } | undefined;
39
+ updatedAt?: string | null | undefined;
40
40
  webhook?: {
41
41
  url: string;
42
42
  } | undefined;
43
43
  }, {
44
44
  createdAt: string;
45
45
  id: string;
46
- updatedAt?: string | null | undefined;
47
46
  discardedAt?: string | null | undefined;
48
47
  oauth?: {
49
48
  installationId: string;
50
49
  channelId: string;
51
50
  scope?: string | undefined;
52
51
  } | undefined;
52
+ updatedAt?: string | null | undefined;
53
53
  webhook?: {
54
54
  url: string;
55
55
  } | undefined;
@@ -109,26 +109,26 @@ export declare const slackTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
109
109
  }, "strip", z.ZodTypeAny, {
110
110
  id: string;
111
111
  created_at: string;
112
- updated_at?: string | null | undefined;
113
112
  discarded_at?: string | null | undefined;
114
113
  oauth?: {
115
114
  channelId: string;
116
115
  installationId: string;
117
116
  scope: string | undefined;
118
117
  } | undefined;
118
+ updated_at?: string | null | undefined;
119
119
  webhook?: {
120
120
  url: string;
121
121
  } | undefined;
122
122
  }, {
123
123
  id: string;
124
124
  created_at: string;
125
- updated_at?: string | null | undefined;
126
125
  discarded_at?: string | null | undefined;
127
126
  oauth?: {
128
127
  installation_id: string;
129
128
  channel_id: string;
130
129
  scope?: string | undefined;
131
130
  } | undefined;
131
+ updated_at?: string | null | undefined;
132
132
  webhook?: {
133
133
  url: string;
134
134
  } | undefined;
@@ -148,13 +148,13 @@ export declare const slackTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
148
148
  }, {
149
149
  id: string;
150
150
  created_at: string;
151
- updated_at?: string | null | undefined;
152
151
  discarded_at?: string | null | undefined;
153
152
  oauth?: {
154
153
  installation_id: string;
155
154
  channel_id: string;
156
155
  scope?: string | undefined;
157
156
  } | undefined;
157
+ updated_at?: string | null | undefined;
158
158
  webhook?: {
159
159
  url: string;
160
160
  } | undefined;
@@ -203,26 +203,26 @@ export declare const slackTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
203
203
  }, "strip", z.ZodTypeAny, {
204
204
  createdAt: string;
205
205
  id: string;
206
- updatedAt?: string | null | undefined;
207
206
  discardedAt?: string | null | undefined;
208
207
  oauth?: {
209
208
  channel_id: string;
210
209
  installation_id: string;
211
210
  scope: string | undefined;
212
211
  } | undefined;
212
+ updatedAt?: string | null | undefined;
213
213
  webhook?: {
214
214
  url: string;
215
215
  } | undefined;
216
216
  }, {
217
217
  createdAt: string;
218
218
  id: string;
219
- updatedAt?: string | null | undefined;
220
219
  discardedAt?: string | null | undefined;
221
220
  oauth?: {
222
221
  installationId: string;
223
222
  channelId: string;
224
223
  scope?: string | undefined;
225
224
  } | undefined;
225
+ updatedAt?: string | null | undefined;
226
226
  webhook?: {
227
227
  url: string;
228
228
  } | undefined;
@@ -242,13 +242,13 @@ export declare const slackTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
242
242
  }, {
243
243
  createdAt: string;
244
244
  id: string;
245
- updatedAt?: string | null | undefined;
246
245
  discardedAt?: string | null | undefined;
247
246
  oauth?: {
248
247
  installationId: string;
249
248
  channelId: string;
250
249
  scope?: string | undefined;
251
250
  } | undefined;
251
+ updatedAt?: string | null | undefined;
252
252
  webhook?: {
253
253
  url: string;
254
254
  } | undefined;
@@ -18,16 +18,16 @@ export declare const teamsTokenCollection: z.ZodLazy<z.ZodObject<{
18
18
  }, "strip", z.ZodTypeAny, {
19
19
  createdAt: string;
20
20
  id: string;
21
- updatedAt?: string | null | undefined;
22
21
  discardedAt?: string | null | undefined;
22
+ updatedAt?: string | null | undefined;
23
23
  webhook?: {
24
24
  url?: string | undefined;
25
25
  } | undefined;
26
26
  }, {
27
27
  createdAt: string;
28
28
  id: string;
29
- updatedAt?: string | null | undefined;
30
29
  discardedAt?: string | null | undefined;
30
+ updatedAt?: string | null | undefined;
31
31
  webhook?: {
32
32
  url?: string | undefined;
33
33
  } | undefined;
@@ -49,8 +49,8 @@ export declare const teamsTokenCollection: z.ZodLazy<z.ZodObject<{
49
49
  data?: {
50
50
  createdAt: string;
51
51
  id: string;
52
- updatedAt?: string | null | undefined;
53
52
  discardedAt?: string | null | undefined;
53
+ updatedAt?: string | null | undefined;
54
54
  webhook?: {
55
55
  url?: string | undefined;
56
56
  } | undefined;
@@ -64,8 +64,8 @@ export declare const teamsTokenCollection: z.ZodLazy<z.ZodObject<{
64
64
  data?: {
65
65
  createdAt: string;
66
66
  id: string;
67
- updatedAt?: string | null | undefined;
68
67
  discardedAt?: string | null | undefined;
68
+ updatedAt?: string | null | undefined;
69
69
  webhook?: {
70
70
  url?: string | undefined;
71
71
  } | undefined;
@@ -107,16 +107,16 @@ export declare const teamsTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodO
107
107
  }, "strip", z.ZodTypeAny, {
108
108
  id: string;
109
109
  created_at: string;
110
- updated_at?: string | null | undefined;
111
110
  discarded_at?: string | null | undefined;
111
+ updated_at?: string | null | undefined;
112
112
  webhook?: {
113
113
  url: string | undefined;
114
114
  } | undefined;
115
115
  }, {
116
116
  id: string;
117
117
  created_at: string;
118
- updated_at?: string | null | undefined;
119
118
  discarded_at?: string | null | undefined;
119
+ updated_at?: string | null | undefined;
120
120
  webhook?: {
121
121
  url?: string | undefined;
122
122
  } | undefined;
@@ -131,8 +131,8 @@ export declare const teamsTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodO
131
131
  }, {
132
132
  id: string;
133
133
  created_at: string;
134
- updated_at?: string | null | undefined;
135
134
  discarded_at?: string | null | undefined;
135
+ updated_at?: string | null | undefined;
136
136
  webhook?: {
137
137
  url?: string | undefined;
138
138
  } | undefined;
@@ -177,8 +177,8 @@ export declare const teamsTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodO
177
177
  data?: {
178
178
  id: string;
179
179
  created_at: string;
180
- updated_at?: string | null | undefined;
181
180
  discarded_at?: string | null | undefined;
181
+ updated_at?: string | null | undefined;
182
182
  webhook?: {
183
183
  url?: string | undefined;
184
184
  } | undefined;
@@ -207,8 +207,8 @@ export declare const teamsTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodO
207
207
  data?: {
208
208
  id: string;
209
209
  created_at: string;
210
- updated_at?: string | null | undefined;
211
210
  discarded_at?: string | null | undefined;
211
+ updated_at?: string | null | undefined;
212
212
  webhook?: {
213
213
  url?: string | undefined;
214
214
  } | undefined;
@@ -243,16 +243,16 @@ export declare const teamsTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodOb
243
243
  }, "strip", z.ZodTypeAny, {
244
244
  createdAt: string;
245
245
  id: string;
246
- updatedAt?: string | null | undefined;
247
246
  discardedAt?: string | null | undefined;
247
+ updatedAt?: string | null | undefined;
248
248
  webhook?: {
249
249
  url: string | undefined;
250
250
  } | undefined;
251
251
  }, {
252
252
  createdAt: string;
253
253
  id: string;
254
- updatedAt?: string | null | undefined;
255
254
  discardedAt?: string | null | undefined;
255
+ updatedAt?: string | null | undefined;
256
256
  webhook?: {
257
257
  url?: string | undefined;
258
258
  } | undefined;
@@ -267,8 +267,8 @@ export declare const teamsTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodOb
267
267
  }, {
268
268
  createdAt: string;
269
269
  id: string;
270
- updatedAt?: string | null | undefined;
271
270
  discardedAt?: string | null | undefined;
271
+ updatedAt?: string | null | undefined;
272
272
  webhook?: {
273
273
  url?: string | undefined;
274
274
  } | undefined;
@@ -313,8 +313,8 @@ export declare const teamsTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodOb
313
313
  data?: {
314
314
  createdAt: string;
315
315
  id: string;
316
- updatedAt?: string | null | undefined;
317
316
  discardedAt?: string | null | undefined;
317
+ updatedAt?: string | null | undefined;
318
318
  webhook?: {
319
319
  url?: string | undefined;
320
320
  } | undefined;
@@ -343,8 +343,8 @@ export declare const teamsTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodOb
343
343
  data?: {
344
344
  createdAt: string;
345
345
  id: string;
346
- updatedAt?: string | null | undefined;
347
346
  discardedAt?: string | null | undefined;
347
+ updatedAt?: string | null | undefined;
348
348
  webhook?: {
349
349
  url?: string | undefined;
350
350
  } | undefined;