@deliverart/sdk-js-integration 2.14.2 → 2.14.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -818,6 +818,7 @@ declare const integrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
818
818
  id: z.ZodString;
819
819
  connectionId: z.ZodNullable<z.ZodString>;
820
820
  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>>;
821
+ errors: z.ZodArray<z.ZodString>;
821
822
  service: z.ZodEnum<{
822
823
  kitchen: "kitchen";
823
824
  }>;
@@ -1070,6 +1071,7 @@ declare const integrationDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1070
1071
  id: z.ZodString;
1071
1072
  connectionId: z.ZodNullable<z.ZodString>;
1072
1073
  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>>;
1074
+ errors: z.ZodArray<z.ZodString>;
1073
1075
  service: z.ZodEnum<{
1074
1076
  kitchen: "kitchen";
1075
1077
  }>;
@@ -1077,6 +1079,7 @@ declare const integrationDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1077
1079
  column: "column";
1078
1080
  }>;
1079
1081
  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>>;
1082
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
1080
1083
  }, z.core.$strip>, z.ZodObject<{
1081
1084
  status: z.ZodEnum<{
1082
1085
  pending: "pending";
@@ -1124,6 +1127,7 @@ declare const integrationDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1124
1127
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
1125
1128
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
1126
1129
  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>>;
1130
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
1127
1131
  }, z.core.$strip>, z.ZodObject<{
1128
1132
  status: z.ZodEnum<{
1129
1133
  pending: "pending";
@@ -1167,6 +1171,7 @@ declare const integrationDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1167
1171
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
1168
1172
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
1169
1173
  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>>;
1174
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
1170
1175
  }, z.core.$strip>, z.ZodObject<{
1171
1176
  status: z.ZodEnum<{
1172
1177
  pending: "pending";
@@ -1219,6 +1224,7 @@ declare const integrationDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1219
1224
  }>;
1220
1225
  dailyMenuUpdatesLeft: z.ZodNumber;
1221
1226
  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>>;
1227
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
1222
1228
  }, z.core.$strip>, z.ZodObject<{
1223
1229
  status: z.ZodEnum<{
1224
1230
  pending: "pending";
@@ -1287,6 +1293,7 @@ declare const integrationDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1287
1293
  }>>;
1288
1294
  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
1295
  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>>;
1296
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
1290
1297
  }, z.core.$strip>, z.ZodObject<{
1291
1298
  status: z.ZodEnum<{
1292
1299
  pending: "pending";
@@ -1314,6 +1321,7 @@ declare const integrationDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1314
1321
  }>;
1315
1322
  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
1323
  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>>;
1324
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
1317
1325
  }, z.core.$strip>], "service">;
1318
1326
  type IntegrationDetails = z.infer<typeof integrationDetailsSchema>;
1319
1327
 
@@ -6723,6 +6731,7 @@ declare const getIntegrationDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.Zo
6723
6731
  id: z.ZodString;
6724
6732
  connectionId: z.ZodNullable<z.ZodString>;
6725
6733
  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>>;
6734
+ errors: z.ZodArray<z.ZodString>;
6726
6735
  service: z.ZodEnum<{
6727
6736
  kitchen: "kitchen";
6728
6737
  }>;
@@ -6730,6 +6739,7 @@ declare const getIntegrationDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.Zo
6730
6739
  column: "column";
6731
6740
  }>;
6732
6741
  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>>;
6742
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
6733
6743
  }, z.core.$strip>, z.ZodObject<{
6734
6744
  status: z.ZodEnum<{
6735
6745
  pending: "pending";
@@ -6777,6 +6787,7 @@ declare const getIntegrationDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.Zo
6777
6787
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
6778
6788
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
6779
6789
  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>>;
6790
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
6780
6791
  }, z.core.$strip>, z.ZodObject<{
6781
6792
  status: z.ZodEnum<{
6782
6793
  pending: "pending";
@@ -6820,6 +6831,7 @@ declare const getIntegrationDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.Zo
6820
6831
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
6821
6832
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
6822
6833
  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>>;
6834
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
6823
6835
  }, z.core.$strip>, z.ZodObject<{
6824
6836
  status: z.ZodEnum<{
6825
6837
  pending: "pending";
@@ -6872,6 +6884,7 @@ declare const getIntegrationDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.Zo
6872
6884
  }>;
6873
6885
  dailyMenuUpdatesLeft: z.ZodNumber;
6874
6886
  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>>;
6887
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
6875
6888
  }, z.core.$strip>, z.ZodObject<{
6876
6889
  status: z.ZodEnum<{
6877
6890
  pending: "pending";
@@ -6940,6 +6953,7 @@ declare const getIntegrationDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.Zo
6940
6953
  }>>;
6941
6954
  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
6955
  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>>;
6956
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
6943
6957
  }, z.core.$strip>, z.ZodObject<{
6944
6958
  status: z.ZodEnum<{
6945
6959
  pending: "pending";
@@ -6967,6 +6981,7 @@ declare const getIntegrationDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.Zo
6967
6981
  }>;
6968
6982
  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
6983
  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>>;
6984
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
6970
6985
  }, z.core.$strip>], "service">;
6971
6986
  type GetIntegrationDetailsResponse = IntegrationDetails;
6972
6987
  declare class GetIntegrationDetails extends AbstractApiRequest<typeof getIntegrationDetailsInputSchema, typeof getIntegrationDetailsResponseSchema> {
@@ -6989,6 +7004,7 @@ declare class GetIntegrationDetails extends AbstractApiRequest<typeof getIntegra
6989
7004
  id: z.ZodString;
6990
7005
  connectionId: z.ZodNullable<z.ZodString>;
6991
7006
  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>>;
7007
+ errors: z.ZodArray<z.ZodString>;
6992
7008
  service: z.ZodEnum<{
6993
7009
  kitchen: "kitchen";
6994
7010
  }>;
@@ -6996,6 +7012,7 @@ declare class GetIntegrationDetails extends AbstractApiRequest<typeof getIntegra
6996
7012
  column: "column";
6997
7013
  }>;
6998
7014
  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>>;
7015
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
6999
7016
  }, z.core.$strip>, z.ZodObject<{
7000
7017
  status: z.ZodEnum<{
7001
7018
  pending: "pending";
@@ -7043,6 +7060,7 @@ declare class GetIntegrationDetails extends AbstractApiRequest<typeof getIntegra
7043
7060
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
7044
7061
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
7045
7062
  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>>;
7063
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
7046
7064
  }, z.core.$strip>, z.ZodObject<{
7047
7065
  status: z.ZodEnum<{
7048
7066
  pending: "pending";
@@ -7086,6 +7104,7 @@ declare class GetIntegrationDetails extends AbstractApiRequest<typeof getIntegra
7086
7104
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
7087
7105
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
7088
7106
  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>>;
7107
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
7089
7108
  }, z.core.$strip>, z.ZodObject<{
7090
7109
  status: z.ZodEnum<{
7091
7110
  pending: "pending";
@@ -7138,6 +7157,7 @@ declare class GetIntegrationDetails extends AbstractApiRequest<typeof getIntegra
7138
7157
  }>;
7139
7158
  dailyMenuUpdatesLeft: z.ZodNumber;
7140
7159
  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>>;
7160
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
7141
7161
  }, z.core.$strip>, z.ZodObject<{
7142
7162
  status: z.ZodEnum<{
7143
7163
  pending: "pending";
@@ -7206,6 +7226,7 @@ declare class GetIntegrationDetails extends AbstractApiRequest<typeof getIntegra
7206
7226
  }>>;
7207
7227
  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
7228
  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>>;
7229
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
7209
7230
  }, z.core.$strip>, z.ZodObject<{
7210
7231
  status: z.ZodEnum<{
7211
7232
  pending: "pending";
@@ -7233,6 +7254,7 @@ declare class GetIntegrationDetails extends AbstractApiRequest<typeof getIntegra
7233
7254
  }>;
7234
7255
  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
7256
  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>>;
7257
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
7236
7258
  }, z.core.$strip>], "service">;
7237
7259
  readonly querySchema: undefined;
7238
7260
  readonly headersSchema: undefined;
@@ -7241,6 +7263,523 @@ declare class GetIntegrationDetails extends AbstractApiRequest<typeof getIntegra
7241
7263
  getPath(): string;
7242
7264
  }
7243
7265
 
