@deliverart/sdk-js-integration 2.23.3 → 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/dist/index.cjs +11 -9
- package/dist/index.d.cts +63 -273
- package/dist/index.d.ts +63 -273
- package/dist/index.js +11 -9
- package/package.json +11 -11
package/dist/index.d.ts
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>;
|
|
@@ -27833,10 +27799,7 @@ declare const integrationTilbySyncFiscalMappingsProcessSchema: z.ZodObject<{
|
|
|
27833
27799
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
27834
27800
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
27835
27801
|
endAt: z.ZodNullable<z.ZodString>;
|
|
27836
|
-
currentSteps: z.
|
|
27837
|
-
departments: "departments";
|
|
27838
|
-
vat: "vat";
|
|
27839
|
-
}>>;
|
|
27802
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
27840
27803
|
}, z.core.$strip>;
|
|
27841
27804
|
type IntegrationTilbySyncFiscalMappingsProcess = z.infer<typeof integrationTilbySyncFiscalMappingsProcessSchema>;
|
|
27842
27805
|
declare const integrationTilbySyncFiscalMappingsProcessDetailsSchema: z.ZodObject<{
|
|
@@ -27853,10 +27816,7 @@ declare const integrationTilbySyncFiscalMappingsProcessDetailsSchema: z.ZodObjec
|
|
|
27853
27816
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
27854
27817
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
27855
27818
|
endAt: z.ZodNullable<z.ZodString>;
|
|
27856
|
-
currentSteps: z.
|
|
27857
|
-
departments: "departments";
|
|
27858
|
-
vat: "vat";
|
|
27859
|
-
}>>;
|
|
27819
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
27860
27820
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
27861
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>>>;
|
|
27862
27822
|
}, z.core.$strip>;
|
|
@@ -27909,9 +27869,7 @@ declare const integrationTilbySyncCustomersProcessSchema: z.ZodObject<{
|
|
|
27909
27869
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
27910
27870
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
27911
27871
|
endAt: z.ZodNullable<z.ZodString>;
|
|
27912
|
-
currentSteps: z.
|
|
27913
|
-
customers: "customers";
|
|
27914
|
-
}>>;
|
|
27872
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
27915
27873
|
}, z.core.$strip>;
|
|
27916
27874
|
type IntegrationTilbySyncCustomersProcess = z.infer<typeof integrationTilbySyncCustomersProcessSchema>;
|
|
27917
27875
|
declare const integrationTilbySyncCustomersProcessDetailsSchema: z.ZodObject<{
|
|
@@ -27928,9 +27886,7 @@ declare const integrationTilbySyncCustomersProcessDetailsSchema: z.ZodObject<{
|
|
|
27928
27886
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
27929
27887
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
27930
27888
|
endAt: z.ZodNullable<z.ZodString>;
|
|
27931
|
-
currentSteps: z.
|
|
27932
|
-
customers: "customers";
|
|
27933
|
-
}>>;
|
|
27889
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
27934
27890
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
27935
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>>>;
|
|
27936
27892
|
}, z.core.$strip>;
|
|
@@ -27983,11 +27939,7 @@ declare const integrationTilbySyncMenuProcessSchema: z.ZodObject<{
|
|
|
27983
27939
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
27984
27940
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
27985
27941
|
endAt: z.ZodNullable<z.ZodString>;
|
|
27986
|
-
currentSteps: z.
|
|
27987
|
-
categories: "categories";
|
|
27988
|
-
products: "products";
|
|
27989
|
-
components: "components";
|
|
27990
|
-
}>>;
|
|
27942
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
27991
27943
|
}, z.core.$strip>;
|
|
27992
27944
|
type IntegrationTilbySyncMenuProcess = z.infer<typeof integrationTilbySyncMenuProcessSchema>;
|
|
27993
27945
|
declare const integrationTilbySyncMenuProcessDetailsSchema: z.ZodObject<{
|
|
@@ -28004,11 +27956,7 @@ declare const integrationTilbySyncMenuProcessDetailsSchema: z.ZodObject<{
|
|
|
28004
27956
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
28005
27957
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
28006
27958
|
endAt: z.ZodNullable<z.ZodString>;
|
|
28007
|
-
currentSteps: z.
|
|
28008
|
-
categories: "categories";
|
|
28009
|
-
products: "products";
|
|
28010
|
-
components: "components";
|
|
28011
|
-
}>>;
|
|
27959
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
28012
27960
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
28013
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>>>;
|
|
28014
27962
|
}, z.core.$strip>;
|
|
@@ -28061,9 +28009,7 @@ declare const integrationTilbySyncOrdersProcessSchema: z.ZodObject<{
|
|
|
28061
28009
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
28062
28010
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
28063
28011
|
endAt: z.ZodNullable<z.ZodString>;
|
|
28064
|
-
currentSteps: z.
|
|
28065
|
-
orders: "orders";
|
|
28066
|
-
}>>;
|
|
28012
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
28067
28013
|
}, z.core.$strip>;
|
|
28068
28014
|
type IntegrationTilbySyncOrdersProcess = z.infer<typeof integrationTilbySyncOrdersProcessSchema>;
|
|
28069
28015
|
declare const integrationTilbySyncOrdersProcessDetailsSchema: z.ZodObject<{
|
|
@@ -28080,9 +28026,7 @@ declare const integrationTilbySyncOrdersProcessDetailsSchema: z.ZodObject<{
|
|
|
28080
28026
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
28081
28027
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
28082
28028
|
endAt: z.ZodNullable<z.ZodString>;
|
|
28083
|
-
currentSteps: z.
|
|
28084
|
-
orders: "orders";
|
|
28085
|
-
}>>;
|
|
28029
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
28086
28030
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
28087
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>>>;
|
|
28088
28032
|
}, z.core.$strip>;
|
|
@@ -28135,9 +28079,7 @@ declare const integrationTilbySyncStockProcessSchema: z.ZodObject<{
|
|
|
28135
28079
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
28136
28080
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
28137
28081
|
endAt: z.ZodNullable<z.ZodString>;
|
|
28138
|
-
currentSteps: z.
|
|
28139
|
-
stock: "stock";
|
|
28140
|
-
}>>;
|
|
28082
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
28141
28083
|
}, z.core.$strip>;
|
|
28142
28084
|
type IntegrationTilbySyncStockProcess = z.infer<typeof integrationTilbySyncStockProcessSchema>;
|
|
28143
28085
|
declare const integrationTilbySyncStockProcessDetailsSchema: z.ZodObject<{
|
|
@@ -28154,9 +28096,7 @@ declare const integrationTilbySyncStockProcessDetailsSchema: z.ZodObject<{
|
|
|
28154
28096
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
28155
28097
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
28156
28098
|
endAt: z.ZodNullable<z.ZodString>;
|
|
28157
|
-
currentSteps: z.
|
|
28158
|
-
stock: "stock";
|
|
28159
|
-
}>>;
|
|
28099
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
28160
28100
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
28161
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>>>;
|
|
28162
28102
|
}, z.core.$strip>;
|
|
@@ -31407,9 +31347,7 @@ declare const getIntegrationCassaInCloudSyncCustomersProcessDetailsResponseSchem
|
|
|
31407
31347
|
}>;
|
|
31408
31348
|
createdAt: z.ZodString;
|
|
31409
31349
|
endAt: z.ZodNullable<z.ZodString>;
|
|
31410
|
-
currentSteps: z.
|
|
31411
|
-
customers: "customers";
|
|
31412
|
-
}>>;
|
|
31350
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
31413
31351
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
31414
31352
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
31415
31353
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
@@ -31433,9 +31371,7 @@ declare class GetIntegrationCassaInCloudSyncCustomersProcessDetails extends Abst
|
|
|
31433
31371
|
}>;
|
|
31434
31372
|
createdAt: z.ZodString;
|
|
31435
31373
|
endAt: z.ZodNullable<z.ZodString>;
|
|
31436
|
-
currentSteps: z.
|
|
31437
|
-
customers: "customers";
|
|
31438
|
-
}>>;
|
|
31374
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
31439
31375
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
31440
31376
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
31441
31377
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
@@ -31498,9 +31434,7 @@ declare const getIntegrationCassaInCloudSyncCustomersProcessesResponseSchema: z.
|
|
|
31498
31434
|
}>;
|
|
31499
31435
|
createdAt: z.ZodString;
|
|
31500
31436
|
endAt: z.ZodNullable<z.ZodString>;
|
|
31501
|
-
currentSteps: z.
|
|
31502
|
-
customers: "customers";
|
|
31503
|
-
}>>;
|
|
31437
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
31504
31438
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
31505
31439
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
31506
31440
|
}, z.core.$strip>>;
|
|
@@ -31532,9 +31466,7 @@ declare class GetIntegrationCassaInCloudSyncCustomersProcesses extends AbstractA
|
|
|
31532
31466
|
}>;
|
|
31533
31467
|
createdAt: z.ZodString;
|
|
31534
31468
|
endAt: z.ZodNullable<z.ZodString>;
|
|
31535
|
-
currentSteps: z.
|
|
31536
|
-
customers: "customers";
|
|
31537
|
-
}>>;
|
|
31469
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
31538
31470
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
31539
31471
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
31540
31472
|
}, z.core.$strip>>;
|
|
@@ -31593,9 +31525,7 @@ declare class GetIntegrationCassaInCloudSyncCustomersProcesses extends AbstractA
|
|
|
31593
31525
|
}>;
|
|
31594
31526
|
createdAt: z.ZodString;
|
|
31595
31527
|
endAt: z.ZodNullable<z.ZodString>;
|
|
31596
|
-
currentSteps: z.
|
|
31597
|
-
customers: "customers";
|
|
31598
|
-
}>>;
|
|
31528
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
31599
31529
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
31600
31530
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
31601
31531
|
}, z.core.$strip>;
|
|
@@ -31844,18 +31774,7 @@ declare const getIntegrationCassaInCloudSyncMenuProcessDetailsResponseSchema: z.
|
|
|
31844
31774
|
}>;
|
|
31845
31775
|
createdAt: z.ZodString;
|
|
31846
31776
|
endAt: z.ZodNullable<z.ZodString>;
|
|
31847
|
-
currentSteps: z.
|
|
31848
|
-
options: "options";
|
|
31849
|
-
categories: "categories";
|
|
31850
|
-
departments: "departments";
|
|
31851
|
-
sales_modes: "sales_modes";
|
|
31852
|
-
products: "products";
|
|
31853
|
-
composite_products: "composite_products";
|
|
31854
|
-
clean_obsolete_sales_modes: "clean_obsolete_sales_modes";
|
|
31855
|
-
clean_obsolete_products: "clean_obsolete_products";
|
|
31856
|
-
clean_obsolete_options: "clean_obsolete_options";
|
|
31857
|
-
clean_obsolete_categories: "clean_obsolete_categories";
|
|
31858
|
-
}>>;
|
|
31777
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
31859
31778
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
31860
31779
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
31861
31780
|
availableSalesModesIds: z.ZodArray<z.ZodString>;
|
|
@@ -31883,18 +31802,7 @@ declare class GetIntegrationCassaInCloudSyncMenuProcessDetails extends AbstractA
|
|
|
31883
31802
|
}>;
|
|
31884
31803
|
createdAt: z.ZodString;
|
|
31885
31804
|
endAt: z.ZodNullable<z.ZodString>;
|
|
31886
|
-
currentSteps: z.
|
|
31887
|
-
options: "options";
|
|
31888
|
-
categories: "categories";
|
|
31889
|
-
departments: "departments";
|
|
31890
|
-
sales_modes: "sales_modes";
|
|
31891
|
-
products: "products";
|
|
31892
|
-
composite_products: "composite_products";
|
|
31893
|
-
clean_obsolete_sales_modes: "clean_obsolete_sales_modes";
|
|
31894
|
-
clean_obsolete_products: "clean_obsolete_products";
|
|
31895
|
-
clean_obsolete_options: "clean_obsolete_options";
|
|
31896
|
-
clean_obsolete_categories: "clean_obsolete_categories";
|
|
31897
|
-
}>>;
|
|
31805
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
31898
31806
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
31899
31807
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
31900
31808
|
availableSalesModesIds: z.ZodArray<z.ZodString>;
|
|
@@ -31961,18 +31869,7 @@ declare const getIntegrationCassaInCloudSyncMenuProcessesResponseSchema: z.ZodOb
|
|
|
31961
31869
|
}>;
|
|
31962
31870
|
createdAt: z.ZodString;
|
|
31963
31871
|
endAt: z.ZodNullable<z.ZodString>;
|
|
31964
|
-
currentSteps: z.
|
|
31965
|
-
options: "options";
|
|
31966
|
-
categories: "categories";
|
|
31967
|
-
departments: "departments";
|
|
31968
|
-
sales_modes: "sales_modes";
|
|
31969
|
-
products: "products";
|
|
31970
|
-
composite_products: "composite_products";
|
|
31971
|
-
clean_obsolete_sales_modes: "clean_obsolete_sales_modes";
|
|
31972
|
-
clean_obsolete_products: "clean_obsolete_products";
|
|
31973
|
-
clean_obsolete_options: "clean_obsolete_options";
|
|
31974
|
-
clean_obsolete_categories: "clean_obsolete_categories";
|
|
31975
|
-
}>>;
|
|
31872
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
31976
31873
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
31977
31874
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
31978
31875
|
availableSalesModesIds: z.ZodArray<z.ZodString>;
|
|
@@ -32008,18 +31905,7 @@ declare class GetIntegrationCassaInCloudSyncMenuProcesses extends AbstractApiReq
|
|
|
32008
31905
|
}>;
|
|
32009
31906
|
createdAt: z.ZodString;
|
|
32010
31907
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32011
|
-
currentSteps: z.
|
|
32012
|
-
options: "options";
|
|
32013
|
-
categories: "categories";
|
|
32014
|
-
departments: "departments";
|
|
32015
|
-
sales_modes: "sales_modes";
|
|
32016
|
-
products: "products";
|
|
32017
|
-
composite_products: "composite_products";
|
|
32018
|
-
clean_obsolete_sales_modes: "clean_obsolete_sales_modes";
|
|
32019
|
-
clean_obsolete_products: "clean_obsolete_products";
|
|
32020
|
-
clean_obsolete_options: "clean_obsolete_options";
|
|
32021
|
-
clean_obsolete_categories: "clean_obsolete_categories";
|
|
32022
|
-
}>>;
|
|
31908
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
32023
31909
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
32024
31910
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
32025
31911
|
availableSalesModesIds: z.ZodArray<z.ZodString>;
|
|
@@ -32082,18 +31968,7 @@ declare class GetIntegrationCassaInCloudSyncMenuProcesses extends AbstractApiReq
|
|
|
32082
31968
|
}>;
|
|
32083
31969
|
createdAt: z.ZodString;
|
|
32084
31970
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32085
|
-
currentSteps: z.
|
|
32086
|
-
options: "options";
|
|
32087
|
-
categories: "categories";
|
|
32088
|
-
departments: "departments";
|
|
32089
|
-
sales_modes: "sales_modes";
|
|
32090
|
-
products: "products";
|
|
32091
|
-
composite_products: "composite_products";
|
|
32092
|
-
clean_obsolete_sales_modes: "clean_obsolete_sales_modes";
|
|
32093
|
-
clean_obsolete_products: "clean_obsolete_products";
|
|
32094
|
-
clean_obsolete_options: "clean_obsolete_options";
|
|
32095
|
-
clean_obsolete_categories: "clean_obsolete_categories";
|
|
32096
|
-
}>>;
|
|
31971
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
32097
31972
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
32098
31973
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
32099
31974
|
availableSalesModesIds: z.ZodArray<z.ZodString>;
|
|
@@ -32272,9 +32147,7 @@ declare const getIntegrationCassaInCloudSyncSalesModesProcessDetailsResponseSche
|
|
|
32272
32147
|
}>;
|
|
32273
32148
|
createdAt: z.ZodString;
|
|
32274
32149
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32275
|
-
currentSteps: z.
|
|
32276
|
-
sales_modes: "sales_modes";
|
|
32277
|
-
}>>;
|
|
32150
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
32278
32151
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
32279
32152
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
32280
32153
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
@@ -32298,9 +32171,7 @@ declare class GetIntegrationCassaInCloudSyncSalesModesProcessDetails extends Abs
|
|
|
32298
32171
|
}>;
|
|
32299
32172
|
createdAt: z.ZodString;
|
|
32300
32173
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32301
|
-
currentSteps: z.
|
|
32302
|
-
sales_modes: "sales_modes";
|
|
32303
|
-
}>>;
|
|
32174
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
32304
32175
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
32305
32176
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
32306
32177
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
@@ -32363,9 +32234,7 @@ declare const getIntegrationCassaInCloudSyncSalesModesProcessesResponseSchema: z
|
|
|
32363
32234
|
}>;
|
|
32364
32235
|
createdAt: z.ZodString;
|
|
32365
32236
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32366
|
-
currentSteps: z.
|
|
32367
|
-
sales_modes: "sales_modes";
|
|
32368
|
-
}>>;
|
|
32237
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
32369
32238
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
32370
32239
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
32371
32240
|
}, z.core.$strip>>;
|
|
@@ -32397,9 +32266,7 @@ declare class GetIntegrationCassaInCloudSyncSalesModesProcesses extends Abstract
|
|
|
32397
32266
|
}>;
|
|
32398
32267
|
createdAt: z.ZodString;
|
|
32399
32268
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32400
|
-
currentSteps: z.
|
|
32401
|
-
sales_modes: "sales_modes";
|
|
32402
|
-
}>>;
|
|
32269
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
32403
32270
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
32404
32271
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
32405
32272
|
}, z.core.$strip>>;
|
|
@@ -32458,9 +32325,7 @@ declare class GetIntegrationCassaInCloudSyncSalesModesProcesses extends Abstract
|
|
|
32458
32325
|
}>;
|
|
32459
32326
|
createdAt: z.ZodString;
|
|
32460
32327
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32461
|
-
currentSteps: z.
|
|
32462
|
-
sales_modes: "sales_modes";
|
|
32463
|
-
}>>;
|
|
32328
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
32464
32329
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
32465
32330
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
32466
32331
|
}, z.core.$strip>;
|
|
@@ -32635,9 +32500,7 @@ declare const getIntegrationCassaInCloudSyncTimetablesProcessDetailsResponseSche
|
|
|
32635
32500
|
}>;
|
|
32636
32501
|
createdAt: z.ZodString;
|
|
32637
32502
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32638
|
-
currentSteps: z.
|
|
32639
|
-
timetables: "timetables";
|
|
32640
|
-
}>>;
|
|
32503
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
32641
32504
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
32642
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>>>;
|
|
32643
32506
|
}, z.core.$strip>;
|
|
@@ -32659,9 +32522,7 @@ declare class GetIntegrationCassaInCloudSyncTimetablesProcessDetails extends Abs
|
|
|
32659
32522
|
}>;
|
|
32660
32523
|
createdAt: z.ZodString;
|
|
32661
32524
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32662
|
-
currentSteps: z.
|
|
32663
|
-
timetables: "timetables";
|
|
32664
|
-
}>>;
|
|
32525
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
32665
32526
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
32666
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>>>;
|
|
32667
32528
|
}, z.core.$strip>;
|
|
@@ -32722,9 +32583,7 @@ declare const getIntegrationCassaInCloudSyncTimetablesProcessesResponseSchema: z
|
|
|
32722
32583
|
}>;
|
|
32723
32584
|
createdAt: z.ZodString;
|
|
32724
32585
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32725
|
-
currentSteps: z.
|
|
32726
|
-
timetables: "timetables";
|
|
32727
|
-
}>>;
|
|
32586
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
32728
32587
|
}, z.core.$strip>>;
|
|
32729
32588
|
pagination: z.ZodObject<{
|
|
32730
32589
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -32754,9 +32613,7 @@ declare class GetIntegrationCassaInCloudSyncTimetablesProcesses extends Abstract
|
|
|
32754
32613
|
}>;
|
|
32755
32614
|
createdAt: z.ZodString;
|
|
32756
32615
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32757
|
-
currentSteps: z.
|
|
32758
|
-
timetables: "timetables";
|
|
32759
|
-
}>>;
|
|
32616
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
32760
32617
|
}, z.core.$strip>>;
|
|
32761
32618
|
pagination: z.ZodObject<{
|
|
32762
32619
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -32813,9 +32670,7 @@ declare class GetIntegrationCassaInCloudSyncTimetablesProcesses extends Abstract
|
|
|
32813
32670
|
}>;
|
|
32814
32671
|
createdAt: z.ZodString;
|
|
32815
32672
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32816
|
-
currentSteps: z.
|
|
32817
|
-
timetables: "timetables";
|
|
32818
|
-
}>>;
|
|
32673
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
32819
32674
|
}, z.core.$strip>;
|
|
32820
32675
|
readonly paginationDefaultEnabled = true;
|
|
32821
32676
|
private readonly integrationCassaInCloudId;
|
|
@@ -50969,10 +50824,7 @@ declare const getIntegrationTilbySyncFiscalMappingsProcessesResponseSchema: z.Zo
|
|
|
50969
50824
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
50970
50825
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
50971
50826
|
endAt: z.ZodNullable<z.ZodString>;
|
|
50972
|
-
currentSteps: z.
|
|
50973
|
-
departments: "departments";
|
|
50974
|
-
vat: "vat";
|
|
50975
|
-
}>>;
|
|
50827
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
50976
50828
|
}, z.core.$strip>>;
|
|
50977
50829
|
pagination: z.ZodObject<{
|
|
50978
50830
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -51003,10 +50855,7 @@ declare class GetIntegrationTilbySyncFiscalMappingsProcesses extends AbstractApi
|
|
|
51003
50855
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51004
50856
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51005
50857
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51006
|
-
currentSteps: z.
|
|
51007
|
-
departments: "departments";
|
|
51008
|
-
vat: "vat";
|
|
51009
|
-
}>>;
|
|
50858
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
51010
50859
|
}, z.core.$strip>>;
|
|
51011
50860
|
pagination: z.ZodObject<{
|
|
51012
50861
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -51065,10 +50914,7 @@ declare class GetIntegrationTilbySyncFiscalMappingsProcesses extends AbstractApi
|
|
|
51065
50914
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51066
50915
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51067
50916
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51068
|
-
currentSteps: z.
|
|
51069
|
-
departments: "departments";
|
|
51070
|
-
vat: "vat";
|
|
51071
|
-
}>>;
|
|
50917
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
51072
50918
|
}, z.core.$strip>;
|
|
51073
50919
|
readonly paginationDefaultEnabled = true;
|
|
51074
50920
|
private readonly integrationTilbyId;
|
|
@@ -51092,10 +50938,7 @@ declare const getIntegrationTilbySyncFiscalMappingsProcessDetailsResponseSchema:
|
|
|
51092
50938
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51093
50939
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51094
50940
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51095
|
-
currentSteps: z.
|
|
51096
|
-
departments: "departments";
|
|
51097
|
-
vat: "vat";
|
|
51098
|
-
}>>;
|
|
50941
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
51099
50942
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
51100
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>>>;
|
|
51101
50944
|
}, z.core.$strip>;
|
|
@@ -51118,10 +50961,7 @@ declare class GetIntegrationTilbySyncFiscalMappingsProcessDetails extends Abstra
|
|
|
51118
50961
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51119
50962
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51120
50963
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51121
|
-
currentSteps: z.
|
|
51122
|
-
departments: "departments";
|
|
51123
|
-
vat: "vat";
|
|
51124
|
-
}>>;
|
|
50964
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
51125
50965
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
51126
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>>>;
|
|
51127
50967
|
}, z.core.$strip>;
|
|
@@ -51334,9 +51174,7 @@ declare const getIntegrationTilbySyncCustomersProcessesResponseSchema: z.ZodObje
|
|
|
51334
51174
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51335
51175
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51336
51176
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51337
|
-
currentSteps: z.
|
|
51338
|
-
customers: "customers";
|
|
51339
|
-
}>>;
|
|
51177
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
51340
51178
|
}, z.core.$strip>>;
|
|
51341
51179
|
pagination: z.ZodObject<{
|
|
51342
51180
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -51367,9 +51205,7 @@ declare class GetIntegrationTilbySyncCustomersProcesses extends AbstractApiReque
|
|
|
51367
51205
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51368
51206
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51369
51207
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51370
|
-
currentSteps: z.
|
|
51371
|
-
customers: "customers";
|
|
51372
|
-
}>>;
|
|
51208
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
51373
51209
|
}, z.core.$strip>>;
|
|
51374
51210
|
pagination: z.ZodObject<{
|
|
51375
51211
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -51428,9 +51264,7 @@ declare class GetIntegrationTilbySyncCustomersProcesses extends AbstractApiReque
|
|
|
51428
51264
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51429
51265
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51430
51266
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51431
|
-
currentSteps: z.
|
|
51432
|
-
customers: "customers";
|
|
51433
|
-
}>>;
|
|
51267
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
51434
51268
|
}, z.core.$strip>;
|
|
51435
51269
|
readonly paginationDefaultEnabled = true;
|
|
51436
51270
|
private readonly integrationTilbyId;
|
|
@@ -51454,9 +51288,7 @@ declare const getIntegrationTilbySyncCustomersProcessDetailsResponseSchema: z.Zo
|
|
|
51454
51288
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51455
51289
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51456
51290
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51457
|
-
currentSteps: z.
|
|
51458
|
-
customers: "customers";
|
|
51459
|
-
}>>;
|
|
51291
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
51460
51292
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
51461
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>>>;
|
|
51462
51294
|
}, z.core.$strip>;
|
|
@@ -51479,9 +51311,7 @@ declare class GetIntegrationTilbySyncCustomersProcessDetails extends AbstractApi
|
|
|
51479
51311
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51480
51312
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51481
51313
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51482
|
-
currentSteps: z.
|
|
51483
|
-
customers: "customers";
|
|
51484
|
-
}>>;
|
|
51314
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
51485
51315
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
51486
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>>>;
|
|
51487
51317
|
}, z.core.$strip>;
|
|
@@ -51685,11 +51515,7 @@ declare const getIntegrationTilbySyncMenuProcessesResponseSchema: z.ZodObject<{
|
|
|
51685
51515
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51686
51516
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51687
51517
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51688
|
-
currentSteps: z.
|
|
51689
|
-
categories: "categories";
|
|
51690
|
-
products: "products";
|
|
51691
|
-
components: "components";
|
|
51692
|
-
}>>;
|
|
51518
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
51693
51519
|
}, z.core.$strip>>;
|
|
51694
51520
|
pagination: z.ZodObject<{
|
|
51695
51521
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -51720,11 +51546,7 @@ declare class GetIntegrationTilbySyncMenuProcesses extends AbstractApiRequest<ty
|
|
|
51720
51546
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51721
51547
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51722
51548
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51723
|
-
currentSteps: z.
|
|
51724
|
-
categories: "categories";
|
|
51725
|
-
products: "products";
|
|
51726
|
-
components: "components";
|
|
51727
|
-
}>>;
|
|
51549
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
51728
51550
|
}, z.core.$strip>>;
|
|
51729
51551
|
pagination: z.ZodObject<{
|
|
51730
51552
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -51783,11 +51605,7 @@ declare class GetIntegrationTilbySyncMenuProcesses extends AbstractApiRequest<ty
|
|
|
51783
51605
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51784
51606
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51785
51607
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51786
|
-
currentSteps: z.
|
|
51787
|
-
categories: "categories";
|
|
51788
|
-
products: "products";
|
|
51789
|
-
components: "components";
|
|
51790
|
-
}>>;
|
|
51608
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
51791
51609
|
}, z.core.$strip>;
|
|
51792
51610
|
readonly paginationDefaultEnabled = true;
|
|
51793
51611
|
private readonly integrationTilbyId;
|
|
@@ -51811,11 +51629,7 @@ declare const getIntegrationTilbySyncMenuProcessDetailsResponseSchema: z.ZodObje
|
|
|
51811
51629
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51812
51630
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51813
51631
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51814
|
-
currentSteps: z.
|
|
51815
|
-
categories: "categories";
|
|
51816
|
-
products: "products";
|
|
51817
|
-
components: "components";
|
|
51818
|
-
}>>;
|
|
51632
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
51819
51633
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
51820
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>>>;
|
|
51821
51635
|
}, z.core.$strip>;
|
|
@@ -51838,11 +51652,7 @@ declare class GetIntegrationTilbySyncMenuProcessDetails extends AbstractApiReque
|
|
|
51838
51652
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51839
51653
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51840
51654
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51841
|
-
currentSteps: z.
|
|
51842
|
-
categories: "categories";
|
|
51843
|
-
products: "products";
|
|
51844
|
-
components: "components";
|
|
51845
|
-
}>>;
|
|
51655
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
51846
51656
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
51847
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>>>;
|
|
51848
51658
|
}, z.core.$strip>;
|
|
@@ -52064,9 +51874,7 @@ declare const getIntegrationTilbySyncOrdersProcessesResponseSchema: z.ZodObject<
|
|
|
52064
51874
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
52065
51875
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
52066
51876
|
endAt: z.ZodNullable<z.ZodString>;
|
|
52067
|
-
currentSteps: z.
|
|
52068
|
-
orders: "orders";
|
|
52069
|
-
}>>;
|
|
51877
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
52070
51878
|
}, z.core.$strip>>;
|
|
52071
51879
|
pagination: z.ZodObject<{
|
|
52072
51880
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -52097,9 +51905,7 @@ declare class GetIntegrationTilbySyncOrdersProcesses extends AbstractApiRequest<
|
|
|
52097
51905
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
52098
51906
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
52099
51907
|
endAt: z.ZodNullable<z.ZodString>;
|
|
52100
|
-
currentSteps: z.
|
|
52101
|
-
orders: "orders";
|
|
52102
|
-
}>>;
|
|
51908
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
52103
51909
|
}, z.core.$strip>>;
|
|
52104
51910
|
pagination: z.ZodObject<{
|
|
52105
51911
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -52158,9 +51964,7 @@ declare class GetIntegrationTilbySyncOrdersProcesses extends AbstractApiRequest<
|
|
|
52158
51964
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
52159
51965
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
52160
51966
|
endAt: z.ZodNullable<z.ZodString>;
|
|
52161
|
-
currentSteps: z.
|
|
52162
|
-
orders: "orders";
|
|
52163
|
-
}>>;
|
|
51967
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
52164
51968
|
}, z.core.$strip>;
|
|
52165
51969
|
readonly paginationDefaultEnabled = true;
|
|
52166
51970
|
private readonly integrationTilbyId;
|
|
@@ -52184,9 +51988,7 @@ declare const getIntegrationTilbySyncOrdersProcessDetailsResponseSchema: z.ZodOb
|
|
|
52184
51988
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
52185
51989
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
52186
51990
|
endAt: z.ZodNullable<z.ZodString>;
|
|
52187
|
-
currentSteps: z.
|
|
52188
|
-
orders: "orders";
|
|
52189
|
-
}>>;
|
|
51991
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
52190
51992
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
52191
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>>>;
|
|
52192
51994
|
}, z.core.$strip>;
|
|
@@ -52209,9 +52011,7 @@ declare class GetIntegrationTilbySyncOrdersProcessDetails extends AbstractApiReq
|
|
|
52209
52011
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
52210
52012
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
52211
52013
|
endAt: z.ZodNullable<z.ZodString>;
|
|
52212
|
-
currentSteps: z.
|
|
52213
|
-
orders: "orders";
|
|
52214
|
-
}>>;
|
|
52014
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
52215
52015
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
52216
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>>>;
|
|
52217
52017
|
}, z.core.$strip>;
|
|
@@ -52415,9 +52215,7 @@ declare const getIntegrationTilbySyncStockProcessesResponseSchema: z.ZodObject<{
|
|
|
52415
52215
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
52416
52216
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
52417
52217
|
endAt: z.ZodNullable<z.ZodString>;
|
|
52418
|
-
currentSteps: z.
|
|
52419
|
-
stock: "stock";
|
|
52420
|
-
}>>;
|
|
52218
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
52421
52219
|
}, z.core.$strip>>;
|
|
52422
52220
|
pagination: z.ZodObject<{
|
|
52423
52221
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -52448,9 +52246,7 @@ declare class GetIntegrationTilbySyncStockProcesses extends AbstractApiRequest<t
|
|
|
52448
52246
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
52449
52247
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
52450
52248
|
endAt: z.ZodNullable<z.ZodString>;
|
|
52451
|
-
currentSteps: z.
|
|
52452
|
-
stock: "stock";
|
|
52453
|
-
}>>;
|
|
52249
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
52454
52250
|
}, z.core.$strip>>;
|
|
52455
52251
|
pagination: z.ZodObject<{
|
|
52456
52252
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -52509,9 +52305,7 @@ declare class GetIntegrationTilbySyncStockProcesses extends AbstractApiRequest<t
|
|
|
52509
52305
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
52510
52306
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
52511
52307
|
endAt: z.ZodNullable<z.ZodString>;
|
|
52512
|
-
currentSteps: z.
|
|
52513
|
-
stock: "stock";
|
|
52514
|
-
}>>;
|
|
52308
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
52515
52309
|
}, z.core.$strip>;
|
|
52516
52310
|
readonly paginationDefaultEnabled = true;
|
|
52517
52311
|
private readonly integrationTilbyId;
|
|
@@ -52535,9 +52329,7 @@ declare const getIntegrationTilbySyncStockProcessDetailsResponseSchema: z.ZodObj
|
|
|
52535
52329
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
52536
52330
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
52537
52331
|
endAt: z.ZodNullable<z.ZodString>;
|
|
52538
|
-
currentSteps: z.
|
|
52539
|
-
stock: "stock";
|
|
52540
|
-
}>>;
|
|
52332
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
52541
52333
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
52542
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>>>;
|
|
52543
52335
|
}, z.core.$strip>;
|
|
@@ -52560,9 +52352,7 @@ declare class GetIntegrationTilbySyncStockProcessDetails extends AbstractApiRequ
|
|
|
52560
52352
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
52561
52353
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
52562
52354
|
endAt: z.ZodNullable<z.ZodString>;
|
|
52563
|
-
currentSteps: z.
|
|
52564
|
-
stock: "stock";
|
|
52565
|
-
}>>;
|
|
52355
|
+
currentSteps: z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>;
|
|
52566
52356
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
52567
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>>>;
|
|
52568
52358
|
}, z.core.$strip>;
|