@kl1/contracts 1.1.62-uat → 1.1.63-uat

Sign up to get free protection for your applications and to get access to all the features.
@@ -73,6 +73,158 @@ export declare const subscriptionContract: {
73
73
  perUnit: number;
74
74
  price: number;
75
75
  }>;
76
+ relatedProducts: z.ZodArray<z.ZodObject<{
77
+ id: z.ZodString;
78
+ createdAt: z.ZodDate;
79
+ updatedAt: z.ZodDate;
80
+ deletedAt: z.ZodNullable<z.ZodDate>;
81
+ includedQuantity: z.ZodNumber;
82
+ product: z.ZodObject<{
83
+ id: z.ZodString;
84
+ createdAt: z.ZodDate;
85
+ updatedAt: z.ZodDate;
86
+ deletedAt: z.ZodNullable<z.ZodDate>;
87
+ provider: z.ZodString;
88
+ productId: z.ZodString;
89
+ name: z.ZodString;
90
+ type: z.ZodString;
91
+ omnichannel: z.ZodString;
92
+ usageType: z.ZodNullable<z.ZodString>;
93
+ productPrice: z.ZodObject<{
94
+ id: z.ZodString;
95
+ createdAt: z.ZodDate;
96
+ updatedAt: z.ZodDate;
97
+ deletedAt: z.ZodNullable<z.ZodDate>;
98
+ priceId: z.ZodString;
99
+ name: z.ZodNullable<z.ZodString>;
100
+ perUnit: z.ZodNumber;
101
+ price: z.ZodNumber;
102
+ currency: z.ZodNullable<z.ZodString>;
103
+ }, "strip", z.ZodTypeAny, {
104
+ id: string;
105
+ name: string | null;
106
+ currency: string | null;
107
+ createdAt: Date;
108
+ updatedAt: Date;
109
+ deletedAt: Date | null;
110
+ priceId: string;
111
+ perUnit: number;
112
+ price: number;
113
+ }, {
114
+ id: string;
115
+ name: string | null;
116
+ currency: string | null;
117
+ createdAt: Date;
118
+ updatedAt: Date;
119
+ deletedAt: Date | null;
120
+ priceId: string;
121
+ perUnit: number;
122
+ price: number;
123
+ }>;
124
+ }, "strip", z.ZodTypeAny, {
125
+ type: string;
126
+ id: string;
127
+ name: string;
128
+ createdAt: Date;
129
+ updatedAt: Date;
130
+ deletedAt: Date | null;
131
+ provider: string;
132
+ productId: string;
133
+ omnichannel: string;
134
+ usageType: string | null;
135
+ productPrice: {
136
+ id: string;
137
+ name: string | null;
138
+ currency: string | null;
139
+ createdAt: Date;
140
+ updatedAt: Date;
141
+ deletedAt: Date | null;
142
+ priceId: string;
143
+ perUnit: number;
144
+ price: number;
145
+ };
146
+ }, {
147
+ type: string;
148
+ id: string;
149
+ name: string;
150
+ createdAt: Date;
151
+ updatedAt: Date;
152
+ deletedAt: Date | null;
153
+ provider: string;
154
+ productId: string;
155
+ omnichannel: string;
156
+ usageType: string | null;
157
+ productPrice: {
158
+ id: string;
159
+ name: string | null;
160
+ currency: string | null;
161
+ createdAt: Date;
162
+ updatedAt: Date;
163
+ deletedAt: Date | null;
164
+ priceId: string;
165
+ perUnit: number;
166
+ price: number;
167
+ };
168
+ }>;
169
+ }, "strip", z.ZodTypeAny, {
170
+ id: string;
171
+ product: {
172
+ type: string;
173
+ id: string;
174
+ name: string;
175
+ createdAt: Date;
176
+ updatedAt: Date;
177
+ deletedAt: Date | null;
178
+ provider: string;
179
+ productId: string;
180
+ omnichannel: string;
181
+ usageType: string | null;
182
+ productPrice: {
183
+ id: string;
184
+ name: string | null;
185
+ currency: string | null;
186
+ createdAt: Date;
187
+ updatedAt: Date;
188
+ deletedAt: Date | null;
189
+ priceId: string;
190
+ perUnit: number;
191
+ price: number;
192
+ };
193
+ };
194
+ createdAt: Date;
195
+ updatedAt: Date;
196
+ deletedAt: Date | null;
197
+ includedQuantity: number;
198
+ }, {
199
+ id: string;
200
+ product: {
201
+ type: string;
202
+ id: string;
203
+ name: string;
204
+ createdAt: Date;
205
+ updatedAt: Date;
206
+ deletedAt: Date | null;
207
+ provider: string;
208
+ productId: string;
209
+ omnichannel: string;
210
+ usageType: string | null;
211
+ productPrice: {
212
+ id: string;
213
+ name: string | null;
214
+ currency: string | null;
215
+ createdAt: Date;
216
+ updatedAt: Date;
217
+ deletedAt: Date | null;
218
+ priceId: string;
219
+ perUnit: number;
220
+ price: number;
221
+ };
222
+ };
223
+ createdAt: Date;
224
+ updatedAt: Date;
225
+ deletedAt: Date | null;
226
+ includedQuantity: number;
227
+ }>, "many">;
76
228
  }, "strip", z.ZodTypeAny, {
77
229
  type: string;
78
230
  id: string;
@@ -95,6 +247,36 @@ export declare const subscriptionContract: {
95
247
  perUnit: number;
96
248
  price: number;
97
249
  };
250
+ relatedProducts: {
251
+ id: string;
252
+ product: {
253
+ type: string;
254
+ id: string;
255
+ name: string;
256
+ createdAt: Date;
257
+ updatedAt: Date;
258
+ deletedAt: Date | null;
259
+ provider: string;
260
+ productId: string;
261
+ omnichannel: string;
262
+ usageType: string | null;
263
+ productPrice: {
264
+ id: string;
265
+ name: string | null;
266
+ currency: string | null;
267
+ createdAt: Date;
268
+ updatedAt: Date;
269
+ deletedAt: Date | null;
270
+ priceId: string;
271
+ perUnit: number;
272
+ price: number;
273
+ };
274
+ };
275
+ createdAt: Date;
276
+ updatedAt: Date;
277
+ deletedAt: Date | null;
278
+ includedQuantity: number;
279
+ }[];
98
280
  }, {
99
281
  type: string;
100
282
  id: string;
@@ -117,6 +299,36 @@ export declare const subscriptionContract: {
117
299
  perUnit: number;
118
300
  price: number;
119
301
  };
302
+ relatedProducts: {
303
+ id: string;
304
+ product: {
305
+ type: string;
306
+ id: string;
307
+ name: string;
308
+ createdAt: Date;
309
+ updatedAt: Date;
310
+ deletedAt: Date | null;
311
+ provider: string;
312
+ productId: string;
313
+ omnichannel: string;
314
+ usageType: string | null;
315
+ productPrice: {
316
+ id: string;
317
+ name: string | null;
318
+ currency: string | null;
319
+ createdAt: Date;
320
+ updatedAt: Date;
321
+ deletedAt: Date | null;
322
+ priceId: string;
323
+ perUnit: number;
324
+ price: number;
325
+ };
326
+ };
327
+ createdAt: Date;
328
+ updatedAt: Date;
329
+ deletedAt: Date | null;
330
+ includedQuantity: number;
331
+ }[];
120
332
  }>;