7266
+ declare const menuVersionSchema: z.ZodObject<{
7267
+ id: z.ZodString;
7268
+ contentUrl: z.ZodNullable<z.ZodString>;
7269
+ filePath: z.ZodNullable<z.ZodString>;
7270
+ createdAt: z.ZodString;
7271
+ updatedAt: z.ZodString;
7272
+ }, z.core.$strip>;
7273
+ type MenuVersion = z.infer<typeof menuVersionSchema>;
7274
+ declare const menuVersionDetailsSchema: z.ZodObject<{
7275
+ id: z.ZodString;
7276
+ contentUrl: z.ZodNullable<z.ZodString>;
7277
+ filePath: z.ZodNullable<z.ZodString>;
7278
+ createdAt: z.ZodString;
7279
+ updatedAt: z.ZodString;
7280
+ integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown>>;
7281
+ }, z.core.$strip>;
7282
+ type MenuVersionDetails = z.infer<typeof menuVersionDetailsSchema>;
7283
+ declare const integrationBaseSchema: z.ZodObject<{
7284
+ id: z.ZodString;
7285
+ 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>>;
7286
+ connectionId: z.ZodNullable<z.ZodString>;
7287
+ errors: z.ZodArray<z.ZodString>;
7288
+ service: z.ZodEnum<{
7289
+ cassa_in_cloud: "cassa_in_cloud";
7290
+ deliveroo: "deliveroo";
7291
+ justeat: "justeat";
7292
+ glovo: "glovo";
7293
+ kitchen: "kitchen";
7294
+ ecommerce: "ecommerce";
7295
+ }>;
7296
+ status: z.ZodEnum<{
7297
+ pending: "pending";
7298
+ active: "active";
7299
+ deleting: "deleting";
7300
+ }>;
7301
+ provider: z.ZodEnum<{
7302
+ deliverart: "deliverart";
7303
+ cassa_in_cloud: "cassa_in_cloud";
7304
+ }>;
7305
+ createdAt: z.ZodString;
7306
+ updatedAt: z.ZodString;
7307
+ }, z.core.$strip>;
7308
+ declare const writableIntegrationSchema: z.ZodObject<{
7309
+ status: z.ZodEnum<{
7310
+ pending: "pending";
7311
+ active: "active";
7312
+ deleting: "deleting";
7313
+ }>;
7314
+ provider: z.ZodEnum<{
7315
+ deliverart: "deliverart";
7316
+ cassa_in_cloud: "cassa_in_cloud";
7317
+ }>;
7318
+ }, z.core.$strip>;
7319
+ declare const integrationDetailsFieldsSchema: z.ZodObject<{
7320
+ 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>>;
7321
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
7322
+ }, z.core.$strip>;
7323
+ declare const integrationIssueSchema: z.ZodObject<{
7324
+ id: z.ZodString;
7325
+ integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown>>;
7326
+ scope: z.ZodEnum<{
7327
+ menu_sync: "menu_sync";
7328
+ store_status: "store_status";
7329
+ }>;
7330
+ code: z.ZodEnum<{
7331
+ invalid_menu: "invalid_menu";
7332
+ unauthorized: "unauthorized";
7333
+ forbidden: "forbidden";
7334
+ remote_not_found: "remote_not_found";
7335
+ remote_validation_failed: "remote_validation_failed";
7336
+ daily_limit_reached: "daily_limit_reached";
7337
+ process_failed: "process_failed";
7338
+ }>;
7339
+ blocking: z.ZodBoolean;
7340
+ retriable: z.ZodBoolean;
7341
+ retryAfterAt: z.ZodNullable<z.ZodString>;
7342
+ message: z.ZodNullable<z.ZodString>;
7343
+ httpStatus: z.ZodNullable<z.ZodCoercedNumber<unknown>>;
7344
+ providerCode: z.ZodNullable<z.ZodString>;
7345
+ providerRequestId: z.ZodNullable<z.ZodString>;
7346
+ context: z.ZodRecord<z.ZodString, z.ZodUnknown>;
7347
+ occurrences: z.ZodCoercedNumber<unknown>;
7348
+ firstSeenAt: z.ZodString;
7349
+ lastSeenAt: z.ZodString;
7350
+ resolvedAt: z.ZodNullable<z.ZodString>;
7351
+ blocksAutomation: z.ZodBoolean;
7352
+ }, z.core.$strip>;
7353
+ type IntegrationIssue = z.infer<typeof integrationIssueSchema>;
7354
+ declare const integrationIssueDetailsSchema: z.ZodObject<{
7355
+ id: z.ZodString;
7356
+ integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown>>;
7357
+ scope: z.ZodEnum<{
7358
+ menu_sync: "menu_sync";
7359
+ store_status: "store_status";
7360
+ }>;
7361
+ code: z.ZodEnum<{
7362
+ invalid_menu: "invalid_menu";
7363
+ unauthorized: "unauthorized";
7364
+ forbidden: "forbidden";
7365
+ remote_not_found: "remote_not_found";
7366
+ remote_validation_failed: "remote_validation_failed";
7367
+ daily_limit_reached: "daily_limit_reached";
7368
+ process_failed: "process_failed";
7369
+ }>;
7370
+ blocking: z.ZodBoolean;
7371
+ retriable: z.ZodBoolean;
7372
+ retryAfterAt: z.ZodNullable<z.ZodString>;
7373
+ message: z.ZodNullable<z.ZodString>;
7374
+ httpStatus: z.ZodNullable<z.ZodCoercedNumber<unknown>>;
7375
+ providerCode: z.ZodNullable<z.ZodString>;
7376
+ providerRequestId: z.ZodNullable<z.ZodString>;
7377
+ context: z.ZodRecord<z.ZodString, z.ZodUnknown>;
7378
+ occurrences: z.ZodCoercedNumber<unknown>;
7379
+ firstSeenAt: z.ZodString;
7380
+ lastSeenAt: z.ZodString;
7381
+ resolvedAt: z.ZodNullable<z.ZodString>;
7382
+ blocksAutomation: z.ZodBoolean;
7383
+ }, z.core.$strip>;
7384
+ type IntegrationIssueDetails = z.infer<typeof integrationIssueDetailsSchema>;
7385
+ declare const integrationDeliveryProviderCommonSchema: z.ZodObject<{
7386
+ name: z.ZodString;
7387
+ skipInvalidItem: z.ZodBoolean;
7388
+ skipNegativePrices: z.ZodBoolean;
7389
+ importTaggedItems: z.ZodBoolean;
7390
+ tagsForImport: z.ZodOptional<z.ZodArray<z.ZodString>>;
7391
+ isValidMenu: z.ZodBoolean;
7392
+ storeUrl: z.ZodNullable<z.ZodURL>;
7393
+ latestMenuSyncAt: z.ZodNullable<z.ZodString>;
7394
+ latestMenuCheckAt: z.ZodNullable<z.ZodString>;
7395
+ 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>>]>;
7396
+ 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>>;
7397
+ errors: z.ZodArray<z.ZodEnum<{
7398
+ latest_menu_sync_error: "latest_menu_sync_error";
7399
+ latest_bulk_sync_error: "latest_bulk_sync_error";
7400
+ latest_store_status_sync_error: "latest_store_status_sync_error";
7401
+ invalid_menu: "invalid_menu";
7402
+ }>>;
7403
+ }, z.core.$strip>;
7404
+ type IntegrationDeliveryProviderCommon = z.infer<typeof integrationDeliveryProviderCommonSchema>;
7405
+ declare const integrationClientLogRequestSchema: z.ZodObject<{
7406
+ id: z.ZodString;
7407
+ url: z.ZodString;
7408
+ method: z.ZodEnum<{
7409
+ DELETE: "DELETE";
7410
+ GET: "GET";
7411
+ PATCH: "PATCH";
7412
+ POST: "POST";
7413
+ PUT: "PUT";
7414
+ }>;
7415
+ statusCode: z.ZodCoercedNumber<unknown>;
7416
+ createdAt: z.ZodString;
7417
+ }, z.core.$strip>;
7418
+ type IntegrationClientLogRequest = z.infer<typeof integrationClientLogRequestSchema>;
7419
+ declare const integrationClientLogRequestDetailsSchema: z.ZodObject<{
7420
+ id: z.ZodString;
7421
+ url: z.ZodString;
7422
+ method: z.ZodEnum<{
7423
+ DELETE: "DELETE";
7424
+ GET: "GET";
7425
+ PATCH: "PATCH";
7426
+ POST: "POST";
7427
+ PUT: "PUT";
7428
+ }>;
7429
+ statusCode: z.ZodCoercedNumber<unknown>;
7430
+ createdAt: z.ZodString;
7431
+ integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown>>;
7432
+ requestHeaders: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
7433
+ responseHeaders: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
7434
+ requestBodyFilePath: z.ZodNullable<z.ZodString>;
7435
+ requestBodyContentUrl: z.ZodNullable<z.ZodURL>;
7436
+ responseBodyFilePath: z.ZodNullable<z.ZodString>;
7437
+ responseBodyContentUrl: z.ZodNullable<z.ZodURL>;
7438
+ }, z.core.$strip>;
7439
+ type IntegrationClientLogRequestDetails = z.infer<typeof integrationClientLogRequestDetailsSchema>;
7440
+ declare const integrationAsyncMessageResponseSchema: z.ZodObject<{
7441
+ message: z.ZodString;
7442
+ }, z.core.$strip>;
7443
+ type IntegrationAsyncMessageResponse = z.infer<typeof integrationAsyncMessageResponseSchema>;
7444
+ declare const clientLogRequestQuerySchema: z.ZodObject<{
7445
+ 'order[createdAt]': z.ZodOptional<z.ZodEnum<{
7446
+ asc: "asc";
7447
+ desc: "desc";
7448
+ }>>;
7449
+ method: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
7450
+ DELETE: "DELETE";
7451
+ GET: "GET";
7452
+ PATCH: "PATCH";
7453
+ POST: "POST";
7454
+ PUT: "PUT";
7455
+ }>, z.ZodArray<z.ZodEnum<{
7456
+ DELETE: "DELETE";
7457
+ GET: "GET";
7458
+ PATCH: "PATCH";
7459
+ POST: "POST";
7460
+ PUT: "PUT";
7461
+ }>>]>>;
7462
+ 'statusCode[between]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
7463
+ 'statusCode[gt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
7464
+ 'statusCode[gte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
7465
+ 'statusCode[lt]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
7466
+ 'statusCode[lte]': z.ZodOptional<z.ZodCoercedNumber<unknown>>;
7467
+ 'createdAt[before]': z.ZodOptional<z.ZodString>;
7468
+ 'createdAt[strictly_before]': z.ZodOptional<z.ZodString>;
7469
+ 'createdAt[after]': z.ZodOptional<z.ZodString>;
7470
+ 'createdAt[strictly_after]': z.ZodOptional<z.ZodString>;
7471
+ page: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
7472
+ }, z.core.$strip>;
7473
+ type ClientLogRequestQuery = z.infer<typeof clientLogRequestQuerySchema>;
7474
+
7475
+ declare const getIntegrationIssueDetailsInputSchema: z.ZodUndefined;
7476
+ type GetIntegrationIssueDetailsInput = z.infer<typeof getIntegrationIssueDetailsInputSchema>;
7477
+ declare const getIntegrationIssueDetailsResponseSchema: z.ZodObject<{
7478
+ id: z.ZodString;
7479
+ integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown>>;
7480
+ scope: z.ZodEnum<{
7481
+ menu_sync: "menu_sync";
7482
+ store_status: "store_status";
7483
+ }>;
7484
+ code: z.ZodEnum<{
7485
+ invalid_menu: "invalid_menu";
7486
+ unauthorized: "unauthorized";
7487
+ forbidden: "forbidden";
7488
+ remote_not_found: "remote_not_found";
7489
+ remote_validation_failed: "remote_validation_failed";
7490
+ daily_limit_reached: "daily_limit_reached";
7491
+ process_failed: "process_failed";
7492
+ }>;
7493
+ blocking: z.ZodBoolean;
7494
+ retriable: z.ZodBoolean;
7495
+ retryAfterAt: z.ZodNullable<z.ZodString>;
7496
+ message: z.ZodNullable<z.ZodString>;
7497
+ httpStatus: z.ZodNullable<z.ZodCoercedNumber<unknown>>;
7498
+ providerCode: z.ZodNullable<z.ZodString>;
7499
+ providerRequestId: z.ZodNullable<z.ZodString>;
7500
+ context: z.ZodRecord<z.ZodString, z.ZodUnknown>;
7501
+ occurrences: z.ZodCoercedNumber<unknown>;
7502
+ firstSeenAt: z.ZodString;
7503
+ lastSeenAt: z.ZodString;
7504
+ resolvedAt: z.ZodNullable<z.ZodString>;
7505
+ blocksAutomation: z.ZodBoolean;
7506
+ }, z.core.$strip>;
7507
+ type GetIntegrationIssueDetailsResponse = IntegrationIssueDetails;
7508
+ declare class GetIntegrationIssueDetails extends AbstractApiRequest<typeof getIntegrationIssueDetailsInputSchema, typeof getIntegrationIssueDetailsResponseSchema> {
7509
+ readonly method = "GET";
7510
+ readonly contentType = "application/json";
7511
+ readonly accept = "application/json";
7512
+ readonly inputSchema: z.ZodUndefined;
7513
+ readonly outputSchema: z.ZodObject<{
7514
+ id: z.ZodString;
7515
+ integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown>>;
7516
+ scope: z.ZodEnum<{
7517
+ menu_sync: "menu_sync";
7518
+ store_status: "store_status";
7519
+ }>;
7520
+ code: z.ZodEnum<{
7521
+ invalid_menu: "invalid_menu";
7522
+ unauthorized: "unauthorized";
7523
+ forbidden: "forbidden";
7524
+ remote_not_found: "remote_not_found";
7525
+ remote_validation_failed: "remote_validation_failed";
7526
+ daily_limit_reached: "daily_limit_reached";
7527
+ process_failed: "process_failed";
7528
+ }>;
7529
+ blocking: z.ZodBoolean;
7530
+ retriable: z.ZodBoolean;
7531
+ retryAfterAt: z.ZodNullable<z.ZodString>;
7532
+ message: z.ZodNullable<z.ZodString>;
7533
+ httpStatus: z.ZodNullable<z.ZodCoercedNumber<unknown>>;
7534
+ providerCode: z.ZodNullable<z.ZodString>;
7535
+ providerRequestId: z.ZodNullable<z.ZodString>;
7536
+ context: z.ZodRecord<z.ZodString, z.ZodUnknown>;
7537
+ occurrences: z.ZodCoercedNumber<unknown>;
7538
+ firstSeenAt: z.ZodString;
7539
+ lastSeenAt: z.ZodString;
7540
+ resolvedAt: z.ZodNullable<z.ZodString>;
7541
+ blocksAutomation: z.ZodBoolean;
7542
+ }, z.core.$strip>;
7543
+ readonly querySchema: undefined;
7544
+ readonly headersSchema: undefined;
7545
+ private readonly integrationId;
7546
+ private readonly issueId;
7547
+ constructor(integrationId: string, issueId: string);
7548
+ getPath(): string;
7549
+ }
7550
+
7551
+ declare const getIntegrationIssuesQuerySchema: z.ZodObject<{
7552
+ id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
7553
+ scope: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
7554
+ menu_sync: "menu_sync";
7555
+ store_status: "store_status";
7556
+ }>, z.ZodArray<z.ZodEnum<{
7557
+ menu_sync: "menu_sync";
7558
+ store_status: "store_status";
7559
+ }>>]>>;
7560
+ code: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
7561
+ invalid_menu: "invalid_menu";
7562
+ unauthorized: "unauthorized";
7563
+ forbidden: "forbidden";
7564
+ remote_not_found: "remote_not_found";
7565
+ remote_validation_failed: "remote_validation_failed";
7566
+ daily_limit_reached: "daily_limit_reached";
7567
+ process_failed: "process_failed";
7568
+ }>, z.ZodArray<z.ZodEnum<{
7569
+ invalid_menu: "invalid_menu";
7570
+ unauthorized: "unauthorized";
7571
+ forbidden: "forbidden";
7572
+ remote_not_found: "remote_not_found";
7573
+ remote_validation_failed: "remote_validation_failed";
7574
+ daily_limit_reached: "daily_limit_reached";
7575
+ process_failed: "process_failed";
7576
+ }>>]>>;
7577
+ blocking: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
7578
+ retriable: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
7579
+ 'resolvedAt[exists]': z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
7580
+ 'order[firstSeenAt]': z.ZodOptional<z.ZodEnum<{
7581
+ asc: "asc";
7582
+ desc: "desc";
7583
+ }>>;
7584
+ 'order[lastSeenAt]': z.ZodOptional<z.ZodEnum<{
7585
+ asc: "asc";
7586
+ desc: "desc";
7587
+ }>>;
7588
+ 'order[retryAfterAt]': z.ZodOptional<z.ZodEnum<{
7589
+ asc: "asc";
7590
+ desc: "desc";
7591
+ }>>;
7592
+ 'order[resolvedAt]': z.ZodOptional<z.ZodEnum<{
7593
+ asc: "asc";
7594
+ desc: "desc";
7595
+ }>>;
7596
+ 'firstSeenAt[before]': z.ZodOptional<z.ZodString>;
7597
+ 'firstSeenAt[strictly_before]': z.ZodOptional<z.ZodString>;
7598
+ 'firstSeenAt[after]': z.ZodOptional<z.ZodString>;
7599
+ 'firstSeenAt[strictly_after]': z.ZodOptional<z.ZodString>;
7600
+ 'lastSeenAt[before]': z.ZodOptional<z.ZodString>;
7601
+ 'lastSeenAt[strictly_before]': z.ZodOptional<z.ZodString>;
7602
+ 'lastSeenAt[after]': z.ZodOptional<z.ZodString>;
7603
+ 'lastSeenAt[strictly_after]': z.ZodOptional<z.ZodString>;
7604
+ 'retryAfterAt[before]': z.ZodOptional<z.ZodString>;
7605
+ 'retryAfterAt[strictly_before]': z.ZodOptional<z.ZodString>;
7606
+ 'retryAfterAt[after]': z.ZodOptional<z.ZodString>;
7607
+ 'retryAfterAt[strictly_after]': z.ZodOptional<z.ZodString>;
7608
+ 'resolvedAt[before]': z.ZodOptional<z.ZodString>;
7609
+ 'resolvedAt[strictly_before]': z.ZodOptional<z.ZodString>;
7610
+ 'resolvedAt[after]': z.ZodOptional<z.ZodString>;
7611
+ 'resolvedAt[strictly_after]': z.ZodOptional<z.ZodString>;
7612
+ }, z.core.$strip>;
7613
+ type GetIntegrationIssuesQueryParams = z.infer<typeof getIntegrationIssuesQuerySchema>;
7614
+ declare const getIntegrationIssuesInputSchema: z.ZodUndefined;
7615
+ type GetIntegrationIssuesInput = z.infer<typeof getIntegrationIssuesInputSchema>;
7616
+ declare const getIntegrationIssuesResponseSchema: z.ZodArray<z.ZodObject<{
7617
+ id: z.ZodString;
7618
+ integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown>>;
7619
+ scope: z.ZodEnum<{
7620
+ menu_sync: "menu_sync";
7621
+ store_status: "store_status";
7622
+ }>;
7623
+ code: z.ZodEnum<{
7624
+ invalid_menu: "invalid_menu";
7625
+ unauthorized: "unauthorized";
7626
+ forbidden: "forbidden";
7627
+ remote_not_found: "remote_not_found";
7628
+ remote_validation_failed: "remote_validation_failed";
7629
+ daily_limit_reached: "daily_limit_reached";
7630
+ process_failed: "process_failed";
7631
+ }>;
7632
+ blocking: z.ZodBoolean;
7633
+ retriable: z.ZodBoolean;
7634
+ retryAfterAt: z.ZodNullable<z.ZodString>;
7635
+ message: z.ZodNullable<z.ZodString>;
7636
+ httpStatus: z.ZodNullable<z.ZodCoercedNumber<unknown>>;
7637
+ providerCode: z.ZodNullable<z.ZodString>;
7638
+ providerRequestId: z.ZodNullable<z.ZodString>;
7639
+ context: z.ZodRecord<z.ZodString, z.ZodUnknown>;
7640
+ occurrences: z.ZodCoercedNumber<unknown>;
7641
+ firstSeenAt: z.ZodString;
7642
+ lastSeenAt: z.ZodString;
7643
+ resolvedAt: z.ZodNullable<z.ZodString>;
7644
+ blocksAutomation: z.ZodBoolean;
7645
+ }, z.core.$strip>>;
7646
+ type GetIntegrationIssuesResponse = z.infer<typeof getIntegrationIssuesResponseSchema>;
7647
+ declare class GetIntegrationIssues extends AbstractApiRequest<typeof getIntegrationIssuesInputSchema, typeof getIntegrationIssuesResponseSchema, GetIntegrationIssuesQueryParams> {
7648
+ readonly method: "GET";
7649
+ readonly contentType: "application/json";
7650
+ readonly accept: "application/json";
7651
+ readonly inputSchema: z.ZodUndefined;
7652
+ readonly outputSchema: z.ZodArray<z.ZodObject<{
7653
+ id: z.ZodString;
7654
+ integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown>>;
7655
+ scope: z.ZodEnum<{
7656
+ menu_sync: "menu_sync";
7657
+ store_status: "store_status";
7658
+ }>;
7659
+ code: z.ZodEnum<{
7660
+ invalid_menu: "invalid_menu";
7661
+ unauthorized: "unauthorized";
7662
+ forbidden: "forbidden";
7663
+ remote_not_found: "remote_not_found";
7664
+ remote_validation_failed: "remote_validation_failed";
7665
+ daily_limit_reached: "daily_limit_reached";
7666
+ process_failed: "process_failed";
7667
+ }>;
7668
+ blocking: z.ZodBoolean;
7669
+ retriable: z.ZodBoolean;
7670
+ retryAfterAt: z.ZodNullable<z.ZodString>;
7671
+ message: z.ZodNullable<z.ZodString>;
7672
+ httpStatus: z.ZodNullable<z.ZodCoercedNumber<unknown>>;
7673
+ providerCode: z.ZodNullable<z.ZodString>;
7674
+ providerRequestId: z.ZodNullable<z.ZodString>;
7675
+ context: z.ZodRecord<z.ZodString, z.ZodUnknown>;
7676
+ occurrences: z.ZodCoercedNumber<unknown>;
7677
+ firstSeenAt: z.ZodString;
7678
+ lastSeenAt: z.ZodString;
7679
+ resolvedAt: z.ZodNullable<z.ZodString>;
7680
+ blocksAutomation: z.ZodBoolean;
7681
+ }, z.core.$strip>>;
7682
+ readonly querySchema: z.ZodObject<{
7683
+ id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
7684
+ scope: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
7685
+ menu_sync: "menu_sync";
7686
+ store_status: "store_status";
7687
+ }>, z.ZodArray<z.ZodEnum<{
7688
+ menu_sync: "menu_sync";
7689
+ store_status: "store_status";
7690
+ }>>]>>;
7691
+ code: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
7692
+ invalid_menu: "invalid_menu";
7693
+ unauthorized: "unauthorized";
7694
+ forbidden: "forbidden";
7695
+ remote_not_found: "remote_not_found";
7696
+ remote_validation_failed: "remote_validation_failed";
7697
+ daily_limit_reached: "daily_limit_reached";
7698
+ process_failed: "process_failed";
7699
+ }>, z.ZodArray<z.ZodEnum<{
7700
+ invalid_menu: "invalid_menu";
7701
+ unauthorized: "unauthorized";
7702
+ forbidden: "forbidden";
7703
+ remote_not_found: "remote_not_found";
7704
+ remote_validation_failed: "remote_validation_failed";
7705
+ daily_limit_reached: "daily_limit_reached";
7706
+ process_failed: "process_failed";
7707
+ }>>]>>;
7708
+ blocking: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
7709
+ retriable: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
7710
+ 'resolvedAt[exists]': z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
7711
+ 'order[firstSeenAt]': z.ZodOptional<z.ZodEnum<{
7712
+ asc: "asc";
7713
+ desc: "desc";
7714
+ }>>;
7715
+ 'order[lastSeenAt]': z.ZodOptional<z.ZodEnum<{
7716
+ asc: "asc";
7717
+ desc: "desc";
7718
+ }>>;
7719
+ 'order[retryAfterAt]': z.ZodOptional<z.ZodEnum<{
7720
+ asc: "asc";
7721
+ desc: "desc";
7722
+ }>>;
7723
+ 'order[resolvedAt]': z.ZodOptional<z.ZodEnum<{
7724
+ asc: "asc";
7725
+ desc: "desc";
7726
+ }>>;
7727
+ 'firstSeenAt[before]': z.ZodOptional<z.ZodString>;
7728
+ 'firstSeenAt[strictly_before]': z.ZodOptional<z.ZodString>;
7729
+ 'firstSeenAt[after]': z.ZodOptional<z.ZodString>;
7730
+ 'firstSeenAt[strictly_after]': z.ZodOptional<z.ZodString>;
7731
+ 'lastSeenAt[before]': z.ZodOptional<z.ZodString>;
7732
+ 'lastSeenAt[strictly_before]': z.ZodOptional<z.ZodString>;
7733
+ 'lastSeenAt[after]': z.ZodOptional<z.ZodString>;
7734
+ 'lastSeenAt[strictly_after]': z.ZodOptional<z.ZodString>;
7735
+ 'retryAfterAt[before]': z.ZodOptional<z.ZodString>;
7736
+ 'retryAfterAt[strictly_before]': z.ZodOptional<z.ZodString>;
7737
+ 'retryAfterAt[after]': z.ZodOptional<z.ZodString>;
7738
+ 'retryAfterAt[strictly_after]': z.ZodOptional<z.ZodString>;
7739
+ 'resolvedAt[before]': z.ZodOptional<z.ZodString>;
7740
+ 'resolvedAt[strictly_before]': z.ZodOptional<z.ZodString>;
7741
+ 'resolvedAt[after]': z.ZodOptional<z.ZodString>;
7742
+ 'resolvedAt[strictly_after]': z.ZodOptional<z.ZodString>;
7743
+ }, z.core.$strip>;
7744
+ readonly headersSchema: undefined;
7745
+ readonly listItemSchema: z.ZodObject<{
7746
+ id: z.ZodString;
7747
+ integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/:id">, unknown>>;
7748
+ scope: z.ZodEnum<{
7749
+ menu_sync: "menu_sync";
7750
+ store_status: "store_status";
7751
+ }>;
7752
+ code: z.ZodEnum<{
7753
+ invalid_menu: "invalid_menu";
7754
+ unauthorized: "unauthorized";
7755
+ forbidden: "forbidden";
7756
+ remote_not_found: "remote_not_found";
7757
+ remote_validation_failed: "remote_validation_failed";
7758
+ daily_limit_reached: "daily_limit_reached";
7759
+ process_failed: "process_failed";
7760
+ }>;
7761
+ blocking: z.ZodBoolean;
7762
+ retriable: z.ZodBoolean;
7763
+ retryAfterAt: z.ZodNullable<z.ZodString>;
7764
+ message: z.ZodNullable<z.ZodString>;
7765
+ httpStatus: z.ZodNullable<z.ZodCoercedNumber<unknown>>;
7766
+ providerCode: z.ZodNullable<z.ZodString>;
7767
+ providerRequestId: z.ZodNullable<z.ZodString>;
7768
+ context: z.ZodRecord<z.ZodString, z.ZodUnknown>;
7769
+ occurrences: z.ZodCoercedNumber<unknown>;
7770
+ firstSeenAt: z.ZodString;
7771
+ lastSeenAt: z.ZodString;
7772
+ resolvedAt: z.ZodNullable<z.ZodString>;
7773
+ blocksAutomation: z.ZodBoolean;
7774
+ }, z.core.$strip>;
7775
+ readonly paginationDefaultEnabled = false;
7776
+ private readonly integrationId;
7777
+ constructor(integrationId: string, options?: {
7778
+ query?: GetIntegrationIssuesQueryParams;
7779
+ });
7780
+ getPath(): string;
7781
+ }
7782
+
7244
7783
  declare const getIntegrationsQuerySchema: z.ZodObject<{
7245
7784
  status: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
7246
7785
  pending: "pending";
@@ -7297,6 +7836,7 @@ declare const getIntegrationsResponseSchema: z.ZodObject<{
7297
7836
  id: z.ZodString;
7298
7837
  connectionId: z.ZodNullable<z.ZodString>;
7299
7838
  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>>;
7839
+ errors: z.ZodArray<z.ZodString>;
7300
7840
  service: z.ZodEnum<{
7301
7841
  kitchen: "kitchen";
7302
7842
  }>;
@@ -7564,6 +8104,7 @@ declare class GetIntegrations extends AbstractApiRequest<typeof getIntegrationsI
7564
8104
  id: z.ZodString;
7565
8105
  connectionId: z.ZodNullable<z.ZodString>;
7566
8106
  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>>;
8107
+ errors: z.ZodArray<z.ZodString>;
7567
8108
  service: z.ZodEnum<{
7568
8109
  kitchen: "kitchen";
7569
8110
  }>;
@@ -7862,6 +8403,7 @@ declare class GetIntegrations extends AbstractApiRequest<typeof getIntegrationsI
7862
8403
  id: z.ZodString;
7863
8404
  connectionId: z.ZodNullable<z.ZodString>;
7864
8405
  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>>;
8406
+ errors: z.ZodArray<z.ZodString>;
7865
8407
  service: z.ZodEnum<{
7866
8408
  kitchen: "kitchen";
7867
8409
  }>;
@@ -8160,6 +8702,7 @@ declare const getIntegrationsFromPointOfSaleResponseSchema: z.ZodArray<z.ZodDisc
8160
8702
  id: z.ZodString;
8161
8703
  connectionId: z.ZodNullable<z.ZodString>;
8162
8704
  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>>;
8705
+ errors: z.ZodArray<z.ZodString>;
8163
8706
  service: z.ZodEnum<{
8164
8707
  kitchen: "kitchen";
8165
8708
  }>;
@@ -8417,6 +8960,7 @@ declare class GetIntegrationsFromPointOfSale extends AbstractApiRequest<typeof g
8417
8960
  id: z.ZodString;
8418
8961
  connectionId: z.ZodNullable<z.ZodString>;
8419
8962
  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>>;
8963
+ errors: z.ZodArray<z.ZodString>;
8420
8964
  service: z.ZodEnum<{
8421
8965
  kitchen: "kitchen";
8422
8966
  }>;
@@ -8706,6 +9250,7 @@ declare class GetIntegrationsFromPointOfSale extends AbstractApiRequest<typeof g
8706
9250
  id: z.ZodString;
8707
9251
  connectionId: z.ZodNullable<z.ZodString>;
8708
9252
  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>>;
9253
+ errors: z.ZodArray<z.ZodString>;
8709
9254
  service: z.ZodEnum<{
8710
9255
  kitchen: "kitchen";
8711
9256
  }>;
@@ -9122,6 +9667,7 @@ declare const integrationCassaInCloudDetailsSchema: z.ZodObject<{
9122
9667
  }>>;
9123
9668
  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
9669
  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>>;
9670
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
9125
9671
  }, z.core.$strip>;
9126
9672
  type IntegrationCassaInCloudDetails = z.infer<typeof integrationCassaInCloudDetailsSchema>;
9127
9673
  declare const integrationsCassaInCloudQuerySchema: z.ZodObject<{
@@ -10342,6 +10888,7 @@ declare const integrationDeliverooDetailsSchema: z.ZodObject<{
10342
10888
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
10343
10889
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
10344
10890
  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>>;
10891
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
10345
10892
  }, z.core.$strip>;
10346
10893
  type IntegrationDeliverooDetails = z.infer<typeof integrationDeliverooDetailsSchema>;
10347
10894
  declare const integrationDeliverooEditableFieldsSchema: z.ZodObject<{
@@ -10726,6 +11273,7 @@ declare const integrationEcommerceDetailsSchema: z.ZodObject<{
10726
11273
  }>;
10727
11274
  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
11275
  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>>;
11276
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
10729
11277
  }, z.core.$strip>;
10730
11278
  type IntegrationEcommerceDetails = z.infer<typeof integrationEcommerceDetailsSchema>;
10731
11279
  declare const integrationEcommerceEditableFieldsSchema: z.ZodObject<{
@@ -11453,6 +12001,7 @@ declare const integrationGlovoDetailsSchema: z.ZodObject<{
11453
12001
  }>;
11454
12002
  dailyMenuUpdatesLeft: z.ZodNumber;
11455
12003
  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>>;
12004
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
11456
12005
  }, z.core.$strip>;
11457
12006
  type IntegrationGlovoDetails = z.infer<typeof integrationGlovoDetailsSchema>;
11458
12007
  declare const integrationGlovoEditableFieldsSchema: z.ZodObject<{
@@ -11949,6 +12498,7 @@ declare const integrationJustEatDetailsSchema: z.ZodObject<{
11949
12498
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
11950
12499
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
11951
12500
  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>>;
12501
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
11952
12502
  }, z.core.$strip>;
11953
12503
  type IntegrationJustEatDetails = z.infer<typeof integrationJustEatDetailsSchema>;
11954
12504
  declare const integrationJustEatEditableFieldsSchema: z.ZodObject<{
@@ -12206,6 +12756,7 @@ declare const integrationKitchenSchema: z.ZodObject<{
12206
12756
  id: z.ZodString;
12207
12757
  connectionId: z.ZodNullable<z.ZodString>;
12208
12758
  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>>;
12759
+ errors: z.ZodArray<z.ZodString>;
12209
12760
  service: z.ZodEnum<{
12210
12761
  kitchen: "kitchen";
12211
12762
  }>;
@@ -12229,6 +12780,7 @@ declare const integrationKitchenDetailsSchema: z.ZodObject<{
12229
12780
  id: z.ZodString;
12230
12781
  connectionId: z.ZodNullable<z.ZodString>;
12231
12782
  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>>;
12783
+ errors: z.ZodArray<z.ZodString>;
12232
12784
  service: z.ZodEnum<{
12233
12785
  kitchen: "kitchen";
12234
12786
  }>;
@@ -12236,6 +12788,7 @@ declare const integrationKitchenDetailsSchema: z.ZodObject<{
12236
12788
  column: "column";
12237
12789
  }>;
12238
12790
  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>>;
12791
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
12239
12792
  }, z.core.$strip>;
12240
12793
  type IntegrationKitchenDetails = z.infer<typeof integrationKitchenDetailsSchema>;
12241
12794
  declare const integrationKitchenEditableFieldsSchema: z.ZodObject<{
@@ -12404,6 +12957,7 @@ declare const createIntegrationCassaInCloudResponseSchema: z.ZodObject<{
12404
12957
  }>>;
12405
12958
  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
12959
  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>>;
12960
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
12407
12961
  }, z.core.$strip>;
12408
12962
  type CreateIntegrationCassaInCloudResponse = IntegrationCassaInCloudDetails;
12409
12963
  declare class CreateIntegrationCassaInCloud extends AbstractApiRequest<typeof createIntegrationCassaInCloudInputSchema, typeof createIntegrationCassaInCloudResponseSchema> {
@@ -12519,6 +13073,7 @@ declare class CreateIntegrationCassaInCloud extends AbstractApiRequest<typeof cr
12519
13073
  }>>;
12520
13074
  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
13075
  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>>;
13076
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
12522
13077
  }, z.core.$strip>;
12523
13078
  readonly querySchema: undefined;
12524
13079
  readonly headersSchema: undefined;
@@ -12632,152 +13187,6 @@ declare class GetIntegrationCassaInCloudCategoryMappings extends AbstractApiRequ
12632
13187
  getPath(): string;
12633
13188
  }
12634
13189
 
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
13190
  declare const getIntegrationCassaInCloudClientLogRequestDetailsInputSchema: z.ZodUndefined;
12782
13191
  type GetIntegrationCassaInCloudClientLogRequestDetailsInput = z.infer<typeof getIntegrationCassaInCloudClientLogRequestDetailsInputSchema>;
12783
13192
  declare const getIntegrationCassaInCloudClientLogRequestDetailsResponseSchema: z.ZodObject<{
@@ -13310,6 +13719,7 @@ declare const getIntegrationCassaInCloudDetailsResponseSchema: z.ZodObject<{
13310
13719
  }>>;
13311
13720
  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
13721
  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>>;
13722
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
13313
13723
  }, z.core.$strip>;
13314
13724
  type GetIntegrationCassaInCloudDetailsResponse = IntegrationCassaInCloudDetails;
13315
13725
  declare class GetIntegrationCassaInCloudDetails extends AbstractApiRequest<typeof getIntegrationCassaInCloudDetailsInputSchema, typeof getIntegrationCassaInCloudDetailsResponseSchema> {
@@ -13385,6 +13795,7 @@ declare class GetIntegrationCassaInCloudDetails extends AbstractApiRequest<typeo
13385
13795
  }>>;
13386
13796
  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
13797
  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>>;
13798
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
13388
13799
  }, z.core.$strip>;
13389
13800
  readonly querySchema: undefined;
13390
13801
  readonly headersSchema: undefined;
@@ -17232,6 +17643,7 @@ declare const updateIntegrationCassaInCloudResponseSchema: z.ZodObject<{
17232
17643
  }>>;
17233
17644
  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
17645
  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>>;
17646
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
17235
17647
  }, z.core.$strip>;
17236
17648
  type UpdateIntegrationCassaInCloudResponse = z.infer<typeof updateIntegrationCassaInCloudResponseSchema>;
17237
17649
  declare class UpdateIntegrationCassaInCloud extends AbstractApiRequest<typeof updateIntegrationCassaInCloudInputSchema, typeof updateIntegrationCassaInCloudResponseSchema> {
@@ -17346,6 +17758,7 @@ declare class UpdateIntegrationCassaInCloud extends AbstractApiRequest<typeof up
17346
17758
  }>>;
17347
17759
  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
17760
  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>>;
17761
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
17349
17762
  }, z.core.$strip>;
