@deliverart/sdk-js-order 2.20.0 → 2.22.0

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.
package/dist/index.d.cts CHANGED
@@ -234,6 +234,7 @@ declare const deliveryOrderSchema: z.ZodObject<{
234
234
  justeat: "justeat";
235
235
  glovo: "glovo";
236
236
  cassa_in_cloud: "cassa_in_cloud";
237
+ tilby: "tilby";
237
238
  }>>;
238
239
  partnerIdentifier: z.ZodNullable<z.ZodString>;
239
240
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -355,6 +356,7 @@ declare const collectionOrderSchema: z.ZodObject<{
355
356
  justeat: "justeat";
356
357
  glovo: "glovo";
357
358
  cassa_in_cloud: "cassa_in_cloud";
359
+ tilby: "tilby";
358
360
  }>>;
359
361
  partnerIdentifier: z.ZodNullable<z.ZodString>;
360
362
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -467,6 +469,7 @@ declare const takeAwayOrderSchema: z.ZodObject<{
467
469
  justeat: "justeat";
468
470
  glovo: "glovo";
469
471
  cassa_in_cloud: "cassa_in_cloud";
472
+ tilby: "tilby";
470
473
  }>>;
471
474
  partnerIdentifier: z.ZodNullable<z.ZodString>;
472
475
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -579,6 +582,7 @@ declare const kitchenOrderSchema: z.ZodObject<{
579
582
  justeat: "justeat";
580
583
  glovo: "glovo";
581
584
  cassa_in_cloud: "cassa_in_cloud";
585
+ tilby: "tilby";
582
586
  }>>;
583
587
  partnerIdentifier: z.ZodNullable<z.ZodString>;
584
588
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -690,6 +694,7 @@ declare const orderSchema: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodDisc
690
694
  justeat: "justeat";
691
695
  glovo: "glovo";
692
696
  cassa_in_cloud: "cassa_in_cloud";
697
+ tilby: "tilby";
693
698
  }>>;
694
699
  partnerIdentifier: z.ZodNullable<z.ZodString>;
695
700
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -809,6 +814,7 @@ declare const orderSchema: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodDisc
809
814
  justeat: "justeat";
810
815
  glovo: "glovo";
811
816
  cassa_in_cloud: "cassa_in_cloud";
817
+ tilby: "tilby";
812
818
  }>>;
813
819
  partnerIdentifier: z.ZodNullable<z.ZodString>;
814
820
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -918,6 +924,7 @@ declare const orderSchema: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodDisc
918
924
  justeat: "justeat";
919
925
  glovo: "glovo";
920
926
  cassa_in_cloud: "cassa_in_cloud";
927
+ tilby: "tilby";
921
928
  }>>;
922
929
  partnerIdentifier: z.ZodNullable<z.ZodString>;
923
930
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -1029,6 +1036,7 @@ declare const deliveryOrderDetailsSchema: z.ZodObject<{
1029
1036
  justeat: "justeat";
1030
1037
  glovo: "glovo";
1031
1038
  cassa_in_cloud: "cassa_in_cloud";
1039
+ tilby: "tilby";
1032
1040
  }>>;
1033
1041
  partnerIdentifier: z.ZodNullable<z.ZodString>;
1034
1042
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -1225,6 +1233,7 @@ declare const collectionOrderDetailsSchema: z.ZodObject<{
1225
1233
  justeat: "justeat";
1226
1234
  glovo: "glovo";
1227
1235
  cassa_in_cloud: "cassa_in_cloud";
1236
+ tilby: "tilby";
1228
1237
  }>>;
1229
1238
  partnerIdentifier: z.ZodNullable<z.ZodString>;
1230
1239
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -1412,6 +1421,7 @@ declare const takeAwayOrderDetailsSchema: z.ZodObject<{
1412
1421
  justeat: "justeat";
1413
1422
  glovo: "glovo";
1414
1423
  cassa_in_cloud: "cassa_in_cloud";
1424
+ tilby: "tilby";
1415
1425
  }>>;
1416
1426
  partnerIdentifier: z.ZodNullable<z.ZodString>;
1417
1427
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -1599,6 +1609,7 @@ declare const kitchenOrderDetailsSchema: z.ZodObject<{
1599
1609
  justeat: "justeat";
1600
1610
  glovo: "glovo";
1601
1611
  cassa_in_cloud: "cassa_in_cloud";
1612
+ tilby: "tilby";
1602
1613
  }>>;
1603
1614
  partnerIdentifier: z.ZodNullable<z.ZodString>;
1604
1615
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -1785,6 +1796,7 @@ declare const orderDetailsSchema: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.
1785
1796
  justeat: "justeat";
1786
1797
  glovo: "glovo";
1787
1798
  cassa_in_cloud: "cassa_in_cloud";
1799
+ tilby: "tilby";
1788
1800
  }>>;
1789
1801
  partnerIdentifier: z.ZodNullable<z.ZodString>;
1790
1802
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -1979,6 +1991,7 @@ declare const orderDetailsSchema: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.
1979
1991
  justeat: "justeat";
1980
1992
  glovo: "glovo";
1981
1993
  cassa_in_cloud: "cassa_in_cloud";
1994
+ tilby: "tilby";
1982
1995
  }>>;
1983
1996
  partnerIdentifier: z.ZodNullable<z.ZodString>;
1984
1997
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -2163,6 +2176,7 @@ declare const orderDetailsSchema: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.
2163
2176
  justeat: "justeat";
2164
2177
  glovo: "glovo";
2165
2178
  cassa_in_cloud: "cassa_in_cloud";
2179
+ tilby: "tilby";
2166
2180
  }>>;
2167
2181
  partnerIdentifier: z.ZodNullable<z.ZodString>;
2168
2182
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -2350,6 +2364,7 @@ declare const writableDeliveryOrderSchema: z.ZodObject<{
2350
2364
  justeat: "justeat";
2351
2365
  glovo: "glovo";
2352
2366
  cassa_in_cloud: "cassa_in_cloud";
2367
+ tilby: "tilby";
2353
2368
  }>>>;
2354
2369
  partnerIdentifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2355
2370
  displayId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2425,6 +2440,7 @@ declare const writableCollectionOrderSchema: z.ZodObject<{
2425
2440
  justeat: "justeat";
2426
2441
  glovo: "glovo";
2427
2442
  cassa_in_cloud: "cassa_in_cloud";
2443
+ tilby: "tilby";
2428
2444
  }>>>;
2429
2445
  partnerIdentifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2430
2446
  displayId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2491,6 +2507,7 @@ declare const writableTakeAwayOrderSchema: z.ZodObject<{
2491
2507
  justeat: "justeat";
2492
2508
  glovo: "glovo";
2493
2509
  cassa_in_cloud: "cassa_in_cloud";
2510
+ tilby: "tilby";
2494
2511
  }>>>;
2495
2512
  partnerIdentifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2496
2513
  displayId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2557,6 +2574,7 @@ declare const writableKitchenOrderSchema: z.ZodObject<{
2557
2574
  justeat: "justeat";
2558
2575
  glovo: "glovo";
2559
2576
  cassa_in_cloud: "cassa_in_cloud";
2577
+ tilby: "tilby";
2560
2578
  }>>>;
2561
2579
  partnerIdentifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2562
2580
  displayId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2622,6 +2640,7 @@ declare const writableOrderSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
2622
2640
  justeat: "justeat";
2623
2641
  glovo: "glovo";
2624
2642
  cassa_in_cloud: "cassa_in_cloud";
2643
+ tilby: "tilby";
2625
2644
  }>>>;
2626
2645
  partnerIdentifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2627
2646
  displayId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2695,6 +2714,7 @@ declare const writableOrderSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
2695
2714
  justeat: "justeat";
2696
2715
  glovo: "glovo";
2697
2716
  cassa_in_cloud: "cassa_in_cloud";
2717
+ tilby: "tilby";
2698
2718
  }>>>;
2699
2719
  partnerIdentifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2700
2720
  displayId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2758,6 +2778,7 @@ declare const writableOrderSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
2758
2778
  justeat: "justeat";
2759
2779
  glovo: "glovo";
2760
2780
  cassa_in_cloud: "cassa_in_cloud";
2781
+ tilby: "tilby";
2761
2782
  }>>>;
2762
2783
  partnerIdentifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2763
2784
  displayId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2821,6 +2842,7 @@ declare const writableOrderSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
2821
2842
  justeat: "justeat";
2822
2843
  glovo: "glovo";
2823
2844
  cassa_in_cloud: "cassa_in_cloud";
2845
+ tilby: "tilby";
2824
2846
  }>>>;
2825
2847
  partnerIdentifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2826
2848
  displayId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3076,6 +3098,7 @@ declare const regularBundleSchema: z.ZodObject<{
3076
3098
  justeat: "justeat";
3077
3099
  glovo: "glovo";
3078
3100
  cassa_in_cloud: "cassa_in_cloud";
3101
+ tilby: "tilby";
3079
3102
  }>>;
3080
3103
  partnerIdentifier: z.ZodNullable<z.ZodString>;
3081
3104
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -3195,6 +3218,7 @@ declare const regularBundleSchema: z.ZodObject<{
3195
3218
  justeat: "justeat";
3196
3219
  glovo: "glovo";
3197
3220
  cassa_in_cloud: "cassa_in_cloud";
3221
+ tilby: "tilby";
3198
3222
  }>>;
3199
3223
  partnerIdentifier: z.ZodNullable<z.ZodString>;
3200
3224
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -3304,6 +3328,7 @@ declare const regularBundleSchema: z.ZodObject<{
3304
3328
  justeat: "justeat";
3305
3329
  glovo: "glovo";
3306
3330
  cassa_in_cloud: "cassa_in_cloud";
3331
+ tilby: "tilby";
3307
3332
  }>>;
3308
3333
  partnerIdentifier: z.ZodNullable<z.ZodString>;
3309
3334
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -3442,6 +3467,7 @@ declare const forcedBundleSchema: z.ZodObject<{
3442
3467
  justeat: "justeat";
3443
3468
  glovo: "glovo";
3444
3469
  cassa_in_cloud: "cassa_in_cloud";
3470
+ tilby: "tilby";
3445
3471
  }>>;
3446
3472
  partnerIdentifier: z.ZodNullable<z.ZodString>;
3447
3473
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -3561,6 +3587,7 @@ declare const forcedBundleSchema: z.ZodObject<{
3561
3587
  justeat: "justeat";
3562
3588
  glovo: "glovo";
3563
3589
  cassa_in_cloud: "cassa_in_cloud";
3590
+ tilby: "tilby";
3564
3591
  }>>;
3565
3592
  partnerIdentifier: z.ZodNullable<z.ZodString>;
3566
3593
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -3670,6 +3697,7 @@ declare const forcedBundleSchema: z.ZodObject<{
3670
3697
  justeat: "justeat";
3671
3698
  glovo: "glovo";
3672
3699
  cassa_in_cloud: "cassa_in_cloud";
3700
+ tilby: "tilby";
3673
3701
  }>>;
3674
3702
  partnerIdentifier: z.ZodNullable<z.ZodString>;
3675
3703
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -3808,6 +3836,7 @@ declare const bundleSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
3808
3836
  justeat: "justeat";
3809
3837
  glovo: "glovo";
3810
3838
  cassa_in_cloud: "cassa_in_cloud";
3839
+ tilby: "tilby";
3811
3840
  }>>;
3812
3841
  partnerIdentifier: z.ZodNullable<z.ZodString>;
3813
3842
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -3927,6 +3956,7 @@ declare const bundleSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
3927
3956
  justeat: "justeat";
3928
3957
  glovo: "glovo";
3929
3958
  cassa_in_cloud: "cassa_in_cloud";
3959
+ tilby: "tilby";
3930
3960
  }>>;
3931
3961
  partnerIdentifier: z.ZodNullable<z.ZodString>;
3932
3962
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -4036,6 +4066,7 @@ declare const bundleSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
4036
4066
  justeat: "justeat";
4037
4067
  glovo: "glovo";
4038
4068
  cassa_in_cloud: "cassa_in_cloud";
4069
+ tilby: "tilby";
4039
4070
  }>>;
4040
4071
  partnerIdentifier: z.ZodNullable<z.ZodString>;
