@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.
@@ -32048,6 +32048,158 @@ export declare const apiContract: {
32048
32048
  perUnit: number;
32049
32049
  price: number;
32050
32050
  }>;
32051
+ relatedProducts: import("zod").ZodArray<import("zod").ZodObject<{
32052
+ id: import("zod").ZodString;
32053
+ createdAt: import("zod").ZodDate;
32054
+ updatedAt: import("zod").ZodDate;
32055
+ deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
32056
+ includedQuantity: import("zod").ZodNumber;
32057
+ product: import("zod").ZodObject<{
32058
+ id: import("zod").ZodString;
32059
+ createdAt: import("zod").ZodDate;
32060
+ updatedAt: import("zod").ZodDate;
32061
+ deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
32062
+ provider: import("zod").ZodString;
32063
+ productId: import("zod").ZodString;
32064
+ name: import("zod").ZodString;
32065
+ type: import("zod").ZodString;
32066
+ omnichannel: import("zod").ZodString;
32067
+ usageType: import("zod").ZodNullable<import("zod").ZodString>;
32068
+ productPrice: import("zod").ZodObject<{
32069
+ id: import("zod").ZodString;
32070
+ createdAt: import("zod").ZodDate;
32071
+ updatedAt: import("zod").ZodDate;
32072
+ deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
32073
+ priceId: import("zod").ZodString;
32074
+ name: import("zod").ZodNullable<import("zod").ZodString>;
32075
+ perUnit: import("zod").ZodNumber;
32076
+ price: import("zod").ZodNumber;
32077
+ currency: import("zod").ZodNullable<import("zod").ZodString>;
32078
+ }, "strip", import("zod").ZodTypeAny, {
32079
+ id: string;
32080
+ name: string | null;
32081
+ currency: string | null;
32082
+ createdAt: Date;
32083
+ updatedAt: Date;
32084
+ deletedAt: Date | null;
32085
+ priceId: string;
32086
+ perUnit: number;
32087
+ price: number;
32088
+ }, {
32089
+ id: string;
32090
+ name: string | null;
32091
+ currency: string | null;
32092
+ createdAt: Date;
32093
+ updatedAt: Date;
32094
+ deletedAt: Date | null;
32095
+ priceId: string;
32096
+ perUnit: number;
32097
+ price: number;
32098
+ }>;
32099
+ }, "strip", import("zod").ZodTypeAny, {
32100
+ type: string;
32101
+ id: string;
32102
+ name: string;
32103
+ createdAt: Date;
32104
+ updatedAt: Date;
32105
+ deletedAt: Date | null;
32106
+ provider: string;
32107
+ productId: string;
32108
+ omnichannel: string;
32109
+ usageType: string | null;
32110
+ productPrice: {
32111
+ id: string;
32112
+ name: string | null;
32113
+ currency: string | null;
32114
+ createdAt: Date;
32115
+ updatedAt: Date;
32116
+ deletedAt: Date | null;
32117
+ priceId: string;
32118
+ perUnit: number;
32119
+ price: number;
32120
+ };
32121
+ }, {
32122
+ type: string;
32123
+ id: string;
32124
+ name: string;
32125
+ createdAt: Date;
32126
+ updatedAt: Date;
32127
+ deletedAt: Date | null;
32128
+ provider: string;
32129
+ productId: string;
32130
+ omnichannel: string;
32131
+ usageType: string | null;
32132
+ productPrice: {
32133
+ id: string;
32134
+ name: string | null;
32135
+ currency: string | null;
32136
+ createdAt: Date;
32137
+ updatedAt: Date;
32138
+ deletedAt: Date | null;
32139
+ priceId: string;
32140
+ perUnit: number;
32141
+ price: number;
32142
+ };
32143
+ }>;
32144
+ }, "strip", import("zod").ZodTypeAny, {
32145
+ id: string;
32146
+ product: {
32147
+ type: string;
32148
+ id: string;
32149
+ name: string;
32150
+ createdAt: Date;
32151
+ updatedAt: Date;
32152
+ deletedAt: Date | null;
32153
+ provider: string;
32154
+ productId: string;
32155
+ omnichannel: string;
32156
+ usageType: string | null;
32157
+ productPrice: {
32158
+ id: string;
32159
+ name: string | null;
32160
+ currency: string | null;
32161
+ createdAt: Date;
32162
+ updatedAt: Date;
32163
+ deletedAt: Date | null;
32164
+ priceId: string;
32165
+ perUnit: number;
32166
+ price: number;
32167
+ };
32168
+ };
32169
+ createdAt: Date;
32170
+ updatedAt: Date;
32171
+ deletedAt: Date | null;
32172
+ includedQuantity: number;
32173
+ }, {
32174
+ id: string;
32175
+ product: {
32176
+ type: string;
32177
+ id: string;
32178
+ name: string;
32179
+ createdAt: Date;
32180
+ updatedAt: Date;
32181
+ deletedAt: Date | null;
32182
+ provider: string;
32183
+ productId: string;
32184
+ omnichannel: string;
32185
+ usageType: string | null;
32186
+ productPrice: {
32187
+ id: string;
32188
+ name: string | null;
32189
+ currency: string | null;
32190
+ createdAt: Date;
32191
+ updatedAt: Date;
32192
+ deletedAt: Date | null;
32193
+ priceId: string;
32194
+ perUnit: number;
32195
+ price: number;
32196
+ };
32197
+ };
32198
+ createdAt: Date;
32199
+ updatedAt: Date;
32200
+ deletedAt: Date | null;
32201
+ includedQuantity: number;
32202
+ }>, "many">;
32051
32203
  }, "strip", import("zod").ZodTypeAny, {
32052
32204
  type: string;
32053
32205
  id: string;
@@ -32070,6 +32222,36 @@ export declare const apiContract: {
32070
32222
  perUnit: number;
32071
32223
  price: number;
32072
32224
  };
32225
+ relatedProducts: {
32226
+ id: string;
32227
+ product: {
32228
+ type: string;
32229
+ id: string;
32230
+ name: string;
32231
+ createdAt: Date;
32232
+ updatedAt: Date;
32233
+ deletedAt: Date | null;
32234
+ provider: string;
32235
+ productId: string;
32236
+ omnichannel: string;
32237
+ usageType: string | null;
32238
+ productPrice: {
32239
+ id: string;
32240
+ name: string | null;
32241
+ currency: string | null;
32242
+ createdAt: Date;
32243
+ updatedAt: Date;
32244
+ deletedAt: Date | null;
32245
+ priceId: string;
32246
+ perUnit: number;
32247
+ price: number;
32248
+ };
32249
+ };
32250
+ createdAt: Date;
32251
+ updatedAt: Date;
32252
+ deletedAt: Date | null;
32253
+ includedQuantity: number;
32254
+ }[];
32073
32255
  }, {
32074
32256
  type: string;
32075
32257
  id: string;
@@ -32092,6 +32274,36 @@ export declare const apiContract: {
32092
32274
  perUnit: number;
32093
32275
  price: number;
32094
32276
  };
32277
+ relatedProducts: {
32278
+ id: string;
32279
+ product: {
32280
+ type: string;
32281
+ id: string;
32282
+ name: string;
32283
+ createdAt: Date;
32284
+ updatedAt: Date;
32285
+ deletedAt: Date | null;
32286
+ provider: string;
32287
+ productId: string;
32288
+ omnichannel: string;
32289
+ usageType: string | null;
32290
+ productPrice: {
32291
+ id: string;
32292
+ name: string | null;
32293
+ currency: string | null;
32294
+ createdAt: Date;
32295
+ updatedAt: Date;
32296
+ deletedAt: Date | null;
32297
+ priceId: string;
32298
+ perUnit: number;
32299
+ price: number;
32300
+ };
32301
+ };
32302
+ createdAt: Date;
32303
+ updatedAt: Date;
32304
+ deletedAt: Date | null;
32305
+ includedQuantity: number;
32306
+ }[];
32095
32307
  }>;