17350
17763
  readonly querySchema: undefined;
17351
17764
  readonly headersSchema: undefined;
@@ -17416,6 +17829,7 @@ declare const createIntegrationDeliverooResponseSchema: z.ZodObject<{
17416
17829
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
17417
17830
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
17418
17831
  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>>;
17832
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
17419
17833
  }, z.core.$strip>;
17420
17834
  type CreateIntegrationDeliverooResponse = z.infer<typeof createIntegrationDeliverooResponseSchema>;
17421
17835
  declare class CreateIntegrationDeliveroo extends AbstractApiRequest<typeof createIntegrationDeliverooInputSchema, typeof createIntegrationDeliverooResponseSchema> {
@@ -17483,6 +17897,7 @@ declare class CreateIntegrationDeliveroo extends AbstractApiRequest<typeof creat
17483
17897
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
17484
17898
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
17485
17899
  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>>;
17900
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
17486
17901
  }, z.core.$strip>;
17487
17902
  readonly querySchema: undefined;
17488
17903
  readonly headersSchema: undefined;
@@ -17838,6 +18253,7 @@ declare const getIntegrationDeliverooDetailsResponseSchema: z.ZodObject<{
17838
18253
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
17839
18254
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
17840
18255
  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>>;
18256
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
17841
18257
  }, z.core.$strip>;
