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
@@ -0,0 +1,62 @@
1
+ import { z } from 'zod';
2
+ /**
3
+ * The shape of the model inside the application code - what the users use
4
+ */
5
+ export declare const channels: z.ZodLazy<z.ZodObject<{
6
+ enabled: z.ZodOptional<z.ZodBoolean>;
7
+ name: z.ZodOptional<z.ZodString>;
8
+ }, "strip", z.ZodTypeAny, {
9
+ enabled?: boolean | undefined;
10
+ name?: string | undefined;
11
+ }, {
12
+ enabled?: boolean | undefined;
13
+ name?: string | undefined;
14
+ }>>;
15
+ /**
16
+ *
17
+ * @typedef {Channels} channels
18
+ * @property {boolean}
19
+ * @property {string}
20
+ */
21
+ export type Channels = z.infer<typeof channels>;
22
+ /**
23
+ * The shape of the model mapping from the api schema into the application shape.
24
+ * Is equal to application shape if all property names match the api schema
25
+ */
26
+ export declare const channelsResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
27
+ enabled: z.ZodOptional<z.ZodBoolean>;
28
+ name: z.ZodOptional<z.ZodString>;
29
+ }, "strip", z.ZodTypeAny, {
30
+ enabled?: boolean | undefined;
31
+ name?: string | undefined;
32
+ }, {
33
+ enabled?: boolean | undefined;
34
+ name?: string | undefined;
35
+ }>, {
36
+ enabled: boolean | undefined;
37
+ name: string | undefined;
38
+ }, {
39
+ enabled?: boolean | undefined;
40
+ name?: string | undefined;
41
+ }>>;
42
+ /**
43
+ * The shape of the model mapping from the application shape into the api schema.
44
+ * Is equal to application shape if all property names match the api schema
45
+ */
46
+ export declare const channelsRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
47
+ enabled: z.ZodOptional<z.ZodBoolean>;
48
+ name: z.ZodOptional<z.ZodString>;
49
+ }, "strip", z.ZodTypeAny, {
50
+ enabled?: boolean | undefined;
51
+ name?: string | undefined;
52
+ }, {
53
+ enabled?: boolean | undefined;
54
+ name?: string | undefined;
55
+ }>, {
56
+ enabled: boolean | undefined;
57
+ name: string | undefined;
58
+ }, {
59
+ enabled?: boolean | undefined;
60
+ name?: string | undefined;
61
+ }>>;
62
+ //# sourceMappingURL=channels.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"channels.d.ts","sourceRoot":"","sources":["../../../../../../src/user-client/services/channels/models/channels.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;GAEG;AACH,eAAO,MAAM,QAAQ;;;;;;;;;GAKnB,CAAC;AAEH;;;;;GAKG;AACH,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAC;AAEhD;;;GAGG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;GAU3B,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;GAU1B,CAAC"}
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.channelsRequest = exports.channelsResponse = exports.channels = void 0;
4
+ const zod_1 = require("zod");
5
+ /**
6
+ * The shape of the model inside the application code - what the users use
7
+ */
8
+ exports.channels = zod_1.z.lazy(() => {
9
+ return zod_1.z.object({
10
+ enabled: zod_1.z.boolean().optional(),
11
+ name: zod_1.z.string().optional(),
12
+ });
13
+ });
14
+ /**
15
+ * The shape of the model mapping from the api schema into the application shape.
16
+ * Is equal to application shape if all property names match the api schema
17
+ */
18
+ exports.channelsResponse = zod_1.z.lazy(() => {
19
+ return zod_1.z
20
+ .object({
21
+ enabled: zod_1.z.boolean().optional(),
22
+ name: zod_1.z.string().optional(),
23
+ })
24
+ .transform((data) => ({
25
+ enabled: data['enabled'],
26
+ name: data['name'],
27
+ }));
28
+ });
29
+ /**
30
+ * The shape of the model mapping from the application shape into the api schema.
31
+ * Is equal to application shape if all property names match the api schema
32
+ */
33
+ exports.channelsRequest = zod_1.z.lazy(() => {
34
+ return zod_1.z
35
+ .object({
36
+ enabled: zod_1.z.boolean().optional(),
37
+ name: zod_1.z.string().optional(),
38
+ })
39
+ .transform((data) => ({
40
+ enabled: data['enabled'],
41
+ name: data['name'],
42
+ }));
43
+ });
44
+ //# sourceMappingURL=channels.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"channels.js","sourceRoot":"","sources":["../../../../../../src/user-client/services/channels/models/channels.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB;;GAEG;AACU,QAAA,QAAQ,GAAG,OAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IAClC,OAAO,OAAC,CAAC,MAAM,CAAC;QACd,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;QAC/B,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;KAC5B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAUH;;;GAGG;AACU,QAAA,gBAAgB,GAAG,OAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IAC1C,OAAO,OAAC;SACL,MAAM,CAAC;QACN,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;QAC/B,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;KAC5B,CAAC;SACD,SAAS,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;QACpB,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC,CAAC,CAAC;AACR,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACU,QAAA,eAAe,GAAG,OAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IACzC,OAAO,OAAC;SACL,MAAM,CAAC;QACN,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;QAC/B,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;KAC5B,CAAC;SACD,SAAS,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;QACpB,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC,CAAC,CAAC;AACR,CAAC,CAAC,CAAC"}
@@ -6,11 +6,11 @@ export declare const discardResult: z.ZodLazy<z.ZodObject<{
6
6
  discardedAt: z.ZodOptional<z.ZodString>;
7
7
  id: z.ZodOptional<z.ZodString>;
8
8
  }, "strip", z.ZodTypeAny, {
9
- id?: string | undefined;
10
9
  discardedAt?: string | undefined;
11
- }, {
12
10
  id?: string | undefined;
11
+ }, {
13
12
  discardedAt?: string | undefined;
13
+ id?: string | undefined;
14
14
  }>>;