121
333
  }, "strip", z.ZodTypeAny, {
122
334
  id: string;
@@ -142,6 +354,36 @@ export declare const subscriptionContract: {
142
354
  perUnit: number;
143
355
  price: number;
144
356
  };
357
+ relatedProducts: {
358
+ id: string;
359
+ product: {
360
+ type: string;
361
+ id: string;
362
+ name: string;
363
+ createdAt: Date;
364
+ updatedAt: Date;
365
+ deletedAt: Date | null;
366
+ provider: string;
367
+ productId: string;
368
+ omnichannel: string;
369
+ usageType: string | null;
370
+ productPrice: {
371
+ id: string;
372
+ name: string | null;
373
+ currency: string | null;
374
+ createdAt: Date;
375
+ updatedAt: Date;
376
+ deletedAt: Date | null;
377
+ priceId: string;
378
+ perUnit: number;
379
+ price: number;
380
+ };
381
+ };
382
+ createdAt: Date;
383
+ updatedAt: Date;
384
+ deletedAt: Date | null;
385
+ includedQuantity: number;
386
+ }[];
145
387
  };
146
388
  createdAt: Date;
147
389
  updatedAt: Date;
@@ -173,6 +415,36 @@ export declare const subscriptionContract: {
173
415
  perUnit: number;
174
416
  price: number;
175
417
  };
