@deliverart/sdk-js-integration 2.14.2 → 2.14.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1077,6 +1077,7 @@ declare const integrationDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1077
1077
  column: "column";
1078
1078
  }>;
1079
1079
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
1080
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
1080
1081
  }, z.core.$strip>, z.ZodObject<{
1081
1082
  status: z.ZodEnum<{
1082
1083
  pending: "pending";
@@ -1124,6 +1125,7 @@ declare const integrationDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1124
1125
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
1125
1126
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
1126
1127
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
1128
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
1127
1129
  }, z.core.$strip>, z.ZodObject<{
1128
1130
  status: z.ZodEnum<{
1129
1131
  pending: "pending";
@@ -1167,6 +1169,7 @@ declare const integrationDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1167
1169
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
1168
1170
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
1169
1171
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
1172
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
1170
1173
  }, z.core.$strip>, z.ZodObject<{
1171
1174
  status: z.ZodEnum<{
1172
1175
  pending: "pending";
@@ -1219,6 +1222,7 @@ declare const integrationDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1219
1222
  }>;
1220
1223
  dailyMenuUpdatesLeft: z.ZodNumber;
1221
1224
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
1225
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
1222
1226
  }, z.core.$strip>, z.ZodObject<{
1223
1227
  status: z.ZodEnum<{
1224
1228
  pending: "pending";
@@ -1287,6 +1291,7 @@ declare const integrationDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1287
1291
  }>>;
1288
1292
  apiTokenPointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/api_tokens/point_of_sale/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/api_tokens/point_of_sale/:id"> | null, unknown>>;
1289
1293
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
1294
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
1290
1295
  }, z.core.$strip>, z.ZodObject<{
1291
1296
  status: z.ZodEnum<{
1292
1297
  pending: "pending";
@@ -1314,6 +1319,7 @@ declare const integrationDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1314
1319
  }>;
1315
1320
  salesMode: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown>>;
1316
1321
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
1322
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
1317
1323
  }, z.core.$strip>], "service">;
1318
1324
  type IntegrationDetails = z.infer<typeof integrationDetailsSchema>;
1319
1325
 
@@ -6730,6 +6736,7 @@ declare const getIntegrationDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.Zo
6730
6736
  column: "column";
6731
6737
  }>;
6732
6738
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
6739
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
6733
6740
  }, z.core.$strip>, z.ZodObject<{
6734
6741
  status: z.ZodEnum<{
6735
6742
  pending: "pending";
@@ -6777,6 +6784,7 @@ declare const getIntegrationDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.Zo
6777
6784
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
6778
6785
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
6779
6786
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
6787
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
6780
6788
  }, z.core.$strip>, z.ZodObject<{
6781
6789
  status: z.ZodEnum<{
6782
6790
  pending: "pending";
@@ -6820,6 +6828,7 @@ declare const getIntegrationDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.Zo
6820
6828
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
6821
6829
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
6822
6830
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
6831
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
6823
6832
  }, z.core.$strip>, z.ZodObject<{
6824
6833
  status: z.ZodEnum<{
6825
6834
  pending: "pending";
@@ -6872,6 +6881,7 @@ declare const getIntegrationDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.Zo
6872
6881
  }>;
6873
6882
  dailyMenuUpdatesLeft: z.ZodNumber;
6874
6883
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
6884
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
6875
6885
  }, z.core.$strip>, z.ZodObject<{
6876
6886
  status: z.ZodEnum<{
6877
6887
  pending: "pending";
@@ -6940,6 +6950,7 @@ declare const getIntegrationDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.Zo
6940
6950
  }>>;
6941
6951
  apiTokenPointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/api_tokens/point_of_sale/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/api_tokens/point_of_sale/:id"> | null, unknown>>;
6942
6952
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
6953
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
6943
6954
  }, z.core.$strip>, z.ZodObject<{
6944
6955
  status: z.ZodEnum<{
6945
6956
  pending: "pending";
@@ -6967,6 +6978,7 @@ declare const getIntegrationDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.Zo
6967
6978
  }>;
6968
6979
  salesMode: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown>>;
6969
6980
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
6981
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
6970
6982
  }, z.core.$strip>], "service">;
6971
6983
  type GetIntegrationDetailsResponse = IntegrationDetails;
6972
6984
  declare class GetIntegrationDetails extends AbstractApiRequest<typeof getIntegrationDetailsInputSchema, typeof getIntegrationDetailsResponseSchema> {
@@ -6996,6 +7008,7 @@ declare class GetIntegrationDetails extends AbstractApiRequest<typeof getIntegra
6996
7008
  column: "column";
6997
7009
  }>;
6998
7010
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
7011
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
6999
7012
  }, z.core.$strip>, z.ZodObject<{
7000
7013
  status: z.ZodEnum<{
7001
7014
  pending: "pending";
@@ -7043,6 +7056,7 @@ declare class GetIntegrationDetails extends AbstractApiRequest<typeof getIntegra
7043
7056
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
7044
7057
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
7045
7058
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
7059
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
7046
7060
  }, z.core.$strip>, z.ZodObject<{
7047
7061
  status: z.ZodEnum<{
7048
7062
  pending: "pending";
@@ -7086,6 +7100,7 @@ declare class GetIntegrationDetails extends AbstractApiRequest<typeof getIntegra
7086
7100
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
7087
7101
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
7088
7102
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
7103
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
7089
7104
  }, z.core.$strip>, z.ZodObject<{
7090
7105
  status: z.ZodEnum<{
7091
7106
  pending: "pending";
@@ -7138,6 +7153,7 @@ declare class GetIntegrationDetails extends AbstractApiRequest<typeof getIntegra
7138
7153
  }>;
7139
7154
  dailyMenuUpdatesLeft: z.ZodNumber;
7140
7155
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
7156
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
7141
7157
  }, z.core.$strip>, z.ZodObject<{
7142
7158
  status: z.ZodEnum<{
7143
7159
  pending: "pending";
@@ -7206,6 +7222,7 @@ declare class GetIntegrationDetails extends AbstractApiRequest<typeof getIntegra
7206
7222
  }>>;
7207
7223
  apiTokenPointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/api_tokens/point_of_sale/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/api_tokens/point_of_sale/:id"> | null, unknown>>;
7208
7224
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
7225
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
7209
7226
  }, z.core.$strip>, z.ZodObject<{
7210
7227
  status: z.ZodEnum<{
7211
7228
  pending: "pending";
@@ -7233,6 +7250,7 @@ declare class GetIntegrationDetails extends AbstractApiRequest<typeof getIntegra
7233
7250
  }>;
7234
7251
  salesMode: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown>>;
7235
7252
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
7253
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
7236
7254
  }, z.core.$strip>], "service">;
7237
7255
  readonly querySchema: undefined;
7238
7256
  readonly headersSchema: undefined;
@@ -7241,6 +7259,512 @@ declare class GetIntegrationDetails extends AbstractApiRequest<typeof getIntegra
7241
7259
  getPath(): string;
7242
7260
  }
7243
7261
 