15
15
  /**
16
16
  *
@@ -27,17 +27,17 @@ export declare const discardResultResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
27
27
  discarded_at: z.ZodOptional<z.ZodString>;
28
28
  id: z.ZodOptional<z.ZodString>;
29
29
  }, "strip", z.ZodTypeAny, {
30
- id?: string | undefined;
31
30
  discarded_at?: string | undefined;
32
- }, {
33
31
  id?: string | undefined;
32
+ }, {
34
33
  discarded_at?: string | undefined;
34
+ id?: string | undefined;
35
35
  }>, {
36
36
  discardedAt: string | undefined;
37
37
  id: string | undefined;
38
38
  }, {
39
- id?: string | undefined;
40
39
  discarded_at?: string | undefined;
40
+ id?: string | undefined;
41
41
  }>>;
42
42
  /**
43
43
  * The shape of the model mapping from the application shape into the api schema.
@@ -47,16 +47,16 @@ export declare const discardResultRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
47
47
  discardedAt: z.ZodOptional<z.ZodString>;
48
48
  id: z.ZodOptional<z.ZodString>;
49
49
  }, "strip", z.ZodTypeAny, {
50
- id?: string | undefined;
51
50
  discardedAt?: string | undefined;
52
- }, {
53
51
  id?: string | undefined;
52
+ }, {
54
53
  discardedAt?: string | undefined;
54
+ id?: string | undefined;
55
55
  }>, {
56
56
  discarded_at: string | undefined;
57
57
  id: string | undefined;
58
58
  }, {
59
- id?: string | undefined;
60
59
  discardedAt?: string | undefined;
60
+ id?: string | undefined;
61
61
  }>>;
62
62
  //# sourceMappingURL=discard-result.d.ts.map
@@ -13,14 +13,14 @@ export declare const expoTokenCollection: z.ZodLazy<z.ZodObject<{
13
13
  createdAt: string;
14
14
  id: string;
15
15
  deviceToken: string;
16
- updatedAt?: string | null | undefined;
17
16
  discardedAt?: string | null | undefined;
17
+ updatedAt?: string | null | undefined;
18
18
  }, {
19
19
  createdAt: string;
20
20
  id: string;
21
21
  deviceToken: string;
22
- updatedAt?: string | null | undefined;
23
22
  discardedAt?: string | null | undefined;
23
+ updatedAt?: string | null | undefined;
24
24
  }>>, "many">>;
25
25
  links: z.ZodOptional<z.ZodLazy<z.ZodObject<{
26
26
  first: z.ZodOptional<z.ZodString>;
@@ -40,8 +40,8 @@ export declare const expoTokenCollection: z.ZodLazy<z.ZodObject<{
40
40
  createdAt: string;
41
41
  id: string;
42
42
  deviceToken: string;
43
- updatedAt?: string | null | undefined;
44
43
  discardedAt?: string | null | undefined;
44
+ updatedAt?: string | null | undefined;
45
45
  }[] | undefined;
46
46
  links?: {
47
47
  first?: string | undefined;
@@ -53,8 +53,8 @@ export declare const expoTokenCollection: z.ZodLazy<z.ZodObject<{
53
53
  createdAt: string;
54
54
  id: string;
55
55
  deviceToken: string;
56
- updatedAt?: string | null | undefined;
57
56
  discardedAt?: string | null | undefined;
57
+ updatedAt?: string | null | undefined;
58
58
  }[] | undefined;
59
59
  links?: {
60
60
  first?: string | undefined;
@@ -84,14 +84,14 @@ export declare const expoTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
84
84
  id: string;
85
85
  created_at: string;
86
86
  device_token: string;
87
- updated_at?: string | null | undefined;
88
87
  discarded_at?: string | null | undefined;
88
+ updated_at?: string | null | undefined;
89
89
  }, {
90
90
  id: string;
91
91
  created_at: string;
92
92
  device_token: string;
93
- updated_at?: string | null | undefined;
94
93
  discarded_at?: string | null | undefined;
94
+ updated_at?: string | null | undefined;
95
95
  }>, {
96
96
  createdAt: string;
97
97
  deviceToken: string;
@@ -102,8 +102,8 @@ export declare const expoTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
102
102
  id: string;
103
103
  created_at: string;
104
104
  device_token: string;
105
- updated_at?: string | null | undefined;
106
105
  discarded_at?: string | null | undefined;
106
+ updated_at?: string | null | undefined;
107
107
  }>>, "many">>;
108
108
  links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
109
109
  first: z.ZodOptional<z.ZodString>;
@@ -144,8 +144,8 @@ export declare const expoTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
144
144
  id: string;
145
145
  created_at: string;
146
146
  device_token: string;
147
- updated_at?: string | null | undefined;
148
147
  discarded_at?: string | null | undefined;
148
+ updated_at?: string | null | undefined;
149
149
  }[] | undefined;
150
150
  links?: {
151
151
  first?: string | undefined;
@@ -170,8 +170,8 @@ export declare const expoTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
170
170
  id: string;
171
171
  created_at: string;
172
172
  device_token: string;
173
- updated_at?: string | null | undefined;
174
173
  discarded_at?: string | null | undefined;
174
+ updated_at?: string | null | undefined;
175
175
  }[] | undefined;
176
176
  links?: {
177
177
  first?: string | undefined;
@@ -194,14 +194,14 @@ export declare const expoTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
194
194
  createdAt: string;
195
195
  id: string;
196
196
  deviceToken: string;
197
- updatedAt?: string | null | undefined;
198
197
  discardedAt?: string | null | undefined;
198
+ updatedAt?: string | null | undefined;
199
199
  }, {
200
200
  createdAt: string;
201
201
  id: string;
202
202
  deviceToken: string;
203
- updatedAt?: string | null | undefined;
204
203
  discardedAt?: string | null | undefined;
204
+ updatedAt?: string | null | undefined;
205
205
  }>, {
206
206
  created_at: string;
207
207
  device_token: string;
@@ -212,8 +212,8 @@ export declare const expoTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
212
212
  createdAt: string;
213
213
  id: string;
214
214
  deviceToken: string;
215
- updatedAt?: string | null | undefined;
216
215
  discardedAt?: string | null | undefined;
216
+ updatedAt?: string | null | undefined;
217
217
  }>>, "many">>;
218
218
  links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
219
219
  first: z.ZodOptional<z.ZodString>;
@@ -254,8 +254,8 @@ export declare const expoTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
254
254
  createdAt: string;
255
255
  id: string;
256
256
  deviceToken: string;
257
- updatedAt?: string | null | undefined;
258
257
  discardedAt?: string | null | undefined;
258
+ updatedAt?: string | null | undefined;
259
259
  }[] | undefined;
260
260
  links?: {
261
261
  first?: string | undefined;
@@ -280,8 +280,8 @@ export declare const expoTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
280
280
  createdAt: string;
281
281
  id: string;
282
282
  deviceToken: string;
283
- updatedAt?: string | null | undefined;
284
283
  discardedAt?: string | null | undefined;
284
+ updatedAt?: string | null | undefined;
285
285
  }[] | undefined;
286
286
  links?: {
287
287
  first?: string | undefined;
@@ -12,14 +12,14 @@ export declare const expoToken: z.ZodLazy<z.ZodObject<{
12
12
  createdAt: string;
13
13
  id: string;
14
14
  deviceToken: string;
15
- updatedAt?: string | null | undefined;
16
15
  discardedAt?: string | null | undefined;
16
+ updatedAt?: string | null | undefined;
17
17
  }, {
18
18
  createdAt: string;
19
19
  id: string;
20
20
  deviceToken: string;
21
- updatedAt?: string | null | undefined;
22
21
  discardedAt?: string | null | undefined;
22
+ updatedAt?: string | null | undefined;
23
23
  }>>;
24
24
  /**
25
25
  *
@@ -45,14 +45,14 @@ export declare const expoTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
45
45
  id: string;
46
46
  created_at: string;
47
47
  device_token: string;
48
- updated_at?: string | null | undefined;
49
48
  discarded_at?: string | null | undefined;
49
+ updated_at?: string | null | undefined;
50
50
  }, {
51
51
  id: string;
52
52
  created_at: string;
53
53
  device_token: string;
54
- updated_at?: string | null | undefined;
55
54
  discarded_at?: string | null | undefined;
55
+ updated_at?: string | null | undefined;
56
56
  }>, {
57
57
  createdAt: string;
58
58
  deviceToken: string;
@@ -63,8 +63,8 @@ export declare const expoTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
63
63
  id: string;
64
64
  created_at: string;
65
65
  device_token: string;
66
- updated_at?: string | null | undefined;
67
66
  discarded_at?: string | null | undefined;
67
+ updated_at?: string | null | undefined;
68
68
  }>>;
69
69
  /**
70
70
  * The shape of the model mapping from the application shape into the api schema.
@@ -80,14 +80,14 @@ export declare const expoTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
80
80
  createdAt: string;
81
81
  id: string;
82
82
  deviceToken: string;
83
- updatedAt?: string | null | undefined;
84
83
  discardedAt?: string | null | undefined;
84
+ updatedAt?: string | null | undefined;
85
85
  }, {
86
86
  createdAt: string;
87
87
  id: string;
88
88
  deviceToken: string;
89
- updatedAt?: string | null | undefined;
90
89
  discardedAt?: string | null | undefined;
90
+ updatedAt?: string | null | undefined;
91
91
  }>, {
92
92
  created_at: string;
93
93
  device_token: string;
@@ -98,7 +98,7 @@ export declare const expoTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
98
98
  createdAt: string;
99
99
  id: string;
100
100
  deviceToken: string;
101
- updatedAt?: string | null | undefined;
102
101
  discardedAt?: string | null | undefined;
102
+ updatedAt?: string | null | undefined;
103
103
  }>>;
104
104
  //# sourceMappingURL=expo-token.d.ts.map
@@ -14,16 +14,16 @@ export declare const fcmTokenCollection: z.ZodLazy<z.ZodObject<{
14
14
  createdAt: string;
15
15
  id: string;
16
16
  deviceToken: string;
17
- updatedAt?: string | null | undefined;
18
17
  discardedAt?: string | null | undefined;
19
18
  installationId?: string | undefined;
19
+ updatedAt?: string | null | undefined;
20
20
  }, {
21
21
  createdAt: string;
22
22
  id: string;
23
23
  deviceToken: string;
24
- updatedAt?: string | null | undefined;
25
24
  discardedAt?: string | null | undefined;
26
25
  installationId?: string | 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 fcmTokenCollection: z.ZodLazy<z.ZodObject<{
43
43
  createdAt: string;
44
44
  id: string;
45
45
  deviceToken: string;
46
- updatedAt?: string | null | undefined;
47
46
  discardedAt?: string | null | undefined;
48
47
  installationId?: string | undefined;
48
+ updatedAt?: string | null | undefined;
49
49
  }[] | undefined;
50
50
  links?: {
51
51
  first?: string | undefined;
@@ -57,9 +57,9 @@ export declare const fcmTokenCollection: z.ZodLazy<z.ZodObject<{
57
57
  createdAt: string;
58
58
  id: string;
59
59
  deviceToken: string;
60
- updatedAt?: string | null | undefined;
61
60
  discardedAt?: string | null | undefined;
62
61
  installationId?: string | undefined;
62
+ updatedAt?: string | null | undefined;
63
63
  }[] | undefined;
64
64
  links?: {
65
65
  first?: string | undefined;
@@ -90,16 +90,16 @@ export declare const fcmTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
90
90
  id: string;
91
91
  created_at: string;
92
92
  device_token: string;
93
- updated_at?: string | null | undefined;
94
93
  discarded_at?: string | null | undefined;
95
94
  installation_id?: string | undefined;
95
+ updated_at?: string | null | undefined;
96
96
  }, {
97
97
  id: string;
98
98
  created_at: string;
99
99
  device_token: string;
100
- updated_at?: string | null | undefined;
101
100
  discarded_at?: string | null | undefined;
102
101
  installation_id?: string | undefined;
102
+ updated_at?: string | null | undefined;
103
103
  }>, {
104
104
  createdAt: string;
105
105
  deviceToken: string;
@@ -111,9 +111,9 @@ export declare const fcmTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
111
111
  id: string;
112
112
  created_at: string;
113
113
  device_token: string;
114
- updated_at?: string | null | undefined;
115
114
  discarded_at?: string | null | undefined;
116
115
  installation_id?: string | 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 fcmTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
155
155
  id: string;
156
156
  created_at: string;
157
157
  device_token: string;
158
- updated_at?: string | null | undefined;
159
158
  discarded_at?: string | null | undefined;
160
159
  installation_id?: string | 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 fcmTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
183
183
  id: string;
184
184
  created_at: string;
185
185
  device_token: string;
186
- updated_at?: string | null | undefined;
187
186
  discarded_at?: string | null | undefined;
188
187
  installation_id?: string | 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 fcmTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
209
209
  createdAt: string;
210
210
  id: string;
211
211
  deviceToken: string;
212
- updatedAt?: string | null | undefined;
213
212
  discardedAt?: string | null | undefined;
214
213
  installationId?: string | undefined;
214
+ updatedAt?: string | null | undefined;
215
215
  }, {
216
216
  createdAt: string;
217
217
  id: string;
218
218
  deviceToken: string;
219
- updatedAt?: string | null | undefined;
220
219
  discardedAt?: string | null | undefined;
221
220
  installationId?: string | undefined;
221
+ updatedAt?: string | null | undefined;
222
222
  }>, {
223
223
  created_at: string;
224
224
  device_token: string;
@@ -230,9 +230,9 @@ export declare const fcmTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
230
230
  createdAt: string;
231
231
  id: string;
232
232
  deviceToken: string;
233
- updatedAt?: string | null | undefined;
234
233
  discardedAt?: string | null | undefined;
235
234
  installationId?: string | 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 fcmTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
274
274
  createdAt: string;
275
275
  id: string;
276
276
  deviceToken: string;
277
- updatedAt?: string | null | undefined;
278
277
  discardedAt?: string | null | undefined;
279
278
  installationId?: string | undefined;
279
+ updatedAt?: string | null | undefined;
280
280
  }[] | undefined;
281
281
  links?: {
282
282
  first?: string | undefined;
@@ -302,9 +302,9 @@ export declare const fcmTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
302
302
  createdAt: string;
303
303
  id: string;
304
304
  deviceToken: string;
305
- updatedAt?: string | null | undefined;
306
305
  discardedAt?: string | null | undefined;
307
306
  installationId?: string | undefined;
307
+ updatedAt?: string | null | undefined;
308
308
  }[] | undefined;
309
309
  links?: {
310
310
  first?: string | undefined;
@@ -13,16 +13,16 @@ export declare const fcmToken: z.ZodLazy<z.ZodObject<{
13
13
  createdAt: string;
14
14
  id: string;
15
15
  deviceToken: string;
16
- updatedAt?: string | null | undefined;
17
16
  discardedAt?: string | null | undefined;
18
17
  installationId?: string | undefined;
18
+ updatedAt?: string | null | undefined;
19
19
  }, {
20
20
  createdAt: string;
21
21
  id: string;
22
22
  deviceToken: string;
23
- updatedAt?: string | null | undefined;
24
23
  discardedAt?: string | null | undefined;
25
24
  installationId?: string | undefined;
25
+ updatedAt?: string | null | undefined;
26
26
  }>>;
27
27
  /**
28
28
  *
@@ -50,16 +50,16 @@ export declare const fcmTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
50
50
  id: string;
51
51
  created_at: string;
52
52
  device_token: string;
53
- updated_at?: string | null | undefined;
54
53
  discarded_at?: string | null | undefined;
55
54
  installation_id?: string | undefined;
55
+ updated_at?: string | null | undefined;
56
56
  }, {
57
57
  id: string;
58
58
  created_at: string;
59
59
  device_token: string;
60
- updated_at?: string | null | undefined;
61
60
  discarded_at?: string | null | undefined;
62
61
  installation_id?: string | undefined;
62
+ updated_at?: string | null | undefined;
63
63
  }>, {
64
64
  createdAt: string;
65
65
  deviceToken: string;
@@ -71,9 +71,9 @@ export declare const fcmTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
71
71
  id: string;
72
72
  created_at: string;
73
73
  device_token: string;
74
- updated_at?: string | null | undefined;
75
74
  discarded_at?: string | null | undefined;
76
75
  installation_id?: string | 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 fcmTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
90
90
  createdAt: string;
91
91
  id: string;
92
92
  deviceToken: string;
93
- updatedAt?: string | null | undefined;
94
93
  discardedAt?: string | null | undefined;
95
94
  installationId?: string | undefined;
95
+ updatedAt?: string | null | undefined;
96
96
  }, {
97
97
  createdAt: string;
98
98
  id: string;
99
99
  deviceToken: string;
100
- updatedAt?: string | null | undefined;
101
100
  discardedAt?: string | null | undefined;
102
101
  installationId?: string | undefined;
102
+ updatedAt?: string | null | undefined;
103
103
  }>, {
104
104
  created_at: string;
105
105
  device_token: string;
@@ -111,8 +111,8 @@ export declare const fcmTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
111
111
  createdAt: string;
112
112
  id: string;
113
113
  deviceToken: string;
114
- updatedAt?: string | null | undefined;
115
114
  discardedAt?: string | null | undefined;
116
115
  installationId?: string | undefined;
116
+ updatedAt?: string | null | undefined;
117
117
  }>>;
118
118
  //# sourceMappingURL=fcm-token.d.ts.map