418
+ relatedProducts: {
419
+ id: string;
420
+ product: {
421
+ type: string;
422
+ id: string;
423
+ name: string;
424
+ createdAt: Date;
425
+ updatedAt: Date;
426
+ deletedAt: Date | null;
427
+ provider: string;
428
+ productId: string;
429
+ omnichannel: string;
430
+ usageType: string | null;
431
+ productPrice: {
432
+ id: string;
433
+ name: string | null;
434
+ currency: string | null;
435
+ createdAt: Date;
436
+ updatedAt: Date;
437
+ deletedAt: Date | null;
438
+ priceId: string;
439
+ perUnit: number;
440
+ price: number;
441
+ };
442
+ };
443
+ createdAt: Date;
444
+ updatedAt: Date;
445
+ deletedAt: Date | null;
446
+ includedQuantity: number;
447
+ }[];
176
448
  };
177
449
  createdAt: Date;
178
450
  updatedAt: Date;
@@ -254,6 +526,158 @@ export declare const subscriptionContract: {
254
526
  perUnit: number;
255
527
  price: number;
256
528
  }>;
529
+ relatedProducts: z.ZodArray<z.ZodObject<{
530
+ id: z.ZodString;
531
+ createdAt: z.ZodDate;
532
+ updatedAt: z.ZodDate;
533
+ deletedAt: z.ZodNullable<z.ZodDate>;
534
+ includedQuantity: z.ZodNumber;
535
+ product: z.ZodObject<{
536
+ id: z.ZodString;
537
+ createdAt: z.ZodDate;
538
+ updatedAt: z.ZodDate;
539
+ deletedAt: z.ZodNullable<z.ZodDate>;
540
+ provider: z.ZodString;
541
+ productId: z.ZodString;
542
+ name: z.ZodString;
543
+ type: z.ZodString;
544
+ omnichannel: z.ZodString;
545
+ usageType: z.ZodNullable<z.ZodString>;
546
+ productPrice: z.ZodObject<{
547
+ id: z.ZodString;
548
+ createdAt: z.ZodDate;
549
+ updatedAt: z.ZodDate;
550
+ deletedAt: z.ZodNullable<z.ZodDate>;
551
+ priceId: z.ZodString;
552
+ name: z.ZodNullable<z.ZodString>;
553
+ perUnit: z.ZodNumber;
554
+ price: z.ZodNumber;
555
+ currency: z.ZodNullable<z.ZodString>;
556
+ }, "strip", z.ZodTypeAny, {
557
+ id: string;
558
+ name: string | null;
559
+ currency: string | null;
560
+ createdAt: Date;
561
+ updatedAt: Date;
562
+ deletedAt: Date | null;
563
+ priceId: string;
564
+ perUnit: number;
565
+ price: number;
566
+ }, {
567
+ id: string;
568
+ name: string | null;
569
+ currency: string | null;
570
+ createdAt: Date;
571
+ updatedAt: Date;
572
+ deletedAt: Date | null;
573
+ priceId: string;
574
+ perUnit: number;
575
+ price: number;
576
+ }>;
577
+ }, "strip", z.ZodTypeAny, {
578
+ type: string;
579
+ id: string;
580
+ name: string;
581
+ createdAt: Date;
582
+ updatedAt: Date;
583
+ deletedAt: Date | null;
584
+ provider: string;
585
+ productId: string;
586
+ omnichannel: string;
587
+ usageType: string | null;
588
+ productPrice: {
589
+ id: string;
590
+ name: string | null;
591
+ currency: string | null;
592
+ createdAt: Date;
593
+ updatedAt: Date;
594
+ deletedAt: Date | null;
595
+ priceId: string;
596
+ perUnit: number;
597
+ price: number;
598
+ };
599
+ }, {
600
+ type: string;
601
+ id: string;
602
+ name: string;
603
+ createdAt: Date;
604
+ updatedAt: Date;
605
+ deletedAt: Date | null;
606
+ provider: string;
607
+ productId: string;
608
+ omnichannel: string;
609
+ usageType: string | null;
610
+ productPrice: {
611
+ id: string;
612
+ name: string | null;
613
+ currency: string | null;
614
+ createdAt: Date;
615
+ updatedAt: Date;
616
+ deletedAt: Date | null;
617
+ priceId: string;
618
+ perUnit: number;
619
+ price: number;
620
+ };
621
+ }>;
622
+ }, "strip", z.ZodTypeAny, {
623
+ id: string;
624
+ product: {
625
+ type: string;
626
+ id: string;
627
+ name: string;
628
+ createdAt: Date;
629
+ updatedAt: Date;
630
+ deletedAt: Date | null;
631
+ provider: string;
632
+ productId: string;
633
+ omnichannel: string;
634
+ usageType: string | null;
635
+ productPrice: {
636
+ id: string;
637
+ name: string | null;
638
+ currency: string | null;
639
+ createdAt: Date;
640
+ updatedAt: Date;
641
+ deletedAt: Date | null;
642
+ priceId: string;
643
+ perUnit: number;
644
+ price: number;
645
+ };
646
+ };
647
+ createdAt: Date;
648
+ updatedAt: Date;
649
+ deletedAt: Date | null;
650
+ includedQuantity: number;
651
+ }, {
652
+ id: string;
653
+ product: {
654
+ type: string;
655
+ id: string;
656
+ name: string;
657
+ createdAt: Date;
658
+ updatedAt: Date;
659
+ deletedAt: Date | null;
660
+ provider: string;
661
+ productId: string;
662
+ omnichannel: string;
663
+ usageType: string | null;
664
+ productPrice: {
665
+ id: string;
666
+ name: string | null;
667
+ currency: string | null;
668
+ createdAt: Date;
669
+ updatedAt: Date;
670
+ deletedAt: Date | null;
671
+ priceId: string;
672
+ perUnit: number;
673
+ price: number;
674
+ };
675
+ };
676
+ createdAt: Date;
677
+ updatedAt: Date;
678
+ deletedAt: Date | null;
679
+ includedQuantity: number;
680
+ }>, "many">;
257
681
  }, "strip", z.ZodTypeAny, {
258
682
  type: string;
259
683
  id: string;
@@ -276,6 +700,36 @@ export declare const subscriptionContract: {
276
700
  perUnit: number;
277
701
  price: number;
278
702
  };
703
+ relatedProducts: {
704
+ id: string;
705
+ product: {
706
+ type: string;
707
+ id: string;
708
+ name: string;
709
+ createdAt: Date;
710
+ updatedAt: Date;
711
+ deletedAt: Date | null;
712
+ provider: string;
713
+ productId: string;
714
+ omnichannel: string;
715
+ usageType: string | null;
716
+ productPrice: {
717
+ id: string;
718
+ name: string | null;
719
+ currency: string | null;
720
+ createdAt: Date;
721
+ updatedAt: Date;
722
+ deletedAt: Date | null;
723
+ priceId: string;
724
+ perUnit: number;
725
+ price: number;
726
+ };
727
+ };
728
+ createdAt: Date;
729
+ updatedAt: Date;
730
+ deletedAt: Date | null;
731
+ includedQuantity: number;
732
+ }[];
279
733
  }, {
280
734
  type: string;
281
735
  id: string;
@@ -298,6 +752,36 @@ export declare const subscriptionContract: {
298
752
  perUnit: number;
299
753
  price: number;
300
754
  };
755
+ relatedProducts: {
756
+ id: string;
757
+ product: {
758
+ type: string;
759
+ id: string;
760
+ name: string;
761
+ createdAt: Date;
762
+ updatedAt: Date;
763
+ deletedAt: Date | null;
764
+ provider: string;
765
+ productId: string;
766
+ omnichannel: string;
767
+ usageType: string | null;
768
+ productPrice: {
769
+ id: string;
770
+ name: string | null;
771
+ currency: string | null;
772
+ createdAt: Date;
773
+ updatedAt: Date;
774
+ deletedAt: Date | null;
775
+ priceId: string;
776
+ perUnit: number;
777
+ price: number;
778
+ };
779
+ };
780
+ createdAt: Date;
781
+ updatedAt: Date;
782
+ deletedAt: Date | null;
783
+ includedQuantity: number;
784
+ }[];
301
785
  }>;
