@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
@@ -26,8 +26,8 @@ export declare const subscriptionContract: {
26
26
  name: z.ZodString;
27
27
  balance: z.ZodNumber;
28
28
  }, "strip", z.ZodTypeAny, {
29
- id: string;
30
29
  name: string;
30
+ id: string;
31
31
  email: string;
32
32
  createdAt: Date;
33
33
  updatedAt: Date;
@@ -36,8 +36,8 @@ export declare const subscriptionContract: {
36
36
  customerId: string;
37
37
  balance: number;
38
38
  }, {
39
- id: string;
40
39
  name: string;
40
+ id: string;
41
41
  email: string;
42
42
  createdAt: Date;
43
43
  updatedAt: Date;
@@ -91,9 +91,9 @@ export declare const subscriptionContract: {
91
91
  price: z.ZodNumber;
92
92
  currency: z.ZodNullable<z.ZodString>;
93
93
  }, "strip", z.ZodTypeAny, {
94
- id: string;
95
- name: string | null;
96
94
  currency: string | null;
95
+ name: string | null;
96
+ id: string;
97
97
  createdAt: Date;
98
98
  updatedAt: Date;
99
99
  deletedAt: Date | null;
@@ -101,9 +101,9 @@ export declare const subscriptionContract: {
101
101
  perUnit: number;
102
102
  price: number;
103
103
  }, {
104
- id: string;
105
- name: string | null;
106
104
  currency: string | null;
105
+ name: string | null;
106
+ id: string;
107
107
  createdAt: Date;
108
108
  updatedAt: Date;
109
109
  deletedAt: Date | null;
@@ -139,9 +139,9 @@ export declare const subscriptionContract: {
139
139
  price: z.ZodNumber;
140
140
  currency: z.ZodNullable<z.ZodString>;
141
141
  }, "strip", z.ZodTypeAny, {
142
- id: string;
143
- name: string | null;
144
142
  currency: string | null;
143
+ name: string | null;
144
+ id: string;
145
145
  createdAt: Date;
146
146
  updatedAt: Date;
147
147
  deletedAt: Date | null;
@@ -149,9 +149,9 @@ export declare const subscriptionContract: {
149
149
  perUnit: number;
150
150
  price: number;
151
151
  }, {
152
- id: string;
153
- name: string | null;
154
152
  currency: string | null;
153
+ name: string | null;
154
+ id: string;
155
155
  createdAt: Date;
156
156
  updatedAt: Date;
157
157
  deletedAt: Date | null;
@@ -160,9 +160,9 @@ export declare const subscriptionContract: {
160
160
  price: number;
161
161
  }>;
162
162
  }, "strip", z.ZodTypeAny, {
163
+ name: string;
163
164
  type: string;
164
165
  id: string;
165
- name: string;
166
166
  createdAt: Date;
167
167
  updatedAt: Date;
168
168
  deletedAt: Date | null;
@@ -171,9 +171,9 @@ export declare const subscriptionContract: {
171
171
  omnichannel: string;
172
172
  usageType: string | null;
173
173
  productPrice: {
174
- id: string;
175
- name: string | null;
176
174
  currency: string | null;
175
+ name: string | null;
176
+ id: string;
177
177
  createdAt: Date;
178
178
  updatedAt: Date;
179
179
  deletedAt: Date | null;
@@ -182,9 +182,9 @@ export declare const subscriptionContract: {
182
182
  price: number;
183
183
  };
184
184
  }, {
185
+ name: string;
185
186
  type: string;
186
187
  id: string;
187
- name: string;
188
188
  createdAt: Date;
189
189
  updatedAt: Date;
190
190
  deletedAt: Date | null;
@@ -193,9 +193,9 @@ export declare const subscriptionContract: {
193
193
  omnichannel: string;
194
194
  usageType: string | null;
195
195
  productPrice: {
196
- id: string;
197
- name: string | null;
198
196
  currency: string | null;
197
+ name: string | null;
198
+ id: string;
199
199
  createdAt: Date;
200
200
  updatedAt: Date;
201
201
  deletedAt: Date | null;
@@ -207,9 +207,9 @@ export declare const subscriptionContract: {
207
207
  }, "strip", z.ZodTypeAny, {
208
208
  id: string;
209
209
  product: {
210
+ name: string;
210
211
  type: string;
211
212
  id: string;
212
- name: string;
213
213
  createdAt: Date;
214
214
  updatedAt: Date;
215
215
  deletedAt: Date | null;
@@ -218,9 +218,9 @@ export declare const subscriptionContract: {
218
218
  omnichannel: string;
219
219
  usageType: string | null;
220
220
  productPrice: {
221
- id: string;
222
- name: string | null;
223
221
  currency: string | null;
222
+ name: string | null;
223
+ id: string;
224
224
  createdAt: Date;
225
225
  updatedAt: Date;
226
226
  deletedAt: Date | null;
@@ -236,9 +236,9 @@ export declare const subscriptionContract: {
236
236
  }, {
237
237
  id: string;
238
238
  product: {
239
+ name: string;
239
240
  type: string;
240
241
  id: string;
241
- name: string;
242
242
  createdAt: Date;
243
243
  updatedAt: Date;
244
244
  deletedAt: Date | null;
@@ -247,9 +247,9 @@ export declare const subscriptionContract: {
247
247
  omnichannel: string;
248
248
  usageType: string | null;
249
249
  productPrice: {
250
- id: string;
251
- name: string | null;
252
250
  currency: string | null;
251
+ name: string | null;
252
+ id: string;
253
253
  createdAt: Date;
254
254
  updatedAt: Date;
255
255
  deletedAt: Date | null;
@@ -264,9 +264,9 @@ export declare const subscriptionContract: {
264
264
  includedQuantity: number;
265
265
  }>, "many">;
266
266
  }, "strip", z.ZodTypeAny, {
267
+ name: string;
267
268
  type: string;
268
269
  id: string;
269
- name: string;
270
270
  createdAt: Date;
271
271
  updatedAt: Date;
272
272
  deletedAt: Date | null;
@@ -275,9 +275,9 @@ export declare const subscriptionContract: {
275
275
  omnichannel: string;
276
276
  usageType: string | null;
277
277
  productPrice: {
278
- id: string;
279
- name: string | null;
280
278
  currency: string | null;
279
+ name: string | null;
280
+ id: string;
281
281
  createdAt: Date;
282
282
  updatedAt: Date;
283
283
  deletedAt: Date | null;
@@ -288,9 +288,9 @@ export declare const subscriptionContract: {
288
288
  relatedProducts: {
289
289
  id: string;
290
290
  product: {
291
+ name: string;
291
292
  type: string;
292
293
  id: string;
293
- name: string;
294
294
  createdAt: Date;
295
295
  updatedAt: Date;
296
296
  deletedAt: Date | null;
@@ -299,9 +299,9 @@ export declare const subscriptionContract: {
299
299
  omnichannel: string;
300
300
  usageType: string | null;
301
301
  productPrice: {
302
- id: string;
303
- name: string | null;
304
302
  currency: string | null;
303
+ name: string | null;
304
+ id: string;
305
305
  createdAt: Date;
306
306
  updatedAt: Date;
307
307
  deletedAt: Date | null;
@@ -316,9 +316,9 @@ export declare const subscriptionContract: {
316
316
  includedQuantity: number;
317
317
  }[];
318
318
  }, {
319
+ name: string;
319
320
  type: string;
320
321
  id: string;
321
- name: string;
322
322
  createdAt: Date;
323
323
  updatedAt: Date;
324
324
  deletedAt: Date | null;
@@ -327,9 +327,9 @@ export declare const subscriptionContract: {
327
327
  omnichannel: string;
328
328
  usageType: string | null;
329
329
  productPrice: {
330
- id: string;
331
- name: string | null;
332
330
  currency: string | null;
331
+ name: string | null;
332
+ id: string;
333
333
  createdAt: Date;
334
334
  updatedAt: Date;
335
335
  deletedAt: Date | null;
@@ -340,9 +340,9 @@ export declare const subscriptionContract: {
340
340
  relatedProducts: {
341
341
  id: string;
342
342
  product: {
343
+ name: string;
343
344
  type: string;
344
345
  id: string;
345
- name: string;
346
346
  createdAt: Date;
347
347
  updatedAt: Date;
348
348
  deletedAt: Date | null;
@@ -351,9 +351,9 @@ export declare const subscriptionContract: {
351
351
  omnichannel: string;
352
352
  usageType: string | null;
353
353
  productPrice: {
354
- id: string;
355
- name: string | null;
356
354
  currency: string | null;
355
+ name: string | null;
356
+ id: string;
357
357
  createdAt: Date;
358
358
  updatedAt: Date;
359
359
  deletedAt: Date | null;
@@ -371,9 +371,9 @@ export declare const subscriptionContract: {
371
371
  }, "strip", z.ZodTypeAny, {
372
372
  id: string;
373
373
  product: {
374
+ name: string;
374
375
  type: string;
375
376
  id: string;
376
- name: string;
377
377
  createdAt: Date;
378
378
  updatedAt: Date;
379
379
  deletedAt: Date | null;
@@ -382,9 +382,9 @@ export declare const subscriptionContract: {
382
382
  omnichannel: string;
383
383
  usageType: string | null;
384
384
  productPrice: {
385
- id: string;
386
- name: string | null;
387
385
  currency: string | null;
386
+ name: string | null;
387
+ id: string;
388
388
  createdAt: Date;
389
389
  updatedAt: Date;
390
390
  deletedAt: Date | null;
@@ -395,9 +395,9 @@ export declare const subscriptionContract: {
395
395
  relatedProducts: {
396
396
  id: string;
397
397
  product: {
398
+ name: string;
398
399
  type: string;
399
400
  id: string;
400
- name: string;
401
401
  createdAt: Date;
402
402
  updatedAt: Date;
403
403
  deletedAt: Date | null;
@@ -406,9 +406,9 @@ export declare const subscriptionContract: {
406
406
  omnichannel: string;
407
407
  usageType: string | null;
408
408
  productPrice: {
409
- id: string;
410
- name: string | null;
411
409
  currency: string | null;
410
+ name: string | null;
411
+ id: string;
412
412
  createdAt: Date;
413
413
  updatedAt: Date;
414
414
  deletedAt: Date | null;
@@ -432,9 +432,9 @@ export declare const subscriptionContract: {
432
432
  }, {
433
433
  id: string;
434
434
  product: {
435
+ name: string;
435
436
  type: string;
436
437
  id: string;
437
- name: string;
438
438
  createdAt: Date;
439
439
  updatedAt: Date;
440
440
  deletedAt: Date | null;
@@ -443,9 +443,9 @@ export declare const subscriptionContract: {
443
443
  omnichannel: string;
444
444
  usageType: string | null;
445
445
  productPrice: {
446
- id: string;
447
- name: string | null;
448
446
  currency: string | null;
447
+ name: string | null;
448
+ id: string;
449
449
  createdAt: Date;
450
450
  updatedAt: Date;
451
451
  deletedAt: Date | null;
@@ -456,9 +456,9 @@ export declare const subscriptionContract: {
456
456
  relatedProducts: {
457
457
  id: string;
458
458
  product: {
459
+ name: string;
459
460
  type: string;
460
461
  id: string;
461
- name: string;
462
462
  createdAt: Date;
463
463
  updatedAt: Date;
464
464
  deletedAt: Date | null;
@@ -467,9 +467,9 @@ export declare const subscriptionContract: {
467
467
  omnichannel: string;
468
468
  usageType: string | null;
469
469
  productPrice: {
470
- id: string;
471
- name: string | null;
472
470
  currency: string | null;
471
+ name: string | null;
472
+ id: string;
473
473
  createdAt: Date;
474
474
  updatedAt: Date;
475
475
  deletedAt: Date | null;
@@ -502,9 +502,9 @@ export declare const subscriptionContract: {
502
502
  price: z.ZodNumber;
503
503
  currency: z.ZodNullable<z.ZodString>;
504
504
  }, "strip", z.ZodTypeAny, {
505
- id: string;
506
- name: string | null;
507
505
  currency: string | null;
506
+ name: string | null;
507
+ id: string;
508
508
  createdAt: Date;
509
509
  updatedAt: Date;
510
510
  deletedAt: Date | null;
@@ -512,9 +512,9 @@ export declare const subscriptionContract: {
512
512
  perUnit: number;
513
513
  price: number;
514
514
  }, {
515
- id: string;
516
- name: string | null;
517
515
  currency: string | null;
516
+ name: string | null;
517
+ id: string;
518
518
  createdAt: Date;
519
519
  updatedAt: Date;
520
520
  deletedAt: Date | null;
@@ -544,9 +544,9 @@ export declare const subscriptionContract: {
544
544
  price: z.ZodNumber;
545
545
  currency: z.ZodNullable<z.ZodString>;
546
546
  }, "strip", z.ZodTypeAny, {
547
- id: string;
548
- name: string | null;
549
547
  currency: string | null;
548
+ name: string | null;
549
+ id: string;
550
550
  createdAt: Date;
551
551
  updatedAt: Date;
552
552
  deletedAt: Date | null;
@@ -554,9 +554,9 @@ export declare const subscriptionContract: {
554
554
  perUnit: number;
555
555
  price: number;
556
556
  }, {
557
- id: string;
558
- name: string | null;
559
557
  currency: string | null;
558
+ name: string | null;
559
+ id: string;
560
560
  createdAt: Date;
561
561
  updatedAt: Date;
562
562
  deletedAt: Date | null;
@@ -592,9 +592,9 @@ export declare const subscriptionContract: {
592
592
  price: z.ZodNumber;
593
593
  currency: z.ZodNullable<z.ZodString>;
594
594
  }, "strip", z.ZodTypeAny, {
595
- id: string;
596
- name: string | null;
597
595
  currency: string | null;
596
+ name: string | null;
597
+ id: string;
598
598
  createdAt: Date;
599
599
  updatedAt: Date;
600
600
  deletedAt: Date | null;
@@ -602,9 +602,9 @@ export declare const subscriptionContract: {
602
602
  perUnit: number;
603
603
  price: number;
604
604
  }, {
605
- id: string;
606
- name: string | null;
607
605
  currency: string | null;
606
+ name: string | null;
607
+ id: string;
608
608
  createdAt: Date;
609
609
  updatedAt: Date;
610
610
  deletedAt: Date | null;
@@ -613,9 +613,9 @@ export declare const subscriptionContract: {
613
613
  price: number;
614
614
  }>;
615
615
  }, "strip", z.ZodTypeAny, {
616
+ name: string;
616
617
  type: string;
617
618
  id: string;
618
- name: string;
619
619
  createdAt: Date;
620
620
  updatedAt: Date;
621
621
  deletedAt: Date | null;
@@ -624,9 +624,9 @@ export declare const subscriptionContract: {
624
624
  omnichannel: string;
625
625
  usageType: string | null;
626
626
  productPrice: {
627
- id: string;
628
- name: string | null;
629
627
  currency: string | null;
628
+ name: string | null;
629
+ id: string;
630
630
  createdAt: Date;
631
631
  updatedAt: Date;
632
632
  deletedAt: Date | null;
@@ -635,9 +635,9 @@ export declare const subscriptionContract: {
635
635
  price: number;
636
636
  };
637
637
  }, {
638
+ name: string;
638
639
  type: string;
639
640
  id: string;
640
- name: string;
641
641
  createdAt: Date;
642
642
  updatedAt: Date;
643
643
  deletedAt: Date | null;
@@ -646,9 +646,9 @@ export declare const subscriptionContract: {
646
646
  omnichannel: string;
647
647
  usageType: string | null;
648
648
  productPrice: {
649
- id: string;
650
- name: string | null;
651
649
  currency: string | null;
650
+ name: string | null;
651
+ id: string;
652
652
  createdAt: Date;
653
653
  updatedAt: Date;
654
654
  deletedAt: Date | null;
@@ -660,9 +660,9 @@ export declare const subscriptionContract: {
660
660
  }, "strip", z.ZodTypeAny, {
661
661
  id: string;
662
662
  product: {
663
+ name: string;
663
664
  type: string;
664
665
  id: string;
665
- name: string;
666
666
  createdAt: Date;
667
667
  updatedAt: Date;
668
668
  deletedAt: Date | null;
@@ -671,9 +671,9 @@ export declare const subscriptionContract: {
671
671
  omnichannel: string;
672
672
  usageType: string | null;
673
673
  productPrice: {
674
- id: string;
675
- name: string | null;
676
674
  currency: string | null;
675
+ name: string | null;
676
+ id: string;
677
677
  createdAt: Date;
678
678
  updatedAt: Date;
679
679
  deletedAt: Date | null;
@@ -689,9 +689,9 @@ export declare const subscriptionContract: {
689
689
  }, {
690
690
  id: string;
691
691
  product: {
692
+ name: string;
692
693
  type: string;
693
694
  id: string;
694
- name: string;
695
695
  createdAt: Date;
696
696
  updatedAt: Date;
697
697
  deletedAt: Date | null;
@@ -700,9 +700,9 @@ export declare const subscriptionContract: {
700
700
  omnichannel: string;
701
701
  usageType: string | null;
702
702
  productPrice: {
703
- id: string;
704
- name: string | null;
705
703
  currency: string | null;
704
+ name: string | null;
705
+ id: string;
706
706
  createdAt: Date;
707
707
  updatedAt: Date;
708
708
  deletedAt: Date | null;
@@ -717,9 +717,9 @@ export declare const subscriptionContract: {
717
717
  includedQuantity: number;
718
718
  }>, "many">;
719
719
  }, "strip", z.ZodTypeAny, {
720
+ name: string;
720
721
  type: string;
721
722
  id: string;
722
- name: string;
723
723
  createdAt: Date;
724
724
  updatedAt: Date;
725
725
  deletedAt: Date | null;
@@ -728,9 +728,9 @@ export declare const subscriptionContract: {
728
728
  omnichannel: string;
729
729
  usageType: string | null;
730
730
  productPrice: {
731
- id: string;
732
- name: string | null;
733
731
  currency: string | null;
732
+ name: string | null;
733
+ id: string;
734
734
  createdAt: Date;
735
735
  updatedAt: Date;
736
736
  deletedAt: Date | null;
@@ -741,9 +741,9 @@ export declare const subscriptionContract: {
741
741
  relatedProducts: {
742
742
  id: string;
743
743
  product: {
744
+ name: string;
744
745
  type: string;
745
746
  id: string;
746
- name: string;
747
747
  createdAt: Date;
748
748
  updatedAt: Date;
749
749
  deletedAt: Date | null;
@@ -752,9 +752,9 @@ export declare const subscriptionContract: {
752
752
  omnichannel: string;
753
753
  usageType: string | null;
754
754
  productPrice: {
755
- id: string;
756
- name: string | null;
757
755
  currency: string | null;
756
+ name: string | null;
757
+ id: string;
758
758
  createdAt: Date;
759
759
  updatedAt: Date;
760
760
  deletedAt: Date | null;
@@ -769,9 +769,9 @@ export declare const subscriptionContract: {
769
769
  includedQuantity: number;
770
770
  }[];
771
771
  }, {
772
+ name: string;
772
773
  type: string;
773
774
  id: string;
774
- name: string;
775
775
  createdAt: Date;
776
776
  updatedAt: Date;
777
777
  deletedAt: Date | null;
@@ -780,9 +780,9 @@ export declare const subscriptionContract: {
780
780
  omnichannel: string;
781
781
  usageType: string | null;
782
782
  productPrice: {
783
- id: string;
784
- name: string | null;
785
783
  currency: string | null;
784
+ name: string | null;
785
+ id: string;
786
786
  createdAt: Date;
787
787
  updatedAt: Date;
788
788
  deletedAt: Date | null;
@@ -793,9 +793,9 @@ export declare const subscriptionContract: {
793
793
  relatedProducts: {
794
794
  id: string;
795
795
  product: {
796
+ name: string;
796
797
  type: string;
797
798
  id: string;
798
- name: string;
799
799
  createdAt: Date;
800
800
  updatedAt: Date;
801
801
  deletedAt: Date | null;
@@ -804,9 +804,9 @@ export declare const subscriptionContract: {
804
804
  omnichannel: string;
805
805
  usageType: string | null;
806
806
  productPrice: {
807
- id: string;
808
- name: string | null;
809
807
  currency: string | null;
808
+ name: string | null;
809
+ id: string;
810
810
  createdAt: Date;
811
811
  updatedAt: Date;
812
812
  deletedAt: Date | null;
@@ -822,14 +822,14 @@ export declare const subscriptionContract: {
822
822
  }[];
823
823
  }>;
824
824
  }, "strip", z.ZodTypeAny, {
825
+ name: string | null;
825
826
  type: string;
826
827
  interval: string;
827
828
  id: string;
828
- name: string | null;
829
829
  product: {
830
+ name: string;
830
831
  type: string;
831
832
  id: string;
832
- name: string;
833
833
  createdAt: Date;
834
834
  updatedAt: Date;
835
835
  deletedAt: Date | null;
@@ -838,9 +838,9 @@ export declare const subscriptionContract: {
838
838
  omnichannel: string;
839
839
  usageType: string | null;
840
840
  productPrice: {
841
- id: string;
842
- name: string | null;
843
841
  currency: string | null;
842
+ name: string | null;
843
+ id: string;
844
844
  createdAt: Date;
845
845
  updatedAt: Date;
846
846
  deletedAt: Date | null;
@@ -851,9 +851,9 @@ export declare const subscriptionContract: {
851
851
  relatedProducts: {
852
852
  id: string;
853
853
  product: {
854
+ name: string;
854
855
  type: string;
855
856
  id: string;
856
- name: string;
857
857
  createdAt: Date;
858
858
  updatedAt: Date;
859
859
  deletedAt: Date | null;
@@ -862,9 +862,9 @@ export declare const subscriptionContract: {
862
862
  omnichannel: string;
863
863
  usageType: string | null;
864
864
  productPrice: {
865
- id: string;
866
- name: string | null;
867
865
  currency: string | null;
866
+ name: string | null;
867
+ id: string;
868
868
  createdAt: Date;
869
869
  updatedAt: Date;
870
870
  deletedAt: Date | null;
@@ -885,9 +885,9 @@ export declare const subscriptionContract: {
885
885
  deletedAt: Date | null;
886
886
  provider: string;
887
887
  productPrice: {
888
- id: string;
889
- name: string | null;
890
888
  currency: string | null;
889
+ name: string | null;
890
+ id: string;
891
891
  createdAt: Date;
892
892
  updatedAt: Date;
893
893
  deletedAt: Date | null;
@@ -903,9 +903,9 @@ export declare const subscriptionContract: {
903
903
  subscriptionProducts: {
904
904
  id: string;
905
905
  product: {
906
+ name: string;
906
907
  type: string;
907
908
  id: string;
908
- name: string;
909
909
  createdAt: Date;
910
910
  updatedAt: Date;
911
911
  deletedAt: Date | null;
@@ -914,9 +914,9 @@ export declare const subscriptionContract: {
914
914
  omnichannel: string;
915
915
  usageType: string | null;
916
916
  productPrice: {
917
- id: string;
918
- name: string | null;
919
917
  currency: string | null;
918
+ name: string | null;
919
+ id: string;
920
920
  createdAt: Date;
921
921
  updatedAt: Date;
922
922
  deletedAt: Date | null;
@@ -927,9 +927,9 @@ export declare const subscriptionContract: {
927
927
  relatedProducts: {
928
928
  id: string;
929
929
  product: {
930
+ name: string;
930
931
  type: string;
931
932
  id: string;
932
- name: string;
933
933
  createdAt: Date;
934
934
  updatedAt: Date;
935
935
  deletedAt: Date | null;
@@ -938,9 +938,9 @@ export declare const subscriptionContract: {
938
938
  omnichannel: string;
939
939
  usageType: string | null;
940
940
  productPrice: {
941
- id: string;
942
- name: string | null;
943
941
  currency: string | null;
942
+ name: string | null;
943
+ id: string;
944
944
  createdAt: Date;
945
945
  updatedAt: Date;
946
946
  deletedAt: Date | null;
@@ -963,14 +963,14 @@ export declare const subscriptionContract: {
963
963
  subscriptionItemId: string;
964
964
  }[];
965
965
  }, {
966
+ name: string | null;
966
967
  type: string;
967
968
  interval: string;
968
969
  id: string;
969
- name: string | null;
970
970
  product: {
971
+ name: string;
971
972
  type: string;
972
973
  id: string;
973
- name: string;
974
974
  createdAt: Date;
975
975
  updatedAt: Date;
976
976
  deletedAt: Date | null;
@@ -979,9 +979,9 @@ export declare const subscriptionContract: {
979
979
  omnichannel: string;
980
980
  usageType: string | null;
981
981
  productPrice: {
982
- id: string;
983
- name: string | null;
984
982
  currency: string | null;
983
+ name: string | null;
984
+ id: string;
985
985
  createdAt: Date;
986
986
  updatedAt: Date;
987
987
  deletedAt: Date | null;
@@ -992,9 +992,9 @@ export declare const subscriptionContract: {
992
992
  relatedProducts: {
993
993
  id: string;
994
994
  product: {
995
+ name: string;
995
996
  type: string;
996
997
  id: string;
997
- name: string;
998
998
  createdAt: Date;
999
999
  updatedAt: Date;
1000
1000
  deletedAt: Date | null;
@@ -1003,9 +1003,9 @@ export declare const subscriptionContract: {
1003
1003
  omnichannel: string;
1004
1004
  usageType: string | null;
1005
1005
  productPrice: {
1006
- id: string;
1007
- name: string | null;
1008
1006
  currency: string | null;
1007
+ name: string | null;
1008
+ id: string;
1009
1009
  createdAt: Date;
1010
1010
  updatedAt: Date;
1011
1011
  deletedAt: Date | null;
@@ -1026,9 +1026,9 @@ export declare const subscriptionContract: {
1026
1026
  deletedAt: Date | null;
1027
1027
  provider: string;
1028
1028
  productPrice: {
1029
- id: string;
1030
- name: string | null;
1031
1029
  currency: string | null;
1030
+ name: string | null;
1031
+ id: string;
1032
1032
  createdAt: Date;
1033
1033
  updatedAt: Date;
1034
1034
  deletedAt: Date | null;
@@ -1044,9 +1044,9 @@ export declare const subscriptionContract: {
1044
1044
  subscriptionProducts: {
1045
1045
  id: string;
1046
1046
  product: {
1047
+ name: string;
1047
1048
  type: string;
1048
1049
  id: string;
1049
- name: string;
1050
1050
  createdAt: Date;
1051
1051
  updatedAt: Date;
1052
1052
  deletedAt: Date | null;
@@ -1055,9 +1055,9 @@ export declare const subscriptionContract: {
1055
1055
  omnichannel: string;
1056
1056
  usageType: string | null;
1057
1057
  productPrice: {
1058
- id: string;
1059
- name: string | null;
1060
1058
  currency: string | null;
1059
+ name: string | null;
1060
+ id: string;
1061
1061
  createdAt: Date;
1062
1062
  updatedAt: Date;
1063
1063
  deletedAt: Date | null;
@@ -1068,9 +1068,9 @@ export declare const subscriptionContract: {
1068
1068
  relatedProducts: {
1069
1069
  id: string;
1070
1070
  product: {
1071
+ name: string;
1071
1072
  type: string;
1072
1073
  id: string;
1073
- name: string;
1074
1074
  createdAt: Date;
1075
1075
  updatedAt: Date;
1076
1076
  deletedAt: Date | null;
@@ -1079,9 +1079,9 @@ export declare const subscriptionContract: {
1079
1079
  omnichannel: string;
1080
1080
  usageType: string | null;
1081
1081
  productPrice: {
1082
- id: string;
1083
- name: string | null;
1084
1082
  currency: string | null;
1083
+ name: string | null;
1084
+ id: string;
1085
1085
  createdAt: Date;
1086
1086
  updatedAt: Date;
1087
1087
  deletedAt: Date | null;
@@ -1107,8 +1107,8 @@ export declare const subscriptionContract: {
1107
1107
  }, "strip", z.ZodTypeAny, {
1108
1108
  requestId: string;
1109
1109
  customer: {
1110
- id: string;
1111
1110
  name: string;
1111
+ id: string;
1112
1112
  email: string;
1113
1113
  createdAt: Date;
1114
1114
  updatedAt: Date;
@@ -1118,14 +1118,14 @@ export declare const subscriptionContract: {
1118
1118
  balance: number;
1119
1119
  };
1120
1120
  subscription: {
1121
+ name: string | null;
1121
1122
  type: string;
1122
1123
  interval: string;
1123
1124
  id: string;
1124
- name: string | null;
1125
1125
  product: {
1126
+ name: string;
1126
1127
  type: string;
1127
1128
  id: string;
1128
- name: string;
1129
1129
  createdAt: Date;
1130
1130
  updatedAt: Date;
1131
1131
  deletedAt: Date | null;
@@ -1134,9 +1134,9 @@ export declare const subscriptionContract: {
1134
1134
  omnichannel: string;
1135
1135
  usageType: string | null;
1136
1136
  productPrice: {
1137
- id: string;
1138
- name: string | null;
1139
1137
  currency: string | null;
1138
+ name: string | null;
1139
+ id: string;
1140
1140
  createdAt: Date;
1141
1141
  updatedAt: Date;
1142
1142
  deletedAt: Date | null;
@@ -1147,9 +1147,9 @@ export declare const subscriptionContract: {
1147
1147
  relatedProducts: {
1148
1148
  id: string;
1149
1149
  product: {
1150
+ name: string;
1150
1151
  type: string;
1151
1152
  id: string;
1152
- name: string;
1153
1153
  createdAt: Date;
1154
1154
  updatedAt: Date;
1155
1155
  deletedAt: Date | null;
@@ -1158,9 +1158,9 @@ export declare const subscriptionContract: {
1158
1158
  omnichannel: string;
1159
1159
  usageType: string | null;
1160
1160
  productPrice: {
1161
- id: string;
1162
- name: string | null;
1163
1161
  currency: string | null;
1162
+ name: string | null;
1163
+ id: string;
1164
1164
  createdAt: Date;
1165
1165
  updatedAt: Date;
1166
1166
  deletedAt: Date | null;
@@ -1181,9 +1181,9 @@ export declare const subscriptionContract: {
1181
1181
  deletedAt: Date | null;
1182
1182
  provider: string;
1183
1183
  productPrice: {
1184
- id: string;
1185
- name: string | null;
1186
1184
  currency: string | null;
1185
+ name: string | null;
1186
+ id: string;
1187
1187
  createdAt: Date;
1188
1188
  updatedAt: Date;
1189
1189
  deletedAt: Date | null;
@@ -1199,9 +1199,9 @@ export declare const subscriptionContract: {
1199
1199
  subscriptionProducts: {
1200
1200
  id: string;
1201
1201
  product: {
1202
+ name: string;
1202
1203
  type: string;
1203
1204
  id: string;
1204
- name: string;
1205
1205
  createdAt: Date;
1206
1206
  updatedAt: Date;
1207
1207
  deletedAt: Date | null;
@@ -1210,9 +1210,9 @@ export declare const subscriptionContract: {
1210
1210
  omnichannel: string;
1211
1211
  usageType: string | null;
1212
1212
  productPrice: {
1213
- id: string;
1214
- name: string | null;
1215
1213
  currency: string | null;
1214
+ name: string | null;
1215
+ id: string;
1216
1216
  createdAt: Date;
1217
1217
  updatedAt: Date;
1218
1218
  deletedAt: Date | null;
@@ -1223,9 +1223,9 @@ export declare const subscriptionContract: {
1223
1223
  relatedProducts: {
1224
1224
  id: string;
1225
1225
  product: {
1226
+ name: string;
1226
1227
  type: string;
1227
1228
  id: string;
1228
- name: string;
1229
1229
  createdAt: Date;
1230
1230
  updatedAt: Date;
1231
1231
  deletedAt: Date | null;
@@ -1234,9 +1234,9 @@ export declare const subscriptionContract: {
1234
1234
  omnichannel: string;
1235
1235
  usageType: string | null;
1236
1236
  productPrice: {
1237
- id: string;
1238
- name: string | null;
1239
1237
  currency: string | null;
1238
+ name: string | null;
1239
+ id: string;
1240
1240
  createdAt: Date;
1241
1241
  updatedAt: Date;
1242
1242
  deletedAt: Date | null;
@@ -1262,8 +1262,8 @@ export declare const subscriptionContract: {
1262
1262
  }, {
1263
1263
  requestId: string;
1264
1264
  customer: {
1265
- id: string;
1266
1265
  name: string;
1266
+ id: string;
1267
1267
  email: string;
1268
1268
  createdAt: Date;
1269
1269
  updatedAt: Date;
@@ -1273,14 +1273,14 @@ export declare const subscriptionContract: {
1273
1273
  balance: number;
1274
1274
  };
1275
1275
  subscription: {
1276
+ name: string | null;
1276
1277
  type: string;
1277
1278
  interval: string;
1278
1279
  id: string;
1279
- name: string | null;
1280
1280
  product: {
1281
+ name: string;
1281
1282
  type: string;
1282
1283
  id: string;
1283
- name: string;
1284
1284
  createdAt: Date;
1285
1285
  updatedAt: Date;
1286
1286
  deletedAt: Date | null;
@@ -1289,9 +1289,9 @@ export declare const subscriptionContract: {
1289
1289
  omnichannel: string;
1290
1290
  usageType: string | null;
1291
1291
  productPrice: {
1292
- id: string;
1293
- name: string | null;
1294
1292
  currency: string | null;
1293
+ name: string | null;
1294
+ id: string;
1295
1295
  createdAt: Date;
1296
1296
  updatedAt: Date;
1297
1297
  deletedAt: Date | null;
@@ -1302,9 +1302,9 @@ export declare const subscriptionContract: {
1302
1302
  relatedProducts: {
1303
1303
  id: string;
1304
1304
  product: {
1305
+ name: string;
1305
1306
  type: string;
1306
1307
  id: string;
1307
- name: string;
1308
1308
  createdAt: Date;
1309
1309
  updatedAt: Date;
1310
1310
  deletedAt: Date | null;
@@ -1313,9 +1313,9 @@ export declare const subscriptionContract: {
1313
1313
  omnichannel: string;
1314
1314
  usageType: string | null;
1315
1315
  productPrice: {
1316
- id: string;
1317
- name: string | null;
1318
1316
  currency: string | null;
1317
+ name: string | null;
1318
+ id: string;
1319
1319
  createdAt: Date;
1320
1320
  updatedAt: Date;
1321
1321
  deletedAt: Date | null;
@@ -1336,9 +1336,9 @@ export declare const subscriptionContract: {
1336
1336
  deletedAt: Date | null;
1337
1337
  provider: string;
1338
1338
  productPrice: {
1339
- id: string;
1340
- name: string | null;
1341
1339
  currency: string | null;
1340
+ name: string | null;
1341
+ id: string;
1342
1342
  createdAt: Date;
1343
1343
  updatedAt: Date;
1344
1344
  deletedAt: Date | null;
@@ -1354,9 +1354,9 @@ export declare const subscriptionContract: {
1354
1354
  subscriptionProducts: {
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 subscriptionContract: {
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 subscriptionContract: {
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 subscriptionContract: {
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;
@@ -1537,11 +1537,11 @@ export declare const subscriptionContract: {
1537
1537
  type: z.ZodString;
1538
1538
  currency: z.ZodString;
1539
1539
  }, "strip", z.ZodTypeAny, {
1540
- type: string;
1541
1540
  currency: string;
1542
- }, {
1543
1541
  type: string;
1542
+ }, {
1544
1543
  currency: string;
1544
+ type: string;
1545
1545
  }>;
1546
1546
  responses: {
1547
1547
  200: z.ZodObject<{
@@ -1568,9 +1568,9 @@ export declare const subscriptionContract: {
1568
1568
  price: z.ZodNumber;
1569
1569
  currency: z.ZodNullable<z.ZodString>;
1570
1570
  }, "strip", z.ZodTypeAny, {
1571
- id: string;
1572
- name: string | null;
1573
1571
  currency: string | null;
1572
+ name: string | null;
1573
+ id: string;
1574
1574
  createdAt: Date;
1575
1575
  updatedAt: Date;
1576
1576
  deletedAt: Date | null;
@@ -1578,9 +1578,9 @@ export declare const subscriptionContract: {
1578
1578
  perUnit: number;
1579
1579
  price: number;
1580
1580
  }, {
1581
- id: string;
1582
- name: string | null;
1583
1581
  currency: string | null;
1582
+ name: string | null;
1583
+ id: string;
1584
1584
  createdAt: Date;
1585
1585
  updatedAt: Date;
1586
1586
  deletedAt: Date | null;
@@ -1616,9 +1616,9 @@ export declare const subscriptionContract: {
1616
1616
  price: z.ZodNumber;
1617
1617
  currency: z.ZodNullable<z.ZodString>;
1618
1618
  }, "strip", z.ZodTypeAny, {
1619
- id: string;
1620
- name: string | null;
1621
1619
  currency: string | null;
1620
+ name: string | null;
1621
+ id: string;
1622
1622
  createdAt: Date;
1623
1623
  updatedAt: Date;
1624
1624
  deletedAt: Date | null;
@@ -1626,9 +1626,9 @@ export declare const subscriptionContract: {
1626
1626
  perUnit: number;
1627
1627
  price: number;
1628
1628
  }, {
1629
- id: string;
1630
- name: string | null;
1631
1629
  currency: string | null;
1630
+ name: string | null;
1631
+ id: string;
1632
1632
  createdAt: Date;
1633
1633
  updatedAt: Date;
1634
1634
  deletedAt: Date | null;
@@ -1637,9 +1637,9 @@ export declare const subscriptionContract: {
1637
1637
  price: number;
1638
1638
  }>;
1639
1639
  }, "strip", z.ZodTypeAny, {
1640
+ name: string;
1640
1641
  type: string;
1641
1642
  id: string;
1642
- name: string;
1643
1643
  createdAt: Date;
1644
1644
  updatedAt: Date;
1645
1645
  deletedAt: Date | null;
@@ -1648,9 +1648,9 @@ export declare const subscriptionContract: {
1648
1648
  omnichannel: string;
1649
1649
  usageType: string | null;
1650
1650
  productPrice: {
1651
- id: string;
1652
- name: string | null;
1653
1651
  currency: string | null;
1652
+ name: string | null;
1653
+ id: string;
1654
1654
  createdAt: Date;
1655
1655
  updatedAt: Date;
1656
1656
  deletedAt: Date | null;
@@ -1659,9 +1659,9 @@ export declare const subscriptionContract: {
1659
1659
  price: number;
1660
1660
  };
1661
1661
  }, {
1662
+ name: string;
1662
1663
  type: string;
1663
1664
  id: string;
1664
- name: string;
1665
1665
  createdAt: Date;
1666
1666
  updatedAt: Date;
1667
1667
  deletedAt: Date | null;
@@ -1670,9 +1670,9 @@ export declare const subscriptionContract: {
1670
1670
  omnichannel: string;
1671
1671
  usageType: string | null;
1672
1672
  productPrice: {
1673
- id: string;
1674
- name: string | null;
1675
1673
  currency: string | null;
1674
+ name: string | null;
1675
+ id: string;
1676
1676
  createdAt: Date;
1677
1677
  updatedAt: Date;
1678
1678
  deletedAt: Date | null;
@@ -1684,9 +1684,9 @@ export declare const subscriptionContract: {
1684
1684
  }, "strip", z.ZodTypeAny, {
1685
1685
  id: string;
1686
1686
  product: {
1687
+ name: string;
1687
1688
  type: string;
1688
1689
  id: string;
1689
- name: string;
1690
1690
  createdAt: Date;
1691
1691
  updatedAt: Date;
1692
1692
  deletedAt: Date | null;
@@ -1695,9 +1695,9 @@ export declare const subscriptionContract: {
1695
1695
  omnichannel: string;
1696
1696
  usageType: string | null;
1697
1697
  productPrice: {
1698
- id: string;
1699
- name: string | null;
1700
1698
  currency: string | null;
1699
+ name: string | null;
1700
+ id: string;
1701
1701
  createdAt: Date;
1702
1702
  updatedAt: Date;
1703
1703
  deletedAt: Date | null;
@@ -1713,9 +1713,9 @@ export declare const subscriptionContract: {
1713
1713
  }, {
1714
1714
  id: string;
1715
1715
  product: {
1716
+ name: string;
1716
1717
  type: string;
1717
1718
  id: string;
1718
- name: string;
1719
1719
  createdAt: Date;
1720
1720
  updatedAt: Date;
1721
1721
  deletedAt: Date | null;
@@ -1724,9 +1724,9 @@ export declare const subscriptionContract: {
1724
1724
  omnichannel: string;
1725
1725
  usageType: string | null;
1726
1726
  productPrice: {
1727
- id: string;
1728
- name: string | null;
1729
1727
  currency: string | null;
1728
+ name: string | null;
1729
+ id: string;
1730
1730
  createdAt: Date;
1731
1731
  updatedAt: Date;
1732
1732
  deletedAt: Date | null;
@@ -1741,9 +1741,9 @@ export declare const subscriptionContract: {
1741
1741
  includedQuantity: number;
1742
1742
  }>, "many">;
1743
1743
  }, "strip", z.ZodTypeAny, {
1744
+ name: string;
1744
1745
  type: string;
1745
1746
  id: string;
1746
- name: string;
1747
1747
  createdAt: Date;
1748
1748
  updatedAt: Date;
1749
1749
  deletedAt: Date | null;
@@ -1752,9 +1752,9 @@ export declare const subscriptionContract: {
1752
1752
  omnichannel: string;
1753
1753
  usageType: string | null;
1754
1754
  productPrice: {
1755
- id: string;
1756
- name: string | null;
1757
1755
  currency: string | null;
1756
+ name: string | null;
1757
+ id: string;
1758
1758
  createdAt: Date;
1759
1759
  updatedAt: Date;
1760
1760
  deletedAt: Date | null;
@@ -1765,9 +1765,9 @@ export declare const subscriptionContract: {
1765
1765
  relatedProducts: {
1766
1766
  id: string;
1767
1767
  product: {
1768
+ name: string;
1768
1769
  type: string;
1769
1770
  id: string;
1770
- name: string;
1771
1771
  createdAt: Date;
1772
1772
  updatedAt: Date;
1773
1773
  deletedAt: Date | null;
@@ -1776,9 +1776,9 @@ export declare const subscriptionContract: {
1776
1776
  omnichannel: string;
1777
1777
  usageType: string | null;
1778
1778
  productPrice: {
1779
- id: string;
1780
- name: string | null;
1781
1779
  currency: string | null;
1780
+ name: string | null;
1781
+ id: string;
1782
1782
  createdAt: Date;
1783
1783
  updatedAt: Date;
1784
1784
  deletedAt: Date | null;
@@ -1793,9 +1793,9 @@ export declare const subscriptionContract: {
1793
1793
  includedQuantity: number;
1794
1794
  }[];
1795
1795
  }, {
1796
+ name: string;
1796
1797
  type: string;
1797
1798
  id: string;
1798
- name: string;
1799
1799
  createdAt: Date;
1800
1800
  updatedAt: Date;
1801
1801
  deletedAt: Date | null;
@@ -1804,9 +1804,9 @@ export declare const subscriptionContract: {
1804
1804
  omnichannel: string;
1805
1805
  usageType: string | null;
1806
1806
  productPrice: {
1807
- id: string;
1808
- name: string | null;
1809
1807
  currency: string | null;
1808
+ name: string | null;
1809
+ id: string;
1810
1810
  createdAt: Date;
1811
1811
  updatedAt: Date;
1812
1812
  deletedAt: Date | null;
@@ -1817,9 +1817,9 @@ export declare const subscriptionContract: {
1817
1817
  relatedProducts: {
1818
1818
  id: string;
1819
1819
  product: {
1820
+ name: string;
1820
1821
  type: string;
1821
1822
  id: string;
1822
- name: string;
1823
1823
  createdAt: Date;
1824
1824
  updatedAt: Date;
1825
1825
  deletedAt: Date | null;
@@ -1828,9 +1828,9 @@ export declare const subscriptionContract: {
1828
1828
  omnichannel: string;
1829
1829
  usageType: string | null;
1830
1830
  productPrice: {
1831
- id: string;
1832
- name: string | null;
1833
1831
  currency: string | null;
1832
+ name: string | null;
1833
+ id: string;
1834
1834
  createdAt: Date;
1835
1835
  updatedAt: Date;
1836
1836
  deletedAt: Date | null;
@@ -1847,9 +1847,9 @@ export declare const subscriptionContract: {
1847
1847
  }>, "many">;
1848
1848
  }, "strip", z.ZodTypeAny, {
1849
1849
  data: {
1850
+ name: string;
1850
1851
  type: string;
1851
1852
  id: string;
1852
- name: string;
1853
1853
  createdAt: Date;
1854
1854
  updatedAt: Date;
1855
1855
  deletedAt: Date | null;
@@ -1858,9 +1858,9 @@ export declare const subscriptionContract: {
1858
1858
  omnichannel: string;
1859
1859
  usageType: string | null;
1860
1860
  productPrice: {
1861
- id: string;
1862
- name: string | null;
1863
1861
  currency: string | null;
1862
+ name: string | null;
1863
+ id: string;
1864
1864
  createdAt: Date;
1865
1865
  updatedAt: Date;
1866
1866
  deletedAt: Date | null;
@@ -1871,9 +1871,9 @@ export declare const subscriptionContract: {
1871
1871
  relatedProducts: {
1872
1872
  id: string;
1873
1873
  product: {
1874
+ name: string;
1874
1875
  type: string;
1875
1876
  id: string;
1876
- name: string;
1877
1877
  createdAt: Date;
1878
1878
  updatedAt: Date;
1879
1879
  deletedAt: Date | null;
@@ -1882,9 +1882,9 @@ export declare const subscriptionContract: {
1882
1882
  omnichannel: string;
1883
1883
  usageType: string | null;
1884
1884
  productPrice: {
1885
- id: string;
1886
- name: string | null;
1887
1885
  currency: string | null;
1886
+ name: string | null;
1887
+ id: string;
1888
1888
  createdAt: Date;
1889
1889
  updatedAt: Date;
1890
1890
  deletedAt: Date | null;
@@ -1902,9 +1902,9 @@ export declare const subscriptionContract: {
1902
1902
  requestId: string;
1903
1903
  }, {
1904
1904
  data: {
1905
+ name: string;
1905
1906
  type: string;
1906
1907
  id: string;
1907
- name: string;
1908
1908
  createdAt: Date;
1909
1909
  updatedAt: Date;
1910
1910
  deletedAt: Date | null;
@@ -1913,9 +1913,9 @@ export declare const subscriptionContract: {
1913
1913
  omnichannel: string;
1914
1914
  usageType: string | null;
1915
1915
  productPrice: {
1916
- id: string;
1917
- name: string | null;
1918
1916
  currency: string | null;
1917
+ name: string | null;
1918
+ id: string;
1919
1919
  createdAt: Date;
1920
1920
  updatedAt: Date;
1921
1921
  deletedAt: Date | null;
@@ -1926,9 +1926,9 @@ export declare const subscriptionContract: {
1926
1926
  relatedProducts: {
1927
1927
  id: string;
1928
1928
  product: {
1929
+ name: string;
1929
1930
  type: string;
1930
1931
  id: string;
1931
- name: string;
1932
1932
  createdAt: Date;
1933
1933
  updatedAt: Date;
1934
1934
  deletedAt: Date | null;
@@ -1937,9 +1937,9 @@ export declare const subscriptionContract: {
1937
1937
  omnichannel: string;
1938
1938
  usageType: string | null;
1939
1939
  productPrice: {
1940
- id: string;
1941
- name: string | null;
1942
1940
  currency: string | null;
1941
+ name: string | null;
1942
+ id: string;
1943
1943
  createdAt: Date;
1944
1944
  updatedAt: Date;
1945
1945
  deletedAt: Date | null;