@deliverart/sdk-js-integration 2.14.6 → 2.14.7
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 +457 -296
- package/dist/index.d.cts +591 -14
- package/dist/index.d.ts +591 -14
- package/dist/index.js +439 -296
- package/package.json +10 -10
package/dist/index.d.cts
CHANGED
|
@@ -7446,6 +7446,7 @@ declare const clientLogRequestQuerySchema: z.ZodObject<{
|
|
|
7446
7446
|
asc: "asc";
|
|
7447
7447
|
desc: "desc";
|
|
7448
7448
|
}>>;
|
|
7449
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
7449
7450
|
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
7450
7451
|
DELETE: "DELETE";
|
|
7451
7452
|
GET: "GET";
|
|
@@ -11053,6 +11054,7 @@ declare const integrationDeliverooWebhookEventsQueryParamsSchema: z.ZodObject<{
|
|
|
11053
11054
|
asc: "asc";
|
|
11054
11055
|
desc: "desc";
|
|
11055
11056
|
}>>;
|
|
11057
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
11056
11058
|
event: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
11057
11059
|
"order.new": "order.new";
|
|
11058
11060
|
"order.status_update": "order.status_update";
|
|
@@ -11064,6 +11066,7 @@ declare const integrationDeliverooWebhookEventsQueryParamsSchema: z.ZodObject<{
|
|
|
11064
11066
|
"rider.status_update": "rider.status_update";
|
|
11065
11067
|
"menu.upload_result": "menu.upload_result";
|
|
11066
11068
|
}>>]>>;
|
|
11069
|
+
deliverooOrderId: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
11067
11070
|
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
11068
11071
|
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
11069
11072
|
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
@@ -12107,6 +12110,7 @@ declare const integrationGlovoWebhookEventsQueryParamsSchema: z.ZodObject<{
|
|
|
12107
12110
|
asc: "asc";
|
|
12108
12111
|
desc: "desc";
|
|
12109
12112
|
}>>;
|
|
12113
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
12110
12114
|
event: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
12111
12115
|
"order.dispatched": "order.dispatched";
|
|
12112
12116
|
"order.cancelled": "order.cancelled";
|
|
@@ -12114,6 +12118,7 @@ declare const integrationGlovoWebhookEventsQueryParamsSchema: z.ZodObject<{
|
|
|
12114
12118
|
"order.dispatched": "order.dispatched";
|
|
12115
12119
|
"order.cancelled": "order.cancelled";
|
|
12116
12120
|
}>>]>>;
|
|
12121
|
+
partnerOrderId: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
12117
12122
|
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
12118
12123
|
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
12119
12124
|
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
@@ -13253,6 +13258,7 @@ declare const getIntegrationCassaInCloudClientLogRequestsQuerySchema: z.ZodObjec
|
|
|
13253
13258
|
asc: "asc";
|
|
13254
13259
|
desc: "desc";
|
|
13255
13260
|
}>>;
|
|
13261
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
13256
13262
|
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
13257
13263
|
DELETE: "DELETE";
|
|
13258
13264
|
GET: "GET";
|
|
@@ -13337,6 +13343,7 @@ declare class GetIntegrationCassaInCloudClientLogRequests extends AbstractApiReq
|
|
|
13337
13343
|
asc: "asc";
|
|
13338
13344
|
desc: "desc";
|
|
13339
13345
|
}>>;
|
|
13346
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
13340
13347
|
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
13341
13348
|
DELETE: "DELETE";
|
|
13342
13349
|
GET: "GET";
|
|
@@ -13383,6 +13390,121 @@ declare class GetIntegrationCassaInCloudClientLogRequests extends AbstractApiReq
|
|
|
13383
13390
|
getPath(): string;
|
|
13384
13391
|
}
|
|
13385
13392
|
|
|
13393
|
+
declare const getIntegrationCassaInCloudClientLogRequestsFromOrderQuerySchema: z.ZodObject<{
|
|
13394
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
13395
|
+
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
13396
|
+
DELETE: "DELETE";
|
|
13397
|
+
GET: "GET";
|
|
13398
|
+
PATCH: "PATCH";
|
|
13399
|
+
POST: "POST";
|
|
13400
|
+
PUT: "PUT";
|
|
13401
|
+
}>, z.ZodArray<z.ZodEnum<{
|
|
13402
|
+
DELETE: "DELETE";
|
|
13403
|
+
GET: "GET";
|
|
13404
|
+
PATCH: "PATCH";
|
|
13405
|
+
POST: "POST";
|
|
13406
|
+
PUT: "PUT";
|
|
13407
|
+
}>>]>>;
|
|
13408
|
+
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
13409
|
+
asc: "asc";
|
|
13410
|
+
desc: "desc";
|
|
13411
|
+
}>>;
|
|
13412
|
+
'statusCode[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
13413
|
+
'statusCode[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
13414
|
+
'statusCode[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
13415
|
+
'statusCode[lt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
13416
|
+
'statusCode[lte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
13417
|
+
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
13418
|
+
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
13419
|
+
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
13420
|
+
'createdAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
13421
|
+
}, z.core.$strip>;
|
|
13422
|
+
type GetIntegrationCassaInCloudClientLogRequestsFromOrderQueryParams = z.infer<typeof getIntegrationCassaInCloudClientLogRequestsFromOrderQuerySchema>;
|
|
13423
|
+
declare const getIntegrationCassaInCloudClientLogRequestsFromOrderInputSchema: z.ZodUndefined;
|
|
13424
|
+
type GetIntegrationCassaInCloudClientLogRequestsFromOrderInput = z.infer<typeof getIntegrationCassaInCloudClientLogRequestsFromOrderInputSchema>;
|
|
13425
|
+
declare const getIntegrationCassaInCloudClientLogRequestsFromOrderResponseSchema: z.ZodArray<z.ZodObject<{
|
|
13426
|
+
id: z.ZodString;
|
|
13427
|
+
url: z.ZodString;
|
|
13428
|
+
method: z.ZodEnum<{
|
|
13429
|
+
DELETE: "DELETE";
|
|
13430
|
+
GET: "GET";
|
|
13431
|
+
PATCH: "PATCH";
|
|
13432
|
+
POST: "POST";
|
|
13433
|
+
PUT: "PUT";
|
|
13434
|
+
}>;
|
|
13435
|
+
statusCode: z.ZodCoercedNumber<unknown>;
|
|
13436
|
+
createdAt: z.ZodString;
|
|
13437
|
+
}, z.core.$strip>>;
|
|
13438
|
+
type GetIntegrationCassaInCloudClientLogRequestsFromOrderResponse = z.infer<typeof getIntegrationCassaInCloudClientLogRequestsFromOrderResponseSchema>;
|
|
13439
|
+
declare class GetIntegrationCassaInCloudClientLogRequestsFromOrder extends AbstractApiRequest<typeof getIntegrationCassaInCloudClientLogRequestsFromOrderInputSchema, typeof getIntegrationCassaInCloudClientLogRequestsFromOrderResponseSchema, GetIntegrationCassaInCloudClientLogRequestsFromOrderQueryParams> {
|
|
13440
|
+
readonly method: "GET";
|
|
13441
|
+
readonly contentType: "application/json";
|
|
13442
|
+
readonly accept: "application/json";
|
|
13443
|
+
readonly inputSchema: z.ZodUndefined;
|
|
13444
|
+
readonly outputSchema: z.ZodArray<z.ZodObject<{
|
|
13445
|
+
id: z.ZodString;
|
|
13446
|
+
url: z.ZodString;
|
|
13447
|
+
method: z.ZodEnum<{
|
|
13448
|
+
DELETE: "DELETE";
|
|
13449
|
+
GET: "GET";
|
|
13450
|
+
PATCH: "PATCH";
|
|
13451
|
+
POST: "POST";
|
|
13452
|
+
PUT: "PUT";
|
|
13453
|
+
}>;
|
|
13454
|
+
statusCode: z.ZodCoercedNumber<unknown>;
|
|
13455
|
+
createdAt: z.ZodString;
|
|
13456
|
+
}, z.core.$strip>>;
|
|
13457
|
+
readonly querySchema: z.ZodObject<{
|
|
13458
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
13459
|
+
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
13460
|
+
DELETE: "DELETE";
|
|
13461
|
+
GET: "GET";
|
|
13462
|
+
PATCH: "PATCH";
|
|
13463
|
+
POST: "POST";
|
|
13464
|
+
PUT: "PUT";
|
|
13465
|
+
}>, z.ZodArray<z.ZodEnum<{
|
|
13466
|
+
DELETE: "DELETE";
|
|
13467
|
+
GET: "GET";
|
|
13468
|
+
PATCH: "PATCH";
|
|
13469
|
+
POST: "POST";
|
|
13470
|
+
PUT: "PUT";
|
|
13471
|
+
}>>]>>;
|
|
13472
|
+
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
13473
|
+
asc: "asc";
|
|
13474
|
+
desc: "desc";
|
|
13475
|
+
}>>;
|
|
13476
|
+
'statusCode[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
13477
|
+
'statusCode[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
13478
|
+
'statusCode[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
13479
|
+
'statusCode[lt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
13480
|
+
'statusCode[lte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
13481
|
+
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
13482
|
+
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
13483
|
+
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
13484
|
+
'createdAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
13485
|
+
}, z.core.$strip>;
|
|
13486
|
+
readonly headersSchema: undefined;
|
|
13487
|
+
readonly listItemSchema: z.ZodObject<{
|
|
13488
|
+
id: z.ZodString;
|
|
13489
|
+
url: z.ZodString;
|
|
13490
|
+
method: z.ZodEnum<{
|
|
13491
|
+
DELETE: "DELETE";
|
|
13492
|
+
GET: "GET";
|
|
13493
|
+
PATCH: "PATCH";
|
|
13494
|
+
POST: "POST";
|
|
13495
|
+
PUT: "PUT";
|
|
13496
|
+
}>;
|
|
13497
|
+
statusCode: z.ZodCoercedNumber<unknown>;
|
|
13498
|
+
createdAt: z.ZodString;
|
|
13499
|
+
}, z.core.$strip>;
|
|
13500
|
+
readonly paginationDefaultEnabled = false;
|
|
13501
|
+
private readonly orderId;
|
|
13502
|
+
constructor(orderId: string, options?: {
|
|
13503
|
+
query?: GetIntegrationCassaInCloudClientLogRequestsFromOrderQueryParams;
|
|
13504
|
+
});
|
|
13505
|
+
getPath(): string;
|
|
13506
|
+
}
|
|
13507
|
+
|
|
13386
13508
|
declare const getIntegrationCassaInCloudComponentMappingDetailsInputSchema: z.ZodUndefined;
|
|
13387
13509
|
type GetIntegrationCassaInCloudComponentMappingDetailsInput = z.infer<typeof getIntegrationCassaInCloudComponentMappingDetailsInputSchema>;
|
|
13388
13510
|
declare const getIntegrationCassaInCloudComponentMappingDetailsResponseSchema: z.ZodObject<{
|
|
@@ -13814,6 +13936,7 @@ declare const getIntegrationCassaInCloudGlobalClientLogRequestsQuerySchema: z.Zo
|
|
|
13814
13936
|
asc: "asc";
|
|
13815
13937
|
desc: "desc";
|
|
13816
13938
|
}>>;
|
|
13939
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
13817
13940
|
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
13818
13941
|
DELETE: "DELETE";
|
|
13819
13942
|
GET: "GET";
|
|
@@ -13898,6 +14021,7 @@ declare class GetIntegrationCassaInCloudGlobalClientLogRequests extends Abstract
|
|
|
13898
14021
|
asc: "asc";
|
|
13899
14022
|
desc: "desc";
|
|
13900
14023
|
}>>;
|
|
14024
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
13901
14025
|
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
13902
14026
|
DELETE: "DELETE";
|
|
13903
14027
|
GET: "GET";
|
|
@@ -18083,6 +18207,7 @@ declare const getIntegrationDeliverooClientLogRequestsQuerySchema: z.ZodObject<{
|
|
|
18083
18207
|
asc: "asc";
|
|
18084
18208
|
desc: "desc";
|
|
18085
18209
|
}>>;
|
|
18210
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
18086
18211
|
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
18087
18212
|
DELETE: "DELETE";
|
|
18088
18213
|
GET: "GET";
|
|
@@ -18167,6 +18292,7 @@ declare class GetIntegrationDeliverooClientLogRequests extends AbstractApiReques
|
|
|
18167
18292
|
asc: "asc";
|
|
18168
18293
|
desc: "desc";
|
|
18169
18294
|
}>>;
|
|
18295
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
18170
18296
|
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
18171
18297
|
DELETE: "DELETE";
|
|
18172
18298
|
GET: "GET";
|
|
@@ -18213,6 +18339,121 @@ declare class GetIntegrationDeliverooClientLogRequests extends AbstractApiReques
|
|
|
18213
18339
|
getPath(): string;
|
|
18214
18340
|
}
|
|
18215
18341
|
|
|
18342
|
+
declare const getIntegrationDeliverooClientLogRequestsFromOrderQuerySchema: z.ZodObject<{
|
|
18343
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
18344
|
+
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
18345
|
+
DELETE: "DELETE";
|
|
18346
|
+
GET: "GET";
|
|
18347
|
+
PATCH: "PATCH";
|
|
18348
|
+
POST: "POST";
|
|
18349
|
+
PUT: "PUT";
|
|
18350
|
+
}>, z.ZodArray<z.ZodEnum<{
|
|
18351
|
+
DELETE: "DELETE";
|
|
18352
|
+
GET: "GET";
|
|
18353
|
+
PATCH: "PATCH";
|
|
18354
|
+
POST: "POST";
|
|
18355
|
+
PUT: "PUT";
|
|
18356
|
+
}>>]>>;
|
|
18357
|
+
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
18358
|
+
asc: "asc";
|
|
18359
|
+
desc: "desc";
|
|
18360
|
+
}>>;
|
|
18361
|
+
'statusCode[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
18362
|
+
'statusCode[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
18363
|
+
'statusCode[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
18364
|
+
'statusCode[lt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
18365
|
+
'statusCode[lte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
18366
|
+
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
18367
|
+
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
18368
|
+
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
18369
|
+
'createdAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
18370
|
+
}, z.core.$strip>;
|
|
18371
|
+
type GetIntegrationDeliverooClientLogRequestsFromOrderQueryParams = z.infer<typeof getIntegrationDeliverooClientLogRequestsFromOrderQuerySchema>;
|
|
18372
|
+
declare const getIntegrationDeliverooClientLogRequestsFromOrderInputSchema: z.ZodUndefined;
|
|
18373
|
+
type GetIntegrationDeliverooClientLogRequestsFromOrderInput = z.infer<typeof getIntegrationDeliverooClientLogRequestsFromOrderInputSchema>;
|
|
18374
|
+
declare const getIntegrationDeliverooClientLogRequestsFromOrderResponseSchema: z.ZodArray<z.ZodObject<{
|
|
18375
|
+
id: z.ZodString;
|
|
18376
|
+
url: z.ZodString;
|
|
18377
|
+
method: z.ZodEnum<{
|
|
18378
|
+
DELETE: "DELETE";
|
|
18379
|
+
GET: "GET";
|
|
18380
|
+
PATCH: "PATCH";
|
|
18381
|
+
POST: "POST";
|
|
18382
|
+
PUT: "PUT";
|
|
18383
|
+
}>;
|
|
18384
|
+
statusCode: z.ZodCoercedNumber<unknown>;
|
|
18385
|
+
createdAt: z.ZodString;
|
|
18386
|
+
}, z.core.$strip>>;
|
|
18387
|
+
type GetIntegrationDeliverooClientLogRequestsFromOrderResponse = z.infer<typeof getIntegrationDeliverooClientLogRequestsFromOrderResponseSchema>;
|
|
18388
|
+
declare class GetIntegrationDeliverooClientLogRequestsFromOrder extends AbstractApiRequest<typeof getIntegrationDeliverooClientLogRequestsFromOrderInputSchema, typeof getIntegrationDeliverooClientLogRequestsFromOrderResponseSchema, GetIntegrationDeliverooClientLogRequestsFromOrderQueryParams> {
|
|
18389
|
+
readonly method: "GET";
|
|
18390
|
+
readonly contentType: "application/json";
|
|
18391
|
+
readonly accept: "application/json";
|
|
18392
|
+
readonly inputSchema: z.ZodUndefined;
|
|
18393
|
+
readonly outputSchema: z.ZodArray<z.ZodObject<{
|
|
18394
|
+
id: z.ZodString;
|
|
18395
|
+
url: z.ZodString;
|
|
18396
|
+
method: z.ZodEnum<{
|
|
18397
|
+
DELETE: "DELETE";
|
|
18398
|
+
GET: "GET";
|
|
18399
|
+
PATCH: "PATCH";
|
|
18400
|
+
POST: "POST";
|
|
18401
|
+
PUT: "PUT";
|
|
18402
|
+
}>;
|
|
18403
|
+
statusCode: z.ZodCoercedNumber<unknown>;
|
|
18404
|
+
createdAt: z.ZodString;
|
|
18405
|
+
}, z.core.$strip>>;
|
|
18406
|
+
readonly querySchema: z.ZodObject<{
|
|
18407
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
18408
|
+
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
18409
|
+
DELETE: "DELETE";
|
|
18410
|
+
GET: "GET";
|
|
18411
|
+
PATCH: "PATCH";
|
|
18412
|
+
POST: "POST";
|
|
18413
|
+
PUT: "PUT";
|
|
18414
|
+
}>, z.ZodArray<z.ZodEnum<{
|
|
18415
|
+
DELETE: "DELETE";
|
|
18416
|
+
GET: "GET";
|
|
18417
|
+
PATCH: "PATCH";
|
|
18418
|
+
POST: "POST";
|
|
18419
|
+
PUT: "PUT";
|
|
18420
|
+
}>>]>>;
|
|
18421
|
+
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
18422
|
+
asc: "asc";
|
|
18423
|
+
desc: "desc";
|
|
18424
|
+
}>>;
|
|
18425
|
+
'statusCode[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
18426
|
+
'statusCode[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
18427
|
+
'statusCode[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
18428
|
+
'statusCode[lt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
18429
|
+
'statusCode[lte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
18430
|
+
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
18431
|
+
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
18432
|
+
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
18433
|
+
'createdAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
18434
|
+
}, z.core.$strip>;
|
|
18435
|
+
readonly headersSchema: undefined;
|
|
18436
|
+
readonly listItemSchema: z.ZodObject<{
|
|
18437
|
+
id: z.ZodString;
|
|
18438
|
+
url: z.ZodString;
|
|
18439
|
+
method: z.ZodEnum<{
|
|
18440
|
+
DELETE: "DELETE";
|
|
18441
|
+
GET: "GET";
|
|
18442
|
+
PATCH: "PATCH";
|
|
18443
|
+
POST: "POST";
|
|
18444
|
+
PUT: "PUT";
|
|
18445
|
+
}>;
|
|
18446
|
+
statusCode: z.ZodCoercedNumber<unknown>;
|
|
18447
|
+
createdAt: z.ZodString;
|
|
18448
|
+
}, z.core.$strip>;
|
|
18449
|
+
readonly paginationDefaultEnabled = false;
|
|
18450
|
+
private readonly orderId;
|
|
18451
|
+
constructor(orderId: string, options?: {
|
|
18452
|
+
query?: GetIntegrationDeliverooClientLogRequestsFromOrderQueryParams;
|
|
18453
|
+
});
|
|
18454
|
+
getPath(): string;
|
|
18455
|
+
}
|
|
18456
|
+
|
|
18216
18457
|
declare const getIntegrationDeliverooDetailsInputSchema: z.ZodUndefined;
|
|
18217
18458
|
type GetIntegrationDeliverooDetailsInput = z.input<typeof getIntegrationDeliverooDetailsInputSchema>;
|
|
18218
18459
|
declare const getIntegrationDeliverooDetailsResponseSchema: z.ZodObject<{
|
|
@@ -18323,6 +18564,7 @@ declare const getIntegrationDeliverooGlobalClientLogRequestsQuerySchema: z.ZodOb
|
|
|
18323
18564
|
asc: "asc";
|
|
18324
18565
|
desc: "desc";
|
|
18325
18566
|
}>>;
|
|
18567
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
18326
18568
|
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
18327
18569
|
DELETE: "DELETE";
|
|
18328
18570
|
GET: "GET";
|
|
@@ -18407,6 +18649,7 @@ declare class GetIntegrationDeliverooGlobalClientLogRequests extends AbstractApi
|
|
|
18407
18649
|
asc: "asc";
|
|
18408
18650
|
desc: "desc";
|
|
18409
18651
|
}>>;
|
|
18652
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
18410
18653
|
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
18411
18654
|
DELETE: "DELETE";
|
|
18412
18655
|
GET: "GET";
|
|
@@ -19324,6 +19567,7 @@ declare const getIntegrationDeliverooWebhookEventsQuerySchema: z.ZodObject<{
|
|
|
19324
19567
|
asc: "asc";
|
|
19325
19568
|
desc: "desc";
|
|
19326
19569
|
}>>;
|
|
19570
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
19327
19571
|
event: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
19328
19572
|
"order.new": "order.new";
|
|
19329
19573
|
"order.status_update": "order.status_update";
|
|
@@ -19335,6 +19579,7 @@ declare const getIntegrationDeliverooWebhookEventsQuerySchema: z.ZodObject<{
|
|
|
19335
19579
|
"rider.status_update": "rider.status_update";
|
|
19336
19580
|
"menu.upload_result": "menu.upload_result";
|
|
19337
19581
|
}>>]>>;
|
|
19582
|
+
deliverooOrderId: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
19338
19583
|
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
19339
19584
|
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
19340
19585
|
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
@@ -19397,6 +19642,7 @@ declare class GetIntegrationDeliverooWebhookEvents extends AbstractApiRequest<ty
|
|
|
19397
19642
|
asc: "asc";
|
|
19398
19643
|
desc: "desc";
|
|
19399
19644
|
}>>;
|
|
19645
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
19400
19646
|
event: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
19401
19647
|
"order.new": "order.new";
|
|
19402
19648
|
"order.status_update": "order.status_update";
|
|
@@ -19408,6 +19654,7 @@ declare class GetIntegrationDeliverooWebhookEvents extends AbstractApiRequest<ty
|
|
|
19408
19654
|
"rider.status_update": "rider.status_update";
|
|
19409
19655
|
"menu.upload_result": "menu.upload_result";
|
|
19410
19656
|
}>>]>>;
|
|
19657
|
+
deliverooOrderId: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
19411
19658
|
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
19412
19659
|
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
19413
19660
|
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
@@ -19434,6 +19681,30 @@ declare class GetIntegrationDeliverooWebhookEvents extends AbstractApiRequest<ty
|
|
|
19434
19681
|
getPath(): string;
|
|
19435
19682
|
}
|
|
19436
19683
|
|
|
19684
|
+
declare const getIntegrationDeliverooWebhookEventsFromOrderQuerySchema: z.ZodObject<{
|
|
19685
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
19686
|
+
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
19687
|
+
asc: "asc";
|
|
19688
|
+
desc: "desc";
|
|
19689
|
+
}>>;
|
|
19690
|
+
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
19691
|
+
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
19692
|
+
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
19693
|
+
'createdAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
19694
|
+
event: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
19695
|
+
"order.new": "order.new";
|
|
19696
|
+
"order.status_update": "order.status_update";
|
|
19697
|
+
"rider.status_update": "rider.status_update";
|
|
19698
|
+
"menu.upload_result": "menu.upload_result";
|
|
19699
|
+
}>, z.ZodArray<z.ZodEnum<{
|
|
19700
|
+
"order.new": "order.new";
|
|
19701
|
+
"order.status_update": "order.status_update";
|
|
19702
|
+
"rider.status_update": "rider.status_update";
|
|
19703
|
+
"menu.upload_result": "menu.upload_result";
|
|
19704
|
+
}>>]>>;
|
|
19705
|
+
deliverooOrderId: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
19706
|
+
}, z.core.$strip>;
|
|
19707
|
+
type GetIntegrationDeliverooWebhookEventsFromOrderQueryParams = z.infer<typeof getIntegrationDeliverooWebhookEventsFromOrderQuerySchema>;
|
|
19437
19708
|
declare const getIntegrationDeliverooWebhookEventsFromOrderInputSchema: z.ZodUndefined;
|
|
19438
19709
|
type GetIntegrationDeliverooWebhookEventsFromOrderInput = z.infer<typeof getIntegrationDeliverooWebhookEventsFromOrderInputSchema>;
|
|
19439
19710
|
declare const getIntegrationDeliverooWebhookEventsFromOrderResponseSchema: z.ZodArray<z.ZodObject<{
|
|
@@ -19448,7 +19719,7 @@ declare const getIntegrationDeliverooWebhookEventsFromOrderResponseSchema: z.Zod
|
|
|
19448
19719
|
deliverooOrderId: z.ZodNullable<z.ZodString>;
|
|
19449
19720
|
}, z.core.$strip>>;
|
|
19450
19721
|
type GetIntegrationDeliverooWebhookEventsFromOrderResponse = z.infer<typeof getIntegrationDeliverooWebhookEventsFromOrderResponseSchema>;
|
|
19451
|
-
declare class GetIntegrationDeliverooWebhookEventsFromOrder extends AbstractApiRequest<typeof getIntegrationDeliverooWebhookEventsFromOrderInputSchema, typeof getIntegrationDeliverooWebhookEventsFromOrderResponseSchema> {
|
|
19722
|
+
declare class GetIntegrationDeliverooWebhookEventsFromOrder extends AbstractApiRequest<typeof getIntegrationDeliverooWebhookEventsFromOrderInputSchema, typeof getIntegrationDeliverooWebhookEventsFromOrderResponseSchema, GetIntegrationDeliverooWebhookEventsFromOrderQueryParams> {
|
|
19452
19723
|
readonly method: "GET";
|
|
19453
19724
|
readonly contentType: "application/json";
|
|
19454
19725
|
readonly accept: "application/json";
|
|
@@ -19464,14 +19735,36 @@ declare class GetIntegrationDeliverooWebhookEventsFromOrder extends AbstractApiR
|
|
|
19464
19735
|
createdAt: z.ZodString;
|
|
19465
19736
|
deliverooOrderId: z.ZodNullable<z.ZodString>;
|
|
19466
19737
|
}, z.core.$strip>>;
|
|
19467
|
-
readonly querySchema:
|
|
19468
|
-
|
|
19469
|
-
|
|
19470
|
-
|
|
19471
|
-
|
|
19472
|
-
|
|
19473
|
-
|
|
19474
|
-
|
|
19738
|
+
readonly querySchema: z.ZodObject<{
|
|
19739
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
19740
|
+
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
19741
|
+
asc: "asc";
|
|
19742
|
+
desc: "desc";
|
|
19743
|
+
}>>;
|
|
19744
|
+
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
19745
|
+
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
19746
|
+
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
19747
|
+
'createdAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
19748
|
+
event: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
19749
|
+
"order.new": "order.new";
|
|
19750
|
+
"order.status_update": "order.status_update";
|
|
19751
|
+
"rider.status_update": "rider.status_update";
|
|
19752
|
+
"menu.upload_result": "menu.upload_result";
|
|
19753
|
+
}>, z.ZodArray<z.ZodEnum<{
|
|
19754
|
+
"order.new": "order.new";
|
|
19755
|
+
"order.status_update": "order.status_update";
|
|
19756
|
+
"rider.status_update": "rider.status_update";
|
|
19757
|
+
"menu.upload_result": "menu.upload_result";
|
|
19758
|
+
}>>]>>;
|
|
19759
|
+
deliverooOrderId: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
19760
|
+
}, z.core.$strip>;
|
|
19761
|
+
readonly headersSchema: undefined;
|
|
19762
|
+
readonly listItemSchema: z.ZodObject<{
|
|
19763
|
+
id: z.ZodString;
|
|
19764
|
+
event: z.ZodEnum<{
|
|
19765
|
+
"order.new": "order.new";
|
|
19766
|
+
"order.status_update": "order.status_update";
|
|
19767
|
+
"rider.status_update": "rider.status_update";
|
|
19475
19768
|
"menu.upload_result": "menu.upload_result";
|
|
19476
19769
|
}>;
|
|
19477
19770
|
createdAt: z.ZodString;
|
|
@@ -19479,7 +19772,9 @@ declare class GetIntegrationDeliverooWebhookEventsFromOrder extends AbstractApiR
|
|
|
19479
19772
|
}, z.core.$strip>;
|
|
19480
19773
|
readonly paginationDefaultEnabled = false;
|
|
19481
19774
|
private readonly orderId;
|
|
19482
|
-
constructor(orderId: string
|
|
19775
|
+
constructor(orderId: string, options?: {
|
|
19776
|
+
query?: GetIntegrationDeliverooWebhookEventsFromOrderQueryParams;
|
|
19777
|
+
});
|
|
19483
19778
|
getPath(): string;
|
|
19484
19779
|
}
|
|
19485
19780
|
|
|
@@ -21045,6 +21340,7 @@ declare const getIntegrationGlovoClientLogRequestsQuerySchema: z.ZodObject<{
|
|
|
21045
21340
|
asc: "asc";
|
|
21046
21341
|
desc: "desc";
|
|
21047
21342
|
}>>;
|
|
21343
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
21048
21344
|
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
21049
21345
|
DELETE: "DELETE";
|
|
21050
21346
|
GET: "GET";
|
|
@@ -21129,6 +21425,7 @@ declare class GetIntegrationGlovoClientLogRequests extends AbstractApiRequest<ty
|
|
|
21129
21425
|
asc: "asc";
|
|
21130
21426
|
desc: "desc";
|
|
21131
21427
|
}>>;
|
|
21428
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
21132
21429
|
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
21133
21430
|
DELETE: "DELETE";
|
|
21134
21431
|
GET: "GET";
|
|
@@ -21175,6 +21472,121 @@ declare class GetIntegrationGlovoClientLogRequests extends AbstractApiRequest<ty
|
|
|
21175
21472
|
getPath(): string;
|
|
21176
21473
|
}
|
|
21177
21474
|
|
|
21475
|
+
declare const getIntegrationGlovoClientLogRequestsFromOrderQuerySchema: z.ZodObject<{
|
|
21476
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
21477
|
+
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
21478
|
+
DELETE: "DELETE";
|
|
21479
|
+
GET: "GET";
|
|
21480
|
+
PATCH: "PATCH";
|
|
21481
|
+
POST: "POST";
|
|
21482
|
+
PUT: "PUT";
|
|
21483
|
+
}>, z.ZodArray<z.ZodEnum<{
|
|
21484
|
+
DELETE: "DELETE";
|
|
21485
|
+
GET: "GET";
|
|
21486
|
+
PATCH: "PATCH";
|
|
21487
|
+
POST: "POST";
|
|
21488
|
+
PUT: "PUT";
|
|
21489
|
+
}>>]>>;
|
|
21490
|
+
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
21491
|
+
asc: "asc";
|
|
21492
|
+
desc: "desc";
|
|
21493
|
+
}>>;
|
|
21494
|
+
'statusCode[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
21495
|
+
'statusCode[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
21496
|
+
'statusCode[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
21497
|
+
'statusCode[lt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
21498
|
+
'statusCode[lte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
21499
|
+
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
21500
|
+
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
21501
|
+
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
21502
|
+
'createdAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
21503
|
+
}, z.core.$strip>;
|
|
21504
|
+
type GetIntegrationGlovoClientLogRequestsFromOrderQueryParams = z.infer<typeof getIntegrationGlovoClientLogRequestsFromOrderQuerySchema>;
|
|
21505
|
+
declare const getIntegrationGlovoClientLogRequestsFromOrderInputSchema: z.ZodUndefined;
|
|
21506
|
+
type GetIntegrationGlovoClientLogRequestsFromOrderInput = z.infer<typeof getIntegrationGlovoClientLogRequestsFromOrderInputSchema>;
|
|
21507
|
+
declare const getIntegrationGlovoClientLogRequestsFromOrderResponseSchema: z.ZodArray<z.ZodObject<{
|
|
21508
|
+
id: z.ZodString;
|
|
21509
|
+
url: z.ZodString;
|
|
21510
|
+
method: z.ZodEnum<{
|
|
21511
|
+
DELETE: "DELETE";
|
|
21512
|
+
GET: "GET";
|
|
21513
|
+
PATCH: "PATCH";
|
|
21514
|
+
POST: "POST";
|
|
21515
|
+
PUT: "PUT";
|
|
21516
|
+
}>;
|
|
21517
|
+
statusCode: z.ZodCoercedNumber<unknown>;
|
|
21518
|
+
createdAt: z.ZodString;
|
|
21519
|
+
}, z.core.$strip>>;
|
|
21520
|
+
type GetIntegrationGlovoClientLogRequestsFromOrderResponse = z.infer<typeof getIntegrationGlovoClientLogRequestsFromOrderResponseSchema>;
|
|
21521
|
+
declare class GetIntegrationGlovoClientLogRequestsFromOrder extends AbstractApiRequest<typeof getIntegrationGlovoClientLogRequestsFromOrderInputSchema, typeof getIntegrationGlovoClientLogRequestsFromOrderResponseSchema, GetIntegrationGlovoClientLogRequestsFromOrderQueryParams> {
|
|
21522
|
+
readonly method: "GET";
|
|
21523
|
+
readonly contentType: "application/json";
|
|
21524
|
+
readonly accept: "application/json";
|
|
21525
|
+
readonly inputSchema: z.ZodUndefined;
|
|
21526
|
+
readonly outputSchema: z.ZodArray<z.ZodObject<{
|
|
21527
|
+
id: z.ZodString;
|
|
21528
|
+
url: z.ZodString;
|
|
21529
|
+
method: z.ZodEnum<{
|
|
21530
|
+
DELETE: "DELETE";
|
|
21531
|
+
GET: "GET";
|
|
21532
|
+
PATCH: "PATCH";
|
|
21533
|
+
POST: "POST";
|
|
21534
|
+
PUT: "PUT";
|
|
21535
|
+
}>;
|
|
21536
|
+
statusCode: z.ZodCoercedNumber<unknown>;
|
|
21537
|
+
createdAt: z.ZodString;
|
|
21538
|
+
}, z.core.$strip>>;
|
|
21539
|
+
readonly querySchema: z.ZodObject<{
|
|
21540
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
21541
|
+
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
21542
|
+
DELETE: "DELETE";
|
|
21543
|
+
GET: "GET";
|
|
21544
|
+
PATCH: "PATCH";
|
|
21545
|
+
POST: "POST";
|
|
21546
|
+
PUT: "PUT";
|
|
21547
|
+
}>, z.ZodArray<z.ZodEnum<{
|
|
21548
|
+
DELETE: "DELETE";
|
|
21549
|
+
GET: "GET";
|
|
21550
|
+
PATCH: "PATCH";
|
|
21551
|
+
POST: "POST";
|
|
21552
|
+
PUT: "PUT";
|
|
21553
|
+
}>>]>>;
|
|
21554
|
+
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
21555
|
+
asc: "asc";
|
|
21556
|
+
desc: "desc";
|
|
21557
|
+
}>>;
|
|
21558
|
+
'statusCode[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
21559
|
+
'statusCode[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
21560
|
+
'statusCode[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
21561
|
+
'statusCode[lt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
21562
|
+
'statusCode[lte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
21563
|
+
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
21564
|
+
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
21565
|
+
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
21566
|
+
'createdAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
21567
|
+
}, z.core.$strip>;
|
|
21568
|
+
readonly headersSchema: undefined;
|
|
21569
|
+
readonly listItemSchema: z.ZodObject<{
|
|
21570
|
+
id: z.ZodString;
|
|
21571
|
+
url: z.ZodString;
|
|
21572
|
+
method: z.ZodEnum<{
|
|
21573
|
+
DELETE: "DELETE";
|
|
21574
|
+
GET: "GET";
|
|
21575
|
+
PATCH: "PATCH";
|
|
21576
|
+
POST: "POST";
|
|
21577
|
+
PUT: "PUT";
|
|
21578
|
+
}>;
|
|
21579
|
+
statusCode: z.ZodCoercedNumber<unknown>;
|
|
21580
|
+
createdAt: z.ZodString;
|
|
21581
|
+
}, z.core.$strip>;
|
|
21582
|
+
readonly paginationDefaultEnabled = false;
|
|
21583
|
+
private readonly orderId;
|
|
21584
|
+
constructor(orderId: string, options?: {
|
|
21585
|
+
query?: GetIntegrationGlovoClientLogRequestsFromOrderQueryParams;
|
|
21586
|
+
});
|
|
21587
|
+
getPath(): string;
|
|
21588
|
+
}
|
|
21589
|
+
|
|
21178
21590
|
declare const getIntegrationGlovoDetailsInputSchema: z.ZodUndefined;
|
|
21179
21591
|
type GetIntegrationGlovoDetailsInput = z.input<typeof getIntegrationGlovoDetailsInputSchema>;
|
|
21180
21592
|
declare const getIntegrationGlovoDetailsResponseSchema: z.ZodObject<{
|
|
@@ -21303,6 +21715,7 @@ declare const getIntegrationGlovoGlobalClientLogRequestsQuerySchema: z.ZodObject
|
|
|
21303
21715
|
asc: "asc";
|
|
21304
21716
|
desc: "desc";
|
|
21305
21717
|
}>>;
|
|
21718
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
21306
21719
|
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
21307
21720
|
DELETE: "DELETE";
|
|
21308
21721
|
GET: "GET";
|
|
@@ -21387,6 +21800,7 @@ declare class GetIntegrationGlovoGlobalClientLogRequests extends AbstractApiRequ
|
|
|
21387
21800
|
asc: "asc";
|
|
21388
21801
|
desc: "desc";
|
|
21389
21802
|
}>>;
|
|
21803
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
21390
21804
|
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
21391
21805
|
DELETE: "DELETE";
|
|
21392
21806
|
GET: "GET";
|
|
@@ -22544,6 +22958,7 @@ declare const getIntegrationGlovoWebhookEventsQuerySchema: z.ZodObject<{
|
|
|
22544
22958
|
asc: "asc";
|
|
22545
22959
|
desc: "desc";
|
|
22546
22960
|
}>>;
|
|
22961
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
22547
22962
|
event: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
22548
22963
|
"order.dispatched": "order.dispatched";
|
|
22549
22964
|
"order.cancelled": "order.cancelled";
|
|
@@ -22551,6 +22966,7 @@ declare const getIntegrationGlovoWebhookEventsQuerySchema: z.ZodObject<{
|
|
|
22551
22966
|
"order.dispatched": "order.dispatched";
|
|
22552
22967
|
"order.cancelled": "order.cancelled";
|
|
22553
22968
|
}>>]>>;
|
|
22969
|
+
partnerOrderId: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
22554
22970
|
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
22555
22971
|
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
22556
22972
|
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
@@ -22609,6 +23025,7 @@ declare class GetIntegrationGlovoWebhookEvents extends AbstractApiRequest<typeof
|
|
|
22609
23025
|
asc: "asc";
|
|
22610
23026
|
desc: "desc";
|
|
22611
23027
|
}>>;
|
|
23028
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
22612
23029
|
event: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
22613
23030
|
"order.dispatched": "order.dispatched";
|
|
22614
23031
|
"order.cancelled": "order.cancelled";
|
|
@@ -22616,6 +23033,7 @@ declare class GetIntegrationGlovoWebhookEvents extends AbstractApiRequest<typeof
|
|
|
22616
23033
|
"order.dispatched": "order.dispatched";
|
|
22617
23034
|
"order.cancelled": "order.cancelled";
|
|
22618
23035
|
}>>]>>;
|
|
23036
|
+
partnerOrderId: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
22619
23037
|
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
22620
23038
|
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
22621
23039
|
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
@@ -22640,6 +23058,26 @@ declare class GetIntegrationGlovoWebhookEvents extends AbstractApiRequest<typeof
|
|
|
22640
23058
|
getPath(): string;
|
|
22641
23059
|
}
|
|
22642
23060
|
|
|
23061
|
+
declare const getIntegrationGlovoWebhookEventsFromOrderQuerySchema: z.ZodObject<{
|
|
23062
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
23063
|
+
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
23064
|
+
asc: "asc";
|
|
23065
|
+
desc: "desc";
|
|
23066
|
+
}>>;
|
|
23067
|
+
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
23068
|
+
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
23069
|
+
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
23070
|
+
'createdAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
23071
|
+
event: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
23072
|
+
"order.dispatched": "order.dispatched";
|
|
23073
|
+
"order.cancelled": "order.cancelled";
|
|
23074
|
+
}>, z.ZodArray<z.ZodEnum<{
|
|
23075
|
+
"order.dispatched": "order.dispatched";
|
|
23076
|
+
"order.cancelled": "order.cancelled";
|
|
23077
|
+
}>>]>>;
|
|
23078
|
+
partnerOrderId: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
23079
|
+
}, z.core.$strip>;
|
|
23080
|
+
type GetIntegrationGlovoWebhookEventsFromOrderQueryParams = z.infer<typeof getIntegrationGlovoWebhookEventsFromOrderQuerySchema>;
|
|
22643
23081
|
declare const getIntegrationGlovoWebhookEventsFromOrderInputSchema: z.ZodUndefined;
|
|
22644
23082
|
type GetIntegrationGlovoWebhookEventsFromOrderInput = z.infer<typeof getIntegrationGlovoWebhookEventsFromOrderInputSchema>;
|
|
22645
23083
|
declare const getIntegrationGlovoWebhookEventsFromOrderResponseSchema: z.ZodArray<z.ZodObject<{
|
|
@@ -22652,7 +23090,7 @@ declare const getIntegrationGlovoWebhookEventsFromOrderResponseSchema: z.ZodArra
|
|
|
22652
23090
|
partnerOrderId: z.ZodNullable<z.ZodString>;
|
|
22653
23091
|
}, z.core.$strip>>;
|
|
22654
23092
|
type GetIntegrationGlovoWebhookEventsFromOrderResponse = z.infer<typeof getIntegrationGlovoWebhookEventsFromOrderResponseSchema>;
|
|
22655
|
-
declare class GetIntegrationGlovoWebhookEventsFromOrder extends AbstractApiRequest<typeof getIntegrationGlovoWebhookEventsFromOrderInputSchema, typeof getIntegrationGlovoWebhookEventsFromOrderResponseSchema> {
|
|
23093
|
+
declare class GetIntegrationGlovoWebhookEventsFromOrder extends AbstractApiRequest<typeof getIntegrationGlovoWebhookEventsFromOrderInputSchema, typeof getIntegrationGlovoWebhookEventsFromOrderResponseSchema, GetIntegrationGlovoWebhookEventsFromOrderQueryParams> {
|
|
22656
23094
|
readonly method: "GET";
|
|
22657
23095
|
readonly contentType: "application/json";
|
|
22658
23096
|
readonly accept: "application/json";
|
|
@@ -22666,7 +23104,25 @@ declare class GetIntegrationGlovoWebhookEventsFromOrder extends AbstractApiReque
|
|
|
22666
23104
|
createdAt: z.ZodString;
|
|
22667
23105
|
partnerOrderId: z.ZodNullable<z.ZodString>;
|
|
22668
23106
|
}, z.core.$strip>>;
|
|
22669
|
-
readonly querySchema:
|
|
23107
|
+
readonly querySchema: z.ZodObject<{
|
|
23108
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
23109
|
+
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
23110
|
+
asc: "asc";
|
|
23111
|
+
desc: "desc";
|
|
23112
|
+
}>>;
|
|
23113
|
+
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
23114
|
+
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
23115
|
+
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
23116
|
+
'createdAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
23117
|
+
event: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
23118
|
+
"order.dispatched": "order.dispatched";
|
|
23119
|
+
"order.cancelled": "order.cancelled";
|
|
23120
|
+
}>, z.ZodArray<z.ZodEnum<{
|
|
23121
|
+
"order.dispatched": "order.dispatched";
|
|
23122
|
+
"order.cancelled": "order.cancelled";
|
|
23123
|
+
}>>]>>;
|
|
23124
|
+
partnerOrderId: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
23125
|
+
}, z.core.$strip>;
|
|
22670
23126
|
readonly headersSchema: undefined;
|
|
22671
23127
|
readonly listItemSchema: z.ZodObject<{
|
|
22672
23128
|
id: z.ZodString;
|
|
@@ -22679,7 +23135,9 @@ declare class GetIntegrationGlovoWebhookEventsFromOrder extends AbstractApiReque
|
|
|
22679
23135
|
}, z.core.$strip>;
|
|
22680
23136
|
readonly paginationDefaultEnabled = false;
|
|
22681
23137
|
private readonly orderId;
|
|
22682
|
-
constructor(orderId: string
|
|
23138
|
+
constructor(orderId: string, options?: {
|
|
23139
|
+
query?: GetIntegrationGlovoWebhookEventsFromOrderQueryParams;
|
|
23140
|
+
});
|
|
22683
23141
|
getPath(): string;
|
|
22684
23142
|
}
|
|
22685
23143
|
|
|
@@ -23110,6 +23568,7 @@ declare const getIntegrationJustEatClientLogRequestsQuerySchema: z.ZodObject<{
|
|
|
23110
23568
|
asc: "asc";
|
|
23111
23569
|
desc: "desc";
|
|
23112
23570
|
}>>;
|
|
23571
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
23113
23572
|
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
23114
23573
|
DELETE: "DELETE";
|
|
23115
23574
|
GET: "GET";
|
|
@@ -23194,6 +23653,7 @@ declare class GetIntegrationJustEatClientLogRequests extends AbstractApiRequest<
|
|
|
23194
23653
|
asc: "asc";
|
|
23195
23654
|
desc: "desc";
|
|
23196
23655
|
}>>;
|
|
23656
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
23197
23657
|
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
23198
23658
|
DELETE: "DELETE";
|
|
23199
23659
|
GET: "GET";
|
|
@@ -23240,6 +23700,121 @@ declare class GetIntegrationJustEatClientLogRequests extends AbstractApiRequest<
|
|
|
23240
23700
|
getPath(): string;
|
|
23241
23701
|
}
|
|
23242
23702
|
|
|
23703
|
+
declare const getIntegrationJustEatClientLogRequestsFromOrderQuerySchema: z.ZodObject<{
|
|
23704
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
23705
|
+
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
23706
|
+
DELETE: "DELETE";
|
|
23707
|
+
GET: "GET";
|
|
23708
|
+
PATCH: "PATCH";
|
|
23709
|
+
POST: "POST";
|
|
23710
|
+
PUT: "PUT";
|
|
23711
|
+
}>, z.ZodArray<z.ZodEnum<{
|
|
23712
|
+
DELETE: "DELETE";
|
|
23713
|
+
GET: "GET";
|
|
23714
|
+
PATCH: "PATCH";
|
|
23715
|
+
POST: "POST";
|
|
23716
|
+
PUT: "PUT";
|
|
23717
|
+
}>>]>>;
|
|
23718
|
+
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
23719
|
+
asc: "asc";
|
|
23720
|
+
desc: "desc";
|
|
23721
|
+
}>>;
|
|
23722
|
+
'statusCode[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
23723
|
+
'statusCode[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
23724
|
+
'statusCode[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
23725
|
+
'statusCode[lt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
23726
|
+
'statusCode[lte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
23727
|
+
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
23728
|
+
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
23729
|
+
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
23730
|
+
'createdAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
23731
|
+
}, z.core.$strip>;
|
|
23732
|
+
type GetIntegrationJustEatClientLogRequestsFromOrderQueryParams = z.infer<typeof getIntegrationJustEatClientLogRequestsFromOrderQuerySchema>;
|
|
23733
|
+
declare const getIntegrationJustEatClientLogRequestsFromOrderInputSchema: z.ZodUndefined;
|
|
23734
|
+
type GetIntegrationJustEatClientLogRequestsFromOrderInput = z.infer<typeof getIntegrationJustEatClientLogRequestsFromOrderInputSchema>;
|
|
23735
|
+
declare const getIntegrationJustEatClientLogRequestsFromOrderResponseSchema: z.ZodArray<z.ZodObject<{
|
|
23736
|
+
id: z.ZodString;
|
|
23737
|
+
url: z.ZodString;
|
|
23738
|
+
method: z.ZodEnum<{
|
|
23739
|
+
DELETE: "DELETE";
|
|
23740
|
+
GET: "GET";
|
|
23741
|
+
PATCH: "PATCH";
|
|
23742
|
+
POST: "POST";
|
|
23743
|
+
PUT: "PUT";
|
|
23744
|
+
}>;
|
|
23745
|
+
statusCode: z.ZodCoercedNumber<unknown>;
|
|
23746
|
+
createdAt: z.ZodString;
|
|
23747
|
+
}, z.core.$strip>>;
|
|
23748
|
+
type GetIntegrationJustEatClientLogRequestsFromOrderResponse = z.infer<typeof getIntegrationJustEatClientLogRequestsFromOrderResponseSchema>;
|
|
23749
|
+
declare class GetIntegrationJustEatClientLogRequestsFromOrder extends AbstractApiRequest<typeof getIntegrationJustEatClientLogRequestsFromOrderInputSchema, typeof getIntegrationJustEatClientLogRequestsFromOrderResponseSchema, GetIntegrationJustEatClientLogRequestsFromOrderQueryParams> {
|
|
23750
|
+
readonly method: "GET";
|
|
23751
|
+
readonly contentType: "application/json";
|
|
23752
|
+
readonly accept: "application/json";
|
|
23753
|
+
readonly inputSchema: z.ZodUndefined;
|
|
23754
|
+
readonly outputSchema: z.ZodArray<z.ZodObject<{
|
|
23755
|
+
id: z.ZodString;
|
|
23756
|
+
url: z.ZodString;
|
|
23757
|
+
method: z.ZodEnum<{
|
|
23758
|
+
DELETE: "DELETE";
|
|
23759
|
+
GET: "GET";
|
|
23760
|
+
PATCH: "PATCH";
|
|
23761
|
+
POST: "POST";
|
|
23762
|
+
PUT: "PUT";
|
|
23763
|
+
}>;
|
|
23764
|
+
statusCode: z.ZodCoercedNumber<unknown>;
|
|
23765
|
+
createdAt: z.ZodString;
|
|
23766
|
+
}, z.core.$strip>>;
|
|
23767
|
+
readonly querySchema: z.ZodObject<{
|
|
23768
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
23769
|
+
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
23770
|
+
DELETE: "DELETE";
|
|
23771
|
+
GET: "GET";
|
|
23772
|
+
PATCH: "PATCH";
|
|
23773
|
+
POST: "POST";
|
|
23774
|
+
PUT: "PUT";
|
|
23775
|
+
}>, z.ZodArray<z.ZodEnum<{
|
|
23776
|
+
DELETE: "DELETE";
|
|
23777
|
+
GET: "GET";
|
|
23778
|
+
PATCH: "PATCH";
|
|
23779
|
+
POST: "POST";
|
|
23780
|
+
PUT: "PUT";
|
|
23781
|
+
}>>]>>;
|
|
23782
|
+
'order[createdAt]': z.ZodOptional<z.ZodEnum<{
|
|
23783
|
+
asc: "asc";
|
|
23784
|
+
desc: "desc";
|
|
23785
|
+
}>>;
|
|
23786
|
+
'statusCode[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
23787
|
+
'statusCode[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
23788
|
+
'statusCode[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
23789
|
+
'statusCode[lt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
23790
|
+
'statusCode[lte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
23791
|
+
'createdAt[before]': z.ZodOptional<z.ZodString>;
|
|
23792
|
+
'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
|
|
23793
|
+
'createdAt[after]': z.ZodOptional<z.ZodString>;
|
|
23794
|
+
'createdAt[strictly_after]': z.ZodOptional<z.ZodString>;
|
|
23795
|
+
}, z.core.$strip>;
|
|
23796
|
+
readonly headersSchema: undefined;
|
|
23797
|
+
readonly listItemSchema: z.ZodObject<{
|
|
23798
|
+
id: z.ZodString;
|
|
23799
|
+
url: z.ZodString;
|
|
23800
|
+
method: z.ZodEnum<{
|
|
23801
|
+
DELETE: "DELETE";
|
|
23802
|
+
GET: "GET";
|
|
23803
|
+
PATCH: "PATCH";
|
|
23804
|
+
POST: "POST";
|
|
23805
|
+
PUT: "PUT";
|
|
23806
|
+
}>;
|
|
23807
|
+
statusCode: z.ZodCoercedNumber<unknown>;
|
|
23808
|
+
createdAt: z.ZodString;
|
|
23809
|
+
}, z.core.$strip>;
|
|
23810
|
+
readonly paginationDefaultEnabled = false;
|
|
23811
|
+
private readonly orderId;
|
|
23812
|
+
constructor(orderId: string, options?: {
|
|
23813
|
+
query?: GetIntegrationJustEatClientLogRequestsFromOrderQueryParams;
|
|
23814
|
+
});
|
|
23815
|
+
getPath(): string;
|
|
23816
|
+
}
|
|
23817
|
+
|
|
23243
23818
|
declare const getIntegrationJustEatDetailsInputSchema: z.ZodUndefined;
|
|
23244
23819
|
type GetIntegrationJustEatDetailsInput = z.input<typeof getIntegrationJustEatDetailsInputSchema>;
|
|
23245
23820
|
declare const getIntegrationJustEatDetailsResponseSchema: z.ZodObject<{
|
|
@@ -23358,6 +23933,7 @@ declare const getIntegrationJustEatGlobalClientLogRequestsQuerySchema: z.ZodObje
|
|
|
23358
23933
|
asc: "asc";
|
|
23359
23934
|
desc: "desc";
|
|
23360
23935
|
}>>;
|
|
23936
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
23361
23937
|
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
23362
23938
|
DELETE: "DELETE";
|
|
23363
23939
|
GET: "GET";
|
|
@@ -23442,6 +24018,7 @@ declare class GetIntegrationJustEatGlobalClientLogRequests extends AbstractApiRe
|
|
|
23442
24018
|
asc: "asc";
|
|
23443
24019
|
desc: "desc";
|
|
23444
24020
|
}>>;
|
|
24021
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
23445
24022
|
method: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
23446
24023
|
DELETE: "DELETE";
|
|
23447
24024
|
GET: "GET";
|
|
@@ -26209,4 +26786,4 @@ declare class UpdateIntegration extends AbstractApiRequest<typeof updateIntegrat
|
|
|
26209
26786
|
getPath(): string;
|
|
26210
26787
|
}
|
|
26211
26788
|
|
|
26212
|
-
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, CreateIntegrationEcommerce, type CreateIntegrationEcommerceInput, type CreateIntegrationEcommerceResponse, 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, DeleteIntegrationEcommerce, type DeleteIntegrationEcommerceInput, type DeleteIntegrationEcommerceResponse, 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, GetIntegrationCassaInCloudCategoryMappingDetails, type GetIntegrationCassaInCloudCategoryMappingDetailsInput, type GetIntegrationCassaInCloudCategoryMappingDetailsResponse, GetIntegrationCassaInCloudCategoryMappings, type GetIntegrationCassaInCloudCategoryMappingsInput, type GetIntegrationCassaInCloudCategoryMappingsQueryParams, type GetIntegrationCassaInCloudCategoryMappingsResponse, GetIntegrationCassaInCloudClientLogRequestDetails, type GetIntegrationCassaInCloudClientLogRequestDetailsInput, type GetIntegrationCassaInCloudClientLogRequestDetailsResponse, GetIntegrationCassaInCloudClientLogRequests, type GetIntegrationCassaInCloudClientLogRequestsInput, type GetIntegrationCassaInCloudClientLogRequestsQueryParams, type GetIntegrationCassaInCloudClientLogRequestsResponse, GetIntegrationCassaInCloudComponentMappingDetails, type GetIntegrationCassaInCloudComponentMappingDetailsInput, type GetIntegrationCassaInCloudComponentMappingDetailsResponse, GetIntegrationCassaInCloudComponentMappings, type GetIntegrationCassaInCloudComponentMappingsInput, type GetIntegrationCassaInCloudComponentMappingsQueryParams, type GetIntegrationCassaInCloudComponentMappingsResponse, GetIntegrationCassaInCloudCustomerMappingDetails, type GetIntegrationCassaInCloudCustomerMappingDetailsInput, type GetIntegrationCassaInCloudCustomerMappingDetailsResponse, GetIntegrationCassaInCloudCustomerMappings, type GetIntegrationCassaInCloudCustomerMappingsInput, type GetIntegrationCassaInCloudCustomerMappingsQueryParams, type GetIntegrationCassaInCloudCustomerMappingsResponse, GetIntegrationCassaInCloudDepartmentMappingDetails, type GetIntegrationCassaInCloudDepartmentMappingDetailsInput, type GetIntegrationCassaInCloudDepartmentMappingDetailsResponse, GetIntegrationCassaInCloudDepartmentMappings, type GetIntegrationCassaInCloudDepartmentMappingsInput, type GetIntegrationCassaInCloudDepartmentMappingsQueryParams, type GetIntegrationCassaInCloudDepartmentMappingsResponse, GetIntegrationCassaInCloudDetails, type GetIntegrationCassaInCloudDetailsInput, type GetIntegrationCassaInCloudDetailsResponse, GetIntegrationCassaInCloudGlobalClientLogRequests, type GetIntegrationCassaInCloudGlobalClientLogRequestsInput, type GetIntegrationCassaInCloudGlobalClientLogRequestsQueryParams, type GetIntegrationCassaInCloudGlobalClientLogRequestsResponse, GetIntegrationCassaInCloudList, type GetIntegrationCassaInCloudListInput, type GetIntegrationCassaInCloudListQueryParams, type GetIntegrationCassaInCloudListResponse, GetIntegrationCassaInCloudModifierValueMappingDetailsFromCategoryMapping, type GetIntegrationCassaInCloudModifierValueMappingDetailsFromCategoryMappingInput, type GetIntegrationCassaInCloudModifierValueMappingDetailsFromCategoryMappingResponse, GetIntegrationCassaInCloudModifierValueMappingDetailsFromOptionValueMapping, type GetIntegrationCassaInCloudModifierValueMappingDetailsFromOptionValueMappingInput, type GetIntegrationCassaInCloudModifierValueMappingDetailsFromOptionValueMappingResponse, GetIntegrationCassaInCloudModifierValueMappingDetailsFromProductMapping, type GetIntegrationCassaInCloudModifierValueMappingDetailsFromProductMappingInput, type GetIntegrationCassaInCloudModifierValueMappingDetailsFromProductMappingResponse, GetIntegrationCassaInCloudModifierValueMappingsFromCategoryMapping, type GetIntegrationCassaInCloudModifierValueMappingsFromCategoryMappingInput, type GetIntegrationCassaInCloudModifierValueMappingsFromCategoryMappingQueryParams, type GetIntegrationCassaInCloudModifierValueMappingsFromCategoryMappingResponse, GetIntegrationCassaInCloudModifierValueMappingsFromOptionValueMapping, type GetIntegrationCassaInCloudModifierValueMappingsFromOptionValueMappingInput, type GetIntegrationCassaInCloudModifierValueMappingsFromOptionValueMappingQueryParams, type GetIntegrationCassaInCloudModifierValueMappingsFromOptionValueMappingResponse, GetIntegrationCassaInCloudModifierValueMappingsFromProductMapping, type GetIntegrationCassaInCloudModifierValueMappingsFromProductMappingInput, type GetIntegrationCassaInCloudModifierValueMappingsFromProductMappingQueryParams, type GetIntegrationCassaInCloudModifierValueMappingsFromProductMappingResponse, GetIntegrationCassaInCloudOptionMappingDetails, type GetIntegrationCassaInCloudOptionMappingDetailsInput, type GetIntegrationCassaInCloudOptionMappingDetailsResponse, GetIntegrationCassaInCloudOptionMappings, type GetIntegrationCassaInCloudOptionMappingsInput, type GetIntegrationCassaInCloudOptionMappingsQueryParams, type GetIntegrationCassaInCloudOptionMappingsResponse, GetIntegrationCassaInCloudOptionValueMappingDetails, type GetIntegrationCassaInCloudOptionValueMappingDetailsInput, type GetIntegrationCassaInCloudOptionValueMappingDetailsResponse, GetIntegrationCassaInCloudOptionValueMappings, type GetIntegrationCassaInCloudOptionValueMappingsInput, type GetIntegrationCassaInCloudOptionValueMappingsQueryParams, type GetIntegrationCassaInCloudOptionValueMappingsResponse, GetIntegrationCassaInCloudOrderMappingDetails, type GetIntegrationCassaInCloudOrderMappingDetailsInput, type GetIntegrationCassaInCloudOrderMappingDetailsResponse, GetIntegrationCassaInCloudOrderMappings, GetIntegrationCassaInCloudOrderMappingsFromOrder, type GetIntegrationCassaInCloudOrderMappingsFromOrderInput, type GetIntegrationCassaInCloudOrderMappingsFromOrderQueryParams, type GetIntegrationCassaInCloudOrderMappingsFromOrderResponse, type GetIntegrationCassaInCloudOrderMappingsInput, type GetIntegrationCassaInCloudOrderMappingsQueryParams, type GetIntegrationCassaInCloudOrderMappingsResponse, GetIntegrationCassaInCloudOrganizationMappingDetails, type GetIntegrationCassaInCloudOrganizationMappingDetailsInput, type GetIntegrationCassaInCloudOrganizationMappingDetailsResponse, GetIntegrationCassaInCloudOrganizationMappings, type GetIntegrationCassaInCloudOrganizationMappingsInput, type GetIntegrationCassaInCloudOrganizationMappingsQueryParams, type GetIntegrationCassaInCloudOrganizationMappingsResponse, GetIntegrationCassaInCloudProductMappingDetails, type GetIntegrationCassaInCloudProductMappingDetailsInput, type GetIntegrationCassaInCloudProductMappingDetailsResponse, GetIntegrationCassaInCloudProductMappings, type GetIntegrationCassaInCloudProductMappingsInput, type GetIntegrationCassaInCloudProductMappingsQueryParams, type GetIntegrationCassaInCloudProductMappingsResponse, GetIntegrationCassaInCloudProductVariantMappingDetails, type GetIntegrationCassaInCloudProductVariantMappingDetailsInput, type GetIntegrationCassaInCloudProductVariantMappingDetailsResponse, GetIntegrationCassaInCloudProductVariantMappings, type GetIntegrationCassaInCloudProductVariantMappingsInput, type GetIntegrationCassaInCloudProductVariantMappingsQueryParams, type GetIntegrationCassaInCloudProductVariantMappingsResponse, GetIntegrationCassaInCloudSalesModeMappingDetails, type GetIntegrationCassaInCloudSalesModeMappingDetailsInput, type GetIntegrationCassaInCloudSalesModeMappingDetailsResponse, GetIntegrationCassaInCloudSalesModeMappings, type GetIntegrationCassaInCloudSalesModeMappingsInput, type GetIntegrationCassaInCloudSalesModeMappingsQueryParams, type GetIntegrationCassaInCloudSalesModeMappingsResponse, GetIntegrationCassaInCloudSyncCustomersErrorLogDetails, type GetIntegrationCassaInCloudSyncCustomersErrorLogDetailsInput, type GetIntegrationCassaInCloudSyncCustomersErrorLogDetailsResponse, GetIntegrationCassaInCloudSyncCustomersErrorLogs, type GetIntegrationCassaInCloudSyncCustomersErrorLogsInput, type GetIntegrationCassaInCloudSyncCustomersErrorLogsQueryParams, type GetIntegrationCassaInCloudSyncCustomersErrorLogsResponse, GetIntegrationCassaInCloudSyncCustomersProcessDetails, type GetIntegrationCassaInCloudSyncCustomersProcessDetailsInput, type GetIntegrationCassaInCloudSyncCustomersProcessDetailsResponse, GetIntegrationCassaInCloudSyncCustomersProcesses, type GetIntegrationCassaInCloudSyncCustomersProcessesInput, type GetIntegrationCassaInCloudSyncCustomersProcessesQueryParams, type GetIntegrationCassaInCloudSyncCustomersProcessesResponse, GetIntegrationCassaInCloudSyncMenuErrorLogDetails, type GetIntegrationCassaInCloudSyncMenuErrorLogDetailsInput, type GetIntegrationCassaInCloudSyncMenuErrorLogDetailsResponse, GetIntegrationCassaInCloudSyncMenuErrorLogs, type GetIntegrationCassaInCloudSyncMenuErrorLogsInput, type GetIntegrationCassaInCloudSyncMenuErrorLogsQueryParams, type GetIntegrationCassaInCloudSyncMenuErrorLogsResponse, GetIntegrationCassaInCloudSyncMenuProcessDetails, type GetIntegrationCassaInCloudSyncMenuProcessDetailsInput, type GetIntegrationCassaInCloudSyncMenuProcessDetailsResponse, GetIntegrationCassaInCloudSyncMenuProcesses, type GetIntegrationCassaInCloudSyncMenuProcessesInput, type GetIntegrationCassaInCloudSyncMenuProcessesQueryParams, type GetIntegrationCassaInCloudSyncMenuProcessesResponse, GetIntegrationCassaInCloudSyncSalesModesErrorLogDetails, type GetIntegrationCassaInCloudSyncSalesModesErrorLogDetailsInput, type GetIntegrationCassaInCloudSyncSalesModesErrorLogDetailsResponse, GetIntegrationCassaInCloudSyncSalesModesErrorLogs, type GetIntegrationCassaInCloudSyncSalesModesErrorLogsInput, type GetIntegrationCassaInCloudSyncSalesModesErrorLogsQueryParams, type GetIntegrationCassaInCloudSyncSalesModesErrorLogsResponse, GetIntegrationCassaInCloudSyncSalesModesProcessDetails, type GetIntegrationCassaInCloudSyncSalesModesProcessDetailsInput, type GetIntegrationCassaInCloudSyncSalesModesProcessDetailsResponse, GetIntegrationCassaInCloudSyncSalesModesProcesses, type GetIntegrationCassaInCloudSyncSalesModesProcessesInput, type GetIntegrationCassaInCloudSyncSalesModesProcessesQueryParams, type GetIntegrationCassaInCloudSyncSalesModesProcessesResponse, GetIntegrationCassaInCloudSyncTimetablesErrorLogDetails, type GetIntegrationCassaInCloudSyncTimetablesErrorLogDetailsInput, type GetIntegrationCassaInCloudSyncTimetablesErrorLogDetailsResponse, GetIntegrationCassaInCloudSyncTimetablesErrorLogs, type GetIntegrationCassaInCloudSyncTimetablesErrorLogsInput, type GetIntegrationCassaInCloudSyncTimetablesErrorLogsQueryParams, type GetIntegrationCassaInCloudSyncTimetablesErrorLogsResponse, GetIntegrationCassaInCloudSyncTimetablesProcessDetails, type GetIntegrationCassaInCloudSyncTimetablesProcessDetailsInput, type GetIntegrationCassaInCloudSyncTimetablesProcessDetailsResponse, GetIntegrationCassaInCloudSyncTimetablesProcesses, type GetIntegrationCassaInCloudSyncTimetablesProcessesInput, type GetIntegrationCassaInCloudSyncTimetablesProcessesQueryParams, type GetIntegrationCassaInCloudSyncTimetablesProcessesResponse, GetIntegrationCassaInCloudWebHookEventDetails, type GetIntegrationCassaInCloudWebHookEventDetailsInput, type GetIntegrationCassaInCloudWebHookEventDetailsResponse, GetIntegrationCassaInCloudWebHookEvents, type GetIntegrationCassaInCloudWebHookEventsInput, type GetIntegrationCassaInCloudWebHookEventsQueryParams, type GetIntegrationCassaInCloudWebHookEventsResponse, GetIntegrationCassaInCloudWebHookSettingDetails, type GetIntegrationCassaInCloudWebHookSettingDetailsInput, type GetIntegrationCassaInCloudWebHookSettingDetailsResponse, GetIntegrationCassaInCloudWebHookSettings, type GetIntegrationCassaInCloudWebHookSettingsInput, type GetIntegrationCassaInCloudWebHookSettingsQueryParams, type GetIntegrationCassaInCloudWebHookSettingsResponse, GetIntegrationDeliverooBrandSites, type GetIntegrationDeliverooBrandSitesInput, type GetIntegrationDeliverooBrandSitesResponse, GetIntegrationDeliverooBrands, type GetIntegrationDeliverooBrandsInput, type GetIntegrationDeliverooBrandsResponse, GetIntegrationDeliverooClientLogRequestDetails, type GetIntegrationDeliverooClientLogRequestDetailsInput, type GetIntegrationDeliverooClientLogRequestDetailsResponse, GetIntegrationDeliverooClientLogRequests, type GetIntegrationDeliverooClientLogRequestsInput, type GetIntegrationDeliverooClientLogRequestsQueryParams, type GetIntegrationDeliverooClientLogRequestsResponse, GetIntegrationDeliverooDetails, type GetIntegrationDeliverooDetailsInput, type GetIntegrationDeliverooDetailsResponse, GetIntegrationDeliverooGlobalClientLogRequests, type GetIntegrationDeliverooGlobalClientLogRequestsInput, type GetIntegrationDeliverooGlobalClientLogRequestsQueryParams, type GetIntegrationDeliverooGlobalClientLogRequestsResponse, GetIntegrationDeliverooList, type GetIntegrationDeliverooListQueryParams, type GetIntegrationDeliverooListResponse, GetIntegrationDeliverooMenuValidation, type GetIntegrationDeliverooMenuValidationInput, type GetIntegrationDeliverooMenuValidationResponse, GetIntegrationDeliverooMenuVersionDetails, type GetIntegrationDeliverooMenuVersionDetailsInput, type GetIntegrationDeliverooMenuVersionDetailsResponse, GetIntegrationDeliverooMenuVersions, type GetIntegrationDeliverooMenuVersionsInput, type GetIntegrationDeliverooMenuVersionsQueryParams, type GetIntegrationDeliverooMenuVersionsResponse, GetIntegrationDeliverooOrderDetails, type GetIntegrationDeliverooOrderDetailsInput, type GetIntegrationDeliverooOrderDetailsResponse, GetIntegrationDeliverooOrders, GetIntegrationDeliverooOrdersFromOrder, type GetIntegrationDeliverooOrdersFromOrderInput, type GetIntegrationDeliverooOrdersFromOrderQueryParams, type GetIntegrationDeliverooOrdersFromOrderResponse, type GetIntegrationDeliverooOrdersInput, type GetIntegrationDeliverooOrdersQueryParams, type GetIntegrationDeliverooOrdersResponse, GetIntegrationDeliverooSiteBrandIds, type GetIntegrationDeliverooSiteBrandIdsInput, type GetIntegrationDeliverooSiteBrandIdsResponse, GetIntegrationDeliverooSiteDaysOff, type GetIntegrationDeliverooSiteDaysOffInput, type GetIntegrationDeliverooSiteDaysOffQueryParams, type GetIntegrationDeliverooSiteDaysOffResponse, GetIntegrationDeliverooSyncMenuProcessDetails, type GetIntegrationDeliverooSyncMenuProcessDetailsInput, type GetIntegrationDeliverooSyncMenuProcessDetailsResponse, GetIntegrationDeliverooSyncMenuProcesses, type GetIntegrationDeliverooSyncMenuProcessesInput, type GetIntegrationDeliverooSyncMenuProcessesQueryParams, type GetIntegrationDeliverooSyncMenuProcessesResponse, GetIntegrationDeliverooWebhookEventDetails, type GetIntegrationDeliverooWebhookEventDetailsInput, type GetIntegrationDeliverooWebhookEventDetailsResponse, GetIntegrationDeliverooWebhookEvents, GetIntegrationDeliverooWebhookEventsFromOrder, type GetIntegrationDeliverooWebhookEventsFromOrderInput, type GetIntegrationDeliverooWebhookEventsFromOrderResponse, type GetIntegrationDeliverooWebhookEventsInput, type GetIntegrationDeliverooWebhookEventsQueryParams, type GetIntegrationDeliverooWebhookEventsResponse, GetIntegrationDetails, type GetIntegrationDetailsInput, type GetIntegrationDetailsResponse, GetIntegrationEcommerceDetails, type GetIntegrationEcommerceDetailsInput, type GetIntegrationEcommerceDetailsResponse, GetIntegrationEcommerceInfo, type GetIntegrationEcommerceInfoInput, type GetIntegrationEcommerceInfoResponse, GetIntegrationEcommerceList, type GetIntegrationEcommerceListInput, type GetIntegrationEcommerceListQueryParams, type GetIntegrationEcommerceListResponse, GetIntegrationGlovoBulkUpdateDetails, type GetIntegrationGlovoBulkUpdateDetailsInput, type GetIntegrationGlovoBulkUpdateDetailsResponse, GetIntegrationGlovoBulkUpdates, type GetIntegrationGlovoBulkUpdatesInput, type GetIntegrationGlovoBulkUpdatesQueryParams, type GetIntegrationGlovoBulkUpdatesResponse, GetIntegrationGlovoClientLogRequestDetails, type GetIntegrationGlovoClientLogRequestDetailsInput, type GetIntegrationGlovoClientLogRequestDetailsResponse, GetIntegrationGlovoClientLogRequests, type GetIntegrationGlovoClientLogRequestsInput, type GetIntegrationGlovoClientLogRequestsQueryParams, type GetIntegrationGlovoClientLogRequestsResponse, GetIntegrationGlovoDetails, type GetIntegrationGlovoDetailsInput, type GetIntegrationGlovoDetailsResponse, GetIntegrationGlovoGlobalClientLogRequests, type GetIntegrationGlovoGlobalClientLogRequestsInput, type GetIntegrationGlovoGlobalClientLogRequestsQueryParams, type GetIntegrationGlovoGlobalClientLogRequestsResponse, GetIntegrationGlovoList, type GetIntegrationGlovoListInput, type GetIntegrationGlovoListQueryParams, type GetIntegrationGlovoListResponse, GetIntegrationGlovoMenuItemDeltaDetails, type GetIntegrationGlovoMenuItemDeltaDetailsInput, type GetIntegrationGlovoMenuItemDeltaDetailsResponse, GetIntegrationGlovoMenuItemDeltas, type GetIntegrationGlovoMenuItemDeltasInput, type GetIntegrationGlovoMenuItemDeltasQueryParams, type GetIntegrationGlovoMenuItemDeltasResponse, GetIntegrationGlovoMenuUpdateDetails, type GetIntegrationGlovoMenuUpdateDetailsInput, type GetIntegrationGlovoMenuUpdateDetailsResponse, GetIntegrationGlovoMenuUpdates, type GetIntegrationGlovoMenuUpdatesInput, type GetIntegrationGlovoMenuUpdatesQueryParams, type GetIntegrationGlovoMenuUpdatesResponse, GetIntegrationGlovoMenuValidation, type GetIntegrationGlovoMenuValidationInput, type GetIntegrationGlovoMenuValidationResponse, GetIntegrationGlovoMenuVersionDetails, type GetIntegrationGlovoMenuVersionDetailsInput, type GetIntegrationGlovoMenuVersionDetailsResponse, GetIntegrationGlovoMenuVersions, type GetIntegrationGlovoMenuVersionsInput, type GetIntegrationGlovoMenuVersionsQueryParams, type GetIntegrationGlovoMenuVersionsResponse, GetIntegrationGlovoOrderDetails, type GetIntegrationGlovoOrderDetailsInput, type GetIntegrationGlovoOrderDetailsResponse, GetIntegrationGlovoOrders, GetIntegrationGlovoOrdersFromOrder, type GetIntegrationGlovoOrdersFromOrderInput, type GetIntegrationGlovoOrdersFromOrderQueryParams, type GetIntegrationGlovoOrdersFromOrderResponse, type GetIntegrationGlovoOrdersInput, type GetIntegrationGlovoOrdersQueryParams, type GetIntegrationGlovoOrdersResponse, GetIntegrationGlovoSyncStatus, type GetIntegrationGlovoSyncStatusInput, type GetIntegrationGlovoSyncStatusResponse, GetIntegrationGlovoWebhookEventDetails, type GetIntegrationGlovoWebhookEventDetailsInput, type GetIntegrationGlovoWebhookEventDetailsResponse, GetIntegrationGlovoWebhookEvents, GetIntegrationGlovoWebhookEventsFromOrder, type GetIntegrationGlovoWebhookEventsFromOrderInput, type GetIntegrationGlovoWebhookEventsFromOrderResponse, type GetIntegrationGlovoWebhookEventsInput, type GetIntegrationGlovoWebhookEventsQueryParams, type GetIntegrationGlovoWebhookEventsResponse, GetIntegrationIssueDetails, type GetIntegrationIssueDetailsInput, type GetIntegrationIssueDetailsResponse, GetIntegrationIssues, type GetIntegrationIssuesInput, type GetIntegrationIssuesQueryParams, type GetIntegrationIssuesResponse, GetIntegrationJustEatClientLogRequestDetails, type GetIntegrationJustEatClientLogRequestDetailsInput, type GetIntegrationJustEatClientLogRequestDetailsResponse, GetIntegrationJustEatClientLogRequests, type GetIntegrationJustEatClientLogRequestsInput, type GetIntegrationJustEatClientLogRequestsQueryParams, type GetIntegrationJustEatClientLogRequestsResponse, GetIntegrationJustEatDetails, type GetIntegrationJustEatDetailsInput, type GetIntegrationJustEatDetailsResponse, GetIntegrationJustEatGlobalClientLogRequests, type GetIntegrationJustEatGlobalClientLogRequestsInput, type GetIntegrationJustEatGlobalClientLogRequestsQueryParams, type GetIntegrationJustEatGlobalClientLogRequestsResponse, GetIntegrationJustEatList, type GetIntegrationJustEatListInput, type GetIntegrationJustEatListQueryParams, type GetIntegrationJustEatListResponse, GetIntegrationJustEatMenuValidation, type GetIntegrationJustEatMenuValidationInput, type GetIntegrationJustEatMenuValidationResponse, GetIntegrationJustEatMenuVersionDetails, type GetIntegrationJustEatMenuVersionDetailsInput, type GetIntegrationJustEatMenuVersionDetailsResponse, GetIntegrationJustEatMenuVersions, type GetIntegrationJustEatMenuVersionsInput, type GetIntegrationJustEatMenuVersionsQueryParams, type GetIntegrationJustEatMenuVersionsResponse, GetIntegrationJustEatOrderDetails, type GetIntegrationJustEatOrderDetailsInput, type GetIntegrationJustEatOrderDetailsResponse, GetIntegrationJustEatOrders, GetIntegrationJustEatOrdersFromOrder, type GetIntegrationJustEatOrdersFromOrderInput, type GetIntegrationJustEatOrdersFromOrderQueryParams, type GetIntegrationJustEatOrdersFromOrderResponse, 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 IntegrationAsyncMessageResponse, type IntegrationCancellationRequest, type IntegrationCancellationRequestDetails, type IntegrationCancellationRequestIri, type IntegrationCancellationRequestNullableIri, type IntegrationCancellationRequestStatus, type IntegrationCassaInCloud, type IntegrationCassaInCloudCategoryMapping, type IntegrationCassaInCloudCategoryMappingDetails, type IntegrationCassaInCloudCategoryMappingIri, type IntegrationCassaInCloudCategoryMappingsQueryParams, type IntegrationCassaInCloudCategoryModifierValueMappingIri, type IntegrationCassaInCloudComponentMapping, type IntegrationCassaInCloudComponentMappingDetails, type IntegrationCassaInCloudComponentMappingIri, type IntegrationCassaInCloudComponentMappingsQueryParams, type IntegrationCassaInCloudCustomerMapping, type IntegrationCassaInCloudCustomerMappingDetails, type IntegrationCassaInCloudCustomerMappingIri, type IntegrationCassaInCloudCustomerMappingsQueryParams, type IntegrationCassaInCloudCustomersSyncStep, type IntegrationCassaInCloudData, type IntegrationCassaInCloudDepartmentMapping, type IntegrationCassaInCloudDepartmentMappingDetails, type IntegrationCassaInCloudDepartmentMappingIri, type IntegrationCassaInCloudDepartmentMappingsQueryParams, type IntegrationCassaInCloudDetails, type IntegrationCassaInCloudDirection, type IntegrationCassaInCloudEditableFields, type IntegrationCassaInCloudIri, type IntegrationCassaInCloudMenuSyncStep, type IntegrationCassaInCloudMissingComponentStrategy, type IntegrationCassaInCloudModifierValueMapping, type IntegrationCassaInCloudModifierValueMappingDetails, type IntegrationCassaInCloudModifierValueMappingsQueryParams, type IntegrationCassaInCloudNullableIri, type IntegrationCassaInCloudOptionMapping, type IntegrationCassaInCloudOptionMappingDetails, type IntegrationCassaInCloudOptionMappingIri, type IntegrationCassaInCloudOptionMappingsQueryParams, type IntegrationCassaInCloudOptionValueMapping, type IntegrationCassaInCloudOptionValueMappingDetails, type IntegrationCassaInCloudOptionValueMappingIri, type IntegrationCassaInCloudOptionValueMappingsQueryParams, type IntegrationCassaInCloudOptionValueModifierValueMappingIri, type IntegrationCassaInCloudOrderMapping, type IntegrationCassaInCloudOrderMappingDetails, type IntegrationCassaInCloudOrderMappingIri, type IntegrationCassaInCloudOrderMappingsQueryParams, type IntegrationCassaInCloudOrganizationMapping, type IntegrationCassaInCloudOrganizationMappingDetails, type IntegrationCassaInCloudOrganizationMappingIri, type IntegrationCassaInCloudOrganizationMappingsQueryParams, type IntegrationCassaInCloudProductChannel, type IntegrationCassaInCloudProductMapping, type IntegrationCassaInCloudProductMappingDetails, type IntegrationCassaInCloudProductMappingIri, type IntegrationCassaInCloudProductMappingsQueryParams, type IntegrationCassaInCloudProductModifierValueMappingIri, type IntegrationCassaInCloudProductVariantMapping, type IntegrationCassaInCloudProductVariantMappingDetails, type IntegrationCassaInCloudProductVariantMappingIri, type IntegrationCassaInCloudProductVariantMappingsQueryParams, type IntegrationCassaInCloudSalesModeMapping, type IntegrationCassaInCloudSalesModeMappingDetails, type IntegrationCassaInCloudSalesModeMappingIri, type IntegrationCassaInCloudSalesModeMappingsQueryParams, type IntegrationCassaInCloudSalesModesSyncStep, IntegrationCassaInCloudSyncCustomers, type IntegrationCassaInCloudSyncCustomersErrorLog, type IntegrationCassaInCloudSyncCustomersErrorLogDetails, type IntegrationCassaInCloudSyncCustomersErrorLogIri, type IntegrationCassaInCloudSyncCustomersErrorLogsQueryParams, type IntegrationCassaInCloudSyncCustomersInput, type IntegrationCassaInCloudSyncCustomersProcess, type IntegrationCassaInCloudSyncCustomersProcessDetails, type IntegrationCassaInCloudSyncCustomersProcessIri, type IntegrationCassaInCloudSyncCustomersProcessesQueryParams, type IntegrationCassaInCloudSyncCustomersResponse, type IntegrationCassaInCloudSyncDirection, type IntegrationCassaInCloudSyncMenuErrorLog, type IntegrationCassaInCloudSyncMenuErrorLogDetails, type IntegrationCassaInCloudSyncMenuErrorLogIri, type IntegrationCassaInCloudSyncMenuErrorLogNullableIri, type IntegrationCassaInCloudSyncMenuErrorLogsQueryParams, type IntegrationCassaInCloudSyncMenuProcess, type IntegrationCassaInCloudSyncMenuProcessDetails, type IntegrationCassaInCloudSyncMenuProcessIri, type IntegrationCassaInCloudSyncMenuProcessesQueryParams, type IntegrationCassaInCloudSyncMode, IntegrationCassaInCloudSyncOrganizations, type IntegrationCassaInCloudSyncOrganizationsResponse, IntegrationCassaInCloudSyncProducts, type IntegrationCassaInCloudSyncProductsInput, type IntegrationCassaInCloudSyncProductsResponse, IntegrationCassaInCloudSyncSalesModes, type IntegrationCassaInCloudSyncSalesModesErrorLog, type IntegrationCassaInCloudSyncSalesModesErrorLogDetails, type IntegrationCassaInCloudSyncSalesModesErrorLogIri, type IntegrationCassaInCloudSyncSalesModesErrorLogsQueryParams, type IntegrationCassaInCloudSyncSalesModesInput, type IntegrationCassaInCloudSyncSalesModesProcess, type IntegrationCassaInCloudSyncSalesModesProcessDetails, type IntegrationCassaInCloudSyncSalesModesProcessIri, type IntegrationCassaInCloudSyncSalesModesProcessesQueryParams, type IntegrationCassaInCloudSyncSalesModesResponse, type IntegrationCassaInCloudSyncSettings, IntegrationCassaInCloudSyncStock, type IntegrationCassaInCloudSyncStockResponse, type IntegrationCassaInCloudSyncTimes, IntegrationCassaInCloudSyncTimetables, type IntegrationCassaInCloudSyncTimetablesErrorLog, type IntegrationCassaInCloudSyncTimetablesErrorLogDetails, type IntegrationCassaInCloudSyncTimetablesErrorLogIri, type IntegrationCassaInCloudSyncTimetablesErrorLogsQueryParams, type IntegrationCassaInCloudSyncTimetablesInput, type IntegrationCassaInCloudSyncTimetablesProcess, type IntegrationCassaInCloudSyncTimetablesProcessDetails, type IntegrationCassaInCloudSyncTimetablesProcessIri, type IntegrationCassaInCloudSyncTimetablesProcessesQueryParams, type IntegrationCassaInCloudSyncTimetablesResponse, IntegrationCassaInCloudSyncWebHooks, type IntegrationCassaInCloudSyncWebHooksResponse, type IntegrationCassaInCloudTimetablesSyncStep, type IntegrationCassaInCloudWebHookEvent, type IntegrationCassaInCloudWebHookEventDetails, type IntegrationCassaInCloudWebHookEventEntity, type IntegrationCassaInCloudWebHookEventEvent, type IntegrationCassaInCloudWebHookEventsQueryParams, type IntegrationCassaInCloudWebHookSetting, type IntegrationCassaInCloudWebHookSettingDetails, type IntegrationCassaInCloudWebHookSettingIri, type IntegrationCassaInCloudWebHookSettingsQueryParams, type IntegrationClientLogRequest, type IntegrationClientLogRequestDetails, type IntegrationClientLogRequestMethod, type IntegrationDeliveroo, type IntegrationDeliverooData, type IntegrationDeliverooDebugApiAccess, type IntegrationDeliverooDebugBrand, type IntegrationDeliverooDebugBrandsResponse, type IntegrationDeliverooDebugDayOff, type IntegrationDeliverooDebugDaysOffResponse, type IntegrationDeliverooDebugPage, type IntegrationDeliverooDebugSite, type IntegrationDeliverooDebugSiteBrandIdsResponse, type IntegrationDeliverooDebugSiteType, type IntegrationDeliverooDebugSitesResponse, type IntegrationDeliverooDetails, type IntegrationDeliverooEditableFields, type IntegrationDeliverooIri, type IntegrationDeliverooMenuVersionIri, type IntegrationDeliverooMenuVersionNullableIri, type IntegrationDeliverooNullableIri, type IntegrationDeliverooOrder, type IntegrationDeliverooOrderDetails, type IntegrationDeliverooOrderIri, type IntegrationDeliverooOrdersQueryParams, 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 IntegrationEcommerce, type IntegrationEcommerceCompanyInfo, type IntegrationEcommerceDetails, type IntegrationEcommerceEditableFields, type IntegrationEcommerceInfo, type IntegrationEcommerceIri, type IntegrationEcommerceMenu, type IntegrationEcommerceMenuCategory, type IntegrationEcommerceMenuItem, type IntegrationEcommerceMenuModifier, type IntegrationEcommerceMenuPrice, type IntegrationEcommerceMenuPriceOverride, type IntegrationEcommerceNullableIri, type IntegrationEcommerceOrderingMode, type IntegrationEcommercePointOfSaleInfo, type IntegrationGlovo, type IntegrationGlovoBulkUpdate, type IntegrationGlovoBulkUpdateDetails, type IntegrationGlovoBulkUpdateIri, type IntegrationGlovoBulkUpdateStatus, type IntegrationGlovoBulkUpdatesQueryParams, type IntegrationGlovoData, type IntegrationGlovoDetails, type IntegrationGlovoEditableFields, type IntegrationGlovoIri, type IntegrationGlovoMenuItemDelta, type IntegrationGlovoMenuItemDeltaDetails, type IntegrationGlovoMenuItemDeltaIri, type IntegrationGlovoMenuItemDeltasQueryParams, type IntegrationGlovoMenuUpdate, type IntegrationGlovoMenuUpdateDetails, type IntegrationGlovoMenuUpdateStatus, type IntegrationGlovoMenuUpdatesQueryParams, type IntegrationGlovoMenuVersionIri, type IntegrationGlovoMenuVersionNullableIri, type IntegrationGlovoNullableIri, type IntegrationGlovoOrder, type IntegrationGlovoOrderDetails, type IntegrationGlovoOrderIri, type IntegrationGlovoOrdersQueryParams, type IntegrationGlovoStoreStatus, IntegrationGlovoSyncMenu, type IntegrationGlovoSyncStatus, type IntegrationGlovoSyncStatusResponse, type IntegrationGlovoWebhookEvent, type IntegrationGlovoWebhookEventDetails, type IntegrationGlovoWebhookEventType, type IntegrationGlovoWebhookEventsQueryParams, type IntegrationIssue, type IntegrationIssueCode, type IntegrationIssueDetails, type IntegrationIssueIri, type IntegrationIssueScope, type IntegrationJustEat, type IntegrationJustEatData, type IntegrationJustEatDetails, type IntegrationJustEatEditableFields, type IntegrationJustEatIri, type IntegrationJustEatMenuType, type IntegrationJustEatMenuValidationQueryParams, type IntegrationJustEatMenuVersionIri, type IntegrationJustEatMenuVersionNullableIri, type IntegrationJustEatNullableIri, type IntegrationJustEatOrder, type IntegrationJustEatOrderCancellationReason, type IntegrationJustEatOrderDetails, type IntegrationJustEatOrderIri, 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 IntegrationsEcommerceQueryParams, 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, UpdateIntegrationEcommerce, type UpdateIntegrationEcommerceInput, type UpdateIntegrationEcommerceResponse, 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, createIntegrationEcommerceInputSchema, createIntegrationEcommerceResponseSchema, createIntegrationGlovoInputSchema, createIntegrationGlovoResponseSchema, createIntegrationJustEatInputSchema, createIntegrationJustEatResponseSchema, createIntegrationKitchenAccessTokenInputSchema, createIntegrationKitchenAccessTokenResponseSchema, createIntegrationKitchenInputSchema, createIntegrationKitchenResponseSchema, deleteIntegrationActivationRequestInputSchema, deleteIntegrationActivationRequestResponseSchema, deleteIntegrationCancellationRequestInputSchema, deleteIntegrationCancellationRequestResponseSchema, deleteIntegrationCassaInCloudInputSchema, deleteIntegrationCassaInCloudResponseSchema, deleteIntegrationDeliverooInputSchema, deleteIntegrationDeliverooResponseSchema, deleteIntegrationEcommerceInputSchema, deleteIntegrationEcommerceResponseSchema, 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, getIntegrationCassaInCloudCategoryMappingDetailsInputSchema, getIntegrationCassaInCloudCategoryMappingDetailsResponseSchema, getIntegrationCassaInCloudCategoryMappingsInputSchema, getIntegrationCassaInCloudCategoryMappingsQuerySchema, getIntegrationCassaInCloudCategoryMappingsResponseSchema, getIntegrationCassaInCloudClientLogRequestDetailsInputSchema, getIntegrationCassaInCloudClientLogRequestDetailsResponseSchema, getIntegrationCassaInCloudClientLogRequestsInputSchema, getIntegrationCassaInCloudClientLogRequestsQuerySchema, getIntegrationCassaInCloudClientLogRequestsResponseSchema, getIntegrationCassaInCloudComponentMappingDetailsInputSchema, getIntegrationCassaInCloudComponentMappingDetailsResponseSchema, getIntegrationCassaInCloudComponentMappingsInputSchema, getIntegrationCassaInCloudComponentMappingsQuerySchema, getIntegrationCassaInCloudComponentMappingsResponseSchema, getIntegrationCassaInCloudCustomerMappingDetailsInputSchema, getIntegrationCassaInCloudCustomerMappingDetailsResponseSchema, getIntegrationCassaInCloudCustomerMappingsInputSchema, getIntegrationCassaInCloudCustomerMappingsQuerySchema, getIntegrationCassaInCloudCustomerMappingsResponseSchema, getIntegrationCassaInCloudDepartmentMappingDetailsInputSchema, getIntegrationCassaInCloudDepartmentMappingDetailsResponseSchema, getIntegrationCassaInCloudDepartmentMappingsInputSchema, getIntegrationCassaInCloudDepartmentMappingsQuerySchema, getIntegrationCassaInCloudDepartmentMappingsResponseSchema, getIntegrationCassaInCloudDetailsInputSchema, getIntegrationCassaInCloudDetailsResponseSchema, getIntegrationCassaInCloudGlobalClientLogRequestsInputSchema, getIntegrationCassaInCloudGlobalClientLogRequestsQuerySchema, getIntegrationCassaInCloudGlobalClientLogRequestsResponseSchema, getIntegrationCassaInCloudListInputSchema, getIntegrationCassaInCloudListQuerySchema, getIntegrationCassaInCloudListResponseSchema, getIntegrationCassaInCloudModifierValueMappingDetailsFromCategoryMappingInputSchema, getIntegrationCassaInCloudModifierValueMappingDetailsFromCategoryMappingResponseSchema, getIntegrationCassaInCloudModifierValueMappingDetailsFromOptionValueMappingInputSchema, getIntegrationCassaInCloudModifierValueMappingDetailsFromOptionValueMappingResponseSchema, getIntegrationCassaInCloudModifierValueMappingDetailsFromProductMappingInputSchema, getIntegrationCassaInCloudModifierValueMappingDetailsFromProductMappingResponseSchema, getIntegrationCassaInCloudModifierValueMappingsFromCategoryMappingInputSchema, getIntegrationCassaInCloudModifierValueMappingsFromCategoryMappingQuerySchema, getIntegrationCassaInCloudModifierValueMappingsFromCategoryMappingResponseSchema, getIntegrationCassaInCloudModifierValueMappingsFromOptionValueMappingInputSchema, getIntegrationCassaInCloudModifierValueMappingsFromOptionValueMappingQuerySchema, getIntegrationCassaInCloudModifierValueMappingsFromOptionValueMappingResponseSchema, getIntegrationCassaInCloudModifierValueMappingsFromProductMappingInputSchema, getIntegrationCassaInCloudModifierValueMappingsFromProductMappingQuerySchema, getIntegrationCassaInCloudModifierValueMappingsFromProductMappingResponseSchema, getIntegrationCassaInCloudOptionMappingDetailsInputSchema, getIntegrationCassaInCloudOptionMappingDetailsResponseSchema, getIntegrationCassaInCloudOptionMappingsInputSchema, getIntegrationCassaInCloudOptionMappingsQuerySchema, getIntegrationCassaInCloudOptionMappingsResponseSchema, getIntegrationCassaInCloudOptionValueMappingDetailsInputSchema, getIntegrationCassaInCloudOptionValueMappingDetailsResponseSchema, getIntegrationCassaInCloudOptionValueMappingsInputSchema, getIntegrationCassaInCloudOptionValueMappingsQuerySchema, getIntegrationCassaInCloudOptionValueMappingsResponseSchema, getIntegrationCassaInCloudOrderMappingDetailsInputSchema, getIntegrationCassaInCloudOrderMappingDetailsResponseSchema, getIntegrationCassaInCloudOrderMappingsFromOrderInputSchema, getIntegrationCassaInCloudOrderMappingsFromOrderQuerySchema, getIntegrationCassaInCloudOrderMappingsFromOrderResponseSchema, getIntegrationCassaInCloudOrderMappingsInputSchema, getIntegrationCassaInCloudOrderMappingsQuerySchema, getIntegrationCassaInCloudOrderMappingsResponseSchema, getIntegrationCassaInCloudOrganizationMappingDetailsInputSchema, getIntegrationCassaInCloudOrganizationMappingDetailsResponseSchema, getIntegrationCassaInCloudOrganizationMappingsInputSchema, getIntegrationCassaInCloudOrganizationMappingsQuerySchema, getIntegrationCassaInCloudOrganizationMappingsResponseSchema, getIntegrationCassaInCloudProductMappingDetailsInputSchema, getIntegrationCassaInCloudProductMappingDetailsResponseSchema, getIntegrationCassaInCloudProductMappingsInputSchema, getIntegrationCassaInCloudProductMappingsQuerySchema, getIntegrationCassaInCloudProductMappingsResponseSchema, getIntegrationCassaInCloudProductVariantMappingDetailsInputSchema, getIntegrationCassaInCloudProductVariantMappingDetailsResponseSchema, getIntegrationCassaInCloudProductVariantMappingsInputSchema, getIntegrationCassaInCloudProductVariantMappingsQuerySchema, getIntegrationCassaInCloudProductVariantMappingsResponseSchema, getIntegrationCassaInCloudSalesModeMappingDetailsInputSchema, getIntegrationCassaInCloudSalesModeMappingDetailsResponseSchema, getIntegrationCassaInCloudSalesModeMappingsInputSchema, getIntegrationCassaInCloudSalesModeMappingsQuerySchema, getIntegrationCassaInCloudSalesModeMappingsResponseSchema, getIntegrationCassaInCloudSyncCustomersErrorLogDetailsInputSchema, getIntegrationCassaInCloudSyncCustomersErrorLogDetailsResponseSchema, getIntegrationCassaInCloudSyncCustomersErrorLogsInputSchema, getIntegrationCassaInCloudSyncCustomersErrorLogsQuerySchema, getIntegrationCassaInCloudSyncCustomersErrorLogsResponseSchema, getIntegrationCassaInCloudSyncCustomersProcessDetailsInputSchema, getIntegrationCassaInCloudSyncCustomersProcessDetailsResponseSchema, getIntegrationCassaInCloudSyncCustomersProcessesInputSchema, getIntegrationCassaInCloudSyncCustomersProcessesQuerySchema, getIntegrationCassaInCloudSyncCustomersProcessesResponseSchema, getIntegrationCassaInCloudSyncMenuErrorLogDetailsInputSchema, getIntegrationCassaInCloudSyncMenuErrorLogDetailsResponseSchema, getIntegrationCassaInCloudSyncMenuErrorLogsInputSchema, getIntegrationCassaInCloudSyncMenuErrorLogsQuerySchema, getIntegrationCassaInCloudSyncMenuErrorLogsResponseSchema, getIntegrationCassaInCloudSyncMenuProcessDetailsInputSchema, getIntegrationCassaInCloudSyncMenuProcessDetailsResponseSchema, getIntegrationCassaInCloudSyncMenuProcessesInputSchema, getIntegrationCassaInCloudSyncMenuProcessesQuerySchema, getIntegrationCassaInCloudSyncMenuProcessesResponseSchema, getIntegrationCassaInCloudSyncSalesModesErrorLogDetailsInputSchema, getIntegrationCassaInCloudSyncSalesModesErrorLogDetailsResponseSchema, getIntegrationCassaInCloudSyncSalesModesErrorLogsInputSchema, getIntegrationCassaInCloudSyncSalesModesErrorLogsQuerySchema, getIntegrationCassaInCloudSyncSalesModesErrorLogsResponseSchema, getIntegrationCassaInCloudSyncSalesModesProcessDetailsInputSchema, getIntegrationCassaInCloudSyncSalesModesProcessDetailsResponseSchema, getIntegrationCassaInCloudSyncSalesModesProcessesInputSchema, getIntegrationCassaInCloudSyncSalesModesProcessesQuerySchema, getIntegrationCassaInCloudSyncSalesModesProcessesResponseSchema, getIntegrationCassaInCloudSyncTimetablesErrorLogDetailsInputSchema, getIntegrationCassaInCloudSyncTimetablesErrorLogDetailsResponseSchema, getIntegrationCassaInCloudSyncTimetablesErrorLogsInputSchema, getIntegrationCassaInCloudSyncTimetablesErrorLogsQuerySchema, getIntegrationCassaInCloudSyncTimetablesErrorLogsResponseSchema, getIntegrationCassaInCloudSyncTimetablesProcessDetailsInputSchema, getIntegrationCassaInCloudSyncTimetablesProcessDetailsResponseSchema, getIntegrationCassaInCloudSyncTimetablesProcessesInputSchema, getIntegrationCassaInCloudSyncTimetablesProcessesQuerySchema, getIntegrationCassaInCloudSyncTimetablesProcessesResponseSchema, getIntegrationCassaInCloudWebHookEventDetailsInputSchema, getIntegrationCassaInCloudWebHookEventDetailsResponseSchema, getIntegrationCassaInCloudWebHookEventsInputSchema, getIntegrationCassaInCloudWebHookEventsQuerySchema, getIntegrationCassaInCloudWebHookEventsResponseSchema, getIntegrationCassaInCloudWebHookSettingDetailsInputSchema, getIntegrationCassaInCloudWebHookSettingDetailsResponseSchema, getIntegrationCassaInCloudWebHookSettingsInputSchema, getIntegrationCassaInCloudWebHookSettingsQuerySchema, getIntegrationCassaInCloudWebHookSettingsResponseSchema, getIntegrationDeliverooBrandSitesInputSchema, getIntegrationDeliverooBrandSitesResponseSchema, getIntegrationDeliverooBrandsInputSchema, getIntegrationDeliverooBrandsResponseSchema, getIntegrationDeliverooClientLogRequestDetailsInputSchema, getIntegrationDeliverooClientLogRequestDetailsResponseSchema, getIntegrationDeliverooClientLogRequestsInputSchema, getIntegrationDeliverooClientLogRequestsQuerySchema, getIntegrationDeliverooClientLogRequestsResponseSchema, getIntegrationDeliverooDetailsInputSchema, getIntegrationDeliverooDetailsResponseSchema, getIntegrationDeliverooGlobalClientLogRequestsInputSchema, getIntegrationDeliverooGlobalClientLogRequestsQuerySchema, getIntegrationDeliverooGlobalClientLogRequestsResponseSchema, getIntegrationDeliverooListInputSchema, getIntegrationDeliverooListQuerySchema, getIntegrationDeliverooListResponseSchema, getIntegrationDeliverooMenuValidationInputSchema, getIntegrationDeliverooMenuValidationResponseSchema, getIntegrationDeliverooMenuVersionDetailsInputSchema, getIntegrationDeliverooMenuVersionDetailsResponseSchema, getIntegrationDeliverooMenuVersionsInputSchema, getIntegrationDeliverooMenuVersionsQuerySchema, getIntegrationDeliverooMenuVersionsResponseSchema, getIntegrationDeliverooOrderDetailsInputSchema, getIntegrationDeliverooOrderDetailsResponseSchema, getIntegrationDeliverooOrdersFromOrderInputSchema, getIntegrationDeliverooOrdersFromOrderQuerySchema, getIntegrationDeliverooOrdersFromOrderResponseSchema, getIntegrationDeliverooOrdersInputSchema, getIntegrationDeliverooOrdersQuerySchema, getIntegrationDeliverooOrdersResponseSchema, getIntegrationDeliverooSiteBrandIdsInputSchema, getIntegrationDeliverooSiteBrandIdsResponseSchema, getIntegrationDeliverooSiteDaysOffInputSchema, getIntegrationDeliverooSiteDaysOffQuerySchema, getIntegrationDeliverooSiteDaysOffResponseSchema, getIntegrationDeliverooSyncMenuProcessDetailsInputSchema, getIntegrationDeliverooSyncMenuProcessDetailsResponseSchema, getIntegrationDeliverooSyncMenuProcessesInputSchema, getIntegrationDeliverooSyncMenuProcessesQuerySchema, getIntegrationDeliverooSyncMenuProcessesResponseSchema, getIntegrationDeliverooWebhookEventDetailsInputSchema, getIntegrationDeliverooWebhookEventDetailsResponseSchema, getIntegrationDeliverooWebhookEventsFromOrderInputSchema, getIntegrationDeliverooWebhookEventsFromOrderResponseSchema, getIntegrationDeliverooWebhookEventsInputSchema, getIntegrationDeliverooWebhookEventsQuerySchema, getIntegrationDeliverooWebhookEventsResponseSchema, getIntegrationDetailsInputSchema, getIntegrationDetailsResponseSchema, getIntegrationEcommerceDetailsInputSchema, getIntegrationEcommerceDetailsResponseSchema, getIntegrationEcommerceInfoInputSchema, getIntegrationEcommerceInfoResponseSchema, getIntegrationEcommerceListInputSchema, getIntegrationEcommerceListQuerySchema, getIntegrationEcommerceListResponseSchema, getIntegrationGlovoBulkUpdateDetailsInputSchema, getIntegrationGlovoBulkUpdateDetailsResponseSchema, getIntegrationGlovoBulkUpdatesInputSchema, getIntegrationGlovoBulkUpdatesQuerySchema, getIntegrationGlovoBulkUpdatesResponseSchema, getIntegrationGlovoClientLogRequestDetailsInputSchema, getIntegrationGlovoClientLogRequestDetailsResponseSchema, getIntegrationGlovoClientLogRequestsInputSchema, getIntegrationGlovoClientLogRequestsQuerySchema, getIntegrationGlovoClientLogRequestsResponseSchema, getIntegrationGlovoDetailsInputSchema, getIntegrationGlovoDetailsResponseSchema, getIntegrationGlovoGlobalClientLogRequestsInputSchema, getIntegrationGlovoGlobalClientLogRequestsQuerySchema, getIntegrationGlovoGlobalClientLogRequestsResponseSchema, getIntegrationGlovoListInputSchema, getIntegrationGlovoListQuerySchema, getIntegrationGlovoListResponseSchema, getIntegrationGlovoMenuItemDeltaDetailsInputSchema, getIntegrationGlovoMenuItemDeltaDetailsResponseSchema, getIntegrationGlovoMenuItemDeltasInputSchema, getIntegrationGlovoMenuItemDeltasQuerySchema, getIntegrationGlovoMenuItemDeltasResponseSchema, getIntegrationGlovoMenuUpdateDetailsInputSchema, getIntegrationGlovoMenuUpdateDetailsResponseSchema, getIntegrationGlovoMenuUpdatesInputSchema, getIntegrationGlovoMenuUpdatesQuerySchema, getIntegrationGlovoMenuUpdatesResponseSchema, getIntegrationGlovoMenuValidationInputSchema, getIntegrationGlovoMenuValidationResponseSchema, getIntegrationGlovoMenuVersionDetailsInputSchema, getIntegrationGlovoMenuVersionDetailsResponseSchema, getIntegrationGlovoMenuVersionsInputSchema, getIntegrationGlovoMenuVersionsQuerySchema, getIntegrationGlovoMenuVersionsResponseSchema, getIntegrationGlovoOrderDetailsInputSchema, getIntegrationGlovoOrderDetailsResponseSchema, getIntegrationGlovoOrdersFromOrderInputSchema, getIntegrationGlovoOrdersFromOrderQuerySchema, getIntegrationGlovoOrdersFromOrderResponseSchema, getIntegrationGlovoOrdersInputSchema, getIntegrationGlovoOrdersQuerySchema, getIntegrationGlovoOrdersResponseSchema, getIntegrationGlovoSyncStatusInputSchema, getIntegrationGlovoSyncStatusResponseSchema, getIntegrationGlovoWebhookEventDetailsInputSchema, getIntegrationGlovoWebhookEventDetailsResponseSchema, getIntegrationGlovoWebhookEventsFromOrderInputSchema, getIntegrationGlovoWebhookEventsFromOrderResponseSchema, getIntegrationGlovoWebhookEventsInputSchema, getIntegrationGlovoWebhookEventsQuerySchema, getIntegrationGlovoWebhookEventsResponseSchema, getIntegrationIssueDetailsInputSchema, getIntegrationIssueDetailsResponseSchema, getIntegrationIssuesInputSchema, getIntegrationIssuesQuerySchema, getIntegrationIssuesResponseSchema, getIntegrationJustEatClientLogRequestDetailsInputSchema, getIntegrationJustEatClientLogRequestDetailsResponseSchema, getIntegrationJustEatClientLogRequestsInputSchema, getIntegrationJustEatClientLogRequestsQuerySchema, getIntegrationJustEatClientLogRequestsResponseSchema, getIntegrationJustEatDetailsInputSchema, getIntegrationJustEatDetailsResponseSchema, getIntegrationJustEatGlobalClientLogRequestsInputSchema, getIntegrationJustEatGlobalClientLogRequestsQuerySchema, getIntegrationJustEatGlobalClientLogRequestsResponseSchema, getIntegrationJustEatListInputSchema, getIntegrationJustEatListQuerySchema, getIntegrationJustEatListResponseSchema, getIntegrationJustEatMenuValidationInputSchema, getIntegrationJustEatMenuValidationResponseSchema, getIntegrationJustEatMenuVersionDetailsInputSchema, getIntegrationJustEatMenuVersionDetailsResponseSchema, getIntegrationJustEatMenuVersionsInputSchema, getIntegrationJustEatMenuVersionsQuerySchema, getIntegrationJustEatMenuVersionsResponseSchema, getIntegrationJustEatOrderDetailsInputSchema, getIntegrationJustEatOrderDetailsResponseSchema, getIntegrationJustEatOrdersFromOrderInputSchema, getIntegrationJustEatOrdersFromOrderQuerySchema, getIntegrationJustEatOrdersFromOrderResponseSchema, 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, integrationAsyncMessageResponseSchema, integrationBaseSchema, integrationCancellationRequestDetailsSchema, integrationCancellationRequestIriSchema, integrationCancellationRequestNullableIriSchema, integrationCancellationRequestSchema, integrationCancellationRequestStatusSchema, integrationCancellationRequestStatuses, integrationCassaInCloudCategoryMappingDetailsSchema, integrationCassaInCloudCategoryMappingIriSchema, integrationCassaInCloudCategoryMappingSchema, integrationCassaInCloudCategoryMappingsQuerySchema, integrationCassaInCloudCategoryModifierValueMappingIriSchema, integrationCassaInCloudComponentMappingDetailsSchema, integrationCassaInCloudComponentMappingIriSchema, integrationCassaInCloudComponentMappingSchema, integrationCassaInCloudComponentMappingsQuerySchema, integrationCassaInCloudCustomerMappingDetailsSchema, integrationCassaInCloudCustomerMappingIriSchema, integrationCassaInCloudCustomerMappingSchema, integrationCassaInCloudCustomerMappingsQuerySchema, integrationCassaInCloudCustomersSyncStepSchema, integrationCassaInCloudCustomersSyncSteps, integrationCassaInCloudDataSchema, integrationCassaInCloudDepartmentMappingDetailsSchema, integrationCassaInCloudDepartmentMappingIriSchema, integrationCassaInCloudDepartmentMappingSchema, integrationCassaInCloudDepartmentMappingsQuerySchema, integrationCassaInCloudDetailsSchema, integrationCassaInCloudDirectionSchema, integrationCassaInCloudDirections, integrationCassaInCloudEditableFieldsSchema, integrationCassaInCloudIriSchema, integrationCassaInCloudMenuSyncStepSchema, integrationCassaInCloudMenuSyncSteps, integrationCassaInCloudMissingComponentStrategies, integrationCassaInCloudMissingComponentStrategySchema, integrationCassaInCloudModifierValueMappingDetailsSchema, integrationCassaInCloudModifierValueMappingSchema, integrationCassaInCloudModifierValueMappingsQuerySchema, integrationCassaInCloudNullableIriSchema, integrationCassaInCloudOptionMappingDetailsSchema, integrationCassaInCloudOptionMappingIriSchema, integrationCassaInCloudOptionMappingSchema, integrationCassaInCloudOptionMappingsQuerySchema, integrationCassaInCloudOptionValueMappingDetailsSchema, integrationCassaInCloudOptionValueMappingIriSchema, integrationCassaInCloudOptionValueMappingSchema, integrationCassaInCloudOptionValueMappingsQuerySchema, integrationCassaInCloudOptionValueModifierValueMappingIriSchema, integrationCassaInCloudOrderMappingDetailsSchema, integrationCassaInCloudOrderMappingIriSchema, integrationCassaInCloudOrderMappingSchema, integrationCassaInCloudOrderMappingsQuerySchema, integrationCassaInCloudOrganizationMappingDetailsSchema, integrationCassaInCloudOrganizationMappingIriSchema, integrationCassaInCloudOrganizationMappingSchema, integrationCassaInCloudOrganizationMappingsQuerySchema, integrationCassaInCloudProductChannelSchema, integrationCassaInCloudProductChannels, integrationCassaInCloudProductMappingDetailsSchema, integrationCassaInCloudProductMappingIriSchema, integrationCassaInCloudProductMappingSchema, integrationCassaInCloudProductMappingsQuerySchema, integrationCassaInCloudProductModifierValueMappingIriSchema, integrationCassaInCloudProductVariantMappingDetailsSchema, integrationCassaInCloudProductVariantMappingIriSchema, integrationCassaInCloudProductVariantMappingSchema, integrationCassaInCloudProductVariantMappingsQuerySchema, integrationCassaInCloudSalesModeMappingDetailsSchema, integrationCassaInCloudSalesModeMappingIriSchema, integrationCassaInCloudSalesModeMappingSchema, integrationCassaInCloudSalesModeMappingsQuerySchema, integrationCassaInCloudSalesModesSyncStepSchema, integrationCassaInCloudSalesModesSyncSteps, integrationCassaInCloudSchema, integrationCassaInCloudSyncCustomersErrorLogDetailsSchema, integrationCassaInCloudSyncCustomersErrorLogIriSchema, integrationCassaInCloudSyncCustomersErrorLogSchema, integrationCassaInCloudSyncCustomersErrorLogsQuerySchema, integrationCassaInCloudSyncCustomersInputSchema, integrationCassaInCloudSyncCustomersProcessDetailsSchema, integrationCassaInCloudSyncCustomersProcessIriSchema, integrationCassaInCloudSyncCustomersProcessSchema, integrationCassaInCloudSyncCustomersProcessesQuerySchema, integrationCassaInCloudSyncCustomersResponseSchema, integrationCassaInCloudSyncDirectionSchema, integrationCassaInCloudSyncDirections, integrationCassaInCloudSyncMenuErrorLogDetailsSchema, integrationCassaInCloudSyncMenuErrorLogIriSchema, integrationCassaInCloudSyncMenuErrorLogNullableIriSchema, integrationCassaInCloudSyncMenuErrorLogSchema, integrationCassaInCloudSyncMenuErrorLogsQuerySchema, integrationCassaInCloudSyncMenuProcessDetailsSchema, integrationCassaInCloudSyncMenuProcessIriSchema, integrationCassaInCloudSyncMenuProcessSchema, integrationCassaInCloudSyncMenuProcessesQuerySchema, integrationCassaInCloudSyncModeSchema, integrationCassaInCloudSyncModes, integrationCassaInCloudSyncOrganizationsInputSchema, integrationCassaInCloudSyncOrganizationsResponseSchema, integrationCassaInCloudSyncProductsInputSchema, integrationCassaInCloudSyncProductsResponseSchema, integrationCassaInCloudSyncSalesModesErrorLogDetailsSchema, integrationCassaInCloudSyncSalesModesErrorLogIriSchema, integrationCassaInCloudSyncSalesModesErrorLogSchema, integrationCassaInCloudSyncSalesModesErrorLogsQuerySchema, integrationCassaInCloudSyncSalesModesInputSchema, integrationCassaInCloudSyncSalesModesProcessDetailsSchema, integrationCassaInCloudSyncSalesModesProcessIriSchema, integrationCassaInCloudSyncSalesModesProcessSchema, integrationCassaInCloudSyncSalesModesProcessesQuerySchema, integrationCassaInCloudSyncSalesModesResponseSchema, integrationCassaInCloudSyncSettingsSchema, integrationCassaInCloudSyncStockInputSchema, integrationCassaInCloudSyncStockResponseSchema, integrationCassaInCloudSyncTimesSchema, integrationCassaInCloudSyncTimetablesErrorLogDetailsSchema, integrationCassaInCloudSyncTimetablesErrorLogIriSchema, integrationCassaInCloudSyncTimetablesErrorLogSchema, integrationCassaInCloudSyncTimetablesErrorLogsQuerySchema, integrationCassaInCloudSyncTimetablesInputSchema, integrationCassaInCloudSyncTimetablesProcessDetailsSchema, integrationCassaInCloudSyncTimetablesProcessIriSchema, integrationCassaInCloudSyncTimetablesProcessSchema, integrationCassaInCloudSyncTimetablesProcessesQuerySchema, integrationCassaInCloudSyncTimetablesResponseSchema, integrationCassaInCloudSyncWebHooksInputSchema, integrationCassaInCloudSyncWebHooksResponseSchema, integrationCassaInCloudTimetablesSyncStepSchema, integrationCassaInCloudTimetablesSyncSteps, integrationCassaInCloudWebHookEventDetailsSchema, integrationCassaInCloudWebHookEventEntities, integrationCassaInCloudWebHookEventEntitySchema, integrationCassaInCloudWebHookEventEventSchema, integrationCassaInCloudWebHookEventEvents, integrationCassaInCloudWebHookEventSchema, integrationCassaInCloudWebHookEventsQuerySchema, integrationCassaInCloudWebHookSettingDetailsSchema, integrationCassaInCloudWebHookSettingIriSchema, integrationCassaInCloudWebHookSettingSchema, integrationCassaInCloudWebHookSettingsQuerySchema, integrationClientLogRequestDetailsSchema, integrationClientLogRequestMethodSchema, integrationClientLogRequestMethods, integrationClientLogRequestSchema, integrationDeliverooDataSchema, integrationDeliverooDebugApiAccessSchema, integrationDeliverooDebugBrandSchema, integrationDeliverooDebugBrandsResponseSchema, integrationDeliverooDebugDayOffSchema, integrationDeliverooDebugDaysOffResponseSchema, integrationDeliverooDebugPageSchema, integrationDeliverooDebugSiteBrandIdsResponseSchema, integrationDeliverooDebugSiteSchema, integrationDeliverooDebugSiteTypeSchema, integrationDeliverooDebugSiteTypes, integrationDeliverooDebugSitesResponseSchema, integrationDeliverooDetailsSchema, integrationDeliverooEditableFieldsSchema, integrationDeliverooIriSchema, integrationDeliverooMenuVersionIriSchema, integrationDeliverooMenuVersionNullableIriSchema, integrationDeliverooNullableIriSchema, integrationDeliverooOrderDetailsSchema, integrationDeliverooOrderIriSchema, integrationDeliverooOrderSchema, integrationDeliverooOrdersQuerySchema, integrationDeliverooSchema, integrationDeliverooSiteStatusSchema, integrationDeliverooSiteStatuses, integrationDeliverooSyncMenuInputSchema, integrationDeliverooSyncMenuProcessDetailsSchema, integrationDeliverooSyncMenuProcessModeSchema, integrationDeliverooSyncMenuProcessModes, integrationDeliverooSyncMenuProcessSchema, integrationDeliverooSyncMenuProcessesQuerySchema, integrationDeliverooSyncMenuResponseSchema, integrationDeliverooSyncOpeningHoursInputSchema, integrationDeliverooSyncOpeningHoursResponseSchema, integrationDeliverooWebhookEventDetailsSchema, integrationDeliverooWebhookEventSchema, integrationDeliverooWebhookEventTypeSchema, integrationDeliverooWebhookEventTypes, integrationDeliverooWebhookEventsQueryParamsSchema, integrationDeliveryErrorSchema, integrationDeliveryErrors, integrationDeliveryProviderCommonSchema, integrationDetailsFieldsSchema, integrationDetailsSchema, integrationEcommerceCompanyInfoSchema, integrationEcommerceDetailsSchema, integrationEcommerceEditableFieldsSchema, integrationEcommerceInfoSchema, integrationEcommerceIriSchema, integrationEcommerceMenuCategorySchema, integrationEcommerceMenuItemSchema, integrationEcommerceMenuModifierSchema, integrationEcommerceMenuPriceOverrideSchema, integrationEcommerceMenuPriceSchema, integrationEcommerceMenuSchema, integrationEcommerceNullableIriSchema, integrationEcommerceOrderingModeSchema, integrationEcommerceOrderingModes, integrationEcommercePointOfSaleInfoSchema, integrationEcommerceSchema, integrationGlovoBulkUpdateDetailsSchema, integrationGlovoBulkUpdateIriSchema, integrationGlovoBulkUpdateSchema, integrationGlovoBulkUpdateStatusSchema, integrationGlovoBulkUpdateStatuses, integrationGlovoBulkUpdatesQuerySchema, integrationGlovoDataSchema, integrationGlovoDetailsSchema, integrationGlovoEditableFieldsSchema, integrationGlovoIriSchema, integrationGlovoMenuItemDeltaDetailsSchema, integrationGlovoMenuItemDeltaIriSchema, integrationGlovoMenuItemDeltaSchema, integrationGlovoMenuItemDeltasQuerySchema, integrationGlovoMenuUpdateDetailsSchema, integrationGlovoMenuUpdateSchema, integrationGlovoMenuUpdateStatusSchema, integrationGlovoMenuUpdateStatuses, integrationGlovoMenuUpdatesQuerySchema, integrationGlovoMenuVersionIriSchema, integrationGlovoMenuVersionNullableIriSchema, integrationGlovoNullableIriSchema, integrationGlovoOrderDetailsSchema, integrationGlovoOrderIriSchema, integrationGlovoOrderSchema, integrationGlovoOrdersQuerySchema, integrationGlovoSchema, integrationGlovoStoreStatusSchema, integrationGlovoStoreStatuses, integrationGlovoSyncMenuInputSchema, integrationGlovoSyncMenuResponseSchema, integrationGlovoSyncStatusResponseSchema, integrationGlovoSyncStatusSchema, integrationGlovoSyncStatuses, integrationGlovoWebhookEventDetailsSchema, integrationGlovoWebhookEventSchema, integrationGlovoWebhookEventTypeSchema, integrationGlovoWebhookEventTypes, integrationGlovoWebhookEventsQueryParamsSchema, integrationIriSchema, integrationIssueCodeSchema, integrationIssueCodes, integrationIssueDetailsSchema, integrationIssueIriSchema, integrationIssueSchema, integrationIssueScopeSchema, integrationIssueScopes, integrationJustEatDataSchema, integrationJustEatDetailsSchema, integrationJustEatEditableFieldsSchema, integrationJustEatIriSchema, integrationJustEatMenuTypeSchema, integrationJustEatMenuTypes, integrationJustEatMenuValidationQuerySchema, integrationJustEatMenuVersionIriSchema, integrationJustEatMenuVersionNullableIriSchema, integrationJustEatNullableIriSchema, integrationJustEatOrderCancellationReasonSchema, integrationJustEatOrderCancellationReasons, integrationJustEatOrderDetailsSchema, integrationJustEatOrderIriSchema, 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, integrationsEcommerceQuerySchema, integrationsGlovoQuerySchema, integrationsJustEatQuerySchema, integrationsKitchenQuerySchema, menuVersionDetailsSchema, menuVersionSchema, respondIntegrationActivationRequestInputSchema, respondIntegrationActivationRequestResponseSchema, sendIntegrationActivationRequestToPartnerInputSchema, sendIntegrationActivationRequestToPartnerResponseSchema, updateIntegrationActivationRequestInputSchema, updateIntegrationActivationRequestResponseSchema, updateIntegrationCassaInCloudInputSchema, updateIntegrationCassaInCloudResponseSchema, updateIntegrationDeliverooInputSchema, updateIntegrationDeliverooResponseSchema, updateIntegrationDeliverooSiteStatusInputSchema, updateIntegrationDeliverooSiteStatusResponseSchema, updateIntegrationEcommerceInputSchema, updateIntegrationEcommerceResponseSchema, updateIntegrationGlovoInputSchema, updateIntegrationGlovoResponseSchema, updateIntegrationGlovoStoreStatusInputSchema, updateIntegrationGlovoStoreStatusResponseSchema, updateIntegrationInputSchema, updateIntegrationJustEatInputSchema, updateIntegrationJustEatResponseSchema, updateIntegrationJustEatRestaurantStatusInputSchema, updateIntegrationJustEatRestaurantStatusResponseSchema, updateIntegrationKitchenInputSchema, updateIntegrationKitchenResponseSchema, updateIntegrationResponseSchema, writableIntegrationSchema };
|
|
26789
|
+
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, CreateIntegrationEcommerce, type CreateIntegrationEcommerceInput, type CreateIntegrationEcommerceResponse, 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, DeleteIntegrationEcommerce, type DeleteIntegrationEcommerceInput, type DeleteIntegrationEcommerceResponse, 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, GetIntegrationCassaInCloudCategoryMappingDetails, type GetIntegrationCassaInCloudCategoryMappingDetailsInput, type GetIntegrationCassaInCloudCategoryMappingDetailsResponse, GetIntegrationCassaInCloudCategoryMappings, type GetIntegrationCassaInCloudCategoryMappingsInput, type GetIntegrationCassaInCloudCategoryMappingsQueryParams, type GetIntegrationCassaInCloudCategoryMappingsResponse, GetIntegrationCassaInCloudClientLogRequestDetails, type GetIntegrationCassaInCloudClientLogRequestDetailsInput, type GetIntegrationCassaInCloudClientLogRequestDetailsResponse, GetIntegrationCassaInCloudClientLogRequests, GetIntegrationCassaInCloudClientLogRequestsFromOrder, type GetIntegrationCassaInCloudClientLogRequestsFromOrderInput, type GetIntegrationCassaInCloudClientLogRequestsFromOrderQueryParams, type GetIntegrationCassaInCloudClientLogRequestsFromOrderResponse, type GetIntegrationCassaInCloudClientLogRequestsInput, type GetIntegrationCassaInCloudClientLogRequestsQueryParams, type GetIntegrationCassaInCloudClientLogRequestsResponse, GetIntegrationCassaInCloudComponentMappingDetails, type GetIntegrationCassaInCloudComponentMappingDetailsInput, type GetIntegrationCassaInCloudComponentMappingDetailsResponse, GetIntegrationCassaInCloudComponentMappings, type GetIntegrationCassaInCloudComponentMappingsInput, type GetIntegrationCassaInCloudComponentMappingsQueryParams, type GetIntegrationCassaInCloudComponentMappingsResponse, GetIntegrationCassaInCloudCustomerMappingDetails, type GetIntegrationCassaInCloudCustomerMappingDetailsInput, type GetIntegrationCassaInCloudCustomerMappingDetailsResponse, GetIntegrationCassaInCloudCustomerMappings, type GetIntegrationCassaInCloudCustomerMappingsInput, type GetIntegrationCassaInCloudCustomerMappingsQueryParams, type GetIntegrationCassaInCloudCustomerMappingsResponse, GetIntegrationCassaInCloudDepartmentMappingDetails, type GetIntegrationCassaInCloudDepartmentMappingDetailsInput, type GetIntegrationCassaInCloudDepartmentMappingDetailsResponse, GetIntegrationCassaInCloudDepartmentMappings, type GetIntegrationCassaInCloudDepartmentMappingsInput, type GetIntegrationCassaInCloudDepartmentMappingsQueryParams, type GetIntegrationCassaInCloudDepartmentMappingsResponse, GetIntegrationCassaInCloudDetails, type GetIntegrationCassaInCloudDetailsInput, type GetIntegrationCassaInCloudDetailsResponse, GetIntegrationCassaInCloudGlobalClientLogRequests, type GetIntegrationCassaInCloudGlobalClientLogRequestsInput, type GetIntegrationCassaInCloudGlobalClientLogRequestsQueryParams, type GetIntegrationCassaInCloudGlobalClientLogRequestsResponse, GetIntegrationCassaInCloudList, type GetIntegrationCassaInCloudListInput, type GetIntegrationCassaInCloudListQueryParams, type GetIntegrationCassaInCloudListResponse, GetIntegrationCassaInCloudModifierValueMappingDetailsFromCategoryMapping, type GetIntegrationCassaInCloudModifierValueMappingDetailsFromCategoryMappingInput, type GetIntegrationCassaInCloudModifierValueMappingDetailsFromCategoryMappingResponse, GetIntegrationCassaInCloudModifierValueMappingDetailsFromOptionValueMapping, type GetIntegrationCassaInCloudModifierValueMappingDetailsFromOptionValueMappingInput, type GetIntegrationCassaInCloudModifierValueMappingDetailsFromOptionValueMappingResponse, GetIntegrationCassaInCloudModifierValueMappingDetailsFromProductMapping, type GetIntegrationCassaInCloudModifierValueMappingDetailsFromProductMappingInput, type GetIntegrationCassaInCloudModifierValueMappingDetailsFromProductMappingResponse, GetIntegrationCassaInCloudModifierValueMappingsFromCategoryMapping, type GetIntegrationCassaInCloudModifierValueMappingsFromCategoryMappingInput, type GetIntegrationCassaInCloudModifierValueMappingsFromCategoryMappingQueryParams, type GetIntegrationCassaInCloudModifierValueMappingsFromCategoryMappingResponse, GetIntegrationCassaInCloudModifierValueMappingsFromOptionValueMapping, type GetIntegrationCassaInCloudModifierValueMappingsFromOptionValueMappingInput, type GetIntegrationCassaInCloudModifierValueMappingsFromOptionValueMappingQueryParams, type GetIntegrationCassaInCloudModifierValueMappingsFromOptionValueMappingResponse, GetIntegrationCassaInCloudModifierValueMappingsFromProductMapping, type GetIntegrationCassaInCloudModifierValueMappingsFromProductMappingInput, type GetIntegrationCassaInCloudModifierValueMappingsFromProductMappingQueryParams, type GetIntegrationCassaInCloudModifierValueMappingsFromProductMappingResponse, GetIntegrationCassaInCloudOptionMappingDetails, type GetIntegrationCassaInCloudOptionMappingDetailsInput, type GetIntegrationCassaInCloudOptionMappingDetailsResponse, GetIntegrationCassaInCloudOptionMappings, type GetIntegrationCassaInCloudOptionMappingsInput, type GetIntegrationCassaInCloudOptionMappingsQueryParams, type GetIntegrationCassaInCloudOptionMappingsResponse, GetIntegrationCassaInCloudOptionValueMappingDetails, type GetIntegrationCassaInCloudOptionValueMappingDetailsInput, type GetIntegrationCassaInCloudOptionValueMappingDetailsResponse, GetIntegrationCassaInCloudOptionValueMappings, type GetIntegrationCassaInCloudOptionValueMappingsInput, type GetIntegrationCassaInCloudOptionValueMappingsQueryParams, type GetIntegrationCassaInCloudOptionValueMappingsResponse, GetIntegrationCassaInCloudOrderMappingDetails, type GetIntegrationCassaInCloudOrderMappingDetailsInput, type GetIntegrationCassaInCloudOrderMappingDetailsResponse, GetIntegrationCassaInCloudOrderMappings, GetIntegrationCassaInCloudOrderMappingsFromOrder, type GetIntegrationCassaInCloudOrderMappingsFromOrderInput, type GetIntegrationCassaInCloudOrderMappingsFromOrderQueryParams, type GetIntegrationCassaInCloudOrderMappingsFromOrderResponse, type GetIntegrationCassaInCloudOrderMappingsInput, type GetIntegrationCassaInCloudOrderMappingsQueryParams, type GetIntegrationCassaInCloudOrderMappingsResponse, GetIntegrationCassaInCloudOrganizationMappingDetails, type GetIntegrationCassaInCloudOrganizationMappingDetailsInput, type GetIntegrationCassaInCloudOrganizationMappingDetailsResponse, GetIntegrationCassaInCloudOrganizationMappings, type GetIntegrationCassaInCloudOrganizationMappingsInput, type GetIntegrationCassaInCloudOrganizationMappingsQueryParams, type GetIntegrationCassaInCloudOrganizationMappingsResponse, GetIntegrationCassaInCloudProductMappingDetails, type GetIntegrationCassaInCloudProductMappingDetailsInput, type GetIntegrationCassaInCloudProductMappingDetailsResponse, GetIntegrationCassaInCloudProductMappings, type GetIntegrationCassaInCloudProductMappingsInput, type GetIntegrationCassaInCloudProductMappingsQueryParams, type GetIntegrationCassaInCloudProductMappingsResponse, GetIntegrationCassaInCloudProductVariantMappingDetails, type GetIntegrationCassaInCloudProductVariantMappingDetailsInput, type GetIntegrationCassaInCloudProductVariantMappingDetailsResponse, GetIntegrationCassaInCloudProductVariantMappings, type GetIntegrationCassaInCloudProductVariantMappingsInput, type GetIntegrationCassaInCloudProductVariantMappingsQueryParams, type GetIntegrationCassaInCloudProductVariantMappingsResponse, GetIntegrationCassaInCloudSalesModeMappingDetails, type GetIntegrationCassaInCloudSalesModeMappingDetailsInput, type GetIntegrationCassaInCloudSalesModeMappingDetailsResponse, GetIntegrationCassaInCloudSalesModeMappings, type GetIntegrationCassaInCloudSalesModeMappingsInput, type GetIntegrationCassaInCloudSalesModeMappingsQueryParams, type GetIntegrationCassaInCloudSalesModeMappingsResponse, GetIntegrationCassaInCloudSyncCustomersErrorLogDetails, type GetIntegrationCassaInCloudSyncCustomersErrorLogDetailsInput, type GetIntegrationCassaInCloudSyncCustomersErrorLogDetailsResponse, GetIntegrationCassaInCloudSyncCustomersErrorLogs, type GetIntegrationCassaInCloudSyncCustomersErrorLogsInput, type GetIntegrationCassaInCloudSyncCustomersErrorLogsQueryParams, type GetIntegrationCassaInCloudSyncCustomersErrorLogsResponse, GetIntegrationCassaInCloudSyncCustomersProcessDetails, type GetIntegrationCassaInCloudSyncCustomersProcessDetailsInput, type GetIntegrationCassaInCloudSyncCustomersProcessDetailsResponse, GetIntegrationCassaInCloudSyncCustomersProcesses, type GetIntegrationCassaInCloudSyncCustomersProcessesInput, type GetIntegrationCassaInCloudSyncCustomersProcessesQueryParams, type GetIntegrationCassaInCloudSyncCustomersProcessesResponse, GetIntegrationCassaInCloudSyncMenuErrorLogDetails, type GetIntegrationCassaInCloudSyncMenuErrorLogDetailsInput, type GetIntegrationCassaInCloudSyncMenuErrorLogDetailsResponse, GetIntegrationCassaInCloudSyncMenuErrorLogs, type GetIntegrationCassaInCloudSyncMenuErrorLogsInput, type GetIntegrationCassaInCloudSyncMenuErrorLogsQueryParams, type GetIntegrationCassaInCloudSyncMenuErrorLogsResponse, GetIntegrationCassaInCloudSyncMenuProcessDetails, type GetIntegrationCassaInCloudSyncMenuProcessDetailsInput, type GetIntegrationCassaInCloudSyncMenuProcessDetailsResponse, GetIntegrationCassaInCloudSyncMenuProcesses, type GetIntegrationCassaInCloudSyncMenuProcessesInput, type GetIntegrationCassaInCloudSyncMenuProcessesQueryParams, type GetIntegrationCassaInCloudSyncMenuProcessesResponse, GetIntegrationCassaInCloudSyncSalesModesErrorLogDetails, type GetIntegrationCassaInCloudSyncSalesModesErrorLogDetailsInput, type GetIntegrationCassaInCloudSyncSalesModesErrorLogDetailsResponse, GetIntegrationCassaInCloudSyncSalesModesErrorLogs, type GetIntegrationCassaInCloudSyncSalesModesErrorLogsInput, type GetIntegrationCassaInCloudSyncSalesModesErrorLogsQueryParams, type GetIntegrationCassaInCloudSyncSalesModesErrorLogsResponse, GetIntegrationCassaInCloudSyncSalesModesProcessDetails, type GetIntegrationCassaInCloudSyncSalesModesProcessDetailsInput, type GetIntegrationCassaInCloudSyncSalesModesProcessDetailsResponse, GetIntegrationCassaInCloudSyncSalesModesProcesses, type GetIntegrationCassaInCloudSyncSalesModesProcessesInput, type GetIntegrationCassaInCloudSyncSalesModesProcessesQueryParams, type GetIntegrationCassaInCloudSyncSalesModesProcessesResponse, GetIntegrationCassaInCloudSyncTimetablesErrorLogDetails, type GetIntegrationCassaInCloudSyncTimetablesErrorLogDetailsInput, type GetIntegrationCassaInCloudSyncTimetablesErrorLogDetailsResponse, GetIntegrationCassaInCloudSyncTimetablesErrorLogs, type GetIntegrationCassaInCloudSyncTimetablesErrorLogsInput, type GetIntegrationCassaInCloudSyncTimetablesErrorLogsQueryParams, type GetIntegrationCassaInCloudSyncTimetablesErrorLogsResponse, GetIntegrationCassaInCloudSyncTimetablesProcessDetails, type GetIntegrationCassaInCloudSyncTimetablesProcessDetailsInput, type GetIntegrationCassaInCloudSyncTimetablesProcessDetailsResponse, GetIntegrationCassaInCloudSyncTimetablesProcesses, type GetIntegrationCassaInCloudSyncTimetablesProcessesInput, type GetIntegrationCassaInCloudSyncTimetablesProcessesQueryParams, type GetIntegrationCassaInCloudSyncTimetablesProcessesResponse, GetIntegrationCassaInCloudWebHookEventDetails, type GetIntegrationCassaInCloudWebHookEventDetailsInput, type GetIntegrationCassaInCloudWebHookEventDetailsResponse, GetIntegrationCassaInCloudWebHookEvents, type GetIntegrationCassaInCloudWebHookEventsInput, type GetIntegrationCassaInCloudWebHookEventsQueryParams, type GetIntegrationCassaInCloudWebHookEventsResponse, GetIntegrationCassaInCloudWebHookSettingDetails, type GetIntegrationCassaInCloudWebHookSettingDetailsInput, type GetIntegrationCassaInCloudWebHookSettingDetailsResponse, GetIntegrationCassaInCloudWebHookSettings, type GetIntegrationCassaInCloudWebHookSettingsInput, type GetIntegrationCassaInCloudWebHookSettingsQueryParams, type GetIntegrationCassaInCloudWebHookSettingsResponse, GetIntegrationDeliverooBrandSites, type GetIntegrationDeliverooBrandSitesInput, type GetIntegrationDeliverooBrandSitesResponse, GetIntegrationDeliverooBrands, type GetIntegrationDeliverooBrandsInput, type GetIntegrationDeliverooBrandsResponse, GetIntegrationDeliverooClientLogRequestDetails, type GetIntegrationDeliverooClientLogRequestDetailsInput, type GetIntegrationDeliverooClientLogRequestDetailsResponse, GetIntegrationDeliverooClientLogRequests, GetIntegrationDeliverooClientLogRequestsFromOrder, type GetIntegrationDeliverooClientLogRequestsFromOrderInput, type GetIntegrationDeliverooClientLogRequestsFromOrderQueryParams, type GetIntegrationDeliverooClientLogRequestsFromOrderResponse, type GetIntegrationDeliverooClientLogRequestsInput, type GetIntegrationDeliverooClientLogRequestsQueryParams, type GetIntegrationDeliverooClientLogRequestsResponse, GetIntegrationDeliverooDetails, type GetIntegrationDeliverooDetailsInput, type GetIntegrationDeliverooDetailsResponse, GetIntegrationDeliverooGlobalClientLogRequests, type GetIntegrationDeliverooGlobalClientLogRequestsInput, type GetIntegrationDeliverooGlobalClientLogRequestsQueryParams, type GetIntegrationDeliverooGlobalClientLogRequestsResponse, GetIntegrationDeliverooList, type GetIntegrationDeliverooListQueryParams, type GetIntegrationDeliverooListResponse, GetIntegrationDeliverooMenuValidation, type GetIntegrationDeliverooMenuValidationInput, type GetIntegrationDeliverooMenuValidationResponse, GetIntegrationDeliverooMenuVersionDetails, type GetIntegrationDeliverooMenuVersionDetailsInput, type GetIntegrationDeliverooMenuVersionDetailsResponse, GetIntegrationDeliverooMenuVersions, type GetIntegrationDeliverooMenuVersionsInput, type GetIntegrationDeliverooMenuVersionsQueryParams, type GetIntegrationDeliverooMenuVersionsResponse, GetIntegrationDeliverooOrderDetails, type GetIntegrationDeliverooOrderDetailsInput, type GetIntegrationDeliverooOrderDetailsResponse, GetIntegrationDeliverooOrders, GetIntegrationDeliverooOrdersFromOrder, type GetIntegrationDeliverooOrdersFromOrderInput, type GetIntegrationDeliverooOrdersFromOrderQueryParams, type GetIntegrationDeliverooOrdersFromOrderResponse, type GetIntegrationDeliverooOrdersInput, type GetIntegrationDeliverooOrdersQueryParams, type GetIntegrationDeliverooOrdersResponse, GetIntegrationDeliverooSiteBrandIds, type GetIntegrationDeliverooSiteBrandIdsInput, type GetIntegrationDeliverooSiteBrandIdsResponse, GetIntegrationDeliverooSiteDaysOff, type GetIntegrationDeliverooSiteDaysOffInput, type GetIntegrationDeliverooSiteDaysOffQueryParams, type GetIntegrationDeliverooSiteDaysOffResponse, GetIntegrationDeliverooSyncMenuProcessDetails, type GetIntegrationDeliverooSyncMenuProcessDetailsInput, type GetIntegrationDeliverooSyncMenuProcessDetailsResponse, GetIntegrationDeliverooSyncMenuProcesses, type GetIntegrationDeliverooSyncMenuProcessesInput, type GetIntegrationDeliverooSyncMenuProcessesQueryParams, type GetIntegrationDeliverooSyncMenuProcessesResponse, GetIntegrationDeliverooWebhookEventDetails, type GetIntegrationDeliverooWebhookEventDetailsInput, type GetIntegrationDeliverooWebhookEventDetailsResponse, GetIntegrationDeliverooWebhookEvents, GetIntegrationDeliverooWebhookEventsFromOrder, type GetIntegrationDeliverooWebhookEventsFromOrderInput, type GetIntegrationDeliverooWebhookEventsFromOrderQueryParams, type GetIntegrationDeliverooWebhookEventsFromOrderResponse, type GetIntegrationDeliverooWebhookEventsInput, type GetIntegrationDeliverooWebhookEventsQueryParams, type GetIntegrationDeliverooWebhookEventsResponse, GetIntegrationDetails, type GetIntegrationDetailsInput, type GetIntegrationDetailsResponse, GetIntegrationEcommerceDetails, type GetIntegrationEcommerceDetailsInput, type GetIntegrationEcommerceDetailsResponse, GetIntegrationEcommerceInfo, type GetIntegrationEcommerceInfoInput, type GetIntegrationEcommerceInfoResponse, GetIntegrationEcommerceList, type GetIntegrationEcommerceListInput, type GetIntegrationEcommerceListQueryParams, type GetIntegrationEcommerceListResponse, GetIntegrationGlovoBulkUpdateDetails, type GetIntegrationGlovoBulkUpdateDetailsInput, type GetIntegrationGlovoBulkUpdateDetailsResponse, GetIntegrationGlovoBulkUpdates, type GetIntegrationGlovoBulkUpdatesInput, type GetIntegrationGlovoBulkUpdatesQueryParams, type GetIntegrationGlovoBulkUpdatesResponse, GetIntegrationGlovoClientLogRequestDetails, type GetIntegrationGlovoClientLogRequestDetailsInput, type GetIntegrationGlovoClientLogRequestDetailsResponse, GetIntegrationGlovoClientLogRequests, GetIntegrationGlovoClientLogRequestsFromOrder, type GetIntegrationGlovoClientLogRequestsFromOrderInput, type GetIntegrationGlovoClientLogRequestsFromOrderQueryParams, type GetIntegrationGlovoClientLogRequestsFromOrderResponse, type GetIntegrationGlovoClientLogRequestsInput, type GetIntegrationGlovoClientLogRequestsQueryParams, type GetIntegrationGlovoClientLogRequestsResponse, GetIntegrationGlovoDetails, type GetIntegrationGlovoDetailsInput, type GetIntegrationGlovoDetailsResponse, GetIntegrationGlovoGlobalClientLogRequests, type GetIntegrationGlovoGlobalClientLogRequestsInput, type GetIntegrationGlovoGlobalClientLogRequestsQueryParams, type GetIntegrationGlovoGlobalClientLogRequestsResponse, GetIntegrationGlovoList, type GetIntegrationGlovoListInput, type GetIntegrationGlovoListQueryParams, type GetIntegrationGlovoListResponse, GetIntegrationGlovoMenuItemDeltaDetails, type GetIntegrationGlovoMenuItemDeltaDetailsInput, type GetIntegrationGlovoMenuItemDeltaDetailsResponse, GetIntegrationGlovoMenuItemDeltas, type GetIntegrationGlovoMenuItemDeltasInput, type GetIntegrationGlovoMenuItemDeltasQueryParams, type GetIntegrationGlovoMenuItemDeltasResponse, GetIntegrationGlovoMenuUpdateDetails, type GetIntegrationGlovoMenuUpdateDetailsInput, type GetIntegrationGlovoMenuUpdateDetailsResponse, GetIntegrationGlovoMenuUpdates, type GetIntegrationGlovoMenuUpdatesInput, type GetIntegrationGlovoMenuUpdatesQueryParams, type GetIntegrationGlovoMenuUpdatesResponse, GetIntegrationGlovoMenuValidation, type GetIntegrationGlovoMenuValidationInput, type GetIntegrationGlovoMenuValidationResponse, GetIntegrationGlovoMenuVersionDetails, type GetIntegrationGlovoMenuVersionDetailsInput, type GetIntegrationGlovoMenuVersionDetailsResponse, GetIntegrationGlovoMenuVersions, type GetIntegrationGlovoMenuVersionsInput, type GetIntegrationGlovoMenuVersionsQueryParams, type GetIntegrationGlovoMenuVersionsResponse, GetIntegrationGlovoOrderDetails, type GetIntegrationGlovoOrderDetailsInput, type GetIntegrationGlovoOrderDetailsResponse, GetIntegrationGlovoOrders, GetIntegrationGlovoOrdersFromOrder, type GetIntegrationGlovoOrdersFromOrderInput, type GetIntegrationGlovoOrdersFromOrderQueryParams, type GetIntegrationGlovoOrdersFromOrderResponse, type GetIntegrationGlovoOrdersInput, type GetIntegrationGlovoOrdersQueryParams, type GetIntegrationGlovoOrdersResponse, GetIntegrationGlovoSyncStatus, type GetIntegrationGlovoSyncStatusInput, type GetIntegrationGlovoSyncStatusResponse, GetIntegrationGlovoWebhookEventDetails, type GetIntegrationGlovoWebhookEventDetailsInput, type GetIntegrationGlovoWebhookEventDetailsResponse, GetIntegrationGlovoWebhookEvents, GetIntegrationGlovoWebhookEventsFromOrder, type GetIntegrationGlovoWebhookEventsFromOrderInput, type GetIntegrationGlovoWebhookEventsFromOrderQueryParams, type GetIntegrationGlovoWebhookEventsFromOrderResponse, type GetIntegrationGlovoWebhookEventsInput, type GetIntegrationGlovoWebhookEventsQueryParams, type GetIntegrationGlovoWebhookEventsResponse, GetIntegrationIssueDetails, type GetIntegrationIssueDetailsInput, type GetIntegrationIssueDetailsResponse, GetIntegrationIssues, type GetIntegrationIssuesInput, type GetIntegrationIssuesQueryParams, type GetIntegrationIssuesResponse, GetIntegrationJustEatClientLogRequestDetails, type GetIntegrationJustEatClientLogRequestDetailsInput, type GetIntegrationJustEatClientLogRequestDetailsResponse, GetIntegrationJustEatClientLogRequests, GetIntegrationJustEatClientLogRequestsFromOrder, type GetIntegrationJustEatClientLogRequestsFromOrderInput, type GetIntegrationJustEatClientLogRequestsFromOrderQueryParams, type GetIntegrationJustEatClientLogRequestsFromOrderResponse, type GetIntegrationJustEatClientLogRequestsInput, type GetIntegrationJustEatClientLogRequestsQueryParams, type GetIntegrationJustEatClientLogRequestsResponse, GetIntegrationJustEatDetails, type GetIntegrationJustEatDetailsInput, type GetIntegrationJustEatDetailsResponse, GetIntegrationJustEatGlobalClientLogRequests, type GetIntegrationJustEatGlobalClientLogRequestsInput, type GetIntegrationJustEatGlobalClientLogRequestsQueryParams, type GetIntegrationJustEatGlobalClientLogRequestsResponse, GetIntegrationJustEatList, type GetIntegrationJustEatListInput, type GetIntegrationJustEatListQueryParams, type GetIntegrationJustEatListResponse, GetIntegrationJustEatMenuValidation, type GetIntegrationJustEatMenuValidationInput, type GetIntegrationJustEatMenuValidationResponse, GetIntegrationJustEatMenuVersionDetails, type GetIntegrationJustEatMenuVersionDetailsInput, type GetIntegrationJustEatMenuVersionDetailsResponse, GetIntegrationJustEatMenuVersions, type GetIntegrationJustEatMenuVersionsInput, type GetIntegrationJustEatMenuVersionsQueryParams, type GetIntegrationJustEatMenuVersionsResponse, GetIntegrationJustEatOrderDetails, type GetIntegrationJustEatOrderDetailsInput, type GetIntegrationJustEatOrderDetailsResponse, GetIntegrationJustEatOrders, GetIntegrationJustEatOrdersFromOrder, type GetIntegrationJustEatOrdersFromOrderInput, type GetIntegrationJustEatOrdersFromOrderQueryParams, type GetIntegrationJustEatOrdersFromOrderResponse, 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 IntegrationAsyncMessageResponse, type IntegrationCancellationRequest, type IntegrationCancellationRequestDetails, type IntegrationCancellationRequestIri, type IntegrationCancellationRequestNullableIri, type IntegrationCancellationRequestStatus, type IntegrationCassaInCloud, type IntegrationCassaInCloudCategoryMapping, type IntegrationCassaInCloudCategoryMappingDetails, type IntegrationCassaInCloudCategoryMappingIri, type IntegrationCassaInCloudCategoryMappingsQueryParams, type IntegrationCassaInCloudCategoryModifierValueMappingIri, type IntegrationCassaInCloudComponentMapping, type IntegrationCassaInCloudComponentMappingDetails, type IntegrationCassaInCloudComponentMappingIri, type IntegrationCassaInCloudComponentMappingsQueryParams, type IntegrationCassaInCloudCustomerMapping, type IntegrationCassaInCloudCustomerMappingDetails, type IntegrationCassaInCloudCustomerMappingIri, type IntegrationCassaInCloudCustomerMappingsQueryParams, type IntegrationCassaInCloudCustomersSyncStep, type IntegrationCassaInCloudData, type IntegrationCassaInCloudDepartmentMapping, type IntegrationCassaInCloudDepartmentMappingDetails, type IntegrationCassaInCloudDepartmentMappingIri, type IntegrationCassaInCloudDepartmentMappingsQueryParams, type IntegrationCassaInCloudDetails, type IntegrationCassaInCloudDirection, type IntegrationCassaInCloudEditableFields, type IntegrationCassaInCloudIri, type IntegrationCassaInCloudMenuSyncStep, type IntegrationCassaInCloudMissingComponentStrategy, type IntegrationCassaInCloudModifierValueMapping, type IntegrationCassaInCloudModifierValueMappingDetails, type IntegrationCassaInCloudModifierValueMappingsQueryParams, type IntegrationCassaInCloudNullableIri, type IntegrationCassaInCloudOptionMapping, type IntegrationCassaInCloudOptionMappingDetails, type IntegrationCassaInCloudOptionMappingIri, type IntegrationCassaInCloudOptionMappingsQueryParams, type IntegrationCassaInCloudOptionValueMapping, type IntegrationCassaInCloudOptionValueMappingDetails, type IntegrationCassaInCloudOptionValueMappingIri, type IntegrationCassaInCloudOptionValueMappingsQueryParams, type IntegrationCassaInCloudOptionValueModifierValueMappingIri, type IntegrationCassaInCloudOrderMapping, type IntegrationCassaInCloudOrderMappingDetails, type IntegrationCassaInCloudOrderMappingIri, type IntegrationCassaInCloudOrderMappingsQueryParams, type IntegrationCassaInCloudOrganizationMapping, type IntegrationCassaInCloudOrganizationMappingDetails, type IntegrationCassaInCloudOrganizationMappingIri, type IntegrationCassaInCloudOrganizationMappingsQueryParams, type IntegrationCassaInCloudProductChannel, type IntegrationCassaInCloudProductMapping, type IntegrationCassaInCloudProductMappingDetails, type IntegrationCassaInCloudProductMappingIri, type IntegrationCassaInCloudProductMappingsQueryParams, type IntegrationCassaInCloudProductModifierValueMappingIri, type IntegrationCassaInCloudProductVariantMapping, type IntegrationCassaInCloudProductVariantMappingDetails, type IntegrationCassaInCloudProductVariantMappingIri, type IntegrationCassaInCloudProductVariantMappingsQueryParams, type IntegrationCassaInCloudSalesModeMapping, type IntegrationCassaInCloudSalesModeMappingDetails, type IntegrationCassaInCloudSalesModeMappingIri, type IntegrationCassaInCloudSalesModeMappingsQueryParams, type IntegrationCassaInCloudSalesModesSyncStep, IntegrationCassaInCloudSyncCustomers, type IntegrationCassaInCloudSyncCustomersErrorLog, type IntegrationCassaInCloudSyncCustomersErrorLogDetails, type IntegrationCassaInCloudSyncCustomersErrorLogIri, type IntegrationCassaInCloudSyncCustomersErrorLogsQueryParams, type IntegrationCassaInCloudSyncCustomersInput, type IntegrationCassaInCloudSyncCustomersProcess, type IntegrationCassaInCloudSyncCustomersProcessDetails, type IntegrationCassaInCloudSyncCustomersProcessIri, type IntegrationCassaInCloudSyncCustomersProcessesQueryParams, type IntegrationCassaInCloudSyncCustomersResponse, type IntegrationCassaInCloudSyncDirection, type IntegrationCassaInCloudSyncMenuErrorLog, type IntegrationCassaInCloudSyncMenuErrorLogDetails, type IntegrationCassaInCloudSyncMenuErrorLogIri, type IntegrationCassaInCloudSyncMenuErrorLogNullableIri, type IntegrationCassaInCloudSyncMenuErrorLogsQueryParams, type IntegrationCassaInCloudSyncMenuProcess, type IntegrationCassaInCloudSyncMenuProcessDetails, type IntegrationCassaInCloudSyncMenuProcessIri, type IntegrationCassaInCloudSyncMenuProcessesQueryParams, type IntegrationCassaInCloudSyncMode, IntegrationCassaInCloudSyncOrganizations, type IntegrationCassaInCloudSyncOrganizationsResponse, IntegrationCassaInCloudSyncProducts, type IntegrationCassaInCloudSyncProductsInput, type IntegrationCassaInCloudSyncProductsResponse, IntegrationCassaInCloudSyncSalesModes, type IntegrationCassaInCloudSyncSalesModesErrorLog, type IntegrationCassaInCloudSyncSalesModesErrorLogDetails, type IntegrationCassaInCloudSyncSalesModesErrorLogIri, type IntegrationCassaInCloudSyncSalesModesErrorLogsQueryParams, type IntegrationCassaInCloudSyncSalesModesInput, type IntegrationCassaInCloudSyncSalesModesProcess, type IntegrationCassaInCloudSyncSalesModesProcessDetails, type IntegrationCassaInCloudSyncSalesModesProcessIri, type IntegrationCassaInCloudSyncSalesModesProcessesQueryParams, type IntegrationCassaInCloudSyncSalesModesResponse, type IntegrationCassaInCloudSyncSettings, IntegrationCassaInCloudSyncStock, type IntegrationCassaInCloudSyncStockResponse, type IntegrationCassaInCloudSyncTimes, IntegrationCassaInCloudSyncTimetables, type IntegrationCassaInCloudSyncTimetablesErrorLog, type IntegrationCassaInCloudSyncTimetablesErrorLogDetails, type IntegrationCassaInCloudSyncTimetablesErrorLogIri, type IntegrationCassaInCloudSyncTimetablesErrorLogsQueryParams, type IntegrationCassaInCloudSyncTimetablesInput, type IntegrationCassaInCloudSyncTimetablesProcess, type IntegrationCassaInCloudSyncTimetablesProcessDetails, type IntegrationCassaInCloudSyncTimetablesProcessIri, type IntegrationCassaInCloudSyncTimetablesProcessesQueryParams, type IntegrationCassaInCloudSyncTimetablesResponse, IntegrationCassaInCloudSyncWebHooks, type IntegrationCassaInCloudSyncWebHooksResponse, type IntegrationCassaInCloudTimetablesSyncStep, type IntegrationCassaInCloudWebHookEvent, type IntegrationCassaInCloudWebHookEventDetails, type IntegrationCassaInCloudWebHookEventEntity, type IntegrationCassaInCloudWebHookEventEvent, type IntegrationCassaInCloudWebHookEventsQueryParams, type IntegrationCassaInCloudWebHookSetting, type IntegrationCassaInCloudWebHookSettingDetails, type IntegrationCassaInCloudWebHookSettingIri, type IntegrationCassaInCloudWebHookSettingsQueryParams, type IntegrationClientLogRequest, type IntegrationClientLogRequestDetails, type IntegrationClientLogRequestMethod, type IntegrationDeliveroo, type IntegrationDeliverooData, type IntegrationDeliverooDebugApiAccess, type IntegrationDeliverooDebugBrand, type IntegrationDeliverooDebugBrandsResponse, type IntegrationDeliverooDebugDayOff, type IntegrationDeliverooDebugDaysOffResponse, type IntegrationDeliverooDebugPage, type IntegrationDeliverooDebugSite, type IntegrationDeliverooDebugSiteBrandIdsResponse, type IntegrationDeliverooDebugSiteType, type IntegrationDeliverooDebugSitesResponse, type IntegrationDeliverooDetails, type IntegrationDeliverooEditableFields, type IntegrationDeliverooIri, type IntegrationDeliverooMenuVersionIri, type IntegrationDeliverooMenuVersionNullableIri, type IntegrationDeliverooNullableIri, type IntegrationDeliverooOrder, type IntegrationDeliverooOrderDetails, type IntegrationDeliverooOrderIri, type IntegrationDeliverooOrdersQueryParams, 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 IntegrationEcommerce, type IntegrationEcommerceCompanyInfo, type IntegrationEcommerceDetails, type IntegrationEcommerceEditableFields, type IntegrationEcommerceInfo, type IntegrationEcommerceIri, type IntegrationEcommerceMenu, type IntegrationEcommerceMenuCategory, type IntegrationEcommerceMenuItem, type IntegrationEcommerceMenuModifier, type IntegrationEcommerceMenuPrice, type IntegrationEcommerceMenuPriceOverride, type IntegrationEcommerceNullableIri, type IntegrationEcommerceOrderingMode, type IntegrationEcommercePointOfSaleInfo, type IntegrationGlovo, type IntegrationGlovoBulkUpdate, type IntegrationGlovoBulkUpdateDetails, type IntegrationGlovoBulkUpdateIri, type IntegrationGlovoBulkUpdateStatus, type IntegrationGlovoBulkUpdatesQueryParams, type IntegrationGlovoData, type IntegrationGlovoDetails, type IntegrationGlovoEditableFields, type IntegrationGlovoIri, type IntegrationGlovoMenuItemDelta, type IntegrationGlovoMenuItemDeltaDetails, type IntegrationGlovoMenuItemDeltaIri, type IntegrationGlovoMenuItemDeltasQueryParams, type IntegrationGlovoMenuUpdate, type IntegrationGlovoMenuUpdateDetails, type IntegrationGlovoMenuUpdateStatus, type IntegrationGlovoMenuUpdatesQueryParams, type IntegrationGlovoMenuVersionIri, type IntegrationGlovoMenuVersionNullableIri, type IntegrationGlovoNullableIri, type IntegrationGlovoOrder, type IntegrationGlovoOrderDetails, type IntegrationGlovoOrderIri, type IntegrationGlovoOrdersQueryParams, type IntegrationGlovoStoreStatus, IntegrationGlovoSyncMenu, type IntegrationGlovoSyncStatus, type IntegrationGlovoSyncStatusResponse, type IntegrationGlovoWebhookEvent, type IntegrationGlovoWebhookEventDetails, type IntegrationGlovoWebhookEventType, type IntegrationGlovoWebhookEventsQueryParams, type IntegrationIssue, type IntegrationIssueCode, type IntegrationIssueDetails, type IntegrationIssueIri, type IntegrationIssueScope, type IntegrationJustEat, type IntegrationJustEatData, type IntegrationJustEatDetails, type IntegrationJustEatEditableFields, type IntegrationJustEatIri, type IntegrationJustEatMenuType, type IntegrationJustEatMenuValidationQueryParams, type IntegrationJustEatMenuVersionIri, type IntegrationJustEatMenuVersionNullableIri, type IntegrationJustEatNullableIri, type IntegrationJustEatOrder, type IntegrationJustEatOrderCancellationReason, type IntegrationJustEatOrderDetails, type IntegrationJustEatOrderIri, 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 IntegrationsEcommerceQueryParams, 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, UpdateIntegrationEcommerce, type UpdateIntegrationEcommerceInput, type UpdateIntegrationEcommerceResponse, 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, createIntegrationEcommerceInputSchema, createIntegrationEcommerceResponseSchema, createIntegrationGlovoInputSchema, createIntegrationGlovoResponseSchema, createIntegrationJustEatInputSchema, createIntegrationJustEatResponseSchema, createIntegrationKitchenAccessTokenInputSchema, createIntegrationKitchenAccessTokenResponseSchema, createIntegrationKitchenInputSchema, createIntegrationKitchenResponseSchema, deleteIntegrationActivationRequestInputSchema, deleteIntegrationActivationRequestResponseSchema, deleteIntegrationCancellationRequestInputSchema, deleteIntegrationCancellationRequestResponseSchema, deleteIntegrationCassaInCloudInputSchema, deleteIntegrationCassaInCloudResponseSchema, deleteIntegrationDeliverooInputSchema, deleteIntegrationDeliverooResponseSchema, deleteIntegrationEcommerceInputSchema, deleteIntegrationEcommerceResponseSchema, 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, getIntegrationCassaInCloudCategoryMappingDetailsInputSchema, getIntegrationCassaInCloudCategoryMappingDetailsResponseSchema, getIntegrationCassaInCloudCategoryMappingsInputSchema, getIntegrationCassaInCloudCategoryMappingsQuerySchema, getIntegrationCassaInCloudCategoryMappingsResponseSchema, getIntegrationCassaInCloudClientLogRequestDetailsInputSchema, getIntegrationCassaInCloudClientLogRequestDetailsResponseSchema, getIntegrationCassaInCloudClientLogRequestsFromOrderInputSchema, getIntegrationCassaInCloudClientLogRequestsFromOrderQuerySchema, getIntegrationCassaInCloudClientLogRequestsFromOrderResponseSchema, getIntegrationCassaInCloudClientLogRequestsInputSchema, getIntegrationCassaInCloudClientLogRequestsQuerySchema, getIntegrationCassaInCloudClientLogRequestsResponseSchema, getIntegrationCassaInCloudComponentMappingDetailsInputSchema, getIntegrationCassaInCloudComponentMappingDetailsResponseSchema, getIntegrationCassaInCloudComponentMappingsInputSchema, getIntegrationCassaInCloudComponentMappingsQuerySchema, getIntegrationCassaInCloudComponentMappingsResponseSchema, getIntegrationCassaInCloudCustomerMappingDetailsInputSchema, getIntegrationCassaInCloudCustomerMappingDetailsResponseSchema, getIntegrationCassaInCloudCustomerMappingsInputSchema, getIntegrationCassaInCloudCustomerMappingsQuerySchema, getIntegrationCassaInCloudCustomerMappingsResponseSchema, getIntegrationCassaInCloudDepartmentMappingDetailsInputSchema, getIntegrationCassaInCloudDepartmentMappingDetailsResponseSchema, getIntegrationCassaInCloudDepartmentMappingsInputSchema, getIntegrationCassaInCloudDepartmentMappingsQuerySchema, getIntegrationCassaInCloudDepartmentMappingsResponseSchema, getIntegrationCassaInCloudDetailsInputSchema, getIntegrationCassaInCloudDetailsResponseSchema, getIntegrationCassaInCloudGlobalClientLogRequestsInputSchema, getIntegrationCassaInCloudGlobalClientLogRequestsQuerySchema, getIntegrationCassaInCloudGlobalClientLogRequestsResponseSchema, getIntegrationCassaInCloudListInputSchema, getIntegrationCassaInCloudListQuerySchema, getIntegrationCassaInCloudListResponseSchema, getIntegrationCassaInCloudModifierValueMappingDetailsFromCategoryMappingInputSchema, getIntegrationCassaInCloudModifierValueMappingDetailsFromCategoryMappingResponseSchema, getIntegrationCassaInCloudModifierValueMappingDetailsFromOptionValueMappingInputSchema, getIntegrationCassaInCloudModifierValueMappingDetailsFromOptionValueMappingResponseSchema, getIntegrationCassaInCloudModifierValueMappingDetailsFromProductMappingInputSchema, getIntegrationCassaInCloudModifierValueMappingDetailsFromProductMappingResponseSchema, getIntegrationCassaInCloudModifierValueMappingsFromCategoryMappingInputSchema, getIntegrationCassaInCloudModifierValueMappingsFromCategoryMappingQuerySchema, getIntegrationCassaInCloudModifierValueMappingsFromCategoryMappingResponseSchema, getIntegrationCassaInCloudModifierValueMappingsFromOptionValueMappingInputSchema, getIntegrationCassaInCloudModifierValueMappingsFromOptionValueMappingQuerySchema, getIntegrationCassaInCloudModifierValueMappingsFromOptionValueMappingResponseSchema, getIntegrationCassaInCloudModifierValueMappingsFromProductMappingInputSchema, getIntegrationCassaInCloudModifierValueMappingsFromProductMappingQuerySchema, getIntegrationCassaInCloudModifierValueMappingsFromProductMappingResponseSchema, getIntegrationCassaInCloudOptionMappingDetailsInputSchema, getIntegrationCassaInCloudOptionMappingDetailsResponseSchema, getIntegrationCassaInCloudOptionMappingsInputSchema, getIntegrationCassaInCloudOptionMappingsQuerySchema, getIntegrationCassaInCloudOptionMappingsResponseSchema, getIntegrationCassaInCloudOptionValueMappingDetailsInputSchema, getIntegrationCassaInCloudOptionValueMappingDetailsResponseSchema, getIntegrationCassaInCloudOptionValueMappingsInputSchema, getIntegrationCassaInCloudOptionValueMappingsQuerySchema, getIntegrationCassaInCloudOptionValueMappingsResponseSchema, getIntegrationCassaInCloudOrderMappingDetailsInputSchema, getIntegrationCassaInCloudOrderMappingDetailsResponseSchema, getIntegrationCassaInCloudOrderMappingsFromOrderInputSchema, getIntegrationCassaInCloudOrderMappingsFromOrderQuerySchema, getIntegrationCassaInCloudOrderMappingsFromOrderResponseSchema, getIntegrationCassaInCloudOrderMappingsInputSchema, getIntegrationCassaInCloudOrderMappingsQuerySchema, getIntegrationCassaInCloudOrderMappingsResponseSchema, getIntegrationCassaInCloudOrganizationMappingDetailsInputSchema, getIntegrationCassaInCloudOrganizationMappingDetailsResponseSchema, getIntegrationCassaInCloudOrganizationMappingsInputSchema, getIntegrationCassaInCloudOrganizationMappingsQuerySchema, getIntegrationCassaInCloudOrganizationMappingsResponseSchema, getIntegrationCassaInCloudProductMappingDetailsInputSchema, getIntegrationCassaInCloudProductMappingDetailsResponseSchema, getIntegrationCassaInCloudProductMappingsInputSchema, getIntegrationCassaInCloudProductMappingsQuerySchema, getIntegrationCassaInCloudProductMappingsResponseSchema, getIntegrationCassaInCloudProductVariantMappingDetailsInputSchema, getIntegrationCassaInCloudProductVariantMappingDetailsResponseSchema, getIntegrationCassaInCloudProductVariantMappingsInputSchema, getIntegrationCassaInCloudProductVariantMappingsQuerySchema, getIntegrationCassaInCloudProductVariantMappingsResponseSchema, getIntegrationCassaInCloudSalesModeMappingDetailsInputSchema, getIntegrationCassaInCloudSalesModeMappingDetailsResponseSchema, getIntegrationCassaInCloudSalesModeMappingsInputSchema, getIntegrationCassaInCloudSalesModeMappingsQuerySchema, getIntegrationCassaInCloudSalesModeMappingsResponseSchema, getIntegrationCassaInCloudSyncCustomersErrorLogDetailsInputSchema, getIntegrationCassaInCloudSyncCustomersErrorLogDetailsResponseSchema, getIntegrationCassaInCloudSyncCustomersErrorLogsInputSchema, getIntegrationCassaInCloudSyncCustomersErrorLogsQuerySchema, getIntegrationCassaInCloudSyncCustomersErrorLogsResponseSchema, getIntegrationCassaInCloudSyncCustomersProcessDetailsInputSchema, getIntegrationCassaInCloudSyncCustomersProcessDetailsResponseSchema, getIntegrationCassaInCloudSyncCustomersProcessesInputSchema, getIntegrationCassaInCloudSyncCustomersProcessesQuerySchema, getIntegrationCassaInCloudSyncCustomersProcessesResponseSchema, getIntegrationCassaInCloudSyncMenuErrorLogDetailsInputSchema, getIntegrationCassaInCloudSyncMenuErrorLogDetailsResponseSchema, getIntegrationCassaInCloudSyncMenuErrorLogsInputSchema, getIntegrationCassaInCloudSyncMenuErrorLogsQuerySchema, getIntegrationCassaInCloudSyncMenuErrorLogsResponseSchema, getIntegrationCassaInCloudSyncMenuProcessDetailsInputSchema, getIntegrationCassaInCloudSyncMenuProcessDetailsResponseSchema, getIntegrationCassaInCloudSyncMenuProcessesInputSchema, getIntegrationCassaInCloudSyncMenuProcessesQuerySchema, getIntegrationCassaInCloudSyncMenuProcessesResponseSchema, getIntegrationCassaInCloudSyncSalesModesErrorLogDetailsInputSchema, getIntegrationCassaInCloudSyncSalesModesErrorLogDetailsResponseSchema, getIntegrationCassaInCloudSyncSalesModesErrorLogsInputSchema, getIntegrationCassaInCloudSyncSalesModesErrorLogsQuerySchema, getIntegrationCassaInCloudSyncSalesModesErrorLogsResponseSchema, getIntegrationCassaInCloudSyncSalesModesProcessDetailsInputSchema, getIntegrationCassaInCloudSyncSalesModesProcessDetailsResponseSchema, getIntegrationCassaInCloudSyncSalesModesProcessesInputSchema, getIntegrationCassaInCloudSyncSalesModesProcessesQuerySchema, getIntegrationCassaInCloudSyncSalesModesProcessesResponseSchema, getIntegrationCassaInCloudSyncTimetablesErrorLogDetailsInputSchema, getIntegrationCassaInCloudSyncTimetablesErrorLogDetailsResponseSchema, getIntegrationCassaInCloudSyncTimetablesErrorLogsInputSchema, getIntegrationCassaInCloudSyncTimetablesErrorLogsQuerySchema, getIntegrationCassaInCloudSyncTimetablesErrorLogsResponseSchema, getIntegrationCassaInCloudSyncTimetablesProcessDetailsInputSchema, getIntegrationCassaInCloudSyncTimetablesProcessDetailsResponseSchema, getIntegrationCassaInCloudSyncTimetablesProcessesInputSchema, getIntegrationCassaInCloudSyncTimetablesProcessesQuerySchema, getIntegrationCassaInCloudSyncTimetablesProcessesResponseSchema, getIntegrationCassaInCloudWebHookEventDetailsInputSchema, getIntegrationCassaInCloudWebHookEventDetailsResponseSchema, getIntegrationCassaInCloudWebHookEventsInputSchema, getIntegrationCassaInCloudWebHookEventsQuerySchema, getIntegrationCassaInCloudWebHookEventsResponseSchema, getIntegrationCassaInCloudWebHookSettingDetailsInputSchema, getIntegrationCassaInCloudWebHookSettingDetailsResponseSchema, getIntegrationCassaInCloudWebHookSettingsInputSchema, getIntegrationCassaInCloudWebHookSettingsQuerySchema, getIntegrationCassaInCloudWebHookSettingsResponseSchema, getIntegrationDeliverooBrandSitesInputSchema, getIntegrationDeliverooBrandSitesResponseSchema, getIntegrationDeliverooBrandsInputSchema, getIntegrationDeliverooBrandsResponseSchema, getIntegrationDeliverooClientLogRequestDetailsInputSchema, getIntegrationDeliverooClientLogRequestDetailsResponseSchema, getIntegrationDeliverooClientLogRequestsFromOrderInputSchema, getIntegrationDeliverooClientLogRequestsFromOrderQuerySchema, getIntegrationDeliverooClientLogRequestsFromOrderResponseSchema, getIntegrationDeliverooClientLogRequestsInputSchema, getIntegrationDeliverooClientLogRequestsQuerySchema, getIntegrationDeliverooClientLogRequestsResponseSchema, getIntegrationDeliverooDetailsInputSchema, getIntegrationDeliverooDetailsResponseSchema, getIntegrationDeliverooGlobalClientLogRequestsInputSchema, getIntegrationDeliverooGlobalClientLogRequestsQuerySchema, getIntegrationDeliverooGlobalClientLogRequestsResponseSchema, getIntegrationDeliverooListInputSchema, getIntegrationDeliverooListQuerySchema, getIntegrationDeliverooListResponseSchema, getIntegrationDeliverooMenuValidationInputSchema, getIntegrationDeliverooMenuValidationResponseSchema, getIntegrationDeliverooMenuVersionDetailsInputSchema, getIntegrationDeliverooMenuVersionDetailsResponseSchema, getIntegrationDeliverooMenuVersionsInputSchema, getIntegrationDeliverooMenuVersionsQuerySchema, getIntegrationDeliverooMenuVersionsResponseSchema, getIntegrationDeliverooOrderDetailsInputSchema, getIntegrationDeliverooOrderDetailsResponseSchema, getIntegrationDeliverooOrdersFromOrderInputSchema, getIntegrationDeliverooOrdersFromOrderQuerySchema, getIntegrationDeliverooOrdersFromOrderResponseSchema, getIntegrationDeliverooOrdersInputSchema, getIntegrationDeliverooOrdersQuerySchema, getIntegrationDeliverooOrdersResponseSchema, getIntegrationDeliverooSiteBrandIdsInputSchema, getIntegrationDeliverooSiteBrandIdsResponseSchema, getIntegrationDeliverooSiteDaysOffInputSchema, getIntegrationDeliverooSiteDaysOffQuerySchema, getIntegrationDeliverooSiteDaysOffResponseSchema, getIntegrationDeliverooSyncMenuProcessDetailsInputSchema, getIntegrationDeliverooSyncMenuProcessDetailsResponseSchema, getIntegrationDeliverooSyncMenuProcessesInputSchema, getIntegrationDeliverooSyncMenuProcessesQuerySchema, getIntegrationDeliverooSyncMenuProcessesResponseSchema, getIntegrationDeliverooWebhookEventDetailsInputSchema, getIntegrationDeliverooWebhookEventDetailsResponseSchema, getIntegrationDeliverooWebhookEventsFromOrderInputSchema, getIntegrationDeliverooWebhookEventsFromOrderQuerySchema, getIntegrationDeliverooWebhookEventsFromOrderResponseSchema, getIntegrationDeliverooWebhookEventsInputSchema, getIntegrationDeliverooWebhookEventsQuerySchema, getIntegrationDeliverooWebhookEventsResponseSchema, getIntegrationDetailsInputSchema, getIntegrationDetailsResponseSchema, getIntegrationEcommerceDetailsInputSchema, getIntegrationEcommerceDetailsResponseSchema, getIntegrationEcommerceInfoInputSchema, getIntegrationEcommerceInfoResponseSchema, getIntegrationEcommerceListInputSchema, getIntegrationEcommerceListQuerySchema, getIntegrationEcommerceListResponseSchema, getIntegrationGlovoBulkUpdateDetailsInputSchema, getIntegrationGlovoBulkUpdateDetailsResponseSchema, getIntegrationGlovoBulkUpdatesInputSchema, getIntegrationGlovoBulkUpdatesQuerySchema, getIntegrationGlovoBulkUpdatesResponseSchema, getIntegrationGlovoClientLogRequestDetailsInputSchema, getIntegrationGlovoClientLogRequestDetailsResponseSchema, getIntegrationGlovoClientLogRequestsFromOrderInputSchema, getIntegrationGlovoClientLogRequestsFromOrderQuerySchema, getIntegrationGlovoClientLogRequestsFromOrderResponseSchema, getIntegrationGlovoClientLogRequestsInputSchema, getIntegrationGlovoClientLogRequestsQuerySchema, getIntegrationGlovoClientLogRequestsResponseSchema, getIntegrationGlovoDetailsInputSchema, getIntegrationGlovoDetailsResponseSchema, getIntegrationGlovoGlobalClientLogRequestsInputSchema, getIntegrationGlovoGlobalClientLogRequestsQuerySchema, getIntegrationGlovoGlobalClientLogRequestsResponseSchema, getIntegrationGlovoListInputSchema, getIntegrationGlovoListQuerySchema, getIntegrationGlovoListResponseSchema, getIntegrationGlovoMenuItemDeltaDetailsInputSchema, getIntegrationGlovoMenuItemDeltaDetailsResponseSchema, getIntegrationGlovoMenuItemDeltasInputSchema, getIntegrationGlovoMenuItemDeltasQuerySchema, getIntegrationGlovoMenuItemDeltasResponseSchema, getIntegrationGlovoMenuUpdateDetailsInputSchema, getIntegrationGlovoMenuUpdateDetailsResponseSchema, getIntegrationGlovoMenuUpdatesInputSchema, getIntegrationGlovoMenuUpdatesQuerySchema, getIntegrationGlovoMenuUpdatesResponseSchema, getIntegrationGlovoMenuValidationInputSchema, getIntegrationGlovoMenuValidationResponseSchema, getIntegrationGlovoMenuVersionDetailsInputSchema, getIntegrationGlovoMenuVersionDetailsResponseSchema, getIntegrationGlovoMenuVersionsInputSchema, getIntegrationGlovoMenuVersionsQuerySchema, getIntegrationGlovoMenuVersionsResponseSchema, getIntegrationGlovoOrderDetailsInputSchema, getIntegrationGlovoOrderDetailsResponseSchema, getIntegrationGlovoOrdersFromOrderInputSchema, getIntegrationGlovoOrdersFromOrderQuerySchema, getIntegrationGlovoOrdersFromOrderResponseSchema, getIntegrationGlovoOrdersInputSchema, getIntegrationGlovoOrdersQuerySchema, getIntegrationGlovoOrdersResponseSchema, getIntegrationGlovoSyncStatusInputSchema, getIntegrationGlovoSyncStatusResponseSchema, getIntegrationGlovoWebhookEventDetailsInputSchema, getIntegrationGlovoWebhookEventDetailsResponseSchema, getIntegrationGlovoWebhookEventsFromOrderInputSchema, getIntegrationGlovoWebhookEventsFromOrderQuerySchema, getIntegrationGlovoWebhookEventsFromOrderResponseSchema, getIntegrationGlovoWebhookEventsInputSchema, getIntegrationGlovoWebhookEventsQuerySchema, getIntegrationGlovoWebhookEventsResponseSchema, getIntegrationIssueDetailsInputSchema, getIntegrationIssueDetailsResponseSchema, getIntegrationIssuesInputSchema, getIntegrationIssuesQuerySchema, getIntegrationIssuesResponseSchema, getIntegrationJustEatClientLogRequestDetailsInputSchema, getIntegrationJustEatClientLogRequestDetailsResponseSchema, getIntegrationJustEatClientLogRequestsFromOrderInputSchema, getIntegrationJustEatClientLogRequestsFromOrderQuerySchema, getIntegrationJustEatClientLogRequestsFromOrderResponseSchema, getIntegrationJustEatClientLogRequestsInputSchema, getIntegrationJustEatClientLogRequestsQuerySchema, getIntegrationJustEatClientLogRequestsResponseSchema, getIntegrationJustEatDetailsInputSchema, getIntegrationJustEatDetailsResponseSchema, getIntegrationJustEatGlobalClientLogRequestsInputSchema, getIntegrationJustEatGlobalClientLogRequestsQuerySchema, getIntegrationJustEatGlobalClientLogRequestsResponseSchema, getIntegrationJustEatListInputSchema, getIntegrationJustEatListQuerySchema, getIntegrationJustEatListResponseSchema, getIntegrationJustEatMenuValidationInputSchema, getIntegrationJustEatMenuValidationResponseSchema, getIntegrationJustEatMenuVersionDetailsInputSchema, getIntegrationJustEatMenuVersionDetailsResponseSchema, getIntegrationJustEatMenuVersionsInputSchema, getIntegrationJustEatMenuVersionsQuerySchema, getIntegrationJustEatMenuVersionsResponseSchema, getIntegrationJustEatOrderDetailsInputSchema, getIntegrationJustEatOrderDetailsResponseSchema, getIntegrationJustEatOrdersFromOrderInputSchema, getIntegrationJustEatOrdersFromOrderQuerySchema, getIntegrationJustEatOrdersFromOrderResponseSchema, 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, integrationAsyncMessageResponseSchema, integrationBaseSchema, integrationCancellationRequestDetailsSchema, integrationCancellationRequestIriSchema, integrationCancellationRequestNullableIriSchema, integrationCancellationRequestSchema, integrationCancellationRequestStatusSchema, integrationCancellationRequestStatuses, integrationCassaInCloudCategoryMappingDetailsSchema, integrationCassaInCloudCategoryMappingIriSchema, integrationCassaInCloudCategoryMappingSchema, integrationCassaInCloudCategoryMappingsQuerySchema, integrationCassaInCloudCategoryModifierValueMappingIriSchema, integrationCassaInCloudComponentMappingDetailsSchema, integrationCassaInCloudComponentMappingIriSchema, integrationCassaInCloudComponentMappingSchema, integrationCassaInCloudComponentMappingsQuerySchema, integrationCassaInCloudCustomerMappingDetailsSchema, integrationCassaInCloudCustomerMappingIriSchema, integrationCassaInCloudCustomerMappingSchema, integrationCassaInCloudCustomerMappingsQuerySchema, integrationCassaInCloudCustomersSyncStepSchema, integrationCassaInCloudCustomersSyncSteps, integrationCassaInCloudDataSchema, integrationCassaInCloudDepartmentMappingDetailsSchema, integrationCassaInCloudDepartmentMappingIriSchema, integrationCassaInCloudDepartmentMappingSchema, integrationCassaInCloudDepartmentMappingsQuerySchema, integrationCassaInCloudDetailsSchema, integrationCassaInCloudDirectionSchema, integrationCassaInCloudDirections, integrationCassaInCloudEditableFieldsSchema, integrationCassaInCloudIriSchema, integrationCassaInCloudMenuSyncStepSchema, integrationCassaInCloudMenuSyncSteps, integrationCassaInCloudMissingComponentStrategies, integrationCassaInCloudMissingComponentStrategySchema, integrationCassaInCloudModifierValueMappingDetailsSchema, integrationCassaInCloudModifierValueMappingSchema, integrationCassaInCloudModifierValueMappingsQuerySchema, integrationCassaInCloudNullableIriSchema, integrationCassaInCloudOptionMappingDetailsSchema, integrationCassaInCloudOptionMappingIriSchema, integrationCassaInCloudOptionMappingSchema, integrationCassaInCloudOptionMappingsQuerySchema, integrationCassaInCloudOptionValueMappingDetailsSchema, integrationCassaInCloudOptionValueMappingIriSchema, integrationCassaInCloudOptionValueMappingSchema, integrationCassaInCloudOptionValueMappingsQuerySchema, integrationCassaInCloudOptionValueModifierValueMappingIriSchema, integrationCassaInCloudOrderMappingDetailsSchema, integrationCassaInCloudOrderMappingIriSchema, integrationCassaInCloudOrderMappingSchema, integrationCassaInCloudOrderMappingsQuerySchema, integrationCassaInCloudOrganizationMappingDetailsSchema, integrationCassaInCloudOrganizationMappingIriSchema, integrationCassaInCloudOrganizationMappingSchema, integrationCassaInCloudOrganizationMappingsQuerySchema, integrationCassaInCloudProductChannelSchema, integrationCassaInCloudProductChannels, integrationCassaInCloudProductMappingDetailsSchema, integrationCassaInCloudProductMappingIriSchema, integrationCassaInCloudProductMappingSchema, integrationCassaInCloudProductMappingsQuerySchema, integrationCassaInCloudProductModifierValueMappingIriSchema, integrationCassaInCloudProductVariantMappingDetailsSchema, integrationCassaInCloudProductVariantMappingIriSchema, integrationCassaInCloudProductVariantMappingSchema, integrationCassaInCloudProductVariantMappingsQuerySchema, integrationCassaInCloudSalesModeMappingDetailsSchema, integrationCassaInCloudSalesModeMappingIriSchema, integrationCassaInCloudSalesModeMappingSchema, integrationCassaInCloudSalesModeMappingsQuerySchema, integrationCassaInCloudSalesModesSyncStepSchema, integrationCassaInCloudSalesModesSyncSteps, integrationCassaInCloudSchema, integrationCassaInCloudSyncCustomersErrorLogDetailsSchema, integrationCassaInCloudSyncCustomersErrorLogIriSchema, integrationCassaInCloudSyncCustomersErrorLogSchema, integrationCassaInCloudSyncCustomersErrorLogsQuerySchema, integrationCassaInCloudSyncCustomersInputSchema, integrationCassaInCloudSyncCustomersProcessDetailsSchema, integrationCassaInCloudSyncCustomersProcessIriSchema, integrationCassaInCloudSyncCustomersProcessSchema, integrationCassaInCloudSyncCustomersProcessesQuerySchema, integrationCassaInCloudSyncCustomersResponseSchema, integrationCassaInCloudSyncDirectionSchema, integrationCassaInCloudSyncDirections, integrationCassaInCloudSyncMenuErrorLogDetailsSchema, integrationCassaInCloudSyncMenuErrorLogIriSchema, integrationCassaInCloudSyncMenuErrorLogNullableIriSchema, integrationCassaInCloudSyncMenuErrorLogSchema, integrationCassaInCloudSyncMenuErrorLogsQuerySchema, integrationCassaInCloudSyncMenuProcessDetailsSchema, integrationCassaInCloudSyncMenuProcessIriSchema, integrationCassaInCloudSyncMenuProcessSchema, integrationCassaInCloudSyncMenuProcessesQuerySchema, integrationCassaInCloudSyncModeSchema, integrationCassaInCloudSyncModes, integrationCassaInCloudSyncOrganizationsInputSchema, integrationCassaInCloudSyncOrganizationsResponseSchema, integrationCassaInCloudSyncProductsInputSchema, integrationCassaInCloudSyncProductsResponseSchema, integrationCassaInCloudSyncSalesModesErrorLogDetailsSchema, integrationCassaInCloudSyncSalesModesErrorLogIriSchema, integrationCassaInCloudSyncSalesModesErrorLogSchema, integrationCassaInCloudSyncSalesModesErrorLogsQuerySchema, integrationCassaInCloudSyncSalesModesInputSchema, integrationCassaInCloudSyncSalesModesProcessDetailsSchema, integrationCassaInCloudSyncSalesModesProcessIriSchema, integrationCassaInCloudSyncSalesModesProcessSchema, integrationCassaInCloudSyncSalesModesProcessesQuerySchema, integrationCassaInCloudSyncSalesModesResponseSchema, integrationCassaInCloudSyncSettingsSchema, integrationCassaInCloudSyncStockInputSchema, integrationCassaInCloudSyncStockResponseSchema, integrationCassaInCloudSyncTimesSchema, integrationCassaInCloudSyncTimetablesErrorLogDetailsSchema, integrationCassaInCloudSyncTimetablesErrorLogIriSchema, integrationCassaInCloudSyncTimetablesErrorLogSchema, integrationCassaInCloudSyncTimetablesErrorLogsQuerySchema, integrationCassaInCloudSyncTimetablesInputSchema, integrationCassaInCloudSyncTimetablesProcessDetailsSchema, integrationCassaInCloudSyncTimetablesProcessIriSchema, integrationCassaInCloudSyncTimetablesProcessSchema, integrationCassaInCloudSyncTimetablesProcessesQuerySchema, integrationCassaInCloudSyncTimetablesResponseSchema, integrationCassaInCloudSyncWebHooksInputSchema, integrationCassaInCloudSyncWebHooksResponseSchema, integrationCassaInCloudTimetablesSyncStepSchema, integrationCassaInCloudTimetablesSyncSteps, integrationCassaInCloudWebHookEventDetailsSchema, integrationCassaInCloudWebHookEventEntities, integrationCassaInCloudWebHookEventEntitySchema, integrationCassaInCloudWebHookEventEventSchema, integrationCassaInCloudWebHookEventEvents, integrationCassaInCloudWebHookEventSchema, integrationCassaInCloudWebHookEventsQuerySchema, integrationCassaInCloudWebHookSettingDetailsSchema, integrationCassaInCloudWebHookSettingIriSchema, integrationCassaInCloudWebHookSettingSchema, integrationCassaInCloudWebHookSettingsQuerySchema, integrationClientLogRequestDetailsSchema, integrationClientLogRequestMethodSchema, integrationClientLogRequestMethods, integrationClientLogRequestSchema, integrationDeliverooDataSchema, integrationDeliverooDebugApiAccessSchema, integrationDeliverooDebugBrandSchema, integrationDeliverooDebugBrandsResponseSchema, integrationDeliverooDebugDayOffSchema, integrationDeliverooDebugDaysOffResponseSchema, integrationDeliverooDebugPageSchema, integrationDeliverooDebugSiteBrandIdsResponseSchema, integrationDeliverooDebugSiteSchema, integrationDeliverooDebugSiteTypeSchema, integrationDeliverooDebugSiteTypes, integrationDeliverooDebugSitesResponseSchema, integrationDeliverooDetailsSchema, integrationDeliverooEditableFieldsSchema, integrationDeliverooIriSchema, integrationDeliverooMenuVersionIriSchema, integrationDeliverooMenuVersionNullableIriSchema, integrationDeliverooNullableIriSchema, integrationDeliverooOrderDetailsSchema, integrationDeliverooOrderIriSchema, integrationDeliverooOrderSchema, integrationDeliverooOrdersQuerySchema, integrationDeliverooSchema, integrationDeliverooSiteStatusSchema, integrationDeliverooSiteStatuses, integrationDeliverooSyncMenuInputSchema, integrationDeliverooSyncMenuProcessDetailsSchema, integrationDeliverooSyncMenuProcessModeSchema, integrationDeliverooSyncMenuProcessModes, integrationDeliverooSyncMenuProcessSchema, integrationDeliverooSyncMenuProcessesQuerySchema, integrationDeliverooSyncMenuResponseSchema, integrationDeliverooSyncOpeningHoursInputSchema, integrationDeliverooSyncOpeningHoursResponseSchema, integrationDeliverooWebhookEventDetailsSchema, integrationDeliverooWebhookEventSchema, integrationDeliverooWebhookEventTypeSchema, integrationDeliverooWebhookEventTypes, integrationDeliverooWebhookEventsQueryParamsSchema, integrationDeliveryErrorSchema, integrationDeliveryErrors, integrationDeliveryProviderCommonSchema, integrationDetailsFieldsSchema, integrationDetailsSchema, integrationEcommerceCompanyInfoSchema, integrationEcommerceDetailsSchema, integrationEcommerceEditableFieldsSchema, integrationEcommerceInfoSchema, integrationEcommerceIriSchema, integrationEcommerceMenuCategorySchema, integrationEcommerceMenuItemSchema, integrationEcommerceMenuModifierSchema, integrationEcommerceMenuPriceOverrideSchema, integrationEcommerceMenuPriceSchema, integrationEcommerceMenuSchema, integrationEcommerceNullableIriSchema, integrationEcommerceOrderingModeSchema, integrationEcommerceOrderingModes, integrationEcommercePointOfSaleInfoSchema, integrationEcommerceSchema, integrationGlovoBulkUpdateDetailsSchema, integrationGlovoBulkUpdateIriSchema, integrationGlovoBulkUpdateSchema, integrationGlovoBulkUpdateStatusSchema, integrationGlovoBulkUpdateStatuses, integrationGlovoBulkUpdatesQuerySchema, integrationGlovoDataSchema, integrationGlovoDetailsSchema, integrationGlovoEditableFieldsSchema, integrationGlovoIriSchema, integrationGlovoMenuItemDeltaDetailsSchema, integrationGlovoMenuItemDeltaIriSchema, integrationGlovoMenuItemDeltaSchema, integrationGlovoMenuItemDeltasQuerySchema, integrationGlovoMenuUpdateDetailsSchema, integrationGlovoMenuUpdateSchema, integrationGlovoMenuUpdateStatusSchema, integrationGlovoMenuUpdateStatuses, integrationGlovoMenuUpdatesQuerySchema, integrationGlovoMenuVersionIriSchema, integrationGlovoMenuVersionNullableIriSchema, integrationGlovoNullableIriSchema, integrationGlovoOrderDetailsSchema, integrationGlovoOrderIriSchema, integrationGlovoOrderSchema, integrationGlovoOrdersQuerySchema, integrationGlovoSchema, integrationGlovoStoreStatusSchema, integrationGlovoStoreStatuses, integrationGlovoSyncMenuInputSchema, integrationGlovoSyncMenuResponseSchema, integrationGlovoSyncStatusResponseSchema, integrationGlovoSyncStatusSchema, integrationGlovoSyncStatuses, integrationGlovoWebhookEventDetailsSchema, integrationGlovoWebhookEventSchema, integrationGlovoWebhookEventTypeSchema, integrationGlovoWebhookEventTypes, integrationGlovoWebhookEventsQueryParamsSchema, integrationIriSchema, integrationIssueCodeSchema, integrationIssueCodes, integrationIssueDetailsSchema, integrationIssueIriSchema, integrationIssueSchema, integrationIssueScopeSchema, integrationIssueScopes, integrationJustEatDataSchema, integrationJustEatDetailsSchema, integrationJustEatEditableFieldsSchema, integrationJustEatIriSchema, integrationJustEatMenuTypeSchema, integrationJustEatMenuTypes, integrationJustEatMenuValidationQuerySchema, integrationJustEatMenuVersionIriSchema, integrationJustEatMenuVersionNullableIriSchema, integrationJustEatNullableIriSchema, integrationJustEatOrderCancellationReasonSchema, integrationJustEatOrderCancellationReasons, integrationJustEatOrderDetailsSchema, integrationJustEatOrderIriSchema, 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, integrationsEcommerceQuerySchema, integrationsGlovoQuerySchema, integrationsJustEatQuerySchema, integrationsKitchenQuerySchema, menuVersionDetailsSchema, menuVersionSchema, respondIntegrationActivationRequestInputSchema, respondIntegrationActivationRequestResponseSchema, sendIntegrationActivationRequestToPartnerInputSchema, sendIntegrationActivationRequestToPartnerResponseSchema, updateIntegrationActivationRequestInputSchema, updateIntegrationActivationRequestResponseSchema, updateIntegrationCassaInCloudInputSchema, updateIntegrationCassaInCloudResponseSchema, updateIntegrationDeliverooInputSchema, updateIntegrationDeliverooResponseSchema, updateIntegrationDeliverooSiteStatusInputSchema, updateIntegrationDeliverooSiteStatusResponseSchema, updateIntegrationEcommerceInputSchema, updateIntegrationEcommerceResponseSchema, updateIntegrationGlovoInputSchema, updateIntegrationGlovoResponseSchema, updateIntegrationGlovoStoreStatusInputSchema, updateIntegrationGlovoStoreStatusResponseSchema, updateIntegrationInputSchema, updateIntegrationJustEatInputSchema, updateIntegrationJustEatResponseSchema, updateIntegrationJustEatRestaurantStatusInputSchema, updateIntegrationJustEatRestaurantStatusResponseSchema, updateIntegrationKitchenInputSchema, updateIntegrationKitchenResponseSchema, updateIntegrationResponseSchema, writableIntegrationSchema };
|