7262
+ declare const menuVersionSchema: z.ZodObject<{
7263
+ id: z.ZodString;
7264
+ contentUrl: z.ZodNullable<z.ZodString>;
7265
+ filePath: z.ZodNullable<z.ZodString>;
7266
+ createdAt: z.ZodString;
7267
+ updatedAt: z.ZodString;
7268
+ }, z.core.$strip>;
7269
+ type MenuVersion = z.infer<typeof menuVersionSchema>;
7270
+ declare const menuVersionDetailsSchema: z.ZodObject<{
7271
+ id: z.ZodString;
7272
+ contentUrl: z.ZodNullable<z.ZodString>;
7273
+ filePath: z.ZodNullable<z.ZodString>;
7274
+ createdAt: z.ZodString;
7275
+ updatedAt: z.ZodString;
7276
+ integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown>>;
7277
+ }, z.core.$strip>;
7278
+ type MenuVersionDetails = z.infer<typeof menuVersionDetailsSchema>;
7279
+ declare const integrationBaseSchema: z.ZodObject<{
7280
+ id: z.ZodString;
7281
+ cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
7282
+ connectionId: z.ZodNullable<z.ZodString>;
7283
+ errors: z.ZodArray<z.ZodString>;
7284
+ service: z.ZodEnum<{
7285
+ cassa_in_cloud: "cassa_in_cloud";
7286
+ deliveroo: "deliveroo";
7287
+ justeat: "justeat";
7288
+ glovo: "glovo";
7289
+ kitchen: "kitchen";
7290
+ ecommerce: "ecommerce";
7291
+ }>;
7292
+ status: z.ZodEnum<{
7293
+ pending: "pending";
7294
+ active: "active";
7295
+ deleting: "deleting";
7296
+ }>;
7297
+ provider: z.ZodEnum<{
7298
+ deliverart: "deliverart";
7299
+ cassa_in_cloud: "cassa_in_cloud";
7300
+ }>;
7301
+ createdAt: z.ZodString;
7302
+ updatedAt: z.ZodString;
7303
+ }, z.core.$strip>;
7304
+ declare const writableIntegrationSchema: z.ZodObject<{
7305
+ status: z.ZodEnum<{
7306
+ pending: "pending";
7307
+ active: "active";
7308
+ deleting: "deleting";
7309
+ }>;
7310
+ provider: z.ZodEnum<{
7311
+ deliverart: "deliverart";
7312
+ cassa_in_cloud: "cassa_in_cloud";
7313
+ }>;
7314
+ }, z.core.$strip>;
7315
+ declare const integrationDetailsFieldsSchema: z.ZodObject<{
7316
+ pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
7317
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
7318
+ }, z.core.$strip>;
7319
+ declare const integrationIssueSchema: z.ZodObject<{
7320
+ id: z.ZodString;
7321
+ integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown>>;
7322
+ scope: z.ZodEnum<{
7323
+ menu_sync: "menu_sync";
7324
+ }>;
7325
+ code: z.ZodEnum<{
7326
+ invalid_menu: "invalid_menu";
7327
+ unauthorized: "unauthorized";
7328
+ forbidden: "forbidden";
7329
+ remote_not_found: "remote_not_found";
7330
+ remote_validation_failed: "remote_validation_failed";
7331
+ daily_limit_reached: "daily_limit_reached";
7332
+ process_failed: "process_failed";
7333
+ }>;
7334
+ blocking: z.ZodBoolean;
7335
+ retriable: z.ZodBoolean;
7336
+ retryAfterAt: z.ZodNullable<z.ZodString>;
7337
+ message: z.ZodNullable<z.ZodString>;
7338
+ httpStatus: z.ZodNullable<z.ZodCoercedNumber<unknown>>;
7339
+ providerCode: z.ZodNullable<z.ZodString>;
7340
+ providerRequestId: z.ZodNullable<z.ZodString>;
7341
+ context: z.ZodRecord<z.ZodString, z.ZodUnknown>;
7342
+ occurrences: z.ZodCoercedNumber<unknown>;
7343
+ firstSeenAt: z.ZodString;
7344
+ lastSeenAt: z.ZodString;
7345
+ resolvedAt: z.ZodNullable<z.ZodString>;
7346
+ blocksAutomation: z.ZodBoolean;
7347
+ }, z.core.$strip>;
7348
+ type IntegrationIssue = z.infer<typeof integrationIssueSchema>;
7349
+ declare const integrationIssueDetailsSchema: z.ZodObject<{
7350
+ id: z.ZodString;
7351
+ integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown>>;
7352
+ scope: z.ZodEnum<{
7353
+ menu_sync: "menu_sync";
7354
+ }>;
7355
+ code: z.ZodEnum<{
7356
+ invalid_menu: "invalid_menu";
7357
+ unauthorized: "unauthorized";
7358
+ forbidden: "forbidden";
7359
+ remote_not_found: "remote_not_found";
7360
+ remote_validation_failed: "remote_validation_failed";
7361
+ daily_limit_reached: "daily_limit_reached";
7362
+ process_failed: "process_failed";
7363
+ }>;
7364
+ blocking: z.ZodBoolean;
7365
+ retriable: z.ZodBoolean;
7366
+ retryAfterAt: z.ZodNullable<z.ZodString>;
7367
+ message: z.ZodNullable<z.ZodString>;
7368
+ httpStatus: z.ZodNullable<z.ZodCoercedNumber<unknown>>;
7369
+ providerCode: z.ZodNullable<z.ZodString>;
7370
+ providerRequestId: z.ZodNullable<z.ZodString>;
7371
+ context: z.ZodRecord<z.ZodString, z.ZodUnknown>;
7372
+ occurrences: z.ZodCoercedNumber<unknown>;
7373
+ firstSeenAt: z.ZodString;
7374
+ lastSeenAt: z.ZodString;
7375
+ resolvedAt: z.ZodNullable<z.ZodString>;
7376
+ blocksAutomation: z.ZodBoolean;
7377
+ }, z.core.$strip>;
7378
+ type IntegrationIssueDetails = z.infer<typeof integrationIssueDetailsSchema>;
7379
+ declare const integrationDeliveryProviderCommonSchema: z.ZodObject<{
7380
+ name: z.ZodString;
7381
+ skipInvalidItem: z.ZodBoolean;
7382
+ skipNegativePrices: z.ZodBoolean;
7383
+ importTaggedItems: z.ZodBoolean;
7384
+ tagsForImport: z.ZodOptional<z.ZodArray<z.ZodString>>;
7385
+ isValidMenu: z.ZodBoolean;
7386
+ storeUrl: z.ZodNullable<z.ZodURL>;
7387
+ latestMenuSyncAt: z.ZodNullable<z.ZodString>;
7388
+ latestMenuCheckAt: z.ZodNullable<z.ZodString>;
7389
+ currentMenuVersion: z.ZodUnion<readonly [z.ZodType<_deliverart_sdk_js_global_types.IriObject<string> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string> | null, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<string> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string> | null, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<string> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string> | null, unknown>>]>;
7390
+ salesMode: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown>>;
7391
+ errors: z.ZodArray<z.ZodEnum<{
7392
+ latest_menu_sync_error: "latest_menu_sync_error";
7393
+ latest_bulk_sync_error: "latest_bulk_sync_error";
7394
+ latest_store_status_sync_error: "latest_store_status_sync_error";
7395
+ invalid_menu: "invalid_menu";
7396
+ }>>;
7397
+ }, z.core.$strip>;
7398
+ type IntegrationDeliveryProviderCommon = z.infer<typeof integrationDeliveryProviderCommonSchema>;
7399
+ declare const integrationClientLogRequestSchema: z.ZodObject<{
7400
+ id: z.ZodString;
7401
+ url: z.ZodString;
7402
+ method: z.ZodEnum<{
7403
+ DELETE: "DELETE";
7404
+ GET: "GET";
7405
+ PATCH: "PATCH";
7406
+ POST: "POST";
7407
+ PUT: "PUT";
7408
+ }>;
7409
+ statusCode: z.ZodCoercedNumber<unknown>;
7410
+ createdAt: z.ZodString;
7411
+ }, z.core.$strip>;
7412
+ type IntegrationClientLogRequest = z.infer<typeof integrationClientLogRequestSchema>;
7413
+ declare const integrationClientLogRequestDetailsSchema: z.ZodObject<{
7414
+ id: z.ZodString;
7415
+ url: z.ZodString;
7416
+ method: z.ZodEnum<{
7417
+ DELETE: "DELETE";
7418
+ GET: "GET";
7419
+ PATCH: "PATCH";
7420
+ POST: "POST";
7421
+ PUT: "PUT";
7422
+ }>;
7423
+ statusCode: z.ZodCoercedNumber<unknown>;
7424
+ createdAt: z.ZodString;
7425
+ integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown>>;
7426
+ requestHeaders: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
7427
+ responseHeaders: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
7428
+ requestBodyFilePath: z.ZodNullable<z.ZodString>;
7429
+ requestBodyContentUrl: z.ZodNullable<z.ZodURL>;
7430
+ responseBodyFilePath: z.ZodNullable<z.ZodString>;
7431
+ responseBodyContentUrl: z.ZodNullable<z.ZodURL>;
7432
+ }, z.core.$strip>;
7433
+ type IntegrationClientLogRequestDetails = z.infer<typeof integrationClientLogRequestDetailsSchema>;
7434
+ declare const integrationAsyncMessageResponseSchema: z.ZodObject<{
7435
+ message: z.ZodString;
7436
+ }, z.core.$strip>;
7437
+ type IntegrationAsyncMessageResponse = z.infer<typeof integrationAsyncMessageResponseSchema>;
7438
+ declare const clientLogRequestQuerySchema: z.ZodObject<{
7439
+ 'order[createdAt]': z.ZodOptional<z.ZodEnum<{
7440
+ asc: "asc";
7441
+ desc: "desc";
7442
+ }>>;
7443
+ method: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
7444
+ DELETE: "DELETE";
7445
+ GET: "GET";
7446
+ PATCH: "PATCH";
7447
+ POST: "POST";
7448
+ PUT: "PUT";
7449
+ }>, z.ZodArray<z.ZodEnum<{
7450
+ DELETE: "DELETE";
7451
+ GET: "GET";
7452
+ PATCH: "PATCH";
7453
+ POST: "POST";
7454
+ PUT: "PUT";
7455
+ }>>]>>;
7456
+ 'statusCode[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
7457
+ 'statusCode[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
7458
+ 'statusCode[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
7459
+ 'statusCode[lt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
7460
+ 'statusCode[lte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
7461
+ 'createdAt[before]': z.ZodOptional<z.ZodString>;
7462
+ 'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
7463
+ 'createdAt[after]': z.ZodOptional<z.ZodString>;
7464
+ 'createdAt[strictly_after]': z.ZodOptional<z.ZodString>;
7465
+ page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
7466
+ }, z.core.$strip>;
7467
+ type ClientLogRequestQuery = z.infer<typeof clientLogRequestQuerySchema>;
7468
+
7469
+ declare const getIntegrationIssueDetailsInputSchema: z.ZodUndefined;
7470
+ type GetIntegrationIssueDetailsInput = z.infer<typeof getIntegrationIssueDetailsInputSchema>;
7471
+ declare const getIntegrationIssueDetailsResponseSchema: z.ZodObject<{
7472
+ id: z.ZodString;
7473
+ integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown>>;
7474
+ scope: z.ZodEnum<{
7475
+ menu_sync: "menu_sync";
7476
+ }>;
7477
+ code: z.ZodEnum<{
7478
+ invalid_menu: "invalid_menu";
7479
+ unauthorized: "unauthorized";
7480
+ forbidden: "forbidden";
7481
+ remote_not_found: "remote_not_found";
7482
+ remote_validation_failed: "remote_validation_failed";
7483
+ daily_limit_reached: "daily_limit_reached";
7484
+ process_failed: "process_failed";
7485
+ }>;
7486
+ blocking: z.ZodBoolean;
7487
+ retriable: z.ZodBoolean;
7488
+ retryAfterAt: z.ZodNullable<z.ZodString>;
7489
+ message: z.ZodNullable<z.ZodString>;
7490
+ httpStatus: z.ZodNullable<z.ZodCoercedNumber<unknown>>;
7491
+ providerCode: z.ZodNullable<z.ZodString>;
7492
+ providerRequestId: z.ZodNullable<z.ZodString>;
7493
+ context: z.ZodRecord<z.ZodString, z.ZodUnknown>;
7494
+ occurrences: z.ZodCoercedNumber<unknown>;
7495
+ firstSeenAt: z.ZodString;
7496
+ lastSeenAt: z.ZodString;
7497
+ resolvedAt: z.ZodNullable<z.ZodString>;
7498
+ blocksAutomation: z.ZodBoolean;
7499
+ }, z.core.$strip>;
7500
+ type GetIntegrationIssueDetailsResponse = IntegrationIssueDetails;
7501
+ declare class GetIntegrationIssueDetails extends AbstractApiRequest<typeof getIntegrationIssueDetailsInputSchema, typeof getIntegrationIssueDetailsResponseSchema> {
7502
+ readonly method = "GET";
7503
+ readonly contentType = "application/json";
7504
+ readonly accept = "application/json";
7505
+ readonly inputSchema: z.ZodUndefined;
7506
+ readonly outputSchema: z.ZodObject<{
7507
+ id: z.ZodString;
7508
+ integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown>>;
7509
+ scope: z.ZodEnum<{
7510
+ menu_sync: "menu_sync";
7511
+ }>;
7512
+ code: z.ZodEnum<{
7513
+ invalid_menu: "invalid_menu";
7514
+ unauthorized: "unauthorized";
7515
+ forbidden: "forbidden";
7516
+ remote_not_found: "remote_not_found";
7517
+ remote_validation_failed: "remote_validation_failed";
7518
+ daily_limit_reached: "daily_limit_reached";
7519
+ process_failed: "process_failed";
7520
+ }>;
7521
+ blocking: z.ZodBoolean;
7522
+ retriable: z.ZodBoolean;
7523
+ retryAfterAt: z.ZodNullable<z.ZodString>;
7524
+ message: z.ZodNullable<z.ZodString>;
7525
+ httpStatus: z.ZodNullable<z.ZodCoercedNumber<unknown>>;
7526
+ providerCode: z.ZodNullable<z.ZodString>;
7527
+ providerRequestId: z.ZodNullable<z.ZodString>;
7528
+ context: z.ZodRecord<z.ZodString, z.ZodUnknown>;
7529
+ occurrences: z.ZodCoercedNumber<unknown>;
7530
+ firstSeenAt: z.ZodString;
7531
+ lastSeenAt: z.ZodString;
7532
+ resolvedAt: z.ZodNullable<z.ZodString>;
7533
+ blocksAutomation: z.ZodBoolean;
7534
+ }, z.core.$strip>;
7535
+ readonly querySchema: undefined;
7536
+ readonly headersSchema: undefined;
7537
+ private readonly integrationId;
7538
+ private readonly issueId;
7539
+ constructor(integrationId: string, issueId: string);
7540
+ getPath(): string;
7541
+ }
7542
+
7543
+ declare const getIntegrationIssuesQuerySchema: z.ZodObject<{
7544
+ id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
7545
+ scope: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
7546
+ menu_sync: "menu_sync";
7547
+ }>, z.ZodArray<z.ZodEnum<{
7548
+ menu_sync: "menu_sync";
7549
+ }>>]>>;
7550
+ code: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
7551
+ invalid_menu: "invalid_menu";
7552
+ unauthorized: "unauthorized";
7553
+ forbidden: "forbidden";
7554
+ remote_not_found: "remote_not_found";
7555
+ remote_validation_failed: "remote_validation_failed";
7556
+ daily_limit_reached: "daily_limit_reached";
7557
+ process_failed: "process_failed";
7558
+ }>, z.ZodArray<z.ZodEnum<{
7559
+ invalid_menu: "invalid_menu";
7560
+ unauthorized: "unauthorized";
7561
+ forbidden: "forbidden";
7562
+ remote_not_found: "remote_not_found";
7563
+ remote_validation_failed: "remote_validation_failed";
7564
+ daily_limit_reached: "daily_limit_reached";
7565
+ process_failed: "process_failed";
7566
+ }>>]>>;
7567
+ blocking: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
7568
+ retriable: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
7569
+ 'resolvedAt[exists]': z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
7570
+ 'order[firstSeenAt]': z.ZodOptional<z.ZodEnum<{
7571
+ asc: "asc";
7572
+ desc: "desc";
7573
+ }>>;
7574
+ 'order[lastSeenAt]': z.ZodOptional<z.ZodEnum<{
7575
+ asc: "asc";
7576
+ desc: "desc";
7577
+ }>>;
7578
+ 'order[retryAfterAt]': z.ZodOptional<z.ZodEnum<{
7579
+ asc: "asc";
7580
+ desc: "desc";
7581
+ }>>;
7582
+ 'order[resolvedAt]': z.ZodOptional<z.ZodEnum<{
7583
+ asc: "asc";
7584
+ desc: "desc";
7585
+ }>>;
7586
+ 'firstSeenAt[before]': z.ZodOptional<z.ZodString>;
7587
+ 'firstSeenAt[strictly_before]': z.ZodOptional<z.ZodString>;
7588
+ 'firstSeenAt[after]': z.ZodOptional<z.ZodString>;
7589
+ 'firstSeenAt[strictly_after]': z.ZodOptional<z.ZodString>;
7590
+ 'lastSeenAt[before]': z.ZodOptional<z.ZodString>;
7591
+ 'lastSeenAt[strictly_before]': z.ZodOptional<z.ZodString>;
7592
+ 'lastSeenAt[after]': z.ZodOptional<z.ZodString>;
7593
+ 'lastSeenAt[strictly_after]': z.ZodOptional<z.ZodString>;
7594
+ 'retryAfterAt[before]': z.ZodOptional<z.ZodString>;
7595
+ 'retryAfterAt[strictly_before]': z.ZodOptional<z.ZodString>;
7596
+ 'retryAfterAt[after]': z.ZodOptional<z.ZodString>;
7597
+ 'retryAfterAt[strictly_after]': z.ZodOptional<z.ZodString>;
7598
+ 'resolvedAt[before]': z.ZodOptional<z.ZodString>;
7599
+ 'resolvedAt[strictly_before]': z.ZodOptional<z.ZodString>;
7600
+ 'resolvedAt[after]': z.ZodOptional<z.ZodString>;
7601
+ 'resolvedAt[strictly_after]': z.ZodOptional<z.ZodString>;
7602
+ }, z.core.$strip>;
7603
+ type GetIntegrationIssuesQueryParams = z.infer<typeof getIntegrationIssuesQuerySchema>;
7604
+ declare const getIntegrationIssuesInputSchema: z.ZodUndefined;
7605
+ type GetIntegrationIssuesInput = z.infer<typeof getIntegrationIssuesInputSchema>;
7606
+ declare const getIntegrationIssuesResponseSchema: z.ZodArray<z.ZodObject<{
7607
+ id: z.ZodString;
7608
+ integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown>>;
7609
+ scope: z.ZodEnum<{
7610
+ menu_sync: "menu_sync";
7611
+ }>;
7612
+ code: z.ZodEnum<{
7613
+ invalid_menu: "invalid_menu";
7614
+ unauthorized: "unauthorized";
7615
+ forbidden: "forbidden";
7616
+ remote_not_found: "remote_not_found";
7617
+ remote_validation_failed: "remote_validation_failed";
7618
+ daily_limit_reached: "daily_limit_reached";
7619
+ process_failed: "process_failed";
7620
+ }>;
7621
+ blocking: z.ZodBoolean;
7622
+ retriable: z.ZodBoolean;
7623
+ retryAfterAt: z.ZodNullable<z.ZodString>;
7624
+ message: z.ZodNullable<z.ZodString>;
7625
+ httpStatus: z.ZodNullable<z.ZodCoercedNumber<unknown>>;
7626
+ providerCode: z.ZodNullable<z.ZodString>;
7627
+ providerRequestId: z.ZodNullable<z.ZodString>;
7628
+ context: z.ZodRecord<z.ZodString, z.ZodUnknown>;
7629
+ occurrences: z.ZodCoercedNumber<unknown>;
7630
+ firstSeenAt: z.ZodString;
7631
+ lastSeenAt: z.ZodString;
7632
+ resolvedAt: z.ZodNullable<z.ZodString>;
7633
+ blocksAutomation: z.ZodBoolean;
7634
+ }, z.core.$strip>>;
7635
+ type GetIntegrationIssuesResponse = z.infer<typeof getIntegrationIssuesResponseSchema>;
7636
+ declare class GetIntegrationIssues extends AbstractApiRequest<typeof getIntegrationIssuesInputSchema, typeof getIntegrationIssuesResponseSchema, GetIntegrationIssuesQueryParams> {
7637
+ readonly method: "GET";
7638
+ readonly contentType: "application/json";
7639
+ readonly accept: "application/json";
7640
+ readonly inputSchema: z.ZodUndefined;
7641
+ readonly outputSchema: z.ZodArray<z.ZodObject<{
7642
+ id: z.ZodString;
7643
+ integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown>>;
7644
+ scope: z.ZodEnum<{
7645
+ menu_sync: "menu_sync";
7646
+ }>;
7647
+ code: z.ZodEnum<{
7648
+ invalid_menu: "invalid_menu";
7649
+ unauthorized: "unauthorized";
7650
+ forbidden: "forbidden";
7651
+ remote_not_found: "remote_not_found";
7652
+ remote_validation_failed: "remote_validation_failed";
7653
+ daily_limit_reached: "daily_limit_reached";
7654
+ process_failed: "process_failed";
7655
+ }>;
7656
+ blocking: z.ZodBoolean;
7657
+ retriable: z.ZodBoolean;
7658
+ retryAfterAt: z.ZodNullable<z.ZodString>;
7659
+ message: z.ZodNullable<z.ZodString>;
7660
+ httpStatus: z.ZodNullable<z.ZodCoercedNumber<unknown>>;
7661
+ providerCode: z.ZodNullable<z.ZodString>;
7662
+ providerRequestId: z.ZodNullable<z.ZodString>;
7663
+ context: z.ZodRecord<z.ZodString, z.ZodUnknown>;
7664
+ occurrences: z.ZodCoercedNumber<unknown>;
7665
+ firstSeenAt: z.ZodString;
7666
+ lastSeenAt: z.ZodString;
7667
+ resolvedAt: z.ZodNullable<z.ZodString>;
7668
+ blocksAutomation: z.ZodBoolean;
7669
+ }, z.core.$strip>>;
7670
+ readonly querySchema: z.ZodObject<{
7671
+ id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
7672
+ scope: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
7673
+ menu_sync: "menu_sync";
7674
+ }>, z.ZodArray<z.ZodEnum<{
7675
+ menu_sync: "menu_sync";
7676
+ }>>]>>;
7677
+ code: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
7678
+ invalid_menu: "invalid_menu";
7679
+ unauthorized: "unauthorized";
7680
+ forbidden: "forbidden";
7681
+ remote_not_found: "remote_not_found";
7682
+ remote_validation_failed: "remote_validation_failed";
7683
+ daily_limit_reached: "daily_limit_reached";
7684
+ process_failed: "process_failed";
7685
+ }>, z.ZodArray<z.ZodEnum<{
7686
+ invalid_menu: "invalid_menu";
7687
+ unauthorized: "unauthorized";
7688
+ forbidden: "forbidden";
7689
+ remote_not_found: "remote_not_found";
7690
+ remote_validation_failed: "remote_validation_failed";
7691
+ daily_limit_reached: "daily_limit_reached";
7692
+ process_failed: "process_failed";
7693
+ }>>]>>;
7694
+ blocking: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
7695
+ retriable: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
7696
+ 'resolvedAt[exists]': z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
7697
+ 'order[firstSeenAt]': z.ZodOptional<z.ZodEnum<{
7698
+ asc: "asc";
7699
+ desc: "desc";
7700
+ }>>;
7701
+ 'order[lastSeenAt]': z.ZodOptional<z.ZodEnum<{
7702
+ asc: "asc";
7703
+ desc: "desc";
7704
+ }>>;
7705
+ 'order[retryAfterAt]': z.ZodOptional<z.ZodEnum<{
7706
+ asc: "asc";
7707
+ desc: "desc";
7708
+ }>>;
7709
+ 'order[resolvedAt]': z.ZodOptional<z.ZodEnum<{
7710
+ asc: "asc";
7711
+ desc: "desc";
7712
+ }>>;
7713
+ 'firstSeenAt[before]': z.ZodOptional<z.ZodString>;
7714
+ 'firstSeenAt[strictly_before]': z.ZodOptional<z.ZodString>;
7715
+ 'firstSeenAt[after]': z.ZodOptional<z.ZodString>;
7716
+ 'firstSeenAt[strictly_after]': z.ZodOptional<z.ZodString>;
7717
+ 'lastSeenAt[before]': z.ZodOptional<z.ZodString>;
7718
+ 'lastSeenAt[strictly_before]': z.ZodOptional<z.ZodString>;
7719
+ 'lastSeenAt[after]': z.ZodOptional<z.ZodString>;
7720
+ 'lastSeenAt[strictly_after]': z.ZodOptional<z.ZodString>;
7721
+ 'retryAfterAt[before]': z.ZodOptional<z.ZodString>;
7722
+ 'retryAfterAt[strictly_before]': z.ZodOptional<z.ZodString>;
7723
+ 'retryAfterAt[after]': z.ZodOptional<z.ZodString>;
7724
+ 'retryAfterAt[strictly_after]': z.ZodOptional<z.ZodString>;
7725
+ 'resolvedAt[before]': z.ZodOptional<z.ZodString>;
7726
+ 'resolvedAt[strictly_before]': z.ZodOptional<z.ZodString>;
7727
+ 'resolvedAt[after]': z.ZodOptional<z.ZodString>;
7728
+ 'resolvedAt[strictly_after]': z.ZodOptional<z.ZodString>;
7729
+ }, z.core.$strip>;
7730
+ readonly headersSchema: undefined;
7731
+ readonly listItemSchema: z.ZodObject<{
7732
+ id: z.ZodString;
7733
+ integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown>>;
7734
+ scope: z.ZodEnum<{
7735
+ menu_sync: "menu_sync";
7736
+ }>;
7737
+ code: z.ZodEnum<{
7738
+ invalid_menu: "invalid_menu";
7739
+ unauthorized: "unauthorized";
7740
+ forbidden: "forbidden";
7741
+ remote_not_found: "remote_not_found";
7742
+ remote_validation_failed: "remote_validation_failed";
7743
+ daily_limit_reached: "daily_limit_reached";
7744
+ process_failed: "process_failed";
7745
+ }>;
7746
+ blocking: z.ZodBoolean;
7747
+ retriable: z.ZodBoolean;
7748
+ retryAfterAt: z.ZodNullable<z.ZodString>;
7749
+ message: z.ZodNullable<z.ZodString>;
7750
+ httpStatus: z.ZodNullable<z.ZodCoercedNumber<unknown>>;
7751
+ providerCode: z.ZodNullable<z.ZodString>;
7752
+ providerRequestId: z.ZodNullable<z.ZodString>;
7753
+ context: z.ZodRecord<z.ZodString, z.ZodUnknown>;
7754
+ occurrences: z.ZodCoercedNumber<unknown>;
7755
+ firstSeenAt: z.ZodString;
7756
+ lastSeenAt: z.ZodString;
7757
+ resolvedAt: z.ZodNullable<z.ZodString>;
7758
+ blocksAutomation: z.ZodBoolean;
7759
+ }, z.core.$strip>;
7760
+ readonly paginationDefaultEnabled = false;
7761
+ private readonly integrationId;
7762
+ constructor(integrationId: string, options?: {
7763
+ query?: GetIntegrationIssuesQueryParams;
7764
+ });
7765
+ getPath(): string;
7766
+ }
7767
+
7244
7768
  declare const getIntegrationsQuerySchema: z.ZodObject<{
7245
7769
  status: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
7246
7770
  pending: "pending";
@@ -9122,6 +9646,7 @@ declare const integrationCassaInCloudDetailsSchema: z.ZodObject<{
9122
9646
  }>>;
9123
9647
  apiTokenPointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/api_tokens/point_of_sale/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/api_tokens/point_of_sale/:id"> | null, unknown>>;
9124
9648
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
9649
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
9125
9650
  }, z.core.$strip>;
