@deliverart/sdk-js-integration 2.9.3 → 2.9.4
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 +11 -6
- package/dist/index.d.cts +137 -87
- package/dist/index.d.ts +137 -87
- package/dist/index.js +10 -6
- package/package.json +7 -7
package/dist/index.d.cts
CHANGED
|
@@ -971,7 +971,6 @@ declare const integrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
971
971
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
972
972
|
}>;
|
|
973
973
|
locale: z.ZodString;
|
|
974
|
-
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
975
974
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
976
975
|
syncSettings: z.ZodObject<{
|
|
977
976
|
externalCascadeDeleteOrder: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -983,6 +982,9 @@ declare const integrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
983
982
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
984
983
|
}>>;
|
|
985
984
|
}, z.core.$strip>;
|
|
985
|
+
syncTimes: z.ZodObject<{
|
|
986
|
+
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
987
|
+
}, z.core.$strip>;
|
|
986
988
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
987
989
|
RISTO: "RISTO";
|
|
988
990
|
SALE: "SALE";
|
|
@@ -1166,7 +1168,6 @@ declare const integrationDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
1166
1168
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
1167
1169
|
}>;
|
|
1168
1170
|
locale: z.ZodString;
|
|
1169
|
-
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
1170
1171
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
1171
1172
|
syncSettings: z.ZodObject<{
|
|
1172
1173
|
externalCascadeDeleteOrder: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -1178,6 +1179,9 @@ declare const integrationDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
1178
1179
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
1179
1180
|
}>>;
|
|
1180
1181
|
}, z.core.$strip>;
|
|
1182
|
+
syncTimes: z.ZodObject<{
|
|
1183
|
+
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
1184
|
+
}, z.core.$strip>;
|
|
1181
1185
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
1182
1186
|
RISTO: "RISTO";
|
|
1183
1187
|
SALE: "SALE";
|
|
@@ -6746,7 +6750,6 @@ declare const getIntegrationDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
6746
6750
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
6747
6751
|
}>;
|
|
6748
6752
|
locale: z.ZodString;
|
|
6749
|
-
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
6750
6753
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
6751
6754
|
syncSettings: z.ZodObject<{
|
|
6752
6755
|
externalCascadeDeleteOrder: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -6758,6 +6761,9 @@ declare const getIntegrationDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
6758
6761
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
6759
6762
|
}>>;
|
|
6760
6763
|
}, z.core.$strip>;
|
|
6764
|
+
syncTimes: z.ZodObject<{
|
|
6765
|
+
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
6766
|
+
}, z.core.$strip>;
|
|
6761
6767
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
6762
6768
|
RISTO: "RISTO";
|
|
6763
6769
|
SALE: "SALE";
|
|
@@ -6947,7 +6953,6 @@ declare class GetIntegrationDetails extends AbstractApiRequest<typeof getIntegra
|
|
|
6947
6953
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
6948
6954
|
}>;
|
|
6949
6955
|
locale: z.ZodString;
|
|
6950
|
-
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
6951
6956
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
6952
6957
|
syncSettings: z.ZodObject<{
|
|
6953
6958
|
externalCascadeDeleteOrder: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -6959,6 +6964,9 @@ declare class GetIntegrationDetails extends AbstractApiRequest<typeof getIntegra
|
|
|
6959
6964
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
6960
6965
|
}>>;
|
|
6961
6966
|
}, z.core.$strip>;
|
|
6967
|
+
syncTimes: z.ZodObject<{
|
|
6968
|
+
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
6969
|
+
}, z.core.$strip>;
|
|
6962
6970
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
6963
6971
|
RISTO: "RISTO";
|
|
6964
6972
|
SALE: "SALE";
|
|
@@ -7184,7 +7192,6 @@ declare const getIntegrationsResponseSchema: z.ZodObject<{
|
|
|
7184
7192
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
7185
7193
|
}>;
|
|
7186
7194
|
locale: z.ZodString;
|
|
7187
|
-
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
7188
7195
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
7189
7196
|
syncSettings: z.ZodObject<{
|
|
7190
7197
|
externalCascadeDeleteOrder: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -7196,6 +7203,9 @@ declare const getIntegrationsResponseSchema: z.ZodObject<{
|
|
|
7196
7203
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
7197
7204
|
}>>;
|
|
7198
7205
|
}, z.core.$strip>;
|
|
7206
|
+
syncTimes: z.ZodObject<{
|
|
7207
|
+
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
7208
|
+
}, z.core.$strip>;
|
|
7199
7209
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
7200
7210
|
RISTO: "RISTO";
|
|
7201
7211
|
SALE: "SALE";
|
|
@@ -7389,7 +7399,6 @@ declare class GetIntegrations extends AbstractApiRequest<typeof getIntegrationsI
|
|
|
7389
7399
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
7390
7400
|
}>;
|
|
7391
7401
|
locale: z.ZodString;
|
|
7392
|
-
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
7393
7402
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
7394
7403
|
syncSettings: z.ZodObject<{
|
|
7395
7404
|
externalCascadeDeleteOrder: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -7401,6 +7410,9 @@ declare class GetIntegrations extends AbstractApiRequest<typeof getIntegrationsI
|
|
|
7401
7410
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
7402
7411
|
}>>;
|
|
7403
7412
|
}, z.core.$strip>;
|
|
7413
|
+
syncTimes: z.ZodObject<{
|
|
7414
|
+
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
7415
|
+
}, z.core.$strip>;
|
|
7404
7416
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
7405
7417
|
RISTO: "RISTO";
|
|
7406
7418
|
SALE: "SALE";
|
|
@@ -7624,7 +7636,6 @@ declare class GetIntegrations extends AbstractApiRequest<typeof getIntegrationsI
|
|
|
7624
7636
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
7625
7637
|
}>;
|
|
7626
7638
|
locale: z.ZodString;
|
|
7627
|
-
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
7628
7639
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
7629
7640
|
syncSettings: z.ZodObject<{
|
|
7630
7641
|
externalCascadeDeleteOrder: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -7636,6 +7647,9 @@ declare class GetIntegrations extends AbstractApiRequest<typeof getIntegrationsI
|
|
|
7636
7647
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
7637
7648
|
}>>;
|
|
7638
7649
|
}, z.core.$strip>;
|
|
7650
|
+
syncTimes: z.ZodObject<{
|
|
7651
|
+
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
7652
|
+
}, z.core.$strip>;
|
|
7639
7653
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
7640
7654
|
RISTO: "RISTO";
|
|
7641
7655
|
SALE: "SALE";
|
|
@@ -7859,7 +7873,6 @@ declare const getIntegrationsFromPointOfSaleResponseSchema: z.ZodArray<z.ZodDisc
|
|
|
7859
7873
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
7860
7874
|
}>;
|
|
7861
7875
|
locale: z.ZodString;
|
|
7862
|
-
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
7863
7876
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
7864
7877
|
syncSettings: z.ZodObject<{
|
|
7865
7878
|
externalCascadeDeleteOrder: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -7871,6 +7884,9 @@ declare const getIntegrationsFromPointOfSaleResponseSchema: z.ZodArray<z.ZodDisc
|
|
|
7871
7884
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
7872
7885
|
}>>;
|
|
7873
7886
|
}, z.core.$strip>;
|
|
7887
|
+
syncTimes: z.ZodObject<{
|
|
7888
|
+
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
7889
|
+
}, z.core.$strip>;
|
|
7874
7890
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
7875
7891
|
RISTO: "RISTO";
|
|
7876
7892
|
SALE: "SALE";
|
|
@@ -8054,7 +8070,6 @@ declare class GetIntegrationsFromPointOfSale extends AbstractApiRequest<typeof g
|
|
|
8054
8070
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
8055
8071
|
}>;
|
|
8056
8072
|
locale: z.ZodString;
|
|
8057
|
-
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
8058
8073
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
8059
8074
|
syncSettings: z.ZodObject<{
|
|
8060
8075
|
externalCascadeDeleteOrder: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -8066,6 +8081,9 @@ declare class GetIntegrationsFromPointOfSale extends AbstractApiRequest<typeof g
|
|
|
8066
8081
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
8067
8082
|
}>>;
|
|
8068
8083
|
}, z.core.$strip>;
|
|
8084
|
+
syncTimes: z.ZodObject<{
|
|
8085
|
+
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
8086
|
+
}, z.core.$strip>;
|
|
8069
8087
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
8070
8088
|
RISTO: "RISTO";
|
|
8071
8089
|
SALE: "SALE";
|
|
@@ -8280,7 +8298,6 @@ declare class GetIntegrationsFromPointOfSale extends AbstractApiRequest<typeof g
|
|
|
8280
8298
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
8281
8299
|
}>;
|
|
8282
8300
|
locale: z.ZodString;
|
|
8283
|
-
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
8284
8301
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
8285
8302
|
syncSettings: z.ZodObject<{
|
|
8286
8303
|
externalCascadeDeleteOrder: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -8292,6 +8309,9 @@ declare class GetIntegrationsFromPointOfSale extends AbstractApiRequest<typeof g
|
|
|
8292
8309
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
8293
8310
|
}>>;
|
|
8294
8311
|
}, z.core.$strip>;
|
|
8312
|
+
syncTimes: z.ZodObject<{
|
|
8313
|
+
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
8314
|
+
}, z.core.$strip>;
|
|
8295
8315
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
8296
8316
|
RISTO: "RISTO";
|
|
8297
8317
|
SALE: "SALE";
|
|
@@ -8320,6 +8340,10 @@ declare const integrationCassaInCloudSyncSettingsSchema: z.ZodObject<{
|
|
|
8320
8340
|
}>>;
|
|
8321
8341
|
}, z.core.$strip>;
|
|
8322
8342
|
type IntegrationCassaInCloudSyncSettings = z.infer<typeof integrationCassaInCloudSyncSettingsSchema>;
|
|
8343
|
+
declare const integrationCassaInCloudSyncTimesSchema: z.ZodObject<{
|
|
8344
|
+
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
8345
|
+
}, z.core.$strip>;
|
|
8346
|
+
type IntegrationCassaInCloudSyncTimes = z.infer<typeof integrationCassaInCloudSyncTimesSchema>;
|
|
8323
8347
|
declare const integrationCassaInCloudSchema: z.ZodObject<{
|
|
8324
8348
|
status: z.ZodEnum<{
|
|
8325
8349
|
pending: "pending";
|
|
@@ -8347,7 +8371,6 @@ declare const integrationCassaInCloudSchema: z.ZodObject<{
|
|
|
8347
8371
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
8348
8372
|
}>;
|
|
8349
8373
|
locale: z.ZodString;
|
|
8350
|
-
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
8351
8374
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
8352
8375
|
syncSettings: z.ZodObject<{
|
|
8353
8376
|
externalCascadeDeleteOrder: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -8359,6 +8382,9 @@ declare const integrationCassaInCloudSchema: z.ZodObject<{
|
|
|
8359
8382
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
8360
8383
|
}>>;
|
|
8361
8384
|
}, z.core.$strip>;
|
|
8385
|
+
syncTimes: z.ZodObject<{
|
|
8386
|
+
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
8387
|
+
}, z.core.$strip>;
|
|
8362
8388
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
8363
8389
|
RISTO: "RISTO";
|
|
8364
8390
|
SALE: "SALE";
|
|
@@ -8396,7 +8422,6 @@ declare const integrationCassaInCloudDetailsSchema: z.ZodObject<{
|
|
|
8396
8422
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
8397
8423
|
}>;
|
|
8398
8424
|
locale: z.ZodString;
|
|
8399
|
-
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
8400
8425
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
8401
8426
|
syncSettings: z.ZodObject<{
|
|
8402
8427
|
externalCascadeDeleteOrder: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -8408,6 +8433,9 @@ declare const integrationCassaInCloudDetailsSchema: z.ZodObject<{
|
|
|
8408
8433
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
8409
8434
|
}>>;
|
|
8410
8435
|
}, z.core.$strip>;
|
|
8436
|
+
syncTimes: z.ZodObject<{
|
|
8437
|
+
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
8438
|
+
}, z.core.$strip>;
|
|
8411
8439
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
8412
8440
|
RISTO: "RISTO";
|
|
8413
8441
|
SALE: "SALE";
|
|
@@ -8428,7 +8456,7 @@ declare const integrationsCassaInCloudQuerySchema: z.ZodObject<{
|
|
|
8428
8456
|
asc: "asc";
|
|
8429
8457
|
desc: "desc";
|
|
8430
8458
|
}>>;
|
|
8431
|
-
'order[latestMenuSyncAt]': z.ZodOptional<z.ZodEnum<{
|
|
8459
|
+
'order[syncTimes.latestMenuSyncAt]': z.ZodOptional<z.ZodEnum<{
|
|
8432
8460
|
asc: "asc";
|
|
8433
8461
|
desc: "desc";
|
|
8434
8462
|
}>>;
|
|
@@ -8454,10 +8482,10 @@ declare const integrationsCassaInCloudQuerySchema: z.ZodObject<{
|
|
|
8454
8482
|
finalized: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodBoolean>>;
|
|
8455
8483
|
skipInvalidItem: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodBoolean>>;
|
|
8456
8484
|
isValidMenu: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodBoolean>>;
|
|
8457
|
-
'latestMenuSyncAt[before]': z.ZodOptional<z.ZodString>;
|
|
8458
|
-
'latestMenuSyncAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
8459
|
-
'latestMenuSyncAt[after]': z.ZodOptional<z.ZodString>;
|
|
8460
|
-
'latestMenuSyncAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
8485
|
+
'syncTimes.latestMenuSyncAt[before]': z.ZodOptional<z.ZodString>;
|
|
8486
|
+
'syncTimes.latestMenuSyncAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
8487
|
+
'syncTimes.latestMenuSyncAt[after]': z.ZodOptional<z.ZodString>;
|
|
8488
|
+
'syncTimes.latestMenuSyncAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
8461
8489
|
service: z.ZodOptional<z.ZodEnum<{
|
|
8462
8490
|
cassa_in_cloud: "cassa_in_cloud";
|
|
8463
8491
|
}>>;
|
|
@@ -9618,7 +9646,6 @@ declare const createIntegrationCassaInCloudResponseSchema: z.ZodObject<{
|
|
|
9618
9646
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
9619
9647
|
}>;
|
|
9620
9648
|
locale: z.ZodString;
|
|
9621
|
-
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
9622
9649
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
9623
9650
|
syncSettings: z.ZodObject<{
|
|
9624
9651
|
externalCascadeDeleteOrder: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -9630,6 +9657,9 @@ declare const createIntegrationCassaInCloudResponseSchema: z.ZodObject<{
|
|
|
9630
9657
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
9631
9658
|
}>>;
|
|
9632
9659
|
}, z.core.$strip>;
|
|
9660
|
+
syncTimes: z.ZodObject<{
|
|
9661
|
+
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
9662
|
+
}, z.core.$strip>;
|
|
9633
9663
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
9634
9664
|
RISTO: "RISTO";
|
|
9635
9665
|
SALE: "SALE";
|
|
@@ -9704,7 +9734,6 @@ declare class CreateIntegrationCassaInCloud extends AbstractApiRequest<typeof cr
|
|
|
9704
9734
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
9705
9735
|
}>;
|
|
9706
9736
|
locale: z.ZodString;
|
|
9707
|
-
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
9708
9737
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
9709
9738
|
syncSettings: z.ZodObject<{
|
|
9710
9739
|
externalCascadeDeleteOrder: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -9716,6 +9745,9 @@ declare class CreateIntegrationCassaInCloud extends AbstractApiRequest<typeof cr
|
|
|
9716
9745
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
9717
9746
|
}>>;
|
|
9718
9747
|
}, z.core.$strip>;
|
|
9748
|
+
syncTimes: z.ZodObject<{
|
|
9749
|
+
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
9750
|
+
}, z.core.$strip>;
|
|
9719
9751
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
9720
9752
|
RISTO: "RISTO";
|
|
9721
9753
|
SALE: "SALE";
|
|
@@ -10100,7 +10132,6 @@ declare const getIntegrationCassaInCloudDetailsResponseSchema: z.ZodObject<{
|
|
|
10100
10132
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
10101
10133
|
}>;
|
|
10102
10134
|
locale: z.ZodString;
|
|
10103
|
-
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
10104
10135
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
10105
10136
|
syncSettings: z.ZodObject<{
|
|
10106
10137
|
externalCascadeDeleteOrder: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -10112,6 +10143,9 @@ declare const getIntegrationCassaInCloudDetailsResponseSchema: z.ZodObject<{
|
|
|
10112
10143
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
10113
10144
|
}>>;
|
|
10114
10145
|
}, z.core.$strip>;
|
|
10146
|
+
syncTimes: z.ZodObject<{
|
|
10147
|
+
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
10148
|
+
}, z.core.$strip>;
|
|
10115
10149
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
10116
10150
|
RISTO: "RISTO";
|
|
10117
10151
|
SALE: "SALE";
|
|
@@ -10155,7 +10189,6 @@ declare class GetIntegrationCassaInCloudDetails extends AbstractApiRequest<typeo
|
|
|
10155
10189
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
10156
10190
|
}>;
|
|
10157
10191
|
locale: z.ZodString;
|
|
10158
|
-
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
10159
10192
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
10160
10193
|
syncSettings: z.ZodObject<{
|
|
10161
10194
|
externalCascadeDeleteOrder: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -10167,6 +10200,9 @@ declare class GetIntegrationCassaInCloudDetails extends AbstractApiRequest<typeo
|
|
|
10167
10200
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
10168
10201
|
}>>;
|
|
10169
10202
|
}, z.core.$strip>;
|
|
10203
|
+
syncTimes: z.ZodObject<{
|
|
10204
|
+
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
10205
|
+
}, z.core.$strip>;
|
|
10170
10206
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
10171
10207
|
RISTO: "RISTO";
|
|
10172
10208
|
SALE: "SALE";
|
|
@@ -10220,14 +10256,14 @@ declare const getIntegrationCassaInCloudListQuerySchema: z.ZodObject<{
|
|
|
10220
10256
|
asc: "asc";
|
|
10221
10257
|
desc: "desc";
|
|
10222
10258
|
}>>;
|
|
10223
|
-
'order[latestMenuSyncAt]': z.ZodOptional<z.ZodEnum<{
|
|
10259
|
+
'order[syncTimes.latestMenuSyncAt]': z.ZodOptional<z.ZodEnum<{
|
|
10224
10260
|
asc: "asc";
|
|
10225
10261
|
desc: "desc";
|
|
10226
10262
|
}>>;
|
|
10227
|
-
'latestMenuSyncAt[before]': z.ZodOptional<z.ZodString>;
|
|
10228
|
-
'latestMenuSyncAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
10229
|
-
'latestMenuSyncAt[after]': z.ZodOptional<z.ZodString>;
|
|
10230
|
-
'latestMenuSyncAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
10263
|
+
'syncTimes.latestMenuSyncAt[before]': z.ZodOptional<z.ZodString>;
|
|
10264
|
+
'syncTimes.latestMenuSyncAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
10265
|
+
'syncTimes.latestMenuSyncAt[after]': z.ZodOptional<z.ZodString>;
|
|
10266
|
+
'syncTimes.latestMenuSyncAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
10231
10267
|
'updatedAt[before]': z.ZodOptional<z.ZodString>;
|
|
10232
10268
|
'updatedAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
10233
10269
|
'updatedAt[after]': z.ZodOptional<z.ZodString>;
|
|
@@ -10264,7 +10300,6 @@ declare const getIntegrationCassaInCloudListResponseSchema: z.ZodObject<{
|
|
|
10264
10300
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
10265
10301
|
}>;
|
|
10266
10302
|
locale: z.ZodString;
|
|
10267
|
-
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
10268
10303
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
10269
10304
|
syncSettings: z.ZodObject<{
|
|
10270
10305
|
externalCascadeDeleteOrder: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -10276,6 +10311,9 @@ declare const getIntegrationCassaInCloudListResponseSchema: z.ZodObject<{
|
|
|
10276
10311
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
10277
10312
|
}>>;
|
|
10278
10313
|
}, z.core.$strip>;
|
|
10314
|
+
syncTimes: z.ZodObject<{
|
|
10315
|
+
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
10316
|
+
}, z.core.$strip>;
|
|
10279
10317
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
10280
10318
|
RISTO: "RISTO";
|
|
10281
10319
|
SALE: "SALE";
|
|
@@ -10328,7 +10366,6 @@ declare class GetIntegrationCassaInCloudList extends AbstractApiRequest<typeof g
|
|
|
10328
10366
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
10329
10367
|
}>;
|
|
10330
10368
|
locale: z.ZodString;
|
|
10331
|
-
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
10332
10369
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
10333
10370
|
syncSettings: z.ZodObject<{
|
|
10334
10371
|
externalCascadeDeleteOrder: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -10340,6 +10377,9 @@ declare class GetIntegrationCassaInCloudList extends AbstractApiRequest<typeof g
|
|
|
10340
10377
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
10341
10378
|
}>>;
|
|
10342
10379
|
}, z.core.$strip>;
|
|
10380
|
+
syncTimes: z.ZodObject<{
|
|
10381
|
+
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
10382
|
+
}, z.core.$strip>;
|
|
10343
10383
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
10344
10384
|
RISTO: "RISTO";
|
|
10345
10385
|
SALE: "SALE";
|
|
@@ -10394,14 +10434,14 @@ declare class GetIntegrationCassaInCloudList extends AbstractApiRequest<typeof g
|
|
|
10394
10434
|
asc: "asc";
|
|
10395
10435
|
desc: "desc";
|
|
10396
10436
|
}>>;
|
|
10397
|
-
'order[latestMenuSyncAt]': z.ZodOptional<z.ZodEnum<{
|
|
10437
|
+
'order[syncTimes.latestMenuSyncAt]': z.ZodOptional<z.ZodEnum<{
|
|
10398
10438
|
asc: "asc";
|
|
10399
10439
|
desc: "desc";
|
|
10400
10440
|
}>>;
|
|
10401
|
-
'latestMenuSyncAt[before]': z.ZodOptional<z.ZodString>;
|
|
10402
|
-
'latestMenuSyncAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
10403
|
-
'latestMenuSyncAt[after]': z.ZodOptional<z.ZodString>;
|
|
10404
|
-
'latestMenuSyncAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
10441
|
+
'syncTimes.latestMenuSyncAt[before]': z.ZodOptional<z.ZodString>;
|
|
10442
|
+
'syncTimes.latestMenuSyncAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
10443
|
+
'syncTimes.latestMenuSyncAt[after]': z.ZodOptional<z.ZodString>;
|
|
10444
|
+
'syncTimes.latestMenuSyncAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
10405
10445
|
'updatedAt[before]': z.ZodOptional<z.ZodString>;
|
|
10406
10446
|
'updatedAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
10407
10447
|
'updatedAt[after]': z.ZodOptional<z.ZodString>;
|
|
@@ -10435,7 +10475,6 @@ declare class GetIntegrationCassaInCloudList extends AbstractApiRequest<typeof g
|
|
|
10435
10475
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
10436
10476
|
}>;
|
|
10437
10477
|
locale: z.ZodString;
|
|
10438
|
-
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
10439
10478
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
10440
10479
|
syncSettings: z.ZodObject<{
|
|
10441
10480
|
externalCascadeDeleteOrder: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -10447,6 +10486,9 @@ declare class GetIntegrationCassaInCloudList extends AbstractApiRequest<typeof g
|
|
|
10447
10486
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
10448
10487
|
}>>;
|
|
10449
10488
|
}, z.core.$strip>;
|
|
10489
|
+
syncTimes: z.ZodObject<{
|
|
10490
|
+
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
10491
|
+
}, z.core.$strip>;
|
|
10450
10492
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
10451
10493
|
RISTO: "RISTO";
|
|
10452
10494
|
SALE: "SALE";
|
|
@@ -10982,7 +11024,6 @@ declare const updateIntegrationCassaInCloudResponseSchema: z.ZodObject<{
|
|
|
10982
11024
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
10983
11025
|
}>;
|
|
10984
11026
|
locale: z.ZodString;
|
|
10985
|
-
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
10986
11027
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
10987
11028
|
syncSettings: z.ZodObject<{
|
|
10988
11029
|
externalCascadeDeleteOrder: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -10994,6 +11035,9 @@ declare const updateIntegrationCassaInCloudResponseSchema: z.ZodObject<{
|
|
|
10994
11035
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
10995
11036
|
}>>;
|
|
10996
11037
|
}, z.core.$strip>;
|
|
11038
|
+
syncTimes: z.ZodObject<{
|
|
11039
|
+
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
11040
|
+
}, z.core.$strip>;
|
|
10997
11041
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
10998
11042
|
RISTO: "RISTO";
|
|
10999
11043
|
SALE: "SALE";
|
|
@@ -11067,7 +11111,6 @@ declare class UpdateIntegrationCassaInCloud extends AbstractApiRequest<typeof up
|
|
|
11067
11111
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
11068
11112
|
}>;
|
|
11069
11113
|
locale: z.ZodString;
|
|
11070
|
-
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
11071
11114
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
11072
11115
|
syncSettings: z.ZodObject<{
|
|
11073
11116
|
externalCascadeDeleteOrder: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -11079,6 +11122,9 @@ declare class UpdateIntegrationCassaInCloud extends AbstractApiRequest<typeof up
|
|
|
11079
11122
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
11080
11123
|
}>>;
|
|
11081
11124
|
}, z.core.$strip>;
|
|
11125
|
+
syncTimes: z.ZodObject<{
|
|
11126
|
+
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
11127
|
+
}, z.core.$strip>;
|
|
11082
11128
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
11083
11129
|
RISTO: "RISTO";
|
|
11084
11130
|
SALE: "SALE";
|
|
@@ -11558,14 +11604,6 @@ declare const getIntegrationDeliverooListQuerySchema: z.ZodObject<{
|
|
|
11558
11604
|
asc: "asc";
|
|
11559
11605
|
desc: "desc";
|
|
11560
11606
|
}>>;
|
|
11561
|
-
'order[latestMenuSyncAt]': z.ZodOptional<z.ZodEnum<{
|
|
11562
|
-
asc: "asc";
|
|
11563
|
-
desc: "desc";
|
|
11564
|
-
}>>;
|
|
11565
|
-
'latestMenuSyncAt[before]': z.ZodOptional<z.ZodString>;
|
|
11566
|
-
'latestMenuSyncAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
11567
|
-
'latestMenuSyncAt[after]': z.ZodOptional<z.ZodString>;
|
|
11568
|
-
'latestMenuSyncAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
11569
11607
|
'updatedAt[before]': z.ZodOptional<z.ZodString>;
|
|
11570
11608
|
'updatedAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
11571
11609
|
'updatedAt[after]': z.ZodOptional<z.ZodString>;
|
|
@@ -11574,6 +11612,10 @@ declare const getIntegrationDeliverooListQuerySchema: z.ZodObject<{
|
|
|
11574
11612
|
asc: "asc";
|
|
11575
11613
|
desc: "desc";
|
|
11576
11614
|
}>>;
|
|
11615
|
+
'order[latestMenuSyncAt]': z.ZodOptional<z.ZodEnum<{
|
|
11616
|
+
asc: "asc";
|
|
11617
|
+
desc: "desc";
|
|
11618
|
+
}>>;
|
|
11577
11619
|
'order[latestOpeningHoursSyncAt]': z.ZodOptional<z.ZodEnum<{
|
|
11578
11620
|
asc: "asc";
|
|
11579
11621
|
desc: "desc";
|
|
@@ -11582,6 +11624,10 @@ declare const getIntegrationDeliverooListQuerySchema: z.ZodObject<{
|
|
|
11582
11624
|
'latestMenuCheckAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
11583
11625
|
'latestMenuCheckAt[after]': z.ZodOptional<z.ZodString>;
|
|
11584
11626
|
'latestMenuCheckAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
11627
|
+
'latestMenuSyncAt[before]': z.ZodOptional<z.ZodString>;
|
|
11628
|
+
'latestMenuSyncAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
11629
|
+
'latestMenuSyncAt[after]': z.ZodOptional<z.ZodString>;
|
|
11630
|
+
'latestMenuSyncAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
11585
11631
|
'latestOpeningHoursSyncAt[before]': z.ZodOptional<z.ZodString>;
|
|
11586
11632
|
'latestOpeningHoursSyncAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
11587
11633
|
'latestOpeningHoursSyncAt[after]': z.ZodOptional<z.ZodString>;
|
|
@@ -11726,14 +11772,6 @@ declare class GetIntegrationDeliverooList extends AbstractApiRequest<typeof getI
|
|
|
11726
11772
|
asc: "asc";
|
|
11727
11773
|
desc: "desc";
|
|
11728
11774
|
}>>;
|
|
11729
|
-
'order[latestMenuSyncAt]': z.ZodOptional<z.ZodEnum<{
|
|
11730
|
-
asc: "asc";
|
|
11731
|
-
desc: "desc";
|
|
11732
|
-
}>>;
|
|
11733
|
-
'latestMenuSyncAt[before]': z.ZodOptional<z.ZodString>;
|
|
11734
|
-
'latestMenuSyncAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
11735
|
-
'latestMenuSyncAt[after]': z.ZodOptional<z.ZodString>;
|
|
11736
|
-
'latestMenuSyncAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
11737
11775
|
'updatedAt[before]': z.ZodOptional<z.ZodString>;
|
|
11738
11776
|
'updatedAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
11739
11777
|
'updatedAt[after]': z.ZodOptional<z.ZodString>;
|
|
@@ -11742,6 +11780,10 @@ declare class GetIntegrationDeliverooList extends AbstractApiRequest<typeof getI
|
|
|
11742
11780
|
asc: "asc";
|
|
11743
11781
|
desc: "desc";
|
|
11744
11782
|
}>>;
|
|
11783
|
+
'order[latestMenuSyncAt]': z.ZodOptional<z.ZodEnum<{
|
|
11784
|
+
asc: "asc";
|
|
11785
|
+
desc: "desc";
|
|
11786
|
+
}>>;
|
|
11745
11787
|
'order[latestOpeningHoursSyncAt]': z.ZodOptional<z.ZodEnum<{
|
|
11746
11788
|
asc: "asc";
|
|
11747
11789
|
desc: "desc";
|
|
@@ -11750,6 +11792,10 @@ declare class GetIntegrationDeliverooList extends AbstractApiRequest<typeof getI
|
|
|
11750
11792
|
'latestMenuCheckAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
11751
11793
|
'latestMenuCheckAt[after]': z.ZodOptional<z.ZodString>;
|
|
11752
11794
|
'latestMenuCheckAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
11795
|
+
'latestMenuSyncAt[before]': z.ZodOptional<z.ZodString>;
|
|
11796
|
+
'latestMenuSyncAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
11797
|
+
'latestMenuSyncAt[after]': z.ZodOptional<z.ZodString>;
|
|
11798
|
+
'latestMenuSyncAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
11753
11799
|
'latestOpeningHoursSyncAt[before]': z.ZodOptional<z.ZodString>;
|
|
11754
11800
|
'latestOpeningHoursSyncAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
11755
11801
|
'latestOpeningHoursSyncAt[after]': z.ZodOptional<z.ZodString>;
|
|
@@ -12933,14 +12979,6 @@ declare const getIntegrationGlovoListQuerySchema: z.ZodObject<{
|
|
|
12933
12979
|
asc: "asc";
|
|
12934
12980
|
desc: "desc";
|
|
12935
12981
|
}>>;
|
|
12936
|
-
'order[latestMenuSyncAt]': z.ZodOptional<z.ZodEnum<{
|
|
12937
|
-
asc: "asc";
|
|
12938
|
-
desc: "desc";
|
|
12939
|
-
}>>;
|
|
12940
|
-
'latestMenuSyncAt[before]': z.ZodOptional<z.ZodString>;
|
|
12941
|
-
'latestMenuSyncAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
12942
|
-
'latestMenuSyncAt[after]': z.ZodOptional<z.ZodString>;
|
|
12943
|
-
'latestMenuSyncAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
12944
12982
|
'updatedAt[before]': z.ZodOptional<z.ZodString>;
|
|
12945
12983
|
'updatedAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
12946
12984
|
'updatedAt[after]': z.ZodOptional<z.ZodString>;
|
|
@@ -12949,10 +12987,18 @@ declare const getIntegrationGlovoListQuerySchema: z.ZodObject<{
|
|
|
12949
12987
|
asc: "asc";
|
|
12950
12988
|
desc: "desc";
|
|
12951
12989
|
}>>;
|
|
12990
|
+
'order[latestMenuSyncAt]': z.ZodOptional<z.ZodEnum<{
|
|
12991
|
+
asc: "asc";
|
|
12992
|
+
desc: "desc";
|
|
12993
|
+
}>>;
|
|
12952
12994
|
'latestMenuCheckAt[before]': z.ZodOptional<z.ZodString>;
|
|
12953
12995
|
'latestMenuCheckAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
12954
12996
|
'latestMenuCheckAt[after]': z.ZodOptional<z.ZodString>;
|
|
12955
12997
|
'latestMenuCheckAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
12998
|
+
'latestMenuSyncAt[before]': z.ZodOptional<z.ZodString>;
|
|
12999
|
+
'latestMenuSyncAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
13000
|
+
'latestMenuSyncAt[after]': z.ZodOptional<z.ZodString>;
|
|
13001
|
+
'latestMenuSyncAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
12956
13002
|
}, z.core.$strip>;
|
|
12957
13003
|
type GetIntegrationGlovoListQueryParams = z.infer<typeof getIntegrationGlovoListQuerySchema>;
|
|
12958
13004
|
declare const getIntegrationGlovoListInputSchema: z.ZodUndefined;
|
|
@@ -13085,14 +13131,6 @@ declare class GetIntegrationGlovoList extends AbstractApiRequest<typeof getInteg
|
|
|
13085
13131
|
asc: "asc";
|
|
13086
13132
|
desc: "desc";
|
|
13087
13133
|
}>>;
|
|
13088
|
-
'order[latestMenuSyncAt]': z.ZodOptional<z.ZodEnum<{
|
|
13089
|
-
asc: "asc";
|
|
13090
|
-
desc: "desc";
|
|
13091
|
-
}>>;
|
|
13092
|
-
'latestMenuSyncAt[before]': z.ZodOptional<z.ZodString>;
|
|
13093
|
-
'latestMenuSyncAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
13094
|
-
'latestMenuSyncAt[after]': z.ZodOptional<z.ZodString>;
|
|
13095
|
-
'latestMenuSyncAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
13096
13134
|
'updatedAt[before]': z.ZodOptional<z.ZodString>;
|
|
13097
13135
|
'updatedAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
13098
13136
|
'updatedAt[after]': z.ZodOptional<z.ZodString>;
|
|
@@ -13101,10 +13139,18 @@ declare class GetIntegrationGlovoList extends AbstractApiRequest<typeof getInteg
|
|
|
13101
13139
|
asc: "asc";
|
|
13102
13140
|
desc: "desc";
|
|
13103
13141
|
}>>;
|
|
13142
|
+
'order[latestMenuSyncAt]': z.ZodOptional<z.ZodEnum<{
|
|
13143
|
+
asc: "asc";
|
|
13144
|
+
desc: "desc";
|
|
13145
|
+
}>>;
|
|
13104
13146
|
'latestMenuCheckAt[before]': z.ZodOptional<z.ZodString>;
|
|
13105
13147
|
'latestMenuCheckAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
13106
13148
|
'latestMenuCheckAt[after]': z.ZodOptional<z.ZodString>;
|
|
13107
13149
|
'latestMenuCheckAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
13150
|
+
'latestMenuSyncAt[before]': z.ZodOptional<z.ZodString>;
|
|
13151
|
+
'latestMenuSyncAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
13152
|
+
'latestMenuSyncAt[after]': z.ZodOptional<z.ZodString>;
|
|
13153
|
+
'latestMenuSyncAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
13108
13154
|
}, z.core.$strip>;
|
|
13109
13155
|
readonly headersSchema: undefined;
|
|
13110
13156
|
readonly listItemSchema: z.ZodObject<{
|
|
@@ -14271,14 +14317,6 @@ declare const getIntegrationJustEatListQuerySchema: z.ZodObject<{
|
|
|
14271
14317
|
asc: "asc";
|
|
14272
14318
|
desc: "desc";
|
|
14273
14319
|
}>>;
|
|
14274
|
-
'order[latestMenuSyncAt]': z.ZodOptional<z.ZodEnum<{
|
|
14275
|
-
asc: "asc";
|
|
14276
|
-
desc: "desc";
|
|
14277
|
-
}>>;
|
|
14278
|
-
'latestMenuSyncAt[before]': z.ZodOptional<z.ZodString>;
|
|
14279
|
-
'latestMenuSyncAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
14280
|
-
'latestMenuSyncAt[after]': z.ZodOptional<z.ZodString>;
|
|
14281
|
-
'latestMenuSyncAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
14282
14320
|
'updatedAt[before]': z.ZodOptional<z.ZodString>;
|
|
14283
14321
|
'updatedAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
14284
14322
|
'updatedAt[after]': z.ZodOptional<z.ZodString>;
|
|
@@ -14287,10 +14325,18 @@ declare const getIntegrationJustEatListQuerySchema: z.ZodObject<{
|
|
|
14287
14325
|
asc: "asc";
|
|
14288
14326
|
desc: "desc";
|
|
14289
14327
|
}>>;
|
|
14328
|
+
'order[latestMenuSyncAt]': z.ZodOptional<z.ZodEnum<{
|
|
14329
|
+
asc: "asc";
|
|
14330
|
+
desc: "desc";
|
|
14331
|
+
}>>;
|
|
14290
14332
|
'latestMenuCheckAt[before]': z.ZodOptional<z.ZodString>;
|
|
14291
14333
|
'latestMenuCheckAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
14292
14334
|
'latestMenuCheckAt[after]': z.ZodOptional<z.ZodString>;
|
|
14293
14335
|
'latestMenuCheckAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
14336
|
+
'latestMenuSyncAt[before]': z.ZodOptional<z.ZodString>;
|
|
14337
|
+
'latestMenuSyncAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
14338
|
+
'latestMenuSyncAt[after]': z.ZodOptional<z.ZodString>;
|
|
14339
|
+
'latestMenuSyncAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
14294
14340
|
syncType: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
14295
14341
|
ALL: "ALL";
|
|
14296
14342
|
DELIVERY: "DELIVERY";
|
|
@@ -14464,14 +14510,6 @@ declare class GetIntegrationJustEatList extends AbstractApiRequest<typeof getInt
|
|
|
14464
14510
|
asc: "asc";
|
|
14465
14511
|
desc: "desc";
|
|
14466
14512
|
}>>;
|
|
14467
|
-
'order[latestMenuSyncAt]': z.ZodOptional<z.ZodEnum<{
|
|
14468
|
-
asc: "asc";
|
|
14469
|
-
desc: "desc";
|
|
14470
|
-
}>>;
|
|
14471
|
-
'latestMenuSyncAt[before]': z.ZodOptional<z.ZodString>;
|
|
14472
|
-
'latestMenuSyncAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
14473
|
-
'latestMenuSyncAt[after]': z.ZodOptional<z.ZodString>;
|
|
14474
|
-
'latestMenuSyncAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
14475
14513
|
'updatedAt[before]': z.ZodOptional<z.ZodString>;
|
|
14476
14514
|
'updatedAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
14477
14515
|
'updatedAt[after]': z.ZodOptional<z.ZodString>;
|
|
@@ -14480,10 +14518,18 @@ declare class GetIntegrationJustEatList extends AbstractApiRequest<typeof getInt
|
|
|
14480
14518
|
asc: "asc";
|
|
14481
14519
|
desc: "desc";
|
|
14482
14520
|
}>>;
|
|
14521
|
+
'order[latestMenuSyncAt]': z.ZodOptional<z.ZodEnum<{
|
|
14522
|
+
asc: "asc";
|
|
14523
|
+
desc: "desc";
|
|
14524
|
+
}>>;
|
|
14483
14525
|
'latestMenuCheckAt[before]': z.ZodOptional<z.ZodString>;
|
|
14484
14526
|
'latestMenuCheckAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
14485
14527
|
'latestMenuCheckAt[after]': z.ZodOptional<z.ZodString>;
|
|
14486
14528
|
'latestMenuCheckAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
14529
|
+
'latestMenuSyncAt[before]': z.ZodOptional<z.ZodString>;
|
|
14530
|
+
'latestMenuSyncAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
14531
|
+
'latestMenuSyncAt[after]': z.ZodOptional<z.ZodString>;
|
|
14532
|
+
'latestMenuSyncAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
14487
14533
|
syncType: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
14488
14534
|
ALL: "ALL";
|
|
14489
14535
|
DELIVERY: "DELIVERY";
|
|
@@ -15923,7 +15969,6 @@ declare const updateIntegrationResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObj
|
|
|
15923
15969
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
15924
15970
|
}>;
|
|
15925
15971
|
locale: z.ZodString;
|
|
15926
|
-
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
15927
15972
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
15928
15973
|
syncSettings: z.ZodObject<{
|
|
15929
15974
|
externalCascadeDeleteOrder: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -15935,6 +15980,9 @@ declare const updateIntegrationResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObj
|
|
|
15935
15980
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
15936
15981
|
}>>;
|
|
15937
15982
|
}, z.core.$strip>;
|
|
15983
|
+
syncTimes: z.ZodObject<{
|
|
15984
|
+
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
15985
|
+
}, z.core.$strip>;
|
|
15938
15986
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
15939
15987
|
RISTO: "RISTO";
|
|
15940
15988
|
SALE: "SALE";
|
|
@@ -16134,7 +16182,6 @@ declare class UpdateIntegration extends AbstractApiRequest<typeof updateIntegrat
|
|
|
16134
16182
|
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
16135
16183
|
}>;
|
|
16136
16184
|
locale: z.ZodString;
|
|
16137
|
-
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
16138
16185
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
16139
16186
|
syncSettings: z.ZodObject<{
|
|
16140
16187
|
externalCascadeDeleteOrder: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -16146,6 +16193,9 @@ declare class UpdateIntegration extends AbstractApiRequest<typeof updateIntegrat
|
|
|
16146
16193
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
16147
16194
|
}>>;
|
|
16148
16195
|
}, z.core.$strip>;
|
|
16196
|
+
syncTimes: z.ZodObject<{
|
|
16197
|
+
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
16198
|
+
}, z.core.$strip>;
|
|
16149
16199
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
16150
16200
|
RISTO: "RISTO";
|
|
16151
16201
|
SALE: "SALE";
|
|
@@ -16364,4 +16414,4 @@ type IntegrationCassaInCloudSyncMenuErrorLogIri = z.infer<typeof integrationCass
|
|
|
16364
16414
|
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>>;
|
|
16365
16415
|
type IntegrationCassaInCloudSyncMenuErrorLogNullableIri = z.infer<typeof integrationCassaInCloudSyncMenuErrorLogNullableIriSchema>;
|
|
16366
16416
|
|
|
16367
|
-
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 IntegrationCassaInCloudSyncMenuErrorLogIri, type IntegrationCassaInCloudSyncMenuErrorLogNullableIri, type IntegrationCassaInCloudSyncMenuProcess, type IntegrationCassaInCloudSyncMenuProcessDetails, type IntegrationCassaInCloudSyncMenuProcessesQueryParams, IntegrationCassaInCloudSyncOrganizations, IntegrationCassaInCloudSyncProducts, IntegrationCassaInCloudSyncSalesModes, type IntegrationCassaInCloudSyncSettings, IntegrationCassaInCloudSyncStock, IntegrationCassaInCloudSyncTimetables, 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, integrationCassaInCloudSyncMenuErrorLogIriSchema, integrationCassaInCloudSyncMenuErrorLogNullableIriSchema, integrationCassaInCloudSyncMenuProcessDetailsSchema, integrationCassaInCloudSyncMenuProcessSchema, integrationCassaInCloudSyncMenuProcessesQuerySchema, integrationCassaInCloudSyncOrganizationsInputSchema, integrationCassaInCloudSyncOrganizationsResponseSchema, integrationCassaInCloudSyncProductsInputSchema, integrationCassaInCloudSyncProductsResponseSchema, integrationCassaInCloudSyncSalesModesInputSchema, integrationCassaInCloudSyncSalesModesResponseSchema, integrationCassaInCloudSyncSettingsSchema, integrationCassaInCloudSyncStockInputSchema, integrationCassaInCloudSyncStockResponseSchema, integrationCassaInCloudSyncTimetablesInputSchema, integrationCassaInCloudSyncTimetablesResponseSchema, 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 };
|
|
16417
|
+
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 IntegrationCassaInCloudSyncMenuErrorLogIri, type IntegrationCassaInCloudSyncMenuErrorLogNullableIri, type IntegrationCassaInCloudSyncMenuProcess, type IntegrationCassaInCloudSyncMenuProcessDetails, type IntegrationCassaInCloudSyncMenuProcessesQueryParams, IntegrationCassaInCloudSyncOrganizations, IntegrationCassaInCloudSyncProducts, IntegrationCassaInCloudSyncSalesModes, type IntegrationCassaInCloudSyncSettings, IntegrationCassaInCloudSyncStock, type IntegrationCassaInCloudSyncTimes, IntegrationCassaInCloudSyncTimetables, 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, integrationCassaInCloudSyncMenuErrorLogIriSchema, integrationCassaInCloudSyncMenuErrorLogNullableIriSchema, integrationCassaInCloudSyncMenuProcessDetailsSchema, integrationCassaInCloudSyncMenuProcessSchema, integrationCassaInCloudSyncMenuProcessesQuerySchema, integrationCassaInCloudSyncOrganizationsInputSchema, integrationCassaInCloudSyncOrganizationsResponseSchema, integrationCassaInCloudSyncProductsInputSchema, integrationCassaInCloudSyncProductsResponseSchema, integrationCassaInCloudSyncSalesModesInputSchema, integrationCassaInCloudSyncSalesModesResponseSchema, integrationCassaInCloudSyncSettingsSchema, integrationCassaInCloudSyncStockInputSchema, integrationCassaInCloudSyncStockResponseSchema, integrationCassaInCloudSyncTimesSchema, integrationCassaInCloudSyncTimetablesInputSchema, integrationCassaInCloudSyncTimetablesResponseSchema, 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 };
|