17842
18258
  type GetIntegrationDeliverooDetailsResponse = IntegrationDeliverooDetails;
17843
18259
  declare class GetIntegrationDeliverooDetails extends AbstractApiRequest<typeof getIntegrationDeliverooDetailsInputSchema, typeof getIntegrationDeliverooDetailsResponseSchema> {
@@ -17888,6 +18304,7 @@ declare class GetIntegrationDeliverooDetails extends AbstractApiRequest<typeof g
17888
18304
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
17889
18305
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
17890
18306
  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>>;
18307
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
17891
18308
  }, z.core.$strip>;
17892
18309
  readonly querySchema: undefined;
17893
18310
  readonly headersSchema: undefined;
@@ -19104,6 +19521,7 @@ declare const updateIntegrationDeliverooResponseSchema: z.ZodObject<{
19104
19521
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
19105
19522
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
19106
19523
  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>>;
19524
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
19107
19525
  }, z.core.$strip>;
19108
19526
  type UpdateIntegrationDeliverooResponse = IntegrationDeliverooDetails;
19109
19527
  declare class UpdateIntegrationDeliveroo extends AbstractApiRequest<typeof updateIntegrationDeliverooInputSchema, typeof updateIntegrationDeliverooResponseSchema> {
@@ -19170,6 +19588,7 @@ declare class UpdateIntegrationDeliveroo extends AbstractApiRequest<typeof updat
19170
19588
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
19171
19589
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
19172
19590
  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>>;
19591
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
19173
19592
  }, z.core.$strip>;
