@deliverart/sdk-js-integration 2.14.6 → 2.14.8
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 +516 -299
- package/dist/index.d.cts +833 -84
- package/dist/index.d.ts +833 -84
- package/dist/index.js +495 -300
- 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,
|
|
@@ -129,6 +131,7 @@ __export(index_exports, {
|
|
|
129
131
|
GetIntegrationGlovoBulkUpdates: () => GetIntegrationGlovoBulkUpdates,
|
|
130
132
|
GetIntegrationGlovoClientLogRequestDetails: () => GetIntegrationGlovoClientLogRequestDetails,
|
|
131
133
|
GetIntegrationGlovoClientLogRequests: () => GetIntegrationGlovoClientLogRequests,
|
|
134
|
+
GetIntegrationGlovoClientLogRequestsFromOrder: () => GetIntegrationGlovoClientLogRequestsFromOrder,
|
|
132
135
|
GetIntegrationGlovoDetails: () => GetIntegrationGlovoDetails,
|
|
133
136
|
GetIntegrationGlovoGlobalClientLogRequests: () => GetIntegrationGlovoGlobalClientLogRequests,
|
|
134
137
|
GetIntegrationGlovoList: () => GetIntegrationGlovoList,
|
|
@@ -150,6 +153,7 @@ __export(index_exports, {
|
|
|
150
153
|
GetIntegrationIssues: () => GetIntegrationIssues,
|
|
151
154
|
GetIntegrationJustEatClientLogRequestDetails: () => GetIntegrationJustEatClientLogRequestDetails,
|
|
152
155
|
GetIntegrationJustEatClientLogRequests: () => GetIntegrationJustEatClientLogRequests,
|
|
156
|
+
GetIntegrationJustEatClientLogRequestsFromOrder: () => GetIntegrationJustEatClientLogRequestsFromOrder,
|
|
153
157
|
GetIntegrationJustEatDetails: () => GetIntegrationJustEatDetails,
|
|
154
158
|
GetIntegrationJustEatGlobalClientLogRequests: () => GetIntegrationJustEatGlobalClientLogRequests,
|
|
155
159
|
GetIntegrationJustEatList: () => GetIntegrationJustEatList,
|
|
@@ -265,6 +269,9 @@ __export(index_exports, {
|
|
|
265
269
|
getIntegrationCassaInCloudCategoryMappingsResponseSchema: () => getIntegrationCassaInCloudCategoryMappingsResponseSchema,
|
|
266
270
|
getIntegrationCassaInCloudClientLogRequestDetailsInputSchema: () => getIntegrationCassaInCloudClientLogRequestDetailsInputSchema,
|
|
267
271
|
getIntegrationCassaInCloudClientLogRequestDetailsResponseSchema: () => getIntegrationCassaInCloudClientLogRequestDetailsResponseSchema,
|
|
272
|
+
getIntegrationCassaInCloudClientLogRequestsFromOrderInputSchema: () => getIntegrationCassaInCloudClientLogRequestsFromOrderInputSchema,
|
|
273
|
+
getIntegrationCassaInCloudClientLogRequestsFromOrderQuerySchema: () => getIntegrationCassaInCloudClientLogRequestsFromOrderQuerySchema,
|
|
274
|
+
getIntegrationCassaInCloudClientLogRequestsFromOrderResponseSchema: () => getIntegrationCassaInCloudClientLogRequestsFromOrderResponseSchema,
|
|
268
275
|
getIntegrationCassaInCloudClientLogRequestsInputSchema: () => getIntegrationCassaInCloudClientLogRequestsInputSchema,
|
|
269
276
|
getIntegrationCassaInCloudClientLogRequestsQuerySchema: () => getIntegrationCassaInCloudClientLogRequestsQuerySchema,
|
|
270
277
|
getIntegrationCassaInCloudClientLogRequestsResponseSchema: () => getIntegrationCassaInCloudClientLogRequestsResponseSchema,
|
|
@@ -400,6 +407,9 @@ __export(index_exports, {
|
|
|
400
407
|
getIntegrationDeliverooBrandsResponseSchema: () => getIntegrationDeliverooBrandsResponseSchema,
|
|
401
408
|
getIntegrationDeliverooClientLogRequestDetailsInputSchema: () => getIntegrationDeliverooClientLogRequestDetailsInputSchema,
|
|
402
409
|
getIntegrationDeliverooClientLogRequestDetailsResponseSchema: () => getIntegrationDeliverooClientLogRequestDetailsResponseSchema,
|
|
410
|
+
getIntegrationDeliverooClientLogRequestsFromOrderInputSchema: () => getIntegrationDeliverooClientLogRequestsFromOrderInputSchema,
|
|
411
|
+
getIntegrationDeliverooClientLogRequestsFromOrderQuerySchema: () => getIntegrationDeliverooClientLogRequestsFromOrderQuerySchema,
|
|
412
|
+
getIntegrationDeliverooClientLogRequestsFromOrderResponseSchema: () => getIntegrationDeliverooClientLogRequestsFromOrderResponseSchema,
|
|
403
413
|
getIntegrationDeliverooClientLogRequestsInputSchema: () => getIntegrationDeliverooClientLogRequestsInputSchema,
|
|
404
414
|
getIntegrationDeliverooClientLogRequestsQuerySchema: () => getIntegrationDeliverooClientLogRequestsQuerySchema,
|
|
405
415
|
getIntegrationDeliverooClientLogRequestsResponseSchema: () => getIntegrationDeliverooClientLogRequestsResponseSchema,
|
|
@@ -439,6 +449,7 @@ __export(index_exports, {
|
|
|
439
449
|
getIntegrationDeliverooWebhookEventDetailsInputSchema: () => getIntegrationDeliverooWebhookEventDetailsInputSchema,
|
|
440
450
|
getIntegrationDeliverooWebhookEventDetailsResponseSchema: () => getIntegrationDeliverooWebhookEventDetailsResponseSchema,
|
|
441
451
|
getIntegrationDeliverooWebhookEventsFromOrderInputSchema: () => getIntegrationDeliverooWebhookEventsFromOrderInputSchema,
|
|
452
|
+
getIntegrationDeliverooWebhookEventsFromOrderQuerySchema: () => getIntegrationDeliverooWebhookEventsFromOrderQuerySchema,
|
|
442
453
|
getIntegrationDeliverooWebhookEventsFromOrderResponseSchema: () => getIntegrationDeliverooWebhookEventsFromOrderResponseSchema,
|
|
443
454
|
getIntegrationDeliverooWebhookEventsInputSchema: () => getIntegrationDeliverooWebhookEventsInputSchema,
|
|
444
455
|
getIntegrationDeliverooWebhookEventsQuerySchema: () => getIntegrationDeliverooWebhookEventsQuerySchema,
|
|
@@ -459,6 +470,9 @@ __export(index_exports, {
|
|
|
459
470
|
getIntegrationGlovoBulkUpdatesResponseSchema: () => getIntegrationGlovoBulkUpdatesResponseSchema,
|
|
460
471
|
getIntegrationGlovoClientLogRequestDetailsInputSchema: () => getIntegrationGlovoClientLogRequestDetailsInputSchema,
|
|
461
472
|
getIntegrationGlovoClientLogRequestDetailsResponseSchema: () => getIntegrationGlovoClientLogRequestDetailsResponseSchema,
|
|
473
|
+
getIntegrationGlovoClientLogRequestsFromOrderInputSchema: () => getIntegrationGlovoClientLogRequestsFromOrderInputSchema,
|
|
474
|
+
getIntegrationGlovoClientLogRequestsFromOrderQuerySchema: () => getIntegrationGlovoClientLogRequestsFromOrderQuerySchema,
|
|
475
|
+
getIntegrationGlovoClientLogRequestsFromOrderResponseSchema: () => getIntegrationGlovoClientLogRequestsFromOrderResponseSchema,
|
|
462
476
|
getIntegrationGlovoClientLogRequestsInputSchema: () => getIntegrationGlovoClientLogRequestsInputSchema,
|
|
463
477
|
getIntegrationGlovoClientLogRequestsQuerySchema: () => getIntegrationGlovoClientLogRequestsQuerySchema,
|
|
464
478
|
getIntegrationGlovoClientLogRequestsResponseSchema: () => getIntegrationGlovoClientLogRequestsResponseSchema,
|
|
@@ -500,6 +514,7 @@ __export(index_exports, {
|
|
|
500
514
|
getIntegrationGlovoWebhookEventDetailsInputSchema: () => getIntegrationGlovoWebhookEventDetailsInputSchema,
|
|
501
515
|
getIntegrationGlovoWebhookEventDetailsResponseSchema: () => getIntegrationGlovoWebhookEventDetailsResponseSchema,
|
|
502
516
|
getIntegrationGlovoWebhookEventsFromOrderInputSchema: () => getIntegrationGlovoWebhookEventsFromOrderInputSchema,
|
|
517
|
+
getIntegrationGlovoWebhookEventsFromOrderQuerySchema: () => getIntegrationGlovoWebhookEventsFromOrderQuerySchema,
|
|
503
518
|
getIntegrationGlovoWebhookEventsFromOrderResponseSchema: () => getIntegrationGlovoWebhookEventsFromOrderResponseSchema,
|
|
504
519
|
getIntegrationGlovoWebhookEventsInputSchema: () => getIntegrationGlovoWebhookEventsInputSchema,
|
|
505
520
|
getIntegrationGlovoWebhookEventsQuerySchema: () => getIntegrationGlovoWebhookEventsQuerySchema,
|
|
@@ -511,6 +526,9 @@ __export(index_exports, {
|
|
|
511
526
|
getIntegrationIssuesResponseSchema: () => getIntegrationIssuesResponseSchema,
|
|
512
527
|
getIntegrationJustEatClientLogRequestDetailsInputSchema: () => getIntegrationJustEatClientLogRequestDetailsInputSchema,
|
|
513
528
|
getIntegrationJustEatClientLogRequestDetailsResponseSchema: () => getIntegrationJustEatClientLogRequestDetailsResponseSchema,
|
|
529
|
+
getIntegrationJustEatClientLogRequestsFromOrderInputSchema: () => getIntegrationJustEatClientLogRequestsFromOrderInputSchema,
|
|
530
|
+
getIntegrationJustEatClientLogRequestsFromOrderQuerySchema: () => getIntegrationJustEatClientLogRequestsFromOrderQuerySchema,
|
|
531
|
+
getIntegrationJustEatClientLogRequestsFromOrderResponseSchema: () => getIntegrationJustEatClientLogRequestsFromOrderResponseSchema,
|
|
514
532
|
getIntegrationJustEatClientLogRequestsInputSchema: () => getIntegrationJustEatClientLogRequestsInputSchema,
|
|
515
533
|
getIntegrationJustEatClientLogRequestsQuerySchema: () => getIntegrationJustEatClientLogRequestsQuerySchema,
|
|
516
534
|
getIntegrationJustEatClientLogRequestsResponseSchema: () => getIntegrationJustEatClientLogRequestsResponseSchema,
|
|
@@ -749,6 +767,10 @@ __export(index_exports, {
|
|
|
749
767
|
integrationDeliveryErrors: () => integrationDeliveryErrors,
|
|
750
768
|
integrationDeliveryProviderCommonSchema: () => integrationDeliveryProviderCommonSchema,
|
|
751
769
|
integrationDetailsFieldsSchema: () => integrationDetailsFieldsSchema,
|
|
770
|
+
integrationDetailsIriSchema: () => integrationDetailsIriSchema,
|
|
771
|
+
integrationDetailsNullableIriSchema: () => integrationDetailsNullableIriSchema,
|
|
772
|
+
integrationDetailsPathPatterns: () => integrationDetailsPathPatterns,
|
|
773
|
+
integrationDetailsPathSchemas: () => integrationDetailsPathSchemas,
|
|
752
774
|
integrationDetailsSchema: () => integrationDetailsSchema,
|
|
753
775
|
integrationEcommerceCompanyInfoSchema: () => integrationEcommerceCompanyInfoSchema,
|
|
754
776
|
integrationEcommerceDetailsSchema: () => integrationEcommerceDetailsSchema,
|
|
@@ -14885,6 +14907,45 @@ function createIriSchemas(path) {
|
|
|
14885
14907
|
iriNullableSchema: (0, import_sdk_js_global_types.iriNullableSchema)(path)
|
|
14886
14908
|
};
|
|
14887
14909
|
}
|
|
14910
|
+
function createMultiPatternIriSchemas(patterns) {
|
|
14911
|
+
const rawIriSchema = external_exports.union([
|
|
14912
|
+
external_exports.string(),
|
|
14913
|
+
external_exports.object({
|
|
14914
|
+
iri: external_exports.string(),
|
|
14915
|
+
params: external_exports.record(external_exports.string(), external_exports.uuid({ message: "Invalid UUID format" }))
|
|
14916
|
+
}),
|
|
14917
|
+
external_exports.custom(
|
|
14918
|
+
(val) => val instanceof import_sdk_js_global_types.IriObject
|
|
14919
|
+
)
|
|
14920
|
+
]);
|
|
14921
|
+
return {
|
|
14922
|
+
iriSchema: rawIriSchema.transform((val) => {
|
|
14923
|
+
if (val instanceof import_sdk_js_global_types.IriObject) {
|
|
14924
|
+
return val;
|
|
14925
|
+
}
|
|
14926
|
+
const iri = typeof val === "string" ? val : val.iri;
|
|
14927
|
+
const pattern = patterns.find((candidate) => (0, import_sdk_js_global_types.matchesIriPattern)(iri, candidate));
|
|
14928
|
+
if (!pattern) {
|
|
14929
|
+
throw new Error(`IRI "${iri}" does not match any supported pattern`);
|
|
14930
|
+
}
|
|
14931
|
+
return new import_sdk_js_global_types.IriObject(iri, pattern);
|
|
14932
|
+
}),
|
|
14933
|
+
iriNullableSchema: external_exports.union([rawIriSchema, external_exports.null()]).transform((val) => {
|
|
14934
|
+
if (val === null) {
|
|
14935
|
+
return null;
|
|
14936
|
+
}
|
|
14937
|
+
if (val instanceof import_sdk_js_global_types.IriObject) {
|
|
14938
|
+
return val;
|
|
14939
|
+
}
|
|
14940
|
+
const iri = typeof val === "string" ? val : val.iri;
|
|
14941
|
+
const pattern = patterns.find((candidate) => (0, import_sdk_js_global_types.matchesIriPattern)(iri, candidate));
|
|
14942
|
+
if (!pattern) {
|
|
14943
|
+
throw new Error(`IRI "${iri}" does not match any supported pattern`);
|
|
14944
|
+
}
|
|
14945
|
+
return new import_sdk_js_global_types.IriObject(iri, pattern);
|
|
14946
|
+
})
|
|
14947
|
+
};
|
|
14948
|
+
}
|
|
14888
14949
|
function createIntegrationIriSchemas(service) {
|
|
14889
14950
|
return createIriSchemas(`/integrations/${service}/:id`);
|
|
14890
14951
|
}
|
|
@@ -14917,6 +14978,15 @@ var integrationEcommerceIriSchema = integrationPathSchemas.ecommerce.iriSchema;
|
|
|
14917
14978
|
var integrationEcommerceNullableIriSchema = integrationPathSchemas.ecommerce.iriNullableSchema;
|
|
14918
14979
|
var integrationIriSchema = (0, import_sdk_js_global_types.iriSchema)("/integrations/:id");
|
|
14919
14980
|
var integrationNullableIriSchema = (0, import_sdk_js_global_types.iriNullableSchema)("/integrations/:id");
|
|
14981
|
+
var integrationDetailsPathPatterns = [
|
|
14982
|
+
"/integrations/:id",
|
|
14983
|
+
...integrationServices.map((service) => `/integrations/${service}/:id`)
|
|
14984
|
+
];
|
|
14985
|
+
var integrationDetailsPathSchemas = createMultiPatternIriSchemas(
|
|
14986
|
+
integrationDetailsPathPatterns
|
|
14987
|
+
);
|
|
14988
|
+
var integrationDetailsIriSchema = integrationDetailsPathSchemas.iriSchema;
|
|
14989
|
+
var integrationDetailsNullableIriSchema = integrationDetailsPathSchemas.iriNullableSchema;
|
|
14920
14990
|
var integrationIssueIriSchema = (0, import_sdk_js_global_types.iriSchema)("/integrations/:id/issues/:issueId");
|
|
14921
14991
|
var integrationDeliverooOrderIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
14922
14992
|
"/integrations/deliveroo/:id/orders/:orderId"
|
|
@@ -15204,7 +15274,7 @@ var menuVersionSchema = external_exports.object({
|
|
|
15204
15274
|
updatedAt: import_sdk_js_global_types5.datetimeSchema
|
|
15205
15275
|
});
|
|
15206
15276
|
var menuVersionDetailsSchema = menuVersionSchema.extend({
|
|
15207
|
-
integration:
|
|
15277
|
+
integration: integrationDetailsIriSchema
|
|
15208
15278
|
});
|
|
15209
15279
|
var integrationBaseSchema = external_exports.object({
|
|
15210
15280
|
id: external_exports.string(),
|
|
@@ -15228,7 +15298,7 @@ var integrationDetailsFieldsSchema = external_exports.object({
|
|
|
15228
15298
|
});
|
|
15229
15299
|
var integrationIssueSchema = external_exports.object({
|
|
15230
15300
|
id: external_exports.string(),
|
|
15231
|
-
integration:
|
|
15301
|
+
integration: integrationDetailsIriSchema,
|
|
15232
15302
|
scope: integrationIssueScopeSchema,
|
|
15233
15303
|
code: integrationIssueCodeSchema,
|
|
15234
15304
|
blocking: external_exports.boolean(),
|
|
@@ -15272,7 +15342,7 @@ var integrationClientLogRequestSchema = external_exports.object({
|
|
|
15272
15342
|
createdAt: import_sdk_js_global_types5.datetimeSchema
|
|
15273
15343
|
});
|
|
15274
15344
|
var integrationClientLogRequestDetailsSchema = integrationClientLogRequestSchema.extend({
|
|
15275
|
-
integration:
|
|
15345
|
+
integration: integrationDetailsIriSchema,
|
|
15276
15346
|
requestHeaders: external_exports.record(external_exports.string(), external_exports.union([external_exports.string(), external_exports.array(external_exports.string())])).nullable(),
|
|
15277
15347
|
responseHeaders: external_exports.record(external_exports.string(), external_exports.union([external_exports.string(), external_exports.array(external_exports.string())])).nullable(),
|
|
15278
15348
|
requestBodyFilePath: external_exports.string().nullable(),
|
|
@@ -15285,6 +15355,7 @@ var integrationAsyncMessageResponseSchema = external_exports.object({
|
|
|
15285
15355
|
});
|
|
15286
15356
|
var clientLogRequestQuerySchema = external_exports.object({
|
|
15287
15357
|
"order[createdAt]": import_sdk_js_global_types5.sortDirSchema.optional(),
|
|
15358
|
+
id: external_exports.union([external_exports.string(), external_exports.array(external_exports.string())]).optional(),
|
|
15288
15359
|
method: external_exports.union([
|
|
15289
15360
|
integrationClientLogRequestMethodSchema,
|
|
15290
15361
|
external_exports.array(integrationClientLogRequestMethodSchema)
|
|
@@ -15968,10 +16039,12 @@ var integrationDeliverooWebhookEventDetailsSchema = integrationDeliverooWebhookE
|
|
|
15968
16039
|
});
|
|
15969
16040
|
var integrationDeliverooWebhookEventsQueryParamsSchema = external_exports.object({
|
|
15970
16041
|
"order[createdAt]": import_sdk_js_global_types7.sortDirSchema.optional(),
|
|
16042
|
+
id: external_exports.union([external_exports.string(), external_exports.array(external_exports.string())]).optional(),
|
|
15971
16043
|
event: external_exports.union([
|
|
15972
16044
|
integrationDeliverooWebhookEventTypeSchema,
|
|
15973
16045
|
external_exports.array(integrationDeliverooWebhookEventTypeSchema)
|
|
15974
16046
|
]).optional(),
|
|
16047
|
+
deliverooOrderId: external_exports.union([external_exports.string(), external_exports.array(external_exports.string())]).optional(),
|
|
15975
16048
|
"createdAt[before]": external_exports.string().optional(),
|
|
15976
16049
|
"createdAt[strictly_before]": external_exports.string().optional(),
|
|
15977
16050
|
"createdAt[after]": external_exports.string().optional(),
|
|
@@ -16239,10 +16312,12 @@ var integrationGlovoWebhookEventDetailsSchema = integrationGlovoWebhookEventSche
|
|
|
16239
16312
|
});
|
|
16240
16313
|
var integrationGlovoWebhookEventsQueryParamsSchema = external_exports.object({
|
|
16241
16314
|
"order[createdAt]": import_sdk_js_global_types9.sortDirSchema.optional(),
|
|
16315
|
+
id: external_exports.union([external_exports.string(), external_exports.array(external_exports.string())]).optional(),
|
|
16242
16316
|
event: external_exports.union([
|
|
16243
16317
|
integrationGlovoWebhookEventTypeSchema,
|
|
16244
16318
|
external_exports.array(integrationGlovoWebhookEventTypeSchema)
|
|
16245
16319
|
]).optional(),
|
|
16320
|
+
partnerOrderId: external_exports.union([external_exports.string(), external_exports.array(external_exports.string())]).optional(),
|
|
16246
16321
|
"createdAt[before]": external_exports.string().optional(),
|
|
16247
16322
|
"createdAt[strictly_before]": external_exports.string().optional(),
|
|
16248
16323
|
"createdAt[after]": external_exports.string().optional(),
|
|
@@ -17323,11 +17398,39 @@ var GetIntegrationCassaInCloudClientLogRequests = class extends import_sdk_js_co
|
|
|
17323
17398
|
}
|
|
17324
17399
|
};
|
|
17325
17400
|
|
|
17326
|
-
// src/requests/services/cassa_in_cloud/
|
|
17401
|
+
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudClientLogRequestsFromOrder.ts
|
|
17327
17402
|
var import_sdk_js_core28 = require("@deliverart/sdk-js-core");
|
|
17403
|
+
var getIntegrationCassaInCloudClientLogRequestsFromOrderQuerySchema = clientLogRequestQuerySchema.omit({
|
|
17404
|
+
page: true
|
|
17405
|
+
});
|
|
17406
|
+
var getIntegrationCassaInCloudClientLogRequestsFromOrderInputSchema = external_exports.undefined();
|
|
17407
|
+
var getIntegrationCassaInCloudClientLogRequestsFromOrderResponseSchema = external_exports.array(
|
|
17408
|
+
integrationClientLogRequestSchema
|
|
17409
|
+
);
|
|
17410
|
+
var GetIntegrationCassaInCloudClientLogRequestsFromOrder = class extends import_sdk_js_core28.AbstractApiRequest {
|
|
17411
|
+
constructor(orderId, options) {
|
|
17412
|
+
super(void 0, options);
|
|
17413
|
+
this.method = "GET";
|
|
17414
|
+
this.contentType = "application/json";
|
|
17415
|
+
this.accept = "application/json";
|
|
17416
|
+
this.inputSchema = getIntegrationCassaInCloudClientLogRequestsFromOrderInputSchema;
|
|
17417
|
+
this.outputSchema = getIntegrationCassaInCloudClientLogRequestsFromOrderResponseSchema;
|
|
17418
|
+
this.querySchema = getIntegrationCassaInCloudClientLogRequestsFromOrderQuerySchema;
|
|
17419
|
+
this.headersSchema = void 0;
|
|
17420
|
+
this.listItemSchema = integrationClientLogRequestSchema;
|
|
17421
|
+
this.paginationDefaultEnabled = false;
|
|
17422
|
+
this.orderId = orderId;
|
|
17423
|
+
}
|
|
17424
|
+
getPath() {
|
|
17425
|
+
return `/orders/${this.orderId}/cassa_in_cloud_client_log_requests`;
|
|
17426
|
+
}
|
|
17427
|
+
};
|
|
17428
|
+
|
|
17429
|
+
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudComponentMappingDetails.ts
|
|
17430
|
+
var import_sdk_js_core29 = require("@deliverart/sdk-js-core");
|
|
17328
17431
|
var getIntegrationCassaInCloudComponentMappingDetailsInputSchema = external_exports.undefined();
|
|
17329
17432
|
var getIntegrationCassaInCloudComponentMappingDetailsResponseSchema = integrationCassaInCloudComponentMappingDetailsSchema;
|
|
17330
|
-
var GetIntegrationCassaInCloudComponentMappingDetails = class extends
|
|
17433
|
+
var GetIntegrationCassaInCloudComponentMappingDetails = class extends import_sdk_js_core29.AbstractApiRequest {
|
|
17331
17434
|
constructor(integrationCassaInCloudId, componentId) {
|
|
17332
17435
|
super(void 0);
|
|
17333
17436
|
this.method = "GET";
|
|
@@ -17346,13 +17449,13 @@ var GetIntegrationCassaInCloudComponentMappingDetails = class extends import_sdk
|
|
|
17346
17449
|
};
|
|
17347
17450
|
|
|
17348
17451
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudComponentMappings.ts
|
|
17349
|
-
var
|
|
17452
|
+
var import_sdk_js_core30 = require("@deliverart/sdk-js-core");
|
|
17350
17453
|
var getIntegrationCassaInCloudComponentMappingsQuerySchema = integrationCassaInCloudComponentMappingsQuerySchema;
|
|
17351
17454
|
var getIntegrationCassaInCloudComponentMappingsInputSchema = external_exports.undefined();
|
|
17352
17455
|
var getIntegrationCassaInCloudComponentMappingsResponseSchema = external_exports.array(
|
|
17353
17456
|
integrationCassaInCloudComponentMappingSchema
|
|
17354
17457
|
);
|
|
17355
|
-
var GetIntegrationCassaInCloudComponentMappings = class extends
|
|
17458
|
+
var GetIntegrationCassaInCloudComponentMappings = class extends import_sdk_js_core30.AbstractApiRequest {
|
|
17356
17459
|
constructor(integrationCassaInCloudId, options) {
|
|
17357
17460
|
super(void 0, options);
|
|
17358
17461
|
this.method = "GET";
|
|
@@ -17372,10 +17475,10 @@ var GetIntegrationCassaInCloudComponentMappings = class extends import_sdk_js_co
|
|
|
17372
17475
|
};
|
|
17373
17476
|
|
|
17374
17477
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudCustomerMappingDetails.ts
|
|
17375
|
-
var
|
|
17478
|
+
var import_sdk_js_core31 = require("@deliverart/sdk-js-core");
|
|
17376
17479
|
var getIntegrationCassaInCloudCustomerMappingDetailsInputSchema = external_exports.undefined();
|
|
17377
17480
|
var getIntegrationCassaInCloudCustomerMappingDetailsResponseSchema = integrationCassaInCloudCustomerMappingDetailsSchema;
|
|
17378
|
-
var GetIntegrationCassaInCloudCustomerMappingDetails = class extends
|
|
17481
|
+
var GetIntegrationCassaInCloudCustomerMappingDetails = class extends import_sdk_js_core31.AbstractApiRequest {
|
|
17379
17482
|
constructor(integrationCassaInCloudId, mappingId) {
|
|
17380
17483
|
super(void 0);
|
|
17381
17484
|
this.method = "GET";
|
|
@@ -17394,13 +17497,13 @@ var GetIntegrationCassaInCloudCustomerMappingDetails = class extends import_sdk_
|
|
|
17394
17497
|
};
|
|
17395
17498
|
|
|
17396
17499
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudCustomerMappings.ts
|
|
17397
|
-
var
|
|
17500
|
+
var import_sdk_js_core32 = require("@deliverart/sdk-js-core");
|
|
17398
17501
|
var getIntegrationCassaInCloudCustomerMappingsQuerySchema = integrationCassaInCloudCustomerMappingsQuerySchema;
|
|
17399
17502
|
var getIntegrationCassaInCloudCustomerMappingsInputSchema = external_exports.undefined();
|
|
17400
17503
|
var getIntegrationCassaInCloudCustomerMappingsResponseSchema = external_exports.array(
|
|
17401
17504
|
integrationCassaInCloudCustomerMappingSchema
|
|
17402
17505
|
);
|
|
17403
|
-
var GetIntegrationCassaInCloudCustomerMappings = class extends
|
|
17506
|
+
var GetIntegrationCassaInCloudCustomerMappings = class extends import_sdk_js_core32.AbstractApiRequest {
|
|
17404
17507
|
constructor(integrationCassaInCloudId, options) {
|
|
17405
17508
|
super(void 0, options);
|
|
17406
17509
|
this.method = "GET";
|
|
@@ -17420,10 +17523,10 @@ var GetIntegrationCassaInCloudCustomerMappings = class extends import_sdk_js_cor
|
|
|
17420
17523
|
};
|
|
17421
17524
|
|
|
17422
17525
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudDepartmentMappingDetails.ts
|
|
17423
|
-
var
|
|
17526
|
+
var import_sdk_js_core33 = require("@deliverart/sdk-js-core");
|
|
17424
17527
|
var getIntegrationCassaInCloudDepartmentMappingDetailsInputSchema = external_exports.undefined();
|
|
17425
17528
|
var getIntegrationCassaInCloudDepartmentMappingDetailsResponseSchema = integrationCassaInCloudDepartmentMappingDetailsSchema;
|
|
17426
|
-
var GetIntegrationCassaInCloudDepartmentMappingDetails = class extends
|
|
17529
|
+
var GetIntegrationCassaInCloudDepartmentMappingDetails = class extends import_sdk_js_core33.AbstractApiRequest {
|
|
17427
17530
|
constructor(integrationCassaInCloudId, departmentId) {
|
|
17428
17531
|
super(void 0);
|
|
17429
17532
|
this.method = "GET";
|
|
@@ -17442,13 +17545,13 @@ var GetIntegrationCassaInCloudDepartmentMappingDetails = class extends import_sd
|
|
|
17442
17545
|
};
|
|
17443
17546
|
|
|
17444
17547
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudDepartmentMappings.ts
|
|
17445
|
-
var
|
|
17548
|
+
var import_sdk_js_core34 = require("@deliverart/sdk-js-core");
|
|
17446
17549
|
var getIntegrationCassaInCloudDepartmentMappingsQuerySchema = integrationCassaInCloudDepartmentMappingsQuerySchema;
|
|
17447
17550
|
var getIntegrationCassaInCloudDepartmentMappingsInputSchema = external_exports.undefined();
|
|
17448
17551
|
var getIntegrationCassaInCloudDepartmentMappingsResponseSchema = external_exports.array(
|
|
17449
17552
|
integrationCassaInCloudDepartmentMappingSchema
|
|
17450
17553
|
);
|
|
17451
|
-
var GetIntegrationCassaInCloudDepartmentMappings = class extends
|
|
17554
|
+
var GetIntegrationCassaInCloudDepartmentMappings = class extends import_sdk_js_core34.AbstractApiRequest {
|
|
17452
17555
|
constructor(integrationCassaInCloudId, options) {
|
|
17453
17556
|
super(void 0, options);
|
|
17454
17557
|
this.method = "GET";
|
|
@@ -17468,10 +17571,10 @@ var GetIntegrationCassaInCloudDepartmentMappings = class extends import_sdk_js_c
|
|
|
17468
17571
|
};
|
|
17469
17572
|
|
|
17470
17573
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudDetails.ts
|
|
17471
|
-
var
|
|
17574
|
+
var import_sdk_js_core35 = require("@deliverart/sdk-js-core");
|
|
17472
17575
|
var getIntegrationCassaInCloudDetailsInputSchema = external_exports.undefined();
|
|
17473
17576
|
var getIntegrationCassaInCloudDetailsResponseSchema = integrationCassaInCloudDetailsSchema;
|
|
17474
|
-
var GetIntegrationCassaInCloudDetails = class extends
|
|
17577
|
+
var GetIntegrationCassaInCloudDetails = class extends import_sdk_js_core35.AbstractApiRequest {
|
|
17475
17578
|
constructor(integrationCassaInCloudId) {
|
|
17476
17579
|
super(void 0);
|
|
17477
17580
|
this.method = "GET";
|
|
@@ -17489,12 +17592,12 @@ var GetIntegrationCassaInCloudDetails = class extends import_sdk_js_core34.Abstr
|
|
|
17489
17592
|
};
|
|
17490
17593
|
|
|
17491
17594
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudGlobalClientLogRequests.ts
|
|
17492
|
-
var
|
|
17595
|
+
var import_sdk_js_core36 = require("@deliverart/sdk-js-core");
|
|
17493
17596
|
var import_sdk_js_global_types23 = require("@deliverart/sdk-js-global-types");
|
|
17494
17597
|
var getIntegrationCassaInCloudGlobalClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
17495
17598
|
var getIntegrationCassaInCloudGlobalClientLogRequestsInputSchema = external_exports.undefined();
|
|
17496
17599
|
var getIntegrationCassaInCloudGlobalClientLogRequestsResponseSchema = (0, import_sdk_js_global_types23.createPaginatedSchema)(integrationClientLogRequestSchema);
|
|
17497
|
-
var GetIntegrationCassaInCloudGlobalClientLogRequests = class extends
|
|
17600
|
+
var GetIntegrationCassaInCloudGlobalClientLogRequests = class extends import_sdk_js_core36.AbstractApiRequest {
|
|
17498
17601
|
constructor(options) {
|
|
17499
17602
|
super(void 0, options);
|
|
17500
17603
|
this.method = "GET";
|
|
@@ -17513,7 +17616,7 @@ var GetIntegrationCassaInCloudGlobalClientLogRequests = class extends import_sdk
|
|
|
17513
17616
|
};
|
|
17514
17617
|
|
|
17515
17618
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudList.ts
|
|
17516
|
-
var
|
|
17619
|
+
var import_sdk_js_core37 = require("@deliverart/sdk-js-core");
|
|
17517
17620
|
var import_sdk_js_global_types24 = require("@deliverart/sdk-js-global-types");
|
|
17518
17621
|
var getIntegrationCassaInCloudListQuerySchema = integrationsCassaInCloudQuerySchema.omit({
|
|
17519
17622
|
service: true
|
|
@@ -17522,7 +17625,7 @@ var getIntegrationCassaInCloudListInputSchema = external_exports.undefined();
|
|
|
17522
17625
|
var getIntegrationCassaInCloudListResponseSchema = (0, import_sdk_js_global_types24.createPaginatedSchema)(
|
|
17523
17626
|
integrationCassaInCloudSchema
|
|
17524
17627
|
);
|
|
17525
|
-
var GetIntegrationCassaInCloudList = class extends
|
|
17628
|
+
var GetIntegrationCassaInCloudList = class extends import_sdk_js_core37.AbstractApiRequest {
|
|
17526
17629
|
constructor(options) {
|
|
17527
17630
|
super(void 0, options);
|
|
17528
17631
|
this.method = "GET";
|
|
@@ -17541,10 +17644,10 @@ var GetIntegrationCassaInCloudList = class extends import_sdk_js_core36.Abstract
|
|
|
17541
17644
|
};
|
|
17542
17645
|
|
|
17543
17646
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudModifierValueMappingDetailsFromCategoryMapping.ts
|
|
17544
|
-
var
|
|
17647
|
+
var import_sdk_js_core38 = require("@deliverart/sdk-js-core");
|
|
17545
17648
|
var getIntegrationCassaInCloudModifierValueMappingDetailsFromCategoryMappingInputSchema = external_exports.undefined();
|
|
17546
17649
|
var getIntegrationCassaInCloudModifierValueMappingDetailsFromCategoryMappingResponseSchema = integrationCassaInCloudModifierValueMappingDetailsSchema;
|
|
17547
|
-
var GetIntegrationCassaInCloudModifierValueMappingDetailsFromCategoryMapping = class extends
|
|
17650
|
+
var GetIntegrationCassaInCloudModifierValueMappingDetailsFromCategoryMapping = class extends import_sdk_js_core38.AbstractApiRequest {
|
|
17548
17651
|
constructor(integrationCassaInCloudId, categoryId, modifierValueId) {
|
|
17549
17652
|
super(void 0);
|
|
17550
17653
|
this.method = "GET";
|
|
@@ -17564,10 +17667,10 @@ var GetIntegrationCassaInCloudModifierValueMappingDetailsFromCategoryMapping = c
|
|
|
17564
17667
|
};
|
|
17565
17668
|
|
|
17566
17669
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudModifierValueMappingDetailsFromOptionValueMapping.ts
|
|
17567
|
-
var
|
|
17670
|
+
var import_sdk_js_core39 = require("@deliverart/sdk-js-core");
|
|
17568
17671
|
var getIntegrationCassaInCloudModifierValueMappingDetailsFromOptionValueMappingInputSchema = external_exports.undefined();
|
|
17569
17672
|
var getIntegrationCassaInCloudModifierValueMappingDetailsFromOptionValueMappingResponseSchema = integrationCassaInCloudModifierValueMappingDetailsSchema;
|
|
17570
|
-
var GetIntegrationCassaInCloudModifierValueMappingDetailsFromOptionValueMapping = class extends
|
|
17673
|
+
var GetIntegrationCassaInCloudModifierValueMappingDetailsFromOptionValueMapping = class extends import_sdk_js_core39.AbstractApiRequest {
|
|
17571
17674
|
constructor(integrationCassaInCloudId, optionValueId, modifierValueId) {
|
|
17572
17675
|
super(void 0);
|
|
17573
17676
|
this.method = "GET";
|
|
@@ -17587,13 +17690,13 @@ var GetIntegrationCassaInCloudModifierValueMappingDetailsFromOptionValueMapping
|
|
|
17587
17690
|
};
|
|
17588
17691
|
|
|
17589
17692
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudModifierValueMappingDetailsFromProductMapping.ts
|
|
17590
|
-
var
|
|
17693
|
+
var import_sdk_js_core40 = require("@deliverart/sdk-js-core");
|
|
17591
17694
|
var getIntegrationCassaInCloudModifierValueMappingDetailsFromProductMappingInputSchema = external_exports.undefined();
|
|
17592
17695
|
var getIntegrationCassaInCloudModifierValueMappingDetailsFromProductMappingResponseSchema = external_exports.union([
|
|
17593
17696
|
integrationCassaInCloudModifierValueMappingDetailsSchema,
|
|
17594
17697
|
external_exports.array(integrationCassaInCloudModifierValueMappingDetailsSchema)
|
|
17595
17698
|
]);
|
|
17596
|
-
var GetIntegrationCassaInCloudModifierValueMappingDetailsFromProductMapping = class extends
|
|
17699
|
+
var GetIntegrationCassaInCloudModifierValueMappingDetailsFromProductMapping = class extends import_sdk_js_core40.AbstractApiRequest {
|
|
17597
17700
|
constructor(integrationCassaInCloudId, productId, modifierValueId) {
|
|
17598
17701
|
super(void 0);
|
|
17599
17702
|
this.method = "GET";
|
|
@@ -17613,11 +17716,11 @@ var GetIntegrationCassaInCloudModifierValueMappingDetailsFromProductMapping = cl
|
|
|
17613
17716
|
};
|
|
17614
17717
|
|
|
17615
17718
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudModifierValueMappingsFromCategoryMapping.ts
|
|
17616
|
-
var
|
|
17719
|
+
var import_sdk_js_core41 = require("@deliverart/sdk-js-core");
|
|
17617
17720
|
var getIntegrationCassaInCloudModifierValueMappingsFromCategoryMappingQuerySchema = integrationCassaInCloudModifierValueMappingsQuerySchema;
|
|
17618
17721
|
var getIntegrationCassaInCloudModifierValueMappingsFromCategoryMappingInputSchema = external_exports.undefined();
|
|
17619
17722
|
var getIntegrationCassaInCloudModifierValueMappingsFromCategoryMappingResponseSchema = external_exports.array(integrationCassaInCloudModifierValueMappingSchema);
|
|
17620
|
-
var GetIntegrationCassaInCloudModifierValueMappingsFromCategoryMapping = class extends
|
|
17723
|
+
var GetIntegrationCassaInCloudModifierValueMappingsFromCategoryMapping = class extends import_sdk_js_core41.AbstractApiRequest {
|
|
17621
17724
|
constructor(integrationCassaInCloudId, categoryId, options) {
|
|
17622
17725
|
super(void 0, options);
|
|
17623
17726
|
this.method = "GET";
|
|
@@ -17638,11 +17741,11 @@ var GetIntegrationCassaInCloudModifierValueMappingsFromCategoryMapping = class e
|
|
|
17638
17741
|
};
|
|
17639
17742
|
|
|
17640
17743
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudModifierValueMappingsFromOptionValueMapping.ts
|
|
17641
|
-
var
|
|
17744
|
+
var import_sdk_js_core42 = require("@deliverart/sdk-js-core");
|
|
17642
17745
|
var getIntegrationCassaInCloudModifierValueMappingsFromOptionValueMappingQuerySchema = integrationCassaInCloudModifierValueMappingsQuerySchema;
|
|
17643
17746
|
var getIntegrationCassaInCloudModifierValueMappingsFromOptionValueMappingInputSchema = external_exports.undefined();
|
|
17644
17747
|
var getIntegrationCassaInCloudModifierValueMappingsFromOptionValueMappingResponseSchema = external_exports.array(integrationCassaInCloudModifierValueMappingSchema);
|
|
17645
|
-
var GetIntegrationCassaInCloudModifierValueMappingsFromOptionValueMapping = class extends
|
|
17748
|
+
var GetIntegrationCassaInCloudModifierValueMappingsFromOptionValueMapping = class extends import_sdk_js_core42.AbstractApiRequest {
|
|
17646
17749
|
constructor(integrationCassaInCloudId, optionValueId, options) {
|
|
17647
17750
|
super(void 0, options);
|
|
17648
17751
|
this.method = "GET";
|
|
@@ -17663,11 +17766,11 @@ var GetIntegrationCassaInCloudModifierValueMappingsFromOptionValueMapping = clas
|
|
|
17663
17766
|
};
|
|
17664
17767
|
|
|
17665
17768
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudModifierValueMappingsFromProductMapping.ts
|
|
17666
|
-
var
|
|
17769
|
+
var import_sdk_js_core43 = require("@deliverart/sdk-js-core");
|
|
17667
17770
|
var getIntegrationCassaInCloudModifierValueMappingsFromProductMappingQuerySchema = integrationCassaInCloudModifierValueMappingsQuerySchema;
|
|
17668
17771
|
var getIntegrationCassaInCloudModifierValueMappingsFromProductMappingInputSchema = external_exports.undefined();
|
|
17669
17772
|
var getIntegrationCassaInCloudModifierValueMappingsFromProductMappingResponseSchema = external_exports.array(integrationCassaInCloudModifierValueMappingSchema);
|
|
17670
|
-
var GetIntegrationCassaInCloudModifierValueMappingsFromProductMapping = class extends
|
|
17773
|
+
var GetIntegrationCassaInCloudModifierValueMappingsFromProductMapping = class extends import_sdk_js_core43.AbstractApiRequest {
|
|
17671
17774
|
constructor(integrationCassaInCloudId, productId, options) {
|
|
17672
17775
|
super(void 0, options);
|
|
17673
17776
|
this.method = "GET";
|
|
@@ -17688,10 +17791,10 @@ var GetIntegrationCassaInCloudModifierValueMappingsFromProductMapping = class ex
|
|
|
17688
17791
|
};
|
|
17689
17792
|
|
|
17690
17793
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudOptionMappingDetails.ts
|
|
17691
|
-
var
|
|
17794
|
+
var import_sdk_js_core44 = require("@deliverart/sdk-js-core");
|
|
17692
17795
|
var getIntegrationCassaInCloudOptionMappingDetailsInputSchema = external_exports.undefined();
|
|
17693
17796
|
var getIntegrationCassaInCloudOptionMappingDetailsResponseSchema = integrationCassaInCloudOptionMappingDetailsSchema;
|
|
17694
|
-
var GetIntegrationCassaInCloudOptionMappingDetails = class extends
|
|
17797
|
+
var GetIntegrationCassaInCloudOptionMappingDetails = class extends import_sdk_js_core44.AbstractApiRequest {
|
|
17695
17798
|
constructor(integrationCassaInCloudId, optionId) {
|
|
17696
17799
|
super(void 0);
|
|
17697
17800
|
this.method = "GET";
|
|
@@ -17710,13 +17813,13 @@ var GetIntegrationCassaInCloudOptionMappingDetails = class extends import_sdk_js
|
|
|
17710
17813
|
};
|
|
17711
17814
|
|
|
17712
17815
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudOptionMappings.ts
|
|
17713
|
-
var
|
|
17816
|
+
var import_sdk_js_core45 = require("@deliverart/sdk-js-core");
|
|
17714
17817
|
var getIntegrationCassaInCloudOptionMappingsQuerySchema = integrationCassaInCloudOptionMappingsQuerySchema;
|
|
17715
17818
|
var getIntegrationCassaInCloudOptionMappingsInputSchema = external_exports.undefined();
|
|
17716
17819
|
var getIntegrationCassaInCloudOptionMappingsResponseSchema = external_exports.array(
|
|
17717
17820
|
integrationCassaInCloudOptionMappingSchema
|
|
17718
17821
|
);
|
|
17719
|
-
var GetIntegrationCassaInCloudOptionMappings = class extends
|
|
17822
|
+
var GetIntegrationCassaInCloudOptionMappings = class extends import_sdk_js_core45.AbstractApiRequest {
|
|
17720
17823
|
constructor(integrationCassaInCloudId, options) {
|
|
17721
17824
|
super(void 0, options);
|
|
17722
17825
|
this.method = "GET";
|
|
@@ -17736,10 +17839,10 @@ var GetIntegrationCassaInCloudOptionMappings = class extends import_sdk_js_core4
|
|
|
17736
17839
|
};
|
|
17737
17840
|
|
|
17738
17841
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudOptionValueMappingDetails.ts
|
|
17739
|
-
var
|
|
17842
|
+
var import_sdk_js_core46 = require("@deliverart/sdk-js-core");
|
|
17740
17843
|
var getIntegrationCassaInCloudOptionValueMappingDetailsInputSchema = external_exports.undefined();
|
|
17741
17844
|
var getIntegrationCassaInCloudOptionValueMappingDetailsResponseSchema = integrationCassaInCloudOptionValueMappingDetailsSchema;
|
|
17742
|
-
var GetIntegrationCassaInCloudOptionValueMappingDetails = class extends
|
|
17845
|
+
var GetIntegrationCassaInCloudOptionValueMappingDetails = class extends import_sdk_js_core46.AbstractApiRequest {
|
|
17743
17846
|
constructor(integrationCassaInCloudId, optionValueId) {
|
|
17744
17847
|
super(void 0);
|
|
17745
17848
|
this.method = "GET";
|
|
@@ -17758,13 +17861,13 @@ var GetIntegrationCassaInCloudOptionValueMappingDetails = class extends import_s
|
|
|
17758
17861
|
};
|
|
17759
17862
|
|
|
17760
17863
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudOptionValueMappings.ts
|
|
17761
|
-
var
|
|
17864
|
+
var import_sdk_js_core47 = require("@deliverart/sdk-js-core");
|
|
17762
17865
|
var getIntegrationCassaInCloudOptionValueMappingsQuerySchema = integrationCassaInCloudOptionValueMappingsQuerySchema;
|
|
17763
17866
|
var getIntegrationCassaInCloudOptionValueMappingsInputSchema = external_exports.undefined();
|
|
17764
17867
|
var getIntegrationCassaInCloudOptionValueMappingsResponseSchema = external_exports.array(
|
|
17765
17868
|
integrationCassaInCloudOptionValueMappingSchema
|
|
17766
17869
|
);
|
|
17767
|
-
var GetIntegrationCassaInCloudOptionValueMappings = class extends
|
|
17870
|
+
var GetIntegrationCassaInCloudOptionValueMappings = class extends import_sdk_js_core47.AbstractApiRequest {
|
|
17768
17871
|
constructor(integrationCassaInCloudId, options) {
|
|
17769
17872
|
super(void 0, options);
|
|
17770
17873
|
this.method = "GET";
|
|
@@ -17784,10 +17887,10 @@ var GetIntegrationCassaInCloudOptionValueMappings = class extends import_sdk_js_
|
|
|
17784
17887
|
};
|
|
17785
17888
|
|
|
17786
17889
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudOrderMappingDetails.ts
|
|
17787
|
-
var
|
|
17890
|
+
var import_sdk_js_core48 = require("@deliverart/sdk-js-core");
|
|
17788
17891
|
var getIntegrationCassaInCloudOrderMappingDetailsInputSchema = external_exports.undefined();
|
|
17789
17892
|
var getIntegrationCassaInCloudOrderMappingDetailsResponseSchema = integrationCassaInCloudOrderMappingDetailsSchema;
|
|
17790
|
-
var GetIntegrationCassaInCloudOrderMappingDetails = class extends
|
|
17893
|
+
var GetIntegrationCassaInCloudOrderMappingDetails = class extends import_sdk_js_core48.AbstractApiRequest {
|
|
17791
17894
|
constructor(integrationCassaInCloudId, orderId) {
|
|
17792
17895
|
super(void 0);
|
|
17793
17896
|
this.method = "GET";
|
|
@@ -17806,14 +17909,14 @@ var GetIntegrationCassaInCloudOrderMappingDetails = class extends import_sdk_js_
|
|
|
17806
17909
|
};
|
|
17807
17910
|
|
|
17808
17911
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudOrderMappings.ts
|
|
17809
|
-
var
|
|
17912
|
+
var import_sdk_js_core49 = require("@deliverart/sdk-js-core");
|
|
17810
17913
|
var import_sdk_js_global_types25 = require("@deliverart/sdk-js-global-types");
|
|
17811
17914
|
var getIntegrationCassaInCloudOrderMappingsQuerySchema = integrationCassaInCloudOrderMappingsQuerySchema;
|
|
17812
17915
|
var getIntegrationCassaInCloudOrderMappingsInputSchema = external_exports.undefined();
|
|
17813
17916
|
var getIntegrationCassaInCloudOrderMappingsResponseSchema = (0, import_sdk_js_global_types25.createPaginatedSchema)(
|
|
17814
17917
|
integrationCassaInCloudOrderMappingSchema
|
|
17815
17918
|
);
|
|
17816
|
-
var GetIntegrationCassaInCloudOrderMappings = class extends
|
|
17919
|
+
var GetIntegrationCassaInCloudOrderMappings = class extends import_sdk_js_core49.AbstractApiRequest {
|
|
17817
17920
|
constructor(integrationCassaInCloudId, options) {
|
|
17818
17921
|
super(void 0, options);
|
|
17819
17922
|
this.method = "GET";
|
|
@@ -17833,7 +17936,7 @@ var GetIntegrationCassaInCloudOrderMappings = class extends import_sdk_js_core48
|
|
|
17833
17936
|
};
|
|
17834
17937
|
|
|
17835
17938
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudOrderMappingsFromOrder.ts
|
|
17836
|
-
var
|
|
17939
|
+
var import_sdk_js_core50 = require("@deliverart/sdk-js-core");
|
|
17837
17940
|
var getIntegrationCassaInCloudOrderMappingsFromOrderQuerySchema = integrationCassaInCloudOrderMappingsQuerySchema.omit({
|
|
17838
17941
|
page: true
|
|
17839
17942
|
});
|
|
@@ -17841,7 +17944,7 @@ var getIntegrationCassaInCloudOrderMappingsFromOrderInputSchema = external_expor
|
|
|
17841
17944
|
var getIntegrationCassaInCloudOrderMappingsFromOrderResponseSchema = external_exports.array(
|
|
17842
17945
|
integrationCassaInCloudOrderMappingSchema
|
|
17843
17946
|
);
|
|
17844
|
-
var GetIntegrationCassaInCloudOrderMappingsFromOrder = class extends
|
|
17947
|
+
var GetIntegrationCassaInCloudOrderMappingsFromOrder = class extends import_sdk_js_core50.AbstractApiRequest {
|
|
17845
17948
|
constructor(orderId, options) {
|
|
17846
17949
|
super(void 0, options);
|
|
17847
17950
|
this.method = "GET";
|
|
@@ -17861,10 +17964,10 @@ var GetIntegrationCassaInCloudOrderMappingsFromOrder = class extends import_sdk_
|
|
|
17861
17964
|
};
|
|
17862
17965
|
|
|
17863
17966
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudOrganizationMappingDetails.ts
|
|
17864
|
-
var
|
|
17967
|
+
var import_sdk_js_core51 = require("@deliverart/sdk-js-core");
|
|
17865
17968
|
var getIntegrationCassaInCloudOrganizationMappingDetailsInputSchema = external_exports.undefined();
|
|
17866
17969
|
var getIntegrationCassaInCloudOrganizationMappingDetailsResponseSchema = integrationCassaInCloudOrganizationMappingDetailsSchema;
|
|
17867
|
-
var GetIntegrationCassaInCloudOrganizationMappingDetails = class extends
|
|
17970
|
+
var GetIntegrationCassaInCloudOrganizationMappingDetails = class extends import_sdk_js_core51.AbstractApiRequest {
|
|
17868
17971
|
constructor(integrationCassaInCloudId, mappingId) {
|
|
17869
17972
|
super(void 0);
|
|
17870
17973
|
this.method = "GET";
|
|
@@ -17883,13 +17986,13 @@ var GetIntegrationCassaInCloudOrganizationMappingDetails = class extends import_
|
|
|
17883
17986
|
};
|
|
17884
17987
|
|
|
17885
17988
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudOrganizationMappings.ts
|
|
17886
|
-
var
|
|
17989
|
+
var import_sdk_js_core52 = require("@deliverart/sdk-js-core");
|
|
17887
17990
|
var getIntegrationCassaInCloudOrganizationMappingsQuerySchema = integrationCassaInCloudOrganizationMappingsQuerySchema;
|
|
17888
17991
|
var getIntegrationCassaInCloudOrganizationMappingsInputSchema = external_exports.undefined();
|
|
17889
17992
|
var getIntegrationCassaInCloudOrganizationMappingsResponseSchema = external_exports.array(
|
|
17890
17993
|
integrationCassaInCloudOrganizationMappingSchema
|
|
17891
17994
|
);
|
|
17892
|
-
var GetIntegrationCassaInCloudOrganizationMappings = class extends
|
|
17995
|
+
var GetIntegrationCassaInCloudOrganizationMappings = class extends import_sdk_js_core52.AbstractApiRequest {
|
|
17893
17996
|
constructor(integrationCassaInCloudId, options) {
|
|
17894
17997
|
super(void 0, options);
|
|
17895
17998
|
this.method = "GET";
|
|
@@ -17909,10 +18012,10 @@ var GetIntegrationCassaInCloudOrganizationMappings = class extends import_sdk_js
|
|
|
17909
18012
|
};
|
|
17910
18013
|
|
|
17911
18014
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudProductMappingDetails.ts
|
|
17912
|
-
var
|
|
18015
|
+
var import_sdk_js_core53 = require("@deliverart/sdk-js-core");
|
|
17913
18016
|
var getIntegrationCassaInCloudProductMappingDetailsInputSchema = external_exports.undefined();
|
|
17914
18017
|
var getIntegrationCassaInCloudProductMappingDetailsResponseSchema = integrationCassaInCloudProductMappingDetailsSchema;
|
|
17915
|
-
var GetIntegrationCassaInCloudProductMappingDetails = class extends
|
|
18018
|
+
var GetIntegrationCassaInCloudProductMappingDetails = class extends import_sdk_js_core53.AbstractApiRequest {
|
|
17916
18019
|
constructor(integrationCassaInCloudId, productId) {
|
|
17917
18020
|
super(void 0);
|
|
17918
18021
|
this.method = "GET";
|
|
@@ -17931,13 +18034,13 @@ var GetIntegrationCassaInCloudProductMappingDetails = class extends import_sdk_j
|
|
|
17931
18034
|
};
|
|
17932
18035
|
|
|
17933
18036
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudProductMappings.ts
|
|
17934
|
-
var
|
|
18037
|
+
var import_sdk_js_core54 = require("@deliverart/sdk-js-core");
|
|
17935
18038
|
var getIntegrationCassaInCloudProductMappingsQuerySchema = integrationCassaInCloudProductMappingsQuerySchema;
|
|
17936
18039
|
var getIntegrationCassaInCloudProductMappingsInputSchema = external_exports.undefined();
|
|
17937
18040
|
var getIntegrationCassaInCloudProductMappingsResponseSchema = external_exports.array(
|
|
17938
18041
|
integrationCassaInCloudProductMappingSchema
|
|
17939
18042
|
);
|
|
17940
|
-
var GetIntegrationCassaInCloudProductMappings = class extends
|
|
18043
|
+
var GetIntegrationCassaInCloudProductMappings = class extends import_sdk_js_core54.AbstractApiRequest {
|
|
17941
18044
|
constructor(integrationCassaInCloudId, options) {
|
|
17942
18045
|
super(void 0, options);
|
|
17943
18046
|
this.method = "GET";
|
|
@@ -17957,10 +18060,10 @@ var GetIntegrationCassaInCloudProductMappings = class extends import_sdk_js_core
|
|
|
17957
18060
|
};
|
|
17958
18061
|
|
|
17959
18062
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudProductVariantMappingDetails.ts
|
|
17960
|
-
var
|
|
18063
|
+
var import_sdk_js_core55 = require("@deliverart/sdk-js-core");
|
|
17961
18064
|
var getIntegrationCassaInCloudProductVariantMappingDetailsInputSchema = external_exports.undefined();
|
|
17962
18065
|
var getIntegrationCassaInCloudProductVariantMappingDetailsResponseSchema = integrationCassaInCloudProductVariantMappingDetailsSchema;
|
|
17963
|
-
var GetIntegrationCassaInCloudProductVariantMappingDetails = class extends
|
|
18066
|
+
var GetIntegrationCassaInCloudProductVariantMappingDetails = class extends import_sdk_js_core55.AbstractApiRequest {
|
|
17964
18067
|
constructor(integrationCassaInCloudId, productId, variantId) {
|
|
17965
18068
|
super(void 0);
|
|
17966
18069
|
this.method = "GET";
|
|
@@ -17980,13 +18083,13 @@ var GetIntegrationCassaInCloudProductVariantMappingDetails = class extends impor
|
|
|
17980
18083
|
};
|
|
17981
18084
|
|
|
17982
18085
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudProductVariantMappings.ts
|
|
17983
|
-
var
|
|
18086
|
+
var import_sdk_js_core56 = require("@deliverart/sdk-js-core");
|
|
17984
18087
|
var getIntegrationCassaInCloudProductVariantMappingsQuerySchema = integrationCassaInCloudProductVariantMappingsQuerySchema;
|
|
17985
18088
|
var getIntegrationCassaInCloudProductVariantMappingsInputSchema = external_exports.undefined();
|
|
17986
18089
|
var getIntegrationCassaInCloudProductVariantMappingsResponseSchema = external_exports.array(
|
|
17987
18090
|
integrationCassaInCloudProductVariantMappingSchema
|
|
17988
18091
|
);
|
|
17989
|
-
var GetIntegrationCassaInCloudProductVariantMappings = class extends
|
|
18092
|
+
var GetIntegrationCassaInCloudProductVariantMappings = class extends import_sdk_js_core56.AbstractApiRequest {
|
|
17990
18093
|
constructor(integrationCassaInCloudId, productId, options) {
|
|
17991
18094
|
super(void 0, options);
|
|
17992
18095
|
this.method = "GET";
|
|
@@ -18007,10 +18110,10 @@ var GetIntegrationCassaInCloudProductVariantMappings = class extends import_sdk_
|
|
|
18007
18110
|
};
|
|
18008
18111
|
|
|
18009
18112
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSalesModeMappingDetails.ts
|
|
18010
|
-
var
|
|
18113
|
+
var import_sdk_js_core57 = require("@deliverart/sdk-js-core");
|
|
18011
18114
|
var getIntegrationCassaInCloudSalesModeMappingDetailsInputSchema = external_exports.undefined();
|
|
18012
18115
|
var getIntegrationCassaInCloudSalesModeMappingDetailsResponseSchema = integrationCassaInCloudSalesModeMappingDetailsSchema;
|
|
18013
|
-
var GetIntegrationCassaInCloudSalesModeMappingDetails = class extends
|
|
18116
|
+
var GetIntegrationCassaInCloudSalesModeMappingDetails = class extends import_sdk_js_core57.AbstractApiRequest {
|
|
18014
18117
|
constructor(integrationCassaInCloudId, mappingId) {
|
|
18015
18118
|
super(void 0);
|
|
18016
18119
|
this.method = "GET";
|
|
@@ -18029,13 +18132,13 @@ var GetIntegrationCassaInCloudSalesModeMappingDetails = class extends import_sdk
|
|
|
18029
18132
|
};
|
|
18030
18133
|
|
|
18031
18134
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSalesModeMappings.ts
|
|
18032
|
-
var
|
|
18135
|
+
var import_sdk_js_core58 = require("@deliverart/sdk-js-core");
|
|
18033
18136
|
var getIntegrationCassaInCloudSalesModeMappingsQuerySchema = integrationCassaInCloudSalesModeMappingsQuerySchema;
|
|
18034
18137
|
var getIntegrationCassaInCloudSalesModeMappingsInputSchema = external_exports.undefined();
|
|
18035
18138
|
var getIntegrationCassaInCloudSalesModeMappingsResponseSchema = external_exports.array(
|
|
18036
18139
|
integrationCassaInCloudSalesModeMappingSchema
|
|
18037
18140
|
);
|
|
18038
|
-
var GetIntegrationCassaInCloudSalesModeMappings = class extends
|
|
18141
|
+
var GetIntegrationCassaInCloudSalesModeMappings = class extends import_sdk_js_core58.AbstractApiRequest {
|
|
18039
18142
|
constructor(integrationCassaInCloudId, options) {
|
|
18040
18143
|
super(void 0, options);
|
|
18041
18144
|
this.method = "GET";
|
|
@@ -18055,10 +18158,10 @@ var GetIntegrationCassaInCloudSalesModeMappings = class extends import_sdk_js_co
|
|
|
18055
18158
|
};
|
|
18056
18159
|
|
|
18057
18160
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncCustomersErrorLogDetails.ts
|
|
18058
|
-
var
|
|
18161
|
+
var import_sdk_js_core59 = require("@deliverart/sdk-js-core");
|
|
18059
18162
|
var getIntegrationCassaInCloudSyncCustomersErrorLogDetailsInputSchema = external_exports.undefined();
|
|
18060
18163
|
var getIntegrationCassaInCloudSyncCustomersErrorLogDetailsResponseSchema = integrationCassaInCloudSyncCustomersErrorLogDetailsSchema;
|
|
18061
|
-
var GetIntegrationCassaInCloudSyncCustomersErrorLogDetails = class extends
|
|
18164
|
+
var GetIntegrationCassaInCloudSyncCustomersErrorLogDetails = class extends import_sdk_js_core59.AbstractApiRequest {
|
|
18062
18165
|
constructor(integrationCassaInCloudId, processId, errorLogId) {
|
|
18063
18166
|
super(void 0);
|
|
18064
18167
|
this.method = "GET";
|
|
@@ -18078,14 +18181,14 @@ var GetIntegrationCassaInCloudSyncCustomersErrorLogDetails = class extends impor
|
|
|
18078
18181
|
};
|
|
18079
18182
|
|
|
18080
18183
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncCustomersErrorLogs.ts
|
|
18081
|
-
var
|
|
18184
|
+
var import_sdk_js_core60 = require("@deliverart/sdk-js-core");
|
|
18082
18185
|
var import_sdk_js_global_types26 = require("@deliverart/sdk-js-global-types");
|
|
18083
18186
|
var getIntegrationCassaInCloudSyncCustomersErrorLogsQuerySchema = integrationCassaInCloudSyncCustomersErrorLogsQuerySchema;
|
|
18084
18187
|
var getIntegrationCassaInCloudSyncCustomersErrorLogsInputSchema = external_exports.undefined();
|
|
18085
18188
|
var getIntegrationCassaInCloudSyncCustomersErrorLogsResponseSchema = (0, import_sdk_js_global_types26.createPaginatedSchema)(
|
|
18086
18189
|
integrationCassaInCloudSyncCustomersErrorLogSchema
|
|
18087
18190
|
);
|
|
18088
|
-
var GetIntegrationCassaInCloudSyncCustomersErrorLogs = class extends
|
|
18191
|
+
var GetIntegrationCassaInCloudSyncCustomersErrorLogs = class extends import_sdk_js_core60.AbstractApiRequest {
|
|
18089
18192
|
constructor(integrationCassaInCloudId, processId, options) {
|
|
18090
18193
|
super(void 0, options);
|
|
18091
18194
|
this.method = "GET";
|
|
@@ -18106,10 +18209,10 @@ var GetIntegrationCassaInCloudSyncCustomersErrorLogs = class extends import_sdk_
|
|
|
18106
18209
|
};
|
|
18107
18210
|
|
|
18108
18211
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncCustomersProcessDetails.ts
|
|
18109
|
-
var
|
|
18212
|
+
var import_sdk_js_core61 = require("@deliverart/sdk-js-core");
|
|
18110
18213
|
var getIntegrationCassaInCloudSyncCustomersProcessDetailsInputSchema = external_exports.undefined();
|
|
18111
18214
|
var getIntegrationCassaInCloudSyncCustomersProcessDetailsResponseSchema = integrationCassaInCloudSyncCustomersProcessDetailsSchema;
|
|
18112
|
-
var GetIntegrationCassaInCloudSyncCustomersProcessDetails = class extends
|
|
18215
|
+
var GetIntegrationCassaInCloudSyncCustomersProcessDetails = class extends import_sdk_js_core61.AbstractApiRequest {
|
|
18113
18216
|
constructor(integrationCassaInCloudId, processId) {
|
|
18114
18217
|
super(void 0);
|
|
18115
18218
|
this.method = "GET";
|
|
@@ -18128,12 +18231,12 @@ var GetIntegrationCassaInCloudSyncCustomersProcessDetails = class extends import
|
|
|
18128
18231
|
};
|
|
18129
18232
|
|
|
18130
18233
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncCustomersProcesses.ts
|
|
18131
|
-
var
|
|
18234
|
+
var import_sdk_js_core62 = require("@deliverart/sdk-js-core");
|
|
18132
18235
|
var import_sdk_js_global_types27 = require("@deliverart/sdk-js-global-types");
|
|
18133
18236
|
var getIntegrationCassaInCloudSyncCustomersProcessesQuerySchema = integrationCassaInCloudSyncCustomersProcessesQuerySchema;
|
|
18134
18237
|
var getIntegrationCassaInCloudSyncCustomersProcessesInputSchema = external_exports.undefined();
|
|
18135
18238
|
var getIntegrationCassaInCloudSyncCustomersProcessesResponseSchema = (0, import_sdk_js_global_types27.createPaginatedSchema)(integrationCassaInCloudSyncCustomersProcessSchema);
|
|
18136
|
-
var GetIntegrationCassaInCloudSyncCustomersProcesses = class extends
|
|
18239
|
+
var GetIntegrationCassaInCloudSyncCustomersProcesses = class extends import_sdk_js_core62.AbstractApiRequest {
|
|
18137
18240
|
constructor(integrationCassaInCloudId, options) {
|
|
18138
18241
|
super(void 0, options);
|
|
18139
18242
|
this.method = "GET";
|
|
@@ -18153,10 +18256,10 @@ var GetIntegrationCassaInCloudSyncCustomersProcesses = class extends import_sdk_
|
|
|
18153
18256
|
};
|
|
18154
18257
|
|
|
18155
18258
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncMenuErrorLogDetails.ts
|
|
18156
|
-
var
|
|
18259
|
+
var import_sdk_js_core63 = require("@deliverart/sdk-js-core");
|
|
18157
18260
|
var getIntegrationCassaInCloudSyncMenuErrorLogDetailsInputSchema = external_exports.undefined();
|
|
18158
18261
|
var getIntegrationCassaInCloudSyncMenuErrorLogDetailsResponseSchema = integrationCassaInCloudSyncMenuErrorLogDetailsSchema;
|
|
18159
|
-
var GetIntegrationCassaInCloudSyncMenuErrorLogDetails = class extends
|
|
18262
|
+
var GetIntegrationCassaInCloudSyncMenuErrorLogDetails = class extends import_sdk_js_core63.AbstractApiRequest {
|
|
18160
18263
|
constructor(integrationCassaInCloudId, processId, errorLogId) {
|
|
18161
18264
|
super(void 0);
|
|
18162
18265
|
this.method = "GET";
|
|
@@ -18176,14 +18279,14 @@ var GetIntegrationCassaInCloudSyncMenuErrorLogDetails = class extends import_sdk
|
|
|
18176
18279
|
};
|
|
18177
18280
|
|
|
18178
18281
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncMenuErrorLogs.ts
|
|
18179
|
-
var
|
|
18282
|
+
var import_sdk_js_core64 = require("@deliverart/sdk-js-core");
|
|
18180
18283
|
var import_sdk_js_global_types28 = require("@deliverart/sdk-js-global-types");
|
|
18181
18284
|
var getIntegrationCassaInCloudSyncMenuErrorLogsQuerySchema = integrationCassaInCloudSyncMenuErrorLogsQuerySchema;
|
|
18182
18285
|
var getIntegrationCassaInCloudSyncMenuErrorLogsInputSchema = external_exports.undefined();
|
|
18183
18286
|
var getIntegrationCassaInCloudSyncMenuErrorLogsResponseSchema = (0, import_sdk_js_global_types28.createPaginatedSchema)(
|
|
18184
18287
|
integrationCassaInCloudSyncMenuErrorLogSchema
|
|
18185
18288
|
);
|
|
18186
|
-
var GetIntegrationCassaInCloudSyncMenuErrorLogs = class extends
|
|
18289
|
+
var GetIntegrationCassaInCloudSyncMenuErrorLogs = class extends import_sdk_js_core64.AbstractApiRequest {
|
|
18187
18290
|
constructor(integrationCassaInCloudId, processId, options) {
|
|
18188
18291
|
super(void 0, options);
|
|
18189
18292
|
this.method = "GET";
|
|
@@ -18204,10 +18307,10 @@ var GetIntegrationCassaInCloudSyncMenuErrorLogs = class extends import_sdk_js_co
|
|
|
18204
18307
|
};
|
|
18205
18308
|
|
|
18206
18309
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncMenuProcessDetails.ts
|
|
18207
|
-
var
|
|
18310
|
+
var import_sdk_js_core65 = require("@deliverart/sdk-js-core");
|
|
18208
18311
|
var getIntegrationCassaInCloudSyncMenuProcessDetailsInputSchema = external_exports.undefined();
|
|
18209
18312
|
var getIntegrationCassaInCloudSyncMenuProcessDetailsResponseSchema = integrationCassaInCloudSyncMenuProcessDetailsSchema;
|
|
18210
|
-
var GetIntegrationCassaInCloudSyncMenuProcessDetails = class extends
|
|
18313
|
+
var GetIntegrationCassaInCloudSyncMenuProcessDetails = class extends import_sdk_js_core65.AbstractApiRequest {
|
|
18211
18314
|
constructor(integrationCassaInCloudId, processId) {
|
|
18212
18315
|
super(void 0);
|
|
18213
18316
|
this.method = "GET";
|
|
@@ -18226,14 +18329,14 @@ var GetIntegrationCassaInCloudSyncMenuProcessDetails = class extends import_sdk_
|
|
|
18226
18329
|
};
|
|
18227
18330
|
|
|
18228
18331
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncMenuProcesses.ts
|
|
18229
|
-
var
|
|
18332
|
+
var import_sdk_js_core66 = require("@deliverart/sdk-js-core");
|
|
18230
18333
|
var import_sdk_js_global_types29 = require("@deliverart/sdk-js-global-types");
|
|
18231
18334
|
var getIntegrationCassaInCloudSyncMenuProcessesQuerySchema = integrationCassaInCloudSyncMenuProcessesQuerySchema;
|
|
18232
18335
|
var getIntegrationCassaInCloudSyncMenuProcessesInputSchema = external_exports.undefined();
|
|
18233
18336
|
var getIntegrationCassaInCloudSyncMenuProcessesResponseSchema = (0, import_sdk_js_global_types29.createPaginatedSchema)(
|
|
18234
18337
|
integrationCassaInCloudSyncMenuProcessSchema
|
|
18235
18338
|
);
|
|
18236
|
-
var GetIntegrationCassaInCloudSyncMenuProcesses = class extends
|
|
18339
|
+
var GetIntegrationCassaInCloudSyncMenuProcesses = class extends import_sdk_js_core66.AbstractApiRequest {
|
|
18237
18340
|
constructor(integrationCassaInCloudId, options) {
|
|
18238
18341
|
super(void 0, options);
|
|
18239
18342
|
this.method = "GET";
|
|
@@ -18253,10 +18356,10 @@ var GetIntegrationCassaInCloudSyncMenuProcesses = class extends import_sdk_js_co
|
|
|
18253
18356
|
};
|
|
18254
18357
|
|
|
18255
18358
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncSalesModesErrorLogDetails.ts
|
|
18256
|
-
var
|
|
18359
|
+
var import_sdk_js_core67 = require("@deliverart/sdk-js-core");
|
|
18257
18360
|
var getIntegrationCassaInCloudSyncSalesModesErrorLogDetailsInputSchema = external_exports.undefined();
|
|
18258
18361
|
var getIntegrationCassaInCloudSyncSalesModesErrorLogDetailsResponseSchema = integrationCassaInCloudSyncSalesModesErrorLogDetailsSchema;
|
|
18259
|
-
var GetIntegrationCassaInCloudSyncSalesModesErrorLogDetails = class extends
|
|
18362
|
+
var GetIntegrationCassaInCloudSyncSalesModesErrorLogDetails = class extends import_sdk_js_core67.AbstractApiRequest {
|
|
18260
18363
|
constructor(integrationCassaInCloudId, processId, errorLogId) {
|
|
18261
18364
|
super(void 0);
|
|
18262
18365
|
this.method = "GET";
|
|
@@ -18276,12 +18379,12 @@ var GetIntegrationCassaInCloudSyncSalesModesErrorLogDetails = class extends impo
|
|
|
18276
18379
|
};
|
|
18277
18380
|
|
|
18278
18381
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncSalesModesErrorLogs.ts
|
|
18279
|
-
var
|
|
18382
|
+
var import_sdk_js_core68 = require("@deliverart/sdk-js-core");
|
|
18280
18383
|
var import_sdk_js_global_types30 = require("@deliverart/sdk-js-global-types");
|
|
18281
18384
|
var getIntegrationCassaInCloudSyncSalesModesErrorLogsQuerySchema = integrationCassaInCloudSyncSalesModesErrorLogsQuerySchema;
|
|
18282
18385
|
var getIntegrationCassaInCloudSyncSalesModesErrorLogsInputSchema = external_exports.undefined();
|
|
18283
18386
|
var getIntegrationCassaInCloudSyncSalesModesErrorLogsResponseSchema = (0, import_sdk_js_global_types30.createPaginatedSchema)(integrationCassaInCloudSyncSalesModesErrorLogSchema);
|
|
18284
|
-
var GetIntegrationCassaInCloudSyncSalesModesErrorLogs = class extends
|
|
18387
|
+
var GetIntegrationCassaInCloudSyncSalesModesErrorLogs = class extends import_sdk_js_core68.AbstractApiRequest {
|
|
18285
18388
|
constructor(integrationCassaInCloudId, processId, options) {
|
|
18286
18389
|
super(void 0, options);
|
|
18287
18390
|
this.method = "GET";
|
|
@@ -18302,10 +18405,10 @@ var GetIntegrationCassaInCloudSyncSalesModesErrorLogs = class extends import_sdk
|
|
|
18302
18405
|
};
|
|
18303
18406
|
|
|
18304
18407
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncSalesModesProcessDetails.ts
|
|
18305
|
-
var
|
|
18408
|
+
var import_sdk_js_core69 = require("@deliverart/sdk-js-core");
|
|
18306
18409
|
var getIntegrationCassaInCloudSyncSalesModesProcessDetailsInputSchema = external_exports.undefined();
|
|
18307
18410
|
var getIntegrationCassaInCloudSyncSalesModesProcessDetailsResponseSchema = integrationCassaInCloudSyncSalesModesProcessDetailsSchema;
|
|
18308
|
-
var GetIntegrationCassaInCloudSyncSalesModesProcessDetails = class extends
|
|
18411
|
+
var GetIntegrationCassaInCloudSyncSalesModesProcessDetails = class extends import_sdk_js_core69.AbstractApiRequest {
|
|
18309
18412
|
constructor(integrationCassaInCloudId, processId) {
|
|
18310
18413
|
super(void 0);
|
|
18311
18414
|
this.method = "GET";
|
|
@@ -18324,12 +18427,12 @@ var GetIntegrationCassaInCloudSyncSalesModesProcessDetails = class extends impor
|
|
|
18324
18427
|
};
|
|
18325
18428
|
|
|
18326
18429
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncSalesModesProcesses.ts
|
|
18327
|
-
var
|
|
18430
|
+
var import_sdk_js_core70 = require("@deliverart/sdk-js-core");
|
|
18328
18431
|
var import_sdk_js_global_types31 = require("@deliverart/sdk-js-global-types");
|
|
18329
18432
|
var getIntegrationCassaInCloudSyncSalesModesProcessesQuerySchema = integrationCassaInCloudSyncSalesModesProcessesQuerySchema;
|
|
18330
18433
|
var getIntegrationCassaInCloudSyncSalesModesProcessesInputSchema = external_exports.undefined();
|
|
18331
18434
|
var getIntegrationCassaInCloudSyncSalesModesProcessesResponseSchema = (0, import_sdk_js_global_types31.createPaginatedSchema)(integrationCassaInCloudSyncSalesModesProcessSchema);
|
|
18332
|
-
var GetIntegrationCassaInCloudSyncSalesModesProcesses = class extends
|
|
18435
|
+
var GetIntegrationCassaInCloudSyncSalesModesProcesses = class extends import_sdk_js_core70.AbstractApiRequest {
|
|
18333
18436
|
constructor(integrationCassaInCloudId, options) {
|
|
18334
18437
|
super(void 0, options);
|
|
18335
18438
|
this.method = "GET";
|
|
@@ -18349,10 +18452,10 @@ var GetIntegrationCassaInCloudSyncSalesModesProcesses = class extends import_sdk
|
|
|
18349
18452
|
};
|
|
18350
18453
|
|
|
18351
18454
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncTimetablesErrorLogDetails.ts
|
|
18352
|
-
var
|
|
18455
|
+
var import_sdk_js_core71 = require("@deliverart/sdk-js-core");
|
|
18353
18456
|
var getIntegrationCassaInCloudSyncTimetablesErrorLogDetailsInputSchema = external_exports.undefined();
|
|
18354
18457
|
var getIntegrationCassaInCloudSyncTimetablesErrorLogDetailsResponseSchema = integrationCassaInCloudSyncTimetablesErrorLogDetailsSchema;
|
|
18355
|
-
var GetIntegrationCassaInCloudSyncTimetablesErrorLogDetails = class extends
|
|
18458
|
+
var GetIntegrationCassaInCloudSyncTimetablesErrorLogDetails = class extends import_sdk_js_core71.AbstractApiRequest {
|
|
18356
18459
|
constructor(integrationCassaInCloudId, processId, errorLogId) {
|
|
18357
18460
|
super(void 0);
|
|
18358
18461
|
this.method = "GET";
|
|
@@ -18372,12 +18475,12 @@ var GetIntegrationCassaInCloudSyncTimetablesErrorLogDetails = class extends impo
|
|
|
18372
18475
|
};
|
|
18373
18476
|
|
|
18374
18477
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncTimetablesErrorLogs.ts
|
|
18375
|
-
var
|
|
18478
|
+
var import_sdk_js_core72 = require("@deliverart/sdk-js-core");
|
|
18376
18479
|
var import_sdk_js_global_types32 = require("@deliverart/sdk-js-global-types");
|
|
18377
18480
|
var getIntegrationCassaInCloudSyncTimetablesErrorLogsQuerySchema = integrationCassaInCloudSyncTimetablesErrorLogsQuerySchema;
|
|
18378
18481
|
var getIntegrationCassaInCloudSyncTimetablesErrorLogsInputSchema = external_exports.undefined();
|
|
18379
18482
|
var getIntegrationCassaInCloudSyncTimetablesErrorLogsResponseSchema = (0, import_sdk_js_global_types32.createPaginatedSchema)(integrationCassaInCloudSyncTimetablesErrorLogSchema);
|
|
18380
|
-
var GetIntegrationCassaInCloudSyncTimetablesErrorLogs = class extends
|
|
18483
|
+
var GetIntegrationCassaInCloudSyncTimetablesErrorLogs = class extends import_sdk_js_core72.AbstractApiRequest {
|
|
18381
18484
|
constructor(integrationCassaInCloudId, processId, options) {
|
|
18382
18485
|
super(void 0, options);
|
|
18383
18486
|
this.method = "GET";
|
|
@@ -18398,10 +18501,10 @@ var GetIntegrationCassaInCloudSyncTimetablesErrorLogs = class extends import_sdk
|
|
|
18398
18501
|
};
|
|
18399
18502
|
|
|
18400
18503
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncTimetablesProcessDetails.ts
|
|
18401
|
-
var
|
|
18504
|
+
var import_sdk_js_core73 = require("@deliverart/sdk-js-core");
|
|
18402
18505
|
var getIntegrationCassaInCloudSyncTimetablesProcessDetailsInputSchema = external_exports.undefined();
|
|
18403
18506
|
var getIntegrationCassaInCloudSyncTimetablesProcessDetailsResponseSchema = integrationCassaInCloudSyncTimetablesProcessDetailsSchema;
|
|
18404
|
-
var GetIntegrationCassaInCloudSyncTimetablesProcessDetails = class extends
|
|
18507
|
+
var GetIntegrationCassaInCloudSyncTimetablesProcessDetails = class extends import_sdk_js_core73.AbstractApiRequest {
|
|
18405
18508
|
constructor(integrationCassaInCloudId, processId) {
|
|
18406
18509
|
super(void 0);
|
|
18407
18510
|
this.method = "GET";
|
|
@@ -18420,12 +18523,12 @@ var GetIntegrationCassaInCloudSyncTimetablesProcessDetails = class extends impor
|
|
|
18420
18523
|
};
|
|
18421
18524
|
|
|
18422
18525
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncTimetablesProcesses.ts
|
|
18423
|
-
var
|
|
18526
|
+
var import_sdk_js_core74 = require("@deliverart/sdk-js-core");
|
|
18424
18527
|
var import_sdk_js_global_types33 = require("@deliverart/sdk-js-global-types");
|
|
18425
18528
|
var getIntegrationCassaInCloudSyncTimetablesProcessesQuerySchema = integrationCassaInCloudSyncTimetablesProcessesQuerySchema;
|
|
18426
18529
|
var getIntegrationCassaInCloudSyncTimetablesProcessesInputSchema = external_exports.undefined();
|
|
18427
18530
|
var getIntegrationCassaInCloudSyncTimetablesProcessesResponseSchema = (0, import_sdk_js_global_types33.createPaginatedSchema)(integrationCassaInCloudSyncTimetablesProcessSchema);
|
|
18428
|
-
var GetIntegrationCassaInCloudSyncTimetablesProcesses = class extends
|
|
18531
|
+
var GetIntegrationCassaInCloudSyncTimetablesProcesses = class extends import_sdk_js_core74.AbstractApiRequest {
|
|
18429
18532
|
constructor(integrationCassaInCloudId, options) {
|
|
18430
18533
|
super(void 0, options);
|
|
18431
18534
|
this.method = "GET";
|
|
@@ -18445,10 +18548,10 @@ var GetIntegrationCassaInCloudSyncTimetablesProcesses = class extends import_sdk
|
|
|
18445
18548
|
};
|
|
18446
18549
|
|
|
18447
18550
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudWebHookEventDetails.ts
|
|
18448
|
-
var
|
|
18551
|
+
var import_sdk_js_core75 = require("@deliverart/sdk-js-core");
|
|
18449
18552
|
var getIntegrationCassaInCloudWebHookEventDetailsInputSchema = external_exports.undefined();
|
|
18450
18553
|
var getIntegrationCassaInCloudWebHookEventDetailsResponseSchema = integrationCassaInCloudWebHookEventDetailsSchema;
|
|
18451
|
-
var GetIntegrationCassaInCloudWebHookEventDetails = class extends
|
|
18554
|
+
var GetIntegrationCassaInCloudWebHookEventDetails = class extends import_sdk_js_core75.AbstractApiRequest {
|
|
18452
18555
|
constructor(integrationCassaInCloudId, eventId) {
|
|
18453
18556
|
super(void 0);
|
|
18454
18557
|
this.method = "GET";
|
|
@@ -18467,14 +18570,14 @@ var GetIntegrationCassaInCloudWebHookEventDetails = class extends import_sdk_js_
|
|
|
18467
18570
|
};
|
|
18468
18571
|
|
|
18469
18572
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudWebHookEvents.ts
|
|
18470
|
-
var
|
|
18573
|
+
var import_sdk_js_core76 = require("@deliverart/sdk-js-core");
|
|
18471
18574
|
var import_sdk_js_global_types34 = require("@deliverart/sdk-js-global-types");
|
|
18472
18575
|
var getIntegrationCassaInCloudWebHookEventsQuerySchema = integrationCassaInCloudWebHookEventsQuerySchema;
|
|
18473
18576
|
var getIntegrationCassaInCloudWebHookEventsInputSchema = external_exports.undefined();
|
|
18474
18577
|
var getIntegrationCassaInCloudWebHookEventsResponseSchema = (0, import_sdk_js_global_types34.createPaginatedSchema)(
|
|
18475
18578
|
integrationCassaInCloudWebHookEventSchema
|
|
18476
18579
|
);
|
|
18477
|
-
var GetIntegrationCassaInCloudWebHookEvents = class extends
|
|
18580
|
+
var GetIntegrationCassaInCloudWebHookEvents = class extends import_sdk_js_core76.AbstractApiRequest {
|
|
18478
18581
|
constructor(integrationCassaInCloudId, options) {
|
|
18479
18582
|
super(void 0, options);
|
|
18480
18583
|
this.method = "GET";
|
|
@@ -18494,10 +18597,10 @@ var GetIntegrationCassaInCloudWebHookEvents = class extends import_sdk_js_core75
|
|
|
18494
18597
|
};
|
|
18495
18598
|
|
|
18496
18599
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudWebHookSettingDetails.ts
|
|
18497
|
-
var
|
|
18600
|
+
var import_sdk_js_core77 = require("@deliverart/sdk-js-core");
|
|
18498
18601
|
var getIntegrationCassaInCloudWebHookSettingDetailsInputSchema = external_exports.undefined();
|
|
18499
18602
|
var getIntegrationCassaInCloudWebHookSettingDetailsResponseSchema = integrationCassaInCloudWebHookSettingDetailsSchema;
|
|
18500
|
-
var GetIntegrationCassaInCloudWebHookSettingDetails = class extends
|
|
18603
|
+
var GetIntegrationCassaInCloudWebHookSettingDetails = class extends import_sdk_js_core77.AbstractApiRequest {
|
|
18501
18604
|
constructor(integrationCassaInCloudId, webHookId) {
|
|
18502
18605
|
super(void 0);
|
|
18503
18606
|
this.method = "GET";
|
|
@@ -18516,13 +18619,13 @@ var GetIntegrationCassaInCloudWebHookSettingDetails = class extends import_sdk_j
|
|
|
18516
18619
|
};
|
|
18517
18620
|
|
|
18518
18621
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudWebHookSettings.ts
|
|
18519
|
-
var
|
|
18622
|
+
var import_sdk_js_core78 = require("@deliverart/sdk-js-core");
|
|
18520
18623
|
var getIntegrationCassaInCloudWebHookSettingsQuerySchema = integrationCassaInCloudWebHookSettingsQuerySchema;
|
|
18521
18624
|
var getIntegrationCassaInCloudWebHookSettingsInputSchema = external_exports.undefined();
|
|
18522
18625
|
var getIntegrationCassaInCloudWebHookSettingsResponseSchema = external_exports.array(
|
|
18523
18626
|
integrationCassaInCloudWebHookSettingSchema
|
|
18524
18627
|
);
|
|
18525
|
-
var GetIntegrationCassaInCloudWebHookSettings = class extends
|
|
18628
|
+
var GetIntegrationCassaInCloudWebHookSettings = class extends import_sdk_js_core78.AbstractApiRequest {
|
|
18526
18629
|
constructor(integrationCassaInCloudId, options) {
|
|
18527
18630
|
super(void 0, options);
|
|
18528
18631
|
this.method = "GET";
|
|
@@ -18542,13 +18645,13 @@ var GetIntegrationCassaInCloudWebHookSettings = class extends import_sdk_js_core
|
|
|
18542
18645
|
};
|
|
18543
18646
|
|
|
18544
18647
|
// src/requests/services/cassa_in_cloud/IntegrationCassaInCloudSyncCustomers.ts
|
|
18545
|
-
var
|
|
18648
|
+
var import_sdk_js_core79 = require("@deliverart/sdk-js-core");
|
|
18546
18649
|
var integrationCassaInCloudSyncCustomersInputSchema = external_exports.object({
|
|
18547
18650
|
direction: integrationCassaInCloudSyncDirectionSchema,
|
|
18548
18651
|
mode: integrationCassaInCloudSyncModeSchema
|
|
18549
18652
|
});
|
|
18550
18653
|
var integrationCassaInCloudSyncCustomersResponseSchema = integrationAsyncMessageResponseSchema;
|
|
18551
|
-
var IntegrationCassaInCloudSyncCustomers = class extends
|
|
18654
|
+
var IntegrationCassaInCloudSyncCustomers = class extends import_sdk_js_core79.AbstractApiRequest {
|
|
18552
18655
|
constructor(integrationCassaInCloudId, input) {
|
|
18553
18656
|
super(input);
|
|
18554
18657
|
this.method = "POST";
|
|
@@ -18566,10 +18669,10 @@ var IntegrationCassaInCloudSyncCustomers = class extends import_sdk_js_core78.Ab
|
|
|
18566
18669
|
};
|
|
18567
18670
|
|
|
18568
18671
|
// src/requests/services/cassa_in_cloud/IntegrationCassaInCloudSyncOrganizations.ts
|
|
18569
|
-
var
|
|
18672
|
+
var import_sdk_js_core80 = require("@deliverart/sdk-js-core");
|
|
18570
18673
|
var integrationCassaInCloudSyncOrganizationsInputSchema = external_exports.undefined();
|
|
18571
18674
|
var integrationCassaInCloudSyncOrganizationsResponseSchema = integrationAsyncMessageResponseSchema;
|
|
18572
|
-
var IntegrationCassaInCloudSyncOrganizations = class extends
|
|
18675
|
+
var IntegrationCassaInCloudSyncOrganizations = class extends import_sdk_js_core80.AbstractApiRequest {
|
|
18573
18676
|
constructor(integrationCassaInCloudId) {
|
|
18574
18677
|
super(void 0);
|
|
18575
18678
|
this.method = "POST";
|
|
@@ -18587,13 +18690,13 @@ var IntegrationCassaInCloudSyncOrganizations = class extends import_sdk_js_core7
|
|
|
18587
18690
|
};
|
|
18588
18691
|
|
|
18589
18692
|
// src/requests/services/cassa_in_cloud/IntegrationCassaInCloudSyncProducts.ts
|
|
18590
|
-
var
|
|
18693
|
+
var import_sdk_js_core81 = require("@deliverart/sdk-js-core");
|
|
18591
18694
|
var integrationCassaInCloudSyncProductsInputSchema = external_exports.object({
|
|
18592
18695
|
direction: integrationCassaInCloudSyncDirectionSchema,
|
|
18593
18696
|
mode: integrationCassaInCloudSyncModeSchema
|
|
18594
18697
|
});
|
|
18595
18698
|
var integrationCassaInCloudSyncProductsResponseSchema = integrationAsyncMessageResponseSchema;
|
|
18596
|
-
var IntegrationCassaInCloudSyncProducts = class extends
|
|
18699
|
+
var IntegrationCassaInCloudSyncProducts = class extends import_sdk_js_core81.AbstractApiRequest {
|
|
18597
18700
|
constructor(integrationCassaInCloudId, input) {
|
|
18598
18701
|
super(input);
|
|
18599
18702
|
this.method = "POST";
|
|
@@ -18611,13 +18714,13 @@ var IntegrationCassaInCloudSyncProducts = class extends import_sdk_js_core80.Abs
|
|
|
18611
18714
|
};
|
|
18612
18715
|
|
|
18613
18716
|
// src/requests/services/cassa_in_cloud/IntegrationCassaInCloudSyncSalesModes.ts
|
|
18614
|
-
var
|
|
18717
|
+
var import_sdk_js_core82 = require("@deliverart/sdk-js-core");
|
|
18615
18718
|
var integrationCassaInCloudSyncSalesModesInputSchema = external_exports.object({
|
|
18616
18719
|
direction: integrationCassaInCloudSyncDirectionSchema,
|
|
18617
18720
|
mode: integrationCassaInCloudSyncModeSchema
|
|
18618
18721
|
});
|
|
18619
18722
|
var integrationCassaInCloudSyncSalesModesResponseSchema = integrationAsyncMessageResponseSchema;
|
|
18620
|
-
var IntegrationCassaInCloudSyncSalesModes = class extends
|
|
18723
|
+
var IntegrationCassaInCloudSyncSalesModes = class extends import_sdk_js_core82.AbstractApiRequest {
|
|
18621
18724
|
constructor(integrationCassaInCloudId, input) {
|
|
18622
18725
|
super(input);
|
|
18623
18726
|
this.method = "POST";
|
|
@@ -18635,10 +18738,10 @@ var IntegrationCassaInCloudSyncSalesModes = class extends import_sdk_js_core81.A
|
|
|
18635
18738
|
};
|
|
18636
18739
|
|
|
18637
18740
|
// src/requests/services/cassa_in_cloud/IntegrationCassaInCloudSyncStock.ts
|
|
18638
|
-
var
|
|
18741
|
+
var import_sdk_js_core83 = require("@deliverart/sdk-js-core");
|
|
18639
18742
|
var integrationCassaInCloudSyncStockInputSchema = external_exports.undefined();
|
|
18640
18743
|
var integrationCassaInCloudSyncStockResponseSchema = integrationAsyncMessageResponseSchema;
|
|
18641
|
-
var IntegrationCassaInCloudSyncStock = class extends
|
|
18744
|
+
var IntegrationCassaInCloudSyncStock = class extends import_sdk_js_core83.AbstractApiRequest {
|
|
18642
18745
|
constructor(integrationCassaInCloudId) {
|
|
18643
18746
|
super(void 0);
|
|
18644
18747
|
this.method = "POST";
|
|
@@ -18656,13 +18759,13 @@ var IntegrationCassaInCloudSyncStock = class extends import_sdk_js_core82.Abstra
|
|
|
18656
18759
|
};
|
|
18657
18760
|
|
|
18658
18761
|
// src/requests/services/cassa_in_cloud/IntegrationCassaInCloudSyncTimetables.ts
|
|
18659
|
-
var
|
|
18762
|
+
var import_sdk_js_core84 = require("@deliverart/sdk-js-core");
|
|
18660
18763
|
var integrationCassaInCloudSyncTimetablesInputSchema = external_exports.object({
|
|
18661
18764
|
direction: integrationCassaInCloudSyncDirectionSchema,
|
|
18662
18765
|
mode: integrationCassaInCloudSyncModeSchema
|
|
18663
18766
|
});
|
|
18664
18767
|
var integrationCassaInCloudSyncTimetablesResponseSchema = integrationAsyncMessageResponseSchema;
|
|
18665
|
-
var IntegrationCassaInCloudSyncTimetables = class extends
|
|
18768
|
+
var IntegrationCassaInCloudSyncTimetables = class extends import_sdk_js_core84.AbstractApiRequest {
|
|
18666
18769
|
constructor(integrationCassaInCloudId, input) {
|
|
18667
18770
|
super(input);
|
|
18668
18771
|
this.method = "POST";
|
|
@@ -18680,10 +18783,10 @@ var IntegrationCassaInCloudSyncTimetables = class extends import_sdk_js_core83.A
|
|
|
18680
18783
|
};
|
|
18681
18784
|
|
|
18682
18785
|
// src/requests/services/cassa_in_cloud/IntegrationCassaInCloudSyncWebHooks.ts
|
|
18683
|
-
var
|
|
18786
|
+
var import_sdk_js_core85 = require("@deliverart/sdk-js-core");
|
|
18684
18787
|
var integrationCassaInCloudSyncWebHooksInputSchema = external_exports.undefined();
|
|
18685
18788
|
var integrationCassaInCloudSyncWebHooksResponseSchema = integrationAsyncMessageResponseSchema;
|
|
18686
|
-
var IntegrationCassaInCloudSyncWebHooks = class extends
|
|
18789
|
+
var IntegrationCassaInCloudSyncWebHooks = class extends import_sdk_js_core85.AbstractApiRequest {
|
|
18687
18790
|
constructor(integrationCassaInCloudId) {
|
|
18688
18791
|
super(void 0);
|
|
18689
18792
|
this.method = "POST";
|
|
@@ -18701,10 +18804,10 @@ var IntegrationCassaInCloudSyncWebHooks = class extends import_sdk_js_core84.Abs
|
|
|
18701
18804
|
};
|
|
18702
18805
|
|
|
18703
18806
|
// src/requests/services/cassa_in_cloud/UpdateIntegrationCassaInCloud.ts
|
|
18704
|
-
var
|
|
18807
|
+
var import_sdk_js_core86 = require("@deliverart/sdk-js-core");
|
|
18705
18808
|
var updateIntegrationCassaInCloudInputSchema = integrationCassaInCloudEditableFieldsSchema.partial();
|
|
18706
18809
|
var updateIntegrationCassaInCloudResponseSchema = integrationCassaInCloudDetailsSchema;
|
|
18707
|
-
var UpdateIntegrationCassaInCloud = class extends
|
|
18810
|
+
var UpdateIntegrationCassaInCloud = class extends import_sdk_js_core86.AbstractApiRequest {
|
|
18708
18811
|
constructor(integrationCassaInCloudId, input) {
|
|
18709
18812
|
super(input);
|
|
18710
18813
|
this.method = "PATCH";
|
|
@@ -18722,13 +18825,13 @@ var UpdateIntegrationCassaInCloud = class extends import_sdk_js_core85.AbstractA
|
|
|
18722
18825
|
};
|
|
18723
18826
|
|
|
18724
18827
|
// src/requests/services/deliveroo/CreateIntegrationDeliveroo.ts
|
|
18725
|
-
var
|
|
18828
|
+
var import_sdk_js_core87 = require("@deliverart/sdk-js-core");
|
|
18726
18829
|
var import_sdk_js_point_of_sale7 = require("@deliverart/sdk-js-point-of-sale");
|
|
18727
18830
|
var createIntegrationDeliverooInputSchema = integrationDeliverooEditableFieldsSchema.extend({
|
|
18728
18831
|
pointOfSale: import_sdk_js_point_of_sale7.pointOfSaleIriSchema
|
|
18729
18832
|
});
|
|
18730
18833
|
var createIntegrationDeliverooResponseSchema = integrationDeliverooDetailsSchema;
|
|
18731
|
-
var CreateIntegrationDeliveroo = class extends
|
|
18834
|
+
var CreateIntegrationDeliveroo = class extends import_sdk_js_core87.AbstractApiRequest {
|
|
18732
18835
|
constructor(input) {
|
|
18733
18836
|
super(input);
|
|
18734
18837
|
this.method = "POST";
|
|
@@ -18745,11 +18848,11 @@ var CreateIntegrationDeliveroo = class extends import_sdk_js_core86.AbstractApiR
|
|
|
18745
18848
|
};
|
|
18746
18849
|
|
|
18747
18850
|
// src/requests/services/deliveroo/DeleteIntegrationDeliveroo.ts
|
|
18748
|
-
var
|
|
18851
|
+
var import_sdk_js_core88 = require("@deliverart/sdk-js-core");
|
|
18749
18852
|
var import_sdk_js_global_types35 = require("@deliverart/sdk-js-global-types");
|
|
18750
18853
|
var deleteIntegrationDeliverooInputSchema = external_exports.undefined();
|
|
18751
18854
|
var deleteIntegrationDeliverooResponseSchema = import_sdk_js_global_types35.emptyResponseSchema;
|
|
18752
|
-
var DeleteIntegrationDeliveroo = class extends
|
|
18855
|
+
var DeleteIntegrationDeliveroo = class extends import_sdk_js_core88.AbstractApiRequest {
|
|
18753
18856
|
constructor(integrationDeliverooId) {
|
|
18754
18857
|
super(void 0);
|
|
18755
18858
|
this.method = "DELETE";
|
|
@@ -18767,10 +18870,10 @@ var DeleteIntegrationDeliveroo = class extends import_sdk_js_core87.AbstractApiR
|
|
|
18767
18870
|
};
|
|
18768
18871
|
|
|
18769
18872
|
// src/requests/services/deliveroo/GetIntegrationDeliverooBrands.ts
|
|
18770
|
-
var
|
|
18873
|
+
var import_sdk_js_core89 = require("@deliverart/sdk-js-core");
|
|
18771
18874
|
var getIntegrationDeliverooBrandsInputSchema = external_exports.undefined();
|
|
18772
18875
|
var getIntegrationDeliverooBrandsResponseSchema = integrationDeliverooDebugBrandsResponseSchema;
|
|
18773
|
-
var GetIntegrationDeliverooBrands = class extends
|
|
18876
|
+
var GetIntegrationDeliverooBrands = class extends import_sdk_js_core89.AbstractApiRequest {
|
|
18774
18877
|
constructor() {
|
|
18775
18878
|
super(void 0);
|
|
18776
18879
|
this.method = "GET";
|
|
@@ -18787,10 +18890,10 @@ var GetIntegrationDeliverooBrands = class extends import_sdk_js_core88.AbstractA
|
|
|
18787
18890
|
};
|
|
18788
18891
|
|
|
18789
18892
|
// src/requests/services/deliveroo/GetIntegrationDeliverooBrandSites.ts
|
|
18790
|
-
var
|
|
18893
|
+
var import_sdk_js_core90 = require("@deliverart/sdk-js-core");
|
|
18791
18894
|
var getIntegrationDeliverooBrandSitesInputSchema = external_exports.undefined();
|
|
18792
18895
|
var getIntegrationDeliverooBrandSitesResponseSchema = integrationDeliverooDebugSitesResponseSchema;
|
|
18793
|
-
var GetIntegrationDeliverooBrandSites = class extends
|
|
18896
|
+
var GetIntegrationDeliverooBrandSites = class extends import_sdk_js_core90.AbstractApiRequest {
|
|
18794
18897
|
constructor(brandId) {
|
|
18795
18898
|
super(void 0);
|
|
18796
18899
|
this.method = "GET";
|
|
@@ -18808,10 +18911,10 @@ var GetIntegrationDeliverooBrandSites = class extends import_sdk_js_core89.Abstr
|
|
|
18808
18911
|
};
|
|
18809
18912
|
|
|
18810
18913
|
// src/requests/services/deliveroo/GetIntegrationDeliverooClientLogRequestDetails.ts
|
|
18811
|
-
var
|
|
18914
|
+
var import_sdk_js_core91 = require("@deliverart/sdk-js-core");
|
|
18812
18915
|
var getIntegrationDeliverooClientLogRequestDetailsInputSchema = external_exports.undefined();
|
|
18813
18916
|
var getIntegrationDeliverooClientLogRequestDetailsResponseSchema = integrationClientLogRequestDetailsSchema;
|
|
18814
|
-
var GetIntegrationDeliverooClientLogRequestDetails = class extends
|
|
18917
|
+
var GetIntegrationDeliverooClientLogRequestDetails = class extends import_sdk_js_core91.AbstractApiRequest {
|
|
18815
18918
|
constructor(integrationDeliverooId, requestId) {
|
|
18816
18919
|
super(void 0);
|
|
18817
18920
|
this.method = "GET";
|
|
@@ -18830,14 +18933,14 @@ var GetIntegrationDeliverooClientLogRequestDetails = class extends import_sdk_js
|
|
|
18830
18933
|
};
|
|
18831
18934
|
|
|
18832
18935
|
// src/requests/services/deliveroo/GetIntegrationDeliverooClientLogRequests.ts
|
|
18833
|
-
var
|
|
18936
|
+
var import_sdk_js_core92 = require("@deliverart/sdk-js-core");
|
|
18834
18937
|
var import_sdk_js_global_types36 = require("@deliverart/sdk-js-global-types");
|
|
18835
18938
|
var getIntegrationDeliverooClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
18836
18939
|
var getIntegrationDeliverooClientLogRequestsInputSchema = external_exports.undefined();
|
|
18837
18940
|
var getIntegrationDeliverooClientLogRequestsResponseSchema = (0, import_sdk_js_global_types36.createPaginatedSchema)(
|
|
18838
18941
|
integrationClientLogRequestSchema
|
|
18839
18942
|
);
|
|
18840
|
-
var GetIntegrationDeliverooClientLogRequests = class extends
|
|
18943
|
+
var GetIntegrationDeliverooClientLogRequests = class extends import_sdk_js_core92.AbstractApiRequest {
|
|
18841
18944
|
constructor(integrationDeliverooId, options) {
|
|
18842
18945
|
super(void 0, options);
|
|
18843
18946
|
this.method = "GET";
|
|
@@ -18856,11 +18959,39 @@ var GetIntegrationDeliverooClientLogRequests = class extends import_sdk_js_core9
|
|
|
18856
18959
|
}
|
|
18857
18960
|
};
|
|
18858
18961
|
|
|
18962
|
+
// src/requests/services/deliveroo/GetIntegrationDeliverooClientLogRequestsFromOrder.ts
|
|
18963
|
+
var import_sdk_js_core93 = require("@deliverart/sdk-js-core");
|
|
18964
|
+
var getIntegrationDeliverooClientLogRequestsFromOrderQuerySchema = clientLogRequestQuerySchema.omit({
|
|
18965
|
+
page: true
|
|
18966
|
+
});
|
|
18967
|
+
var getIntegrationDeliverooClientLogRequestsFromOrderInputSchema = external_exports.undefined();
|
|
18968
|
+
var getIntegrationDeliverooClientLogRequestsFromOrderResponseSchema = external_exports.array(
|
|
18969
|
+
integrationClientLogRequestSchema
|
|
18970
|
+
);
|
|
18971
|
+
var GetIntegrationDeliverooClientLogRequestsFromOrder = class extends import_sdk_js_core93.AbstractApiRequest {
|
|
18972
|
+
constructor(orderId, options) {
|
|
18973
|
+
super(void 0, options);
|
|
18974
|
+
this.method = "GET";
|
|
18975
|
+
this.contentType = "application/json";
|
|
18976
|
+
this.accept = "application/json";
|
|
18977
|
+
this.inputSchema = getIntegrationDeliverooClientLogRequestsFromOrderInputSchema;
|
|
18978
|
+
this.outputSchema = getIntegrationDeliverooClientLogRequestsFromOrderResponseSchema;
|
|
18979
|
+
this.querySchema = getIntegrationDeliverooClientLogRequestsFromOrderQuerySchema;
|
|
18980
|
+
this.headersSchema = void 0;
|
|
18981
|
+
this.listItemSchema = integrationClientLogRequestSchema;
|
|
18982
|
+
this.paginationDefaultEnabled = false;
|
|
18983
|
+
this.orderId = orderId;
|
|
18984
|
+
}
|
|
18985
|
+
getPath() {
|
|
18986
|
+
return `/orders/${this.orderId}/deliveroo_client_log_requests`;
|
|
18987
|
+
}
|
|
18988
|
+
};
|
|
18989
|
+
|
|
18859
18990
|
// src/requests/services/deliveroo/GetIntegrationDeliverooDetails.ts
|
|
18860
|
-
var
|
|
18991
|
+
var import_sdk_js_core94 = require("@deliverart/sdk-js-core");
|
|
18861
18992
|
var getIntegrationDeliverooDetailsInputSchema = external_exports.undefined();
|
|
18862
18993
|
var getIntegrationDeliverooDetailsResponseSchema = integrationDeliverooDetailsSchema;
|
|
18863
|
-
var GetIntegrationDeliverooDetails = class extends
|
|
18994
|
+
var GetIntegrationDeliverooDetails = class extends import_sdk_js_core94.AbstractApiRequest {
|
|
18864
18995
|
constructor(integrationDeliverooId) {
|
|
18865
18996
|
super(void 0);
|
|
18866
18997
|
this.method = "GET";
|
|
@@ -18878,14 +19009,14 @@ var GetIntegrationDeliverooDetails = class extends import_sdk_js_core92.Abstract
|
|
|
18878
19009
|
};
|
|
18879
19010
|
|
|
18880
19011
|
// src/requests/services/deliveroo/GetIntegrationDeliverooGlobalClientLogRequests.ts
|
|
18881
|
-
var
|
|
19012
|
+
var import_sdk_js_core95 = require("@deliverart/sdk-js-core");
|
|
18882
19013
|
var import_sdk_js_global_types37 = require("@deliverart/sdk-js-global-types");
|
|
18883
19014
|
var getIntegrationDeliverooGlobalClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
18884
19015
|
var getIntegrationDeliverooGlobalClientLogRequestsInputSchema = external_exports.undefined();
|
|
18885
19016
|
var getIntegrationDeliverooGlobalClientLogRequestsResponseSchema = (0, import_sdk_js_global_types37.createPaginatedSchema)(
|
|
18886
19017
|
integrationClientLogRequestSchema
|
|
18887
19018
|
);
|
|
18888
|
-
var GetIntegrationDeliverooGlobalClientLogRequests = class extends
|
|
19019
|
+
var GetIntegrationDeliverooGlobalClientLogRequests = class extends import_sdk_js_core95.AbstractApiRequest {
|
|
18889
19020
|
constructor(options) {
|
|
18890
19021
|
super(void 0, options);
|
|
18891
19022
|
this.method = "GET";
|
|
@@ -18904,7 +19035,7 @@ var GetIntegrationDeliverooGlobalClientLogRequests = class extends import_sdk_js
|
|
|
18904
19035
|
};
|
|
18905
19036
|
|
|
18906
19037
|
// src/requests/services/deliveroo/GetIntegrationDeliverooList.ts
|
|
18907
|
-
var
|
|
19038
|
+
var import_sdk_js_core96 = require("@deliverart/sdk-js-core");
|
|
18908
19039
|
var import_sdk_js_global_types38 = require("@deliverart/sdk-js-global-types");
|
|
18909
19040
|
var getIntegrationDeliverooListQuerySchema = integrationsDeliverooQuerySchema.omit({
|
|
18910
19041
|
service: true
|
|
@@ -18913,7 +19044,7 @@ var getIntegrationDeliverooListResponseSchema = (0, import_sdk_js_global_types38
|
|
|
18913
19044
|
integrationDeliverooSchema
|
|
18914
19045
|
);
|
|
18915
19046
|
var getIntegrationDeliverooListInputSchema = external_exports.undefined();
|
|
18916
|
-
var GetIntegrationDeliverooList = class extends
|
|
19047
|
+
var GetIntegrationDeliverooList = class extends import_sdk_js_core96.AbstractApiRequest {
|
|
18917
19048
|
constructor(options) {
|
|
18918
19049
|
super(void 0, options);
|
|
18919
19050
|
this.method = "GET";
|
|
@@ -18932,11 +19063,11 @@ var GetIntegrationDeliverooList = class extends import_sdk_js_core94.AbstractApi
|
|
|
18932
19063
|
};
|
|
18933
19064
|
|
|
18934
19065
|
// src/requests/services/deliveroo/GetIntegrationDeliverooMenuValidation.ts
|
|
18935
|
-
var
|
|
19066
|
+
var import_sdk_js_core97 = require("@deliverart/sdk-js-core");
|
|
18936
19067
|
var import_sdk_js_global_types39 = require("@deliverart/sdk-js-global-types");
|
|
18937
19068
|
var getIntegrationDeliverooMenuValidationInputSchema = external_exports.undefined();
|
|
18938
19069
|
var getIntegrationDeliverooMenuValidationResponseSchema = import_sdk_js_global_types39.emptyResponseSchema;
|
|
18939
|
-
var GetIntegrationDeliverooMenuValidation = class extends
|
|
19070
|
+
var GetIntegrationDeliverooMenuValidation = class extends import_sdk_js_core97.AbstractApiRequest {
|
|
18940
19071
|
constructor(integrationDeliverooId) {
|
|
18941
19072
|
super(void 0);
|
|
18942
19073
|
this.method = "GET";
|
|
@@ -18954,10 +19085,10 @@ var GetIntegrationDeliverooMenuValidation = class extends import_sdk_js_core95.A
|
|
|
18954
19085
|
};
|
|
18955
19086
|
|
|
18956
19087
|
// src/requests/services/deliveroo/GetIntegrationDeliverooMenuVersionDetails.ts
|
|
18957
|
-
var
|
|
19088
|
+
var import_sdk_js_core98 = require("@deliverart/sdk-js-core");
|
|
18958
19089
|
var getIntegrationDeliverooMenuVersionDetailsInputSchema = external_exports.undefined();
|
|
18959
19090
|
var getIntegrationDeliverooMenuVersionDetailsResponseSchema = menuVersionDetailsSchema;
|
|
18960
|
-
var GetIntegrationDeliverooMenuVersionDetails = class extends
|
|
19091
|
+
var GetIntegrationDeliverooMenuVersionDetails = class extends import_sdk_js_core98.AbstractApiRequest {
|
|
18961
19092
|
constructor(integrationDeliverooId, versionId) {
|
|
18962
19093
|
super(void 0);
|
|
18963
19094
|
this.method = "GET";
|
|
@@ -18976,14 +19107,14 @@ var GetIntegrationDeliverooMenuVersionDetails = class extends import_sdk_js_core
|
|
|
18976
19107
|
};
|
|
18977
19108
|
|
|
18978
19109
|
// src/requests/services/deliveroo/GetIntegrationDeliverooMenuVersions.ts
|
|
18979
|
-
var
|
|
19110
|
+
var import_sdk_js_core99 = require("@deliverart/sdk-js-core");
|
|
18980
19111
|
var import_sdk_js_global_types40 = require("@deliverart/sdk-js-global-types");
|
|
18981
19112
|
var getIntegrationDeliverooMenuVersionsQuerySchema = external_exports.object({
|
|
18982
19113
|
page: external_exports.coerce.number().optional()
|
|
18983
19114
|
});
|
|
18984
19115
|
var getIntegrationDeliverooMenuVersionsInputSchema = external_exports.undefined();
|
|
18985
19116
|
var getIntegrationDeliverooMenuVersionsResponseSchema = (0, import_sdk_js_global_types40.createPaginatedSchema)(menuVersionSchema);
|
|
18986
|
-
var GetIntegrationDeliverooMenuVersions = class extends
|
|
19117
|
+
var GetIntegrationDeliverooMenuVersions = class extends import_sdk_js_core99.AbstractApiRequest {
|
|
18987
19118
|
constructor(integrationDeliverooId, options) {
|
|
18988
19119
|
super(void 0, options);
|
|
18989
19120
|
this.method = "GET";
|
|
@@ -19003,10 +19134,10 @@ var GetIntegrationDeliverooMenuVersions = class extends import_sdk_js_core97.Abs
|
|
|
19003
19134
|
};
|
|
19004
19135
|
|
|
19005
19136
|
// src/requests/services/deliveroo/GetIntegrationDeliverooOrderDetails.ts
|
|
19006
|
-
var
|
|
19137
|
+
var import_sdk_js_core100 = require("@deliverart/sdk-js-core");
|
|
19007
19138
|
var getIntegrationDeliverooOrderDetailsInputSchema = external_exports.undefined();
|
|
19008
19139
|
var getIntegrationDeliverooOrderDetailsResponseSchema = integrationDeliverooOrderDetailsSchema;
|
|
19009
|
-
var GetIntegrationDeliverooOrderDetails = class extends
|
|
19140
|
+
var GetIntegrationDeliverooOrderDetails = class extends import_sdk_js_core100.AbstractApiRequest {
|
|
19010
19141
|
constructor(integrationDeliverooId, orderId) {
|
|
19011
19142
|
super(void 0);
|
|
19012
19143
|
this.method = "GET";
|
|
@@ -19025,14 +19156,14 @@ var GetIntegrationDeliverooOrderDetails = class extends import_sdk_js_core98.Abs
|
|
|
19025
19156
|
};
|
|
19026
19157
|
|
|
19027
19158
|
// src/requests/services/deliveroo/GetIntegrationDeliverooOrders.ts
|
|
19028
|
-
var
|
|
19159
|
+
var import_sdk_js_core101 = require("@deliverart/sdk-js-core");
|
|
19029
19160
|
var import_sdk_js_global_types41 = require("@deliverart/sdk-js-global-types");
|
|
19030
19161
|
var getIntegrationDeliverooOrdersQuerySchema = integrationDeliverooOrdersQuerySchema;
|
|
19031
19162
|
var getIntegrationDeliverooOrdersInputSchema = external_exports.undefined();
|
|
19032
19163
|
var getIntegrationDeliverooOrdersResponseSchema = (0, import_sdk_js_global_types41.createPaginatedSchema)(
|
|
19033
19164
|
integrationDeliverooOrderSchema
|
|
19034
19165
|
);
|
|
19035
|
-
var GetIntegrationDeliverooOrders = class extends
|
|
19166
|
+
var GetIntegrationDeliverooOrders = class extends import_sdk_js_core101.AbstractApiRequest {
|
|
19036
19167
|
constructor(integrationDeliverooId, options) {
|
|
19037
19168
|
super(void 0, options);
|
|
19038
19169
|
this.method = "GET";
|
|
@@ -19052,7 +19183,7 @@ var GetIntegrationDeliverooOrders = class extends import_sdk_js_core99.AbstractA
|
|
|
19052
19183
|
};
|
|
19053
19184
|
|
|
19054
19185
|
// src/requests/services/deliveroo/GetIntegrationDeliverooOrdersFromOrder.ts
|
|
19055
|
-
var
|
|
19186
|
+
var import_sdk_js_core102 = require("@deliverart/sdk-js-core");
|
|
19056
19187
|
var getIntegrationDeliverooOrdersFromOrderQuerySchema = integrationDeliverooOrdersQuerySchema.omit({
|
|
19057
19188
|
page: true
|
|
19058
19189
|
});
|
|
@@ -19060,7 +19191,7 @@ var getIntegrationDeliverooOrdersFromOrderInputSchema = external_exports.undefin
|
|
|
19060
19191
|
var getIntegrationDeliverooOrdersFromOrderResponseSchema = external_exports.array(
|
|
19061
19192
|
integrationDeliverooOrderSchema
|
|
19062
19193
|
);
|
|
19063
|
-
var GetIntegrationDeliverooOrdersFromOrder = class extends
|
|
19194
|
+
var GetIntegrationDeliverooOrdersFromOrder = class extends import_sdk_js_core102.AbstractApiRequest {
|
|
19064
19195
|
constructor(orderId, options) {
|
|
19065
19196
|
super(void 0, options);
|
|
19066
19197
|
this.method = "GET";
|
|
@@ -19080,10 +19211,10 @@ var GetIntegrationDeliverooOrdersFromOrder = class extends import_sdk_js_core100
|
|
|
19080
19211
|
};
|
|
19081
19212
|
|
|
19082
19213
|
// src/requests/services/deliveroo/GetIntegrationDeliverooSiteBrandIds.ts
|
|
19083
|
-
var
|
|
19214
|
+
var import_sdk_js_core103 = require("@deliverart/sdk-js-core");
|
|
19084
19215
|
var getIntegrationDeliverooSiteBrandIdsInputSchema = external_exports.undefined();
|
|
19085
19216
|
var getIntegrationDeliverooSiteBrandIdsResponseSchema = integrationDeliverooDebugSiteBrandIdsResponseSchema;
|
|
19086
|
-
var GetIntegrationDeliverooSiteBrandIds = class extends
|
|
19217
|
+
var GetIntegrationDeliverooSiteBrandIds = class extends import_sdk_js_core103.AbstractApiRequest {
|
|
19087
19218
|
constructor(siteId) {
|
|
19088
19219
|
super(void 0);
|
|
19089
19220
|
this.method = "GET";
|
|
@@ -19101,13 +19232,13 @@ var GetIntegrationDeliverooSiteBrandIds = class extends import_sdk_js_core101.Ab
|
|
|
19101
19232
|
};
|
|
19102
19233
|
|
|
19103
19234
|
// src/requests/services/deliveroo/GetIntegrationDeliverooSiteDaysOff.ts
|
|
19104
|
-
var
|
|
19235
|
+
var import_sdk_js_core104 = require("@deliverart/sdk-js-core");
|
|
19105
19236
|
var getIntegrationDeliverooSiteDaysOffQuerySchema = external_exports.object({
|
|
19106
19237
|
page: external_exports.coerce.number().optional()
|
|
19107
19238
|
});
|
|
19108
19239
|
var getIntegrationDeliverooSiteDaysOffInputSchema = external_exports.undefined();
|
|
19109
19240
|
var getIntegrationDeliverooSiteDaysOffResponseSchema = integrationDeliverooDebugDaysOffResponseSchema;
|
|
19110
|
-
var GetIntegrationDeliverooSiteDaysOff = class extends
|
|
19241
|
+
var GetIntegrationDeliverooSiteDaysOff = class extends import_sdk_js_core104.AbstractApiRequest {
|
|
19111
19242
|
constructor(brandId, siteId, options) {
|
|
19112
19243
|
super(void 0, options);
|
|
19113
19244
|
this.method = "GET";
|
|
@@ -19126,10 +19257,10 @@ var GetIntegrationDeliverooSiteDaysOff = class extends import_sdk_js_core102.Abs
|
|
|
19126
19257
|
};
|
|
19127
19258
|
|
|
19128
19259
|
// src/requests/services/deliveroo/GetIntegrationDeliverooSyncMenuProcessDetails.ts
|
|
19129
|
-
var
|
|
19260
|
+
var import_sdk_js_core105 = require("@deliverart/sdk-js-core");
|
|
19130
19261
|
var getIntegrationDeliverooSyncMenuProcessDetailsInputSchema = external_exports.undefined();
|
|
19131
19262
|
var getIntegrationDeliverooSyncMenuProcessDetailsResponseSchema = integrationDeliverooSyncMenuProcessDetailsSchema;
|
|
19132
|
-
var GetIntegrationDeliverooSyncMenuProcessDetails = class extends
|
|
19263
|
+
var GetIntegrationDeliverooSyncMenuProcessDetails = class extends import_sdk_js_core105.AbstractApiRequest {
|
|
19133
19264
|
constructor(integrationDeliverooId, processId) {
|
|
19134
19265
|
super(void 0);
|
|
19135
19266
|
this.method = "GET";
|
|
@@ -19148,14 +19279,14 @@ var GetIntegrationDeliverooSyncMenuProcessDetails = class extends import_sdk_js_
|
|
|
19148
19279
|
};
|
|
19149
19280
|
|
|
19150
19281
|
// src/requests/services/deliveroo/GetIntegrationDeliverooSyncMenuProcesses.ts
|
|
19151
|
-
var
|
|
19282
|
+
var import_sdk_js_core106 = require("@deliverart/sdk-js-core");
|
|
19152
19283
|
var import_sdk_js_global_types42 = require("@deliverart/sdk-js-global-types");
|
|
19153
19284
|
var getIntegrationDeliverooSyncMenuProcessesQuerySchema = integrationDeliverooSyncMenuProcessesQuerySchema;
|
|
19154
19285
|
var getIntegrationDeliverooSyncMenuProcessesInputSchema = external_exports.undefined();
|
|
19155
19286
|
var getIntegrationDeliverooSyncMenuProcessesResponseSchema = (0, import_sdk_js_global_types42.createPaginatedSchema)(
|
|
19156
19287
|
integrationDeliverooSyncMenuProcessSchema
|
|
19157
19288
|
);
|
|
19158
|
-
var GetIntegrationDeliverooSyncMenuProcesses = class extends
|
|
19289
|
+
var GetIntegrationDeliverooSyncMenuProcesses = class extends import_sdk_js_core106.AbstractApiRequest {
|
|
19159
19290
|
constructor(integrationDeliverooId, options) {
|
|
19160
19291
|
super(void 0, options);
|
|
19161
19292
|
this.method = "GET";
|
|
@@ -19175,10 +19306,10 @@ var GetIntegrationDeliverooSyncMenuProcesses = class extends import_sdk_js_core1
|
|
|
19175
19306
|
};
|
|
19176
19307
|
|
|
19177
19308
|
// src/requests/services/deliveroo/GetIntegrationDeliverooWebhookEventDetails.ts
|
|
19178
|
-
var
|
|
19309
|
+
var import_sdk_js_core107 = require("@deliverart/sdk-js-core");
|
|
19179
19310
|
var getIntegrationDeliverooWebhookEventDetailsInputSchema = external_exports.undefined();
|
|
19180
19311
|
var getIntegrationDeliverooWebhookEventDetailsResponseSchema = integrationDeliverooWebhookEventDetailsSchema;
|
|
19181
|
-
var GetIntegrationDeliverooWebhookEventDetails = class extends
|
|
19312
|
+
var GetIntegrationDeliverooWebhookEventDetails = class extends import_sdk_js_core107.AbstractApiRequest {
|
|
19182
19313
|
constructor(integrationDeliverooId, eventId) {
|
|
19183
19314
|
super(void 0);
|
|
19184
19315
|
this.method = "GET";
|
|
@@ -19197,14 +19328,14 @@ var GetIntegrationDeliverooWebhookEventDetails = class extends import_sdk_js_cor
|
|
|
19197
19328
|
};
|
|
19198
19329
|
|
|
19199
19330
|
// src/requests/services/deliveroo/GetIntegrationDeliverooWebhookEvents.ts
|
|
19200
|
-
var
|
|
19331
|
+
var import_sdk_js_core108 = require("@deliverart/sdk-js-core");
|
|
19201
19332
|
var import_sdk_js_global_types43 = require("@deliverart/sdk-js-global-types");
|
|
19202
19333
|
var getIntegrationDeliverooWebhookEventsQuerySchema = integrationDeliverooWebhookEventsQueryParamsSchema;
|
|
19203
19334
|
var getIntegrationDeliverooWebhookEventsInputSchema = external_exports.undefined();
|
|
19204
19335
|
var getIntegrationDeliverooWebhookEventsResponseSchema = (0, import_sdk_js_global_types43.createPaginatedSchema)(
|
|
19205
19336
|
integrationDeliverooWebhookEventSchema
|
|
19206
19337
|
);
|
|
19207
|
-
var GetIntegrationDeliverooWebhookEvents = class extends
|
|
19338
|
+
var GetIntegrationDeliverooWebhookEvents = class extends import_sdk_js_core108.AbstractApiRequest {
|
|
19208
19339
|
constructor(integrationDeliverooId, options) {
|
|
19209
19340
|
super(void 0, options);
|
|
19210
19341
|
this.method = "GET";
|
|
@@ -19224,20 +19355,23 @@ var GetIntegrationDeliverooWebhookEvents = class extends import_sdk_js_core106.A
|
|
|
19224
19355
|
};
|
|
19225
19356
|
|
|
19226
19357
|
// src/requests/services/deliveroo/GetIntegrationDeliverooWebhookEventsFromOrder.ts
|
|
19227
|
-
var
|
|
19358
|
+
var import_sdk_js_core109 = require("@deliverart/sdk-js-core");
|
|
19359
|
+
var getIntegrationDeliverooWebhookEventsFromOrderQuerySchema = integrationDeliverooWebhookEventsQueryParamsSchema.omit({
|
|
19360
|
+
page: true
|
|
19361
|
+
});
|
|
19228
19362
|
var getIntegrationDeliverooWebhookEventsFromOrderInputSchema = external_exports.undefined();
|
|
19229
19363
|
var getIntegrationDeliverooWebhookEventsFromOrderResponseSchema = external_exports.array(
|
|
19230
19364
|
integrationDeliverooWebhookEventSchema
|
|
19231
19365
|
);
|
|
19232
|
-
var GetIntegrationDeliverooWebhookEventsFromOrder = class extends
|
|
19233
|
-
constructor(orderId) {
|
|
19234
|
-
super(void 0);
|
|
19366
|
+
var GetIntegrationDeliverooWebhookEventsFromOrder = class extends import_sdk_js_core109.AbstractApiRequest {
|
|
19367
|
+
constructor(orderId, options) {
|
|
19368
|
+
super(void 0, options);
|
|
19235
19369
|
this.method = "GET";
|
|
19236
19370
|
this.contentType = "application/json";
|
|
19237
19371
|
this.accept = "application/json";
|
|
19238
19372
|
this.inputSchema = getIntegrationDeliverooWebhookEventsFromOrderInputSchema;
|
|
19239
19373
|
this.outputSchema = getIntegrationDeliverooWebhookEventsFromOrderResponseSchema;
|
|
19240
|
-
this.querySchema =
|
|
19374
|
+
this.querySchema = getIntegrationDeliverooWebhookEventsFromOrderQuerySchema;
|
|
19241
19375
|
this.headersSchema = void 0;
|
|
19242
19376
|
this.listItemSchema = integrationDeliverooWebhookEventSchema;
|
|
19243
19377
|
this.paginationDefaultEnabled = false;
|
|
@@ -19249,12 +19383,12 @@ var GetIntegrationDeliverooWebhookEventsFromOrder = class extends import_sdk_js_
|
|
|
19249
19383
|
};
|
|
19250
19384
|
|
|
19251
19385
|
// src/requests/services/deliveroo/IntegrationDeliverooSyncMenu.ts
|
|
19252
|
-
var
|
|
19386
|
+
var import_sdk_js_core110 = require("@deliverart/sdk-js-core");
|
|
19253
19387
|
var integrationDeliverooSyncMenuInputSchema = external_exports.undefined();
|
|
19254
19388
|
var integrationDeliverooSyncMenuResponseSchema = external_exports.object({
|
|
19255
19389
|
message: external_exports.string()
|
|
19256
19390
|
});
|
|
19257
|
-
var IntegrationDeliverooSyncMenu = class extends
|
|
19391
|
+
var IntegrationDeliverooSyncMenu = class extends import_sdk_js_core110.AbstractApiRequest {
|
|
19258
19392
|
constructor(integrationDeliverooId) {
|
|
19259
19393
|
super(void 0);
|
|
19260
19394
|
this.method = "POST";
|
|
@@ -19272,12 +19406,12 @@ var IntegrationDeliverooSyncMenu = class extends import_sdk_js_core108.AbstractA
|
|
|
19272
19406
|
};
|
|
19273
19407
|
|
|
19274
19408
|
// src/requests/services/deliveroo/IntegrationDeliverooSyncOpeningHours.ts
|
|
19275
|
-
var
|
|
19409
|
+
var import_sdk_js_core111 = require("@deliverart/sdk-js-core");
|
|
19276
19410
|
var integrationDeliverooSyncOpeningHoursInputSchema = external_exports.undefined();
|
|
19277
19411
|
var integrationDeliverooSyncOpeningHoursResponseSchema = external_exports.object({
|
|
19278
19412
|
message: external_exports.string()
|
|
19279
19413
|
});
|
|
19280
|
-
var IntegrationDeliverooSyncOpeningHours = class extends
|
|
19414
|
+
var IntegrationDeliverooSyncOpeningHours = class extends import_sdk_js_core111.AbstractApiRequest {
|
|
19281
19415
|
constructor(integrationDeliverooId) {
|
|
19282
19416
|
super(void 0);
|
|
19283
19417
|
this.method = "POST";
|
|
@@ -19295,10 +19429,10 @@ var IntegrationDeliverooSyncOpeningHours = class extends import_sdk_js_core109.A
|
|
|
19295
19429
|
};
|
|
19296
19430
|
|
|
19297
19431
|
// src/requests/services/deliveroo/UpdateIntegrationDeliveroo.ts
|
|
19298
|
-
var
|
|
19432
|
+
var import_sdk_js_core112 = require("@deliverart/sdk-js-core");
|
|
19299
19433
|
var updateIntegrationDeliverooInputSchema = integrationDeliverooEditableFieldsSchema.partial();
|
|
19300
19434
|
var updateIntegrationDeliverooResponseSchema = integrationDeliverooDetailsSchema;
|
|
19301
|
-
var UpdateIntegrationDeliveroo = class extends
|
|
19435
|
+
var UpdateIntegrationDeliveroo = class extends import_sdk_js_core112.AbstractApiRequest {
|
|
19302
19436
|
constructor(integrationDeliverooId, input) {
|
|
19303
19437
|
super(input);
|
|
19304
19438
|
this.method = "PATCH";
|
|
@@ -19316,13 +19450,13 @@ var UpdateIntegrationDeliveroo = class extends import_sdk_js_core110.AbstractApi
|
|
|
19316
19450
|
};
|
|
19317
19451
|
|
|
19318
19452
|
// src/requests/services/deliveroo/UpdateIntegrationDeliverooSiteStatus.ts
|
|
19319
|
-
var
|
|
19453
|
+
var import_sdk_js_core113 = require("@deliverart/sdk-js-core");
|
|
19320
19454
|
var import_sdk_js_global_types44 = require("@deliverart/sdk-js-global-types");
|
|
19321
19455
|
var updateIntegrationDeliverooSiteStatusInputSchema = external_exports.object({
|
|
19322
19456
|
status: integrationDeliverooSiteStatusSchema
|
|
19323
19457
|
});
|
|
19324
19458
|
var updateIntegrationDeliverooSiteStatusResponseSchema = import_sdk_js_global_types44.emptyResponseSchema;
|
|
19325
|
-
var UpdateIntegrationDeliverooSiteStatus = class extends
|
|
19459
|
+
var UpdateIntegrationDeliverooSiteStatus = class extends import_sdk_js_core113.AbstractApiRequest {
|
|
19326
19460
|
constructor(integrationDeliverooId, input) {
|
|
19327
19461
|
super(input);
|
|
19328
19462
|
this.method = "POST";
|
|
@@ -19340,7 +19474,7 @@ var UpdateIntegrationDeliverooSiteStatus = class extends import_sdk_js_core111.A
|
|
|
19340
19474
|
};
|
|
19341
19475
|
|
|
19342
19476
|
// src/requests/services/ecommerce/CreateIntegrationEcommerce.ts
|
|
19343
|
-
var
|
|
19477
|
+
var import_sdk_js_core114 = require("@deliverart/sdk-js-core");
|
|
19344
19478
|
var import_sdk_js_point_of_sale8 = require("@deliverart/sdk-js-point-of-sale");
|
|
19345
19479
|
var createIntegrationEcommerceInputSchema = integrationEcommerceEditableFieldsSchema.extend(
|
|
19346
19480
|
{
|
|
@@ -19348,7 +19482,7 @@ var createIntegrationEcommerceInputSchema = integrationEcommerceEditableFieldsSc
|
|
|
19348
19482
|
}
|
|
19349
19483
|
);
|
|
19350
19484
|
var createIntegrationEcommerceResponseSchema = integrationEcommerceDetailsSchema;
|
|
19351
|
-
var CreateIntegrationEcommerce = class extends
|
|
19485
|
+
var CreateIntegrationEcommerce = class extends import_sdk_js_core114.AbstractApiRequest {
|
|
19352
19486
|
constructor(input) {
|
|
19353
19487
|
super(input);
|
|
19354
19488
|
this.method = "POST";
|
|
@@ -19365,11 +19499,11 @@ var CreateIntegrationEcommerce = class extends import_sdk_js_core112.AbstractApi
|
|
|
19365
19499
|
};
|
|
19366
19500
|
|
|
19367
19501
|
// src/requests/services/ecommerce/DeleteIntegrationEcommerce.ts
|
|
19368
|
-
var
|
|
19502
|
+
var import_sdk_js_core115 = require("@deliverart/sdk-js-core");
|
|
19369
19503
|
var import_sdk_js_global_types45 = require("@deliverart/sdk-js-global-types");
|
|
19370
19504
|
var deleteIntegrationEcommerceInputSchema = external_exports.undefined();
|
|
19371
19505
|
var deleteIntegrationEcommerceResponseSchema = import_sdk_js_global_types45.emptyResponseSchema;
|
|
19372
|
-
var DeleteIntegrationEcommerce = class extends
|
|
19506
|
+
var DeleteIntegrationEcommerce = class extends import_sdk_js_core115.AbstractApiRequest {
|
|
19373
19507
|
constructor(integrationEcommerceId) {
|
|
19374
19508
|
super(void 0);
|
|
19375
19509
|
this.method = "DELETE";
|
|
@@ -19387,10 +19521,10 @@ var DeleteIntegrationEcommerce = class extends import_sdk_js_core113.AbstractApi
|
|
|
19387
19521
|
};
|
|
19388
19522
|
|
|
19389
19523
|
// src/requests/services/ecommerce/GetIntegrationEcommerceDetails.ts
|
|
19390
|
-
var
|
|
19524
|
+
var import_sdk_js_core116 = require("@deliverart/sdk-js-core");
|
|
19391
19525
|
var getIntegrationEcommerceDetailsInputSchema = external_exports.undefined();
|
|
19392
19526
|
var getIntegrationEcommerceDetailsResponseSchema = integrationEcommerceDetailsSchema;
|
|
19393
|
-
var GetIntegrationEcommerceDetails = class extends
|
|
19527
|
+
var GetIntegrationEcommerceDetails = class extends import_sdk_js_core116.AbstractApiRequest {
|
|
19394
19528
|
constructor(integrationEcommerceId) {
|
|
19395
19529
|
super(void 0);
|
|
19396
19530
|
this.method = "GET";
|
|
@@ -19408,10 +19542,10 @@ var GetIntegrationEcommerceDetails = class extends import_sdk_js_core114.Abstrac
|
|
|
19408
19542
|
};
|
|
19409
19543
|
|
|
19410
19544
|
// src/requests/services/ecommerce/GetIntegrationEcommerceInfo.ts
|
|
19411
|
-
var
|
|
19545
|
+
var import_sdk_js_core117 = require("@deliverart/sdk-js-core");
|
|
19412
19546
|
var getIntegrationEcommerceInfoInputSchema = external_exports.undefined();
|
|
19413
19547
|
var getIntegrationEcommerceInfoResponseSchema = integrationEcommerceInfoSchema;
|
|
19414
|
-
var GetIntegrationEcommerceInfo = class extends
|
|
19548
|
+
var GetIntegrationEcommerceInfo = class extends import_sdk_js_core117.AbstractApiRequest {
|
|
19415
19549
|
constructor(path) {
|
|
19416
19550
|
super(void 0);
|
|
19417
19551
|
this.method = "GET";
|
|
@@ -19429,7 +19563,7 @@ var GetIntegrationEcommerceInfo = class extends import_sdk_js_core115.AbstractAp
|
|
|
19429
19563
|
};
|
|
19430
19564
|
|
|
19431
19565
|
// src/requests/services/ecommerce/GetIntegrationEcommerceList.ts
|
|
19432
|
-
var
|
|
19566
|
+
var import_sdk_js_core118 = require("@deliverart/sdk-js-core");
|
|
19433
19567
|
var import_sdk_js_global_types46 = require("@deliverart/sdk-js-global-types");
|
|
19434
19568
|
var getIntegrationEcommerceListQuerySchema = integrationsEcommerceQuerySchema.omit({
|
|
19435
19569
|
service: true
|
|
@@ -19438,7 +19572,7 @@ var getIntegrationEcommerceListInputSchema = external_exports.undefined();
|
|
|
19438
19572
|
var getIntegrationEcommerceListResponseSchema = (0, import_sdk_js_global_types46.createPaginatedSchema)(
|
|
19439
19573
|
integrationEcommerceSchema
|
|
19440
19574
|
);
|
|
19441
|
-
var GetIntegrationEcommerceList = class extends
|
|
19575
|
+
var GetIntegrationEcommerceList = class extends import_sdk_js_core118.AbstractApiRequest {
|
|
19442
19576
|
constructor(options) {
|
|
19443
19577
|
super(void 0, options);
|
|
19444
19578
|
this.method = "GET";
|
|
@@ -19457,10 +19591,10 @@ var GetIntegrationEcommerceList = class extends import_sdk_js_core116.AbstractAp
|
|
|
19457
19591
|
};
|
|
19458
19592
|
|
|
19459
19593
|
// src/requests/services/ecommerce/UpdateIntegrationEcommerce.ts
|
|
19460
|
-
var
|
|
19594
|
+
var import_sdk_js_core119 = require("@deliverart/sdk-js-core");
|
|
19461
19595
|
var updateIntegrationEcommerceInputSchema = integrationEcommerceEditableFieldsSchema.partial();
|
|
19462
19596
|
var updateIntegrationEcommerceResponseSchema = integrationEcommerceDetailsSchema;
|
|
19463
|
-
var UpdateIntegrationEcommerce = class extends
|
|
19597
|
+
var UpdateIntegrationEcommerce = class extends import_sdk_js_core119.AbstractApiRequest {
|
|
19464
19598
|
constructor(integrationEcommerceId, input) {
|
|
19465
19599
|
super(input);
|
|
19466
19600
|
this.method = "PATCH";
|
|
@@ -19478,13 +19612,13 @@ var UpdateIntegrationEcommerce = class extends import_sdk_js_core117.AbstractApi
|
|
|
19478
19612
|
};
|
|
19479
19613
|
|
|
19480
19614
|
// src/requests/services/glovo/CreateIntegrationGlovo.ts
|
|
19481
|
-
var
|
|
19615
|
+
var import_sdk_js_core120 = require("@deliverart/sdk-js-core");
|
|
19482
19616
|
var import_sdk_js_point_of_sale9 = require("@deliverart/sdk-js-point-of-sale");
|
|
19483
19617
|
var createIntegrationGlovoInputSchema = integrationGlovoEditableFieldsSchema.extend({
|
|
19484
19618
|
pointOfSale: import_sdk_js_point_of_sale9.pointOfSaleIriSchema
|
|
19485
19619
|
});
|
|
19486
19620
|
var createIntegrationGlovoResponseSchema = integrationGlovoDetailsSchema;
|
|
19487
|
-
var CreateIntegrationGlovo = class extends
|
|
19621
|
+
var CreateIntegrationGlovo = class extends import_sdk_js_core120.AbstractApiRequest {
|
|
19488
19622
|
constructor(input) {
|
|
19489
19623
|
super(input);
|
|
19490
19624
|
this.method = "POST";
|
|
@@ -19501,11 +19635,11 @@ var CreateIntegrationGlovo = class extends import_sdk_js_core118.AbstractApiRequ
|
|
|
19501
19635
|
};
|
|
19502
19636
|
|
|
19503
19637
|
// src/requests/services/glovo/DeleteIntegrationGlovo.ts
|
|
19504
|
-
var
|
|
19638
|
+
var import_sdk_js_core121 = require("@deliverart/sdk-js-core");
|
|
19505
19639
|
var import_sdk_js_global_types47 = require("@deliverart/sdk-js-global-types");
|
|
19506
19640
|
var deleteIntegrationGlovoInputSchema = external_exports.undefined();
|
|
19507
19641
|
var deleteIntegrationGlovoResponseSchema = import_sdk_js_global_types47.emptyResponseSchema;
|
|
19508
|
-
var DeleteIntegrationGlovo = class extends
|
|
19642
|
+
var DeleteIntegrationGlovo = class extends import_sdk_js_core121.AbstractApiRequest {
|
|
19509
19643
|
constructor(integrationGlovoId) {
|
|
19510
19644
|
super(void 0);
|
|
19511
19645
|
this.method = "DELETE";
|
|
@@ -19523,10 +19657,10 @@ var DeleteIntegrationGlovo = class extends import_sdk_js_core119.AbstractApiRequ
|
|
|
19523
19657
|
};
|
|
19524
19658
|
|
|
19525
19659
|
// src/requests/services/glovo/GetIntegrationGlovoBulkUpdateDetails.ts
|
|
19526
|
-
var
|
|
19660
|
+
var import_sdk_js_core122 = require("@deliverart/sdk-js-core");
|
|
19527
19661
|
var getIntegrationGlovoBulkUpdateDetailsInputSchema = external_exports.undefined();
|
|
19528
19662
|
var getIntegrationGlovoBulkUpdateDetailsResponseSchema = integrationGlovoBulkUpdateDetailsSchema;
|
|
19529
|
-
var GetIntegrationGlovoBulkUpdateDetails = class extends
|
|
19663
|
+
var GetIntegrationGlovoBulkUpdateDetails = class extends import_sdk_js_core122.AbstractApiRequest {
|
|
19530
19664
|
constructor(integrationGlovoId, bulkUpdateId) {
|
|
19531
19665
|
super(void 0);
|
|
19532
19666
|
this.method = "GET";
|
|
@@ -19545,14 +19679,14 @@ var GetIntegrationGlovoBulkUpdateDetails = class extends import_sdk_js_core120.A
|
|
|
19545
19679
|
};
|
|
19546
19680
|
|
|
19547
19681
|
// src/requests/services/glovo/GetIntegrationGlovoBulkUpdates.ts
|
|
19548
|
-
var
|
|
19682
|
+
var import_sdk_js_core123 = require("@deliverart/sdk-js-core");
|
|
19549
19683
|
var import_sdk_js_global_types48 = require("@deliverart/sdk-js-global-types");
|
|
19550
19684
|
var getIntegrationGlovoBulkUpdatesQuerySchema = integrationGlovoBulkUpdatesQuerySchema;
|
|
19551
19685
|
var getIntegrationGlovoBulkUpdatesInputSchema = external_exports.undefined();
|
|
19552
19686
|
var getIntegrationGlovoBulkUpdatesResponseSchema = (0, import_sdk_js_global_types48.createPaginatedSchema)(
|
|
19553
19687
|
integrationGlovoBulkUpdateSchema
|
|
19554
19688
|
);
|
|
19555
|
-
var GetIntegrationGlovoBulkUpdates = class extends
|
|
19689
|
+
var GetIntegrationGlovoBulkUpdates = class extends import_sdk_js_core123.AbstractApiRequest {
|
|
19556
19690
|
constructor(integrationGlovoId, options) {
|
|
19557
19691
|
super(void 0, options);
|
|
19558
19692
|
this.method = "GET";
|
|
@@ -19572,10 +19706,10 @@ var GetIntegrationGlovoBulkUpdates = class extends import_sdk_js_core121.Abstrac
|
|
|
19572
19706
|
};
|
|
19573
19707
|
|
|
19574
19708
|
// src/requests/services/glovo/GetIntegrationGlovoClientLogRequestDetails.ts
|
|
19575
|
-
var
|
|
19709
|
+
var import_sdk_js_core124 = require("@deliverart/sdk-js-core");
|
|
19576
19710
|
var getIntegrationGlovoClientLogRequestDetailsInputSchema = external_exports.undefined();
|
|
19577
19711
|
var getIntegrationGlovoClientLogRequestDetailsResponseSchema = integrationClientLogRequestDetailsSchema;
|
|
19578
|
-
var GetIntegrationGlovoClientLogRequestDetails = class extends
|
|
19712
|
+
var GetIntegrationGlovoClientLogRequestDetails = class extends import_sdk_js_core124.AbstractApiRequest {
|
|
19579
19713
|
constructor(integrationGlovoId, requestId) {
|
|
19580
19714
|
super(void 0);
|
|
19581
19715
|
this.method = "GET";
|
|
@@ -19594,14 +19728,14 @@ var GetIntegrationGlovoClientLogRequestDetails = class extends import_sdk_js_cor
|
|
|
19594
19728
|
};
|
|
19595
19729
|
|
|
19596
19730
|
// src/requests/services/glovo/GetIntegrationGlovoClientLogRequests.ts
|
|
19597
|
-
var
|
|
19731
|
+
var import_sdk_js_core125 = require("@deliverart/sdk-js-core");
|
|
19598
19732
|
var import_sdk_js_global_types49 = require("@deliverart/sdk-js-global-types");
|
|
19599
19733
|
var getIntegrationGlovoClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
19600
19734
|
var getIntegrationGlovoClientLogRequestsInputSchema = external_exports.undefined();
|
|
19601
19735
|
var getIntegrationGlovoClientLogRequestsResponseSchema = (0, import_sdk_js_global_types49.createPaginatedSchema)(
|
|
19602
19736
|
integrationClientLogRequestSchema
|
|
19603
19737
|
);
|
|
19604
|
-
var GetIntegrationGlovoClientLogRequests = class extends
|
|
19738
|
+
var GetIntegrationGlovoClientLogRequests = class extends import_sdk_js_core125.AbstractApiRequest {
|
|
19605
19739
|
constructor(integrationGlovoId, options) {
|
|
19606
19740
|
super(void 0, options);
|
|
19607
19741
|
this.method = "GET";
|
|
@@ -19620,11 +19754,41 @@ var GetIntegrationGlovoClientLogRequests = class extends import_sdk_js_core123.A
|
|
|
19620
19754
|
}
|
|
19621
19755
|
};
|
|
19622
19756
|
|
|
19757
|
+
// src/requests/services/glovo/GetIntegrationGlovoClientLogRequestsFromOrder.ts
|
|
19758
|
+
var import_sdk_js_core126 = require("@deliverart/sdk-js-core");
|
|
19759
|
+
var getIntegrationGlovoClientLogRequestsFromOrderQuerySchema = clientLogRequestQuerySchema.omit(
|
|
19760
|
+
{
|
|
19761
|
+
page: true
|
|
19762
|
+
}
|
|
19763
|
+
);
|
|
19764
|
+
var getIntegrationGlovoClientLogRequestsFromOrderInputSchema = external_exports.undefined();
|
|
19765
|
+
var getIntegrationGlovoClientLogRequestsFromOrderResponseSchema = external_exports.array(
|
|
19766
|
+
integrationClientLogRequestSchema
|
|
19767
|
+
);
|
|
19768
|
+
var GetIntegrationGlovoClientLogRequestsFromOrder = class extends import_sdk_js_core126.AbstractApiRequest {
|
|
19769
|
+
constructor(orderId, options) {
|
|
19770
|
+
super(void 0, options);
|
|
19771
|
+
this.method = "GET";
|
|
19772
|
+
this.contentType = "application/json";
|
|
19773
|
+
this.accept = "application/json";
|
|
19774
|
+
this.inputSchema = getIntegrationGlovoClientLogRequestsFromOrderInputSchema;
|
|
19775
|
+
this.outputSchema = getIntegrationGlovoClientLogRequestsFromOrderResponseSchema;
|
|
19776
|
+
this.querySchema = getIntegrationGlovoClientLogRequestsFromOrderQuerySchema;
|
|
19777
|
+
this.headersSchema = void 0;
|
|
19778
|
+
this.listItemSchema = integrationClientLogRequestSchema;
|
|
19779
|
+
this.paginationDefaultEnabled = false;
|
|
19780
|
+
this.orderId = orderId;
|
|
19781
|
+
}
|
|
19782
|
+
getPath() {
|
|
19783
|
+
return `/orders/${this.orderId}/glovo_client_log_requests`;
|
|
19784
|
+
}
|
|
19785
|
+
};
|
|
19786
|
+
|
|
19623
19787
|
// src/requests/services/glovo/GetIntegrationGlovoDetails.ts
|
|
19624
|
-
var
|
|
19788
|
+
var import_sdk_js_core127 = require("@deliverart/sdk-js-core");
|
|
19625
19789
|
var getIntegrationGlovoDetailsInputSchema = external_exports.undefined();
|
|
19626
19790
|
var getIntegrationGlovoDetailsResponseSchema = integrationGlovoDetailsSchema;
|
|
19627
|
-
var GetIntegrationGlovoDetails = class extends
|
|
19791
|
+
var GetIntegrationGlovoDetails = class extends import_sdk_js_core127.AbstractApiRequest {
|
|
19628
19792
|
constructor(integrationGlovoId) {
|
|
19629
19793
|
super(void 0);
|
|
19630
19794
|
this.method = "GET";
|
|
@@ -19642,14 +19806,14 @@ var GetIntegrationGlovoDetails = class extends import_sdk_js_core124.AbstractApi
|
|
|
19642
19806
|
};
|
|
19643
19807
|
|
|
19644
19808
|
// src/requests/services/glovo/GetIntegrationGlovoGlobalClientLogRequests.ts
|
|
19645
|
-
var
|
|
19809
|
+
var import_sdk_js_core128 = require("@deliverart/sdk-js-core");
|
|
19646
19810
|
var import_sdk_js_global_types50 = require("@deliverart/sdk-js-global-types");
|
|
19647
19811
|
var getIntegrationGlovoGlobalClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
19648
19812
|
var getIntegrationGlovoGlobalClientLogRequestsInputSchema = external_exports.undefined();
|
|
19649
19813
|
var getIntegrationGlovoGlobalClientLogRequestsResponseSchema = (0, import_sdk_js_global_types50.createPaginatedSchema)(
|
|
19650
19814
|
integrationClientLogRequestSchema
|
|
19651
19815
|
);
|
|
19652
|
-
var GetIntegrationGlovoGlobalClientLogRequests = class extends
|
|
19816
|
+
var GetIntegrationGlovoGlobalClientLogRequests = class extends import_sdk_js_core128.AbstractApiRequest {
|
|
19653
19817
|
constructor(options) {
|
|
19654
19818
|
super(void 0, options);
|
|
19655
19819
|
this.method = "GET";
|
|
@@ -19668,14 +19832,14 @@ var GetIntegrationGlovoGlobalClientLogRequests = class extends import_sdk_js_cor
|
|
|
19668
19832
|
};
|
|
19669
19833
|
|
|
19670
19834
|
// src/requests/services/glovo/GetIntegrationGlovoList.ts
|
|
19671
|
-
var
|
|
19835
|
+
var import_sdk_js_core129 = require("@deliverart/sdk-js-core");
|
|
19672
19836
|
var import_sdk_js_global_types51 = require("@deliverart/sdk-js-global-types");
|
|
19673
19837
|
var getIntegrationGlovoListQuerySchema = integrationsGlovoQuerySchema.omit({
|
|
19674
19838
|
service: true
|
|
19675
19839
|
});
|
|
19676
19840
|
var getIntegrationGlovoListInputSchema = external_exports.undefined();
|
|
19677
19841
|
var getIntegrationGlovoListResponseSchema = (0, import_sdk_js_global_types51.createPaginatedSchema)(integrationGlovoSchema);
|
|
19678
|
-
var GetIntegrationGlovoList = class extends
|
|
19842
|
+
var GetIntegrationGlovoList = class extends import_sdk_js_core129.AbstractApiRequest {
|
|
19679
19843
|
constructor(options) {
|
|
19680
19844
|
super(void 0, options);
|
|
19681
19845
|
this.method = "GET";
|
|
@@ -19694,10 +19858,10 @@ var GetIntegrationGlovoList = class extends import_sdk_js_core126.AbstractApiReq
|
|
|
19694
19858
|
};
|
|
19695
19859
|
|
|
19696
19860
|
// src/requests/services/glovo/GetIntegrationGlovoMenuItemDeltaDetails.ts
|
|
19697
|
-
var
|
|
19861
|
+
var import_sdk_js_core130 = require("@deliverart/sdk-js-core");
|
|
19698
19862
|
var getIntegrationGlovoMenuItemDeltaDetailsInputSchema = external_exports.undefined();
|
|
19699
19863
|
var getIntegrationGlovoMenuItemDeltaDetailsResponseSchema = integrationGlovoMenuItemDeltaDetailsSchema;
|
|
19700
|
-
var GetIntegrationGlovoMenuItemDeltaDetails = class extends
|
|
19864
|
+
var GetIntegrationGlovoMenuItemDeltaDetails = class extends import_sdk_js_core130.AbstractApiRequest {
|
|
19701
19865
|
constructor(integrationGlovoId, deltaId) {
|
|
19702
19866
|
super(void 0);
|
|
19703
19867
|
this.method = "GET";
|
|
@@ -19716,14 +19880,14 @@ var GetIntegrationGlovoMenuItemDeltaDetails = class extends import_sdk_js_core12
|
|
|
19716
19880
|
};
|
|
19717
19881
|
|
|
19718
19882
|
// src/requests/services/glovo/GetIntegrationGlovoMenuItemDeltas.ts
|
|
19719
|
-
var
|
|
19883
|
+
var import_sdk_js_core131 = require("@deliverart/sdk-js-core");
|
|
19720
19884
|
var import_sdk_js_global_types52 = require("@deliverart/sdk-js-global-types");
|
|
19721
19885
|
var getIntegrationGlovoMenuItemDeltasQuerySchema = integrationGlovoMenuItemDeltasQuerySchema;
|
|
19722
19886
|
var getIntegrationGlovoMenuItemDeltasInputSchema = external_exports.undefined();
|
|
19723
19887
|
var getIntegrationGlovoMenuItemDeltasResponseSchema = (0, import_sdk_js_global_types52.createPaginatedSchema)(
|
|
19724
19888
|
integrationGlovoMenuItemDeltaSchema
|
|
19725
19889
|
);
|
|
19726
|
-
var GetIntegrationGlovoMenuItemDeltas = class extends
|
|
19890
|
+
var GetIntegrationGlovoMenuItemDeltas = class extends import_sdk_js_core131.AbstractApiRequest {
|
|
19727
19891
|
constructor(integrationGlovoId, options) {
|
|
19728
19892
|
super(void 0, options);
|
|
19729
19893
|
this.method = "GET";
|
|
@@ -19743,11 +19907,11 @@ var GetIntegrationGlovoMenuItemDeltas = class extends import_sdk_js_core128.Abst
|
|
|
19743
19907
|
};
|
|
19744
19908
|
|
|
19745
19909
|
// src/requests/services/glovo/GetIntegrationGlovoMenuValidation.ts
|
|
19746
|
-
var
|
|
19910
|
+
var import_sdk_js_core132 = require("@deliverart/sdk-js-core");
|
|
19747
19911
|
var import_sdk_js_global_types53 = require("@deliverart/sdk-js-global-types");
|
|
19748
19912
|
var getIntegrationGlovoMenuValidationInputSchema = external_exports.undefined();
|
|
19749
19913
|
var getIntegrationGlovoMenuValidationResponseSchema = import_sdk_js_global_types53.emptyResponseSchema;
|
|
19750
|
-
var GetIntegrationGlovoMenuValidation = class extends
|
|
19914
|
+
var GetIntegrationGlovoMenuValidation = class extends import_sdk_js_core132.AbstractApiRequest {
|
|
19751
19915
|
constructor(integrationGlovoId) {
|
|
19752
19916
|
super(void 0);
|
|
19753
19917
|
this.method = "GET";
|
|
@@ -19765,10 +19929,10 @@ var GetIntegrationGlovoMenuValidation = class extends import_sdk_js_core129.Abst
|
|
|
19765
19929
|
};
|
|
19766
19930
|
|
|
19767
19931
|
// src/requests/services/glovo/GetIntegrationGlovoMenuUpdateDetails.ts
|
|
19768
|
-
var
|
|
19932
|
+
var import_sdk_js_core133 = require("@deliverart/sdk-js-core");
|
|
19769
19933
|
var getIntegrationGlovoMenuUpdateDetailsInputSchema = external_exports.undefined();
|
|
19770
19934
|
var getIntegrationGlovoMenuUpdateDetailsResponseSchema = integrationGlovoMenuUpdateDetailsSchema;
|
|
19771
|
-
var GetIntegrationGlovoMenuUpdateDetails = class extends
|
|
19935
|
+
var GetIntegrationGlovoMenuUpdateDetails = class extends import_sdk_js_core133.AbstractApiRequest {
|
|
19772
19936
|
constructor(integrationGlovoId, processId) {
|
|
19773
19937
|
super(void 0);
|
|
19774
19938
|
this.method = "GET";
|
|
@@ -19787,14 +19951,14 @@ var GetIntegrationGlovoMenuUpdateDetails = class extends import_sdk_js_core130.A
|
|
|
19787
19951
|
};
|
|
19788
19952
|
|
|
19789
19953
|
// src/requests/services/glovo/GetIntegrationGlovoMenuUpdates.ts
|
|
19790
|
-
var
|
|
19954
|
+
var import_sdk_js_core134 = require("@deliverart/sdk-js-core");
|
|
19791
19955
|
var import_sdk_js_global_types54 = require("@deliverart/sdk-js-global-types");
|
|
19792
19956
|
var getIntegrationGlovoMenuUpdatesQuerySchema = integrationGlovoMenuUpdatesQuerySchema;
|
|
19793
19957
|
var getIntegrationGlovoMenuUpdatesInputSchema = external_exports.undefined();
|
|
19794
19958
|
var getIntegrationGlovoMenuUpdatesResponseSchema = (0, import_sdk_js_global_types54.createPaginatedSchema)(
|
|
19795
19959
|
integrationGlovoMenuUpdateSchema
|
|
19796
19960
|
);
|
|
19797
|
-
var GetIntegrationGlovoMenuUpdates = class extends
|
|
19961
|
+
var GetIntegrationGlovoMenuUpdates = class extends import_sdk_js_core134.AbstractApiRequest {
|
|
19798
19962
|
constructor(integrationId, options) {
|
|
19799
19963
|
super(void 0, options);
|
|
19800
19964
|
this.method = "GET";
|
|
@@ -19814,10 +19978,10 @@ var GetIntegrationGlovoMenuUpdates = class extends import_sdk_js_core131.Abstrac
|
|
|
19814
19978
|
};
|
|
19815
19979
|
|
|
19816
19980
|
// src/requests/services/glovo/GetIntegrationGlovoMenuVersionDetails.ts
|
|
19817
|
-
var
|
|
19981
|
+
var import_sdk_js_core135 = require("@deliverart/sdk-js-core");
|
|
19818
19982
|
var getIntegrationGlovoMenuVersionDetailsInputSchema = external_exports.undefined();
|
|
19819
19983
|
var getIntegrationGlovoMenuVersionDetailsResponseSchema = menuVersionDetailsSchema;
|
|
19820
|
-
var GetIntegrationGlovoMenuVersionDetails = class extends
|
|
19984
|
+
var GetIntegrationGlovoMenuVersionDetails = class extends import_sdk_js_core135.AbstractApiRequest {
|
|
19821
19985
|
constructor(integrationGlovoId, versionId) {
|
|
19822
19986
|
super(void 0);
|
|
19823
19987
|
this.method = "GET";
|
|
@@ -19836,14 +20000,14 @@ var GetIntegrationGlovoMenuVersionDetails = class extends import_sdk_js_core132.
|
|
|
19836
20000
|
};
|
|
19837
20001
|
|
|
19838
20002
|
// src/requests/services/glovo/GetIntegrationGlovoMenuVersions.ts
|
|
19839
|
-
var
|
|
20003
|
+
var import_sdk_js_core136 = require("@deliverart/sdk-js-core");
|
|
19840
20004
|
var import_sdk_js_global_types55 = require("@deliverart/sdk-js-global-types");
|
|
19841
20005
|
var getIntegrationGlovoMenuVersionsQuerySchema = external_exports.object({
|
|
19842
20006
|
page: external_exports.coerce.number().optional()
|
|
19843
20007
|
});
|
|
19844
20008
|
var getIntegrationGlovoMenuVersionsInputSchema = external_exports.undefined();
|
|
19845
20009
|
var getIntegrationGlovoMenuVersionsResponseSchema = (0, import_sdk_js_global_types55.createPaginatedSchema)(menuVersionSchema);
|
|
19846
|
-
var GetIntegrationGlovoMenuVersions = class extends
|
|
20010
|
+
var GetIntegrationGlovoMenuVersions = class extends import_sdk_js_core136.AbstractApiRequest {
|
|
19847
20011
|
constructor(integrationGlovoId, options) {
|
|
19848
20012
|
super(void 0, options);
|
|
19849
20013
|
this.method = "GET";
|
|
@@ -19863,10 +20027,10 @@ var GetIntegrationGlovoMenuVersions = class extends import_sdk_js_core133.Abstra
|
|
|
19863
20027
|
};
|
|
19864
20028
|
|
|
19865
20029
|
// src/requests/services/glovo/GetIntegrationGlovoOrderDetails.ts
|
|
19866
|
-
var
|
|
20030
|
+
var import_sdk_js_core137 = require("@deliverart/sdk-js-core");
|
|
19867
20031
|
var getIntegrationGlovoOrderDetailsInputSchema = external_exports.undefined();
|
|
19868
20032
|
var getIntegrationGlovoOrderDetailsResponseSchema = integrationGlovoOrderDetailsSchema;
|
|
19869
|
-
var GetIntegrationGlovoOrderDetails = class extends
|
|
20033
|
+
var GetIntegrationGlovoOrderDetails = class extends import_sdk_js_core137.AbstractApiRequest {
|
|
19870
20034
|
constructor(integrationGlovoId, orderId) {
|
|
19871
20035
|
super(void 0);
|
|
19872
20036
|
this.method = "GET";
|
|
@@ -19885,14 +20049,14 @@ var GetIntegrationGlovoOrderDetails = class extends import_sdk_js_core134.Abstra
|
|
|
19885
20049
|
};
|
|
19886
20050
|
|
|
19887
20051
|
// src/requests/services/glovo/GetIntegrationGlovoOrders.ts
|
|
19888
|
-
var
|
|
20052
|
+
var import_sdk_js_core138 = require("@deliverart/sdk-js-core");
|
|
19889
20053
|
var import_sdk_js_global_types56 = require("@deliverart/sdk-js-global-types");
|
|
19890
20054
|
var getIntegrationGlovoOrdersQuerySchema = integrationGlovoOrdersQuerySchema;
|
|
19891
20055
|
var getIntegrationGlovoOrdersInputSchema = external_exports.undefined();
|
|
19892
20056
|
var getIntegrationGlovoOrdersResponseSchema = (0, import_sdk_js_global_types56.createPaginatedSchema)(
|
|
19893
20057
|
integrationGlovoOrderSchema
|
|
19894
20058
|
);
|
|
19895
|
-
var GetIntegrationGlovoOrders = class extends
|
|
20059
|
+
var GetIntegrationGlovoOrders = class extends import_sdk_js_core138.AbstractApiRequest {
|
|
19896
20060
|
constructor(integrationGlovoId, options) {
|
|
19897
20061
|
super(void 0, options);
|
|
19898
20062
|
this.method = "GET";
|
|
@@ -19912,7 +20076,7 @@ var GetIntegrationGlovoOrders = class extends import_sdk_js_core135.AbstractApiR
|
|
|
19912
20076
|
};
|
|
19913
20077
|
|
|
19914
20078
|
// src/requests/services/glovo/GetIntegrationGlovoOrdersFromOrder.ts
|
|
19915
|
-
var
|
|
20079
|
+
var import_sdk_js_core139 = require("@deliverart/sdk-js-core");
|
|
19916
20080
|
var getIntegrationGlovoOrdersFromOrderQuerySchema = integrationGlovoOrdersQuerySchema.omit(
|
|
19917
20081
|
{
|
|
19918
20082
|
page: true
|
|
@@ -19922,7 +20086,7 @@ var getIntegrationGlovoOrdersFromOrderInputSchema = external_exports.undefined()
|
|
|
19922
20086
|
var getIntegrationGlovoOrdersFromOrderResponseSchema = external_exports.array(
|
|
19923
20087
|
integrationGlovoOrderSchema
|
|
19924
20088
|
);
|
|
19925
|
-
var GetIntegrationGlovoOrdersFromOrder = class extends
|
|
20089
|
+
var GetIntegrationGlovoOrdersFromOrder = class extends import_sdk_js_core139.AbstractApiRequest {
|
|
19926
20090
|
constructor(orderId, options) {
|
|
19927
20091
|
super(void 0, options);
|
|
19928
20092
|
this.method = "GET";
|
|
@@ -19942,10 +20106,10 @@ var GetIntegrationGlovoOrdersFromOrder = class extends import_sdk_js_core136.Abs
|
|
|
19942
20106
|
};
|
|
19943
20107
|
|
|
19944
20108
|
// src/requests/services/glovo/GetIntegrationGlovoSyncStatus.ts
|
|
19945
|
-
var
|
|
20109
|
+
var import_sdk_js_core140 = require("@deliverart/sdk-js-core");
|
|
19946
20110
|
var getIntegrationGlovoSyncStatusInputSchema = external_exports.undefined();
|
|
19947
20111
|
var getIntegrationGlovoSyncStatusResponseSchema = integrationGlovoSyncStatusResponseSchema;
|
|
19948
|
-
var GetIntegrationGlovoSyncStatus = class extends
|
|
20112
|
+
var GetIntegrationGlovoSyncStatus = class extends import_sdk_js_core140.AbstractApiRequest {
|
|
19949
20113
|
constructor(integrationGlovoId) {
|
|
19950
20114
|
super(void 0);
|
|
19951
20115
|
this.method = "GET";
|
|
@@ -19963,10 +20127,10 @@ var GetIntegrationGlovoSyncStatus = class extends import_sdk_js_core137.Abstract
|
|
|
19963
20127
|
};
|
|
19964
20128
|
|
|
19965
20129
|
// src/requests/services/glovo/GetIntegrationGlovoWebhookEventDetails.ts
|
|
19966
|
-
var
|
|
20130
|
+
var import_sdk_js_core141 = require("@deliverart/sdk-js-core");
|
|
19967
20131
|
var getIntegrationGlovoWebhookEventDetailsInputSchema = external_exports.undefined();
|
|
19968
20132
|
var getIntegrationGlovoWebhookEventDetailsResponseSchema = integrationGlovoWebhookEventDetailsSchema;
|
|
19969
|
-
var GetIntegrationGlovoWebhookEventDetails = class extends
|
|
20133
|
+
var GetIntegrationGlovoWebhookEventDetails = class extends import_sdk_js_core141.AbstractApiRequest {
|
|
19970
20134
|
constructor(integrationGlovoId, eventId) {
|
|
19971
20135
|
super(void 0);
|
|
19972
20136
|
this.method = "GET";
|
|
@@ -19985,14 +20149,14 @@ var GetIntegrationGlovoWebhookEventDetails = class extends import_sdk_js_core138
|
|
|
19985
20149
|
};
|
|
19986
20150
|
|
|
19987
20151
|
// src/requests/services/glovo/GetIntegrationGlovoWebhookEvents.ts
|
|
19988
|
-
var
|
|
20152
|
+
var import_sdk_js_core142 = require("@deliverart/sdk-js-core");
|
|
19989
20153
|
var import_sdk_js_global_types57 = require("@deliverart/sdk-js-global-types");
|
|
19990
20154
|
var getIntegrationGlovoWebhookEventsQuerySchema = integrationGlovoWebhookEventsQueryParamsSchema;
|
|
19991
20155
|
var getIntegrationGlovoWebhookEventsInputSchema = external_exports.undefined();
|
|
19992
20156
|
var getIntegrationGlovoWebhookEventsResponseSchema = (0, import_sdk_js_global_types57.createPaginatedSchema)(
|
|
19993
20157
|
integrationGlovoWebhookEventSchema
|
|
19994
20158
|
);
|
|
19995
|
-
var GetIntegrationGlovoWebhookEvents = class extends
|
|
20159
|
+
var GetIntegrationGlovoWebhookEvents = class extends import_sdk_js_core142.AbstractApiRequest {
|
|
19996
20160
|
constructor(integrationGlovoId, options) {
|
|
19997
20161
|
super(void 0, options);
|
|
19998
20162
|
this.method = "GET";
|
|
@@ -20012,20 +20176,23 @@ var GetIntegrationGlovoWebhookEvents = class extends import_sdk_js_core139.Abstr
|
|
|
20012
20176
|
};
|
|
20013
20177
|
|
|
20014
20178
|
// src/requests/services/glovo/GetIntegrationGlovoWebhookEventsFromOrder.ts
|
|
20015
|
-
var
|
|
20179
|
+
var import_sdk_js_core143 = require("@deliverart/sdk-js-core");
|
|
20180
|
+
var getIntegrationGlovoWebhookEventsFromOrderQuerySchema = integrationGlovoWebhookEventsQueryParamsSchema.omit({
|
|
20181
|
+
page: true
|
|
20182
|
+
});
|
|
20016
20183
|
var getIntegrationGlovoWebhookEventsFromOrderInputSchema = external_exports.undefined();
|
|
20017
20184
|
var getIntegrationGlovoWebhookEventsFromOrderResponseSchema = external_exports.array(
|
|
20018
20185
|
integrationGlovoWebhookEventSchema
|
|
20019
20186
|
);
|
|
20020
|
-
var GetIntegrationGlovoWebhookEventsFromOrder = class extends
|
|
20021
|
-
constructor(orderId) {
|
|
20022
|
-
super(void 0);
|
|
20187
|
+
var GetIntegrationGlovoWebhookEventsFromOrder = class extends import_sdk_js_core143.AbstractApiRequest {
|
|
20188
|
+
constructor(orderId, options) {
|
|
20189
|
+
super(void 0, options);
|
|
20023
20190
|
this.method = "GET";
|
|
20024
20191
|
this.contentType = "application/json";
|
|
20025
20192
|
this.accept = "application/json";
|
|
20026
20193
|
this.inputSchema = getIntegrationGlovoWebhookEventsFromOrderInputSchema;
|
|
20027
20194
|
this.outputSchema = getIntegrationGlovoWebhookEventsFromOrderResponseSchema;
|
|
20028
|
-
this.querySchema =
|
|
20195
|
+
this.querySchema = getIntegrationGlovoWebhookEventsFromOrderQuerySchema;
|
|
20029
20196
|
this.headersSchema = void 0;
|
|
20030
20197
|
this.listItemSchema = integrationGlovoWebhookEventSchema;
|
|
20031
20198
|
this.paginationDefaultEnabled = false;
|
|
@@ -20037,12 +20204,12 @@ var GetIntegrationGlovoWebhookEventsFromOrder = class extends import_sdk_js_core
|
|
|
20037
20204
|
};
|
|
20038
20205
|
|
|
20039
20206
|
// src/requests/services/glovo/IntegrationGlovoSyncMenu.ts
|
|
20040
|
-
var
|
|
20207
|
+
var import_sdk_js_core144 = require("@deliverart/sdk-js-core");
|
|
20041
20208
|
var integrationGlovoSyncMenuInputSchema = external_exports.undefined();
|
|
20042
20209
|
var integrationGlovoSyncMenuResponseSchema = external_exports.object({
|
|
20043
20210
|
message: external_exports.string()
|
|
20044
20211
|
});
|
|
20045
|
-
var IntegrationGlovoSyncMenu = class extends
|
|
20212
|
+
var IntegrationGlovoSyncMenu = class extends import_sdk_js_core144.AbstractApiRequest {
|
|
20046
20213
|
constructor(integrationGlovoId) {
|
|
20047
20214
|
super(void 0);
|
|
20048
20215
|
this.method = "POST";
|
|
@@ -20060,10 +20227,10 @@ var IntegrationGlovoSyncMenu = class extends import_sdk_js_core141.AbstractApiRe
|
|
|
20060
20227
|
};
|
|
20061
20228
|
|
|
20062
20229
|
// src/requests/services/glovo/UpdateIntegrationGlovo.ts
|
|
20063
|
-
var
|
|
20230
|
+
var import_sdk_js_core145 = require("@deliverart/sdk-js-core");
|
|
20064
20231
|
var updateIntegrationGlovoInputSchema = integrationGlovoEditableFieldsSchema.partial();
|
|
20065
20232
|
var updateIntegrationGlovoResponseSchema = integrationGlovoDetailsSchema;
|
|
20066
|
-
var UpdateIntegrationGlovo = class extends
|
|
20233
|
+
var UpdateIntegrationGlovo = class extends import_sdk_js_core145.AbstractApiRequest {
|
|
20067
20234
|
constructor(integrationGlovoId, input) {
|
|
20068
20235
|
super(input);
|
|
20069
20236
|
this.method = "PATCH";
|
|
@@ -20081,13 +20248,13 @@ var UpdateIntegrationGlovo = class extends import_sdk_js_core142.AbstractApiRequ
|
|
|
20081
20248
|
};
|
|
20082
20249
|
|
|
20083
20250
|
// src/requests/services/glovo/UpdateIntegrationGlovoStoreStatus.ts
|
|
20084
|
-
var
|
|
20251
|
+
var import_sdk_js_core146 = require("@deliverart/sdk-js-core");
|
|
20085
20252
|
var import_sdk_js_global_types58 = require("@deliverart/sdk-js-global-types");
|
|
20086
20253
|
var updateIntegrationGlovoStoreStatusInputSchema = external_exports.object({
|
|
20087
20254
|
status: integrationGlovoStoreStatusSchema
|
|
20088
20255
|
});
|
|
20089
20256
|
var updateIntegrationGlovoStoreStatusResponseSchema = import_sdk_js_global_types58.emptyResponseSchema;
|
|
20090
|
-
var UpdateIntegrationGlovoStoreStatus = class extends
|
|
20257
|
+
var UpdateIntegrationGlovoStoreStatus = class extends import_sdk_js_core146.AbstractApiRequest {
|
|
20091
20258
|
constructor(integrationGlovoId, input) {
|
|
20092
20259
|
super(input);
|
|
20093
20260
|
this.method = "POST";
|
|
@@ -20105,13 +20272,13 @@ var UpdateIntegrationGlovoStoreStatus = class extends import_sdk_js_core143.Abst
|
|
|
20105
20272
|
};
|
|
20106
20273
|
|
|
20107
20274
|
// src/requests/services/justeat/CreateIntegrationJustEat.ts
|
|
20108
|
-
var
|
|
20275
|
+
var import_sdk_js_core147 = require("@deliverart/sdk-js-core");
|
|
20109
20276
|
var import_sdk_js_point_of_sale10 = require("@deliverart/sdk-js-point-of-sale");
|
|
20110
20277
|
var createIntegrationJustEatInputSchema = integrationJustEatEditableFieldsSchema.extend({
|
|
20111
20278
|
pointOfSale: import_sdk_js_point_of_sale10.pointOfSaleIriSchema
|
|
20112
20279
|
});
|
|
20113
20280
|
var createIntegrationJustEatResponseSchema = integrationJustEatDetailsSchema;
|
|
20114
|
-
var CreateIntegrationJustEat = class extends
|
|
20281
|
+
var CreateIntegrationJustEat = class extends import_sdk_js_core147.AbstractApiRequest {
|
|
20115
20282
|
constructor(input) {
|
|
20116
20283
|
super(input);
|
|
20117
20284
|
this.method = "POST";
|
|
@@ -20128,11 +20295,11 @@ var CreateIntegrationJustEat = class extends import_sdk_js_core144.AbstractApiRe
|
|
|
20128
20295
|
};
|
|
20129
20296
|
|
|
20130
20297
|
// src/requests/services/justeat/DeleteIntegrationJustEat.ts
|
|
20131
|
-
var
|
|
20298
|
+
var import_sdk_js_core148 = require("@deliverart/sdk-js-core");
|
|
20132
20299
|
var import_sdk_js_global_types59 = require("@deliverart/sdk-js-global-types");
|
|
20133
20300
|
var deleteIntegrationJustEatInputSchema = external_exports.undefined();
|
|
20134
20301
|
var deleteIntegrationJustEatResponseSchema = import_sdk_js_global_types59.emptyResponseSchema;
|
|
20135
|
-
var DeleteIntegrationJustEat = class extends
|
|
20302
|
+
var DeleteIntegrationJustEat = class extends import_sdk_js_core148.AbstractApiRequest {
|
|
20136
20303
|
constructor(integrationJustEatId) {
|
|
20137
20304
|
super(void 0);
|
|
20138
20305
|
this.method = "DELETE";
|
|
@@ -20150,10 +20317,10 @@ var DeleteIntegrationJustEat = class extends import_sdk_js_core145.AbstractApiRe
|
|
|
20150
20317
|
};
|
|
20151
20318
|
|
|
20152
20319
|
// src/requests/services/justeat/GetIntegrationJustEatClientLogRequestDetails.ts
|
|
20153
|
-
var
|
|
20320
|
+
var import_sdk_js_core149 = require("@deliverart/sdk-js-core");
|
|
20154
20321
|
var getIntegrationJustEatClientLogRequestDetailsInputSchema = external_exports.undefined();
|
|
20155
20322
|
var getIntegrationJustEatClientLogRequestDetailsResponseSchema = integrationClientLogRequestDetailsSchema;
|
|
20156
|
-
var GetIntegrationJustEatClientLogRequestDetails = class extends
|
|
20323
|
+
var GetIntegrationJustEatClientLogRequestDetails = class extends import_sdk_js_core149.AbstractApiRequest {
|
|
20157
20324
|
constructor(integrationJustEatId, requestId) {
|
|
20158
20325
|
super(void 0);
|
|
20159
20326
|
this.method = "GET";
|
|
@@ -20172,14 +20339,14 @@ var GetIntegrationJustEatClientLogRequestDetails = class extends import_sdk_js_c
|
|
|
20172
20339
|
};
|
|
20173
20340
|
|
|
20174
20341
|
// src/requests/services/justeat/GetIntegrationJustEatClientLogRequests.ts
|
|
20175
|
-
var
|
|
20342
|
+
var import_sdk_js_core150 = require("@deliverart/sdk-js-core");
|
|
20176
20343
|
var import_sdk_js_global_types60 = require("@deliverart/sdk-js-global-types");
|
|
20177
20344
|
var getIntegrationJustEatClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
20178
20345
|
var getIntegrationJustEatClientLogRequestsInputSchema = external_exports.undefined();
|
|
20179
20346
|
var getIntegrationJustEatClientLogRequestsResponseSchema = (0, import_sdk_js_global_types60.createPaginatedSchema)(
|
|
20180
20347
|
integrationClientLogRequestSchema
|
|
20181
20348
|
);
|
|
20182
|
-
var GetIntegrationJustEatClientLogRequests = class extends
|
|
20349
|
+
var GetIntegrationJustEatClientLogRequests = class extends import_sdk_js_core150.AbstractApiRequest {
|
|
20183
20350
|
constructor(integrationJustEatId, options) {
|
|
20184
20351
|
super(void 0, options);
|
|
20185
20352
|
this.method = "GET";
|
|
@@ -20198,11 +20365,39 @@ var GetIntegrationJustEatClientLogRequests = class extends import_sdk_js_core147
|
|
|
20198
20365
|
}
|
|
20199
20366
|
};
|
|
20200
20367
|
|
|
20368
|
+
// src/requests/services/justeat/GetIntegrationJustEatClientLogRequestsFromOrder.ts
|
|
20369
|
+
var import_sdk_js_core151 = require("@deliverart/sdk-js-core");
|
|
20370
|
+
var getIntegrationJustEatClientLogRequestsFromOrderQuerySchema = clientLogRequestQuerySchema.omit({
|
|
20371
|
+
page: true
|
|
20372
|
+
});
|
|
20373
|
+
var getIntegrationJustEatClientLogRequestsFromOrderInputSchema = external_exports.undefined();
|
|
20374
|
+
var getIntegrationJustEatClientLogRequestsFromOrderResponseSchema = external_exports.array(
|
|
20375
|
+
integrationClientLogRequestSchema
|
|
20376
|
+
);
|
|
20377
|
+
var GetIntegrationJustEatClientLogRequestsFromOrder = class extends import_sdk_js_core151.AbstractApiRequest {
|
|
20378
|
+
constructor(orderId, options) {
|
|
20379
|
+
super(void 0, options);
|
|
20380
|
+
this.method = "GET";
|
|
20381
|
+
this.contentType = "application/json";
|
|
20382
|
+
this.accept = "application/json";
|
|
20383
|
+
this.inputSchema = getIntegrationJustEatClientLogRequestsFromOrderInputSchema;
|
|
20384
|
+
this.outputSchema = getIntegrationJustEatClientLogRequestsFromOrderResponseSchema;
|
|
20385
|
+
this.querySchema = getIntegrationJustEatClientLogRequestsFromOrderQuerySchema;
|
|
20386
|
+
this.headersSchema = void 0;
|
|
20387
|
+
this.listItemSchema = integrationClientLogRequestSchema;
|
|
20388
|
+
this.paginationDefaultEnabled = false;
|
|
20389
|
+
this.orderId = orderId;
|
|
20390
|
+
}
|
|
20391
|
+
getPath() {
|
|
20392
|
+
return `/orders/${this.orderId}/justeat_client_log_requests`;
|
|
20393
|
+
}
|
|
20394
|
+
};
|
|
20395
|
+
|
|
20201
20396
|
// src/requests/services/justeat/GetIntegrationJustEatDetails.ts
|
|
20202
|
-
var
|
|
20397
|
+
var import_sdk_js_core152 = require("@deliverart/sdk-js-core");
|
|
20203
20398
|
var getIntegrationJustEatDetailsInputSchema = external_exports.undefined();
|
|
20204
20399
|
var getIntegrationJustEatDetailsResponseSchema = integrationJustEatDetailsSchema;
|
|
20205
|
-
var GetIntegrationJustEatDetails = class extends
|
|
20400
|
+
var GetIntegrationJustEatDetails = class extends import_sdk_js_core152.AbstractApiRequest {
|
|
20206
20401
|
constructor(integrationJustEatId) {
|
|
20207
20402
|
super(void 0);
|
|
20208
20403
|
this.method = "GET";
|
|
@@ -20220,14 +20415,14 @@ var GetIntegrationJustEatDetails = class extends import_sdk_js_core148.AbstractA
|
|
|
20220
20415
|
};
|
|
20221
20416
|
|
|
20222
20417
|
// src/requests/services/justeat/GetIntegrationJustEatGlobalClientLogRequests.ts
|
|
20223
|
-
var
|
|
20418
|
+
var import_sdk_js_core153 = require("@deliverart/sdk-js-core");
|
|
20224
20419
|
var import_sdk_js_global_types61 = require("@deliverart/sdk-js-global-types");
|
|
20225
20420
|
var getIntegrationJustEatGlobalClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
20226
20421
|
var getIntegrationJustEatGlobalClientLogRequestsInputSchema = external_exports.undefined();
|
|
20227
20422
|
var getIntegrationJustEatGlobalClientLogRequestsResponseSchema = (0, import_sdk_js_global_types61.createPaginatedSchema)(
|
|
20228
20423
|
integrationClientLogRequestSchema
|
|
20229
20424
|
);
|
|
20230
|
-
var GetIntegrationJustEatGlobalClientLogRequests = class extends
|
|
20425
|
+
var GetIntegrationJustEatGlobalClientLogRequests = class extends import_sdk_js_core153.AbstractApiRequest {
|
|
20231
20426
|
constructor(options) {
|
|
20232
20427
|
super(void 0, options);
|
|
20233
20428
|
this.method = "GET";
|
|
@@ -20246,14 +20441,14 @@ var GetIntegrationJustEatGlobalClientLogRequests = class extends import_sdk_js_c
|
|
|
20246
20441
|
};
|
|
20247
20442
|
|
|
20248
20443
|
// src/requests/services/justeat/GetIntegrationJustEatList.ts
|
|
20249
|
-
var
|
|
20444
|
+
var import_sdk_js_core154 = require("@deliverart/sdk-js-core");
|
|
20250
20445
|
var import_sdk_js_global_types62 = require("@deliverart/sdk-js-global-types");
|
|
20251
20446
|
var getIntegrationJustEatListQuerySchema = integrationsJustEatQuerySchema.omit({
|
|
20252
20447
|
service: true
|
|
20253
20448
|
});
|
|
20254
20449
|
var getIntegrationJustEatListInputSchema = external_exports.undefined();
|
|
20255
20450
|
var getIntegrationJustEatListResponseSchema = (0, import_sdk_js_global_types62.createPaginatedSchema)(integrationJustEatSchema);
|
|
20256
|
-
var GetIntegrationJustEatList = class extends
|
|
20451
|
+
var GetIntegrationJustEatList = class extends import_sdk_js_core154.AbstractApiRequest {
|
|
20257
20452
|
constructor(options) {
|
|
20258
20453
|
super(void 0, options);
|
|
20259
20454
|
this.method = "GET";
|
|
@@ -20272,11 +20467,11 @@ var GetIntegrationJustEatList = class extends import_sdk_js_core150.AbstractApiR
|
|
|
20272
20467
|
};
|
|
20273
20468
|
|
|
20274
20469
|
// src/requests/services/justeat/GetIntegrationJustEatMenuValidation.ts
|
|
20275
|
-
var
|
|
20470
|
+
var import_sdk_js_core155 = require("@deliverart/sdk-js-core");
|
|
20276
20471
|
var import_sdk_js_global_types63 = require("@deliverart/sdk-js-global-types");
|
|
20277
20472
|
var getIntegrationJustEatMenuValidationInputSchema = external_exports.undefined();
|
|
20278
20473
|
var getIntegrationJustEatMenuValidationResponseSchema = import_sdk_js_global_types63.emptyResponseSchema;
|
|
20279
|
-
var GetIntegrationJustEatMenuValidation = class extends
|
|
20474
|
+
var GetIntegrationJustEatMenuValidation = class extends import_sdk_js_core155.AbstractApiRequest {
|
|
20280
20475
|
constructor(integrationJustEatId, type) {
|
|
20281
20476
|
super(void 0);
|
|
20282
20477
|
this.method = "GET";
|
|
@@ -20295,10 +20490,10 @@ var GetIntegrationJustEatMenuValidation = class extends import_sdk_js_core151.Ab
|
|
|
20295
20490
|
};
|
|
20296
20491
|
|
|
20297
20492
|
// src/requests/services/justeat/GetIntegrationJustEatMenuVersionDetails.ts
|
|
20298
|
-
var
|
|
20493
|
+
var import_sdk_js_core156 = require("@deliverart/sdk-js-core");
|
|
20299
20494
|
var getIntegrationJustEatMenuVersionDetailsInputSchema = external_exports.undefined();
|
|
20300
20495
|
var getIntegrationJustEatMenuVersionDetailsResponseSchema = menuVersionDetailsSchema;
|
|
20301
|
-
var GetIntegrationJustEatMenuVersionDetails = class extends
|
|
20496
|
+
var GetIntegrationJustEatMenuVersionDetails = class extends import_sdk_js_core156.AbstractApiRequest {
|
|
20302
20497
|
constructor(integrationJustEatId, versionId) {
|
|
20303
20498
|
super(void 0);
|
|
20304
20499
|
this.method = "GET";
|
|
@@ -20317,14 +20512,14 @@ var GetIntegrationJustEatMenuVersionDetails = class extends import_sdk_js_core15
|
|
|
20317
20512
|
};
|
|
20318
20513
|
|
|
20319
20514
|
// src/requests/services/justeat/GetIntegrationJustEatMenuVersions.ts
|
|
20320
|
-
var
|
|
20515
|
+
var import_sdk_js_core157 = require("@deliverart/sdk-js-core");
|
|
20321
20516
|
var import_sdk_js_global_types64 = require("@deliverart/sdk-js-global-types");
|
|
20322
20517
|
var getIntegrationJustEatMenuVersionsQuerySchema = external_exports.object({
|
|
20323
20518
|
page: external_exports.coerce.number().optional()
|
|
20324
20519
|
});
|
|
20325
20520
|
var getIntegrationJustEatMenuVersionsInputSchema = external_exports.undefined();
|
|
20326
20521
|
var getIntegrationJustEatMenuVersionsResponseSchema = (0, import_sdk_js_global_types64.createPaginatedSchema)(menuVersionSchema);
|
|
20327
|
-
var GetIntegrationJustEatMenuVersions = class extends
|
|
20522
|
+
var GetIntegrationJustEatMenuVersions = class extends import_sdk_js_core157.AbstractApiRequest {
|
|
20328
20523
|
constructor(integrationJustEatId, options) {
|
|
20329
20524
|
super(void 0, options);
|
|
20330
20525
|
this.method = "GET";
|
|
@@ -20344,10 +20539,10 @@ var GetIntegrationJustEatMenuVersions = class extends import_sdk_js_core153.Abst
|
|
|
20344
20539
|
};
|
|
20345
20540
|
|
|
20346
20541
|
// src/requests/services/justeat/GetIntegrationJustEatOrderDetails.ts
|
|
20347
|
-
var
|
|
20542
|
+
var import_sdk_js_core158 = require("@deliverart/sdk-js-core");
|
|
20348
20543
|
var getIntegrationJustEatOrderDetailsInputSchema = external_exports.undefined();
|
|
20349
20544
|
var getIntegrationJustEatOrderDetailsResponseSchema = integrationJustEatOrderDetailsSchema;
|
|
20350
|
-
var GetIntegrationJustEatOrderDetails = class extends
|
|
20545
|
+
var GetIntegrationJustEatOrderDetails = class extends import_sdk_js_core158.AbstractApiRequest {
|
|
20351
20546
|
constructor(integrationJustEatId, orderId) {
|
|
20352
20547
|
super(void 0);
|
|
20353
20548
|
this.method = "GET";
|
|
@@ -20366,14 +20561,14 @@ var GetIntegrationJustEatOrderDetails = class extends import_sdk_js_core154.Abst
|
|
|
20366
20561
|
};
|
|
20367
20562
|
|
|
20368
20563
|
// src/requests/services/justeat/GetIntegrationJustEatOrders.ts
|
|
20369
|
-
var
|
|
20564
|
+
var import_sdk_js_core159 = require("@deliverart/sdk-js-core");
|
|
20370
20565
|
var import_sdk_js_global_types65 = require("@deliverart/sdk-js-global-types");
|
|
20371
20566
|
var getIntegrationJustEatOrdersQuerySchema = integrationJustEatOrdersQueryParamsSchema;
|
|
20372
20567
|
var getIntegrationJustEatOrdersInputSchema = external_exports.undefined();
|
|
20373
20568
|
var getIntegrationJustEatOrdersResponseSchema = (0, import_sdk_js_global_types65.createPaginatedSchema)(
|
|
20374
20569
|
integrationJustEatOrderSchema
|
|
20375
20570
|
);
|
|
20376
|
-
var GetIntegrationJustEatOrders = class extends
|
|
20571
|
+
var GetIntegrationJustEatOrders = class extends import_sdk_js_core159.AbstractApiRequest {
|
|
20377
20572
|
constructor(integrationJustEatId, options) {
|
|
20378
20573
|
super(void 0, options);
|
|
20379
20574
|
this.method = "GET";
|
|
@@ -20393,7 +20588,7 @@ var GetIntegrationJustEatOrders = class extends import_sdk_js_core155.AbstractAp
|
|
|
20393
20588
|
};
|
|
20394
20589
|
|
|
20395
20590
|
// src/requests/services/justeat/GetIntegrationJustEatOrdersFromOrder.ts
|
|
20396
|
-
var
|
|
20591
|
+
var import_sdk_js_core160 = require("@deliverart/sdk-js-core");
|
|
20397
20592
|
var getIntegrationJustEatOrdersFromOrderQuerySchema = integrationJustEatOrdersQueryParamsSchema.omit({
|
|
20398
20593
|
page: true
|
|
20399
20594
|
});
|
|
@@ -20401,7 +20596,7 @@ var getIntegrationJustEatOrdersFromOrderInputSchema = external_exports.undefined
|
|
|
20401
20596
|
var getIntegrationJustEatOrdersFromOrderResponseSchema = external_exports.array(
|
|
20402
20597
|
integrationJustEatOrderSchema
|
|
20403
20598
|
);
|
|
20404
|
-
var GetIntegrationJustEatOrdersFromOrder = class extends
|
|
20599
|
+
var GetIntegrationJustEatOrdersFromOrder = class extends import_sdk_js_core160.AbstractApiRequest {
|
|
20405
20600
|
constructor(orderId, options) {
|
|
20406
20601
|
super(void 0, options);
|
|
20407
20602
|
this.method = "GET";
|
|
@@ -20421,10 +20616,10 @@ var GetIntegrationJustEatOrdersFromOrder = class extends import_sdk_js_core156.A
|
|
|
20421
20616
|
};
|
|
20422
20617
|
|
|
20423
20618
|
// src/requests/services/justeat/GetIntegrationJustEatSyncMenuProcessDetails.ts
|
|
20424
|
-
var
|
|
20619
|
+
var import_sdk_js_core161 = require("@deliverart/sdk-js-core");
|
|
20425
20620
|
var getIntegrationJustEatSyncMenuProcessDetailsInputSchema = external_exports.undefined();
|
|
20426
20621
|
var getIntegrationJustEatSyncMenuProcessDetailsResponseSchema = integrationJustEatSyncMenuProcessDetailsSchema;
|
|
20427
|
-
var GetIntegrationJustEatSyncMenuProcessDetails = class extends
|
|
20622
|
+
var GetIntegrationJustEatSyncMenuProcessDetails = class extends import_sdk_js_core161.AbstractApiRequest {
|
|
20428
20623
|
constructor(integrationJustEatId, processId) {
|
|
20429
20624
|
super(void 0);
|
|
20430
20625
|
this.method = "GET";
|
|
@@ -20443,14 +20638,14 @@ var GetIntegrationJustEatSyncMenuProcessDetails = class extends import_sdk_js_co
|
|
|
20443
20638
|
};
|
|
20444
20639
|
|
|
20445
20640
|
// src/requests/services/justeat/GetIntegrationJustEatSyncMenuProcesses.ts
|
|
20446
|
-
var
|
|
20641
|
+
var import_sdk_js_core162 = require("@deliverart/sdk-js-core");
|
|
20447
20642
|
var import_sdk_js_global_types66 = require("@deliverart/sdk-js-global-types");
|
|
20448
20643
|
var getIntegrationJustEatSyncMenuProcessesQuerySchema = integrationJustEatSyncMenuProcessesQuerySchema;
|
|
20449
20644
|
var getIntegrationJustEatSyncMenuProcessesInputSchema = external_exports.undefined();
|
|
20450
20645
|
var getIntegrationJustEatSyncMenuProcessesResponseSchema = (0, import_sdk_js_global_types66.createPaginatedSchema)(
|
|
20451
20646
|
integrationJustEatSyncMenuProcessSchema
|
|
20452
20647
|
);
|
|
20453
|
-
var GetIntegrationJustEatSyncMenuProcesses = class extends
|
|
20648
|
+
var GetIntegrationJustEatSyncMenuProcesses = class extends import_sdk_js_core162.AbstractApiRequest {
|
|
20454
20649
|
constructor(integrationJustEatId, options) {
|
|
20455
20650
|
super(void 0, options);
|
|
20456
20651
|
this.method = "GET";
|
|
@@ -20470,12 +20665,12 @@ var GetIntegrationJustEatSyncMenuProcesses = class extends import_sdk_js_core158
|
|
|
20470
20665
|
};
|
|
20471
20666
|
|
|
20472
20667
|
// src/requests/services/justeat/IntegrationJustEatSyncMenu.ts
|
|
20473
|
-
var
|
|
20668
|
+
var import_sdk_js_core163 = require("@deliverart/sdk-js-core");
|
|
20474
20669
|
var integrationJustEatSyncMenuInputSchema = external_exports.undefined();
|
|
20475
20670
|
var integrationJustEatSyncMenuResponseSchema = external_exports.object({
|
|
20476
20671
|
message: external_exports.string()
|
|
20477
20672
|
});
|
|
20478
|
-
var IntegrationJustEatSyncMenu = class extends
|
|
20673
|
+
var IntegrationJustEatSyncMenu = class extends import_sdk_js_core163.AbstractApiRequest {
|
|
20479
20674
|
constructor(integrationJustEatId) {
|
|
20480
20675
|
super(void 0);
|
|
20481
20676
|
this.method = "POST";
|
|
@@ -20493,12 +20688,12 @@ var IntegrationJustEatSyncMenu = class extends import_sdk_js_core159.AbstractApi
|
|
|
20493
20688
|
};
|
|
20494
20689
|
|
|
20495
20690
|
// src/requests/services/justeat/IntegrationJustEatSyncOpeningTimes.ts
|
|
20496
|
-
var
|
|
20691
|
+
var import_sdk_js_core164 = require("@deliverart/sdk-js-core");
|
|
20497
20692
|
var integrationJustEatSyncOpeningHoursInputSchema = external_exports.undefined();
|
|
20498
20693
|
var integrationJustEatSyncOpeningHoursResponseSchema = external_exports.object({
|
|
20499
20694
|
message: external_exports.string()
|
|
20500
20695
|
});
|
|
20501
|
-
var IntegrationJustEatSyncOpeningTimes = class extends
|
|
20696
|
+
var IntegrationJustEatSyncOpeningTimes = class extends import_sdk_js_core164.AbstractApiRequest {
|
|
20502
20697
|
constructor(integrationJustEatId) {
|
|
20503
20698
|
super(void 0);
|
|
20504
20699
|
this.method = "POST";
|
|
@@ -20516,10 +20711,10 @@ var IntegrationJustEatSyncOpeningTimes = class extends import_sdk_js_core160.Abs
|
|
|
20516
20711
|
};
|
|
20517
20712
|
|
|
20518
20713
|
// src/requests/services/justeat/UpdateIntegrationJustEat.ts
|
|
20519
|
-
var
|
|
20714
|
+
var import_sdk_js_core165 = require("@deliverart/sdk-js-core");
|
|
20520
20715
|
var updateIntegrationJustEatInputSchema = integrationJustEatEditableFieldsSchema.partial();
|
|
20521
20716
|
var updateIntegrationJustEatResponseSchema = integrationJustEatDetailsSchema;
|
|
20522
|
-
var UpdateIntegrationJustEat = class extends
|
|
20717
|
+
var UpdateIntegrationJustEat = class extends import_sdk_js_core165.AbstractApiRequest {
|
|
20523
20718
|
constructor(integrationJustEatId, input) {
|
|
20524
20719
|
super(input);
|
|
20525
20720
|
this.method = "PATCH";
|
|
@@ -20537,13 +20732,13 @@ var UpdateIntegrationJustEat = class extends import_sdk_js_core161.AbstractApiRe
|
|
|
20537
20732
|
};
|
|
20538
20733
|
|
|
20539
20734
|
// src/requests/services/justeat/UpdateIntegrationJustEatRestaurantStatus.ts
|
|
20540
|
-
var
|
|
20735
|
+
var import_sdk_js_core166 = require("@deliverart/sdk-js-core");
|
|
20541
20736
|
var import_sdk_js_global_types67 = require("@deliverart/sdk-js-global-types");
|
|
20542
20737
|
var updateIntegrationJustEatRestaurantStatusInputSchema = external_exports.object({
|
|
20543
20738
|
status: integrationJustEatRestaurantStatusSchema
|
|
20544
20739
|
});
|
|
20545
20740
|
var updateIntegrationJustEatRestaurantStatusResponseSchema = import_sdk_js_global_types67.emptyResponseSchema;
|
|
20546
|
-
var UpdateIntegrationJustEatRestaurantStatus = class extends
|
|
20741
|
+
var UpdateIntegrationJustEatRestaurantStatus = class extends import_sdk_js_core166.AbstractApiRequest {
|
|
20547
20742
|
constructor(integrationJustEatId, input) {
|
|
20548
20743
|
super(input);
|
|
20549
20744
|
this.method = "POST";
|
|
@@ -20561,13 +20756,13 @@ var UpdateIntegrationJustEatRestaurantStatus = class extends import_sdk_js_core1
|
|
|
20561
20756
|
};
|
|
20562
20757
|
|
|
20563
20758
|
// src/requests/services/kitchen/CreateIntegrationKitchen.ts
|
|
20564
|
-
var
|
|
20759
|
+
var import_sdk_js_core167 = require("@deliverart/sdk-js-core");
|
|
20565
20760
|
var import_sdk_js_point_of_sale11 = require("@deliverart/sdk-js-point-of-sale");
|
|
20566
20761
|
var createIntegrationKitchenInputSchema = integrationKitchenEditableFieldsSchema.extend({
|
|
20567
20762
|
pointOfSale: import_sdk_js_point_of_sale11.pointOfSaleIriSchema
|
|
20568
20763
|
});
|
|
20569
20764
|
var createIntegrationKitchenResponseSchema = integrationKitchenDetailsSchema;
|
|
20570
|
-
var CreateIntegrationKitchen = class extends
|
|
20765
|
+
var CreateIntegrationKitchen = class extends import_sdk_js_core167.AbstractApiRequest {
|
|
20571
20766
|
constructor(input) {
|
|
20572
20767
|
super(input);
|
|
20573
20768
|
this.method = "POST";
|
|
@@ -20584,10 +20779,10 @@ var CreateIntegrationKitchen = class extends import_sdk_js_core163.AbstractApiRe
|
|
|
20584
20779
|
};
|
|
20585
20780
|
|
|
20586
20781
|
// src/requests/services/kitchen/CreateIntegrationKitchenAccessToken.ts
|
|
20587
|
-
var
|
|
20782
|
+
var import_sdk_js_core168 = require("@deliverart/sdk-js-core");
|
|
20588
20783
|
var createIntegrationKitchenAccessTokenInputSchema = external_exports.undefined();
|
|
20589
20784
|
var createIntegrationKitchenAccessTokenResponseSchema = integrationKitchenAccessTokenDetailsSchema;
|
|
20590
|
-
var CreateIntegrationKitchenAccessToken = class extends
|
|
20785
|
+
var CreateIntegrationKitchenAccessToken = class extends import_sdk_js_core168.AbstractApiRequest {
|
|
20591
20786
|
constructor(integrationKitchenId) {
|
|
20592
20787
|
super(void 0);
|
|
20593
20788
|
this.method = "POST";
|
|
@@ -20605,11 +20800,11 @@ var CreateIntegrationKitchenAccessToken = class extends import_sdk_js_core164.Ab
|
|
|
20605
20800
|
};
|
|
20606
20801
|
|
|
20607
20802
|
// src/requests/services/kitchen/DeleteIntegrationKitchen.ts
|
|
20608
|
-
var
|
|
20803
|
+
var import_sdk_js_core169 = require("@deliverart/sdk-js-core");
|
|
20609
20804
|
var import_sdk_js_global_types68 = require("@deliverart/sdk-js-global-types");
|
|
20610
20805
|
var deleteIntegrationKitchenInputSchema = external_exports.undefined();
|
|
20611
20806
|
var deleteIntegrationKitchenResponseSchema = import_sdk_js_global_types68.emptyResponseSchema;
|
|
20612
|
-
var DeleteIntegrationKitchen = class extends
|
|
20807
|
+
var DeleteIntegrationKitchen = class extends import_sdk_js_core169.AbstractApiRequest {
|
|
20613
20808
|
constructor(integrationKitchenId) {
|
|
20614
20809
|
super(void 0);
|
|
20615
20810
|
this.method = "DELETE";
|
|
@@ -20627,11 +20822,11 @@ var DeleteIntegrationKitchen = class extends import_sdk_js_core165.AbstractApiRe
|
|
|
20627
20822
|
};
|
|
20628
20823
|
|
|
20629
20824
|
// src/requests/services/kitchen/DeleteIntegrationKitchenAccessToken.ts
|
|
20630
|
-
var
|
|
20825
|
+
var import_sdk_js_core170 = require("@deliverart/sdk-js-core");
|
|
20631
20826
|
var import_sdk_js_global_types69 = require("@deliverart/sdk-js-global-types");
|
|
20632
20827
|
var deleteIntegrationKitchenAccessTokenInputSchema = external_exports.undefined();
|
|
20633
20828
|
var deleteIntegrationKitchenAccessTokenResponseSchema = import_sdk_js_global_types69.emptyResponseSchema;
|
|
20634
|
-
var DeleteIntegrationKitchenAccessToken = class extends
|
|
20829
|
+
var DeleteIntegrationKitchenAccessToken = class extends import_sdk_js_core170.AbstractApiRequest {
|
|
20635
20830
|
constructor(integrationKitchenId, integrationKitchenAccessTokenId) {
|
|
20636
20831
|
super(void 0);
|
|
20637
20832
|
this.method = "DELETE";
|
|
@@ -20650,10 +20845,10 @@ var DeleteIntegrationKitchenAccessToken = class extends import_sdk_js_core166.Ab
|
|
|
20650
20845
|
};
|
|
20651
20846
|
|
|
20652
20847
|
// src/requests/services/kitchen/GetIntegrationKitchenAccessTokenDetails.ts
|
|
20653
|
-
var
|
|
20848
|
+
var import_sdk_js_core171 = require("@deliverart/sdk-js-core");
|
|
20654
20849
|
var getIntegrationKitchenAccessTokenDetailsInputSchema = external_exports.undefined();
|
|
20655
20850
|
var getIntegrationKitchenAccessTokenDetailsResponseSchema = integrationKitchenAccessTokenDetailsSchema;
|
|
20656
|
-
var GetIntegrationKitchenAccessTokenDetails = class extends
|
|
20851
|
+
var GetIntegrationKitchenAccessTokenDetails = class extends import_sdk_js_core171.AbstractApiRequest {
|
|
20657
20852
|
constructor(integrationKitchenId, requestId) {
|
|
20658
20853
|
super(void 0);
|
|
20659
20854
|
this.method = "GET";
|
|
@@ -20672,14 +20867,14 @@ var GetIntegrationKitchenAccessTokenDetails = class extends import_sdk_js_core16
|
|
|
20672
20867
|
};
|
|
20673
20868
|
|
|
20674
20869
|
// src/requests/services/kitchen/GetIntegrationKitchenAccessTokens.ts
|
|
20675
|
-
var
|
|
20870
|
+
var import_sdk_js_core172 = require("@deliverart/sdk-js-core");
|
|
20676
20871
|
var import_sdk_js_global_types70 = require("@deliverart/sdk-js-global-types");
|
|
20677
20872
|
var getIntegrationKitchenAccessTokensQuerySchema = integrationKitchenAccessTokensQuerySchema;
|
|
20678
20873
|
var getIntegrationKitchenAccessTokensInputSchema = external_exports.undefined();
|
|
20679
20874
|
var getIntegrationKitchenAccessTokensResponseSchema = (0, import_sdk_js_global_types70.createPaginatedSchema)(
|
|
20680
20875
|
integrationKitchenAccessTokenSchema
|
|
20681
20876
|
);
|
|
20682
|
-
var GetIntegrationKitchenAccessTokens = class extends
|
|
20877
|
+
var GetIntegrationKitchenAccessTokens = class extends import_sdk_js_core172.AbstractApiRequest {
|
|
20683
20878
|
constructor(integrationKitchenId, options) {
|
|
20684
20879
|
super(void 0, options);
|
|
20685
20880
|
this.method = "GET";
|
|
@@ -20699,10 +20894,10 @@ var GetIntegrationKitchenAccessTokens = class extends import_sdk_js_core168.Abst
|
|
|
20699
20894
|
};
|
|
20700
20895
|
|
|
20701
20896
|
// src/requests/services/kitchen/GetIntegrationKitchenDetails.ts
|
|
20702
|
-
var
|
|
20897
|
+
var import_sdk_js_core173 = require("@deliverart/sdk-js-core");
|
|
20703
20898
|
var getIntegrationKitchenDetailsInputSchema = external_exports.undefined();
|
|
20704
20899
|
var getIntegrationKitchenDetailsResponseSchema = integrationKitchenDetailsSchema;
|
|
20705
|
-
var GetIntegrationKitchenDetails = class extends
|
|
20900
|
+
var GetIntegrationKitchenDetails = class extends import_sdk_js_core173.AbstractApiRequest {
|
|
20706
20901
|
constructor(integrationKitchenId) {
|
|
20707
20902
|
super(void 0);
|
|
20708
20903
|
this.method = "GET";
|
|
@@ -20720,14 +20915,14 @@ var GetIntegrationKitchenDetails = class extends import_sdk_js_core169.AbstractA
|
|
|
20720
20915
|
};
|
|
20721
20916
|
|
|
20722
20917
|
// src/requests/services/kitchen/GetIntegrationKitchenList.ts
|
|
20723
|
-
var
|
|
20918
|
+
var import_sdk_js_core174 = require("@deliverart/sdk-js-core");
|
|
20724
20919
|
var import_sdk_js_global_types71 = require("@deliverart/sdk-js-global-types");
|
|
20725
20920
|
var getIntegrationKitchenListQuerySchema = integrationsKitchenQuerySchema.omit({
|
|
20726
20921
|
service: true
|
|
20727
20922
|
});
|
|
20728
20923
|
var getIntegrationKitchenListResponseSchema = (0, import_sdk_js_global_types71.createPaginatedSchema)(integrationKitchenSchema);
|
|
20729
20924
|
var getIntegrationKitchenListInputSchema = external_exports.undefined();
|
|
20730
|
-
var GetIntegrationKitchenList = class extends
|
|
20925
|
+
var GetIntegrationKitchenList = class extends import_sdk_js_core174.AbstractApiRequest {
|
|
20731
20926
|
constructor(options) {
|
|
20732
20927
|
super(void 0, options);
|
|
20733
20928
|
this.method = "GET";
|
|
@@ -20746,10 +20941,10 @@ var GetIntegrationKitchenList = class extends import_sdk_js_core170.AbstractApiR
|
|
|
20746
20941
|
};
|
|
20747
20942
|
|
|
20748
20943
|
// src/requests/services/kitchen/UpdateIntegrationKitchen.ts
|
|
20749
|
-
var
|
|
20944
|
+
var import_sdk_js_core175 = require("@deliverart/sdk-js-core");
|
|
20750
20945
|
var updateIntegrationKitchenInputSchema = integrationKitchenEditableFieldsSchema.partial();
|
|
20751
20946
|
var updateIntegrationKitchenResponseSchema = integrationKitchenDetailsSchema;
|
|
20752
|
-
var UpdateIntegrationKitchen = class extends
|
|
20947
|
+
var UpdateIntegrationKitchen = class extends import_sdk_js_core175.AbstractApiRequest {
|
|
20753
20948
|
constructor(integrationKitchenId, input) {
|
|
20754
20949
|
super(input);
|
|
20755
20950
|
this.method = "PATCH";
|
|
@@ -20767,10 +20962,10 @@ var UpdateIntegrationKitchen = class extends import_sdk_js_core171.AbstractApiRe
|
|
|
20767
20962
|
};
|
|
20768
20963
|
|
|
20769
20964
|
// src/requests/UpdateIntegration.ts
|
|
20770
|
-
var
|
|
20965
|
+
var import_sdk_js_core176 = require("@deliverart/sdk-js-core");
|
|
20771
20966
|
var updateIntegrationInputSchema = writableIntegrationSchema.partial();
|
|
20772
20967
|
var updateIntegrationResponseSchema = integrationDetailsSchema;
|
|
20773
|
-
var UpdateIntegration = class extends
|
|
20968
|
+
var UpdateIntegration = class extends import_sdk_js_core176.AbstractApiRequest {
|
|
20774
20969
|
constructor(integrationId, input) {
|
|
20775
20970
|
super(input);
|
|
20776
20971
|
this.method = "PATCH";
|
|
@@ -20819,6 +21014,7 @@ var UpdateIntegration = class extends import_sdk_js_core172.AbstractApiRequest {
|
|
|
20819
21014
|
GetIntegrationCassaInCloudCategoryMappings,
|
|
20820
21015
|
GetIntegrationCassaInCloudClientLogRequestDetails,
|
|
20821
21016
|
GetIntegrationCassaInCloudClientLogRequests,
|
|
21017
|
+
GetIntegrationCassaInCloudClientLogRequestsFromOrder,
|
|
20822
21018
|
GetIntegrationCassaInCloudComponentMappingDetails,
|
|
20823
21019
|
GetIntegrationCassaInCloudComponentMappings,
|
|
20824
21020
|
GetIntegrationCassaInCloudCustomerMappingDetails,
|
|
@@ -20873,6 +21069,7 @@ var UpdateIntegration = class extends import_sdk_js_core172.AbstractApiRequest {
|
|
|
20873
21069
|
GetIntegrationDeliverooBrands,
|
|
20874
21070
|
GetIntegrationDeliverooClientLogRequestDetails,
|
|
20875
21071
|
GetIntegrationDeliverooClientLogRequests,
|
|
21072
|
+
GetIntegrationDeliverooClientLogRequestsFromOrder,
|
|
20876
21073
|
GetIntegrationDeliverooDetails,
|
|
20877
21074
|
GetIntegrationDeliverooGlobalClientLogRequests,
|
|
20878
21075
|
GetIntegrationDeliverooList,
|
|
@@ -20897,6 +21094,7 @@ var UpdateIntegration = class extends import_sdk_js_core172.AbstractApiRequest {
|
|
|
20897
21094
|
GetIntegrationGlovoBulkUpdates,
|
|
20898
21095
|
GetIntegrationGlovoClientLogRequestDetails,
|
|
20899
21096
|
GetIntegrationGlovoClientLogRequests,
|
|
21097
|
+
GetIntegrationGlovoClientLogRequestsFromOrder,
|
|
20900
21098
|
GetIntegrationGlovoDetails,
|
|
20901
21099
|
GetIntegrationGlovoGlobalClientLogRequests,
|
|
20902
21100
|
GetIntegrationGlovoList,
|
|
@@ -20918,6 +21116,7 @@ var UpdateIntegration = class extends import_sdk_js_core172.AbstractApiRequest {
|
|
|
20918
21116
|
GetIntegrationIssues,
|
|
20919
21117
|
GetIntegrationJustEatClientLogRequestDetails,
|
|
20920
21118
|
GetIntegrationJustEatClientLogRequests,
|
|
21119
|
+
GetIntegrationJustEatClientLogRequestsFromOrder,
|
|
20921
21120
|
GetIntegrationJustEatDetails,
|
|
20922
21121
|
GetIntegrationJustEatGlobalClientLogRequests,
|
|
20923
21122
|
GetIntegrationJustEatList,
|
|
@@ -21033,6 +21232,9 @@ var UpdateIntegration = class extends import_sdk_js_core172.AbstractApiRequest {
|
|
|
21033
21232
|
getIntegrationCassaInCloudCategoryMappingsResponseSchema,
|
|
21034
21233
|
getIntegrationCassaInCloudClientLogRequestDetailsInputSchema,
|
|
21035
21234
|
getIntegrationCassaInCloudClientLogRequestDetailsResponseSchema,
|
|
21235
|
+
getIntegrationCassaInCloudClientLogRequestsFromOrderInputSchema,
|
|
21236
|
+
getIntegrationCassaInCloudClientLogRequestsFromOrderQuerySchema,
|
|
21237
|
+
getIntegrationCassaInCloudClientLogRequestsFromOrderResponseSchema,
|
|
21036
21238
|
getIntegrationCassaInCloudClientLogRequestsInputSchema,
|
|
21037
21239
|
getIntegrationCassaInCloudClientLogRequestsQuerySchema,
|
|
21038
21240
|
getIntegrationCassaInCloudClientLogRequestsResponseSchema,
|
|
@@ -21168,6 +21370,9 @@ var UpdateIntegration = class extends import_sdk_js_core172.AbstractApiRequest {
|
|
|
21168
21370
|
getIntegrationDeliverooBrandsResponseSchema,
|
|
21169
21371
|
getIntegrationDeliverooClientLogRequestDetailsInputSchema,
|
|
21170
21372
|
getIntegrationDeliverooClientLogRequestDetailsResponseSchema,
|
|
21373
|
+
getIntegrationDeliverooClientLogRequestsFromOrderInputSchema,
|
|
21374
|
+
getIntegrationDeliverooClientLogRequestsFromOrderQuerySchema,
|
|
21375
|
+
getIntegrationDeliverooClientLogRequestsFromOrderResponseSchema,
|
|
21171
21376
|
getIntegrationDeliverooClientLogRequestsInputSchema,
|
|
21172
21377
|
getIntegrationDeliverooClientLogRequestsQuerySchema,
|
|
21173
21378
|
getIntegrationDeliverooClientLogRequestsResponseSchema,
|
|
@@ -21207,6 +21412,7 @@ var UpdateIntegration = class extends import_sdk_js_core172.AbstractApiRequest {
|
|
|
21207
21412
|
getIntegrationDeliverooWebhookEventDetailsInputSchema,
|
|
21208
21413
|
getIntegrationDeliverooWebhookEventDetailsResponseSchema,
|
|
21209
21414
|
getIntegrationDeliverooWebhookEventsFromOrderInputSchema,
|
|
21415
|
+
getIntegrationDeliverooWebhookEventsFromOrderQuerySchema,
|
|
21210
21416
|
getIntegrationDeliverooWebhookEventsFromOrderResponseSchema,
|
|
21211
21417
|
getIntegrationDeliverooWebhookEventsInputSchema,
|
|
21212
21418
|
getIntegrationDeliverooWebhookEventsQuerySchema,
|
|
@@ -21227,6 +21433,9 @@ var UpdateIntegration = class extends import_sdk_js_core172.AbstractApiRequest {
|
|
|
21227
21433
|
getIntegrationGlovoBulkUpdatesResponseSchema,
|
|
21228
21434
|
getIntegrationGlovoClientLogRequestDetailsInputSchema,
|
|
21229
21435
|
getIntegrationGlovoClientLogRequestDetailsResponseSchema,
|
|
21436
|
+
getIntegrationGlovoClientLogRequestsFromOrderInputSchema,
|
|
21437
|
+
getIntegrationGlovoClientLogRequestsFromOrderQuerySchema,
|
|
21438
|
+
getIntegrationGlovoClientLogRequestsFromOrderResponseSchema,
|
|
21230
21439
|
getIntegrationGlovoClientLogRequestsInputSchema,
|
|
21231
21440
|
getIntegrationGlovoClientLogRequestsQuerySchema,
|
|
21232
21441
|
getIntegrationGlovoClientLogRequestsResponseSchema,
|
|
@@ -21268,6 +21477,7 @@ var UpdateIntegration = class extends import_sdk_js_core172.AbstractApiRequest {
|
|
|
21268
21477
|
getIntegrationGlovoWebhookEventDetailsInputSchema,
|
|
21269
21478
|
getIntegrationGlovoWebhookEventDetailsResponseSchema,
|
|
21270
21479
|
getIntegrationGlovoWebhookEventsFromOrderInputSchema,
|
|
21480
|
+
getIntegrationGlovoWebhookEventsFromOrderQuerySchema,
|
|
21271
21481
|
getIntegrationGlovoWebhookEventsFromOrderResponseSchema,
|
|
21272
21482
|
getIntegrationGlovoWebhookEventsInputSchema,
|
|
21273
21483
|
getIntegrationGlovoWebhookEventsQuerySchema,
|
|
@@ -21279,6 +21489,9 @@ var UpdateIntegration = class extends import_sdk_js_core172.AbstractApiRequest {
|
|
|
21279
21489
|
getIntegrationIssuesResponseSchema,
|
|
21280
21490
|
getIntegrationJustEatClientLogRequestDetailsInputSchema,
|
|
21281
21491
|
getIntegrationJustEatClientLogRequestDetailsResponseSchema,
|
|
21492
|
+
getIntegrationJustEatClientLogRequestsFromOrderInputSchema,
|
|
21493
|
+
getIntegrationJustEatClientLogRequestsFromOrderQuerySchema,
|
|
21494
|
+
getIntegrationJustEatClientLogRequestsFromOrderResponseSchema,
|
|
21282
21495
|
getIntegrationJustEatClientLogRequestsInputSchema,
|
|
21283
21496
|
getIntegrationJustEatClientLogRequestsQuerySchema,
|
|
21284
21497
|
getIntegrationJustEatClientLogRequestsResponseSchema,
|
|
@@ -21517,6 +21730,10 @@ var UpdateIntegration = class extends import_sdk_js_core172.AbstractApiRequest {
|
|
|
21517
21730
|
integrationDeliveryErrors,
|
|
21518
21731
|
integrationDeliveryProviderCommonSchema,
|
|
21519
21732
|
integrationDetailsFieldsSchema,
|
|
21733
|
+
integrationDetailsIriSchema,
|
|
21734
|
+
integrationDetailsNullableIriSchema,
|
|
21735
|
+
integrationDetailsPathPatterns,
|
|
21736
|
+
integrationDetailsPathSchemas,
|
|
21520
21737
|
integrationDetailsSchema,
|
|
21521
21738
|
integrationEcommerceCompanyInfoSchema,
|
|
21522
21739
|
integrationEcommerceDetailsSchema,
|