302
786
  }, "strip", z.ZodTypeAny, {
303
787
  type: string;
@@ -326,6 +810,36 @@ export declare const subscriptionContract: {
326
810
  perUnit: number;
327
811
  price: number;
328
812
  };
813
+ relatedProducts: {
814
+ id: string;
815
+ product: {
816
+ type: string;
817
+ id: string;
818
+ name: string;
819
+ createdAt: Date;
820
+ updatedAt: Date;
821
+ deletedAt: Date | null;
822
+ provider: string;
823
+ productId: string;
824
+ omnichannel: string;
825
+ usageType: string | null;
826
+ productPrice: {
827
+ id: string;
828
+ name: string | null;
829
+ currency: string | null;
830
+ createdAt: Date;
831
+ updatedAt: Date;
832
+ deletedAt: Date | null;
833
+ priceId: string;
834
+ perUnit: number;
835
+ price: number;
836
+ };
837
+ };
838
+ createdAt: Date;
839
+ updatedAt: Date;
840
+ deletedAt: Date | null;
841
+ includedQuantity: number;
842
+ }[];
329
843
  };
330
844
  status: string;
331
845
  createdAt: Date;
@@ -372,6 +886,36 @@ export declare const subscriptionContract: {
372
886
  perUnit: number;
373
887
  price: number;
374
888
  };