4041
4072
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -4172,6 +4203,7 @@ declare const bundleSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
4172
4203
  justeat: "justeat";
4173
4204
  glovo: "glovo";
4174
4205
  cassa_in_cloud: "cassa_in_cloud";
4206
+ tilby: "tilby";
4175
4207
  }>>;
4176
4208
  partnerIdentifier: z.ZodNullable<z.ZodString>;
4177
4209
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -4291,6 +4323,7 @@ declare const bundleSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
4291
4323
  justeat: "justeat";
4292
4324
  glovo: "glovo";
4293
4325
  cassa_in_cloud: "cassa_in_cloud";
4326
+ tilby: "tilby";
4294
4327
  }>>;
4295
4328
  partnerIdentifier: z.ZodNullable<z.ZodString>;
4296
4329
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -4400,6 +4433,7 @@ declare const bundleSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
4400
4433
  justeat: "justeat";
4401
4434
  glovo: "glovo";
4402
4435
  cassa_in_cloud: "cassa_in_cloud";
4436
+ tilby: "tilby";
4403
4437
  }>>;
4404
4438
  partnerIdentifier: z.ZodNullable<z.ZodString>;
4405
4439
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -4538,6 +4572,7 @@ declare const regularBundleDetailsSchema: z.ZodObject<{
4538
4572
  justeat: "justeat";
4539
4573
  glovo: "glovo";
4540
4574
  cassa_in_cloud: "cassa_in_cloud";
4575
+ tilby: "tilby";
4541
4576
  }>>;
4542
4577
  partnerIdentifier: z.ZodNullable<z.ZodString>;
4543
4578
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -4657,6 +4692,7 @@ declare const regularBundleDetailsSchema: z.ZodObject<{
4657
4692
  justeat: "justeat";
4658
4693
  glovo: "glovo";
4659
4694
  cassa_in_cloud: "cassa_in_cloud";
4695
+ tilby: "tilby";
4660
4696
  }>>;
4661
4697
  partnerIdentifier: z.ZodNullable<z.ZodString>;
4662
4698
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -4766,6 +4802,7 @@ declare const regularBundleDetailsSchema: z.ZodObject<{
4766
4802
  justeat: "justeat";
4767
4803
  glovo: "glovo";
4768
4804
  cassa_in_cloud: "cassa_in_cloud";
4805
+ tilby: "tilby";
4769
4806
  }>>;
4770
4807
  partnerIdentifier: z.ZodNullable<z.ZodString>;
4771
4808
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -4905,6 +4942,7 @@ declare const forcedBundleDetailsSchema: z.ZodObject<{
4905
4942
  justeat: "justeat";
4906
4943
  glovo: "glovo";
4907
4944
  cassa_in_cloud: "cassa_in_cloud";
4945
+ tilby: "tilby";
4908
4946
  }>>;
4909
4947
  partnerIdentifier: z.ZodNullable<z.ZodString>;
4910
4948
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -5024,6 +5062,7 @@ declare const forcedBundleDetailsSchema: z.ZodObject<{
5024
5062
  justeat: "justeat";
5025
5063
  glovo: "glovo";
5026
5064
  cassa_in_cloud: "cassa_in_cloud";
5065
+ tilby: "tilby";
5027
5066
  }>>;
5028
5067
  partnerIdentifier: z.ZodNullable<z.ZodString>;
5029
5068
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -5133,6 +5172,7 @@ declare const forcedBundleDetailsSchema: z.ZodObject<{
5133
5172
  justeat: "justeat";
5134
5173
  glovo: "glovo";
5135
5174
  cassa_in_cloud: "cassa_in_cloud";
5175
+ tilby: "tilby";
5136
5176
  }>>;
5137
5177
  partnerIdentifier: z.ZodNullable<z.ZodString>;
5138
5178
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -5272,6 +5312,7 @@ declare const bundleDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
5272
5312
  justeat: "justeat";
5273
5313
  glovo: "glovo";
5274
5314
  cassa_in_cloud: "cassa_in_cloud";
5315
+ tilby: "tilby";
5275
5316
  }>>;
5276
5317
  partnerIdentifier: z.ZodNullable<z.ZodString>;
5277
5318
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -5391,6 +5432,7 @@ declare const bundleDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
5391
5432
  justeat: "justeat";
5392
5433
  glovo: "glovo";
5393
5434
  cassa_in_cloud: "cassa_in_cloud";
5435
+ tilby: "tilby";
5394
5436
  }>>;
5395
5437
  partnerIdentifier: z.ZodNullable<z.ZodString>;
5396
5438
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -5500,6 +5542,7 @@ declare const bundleDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
5500
5542
  justeat: "justeat";
5501
5543
  glovo: "glovo";
5502
5544
  cassa_in_cloud: "cassa_in_cloud";
5545
+ tilby: "tilby";
5503
5546
  }>>;
5504
5547
  partnerIdentifier: z.ZodNullable<z.ZodString>;
5505
5548
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -5637,6 +5680,7 @@ declare const bundleDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
5637
5680
  justeat: "justeat";
5638
5681
  glovo: "glovo";
5639
5682
  cassa_in_cloud: "cassa_in_cloud";
5683
+ tilby: "tilby";
5640
5684
  }>>;
5641
5685
  partnerIdentifier: z.ZodNullable<z.ZodString>;
5642
5686
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -5756,6 +5800,7 @@ declare const bundleDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
5756
5800
  justeat: "justeat";
5757
5801
  glovo: "glovo";
5758
5802
  cassa_in_cloud: "cassa_in_cloud";
5803
+ tilby: "tilby";
5759
5804
  }>>;
5760
5805
  partnerIdentifier: z.ZodNullable<z.ZodString>;
5761
5806
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -5865,6 +5910,7 @@ declare const bundleDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
5865
5910
  justeat: "justeat";
5866
5911
  glovo: "glovo";
5867
5912
  cassa_in_cloud: "cassa_in_cloud";
5913
+ tilby: "tilby";
5868
5914
  }>>;
5869
5915
  partnerIdentifier: z.ZodNullable<z.ZodString>;
5870
5916
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -6184,11 +6230,13 @@ declare const ordersQuerySchema: z.ZodObject<{
6184
6230
  justeat: "justeat";
6185
6231
  glovo: "glovo";
6186
6232
  cassa_in_cloud: "cassa_in_cloud";
6233
+ tilby: "tilby";
6187
6234
  }>, z.ZodArray<z.ZodEnum<{
6188
6235
  deliveroo: "deliveroo";
6189
6236
  justeat: "justeat";
6190
6237
  glovo: "glovo";
6191
6238
  cassa_in_cloud: "cassa_in_cloud";
6239
+ tilby: "tilby";
6192
6240
  }>>]>>;
6193
6241
  partnerIdentifier: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
6194
6242
  'customerInfo.firstName': z.ZodOptional<z.ZodString>;
@@ -6507,6 +6555,7 @@ declare const createBundleResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
6507
6555
  justeat: "justeat";
6508
6556
  glovo: "glovo";
6509
6557
  cassa_in_cloud: "cassa_in_cloud";
6558
+ tilby: "tilby";
6510
6559
  }>>;
6511
6560
  partnerIdentifier: z.ZodNullable<z.ZodString>;
6512
6561
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -6626,6 +6675,7 @@ declare const createBundleResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
6626
6675
  justeat: "justeat";
6627
6676
  glovo: "glovo";
6628
6677
  cassa_in_cloud: "cassa_in_cloud";
6678
+ tilby: "tilby";
6629
6679
  }>>;
6630
6680
  partnerIdentifier: z.ZodNullable<z.ZodString>;
6631
6681
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -6735,6 +6785,7 @@ declare const createBundleResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
6735
6785
  justeat: "justeat";
6736
6786
  glovo: "glovo";
6737
6787
  cassa_in_cloud: "cassa_in_cloud";
6788
+ tilby: "tilby";
6738
6789
  }>>;
6739
6790
  partnerIdentifier: z.ZodNullable<z.ZodString>;
6740
6791
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -6872,6 +6923,7 @@ declare const createBundleResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
6872
6923
  justeat: "justeat";
6873
6924
  glovo: "glovo";
6874
6925
  cassa_in_cloud: "cassa_in_cloud";
6926
+ tilby: "tilby";
6875
6927
  }>>;
6876
6928
  partnerIdentifier: z.ZodNullable<z.ZodString>;
6877
6929
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -6991,6 +7043,7 @@ declare const createBundleResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
6991
7043
  justeat: "justeat";
6992
7044
  glovo: "glovo";
6993
7045
  cassa_in_cloud: "cassa_in_cloud";
7046
+ tilby: "tilby";
6994
7047
  }>>;
6995
7048
  partnerIdentifier: z.ZodNullable<z.ZodString>;
6996
7049
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -7100,6 +7153,7 @@ declare const createBundleResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
7100
7153
  justeat: "justeat";
7101
7154
  glovo: "glovo";
7102
7155
  cassa_in_cloud: "cassa_in_cloud";
7156
+ tilby: "tilby";
7103
7157
  }>>;
7104
7158
  partnerIdentifier: z.ZodNullable<z.ZodString>;
7105
7159
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -7248,6 +7302,7 @@ declare class CreateBundle extends AbstractApiRequest<typeof createBundleInputSc
7248
7302
  justeat: "justeat";
7249
7303
  glovo: "glovo";
7250
7304
  cassa_in_cloud: "cassa_in_cloud";
7305
+ tilby: "tilby";
7251
7306
  }>>;
7252
7307
  partnerIdentifier: z.ZodNullable<z.ZodString>;
7253
7308
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -7367,6 +7422,7 @@ declare class CreateBundle extends AbstractApiRequest<typeof createBundleInputSc
7367
7422
  justeat: "justeat";
7368
7423
  glovo: "glovo";
7369
7424
  cassa_in_cloud: "cassa_in_cloud";
7425
+ tilby: "tilby";
7370
7426
  }>>;
7371
7427
  partnerIdentifier: z.ZodNullable<z.ZodString>;
7372
7428
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -7476,6 +7532,7 @@ declare class CreateBundle extends AbstractApiRequest<typeof createBundleInputSc
7476
7532
  justeat: "justeat";
7477
7533
  glovo: "glovo";
7478
7534
  cassa_in_cloud: "cassa_in_cloud";
7535
+ tilby: "tilby";
7479
7536
  }>>;
7480
7537
  partnerIdentifier: z.ZodNullable<z.ZodString>;
7481
7538
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -7613,6 +7670,7 @@ declare class CreateBundle extends AbstractApiRequest<typeof createBundleInputSc
7613
7670
  justeat: "justeat";
7614
7671
  glovo: "glovo";
7615
7672
  cassa_in_cloud: "cassa_in_cloud";
7673
+ tilby: "tilby";
7616
7674
  }>>;
7617
7675
  partnerIdentifier: z.ZodNullable<z.ZodString>;
7618
7676
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -7732,6 +7790,7 @@ declare class CreateBundle extends AbstractApiRequest<typeof createBundleInputSc
7732
7790
  justeat: "justeat";
7733
7791
  glovo: "glovo";
7734
7792
  cassa_in_cloud: "cassa_in_cloud";
7793
+ tilby: "tilby";
7735
7794
  }>>;
7736
7795
  partnerIdentifier: z.ZodNullable<z.ZodString>;
7737
7796
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -7841,6 +7900,7 @@ declare class CreateBundle extends AbstractApiRequest<typeof createBundleInputSc
7841
7900
  justeat: "justeat";
7842
7901
  glovo: "glovo";
7843
7902
  cassa_in_cloud: "cassa_in_cloud";
7903
+ tilby: "tilby";
7844
7904
  }>>;
7845
7905
  partnerIdentifier: z.ZodNullable<z.ZodString>;
7846
7906
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -8002,6 +8062,7 @@ declare const getBundleDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObje
8002
8062
  justeat: "justeat";
8003
8063
  glovo: "glovo";
8004
8064
  cassa_in_cloud: "cassa_in_cloud";
8065
+ tilby: "tilby";
8005
8066
  }>>;
8006
8067
  partnerIdentifier: z.ZodNullable<z.ZodString>;