19174
19593
  readonly querySchema: undefined;
19175
19594
  readonly headersSchema: undefined;
@@ -19247,6 +19666,7 @@ declare const createIntegrationEcommerceResponseSchema: z.ZodObject<{
19247
19666
  }>;
19248
19667
  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
19668
  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>>;
19669
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
19250
19670
  }, z.core.$strip>;
19251
19671
  type CreateIntegrationEcommerceResponse = z.infer<typeof createIntegrationEcommerceResponseSchema>;
19252
19672
  declare class CreateIntegrationEcommerce extends AbstractApiRequest<typeof createIntegrationEcommerceInputSchema, typeof createIntegrationEcommerceResponseSchema> {
@@ -19294,6 +19714,7 @@ declare class CreateIntegrationEcommerce extends AbstractApiRequest<typeof creat
19294
19714
  }>;
19295
19715
  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
19716
  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>>;
19717
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
19297
19718
  }, z.core.$strip>;
19298
19719
  readonly querySchema: undefined;
19299
19720
  readonly headersSchema: undefined;
@@ -19347,6 +19768,7 @@ declare const getIntegrationEcommerceDetailsResponseSchema: z.ZodObject<{
19347
19768
  }>;
19348
19769
  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
19770
  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>>;
19771
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
19350
19772
  }, z.core.$strip>;