32096
32308
  }, "strip", import("zod").ZodTypeAny, {
32097
32309
  id: string;
@@ -32117,6 +32329,36 @@ export declare const apiContract: {
32117
32329
  perUnit: number;
32118
32330
  price: number;
32119
32331
  };
32332
+ relatedProducts: {
32333
+ id: string;
32334
+ product: {
32335
+ type: string;
32336
+ id: string;
32337
+ name: string;
32338
+ createdAt: Date;
32339
+ updatedAt: Date;
32340
+ deletedAt: Date | null;
32341
+ provider: string;
32342
+ productId: string;
32343
+ omnichannel: string;
32344
+ usageType: string | null;
32345
+ productPrice: {
32346
+ id: string;
32347
+ name: string | null;
32348
+ currency: string | null;
32349
+ createdAt: Date;
32350
+ updatedAt: Date;
32351
+ deletedAt: Date | null;
32352
+ priceId: string;
32353
+ perUnit: number;
32354
+ price: number;
32355
+ };
32356
+ };
32357
+ createdAt: Date;
32358
+ updatedAt: Date;
32359
+ deletedAt: Date | null;
32360
+ includedQuantity: number;
32361
+ }[];
32120
32362
  };
32121
32363
  createdAt: Date;
32122
32364
  updatedAt: Date;
@@ -32148,6 +32390,36 @@ export declare const apiContract: {
32148
32390
  perUnit: number;
32149
32391
  price: number;
32150
32392
  };
