@deliverart/sdk-js-integration 2.23.3 → 2.23.5
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 +29 -9
- package/dist/index.d.cts +189 -273
- package/dist/index.d.ts +189 -273
- package/dist/index.js +29 -9
- package/package.json +11 -11
package/dist/index.d.cts
CHANGED
|
@@ -21875,18 +21875,9 @@ declare const integrationCassaInCloudSyncMenuProcessSchema: z.ZodObject<{
|
|
|
21875
21875
|
}>;
|
|
21876
21876
|
createdAt: z.ZodString;
|
|
21877
21877
|
endAt: z.ZodNullable<z.ZodString>;
|
|
21878
|
-
currentSteps: z.ZodArray<z.
|
|
21879
|
-
|
|
21880
|
-
|
|
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.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
21879
|
+
[k: string]: number;
|
|
21880
|
+
}, string[]>>]>;
|
|
21890
21881
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
21891
21882
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
21892
21883
|
availableSalesModesIds: z.ZodArray<z.ZodString>;
|
|
@@ -21907,18 +21898,9 @@ declare const integrationCassaInCloudSyncMenuProcessDetailsSchema: z.ZodObject<{
|
|
|
21907
21898
|
}>;
|
|
21908
21899
|
createdAt: z.ZodString;
|
|
21909
21900
|
endAt: z.ZodNullable<z.ZodString>;
|
|
21910
|
-
currentSteps: z.ZodArray<z.
|
|
21911
|
-
|
|
21912
|
-
|
|
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
|
-
}>>;
|
|
21901
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
21902
|
+
[k: string]: number;
|
|
21903
|
+
}, string[]>>]>;
|
|
21922
21904
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
21923
21905
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
21924
21906
|
availableSalesModesIds: z.ZodArray<z.ZodString>;
|
|
@@ -22052,9 +22034,9 @@ declare const integrationCassaInCloudSyncCustomersProcessSchema: z.ZodObject<{
|
|
|
22052
22034
|
}>;
|
|
22053
22035
|
createdAt: z.ZodString;
|
|
22054
22036
|
endAt: z.ZodNullable<z.ZodString>;
|
|
22055
|
-
currentSteps: z.ZodArray<z.
|
|
22056
|
-
|
|
22057
|
-
}
|
|
22037
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
22038
|
+
[k: string]: number;
|
|
22039
|
+
}, string[]>>]>;
|
|
22058
22040
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
22059
22041
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
22060
22042
|
}, z.core.$strip>;
|
|
@@ -22071,9 +22053,9 @@ declare const integrationCassaInCloudSyncCustomersProcessDetailsSchema: z.ZodObj
|
|
|
22071
22053
|
}>;
|
|
22072
22054
|
createdAt: z.ZodString;
|
|
22073
22055
|
endAt: z.ZodNullable<z.ZodString>;
|
|
22074
|
-
currentSteps: z.ZodArray<z.
|
|
22075
|
-
|
|
22076
|
-
}
|
|
22056
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
22057
|
+
[k: string]: number;
|
|
22058
|
+
}, string[]>>]>;
|
|
22077
22059
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
22078
22060
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
22079
22061
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
@@ -22170,9 +22152,9 @@ declare const integrationCassaInCloudSyncSalesModesProcessSchema: z.ZodObject<{
|
|
|
22170
22152
|
}>;
|
|
22171
22153
|
createdAt: z.ZodString;
|
|
22172
22154
|
endAt: z.ZodNullable<z.ZodString>;
|
|
22173
|
-
currentSteps: z.ZodArray<z.
|
|
22174
|
-
|
|
22175
|
-
}
|
|
22155
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
22156
|
+
[k: string]: number;
|
|
22157
|
+
}, string[]>>]>;
|
|
22176
22158
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
22177
22159
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
22178
22160
|
}, z.core.$strip>;
|
|
@@ -22189,9 +22171,9 @@ declare const integrationCassaInCloudSyncSalesModesProcessDetailsSchema: z.ZodOb
|
|
|
22189
22171
|
}>;
|
|
22190
22172
|
createdAt: z.ZodString;
|
|
22191
22173
|
endAt: z.ZodNullable<z.ZodString>;
|
|
22192
|
-
currentSteps: z.ZodArray<z.
|
|
22193
|
-
|
|
22194
|
-
}
|
|
22174
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
22175
|
+
[k: string]: number;
|
|
22176
|
+
}, string[]>>]>;
|
|
22195
22177
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
22196
22178
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
22197
22179
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
@@ -22288,9 +22270,9 @@ declare const integrationCassaInCloudSyncTimetablesProcessSchema: z.ZodObject<{
|
|
|
22288
22270
|
}>;
|
|
22289
22271
|
createdAt: z.ZodString;
|
|
22290
22272
|
endAt: z.ZodNullable<z.ZodString>;
|
|
22291
|
-
currentSteps: z.ZodArray<z.
|
|
22292
|
-
|
|
22293
|
-
}
|
|
22273
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
22274
|
+
[k: string]: number;
|
|
22275
|
+
}, string[]>>]>;
|
|
22294
22276
|
}, z.core.$strip>;
|
|
22295
22277
|
type IntegrationCassaInCloudSyncTimetablesProcess = z.infer<typeof integrationCassaInCloudSyncTimetablesProcessSchema>;
|
|
22296
22278
|
declare const integrationCassaInCloudSyncTimetablesProcessDetailsSchema: z.ZodObject<{
|
|
@@ -22305,9 +22287,9 @@ declare const integrationCassaInCloudSyncTimetablesProcessDetailsSchema: z.ZodOb
|
|
|
22305
22287
|
}>;
|
|
22306
22288
|
createdAt: z.ZodString;
|
|
22307
22289
|
endAt: z.ZodNullable<z.ZodString>;
|
|
22308
|
-
currentSteps: z.ZodArray<z.
|
|
22309
|
-
|
|
22310
|
-
}
|
|
22290
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
22291
|
+
[k: string]: number;
|
|
22292
|
+
}, string[]>>]>;
|
|
22311
22293
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
22312
22294
|
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
22295
|
}, z.core.$strip>;
|
|
@@ -27833,10 +27815,9 @@ declare const integrationTilbySyncFiscalMappingsProcessSchema: z.ZodObject<{
|
|
|
27833
27815
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
27834
27816
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
27835
27817
|
endAt: z.ZodNullable<z.ZodString>;
|
|
27836
|
-
currentSteps: z.ZodArray<z.
|
|
27837
|
-
|
|
27838
|
-
|
|
27839
|
-
}>>;
|
|
27818
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
27819
|
+
[k: string]: number;
|
|
27820
|
+
}, string[]>>]>;
|
|
27840
27821
|
}, z.core.$strip>;
|
|
27841
27822
|
type IntegrationTilbySyncFiscalMappingsProcess = z.infer<typeof integrationTilbySyncFiscalMappingsProcessSchema>;
|
|
27842
27823
|
declare const integrationTilbySyncFiscalMappingsProcessDetailsSchema: z.ZodObject<{
|
|
@@ -27853,10 +27834,9 @@ declare const integrationTilbySyncFiscalMappingsProcessDetailsSchema: z.ZodObjec
|
|
|
27853
27834
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
27854
27835
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
27855
27836
|
endAt: z.ZodNullable<z.ZodString>;
|
|
27856
|
-
currentSteps: z.ZodArray<z.
|
|
27857
|
-
|
|
27858
|
-
|
|
27859
|
-
}>>;
|
|
27837
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
27838
|
+
[k: string]: number;
|
|
27839
|
+
}, string[]>>]>;
|
|
27860
27840
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
27861
27841
|
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
27842
|
}, z.core.$strip>;
|
|
@@ -27909,9 +27889,9 @@ declare const integrationTilbySyncCustomersProcessSchema: z.ZodObject<{
|
|
|
27909
27889
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
27910
27890
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
27911
27891
|
endAt: z.ZodNullable<z.ZodString>;
|
|
27912
|
-
currentSteps: z.ZodArray<z.
|
|
27913
|
-
|
|
27914
|
-
}
|
|
27892
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
27893
|
+
[k: string]: number;
|
|
27894
|
+
}, string[]>>]>;
|
|
27915
27895
|
}, z.core.$strip>;
|
|
27916
27896
|
type IntegrationTilbySyncCustomersProcess = z.infer<typeof integrationTilbySyncCustomersProcessSchema>;
|
|
27917
27897
|
declare const integrationTilbySyncCustomersProcessDetailsSchema: z.ZodObject<{
|
|
@@ -27928,9 +27908,9 @@ declare const integrationTilbySyncCustomersProcessDetailsSchema: z.ZodObject<{
|
|
|
27928
27908
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
27929
27909
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
27930
27910
|
endAt: z.ZodNullable<z.ZodString>;
|
|
27931
|
-
currentSteps: z.ZodArray<z.
|
|
27932
|
-
|
|
27933
|
-
}
|
|
27911
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
27912
|
+
[k: string]: number;
|
|
27913
|
+
}, string[]>>]>;
|
|
27934
27914
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
27935
27915
|
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
27916
|
}, z.core.$strip>;
|
|
@@ -27983,11 +27963,9 @@ declare const integrationTilbySyncMenuProcessSchema: z.ZodObject<{
|
|
|
27983
27963
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
27984
27964
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
27985
27965
|
endAt: z.ZodNullable<z.ZodString>;
|
|
27986
|
-
currentSteps: z.ZodArray<z.
|
|
27987
|
-
|
|
27988
|
-
|
|
27989
|
-
components: "components";
|
|
27990
|
-
}>>;
|
|
27966
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
27967
|
+
[k: string]: number;
|
|
27968
|
+
}, string[]>>]>;
|
|
27991
27969
|
}, z.core.$strip>;
|
|
27992
27970
|
type IntegrationTilbySyncMenuProcess = z.infer<typeof integrationTilbySyncMenuProcessSchema>;
|
|
27993
27971
|
declare const integrationTilbySyncMenuProcessDetailsSchema: z.ZodObject<{
|
|
@@ -28004,11 +27982,9 @@ declare const integrationTilbySyncMenuProcessDetailsSchema: z.ZodObject<{
|
|
|
28004
27982
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
28005
27983
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
28006
27984
|
endAt: z.ZodNullable<z.ZodString>;
|
|
28007
|
-
currentSteps: z.ZodArray<z.
|
|
28008
|
-
|
|
28009
|
-
|
|
28010
|
-
components: "components";
|
|
28011
|
-
}>>;
|
|
27985
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
27986
|
+
[k: string]: number;
|
|
27987
|
+
}, string[]>>]>;
|
|
28012
27988
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
28013
27989
|
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
27990
|
}, z.core.$strip>;
|
|
@@ -28061,9 +28037,9 @@ declare const integrationTilbySyncOrdersProcessSchema: z.ZodObject<{
|
|
|
28061
28037
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
28062
28038
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
28063
28039
|
endAt: z.ZodNullable<z.ZodString>;
|
|
28064
|
-
currentSteps: z.ZodArray<z.
|
|
28065
|
-
|
|
28066
|
-
}
|
|
28040
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
28041
|
+
[k: string]: number;
|
|
28042
|
+
}, string[]>>]>;
|
|
28067
28043
|
}, z.core.$strip>;
|
|
28068
28044
|
type IntegrationTilbySyncOrdersProcess = z.infer<typeof integrationTilbySyncOrdersProcessSchema>;
|
|
28069
28045
|
declare const integrationTilbySyncOrdersProcessDetailsSchema: z.ZodObject<{
|
|
@@ -28080,9 +28056,9 @@ declare const integrationTilbySyncOrdersProcessDetailsSchema: z.ZodObject<{
|
|
|
28080
28056
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
28081
28057
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
28082
28058
|
endAt: z.ZodNullable<z.ZodString>;
|
|
28083
|
-
currentSteps: z.ZodArray<z.
|
|
28084
|
-
|
|
28085
|
-
}
|
|
28059
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
28060
|
+
[k: string]: number;
|
|
28061
|
+
}, string[]>>]>;
|
|
28086
28062
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
28087
28063
|
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
28064
|
}, z.core.$strip>;
|
|
@@ -28135,9 +28111,9 @@ declare const integrationTilbySyncStockProcessSchema: z.ZodObject<{
|
|
|
28135
28111
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
28136
28112
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
28137
28113
|
endAt: z.ZodNullable<z.ZodString>;
|
|
28138
|
-
currentSteps: z.ZodArray<z.
|
|
28139
|
-
|
|
28140
|
-
}
|
|
28114
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
28115
|
+
[k: string]: number;
|
|
28116
|
+
}, string[]>>]>;
|
|
28141
28117
|
}, z.core.$strip>;
|
|
28142
28118
|
type IntegrationTilbySyncStockProcess = z.infer<typeof integrationTilbySyncStockProcessSchema>;
|
|
28143
28119
|
declare const integrationTilbySyncStockProcessDetailsSchema: z.ZodObject<{
|
|
@@ -28154,9 +28130,9 @@ declare const integrationTilbySyncStockProcessDetailsSchema: z.ZodObject<{
|
|
|
28154
28130
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
28155
28131
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
28156
28132
|
endAt: z.ZodNullable<z.ZodString>;
|
|
28157
|
-
currentSteps: z.ZodArray<z.
|
|
28158
|
-
|
|
28159
|
-
}
|
|
28133
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
28134
|
+
[k: string]: number;
|
|
28135
|
+
}, string[]>>]>;
|
|
28160
28136
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
28161
28137
|
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
28138
|
}, z.core.$strip>;
|
|
@@ -31407,9 +31383,9 @@ declare const getIntegrationCassaInCloudSyncCustomersProcessDetailsResponseSchem
|
|
|
31407
31383
|
}>;
|
|
31408
31384
|
createdAt: z.ZodString;
|
|
31409
31385
|
endAt: z.ZodNullable<z.ZodString>;
|
|
31410
|
-
currentSteps: z.ZodArray<z.
|
|
31411
|
-
|
|
31412
|
-
}
|
|
31386
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
31387
|
+
[k: string]: number;
|
|
31388
|
+
}, string[]>>]>;
|
|
31413
31389
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
31414
31390
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
31415
31391
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
@@ -31433,9 +31409,9 @@ declare class GetIntegrationCassaInCloudSyncCustomersProcessDetails extends Abst
|
|
|
31433
31409
|
}>;
|
|
31434
31410
|
createdAt: z.ZodString;
|
|
31435
31411
|
endAt: z.ZodNullable<z.ZodString>;
|
|
31436
|
-
currentSteps: z.ZodArray<z.
|
|
31437
|
-
|
|
31438
|
-
}
|
|
31412
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
31413
|
+
[k: string]: number;
|
|
31414
|
+
}, string[]>>]>;
|
|
31439
31415
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
31440
31416
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
31441
31417
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
@@ -31498,9 +31474,9 @@ declare const getIntegrationCassaInCloudSyncCustomersProcessesResponseSchema: z.
|
|
|
31498
31474
|
}>;
|
|
31499
31475
|
createdAt: z.ZodString;
|
|
31500
31476
|
endAt: z.ZodNullable<z.ZodString>;
|
|
31501
|
-
currentSteps: z.ZodArray<z.
|
|
31502
|
-
|
|
31503
|
-
}
|
|
31477
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
31478
|
+
[k: string]: number;
|
|
31479
|
+
}, string[]>>]>;
|
|
31504
31480
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
31505
31481
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
31506
31482
|
}, z.core.$strip>>;
|
|
@@ -31532,9 +31508,9 @@ declare class GetIntegrationCassaInCloudSyncCustomersProcesses extends AbstractA
|
|
|
31532
31508
|
}>;
|
|
31533
31509
|
createdAt: z.ZodString;
|
|
31534
31510
|
endAt: z.ZodNullable<z.ZodString>;
|
|
31535
|
-
currentSteps: z.ZodArray<z.
|
|
31536
|
-
|
|
31537
|
-
}
|
|
31511
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
31512
|
+
[k: string]: number;
|
|
31513
|
+
}, string[]>>]>;
|
|
31538
31514
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
31539
31515
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
31540
31516
|
}, z.core.$strip>>;
|
|
@@ -31593,9 +31569,9 @@ declare class GetIntegrationCassaInCloudSyncCustomersProcesses extends AbstractA
|
|
|
31593
31569
|
}>;
|
|
31594
31570
|
createdAt: z.ZodString;
|
|
31595
31571
|
endAt: z.ZodNullable<z.ZodString>;
|
|
31596
|
-
currentSteps: z.ZodArray<z.
|
|
31597
|
-
|
|
31598
|
-
}
|
|
31572
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
31573
|
+
[k: string]: number;
|
|
31574
|
+
}, string[]>>]>;
|
|
31599
31575
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
31600
31576
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
31601
31577
|
}, z.core.$strip>;
|
|
@@ -31844,18 +31820,9 @@ declare const getIntegrationCassaInCloudSyncMenuProcessDetailsResponseSchema: z.
|
|
|
31844
31820
|
}>;
|
|
31845
31821
|
createdAt: z.ZodString;
|
|
31846
31822
|
endAt: z.ZodNullable<z.ZodString>;
|
|
31847
|
-
currentSteps: z.ZodArray<z.
|
|
31848
|
-
|
|
31849
|
-
|
|
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
|
-
}>>;
|
|
31823
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
31824
|
+
[k: string]: number;
|
|
31825
|
+
}, string[]>>]>;
|
|
31859
31826
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
31860
31827
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
31861
31828
|
availableSalesModesIds: z.ZodArray<z.ZodString>;
|
|
@@ -31883,18 +31850,9 @@ declare class GetIntegrationCassaInCloudSyncMenuProcessDetails extends AbstractA
|
|
|
31883
31850
|
}>;
|
|
31884
31851
|
createdAt: z.ZodString;
|
|
31885
31852
|
endAt: z.ZodNullable<z.ZodString>;
|
|
31886
|
-
currentSteps: z.ZodArray<z.
|
|
31887
|
-
|
|
31888
|
-
|
|
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
|
-
}>>;
|
|
31853
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
31854
|
+
[k: string]: number;
|
|
31855
|
+
}, string[]>>]>;
|
|
31898
31856
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
31899
31857
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
31900
31858
|
availableSalesModesIds: z.ZodArray<z.ZodString>;
|
|
@@ -31961,18 +31919,9 @@ declare const getIntegrationCassaInCloudSyncMenuProcessesResponseSchema: z.ZodOb
|
|
|
31961
31919
|
}>;
|
|
31962
31920
|
createdAt: z.ZodString;
|
|
31963
31921
|
endAt: z.ZodNullable<z.ZodString>;
|
|
31964
|
-
currentSteps: z.ZodArray<z.
|
|
31965
|
-
|
|
31966
|
-
|
|
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
|
-
}>>;
|
|
31922
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
31923
|
+
[k: string]: number;
|
|
31924
|
+
}, string[]>>]>;
|
|
31976
31925
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
31977
31926
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
31978
31927
|
availableSalesModesIds: z.ZodArray<z.ZodString>;
|
|
@@ -32008,18 +31957,9 @@ declare class GetIntegrationCassaInCloudSyncMenuProcesses extends AbstractApiReq
|
|
|
32008
31957
|
}>;
|
|
32009
31958
|
createdAt: z.ZodString;
|
|
32010
31959
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32011
|
-
currentSteps: z.ZodArray<z.
|
|
32012
|
-
|
|
32013
|
-
|
|
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
|
-
}>>;
|
|
31960
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
31961
|
+
[k: string]: number;
|
|
31962
|
+
}, string[]>>]>;
|
|
32023
31963
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
32024
31964
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
32025
31965
|
availableSalesModesIds: z.ZodArray<z.ZodString>;
|
|
@@ -32082,18 +32022,9 @@ declare class GetIntegrationCassaInCloudSyncMenuProcesses extends AbstractApiReq
|
|
|
32082
32022
|
}>;
|
|
32083
32023
|
createdAt: z.ZodString;
|
|
32084
32024
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32085
|
-
currentSteps: z.ZodArray<z.
|
|
32086
|
-
|
|
32087
|
-
|
|
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
|
-
}>>;
|
|
32025
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
32026
|
+
[k: string]: number;
|
|
32027
|
+
}, string[]>>]>;
|
|
32097
32028
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
32098
32029
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
32099
32030
|
availableSalesModesIds: z.ZodArray<z.ZodString>;
|
|
@@ -32272,9 +32203,9 @@ declare const getIntegrationCassaInCloudSyncSalesModesProcessDetailsResponseSche
|
|
|
32272
32203
|
}>;
|
|
32273
32204
|
createdAt: z.ZodString;
|
|
32274
32205
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32275
|
-
currentSteps: z.ZodArray<z.
|
|
32276
|
-
|
|
32277
|
-
}
|
|
32206
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
32207
|
+
[k: string]: number;
|
|
32208
|
+
}, string[]>>]>;
|
|
32278
32209
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
32279
32210
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
32280
32211
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
@@ -32298,9 +32229,9 @@ declare class GetIntegrationCassaInCloudSyncSalesModesProcessDetails extends Abs
|
|
|
32298
32229
|
}>;
|
|
32299
32230
|
createdAt: z.ZodString;
|
|
32300
32231
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32301
|
-
currentSteps: z.ZodArray<z.
|
|
32302
|
-
|
|
32303
|
-
}
|
|
32232
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
32233
|
+
[k: string]: number;
|
|
32234
|
+
}, string[]>>]>;
|
|
32304
32235
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
32305
32236
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
32306
32237
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
@@ -32363,9 +32294,9 @@ declare const getIntegrationCassaInCloudSyncSalesModesProcessesResponseSchema: z
|
|
|
32363
32294
|
}>;
|
|
32364
32295
|
createdAt: z.ZodString;
|
|
32365
32296
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32366
|
-
currentSteps: z.ZodArray<z.
|
|
32367
|
-
|
|
32368
|
-
}
|
|
32297
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
32298
|
+
[k: string]: number;
|
|
32299
|
+
}, string[]>>]>;
|
|
32369
32300
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
32370
32301
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
32371
32302
|
}, z.core.$strip>>;
|
|
@@ -32397,9 +32328,9 @@ declare class GetIntegrationCassaInCloudSyncSalesModesProcesses extends Abstract
|
|
|
32397
32328
|
}>;
|
|
32398
32329
|
createdAt: z.ZodString;
|
|
32399
32330
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32400
|
-
currentSteps: z.ZodArray<z.
|
|
32401
|
-
|
|
32402
|
-
}
|
|
32331
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
32332
|
+
[k: string]: number;
|
|
32333
|
+
}, string[]>>]>;
|
|
32403
32334
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
32404
32335
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
32405
32336
|
}, z.core.$strip>>;
|
|
@@ -32458,9 +32389,9 @@ declare class GetIntegrationCassaInCloudSyncSalesModesProcesses extends Abstract
|
|
|
32458
32389
|
}>;
|
|
32459
32390
|
createdAt: z.ZodString;
|
|
32460
32391
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32461
|
-
currentSteps: z.ZodArray<z.
|
|
32462
|
-
|
|
32463
|
-
}
|
|
32392
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
32393
|
+
[k: string]: number;
|
|
32394
|
+
}, string[]>>]>;
|
|
32464
32395
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
32465
32396
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
32466
32397
|
}, z.core.$strip>;
|
|
@@ -32635,9 +32566,9 @@ declare const getIntegrationCassaInCloudSyncTimetablesProcessDetailsResponseSche
|
|
|
32635
32566
|
}>;
|
|
32636
32567
|
createdAt: z.ZodString;
|
|
32637
32568
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32638
|
-
currentSteps: z.ZodArray<z.
|
|
32639
|
-
|
|
32640
|
-
}
|
|
32569
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
32570
|
+
[k: string]: number;
|
|
32571
|
+
}, string[]>>]>;
|
|
32641
32572
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
32642
32573
|
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
32574
|
}, z.core.$strip>;
|
|
@@ -32659,9 +32590,9 @@ declare class GetIntegrationCassaInCloudSyncTimetablesProcessDetails extends Abs
|
|
|
32659
32590
|
}>;
|
|
32660
32591
|
createdAt: z.ZodString;
|
|
32661
32592
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32662
|
-
currentSteps: z.ZodArray<z.
|
|
32663
|
-
|
|
32664
|
-
}
|
|
32593
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
32594
|
+
[k: string]: number;
|
|
32595
|
+
}, string[]>>]>;
|
|
32665
32596
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
32666
32597
|
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
32598
|
}, z.core.$strip>;
|
|
@@ -32722,9 +32653,9 @@ declare const getIntegrationCassaInCloudSyncTimetablesProcessesResponseSchema: z
|
|
|
32722
32653
|
}>;
|
|
32723
32654
|
createdAt: z.ZodString;
|
|
32724
32655
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32725
|
-
currentSteps: z.ZodArray<z.
|
|
32726
|
-
|
|
32727
|
-
}
|
|
32656
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
32657
|
+
[k: string]: number;
|
|
32658
|
+
}, string[]>>]>;
|
|
32728
32659
|
}, z.core.$strip>>;
|
|
32729
32660
|
pagination: z.ZodObject<{
|
|
32730
32661
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -32754,9 +32685,9 @@ declare class GetIntegrationCassaInCloudSyncTimetablesProcesses extends Abstract
|
|
|
32754
32685
|
}>;
|
|
32755
32686
|
createdAt: z.ZodString;
|
|
32756
32687
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32757
|
-
currentSteps: z.ZodArray<z.
|
|
32758
|
-
|
|
32759
|
-
}
|
|
32688
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
32689
|
+
[k: string]: number;
|
|
32690
|
+
}, string[]>>]>;
|
|
32760
32691
|
}, z.core.$strip>>;
|
|
32761
32692
|
pagination: z.ZodObject<{
|
|
32762
32693
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -32813,9 +32744,9 @@ declare class GetIntegrationCassaInCloudSyncTimetablesProcesses extends Abstract
|
|
|
32813
32744
|
}>;
|
|
32814
32745
|
createdAt: z.ZodString;
|
|
32815
32746
|
endAt: z.ZodNullable<z.ZodString>;
|
|
32816
|
-
currentSteps: z.ZodArray<z.
|
|
32817
|
-
|
|
32818
|
-
}
|
|
32747
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
32748
|
+
[k: string]: number;
|
|
32749
|
+
}, string[]>>]>;
|
|
32819
32750
|
}, z.core.$strip>;
|
|
32820
32751
|
readonly paginationDefaultEnabled = true;
|
|
32821
32752
|
private readonly integrationCassaInCloudId;
|
|
@@ -50969,10 +50900,9 @@ declare const getIntegrationTilbySyncFiscalMappingsProcessesResponseSchema: z.Zo
|
|
|
50969
50900
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
50970
50901
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
50971
50902
|
endAt: z.ZodNullable<z.ZodString>;
|
|
50972
|
-
currentSteps: z.ZodArray<z.
|
|
50973
|
-
|
|
50974
|
-
|
|
50975
|
-
}>>;
|
|
50903
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
50904
|
+
[k: string]: number;
|
|
50905
|
+
}, string[]>>]>;
|
|
50976
50906
|
}, z.core.$strip>>;
|
|
50977
50907
|
pagination: z.ZodObject<{
|
|
50978
50908
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -51003,10 +50933,9 @@ declare class GetIntegrationTilbySyncFiscalMappingsProcesses extends AbstractApi
|
|
|
51003
50933
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51004
50934
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51005
50935
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51006
|
-
currentSteps: z.ZodArray<z.
|
|
51007
|
-
|
|
51008
|
-
|
|
51009
|
-
}>>;
|
|
50936
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
50937
|
+
[k: string]: number;
|
|
50938
|
+
}, string[]>>]>;
|
|
51010
50939
|
}, z.core.$strip>>;
|
|
51011
50940
|
pagination: z.ZodObject<{
|
|
51012
50941
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -51065,10 +50994,9 @@ declare class GetIntegrationTilbySyncFiscalMappingsProcesses extends AbstractApi
|
|
|
51065
50994
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51066
50995
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51067
50996
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51068
|
-
currentSteps: z.ZodArray<z.
|
|
51069
|
-
|
|
51070
|
-
|
|
51071
|
-
}>>;
|
|
50997
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
50998
|
+
[k: string]: number;
|
|
50999
|
+
}, string[]>>]>;
|
|
51072
51000
|
}, z.core.$strip>;
|
|
51073
51001
|
readonly paginationDefaultEnabled = true;
|
|
51074
51002
|
private readonly integrationTilbyId;
|
|
@@ -51092,10 +51020,9 @@ declare const getIntegrationTilbySyncFiscalMappingsProcessDetailsResponseSchema:
|
|
|
51092
51020
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51093
51021
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51094
51022
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51095
|
-
currentSteps: z.ZodArray<z.
|
|
51096
|
-
|
|
51097
|
-
|
|
51098
|
-
}>>;
|
|
51023
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
51024
|
+
[k: string]: number;
|
|
51025
|
+
}, string[]>>]>;
|
|
51099
51026
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
51100
51027
|
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
51028
|
}, z.core.$strip>;
|
|
@@ -51118,10 +51045,9 @@ declare class GetIntegrationTilbySyncFiscalMappingsProcessDetails extends Abstra
|
|
|
51118
51045
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51119
51046
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51120
51047
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51121
|
-
currentSteps: z.ZodArray<z.
|
|
51122
|
-
|
|
51123
|
-
|
|
51124
|
-
}>>;
|
|
51048
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
51049
|
+
[k: string]: number;
|
|
51050
|
+
}, string[]>>]>;
|
|
51125
51051
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
51126
51052
|
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
51053
|
}, z.core.$strip>;
|
|
@@ -51334,9 +51260,9 @@ declare const getIntegrationTilbySyncCustomersProcessesResponseSchema: z.ZodObje
|
|
|
51334
51260
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51335
51261
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51336
51262
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51337
|
-
currentSteps: z.ZodArray<z.
|
|
51338
|
-
|
|
51339
|
-
}
|
|
51263
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
51264
|
+
[k: string]: number;
|
|
51265
|
+
}, string[]>>]>;
|
|
51340
51266
|
}, z.core.$strip>>;
|
|
51341
51267
|
pagination: z.ZodObject<{
|
|
51342
51268
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -51367,9 +51293,9 @@ declare class GetIntegrationTilbySyncCustomersProcesses extends AbstractApiReque
|
|
|
51367
51293
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51368
51294
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51369
51295
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51370
|
-
currentSteps: z.ZodArray<z.
|
|
51371
|
-
|
|
51372
|
-
}
|
|
51296
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
51297
|
+
[k: string]: number;
|
|
51298
|
+
}, string[]>>]>;
|
|
51373
51299
|
}, z.core.$strip>>;
|
|
51374
51300
|
pagination: z.ZodObject<{
|
|
51375
51301
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -51428,9 +51354,9 @@ declare class GetIntegrationTilbySyncCustomersProcesses extends AbstractApiReque
|
|
|
51428
51354
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51429
51355
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51430
51356
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51431
|
-
currentSteps: z.ZodArray<z.
|
|
51432
|
-
|
|
51433
|
-
}
|
|
51357
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
51358
|
+
[k: string]: number;
|
|
51359
|
+
}, string[]>>]>;
|
|
51434
51360
|
}, z.core.$strip>;
|
|
51435
51361
|
readonly paginationDefaultEnabled = true;
|
|
51436
51362
|
private readonly integrationTilbyId;
|
|
@@ -51454,9 +51380,9 @@ declare const getIntegrationTilbySyncCustomersProcessDetailsResponseSchema: z.Zo
|
|
|
51454
51380
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51455
51381
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51456
51382
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51457
|
-
currentSteps: z.ZodArray<z.
|
|
51458
|
-
|
|
51459
|
-
}
|
|
51383
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
51384
|
+
[k: string]: number;
|
|
51385
|
+
}, string[]>>]>;
|
|
51460
51386
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
51461
51387
|
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
51388
|
}, z.core.$strip>;
|
|
@@ -51479,9 +51405,9 @@ declare class GetIntegrationTilbySyncCustomersProcessDetails extends AbstractApi
|
|
|
51479
51405
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51480
51406
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51481
51407
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51482
|
-
currentSteps: z.ZodArray<z.
|
|
51483
|
-
|
|
51484
|
-
}
|
|
51408
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
51409
|
+
[k: string]: number;
|
|
51410
|
+
}, string[]>>]>;
|
|
51485
51411
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
51486
51412
|
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
51413
|
}, z.core.$strip>;
|
|
@@ -51685,11 +51611,9 @@ declare const getIntegrationTilbySyncMenuProcessesResponseSchema: z.ZodObject<{
|
|
|
51685
51611
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51686
51612
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51687
51613
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51688
|
-
currentSteps: z.ZodArray<z.
|
|
51689
|
-
|
|
51690
|
-
|
|
51691
|
-
components: "components";
|
|
51692
|
-
}>>;
|
|
51614
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
51615
|
+
[k: string]: number;
|
|
51616
|
+
}, string[]>>]>;
|
|
51693
51617
|
}, z.core.$strip>>;
|
|
51694
51618
|
pagination: z.ZodObject<{
|
|
51695
51619
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -51720,11 +51644,9 @@ declare class GetIntegrationTilbySyncMenuProcesses extends AbstractApiRequest<ty
|
|
|
51720
51644
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51721
51645
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51722
51646
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51723
|
-
currentSteps: z.ZodArray<z.
|
|
51724
|
-
|
|
51725
|
-
|
|
51726
|
-
components: "components";
|
|
51727
|
-
}>>;
|
|
51647
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
51648
|
+
[k: string]: number;
|
|
51649
|
+
}, string[]>>]>;
|
|
51728
51650
|
}, z.core.$strip>>;
|
|
51729
51651
|
pagination: z.ZodObject<{
|
|
51730
51652
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -51783,11 +51705,9 @@ declare class GetIntegrationTilbySyncMenuProcesses extends AbstractApiRequest<ty
|
|
|
51783
51705
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51784
51706
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51785
51707
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51786
|
-
currentSteps: z.ZodArray<z.
|
|
51787
|
-
|
|
51788
|
-
|
|
51789
|
-
components: "components";
|
|
51790
|
-
}>>;
|
|
51708
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
51709
|
+
[k: string]: number;
|
|
51710
|
+
}, string[]>>]>;
|
|
51791
51711
|
}, z.core.$strip>;
|
|
51792
51712
|
readonly paginationDefaultEnabled = true;
|
|
51793
51713
|
private readonly integrationTilbyId;
|
|
@@ -51811,11 +51731,9 @@ declare const getIntegrationTilbySyncMenuProcessDetailsResponseSchema: z.ZodObje
|
|
|
51811
51731
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51812
51732
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51813
51733
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51814
|
-
currentSteps: z.ZodArray<z.
|
|
51815
|
-
|
|
51816
|
-
|
|
51817
|
-
components: "components";
|
|
51818
|
-
}>>;
|
|
51734
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
51735
|
+
[k: string]: number;
|
|
51736
|
+
}, string[]>>]>;
|
|
51819
51737
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
51820
51738
|
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
51739
|
}, z.core.$strip>;
|
|
@@ -51838,11 +51756,9 @@ declare class GetIntegrationTilbySyncMenuProcessDetails extends AbstractApiReque
|
|
|
51838
51756
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
51839
51757
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
51840
51758
|
endAt: z.ZodNullable<z.ZodString>;
|
|
51841
|
-
currentSteps: z.ZodArray<z.
|
|
51842
|
-
|
|
51843
|
-
|
|
51844
|
-
components: "components";
|
|
51845
|
-
}>>;
|
|
51759
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
51760
|
+
[k: string]: number;
|
|
51761
|
+
}, string[]>>]>;
|
|
51846
51762
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
51847
51763
|
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
51764
|
}, z.core.$strip>;
|
|
@@ -52064,9 +51980,9 @@ declare const getIntegrationTilbySyncOrdersProcessesResponseSchema: z.ZodObject<
|
|
|
52064
51980
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
52065
51981
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
52066
51982
|
endAt: z.ZodNullable<z.ZodString>;
|
|
52067
|
-
currentSteps: z.ZodArray<z.
|
|
52068
|
-
|
|
52069
|
-
}
|
|
51983
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
51984
|
+
[k: string]: number;
|
|
51985
|
+
}, string[]>>]>;
|
|
52070
51986
|
}, z.core.$strip>>;
|
|
52071
51987
|
pagination: z.ZodObject<{
|
|
52072
51988
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -52097,9 +52013,9 @@ declare class GetIntegrationTilbySyncOrdersProcesses extends AbstractApiRequest<
|
|
|
52097
52013
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
52098
52014
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
52099
52015
|
endAt: z.ZodNullable<z.ZodString>;
|
|
52100
|
-
currentSteps: z.ZodArray<z.
|
|
52101
|
-
|
|
52102
|
-
}
|
|
52016
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
52017
|
+
[k: string]: number;
|
|
52018
|
+
}, string[]>>]>;
|
|
52103
52019
|
}, z.core.$strip>>;
|
|
52104
52020
|
pagination: z.ZodObject<{
|
|
52105
52021
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -52158,9 +52074,9 @@ declare class GetIntegrationTilbySyncOrdersProcesses extends AbstractApiRequest<
|
|
|
52158
52074
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
52159
52075
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
52160
52076
|
endAt: z.ZodNullable<z.ZodString>;
|
|
52161
|
-
currentSteps: z.ZodArray<z.
|
|
52162
|
-
|
|
52163
|
-
}
|
|
52077
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
52078
|
+
[k: string]: number;
|
|
52079
|
+
}, string[]>>]>;
|
|
52164
52080
|
}, z.core.$strip>;
|
|
52165
52081
|
readonly paginationDefaultEnabled = true;
|
|
52166
52082
|
private readonly integrationTilbyId;
|
|
@@ -52184,9 +52100,9 @@ declare const getIntegrationTilbySyncOrdersProcessDetailsResponseSchema: z.ZodOb
|
|
|
52184
52100
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
52185
52101
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
52186
52102
|
endAt: z.ZodNullable<z.ZodString>;
|
|
52187
|
-
currentSteps: z.ZodArray<z.
|
|
52188
|
-
|
|
52189
|
-
}
|
|
52103
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
52104
|
+
[k: string]: number;
|
|
52105
|
+
}, string[]>>]>;
|
|
52190
52106
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
52191
52107
|
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
52108
|
}, z.core.$strip>;
|
|
@@ -52209,9 +52125,9 @@ declare class GetIntegrationTilbySyncOrdersProcessDetails extends AbstractApiReq
|
|
|
52209
52125
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
52210
52126
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
52211
52127
|
endAt: z.ZodNullable<z.ZodString>;
|
|
52212
|
-
currentSteps: z.ZodArray<z.
|
|
52213
|
-
|
|
52214
|
-
}
|
|
52128
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
52129
|
+
[k: string]: number;
|
|
52130
|
+
}, string[]>>]>;
|
|
52215
52131
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
52216
52132
|
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
52133
|
}, z.core.$strip>;
|
|
@@ -52415,9 +52331,9 @@ declare const getIntegrationTilbySyncStockProcessesResponseSchema: z.ZodObject<{
|
|
|
52415
52331
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
52416
52332
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
52417
52333
|
endAt: z.ZodNullable<z.ZodString>;
|
|
52418
|
-
currentSteps: z.ZodArray<z.
|
|
52419
|
-
|
|
52420
|
-
}
|
|
52334
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
52335
|
+
[k: string]: number;
|
|
52336
|
+
}, string[]>>]>;
|
|
52421
52337
|
}, z.core.$strip>>;
|
|
52422
52338
|
pagination: z.ZodObject<{
|
|
52423
52339
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -52448,9 +52364,9 @@ declare class GetIntegrationTilbySyncStockProcesses extends AbstractApiRequest<t
|
|
|
52448
52364
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
52449
52365
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
52450
52366
|
endAt: z.ZodNullable<z.ZodString>;
|
|
52451
|
-
currentSteps: z.ZodArray<z.
|
|
52452
|
-
|
|
52453
|
-
}
|
|
52367
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
52368
|
+
[k: string]: number;
|
|
52369
|
+
}, string[]>>]>;
|
|
52454
52370
|
}, z.core.$strip>>;
|
|
52455
52371
|
pagination: z.ZodObject<{
|
|
52456
52372
|
from: z.ZodCoercedNumber<unknown>;
|
|
@@ -52509,9 +52425,9 @@ declare class GetIntegrationTilbySyncStockProcesses extends AbstractApiRequest<t
|
|
|
52509
52425
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
52510
52426
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
52511
52427
|
endAt: z.ZodNullable<z.ZodString>;
|
|
52512
|
-
currentSteps: z.ZodArray<z.
|
|
52513
|
-
|
|
52514
|
-
}
|
|
52428
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
52429
|
+
[k: string]: number;
|
|
52430
|
+
}, string[]>>]>;
|
|
52515
52431
|
}, z.core.$strip>;
|
|
52516
52432
|
readonly paginationDefaultEnabled = true;
|
|
52517
52433
|
private readonly integrationTilbyId;
|
|
@@ -52535,9 +52451,9 @@ declare const getIntegrationTilbySyncStockProcessDetailsResponseSchema: z.ZodObj
|
|
|
52535
52451
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
52536
52452
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
52537
52453
|
endAt: z.ZodNullable<z.ZodString>;
|
|
52538
|
-
currentSteps: z.ZodArray<z.
|
|
52539
|
-
|
|
52540
|
-
}
|
|
52454
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
52455
|
+
[k: string]: number;
|
|
52456
|
+
}, string[]>>]>;
|
|
52541
52457
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
52542
52458
|
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
52459
|
}, z.core.$strip>;
|
|
@@ -52560,9 +52476,9 @@ declare class GetIntegrationTilbySyncStockProcessDetails extends AbstractApiRequ
|
|
|
52560
52476
|
syncFromAt: z.ZodNullable<z.ZodString>;
|
|
52561
52477
|
syncCutoffAt: z.ZodNullable<z.ZodString>;
|
|
52562
52478
|
endAt: z.ZodNullable<z.ZodString>;
|
|
52563
|
-
currentSteps: z.ZodArray<z.
|
|
52564
|
-
|
|
52565
|
-
}
|
|
52479
|
+
currentSteps: z.ZodUnion<readonly [z.ZodRecord<z.ZodString, z.ZodCoercedNumber<unknown>>, z.ZodPipe<z.ZodArray<z.ZodString>, z.ZodTransform<{
|
|
52480
|
+
[k: string]: number;
|
|
52481
|
+
}, string[]>>]>;
|
|
52566
52482
|
integration: z.ZodType<_deliverart_sdk_js_global_types.IriObject<string>, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<string>, unknown>>;
|
|
52567
52483
|
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
52484
|
}, z.core.$strip>;
|