889
+ relatedProducts: {
890
+ id: string;
891
+ product: {
892
+ type: string;
893
+ id: string;
894
+ name: string;
895
+ createdAt: Date;
896
+ updatedAt: Date;
897
+ deletedAt: Date | null;
898
+ provider: string;
899
+ productId: string;
900
+ omnichannel: string;
901
+ usageType: string | null;
902
+ productPrice: {
903
+ id: string;
904
+ name: string | null;
905
+ currency: string | null;
906
+ createdAt: Date;
907
+ updatedAt: Date;
908
+ deletedAt: Date | null;
909
+ priceId: string;
910
+ perUnit: number;
911
+ price: number;
912
+ };
913
+ };
914
+ createdAt: Date;
915
+ updatedAt: Date;
916
+ deletedAt: Date | null;
917
+ includedQuantity: number;
918
+ }[];
375
919
  };
376
920
  createdAt: Date;
377
921
  updatedAt: Date;
@@ -407,6 +951,36 @@ export declare const subscriptionContract: {
407
951
  perUnit: number;
408
952
  price: number;
409
953
  };
954
+ relatedProducts: {
955
+ id: string;
956
+ product: {
957
+ type: string;
958
+ id: string;
959
+ name: string;
960
+ createdAt: Date;
961
+ updatedAt: Date;
962
+ deletedAt: Date | null;
963
+ provider: string;
964
+ productId: string;
965
+ omnichannel: string;
966
+ usageType: string | null;
967
+ productPrice: {
968
+ id: string;
969
+ name: string | null;
970
+ currency: string | null;
971
+ createdAt: Date;
972
+ updatedAt: Date;
973
+ deletedAt: Date | null;
974
+ priceId: string;
975
+ perUnit: number;
976
+ price: number;
977
+ };
978
+ };
979
+ createdAt: Date;
980
+ updatedAt: Date;
981
+ deletedAt: Date | null;
982
+ includedQuantity: number;
983
+ }[];
410
984
  };
411
985
  status: string;
412
986
  createdAt: Date;
@@ -453,6 +1027,36 @@ export declare const subscriptionContract: {
453
1027
  perUnit: number;
454
1028
  price: number;
455
1029
  };
1030
+ relatedProducts: {
1031
+ id: string;
1032
+ product: {
1033
+ type: string;
1034
+ id: string;
1035
+ name: string;
1036
+ createdAt: Date;
1037
+ updatedAt: Date;
1038
+ deletedAt: Date | null;
1039
+ provider: string;
1040
+ productId: string;
1041
+ omnichannel: string;
1042
+ usageType: string | null;
1043
+ productPrice: {
1044
+ id: string;
1045
+ name: string | null;
1046
+ currency: string | null;
1047
+ createdAt: Date;
1048
+ updatedAt: Date;
1049
+ deletedAt: Date | null;
1050
+ priceId: string;
1051
+ perUnit: number;
1052
+ price: number;
1053
+ };
1054
+ };
1055
+ createdAt: Date;
1056
+ updatedAt: Date;
1057
+ deletedAt: Date | null;
1058
+ includedQuantity: number;
1059
+ }[];
456
1060
  };
457
1061
  createdAt: Date;
458
1062
  updatedAt: Date;
@@ -491,6 +1095,36 @@ export declare const subscriptionContract: {
491
1095
  perUnit: number;
492
1096
  price: number;
493
1097
  };
1098
+ relatedProducts: {
1099
+ id: string;
1100
+ product: {
1101
+ type: string;
1102
+ id: string;
1103
+ name: string;
1104
+ createdAt: Date;
1105
+ updatedAt: Date;
1106
+ deletedAt: Date | null;
1107
+ provider: string;
1108
+ productId: string;
1109
+ omnichannel: string;
1110
+ usageType: string | null;
1111
+ productPrice: {
1112
+ id: string;
1113
+ name: string | null;
1114
+ currency: string | null;
1115
+ createdAt: Date;
1116
+ updatedAt: Date;
1117
+ deletedAt: Date | null;
1118
+ priceId: string;
1119
+ perUnit: number;
1120
+ price: number;
1121
+ };
1122
+ };
1123
+ createdAt: Date;
1124
+ updatedAt: Date;
1125
+ deletedAt: Date | null;
1126
+ includedQuantity: number;
1127
+ }[];
494
1128
  };
495
1129
  status: string;
496
1130
  createdAt: Date;
@@ -537,6 +1171,36 @@ export declare const subscriptionContract: {
537
1171
  perUnit: number;
538
1172
  price: number;
539
1173
  };