32393
+ relatedProducts: {
32394
+ id: string;
32395
+ product: {
32396
+ type: string;
32397
+ id: string;
32398
+ name: string;
32399
+ createdAt: Date;
32400
+ updatedAt: Date;
32401
+ deletedAt: Date | null;
32402
+ provider: string;
32403
+ productId: string;
32404
+ omnichannel: string;
32405
+ usageType: string | null;
32406
+ productPrice: {
32407
+ id: string;
32408
+ name: string | null;
32409
+ currency: string | null;
32410
+ createdAt: Date;
32411
+ updatedAt: Date;
32412
+ deletedAt: Date | null;
32413
+ priceId: string;
32414
+ perUnit: number;
32415
+ price: number;
32416
+ };
32417
+ };
32418
+ createdAt: Date;
32419
+ updatedAt: Date;
32420
+ deletedAt: Date | null;
32421
+ includedQuantity: number;
32422
+ }[];
32151
32423
  };
32152
32424
  createdAt: Date;
32153
32425
  updatedAt: Date;
@@ -32229,6 +32501,158 @@ export declare const apiContract: {
32229
32501
  perUnit: number;
32230
32502
  price: number;
32231
32503
  }>;
32504
+ relatedProducts: import("zod").ZodArray<import("zod").ZodObject<{
32505
+ id: import("zod").ZodString;
32506
+ createdAt: import("zod").ZodDate;
32507
+ updatedAt: import("zod").ZodDate;
32508
+ deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
32509
+ includedQuantity: import("zod").ZodNumber;
32510
+ product: import("zod").ZodObject<{
32511
+ id: import("zod").ZodString;
32512
+ createdAt: import("zod").ZodDate;
32513
+ updatedAt: import("zod").ZodDate;
32514
+ deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
32515
+ provider: import("zod").ZodString;
32516
+ productId: import("zod").ZodString;
32517
+ name: import("zod").ZodString;
32518
+ type: import("zod").ZodString;
32519
+ omnichannel: import("zod").ZodString;
32520
+ usageType: import("zod").ZodNullable<import("zod").ZodString>;
32521
+ productPrice: import("zod").ZodObject<{
32522
+ id: import("zod").ZodString;
32523
+ createdAt: import("zod").ZodDate;
32524
+ updatedAt: import("zod").ZodDate;
32525
+ deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
32526
+ priceId: import("zod").ZodString;
32527
+ name: import("zod").ZodNullable<import("zod").ZodString>;
32528
+ perUnit: import("zod").ZodNumber;
32529
+ price: import("zod").ZodNumber;
32530
+ currency: import("zod").ZodNullable<import("zod").ZodString>;
32531
+ }, "strip", import("zod").ZodTypeAny, {
32532
+ id: string;
32533
+ name: string | null;
32534
+ currency: string | null;
32535
+ createdAt: Date;
32536
+ updatedAt: Date;
32537
+ deletedAt: Date | null;
32538
+ priceId: string;
32539
+ perUnit: number;
32540
+ price: number;
32541
+ }, {
32542
+ id: string;
32543
+ name: string | null;
32544
+ currency: string | null;
32545
+ createdAt: Date;
32546
+ updatedAt: Date;
32547
+ deletedAt: Date | null;
32548
+ priceId: string;
32549
+ perUnit: number;
32550
+ price: number;
32551
+ }>;
32552
+ }, "strip", import("zod").ZodTypeAny, {
32553
+ type: string;
32554
+ id: string;
32555
+ name: string;
32556
+ createdAt: Date;
32557
+ updatedAt: Date;
32558
+ deletedAt: Date | null;
32559
+ provider: string;
32560
+ productId: string;
32561
+ omnichannel: string;
32562
+ usageType: string | null;
32563
+ productPrice: {
32564
+ id: string;
32565
+ name: string | null;
32566
+ currency: string | null;
32567
+ createdAt: Date;
32568
+ updatedAt: Date;
32569
+ deletedAt: Date | null;
32570
+ priceId: string;
32571
+ perUnit: number;
32572
+ price: number;
32573
+ };
32574
+ }, {
32575
+ type: string;
32576
+ id: string;
32577
+ name: string;
32578
+ createdAt: Date;
32579
+ updatedAt: Date;
32580
+ deletedAt: Date | null;
32581
+ provider: string;
32582
+ productId: string;
32583
+ omnichannel: string;
32584
+ usageType: string | null;
32585
+ productPrice: {
32586
+ id: string;
32587
+ name: string | null;
32588
+ currency: string | null;
32589
+ createdAt: Date;
32590
+ updatedAt: Date;
32591
+ deletedAt: Date | null;
32592
+ priceId: string;
32593
+ perUnit: number;
32594
+ price: number;
32595
+ };
32596
+ }>;
32597
+ }, "strip", import("zod").ZodTypeAny, {
32598
+ id: string;
32599
+ product: {
32600
+ type: string;
32601
+ id: string;
32602
+ name: string;
32603
+ createdAt: Date;
32604
+ updatedAt: Date;
32605
+ deletedAt: Date | null;
32606
+ provider: string;
32607
+ productId: string;
32608
+ omnichannel: string;
32609
+ usageType: string | null;
32610
+ productPrice: {
32611
+ id: string;
32612
+ name: string | null;
32613
+ currency: string | null;
32614
+ createdAt: Date;
32615
+ updatedAt: Date;
32616
+ deletedAt: Date | null;
32617
+ priceId: string;
32618
+ perUnit: number;
32619
+ price: number;
32620
+ };
32621
+ };
32622
+ createdAt: Date;
32623
+ updatedAt: Date;
32624
+ deletedAt: Date | null;
32625
+ includedQuantity: number;
32626
+ }, {
32627
+ id: string;
32628
+ product: {
32629
+ type: string;
32630
+ id: string;
32631
+ name: string;
32632
+ createdAt: Date;
32633
+ updatedAt: Date;
32634
+ deletedAt: Date | null;
32635
+ provider: string;
32636
+ productId: string;
32637
+ omnichannel: string;
32638
+ usageType: string | null;
32639
+ productPrice: {
32640
+ id: string;
32641
+ name: string | null;
32642
+ currency: string | null;
32643
+ createdAt: Date;
32644
+ updatedAt: Date;
32645
+ deletedAt: Date | null;
32646
+ priceId: string;
32647
+ perUnit: number;
32648
+ price: number;
32649
+ };
32650
+ };
32651
+ createdAt: Date;
32652
+ updatedAt: Date;
32653
+ deletedAt: Date | null;
32654
+ includedQuantity: number;
32655
+ }>, "many">;
32232
32656
  }, "strip", import("zod").ZodTypeAny, {
32233
32657
  type: string;
32234
32658
  id: string;
@@ -32251,6 +32675,36 @@ export declare const apiContract: {
32251
32675
  perUnit: number;
32252
32676
  price: number;
32253
32677
  };
32678
+ relatedProducts: {
32679
+ id: string;
32680
+ product: {
32681
+ type: string;
32682
+ id: string;
32683
+ name: string;
32684
+ createdAt: Date;
32685
+ updatedAt: Date;
32686
+ deletedAt: Date | null;
32687
+ provider: string;
32688
+ productId: string;
32689
+ omnichannel: string;
32690
+ usageType: string | null;
32691
+ productPrice: {
32692
+ id: string;
32693
+ name: string | null;
32694
+ currency: string | null;
32695
+ createdAt: Date;
32696
+ updatedAt: Date;
32697
+ deletedAt: Date | null;
32698
+ priceId: string;
32699
+ perUnit: number;
32700
+ price: number;
32701
+ };
32702
+ };
32703
+ createdAt: Date;
32704
+ updatedAt: Date;
32705
+ deletedAt: Date | null;
32706
+ includedQuantity: number;
32707
+ }[];
32254
32708
  }, {
32255
32709
  type: string;
32256
32710
  id: string;
@@ -32273,7 +32727,37 @@ export declare const apiContract: {
32273
32727
  perUnit: number;
32274
32728
  price: number;
32275
32729
  };
32276
- }>;
32730
+ relatedProducts: {
32731
+ id: string;
32732
+ product: {
32733
+ type: string;
32734
+ id: string;
32735
+ name: string;
32736
+ createdAt: Date;
32737
+ updatedAt: Date;
32738
+ deletedAt: Date | null;
32739
+ provider: string;
32740
+ productId: string;
32741
+ omnichannel: string;
32742
+ usageType: string | null;
32743
+ productPrice: {
32744
+ id: string;
32745
+ name: string | null;
32746
+ currency: string | null;
32747
+ createdAt: Date;
32748
+ updatedAt: Date;
32749
+ deletedAt: Date | null;
32750
+ priceId: string;
32751
+ perUnit: number;
32752
+ price: number;
32753
+ };
32754
+ };
32755
+ createdAt: Date;
32756
+ updatedAt: Date;
32757
+ deletedAt: Date | null;
32758
+ includedQuantity: number;
32759
+ }[];
32760
+ }>;
32277
32761
  }, "strip", import("zod").ZodTypeAny, {
32278
32762
  type: string;
32279
32763
  interval: string;
@@ -32301,6 +32785,36 @@ export declare const apiContract: {
32301
32785
  perUnit: number;
32302
32786
  price: number;
32303
32787
  };
32788
+ relatedProducts: {
32789
+ id: string;
32790
+ product: {
32791
+ type: string;
32792
+ id: string;
32793
+ name: string;
32794
+ createdAt: Date;
32795
+ updatedAt: Date;
32796
+ deletedAt: Date | null;
32797
+ provider: string;
32798
+ productId: string;
32799
+ omnichannel: string;
32800
+ usageType: string | null;
32801
+ productPrice: {
32802
+ id: string;
32803
+ name: string | null;
32804
+ currency: string | null;
32805
+ createdAt: Date;
32806
+ updatedAt: Date;
32807
+ deletedAt: Date | null;
32808
+ priceId: string;
32809
+ perUnit: number;
32810
+ price: number;
32811
+ };
32812
+ };
32813
+ createdAt: Date;
32814
+ updatedAt: Date;
32815
+ deletedAt: Date | null;
32816
+ includedQuantity: number;
32817
+ }[];
32304
32818
  };
