@deliverart/sdk-js-integration 2.10.5 → 2.10.6
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 +45 -9
- package/dist/index.d.cts +179 -28
- package/dist/index.d.ts +179 -28
- package/dist/index.js +45 -9
- package/package.json +7 -7
package/dist/index.cjs
CHANGED
|
@@ -14695,7 +14695,9 @@ var integrationCassaInCloudSyncTimesSchema = external_exports.object({
|
|
|
14695
14695
|
latestCustomersSyncInboundAt: import_sdk_js_global_types6.datetimeSchema.nullable(),
|
|
14696
14696
|
latestCustomersSyncOutboundAt: import_sdk_js_global_types6.datetimeSchema.nullable(),
|
|
14697
14697
|
latestSalesModesSyncOutboundAt: import_sdk_js_global_types6.datetimeSchema.nullable(),
|
|
14698
|
-
latestSalesModesSyncInboundAt: import_sdk_js_global_types6.datetimeSchema.nullable()
|
|
14698
|
+
latestSalesModesSyncInboundAt: import_sdk_js_global_types6.datetimeSchema.nullable(),
|
|
14699
|
+
latestTimetablesSyncOutboundAt: import_sdk_js_global_types6.datetimeSchema.nullable(),
|
|
14700
|
+
latestTimetablesSyncInboundAt: import_sdk_js_global_types6.datetimeSchema.nullable()
|
|
14699
14701
|
});
|
|
14700
14702
|
var integrationCassaInCloudSchema = integrationBaseSchema.omit({ service: true }).extend({
|
|
14701
14703
|
finalized: external_exports.boolean(),
|
|
@@ -14714,7 +14716,6 @@ var integrationCassaInCloudDetailsSchema = integrationCassaInCloudSchema.extend(
|
|
|
14714
14716
|
var integrationsCassaInCloudQuerySchema = external_exports.object({
|
|
14715
14717
|
"order[createdAt]": import_sdk_js_global_types6.sortDirSchema.optional(),
|
|
14716
14718
|
"order[updatedAt]": import_sdk_js_global_types6.sortDirSchema.optional(),
|
|
14717
|
-
"order[syncTimes.latestMenuSyncAt]": import_sdk_js_global_types6.sortDirSchema.optional(),
|
|
14718
14719
|
apiKey: external_exports.union([external_exports.string().optional(), external_exports.array(external_exports.string())]).optional(),
|
|
14719
14720
|
idSalesPoint: external_exports.union([external_exports.string(), external_exports.array(external_exports.string())]).optional(),
|
|
14720
14721
|
status: external_exports.union([integrationStatusSchema, external_exports.array(integrationStatusSchema)]).optional(),
|
|
@@ -14722,10 +14723,42 @@ var integrationsCassaInCloudQuerySchema = external_exports.object({
|
|
|
14722
14723
|
finalized: import_sdk_js_global_types6.booleanSchema.optional(),
|
|
14723
14724
|
skipInvalidItem: import_sdk_js_global_types6.booleanSchema.optional(),
|
|
14724
14725
|
isValidMenu: import_sdk_js_global_types6.booleanSchema.optional(),
|
|
14725
|
-
"syncTimes.
|
|
14726
|
-
"syncTimes.
|
|
14727
|
-
"syncTimes.
|
|
14728
|
-
"syncTimes.
|
|
14726
|
+
"syncTimes.latestWebHookSyncAt[before]": external_exports.string().optional(),
|
|
14727
|
+
"syncTimes.latestWebHookSyncAt[strictly_before]": external_exports.string().optional(),
|
|
14728
|
+
"syncTimes.latestWebHookSyncAt[after]": external_exports.string().optional(),
|
|
14729
|
+
"syncTimes.latestWebHookSyncAt[strictly_after]": external_exports.string().optional(),
|
|
14730
|
+
"syncTimes.latestMenuSyncOutboundAt[before]": external_exports.string().optional(),
|
|
14731
|
+
"syncTimes.latestMenuSyncOutboundAt[strictly_before]": external_exports.string().optional(),
|
|
14732
|
+
"syncTimes.latestMenuSyncOutboundAt[after]": external_exports.string().optional(),
|
|
14733
|
+
"syncTimes.latestMenuSyncOutboundAt[strictly_after]": external_exports.string().optional(),
|
|
14734
|
+
"syncTimes.latestMenuSyncInboundAt[before]": external_exports.string().optional(),
|
|
14735
|
+
"syncTimes.latestMenuSyncInboundAt[strictly_before]": external_exports.string().optional(),
|
|
14736
|
+
"syncTimes.latestMenuSyncInboundAt[after]": external_exports.string().optional(),
|
|
14737
|
+
"syncTimes.latestMenuSyncInboundAt[strictly_after]": external_exports.string().optional(),
|
|
14738
|
+
"syncTimes.latestCustomersSyncOutboundAt[before]": external_exports.string().optional(),
|
|
14739
|
+
"syncTimes.latestCustomersSyncOutboundAt[strictly_before]": external_exports.string().optional(),
|
|
14740
|
+
"syncTimes.latestCustomersSyncOutboundAt[after]": external_exports.string().optional(),
|
|
14741
|
+
"syncTimes.latestCustomersSyncOutboundAt[strictly_after]": external_exports.string().optional(),
|
|
14742
|
+
"syncTimes.latestCustomersSyncInboundAt[before]": external_exports.string().optional(),
|
|
14743
|
+
"syncTimes.latestCustomersSyncInboundAt[strictly_before]": external_exports.string().optional(),
|
|
14744
|
+
"syncTimes.latestCustomersSyncInboundAt[after]": external_exports.string().optional(),
|
|
14745
|
+
"syncTimes.latestCustomersSyncInboundAt[strictly_after]": external_exports.string().optional(),
|
|
14746
|
+
"syncTimes.latestSalesModesSyncOutboundAt[before]": external_exports.string().optional(),
|
|
14747
|
+
"syncTimes.latestSalesModesSyncOutboundAt[strictly_before]": external_exports.string().optional(),
|
|
14748
|
+
"syncTimes.latestSalesModesSyncOutboundAt[after]": external_exports.string().optional(),
|
|
14749
|
+
"syncTimes.latestSalesModesSyncOutboundAt[strictly_after]": external_exports.string().optional(),
|
|
14750
|
+
"syncTimes.latestSalesModesSyncInboundAt[before]": external_exports.string().optional(),
|
|
14751
|
+
"syncTimes.latestSalesModesSyncInboundAt[strictly_before]": external_exports.string().optional(),
|
|
14752
|
+
"syncTimes.latestSalesModesSyncInboundAt[after]": external_exports.string().optional(),
|
|
14753
|
+
"syncTimes.latestSalesModesSyncInboundAt[strictly_after]": external_exports.string().optional(),
|
|
14754
|
+
"syncTimes.latestTimetablesSyncOutboundAt[before]": external_exports.string().optional(),
|
|
14755
|
+
"syncTimes.latestTimetablesSyncOutboundAt[strictly_before]": external_exports.string().optional(),
|
|
14756
|
+
"syncTimes.latestTimetablesSyncOutboundAt[after]": external_exports.string().optional(),
|
|
14757
|
+
"syncTimes.latestTimetablesSyncOutboundAt[strictly_after]": external_exports.string().optional(),
|
|
14758
|
+
"syncTimes.latestTimetablesSyncInboundAt[before]": external_exports.string().optional(),
|
|
14759
|
+
"syncTimes.latestTimetablesSyncInboundAt[strictly_before]": external_exports.string().optional(),
|
|
14760
|
+
"syncTimes.latestTimetablesSyncInboundAt[after]": external_exports.string().optional(),
|
|
14761
|
+
"syncTimes.latestTimetablesSyncInboundAt[strictly_after]": external_exports.string().optional(),
|
|
14729
14762
|
service: integrationServiceSchema.extract(["cassa_in_cloud"]).optional(),
|
|
14730
14763
|
page: external_exports.coerce.number().optional()
|
|
14731
14764
|
}).extend(import_sdk_js_global_types6.timestampsFilterSchema.shape);
|
|
@@ -16078,11 +16111,14 @@ var IntegrationCassaInCloudSyncStock = class extends import_sdk_js_core34.Abstra
|
|
|
16078
16111
|
|
|
16079
16112
|
// src/requests/services/cassa_in_cloud/IntegrationCassaInCloudSyncTimetables.ts
|
|
16080
16113
|
var import_sdk_js_core35 = require("@deliverart/sdk-js-core");
|
|
16081
|
-
var integrationCassaInCloudSyncTimetablesInputSchema = external_exports.
|
|
16114
|
+
var integrationCassaInCloudSyncTimetablesInputSchema = external_exports.object({
|
|
16115
|
+
direction: integrationCassaInCloudSyncDirectionSchema,
|
|
16116
|
+
mode: integrationCassaInCloudSyncModeSchema
|
|
16117
|
+
});
|
|
16082
16118
|
var integrationCassaInCloudSyncTimetablesResponseSchema = external_exports.null();
|
|
16083
16119
|
var IntegrationCassaInCloudSyncTimetables = class extends import_sdk_js_core35.AbstractApiRequest {
|
|
16084
|
-
constructor(integrationCassaInCloudId) {
|
|
16085
|
-
super(
|
|
16120
|
+
constructor(integrationCassaInCloudId, input) {
|
|
16121
|
+
super(input);
|
|
16086
16122
|
this.method = "POST";
|
|
16087
16123
|
this.contentType = "application/json";
|
|
16088
16124
|
this.accept = "application/json";
|