@kl1/contracts 1.2.52-uat → 1.2.53-uat

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 (108) hide show
  1. package/dist/api-contracts/src/activity-log/index.d.ts +4 -4
  2. package/dist/api-contracts/src/activity-log/schema.d.ts +4 -4
  3. package/dist/api-contracts/src/attribute/index.d.ts +4 -4
  4. package/dist/api-contracts/src/attribute/validation.d.ts +4 -4
  5. package/dist/api-contracts/src/auth/index.d.ts +4 -4
  6. package/dist/api-contracts/src/automation-queue/index.d.ts +80 -80
  7. package/dist/api-contracts/src/automation-queue/schema.d.ts +10 -10
  8. package/dist/api-contracts/src/botpress/index.d.ts +28 -28
  9. package/dist/api-contracts/src/botpress/schema.d.ts +6 -6
  10. package/dist/api-contracts/src/botpress/validation.d.ts +8 -8
  11. package/dist/api-contracts/src/business-calendar/index.d.ts +32 -32
  12. package/dist/api-contracts/src/business-calendar/schema.d.ts +8 -8
  13. package/dist/api-contracts/src/business-calendar/validation.d.ts +2 -2
  14. package/dist/api-contracts/src/category/index.d.ts +12 -12
  15. package/dist/api-contracts/src/category/schema.d.ts +2 -2
  16. package/dist/api-contracts/src/channel/index.d.ts +467 -467
  17. package/dist/api-contracts/src/channel/schema.d.ts +16 -16
  18. package/dist/api-contracts/src/channel/validation.d.ts +20 -20
  19. package/dist/api-contracts/src/chat/index.d.ts +3703 -3703
  20. package/dist/api-contracts/src/chat/schema.d.ts +1128 -1128
  21. package/dist/api-contracts/src/chat/validation.d.ts +745 -745
  22. package/dist/api-contracts/src/comment/index.d.ts +244 -244
  23. package/dist/api-contracts/src/comment/schema.d.ts +68 -68
  24. package/dist/api-contracts/src/company/index.d.ts +4 -4
  25. package/dist/api-contracts/src/company/validation.d.ts +4 -4
  26. package/dist/api-contracts/src/contact/index.d.ts +246 -246
  27. package/dist/api-contracts/src/contact/schema.d.ts +26 -26
  28. package/dist/api-contracts/src/contact/validation.d.ts +134 -134
  29. package/dist/api-contracts/src/contract.d.ts +8831 -8831
  30. package/dist/api-contracts/src/cx-log/index.d.ts +248 -248
  31. package/dist/api-contracts/src/cx-log/schema.d.ts +204 -204
  32. package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
  33. package/dist/api-contracts/src/dashboard/index.d.ts +40 -40
  34. package/dist/api-contracts/src/dashboard/schema.d.ts +34 -34
  35. package/dist/api-contracts/src/extension/index.d.ts +4 -4
  36. package/dist/api-contracts/src/facebook-feed/index.d.ts +708 -708
  37. package/dist/api-contracts/src/facebook-feed/schema.d.ts +64 -64
  38. package/dist/api-contracts/src/facebook-feed/validation.d.ts +66 -66
  39. package/dist/api-contracts/src/hold-label/index.d.ts +34 -34
  40. package/dist/api-contracts/src/hold-label/schema.d.ts +10 -10
  41. package/dist/api-contracts/src/instagram/index.d.ts +596 -596
  42. package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
  43. package/dist/api-contracts/src/line/index.d.ts +608 -608
  44. package/dist/api-contracts/src/line/schema.d.ts +4 -4
  45. package/dist/api-contracts/src/line/validation.d.ts +50 -50
  46. package/dist/api-contracts/src/mail/account-contract.d.ts +83 -83
  47. package/dist/api-contracts/src/mail/mail-contract.d.ts +2630 -2630
  48. package/dist/api-contracts/src/mail/mail-server-contract.d.ts +32 -32
  49. package/dist/api-contracts/src/mail/message-contract.d.ts +278 -278
  50. package/dist/api-contracts/src/mail/room-contract.d.ts +1483 -1483
  51. package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
  52. package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +10 -10
  53. package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
  54. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +478 -478
  55. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +466 -466
  56. package/dist/api-contracts/src/messenger/index.d.ts +599 -599
  57. package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
  58. package/dist/api-contracts/src/messenger/validation.d.ts +62 -62
  59. package/dist/api-contracts/src/notification/index.d.ts +26 -26
  60. package/dist/api-contracts/src/notification/schema.d.ts +18 -18
  61. package/dist/api-contracts/src/notification/validation.d.ts +10 -10
  62. package/dist/api-contracts/src/public-api/index.d.ts +84 -84
  63. package/dist/api-contracts/src/public-api/schema.d.ts +10 -10
  64. package/dist/api-contracts/src/public-api/validation.d.ts +20 -20
  65. package/dist/api-contracts/src/sms/index.d.ts +164 -164
  66. package/dist/api-contracts/src/sms/schema.d.ts +8 -8
  67. package/dist/api-contracts/src/sms/validation.d.ts +2 -2
  68. package/dist/api-contracts/src/snippet/index.d.ts +42 -42
  69. package/dist/api-contracts/src/snippet/schema.d.ts +10 -10
  70. package/dist/api-contracts/src/subscription/index.d.ts +190 -190
  71. package/dist/api-contracts/src/subscription/schema.d.ts +218 -218
  72. package/dist/api-contracts/src/subscription/validation.d.ts +2 -2
  73. package/dist/api-contracts/src/tag/index.d.ts +12 -12
  74. package/dist/api-contracts/src/tag/schema.d.ts +2 -2
  75. package/dist/api-contracts/src/telegram/index.d.ts +556 -556
  76. package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
  77. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +14 -14
  78. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +4 -4
  79. package/dist/api-contracts/src/telephony-cdr/index.d.ts +186 -186
  80. package/dist/api-contracts/src/telephony-cdr/schema.d.ts +58 -58
  81. package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
  82. package/dist/api-contracts/src/ticket/index.d.ts +328 -328
  83. package/dist/api-contracts/src/ticket/schema.d.ts +42 -42
  84. package/dist/api-contracts/src/user/index.d.ts +23 -23
  85. package/dist/api-contracts/src/user/schema.d.ts +2 -2
  86. package/dist/api-contracts/src/user/validation.d.ts +5 -5
  87. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +4 -4
  88. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +4 -4
  89. package/dist/api-contracts/src/viber/index.d.ts +568 -568
  90. package/dist/api-contracts/src/viber/validation.d.ts +4 -4
  91. package/dist/api-contracts/src/webchat/index.d.ts +562 -562
  92. package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
  93. package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
  94. package/dist/api-contracts/src/whatsapp/index.d.ts +562 -562
  95. package/dist/api-contracts/src/widget/index.d.ts +24 -24
  96. package/dist/api-contracts/src/widget/schema.d.ts +2 -2
  97. package/dist/api-contracts/src/widget/validation.d.ts +4 -4
  98. package/dist/api-contracts/src/workflow-rule/index.d.ts +424 -424
  99. package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
  100. package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
  101. package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
  102. package/dist/api-contracts/utils.d.ts +1 -1
  103. package/dist/api-contracts/utils.d.ts.map +1 -1
  104. package/dist/index.js +4 -4
  105. package/dist/index.js.map +1 -1
  106. package/dist/index.mjs +4 -4
  107. package/dist/index.mjs.map +1 -1
  108. package/package.json +1 -1