9126
9651
  type IntegrationCassaInCloudDetails = z.infer<typeof integrationCassaInCloudDetailsSchema>;
9127
9652
  declare const integrationsCassaInCloudQuerySchema: z.ZodObject<{
@@ -10342,6 +10867,7 @@ declare const integrationDeliverooDetailsSchema: z.ZodObject<{
10342
10867
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
10343
10868
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
10344
10869
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
10870
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
10345
10871
  }, z.core.$strip>;
10346
10872
  type IntegrationDeliverooDetails = z.infer<typeof integrationDeliverooDetailsSchema>;
10347
10873
  declare const integrationDeliverooEditableFieldsSchema: z.ZodObject<{
@@ -10726,6 +11252,7 @@ declare const integrationEcommerceDetailsSchema: z.ZodObject<{
10726
11252
  }>;
10727
11253
  salesMode: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown>>;
10728
11254
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
11255
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
10729
11256
  }, z.core.$strip>;
10730
11257
  type IntegrationEcommerceDetails = z.infer<typeof integrationEcommerceDetailsSchema>;
10731
11258
  declare const integrationEcommerceEditableFieldsSchema: z.ZodObject<{
@@ -11453,6 +11980,7 @@ declare const integrationGlovoDetailsSchema: z.ZodObject<{
11453
11980
  }>;
11454
11981
  dailyMenuUpdatesLeft: z.ZodNumber;
11455
11982
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
11983
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
11456
11984
  }, z.core.$strip>;
11457
11985
  type IntegrationGlovoDetails = z.infer<typeof integrationGlovoDetailsSchema>;
11458
11986
  declare const integrationGlovoEditableFieldsSchema: z.ZodObject<{
@@ -11949,6 +12477,7 @@ declare const integrationJustEatDetailsSchema: z.ZodObject<{
11949
12477
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
11950
12478
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
11951
12479
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
12480
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
11952
12481
  }, z.core.$strip>;
11953
12482
  type IntegrationJustEatDetails = z.infer<typeof integrationJustEatDetailsSchema>;
11954
12483
  declare const integrationJustEatEditableFieldsSchema: z.ZodObject<{
@@ -12236,6 +12765,7 @@ declare const integrationKitchenDetailsSchema: z.ZodObject<{
12236
12765
  column: "column";
12237
12766
  }>;
12238
12767
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
12768
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
12239
12769
  }, z.core.$strip>;
12240
12770
  type IntegrationKitchenDetails = z.infer<typeof integrationKitchenDetailsSchema>;
12241
12771
  declare const integrationKitchenEditableFieldsSchema: z.ZodObject<{
@@ -12404,6 +12934,7 @@ declare const createIntegrationCassaInCloudResponseSchema: z.ZodObject<{
12404
12934
  }>>;
12405
12935
  apiTokenPointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/api_tokens/point_of_sale/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/api_tokens/point_of_sale/:id"> | null, unknown>>;
12406
12936
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
12937
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
12407
12938
  }, z.core.$strip>;
12408
12939
  type CreateIntegrationCassaInCloudResponse = IntegrationCassaInCloudDetails;
12409
12940
  declare class CreateIntegrationCassaInCloud extends AbstractApiRequest<typeof createIntegrationCassaInCloudInputSchema, typeof createIntegrationCassaInCloudResponseSchema> {
@@ -12519,6 +13050,7 @@ declare class CreateIntegrationCassaInCloud extends AbstractApiRequest<typeof cr
12519
13050
  }>>;
12520
13051
  apiTokenPointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/api_tokens/point_of_sale/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/api_tokens/point_of_sale/:id"> | null, unknown>>;
12521
13052
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
13053
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
12522
13054
  }, z.core.$strip>;
12523
13055
  readonly querySchema: undefined;
12524
13056
  readonly headersSchema: undefined;
@@ -12632,152 +13164,6 @@ declare class GetIntegrationCassaInCloudCategoryMappings extends AbstractApiRequ
12632
13164
  getPath(): string;
12633
13165
  }
