@kl1/contracts 1.1.58 → 1.1.59

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 (160) hide show
  1. package/dist/api-contracts/src/activity-log/index.d.ts +7 -7
  2. package/dist/api-contracts/src/activity-log/schema.d.ts +4 -4
  3. package/dist/api-contracts/src/attribute/index.d.ts +25 -25
  4. package/dist/api-contracts/src/attribute/validation.d.ts +4 -4
  5. package/dist/api-contracts/src/auth/index.d.ts +71 -311
  6. package/dist/api-contracts/src/auth/index.d.ts.map +1 -1
  7. package/dist/api-contracts/src/automation-queue/index.d.ts +101 -101
  8. package/dist/api-contracts/src/automation-queue/schema.d.ts +10 -10
  9. package/dist/api-contracts/src/base-contract.d.ts +3 -3
  10. package/dist/api-contracts/src/botpress/index.d.ts +28 -28
  11. package/dist/api-contracts/src/botpress/schema.d.ts +6 -6
  12. package/dist/api-contracts/src/botpress/validation.d.ts +8 -8
  13. package/dist/api-contracts/src/business-calendar/index.d.ts +32 -32
  14. package/dist/api-contracts/src/business-calendar/schema.d.ts +8 -8
  15. package/dist/api-contracts/src/business-calendar/validation.d.ts +2 -2
  16. package/dist/api-contracts/src/category/index.d.ts +30 -30
  17. package/dist/api-contracts/src/category/schema.d.ts +2 -2
  18. package/dist/api-contracts/src/channel/index.d.ts +2566 -1792
  19. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  20. package/dist/api-contracts/src/channel/schema.d.ts +139 -109
  21. package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
  22. package/dist/api-contracts/src/channel/validation.d.ts +160 -118
  23. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  24. package/dist/api-contracts/src/chat/index.d.ts +7354 -6531
  25. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  26. package/dist/api-contracts/src/chat/schema.d.ts +2366 -2167
  27. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  28. package/dist/api-contracts/src/chat/validation.d.ts +1854 -1563
  29. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  30. package/dist/api-contracts/src/comment/index.d.ts +328 -328
  31. package/dist/api-contracts/src/comment/schema.d.ts +88 -88
  32. package/dist/api-contracts/src/company/index.d.ts +9 -9
  33. package/dist/api-contracts/src/company/validation.d.ts +4 -4
  34. package/dist/api-contracts/src/contact/index.d.ts +399 -399
  35. package/dist/api-contracts/src/contact/schema.d.ts +38 -38
  36. package/dist/api-contracts/src/contact/validation.d.ts +190 -190
  37. package/dist/api-contracts/src/contract.d.ts +43684 -28896
  38. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  39. package/dist/api-contracts/src/cx-intelligence/index.d.ts +9 -9
  40. package/dist/api-contracts/src/cx-log/index.d.ts +545 -393
  41. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  42. package/dist/api-contracts/src/cx-log/schema.d.ts +402 -321
  43. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  44. package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
  45. package/dist/api-contracts/src/dashboard/index.d.ts +167 -189
  46. package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
  47. package/dist/api-contracts/src/dashboard/schema.d.ts +44 -87
  48. package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
  49. package/dist/api-contracts/src/dashboard/validation.d.ts +26 -0
  50. package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
  51. package/dist/api-contracts/src/extension/index.d.ts +103 -22
  52. package/dist/api-contracts/src/extension/index.d.ts.map +1 -1
  53. package/dist/api-contracts/src/facebook-feed/index.d.ts +2170 -1768
  54. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  55. package/dist/api-contracts/src/facebook-feed/schema.d.ts +168 -141
  56. package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
  57. package/dist/api-contracts/src/facebook-feed/validation.d.ts +147 -126
  58. package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
  59. package/dist/api-contracts/src/hold-label/index.d.ts +34 -34
  60. package/dist/api-contracts/src/hold-label/schema.d.ts +10 -10
  61. package/dist/api-contracts/src/index.d.ts +5 -0
  62. package/dist/api-contracts/src/index.d.ts.map +1 -1
  63. package/dist/api-contracts/src/instagram/index.d.ts +1747 -1432
  64. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  65. package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
  66. package/dist/api-contracts/src/line/index.d.ts +1646 -1367
  67. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  68. package/dist/api-contracts/src/line/schema.d.ts +4 -4
  69. package/dist/api-contracts/src/line/validation.d.ts +165 -132
  70. package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
  71. package/dist/api-contracts/src/mail/account-contract.d.ts +116 -116
  72. package/dist/api-contracts/src/mail/mail-contract.d.ts +2535 -2535
  73. package/dist/api-contracts/src/mail/mail-server-contract.d.ts +38 -38
  74. package/dist/api-contracts/src/mail/message-contract.d.ts +278 -278
  75. package/dist/api-contracts/src/mail/room-contract.d.ts +1490 -1490
  76. package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
  77. package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +12 -12
  78. package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
  79. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +478 -478
  80. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +471 -471
  81. package/dist/api-contracts/src/messenger/index.d.ts +1750 -1435
  82. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  83. package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
  84. package/dist/api-contracts/src/messenger/validation.d.ts +143 -122
  85. package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
  86. package/dist/api-contracts/src/notification/index.d.ts +26 -26
  87. package/dist/api-contracts/src/notification/schema.d.ts +18 -18
  88. package/dist/api-contracts/src/notification/validation.d.ts +10 -10
  89. package/dist/api-contracts/src/permission/index.d.ts +3 -3
  90. package/dist/api-contracts/src/presence-status/index.d.ts +15 -15
  91. package/dist/api-contracts/src/public-api/index.d.ts +143 -143
  92. package/dist/api-contracts/src/public-api/schema.d.ts +22 -22
  93. package/dist/api-contracts/src/public-api/validation.d.ts +39 -39
  94. package/dist/api-contracts/src/role/index.d.ts +15 -15
  95. package/dist/api-contracts/src/sms/index.d.ts +2717 -270
  96. package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
  97. package/dist/api-contracts/src/sms/schema.d.ts +30 -8
  98. package/dist/api-contracts/src/sms/schema.d.ts.map +1 -1
  99. package/dist/api-contracts/src/sms/validation.d.ts +2 -2
  100. package/dist/api-contracts/src/snippet/index.d.ts +147 -147
  101. package/dist/api-contracts/src/snippet/schema.d.ts +50 -50
  102. package/dist/api-contracts/src/subscription/index.d.ts +267 -186
  103. package/dist/api-contracts/src/subscription/index.d.ts.map +1 -1
  104. package/dist/api-contracts/src/subscription/schema.d.ts +247 -216
  105. package/dist/api-contracts/src/subscription/schema.d.ts.map +1 -1
  106. package/dist/api-contracts/src/subscription/validation.d.ts +18 -0
  107. package/dist/api-contracts/src/subscription/validation.d.ts.map +1 -1
  108. package/dist/api-contracts/src/tag/index.d.ts +24 -24
  109. package/dist/api-contracts/src/tag/schema.d.ts +2 -2
  110. package/dist/api-contracts/src/telegram/index.d.ts +1407 -1182
  111. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  112. package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
  113. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +57 -112
  114. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
  115. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +14 -31
  116. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
  117. package/dist/api-contracts/src/telephony-cdr/index.d.ts +282 -282
  118. package/dist/api-contracts/src/telephony-cdr/index.d.ts.map +1 -1
  119. package/dist/api-contracts/src/telephony-cdr/schema.d.ts +72 -72
  120. package/dist/api-contracts/src/telephony-extension/index.d.ts +3 -3
  121. package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
  122. package/dist/api-contracts/src/ticket/index.d.ts +515 -515
  123. package/dist/api-contracts/src/ticket/schema.d.ts +63 -63
  124. package/dist/api-contracts/src/upload/index.d.ts +6 -6
  125. package/dist/api-contracts/src/upload/schema.d.ts +3 -3
  126. package/dist/api-contracts/src/user/index.d.ts +41 -41
  127. package/dist/api-contracts/src/user/schema.d.ts +2 -2
  128. package/dist/api-contracts/src/user/validation.d.ts +5 -5
  129. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +26 -18
  130. package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
  131. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +24 -14
  132. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
  133. package/dist/api-contracts/src/viber/index.d.ts +1419 -1194
  134. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  135. package/dist/api-contracts/src/viber/validation.d.ts +4 -4
  136. package/dist/api-contracts/src/webchat/index.d.ts +1413 -1188
  137. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  138. package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
  139. package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
  140. package/dist/api-contracts/src/whatsapp/index.d.ts +1758 -1287
  141. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  142. package/dist/api-contracts/src/whatsapp/validation.d.ts +79 -0
  143. package/dist/api-contracts/src/whatsapp/validation.d.ts.map +1 -1
  144. package/dist/api-contracts/src/widget/index.d.ts +51 -51
  145. package/dist/api-contracts/src/widget/schema.d.ts +2 -2
  146. package/dist/api-contracts/src/widget/validation.d.ts +4 -4
  147. package/dist/api-contracts/src/workflow-rule/index.d.ts +8703 -417
  148. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  149. package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
  150. package/dist/api-contracts/src/wrap-up-form/index.d.ts +44 -44
  151. package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
  152. package/dist/api-contracts/utils.d.ts +1 -1
  153. package/dist/api-contracts/utils.d.ts.map +1 -1
  154. package/dist/entities/src/enums/chat.d.ts +1 -0
  155. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  156. package/dist/index.js +4832 -4295
  157. package/dist/index.js.map +1 -1
  158. package/dist/index.mjs +4821 -4289
  159. package/dist/index.mjs.map +1 -1
  160. package/package.json +7 -3