@@ -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;
@@ -579,8 +579,8 @@ export declare const CustomerSchema: z.ZodObject<{
579
579
  name: z.ZodString;
580
580
  balance: z.ZodNumber;
581
581
  }, "strip", z.ZodTypeAny, {
582
- id: string;
583
582
  name: string;
583
+ id: string;
584
584
  email: string;
585
585
  createdAt: Date;
586
586
  updatedAt: Date;
@@ -589,8 +589,8 @@ export declare const CustomerSchema: z.ZodObject<{
589
589
  customerId: string;
590
590
  balance: number;
591
591
  }, {
592
- id: string;
593
592
  name: string;
593
+ id: string;
594
594
  email: string;
595
595
  createdAt: Date;
596
596
  updatedAt: Date;
@@ -629,9 +629,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
629
629
  price: z.ZodNumber;
630
630
  currency: z.ZodNullable<z.ZodString>;
631
631
  }, "strip", z.ZodTypeAny, {
632
- id: string;
633
- name: string | null;
634
632
  currency: string | null;
633
+ name: string | null;
634
+ id: string;
635
635
  createdAt: Date;
636
636
  updatedAt: Date;
637
637
  deletedAt: Date | null;
@@ -639,9 +639,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
639
639
  perUnit: number;
640
640
  price: number;
641
641
  }, {
642
- id: string;
643
- name: string | null;
644
642
  currency: string | null;
643
+ name: string | null;
644
+ id: string;
645
645
  createdAt: Date;
646
646
  updatedAt: Date;
647
647
  deletedAt: Date | null;
@@ -677,9 +677,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
677
677
  price: z.ZodNumber;
678
678
  currency: z.ZodNullable<z.ZodString>;
679
679
  }, "strip", z.ZodTypeAny, {
680
- id: string;
681
- name: string | null;
682
680
  currency: string | null;
681
+ name: string | null;
682
+ id: string;
683
683
  createdAt: Date;
684
684
  updatedAt: Date;
685
685
  deletedAt: Date | null;
@@ -687,9 +687,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
687
687
  perUnit: number;
688
688
  price: number;
689
689
  }, {
690
- id: string;
691
- name: string | null;
692
690
  currency: string | null;
691
+ name: string | null;
692
+ id: string;
693
693
  createdAt: Date;
694
694
  updatedAt: Date;
695
695
  deletedAt: Date | null;
@@ -698,9 +698,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
698
698
  price: number;
699
699
  }>;
700
700
  }, "strip", z.ZodTypeAny, {
701
+ name: string;
701
702
  type: string;
702
703
  id: string;
703
- name: string;
704
704
  createdAt: Date;
705
705
  updatedAt: Date;
706
706
  deletedAt: Date | null;
@@ -709,9 +709,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
709
709
  omnichannel: string;
710
710
  usageType: string | null;
711
711
  productPrice: {
712
- id: string;
713
- name: string | null;
714
712
  currency: string | null;
713
+ name: string | null;
714
+ id: string;
715
715
  createdAt: Date;
716
716
  updatedAt: Date;
717
717
  deletedAt: Date | null;
@@ -720,9 +720,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
720
720
  price: number;
721
721
  };
722
722
  }, {
723
+ name: string;
723
724
  type: string;
724
725
  id: string;
725
- name: string;
726
726
  createdAt: Date;
727
727
  updatedAt: Date;
728
728
  deletedAt: Date | null;
@@ -731,9 +731,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
731
731
  omnichannel: string;
732
732
  usageType: string | null;
733
733
  productPrice: {
734
- id: string;
735
- name: string | null;
736
734
  currency: string | null;
735
+ name: string | null;
736
+ id: string;
737
737
  createdAt: Date;
738
738
  updatedAt: Date;
739
739
  deletedAt: Date | null;
@@ -745,9 +745,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
745
745
  }, "strip", z.ZodTypeAny, {
746
746
  id: string;
747
747
  product: {
748
+ name: string;
748
749
  type: string;
749
750
  id: string;
750
- name: string;
751
751
  createdAt: Date;
752
752
  updatedAt: Date;
753
753
  deletedAt: Date | null;
@@ -756,9 +756,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
756
756
  omnichannel: string;
757
757
  usageType: string | null;
758
758
  productPrice: {
759
- id: string;
760
- name: string | null;
761
759
  currency: string | null;
760
+ name: string | null;
761
+ id: string;
762
762
  createdAt: Date;
763
763
  updatedAt: Date;
764
764
  deletedAt: Date | null;
@@ -774,9 +774,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
774
774
  }, {
775
775
  id: string;
776
776
  product: {
777
+ name: string;
777
778
  type: string;
778
779
  id: string;
779
- name: string;
780
780
  createdAt: Date;
781
781
  updatedAt: Date;
782
782
  deletedAt: Date | null;
@@ -785,9 +785,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
785
785
  omnichannel: string;
786
786
  usageType: string | null;
787
787
  productPrice: {
788
- id: string;
789
- name: string | null;
790
788
  currency: string | null;
789
+ name: string | null;
790
+ id: string;
791
791
  createdAt: Date;
792
792
  updatedAt: Date;
793
793
  deletedAt: Date | null;
@@ -802,9 +802,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
802
802
  includedQuantity: number;
803
803
  }>, "many">;
804
804
  }, "strip", z.ZodTypeAny, {
805
+ name: string;
805
806
  type: string;
806
807
  id: string;
807
- name: string;
808
808
  createdAt: Date;
809
809
  updatedAt: Date;
810
810
  deletedAt: Date | null;
@@ -813,9 +813,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
813
813
  omnichannel: string;
814
814
  usageType: string | null;
815
815
  productPrice: {
816
- id: string;
817
- name: string | null;
818
816
  currency: string | null;
817
+ name: string | null;
818
+ id: string;
819
819
  createdAt: Date;
820
820
  updatedAt: Date;
821
821
  deletedAt: Date | null;
@@ -826,9 +826,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
826
826
  relatedProducts: {
827
827
  id: string;
828
828
  product: {
829
+ name: string;
829
830
  type: string;
830
831
  id: string;
831
- name: string;
832
832
  createdAt: Date;
833
833
  updatedAt: Date;
834
834
  deletedAt: Date | null;
@@ -837,9 +837,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
837
837
  omnichannel: string;
838
838
  usageType: string | null;
839
839
  productPrice: {
840
- id: string;
841
- name: string | null;
842
840
  currency: string | null;
841
+ name: string | null;
842
+ id: string;
843
843
  createdAt: Date;
844
844
  updatedAt: Date;
845
845
  deletedAt: Date | null;
@@ -854,9 +854,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
854
854
  includedQuantity: number;
855
855
  }[];
856
856
  }, {
857
+ name: string;
857
858
  type: string;
858
859
  id: string;
859
- name: string;
860
860
  createdAt: Date;
861
861
  updatedAt: Date;
862
862
  deletedAt: Date | null;
@@ -865,9 +865,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
865
865
  omnichannel: string;
866
866
  usageType: string | null;
867
867
  productPrice: {
868
- id: string;
869
- name: string | null;
870
868
  currency: string | null;
869
+ name: string | null;
870
+ id: string;
871
871
  createdAt: Date;
872
872
  updatedAt: Date;
873
873
  deletedAt: Date | null;
@@ -878,9 +878,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
878
878
  relatedProducts: {
879
879
  id: string;
880
880
  product: {
881
+ name: string;
881
882
  type: string;
882
883
  id: string;
883
- name: string;
884
884
  createdAt: Date;
885
885
  updatedAt: Date;
886
886
  deletedAt: Date | null;
@@ -889,9 +889,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
889
889
  omnichannel: string;
890
890
  usageType: string | null;
891
891
  productPrice: {
892
- id: string;
893
- name: string | null;
894
892
  currency: string | null;
893
+ name: string | null;
894
+ id: string;
895
895
  createdAt: Date;
896
896
  updatedAt: Date;
897
897
  deletedAt: Date | null;
@@ -909,9 +909,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
909
909
  }, "strip", z.ZodTypeAny, {
910
910
  id: string;
911
911
  product: {
912
+ name: string;
912
913
  type: string;
913
914
  id: string;
914
- name: string;
915
915
  createdAt: Date;
916
916
  updatedAt: Date;
917
917
  deletedAt: Date | null;
@@ -920,9 +920,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
920
920
  omnichannel: string;
921
921
  usageType: string | null;
922
922
  productPrice: {
923
- id: string;
924
- name: string | null;
925
923
  currency: string | null;
924
+ name: string | null;
925
+ id: string;
926
926
  createdAt: Date;
927
927
  updatedAt: Date;
928
928
  deletedAt: Date | null;
@@ -933,9 +933,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
933
933
  relatedProducts: {
934
934
  id: string;
935
935
  product: {
936
+ name: string;
936
937
  type: string;
937
938
  id: string;
938
- name: string;
939
939
  createdAt: Date;
940
940
  updatedAt: Date;
941
941
  deletedAt: Date | null;
@@ -944,9 +944,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
944
944
  omnichannel: string;
945
945
  usageType: string | null;
946
946
  productPrice: {
947
- id: string;
948
- name: string | null;
949
947
  currency: string | null;
948
+ name: string | null;
949
+ id: string;
950
950
  createdAt: Date;
951
951
  updatedAt: Date;
952
952
  deletedAt: Date | null;
@@ -970,9 +970,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
970
970
  }, {
971
971
  id: string;
972
972
  product: {
973
+ name: string;
973
974
  type: string;
974
975
  id: string;
975
- name: string;
976
976
  createdAt: Date;
977
977
  updatedAt: Date;
978
978
  deletedAt: Date | null;
@@ -981,9 +981,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
981
981
  omnichannel: string;
982
982
  usageType: string | null;
983
983
  productPrice: {
984
- id: string;
985
- name: string | null;
986
984
  currency: string | null;
985
+ name: string | null;
986
+ id: string;
987
987
  createdAt: Date;
988
988
  updatedAt: Date;
989
989
  deletedAt: Date | null;
@@ -994,9 +994,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
994
994
  relatedProducts: {
995
995
  id: string;
996
996
  product: {
997
+ name: string;
997
998
  type: string;
998
999
  id: string;
999
- name: string;
1000
1000
  createdAt: Date;
1001
1001
  updatedAt: Date;
1002
1002
  deletedAt: Date | null;
@@ -1005,9 +1005,9 @@ export declare const SubscriptionProuctSchema: z.ZodObject<{
1005
1005
  omnichannel: string;
1006
1006
  usageType: string | null;
1007
1007
  productPrice: {
1008
- id: string;
1009
- name: string | null;
1010
1008
  currency: string | null;
1009
+ name: string | null;
1010
+ id: string;
1011
1011
  createdAt: Date;
1012
1012
  updatedAt: Date;
1013
1013
  deletedAt: Date | null;
@@ -1074,9 +1074,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1074
1074
  price: z.ZodNumber;
1075
1075
  currency: z.ZodNullable<z.ZodString>;
1076
1076
  }, "strip", z.ZodTypeAny, {
1077
- id: string;
1078
- name: string | null;
1079
1077
  currency: string | null;
1078
+ name: string | null;
1079
+ id: string;
1080
1080
  createdAt: Date;
1081
1081
  updatedAt: Date;
1082
1082
  deletedAt: Date | null;
@@ -1084,9 +1084,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1084
1084
  perUnit: number;
1085
1085
  price: number;
1086
1086
  }, {
1087
- id: string;
1088
- name: string | null;
1089
1087
  currency: string | null;
1088
+ name: string | null;
1089
+ id: string;
1090
1090
  createdAt: Date;
1091
1091
  updatedAt: Date;
1092
1092
  deletedAt: Date | null;
@@ -1122,9 +1122,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1122
1122
  price: z.ZodNumber;
1123
1123
  currency: z.ZodNullable<z.ZodString>;
1124
1124
  }, "strip", z.ZodTypeAny, {
1125
- id: string;
1126
- name: string | null;
1127
1125
  currency: string | null;
1126
+ name: string | null;
1127
+ id: string;
1128
1128
  createdAt: Date;
1129
1129
  updatedAt: Date;
1130
1130
  deletedAt: Date | null;
@@ -1132,9 +1132,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1132
1132
  perUnit: number;
1133
1133
  price: number;
1134
1134
  }, {
1135
- id: string;
1136
- name: string | null;
1137
1135
  currency: string | null;
1136
+ name: string | null;
1137
+ id: string;
1138
1138
  createdAt: Date;
1139
1139
  updatedAt: Date;
1140
1140
  deletedAt: Date | null;
@@ -1143,9 +1143,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1143
1143
  price: number;
1144
1144
  }>;
1145
1145
  }, "strip", z.ZodTypeAny, {
1146
+ name: string;
1146
1147
  type: string;
1147
1148
  id: string;
1148
- name: string;
1149
1149
  createdAt: Date;
1150
1150
  updatedAt: Date;
1151
1151
  deletedAt: Date | null;
@@ -1154,9 +1154,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1154
1154
  omnichannel: string;
1155
1155
  usageType: string | null;
1156
1156
  productPrice: {
1157
- id: string;
1158
- name: string | null;
1159
1157
  currency: string | null;
1158
+ name: string | null;
1159
+ id: string;
1160
1160
  createdAt: Date;
1161
1161
  updatedAt: Date;
1162
1162
  deletedAt: Date | null;
@@ -1165,9 +1165,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1165
1165
  price: number;
1166
1166
  };
1167
1167
  }, {
1168
+ name: string;
1168
1169
  type: string;
1169
1170
  id: string;
1170
- name: string;
1171
1171
  createdAt: Date;
1172
1172
  updatedAt: Date;
1173
1173
  deletedAt: Date | null;
@@ -1176,9 +1176,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1176
1176
  omnichannel: string;
1177
1177
  usageType: string | null;
1178
1178
  productPrice: {
1179
- id: string;
1180
- name: string | null;
1181
1179
  currency: string | null;
1180
+ name: string | null;
1181
+ id: string;
1182
1182
  createdAt: Date;
1183
1183
  updatedAt: Date;
1184
1184
  deletedAt: Date | null;
@@ -1190,9 +1190,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1190
1190
  }, "strip", z.ZodTypeAny, {
1191
1191
  id: string;
1192
1192
  product: {
1193
+ name: string;
1193
1194
  type: string;
1194
1195
  id: string;
1195
- name: string;
1196
1196
  createdAt: Date;
1197
1197
  updatedAt: Date;
1198
1198
  deletedAt: Date | null;
@@ -1201,9 +1201,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1201
1201
  omnichannel: string;
1202
1202
  usageType: string | null;
1203
1203
  productPrice: {
1204
- id: string;
1205
- name: string | null;
1206
1204
  currency: string | null;
1205
+ name: string | null;
1206
+ id: string;
1207
1207
  createdAt: Date;
1208
1208
  updatedAt: Date;
1209
1209
  deletedAt: Date | null;
@@ -1219,9 +1219,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1219
1219
  }, {
1220
1220
  id: string;
1221
1221
  product: {
1222
+ name: string;
1222
1223
  type: string;
1223
1224
  id: string;
1224
- name: string;
1225
1225
  createdAt: Date;
1226
1226
  updatedAt: Date;
1227
1227
  deletedAt: Date | null;
@@ -1230,9 +1230,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1230
1230
  omnichannel: string;
1231
1231
  usageType: string | null;
1232
1232
  productPrice: {
1233
- id: string;
1234
- name: string | null;
1235
1233
  currency: string | null;
1234
+ name: string | null;
1235
+ id: string;
1236
1236
  createdAt: Date;
1237
1237
  updatedAt: Date;
1238
1238
  deletedAt: Date | null;
@@ -1247,9 +1247,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1247
1247
  includedQuantity: number;
1248
1248
  }>, "many">;
1249
1249
  }, "strip", z.ZodTypeAny, {
1250
+ name: string;
1250
1251
  type: string;
1251
1252
  id: string;
1252
- name: string;
1253
1253
  createdAt: Date;
1254
1254
  updatedAt: Date;
1255
1255
  deletedAt: Date | null;
@@ -1258,9 +1258,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1258
1258
  omnichannel: string;
1259
1259
  usageType: string | null;
1260
1260
  productPrice: {
1261
- id: string;
1262
- name: string | null;
1263
1261
  currency: string | null;
1262
+ name: string | null;
1263
+ id: string;
1264
1264
  createdAt: Date;
1265
1265
  updatedAt: Date;
1266
1266
  deletedAt: Date | null;
@@ -1271,9 +1271,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1271
1271
  relatedProducts: {
1272
1272
  id: string;
1273
1273
  product: {
1274
+ name: string;
1274
1275
  type: string;
1275
1276
  id: string;
1276
- name: string;
1277
1277
  createdAt: Date;
1278
1278
  updatedAt: Date;
1279
1279
  deletedAt: Date | null;
@@ -1282,9 +1282,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1282
1282
  omnichannel: string;
1283
1283
  usageType: string | null;
1284
1284
  productPrice: {
1285
- id: string;
1286
- name: string | null;
1287
1285
  currency: string | null;
1286
+ name: string | null;
1287
+ id: string;
1288
1288
  createdAt: Date;
1289
1289
  updatedAt: Date;
1290
1290
  deletedAt: Date | null;
@@ -1299,9 +1299,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1299
1299
  includedQuantity: number;
1300
1300
  }[];
1301
1301
  }, {
1302
+ name: string;
1302
1303
  type: string;
1303
1304
  id: string;
1304
- name: string;
1305
1305
  createdAt: Date;
1306
1306
  updatedAt: Date;
1307
1307
  deletedAt: Date | null;
@@ -1310,9 +1310,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1310
1310
  omnichannel: string;
1311
1311
  usageType: string | null;
1312
1312
  productPrice: {
1313
- id: string;
1314
- name: string | null;
1315
1313
  currency: string | null;
1314
+ name: string | null;
1315
+ id: string;
1316
1316
  createdAt: Date;
1317
1317
  updatedAt: Date;
1318
1318
  deletedAt: Date | null;
@@ -1323,9 +1323,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1323
1323
  relatedProducts: {
1324
1324
  id: string;
1325
1325
  product: {
1326
+ name: string;
1326
1327
  type: string;
1327
1328
  id: string;
1328
- name: string;
1329
1329
  createdAt: Date;
1330
1330
  updatedAt: Date;
1331
1331
  deletedAt: Date | null;
@@ -1334,9 +1334,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1334
1334
  omnichannel: string;
1335
1335
  usageType: string | null;
1336
1336
  productPrice: {
1337
- id: string;
1338
- name: string | null;
1339
1337
  currency: string | null;
1338
+ name: string | null;
1339
+ id: string;
1340
1340
  createdAt: Date;
1341
1341
  updatedAt: Date;
1342
1342
  deletedAt: Date | null;
@@ -1354,9 +1354,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1354
1354
  }, "strip", z.ZodTypeAny, {
1355
1355
  id: string;
1356
1356
  product: {
1357
+ name: string;
1357
1358
  type: string;
1358
1359
  id: string;
1359
- name: string;
1360
1360
  createdAt: Date;
1361
1361
  updatedAt: Date;
1362
1362
  deletedAt: Date | null;
@@ -1365,9 +1365,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1365
1365
  omnichannel: string;
1366
1366
  usageType: string | null;
1367
1367
  productPrice: {
1368
- id: string;
1369
- name: string | null;
1370
1368
  currency: string | null;
1369
+ name: string | null;
1370
+ id: string;
1371
1371
  createdAt: Date;
1372
1372
  updatedAt: Date;
1373
1373
  deletedAt: Date | null;
@@ -1378,9 +1378,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1378
1378
  relatedProducts: {
1379
1379
  id: string;
1380
1380
  product: {
1381
+ name: string;
1381
1382
  type: string;
1382
1383
  id: string;
1383
- name: string;
1384
1384
  createdAt: Date;
1385
1385
  updatedAt: Date;
1386
1386
  deletedAt: Date | null;
@@ -1389,9 +1389,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1389
1389
  omnichannel: string;
1390
1390
  usageType: string | null;
1391
1391
  productPrice: {
1392
- id: string;
1393
- name: string | null;
1394
1392
  currency: string | null;
1393
+ name: string | null;
1394
+ id: string;
1395
1395
  createdAt: Date;
1396
1396
  updatedAt: Date;
1397
1397
  deletedAt: Date | null;
@@ -1415,9 +1415,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1415
1415
  }, {
1416
1416
  id: string;
1417
1417
  product: {
1418
+ name: string;
1418
1419
  type: string;
1419
1420
  id: string;
1420
- name: string;
1421
1421
  createdAt: Date;
1422
1422
  updatedAt: Date;
1423
1423
  deletedAt: Date | null;
@@ -1426,9 +1426,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1426
1426
  omnichannel: string;
1427
1427
  usageType: string | null;
1428
1428
  productPrice: {
1429
- id: string;
1430
- name: string | null;
1431
1429
  currency: string | null;
1430
+ name: string | null;
1431
+ id: string;
1432
1432
  createdAt: Date;
1433
1433
  updatedAt: Date;
1434
1434
  deletedAt: Date | null;
@@ -1439,9 +1439,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1439
1439
  relatedProducts: {
1440
1440
  id: string;
1441
1441
  product: {
1442
+ name: string;
1442
1443
  type: string;
1443
1444
  id: string;
1444
- name: string;
1445
1445
  createdAt: Date;
1446
1446
  updatedAt: Date;
1447
1447
  deletedAt: Date | null;
@@ -1450,9 +1450,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1450
1450
  omnichannel: string;
1451
1451
  usageType: string | null;
1452
1452
  productPrice: {
1453
- id: string;
1454
- name: string | null;
1455
1453
  currency: string | null;
1454
+ name: string | null;
1455
+ id: string;
1456
1456
  createdAt: Date;
1457
1457
  updatedAt: Date;
1458
1458
  deletedAt: Date | null;
@@ -1485,9 +1485,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1485
1485
  price: z.ZodNumber;
1486
1486
  currency: z.ZodNullable<z.ZodString>;
1487
1487
  }, "strip", z.ZodTypeAny, {
1488
- id: string;
1489
- name: string | null;
1490
1488
  currency: string | null;
1489
+ name: string | null;
1490
+ id: string;
1491
1491
  createdAt: Date;
1492
1492
  updatedAt: Date;
1493
1493
  deletedAt: Date | null;
@@ -1495,9 +1495,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1495
1495
  perUnit: number;
1496
1496
  price: number;
1497
1497
  }, {
1498
- id: string;
1499
- name: string | null;
1500
1498
  currency: string | null;
1499
+ name: string | null;
1500
+ id: string;
1501
1501
  createdAt: Date;
1502
1502
  updatedAt: Date;
1503
1503
  deletedAt: Date | null;
@@ -1527,9 +1527,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1527
1527
  price: z.ZodNumber;
1528
1528
  currency: z.ZodNullable<z.ZodString>;
1529
1529
  }, "strip", z.ZodTypeAny, {
1530
- id: string;
1531
- name: string | null;
1532
1530
  currency: string | null;
1531
+ name: string | null;
1532
+ id: string;
1533
1533
  createdAt: Date;
1534
1534
  updatedAt: Date;
1535
1535
  deletedAt: Date | null;
@@ -1537,9 +1537,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1537
1537
  perUnit: number;
1538
1538
  price: number;
1539
1539
  }, {
1540
- id: string;
1541
- name: string | null;
1542
1540
  currency: string | null;
1541
+ name: string | null;
1542
+ id: string;
1543
1543
  createdAt: Date;
1544
1544
  updatedAt: Date;
1545
1545
  deletedAt: Date | null;
@@ -1575,9 +1575,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1575
1575
  price: z.ZodNumber;
1576
1576
  currency: z.ZodNullable<z.ZodString>;
1577
1577
  }, "strip", z.ZodTypeAny, {
1578
- id: string;
1579
- name: string | null;
1580
1578
  currency: string | null;
1579
+ name: string | null;
1580
+ id: string;
1581
1581
  createdAt: Date;
1582
1582
  updatedAt: Date;
1583
1583
  deletedAt: Date | null;
@@ -1585,9 +1585,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1585
1585
  perUnit: number;
1586
1586
  price: number;
1587
1587
  }, {
1588
- id: string;
1589
- name: string | null;
1590
1588
  currency: string | null;
1589
+ name: string | null;
1590
+ id: string;
1591
1591
  createdAt: Date;
1592
1592
  updatedAt: Date;
1593
1593
  deletedAt: Date | null;
@@ -1596,9 +1596,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1596
1596
  price: number;
1597
1597
  }>;
1598
1598
  }, "strip", z.ZodTypeAny, {
1599
+ name: string;
1599
1600
  type: string;
1600
1601
  id: string;
1601
- name: string;
1602
1602
  createdAt: Date;
1603
1603
  updatedAt: Date;
1604
1604
  deletedAt: Date | null;
@@ -1607,9 +1607,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1607
1607
  omnichannel: string;
1608
1608
  usageType: string | null;
1609
1609
  productPrice: {
1610
- id: string;
1611
- name: string | null;
1612
1610
  currency: string | null;
1611
+ name: string | null;
1612
+ id: string;
1613
1613
  createdAt: Date;
1614
1614
  updatedAt: Date;
1615
1615
  deletedAt: Date | null;
@@ -1618,9 +1618,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1618
1618
  price: number;
1619
1619
  };
1620
1620
  }, {
1621
+ name: string;
1621
1622
  type: string;
1622
1623
  id: string;
1623
- name: string;
1624
1624
  createdAt: Date;
1625
1625
  updatedAt: Date;
1626
1626
  deletedAt: Date | null;
@@ -1629,9 +1629,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1629
1629
  omnichannel: string;
1630
1630
  usageType: string | null;
1631
1631
  productPrice: {
1632
- id: string;
1633
- name: string | null;
1634
1632
  currency: string | null;
1633
+ name: string | null;
1634
+ id: string;
1635
1635
  createdAt: Date;
1636
1636
  updatedAt: Date;
1637
1637
  deletedAt: Date | null;
@@ -1643,9 +1643,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1643
1643
  }, "strip", z.ZodTypeAny, {
1644
1644
  id: string;
1645
1645
  product: {
1646
+ name: string;
1646
1647
  type: string;
1647
1648
  id: string;
1648
- name: string;
1649
1649
  createdAt: Date;
1650
1650
  updatedAt: Date;
1651
1651
  deletedAt: Date | null;
@@ -1654,9 +1654,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1654
1654
  omnichannel: string;
1655
1655
  usageType: string | null;
1656
1656
  productPrice: {
1657
- id: string;
1658
- name: string | null;
1659
1657
  currency: string | null;
1658
+ name: string | null;
1659
+ id: string;
1660
1660
  createdAt: Date;
1661
1661
  updatedAt: Date;
1662
1662
  deletedAt: Date | null;
@@ -1672,9 +1672,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1672
1672
  }, {
1673
1673
  id: string;
1674
1674
  product: {
1675
+ name: string;
1675
1676
  type: string;
1676
1677
  id: string;
1677
- name: string;
1678
1678
  createdAt: Date;
1679
1679
  updatedAt: Date;
1680
1680
  deletedAt: Date | null;
@@ -1683,9 +1683,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1683
1683
  omnichannel: string;
1684
1684
  usageType: string | null;
1685
1685
  productPrice: {
1686
- id: string;
1687
- name: string | null;
1688
1686
  currency: string | null;
1687
+ name: string | null;
1688
+ id: string;
1689
1689
  createdAt: Date;
1690
1690
  updatedAt: Date;
1691
1691
  deletedAt: Date | null;
@@ -1700,9 +1700,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1700
1700
  includedQuantity: number;
1701
1701
  }>, "many">;
1702
1702
  }, "strip", z.ZodTypeAny, {
1703
+ name: string;
1703
1704
  type: string;
1704
1705
  id: string;
1705
- name: string;
1706
1706
  createdAt: Date;
1707
1707
  updatedAt: Date;
1708
1708
  deletedAt: Date | null;
@@ -1711,9 +1711,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1711
1711
  omnichannel: string;
1712
1712
  usageType: string | null;
1713
1713
  productPrice: {
1714
- id: string;
1715
- name: string | null;
1716
1714
  currency: string | null;
1715
+ name: string | null;
1716
+ id: string;
1717
1717
  createdAt: Date;
1718
1718
  updatedAt: Date;
1719
1719
  deletedAt: Date | null;
@@ -1724,9 +1724,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1724
1724
  relatedProducts: {
1725
1725
  id: string;
1726
1726
  product: {
1727
+ name: string;
1727
1728
  type: string;
1728
1729
  id: string;
1729
- name: string;
1730
1730
  createdAt: Date;
1731
1731
  updatedAt: Date;
1732
1732
  deletedAt: Date | null;
@@ -1735,9 +1735,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1735
1735
  omnichannel: string;
1736
1736
  usageType: string | null;
1737
1737
  productPrice: {
1738
- id: string;
1739
- name: string | null;
1740
1738
  currency: string | null;
1739
+ name: string | null;
1740
+ id: string;
1741
1741
  createdAt: Date;
1742
1742
  updatedAt: Date;
1743
1743
  deletedAt: Date | null;
@@ -1752,9 +1752,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1752
1752
  includedQuantity: number;
1753
1753
  }[];
1754
1754
  }, {
1755
+ name: string;
1755
1756
  type: string;
1756
1757
  id: string;
1757
- name: string;
1758
1758
  createdAt: Date;
1759
1759
  updatedAt: Date;
1760
1760
  deletedAt: Date | null;
@@ -1763,9 +1763,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1763
1763
  omnichannel: string;
1764
1764
  usageType: string | null;
1765
1765
  productPrice: {
1766
- id: string;
1767
- name: string | null;
1768
1766
  currency: string | null;
1767
+ name: string | null;
1768
+ id: string;
1769
1769
  createdAt: Date;
1770
1770
  updatedAt: Date;
1771
1771
  deletedAt: Date | null;
@@ -1776,9 +1776,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1776
1776
  relatedProducts: {
1777
1777
  id: string;
1778
1778
  product: {
1779
+ name: string;
1779
1780
  type: string;
1780
1781
  id: string;
1781
- name: string;
1782
1782
  createdAt: Date;
1783
1783
  updatedAt: Date;
1784
1784
  deletedAt: Date | null;
@@ -1787,9 +1787,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1787
1787
  omnichannel: string;
1788
1788
  usageType: string | null;
1789
1789
  productPrice: {
1790
- id: string;
1791
- name: string | null;
1792
1790
  currency: string | null;
1791
+ name: string | null;
1792
+ id: string;
1793
1793
  createdAt: Date;
1794
1794
  updatedAt: Date;
1795
1795
  deletedAt: Date | null;
@@ -1805,14 +1805,14 @@ export declare const SubscriptionSchema: z.ZodObject<{
1805
1805
  }[];
1806
1806
  }>;
1807
1807
  }, "strip", z.ZodTypeAny, {
1808
+ name: string | null;
1808
1809
  type: string;
1809
1810
  interval: string;
1810
1811
  id: string;
1811
- name: string | null;
1812
1812
  product: {
1813
+ name: string;
1813
1814
  type: string;
1814
1815
  id: string;
1815
- name: string;
1816
1816
  createdAt: Date;
1817
1817
  updatedAt: Date;
1818
1818
  deletedAt: Date | null;
@@ -1821,9 +1821,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1821
1821
  omnichannel: string;
1822
1822
  usageType: string | null;
1823
1823
  productPrice: {
1824
- id: string;
1825
- name: string | null;
1826
1824
  currency: string | null;
1825
+ name: string | null;
1826
+ id: string;
1827
1827
  createdAt: Date;
1828
1828
  updatedAt: Date;
1829
1829
  deletedAt: Date | null;
@@ -1834,9 +1834,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1834
1834
  relatedProducts: {
1835
1835
  id: string;
1836
1836
  product: {
1837
+ name: string;
1837
1838
  type: string;
1838
1839
  id: string;
1839
- name: string;
1840
1840
  createdAt: Date;
1841
1841
  updatedAt: Date;
1842
1842
  deletedAt: Date | null;
@@ -1845,9 +1845,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1845
1845
  omnichannel: string;
1846
1846
  usageType: string | null;
1847
1847
  productPrice: {
1848
- id: string;
1849
- name: string | null;
1850
1848
  currency: string | null;
1849
+ name: string | null;
1850
+ id: string;
1851
1851
  createdAt: Date;
1852
1852
  updatedAt: Date;
1853
1853
  deletedAt: Date | null;
@@ -1868,9 +1868,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1868
1868
  deletedAt: Date | null;
1869
1869
  provider: string;
1870
1870
  productPrice: {
1871
- id: string;
1872
- name: string | null;
1873
1871
  currency: string | null;
1872
+ name: string | null;
1873
+ id: string;
1874
1874
  createdAt: Date;
1875
1875
  updatedAt: Date;
1876
1876
  deletedAt: Date | null;
@@ -1886,9 +1886,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1886
1886
  subscriptionProducts: {
1887
1887
  id: string;
1888
1888
  product: {
1889
+ name: string;
1889
1890
  type: string;
1890
1891
  id: string;
1891
- name: string;
1892
1892
  createdAt: Date;
1893
1893
  updatedAt: Date;
1894
1894
  deletedAt: Date | null;
@@ -1897,9 +1897,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1897
1897
  omnichannel: string;
1898
1898
  usageType: string | null;
1899
1899
  productPrice: {
1900
- id: string;
1901
- name: string | null;
1902
1900
  currency: string | null;
1901
+ name: string | null;
1902
+ id: string;
1903
1903
  createdAt: Date;
1904
1904
  updatedAt: Date;
1905
1905
  deletedAt: Date | null;
@@ -1910,9 +1910,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1910
1910
  relatedProducts: {
1911
1911
  id: string;
1912
1912
  product: {
1913
+ name: string;
1913
1914
  type: string;
1914
1915
  id: string;
1915
- name: string;
1916
1916
  createdAt: Date;
1917
1917
  updatedAt: Date;
1918
1918
  deletedAt: Date | null;
@@ -1921,9 +1921,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1921
1921
  omnichannel: string;
1922
1922
  usageType: string | null;
1923
1923
  productPrice: {
1924
- id: string;
1925
- name: string | null;
1926
1924
  currency: string | null;
1925
+ name: string | null;
1926
+ id: string;
1927
1927
  createdAt: Date;
1928
1928
  updatedAt: Date;
1929
1929
  deletedAt: Date | null;
@@ -1946,14 +1946,14 @@ export declare const SubscriptionSchema: z.ZodObject<{
1946
1946
  subscriptionItemId: string;
1947
1947
  }[];
1948
1948
  }, {
1949
+ name: string | null;
1949
1950
  type: string;
1950
1951
  interval: string;
1951
1952
  id: string;
1952
- name: string | null;
1953
1953
  product: {
1954
+ name: string;
1954
1955
  type: string;
1955
1956
  id: string;
1956
- name: string;
1957
1957
  createdAt: Date;
1958
1958
  updatedAt: Date;
1959
1959
  deletedAt: Date | null;
@@ -1962,9 +1962,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1962
1962
  omnichannel: string;
1963
1963
  usageType: string | null;
1964
1964
  productPrice: {
1965
- id: string;
1966
- name: string | null;
1967
1965
  currency: string | null;
1966
+ name: string | null;
1967
+ id: string;
1968
1968
  createdAt: Date;
1969
1969
  updatedAt: Date;
1970
1970
  deletedAt: Date | null;
@@ -1975,9 +1975,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1975
1975
  relatedProducts: {
1976
1976
  id: string;
1977
1977
  product: {
1978
+ name: string;
1978
1979
  type: string;
1979
1980
  id: string;
1980
- name: string;
1981
1981
  createdAt: Date;
1982
1982
  updatedAt: Date;
1983
1983
  deletedAt: Date | null;
@@ -1986,9 +1986,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
1986
1986
  omnichannel: string;
1987
1987
  usageType: string | null;
1988
1988
  productPrice: {
1989
- id: string;
1990
- name: string | null;
1991
1989
  currency: string | null;
1990
+ name: string | null;
1991
+ id: string;
1992
1992
  createdAt: Date;
1993
1993
  updatedAt: Date;
1994
1994
  deletedAt: Date | null;
@@ -2009,9 +2009,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
2009
2009
  deletedAt: Date | null;
2010
2010
  provider: string;
2011
2011
  productPrice: {
2012
- id: string;
2013
- name: string | null;
2014
2012
  currency: string | null;
2013
+ name: string | null;
2014
+ id: string;
2015
2015
  createdAt: Date;
2016
2016
  updatedAt: Date;
2017
2017
  deletedAt: Date | null;
@@ -2027,9 +2027,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
2027
2027
  subscriptionProducts: {
2028
2028
  id: string;
2029
2029
  product: {
2030
+ name: string;
2030
2031
  type: string;
2031
2032
  id: string;
2032
- name: string;
2033
2033
  createdAt: Date;
2034
2034
  updatedAt: Date;
2035
2035
  deletedAt: Date | null;
@@ -2038,9 +2038,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
2038
2038
  omnichannel: string;
2039
2039
  usageType: string | null;
2040
2040
  productPrice: {
2041
- id: string;
2042
- name: string | null;
2043
2041
  currency: string | null;
2042
+ name: string | null;
2043
+ id: string;
2044
2044
  createdAt: Date;
2045
2045
  updatedAt: Date;
2046
2046
  deletedAt: Date | null;
@@ -2051,9 +2051,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
2051
2051
  relatedProducts: {
2052
2052
  id: string;
2053
2053
  product: {
2054
+ name: string;
2054
2055
  type: string;
2055
2056
  id: string;
2056
- name: string;
2057
2057
  createdAt: Date;
2058
2058
  updatedAt: Date;
2059
2059
  deletedAt: Date | null;
@@ -2062,9 +2062,9 @@ export declare const SubscriptionSchema: z.ZodObject<{
2062
2062
  omnichannel: string;
2063
2063
  usageType: string | null;
2064
2064
  productPrice: {
2065
- id: string;
2066
- name: string | null;
2067
2065
  currency: string | null;
2066
+ name: string | null;
2067
+ id: string;
2068
2068
  createdAt: Date;
2069
2069
  updatedAt: Date;
2070
2070
  deletedAt: Date | null;