@deliverart/sdk-js-integration 2.23.2 → 2.23.4
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/README.md +4 -0
- package/dist/index.cjs +13 -10
- package/dist/index.d.cts +68 -273
- package/dist/index.d.ts +68 -273
- package/dist/index.js +13 -10
- package/package.json +11 -11
package/dist/index.d.cts
CHANGED
|
@@ -21875,18 +21875,7 @@ declare const integrationCassaInCloudSyncMenuProcessSchema: z.ZodObject<{
|
|
|
21875
21875
|
}>;
|
|
21876
21876
|
createdAt: z.ZodString;
|
|
21877
21877
|
endAt: z.ZodNullable<z.ZodString>;
|
|
21878
|
-
currentSteps: z.
|
|
21879
|
-
options: "options";
|
|
21880
|
-
categories: "categories";
|
|
21881
|
-
departments: "departments";
|
|
21882
|
-
sales_modes: "sales_modes";
|
|
21883
|
-
products: "products";
|
|
21884
|
-
composite_products: "composite_products";
|
|
21885
|
-
clean_obsolete_sales_modes: "clean_obsolete_sales_modes";
|
|
21886
|
-
clean_obsolete_products: "clean_obsolete_products";
|
|
21887
|
-
clean_obsolete_options: "clean_obsolete_options";
|
|
21888
|
-
clean_obsolete_categories: "clean_obsolete_categories";
|
|
21889
|
-
}>>;
|
|
21878
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
21890
21879
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
21891
21880
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
21892
21881
|
availableSalesModesIds: z.ZodArray<z.ZodString>;
|
|
@@ -21907,18 +21896,7 @@ declare const integrationCassaInCloudSyncMenuProcessDetailsSchema: z.ZodObject<{
|
|
|
21907
21896
|
}>;
|
|
21908
21897
|
createdAt: z.ZodString;
|
|
21909
21898
|
endAt: z.ZodNullable<z.ZodString>;
|
|
21910
|
-
currentSteps: z.
|
|
21911
|
-
options: "options";
|
|
21912
|
-
categories: "categories";
|
|
21913
|
-
departments: "departments";
|
|
21914
|
-
sales_modes: "sales_modes";
|
|
21915
|
-
products: "products";
|
|
21916
|
-
composite_products: "composite_products";
|
|
21917
|
-
clean_obsolete_sales_modes: "clean_obsolete_sales_modes";
|
|
21918
|
-
clean_obsolete_products: "clean_obsolete_products";
|
|
21919
|
-
clean_obsolete_options: "clean_obsolete_options";
|
|
21920
|
-
clean_obsolete_categories: "clean_obsolete_categories";
|
|
21921
|
-
}>>;
|
|
21899
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
21922
21900
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
21923
21901
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
21924
21902
|
availableSalesModesIds: z.ZodArray<z.ZodString>;
|
|
@@ -22052,9 +22030,7 @@ declare const integrationCassaInCloudSyncCustomersProcessSchema: z.ZodObject<{
|
|
|
22052
22030
|
}>;
|
|
22053
22031
|
createdAt: z.ZodString;
|
|
22054
22032
|
endAt: z.ZodNullable<z.ZodString>;
|
|
22055
|
-
currentSteps: z.
|
|
22056
|
-
customers: "customers";
|
|
22057
|
-
}>>;
|
|
22033
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
22058
22034
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
22059
22035
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
22060
22036
|
}, z.core.$strip>;
|
|
@@ -22071,9 +22047,7 @@ declare const integrationCassaInCloudSyncCustomersProcessDetailsSchema: z.ZodObj
|
|
|
22071
22047
|
}>;
|
|
22072
22048
|
createdAt: z.ZodString;
|
|
22073
22049
|
endAt: z.ZodNullable<z.ZodString>;
|
|
22074
|
-
currentSteps: z.
|
|
22075
|
-
customers: "customers";
|
|
22076
|
-
}>>;
|
|
22050
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
22077
22051
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
22078
22052
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
22079
22053
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
@@ -22170,9 +22144,7 @@ declare const integrationCassaInCloudSyncSalesModesProcessSchema: z.ZodObject<{
|
|
|
22170
22144
|
}>;
|
|
22171
22145
|
createdAt: z.ZodString;
|
|
22172
22146
|
endAt: z.ZodNullable<z.ZodString>;
|
|
22173
|
-
currentSteps: z.
|
|
22174
|
-
sales_modes: "sales_modes";
|
|
22175
|
-
}>>;
|
|
22147
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
22176
22148
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
22177
22149
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
22178
22150
|
}, z.core.$strip>;
|
|
@@ -22189,9 +22161,7 @@ declare const integrationCassaInCloudSyncSalesModesProcessDetailsSchema: z.ZodOb
|
|
|
22189
22161
|
}>;
|
|
22190
22162
|
createdAt: z.ZodString;
|
|
22191
22163
|
endAt: z.ZodNullable<z.ZodString>;
|
|
22192
|
-
currentSteps: z.
|
|
22193
|
-
sales_modes: "sales_modes";
|
|
22194
|
-
}>>;
|
|
22164
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
22195
22165
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
22196
22166
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
22197
22167
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
@@ -22288,9 +22258,7 @@ declare const integrationCassaInCloudSyncTimetablesProcessSchema: z.ZodObject<{
|
|
|
22288
22258
|
}>;
|
|
22289
22259
|
createdAt: z.ZodString;
|
|
22290
22260
|
endAt: z.ZodNullable<z.ZodString>;
|
|
22291
|
-
currentSteps: z.
|
|
22292
|
-
timetables: "timetables";
|
|
22293
|
-
}>>;
|
|
22261
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
22294
22262
|
}, z.core.$strip>;
|
|
22295
22263
|
type IntegrationCassaInCloudSyncTimetablesProcess = z.infer<typeof integrationCassaInCloudSyncTimetablesProcessSchema>;
|
|
22296
22264
|
declare const integrationCassaInCloudSyncTimetablesProcessDetailsSchema: z.ZodObject<{
|
|
@@ -22305,9 +22273,7 @@ declare const integrationCassaInCloudSyncTimetablesProcessDetailsSchema: z.ZodOb
|
|
|
22305
22273
|
}>;
|
|
22306
22274
|
createdAt: z.ZodString;
|
|
22307
22275
|
endAt: z.ZodNullable<z.ZodString>;
|
|
22308
|
-
currentSteps: z.
|
|
22309
|
-
timetables: "timetables";
|
|
22310
|
-
}>>;
|
|
22276
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
22311
22277
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
22312
22278
|
errors: z.ZodArray<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/sync_timetables_processes/:processId/error_logs/:errorLogId">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/sync_timetables_processes/:processId/error_logs/:errorLogId">, unknown>>>;
|
|
22313
22279
|
}, z.core.$strip>;
|
|
@@ -23624,6 +23590,7 @@ declare const integrationEcommerceMenuItemSchema: z.ZodObject<{
|
|
|
23624
23590
|
referenceItem: z.ZodString;
|
|
23625
23591
|
}, z.core.$strip>>;
|
|
23626
23592
|
modifiers: z.ZodArray<z.ZodString>;
|
|
23593
|
+
compositions: z.ZodArray<z.ZodString>;
|
|
23627
23594
|
}, z.core.$strip>;
|
|
23628
23595
|
type IntegrationEcommerceMenuItem = z.infer<typeof integrationEcommerceMenuItemSchema>;
|
|
23629
23596
|
declare const integrationEcommerceMenuModifierSchema: z.ZodObject<{
|
|
@@ -23746,6 +23713,7 @@ declare const integrationEcommerceMenuSchema: z.ZodObject<{
|
|
|
23746
23713
|
referenceItem: z.ZodString;
|
|
23747
23714
|
}, z.core.$strip>>;
|
|
23748
23715
|
modifiers: z.ZodArray<z.ZodString>;
|
|
23716
|
+
compositions: z.ZodArray<z.ZodString>;
|
|
23749
23717
|
}, z.core.$strip>>;
|
|
23750
23718
|
modifiers: z.ZodArray<z.ZodObject<{
|
|
23751
23719
|
id: z.ZodString;
|
|
@@ -24125,6 +24093,7 @@ declare const integrationEcommerceInfoSchema: z.ZodObject<{
|
|
|
24125
24093
|
referenceItem: z.ZodString;
|
|
24126
24094
|
}, z.core.$strip>>;
|
|
24127
24095
|
modifiers: z.ZodArray<z.ZodString>;
|
|
24096
|
+
compositions: z.ZodArray<z.ZodString>;
|
|
24128
24097
|
}, z.core.$strip>>;
|
|
24129
24098
|
modifiers: z.ZodArray<z.ZodObject<{
|
|
24130
24099
|
id: z.ZodString;
|
|
@@ -27830,10 +27799,7 @@ declare const integrationTilbySyncFiscalMappingsProcessSchema: z.ZodObject<{
|
|
|
27830
27799
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
27831
27800
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
27832
27801
|
endAt: z.ZodNullable<z.ZodString>;
|
|
27833
|
-
currentSteps: z.
|
|
27834
|
-
departments: "departments";
|
|
27835
|
-
vat: "vat";
|
|
27836
|
-
}>>;
|
|
27802
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
27837
27803
|
}, z.core.$strip>;
|
|
27838
27804
|
type IntegrationTilbySyncFiscalMappingsProcess = z.infer<typeof integrationTilbySyncFiscalMappingsProcessSchema>;
|
|
27839
27805
|
declare const integrationTilbySyncFiscalMappingsProcessDetailsSchema: z.ZodObject<{
|
|
@@ -27850,10 +27816,7 @@ declare const integrationTilbySyncFiscalMappingsProcessDetailsSchema: z.ZodObjec
|
|
|
27850
27816
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
27851
27817
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
27852
27818
|
endAt: z.ZodNullable<z.ZodString>;
|
|
27853
|
-
currentSteps: z.
|
|
27854
|
-
departments: "departments";
|
|
27855
|
-
vat: "vat";
|
|
27856
|
-
}>>;
|
|
27819
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
27857
27820
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
27858
27821
|
errors: z.ZodArray<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/tilby/:id/sync_fiscal_mappings_processes/:processId/error_logs/:errorLogId">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/tilby/:id/sync_fiscal_mappings_processes/:processId/error_logs/:errorLogId">, unknown>>>;
|
|
27859
27822
|
}, z.core.$strip>;
|
|
@@ -27906,9 +27869,7 @@ declare const integrationTilbySyncCustomersProcessSchema: z.ZodObject<{
|
|
|
27906
27869
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
27907
27870
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
27908
27871
|
endAt: z.ZodNullable<z.ZodString>;
|
|
27909
|
-
currentSteps: z.
|
|
27910
|
-
customers: "customers";
|
|
27911
|
-
}>>;
|
|
27872
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
27912
27873
|
}, z.core.$strip>;
|
|
27913
27874
|
type IntegrationTilbySyncCustomersProcess = z.infer<typeof integrationTilbySyncCustomersProcessSchema>;
|
|
27914
27875
|
declare const integrationTilbySyncCustomersProcessDetailsSchema: z.ZodObject<{
|
|
@@ -27925,9 +27886,7 @@ declare const integrationTilbySyncCustomersProcessDetailsSchema: z.ZodObject<{
|
|
|
27925
27886
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
27926
27887
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
27927
27888
|
endAt: z.ZodNullable<z.ZodString>;
|
|
27928
|
-
currentSteps: z.
|
|
27929
|
-
customers: "customers";
|
|
27930
|
-
}>>;
|
|
27889
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
27931
27890
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
27932
27891
|
errors: z.ZodArray<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/tilby/:id/sync_customers_processes/:processId/error_logs/:errorLogId">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/tilby/:id/sync_customers_processes/:processId/error_logs/:errorLogId">, unknown>>>;
|
|
27933
27892
|
}, z.core.$strip>;
|
|
@@ -27980,11 +27939,7 @@ declare const integrationTilbySyncMenuProcessSchema: z.ZodObject<{
|
|
|
27980
27939
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
27981
27940
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
27982
27941
|
endAt: z.ZodNullable<z.ZodString>;
|
|
27983
|
-
currentSteps: z.
|
|
27984
|
-
categories: "categories";
|
|
27985
|
-
products: "products";
|
|
27986
|
-
components: "components";
|
|
27987
|
-
}>>;
|
|
27942
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
27988
27943
|
}, z.core.$strip>;
|
|
27989
27944
|
type IntegrationTilbySyncMenuProcess = z.infer<typeof integrationTilbySyncMenuProcessSchema>;
|
|
27990
27945
|
declare const integrationTilbySyncMenuProcessDetailsSchema: z.ZodObject<{
|
|
@@ -28001,11 +27956,7 @@ declare const integrationTilbySyncMenuProcessDetailsSchema: z.ZodObject<{
|
|
|
28001
27956
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
28002
27957
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
28003
27958
|
endAt: z.ZodNullable<z.ZodString>;
|
|
28004
|
-
currentSteps: z.
|
|
28005
|
-
categories: "categories";
|
|
28006
|
-
products: "products";
|
|
28007
|
-
components: "components";
|
|
28008
|
-
}>>;
|
|
27959
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
28009
27960
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
28010
27961
|
errors: z.ZodArray<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/tilby/:id/sync_menu_processes/:processId/error_logs/:errorLogId">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/tilby/:id/sync_menu_processes/:processId/error_logs/:errorLogId">, unknown>>>;
|
|
28011
27962
|
}, z.core.$strip>;
|
|
@@ -28058,9 +28009,7 @@ declare const integrationTilbySyncOrdersProcessSchema: z.ZodObject<{
|
|
|
28058
28009
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
28059
28010
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
28060
28011
|
endAt: z.ZodNullable<z.ZodString>;
|
|
28061
|
-
currentSteps: z.
|
|
28062
|
-
orders: "orders";
|
|
28063
|
-
}>>;
|
|
28012
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
28064
28013
|
}, z.core.$strip>;
|
|
28065
28014
|
type IntegrationTilbySyncOrdersProcess = z.infer<typeof integrationTilbySyncOrdersProcessSchema>;
|
|
28066
28015
|
declare const integrationTilbySyncOrdersProcessDetailsSchema: z.ZodObject<{
|
|
@@ -28077,9 +28026,7 @@ declare const integrationTilbySyncOrdersProcessDetailsSchema: z.ZodObject<{
|
|
|
28077
28026
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
28078
28027
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
28079
28028
|
endAt: z.ZodNullable<z.ZodString>;
|
|
28080
|
-
currentSteps: z.
|
|
28081
|
-
orders: "orders";
|
|
28082
|
-
}>>;
|
|
28029
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
28083
28030
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
28084
28031
|
errors: z.ZodArray<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/tilby/:id/sync_orders_processes/:processId/error_logs/:errorLogId">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/tilby/:id/sync_orders_processes/:processId/error_logs/:errorLogId">, unknown>>>;
|
|
28085
28032
|
}, z.core.$strip>;
|
|
@@ -28132,9 +28079,7 @@ declare const integrationTilbySyncStockProcessSchema: z.ZodObject<{
|
|
|
28132
28079
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
28133
28080
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
28134
28081
|
endAt: z.ZodNullable<z.ZodString>;
|
|
28135
|
-
currentSteps: z.
|
|
28136
|
-
stock: "stock";
|
|
28137
|
-
}>>;
|
|
28082
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
28138
28083
|
}, z.core.$strip>;
|
|
28139
28084
|
type IntegrationTilbySyncStockProcess = z.infer<typeof integrationTilbySyncStockProcessSchema>;
|
|
28140
28085
|
declare const integrationTilbySyncStockProcessDetailsSchema: z.ZodObject<{
|
|
@@ -28151,9 +28096,7 @@ declare const integrationTilbySyncStockProcessDetailsSchema: z.ZodObject<{
|
|
|
28151
28096
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
28152
28097
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
28153
28098
|
endAt: z.ZodNullable<z.ZodString>;
|
|
28154
|
-
currentSteps: z.
|
|
28155
|
-
stock: "stock";
|
|
28156
|
-
}>>;
|
|
28099
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
28157
28100
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
28158
28101
|
errors: z.ZodArray<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/tilby/:id/sync_stock_processes/:processId/error_logs/:errorLogId">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/tilby/:id/sync_stock_processes/:processId/error_logs/:errorLogId">, unknown>>>;
|
|
28159
28102
|
}, z.core.$strip>;
|
|
@@ -31404,9 +31347,7 @@ declare const getIntegrationCassaInCloudSyncCustomersProcessDetailsResponseSchem
|
|
|
31404
31347
|
}>;
|
|
31405
31348
|
createdAt: z.ZodString;
|
|
31406
31349
|
endAt: z.ZodNullable<z.ZodString>;
|
|
31407
|
-
currentSteps: z.
|
|
31408
|
-
customers: "customers";
|
|
31409
|
-
}>>;
|
|
31350
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
31410
31351
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
31411
31352
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
31412
31353
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
@@ -31430,9 +31371,7 @@ declare class GetIntegrationCassaInCloudSyncCustomersProcessDetails extends Abst
|
|
|
31430
31371
|
}>;
|
|
31431
31372
|
createdAt: z.ZodString;
|
|
31432
31373
|
endAt: z.ZodNullable<z.ZodString>;
|
|
31433
|
-
currentSteps: z.
|
|
31434
|
-
customers: "customers";
|
|
31435
|
-
}>>;
|
|
31374
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
31436
31375
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
31437
31376
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
31438
31377
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
@@ -31495,9 +31434,7 @@ declare const getIntegrationCassaInCloudSyncCustomersProcessesResponseSchema: z.
|
|
|
31495
31434
|
}>;
|
|
31496
31435
|
createdAt: z.ZodString;
|
|
31497
31436
|
endAt: z.ZodNullable<z.ZodString>;
|
|
31498
|
-
currentSteps: z.
|
|
31499
|
-
customers: "customers";
|
|
31500
|
-
}>>;
|
|
31437
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
31501
31438
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
31502
31439
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
31503
31440
|
}, z.core.$strip>>;
|
|
@@ -31529,9 +31466,7 @@ declare class GetIntegrationCassaInCloudSyncCustomersProcesses extends AbstractA
|
|
|
31529
31466
|
}>;
|
|
31530
31467
|
createdAt: z.ZodString;
|
|
31531
31468
|
endAt: z.ZodNullable<z.ZodString>;
|
|
31532
|
-
currentSteps: z.
|
|
31533
|
-
customers: "customers";
|
|
31534
|
-
}>>;
|
|
31469
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
31535
31470
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
31536
31471
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
31537
31472
|
}, z.core.$strip>>;
|
|
@@ -31590,9 +31525,7 @@ declare class GetIntegrationCassaInCloudSyncCustomersProcesses extends AbstractA
|
|
|
31590
31525
|
}>;
|
|
31591
31526
|
createdAt: z.ZodString;
|
|
31592
31527
|
endAt: z.ZodNullable<z.ZodString>;
|
|
31593
|
-
currentSteps: z.
|
|
31594
|
-
customers: "customers";
|
|
31595
|
-
}>>;
|
|
31528
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
31596
31529
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
31597
31530
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
31598
31531
|
}, z.core.$strip>;
|
|
@@ -31841,18 +31774,7 @@ declare const getIntegrationCassaInCloudSyncMenuProcessDetailsResponseSchema: z.
|
|
|
31841
31774
|
}>;
|
|
31842
31775
|
createdAt: z.ZodString;
|
|
31843
31776
|
endAt: z.ZodNullable<z.ZodString>;
|
|
31844
|
-
currentSteps: z.
|
|
31845
|
-
options: "options";
|
|
31846
|
-
categories: "categories";
|
|
31847
|
-
departments: "departments";
|
|
31848
|
-
sales_modes: "sales_modes";
|
|
31849
|
-
products: "products";
|
|
31850
|
-
composite_products: "composite_products";
|
|
31851
|
-
clean_obsolete_sales_modes: "clean_obsolete_sales_modes";
|
|
31852
|
-
clean_obsolete_products: "clean_obsolete_products";
|
|
31853
|
-
clean_obsolete_options: "clean_obsolete_options";
|
|
31854
|
-
clean_obsolete_categories: "clean_obsolete_categories";
|
|
31855
|
-
}>>;
|
|
31777
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
31856
31778
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
31857
31779
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
31858
31780
|
availableSalesModesIds: z.ZodArray<z.ZodString>;
|
|
@@ -31880,18 +31802,7 @@ declare class GetIntegrationCassaInCloudSyncMenuProcessDetails extends AbstractA
|
|
|
31880
31802
|
}>;
|
|
31881
31803
|
createdAt: z.ZodString;
|
|
31882
31804
|
endAt: z.ZodNullable<z.ZodString>;
|
|
31883
|
-
currentSteps: z.
|
|
31884
|
-
options: "options";
|
|
31885
|
-
categories: "categories";
|
|
31886
|
-
departments: "departments";
|
|
31887
|
-
sales_modes: "sales_modes";
|
|
31888
|
-
products: "products";
|
|
31889
|
-
composite_products: "composite_products";
|
|
31890
|
-
clean_obsolete_sales_modes: "clean_obsolete_sales_modes";
|
|
31891
|
-
clean_obsolete_products: "clean_obsolete_products";
|
|
31892
|
-
clean_obsolete_options: "clean_obsolete_options";
|
|
31893
|
-
clean_obsolete_categories: "clean_obsolete_categories";
|
|
31894
|
-
}>>;
|
|
31805
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
31895
31806
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
31896
31807
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
31897
31808
|
availableSalesModesIds: z.ZodArray<z.ZodString>;
|
|
@@ -31958,18 +31869,7 @@ declare const getIntegrationCassaInCloudSyncMenuProcessesResponseSchema: z.ZodOb
|
|
|
31958
31869
|
}>;
|
|
31959
31870
|
createdAt: z.ZodString;
|
|
31960
31871
|
endAt: z.ZodNullable<z.ZodString>;
|
|
31961
|
-
currentSteps: z.
|
|
31962
|
-
options: "options";
|
|
31963
|
-
categories: "categories";
|
|
31964
|
-
departments: "departments";
|
|
31965
|
-
sales_modes: "sales_modes";
|
|
31966
|
-
products: "products";
|
|
31967
|
-
composite_products: "composite_products";
|
|
31968
|
-
clean_obsolete_sales_modes: "clean_obsolete_sales_modes";
|
|
31969
|
-
clean_obsolete_products: "clean_obsolete_products";
|
|
31970
|
-
clean_obsolete_options: "clean_obsolete_options";
|
|
31971
|
-
clean_obsolete_categories: "clean_obsolete_categories";
|
|
31972
|
-
}>>;
|
|
31872
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
31973
31873
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
31974
31874
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
31975
31875
|
availableSalesModesIds: z.ZodArray<z.ZodString>;
|
|
@@ -32005,18 +31905,7 @@ declare class GetIntegrationCassaInCloudSyncMenuProcesses extends AbstractApiReq
|
|
|
32005
31905
|
}>;
|
|
32006
31906
|
createdAt: z.ZodString;
|
|
32007
31907
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32008
|
-
currentSteps: z.
|
|
32009
|
-
options: "options";
|
|
32010
|
-
categories: "categories";
|
|
32011
|
-
departments: "departments";
|
|
32012
|
-
sales_modes: "sales_modes";
|
|
32013
|
-
products: "products";
|
|
32014
|
-
composite_products: "composite_products";
|
|
32015
|
-
clean_obsolete_sales_modes: "clean_obsolete_sales_modes";
|
|
32016
|
-
clean_obsolete_products: "clean_obsolete_products";
|
|
32017
|
-
clean_obsolete_options: "clean_obsolete_options";
|
|
32018
|
-
clean_obsolete_categories: "clean_obsolete_categories";
|
|
32019
|
-
}>>;
|
|
31908
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
32020
31909
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
32021
31910
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
32022
31911
|
availableSalesModesIds: z.ZodArray<z.ZodString>;
|
|
@@ -32079,18 +31968,7 @@ declare class GetIntegrationCassaInCloudSyncMenuProcesses extends AbstractApiReq
|
|
|
32079
31968
|
}>;
|
|
32080
31969
|
createdAt: z.ZodString;
|
|
32081
31970
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32082
|
-
currentSteps: z.
|
|
32083
|
-
options: "options";
|
|
32084
|
-
categories: "categories";
|
|
32085
|
-
departments: "departments";
|
|
32086
|
-
sales_modes: "sales_modes";
|
|
32087
|
-
products: "products";
|
|
32088
|
-
composite_products: "composite_products";
|
|
32089
|
-
clean_obsolete_sales_modes: "clean_obsolete_sales_modes";
|
|
32090
|
-
clean_obsolete_products: "clean_obsolete_products";
|
|
32091
|
-
clean_obsolete_options: "clean_obsolete_options";
|
|
32092
|
-
clean_obsolete_categories: "clean_obsolete_categories";
|
|
32093
|
-
}>>;
|
|
31971
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
32094
31972
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
32095
31973
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
32096
31974
|
availableSalesModesIds: z.ZodArray<z.ZodString>;
|
|
@@ -32269,9 +32147,7 @@ declare const getIntegrationCassaInCloudSyncSalesModesProcessDetailsResponseSche
|
|
|
32269
32147
|
}>;
|
|
32270
32148
|
createdAt: z.ZodString;
|
|
32271
32149
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32272
|
-
currentSteps: z.
|
|
32273
|
-
sales_modes: "sales_modes";
|
|
32274
|
-
}>>;
|
|
32150
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
32275
32151
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
32276
32152
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
32277
32153
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
@@ -32295,9 +32171,7 @@ declare class GetIntegrationCassaInCloudSyncSalesModesProcessDetails extends Abs
|
|
|
32295
32171
|
}>;
|
|
32296
32172
|
createdAt: z.ZodString;
|
|
32297
32173
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32298
|
-
currentSteps: z.
|
|
32299
|
-
sales_modes: "sales_modes";
|
|
32300
|
-
}>>;
|
|
32174
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
32301
32175
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
32302
32176
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
32303
32177
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
@@ -32360,9 +32234,7 @@ declare const getIntegrationCassaInCloudSyncSalesModesProcessesResponseSchema: z
|
|
|
32360
32234
|
}>;
|
|
32361
32235
|
createdAt: z.ZodString;
|
|
32362
32236
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32363
|
-
currentSteps: z.
|
|
32364
|
-
sales_modes: "sales_modes";
|
|
32365
|
-
}>>;
|
|
32237
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
32366
32238
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
32367
32239
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
32368
32240
|
}, z.core.$strip>>;
|
|
@@ -32394,9 +32266,7 @@ declare class GetIntegrationCassaInCloudSyncSalesModesProcesses extends Abstract
|
|
|
32394
32266
|
}>;
|
|
32395
32267
|
createdAt: z.ZodString;
|
|
32396
32268
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32397
|
-
currentSteps: z.
|
|
32398
|
-
sales_modes: "sales_modes";
|
|
32399
|
-
}>>;
|
|
32269
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
32400
32270
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
32401
32271
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
32402
32272
|
}, z.core.$strip>>;
|
|
@@ -32455,9 +32325,7 @@ declare class GetIntegrationCassaInCloudSyncSalesModesProcesses extends Abstract
|
|
|
32455
32325
|
}>;
|
|
32456
32326
|
createdAt: z.ZodString;
|
|
32457
32327
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32458
|
-
currentSteps: z.
|
|
32459
|
-
sales_modes: "sales_modes";
|
|
32460
|
-
}>>;
|
|
32328
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
32461
32329
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
32462
32330
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
32463
32331
|
}, z.core.$strip>;
|
|
@@ -32632,9 +32500,7 @@ declare const getIntegrationCassaInCloudSyncTimetablesProcessDetailsResponseSche
|
|
|
32632
32500
|
}>;
|
|
32633
32501
|
createdAt: z.ZodString;
|
|
32634
32502
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32635
|
-
currentSteps: z.
|
|
32636
|
-
timetables: "timetables";
|
|
32637
|
-
}>>;
|
|
32503
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
32638
32504
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
32639
32505
|
errors: z.ZodArray<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/sync_timetables_processes/:processId/error_logs/:errorLogId">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/sync_timetables_processes/:processId/error_logs/:errorLogId">, unknown>>>;
|
|
32640
32506
|
}, z.core.$strip>;
|
|
@@ -32656,9 +32522,7 @@ declare class GetIntegrationCassaInCloudSyncTimetablesProcessDetails extends Abs
|
|
|
32656
32522
|
}>;
|
|
32657
32523
|
createdAt: z.ZodString;
|
|
32658
32524
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32659
|
-
currentSteps: z.
|
|
32660
|
-
timetables: "timetables";
|
|
32661
|
-
}>>;
|
|
32525
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
32662
32526
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
32663
32527
|
errors: z.ZodArray<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/sync_timetables_processes/:processId/error_logs/:errorLogId">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/cassa_in_cloud/:id/sync_timetables_processes/:processId/error_logs/:errorLogId">, unknown>>>;
|
|
32664
32528
|
}, z.core.$strip>;
|
|
@@ -32719,9 +32583,7 @@ declare const getIntegrationCassaInCloudSyncTimetablesProcessesResponseSchema: z
|
|
|
32719
32583
|
}>;
|
|
32720
32584
|
createdAt: z.ZodString;
|
|
32721
32585
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32722
|
-
currentSteps: z.
|
|
32723
|
-
timetables: "timetables";
|
|
32724
|
-
}>>;
|
|
32586
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
32725
32587
|
}, z.core.$strip>>;
|
|
32726
32588
|
pagination: z.ZodObject<{
|
|
32727
32589
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -32751,9 +32613,7 @@ declare class GetIntegrationCassaInCloudSyncTimetablesProcesses extends Abstract
|
|
|
32751
32613
|
}>;
|
|
32752
32614
|
createdAt: z.ZodString;
|
|
32753
32615
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32754
|
-
currentSteps: z.
|
|
32755
|
-
timetables: "timetables";
|
|
32756
|
-
}>>;
|
|
32616
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
32757
32617
|
}, z.core.$strip>>;
|
|
32758
32618
|
pagination: z.ZodObject<{
|
|
32759
32619
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -32810,9 +32670,7 @@ declare class GetIntegrationCassaInCloudSyncTimetablesProcesses extends Abstract
|
|
|
32810
32670
|
}>;
|
|
32811
32671
|
createdAt: z.ZodString;
|
|
32812
32672
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32813
|
-
currentSteps: z.
|
|
32814
|
-
timetables: "timetables";
|
|
32815
|
-
}>>;
|
|
32673
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
32816
32674
|
}, z.core.$strip>;
|
|
32817
32675
|
readonly paginationDefaultEnabled = true;
|
|
32818
32676
|
private readonly integrationCassaInCloudId;
|
|
@@ -37334,6 +37192,7 @@ declare const getIntegrationEcommerceInfoResponseSchema: z.ZodObject<{
|
|
|
37334
37192
|
referenceItem: z.ZodString;
|
|
37335
37193
|
}, z.core.$strip>>;
|
|
37336
37194
|
modifiers: z.ZodArray<z.ZodString>;
|
|
37195
|
+
compositions: z.ZodArray<z.ZodString>;
|
|
37337
37196
|
}, z.core.$strip>>;
|
|
37338
37197
|
modifiers: z.ZodArray<z.ZodObject<{
|
|
37339
37198
|
id: z.ZodString;
|
|
@@ -37617,6 +37476,7 @@ declare class GetIntegrationEcommerceInfo extends AbstractApiRequest<typeof getI
|
|
|
37617
37476
|
referenceItem: z.ZodString;
|
|
37618
37477
|
}, z.core.$strip>>;
|
|
37619
37478
|
modifiers: z.ZodArray<z.ZodString>;
|
|
37479
|
+
compositions: z.ZodArray<z.ZodString>;
|
|
37620
37480
|
}, z.core.$strip>>;
|
|
37621
37481
|
modifiers: z.ZodArray<z.ZodObject<{
|
|
37622
37482
|
id: z.ZodString;
|
|
@@ -50964,10 +50824,7 @@ declare const getIntegrationTilbySyncFiscalMappingsProcessesResponseSchema: z.Zo
|
|
|
50964
50824
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
50965
50825
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
50966
50826
|
endAt: z.ZodNullable<z.ZodString>;
|
|
50967
|
-
currentSteps: z.
|
|
50968
|
-
departments: "departments";
|
|
50969
|
-
vat: "vat";
|
|
50970
|
-
}>>;
|
|
50827
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
50971
50828
|
}, z.core.$strip>>;
|
|
50972
50829
|
pagination: z.ZodObject<{
|
|
50973
50830
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -50998,10 +50855,7 @@ declare class GetIntegrationTilbySyncFiscalMappingsProcesses extends AbstractApi
|
|
|
50998
50855
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
50999
50856
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51000
50857
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51001
|
-
currentSteps: z.
|
|
51002
|
-
departments: "departments";
|
|
51003
|
-
vat: "vat";
|
|
51004
|
-
}>>;
|
|
50858
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
51005
50859
|
}, z.core.$strip>>;
|
|
51006
50860
|
pagination: z.ZodObject<{
|
|
51007
50861
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -51060,10 +50914,7 @@ declare class GetIntegrationTilbySyncFiscalMappingsProcesses extends AbstractApi
|
|
|
51060
50914
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51061
50915
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51062
50916
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51063
|
-
currentSteps: z.
|
|
51064
|
-
departments: "departments";
|
|
51065
|
-
vat: "vat";
|
|
51066
|
-
}>>;
|
|
50917
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
51067
50918
|
}, z.core.$strip>;
|
|
51068
50919
|
readonly paginationDefaultEnabled = true;
|
|
51069
50920
|
private readonly integrationTilbyId;
|
|
@@ -51087,10 +50938,7 @@ declare const getIntegrationTilbySyncFiscalMappingsProcessDetailsResponseSchema:
|
|
|
51087
50938
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51088
50939
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51089
50940
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51090
|
-
currentSteps: z.
|
|
51091
|
-
departments: "departments";
|
|
51092
|
-
vat: "vat";
|
|
51093
|
-
}>>;
|
|
50941
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
51094
50942
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
51095
50943
|
errors: z.ZodArray<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/tilby/:id/sync_fiscal_mappings_processes/:processId/error_logs/:errorLogId">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/tilby/:id/sync_fiscal_mappings_processes/:processId/error_logs/:errorLogId">, unknown>>>;
|
|
51096
50944
|
}, z.core.$strip>;
|
|
@@ -51113,10 +50961,7 @@ declare class GetIntegrationTilbySyncFiscalMappingsProcessDetails extends Abstra
|
|
|
51113
50961
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51114
50962
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51115
50963
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51116
|
-
currentSteps: z.
|
|
51117
|
-
departments: "departments";
|
|
51118
|
-
vat: "vat";
|
|
51119
|
-
}>>;
|
|
50964
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
51120
50965
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
51121
50966
|
errors: z.ZodArray<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/tilby/:id/sync_fiscal_mappings_processes/:processId/error_logs/:errorLogId">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/tilby/:id/sync_fiscal_mappings_processes/:processId/error_logs/:errorLogId">, unknown>>>;
|
|
51122
50967
|
}, z.core.$strip>;
|
|
@@ -51329,9 +51174,7 @@ declare const getIntegrationTilbySyncCustomersProcessesResponseSchema: z.ZodObje
|
|
|
51329
51174
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51330
51175
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51331
51176
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51332
|
-
currentSteps: z.
|
|
51333
|
-
customers: "customers";
|
|
51334
|
-
}>>;
|
|
51177
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
51335
51178
|
}, z.core.$strip>>;
|
|
51336
51179
|
pagination: z.ZodObject<{
|
|
51337
51180
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -51362,9 +51205,7 @@ declare class GetIntegrationTilbySyncCustomersProcesses extends AbstractApiReque
|
|
|
51362
51205
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51363
51206
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51364
51207
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51365
|
-
currentSteps: z.
|
|
51366
|
-
customers: "customers";
|
|
51367
|
-
}>>;
|
|
51208
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
51368
51209
|
}, z.core.$strip>>;
|
|
51369
51210
|
pagination: z.ZodObject<{
|
|
51370
51211
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -51423,9 +51264,7 @@ declare class GetIntegrationTilbySyncCustomersProcesses extends AbstractApiReque
|
|
|
51423
51264
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51424
51265
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51425
51266
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51426
|
-
currentSteps: z.
|
|
51427
|
-
customers: "customers";
|
|
51428
|
-
}>>;
|
|
51267
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
51429
51268
|
}, z.core.$strip>;
|
|
51430
51269
|
readonly paginationDefaultEnabled = true;
|
|
51431
51270
|
private readonly integrationTilbyId;
|
|
@@ -51449,9 +51288,7 @@ declare const getIntegrationTilbySyncCustomersProcessDetailsResponseSchema: z.Zo
|
|
|
51449
51288
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51450
51289
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51451
51290
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51452
|
-
currentSteps: z.
|
|
51453
|
-
customers: "customers";
|
|
51454
|
-
}>>;
|
|
51291
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
51455
51292
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
51456
51293
|
errors: z.ZodArray<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/tilby/:id/sync_customers_processes/:processId/error_logs/:errorLogId">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/tilby/:id/sync_customers_processes/:processId/error_logs/:errorLogId">, unknown>>>;
|
|
51457
51294
|
}, z.core.$strip>;
|
|
@@ -51474,9 +51311,7 @@ declare class GetIntegrationTilbySyncCustomersProcessDetails extends AbstractApi
|
|
|
51474
51311
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51475
51312
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51476
51313
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51477
|
-
currentSteps: z.
|
|
51478
|
-
customers: "customers";
|
|
51479
|
-
}>>;
|
|
51314
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
51480
51315
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
51481
51316
|
errors: z.ZodArray<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/tilby/:id/sync_customers_processes/:processId/error_logs/:errorLogId">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/tilby/:id/sync_customers_processes/:processId/error_logs/:errorLogId">, unknown>>>;
|
|
51482
51317
|
}, z.core.$strip>;
|
|
@@ -51680,11 +51515,7 @@ declare const getIntegrationTilbySyncMenuProcessesResponseSchema: z.ZodObject<{
|
|
|
51680
51515
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51681
51516
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51682
51517
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51683
|
-
currentSteps: z.
|
|
51684
|
-
categories: "categories";
|
|
51685
|
-
products: "products";
|
|
51686
|
-
components: "components";
|
|
51687
|
-
}>>;
|
|
51518
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
51688
51519
|
}, z.core.$strip>>;
|
|
51689
51520
|
pagination: z.ZodObject<{
|
|
51690
51521
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -51715,11 +51546,7 @@ declare class GetIntegrationTilbySyncMenuProcesses extends AbstractApiRequest<ty
|
|
|
51715
51546
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51716
51547
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51717
51548
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51718
|
-
currentSteps: z.
|
|
51719
|
-
categories: "categories";
|
|
51720
|
-
products: "products";
|
|
51721
|
-
components: "components";
|
|
51722
|
-
}>>;
|
|
51549
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
51723
51550
|
}, z.core.$strip>>;
|
|
51724
51551
|
pagination: z.ZodObject<{
|
|
51725
51552
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -51778,11 +51605,7 @@ declare class GetIntegrationTilbySyncMenuProcesses extends AbstractApiRequest<ty
|
|
|
51778
51605
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51779
51606
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51780
51607
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51781
|
-
currentSteps: z.
|
|
51782
|
-
categories: "categories";
|
|
51783
|
-
products: "products";
|
|
51784
|
-
components: "components";
|
|
51785
|
-
}>>;
|
|
51608
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
51786
51609
|
}, z.core.$strip>;
|
|
51787
51610
|
readonly paginationDefaultEnabled = true;
|
|
51788
51611
|
private readonly integrationTilbyId;
|
|
@@ -51806,11 +51629,7 @@ declare const getIntegrationTilbySyncMenuProcessDetailsResponseSchema: z.ZodObje
|
|
|
51806
51629
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51807
51630
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51808
51631
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51809
|
-
currentSteps: z.
|
|
51810
|
-
categories: "categories";
|
|
51811
|
-
products: "products";
|
|
51812
|
-
components: "components";
|
|
51813
|
-
}>>;
|
|
51632
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
51814
51633
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
51815
51634
|
errors: z.ZodArray<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/tilby/:id/sync_menu_processes/:processId/error_logs/:errorLogId">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/tilby/:id/sync_menu_processes/:processId/error_logs/:errorLogId">, unknown>>>;
|
|
51816
51635
|
}, z.core.$strip>;
|
|
@@ -51833,11 +51652,7 @@ declare class GetIntegrationTilbySyncMenuProcessDetails extends AbstractApiReque
|
|
|
51833
51652
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51834
51653
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51835
51654
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51836
|
-
currentSteps: z.
|
|
51837
|
-
categories: "categories";
|
|
51838
|
-
products: "products";
|
|
51839
|
-
components: "components";
|
|
51840
|
-
}>>;
|
|
51655
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
51841
51656
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
51842
51657
|
errors: z.ZodArray<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/tilby/:id/sync_menu_processes/:processId/error_logs/:errorLogId">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/tilby/:id/sync_menu_processes/:processId/error_logs/:errorLogId">, unknown>>>;
|
|
51843
51658
|
}, z.core.$strip>;
|
|
@@ -52059,9 +51874,7 @@ declare const getIntegrationTilbySyncOrdersProcessesResponseSchema: z.ZodObject<
|
|
|
52059
51874
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
52060
51875
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
52061
51876
|
endAt: z.ZodNullable<z.ZodString>;
|
|
52062
|
-
currentSteps: z.
|
|
52063
|
-
orders: "orders";
|
|
52064
|
-
}>>;
|
|
51877
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
52065
51878
|
}, z.core.$strip>>;
|
|
52066
51879
|
pagination: z.ZodObject<{
|
|
52067
51880
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -52092,9 +51905,7 @@ declare class GetIntegrationTilbySyncOrdersProcesses extends AbstractApiRequest<
|
|
|
52092
51905
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
52093
51906
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
52094
51907
|
endAt: z.ZodNullable<z.ZodString>;
|
|
52095
|
-
currentSteps: z.
|
|
52096
|
-
orders: "orders";
|
|
52097
|
-
}>>;
|
|
51908
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
52098
51909
|
}, z.core.$strip>>;
|
|
52099
51910
|
pagination: z.ZodObject<{
|
|
52100
51911
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -52153,9 +51964,7 @@ declare class GetIntegrationTilbySyncOrdersProcesses extends AbstractApiRequest<
|
|
|
52153
51964
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
52154
51965
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
52155
51966
|
endAt: z.ZodNullable<z.ZodString>;
|
|
52156
|
-
currentSteps: z.
|
|
52157
|
-
orders: "orders";
|
|
52158
|
-
}>>;
|
|
51967
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
52159
51968
|
}, z.core.$strip>;
|
|
52160
51969
|
readonly paginationDefaultEnabled = true;
|
|
52161
51970
|
private readonly integrationTilbyId;
|
|
@@ -52179,9 +51988,7 @@ declare const getIntegrationTilbySyncOrdersProcessDetailsResponseSchema: z.ZodOb
|
|
|
52179
51988
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
52180
51989
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
52181
51990
|
endAt: z.ZodNullable<z.ZodString>;
|
|
52182
|
-
currentSteps: z.
|
|
52183
|
-
orders: "orders";
|
|
52184
|
-
}>>;
|
|
51991
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
52185
51992
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
52186
51993
|
errors: z.ZodArray<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/tilby/:id/sync_orders_processes/:processId/error_logs/:errorLogId">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/tilby/:id/sync_orders_processes/:processId/error_logs/:errorLogId">, unknown>>>;
|
|
52187
51994
|
}, z.core.$strip>;
|
|
@@ -52204,9 +52011,7 @@ declare class GetIntegrationTilbySyncOrdersProcessDetails extends AbstractApiReq
|
|
|
52204
52011
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
52205
52012
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
52206
52013
|
endAt: z.ZodNullable<z.ZodString>;
|
|
52207
|
-
currentSteps: z.
|
|
52208
|
-
orders: "orders";
|
|
52209
|
-
}>>;
|
|
52014
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
52210
52015
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
52211
52016
|
errors: z.ZodArray<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/tilby/:id/sync_orders_processes/:processId/error_logs/:errorLogId">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/tilby/:id/sync_orders_processes/:processId/error_logs/:errorLogId">, unknown>>>;
|
|
52212
52017
|
}, z.core.$strip>;
|
|
@@ -52410,9 +52215,7 @@ declare const getIntegrationTilbySyncStockProcessesResponseSchema: z.ZodObject<{
|
|
|
52410
52215
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
52411
52216
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
52412
52217
|
endAt: z.ZodNullable<z.ZodString>;
|
|
52413
|
-
currentSteps: z.
|
|
52414
|
-
stock: "stock";
|
|
52415
|
-
}>>;
|
|
52218
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
52416
52219
|
}, z.core.$strip>>;
|
|
52417
52220
|
pagination: z.ZodObject<{
|
|
52418
52221
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -52443,9 +52246,7 @@ declare class GetIntegrationTilbySyncStockProcesses extends AbstractApiRequest<t
|
|
|
52443
52246
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
52444
52247
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
52445
52248
|
endAt: z.ZodNullable<z.ZodString>;
|
|
52446
|
-
currentSteps: z.
|
|
52447
|
-
stock: "stock";
|
|
52448
|
-
}>>;
|
|
52249
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
52449
52250
|
}, z.core.$strip>>;
|
|
52450
52251
|
pagination: z.ZodObject<{
|
|
52451
52252
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -52504,9 +52305,7 @@ declare class GetIntegrationTilbySyncStockProcesses extends AbstractApiRequest<t
|
|
|
52504
52305
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
52505
52306
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
52506
52307
|
endAt: z.ZodNullable<z.ZodString>;
|
|
52507
|
-
currentSteps: z.
|
|
52508
|
-
stock: "stock";
|
|
52509
|
-
}>>;
|
|
52308
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
52510
52309
|
}, z.core.$strip>;
|
|
52511
52310
|
readonly paginationDefaultEnabled = true;
|
|
52512
52311
|
private readonly integrationTilbyId;
|
|
@@ -52530,9 +52329,7 @@ declare const getIntegrationTilbySyncStockProcessDetailsResponseSchema: z.ZodObj
|
|
|
52530
52329
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
52531
52330
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
52532
52331
|
endAt: z.ZodNullable<z.ZodString>;
|
|
52533
|
-
currentSteps: z.
|
|
52534
|
-
stock: "stock";
|
|
52535
|
-
}>>;
|
|
52332
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
52536
52333
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
52537
52334
|
errors: z.ZodArray<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/tilby/:id/sync_stock_processes/:processId/error_logs/:errorLogId">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/tilby/:id/sync_stock_processes/:processId/error_logs/:errorLogId">, unknown>>>;
|
|
52538
52335
|
}, z.core.$strip>;
|
|
@@ -52555,9 +52352,7 @@ declare class GetIntegrationTilbySyncStockProcessDetails extends AbstractApiRequ
|
|
|
52555
52352
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
52556
52353
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
52557
52354
|
endAt: z.ZodNullable<z.ZodString>;
|
|
52558
|
-
currentSteps: z.
|
|
52559
|
-
stock: "stock";
|
|
52560
|
-
}>>;
|
|
52355
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
52561
52356
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
52562
52357
|
errors: z.ZodArray<z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/integrations/tilby/:id/sync_stock_processes/:processId/error_logs/:errorLogId">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/integrations/tilby/:id/sync_stock_processes/:processId/error_logs/:errorLogId">, unknown>>>;
|
|
52563
52358
|
}, z.core.$strip>;
|