@deliverart/sdk-js-integration 2.10.5 → 2.10.6
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.cjs +45 -9
- package/dist/index.d.cts +179 -28
- package/dist/index.d.ts +179 -28
- package/dist/index.js +45 -9
- package/package.json +7 -7
package/dist/index.d.ts
CHANGED
|
@@ -999,6 +999,8 @@ declare const integrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
999
999
|
latestCustomersSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
1000
1000
|
latestSalesModesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
1001
1001
|
latestSalesModesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
1002
|
+
latestTimetablesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
1003
|
+
latestTimetablesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
1002
1004
|
}, z.core.$strip>;
|
|
1003
1005
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
1004
1006
|
RISTO: "RISTO";
|
|
@@ -1211,6 +1213,8 @@ declare const integrationDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
1211
1213
|
latestCustomersSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
1212
1214
|
latestSalesModesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
1213
1215
|
latestSalesModesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
1216
|
+
latestTimetablesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
1217
|
+
latestTimetablesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
1214
1218
|
}, z.core.$strip>;
|
|
1215
1219
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
1216
1220
|
RISTO: "RISTO";
|
|
@@ -6808,6 +6812,8 @@ declare const getIntegrationDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
6808
6812
|
latestCustomersSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
6809
6813
|
latestSalesModesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
6810
6814
|
latestSalesModesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
6815
|
+
latestTimetablesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
6816
|
+
latestTimetablesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
6811
6817
|
}, z.core.$strip>;
|
|
6812
6818
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
6813
6819
|
RISTO: "RISTO";
|
|
@@ -7026,6 +7032,8 @@ declare class GetIntegrationDetails extends AbstractApiRequest<typeof getIntegra
|
|
|
7026
7032
|
latestCustomersSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
7027
7033
|
latestSalesModesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
7028
7034
|
latestSalesModesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
7035
|
+
latestTimetablesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
7036
|
+
latestTimetablesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
7029
7037
|
}, z.core.$strip>;
|
|
7030
7038
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
7031
7039
|
RISTO: "RISTO";
|
|
@@ -7280,6 +7288,8 @@ declare const getIntegrationsResponseSchema: z.ZodObject<{
|
|
|
7280
7288
|
latestCustomersSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
7281
7289
|
latestSalesModesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
7282
7290
|
latestSalesModesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
7291
|
+
latestTimetablesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
7292
|
+
latestTimetablesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
7283
7293
|
}, z.core.$strip>;
|
|
7284
7294
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
7285
7295
|
RISTO: "RISTO";
|
|
@@ -7502,6 +7512,8 @@ declare class GetIntegrations extends AbstractApiRequest<typeof getIntegrationsI
|
|
|
7502
7512
|
latestCustomersSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
7503
7513
|
latestSalesModesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
7504
7514
|
latestSalesModesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
7515
|
+
latestTimetablesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
7516
|
+
latestTimetablesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
7505
7517
|
}, z.core.$strip>;
|
|
7506
7518
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
7507
7519
|
RISTO: "RISTO";
|
|
@@ -7754,6 +7766,8 @@ declare class GetIntegrations extends AbstractApiRequest<typeof getIntegrationsI
|
|
|
7754
7766
|
latestCustomersSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
7755
7767
|
latestSalesModesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
7756
7768
|
latestSalesModesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
7769
|
+
latestTimetablesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
7770
|
+
latestTimetablesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
7757
7771
|
}, z.core.$strip>;
|
|
7758
7772
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
7759
7773
|
RISTO: "RISTO";
|
|
@@ -8006,6 +8020,8 @@ declare const getIntegrationsFromPointOfSaleResponseSchema: z.ZodArray<z.ZodDisc
|
|
|
8006
8020
|
latestCustomersSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
8007
8021
|
latestSalesModesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
8008
8022
|
latestSalesModesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
8023
|
+
latestTimetablesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
8024
|
+
latestTimetablesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
8009
8025
|
}, z.core.$strip>;
|
|
8010
8026
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
8011
8027
|
RISTO: "RISTO";
|
|
@@ -8218,6 +8234,8 @@ declare class GetIntegrationsFromPointOfSale extends AbstractApiRequest<typeof g
|
|
|
8218
8234
|
latestCustomersSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
8219
8235
|
latestSalesModesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
8220
8236
|
latestSalesModesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
8237
|
+
latestTimetablesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
8238
|
+
latestTimetablesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
8221
8239
|
}, z.core.$strip>;
|
|
8222
8240
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
8223
8241
|
RISTO: "RISTO";
|
|
@@ -8461,6 +8479,8 @@ declare class GetIntegrationsFromPointOfSale extends AbstractApiRequest<typeof g
|
|
|
8461
8479
|
latestCustomersSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
8462
8480
|
latestSalesModesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
8463
8481
|
latestSalesModesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
8482
|
+
latestTimetablesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
8483
|
+
latestTimetablesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
8464
8484
|
}, z.core.$strip>;
|
|
8465
8485
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
8466
8486
|
RISTO: "RISTO";
|
|
@@ -8511,6 +8531,8 @@ declare const integrationCassaInCloudSyncTimesSchema: z.ZodObject<{
|
|
|
8511
8531
|
latestCustomersSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
8512
8532
|
latestSalesModesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
8513
8533
|
latestSalesModesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
8534
|
+
latestTimetablesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
8535
|
+
latestTimetablesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
8514
8536
|
}, z.core.$strip>;
|
|
8515
8537
|
type IntegrationCassaInCloudSyncTimes = z.infer<typeof integrationCassaInCloudSyncTimesSchema>;
|
|
8516
8538
|
declare const integrationCassaInCloudSchema: z.ZodObject<{
|
|
@@ -8568,6 +8590,8 @@ declare const integrationCassaInCloudSchema: z.ZodObject<{
|
|
|
8568
8590
|
latestCustomersSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
8569
8591
|
latestSalesModesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
8570
8592
|
latestSalesModesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
8593
|
+
latestTimetablesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
8594
|
+
latestTimetablesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
8571
8595
|
}, z.core.$strip>;
|
|
8572
8596
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
8573
8597
|
RISTO: "RISTO";
|
|
@@ -8634,6 +8658,8 @@ declare const integrationCassaInCloudDetailsSchema: z.ZodObject<{
|
|
|
8634
8658
|
latestCustomersSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
8635
8659
|
latestSalesModesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
8636
8660
|
latestSalesModesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
8661
|
+
latestTimetablesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
8662
|
+
latestTimetablesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
8637
8663
|
}, z.core.$strip>;
|
|
8638
8664
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
8639
8665
|
RISTO: "RISTO";
|
|
@@ -8655,10 +8681,6 @@ declare const integrationsCassaInCloudQuerySchema: z.ZodObject<{
|
|
|
8655
8681
|
asc: "asc";
|
|
8656
8682
|
desc: "desc";
|
|
8657
8683
|
}>>;
|
|
8658
|
-
'order[syncTimes.latestMenuSyncAt]': z.ZodOptional<z.ZodEnum<{
|
|
8659
|
-
asc: "asc";
|
|
8660
|
-
desc: "desc";
|
|
8661
|
-
}>>;
|
|
8662
8684
|
apiKey: z.ZodOptional<z.ZodUnion<readonly [z.ZodOptional<z.ZodString>, z.ZodArray<z.ZodString>]>>;
|
|
8663
8685
|
idSalesPoint: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
8664
8686
|
status: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -8674,10 +8696,42 @@ declare const integrationsCassaInCloudQuerySchema: z.ZodObject<{
|
|
|
8674
8696
|
finalized: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodBoolean>>;
|
|
8675
8697
|
skipInvalidItem: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodBoolean>>;
|
|
8676
8698
|
isValidMenu: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodBoolean>>;
|
|
8677
|
-
'syncTimes.
|
|
8678
|
-
'syncTimes.
|
|
8679
|
-
'syncTimes.
|
|
8680
|
-
'syncTimes.
|
|
8699
|
+
'syncTimes.latestWebHookSyncAt[before]': z.ZodOptional<z.ZodString>;
|
|
8700
|
+
'syncTimes.latestWebHookSyncAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
8701
|
+
'syncTimes.latestWebHookSyncAt[after]': z.ZodOptional<z.ZodString>;
|
|
8702
|
+
'syncTimes.latestWebHookSyncAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
8703
|
+
'syncTimes.latestMenuSyncOutboundAt[before]': z.ZodOptional<z.ZodString>;
|
|
8704
|
+
'syncTimes.latestMenuSyncOutboundAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
8705
|
+
'syncTimes.latestMenuSyncOutboundAt[after]': z.ZodOptional<z.ZodString>;
|
|
8706
|
+
'syncTimes.latestMenuSyncOutboundAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
8707
|
+
'syncTimes.latestMenuSyncInboundAt[before]': z.ZodOptional<z.ZodString>;
|
|
8708
|
+
'syncTimes.latestMenuSyncInboundAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
8709
|
+
'syncTimes.latestMenuSyncInboundAt[after]': z.ZodOptional<z.ZodString>;
|
|
8710
|
+
'syncTimes.latestMenuSyncInboundAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
8711
|
+
'syncTimes.latestCustomersSyncOutboundAt[before]': z.ZodOptional<z.ZodString>;
|
|
8712
|
+
'syncTimes.latestCustomersSyncOutboundAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
8713
|
+
'syncTimes.latestCustomersSyncOutboundAt[after]': z.ZodOptional<z.ZodString>;
|
|
8714
|
+
'syncTimes.latestCustomersSyncOutboundAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
8715
|
+
'syncTimes.latestCustomersSyncInboundAt[before]': z.ZodOptional<z.ZodString>;
|
|
8716
|
+
'syncTimes.latestCustomersSyncInboundAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
8717
|
+
'syncTimes.latestCustomersSyncInboundAt[after]': z.ZodOptional<z.ZodString>;
|
|
8718
|
+
'syncTimes.latestCustomersSyncInboundAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
8719
|
+
'syncTimes.latestSalesModesSyncOutboundAt[before]': z.ZodOptional<z.ZodString>;
|
|
8720
|
+
'syncTimes.latestSalesModesSyncOutboundAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
8721
|
+
'syncTimes.latestSalesModesSyncOutboundAt[after]': z.ZodOptional<z.ZodString>;
|
|
8722
|
+
'syncTimes.latestSalesModesSyncOutboundAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
8723
|
+
'syncTimes.latestSalesModesSyncInboundAt[before]': z.ZodOptional<z.ZodString>;
|
|
8724
|
+
'syncTimes.latestSalesModesSyncInboundAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
8725
|
+
'syncTimes.latestSalesModesSyncInboundAt[after]': z.ZodOptional<z.ZodString>;
|
|
8726
|
+
'syncTimes.latestSalesModesSyncInboundAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
8727
|
+
'syncTimes.latestTimetablesSyncOutboundAt[before]': z.ZodOptional<z.ZodString>;
|
|
8728
|
+
'syncTimes.latestTimetablesSyncOutboundAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
8729
|
+
'syncTimes.latestTimetablesSyncOutboundAt[after]': z.ZodOptional<z.ZodString>;
|
|
8730
|
+
'syncTimes.latestTimetablesSyncOutboundAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
8731
|
+
'syncTimes.latestTimetablesSyncInboundAt[before]': z.ZodOptional<z.ZodString>;
|
|
8732
|
+
'syncTimes.latestTimetablesSyncInboundAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
8733
|
+
'syncTimes.latestTimetablesSyncInboundAt[after]': z.ZodOptional<z.ZodString>;
|
|
8734
|
+
'syncTimes.latestTimetablesSyncInboundAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
8681
8735
|
service: z.ZodOptional<z.ZodEnum<{
|
|
8682
8736
|
cassa_in_cloud: "cassa_in_cloud";
|
|
8683
8737
|
}>>;
|
|
@@ -9884,6 +9938,8 @@ declare const createIntegrationCassaInCloudResponseSchema: z.ZodObject<{
|
|
|
9884
9938
|
latestCustomersSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
9885
9939
|
latestSalesModesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
9886
9940
|
latestSalesModesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
9941
|
+
latestTimetablesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
9942
|
+
latestTimetablesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
9887
9943
|
}, z.core.$strip>;
|
|
9888
9944
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
9889
9945
|
RISTO: "RISTO";
|
|
@@ -9996,6 +10052,8 @@ declare class CreateIntegrationCassaInCloud extends AbstractApiRequest<typeof cr
|
|
|
9996
10052
|
latestCustomersSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
9997
10053
|
latestSalesModesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
9998
10054
|
latestSalesModesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
10055
|
+
latestTimetablesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
10056
|
+
latestTimetablesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
9999
10057
|
}, z.core.$strip>;
|
|
10000
10058
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
10001
10059
|
RISTO: "RISTO";
|
|
@@ -10409,6 +10467,8 @@ declare const getIntegrationCassaInCloudDetailsResponseSchema: z.ZodObject<{
|
|
|
10409
10467
|
latestCustomersSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
10410
10468
|
latestSalesModesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
10411
10469
|
latestSalesModesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
10470
|
+
latestTimetablesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
10471
|
+
latestTimetablesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
10412
10472
|
}, z.core.$strip>;
|
|
10413
10473
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
10414
10474
|
RISTO: "RISTO";
|
|
@@ -10481,6 +10541,8 @@ declare class GetIntegrationCassaInCloudDetails extends AbstractApiRequest<typeo
|
|
|
10481
10541
|
latestCustomersSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
10482
10542
|
latestSalesModesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
10483
10543
|
latestSalesModesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
10544
|
+
latestTimetablesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
10545
|
+
latestTimetablesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
10484
10546
|
}, z.core.$strip>;
|
|
10485
10547
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
10486
10548
|
RISTO: "RISTO";
|
|
@@ -10528,14 +10590,42 @@ declare const getIntegrationCassaInCloudListQuerySchema: z.ZodObject<{
|
|
|
10528
10590
|
asc: "asc";
|
|
10529
10591
|
desc: "desc";
|
|
10530
10592
|
}>>;
|
|
10531
|
-
'
|
|
10532
|
-
|
|
10533
|
-
|
|
10534
|
-
|
|
10535
|
-
'syncTimes.
|
|
10536
|
-
'syncTimes.
|
|
10537
|
-
'syncTimes.
|
|
10538
|
-
'syncTimes.
|
|
10593
|
+
'syncTimes.latestWebHookSyncAt[before]': z.ZodOptional<z.ZodString>;
|
|
10594
|
+
'syncTimes.latestWebHookSyncAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
10595
|
+
'syncTimes.latestWebHookSyncAt[after]': z.ZodOptional<z.ZodString>;
|
|
10596
|
+
'syncTimes.latestWebHookSyncAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
10597
|
+
'syncTimes.latestMenuSyncOutboundAt[before]': z.ZodOptional<z.ZodString>;
|
|
10598
|
+
'syncTimes.latestMenuSyncOutboundAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
10599
|
+
'syncTimes.latestMenuSyncOutboundAt[after]': z.ZodOptional<z.ZodString>;
|
|
10600
|
+
'syncTimes.latestMenuSyncOutboundAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
10601
|
+
'syncTimes.latestMenuSyncInboundAt[before]': z.ZodOptional<z.ZodString>;
|
|
10602
|
+
'syncTimes.latestMenuSyncInboundAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
10603
|
+
'syncTimes.latestMenuSyncInboundAt[after]': z.ZodOptional<z.ZodString>;
|
|
10604
|
+
'syncTimes.latestMenuSyncInboundAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
10605
|
+
'syncTimes.latestCustomersSyncOutboundAt[before]': z.ZodOptional<z.ZodString>;
|
|
10606
|
+
'syncTimes.latestCustomersSyncOutboundAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
10607
|
+
'syncTimes.latestCustomersSyncOutboundAt[after]': z.ZodOptional<z.ZodString>;
|
|
10608
|
+
'syncTimes.latestCustomersSyncOutboundAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
10609
|
+
'syncTimes.latestCustomersSyncInboundAt[before]': z.ZodOptional<z.ZodString>;
|
|
10610
|
+
'syncTimes.latestCustomersSyncInboundAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
10611
|
+
'syncTimes.latestCustomersSyncInboundAt[after]': z.ZodOptional<z.ZodString>;
|
|
10612
|
+
'syncTimes.latestCustomersSyncInboundAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
10613
|
+
'syncTimes.latestSalesModesSyncOutboundAt[before]': z.ZodOptional<z.ZodString>;
|
|
10614
|
+
'syncTimes.latestSalesModesSyncOutboundAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
10615
|
+
'syncTimes.latestSalesModesSyncOutboundAt[after]': z.ZodOptional<z.ZodString>;
|
|
10616
|
+
'syncTimes.latestSalesModesSyncOutboundAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
10617
|
+
'syncTimes.latestSalesModesSyncInboundAt[before]': z.ZodOptional<z.ZodString>;
|
|
10618
|
+
'syncTimes.latestSalesModesSyncInboundAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
10619
|
+
'syncTimes.latestSalesModesSyncInboundAt[after]': z.ZodOptional<z.ZodString>;
|
|
10620
|
+
'syncTimes.latestSalesModesSyncInboundAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
10621
|
+
'syncTimes.latestTimetablesSyncOutboundAt[before]': z.ZodOptional<z.ZodString>;
|
|
10622
|
+
'syncTimes.latestTimetablesSyncOutboundAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
10623
|
+
'syncTimes.latestTimetablesSyncOutboundAt[after]': z.ZodOptional<z.ZodString>;
|
|
10624
|
+
'syncTimes.latestTimetablesSyncOutboundAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
10625
|
+
'syncTimes.latestTimetablesSyncInboundAt[before]': z.ZodOptional<z.ZodString>;
|
|
10626
|
+
'syncTimes.latestTimetablesSyncInboundAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
10627
|
+
'syncTimes.latestTimetablesSyncInboundAt[after]': z.ZodOptional<z.ZodString>;
|
|
10628
|
+
'syncTimes.latestTimetablesSyncInboundAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
10539
10629
|
'updatedAt[before]': z.ZodOptional<z.ZodString>;
|
|
10540
10630
|
'updatedAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
10541
10631
|
'updatedAt[after]': z.ZodOptional<z.ZodString>;
|
|
@@ -10600,6 +10690,8 @@ declare const getIntegrationCassaInCloudListResponseSchema: z.ZodObject<{
|
|
|
10600
10690
|
latestCustomersSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
10601
10691
|
latestSalesModesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
10602
10692
|
latestSalesModesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
10693
|
+
latestTimetablesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
10694
|
+
latestTimetablesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
10603
10695
|
}, z.core.$strip>;
|
|
10604
10696
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
10605
10697
|
RISTO: "RISTO";
|
|
@@ -10681,6 +10773,8 @@ declare class GetIntegrationCassaInCloudList extends AbstractApiRequest<typeof g
|
|
|
10681
10773
|
latestCustomersSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
10682
10774
|
latestSalesModesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
10683
10775
|
latestSalesModesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
10776
|
+
latestTimetablesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
10777
|
+
latestTimetablesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
10684
10778
|
}, z.core.$strip>;
|
|
10685
10779
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
10686
10780
|
RISTO: "RISTO";
|
|
@@ -10729,14 +10823,42 @@ declare class GetIntegrationCassaInCloudList extends AbstractApiRequest<typeof g
|
|
|
10729
10823
|
asc: "asc";
|
|
10730
10824
|
desc: "desc";
|
|
10731
10825
|
}>>;
|
|
10732
|
-
'
|
|
10733
|
-
|
|
10734
|
-
|
|
10735
|
-
|
|
10736
|
-
'syncTimes.
|
|
10737
|
-
'syncTimes.
|
|
10738
|
-
'syncTimes.
|
|
10739
|
-
'syncTimes.
|
|
10826
|
+
'syncTimes.latestWebHookSyncAt[before]': z.ZodOptional<z.ZodString>;
|
|
10827
|
+
'syncTimes.latestWebHookSyncAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
10828
|
+
'syncTimes.latestWebHookSyncAt[after]': z.ZodOptional<z.ZodString>;
|
|
10829
|
+
'syncTimes.latestWebHookSyncAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
10830
|
+
'syncTimes.latestMenuSyncOutboundAt[before]': z.ZodOptional<z.ZodString>;
|
|
10831
|
+
'syncTimes.latestMenuSyncOutboundAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
10832
|
+
'syncTimes.latestMenuSyncOutboundAt[after]': z.ZodOptional<z.ZodString>;
|
|
10833
|
+
'syncTimes.latestMenuSyncOutboundAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
10834
|
+
'syncTimes.latestMenuSyncInboundAt[before]': z.ZodOptional<z.ZodString>;
|
|
10835
|
+
'syncTimes.latestMenuSyncInboundAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
10836
|
+
'syncTimes.latestMenuSyncInboundAt[after]': z.ZodOptional<z.ZodString>;
|
|
10837
|
+
'syncTimes.latestMenuSyncInboundAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
10838
|
+
'syncTimes.latestCustomersSyncOutboundAt[before]': z.ZodOptional<z.ZodString>;
|
|
10839
|
+
'syncTimes.latestCustomersSyncOutboundAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
10840
|
+
'syncTimes.latestCustomersSyncOutboundAt[after]': z.ZodOptional<z.ZodString>;
|
|
10841
|
+
'syncTimes.latestCustomersSyncOutboundAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
10842
|
+
'syncTimes.latestCustomersSyncInboundAt[before]': z.ZodOptional<z.ZodString>;
|
|
10843
|
+
'syncTimes.latestCustomersSyncInboundAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
10844
|
+
'syncTimes.latestCustomersSyncInboundAt[after]': z.ZodOptional<z.ZodString>;
|
|
10845
|
+
'syncTimes.latestCustomersSyncInboundAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
10846
|
+
'syncTimes.latestSalesModesSyncOutboundAt[before]': z.ZodOptional<z.ZodString>;
|
|
10847
|
+
'syncTimes.latestSalesModesSyncOutboundAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
10848
|
+
'syncTimes.latestSalesModesSyncOutboundAt[after]': z.ZodOptional<z.ZodString>;
|
|
10849
|
+
'syncTimes.latestSalesModesSyncOutboundAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
10850
|
+
'syncTimes.latestSalesModesSyncInboundAt[before]': z.ZodOptional<z.ZodString>;
|
|
10851
|
+
'syncTimes.latestSalesModesSyncInboundAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
10852
|
+
'syncTimes.latestSalesModesSyncInboundAt[after]': z.ZodOptional<z.ZodString>;
|
|
10853
|
+
'syncTimes.latestSalesModesSyncInboundAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
10854
|
+
'syncTimes.latestTimetablesSyncOutboundAt[before]': z.ZodOptional<z.ZodString>;
|
|
10855
|
+
'syncTimes.latestTimetablesSyncOutboundAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
10856
|
+
'syncTimes.latestTimetablesSyncOutboundAt[after]': z.ZodOptional<z.ZodString>;
|
|
10857
|
+
'syncTimes.latestTimetablesSyncOutboundAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
10858
|
+
'syncTimes.latestTimetablesSyncInboundAt[before]': z.ZodOptional<z.ZodString>;
|
|
10859
|
+
'syncTimes.latestTimetablesSyncInboundAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
10860
|
+
'syncTimes.latestTimetablesSyncInboundAt[after]': z.ZodOptional<z.ZodString>;
|
|
10861
|
+
'syncTimes.latestTimetablesSyncInboundAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
10740
10862
|
'updatedAt[before]': z.ZodOptional<z.ZodString>;
|
|
10741
10863
|
'updatedAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
10742
10864
|
'updatedAt[after]': z.ZodOptional<z.ZodString>;
|
|
@@ -10798,6 +10920,8 @@ declare class GetIntegrationCassaInCloudList extends AbstractApiRequest<typeof g
|
|
|
10798
10920
|
latestCustomersSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
10799
10921
|
latestSalesModesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
10800
10922
|
latestSalesModesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
10923
|
+
latestTimetablesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
10924
|
+
latestTimetablesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
10801
10925
|
}, z.core.$strip>;
|
|
10802
10926
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
10803
10927
|
RISTO: "RISTO";
|
|
@@ -11317,18 +11441,37 @@ declare class IntegrationCassaInCloudSyncStock extends AbstractApiRequest<typeof
|
|
|
11317
11441
|
getPath(): string;
|
|
11318
11442
|
}
|
|
11319
11443
|
|
|
11320
|
-
declare const integrationCassaInCloudSyncTimetablesInputSchema: z.
|
|
11444
|
+
declare const integrationCassaInCloudSyncTimetablesInputSchema: z.ZodObject<{
|
|
11445
|
+
direction: z.ZodEnum<{
|
|
11446
|
+
inbound: "inbound";
|
|
11447
|
+
outbound: "outbound";
|
|
11448
|
+
}>;
|
|
11449
|
+
mode: z.ZodEnum<{
|
|
11450
|
+
full: "full";
|
|
11451
|
+
incremental: "incremental";
|
|
11452
|
+
}>;
|
|
11453
|
+
}, z.core.$strip>;
|
|
11454
|
+
type IntegrationCassaInCloudSyncTimetablesInput = z.input<typeof integrationCassaInCloudSyncTimetablesInputSchema>;
|
|
11321
11455
|
declare const integrationCassaInCloudSyncTimetablesResponseSchema: z.ZodNull;
|
|
11322
11456
|
declare class IntegrationCassaInCloudSyncTimetables extends AbstractApiRequest<typeof integrationCassaInCloudSyncTimetablesInputSchema, typeof integrationCassaInCloudSyncTimetablesResponseSchema> {
|
|
11323
11457
|
readonly method = "POST";
|
|
11324
11458
|
readonly contentType = "application/json";
|
|
11325
11459
|
readonly accept = "application/json";
|
|
11326
|
-
readonly inputSchema: z.
|
|
11460
|
+
readonly inputSchema: z.ZodObject<{
|
|
11461
|
+
direction: z.ZodEnum<{
|
|
11462
|
+
inbound: "inbound";
|
|
11463
|
+
outbound: "outbound";
|
|
11464
|
+
}>;
|
|
11465
|
+
mode: z.ZodEnum<{
|
|
11466
|
+
full: "full";
|
|
11467
|
+
incremental: "incremental";
|
|
11468
|
+
}>;
|
|
11469
|
+
}, z.core.$strip>;
|
|
11327
11470
|
readonly outputSchema: z.ZodNull;
|
|
11328
11471
|
readonly querySchema: undefined;
|
|
11329
11472
|
readonly headersSchema: undefined;
|
|
11330
11473
|
private readonly integrationCassaInCloudId;
|
|
11331
|
-
constructor(integrationCassaInCloudId: string);
|
|
11474
|
+
constructor(integrationCassaInCloudId: string, input: IntegrationCassaInCloudSyncTimetablesInput);
|
|
11332
11475
|
getPath(): string;
|
|
11333
11476
|
}
|
|
11334
11477
|
|
|
@@ -11443,6 +11586,8 @@ declare const updateIntegrationCassaInCloudResponseSchema: z.ZodObject<{
|
|
|
11443
11586
|
latestCustomersSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
11444
11587
|
latestSalesModesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
11445
11588
|
latestSalesModesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
11589
|
+
latestTimetablesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
11590
|
+
latestTimetablesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
11446
11591
|
}, z.core.$strip>;
|
|
11447
11592
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
11448
11593
|
RISTO: "RISTO";
|
|
@@ -11554,6 +11699,8 @@ declare class UpdateIntegrationCassaInCloud extends AbstractApiRequest<typeof up
|
|
|
11554
11699
|
latestCustomersSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
11555
11700
|
latestSalesModesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
11556
11701
|
latestSalesModesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
11702
|
+
latestTimetablesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
11703
|
+
latestTimetablesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
11557
11704
|
}, z.core.$strip>;
|
|
11558
11705
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
11559
11706
|
RISTO: "RISTO";
|
|
@@ -16427,6 +16574,8 @@ declare const updateIntegrationResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObj
|
|
|
16427
16574
|
latestCustomersSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
16428
16575
|
latestSalesModesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
16429
16576
|
latestSalesModesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
16577
|
+
latestTimetablesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
16578
|
+
latestTimetablesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
16430
16579
|
}, z.core.$strip>;
|
|
16431
16580
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
16432
16581
|
RISTO: "RISTO";
|
|
@@ -16655,6 +16804,8 @@ declare class UpdateIntegration extends AbstractApiRequest<typeof updateIntegrat
|
|
|
16655
16804
|
latestCustomersSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
16656
16805
|
latestSalesModesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
16657
16806
|
latestSalesModesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
16807
|
+
latestTimetablesSyncOutboundAt: z.ZodNullable<z.ZodString>;
|
|
16808
|
+
latestTimetablesSyncInboundAt: z.ZodNullable<z.ZodString>;
|
|
16658
16809
|
}, z.core.$strip>;
|
|
16659
16810
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
16660
16811
|
RISTO: "RISTO";
|
|
@@ -16886,4 +17037,4 @@ type IntegrationCassaInCloudSyncMenuErrorLogIri = z.infer<typeof integrationCass
|
|
|
16886
17037
|
declare const integrationCassaInCloudSyncMenuErrorLogNullableIriSchema: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/sync_menu_processes/:syncMenuProcessId/error_logs/:errorLogId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/sync_menu_processes/:syncMenuProcessId/error_logs/:errorLogId"> | null, unknown>>;
|
|
16887
17038
|
type IntegrationCassaInCloudSyncMenuErrorLogNullableIri = z.infer<typeof integrationCassaInCloudSyncMenuErrorLogNullableIriSchema>;
|
|
16888
17039
|
|
|
16889
|
-
export { type ActivatableIntegration, type ActivatableIntegrationHealthStatus, type ActivatableIntegrationStatus, ActivateIntegrationActivationRequest, type ActivateIntegrationActivationRequestInput, type ActivateIntegrationActivationRequestResponse, AnnotateIntegrationActivationRequest, type AnnotateIntegrationActivationRequestInput, type AnnotateIntegrationActivationRequestResponse, CancelIntegrationCancellationRequest, type CancelIntegrationCancellationRequestInput, type CancelIntegrationCancellationRequestResponse, type ClientLogRequestQuery, CreateIntegrationActivationRequest, type CreateIntegrationActivationRequestInput, type CreateIntegrationActivationRequestResponse, CreateIntegrationCancellationRequest, type CreateIntegrationCancellationRequestInput, type CreateIntegrationCancellationRequestResponse, CreateIntegrationCassaInCloud, type CreateIntegrationCassaInCloudInput, type CreateIntegrationCassaInCloudResponse, CreateIntegrationDeliveroo, type CreateIntegrationDeliverooInput, type CreateIntegrationDeliverooResponse, CreateIntegrationGlovo, type CreateIntegrationGlovoInput, type CreateIntegrationGlovoResponse, CreateIntegrationJustEat, type CreateIntegrationJustEatInput, type CreateIntegrationJustEatResponse, CreateIntegrationKitchen, CreateIntegrationKitchenAccessToken, type CreateIntegrationKitchenAccessTokenInput, type CreateIntegrationKitchenAccessTokenResponse, type CreateIntegrationKitchenInput, type CreateIntegrationKitchenResponse, DeleteIntegration, DeleteIntegrationActivationRequest, DeleteIntegrationCancellationRequest, DeleteIntegrationCassaInCloud, DeleteIntegrationDeliveroo, DeleteIntegrationGlovo, DeleteIntegrationJustEat, DeleteIntegrationKitchen, DeleteIntegrationKitchenAccessToken, type ExclusiveIntegrationService, GetIntegrationActivationRequestDetails, type GetIntegrationActivationRequestDetailsInput, type GetIntegrationActivationRequestDetailsResponse, GetIntegrationActivationRequests, GetIntegrationActivationRequestsFromPointOfSale, type GetIntegrationActivationRequestsFromPointOfSaleInput, type GetIntegrationActivationRequestsFromPointOfSaleQueryParams, type GetIntegrationActivationRequestsFromPointOfSaleResponse, type GetIntegrationActivationRequestsInput, type GetIntegrationActivationRequestsQueryParams, type GetIntegrationActivationRequestsResponse, GetIntegrationCancellationRequestDetails, type GetIntegrationCancellationRequestDetailsInput, type GetIntegrationCancellationRequestDetailsResponse, GetIntegrationCancellationRequests, type GetIntegrationCancellationRequestsInput, type GetIntegrationCancellationRequestsQueryParams, type GetIntegrationCancellationRequestsResponse, GetIntegrationCassaInCloudClientLogRequestDetails, type GetIntegrationCassaInCloudClientLogRequestDetailsInput, type GetIntegrationCassaInCloudClientLogRequestDetailsResponse, GetIntegrationCassaInCloudClientLogRequests, type GetIntegrationCassaInCloudClientLogRequestsInput, type GetIntegrationCassaInCloudClientLogRequestsQueryParams, type GetIntegrationCassaInCloudClientLogRequestsResponse, GetIntegrationCassaInCloudDetails, type GetIntegrationCassaInCloudDetailsInput, type GetIntegrationCassaInCloudDetailsResponse, GetIntegrationCassaInCloudList, type GetIntegrationCassaInCloudListInput, type GetIntegrationCassaInCloudListQueryParams, type GetIntegrationCassaInCloudListResponse, GetIntegrationCassaInCloudSyncMenuProcessDetails, type GetIntegrationCassaInCloudSyncMenuProcessDetailsInput, type GetIntegrationCassaInCloudSyncMenuProcessDetailsResponse, GetIntegrationCassaInCloudSyncMenuProcesses, type GetIntegrationCassaInCloudSyncMenuProcessesInput, type GetIntegrationCassaInCloudSyncMenuProcessesQueryParams, type GetIntegrationCassaInCloudSyncMenuProcessesResponse, GetIntegrationCassaInCloudWebHookEventDetails, type GetIntegrationCassaInCloudWebHookEventDetailsInput, type GetIntegrationCassaInCloudWebHookEventDetailsResponse, GetIntegrationCassaInCloudWebHookEvents, type GetIntegrationCassaInCloudWebHookEventsInput, type GetIntegrationCassaInCloudWebHookEventsQueryParams, type GetIntegrationCassaInCloudWebHookEventsResponse, GetIntegrationDeliverooClientLogRequestDetails, type GetIntegrationDeliverooClientLogRequestDetailsInput, type GetIntegrationDeliverooClientLogRequestDetailsResponse, GetIntegrationDeliverooClientLogRequests, type GetIntegrationDeliverooClientLogRequestsInput, type GetIntegrationDeliverooClientLogRequestsQueryParams, type GetIntegrationDeliverooClientLogRequestsResponse, GetIntegrationDeliverooDetails, type GetIntegrationDeliverooDetailsInput, type GetIntegrationDeliverooDetailsResponse, GetIntegrationDeliverooList, type GetIntegrationDeliverooListQueryParams, type GetIntegrationDeliverooListResponse, GetIntegrationDeliverooMenuVersionDetails, type GetIntegrationDeliverooMenuVersionDetailsInput, type GetIntegrationDeliverooMenuVersionDetailsResponse, GetIntegrationDeliverooMenuVersions, type GetIntegrationDeliverooMenuVersionsInput, type GetIntegrationDeliverooMenuVersionsQueryParams, type GetIntegrationDeliverooMenuVersionsResponse, GetIntegrationDeliverooSyncMenuProcessDetails, type GetIntegrationDeliverooSyncMenuProcessDetailsInput, type GetIntegrationDeliverooSyncMenuProcessDetailsResponse, GetIntegrationDeliverooSyncMenuProcesses, type GetIntegrationDeliverooSyncMenuProcessesInput, type GetIntegrationDeliverooSyncMenuProcessesQueryParams, type GetIntegrationDeliverooSyncMenuProcessesResponse, GetIntegrationDeliverooWebhookEventDetails, type GetIntegrationDeliverooWebhookEventDetailsInput, type GetIntegrationDeliverooWebhookEventDetailsResponse, GetIntegrationDeliverooWebhookEvents, type GetIntegrationDeliverooWebhookEventsInput, type GetIntegrationDeliverooWebhookEventsQueryParams, type GetIntegrationDeliverooWebhookEventsResponse, GetIntegrationDetails, type GetIntegrationDetailsInput, type GetIntegrationDetailsResponse, GetIntegrationGlovoClientLogRequestDetails, type GetIntegrationGlovoClientLogRequestDetailsInput, type GetIntegrationGlovoClientLogRequestDetailsResponse, GetIntegrationGlovoClientLogRequests, type GetIntegrationGlovoClientLogRequestsInput, type GetIntegrationGlovoClientLogRequestsQueryParams, type GetIntegrationGlovoClientLogRequestsResponse, GetIntegrationGlovoDetails, type GetIntegrationGlovoDetailsInput, type GetIntegrationGlovoDetailsResponse, GetIntegrationGlovoList, type GetIntegrationGlovoListInput, type GetIntegrationGlovoListQueryParams, type GetIntegrationGlovoListResponse, GetIntegrationGlovoMenuUpdateDetails, type GetIntegrationGlovoMenuUpdateDetailsInput, type GetIntegrationGlovoMenuUpdateDetailsResponse, GetIntegrationGlovoMenuUpdates, type GetIntegrationGlovoMenuUpdatesInput, type GetIntegrationGlovoMenuUpdatesQueryParams, type GetIntegrationGlovoMenuUpdatesResponse, GetIntegrationGlovoMenuVersionDetails, type GetIntegrationGlovoMenuVersionDetailsInput, type GetIntegrationGlovoMenuVersionDetailsResponse, GetIntegrationGlovoMenuVersions, type GetIntegrationGlovoMenuVersionsInput, type GetIntegrationGlovoMenuVersionsQueryParams, type GetIntegrationGlovoMenuVersionsResponse, GetIntegrationGlovoWebhookEventDetails, type GetIntegrationGlovoWebhookEventDetailsInput, type GetIntegrationGlovoWebhookEventDetailsResponse, GetIntegrationGlovoWebhookEvents, type GetIntegrationGlovoWebhookEventsInput, type GetIntegrationGlovoWebhookEventsQueryParams, type GetIntegrationGlovoWebhookEventsResponse, GetIntegrationJustEatClientLogRequestDetails, type GetIntegrationJustEatClientLogRequestDetailsInput, type GetIntegrationJustEatClientLogRequestDetailsResponse, GetIntegrationJustEatClientLogRequests, type GetIntegrationJustEatClientLogRequestsInput, type GetIntegrationJustEatClientLogRequestsQueryParams, type GetIntegrationJustEatClientLogRequestsResponse, GetIntegrationJustEatDetails, type GetIntegrationJustEatDetailsInput, type GetIntegrationJustEatDetailsResponse, GetIntegrationJustEatList, type GetIntegrationJustEatListInput, type GetIntegrationJustEatListQueryParams, type GetIntegrationJustEatListResponse, GetIntegrationJustEatMenuVersionDetails, type GetIntegrationJustEatMenuVersionDetailsInput, type GetIntegrationJustEatMenuVersionDetailsResponse, GetIntegrationJustEatMenuVersions, type GetIntegrationJustEatMenuVersionsInput, type GetIntegrationJustEatMenuVersionsQueryParams, type GetIntegrationJustEatMenuVersionsResponse, GetIntegrationJustEatOrderDetails, type GetIntegrationJustEatOrderDetailsInput, type GetIntegrationJustEatOrderDetailsResponse, GetIntegrationJustEatOrders, type GetIntegrationJustEatOrdersInput, type GetIntegrationJustEatOrdersQueryParams, type GetIntegrationJustEatOrdersResponse, GetIntegrationJustEatSyncMenuProcessDetails, type GetIntegrationJustEatSyncMenuProcessDetailsInput, type GetIntegrationJustEatSyncMenuProcessDetailsResponse, GetIntegrationJustEatSyncMenuProcesses, type GetIntegrationJustEatSyncMenuProcessesInput, type GetIntegrationJustEatSyncMenuProcessesQueryParams, type GetIntegrationJustEatSyncMenuProcessesResponse, GetIntegrationKitchenAccessTokenDetails, type GetIntegrationKitchenAccessTokenDetailsInput, type GetIntegrationKitchenAccessTokenDetailsResponse, GetIntegrationKitchenAccessTokens, type GetIntegrationKitchenAccessTokensInput, type GetIntegrationKitchenAccessTokensQueryParams, type GetIntegrationKitchenAccessTokensResponse, GetIntegrationKitchenDetails, type GetIntegrationKitchenDetailsInput, type GetIntegrationKitchenDetailsResponse, GetIntegrationKitchenList, type GetIntegrationKitchenListQueryParams, type GetIntegrationKitchenListResponse, GetIntegrations, GetIntegrationsFromPointOfSale, type GetIntegrationsFromPointOfSaleInput, type GetIntegrationsFromPointOfSaleQueryParams, type GetIntegrationsFromPointOfSaleResponse, type GetIntegrationsInput, type GetIntegrationsQueryParams, type GetIntegrationsResponse, type Integration, type IntegrationActivationRequest, type IntegrationActivationRequestDetails, type IntegrationCancellationRequest, type IntegrationCancellationRequestDetails, type IntegrationCancellationRequestIri, type IntegrationCancellationRequestNullableIri, type IntegrationCancellationRequestStatus, type IntegrationCassaInCloud, type IntegrationCassaInCloudData, type IntegrationCassaInCloudDetails, type IntegrationCassaInCloudDirection, type IntegrationCassaInCloudEditableFields, type IntegrationCassaInCloudIri, type IntegrationCassaInCloudMissingComponentStrategy, type IntegrationCassaInCloudNullableIri, type IntegrationCassaInCloudProductChannel, IntegrationCassaInCloudSyncCustomers, type IntegrationCassaInCloudSyncCustomersInput, type IntegrationCassaInCloudSyncDirection, type IntegrationCassaInCloudSyncMenuErrorLogIri, type IntegrationCassaInCloudSyncMenuErrorLogNullableIri, type IntegrationCassaInCloudSyncMenuProcess, type IntegrationCassaInCloudSyncMenuProcessDetails, type IntegrationCassaInCloudSyncMenuProcessesQueryParams, type IntegrationCassaInCloudSyncMode, IntegrationCassaInCloudSyncOrganizations, IntegrationCassaInCloudSyncProducts, type IntegrationCassaInCloudSyncProductsInput, IntegrationCassaInCloudSyncSalesModes, type IntegrationCassaInCloudSyncSalesModesInput, type IntegrationCassaInCloudSyncSettings, IntegrationCassaInCloudSyncStock, type IntegrationCassaInCloudSyncTimes, IntegrationCassaInCloudSyncTimetables, IntegrationCassaInCloudSyncWebHooks, type IntegrationCassaInCloudWebHookEvent, type IntegrationCassaInCloudWebHookEventDetails, type IntegrationCassaInCloudWebHookEventEntity, type IntegrationCassaInCloudWebHookEventEvent, type IntegrationCassaInCloudWebHookEventsQueryParams, type IntegrationClientLogRequest, type IntegrationClientLogRequestDetails, type IntegrationClientLogRequestMethod, type IntegrationDeliveroo, type IntegrationDeliverooData, type IntegrationDeliverooDetails, type IntegrationDeliverooEditableFields, type IntegrationDeliverooIri, type IntegrationDeliverooMenuVersionIri, type IntegrationDeliverooMenuVersionNullableIri, type IntegrationDeliverooNullableIri, type IntegrationDeliverooSiteStatus, IntegrationDeliverooSyncMenu, type IntegrationDeliverooSyncMenuProcess, type IntegrationDeliverooSyncMenuProcessDetails, type IntegrationDeliverooSyncMenuProcessMode, type IntegrationDeliverooSyncMenuProcessesQueryParams, IntegrationDeliverooSyncOpeningHours, type IntegrationDeliverooWebhookEvent, type IntegrationDeliverooWebhookEventDetails, type IntegrationDeliverooWebhookEventType, type IntegrationDeliverooWebhookEventsQueryParams, type IntegrationDeliveryError, type IntegrationDeliveryProviderCommon, type IntegrationDetails, type IntegrationGlovo, type IntegrationGlovoData, type IntegrationGlovoDetails, type IntegrationGlovoEditableFields, type IntegrationGlovoIri, type IntegrationGlovoMenuUpdate, type IntegrationGlovoMenuUpdateDetails, type IntegrationGlovoMenuUpdateStatus, type IntegrationGlovoMenuUpdatesQueryParams, type IntegrationGlovoMenuVersionIri, type IntegrationGlovoMenuVersionNullableIri, type IntegrationGlovoNullableIri, type IntegrationGlovoStoreStatus, IntegrationGlovoSyncMenu, type IntegrationGlovoWebhookEvent, type IntegrationGlovoWebhookEventDetails, type IntegrationGlovoWebhookEventType, type IntegrationGlovoWebhookEventsQueryParams, type IntegrationJustEat, type IntegrationJustEatData, type IntegrationJustEatDetails, type IntegrationJustEatEditableFields, type IntegrationJustEatIri, type IntegrationJustEatMenuVersionIri, type IntegrationJustEatMenuVersionNullableIri, type IntegrationJustEatNullableIri, type IntegrationJustEatOrder, type IntegrationJustEatOrderDetails, type IntegrationJustEatOrdersQueryParams, type IntegrationJustEatRestaurantStatus, IntegrationJustEatSyncMenu, type IntegrationJustEatSyncMenuProcess, type IntegrationJustEatSyncMenuProcessDetails, type IntegrationJustEatSyncMenuProcessesQueryParams, IntegrationJustEatSyncOpeningTimes, type IntegrationJustEatSyncType, type IntegrationKitchen, type IntegrationKitchenAccessToken, type IntegrationKitchenAccessTokenDetails, type IntegrationKitchenAccessTokenNullablePath, type IntegrationKitchenAccessTokenPath, type IntegrationKitchenAccessTokensQueryParams, type IntegrationKitchenData, type IntegrationKitchenDetails, type IntegrationKitchenEditableFields, type IntegrationKitchenIri, type IntegrationKitchenNullableIri, type IntegrationKitchenViewMode, type IntegrationNullablePath, type IntegrationPath, type IntegrationProvider, type IntegrationService, type IntegrationServiceData, type IntegrationStatus, type IntegrationsCassaInCloudQueryParams, type IntegrationsDeliverooQueryParams, type IntegrationsGlovoQueryParams, type IntegrationsJustEatQueryParams, type IntegrationsKitchenQueryParams, type MenuVersion, type MenuVersionDetails, RespondIntegrationActivationRequest, type RespondIntegrationActivationRequestInput, type RespondIntegrationActivationRequestResponse, SendIntegrationActivationRequestToPartner, type SendIntegrationActivationRequestToPartnerInput, type SendIntegrationActivationRequestToPartnerResponse, UpdateIntegration, UpdateIntegrationActivationRequest, type UpdateIntegrationActivationRequestInput, type UpdateIntegrationActivationRequestResponse, UpdateIntegrationCassaInCloud, type UpdateIntegrationCassaInCloudInput, type UpdateIntegrationCassaInCloudResponse, UpdateIntegrationDeliveroo, type UpdateIntegrationDeliverooInput, type UpdateIntegrationDeliverooResponse, UpdateIntegrationDeliverooSiteStatus, type UpdateIntegrationDeliverooSiteStatusInput, type UpdateIntegrationDeliverooSiteStatusResponse, UpdateIntegrationGlovo, type UpdateIntegrationGlovoInput, type UpdateIntegrationGlovoResponse, UpdateIntegrationGlovoStoreStatus, type UpdateIntegrationGlovoStoreStatusInput, type UpdateIntegrationGlovoStoreStatusResponse, type UpdateIntegrationInput, UpdateIntegrationJustEat, type UpdateIntegrationJustEatInput, type UpdateIntegrationJustEatResponse, UpdateIntegrationJustEatRestaurantStatus, type UpdateIntegrationJustEatRestaurantStatusInput, type UpdateIntegrationJustEatRestaurantStatusResponse, UpdateIntegrationKitchen, type UpdateIntegrationKitchenInput, type UpdateIntegrationKitchenResponse, type UpdateIntegrationResponse, activatableIntegrationBaseSchema, activatableIntegrationHealthStatusSchema, activatableIntegrationHealthStatuses, activatableIntegrationSchema, activatableIntegrationStatusSchema, activatableIntegrationStatuses, activateIntegrationActivationRequestInputSchema, activateIntegrationActivationRequestResponseSchema, annotateIntegrationActivationRequestInputSchema, annotateIntegrationActivationRequestResponseSchema, cancelIntegrationCancellationRequestInputSchema, cancelIntegrationCancellationRequestResponseSchema, clientLogRequestQuerySchema, createIntegrationActivationRequestInputSchema, createIntegrationActivationRequestResponseSchema, createIntegrationCancellationRequestInputSchema, createIntegrationCancellationRequestResponseSchema, createIntegrationCassaInCloudInputSchema, createIntegrationCassaInCloudResponseSchema, createIntegrationDeliverooInputSchema, createIntegrationDeliverooResponseSchema, createIntegrationGlovoInputSchema, createIntegrationGlovoResponseSchema, createIntegrationJustEatInputSchema, createIntegrationJustEatResponseSchema, createIntegrationKitchenAccessTokenInputSchema, createIntegrationKitchenAccessTokenResponseSchema, createIntegrationKitchenInputSchema, createIntegrationKitchenResponseSchema, deleteIntegrationActivationRequestInputSchema, deleteIntegrationActivationRequestResponseSchema, deleteIntegrationCancellationRequestInputSchema, deleteIntegrationCancellationRequestResponseSchema, deleteIntegrationCassaInCloudInputSchema, deleteIntegrationCassaInCloudResponseSchema, deleteIntegrationDeliverooInputSchema, deleteIntegrationDeliverooResponseSchema, deleteIntegrationGlovoInputSchema, deleteIntegrationGlovoResponseSchema, deleteIntegrationInputSchema, deleteIntegrationJustEatInputSchema, deleteIntegrationJustEatResponseSchema, deleteIntegrationKitchenAccessTokenInputSchema, deleteIntegrationKitchenAccessTokenResponseSchema, deleteIntegrationKitchenInputSchema, deleteIntegrationKitchenResponseSchema, deleteIntegrationResponseSchema, exclusiveIntegrationServiceSchema, exclusiveIntegrationServices, getIntegrationActivationRequestDetailsInputSchema, getIntegrationActivationRequestDetailsResponseSchema, getIntegrationActivationRequestsFromPointOfSaleInputSchema, getIntegrationActivationRequestsFromPointOfSaleQuerySchema, getIntegrationActivationRequestsFromPointOfSaleResponseSchema, getIntegrationActivationRequestsInputSchema, getIntegrationActivationRequestsQuerySchema, getIntegrationActivationRequestsResponseSchema, getIntegrationCancellationRequestDetailsInputSchema, getIntegrationCancellationRequestDetailsResponseSchema, getIntegrationCancellationRequestsInputSchema, getIntegrationCancellationRequestsQuerySchema, getIntegrationCancellationRequestsResponseSchema, getIntegrationCassaInCloudClientLogRequestDetailsInputSchema, getIntegrationCassaInCloudClientLogRequestDetailsResponseSchema, getIntegrationCassaInCloudClientLogRequestsInputSchema, getIntegrationCassaInCloudClientLogRequestsQuerySchema, getIntegrationCassaInCloudClientLogRequestsResponseSchema, getIntegrationCassaInCloudDetailsInputSchema, getIntegrationCassaInCloudDetailsResponseSchema, getIntegrationCassaInCloudListInputSchema, getIntegrationCassaInCloudListQuerySchema, getIntegrationCassaInCloudListResponseSchema, getIntegrationCassaInCloudSyncMenuProcessDetailsInputSchema, getIntegrationCassaInCloudSyncMenuProcessDetailsResponseSchema, getIntegrationCassaInCloudSyncMenuProcessesInputSchema, getIntegrationCassaInCloudSyncMenuProcessesQuerySchema, getIntegrationCassaInCloudSyncMenuProcessesResponseSchema, getIntegrationCassaInCloudWebHookEventDetailsInputSchema, getIntegrationCassaInCloudWebHookEventDetailsResponseSchema, getIntegrationCassaInCloudWebHookEventsInputSchema, getIntegrationCassaInCloudWebHookEventsQuerySchema, getIntegrationCassaInCloudWebHookEventsResponseSchema, getIntegrationDeliverooClientLogRequestDetailsInputSchema, getIntegrationDeliverooClientLogRequestDetailsResponseSchema, getIntegrationDeliverooClientLogRequestsInputSchema, getIntegrationDeliverooClientLogRequestsQuerySchema, getIntegrationDeliverooClientLogRequestsResponseSchema, getIntegrationDeliverooDetailsInputSchema, getIntegrationDeliverooDetailsResponseSchema, getIntegrationDeliverooListInputSchema, getIntegrationDeliverooListQuerySchema, getIntegrationDeliverooListResponseSchema, getIntegrationDeliverooMenuVersionDetailsInputSchema, getIntegrationDeliverooMenuVersionDetailsResponseSchema, getIntegrationDeliverooMenuVersionsInputSchema, getIntegrationDeliverooMenuVersionsQuerySchema, getIntegrationDeliverooMenuVersionsResponseSchema, getIntegrationDeliverooSyncMenuProcessDetailsInputSchema, getIntegrationDeliverooSyncMenuProcessDetailsResponseSchema, getIntegrationDeliverooSyncMenuProcessesInputSchema, getIntegrationDeliverooSyncMenuProcessesQuerySchema, getIntegrationDeliverooSyncMenuProcessesResponseSchema, getIntegrationDeliverooWebhookEventDetailsInputSchema, getIntegrationDeliverooWebhookEventDetailsResponseSchema, getIntegrationDeliverooWebhookEventsInputSchema, getIntegrationDeliverooWebhookEventsQuerySchema, getIntegrationDeliverooWebhookEventsResponseSchema, getIntegrationDetailsInputSchema, getIntegrationDetailsResponseSchema, getIntegrationGlovoClientLogRequestDetailsInputSchema, getIntegrationGlovoClientLogRequestDetailsResponseSchema, getIntegrationGlovoClientLogRequestsInputSchema, getIntegrationGlovoClientLogRequestsQuerySchema, getIntegrationGlovoClientLogRequestsResponseSchema, getIntegrationGlovoDetailsInputSchema, getIntegrationGlovoDetailsResponseSchema, getIntegrationGlovoListInputSchema, getIntegrationGlovoListQuerySchema, getIntegrationGlovoListResponseSchema, getIntegrationGlovoMenuUpdateDetailsInputSchema, getIntegrationGlovoMenuUpdateDetailsResponseSchema, getIntegrationGlovoMenuUpdatesInputSchema, getIntegrationGlovoMenuUpdatesQuerySchema, getIntegrationGlovoMenuUpdatesResponseSchema, getIntegrationGlovoMenuVersionDetailsInputSchema, getIntegrationGlovoMenuVersionDetailsResponseSchema, getIntegrationGlovoMenuVersionsInputSchema, getIntegrationGlovoMenuVersionsQuerySchema, getIntegrationGlovoMenuVersionsResponseSchema, getIntegrationGlovoWebhookEventDetailsInputSchema, getIntegrationGlovoWebhookEventDetailsResponseSchema, getIntegrationGlovoWebhookEventsInputSchema, getIntegrationGlovoWebhookEventsQuerySchema, getIntegrationGlovoWebhookEventsResponseSchema, getIntegrationJustEatClientLogRequestDetailsInputSchema, getIntegrationJustEatClientLogRequestDetailsResponseSchema, getIntegrationJustEatClientLogRequestsInputSchema, getIntegrationJustEatClientLogRequestsQuerySchema, getIntegrationJustEatClientLogRequestsResponseSchema, getIntegrationJustEatDetailsInputSchema, getIntegrationJustEatDetailsResponseSchema, getIntegrationJustEatListInputSchema, getIntegrationJustEatListQuerySchema, getIntegrationJustEatListResponseSchema, getIntegrationJustEatMenuVersionDetailsInputSchema, getIntegrationJustEatMenuVersionDetailsResponseSchema, getIntegrationJustEatMenuVersionsInputSchema, getIntegrationJustEatMenuVersionsQuerySchema, getIntegrationJustEatMenuVersionsResponseSchema, getIntegrationJustEatOrderDetailsInputSchema, getIntegrationJustEatOrderDetailsResponseSchema, getIntegrationJustEatOrdersInputSchema, getIntegrationJustEatOrdersQuerySchema, getIntegrationJustEatOrdersResponseSchema, getIntegrationJustEatSyncMenuProcessDetailsInputSchema, getIntegrationJustEatSyncMenuProcessDetailsResponseSchema, getIntegrationJustEatSyncMenuProcessesInputSchema, getIntegrationJustEatSyncMenuProcessesQuerySchema, getIntegrationJustEatSyncMenuProcessesResponseSchema, getIntegrationKitchenAccessTokenDetailsInputSchema, getIntegrationKitchenAccessTokenDetailsResponseSchema, getIntegrationKitchenAccessTokensInputSchema, getIntegrationKitchenAccessTokensQuerySchema, getIntegrationKitchenAccessTokensResponseSchema, getIntegrationKitchenDetailsInputSchema, getIntegrationKitchenDetailsResponseSchema, getIntegrationKitchenListInputSchema, getIntegrationKitchenListQuerySchema, getIntegrationKitchenListResponseSchema, getIntegrationsFromPointOfSaleInputSchema, getIntegrationsFromPointOfSaleQuerySchema, getIntegrationsFromPointOfSaleResponseSchema, getIntegrationsInputSchema, getIntegrationsQuerySchema, getIntegrationsResponseSchema, integrationActivationRequestDetailsSchema, integrationActivationRequestSchema, integrationBaseSchema, integrationCancellationRequestDetailsSchema, integrationCancellationRequestIriSchema, integrationCancellationRequestNullableIriSchema, integrationCancellationRequestSchema, integrationCancellationRequestStatusSchema, integrationCancellationRequestStatuses, integrationCassaInCloudDataSchema, integrationCassaInCloudDetailsSchema, integrationCassaInCloudDirectionSchema, integrationCassaInCloudDirections, integrationCassaInCloudEditableFieldsSchema, integrationCassaInCloudIriSchema, integrationCassaInCloudMissingComponentStrategies, integrationCassaInCloudMissingComponentStrategySchema, integrationCassaInCloudNullableIriSchema, integrationCassaInCloudProductChannelSchema, integrationCassaInCloudProductChannels, integrationCassaInCloudSchema, integrationCassaInCloudSyncCustomersInputSchema, integrationCassaInCloudSyncCustomersResponseSchema, integrationCassaInCloudSyncDirectionSchema, integrationCassaInCloudSyncDirections, integrationCassaInCloudSyncMenuErrorLogIriSchema, integrationCassaInCloudSyncMenuErrorLogNullableIriSchema, integrationCassaInCloudSyncMenuProcessDetailsSchema, integrationCassaInCloudSyncMenuProcessSchema, integrationCassaInCloudSyncMenuProcessesQuerySchema, integrationCassaInCloudSyncModeSchema, integrationCassaInCloudSyncModes, integrationCassaInCloudSyncOrganizationsInputSchema, integrationCassaInCloudSyncOrganizationsResponseSchema, integrationCassaInCloudSyncProductsInputSchema, integrationCassaInCloudSyncProductsResponseSchema, integrationCassaInCloudSyncSalesModesInputSchema, integrationCassaInCloudSyncSalesModesResponseSchema, integrationCassaInCloudSyncSettingsSchema, integrationCassaInCloudSyncStockInputSchema, integrationCassaInCloudSyncStockResponseSchema, integrationCassaInCloudSyncTimesSchema, integrationCassaInCloudSyncTimetablesInputSchema, integrationCassaInCloudSyncTimetablesResponseSchema, integrationCassaInCloudSyncWebHooksInputSchema, integrationCassaInCloudSyncWebHooksResponseSchema, integrationCassaInCloudWebHookEventDetailsSchema, integrationCassaInCloudWebHookEventEntities, integrationCassaInCloudWebHookEventEntitySchema, integrationCassaInCloudWebHookEventEventSchema, integrationCassaInCloudWebHookEventEvents, integrationCassaInCloudWebHookEventSchema, integrationCassaInCloudWebHookEventsQuerySchema, integrationClientLogRequestDetailsSchema, integrationClientLogRequestMethodSchema, integrationClientLogRequestMethods, integrationClientLogRequestSchema, integrationDeliverooDataSchema, integrationDeliverooDetailsSchema, integrationDeliverooEditableFieldsSchema, integrationDeliverooIriSchema, integrationDeliverooMenuVersionIriSchema, integrationDeliverooMenuVersionNullableIriSchema, integrationDeliverooNullableIriSchema, integrationDeliverooSchema, integrationDeliverooSiteStatusSchema, integrationDeliverooSiteStatuses, integrationDeliverooSyncMenuInputSchema, integrationDeliverooSyncMenuProcessDetailsSchema, integrationDeliverooSyncMenuProcessModeSchema, integrationDeliverooSyncMenuProcessModes, integrationDeliverooSyncMenuProcessSchema, integrationDeliverooSyncMenuProcessesQuerySchema, integrationDeliverooSyncMenuResponseSchema, integrationDeliverooSyncOpeningHoursInputSchema, integrationDeliverooSyncOpeningHoursResponseSchema, integrationDeliverooWebhookEventDetailsSchema, integrationDeliverooWebhookEventSchema, integrationDeliverooWebhookEventTypeSchema, integrationDeliverooWebhookEventTypes, integrationDeliverooWebhookEventsQueryParamsSchema, integrationDeliveryErrorSchema, integrationDeliveryErrors, integrationDeliveryProviderCommonSchema, integrationDetailsFieldsSchema, integrationDetailsSchema, integrationGlovoDataSchema, integrationGlovoDetailsSchema, integrationGlovoEditableFieldsSchema, integrationGlovoIriSchema, integrationGlovoMenuUpdateDetailsSchema, integrationGlovoMenuUpdateSchema, integrationGlovoMenuUpdateStatusSchema, integrationGlovoMenuUpdateStatuses, integrationGlovoMenuUpdatesQuerySchema, integrationGlovoMenuVersionIriSchema, integrationGlovoMenuVersionNullableIriSchema, integrationGlovoNullableIriSchema, integrationGlovoSchema, integrationGlovoStoreStatusSchema, integrationGlovoStoreStatuses, integrationGlovoSyncMenuInputSchema, integrationGlovoSyncMenuResponseSchema, integrationGlovoWebhookEventDetailsSchema, integrationGlovoWebhookEventSchema, integrationGlovoWebhookEventTypeSchema, integrationGlovoWebhookEventTypes, integrationGlovoWebhookEventsQueryParamsSchema, integrationIriSchema, integrationJustEatDataSchema, integrationJustEatDetailsSchema, integrationJustEatEditableFieldsSchema, integrationJustEatIriSchema, integrationJustEatMenuVersionIriSchema, integrationJustEatMenuVersionNullableIriSchema, integrationJustEatNullableIriSchema, integrationJustEatOrderDetailsSchema, integrationJustEatOrderSchema, integrationJustEatOrdersQueryParamsSchema, integrationJustEatRestaurantStatusSchema, integrationJustEatRestaurantStatuses, integrationJustEatSchema, integrationJustEatSyncMenuInputSchema, integrationJustEatSyncMenuProcessDetailsSchema, integrationJustEatSyncMenuProcessSchema, integrationJustEatSyncMenuProcessesQuerySchema, integrationJustEatSyncMenuResponseSchema, integrationJustEatSyncOpeningHoursInputSchema, integrationJustEatSyncOpeningHoursResponseSchema, integrationJustEatSyncTypeSchema, integrationJustEatSyncTypes, integrationKitchenAccessTokenDetailsSchema, integrationKitchenAccessTokenIriSchema, integrationKitchenAccessTokenNullableIriSchema, integrationKitchenAccessTokenSchema, integrationKitchenAccessTokensQuerySchema, integrationKitchenDataSchema, integrationKitchenDetailsSchema, integrationKitchenEditableFieldsSchema, integrationKitchenIriSchema, integrationKitchenNullableIriSchema, integrationKitchenSchema, integrationKitchenViewModeSchema, integrationKitchenViewModes, integrationMenuVersionPathSchemas, integrationNullableIriSchema, integrationPathSchemas, integrationProviderSchema, integrationProviders, integrationSchema, integrationServiceDataSchema, integrationServiceSchema, integrationServices, integrationStatusSchema, integrationStatuses, integrationsCassaInCloudQuerySchema, integrationsDeliverooQuerySchema, integrationsGlovoQuerySchema, integrationsJustEatQuerySchema, integrationsKitchenQuerySchema, menuVersionDetailsSchema, menuVersionSchema, respondIntegrationActivationRequestInputSchema, respondIntegrationActivationRequestResponseSchema, sendIntegrationActivationRequestToPartnerInputSchema, sendIntegrationActivationRequestToPartnerResponseSchema, updateIntegrationActivationRequestInputSchema, updateIntegrationActivationRequestResponseSchema, updateIntegrationCassaInCloudInputSchema, updateIntegrationCassaInCloudResponseSchema, updateIntegrationDeliverooInputSchema, updateIntegrationDeliverooResponseSchema, updateIntegrationDeliverooSiteStatusInputSchema, updateIntegrationDeliverooSiteStatusResponseSchema, updateIntegrationGlovoInputSchema, updateIntegrationGlovoResponseSchema, updateIntegrationGlovoStoreStatusInputSchema, updateIntegrationGlovoStoreStatusResponseSchema, updateIntegrationInputSchema, updateIntegrationJustEatInputSchema, updateIntegrationJustEatResponseSchema, updateIntegrationJustEatRestaurantStatusInputSchema, updateIntegrationJustEatRestaurantStatusResponseSchema, updateIntegrationKitchenInputSchema, updateIntegrationKitchenResponseSchema, updateIntegrationResponseSchema, writableIntegrationSchema };
|
|
17040
|
+
export { type ActivatableIntegration, type ActivatableIntegrationHealthStatus, type ActivatableIntegrationStatus, ActivateIntegrationActivationRequest, type ActivateIntegrationActivationRequestInput, type ActivateIntegrationActivationRequestResponse, AnnotateIntegrationActivationRequest, type AnnotateIntegrationActivationRequestInput, type AnnotateIntegrationActivationRequestResponse, CancelIntegrationCancellationRequest, type CancelIntegrationCancellationRequestInput, type CancelIntegrationCancellationRequestResponse, type ClientLogRequestQuery, CreateIntegrationActivationRequest, type CreateIntegrationActivationRequestInput, type CreateIntegrationActivationRequestResponse, CreateIntegrationCancellationRequest, type CreateIntegrationCancellationRequestInput, type CreateIntegrationCancellationRequestResponse, CreateIntegrationCassaInCloud, type CreateIntegrationCassaInCloudInput, type CreateIntegrationCassaInCloudResponse, CreateIntegrationDeliveroo, type CreateIntegrationDeliverooInput, type CreateIntegrationDeliverooResponse, CreateIntegrationGlovo, type CreateIntegrationGlovoInput, type CreateIntegrationGlovoResponse, CreateIntegrationJustEat, type CreateIntegrationJustEatInput, type CreateIntegrationJustEatResponse, CreateIntegrationKitchen, CreateIntegrationKitchenAccessToken, type CreateIntegrationKitchenAccessTokenInput, type CreateIntegrationKitchenAccessTokenResponse, type CreateIntegrationKitchenInput, type CreateIntegrationKitchenResponse, DeleteIntegration, DeleteIntegrationActivationRequest, DeleteIntegrationCancellationRequest, DeleteIntegrationCassaInCloud, DeleteIntegrationDeliveroo, DeleteIntegrationGlovo, DeleteIntegrationJustEat, DeleteIntegrationKitchen, DeleteIntegrationKitchenAccessToken, type ExclusiveIntegrationService, GetIntegrationActivationRequestDetails, type GetIntegrationActivationRequestDetailsInput, type GetIntegrationActivationRequestDetailsResponse, GetIntegrationActivationRequests, GetIntegrationActivationRequestsFromPointOfSale, type GetIntegrationActivationRequestsFromPointOfSaleInput, type GetIntegrationActivationRequestsFromPointOfSaleQueryParams, type GetIntegrationActivationRequestsFromPointOfSaleResponse, type GetIntegrationActivationRequestsInput, type GetIntegrationActivationRequestsQueryParams, type GetIntegrationActivationRequestsResponse, GetIntegrationCancellationRequestDetails, type GetIntegrationCancellationRequestDetailsInput, type GetIntegrationCancellationRequestDetailsResponse, GetIntegrationCancellationRequests, type GetIntegrationCancellationRequestsInput, type GetIntegrationCancellationRequestsQueryParams, type GetIntegrationCancellationRequestsResponse, GetIntegrationCassaInCloudClientLogRequestDetails, type GetIntegrationCassaInCloudClientLogRequestDetailsInput, type GetIntegrationCassaInCloudClientLogRequestDetailsResponse, GetIntegrationCassaInCloudClientLogRequests, type GetIntegrationCassaInCloudClientLogRequestsInput, type GetIntegrationCassaInCloudClientLogRequestsQueryParams, type GetIntegrationCassaInCloudClientLogRequestsResponse, GetIntegrationCassaInCloudDetails, type GetIntegrationCassaInCloudDetailsInput, type GetIntegrationCassaInCloudDetailsResponse, GetIntegrationCassaInCloudList, type GetIntegrationCassaInCloudListInput, type GetIntegrationCassaInCloudListQueryParams, type GetIntegrationCassaInCloudListResponse, GetIntegrationCassaInCloudSyncMenuProcessDetails, type GetIntegrationCassaInCloudSyncMenuProcessDetailsInput, type GetIntegrationCassaInCloudSyncMenuProcessDetailsResponse, GetIntegrationCassaInCloudSyncMenuProcesses, type GetIntegrationCassaInCloudSyncMenuProcessesInput, type GetIntegrationCassaInCloudSyncMenuProcessesQueryParams, type GetIntegrationCassaInCloudSyncMenuProcessesResponse, GetIntegrationCassaInCloudWebHookEventDetails, type GetIntegrationCassaInCloudWebHookEventDetailsInput, type GetIntegrationCassaInCloudWebHookEventDetailsResponse, GetIntegrationCassaInCloudWebHookEvents, type GetIntegrationCassaInCloudWebHookEventsInput, type GetIntegrationCassaInCloudWebHookEventsQueryParams, type GetIntegrationCassaInCloudWebHookEventsResponse, GetIntegrationDeliverooClientLogRequestDetails, type GetIntegrationDeliverooClientLogRequestDetailsInput, type GetIntegrationDeliverooClientLogRequestDetailsResponse, GetIntegrationDeliverooClientLogRequests, type GetIntegrationDeliverooClientLogRequestsInput, type GetIntegrationDeliverooClientLogRequestsQueryParams, type GetIntegrationDeliverooClientLogRequestsResponse, GetIntegrationDeliverooDetails, type GetIntegrationDeliverooDetailsInput, type GetIntegrationDeliverooDetailsResponse, GetIntegrationDeliverooList, type GetIntegrationDeliverooListQueryParams, type GetIntegrationDeliverooListResponse, GetIntegrationDeliverooMenuVersionDetails, type GetIntegrationDeliverooMenuVersionDetailsInput, type GetIntegrationDeliverooMenuVersionDetailsResponse, GetIntegrationDeliverooMenuVersions, type GetIntegrationDeliverooMenuVersionsInput, type GetIntegrationDeliverooMenuVersionsQueryParams, type GetIntegrationDeliverooMenuVersionsResponse, GetIntegrationDeliverooSyncMenuProcessDetails, type GetIntegrationDeliverooSyncMenuProcessDetailsInput, type GetIntegrationDeliverooSyncMenuProcessDetailsResponse, GetIntegrationDeliverooSyncMenuProcesses, type GetIntegrationDeliverooSyncMenuProcessesInput, type GetIntegrationDeliverooSyncMenuProcessesQueryParams, type GetIntegrationDeliverooSyncMenuProcessesResponse, GetIntegrationDeliverooWebhookEventDetails, type GetIntegrationDeliverooWebhookEventDetailsInput, type GetIntegrationDeliverooWebhookEventDetailsResponse, GetIntegrationDeliverooWebhookEvents, type GetIntegrationDeliverooWebhookEventsInput, type GetIntegrationDeliverooWebhookEventsQueryParams, type GetIntegrationDeliverooWebhookEventsResponse, GetIntegrationDetails, type GetIntegrationDetailsInput, type GetIntegrationDetailsResponse, GetIntegrationGlovoClientLogRequestDetails, type GetIntegrationGlovoClientLogRequestDetailsInput, type GetIntegrationGlovoClientLogRequestDetailsResponse, GetIntegrationGlovoClientLogRequests, type GetIntegrationGlovoClientLogRequestsInput, type GetIntegrationGlovoClientLogRequestsQueryParams, type GetIntegrationGlovoClientLogRequestsResponse, GetIntegrationGlovoDetails, type GetIntegrationGlovoDetailsInput, type GetIntegrationGlovoDetailsResponse, GetIntegrationGlovoList, type GetIntegrationGlovoListInput, type GetIntegrationGlovoListQueryParams, type GetIntegrationGlovoListResponse, GetIntegrationGlovoMenuUpdateDetails, type GetIntegrationGlovoMenuUpdateDetailsInput, type GetIntegrationGlovoMenuUpdateDetailsResponse, GetIntegrationGlovoMenuUpdates, type GetIntegrationGlovoMenuUpdatesInput, type GetIntegrationGlovoMenuUpdatesQueryParams, type GetIntegrationGlovoMenuUpdatesResponse, GetIntegrationGlovoMenuVersionDetails, type GetIntegrationGlovoMenuVersionDetailsInput, type GetIntegrationGlovoMenuVersionDetailsResponse, GetIntegrationGlovoMenuVersions, type GetIntegrationGlovoMenuVersionsInput, type GetIntegrationGlovoMenuVersionsQueryParams, type GetIntegrationGlovoMenuVersionsResponse, GetIntegrationGlovoWebhookEventDetails, type GetIntegrationGlovoWebhookEventDetailsInput, type GetIntegrationGlovoWebhookEventDetailsResponse, GetIntegrationGlovoWebhookEvents, type GetIntegrationGlovoWebhookEventsInput, type GetIntegrationGlovoWebhookEventsQueryParams, type GetIntegrationGlovoWebhookEventsResponse, GetIntegrationJustEatClientLogRequestDetails, type GetIntegrationJustEatClientLogRequestDetailsInput, type GetIntegrationJustEatClientLogRequestDetailsResponse, GetIntegrationJustEatClientLogRequests, type GetIntegrationJustEatClientLogRequestsInput, type GetIntegrationJustEatClientLogRequestsQueryParams, type GetIntegrationJustEatClientLogRequestsResponse, GetIntegrationJustEatDetails, type GetIntegrationJustEatDetailsInput, type GetIntegrationJustEatDetailsResponse, GetIntegrationJustEatList, type GetIntegrationJustEatListInput, type GetIntegrationJustEatListQueryParams, type GetIntegrationJustEatListResponse, GetIntegrationJustEatMenuVersionDetails, type GetIntegrationJustEatMenuVersionDetailsInput, type GetIntegrationJustEatMenuVersionDetailsResponse, GetIntegrationJustEatMenuVersions, type GetIntegrationJustEatMenuVersionsInput, type GetIntegrationJustEatMenuVersionsQueryParams, type GetIntegrationJustEatMenuVersionsResponse, GetIntegrationJustEatOrderDetails, type GetIntegrationJustEatOrderDetailsInput, type GetIntegrationJustEatOrderDetailsResponse, GetIntegrationJustEatOrders, type GetIntegrationJustEatOrdersInput, type GetIntegrationJustEatOrdersQueryParams, type GetIntegrationJustEatOrdersResponse, GetIntegrationJustEatSyncMenuProcessDetails, type GetIntegrationJustEatSyncMenuProcessDetailsInput, type GetIntegrationJustEatSyncMenuProcessDetailsResponse, GetIntegrationJustEatSyncMenuProcesses, type GetIntegrationJustEatSyncMenuProcessesInput, type GetIntegrationJustEatSyncMenuProcessesQueryParams, type GetIntegrationJustEatSyncMenuProcessesResponse, GetIntegrationKitchenAccessTokenDetails, type GetIntegrationKitchenAccessTokenDetailsInput, type GetIntegrationKitchenAccessTokenDetailsResponse, GetIntegrationKitchenAccessTokens, type GetIntegrationKitchenAccessTokensInput, type GetIntegrationKitchenAccessTokensQueryParams, type GetIntegrationKitchenAccessTokensResponse, GetIntegrationKitchenDetails, type GetIntegrationKitchenDetailsInput, type GetIntegrationKitchenDetailsResponse, GetIntegrationKitchenList, type GetIntegrationKitchenListQueryParams, type GetIntegrationKitchenListResponse, GetIntegrations, GetIntegrationsFromPointOfSale, type GetIntegrationsFromPointOfSaleInput, type GetIntegrationsFromPointOfSaleQueryParams, type GetIntegrationsFromPointOfSaleResponse, type GetIntegrationsInput, type GetIntegrationsQueryParams, type GetIntegrationsResponse, type Integration, type IntegrationActivationRequest, type IntegrationActivationRequestDetails, type IntegrationCancellationRequest, type IntegrationCancellationRequestDetails, type IntegrationCancellationRequestIri, type IntegrationCancellationRequestNullableIri, type IntegrationCancellationRequestStatus, type IntegrationCassaInCloud, type IntegrationCassaInCloudData, type IntegrationCassaInCloudDetails, type IntegrationCassaInCloudDirection, type IntegrationCassaInCloudEditableFields, type IntegrationCassaInCloudIri, type IntegrationCassaInCloudMissingComponentStrategy, type IntegrationCassaInCloudNullableIri, type IntegrationCassaInCloudProductChannel, IntegrationCassaInCloudSyncCustomers, type IntegrationCassaInCloudSyncCustomersInput, type IntegrationCassaInCloudSyncDirection, type IntegrationCassaInCloudSyncMenuErrorLogIri, type IntegrationCassaInCloudSyncMenuErrorLogNullableIri, type IntegrationCassaInCloudSyncMenuProcess, type IntegrationCassaInCloudSyncMenuProcessDetails, type IntegrationCassaInCloudSyncMenuProcessesQueryParams, type IntegrationCassaInCloudSyncMode, IntegrationCassaInCloudSyncOrganizations, IntegrationCassaInCloudSyncProducts, type IntegrationCassaInCloudSyncProductsInput, IntegrationCassaInCloudSyncSalesModes, type IntegrationCassaInCloudSyncSalesModesInput, type IntegrationCassaInCloudSyncSettings, IntegrationCassaInCloudSyncStock, type IntegrationCassaInCloudSyncTimes, IntegrationCassaInCloudSyncTimetables, type IntegrationCassaInCloudSyncTimetablesInput, IntegrationCassaInCloudSyncWebHooks, type IntegrationCassaInCloudWebHookEvent, type IntegrationCassaInCloudWebHookEventDetails, type IntegrationCassaInCloudWebHookEventEntity, type IntegrationCassaInCloudWebHookEventEvent, type IntegrationCassaInCloudWebHookEventsQueryParams, type IntegrationClientLogRequest, type IntegrationClientLogRequestDetails, type IntegrationClientLogRequestMethod, type IntegrationDeliveroo, type IntegrationDeliverooData, type IntegrationDeliverooDetails, type IntegrationDeliverooEditableFields, type IntegrationDeliverooIri, type IntegrationDeliverooMenuVersionIri, type IntegrationDeliverooMenuVersionNullableIri, type IntegrationDeliverooNullableIri, type IntegrationDeliverooSiteStatus, IntegrationDeliverooSyncMenu, type IntegrationDeliverooSyncMenuProcess, type IntegrationDeliverooSyncMenuProcessDetails, type IntegrationDeliverooSyncMenuProcessMode, type IntegrationDeliverooSyncMenuProcessesQueryParams, IntegrationDeliverooSyncOpeningHours, type IntegrationDeliverooWebhookEvent, type IntegrationDeliverooWebhookEventDetails, type IntegrationDeliverooWebhookEventType, type IntegrationDeliverooWebhookEventsQueryParams, type IntegrationDeliveryError, type IntegrationDeliveryProviderCommon, type IntegrationDetails, type IntegrationGlovo, type IntegrationGlovoData, type IntegrationGlovoDetails, type IntegrationGlovoEditableFields, type IntegrationGlovoIri, type IntegrationGlovoMenuUpdate, type IntegrationGlovoMenuUpdateDetails, type IntegrationGlovoMenuUpdateStatus, type IntegrationGlovoMenuUpdatesQueryParams, type IntegrationGlovoMenuVersionIri, type IntegrationGlovoMenuVersionNullableIri, type IntegrationGlovoNullableIri, type IntegrationGlovoStoreStatus, IntegrationGlovoSyncMenu, type IntegrationGlovoWebhookEvent, type IntegrationGlovoWebhookEventDetails, type IntegrationGlovoWebhookEventType, type IntegrationGlovoWebhookEventsQueryParams, type IntegrationJustEat, type IntegrationJustEatData, type IntegrationJustEatDetails, type IntegrationJustEatEditableFields, type IntegrationJustEatIri, type IntegrationJustEatMenuVersionIri, type IntegrationJustEatMenuVersionNullableIri, type IntegrationJustEatNullableIri, type IntegrationJustEatOrder, type IntegrationJustEatOrderDetails, type IntegrationJustEatOrdersQueryParams, type IntegrationJustEatRestaurantStatus, IntegrationJustEatSyncMenu, type IntegrationJustEatSyncMenuProcess, type IntegrationJustEatSyncMenuProcessDetails, type IntegrationJustEatSyncMenuProcessesQueryParams, IntegrationJustEatSyncOpeningTimes, type IntegrationJustEatSyncType, type IntegrationKitchen, type IntegrationKitchenAccessToken, type IntegrationKitchenAccessTokenDetails, type IntegrationKitchenAccessTokenNullablePath, type IntegrationKitchenAccessTokenPath, type IntegrationKitchenAccessTokensQueryParams, type IntegrationKitchenData, type IntegrationKitchenDetails, type IntegrationKitchenEditableFields, type IntegrationKitchenIri, type IntegrationKitchenNullableIri, type IntegrationKitchenViewMode, type IntegrationNullablePath, type IntegrationPath, type IntegrationProvider, type IntegrationService, type IntegrationServiceData, type IntegrationStatus, type IntegrationsCassaInCloudQueryParams, type IntegrationsDeliverooQueryParams, type IntegrationsGlovoQueryParams, type IntegrationsJustEatQueryParams, type IntegrationsKitchenQueryParams, type MenuVersion, type MenuVersionDetails, RespondIntegrationActivationRequest, type RespondIntegrationActivationRequestInput, type RespondIntegrationActivationRequestResponse, SendIntegrationActivationRequestToPartner, type SendIntegrationActivationRequestToPartnerInput, type SendIntegrationActivationRequestToPartnerResponse, UpdateIntegration, UpdateIntegrationActivationRequest, type UpdateIntegrationActivationRequestInput, type UpdateIntegrationActivationRequestResponse, UpdateIntegrationCassaInCloud, type UpdateIntegrationCassaInCloudInput, type UpdateIntegrationCassaInCloudResponse, UpdateIntegrationDeliveroo, type UpdateIntegrationDeliverooInput, type UpdateIntegrationDeliverooResponse, UpdateIntegrationDeliverooSiteStatus, type UpdateIntegrationDeliverooSiteStatusInput, type UpdateIntegrationDeliverooSiteStatusResponse, UpdateIntegrationGlovo, type UpdateIntegrationGlovoInput, type UpdateIntegrationGlovoResponse, UpdateIntegrationGlovoStoreStatus, type UpdateIntegrationGlovoStoreStatusInput, type UpdateIntegrationGlovoStoreStatusResponse, type UpdateIntegrationInput, UpdateIntegrationJustEat, type UpdateIntegrationJustEatInput, type UpdateIntegrationJustEatResponse, UpdateIntegrationJustEatRestaurantStatus, type UpdateIntegrationJustEatRestaurantStatusInput, type UpdateIntegrationJustEatRestaurantStatusResponse, UpdateIntegrationKitchen, type UpdateIntegrationKitchenInput, type UpdateIntegrationKitchenResponse, type UpdateIntegrationResponse, activatableIntegrationBaseSchema, activatableIntegrationHealthStatusSchema, activatableIntegrationHealthStatuses, activatableIntegrationSchema, activatableIntegrationStatusSchema, activatableIntegrationStatuses, activateIntegrationActivationRequestInputSchema, activateIntegrationActivationRequestResponseSchema, annotateIntegrationActivationRequestInputSchema, annotateIntegrationActivationRequestResponseSchema, cancelIntegrationCancellationRequestInputSchema, cancelIntegrationCancellationRequestResponseSchema, clientLogRequestQuerySchema, createIntegrationActivationRequestInputSchema, createIntegrationActivationRequestResponseSchema, createIntegrationCancellationRequestInputSchema, createIntegrationCancellationRequestResponseSchema, createIntegrationCassaInCloudInputSchema, createIntegrationCassaInCloudResponseSchema, createIntegrationDeliverooInputSchema, createIntegrationDeliverooResponseSchema, createIntegrationGlovoInputSchema, createIntegrationGlovoResponseSchema, createIntegrationJustEatInputSchema, createIntegrationJustEatResponseSchema, createIntegrationKitchenAccessTokenInputSchema, createIntegrationKitchenAccessTokenResponseSchema, createIntegrationKitchenInputSchema, createIntegrationKitchenResponseSchema, deleteIntegrationActivationRequestInputSchema, deleteIntegrationActivationRequestResponseSchema, deleteIntegrationCancellationRequestInputSchema, deleteIntegrationCancellationRequestResponseSchema, deleteIntegrationCassaInCloudInputSchema, deleteIntegrationCassaInCloudResponseSchema, deleteIntegrationDeliverooInputSchema, deleteIntegrationDeliverooResponseSchema, deleteIntegrationGlovoInputSchema, deleteIntegrationGlovoResponseSchema, deleteIntegrationInputSchema, deleteIntegrationJustEatInputSchema, deleteIntegrationJustEatResponseSchema, deleteIntegrationKitchenAccessTokenInputSchema, deleteIntegrationKitchenAccessTokenResponseSchema, deleteIntegrationKitchenInputSchema, deleteIntegrationKitchenResponseSchema, deleteIntegrationResponseSchema, exclusiveIntegrationServiceSchema, exclusiveIntegrationServices, getIntegrationActivationRequestDetailsInputSchema, getIntegrationActivationRequestDetailsResponseSchema, getIntegrationActivationRequestsFromPointOfSaleInputSchema, getIntegrationActivationRequestsFromPointOfSaleQuerySchema, getIntegrationActivationRequestsFromPointOfSaleResponseSchema, getIntegrationActivationRequestsInputSchema, getIntegrationActivationRequestsQuerySchema, getIntegrationActivationRequestsResponseSchema, getIntegrationCancellationRequestDetailsInputSchema, getIntegrationCancellationRequestDetailsResponseSchema, getIntegrationCancellationRequestsInputSchema, getIntegrationCancellationRequestsQuerySchema, getIntegrationCancellationRequestsResponseSchema, getIntegrationCassaInCloudClientLogRequestDetailsInputSchema, getIntegrationCassaInCloudClientLogRequestDetailsResponseSchema, getIntegrationCassaInCloudClientLogRequestsInputSchema, getIntegrationCassaInCloudClientLogRequestsQuerySchema, getIntegrationCassaInCloudClientLogRequestsResponseSchema, getIntegrationCassaInCloudDetailsInputSchema, getIntegrationCassaInCloudDetailsResponseSchema, getIntegrationCassaInCloudListInputSchema, getIntegrationCassaInCloudListQuerySchema, getIntegrationCassaInCloudListResponseSchema, getIntegrationCassaInCloudSyncMenuProcessDetailsInputSchema, getIntegrationCassaInCloudSyncMenuProcessDetailsResponseSchema, getIntegrationCassaInCloudSyncMenuProcessesInputSchema, getIntegrationCassaInCloudSyncMenuProcessesQuerySchema, getIntegrationCassaInCloudSyncMenuProcessesResponseSchema, getIntegrationCassaInCloudWebHookEventDetailsInputSchema, getIntegrationCassaInCloudWebHookEventDetailsResponseSchema, getIntegrationCassaInCloudWebHookEventsInputSchema, getIntegrationCassaInCloudWebHookEventsQuerySchema, getIntegrationCassaInCloudWebHookEventsResponseSchema, getIntegrationDeliverooClientLogRequestDetailsInputSchema, getIntegrationDeliverooClientLogRequestDetailsResponseSchema, getIntegrationDeliverooClientLogRequestsInputSchema, getIntegrationDeliverooClientLogRequestsQuerySchema, getIntegrationDeliverooClientLogRequestsResponseSchema, getIntegrationDeliverooDetailsInputSchema, getIntegrationDeliverooDetailsResponseSchema, getIntegrationDeliverooListInputSchema, getIntegrationDeliverooListQuerySchema, getIntegrationDeliverooListResponseSchema, getIntegrationDeliverooMenuVersionDetailsInputSchema, getIntegrationDeliverooMenuVersionDetailsResponseSchema, getIntegrationDeliverooMenuVersionsInputSchema, getIntegrationDeliverooMenuVersionsQuerySchema, getIntegrationDeliverooMenuVersionsResponseSchema, getIntegrationDeliverooSyncMenuProcessDetailsInputSchema, getIntegrationDeliverooSyncMenuProcessDetailsResponseSchema, getIntegrationDeliverooSyncMenuProcessesInputSchema, getIntegrationDeliverooSyncMenuProcessesQuerySchema, getIntegrationDeliverooSyncMenuProcessesResponseSchema, getIntegrationDeliverooWebhookEventDetailsInputSchema, getIntegrationDeliverooWebhookEventDetailsResponseSchema, getIntegrationDeliverooWebhookEventsInputSchema, getIntegrationDeliverooWebhookEventsQuerySchema, getIntegrationDeliverooWebhookEventsResponseSchema, getIntegrationDetailsInputSchema, getIntegrationDetailsResponseSchema, getIntegrationGlovoClientLogRequestDetailsInputSchema, getIntegrationGlovoClientLogRequestDetailsResponseSchema, getIntegrationGlovoClientLogRequestsInputSchema, getIntegrationGlovoClientLogRequestsQuerySchema, getIntegrationGlovoClientLogRequestsResponseSchema, getIntegrationGlovoDetailsInputSchema, getIntegrationGlovoDetailsResponseSchema, getIntegrationGlovoListInputSchema, getIntegrationGlovoListQuerySchema, getIntegrationGlovoListResponseSchema, getIntegrationGlovoMenuUpdateDetailsInputSchema, getIntegrationGlovoMenuUpdateDetailsResponseSchema, getIntegrationGlovoMenuUpdatesInputSchema, getIntegrationGlovoMenuUpdatesQuerySchema, getIntegrationGlovoMenuUpdatesResponseSchema, getIntegrationGlovoMenuVersionDetailsInputSchema, getIntegrationGlovoMenuVersionDetailsResponseSchema, getIntegrationGlovoMenuVersionsInputSchema, getIntegrationGlovoMenuVersionsQuerySchema, getIntegrationGlovoMenuVersionsResponseSchema, getIntegrationGlovoWebhookEventDetailsInputSchema, getIntegrationGlovoWebhookEventDetailsResponseSchema, getIntegrationGlovoWebhookEventsInputSchema, getIntegrationGlovoWebhookEventsQuerySchema, getIntegrationGlovoWebhookEventsResponseSchema, getIntegrationJustEatClientLogRequestDetailsInputSchema, getIntegrationJustEatClientLogRequestDetailsResponseSchema, getIntegrationJustEatClientLogRequestsInputSchema, getIntegrationJustEatClientLogRequestsQuerySchema, getIntegrationJustEatClientLogRequestsResponseSchema, getIntegrationJustEatDetailsInputSchema, getIntegrationJustEatDetailsResponseSchema, getIntegrationJustEatListInputSchema, getIntegrationJustEatListQuerySchema, getIntegrationJustEatListResponseSchema, getIntegrationJustEatMenuVersionDetailsInputSchema, getIntegrationJustEatMenuVersionDetailsResponseSchema, getIntegrationJustEatMenuVersionsInputSchema, getIntegrationJustEatMenuVersionsQuerySchema, getIntegrationJustEatMenuVersionsResponseSchema, getIntegrationJustEatOrderDetailsInputSchema, getIntegrationJustEatOrderDetailsResponseSchema, getIntegrationJustEatOrdersInputSchema, getIntegrationJustEatOrdersQuerySchema, getIntegrationJustEatOrdersResponseSchema, getIntegrationJustEatSyncMenuProcessDetailsInputSchema, getIntegrationJustEatSyncMenuProcessDetailsResponseSchema, getIntegrationJustEatSyncMenuProcessesInputSchema, getIntegrationJustEatSyncMenuProcessesQuerySchema, getIntegrationJustEatSyncMenuProcessesResponseSchema, getIntegrationKitchenAccessTokenDetailsInputSchema, getIntegrationKitchenAccessTokenDetailsResponseSchema, getIntegrationKitchenAccessTokensInputSchema, getIntegrationKitchenAccessTokensQuerySchema, getIntegrationKitchenAccessTokensResponseSchema, getIntegrationKitchenDetailsInputSchema, getIntegrationKitchenDetailsResponseSchema, getIntegrationKitchenListInputSchema, getIntegrationKitchenListQuerySchema, getIntegrationKitchenListResponseSchema, getIntegrationsFromPointOfSaleInputSchema, getIntegrationsFromPointOfSaleQuerySchema, getIntegrationsFromPointOfSaleResponseSchema, getIntegrationsInputSchema, getIntegrationsQuerySchema, getIntegrationsResponseSchema, integrationActivationRequestDetailsSchema, integrationActivationRequestSchema, integrationBaseSchema, integrationCancellationRequestDetailsSchema, integrationCancellationRequestIriSchema, integrationCancellationRequestNullableIriSchema, integrationCancellationRequestSchema, integrationCancellationRequestStatusSchema, integrationCancellationRequestStatuses, integrationCassaInCloudDataSchema, integrationCassaInCloudDetailsSchema, integrationCassaInCloudDirectionSchema, integrationCassaInCloudDirections, integrationCassaInCloudEditableFieldsSchema, integrationCassaInCloudIriSchema, integrationCassaInCloudMissingComponentStrategies, integrationCassaInCloudMissingComponentStrategySchema, integrationCassaInCloudNullableIriSchema, integrationCassaInCloudProductChannelSchema, integrationCassaInCloudProductChannels, integrationCassaInCloudSchema, integrationCassaInCloudSyncCustomersInputSchema, integrationCassaInCloudSyncCustomersResponseSchema, integrationCassaInCloudSyncDirectionSchema, integrationCassaInCloudSyncDirections, integrationCassaInCloudSyncMenuErrorLogIriSchema, integrationCassaInCloudSyncMenuErrorLogNullableIriSchema, integrationCassaInCloudSyncMenuProcessDetailsSchema, integrationCassaInCloudSyncMenuProcessSchema, integrationCassaInCloudSyncMenuProcessesQuerySchema, integrationCassaInCloudSyncModeSchema, integrationCassaInCloudSyncModes, integrationCassaInCloudSyncOrganizationsInputSchema, integrationCassaInCloudSyncOrganizationsResponseSchema, integrationCassaInCloudSyncProductsInputSchema, integrationCassaInCloudSyncProductsResponseSchema, integrationCassaInCloudSyncSalesModesInputSchema, integrationCassaInCloudSyncSalesModesResponseSchema, integrationCassaInCloudSyncSettingsSchema, integrationCassaInCloudSyncStockInputSchema, integrationCassaInCloudSyncStockResponseSchema, integrationCassaInCloudSyncTimesSchema, integrationCassaInCloudSyncTimetablesInputSchema, integrationCassaInCloudSyncTimetablesResponseSchema, integrationCassaInCloudSyncWebHooksInputSchema, integrationCassaInCloudSyncWebHooksResponseSchema, integrationCassaInCloudWebHookEventDetailsSchema, integrationCassaInCloudWebHookEventEntities, integrationCassaInCloudWebHookEventEntitySchema, integrationCassaInCloudWebHookEventEventSchema, integrationCassaInCloudWebHookEventEvents, integrationCassaInCloudWebHookEventSchema, integrationCassaInCloudWebHookEventsQuerySchema, integrationClientLogRequestDetailsSchema, integrationClientLogRequestMethodSchema, integrationClientLogRequestMethods, integrationClientLogRequestSchema, integrationDeliverooDataSchema, integrationDeliverooDetailsSchema, integrationDeliverooEditableFieldsSchema, integrationDeliverooIriSchema, integrationDeliverooMenuVersionIriSchema, integrationDeliverooMenuVersionNullableIriSchema, integrationDeliverooNullableIriSchema, integrationDeliverooSchema, integrationDeliverooSiteStatusSchema, integrationDeliverooSiteStatuses, integrationDeliverooSyncMenuInputSchema, integrationDeliverooSyncMenuProcessDetailsSchema, integrationDeliverooSyncMenuProcessModeSchema, integrationDeliverooSyncMenuProcessModes, integrationDeliverooSyncMenuProcessSchema, integrationDeliverooSyncMenuProcessesQuerySchema, integrationDeliverooSyncMenuResponseSchema, integrationDeliverooSyncOpeningHoursInputSchema, integrationDeliverooSyncOpeningHoursResponseSchema, integrationDeliverooWebhookEventDetailsSchema, integrationDeliverooWebhookEventSchema, integrationDeliverooWebhookEventTypeSchema, integrationDeliverooWebhookEventTypes, integrationDeliverooWebhookEventsQueryParamsSchema, integrationDeliveryErrorSchema, integrationDeliveryErrors, integrationDeliveryProviderCommonSchema, integrationDetailsFieldsSchema, integrationDetailsSchema, integrationGlovoDataSchema, integrationGlovoDetailsSchema, integrationGlovoEditableFieldsSchema, integrationGlovoIriSchema, integrationGlovoMenuUpdateDetailsSchema, integrationGlovoMenuUpdateSchema, integrationGlovoMenuUpdateStatusSchema, integrationGlovoMenuUpdateStatuses, integrationGlovoMenuUpdatesQuerySchema, integrationGlovoMenuVersionIriSchema, integrationGlovoMenuVersionNullableIriSchema, integrationGlovoNullableIriSchema, integrationGlovoSchema, integrationGlovoStoreStatusSchema, integrationGlovoStoreStatuses, integrationGlovoSyncMenuInputSchema, integrationGlovoSyncMenuResponseSchema, integrationGlovoWebhookEventDetailsSchema, integrationGlovoWebhookEventSchema, integrationGlovoWebhookEventTypeSchema, integrationGlovoWebhookEventTypes, integrationGlovoWebhookEventsQueryParamsSchema, integrationIriSchema, integrationJustEatDataSchema, integrationJustEatDetailsSchema, integrationJustEatEditableFieldsSchema, integrationJustEatIriSchema, integrationJustEatMenuVersionIriSchema, integrationJustEatMenuVersionNullableIriSchema, integrationJustEatNullableIriSchema, integrationJustEatOrderDetailsSchema, integrationJustEatOrderSchema, integrationJustEatOrdersQueryParamsSchema, integrationJustEatRestaurantStatusSchema, integrationJustEatRestaurantStatuses, integrationJustEatSchema, integrationJustEatSyncMenuInputSchema, integrationJustEatSyncMenuProcessDetailsSchema, integrationJustEatSyncMenuProcessSchema, integrationJustEatSyncMenuProcessesQuerySchema, integrationJustEatSyncMenuResponseSchema, integrationJustEatSyncOpeningHoursInputSchema, integrationJustEatSyncOpeningHoursResponseSchema, integrationJustEatSyncTypeSchema, integrationJustEatSyncTypes, integrationKitchenAccessTokenDetailsSchema, integrationKitchenAccessTokenIriSchema, integrationKitchenAccessTokenNullableIriSchema, integrationKitchenAccessTokenSchema, integrationKitchenAccessTokensQuerySchema, integrationKitchenDataSchema, integrationKitchenDetailsSchema, integrationKitchenEditableFieldsSchema, integrationKitchenIriSchema, integrationKitchenNullableIriSchema, integrationKitchenSchema, integrationKitchenViewModeSchema, integrationKitchenViewModes, integrationMenuVersionPathSchemas, integrationNullableIriSchema, integrationPathSchemas, integrationProviderSchema, integrationProviders, integrationSchema, integrationServiceDataSchema, integrationServiceSchema, integrationServices, integrationStatusSchema, integrationStatuses, integrationsCassaInCloudQuerySchema, integrationsDeliverooQuerySchema, integrationsGlovoQuerySchema, integrationsJustEatQuerySchema, integrationsKitchenQuerySchema, menuVersionDetailsSchema, menuVersionSchema, respondIntegrationActivationRequestInputSchema, respondIntegrationActivationRequestResponseSchema, sendIntegrationActivationRequestToPartnerInputSchema, sendIntegrationActivationRequestToPartnerResponseSchema, updateIntegrationActivationRequestInputSchema, updateIntegrationActivationRequestResponseSchema, updateIntegrationCassaInCloudInputSchema, updateIntegrationCassaInCloudResponseSchema, updateIntegrationDeliverooInputSchema, updateIntegrationDeliverooResponseSchema, updateIntegrationDeliverooSiteStatusInputSchema, updateIntegrationDeliverooSiteStatusResponseSchema, updateIntegrationGlovoInputSchema, updateIntegrationGlovoResponseSchema, updateIntegrationGlovoStoreStatusInputSchema, updateIntegrationGlovoStoreStatusResponseSchema, updateIntegrationInputSchema, updateIntegrationJustEatInputSchema, updateIntegrationJustEatResponseSchema, updateIntegrationJustEatRestaurantStatusInputSchema, updateIntegrationJustEatRestaurantStatusResponseSchema, updateIntegrationKitchenInputSchema, updateIntegrationKitchenResponseSchema, updateIntegrationResponseSchema, writableIntegrationSchema };
|