12634
13166
 
12635
- declare const menuVersionSchema: z.ZodObject<{
12636
- id: z.ZodString;
12637
- contentUrl: z.ZodNullable<z.ZodString>;
12638
- filePath: z.ZodNullable<z.ZodString>;
12639
- createdAt: z.ZodString;
12640
- updatedAt: z.ZodString;
12641
- }, z.core.$strip>;
12642
- type MenuVersion = z.infer<typeof menuVersionSchema>;
12643
- declare const menuVersionDetailsSchema: z.ZodObject<{
12644
- id: z.ZodString;
12645
- contentUrl: z.ZodNullable<z.ZodString>;
12646
- filePath: z.ZodNullable<z.ZodString>;
12647
- createdAt: z.ZodString;
12648
- updatedAt: z.ZodString;
12649
- integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown>>;
12650
- }, z.core.$strip>;
12651
- type MenuVersionDetails = z.infer<typeof menuVersionDetailsSchema>;
12652
- declare const integrationBaseSchema: z.ZodObject<{
12653
- id: z.ZodString;
12654
- cancellationRequest: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cancellation_requests/:id"> | null, unknown>>;
12655
- connectionId: z.ZodNullable<z.ZodString>;
12656
- errors: z.ZodArray<z.ZodString>;
12657
- service: z.ZodEnum<{
12658
- cassa_in_cloud: "cassa_in_cloud";
12659
- deliveroo: "deliveroo";
12660
- justeat: "justeat";
12661
- glovo: "glovo";
12662
- kitchen: "kitchen";
12663
- ecommerce: "ecommerce";
12664
- }>;
12665
- status: z.ZodEnum<{
12666
- pending: "pending";
12667
- active: "active";
12668
- deleting: "deleting";
12669
- }>;
12670
- provider: z.ZodEnum<{
12671
- deliverart: "deliverart";
12672
- cassa_in_cloud: "cassa_in_cloud";
12673
- }>;
12674
- createdAt: z.ZodString;
12675
- updatedAt: z.ZodString;
12676
- }, z.core.$strip>;
12677
- declare const writableIntegrationSchema: z.ZodObject<{
12678
- status: z.ZodEnum<{
12679
- pending: "pending";
12680
- active: "active";
12681
- deleting: "deleting";
12682
- }>;
12683
- provider: z.ZodEnum<{
12684
- deliverart: "deliverart";
12685
- cassa_in_cloud: "cassa_in_cloud";
12686
- }>;
12687
- }, z.core.$strip>;
12688
- declare const integrationDetailsFieldsSchema: z.ZodObject<{
12689
- pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
12690
- }, z.core.$strip>;
12691
- declare const integrationDeliveryProviderCommonSchema: z.ZodObject<{
12692
- name: z.ZodString;
12693
- skipInvalidItem: z.ZodBoolean;
12694
- skipNegativePrices: z.ZodBoolean;
12695
- importTaggedItems: z.ZodBoolean;
12696
- tagsForImport: z.ZodOptional<z.ZodArray<z.ZodString>>;
12697
- isValidMenu: z.ZodBoolean;
12698
- storeUrl: z.ZodNullable<z.ZodURL>;
12699
- latestMenuSyncAt: z.ZodNullable<z.ZodString>;
12700
- latestMenuCheckAt: z.ZodNullable<z.ZodString>;
12701
- currentMenuVersion: z.ZodUnion<readonly [z.ZodType<_deliverart_sdk_js_global_types.IriObject<string> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string> | null, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<string> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string> | null, unknown>>, z.ZodType<_deliverart_sdk_js_global_types.IriObject<string> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string> | null, unknown>>]>;
12702
- salesMode: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown>>;
12703
- errors: z.ZodArray<z.ZodEnum<{
12704
- latest_menu_sync_error: "latest_menu_sync_error";
12705
- latest_bulk_sync_error: "latest_bulk_sync_error";
12706
- latest_store_status_sync_error: "latest_store_status_sync_error";
12707
- invalid_menu: "invalid_menu";
12708
- }>>;
12709
- }, z.core.$strip>;
12710
- type IntegrationDeliveryProviderCommon = z.infer<typeof integrationDeliveryProviderCommonSchema>;
12711
- declare const integrationClientLogRequestSchema: z.ZodObject<{
12712
- id: z.ZodString;
12713
- url: z.ZodString;
12714
- method: z.ZodEnum<{
12715
- DELETE: "DELETE";
12716
- GET: "GET";
12717
- PATCH: "PATCH";
12718
- POST: "POST";
12719
- PUT: "PUT";
12720
- }>;
12721
- statusCode: z.ZodCoercedNumber<unknown>;
12722
- createdAt: z.ZodString;
12723
- }, z.core.$strip>;
12724
- type IntegrationClientLogRequest = z.infer<typeof integrationClientLogRequestSchema>;
12725
- declare const integrationClientLogRequestDetailsSchema: z.ZodObject<{
12726
- id: z.ZodString;
12727
- url: z.ZodString;
12728
- method: z.ZodEnum<{
12729
- DELETE: "DELETE";
12730
- GET: "GET";
12731
- PATCH: "PATCH";
12732
- POST: "POST";
12733
- PUT: "PUT";
12734
- }>;
12735
- statusCode: z.ZodCoercedNumber<unknown>;
12736
- createdAt: z.ZodString;
12737
- integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown>>;
12738
- requestHeaders: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
12739
- responseHeaders: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
12740
- requestBodyFilePath: z.ZodNullable<z.ZodString>;
12741
- requestBodyContentUrl: z.ZodNullable<z.ZodURL>;
12742
- responseBodyFilePath: z.ZodNullable<z.ZodString>;
12743
- responseBodyContentUrl: z.ZodNullable<z.ZodURL>;
12744
- }, z.core.$strip>;
12745
- type IntegrationClientLogRequestDetails = z.infer<typeof integrationClientLogRequestDetailsSchema>;
12746
- declare const integrationAsyncMessageResponseSchema: z.ZodObject<{
12747
- message: z.ZodString;
12748
- }, z.core.$strip>;
12749
- type IntegrationAsyncMessageResponse = z.infer<typeof integrationAsyncMessageResponseSchema>;
12750
- declare const clientLogRequestQuerySchema: z.ZodObject<{
12751
- 'order[createdAt]': z.ZodOptional<z.ZodEnum<{
12752
- asc: "asc";
12753
- desc: "desc";
12754
- }>>;
12755
- method: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
12756
- DELETE: "DELETE";
12757
- GET: "GET";
12758
- PATCH: "PATCH";
12759
- POST: "POST";
12760
- PUT: "PUT";
12761
- }>, z.ZodArray<z.ZodEnum<{
12762
- DELETE: "DELETE";
12763
- GET: "GET";
12764
- PATCH: "PATCH";
12765
- POST: "POST";
12766
- PUT: "PUT";
12767
- }>>]>>;
12768
- 'statusCode[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
12769
- 'statusCode[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
12770
- 'statusCode[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
12771
- 'statusCode[lt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
12772
- 'statusCode[lte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
12773
- 'createdAt[before]': z.ZodOptional<z.ZodString>;
12774
- 'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
12775
- 'createdAt[after]': z.ZodOptional<z.ZodString>;
12776
- 'createdAt[strictly_after]': z.ZodOptional<z.ZodString>;
12777
- page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
12778
- }, z.core.$strip>;
12779
- type ClientLogRequestQuery = z.infer<typeof clientLogRequestQuerySchema>;
12780
-
12781
13167
  declare const getIntegrationCassaInCloudClientLogRequestDetailsInputSchema: z.ZodUndefined;