32305
32819
  status: string;
32306
32820
  createdAt: Date;
@@ -32347,6 +32861,36 @@ export declare const apiContract: {
32347
32861
  perUnit: number;
32348
32862
  price: number;
32349
32863
  };
32864
+ relatedProducts: {
32865
+ id: string;
32866
+ product: {
32867
+ type: string;
32868
+ id: string;
32869
+ name: string;
32870
+ createdAt: Date;
32871
+ updatedAt: Date;
32872
+ deletedAt: Date | null;
32873
+ provider: string;
32874
+ productId: string;
32875
+ omnichannel: string;
32876
+ usageType: string | null;
32877
+ productPrice: {
32878
+ id: string;
32879
+ name: string | null;
32880
+ currency: string | null;
32881
+ createdAt: Date;
32882
+ updatedAt: Date;
32883
+ deletedAt: Date | null;
32884
+ priceId: string;
32885
+ perUnit: number;
32886
+ price: number;
32887
+ };
32888
+ };
32889
+ createdAt: Date;
32890
+ updatedAt: Date;
32891
+ deletedAt: Date | null;
32892
+ includedQuantity: number;
32893
+ }[];
32350
32894
  };
32351
32895
  createdAt: Date;
32352
32896
  updatedAt: Date;
@@ -32382,6 +32926,36 @@ export declare const apiContract: {
32382
32926
  perUnit: number;
32383
32927
  price: number;
32384
32928
  };
