@deliverart/sdk-js-integration 2.16.3 → 2.17.0
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 +414 -198
- package/dist/index.d.cts +360 -1
- package/dist/index.d.ts +360 -1
- package/dist/index.js +380 -190
- package/package.json +10 -10
package/dist/index.cjs
CHANGED
|
@@ -23,10 +23,12 @@ __export(index_exports, {
|
|
|
23
23
|
ActivateIntegrationActivationRequest: () => ActivateIntegrationActivationRequest,
|
|
24
24
|
AnnotateIntegrationActivationRequest: () => AnnotateIntegrationActivationRequest,
|
|
25
25
|
CancelIntegrationCancellationRequest: () => CancelIntegrationCancellationRequest,
|
|
26
|
+
CancelIntegrationDeliverooSiteDayOff: () => CancelIntegrationDeliverooSiteDayOff,
|
|
26
27
|
CreateIntegrationActivationRequest: () => CreateIntegrationActivationRequest,
|
|
27
28
|
CreateIntegrationCancellationRequest: () => CreateIntegrationCancellationRequest,
|
|
28
29
|
CreateIntegrationCassaInCloud: () => CreateIntegrationCassaInCloud,
|
|
29
30
|
CreateIntegrationDeliveroo: () => CreateIntegrationDeliveroo,
|
|
31
|
+
CreateIntegrationDeliverooSiteDayOff: () => CreateIntegrationDeliverooSiteDayOff,
|
|
30
32
|
CreateIntegrationEcommerce: () => CreateIntegrationEcommerce,
|
|
31
33
|
CreateIntegrationGlovo: () => CreateIntegrationGlovo,
|
|
32
34
|
CreateIntegrationJustEat: () => CreateIntegrationJustEat,
|
|
@@ -113,6 +115,7 @@ __export(index_exports, {
|
|
|
113
115
|
GetIntegrationDeliverooClientLogRequestsFromOrder: () => GetIntegrationDeliverooClientLogRequestsFromOrder,
|
|
114
116
|
GetIntegrationDeliverooDetails: () => GetIntegrationDeliverooDetails,
|
|
115
117
|
GetIntegrationDeliverooGlobalClientLogRequests: () => GetIntegrationDeliverooGlobalClientLogRequests,
|
|
118
|
+
GetIntegrationDeliverooIntegrationSiteDaysOff: () => GetIntegrationDeliverooIntegrationSiteDaysOff,
|
|
116
119
|
GetIntegrationDeliverooList: () => GetIntegrationDeliverooList,
|
|
117
120
|
GetIntegrationDeliverooMenuValidation: () => GetIntegrationDeliverooMenuValidation,
|
|
118
121
|
GetIntegrationDeliverooMenuVersionDetails: () => GetIntegrationDeliverooMenuVersionDetails,
|
|
@@ -161,6 +164,8 @@ __export(index_exports, {
|
|
|
161
164
|
GetIntegrationJustEatDetails: () => GetIntegrationJustEatDetails,
|
|
162
165
|
GetIntegrationJustEatGlobalClientLogRequests: () => GetIntegrationJustEatGlobalClientLogRequests,
|
|
163
166
|
GetIntegrationJustEatList: () => GetIntegrationJustEatList,
|
|
167
|
+
GetIntegrationJustEatMenuItemAvailabilityDeltaDetails: () => GetIntegrationJustEatMenuItemAvailabilityDeltaDetails,
|
|
168
|
+
GetIntegrationJustEatMenuItemAvailabilityDeltas: () => GetIntegrationJustEatMenuItemAvailabilityDeltas,
|
|
164
169
|
GetIntegrationJustEatMenuValidation: () => GetIntegrationJustEatMenuValidation,
|
|
165
170
|
GetIntegrationJustEatMenuVersionDetails: () => GetIntegrationJustEatMenuVersionDetails,
|
|
166
171
|
GetIntegrationJustEatMenuVersions: () => GetIntegrationJustEatMenuVersions,
|
|
@@ -193,6 +198,7 @@ __export(index_exports, {
|
|
|
193
198
|
UpdateIntegrationActivationRequest: () => UpdateIntegrationActivationRequest,
|
|
194
199
|
UpdateIntegrationCassaInCloud: () => UpdateIntegrationCassaInCloud,
|
|
195
200
|
UpdateIntegrationDeliveroo: () => UpdateIntegrationDeliveroo,
|
|
201
|
+
UpdateIntegrationDeliverooSiteDayOff: () => UpdateIntegrationDeliverooSiteDayOff,
|
|
196
202
|
UpdateIntegrationDeliverooSiteStatus: () => UpdateIntegrationDeliverooSiteStatus,
|
|
197
203
|
UpdateIntegrationEcommerce: () => UpdateIntegrationEcommerce,
|
|
198
204
|
UpdateIntegrationGlovo: () => UpdateIntegrationGlovo,
|
|
@@ -212,6 +218,8 @@ __export(index_exports, {
|
|
|
212
218
|
annotateIntegrationActivationRequestResponseSchema: () => annotateIntegrationActivationRequestResponseSchema,
|
|
213
219
|
cancelIntegrationCancellationRequestInputSchema: () => cancelIntegrationCancellationRequestInputSchema,
|
|
214
220
|
cancelIntegrationCancellationRequestResponseSchema: () => cancelIntegrationCancellationRequestResponseSchema,
|
|
221
|
+
cancelIntegrationDeliverooSiteDayOffInputSchema: () => cancelIntegrationDeliverooSiteDayOffInputSchema,
|
|
222
|
+
cancelIntegrationDeliverooSiteDayOffResponseSchema: () => cancelIntegrationDeliverooSiteDayOffResponseSchema,
|
|
215
223
|
clientLogRequestQuerySchema: () => clientLogRequestQuerySchema,
|
|
216
224
|
createIntegrationActivationRequestInputSchema: () => createIntegrationActivationRequestInputSchema,
|
|
217
225
|
createIntegrationActivationRequestResponseSchema: () => createIntegrationActivationRequestResponseSchema,
|
|
@@ -221,6 +229,8 @@ __export(index_exports, {
|
|
|
221
229
|
createIntegrationCassaInCloudResponseSchema: () => createIntegrationCassaInCloudResponseSchema,
|
|
222
230
|
createIntegrationDeliverooInputSchema: () => createIntegrationDeliverooInputSchema,
|
|
223
231
|
createIntegrationDeliverooResponseSchema: () => createIntegrationDeliverooResponseSchema,
|
|
232
|
+
createIntegrationDeliverooSiteDayOffInputSchema: () => createIntegrationDeliverooSiteDayOffInputSchema,
|
|
233
|
+
createIntegrationDeliverooSiteDayOffResponseSchema: () => createIntegrationDeliverooSiteDayOffResponseSchema,
|
|
224
234
|
createIntegrationEcommerceInputSchema: () => createIntegrationEcommerceInputSchema,
|
|
225
235
|
createIntegrationEcommerceResponseSchema: () => createIntegrationEcommerceResponseSchema,
|
|
226
236
|
createIntegrationGlovoInputSchema: () => createIntegrationGlovoInputSchema,
|
|
@@ -434,6 +444,9 @@ __export(index_exports, {
|
|
|
434
444
|
getIntegrationDeliverooGlobalClientLogRequestsInputSchema: () => getIntegrationDeliverooGlobalClientLogRequestsInputSchema,
|
|
435
445
|
getIntegrationDeliverooGlobalClientLogRequestsQuerySchema: () => getIntegrationDeliverooGlobalClientLogRequestsQuerySchema,
|
|
436
446
|
getIntegrationDeliverooGlobalClientLogRequestsResponseSchema: () => getIntegrationDeliverooGlobalClientLogRequestsResponseSchema,
|
|
447
|
+
getIntegrationDeliverooIntegrationSiteDaysOffInputSchema: () => getIntegrationDeliverooIntegrationSiteDaysOffInputSchema,
|
|
448
|
+
getIntegrationDeliverooIntegrationSiteDaysOffQuerySchema: () => getIntegrationDeliverooIntegrationSiteDaysOffQuerySchema,
|
|
449
|
+
getIntegrationDeliverooIntegrationSiteDaysOffResponseSchema: () => getIntegrationDeliverooIntegrationSiteDaysOffResponseSchema,
|
|
437
450
|
getIntegrationDeliverooListInputSchema: () => getIntegrationDeliverooListInputSchema,
|
|
438
451
|
getIntegrationDeliverooListQuerySchema: () => getIntegrationDeliverooListQuerySchema,
|
|
439
452
|
getIntegrationDeliverooListResponseSchema: () => getIntegrationDeliverooListResponseSchema,
|
|
@@ -556,6 +569,11 @@ __export(index_exports, {
|
|
|
556
569
|
getIntegrationJustEatListInputSchema: () => getIntegrationJustEatListInputSchema,
|
|
557
570
|
getIntegrationJustEatListQuerySchema: () => getIntegrationJustEatListQuerySchema,
|
|
558
571
|
getIntegrationJustEatListResponseSchema: () => getIntegrationJustEatListResponseSchema,
|
|
572
|
+
getIntegrationJustEatMenuItemAvailabilityDeltaDetailsInputSchema: () => getIntegrationJustEatMenuItemAvailabilityDeltaDetailsInputSchema,
|
|
573
|
+
getIntegrationJustEatMenuItemAvailabilityDeltaDetailsResponseSchema: () => getIntegrationJustEatMenuItemAvailabilityDeltaDetailsResponseSchema,
|
|
574
|
+
getIntegrationJustEatMenuItemAvailabilityDeltasInputSchema: () => getIntegrationJustEatMenuItemAvailabilityDeltasInputSchema,
|
|
575
|
+
getIntegrationJustEatMenuItemAvailabilityDeltasQuerySchema: () => getIntegrationJustEatMenuItemAvailabilityDeltasQuerySchema,
|
|
576
|
+
getIntegrationJustEatMenuItemAvailabilityDeltasResponseSchema: () => getIntegrationJustEatMenuItemAvailabilityDeltasResponseSchema,
|
|
559
577
|
getIntegrationJustEatMenuValidationInputSchema: () => getIntegrationJustEatMenuValidationInputSchema,
|
|
560
578
|
getIntegrationJustEatMenuValidationResponseSchema: () => getIntegrationJustEatMenuValidationResponseSchema,
|
|
561
579
|
getIntegrationJustEatMenuVersionDetailsInputSchema: () => getIntegrationJustEatMenuVersionDetailsInputSchema,
|
|
@@ -768,6 +786,9 @@ __export(index_exports, {
|
|
|
768
786
|
integrationDeliverooOrderSchema: () => integrationDeliverooOrderSchema,
|
|
769
787
|
integrationDeliverooOrdersQuerySchema: () => integrationDeliverooOrdersQuerySchema,
|
|
770
788
|
integrationDeliverooSchema: () => integrationDeliverooSchema,
|
|
789
|
+
integrationDeliverooSiteDayOffInputSchema: () => integrationDeliverooSiteDayOffInputSchema,
|
|
790
|
+
integrationDeliverooSiteDayOffResponseSchema: () => integrationDeliverooSiteDayOffResponseSchema,
|
|
791
|
+
integrationDeliverooSiteDaysOffResponseSchema: () => integrationDeliverooSiteDaysOffResponseSchema,
|
|
771
792
|
integrationDeliverooSiteStatusSchema: () => integrationDeliverooSiteStatusSchema,
|
|
772
793
|
integrationDeliverooSiteStatuses: () => integrationDeliverooSiteStatuses,
|
|
773
794
|
integrationDeliverooSyncMenuInputSchema: () => integrationDeliverooSyncMenuInputSchema,
|
|
@@ -860,6 +881,9 @@ __export(index_exports, {
|
|
|
860
881
|
integrationJustEatDetailsSchema: () => integrationJustEatDetailsSchema,
|
|
861
882
|
integrationJustEatEditableFieldsSchema: () => integrationJustEatEditableFieldsSchema,
|
|
862
883
|
integrationJustEatIriSchema: () => integrationJustEatIriSchema,
|
|
884
|
+
integrationJustEatMenuItemAvailabilityDeltaDetailsSchema: () => integrationJustEatMenuItemAvailabilityDeltaDetailsSchema,
|
|
885
|
+
integrationJustEatMenuItemAvailabilityDeltaSchema: () => integrationJustEatMenuItemAvailabilityDeltaSchema,
|
|
886
|
+
integrationJustEatMenuItemAvailabilityDeltasQuerySchema: () => integrationJustEatMenuItemAvailabilityDeltasQuerySchema,
|
|
863
887
|
integrationJustEatMenuTypeSchema: () => integrationJustEatMenuTypeSchema,
|
|
864
888
|
integrationJustEatMenuTypes: () => integrationJustEatMenuTypes,
|
|
865
889
|
integrationJustEatMenuValidationQuerySchema: () => integrationJustEatMenuValidationQuerySchema,
|
|
@@ -926,6 +950,8 @@ __export(index_exports, {
|
|
|
926
950
|
updateIntegrationCassaInCloudResponseSchema: () => updateIntegrationCassaInCloudResponseSchema,
|
|
927
951
|
updateIntegrationDeliverooInputSchema: () => updateIntegrationDeliverooInputSchema,
|
|
928
952
|
updateIntegrationDeliverooResponseSchema: () => updateIntegrationDeliverooResponseSchema,
|
|
953
|
+
updateIntegrationDeliverooSiteDayOffInputSchema: () => updateIntegrationDeliverooSiteDayOffInputSchema,
|
|
954
|
+
updateIntegrationDeliverooSiteDayOffResponseSchema: () => updateIntegrationDeliverooSiteDayOffResponseSchema,
|
|
929
955
|
updateIntegrationDeliverooSiteStatusInputSchema: () => updateIntegrationDeliverooSiteStatusInputSchema,
|
|
930
956
|
updateIntegrationDeliverooSiteStatusResponseSchema: () => updateIntegrationDeliverooSiteStatusResponseSchema,
|
|
931
957
|
updateIntegrationEcommerceInputSchema: () => updateIntegrationEcommerceInputSchema,
|
|
@@ -16184,6 +16210,16 @@ var integrationDeliverooDebugDaysOffResponseSchema = external_exports.object({
|
|
|
16184
16210
|
page: integrationDeliverooDebugPageSchema,
|
|
16185
16211
|
daysOff: external_exports.array(integrationDeliverooDebugDayOffSchema)
|
|
16186
16212
|
});
|
|
16213
|
+
var integrationDeliverooSiteDayOffInputSchema = external_exports.object({
|
|
16214
|
+
localStartTime: external_exports.string(),
|
|
16215
|
+
localEndTime: external_exports.string()
|
|
16216
|
+
});
|
|
16217
|
+
var integrationDeliverooSiteDayOffResponseSchema = integrationDeliverooDebugDayOffSchema;
|
|
16218
|
+
var integrationDeliverooSiteDaysOffResponseSchema = external_exports.object({
|
|
16219
|
+
count: external_exports.coerce.number().nonnegative(),
|
|
16220
|
+
page: integrationDeliverooDebugPageSchema,
|
|
16221
|
+
daysOff: external_exports.array(integrationDeliverooDebugDayOffSchema)
|
|
16222
|
+
});
|
|
16187
16223
|
|
|
16188
16224
|
// src/service-schemas/ecommerce.ts
|
|
16189
16225
|
var import_sdk_js_global_types8 = require("@deliverart/sdk-js-global-types");
|
|
@@ -16592,6 +16628,24 @@ var integrationJustEatSyncMenuProcessesQuerySchema = external_exports.object({
|
|
|
16592
16628
|
"order[createdAt]": import_sdk_js_global_types10.sortDirSchema.optional(),
|
|
16593
16629
|
page: external_exports.coerce.number().optional()
|
|
16594
16630
|
});
|
|
16631
|
+
var integrationJustEatMenuItemAvailabilityDeltaSchema = external_exports.object({
|
|
16632
|
+
id: external_exports.string(),
|
|
16633
|
+
menuItemId: external_exports.string(),
|
|
16634
|
+
attempts: external_exports.coerce.number().int().nonnegative(),
|
|
16635
|
+
createdAt: import_sdk_js_global_types10.datetimeSchema,
|
|
16636
|
+
updatedAt: import_sdk_js_global_types10.datetimeSchema
|
|
16637
|
+
});
|
|
16638
|
+
var integrationJustEatMenuItemAvailabilityDeltaDetailsSchema = integrationJustEatMenuItemAvailabilityDeltaSchema.extend({
|
|
16639
|
+
integration: integrationJustEatIriSchema
|
|
16640
|
+
});
|
|
16641
|
+
var integrationJustEatMenuItemAvailabilityDeltasQuerySchema = external_exports.object({
|
|
16642
|
+
"order[createdAt]": import_sdk_js_global_types10.sortDirSchema.optional(),
|
|
16643
|
+
"order[updatedAt]": import_sdk_js_global_types10.sortDirSchema.optional(),
|
|
16644
|
+
"order[attempts]": import_sdk_js_global_types10.sortDirSchema.optional(),
|
|
16645
|
+
id: external_exports.union([external_exports.string(), external_exports.array(external_exports.string())]).optional(),
|
|
16646
|
+
menuItemId: external_exports.union([external_exports.string(), external_exports.array(external_exports.string())]).optional(),
|
|
16647
|
+
page: external_exports.coerce.number().optional()
|
|
16648
|
+
});
|
|
16595
16649
|
var integrationJustEatOrderSchema = external_exports.object({
|
|
16596
16650
|
id: external_exports.string(),
|
|
16597
16651
|
order: import_sdk_js_order4.orderNullableIriSchema,
|
|
@@ -18987,14 +19041,36 @@ var UpdateIntegrationCassaInCloud = class extends import_sdk_js_core90.AbstractA
|
|
|
18987
19041
|
}
|
|
18988
19042
|
};
|
|
18989
19043
|
|
|
18990
|
-
// src/requests/services/deliveroo/
|
|
19044
|
+
// src/requests/services/deliveroo/CancelIntegrationDeliverooSiteDayOff.ts
|
|
18991
19045
|
var import_sdk_js_core91 = require("@deliverart/sdk-js-core");
|
|
19046
|
+
var cancelIntegrationDeliverooSiteDayOffInputSchema = external_exports.undefined();
|
|
19047
|
+
var cancelIntegrationDeliverooSiteDayOffResponseSchema = integrationDeliverooSiteDayOffResponseSchema;
|
|
19048
|
+
var CancelIntegrationDeliverooSiteDayOff = class extends import_sdk_js_core91.AbstractApiRequest {
|
|
19049
|
+
constructor(integrationDeliverooId, dayOffId) {
|
|
19050
|
+
super(void 0);
|
|
19051
|
+
this.method = "DELETE";
|
|
19052
|
+
this.contentType = "application/json";
|
|
19053
|
+
this.accept = "application/json";
|
|
19054
|
+
this.inputSchema = cancelIntegrationDeliverooSiteDayOffInputSchema;
|
|
19055
|
+
this.outputSchema = cancelIntegrationDeliverooSiteDayOffResponseSchema;
|
|
19056
|
+
this.querySchema = void 0;
|
|
19057
|
+
this.headersSchema = void 0;
|
|
19058
|
+
this.integrationDeliverooId = integrationDeliverooId;
|
|
19059
|
+
this.dayOffId = dayOffId;
|
|
19060
|
+
}
|
|
19061
|
+
getPath() {
|
|
19062
|
+
return `/integrations/deliveroo/${this.integrationDeliverooId}/site/days_off/${this.dayOffId}`;
|
|
19063
|
+
}
|
|
19064
|
+
};
|
|
19065
|
+
|
|
19066
|
+
// src/requests/services/deliveroo/CreateIntegrationDeliveroo.ts
|
|
19067
|
+
var import_sdk_js_core92 = require("@deliverart/sdk-js-core");
|
|
18992
19068
|
var import_sdk_js_point_of_sale7 = require("@deliverart/sdk-js-point-of-sale");
|
|
18993
19069
|
var createIntegrationDeliverooInputSchema = integrationDeliverooEditableFieldsSchema.extend({
|
|
18994
19070
|
pointOfSale: import_sdk_js_point_of_sale7.pointOfSaleIriSchema
|
|
18995
19071
|
});
|
|
18996
19072
|
var createIntegrationDeliverooResponseSchema = integrationDeliverooDetailsSchema;
|
|
18997
|
-
var CreateIntegrationDeliveroo = class extends
|
|
19073
|
+
var CreateIntegrationDeliveroo = class extends import_sdk_js_core92.AbstractApiRequest {
|
|
18998
19074
|
constructor(input) {
|
|
18999
19075
|
super(input);
|
|
19000
19076
|
this.method = "POST";
|
|
@@ -19010,12 +19086,33 @@ var CreateIntegrationDeliveroo = class extends import_sdk_js_core91.AbstractApiR
|
|
|
19010
19086
|
}
|
|
19011
19087
|
};
|
|
19012
19088
|
|
|
19089
|
+
// src/requests/services/deliveroo/CreateIntegrationDeliverooSiteDayOff.ts
|
|
19090
|
+
var import_sdk_js_core93 = require("@deliverart/sdk-js-core");
|
|
19091
|
+
var createIntegrationDeliverooSiteDayOffInputSchema = integrationDeliverooSiteDayOffInputSchema;
|
|
19092
|
+
var createIntegrationDeliverooSiteDayOffResponseSchema = integrationDeliverooSiteDayOffResponseSchema;
|
|
19093
|
+
var CreateIntegrationDeliverooSiteDayOff = class extends import_sdk_js_core93.AbstractApiRequest {
|
|
19094
|
+
constructor(integrationDeliverooId, input) {
|
|
19095
|
+
super(input);
|
|
19096
|
+
this.method = "POST";
|
|
19097
|
+
this.contentType = "application/json";
|
|
19098
|
+
this.accept = "application/json";
|
|
19099
|
+
this.inputSchema = createIntegrationDeliverooSiteDayOffInputSchema;
|
|
19100
|
+
this.outputSchema = createIntegrationDeliverooSiteDayOffResponseSchema;
|
|
19101
|
+
this.querySchema = void 0;
|
|
19102
|
+
this.headersSchema = void 0;
|
|
19103
|
+
this.integrationDeliverooId = integrationDeliverooId;
|
|
19104
|
+
}
|
|
19105
|
+
getPath() {
|
|
19106
|
+
return `/integrations/deliveroo/${this.integrationDeliverooId}/site/days_off`;
|
|
19107
|
+
}
|
|
19108
|
+
};
|
|
19109
|
+
|
|
19013
19110
|
// src/requests/services/deliveroo/DeleteIntegrationDeliveroo.ts
|
|
19014
|
-
var
|
|
19111
|
+
var import_sdk_js_core94 = require("@deliverart/sdk-js-core");
|
|
19015
19112
|
var import_sdk_js_global_types35 = require("@deliverart/sdk-js-global-types");
|
|
19016
19113
|
var deleteIntegrationDeliverooInputSchema = external_exports.undefined();
|
|
19017
19114
|
var deleteIntegrationDeliverooResponseSchema = import_sdk_js_global_types35.emptyResponseSchema;
|
|
19018
|
-
var DeleteIntegrationDeliveroo = class extends
|
|
19115
|
+
var DeleteIntegrationDeliveroo = class extends import_sdk_js_core94.AbstractApiRequest {
|
|
19019
19116
|
constructor(integrationDeliverooId) {
|
|
19020
19117
|
super(void 0);
|
|
19021
19118
|
this.method = "DELETE";
|
|
@@ -19033,10 +19130,10 @@ var DeleteIntegrationDeliveroo = class extends import_sdk_js_core92.AbstractApiR
|
|
|
19033
19130
|
};
|
|
19034
19131
|
|
|
19035
19132
|
// src/requests/services/deliveroo/GetIntegrationDeliverooBrands.ts
|
|
19036
|
-
var
|
|
19133
|
+
var import_sdk_js_core95 = require("@deliverart/sdk-js-core");
|
|
19037
19134
|
var getIntegrationDeliverooBrandsInputSchema = external_exports.undefined();
|
|
19038
19135
|
var getIntegrationDeliverooBrandsResponseSchema = integrationDeliverooDebugBrandsResponseSchema;
|
|
19039
|
-
var GetIntegrationDeliverooBrands = class extends
|
|
19136
|
+
var GetIntegrationDeliverooBrands = class extends import_sdk_js_core95.AbstractApiRequest {
|
|
19040
19137
|
constructor() {
|
|
19041
19138
|
super(void 0);
|
|
19042
19139
|
this.method = "GET";
|
|
@@ -19053,10 +19150,10 @@ var GetIntegrationDeliverooBrands = class extends import_sdk_js_core93.AbstractA
|
|
|
19053
19150
|
};
|
|
19054
19151
|
|
|
19055
19152
|
// src/requests/services/deliveroo/GetIntegrationDeliverooBrandSites.ts
|
|
19056
|
-
var
|
|
19153
|
+
var import_sdk_js_core96 = require("@deliverart/sdk-js-core");
|
|
19057
19154
|
var getIntegrationDeliverooBrandSitesInputSchema = external_exports.undefined();
|
|
19058
19155
|
var getIntegrationDeliverooBrandSitesResponseSchema = integrationDeliverooDebugSitesResponseSchema;
|
|
19059
|
-
var GetIntegrationDeliverooBrandSites = class extends
|
|
19156
|
+
var GetIntegrationDeliverooBrandSites = class extends import_sdk_js_core96.AbstractApiRequest {
|
|
19060
19157
|
constructor(brandId) {
|
|
19061
19158
|
super(void 0);
|
|
19062
19159
|
this.method = "GET";
|
|
@@ -19074,10 +19171,10 @@ var GetIntegrationDeliverooBrandSites = class extends import_sdk_js_core94.Abstr
|
|
|
19074
19171
|
};
|
|
19075
19172
|
|
|
19076
19173
|
// src/requests/services/deliveroo/GetIntegrationDeliverooClientLogRequestDetails.ts
|
|
19077
|
-
var
|
|
19174
|
+
var import_sdk_js_core97 = require("@deliverart/sdk-js-core");
|
|
19078
19175
|
var getIntegrationDeliverooClientLogRequestDetailsInputSchema = external_exports.undefined();
|
|
19079
19176
|
var getIntegrationDeliverooClientLogRequestDetailsResponseSchema = integrationClientLogRequestDetailsSchema;
|
|
19080
|
-
var GetIntegrationDeliverooClientLogRequestDetails = class extends
|
|
19177
|
+
var GetIntegrationDeliverooClientLogRequestDetails = class extends import_sdk_js_core97.AbstractApiRequest {
|
|
19081
19178
|
constructor(integrationDeliverooId, requestId) {
|
|
19082
19179
|
super(void 0);
|
|
19083
19180
|
this.method = "GET";
|
|
@@ -19096,14 +19193,14 @@ var GetIntegrationDeliverooClientLogRequestDetails = class extends import_sdk_js
|
|
|
19096
19193
|
};
|
|
19097
19194
|
|
|
19098
19195
|
// src/requests/services/deliveroo/GetIntegrationDeliverooClientLogRequests.ts
|
|
19099
|
-
var
|
|
19196
|
+
var import_sdk_js_core98 = require("@deliverart/sdk-js-core");
|
|
19100
19197
|
var import_sdk_js_global_types36 = require("@deliverart/sdk-js-global-types");
|
|
19101
19198
|
var getIntegrationDeliverooClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
19102
19199
|
var getIntegrationDeliverooClientLogRequestsInputSchema = external_exports.undefined();
|
|
19103
19200
|
var getIntegrationDeliverooClientLogRequestsResponseSchema = (0, import_sdk_js_global_types36.createPaginatedSchema)(
|
|
19104
19201
|
integrationClientLogRequestSchema
|
|
19105
19202
|
);
|
|
19106
|
-
var GetIntegrationDeliverooClientLogRequests = class extends
|
|
19203
|
+
var GetIntegrationDeliverooClientLogRequests = class extends import_sdk_js_core98.AbstractApiRequest {
|
|
19107
19204
|
constructor(integrationDeliverooId, options) {
|
|
19108
19205
|
super(void 0, options);
|
|
19109
19206
|
this.method = "GET";
|
|
@@ -19123,7 +19220,7 @@ var GetIntegrationDeliverooClientLogRequests = class extends import_sdk_js_core9
|
|
|
19123
19220
|
};
|
|
19124
19221
|
|
|
19125
19222
|
// src/requests/services/deliveroo/GetIntegrationDeliverooClientLogRequestsFromOrder.ts
|
|
19126
|
-
var
|
|
19223
|
+
var import_sdk_js_core99 = require("@deliverart/sdk-js-core");
|
|
19127
19224
|
var getIntegrationDeliverooClientLogRequestsFromOrderQuerySchema = clientLogRequestQuerySchema.omit({
|
|
19128
19225
|
page: true
|
|
19129
19226
|
});
|
|
@@ -19131,7 +19228,7 @@ var getIntegrationDeliverooClientLogRequestsFromOrderInputSchema = external_expo
|
|
|
19131
19228
|
var getIntegrationDeliverooClientLogRequestsFromOrderResponseSchema = external_exports.array(
|
|
19132
19229
|
integrationClientLogRequestSchema
|
|
19133
19230
|
);
|
|
19134
|
-
var GetIntegrationDeliverooClientLogRequestsFromOrder = class extends
|
|
19231
|
+
var GetIntegrationDeliverooClientLogRequestsFromOrder = class extends import_sdk_js_core99.AbstractApiRequest {
|
|
19135
19232
|
constructor(orderId, options) {
|
|
19136
19233
|
super(void 0, options);
|
|
19137
19234
|
this.method = "GET";
|
|
@@ -19151,10 +19248,10 @@ var GetIntegrationDeliverooClientLogRequestsFromOrder = class extends import_sdk
|
|
|
19151
19248
|
};
|
|
19152
19249
|
|
|
19153
19250
|
// src/requests/services/deliveroo/GetIntegrationDeliverooDetails.ts
|
|
19154
|
-
var
|
|
19251
|
+
var import_sdk_js_core100 = require("@deliverart/sdk-js-core");
|
|
19155
19252
|
var getIntegrationDeliverooDetailsInputSchema = external_exports.undefined();
|
|
19156
19253
|
var getIntegrationDeliverooDetailsResponseSchema = integrationDeliverooDetailsSchema;
|
|
19157
|
-
var GetIntegrationDeliverooDetails = class extends
|
|
19254
|
+
var GetIntegrationDeliverooDetails = class extends import_sdk_js_core100.AbstractApiRequest {
|
|
19158
19255
|
constructor(integrationDeliverooId) {
|
|
19159
19256
|
super(void 0);
|
|
19160
19257
|
this.method = "GET";
|
|
@@ -19172,14 +19269,14 @@ var GetIntegrationDeliverooDetails = class extends import_sdk_js_core98.Abstract
|
|
|
19172
19269
|
};
|
|
19173
19270
|
|
|
19174
19271
|
// src/requests/services/deliveroo/GetIntegrationDeliverooGlobalClientLogRequests.ts
|
|
19175
|
-
var
|
|
19272
|
+
var import_sdk_js_core101 = require("@deliverart/sdk-js-core");
|
|
19176
19273
|
var import_sdk_js_global_types37 = require("@deliverart/sdk-js-global-types");
|
|
19177
19274
|
var getIntegrationDeliverooGlobalClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
19178
19275
|
var getIntegrationDeliverooGlobalClientLogRequestsInputSchema = external_exports.undefined();
|
|
19179
19276
|
var getIntegrationDeliverooGlobalClientLogRequestsResponseSchema = (0, import_sdk_js_global_types37.createPaginatedSchema)(
|
|
19180
19277
|
integrationClientLogRequestSchema
|
|
19181
19278
|
);
|
|
19182
|
-
var GetIntegrationDeliverooGlobalClientLogRequests = class extends
|
|
19279
|
+
var GetIntegrationDeliverooGlobalClientLogRequests = class extends import_sdk_js_core101.AbstractApiRequest {
|
|
19183
19280
|
constructor(options) {
|
|
19184
19281
|
super(void 0, options);
|
|
19185
19282
|
this.method = "GET";
|
|
@@ -19197,8 +19294,32 @@ var GetIntegrationDeliverooGlobalClientLogRequests = class extends import_sdk_js
|
|
|
19197
19294
|
}
|
|
19198
19295
|
};
|
|
19199
19296
|
|
|
19297
|
+
// src/requests/services/deliveroo/GetIntegrationDeliverooIntegrationSiteDaysOff.ts
|
|
19298
|
+
var import_sdk_js_core102 = require("@deliverart/sdk-js-core");
|
|
19299
|
+
var getIntegrationDeliverooIntegrationSiteDaysOffQuerySchema = external_exports.object({
|
|
19300
|
+
page: external_exports.coerce.number().optional()
|
|
19301
|
+
});
|
|
19302
|
+
var getIntegrationDeliverooIntegrationSiteDaysOffInputSchema = external_exports.undefined();
|
|
19303
|
+
var getIntegrationDeliverooIntegrationSiteDaysOffResponseSchema = integrationDeliverooSiteDaysOffResponseSchema;
|
|
19304
|
+
var GetIntegrationDeliverooIntegrationSiteDaysOff = class extends import_sdk_js_core102.AbstractApiRequest {
|
|
19305
|
+
constructor(integrationDeliverooId, options) {
|
|
19306
|
+
super(void 0, options);
|
|
19307
|
+
this.method = "GET";
|
|
19308
|
+
this.contentType = "application/json";
|
|
19309
|
+
this.accept = "application/json";
|
|
19310
|
+
this.inputSchema = getIntegrationDeliverooIntegrationSiteDaysOffInputSchema;
|
|
19311
|
+
this.outputSchema = getIntegrationDeliverooIntegrationSiteDaysOffResponseSchema;
|
|
19312
|
+
this.querySchema = getIntegrationDeliverooIntegrationSiteDaysOffQuerySchema;
|
|
19313
|
+
this.headersSchema = void 0;
|
|
19314
|
+
this.integrationDeliverooId = integrationDeliverooId;
|
|
19315
|
+
}
|
|
19316
|
+
getPath() {
|
|
19317
|
+
return `/integrations/deliveroo/${this.integrationDeliverooId}/site/days_off`;
|
|
19318
|
+
}
|
|
19319
|
+
};
|
|
19320
|
+
|
|
19200
19321
|
// src/requests/services/deliveroo/GetIntegrationDeliverooList.ts
|
|
19201
|
-
var
|
|
19322
|
+
var import_sdk_js_core103 = require("@deliverart/sdk-js-core");
|
|
19202
19323
|
var import_sdk_js_global_types38 = require("@deliverart/sdk-js-global-types");
|
|
19203
19324
|
var getIntegrationDeliverooListQuerySchema = integrationsDeliverooQuerySchema.omit({
|
|
19204
19325
|
service: true
|
|
@@ -19207,7 +19328,7 @@ var getIntegrationDeliverooListResponseSchema = (0, import_sdk_js_global_types38
|
|
|
19207
19328
|
integrationDeliverooSchema
|
|
19208
19329
|
);
|
|
19209
19330
|
var getIntegrationDeliverooListInputSchema = external_exports.undefined();
|
|
19210
|
-
var GetIntegrationDeliverooList = class extends
|
|
19331
|
+
var GetIntegrationDeliverooList = class extends import_sdk_js_core103.AbstractApiRequest {
|
|
19211
19332
|
constructor(options) {
|
|
19212
19333
|
super(void 0, options);
|
|
19213
19334
|
this.method = "GET";
|
|
@@ -19226,11 +19347,11 @@ var GetIntegrationDeliverooList = class extends import_sdk_js_core100.AbstractAp
|
|
|
19226
19347
|
};
|
|
19227
19348
|
|
|
19228
19349
|
// src/requests/services/deliveroo/GetIntegrationDeliverooMenuValidation.ts
|
|
19229
|
-
var
|
|
19350
|
+
var import_sdk_js_core104 = require("@deliverart/sdk-js-core");
|
|
19230
19351
|
var import_sdk_js_global_types39 = require("@deliverart/sdk-js-global-types");
|
|
19231
19352
|
var getIntegrationDeliverooMenuValidationInputSchema = external_exports.undefined();
|
|
19232
19353
|
var getIntegrationDeliverooMenuValidationResponseSchema = import_sdk_js_global_types39.emptyResponseSchema;
|
|
19233
|
-
var GetIntegrationDeliverooMenuValidation = class extends
|
|
19354
|
+
var GetIntegrationDeliverooMenuValidation = class extends import_sdk_js_core104.AbstractApiRequest {
|
|
19234
19355
|
constructor(integrationDeliverooId) {
|
|
19235
19356
|
super(void 0);
|
|
19236
19357
|
this.method = "GET";
|
|
@@ -19248,10 +19369,10 @@ var GetIntegrationDeliverooMenuValidation = class extends import_sdk_js_core101.
|
|
|
19248
19369
|
};
|
|
19249
19370
|
|
|
19250
19371
|
// src/requests/services/deliveroo/GetIntegrationDeliverooMenuVersionDetails.ts
|
|
19251
|
-
var
|
|
19372
|
+
var import_sdk_js_core105 = require("@deliverart/sdk-js-core");
|
|
19252
19373
|
var getIntegrationDeliverooMenuVersionDetailsInputSchema = external_exports.undefined();
|
|
19253
19374
|
var getIntegrationDeliverooMenuVersionDetailsResponseSchema = menuVersionDetailsSchema;
|
|
19254
|
-
var GetIntegrationDeliverooMenuVersionDetails = class extends
|
|
19375
|
+
var GetIntegrationDeliverooMenuVersionDetails = class extends import_sdk_js_core105.AbstractApiRequest {
|
|
19255
19376
|
constructor(integrationDeliverooId, versionId) {
|
|
19256
19377
|
super(void 0);
|
|
19257
19378
|
this.method = "GET";
|
|
@@ -19270,14 +19391,14 @@ var GetIntegrationDeliverooMenuVersionDetails = class extends import_sdk_js_core
|
|
|
19270
19391
|
};
|
|
19271
19392
|
|
|
19272
19393
|
// src/requests/services/deliveroo/GetIntegrationDeliverooMenuVersions.ts
|
|
19273
|
-
var
|
|
19394
|
+
var import_sdk_js_core106 = require("@deliverart/sdk-js-core");
|
|
19274
19395
|
var import_sdk_js_global_types40 = require("@deliverart/sdk-js-global-types");
|
|
19275
19396
|
var getIntegrationDeliverooMenuVersionsQuerySchema = external_exports.object({
|
|
19276
19397
|
page: external_exports.coerce.number().optional()
|
|
19277
19398
|
});
|
|
19278
19399
|
var getIntegrationDeliverooMenuVersionsInputSchema = external_exports.undefined();
|
|
19279
19400
|
var getIntegrationDeliverooMenuVersionsResponseSchema = (0, import_sdk_js_global_types40.createPaginatedSchema)(menuVersionSchema);
|
|
19280
|
-
var GetIntegrationDeliverooMenuVersions = class extends
|
|
19401
|
+
var GetIntegrationDeliverooMenuVersions = class extends import_sdk_js_core106.AbstractApiRequest {
|
|
19281
19402
|
constructor(integrationDeliverooId, options) {
|
|
19282
19403
|
super(void 0, options);
|
|
19283
19404
|
this.method = "GET";
|
|
@@ -19297,10 +19418,10 @@ var GetIntegrationDeliverooMenuVersions = class extends import_sdk_js_core103.Ab
|
|
|
19297
19418
|
};
|
|
19298
19419
|
|
|
19299
19420
|
// src/requests/services/deliveroo/GetIntegrationDeliverooOrderDetails.ts
|
|
19300
|
-
var
|
|
19421
|
+
var import_sdk_js_core107 = require("@deliverart/sdk-js-core");
|
|
19301
19422
|
var getIntegrationDeliverooOrderDetailsInputSchema = external_exports.undefined();
|
|
19302
19423
|
var getIntegrationDeliverooOrderDetailsResponseSchema = integrationDeliverooOrderDetailsSchema;
|
|
19303
|
-
var GetIntegrationDeliverooOrderDetails = class extends
|
|
19424
|
+
var GetIntegrationDeliverooOrderDetails = class extends import_sdk_js_core107.AbstractApiRequest {
|
|
19304
19425
|
constructor(integrationDeliverooId, orderId) {
|
|
19305
19426
|
super(void 0);
|
|
19306
19427
|
this.method = "GET";
|
|
@@ -19319,14 +19440,14 @@ var GetIntegrationDeliverooOrderDetails = class extends import_sdk_js_core104.Ab
|
|
|
19319
19440
|
};
|
|
19320
19441
|
|
|
19321
19442
|
// src/requests/services/deliveroo/GetIntegrationDeliverooOrders.ts
|
|
19322
|
-
var
|
|
19443
|
+
var import_sdk_js_core108 = require("@deliverart/sdk-js-core");
|
|
19323
19444
|
var import_sdk_js_global_types41 = require("@deliverart/sdk-js-global-types");
|
|
19324
19445
|
var getIntegrationDeliverooOrdersQuerySchema = integrationDeliverooOrdersQuerySchema;
|
|
19325
19446
|
var getIntegrationDeliverooOrdersInputSchema = external_exports.undefined();
|
|
19326
19447
|
var getIntegrationDeliverooOrdersResponseSchema = (0, import_sdk_js_global_types41.createPaginatedSchema)(
|
|
19327
19448
|
integrationDeliverooOrderSchema
|
|
19328
19449
|
);
|
|
19329
|
-
var GetIntegrationDeliverooOrders = class extends
|
|
19450
|
+
var GetIntegrationDeliverooOrders = class extends import_sdk_js_core108.AbstractApiRequest {
|
|
19330
19451
|
constructor(integrationDeliverooId, options) {
|
|
19331
19452
|
super(void 0, options);
|
|
19332
19453
|
this.method = "GET";
|
|
@@ -19346,7 +19467,7 @@ var GetIntegrationDeliverooOrders = class extends import_sdk_js_core105.Abstract
|
|
|
19346
19467
|
};
|
|
19347
19468
|
|
|
19348
19469
|
// src/requests/services/deliveroo/GetIntegrationDeliverooOrdersFromOrder.ts
|
|
19349
|
-
var
|
|
19470
|
+
var import_sdk_js_core109 = require("@deliverart/sdk-js-core");
|
|
19350
19471
|
var getIntegrationDeliverooOrdersFromOrderQuerySchema = integrationDeliverooOrdersQuerySchema.omit({
|
|
19351
19472
|
page: true
|
|
19352
19473
|
});
|
|
@@ -19354,7 +19475,7 @@ var getIntegrationDeliverooOrdersFromOrderInputSchema = external_exports.undefin
|
|
|
19354
19475
|
var getIntegrationDeliverooOrdersFromOrderResponseSchema = external_exports.array(
|
|
19355
19476
|
integrationDeliverooOrderSchema
|
|
19356
19477
|
);
|
|
19357
|
-
var GetIntegrationDeliverooOrdersFromOrder = class extends
|
|
19478
|
+
var GetIntegrationDeliverooOrdersFromOrder = class extends import_sdk_js_core109.AbstractApiRequest {
|
|
19358
19479
|
constructor(orderId, options) {
|
|
19359
19480
|
super(void 0, options);
|
|
19360
19481
|
this.method = "GET";
|
|
@@ -19374,10 +19495,10 @@ var GetIntegrationDeliverooOrdersFromOrder = class extends import_sdk_js_core106
|
|
|
19374
19495
|
};
|
|
19375
19496
|
|
|
19376
19497
|
// src/requests/services/deliveroo/GetIntegrationDeliverooSiteBrandIds.ts
|
|
19377
|
-
var
|
|
19498
|
+
var import_sdk_js_core110 = require("@deliverart/sdk-js-core");
|
|
19378
19499
|
var getIntegrationDeliverooSiteBrandIdsInputSchema = external_exports.undefined();
|
|
19379
19500
|
var getIntegrationDeliverooSiteBrandIdsResponseSchema = integrationDeliverooDebugSiteBrandIdsResponseSchema;
|
|
19380
|
-
var GetIntegrationDeliverooSiteBrandIds = class extends
|
|
19501
|
+
var GetIntegrationDeliverooSiteBrandIds = class extends import_sdk_js_core110.AbstractApiRequest {
|
|
19381
19502
|
constructor(siteId) {
|
|
19382
19503
|
super(void 0);
|
|
19383
19504
|
this.method = "GET";
|
|
@@ -19395,13 +19516,13 @@ var GetIntegrationDeliverooSiteBrandIds = class extends import_sdk_js_core107.Ab
|
|
|
19395
19516
|
};
|
|
19396
19517
|
|
|
19397
19518
|
// src/requests/services/deliveroo/GetIntegrationDeliverooSiteDaysOff.ts
|
|
19398
|
-
var
|
|
19519
|
+
var import_sdk_js_core111 = require("@deliverart/sdk-js-core");
|
|
19399
19520
|
var getIntegrationDeliverooSiteDaysOffQuerySchema = external_exports.object({
|
|
19400
19521
|
page: external_exports.coerce.number().optional()
|
|
19401
19522
|
});
|
|
19402
19523
|
var getIntegrationDeliverooSiteDaysOffInputSchema = external_exports.undefined();
|
|
19403
19524
|
var getIntegrationDeliverooSiteDaysOffResponseSchema = integrationDeliverooDebugDaysOffResponseSchema;
|
|
19404
|
-
var GetIntegrationDeliverooSiteDaysOff = class extends
|
|
19525
|
+
var GetIntegrationDeliverooSiteDaysOff = class extends import_sdk_js_core111.AbstractApiRequest {
|
|
19405
19526
|
constructor(brandId, siteId, options) {
|
|
19406
19527
|
super(void 0, options);
|
|
19407
19528
|
this.method = "GET";
|
|
@@ -19420,10 +19541,10 @@ var GetIntegrationDeliverooSiteDaysOff = class extends import_sdk_js_core108.Abs
|
|
|
19420
19541
|
};
|
|
19421
19542
|
|
|
19422
19543
|
// src/requests/services/deliveroo/GetIntegrationDeliverooSyncMenuProcessDetails.ts
|
|
19423
|
-
var
|
|
19544
|
+
var import_sdk_js_core112 = require("@deliverart/sdk-js-core");
|
|
19424
19545
|
var getIntegrationDeliverooSyncMenuProcessDetailsInputSchema = external_exports.undefined();
|
|
19425
19546
|
var getIntegrationDeliverooSyncMenuProcessDetailsResponseSchema = integrationDeliverooSyncMenuProcessDetailsSchema;
|
|
19426
|
-
var GetIntegrationDeliverooSyncMenuProcessDetails = class extends
|
|
19547
|
+
var GetIntegrationDeliverooSyncMenuProcessDetails = class extends import_sdk_js_core112.AbstractApiRequest {
|
|
19427
19548
|
constructor(integrationDeliverooId, processId) {
|
|
19428
19549
|
super(void 0);
|
|
19429
19550
|
this.method = "GET";
|
|
@@ -19442,14 +19563,14 @@ var GetIntegrationDeliverooSyncMenuProcessDetails = class extends import_sdk_js_
|
|
|
19442
19563
|
};
|
|
19443
19564
|
|
|
19444
19565
|
// src/requests/services/deliveroo/GetIntegrationDeliverooSyncMenuProcesses.ts
|
|
19445
|
-
var
|
|
19566
|
+
var import_sdk_js_core113 = require("@deliverart/sdk-js-core");
|
|
19446
19567
|
var import_sdk_js_global_types42 = require("@deliverart/sdk-js-global-types");
|
|
19447
19568
|
var getIntegrationDeliverooSyncMenuProcessesQuerySchema = integrationDeliverooSyncMenuProcessesQuerySchema;
|
|
19448
19569
|
var getIntegrationDeliverooSyncMenuProcessesInputSchema = external_exports.undefined();
|
|
19449
19570
|
var getIntegrationDeliverooSyncMenuProcessesResponseSchema = (0, import_sdk_js_global_types42.createPaginatedSchema)(
|
|
19450
19571
|
integrationDeliverooSyncMenuProcessSchema
|
|
19451
19572
|
);
|
|
19452
|
-
var GetIntegrationDeliverooSyncMenuProcesses = class extends
|
|
19573
|
+
var GetIntegrationDeliverooSyncMenuProcesses = class extends import_sdk_js_core113.AbstractApiRequest {
|
|
19453
19574
|
constructor(integrationDeliverooId, options) {
|
|
19454
19575
|
super(void 0, options);
|
|
19455
19576
|
this.method = "GET";
|
|
@@ -19469,10 +19590,10 @@ var GetIntegrationDeliverooSyncMenuProcesses = class extends import_sdk_js_core1
|
|
|
19469
19590
|
};
|
|
19470
19591
|
|
|
19471
19592
|
// src/requests/services/deliveroo/GetIntegrationDeliverooWebhookEventDetails.ts
|
|
19472
|
-
var
|
|
19593
|
+
var import_sdk_js_core114 = require("@deliverart/sdk-js-core");
|
|
19473
19594
|
var getIntegrationDeliverooWebhookEventDetailsInputSchema = external_exports.undefined();
|
|
19474
19595
|
var getIntegrationDeliverooWebhookEventDetailsResponseSchema = integrationDeliverooWebhookEventDetailsSchema;
|
|
19475
|
-
var GetIntegrationDeliverooWebhookEventDetails = class extends
|
|
19596
|
+
var GetIntegrationDeliverooWebhookEventDetails = class extends import_sdk_js_core114.AbstractApiRequest {
|
|
19476
19597
|
constructor(integrationDeliverooId, eventId) {
|
|
19477
19598
|
super(void 0);
|
|
19478
19599
|
this.method = "GET";
|
|
@@ -19491,14 +19612,14 @@ var GetIntegrationDeliverooWebhookEventDetails = class extends import_sdk_js_cor
|
|
|
19491
19612
|
};
|
|
19492
19613
|
|
|
19493
19614
|
// src/requests/services/deliveroo/GetIntegrationDeliverooWebhookEvents.ts
|
|
19494
|
-
var
|
|
19615
|
+
var import_sdk_js_core115 = require("@deliverart/sdk-js-core");
|
|
19495
19616
|
var import_sdk_js_global_types43 = require("@deliverart/sdk-js-global-types");
|
|
19496
19617
|
var getIntegrationDeliverooWebhookEventsQuerySchema = integrationDeliverooWebhookEventsQueryParamsSchema;
|
|
19497
19618
|
var getIntegrationDeliverooWebhookEventsInputSchema = external_exports.undefined();
|
|
19498
19619
|
var getIntegrationDeliverooWebhookEventsResponseSchema = (0, import_sdk_js_global_types43.createPaginatedSchema)(
|
|
19499
19620
|
integrationDeliverooWebhookEventSchema
|
|
19500
19621
|
);
|
|
19501
|
-
var GetIntegrationDeliverooWebhookEvents = class extends
|
|
19622
|
+
var GetIntegrationDeliverooWebhookEvents = class extends import_sdk_js_core115.AbstractApiRequest {
|
|
19502
19623
|
constructor(integrationDeliverooId, options) {
|
|
19503
19624
|
super(void 0, options);
|
|
19504
19625
|
this.method = "GET";
|
|
@@ -19518,7 +19639,7 @@ var GetIntegrationDeliverooWebhookEvents = class extends import_sdk_js_core112.A
|
|
|
19518
19639
|
};
|
|
19519
19640
|
|
|
19520
19641
|
// src/requests/services/deliveroo/GetIntegrationDeliverooWebhookEventsFromOrder.ts
|
|
19521
|
-
var
|
|
19642
|
+
var import_sdk_js_core116 = require("@deliverart/sdk-js-core");
|
|
19522
19643
|
var getIntegrationDeliverooWebhookEventsFromOrderQuerySchema = integrationDeliverooWebhookEventsQueryParamsSchema.omit({
|
|
19523
19644
|
page: true
|
|
19524
19645
|
});
|
|
@@ -19526,7 +19647,7 @@ var getIntegrationDeliverooWebhookEventsFromOrderInputSchema = external_exports.
|
|
|
19526
19647
|
var getIntegrationDeliverooWebhookEventsFromOrderResponseSchema = external_exports.array(
|
|
19527
19648
|
integrationDeliverooWebhookEventSchema
|
|
19528
19649
|
);
|
|
19529
|
-
var GetIntegrationDeliverooWebhookEventsFromOrder = class extends
|
|
19650
|
+
var GetIntegrationDeliverooWebhookEventsFromOrder = class extends import_sdk_js_core116.AbstractApiRequest {
|
|
19530
19651
|
constructor(orderId, options) {
|
|
19531
19652
|
super(void 0, options);
|
|
19532
19653
|
this.method = "GET";
|
|
@@ -19546,12 +19667,12 @@ var GetIntegrationDeliverooWebhookEventsFromOrder = class extends import_sdk_js_
|
|
|
19546
19667
|
};
|
|
19547
19668
|
|
|
19548
19669
|
// src/requests/services/deliveroo/IntegrationDeliverooSyncMenu.ts
|
|
19549
|
-
var
|
|
19670
|
+
var import_sdk_js_core117 = require("@deliverart/sdk-js-core");
|
|
19550
19671
|
var integrationDeliverooSyncMenuInputSchema = external_exports.undefined();
|
|
19551
19672
|
var integrationDeliverooSyncMenuResponseSchema = external_exports.object({
|
|
19552
19673
|
message: external_exports.string()
|
|
19553
19674
|
});
|
|
19554
|
-
var IntegrationDeliverooSyncMenu = class extends
|
|
19675
|
+
var IntegrationDeliverooSyncMenu = class extends import_sdk_js_core117.AbstractApiRequest {
|
|
19555
19676
|
constructor(integrationDeliverooId) {
|
|
19556
19677
|
super(void 0);
|
|
19557
19678
|
this.method = "POST";
|
|
@@ -19569,12 +19690,12 @@ var IntegrationDeliverooSyncMenu = class extends import_sdk_js_core114.AbstractA
|
|
|
19569
19690
|
};
|
|
19570
19691
|
|
|
19571
19692
|
// src/requests/services/deliveroo/IntegrationDeliverooSyncOpeningHours.ts
|
|
19572
|
-
var
|
|
19693
|
+
var import_sdk_js_core118 = require("@deliverart/sdk-js-core");
|
|
19573
19694
|
var integrationDeliverooSyncOpeningHoursInputSchema = external_exports.undefined();
|
|
19574
19695
|
var integrationDeliverooSyncOpeningHoursResponseSchema = external_exports.object({
|
|
19575
19696
|
message: external_exports.string()
|
|
19576
19697
|
});
|
|
19577
|
-
var IntegrationDeliverooSyncOpeningHours = class extends
|
|
19698
|
+
var IntegrationDeliverooSyncOpeningHours = class extends import_sdk_js_core118.AbstractApiRequest {
|
|
19578
19699
|
constructor(integrationDeliverooId) {
|
|
19579
19700
|
super(void 0);
|
|
19580
19701
|
this.method = "POST";
|
|
@@ -19592,10 +19713,10 @@ var IntegrationDeliverooSyncOpeningHours = class extends import_sdk_js_core115.A
|
|
|
19592
19713
|
};
|
|
19593
19714
|
|
|
19594
19715
|
// src/requests/services/deliveroo/UpdateIntegrationDeliveroo.ts
|
|
19595
|
-
var
|
|
19716
|
+
var import_sdk_js_core119 = require("@deliverart/sdk-js-core");
|
|
19596
19717
|
var updateIntegrationDeliverooInputSchema = integrationDeliverooEditableFieldsSchema.partial();
|
|
19597
19718
|
var updateIntegrationDeliverooResponseSchema = integrationDeliverooDetailsSchema;
|
|
19598
|
-
var UpdateIntegrationDeliveroo = class extends
|
|
19719
|
+
var UpdateIntegrationDeliveroo = class extends import_sdk_js_core119.AbstractApiRequest {
|
|
19599
19720
|
constructor(integrationDeliverooId, input) {
|
|
19600
19721
|
super(input);
|
|
19601
19722
|
this.method = "PATCH";
|
|
@@ -19612,14 +19733,36 @@ var UpdateIntegrationDeliveroo = class extends import_sdk_js_core116.AbstractApi
|
|
|
19612
19733
|
}
|
|
19613
19734
|
};
|
|
19614
19735
|
|
|
19736
|
+
// src/requests/services/deliveroo/UpdateIntegrationDeliverooSiteDayOff.ts
|
|
19737
|
+
var import_sdk_js_core120 = require("@deliverart/sdk-js-core");
|
|
19738
|
+
var updateIntegrationDeliverooSiteDayOffInputSchema = integrationDeliverooSiteDayOffInputSchema;
|
|
19739
|
+
var updateIntegrationDeliverooSiteDayOffResponseSchema = integrationDeliverooSiteDayOffResponseSchema;
|
|
19740
|
+
var UpdateIntegrationDeliverooSiteDayOff = class extends import_sdk_js_core120.AbstractApiRequest {
|
|
19741
|
+
constructor(integrationDeliverooId, dayOffId, input) {
|
|
19742
|
+
super(input);
|
|
19743
|
+
this.method = "PUT";
|
|
19744
|
+
this.contentType = "application/json";
|
|
19745
|
+
this.accept = "application/json";
|
|
19746
|
+
this.inputSchema = updateIntegrationDeliverooSiteDayOffInputSchema;
|
|
19747
|
+
this.outputSchema = updateIntegrationDeliverooSiteDayOffResponseSchema;
|
|
19748
|
+
this.querySchema = void 0;
|
|
19749
|
+
this.headersSchema = void 0;
|
|
19750
|
+
this.integrationDeliverooId = integrationDeliverooId;
|
|
19751
|
+
this.dayOffId = dayOffId;
|
|
19752
|
+
}
|
|
19753
|
+
getPath() {
|
|
19754
|
+
return `/integrations/deliveroo/${this.integrationDeliverooId}/site/days_off/${this.dayOffId}`;
|
|
19755
|
+
}
|
|
19756
|
+
};
|
|
19757
|
+
|
|
19615
19758
|
// src/requests/services/deliveroo/UpdateIntegrationDeliverooSiteStatus.ts
|
|
19616
|
-
var
|
|
19759
|
+
var import_sdk_js_core121 = require("@deliverart/sdk-js-core");
|
|
19617
19760
|
var import_sdk_js_global_types44 = require("@deliverart/sdk-js-global-types");
|
|
19618
19761
|
var updateIntegrationDeliverooSiteStatusInputSchema = external_exports.object({
|
|
19619
19762
|
status: integrationDeliverooSiteStatusSchema
|
|
19620
19763
|
});
|
|
19621
19764
|
var updateIntegrationDeliverooSiteStatusResponseSchema = import_sdk_js_global_types44.emptyResponseSchema;
|
|
19622
|
-
var UpdateIntegrationDeliverooSiteStatus = class extends
|
|
19765
|
+
var UpdateIntegrationDeliverooSiteStatus = class extends import_sdk_js_core121.AbstractApiRequest {
|
|
19623
19766
|
constructor(integrationDeliverooId, input) {
|
|
19624
19767
|
super(input);
|
|
19625
19768
|
this.method = "POST";
|
|
@@ -19637,7 +19780,7 @@ var UpdateIntegrationDeliverooSiteStatus = class extends import_sdk_js_core117.A
|
|
|
19637
19780
|
};
|
|
19638
19781
|
|
|
19639
19782
|
// src/requests/services/ecommerce/CreateIntegrationEcommerce.ts
|
|
19640
|
-
var
|
|
19783
|
+
var import_sdk_js_core122 = require("@deliverart/sdk-js-core");
|
|
19641
19784
|
var import_sdk_js_point_of_sale8 = require("@deliverart/sdk-js-point-of-sale");
|
|
19642
19785
|
var createIntegrationEcommerceInputSchema = integrationEcommerceEditableFieldsSchema.extend(
|
|
19643
19786
|
{
|
|
@@ -19645,7 +19788,7 @@ var createIntegrationEcommerceInputSchema = integrationEcommerceEditableFieldsSc
|
|
|
19645
19788
|
}
|
|
19646
19789
|
);
|
|
19647
19790
|
var createIntegrationEcommerceResponseSchema = integrationEcommerceDetailsSchema;
|
|
19648
|
-
var CreateIntegrationEcommerce = class extends
|
|
19791
|
+
var CreateIntegrationEcommerce = class extends import_sdk_js_core122.AbstractApiRequest {
|
|
19649
19792
|
constructor(input) {
|
|
19650
19793
|
super(input);
|
|
19651
19794
|
this.method = "POST";
|
|
@@ -19662,11 +19805,11 @@ var CreateIntegrationEcommerce = class extends import_sdk_js_core118.AbstractApi
|
|
|
19662
19805
|
};
|
|
19663
19806
|
|
|
19664
19807
|
// src/requests/services/ecommerce/DeleteIntegrationEcommerce.ts
|
|
19665
|
-
var
|
|
19808
|
+
var import_sdk_js_core123 = require("@deliverart/sdk-js-core");
|
|
19666
19809
|
var import_sdk_js_global_types45 = require("@deliverart/sdk-js-global-types");
|
|
19667
19810
|
var deleteIntegrationEcommerceInputSchema = external_exports.undefined();
|
|
19668
19811
|
var deleteIntegrationEcommerceResponseSchema = import_sdk_js_global_types45.emptyResponseSchema;
|
|
19669
|
-
var DeleteIntegrationEcommerce = class extends
|
|
19812
|
+
var DeleteIntegrationEcommerce = class extends import_sdk_js_core123.AbstractApiRequest {
|
|
19670
19813
|
constructor(integrationEcommerceId) {
|
|
19671
19814
|
super(void 0);
|
|
19672
19815
|
this.method = "DELETE";
|
|
@@ -19684,10 +19827,10 @@ var DeleteIntegrationEcommerce = class extends import_sdk_js_core119.AbstractApi
|
|
|
19684
19827
|
};
|
|
19685
19828
|
|
|
19686
19829
|
// src/requests/services/ecommerce/GetIntegrationEcommerceDetails.ts
|
|
19687
|
-
var
|
|
19830
|
+
var import_sdk_js_core124 = require("@deliverart/sdk-js-core");
|
|
19688
19831
|
var getIntegrationEcommerceDetailsInputSchema = external_exports.undefined();
|
|
19689
19832
|
var getIntegrationEcommerceDetailsResponseSchema = integrationEcommerceDetailsSchema;
|
|
19690
|
-
var GetIntegrationEcommerceDetails = class extends
|
|
19833
|
+
var GetIntegrationEcommerceDetails = class extends import_sdk_js_core124.AbstractApiRequest {
|
|
19691
19834
|
constructor(integrationEcommerceId) {
|
|
19692
19835
|
super(void 0);
|
|
19693
19836
|
this.method = "GET";
|
|
@@ -19705,10 +19848,10 @@ var GetIntegrationEcommerceDetails = class extends import_sdk_js_core120.Abstrac
|
|
|
19705
19848
|
};
|
|
19706
19849
|
|
|
19707
19850
|
// src/requests/services/ecommerce/GetIntegrationEcommerceInfo.ts
|
|
19708
|
-
var
|
|
19851
|
+
var import_sdk_js_core125 = require("@deliverart/sdk-js-core");
|
|
19709
19852
|
var getIntegrationEcommerceInfoInputSchema = external_exports.undefined();
|
|
19710
19853
|
var getIntegrationEcommerceInfoResponseSchema = integrationEcommerceInfoSchema;
|
|
19711
|
-
var GetIntegrationEcommerceInfo = class extends
|
|
19854
|
+
var GetIntegrationEcommerceInfo = class extends import_sdk_js_core125.AbstractApiRequest {
|
|
19712
19855
|
constructor(path) {
|
|
19713
19856
|
super(void 0);
|
|
19714
19857
|
this.method = "GET";
|
|
@@ -19726,7 +19869,7 @@ var GetIntegrationEcommerceInfo = class extends import_sdk_js_core121.AbstractAp
|
|
|
19726
19869
|
};
|
|
19727
19870
|
|
|
19728
19871
|
// src/requests/services/ecommerce/GetIntegrationEcommerceList.ts
|
|
19729
|
-
var
|
|
19872
|
+
var import_sdk_js_core126 = require("@deliverart/sdk-js-core");
|
|
19730
19873
|
var import_sdk_js_global_types46 = require("@deliverart/sdk-js-global-types");
|
|
19731
19874
|
var getIntegrationEcommerceListQuerySchema = integrationsEcommerceQuerySchema.omit({
|
|
19732
19875
|
service: true
|
|
@@ -19735,7 +19878,7 @@ var getIntegrationEcommerceListInputSchema = external_exports.undefined();
|
|
|
19735
19878
|
var getIntegrationEcommerceListResponseSchema = (0, import_sdk_js_global_types46.createPaginatedSchema)(
|
|
19736
19879
|
integrationEcommerceSchema
|
|
19737
19880
|
);
|
|
19738
|
-
var GetIntegrationEcommerceList = class extends
|
|
19881
|
+
var GetIntegrationEcommerceList = class extends import_sdk_js_core126.AbstractApiRequest {
|
|
19739
19882
|
constructor(options) {
|
|
19740
19883
|
super(void 0, options);
|
|
19741
19884
|
this.method = "GET";
|
|
@@ -19754,10 +19897,10 @@ var GetIntegrationEcommerceList = class extends import_sdk_js_core122.AbstractAp
|
|
|
19754
19897
|
};
|
|
19755
19898
|
|
|
19756
19899
|
// src/requests/services/ecommerce/UpdateIntegrationEcommerce.ts
|
|
19757
|
-
var
|
|
19900
|
+
var import_sdk_js_core127 = require("@deliverart/sdk-js-core");
|
|
19758
19901
|
var updateIntegrationEcommerceInputSchema = integrationEcommerceEditableFieldsSchema.partial();
|
|
19759
19902
|
var updateIntegrationEcommerceResponseSchema = integrationEcommerceDetailsSchema;
|
|
19760
|
-
var UpdateIntegrationEcommerce = class extends
|
|
19903
|
+
var UpdateIntegrationEcommerce = class extends import_sdk_js_core127.AbstractApiRequest {
|
|
19761
19904
|
constructor(integrationEcommerceId, input) {
|
|
19762
19905
|
super(input);
|
|
19763
19906
|
this.method = "PATCH";
|
|
@@ -19775,13 +19918,13 @@ var UpdateIntegrationEcommerce = class extends import_sdk_js_core123.AbstractApi
|
|
|
19775
19918
|
};
|
|
19776
19919
|
|
|
19777
19920
|
// src/requests/services/glovo/CreateIntegrationGlovo.ts
|
|
19778
|
-
var
|
|
19921
|
+
var import_sdk_js_core128 = require("@deliverart/sdk-js-core");
|
|
19779
19922
|
var import_sdk_js_point_of_sale9 = require("@deliverart/sdk-js-point-of-sale");
|
|
19780
19923
|
var createIntegrationGlovoInputSchema = integrationGlovoEditableFieldsSchema.extend({
|
|
19781
19924
|
pointOfSale: import_sdk_js_point_of_sale9.pointOfSaleIriSchema
|
|
19782
19925
|
});
|
|
19783
19926
|
var createIntegrationGlovoResponseSchema = integrationGlovoDetailsSchema;
|
|
19784
|
-
var CreateIntegrationGlovo = class extends
|
|
19927
|
+
var CreateIntegrationGlovo = class extends import_sdk_js_core128.AbstractApiRequest {
|
|
19785
19928
|
constructor(input) {
|
|
19786
19929
|
super(input);
|
|
19787
19930
|
this.method = "POST";
|
|
@@ -19798,11 +19941,11 @@ var CreateIntegrationGlovo = class extends import_sdk_js_core124.AbstractApiRequ
|
|
|
19798
19941
|
};
|
|
19799
19942
|
|
|
19800
19943
|
// src/requests/services/glovo/DeleteIntegrationGlovo.ts
|
|
19801
|
-
var
|
|
19944
|
+
var import_sdk_js_core129 = require("@deliverart/sdk-js-core");
|
|
19802
19945
|
var import_sdk_js_global_types47 = require("@deliverart/sdk-js-global-types");
|
|
19803
19946
|
var deleteIntegrationGlovoInputSchema = external_exports.undefined();
|
|
19804
19947
|
var deleteIntegrationGlovoResponseSchema = import_sdk_js_global_types47.emptyResponseSchema;
|
|
19805
|
-
var DeleteIntegrationGlovo = class extends
|
|
19948
|
+
var DeleteIntegrationGlovo = class extends import_sdk_js_core129.AbstractApiRequest {
|
|
19806
19949
|
constructor(integrationGlovoId) {
|
|
19807
19950
|
super(void 0);
|
|
19808
19951
|
this.method = "DELETE";
|
|
@@ -19820,10 +19963,10 @@ var DeleteIntegrationGlovo = class extends import_sdk_js_core125.AbstractApiRequ
|
|
|
19820
19963
|
};
|
|
19821
19964
|
|
|
19822
19965
|
// src/requests/services/glovo/GetIntegrationGlovoBulkUpdateDetails.ts
|
|
19823
|
-
var
|
|
19966
|
+
var import_sdk_js_core130 = require("@deliverart/sdk-js-core");
|
|
19824
19967
|
var getIntegrationGlovoBulkUpdateDetailsInputSchema = external_exports.undefined();
|
|
19825
19968
|
var getIntegrationGlovoBulkUpdateDetailsResponseSchema = integrationGlovoBulkUpdateDetailsSchema;
|
|
19826
|
-
var GetIntegrationGlovoBulkUpdateDetails = class extends
|
|
19969
|
+
var GetIntegrationGlovoBulkUpdateDetails = class extends import_sdk_js_core130.AbstractApiRequest {
|
|
19827
19970
|
constructor(integrationGlovoId, bulkUpdateId) {
|
|
19828
19971
|
super(void 0);
|
|
19829
19972
|
this.method = "GET";
|
|
@@ -19842,14 +19985,14 @@ var GetIntegrationGlovoBulkUpdateDetails = class extends import_sdk_js_core126.A
|
|
|
19842
19985
|
};
|
|
19843
19986
|
|
|
19844
19987
|
// src/requests/services/glovo/GetIntegrationGlovoBulkUpdates.ts
|
|
19845
|
-
var
|
|
19988
|
+
var import_sdk_js_core131 = require("@deliverart/sdk-js-core");
|
|
19846
19989
|
var import_sdk_js_global_types48 = require("@deliverart/sdk-js-global-types");
|
|
19847
19990
|
var getIntegrationGlovoBulkUpdatesQuerySchema = integrationGlovoBulkUpdatesQuerySchema;
|
|
19848
19991
|
var getIntegrationGlovoBulkUpdatesInputSchema = external_exports.undefined();
|
|
19849
19992
|
var getIntegrationGlovoBulkUpdatesResponseSchema = (0, import_sdk_js_global_types48.createPaginatedSchema)(
|
|
19850
19993
|
integrationGlovoBulkUpdateSchema
|
|
19851
19994
|
);
|
|
19852
|
-
var GetIntegrationGlovoBulkUpdates = class extends
|
|
19995
|
+
var GetIntegrationGlovoBulkUpdates = class extends import_sdk_js_core131.AbstractApiRequest {
|
|
19853
19996
|
constructor(integrationGlovoId, options) {
|
|
19854
19997
|
super(void 0, options);
|
|
19855
19998
|
this.method = "GET";
|
|
@@ -19869,10 +20012,10 @@ var GetIntegrationGlovoBulkUpdates = class extends import_sdk_js_core127.Abstrac
|
|
|
19869
20012
|
};
|
|
19870
20013
|
|
|
19871
20014
|
// src/requests/services/glovo/GetIntegrationGlovoClientLogRequestDetails.ts
|
|
19872
|
-
var
|
|
20015
|
+
var import_sdk_js_core132 = require("@deliverart/sdk-js-core");
|
|
19873
20016
|
var getIntegrationGlovoClientLogRequestDetailsInputSchema = external_exports.undefined();
|
|
19874
20017
|
var getIntegrationGlovoClientLogRequestDetailsResponseSchema = integrationClientLogRequestDetailsSchema;
|
|
19875
|
-
var GetIntegrationGlovoClientLogRequestDetails = class extends
|
|
20018
|
+
var GetIntegrationGlovoClientLogRequestDetails = class extends import_sdk_js_core132.AbstractApiRequest {
|
|
19876
20019
|
constructor(integrationGlovoId, requestId) {
|
|
19877
20020
|
super(void 0);
|
|
19878
20021
|
this.method = "GET";
|
|
@@ -19891,14 +20034,14 @@ var GetIntegrationGlovoClientLogRequestDetails = class extends import_sdk_js_cor
|
|
|
19891
20034
|
};
|
|
19892
20035
|
|
|
19893
20036
|
// src/requests/services/glovo/GetIntegrationGlovoClientLogRequests.ts
|
|
19894
|
-
var
|
|
20037
|
+
var import_sdk_js_core133 = require("@deliverart/sdk-js-core");
|
|
19895
20038
|
var import_sdk_js_global_types49 = require("@deliverart/sdk-js-global-types");
|
|
19896
20039
|
var getIntegrationGlovoClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
19897
20040
|
var getIntegrationGlovoClientLogRequestsInputSchema = external_exports.undefined();
|
|
19898
20041
|
var getIntegrationGlovoClientLogRequestsResponseSchema = (0, import_sdk_js_global_types49.createPaginatedSchema)(
|
|
19899
20042
|
integrationClientLogRequestSchema
|
|
19900
20043
|
);
|
|
19901
|
-
var GetIntegrationGlovoClientLogRequests = class extends
|
|
20044
|
+
var GetIntegrationGlovoClientLogRequests = class extends import_sdk_js_core133.AbstractApiRequest {
|
|
19902
20045
|
constructor(integrationGlovoId, options) {
|
|
19903
20046
|
super(void 0, options);
|
|
19904
20047
|
this.method = "GET";
|
|
@@ -19918,7 +20061,7 @@ var GetIntegrationGlovoClientLogRequests = class extends import_sdk_js_core129.A
|
|
|
19918
20061
|
};
|
|
19919
20062
|
|
|
19920
20063
|
// src/requests/services/glovo/GetIntegrationGlovoClientLogRequestsFromOrder.ts
|
|
19921
|
-
var
|
|
20064
|
+
var import_sdk_js_core134 = require("@deliverart/sdk-js-core");
|
|
19922
20065
|
var getIntegrationGlovoClientLogRequestsFromOrderQuerySchema = clientLogRequestQuerySchema.omit(
|
|
19923
20066
|
{
|
|
19924
20067
|
page: true
|
|
@@ -19928,7 +20071,7 @@ var getIntegrationGlovoClientLogRequestsFromOrderInputSchema = external_exports.
|
|
|
19928
20071
|
var getIntegrationGlovoClientLogRequestsFromOrderResponseSchema = external_exports.array(
|
|
19929
20072
|
integrationClientLogRequestSchema
|
|
19930
20073
|
);
|
|
19931
|
-
var GetIntegrationGlovoClientLogRequestsFromOrder = class extends
|
|
20074
|
+
var GetIntegrationGlovoClientLogRequestsFromOrder = class extends import_sdk_js_core134.AbstractApiRequest {
|
|
19932
20075
|
constructor(orderId, options) {
|
|
19933
20076
|
super(void 0, options);
|
|
19934
20077
|
this.method = "GET";
|
|
@@ -19948,10 +20091,10 @@ var GetIntegrationGlovoClientLogRequestsFromOrder = class extends import_sdk_js_
|
|
|
19948
20091
|
};
|
|
19949
20092
|
|
|
19950
20093
|
// src/requests/services/glovo/GetIntegrationGlovoDetails.ts
|
|
19951
|
-
var
|
|
20094
|
+
var import_sdk_js_core135 = require("@deliverart/sdk-js-core");
|
|
19952
20095
|
var getIntegrationGlovoDetailsInputSchema = external_exports.undefined();
|
|
19953
20096
|
var getIntegrationGlovoDetailsResponseSchema = integrationGlovoDetailsSchema;
|
|
19954
|
-
var GetIntegrationGlovoDetails = class extends
|
|
20097
|
+
var GetIntegrationGlovoDetails = class extends import_sdk_js_core135.AbstractApiRequest {
|
|
19955
20098
|
constructor(integrationGlovoId) {
|
|
19956
20099
|
super(void 0);
|
|
19957
20100
|
this.method = "GET";
|
|
@@ -19969,14 +20112,14 @@ var GetIntegrationGlovoDetails = class extends import_sdk_js_core131.AbstractApi
|
|
|
19969
20112
|
};
|
|
19970
20113
|
|
|
19971
20114
|
// src/requests/services/glovo/GetIntegrationGlovoGlobalClientLogRequests.ts
|
|
19972
|
-
var
|
|
20115
|
+
var import_sdk_js_core136 = require("@deliverart/sdk-js-core");
|
|
19973
20116
|
var import_sdk_js_global_types50 = require("@deliverart/sdk-js-global-types");
|
|
19974
20117
|
var getIntegrationGlovoGlobalClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
19975
20118
|
var getIntegrationGlovoGlobalClientLogRequestsInputSchema = external_exports.undefined();
|
|
19976
20119
|
var getIntegrationGlovoGlobalClientLogRequestsResponseSchema = (0, import_sdk_js_global_types50.createPaginatedSchema)(
|
|
19977
20120
|
integrationClientLogRequestSchema
|
|
19978
20121
|
);
|
|
19979
|
-
var GetIntegrationGlovoGlobalClientLogRequests = class extends
|
|
20122
|
+
var GetIntegrationGlovoGlobalClientLogRequests = class extends import_sdk_js_core136.AbstractApiRequest {
|
|
19980
20123
|
constructor(options) {
|
|
19981
20124
|
super(void 0, options);
|
|
19982
20125
|
this.method = "GET";
|
|
@@ -19995,14 +20138,14 @@ var GetIntegrationGlovoGlobalClientLogRequests = class extends import_sdk_js_cor
|
|
|
19995
20138
|
};
|
|
19996
20139
|
|
|
19997
20140
|
// src/requests/services/glovo/GetIntegrationGlovoList.ts
|
|
19998
|
-
var
|
|
20141
|
+
var import_sdk_js_core137 = require("@deliverart/sdk-js-core");
|
|
19999
20142
|
var import_sdk_js_global_types51 = require("@deliverart/sdk-js-global-types");
|
|
20000
20143
|
var getIntegrationGlovoListQuerySchema = integrationsGlovoQuerySchema.omit({
|
|
20001
20144
|
service: true
|
|
20002
20145
|
});
|
|
20003
20146
|
var getIntegrationGlovoListInputSchema = external_exports.undefined();
|
|
20004
20147
|
var getIntegrationGlovoListResponseSchema = (0, import_sdk_js_global_types51.createPaginatedSchema)(integrationGlovoSchema);
|
|
20005
|
-
var GetIntegrationGlovoList = class extends
|
|
20148
|
+
var GetIntegrationGlovoList = class extends import_sdk_js_core137.AbstractApiRequest {
|
|
20006
20149
|
constructor(options) {
|
|
20007
20150
|
super(void 0, options);
|
|
20008
20151
|
this.method = "GET";
|
|
@@ -20021,10 +20164,10 @@ var GetIntegrationGlovoList = class extends import_sdk_js_core133.AbstractApiReq
|
|
|
20021
20164
|
};
|
|
20022
20165
|
|
|
20023
20166
|
// src/requests/services/glovo/GetIntegrationGlovoMenuItemDeltaDetails.ts
|
|
20024
|
-
var
|
|
20167
|
+
var import_sdk_js_core138 = require("@deliverart/sdk-js-core");
|
|
20025
20168
|
var getIntegrationGlovoMenuItemDeltaDetailsInputSchema = external_exports.undefined();
|
|
20026
20169
|
var getIntegrationGlovoMenuItemDeltaDetailsResponseSchema = integrationGlovoMenuItemDeltaDetailsSchema;
|
|
20027
|
-
var GetIntegrationGlovoMenuItemDeltaDetails = class extends
|
|
20170
|
+
var GetIntegrationGlovoMenuItemDeltaDetails = class extends import_sdk_js_core138.AbstractApiRequest {
|
|
20028
20171
|
constructor(integrationGlovoId, deltaId) {
|
|
20029
20172
|
super(void 0);
|
|
20030
20173
|
this.method = "GET";
|
|
@@ -20043,14 +20186,14 @@ var GetIntegrationGlovoMenuItemDeltaDetails = class extends import_sdk_js_core13
|
|
|
20043
20186
|
};
|
|
20044
20187
|
|
|
20045
20188
|
// src/requests/services/glovo/GetIntegrationGlovoMenuItemDeltas.ts
|
|
20046
|
-
var
|
|
20189
|
+
var import_sdk_js_core139 = require("@deliverart/sdk-js-core");
|
|
20047
20190
|
var import_sdk_js_global_types52 = require("@deliverart/sdk-js-global-types");
|
|
20048
20191
|
var getIntegrationGlovoMenuItemDeltasQuerySchema = integrationGlovoMenuItemDeltasQuerySchema;
|
|
20049
20192
|
var getIntegrationGlovoMenuItemDeltasInputSchema = external_exports.undefined();
|
|
20050
20193
|
var getIntegrationGlovoMenuItemDeltasResponseSchema = (0, import_sdk_js_global_types52.createPaginatedSchema)(
|
|
20051
20194
|
integrationGlovoMenuItemDeltaSchema
|
|
20052
20195
|
);
|
|
20053
|
-
var GetIntegrationGlovoMenuItemDeltas = class extends
|
|
20196
|
+
var GetIntegrationGlovoMenuItemDeltas = class extends import_sdk_js_core139.AbstractApiRequest {
|
|
20054
20197
|
constructor(integrationGlovoId, options) {
|
|
20055
20198
|
super(void 0, options);
|
|
20056
20199
|
this.method = "GET";
|
|
@@ -20070,11 +20213,11 @@ var GetIntegrationGlovoMenuItemDeltas = class extends import_sdk_js_core135.Abst
|
|
|
20070
20213
|
};
|
|
20071
20214
|
|
|
20072
20215
|
// src/requests/services/glovo/GetIntegrationGlovoMenuValidation.ts
|
|
20073
|
-
var
|
|
20216
|
+
var import_sdk_js_core140 = require("@deliverart/sdk-js-core");
|
|
20074
20217
|
var import_sdk_js_global_types53 = require("@deliverart/sdk-js-global-types");
|
|
20075
20218
|
var getIntegrationGlovoMenuValidationInputSchema = external_exports.undefined();
|
|
20076
20219
|
var getIntegrationGlovoMenuValidationResponseSchema = import_sdk_js_global_types53.emptyResponseSchema;
|
|
20077
|
-
var GetIntegrationGlovoMenuValidation = class extends
|
|
20220
|
+
var GetIntegrationGlovoMenuValidation = class extends import_sdk_js_core140.AbstractApiRequest {
|
|
20078
20221
|
constructor(integrationGlovoId) {
|
|
20079
20222
|
super(void 0);
|
|
20080
20223
|
this.method = "GET";
|
|
@@ -20092,10 +20235,10 @@ var GetIntegrationGlovoMenuValidation = class extends import_sdk_js_core136.Abst
|
|
|
20092
20235
|
};
|
|
20093
20236
|
|
|
20094
20237
|
// src/requests/services/glovo/GetIntegrationGlovoMenuUpdateDetails.ts
|
|
20095
|
-
var
|
|
20238
|
+
var import_sdk_js_core141 = require("@deliverart/sdk-js-core");
|
|
20096
20239
|
var getIntegrationGlovoMenuUpdateDetailsInputSchema = external_exports.undefined();
|
|
20097
20240
|
var getIntegrationGlovoMenuUpdateDetailsResponseSchema = integrationGlovoMenuUpdateDetailsSchema;
|
|
20098
|
-
var GetIntegrationGlovoMenuUpdateDetails = class extends
|
|
20241
|
+
var GetIntegrationGlovoMenuUpdateDetails = class extends import_sdk_js_core141.AbstractApiRequest {
|
|
20099
20242
|
constructor(integrationGlovoId, processId) {
|
|
20100
20243
|
super(void 0);
|
|
20101
20244
|
this.method = "GET";
|
|
@@ -20114,14 +20257,14 @@ var GetIntegrationGlovoMenuUpdateDetails = class extends import_sdk_js_core137.A
|
|
|
20114
20257
|
};
|
|
20115
20258
|
|
|
20116
20259
|
// src/requests/services/glovo/GetIntegrationGlovoMenuUpdates.ts
|
|
20117
|
-
var
|
|
20260
|
+
var import_sdk_js_core142 = require("@deliverart/sdk-js-core");
|
|
20118
20261
|
var import_sdk_js_global_types54 = require("@deliverart/sdk-js-global-types");
|
|
20119
20262
|
var getIntegrationGlovoMenuUpdatesQuerySchema = integrationGlovoMenuUpdatesQuerySchema;
|
|
20120
20263
|
var getIntegrationGlovoMenuUpdatesInputSchema = external_exports.undefined();
|
|
20121
20264
|
var getIntegrationGlovoMenuUpdatesResponseSchema = (0, import_sdk_js_global_types54.createPaginatedSchema)(
|
|
20122
20265
|
integrationGlovoMenuUpdateSchema
|
|
20123
20266
|
);
|
|
20124
|
-
var GetIntegrationGlovoMenuUpdates = class extends
|
|
20267
|
+
var GetIntegrationGlovoMenuUpdates = class extends import_sdk_js_core142.AbstractApiRequest {
|
|
20125
20268
|
constructor(integrationId, options) {
|
|
20126
20269
|
super(void 0, options);
|
|
20127
20270
|
this.method = "GET";
|
|
@@ -20141,10 +20284,10 @@ var GetIntegrationGlovoMenuUpdates = class extends import_sdk_js_core138.Abstrac
|
|
|
20141
20284
|
};
|
|
20142
20285
|
|
|
20143
20286
|
// src/requests/services/glovo/GetIntegrationGlovoMenuVersionDetails.ts
|
|
20144
|
-
var
|
|
20287
|
+
var import_sdk_js_core143 = require("@deliverart/sdk-js-core");
|
|
20145
20288
|
var getIntegrationGlovoMenuVersionDetailsInputSchema = external_exports.undefined();
|
|
20146
20289
|
var getIntegrationGlovoMenuVersionDetailsResponseSchema = menuVersionDetailsSchema;
|
|
20147
|
-
var GetIntegrationGlovoMenuVersionDetails = class extends
|
|
20290
|
+
var GetIntegrationGlovoMenuVersionDetails = class extends import_sdk_js_core143.AbstractApiRequest {
|
|
20148
20291
|
constructor(integrationGlovoId, versionId) {
|
|
20149
20292
|
super(void 0);
|
|
20150
20293
|
this.method = "GET";
|
|
@@ -20163,14 +20306,14 @@ var GetIntegrationGlovoMenuVersionDetails = class extends import_sdk_js_core139.
|
|
|
20163
20306
|
};
|
|
20164
20307
|
|
|
20165
20308
|
// src/requests/services/glovo/GetIntegrationGlovoMenuVersions.ts
|
|
20166
|
-
var
|
|
20309
|
+
var import_sdk_js_core144 = require("@deliverart/sdk-js-core");
|
|
20167
20310
|
var import_sdk_js_global_types55 = require("@deliverart/sdk-js-global-types");
|
|
20168
20311
|
var getIntegrationGlovoMenuVersionsQuerySchema = external_exports.object({
|
|
20169
20312
|
page: external_exports.coerce.number().optional()
|
|
20170
20313
|
});
|
|
20171
20314
|
var getIntegrationGlovoMenuVersionsInputSchema = external_exports.undefined();
|
|
20172
20315
|
var getIntegrationGlovoMenuVersionsResponseSchema = (0, import_sdk_js_global_types55.createPaginatedSchema)(menuVersionSchema);
|
|
20173
|
-
var GetIntegrationGlovoMenuVersions = class extends
|
|
20316
|
+
var GetIntegrationGlovoMenuVersions = class extends import_sdk_js_core144.AbstractApiRequest {
|
|
20174
20317
|
constructor(integrationGlovoId, options) {
|
|
20175
20318
|
super(void 0, options);
|
|
20176
20319
|
this.method = "GET";
|
|
@@ -20190,10 +20333,10 @@ var GetIntegrationGlovoMenuVersions = class extends import_sdk_js_core140.Abstra
|
|
|
20190
20333
|
};
|
|
20191
20334
|
|
|
20192
20335
|
// src/requests/services/glovo/GetIntegrationGlovoOrderDetails.ts
|
|
20193
|
-
var
|
|
20336
|
+
var import_sdk_js_core145 = require("@deliverart/sdk-js-core");
|
|
20194
20337
|
var getIntegrationGlovoOrderDetailsInputSchema = external_exports.undefined();
|
|
20195
20338
|
var getIntegrationGlovoOrderDetailsResponseSchema = integrationGlovoOrderDetailsSchema;
|
|
20196
|
-
var GetIntegrationGlovoOrderDetails = class extends
|
|
20339
|
+
var GetIntegrationGlovoOrderDetails = class extends import_sdk_js_core145.AbstractApiRequest {
|
|
20197
20340
|
constructor(integrationGlovoId, orderId) {
|
|
20198
20341
|
super(void 0);
|
|
20199
20342
|
this.method = "GET";
|
|
@@ -20212,14 +20355,14 @@ var GetIntegrationGlovoOrderDetails = class extends import_sdk_js_core141.Abstra
|
|
|
20212
20355
|
};
|
|
20213
20356
|
|
|
20214
20357
|
// src/requests/services/glovo/GetIntegrationGlovoOrders.ts
|
|
20215
|
-
var
|
|
20358
|
+
var import_sdk_js_core146 = require("@deliverart/sdk-js-core");
|
|
20216
20359
|
var import_sdk_js_global_types56 = require("@deliverart/sdk-js-global-types");
|
|
20217
20360
|
var getIntegrationGlovoOrdersQuerySchema = integrationGlovoOrdersQuerySchema;
|
|
20218
20361
|
var getIntegrationGlovoOrdersInputSchema = external_exports.undefined();
|
|
20219
20362
|
var getIntegrationGlovoOrdersResponseSchema = (0, import_sdk_js_global_types56.createPaginatedSchema)(
|
|
20220
20363
|
integrationGlovoOrderSchema
|
|
20221
20364
|
);
|
|
20222
|
-
var GetIntegrationGlovoOrders = class extends
|
|
20365
|
+
var GetIntegrationGlovoOrders = class extends import_sdk_js_core146.AbstractApiRequest {
|
|
20223
20366
|
constructor(integrationGlovoId, options) {
|
|
20224
20367
|
super(void 0, options);
|
|
20225
20368
|
this.method = "GET";
|
|
@@ -20239,7 +20382,7 @@ var GetIntegrationGlovoOrders = class extends import_sdk_js_core142.AbstractApiR
|
|
|
20239
20382
|
};
|
|
20240
20383
|
|
|
20241
20384
|
// src/requests/services/glovo/GetIntegrationGlovoOrdersFromOrder.ts
|
|
20242
|
-
var
|
|
20385
|
+
var import_sdk_js_core147 = require("@deliverart/sdk-js-core");
|
|
20243
20386
|
var getIntegrationGlovoOrdersFromOrderQuerySchema = integrationGlovoOrdersQuerySchema.omit(
|
|
20244
20387
|
{
|
|
20245
20388
|
page: true
|
|
@@ -20249,7 +20392,7 @@ var getIntegrationGlovoOrdersFromOrderInputSchema = external_exports.undefined()
|
|
|
20249
20392
|
var getIntegrationGlovoOrdersFromOrderResponseSchema = external_exports.array(
|
|
20250
20393
|
integrationGlovoOrderSchema
|
|
20251
20394
|
);
|
|
20252
|
-
var GetIntegrationGlovoOrdersFromOrder = class extends
|
|
20395
|
+
var GetIntegrationGlovoOrdersFromOrder = class extends import_sdk_js_core147.AbstractApiRequest {
|
|
20253
20396
|
constructor(orderId, options) {
|
|
20254
20397
|
super(void 0, options);
|
|
20255
20398
|
this.method = "GET";
|
|
@@ -20269,10 +20412,10 @@ var GetIntegrationGlovoOrdersFromOrder = class extends import_sdk_js_core143.Abs
|
|
|
20269
20412
|
};
|
|
20270
20413
|
|
|
20271
20414
|
// src/requests/services/glovo/GetIntegrationGlovoSyncStatus.ts
|
|
20272
|
-
var
|
|
20415
|
+
var import_sdk_js_core148 = require("@deliverart/sdk-js-core");
|
|
20273
20416
|
var getIntegrationGlovoSyncStatusInputSchema = external_exports.undefined();
|
|
20274
20417
|
var getIntegrationGlovoSyncStatusResponseSchema = integrationGlovoSyncStatusResponseSchema;
|
|
20275
|
-
var GetIntegrationGlovoSyncStatus = class extends
|
|
20418
|
+
var GetIntegrationGlovoSyncStatus = class extends import_sdk_js_core148.AbstractApiRequest {
|
|
20276
20419
|
constructor(integrationGlovoId) {
|
|
20277
20420
|
super(void 0);
|
|
20278
20421
|
this.method = "GET";
|
|
@@ -20290,10 +20433,10 @@ var GetIntegrationGlovoSyncStatus = class extends import_sdk_js_core144.Abstract
|
|
|
20290
20433
|
};
|
|
20291
20434
|
|
|
20292
20435
|
// src/requests/services/glovo/GetIntegrationGlovoWebhookEventDetails.ts
|
|
20293
|
-
var
|
|
20436
|
+
var import_sdk_js_core149 = require("@deliverart/sdk-js-core");
|
|
20294
20437
|
var getIntegrationGlovoWebhookEventDetailsInputSchema = external_exports.undefined();
|
|
20295
20438
|
var getIntegrationGlovoWebhookEventDetailsResponseSchema = integrationGlovoWebhookEventDetailsSchema;
|
|
20296
|
-
var GetIntegrationGlovoWebhookEventDetails = class extends
|
|
20439
|
+
var GetIntegrationGlovoWebhookEventDetails = class extends import_sdk_js_core149.AbstractApiRequest {
|
|
20297
20440
|
constructor(integrationGlovoId, eventId) {
|
|
20298
20441
|
super(void 0);
|
|
20299
20442
|
this.method = "GET";
|
|
@@ -20312,14 +20455,14 @@ var GetIntegrationGlovoWebhookEventDetails = class extends import_sdk_js_core145
|
|
|
20312
20455
|
};
|
|
20313
20456
|
|
|
20314
20457
|
// src/requests/services/glovo/GetIntegrationGlovoWebhookEvents.ts
|
|
20315
|
-
var
|
|
20458
|
+
var import_sdk_js_core150 = require("@deliverart/sdk-js-core");
|
|
20316
20459
|
var import_sdk_js_global_types57 = require("@deliverart/sdk-js-global-types");
|
|
20317
20460
|
var getIntegrationGlovoWebhookEventsQuerySchema = integrationGlovoWebhookEventsQueryParamsSchema;
|
|
20318
20461
|
var getIntegrationGlovoWebhookEventsInputSchema = external_exports.undefined();
|
|
20319
20462
|
var getIntegrationGlovoWebhookEventsResponseSchema = (0, import_sdk_js_global_types57.createPaginatedSchema)(
|
|
20320
20463
|
integrationGlovoWebhookEventSchema
|
|
20321
20464
|
);
|
|
20322
|
-
var GetIntegrationGlovoWebhookEvents = class extends
|
|
20465
|
+
var GetIntegrationGlovoWebhookEvents = class extends import_sdk_js_core150.AbstractApiRequest {
|
|
20323
20466
|
constructor(integrationGlovoId, options) {
|
|
20324
20467
|
super(void 0, options);
|
|
20325
20468
|
this.method = "GET";
|
|
@@ -20339,7 +20482,7 @@ var GetIntegrationGlovoWebhookEvents = class extends import_sdk_js_core146.Abstr
|
|
|
20339
20482
|
};
|
|
20340
20483
|
|
|
20341
20484
|
// src/requests/services/glovo/GetIntegrationGlovoWebhookEventsFromOrder.ts
|
|
20342
|
-
var
|
|
20485
|
+
var import_sdk_js_core151 = require("@deliverart/sdk-js-core");
|
|
20343
20486
|
var getIntegrationGlovoWebhookEventsFromOrderQuerySchema = integrationGlovoWebhookEventsQueryParamsSchema.omit({
|
|
20344
20487
|
page: true
|
|
20345
20488
|
});
|
|
@@ -20347,7 +20490,7 @@ var getIntegrationGlovoWebhookEventsFromOrderInputSchema = external_exports.unde
|
|
|
20347
20490
|
var getIntegrationGlovoWebhookEventsFromOrderResponseSchema = external_exports.array(
|
|
20348
20491
|
integrationGlovoWebhookEventSchema
|
|
20349
20492
|
);
|
|
20350
|
-
var GetIntegrationGlovoWebhookEventsFromOrder = class extends
|
|
20493
|
+
var GetIntegrationGlovoWebhookEventsFromOrder = class extends import_sdk_js_core151.AbstractApiRequest {
|
|
20351
20494
|
constructor(orderId, options) {
|
|
20352
20495
|
super(void 0, options);
|
|
20353
20496
|
this.method = "GET";
|
|
@@ -20367,12 +20510,12 @@ var GetIntegrationGlovoWebhookEventsFromOrder = class extends import_sdk_js_core
|
|
|
20367
20510
|
};
|
|
20368
20511
|
|
|
20369
20512
|
// src/requests/services/glovo/IntegrationGlovoSyncMenu.ts
|
|
20370
|
-
var
|
|
20513
|
+
var import_sdk_js_core152 = require("@deliverart/sdk-js-core");
|
|
20371
20514
|
var integrationGlovoSyncMenuInputSchema = external_exports.undefined();
|
|
20372
20515
|
var integrationGlovoSyncMenuResponseSchema = external_exports.object({
|
|
20373
20516
|
message: external_exports.string()
|
|
20374
20517
|
});
|
|
20375
|
-
var IntegrationGlovoSyncMenu = class extends
|
|
20518
|
+
var IntegrationGlovoSyncMenu = class extends import_sdk_js_core152.AbstractApiRequest {
|
|
20376
20519
|
constructor(integrationGlovoId) {
|
|
20377
20520
|
super(void 0);
|
|
20378
20521
|
this.method = "POST";
|
|
@@ -20390,10 +20533,10 @@ var IntegrationGlovoSyncMenu = class extends import_sdk_js_core148.AbstractApiRe
|
|
|
20390
20533
|
};
|
|
20391
20534
|
|
|
20392
20535
|
// src/requests/services/glovo/UpdateIntegrationGlovo.ts
|
|
20393
|
-
var
|
|
20536
|
+
var import_sdk_js_core153 = require("@deliverart/sdk-js-core");
|
|
20394
20537
|
var updateIntegrationGlovoInputSchema = integrationGlovoEditableFieldsSchema.partial();
|
|
20395
20538
|
var updateIntegrationGlovoResponseSchema = integrationGlovoDetailsSchema;
|
|
20396
|
-
var UpdateIntegrationGlovo = class extends
|
|
20539
|
+
var UpdateIntegrationGlovo = class extends import_sdk_js_core153.AbstractApiRequest {
|
|
20397
20540
|
constructor(integrationGlovoId, input) {
|
|
20398
20541
|
super(input);
|
|
20399
20542
|
this.method = "PATCH";
|
|
@@ -20411,13 +20554,13 @@ var UpdateIntegrationGlovo = class extends import_sdk_js_core149.AbstractApiRequ
|
|
|
20411
20554
|
};
|
|
20412
20555
|
|
|
20413
20556
|
// src/requests/services/glovo/UpdateIntegrationGlovoStoreStatus.ts
|
|
20414
|
-
var
|
|
20557
|
+
var import_sdk_js_core154 = require("@deliverart/sdk-js-core");
|
|
20415
20558
|
var import_sdk_js_global_types58 = require("@deliverart/sdk-js-global-types");
|
|
20416
20559
|
var updateIntegrationGlovoStoreStatusInputSchema = external_exports.object({
|
|
20417
20560
|
status: integrationGlovoStoreStatusSchema
|
|
20418
20561
|
});
|
|
20419
20562
|
var updateIntegrationGlovoStoreStatusResponseSchema = import_sdk_js_global_types58.emptyResponseSchema;
|
|
20420
|
-
var UpdateIntegrationGlovoStoreStatus = class extends
|
|
20563
|
+
var UpdateIntegrationGlovoStoreStatus = class extends import_sdk_js_core154.AbstractApiRequest {
|
|
20421
20564
|
constructor(integrationGlovoId, input) {
|
|
20422
20565
|
super(input);
|
|
20423
20566
|
this.method = "POST";
|
|
@@ -20435,13 +20578,13 @@ var UpdateIntegrationGlovoStoreStatus = class extends import_sdk_js_core150.Abst
|
|
|
20435
20578
|
};
|
|
20436
20579
|
|
|
20437
20580
|
// src/requests/services/justeat/CreateIntegrationJustEat.ts
|
|
20438
|
-
var
|
|
20581
|
+
var import_sdk_js_core155 = require("@deliverart/sdk-js-core");
|
|
20439
20582
|
var import_sdk_js_point_of_sale10 = require("@deliverart/sdk-js-point-of-sale");
|
|
20440
20583
|
var createIntegrationJustEatInputSchema = integrationJustEatEditableFieldsSchema.extend({
|
|
20441
20584
|
pointOfSale: import_sdk_js_point_of_sale10.pointOfSaleIriSchema
|
|
20442
20585
|
});
|
|
20443
20586
|
var createIntegrationJustEatResponseSchema = integrationJustEatDetailsSchema;
|
|
20444
|
-
var CreateIntegrationJustEat = class extends
|
|
20587
|
+
var CreateIntegrationJustEat = class extends import_sdk_js_core155.AbstractApiRequest {
|
|
20445
20588
|
constructor(input) {
|
|
20446
20589
|
super(input);
|
|
20447
20590
|
this.method = "POST";
|
|
@@ -20458,11 +20601,11 @@ var CreateIntegrationJustEat = class extends import_sdk_js_core151.AbstractApiRe
|
|
|
20458
20601
|
};
|
|
20459
20602
|
|
|
20460
20603
|
// src/requests/services/justeat/DeleteIntegrationJustEat.ts
|
|
20461
|
-
var
|
|
20604
|
+
var import_sdk_js_core156 = require("@deliverart/sdk-js-core");
|
|
20462
20605
|
var import_sdk_js_global_types59 = require("@deliverart/sdk-js-global-types");
|
|
20463
20606
|
var deleteIntegrationJustEatInputSchema = external_exports.undefined();
|
|
20464
20607
|
var deleteIntegrationJustEatResponseSchema = import_sdk_js_global_types59.emptyResponseSchema;
|
|
20465
|
-
var DeleteIntegrationJustEat = class extends
|
|
20608
|
+
var DeleteIntegrationJustEat = class extends import_sdk_js_core156.AbstractApiRequest {
|
|
20466
20609
|
constructor(integrationJustEatId) {
|
|
20467
20610
|
super(void 0);
|
|
20468
20611
|
this.method = "DELETE";
|
|
@@ -20480,10 +20623,10 @@ var DeleteIntegrationJustEat = class extends import_sdk_js_core152.AbstractApiRe
|
|
|
20480
20623
|
};
|
|
20481
20624
|
|
|
20482
20625
|
// src/requests/services/justeat/GetIntegrationJustEatClientLogRequestDetails.ts
|
|
20483
|
-
var
|
|
20626
|
+
var import_sdk_js_core157 = require("@deliverart/sdk-js-core");
|
|
20484
20627
|
var getIntegrationJustEatClientLogRequestDetailsInputSchema = external_exports.undefined();
|
|
20485
20628
|
var getIntegrationJustEatClientLogRequestDetailsResponseSchema = integrationClientLogRequestDetailsSchema;
|
|
20486
|
-
var GetIntegrationJustEatClientLogRequestDetails = class extends
|
|
20629
|
+
var GetIntegrationJustEatClientLogRequestDetails = class extends import_sdk_js_core157.AbstractApiRequest {
|
|
20487
20630
|
constructor(integrationJustEatId, requestId) {
|
|
20488
20631
|
super(void 0);
|
|
20489
20632
|
this.method = "GET";
|
|
@@ -20502,14 +20645,14 @@ var GetIntegrationJustEatClientLogRequestDetails = class extends import_sdk_js_c
|
|
|
20502
20645
|
};
|
|
20503
20646
|
|
|
20504
20647
|
// src/requests/services/justeat/GetIntegrationJustEatClientLogRequests.ts
|
|
20505
|
-
var
|
|
20648
|
+
var import_sdk_js_core158 = require("@deliverart/sdk-js-core");
|
|
20506
20649
|
var import_sdk_js_global_types60 = require("@deliverart/sdk-js-global-types");
|
|
20507
20650
|
var getIntegrationJustEatClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
20508
20651
|
var getIntegrationJustEatClientLogRequestsInputSchema = external_exports.undefined();
|
|
20509
20652
|
var getIntegrationJustEatClientLogRequestsResponseSchema = (0, import_sdk_js_global_types60.createPaginatedSchema)(
|
|
20510
20653
|
integrationClientLogRequestSchema
|
|
20511
20654
|
);
|
|
20512
|
-
var GetIntegrationJustEatClientLogRequests = class extends
|
|
20655
|
+
var GetIntegrationJustEatClientLogRequests = class extends import_sdk_js_core158.AbstractApiRequest {
|
|
20513
20656
|
constructor(integrationJustEatId, options) {
|
|
20514
20657
|
super(void 0, options);
|
|
20515
20658
|
this.method = "GET";
|
|
@@ -20529,7 +20672,7 @@ var GetIntegrationJustEatClientLogRequests = class extends import_sdk_js_core154
|
|
|
20529
20672
|
};
|
|
20530
20673
|
|
|
20531
20674
|
// src/requests/services/justeat/GetIntegrationJustEatClientLogRequestsFromOrder.ts
|
|
20532
|
-
var
|
|
20675
|
+
var import_sdk_js_core159 = require("@deliverart/sdk-js-core");
|
|
20533
20676
|
var getIntegrationJustEatClientLogRequestsFromOrderQuerySchema = clientLogRequestQuerySchema.omit({
|
|
20534
20677
|
page: true
|
|
20535
20678
|
});
|
|
@@ -20537,7 +20680,7 @@ var getIntegrationJustEatClientLogRequestsFromOrderInputSchema = external_export
|
|
|
20537
20680
|
var getIntegrationJustEatClientLogRequestsFromOrderResponseSchema = external_exports.array(
|
|
20538
20681
|
integrationClientLogRequestSchema
|
|
20539
20682
|
);
|
|
20540
|
-
var GetIntegrationJustEatClientLogRequestsFromOrder = class extends
|
|
20683
|
+
var GetIntegrationJustEatClientLogRequestsFromOrder = class extends import_sdk_js_core159.AbstractApiRequest {
|
|
20541
20684
|
constructor(orderId, options) {
|
|
20542
20685
|
super(void 0, options);
|
|
20543
20686
|
this.method = "GET";
|
|
@@ -20557,10 +20700,10 @@ var GetIntegrationJustEatClientLogRequestsFromOrder = class extends import_sdk_j
|
|
|
20557
20700
|
};
|
|
20558
20701
|
|
|
20559
20702
|
// src/requests/services/justeat/GetIntegrationJustEatDetails.ts
|
|
20560
|
-
var
|
|
20703
|
+
var import_sdk_js_core160 = require("@deliverart/sdk-js-core");
|
|
20561
20704
|
var getIntegrationJustEatDetailsInputSchema = external_exports.undefined();
|
|
20562
20705
|
var getIntegrationJustEatDetailsResponseSchema = integrationJustEatDetailsSchema;
|
|
20563
|
-
var GetIntegrationJustEatDetails = class extends
|
|
20706
|
+
var GetIntegrationJustEatDetails = class extends import_sdk_js_core160.AbstractApiRequest {
|
|
20564
20707
|
constructor(integrationJustEatId) {
|
|
20565
20708
|
super(void 0);
|
|
20566
20709
|
this.method = "GET";
|
|
@@ -20578,14 +20721,14 @@ var GetIntegrationJustEatDetails = class extends import_sdk_js_core156.AbstractA
|
|
|
20578
20721
|
};
|
|
20579
20722
|
|
|
20580
20723
|
// src/requests/services/justeat/GetIntegrationJustEatGlobalClientLogRequests.ts
|
|
20581
|
-
var
|
|
20724
|
+
var import_sdk_js_core161 = require("@deliverart/sdk-js-core");
|
|
20582
20725
|
var import_sdk_js_global_types61 = require("@deliverart/sdk-js-global-types");
|
|
20583
20726
|
var getIntegrationJustEatGlobalClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
20584
20727
|
var getIntegrationJustEatGlobalClientLogRequestsInputSchema = external_exports.undefined();
|
|
20585
20728
|
var getIntegrationJustEatGlobalClientLogRequestsResponseSchema = (0, import_sdk_js_global_types61.createPaginatedSchema)(
|
|
20586
20729
|
integrationClientLogRequestSchema
|
|
20587
20730
|
);
|
|
20588
|
-
var GetIntegrationJustEatGlobalClientLogRequests = class extends
|
|
20731
|
+
var GetIntegrationJustEatGlobalClientLogRequests = class extends import_sdk_js_core161.AbstractApiRequest {
|
|
20589
20732
|
constructor(options) {
|
|
20590
20733
|
super(void 0, options);
|
|
20591
20734
|
this.method = "GET";
|
|
@@ -20604,14 +20747,14 @@ var GetIntegrationJustEatGlobalClientLogRequests = class extends import_sdk_js_c
|
|
|
20604
20747
|
};
|
|
20605
20748
|
|
|
20606
20749
|
// src/requests/services/justeat/GetIntegrationJustEatList.ts
|
|
20607
|
-
var
|
|
20750
|
+
var import_sdk_js_core162 = require("@deliverart/sdk-js-core");
|
|
20608
20751
|
var import_sdk_js_global_types62 = require("@deliverart/sdk-js-global-types");
|
|
20609
20752
|
var getIntegrationJustEatListQuerySchema = integrationsJustEatQuerySchema.omit({
|
|
20610
20753
|
service: true
|
|
20611
20754
|
});
|
|
20612
20755
|
var getIntegrationJustEatListInputSchema = external_exports.undefined();
|
|
20613
20756
|
var getIntegrationJustEatListResponseSchema = (0, import_sdk_js_global_types62.createPaginatedSchema)(integrationJustEatSchema);
|
|
20614
|
-
var GetIntegrationJustEatList = class extends
|
|
20757
|
+
var GetIntegrationJustEatList = class extends import_sdk_js_core162.AbstractApiRequest {
|
|
20615
20758
|
constructor(options) {
|
|
20616
20759
|
super(void 0, options);
|
|
20617
20760
|
this.method = "GET";
|
|
@@ -20629,12 +20772,59 @@ var GetIntegrationJustEatList = class extends import_sdk_js_core158.AbstractApiR
|
|
|
20629
20772
|
}
|
|
20630
20773
|
};
|
|
20631
20774
|
|
|
20632
|
-
// src/requests/services/justeat/
|
|
20633
|
-
var
|
|
20775
|
+
// src/requests/services/justeat/GetIntegrationJustEatMenuItemAvailabilityDeltaDetails.ts
|
|
20776
|
+
var import_sdk_js_core163 = require("@deliverart/sdk-js-core");
|
|
20777
|
+
var getIntegrationJustEatMenuItemAvailabilityDeltaDetailsInputSchema = external_exports.undefined();
|
|
20778
|
+
var getIntegrationJustEatMenuItemAvailabilityDeltaDetailsResponseSchema = integrationJustEatMenuItemAvailabilityDeltaDetailsSchema;
|
|
20779
|
+
var GetIntegrationJustEatMenuItemAvailabilityDeltaDetails = class extends import_sdk_js_core163.AbstractApiRequest {
|
|
20780
|
+
constructor(integrationJustEatId, deltaId) {
|
|
20781
|
+
super(void 0);
|
|
20782
|
+
this.method = "GET";
|
|
20783
|
+
this.contentType = "application/json";
|
|
20784
|
+
this.accept = "application/json";
|
|
20785
|
+
this.inputSchema = getIntegrationJustEatMenuItemAvailabilityDeltaDetailsInputSchema;
|
|
20786
|
+
this.outputSchema = getIntegrationJustEatMenuItemAvailabilityDeltaDetailsResponseSchema;
|
|
20787
|
+
this.querySchema = void 0;
|
|
20788
|
+
this.headersSchema = void 0;
|
|
20789
|
+
this.integrationJustEatId = integrationJustEatId;
|
|
20790
|
+
this.deltaId = deltaId;
|
|
20791
|
+
}
|
|
20792
|
+
getPath() {
|
|
20793
|
+
return `/integrations/justeat/${this.integrationJustEatId}/menu_item_availability_deltas/${this.deltaId}`;
|
|
20794
|
+
}
|
|
20795
|
+
};
|
|
20796
|
+
|
|
20797
|
+
// src/requests/services/justeat/GetIntegrationJustEatMenuItemAvailabilityDeltas.ts
|
|
20798
|
+
var import_sdk_js_core164 = require("@deliverart/sdk-js-core");
|
|
20634
20799
|
var import_sdk_js_global_types63 = require("@deliverart/sdk-js-global-types");
|
|
20800
|
+
var getIntegrationJustEatMenuItemAvailabilityDeltasQuerySchema = integrationJustEatMenuItemAvailabilityDeltasQuerySchema;
|
|
20801
|
+
var getIntegrationJustEatMenuItemAvailabilityDeltasInputSchema = external_exports.undefined();
|
|
20802
|
+
var getIntegrationJustEatMenuItemAvailabilityDeltasResponseSchema = (0, import_sdk_js_global_types63.createPaginatedSchema)(integrationJustEatMenuItemAvailabilityDeltaSchema);
|
|
20803
|
+
var GetIntegrationJustEatMenuItemAvailabilityDeltas = class extends import_sdk_js_core164.AbstractApiRequest {
|
|
20804
|
+
constructor(integrationJustEatId, options) {
|
|
20805
|
+
super(void 0, options);
|
|
20806
|
+
this.method = "GET";
|
|
20807
|
+
this.contentType = "application/json";
|
|
20808
|
+
this.accept = "application/json";
|
|
20809
|
+
this.inputSchema = getIntegrationJustEatMenuItemAvailabilityDeltasInputSchema;
|
|
20810
|
+
this.outputSchema = getIntegrationJustEatMenuItemAvailabilityDeltasResponseSchema;
|
|
20811
|
+
this.querySchema = getIntegrationJustEatMenuItemAvailabilityDeltasQuerySchema;
|
|
20812
|
+
this.headersSchema = void 0;
|
|
20813
|
+
this.listItemSchema = integrationJustEatMenuItemAvailabilityDeltaSchema;
|
|
20814
|
+
this.paginationDefaultEnabled = true;
|
|
20815
|
+
this.integrationJustEatId = integrationJustEatId;
|
|
20816
|
+
}
|
|
20817
|
+
getPath() {
|
|
20818
|
+
return `/integrations/justeat/${this.integrationJustEatId}/menu_item_availability_deltas`;
|
|
20819
|
+
}
|
|
20820
|
+
};
|
|
20821
|
+
|
|
20822
|
+
// src/requests/services/justeat/GetIntegrationJustEatMenuValidation.ts
|
|
20823
|
+
var import_sdk_js_core165 = require("@deliverart/sdk-js-core");
|
|
20824
|
+
var import_sdk_js_global_types64 = require("@deliverart/sdk-js-global-types");
|
|
20635
20825
|
var getIntegrationJustEatMenuValidationInputSchema = external_exports.undefined();
|
|
20636
|
-
var getIntegrationJustEatMenuValidationResponseSchema =
|
|
20637
|
-
var GetIntegrationJustEatMenuValidation = class extends
|
|
20826
|
+
var getIntegrationJustEatMenuValidationResponseSchema = import_sdk_js_global_types64.emptyResponseSchema;
|
|
20827
|
+
var GetIntegrationJustEatMenuValidation = class extends import_sdk_js_core165.AbstractApiRequest {
|
|
20638
20828
|
constructor(integrationJustEatId, type) {
|
|
20639
20829
|
super(void 0);
|
|
20640
20830
|
this.method = "GET";
|
|
@@ -20653,10 +20843,10 @@ var GetIntegrationJustEatMenuValidation = class extends import_sdk_js_core159.Ab
|
|
|
20653
20843
|
};
|
|
20654
20844
|
|
|
20655
20845
|
// src/requests/services/justeat/GetIntegrationJustEatMenuVersionDetails.ts
|
|
20656
|
-
var
|
|
20846
|
+
var import_sdk_js_core166 = require("@deliverart/sdk-js-core");
|
|
20657
20847
|
var getIntegrationJustEatMenuVersionDetailsInputSchema = external_exports.undefined();
|
|
20658
20848
|
var getIntegrationJustEatMenuVersionDetailsResponseSchema = menuVersionDetailsSchema;
|
|
20659
|
-
var GetIntegrationJustEatMenuVersionDetails = class extends
|
|
20849
|
+
var GetIntegrationJustEatMenuVersionDetails = class extends import_sdk_js_core166.AbstractApiRequest {
|
|
20660
20850
|
constructor(integrationJustEatId, versionId) {
|
|
20661
20851
|
super(void 0);
|
|
20662
20852
|
this.method = "GET";
|
|
@@ -20675,14 +20865,14 @@ var GetIntegrationJustEatMenuVersionDetails = class extends import_sdk_js_core16
|
|
|
20675
20865
|
};
|
|
20676
20866
|
|
|
20677
20867
|
// src/requests/services/justeat/GetIntegrationJustEatMenuVersions.ts
|
|
20678
|
-
var
|
|
20679
|
-
var
|
|
20868
|
+
var import_sdk_js_core167 = require("@deliverart/sdk-js-core");
|
|
20869
|
+
var import_sdk_js_global_types65 = require("@deliverart/sdk-js-global-types");
|
|
20680
20870
|
var getIntegrationJustEatMenuVersionsQuerySchema = external_exports.object({
|
|
20681
20871
|
page: external_exports.coerce.number().optional()
|
|
20682
20872
|
});
|
|
20683
20873
|
var getIntegrationJustEatMenuVersionsInputSchema = external_exports.undefined();
|
|
20684
|
-
var getIntegrationJustEatMenuVersionsResponseSchema = (0,
|
|
20685
|
-
var GetIntegrationJustEatMenuVersions = class extends
|
|
20874
|
+
var getIntegrationJustEatMenuVersionsResponseSchema = (0, import_sdk_js_global_types65.createPaginatedSchema)(menuVersionSchema);
|
|
20875
|
+
var GetIntegrationJustEatMenuVersions = class extends import_sdk_js_core167.AbstractApiRequest {
|
|
20686
20876
|
constructor(integrationJustEatId, options) {
|
|
20687
20877
|
super(void 0, options);
|
|
20688
20878
|
this.method = "GET";
|
|
@@ -20702,10 +20892,10 @@ var GetIntegrationJustEatMenuVersions = class extends import_sdk_js_core161.Abst
|
|
|
20702
20892
|
};
|
|
20703
20893
|
|
|
20704
20894
|
// src/requests/services/justeat/GetIntegrationJustEatOrderDetails.ts
|
|
20705
|
-
var
|
|
20895
|
+
var import_sdk_js_core168 = require("@deliverart/sdk-js-core");
|
|
20706
20896
|
var getIntegrationJustEatOrderDetailsInputSchema = external_exports.undefined();
|
|
20707
20897
|
var getIntegrationJustEatOrderDetailsResponseSchema = integrationJustEatOrderDetailsSchema;
|
|
20708
|
-
var GetIntegrationJustEatOrderDetails = class extends
|
|
20898
|
+
var GetIntegrationJustEatOrderDetails = class extends import_sdk_js_core168.AbstractApiRequest {
|
|
20709
20899
|
constructor(integrationJustEatId, orderId) {
|
|
20710
20900
|
super(void 0);
|
|
20711
20901
|
this.method = "GET";
|
|
@@ -20724,14 +20914,14 @@ var GetIntegrationJustEatOrderDetails = class extends import_sdk_js_core162.Abst
|
|
|
20724
20914
|
};
|
|
20725
20915
|
|
|
20726
20916
|
// src/requests/services/justeat/GetIntegrationJustEatOrders.ts
|
|
20727
|
-
var
|
|
20728
|
-
var
|
|
20917
|
+
var import_sdk_js_core169 = require("@deliverart/sdk-js-core");
|
|
20918
|
+
var import_sdk_js_global_types66 = require("@deliverart/sdk-js-global-types");
|
|
20729
20919
|
var getIntegrationJustEatOrdersQuerySchema = integrationJustEatOrdersQueryParamsSchema;
|
|
20730
20920
|
var getIntegrationJustEatOrdersInputSchema = external_exports.undefined();
|
|
20731
|
-
var getIntegrationJustEatOrdersResponseSchema = (0,
|
|
20921
|
+
var getIntegrationJustEatOrdersResponseSchema = (0, import_sdk_js_global_types66.createPaginatedSchema)(
|
|
20732
20922
|
integrationJustEatOrderSchema
|
|
20733
20923
|
);
|
|
20734
|
-
var GetIntegrationJustEatOrders = class extends
|
|
20924
|
+
var GetIntegrationJustEatOrders = class extends import_sdk_js_core169.AbstractApiRequest {
|
|
20735
20925
|
constructor(integrationJustEatId, options) {
|
|
20736
20926
|
super(void 0, options);
|
|
20737
20927
|
this.method = "GET";
|
|
@@ -20751,7 +20941,7 @@ var GetIntegrationJustEatOrders = class extends import_sdk_js_core163.AbstractAp
|
|
|
20751
20941
|
};
|
|
20752
20942
|
|
|
20753
20943
|
// src/requests/services/justeat/GetIntegrationJustEatOrdersFromOrder.ts
|
|
20754
|
-
var
|
|
20944
|
+
var import_sdk_js_core170 = require("@deliverart/sdk-js-core");
|
|
20755
20945
|
var getIntegrationJustEatOrdersFromOrderQuerySchema = integrationJustEatOrdersQueryParamsSchema.omit({
|
|
20756
20946
|
page: true
|
|
20757
20947
|
});
|
|
@@ -20759,7 +20949,7 @@ var getIntegrationJustEatOrdersFromOrderInputSchema = external_exports.undefined
|
|
|
20759
20949
|
var getIntegrationJustEatOrdersFromOrderResponseSchema = external_exports.array(
|
|
20760
20950
|
integrationJustEatOrderSchema
|
|
20761
20951
|
);
|
|
20762
|
-
var GetIntegrationJustEatOrdersFromOrder = class extends
|
|
20952
|
+
var GetIntegrationJustEatOrdersFromOrder = class extends import_sdk_js_core170.AbstractApiRequest {
|
|
20763
20953
|
constructor(orderId, options) {
|
|
20764
20954
|
super(void 0, options);
|
|
20765
20955
|
this.method = "GET";
|
|
@@ -20779,10 +20969,10 @@ var GetIntegrationJustEatOrdersFromOrder = class extends import_sdk_js_core164.A
|
|
|
20779
20969
|
};
|
|
20780
20970
|
|
|
20781
20971
|
// src/requests/services/justeat/GetIntegrationJustEatSyncMenuProcessDetails.ts
|
|
20782
|
-
var
|
|
20972
|
+
var import_sdk_js_core171 = require("@deliverart/sdk-js-core");
|
|
20783
20973
|
var getIntegrationJustEatSyncMenuProcessDetailsInputSchema = external_exports.undefined();
|
|
20784
20974
|
var getIntegrationJustEatSyncMenuProcessDetailsResponseSchema = integrationJustEatSyncMenuProcessDetailsSchema;
|
|
20785
|
-
var GetIntegrationJustEatSyncMenuProcessDetails = class extends
|
|
20975
|
+
var GetIntegrationJustEatSyncMenuProcessDetails = class extends import_sdk_js_core171.AbstractApiRequest {
|
|
20786
20976
|
constructor(integrationJustEatId, processId) {
|
|
20787
20977
|
super(void 0);
|
|
20788
20978
|
this.method = "GET";
|
|
@@ -20801,14 +20991,14 @@ var GetIntegrationJustEatSyncMenuProcessDetails = class extends import_sdk_js_co
|
|
|
20801
20991
|
};
|
|
20802
20992
|
|
|
20803
20993
|
// src/requests/services/justeat/GetIntegrationJustEatSyncMenuProcesses.ts
|
|
20804
|
-
var
|
|
20805
|
-
var
|
|
20994
|
+
var import_sdk_js_core172 = require("@deliverart/sdk-js-core");
|
|
20995
|
+
var import_sdk_js_global_types67 = require("@deliverart/sdk-js-global-types");
|
|
20806
20996
|
var getIntegrationJustEatSyncMenuProcessesQuerySchema = integrationJustEatSyncMenuProcessesQuerySchema;
|
|
20807
20997
|
var getIntegrationJustEatSyncMenuProcessesInputSchema = external_exports.undefined();
|
|
20808
|
-
var getIntegrationJustEatSyncMenuProcessesResponseSchema = (0,
|
|
20998
|
+
var getIntegrationJustEatSyncMenuProcessesResponseSchema = (0, import_sdk_js_global_types67.createPaginatedSchema)(
|
|
20809
20999
|
integrationJustEatSyncMenuProcessSchema
|
|
20810
21000
|
);
|
|
20811
|
-
var GetIntegrationJustEatSyncMenuProcesses = class extends
|
|
21001
|
+
var GetIntegrationJustEatSyncMenuProcesses = class extends import_sdk_js_core172.AbstractApiRequest {
|
|
20812
21002
|
constructor(integrationJustEatId, options) {
|
|
20813
21003
|
super(void 0, options);
|
|
20814
21004
|
this.method = "GET";
|
|
@@ -20828,12 +21018,12 @@ var GetIntegrationJustEatSyncMenuProcesses = class extends import_sdk_js_core166
|
|
|
20828
21018
|
};
|
|
20829
21019
|
|
|
20830
21020
|
// src/requests/services/justeat/IntegrationJustEatSyncMenu.ts
|
|
20831
|
-
var
|
|
21021
|
+
var import_sdk_js_core173 = require("@deliverart/sdk-js-core");
|
|
20832
21022
|
var integrationJustEatSyncMenuInputSchema = external_exports.undefined();
|
|
20833
21023
|
var integrationJustEatSyncMenuResponseSchema = external_exports.object({
|
|
20834
21024
|
message: external_exports.string()
|
|
20835
21025
|
});
|
|
20836
|
-
var IntegrationJustEatSyncMenu = class extends
|
|
21026
|
+
var IntegrationJustEatSyncMenu = class extends import_sdk_js_core173.AbstractApiRequest {
|
|
20837
21027
|
constructor(integrationJustEatId) {
|
|
20838
21028
|
super(void 0);
|
|
20839
21029
|
this.method = "POST";
|
|
@@ -20851,12 +21041,12 @@ var IntegrationJustEatSyncMenu = class extends import_sdk_js_core167.AbstractApi
|
|
|
20851
21041
|
};
|
|
20852
21042
|
|
|
20853
21043
|
// src/requests/services/justeat/IntegrationJustEatSyncOpeningTimes.ts
|
|
20854
|
-
var
|
|
21044
|
+
var import_sdk_js_core174 = require("@deliverart/sdk-js-core");
|
|
20855
21045
|
var integrationJustEatSyncOpeningHoursInputSchema = external_exports.undefined();
|
|
20856
21046
|
var integrationJustEatSyncOpeningHoursResponseSchema = external_exports.object({
|
|
20857
21047
|
message: external_exports.string()
|
|
20858
21048
|
});
|
|
20859
|
-
var IntegrationJustEatSyncOpeningTimes = class extends
|
|
21049
|
+
var IntegrationJustEatSyncOpeningTimes = class extends import_sdk_js_core174.AbstractApiRequest {
|
|
20860
21050
|
constructor(integrationJustEatId) {
|
|
20861
21051
|
super(void 0);
|
|
20862
21052
|
this.method = "POST";
|
|
@@ -20874,10 +21064,10 @@ var IntegrationJustEatSyncOpeningTimes = class extends import_sdk_js_core168.Abs
|
|
|
20874
21064
|
};
|
|
20875
21065
|
|
|
20876
21066
|
// src/requests/services/justeat/UpdateIntegrationJustEat.ts
|
|
20877
|
-
var
|
|
21067
|
+
var import_sdk_js_core175 = require("@deliverart/sdk-js-core");
|
|
20878
21068
|
var updateIntegrationJustEatInputSchema = integrationJustEatEditableFieldsSchema.partial();
|
|
20879
21069
|
var updateIntegrationJustEatResponseSchema = integrationJustEatDetailsSchema;
|
|
20880
|
-
var UpdateIntegrationJustEat = class extends
|
|
21070
|
+
var UpdateIntegrationJustEat = class extends import_sdk_js_core175.AbstractApiRequest {
|
|
20881
21071
|
constructor(integrationJustEatId, input) {
|
|
20882
21072
|
super(input);
|
|
20883
21073
|
this.method = "PATCH";
|
|
@@ -20895,13 +21085,13 @@ var UpdateIntegrationJustEat = class extends import_sdk_js_core169.AbstractApiRe
|
|
|
20895
21085
|
};
|
|
20896
21086
|
|
|
20897
21087
|
// src/requests/services/justeat/UpdateIntegrationJustEatRestaurantStatus.ts
|
|
20898
|
-
var
|
|
20899
|
-
var
|
|
21088
|
+
var import_sdk_js_core176 = require("@deliverart/sdk-js-core");
|
|
21089
|
+
var import_sdk_js_global_types68 = require("@deliverart/sdk-js-global-types");
|
|
20900
21090
|
var updateIntegrationJustEatRestaurantStatusInputSchema = external_exports.object({
|
|
20901
21091
|
status: integrationJustEatRestaurantStatusSchema
|
|
20902
21092
|
});
|
|
20903
|
-
var updateIntegrationJustEatRestaurantStatusResponseSchema =
|
|
20904
|
-
var UpdateIntegrationJustEatRestaurantStatus = class extends
|
|
21093
|
+
var updateIntegrationJustEatRestaurantStatusResponseSchema = import_sdk_js_global_types68.emptyResponseSchema;
|
|
21094
|
+
var UpdateIntegrationJustEatRestaurantStatus = class extends import_sdk_js_core176.AbstractApiRequest {
|
|
20905
21095
|
constructor(integrationJustEatId, input) {
|
|
20906
21096
|
super(input);
|
|
20907
21097
|
this.method = "POST";
|
|
@@ -20919,13 +21109,13 @@ var UpdateIntegrationJustEatRestaurantStatus = class extends import_sdk_js_core1
|
|
|
20919
21109
|
};
|
|
20920
21110
|
|
|
20921
21111
|
// src/requests/services/kitchen/CreateIntegrationKitchen.ts
|
|
20922
|
-
var
|
|
21112
|
+
var import_sdk_js_core177 = require("@deliverart/sdk-js-core");
|
|
20923
21113
|
var import_sdk_js_point_of_sale11 = require("@deliverart/sdk-js-point-of-sale");
|
|
20924
21114
|
var createIntegrationKitchenInputSchema = integrationKitchenEditableFieldsSchema.extend({
|
|
20925
21115
|
pointOfSale: import_sdk_js_point_of_sale11.pointOfSaleIriSchema
|
|
20926
21116
|
});
|
|
20927
21117
|
var createIntegrationKitchenResponseSchema = integrationKitchenDetailsSchema;
|
|
20928
|
-
var CreateIntegrationKitchen = class extends
|
|
21118
|
+
var CreateIntegrationKitchen = class extends import_sdk_js_core177.AbstractApiRequest {
|
|
20929
21119
|
constructor(input) {
|
|
20930
21120
|
super(input);
|
|
20931
21121
|
this.method = "POST";
|
|
@@ -20942,10 +21132,10 @@ var CreateIntegrationKitchen = class extends import_sdk_js_core171.AbstractApiRe
|
|
|
20942
21132
|
};
|
|
20943
21133
|
|
|
20944
21134
|
// src/requests/services/kitchen/CreateIntegrationKitchenAccessToken.ts
|
|
20945
|
-
var
|
|
21135
|
+
var import_sdk_js_core178 = require("@deliverart/sdk-js-core");
|
|
20946
21136
|
var createIntegrationKitchenAccessTokenInputSchema = external_exports.undefined();
|
|
20947
21137
|
var createIntegrationKitchenAccessTokenResponseSchema = integrationKitchenAccessTokenDetailsSchema;
|
|
20948
|
-
var CreateIntegrationKitchenAccessToken = class extends
|
|
21138
|
+
var CreateIntegrationKitchenAccessToken = class extends import_sdk_js_core178.AbstractApiRequest {
|
|
20949
21139
|
constructor(integrationKitchenId) {
|
|
20950
21140
|
super(void 0);
|
|
20951
21141
|
this.method = "POST";
|
|
@@ -20963,11 +21153,11 @@ var CreateIntegrationKitchenAccessToken = class extends import_sdk_js_core172.Ab
|
|
|
20963
21153
|
};
|
|
20964
21154
|
|
|
20965
21155
|
// src/requests/services/kitchen/DeleteIntegrationKitchen.ts
|
|
20966
|
-
var
|
|
20967
|
-
var
|
|
21156
|
+
var import_sdk_js_core179 = require("@deliverart/sdk-js-core");
|
|
21157
|
+
var import_sdk_js_global_types69 = require("@deliverart/sdk-js-global-types");
|
|
20968
21158
|
var deleteIntegrationKitchenInputSchema = external_exports.undefined();
|
|
20969
|
-
var deleteIntegrationKitchenResponseSchema =
|
|
20970
|
-
var DeleteIntegrationKitchen = class extends
|
|
21159
|
+
var deleteIntegrationKitchenResponseSchema = import_sdk_js_global_types69.emptyResponseSchema;
|
|
21160
|
+
var DeleteIntegrationKitchen = class extends import_sdk_js_core179.AbstractApiRequest {
|
|
20971
21161
|
constructor(integrationKitchenId) {
|
|
20972
21162
|
super(void 0);
|
|
20973
21163
|
this.method = "DELETE";
|
|
@@ -20985,11 +21175,11 @@ var DeleteIntegrationKitchen = class extends import_sdk_js_core173.AbstractApiRe
|
|
|
20985
21175
|
};
|
|
20986
21176
|
|
|
20987
21177
|
// src/requests/services/kitchen/DeleteIntegrationKitchenAccessToken.ts
|
|
20988
|
-
var
|
|
20989
|
-
var
|
|
21178
|
+
var import_sdk_js_core180 = require("@deliverart/sdk-js-core");
|
|
21179
|
+
var import_sdk_js_global_types70 = require("@deliverart/sdk-js-global-types");
|
|
20990
21180
|
var deleteIntegrationKitchenAccessTokenInputSchema = external_exports.undefined();
|
|
20991
|
-
var deleteIntegrationKitchenAccessTokenResponseSchema =
|
|
20992
|
-
var DeleteIntegrationKitchenAccessToken = class extends
|
|
21181
|
+
var deleteIntegrationKitchenAccessTokenResponseSchema = import_sdk_js_global_types70.emptyResponseSchema;
|
|
21182
|
+
var DeleteIntegrationKitchenAccessToken = class extends import_sdk_js_core180.AbstractApiRequest {
|
|
20993
21183
|
constructor(integrationKitchenId, integrationKitchenAccessTokenId) {
|
|
20994
21184
|
super(void 0);
|
|
20995
21185
|
this.method = "DELETE";
|
|
@@ -21008,10 +21198,10 @@ var DeleteIntegrationKitchenAccessToken = class extends import_sdk_js_core174.Ab
|
|
|
21008
21198
|
};
|
|
21009
21199
|
|
|
21010
21200
|
// src/requests/services/kitchen/GetIntegrationKitchenAccessTokenDetails.ts
|
|
21011
|
-
var
|
|
21201
|
+
var import_sdk_js_core181 = require("@deliverart/sdk-js-core");
|
|
21012
21202
|
var getIntegrationKitchenAccessTokenDetailsInputSchema = external_exports.undefined();
|
|
21013
21203
|
var getIntegrationKitchenAccessTokenDetailsResponseSchema = integrationKitchenAccessTokenDetailsSchema;
|
|
21014
|
-
var GetIntegrationKitchenAccessTokenDetails = class extends
|
|
21204
|
+
var GetIntegrationKitchenAccessTokenDetails = class extends import_sdk_js_core181.AbstractApiRequest {
|
|
21015
21205
|
constructor(integrationKitchenId, requestId) {
|
|
21016
21206
|
super(void 0);
|
|
21017
21207
|
this.method = "GET";
|
|
@@ -21030,14 +21220,14 @@ var GetIntegrationKitchenAccessTokenDetails = class extends import_sdk_js_core17
|
|
|
21030
21220
|
};
|
|
21031
21221
|
|
|
21032
21222
|
// src/requests/services/kitchen/GetIntegrationKitchenAccessTokens.ts
|
|
21033
|
-
var
|
|
21034
|
-
var
|
|
21223
|
+
var import_sdk_js_core182 = require("@deliverart/sdk-js-core");
|
|
21224
|
+
var import_sdk_js_global_types71 = require("@deliverart/sdk-js-global-types");
|
|
21035
21225
|
var getIntegrationKitchenAccessTokensQuerySchema = integrationKitchenAccessTokensQuerySchema;
|
|
21036
21226
|
var getIntegrationKitchenAccessTokensInputSchema = external_exports.undefined();
|
|
21037
|
-
var getIntegrationKitchenAccessTokensResponseSchema = (0,
|
|
21227
|
+
var getIntegrationKitchenAccessTokensResponseSchema = (0, import_sdk_js_global_types71.createPaginatedSchema)(
|
|
21038
21228
|
integrationKitchenAccessTokenSchema
|
|
21039
21229
|
);
|
|
21040
|
-
var GetIntegrationKitchenAccessTokens = class extends
|
|
21230
|
+
var GetIntegrationKitchenAccessTokens = class extends import_sdk_js_core182.AbstractApiRequest {
|
|
21041
21231
|
constructor(integrationKitchenId, options) {
|
|
21042
21232
|
super(void 0, options);
|
|
21043
21233
|
this.method = "GET";
|
|
@@ -21057,10 +21247,10 @@ var GetIntegrationKitchenAccessTokens = class extends import_sdk_js_core176.Abst
|
|
|
21057
21247
|
};
|
|
21058
21248
|
|
|
21059
21249
|
// src/requests/services/kitchen/GetIntegrationKitchenDetails.ts
|
|
21060
|
-
var
|
|
21250
|
+
var import_sdk_js_core183 = require("@deliverart/sdk-js-core");
|
|
21061
21251
|
var getIntegrationKitchenDetailsInputSchema = external_exports.undefined();
|
|
21062
21252
|
var getIntegrationKitchenDetailsResponseSchema = integrationKitchenDetailsSchema;
|
|
21063
|
-
var GetIntegrationKitchenDetails = class extends
|
|
21253
|
+
var GetIntegrationKitchenDetails = class extends import_sdk_js_core183.AbstractApiRequest {
|
|
21064
21254
|
constructor(integrationKitchenId) {
|
|
21065
21255
|
super(void 0);
|
|
21066
21256
|
this.method = "GET";
|
|
@@ -21078,14 +21268,14 @@ var GetIntegrationKitchenDetails = class extends import_sdk_js_core177.AbstractA
|
|
|
21078
21268
|
};
|
|
21079
21269
|
|
|
21080
21270
|
// src/requests/services/kitchen/GetIntegrationKitchenList.ts
|
|
21081
|
-
var
|
|
21082
|
-
var
|
|
21271
|
+
var import_sdk_js_core184 = require("@deliverart/sdk-js-core");
|
|
21272
|
+
var import_sdk_js_global_types72 = require("@deliverart/sdk-js-global-types");
|
|
21083
21273
|
var getIntegrationKitchenListQuerySchema = integrationsKitchenQuerySchema.omit({
|
|
21084
21274
|
service: true
|
|
21085
21275
|
});
|
|
21086
|
-
var getIntegrationKitchenListResponseSchema = (0,
|
|
21276
|
+
var getIntegrationKitchenListResponseSchema = (0, import_sdk_js_global_types72.createPaginatedSchema)(integrationKitchenSchema);
|
|
21087
21277
|
var getIntegrationKitchenListInputSchema = external_exports.undefined();
|
|
21088
|
-
var GetIntegrationKitchenList = class extends
|
|
21278
|
+
var GetIntegrationKitchenList = class extends import_sdk_js_core184.AbstractApiRequest {
|
|
21089
21279
|
constructor(options) {
|
|
21090
21280
|
super(void 0, options);
|
|
21091
21281
|
this.method = "GET";
|
|
@@ -21104,10 +21294,10 @@ var GetIntegrationKitchenList = class extends import_sdk_js_core178.AbstractApiR
|
|
|
21104
21294
|
};
|
|
21105
21295
|
|
|
21106
21296
|
// src/requests/services/kitchen/UpdateIntegrationKitchen.ts
|
|
21107
|
-
var
|
|
21297
|
+
var import_sdk_js_core185 = require("@deliverart/sdk-js-core");
|
|
21108
21298
|
var updateIntegrationKitchenInputSchema = integrationKitchenEditableFieldsSchema.partial();
|
|
21109
21299
|
var updateIntegrationKitchenResponseSchema = integrationKitchenDetailsSchema;
|
|
21110
|
-
var UpdateIntegrationKitchen = class extends
|
|
21300
|
+
var UpdateIntegrationKitchen = class extends import_sdk_js_core185.AbstractApiRequest {
|
|
21111
21301
|
constructor(integrationKitchenId, input) {
|
|
21112
21302
|
super(input);
|
|
21113
21303
|
this.method = "PATCH";
|
|
@@ -21125,10 +21315,10 @@ var UpdateIntegrationKitchen = class extends import_sdk_js_core179.AbstractApiRe
|
|
|
21125
21315
|
};
|
|
21126
21316
|
|
|
21127
21317
|
// src/requests/UpdateIntegration.ts
|
|
21128
|
-
var
|
|
21318
|
+
var import_sdk_js_core186 = require("@deliverart/sdk-js-core");
|
|
21129
21319
|
var updateIntegrationInputSchema = writableIntegrationSchema.partial();
|
|
21130
21320
|
var updateIntegrationResponseSchema = integrationDetailsSchema;
|
|
21131
|
-
var UpdateIntegration = class extends
|
|
21321
|
+
var UpdateIntegration = class extends import_sdk_js_core186.AbstractApiRequest {
|
|
21132
21322
|
constructor(integrationId, input) {
|
|
21133
21323
|
super(input);
|
|
21134
21324
|
this.method = "PATCH";
|
|
@@ -21149,10 +21339,12 @@ var UpdateIntegration = class extends import_sdk_js_core180.AbstractApiRequest {
|
|
|
21149
21339
|
ActivateIntegrationActivationRequest,
|
|
21150
21340
|
AnnotateIntegrationActivationRequest,
|
|
21151
21341
|
CancelIntegrationCancellationRequest,
|
|
21342
|
+
CancelIntegrationDeliverooSiteDayOff,
|
|
21152
21343
|
CreateIntegrationActivationRequest,
|
|
21153
21344
|
CreateIntegrationCancellationRequest,
|
|
21154
21345
|
CreateIntegrationCassaInCloud,
|
|
21155
21346
|
CreateIntegrationDeliveroo,
|
|
21347
|
+
CreateIntegrationDeliverooSiteDayOff,
|
|
21156
21348
|
CreateIntegrationEcommerce,
|
|
21157
21349
|
CreateIntegrationGlovo,
|
|
21158
21350
|
CreateIntegrationJustEat,
|
|
@@ -21239,6 +21431,7 @@ var UpdateIntegration = class extends import_sdk_js_core180.AbstractApiRequest {
|
|
|
21239
21431
|
GetIntegrationDeliverooClientLogRequestsFromOrder,
|
|
21240
21432
|
GetIntegrationDeliverooDetails,
|
|
21241
21433
|
GetIntegrationDeliverooGlobalClientLogRequests,
|
|
21434
|
+
GetIntegrationDeliverooIntegrationSiteDaysOff,
|
|
21242
21435
|
GetIntegrationDeliverooList,
|
|
21243
21436
|
GetIntegrationDeliverooMenuValidation,
|
|
21244
21437
|
GetIntegrationDeliverooMenuVersionDetails,
|
|
@@ -21287,6 +21480,8 @@ var UpdateIntegration = class extends import_sdk_js_core180.AbstractApiRequest {
|
|
|
21287
21480
|
GetIntegrationJustEatDetails,
|
|
21288
21481
|
GetIntegrationJustEatGlobalClientLogRequests,
|
|
21289
21482
|
GetIntegrationJustEatList,
|
|
21483
|
+
GetIntegrationJustEatMenuItemAvailabilityDeltaDetails,
|
|
21484
|
+
GetIntegrationJustEatMenuItemAvailabilityDeltas,
|
|
21290
21485
|
GetIntegrationJustEatMenuValidation,
|
|
21291
21486
|
GetIntegrationJustEatMenuVersionDetails,
|
|
21292
21487
|
GetIntegrationJustEatMenuVersions,
|
|
@@ -21319,6 +21514,7 @@ var UpdateIntegration = class extends import_sdk_js_core180.AbstractApiRequest {
|
|
|
21319
21514
|
UpdateIntegrationActivationRequest,
|
|
21320
21515
|
UpdateIntegrationCassaInCloud,
|
|
21321
21516
|
UpdateIntegrationDeliveroo,
|
|
21517
|
+
UpdateIntegrationDeliverooSiteDayOff,
|
|
21322
21518
|
UpdateIntegrationDeliverooSiteStatus,
|
|
21323
21519
|
UpdateIntegrationEcommerce,
|
|
21324
21520
|
UpdateIntegrationGlovo,
|
|
@@ -21338,6 +21534,8 @@ var UpdateIntegration = class extends import_sdk_js_core180.AbstractApiRequest {
|
|
|
21338
21534
|
annotateIntegrationActivationRequestResponseSchema,
|
|
21339
21535
|
cancelIntegrationCancellationRequestInputSchema,
|
|
21340
21536
|
cancelIntegrationCancellationRequestResponseSchema,
|
|
21537
|
+
cancelIntegrationDeliverooSiteDayOffInputSchema,
|
|
21538
|
+
cancelIntegrationDeliverooSiteDayOffResponseSchema,
|
|
21341
21539
|
clientLogRequestQuerySchema,
|
|
21342
21540
|
createIntegrationActivationRequestInputSchema,
|
|
21343
21541
|
createIntegrationActivationRequestResponseSchema,
|
|
@@ -21347,6 +21545,8 @@ var UpdateIntegration = class extends import_sdk_js_core180.AbstractApiRequest {
|
|
|
21347
21545
|
createIntegrationCassaInCloudResponseSchema,
|
|
21348
21546
|
createIntegrationDeliverooInputSchema,
|
|
21349
21547
|
createIntegrationDeliverooResponseSchema,
|
|
21548
|
+
createIntegrationDeliverooSiteDayOffInputSchema,
|
|
21549
|
+
createIntegrationDeliverooSiteDayOffResponseSchema,
|
|
21350
21550
|
createIntegrationEcommerceInputSchema,
|
|
21351
21551
|
createIntegrationEcommerceResponseSchema,
|
|
21352
21552
|
createIntegrationGlovoInputSchema,
|
|
@@ -21560,6 +21760,9 @@ var UpdateIntegration = class extends import_sdk_js_core180.AbstractApiRequest {
|
|
|
21560
21760
|
getIntegrationDeliverooGlobalClientLogRequestsInputSchema,
|
|
21561
21761
|
getIntegrationDeliverooGlobalClientLogRequestsQuerySchema,
|
|
21562
21762
|
getIntegrationDeliverooGlobalClientLogRequestsResponseSchema,
|
|
21763
|
+
getIntegrationDeliverooIntegrationSiteDaysOffInputSchema,
|
|
21764
|
+
getIntegrationDeliverooIntegrationSiteDaysOffQuerySchema,
|
|
21765
|
+
getIntegrationDeliverooIntegrationSiteDaysOffResponseSchema,
|
|
21563
21766
|
getIntegrationDeliverooListInputSchema,
|
|
21564
21767
|
getIntegrationDeliverooListQuerySchema,
|
|
21565
21768
|
getIntegrationDeliverooListResponseSchema,
|
|
@@ -21682,6 +21885,11 @@ var UpdateIntegration = class extends import_sdk_js_core180.AbstractApiRequest {
|
|
|
21682
21885
|
getIntegrationJustEatListInputSchema,
|
|
21683
21886
|
getIntegrationJustEatListQuerySchema,
|
|
21684
21887
|
getIntegrationJustEatListResponseSchema,
|
|
21888
|
+
getIntegrationJustEatMenuItemAvailabilityDeltaDetailsInputSchema,
|
|
21889
|
+
getIntegrationJustEatMenuItemAvailabilityDeltaDetailsResponseSchema,
|
|
21890
|
+
getIntegrationJustEatMenuItemAvailabilityDeltasInputSchema,
|
|
21891
|
+
getIntegrationJustEatMenuItemAvailabilityDeltasQuerySchema,
|
|
21892
|
+
getIntegrationJustEatMenuItemAvailabilityDeltasResponseSchema,
|
|
21685
21893
|
getIntegrationJustEatMenuValidationInputSchema,
|
|
21686
21894
|
getIntegrationJustEatMenuValidationResponseSchema,
|
|
21687
21895
|
getIntegrationJustEatMenuVersionDetailsInputSchema,
|
|
@@ -21894,6 +22102,9 @@ var UpdateIntegration = class extends import_sdk_js_core180.AbstractApiRequest {
|
|
|
21894
22102
|
integrationDeliverooOrderSchema,
|
|
21895
22103
|
integrationDeliverooOrdersQuerySchema,
|
|
21896
22104
|
integrationDeliverooSchema,
|
|
22105
|
+
integrationDeliverooSiteDayOffInputSchema,
|
|
22106
|
+
integrationDeliverooSiteDayOffResponseSchema,
|
|
22107
|
+
integrationDeliverooSiteDaysOffResponseSchema,
|
|
21897
22108
|
integrationDeliverooSiteStatusSchema,
|
|
21898
22109
|
integrationDeliverooSiteStatuses,
|
|
21899
22110
|
integrationDeliverooSyncMenuInputSchema,
|
|
@@ -21986,6 +22197,9 @@ var UpdateIntegration = class extends import_sdk_js_core180.AbstractApiRequest {
|
|
|
21986
22197
|
integrationJustEatDetailsSchema,
|
|
21987
22198
|
integrationJustEatEditableFieldsSchema,
|
|
21988
22199
|
integrationJustEatIriSchema,
|
|
22200
|
+
integrationJustEatMenuItemAvailabilityDeltaDetailsSchema,
|
|
22201
|
+
integrationJustEatMenuItemAvailabilityDeltaSchema,
|
|
22202
|
+
integrationJustEatMenuItemAvailabilityDeltasQuerySchema,
|
|
21989
22203
|
integrationJustEatMenuTypeSchema,
|
|
21990
22204
|
integrationJustEatMenuTypes,
|
|
21991
22205
|
integrationJustEatMenuValidationQuerySchema,
|
|
@@ -22052,6 +22266,8 @@ var UpdateIntegration = class extends import_sdk_js_core180.AbstractApiRequest {
|
|
|
22052
22266
|
updateIntegrationCassaInCloudResponseSchema,
|
|
22053
22267
|
updateIntegrationDeliverooInputSchema,
|
|
22054
22268
|
updateIntegrationDeliverooResponseSchema,
|
|
22269
|
+
updateIntegrationDeliverooSiteDayOffInputSchema,
|
|
22270
|
+
updateIntegrationDeliverooSiteDayOffResponseSchema,
|
|
22055
22271
|
updateIntegrationDeliverooSiteStatusInputSchema,
|
|
22056
22272
|
updateIntegrationDeliverooSiteStatusResponseSchema,
|
|
22057
22273
|
updateIntegrationEcommerceInputSchema,
|