12782
13168
  type GetIntegrationCassaInCloudClientLogRequestDetailsInput = z.infer<typeof getIntegrationCassaInCloudClientLogRequestDetailsInputSchema>;
12783
13169
  declare const getIntegrationCassaInCloudClientLogRequestDetailsResponseSchema: z.ZodObject<{
@@ -13310,6 +13696,7 @@ declare const getIntegrationCassaInCloudDetailsResponseSchema: z.ZodObject<{
13310
13696
  }>>;
13311
13697
  apiTokenPointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/api_tokens/point_of_sale/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/api_tokens/point_of_sale/:id"> | null, unknown>>;
13312
13698
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
13699
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
13313
13700
  }, z.core.$strip>;
13314
13701
  type GetIntegrationCassaInCloudDetailsResponse = IntegrationCassaInCloudDetails;
13315
13702
  declare class GetIntegrationCassaInCloudDetails extends AbstractApiRequest<typeof getIntegrationCassaInCloudDetailsInputSchema, typeof getIntegrationCassaInCloudDetailsResponseSchema> {
@@ -13385,6 +13772,7 @@ declare class GetIntegrationCassaInCloudDetails extends AbstractApiRequest<typeo
13385
13772
  }>>;
13386
13773
  apiTokenPointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/api_tokens/point_of_sale/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/api_tokens/point_of_sale/:id"> | null, unknown>>;