32929
+ relatedProducts: {
32930
+ id: string;
32931
+ product: {
32932
+ type: string;
32933
+ id: string;
32934
+ name: string;
32935
+ createdAt: Date;
32936
+ updatedAt: Date;
32937
+ deletedAt: Date | null;
32938
+ provider: string;
32939
+ productId: string;
32940
+ omnichannel: string;
32941
+ usageType: string | null;
32942
+ productPrice: {
32943
+ id: string;
32944
+ name: string | null;
32945
+ currency: string | null;
32946
+ createdAt: Date;
32947
+ updatedAt: Date;
32948
+ deletedAt: Date | null;
32949
+ priceId: string;
32950
+ perUnit: number;
32951
+ price: number;
32952
+ };
32953
+ };
32954
+ createdAt: Date;
32955
+ updatedAt: Date;
32956
+ deletedAt: Date | null;
32957
+ includedQuantity: number;
32958
+ }[];
32385
32959
  };
32386
32960
  status: string;
32387
32961
  createdAt: Date;
@@ -32428,6 +33002,36 @@ export declare const apiContract: {
32428
33002
  perUnit: number;
32429
33003
  price: number;
32430
33004
  };
33005
+ relatedProducts: {
33006
+ id: string;
33007
+ product: {
33008
+ type: string;
33009
+ id: string;
33010
+ name: string;
33011
+ createdAt: Date;
33012
+ updatedAt: Date;
33013
+ deletedAt: Date | null;
33014
+ provider: string;
33015
+ productId: string;
33016
+ omnichannel: string;
33017
+ usageType: string | null;
33018
+ productPrice: {
33019
+ id: string;
33020
+ name: string | null;
33021
+ currency: string | null;
33022
+ createdAt: Date;
33023
+ updatedAt: Date;
33024
+ deletedAt: Date | null;
33025
+ priceId: string;
33026
+ perUnit: number;
33027
+ price: number;
33028
+ };
33029
+ };
33030
+ createdAt: Date;
33031
+ updatedAt: Date;
33032
+ deletedAt: Date | null;
33033
+ includedQuantity: number;
33034
+ }[];
32431
33035
  };
32432
33036
  createdAt: Date;
32433
33037
  updatedAt: Date;
@@ -32466,6 +33070,36 @@ export declare const apiContract: {
32466
33070
  perUnit: number;
32467
33071
  price: number;
32468
33072
  };
33073
+ relatedProducts: {
33074
+ id: string;
33075
+ product: {
33076
+ type: string;
33077
+ id: string;
33078
+ name: string;
33079
+ createdAt: Date;
33080
+ updatedAt: Date;
33081
+ deletedAt: Date | null;
33082
+ provider: string;
33083
+ productId: string;
33084
+ omnichannel: string;
33085
+ usageType: string | null;
33086
+ productPrice: {
33087
+ id: string;
33088
+ name: string | null;
33089
+ currency: string | null;
33090
+ createdAt: Date;
33091
+ updatedAt: Date;
33092
+ deletedAt: Date | null;
33093
+ priceId: string;
33094
+ perUnit: number;
33095
+ price: number;
33096
+ };
33097
+ };
33098
+ createdAt: Date;
33099
+ updatedAt: Date;
33100
+ deletedAt: Date | null;
33101
+ includedQuantity: number;
33102
+ }[];
32469
33103
  };