8007
8068
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -8121,6 +8182,7 @@ declare const getBundleDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObje
8121
8182
  justeat: "justeat";
8122
8183
  glovo: "glovo";
8123
8184
  cassa_in_cloud: "cassa_in_cloud";
8185
+ tilby: "tilby";
8124
8186
  }>>;
8125
8187
  partnerIdentifier: z.ZodNullable<z.ZodString>;
8126
8188
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -8230,6 +8292,7 @@ declare const getBundleDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObje
8230
8292
  justeat: "justeat";
8231
8293
  glovo: "glovo";
8232
8294
  cassa_in_cloud: "cassa_in_cloud";
8295
+ tilby: "tilby";
8233
8296
  }>>;
8234
8297
  partnerIdentifier: z.ZodNullable<z.ZodString>;
8235
8298
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -8367,6 +8430,7 @@ declare const getBundleDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObje
8367
8430
  justeat: "justeat";
8368
8431
  glovo: "glovo";
8369
8432
  cassa_in_cloud: "cassa_in_cloud";
8433
+ tilby: "tilby";
8370
8434
  }>>;
8371
8435
  partnerIdentifier: z.ZodNullable<z.ZodString>;
8372
8436
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -8486,6 +8550,7 @@ declare const getBundleDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObje
8486
8550
  justeat: "justeat";
8487
8551
  glovo: "glovo";
8488
8552
  cassa_in_cloud: "cassa_in_cloud";
8553
+ tilby: "tilby";
8489
8554
  }>>;
8490
8555
  partnerIdentifier: z.ZodNullable<z.ZodString>;
8491
8556
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -8595,6 +8660,7 @@ declare const getBundleDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObje
8595
8660
  justeat: "justeat";
8596
8661
  glovo: "glovo";
8597
8662
  cassa_in_cloud: "cassa_in_cloud";
8663
+ tilby: "tilby";
8598
8664
  }>>;
8599
8665
  partnerIdentifier: z.ZodNullable<z.ZodString>;
8600
8666
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -8739,6 +8805,7 @@ declare class GetBundleDetails extends AbstractApiRequest<typeof getBundleDetail
8739
8805
  justeat: "justeat";
8740
8806
  glovo: "glovo";
8741
8807
  cassa_in_cloud: "cassa_in_cloud";
8808
+ tilby: "tilby";
8742
8809
  }>>;
8743
8810
  partnerIdentifier: z.ZodNullable<z.ZodString>;
8744
8811
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -8858,6 +8925,7 @@ declare class GetBundleDetails extends AbstractApiRequest<typeof getBundleDetail
8858
8925
  justeat: "justeat";
8859
8926
  glovo: "glovo";
8860
8927
  cassa_in_cloud: "cassa_in_cloud";
8928
+ tilby: "tilby";
8861
8929
  }>>;
8862
8930
  partnerIdentifier: z.ZodNullable<z.ZodString>;
8863
8931
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -8967,6 +9035,7 @@ declare class GetBundleDetails extends AbstractApiRequest<typeof getBundleDetail
8967
9035
  justeat: "justeat";
8968
9036
  glovo: "glovo";
8969
9037
  cassa_in_cloud: "cassa_in_cloud";
9038
+ tilby: "tilby";
8970
9039
  }>>;
8971
9040
  partnerIdentifier: z.ZodNullable<z.ZodString>;
8972
9041
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -9104,6 +9173,7 @@ declare class GetBundleDetails extends AbstractApiRequest<typeof getBundleDetail
9104
9173
  justeat: "justeat";
9105
9174
  glovo: "glovo";
9106
9175
  cassa_in_cloud: "cassa_in_cloud";
9176
+ tilby: "tilby";
9107
9177
  }>>;
9108
9178
  partnerIdentifier: z.ZodNullable<z.ZodString>;
9109
9179
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -9223,6 +9293,7 @@ declare class GetBundleDetails extends AbstractApiRequest<typeof getBundleDetail
9223
9293
  justeat: "justeat";
9224
9294
  glovo: "glovo";
9225
9295
  cassa_in_cloud: "cassa_in_cloud";
9296
+ tilby: "tilby";
9226
9297
  }>>;
9227
9298
  partnerIdentifier: z.ZodNullable<z.ZodString>;
9228
9299
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -9332,6 +9403,7 @@ declare class GetBundleDetails extends AbstractApiRequest<typeof getBundleDetail
9332
9403
  justeat: "justeat";
9333
9404
  glovo: "glovo";
9334
9405
  cassa_in_cloud: "cassa_in_cloud";
9406
+ tilby: "tilby";
9335
9407
  }>>;
9336
9408
  partnerIdentifier: z.ZodNullable<z.ZodString>;
9337
9409
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -9559,6 +9631,7 @@ declare const getBundlesResponseSchema: z.ZodObject<{
9559
9631
  justeat: "justeat";
9560
9632
  glovo: "glovo";
9561
9633
  cassa_in_cloud: "cassa_in_cloud";
9634
+ tilby: "tilby";
9562
9635
  }>>;
9563
9636
  partnerIdentifier: z.ZodNullable<z.ZodString>;
9564
9637
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -9678,6 +9751,7 @@ declare const getBundlesResponseSchema: z.ZodObject<{
9678
9751
  justeat: "justeat";
9679
9752
  glovo: "glovo";
9680
9753
  cassa_in_cloud: "cassa_in_cloud";
9754
+ tilby: "tilby";
9681
9755
  }>>;
9682
9756
  partnerIdentifier: z.ZodNullable<z.ZodString>;
9683
9757
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -9787,6 +9861,7 @@ declare const getBundlesResponseSchema: z.ZodObject<{
9787
9861
  justeat: "justeat";
9788
9862
  glovo: "glovo";
9789
9863
  cassa_in_cloud: "cassa_in_cloud";
9864
+ tilby: "tilby";
9790
9865
  }>>;
9791
9866
  partnerIdentifier: z.ZodNullable<z.ZodString>;
9792
9867
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -9923,6 +9998,7 @@ declare const getBundlesResponseSchema: z.ZodObject<{
9923
9998
  justeat: "justeat";
9924
9999
  glovo: "glovo";
9925
10000
  cassa_in_cloud: "cassa_in_cloud";
10001
+ tilby: "tilby";
9926
10002
  }>>;
9927
10003
  partnerIdentifier: z.ZodNullable<z.ZodString>;
9928
10004
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -10042,6 +10118,7 @@ declare const getBundlesResponseSchema: z.ZodObject<{
10042
10118
  justeat: "justeat";
10043
10119
  glovo: "glovo";
10044
10120
  cassa_in_cloud: "cassa_in_cloud";
10121
+ tilby: "tilby";
10045
10122
  }>>;
10046
10123
  partnerIdentifier: z.ZodNullable<z.ZodString>;
10047
10124
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -10151,6 +10228,7 @@ declare const getBundlesResponseSchema: z.ZodObject<{
10151
10228
  justeat: "justeat";
10152
10229
  glovo: "glovo";
10153
10230
  cassa_in_cloud: "cassa_in_cloud";
10231
+ tilby: "tilby";
10154
10232
  }>>;
10155
10233
  partnerIdentifier: z.ZodNullable<z.ZodString>;
10156
10234
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -10304,6 +10382,7 @@ declare class GetBundles extends AbstractApiRequest<typeof getBundlesInputSchema
10304
10382
  justeat: "justeat";
10305
10383
  glovo: "glovo";
10306
10384
  cassa_in_cloud: "cassa_in_cloud";
10385
+ tilby: "tilby";
10307
10386
  }>>;
10308
10387
  partnerIdentifier: z.ZodNullable<z.ZodString>;
10309
10388
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -10423,6 +10502,7 @@ declare class GetBundles extends AbstractApiRequest<typeof getBundlesInputSchema
10423
10502
  justeat: "justeat";
10424
10503
  glovo: "glovo";
10425
10504
  cassa_in_cloud: "cassa_in_cloud";
10505
+ tilby: "tilby";
10426
10506
  }>>;
10427
10507
  partnerIdentifier: z.ZodNullable<z.ZodString>;
10428
10508
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -10532,6 +10612,7 @@ declare class GetBundles extends AbstractApiRequest<typeof getBundlesInputSchema
10532
10612
  justeat: "justeat";
10533
10613
  glovo: "glovo";
10534
10614
  cassa_in_cloud: "cassa_in_cloud";
10615
+ tilby: "tilby";
10535
10616
  }>>;
10536
10617
  partnerIdentifier: z.ZodNullable<z.ZodString>;
10537
10618
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -10668,6 +10749,7 @@ declare class GetBundles extends AbstractApiRequest<typeof getBundlesInputSchema
10668
10749
  justeat: "justeat";
10669
10750
  glovo: "glovo";
10670
10751
  cassa_in_cloud: "cassa_in_cloud";
10752
+ tilby: "tilby";
10671
10753
  }>>;
10672
10754
  partnerIdentifier: z.ZodNullable<z.ZodString>;
10673
10755
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -10787,6 +10869,7 @@ declare class GetBundles extends AbstractApiRequest<typeof getBundlesInputSchema
10787
10869
  justeat: "justeat";
10788
10870
  glovo: "glovo";
10789
10871
  cassa_in_cloud: "cassa_in_cloud";
10872
+ tilby: "tilby";
10790
10873
  }>>;
10791
10874
  partnerIdentifier: z.ZodNullable<z.ZodString>;
10792
10875
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -10896,6 +10979,7 @@ declare class GetBundles extends AbstractApiRequest<typeof getBundlesInputSchema
10896
10979
  justeat: "justeat";
10897
10980
  glovo: "glovo";
10898
10981
  cassa_in_cloud: "cassa_in_cloud";
10982
+ tilby: "tilby";
10899
10983
  }>>;
10900
10984
  partnerIdentifier: z.ZodNullable<z.ZodString>;
10901
10985
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -11121,6 +11205,7 @@ declare class GetBundles extends AbstractApiRequest<typeof getBundlesInputSchema
11121
11205
  justeat: "justeat";
11122
11206
  glovo: "glovo";
11123
11207
  cassa_in_cloud: "cassa_in_cloud";
11208
+ tilby: "tilby";
11124
11209
  }>>;
11125
11210
  partnerIdentifier: z.ZodNullable<z.ZodString>;
11126
11211
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -11240,6 +11325,7 @@ declare class GetBundles extends AbstractApiRequest<typeof getBundlesInputSchema
11240
11325
  justeat: "justeat";
11241
11326
  glovo: "glovo";
11242
11327
  cassa_in_cloud: "cassa_in_cloud";
11328
+ tilby: "tilby";
11243
11329
  }>>;
11244
11330
  partnerIdentifier: z.ZodNullable<z.ZodString>;
11245
11331
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -11349,6 +11435,7 @@ declare class GetBundles extends AbstractApiRequest<typeof getBundlesInputSchema
11349
11435
  justeat: "justeat";
11350
11436
  glovo: "glovo";
11351
11437
  cassa_in_cloud: "cassa_in_cloud";
11438
+ tilby: "tilby";
11352
11439
  }>>;
11353
11440
  partnerIdentifier: z.ZodNullable<z.ZodString>;
11354
11441
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -11485,6 +11572,7 @@ declare class GetBundles extends AbstractApiRequest<typeof getBundlesInputSchema
11485
11572
  justeat: "justeat";
11486
11573
  glovo: "glovo";
11487
11574
  cassa_in_cloud: "cassa_in_cloud";
11575
+ tilby: "tilby";
11488
11576
  }>>;
11489
11577
  partnerIdentifier: z.ZodNullable<z.ZodString>;
11490
11578
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -11604,6 +11692,7 @@ declare class GetBundles extends AbstractApiRequest<typeof getBundlesInputSchema
11604
11692
  justeat: "justeat";
11605
11693
  glovo: "glovo";
11606
11694
  cassa_in_cloud: "cassa_in_cloud";
11695
+ tilby: "tilby";
11607
11696
  }>>;
11608
11697
  partnerIdentifier: z.ZodNullable<z.ZodString>;
11609
11698
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -11713,6 +11802,7 @@ declare class GetBundles extends AbstractApiRequest<typeof getBundlesInputSchema
11713
11802
  justeat: "justeat";