1174
+ relatedProducts: {
1175
+ id: string;
1176
+ product: {
1177
+ type: string;
1178
+ id: string;
1179
+ name: string;
1180
+ createdAt: Date;
1181
+ updatedAt: Date;
1182
+ deletedAt: Date | null;
1183
+ provider: string;
1184
+ productId: string;
1185
+ omnichannel: string;
1186
+ usageType: string | null;
1187
+ productPrice: {
1188
+ id: string;
1189
+ name: string | null;
1190
+ currency: string | null;
1191
+ createdAt: Date;
1192
+ updatedAt: Date;
1193
+ deletedAt: Date | null;
1194
+ priceId: string;
1195
+ perUnit: number;
1196
+ price: number;
1197
+ };
1198
+ };
1199
+ createdAt: Date;
1200
+ updatedAt: Date;
1201
+ deletedAt: Date | null;
1202
+ includedQuantity: number;
1203
+ }[];
540
1204
  };
541
1205
  createdAt: Date;
542
1206
  updatedAt: Date;
@@ -575,6 +1239,36 @@ export declare const subscriptionContract: {
575
1239
  perUnit: number;
576
1240
  price: number;
577
1241
  };
1242
+ relatedProducts: {
1243
+ id: string;
1244
+ product: {
1245
+ type: string;
1246
+ id: string;
1247
+ name: string;
1248
+ createdAt: Date;
1249
+ updatedAt: Date;
1250
+ deletedAt: Date | null;
1251
+ provider: string;
1252
+ productId: string;
1253
+ omnichannel: string;
1254
+ usageType: string | null;
1255
+ productPrice: {
1256
+ id: string;
1257
+ name: string | null;
1258
+ currency: string | null;
1259
+ createdAt: Date;
1260
+ updatedAt: Date;
1261
+ deletedAt: Date | null;
1262
+ priceId: string;
1263
+ perUnit: number;
1264
+ price: number;
1265
+ };
1266
+ };
1267
+ createdAt: Date;
1268
+ updatedAt: Date;
1269
+ deletedAt: Date | null;
1270
+ includedQuantity: number;
1271
+ }[];
578
1272
  };
579
1273
  status: string;
580
1274
  createdAt: Date;
@@ -621,6 +1315,36 @@ export declare const subscriptionContract: {
621
1315
  perUnit: number;
622
1316
  price: number;
623
1317
  };
1318
+ relatedProducts: {
1319
+ id: string;
1320
+ product: {
1321
+ type: string;
1322
+ id: string;
1323
+ name: string;
1324
+ createdAt: Date;
1325
+ updatedAt: Date;
1326
+ deletedAt: Date | null;
1327
+ provider: string;
1328
+ productId: string;
1329
+ omnichannel: string;
1330
+ usageType: string | null;
1331
+ productPrice: {
1332
+ id: string;
1333
+ name: string | null;
1334
+ currency: string | null;
1335
+ createdAt: Date;
1336
+ updatedAt: Date;
1337
+ deletedAt: Date | null;
1338
+ priceId: string;
1339
+ perUnit: number;
1340
+ price: number;
1341
+ };
1342
+ };
1343
+ createdAt: Date;
1344
+ updatedAt: Date;
1345
+ deletedAt: Date | null;
1346
+ includedQuantity: number;
1347
+ }[];
624
1348
  };
625
1349
  createdAt: Date;
626
1350
  updatedAt: Date;
@@ -749,6 +1473,158 @@ export declare const subscriptionContract: {
749
1473
  perUnit: number;
750
1474
  price: number;
751
1475
  }>;