32470
33104
  status: string;
32471
33105
  createdAt: Date;
@@ -32512,6 +33146,36 @@ export declare const apiContract: {
32512
33146
  perUnit: number;
32513
33147
  price: number;
32514
33148
  };
33149
+ relatedProducts: {
33150
+ id: string;
33151
+ product: {
33152
+ type: string;
33153
+ id: string;
33154
+ name: string;
33155
+ createdAt: Date;
33156
+ updatedAt: Date;
33157
+ deletedAt: Date | null;
33158
+ provider: string;
33159
+ productId: string;
33160
+ omnichannel: string;
33161
+ usageType: string | null;
33162
+ productPrice: {
33163
+ id: string;
33164
+ name: string | null;
33165
+ currency: string | null;
33166
+ createdAt: Date;
33167
+ updatedAt: Date;
33168
+ deletedAt: Date | null;
33169
+ priceId: string;
33170
+ perUnit: number;
33171
+ price: number;
33172
+ };
33173
+ };
33174
+ createdAt: Date;
33175
+ updatedAt: Date;
33176
+ deletedAt: Date | null;
33177
+ includedQuantity: number;
33178
+ }[];
32515
33179
  };
32516
33180
  createdAt: Date;
32517
33181
  updatedAt: Date;
@@ -32550,6 +33214,36 @@ export declare const apiContract: {
32550
33214
  perUnit: number;
32551
33215
  price: number;
32552
33216
  };
33217
+ relatedProducts: {
33218
+ id: string;
33219
+ product: {
33220
+ type: string;
33221
+ id: string;
33222
+ name: string;
33223
+ createdAt: Date;
33224
+ updatedAt: Date;
33225
+ deletedAt: Date | null;
33226
+ provider: string;
33227
+ productId: string;
33228
+ omnichannel: string;
33229
+ usageType: string | null;
33230
+ productPrice: {
33231
+ id: string;
33232
+ name: string | null;
33233
+ currency: string | null;
33234
+ createdAt: Date;
33235
+ updatedAt: Date;
33236
+ deletedAt: Date | null;
33237
+ priceId: string;
33238
+ perUnit: number;
33239
+ price: number;
33240
+ };
33241
+ };
33242
+ createdAt: Date;
33243
+ updatedAt: Date;
33244
+ deletedAt: Date | null;
33245
+ includedQuantity: number;
33246
+ }[];
32553
33247
  };
32554
33248
  status: string;
32555
33249
  createdAt: Date;
@@ -32596,6 +33290,36 @@ export declare const apiContract: {
32596
33290
  perUnit: number;
32597
33291
  price: number;
32598
33292
  };
33293
+ relatedProducts: {
33294
+ id: string;
33295
+ product: {
33296
+ type: string;
33297
+ id: string;
33298
+ name: string;
33299
+ createdAt: Date;
33300
+ updatedAt: Date;
33301
+ deletedAt: Date | null;
33302
+ provider: string;
33303
+ productId: string;
33304
+ omnichannel: string;
33305
+ usageType: string | null;
33306
+ productPrice: {
33307
+ id: string;
33308
+ name: string | null;
33309
+ currency: string | null;
33310
+ createdAt: Date;
33311
+ updatedAt: Date;
33312
+ deletedAt: Date | null;
33313
+ priceId: string;
33314
+ perUnit: number;
33315
+ price: number;
33316
+ };
33317
+ };
33318
+ createdAt: Date;
33319
+ updatedAt: Date;
33320
+ deletedAt: Date | null;
33321
+ includedQuantity: number;
33322
+ }[];
32599
33323
  };
32600
33324
  createdAt: Date;
32601
33325
  updatedAt: Date;
@@ -32724,6 +33448,158 @@ export declare const apiContract: {
32724
33448
  perUnit: number;
32725
33449
  price: number;
32726
33450
  }>;