11714
11803
  glovo: "glovo";
11715
11804
  cassa_in_cloud: "cassa_in_cloud";
11805
+ tilby: "tilby";
11716
11806
  }>>;
11717
11807
  partnerIdentifier: z.ZodNullable<z.ZodString>;
11718
11808
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -11939,6 +12029,7 @@ declare const getBundlesFromPointOfSaleResponseSchema: z.ZodObject<{
11939
12029
  justeat: "justeat";
11940
12030
  glovo: "glovo";
11941
12031
  cassa_in_cloud: "cassa_in_cloud";
12032
+ tilby: "tilby";
11942
12033
  }>>;
11943
12034
  partnerIdentifier: z.ZodNullable<z.ZodString>;
11944
12035
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -12058,6 +12149,7 @@ declare const getBundlesFromPointOfSaleResponseSchema: z.ZodObject<{
12058
12149
  justeat: "justeat";
12059
12150
  glovo: "glovo";
12060
12151
  cassa_in_cloud: "cassa_in_cloud";
12152
+ tilby: "tilby";
12061
12153
  }>>;
12062
12154
  partnerIdentifier: z.ZodNullable<z.ZodString>;
12063
12155
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -12167,6 +12259,7 @@ declare const getBundlesFromPointOfSaleResponseSchema: z.ZodObject<{
12167
12259
  justeat: "justeat";
12168
12260
  glovo: "glovo";
12169
12261
  cassa_in_cloud: "cassa_in_cloud";
12262
+ tilby: "tilby";
12170
12263
  }>>;
12171
12264
  partnerIdentifier: z.ZodNullable<z.ZodString>;
12172
12265
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -12303,6 +12396,7 @@ declare const getBundlesFromPointOfSaleResponseSchema: z.ZodObject<{
12303
12396
  justeat: "justeat";
12304
12397
  glovo: "glovo";
12305
12398
  cassa_in_cloud: "cassa_in_cloud";
12399
+ tilby: "tilby";
12306
12400
  }>>;
12307
12401
  partnerIdentifier: z.ZodNullable<z.ZodString>;
12308
12402
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -12422,6 +12516,7 @@ declare const getBundlesFromPointOfSaleResponseSchema: z.ZodObject<{
12422
12516
  justeat: "justeat";
12423
12517
  glovo: "glovo";
12424
12518
  cassa_in_cloud: "cassa_in_cloud";
12519
+ tilby: "tilby";
12425
12520
  }>>;
12426
12521
  partnerIdentifier: z.ZodNullable<z.ZodString>;
12427
12522
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -12531,6 +12626,7 @@ declare const getBundlesFromPointOfSaleResponseSchema: z.ZodObject<{
12531
12626
  justeat: "justeat";
12532
12627
  glovo: "glovo";
12533
12628
  cassa_in_cloud: "cassa_in_cloud";
12629
+ tilby: "tilby";
12534
12630
  }>>;
12535
12631
  partnerIdentifier: z.ZodNullable<z.ZodString>;
12536
12632
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -12684,6 +12780,7 @@ declare class GetBundlesFromPointOfSale extends AbstractApiRequest<typeof getBun
12684
12780
  justeat: "justeat";
12685
12781
  glovo: "glovo";
12686
12782
  cassa_in_cloud: "cassa_in_cloud";
12783
+ tilby: "tilby";
12687
12784
  }>>;
12688
12785
  partnerIdentifier: z.ZodNullable<z.ZodString>;
12689
12786
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -12803,6 +12900,7 @@ declare class GetBundlesFromPointOfSale extends AbstractApiRequest<typeof getBun
12803
12900
  justeat: "justeat";
12804
12901
  glovo: "glovo";
12805
12902
  cassa_in_cloud: "cassa_in_cloud";
12903
+ tilby: "tilby";
12806
12904
  }>>;
12807
12905
  partnerIdentifier: z.ZodNullable<z.ZodString>;
12808
12906
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -12912,6 +13010,7 @@ declare class GetBundlesFromPointOfSale extends AbstractApiRequest<typeof getBun
12912
13010
  justeat: "justeat";
12913
13011
  glovo: "glovo";
12914
13012
  cassa_in_cloud: "cassa_in_cloud";
13013
+ tilby: "tilby";
12915
13014
  }>>;
12916
13015
  partnerIdentifier: z.ZodNullable<z.ZodString>;
12917
13016
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -13048,6 +13147,7 @@ declare class GetBundlesFromPointOfSale extends AbstractApiRequest<typeof getBun
13048
13147
  justeat: "justeat";
13049
13148
  glovo: "glovo";
13050
13149
  cassa_in_cloud: "cassa_in_cloud";
13150
+ tilby: "tilby";
13051
13151
  }>>;
13052
13152
  partnerIdentifier: z.ZodNullable<z.ZodString>;
13053
13153
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -13167,6 +13267,7 @@ declare class GetBundlesFromPointOfSale extends AbstractApiRequest<typeof getBun
13167
13267
  justeat: "justeat";
13168
13268
  glovo: "glovo";
13169
13269
  cassa_in_cloud: "cassa_in_cloud";
13270
+ tilby: "tilby";
13170
13271
  }>>;
13171
13272
  partnerIdentifier: z.ZodNullable<z.ZodString>;
13172
13273
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -13276,6 +13377,7 @@ declare class GetBundlesFromPointOfSale extends AbstractApiRequest<typeof getBun
13276
13377
  justeat: "justeat";
13277
13378
  glovo: "glovo";
13278
13379
  cassa_in_cloud: "cassa_in_cloud";
13380
+ tilby: "tilby";
13279
13381
  }>>;
13280
13382
  partnerIdentifier: z.ZodNullable<z.ZodString>;
13281
13383
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -13501,6 +13603,7 @@ declare class GetBundlesFromPointOfSale extends AbstractApiRequest<typeof getBun
13501
13603
  justeat: "justeat";
13502
13604
  glovo: "glovo";
13503
13605
  cassa_in_cloud: "cassa_in_cloud";
13606
+ tilby: "tilby";
13504
13607
  }>>;
13505
13608
  partnerIdentifier: z.ZodNullable<z.ZodString>;
13506
13609
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -13620,6 +13723,7 @@ declare class GetBundlesFromPointOfSale extends AbstractApiRequest<typeof getBun
13620
13723
  justeat: "justeat";
13621
13724
  glovo: "glovo";
13622
13725
  cassa_in_cloud: "cassa_in_cloud";
13726
+ tilby: "tilby";
13623
13727
  }>>;
13624
13728
  partnerIdentifier: z.ZodNullable<z.ZodString>;
13625
13729
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -13729,6 +13833,7 @@ declare class GetBundlesFromPointOfSale extends AbstractApiRequest<typeof getBun
13729
13833
  justeat: "justeat";
13730
13834
  glovo: "glovo";
13731
13835
  cassa_in_cloud: "cassa_in_cloud";
13836
+ tilby: "tilby";
13732
13837
  }>>;
13733
13838
  partnerIdentifier: z.ZodNullable<z.ZodString>;
13734
13839
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -13865,6 +13970,7 @@ declare class GetBundlesFromPointOfSale extends AbstractApiRequest<typeof getBun
13865
13970
  justeat: "justeat";
13866
13971
  glovo: "glovo";
13867
13972
  cassa_in_cloud: "cassa_in_cloud";
13973
+ tilby: "tilby";
13868
13974
  }>>;
13869
13975
  partnerIdentifier: z.ZodNullable<z.ZodString>;
13870
13976
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -13984,6 +14090,7 @@ declare class GetBundlesFromPointOfSale extends AbstractApiRequest<typeof getBun
13984
14090
  justeat: "justeat";
13985
14091
  glovo: "glovo";
13986
14092
  cassa_in_cloud: "cassa_in_cloud";
14093
+ tilby: "tilby";
13987
14094
  }>>;
13988
14095
  partnerIdentifier: z.ZodNullable<z.ZodString>;
13989
14096
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -14093,6 +14200,7 @@ declare class GetBundlesFromPointOfSale extends AbstractApiRequest<typeof getBun
14093
14200
  justeat: "justeat";
14094
14201
  glovo: "glovo";
14095
14202
  cassa_in_cloud: "cassa_in_cloud";
14203
+ tilby: "tilby";
14096
14204
  }>>;
14097
14205
  partnerIdentifier: z.ZodNullable<z.ZodString>;
14098
14206
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -14243,6 +14351,7 @@ declare const updateBundleResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
14243
14351
  justeat: "justeat";
14244
14352
  glovo: "glovo";
14245
14353
  cassa_in_cloud: "cassa_in_cloud";
14354
+ tilby: "tilby";
14246
14355
  }>>;
14247
14356
  partnerIdentifier: z.ZodNullable<z.ZodString>;
14248
14357
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -14362,6 +14471,7 @@ declare const updateBundleResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
14362
14471
  justeat: "justeat";
14363
14472
  glovo: "glovo";
14364
14473
  cassa_in_cloud: "cassa_in_cloud";
14474
+ tilby: "tilby";
14365
14475
  }>>;
14366
14476
  partnerIdentifier: z.ZodNullable<z.ZodString>;
14367
14477
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -14471,6 +14581,7 @@ declare const updateBundleResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
14471
14581
  justeat: "justeat";
14472
14582
  glovo: "glovo";
14473
14583
  cassa_in_cloud: "cassa_in_cloud";
14584
+ tilby: "tilby";
14474
14585
  }>>;
14475
14586
  partnerIdentifier: z.ZodNullable<z.ZodString>;
14476
14587
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -14608,6 +14719,7 @@ declare const updateBundleResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
14608
14719
  justeat: "justeat";
14609
14720
  glovo: "glovo";
14610
14721
  cassa_in_cloud: "cassa_in_cloud";
14722
+ tilby: "tilby";
14611
14723
  }>>;
14612
14724
  partnerIdentifier: z.ZodNullable<z.ZodString>;
14613
14725
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -14727,6 +14839,7 @@ declare const updateBundleResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
14727
14839
  justeat: "justeat";
14728
14840
  glovo: "glovo";
14729
14841
  cassa_in_cloud: "cassa_in_cloud";
14842
+ tilby: "tilby";
14730
14843
  }>>;
14731
14844
  partnerIdentifier: z.ZodNullable<z.ZodString>;
14732
14845
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -14836,6 +14949,7 @@ declare const updateBundleResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
14836
14949
  justeat: "justeat";
14837
14950
  glovo: "glovo";
14838
14951
  cassa_in_cloud: "cassa_in_cloud";
14952
+ tilby: "tilby";
14839
14953
  }>>;
14840
14954
  partnerIdentifier: z.ZodNullable<z.ZodString>;
14841
14955
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -14983,6 +15097,7 @@ declare class UpdateBundle extends AbstractApiRequest<typeof updateBundleInputSc
14983
15097
  justeat: "justeat";
14984
15098
  glovo: "glovo";
14985
15099
  cassa_in_cloud: "cassa_in_cloud";
15100
+ tilby: "tilby";
14986
15101
  }>>;
14987
15102
  partnerIdentifier: z.ZodNullable<z.ZodString>;
14988
15103
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -15102,6 +15217,7 @@ declare class UpdateBundle extends AbstractApiRequest<typeof updateBundleInputSc
15102
15217
  justeat: "justeat";
15103
15218
  glovo: "glovo";
15104
15219
  cassa_in_cloud: "cassa_in_cloud";
15220
+ tilby: "tilby";
15105
15221
  }>>;
15106
15222
  partnerIdentifier: z.ZodNullable<z.ZodString>;
15107
15223
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -15211,6 +15327,7 @@ declare class UpdateBundle extends AbstractApiRequest<typeof updateBundleInputSc
15211
15327
  justeat: "justeat";
15212
15328
  glovo: "glovo";
15213
15329
  cassa_in_cloud: "cassa_in_cloud";
15330
+ tilby: "tilby";
15214
15331
  }>>;
15215
15332
  partnerIdentifier: z.ZodNullable<z.ZodString>;
15216
15333
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -15348,6 +15465,7 @@ declare class UpdateBundle extends AbstractApiRequest<typeof updateBundleInputSc
15348
15465
  justeat: "justeat";