13387
13774
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
13775
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
13388
13776
  }, z.core.$strip>;
13389
13777
  readonly querySchema: undefined;
13390
13778
  readonly headersSchema: undefined;
@@ -17232,6 +17620,7 @@ declare const updateIntegrationCassaInCloudResponseSchema: z.ZodObject<{
17232
17620
  }>>;
17233
17621
  apiTokenPointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/api_tokens/point_of_sale/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/api_tokens/point_of_sale/:id"> | null, unknown>>;
17234
17622
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
17623
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
17235
17624
  }, z.core.$strip>;
17236
17625
  type UpdateIntegrationCassaInCloudResponse = z.infer<typeof updateIntegrationCassaInCloudResponseSchema>;
17237
17626
  declare class UpdateIntegrationCassaInCloud extends AbstractApiRequest<typeof updateIntegrationCassaInCloudInputSchema, typeof updateIntegrationCassaInCloudResponseSchema> {
@@ -17346,6 +17735,7 @@ declare class UpdateIntegrationCassaInCloud extends AbstractApiRequest<typeof up
17346
17735
  }>>;
17347
17736
  apiTokenPointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/api_tokens/point_of_sale/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/api_tokens/point_of_sale/:id"> | null, unknown>>;
17348
17737
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
17738
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
17349
17739
  }, z.core.$strip>;
17350
17740
  readonly querySchema: undefined;
17351
17741
  readonly headersSchema: undefined;
@@ -17416,6 +17806,7 @@ declare const createIntegrationDeliverooResponseSchema: z.ZodObject<{
17416
17806
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
17417
17807
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
17418
17808
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
17809
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
17419
17810
  }, z.core.$strip>;
17420
17811
  type CreateIntegrationDeliverooResponse = z.infer<typeof createIntegrationDeliverooResponseSchema>;
17421
17812
  declare class CreateIntegrationDeliveroo extends AbstractApiRequest<typeof createIntegrationDeliverooInputSchema, typeof createIntegrationDeliverooResponseSchema> {
@@ -17483,6 +17874,7 @@ declare class CreateIntegrationDeliveroo extends AbstractApiRequest<typeof creat
17483
17874
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
17484
17875
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
17485
17876
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
17877
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
17486
17878
  }, z.core.$strip>;
17487
17879
  readonly querySchema: undefined;
17488
17880
  readonly headersSchema: undefined;
@@ -17838,6 +18230,7 @@ declare const getIntegrationDeliverooDetailsResponseSchema: z.ZodObject<{
17838
18230
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
17839
18231
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
17840
18232
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
18233
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
17841
18234
  }, z.core.$strip>;
17842
18235
  type GetIntegrationDeliverooDetailsResponse = IntegrationDeliverooDetails;
17843
18236
  declare class GetIntegrationDeliverooDetails extends AbstractApiRequest<typeof getIntegrationDeliverooDetailsInputSchema, typeof getIntegrationDeliverooDetailsResponseSchema> {
@@ -17888,6 +18281,7 @@ declare class GetIntegrationDeliverooDetails extends AbstractApiRequest<typeof g
17888
18281
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
17889
18282
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
17890
18283
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
18284
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
17891
18285
  }, z.core.$strip>;
17892
18286
  readonly querySchema: undefined;
17893
18287
  readonly headersSchema: undefined;
@@ -19104,6 +19498,7 @@ declare const updateIntegrationDeliverooResponseSchema: z.ZodObject<{
19104
19498
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
19105
19499
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
19106
19500
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
19501
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
19107
19502
  }, z.core.$strip>;
19108
19503
  type UpdateIntegrationDeliverooResponse = IntegrationDeliverooDetails;
19109
19504
  declare class UpdateIntegrationDeliveroo extends AbstractApiRequest<typeof updateIntegrationDeliverooInputSchema, typeof updateIntegrationDeliverooResponseSchema> {
@@ -19170,6 +19565,7 @@ declare class UpdateIntegrationDeliveroo extends AbstractApiRequest<typeof updat
19170
19565
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
19171
19566
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
19172
19567
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
19568
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
19173
19569
  }, z.core.$strip>;
19174
19570
  readonly querySchema: undefined;
19175
19571
  readonly headersSchema: undefined;
@@ -19247,6 +19643,7 @@ declare const createIntegrationEcommerceResponseSchema: z.ZodObject<{
19247
19643
  }>;
19248
19644
  salesMode: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown>>;
19249
19645
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
19646
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
19250
19647
  }, z.core.$strip>;
19251
19648
  type CreateIntegrationEcommerceResponse = z.infer<typeof createIntegrationEcommerceResponseSchema>;
19252
19649
  declare class CreateIntegrationEcommerce extends AbstractApiRequest<typeof createIntegrationEcommerceInputSchema, typeof createIntegrationEcommerceResponseSchema> {
@@ -19294,6 +19691,7 @@ declare class CreateIntegrationEcommerce extends AbstractApiRequest<typeof creat
19294
19691
  }>;
19295
19692
  salesMode: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown>>;
19296
19693
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
19694
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
19297
19695
  }, z.core.$strip>;
19298
19696
  readonly querySchema: undefined;
19299
19697
  readonly headersSchema: undefined;
@@ -19347,6 +19745,7 @@ declare const getIntegrationEcommerceDetailsResponseSchema: z.ZodObject<{
19347
19745
  }>;
19348
19746
  salesMode: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown>>;
19349
19747
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
19748
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
19350
19749
  }, z.core.$strip>;
19351
19750
  type GetIntegrationEcommerceDetailsResponse = z.infer<typeof getIntegrationEcommerceDetailsResponseSchema>;
19352
19751
  declare class GetIntegrationEcommerceDetails extends AbstractApiRequest<typeof getIntegrationEcommerceDetailsInputSchema, typeof getIntegrationEcommerceDetailsResponseSchema> {
@@ -19381,6 +19780,7 @@ declare class GetIntegrationEcommerceDetails extends AbstractApiRequest<typeof g
19381
19780
  }>;