33451
+ relatedProducts: import("zod").ZodArray<import("zod").ZodObject<{
33452
+ id: import("zod").ZodString;
33453
+ createdAt: import("zod").ZodDate;
33454
+ updatedAt: import("zod").ZodDate;
33455
+ deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
33456
+ includedQuantity: import("zod").ZodNumber;
33457
+ product: import("zod").ZodObject<{
33458
+ id: import("zod").ZodString;
33459
+ createdAt: import("zod").ZodDate;
33460
+ updatedAt: import("zod").ZodDate;
33461
+ deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
33462
+ provider: import("zod").ZodString;
33463
+ productId: import("zod").ZodString;
33464
+ name: import("zod").ZodString;
33465
+ type: import("zod").ZodString;
33466
+ omnichannel: import("zod").ZodString;
33467
+ usageType: import("zod").ZodNullable<import("zod").ZodString>;
33468
+ productPrice: import("zod").ZodObject<{
33469
+ id: import("zod").ZodString;
33470
+ createdAt: import("zod").ZodDate;
33471
+ updatedAt: import("zod").ZodDate;
33472
+ deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
33473
+ priceId: import("zod").ZodString;
33474
+ name: import("zod").ZodNullable<import("zod").ZodString>;
33475
+ perUnit: import("zod").ZodNumber;
33476
+ price: import("zod").ZodNumber;
33477
+ currency: import("zod").ZodNullable<import("zod").ZodString>;
33478
+ }, "strip", import("zod").ZodTypeAny, {
33479
+ id: string;
33480
+ name: string | null;
33481
+ currency: string | null;
33482
+ createdAt: Date;
33483
+ updatedAt: Date;
33484
+ deletedAt: Date | null;
33485
+ priceId: string;
33486
+ perUnit: number;
33487
+ price: number;
33488
+ }, {
33489
+ id: string;
33490
+ name: string | null;
33491
+ currency: string | null;
33492
+ createdAt: Date;
33493
+ updatedAt: Date;
33494
+ deletedAt: Date | null;
33495
+ priceId: string;
33496
+ perUnit: number;
33497
+ price: number;
33498
+ }>;
33499
+ }, "strip", import("zod").ZodTypeAny, {
33500
+ type: string;
33501
+ id: string;
33502
+ name: string;
33503
+ createdAt: Date;
33504
+ updatedAt: Date;
33505
+ deletedAt: Date | null;
33506
+ provider: string;
33507
+ productId: string;
33508
+ omnichannel: string;
33509
+ usageType: string | null;
33510
+ productPrice: {
33511
+ id: string;
33512
+ name: string | null;
33513
+ currency: string | null;
33514
+ createdAt: Date;
33515
+ updatedAt: Date;
33516
+ deletedAt: Date | null;
33517
+ priceId: string;
33518
+ perUnit: number;
33519
+ price: number;
33520
+ };
33521
+ }, {
33522
+ type: string;
33523
+ id: string;
33524
+ name: string;
33525
+ createdAt: Date;
33526
+ updatedAt: Date;
33527
+ deletedAt: Date | null;
33528
+ provider: string;
33529
+ productId: string;
33530
+ omnichannel: string;
33531
+ usageType: string | null;
33532
+ productPrice: {
33533
+ id: string;
33534
+ name: string | null;
33535
+ currency: string | null;
33536
+ createdAt: Date;
33537
+ updatedAt: Date;
33538
+ deletedAt: Date | null;
33539
+ priceId: string;
33540
+ perUnit: number;
33541
+ price: number;
33542
+ };
33543
+ }>;
33544
+ }, "strip", import("zod").ZodTypeAny, {
33545
+ id: string;
33546
+ product: {
33547
+ type: string;
33548
+ id: string;
33549
+ name: string;
33550
+ createdAt: Date;
33551
+ updatedAt: Date;
33552
+ deletedAt: Date | null;
33553
+ provider: string;
33554
+ productId: string;
33555
+ omnichannel: string;
33556
+ usageType: string | null;
33557
+ productPrice: {
33558
+ id: string;
33559
+ name: string | null;
33560
+ currency: string | null;
33561
+ createdAt: Date;
33562
+ updatedAt: Date;
33563
+ deletedAt: Date | null;
33564
+ priceId: string;
33565
+ perUnit: number;
33566
+ price: number;
33567
+ };
33568
+ };
33569
+ createdAt: Date;
33570
+ updatedAt: Date;
33571
+ deletedAt: Date | null;
33572
+ includedQuantity: number;
33573
+ }, {
33574
+ id: string;
33575
+ product: {
33576
+ type: string;
33577
+ id: string;
33578
+ name: string;
33579
+ createdAt: Date;
33580
+ updatedAt: Date;
33581
+ deletedAt: Date | null;
33582
+ provider: string;
33583
+ productId: string;
33584
+ omnichannel: string;
33585
+ usageType: string | null;
33586
+ productPrice: {
33587
+ id: string;
33588
+ name: string | null;
33589
+ currency: string | null;
33590
+ createdAt: Date;
33591
+ updatedAt: Date;
33592
+ deletedAt: Date | null;
33593
+ priceId: string;
33594
+ perUnit: number;
33595
+ price: number;
33596
+ };
33597
+ };
33598
+ createdAt: Date;
33599
+ updatedAt: Date;
33600
+ deletedAt: Date | null;
33601
+ includedQuantity: number;
33602
+ }>, "many">;
32727
33603
  }, "strip", import("zod").ZodTypeAny, {
32728
33604
  type: string;
32729
33605
  id: string;
@@ -32746,6 +33622,36 @@ export declare const apiContract: {
32746
33622
  perUnit: number;
32747
33623
  price: number;
32748
33624
  };
33625
+ relatedProducts: {
33626
+ id: string;
33627
+ product: {
33628
+ type: string;
33629
+ id: string;
33630
+ name: string;
33631
+ createdAt: Date;
33632
+ updatedAt: Date;
33633
+ deletedAt: Date | null;
33634
+ provider: string;
33635
+ productId: string;
33636
+ omnichannel: string;
33637
+ usageType: string | null;
33638
+ productPrice: {
33639
+ id: string;
33640
+ name: string | null;
33641
+ currency: string | null;
33642
+ createdAt: Date;
33643
+ updatedAt: Date;
33644
+ deletedAt: Date | null;
33645
+ priceId: string;
33646
+ perUnit: number;
33647
+ price: number;
33648
+ };
33649
+ };
33650
+ createdAt: Date;
33651
+ updatedAt: Date;
33652
+ deletedAt: Date | null;
33653
+ includedQuantity: number;
33654
+ }[];
32749
33655
  }, {
32750
33656
  type: string;
32751
33657
  id: string;
@@ -32768,6 +33674,36 @@ export declare const apiContract: {
32768
33674
  perUnit: number;
32769
33675
  price: number;
32770
33676
  };
33677
+ relatedProducts: {
33678
+ id: string;
33679
+ product: {
33680
+ type: string;
33681
+ id: string;
33682
+ name: string;
33683
+ createdAt: Date;
33684
+ updatedAt: Date;
33685
+ deletedAt: Date | null;
33686
+ provider: string;
33687
+ productId: string;
33688
+ omnichannel: string;
33689
+ usageType: string | null;
33690
+ productPrice: {
33691
+ id: string;
33692
+ name: string | null;
33693
+ currency: string | null;
33694
+ createdAt: Date;
33695
+ updatedAt: Date;
33696
+ deletedAt: Date | null;
33697
+ priceId: string;
33698
+ perUnit: number;
33699
+ price: number;
33700
+ };
33701
+ };
33702
+ createdAt: Date;
33703
+ updatedAt: Date;
33704
+ deletedAt: Date | null;
33705
+ includedQuantity: number;
33706
+ }[];
32771
33707
  }>, "many">;