15349
15466
  glovo: "glovo";
15350
15467
  cassa_in_cloud: "cassa_in_cloud";
15468
+ tilby: "tilby";
15351
15469
  }>>;
15352
15470
  partnerIdentifier: z.ZodNullable<z.ZodString>;
15353
15471
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -15467,6 +15585,7 @@ declare class UpdateBundle extends AbstractApiRequest<typeof updateBundleInputSc
15467
15585
  justeat: "justeat";
15468
15586
  glovo: "glovo";
15469
15587
  cassa_in_cloud: "cassa_in_cloud";
15588
+ tilby: "tilby";
15470
15589
  }>>;
15471
15590
  partnerIdentifier: z.ZodNullable<z.ZodString>;
15472
15591
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -15576,6 +15695,7 @@ declare class UpdateBundle extends AbstractApiRequest<typeof updateBundleInputSc
15576
15695
  justeat: "justeat";
15577
15696
  glovo: "glovo";
15578
15697
  cassa_in_cloud: "cassa_in_cloud";
15698
+ tilby: "tilby";
15579
15699
  }>>;
15580
15700
  partnerIdentifier: z.ZodNullable<z.ZodString>;
15581
15701
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -16359,6 +16479,7 @@ declare const advanceOrderPreparationStatusResponseSchema: z.ZodPipe<z.ZodTransf
16359
16479
  justeat: "justeat";
16360
16480
  glovo: "glovo";
16361
16481
  cassa_in_cloud: "cassa_in_cloud";
16482
+ tilby: "tilby";
16362
16483
  }>>;
16363
16484
  partnerIdentifier: z.ZodNullable<z.ZodString>;
16364
16485
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -16553,6 +16674,7 @@ declare const advanceOrderPreparationStatusResponseSchema: z.ZodPipe<z.ZodTransf
16553
16674
  justeat: "justeat";
16554
16675
  glovo: "glovo";
16555
16676
  cassa_in_cloud: "cassa_in_cloud";
16677
+ tilby: "tilby";
16556
16678
  }>>;
16557
16679
  partnerIdentifier: z.ZodNullable<z.ZodString>;
16558
16680
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -16737,6 +16859,7 @@ declare const advanceOrderPreparationStatusResponseSchema: z.ZodPipe<z.ZodTransf
16737
16859
  justeat: "justeat";
16738
16860
  glovo: "glovo";
16739
16861
  cassa_in_cloud: "cassa_in_cloud";
16862
+ tilby: "tilby";
16740
16863
  }>>;
16741
16864
  partnerIdentifier: z.ZodNullable<z.ZodString>;
16742
16865
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -16928,6 +17051,7 @@ declare class AdvanceOrderPreparationStatus extends AbstractApiRequest<typeof ad
16928
17051
  justeat: "justeat";
16929
17052
  glovo: "glovo";
16930
17053
  cassa_in_cloud: "cassa_in_cloud";
17054
+ tilby: "tilby";
16931
17055
  }>>;
16932
17056
  partnerIdentifier: z.ZodNullable<z.ZodString>;
16933
17057
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -17122,6 +17246,7 @@ declare class AdvanceOrderPreparationStatus extends AbstractApiRequest<typeof ad
17122
17246
  justeat: "justeat";
17123
17247
  glovo: "glovo";
17124
17248
  cassa_in_cloud: "cassa_in_cloud";
17249
+ tilby: "tilby";
17125
17250
  }>>;
17126
17251
  partnerIdentifier: z.ZodNullable<z.ZodString>;
17127
17252
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -17306,6 +17431,7 @@ declare class AdvanceOrderPreparationStatus extends AbstractApiRequest<typeof ad
17306
17431
  justeat: "justeat";
17307
17432
  glovo: "glovo";
17308
17433
  cassa_in_cloud: "cassa_in_cloud";
17434
+ tilby: "tilby";
17309
17435
  }>>;
17310
17436
  partnerIdentifier: z.ZodNullable<z.ZodString>;
17311
17437
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -17484,6 +17610,7 @@ declare const calculateOrderFeesInputSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
17484
17610
  justeat: "justeat";
17485
17611
  glovo: "glovo";
17486
17612
  cassa_in_cloud: "cassa_in_cloud";
17613
+ tilby: "tilby";
17487
17614
  }>>>;
17488
17615
  partnerIdentifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17489
17616
  displayId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -17557,6 +17684,7 @@ declare const calculateOrderFeesInputSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
17557
17684
  justeat: "justeat";
17558
17685
  glovo: "glovo";
17559
17686
  cassa_in_cloud: "cassa_in_cloud";
17687
+ tilby: "tilby";
17560
17688
  }>>>;
17561
17689
  partnerIdentifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17562
17690
  displayId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -17620,6 +17748,7 @@ declare const calculateOrderFeesInputSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
17620
17748
  justeat: "justeat";
17621
17749
  glovo: "glovo";
17622
17750
  cassa_in_cloud: "cassa_in_cloud";
17751
+ tilby: "tilby";
17623
17752
  }>>>;
17624
17753
  partnerIdentifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17625
17754
  displayId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -17683,6 +17812,7 @@ declare const calculateOrderFeesInputSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
17683
17812
  justeat: "justeat";
17684
17813
  glovo: "glovo";
17685
17814
  cassa_in_cloud: "cassa_in_cloud";
17815
+ tilby: "tilby";
17686
17816
  }>>>;
17687
17817
  partnerIdentifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17688
17818
  displayId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -17765,6 +17895,7 @@ declare class CalculateOrderFees extends AbstractApiRequest<typeof calculateOrde
17765
17895
  justeat: "justeat";
17766
17896
  glovo: "glovo";
17767
17897
  cassa_in_cloud: "cassa_in_cloud";
17898
+ tilby: "tilby";
17768
17899
  }>>>;
17769
17900
  partnerIdentifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17770
17901
  displayId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -17838,6 +17969,7 @@ declare class CalculateOrderFees extends AbstractApiRequest<typeof calculateOrde
17838
17969
  justeat: "justeat";
17839
17970
  glovo: "glovo";
17840
17971
  cassa_in_cloud: "cassa_in_cloud";
17972
+ tilby: "tilby";
17841
17973
  }>>>;
17842
17974
  partnerIdentifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17843
17975
  displayId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -17901,6 +18033,7 @@ declare class CalculateOrderFees extends AbstractApiRequest<typeof calculateOrde
17901
18033
  justeat: "justeat";
17902
18034
  glovo: "glovo";
17903
18035
  cassa_in_cloud: "cassa_in_cloud";
18036
+ tilby: "tilby";
17904
18037
  }>>>;
17905
18038
  partnerIdentifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17906
18039
  displayId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -17964,6 +18097,7 @@ declare class CalculateOrderFees extends AbstractApiRequest<typeof calculateOrde
17964
18097
  justeat: "justeat";
17965
18098
  glovo: "glovo";
17966
18099
  cassa_in_cloud: "cassa_in_cloud";
18100
+ tilby: "tilby";
17967
18101
  }>>>;
17968
18102
  partnerIdentifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17969
18103
  displayId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -18062,6 +18196,7 @@ declare const confirmOrderResponseSchema: z.ZodPipe<z.ZodTransform<unknown, unkn
18062
18196
  justeat: "justeat";
18063
18197
  glovo: "glovo";
18064
18198
  cassa_in_cloud: "cassa_in_cloud";
18199
+ tilby: "tilby";
18065
18200
  }>>;
18066
18201
  partnerIdentifier: z.ZodNullable<z.ZodString>;
18067
18202
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -18256,6 +18391,7 @@ declare const confirmOrderResponseSchema: z.ZodPipe<z.ZodTransform<unknown, unkn
18256
18391
  justeat: "justeat";
18257
18392
  glovo: "glovo";
18258
18393
  cassa_in_cloud: "cassa_in_cloud";
18394
+ tilby: "tilby";
18259
18395
  }>>;
18260
18396
  partnerIdentifier: z.ZodNullable<z.ZodString>;
18261
18397
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -18440,6 +18576,7 @@ declare const confirmOrderResponseSchema: z.ZodPipe<z.ZodTransform<unknown, unkn
18440
18576
  justeat: "justeat";
18441
18577
  glovo: "glovo";
18442
18578
  cassa_in_cloud: "cassa_in_cloud";
18579
+ tilby: "tilby";
18443
18580
  }>>;
18444
18581
  partnerIdentifier: z.ZodNullable<z.ZodString>;
18445
18582
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -18631,6 +18768,7 @@ declare class ConfirmOrder extends AbstractApiRequest<typeof confirmOrderInputSc
18631
18768
  justeat: "justeat";
18632
18769
  glovo: "glovo";
18633
18770
  cassa_in_cloud: "cassa_in_cloud";
18771
+ tilby: "tilby";
18634
18772
  }>>;
18635
18773
  partnerIdentifier: z.ZodNullable<z.ZodString>;
18636
18774
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -18825,6 +18963,7 @@ declare class ConfirmOrder extends AbstractApiRequest<typeof confirmOrderInputSc
18825
18963
  justeat: "justeat";
18826
18964
  glovo: "glovo";
18827
18965
  cassa_in_cloud: "cassa_in_cloud";
18966
+ tilby: "tilby";
18828
18967
  }>>;
18829
18968
  partnerIdentifier: z.ZodNullable<z.ZodString>;
18830
18969
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -19009,6 +19148,7 @@ declare class ConfirmOrder extends AbstractApiRequest<typeof confirmOrderInputSc
19009
19148
  justeat: "justeat";
19010
19149
  glovo: "glovo";
19011
19150
  cassa_in_cloud: "cassa_in_cloud";
19151
+ tilby: "tilby";
19012
19152
  }>>;
19013
19153
  partnerIdentifier: z.ZodNullable<z.ZodString>;
19014
19154
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -19187,6 +19327,7 @@ declare const createOrderInputSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
19187
19327
  justeat: "justeat";
19188
19328
  glovo: "glovo";
19189
19329
  cassa_in_cloud: "cassa_in_cloud";
19330
+ tilby: "tilby";
19190
19331
  }>>>;
19191
19332
  partnerIdentifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19192
19333
  displayId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -19260,6 +19401,7 @@ declare const createOrderInputSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
19260
19401
  justeat: "justeat";
19261
19402
  glovo: "glovo";
19262
19403
  cassa_in_cloud: "cassa_in_cloud";
19404
+ tilby: "tilby";
19263
19405
  }>>>;
19264
19406
  partnerIdentifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19265
19407
  displayId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -19323,6 +19465,7 @@ declare const createOrderInputSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
19323
19465
  justeat: "justeat";
19324
19466
  glovo: "glovo";
19325
19467
  cassa_in_cloud: "cassa_in_cloud";
19468
+ tilby: "tilby";
19326
19469
  }>>>;
19327
19470
  partnerIdentifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19328
19471
  displayId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -19386,6 +19529,7 @@ declare const createOrderInputSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
19386
19529
  justeat: "justeat";
19387
19530
  glovo: "glovo";
19388
19531
  cassa_in_cloud: "cassa_in_cloud";
19532
+ tilby: "tilby";
19389
19533
  }>>>;
19390
19534
  partnerIdentifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19391
19535
  displayId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -19465,6 +19609,7 @@ declare const createOrderResponseSchema: z.ZodPipe<z.ZodTransform<unknown, unkno
19465
19609
  justeat: "justeat";
19466
19610
  glovo: "glovo";
19467
19611
  cassa_in_cloud: "cassa_in_cloud";
19612
+ tilby: "tilby";
19468
19613
  }>>;
19469
19614
  partnerIdentifier: z.ZodNullable<z.ZodString>;
19470
19615
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -19659,6 +19804,7 @@ declare const createOrderResponseSchema: z.ZodPipe<z.ZodTransform<unknown, unkno
19659
19804
  justeat: "justeat";
19660
19805
  glovo: "glovo";
19661
19806
  cassa_in_cloud: "cassa_in_cloud";
19807
+ tilby: "tilby";
19662
19808
  }>>;
19663
19809
  partnerIdentifier: z.ZodNullable<z.ZodString>;
19664
19810
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -19843,6 +19989,7 @@ declare const createOrderResponseSchema: z.ZodPipe<z.ZodTransform<unknown, unkno
19843
19989
  justeat: "justeat";
