@deliverart/sdk-js-integration 2.14.8 → 2.14.10
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 +389 -205
- package/dist/index.d.cts +890 -25
- package/dist/index.d.ts +890 -25
- package/dist/index.js +383 -214
- package/package.json +10 -10
package/dist/index.cjs
CHANGED
|
@@ -100,6 +100,10 @@ __export(index_exports, {
|
|
|
100
100
|
GetIntegrationCassaInCloudSyncTimetablesProcesses: () => GetIntegrationCassaInCloudSyncTimetablesProcesses,
|
|
101
101
|
GetIntegrationCassaInCloudWebHookEventDetails: () => GetIntegrationCassaInCloudWebHookEventDetails,
|
|
102
102
|
GetIntegrationCassaInCloudWebHookEvents: () => GetIntegrationCassaInCloudWebHookEvents,
|
|
103
|
+
GetIntegrationCassaInCloudWebHookEventsFromCustomer: () => GetIntegrationCassaInCloudWebHookEventsFromCustomer,
|
|
104
|
+
GetIntegrationCassaInCloudWebHookEventsFromMenuItem: () => GetIntegrationCassaInCloudWebHookEventsFromMenuItem,
|
|
105
|
+
GetIntegrationCassaInCloudWebHookEventsFromMenuItemPriceOverride: () => GetIntegrationCassaInCloudWebHookEventsFromMenuItemPriceOverride,
|
|
106
|
+
GetIntegrationCassaInCloudWebHookEventsFromOrder: () => GetIntegrationCassaInCloudWebHookEventsFromOrder,
|
|
103
107
|
GetIntegrationCassaInCloudWebHookSettingDetails: () => GetIntegrationCassaInCloudWebHookSettingDetails,
|
|
104
108
|
GetIntegrationCassaInCloudWebHookSettings: () => GetIntegrationCassaInCloudWebHookSettings,
|
|
105
109
|
GetIntegrationDeliverooBrandSites: () => GetIntegrationDeliverooBrandSites,
|
|
@@ -393,6 +397,18 @@ __export(index_exports, {
|
|
|
393
397
|
getIntegrationCassaInCloudSyncTimetablesProcessesResponseSchema: () => getIntegrationCassaInCloudSyncTimetablesProcessesResponseSchema,
|
|
394
398
|
getIntegrationCassaInCloudWebHookEventDetailsInputSchema: () => getIntegrationCassaInCloudWebHookEventDetailsInputSchema,
|
|
395
399
|
getIntegrationCassaInCloudWebHookEventDetailsResponseSchema: () => getIntegrationCassaInCloudWebHookEventDetailsResponseSchema,
|
|
400
|
+
getIntegrationCassaInCloudWebHookEventsFromCustomerInputSchema: () => getIntegrationCassaInCloudWebHookEventsFromCustomerInputSchema,
|
|
401
|
+
getIntegrationCassaInCloudWebHookEventsFromCustomerQuerySchema: () => getIntegrationCassaInCloudWebHookEventsFromCustomerQuerySchema,
|
|
402
|
+
getIntegrationCassaInCloudWebHookEventsFromCustomerResponseSchema: () => getIntegrationCassaInCloudWebHookEventsFromCustomerResponseSchema,
|
|
403
|
+
getIntegrationCassaInCloudWebHookEventsFromMenuItemInputSchema: () => getIntegrationCassaInCloudWebHookEventsFromMenuItemInputSchema,
|
|
404
|
+
getIntegrationCassaInCloudWebHookEventsFromMenuItemPriceOverrideInputSchema: () => getIntegrationCassaInCloudWebHookEventsFromMenuItemPriceOverrideInputSchema,
|
|
405
|
+
getIntegrationCassaInCloudWebHookEventsFromMenuItemPriceOverrideQuerySchema: () => getIntegrationCassaInCloudWebHookEventsFromMenuItemPriceOverrideQuerySchema,
|
|
406
|
+
getIntegrationCassaInCloudWebHookEventsFromMenuItemPriceOverrideResponseSchema: () => getIntegrationCassaInCloudWebHookEventsFromMenuItemPriceOverrideResponseSchema,
|
|
407
|
+
getIntegrationCassaInCloudWebHookEventsFromMenuItemQuerySchema: () => getIntegrationCassaInCloudWebHookEventsFromMenuItemQuerySchema,
|
|
408
|
+
getIntegrationCassaInCloudWebHookEventsFromMenuItemResponseSchema: () => getIntegrationCassaInCloudWebHookEventsFromMenuItemResponseSchema,
|
|
409
|
+
getIntegrationCassaInCloudWebHookEventsFromOrderInputSchema: () => getIntegrationCassaInCloudWebHookEventsFromOrderInputSchema,
|
|
410
|
+
getIntegrationCassaInCloudWebHookEventsFromOrderQuerySchema: () => getIntegrationCassaInCloudWebHookEventsFromOrderQuerySchema,
|
|
411
|
+
getIntegrationCassaInCloudWebHookEventsFromOrderResponseSchema: () => getIntegrationCassaInCloudWebHookEventsFromOrderResponseSchema,
|
|
396
412
|
getIntegrationCassaInCloudWebHookEventsInputSchema: () => getIntegrationCassaInCloudWebHookEventsInputSchema,
|
|
397
413
|
getIntegrationCassaInCloudWebHookEventsQuerySchema: () => getIntegrationCassaInCloudWebHookEventsQuerySchema,
|
|
398
414
|
getIntegrationCassaInCloudWebHookEventsResponseSchema: () => getIntegrationCassaInCloudWebHookEventsResponseSchema,
|
|
@@ -588,6 +604,7 @@ __export(index_exports, {
|
|
|
588
604
|
integrationCancellationRequestStatuses: () => integrationCancellationRequestStatuses,
|
|
589
605
|
integrationCassaInCloudCategoryMappingDetailsSchema: () => integrationCassaInCloudCategoryMappingDetailsSchema,
|
|
590
606
|
integrationCassaInCloudCategoryMappingIriSchema: () => integrationCassaInCloudCategoryMappingIriSchema,
|
|
607
|
+
integrationCassaInCloudCategoryMappingNullableIriSchema: () => integrationCassaInCloudCategoryMappingNullableIriSchema,
|
|
591
608
|
integrationCassaInCloudCategoryMappingSchema: () => integrationCassaInCloudCategoryMappingSchema,
|
|
592
609
|
integrationCassaInCloudCategoryMappingsQuerySchema: () => integrationCassaInCloudCategoryMappingsQuerySchema,
|
|
593
610
|
integrationCassaInCloudCategoryModifierValueMappingIriSchema: () => integrationCassaInCloudCategoryModifierValueMappingIriSchema,
|
|
@@ -597,6 +614,7 @@ __export(index_exports, {
|
|
|
597
614
|
integrationCassaInCloudComponentMappingsQuerySchema: () => integrationCassaInCloudComponentMappingsQuerySchema,
|
|
598
615
|
integrationCassaInCloudCustomerMappingDetailsSchema: () => integrationCassaInCloudCustomerMappingDetailsSchema,
|
|
599
616
|
integrationCassaInCloudCustomerMappingIriSchema: () => integrationCassaInCloudCustomerMappingIriSchema,
|
|
617
|
+
integrationCassaInCloudCustomerMappingNullableIriSchema: () => integrationCassaInCloudCustomerMappingNullableIriSchema,
|
|
600
618
|
integrationCassaInCloudCustomerMappingSchema: () => integrationCassaInCloudCustomerMappingSchema,
|
|
601
619
|
integrationCassaInCloudCustomerMappingsQuerySchema: () => integrationCassaInCloudCustomerMappingsQuerySchema,
|
|
602
620
|
integrationCassaInCloudCustomersSyncStepSchema: () => integrationCassaInCloudCustomersSyncStepSchema,
|
|
@@ -630,6 +648,7 @@ __export(index_exports, {
|
|
|
630
648
|
integrationCassaInCloudOptionValueModifierValueMappingIriSchema: () => integrationCassaInCloudOptionValueModifierValueMappingIriSchema,
|
|
631
649
|
integrationCassaInCloudOrderMappingDetailsSchema: () => integrationCassaInCloudOrderMappingDetailsSchema,
|
|
632
650
|
integrationCassaInCloudOrderMappingIriSchema: () => integrationCassaInCloudOrderMappingIriSchema,
|
|
651
|
+
integrationCassaInCloudOrderMappingNullableIriSchema: () => integrationCassaInCloudOrderMappingNullableIriSchema,
|
|
633
652
|
integrationCassaInCloudOrderMappingSchema: () => integrationCassaInCloudOrderMappingSchema,
|
|
634
653
|
integrationCassaInCloudOrderMappingsQuerySchema: () => integrationCassaInCloudOrderMappingsQuerySchema,
|
|
635
654
|
integrationCassaInCloudOrganizationMappingDetailsSchema: () => integrationCassaInCloudOrganizationMappingDetailsSchema,
|
|
@@ -640,11 +659,13 @@ __export(index_exports, {
|
|
|
640
659
|
integrationCassaInCloudProductChannels: () => integrationCassaInCloudProductChannels,
|
|
641
660
|
integrationCassaInCloudProductMappingDetailsSchema: () => integrationCassaInCloudProductMappingDetailsSchema,
|
|
642
661
|
integrationCassaInCloudProductMappingIriSchema: () => integrationCassaInCloudProductMappingIriSchema,
|
|
662
|
+
integrationCassaInCloudProductMappingNullableIriSchema: () => integrationCassaInCloudProductMappingNullableIriSchema,
|
|
643
663
|
integrationCassaInCloudProductMappingSchema: () => integrationCassaInCloudProductMappingSchema,
|
|
644
664
|
integrationCassaInCloudProductMappingsQuerySchema: () => integrationCassaInCloudProductMappingsQuerySchema,
|
|
645
665
|
integrationCassaInCloudProductModifierValueMappingIriSchema: () => integrationCassaInCloudProductModifierValueMappingIriSchema,
|
|
646
666
|
integrationCassaInCloudProductVariantMappingDetailsSchema: () => integrationCassaInCloudProductVariantMappingDetailsSchema,
|
|
647
667
|
integrationCassaInCloudProductVariantMappingIriSchema: () => integrationCassaInCloudProductVariantMappingIriSchema,
|
|
668
|
+
integrationCassaInCloudProductVariantMappingNullableIriSchema: () => integrationCassaInCloudProductVariantMappingNullableIriSchema,
|
|
648
669
|
integrationCassaInCloudProductVariantMappingSchema: () => integrationCassaInCloudProductVariantMappingSchema,
|
|
649
670
|
integrationCassaInCloudProductVariantMappingsQuerySchema: () => integrationCassaInCloudProductVariantMappingsQuerySchema,
|
|
650
671
|
integrationCassaInCloudSalesModeMappingDetailsSchema: () => integrationCassaInCloudSalesModeMappingDetailsSchema,
|
|
@@ -15037,6 +15058,9 @@ var integrationCassaInCloudDepartmentMappingIriSchema = (0, import_sdk_js_global
|
|
|
15037
15058
|
var integrationCassaInCloudCategoryMappingIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15038
15059
|
"/integrations/cassa_in_cloud/:id/category_mappings/:categoryId"
|
|
15039
15060
|
);
|
|
15061
|
+
var integrationCassaInCloudCategoryMappingNullableIriSchema = (0, import_sdk_js_global_types.iriNullableSchema)(
|
|
15062
|
+
"/integrations/cassa_in_cloud/:id/category_mappings/:categoryId"
|
|
15063
|
+
);
|
|
15040
15064
|
var integrationCassaInCloudOptionMappingIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15041
15065
|
"/integrations/cassa_in_cloud/:id/option_mappings/:optionId"
|
|
15042
15066
|
);
|
|
@@ -15049,18 +15073,30 @@ var integrationCassaInCloudOrganizationMappingIriSchema = (0, import_sdk_js_glob
|
|
|
15049
15073
|
var integrationCassaInCloudProductMappingIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15050
15074
|
"/integrations/cassa_in_cloud/:id/product_mappings/:productId"
|
|
15051
15075
|
);
|
|
15076
|
+
var integrationCassaInCloudProductMappingNullableIriSchema = (0, import_sdk_js_global_types.iriNullableSchema)(
|
|
15077
|
+
"/integrations/cassa_in_cloud/:id/product_mappings/:productId"
|
|
15078
|
+
);
|
|
15052
15079
|
var integrationCassaInCloudProductVariantMappingIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15053
15080
|
"/integrations/cassa_in_cloud/:id/product_mappings/:productId/variant_mappings/:variantId"
|
|
15054
15081
|
);
|
|
15082
|
+
var integrationCassaInCloudProductVariantMappingNullableIriSchema = (0, import_sdk_js_global_types.iriNullableSchema)(
|
|
15083
|
+
"/integrations/cassa_in_cloud/:id/product_mappings/:productId/variant_mappings/:variantId"
|
|
15084
|
+
);
|
|
15055
15085
|
var integrationCassaInCloudSalesModeMappingIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15056
15086
|
"/integrations/cassa_in_cloud/:id/sales_mode_mappings/:mappingId"
|
|
15057
15087
|
);
|
|
15058
15088
|
var integrationCassaInCloudCustomerMappingIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15059
15089
|
"/integrations/cassa_in_cloud/:id/customer_mappings/:mappingId"
|
|
15060
15090
|
);
|
|
15091
|
+
var integrationCassaInCloudCustomerMappingNullableIriSchema = (0, import_sdk_js_global_types.iriNullableSchema)(
|
|
15092
|
+
"/integrations/cassa_in_cloud/:id/customer_mappings/:mappingId"
|
|
15093
|
+
);
|
|
15061
15094
|
var integrationCassaInCloudOrderMappingIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15062
15095
|
"/integrations/cassa_in_cloud/:id/order_mappings/:orderId"
|
|
15063
15096
|
);
|
|
15097
|
+
var integrationCassaInCloudOrderMappingNullableIriSchema = (0, import_sdk_js_global_types.iriNullableSchema)(
|
|
15098
|
+
"/integrations/cassa_in_cloud/:id/order_mappings/:orderId"
|
|
15099
|
+
);
|
|
15064
15100
|
var integrationCassaInCloudOptionValueMappingIriSchema = (0, import_sdk_js_global_types.iriSchema)(
|
|
15065
15101
|
"/integrations/cassa_in_cloud/:id/option_value_mappings/:optionValueId"
|
|
15066
15102
|
);
|
|
@@ -15698,13 +15734,26 @@ var integrationCassaInCloudWebHookEventSchema = external_exports.object({
|
|
|
15698
15734
|
entity: integrationCassaInCloudWebHookEventEntitySchema,
|
|
15699
15735
|
event: integrationCassaInCloudWebHookEventEventSchema,
|
|
15700
15736
|
body: external_exports.unknown(),
|
|
15737
|
+
extOrderId: external_exports.string().nullable(),
|
|
15738
|
+
extCustomerId: external_exports.string().nullable(),
|
|
15739
|
+
extProductId: external_exports.string().nullable(),
|
|
15740
|
+
extVariationId: external_exports.string().nullable(),
|
|
15701
15741
|
createdAt: import_sdk_js_global_types6.datetimeSchema
|
|
15702
15742
|
});
|
|
15703
15743
|
var integrationCassaInCloudWebHookEventDetailsSchema = integrationCassaInCloudWebHookEventSchema.extend({
|
|
15704
|
-
integration: integrationCassaInCloudIriSchema
|
|
15744
|
+
integration: integrationCassaInCloudIriSchema,
|
|
15745
|
+
orderMapping: integrationCassaInCloudOrderMappingNullableIriSchema,
|
|
15746
|
+
order: import_sdk_js_order.orderNullableIriSchema,
|
|
15747
|
+
customerMapping: integrationCassaInCloudCustomerMappingNullableIriSchema,
|
|
15748
|
+
customer: import_sdk_js_customer.customerNullableIriSchema,
|
|
15749
|
+
productMapping: integrationCassaInCloudProductMappingNullableIriSchema,
|
|
15750
|
+
menuItem: import_sdk_js_menu.menuItemNullableIriSchema,
|
|
15751
|
+
productVariantMapping: integrationCassaInCloudProductVariantMappingNullableIriSchema,
|
|
15752
|
+
menuItemPriceOverride: import_sdk_js_menu.menuItemPriceOverrideNullableIriSchema
|
|
15705
15753
|
});
|
|
15706
15754
|
var integrationCassaInCloudWebHookEventsQuerySchema = external_exports.object({
|
|
15707
15755
|
"order[createdAt]": import_sdk_js_global_types6.sortDirSchema.optional(),
|
|
15756
|
+
id: exactStringFilterSchema,
|
|
15708
15757
|
entity: external_exports.union([
|
|
15709
15758
|
integrationCassaInCloudWebHookEventEntitySchema,
|
|
15710
15759
|
external_exports.array(integrationCassaInCloudWebHookEventEntitySchema)
|
|
@@ -15713,6 +15762,10 @@ var integrationCassaInCloudWebHookEventsQuerySchema = external_exports.object({
|
|
|
15713
15762
|
integrationCassaInCloudWebHookEventEventSchema,
|
|
15714
15763
|
external_exports.array(integrationCassaInCloudWebHookEventEventSchema)
|
|
15715
15764
|
]).optional(),
|
|
15765
|
+
extOrderId: exactStringFilterSchema,
|
|
15766
|
+
extCustomerId: exactStringFilterSchema,
|
|
15767
|
+
extProductId: exactStringFilterSchema,
|
|
15768
|
+
extVariationId: exactStringFilterSchema,
|
|
15716
15769
|
"createdAt[before]": external_exports.string().optional(),
|
|
15717
15770
|
"createdAt[strictly_before]": external_exports.string().optional(),
|
|
15718
15771
|
"createdAt[after]": external_exports.string().optional(),
|
|
@@ -15781,8 +15834,8 @@ var integrationCassaInCloudOptionMappingSchema = external_exports.object({
|
|
|
15781
15834
|
});
|
|
15782
15835
|
var integrationCassaInCloudOptionMappingDetailsSchema = integrationCassaInCloudOptionMappingSchema.extend({
|
|
15783
15836
|
integration: integrationCassaInCloudIriSchema,
|
|
15784
|
-
categoryMapping:
|
|
15785
|
-
productMapping:
|
|
15837
|
+
categoryMapping: integrationCassaInCloudCategoryMappingNullableIriSchema,
|
|
15838
|
+
productMapping: integrationCassaInCloudProductMappingNullableIriSchema,
|
|
15786
15839
|
menuItemModifier: import_sdk_js_menu.menuItemModifierIriSchema
|
|
15787
15840
|
});
|
|
15788
15841
|
var integrationCassaInCloudOptionMappingsQuerySchema = external_exports.object({
|
|
@@ -15927,8 +15980,8 @@ var integrationCassaInCloudModifierValueMappingSchema = external_exports.object(
|
|
|
15927
15980
|
createdAt: import_sdk_js_global_types6.datetimeSchema
|
|
15928
15981
|
});
|
|
15929
15982
|
var integrationCassaInCloudModifierValueMappingDetailsSchema = integrationCassaInCloudModifierValueMappingSchema.extend({
|
|
15930
|
-
categoryMapping:
|
|
15931
|
-
productMapping:
|
|
15983
|
+
categoryMapping: integrationCassaInCloudCategoryMappingNullableIriSchema,
|
|
15984
|
+
productMapping: integrationCassaInCloudProductMappingNullableIriSchema,
|
|
15932
15985
|
optionValueMapping: integrationCassaInCloudOptionValueMappingIriSchema
|
|
15933
15986
|
});
|
|
15934
15987
|
var integrationCassaInCloudModifierValueMappingsQuerySchema = external_exports.object({
|
|
@@ -18596,11 +18649,121 @@ var GetIntegrationCassaInCloudWebHookEvents = class extends import_sdk_js_core76
|
|
|
18596
18649
|
}
|
|
18597
18650
|
};
|
|
18598
18651
|
|
|
18599
|
-
// src/requests/services/cassa_in_cloud/
|
|
18652
|
+
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudWebHookEventsFromCustomer.ts
|
|
18600
18653
|
var import_sdk_js_core77 = require("@deliverart/sdk-js-core");
|
|
18654
|
+
var getIntegrationCassaInCloudWebHookEventsFromCustomerQuerySchema = integrationCassaInCloudWebHookEventsQuerySchema.omit({
|
|
18655
|
+
page: true
|
|
18656
|
+
});
|
|
18657
|
+
var getIntegrationCassaInCloudWebHookEventsFromCustomerInputSchema = external_exports.undefined();
|
|
18658
|
+
var getIntegrationCassaInCloudWebHookEventsFromCustomerResponseSchema = external_exports.array(
|
|
18659
|
+
integrationCassaInCloudWebHookEventSchema
|
|
18660
|
+
);
|
|
18661
|
+
var GetIntegrationCassaInCloudWebHookEventsFromCustomer = class extends import_sdk_js_core77.AbstractApiRequest {
|
|
18662
|
+
constructor(customerId, options) {
|
|
18663
|
+
super(void 0, options);
|
|
18664
|
+
this.method = "GET";
|
|
18665
|
+
this.contentType = "application/json";
|
|
18666
|
+
this.accept = "application/json";
|
|
18667
|
+
this.inputSchema = getIntegrationCassaInCloudWebHookEventsFromCustomerInputSchema;
|
|
18668
|
+
this.outputSchema = getIntegrationCassaInCloudWebHookEventsFromCustomerResponseSchema;
|
|
18669
|
+
this.querySchema = getIntegrationCassaInCloudWebHookEventsFromCustomerQuerySchema;
|
|
18670
|
+
this.headersSchema = void 0;
|
|
18671
|
+
this.listItemSchema = integrationCassaInCloudWebHookEventSchema;
|
|
18672
|
+
this.paginationDefaultEnabled = false;
|
|
18673
|
+
this.customerId = customerId;
|
|
18674
|
+
}
|
|
18675
|
+
getPath() {
|
|
18676
|
+
return `/customers/${this.customerId}/cassa_in_cloud_webhook_events`;
|
|
18677
|
+
}
|
|
18678
|
+
};
|
|
18679
|
+
|
|
18680
|
+
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudWebHookEventsFromMenuItem.ts
|
|
18681
|
+
var import_sdk_js_core78 = require("@deliverart/sdk-js-core");
|
|
18682
|
+
var getIntegrationCassaInCloudWebHookEventsFromMenuItemQuerySchema = integrationCassaInCloudWebHookEventsQuerySchema.omit({
|
|
18683
|
+
page: true
|
|
18684
|
+
});
|
|
18685
|
+
var getIntegrationCassaInCloudWebHookEventsFromMenuItemInputSchema = external_exports.undefined();
|
|
18686
|
+
var getIntegrationCassaInCloudWebHookEventsFromMenuItemResponseSchema = external_exports.array(
|
|
18687
|
+
integrationCassaInCloudWebHookEventSchema
|
|
18688
|
+
);
|
|
18689
|
+
var GetIntegrationCassaInCloudWebHookEventsFromMenuItem = class extends import_sdk_js_core78.AbstractApiRequest {
|
|
18690
|
+
constructor(menuItemId, options) {
|
|
18691
|
+
super(void 0, options);
|
|
18692
|
+
this.method = "GET";
|
|
18693
|
+
this.contentType = "application/json";
|
|
18694
|
+
this.accept = "application/json";
|
|
18695
|
+
this.inputSchema = getIntegrationCassaInCloudWebHookEventsFromMenuItemInputSchema;
|
|
18696
|
+
this.outputSchema = getIntegrationCassaInCloudWebHookEventsFromMenuItemResponseSchema;
|
|
18697
|
+
this.querySchema = getIntegrationCassaInCloudWebHookEventsFromMenuItemQuerySchema;
|
|
18698
|
+
this.headersSchema = void 0;
|
|
18699
|
+
this.listItemSchema = integrationCassaInCloudWebHookEventSchema;
|
|
18700
|
+
this.paginationDefaultEnabled = false;
|
|
18701
|
+
this.menuItemId = menuItemId;
|
|
18702
|
+
}
|
|
18703
|
+
getPath() {
|
|
18704
|
+
return `/menu_items/${this.menuItemId}/cassa_in_cloud_webhook_events`;
|
|
18705
|
+
}
|
|
18706
|
+
};
|
|
18707
|
+
|
|
18708
|
+
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudWebHookEventsFromMenuItemPriceOverride.ts
|
|
18709
|
+
var import_sdk_js_core79 = require("@deliverart/sdk-js-core");
|
|
18710
|
+
var getIntegrationCassaInCloudWebHookEventsFromMenuItemPriceOverrideQuerySchema = integrationCassaInCloudWebHookEventsQuerySchema.omit({
|
|
18711
|
+
page: true
|
|
18712
|
+
});
|
|
18713
|
+
var getIntegrationCassaInCloudWebHookEventsFromMenuItemPriceOverrideInputSchema = external_exports.undefined();
|
|
18714
|
+
var getIntegrationCassaInCloudWebHookEventsFromMenuItemPriceOverrideResponseSchema = external_exports.array(integrationCassaInCloudWebHookEventSchema);
|
|
18715
|
+
var GetIntegrationCassaInCloudWebHookEventsFromMenuItemPriceOverride = class extends import_sdk_js_core79.AbstractApiRequest {
|
|
18716
|
+
constructor(menuItemPriceOverrideId, options) {
|
|
18717
|
+
super(void 0, options);
|
|
18718
|
+
this.method = "GET";
|
|
18719
|
+
this.contentType = "application/json";
|
|
18720
|
+
this.accept = "application/json";
|
|
18721
|
+
this.inputSchema = getIntegrationCassaInCloudWebHookEventsFromMenuItemPriceOverrideInputSchema;
|
|
18722
|
+
this.outputSchema = getIntegrationCassaInCloudWebHookEventsFromMenuItemPriceOverrideResponseSchema;
|
|
18723
|
+
this.querySchema = getIntegrationCassaInCloudWebHookEventsFromMenuItemPriceOverrideQuerySchema;
|
|
18724
|
+
this.headersSchema = void 0;
|
|
18725
|
+
this.listItemSchema = integrationCassaInCloudWebHookEventSchema;
|
|
18726
|
+
this.paginationDefaultEnabled = false;
|
|
18727
|
+
this.menuItemPriceOverrideId = menuItemPriceOverrideId;
|
|
18728
|
+
}
|
|
18729
|
+
getPath() {
|
|
18730
|
+
return `/menu_item_price_overrides/${this.menuItemPriceOverrideId}/cassa_in_cloud_webhook_events`;
|
|
18731
|
+
}
|
|
18732
|
+
};
|
|
18733
|
+
|
|
18734
|
+
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudWebHookEventsFromOrder.ts
|
|
18735
|
+
var import_sdk_js_core80 = require("@deliverart/sdk-js-core");
|
|
18736
|
+
var getIntegrationCassaInCloudWebHookEventsFromOrderQuerySchema = integrationCassaInCloudWebHookEventsQuerySchema.omit({
|
|
18737
|
+
page: true
|
|
18738
|
+
});
|
|
18739
|
+
var getIntegrationCassaInCloudWebHookEventsFromOrderInputSchema = external_exports.undefined();
|
|
18740
|
+
var getIntegrationCassaInCloudWebHookEventsFromOrderResponseSchema = external_exports.array(
|
|
18741
|
+
integrationCassaInCloudWebHookEventSchema
|
|
18742
|
+
);
|
|
18743
|
+
var GetIntegrationCassaInCloudWebHookEventsFromOrder = class extends import_sdk_js_core80.AbstractApiRequest {
|
|
18744
|
+
constructor(orderId, options) {
|
|
18745
|
+
super(void 0, options);
|
|
18746
|
+
this.method = "GET";
|
|
18747
|
+
this.contentType = "application/json";
|
|
18748
|
+
this.accept = "application/json";
|
|
18749
|
+
this.inputSchema = getIntegrationCassaInCloudWebHookEventsFromOrderInputSchema;
|
|
18750
|
+
this.outputSchema = getIntegrationCassaInCloudWebHookEventsFromOrderResponseSchema;
|
|
18751
|
+
this.querySchema = getIntegrationCassaInCloudWebHookEventsFromOrderQuerySchema;
|
|
18752
|
+
this.headersSchema = void 0;
|
|
18753
|
+
this.listItemSchema = integrationCassaInCloudWebHookEventSchema;
|
|
18754
|
+
this.paginationDefaultEnabled = false;
|
|
18755
|
+
this.orderId = orderId;
|
|
18756
|
+
}
|
|
18757
|
+
getPath() {
|
|
18758
|
+
return `/orders/${this.orderId}/cassa_in_cloud_webhook_events`;
|
|
18759
|
+
}
|
|
18760
|
+
};
|
|
18761
|
+
|
|
18762
|
+
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudWebHookSettingDetails.ts
|
|
18763
|
+
var import_sdk_js_core81 = require("@deliverart/sdk-js-core");
|
|
18601
18764
|
var getIntegrationCassaInCloudWebHookSettingDetailsInputSchema = external_exports.undefined();
|
|
18602
18765
|
var getIntegrationCassaInCloudWebHookSettingDetailsResponseSchema = integrationCassaInCloudWebHookSettingDetailsSchema;
|
|
18603
|
-
var GetIntegrationCassaInCloudWebHookSettingDetails = class extends
|
|
18766
|
+
var GetIntegrationCassaInCloudWebHookSettingDetails = class extends import_sdk_js_core81.AbstractApiRequest {
|
|
18604
18767
|
constructor(integrationCassaInCloudId, webHookId) {
|
|
18605
18768
|
super(void 0);
|
|
18606
18769
|
this.method = "GET";
|
|
@@ -18619,13 +18782,13 @@ var GetIntegrationCassaInCloudWebHookSettingDetails = class extends import_sdk_j
|
|
|
18619
18782
|
};
|
|
18620
18783
|
|
|
18621
18784
|
// src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudWebHookSettings.ts
|
|
18622
|
-
var
|
|
18785
|
+
var import_sdk_js_core82 = require("@deliverart/sdk-js-core");
|
|
18623
18786
|
var getIntegrationCassaInCloudWebHookSettingsQuerySchema = integrationCassaInCloudWebHookSettingsQuerySchema;
|
|
18624
18787
|
var getIntegrationCassaInCloudWebHookSettingsInputSchema = external_exports.undefined();
|
|
18625
18788
|
var getIntegrationCassaInCloudWebHookSettingsResponseSchema = external_exports.array(
|
|
18626
18789
|
integrationCassaInCloudWebHookSettingSchema
|
|
18627
18790
|
);
|
|
18628
|
-
var GetIntegrationCassaInCloudWebHookSettings = class extends
|
|
18791
|
+
var GetIntegrationCassaInCloudWebHookSettings = class extends import_sdk_js_core82.AbstractApiRequest {
|
|
18629
18792
|
constructor(integrationCassaInCloudId, options) {
|
|
18630
18793
|
super(void 0, options);
|
|
18631
18794
|
this.method = "GET";
|
|
@@ -18645,13 +18808,13 @@ var GetIntegrationCassaInCloudWebHookSettings = class extends import_sdk_js_core
|
|
|
18645
18808
|
};
|
|
18646
18809
|
|
|
18647
18810
|
// src/requests/services/cassa_in_cloud/IntegrationCassaInCloudSyncCustomers.ts
|
|
18648
|
-
var
|
|
18811
|
+
var import_sdk_js_core83 = require("@deliverart/sdk-js-core");
|
|
18649
18812
|
var integrationCassaInCloudSyncCustomersInputSchema = external_exports.object({
|
|
18650
18813
|
direction: integrationCassaInCloudSyncDirectionSchema,
|
|
18651
18814
|
mode: integrationCassaInCloudSyncModeSchema
|
|
18652
18815
|
});
|
|
18653
18816
|
var integrationCassaInCloudSyncCustomersResponseSchema = integrationAsyncMessageResponseSchema;
|
|
18654
|
-
var IntegrationCassaInCloudSyncCustomers = class extends
|
|
18817
|
+
var IntegrationCassaInCloudSyncCustomers = class extends import_sdk_js_core83.AbstractApiRequest {
|
|
18655
18818
|
constructor(integrationCassaInCloudId, input) {
|
|
18656
18819
|
super(input);
|
|
18657
18820
|
this.method = "POST";
|
|
@@ -18669,10 +18832,10 @@ var IntegrationCassaInCloudSyncCustomers = class extends import_sdk_js_core79.Ab
|
|
|
18669
18832
|
};
|
|
18670
18833
|
|
|
18671
18834
|
// src/requests/services/cassa_in_cloud/IntegrationCassaInCloudSyncOrganizations.ts
|
|
18672
|
-
var
|
|
18835
|
+
var import_sdk_js_core84 = require("@deliverart/sdk-js-core");
|
|
18673
18836
|
var integrationCassaInCloudSyncOrganizationsInputSchema = external_exports.undefined();
|
|
18674
18837
|
var integrationCassaInCloudSyncOrganizationsResponseSchema = integrationAsyncMessageResponseSchema;
|
|
18675
|
-
var IntegrationCassaInCloudSyncOrganizations = class extends
|
|
18838
|
+
var IntegrationCassaInCloudSyncOrganizations = class extends import_sdk_js_core84.AbstractApiRequest {
|
|
18676
18839
|
constructor(integrationCassaInCloudId) {
|
|
18677
18840
|
super(void 0);
|
|
18678
18841
|
this.method = "POST";
|
|
@@ -18690,13 +18853,13 @@ var IntegrationCassaInCloudSyncOrganizations = class extends import_sdk_js_core8
|
|
|
18690
18853
|
};
|
|
18691
18854
|
|
|
18692
18855
|
// src/requests/services/cassa_in_cloud/IntegrationCassaInCloudSyncProducts.ts
|
|
18693
|
-
var
|
|
18856
|
+
var import_sdk_js_core85 = require("@deliverart/sdk-js-core");
|
|
18694
18857
|
var integrationCassaInCloudSyncProductsInputSchema = external_exports.object({
|
|
18695
18858
|
direction: integrationCassaInCloudSyncDirectionSchema,
|
|
18696
18859
|
mode: integrationCassaInCloudSyncModeSchema
|
|
18697
18860
|
});
|
|
18698
18861
|
var integrationCassaInCloudSyncProductsResponseSchema = integrationAsyncMessageResponseSchema;
|
|
18699
|
-
var IntegrationCassaInCloudSyncProducts = class extends
|
|
18862
|
+
var IntegrationCassaInCloudSyncProducts = class extends import_sdk_js_core85.AbstractApiRequest {
|
|
18700
18863
|
constructor(integrationCassaInCloudId, input) {
|
|
18701
18864
|
super(input);
|
|
18702
18865
|
this.method = "POST";
|
|
@@ -18714,13 +18877,13 @@ var IntegrationCassaInCloudSyncProducts = class extends import_sdk_js_core81.Abs
|
|
|
18714
18877
|
};
|
|
18715
18878
|
|
|
18716
18879
|
// src/requests/services/cassa_in_cloud/IntegrationCassaInCloudSyncSalesModes.ts
|
|
18717
|
-
var
|
|
18880
|
+
var import_sdk_js_core86 = require("@deliverart/sdk-js-core");
|
|
18718
18881
|
var integrationCassaInCloudSyncSalesModesInputSchema = external_exports.object({
|
|
18719
18882
|
direction: integrationCassaInCloudSyncDirectionSchema,
|
|
18720
18883
|
mode: integrationCassaInCloudSyncModeSchema
|
|
18721
18884
|
});
|
|
18722
18885
|
var integrationCassaInCloudSyncSalesModesResponseSchema = integrationAsyncMessageResponseSchema;
|
|
18723
|
-
var IntegrationCassaInCloudSyncSalesModes = class extends
|
|
18886
|
+
var IntegrationCassaInCloudSyncSalesModes = class extends import_sdk_js_core86.AbstractApiRequest {
|
|
18724
18887
|
constructor(integrationCassaInCloudId, input) {
|
|
18725
18888
|
super(input);
|
|
18726
18889
|
this.method = "POST";
|
|
@@ -18738,10 +18901,10 @@ var IntegrationCassaInCloudSyncSalesModes = class extends import_sdk_js_core82.A
|
|
|
18738
18901
|
};
|
|
18739
18902
|
|
|
18740
18903
|
// src/requests/services/cassa_in_cloud/IntegrationCassaInCloudSyncStock.ts
|
|
18741
|
-
var
|
|
18904
|
+
var import_sdk_js_core87 = require("@deliverart/sdk-js-core");
|
|
18742
18905
|
var integrationCassaInCloudSyncStockInputSchema = external_exports.undefined();
|
|
18743
18906
|
var integrationCassaInCloudSyncStockResponseSchema = integrationAsyncMessageResponseSchema;
|
|
18744
|
-
var IntegrationCassaInCloudSyncStock = class extends
|
|
18907
|
+
var IntegrationCassaInCloudSyncStock = class extends import_sdk_js_core87.AbstractApiRequest {
|
|
18745
18908
|
constructor(integrationCassaInCloudId) {
|
|
18746
18909
|
super(void 0);
|
|
18747
18910
|
this.method = "POST";
|
|
@@ -18759,13 +18922,13 @@ var IntegrationCassaInCloudSyncStock = class extends import_sdk_js_core83.Abstra
|
|
|
18759
18922
|
};
|
|
18760
18923
|
|
|
18761
18924
|
// src/requests/services/cassa_in_cloud/IntegrationCassaInCloudSyncTimetables.ts
|
|
18762
|
-
var
|
|
18925
|
+
var import_sdk_js_core88 = require("@deliverart/sdk-js-core");
|
|
18763
18926
|
var integrationCassaInCloudSyncTimetablesInputSchema = external_exports.object({
|
|
18764
18927
|
direction: integrationCassaInCloudSyncDirectionSchema,
|
|
18765
18928
|
mode: integrationCassaInCloudSyncModeSchema
|
|
18766
18929
|
});
|
|
18767
18930
|
var integrationCassaInCloudSyncTimetablesResponseSchema = integrationAsyncMessageResponseSchema;
|
|
18768
|
-
var IntegrationCassaInCloudSyncTimetables = class extends
|
|
18931
|
+
var IntegrationCassaInCloudSyncTimetables = class extends import_sdk_js_core88.AbstractApiRequest {
|
|
18769
18932
|
constructor(integrationCassaInCloudId, input) {
|
|
18770
18933
|
super(input);
|
|
18771
18934
|
this.method = "POST";
|
|
@@ -18783,10 +18946,10 @@ var IntegrationCassaInCloudSyncTimetables = class extends import_sdk_js_core84.A
|
|
|
18783
18946
|
};
|
|
18784
18947
|
|
|
18785
18948
|
// src/requests/services/cassa_in_cloud/IntegrationCassaInCloudSyncWebHooks.ts
|
|
18786
|
-
var
|
|
18949
|
+
var import_sdk_js_core89 = require("@deliverart/sdk-js-core");
|
|
18787
18950
|
var integrationCassaInCloudSyncWebHooksInputSchema = external_exports.undefined();
|
|
18788
18951
|
var integrationCassaInCloudSyncWebHooksResponseSchema = integrationAsyncMessageResponseSchema;
|
|
18789
|
-
var IntegrationCassaInCloudSyncWebHooks = class extends
|
|
18952
|
+
var IntegrationCassaInCloudSyncWebHooks = class extends import_sdk_js_core89.AbstractApiRequest {
|
|
18790
18953
|
constructor(integrationCassaInCloudId) {
|
|
18791
18954
|
super(void 0);
|
|
18792
18955
|
this.method = "POST";
|
|
@@ -18804,10 +18967,10 @@ var IntegrationCassaInCloudSyncWebHooks = class extends import_sdk_js_core85.Abs
|
|
|
18804
18967
|
};
|
|
18805
18968
|
|
|
18806
18969
|
// src/requests/services/cassa_in_cloud/UpdateIntegrationCassaInCloud.ts
|
|
18807
|
-
var
|
|
18970
|
+
var import_sdk_js_core90 = require("@deliverart/sdk-js-core");
|
|
18808
18971
|
var updateIntegrationCassaInCloudInputSchema = integrationCassaInCloudEditableFieldsSchema.partial();
|
|
18809
18972
|
var updateIntegrationCassaInCloudResponseSchema = integrationCassaInCloudDetailsSchema;
|
|
18810
|
-
var UpdateIntegrationCassaInCloud = class extends
|
|
18973
|
+
var UpdateIntegrationCassaInCloud = class extends import_sdk_js_core90.AbstractApiRequest {
|
|
18811
18974
|
constructor(integrationCassaInCloudId, input) {
|
|
18812
18975
|
super(input);
|
|
18813
18976
|
this.method = "PATCH";
|
|
@@ -18825,13 +18988,13 @@ var UpdateIntegrationCassaInCloud = class extends import_sdk_js_core86.AbstractA
|
|
|
18825
18988
|
};
|
|
18826
18989
|
|
|
18827
18990
|
// src/requests/services/deliveroo/CreateIntegrationDeliveroo.ts
|
|
18828
|
-
var
|
|
18991
|
+
var import_sdk_js_core91 = require("@deliverart/sdk-js-core");
|
|
18829
18992
|
var import_sdk_js_point_of_sale7 = require("@deliverart/sdk-js-point-of-sale");
|
|
18830
18993
|
var createIntegrationDeliverooInputSchema = integrationDeliverooEditableFieldsSchema.extend({
|
|
18831
18994
|
pointOfSale: import_sdk_js_point_of_sale7.pointOfSaleIriSchema
|
|
18832
18995
|
});
|
|
18833
18996
|
var createIntegrationDeliverooResponseSchema = integrationDeliverooDetailsSchema;
|
|
18834
|
-
var CreateIntegrationDeliveroo = class extends
|
|
18997
|
+
var CreateIntegrationDeliveroo = class extends import_sdk_js_core91.AbstractApiRequest {
|
|
18835
18998
|
constructor(input) {
|
|
18836
18999
|
super(input);
|
|
18837
19000
|
this.method = "POST";
|
|
@@ -18848,11 +19011,11 @@ var CreateIntegrationDeliveroo = class extends import_sdk_js_core87.AbstractApiR
|
|
|
18848
19011
|
};
|
|
18849
19012
|
|
|
18850
19013
|
// src/requests/services/deliveroo/DeleteIntegrationDeliveroo.ts
|
|
18851
|
-
var
|
|
19014
|
+
var import_sdk_js_core92 = require("@deliverart/sdk-js-core");
|
|
18852
19015
|
var import_sdk_js_global_types35 = require("@deliverart/sdk-js-global-types");
|
|
18853
19016
|
var deleteIntegrationDeliverooInputSchema = external_exports.undefined();
|
|
18854
19017
|
var deleteIntegrationDeliverooResponseSchema = import_sdk_js_global_types35.emptyResponseSchema;
|
|
18855
|
-
var DeleteIntegrationDeliveroo = class extends
|
|
19018
|
+
var DeleteIntegrationDeliveroo = class extends import_sdk_js_core92.AbstractApiRequest {
|
|
18856
19019
|
constructor(integrationDeliverooId) {
|
|
18857
19020
|
super(void 0);
|
|
18858
19021
|
this.method = "DELETE";
|
|
@@ -18870,10 +19033,10 @@ var DeleteIntegrationDeliveroo = class extends import_sdk_js_core88.AbstractApiR
|
|
|
18870
19033
|
};
|
|
18871
19034
|
|
|
18872
19035
|
// src/requests/services/deliveroo/GetIntegrationDeliverooBrands.ts
|
|
18873
|
-
var
|
|
19036
|
+
var import_sdk_js_core93 = require("@deliverart/sdk-js-core");
|
|
18874
19037
|
var getIntegrationDeliverooBrandsInputSchema = external_exports.undefined();
|
|
18875
19038
|
var getIntegrationDeliverooBrandsResponseSchema = integrationDeliverooDebugBrandsResponseSchema;
|
|
18876
|
-
var GetIntegrationDeliverooBrands = class extends
|
|
19039
|
+
var GetIntegrationDeliverooBrands = class extends import_sdk_js_core93.AbstractApiRequest {
|
|
18877
19040
|
constructor() {
|
|
18878
19041
|
super(void 0);
|
|
18879
19042
|
this.method = "GET";
|
|
@@ -18890,10 +19053,10 @@ var GetIntegrationDeliverooBrands = class extends import_sdk_js_core89.AbstractA
|
|
|
18890
19053
|
};
|
|
18891
19054
|
|
|
18892
19055
|
// src/requests/services/deliveroo/GetIntegrationDeliverooBrandSites.ts
|
|
18893
|
-
var
|
|
19056
|
+
var import_sdk_js_core94 = require("@deliverart/sdk-js-core");
|
|
18894
19057
|
var getIntegrationDeliverooBrandSitesInputSchema = external_exports.undefined();
|
|
18895
19058
|
var getIntegrationDeliverooBrandSitesResponseSchema = integrationDeliverooDebugSitesResponseSchema;
|
|
18896
|
-
var GetIntegrationDeliverooBrandSites = class extends
|
|
19059
|
+
var GetIntegrationDeliverooBrandSites = class extends import_sdk_js_core94.AbstractApiRequest {
|
|
18897
19060
|
constructor(brandId) {
|
|
18898
19061
|
super(void 0);
|
|
18899
19062
|
this.method = "GET";
|
|
@@ -18911,10 +19074,10 @@ var GetIntegrationDeliverooBrandSites = class extends import_sdk_js_core90.Abstr
|
|
|
18911
19074
|
};
|
|
18912
19075
|
|
|
18913
19076
|
// src/requests/services/deliveroo/GetIntegrationDeliverooClientLogRequestDetails.ts
|
|
18914
|
-
var
|
|
19077
|
+
var import_sdk_js_core95 = require("@deliverart/sdk-js-core");
|
|
18915
19078
|
var getIntegrationDeliverooClientLogRequestDetailsInputSchema = external_exports.undefined();
|
|
18916
19079
|
var getIntegrationDeliverooClientLogRequestDetailsResponseSchema = integrationClientLogRequestDetailsSchema;
|
|
18917
|
-
var GetIntegrationDeliverooClientLogRequestDetails = class extends
|
|
19080
|
+
var GetIntegrationDeliverooClientLogRequestDetails = class extends import_sdk_js_core95.AbstractApiRequest {
|
|
18918
19081
|
constructor(integrationDeliverooId, requestId) {
|
|
18919
19082
|
super(void 0);
|
|
18920
19083
|
this.method = "GET";
|
|
@@ -18933,14 +19096,14 @@ var GetIntegrationDeliverooClientLogRequestDetails = class extends import_sdk_js
|
|
|
18933
19096
|
};
|
|
18934
19097
|
|
|
18935
19098
|
// src/requests/services/deliveroo/GetIntegrationDeliverooClientLogRequests.ts
|
|
18936
|
-
var
|
|
19099
|
+
var import_sdk_js_core96 = require("@deliverart/sdk-js-core");
|
|
18937
19100
|
var import_sdk_js_global_types36 = require("@deliverart/sdk-js-global-types");
|
|
18938
19101
|
var getIntegrationDeliverooClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
18939
19102
|
var getIntegrationDeliverooClientLogRequestsInputSchema = external_exports.undefined();
|
|
18940
19103
|
var getIntegrationDeliverooClientLogRequestsResponseSchema = (0, import_sdk_js_global_types36.createPaginatedSchema)(
|
|
18941
19104
|
integrationClientLogRequestSchema
|
|
18942
19105
|
);
|
|
18943
|
-
var GetIntegrationDeliverooClientLogRequests = class extends
|
|
19106
|
+
var GetIntegrationDeliverooClientLogRequests = class extends import_sdk_js_core96.AbstractApiRequest {
|
|
18944
19107
|
constructor(integrationDeliverooId, options) {
|
|
18945
19108
|
super(void 0, options);
|
|
18946
19109
|
this.method = "GET";
|
|
@@ -18960,7 +19123,7 @@ var GetIntegrationDeliverooClientLogRequests = class extends import_sdk_js_core9
|
|
|
18960
19123
|
};
|
|
18961
19124
|
|
|
18962
19125
|
// src/requests/services/deliveroo/GetIntegrationDeliverooClientLogRequestsFromOrder.ts
|
|
18963
|
-
var
|
|
19126
|
+
var import_sdk_js_core97 = require("@deliverart/sdk-js-core");
|
|
18964
19127
|
var getIntegrationDeliverooClientLogRequestsFromOrderQuerySchema = clientLogRequestQuerySchema.omit({
|
|
18965
19128
|
page: true
|
|
18966
19129
|
});
|
|
@@ -18968,7 +19131,7 @@ var getIntegrationDeliverooClientLogRequestsFromOrderInputSchema = external_expo
|
|
|
18968
19131
|
var getIntegrationDeliverooClientLogRequestsFromOrderResponseSchema = external_exports.array(
|
|
18969
19132
|
integrationClientLogRequestSchema
|
|
18970
19133
|
);
|
|
18971
|
-
var GetIntegrationDeliverooClientLogRequestsFromOrder = class extends
|
|
19134
|
+
var GetIntegrationDeliverooClientLogRequestsFromOrder = class extends import_sdk_js_core97.AbstractApiRequest {
|
|
18972
19135
|
constructor(orderId, options) {
|
|
18973
19136
|
super(void 0, options);
|
|
18974
19137
|
this.method = "GET";
|
|
@@ -18988,10 +19151,10 @@ var GetIntegrationDeliverooClientLogRequestsFromOrder = class extends import_sdk
|
|
|
18988
19151
|
};
|
|
18989
19152
|
|
|
18990
19153
|
// src/requests/services/deliveroo/GetIntegrationDeliverooDetails.ts
|
|
18991
|
-
var
|
|
19154
|
+
var import_sdk_js_core98 = require("@deliverart/sdk-js-core");
|
|
18992
19155
|
var getIntegrationDeliverooDetailsInputSchema = external_exports.undefined();
|
|
18993
19156
|
var getIntegrationDeliverooDetailsResponseSchema = integrationDeliverooDetailsSchema;
|
|
18994
|
-
var GetIntegrationDeliverooDetails = class extends
|
|
19157
|
+
var GetIntegrationDeliverooDetails = class extends import_sdk_js_core98.AbstractApiRequest {
|
|
18995
19158
|
constructor(integrationDeliverooId) {
|
|
18996
19159
|
super(void 0);
|
|
18997
19160
|
this.method = "GET";
|
|
@@ -19009,14 +19172,14 @@ var GetIntegrationDeliverooDetails = class extends import_sdk_js_core94.Abstract
|
|
|
19009
19172
|
};
|
|
19010
19173
|
|
|
19011
19174
|
// src/requests/services/deliveroo/GetIntegrationDeliverooGlobalClientLogRequests.ts
|
|
19012
|
-
var
|
|
19175
|
+
var import_sdk_js_core99 = require("@deliverart/sdk-js-core");
|
|
19013
19176
|
var import_sdk_js_global_types37 = require("@deliverart/sdk-js-global-types");
|
|
19014
19177
|
var getIntegrationDeliverooGlobalClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
19015
19178
|
var getIntegrationDeliverooGlobalClientLogRequestsInputSchema = external_exports.undefined();
|
|
19016
19179
|
var getIntegrationDeliverooGlobalClientLogRequestsResponseSchema = (0, import_sdk_js_global_types37.createPaginatedSchema)(
|
|
19017
19180
|
integrationClientLogRequestSchema
|
|
19018
19181
|
);
|
|
19019
|
-
var GetIntegrationDeliverooGlobalClientLogRequests = class extends
|
|
19182
|
+
var GetIntegrationDeliverooGlobalClientLogRequests = class extends import_sdk_js_core99.AbstractApiRequest {
|
|
19020
19183
|
constructor(options) {
|
|
19021
19184
|
super(void 0, options);
|
|
19022
19185
|
this.method = "GET";
|
|
@@ -19035,7 +19198,7 @@ var GetIntegrationDeliverooGlobalClientLogRequests = class extends import_sdk_js
|
|
|
19035
19198
|
};
|
|
19036
19199
|
|
|
19037
19200
|
// src/requests/services/deliveroo/GetIntegrationDeliverooList.ts
|
|
19038
|
-
var
|
|
19201
|
+
var import_sdk_js_core100 = require("@deliverart/sdk-js-core");
|
|
19039
19202
|
var import_sdk_js_global_types38 = require("@deliverart/sdk-js-global-types");
|
|
19040
19203
|
var getIntegrationDeliverooListQuerySchema = integrationsDeliverooQuerySchema.omit({
|
|
19041
19204
|
service: true
|
|
@@ -19044,7 +19207,7 @@ var getIntegrationDeliverooListResponseSchema = (0, import_sdk_js_global_types38
|
|
|
19044
19207
|
integrationDeliverooSchema
|
|
19045
19208
|
);
|
|
19046
19209
|
var getIntegrationDeliverooListInputSchema = external_exports.undefined();
|
|
19047
|
-
var GetIntegrationDeliverooList = class extends
|
|
19210
|
+
var GetIntegrationDeliverooList = class extends import_sdk_js_core100.AbstractApiRequest {
|
|
19048
19211
|
constructor(options) {
|
|
19049
19212
|
super(void 0, options);
|
|
19050
19213
|
this.method = "GET";
|
|
@@ -19063,11 +19226,11 @@ var GetIntegrationDeliverooList = class extends import_sdk_js_core96.AbstractApi
|
|
|
19063
19226
|
};
|
|
19064
19227
|
|
|
19065
19228
|
// src/requests/services/deliveroo/GetIntegrationDeliverooMenuValidation.ts
|
|
19066
|
-
var
|
|
19229
|
+
var import_sdk_js_core101 = require("@deliverart/sdk-js-core");
|
|
19067
19230
|
var import_sdk_js_global_types39 = require("@deliverart/sdk-js-global-types");
|
|
19068
19231
|
var getIntegrationDeliverooMenuValidationInputSchema = external_exports.undefined();
|
|
19069
19232
|
var getIntegrationDeliverooMenuValidationResponseSchema = import_sdk_js_global_types39.emptyResponseSchema;
|
|
19070
|
-
var GetIntegrationDeliverooMenuValidation = class extends
|
|
19233
|
+
var GetIntegrationDeliverooMenuValidation = class extends import_sdk_js_core101.AbstractApiRequest {
|
|
19071
19234
|
constructor(integrationDeliverooId) {
|
|
19072
19235
|
super(void 0);
|
|
19073
19236
|
this.method = "GET";
|
|
@@ -19085,10 +19248,10 @@ var GetIntegrationDeliverooMenuValidation = class extends import_sdk_js_core97.A
|
|
|
19085
19248
|
};
|
|
19086
19249
|
|
|
19087
19250
|
// src/requests/services/deliveroo/GetIntegrationDeliverooMenuVersionDetails.ts
|
|
19088
|
-
var
|
|
19251
|
+
var import_sdk_js_core102 = require("@deliverart/sdk-js-core");
|
|
19089
19252
|
var getIntegrationDeliverooMenuVersionDetailsInputSchema = external_exports.undefined();
|
|
19090
19253
|
var getIntegrationDeliverooMenuVersionDetailsResponseSchema = menuVersionDetailsSchema;
|
|
19091
|
-
var GetIntegrationDeliverooMenuVersionDetails = class extends
|
|
19254
|
+
var GetIntegrationDeliverooMenuVersionDetails = class extends import_sdk_js_core102.AbstractApiRequest {
|
|
19092
19255
|
constructor(integrationDeliverooId, versionId) {
|
|
19093
19256
|
super(void 0);
|
|
19094
19257
|
this.method = "GET";
|
|
@@ -19107,14 +19270,14 @@ var GetIntegrationDeliverooMenuVersionDetails = class extends import_sdk_js_core
|
|
|
19107
19270
|
};
|
|
19108
19271
|
|
|
19109
19272
|
// src/requests/services/deliveroo/GetIntegrationDeliverooMenuVersions.ts
|
|
19110
|
-
var
|
|
19273
|
+
var import_sdk_js_core103 = require("@deliverart/sdk-js-core");
|
|
19111
19274
|
var import_sdk_js_global_types40 = require("@deliverart/sdk-js-global-types");
|
|
19112
19275
|
var getIntegrationDeliverooMenuVersionsQuerySchema = external_exports.object({
|
|
19113
19276
|
page: external_exports.coerce.number().optional()
|
|
19114
19277
|
});
|
|
19115
19278
|
var getIntegrationDeliverooMenuVersionsInputSchema = external_exports.undefined();
|
|
19116
19279
|
var getIntegrationDeliverooMenuVersionsResponseSchema = (0, import_sdk_js_global_types40.createPaginatedSchema)(menuVersionSchema);
|
|
19117
|
-
var GetIntegrationDeliverooMenuVersions = class extends
|
|
19280
|
+
var GetIntegrationDeliverooMenuVersions = class extends import_sdk_js_core103.AbstractApiRequest {
|
|
19118
19281
|
constructor(integrationDeliverooId, options) {
|
|
19119
19282
|
super(void 0, options);
|
|
19120
19283
|
this.method = "GET";
|
|
@@ -19134,10 +19297,10 @@ var GetIntegrationDeliverooMenuVersions = class extends import_sdk_js_core99.Abs
|
|
|
19134
19297
|
};
|
|
19135
19298
|
|
|
19136
19299
|
// src/requests/services/deliveroo/GetIntegrationDeliverooOrderDetails.ts
|
|
19137
|
-
var
|
|
19300
|
+
var import_sdk_js_core104 = require("@deliverart/sdk-js-core");
|
|
19138
19301
|
var getIntegrationDeliverooOrderDetailsInputSchema = external_exports.undefined();
|
|
19139
19302
|
var getIntegrationDeliverooOrderDetailsResponseSchema = integrationDeliverooOrderDetailsSchema;
|
|
19140
|
-
var GetIntegrationDeliverooOrderDetails = class extends
|
|
19303
|
+
var GetIntegrationDeliverooOrderDetails = class extends import_sdk_js_core104.AbstractApiRequest {
|
|
19141
19304
|
constructor(integrationDeliverooId, orderId) {
|
|
19142
19305
|
super(void 0);
|
|
19143
19306
|
this.method = "GET";
|
|
@@ -19156,14 +19319,14 @@ var GetIntegrationDeliverooOrderDetails = class extends import_sdk_js_core100.Ab
|
|
|
19156
19319
|
};
|
|
19157
19320
|
|
|
19158
19321
|
// src/requests/services/deliveroo/GetIntegrationDeliverooOrders.ts
|
|
19159
|
-
var
|
|
19322
|
+
var import_sdk_js_core105 = require("@deliverart/sdk-js-core");
|
|
19160
19323
|
var import_sdk_js_global_types41 = require("@deliverart/sdk-js-global-types");
|
|
19161
19324
|
var getIntegrationDeliverooOrdersQuerySchema = integrationDeliverooOrdersQuerySchema;
|
|
19162
19325
|
var getIntegrationDeliverooOrdersInputSchema = external_exports.undefined();
|
|
19163
19326
|
var getIntegrationDeliverooOrdersResponseSchema = (0, import_sdk_js_global_types41.createPaginatedSchema)(
|
|
19164
19327
|
integrationDeliverooOrderSchema
|
|
19165
19328
|
);
|
|
19166
|
-
var GetIntegrationDeliverooOrders = class extends
|
|
19329
|
+
var GetIntegrationDeliverooOrders = class extends import_sdk_js_core105.AbstractApiRequest {
|
|
19167
19330
|
constructor(integrationDeliverooId, options) {
|
|
19168
19331
|
super(void 0, options);
|
|
19169
19332
|
this.method = "GET";
|
|
@@ -19183,7 +19346,7 @@ var GetIntegrationDeliverooOrders = class extends import_sdk_js_core101.Abstract
|
|
|
19183
19346
|
};
|
|
19184
19347
|
|
|
19185
19348
|
// src/requests/services/deliveroo/GetIntegrationDeliverooOrdersFromOrder.ts
|
|
19186
|
-
var
|
|
19349
|
+
var import_sdk_js_core106 = require("@deliverart/sdk-js-core");
|
|
19187
19350
|
var getIntegrationDeliverooOrdersFromOrderQuerySchema = integrationDeliverooOrdersQuerySchema.omit({
|
|
19188
19351
|
page: true
|
|
19189
19352
|
});
|
|
@@ -19191,7 +19354,7 @@ var getIntegrationDeliverooOrdersFromOrderInputSchema = external_exports.undefin
|
|
|
19191
19354
|
var getIntegrationDeliverooOrdersFromOrderResponseSchema = external_exports.array(
|
|
19192
19355
|
integrationDeliverooOrderSchema
|
|
19193
19356
|
);
|
|
19194
|
-
var GetIntegrationDeliverooOrdersFromOrder = class extends
|
|
19357
|
+
var GetIntegrationDeliverooOrdersFromOrder = class extends import_sdk_js_core106.AbstractApiRequest {
|
|
19195
19358
|
constructor(orderId, options) {
|
|
19196
19359
|
super(void 0, options);
|
|
19197
19360
|
this.method = "GET";
|
|
@@ -19211,10 +19374,10 @@ var GetIntegrationDeliverooOrdersFromOrder = class extends import_sdk_js_core102
|
|
|
19211
19374
|
};
|
|
19212
19375
|
|
|
19213
19376
|
// src/requests/services/deliveroo/GetIntegrationDeliverooSiteBrandIds.ts
|
|
19214
|
-
var
|
|
19377
|
+
var import_sdk_js_core107 = require("@deliverart/sdk-js-core");
|
|
19215
19378
|
var getIntegrationDeliverooSiteBrandIdsInputSchema = external_exports.undefined();
|
|
19216
19379
|
var getIntegrationDeliverooSiteBrandIdsResponseSchema = integrationDeliverooDebugSiteBrandIdsResponseSchema;
|
|
19217
|
-
var GetIntegrationDeliverooSiteBrandIds = class extends
|
|
19380
|
+
var GetIntegrationDeliverooSiteBrandIds = class extends import_sdk_js_core107.AbstractApiRequest {
|
|
19218
19381
|
constructor(siteId) {
|
|
19219
19382
|
super(void 0);
|
|
19220
19383
|
this.method = "GET";
|
|
@@ -19232,13 +19395,13 @@ var GetIntegrationDeliverooSiteBrandIds = class extends import_sdk_js_core103.Ab
|
|
|
19232
19395
|
};
|
|
19233
19396
|
|
|
19234
19397
|
// src/requests/services/deliveroo/GetIntegrationDeliverooSiteDaysOff.ts
|
|
19235
|
-
var
|
|
19398
|
+
var import_sdk_js_core108 = require("@deliverart/sdk-js-core");
|
|
19236
19399
|
var getIntegrationDeliverooSiteDaysOffQuerySchema = external_exports.object({
|
|
19237
19400
|
page: external_exports.coerce.number().optional()
|
|
19238
19401
|
});
|
|
19239
19402
|
var getIntegrationDeliverooSiteDaysOffInputSchema = external_exports.undefined();
|
|
19240
19403
|
var getIntegrationDeliverooSiteDaysOffResponseSchema = integrationDeliverooDebugDaysOffResponseSchema;
|
|
19241
|
-
var GetIntegrationDeliverooSiteDaysOff = class extends
|
|
19404
|
+
var GetIntegrationDeliverooSiteDaysOff = class extends import_sdk_js_core108.AbstractApiRequest {
|
|
19242
19405
|
constructor(brandId, siteId, options) {
|
|
19243
19406
|
super(void 0, options);
|
|
19244
19407
|
this.method = "GET";
|
|
@@ -19257,10 +19420,10 @@ var GetIntegrationDeliverooSiteDaysOff = class extends import_sdk_js_core104.Abs
|
|
|
19257
19420
|
};
|
|
19258
19421
|
|
|
19259
19422
|
// src/requests/services/deliveroo/GetIntegrationDeliverooSyncMenuProcessDetails.ts
|
|
19260
|
-
var
|
|
19423
|
+
var import_sdk_js_core109 = require("@deliverart/sdk-js-core");
|
|
19261
19424
|
var getIntegrationDeliverooSyncMenuProcessDetailsInputSchema = external_exports.undefined();
|
|
19262
19425
|
var getIntegrationDeliverooSyncMenuProcessDetailsResponseSchema = integrationDeliverooSyncMenuProcessDetailsSchema;
|
|
19263
|
-
var GetIntegrationDeliverooSyncMenuProcessDetails = class extends
|
|
19426
|
+
var GetIntegrationDeliverooSyncMenuProcessDetails = class extends import_sdk_js_core109.AbstractApiRequest {
|
|
19264
19427
|
constructor(integrationDeliverooId, processId) {
|
|
19265
19428
|
super(void 0);
|
|
19266
19429
|
this.method = "GET";
|
|
@@ -19279,14 +19442,14 @@ var GetIntegrationDeliverooSyncMenuProcessDetails = class extends import_sdk_js_
|
|
|
19279
19442
|
};
|
|
19280
19443
|
|
|
19281
19444
|
// src/requests/services/deliveroo/GetIntegrationDeliverooSyncMenuProcesses.ts
|
|
19282
|
-
var
|
|
19445
|
+
var import_sdk_js_core110 = require("@deliverart/sdk-js-core");
|
|
19283
19446
|
var import_sdk_js_global_types42 = require("@deliverart/sdk-js-global-types");
|
|
19284
19447
|
var getIntegrationDeliverooSyncMenuProcessesQuerySchema = integrationDeliverooSyncMenuProcessesQuerySchema;
|
|
19285
19448
|
var getIntegrationDeliverooSyncMenuProcessesInputSchema = external_exports.undefined();
|
|
19286
19449
|
var getIntegrationDeliverooSyncMenuProcessesResponseSchema = (0, import_sdk_js_global_types42.createPaginatedSchema)(
|
|
19287
19450
|
integrationDeliverooSyncMenuProcessSchema
|
|
19288
19451
|
);
|
|
19289
|
-
var GetIntegrationDeliverooSyncMenuProcesses = class extends
|
|
19452
|
+
var GetIntegrationDeliverooSyncMenuProcesses = class extends import_sdk_js_core110.AbstractApiRequest {
|
|
19290
19453
|
constructor(integrationDeliverooId, options) {
|
|
19291
19454
|
super(void 0, options);
|
|
19292
19455
|
this.method = "GET";
|
|
@@ -19306,10 +19469,10 @@ var GetIntegrationDeliverooSyncMenuProcesses = class extends import_sdk_js_core1
|
|
|
19306
19469
|
};
|
|
19307
19470
|
|
|
19308
19471
|
// src/requests/services/deliveroo/GetIntegrationDeliverooWebhookEventDetails.ts
|
|
19309
|
-
var
|
|
19472
|
+
var import_sdk_js_core111 = require("@deliverart/sdk-js-core");
|
|
19310
19473
|
var getIntegrationDeliverooWebhookEventDetailsInputSchema = external_exports.undefined();
|
|
19311
19474
|
var getIntegrationDeliverooWebhookEventDetailsResponseSchema = integrationDeliverooWebhookEventDetailsSchema;
|
|
19312
|
-
var GetIntegrationDeliverooWebhookEventDetails = class extends
|
|
19475
|
+
var GetIntegrationDeliverooWebhookEventDetails = class extends import_sdk_js_core111.AbstractApiRequest {
|
|
19313
19476
|
constructor(integrationDeliverooId, eventId) {
|
|
19314
19477
|
super(void 0);
|
|
19315
19478
|
this.method = "GET";
|
|
@@ -19328,14 +19491,14 @@ var GetIntegrationDeliverooWebhookEventDetails = class extends import_sdk_js_cor
|
|
|
19328
19491
|
};
|
|
19329
19492
|
|
|
19330
19493
|
// src/requests/services/deliveroo/GetIntegrationDeliverooWebhookEvents.ts
|
|
19331
|
-
var
|
|
19494
|
+
var import_sdk_js_core112 = require("@deliverart/sdk-js-core");
|
|
19332
19495
|
var import_sdk_js_global_types43 = require("@deliverart/sdk-js-global-types");
|
|
19333
19496
|
var getIntegrationDeliverooWebhookEventsQuerySchema = integrationDeliverooWebhookEventsQueryParamsSchema;
|
|
19334
19497
|
var getIntegrationDeliverooWebhookEventsInputSchema = external_exports.undefined();
|
|
19335
19498
|
var getIntegrationDeliverooWebhookEventsResponseSchema = (0, import_sdk_js_global_types43.createPaginatedSchema)(
|
|
19336
19499
|
integrationDeliverooWebhookEventSchema
|
|
19337
19500
|
);
|
|
19338
|
-
var GetIntegrationDeliverooWebhookEvents = class extends
|
|
19501
|
+
var GetIntegrationDeliverooWebhookEvents = class extends import_sdk_js_core112.AbstractApiRequest {
|
|
19339
19502
|
constructor(integrationDeliverooId, options) {
|
|
19340
19503
|
super(void 0, options);
|
|
19341
19504
|
this.method = "GET";
|
|
@@ -19355,7 +19518,7 @@ var GetIntegrationDeliverooWebhookEvents = class extends import_sdk_js_core108.A
|
|
|
19355
19518
|
};
|
|
19356
19519
|
|
|
19357
19520
|
// src/requests/services/deliveroo/GetIntegrationDeliverooWebhookEventsFromOrder.ts
|
|
19358
|
-
var
|
|
19521
|
+
var import_sdk_js_core113 = require("@deliverart/sdk-js-core");
|
|
19359
19522
|
var getIntegrationDeliverooWebhookEventsFromOrderQuerySchema = integrationDeliverooWebhookEventsQueryParamsSchema.omit({
|
|
19360
19523
|
page: true
|
|
19361
19524
|
});
|
|
@@ -19363,7 +19526,7 @@ var getIntegrationDeliverooWebhookEventsFromOrderInputSchema = external_exports.
|
|
|
19363
19526
|
var getIntegrationDeliverooWebhookEventsFromOrderResponseSchema = external_exports.array(
|
|
19364
19527
|
integrationDeliverooWebhookEventSchema
|
|
19365
19528
|
);
|
|
19366
|
-
var GetIntegrationDeliverooWebhookEventsFromOrder = class extends
|
|
19529
|
+
var GetIntegrationDeliverooWebhookEventsFromOrder = class extends import_sdk_js_core113.AbstractApiRequest {
|
|
19367
19530
|
constructor(orderId, options) {
|
|
19368
19531
|
super(void 0, options);
|
|
19369
19532
|
this.method = "GET";
|
|
@@ -19383,12 +19546,12 @@ var GetIntegrationDeliverooWebhookEventsFromOrder = class extends import_sdk_js_
|
|
|
19383
19546
|
};
|
|
19384
19547
|
|
|
19385
19548
|
// src/requests/services/deliveroo/IntegrationDeliverooSyncMenu.ts
|
|
19386
|
-
var
|
|
19549
|
+
var import_sdk_js_core114 = require("@deliverart/sdk-js-core");
|
|
19387
19550
|
var integrationDeliverooSyncMenuInputSchema = external_exports.undefined();
|
|
19388
19551
|
var integrationDeliverooSyncMenuResponseSchema = external_exports.object({
|
|
19389
19552
|
message: external_exports.string()
|
|
19390
19553
|
});
|
|
19391
|
-
var IntegrationDeliverooSyncMenu = class extends
|
|
19554
|
+
var IntegrationDeliverooSyncMenu = class extends import_sdk_js_core114.AbstractApiRequest {
|
|
19392
19555
|
constructor(integrationDeliverooId) {
|
|
19393
19556
|
super(void 0);
|
|
19394
19557
|
this.method = "POST";
|
|
@@ -19406,12 +19569,12 @@ var IntegrationDeliverooSyncMenu = class extends import_sdk_js_core110.AbstractA
|
|
|
19406
19569
|
};
|
|
19407
19570
|
|
|
19408
19571
|
// src/requests/services/deliveroo/IntegrationDeliverooSyncOpeningHours.ts
|
|
19409
|
-
var
|
|
19572
|
+
var import_sdk_js_core115 = require("@deliverart/sdk-js-core");
|
|
19410
19573
|
var integrationDeliverooSyncOpeningHoursInputSchema = external_exports.undefined();
|
|
19411
19574
|
var integrationDeliverooSyncOpeningHoursResponseSchema = external_exports.object({
|
|
19412
19575
|
message: external_exports.string()
|
|
19413
19576
|
});
|
|
19414
|
-
var IntegrationDeliverooSyncOpeningHours = class extends
|
|
19577
|
+
var IntegrationDeliverooSyncOpeningHours = class extends import_sdk_js_core115.AbstractApiRequest {
|
|
19415
19578
|
constructor(integrationDeliverooId) {
|
|
19416
19579
|
super(void 0);
|
|
19417
19580
|
this.method = "POST";
|
|
@@ -19429,10 +19592,10 @@ var IntegrationDeliverooSyncOpeningHours = class extends import_sdk_js_core111.A
|
|
|
19429
19592
|
};
|
|
19430
19593
|
|
|
19431
19594
|
// src/requests/services/deliveroo/UpdateIntegrationDeliveroo.ts
|
|
19432
|
-
var
|
|
19595
|
+
var import_sdk_js_core116 = require("@deliverart/sdk-js-core");
|
|
19433
19596
|
var updateIntegrationDeliverooInputSchema = integrationDeliverooEditableFieldsSchema.partial();
|
|
19434
19597
|
var updateIntegrationDeliverooResponseSchema = integrationDeliverooDetailsSchema;
|
|
19435
|
-
var UpdateIntegrationDeliveroo = class extends
|
|
19598
|
+
var UpdateIntegrationDeliveroo = class extends import_sdk_js_core116.AbstractApiRequest {
|
|
19436
19599
|
constructor(integrationDeliverooId, input) {
|
|
19437
19600
|
super(input);
|
|
19438
19601
|
this.method = "PATCH";
|
|
@@ -19450,13 +19613,13 @@ var UpdateIntegrationDeliveroo = class extends import_sdk_js_core112.AbstractApi
|
|
|
19450
19613
|
};
|
|
19451
19614
|
|
|
19452
19615
|
// src/requests/services/deliveroo/UpdateIntegrationDeliverooSiteStatus.ts
|
|
19453
|
-
var
|
|
19616
|
+
var import_sdk_js_core117 = require("@deliverart/sdk-js-core");
|
|
19454
19617
|
var import_sdk_js_global_types44 = require("@deliverart/sdk-js-global-types");
|
|
19455
19618
|
var updateIntegrationDeliverooSiteStatusInputSchema = external_exports.object({
|
|
19456
19619
|
status: integrationDeliverooSiteStatusSchema
|
|
19457
19620
|
});
|
|
19458
19621
|
var updateIntegrationDeliverooSiteStatusResponseSchema = import_sdk_js_global_types44.emptyResponseSchema;
|
|
19459
|
-
var UpdateIntegrationDeliverooSiteStatus = class extends
|
|
19622
|
+
var UpdateIntegrationDeliverooSiteStatus = class extends import_sdk_js_core117.AbstractApiRequest {
|
|
19460
19623
|
constructor(integrationDeliverooId, input) {
|
|
19461
19624
|
super(input);
|
|
19462
19625
|
this.method = "POST";
|
|
@@ -19474,7 +19637,7 @@ var UpdateIntegrationDeliverooSiteStatus = class extends import_sdk_js_core113.A
|
|
|
19474
19637
|
};
|
|
19475
19638
|
|
|
19476
19639
|
// src/requests/services/ecommerce/CreateIntegrationEcommerce.ts
|
|
19477
|
-
var
|
|
19640
|
+
var import_sdk_js_core118 = require("@deliverart/sdk-js-core");
|
|
19478
19641
|
var import_sdk_js_point_of_sale8 = require("@deliverart/sdk-js-point-of-sale");
|
|
19479
19642
|
var createIntegrationEcommerceInputSchema = integrationEcommerceEditableFieldsSchema.extend(
|
|
19480
19643
|
{
|
|
@@ -19482,7 +19645,7 @@ var createIntegrationEcommerceInputSchema = integrationEcommerceEditableFieldsSc
|
|
|
19482
19645
|
}
|
|
19483
19646
|
);
|
|
19484
19647
|
var createIntegrationEcommerceResponseSchema = integrationEcommerceDetailsSchema;
|
|
19485
|
-
var CreateIntegrationEcommerce = class extends
|
|
19648
|
+
var CreateIntegrationEcommerce = class extends import_sdk_js_core118.AbstractApiRequest {
|
|
19486
19649
|
constructor(input) {
|
|
19487
19650
|
super(input);
|
|
19488
19651
|
this.method = "POST";
|
|
@@ -19499,11 +19662,11 @@ var CreateIntegrationEcommerce = class extends import_sdk_js_core114.AbstractApi
|
|
|
19499
19662
|
};
|
|
19500
19663
|
|
|
19501
19664
|
// src/requests/services/ecommerce/DeleteIntegrationEcommerce.ts
|
|
19502
|
-
var
|
|
19665
|
+
var import_sdk_js_core119 = require("@deliverart/sdk-js-core");
|
|
19503
19666
|
var import_sdk_js_global_types45 = require("@deliverart/sdk-js-global-types");
|
|
19504
19667
|
var deleteIntegrationEcommerceInputSchema = external_exports.undefined();
|
|
19505
19668
|
var deleteIntegrationEcommerceResponseSchema = import_sdk_js_global_types45.emptyResponseSchema;
|
|
19506
|
-
var DeleteIntegrationEcommerce = class extends
|
|
19669
|
+
var DeleteIntegrationEcommerce = class extends import_sdk_js_core119.AbstractApiRequest {
|
|
19507
19670
|
constructor(integrationEcommerceId) {
|
|
19508
19671
|
super(void 0);
|
|
19509
19672
|
this.method = "DELETE";
|
|
@@ -19521,10 +19684,10 @@ var DeleteIntegrationEcommerce = class extends import_sdk_js_core115.AbstractApi
|
|
|
19521
19684
|
};
|
|
19522
19685
|
|
|
19523
19686
|
// src/requests/services/ecommerce/GetIntegrationEcommerceDetails.ts
|
|
19524
|
-
var
|
|
19687
|
+
var import_sdk_js_core120 = require("@deliverart/sdk-js-core");
|
|
19525
19688
|
var getIntegrationEcommerceDetailsInputSchema = external_exports.undefined();
|
|
19526
19689
|
var getIntegrationEcommerceDetailsResponseSchema = integrationEcommerceDetailsSchema;
|
|
19527
|
-
var GetIntegrationEcommerceDetails = class extends
|
|
19690
|
+
var GetIntegrationEcommerceDetails = class extends import_sdk_js_core120.AbstractApiRequest {
|
|
19528
19691
|
constructor(integrationEcommerceId) {
|
|
19529
19692
|
super(void 0);
|
|
19530
19693
|
this.method = "GET";
|
|
@@ -19542,10 +19705,10 @@ var GetIntegrationEcommerceDetails = class extends import_sdk_js_core116.Abstrac
|
|
|
19542
19705
|
};
|
|
19543
19706
|
|
|
19544
19707
|
// src/requests/services/ecommerce/GetIntegrationEcommerceInfo.ts
|
|
19545
|
-
var
|
|
19708
|
+
var import_sdk_js_core121 = require("@deliverart/sdk-js-core");
|
|
19546
19709
|
var getIntegrationEcommerceInfoInputSchema = external_exports.undefined();
|
|
19547
19710
|
var getIntegrationEcommerceInfoResponseSchema = integrationEcommerceInfoSchema;
|
|
19548
|
-
var GetIntegrationEcommerceInfo = class extends
|
|
19711
|
+
var GetIntegrationEcommerceInfo = class extends import_sdk_js_core121.AbstractApiRequest {
|
|
19549
19712
|
constructor(path) {
|
|
19550
19713
|
super(void 0);
|
|
19551
19714
|
this.method = "GET";
|
|
@@ -19563,7 +19726,7 @@ var GetIntegrationEcommerceInfo = class extends import_sdk_js_core117.AbstractAp
|
|
|
19563
19726
|
};
|
|
19564
19727
|
|
|
19565
19728
|
// src/requests/services/ecommerce/GetIntegrationEcommerceList.ts
|
|
19566
|
-
var
|
|
19729
|
+
var import_sdk_js_core122 = require("@deliverart/sdk-js-core");
|
|
19567
19730
|
var import_sdk_js_global_types46 = require("@deliverart/sdk-js-global-types");
|
|
19568
19731
|
var getIntegrationEcommerceListQuerySchema = integrationsEcommerceQuerySchema.omit({
|
|
19569
19732
|
service: true
|
|
@@ -19572,7 +19735,7 @@ var getIntegrationEcommerceListInputSchema = external_exports.undefined();
|
|
|
19572
19735
|
var getIntegrationEcommerceListResponseSchema = (0, import_sdk_js_global_types46.createPaginatedSchema)(
|
|
19573
19736
|
integrationEcommerceSchema
|
|
19574
19737
|
);
|
|
19575
|
-
var GetIntegrationEcommerceList = class extends
|
|
19738
|
+
var GetIntegrationEcommerceList = class extends import_sdk_js_core122.AbstractApiRequest {
|
|
19576
19739
|
constructor(options) {
|
|
19577
19740
|
super(void 0, options);
|
|
19578
19741
|
this.method = "GET";
|
|
@@ -19591,10 +19754,10 @@ var GetIntegrationEcommerceList = class extends import_sdk_js_core118.AbstractAp
|
|
|
19591
19754
|
};
|
|
19592
19755
|
|
|
19593
19756
|
// src/requests/services/ecommerce/UpdateIntegrationEcommerce.ts
|
|
19594
|
-
var
|
|
19757
|
+
var import_sdk_js_core123 = require("@deliverart/sdk-js-core");
|
|
19595
19758
|
var updateIntegrationEcommerceInputSchema = integrationEcommerceEditableFieldsSchema.partial();
|
|
19596
19759
|
var updateIntegrationEcommerceResponseSchema = integrationEcommerceDetailsSchema;
|
|
19597
|
-
var UpdateIntegrationEcommerce = class extends
|
|
19760
|
+
var UpdateIntegrationEcommerce = class extends import_sdk_js_core123.AbstractApiRequest {
|
|
19598
19761
|
constructor(integrationEcommerceId, input) {
|
|
19599
19762
|
super(input);
|
|
19600
19763
|
this.method = "PATCH";
|
|
@@ -19612,13 +19775,13 @@ var UpdateIntegrationEcommerce = class extends import_sdk_js_core119.AbstractApi
|
|
|
19612
19775
|
};
|
|
19613
19776
|
|
|
19614
19777
|
// src/requests/services/glovo/CreateIntegrationGlovo.ts
|
|
19615
|
-
var
|
|
19778
|
+
var import_sdk_js_core124 = require("@deliverart/sdk-js-core");
|
|
19616
19779
|
var import_sdk_js_point_of_sale9 = require("@deliverart/sdk-js-point-of-sale");
|
|
19617
19780
|
var createIntegrationGlovoInputSchema = integrationGlovoEditableFieldsSchema.extend({
|
|
19618
19781
|
pointOfSale: import_sdk_js_point_of_sale9.pointOfSaleIriSchema
|
|
19619
19782
|
});
|
|
19620
19783
|
var createIntegrationGlovoResponseSchema = integrationGlovoDetailsSchema;
|
|
19621
|
-
var CreateIntegrationGlovo = class extends
|
|
19784
|
+
var CreateIntegrationGlovo = class extends import_sdk_js_core124.AbstractApiRequest {
|
|
19622
19785
|
constructor(input) {
|
|
19623
19786
|
super(input);
|
|
19624
19787
|
this.method = "POST";
|
|
@@ -19635,11 +19798,11 @@ var CreateIntegrationGlovo = class extends import_sdk_js_core120.AbstractApiRequ
|
|
|
19635
19798
|
};
|
|
19636
19799
|
|
|
19637
19800
|
// src/requests/services/glovo/DeleteIntegrationGlovo.ts
|
|
19638
|
-
var
|
|
19801
|
+
var import_sdk_js_core125 = require("@deliverart/sdk-js-core");
|
|
19639
19802
|
var import_sdk_js_global_types47 = require("@deliverart/sdk-js-global-types");
|
|
19640
19803
|
var deleteIntegrationGlovoInputSchema = external_exports.undefined();
|
|
19641
19804
|
var deleteIntegrationGlovoResponseSchema = import_sdk_js_global_types47.emptyResponseSchema;
|
|
19642
|
-
var DeleteIntegrationGlovo = class extends
|
|
19805
|
+
var DeleteIntegrationGlovo = class extends import_sdk_js_core125.AbstractApiRequest {
|
|
19643
19806
|
constructor(integrationGlovoId) {
|
|
19644
19807
|
super(void 0);
|
|
19645
19808
|
this.method = "DELETE";
|
|
@@ -19657,10 +19820,10 @@ var DeleteIntegrationGlovo = class extends import_sdk_js_core121.AbstractApiRequ
|
|
|
19657
19820
|
};
|
|
19658
19821
|
|
|
19659
19822
|
// src/requests/services/glovo/GetIntegrationGlovoBulkUpdateDetails.ts
|
|
19660
|
-
var
|
|
19823
|
+
var import_sdk_js_core126 = require("@deliverart/sdk-js-core");
|
|
19661
19824
|
var getIntegrationGlovoBulkUpdateDetailsInputSchema = external_exports.undefined();
|
|
19662
19825
|
var getIntegrationGlovoBulkUpdateDetailsResponseSchema = integrationGlovoBulkUpdateDetailsSchema;
|
|
19663
|
-
var GetIntegrationGlovoBulkUpdateDetails = class extends
|
|
19826
|
+
var GetIntegrationGlovoBulkUpdateDetails = class extends import_sdk_js_core126.AbstractApiRequest {
|
|
19664
19827
|
constructor(integrationGlovoId, bulkUpdateId) {
|
|
19665
19828
|
super(void 0);
|
|
19666
19829
|
this.method = "GET";
|
|
@@ -19679,14 +19842,14 @@ var GetIntegrationGlovoBulkUpdateDetails = class extends import_sdk_js_core122.A
|
|
|
19679
19842
|
};
|
|
19680
19843
|
|
|
19681
19844
|
// src/requests/services/glovo/GetIntegrationGlovoBulkUpdates.ts
|
|
19682
|
-
var
|
|
19845
|
+
var import_sdk_js_core127 = require("@deliverart/sdk-js-core");
|
|
19683
19846
|
var import_sdk_js_global_types48 = require("@deliverart/sdk-js-global-types");
|
|
19684
19847
|
var getIntegrationGlovoBulkUpdatesQuerySchema = integrationGlovoBulkUpdatesQuerySchema;
|
|
19685
19848
|
var getIntegrationGlovoBulkUpdatesInputSchema = external_exports.undefined();
|
|
19686
19849
|
var getIntegrationGlovoBulkUpdatesResponseSchema = (0, import_sdk_js_global_types48.createPaginatedSchema)(
|
|
19687
19850
|
integrationGlovoBulkUpdateSchema
|
|
19688
19851
|
);
|
|
19689
|
-
var GetIntegrationGlovoBulkUpdates = class extends
|
|
19852
|
+
var GetIntegrationGlovoBulkUpdates = class extends import_sdk_js_core127.AbstractApiRequest {
|
|
19690
19853
|
constructor(integrationGlovoId, options) {
|
|
19691
19854
|
super(void 0, options);
|
|
19692
19855
|
this.method = "GET";
|
|
@@ -19706,10 +19869,10 @@ var GetIntegrationGlovoBulkUpdates = class extends import_sdk_js_core123.Abstrac
|
|
|
19706
19869
|
};
|
|
19707
19870
|
|
|
19708
19871
|
// src/requests/services/glovo/GetIntegrationGlovoClientLogRequestDetails.ts
|
|
19709
|
-
var
|
|
19872
|
+
var import_sdk_js_core128 = require("@deliverart/sdk-js-core");
|
|
19710
19873
|
var getIntegrationGlovoClientLogRequestDetailsInputSchema = external_exports.undefined();
|
|
19711
19874
|
var getIntegrationGlovoClientLogRequestDetailsResponseSchema = integrationClientLogRequestDetailsSchema;
|
|
19712
|
-
var GetIntegrationGlovoClientLogRequestDetails = class extends
|
|
19875
|
+
var GetIntegrationGlovoClientLogRequestDetails = class extends import_sdk_js_core128.AbstractApiRequest {
|
|
19713
19876
|
constructor(integrationGlovoId, requestId) {
|
|
19714
19877
|
super(void 0);
|
|
19715
19878
|
this.method = "GET";
|
|
@@ -19728,14 +19891,14 @@ var GetIntegrationGlovoClientLogRequestDetails = class extends import_sdk_js_cor
|
|
|
19728
19891
|
};
|
|
19729
19892
|
|
|
19730
19893
|
// src/requests/services/glovo/GetIntegrationGlovoClientLogRequests.ts
|
|
19731
|
-
var
|
|
19894
|
+
var import_sdk_js_core129 = require("@deliverart/sdk-js-core");
|
|
19732
19895
|
var import_sdk_js_global_types49 = require("@deliverart/sdk-js-global-types");
|
|
19733
19896
|
var getIntegrationGlovoClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
19734
19897
|
var getIntegrationGlovoClientLogRequestsInputSchema = external_exports.undefined();
|
|
19735
19898
|
var getIntegrationGlovoClientLogRequestsResponseSchema = (0, import_sdk_js_global_types49.createPaginatedSchema)(
|
|
19736
19899
|
integrationClientLogRequestSchema
|
|
19737
19900
|
);
|
|
19738
|
-
var GetIntegrationGlovoClientLogRequests = class extends
|
|
19901
|
+
var GetIntegrationGlovoClientLogRequests = class extends import_sdk_js_core129.AbstractApiRequest {
|
|
19739
19902
|
constructor(integrationGlovoId, options) {
|
|
19740
19903
|
super(void 0, options);
|
|
19741
19904
|
this.method = "GET";
|
|
@@ -19755,7 +19918,7 @@ var GetIntegrationGlovoClientLogRequests = class extends import_sdk_js_core125.A
|
|
|
19755
19918
|
};
|
|
19756
19919
|
|
|
19757
19920
|
// src/requests/services/glovo/GetIntegrationGlovoClientLogRequestsFromOrder.ts
|
|
19758
|
-
var
|
|
19921
|
+
var import_sdk_js_core130 = require("@deliverart/sdk-js-core");
|
|
19759
19922
|
var getIntegrationGlovoClientLogRequestsFromOrderQuerySchema = clientLogRequestQuerySchema.omit(
|
|
19760
19923
|
{
|
|
19761
19924
|
page: true
|
|
@@ -19765,7 +19928,7 @@ var getIntegrationGlovoClientLogRequestsFromOrderInputSchema = external_exports.
|
|
|
19765
19928
|
var getIntegrationGlovoClientLogRequestsFromOrderResponseSchema = external_exports.array(
|
|
19766
19929
|
integrationClientLogRequestSchema
|
|
19767
19930
|
);
|
|
19768
|
-
var GetIntegrationGlovoClientLogRequestsFromOrder = class extends
|
|
19931
|
+
var GetIntegrationGlovoClientLogRequestsFromOrder = class extends import_sdk_js_core130.AbstractApiRequest {
|
|
19769
19932
|
constructor(orderId, options) {
|
|
19770
19933
|
super(void 0, options);
|
|
19771
19934
|
this.method = "GET";
|
|
@@ -19785,10 +19948,10 @@ var GetIntegrationGlovoClientLogRequestsFromOrder = class extends import_sdk_js_
|
|
|
19785
19948
|
};
|
|
19786
19949
|
|
|
19787
19950
|
// src/requests/services/glovo/GetIntegrationGlovoDetails.ts
|
|
19788
|
-
var
|
|
19951
|
+
var import_sdk_js_core131 = require("@deliverart/sdk-js-core");
|
|
19789
19952
|
var getIntegrationGlovoDetailsInputSchema = external_exports.undefined();
|
|
19790
19953
|
var getIntegrationGlovoDetailsResponseSchema = integrationGlovoDetailsSchema;
|
|
19791
|
-
var GetIntegrationGlovoDetails = class extends
|
|
19954
|
+
var GetIntegrationGlovoDetails = class extends import_sdk_js_core131.AbstractApiRequest {
|
|
19792
19955
|
constructor(integrationGlovoId) {
|
|
19793
19956
|
super(void 0);
|
|
19794
19957
|
this.method = "GET";
|
|
@@ -19806,14 +19969,14 @@ var GetIntegrationGlovoDetails = class extends import_sdk_js_core127.AbstractApi
|
|
|
19806
19969
|
};
|
|
19807
19970
|
|
|
19808
19971
|
// src/requests/services/glovo/GetIntegrationGlovoGlobalClientLogRequests.ts
|
|
19809
|
-
var
|
|
19972
|
+
var import_sdk_js_core132 = require("@deliverart/sdk-js-core");
|
|
19810
19973
|
var import_sdk_js_global_types50 = require("@deliverart/sdk-js-global-types");
|
|
19811
19974
|
var getIntegrationGlovoGlobalClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
19812
19975
|
var getIntegrationGlovoGlobalClientLogRequestsInputSchema = external_exports.undefined();
|
|
19813
19976
|
var getIntegrationGlovoGlobalClientLogRequestsResponseSchema = (0, import_sdk_js_global_types50.createPaginatedSchema)(
|
|
19814
19977
|
integrationClientLogRequestSchema
|
|
19815
19978
|
);
|
|
19816
|
-
var GetIntegrationGlovoGlobalClientLogRequests = class extends
|
|
19979
|
+
var GetIntegrationGlovoGlobalClientLogRequests = class extends import_sdk_js_core132.AbstractApiRequest {
|
|
19817
19980
|
constructor(options) {
|
|
19818
19981
|
super(void 0, options);
|
|
19819
19982
|
this.method = "GET";
|
|
@@ -19832,14 +19995,14 @@ var GetIntegrationGlovoGlobalClientLogRequests = class extends import_sdk_js_cor
|
|
|
19832
19995
|
};
|
|
19833
19996
|
|
|
19834
19997
|
// src/requests/services/glovo/GetIntegrationGlovoList.ts
|
|
19835
|
-
var
|
|
19998
|
+
var import_sdk_js_core133 = require("@deliverart/sdk-js-core");
|
|
19836
19999
|
var import_sdk_js_global_types51 = require("@deliverart/sdk-js-global-types");
|
|
19837
20000
|
var getIntegrationGlovoListQuerySchema = integrationsGlovoQuerySchema.omit({
|
|
19838
20001
|
service: true
|
|
19839
20002
|
});
|
|
19840
20003
|
var getIntegrationGlovoListInputSchema = external_exports.undefined();
|
|
19841
20004
|
var getIntegrationGlovoListResponseSchema = (0, import_sdk_js_global_types51.createPaginatedSchema)(integrationGlovoSchema);
|
|
19842
|
-
var GetIntegrationGlovoList = class extends
|
|
20005
|
+
var GetIntegrationGlovoList = class extends import_sdk_js_core133.AbstractApiRequest {
|
|
19843
20006
|
constructor(options) {
|
|
19844
20007
|
super(void 0, options);
|
|
19845
20008
|
this.method = "GET";
|
|
@@ -19858,10 +20021,10 @@ var GetIntegrationGlovoList = class extends import_sdk_js_core129.AbstractApiReq
|
|
|
19858
20021
|
};
|
|
19859
20022
|
|
|
19860
20023
|
// src/requests/services/glovo/GetIntegrationGlovoMenuItemDeltaDetails.ts
|
|
19861
|
-
var
|
|
20024
|
+
var import_sdk_js_core134 = require("@deliverart/sdk-js-core");
|
|
19862
20025
|
var getIntegrationGlovoMenuItemDeltaDetailsInputSchema = external_exports.undefined();
|
|
19863
20026
|
var getIntegrationGlovoMenuItemDeltaDetailsResponseSchema = integrationGlovoMenuItemDeltaDetailsSchema;
|
|
19864
|
-
var GetIntegrationGlovoMenuItemDeltaDetails = class extends
|
|
20027
|
+
var GetIntegrationGlovoMenuItemDeltaDetails = class extends import_sdk_js_core134.AbstractApiRequest {
|
|
19865
20028
|
constructor(integrationGlovoId, deltaId) {
|
|
19866
20029
|
super(void 0);
|
|
19867
20030
|
this.method = "GET";
|
|
@@ -19880,14 +20043,14 @@ var GetIntegrationGlovoMenuItemDeltaDetails = class extends import_sdk_js_core13
|
|
|
19880
20043
|
};
|
|
19881
20044
|
|
|
19882
20045
|
// src/requests/services/glovo/GetIntegrationGlovoMenuItemDeltas.ts
|
|
19883
|
-
var
|
|
20046
|
+
var import_sdk_js_core135 = require("@deliverart/sdk-js-core");
|
|
19884
20047
|
var import_sdk_js_global_types52 = require("@deliverart/sdk-js-global-types");
|
|
19885
20048
|
var getIntegrationGlovoMenuItemDeltasQuerySchema = integrationGlovoMenuItemDeltasQuerySchema;
|
|
19886
20049
|
var getIntegrationGlovoMenuItemDeltasInputSchema = external_exports.undefined();
|
|
19887
20050
|
var getIntegrationGlovoMenuItemDeltasResponseSchema = (0, import_sdk_js_global_types52.createPaginatedSchema)(
|
|
19888
20051
|
integrationGlovoMenuItemDeltaSchema
|
|
19889
20052
|
);
|
|
19890
|
-
var GetIntegrationGlovoMenuItemDeltas = class extends
|
|
20053
|
+
var GetIntegrationGlovoMenuItemDeltas = class extends import_sdk_js_core135.AbstractApiRequest {
|
|
19891
20054
|
constructor(integrationGlovoId, options) {
|
|
19892
20055
|
super(void 0, options);
|
|
19893
20056
|
this.method = "GET";
|
|
@@ -19907,11 +20070,11 @@ var GetIntegrationGlovoMenuItemDeltas = class extends import_sdk_js_core131.Abst
|
|
|
19907
20070
|
};
|
|
19908
20071
|
|
|
19909
20072
|
// src/requests/services/glovo/GetIntegrationGlovoMenuValidation.ts
|
|
19910
|
-
var
|
|
20073
|
+
var import_sdk_js_core136 = require("@deliverart/sdk-js-core");
|
|
19911
20074
|
var import_sdk_js_global_types53 = require("@deliverart/sdk-js-global-types");
|
|
19912
20075
|
var getIntegrationGlovoMenuValidationInputSchema = external_exports.undefined();
|
|
19913
20076
|
var getIntegrationGlovoMenuValidationResponseSchema = import_sdk_js_global_types53.emptyResponseSchema;
|
|
19914
|
-
var GetIntegrationGlovoMenuValidation = class extends
|
|
20077
|
+
var GetIntegrationGlovoMenuValidation = class extends import_sdk_js_core136.AbstractApiRequest {
|
|
19915
20078
|
constructor(integrationGlovoId) {
|
|
19916
20079
|
super(void 0);
|
|
19917
20080
|
this.method = "GET";
|
|
@@ -19929,10 +20092,10 @@ var GetIntegrationGlovoMenuValidation = class extends import_sdk_js_core132.Abst
|
|
|
19929
20092
|
};
|
|
19930
20093
|
|
|
19931
20094
|
// src/requests/services/glovo/GetIntegrationGlovoMenuUpdateDetails.ts
|
|
19932
|
-
var
|
|
20095
|
+
var import_sdk_js_core137 = require("@deliverart/sdk-js-core");
|
|
19933
20096
|
var getIntegrationGlovoMenuUpdateDetailsInputSchema = external_exports.undefined();
|
|
19934
20097
|
var getIntegrationGlovoMenuUpdateDetailsResponseSchema = integrationGlovoMenuUpdateDetailsSchema;
|
|
19935
|
-
var GetIntegrationGlovoMenuUpdateDetails = class extends
|
|
20098
|
+
var GetIntegrationGlovoMenuUpdateDetails = class extends import_sdk_js_core137.AbstractApiRequest {
|
|
19936
20099
|
constructor(integrationGlovoId, processId) {
|
|
19937
20100
|
super(void 0);
|
|
19938
20101
|
this.method = "GET";
|
|
@@ -19951,14 +20114,14 @@ var GetIntegrationGlovoMenuUpdateDetails = class extends import_sdk_js_core133.A
|
|
|
19951
20114
|
};
|
|
19952
20115
|
|
|
19953
20116
|
// src/requests/services/glovo/GetIntegrationGlovoMenuUpdates.ts
|
|
19954
|
-
var
|
|
20117
|
+
var import_sdk_js_core138 = require("@deliverart/sdk-js-core");
|
|
19955
20118
|
var import_sdk_js_global_types54 = require("@deliverart/sdk-js-global-types");
|
|
19956
20119
|
var getIntegrationGlovoMenuUpdatesQuerySchema = integrationGlovoMenuUpdatesQuerySchema;
|
|
19957
20120
|
var getIntegrationGlovoMenuUpdatesInputSchema = external_exports.undefined();
|
|
19958
20121
|
var getIntegrationGlovoMenuUpdatesResponseSchema = (0, import_sdk_js_global_types54.createPaginatedSchema)(
|
|
19959
20122
|
integrationGlovoMenuUpdateSchema
|
|
19960
20123
|
);
|
|
19961
|
-
var GetIntegrationGlovoMenuUpdates = class extends
|
|
20124
|
+
var GetIntegrationGlovoMenuUpdates = class extends import_sdk_js_core138.AbstractApiRequest {
|
|
19962
20125
|
constructor(integrationId, options) {
|
|
19963
20126
|
super(void 0, options);
|
|
19964
20127
|
this.method = "GET";
|
|
@@ -19978,10 +20141,10 @@ var GetIntegrationGlovoMenuUpdates = class extends import_sdk_js_core134.Abstrac
|
|
|
19978
20141
|
};
|
|
19979
20142
|
|
|
19980
20143
|
// src/requests/services/glovo/GetIntegrationGlovoMenuVersionDetails.ts
|
|
19981
|
-
var
|
|
20144
|
+
var import_sdk_js_core139 = require("@deliverart/sdk-js-core");
|
|
19982
20145
|
var getIntegrationGlovoMenuVersionDetailsInputSchema = external_exports.undefined();
|
|
19983
20146
|
var getIntegrationGlovoMenuVersionDetailsResponseSchema = menuVersionDetailsSchema;
|
|
19984
|
-
var GetIntegrationGlovoMenuVersionDetails = class extends
|
|
20147
|
+
var GetIntegrationGlovoMenuVersionDetails = class extends import_sdk_js_core139.AbstractApiRequest {
|
|
19985
20148
|
constructor(integrationGlovoId, versionId) {
|
|
19986
20149
|
super(void 0);
|
|
19987
20150
|
this.method = "GET";
|
|
@@ -20000,14 +20163,14 @@ var GetIntegrationGlovoMenuVersionDetails = class extends import_sdk_js_core135.
|
|
|
20000
20163
|
};
|
|
20001
20164
|
|
|
20002
20165
|
// src/requests/services/glovo/GetIntegrationGlovoMenuVersions.ts
|
|
20003
|
-
var
|
|
20166
|
+
var import_sdk_js_core140 = require("@deliverart/sdk-js-core");
|
|
20004
20167
|
var import_sdk_js_global_types55 = require("@deliverart/sdk-js-global-types");
|
|
20005
20168
|
var getIntegrationGlovoMenuVersionsQuerySchema = external_exports.object({
|
|
20006
20169
|
page: external_exports.coerce.number().optional()
|
|
20007
20170
|
});
|
|
20008
20171
|
var getIntegrationGlovoMenuVersionsInputSchema = external_exports.undefined();
|
|
20009
20172
|
var getIntegrationGlovoMenuVersionsResponseSchema = (0, import_sdk_js_global_types55.createPaginatedSchema)(menuVersionSchema);
|
|
20010
|
-
var GetIntegrationGlovoMenuVersions = class extends
|
|
20173
|
+
var GetIntegrationGlovoMenuVersions = class extends import_sdk_js_core140.AbstractApiRequest {
|
|
20011
20174
|
constructor(integrationGlovoId, options) {
|
|
20012
20175
|
super(void 0, options);
|
|
20013
20176
|
this.method = "GET";
|
|
@@ -20027,10 +20190,10 @@ var GetIntegrationGlovoMenuVersions = class extends import_sdk_js_core136.Abstra
|
|
|
20027
20190
|
};
|
|
20028
20191
|
|
|
20029
20192
|
// src/requests/services/glovo/GetIntegrationGlovoOrderDetails.ts
|
|
20030
|
-
var
|
|
20193
|
+
var import_sdk_js_core141 = require("@deliverart/sdk-js-core");
|
|
20031
20194
|
var getIntegrationGlovoOrderDetailsInputSchema = external_exports.undefined();
|
|
20032
20195
|
var getIntegrationGlovoOrderDetailsResponseSchema = integrationGlovoOrderDetailsSchema;
|
|
20033
|
-
var GetIntegrationGlovoOrderDetails = class extends
|
|
20196
|
+
var GetIntegrationGlovoOrderDetails = class extends import_sdk_js_core141.AbstractApiRequest {
|
|
20034
20197
|
constructor(integrationGlovoId, orderId) {
|
|
20035
20198
|
super(void 0);
|
|
20036
20199
|
this.method = "GET";
|
|
@@ -20049,14 +20212,14 @@ var GetIntegrationGlovoOrderDetails = class extends import_sdk_js_core137.Abstra
|
|
|
20049
20212
|
};
|
|
20050
20213
|
|
|
20051
20214
|
// src/requests/services/glovo/GetIntegrationGlovoOrders.ts
|
|
20052
|
-
var
|
|
20215
|
+
var import_sdk_js_core142 = require("@deliverart/sdk-js-core");
|
|
20053
20216
|
var import_sdk_js_global_types56 = require("@deliverart/sdk-js-global-types");
|
|
20054
20217
|
var getIntegrationGlovoOrdersQuerySchema = integrationGlovoOrdersQuerySchema;
|
|
20055
20218
|
var getIntegrationGlovoOrdersInputSchema = external_exports.undefined();
|
|
20056
20219
|
var getIntegrationGlovoOrdersResponseSchema = (0, import_sdk_js_global_types56.createPaginatedSchema)(
|
|
20057
20220
|
integrationGlovoOrderSchema
|
|
20058
20221
|
);
|
|
20059
|
-
var GetIntegrationGlovoOrders = class extends
|
|
20222
|
+
var GetIntegrationGlovoOrders = class extends import_sdk_js_core142.AbstractApiRequest {
|
|
20060
20223
|
constructor(integrationGlovoId, options) {
|
|
20061
20224
|
super(void 0, options);
|
|
20062
20225
|
this.method = "GET";
|
|
@@ -20076,7 +20239,7 @@ var GetIntegrationGlovoOrders = class extends import_sdk_js_core138.AbstractApiR
|
|
|
20076
20239
|
};
|
|
20077
20240
|
|
|
20078
20241
|
// src/requests/services/glovo/GetIntegrationGlovoOrdersFromOrder.ts
|
|
20079
|
-
var
|
|
20242
|
+
var import_sdk_js_core143 = require("@deliverart/sdk-js-core");
|
|
20080
20243
|
var getIntegrationGlovoOrdersFromOrderQuerySchema = integrationGlovoOrdersQuerySchema.omit(
|
|
20081
20244
|
{
|
|
20082
20245
|
page: true
|
|
@@ -20086,7 +20249,7 @@ var getIntegrationGlovoOrdersFromOrderInputSchema = external_exports.undefined()
|
|
|
20086
20249
|
var getIntegrationGlovoOrdersFromOrderResponseSchema = external_exports.array(
|
|
20087
20250
|
integrationGlovoOrderSchema
|
|
20088
20251
|
);
|
|
20089
|
-
var GetIntegrationGlovoOrdersFromOrder = class extends
|
|
20252
|
+
var GetIntegrationGlovoOrdersFromOrder = class extends import_sdk_js_core143.AbstractApiRequest {
|
|
20090
20253
|
constructor(orderId, options) {
|
|
20091
20254
|
super(void 0, options);
|
|
20092
20255
|
this.method = "GET";
|
|
@@ -20106,10 +20269,10 @@ var GetIntegrationGlovoOrdersFromOrder = class extends import_sdk_js_core139.Abs
|
|
|
20106
20269
|
};
|
|
20107
20270
|
|
|
20108
20271
|
// src/requests/services/glovo/GetIntegrationGlovoSyncStatus.ts
|
|
20109
|
-
var
|
|
20272
|
+
var import_sdk_js_core144 = require("@deliverart/sdk-js-core");
|
|
20110
20273
|
var getIntegrationGlovoSyncStatusInputSchema = external_exports.undefined();
|
|
20111
20274
|
var getIntegrationGlovoSyncStatusResponseSchema = integrationGlovoSyncStatusResponseSchema;
|
|
20112
|
-
var GetIntegrationGlovoSyncStatus = class extends
|
|
20275
|
+
var GetIntegrationGlovoSyncStatus = class extends import_sdk_js_core144.AbstractApiRequest {
|
|
20113
20276
|
constructor(integrationGlovoId) {
|
|
20114
20277
|
super(void 0);
|
|
20115
20278
|
this.method = "GET";
|
|
@@ -20127,10 +20290,10 @@ var GetIntegrationGlovoSyncStatus = class extends import_sdk_js_core140.Abstract
|
|
|
20127
20290
|
};
|
|
20128
20291
|
|
|
20129
20292
|
// src/requests/services/glovo/GetIntegrationGlovoWebhookEventDetails.ts
|
|
20130
|
-
var
|
|
20293
|
+
var import_sdk_js_core145 = require("@deliverart/sdk-js-core");
|
|
20131
20294
|
var getIntegrationGlovoWebhookEventDetailsInputSchema = external_exports.undefined();
|
|
20132
20295
|
var getIntegrationGlovoWebhookEventDetailsResponseSchema = integrationGlovoWebhookEventDetailsSchema;
|
|
20133
|
-
var GetIntegrationGlovoWebhookEventDetails = class extends
|
|
20296
|
+
var GetIntegrationGlovoWebhookEventDetails = class extends import_sdk_js_core145.AbstractApiRequest {
|
|
20134
20297
|
constructor(integrationGlovoId, eventId) {
|
|
20135
20298
|
super(void 0);
|
|
20136
20299
|
this.method = "GET";
|
|
@@ -20149,14 +20312,14 @@ var GetIntegrationGlovoWebhookEventDetails = class extends import_sdk_js_core141
|
|
|
20149
20312
|
};
|
|
20150
20313
|
|
|
20151
20314
|
// src/requests/services/glovo/GetIntegrationGlovoWebhookEvents.ts
|
|
20152
|
-
var
|
|
20315
|
+
var import_sdk_js_core146 = require("@deliverart/sdk-js-core");
|
|
20153
20316
|
var import_sdk_js_global_types57 = require("@deliverart/sdk-js-global-types");
|
|
20154
20317
|
var getIntegrationGlovoWebhookEventsQuerySchema = integrationGlovoWebhookEventsQueryParamsSchema;
|
|
20155
20318
|
var getIntegrationGlovoWebhookEventsInputSchema = external_exports.undefined();
|
|
20156
20319
|
var getIntegrationGlovoWebhookEventsResponseSchema = (0, import_sdk_js_global_types57.createPaginatedSchema)(
|
|
20157
20320
|
integrationGlovoWebhookEventSchema
|
|
20158
20321
|
);
|
|
20159
|
-
var GetIntegrationGlovoWebhookEvents = class extends
|
|
20322
|
+
var GetIntegrationGlovoWebhookEvents = class extends import_sdk_js_core146.AbstractApiRequest {
|
|
20160
20323
|
constructor(integrationGlovoId, options) {
|
|
20161
20324
|
super(void 0, options);
|
|
20162
20325
|
this.method = "GET";
|
|
@@ -20176,7 +20339,7 @@ var GetIntegrationGlovoWebhookEvents = class extends import_sdk_js_core142.Abstr
|
|
|
20176
20339
|
};
|
|
20177
20340
|
|
|
20178
20341
|
// src/requests/services/glovo/GetIntegrationGlovoWebhookEventsFromOrder.ts
|
|
20179
|
-
var
|
|
20342
|
+
var import_sdk_js_core147 = require("@deliverart/sdk-js-core");
|
|
20180
20343
|
var getIntegrationGlovoWebhookEventsFromOrderQuerySchema = integrationGlovoWebhookEventsQueryParamsSchema.omit({
|
|
20181
20344
|
page: true
|
|
20182
20345
|
});
|
|
@@ -20184,7 +20347,7 @@ var getIntegrationGlovoWebhookEventsFromOrderInputSchema = external_exports.unde
|
|
|
20184
20347
|
var getIntegrationGlovoWebhookEventsFromOrderResponseSchema = external_exports.array(
|
|
20185
20348
|
integrationGlovoWebhookEventSchema
|
|
20186
20349
|
);
|
|
20187
|
-
var GetIntegrationGlovoWebhookEventsFromOrder = class extends
|
|
20350
|
+
var GetIntegrationGlovoWebhookEventsFromOrder = class extends import_sdk_js_core147.AbstractApiRequest {
|
|
20188
20351
|
constructor(orderId, options) {
|
|
20189
20352
|
super(void 0, options);
|
|
20190
20353
|
this.method = "GET";
|
|
@@ -20204,12 +20367,12 @@ var GetIntegrationGlovoWebhookEventsFromOrder = class extends import_sdk_js_core
|
|
|
20204
20367
|
};
|
|
20205
20368
|
|
|
20206
20369
|
// src/requests/services/glovo/IntegrationGlovoSyncMenu.ts
|
|
20207
|
-
var
|
|
20370
|
+
var import_sdk_js_core148 = require("@deliverart/sdk-js-core");
|
|
20208
20371
|
var integrationGlovoSyncMenuInputSchema = external_exports.undefined();
|
|
20209
20372
|
var integrationGlovoSyncMenuResponseSchema = external_exports.object({
|
|
20210
20373
|
message: external_exports.string()
|
|
20211
20374
|
});
|
|
20212
|
-
var IntegrationGlovoSyncMenu = class extends
|
|
20375
|
+
var IntegrationGlovoSyncMenu = class extends import_sdk_js_core148.AbstractApiRequest {
|
|
20213
20376
|
constructor(integrationGlovoId) {
|
|
20214
20377
|
super(void 0);
|
|
20215
20378
|
this.method = "POST";
|
|
@@ -20227,10 +20390,10 @@ var IntegrationGlovoSyncMenu = class extends import_sdk_js_core144.AbstractApiRe
|
|
|
20227
20390
|
};
|
|
20228
20391
|
|
|
20229
20392
|
// src/requests/services/glovo/UpdateIntegrationGlovo.ts
|
|
20230
|
-
var
|
|
20393
|
+
var import_sdk_js_core149 = require("@deliverart/sdk-js-core");
|
|
20231
20394
|
var updateIntegrationGlovoInputSchema = integrationGlovoEditableFieldsSchema.partial();
|
|
20232
20395
|
var updateIntegrationGlovoResponseSchema = integrationGlovoDetailsSchema;
|
|
20233
|
-
var UpdateIntegrationGlovo = class extends
|
|
20396
|
+
var UpdateIntegrationGlovo = class extends import_sdk_js_core149.AbstractApiRequest {
|
|
20234
20397
|
constructor(integrationGlovoId, input) {
|
|
20235
20398
|
super(input);
|
|
20236
20399
|
this.method = "PATCH";
|
|
@@ -20248,13 +20411,13 @@ var UpdateIntegrationGlovo = class extends import_sdk_js_core145.AbstractApiRequ
|
|
|
20248
20411
|
};
|
|
20249
20412
|
|
|
20250
20413
|
// src/requests/services/glovo/UpdateIntegrationGlovoStoreStatus.ts
|
|
20251
|
-
var
|
|
20414
|
+
var import_sdk_js_core150 = require("@deliverart/sdk-js-core");
|
|
20252
20415
|
var import_sdk_js_global_types58 = require("@deliverart/sdk-js-global-types");
|
|
20253
20416
|
var updateIntegrationGlovoStoreStatusInputSchema = external_exports.object({
|
|
20254
20417
|
status: integrationGlovoStoreStatusSchema
|
|
20255
20418
|
});
|
|
20256
20419
|
var updateIntegrationGlovoStoreStatusResponseSchema = import_sdk_js_global_types58.emptyResponseSchema;
|
|
20257
|
-
var UpdateIntegrationGlovoStoreStatus = class extends
|
|
20420
|
+
var UpdateIntegrationGlovoStoreStatus = class extends import_sdk_js_core150.AbstractApiRequest {
|
|
20258
20421
|
constructor(integrationGlovoId, input) {
|
|
20259
20422
|
super(input);
|
|
20260
20423
|
this.method = "POST";
|
|
@@ -20272,13 +20435,13 @@ var UpdateIntegrationGlovoStoreStatus = class extends import_sdk_js_core146.Abst
|
|
|
20272
20435
|
};
|
|
20273
20436
|
|
|
20274
20437
|
// src/requests/services/justeat/CreateIntegrationJustEat.ts
|
|
20275
|
-
var
|
|
20438
|
+
var import_sdk_js_core151 = require("@deliverart/sdk-js-core");
|
|
20276
20439
|
var import_sdk_js_point_of_sale10 = require("@deliverart/sdk-js-point-of-sale");
|
|
20277
20440
|
var createIntegrationJustEatInputSchema = integrationJustEatEditableFieldsSchema.extend({
|
|
20278
20441
|
pointOfSale: import_sdk_js_point_of_sale10.pointOfSaleIriSchema
|
|
20279
20442
|
});
|
|
20280
20443
|
var createIntegrationJustEatResponseSchema = integrationJustEatDetailsSchema;
|
|
20281
|
-
var CreateIntegrationJustEat = class extends
|
|
20444
|
+
var CreateIntegrationJustEat = class extends import_sdk_js_core151.AbstractApiRequest {
|
|
20282
20445
|
constructor(input) {
|
|
20283
20446
|
super(input);
|
|
20284
20447
|
this.method = "POST";
|
|
@@ -20295,11 +20458,11 @@ var CreateIntegrationJustEat = class extends import_sdk_js_core147.AbstractApiRe
|
|
|
20295
20458
|
};
|
|
20296
20459
|
|
|
20297
20460
|
// src/requests/services/justeat/DeleteIntegrationJustEat.ts
|
|
20298
|
-
var
|
|
20461
|
+
var import_sdk_js_core152 = require("@deliverart/sdk-js-core");
|
|
20299
20462
|
var import_sdk_js_global_types59 = require("@deliverart/sdk-js-global-types");
|
|
20300
20463
|
var deleteIntegrationJustEatInputSchema = external_exports.undefined();
|
|
20301
20464
|
var deleteIntegrationJustEatResponseSchema = import_sdk_js_global_types59.emptyResponseSchema;
|
|
20302
|
-
var DeleteIntegrationJustEat = class extends
|
|
20465
|
+
var DeleteIntegrationJustEat = class extends import_sdk_js_core152.AbstractApiRequest {
|
|
20303
20466
|
constructor(integrationJustEatId) {
|
|
20304
20467
|
super(void 0);
|
|
20305
20468
|
this.method = "DELETE";
|
|
@@ -20317,10 +20480,10 @@ var DeleteIntegrationJustEat = class extends import_sdk_js_core148.AbstractApiRe
|
|
|
20317
20480
|
};
|
|
20318
20481
|
|
|
20319
20482
|
// src/requests/services/justeat/GetIntegrationJustEatClientLogRequestDetails.ts
|
|
20320
|
-
var
|
|
20483
|
+
var import_sdk_js_core153 = require("@deliverart/sdk-js-core");
|
|
20321
20484
|
var getIntegrationJustEatClientLogRequestDetailsInputSchema = external_exports.undefined();
|
|
20322
20485
|
var getIntegrationJustEatClientLogRequestDetailsResponseSchema = integrationClientLogRequestDetailsSchema;
|
|
20323
|
-
var GetIntegrationJustEatClientLogRequestDetails = class extends
|
|
20486
|
+
var GetIntegrationJustEatClientLogRequestDetails = class extends import_sdk_js_core153.AbstractApiRequest {
|
|
20324
20487
|
constructor(integrationJustEatId, requestId) {
|
|
20325
20488
|
super(void 0);
|
|
20326
20489
|
this.method = "GET";
|
|
@@ -20339,14 +20502,14 @@ var GetIntegrationJustEatClientLogRequestDetails = class extends import_sdk_js_c
|
|
|
20339
20502
|
};
|
|
20340
20503
|
|
|
20341
20504
|
// src/requests/services/justeat/GetIntegrationJustEatClientLogRequests.ts
|
|
20342
|
-
var
|
|
20505
|
+
var import_sdk_js_core154 = require("@deliverart/sdk-js-core");
|
|
20343
20506
|
var import_sdk_js_global_types60 = require("@deliverart/sdk-js-global-types");
|
|
20344
20507
|
var getIntegrationJustEatClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
20345
20508
|
var getIntegrationJustEatClientLogRequestsInputSchema = external_exports.undefined();
|
|
20346
20509
|
var getIntegrationJustEatClientLogRequestsResponseSchema = (0, import_sdk_js_global_types60.createPaginatedSchema)(
|
|
20347
20510
|
integrationClientLogRequestSchema
|
|
20348
20511
|
);
|
|
20349
|
-
var GetIntegrationJustEatClientLogRequests = class extends
|
|
20512
|
+
var GetIntegrationJustEatClientLogRequests = class extends import_sdk_js_core154.AbstractApiRequest {
|
|
20350
20513
|
constructor(integrationJustEatId, options) {
|
|
20351
20514
|
super(void 0, options);
|
|
20352
20515
|
this.method = "GET";
|
|
@@ -20366,7 +20529,7 @@ var GetIntegrationJustEatClientLogRequests = class extends import_sdk_js_core150
|
|
|
20366
20529
|
};
|
|
20367
20530
|
|
|
20368
20531
|
// src/requests/services/justeat/GetIntegrationJustEatClientLogRequestsFromOrder.ts
|
|
20369
|
-
var
|
|
20532
|
+
var import_sdk_js_core155 = require("@deliverart/sdk-js-core");
|
|
20370
20533
|
var getIntegrationJustEatClientLogRequestsFromOrderQuerySchema = clientLogRequestQuerySchema.omit({
|
|
20371
20534
|
page: true
|
|
20372
20535
|
});
|
|
@@ -20374,7 +20537,7 @@ var getIntegrationJustEatClientLogRequestsFromOrderInputSchema = external_export
|
|
|
20374
20537
|
var getIntegrationJustEatClientLogRequestsFromOrderResponseSchema = external_exports.array(
|
|
20375
20538
|
integrationClientLogRequestSchema
|
|
20376
20539
|
);
|
|
20377
|
-
var GetIntegrationJustEatClientLogRequestsFromOrder = class extends
|
|
20540
|
+
var GetIntegrationJustEatClientLogRequestsFromOrder = class extends import_sdk_js_core155.AbstractApiRequest {
|
|
20378
20541
|
constructor(orderId, options) {
|
|
20379
20542
|
super(void 0, options);
|
|
20380
20543
|
this.method = "GET";
|
|
@@ -20394,10 +20557,10 @@ var GetIntegrationJustEatClientLogRequestsFromOrder = class extends import_sdk_j
|
|
|
20394
20557
|
};
|
|
20395
20558
|
|
|
20396
20559
|
// src/requests/services/justeat/GetIntegrationJustEatDetails.ts
|
|
20397
|
-
var
|
|
20560
|
+
var import_sdk_js_core156 = require("@deliverart/sdk-js-core");
|
|
20398
20561
|
var getIntegrationJustEatDetailsInputSchema = external_exports.undefined();
|
|
20399
20562
|
var getIntegrationJustEatDetailsResponseSchema = integrationJustEatDetailsSchema;
|
|
20400
|
-
var GetIntegrationJustEatDetails = class extends
|
|
20563
|
+
var GetIntegrationJustEatDetails = class extends import_sdk_js_core156.AbstractApiRequest {
|
|
20401
20564
|
constructor(integrationJustEatId) {
|
|
20402
20565
|
super(void 0);
|
|
20403
20566
|
this.method = "GET";
|
|
@@ -20415,14 +20578,14 @@ var GetIntegrationJustEatDetails = class extends import_sdk_js_core152.AbstractA
|
|
|
20415
20578
|
};
|
|
20416
20579
|
|
|
20417
20580
|
// src/requests/services/justeat/GetIntegrationJustEatGlobalClientLogRequests.ts
|
|
20418
|
-
var
|
|
20581
|
+
var import_sdk_js_core157 = require("@deliverart/sdk-js-core");
|
|
20419
20582
|
var import_sdk_js_global_types61 = require("@deliverart/sdk-js-global-types");
|
|
20420
20583
|
var getIntegrationJustEatGlobalClientLogRequestsQuerySchema = clientLogRequestQuerySchema;
|
|
20421
20584
|
var getIntegrationJustEatGlobalClientLogRequestsInputSchema = external_exports.undefined();
|
|
20422
20585
|
var getIntegrationJustEatGlobalClientLogRequestsResponseSchema = (0, import_sdk_js_global_types61.createPaginatedSchema)(
|
|
20423
20586
|
integrationClientLogRequestSchema
|
|
20424
20587
|
);
|
|
20425
|
-
var GetIntegrationJustEatGlobalClientLogRequests = class extends
|
|
20588
|
+
var GetIntegrationJustEatGlobalClientLogRequests = class extends import_sdk_js_core157.AbstractApiRequest {
|
|
20426
20589
|
constructor(options) {
|
|
20427
20590
|
super(void 0, options);
|
|
20428
20591
|
this.method = "GET";
|
|
@@ -20441,14 +20604,14 @@ var GetIntegrationJustEatGlobalClientLogRequests = class extends import_sdk_js_c
|
|
|
20441
20604
|
};
|
|
20442
20605
|
|
|
20443
20606
|
// src/requests/services/justeat/GetIntegrationJustEatList.ts
|
|
20444
|
-
var
|
|
20607
|
+
var import_sdk_js_core158 = require("@deliverart/sdk-js-core");
|
|
20445
20608
|
var import_sdk_js_global_types62 = require("@deliverart/sdk-js-global-types");
|
|
20446
20609
|
var getIntegrationJustEatListQuerySchema = integrationsJustEatQuerySchema.omit({
|
|
20447
20610
|
service: true
|
|
20448
20611
|
});
|
|
20449
20612
|
var getIntegrationJustEatListInputSchema = external_exports.undefined();
|
|
20450
20613
|
var getIntegrationJustEatListResponseSchema = (0, import_sdk_js_global_types62.createPaginatedSchema)(integrationJustEatSchema);
|
|
20451
|
-
var GetIntegrationJustEatList = class extends
|
|
20614
|
+
var GetIntegrationJustEatList = class extends import_sdk_js_core158.AbstractApiRequest {
|
|
20452
20615
|
constructor(options) {
|
|
20453
20616
|
super(void 0, options);
|
|
20454
20617
|
this.method = "GET";
|
|
@@ -20467,11 +20630,11 @@ var GetIntegrationJustEatList = class extends import_sdk_js_core154.AbstractApiR
|
|
|
20467
20630
|
};
|
|
20468
20631
|
|
|
20469
20632
|
// src/requests/services/justeat/GetIntegrationJustEatMenuValidation.ts
|
|
20470
|
-
var
|
|
20633
|
+
var import_sdk_js_core159 = require("@deliverart/sdk-js-core");
|
|
20471
20634
|
var import_sdk_js_global_types63 = require("@deliverart/sdk-js-global-types");
|
|
20472
20635
|
var getIntegrationJustEatMenuValidationInputSchema = external_exports.undefined();
|
|
20473
20636
|
var getIntegrationJustEatMenuValidationResponseSchema = import_sdk_js_global_types63.emptyResponseSchema;
|
|
20474
|
-
var GetIntegrationJustEatMenuValidation = class extends
|
|
20637
|
+
var GetIntegrationJustEatMenuValidation = class extends import_sdk_js_core159.AbstractApiRequest {
|
|
20475
20638
|
constructor(integrationJustEatId, type) {
|
|
20476
20639
|
super(void 0);
|
|
20477
20640
|
this.method = "GET";
|
|
@@ -20490,10 +20653,10 @@ var GetIntegrationJustEatMenuValidation = class extends import_sdk_js_core155.Ab
|
|
|
20490
20653
|
};
|
|
20491
20654
|
|
|
20492
20655
|
// src/requests/services/justeat/GetIntegrationJustEatMenuVersionDetails.ts
|
|
20493
|
-
var
|
|
20656
|
+
var import_sdk_js_core160 = require("@deliverart/sdk-js-core");
|
|
20494
20657
|
var getIntegrationJustEatMenuVersionDetailsInputSchema = external_exports.undefined();
|
|
20495
20658
|
var getIntegrationJustEatMenuVersionDetailsResponseSchema = menuVersionDetailsSchema;
|
|
20496
|
-
var GetIntegrationJustEatMenuVersionDetails = class extends
|
|
20659
|
+
var GetIntegrationJustEatMenuVersionDetails = class extends import_sdk_js_core160.AbstractApiRequest {
|
|
20497
20660
|
constructor(integrationJustEatId, versionId) {
|
|
20498
20661
|
super(void 0);
|
|
20499
20662
|
this.method = "GET";
|
|
@@ -20512,14 +20675,14 @@ var GetIntegrationJustEatMenuVersionDetails = class extends import_sdk_js_core15
|
|
|
20512
20675
|
};
|
|
20513
20676
|
|
|
20514
20677
|
// src/requests/services/justeat/GetIntegrationJustEatMenuVersions.ts
|
|
20515
|
-
var
|
|
20678
|
+
var import_sdk_js_core161 = require("@deliverart/sdk-js-core");
|
|
20516
20679
|
var import_sdk_js_global_types64 = require("@deliverart/sdk-js-global-types");
|
|
20517
20680
|
var getIntegrationJustEatMenuVersionsQuerySchema = external_exports.object({
|
|
20518
20681
|
page: external_exports.coerce.number().optional()
|
|
20519
20682
|
});
|
|
20520
20683
|
var getIntegrationJustEatMenuVersionsInputSchema = external_exports.undefined();
|
|
20521
20684
|
var getIntegrationJustEatMenuVersionsResponseSchema = (0, import_sdk_js_global_types64.createPaginatedSchema)(menuVersionSchema);
|
|
20522
|
-
var GetIntegrationJustEatMenuVersions = class extends
|
|
20685
|
+
var GetIntegrationJustEatMenuVersions = class extends import_sdk_js_core161.AbstractApiRequest {
|
|
20523
20686
|
constructor(integrationJustEatId, options) {
|
|
20524
20687
|
super(void 0, options);
|
|
20525
20688
|
this.method = "GET";
|
|
@@ -20539,10 +20702,10 @@ var GetIntegrationJustEatMenuVersions = class extends import_sdk_js_core157.Abst
|
|
|
20539
20702
|
};
|
|
20540
20703
|
|
|
20541
20704
|
// src/requests/services/justeat/GetIntegrationJustEatOrderDetails.ts
|
|
20542
|
-
var
|
|
20705
|
+
var import_sdk_js_core162 = require("@deliverart/sdk-js-core");
|
|
20543
20706
|
var getIntegrationJustEatOrderDetailsInputSchema = external_exports.undefined();
|
|
20544
20707
|
var getIntegrationJustEatOrderDetailsResponseSchema = integrationJustEatOrderDetailsSchema;
|
|
20545
|
-
var GetIntegrationJustEatOrderDetails = class extends
|
|
20708
|
+
var GetIntegrationJustEatOrderDetails = class extends import_sdk_js_core162.AbstractApiRequest {
|
|
20546
20709
|
constructor(integrationJustEatId, orderId) {
|
|
20547
20710
|
super(void 0);
|
|
20548
20711
|
this.method = "GET";
|
|
@@ -20561,14 +20724,14 @@ var GetIntegrationJustEatOrderDetails = class extends import_sdk_js_core158.Abst
|
|
|
20561
20724
|
};
|
|
20562
20725
|
|
|
20563
20726
|
// src/requests/services/justeat/GetIntegrationJustEatOrders.ts
|
|
20564
|
-
var
|
|
20727
|
+
var import_sdk_js_core163 = require("@deliverart/sdk-js-core");
|
|
20565
20728
|
var import_sdk_js_global_types65 = require("@deliverart/sdk-js-global-types");
|
|
20566
20729
|
var getIntegrationJustEatOrdersQuerySchema = integrationJustEatOrdersQueryParamsSchema;
|
|
20567
20730
|
var getIntegrationJustEatOrdersInputSchema = external_exports.undefined();
|
|
20568
20731
|
var getIntegrationJustEatOrdersResponseSchema = (0, import_sdk_js_global_types65.createPaginatedSchema)(
|
|
20569
20732
|
integrationJustEatOrderSchema
|
|
20570
20733
|
);
|
|
20571
|
-
var GetIntegrationJustEatOrders = class extends
|
|
20734
|
+
var GetIntegrationJustEatOrders = class extends import_sdk_js_core163.AbstractApiRequest {
|
|
20572
20735
|
constructor(integrationJustEatId, options) {
|
|
20573
20736
|
super(void 0, options);
|
|
20574
20737
|
this.method = "GET";
|
|
@@ -20588,7 +20751,7 @@ var GetIntegrationJustEatOrders = class extends import_sdk_js_core159.AbstractAp
|
|
|
20588
20751
|
};
|
|
20589
20752
|
|
|
20590
20753
|
// src/requests/services/justeat/GetIntegrationJustEatOrdersFromOrder.ts
|
|
20591
|
-
var
|
|
20754
|
+
var import_sdk_js_core164 = require("@deliverart/sdk-js-core");
|
|
20592
20755
|
var getIntegrationJustEatOrdersFromOrderQuerySchema = integrationJustEatOrdersQueryParamsSchema.omit({
|
|
20593
20756
|
page: true
|
|
20594
20757
|
});
|
|
@@ -20596,7 +20759,7 @@ var getIntegrationJustEatOrdersFromOrderInputSchema = external_exports.undefined
|
|
|
20596
20759
|
var getIntegrationJustEatOrdersFromOrderResponseSchema = external_exports.array(
|
|
20597
20760
|
integrationJustEatOrderSchema
|
|
20598
20761
|
);
|
|
20599
|
-
var GetIntegrationJustEatOrdersFromOrder = class extends
|
|
20762
|
+
var GetIntegrationJustEatOrdersFromOrder = class extends import_sdk_js_core164.AbstractApiRequest {
|
|
20600
20763
|
constructor(orderId, options) {
|
|
20601
20764
|
super(void 0, options);
|
|
20602
20765
|
this.method = "GET";
|
|
@@ -20616,10 +20779,10 @@ var GetIntegrationJustEatOrdersFromOrder = class extends import_sdk_js_core160.A
|
|
|
20616
20779
|
};
|
|
20617
20780
|
|
|
20618
20781
|
// src/requests/services/justeat/GetIntegrationJustEatSyncMenuProcessDetails.ts
|
|
20619
|
-
var
|
|
20782
|
+
var import_sdk_js_core165 = require("@deliverart/sdk-js-core");
|
|
20620
20783
|
var getIntegrationJustEatSyncMenuProcessDetailsInputSchema = external_exports.undefined();
|
|
20621
20784
|
var getIntegrationJustEatSyncMenuProcessDetailsResponseSchema = integrationJustEatSyncMenuProcessDetailsSchema;
|
|
20622
|
-
var GetIntegrationJustEatSyncMenuProcessDetails = class extends
|
|
20785
|
+
var GetIntegrationJustEatSyncMenuProcessDetails = class extends import_sdk_js_core165.AbstractApiRequest {
|
|
20623
20786
|
constructor(integrationJustEatId, processId) {
|
|
20624
20787
|
super(void 0);
|
|
20625
20788
|
this.method = "GET";
|
|
@@ -20638,14 +20801,14 @@ var GetIntegrationJustEatSyncMenuProcessDetails = class extends import_sdk_js_co
|
|
|
20638
20801
|
};
|
|
20639
20802
|
|
|
20640
20803
|
// src/requests/services/justeat/GetIntegrationJustEatSyncMenuProcesses.ts
|
|
20641
|
-
var
|
|
20804
|
+
var import_sdk_js_core166 = require("@deliverart/sdk-js-core");
|
|
20642
20805
|
var import_sdk_js_global_types66 = require("@deliverart/sdk-js-global-types");
|
|
20643
20806
|
var getIntegrationJustEatSyncMenuProcessesQuerySchema = integrationJustEatSyncMenuProcessesQuerySchema;
|
|
20644
20807
|
var getIntegrationJustEatSyncMenuProcessesInputSchema = external_exports.undefined();
|
|
20645
20808
|
var getIntegrationJustEatSyncMenuProcessesResponseSchema = (0, import_sdk_js_global_types66.createPaginatedSchema)(
|
|
20646
20809
|
integrationJustEatSyncMenuProcessSchema
|
|
20647
20810
|
);
|
|
20648
|
-
var GetIntegrationJustEatSyncMenuProcesses = class extends
|
|
20811
|
+
var GetIntegrationJustEatSyncMenuProcesses = class extends import_sdk_js_core166.AbstractApiRequest {
|
|
20649
20812
|
constructor(integrationJustEatId, options) {
|
|
20650
20813
|
super(void 0, options);
|
|
20651
20814
|
this.method = "GET";
|
|
@@ -20665,12 +20828,12 @@ var GetIntegrationJustEatSyncMenuProcesses = class extends import_sdk_js_core162
|
|
|
20665
20828
|
};
|
|
20666
20829
|
|
|
20667
20830
|
// src/requests/services/justeat/IntegrationJustEatSyncMenu.ts
|
|
20668
|
-
var
|
|
20831
|
+
var import_sdk_js_core167 = require("@deliverart/sdk-js-core");
|
|
20669
20832
|
var integrationJustEatSyncMenuInputSchema = external_exports.undefined();
|
|
20670
20833
|
var integrationJustEatSyncMenuResponseSchema = external_exports.object({
|
|
20671
20834
|
message: external_exports.string()
|
|
20672
20835
|
});
|
|
20673
|
-
var IntegrationJustEatSyncMenu = class extends
|
|
20836
|
+
var IntegrationJustEatSyncMenu = class extends import_sdk_js_core167.AbstractApiRequest {
|
|
20674
20837
|
constructor(integrationJustEatId) {
|
|
20675
20838
|
super(void 0);
|
|
20676
20839
|
this.method = "POST";
|
|
@@ -20688,12 +20851,12 @@ var IntegrationJustEatSyncMenu = class extends import_sdk_js_core163.AbstractApi
|
|
|
20688
20851
|
};
|
|
20689
20852
|
|
|
20690
20853
|
// src/requests/services/justeat/IntegrationJustEatSyncOpeningTimes.ts
|
|
20691
|
-
var
|
|
20854
|
+
var import_sdk_js_core168 = require("@deliverart/sdk-js-core");
|
|
20692
20855
|
var integrationJustEatSyncOpeningHoursInputSchema = external_exports.undefined();
|
|
20693
20856
|
var integrationJustEatSyncOpeningHoursResponseSchema = external_exports.object({
|
|
20694
20857
|
message: external_exports.string()
|
|
20695
20858
|
});
|
|
20696
|
-
var IntegrationJustEatSyncOpeningTimes = class extends
|
|
20859
|
+
var IntegrationJustEatSyncOpeningTimes = class extends import_sdk_js_core168.AbstractApiRequest {
|
|
20697
20860
|
constructor(integrationJustEatId) {
|
|
20698
20861
|
super(void 0);
|
|
20699
20862
|
this.method = "POST";
|
|
@@ -20711,10 +20874,10 @@ var IntegrationJustEatSyncOpeningTimes = class extends import_sdk_js_core164.Abs
|
|
|
20711
20874
|
};
|
|
20712
20875
|
|
|
20713
20876
|
// src/requests/services/justeat/UpdateIntegrationJustEat.ts
|
|
20714
|
-
var
|
|
20877
|
+
var import_sdk_js_core169 = require("@deliverart/sdk-js-core");
|
|
20715
20878
|
var updateIntegrationJustEatInputSchema = integrationJustEatEditableFieldsSchema.partial();
|
|
20716
20879
|
var updateIntegrationJustEatResponseSchema = integrationJustEatDetailsSchema;
|
|
20717
|
-
var UpdateIntegrationJustEat = class extends
|
|
20880
|
+
var UpdateIntegrationJustEat = class extends import_sdk_js_core169.AbstractApiRequest {
|
|
20718
20881
|
constructor(integrationJustEatId, input) {
|
|
20719
20882
|
super(input);
|
|
20720
20883
|
this.method = "PATCH";
|
|
@@ -20732,13 +20895,13 @@ var UpdateIntegrationJustEat = class extends import_sdk_js_core165.AbstractApiRe
|
|
|
20732
20895
|
};
|
|
20733
20896
|
|
|
20734
20897
|
// src/requests/services/justeat/UpdateIntegrationJustEatRestaurantStatus.ts
|
|
20735
|
-
var
|
|
20898
|
+
var import_sdk_js_core170 = require("@deliverart/sdk-js-core");
|
|
20736
20899
|
var import_sdk_js_global_types67 = require("@deliverart/sdk-js-global-types");
|
|
20737
20900
|
var updateIntegrationJustEatRestaurantStatusInputSchema = external_exports.object({
|
|
20738
20901
|
status: integrationJustEatRestaurantStatusSchema
|
|
20739
20902
|
});
|
|
20740
20903
|
var updateIntegrationJustEatRestaurantStatusResponseSchema = import_sdk_js_global_types67.emptyResponseSchema;
|
|
20741
|
-
var UpdateIntegrationJustEatRestaurantStatus = class extends
|
|
20904
|
+
var UpdateIntegrationJustEatRestaurantStatus = class extends import_sdk_js_core170.AbstractApiRequest {
|
|
20742
20905
|
constructor(integrationJustEatId, input) {
|
|
20743
20906
|
super(input);
|
|
20744
20907
|
this.method = "POST";
|
|
@@ -20756,13 +20919,13 @@ var UpdateIntegrationJustEatRestaurantStatus = class extends import_sdk_js_core1
|
|
|
20756
20919
|
};
|
|
20757
20920
|
|
|
20758
20921
|
// src/requests/services/kitchen/CreateIntegrationKitchen.ts
|
|
20759
|
-
var
|
|
20922
|
+
var import_sdk_js_core171 = require("@deliverart/sdk-js-core");
|
|
20760
20923
|
var import_sdk_js_point_of_sale11 = require("@deliverart/sdk-js-point-of-sale");
|
|
20761
20924
|
var createIntegrationKitchenInputSchema = integrationKitchenEditableFieldsSchema.extend({
|
|
20762
20925
|
pointOfSale: import_sdk_js_point_of_sale11.pointOfSaleIriSchema
|
|
20763
20926
|
});
|
|
20764
20927
|
var createIntegrationKitchenResponseSchema = integrationKitchenDetailsSchema;
|
|
20765
|
-
var CreateIntegrationKitchen = class extends
|
|
20928
|
+
var CreateIntegrationKitchen = class extends import_sdk_js_core171.AbstractApiRequest {
|
|
20766
20929
|
constructor(input) {
|
|
20767
20930
|
super(input);
|
|
20768
20931
|
this.method = "POST";
|
|
@@ -20779,10 +20942,10 @@ var CreateIntegrationKitchen = class extends import_sdk_js_core167.AbstractApiRe
|
|
|
20779
20942
|
};
|
|
20780
20943
|
|
|
20781
20944
|
// src/requests/services/kitchen/CreateIntegrationKitchenAccessToken.ts
|
|
20782
|
-
var
|
|
20945
|
+
var import_sdk_js_core172 = require("@deliverart/sdk-js-core");
|
|
20783
20946
|
var createIntegrationKitchenAccessTokenInputSchema = external_exports.undefined();
|
|
20784
20947
|
var createIntegrationKitchenAccessTokenResponseSchema = integrationKitchenAccessTokenDetailsSchema;
|
|
20785
|
-
var CreateIntegrationKitchenAccessToken = class extends
|
|
20948
|
+
var CreateIntegrationKitchenAccessToken = class extends import_sdk_js_core172.AbstractApiRequest {
|
|
20786
20949
|
constructor(integrationKitchenId) {
|
|
20787
20950
|
super(void 0);
|
|
20788
20951
|
this.method = "POST";
|
|
@@ -20800,11 +20963,11 @@ var CreateIntegrationKitchenAccessToken = class extends import_sdk_js_core168.Ab
|
|
|
20800
20963
|
};
|
|
20801
20964
|
|
|
20802
20965
|
// src/requests/services/kitchen/DeleteIntegrationKitchen.ts
|
|
20803
|
-
var
|
|
20966
|
+
var import_sdk_js_core173 = require("@deliverart/sdk-js-core");
|
|
20804
20967
|
var import_sdk_js_global_types68 = require("@deliverart/sdk-js-global-types");
|
|
20805
20968
|
var deleteIntegrationKitchenInputSchema = external_exports.undefined();
|
|
20806
20969
|
var deleteIntegrationKitchenResponseSchema = import_sdk_js_global_types68.emptyResponseSchema;
|
|
20807
|
-
var DeleteIntegrationKitchen = class extends
|
|
20970
|
+
var DeleteIntegrationKitchen = class extends import_sdk_js_core173.AbstractApiRequest {
|
|
20808
20971
|
constructor(integrationKitchenId) {
|
|
20809
20972
|
super(void 0);
|
|
20810
20973
|
this.method = "DELETE";
|
|
@@ -20822,11 +20985,11 @@ var DeleteIntegrationKitchen = class extends import_sdk_js_core169.AbstractApiRe
|
|
|
20822
20985
|
};
|
|
20823
20986
|
|
|
20824
20987
|
// src/requests/services/kitchen/DeleteIntegrationKitchenAccessToken.ts
|
|
20825
|
-
var
|
|
20988
|
+
var import_sdk_js_core174 = require("@deliverart/sdk-js-core");
|
|
20826
20989
|
var import_sdk_js_global_types69 = require("@deliverart/sdk-js-global-types");
|
|
20827
20990
|
var deleteIntegrationKitchenAccessTokenInputSchema = external_exports.undefined();
|
|
20828
20991
|
var deleteIntegrationKitchenAccessTokenResponseSchema = import_sdk_js_global_types69.emptyResponseSchema;
|
|
20829
|
-
var DeleteIntegrationKitchenAccessToken = class extends
|
|
20992
|
+
var DeleteIntegrationKitchenAccessToken = class extends import_sdk_js_core174.AbstractApiRequest {
|
|
20830
20993
|
constructor(integrationKitchenId, integrationKitchenAccessTokenId) {
|
|
20831
20994
|
super(void 0);
|
|
20832
20995
|
this.method = "DELETE";
|
|
@@ -20845,10 +21008,10 @@ var DeleteIntegrationKitchenAccessToken = class extends import_sdk_js_core170.Ab
|
|
|
20845
21008
|
};
|
|
20846
21009
|
|
|
20847
21010
|
// src/requests/services/kitchen/GetIntegrationKitchenAccessTokenDetails.ts
|
|
20848
|
-
var
|
|
21011
|
+
var import_sdk_js_core175 = require("@deliverart/sdk-js-core");
|
|
20849
21012
|
var getIntegrationKitchenAccessTokenDetailsInputSchema = external_exports.undefined();
|
|
20850
21013
|
var getIntegrationKitchenAccessTokenDetailsResponseSchema = integrationKitchenAccessTokenDetailsSchema;
|
|
20851
|
-
var GetIntegrationKitchenAccessTokenDetails = class extends
|
|
21014
|
+
var GetIntegrationKitchenAccessTokenDetails = class extends import_sdk_js_core175.AbstractApiRequest {
|
|
20852
21015
|
constructor(integrationKitchenId, requestId) {
|
|
20853
21016
|
super(void 0);
|
|
20854
21017
|
this.method = "GET";
|
|
@@ -20867,14 +21030,14 @@ var GetIntegrationKitchenAccessTokenDetails = class extends import_sdk_js_core17
|
|
|
20867
21030
|
};
|
|
20868
21031
|
|
|
20869
21032
|
// src/requests/services/kitchen/GetIntegrationKitchenAccessTokens.ts
|
|
20870
|
-
var
|
|
21033
|
+
var import_sdk_js_core176 = require("@deliverart/sdk-js-core");
|
|
20871
21034
|
var import_sdk_js_global_types70 = require("@deliverart/sdk-js-global-types");
|
|
20872
21035
|
var getIntegrationKitchenAccessTokensQuerySchema = integrationKitchenAccessTokensQuerySchema;
|
|
20873
21036
|
var getIntegrationKitchenAccessTokensInputSchema = external_exports.undefined();
|
|
20874
21037
|
var getIntegrationKitchenAccessTokensResponseSchema = (0, import_sdk_js_global_types70.createPaginatedSchema)(
|
|
20875
21038
|
integrationKitchenAccessTokenSchema
|
|
20876
21039
|
);
|
|
20877
|
-
var GetIntegrationKitchenAccessTokens = class extends
|
|
21040
|
+
var GetIntegrationKitchenAccessTokens = class extends import_sdk_js_core176.AbstractApiRequest {
|
|
20878
21041
|
constructor(integrationKitchenId, options) {
|
|
20879
21042
|
super(void 0, options);
|
|
20880
21043
|
this.method = "GET";
|
|
@@ -20894,10 +21057,10 @@ var GetIntegrationKitchenAccessTokens = class extends import_sdk_js_core172.Abst
|
|
|
20894
21057
|
};
|
|
20895
21058
|
|
|
20896
21059
|
// src/requests/services/kitchen/GetIntegrationKitchenDetails.ts
|
|
20897
|
-
var
|
|
21060
|
+
var import_sdk_js_core177 = require("@deliverart/sdk-js-core");
|
|
20898
21061
|
var getIntegrationKitchenDetailsInputSchema = external_exports.undefined();
|
|
20899
21062
|
var getIntegrationKitchenDetailsResponseSchema = integrationKitchenDetailsSchema;
|
|
20900
|
-
var GetIntegrationKitchenDetails = class extends
|
|
21063
|
+
var GetIntegrationKitchenDetails = class extends import_sdk_js_core177.AbstractApiRequest {
|
|
20901
21064
|
constructor(integrationKitchenId) {
|
|
20902
21065
|
super(void 0);
|
|
20903
21066
|
this.method = "GET";
|
|
@@ -20915,14 +21078,14 @@ var GetIntegrationKitchenDetails = class extends import_sdk_js_core173.AbstractA
|
|
|
20915
21078
|
};
|
|
20916
21079
|
|
|
20917
21080
|
// src/requests/services/kitchen/GetIntegrationKitchenList.ts
|
|
20918
|
-
var
|
|
21081
|
+
var import_sdk_js_core178 = require("@deliverart/sdk-js-core");
|
|
20919
21082
|
var import_sdk_js_global_types71 = require("@deliverart/sdk-js-global-types");
|
|
20920
21083
|
var getIntegrationKitchenListQuerySchema = integrationsKitchenQuerySchema.omit({
|
|
20921
21084
|
service: true
|
|
20922
21085
|
});
|
|
20923
21086
|
var getIntegrationKitchenListResponseSchema = (0, import_sdk_js_global_types71.createPaginatedSchema)(integrationKitchenSchema);
|
|
20924
21087
|
var getIntegrationKitchenListInputSchema = external_exports.undefined();
|
|
20925
|
-
var GetIntegrationKitchenList = class extends
|
|
21088
|
+
var GetIntegrationKitchenList = class extends import_sdk_js_core178.AbstractApiRequest {
|
|
20926
21089
|
constructor(options) {
|
|
20927
21090
|
super(void 0, options);
|
|
20928
21091
|
this.method = "GET";
|
|
@@ -20941,10 +21104,10 @@ var GetIntegrationKitchenList = class extends import_sdk_js_core174.AbstractApiR
|
|
|
20941
21104
|
};
|
|
20942
21105
|
|
|
20943
21106
|
// src/requests/services/kitchen/UpdateIntegrationKitchen.ts
|
|
20944
|
-
var
|
|
21107
|
+
var import_sdk_js_core179 = require("@deliverart/sdk-js-core");
|
|
20945
21108
|
var updateIntegrationKitchenInputSchema = integrationKitchenEditableFieldsSchema.partial();
|
|
20946
21109
|
var updateIntegrationKitchenResponseSchema = integrationKitchenDetailsSchema;
|
|
20947
|
-
var UpdateIntegrationKitchen = class extends
|
|
21110
|
+
var UpdateIntegrationKitchen = class extends import_sdk_js_core179.AbstractApiRequest {
|
|
20948
21111
|
constructor(integrationKitchenId, input) {
|
|
20949
21112
|
super(input);
|
|
20950
21113
|
this.method = "PATCH";
|
|
@@ -20962,10 +21125,10 @@ var UpdateIntegrationKitchen = class extends import_sdk_js_core175.AbstractApiRe
|
|
|
20962
21125
|
};
|
|
20963
21126
|
|
|
20964
21127
|
// src/requests/UpdateIntegration.ts
|
|
20965
|
-
var
|
|
21128
|
+
var import_sdk_js_core180 = require("@deliverart/sdk-js-core");
|
|
20966
21129
|
var updateIntegrationInputSchema = writableIntegrationSchema.partial();
|
|
20967
21130
|
var updateIntegrationResponseSchema = integrationDetailsSchema;
|
|
20968
|
-
var UpdateIntegration = class extends
|
|
21131
|
+
var UpdateIntegration = class extends import_sdk_js_core180.AbstractApiRequest {
|
|
20969
21132
|
constructor(integrationId, input) {
|
|
20970
21133
|
super(input);
|
|
20971
21134
|
this.method = "PATCH";
|
|
@@ -21063,6 +21226,10 @@ var UpdateIntegration = class extends import_sdk_js_core176.AbstractApiRequest {
|
|
|
21063
21226
|
GetIntegrationCassaInCloudSyncTimetablesProcesses,
|
|
21064
21227
|
GetIntegrationCassaInCloudWebHookEventDetails,
|
|
21065
21228
|
GetIntegrationCassaInCloudWebHookEvents,
|
|
21229
|
+
GetIntegrationCassaInCloudWebHookEventsFromCustomer,
|
|
21230
|
+
GetIntegrationCassaInCloudWebHookEventsFromMenuItem,
|
|
21231
|
+
GetIntegrationCassaInCloudWebHookEventsFromMenuItemPriceOverride,
|
|
21232
|
+
GetIntegrationCassaInCloudWebHookEventsFromOrder,
|
|
21066
21233
|
GetIntegrationCassaInCloudWebHookSettingDetails,
|
|
21067
21234
|
GetIntegrationCassaInCloudWebHookSettings,
|
|
21068
21235
|
GetIntegrationDeliverooBrandSites,
|
|
@@ -21356,6 +21523,18 @@ var UpdateIntegration = class extends import_sdk_js_core176.AbstractApiRequest {
|
|
|
21356
21523
|
getIntegrationCassaInCloudSyncTimetablesProcessesResponseSchema,
|
|
21357
21524
|
getIntegrationCassaInCloudWebHookEventDetailsInputSchema,
|
|
21358
21525
|
getIntegrationCassaInCloudWebHookEventDetailsResponseSchema,
|
|
21526
|
+
getIntegrationCassaInCloudWebHookEventsFromCustomerInputSchema,
|
|
21527
|
+
getIntegrationCassaInCloudWebHookEventsFromCustomerQuerySchema,
|
|
21528
|
+
getIntegrationCassaInCloudWebHookEventsFromCustomerResponseSchema,
|
|
21529
|
+
getIntegrationCassaInCloudWebHookEventsFromMenuItemInputSchema,
|
|
21530
|
+
getIntegrationCassaInCloudWebHookEventsFromMenuItemPriceOverrideInputSchema,
|
|
21531
|
+
getIntegrationCassaInCloudWebHookEventsFromMenuItemPriceOverrideQuerySchema,
|
|
21532
|
+
getIntegrationCassaInCloudWebHookEventsFromMenuItemPriceOverrideResponseSchema,
|
|
21533
|
+
getIntegrationCassaInCloudWebHookEventsFromMenuItemQuerySchema,
|
|
21534
|
+
getIntegrationCassaInCloudWebHookEventsFromMenuItemResponseSchema,
|
|
21535
|
+
getIntegrationCassaInCloudWebHookEventsFromOrderInputSchema,
|
|
21536
|
+
getIntegrationCassaInCloudWebHookEventsFromOrderQuerySchema,
|
|
21537
|
+
getIntegrationCassaInCloudWebHookEventsFromOrderResponseSchema,
|
|
21359
21538
|
getIntegrationCassaInCloudWebHookEventsInputSchema,
|
|
21360
21539
|
getIntegrationCassaInCloudWebHookEventsQuerySchema,
|
|
21361
21540
|
getIntegrationCassaInCloudWebHookEventsResponseSchema,
|
|
@@ -21551,6 +21730,7 @@ var UpdateIntegration = class extends import_sdk_js_core176.AbstractApiRequest {
|
|
|
21551
21730
|
integrationCancellationRequestStatuses,
|
|
21552
21731
|
integrationCassaInCloudCategoryMappingDetailsSchema,
|
|
21553
21732
|
integrationCassaInCloudCategoryMappingIriSchema,
|
|
21733
|
+
integrationCassaInCloudCategoryMappingNullableIriSchema,
|
|
21554
21734
|
integrationCassaInCloudCategoryMappingSchema,
|
|
21555
21735
|
integrationCassaInCloudCategoryMappingsQuerySchema,
|
|
21556
21736
|
integrationCassaInCloudCategoryModifierValueMappingIriSchema,
|
|
@@ -21560,6 +21740,7 @@ var UpdateIntegration = class extends import_sdk_js_core176.AbstractApiRequest {
|
|
|
21560
21740
|
integrationCassaInCloudComponentMappingsQuerySchema,
|
|
21561
21741
|
integrationCassaInCloudCustomerMappingDetailsSchema,
|
|
21562
21742
|
integrationCassaInCloudCustomerMappingIriSchema,
|
|
21743
|
+
integrationCassaInCloudCustomerMappingNullableIriSchema,
|
|
21563
21744
|
integrationCassaInCloudCustomerMappingSchema,
|
|
21564
21745
|
integrationCassaInCloudCustomerMappingsQuerySchema,
|
|
21565
21746
|
integrationCassaInCloudCustomersSyncStepSchema,
|
|
@@ -21593,6 +21774,7 @@ var UpdateIntegration = class extends import_sdk_js_core176.AbstractApiRequest {
|
|
|
21593
21774
|
integrationCassaInCloudOptionValueModifierValueMappingIriSchema,
|
|
21594
21775
|
integrationCassaInCloudOrderMappingDetailsSchema,
|
|
21595
21776
|
integrationCassaInCloudOrderMappingIriSchema,
|
|
21777
|
+
integrationCassaInCloudOrderMappingNullableIriSchema,
|
|
21596
21778
|
integrationCassaInCloudOrderMappingSchema,
|
|
21597
21779
|
integrationCassaInCloudOrderMappingsQuerySchema,
|
|
21598
21780
|
integrationCassaInCloudOrganizationMappingDetailsSchema,
|
|
@@ -21603,11 +21785,13 @@ var UpdateIntegration = class extends import_sdk_js_core176.AbstractApiRequest {
|
|
|
21603
21785
|
integrationCassaInCloudProductChannels,
|
|
21604
21786
|
integrationCassaInCloudProductMappingDetailsSchema,
|
|
21605
21787
|
integrationCassaInCloudProductMappingIriSchema,
|
|
21788
|
+
integrationCassaInCloudProductMappingNullableIriSchema,
|
|
21606
21789
|
integrationCassaInCloudProductMappingSchema,
|
|
21607
21790
|
integrationCassaInCloudProductMappingsQuerySchema,
|
|
21608
21791
|
integrationCassaInCloudProductModifierValueMappingIriSchema,
|
|
21609
21792
|
integrationCassaInCloudProductVariantMappingDetailsSchema,
|
|
21610
21793
|
integrationCassaInCloudProductVariantMappingIriSchema,
|
|
21794
|
+
integrationCassaInCloudProductVariantMappingNullableIriSchema,
|
|
21611
21795
|
integrationCassaInCloudProductVariantMappingSchema,
|
|
21612
21796
|
integrationCassaInCloudProductVariantMappingsQuerySchema,
|
|
21613
21797
|
integrationCassaInCloudSalesModeMappingDetailsSchema,
|