32772
33708
  }, "strip", import("zod").ZodTypeAny, {
32773
33709
  data: {
@@ -32792,6 +33728,36 @@ export declare const apiContract: {
32792
33728
  perUnit: number;
32793
33729
  price: number;
32794
33730
  };
33731
+ relatedProducts: {
33732
+ id: string;
33733
+ product: {
33734
+ type: string;
33735
+ id: string;
33736
+ name: string;
33737
+ createdAt: Date;
33738
+ updatedAt: Date;
33739
+ deletedAt: Date | null;
33740
+ provider: string;
33741
+ productId: string;
33742
+ omnichannel: string;
33743
+ usageType: string | null;
33744
+ productPrice: {
33745
+ id: string;
33746
+ name: string | null;
33747
+ currency: string | null;
33748
+ createdAt: Date;
33749
+ updatedAt: Date;
33750
+ deletedAt: Date | null;
33751
+ priceId: string;
33752
+ perUnit: number;
33753
+ price: number;
33754
+ };
33755
+ };
33756
+ createdAt: Date;
33757
+ updatedAt: Date;
33758
+ deletedAt: Date | null;
33759
+ includedQuantity: number;
33760
+ }[];
32795
33761
  }[];
32796
33762
  requestId: string;
32797
33763
  }, {
@@ -32817,6 +33783,36 @@ export declare const apiContract: {
32817
33783
  perUnit: number;
32818
33784
  price: number;
32819
33785
  };
33786
+ relatedProducts: {
33787
+ id: string;
33788
+ product: {
33789
+ type: string;
33790
+ id: string;
33791
+ name: string;
33792
+ createdAt: Date;
33793
+ updatedAt: Date;
33794
+ deletedAt: Date | null;
33795
+ provider: string;
33796
+ productId: string;
33797
+ omnichannel: string;
33798
+ usageType: string | null;
33799
+ productPrice: {
33800
+ id: string;
33801
+ name: string | null;
33802
+ currency: string | null;
33803
+ createdAt: Date;
33804
+ updatedAt: Date;
33805
+ deletedAt: Date | null;
33806
+ priceId: string;
33807
+ perUnit: number;
33808
+ price: number;
33809
+ };
33810
+ };
33811
+ createdAt: Date;
33812
+ updatedAt: Date;
33813
+ deletedAt: Date | null;
33814
+ includedQuantity: number;
33815
+ }[];
32820
33816
  }[];
32821
33817
  requestId: string;
32822
33818
  }>;