@deliverart/sdk-js-integration 2.14.5 → 2.14.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +515 -289
- package/dist/index.d.cts +712 -26
- package/dist/index.d.ts +712 -26
- package/dist/index.js +495 -293
- package/package.json +10 -10
package/dist/index.cjs
CHANGED
|
@@ -51,6 +51,7 @@ __export(index_exports, {
|
|
|
51
51
|
GetIntegrationCassaInCloudCategoryMappings: () => GetIntegrationCassaInCloudCategoryMappings,
|
|
52
52
|
GetIntegrationCassaInCloudClientLogRequestDetails: () => GetIntegrationCassaInCloudClientLogRequestDetails,
|
|
53
53
|
GetIntegrationCassaInCloudClientLogRequests: () => GetIntegrationCassaInCloudClientLogRequests,
|
|
54
|
+
GetIntegrationCassaInCloudClientLogRequestsFromOrder: () => GetIntegrationCassaInCloudClientLogRequestsFromOrder,
|
|
54
55
|
GetIntegrationCassaInCloudComponentMappingDetails: () => GetIntegrationCassaInCloudComponentMappingDetails,
|
|
55
56
|
GetIntegrationCassaInCloudComponentMappings: () => GetIntegrationCassaInCloudComponentMappings,
|
|
56
57
|
GetIntegrationCassaInCloudCustomerMappingDetails: () => GetIntegrationCassaInCloudCustomerMappingDetails,
|
|
@@ -105,6 +106,7 @@ __export(index_exports, {
|
|
|
105
106
|
GetIntegrationDeliverooBrands: () => GetIntegrationDeliverooBrands,
|
|
106
107
|
GetIntegrationDeliverooClientLogRequestDetails: () => GetIntegrationDeliverooClientLogRequestDetails,
|
|
107
108
|
GetIntegrationDeliverooClientLogRequests: () => GetIntegrationDeliverooClientLogRequests,
|
|
109
|
+
GetIntegrationDeliverooClientLogRequestsFromOrder: () => GetIntegrationDeliverooClientLogRequestsFromOrder,
|
|
108
110
|
GetIntegrationDeliverooDetails: () => GetIntegrationDeliverooDetails,
|
|
109
111
|
GetIntegrationDeliverooGlobalClientLogRequests: () => GetIntegrationDeliverooGlobalClientLogRequests,
|
|
110
112
|
GetIntegrationDeliverooList: () => GetIntegrationDeliverooList,
|
|
@@ -120,6 +122,7 @@ __export(index_exports, {
|
|
|
120
122
|
GetIntegrationDeliverooSyncMenuProcesses: () => GetIntegrationDeliverooSyncMenuProcesses,
|
|
121
123
|
GetIntegrationDeliverooWebhookEventDetails: () => GetIntegrationDeliverooWebhookEventDetails,
|
|
122
124
|
GetIntegrationDeliverooWebhookEvents: () => GetIntegrationDeliverooWebhookEvents,
|
|
125
|
+
GetIntegrationDeliverooWebhookEventsFromOrder: () => GetIntegrationDeliverooWebhookEventsFromOrder,
|
|
123
126
|
GetIntegrationDetails: () => GetIntegrationDetails,
|
|
124
127
|
GetIntegrationEcommerceDetails: () => GetIntegrationEcommerceDetails,
|
|
125
128
|
GetIntegrationEcommerceInfo: () => GetIntegrationEcommerceInfo,
|
|
@@ -128,6 +131,7 @@ __export(index_exports, {
|
|
|
128
131
|
GetIntegrationGlovoBulkUpdates: () => GetIntegrationGlovoBulkUpdates,
|
|
129
132
|
GetIntegrationGlovoClientLogRequestDetails: () => GetIntegrationGlovoClientLogRequestDetails,
|
|
130
133
|
GetIntegrationGlovoClientLogRequests: () => GetIntegrationGlovoClientLogRequests,
|
|
134
|
+
GetIntegrationGlovoClientLogRequestsFromOrder: () => GetIntegrationGlovoClientLogRequestsFromOrder,
|
|
131
135
|
GetIntegrationGlovoDetails: () => GetIntegrationGlovoDetails,
|
|
132
136
|
GetIntegrationGlovoGlobalClientLogRequests: () => GetIntegrationGlovoGlobalClientLogRequests,
|
|
133
137
|
GetIntegrationGlovoList: () => GetIntegrationGlovoList,
|
|
@@ -144,10 +148,12 @@ __export(index_exports, {
|
|
|
144
148
|
GetIntegrationGlovoSyncStatus: () => GetIntegrationGlovoSyncStatus,
|
|
145
149
|
GetIntegrationGlovoWebhookEventDetails: () => GetIntegrationGlovoWebhookEventDetails,
|
|
146
150
|
GetIntegrationGlovoWebhookEvents: () => GetIntegrationGlovoWebhookEvents,
|
|
151
|
+
GetIntegrationGlovoWebhookEventsFromOrder: () => GetIntegrationGlovoWebhookEventsFromOrder,
|
|
147
152
|
GetIntegrationIssueDetails: () => GetIntegrationIssueDetails,
|
|
148
153
|
GetIntegrationIssues: () => GetIntegrationIssues,
|
|
149
154
|
GetIntegrationJustEatClientLogRequestDetails: () => GetIntegrationJustEatClientLogRequestDetails,
|
|
150
155
|
GetIntegrationJustEatClientLogRequests: () => GetIntegrationJustEatClientLogRequests,
|
|
156
|
+
GetIntegrationJustEatClientLogRequestsFromOrder: () => GetIntegrationJustEatClientLogRequestsFromOrder,
|
|
151
157
|
GetIntegrationJustEatDetails: () => GetIntegrationJustEatDetails,
|
|
152
158
|
GetIntegrationJustEatGlobalClientLogRequests: () => GetIntegrationJustEatGlobalClientLogRequests,
|
|
153
159
|
GetIntegrationJustEatList: () => GetIntegrationJustEatList,
|
|
@@ -263,6 +269,9 @@ __export(index_exports, {
|
|
|
263
269
|
getIntegrationCassaInCloudCategoryMappingsResponseSchema: () => getIntegrationCassaInCloudCategoryMappingsResponseSchema,
|
|
264
270
|
getIntegrationCassaInCloudClientLogRequestDetailsInputSchema: () => getIntegrationCassaInCloudClientLogRequestDetailsInputSchema,
|
|
265
271
|
getIntegrationCassaInCloudClientLogRequestDetailsResponseSchema: () => getIntegrationCassaInCloudClientLogRequestDetailsResponseSchema,
|
|
272
|
+
getIntegrationCassaInCloudClientLogRequestsFromOrderInputSchema: () => getIntegrationCassaInCloudClientLogRequestsFromOrderInputSchema,
|
|
273
|
+
getIntegrationCassaInCloudClientLogRequestsFromOrderQuerySchema: () => getIntegrationCassaInCloudClientLogRequestsFromOrderQuerySchema,
|
|
274
|
+
getIntegrationCassaInCloudClientLogRequestsFromOrderResponseSchema: () => getIntegrationCassaInCloudClientLogRequestsFromOrderResponseSchema,
|
|
266
275
|
getIntegrationCassaInCloudClientLogRequestsInputSchema: () => getIntegrationCassaInCloudClientLogRequestsInputSchema,
|
|
267
276
|
getIntegrationCassaInCloudClientLogRequestsQuerySchema: () => getIntegrationCassaInCloudClientLogRequestsQuerySchema,
|
|
268
277
|
getIntegrationCassaInCloudClientLogRequestsResponseSchema: () => getIntegrationCassaInCloudClientLogRequestsResponseSchema,
|
|
@@ -398,6 +407,9 @@ __export(index_exports, {
|
|
|
398
407
|
getIntegrationDeliverooBrandsResponseSchema: () => getIntegrationDeliverooBrandsResponseSchema,
|
|
399
408
|
getIntegrationDeliverooClientLogRequestDetailsInputSchema: () => getIntegrationDeliverooClientLogRequestDetailsInputSchema,
|
|
400
409
|
getIntegrationDeliverooClientLogRequestDetailsResponseSchema: () => getIntegrationDeliverooClientLogRequestDetailsResponseSchema,
|
|
410
|
+
getIntegrationDeliverooClientLogRequestsFromOrderInputSchema: () => getIntegrationDeliverooClientLogRequestsFromOrderInputSchema,
|
|
411
|
+
getIntegrationDeliverooClientLogRequestsFromOrderQuerySchema: () => getIntegrationDeliverooClientLogRequestsFromOrderQuerySchema,
|
|
412
|
+
getIntegrationDeliverooClientLogRequestsFromOrderResponseSchema: () => getIntegrationDeliverooClientLogRequestsFromOrderResponseSchema,
|
|
401
413
|
getIntegrationDeliverooClientLogRequestsInputSchema: () => getIntegrationDeliverooClientLogRequestsInputSchema,
|
|
402
414
|
getIntegrationDeliverooClientLogRequestsQuerySchema: () => getIntegrationDeliverooClientLogRequestsQuerySchema,
|
|
403
415
|
getIntegrationDeliverooClientLogRequestsResponseSchema: () => getIntegrationDeliverooClientLogRequestsResponseSchema,
|
|
@@ -436,6 +448,9 @@ __export(index_exports, {
|
|
|
436
448
|
getIntegrationDeliverooSyncMenuProcessesResponseSchema: () => getIntegrationDeliverooSyncMenuProcessesResponseSchema,
|
|
437
449
|
getIntegrationDeliverooWebhookEventDetailsInputSchema: () => getIntegrationDeliverooWebhookEventDetailsInputSchema,
|
|
438
450
|
getIntegrationDeliverooWebhookEventDetailsResponseSchema: () => getIntegrationDeliverooWebhookEventDetailsResponseSchema,
|
|
451
|
+
getIntegrationDeliverooWebhookEventsFromOrderInputSchema: () => getIntegrationDeliverooWebhookEventsFromOrderInputSchema,
|
|
452
|
+
getIntegrationDeliverooWebhookEventsFromOrderQuerySchema: () => getIntegrationDeliverooWebhookEventsFromOrderQuerySchema,
|
|
453
|
+
getIntegrationDeliverooWebhookEventsFromOrderResponseSchema: () => getIntegrationDeliverooWebhookEventsFromOrderResponseSchema,
|
|
439
454
|
getIntegrationDeliverooWebhookEventsInputSchema: () => getIntegrationDeliverooWebhookEventsInputSchema,
|
|
440
455
|
getIntegrationDeliverooWebhookEventsQuerySchema: () => getIntegrationDeliverooWebhookEventsQuerySchema,
|
|
441
456
|
getIntegrationDeliverooWebhookEventsResponseSchema: () => getIntegrationDeliverooWebhookEventsResponseSchema,
|
|
@@ -455,6 +470,9 @@ __export(index_exports, {
|
|
|
455
470
|
getIntegrationGlovoBulkUpdatesResponseSchema: () => getIntegrationGlovoBulkUpdatesResponseSchema,
|
|
456
471
|
getIntegrationGlovoClientLogRequestDetailsInputSchema: () => getIntegrationGlovoClientLogRequestDetailsInputSchema,
|
|
457
472
|
getIntegrationGlovoClientLogRequestDetailsResponseSchema: () => getIntegrationGlovoClientLogRequestDetailsResponseSchema,
|
|
473
|
+
getIntegrationGlovoClientLogRequestsFromOrderInputSchema: () => getIntegrationGlovoClientLogRequestsFromOrderInputSchema,
|
|
474
|
+
getIntegrationGlovoClientLogRequestsFromOrderQuerySchema: () => getIntegrationGlovoClientLogRequestsFromOrderQuerySchema,
|
|
475
|
+
getIntegrationGlovoClientLogRequestsFromOrderResponseSchema: () => getIntegrationGlovoClientLogRequestsFromOrderResponseSchema,
|
|
458
476
|
getIntegrationGlovoClientLogRequestsInputSchema: () => getIntegrationGlovoClientLogRequestsInputSchema,
|
|
459
477
|
getIntegrationGlovoClientLogRequestsQuerySchema: () => getIntegrationGlovoClientLogRequestsQuerySchema,
|
|
460
478
|
getIntegrationGlovoClientLogRequestsResponseSchema: () => getIntegrationGlovoClientLogRequestsResponseSchema,
|
|
@@ -495,6 +513,9 @@ __export(index_exports, {
|
|
|
495
513
|
getIntegrationGlovoSyncStatusResponseSchema: () => getIntegrationGlovoSyncStatusResponseSchema,
|
|
496
514
|
getIntegrationGlovoWebhookEventDetailsInputSchema: () => getIntegrationGlovoWebhookEventDetailsInputSchema,
|
|
497
515
|
getIntegrationGlovoWebhookEventDetailsResponseSchema: () => getIntegrationGlovoWebhookEventDetailsResponseSchema,
|
|
516
|
+
getIntegrationGlovoWebhookEventsFromOrderInputSchema: () => getIntegrationGlovoWebhookEventsFromOrderInputSchema,
|
|
517
|
+
getIntegrationGlovoWebhookEventsFromOrderQuerySchema: () => getIntegrationGlovoWebhookEventsFromOrderQuerySchema,
|
|
518
|
+
getIntegrationGlovoWebhookEventsFromOrderResponseSchema: () => getIntegrationGlovoWebhookEventsFromOrderResponseSchema,
|
|
498
519
|
getIntegrationGlovoWebhookEventsInputSchema: () => getIntegrationGlovoWebhookEventsInputSchema,
|
|
499
520
|
getIntegrationGlovoWebhookEventsQuerySchema: () => getIntegrationGlovoWebhookEventsQuerySchema,
|
|
500
521
|
getIntegrationGlovoWebhookEventsResponseSchema: () => getIntegrationGlovoWebhookEventsResponseSchema,
|
|
@@ -505,6 +526,9 @@ __export(index_exports, {
|
|
|
505
526
|
getIntegrationIssuesResponseSchema: () => getIntegrationIssuesResponseSchema,
|
|
506
527
|
getIntegrationJustEatClientLogRequestDetailsInputSchema: () => getIntegrationJustEatClientLogRequestDetailsInputSchema,
|
|
507
528
|
getIntegrationJustEatClientLogRequestDetailsResponseSchema: () => getIntegrationJustEatClientLogRequestDetailsResponseSchema,
|
|
529
|
+
getIntegrationJustEatClientLogRequestsFromOrderInputSchema: () => getIntegrationJustEatClientLogRequestsFromOrderInputSchema,
|
|
530
|
+
getIntegrationJustEatClientLogRequestsFromOrderQuerySchema: () => getIntegrationJustEatClientLogRequestsFromOrderQuerySchema,
|
|
531
|
+
getIntegrationJustEatClientLogRequestsFromOrderResponseSchema: () => getIntegrationJustEatClientLogRequestsFromOrderResponseSchema,
|
|
508
532
|
getIntegrationJustEatClientLogRequestsInputSchema: () => getIntegrationJustEatClientLogRequestsInputSchema,
|
|
509
533
|
getIntegrationJustEatClientLogRequestsQuerySchema: () => getIntegrationJustEatClientLogRequestsQuerySchema,
|
|
510
534
|
getIntegrationJustEatClientLogRequestsResponseSchema: () => getIntegrationJustEatClientLogRequestsResponseSchema,
|
|
@@ -15279,6 +15303,7 @@ var integrationAsyncMessageResponseSchema = external_exports.object({
|
|
|
15279
15303
|
});
|
|
15280
15304
|
var clientLogRequestQuerySchema = external_exports.object({
|
|
15281
15305
|
"order[createdAt]": import_sdk_js_global_types5.sortDirSchema.optional(),
|
|
15306
|
+
id: external_exports.union([external_exports.string(), external_exports.array(external_exports.string())]).optional(),
|
|
15282
15307
|
method: external_exports.union([
|
|
15283
15308
|
integrationClientLogRequestMethodSchema,
|
|
15284
15309
|
external_exports.array(integrationClientLogRequestMethodSchema)
|
|
@@ -15950,20 +15975,24 @@ var integrationDeliverooSyncMenuProcessesQuerySchema = external_exports.object({
|
|
|
15950
15975
|
var integrationDeliverooWebhookEventSchema = external_exports.object({
|
|
15951
15976
|
id: external_exports.string(),
|
|
15952
15977
|
event: integrationDeliverooWebhookEventTypeSchema,
|
|
15953
|
-
createdAt: import_sdk_js_global_types7.datetimeSchema
|
|
15978
|
+
createdAt: import_sdk_js_global_types7.datetimeSchema,
|
|
15979
|
+
deliverooOrderId: external_exports.string().nullable()
|
|
15954
15980
|
});
|
|
15955
15981
|
var integrationDeliverooWebhookEventDetailsSchema = integrationDeliverooWebhookEventSchema.extend({
|
|
15956
15982
|
integration: integrationDeliverooIriSchema,
|
|
15983
|
+
order: import_sdk_js_order2.orderNullableIriSchema,
|
|
15957
15984
|
sequenceGuid: external_exports.string(),
|
|
15958
15985
|
bodyFilePath: external_exports.string().nullable(),
|
|
15959
15986
|
bodyContentUrl: external_exports.url().nullable()
|
|
15960
15987
|
});
|
|
15961
15988
|
var integrationDeliverooWebhookEventsQueryParamsSchema = external_exports.object({
|
|
15962
15989
|
"order[createdAt]": import_sdk_js_global_types7.sortDirSchema.optional(),
|
|
15990
|
+
id: external_exports.union([external_exports.string(), external_exports.array(external_exports.string())]).optional(),
|
|
15963
15991
|
event: external_exports.union([
|
|
15964
15992
|
integrationDeliverooWebhookEventTypeSchema,
|
|
15965
15993
|
external_exports.array(integrationDeliverooWebhookEventTypeSchema)
|
|
15966
15994
|
]).optional(),
|
|
15995
|
+
deliverooOrderId: external_exports.union([external_exports.string(), external_exports.array(external_exports.string())]).optional(),
|
|
15967
15996
|
"createdAt[before]": external_exports.string().optional(),
|
|
15968
15997
|
"createdAt[strictly_before]": external_exports.string().optional(),
|
|
15969
15998
|
"createdAt[after]": external_exports.string().optional(),
|
|
@@ -16218,22 +16247,25 @@ var integrationsGlovoQuerySchema = external_exports.object({
|
|
|
16218
16247
|
var integrationGlovoWebhookEventSchema = external_exports.object({
|
|
16219
16248
|
id: external_exports.string(),
|
|
16220
16249
|
event: integrationGlovoWebhookEventTypeSchema,
|
|
16221
|
-
createdAt: import_sdk_js_global_types9.datetimeSchema
|
|
16250
|
+
createdAt: import_sdk_js_global_types9.datetimeSchema,
|
|
16251
|
+
partnerOrderId: external_exports.string().nullable()
|
|
16222
16252
|
});
|
|
16223
16253
|
var integrationGlovoWebhookEventDetailsSchema = integrationGlovoWebhookEventSchema.extend({
|
|
16224
16254
|
integration: integrationGlovoIriSchema,
|
|
16255
|
+
order: import_sdk_js_order3.orderNullableIriSchema,
|
|
16225
16256
|
requestHash: external_exports.string(),
|
|
16226
|
-
partnerOrderId: external_exports.string().nullable(),
|
|
16227
16257
|
bodyFilePath: external_exports.string().nullable(),
|
|
16228
16258
|
bodyContentUrl: external_exports.url().nullable(),
|
|
16229
16259
|
processedAt: import_sdk_js_global_types9.datetimeSchema.nullable()
|
|
16230
16260
|
});
|
|
16231
16261
|
var integrationGlovoWebhookEventsQueryParamsSchema = external_exports.object({
|
|
16232
16262
|
"order[createdAt]": import_sdk_js_global_types9.sortDirSchema.optional(),
|
|
16263
|
+
id: external_exports.union([external_exports.string(), external_exports.array(external_exports.string())]).optional(),
|
|
16233
16264
|
event: external_exports.union([
|
|
16234
16265
|
integrationGlovoWebhookEventTypeSchema,
|
|
16235
16266
|
external_exports.array(integrationGlovoWebhookEventTypeSchema)
|
|
16236
16267
|
]).optional(),
|
|
16268
|
+
partnerOrderId: external_exports.union([external_exports.string(), external_exports.array(external_exports.string())]).optional(),
|
|
16237
16269
|
"createdAt[before]": external_exports.string().optional(),
|
|
16238
16270
|
"createdAt[strictly_before]": external_exports.string().optional(),
|
|
16239
16271
|
"createdAt[after]": external_exports.string().optional(),
|
|
@@ -17314,11 +17346,39 @@ var GetIntegrationCassaInCloudClientLogRequests = class extends import_sdk_js_co
|
|
|
17314
17346
|
}
|
|
17315
17347
|
};
|
|
17316
17348
|
|
|
17317
|
-
// src/requests/services/cassa_in_cloud/
|
|
17349
|
+
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudClientLogRequestsFromOrder.ts
|
|
17318
17350
|
var import_sdk_js_core28 = require("@deliverart/sdk-js-core");
|
|
17351
|
+
var getIntegrationCassaInCloudClientLogRequestsFromOrderQuerySchema = clientLogRequestQuerySchema.omit({
|
|
17352
|
+
page: true
|
|
17353
|
+
});
|
|
17354
|
+
var getIntegrationCassaInCloudClientLogRequestsFromOrderInputSchema = external_exports.undefined();
|
|
17355
|
+
var getIntegrationCassaInCloudClientLogRequestsFromOrderResponseSchema = external_exports.array(
|
|
17356
|
+
integrationClientLogRequestSchema
|
|
17357
|
+
);
|
|
17358
|
+
var GetIntegrationCassaInCloudClientLogRequestsFromOrder = class extends import_sdk_js_core28.AbstractApiRequest {
|
|
17359
|
+
constructor(orderId, options) {
|
|
17360
|
+
super(void 0, options);
|
|
17361
|
+
this.method = "GET";
|
|
17362
|
+
this.contentType = "application/json";
|
|
17363
|
+
this.accept = "application/json";
|
|
17364
|
+
this.inputSchema = getIntegrationCassaInCloudClientLogRequestsFromOrderInputSchema;
|
|
17365
|
+
this.outputSchema = getIntegrationCassaInCloudClientLogRequestsFromOrderResponseSchema;
|
|
17366
|
+
this.querySchema = getIntegrationCassaInCloudClientLogRequestsFromOrderQuerySchema;
|
|
17367
|
+
this.headersSchema = void 0;
|
|
17368
|
+
this.listItemSchema = integrationClientLogRequestSchema;
|
|
17369
|
+
this.paginationDefaultEnabled = false;
|
|
17370
|
+
this.orderId = orderId;
|
|
17371
|
+
}
|
|
17372
|
+
getPath() {
|
|
17373
|
+
return `/orders/${this.orderId}/cassa_in_cloud_client_log_requests`;
|
|
17374
|
+
}
|
|
17375
|
+
};
|
|
17376
|
+
|
|
17377
|
+
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudComponentMappingDetails.ts
|
|
17378
|
+
var import_sdk_js_core29 = require("@deliverart/sdk-js-core");
|
|
17319
17379
|
var getIntegrationCassaInCloudComponentMappingDetailsInputSchema = external_exports.undefined();
|
|
17320
17380
|
var getIntegrationCassaInCloudComponentMappingDetailsResponseSchema = integrationCassaInCloudComponentMappingDetailsSchema;
|
|
17321
|
-
var GetIntegrationCassaInCloudComponentMappingDetails = class extends
|
|
17381
|
+
var GetIntegrationCassaInCloudComponentMappingDetails = class extends import_sdk_js_core29.AbstractApiRequest {
|
|
17322
17382
|
constructor(integrationCassaInCloudId, componentId) {
|
|
17323
17383
|
super(void 0);
|
|
17324
17384
|
this.method = "GET";
|
|
@@ -17337,13 +17397,13 @@ var GetIntegrationCassaInCloudComponentMappingDetails = class extends import_sdk
|
|
|
17337
17397
|
};
|
|
17338
17398
|
|
|
17339
17399
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudComponentMappings.ts
|
|
17340
|
-
var
|
|
17400
|
+
var import_sdk_js_core30 = require("@deliverart/sdk-js-core");
|
|
17341
17401
|
var getIntegrationCassaInCloudComponentMappingsQuerySchema = integrationCassaInCloudComponentMappingsQuerySchema;
|
|
17342
17402
|
var getIntegrationCassaInCloudComponentMappingsInputSchema = external_exports.undefined();
|
|
17343
17403
|
var getIntegrationCassaInCloudComponentMappingsResponseSchema = external_exports.array(
|
|
17344
17404
|
integrationCassaInCloudComponentMappingSchema
|
|
17345
17405
|
);
|
|
17346
|
-
var GetIntegrationCassaInCloudComponentMappings = class extends
|
|
17406
|
+
var GetIntegrationCassaInCloudComponentMappings = class extends import_sdk_js_core30.AbstractApiRequest {
|
|
17347
17407
|
constructor(integrationCassaInCloudId, options) {
|
|
17348
17408
|
super(void 0, options);
|
|
17349
17409
|
this.method = "GET";
|
|
@@ -17363,10 +17423,10 @@ var GetIntegrationCassaInCloudComponentMappings = class extends import_sdk_js_co
|
|
|
17363
17423
|
};
|
|
17364
17424
|
|
|
17365
17425
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudCustomerMappingDetails.ts
|
|
17366
|
-
var
|
|
17426
|
+
var import_sdk_js_core31 = require("@deliverart/sdk-js-core");
|
|
17367
17427
|
var getIntegrationCassaInCloudCustomerMappingDetailsInputSchema = external_exports.undefined();
|
|
17368
17428
|
var getIntegrationCassaInCloudCustomerMappingDetailsResponseSchema = integrationCassaInCloudCustomerMappingDetailsSchema;
|
|
17369
|
-
var GetIntegrationCassaInCloudCustomerMappingDetails = class extends
|
|
17429
|
+
var GetIntegrationCassaInCloudCustomerMappingDetails = class extends import_sdk_js_core31.AbstractApiRequest {
|
|
17370
17430
|
constructor(integrationCassaInCloudId, mappingId) {
|
|
17371
17431
|
super(void 0);
|
|
17372
17432
|
this.method = "GET";
|
|
@@ -17385,13 +17445,13 @@ var GetIntegrationCassaInCloudCustomerMappingDetails = class extends import_sdk_
|
|
|
17385
17445
|
};
|
|
17386
17446
|
|
|
17387
17447
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudCustomerMappings.ts
|
|
17388
|
-
var
|
|
17448
|
+
var import_sdk_js_core32 = require("@deliverart/sdk-js-core");
|
|
17389
17449
|
var getIntegrationCassaInCloudCustomerMappingsQuerySchema = integrationCassaInCloudCustomerMappingsQuerySchema;
|
|
17390
17450
|
var getIntegrationCassaInCloudCustomerMappingsInputSchema = external_exports.undefined();
|
|
17391
17451
|
var getIntegrationCassaInCloudCustomerMappingsResponseSchema = external_exports.array(
|
|
17392
17452
|
integrationCassaInCloudCustomerMappingSchema
|
|
17393
17453
|
);
|
|
17394
|
-
var GetIntegrationCassaInCloudCustomerMappings = class extends
|
|
17454
|
+
var GetIntegrationCassaInCloudCustomerMappings = class extends import_sdk_js_core32.AbstractApiRequest {
|
|
17395
17455
|
constructor(integrationCassaInCloudId, options) {
|
|
17396
17456
|
super(void 0, options);
|
|
17397
17457
|
this.method = "GET";
|
|
@@ -17411,10 +17471,10 @@ var GetIntegrationCassaInCloudCustomerMappings = class extends import_sdk_js_cor
|
|
|
17411
17471
|
};
|
|
17412
17472
|
|
|
17413
17473
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudDepartmentMappingDetails.ts
|
|
17414
|
-
var
|
|
17474
|
+
var import_sdk_js_core33 = require("@deliverart/sdk-js-core");
|
|
17415
17475
|
var getIntegrationCassaInCloudDepartmentMappingDetailsInputSchema = external_exports.undefined();
|
|
17416
17476
|
var getIntegrationCassaInCloudDepartmentMappingDetailsResponseSchema = integrationCassaInCloudDepartmentMappingDetailsSchema;
|
|
17417
|
-
var GetIntegrationCassaInCloudDepartmentMappingDetails = class extends
|
|
17477
|
+
var GetIntegrationCassaInCloudDepartmentMappingDetails = class extends import_sdk_js_core33.AbstractApiRequest {
|
|
17418
17478
|
constructor(integrationCassaInCloudId, departmentId) {
|
|
17419
17479
|
super(void 0);
|
|
17420
17480
|
this.method = "GET";
|
|
@@ -17433,13 +17493,13 @@ var GetIntegrationCassaInCloudDepartmentMappingDetails = class extends import_sd
|
|
|
17433
17493
|
};
|
|
17434
17494
|
|
|
17435
17495
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudDepartmentMappings.ts
|
|
17436
|
-
var
|
|
17496
|
+
var import_sdk_js_core34 = require("@deliverart/sdk-js-core");
|
|
17437
17497
|
var getIntegrationCassaInCloudDepartmentMappingsQuerySchema = integrationCassaInCloudDepartmentMappingsQuerySchema;
|
|
17438
17498
|
var getIntegrationCassaInCloudDepartmentMappingsInputSchema = external_exports.undefined();
|
|
17439
17499
|
var getIntegrationCassaInCloudDepartmentMappingsResponseSchema = external_exports.array(
|
|
17440
17500
|
integrationCassaInCloudDepartmentMappingSchema
|
|
17441
17501
|
);
|
|
17442
|
-
var GetIntegrationCassaInCloudDepartmentMappings = class extends
|
|
17502
|
+
var GetIntegrationCassaInCloudDepartmentMappings = class extends import_sdk_js_core34.AbstractApiRequest {
|
|
17443
17503
|
constructor(integrationCassaInCloudId, options) {
|
|
17444
17504
|
super(void 0, options);
|
|
17445
17505
|
this.method = "GET";
|
|
@@ -17459,10 +17519,10 @@ var GetIntegrationCassaInCloudDepartmentMappings = class extends import_sdk_js_c
|
|
|
17459
17519
|
};
|
|
17460
17520
|
|
|
17461
17521
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudDetails.ts
|
|
17462
|
-
var
|
|
17522
|
+
var import_sdk_js_core35 = require("@deliverart/sdk-js-core");
|
|
17463
17523
|
var getIntegrationCassaInCloudDetailsInputSchema = external_exports.undefined();
|
|
17464
17524
|
var getIntegrationCassaInCloudDetailsResponseSchema = integrationCassaInCloudDetailsSchema;
|
|
17465
|
-
var GetIntegrationCassaInCloudDetails = class extends
|
|
17525
|
+
var GetIntegrationCassaInCloudDetails = class extends import_sdk_js_core35.AbstractApiRequest {
|
|
17466
17526
|
constructor(integrationCassaInCloudId) {
|
|
17467
17527
|
super(void 0);
|
|
17468
17528
|
this.method = "GET";
|
|
@@ -17480,12 +17540,12 @@ var GetIntegrationCassaInCloudDetails = class extends import_sdk_js_core34.Abstr
|
|
|
17480
17540
|
};
|
|
17481
17541
|
|
|
17482
17542
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudGlobalClientLogRequests.ts
|
|
17483
|
-
var
|
|
17543
|
+
var import_sdk_js_core36 = require("@deliverart/sdk-js-core");
|
|
17484
17544
|
var import_sdk_js_global_types23 = require("@deliverart/sdk-js-global-types");
|
|
17485
17545
|
var getIntegrationCassaInCloudGlobalClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
17486
17546
|
var getIntegrationCassaInCloudGlobalClientLogRequestsInputSchema = external_exports.undefined();
|
|
17487
17547
|
var getIntegrationCassaInCloudGlobalClientLogRequestsResponseSchema = (0, import_sdk_js_global_types23.createPaginatedSchema)(integrationClientLogRequestSchema);
|
|
17488
|
-
var GetIntegrationCassaInCloudGlobalClientLogRequests = class extends
|
|
17548
|
+
var GetIntegrationCassaInCloudGlobalClientLogRequests = class extends import_sdk_js_core36.AbstractApiRequest {
|
|
17489
17549
|
constructor(options) {
|
|
17490
17550
|
super(void 0, options);
|
|
17491
17551
|
this.method = "GET";
|
|
@@ -17504,7 +17564,7 @@ var GetIntegrationCassaInCloudGlobalClientLogRequests = class extends import_sdk
|
|
|
17504
17564
|
};
|
|
17505
17565
|
|
|
17506
17566
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudList.ts
|
|
17507
|
-
var
|
|
17567
|
+
var import_sdk_js_core37 = require("@deliverart/sdk-js-core");
|
|
17508
17568
|
var import_sdk_js_global_types24 = require("@deliverart/sdk-js-global-types");
|
|
17509
17569
|
var getIntegrationCassaInCloudListQuerySchema = integrationsCassaInCloudQuerySchema.omit({
|
|
17510
17570
|
service: true
|
|
@@ -17513,7 +17573,7 @@ var getIntegrationCassaInCloudListInputSchema = external_exports.undefined();
|
|
|
17513
17573
|
var getIntegrationCassaInCloudListResponseSchema = (0, import_sdk_js_global_types24.createPaginatedSchema)(
|
|
17514
17574
|
integrationCassaInCloudSchema
|
|
17515
17575
|
);
|
|
17516
|
-
var GetIntegrationCassaInCloudList = class extends
|
|
17576
|
+
var GetIntegrationCassaInCloudList = class extends import_sdk_js_core37.AbstractApiRequest {
|
|
17517
17577
|
constructor(options) {
|
|
17518
17578
|
super(void 0, options);
|
|
17519
17579
|
this.method = "GET";
|
|
@@ -17532,10 +17592,10 @@ var GetIntegrationCassaInCloudList = class extends import_sdk_js_core36.Abstract
|
|
|
17532
17592
|
};
|
|
17533
17593
|
|
|
17534
17594
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudModifierValueMappingDetailsFromCategoryMapping.ts
|
|
17535
|
-
var
|
|
17595
|
+
var import_sdk_js_core38 = require("@deliverart/sdk-js-core");
|
|
17536
17596
|
var getIntegrationCassaInCloudModifierValueMappingDetailsFromCategoryMappingInputSchema = external_exports.undefined();
|
|
17537
17597
|
var getIntegrationCassaInCloudModifierValueMappingDetailsFromCategoryMappingResponseSchema = integrationCassaInCloudModifierValueMappingDetailsSchema;
|
|
17538
|
-
var GetIntegrationCassaInCloudModifierValueMappingDetailsFromCategoryMapping = class extends
|
|
17598
|
+
var GetIntegrationCassaInCloudModifierValueMappingDetailsFromCategoryMapping = class extends import_sdk_js_core38.AbstractApiRequest {
|
|
17539
17599
|
constructor(integrationCassaInCloudId, categoryId, modifierValueId) {
|
|
17540
17600
|
super(void 0);
|
|
17541
17601
|
this.method = "GET";
|
|
@@ -17555,10 +17615,10 @@ var GetIntegrationCassaInCloudModifierValueMappingDetailsFromCategoryMapping = c
|
|
|
17555
17615
|
};
|
|
17556
17616
|
|
|
17557
17617
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudModifierValueMappingDetailsFromOptionValueMapping.ts
|
|
17558
|
-
var
|
|
17618
|
+
var import_sdk_js_core39 = require("@deliverart/sdk-js-core");
|
|
17559
17619
|
var getIntegrationCassaInCloudModifierValueMappingDetailsFromOptionValueMappingInputSchema = external_exports.undefined();
|
|
17560
17620
|
var getIntegrationCassaInCloudModifierValueMappingDetailsFromOptionValueMappingResponseSchema = integrationCassaInCloudModifierValueMappingDetailsSchema;
|
|
17561
|
-
var GetIntegrationCassaInCloudModifierValueMappingDetailsFromOptionValueMapping = class extends
|
|
17621
|
+
var GetIntegrationCassaInCloudModifierValueMappingDetailsFromOptionValueMapping = class extends import_sdk_js_core39.AbstractApiRequest {
|
|
17562
17622
|
constructor(integrationCassaInCloudId, optionValueId, modifierValueId) {
|
|
17563
17623
|
super(void 0);
|
|
17564
17624
|
this.method = "GET";
|
|
@@ -17578,13 +17638,13 @@ var GetIntegrationCassaInCloudModifierValueMappingDetailsFromOptionValueMapping
|
|
|
17578
17638
|
};
|
|
17579
17639
|
|
|
17580
17640
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudModifierValueMappingDetailsFromProductMapping.ts
|
|
17581
|
-
var
|
|
17641
|
+
var import_sdk_js_core40 = require("@deliverart/sdk-js-core");
|
|
17582
17642
|
var getIntegrationCassaInCloudModifierValueMappingDetailsFromProductMappingInputSchema = external_exports.undefined();
|
|
17583
17643
|
var getIntegrationCassaInCloudModifierValueMappingDetailsFromProductMappingResponseSchema = external_exports.union([
|
|
17584
17644
|
integrationCassaInCloudModifierValueMappingDetailsSchema,
|
|
17585
17645
|
external_exports.array(integrationCassaInCloudModifierValueMappingDetailsSchema)
|
|
17586
17646
|
]);
|
|
17587
|
-
var GetIntegrationCassaInCloudModifierValueMappingDetailsFromProductMapping = class extends
|
|
17647
|
+
var GetIntegrationCassaInCloudModifierValueMappingDetailsFromProductMapping = class extends import_sdk_js_core40.AbstractApiRequest {
|
|
17588
17648
|
constructor(integrationCassaInCloudId, productId, modifierValueId) {
|
|
17589
17649
|
super(void 0);
|
|
17590
17650
|
this.method = "GET";
|
|
@@ -17604,11 +17664,11 @@ var GetIntegrationCassaInCloudModifierValueMappingDetailsFromProductMapping = cl
|
|
|
17604
17664
|
};
|
|
17605
17665
|
|
|
17606
17666
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudModifierValueMappingsFromCategoryMapping.ts
|
|
17607
|
-
var
|
|
17667
|
+
var import_sdk_js_core41 = require("@deliverart/sdk-js-core");
|
|
17608
17668
|
var getIntegrationCassaInCloudModifierValueMappingsFromCategoryMappingQuerySchema = integrationCassaInCloudModifierValueMappingsQuerySchema;
|
|
17609
17669
|
var getIntegrationCassaInCloudModifierValueMappingsFromCategoryMappingInputSchema = external_exports.undefined();
|
|
17610
17670
|
var getIntegrationCassaInCloudModifierValueMappingsFromCategoryMappingResponseSchema = external_exports.array(integrationCassaInCloudModifierValueMappingSchema);
|
|
17611
|
-
var GetIntegrationCassaInCloudModifierValueMappingsFromCategoryMapping = class extends
|
|
17671
|
+
var GetIntegrationCassaInCloudModifierValueMappingsFromCategoryMapping = class extends import_sdk_js_core41.AbstractApiRequest {
|
|
17612
17672
|
constructor(integrationCassaInCloudId, categoryId, options) {
|
|
17613
17673
|
super(void 0, options);
|
|
17614
17674
|
this.method = "GET";
|
|
@@ -17629,11 +17689,11 @@ var GetIntegrationCassaInCloudModifierValueMappingsFromCategoryMapping = class e
|
|
|
17629
17689
|
};
|
|
17630
17690
|
|
|
17631
17691
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudModifierValueMappingsFromOptionValueMapping.ts
|
|
17632
|
-
var
|
|
17692
|
+
var import_sdk_js_core42 = require("@deliverart/sdk-js-core");
|
|
17633
17693
|
var getIntegrationCassaInCloudModifierValueMappingsFromOptionValueMappingQuerySchema = integrationCassaInCloudModifierValueMappingsQuerySchema;
|
|
17634
17694
|
var getIntegrationCassaInCloudModifierValueMappingsFromOptionValueMappingInputSchema = external_exports.undefined();
|
|
17635
17695
|
var getIntegrationCassaInCloudModifierValueMappingsFromOptionValueMappingResponseSchema = external_exports.array(integrationCassaInCloudModifierValueMappingSchema);
|
|
17636
|
-
var GetIntegrationCassaInCloudModifierValueMappingsFromOptionValueMapping = class extends
|
|
17696
|
+
var GetIntegrationCassaInCloudModifierValueMappingsFromOptionValueMapping = class extends import_sdk_js_core42.AbstractApiRequest {
|
|
17637
17697
|
constructor(integrationCassaInCloudId, optionValueId, options) {
|
|
17638
17698
|
super(void 0, options);
|
|
17639
17699
|
this.method = "GET";
|
|
@@ -17654,11 +17714,11 @@ var GetIntegrationCassaInCloudModifierValueMappingsFromOptionValueMapping = clas
|
|
|
17654
17714
|
};
|
|
17655
17715
|
|
|
17656
17716
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudModifierValueMappingsFromProductMapping.ts
|
|
17657
|
-
var
|
|
17717
|
+
var import_sdk_js_core43 = require("@deliverart/sdk-js-core");
|
|
17658
17718
|
var getIntegrationCassaInCloudModifierValueMappingsFromProductMappingQuerySchema = integrationCassaInCloudModifierValueMappingsQuerySchema;
|
|
17659
17719
|
var getIntegrationCassaInCloudModifierValueMappingsFromProductMappingInputSchema = external_exports.undefined();
|
|
17660
17720
|
var getIntegrationCassaInCloudModifierValueMappingsFromProductMappingResponseSchema = external_exports.array(integrationCassaInCloudModifierValueMappingSchema);
|
|
17661
|
-
var GetIntegrationCassaInCloudModifierValueMappingsFromProductMapping = class extends
|
|
17721
|
+
var GetIntegrationCassaInCloudModifierValueMappingsFromProductMapping = class extends import_sdk_js_core43.AbstractApiRequest {
|
|
17662
17722
|
constructor(integrationCassaInCloudId, productId, options) {
|
|
17663
17723
|
super(void 0, options);
|
|
17664
17724
|
this.method = "GET";
|
|
@@ -17679,10 +17739,10 @@ var GetIntegrationCassaInCloudModifierValueMappingsFromProductMapping = class ex
|
|
|
17679
17739
|
};
|
|
17680
17740
|
|
|
17681
17741
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudOptionMappingDetails.ts
|
|
17682
|
-
var
|
|
17742
|
+
var import_sdk_js_core44 = require("@deliverart/sdk-js-core");
|
|
17683
17743
|
var getIntegrationCassaInCloudOptionMappingDetailsInputSchema = external_exports.undefined();
|
|
17684
17744
|
var getIntegrationCassaInCloudOptionMappingDetailsResponseSchema = integrationCassaInCloudOptionMappingDetailsSchema;
|
|
17685
|
-
var GetIntegrationCassaInCloudOptionMappingDetails = class extends
|
|
17745
|
+
var GetIntegrationCassaInCloudOptionMappingDetails = class extends import_sdk_js_core44.AbstractApiRequest {
|
|
17686
17746
|
constructor(integrationCassaInCloudId, optionId) {
|
|
17687
17747
|
super(void 0);
|
|
17688
17748
|
this.method = "GET";
|
|
@@ -17701,13 +17761,13 @@ var GetIntegrationCassaInCloudOptionMappingDetails = class extends import_sdk_js
|
|
|
17701
17761
|
};
|
|
17702
17762
|
|
|
17703
17763
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudOptionMappings.ts
|
|
17704
|
-
var
|
|
17764
|
+
var import_sdk_js_core45 = require("@deliverart/sdk-js-core");
|
|
17705
17765
|
var getIntegrationCassaInCloudOptionMappingsQuerySchema = integrationCassaInCloudOptionMappingsQuerySchema;
|
|
17706
17766
|
var getIntegrationCassaInCloudOptionMappingsInputSchema = external_exports.undefined();
|
|
17707
17767
|
var getIntegrationCassaInCloudOptionMappingsResponseSchema = external_exports.array(
|
|
17708
17768
|
integrationCassaInCloudOptionMappingSchema
|
|
17709
17769
|
);
|
|
17710
|
-
var GetIntegrationCassaInCloudOptionMappings = class extends
|
|
17770
|
+
var GetIntegrationCassaInCloudOptionMappings = class extends import_sdk_js_core45.AbstractApiRequest {
|
|
17711
17771
|
constructor(integrationCassaInCloudId, options) {
|
|
17712
17772
|
super(void 0, options);
|
|
17713
17773
|
this.method = "GET";
|
|
@@ -17727,10 +17787,10 @@ var GetIntegrationCassaInCloudOptionMappings = class extends import_sdk_js_core4
|
|
|
17727
17787
|
};
|
|
17728
17788
|
|
|
17729
17789
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudOptionValueMappingDetails.ts
|
|
17730
|
-
var
|
|
17790
|
+
var import_sdk_js_core46 = require("@deliverart/sdk-js-core");
|
|
17731
17791
|
var getIntegrationCassaInCloudOptionValueMappingDetailsInputSchema = external_exports.undefined();
|
|
17732
17792
|
var getIntegrationCassaInCloudOptionValueMappingDetailsResponseSchema = integrationCassaInCloudOptionValueMappingDetailsSchema;
|
|
17733
|
-
var GetIntegrationCassaInCloudOptionValueMappingDetails = class extends
|
|
17793
|
+
var GetIntegrationCassaInCloudOptionValueMappingDetails = class extends import_sdk_js_core46.AbstractApiRequest {
|
|
17734
17794
|
constructor(integrationCassaInCloudId, optionValueId) {
|
|
17735
17795
|
super(void 0);
|
|
17736
17796
|
this.method = "GET";
|
|
@@ -17749,13 +17809,13 @@ var GetIntegrationCassaInCloudOptionValueMappingDetails = class extends import_s
|
|
|
17749
17809
|
};
|
|
17750
17810
|
|
|
17751
17811
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudOptionValueMappings.ts
|
|
17752
|
-
var
|
|
17812
|
+
var import_sdk_js_core47 = require("@deliverart/sdk-js-core");
|
|
17753
17813
|
var getIntegrationCassaInCloudOptionValueMappingsQuerySchema = integrationCassaInCloudOptionValueMappingsQuerySchema;
|
|
17754
17814
|
var getIntegrationCassaInCloudOptionValueMappingsInputSchema = external_exports.undefined();
|
|
17755
17815
|
var getIntegrationCassaInCloudOptionValueMappingsResponseSchema = external_exports.array(
|
|
17756
17816
|
integrationCassaInCloudOptionValueMappingSchema
|
|
17757
17817
|
);
|
|
17758
|
-
var GetIntegrationCassaInCloudOptionValueMappings = class extends
|
|
17818
|
+
var GetIntegrationCassaInCloudOptionValueMappings = class extends import_sdk_js_core47.AbstractApiRequest {
|
|
17759
17819
|
constructor(integrationCassaInCloudId, options) {
|
|
17760
17820
|
super(void 0, options);
|
|
17761
17821
|
this.method = "GET";
|
|
@@ -17775,10 +17835,10 @@ var GetIntegrationCassaInCloudOptionValueMappings = class extends import_sdk_js_
|
|
|
17775
17835
|
};
|
|
17776
17836
|
|
|
17777
17837
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudOrderMappingDetails.ts
|
|
17778
|
-
var
|
|
17838
|
+
var import_sdk_js_core48 = require("@deliverart/sdk-js-core");
|
|
17779
17839
|
var getIntegrationCassaInCloudOrderMappingDetailsInputSchema = external_exports.undefined();
|
|
17780
17840
|
var getIntegrationCassaInCloudOrderMappingDetailsResponseSchema = integrationCassaInCloudOrderMappingDetailsSchema;
|
|
17781
|
-
var GetIntegrationCassaInCloudOrderMappingDetails = class extends
|
|
17841
|
+
var GetIntegrationCassaInCloudOrderMappingDetails = class extends import_sdk_js_core48.AbstractApiRequest {
|
|
17782
17842
|
constructor(integrationCassaInCloudId, orderId) {
|
|
17783
17843
|
super(void 0);
|
|
17784
17844
|
this.method = "GET";
|
|
@@ -17797,14 +17857,14 @@ var GetIntegrationCassaInCloudOrderMappingDetails = class extends import_sdk_js_
|
|
|
17797
17857
|
};
|
|
17798
17858
|
|
|
17799
17859
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudOrderMappings.ts
|
|
17800
|
-
var
|
|
17860
|
+
var import_sdk_js_core49 = require("@deliverart/sdk-js-core");
|
|
17801
17861
|
var import_sdk_js_global_types25 = require("@deliverart/sdk-js-global-types");
|
|
17802
17862
|
var getIntegrationCassaInCloudOrderMappingsQuerySchema = integrationCassaInCloudOrderMappingsQuerySchema;
|
|
17803
17863
|
var getIntegrationCassaInCloudOrderMappingsInputSchema = external_exports.undefined();
|
|
17804
17864
|
var getIntegrationCassaInCloudOrderMappingsResponseSchema = (0, import_sdk_js_global_types25.createPaginatedSchema)(
|
|
17805
17865
|
integrationCassaInCloudOrderMappingSchema
|
|
17806
17866
|
);
|
|
17807
|
-
var GetIntegrationCassaInCloudOrderMappings = class extends
|
|
17867
|
+
var GetIntegrationCassaInCloudOrderMappings = class extends import_sdk_js_core49.AbstractApiRequest {
|
|
17808
17868
|
constructor(integrationCassaInCloudId, options) {
|
|
17809
17869
|
super(void 0, options);
|
|
17810
17870
|
this.method = "GET";
|
|
@@ -17824,7 +17884,7 @@ var GetIntegrationCassaInCloudOrderMappings = class extends import_sdk_js_core48
|
|
|
17824
17884
|
};
|
|
17825
17885
|
|
|
17826
17886
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudOrderMappingsFromOrder.ts
|
|
17827
|
-
var
|
|
17887
|
+
var import_sdk_js_core50 = require("@deliverart/sdk-js-core");
|
|
17828
17888
|
var getIntegrationCassaInCloudOrderMappingsFromOrderQuerySchema = integrationCassaInCloudOrderMappingsQuerySchema.omit({
|
|
17829
17889
|
page: true
|
|
17830
17890
|
});
|
|
@@ -17832,7 +17892,7 @@ var getIntegrationCassaInCloudOrderMappingsFromOrderInputSchema = external_expor
|
|
|
17832
17892
|
var getIntegrationCassaInCloudOrderMappingsFromOrderResponseSchema = external_exports.array(
|
|
17833
17893
|
integrationCassaInCloudOrderMappingSchema
|
|
17834
17894
|
);
|
|
17835
|
-
var GetIntegrationCassaInCloudOrderMappingsFromOrder = class extends
|
|
17895
|
+
var GetIntegrationCassaInCloudOrderMappingsFromOrder = class extends import_sdk_js_core50.AbstractApiRequest {
|
|
17836
17896
|
constructor(orderId, options) {
|
|
17837
17897
|
super(void 0, options);
|
|
17838
17898
|
this.method = "GET";
|
|
@@ -17852,10 +17912,10 @@ var GetIntegrationCassaInCloudOrderMappingsFromOrder = class extends import_sdk_
|
|
|
17852
17912
|
};
|
|
17853
17913
|
|
|
17854
17914
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudOrganizationMappingDetails.ts
|
|
17855
|
-
var
|
|
17915
|
+
var import_sdk_js_core51 = require("@deliverart/sdk-js-core");
|
|
17856
17916
|
var getIntegrationCassaInCloudOrganizationMappingDetailsInputSchema = external_exports.undefined();
|
|
17857
17917
|
var getIntegrationCassaInCloudOrganizationMappingDetailsResponseSchema = integrationCassaInCloudOrganizationMappingDetailsSchema;
|
|
17858
|
-
var GetIntegrationCassaInCloudOrganizationMappingDetails = class extends
|
|
17918
|
+
var GetIntegrationCassaInCloudOrganizationMappingDetails = class extends import_sdk_js_core51.AbstractApiRequest {
|
|
17859
17919
|
constructor(integrationCassaInCloudId, mappingId) {
|
|
17860
17920
|
super(void 0);
|
|
17861
17921
|
this.method = "GET";
|
|
@@ -17874,13 +17934,13 @@ var GetIntegrationCassaInCloudOrganizationMappingDetails = class extends import_
|
|
|
17874
17934
|
};
|
|
17875
17935
|
|
|
17876
17936
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudOrganizationMappings.ts
|
|
17877
|
-
var
|
|
17937
|
+
var import_sdk_js_core52 = require("@deliverart/sdk-js-core");
|
|
17878
17938
|
var getIntegrationCassaInCloudOrganizationMappingsQuerySchema = integrationCassaInCloudOrganizationMappingsQuerySchema;
|
|
17879
17939
|
var getIntegrationCassaInCloudOrganizationMappingsInputSchema = external_exports.undefined();
|
|
17880
17940
|
var getIntegrationCassaInCloudOrganizationMappingsResponseSchema = external_exports.array(
|
|
17881
17941
|
integrationCassaInCloudOrganizationMappingSchema
|
|
17882
17942
|
);
|
|
17883
|
-
var GetIntegrationCassaInCloudOrganizationMappings = class extends
|
|
17943
|
+
var GetIntegrationCassaInCloudOrganizationMappings = class extends import_sdk_js_core52.AbstractApiRequest {
|
|
17884
17944
|
constructor(integrationCassaInCloudId, options) {
|
|
17885
17945
|
super(void 0, options);
|
|
17886
17946
|
this.method = "GET";
|
|
@@ -17900,10 +17960,10 @@ var GetIntegrationCassaInCloudOrganizationMappings = class extends import_sdk_js
|
|
|
17900
17960
|
};
|
|
17901
17961
|
|
|
17902
17962
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudProductMappingDetails.ts
|
|
17903
|
-
var
|
|
17963
|
+
var import_sdk_js_core53 = require("@deliverart/sdk-js-core");
|
|
17904
17964
|
var getIntegrationCassaInCloudProductMappingDetailsInputSchema = external_exports.undefined();
|
|
17905
17965
|
var getIntegrationCassaInCloudProductMappingDetailsResponseSchema = integrationCassaInCloudProductMappingDetailsSchema;
|
|
17906
|
-
var GetIntegrationCassaInCloudProductMappingDetails = class extends
|
|
17966
|
+
var GetIntegrationCassaInCloudProductMappingDetails = class extends import_sdk_js_core53.AbstractApiRequest {
|
|
17907
17967
|
constructor(integrationCassaInCloudId, productId) {
|
|
17908
17968
|
super(void 0);
|
|
17909
17969
|
this.method = "GET";
|
|
@@ -17922,13 +17982,13 @@ var GetIntegrationCassaInCloudProductMappingDetails = class extends import_sdk_j
|
|
|
17922
17982
|
};
|
|
17923
17983
|
|
|
17924
17984
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudProductMappings.ts
|
|
17925
|
-
var
|
|
17985
|
+
var import_sdk_js_core54 = require("@deliverart/sdk-js-core");
|
|
17926
17986
|
var getIntegrationCassaInCloudProductMappingsQuerySchema = integrationCassaInCloudProductMappingsQuerySchema;
|
|
17927
17987
|
var getIntegrationCassaInCloudProductMappingsInputSchema = external_exports.undefined();
|
|
17928
17988
|
var getIntegrationCassaInCloudProductMappingsResponseSchema = external_exports.array(
|
|
17929
17989
|
integrationCassaInCloudProductMappingSchema
|
|
17930
17990
|
);
|
|
17931
|
-
var GetIntegrationCassaInCloudProductMappings = class extends
|
|
17991
|
+
var GetIntegrationCassaInCloudProductMappings = class extends import_sdk_js_core54.AbstractApiRequest {
|
|
17932
17992
|
constructor(integrationCassaInCloudId, options) {
|
|
17933
17993
|
super(void 0, options);
|
|
17934
17994
|
this.method = "GET";
|
|
@@ -17948,10 +18008,10 @@ var GetIntegrationCassaInCloudProductMappings = class extends import_sdk_js_core
|
|
|
17948
18008
|
};
|
|
17949
18009
|
|
|
17950
18010
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudProductVariantMappingDetails.ts
|
|
17951
|
-
var
|
|
18011
|
+
var import_sdk_js_core55 = require("@deliverart/sdk-js-core");
|
|
17952
18012
|
var getIntegrationCassaInCloudProductVariantMappingDetailsInputSchema = external_exports.undefined();
|
|
17953
18013
|
var getIntegrationCassaInCloudProductVariantMappingDetailsResponseSchema = integrationCassaInCloudProductVariantMappingDetailsSchema;
|
|
17954
|
-
var GetIntegrationCassaInCloudProductVariantMappingDetails = class extends
|
|
18014
|
+
var GetIntegrationCassaInCloudProductVariantMappingDetails = class extends import_sdk_js_core55.AbstractApiRequest {
|
|
17955
18015
|
constructor(integrationCassaInCloudId, productId, variantId) {
|
|
17956
18016
|
super(void 0);
|
|
17957
18017
|
this.method = "GET";
|
|
@@ -17971,13 +18031,13 @@ var GetIntegrationCassaInCloudProductVariantMappingDetails = class extends impor
|
|
|
17971
18031
|
};
|
|
17972
18032
|
|
|
17973
18033
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudProductVariantMappings.ts
|
|
17974
|
-
var
|
|
18034
|
+
var import_sdk_js_core56 = require("@deliverart/sdk-js-core");
|
|
17975
18035
|
var getIntegrationCassaInCloudProductVariantMappingsQuerySchema = integrationCassaInCloudProductVariantMappingsQuerySchema;
|
|
17976
18036
|
var getIntegrationCassaInCloudProductVariantMappingsInputSchema = external_exports.undefined();
|
|
17977
18037
|
var getIntegrationCassaInCloudProductVariantMappingsResponseSchema = external_exports.array(
|
|
17978
18038
|
integrationCassaInCloudProductVariantMappingSchema
|
|
17979
18039
|
);
|
|
17980
|
-
var GetIntegrationCassaInCloudProductVariantMappings = class extends
|
|
18040
|
+
var GetIntegrationCassaInCloudProductVariantMappings = class extends import_sdk_js_core56.AbstractApiRequest {
|
|
17981
18041
|
constructor(integrationCassaInCloudId, productId, options) {
|
|
17982
18042
|
super(void 0, options);
|
|
17983
18043
|
this.method = "GET";
|
|
@@ -17998,10 +18058,10 @@ var GetIntegrationCassaInCloudProductVariantMappings = class extends import_sdk_
|
|
|
17998
18058
|
};
|
|
17999
18059
|
|
|
18000
18060
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSalesModeMappingDetails.ts
|
|
18001
|
-
var
|
|
18061
|
+
var import_sdk_js_core57 = require("@deliverart/sdk-js-core");
|
|
18002
18062
|
var getIntegrationCassaInCloudSalesModeMappingDetailsInputSchema = external_exports.undefined();
|
|
18003
18063
|
var getIntegrationCassaInCloudSalesModeMappingDetailsResponseSchema = integrationCassaInCloudSalesModeMappingDetailsSchema;
|
|
18004
|
-
var GetIntegrationCassaInCloudSalesModeMappingDetails = class extends
|
|
18064
|
+
var GetIntegrationCassaInCloudSalesModeMappingDetails = class extends import_sdk_js_core57.AbstractApiRequest {
|
|
18005
18065
|
constructor(integrationCassaInCloudId, mappingId) {
|
|
18006
18066
|
super(void 0);
|
|
18007
18067
|
this.method = "GET";
|
|
@@ -18020,13 +18080,13 @@ var GetIntegrationCassaInCloudSalesModeMappingDetails = class extends import_sdk
|
|
|
18020
18080
|
};
|
|
18021
18081
|
|
|
18022
18082
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSalesModeMappings.ts
|
|
18023
|
-
var
|
|
18083
|
+
var import_sdk_js_core58 = require("@deliverart/sdk-js-core");
|
|
18024
18084
|
var getIntegrationCassaInCloudSalesModeMappingsQuerySchema = integrationCassaInCloudSalesModeMappingsQuerySchema;
|
|
18025
18085
|
var getIntegrationCassaInCloudSalesModeMappingsInputSchema = external_exports.undefined();
|
|
18026
18086
|
var getIntegrationCassaInCloudSalesModeMappingsResponseSchema = external_exports.array(
|
|
18027
18087
|
integrationCassaInCloudSalesModeMappingSchema
|
|
18028
18088
|
);
|
|
18029
|
-
var GetIntegrationCassaInCloudSalesModeMappings = class extends
|
|
18089
|
+
var GetIntegrationCassaInCloudSalesModeMappings = class extends import_sdk_js_core58.AbstractApiRequest {
|
|
18030
18090
|
constructor(integrationCassaInCloudId, options) {
|
|
18031
18091
|
super(void 0, options);
|
|
18032
18092
|
this.method = "GET";
|
|
@@ -18046,10 +18106,10 @@ var GetIntegrationCassaInCloudSalesModeMappings = class extends import_sdk_js_co
|
|
|
18046
18106
|
};
|
|
18047
18107
|
|
|
18048
18108
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncCustomersErrorLogDetails.ts
|
|
18049
|
-
var
|
|
18109
|
+
var import_sdk_js_core59 = require("@deliverart/sdk-js-core");
|
|
18050
18110
|
var getIntegrationCassaInCloudSyncCustomersErrorLogDetailsInputSchema = external_exports.undefined();
|
|
18051
18111
|
var getIntegrationCassaInCloudSyncCustomersErrorLogDetailsResponseSchema = integrationCassaInCloudSyncCustomersErrorLogDetailsSchema;
|
|
18052
|
-
var GetIntegrationCassaInCloudSyncCustomersErrorLogDetails = class extends
|
|
18112
|
+
var GetIntegrationCassaInCloudSyncCustomersErrorLogDetails = class extends import_sdk_js_core59.AbstractApiRequest {
|
|
18053
18113
|
constructor(integrationCassaInCloudId, processId, errorLogId) {
|
|
18054
18114
|
super(void 0);
|
|
18055
18115
|
this.method = "GET";
|
|
@@ -18069,14 +18129,14 @@ var GetIntegrationCassaInCloudSyncCustomersErrorLogDetails = class extends impor
|
|
|
18069
18129
|
};
|
|
18070
18130
|
|
|
18071
18131
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncCustomersErrorLogs.ts
|
|
18072
|
-
var
|
|
18132
|
+
var import_sdk_js_core60 = require("@deliverart/sdk-js-core");
|
|
18073
18133
|
var import_sdk_js_global_types26 = require("@deliverart/sdk-js-global-types");
|
|
18074
18134
|
var getIntegrationCassaInCloudSyncCustomersErrorLogsQuerySchema = integrationCassaInCloudSyncCustomersErrorLogsQuerySchema;
|
|
18075
18135
|
var getIntegrationCassaInCloudSyncCustomersErrorLogsInputSchema = external_exports.undefined();
|
|
18076
18136
|
var getIntegrationCassaInCloudSyncCustomersErrorLogsResponseSchema = (0, import_sdk_js_global_types26.createPaginatedSchema)(
|
|
18077
18137
|
integrationCassaInCloudSyncCustomersErrorLogSchema
|
|
18078
18138
|
);
|
|
18079
|
-
var GetIntegrationCassaInCloudSyncCustomersErrorLogs = class extends
|
|
18139
|
+
var GetIntegrationCassaInCloudSyncCustomersErrorLogs = class extends import_sdk_js_core60.AbstractApiRequest {
|
|
18080
18140
|
constructor(integrationCassaInCloudId, processId, options) {
|
|
18081
18141
|
super(void 0, options);
|
|
18082
18142
|
this.method = "GET";
|
|
@@ -18097,10 +18157,10 @@ var GetIntegrationCassaInCloudSyncCustomersErrorLogs = class extends import_sdk_
|
|
|
18097
18157
|
};
|
|
18098
18158
|
|
|
18099
18159
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncCustomersProcessDetails.ts
|
|
18100
|
-
var
|
|
18160
|
+
var import_sdk_js_core61 = require("@deliverart/sdk-js-core");
|
|
18101
18161
|
var getIntegrationCassaInCloudSyncCustomersProcessDetailsInputSchema = external_exports.undefined();
|
|
18102
18162
|
var getIntegrationCassaInCloudSyncCustomersProcessDetailsResponseSchema = integrationCassaInCloudSyncCustomersProcessDetailsSchema;
|
|
18103
|
-
var GetIntegrationCassaInCloudSyncCustomersProcessDetails = class extends
|
|
18163
|
+
var GetIntegrationCassaInCloudSyncCustomersProcessDetails = class extends import_sdk_js_core61.AbstractApiRequest {
|
|
18104
18164
|
constructor(integrationCassaInCloudId, processId) {
|
|
18105
18165
|
super(void 0);
|
|
18106
18166
|
this.method = "GET";
|
|
@@ -18119,12 +18179,12 @@ var GetIntegrationCassaInCloudSyncCustomersProcessDetails = class extends import
|
|
|
18119
18179
|
};
|
|
18120
18180
|
|
|
18121
18181
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncCustomersProcesses.ts
|
|
18122
|
-
var
|
|
18182
|
+
var import_sdk_js_core62 = require("@deliverart/sdk-js-core");
|
|
18123
18183
|
var import_sdk_js_global_types27 = require("@deliverart/sdk-js-global-types");
|
|
18124
18184
|
var getIntegrationCassaInCloudSyncCustomersProcessesQuerySchema = integrationCassaInCloudSyncCustomersProcessesQuerySchema;
|
|
18125
18185
|
var getIntegrationCassaInCloudSyncCustomersProcessesInputSchema = external_exports.undefined();
|
|
18126
18186
|
var getIntegrationCassaInCloudSyncCustomersProcessesResponseSchema = (0, import_sdk_js_global_types27.createPaginatedSchema)(integrationCassaInCloudSyncCustomersProcessSchema);
|
|
18127
|
-
var GetIntegrationCassaInCloudSyncCustomersProcesses = class extends
|
|
18187
|
+
var GetIntegrationCassaInCloudSyncCustomersProcesses = class extends import_sdk_js_core62.AbstractApiRequest {
|
|
18128
18188
|
constructor(integrationCassaInCloudId, options) {
|
|
18129
18189
|
super(void 0, options);
|
|
18130
18190
|
this.method = "GET";
|
|
@@ -18144,10 +18204,10 @@ var GetIntegrationCassaInCloudSyncCustomersProcesses = class extends import_sdk_
|
|
|
18144
18204
|
};
|
|
18145
18205
|
|
|
18146
18206
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncMenuErrorLogDetails.ts
|
|
18147
|
-
var
|
|
18207
|
+
var import_sdk_js_core63 = require("@deliverart/sdk-js-core");
|
|
18148
18208
|
var getIntegrationCassaInCloudSyncMenuErrorLogDetailsInputSchema = external_exports.undefined();
|
|
18149
18209
|
var getIntegrationCassaInCloudSyncMenuErrorLogDetailsResponseSchema = integrationCassaInCloudSyncMenuErrorLogDetailsSchema;
|
|
18150
|
-
var GetIntegrationCassaInCloudSyncMenuErrorLogDetails = class extends
|
|
18210
|
+
var GetIntegrationCassaInCloudSyncMenuErrorLogDetails = class extends import_sdk_js_core63.AbstractApiRequest {
|
|
18151
18211
|
constructor(integrationCassaInCloudId, processId, errorLogId) {
|
|
18152
18212
|
super(void 0);
|
|
18153
18213
|
this.method = "GET";
|
|
@@ -18167,14 +18227,14 @@ var GetIntegrationCassaInCloudSyncMenuErrorLogDetails = class extends import_sdk
|
|
|
18167
18227
|
};
|
|
18168
18228
|
|
|
18169
18229
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncMenuErrorLogs.ts
|
|
18170
|
-
var
|
|
18230
|
+
var import_sdk_js_core64 = require("@deliverart/sdk-js-core");
|
|
18171
18231
|
var import_sdk_js_global_types28 = require("@deliverart/sdk-js-global-types");
|
|
18172
18232
|
var getIntegrationCassaInCloudSyncMenuErrorLogsQuerySchema = integrationCassaInCloudSyncMenuErrorLogsQuerySchema;
|
|
18173
18233
|
var getIntegrationCassaInCloudSyncMenuErrorLogsInputSchema = external_exports.undefined();
|
|
18174
18234
|
var getIntegrationCassaInCloudSyncMenuErrorLogsResponseSchema = (0, import_sdk_js_global_types28.createPaginatedSchema)(
|
|
18175
18235
|
integrationCassaInCloudSyncMenuErrorLogSchema
|
|
18176
18236
|
);
|
|
18177
|
-
var GetIntegrationCassaInCloudSyncMenuErrorLogs = class extends
|
|
18237
|
+
var GetIntegrationCassaInCloudSyncMenuErrorLogs = class extends import_sdk_js_core64.AbstractApiRequest {
|
|
18178
18238
|
constructor(integrationCassaInCloudId, processId, options) {
|
|
18179
18239
|
super(void 0, options);
|
|
18180
18240
|
this.method = "GET";
|
|
@@ -18195,10 +18255,10 @@ var GetIntegrationCassaInCloudSyncMenuErrorLogs = class extends import_sdk_js_co
|
|
|
18195
18255
|
};
|
|
18196
18256
|
|
|
18197
18257
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncMenuProcessDetails.ts
|
|
18198
|
-
var
|
|
18258
|
+
var import_sdk_js_core65 = require("@deliverart/sdk-js-core");
|
|
18199
18259
|
var getIntegrationCassaInCloudSyncMenuProcessDetailsInputSchema = external_exports.undefined();
|
|
18200
18260
|
var getIntegrationCassaInCloudSyncMenuProcessDetailsResponseSchema = integrationCassaInCloudSyncMenuProcessDetailsSchema;
|
|
18201
|
-
var GetIntegrationCassaInCloudSyncMenuProcessDetails = class extends
|
|
18261
|
+
var GetIntegrationCassaInCloudSyncMenuProcessDetails = class extends import_sdk_js_core65.AbstractApiRequest {
|
|
18202
18262
|
constructor(integrationCassaInCloudId, processId) {
|
|
18203
18263
|
super(void 0);
|
|
18204
18264
|
this.method = "GET";
|
|
@@ -18217,14 +18277,14 @@ var GetIntegrationCassaInCloudSyncMenuProcessDetails = class extends import_sdk_
|
|
|
18217
18277
|
};
|
|
18218
18278
|
|
|
18219
18279
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncMenuProcesses.ts
|
|
18220
|
-
var
|
|
18280
|
+
var import_sdk_js_core66 = require("@deliverart/sdk-js-core");
|
|
18221
18281
|
var import_sdk_js_global_types29 = require("@deliverart/sdk-js-global-types");
|
|
18222
18282
|
var getIntegrationCassaInCloudSyncMenuProcessesQuerySchema = integrationCassaInCloudSyncMenuProcessesQuerySchema;
|
|
18223
18283
|
var getIntegrationCassaInCloudSyncMenuProcessesInputSchema = external_exports.undefined();
|
|
18224
18284
|
var getIntegrationCassaInCloudSyncMenuProcessesResponseSchema = (0, import_sdk_js_global_types29.createPaginatedSchema)(
|
|
18225
18285
|
integrationCassaInCloudSyncMenuProcessSchema
|
|
18226
18286
|
);
|
|
18227
|
-
var GetIntegrationCassaInCloudSyncMenuProcesses = class extends
|
|
18287
|
+
var GetIntegrationCassaInCloudSyncMenuProcesses = class extends import_sdk_js_core66.AbstractApiRequest {
|
|
18228
18288
|
constructor(integrationCassaInCloudId, options) {
|
|
18229
18289
|
super(void 0, options);
|
|
18230
18290
|
this.method = "GET";
|
|
@@ -18244,10 +18304,10 @@ var GetIntegrationCassaInCloudSyncMenuProcesses = class extends import_sdk_js_co
|
|
|
18244
18304
|
};
|
|
18245
18305
|
|
|
18246
18306
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncSalesModesErrorLogDetails.ts
|
|
18247
|
-
var
|
|
18307
|
+
var import_sdk_js_core67 = require("@deliverart/sdk-js-core");
|
|
18248
18308
|
var getIntegrationCassaInCloudSyncSalesModesErrorLogDetailsInputSchema = external_exports.undefined();
|
|
18249
18309
|
var getIntegrationCassaInCloudSyncSalesModesErrorLogDetailsResponseSchema = integrationCassaInCloudSyncSalesModesErrorLogDetailsSchema;
|
|
18250
|
-
var GetIntegrationCassaInCloudSyncSalesModesErrorLogDetails = class extends
|
|
18310
|
+
var GetIntegrationCassaInCloudSyncSalesModesErrorLogDetails = class extends import_sdk_js_core67.AbstractApiRequest {
|
|
18251
18311
|
constructor(integrationCassaInCloudId, processId, errorLogId) {
|
|
18252
18312
|
super(void 0);
|
|
18253
18313
|
this.method = "GET";
|
|
@@ -18267,12 +18327,12 @@ var GetIntegrationCassaInCloudSyncSalesModesErrorLogDetails = class extends impo
|
|
|
18267
18327
|
};
|
|
18268
18328
|
|
|
18269
18329
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncSalesModesErrorLogs.ts
|
|
18270
|
-
var
|
|
18330
|
+
var import_sdk_js_core68 = require("@deliverart/sdk-js-core");
|
|
18271
18331
|
var import_sdk_js_global_types30 = require("@deliverart/sdk-js-global-types");
|
|
18272
18332
|
var getIntegrationCassaInCloudSyncSalesModesErrorLogsQuerySchema = integrationCassaInCloudSyncSalesModesErrorLogsQuerySchema;
|
|
18273
18333
|
var getIntegrationCassaInCloudSyncSalesModesErrorLogsInputSchema = external_exports.undefined();
|
|
18274
18334
|
var getIntegrationCassaInCloudSyncSalesModesErrorLogsResponseSchema = (0, import_sdk_js_global_types30.createPaginatedSchema)(integrationCassaInCloudSyncSalesModesErrorLogSchema);
|
|
18275
|
-
var GetIntegrationCassaInCloudSyncSalesModesErrorLogs = class extends
|
|
18335
|
+
var GetIntegrationCassaInCloudSyncSalesModesErrorLogs = class extends import_sdk_js_core68.AbstractApiRequest {
|
|
18276
18336
|
constructor(integrationCassaInCloudId, processId, options) {
|
|
18277
18337
|
super(void 0, options);
|
|
18278
18338
|
this.method = "GET";
|
|
@@ -18293,10 +18353,10 @@ var GetIntegrationCassaInCloudSyncSalesModesErrorLogs = class extends import_sdk
|
|
|
18293
18353
|
};
|
|
18294
18354
|
|
|
18295
18355
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncSalesModesProcessDetails.ts
|
|
18296
|
-
var
|
|
18356
|
+
var import_sdk_js_core69 = require("@deliverart/sdk-js-core");
|
|
18297
18357
|
var getIntegrationCassaInCloudSyncSalesModesProcessDetailsInputSchema = external_exports.undefined();
|
|
18298
18358
|
var getIntegrationCassaInCloudSyncSalesModesProcessDetailsResponseSchema = integrationCassaInCloudSyncSalesModesProcessDetailsSchema;
|
|
18299
|
-
var GetIntegrationCassaInCloudSyncSalesModesProcessDetails = class extends
|
|
18359
|
+
var GetIntegrationCassaInCloudSyncSalesModesProcessDetails = class extends import_sdk_js_core69.AbstractApiRequest {
|
|
18300
18360
|
constructor(integrationCassaInCloudId, processId) {
|
|
18301
18361
|
super(void 0);
|
|
18302
18362
|
this.method = "GET";
|
|
@@ -18315,12 +18375,12 @@ var GetIntegrationCassaInCloudSyncSalesModesProcessDetails = class extends impor
|
|
|
18315
18375
|
};
|
|
18316
18376
|
|
|
18317
18377
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncSalesModesProcesses.ts
|
|
18318
|
-
var
|
|
18378
|
+
var import_sdk_js_core70 = require("@deliverart/sdk-js-core");
|
|
18319
18379
|
var import_sdk_js_global_types31 = require("@deliverart/sdk-js-global-types");
|
|
18320
18380
|
var getIntegrationCassaInCloudSyncSalesModesProcessesQuerySchema = integrationCassaInCloudSyncSalesModesProcessesQuerySchema;
|
|
18321
18381
|
var getIntegrationCassaInCloudSyncSalesModesProcessesInputSchema = external_exports.undefined();
|
|
18322
18382
|
var getIntegrationCassaInCloudSyncSalesModesProcessesResponseSchema = (0, import_sdk_js_global_types31.createPaginatedSchema)(integrationCassaInCloudSyncSalesModesProcessSchema);
|
|
18323
|
-
var GetIntegrationCassaInCloudSyncSalesModesProcesses = class extends
|
|
18383
|
+
var GetIntegrationCassaInCloudSyncSalesModesProcesses = class extends import_sdk_js_core70.AbstractApiRequest {
|
|
18324
18384
|
constructor(integrationCassaInCloudId, options) {
|
|
18325
18385
|
super(void 0, options);
|
|
18326
18386
|
this.method = "GET";
|
|
@@ -18340,10 +18400,10 @@ var GetIntegrationCassaInCloudSyncSalesModesProcesses = class extends import_sdk
|
|
|
18340
18400
|
};
|
|
18341
18401
|
|
|
18342
18402
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncTimetablesErrorLogDetails.ts
|
|
18343
|
-
var
|
|
18403
|
+
var import_sdk_js_core71 = require("@deliverart/sdk-js-core");
|
|
18344
18404
|
var getIntegrationCassaInCloudSyncTimetablesErrorLogDetailsInputSchema = external_exports.undefined();
|
|
18345
18405
|
var getIntegrationCassaInCloudSyncTimetablesErrorLogDetailsResponseSchema = integrationCassaInCloudSyncTimetablesErrorLogDetailsSchema;
|
|
18346
|
-
var GetIntegrationCassaInCloudSyncTimetablesErrorLogDetails = class extends
|
|
18406
|
+
var GetIntegrationCassaInCloudSyncTimetablesErrorLogDetails = class extends import_sdk_js_core71.AbstractApiRequest {
|
|
18347
18407
|
constructor(integrationCassaInCloudId, processId, errorLogId) {
|
|
18348
18408
|
super(void 0);
|
|
18349
18409
|
this.method = "GET";
|
|
@@ -18363,12 +18423,12 @@ var GetIntegrationCassaInCloudSyncTimetablesErrorLogDetails = class extends impo
|
|
|
18363
18423
|
};
|
|
18364
18424
|
|
|
18365
18425
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncTimetablesErrorLogs.ts
|
|
18366
|
-
var
|
|
18426
|
+
var import_sdk_js_core72 = require("@deliverart/sdk-js-core");
|
|
18367
18427
|
var import_sdk_js_global_types32 = require("@deliverart/sdk-js-global-types");
|
|
18368
18428
|
var getIntegrationCassaInCloudSyncTimetablesErrorLogsQuerySchema = integrationCassaInCloudSyncTimetablesErrorLogsQuerySchema;
|
|
18369
18429
|
var getIntegrationCassaInCloudSyncTimetablesErrorLogsInputSchema = external_exports.undefined();
|
|
18370
18430
|
var getIntegrationCassaInCloudSyncTimetablesErrorLogsResponseSchema = (0, import_sdk_js_global_types32.createPaginatedSchema)(integrationCassaInCloudSyncTimetablesErrorLogSchema);
|
|
18371
|
-
var GetIntegrationCassaInCloudSyncTimetablesErrorLogs = class extends
|
|
18431
|
+
var GetIntegrationCassaInCloudSyncTimetablesErrorLogs = class extends import_sdk_js_core72.AbstractApiRequest {
|
|
18372
18432
|
constructor(integrationCassaInCloudId, processId, options) {
|
|
18373
18433
|
super(void 0, options);
|
|
18374
18434
|
this.method = "GET";
|
|
@@ -18389,10 +18449,10 @@ var GetIntegrationCassaInCloudSyncTimetablesErrorLogs = class extends import_sdk
|
|
|
18389
18449
|
};
|
|
18390
18450
|
|
|
18391
18451
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncTimetablesProcessDetails.ts
|
|
18392
|
-
var
|
|
18452
|
+
var import_sdk_js_core73 = require("@deliverart/sdk-js-core");
|
|
18393
18453
|
var getIntegrationCassaInCloudSyncTimetablesProcessDetailsInputSchema = external_exports.undefined();
|
|
18394
18454
|
var getIntegrationCassaInCloudSyncTimetablesProcessDetailsResponseSchema = integrationCassaInCloudSyncTimetablesProcessDetailsSchema;
|
|
18395
|
-
var GetIntegrationCassaInCloudSyncTimetablesProcessDetails = class extends
|
|
18455
|
+
var GetIntegrationCassaInCloudSyncTimetablesProcessDetails = class extends import_sdk_js_core73.AbstractApiRequest {
|
|
18396
18456
|
constructor(integrationCassaInCloudId, processId) {
|
|
18397
18457
|
super(void 0);
|
|
18398
18458
|
this.method = "GET";
|
|
@@ -18411,12 +18471,12 @@ var GetIntegrationCassaInCloudSyncTimetablesProcessDetails = class extends impor
|
|
|
18411
18471
|
};
|
|
18412
18472
|
|
|
18413
18473
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncTimetablesProcesses.ts
|
|
18414
|
-
var
|
|
18474
|
+
var import_sdk_js_core74 = require("@deliverart/sdk-js-core");
|
|
18415
18475
|
var import_sdk_js_global_types33 = require("@deliverart/sdk-js-global-types");
|
|
18416
18476
|
var getIntegrationCassaInCloudSyncTimetablesProcessesQuerySchema = integrationCassaInCloudSyncTimetablesProcessesQuerySchema;
|
|
18417
18477
|
var getIntegrationCassaInCloudSyncTimetablesProcessesInputSchema = external_exports.undefined();
|
|
18418
18478
|
var getIntegrationCassaInCloudSyncTimetablesProcessesResponseSchema = (0, import_sdk_js_global_types33.createPaginatedSchema)(integrationCassaInCloudSyncTimetablesProcessSchema);
|
|
18419
|
-
var GetIntegrationCassaInCloudSyncTimetablesProcesses = class extends
|
|
18479
|
+
var GetIntegrationCassaInCloudSyncTimetablesProcesses = class extends import_sdk_js_core74.AbstractApiRequest {
|
|
18420
18480
|
constructor(integrationCassaInCloudId, options) {
|
|
18421
18481
|
super(void 0, options);
|
|
18422
18482
|
this.method = "GET";
|
|
@@ -18436,10 +18496,10 @@ var GetIntegrationCassaInCloudSyncTimetablesProcesses = class extends import_sdk
|
|
|
18436
18496
|
};
|
|
18437
18497
|
|
|
18438
18498
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudWebHookEventDetails.ts
|
|
18439
|
-
var
|
|
18499
|
+
var import_sdk_js_core75 = require("@deliverart/sdk-js-core");
|
|
18440
18500
|
var getIntegrationCassaInCloudWebHookEventDetailsInputSchema = external_exports.undefined();
|
|
18441
18501
|
var getIntegrationCassaInCloudWebHookEventDetailsResponseSchema = integrationCassaInCloudWebHookEventDetailsSchema;
|
|
18442
|
-
var GetIntegrationCassaInCloudWebHookEventDetails = class extends
|
|
18502
|
+
var GetIntegrationCassaInCloudWebHookEventDetails = class extends import_sdk_js_core75.AbstractApiRequest {
|
|
18443
18503
|
constructor(integrationCassaInCloudId, eventId) {
|
|
18444
18504
|
super(void 0);
|
|
18445
18505
|
this.method = "GET";
|
|
@@ -18458,14 +18518,14 @@ var GetIntegrationCassaInCloudWebHookEventDetails = class extends import_sdk_js_
|
|
|
18458
18518
|
};
|
|
18459
18519
|
|
|
18460
18520
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudWebHookEvents.ts
|
|
18461
|
-
var
|
|
18521
|
+
var import_sdk_js_core76 = require("@deliverart/sdk-js-core");
|
|
18462
18522
|
var import_sdk_js_global_types34 = require("@deliverart/sdk-js-global-types");
|
|
18463
18523
|
var getIntegrationCassaInCloudWebHookEventsQuerySchema = integrationCassaInCloudWebHookEventsQuerySchema;
|
|
18464
18524
|
var getIntegrationCassaInCloudWebHookEventsInputSchema = external_exports.undefined();
|
|
18465
18525
|
var getIntegrationCassaInCloudWebHookEventsResponseSchema = (0, import_sdk_js_global_types34.createPaginatedSchema)(
|
|
18466
18526
|
integrationCassaInCloudWebHookEventSchema
|
|
18467
18527
|
);
|
|
18468
|
-
var GetIntegrationCassaInCloudWebHookEvents = class extends
|
|
18528
|
+
var GetIntegrationCassaInCloudWebHookEvents = class extends import_sdk_js_core76.AbstractApiRequest {
|
|
18469
18529
|
constructor(integrationCassaInCloudId, options) {
|
|
18470
18530
|
super(void 0, options);
|
|
18471
18531
|
this.method = "GET";
|
|
@@ -18485,10 +18545,10 @@ var GetIntegrationCassaInCloudWebHookEvents = class extends import_sdk_js_core75
|
|
|
18485
18545
|
};
|
|
18486
18546
|
|
|
18487
18547
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudWebHookSettingDetails.ts
|
|
18488
|
-
var
|
|
18548
|
+
var import_sdk_js_core77 = require("@deliverart/sdk-js-core");
|
|
18489
18549
|
var getIntegrationCassaInCloudWebHookSettingDetailsInputSchema = external_exports.undefined();
|
|
18490
18550
|
var getIntegrationCassaInCloudWebHookSettingDetailsResponseSchema = integrationCassaInCloudWebHookSettingDetailsSchema;
|
|
18491
|
-
var GetIntegrationCassaInCloudWebHookSettingDetails = class extends
|
|
18551
|
+
var GetIntegrationCassaInCloudWebHookSettingDetails = class extends import_sdk_js_core77.AbstractApiRequest {
|
|
18492
18552
|
constructor(integrationCassaInCloudId, webHookId) {
|
|
18493
18553
|
super(void 0);
|
|
18494
18554
|
this.method = "GET";
|
|
@@ -18507,13 +18567,13 @@ var GetIntegrationCassaInCloudWebHookSettingDetails = class extends import_sdk_j
|
|
|
18507
18567
|
};
|
|
18508
18568
|
|
|
18509
18569
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudWebHookSettings.ts
|
|
18510
|
-
var
|
|
18570
|
+
var import_sdk_js_core78 = require("@deliverart/sdk-js-core");
|
|
18511
18571
|
var getIntegrationCassaInCloudWebHookSettingsQuerySchema = integrationCassaInCloudWebHookSettingsQuerySchema;
|
|
18512
18572
|
var getIntegrationCassaInCloudWebHookSettingsInputSchema = external_exports.undefined();
|
|
18513
18573
|
var getIntegrationCassaInCloudWebHookSettingsResponseSchema = external_exports.array(
|
|
18514
18574
|
integrationCassaInCloudWebHookSettingSchema
|
|
18515
18575
|
);
|
|
18516
|
-
var GetIntegrationCassaInCloudWebHookSettings = class extends
|
|
18576
|
+
var GetIntegrationCassaInCloudWebHookSettings = class extends import_sdk_js_core78.AbstractApiRequest {
|
|
18517
18577
|
constructor(integrationCassaInCloudId, options) {
|
|
18518
18578
|
super(void 0, options);
|
|
18519
18579
|
this.method = "GET";
|
|
@@ -18533,13 +18593,13 @@ var GetIntegrationCassaInCloudWebHookSettings = class extends import_sdk_js_core
|
|
|
18533
18593
|
};
|
|
18534
18594
|
|
|
18535
18595
|
// src/requests/services/cassa_in_cloud/IntegrationCassaInCloudSyncCustomers.ts
|
|
18536
|
-
var
|
|
18596
|
+
var import_sdk_js_core79 = require("@deliverart/sdk-js-core");
|
|
18537
18597
|
var integrationCassaInCloudSyncCustomersInputSchema = external_exports.object({
|
|
18538
18598
|
direction: integrationCassaInCloudSyncDirectionSchema,
|
|
18539
18599
|
mode: integrationCassaInCloudSyncModeSchema
|
|
18540
18600
|
});
|
|
18541
18601
|
var integrationCassaInCloudSyncCustomersResponseSchema = integrationAsyncMessageResponseSchema;
|
|
18542
|
-
var IntegrationCassaInCloudSyncCustomers = class extends
|
|
18602
|
+
var IntegrationCassaInCloudSyncCustomers = class extends import_sdk_js_core79.AbstractApiRequest {
|
|
18543
18603
|
constructor(integrationCassaInCloudId, input) {
|
|
18544
18604
|
super(input);
|
|
18545
18605
|
this.method = "POST";
|
|
@@ -18557,10 +18617,10 @@ var IntegrationCassaInCloudSyncCustomers = class extends import_sdk_js_core78.Ab
|
|
|
18557
18617
|
};
|
|
18558
18618
|
|
|
18559
18619
|
// src/requests/services/cassa_in_cloud/IntegrationCassaInCloudSyncOrganizations.ts
|
|
18560
|
-
var
|
|
18620
|
+
var import_sdk_js_core80 = require("@deliverart/sdk-js-core");
|
|
18561
18621
|
var integrationCassaInCloudSyncOrganizationsInputSchema = external_exports.undefined();
|
|
18562
18622
|
var integrationCassaInCloudSyncOrganizationsResponseSchema = integrationAsyncMessageResponseSchema;
|
|
18563
|
-
var IntegrationCassaInCloudSyncOrganizations = class extends
|
|
18623
|
+
var IntegrationCassaInCloudSyncOrganizations = class extends import_sdk_js_core80.AbstractApiRequest {
|
|
18564
18624
|
constructor(integrationCassaInCloudId) {
|
|
18565
18625
|
super(void 0);
|
|
18566
18626
|
this.method = "POST";
|
|
@@ -18578,13 +18638,13 @@ var IntegrationCassaInCloudSyncOrganizations = class extends import_sdk_js_core7
|
|
|
18578
18638
|
};
|
|
18579
18639
|
|
|
18580
18640
|
// src/requests/services/cassa_in_cloud/IntegrationCassaInCloudSyncProducts.ts
|
|
18581
|
-
var
|
|
18641
|
+
var import_sdk_js_core81 = require("@deliverart/sdk-js-core");
|
|
18582
18642
|
var integrationCassaInCloudSyncProductsInputSchema = external_exports.object({
|
|
18583
18643
|
direction: integrationCassaInCloudSyncDirectionSchema,
|
|
18584
18644
|
mode: integrationCassaInCloudSyncModeSchema
|
|
18585
18645
|
});
|
|
18586
18646
|
var integrationCassaInCloudSyncProductsResponseSchema = integrationAsyncMessageResponseSchema;
|
|
18587
|
-
var IntegrationCassaInCloudSyncProducts = class extends
|
|
18647
|
+
var IntegrationCassaInCloudSyncProducts = class extends import_sdk_js_core81.AbstractApiRequest {
|
|
18588
18648
|
constructor(integrationCassaInCloudId, input) {
|
|
18589
18649
|
super(input);
|
|
18590
18650
|
this.method = "POST";
|
|
@@ -18602,13 +18662,13 @@ var IntegrationCassaInCloudSyncProducts = class extends import_sdk_js_core80.Abs
|
|
|
18602
18662
|
};
|
|
18603
18663
|
|
|
18604
18664
|
// src/requests/services/cassa_in_cloud/IntegrationCassaInCloudSyncSalesModes.ts
|
|
18605
|
-
var
|
|
18665
|
+
var import_sdk_js_core82 = require("@deliverart/sdk-js-core");
|
|
18606
18666
|
var integrationCassaInCloudSyncSalesModesInputSchema = external_exports.object({
|
|
18607
18667
|
direction: integrationCassaInCloudSyncDirectionSchema,
|
|
18608
18668
|
mode: integrationCassaInCloudSyncModeSchema
|
|
18609
18669
|
});
|
|
18610
18670
|
var integrationCassaInCloudSyncSalesModesResponseSchema = integrationAsyncMessageResponseSchema;
|
|
18611
|
-
var IntegrationCassaInCloudSyncSalesModes = class extends
|
|
18671
|
+
var IntegrationCassaInCloudSyncSalesModes = class extends import_sdk_js_core82.AbstractApiRequest {
|
|
18612
18672
|
constructor(integrationCassaInCloudId, input) {
|
|
18613
18673
|
super(input);
|
|
18614
18674
|
this.method = "POST";
|
|
@@ -18626,10 +18686,10 @@ var IntegrationCassaInCloudSyncSalesModes = class extends import_sdk_js_core81.A
|
|
|
18626
18686
|
};
|
|
18627
18687
|
|
|
18628
18688
|
// src/requests/services/cassa_in_cloud/IntegrationCassaInCloudSyncStock.ts
|
|
18629
|
-
var
|
|
18689
|
+
var import_sdk_js_core83 = require("@deliverart/sdk-js-core");
|
|
18630
18690
|
var integrationCassaInCloudSyncStockInputSchema = external_exports.undefined();
|
|
18631
18691
|
var integrationCassaInCloudSyncStockResponseSchema = integrationAsyncMessageResponseSchema;
|
|
18632
|
-
var IntegrationCassaInCloudSyncStock = class extends
|
|
18692
|
+
var IntegrationCassaInCloudSyncStock = class extends import_sdk_js_core83.AbstractApiRequest {
|
|
18633
18693
|
constructor(integrationCassaInCloudId) {
|
|
18634
18694
|
super(void 0);
|
|
18635
18695
|
this.method = "POST";
|
|
@@ -18647,13 +18707,13 @@ var IntegrationCassaInCloudSyncStock = class extends import_sdk_js_core82.Abstra
|
|
|
18647
18707
|
};
|
|
18648
18708
|
|
|
18649
18709
|
// src/requests/services/cassa_in_cloud/IntegrationCassaInCloudSyncTimetables.ts
|
|
18650
|
-
var
|
|
18710
|
+
var import_sdk_js_core84 = require("@deliverart/sdk-js-core");
|
|
18651
18711
|
var integrationCassaInCloudSyncTimetablesInputSchema = external_exports.object({
|
|
18652
18712
|
direction: integrationCassaInCloudSyncDirectionSchema,
|
|
18653
18713
|
mode: integrationCassaInCloudSyncModeSchema
|
|
18654
18714
|
});
|
|
18655
18715
|
var integrationCassaInCloudSyncTimetablesResponseSchema = integrationAsyncMessageResponseSchema;
|
|
18656
|
-
var IntegrationCassaInCloudSyncTimetables = class extends
|
|
18716
|
+
var IntegrationCassaInCloudSyncTimetables = class extends import_sdk_js_core84.AbstractApiRequest {
|
|
18657
18717
|
constructor(integrationCassaInCloudId, input) {
|
|
18658
18718
|
super(input);
|
|
18659
18719
|
this.method = "POST";
|
|
@@ -18671,10 +18731,10 @@ var IntegrationCassaInCloudSyncTimetables = class extends import_sdk_js_core83.A
|
|
|
18671
18731
|
};
|
|
18672
18732
|
|
|
18673
18733
|
// src/requests/services/cassa_in_cloud/IntegrationCassaInCloudSyncWebHooks.ts
|
|
18674
|
-
var
|
|
18734
|
+
var import_sdk_js_core85 = require("@deliverart/sdk-js-core");
|
|
18675
18735
|
var integrationCassaInCloudSyncWebHooksInputSchema = external_exports.undefined();
|
|
18676
18736
|
var integrationCassaInCloudSyncWebHooksResponseSchema = integrationAsyncMessageResponseSchema;
|
|
18677
|
-
var IntegrationCassaInCloudSyncWebHooks = class extends
|
|
18737
|
+
var IntegrationCassaInCloudSyncWebHooks = class extends import_sdk_js_core85.AbstractApiRequest {
|
|
18678
18738
|
constructor(integrationCassaInCloudId) {
|
|
18679
18739
|
super(void 0);
|
|
18680
18740
|
this.method = "POST";
|
|
@@ -18692,10 +18752,10 @@ var IntegrationCassaInCloudSyncWebHooks = class extends import_sdk_js_core84.Abs
|
|
|
18692
18752
|
};
|
|
18693
18753
|
|
|
18694
18754
|
// src/requests/services/cassa_in_cloud/UpdateIntegrationCassaInCloud.ts
|
|
18695
|
-
var
|
|
18755
|
+
var import_sdk_js_core86 = require("@deliverart/sdk-js-core");
|
|
18696
18756
|
var updateIntegrationCassaInCloudInputSchema = integrationCassaInCloudEditableFieldsSchema.partial();
|
|
18697
18757
|
var updateIntegrationCassaInCloudResponseSchema = integrationCassaInCloudDetailsSchema;
|
|
18698
|
-
var UpdateIntegrationCassaInCloud = class extends
|
|
18758
|
+
var UpdateIntegrationCassaInCloud = class extends import_sdk_js_core86.AbstractApiRequest {
|
|
18699
18759
|
constructor(integrationCassaInCloudId, input) {
|
|
18700
18760
|
super(input);
|
|
18701
18761
|
this.method = "PATCH";
|
|
@@ -18713,13 +18773,13 @@ var UpdateIntegrationCassaInCloud = class extends import_sdk_js_core85.AbstractA
|
|
|
18713
18773
|
};
|
|
18714
18774
|
|
|
18715
18775
|
// src/requests/services/deliveroo/CreateIntegrationDeliveroo.ts
|
|
18716
|
-
var
|
|
18776
|
+
var import_sdk_js_core87 = require("@deliverart/sdk-js-core");
|
|
18717
18777
|
var import_sdk_js_point_of_sale7 = require("@deliverart/sdk-js-point-of-sale");
|
|
18718
18778
|
var createIntegrationDeliverooInputSchema = integrationDeliverooEditableFieldsSchema.extend({
|
|
18719
18779
|
pointOfSale: import_sdk_js_point_of_sale7.pointOfSaleIriSchema
|
|
18720
18780
|
});
|
|
18721
18781
|
var createIntegrationDeliverooResponseSchema = integrationDeliverooDetailsSchema;
|
|
18722
|
-
var CreateIntegrationDeliveroo = class extends
|
|
18782
|
+
var CreateIntegrationDeliveroo = class extends import_sdk_js_core87.AbstractApiRequest {
|
|
18723
18783
|
constructor(input) {
|
|
18724
18784
|
super(input);
|
|
18725
18785
|
this.method = "POST";
|
|
@@ -18736,11 +18796,11 @@ var CreateIntegrationDeliveroo = class extends import_sdk_js_core86.AbstractApiR
|
|
|
18736
18796
|
};
|
|
18737
18797
|
|
|
18738
18798
|
// src/requests/services/deliveroo/DeleteIntegrationDeliveroo.ts
|
|
18739
|
-
var
|
|
18799
|
+
var import_sdk_js_core88 = require("@deliverart/sdk-js-core");
|
|
18740
18800
|
var import_sdk_js_global_types35 = require("@deliverart/sdk-js-global-types");
|
|
18741
18801
|
var deleteIntegrationDeliverooInputSchema = external_exports.undefined();
|
|
18742
18802
|
var deleteIntegrationDeliverooResponseSchema = import_sdk_js_global_types35.emptyResponseSchema;
|
|
18743
|
-
var DeleteIntegrationDeliveroo = class extends
|
|
18803
|
+
var DeleteIntegrationDeliveroo = class extends import_sdk_js_core88.AbstractApiRequest {
|
|
18744
18804
|
constructor(integrationDeliverooId) {
|
|
18745
18805
|
super(void 0);
|
|
18746
18806
|
this.method = "DELETE";
|
|
@@ -18758,10 +18818,10 @@ var DeleteIntegrationDeliveroo = class extends import_sdk_js_core87.AbstractApiR
|
|
|
18758
18818
|
};
|
|
18759
18819
|
|
|
18760
18820
|
// src/requests/services/deliveroo/GetIntegrationDeliverooBrands.ts
|
|
18761
|
-
var
|
|
18821
|
+
var import_sdk_js_core89 = require("@deliverart/sdk-js-core");
|
|
18762
18822
|
var getIntegrationDeliverooBrandsInputSchema = external_exports.undefined();
|
|
18763
18823
|
var getIntegrationDeliverooBrandsResponseSchema = integrationDeliverooDebugBrandsResponseSchema;
|
|
18764
|
-
var GetIntegrationDeliverooBrands = class extends
|
|
18824
|
+
var GetIntegrationDeliverooBrands = class extends import_sdk_js_core89.AbstractApiRequest {
|
|
18765
18825
|
constructor() {
|
|
18766
18826
|
super(void 0);
|
|
18767
18827
|
this.method = "GET";
|
|
@@ -18778,10 +18838,10 @@ var GetIntegrationDeliverooBrands = class extends import_sdk_js_core88.AbstractA
|
|
|
18778
18838
|
};
|
|
18779
18839
|
|
|
18780
18840
|
// src/requests/services/deliveroo/GetIntegrationDeliverooBrandSites.ts
|
|
18781
|
-
var
|
|
18841
|
+
var import_sdk_js_core90 = require("@deliverart/sdk-js-core");
|
|
18782
18842
|
var getIntegrationDeliverooBrandSitesInputSchema = external_exports.undefined();
|
|
18783
18843
|
var getIntegrationDeliverooBrandSitesResponseSchema = integrationDeliverooDebugSitesResponseSchema;
|
|
18784
|
-
var GetIntegrationDeliverooBrandSites = class extends
|
|
18844
|
+
var GetIntegrationDeliverooBrandSites = class extends import_sdk_js_core90.AbstractApiRequest {
|
|
18785
18845
|
constructor(brandId) {
|
|
18786
18846
|
super(void 0);
|
|
18787
18847
|
this.method = "GET";
|
|
@@ -18799,10 +18859,10 @@ var GetIntegrationDeliverooBrandSites = class extends import_sdk_js_core89.Abstr
|
|
|
18799
18859
|
};
|
|
18800
18860
|
|
|
18801
18861
|
// src/requests/services/deliveroo/GetIntegrationDeliverooClientLogRequestDetails.ts
|
|
18802
|
-
var
|
|
18862
|
+
var import_sdk_js_core91 = require("@deliverart/sdk-js-core");
|
|
18803
18863
|
var getIntegrationDeliverooClientLogRequestDetailsInputSchema = external_exports.undefined();
|
|
18804
18864
|
var getIntegrationDeliverooClientLogRequestDetailsResponseSchema = integrationClientLogRequestDetailsSchema;
|
|
18805
|
-
var GetIntegrationDeliverooClientLogRequestDetails = class extends
|
|
18865
|
+
var GetIntegrationDeliverooClientLogRequestDetails = class extends import_sdk_js_core91.AbstractApiRequest {
|
|
18806
18866
|
constructor(integrationDeliverooId, requestId) {
|
|
18807
18867
|
super(void 0);
|
|
18808
18868
|
this.method = "GET";
|
|
@@ -18821,14 +18881,14 @@ var GetIntegrationDeliverooClientLogRequestDetails = class extends import_sdk_js
|
|
|
18821
18881
|
};
|
|
18822
18882
|
|
|
18823
18883
|
// src/requests/services/deliveroo/GetIntegrationDeliverooClientLogRequests.ts
|
|
18824
|
-
var
|
|
18884
|
+
var import_sdk_js_core92 = require("@deliverart/sdk-js-core");
|
|
18825
18885
|
var import_sdk_js_global_types36 = require("@deliverart/sdk-js-global-types");
|
|
18826
18886
|
var getIntegrationDeliverooClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
18827
18887
|
var getIntegrationDeliverooClientLogRequestsInputSchema = external_exports.undefined();
|
|
18828
18888
|
var getIntegrationDeliverooClientLogRequestsResponseSchema = (0, import_sdk_js_global_types36.createPaginatedSchema)(
|
|
18829
18889
|
integrationClientLogRequestSchema
|
|
18830
18890
|
);
|
|
18831
|
-
var GetIntegrationDeliverooClientLogRequests = class extends
|
|
18891
|
+
var GetIntegrationDeliverooClientLogRequests = class extends import_sdk_js_core92.AbstractApiRequest {
|
|
18832
18892
|
constructor(integrationDeliverooId, options) {
|
|
18833
18893
|
super(void 0, options);
|
|
18834
18894
|
this.method = "GET";
|
|
@@ -18847,11 +18907,39 @@ var GetIntegrationDeliverooClientLogRequests = class extends import_sdk_js_core9
|
|
|
18847
18907
|
}
|
|
18848
18908
|
};
|
|
18849
18909
|
|
|
18910
|
+
// src/requests/services/deliveroo/GetIntegrationDeliverooClientLogRequestsFromOrder.ts
|
|
18911
|
+
var import_sdk_js_core93 = require("@deliverart/sdk-js-core");
|
|
18912
|
+
var getIntegrationDeliverooClientLogRequestsFromOrderQuerySchema = clientLogRequestQuerySchema.omit({
|
|
18913
|
+
page: true
|
|
18914
|
+
});
|
|
18915
|
+
var getIntegrationDeliverooClientLogRequestsFromOrderInputSchema = external_exports.undefined();
|
|
18916
|
+
var getIntegrationDeliverooClientLogRequestsFromOrderResponseSchema = external_exports.array(
|
|
18917
|
+
integrationClientLogRequestSchema
|
|
18918
|
+
);
|
|
18919
|
+
var GetIntegrationDeliverooClientLogRequestsFromOrder = class extends import_sdk_js_core93.AbstractApiRequest {
|
|
18920
|
+
constructor(orderId, options) {
|
|
18921
|
+
super(void 0, options);
|
|
18922
|
+
this.method = "GET";
|
|
18923
|
+
this.contentType = "application/json";
|
|
18924
|
+
this.accept = "application/json";
|
|
18925
|
+
this.inputSchema = getIntegrationDeliverooClientLogRequestsFromOrderInputSchema;
|
|
18926
|
+
this.outputSchema = getIntegrationDeliverooClientLogRequestsFromOrderResponseSchema;
|
|
18927
|
+
this.querySchema = getIntegrationDeliverooClientLogRequestsFromOrderQuerySchema;
|
|
18928
|
+
this.headersSchema = void 0;
|
|
18929
|
+
this.listItemSchema = integrationClientLogRequestSchema;
|
|
18930
|
+
this.paginationDefaultEnabled = false;
|
|
18931
|
+
this.orderId = orderId;
|
|
18932
|
+
}
|
|
18933
|
+
getPath() {
|
|
18934
|
+
return `/orders/${this.orderId}/deliveroo_client_log_requests`;
|
|
18935
|
+
}
|
|
18936
|
+
};
|
|
18937
|
+
|
|
18850
18938
|
// src/requests/services/deliveroo/GetIntegrationDeliverooDetails.ts
|
|
18851
|
-
var
|
|
18939
|
+
var import_sdk_js_core94 = require("@deliverart/sdk-js-core");
|
|
18852
18940
|
var getIntegrationDeliverooDetailsInputSchema = external_exports.undefined();
|
|
18853
18941
|
var getIntegrationDeliverooDetailsResponseSchema = integrationDeliverooDetailsSchema;
|
|
18854
|
-
var GetIntegrationDeliverooDetails = class extends
|
|
18942
|
+
var GetIntegrationDeliverooDetails = class extends import_sdk_js_core94.AbstractApiRequest {
|
|
18855
18943
|
constructor(integrationDeliverooId) {
|
|
18856
18944
|
super(void 0);
|
|
18857
18945
|
this.method = "GET";
|
|
@@ -18869,14 +18957,14 @@ var GetIntegrationDeliverooDetails = class extends import_sdk_js_core92.Abstract
|
|
|
18869
18957
|
};
|
|
18870
18958
|
|
|
18871
18959
|
// src/requests/services/deliveroo/GetIntegrationDeliverooGlobalClientLogRequests.ts
|
|
18872
|
-
var
|
|
18960
|
+
var import_sdk_js_core95 = require("@deliverart/sdk-js-core");
|
|
18873
18961
|
var import_sdk_js_global_types37 = require("@deliverart/sdk-js-global-types");
|
|
18874
18962
|
var getIntegrationDeliverooGlobalClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
18875
18963
|
var getIntegrationDeliverooGlobalClientLogRequestsInputSchema = external_exports.undefined();
|
|
18876
18964
|
var getIntegrationDeliverooGlobalClientLogRequestsResponseSchema = (0, import_sdk_js_global_types37.createPaginatedSchema)(
|
|
18877
18965
|
integrationClientLogRequestSchema
|
|
18878
18966
|
);
|
|
18879
|
-
var GetIntegrationDeliverooGlobalClientLogRequests = class extends
|
|
18967
|
+
var GetIntegrationDeliverooGlobalClientLogRequests = class extends import_sdk_js_core95.AbstractApiRequest {
|
|
18880
18968
|
constructor(options) {
|
|
18881
18969
|
super(void 0, options);
|
|
18882
18970
|
this.method = "GET";
|
|
@@ -18895,7 +18983,7 @@ var GetIntegrationDeliverooGlobalClientLogRequests = class extends import_sdk_js
|
|
|
18895
18983
|
};
|
|
18896
18984
|
|
|
18897
18985
|
// src/requests/services/deliveroo/GetIntegrationDeliverooList.ts
|
|
18898
|
-
var
|
|
18986
|
+
var import_sdk_js_core96 = require("@deliverart/sdk-js-core");
|
|
18899
18987
|
var import_sdk_js_global_types38 = require("@deliverart/sdk-js-global-types");
|
|
18900
18988
|
var getIntegrationDeliverooListQuerySchema = integrationsDeliverooQuerySchema.omit({
|
|
18901
18989
|
service: true
|
|
@@ -18904,7 +18992,7 @@ var getIntegrationDeliverooListResponseSchema = (0, import_sdk_js_global_types38
|
|
|
18904
18992
|
integrationDeliverooSchema
|
|
18905
18993
|
);
|
|
18906
18994
|
var getIntegrationDeliverooListInputSchema = external_exports.undefined();
|
|
18907
|
-
var GetIntegrationDeliverooList = class extends
|
|
18995
|
+
var GetIntegrationDeliverooList = class extends import_sdk_js_core96.AbstractApiRequest {
|
|
18908
18996
|
constructor(options) {
|
|
18909
18997
|
super(void 0, options);
|
|
18910
18998
|
this.method = "GET";
|
|
@@ -18923,11 +19011,11 @@ var GetIntegrationDeliverooList = class extends import_sdk_js_core94.AbstractApi
|
|
|
18923
19011
|
};
|
|
18924
19012
|
|
|
18925
19013
|
// src/requests/services/deliveroo/GetIntegrationDeliverooMenuValidation.ts
|
|
18926
|
-
var
|
|
19014
|
+
var import_sdk_js_core97 = require("@deliverart/sdk-js-core");
|
|
18927
19015
|
var import_sdk_js_global_types39 = require("@deliverart/sdk-js-global-types");
|
|
18928
19016
|
var getIntegrationDeliverooMenuValidationInputSchema = external_exports.undefined();
|
|
18929
19017
|
var getIntegrationDeliverooMenuValidationResponseSchema = import_sdk_js_global_types39.emptyResponseSchema;
|
|
18930
|
-
var GetIntegrationDeliverooMenuValidation = class extends
|
|
19018
|
+
var GetIntegrationDeliverooMenuValidation = class extends import_sdk_js_core97.AbstractApiRequest {
|
|
18931
19019
|
constructor(integrationDeliverooId) {
|
|
18932
19020
|
super(void 0);
|
|
18933
19021
|
this.method = "GET";
|
|
@@ -18945,10 +19033,10 @@ var GetIntegrationDeliverooMenuValidation = class extends import_sdk_js_core95.A
|
|
|
18945
19033
|
};
|
|
18946
19034
|
|
|
18947
19035
|
// src/requests/services/deliveroo/GetIntegrationDeliverooMenuVersionDetails.ts
|
|
18948
|
-
var
|
|
19036
|
+
var import_sdk_js_core98 = require("@deliverart/sdk-js-core");
|
|
18949
19037
|
var getIntegrationDeliverooMenuVersionDetailsInputSchema = external_exports.undefined();
|
|
18950
19038
|
var getIntegrationDeliverooMenuVersionDetailsResponseSchema = menuVersionDetailsSchema;
|
|
18951
|
-
var GetIntegrationDeliverooMenuVersionDetails = class extends
|
|
19039
|
+
var GetIntegrationDeliverooMenuVersionDetails = class extends import_sdk_js_core98.AbstractApiRequest {
|
|
18952
19040
|
constructor(integrationDeliverooId, versionId) {
|
|
18953
19041
|
super(void 0);
|
|
18954
19042
|
this.method = "GET";
|
|
@@ -18967,14 +19055,14 @@ var GetIntegrationDeliverooMenuVersionDetails = class extends import_sdk_js_core
|
|
|
18967
19055
|
};
|
|
18968
19056
|
|
|
18969
19057
|
// src/requests/services/deliveroo/GetIntegrationDeliverooMenuVersions.ts
|
|
18970
|
-
var
|
|
19058
|
+
var import_sdk_js_core99 = require("@deliverart/sdk-js-core");
|
|
18971
19059
|
var import_sdk_js_global_types40 = require("@deliverart/sdk-js-global-types");
|
|
18972
19060
|
var getIntegrationDeliverooMenuVersionsQuerySchema = external_exports.object({
|
|
18973
19061
|
page: external_exports.coerce.number().optional()
|
|
18974
19062
|
});
|
|
18975
19063
|
var getIntegrationDeliverooMenuVersionsInputSchema = external_exports.undefined();
|
|
18976
19064
|
var getIntegrationDeliverooMenuVersionsResponseSchema = (0, import_sdk_js_global_types40.createPaginatedSchema)(menuVersionSchema);
|
|
18977
|
-
var GetIntegrationDeliverooMenuVersions = class extends
|
|
19065
|
+
var GetIntegrationDeliverooMenuVersions = class extends import_sdk_js_core99.AbstractApiRequest {
|
|
18978
19066
|
constructor(integrationDeliverooId, options) {
|
|
18979
19067
|
super(void 0, options);
|
|
18980
19068
|
this.method = "GET";
|
|
@@ -18994,10 +19082,10 @@ var GetIntegrationDeliverooMenuVersions = class extends import_sdk_js_core97.Abs
|
|
|
18994
19082
|
};
|
|
18995
19083
|
|
|
18996
19084
|
// src/requests/services/deliveroo/GetIntegrationDeliverooOrderDetails.ts
|
|
18997
|
-
var
|
|
19085
|
+
var import_sdk_js_core100 = require("@deliverart/sdk-js-core");
|
|
18998
19086
|
var getIntegrationDeliverooOrderDetailsInputSchema = external_exports.undefined();
|
|
18999
19087
|
var getIntegrationDeliverooOrderDetailsResponseSchema = integrationDeliverooOrderDetailsSchema;
|
|
19000
|
-
var GetIntegrationDeliverooOrderDetails = class extends
|
|
19088
|
+
var GetIntegrationDeliverooOrderDetails = class extends import_sdk_js_core100.AbstractApiRequest {
|
|
19001
19089
|
constructor(integrationDeliverooId, orderId) {
|
|
19002
19090
|
super(void 0);
|
|
19003
19091
|
this.method = "GET";
|
|
@@ -19016,14 +19104,14 @@ var GetIntegrationDeliverooOrderDetails = class extends import_sdk_js_core98.Abs
|
|
|
19016
19104
|
};
|
|
19017
19105
|
|
|
19018
19106
|
// src/requests/services/deliveroo/GetIntegrationDeliverooOrders.ts
|
|
19019
|
-
var
|
|
19107
|
+
var import_sdk_js_core101 = require("@deliverart/sdk-js-core");
|
|
19020
19108
|
var import_sdk_js_global_types41 = require("@deliverart/sdk-js-global-types");
|
|
19021
19109
|
var getIntegrationDeliverooOrdersQuerySchema = integrationDeliverooOrdersQuerySchema;
|
|
19022
19110
|
var getIntegrationDeliverooOrdersInputSchema = external_exports.undefined();
|
|
19023
19111
|
var getIntegrationDeliverooOrdersResponseSchema = (0, import_sdk_js_global_types41.createPaginatedSchema)(
|
|
19024
19112
|
integrationDeliverooOrderSchema
|
|
19025
19113
|
);
|
|
19026
|
-
var GetIntegrationDeliverooOrders = class extends
|
|
19114
|
+
var GetIntegrationDeliverooOrders = class extends import_sdk_js_core101.AbstractApiRequest {
|
|
19027
19115
|
constructor(integrationDeliverooId, options) {
|
|
19028
19116
|
super(void 0, options);
|
|
19029
19117
|
this.method = "GET";
|
|
@@ -19043,7 +19131,7 @@ var GetIntegrationDeliverooOrders = class extends import_sdk_js_core99.AbstractA
|
|
|
19043
19131
|
};
|
|
19044
19132
|
|
|
19045
19133
|
// src/requests/services/deliveroo/GetIntegrationDeliverooOrdersFromOrder.ts
|
|
19046
|
-
var
|
|
19134
|
+
var import_sdk_js_core102 = require("@deliverart/sdk-js-core");
|
|
19047
19135
|
var getIntegrationDeliverooOrdersFromOrderQuerySchema = integrationDeliverooOrdersQuerySchema.omit({
|
|
19048
19136
|
page: true
|
|
19049
19137
|
});
|
|
@@ -19051,7 +19139,7 @@ var getIntegrationDeliverooOrdersFromOrderInputSchema = external_exports.undefin
|
|
|
19051
19139
|
var getIntegrationDeliverooOrdersFromOrderResponseSchema = external_exports.array(
|
|
19052
19140
|
integrationDeliverooOrderSchema
|
|
19053
19141
|
);
|
|
19054
|
-
var GetIntegrationDeliverooOrdersFromOrder = class extends
|
|
19142
|
+
var GetIntegrationDeliverooOrdersFromOrder = class extends import_sdk_js_core102.AbstractApiRequest {
|
|
19055
19143
|
constructor(orderId, options) {
|
|
19056
19144
|
super(void 0, options);
|
|
19057
19145
|
this.method = "GET";
|
|
@@ -19071,10 +19159,10 @@ var GetIntegrationDeliverooOrdersFromOrder = class extends import_sdk_js_core100
|
|
|
19071
19159
|
};
|
|
19072
19160
|
|
|
19073
19161
|
// src/requests/services/deliveroo/GetIntegrationDeliverooSiteBrandIds.ts
|
|
19074
|
-
var
|
|
19162
|
+
var import_sdk_js_core103 = require("@deliverart/sdk-js-core");
|
|
19075
19163
|
var getIntegrationDeliverooSiteBrandIdsInputSchema = external_exports.undefined();
|
|
19076
19164
|
var getIntegrationDeliverooSiteBrandIdsResponseSchema = integrationDeliverooDebugSiteBrandIdsResponseSchema;
|
|
19077
|
-
var GetIntegrationDeliverooSiteBrandIds = class extends
|
|
19165
|
+
var GetIntegrationDeliverooSiteBrandIds = class extends import_sdk_js_core103.AbstractApiRequest {
|
|
19078
19166
|
constructor(siteId) {
|
|
19079
19167
|
super(void 0);
|
|
19080
19168
|
this.method = "GET";
|
|
@@ -19092,13 +19180,13 @@ var GetIntegrationDeliverooSiteBrandIds = class extends import_sdk_js_core101.Ab
|
|
|
19092
19180
|
};
|
|
19093
19181
|
|
|
19094
19182
|
// src/requests/services/deliveroo/GetIntegrationDeliverooSiteDaysOff.ts
|
|
19095
|
-
var
|
|
19183
|
+
var import_sdk_js_core104 = require("@deliverart/sdk-js-core");
|
|
19096
19184
|
var getIntegrationDeliverooSiteDaysOffQuerySchema = external_exports.object({
|
|
19097
19185
|
page: external_exports.coerce.number().optional()
|
|
19098
19186
|
});
|
|
19099
19187
|
var getIntegrationDeliverooSiteDaysOffInputSchema = external_exports.undefined();
|
|
19100
19188
|
var getIntegrationDeliverooSiteDaysOffResponseSchema = integrationDeliverooDebugDaysOffResponseSchema;
|
|
19101
|
-
var GetIntegrationDeliverooSiteDaysOff = class extends
|
|
19189
|
+
var GetIntegrationDeliverooSiteDaysOff = class extends import_sdk_js_core104.AbstractApiRequest {
|
|
19102
19190
|
constructor(brandId, siteId, options) {
|
|
19103
19191
|
super(void 0, options);
|
|
19104
19192
|
this.method = "GET";
|
|
@@ -19117,10 +19205,10 @@ var GetIntegrationDeliverooSiteDaysOff = class extends import_sdk_js_core102.Abs
|
|
|
19117
19205
|
};
|
|
19118
19206
|
|
|
19119
19207
|
// src/requests/services/deliveroo/GetIntegrationDeliverooSyncMenuProcessDetails.ts
|
|
19120
|
-
var
|
|
19208
|
+
var import_sdk_js_core105 = require("@deliverart/sdk-js-core");
|
|
19121
19209
|
var getIntegrationDeliverooSyncMenuProcessDetailsInputSchema = external_exports.undefined();
|
|
19122
19210
|
var getIntegrationDeliverooSyncMenuProcessDetailsResponseSchema = integrationDeliverooSyncMenuProcessDetailsSchema;
|
|
19123
|
-
var GetIntegrationDeliverooSyncMenuProcessDetails = class extends
|
|
19211
|
+
var GetIntegrationDeliverooSyncMenuProcessDetails = class extends import_sdk_js_core105.AbstractApiRequest {
|
|
19124
19212
|
constructor(integrationDeliverooId, processId) {
|
|
19125
19213
|
super(void 0);
|
|
19126
19214
|
this.method = "GET";
|
|
@@ -19139,14 +19227,14 @@ var GetIntegrationDeliverooSyncMenuProcessDetails = class extends import_sdk_js_
|
|
|
19139
19227
|
};
|
|
19140
19228
|
|
|
19141
19229
|
// src/requests/services/deliveroo/GetIntegrationDeliverooSyncMenuProcesses.ts
|
|
19142
|
-
var
|
|
19230
|
+
var import_sdk_js_core106 = require("@deliverart/sdk-js-core");
|
|
19143
19231
|
var import_sdk_js_global_types42 = require("@deliverart/sdk-js-global-types");
|
|
19144
19232
|
var getIntegrationDeliverooSyncMenuProcessesQuerySchema = integrationDeliverooSyncMenuProcessesQuerySchema;
|
|
19145
19233
|
var getIntegrationDeliverooSyncMenuProcessesInputSchema = external_exports.undefined();
|
|
19146
19234
|
var getIntegrationDeliverooSyncMenuProcessesResponseSchema = (0, import_sdk_js_global_types42.createPaginatedSchema)(
|
|
19147
19235
|
integrationDeliverooSyncMenuProcessSchema
|
|
19148
19236
|
);
|
|
19149
|
-
var GetIntegrationDeliverooSyncMenuProcesses = class extends
|
|
19237
|
+
var GetIntegrationDeliverooSyncMenuProcesses = class extends import_sdk_js_core106.AbstractApiRequest {
|
|
19150
19238
|
constructor(integrationDeliverooId, options) {
|
|
19151
19239
|
super(void 0, options);
|
|
19152
19240
|
this.method = "GET";
|
|
@@ -19166,10 +19254,10 @@ var GetIntegrationDeliverooSyncMenuProcesses = class extends import_sdk_js_core1
|
|
|
19166
19254
|
};
|
|
19167
19255
|
|
|
19168
19256
|
// src/requests/services/deliveroo/GetIntegrationDeliverooWebhookEventDetails.ts
|
|
19169
|
-
var
|
|
19257
|
+
var import_sdk_js_core107 = require("@deliverart/sdk-js-core");
|
|
19170
19258
|
var getIntegrationDeliverooWebhookEventDetailsInputSchema = external_exports.undefined();
|
|
19171
19259
|
var getIntegrationDeliverooWebhookEventDetailsResponseSchema = integrationDeliverooWebhookEventDetailsSchema;
|
|
19172
|
-
var GetIntegrationDeliverooWebhookEventDetails = class extends
|
|
19260
|
+
var GetIntegrationDeliverooWebhookEventDetails = class extends import_sdk_js_core107.AbstractApiRequest {
|
|
19173
19261
|
constructor(integrationDeliverooId, eventId) {
|
|
19174
19262
|
super(void 0);
|
|
19175
19263
|
this.method = "GET";
|
|
@@ -19188,14 +19276,14 @@ var GetIntegrationDeliverooWebhookEventDetails = class extends import_sdk_js_cor
|
|
|
19188
19276
|
};
|
|
19189
19277
|
|
|
19190
19278
|
// src/requests/services/deliveroo/GetIntegrationDeliverooWebhookEvents.ts
|
|
19191
|
-
var
|
|
19279
|
+
var import_sdk_js_core108 = require("@deliverart/sdk-js-core");
|
|
19192
19280
|
var import_sdk_js_global_types43 = require("@deliverart/sdk-js-global-types");
|
|
19193
19281
|
var getIntegrationDeliverooWebhookEventsQuerySchema = integrationDeliverooWebhookEventsQueryParamsSchema;
|
|
19194
19282
|
var getIntegrationDeliverooWebhookEventsInputSchema = external_exports.undefined();
|
|
19195
19283
|
var getIntegrationDeliverooWebhookEventsResponseSchema = (0, import_sdk_js_global_types43.createPaginatedSchema)(
|
|
19196
19284
|
integrationDeliverooWebhookEventSchema
|
|
19197
19285
|
);
|
|
19198
|
-
var GetIntegrationDeliverooWebhookEvents = class extends
|
|
19286
|
+
var GetIntegrationDeliverooWebhookEvents = class extends import_sdk_js_core108.AbstractApiRequest {
|
|
19199
19287
|
constructor(integrationDeliverooId, options) {
|
|
19200
19288
|
super(void 0, options);
|
|
19201
19289
|
this.method = "GET";
|
|
@@ -19214,13 +19302,41 @@ var GetIntegrationDeliverooWebhookEvents = class extends import_sdk_js_core106.A
|
|
|
19214
19302
|
}
|
|
19215
19303
|
};
|
|
19216
19304
|
|
|
19305
|
+
// src/requests/services/deliveroo/GetIntegrationDeliverooWebhookEventsFromOrder.ts
|
|
19306
|
+
var import_sdk_js_core109 = require("@deliverart/sdk-js-core");
|
|
19307
|
+
var getIntegrationDeliverooWebhookEventsFromOrderQuerySchema = integrationDeliverooWebhookEventsQueryParamsSchema.omit({
|
|
19308
|
+
page: true
|
|
19309
|
+
});
|
|
19310
|
+
var getIntegrationDeliverooWebhookEventsFromOrderInputSchema = external_exports.undefined();
|
|
19311
|
+
var getIntegrationDeliverooWebhookEventsFromOrderResponseSchema = external_exports.array(
|
|
19312
|
+
integrationDeliverooWebhookEventSchema
|
|
19313
|
+
);
|
|
19314
|
+
var GetIntegrationDeliverooWebhookEventsFromOrder = class extends import_sdk_js_core109.AbstractApiRequest {
|
|
19315
|
+
constructor(orderId, options) {
|
|
19316
|
+
super(void 0, options);
|
|
19317
|
+
this.method = "GET";
|
|
19318
|
+
this.contentType = "application/json";
|
|
19319
|
+
this.accept = "application/json";
|
|
19320
|
+
this.inputSchema = getIntegrationDeliverooWebhookEventsFromOrderInputSchema;
|
|
19321
|
+
this.outputSchema = getIntegrationDeliverooWebhookEventsFromOrderResponseSchema;
|
|
19322
|
+
this.querySchema = getIntegrationDeliverooWebhookEventsFromOrderQuerySchema;
|
|
19323
|
+
this.headersSchema = void 0;
|
|
19324
|
+
this.listItemSchema = integrationDeliverooWebhookEventSchema;
|
|
19325
|
+
this.paginationDefaultEnabled = false;
|
|
19326
|
+
this.orderId = orderId;
|
|
19327
|
+
}
|
|
19328
|
+
getPath() {
|
|
19329
|
+
return `/orders/${this.orderId}/deliveroo_webhook_events`;
|
|
19330
|
+
}
|
|
19331
|
+
};
|
|
19332
|
+
|
|
19217
19333
|
// src/requests/services/deliveroo/IntegrationDeliverooSyncMenu.ts
|
|
19218
|
-
var
|
|
19334
|
+
var import_sdk_js_core110 = require("@deliverart/sdk-js-core");
|
|
19219
19335
|
var integrationDeliverooSyncMenuInputSchema = external_exports.undefined();
|
|
19220
19336
|
var integrationDeliverooSyncMenuResponseSchema = external_exports.object({
|
|
19221
19337
|
message: external_exports.string()
|
|
19222
19338
|
});
|
|
19223
|
-
var IntegrationDeliverooSyncMenu = class extends
|
|
19339
|
+
var IntegrationDeliverooSyncMenu = class extends import_sdk_js_core110.AbstractApiRequest {
|
|
19224
19340
|
constructor(integrationDeliverooId) {
|
|
19225
19341
|
super(void 0);
|
|
19226
19342
|
this.method = "POST";
|
|
@@ -19238,12 +19354,12 @@ var IntegrationDeliverooSyncMenu = class extends import_sdk_js_core107.AbstractA
|
|
|
19238
19354
|
};
|
|
19239
19355
|
|
|
19240
19356
|
// src/requests/services/deliveroo/IntegrationDeliverooSyncOpeningHours.ts
|
|
19241
|
-
var
|
|
19357
|
+
var import_sdk_js_core111 = require("@deliverart/sdk-js-core");
|
|
19242
19358
|
var integrationDeliverooSyncOpeningHoursInputSchema = external_exports.undefined();
|
|
19243
19359
|
var integrationDeliverooSyncOpeningHoursResponseSchema = external_exports.object({
|
|
19244
19360
|
message: external_exports.string()
|
|
19245
19361
|
});
|
|
19246
|
-
var IntegrationDeliverooSyncOpeningHours = class extends
|
|
19362
|
+
var IntegrationDeliverooSyncOpeningHours = class extends import_sdk_js_core111.AbstractApiRequest {
|
|
19247
19363
|
constructor(integrationDeliverooId) {
|
|
19248
19364
|
super(void 0);
|
|
19249
19365
|
this.method = "POST";
|
|
@@ -19261,10 +19377,10 @@ var IntegrationDeliverooSyncOpeningHours = class extends import_sdk_js_core108.A
|
|
|
19261
19377
|
};
|
|
19262
19378
|
|
|
19263
19379
|
// src/requests/services/deliveroo/UpdateIntegrationDeliveroo.ts
|
|
19264
|
-
var
|
|
19380
|
+
var import_sdk_js_core112 = require("@deliverart/sdk-js-core");
|
|
19265
19381
|
var updateIntegrationDeliverooInputSchema = integrationDeliverooEditableFieldsSchema.partial();
|
|
19266
19382
|
var updateIntegrationDeliverooResponseSchema = integrationDeliverooDetailsSchema;
|
|
19267
|
-
var UpdateIntegrationDeliveroo = class extends
|
|
19383
|
+
var UpdateIntegrationDeliveroo = class extends import_sdk_js_core112.AbstractApiRequest {
|
|
19268
19384
|
constructor(integrationDeliverooId, input) {
|
|
19269
19385
|
super(input);
|
|
19270
19386
|
this.method = "PATCH";
|
|
@@ -19282,13 +19398,13 @@ var UpdateIntegrationDeliveroo = class extends import_sdk_js_core109.AbstractApi
|
|
|
19282
19398
|
};
|
|
19283
19399
|
|
|
19284
19400
|
// src/requests/services/deliveroo/UpdateIntegrationDeliverooSiteStatus.ts
|
|
19285
|
-
var
|
|
19401
|
+
var import_sdk_js_core113 = require("@deliverart/sdk-js-core");
|
|
19286
19402
|
var import_sdk_js_global_types44 = require("@deliverart/sdk-js-global-types");
|
|
19287
19403
|
var updateIntegrationDeliverooSiteStatusInputSchema = external_exports.object({
|
|
19288
19404
|
status: integrationDeliverooSiteStatusSchema
|
|
19289
19405
|
});
|
|
19290
19406
|
var updateIntegrationDeliverooSiteStatusResponseSchema = import_sdk_js_global_types44.emptyResponseSchema;
|
|
19291
|
-
var UpdateIntegrationDeliverooSiteStatus = class extends
|
|
19407
|
+
var UpdateIntegrationDeliverooSiteStatus = class extends import_sdk_js_core113.AbstractApiRequest {
|
|
19292
19408
|
constructor(integrationDeliverooId, input) {
|
|
19293
19409
|
super(input);
|
|
19294
19410
|
this.method = "POST";
|
|
@@ -19306,7 +19422,7 @@ var UpdateIntegrationDeliverooSiteStatus = class extends import_sdk_js_core110.A
|
|
|
19306
19422
|
};
|
|
19307
19423
|
|
|
19308
19424
|
// src/requests/services/ecommerce/CreateIntegrationEcommerce.ts
|
|
19309
|
-
var
|
|
19425
|
+
var import_sdk_js_core114 = require("@deliverart/sdk-js-core");
|
|
19310
19426
|
var import_sdk_js_point_of_sale8 = require("@deliverart/sdk-js-point-of-sale");
|
|
19311
19427
|
var createIntegrationEcommerceInputSchema = integrationEcommerceEditableFieldsSchema.extend(
|
|
19312
19428
|
{
|
|
@@ -19314,7 +19430,7 @@ var createIntegrationEcommerceInputSchema = integrationEcommerceEditableFieldsSc
|
|
|
19314
19430
|
}
|
|
19315
19431
|
);
|
|
19316
19432
|
var createIntegrationEcommerceResponseSchema = integrationEcommerceDetailsSchema;
|
|
19317
|
-
var CreateIntegrationEcommerce = class extends
|
|
19433
|
+
var CreateIntegrationEcommerce = class extends import_sdk_js_core114.AbstractApiRequest {
|
|
19318
19434
|
constructor(input) {
|
|
19319
19435
|
super(input);
|
|
19320
19436
|
this.method = "POST";
|
|
@@ -19331,11 +19447,11 @@ var CreateIntegrationEcommerce = class extends import_sdk_js_core111.AbstractApi
|
|
|
19331
19447
|
};
|
|
19332
19448
|
|
|
19333
19449
|
// src/requests/services/ecommerce/DeleteIntegrationEcommerce.ts
|
|
19334
|
-
var
|
|
19450
|
+
var import_sdk_js_core115 = require("@deliverart/sdk-js-core");
|
|
19335
19451
|
var import_sdk_js_global_types45 = require("@deliverart/sdk-js-global-types");
|
|
19336
19452
|
var deleteIntegrationEcommerceInputSchema = external_exports.undefined();
|
|
19337
19453
|
var deleteIntegrationEcommerceResponseSchema = import_sdk_js_global_types45.emptyResponseSchema;
|
|
19338
|
-
var DeleteIntegrationEcommerce = class extends
|
|
19454
|
+
var DeleteIntegrationEcommerce = class extends import_sdk_js_core115.AbstractApiRequest {
|
|
19339
19455
|
constructor(integrationEcommerceId) {
|
|
19340
19456
|
super(void 0);
|
|
19341
19457
|
this.method = "DELETE";
|
|
@@ -19353,10 +19469,10 @@ var DeleteIntegrationEcommerce = class extends import_sdk_js_core112.AbstractApi
|
|
|
19353
19469
|
};
|
|
19354
19470
|
|
|
19355
19471
|
// src/requests/services/ecommerce/GetIntegrationEcommerceDetails.ts
|
|
19356
|
-
var
|
|
19472
|
+
var import_sdk_js_core116 = require("@deliverart/sdk-js-core");
|
|
19357
19473
|
var getIntegrationEcommerceDetailsInputSchema = external_exports.undefined();
|
|
19358
19474
|
var getIntegrationEcommerceDetailsResponseSchema = integrationEcommerceDetailsSchema;
|
|
19359
|
-
var GetIntegrationEcommerceDetails = class extends
|
|
19475
|
+
var GetIntegrationEcommerceDetails = class extends import_sdk_js_core116.AbstractApiRequest {
|
|
19360
19476
|
constructor(integrationEcommerceId) {
|
|
19361
19477
|
super(void 0);
|
|
19362
19478
|
this.method = "GET";
|
|
@@ -19374,10 +19490,10 @@ var GetIntegrationEcommerceDetails = class extends import_sdk_js_core113.Abstrac
|
|
|
19374
19490
|
};
|
|
19375
19491
|
|
|
19376
19492
|
// src/requests/services/ecommerce/GetIntegrationEcommerceInfo.ts
|
|
19377
|
-
var
|
|
19493
|
+
var import_sdk_js_core117 = require("@deliverart/sdk-js-core");
|
|
19378
19494
|
var getIntegrationEcommerceInfoInputSchema = external_exports.undefined();
|
|
19379
19495
|
var getIntegrationEcommerceInfoResponseSchema = integrationEcommerceInfoSchema;
|
|
19380
|
-
var GetIntegrationEcommerceInfo = class extends
|
|
19496
|
+
var GetIntegrationEcommerceInfo = class extends import_sdk_js_core117.AbstractApiRequest {
|
|
19381
19497
|
constructor(path) {
|
|
19382
19498
|
super(void 0);
|
|
19383
19499
|
this.method = "GET";
|
|
@@ -19395,7 +19511,7 @@ var GetIntegrationEcommerceInfo = class extends import_sdk_js_core114.AbstractAp
|
|
|
19395
19511
|
};
|
|
19396
19512
|
|
|
19397
19513
|
// src/requests/services/ecommerce/GetIntegrationEcommerceList.ts
|
|
19398
|
-
var
|
|
19514
|
+
var import_sdk_js_core118 = require("@deliverart/sdk-js-core");
|
|
19399
19515
|
var import_sdk_js_global_types46 = require("@deliverart/sdk-js-global-types");
|
|
19400
19516
|
var getIntegrationEcommerceListQuerySchema = integrationsEcommerceQuerySchema.omit({
|
|
19401
19517
|
service: true
|
|
@@ -19404,7 +19520,7 @@ var getIntegrationEcommerceListInputSchema = external_exports.undefined();
|
|
|
19404
19520
|
var getIntegrationEcommerceListResponseSchema = (0, import_sdk_js_global_types46.createPaginatedSchema)(
|
|
19405
19521
|
integrationEcommerceSchema
|
|
19406
19522
|
);
|
|
19407
|
-
var GetIntegrationEcommerceList = class extends
|
|
19523
|
+
var GetIntegrationEcommerceList = class extends import_sdk_js_core118.AbstractApiRequest {
|
|
19408
19524
|
constructor(options) {
|
|
19409
19525
|
super(void 0, options);
|
|
19410
19526
|
this.method = "GET";
|
|
@@ -19423,10 +19539,10 @@ var GetIntegrationEcommerceList = class extends import_sdk_js_core115.AbstractAp
|
|
|
19423
19539
|
};
|
|
19424
19540
|
|
|
19425
19541
|
// src/requests/services/ecommerce/UpdateIntegrationEcommerce.ts
|
|
19426
|
-
var
|
|
19542
|
+
var import_sdk_js_core119 = require("@deliverart/sdk-js-core");
|
|
19427
19543
|
var updateIntegrationEcommerceInputSchema = integrationEcommerceEditableFieldsSchema.partial();
|
|
19428
19544
|
var updateIntegrationEcommerceResponseSchema = integrationEcommerceDetailsSchema;
|
|
19429
|
-
var UpdateIntegrationEcommerce = class extends
|
|
19545
|
+
var UpdateIntegrationEcommerce = class extends import_sdk_js_core119.AbstractApiRequest {
|
|
19430
19546
|
constructor(integrationEcommerceId, input) {
|
|
19431
19547
|
super(input);
|
|
19432
19548
|
this.method = "PATCH";
|
|
@@ -19444,13 +19560,13 @@ var UpdateIntegrationEcommerce = class extends import_sdk_js_core116.AbstractApi
|
|
|
19444
19560
|
};
|
|
19445
19561
|
|
|
19446
19562
|
// src/requests/services/glovo/CreateIntegrationGlovo.ts
|
|
19447
|
-
var
|
|
19563
|
+
var import_sdk_js_core120 = require("@deliverart/sdk-js-core");
|
|
19448
19564
|
var import_sdk_js_point_of_sale9 = require("@deliverart/sdk-js-point-of-sale");
|
|
19449
19565
|
var createIntegrationGlovoInputSchema = integrationGlovoEditableFieldsSchema.extend({
|
|
19450
19566
|
pointOfSale: import_sdk_js_point_of_sale9.pointOfSaleIriSchema
|
|
19451
19567
|
});
|
|
19452
19568
|
var createIntegrationGlovoResponseSchema = integrationGlovoDetailsSchema;
|
|
19453
|
-
var CreateIntegrationGlovo = class extends
|
|
19569
|
+
var CreateIntegrationGlovo = class extends import_sdk_js_core120.AbstractApiRequest {
|
|
19454
19570
|
constructor(input) {
|
|
19455
19571
|
super(input);
|
|
19456
19572
|
this.method = "POST";
|
|
@@ -19467,11 +19583,11 @@ var CreateIntegrationGlovo = class extends import_sdk_js_core117.AbstractApiRequ
|
|
|
19467
19583
|
};
|
|
19468
19584
|
|
|
19469
19585
|
// src/requests/services/glovo/DeleteIntegrationGlovo.ts
|
|
19470
|
-
var
|
|
19586
|
+
var import_sdk_js_core121 = require("@deliverart/sdk-js-core");
|
|
19471
19587
|
var import_sdk_js_global_types47 = require("@deliverart/sdk-js-global-types");
|
|
19472
19588
|
var deleteIntegrationGlovoInputSchema = external_exports.undefined();
|
|
19473
19589
|
var deleteIntegrationGlovoResponseSchema = import_sdk_js_global_types47.emptyResponseSchema;
|
|
19474
|
-
var DeleteIntegrationGlovo = class extends
|
|
19590
|
+
var DeleteIntegrationGlovo = class extends import_sdk_js_core121.AbstractApiRequest {
|
|
19475
19591
|
constructor(integrationGlovoId) {
|
|
19476
19592
|
super(void 0);
|
|
19477
19593
|
this.method = "DELETE";
|
|
@@ -19489,10 +19605,10 @@ var DeleteIntegrationGlovo = class extends import_sdk_js_core118.AbstractApiRequ
|
|
|
19489
19605
|
};
|
|
19490
19606
|
|
|
19491
19607
|
// src/requests/services/glovo/GetIntegrationGlovoBulkUpdateDetails.ts
|
|
19492
|
-
var
|
|
19608
|
+
var import_sdk_js_core122 = require("@deliverart/sdk-js-core");
|
|
19493
19609
|
var getIntegrationGlovoBulkUpdateDetailsInputSchema = external_exports.undefined();
|
|
19494
19610
|
var getIntegrationGlovoBulkUpdateDetailsResponseSchema = integrationGlovoBulkUpdateDetailsSchema;
|
|
19495
|
-
var GetIntegrationGlovoBulkUpdateDetails = class extends
|
|
19611
|
+
var GetIntegrationGlovoBulkUpdateDetails = class extends import_sdk_js_core122.AbstractApiRequest {
|
|
19496
19612
|
constructor(integrationGlovoId, bulkUpdateId) {
|
|
19497
19613
|
super(void 0);
|
|
19498
19614
|
this.method = "GET";
|
|
@@ -19511,14 +19627,14 @@ var GetIntegrationGlovoBulkUpdateDetails = class extends import_sdk_js_core119.A
|
|
|
19511
19627
|
};
|
|
19512
19628
|
|
|
19513
19629
|
// src/requests/services/glovo/GetIntegrationGlovoBulkUpdates.ts
|
|
19514
|
-
var
|
|
19630
|
+
var import_sdk_js_core123 = require("@deliverart/sdk-js-core");
|
|
19515
19631
|
var import_sdk_js_global_types48 = require("@deliverart/sdk-js-global-types");
|
|
19516
19632
|
var getIntegrationGlovoBulkUpdatesQuerySchema = integrationGlovoBulkUpdatesQuerySchema;
|
|
19517
19633
|
var getIntegrationGlovoBulkUpdatesInputSchema = external_exports.undefined();
|
|
19518
19634
|
var getIntegrationGlovoBulkUpdatesResponseSchema = (0, import_sdk_js_global_types48.createPaginatedSchema)(
|
|
19519
19635
|
integrationGlovoBulkUpdateSchema
|
|
19520
19636
|
);
|
|
19521
|
-
var GetIntegrationGlovoBulkUpdates = class extends
|
|
19637
|
+
var GetIntegrationGlovoBulkUpdates = class extends import_sdk_js_core123.AbstractApiRequest {
|
|
19522
19638
|
constructor(integrationGlovoId, options) {
|
|
19523
19639
|
super(void 0, options);
|
|
19524
19640
|
this.method = "GET";
|
|
@@ -19538,10 +19654,10 @@ var GetIntegrationGlovoBulkUpdates = class extends import_sdk_js_core120.Abstrac
|
|
|
19538
19654
|
};
|
|
19539
19655
|
|
|
19540
19656
|
// src/requests/services/glovo/GetIntegrationGlovoClientLogRequestDetails.ts
|
|
19541
|
-
var
|
|
19657
|
+
var import_sdk_js_core124 = require("@deliverart/sdk-js-core");
|
|
19542
19658
|
var getIntegrationGlovoClientLogRequestDetailsInputSchema = external_exports.undefined();
|
|
19543
19659
|
var getIntegrationGlovoClientLogRequestDetailsResponseSchema = integrationClientLogRequestDetailsSchema;
|
|
19544
|
-
var GetIntegrationGlovoClientLogRequestDetails = class extends
|
|
19660
|
+
var GetIntegrationGlovoClientLogRequestDetails = class extends import_sdk_js_core124.AbstractApiRequest {
|
|
19545
19661
|
constructor(integrationGlovoId, requestId) {
|
|
19546
19662
|
super(void 0);
|
|
19547
19663
|
this.method = "GET";
|
|
@@ -19560,14 +19676,14 @@ var GetIntegrationGlovoClientLogRequestDetails = class extends import_sdk_js_cor
|
|
|
19560
19676
|
};
|
|
19561
19677
|
|
|
19562
19678
|
// src/requests/services/glovo/GetIntegrationGlovoClientLogRequests.ts
|
|
19563
|
-
var
|
|
19679
|
+
var import_sdk_js_core125 = require("@deliverart/sdk-js-core");
|
|
19564
19680
|
var import_sdk_js_global_types49 = require("@deliverart/sdk-js-global-types");
|
|
19565
19681
|
var getIntegrationGlovoClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
19566
19682
|
var getIntegrationGlovoClientLogRequestsInputSchema = external_exports.undefined();
|
|
19567
19683
|
var getIntegrationGlovoClientLogRequestsResponseSchema = (0, import_sdk_js_global_types49.createPaginatedSchema)(
|
|
19568
19684
|
integrationClientLogRequestSchema
|
|
19569
19685
|
);
|
|
19570
|
-
var GetIntegrationGlovoClientLogRequests = class extends
|
|
19686
|
+
var GetIntegrationGlovoClientLogRequests = class extends import_sdk_js_core125.AbstractApiRequest {
|
|
19571
19687
|
constructor(integrationGlovoId, options) {
|
|
19572
19688
|
super(void 0, options);
|
|
19573
19689
|
this.method = "GET";
|
|
@@ -19586,11 +19702,41 @@ var GetIntegrationGlovoClientLogRequests = class extends import_sdk_js_core122.A
|
|
|
19586
19702
|
}
|
|
19587
19703
|
};
|
|
19588
19704
|
|
|
19705
|
+
// src/requests/services/glovo/GetIntegrationGlovoClientLogRequestsFromOrder.ts
|
|
19706
|
+
var import_sdk_js_core126 = require("@deliverart/sdk-js-core");
|
|
19707
|
+
var getIntegrationGlovoClientLogRequestsFromOrderQuerySchema = clientLogRequestQuerySchema.omit(
|
|
19708
|
+
{
|
|
19709
|
+
page: true
|
|
19710
|
+
}
|
|
19711
|
+
);
|
|
19712
|
+
var getIntegrationGlovoClientLogRequestsFromOrderInputSchema = external_exports.undefined();
|
|
19713
|
+
var getIntegrationGlovoClientLogRequestsFromOrderResponseSchema = external_exports.array(
|
|
19714
|
+
integrationClientLogRequestSchema
|
|
19715
|
+
);
|
|
19716
|
+
var GetIntegrationGlovoClientLogRequestsFromOrder = class extends import_sdk_js_core126.AbstractApiRequest {
|
|
19717
|
+
constructor(orderId, options) {
|
|
19718
|
+
super(void 0, options);
|
|
19719
|
+
this.method = "GET";
|
|
19720
|
+
this.contentType = "application/json";
|
|
19721
|
+
this.accept = "application/json";
|
|
19722
|
+
this.inputSchema = getIntegrationGlovoClientLogRequestsFromOrderInputSchema;
|
|
19723
|
+
this.outputSchema = getIntegrationGlovoClientLogRequestsFromOrderResponseSchema;
|
|
19724
|
+
this.querySchema = getIntegrationGlovoClientLogRequestsFromOrderQuerySchema;
|
|
19725
|
+
this.headersSchema = void 0;
|
|
19726
|
+
this.listItemSchema = integrationClientLogRequestSchema;
|
|
19727
|
+
this.paginationDefaultEnabled = false;
|
|
19728
|
+
this.orderId = orderId;
|
|
19729
|
+
}
|
|
19730
|
+
getPath() {
|
|
19731
|
+
return `/orders/${this.orderId}/glovo_client_log_requests`;
|
|
19732
|
+
}
|
|
19733
|
+
};
|
|
19734
|
+
|
|
19589
19735
|
// src/requests/services/glovo/GetIntegrationGlovoDetails.ts
|
|
19590
|
-
var
|
|
19736
|
+
var import_sdk_js_core127 = require("@deliverart/sdk-js-core");
|
|
19591
19737
|
var getIntegrationGlovoDetailsInputSchema = external_exports.undefined();
|
|
19592
19738
|
var getIntegrationGlovoDetailsResponseSchema = integrationGlovoDetailsSchema;
|
|
19593
|
-
var GetIntegrationGlovoDetails = class extends
|
|
19739
|
+
var GetIntegrationGlovoDetails = class extends import_sdk_js_core127.AbstractApiRequest {
|
|
19594
19740
|
constructor(integrationGlovoId) {
|
|
19595
19741
|
super(void 0);
|
|
19596
19742
|
this.method = "GET";
|
|
@@ -19608,14 +19754,14 @@ var GetIntegrationGlovoDetails = class extends import_sdk_js_core123.AbstractApi
|
|
|
19608
19754
|
};
|
|
19609
19755
|
|
|
19610
19756
|
// src/requests/services/glovo/GetIntegrationGlovoGlobalClientLogRequests.ts
|
|
19611
|
-
var
|
|
19757
|
+
var import_sdk_js_core128 = require("@deliverart/sdk-js-core");
|
|
19612
19758
|
var import_sdk_js_global_types50 = require("@deliverart/sdk-js-global-types");
|
|
19613
19759
|
var getIntegrationGlovoGlobalClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
19614
19760
|
var getIntegrationGlovoGlobalClientLogRequestsInputSchema = external_exports.undefined();
|
|
19615
19761
|
var getIntegrationGlovoGlobalClientLogRequestsResponseSchema = (0, import_sdk_js_global_types50.createPaginatedSchema)(
|
|
19616
19762
|
integrationClientLogRequestSchema
|
|
19617
19763
|
);
|
|
19618
|
-
var GetIntegrationGlovoGlobalClientLogRequests = class extends
|
|
19764
|
+
var GetIntegrationGlovoGlobalClientLogRequests = class extends import_sdk_js_core128.AbstractApiRequest {
|
|
19619
19765
|
constructor(options) {
|
|
19620
19766
|
super(void 0, options);
|
|
19621
19767
|
this.method = "GET";
|
|
@@ -19634,14 +19780,14 @@ var GetIntegrationGlovoGlobalClientLogRequests = class extends import_sdk_js_cor
|
|
|
19634
19780
|
};
|
|
19635
19781
|
|
|
19636
19782
|
// src/requests/services/glovo/GetIntegrationGlovoList.ts
|
|
19637
|
-
var
|
|
19783
|
+
var import_sdk_js_core129 = require("@deliverart/sdk-js-core");
|
|
19638
19784
|
var import_sdk_js_global_types51 = require("@deliverart/sdk-js-global-types");
|
|
19639
19785
|
var getIntegrationGlovoListQuerySchema = integrationsGlovoQuerySchema.omit({
|
|
19640
19786
|
service: true
|
|
19641
19787
|
});
|
|
19642
19788
|
var getIntegrationGlovoListInputSchema = external_exports.undefined();
|
|
19643
19789
|
var getIntegrationGlovoListResponseSchema = (0, import_sdk_js_global_types51.createPaginatedSchema)(integrationGlovoSchema);
|
|
19644
|
-
var GetIntegrationGlovoList = class extends
|
|
19790
|
+
var GetIntegrationGlovoList = class extends import_sdk_js_core129.AbstractApiRequest {
|
|
19645
19791
|
constructor(options) {
|
|
19646
19792
|
super(void 0, options);
|
|
19647
19793
|
this.method = "GET";
|
|
@@ -19660,10 +19806,10 @@ var GetIntegrationGlovoList = class extends import_sdk_js_core125.AbstractApiReq
|
|
|
19660
19806
|
};
|
|
19661
19807
|
|
|
19662
19808
|
// src/requests/services/glovo/GetIntegrationGlovoMenuItemDeltaDetails.ts
|
|
19663
|
-
var
|
|
19809
|
+
var import_sdk_js_core130 = require("@deliverart/sdk-js-core");
|
|
19664
19810
|
var getIntegrationGlovoMenuItemDeltaDetailsInputSchema = external_exports.undefined();
|
|
19665
19811
|
var getIntegrationGlovoMenuItemDeltaDetailsResponseSchema = integrationGlovoMenuItemDeltaDetailsSchema;
|
|
19666
|
-
var GetIntegrationGlovoMenuItemDeltaDetails = class extends
|
|
19812
|
+
var GetIntegrationGlovoMenuItemDeltaDetails = class extends import_sdk_js_core130.AbstractApiRequest {
|
|
19667
19813
|
constructor(integrationGlovoId, deltaId) {
|
|
19668
19814
|
super(void 0);
|
|
19669
19815
|
this.method = "GET";
|
|
@@ -19682,14 +19828,14 @@ var GetIntegrationGlovoMenuItemDeltaDetails = class extends import_sdk_js_core12
|
|
|
19682
19828
|
};
|
|
19683
19829
|
|
|
19684
19830
|
// src/requests/services/glovo/GetIntegrationGlovoMenuItemDeltas.ts
|
|
19685
|
-
var
|
|
19831
|
+
var import_sdk_js_core131 = require("@deliverart/sdk-js-core");
|
|
19686
19832
|
var import_sdk_js_global_types52 = require("@deliverart/sdk-js-global-types");
|
|
19687
19833
|
var getIntegrationGlovoMenuItemDeltasQuerySchema = integrationGlovoMenuItemDeltasQuerySchema;
|
|
19688
19834
|
var getIntegrationGlovoMenuItemDeltasInputSchema = external_exports.undefined();
|
|
19689
19835
|
var getIntegrationGlovoMenuItemDeltasResponseSchema = (0, import_sdk_js_global_types52.createPaginatedSchema)(
|
|
19690
19836
|
integrationGlovoMenuItemDeltaSchema
|
|
19691
19837
|
);
|
|
19692
|
-
var GetIntegrationGlovoMenuItemDeltas = class extends
|
|
19838
|
+
var GetIntegrationGlovoMenuItemDeltas = class extends import_sdk_js_core131.AbstractApiRequest {
|
|
19693
19839
|
constructor(integrationGlovoId, options) {
|
|
19694
19840
|
super(void 0, options);
|
|
19695
19841
|
this.method = "GET";
|
|
@@ -19709,11 +19855,11 @@ var GetIntegrationGlovoMenuItemDeltas = class extends import_sdk_js_core127.Abst
|
|
|
19709
19855
|
};
|
|
19710
19856
|
|
|
19711
19857
|
// src/requests/services/glovo/GetIntegrationGlovoMenuValidation.ts
|
|
19712
|
-
var
|
|
19858
|
+
var import_sdk_js_core132 = require("@deliverart/sdk-js-core");
|
|
19713
19859
|
var import_sdk_js_global_types53 = require("@deliverart/sdk-js-global-types");
|
|
19714
19860
|
var getIntegrationGlovoMenuValidationInputSchema = external_exports.undefined();
|
|
19715
19861
|
var getIntegrationGlovoMenuValidationResponseSchema = import_sdk_js_global_types53.emptyResponseSchema;
|
|
19716
|
-
var GetIntegrationGlovoMenuValidation = class extends
|
|
19862
|
+
var GetIntegrationGlovoMenuValidation = class extends import_sdk_js_core132.AbstractApiRequest {
|
|
19717
19863
|
constructor(integrationGlovoId) {
|
|
19718
19864
|
super(void 0);
|
|
19719
19865
|
this.method = "GET";
|
|
@@ -19731,10 +19877,10 @@ var GetIntegrationGlovoMenuValidation = class extends import_sdk_js_core128.Abst
|
|
|
19731
19877
|
};
|
|
19732
19878
|
|
|
19733
19879
|
// src/requests/services/glovo/GetIntegrationGlovoMenuUpdateDetails.ts
|
|
19734
|
-
var
|
|
19880
|
+
var import_sdk_js_core133 = require("@deliverart/sdk-js-core");
|
|
19735
19881
|
var getIntegrationGlovoMenuUpdateDetailsInputSchema = external_exports.undefined();
|
|
19736
19882
|
var getIntegrationGlovoMenuUpdateDetailsResponseSchema = integrationGlovoMenuUpdateDetailsSchema;
|
|
19737
|
-
var GetIntegrationGlovoMenuUpdateDetails = class extends
|
|
19883
|
+
var GetIntegrationGlovoMenuUpdateDetails = class extends import_sdk_js_core133.AbstractApiRequest {
|
|
19738
19884
|
constructor(integrationGlovoId, processId) {
|
|
19739
19885
|
super(void 0);
|
|
19740
19886
|
this.method = "GET";
|
|
@@ -19753,14 +19899,14 @@ var GetIntegrationGlovoMenuUpdateDetails = class extends import_sdk_js_core129.A
|
|
|
19753
19899
|
};
|
|
19754
19900
|
|
|
19755
19901
|
// src/requests/services/glovo/GetIntegrationGlovoMenuUpdates.ts
|
|
19756
|
-
var
|
|
19902
|
+
var import_sdk_js_core134 = require("@deliverart/sdk-js-core");
|
|
19757
19903
|
var import_sdk_js_global_types54 = require("@deliverart/sdk-js-global-types");
|
|
19758
19904
|
var getIntegrationGlovoMenuUpdatesQuerySchema = integrationGlovoMenuUpdatesQuerySchema;
|
|
19759
19905
|
var getIntegrationGlovoMenuUpdatesInputSchema = external_exports.undefined();
|
|
19760
19906
|
var getIntegrationGlovoMenuUpdatesResponseSchema = (0, import_sdk_js_global_types54.createPaginatedSchema)(
|
|
19761
19907
|
integrationGlovoMenuUpdateSchema
|
|
19762
19908
|
);
|
|
19763
|
-
var GetIntegrationGlovoMenuUpdates = class extends
|
|
19909
|
+
var GetIntegrationGlovoMenuUpdates = class extends import_sdk_js_core134.AbstractApiRequest {
|
|
19764
19910
|
constructor(integrationId, options) {
|
|
19765
19911
|
super(void 0, options);
|
|
19766
19912
|
this.method = "GET";
|
|
@@ -19780,10 +19926,10 @@ var GetIntegrationGlovoMenuUpdates = class extends import_sdk_js_core130.Abstrac
|
|
|
19780
19926
|
};
|
|
19781
19927
|
|
|
19782
19928
|
// src/requests/services/glovo/GetIntegrationGlovoMenuVersionDetails.ts
|
|
19783
|
-
var
|
|
19929
|
+
var import_sdk_js_core135 = require("@deliverart/sdk-js-core");
|
|
19784
19930
|
var getIntegrationGlovoMenuVersionDetailsInputSchema = external_exports.undefined();
|
|
19785
19931
|
var getIntegrationGlovoMenuVersionDetailsResponseSchema = menuVersionDetailsSchema;
|
|
19786
|
-
var GetIntegrationGlovoMenuVersionDetails = class extends
|
|
19932
|
+
var GetIntegrationGlovoMenuVersionDetails = class extends import_sdk_js_core135.AbstractApiRequest {
|
|
19787
19933
|
constructor(integrationGlovoId, versionId) {
|
|
19788
19934
|
super(void 0);
|
|
19789
19935
|
this.method = "GET";
|
|
@@ -19802,14 +19948,14 @@ var GetIntegrationGlovoMenuVersionDetails = class extends import_sdk_js_core131.
|
|
|
19802
19948
|
};
|
|
19803
19949
|
|
|
19804
19950
|
// src/requests/services/glovo/GetIntegrationGlovoMenuVersions.ts
|
|
19805
|
-
var
|
|
19951
|
+
var import_sdk_js_core136 = require("@deliverart/sdk-js-core");
|
|
19806
19952
|
var import_sdk_js_global_types55 = require("@deliverart/sdk-js-global-types");
|
|
19807
19953
|
var getIntegrationGlovoMenuVersionsQuerySchema = external_exports.object({
|
|
19808
19954
|
page: external_exports.coerce.number().optional()
|
|
19809
19955
|
});
|
|
19810
19956
|
var getIntegrationGlovoMenuVersionsInputSchema = external_exports.undefined();
|
|
19811
19957
|
var getIntegrationGlovoMenuVersionsResponseSchema = (0, import_sdk_js_global_types55.createPaginatedSchema)(menuVersionSchema);
|
|
19812
|
-
var GetIntegrationGlovoMenuVersions = class extends
|
|
19958
|
+
var GetIntegrationGlovoMenuVersions = class extends import_sdk_js_core136.AbstractApiRequest {
|
|
19813
19959
|
constructor(integrationGlovoId, options) {
|
|
19814
19960
|
super(void 0, options);
|
|
19815
19961
|
this.method = "GET";
|
|
@@ -19829,10 +19975,10 @@ var GetIntegrationGlovoMenuVersions = class extends import_sdk_js_core132.Abstra
|
|
|
19829
19975
|
};
|
|
19830
19976
|
|
|
19831
19977
|
// src/requests/services/glovo/GetIntegrationGlovoOrderDetails.ts
|
|
19832
|
-
var
|
|
19978
|
+
var import_sdk_js_core137 = require("@deliverart/sdk-js-core");
|
|
19833
19979
|
var getIntegrationGlovoOrderDetailsInputSchema = external_exports.undefined();
|
|
19834
19980
|
var getIntegrationGlovoOrderDetailsResponseSchema = integrationGlovoOrderDetailsSchema;
|
|
19835
|
-
var GetIntegrationGlovoOrderDetails = class extends
|
|
19981
|
+
var GetIntegrationGlovoOrderDetails = class extends import_sdk_js_core137.AbstractApiRequest {
|
|
19836
19982
|
constructor(integrationGlovoId, orderId) {
|
|
19837
19983
|
super(void 0);
|
|
19838
19984
|
this.method = "GET";
|
|
@@ -19851,14 +19997,14 @@ var GetIntegrationGlovoOrderDetails = class extends import_sdk_js_core133.Abstra
|
|
|
19851
19997
|
};
|
|
19852
19998
|
|
|
19853
19999
|
// src/requests/services/glovo/GetIntegrationGlovoOrders.ts
|
|
19854
|
-
var
|
|
20000
|
+
var import_sdk_js_core138 = require("@deliverart/sdk-js-core");
|
|
19855
20001
|
var import_sdk_js_global_types56 = require("@deliverart/sdk-js-global-types");
|
|
19856
20002
|
var getIntegrationGlovoOrdersQuerySchema = integrationGlovoOrdersQuerySchema;
|
|
19857
20003
|
var getIntegrationGlovoOrdersInputSchema = external_exports.undefined();
|
|
19858
20004
|
var getIntegrationGlovoOrdersResponseSchema = (0, import_sdk_js_global_types56.createPaginatedSchema)(
|
|
19859
20005
|
integrationGlovoOrderSchema
|
|
19860
20006
|
);
|
|
19861
|
-
var GetIntegrationGlovoOrders = class extends
|
|
20007
|
+
var GetIntegrationGlovoOrders = class extends import_sdk_js_core138.AbstractApiRequest {
|
|
19862
20008
|
constructor(integrationGlovoId, options) {
|
|
19863
20009
|
super(void 0, options);
|
|
19864
20010
|
this.method = "GET";
|
|
@@ -19878,7 +20024,7 @@ var GetIntegrationGlovoOrders = class extends import_sdk_js_core134.AbstractApiR
|
|
|
19878
20024
|
};
|
|
19879
20025
|
|
|
19880
20026
|
// src/requests/services/glovo/GetIntegrationGlovoOrdersFromOrder.ts
|
|
19881
|
-
var
|
|
20027
|
+
var import_sdk_js_core139 = require("@deliverart/sdk-js-core");
|
|
19882
20028
|
var getIntegrationGlovoOrdersFromOrderQuerySchema = integrationGlovoOrdersQuerySchema.omit(
|
|
19883
20029
|
{
|
|
19884
20030
|
page: true
|
|
@@ -19888,7 +20034,7 @@ var getIntegrationGlovoOrdersFromOrderInputSchema = external_exports.undefined()
|
|
|
19888
20034
|
var getIntegrationGlovoOrdersFromOrderResponseSchema = external_exports.array(
|
|
19889
20035
|
integrationGlovoOrderSchema
|
|
19890
20036
|
);
|
|
19891
|
-
var GetIntegrationGlovoOrdersFromOrder = class extends
|
|
20037
|
+
var GetIntegrationGlovoOrdersFromOrder = class extends import_sdk_js_core139.AbstractApiRequest {
|
|
19892
20038
|
constructor(orderId, options) {
|
|
19893
20039
|
super(void 0, options);
|
|
19894
20040
|
this.method = "GET";
|
|
@@ -19908,10 +20054,10 @@ var GetIntegrationGlovoOrdersFromOrder = class extends import_sdk_js_core135.Abs
|
|
|
19908
20054
|
};
|
|
19909
20055
|
|
|
19910
20056
|
// src/requests/services/glovo/GetIntegrationGlovoSyncStatus.ts
|
|
19911
|
-
var
|
|
20057
|
+
var import_sdk_js_core140 = require("@deliverart/sdk-js-core");
|
|
19912
20058
|
var getIntegrationGlovoSyncStatusInputSchema = external_exports.undefined();
|
|
19913
20059
|
var getIntegrationGlovoSyncStatusResponseSchema = integrationGlovoSyncStatusResponseSchema;
|
|
19914
|
-
var GetIntegrationGlovoSyncStatus = class extends
|
|
20060
|
+
var GetIntegrationGlovoSyncStatus = class extends import_sdk_js_core140.AbstractApiRequest {
|
|
19915
20061
|
constructor(integrationGlovoId) {
|
|
19916
20062
|
super(void 0);
|
|
19917
20063
|
this.method = "GET";
|
|
@@ -19929,10 +20075,10 @@ var GetIntegrationGlovoSyncStatus = class extends import_sdk_js_core136.Abstract
|
|
|
19929
20075
|
};
|
|
19930
20076
|
|
|
19931
20077
|
// src/requests/services/glovo/GetIntegrationGlovoWebhookEventDetails.ts
|
|
19932
|
-
var
|
|
20078
|
+
var import_sdk_js_core141 = require("@deliverart/sdk-js-core");
|
|
19933
20079
|
var getIntegrationGlovoWebhookEventDetailsInputSchema = external_exports.undefined();
|
|
19934
20080
|
var getIntegrationGlovoWebhookEventDetailsResponseSchema = integrationGlovoWebhookEventDetailsSchema;
|
|
19935
|
-
var GetIntegrationGlovoWebhookEventDetails = class extends
|
|
20081
|
+
var GetIntegrationGlovoWebhookEventDetails = class extends import_sdk_js_core141.AbstractApiRequest {
|
|
19936
20082
|
constructor(integrationGlovoId, eventId) {
|
|
19937
20083
|
super(void 0);
|
|
19938
20084
|
this.method = "GET";
|
|
@@ -19951,14 +20097,14 @@ var GetIntegrationGlovoWebhookEventDetails = class extends import_sdk_js_core137
|
|
|
19951
20097
|
};
|
|
19952
20098
|
|
|
19953
20099
|
// src/requests/services/glovo/GetIntegrationGlovoWebhookEvents.ts
|
|
19954
|
-
var
|
|
20100
|
+
var import_sdk_js_core142 = require("@deliverart/sdk-js-core");
|
|
19955
20101
|
var import_sdk_js_global_types57 = require("@deliverart/sdk-js-global-types");
|
|
19956
20102
|
var getIntegrationGlovoWebhookEventsQuerySchema = integrationGlovoWebhookEventsQueryParamsSchema;
|
|
19957
20103
|
var getIntegrationGlovoWebhookEventsInputSchema = external_exports.undefined();
|
|
19958
20104
|
var getIntegrationGlovoWebhookEventsResponseSchema = (0, import_sdk_js_global_types57.createPaginatedSchema)(
|
|
19959
20105
|
integrationGlovoWebhookEventSchema
|
|
19960
20106
|
);
|
|
19961
|
-
var GetIntegrationGlovoWebhookEvents = class extends
|
|
20107
|
+
var GetIntegrationGlovoWebhookEvents = class extends import_sdk_js_core142.AbstractApiRequest {
|
|
19962
20108
|
constructor(integrationGlovoId, options) {
|
|
19963
20109
|
super(void 0, options);
|
|
19964
20110
|
this.method = "GET";
|
|
@@ -19977,13 +20123,41 @@ var GetIntegrationGlovoWebhookEvents = class extends import_sdk_js_core138.Abstr
|
|
|
19977
20123
|
}
|
|
19978
20124
|
};
|
|
19979
20125
|
|
|
20126
|
+
// src/requests/services/glovo/GetIntegrationGlovoWebhookEventsFromOrder.ts
|
|
20127
|
+
var import_sdk_js_core143 = require("@deliverart/sdk-js-core");
|
|
20128
|
+
var getIntegrationGlovoWebhookEventsFromOrderQuerySchema = integrationGlovoWebhookEventsQueryParamsSchema.omit({
|
|
20129
|
+
page: true
|
|
20130
|
+
});
|
|
20131
|
+
var getIntegrationGlovoWebhookEventsFromOrderInputSchema = external_exports.undefined();
|
|
20132
|
+
var getIntegrationGlovoWebhookEventsFromOrderResponseSchema = external_exports.array(
|
|
20133
|
+
integrationGlovoWebhookEventSchema
|
|
20134
|
+
);
|
|
20135
|
+
var GetIntegrationGlovoWebhookEventsFromOrder = class extends import_sdk_js_core143.AbstractApiRequest {
|
|
20136
|
+
constructor(orderId, options) {
|
|
20137
|
+
super(void 0, options);
|
|
20138
|
+
this.method = "GET";
|
|
20139
|
+
this.contentType = "application/json";
|
|
20140
|
+
this.accept = "application/json";
|
|
20141
|
+
this.inputSchema = getIntegrationGlovoWebhookEventsFromOrderInputSchema;
|
|
20142
|
+
this.outputSchema = getIntegrationGlovoWebhookEventsFromOrderResponseSchema;
|
|
20143
|
+
this.querySchema = getIntegrationGlovoWebhookEventsFromOrderQuerySchema;
|
|
20144
|
+
this.headersSchema = void 0;
|
|
20145
|
+
this.listItemSchema = integrationGlovoWebhookEventSchema;
|
|
20146
|
+
this.paginationDefaultEnabled = false;
|
|
20147
|
+
this.orderId = orderId;
|
|
20148
|
+
}
|
|
20149
|
+
getPath() {
|
|
20150
|
+
return `/orders/${this.orderId}/glovo_webhook_events`;
|
|
20151
|
+
}
|
|
20152
|
+
};
|
|
20153
|
+
|
|
19980
20154
|
// src/requests/services/glovo/IntegrationGlovoSyncMenu.ts
|
|
19981
|
-
var
|
|
20155
|
+
var import_sdk_js_core144 = require("@deliverart/sdk-js-core");
|
|
19982
20156
|
var integrationGlovoSyncMenuInputSchema = external_exports.undefined();
|
|
19983
20157
|
var integrationGlovoSyncMenuResponseSchema = external_exports.object({
|
|
19984
20158
|
message: external_exports.string()
|
|
19985
20159
|
});
|
|
19986
|
-
var IntegrationGlovoSyncMenu = class extends
|
|
20160
|
+
var IntegrationGlovoSyncMenu = class extends import_sdk_js_core144.AbstractApiRequest {
|
|
19987
20161
|
constructor(integrationGlovoId) {
|
|
19988
20162
|
super(void 0);
|
|
19989
20163
|
this.method = "POST";
|
|
@@ -20001,10 +20175,10 @@ var IntegrationGlovoSyncMenu = class extends import_sdk_js_core139.AbstractApiRe
|
|
|
20001
20175
|
};
|
|
20002
20176
|
|
|
20003
20177
|
// src/requests/services/glovo/UpdateIntegrationGlovo.ts
|
|
20004
|
-
var
|
|
20178
|
+
var import_sdk_js_core145 = require("@deliverart/sdk-js-core");
|
|
20005
20179
|
var updateIntegrationGlovoInputSchema = integrationGlovoEditableFieldsSchema.partial();
|
|
20006
20180
|
var updateIntegrationGlovoResponseSchema = integrationGlovoDetailsSchema;
|
|
20007
|
-
var UpdateIntegrationGlovo = class extends
|
|
20181
|
+
var UpdateIntegrationGlovo = class extends import_sdk_js_core145.AbstractApiRequest {
|
|
20008
20182
|
constructor(integrationGlovoId, input) {
|
|
20009
20183
|
super(input);
|
|
20010
20184
|
this.method = "PATCH";
|
|
@@ -20022,13 +20196,13 @@ var UpdateIntegrationGlovo = class extends import_sdk_js_core140.AbstractApiRequ
|
|
|
20022
20196
|
};
|
|
20023
20197
|
|
|
20024
20198
|
// src/requests/services/glovo/UpdateIntegrationGlovoStoreStatus.ts
|
|
20025
|
-
var
|
|
20199
|
+
var import_sdk_js_core146 = require("@deliverart/sdk-js-core");
|
|
20026
20200
|
var import_sdk_js_global_types58 = require("@deliverart/sdk-js-global-types");
|
|
20027
20201
|
var updateIntegrationGlovoStoreStatusInputSchema = external_exports.object({
|
|
20028
20202
|
status: integrationGlovoStoreStatusSchema
|
|
20029
20203
|
});
|
|
20030
20204
|
var updateIntegrationGlovoStoreStatusResponseSchema = import_sdk_js_global_types58.emptyResponseSchema;
|
|
20031
|
-
var UpdateIntegrationGlovoStoreStatus = class extends
|
|
20205
|
+
var UpdateIntegrationGlovoStoreStatus = class extends import_sdk_js_core146.AbstractApiRequest {
|
|
20032
20206
|
constructor(integrationGlovoId, input) {
|
|
20033
20207
|
super(input);
|
|
20034
20208
|
this.method = "POST";
|
|
@@ -20046,13 +20220,13 @@ var UpdateIntegrationGlovoStoreStatus = class extends import_sdk_js_core141.Abst
|
|
|
20046
20220
|
};
|
|
20047
20221
|
|
|
20048
20222
|
// src/requests/services/justeat/CreateIntegrationJustEat.ts
|
|
20049
|
-
var
|
|
20223
|
+
var import_sdk_js_core147 = require("@deliverart/sdk-js-core");
|
|
20050
20224
|
var import_sdk_js_point_of_sale10 = require("@deliverart/sdk-js-point-of-sale");
|
|
20051
20225
|
var createIntegrationJustEatInputSchema = integrationJustEatEditableFieldsSchema.extend({
|
|
20052
20226
|
pointOfSale: import_sdk_js_point_of_sale10.pointOfSaleIriSchema
|
|
20053
20227
|
});
|
|
20054
20228
|
var createIntegrationJustEatResponseSchema = integrationJustEatDetailsSchema;
|
|
20055
|
-
var CreateIntegrationJustEat = class extends
|
|
20229
|
+
var CreateIntegrationJustEat = class extends import_sdk_js_core147.AbstractApiRequest {
|
|
20056
20230
|
constructor(input) {
|
|
20057
20231
|
super(input);
|
|
20058
20232
|
this.method = "POST";
|
|
@@ -20069,11 +20243,11 @@ var CreateIntegrationJustEat = class extends import_sdk_js_core142.AbstractApiRe
|
|
|
20069
20243
|
};
|
|
20070
20244
|
|
|
20071
20245
|
// src/requests/services/justeat/DeleteIntegrationJustEat.ts
|
|
20072
|
-
var
|
|
20246
|
+
var import_sdk_js_core148 = require("@deliverart/sdk-js-core");
|
|
20073
20247
|
var import_sdk_js_global_types59 = require("@deliverart/sdk-js-global-types");
|
|
20074
20248
|
var deleteIntegrationJustEatInputSchema = external_exports.undefined();
|
|
20075
20249
|
var deleteIntegrationJustEatResponseSchema = import_sdk_js_global_types59.emptyResponseSchema;
|
|
20076
|
-
var DeleteIntegrationJustEat = class extends
|
|
20250
|
+
var DeleteIntegrationJustEat = class extends import_sdk_js_core148.AbstractApiRequest {
|
|
20077
20251
|
constructor(integrationJustEatId) {
|
|
20078
20252
|
super(void 0);
|
|
20079
20253
|
this.method = "DELETE";
|
|
@@ -20091,10 +20265,10 @@ var DeleteIntegrationJustEat = class extends import_sdk_js_core143.AbstractApiRe
|
|
|
20091
20265
|
};
|
|
20092
20266
|
|
|
20093
20267
|
// src/requests/services/justeat/GetIntegrationJustEatClientLogRequestDetails.ts
|
|
20094
|
-
var
|
|
20268
|
+
var import_sdk_js_core149 = require("@deliverart/sdk-js-core");
|
|
20095
20269
|
var getIntegrationJustEatClientLogRequestDetailsInputSchema = external_exports.undefined();
|
|
20096
20270
|
var getIntegrationJustEatClientLogRequestDetailsResponseSchema = integrationClientLogRequestDetailsSchema;
|
|
20097
|
-
var GetIntegrationJustEatClientLogRequestDetails = class extends
|
|
20271
|
+
var GetIntegrationJustEatClientLogRequestDetails = class extends import_sdk_js_core149.AbstractApiRequest {
|
|
20098
20272
|
constructor(integrationJustEatId, requestId) {
|
|
20099
20273
|
super(void 0);
|
|
20100
20274
|
this.method = "GET";
|
|
@@ -20113,14 +20287,14 @@ var GetIntegrationJustEatClientLogRequestDetails = class extends import_sdk_js_c
|
|
|
20113
20287
|
};
|
|
20114
20288
|
|
|
20115
20289
|
// src/requests/services/justeat/GetIntegrationJustEatClientLogRequests.ts
|
|
20116
|
-
var
|
|
20290
|
+
var import_sdk_js_core150 = require("@deliverart/sdk-js-core");
|
|
20117
20291
|
var import_sdk_js_global_types60 = require("@deliverart/sdk-js-global-types");
|
|
20118
20292
|
var getIntegrationJustEatClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
20119
20293
|
var getIntegrationJustEatClientLogRequestsInputSchema = external_exports.undefined();
|
|
20120
20294
|
var getIntegrationJustEatClientLogRequestsResponseSchema = (0, import_sdk_js_global_types60.createPaginatedSchema)(
|
|
20121
20295
|
integrationClientLogRequestSchema
|
|
20122
20296
|
);
|
|
20123
|
-
var GetIntegrationJustEatClientLogRequests = class extends
|
|
20297
|
+
var GetIntegrationJustEatClientLogRequests = class extends import_sdk_js_core150.AbstractApiRequest {
|
|
20124
20298
|
constructor(integrationJustEatId, options) {
|
|
20125
20299
|
super(void 0, options);
|
|
20126
20300
|
this.method = "GET";
|
|
@@ -20139,11 +20313,39 @@ var GetIntegrationJustEatClientLogRequests = class extends import_sdk_js_core145
|
|
|
20139
20313
|
}
|
|
20140
20314
|
};
|
|
20141
20315
|
|
|
20316
|
+
// src/requests/services/justeat/GetIntegrationJustEatClientLogRequestsFromOrder.ts
|
|
20317
|
+
var import_sdk_js_core151 = require("@deliverart/sdk-js-core");
|
|
20318
|
+
var getIntegrationJustEatClientLogRequestsFromOrderQuerySchema = clientLogRequestQuerySchema.omit({
|
|
20319
|
+
page: true
|
|
20320
|
+
});
|
|
20321
|
+
var getIntegrationJustEatClientLogRequestsFromOrderInputSchema = external_exports.undefined();
|
|
20322
|
+
var getIntegrationJustEatClientLogRequestsFromOrderResponseSchema = external_exports.array(
|
|
20323
|
+
integrationClientLogRequestSchema
|
|
20324
|
+
);
|
|
20325
|
+
var GetIntegrationJustEatClientLogRequestsFromOrder = class extends import_sdk_js_core151.AbstractApiRequest {
|
|
20326
|
+
constructor(orderId, options) {
|
|
20327
|
+
super(void 0, options);
|
|
20328
|
+
this.method = "GET";
|
|
20329
|
+
this.contentType = "application/json";
|
|
20330
|
+
this.accept = "application/json";
|
|
20331
|
+
this.inputSchema = getIntegrationJustEatClientLogRequestsFromOrderInputSchema;
|
|
20332
|
+
this.outputSchema = getIntegrationJustEatClientLogRequestsFromOrderResponseSchema;
|
|
20333
|
+
this.querySchema = getIntegrationJustEatClientLogRequestsFromOrderQuerySchema;
|
|
20334
|
+
this.headersSchema = void 0;
|
|
20335
|
+
this.listItemSchema = integrationClientLogRequestSchema;
|
|
20336
|
+
this.paginationDefaultEnabled = false;
|
|
20337
|
+
this.orderId = orderId;
|
|
20338
|
+
}
|
|
20339
|
+
getPath() {
|
|
20340
|
+
return `/orders/${this.orderId}/justeat_client_log_requests`;
|
|
20341
|
+
}
|
|
20342
|
+
};
|
|
20343
|
+
|
|
20142
20344
|
// src/requests/services/justeat/GetIntegrationJustEatDetails.ts
|
|
20143
|
-
var
|
|
20345
|
+
var import_sdk_js_core152 = require("@deliverart/sdk-js-core");
|
|
20144
20346
|
var getIntegrationJustEatDetailsInputSchema = external_exports.undefined();
|
|
20145
20347
|
var getIntegrationJustEatDetailsResponseSchema = integrationJustEatDetailsSchema;
|
|
20146
|
-
var GetIntegrationJustEatDetails = class extends
|
|
20348
|
+
var GetIntegrationJustEatDetails = class extends import_sdk_js_core152.AbstractApiRequest {
|
|
20147
20349
|
constructor(integrationJustEatId) {
|
|
20148
20350
|
super(void 0);
|
|
20149
20351
|
this.method = "GET";
|
|
@@ -20161,14 +20363,14 @@ var GetIntegrationJustEatDetails = class extends import_sdk_js_core146.AbstractA
|
|
|
20161
20363
|
};
|
|
20162
20364
|
|
|
20163
20365
|
// src/requests/services/justeat/GetIntegrationJustEatGlobalClientLogRequests.ts
|
|
20164
|
-
var
|
|
20366
|
+
var import_sdk_js_core153 = require("@deliverart/sdk-js-core");
|
|
20165
20367
|
var import_sdk_js_global_types61 = require("@deliverart/sdk-js-global-types");
|
|
20166
20368
|
var getIntegrationJustEatGlobalClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
20167
20369
|
var getIntegrationJustEatGlobalClientLogRequestsInputSchema = external_exports.undefined();
|
|
20168
20370
|
var getIntegrationJustEatGlobalClientLogRequestsResponseSchema = (0, import_sdk_js_global_types61.createPaginatedSchema)(
|
|
20169
20371
|
integrationClientLogRequestSchema
|
|
20170
20372
|
);
|
|
20171
|
-
var GetIntegrationJustEatGlobalClientLogRequests = class extends
|
|
20373
|
+
var GetIntegrationJustEatGlobalClientLogRequests = class extends import_sdk_js_core153.AbstractApiRequest {
|
|
20172
20374
|
constructor(options) {
|
|
20173
20375
|
super(void 0, options);
|
|
20174
20376
|
this.method = "GET";
|
|
@@ -20187,14 +20389,14 @@ var GetIntegrationJustEatGlobalClientLogRequests = class extends import_sdk_js_c
|
|
|
20187
20389
|
};
|
|
20188
20390
|
|
|
20189
20391
|
// src/requests/services/justeat/GetIntegrationJustEatList.ts
|
|
20190
|
-
var
|
|
20392
|
+
var import_sdk_js_core154 = require("@deliverart/sdk-js-core");
|
|
20191
20393
|
var import_sdk_js_global_types62 = require("@deliverart/sdk-js-global-types");
|
|
20192
20394
|
var getIntegrationJustEatListQuerySchema = integrationsJustEatQuerySchema.omit({
|
|
20193
20395
|
service: true
|
|
20194
20396
|
});
|
|
20195
20397
|
var getIntegrationJustEatListInputSchema = external_exports.undefined();
|
|
20196
20398
|
var getIntegrationJustEatListResponseSchema = (0, import_sdk_js_global_types62.createPaginatedSchema)(integrationJustEatSchema);
|
|
20197
|
-
var GetIntegrationJustEatList = class extends
|
|
20399
|
+
var GetIntegrationJustEatList = class extends import_sdk_js_core154.AbstractApiRequest {
|
|
20198
20400
|
constructor(options) {
|
|
20199
20401
|
super(void 0, options);
|
|
20200
20402
|
this.method = "GET";
|
|
@@ -20213,11 +20415,11 @@ var GetIntegrationJustEatList = class extends import_sdk_js_core148.AbstractApiR
|
|
|
20213
20415
|
};
|
|
20214
20416
|
|
|
20215
20417
|
// src/requests/services/justeat/GetIntegrationJustEatMenuValidation.ts
|
|
20216
|
-
var
|
|
20418
|
+
var import_sdk_js_core155 = require("@deliverart/sdk-js-core");
|
|
20217
20419
|
var import_sdk_js_global_types63 = require("@deliverart/sdk-js-global-types");
|
|
20218
20420
|
var getIntegrationJustEatMenuValidationInputSchema = external_exports.undefined();
|
|
20219
20421
|
var getIntegrationJustEatMenuValidationResponseSchema = import_sdk_js_global_types63.emptyResponseSchema;
|
|
20220
|
-
var GetIntegrationJustEatMenuValidation = class extends
|
|
20422
|
+
var GetIntegrationJustEatMenuValidation = class extends import_sdk_js_core155.AbstractApiRequest {
|
|
20221
20423
|
constructor(integrationJustEatId, type) {
|
|
20222
20424
|
super(void 0);
|
|
20223
20425
|
this.method = "GET";
|
|
@@ -20236,10 +20438,10 @@ var GetIntegrationJustEatMenuValidation = class extends import_sdk_js_core149.Ab
|
|
|
20236
20438
|
};
|
|
20237
20439
|
|
|
20238
20440
|
// src/requests/services/justeat/GetIntegrationJustEatMenuVersionDetails.ts
|
|
20239
|
-
var
|
|
20441
|
+
var import_sdk_js_core156 = require("@deliverart/sdk-js-core");
|
|
20240
20442
|
var getIntegrationJustEatMenuVersionDetailsInputSchema = external_exports.undefined();
|
|
20241
20443
|
var getIntegrationJustEatMenuVersionDetailsResponseSchema = menuVersionDetailsSchema;
|
|
20242
|
-
var GetIntegrationJustEatMenuVersionDetails = class extends
|
|
20444
|
+
var GetIntegrationJustEatMenuVersionDetails = class extends import_sdk_js_core156.AbstractApiRequest {
|
|
20243
20445
|
constructor(integrationJustEatId, versionId) {
|
|
20244
20446
|
super(void 0);
|
|
20245
20447
|
this.method = "GET";
|
|
@@ -20258,14 +20460,14 @@ var GetIntegrationJustEatMenuVersionDetails = class extends import_sdk_js_core15
|
|
|
20258
20460
|
};
|
|
20259
20461
|
|
|
20260
20462
|
// src/requests/services/justeat/GetIntegrationJustEatMenuVersions.ts
|
|
20261
|
-
var
|
|
20463
|
+
var import_sdk_js_core157 = require("@deliverart/sdk-js-core");
|
|
20262
20464
|
var import_sdk_js_global_types64 = require("@deliverart/sdk-js-global-types");
|
|
20263
20465
|
var getIntegrationJustEatMenuVersionsQuerySchema = external_exports.object({
|
|
20264
20466
|
page: external_exports.coerce.number().optional()
|
|
20265
20467
|
});
|
|
20266
20468
|
var getIntegrationJustEatMenuVersionsInputSchema = external_exports.undefined();
|
|
20267
20469
|
var getIntegrationJustEatMenuVersionsResponseSchema = (0, import_sdk_js_global_types64.createPaginatedSchema)(menuVersionSchema);
|
|
20268
|
-
var GetIntegrationJustEatMenuVersions = class extends
|
|
20470
|
+
var GetIntegrationJustEatMenuVersions = class extends import_sdk_js_core157.AbstractApiRequest {
|
|
20269
20471
|
constructor(integrationJustEatId, options) {
|
|
20270
20472
|
super(void 0, options);
|
|
20271
20473
|
this.method = "GET";
|
|
@@ -20285,10 +20487,10 @@ var GetIntegrationJustEatMenuVersions = class extends import_sdk_js_core151.Abst
|
|
|
20285
20487
|
};
|
|
20286
20488
|
|
|
20287
20489
|
// src/requests/services/justeat/GetIntegrationJustEatOrderDetails.ts
|
|
20288
|
-
var
|
|
20490
|
+
var import_sdk_js_core158 = require("@deliverart/sdk-js-core");
|
|
20289
20491
|
var getIntegrationJustEatOrderDetailsInputSchema = external_exports.undefined();
|
|
20290
20492
|
var getIntegrationJustEatOrderDetailsResponseSchema = integrationJustEatOrderDetailsSchema;
|
|
20291
|
-
var GetIntegrationJustEatOrderDetails = class extends
|
|
20493
|
+
var GetIntegrationJustEatOrderDetails = class extends import_sdk_js_core158.AbstractApiRequest {
|
|
20292
20494
|
constructor(integrationJustEatId, orderId) {
|
|
20293
20495
|
super(void 0);
|
|
20294
20496
|
this.method = "GET";
|
|
@@ -20307,14 +20509,14 @@ var GetIntegrationJustEatOrderDetails = class extends import_sdk_js_core152.Abst
|
|
|
20307
20509
|
};
|
|
20308
20510
|
|
|
20309
20511
|
// src/requests/services/justeat/GetIntegrationJustEatOrders.ts
|
|
20310
|
-
var
|
|
20512
|
+
var import_sdk_js_core159 = require("@deliverart/sdk-js-core");
|
|
20311
20513
|
var import_sdk_js_global_types65 = require("@deliverart/sdk-js-global-types");
|
|
20312
20514
|
var getIntegrationJustEatOrdersQuerySchema = integrationJustEatOrdersQueryParamsSchema;
|
|
20313
20515
|
var getIntegrationJustEatOrdersInputSchema = external_exports.undefined();
|
|
20314
20516
|
var getIntegrationJustEatOrdersResponseSchema = (0, import_sdk_js_global_types65.createPaginatedSchema)(
|
|
20315
20517
|
integrationJustEatOrderSchema
|
|
20316
20518
|
);
|
|
20317
|
-
var GetIntegrationJustEatOrders = class extends
|
|
20519
|
+
var GetIntegrationJustEatOrders = class extends import_sdk_js_core159.AbstractApiRequest {
|
|
20318
20520
|
constructor(integrationJustEatId, options) {
|
|
20319
20521
|
super(void 0, options);
|
|
20320
20522
|
this.method = "GET";
|
|
@@ -20334,7 +20536,7 @@ var GetIntegrationJustEatOrders = class extends import_sdk_js_core153.AbstractAp
|
|
|
20334
20536
|
};
|
|
20335
20537
|
|
|
20336
20538
|
// src/requests/services/justeat/GetIntegrationJustEatOrdersFromOrder.ts
|
|
20337
|
-
var
|
|
20539
|
+
var import_sdk_js_core160 = require("@deliverart/sdk-js-core");
|
|
20338
20540
|
var getIntegrationJustEatOrdersFromOrderQuerySchema = integrationJustEatOrdersQueryParamsSchema.omit({
|
|
20339
20541
|
page: true
|
|
20340
20542
|
});
|
|
@@ -20342,7 +20544,7 @@ var getIntegrationJustEatOrdersFromOrderInputSchema = external_exports.undefined
|
|
|
20342
20544
|
var getIntegrationJustEatOrdersFromOrderResponseSchema = external_exports.array(
|
|
20343
20545
|
integrationJustEatOrderSchema
|
|
20344
20546
|
);
|
|
20345
|
-
var GetIntegrationJustEatOrdersFromOrder = class extends
|
|
20547
|
+
var GetIntegrationJustEatOrdersFromOrder = class extends import_sdk_js_core160.AbstractApiRequest {
|
|
20346
20548
|
constructor(orderId, options) {
|
|
20347
20549
|
super(void 0, options);
|
|
20348
20550
|
this.method = "GET";
|
|
@@ -20362,10 +20564,10 @@ var GetIntegrationJustEatOrdersFromOrder = class extends import_sdk_js_core154.A
|
|
|
20362
20564
|
};
|
|
20363
20565
|
|
|
20364
20566
|
// src/requests/services/justeat/GetIntegrationJustEatSyncMenuProcessDetails.ts
|
|
20365
|
-
var
|
|
20567
|
+
var import_sdk_js_core161 = require("@deliverart/sdk-js-core");
|
|
20366
20568
|
var getIntegrationJustEatSyncMenuProcessDetailsInputSchema = external_exports.undefined();
|
|
20367
20569
|
var getIntegrationJustEatSyncMenuProcessDetailsResponseSchema = integrationJustEatSyncMenuProcessDetailsSchema;
|
|
20368
|
-
var GetIntegrationJustEatSyncMenuProcessDetails = class extends
|
|
20570
|
+
var GetIntegrationJustEatSyncMenuProcessDetails = class extends import_sdk_js_core161.AbstractApiRequest {
|
|
20369
20571
|
constructor(integrationJustEatId, processId) {
|
|
20370
20572
|
super(void 0);
|
|
20371
20573
|
this.method = "GET";
|
|
@@ -20384,14 +20586,14 @@ var GetIntegrationJustEatSyncMenuProcessDetails = class extends import_sdk_js_co
|
|
|
20384
20586
|
};
|
|
20385
20587
|
|
|
20386
20588
|
// src/requests/services/justeat/GetIntegrationJustEatSyncMenuProcesses.ts
|
|
20387
|
-
var
|
|
20589
|
+
var import_sdk_js_core162 = require("@deliverart/sdk-js-core");
|
|
20388
20590
|
var import_sdk_js_global_types66 = require("@deliverart/sdk-js-global-types");
|
|
20389
20591
|
var getIntegrationJustEatSyncMenuProcessesQuerySchema = integrationJustEatSyncMenuProcessesQuerySchema;
|
|
20390
20592
|
var getIntegrationJustEatSyncMenuProcessesInputSchema = external_exports.undefined();
|
|
20391
20593
|
var getIntegrationJustEatSyncMenuProcessesResponseSchema = (0, import_sdk_js_global_types66.createPaginatedSchema)(
|
|
20392
20594
|
integrationJustEatSyncMenuProcessSchema
|
|
20393
20595
|
);
|
|
20394
|
-
var GetIntegrationJustEatSyncMenuProcesses = class extends
|
|
20596
|
+
var GetIntegrationJustEatSyncMenuProcesses = class extends import_sdk_js_core162.AbstractApiRequest {
|
|
20395
20597
|
constructor(integrationJustEatId, options) {
|
|
20396
20598
|
super(void 0, options);
|
|
20397
20599
|
this.method = "GET";
|
|
@@ -20411,12 +20613,12 @@ var GetIntegrationJustEatSyncMenuProcesses = class extends import_sdk_js_core156
|
|
|
20411
20613
|
};
|
|
20412
20614
|
|
|
20413
20615
|
// src/requests/services/justeat/IntegrationJustEatSyncMenu.ts
|
|
20414
|
-
var
|
|
20616
|
+
var import_sdk_js_core163 = require("@deliverart/sdk-js-core");
|
|
20415
20617
|
var integrationJustEatSyncMenuInputSchema = external_exports.undefined();
|
|
20416
20618
|
var integrationJustEatSyncMenuResponseSchema = external_exports.object({
|
|
20417
20619
|
message: external_exports.string()
|
|
20418
20620
|
});
|
|
20419
|
-
var IntegrationJustEatSyncMenu = class extends
|
|
20621
|
+
var IntegrationJustEatSyncMenu = class extends import_sdk_js_core163.AbstractApiRequest {
|
|
20420
20622
|
constructor(integrationJustEatId) {
|
|
20421
20623
|
super(void 0);
|
|
20422
20624
|
this.method = "POST";
|
|
@@ -20434,12 +20636,12 @@ var IntegrationJustEatSyncMenu = class extends import_sdk_js_core157.AbstractApi
|
|
|
20434
20636
|
};
|
|
20435
20637
|
|
|
20436
20638
|
// src/requests/services/justeat/IntegrationJustEatSyncOpeningTimes.ts
|
|
20437
|
-
var
|
|
20639
|
+
var import_sdk_js_core164 = require("@deliverart/sdk-js-core");
|
|
20438
20640
|
var integrationJustEatSyncOpeningHoursInputSchema = external_exports.undefined();
|
|
20439
20641
|
var integrationJustEatSyncOpeningHoursResponseSchema = external_exports.object({
|
|
20440
20642
|
message: external_exports.string()
|
|
20441
20643
|
});
|
|
20442
|
-
var IntegrationJustEatSyncOpeningTimes = class extends
|
|
20644
|
+
var IntegrationJustEatSyncOpeningTimes = class extends import_sdk_js_core164.AbstractApiRequest {
|
|
20443
20645
|
constructor(integrationJustEatId) {
|
|
20444
20646
|
super(void 0);
|
|
20445
20647
|
this.method = "POST";
|
|
@@ -20457,10 +20659,10 @@ var IntegrationJustEatSyncOpeningTimes = class extends import_sdk_js_core158.Abs
|
|
|
20457
20659
|
};
|
|
20458
20660
|
|
|
20459
20661
|
// src/requests/services/justeat/UpdateIntegrationJustEat.ts
|
|
20460
|
-
var
|
|
20662
|
+
var import_sdk_js_core165 = require("@deliverart/sdk-js-core");
|
|
20461
20663
|
var updateIntegrationJustEatInputSchema = integrationJustEatEditableFieldsSchema.partial();
|
|
20462
20664
|
var updateIntegrationJustEatResponseSchema = integrationJustEatDetailsSchema;
|
|
20463
|
-
var UpdateIntegrationJustEat = class extends
|
|
20665
|
+
var UpdateIntegrationJustEat = class extends import_sdk_js_core165.AbstractApiRequest {
|
|
20464
20666
|
constructor(integrationJustEatId, input) {
|
|
20465
20667
|
super(input);
|
|
20466
20668
|
this.method = "PATCH";
|
|
@@ -20478,13 +20680,13 @@ var UpdateIntegrationJustEat = class extends import_sdk_js_core159.AbstractApiRe
|
|
|
20478
20680
|
};
|
|
20479
20681
|
|
|
20480
20682
|
// src/requests/services/justeat/UpdateIntegrationJustEatRestaurantStatus.ts
|
|
20481
|
-
var
|
|
20683
|
+
var import_sdk_js_core166 = require("@deliverart/sdk-js-core");
|
|
20482
20684
|
var import_sdk_js_global_types67 = require("@deliverart/sdk-js-global-types");
|
|
20483
20685
|
var updateIntegrationJustEatRestaurantStatusInputSchema = external_exports.object({
|
|
20484
20686
|
status: integrationJustEatRestaurantStatusSchema
|
|
20485
20687
|
});
|
|
20486
20688
|
var updateIntegrationJustEatRestaurantStatusResponseSchema = import_sdk_js_global_types67.emptyResponseSchema;
|
|
20487
|
-
var UpdateIntegrationJustEatRestaurantStatus = class extends
|
|
20689
|
+
var UpdateIntegrationJustEatRestaurantStatus = class extends import_sdk_js_core166.AbstractApiRequest {
|
|
20488
20690
|
constructor(integrationJustEatId, input) {
|
|
20489
20691
|
super(input);
|
|
20490
20692
|
this.method = "POST";
|
|
@@ -20502,13 +20704,13 @@ var UpdateIntegrationJustEatRestaurantStatus = class extends import_sdk_js_core1
|
|
|
20502
20704
|
};
|
|
20503
20705
|
|
|
20504
20706
|
// src/requests/services/kitchen/CreateIntegrationKitchen.ts
|
|
20505
|
-
var
|
|
20707
|
+
var import_sdk_js_core167 = require("@deliverart/sdk-js-core");
|
|
20506
20708
|
var import_sdk_js_point_of_sale11 = require("@deliverart/sdk-js-point-of-sale");
|
|
20507
20709
|
var createIntegrationKitchenInputSchema = integrationKitchenEditableFieldsSchema.extend({
|
|
20508
20710
|
pointOfSale: import_sdk_js_point_of_sale11.pointOfSaleIriSchema
|
|
20509
20711
|
});
|
|
20510
20712
|
var createIntegrationKitchenResponseSchema = integrationKitchenDetailsSchema;
|
|
20511
|
-
var CreateIntegrationKitchen = class extends
|
|
20713
|
+
var CreateIntegrationKitchen = class extends import_sdk_js_core167.AbstractApiRequest {
|
|
20512
20714
|
constructor(input) {
|
|
20513
20715
|
super(input);
|
|
20514
20716
|
this.method = "POST";
|
|
@@ -20525,10 +20727,10 @@ var CreateIntegrationKitchen = class extends import_sdk_js_core161.AbstractApiRe
|
|
|
20525
20727
|
};
|
|
20526
20728
|
|
|
20527
20729
|
// src/requests/services/kitchen/CreateIntegrationKitchenAccessToken.ts
|
|
20528
|
-
var
|
|
20730
|
+
var import_sdk_js_core168 = require("@deliverart/sdk-js-core");
|
|
20529
20731
|
var createIntegrationKitchenAccessTokenInputSchema = external_exports.undefined();
|
|
20530
20732
|
var createIntegrationKitchenAccessTokenResponseSchema = integrationKitchenAccessTokenDetailsSchema;
|
|
20531
|
-
var CreateIntegrationKitchenAccessToken = class extends
|
|
20733
|
+
var CreateIntegrationKitchenAccessToken = class extends import_sdk_js_core168.AbstractApiRequest {
|
|
20532
20734
|
constructor(integrationKitchenId) {
|
|
20533
20735
|
super(void 0);
|
|
20534
20736
|
this.method = "POST";
|
|
@@ -20546,11 +20748,11 @@ var CreateIntegrationKitchenAccessToken = class extends import_sdk_js_core162.Ab
|
|
|
20546
20748
|
};
|
|
20547
20749
|
|
|
20548
20750
|
// src/requests/services/kitchen/DeleteIntegrationKitchen.ts
|
|
20549
|
-
var
|
|
20751
|
+
var import_sdk_js_core169 = require("@deliverart/sdk-js-core");
|
|
20550
20752
|
var import_sdk_js_global_types68 = require("@deliverart/sdk-js-global-types");
|
|
20551
20753
|
var deleteIntegrationKitchenInputSchema = external_exports.undefined();
|
|
20552
20754
|
var deleteIntegrationKitchenResponseSchema = import_sdk_js_global_types68.emptyResponseSchema;
|
|
20553
|
-
var DeleteIntegrationKitchen = class extends
|
|
20755
|
+
var DeleteIntegrationKitchen = class extends import_sdk_js_core169.AbstractApiRequest {
|
|
20554
20756
|
constructor(integrationKitchenId) {
|
|
20555
20757
|
super(void 0);
|
|
20556
20758
|
this.method = "DELETE";
|
|
@@ -20568,11 +20770,11 @@ var DeleteIntegrationKitchen = class extends import_sdk_js_core163.AbstractApiRe
|
|
|
20568
20770
|
};
|
|
20569
20771
|
|
|
20570
20772
|
// src/requests/services/kitchen/DeleteIntegrationKitchenAccessToken.ts
|
|
20571
|
-
var
|
|
20773
|
+
var import_sdk_js_core170 = require("@deliverart/sdk-js-core");
|
|
20572
20774
|
var import_sdk_js_global_types69 = require("@deliverart/sdk-js-global-types");
|
|
20573
20775
|
var deleteIntegrationKitchenAccessTokenInputSchema = external_exports.undefined();
|
|
20574
20776
|
var deleteIntegrationKitchenAccessTokenResponseSchema = import_sdk_js_global_types69.emptyResponseSchema;
|
|
20575
|
-
var DeleteIntegrationKitchenAccessToken = class extends
|
|
20777
|
+
var DeleteIntegrationKitchenAccessToken = class extends import_sdk_js_core170.AbstractApiRequest {
|
|
20576
20778
|
constructor(integrationKitchenId, integrationKitchenAccessTokenId) {
|
|
20577
20779
|
super(void 0);
|
|
20578
20780
|
this.method = "DELETE";
|
|
@@ -20591,10 +20793,10 @@ var DeleteIntegrationKitchenAccessToken = class extends import_sdk_js_core164.Ab
|
|
|
20591
20793
|
};
|
|
20592
20794
|
|
|
20593
20795
|
// src/requests/services/kitchen/GetIntegrationKitchenAccessTokenDetails.ts
|
|
20594
|
-
var
|
|
20796
|
+
var import_sdk_js_core171 = require("@deliverart/sdk-js-core");
|
|
20595
20797
|
var getIntegrationKitchenAccessTokenDetailsInputSchema = external_exports.undefined();
|
|
20596
20798
|
var getIntegrationKitchenAccessTokenDetailsResponseSchema = integrationKitchenAccessTokenDetailsSchema;
|
|
20597
|
-
var GetIntegrationKitchenAccessTokenDetails = class extends
|
|
20799
|
+
var GetIntegrationKitchenAccessTokenDetails = class extends import_sdk_js_core171.AbstractApiRequest {
|
|
20598
20800
|
constructor(integrationKitchenId, requestId) {
|
|
20599
20801
|
super(void 0);
|
|
20600
20802
|
this.method = "GET";
|
|
@@ -20613,14 +20815,14 @@ var GetIntegrationKitchenAccessTokenDetails = class extends import_sdk_js_core16
|
|
|
20613
20815
|
};
|
|
20614
20816
|
|
|
20615
20817
|
// src/requests/services/kitchen/GetIntegrationKitchenAccessTokens.ts
|
|
20616
|
-
var
|
|
20818
|
+
var import_sdk_js_core172 = require("@deliverart/sdk-js-core");
|
|
20617
20819
|
var import_sdk_js_global_types70 = require("@deliverart/sdk-js-global-types");
|
|
20618
20820
|
var getIntegrationKitchenAccessTokensQuerySchema = integrationKitchenAccessTokensQuerySchema;
|
|
20619
20821
|
var getIntegrationKitchenAccessTokensInputSchema = external_exports.undefined();
|
|
20620
20822
|
var getIntegrationKitchenAccessTokensResponseSchema = (0, import_sdk_js_global_types70.createPaginatedSchema)(
|
|
20621
20823
|
integrationKitchenAccessTokenSchema
|
|
20622
20824
|
);
|
|
20623
|
-
var GetIntegrationKitchenAccessTokens = class extends
|
|
20825
|
+
var GetIntegrationKitchenAccessTokens = class extends import_sdk_js_core172.AbstractApiRequest {
|
|
20624
20826
|
constructor(integrationKitchenId, options) {
|
|
20625
20827
|
super(void 0, options);
|
|
20626
20828
|
this.method = "GET";
|
|
@@ -20640,10 +20842,10 @@ var GetIntegrationKitchenAccessTokens = class extends import_sdk_js_core166.Abst
|
|
|
20640
20842
|
};
|
|
20641
20843
|
|
|
20642
20844
|
// src/requests/services/kitchen/GetIntegrationKitchenDetails.ts
|
|
20643
|
-
var
|
|
20845
|
+
var import_sdk_js_core173 = require("@deliverart/sdk-js-core");
|
|
20644
20846
|
var getIntegrationKitchenDetailsInputSchema = external_exports.undefined();
|
|
20645
20847
|
var getIntegrationKitchenDetailsResponseSchema = integrationKitchenDetailsSchema;
|
|
20646
|
-
var GetIntegrationKitchenDetails = class extends
|
|
20848
|
+
var GetIntegrationKitchenDetails = class extends import_sdk_js_core173.AbstractApiRequest {
|
|
20647
20849
|
constructor(integrationKitchenId) {
|
|
20648
20850
|
super(void 0);
|
|
20649
20851
|
this.method = "GET";
|
|
@@ -20661,14 +20863,14 @@ var GetIntegrationKitchenDetails = class extends import_sdk_js_core167.AbstractA
|
|
|
20661
20863
|
};
|
|
20662
20864
|
|
|
20663
20865
|
// src/requests/services/kitchen/GetIntegrationKitchenList.ts
|
|
20664
|
-
var
|
|
20866
|
+
var import_sdk_js_core174 = require("@deliverart/sdk-js-core");
|
|
20665
20867
|
var import_sdk_js_global_types71 = require("@deliverart/sdk-js-global-types");
|
|
20666
20868
|
var getIntegrationKitchenListQuerySchema = integrationsKitchenQuerySchema.omit({
|
|
20667
20869
|
service: true
|
|
20668
20870
|
});
|
|
20669
20871
|
var getIntegrationKitchenListResponseSchema = (0, import_sdk_js_global_types71.createPaginatedSchema)(integrationKitchenSchema);
|
|
20670
20872
|
var getIntegrationKitchenListInputSchema = external_exports.undefined();
|
|
20671
|
-
var GetIntegrationKitchenList = class extends
|
|
20873
|
+
var GetIntegrationKitchenList = class extends import_sdk_js_core174.AbstractApiRequest {
|
|
20672
20874
|
constructor(options) {
|
|
20673
20875
|
super(void 0, options);
|
|
20674
20876
|
this.method = "GET";
|
|
@@ -20687,10 +20889,10 @@ var GetIntegrationKitchenList = class extends import_sdk_js_core168.AbstractApiR
|
|
|
20687
20889
|
};
|
|
20688
20890
|
|
|
20689
20891
|
// src/requests/services/kitchen/UpdateIntegrationKitchen.ts
|
|
20690
|
-
var
|
|
20892
|
+
var import_sdk_js_core175 = require("@deliverart/sdk-js-core");
|
|
20691
20893
|
var updateIntegrationKitchenInputSchema = integrationKitchenEditableFieldsSchema.partial();
|
|
20692
20894
|
var updateIntegrationKitchenResponseSchema = integrationKitchenDetailsSchema;
|
|
20693
|
-
var UpdateIntegrationKitchen = class extends
|
|
20895
|
+
var UpdateIntegrationKitchen = class extends import_sdk_js_core175.AbstractApiRequest {
|
|
20694
20896
|
constructor(integrationKitchenId, input) {
|
|
20695
20897
|
super(input);
|
|
20696
20898
|
this.method = "PATCH";
|
|
@@ -20708,10 +20910,10 @@ var UpdateIntegrationKitchen = class extends import_sdk_js_core169.AbstractApiRe
|
|
|
20708
20910
|
};
|
|
20709
20911
|
|
|
20710
20912
|
// src/requests/UpdateIntegration.ts
|
|
20711
|
-
var
|
|
20913
|
+
var import_sdk_js_core176 = require("@deliverart/sdk-js-core");
|
|
20712
20914
|
var updateIntegrationInputSchema = writableIntegrationSchema.partial();
|
|
20713
20915
|
var updateIntegrationResponseSchema = integrationDetailsSchema;
|
|
20714
|
-
var UpdateIntegration = class extends
|
|
20916
|
+
var UpdateIntegration = class extends import_sdk_js_core176.AbstractApiRequest {
|
|
20715
20917
|
constructor(integrationId, input) {
|
|
20716
20918
|
super(input);
|
|
20717
20919
|
this.method = "PATCH";
|
|
@@ -20760,6 +20962,7 @@ var UpdateIntegration = class extends import_sdk_js_core170.AbstractApiRequest {
|
|
|
20760
20962
|
GetIntegrationCassaInCloudCategoryMappings,
|
|
20761
20963
|
GetIntegrationCassaInCloudClientLogRequestDetails,
|
|
20762
20964
|
GetIntegrationCassaInCloudClientLogRequests,
|
|
20965
|
+
GetIntegrationCassaInCloudClientLogRequestsFromOrder,
|
|
20763
20966
|
GetIntegrationCassaInCloudComponentMappingDetails,
|
|
20764
20967
|
GetIntegrationCassaInCloudComponentMappings,
|
|
20765
20968
|
GetIntegrationCassaInCloudCustomerMappingDetails,
|
|
@@ -20814,6 +21017,7 @@ var UpdateIntegration = class extends import_sdk_js_core170.AbstractApiRequest {
|
|
|
20814
21017
|
GetIntegrationDeliverooBrands,
|
|
20815
21018
|
GetIntegrationDeliverooClientLogRequestDetails,
|
|
20816
21019
|
GetIntegrationDeliverooClientLogRequests,
|
|
21020
|
+
GetIntegrationDeliverooClientLogRequestsFromOrder,
|
|
20817
21021
|
GetIntegrationDeliverooDetails,
|
|
20818
21022
|
GetIntegrationDeliverooGlobalClientLogRequests,
|
|
20819
21023
|
GetIntegrationDeliverooList,
|
|
@@ -20829,6 +21033,7 @@ var UpdateIntegration = class extends import_sdk_js_core170.AbstractApiRequest {
|
|
|
20829
21033
|
GetIntegrationDeliverooSyncMenuProcesses,
|
|
20830
21034
|
GetIntegrationDeliverooWebhookEventDetails,
|
|
20831
21035
|
GetIntegrationDeliverooWebhookEvents,
|
|
21036
|
+
GetIntegrationDeliverooWebhookEventsFromOrder,
|
|
20832
21037
|
GetIntegrationDetails,
|
|
20833
21038
|
GetIntegrationEcommerceDetails,
|
|
20834
21039
|
GetIntegrationEcommerceInfo,
|
|
@@ -20837,6 +21042,7 @@ var UpdateIntegration = class extends import_sdk_js_core170.AbstractApiRequest {
|
|
|
20837
21042
|
GetIntegrationGlovoBulkUpdates,
|
|
20838
21043
|
GetIntegrationGlovoClientLogRequestDetails,
|
|
20839
21044
|
GetIntegrationGlovoClientLogRequests,
|
|
21045
|
+
GetIntegrationGlovoClientLogRequestsFromOrder,
|
|
20840
21046
|
GetIntegrationGlovoDetails,
|
|
20841
21047
|
GetIntegrationGlovoGlobalClientLogRequests,
|
|
20842
21048
|
GetIntegrationGlovoList,
|
|
@@ -20853,10 +21059,12 @@ var UpdateIntegration = class extends import_sdk_js_core170.AbstractApiRequest {
|
|
|
20853
21059
|
GetIntegrationGlovoSyncStatus,
|
|
20854
21060
|
GetIntegrationGlovoWebhookEventDetails,
|
|
20855
21061
|
GetIntegrationGlovoWebhookEvents,
|
|
21062
|
+
GetIntegrationGlovoWebhookEventsFromOrder,
|
|
20856
21063
|
GetIntegrationIssueDetails,
|
|
20857
21064
|
GetIntegrationIssues,
|
|
20858
21065
|
GetIntegrationJustEatClientLogRequestDetails,
|
|
20859
21066
|
GetIntegrationJustEatClientLogRequests,
|
|
21067
|
+
GetIntegrationJustEatClientLogRequestsFromOrder,
|
|
20860
21068
|
GetIntegrationJustEatDetails,
|
|
20861
21069
|
GetIntegrationJustEatGlobalClientLogRequests,
|
|
20862
21070
|
GetIntegrationJustEatList,
|
|
@@ -20972,6 +21180,9 @@ var UpdateIntegration = class extends import_sdk_js_core170.AbstractApiRequest {
|
|
|
20972
21180
|
getIntegrationCassaInCloudCategoryMappingsResponseSchema,
|
|
20973
21181
|
getIntegrationCassaInCloudClientLogRequestDetailsInputSchema,
|
|
20974
21182
|
getIntegrationCassaInCloudClientLogRequestDetailsResponseSchema,
|
|
21183
|
+
getIntegrationCassaInCloudClientLogRequestsFromOrderInputSchema,
|
|
21184
|
+
getIntegrationCassaInCloudClientLogRequestsFromOrderQuerySchema,
|
|
21185
|
+
getIntegrationCassaInCloudClientLogRequestsFromOrderResponseSchema,
|
|
20975
21186
|
getIntegrationCassaInCloudClientLogRequestsInputSchema,
|
|
20976
21187
|
getIntegrationCassaInCloudClientLogRequestsQuerySchema,
|
|
20977
21188
|
getIntegrationCassaInCloudClientLogRequestsResponseSchema,
|
|
@@ -21107,6 +21318,9 @@ var UpdateIntegration = class extends import_sdk_js_core170.AbstractApiRequest {
|
|
|
21107
21318
|
getIntegrationDeliverooBrandsResponseSchema,
|
|
21108
21319
|
getIntegrationDeliverooClientLogRequestDetailsInputSchema,
|
|
21109
21320
|
getIntegrationDeliverooClientLogRequestDetailsResponseSchema,
|
|
21321
|
+
getIntegrationDeliverooClientLogRequestsFromOrderInputSchema,
|
|
21322
|
+
getIntegrationDeliverooClientLogRequestsFromOrderQuerySchema,
|
|
21323
|
+
getIntegrationDeliverooClientLogRequestsFromOrderResponseSchema,
|
|
21110
21324
|
getIntegrationDeliverooClientLogRequestsInputSchema,
|
|
21111
21325
|
getIntegrationDeliverooClientLogRequestsQuerySchema,
|
|
21112
21326
|
getIntegrationDeliverooClientLogRequestsResponseSchema,
|
|
@@ -21145,6 +21359,9 @@ var UpdateIntegration = class extends import_sdk_js_core170.AbstractApiRequest {
|
|
|
21145
21359
|
getIntegrationDeliverooSyncMenuProcessesResponseSchema,
|
|
21146
21360
|
getIntegrationDeliverooWebhookEventDetailsInputSchema,
|
|
21147
21361
|
getIntegrationDeliverooWebhookEventDetailsResponseSchema,
|
|
21362
|
+
getIntegrationDeliverooWebhookEventsFromOrderInputSchema,
|
|
21363
|
+
getIntegrationDeliverooWebhookEventsFromOrderQuerySchema,
|
|
21364
|
+
getIntegrationDeliverooWebhookEventsFromOrderResponseSchema,
|
|
21148
21365
|
getIntegrationDeliverooWebhookEventsInputSchema,
|
|
21149
21366
|
getIntegrationDeliverooWebhookEventsQuerySchema,
|
|
21150
21367
|
getIntegrationDeliverooWebhookEventsResponseSchema,
|
|
@@ -21164,6 +21381,9 @@ var UpdateIntegration = class extends import_sdk_js_core170.AbstractApiRequest {
|
|
|
21164
21381
|
getIntegrationGlovoBulkUpdatesResponseSchema,
|
|
21165
21382
|
getIntegrationGlovoClientLogRequestDetailsInputSchema,
|
|
21166
21383
|
getIntegrationGlovoClientLogRequestDetailsResponseSchema,
|
|
21384
|
+
getIntegrationGlovoClientLogRequestsFromOrderInputSchema,
|
|
21385
|
+
getIntegrationGlovoClientLogRequestsFromOrderQuerySchema,
|
|
21386
|
+
getIntegrationGlovoClientLogRequestsFromOrderResponseSchema,
|
|
21167
21387
|
getIntegrationGlovoClientLogRequestsInputSchema,
|
|
21168
21388
|
getIntegrationGlovoClientLogRequestsQuerySchema,
|
|
21169
21389
|
getIntegrationGlovoClientLogRequestsResponseSchema,
|
|
@@ -21204,6 +21424,9 @@ var UpdateIntegration = class extends import_sdk_js_core170.AbstractApiRequest {
|
|
|
21204
21424
|
getIntegrationGlovoSyncStatusResponseSchema,
|
|
21205
21425
|
getIntegrationGlovoWebhookEventDetailsInputSchema,
|
|
21206
21426
|
getIntegrationGlovoWebhookEventDetailsResponseSchema,
|
|
21427
|
+
getIntegrationGlovoWebhookEventsFromOrderInputSchema,
|
|
21428
|
+
getIntegrationGlovoWebhookEventsFromOrderQuerySchema,
|
|
21429
|
+
getIntegrationGlovoWebhookEventsFromOrderResponseSchema,
|
|
21207
21430
|
getIntegrationGlovoWebhookEventsInputSchema,
|
|
21208
21431
|
getIntegrationGlovoWebhookEventsQuerySchema,
|
|
21209
21432
|
getIntegrationGlovoWebhookEventsResponseSchema,
|
|
@@ -21214,6 +21437,9 @@ var UpdateIntegration = class extends import_sdk_js_core170.AbstractApiRequest {
|
|
|
21214
21437
|
getIntegrationIssuesResponseSchema,
|
|
21215
21438
|
getIntegrationJustEatClientLogRequestDetailsInputSchema,
|
|
21216
21439
|
getIntegrationJustEatClientLogRequestDetailsResponseSchema,
|
|
21440
|
+
getIntegrationJustEatClientLogRequestsFromOrderInputSchema,
|
|
21441
|
+
getIntegrationJustEatClientLogRequestsFromOrderQuerySchema,
|
|
21442
|
+
getIntegrationJustEatClientLogRequestsFromOrderResponseSchema,
|
|
21217
21443
|
getIntegrationJustEatClientLogRequestsInputSchema,
|
|
21218
21444
|
getIntegrationJustEatClientLogRequestsQuerySchema,
|
|
21219
21445
|
getIntegrationJustEatClientLogRequestsResponseSchema,
|