19351
19773
  type GetIntegrationEcommerceDetailsResponse = z.infer<typeof getIntegrationEcommerceDetailsResponseSchema>;
19352
19774
  declare class GetIntegrationEcommerceDetails extends AbstractApiRequest<typeof getIntegrationEcommerceDetailsInputSchema, typeof getIntegrationEcommerceDetailsResponseSchema> {
@@ -19381,6 +19803,7 @@ declare class GetIntegrationEcommerceDetails extends AbstractApiRequest<typeof g
19381
19803
  }>;
19382
19804
  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
19805
  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>>;
19806
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
19384
19807
  }, z.core.$strip>;
19385
19808
  readonly querySchema: undefined;
19386
19809
  readonly headersSchema: undefined;
@@ -20058,6 +20481,7 @@ declare const updateIntegrationEcommerceResponseSchema: z.ZodObject<{
20058
20481
  }>;
20059
20482
  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
20483
  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>>;
20484
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
20061
20485
  }, z.core.$strip>;
20062
20486
  type UpdateIntegrationEcommerceResponse = IntegrationEcommerceDetails;
20063
20487
  declare class UpdateIntegrationEcommerce extends AbstractApiRequest<typeof updateIntegrationEcommerceInputSchema, typeof updateIntegrationEcommerceResponseSchema> {
@@ -20104,6 +20528,7 @@ declare class UpdateIntegrationEcommerce extends AbstractApiRequest<typeof updat
20104
20528
  }>;
20105
20529
  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
20530
  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>>;
20531
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
20107
20532
  }, z.core.$strip>;
20108
20533
  readonly querySchema: undefined;
20109
20534
  readonly headersSchema: undefined;
@@ -20181,6 +20606,7 @@ declare const createIntegrationGlovoResponseSchema: z.ZodObject<{
20181
20606
  }>;
20182
20607
  dailyMenuUpdatesLeft: z.ZodNumber;
20183
20608
  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>>;
20609
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
20184
20610
  }, z.core.$strip>;
20185
20611
  type CreateIntegrationGlovoResponse = z.infer<typeof createIntegrationGlovoResponseSchema>;
20186
20612
  declare class CreateIntegrationGlovo extends AbstractApiRequest<typeof createIntegrationGlovoInputSchema, typeof createIntegrationGlovoResponseSchema> {
@@ -20255,6 +20681,7 @@ declare class CreateIntegrationGlovo extends AbstractApiRequest<typeof createInt
20255
20681
  }>;
20256
20682
  dailyMenuUpdatesLeft: z.ZodNumber;
20257
20683
  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>>;
20684
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
20258
20685
  }, z.core.$strip>;
20259
20686
  readonly querySchema: undefined;
20260
20687
  readonly headersSchema: undefined;
@@ -20741,6 +21168,7 @@ declare const getIntegrationGlovoDetailsResponseSchema: z.ZodObject<{
20741
21168
  }>;
20742
21169
  dailyMenuUpdatesLeft: z.ZodNumber;
20743
21170
  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>>;
21171
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
20744
21172
  }, z.core.$strip>;
20745
21173
  type GetIntegrationGlovoDetailsResponse = IntegrationGlovoDetails;
20746
21174
  declare class GetIntegrationGlovoDetails extends AbstractApiRequest<typeof getIntegrationGlovoDetailsInputSchema, typeof getIntegrationGlovoDetailsResponseSchema> {
@@ -20800,6 +21228,7 @@ declare class GetIntegrationGlovoDetails extends AbstractApiRequest<typeof getIn
20800
21228
  }>;
20801
21229
  dailyMenuUpdatesLeft: z.ZodNumber;
20802
21230
  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>>;
21231
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
20803
21232
  }, z.core.$strip>;
20804
21233
  readonly querySchema: undefined;
20805
21234
  readonly headersSchema: undefined;
@@ -22232,6 +22661,7 @@ declare const updateIntegrationGlovoResponseSchema: z.ZodObject<{
22232
22661
  }>;
22233
22662
  dailyMenuUpdatesLeft: z.ZodNumber;
22234
22663
  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>>;
22664
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
22235
22665
  }, z.core.$strip>;
22236
22666
  type UpdateIntegrationGlovoResponse = IntegrationGlovoDetails;