19844
19990
  glovo: "glovo";
19845
19991
  cassa_in_cloud: "cassa_in_cloud";
19992
+ tilby: "tilby";
19846
19993
  }>>;
19847
19994
  partnerIdentifier: z.ZodNullable<z.ZodString>;
19848
19995
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -20019,6 +20166,7 @@ declare class CreateOrder extends AbstractApiRequest<typeof createOrderInputSche
20019
20166
  justeat: "justeat";
20020
20167
  glovo: "glovo";
20021
20168
  cassa_in_cloud: "cassa_in_cloud";
20169
+ tilby: "tilby";
20022
20170
  }>>>;
20023
20171
  partnerIdentifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20024
20172
  displayId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -20092,6 +20240,7 @@ declare class CreateOrder extends AbstractApiRequest<typeof createOrderInputSche
20092
20240
  justeat: "justeat";
20093
20241
  glovo: "glovo";
20094
20242
  cassa_in_cloud: "cassa_in_cloud";
20243
+ tilby: "tilby";
20095
20244
  }>>>;
20096
20245
  partnerIdentifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20097
20246
  displayId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -20155,6 +20304,7 @@ declare class CreateOrder extends AbstractApiRequest<typeof createOrderInputSche
20155
20304
  justeat: "justeat";
20156
20305
  glovo: "glovo";
20157
20306
  cassa_in_cloud: "cassa_in_cloud";
20307
+ tilby: "tilby";
20158
20308
  }>>>;
20159
20309
  partnerIdentifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20160
20310
  displayId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -20218,6 +20368,7 @@ declare class CreateOrder extends AbstractApiRequest<typeof createOrderInputSche
20218
20368
  justeat: "justeat";
20219
20369
  glovo: "glovo";
20220
20370
  cassa_in_cloud: "cassa_in_cloud";
20371
+ tilby: "tilby";
20221
20372
  }>>>;
20222
20373
  partnerIdentifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20223
20374
  displayId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -20296,6 +20447,7 @@ declare class CreateOrder extends AbstractApiRequest<typeof createOrderInputSche
20296
20447
  justeat: "justeat";
20297
20448
  glovo: "glovo";
20298
20449
  cassa_in_cloud: "cassa_in_cloud";
20450
+ tilby: "tilby";
20299
20451
  }>>;
20300
20452
  partnerIdentifier: z.ZodNullable<z.ZodString>;
20301
20453
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -20490,6 +20642,7 @@ declare class CreateOrder extends AbstractApiRequest<typeof createOrderInputSche
20490
20642
  justeat: "justeat";
20491
20643
  glovo: "glovo";
20492
20644
  cassa_in_cloud: "cassa_in_cloud";
20645
+ tilby: "tilby";
20493
20646
  }>>;
20494
20647
  partnerIdentifier: z.ZodNullable<z.ZodString>;
20495
20648
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -20674,6 +20827,7 @@ declare class CreateOrder extends AbstractApiRequest<typeof createOrderInputSche
20674
20827
  justeat: "justeat";
20675
20828
  glovo: "glovo";
20676
20829
  cassa_in_cloud: "cassa_in_cloud";
20830
+ tilby: "tilby";
20677
20831
  }>>;
20678
20832
  partnerIdentifier: z.ZodNullable<z.ZodString>;
20679
20833
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -20921,11 +21075,13 @@ declare const getCustomerOrdersQuerySchema: z.ZodObject<{
20921
21075
  justeat: "justeat";
20922
21076
  glovo: "glovo";
20923
21077
  cassa_in_cloud: "cassa_in_cloud";
21078
+ tilby: "tilby";
20924
21079
  }>, z.ZodArray<z.ZodEnum<{
20925
21080
  deliveroo: "deliveroo";
20926
21081
  justeat: "justeat";
20927
21082
  glovo: "glovo";
20928
21083
  cassa_in_cloud: "cassa_in_cloud";
21084
+ tilby: "tilby";
20929
21085
  }>>]>>;
20930
21086
  partnerIdentifier: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
20931
21087
  'customerInfo.firstName': z.ZodOptional<z.ZodString>;
@@ -21106,6 +21262,7 @@ declare const getCustomerOrdersResponseSchema: z.ZodObject<{
21106
21262
  justeat: "justeat";
21107
21263
  glovo: "glovo";
21108
21264
  cassa_in_cloud: "cassa_in_cloud";
21265
+ tilby: "tilby";
21109
21266
  }>>;
21110
21267
  partnerIdentifier: z.ZodNullable<z.ZodString>;
21111
21268
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -21225,6 +21382,7 @@ declare const getCustomerOrdersResponseSchema: z.ZodObject<{
21225
21382
  justeat: "justeat";
21226
21383
  glovo: "glovo";
21227
21384
  cassa_in_cloud: "cassa_in_cloud";
21385
+ tilby: "tilby";
21228
21386
  }>>;
21229
21387
  partnerIdentifier: z.ZodNullable<z.ZodString>;
21230
21388
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -21334,6 +21492,7 @@ declare const getCustomerOrdersResponseSchema: z.ZodObject<{
21334
21492
  justeat: "justeat";
21335
21493
  glovo: "glovo";
21336
21494
  cassa_in_cloud: "cassa_in_cloud";
21495
+ tilby: "tilby";
21337
21496
  }>>;
21338
21497
  partnerIdentifier: z.ZodNullable<z.ZodString>;
21339
21498
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -21460,6 +21619,7 @@ declare class GetCustomerOrders extends AbstractApiRequest<typeof getCustomerOrd
21460
21619
  justeat: "justeat";
21461
21620
  glovo: "glovo";
21462
21621
  cassa_in_cloud: "cassa_in_cloud";
21622
+ tilby: "tilby";
21463
21623
  }>>;
21464
21624
  partnerIdentifier: z.ZodNullable<z.ZodString>;
21465
21625
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -21579,6 +21739,7 @@ declare class GetCustomerOrders extends AbstractApiRequest<typeof getCustomerOrd
21579
21739
  justeat: "justeat";
21580
21740
  glovo: "glovo";
21581
21741
  cassa_in_cloud: "cassa_in_cloud";
21742
+ tilby: "tilby";
21582
21743
  }>>;
21583
21744
  partnerIdentifier: z.ZodNullable<z.ZodString>;
21584
21745
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -21688,6 +21849,7 @@ declare class GetCustomerOrders extends AbstractApiRequest<typeof getCustomerOrd
21688
21849
  justeat: "justeat";
21689
21850
  glovo: "glovo";
21690
21851
  cassa_in_cloud: "cassa_in_cloud";
21852
+ tilby: "tilby";
21691
21853
  }>>;
21692
21854
  partnerIdentifier: z.ZodNullable<z.ZodString>;
21693
21855
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -21848,11 +22010,13 @@ declare class GetCustomerOrders extends AbstractApiRequest<typeof getCustomerOrd
21848
22010
  justeat: "justeat";
21849
22011
  glovo: "glovo";
21850
22012
  cassa_in_cloud: "cassa_in_cloud";
22013
+ tilby: "tilby";
21851
22014
  }>, z.ZodArray<z.ZodEnum<{
21852
22015
  deliveroo: "deliveroo";
21853
22016
  justeat: "justeat";
21854
22017
  glovo: "glovo";
21855
22018
  cassa_in_cloud: "cassa_in_cloud";
22019
+ tilby: "tilby";
21856
22020
  }>>]>>;
21857
22021
  partnerIdentifier: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
21858
22022
  'customerInfo.firstName': z.ZodOptional<z.ZodString>;
@@ -22030,6 +22194,7 @@ declare class GetCustomerOrders extends AbstractApiRequest<typeof getCustomerOrd
22030
22194
  justeat: "justeat";
22031
22195
  glovo: "glovo";
22032
22196
  cassa_in_cloud: "cassa_in_cloud";
22197
+ tilby: "tilby";
22033
22198
  }>>;
22034
22199
  partnerIdentifier: z.ZodNullable<z.ZodString>;
22035
22200
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -22149,6 +22314,7 @@ declare class GetCustomerOrders extends AbstractApiRequest<typeof getCustomerOrd
22149
22314
  justeat: "justeat";
22150
22315
  glovo: "glovo";
22151
22316
  cassa_in_cloud: "cassa_in_cloud";
22317
+ tilby: "tilby";
22152
22318
  }>>;
22153
22319
  partnerIdentifier: z.ZodNullable<z.ZodString>;
22154
22320
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -22258,6 +22424,7 @@ declare class GetCustomerOrders extends AbstractApiRequest<typeof getCustomerOrd
22258
22424
  justeat: "justeat";
22259
22425
  glovo: "glovo";
22260
22426
  cassa_in_cloud: "cassa_in_cloud";
22427
+ tilby: "tilby";
22261
22428
  }>>;
22262
22429
  partnerIdentifier: z.ZodNullable<z.ZodString>;
22263
22430
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -22378,6 +22545,7 @@ declare const generateOrderBundleResponseSchema: z.ZodPipe<z.ZodTransform<unknow
22378
22545
  justeat: "justeat";
22379
22546
  glovo: "glovo";
22380
22547
  cassa_in_cloud: "cassa_in_cloud";
22548
+ tilby: "tilby";
22381
22549
  }>>;
22382
22550
  partnerIdentifier: z.ZodNullable<z.ZodString>;
22383
22551
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -22572,6 +22740,7 @@ declare const generateOrderBundleResponseSchema: z.ZodPipe<z.ZodTransform<unknow
22572
22740
  justeat: "justeat";
22573
22741
  glovo: "glovo";
22574
22742
  cassa_in_cloud: "cassa_in_cloud";
22743
+ tilby: "tilby";
22575
22744
  }>>;
22576
22745
  partnerIdentifier: z.ZodNullable<z.ZodString>;
22577
22746
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -22756,6 +22925,7 @@ declare const generateOrderBundleResponseSchema: z.ZodPipe<z.ZodTransform<unknow
22756
22925
  justeat: "justeat";
22757
22926
  glovo: "glovo";
22758
22927
  cassa_in_cloud: "cassa_in_cloud";
22928
+ tilby: "tilby";
22759
22929
  }>>;
22760
22930
  partnerIdentifier: z.ZodNullable<z.ZodString>;
22761
22931
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -22947,6 +23117,7 @@ declare class GenerateOrderBundle extends AbstractApiRequest<typeof generateOrde
22947
23117
  justeat: "justeat";
22948
23118
  glovo: "glovo";
22949
23119
  cassa_in_cloud: "cassa_in_cloud";
23120
+ tilby: "tilby";
22950
23121
  }>>;
22951
23122
  partnerIdentifier: z.ZodNullable<z.ZodString>;
22952
23123
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -23141,6 +23312,7 @@ declare class GenerateOrderBundle extends AbstractApiRequest<typeof generateOrde
23141
23312
  justeat: "justeat";
23142
23313
  glovo: "glovo";
23143
23314
  cassa_in_cloud: "cassa_in_cloud";
23315
+ tilby: "tilby";
23144
23316
  }>>;
23145
23317
  partnerIdentifier: z.ZodNullable<z.ZodString>;
23146
23318
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -23325,6 +23497,7 @@ declare class GenerateOrderBundle extends AbstractApiRequest<typeof generateOrde
23325
23497
  justeat: "justeat";
23326
23498
  glovo: "glovo";
23327
23499
  cassa_in_cloud: "cassa_in_cloud";
23500
+ tilby: "tilby";
23328
23501
  }>>;
23329
23502
  partnerIdentifier: z.ZodNullable<z.ZodString>;
23330
23503
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -23519,6 +23692,7 @@ declare const getOrderDetailsResponseSchema: z.ZodPipe<z.ZodTransform<unknown, u
23519
23692
  justeat: "justeat";
23520
23693
  glovo: "glovo";
23521
23694
  cassa_in_cloud: "cassa_in_cloud";
23695
+ tilby: "tilby";
23522
23696
  }>>;
23523
23697
  partnerIdentifier: z.ZodNullable<z.ZodString>;
23524
23698
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -23713,6 +23887,7 @@ declare const getOrderDetailsResponseSchema: z.ZodPipe<z.ZodTransform<unknown, u
23713
23887
  justeat: "justeat";