1476
+ relatedProducts: z.ZodArray<z.ZodObject<{
1477
+ id: z.ZodString;
1478
+ createdAt: z.ZodDate;
1479
+ updatedAt: z.ZodDate;
1480
+ deletedAt: z.ZodNullable<z.ZodDate>;
1481
+ includedQuantity: z.ZodNumber;
1482
+ product: z.ZodObject<{
1483
+ id: z.ZodString;
1484
+ createdAt: z.ZodDate;
1485
+ updatedAt: z.ZodDate;
1486
+ deletedAt: z.ZodNullable<z.ZodDate>;
1487
+ provider: z.ZodString;
1488
+ productId: z.ZodString;
1489
+ name: z.ZodString;
1490
+ type: z.ZodString;
1491
+ omnichannel: z.ZodString;
1492
+ usageType: z.ZodNullable<z.ZodString>;
1493
+ productPrice: z.ZodObject<{
1494
+ id: z.ZodString;
1495
+ createdAt: z.ZodDate;
1496
+ updatedAt: z.ZodDate;
1497
+ deletedAt: z.ZodNullable<z.ZodDate>;
1498
+ priceId: z.ZodString;
1499
+ name: z.ZodNullable<z.ZodString>;
1500
+ perUnit: z.ZodNumber;
1501
+ price: z.ZodNumber;
1502
+ currency: z.ZodNullable<z.ZodString>;
1503
+ }, "strip", z.ZodTypeAny, {
1504
+ id: string;
1505
+ name: string | null;
1506
+ currency: string | null;
1507
+ createdAt: Date;
1508
+ updatedAt: Date;
1509
+ deletedAt: Date | null;
1510
+ priceId: string;
1511
+ perUnit: number;
1512
+ price: number;
1513
+ }, {
1514
+ id: string;
1515
+ name: string | null;
1516
+ currency: string | null;
1517
+ createdAt: Date;
1518
+ updatedAt: Date;
1519
+ deletedAt: Date | null;
1520
+ priceId: string;
1521
+ perUnit: number;
1522
+ price: number;
1523
+ }>;
1524
+ }, "strip", z.ZodTypeAny, {
1525
+ type: string;
1526
+ id: string;
1527
+ name: string;
1528
+ createdAt: Date;
1529
+ updatedAt: Date;
1530
+ deletedAt: Date | null;
1531
+ provider: string;
1532
+ productId: string;
1533
+ omnichannel: string;
1534
+ usageType: string | null;
1535
+ productPrice: {
1536
+ id: string;
1537
+ name: string | null;
1538
+ currency: string | null;
1539
+ createdAt: Date;
1540
+ updatedAt: Date;
1541
+ deletedAt: Date | null;
1542
+ priceId: string;
1543
+ perUnit: number;
1544
+ price: number;
1545
+ };
1546
+ }, {
1547
+ type: string;
1548
+ id: string;
1549
+ name: string;
1550
+ createdAt: Date;
1551
+ updatedAt: Date;
1552
+ deletedAt: Date | null;
1553
+ provider: string;
1554
+ productId: string;
1555
+ omnichannel: string;
1556
+ usageType: string | null;
1557
+ productPrice: {
1558
+ id: string;
1559
+ name: string | null;
1560
+ currency: string | null;
1561
+ createdAt: Date;
1562
+ updatedAt: Date;
1563
+ deletedAt: Date | null;
1564
+ priceId: string;
1565
+ perUnit: number;
1566
+ price: number;
1567
+ };
1568
+ }>;
1569
+ }, "strip", z.ZodTypeAny, {
1570
+ id: string;
1571
+ product: {
1572
+ type: string;
1573
+ id: string;
1574
+ name: string;
1575
+ createdAt: Date;
1576
+ updatedAt: Date;
1577
+ deletedAt: Date | null;
1578
+ provider: string;
1579
+ productId: string;
1580
+ omnichannel: string;
1581
+ usageType: string | null;
1582
+ productPrice: {
1583
+ id: string;
1584
+ name: string | null;
1585
+ currency: string | null;
1586
+ createdAt: Date;
1587
+ updatedAt: Date;
1588
+ deletedAt: Date | null;
1589
+ priceId: string;
1590
+ perUnit: number;
1591
+ price: number;
1592
+ };
1593
+ };
1594
+ createdAt: Date;
1595
+ updatedAt: Date;
1596
+ deletedAt: Date | null;
1597
+ includedQuantity: number;
1598
+ }, {
1599
+ id: string;
1600
+ product: {
1601
+ type: string;
1602
+ id: string;
1603
+ name: string;
1604
+ createdAt: Date;
1605
+ updatedAt: Date;
1606
+ deletedAt: Date | null;
1607
+ provider: string;
1608
+ productId: string;
1609
+ omnichannel: string;
1610
+ usageType: string | null;
1611
+ productPrice: {
1612
+ id: string;
1613
+ name: string | null;
1614
+ currency: string | null;
1615
+ createdAt: Date;
1616
+ updatedAt: Date;
1617
+ deletedAt: Date | null;
1618
+ priceId: string;
1619
+ perUnit: number;
1620
+ price: number;
1621
+ };
1622
+ };
1623
+ createdAt: Date;
1624
+ updatedAt: Date;
1625
+ deletedAt: Date | null;
1626
+ includedQuantity: number;
1627
+ }>, "many">;
752
1628
  }, "strip", z.ZodTypeAny, {
753
1629
  type: string;
754
1630
  id: string;
@@ -771,6 +1647,36 @@ export declare const subscriptionContract: {
771
1647
  perUnit: number;
772
1648
  price: number;
773
1649
  };
1650
+ relatedProducts: {
1651
+ id: string;
1652
+ product: {
1653
+ type: string;
1654
+ id: string;
1655
+ name: string;
1656
+ createdAt: Date;
1657
+ updatedAt: Date;
1658
+ deletedAt: Date | null;
1659
+ provider: string;
1660
+ productId: string;
1661
+ omnichannel: string;
1662
+ usageType: string | null;
1663
+ productPrice: {
1664
+ id: string;
1665
+ name: string | null;
1666
+ currency: string | null;
1667
+ createdAt: Date;
1668
+ updatedAt: Date;
1669
+ deletedAt: Date | null;
1670
+ priceId: string;
1671
+ perUnit: number;
1672
+ price: number;
1673
+ };
1674
+ };
1675
+ createdAt: Date;
1676
+ updatedAt: Date;
1677
+ deletedAt: Date | null;
1678
+ includedQuantity: number;
1679
+ }[];
774
1680
  }, {
775
1681
  type: string;
776
1682
  id: string;
@@ -793,6 +1699,36 @@ export declare const subscriptionContract: {
793
1699
  perUnit: number;
794
1700
  price: number;
795
1701
  };
1702
+ relatedProducts: {
1703
+ id: string;
1704
+ product: {
1705
+ type: string;
1706
+ id: string;
1707
+ name: string;
1708
+ createdAt: Date;
1709
+ updatedAt: Date;
1710
+ deletedAt: Date | null;
1711
+ provider: string;
1712
+ productId: string;
1713
+ omnichannel: string;
1714
+ usageType: string | null;
1715
+ productPrice: {
1716
+ id: string;
1717
+ name: string | null;
1718
+ currency: string | null;
1719
+ createdAt: Date;
1720
+ updatedAt: Date;
1721
+ deletedAt: Date | null;
1722
+ priceId: string;
1723
+ perUnit: number;
1724
+ price: number;
1725
+ };
1726
+ };
1727
+ createdAt: Date;
1728
+ updatedAt: Date;
1729
+ deletedAt: Date | null;
1730
+ includedQuantity: number;
1731
+ }[];
796
1732
  }>, "many">;