22237
22667
  declare class UpdateIntegrationGlovo extends AbstractApiRequest<typeof updateIntegrationGlovoInputSchema, typeof updateIntegrationGlovoResponseSchema> {
@@ -22305,6 +22735,7 @@ declare class UpdateIntegrationGlovo extends AbstractApiRequest<typeof updateInt
22305
22735
  }>;
22306
22736
  dailyMenuUpdatesLeft: z.ZodNumber;
22307
22737
  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>>;
22738
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
22308
22739
  }, z.core.$strip>;
22309
22740
  readonly querySchema: undefined;
22310
22741
  readonly headersSchema: undefined;
@@ -22410,6 +22841,7 @@ declare const createIntegrationJustEatResponseSchema: z.ZodObject<{
22410
22841
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
22411
22842
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
22412
22843
  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>>;
22844
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
22413
22845
  }, z.core.$strip>;
22414
22846
  type CreateIntegrationJustEatResponse = z.infer<typeof createIntegrationJustEatResponseSchema>;
22415
22847
  declare class CreateIntegrationJustEat extends AbstractApiRequest<typeof createIntegrationJustEatInputSchema, typeof createIntegrationJustEatResponseSchema> {
@@ -22485,6 +22917,7 @@ declare class CreateIntegrationJustEat extends AbstractApiRequest<typeof createI
22485
22917
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
22486
22918
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
22487
22919
  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>>;
22920
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
22488
22921
  }, z.core.$strip>;
22489
22922
  readonly querySchema: undefined;
22490
22923
  readonly headersSchema: undefined;
@@ -22747,6 +23180,7 @@ declare const getIntegrationJustEatDetailsResponseSchema: z.ZodObject<{
22747
23180
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
22748
23181
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
22749
23182
  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>>;
23183
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
22750
23184
  }, z.core.$strip>;
22751
23185
  type GetIntegrationJustEatDetailsResponse = IntegrationJustEatDetails;
22752
23186
  declare class GetIntegrationJustEatDetails extends AbstractApiRequest<typeof getIntegrationJustEatDetailsInputSchema, typeof getIntegrationJustEatDetailsResponseSchema> {
@@ -22801,6 +23235,7 @@ declare class GetIntegrationJustEatDetails extends AbstractApiRequest<typeof get
22801
23235
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
22802
23236
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
22803
23237
  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>>;
23238
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
22804
23239
  }, z.core.$strip>;
22805
23240
  readonly querySchema: undefined;
22806
23241
  readonly headersSchema: undefined;
@@ -23382,6 +23817,23 @@ declare const integrationDeliveryErrorSchema: z.ZodEnum<{
23382
23817
  invalid_menu: "invalid_menu";
23383
23818
  }>;
23384
23819
  type IntegrationDeliveryError = z.infer<typeof integrationDeliveryErrorSchema>;
23820
+ declare const integrationIssueScopes: readonly ["menu_sync", "store_status"];
23821
+ declare const integrationIssueScopeSchema: z.ZodEnum<{
23822
+ menu_sync: "menu_sync";
23823
+ store_status: "store_status";
23824
+ }>;
23825
+ type IntegrationIssueScope = z.infer<typeof integrationIssueScopeSchema>;
23826
+ declare const integrationIssueCodes: readonly ["unauthorized", "forbidden", "remote_not_found", "invalid_menu", "remote_validation_failed", "daily_limit_reached", "process_failed"];
23827
+ declare const integrationIssueCodeSchema: z.ZodEnum<{
23828
+ invalid_menu: "invalid_menu";
23829
+ unauthorized: "unauthorized";
23830
+ forbidden: "forbidden";
23831
+ remote_not_found: "remote_not_found";
23832
+ remote_validation_failed: "remote_validation_failed";
23833
+ daily_limit_reached: "daily_limit_reached";
23834
+ process_failed: "process_failed";
23835
+ }>;
23836
+ type IntegrationIssueCode = z.infer<typeof integrationIssueCodeSchema>;
23385
23837
  declare const integrationDeliverooWebhookEventTypes: readonly ["order.new", "order.status_update", "rider.status_update", "menu.upload_result"];
23386
23838
  declare const integrationDeliverooWebhookEventTypeSchema: z.ZodEnum<{
23387
23839
  "order.new": "order.new";
@@ -23579,6 +24031,8 @@ declare const integrationIriSchema: z.ZodType<_deliverart_sdk_js_global_types.Ir
23579
24031
  type IntegrationPath = z.infer<typeof integrationIriSchema>;
23580
24032
  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
24033
  type IntegrationNullablePath = z.infer<typeof integrationNullableIriSchema>;
24034
+ 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>>;
24035
+ type IntegrationIssueIri = z.infer<typeof integrationIssueIriSchema>;
23582
24036
  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
24037
  type IntegrationDeliverooOrderIri = z.infer<typeof integrationDeliverooOrderIriSchema>;
23584
24038
  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 +24886,7 @@ declare const updateIntegrationJustEatResponseSchema: z.ZodObject<{
24432
24886
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
24433
24887
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
24434
24888
  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>>;
24889
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
24435
24890
  }, z.core.$strip>;
24436
24891
  type UpdateIntegrationJustEatResponse = IntegrationJustEatDetails;
24437
24892
  declare class UpdateIntegrationJustEat extends AbstractApiRequest<typeof updateIntegrationJustEatInputSchema, typeof updateIntegrationJustEatResponseSchema> {
@@ -24506,6 +24961,7 @@ declare class UpdateIntegrationJustEat extends AbstractApiRequest<typeof updateI
24506
24961
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
24507
24962
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
24508
24963
  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>>;
24964
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
24509
24965
  }, z.core.$strip>;
24510
24966
  readonly querySchema: undefined;
24511
24967
  readonly headersSchema: undefined;
@@ -24567,6 +25023,7 @@ declare const createIntegrationKitchenResponseSchema: z.ZodObject<{
24567
25023
  id: z.ZodString;
24568
25024
  connectionId: z.ZodNullable<z.ZodString>;
24569
25025
  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>>;
25026
+ errors: z.ZodArray<z.ZodString>;
24570
25027
  service: z.ZodEnum<{
24571
25028
  kitchen: "kitchen";
24572
25029
  }>;
@@ -24574,6 +25031,7 @@ declare const createIntegrationKitchenResponseSchema: z.ZodObject<{
24574
25031
  column: "column";
24575
25032
  }>;
24576
25033
  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>>;
25034
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
24577
25035
  }, z.core.$strip>;
24578
25036
  type CreateIntegrationKitchenResponse = z.infer<typeof createIntegrationKitchenResponseSchema>;
24579
25037
  declare class CreateIntegrationKitchen extends AbstractApiRequest<typeof createIntegrationKitchenInputSchema, typeof createIntegrationKitchenResponseSchema> {
@@ -24605,6 +25063,7 @@ declare class CreateIntegrationKitchen extends AbstractApiRequest<typeof createI
24605
25063
  id: z.ZodString;
24606
25064
  connectionId: z.ZodNullable<z.ZodString>;
24607
25065
  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>>;
25066
+ errors: z.ZodArray<z.ZodString>;
24608
25067
  service: z.ZodEnum<{
24609
25068
  kitchen: "kitchen";
24610
25069
  }>;
@@ -24612,6 +25071,7 @@ declare class CreateIntegrationKitchen extends AbstractApiRequest<typeof createI
24612
25071
  column: "column";
24613
25072
  }>;
24614
25073
  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>>;
25074
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
24615
25075
  }, z.core.$strip>;
24616
25076
  readonly querySchema: undefined;
24617
25077
  readonly headersSchema: undefined;
@@ -24799,6 +25259,7 @@ declare const getIntegrationKitchenDetailsResponseSchema: z.ZodObject<{
24799
25259
  id: z.ZodString;
24800
25260
  connectionId: z.ZodNullable<z.ZodString>;
24801
25261
  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>>;
25262
+ errors: z.ZodArray<z.ZodString>;
24802
25263
  service: z.ZodEnum<{
24803
25264
  kitchen: "kitchen";
24804
25265
  }>;
@@ -24806,6 +25267,7 @@ declare const getIntegrationKitchenDetailsResponseSchema: z.ZodObject<{
24806
25267
  column: "column";
24807
25268
  }>;
24808
25269
  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>>;
25270
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
24809
25271
  }, z.core.$strip>;
24810
25272
  type GetIntegrationKitchenDetailsResponse = IntegrationKitchenDetails;
24811
25273
  declare class GetIntegrationKitchenDetails extends AbstractApiRequest<typeof getIntegrationKitchenDetailsInputSchema, typeof getIntegrationKitchenDetailsResponseSchema> {
@@ -24828,6 +25290,7 @@ declare class GetIntegrationKitchenDetails extends AbstractApiRequest<typeof get
24828
25290
  id: z.ZodString;
24829
25291
  connectionId: z.ZodNullable<z.ZodString>;
24830
25292
  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>>;
25293
+ errors: z.ZodArray<z.ZodString>;
24831
25294
  service: z.ZodEnum<{
24832
25295
  kitchen: "kitchen";
24833
25296
  }>;
@@ -24835,6 +25298,7 @@ declare class GetIntegrationKitchenDetails extends AbstractApiRequest<typeof get
24835
25298
  column: "column";
24836
25299
  }>;