23714
23888
  glovo: "glovo";
23715
23889
  cassa_in_cloud: "cassa_in_cloud";
23890
+ tilby: "tilby";
23716
23891
  }>>;
23717
23892
  partnerIdentifier: z.ZodNullable<z.ZodString>;
23718
23893
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -23897,6 +24072,7 @@ declare const getOrderDetailsResponseSchema: z.ZodPipe<z.ZodTransform<unknown, u
23897
24072
  justeat: "justeat";
23898
24073
  glovo: "glovo";
23899
24074
  cassa_in_cloud: "cassa_in_cloud";
24075
+ tilby: "tilby";
23900
24076
  }>>;
23901
24077
  partnerIdentifier: z.ZodNullable<z.ZodString>;
23902
24078
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -24088,6 +24264,7 @@ declare class GetOrderDetails extends AbstractApiRequest<typeof getOrderDetailsI
24088
24264
  justeat: "justeat";
24089
24265
  glovo: "glovo";
24090
24266
  cassa_in_cloud: "cassa_in_cloud";
24267
+ tilby: "tilby";
24091
24268
  }>>;
24092
24269
  partnerIdentifier: z.ZodNullable<z.ZodString>;
24093
24270
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -24282,6 +24459,7 @@ declare class GetOrderDetails extends AbstractApiRequest<typeof getOrderDetailsI
24282
24459
  justeat: "justeat";
24283
24460
  glovo: "glovo";
24284
24461
  cassa_in_cloud: "cassa_in_cloud";
24462
+ tilby: "tilby";
24285
24463
  }>>;
24286
24464
  partnerIdentifier: z.ZodNullable<z.ZodString>;
24287
24465
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -24466,6 +24644,7 @@ declare class GetOrderDetails extends AbstractApiRequest<typeof getOrderDetailsI
24466
24644
  justeat: "justeat";
24467
24645
  glovo: "glovo";
24468
24646
  cassa_in_cloud: "cassa_in_cloud";
24647
+ tilby: "tilby";
24469
24648
  }>>;
24470
24649
  partnerIdentifier: z.ZodNullable<z.ZodString>;
24471
24650
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -24699,11 +24878,13 @@ declare const getOrdersQuerySchema: z.ZodObject<{
24699
24878
  justeat: "justeat";
24700
24879
  glovo: "glovo";
24701
24880
  cassa_in_cloud: "cassa_in_cloud";
24881
+ tilby: "tilby";
24702
24882
  }>, z.ZodArray<z.ZodEnum<{
24703
24883
  deliveroo: "deliveroo";
24704
24884
  justeat: "justeat";
24705
24885
  glovo: "glovo";
24706
24886
  cassa_in_cloud: "cassa_in_cloud";
24887
+ tilby: "tilby";
24707
24888
  }>>]>>;
24708
24889
  partnerIdentifier: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
24709
24890
  'customerInfo.firstName': z.ZodOptional<z.ZodString>;
@@ -24884,6 +25065,7 @@ declare const getOrdersResponseSchema: z.ZodObject<{
24884
25065
  justeat: "justeat";
24885
25066
  glovo: "glovo";
24886
25067
  cassa_in_cloud: "cassa_in_cloud";
25068
+ tilby: "tilby";
24887
25069
  }>>;
24888
25070
  partnerIdentifier: z.ZodNullable<z.ZodString>;
24889
25071
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -25003,6 +25185,7 @@ declare const getOrdersResponseSchema: z.ZodObject<{
25003
25185
  justeat: "justeat";
25004
25186
  glovo: "glovo";
25005
25187
  cassa_in_cloud: "cassa_in_cloud";
25188
+ tilby: "tilby";
25006
25189
  }>>;
25007
25190
  partnerIdentifier: z.ZodNullable<z.ZodString>;
25008
25191
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -25112,6 +25295,7 @@ declare const getOrdersResponseSchema: z.ZodObject<{
25112
25295
  justeat: "justeat";
25113
25296
  glovo: "glovo";
25114
25297
  cassa_in_cloud: "cassa_in_cloud";
25298
+ tilby: "tilby";
25115
25299
  }>>;
25116
25300
  partnerIdentifier: z.ZodNullable<z.ZodString>;
25117
25301
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -25238,6 +25422,7 @@ declare class GetOrders extends AbstractApiRequest<typeof getOrdersInputSchema,
25238
25422
  justeat: "justeat";
25239
25423
  glovo: "glovo";
25240
25424
  cassa_in_cloud: "cassa_in_cloud";
25425
+ tilby: "tilby";
25241
25426
  }>>;
25242
25427
  partnerIdentifier: z.ZodNullable<z.ZodString>;
25243
25428
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -25357,6 +25542,7 @@ declare class GetOrders extends AbstractApiRequest<typeof getOrdersInputSchema,
25357
25542
  justeat: "justeat";
25358
25543
  glovo: "glovo";
25359
25544
  cassa_in_cloud: "cassa_in_cloud";
25545
+ tilby: "tilby";
25360
25546
  }>>;
25361
25547
  partnerIdentifier: z.ZodNullable<z.ZodString>;
25362
25548
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -25466,6 +25652,7 @@ declare class GetOrders extends AbstractApiRequest<typeof getOrdersInputSchema,
25466
25652
  justeat: "justeat";
25467
25653
  glovo: "glovo";
25468
25654
  cassa_in_cloud: "cassa_in_cloud";
25655
+ tilby: "tilby";
25469
25656
  }>>;
25470
25657
  partnerIdentifier: z.ZodNullable<z.ZodString>;
25471
25658
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -25626,11 +25813,13 @@ declare class GetOrders extends AbstractApiRequest<typeof getOrdersInputSchema,
25626
25813
  justeat: "justeat";
25627
25814
  glovo: "glovo";
25628
25815
  cassa_in_cloud: "cassa_in_cloud";
25816
+ tilby: "tilby";
25629
25817
  }>, z.ZodArray<z.ZodEnum<{
25630
25818
  deliveroo: "deliveroo";
25631
25819
  justeat: "justeat";
25632
25820
  glovo: "glovo";
25633
25821
  cassa_in_cloud: "cassa_in_cloud";
25822
+ tilby: "tilby";
25634
25823
  }>>]>>;
25635
25824
  partnerIdentifier: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
25636
25825
  'customerInfo.firstName': z.ZodOptional<z.ZodString>;
@@ -25808,6 +25997,7 @@ declare class GetOrders extends AbstractApiRequest<typeof getOrdersInputSchema,
25808
25997
  justeat: "justeat";
25809
25998
  glovo: "glovo";
25810
25999
  cassa_in_cloud: "cassa_in_cloud";
26000
+ tilby: "tilby";
25811
26001
  }>>;
25812
26002
  partnerIdentifier: z.ZodNullable<z.ZodString>;
25813
26003
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -25927,6 +26117,7 @@ declare class GetOrders extends AbstractApiRequest<typeof getOrdersInputSchema,
25927
26117
  justeat: "justeat";
25928
26118
  glovo: "glovo";
25929
26119
  cassa_in_cloud: "cassa_in_cloud";
26120
+ tilby: "tilby";
25930
26121
  }>>;
25931
26122
  partnerIdentifier: z.ZodNullable<z.ZodString>;
25932
26123
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -26036,6 +26227,7 @@ declare class GetOrders extends AbstractApiRequest<typeof getOrdersInputSchema,
26036
26227
  justeat: "justeat";
26037
26228
  glovo: "glovo";
26038
26229
  cassa_in_cloud: "cassa_in_cloud";
26230
+ tilby: "tilby";
26039
26231
  }>>;
26040
26232
  partnerIdentifier: z.ZodNullable<z.ZodString>;
26041
26233
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -26194,11 +26386,13 @@ declare const getPointOfSaleOrdersQuerySchema: z.ZodObject<{
26194
26386
  justeat: "justeat";
26195
26387
  glovo: "glovo";
26196
26388
  cassa_in_cloud: "cassa_in_cloud";
26389
+ tilby: "tilby";
26197
26390
  }>, z.ZodArray<z.ZodEnum<{
26198
26391
  deliveroo: "deliveroo";
26199
26392
  justeat: "justeat";
26200
26393
  glovo: "glovo";
26201
26394
  cassa_in_cloud: "cassa_in_cloud";
26395
+ tilby: "tilby";
26202
26396
  }>>]>>;
26203
26397
  partnerIdentifier: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
26204
26398
  'customerInfo.firstName': z.ZodOptional<z.ZodString>;
@@ -26379,6 +26573,7 @@ declare const getPointOfSaleOrdersResponseSchema: z.ZodObject<{
26379
26573
  justeat: "justeat";
26380
26574
  glovo: "glovo";
26381
26575
  cassa_in_cloud: "cassa_in_cloud";
26576
+ tilby: "tilby";
26382
26577
  }>>;
26383
26578
  partnerIdentifier: z.ZodNullable<z.ZodString>;
26384
26579
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -26498,6 +26693,7 @@ declare const getPointOfSaleOrdersResponseSchema: z.ZodObject<{
26498
26693
  justeat: "justeat";
26499
26694
  glovo: "glovo";
26500
26695
  cassa_in_cloud: "cassa_in_cloud";
26696
+ tilby: "tilby";
26501
26697
  }>>;
26502
26698
  partnerIdentifier: z.ZodNullable<z.ZodString>;
26503
26699
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -26607,6 +26803,7 @@ declare const getPointOfSaleOrdersResponseSchema: z.ZodObject<{
26607
26803
  justeat: "justeat";
26608
26804
  glovo: "glovo";
26609
26805
  cassa_in_cloud: "cassa_in_cloud";
26806
+ tilby: "tilby";
26610
26807
  }>>;
26611
26808
  partnerIdentifier: z.ZodNullable<z.ZodString>;
26612
26809
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -26733,6 +26930,7 @@ declare class GetPointOfSaleOrders extends AbstractApiRequest<typeof getPointOfS
26733
26930
  justeat: "justeat";
26734
26931
  glovo: "glovo";
26735
26932
  cassa_in_cloud: "cassa_in_cloud";
26933
+ tilby: "tilby";
26736
26934
  }>>;
26737
26935
  partnerIdentifier: z.ZodNullable<z.ZodString>;
26738
26936
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -26852,6 +27050,7 @@ declare class GetPointOfSaleOrders extends AbstractApiRequest<typeof getPointOfS
26852
27050
  justeat: "justeat";
26853
27051
  glovo: "glovo";
26854
27052
  cassa_in_cloud: "cassa_in_cloud";
27053
+ tilby: "tilby";
26855
27054
  }>>;
26856
27055
  partnerIdentifier: z.ZodNullable<z.ZodString>;
26857
27056
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -26961,6 +27160,7 @@ declare class GetPointOfSaleOrders extends AbstractApiRequest<typeof getPointOfS
26961
27160
  justeat: "justeat";
26962
27161
  glovo: "glovo";
26963
27162
  cassa_in_cloud: "cassa_in_cloud";
27163
+ tilby: "tilby";
26964
27164
  }>>;
26965
27165
  partnerIdentifier: z.ZodNullable<z.ZodString>;
26966
27166
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -27121,11 +27321,13 @@ declare class GetPointOfSaleOrders extends AbstractApiRequest<typeof getPointOfS
27121
27321
  justeat: "justeat";
27122
27322
  glovo: "glovo";
27123
27323
  cassa_in_cloud: "cassa_in_cloud";
27324
+ tilby: "tilby";
27124
27325
  }>, z.ZodArray<z.ZodEnum<{
27125
27326
  deliveroo: "deliveroo";
27126
27327
  justeat: "justeat";
27127
27328
  glovo: "glovo";
27128
27329
  cassa_in_cloud: "cassa_in_cloud";
27330
+ tilby: "tilby";
27129
27331
  }>>]>>;
27130
27332
  partnerIdentifier: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
27131
27333
  'customerInfo.firstName': z.ZodOptional<z.ZodString>;
@@ -27303,6 +27505,7 @@ declare class GetPointOfSaleOrders extends AbstractApiRequest<typeof getPointOfS
27303
27505
  justeat: "justeat";
27304
27506
  glovo: "glovo";