19382
19781
  salesMode: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown>>;
19383
19782
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
19783
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
19384
19784
  }, z.core.$strip>;
19385
19785
  readonly querySchema: undefined;
19386
19786
  readonly headersSchema: undefined;
@@ -20058,6 +20458,7 @@ declare const updateIntegrationEcommerceResponseSchema: z.ZodObject<{
20058
20458
  }>;
20059
20459
  salesMode: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown>>;
20060
20460
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
20461
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
20061
20462
  }, z.core.$strip>;
20062
20463
  type UpdateIntegrationEcommerceResponse = IntegrationEcommerceDetails;
20063
20464
  declare class UpdateIntegrationEcommerce extends AbstractApiRequest<typeof updateIntegrationEcommerceInputSchema, typeof updateIntegrationEcommerceResponseSchema> {
@@ -20104,6 +20505,7 @@ declare class UpdateIntegrationEcommerce extends AbstractApiRequest<typeof updat
20104
20505
  }>;
20105
20506
  salesMode: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown>>;
20106
20507
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
20508
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
20107
20509
  }, z.core.$strip>;
20108
20510
  readonly querySchema: undefined;
20109
20511
  readonly headersSchema: undefined;
@@ -20181,6 +20583,7 @@ declare const createIntegrationGlovoResponseSchema: z.ZodObject<{
20181
20583
  }>;
20182
20584
  dailyMenuUpdatesLeft: z.ZodNumber;
20183
20585
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
20586
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
20184
20587
  }, z.core.$strip>;
20185
20588
  type CreateIntegrationGlovoResponse = z.infer<typeof createIntegrationGlovoResponseSchema>;
20186
20589
  declare class CreateIntegrationGlovo extends AbstractApiRequest<typeof createIntegrationGlovoInputSchema, typeof createIntegrationGlovoResponseSchema> {
@@ -20255,6 +20658,7 @@ declare class CreateIntegrationGlovo extends AbstractApiRequest<typeof createInt
20255
20658
  }>;
20256
20659
  dailyMenuUpdatesLeft: z.ZodNumber;
20257
20660
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
20661
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
20258
20662
  }, z.core.$strip>;
20259
20663
  readonly querySchema: undefined;
20260
20664
  readonly headersSchema: undefined;
@@ -20741,6 +21145,7 @@ declare const getIntegrationGlovoDetailsResponseSchema: z.ZodObject<{
20741
21145
  }>;
20742
21146
  dailyMenuUpdatesLeft: z.ZodNumber;
20743
21147
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
21148
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
20744
21149
  }, z.core.$strip>;
20745
21150
  type GetIntegrationGlovoDetailsResponse = IntegrationGlovoDetails;
20746
21151
  declare class GetIntegrationGlovoDetails extends AbstractApiRequest<typeof getIntegrationGlovoDetailsInputSchema, typeof getIntegrationGlovoDetailsResponseSchema> {
@@ -20800,6 +21205,7 @@ declare class GetIntegrationGlovoDetails extends AbstractApiRequest<typeof getIn
20800
21205
  }>;
20801
21206
  dailyMenuUpdatesLeft: z.ZodNumber;
20802
21207
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
21208
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
20803
21209
  }, z.core.$strip>;
20804
21210
  readonly querySchema: undefined;
20805
21211
  readonly headersSchema: undefined;
@@ -22232,6 +22638,7 @@ declare const updateIntegrationGlovoResponseSchema: z.ZodObject<{
22232
22638
  }>;
22233
22639
  dailyMenuUpdatesLeft: z.ZodNumber;
22234
22640
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
22641
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
22235
22642
  }, z.core.$strip>;
22236
22643
  type UpdateIntegrationGlovoResponse = IntegrationGlovoDetails;
22237
22644
  declare class UpdateIntegrationGlovo extends AbstractApiRequest<typeof updateIntegrationGlovoInputSchema, typeof updateIntegrationGlovoResponseSchema> {
@@ -22305,6 +22712,7 @@ declare class UpdateIntegrationGlovo extends AbstractApiRequest<typeof updateInt
22305
22712
  }>;
22306
22713
  dailyMenuUpdatesLeft: z.ZodNumber;
22307
22714
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
22715
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
22308
22716
  }, z.core.$strip>;
22309
22717
  readonly querySchema: undefined;
22310
22718
  readonly headersSchema: undefined;
@@ -22410,6 +22818,7 @@ declare const createIntegrationJustEatResponseSchema: z.ZodObject<{
22410
22818
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
22411
22819
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
22412
22820
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
22821
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
22413
22822
  }, z.core.$strip>;
22414
22823
  type CreateIntegrationJustEatResponse = z.infer<typeof createIntegrationJustEatResponseSchema>;
22415
22824
  declare class CreateIntegrationJustEat extends AbstractApiRequest<typeof createIntegrationJustEatInputSchema, typeof createIntegrationJustEatResponseSchema> {
@@ -22485,6 +22894,7 @@ declare class CreateIntegrationJustEat extends AbstractApiRequest<typeof createI
22485
22894
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
22486
22895
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
22487
22896
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
22897
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
22488
22898
  }, z.core.$strip>;
22489
22899
  readonly querySchema: undefined;
22490
22900
  readonly headersSchema: undefined;
@@ -22747,6 +23157,7 @@ declare const getIntegrationJustEatDetailsResponseSchema: z.ZodObject<{
22747
23157
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
22748
23158
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
22749
23159
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
23160
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
22750
23161
  }, z.core.$strip>;
22751
23162
  type GetIntegrationJustEatDetailsResponse = IntegrationJustEatDetails;
22752
23163
  declare class GetIntegrationJustEatDetails extends AbstractApiRequest<typeof getIntegrationJustEatDetailsInputSchema, typeof getIntegrationJustEatDetailsResponseSchema> {
@@ -22801,6 +23212,7 @@ declare class GetIntegrationJustEatDetails extends AbstractApiRequest<typeof get
22801
23212
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
22802
23213
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
22803
23214
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
23215
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
22804
23216
  }, z.core.$strip>;
22805
23217
  readonly querySchema: undefined;
22806
23218
  readonly headersSchema: undefined;
@@ -23382,6 +23794,22 @@ declare const integrationDeliveryErrorSchema: z.ZodEnum<{
23382
23794
  invalid_menu: "invalid_menu";
23383
23795
  }>;
23384
23796
  type IntegrationDeliveryError = z.infer<typeof integrationDeliveryErrorSchema>;
23797
+ declare const integrationIssueScopes: readonly ["menu_sync"];
23798
+ declare const integrationIssueScopeSchema: z.ZodEnum<{
23799
+ menu_sync: "menu_sync";
23800
+ }>;
23801
+ type IntegrationIssueScope = z.infer<typeof integrationIssueScopeSchema>;
23802
+ declare const integrationIssueCodes: readonly ["unauthorized", "forbidden", "remote_not_found", "invalid_menu", "remote_validation_failed", "daily_limit_reached", "process_failed"];
23803
+ declare const integrationIssueCodeSchema: z.ZodEnum<{
23804
+ invalid_menu: "invalid_menu";
23805
+ unauthorized: "unauthorized";
23806
+ forbidden: "forbidden";
23807
+ remote_not_found: "remote_not_found";
23808
+ remote_validation_failed: "remote_validation_failed";
23809
+ daily_limit_reached: "daily_limit_reached";
23810
+ process_failed: "process_failed";
23811
+ }>;
23812
+ type IntegrationIssueCode = z.infer<typeof integrationIssueCodeSchema>;
23385
23813
  declare const integrationDeliverooWebhookEventTypes: readonly ["order.new", "order.status_update", "rider.status_update", "menu.upload_result"];
23386
23814
  declare const integrationDeliverooWebhookEventTypeSchema: z.ZodEnum<{
23387
23815
  "order.new": "order.new";
@@ -23579,6 +24007,8 @@ declare const integrationIriSchema: z.ZodType<_deliverart_sdk_js_global_types.Ir
23579
24007
  type IntegrationPath = z.infer<typeof integrationIriSchema>;
23580
24008
  declare const integrationNullableIriSchema: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id"> | null, unknown>>;
23581
24009
  type IntegrationNullablePath = z.infer<typeof integrationNullableIriSchema>;
24010
+ declare const integrationIssueIriSchema: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id/issues/:issueId">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id/issues/:issueId">, unknown>>;
24011
+ type IntegrationIssueIri = z.infer<typeof integrationIssueIriSchema>;
23582
24012
  declare const integrationDeliverooOrderIriSchema: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/deliveroo/:id/orders/:orderId">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/deliveroo/:id/orders/:orderId">, unknown>>;
23583
24013
  type IntegrationDeliverooOrderIri = z.infer<typeof integrationDeliverooOrderIriSchema>;
23584
24014
  declare const integrationGlovoOrderIriSchema: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/glovo/:id/orders/:orderId">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/glovo/:id/orders/:orderId">, unknown>>;
@@ -24432,6 +24862,7 @@ declare const updateIntegrationJustEatResponseSchema: z.ZodObject<{
24432
24862
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
24433
24863
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
24434
24864
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
24865
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
24435
24866
  }, z.core.$strip>;
24436
24867
  type UpdateIntegrationJustEatResponse = IntegrationJustEatDetails;
24437
24868
  declare class UpdateIntegrationJustEat extends AbstractApiRequest<typeof updateIntegrationJustEatInputSchema, typeof updateIntegrationJustEatResponseSchema> {
@@ -24506,6 +24937,7 @@ declare class UpdateIntegrationJustEat extends AbstractApiRequest<typeof updateI
24506
24937
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
24507
24938
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
24508
24939
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
24940
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
24509
24941
  }, z.core.$strip>;
24510
24942
  readonly querySchema: undefined;
24511
24943
  readonly headersSchema: undefined;
@@ -24574,6 +25006,7 @@ declare const createIntegrationKitchenResponseSchema: z.ZodObject<{
24574
25006
  column: "column";
24575
25007
  }>;
24576
25008
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
25009
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
24577
25010
  }, z.core.$strip>;