@@ -10,9 +10,9 @@ export declare const ProductPriceSchema: z.ZodObject<{
10
10
  price: z.ZodNumber;
11
11
  currency: z.ZodNullable<z.ZodString>;
12
12
  }, "strip", z.ZodTypeAny, {
13
- id: string;
14
- name: string | null;
15
13
  currency: string | null;
14
+ name: string | null;
15
+ id: string;
16
16
  createdAt: Date;
17
17
  updatedAt: Date;
18
18
  deletedAt: Date | null;
@@ -20,9 +20,9 @@ export declare const ProductPriceSchema: z.ZodObject<{
20
20
  perUnit: number;
21
21
  price: number;
22
22
  }, {
23
- id: string;
24
- name: string | null;
25
23
  currency: string | null;
24
+ name: string | null;
25
+ id: string;
26
26
  createdAt: Date;
27
27
  updatedAt: Date;
28
28
  deletedAt: Date | null;
@@ -52,9 +52,9 @@ export declare const ProductWithoutRelatedSchema: z.ZodObject<{
52
52
  price: z.ZodNumber;
53
53
  currency: z.ZodNullable<z.ZodString>;
54
54
  }, "strip", z.ZodTypeAny, {
55
- id: string;
56
- name: string | null;
57
55
  currency: string | null;
56
+ name: string | null;
57
+ id: string;
58
58
  createdAt: Date;
59
59
  updatedAt: Date;
60
60
  deletedAt: Date | null;
@@ -62,9 +62,9 @@ export declare const ProductWithoutRelatedSchema: z.ZodObject<{
62
62
  perUnit: number;
63
63
  price: number;
64
64
  }, {
65
- id: string;
66
- name: string | null;
67
65
  currency: string | null;
66
+ name: string | null;
67
+ id: string;
68
68
  createdAt: Date;
69
69
  updatedAt: Date;
70
70
  deletedAt: Date | null;
@@ -73,9 +73,9 @@ export declare const ProductWithoutRelatedSchema: z.ZodObject<{
73
73
  price: number;
74
74
  }>;
75
75
  }, "strip", z.ZodTypeAny, {
76
+ name: string;
76
77
  type: string;
77
78
  id: string;
78
- name: string;
79
79
  createdAt: Date;
80
80
  updatedAt: Date;
81
81
  deletedAt: Date | null;
@@ -84,9 +84,9 @@ export declare const ProductWithoutRelatedSchema: z.ZodObject<{
84
84
  omnichannel: string;
85
85
  usageType: string | null;
86
86
  productPrice: {
87
- id: string;
88
- name: string | null;
89
87
  currency: string | null;
88
+ name: string | null;
89
+ id: string;
90
90
  createdAt: Date;
91
91
  updatedAt: Date;
92
92
  deletedAt: Date | null;
@@ -95,9 +95,9 @@ export declare const ProductWithoutRelatedSchema: z.ZodObject<{
95
95
  price: number;
96
96
  };
97
97
  }, {
98
+ name: string;
98
99
  type: string;
99
100
  id: string;
100
- name: string;
101
101
  createdAt: Date;
102
102
  updatedAt: Date;
103
103
  deletedAt: Date | null;
@@ -106,9 +106,9 @@ export declare const ProductWithoutRelatedSchema: z.ZodObject<{
106
106
  omnichannel: string;
107
107
  usageType: string | null;
108
108
  productPrice: {
109
- id: string;
110
- name: string | null;
111
109
  currency: string | null;
110
+ name: string | null;
111
+ id: string;
112
112
  createdAt: Date;
113
113
  updatedAt: Date;
114
114
  deletedAt: Date | null;
@@ -145,9 +145,9 @@ export declare const RelatedProductSchema: z.ZodObject<{
145
145
  price: z.ZodNumber;
146
146
  currency: z.ZodNullable<z.ZodString>;
147
147
  }, "strip", z.ZodTypeAny, {
148
- id: string;
149
- name: string | null;
150
148
  currency: string | null;
149
+ name: string | null;
150
+ id: string;
151
151
  createdAt: Date;
152
152
  updatedAt: Date;
153
153
  deletedAt: Date | null;
@@ -155,9 +155,9 @@ export declare const RelatedProductSchema: z.ZodObject<{
155
155
  perUnit: number;
156
156
  price: number;
157
157
  }, {
158
- id: string;
159
- name: string | null;
160
158
  currency: string | null;
159
+ name: string | null;
160
+ id: string;
161
161
  createdAt: Date;
162
162
  updatedAt: Date;
163
163
  deletedAt: Date | null;
@@ -166,9 +166,9 @@ export declare const RelatedProductSchema: z.ZodObject<{
166
166
  price: number;
167
167
  }>;
168
168
  }, "strip", z.ZodTypeAny, {
169
+ name: string;
169
170
  type: string;
170
171
  id: string;
171
- name: string;
172
172
  createdAt: Date;
173
173
  updatedAt: Date;
174
174
  deletedAt: Date | null;
@@ -177,9 +177,9 @@ export declare const RelatedProductSchema: z.ZodObject<{
177
177
  omnichannel: string;
178
178
  usageType: string | null;
179
179
  productPrice: {
180
- id: string;
181
- name: string | null;
182
180
  currency: string | null;
181
+ name: string | null;
182
+ id: string;
183
183
  createdAt: Date;
184
184
  updatedAt: Date;
185
185
  deletedAt: Date | null;
@@ -188,9 +188,9 @@ export declare const RelatedProductSchema: z.ZodObject<{
188
188
  price: number;
189
189
  };
190
190
  }, {
191
+ name: string;
191
192
  type: string;
192
193
  id: string;
193
- name: string;
194
194
  createdAt: Date;
195
195
  updatedAt: Date;
196
196
  deletedAt: Date | null;
@@ -199,9 +199,9 @@ export declare const RelatedProductSchema: z.ZodObject<{
199
199
  omnichannel: string;
200
200
  usageType: string | null;
201
201
  productPrice: {
202
- id: string;
203
- name: string | null;
204
202
  currency: string | null;
203
+ name: string | null;
204
+ id: string;
205
205
  createdAt: Date;
206
206
  updatedAt: Date;
207
207
  deletedAt: Date | null;
@@ -213,9 +213,9 @@ export declare const RelatedProductSchema: z.ZodObject<{
213
213
  }, "strip", z.ZodTypeAny, {
214
214
  id: string;
215
215
  product: {
216
+ name: string;
216
217
  type: string;
217
218
  id: string;
218
- name: string;
219
219
  createdAt: Date;
220
220
  updatedAt: Date;
221
221
  deletedAt: Date | null;
@@ -224,9 +224,9 @@ export declare const RelatedProductSchema: z.ZodObject<{
224
224
  omnichannel: string;
225
225
  usageType: string | null;
226
226
  productPrice: {
227
- id: string;
228
- name: string | null;
229
227
  currency: string | null;
228
+ name: string | null;
229
+ id: string;
230
230
  createdAt: Date;
231
231
  updatedAt: Date;
232
232
  deletedAt: Date | null;
@@ -242,9 +242,9 @@ export declare const RelatedProductSchema: z.ZodObject<{
242
242
  }, {
243
243
  id: string;
244
244
  product: {
245
+ name: string;
245
246
  type: string;
246
247
  id: string;
247
- name: string;
248
248
  createdAt: Date;
249
249
  updatedAt: Date;
250
250
  deletedAt: Date | null;
@@ -253,9 +253,9 @@ export declare const RelatedProductSchema: z.ZodObject<{
253
253
  omnichannel: string;
254
254
  usageType: string | null;
255
255
  productPrice: {
256
- id: string;
257
- name: string | null;
258
256
  currency: string | null;
257
+ name: string | null;
258
+ id: string;
259
259
  createdAt: Date;
260
260
  updatedAt: Date;
261
261
  deletedAt: Date | null;
@@ -291,9 +291,9 @@ export declare const ProductSchema: z.ZodObject<{
291
291
  price: z.ZodNumber;
292
292
  currency: z.ZodNullable<z.ZodString>;
293
293
  }, "strip", z.ZodTypeAny, {
294
- id: string;
295
- name: string | null;
296
294
  currency: string | null;
295
+ name: string | null;
296
+ id: string;
297
297
  createdAt: Date;
298
298
  updatedAt: Date;
299
299
  deletedAt: Date | null;
@@ -301,9 +301,9 @@ export declare const ProductSchema: z.ZodObject<{
301
301
  perUnit: number;
302
302
  price: number;
303
303
  }, {
304
- id: string;
305
- name: string | null;
306
304
  currency: string | null;
305
+ name: string | null;
306
+ id: string;
307
307
  createdAt: Date;
308
308
  updatedAt: Date;
309
309
  deletedAt: Date | null;
@@ -339,9 +339,9 @@ export declare const ProductSchema: z.ZodObject<{
339
339
  price: z.ZodNumber;
340
340
  currency: z.ZodNullable<z.ZodString>;
341
341
  }, "strip", z.ZodTypeAny, {
342
- id: string;
343
- name: string | null;
344
342
  currency: string | null;
343
+ name: string | null;
344
+ id: string;
345
345
  createdAt: Date;
346
346
  updatedAt: Date;
347
347
  deletedAt: Date | null;
@@ -349,9 +349,9 @@ export declare const ProductSchema: z.ZodObject<{
349
349
  perUnit: number;
350
350
  price: number;
351
351
  }, {
352
- id: string;
353
- name: string | null;
354
352
  currency: string | null;
353
+ name: string | null;
354
+ id: string;
355
355
  createdAt: Date;
356
356
  updatedAt: Date;
357
357
  deletedAt: Date | null;
@@ -360,9 +360,9 @@ export declare const ProductSchema: z.ZodObject<{
360
360
  price: number;
361
361
  }>;
362
362
  }, "strip", z.ZodTypeAny, {
363
+ name: string;
363
364
  type: string;
364
365
  id: string;
365
- name: string;
366
366
  createdAt: Date;
367
367
  updatedAt: Date;
368
368
  deletedAt: Date | null;
@@ -371,9 +371,9 @@ export declare const ProductSchema: z.ZodObject<{
371
371
  omnichannel: string;
372
372
  usageType: string | null;
373
373
  productPrice: {
374
- id: string;
375
- name: string | null;
376
374
  currency: string | null;
375
+ name: string | null;
376
+ id: string;
377
377
  createdAt: Date;
378
378
  updatedAt: Date;
379
379
  deletedAt: Date | null;
@@ -382,9 +382,9 @@ export declare const ProductSchema: z.ZodObject<{
382
382
  price: number;
383
383
  };
384
384
  }, {
385
+ name: string;
385
386
  type: string;
386
387
  id: string;
387
- name: string;
388
388
  createdAt: Date;
389
389
  updatedAt: Date;
390
390
  deletedAt: Date | null;
@@ -393,9 +393,9 @@ export declare const ProductSchema: z.ZodObject<{
393
393
  omnichannel: string;
394
394
  usageType: string | null;
395
395
  productPrice: {
396
- id: string;
397
- name: string | null;
398
396
  currency: string | null;
397
+ name: string | null;
398
+ id: string;
399
399
  createdAt: Date;
400
400
  updatedAt: Date;
401
401
  deletedAt: Date | null;
@@ -407,9 +407,9 @@ export declare const ProductSchema: z.ZodObject<{
407
407
  }, "strip", z.ZodTypeAny, {
408
408
  id: string;
409
409
  product: {
410
+ name: string;
410
411
  type: string;
411
412
  id: string;
412
- name: string;
413
413
  createdAt: Date;
414
414
  updatedAt: Date;
415
415
  deletedAt: Date | null;
@@ -418,9 +418,9 @@ export declare const ProductSchema: z.ZodObject<{
418
418
  omnichannel: string;
419
419
  usageType: string | null;
420
420
  productPrice: {
421
- id: string;
422
- name: string | null;
423
421
  currency: string | null;
422
+ name: string | null;
423
+ id: string;
424
424
  createdAt: Date;
425
425
  updatedAt: Date;
426
426
  deletedAt: Date | null;
@@ -436,9 +436,9 @@ export declare const ProductSchema: z.ZodObject<{
436
436
  }, {
437
437
  id: string;
438
438
  product: {
439
+ name: string;
439
440
  type: string;
440
441
  id: string;
441
- name: string;
442
442
  createdAt: Date;
443
443
  updatedAt: Date;
444
444
  deletedAt: Date | null;
@@ -447,9 +447,9 @@ export declare const ProductSchema: z.ZodObject<{
447
447
  omnichannel: string;
448
448
  usageType: string | null;
449
449
  productPrice: {
450
- id: string;
451
- name: string | null;
452
450
  currency: string | null;
451
+ name: string | null;
452
+ id: string;
453
453
  createdAt: Date;
454
454
  updatedAt: Date;
455
455
  deletedAt: Date | null;
@@ -464,9 +464,9 @@ export declare const ProductSchema: z.ZodObject<{
464
464
  includedQuantity: number;
465
465
  }>, "many">;
466
466
  }, "strip", z.ZodTypeAny, {
467
+ name: string;
467
468
  type: string;
468
469
  id: string;
469
- name: string;
470
470
  createdAt: Date;
471
471
  updatedAt: Date;
472
472
  deletedAt: Date | null;
@@ -475,9 +475,9 @@ export declare const ProductSchema: z.ZodObject<{
475
475
  omnichannel: string;
476
476
  usageType: string | null;
477
477
  productPrice: {
478
- id: string;
479
- name: string | null;
480
478
  currency: string | null;
479
+ name: string | null;
480
+ id: string;
481
481
  createdAt: Date;
482
482
  updatedAt: Date;
483
483
  deletedAt: Date | null;
@@ -488,9 +488,9 @@ export declare const ProductSchema: z.ZodObject<{
488
488
  relatedProducts: {
489
489
  id: string;
490
490
  product: {
491
+ name: string;
491
492
  type: string;
492
493
  id: string;
493
- name: string;
494
494
  createdAt: Date;
495
495
  updatedAt: Date;
496
496
  deletedAt: Date | null;
@@ -499,9 +499,9 @@ export declare const ProductSchema: z.ZodObject<{
499
499
  omnichannel: string;
500
500
  usageType: string | null;
501
501
  productPrice: {
502
- id: string;
503
- name: string | null;
504
502
  currency: string | null;
503
+ name: string | null;
504
+ id: string;
505
505
  createdAt: Date;
506
506
  updatedAt: Date;
507
507
  deletedAt: Date | null;
@@ -516,9 +516,9 @@ export declare const ProductSchema: z.ZodObject<{
516
516
  includedQuantity: number;
517
517
  }[];
518
518
  }, {
519
+ name: string;
519
520
  type: string;
520
521
  id: string;
521
- name: string;
522
522
  createdAt: Date;
523
523
  updatedAt: Date;
524
524
  deletedAt: Date | null;
@@ -527,9 +527,9 @@ export declare const ProductSchema: z.ZodObject<{
527
527
  omnichannel: string;
528
528
  usageType: string | null;
529
529
  productPrice: {
530
- id: string;
531
- name: string | null;
532
530
  currency: string | null;
531
+ name: string | null;
532
+ id: string;
533
533
  createdAt: Date;
534
534
  updatedAt: Date;
535
535
  deletedAt: Date | null;
@@ -540,9 +540,9 @@ export declare const ProductSchema: z.ZodObject<{
540
540
  relatedProducts: {
541
541
  id: string;
542
542
  product: {
543
+ name: string;
543
544
  type: string;
544
545
  id: string;
545
- name: string;
546
546
  createdAt: Date;
547
547
  updatedAt: Date;
548
548
  deletedAt: Date | null;
@@ -551,9 +551,9 @@ export declare const ProductSchema: z.ZodObject<{
551
551
  omnichannel: string;
552
552
  usageType: string | null;
553
553
  productPrice: {
554
- id: string;
555
- name: string | null;
556
554
  currency: string | null;
555
+ name: string | null;
556
+ id: string;
557
557
  createdAt: Date;
558
558
  updatedAt: Date;
559
559
  deletedAt: Date | null;
@@ -568,6 +568,37 @@ export declare const ProductSchema: z.ZodObject<{
568
568
  includedQuantity: number;
569
569
  }[];
570
570
  }>;
571
+ export declare const CustomerSchema: z.ZodObject<{
572
+ id: z.ZodString;
573
+ createdAt: z.ZodDate;
574
+ updatedAt: z.ZodDate;
575
+ deletedAt: z.ZodNullable<z.ZodDate>;
576
+ provider: z.ZodString;
577
+ customerId: z.ZodString;
578
+ email: z.ZodString;
579
+ name: z.ZodString;
580
+ balance: z.ZodNumber;
581
+ }, "strip", z.ZodTypeAny, {
582
+ name: string;
583
+ id: string;
584
+ email: string;
585
+ createdAt: Date;
586
+ updatedAt: Date;
587
+ deletedAt: Date | null;
588
+ provider: string;
589
+ customerId: string;
590
+ balance: number;
591
+ }, {
592
+ name: string;
593
+ id: string;
594
+ email: string;
595
+ createdAt: Date;
596
+ updatedAt: Date;
597
+ deletedAt: Date | null;
598
+ provider: string;
599
+ customerId: string;
600
+ balance: number;
601
+ }>;
571
602
  export declare const SubscriptionProuctSchema: z.ZodObject<{
572
603
  id: z.ZodString;
573
604
  createdAt: z.ZodDate;
@@ -598,9 +629,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
598
629
  price: z.ZodNumber;
599
630
  currency: z.ZodNullable<z.ZodString>;
600
631
  }, "strip", z.ZodTypeAny, {
601
- id: string;
602
- name: string | null;
603
632
  currency: string | null;
633
+ name: string | null;
634
+ id: string;
604
635
  createdAt: Date;
605
636
  updatedAt: Date;
606
637
  deletedAt: Date | null;
@@ -608,9 +639,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
608
639
  perUnit: number;
609
640
  price: number;
610
641
  }, {
611
- id: string;
612
- name: string | null;
613
642
  currency: string | null;
643
+ name: string | null;
644
+ id: string;
614
645
  createdAt: Date;
615
646
  updatedAt: Date;
616
647
  deletedAt: Date | null;
@@ -646,9 +677,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
646
677
  price: z.ZodNumber;
647
678
  currency: z.ZodNullable<z.ZodString>;
648
679
  }, "strip", z.ZodTypeAny, {
649
- id: string;
650
- name: string | null;
651
680
  currency: string | null;
681
+ name: string | null;
682
+ id: string;
652
683
  createdAt: Date;
653
684
  updatedAt: Date;
654
685
  deletedAt: Date | null;
@@ -656,9 +687,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
656
687
  perUnit: number;
657
688
  price: number;
658
689
  }, {
659
- id: string;
660
- name: string | null;
661
690
  currency: string | null;
691
+ name: string | null;
692
+ id: string;
662
693
  createdAt: Date;
663
694
  updatedAt: Date;
664
695
  deletedAt: Date | null;
@@ -667,9 +698,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
667
698
  price: number;
668
699
  }>;
669
700
  }, "strip", z.ZodTypeAny, {
701
+ name: string;
670
702
  type: string;
671
703
  id: string;
672
- name: string;
673
704
  createdAt: Date;
674
705
  updatedAt: Date;
675
706
  deletedAt: Date | null;
@@ -678,9 +709,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
678
709
  omnichannel: string;
679
710
  usageType: string | null;
680
711
  productPrice: {
681
- id: string;
682
- name: string | null;
683
712
  currency: string | null;
713
+ name: string | null;
714
+ id: string;
684
715
  createdAt: Date;
685
716
  updatedAt: Date;
686
717
  deletedAt: Date | null;
@@ -689,9 +720,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
689
720
  price: number;
690
721
  };
691
722
  }, {
723
+ name: string;
692
724
  type: string;
693
725
  id: string;
694
- name: string;
695
726
  createdAt: Date;
696
727
  updatedAt: Date;
697
728
  deletedAt: Date | null;
@@ -700,9 +731,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
700
731
  omnichannel: string;
701
732
  usageType: string | null;
702
733
  productPrice: {
703
- id: string;
704
- name: string | null;
705
734
  currency: string | null;
735
+ name: string | null;
736
+ id: string;
706
737
  createdAt: Date;
707
738
  updatedAt: Date;
708
739
  deletedAt: Date | null;
@@ -714,9 +745,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
714
745
  }, "strip", z.ZodTypeAny, {
715
746
  id: string;
716
747
  product: {
748
+ name: string;
717
749
  type: string;
718
750
  id: string;
719
- name: string;
720
751
  createdAt: Date;
721
752
  updatedAt: Date;
722
753
  deletedAt: Date | null;
@@ -725,9 +756,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
725
756
  omnichannel: string;
726
757
  usageType: string | null;
727
758
  productPrice: {
728
- id: string;
729
- name: string | null;
730
759
  currency: string | null;
760
+ name: string | null;
761
+ id: string;
731
762
  createdAt: Date;
732
763
  updatedAt: Date;
733
764
  deletedAt: Date | null;
@@ -743,9 +774,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
743
774
  }, {
744
775
  id: string;
745
776
  product: {
777
+ name: string;
746
778
  type: string;
747
779
  id: string;
748
- name: string;
749
780
  createdAt: Date;
750
781
  updatedAt: Date;
751
782
  deletedAt: Date | null;
@@ -754,9 +785,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
754
785
  omnichannel: string;
755
786
  usageType: string | null;
756
787
  productPrice: {
757
- id: string;
758
- name: string | null;
759
788
  currency: string | null;
789
+ name: string | null;
790
+ id: string;
760
791
  createdAt: Date;
761
792
  updatedAt: Date;
762
793
  deletedAt: Date | null;
@@ -771,9 +802,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
771
802
  includedQuantity: number;
772
803
  }>, "many">;
773
804
  }, "strip", z.ZodTypeAny, {
805
+ name: string;
774
806
  type: string;
775
807
  id: string;
776
- name: string;
777
808
  createdAt: Date;
778
809
  updatedAt: Date;
779
810
  deletedAt: Date | null;
@@ -782,9 +813,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
782
813
  omnichannel: string;
783
814
  usageType: string | null;
784
815
  productPrice: {
785
- id: string;
786
- name: string | null;
787
816
  currency: string | null;
817
+ name: string | null;
818
+ id: string;
788
819
  createdAt: Date;
789
820
  updatedAt: Date;
790
821
  deletedAt: Date | null;
@@ -795,9 +826,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
795
826
  relatedProducts: {
796
827
  id: string;
797
828
  product: {
829
+ name: string;
798
830
  type: string;
799
831
  id: string;
800
- name: string;
801
832
  createdAt: Date;
802
833
  updatedAt: Date;
803
834
  deletedAt: Date | null;
@@ -806,9 +837,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
806
837
  omnichannel: string;
807
838
  usageType: string | null;
808
839
  productPrice: {
809
- id: string;
810
- name: string | null;
811
840
  currency: string | null;
841
+ name: string | null;
842
+ id: string;
812
843
  createdAt: Date;
813
844
  updatedAt: Date;
814
845
  deletedAt: Date | null;
@@ -823,9 +854,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
823
854
  includedQuantity: number;
824
855
  }[];
825
856
  }, {
857
+ name: string;
826
858
  type: string;
827
859
  id: string;
828
- name: string;
829
860
  createdAt: Date;
830
861
  updatedAt: Date;
831
862
  deletedAt: Date | null;
@@ -834,9 +865,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
834
865
  omnichannel: string;
835
866
  usageType: string | null;
836
867
  productPrice: {
837
- id: string;
838
- name: string | null;
839
868
  currency: string | null;
869
+ name: string | null;
870
+ id: string;
840
871
  createdAt: Date;
841
872
  updatedAt: Date;
842
873
  deletedAt: Date | null;
@@ -847,9 +878,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
847
878
  relatedProducts: {
848
879
  id: string;
849
880
  product: {
881
+ name: string;
850
882
  type: string;
851
883
  id: string;
852
- name: string;
853
884
  createdAt: Date;
854
885
  updatedAt: Date;
855
886
  deletedAt: Date | null;
@@ -858,9 +889,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
858
889
  omnichannel: string;
859
890
  usageType: string | null;
860
891
  productPrice: {
861
- id: string;
862
- name: string | null;
863
892
  currency: string | null;
893
+ name: string | null;
894
+ id: string;
864
895
  createdAt: Date;
865
896
  updatedAt: Date;
866
897
  deletedAt: Date | null;
@@ -878,9 +909,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
878
909
  }, "strip", z.ZodTypeAny, {
879
910
  id: string;
880
911
  product: {
912
+ name: string;
881
913
  type: string;
882
914
  id: string;
883
- name: string;
884
915
  createdAt: Date;
885
916
  updatedAt: Date;
886
917
  deletedAt: Date | null;
@@ -889,9 +920,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
889
920
  omnichannel: string;
890
921
  usageType: string | null;
891
922
  productPrice: {
892
- id: string;
893
- name: string | null;
894
923
  currency: string | null;
924
+ name: string | null;
925
+ id: string;
895
926
  createdAt: Date;
896
927
  updatedAt: Date;
897
928
  deletedAt: Date | null;
@@ -902,9 +933,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
902
933
  relatedProducts: {
903
934
  id: string;
904
935
  product: {
936
+ name: string;
905
937
  type: string;
906
938
  id: string;
907
- name: string;
908
939
  createdAt: Date;
909
940
  updatedAt: Date;
910
941
  deletedAt: Date | null;
@@ -913,9 +944,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
913
944
  omnichannel: string;
914
945
  usageType: string | null;
915
946
  productPrice: {
916
- id: string;
917
- name: string | null;
918
947
  currency: string | null;
948
+ name: string | null;
949
+ id: string;
919
950
  createdAt: Date;
920
951
  updatedAt: Date;
921
952
  deletedAt: Date | null;
@@ -939,9 +970,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
939
970
  }, {
940
971
  id: string;
941
972
  product: {
973
+ name: string;
942
974
  type: string;
943
975
  id: string;
944
- name: string;
945
976
  createdAt: Date;
946
977
  updatedAt: Date;
947
978
  deletedAt: Date | null;
@@ -950,9 +981,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
950
981
  omnichannel: string;
951
982
  usageType: string | null;
952
983
  productPrice: {
953
- id: string;
954
- name: string | null;
955
984
  currency: string | null;
985
+ name: string | null;
986
+ id: string;
956
987
  createdAt: Date;
957
988
  updatedAt: Date;
958
989
  deletedAt: Date | null;
@@ -963,9 +994,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
963
994
  relatedProducts: {
964
995
  id: string;
965
996
  product: {
997
+ name: string;
966
998
  type: string;
967
999
  id: string;
968
- name: string;
969
1000
  createdAt: Date;
970
1001
  updatedAt: Date;
971
1002
  deletedAt: Date | null;
@@ -974,9 +1005,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
974
1005
  omnichannel: string;
975
1006
  usageType: string | null;
976
1007
  productPrice: {
977
- id: string;
978
- name: string | null;
979
1008
  currency: string | null;
1009
+ name: string | null;
1010
+ id: string;
980
1011
  createdAt: Date;
981
1012
  updatedAt: Date;
982
1013
  deletedAt: Date | null;
@@ -1043,9 +1074,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1043
1074
  price: z.ZodNumber;
1044
1075
  currency: z.ZodNullable<z.ZodString>;
1045
1076
  }, "strip", z.ZodTypeAny, {
1046
- id: string;
1047
- name: string | null;
1048
1077
  currency: string | null;
1078
+ name: string | null;
1079
+ id: string;
1049
1080
  createdAt: Date;
1050
1081
  updatedAt: Date;
1051
1082
  deletedAt: Date | null;
@@ -1053,9 +1084,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1053
1084
  perUnit: number;
1054
1085
  price: number;
1055
1086
  }, {
1056
- id: string;
1057
- name: string | null;
1058
1087
  currency: string | null;
1088
+ name: string | null;
1089
+ id: string;
1059
1090
  createdAt: Date;
1060
1091
  updatedAt: Date;
1061
1092
  deletedAt: Date | null;
@@ -1091,9 +1122,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1091
1122
  price: z.ZodNumber;
1092
1123
  currency: z.ZodNullable<z.ZodString>;
1093
1124
  }, "strip", z.ZodTypeAny, {
1094
- id: string;
1095
- name: string | null;
1096
1125
  currency: string | null;
1126
+ name: string | null;
1127
+ id: string;
1097
1128
  createdAt: Date;
1098
1129
  updatedAt: Date;
1099
1130
  deletedAt: Date | null;
@@ -1101,9 +1132,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1101
1132
  perUnit: number;
1102
1133
  price: number;
1103
1134
  }, {
1104
- id: string;
1105
- name: string | null;
1106
1135
  currency: string | null;
1136
+ name: string | null;
1137
+ id: string;
1107
1138
  createdAt: Date;
1108
1139
  updatedAt: Date;
1109
1140
  deletedAt: Date | null;
@@ -1112,9 +1143,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1112
1143
  price: number;
1113
1144
  }>;
1114
1145
  }, "strip", z.ZodTypeAny, {
1146
+ name: string;
1115
1147
  type: string;
1116
1148
  id: string;
1117
- name: string;
1118
1149
  createdAt: Date;
1119
1150
  updatedAt: Date;
1120
1151
  deletedAt: Date | null;
@@ -1123,9 +1154,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1123
1154
  omnichannel: string;
1124
1155
  usageType: string | null;
1125
1156
  productPrice: {
1126
- id: string;
1127
- name: string | null;
1128
1157
  currency: string | null;
1158
+ name: string | null;
1159
+ id: string;
1129
1160
  createdAt: Date;
1130
1161
  updatedAt: Date;
1131
1162
  deletedAt: Date | null;
@@ -1134,9 +1165,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1134
1165
  price: number;
1135
1166
  };
1136
1167
  }, {
1168
+ name: string;
1137
1169
  type: string;
1138
1170
  id: string;
1139
- name: string;
1140
1171
  createdAt: Date;
1141
1172
  updatedAt: Date;
1142
1173
  deletedAt: Date | null;
@@ -1145,9 +1176,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1145
1176
  omnichannel: string;
1146
1177
  usageType: string | null;
1147
1178
  productPrice: {
1148
- id: string;
1149
- name: string | null;
1150
1179
  currency: string | null;
1180
+ name: string | null;
1181
+ id: string;
1151
1182
  createdAt: Date;
1152
1183
  updatedAt: Date;
1153
1184
  deletedAt: Date | null;
@@ -1159,9 +1190,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1159
1190
  }, "strip", z.ZodTypeAny, {
1160
1191
  id: string;
1161
1192
  product: {
1193
+ name: string;
1162
1194
  type: string;
1163
1195
  id: string;
1164
- name: string;
1165
1196
  createdAt: Date;
1166
1197
  updatedAt: Date;
1167
1198
  deletedAt: Date | null;
@@ -1170,9 +1201,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1170
1201
  omnichannel: string;
1171
1202
  usageType: string | null;
1172
1203
  productPrice: {
1173
- id: string;
1174
- name: string | null;
1175
1204
  currency: string | null;
1205
+ name: string | null;
1206
+ id: string;
1176
1207
  createdAt: Date;
1177
1208
  updatedAt: Date;
1178
1209
  deletedAt: Date | null;
@@ -1188,9 +1219,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1188
1219
  }, {
1189
1220
  id: string;
1190
1221
  product: {
1222
+ name: string;
1191
1223
  type: string;
1192
1224
  id: string;
1193
- name: string;
1194
1225
  createdAt: Date;
1195
1226
  updatedAt: Date;
1196
1227
  deletedAt: Date | null;
@@ -1199,9 +1230,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1199
1230
  omnichannel: string;
1200
1231
  usageType: string | null;
1201
1232
  productPrice: {
1202
- id: string;
1203
- name: string | null;
1204
1233
  currency: string | null;
1234
+ name: string | null;
1235
+ id: string;
1205
1236
  createdAt: Date;
1206
1237
  updatedAt: Date;
1207
1238
  deletedAt: Date | null;
@@ -1216,9 +1247,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1216
1247
  includedQuantity: number;
1217
1248
  }>, "many">;
1218
1249
  }, "strip", z.ZodTypeAny, {
1250
+ name: string;
1219
1251
  type: string;
1220
1252
  id: string;
1221
- name: string;
1222
1253
  createdAt: Date;
1223
1254
  updatedAt: Date;
1224
1255
  deletedAt: Date | null;
@@ -1227,9 +1258,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1227
1258
  omnichannel: string;
1228
1259
  usageType: string | null;
1229
1260
  productPrice: {
1230
- id: string;
1231
- name: string | null;
1232
1261
  currency: string | null;
1262
+ name: string | null;
1263
+ id: string;
1233
1264
  createdAt: Date;
1234
1265
  updatedAt: Date;
1235
1266
  deletedAt: Date | null;
@@ -1240,9 +1271,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1240
1271
  relatedProducts: {
1241
1272
  id: string;
1242
1273
  product: {
1274
+ name: string;
1243
1275
  type: string;
1244
1276
  id: string;
1245
- name: string;
1246
1277
  createdAt: Date;
1247
1278
  updatedAt: Date;
1248
1279
  deletedAt: Date | null;
@@ -1251,9 +1282,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1251
1282
  omnichannel: string;
1252
1283
  usageType: string | null;
1253
1284
  productPrice: {
1254
- id: string;
1255
- name: string | null;
1256
1285
  currency: string | null;
1286
+ name: string | null;
1287
+ id: string;
1257
1288
  createdAt: Date;
1258
1289
  updatedAt: Date;
1259
1290
  deletedAt: Date | null;
@@ -1268,9 +1299,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1268
1299
  includedQuantity: number;
1269
1300
  }[];
1270
1301
  }, {
1302
+ name: string;
1271
1303
  type: string;
1272
1304
  id: string;
1273
- name: string;
1274
1305
  createdAt: Date;
1275
1306
  updatedAt: Date;
1276
1307
  deletedAt: Date | null;
@@ -1279,9 +1310,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1279
1310
  omnichannel: string;
1280
1311
  usageType: string | null;
1281
1312
  productPrice: {
1282
- id: string;
1283
- name: string | null;
1284
1313
  currency: string | null;
1314
+ name: string | null;
1315
+ id: string;
1285
1316
  createdAt: Date;
1286
1317
  updatedAt: Date;
1287
1318
  deletedAt: Date | null;
@@ -1292,9 +1323,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1292
1323
  relatedProducts: {
1293
1324
  id: string;
1294
1325
  product: {
1326
+ name: string;
1295
1327
  type: string;
1296
1328
  id: string;
1297
- name: string;
1298
1329
  createdAt: Date;
1299
1330
  updatedAt: Date;
1300
1331
  deletedAt: Date | null;
@@ -1303,9 +1334,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1303
1334
  omnichannel: string;
1304
1335
  usageType: string | null;
1305
1336
  productPrice: {
1306
- id: string;
1307
- name: string | null;
1308
1337
  currency: string | null;
1338
+ name: string | null;
1339
+ id: string;
1309
1340
  createdAt: Date;
1310
1341
  updatedAt: Date;
1311
1342
  deletedAt: Date | null;
@@ -1323,9 +1354,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1323
1354
  }, "strip", z.ZodTypeAny, {
1324
1355
  id: string;
1325
1356
  product: {
1357
+ name: string;
1326
1358
  type: string;
1327
1359
  id: string;
1328
- name: string;
1329
1360
  createdAt: Date;
1330
1361
  updatedAt: Date;
1331
1362
  deletedAt: Date | null;
@@ -1334,9 +1365,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1334
1365
  omnichannel: string;
1335
1366
  usageType: string | null;
1336
1367
  productPrice: {
1337
- id: string;
1338
- name: string | null;
1339
1368
  currency: string | null;
1369
+ name: string | null;
1370
+ id: string;
1340
1371
  createdAt: Date;
1341
1372
  updatedAt: Date;
1342
1373
  deletedAt: Date | null;
@@ -1347,9 +1378,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1347
1378
  relatedProducts: {
1348
1379
  id: string;
1349
1380
  product: {
1381
+ name: string;
1350
1382
  type: string;
1351
1383
  id: string;
1352
- name: string;
1353
1384
  createdAt: Date;
1354
1385
  updatedAt: Date;
1355
1386
  deletedAt: Date | null;
@@ -1358,9 +1389,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1358
1389
  omnichannel: string;
1359
1390
  usageType: string | null;
1360
1391
  productPrice: {
1361
- id: string;
1362
- name: string | null;
1363
1392
  currency: string | null;
1393
+ name: string | null;
1394
+ id: string;
1364
1395
  createdAt: Date;
1365
1396
  updatedAt: Date;
1366
1397
  deletedAt: Date | null;
@@ -1384,9 +1415,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1384
1415
  }, {
1385
1416
  id: string;
1386
1417
  product: {
1418
+ name: string;
1387
1419
  type: string;
1388
1420
  id: string;
1389
- name: string;
1390
1421
  createdAt: Date;
1391
1422
  updatedAt: Date;
1392
1423
  deletedAt: Date | null;
@@ -1395,9 +1426,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1395
1426
  omnichannel: string;
1396
1427
  usageType: string | null;
1397
1428
  productPrice: {
1398
- id: string;
1399
- name: string | null;
1400
1429
  currency: string | null;
1430
+ name: string | null;
1431
+ id: string;
1401
1432
  createdAt: Date;
1402
1433
  updatedAt: Date;
1403
1434
  deletedAt: Date | null;
@@ -1408,9 +1439,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1408
1439
  relatedProducts: {
1409
1440
  id: string;
1410
1441
  product: {
1442
+ name: string;
1411
1443
  type: string;
1412
1444
  id: string;
1413
- name: string;
1414
1445
  createdAt: Date;
1415
1446
  updatedAt: Date;
1416
1447
  deletedAt: Date | null;
@@ -1419,9 +1450,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1419
1450
  omnichannel: string;
1420
1451
  usageType: string | null;
1421
1452
  productPrice: {
1422
- id: string;
1423
- name: string | null;
1424
1453
  currency: string | null;
1454
+ name: string | null;
1455
+ id: string;
1425
1456
  createdAt: Date;
1426
1457
  updatedAt: Date;
1427
1458
  deletedAt: Date | null;
@@ -1454,9 +1485,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1454
1485
  price: z.ZodNumber;
1455
1486
  currency: z.ZodNullable<z.ZodString>;
1456
1487
  }, "strip", z.ZodTypeAny, {
1457
- id: string;
1458
- name: string | null;
1459
1488
  currency: string | null;
1489
+ name: string | null;
1490
+ id: string;
1460
1491
  createdAt: Date;
1461
1492
  updatedAt: Date;
1462
1493
  deletedAt: Date | null;
@@ -1464,9 +1495,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1464
1495
  perUnit: number;
1465
1496
  price: number;
1466
1497
  }, {
1467
- id: string;
1468
- name: string | null;
1469
1498
  currency: string | null;
1499
+ name: string | null;
1500
+ id: string;
1470
1501
  createdAt: Date;
1471
1502
  updatedAt: Date;
1472
1503
  deletedAt: Date | null;
@@ -1496,9 +1527,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1496
1527
  price: z.ZodNumber;
1497
1528
  currency: z.ZodNullable<z.ZodString>;
1498
1529
  }, "strip", z.ZodTypeAny, {
1499
- id: string;
1500
- name: string | null;
1501
1530
  currency: string | null;
1531
+ name: string | null;
1532
+ id: string;
1502
1533
  createdAt: Date;
1503
1534
  updatedAt: Date;
1504
1535
  deletedAt: Date | null;
@@ -1506,9 +1537,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1506
1537
  perUnit: number;
1507
1538
  price: number;
1508
1539
  }, {
1509
- id: string;
1510
- name: string | null;
1511
1540
  currency: string | null;
1541
+ name: string | null;
1542
+ id: string;
1512
1543
  createdAt: Date;
1513
1544
  updatedAt: Date;
1514
1545
  deletedAt: Date | null;
@@ -1544,9 +1575,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1544
1575
  price: z.ZodNumber;
1545
1576
  currency: z.ZodNullable<z.ZodString>;
1546
1577
  }, "strip", z.ZodTypeAny, {
1547
- id: string;
1548
- name: string | null;
1549
1578
  currency: string | null;
1579
+ name: string | null;
1580
+ id: string;
1550
1581
  createdAt: Date;
1551
1582
  updatedAt: Date;
1552
1583
  deletedAt: Date | null;
@@ -1554,9 +1585,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1554
1585
  perUnit: number;
1555
1586
  price: number;
1556
1587
  }, {
1557
- id: string;
1558
- name: string | null;
1559
1588
  currency: string | null;
1589
+ name: string | null;
1590
+ id: string;
1560
1591
  createdAt: Date;
1561
1592
  updatedAt: Date;
1562
1593
  deletedAt: Date | null;
@@ -1565,9 +1596,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1565
1596
  price: number;
1566
1597
  }>;
1567
1598
  }, "strip", z.ZodTypeAny, {
1599
+ name: string;
1568
1600
  type: string;
1569
1601
  id: string;
1570
- name: string;
1571
1602
  createdAt: Date;
1572
1603
  updatedAt: Date;
1573
1604
  deletedAt: Date | null;
@@ -1576,9 +1607,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1576
1607
  omnichannel: string;
1577
1608
  usageType: string | null;
1578
1609
  productPrice: {
1579
- id: string;
1580
- name: string | null;
1581
1610
  currency: string | null;
1611
+ name: string | null;
1612
+ id: string;
1582
1613
  createdAt: Date;
1583
1614
  updatedAt: Date;
1584
1615
  deletedAt: Date | null;
@@ -1587,9 +1618,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1587
1618
  price: number;
1588
1619
  };
1589
1620
  }, {
1621
+ name: string;
1590
1622
  type: string;
1591
1623
  id: string;
1592
- name: string;
1593
1624
  createdAt: Date;
1594
1625
  updatedAt: Date;
1595
1626
  deletedAt: Date | null;
@@ -1598,9 +1629,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1598
1629
  omnichannel: string;
1599
1630
  usageType: string | null;
1600
1631
  productPrice: {
1601
- id: string;
1602
- name: string | null;
1603
1632
  currency: string | null;
1633
+ name: string | null;
1634
+ id: string;
1604
1635
  createdAt: Date;
1605
1636
  updatedAt: Date;
1606
1637
  deletedAt: Date | null;
@@ -1612,9 +1643,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1612
1643
  }, "strip", z.ZodTypeAny, {
1613
1644
  id: string;
1614
1645
  product: {
1646
+ name: string;
1615
1647
  type: string;
1616
1648
  id: string;
1617
- name: string;
1618
1649
  createdAt: Date;
1619
1650
  updatedAt: Date;
1620
1651
  deletedAt: Date | null;
@@ -1623,9 +1654,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1623
1654
  omnichannel: string;
1624
1655
  usageType: string | null;
1625
1656
  productPrice: {
1626
- id: string;
1627
- name: string | null;
1628
1657
  currency: string | null;
1658
+ name: string | null;
1659
+ id: string;
1629
1660
  createdAt: Date;
1630
1661
  updatedAt: Date;
1631
1662
  deletedAt: Date | null;
@@ -1641,9 +1672,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1641
1672
  }, {
1642
1673
  id: string;
1643
1674
  product: {
1675
+ name: string;
1644
1676
  type: string;
1645
1677
  id: string;
1646
- name: string;
1647
1678
  createdAt: Date;
1648
1679
  updatedAt: Date;
1649
1680
  deletedAt: Date | null;
@@ -1652,9 +1683,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1652
1683
  omnichannel: string;
1653
1684
  usageType: string | null;
1654
1685
  productPrice: {
1655
- id: string;
1656
- name: string | null;
1657
1686
  currency: string | null;
1687
+ name: string | null;
1688
+ id: string;
1658
1689
  createdAt: Date;
1659
1690
  updatedAt: Date;
1660
1691
  deletedAt: Date | null;
@@ -1669,9 +1700,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1669
1700
  includedQuantity: number;
1670
1701
  }>, "many">;
1671
1702
  }, "strip", z.ZodTypeAny, {
1703
+ name: string;
1672
1704
  type: string;
1673
1705
  id: string;
1674
- name: string;
1675
1706
  createdAt: Date;
1676
1707
  updatedAt: Date;
1677
1708
  deletedAt: Date | null;
@@ -1680,9 +1711,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1680
1711
  omnichannel: string;
1681
1712
  usageType: string | null;
1682
1713
  productPrice: {
1683
- id: string;
1684
- name: string | null;
1685
1714
  currency: string | null;
1715
+ name: string | null;
1716
+ id: string;
1686
1717
  createdAt: Date;
1687
1718
  updatedAt: Date;
1688
1719
  deletedAt: Date | null;
@@ -1693,9 +1724,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1693
1724
  relatedProducts: {
1694
1725
  id: string;
1695
1726
  product: {
1727
+ name: string;
1696
1728
  type: string;
1697
1729
  id: string;
1698
- name: string;
1699
1730
  createdAt: Date;
1700
1731
  updatedAt: Date;
1701
1732
  deletedAt: Date | null;
@@ -1704,9 +1735,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1704
1735
  omnichannel: string;
1705
1736
  usageType: string | null;
1706
1737
  productPrice: {
1707
- id: string;
1708
- name: string | null;
1709
1738
  currency: string | null;
1739
+ name: string | null;
1740
+ id: string;
1710
1741
  createdAt: Date;
1711
1742
  updatedAt: Date;
1712
1743
  deletedAt: Date | null;
@@ -1721,9 +1752,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1721
1752
  includedQuantity: number;
1722
1753
  }[];
1723
1754
  }, {
1755
+ name: string;
1724
1756
  type: string;
1725
1757
  id: string;
1726
- name: string;
1727
1758
  createdAt: Date;
1728
1759
  updatedAt: Date;
1729
1760
  deletedAt: Date | null;
@@ -1732,9 +1763,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1732
1763
  omnichannel: string;
1733
1764
  usageType: string | null;
1734
1765
  productPrice: {
1735
- id: string;
1736
- name: string | null;
1737
1766
  currency: string | null;
1767
+ name: string | null;
1768
+ id: string;
1738
1769
  createdAt: Date;
1739
1770
  updatedAt: Date;
1740
1771
  deletedAt: Date | null;
@@ -1745,9 +1776,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1745
1776
  relatedProducts: {
1746
1777
  id: string;
1747
1778
  product: {
1779
+ name: string;
1748
1780
  type: string;
1749
1781
  id: string;
1750
- name: string;
1751
1782
  createdAt: Date;
1752
1783
  updatedAt: Date;
1753
1784
  deletedAt: Date | null;
@@ -1756,9 +1787,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1756
1787
  omnichannel: string;
1757
1788
  usageType: string | null;
1758
1789
  productPrice: {
1759
- id: string;
1760
- name: string | null;
1761
1790
  currency: string | null;
1791
+ name: string | null;
1792
+ id: string;
1762
1793
  createdAt: Date;
1763
1794
  updatedAt: Date;
1764
1795
  deletedAt: Date | null;
@@ -1774,14 +1805,14 @@ export declare const SubscriptionSchema: z.ZodObject<{
1774
1805
  }[];
1775
1806
  }>;
1776
1807
  }, "strip", z.ZodTypeAny, {
1808
+ name: string | null;
1777
1809
  type: string;
1778
1810
  interval: string;
1779
1811
  id: string;
1780
- name: string | null;
1781
1812
  product: {
1813
+ name: string;
1782
1814
  type: string;
1783
1815
  id: string;
1784
- name: string;
1785
1816
  createdAt: Date;
1786
1817
  updatedAt: Date;
1787
1818
  deletedAt: Date | null;
@@ -1790,9 +1821,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1790
1821
  omnichannel: string;
1791
1822
  usageType: string | null;
1792
1823
  productPrice: {
1793
- id: string;
1794
- name: string | null;
1795
1824
  currency: string | null;
1825
+ name: string | null;
1826
+ id: string;
1796
1827
  createdAt: Date;
1797
1828
  updatedAt: Date;
1798
1829
  deletedAt: Date | null;
@@ -1803,9 +1834,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1803
1834
  relatedProducts: {
1804
1835
  id: string;
1805
1836
  product: {
1837
+ name: string;
1806
1838
  type: string;
1807
1839
  id: string;
1808
- name: string;
1809
1840
  createdAt: Date;
1810
1841
  updatedAt: Date;
1811
1842
  deletedAt: Date | null;
@@ -1814,9 +1845,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1814
1845
  omnichannel: string;
1815
1846
  usageType: string | null;
1816
1847
  productPrice: {
1817
- id: string;
1818
- name: string | null;
1819
1848
  currency: string | null;
1849
+ name: string | null;
1850
+ id: string;
1820
1851
  createdAt: Date;
1821
1852
  updatedAt: Date;
1822
1853
  deletedAt: Date | null;
@@ -1837,9 +1868,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1837
1868
  deletedAt: Date | null;
1838
1869
  provider: string;
1839
1870
  productPrice: {
1840
- id: string;
1841
- name: string | null;
1842
1871
  currency: string | null;
1872
+ name: string | null;
1873
+ id: string;
1843
1874
  createdAt: Date;
1844
1875
  updatedAt: Date;
1845
1876
  deletedAt: Date | null;
@@ -1855,9 +1886,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1855
1886
  subscriptionProducts: {
1856
1887
  id: string;
1857
1888
  product: {
1889
+ name: string;
1858
1890
  type: string;
1859
1891
  id: string;
1860
- name: string;
1861
1892
  createdAt: Date;
1862
1893
  updatedAt: Date;
1863
1894
  deletedAt: Date | null;
@@ -1866,9 +1897,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1866
1897
  omnichannel: string;
1867
1898
  usageType: string | null;
1868
1899
  productPrice: {
1869
- id: string;
1870
- name: string | null;
1871
1900
  currency: string | null;
1901
+ name: string | null;
1902
+ id: string;
1872
1903
  createdAt: Date;
1873
1904
  updatedAt: Date;
1874
1905
  deletedAt: Date | null;
@@ -1879,9 +1910,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1879
1910
  relatedProducts: {
1880
1911
  id: string;
1881
1912
  product: {
1913
+ name: string;
1882
1914
  type: string;
1883
1915
  id: string;
1884
- name: string;
1885
1916
  createdAt: Date;
1886
1917
  updatedAt: Date;
1887
1918
  deletedAt: Date | null;
@@ -1890,9 +1921,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1890
1921
  omnichannel: string;
1891
1922
  usageType: string | null;
1892
1923
  productPrice: {
1893
- id: string;
1894
- name: string | null;
1895
1924
  currency: string | null;
1925
+ name: string | null;
1926
+ id: string;
1896
1927
  createdAt: Date;
1897
1928
  updatedAt: Date;
1898
1929
  deletedAt: Date | null;
@@ -1915,14 +1946,14 @@ export declare const SubscriptionSchema: z.ZodObject<{
1915
1946
  subscriptionItemId: string;
1916
1947
  }[];
1917
1948
  }, {
1949
+ name: string | null;
1918
1950
  type: string;
1919
1951
  interval: string;
1920
1952
  id: string;
1921
- name: string | null;
1922
1953
  product: {
1954
+ name: string;
1923
1955
  type: string;
1924
1956
  id: string;
1925
- name: string;
1926
1957
  createdAt: Date;
1927
1958
  updatedAt: Date;
1928
1959
  deletedAt: Date | null;
@@ -1931,9 +1962,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1931
1962
  omnichannel: string;
1932
1963
  usageType: string | null;
1933
1964
  productPrice: {
1934
- id: string;
1935
- name: string | null;
1936
1965
  currency: string | null;
1966
+ name: string | null;
1967
+ id: string;
1937
1968
  createdAt: Date;
1938
1969
  updatedAt: Date;
1939
1970
  deletedAt: Date | null;
@@ -1944,9 +1975,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1944
1975
  relatedProducts: {
1945
1976
  id: string;
1946
1977
  product: {
1978
+ name: string;
1947
1979
  type: string;
1948
1980
  id: string;
1949
- name: string;
1950
1981
  createdAt: Date;
1951
1982
  updatedAt: Date;
1952
1983
  deletedAt: Date | null;
@@ -1955,9 +1986,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1955
1986
  omnichannel: string;
1956
1987
  usageType: string | null;
1957
1988
  productPrice: {
1958
- id: string;
1959
- name: string | null;
1960
1989
  currency: string | null;
1990
+ name: string | null;
1991
+ id: string;
1961
1992
  createdAt: Date;
1962
1993
  updatedAt: Date;
1963
1994
  deletedAt: Date | null;
@@ -1978,9 +2009,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1978
2009
  deletedAt: Date | null;
1979
2010
  provider: string;
1980
2011
  productPrice: {
1981
- id: string;
1982
- name: string | null;
1983
2012
  currency: string | null;
2013
+ name: string | null;
2014
+ id: string;
1984
2015
  createdAt: Date;
1985
2016
  updatedAt: Date;
1986
2017
  deletedAt: Date | null;
@@ -1996,9 +2027,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1996
2027
  subscriptionProducts: {
1997
2028
  id: string;
1998
2029
  product: {
2030
+ name: string;
1999
2031
  type: string;
2000
2032
  id: string;
2001
- name: string;
2002
2033
  createdAt: Date;
2003
2034
  updatedAt: Date;
2004
2035
  deletedAt: Date | null;
@@ -2007,9 +2038,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
2007
2038
  omnichannel: string;
2008
2039
  usageType: string | null;
2009
2040
  productPrice: {
2010
- id: string;
2011
- name: string | null;
2012
2041
  currency: string | null;
2042
+ name: string | null;
2043
+ id: string;
2013
2044
  createdAt: Date;
2014
2045
  updatedAt: Date;
2015
2046
  deletedAt: Date | null;
@@ -2020,9 +2051,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
2020
2051
  relatedProducts: {
2021
2052
  id: string;
2022
2053
  product: {
2054
+ name: string;
2023
2055
  type: string;
2024
2056
  id: string;
2025
- name: string;
2026
2057
  createdAt: Date;
2027
2058
  updatedAt: Date;
2028
2059
  deletedAt: Date | null;
@@ -2031,9 +2062,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
2031
2062
  omnichannel: string;
2032
2063
  usageType: string | null;
2033
2064
  productPrice: {
2034
- id: string;
2035
- name: string | null;
2036
2065
  currency: string | null;
2066
+ name: string | null;
2067
+ id: string;
2037
2068
  createdAt: Date;
2038
2069
  updatedAt: Date;
2039
2070
  deletedAt: Date | null;