797
1733
  }, "strip", z.ZodTypeAny, {
798
1734
  data: {
@@ -817,6 +1753,36 @@ export declare const subscriptionContract: {
817
1753
  perUnit: number;
818
1754
  price: number;
819
1755
  };
1756
+ relatedProducts: {
1757
+ id: string;
1758
+ product: {
1759
+ type: string;
1760
+ id: string;
1761
+ name: string;
1762
+ createdAt: Date;
1763
+ updatedAt: Date;
1764
+ deletedAt: Date | null;
1765
+ provider: string;
1766
+ productId: string;
1767
+ omnichannel: string;
1768
+ usageType: string | null;
1769
+ productPrice: {
1770
+ id: string;
1771
+ name: string | null;
1772
+ currency: string | null;
1773
+ createdAt: Date;
1774
+ updatedAt: Date;
1775
+ deletedAt: Date | null;
1776
+ priceId: string;
1777
+ perUnit: number;
1778
+ price: number;
1779
+ };
1780
+ };
1781
+ createdAt: Date;
1782
+ updatedAt: Date;
1783
+ deletedAt: Date | null;
1784
+ includedQuantity: number;
1785
+ }[];
820
1786
  }[];
821
1787
  requestId: string;
822
1788
  }, {
@@ -842,6 +1808,36 @@ export declare const subscriptionContract: {
842
1808
  perUnit: number;
843
1809
  price: number;
844
1810
  };
1811
+ relatedProducts: {
1812
+ id: string;
1813
+ product: {
1814
+ type: string;
1815
+ id: string;
1816
+ name: string;
1817
+ createdAt: Date;
1818
+ updatedAt: Date;
1819
+ deletedAt: Date | null;
1820
+ provider: string;
1821
+ productId: string;
1822
+ omnichannel: string;
1823
+ usageType: string | null;
1824
+ productPrice: {
1825
+ id: string;
1826
+ name: string | null;
1827
+ currency: string | null;
1828
+ createdAt: Date;
1829
+ updatedAt: Date;
1830
+ deletedAt: Date | null;
1831
+ priceId: string;
1832
+ perUnit: number;
1833
+ price: number;
1834
+ };
1835
+ };
1836
+ createdAt: Date;
1837
+ updatedAt: Date;
1838
+ deletedAt: Date | null;
1839
+ includedQuantity: number;
1840
+ }[];
845
1841
  }[];
846
1842
  requestId: string;
847
1843
  }>;