24578
25011
  type CreateIntegrationKitchenResponse = z.infer<typeof createIntegrationKitchenResponseSchema>;
24579
25012
  declare class CreateIntegrationKitchen extends AbstractApiRequest<typeof createIntegrationKitchenInputSchema, typeof createIntegrationKitchenResponseSchema> {
@@ -24612,6 +25045,7 @@ declare class CreateIntegrationKitchen extends AbstractApiRequest<typeof createI
24612
25045
  column: "column";
24613
25046
  }>;
24614
25047
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
25048
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
24615
25049
  }, z.core.$strip>;
24616
25050
  readonly querySchema: undefined;
24617
25051
  readonly headersSchema: undefined;
@@ -24806,6 +25240,7 @@ declare const getIntegrationKitchenDetailsResponseSchema: z.ZodObject<{
24806
25240
  column: "column";
24807
25241
  }>;
24808
25242
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
25243
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
24809
25244
  }, z.core.$strip>;
24810
25245
  type GetIntegrationKitchenDetailsResponse = IntegrationKitchenDetails;
24811
25246
  declare class GetIntegrationKitchenDetails extends AbstractApiRequest<typeof getIntegrationKitchenDetailsInputSchema, typeof getIntegrationKitchenDetailsResponseSchema> {
@@ -24835,6 +25270,7 @@ declare class GetIntegrationKitchenDetails extends AbstractApiRequest<typeof get
24835
25270
  column: "column";
24836
25271
  }>;
24837
25272
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
25273
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
24838
25274
  }, z.core.$strip>;
24839
25275
  readonly querySchema: undefined;
24840
25276
  readonly headersSchema: undefined;
@@ -25015,6 +25451,7 @@ declare const updateIntegrationKitchenResponseSchema: z.ZodObject<{
25015
25451
  column: "column";
25016
25452
  }>;
25017
25453
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
25454
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
25018
25455
  }, z.core.$strip>;
25019
25456
  type UpdateIntegrationKitchenResponse = IntegrationKitchenDetails;
25020
25457
  declare class UpdateIntegrationKitchen extends AbstractApiRequest<typeof updateIntegrationKitchenInputSchema, typeof updateIntegrationKitchenResponseSchema> {
@@ -25052,6 +25489,7 @@ declare class UpdateIntegrationKitchen extends AbstractApiRequest<typeof updateI
25052
25489
  column: "column";
25053
25490
  }>;
25054
25491
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
25492
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
25055
25493
  }, z.core.$strip>;
25056
25494
  readonly querySchema: undefined;
25057
25495
  readonly headersSchema: undefined;
@@ -25094,6 +25532,7 @@ declare const updateIntegrationResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObj
25094
25532
  column: "column";
25095
25533
  }>;
25096
25534
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
25535
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
25097
25536
  }, z.core.$strip>, z.ZodObject<{
25098
25537
  status: z.ZodEnum<{
25099
25538
  pending: "pending";
@@ -25141,6 +25580,7 @@ declare const updateIntegrationResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObj
25141
25580
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
25142
25581
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
25143
25582
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
25583
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
25144
25584
  }, z.core.$strip>, z.ZodObject<{
25145
25585
  status: z.ZodEnum<{
25146
25586
  pending: "pending";
@@ -25184,6 +25624,7 @@ declare const updateIntegrationResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObj
25184
25624
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
25185
25625
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
25186
25626
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
25627
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
25187
25628
  }, z.core.$strip>, z.ZodObject<{
25188
25629
  status: z.ZodEnum<{
25189
25630
  pending: "pending";
@@ -25236,6 +25677,7 @@ declare const updateIntegrationResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObj
25236
25677
  }>;
25237
25678
  dailyMenuUpdatesLeft: z.ZodNumber;
25238
25679
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
25680
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
25239
25681
  }, z.core.$strip>, z.ZodObject<{
25240
25682
  status: z.ZodEnum<{
25241
25683
  pending: "pending";
@@ -25304,6 +25746,7 @@ declare const updateIntegrationResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObj
25304
25746
  }>>;
25305
25747
  apiTokenPointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/api_tokens/point_of_sale/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/api_tokens/point_of_sale/:id"> | null, unknown>>;
25306
25748
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
25749
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
25307
25750
  }, z.core.$strip>, z.ZodObject<{
25308
25751
  status: z.ZodEnum<{
25309
25752
  pending: "pending";
@@ -25331,6 +25774,7 @@ declare const updateIntegrationResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObj
25331
25774
  }>;
25332
25775
  salesMode: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown>>;
25333
25776
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
25777
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
25334
25778
  }, z.core.$strip>], "service">;
25335
25779
  type UpdateIntegrationResponse = IntegrationDetails;
25336
25780
  declare class UpdateIntegration extends AbstractApiRequest<typeof updateIntegrationInputSchema, typeof updateIntegrationResponseSchema> {
@@ -25370,6 +25814,7 @@ declare class UpdateIntegration extends AbstractApiRequest<typeof updateIntegrat
25370
25814
  column: "column";
25371
25815
  }>;
25372
25816
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
25817
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
25373
25818
  }, z.core.$strip>, z.ZodObject<{
25374
25819
  status: z.ZodEnum<{
25375
25820
  pending: "pending";
@@ -25417,6 +25862,7 @@ declare class UpdateIntegration extends AbstractApiRequest<typeof updateIntegrat
25417
25862
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
25418
25863
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
25419
25864
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
25865
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
25420
25866
  }, z.core.$strip>, z.ZodObject<{
25421
25867
  status: z.ZodEnum<{
25422
25868
  pending: "pending";
@@ -25460,6 +25906,7 @@ declare class UpdateIntegration extends AbstractApiRequest<typeof updateIntegrat
25460
25906
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
25461
25907
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
25462
25908
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
25909
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
25463
25910
  }, z.core.$strip>, z.ZodObject<{
25464
25911
  status: z.ZodEnum<{
25465
25912
  pending: "pending";
@@ -25512,6 +25959,7 @@ declare class UpdateIntegration extends AbstractApiRequest<typeof updateIntegrat
25512
25959
  }>;
25513
25960
  dailyMenuUpdatesLeft: z.ZodNumber;
25514
25961
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
25962
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
25515
25963
  }, z.core.$strip>, z.ZodObject<{
25516
25964
  status: z.ZodEnum<{
25517
25965
  pending: "pending";
@@ -25580,6 +26028,7 @@ declare class UpdateIntegration extends AbstractApiRequest<typeof updateIntegrat
25580
26028
  }>>;
25581
26029
  apiTokenPointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/api_tokens/point_of_sale/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/api_tokens/point_of_sale/:id"> | null, unknown>>;
25582
26030
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
26031
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
25583
26032
  }, z.core.$strip>, z.ZodObject<{
25584
26033
  status: z.ZodEnum<{
25585
26034
  pending: "pending";
@@ -25607,6 +26056,7 @@ declare class UpdateIntegration extends AbstractApiRequest<typeof updateIntegrat
25607
26056
  }>;
25608
26057
  salesMode: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/sales_modes/:id"> | null, unknown>>;
25609
26058
  pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
26059
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
25610
26060
  }, z.core.$strip>], "service">;
25611
26061
  readonly querySchema: undefined;
25612
26062
  readonly headersSchema: undefined;
@@ -25615,4 +26065,4 @@ declare class UpdateIntegration extends AbstractApiRequest<typeof updateIntegrat
25615
26065
  getPath(): string;
25616
26066
  }
25617
26067
 
25618
- 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, 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, type GetIntegrationGlovoWebhookEventsInput, type GetIntegrationGlovoWebhookEventsQueryParams, type GetIntegrationGlovoWebhookEventsResponse, 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 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, 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, getIntegrationGlovoWebhookEventsInputSchema, getIntegrationGlovoWebhookEventsQuerySchema, getIntegrationGlovoWebhookEventsResponseSchema, 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, 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 };
26068
+ 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, 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, 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, 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, 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 };