24837
25300
  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>>;
25301
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
24838
25302
  }, z.core.$strip>;
24839
25303
  readonly querySchema: undefined;
24840
25304
  readonly headersSchema: undefined;
@@ -24879,6 +25343,7 @@ declare const getIntegrationKitchenListResponseSchema: z.ZodObject<{
24879
25343
  id: z.ZodString;
24880
25344
  connectionId: z.ZodNullable<z.ZodString>;
24881
25345
  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>>;
25346
+ errors: z.ZodArray<z.ZodString>;
24882
25347
  service: z.ZodEnum<{
24883
25348
  kitchen: "kitchen";
24884
25349
  }>;
@@ -24918,6 +25383,7 @@ declare class GetIntegrationKitchenList extends AbstractApiRequest<typeof getInt
24918
25383
  id: z.ZodString;
24919
25384
  connectionId: z.ZodNullable<z.ZodString>;
24920
25385
  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>>;
25386
+ errors: z.ZodArray<z.ZodString>;
24921
25387
  service: z.ZodEnum<{
24922
25388
  kitchen: "kitchen";
24923
25389
  }>;
@@ -24969,6 +25435,7 @@ declare class GetIntegrationKitchenList extends AbstractApiRequest<typeof getInt
24969
25435
  id: z.ZodString;
24970
25436
  connectionId: z.ZodNullable<z.ZodString>;
24971
25437
  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>>;
25438
+ errors: z.ZodArray<z.ZodString>;
24972
25439
  service: z.ZodEnum<{
24973
25440
  kitchen: "kitchen";
24974
25441
  }>;
@@ -25008,6 +25475,7 @@ declare const updateIntegrationKitchenResponseSchema: z.ZodObject<{
25008
25475
  id: z.ZodString;
25009
25476
  connectionId: z.ZodNullable<z.ZodString>;
25010
25477
  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>>;
25478
+ errors: z.ZodArray<z.ZodString>;
25011
25479
  service: z.ZodEnum<{
25012
25480
  kitchen: "kitchen";
25013
25481
  }>;
@@ -25015,6 +25483,7 @@ declare const updateIntegrationKitchenResponseSchema: z.ZodObject<{
25015
25483
  column: "column";
25016
25484
  }>;
25017
25485
  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>>;
25486
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
25018
25487
  }, z.core.$strip>;
25019
25488
  type UpdateIntegrationKitchenResponse = IntegrationKitchenDetails;
25020
25489
  declare class UpdateIntegrationKitchen extends AbstractApiRequest<typeof updateIntegrationKitchenInputSchema, typeof updateIntegrationKitchenResponseSchema> {
@@ -25045,6 +25514,7 @@ declare class UpdateIntegrationKitchen extends AbstractApiRequest<typeof updateI
25045
25514
  id: z.ZodString;
25046
25515
  connectionId: z.ZodNullable<z.ZodString>;
25047
25516
  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>>;
25517
+ errors: z.ZodArray<z.ZodString>;
25048
25518
  service: z.ZodEnum<{
25049
25519
  kitchen: "kitchen";
25050
25520
  }>;
@@ -25052,6 +25522,7 @@ declare class UpdateIntegrationKitchen extends AbstractApiRequest<typeof updateI
25052
25522
  column: "column";
25053
25523
  }>;
25054
25524
  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>>;
25525
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
25055
25526
  }, z.core.$strip>;
25056
25527
  readonly querySchema: undefined;
25057
25528
  readonly headersSchema: undefined;
@@ -25087,6 +25558,7 @@ declare const updateIntegrationResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObj
25087
25558
  id: z.ZodString;
25088
25559
  connectionId: z.ZodNullable<z.ZodString>;
25089
25560
  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>>;
25561
+ errors: z.ZodArray<z.ZodString>;
25090
25562
  service: z.ZodEnum<{
25091
25563
  kitchen: "kitchen";
25092
25564
  }>;
@@ -25094,6 +25566,7 @@ declare const updateIntegrationResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObj
25094
25566
  column: "column";
25095
25567
  }>;
25096
25568
  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>>;
25569
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
25097
25570
  }, z.core.$strip>, z.ZodObject<{
25098
25571
  status: z.ZodEnum<{
25099
25572
  pending: "pending";
@@ -25141,6 +25614,7 @@ declare const updateIntegrationResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObj
25141
25614
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
25142
25615
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
25143
25616
  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>>;
25617
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
25144
25618
  }, z.core.$strip>, z.ZodObject<{
25145
25619
  status: z.ZodEnum<{
25146
25620
  pending: "pending";
@@ -25184,6 +25658,7 @@ declare const updateIntegrationResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObj
25184
25658
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
25185
25659
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
25186
25660
  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>>;
25661
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
25187
25662
  }, z.core.$strip>, z.ZodObject<{
25188
25663
  status: z.ZodEnum<{
25189
25664
  pending: "pending";
@@ -25236,6 +25711,7 @@ declare const updateIntegrationResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObj
25236
25711
  }>;
25237
25712
  dailyMenuUpdatesLeft: z.ZodNumber;
25238
25713
  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>>;
25714
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
25239
25715
  }, z.core.$strip>, z.ZodObject<{
25240
25716
  status: z.ZodEnum<{
25241
25717
  pending: "pending";
@@ -25304,6 +25780,7 @@ declare const updateIntegrationResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObj
25304
25780
  }>>;
25305
25781
  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
25782
  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>>;
25783
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
25307
25784
  }, z.core.$strip>, z.ZodObject<{
25308
25785
  status: z.ZodEnum<{
25309
25786
  pending: "pending";
@@ -25331,6 +25808,7 @@ declare const updateIntegrationResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObj
25331
25808
  }>;
25332
25809
  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
25810
  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>>;
25811
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
25334
25812
  }, z.core.$strip>], "service">;
25335
25813
  type UpdateIntegrationResponse = IntegrationDetails;
25336
25814
  declare class UpdateIntegration extends AbstractApiRequest<typeof updateIntegrationInputSchema, typeof updateIntegrationResponseSchema> {
@@ -25363,6 +25841,7 @@ declare class UpdateIntegration extends AbstractApiRequest<typeof updateIntegrat
25363
25841
  id: z.ZodString;
25364
25842
  connectionId: z.ZodNullable<z.ZodString>;
25365
25843
  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>>;
25844
+ errors: z.ZodArray<z.ZodString>;
25366
25845
  service: z.ZodEnum<{
25367
25846
  kitchen: "kitchen";
25368
25847
  }>;
@@ -25370,6 +25849,7 @@ declare class UpdateIntegration extends AbstractApiRequest<typeof updateIntegrat
25370
25849
  column: "column";
25371
25850
  }>;
25372
25851
  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>>;
25852
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
25373
25853
  }, z.core.$strip>, z.ZodObject<{
25374
25854
  status: z.ZodEnum<{
25375
25855
  pending: "pending";
@@ -25417,6 +25897,7 @@ declare class UpdateIntegration extends AbstractApiRequest<typeof updateIntegrat
25417
25897
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
25418
25898
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
25419
25899
  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>>;
25900
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
25420
25901
  }, z.core.$strip>, z.ZodObject<{
25421
25902
  status: z.ZodEnum<{
25422
25903
  pending: "pending";
@@ -25460,6 +25941,7 @@ declare class UpdateIntegration extends AbstractApiRequest<typeof updateIntegrat
25460
25941
  nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
25461
25942
  currentMenuVersionSyncAttempts: z.ZodCoercedNumber<unknown>;
25462
25943
  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>>;
25944
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
25463
25945
  }, z.core.$strip>, z.ZodObject<{
25464
25946
  status: z.ZodEnum<{
25465
25947
  pending: "pending";
@@ -25512,6 +25994,7 @@ declare class UpdateIntegration extends AbstractApiRequest<typeof updateIntegrat
25512
25994
  }>;
25513
25995
  dailyMenuUpdatesLeft: z.ZodNumber;
25514
25996
  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>>;
25997
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
25515
25998
  }, z.core.$strip>, z.ZodObject<{
25516
25999
  status: z.ZodEnum<{
25517
26000
  pending: "pending";
@@ -25580,6 +26063,7 @@ declare class UpdateIntegration extends AbstractApiRequest<typeof updateIntegrat
25580
26063
  }>>;
25581
26064
  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
26065
  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>>;
26066
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
25583
26067
  }, z.core.$strip>, z.ZodObject<{
25584
26068
  status: z.ZodEnum<{
25585
26069
  pending: "pending";
@@ -25607,6 +26091,7 @@ declare class UpdateIntegration extends AbstractApiRequest<typeof updateIntegrat
25607
26091
  }>;
25608
26092
  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
26093
  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>>;
26094
+ openIssuesCount: z.ZodCoercedNumber<unknown>;
25610
26095
  }, z.core.$strip>], "service">;
25611
26096
  readonly querySchema: undefined;
25612
26097
  readonly headersSchema: undefined;
@@ -25615,4 +26100,4 @@ declare class UpdateIntegration extends AbstractApiRequest<typeof updateIntegrat
25615
26100
  getPath(): string;
25616
26101
  }
25617
26102
 
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 };
26103
+ 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 };