27305
27507
  cassa_in_cloud: "cassa_in_cloud";
27508
+ tilby: "tilby";
27306
27509
  }>>;
27307
27510
  partnerIdentifier: z.ZodNullable<z.ZodString>;
27308
27511
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -27422,6 +27625,7 @@ declare class GetPointOfSaleOrders extends AbstractApiRequest<typeof getPointOfS
27422
27625
  justeat: "justeat";
27423
27626
  glovo: "glovo";
27424
27627
  cassa_in_cloud: "cassa_in_cloud";
27628
+ tilby: "tilby";
27425
27629
  }>>;
27426
27630
  partnerIdentifier: z.ZodNullable<z.ZodString>;
27427
27631
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -27531,6 +27735,7 @@ declare class GetPointOfSaleOrders extends AbstractApiRequest<typeof getPointOfS
27531
27735
  justeat: "justeat";
27532
27736
  glovo: "glovo";
27533
27737
  cassa_in_cloud: "cassa_in_cloud";
27738
+ tilby: "tilby";
27534
27739
  }>>;
27535
27740
  partnerIdentifier: z.ZodNullable<z.ZodString>;
27536
27741
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -27742,6 +27947,7 @@ declare const markOrderAsCollectedResponseSchema: z.ZodPipe<z.ZodTransform<unkno
27742
27947
  justeat: "justeat";
27743
27948
  glovo: "glovo";
27744
27949
  cassa_in_cloud: "cassa_in_cloud";
27950
+ tilby: "tilby";
27745
27951
  }>>;
27746
27952
  partnerIdentifier: z.ZodNullable<z.ZodString>;
27747
27953
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -27936,6 +28142,7 @@ declare const markOrderAsCollectedResponseSchema: z.ZodPipe<z.ZodTransform<unkno
27936
28142
  justeat: "justeat";
27937
28143
  glovo: "glovo";
27938
28144
  cassa_in_cloud: "cassa_in_cloud";
28145
+ tilby: "tilby";
27939
28146
  }>>;
27940
28147
  partnerIdentifier: z.ZodNullable<z.ZodString>;
27941
28148
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -28120,6 +28327,7 @@ declare const markOrderAsCollectedResponseSchema: z.ZodPipe<z.ZodTransform<unkno
28120
28327
  justeat: "justeat";
28121
28328
  glovo: "glovo";
28122
28329
  cassa_in_cloud: "cassa_in_cloud";
28330
+ tilby: "tilby";
28123
28331
  }>>;
28124
28332
  partnerIdentifier: z.ZodNullable<z.ZodString>;
28125
28333
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -28311,6 +28519,7 @@ declare class MarkOrderAsCollected extends AbstractApiRequest<typeof markOrderAs
28311
28519
  justeat: "justeat";
28312
28520
  glovo: "glovo";
28313
28521
  cassa_in_cloud: "cassa_in_cloud";
28522
+ tilby: "tilby";
28314
28523
  }>>;
28315
28524
  partnerIdentifier: z.ZodNullable<z.ZodString>;
28316
28525
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -28505,6 +28714,7 @@ declare class MarkOrderAsCollected extends AbstractApiRequest<typeof markOrderAs
28505
28714
  justeat: "justeat";
28506
28715
  glovo: "glovo";
28507
28716
  cassa_in_cloud: "cassa_in_cloud";
28717
+ tilby: "tilby";
28508
28718
  }>>;
28509
28719
  partnerIdentifier: z.ZodNullable<z.ZodString>;
28510
28720
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -28689,6 +28899,7 @@ declare class MarkOrderAsCollected extends AbstractApiRequest<typeof markOrderAs
28689
28899
  justeat: "justeat";
28690
28900
  glovo: "glovo";
28691
28901
  cassa_in_cloud: "cassa_in_cloud";
28902
+ tilby: "tilby";
28692
28903
  }>>;
28693
28904
  partnerIdentifier: z.ZodNullable<z.ZodString>;
28694
28905
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -28883,6 +29094,7 @@ declare const markOrderAsReadResponseSchema: z.ZodPipe<z.ZodTransform<unknown, u
28883
29094
  justeat: "justeat";
28884
29095
  glovo: "glovo";
28885
29096
  cassa_in_cloud: "cassa_in_cloud";
29097
+ tilby: "tilby";
28886
29098
  }>>;
28887
29099
  partnerIdentifier: z.ZodNullable<z.ZodString>;
28888
29100
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -29077,6 +29289,7 @@ declare const markOrderAsReadResponseSchema: z.ZodPipe<z.ZodTransform<unknown, u
29077
29289
  justeat: "justeat";
29078
29290
  glovo: "glovo";
29079
29291
  cassa_in_cloud: "cassa_in_cloud";
29292
+ tilby: "tilby";
29080
29293
  }>>;
29081
29294
  partnerIdentifier: z.ZodNullable<z.ZodString>;
29082
29295
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -29261,6 +29474,7 @@ declare const markOrderAsReadResponseSchema: z.ZodPipe<z.ZodTransform<unknown, u
29261
29474
  justeat: "justeat";
29262
29475
  glovo: "glovo";
29263
29476
  cassa_in_cloud: "cassa_in_cloud";
29477
+ tilby: "tilby";
29264
29478
  }>>;
29265
29479
  partnerIdentifier: z.ZodNullable<z.ZodString>;
29266
29480
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -29452,6 +29666,7 @@ declare class MarkOrderAsRead extends AbstractApiRequest<typeof markOrderAsReadI
29452
29666
  justeat: "justeat";
29453
29667
  glovo: "glovo";
29454
29668
  cassa_in_cloud: "cassa_in_cloud";
29669
+ tilby: "tilby";
29455
29670
  }>>;
29456
29671
  partnerIdentifier: z.ZodNullable<z.ZodString>;
29457
29672
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -29646,6 +29861,7 @@ declare class MarkOrderAsRead extends AbstractApiRequest<typeof markOrderAsReadI
29646
29861
  justeat: "justeat";
29647
29862
  glovo: "glovo";
29648
29863
  cassa_in_cloud: "cassa_in_cloud";
29864
+ tilby: "tilby";
29649
29865
  }>>;
29650
29866
  partnerIdentifier: z.ZodNullable<z.ZodString>;
29651
29867
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -29830,6 +30046,7 @@ declare class MarkOrderAsRead extends AbstractApiRequest<typeof markOrderAsReadI
29830
30046
  justeat: "justeat";
29831
30047
  glovo: "glovo";
29832
30048
  cassa_in_cloud: "cassa_in_cloud";
30049
+ tilby: "tilby";
29833
30050
  }>>;
29834
30051
  partnerIdentifier: z.ZodNullable<z.ZodString>;
29835
30052
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -30169,6 +30386,7 @@ declare const rejectOrderResponseSchema: z.ZodPipe<z.ZodTransform<unknown, unkno
30169
30386
  justeat: "justeat";
30170
30387
  glovo: "glovo";
30171
30388
  cassa_in_cloud: "cassa_in_cloud";
30389
+ tilby: "tilby";
30172
30390
  }>>;
30173
30391
  partnerIdentifier: z.ZodNullable<z.ZodString>;
30174
30392
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -30363,6 +30581,7 @@ declare const rejectOrderResponseSchema: z.ZodPipe<z.ZodTransform<unknown, unkno
30363
30581
  justeat: "justeat";
30364
30582
  glovo: "glovo";
30365
30583
  cassa_in_cloud: "cassa_in_cloud";
30584
+ tilby: "tilby";
30366
30585
  }>>;
30367
30586
  partnerIdentifier: z.ZodNullable<z.ZodString>;
30368
30587
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -30547,6 +30766,7 @@ declare const rejectOrderResponseSchema: z.ZodPipe<z.ZodTransform<unknown, unkno
30547
30766
  justeat: "justeat";
30548
30767
  glovo: "glovo";
30549
30768
  cassa_in_cloud: "cassa_in_cloud";
30769
+ tilby: "tilby";
30550
30770
  }>>;
30551
30771
  partnerIdentifier: z.ZodNullable<z.ZodString>;
30552
30772
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -30738,6 +30958,7 @@ declare class RejectOrder extends AbstractApiRequest<typeof rejectOrderInputSche
30738
30958
  justeat: "justeat";
30739
30959
  glovo: "glovo";
30740
30960
  cassa_in_cloud: "cassa_in_cloud";
30961
+ tilby: "tilby";
30741
30962
  }>>;
30742
30963
  partnerIdentifier: z.ZodNullable<z.ZodString>;
30743
30964
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -30932,6 +31153,7 @@ declare class RejectOrder extends AbstractApiRequest<typeof rejectOrderInputSche
30932
31153
  justeat: "justeat";
30933
31154
  glovo: "glovo";
30934
31155
  cassa_in_cloud: "cassa_in_cloud";
31156
+ tilby: "tilby";
30935
31157
  }>>;
30936
31158
  partnerIdentifier: z.ZodNullable<z.ZodString>;
30937
31159
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -31116,6 +31338,7 @@ declare class RejectOrder extends AbstractApiRequest<typeof rejectOrderInputSche
31116
31338
  justeat: "justeat";
31117
31339
  glovo: "glovo";
31118
31340
  cassa_in_cloud: "cassa_in_cloud";
31341
+ tilby: "tilby";
31119
31342
  }>>;
31120
31343
  partnerIdentifier: z.ZodNullable<z.ZodString>;
31121
31344
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -31461,6 +31684,7 @@ declare const updateOrderResponseSchema: z.ZodPipe<z.ZodTransform<unknown, unkno
31461
31684
  justeat: "justeat";
31462
31685
  glovo: "glovo";
31463
31686
  cassa_in_cloud: "cassa_in_cloud";
31687
+ tilby: "tilby";
31464
31688
  }>>;
31465
31689
  partnerIdentifier: z.ZodNullable<z.ZodString>;
31466
31690
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -31655,6 +31879,7 @@ declare const updateOrderResponseSchema: z.ZodPipe<z.ZodTransform<unknown, unkno
31655
31879
  justeat: "justeat";
31656
31880
  glovo: "glovo";
31657
31881
  cassa_in_cloud: "cassa_in_cloud";
31882
+ tilby: "tilby";
31658
31883
  }>>;
31659
31884
  partnerIdentifier: z.ZodNullable<z.ZodString>;
31660
31885
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -31839,6 +32064,7 @@ declare const updateOrderResponseSchema: z.ZodPipe<z.ZodTransform<unknown, unkno
31839
32064
  justeat: "justeat";
31840
32065
  glovo: "glovo";
31841
32066
  cassa_in_cloud: "cassa_in_cloud";
32067
+ tilby: "tilby";
31842
32068
  }>>;
31843
32069
  partnerIdentifier: z.ZodNullable<z.ZodString>;
31844
32070
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -32181,6 +32407,7 @@ declare class UpdateOrder extends AbstractApiRequest<typeof updateOrderInputSche
32181
32407
  justeat: "justeat";
32182
32408
  glovo: "glovo";
32183
32409
  cassa_in_cloud: "cassa_in_cloud";
32410
+ tilby: "tilby";
32184
32411
  }>>;
32185
32412
  partnerIdentifier: z.ZodNullable<z.ZodString>;
32186
32413
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -32375,6 +32602,7 @@ declare class UpdateOrder extends AbstractApiRequest<typeof updateOrderInputSche
32375
32602
  justeat: "justeat";
32376
32603
  glovo: "glovo";
32377
32604
  cassa_in_cloud: "cassa_in_cloud";
32605
+ tilby: "tilby";
32378
32606
  }>>;
32379
32607
  partnerIdentifier: z.ZodNullable<z.ZodString>;
32380
32608
  sequenceId: z.ZodNullable<z.ZodString>;
@@ -32559,6 +32787,7 @@ declare class UpdateOrder extends AbstractApiRequest<typeof updateOrderInputSche
32559
32787
  justeat: "justeat";
32560
32788
  glovo: "glovo";
32561
32789
  cassa_in_cloud: "cassa_in_cloud";
32790
+ tilby: "tilby";
32562
32791
  }>>;
32563
32792
  partnerIdentifier: z.ZodNullable<z.ZodString>;
32564
32793
  sequenceId: z.ZodNullable<z.ZodString>;