@deliverart/sdk-js-integration 2.9.4 → 2.10.0
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 -7
- package/dist/index.d.cts +290 -133
- package/dist/index.d.ts +290 -133
- package/dist/index.js +11 -7
- package/package.json +7 -7
package/dist/index.d.cts
CHANGED
|
@@ -966,10 +966,6 @@ declare const integrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
966
966
|
cassa_in_cloud: "cassa_in_cloud";
|
|
967
967
|
}>;
|
|
968
968
|
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
969
|
-
direction: z.ZodEnum<{
|
|
970
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
971
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
972
|
-
}>;
|
|
973
969
|
locale: z.ZodString;
|
|
974
970
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
975
971
|
syncSettings: z.ZodObject<{
|
|
@@ -981,6 +977,16 @@ declare const integrationSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
981
977
|
SKIP_ITEM: "SKIP_ITEM";
|
|
982
978
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
983
979
|
}>>;
|
|
980
|
+
syncExternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
981
|
+
syncInternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
982
|
+
syncExternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
983
|
+
syncInternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
984
|
+
syncExternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
985
|
+
syncInternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
986
|
+
syncExternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
987
|
+
syncInternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
988
|
+
syncExternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
989
|
+
syncInternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
984
990
|
}, z.core.$strip>;
|
|
985
991
|
syncTimes: z.ZodObject<{
|
|
986
992
|
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
@@ -1163,10 +1169,6 @@ declare const integrationDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
1163
1169
|
cassa_in_cloud: "cassa_in_cloud";
|
|
1164
1170
|
}>;
|
|
1165
1171
|
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
1166
|
-
direction: z.ZodEnum<{
|
|
1167
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
1168
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
1169
|
-
}>;
|
|
1170
1172
|
locale: z.ZodString;
|
|
1171
1173
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
1172
1174
|
syncSettings: z.ZodObject<{
|
|
@@ -1178,6 +1180,16 @@ declare const integrationDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
1178
1180
|
SKIP_ITEM: "SKIP_ITEM";
|
|
1179
1181
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
1180
1182
|
}>>;
|
|
1183
|
+
syncExternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
1184
|
+
syncInternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
1185
|
+
syncExternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
1186
|
+
syncInternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
1187
|
+
syncExternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
1188
|
+
syncInternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
1189
|
+
syncExternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
1190
|
+
syncInternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
1191
|
+
syncExternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
1192
|
+
syncInternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
1181
1193
|
}, z.core.$strip>;
|
|
1182
1194
|
syncTimes: z.ZodObject<{
|
|
1183
1195
|
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
@@ -6745,10 +6757,6 @@ declare const getIntegrationDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
6745
6757
|
cassa_in_cloud: "cassa_in_cloud";
|
|
6746
6758
|
}>;
|
|
6747
6759
|
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
6748
|
-
direction: z.ZodEnum<{
|
|
6749
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
6750
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
6751
|
-
}>;
|
|
6752
6760
|
locale: z.ZodString;
|
|
6753
6761
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
6754
6762
|
syncSettings: z.ZodObject<{
|
|
@@ -6760,6 +6768,16 @@ declare const getIntegrationDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
6760
6768
|
SKIP_ITEM: "SKIP_ITEM";
|
|
6761
6769
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
6762
6770
|
}>>;
|
|
6771
|
+
syncExternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
6772
|
+
syncInternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
6773
|
+
syncExternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
6774
|
+
syncInternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
6775
|
+
syncExternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
6776
|
+
syncInternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
6777
|
+
syncExternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
6778
|
+
syncInternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
6779
|
+
syncExternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
6780
|
+
syncInternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
6763
6781
|
}, z.core.$strip>;
|
|
6764
6782
|
syncTimes: z.ZodObject<{
|
|
6765
6783
|
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
@@ -6948,10 +6966,6 @@ declare class GetIntegrationDetails extends AbstractApiRequest<typeof getIntegra
|
|
|
6948
6966
|
cassa_in_cloud: "cassa_in_cloud";
|
|
6949
6967
|
}>;
|
|
6950
6968
|
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
6951
|
-
direction: z.ZodEnum<{
|
|
6952
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
6953
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
6954
|
-
}>;
|
|
6955
6969
|
locale: z.ZodString;
|
|
6956
6970
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
6957
6971
|
syncSettings: z.ZodObject<{
|
|
@@ -6963,6 +6977,16 @@ declare class GetIntegrationDetails extends AbstractApiRequest<typeof getIntegra
|
|
|
6963
6977
|
SKIP_ITEM: "SKIP_ITEM";
|
|
6964
6978
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
6965
6979
|
}>>;
|
|
6980
|
+
syncExternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
6981
|
+
syncInternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
6982
|
+
syncExternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
6983
|
+
syncInternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
6984
|
+
syncExternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
6985
|
+
syncInternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
6986
|
+
syncExternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
6987
|
+
syncInternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
6988
|
+
syncExternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
6989
|
+
syncInternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
6966
6990
|
}, z.core.$strip>;
|
|
6967
6991
|
syncTimes: z.ZodObject<{
|
|
6968
6992
|
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
@@ -7187,10 +7211,6 @@ declare const getIntegrationsResponseSchema: z.ZodObject<{
|
|
|
7187
7211
|
cassa_in_cloud: "cassa_in_cloud";
|
|
7188
7212
|
}>;
|
|
7189
7213
|
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
7190
|
-
direction: z.ZodEnum<{
|
|
7191
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
7192
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
7193
|
-
}>;
|
|
7194
7214
|
locale: z.ZodString;
|
|
7195
7215
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
7196
7216
|
syncSettings: z.ZodObject<{
|
|
@@ -7202,6 +7222,16 @@ declare const getIntegrationsResponseSchema: z.ZodObject<{
|
|
|
7202
7222
|
SKIP_ITEM: "SKIP_ITEM";
|
|
7203
7223
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
7204
7224
|
}>>;
|
|
7225
|
+
syncExternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
7226
|
+
syncInternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
7227
|
+
syncExternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
7228
|
+
syncInternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
7229
|
+
syncExternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
7230
|
+
syncInternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
7231
|
+
syncExternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
7232
|
+
syncInternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
7233
|
+
syncExternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
7234
|
+
syncInternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
7205
7235
|
}, z.core.$strip>;
|
|
7206
7236
|
syncTimes: z.ZodObject<{
|
|
7207
7237
|
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
@@ -7394,10 +7424,6 @@ declare class GetIntegrations extends AbstractApiRequest<typeof getIntegrationsI
|
|
|
7394
7424
|
cassa_in_cloud: "cassa_in_cloud";
|
|
7395
7425
|
}>;
|
|
7396
7426
|
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
7397
|
-
direction: z.ZodEnum<{
|
|
7398
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
7399
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
7400
|
-
}>;
|
|
7401
7427
|
locale: z.ZodString;
|
|
7402
7428
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
7403
7429
|
syncSettings: z.ZodObject<{
|
|
@@ -7409,6 +7435,16 @@ declare class GetIntegrations extends AbstractApiRequest<typeof getIntegrationsI
|
|
|
7409
7435
|
SKIP_ITEM: "SKIP_ITEM";
|
|
7410
7436
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
7411
7437
|
}>>;
|
|
7438
|
+
syncExternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
7439
|
+
syncInternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
7440
|
+
syncExternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
7441
|
+
syncInternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
7442
|
+
syncExternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
7443
|
+
syncInternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
7444
|
+
syncExternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
7445
|
+
syncInternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
7446
|
+
syncExternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
7447
|
+
syncInternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
7412
7448
|
}, z.core.$strip>;
|
|
7413
7449
|
syncTimes: z.ZodObject<{
|
|
7414
7450
|
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
@@ -7631,10 +7667,6 @@ declare class GetIntegrations extends AbstractApiRequest<typeof getIntegrationsI
|
|
|
7631
7667
|
cassa_in_cloud: "cassa_in_cloud";
|
|
7632
7668
|
}>;
|
|
7633
7669
|
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
7634
|
-
direction: z.ZodEnum<{
|
|
7635
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
7636
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
7637
|
-
}>;
|
|
7638
7670
|
locale: z.ZodString;
|
|
7639
7671
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
7640
7672
|
syncSettings: z.ZodObject<{
|
|
@@ -7646,6 +7678,16 @@ declare class GetIntegrations extends AbstractApiRequest<typeof getIntegrationsI
|
|
|
7646
7678
|
SKIP_ITEM: "SKIP_ITEM";
|
|
7647
7679
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
7648
7680
|
}>>;
|
|
7681
|
+
syncExternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
7682
|
+
syncInternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
7683
|
+
syncExternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
7684
|
+
syncInternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
7685
|
+
syncExternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
7686
|
+
syncInternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
7687
|
+
syncExternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
7688
|
+
syncInternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
7689
|
+
syncExternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
7690
|
+
syncInternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
7649
7691
|
}, z.core.$strip>;
|
|
7650
7692
|
syncTimes: z.ZodObject<{
|
|
7651
7693
|
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
@@ -7868,10 +7910,6 @@ declare const getIntegrationsFromPointOfSaleResponseSchema: z.ZodArray<z.ZodDisc
|
|
|
7868
7910
|
cassa_in_cloud: "cassa_in_cloud";
|
|
7869
7911
|
}>;
|
|
7870
7912
|
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
7871
|
-
direction: z.ZodEnum<{
|
|
7872
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
7873
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
7874
|
-
}>;
|
|
7875
7913
|
locale: z.ZodString;
|
|
7876
7914
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
7877
7915
|
syncSettings: z.ZodObject<{
|
|
@@ -7883,6 +7921,16 @@ declare const getIntegrationsFromPointOfSaleResponseSchema: z.ZodArray<z.ZodDisc
|
|
|
7883
7921
|
SKIP_ITEM: "SKIP_ITEM";
|
|
7884
7922
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
7885
7923
|
}>>;
|
|
7924
|
+
syncExternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
7925
|
+
syncInternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
7926
|
+
syncExternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
7927
|
+
syncInternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
7928
|
+
syncExternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
7929
|
+
syncInternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
7930
|
+
syncExternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
7931
|
+
syncInternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
7932
|
+
syncExternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
7933
|
+
syncInternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
7886
7934
|
}, z.core.$strip>;
|
|
7887
7935
|
syncTimes: z.ZodObject<{
|
|
7888
7936
|
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
@@ -8065,10 +8113,6 @@ declare class GetIntegrationsFromPointOfSale extends AbstractApiRequest<typeof g
|
|
|
8065
8113
|
cassa_in_cloud: "cassa_in_cloud";
|
|
8066
8114
|
}>;
|
|
8067
8115
|
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
8068
|
-
direction: z.ZodEnum<{
|
|
8069
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
8070
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
8071
|
-
}>;
|
|
8072
8116
|
locale: z.ZodString;
|
|
8073
8117
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
8074
8118
|
syncSettings: z.ZodObject<{
|
|
@@ -8080,6 +8124,16 @@ declare class GetIntegrationsFromPointOfSale extends AbstractApiRequest<typeof g
|
|
|
8080
8124
|
SKIP_ITEM: "SKIP_ITEM";
|
|
8081
8125
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
8082
8126
|
}>>;
|
|
8127
|
+
syncExternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
8128
|
+
syncInternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
8129
|
+
syncExternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
8130
|
+
syncInternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
8131
|
+
syncExternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
8132
|
+
syncInternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
8133
|
+
syncExternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
8134
|
+
syncInternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
8135
|
+
syncExternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
8136
|
+
syncInternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
8083
8137
|
}, z.core.$strip>;
|
|
8084
8138
|
syncTimes: z.ZodObject<{
|
|
8085
8139
|
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
@@ -8293,10 +8347,6 @@ declare class GetIntegrationsFromPointOfSale extends AbstractApiRequest<typeof g
|
|
|
8293
8347
|
cassa_in_cloud: "cassa_in_cloud";
|
|
8294
8348
|
}>;
|
|
8295
8349
|
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
8296
|
-
direction: z.ZodEnum<{
|
|
8297
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
8298
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
8299
|
-
}>;
|
|
8300
8350
|
locale: z.ZodString;
|
|
8301
8351
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
8302
8352
|
syncSettings: z.ZodObject<{
|
|
@@ -8308,6 +8358,16 @@ declare class GetIntegrationsFromPointOfSale extends AbstractApiRequest<typeof g
|
|
|
8308
8358
|
SKIP_ITEM: "SKIP_ITEM";
|
|
8309
8359
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
8310
8360
|
}>>;
|
|
8361
|
+
syncExternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
8362
|
+
syncInternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
8363
|
+
syncExternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
8364
|
+
syncInternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
8365
|
+
syncExternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
8366
|
+
syncInternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
8367
|
+
syncExternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
8368
|
+
syncInternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
8369
|
+
syncExternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
8370
|
+
syncInternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
8311
8371
|
}, z.core.$strip>;
|
|
8312
8372
|
syncTimes: z.ZodObject<{
|
|
8313
8373
|
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
@@ -8338,6 +8398,16 @@ declare const integrationCassaInCloudSyncSettingsSchema: z.ZodObject<{
|
|
|
8338
8398
|
SKIP_ITEM: "SKIP_ITEM";
|
|
8339
8399
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
8340
8400
|
}>>;
|
|
8401
|
+
syncExternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
8402
|
+
syncInternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
8403
|
+
syncExternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
8404
|
+
syncInternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
8405
|
+
syncExternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
8406
|
+
syncInternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
8407
|
+
syncExternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
8408
|
+
syncInternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
8409
|
+
syncExternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
8410
|
+
syncInternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
8341
8411
|
}, z.core.$strip>;
|
|
8342
8412
|
type IntegrationCassaInCloudSyncSettings = z.infer<typeof integrationCassaInCloudSyncSettingsSchema>;
|
|
8343
8413
|
declare const integrationCassaInCloudSyncTimesSchema: z.ZodObject<{
|
|
@@ -8366,10 +8436,6 @@ declare const integrationCassaInCloudSchema: z.ZodObject<{
|
|
|
8366
8436
|
cassa_in_cloud: "cassa_in_cloud";
|
|
8367
8437
|
}>;
|
|
8368
8438
|
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
8369
|
-
direction: z.ZodEnum<{
|
|
8370
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
8371
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
8372
|
-
}>;
|
|
8373
8439
|
locale: z.ZodString;
|
|
8374
8440
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
8375
8441
|
syncSettings: z.ZodObject<{
|
|
@@ -8381,6 +8447,16 @@ declare const integrationCassaInCloudSchema: z.ZodObject<{
|
|
|
8381
8447
|
SKIP_ITEM: "SKIP_ITEM";
|
|
8382
8448
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
8383
8449
|
}>>;
|
|
8450
|
+
syncExternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
8451
|
+
syncInternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
8452
|
+
syncExternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
8453
|
+
syncInternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
8454
|
+
syncExternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
8455
|
+
syncInternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
8456
|
+
syncExternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
8457
|
+
syncInternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
8458
|
+
syncExternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
8459
|
+
syncInternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
8384
8460
|
}, z.core.$strip>;
|
|
8385
8461
|
syncTimes: z.ZodObject<{
|
|
8386
8462
|
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
@@ -8417,10 +8493,6 @@ declare const integrationCassaInCloudDetailsSchema: z.ZodObject<{
|
|
|
8417
8493
|
cassa_in_cloud: "cassa_in_cloud";
|
|
8418
8494
|
}>;
|
|
8419
8495
|
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
8420
|
-
direction: z.ZodEnum<{
|
|
8421
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
8422
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
8423
|
-
}>;
|
|
8424
8496
|
locale: z.ZodString;
|
|
8425
8497
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
8426
8498
|
syncSettings: z.ZodObject<{
|
|
@@ -8432,6 +8504,16 @@ declare const integrationCassaInCloudDetailsSchema: z.ZodObject<{
|
|
|
8432
8504
|
SKIP_ITEM: "SKIP_ITEM";
|
|
8433
8505
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
8434
8506
|
}>>;
|
|
8507
|
+
syncExternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
8508
|
+
syncInternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
8509
|
+
syncExternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
8510
|
+
syncInternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
8511
|
+
syncExternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
8512
|
+
syncInternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
8513
|
+
syncExternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
8514
|
+
syncInternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
8515
|
+
syncExternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
8516
|
+
syncInternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
8435
8517
|
}, z.core.$strip>;
|
|
8436
8518
|
syncTimes: z.ZodObject<{
|
|
8437
8519
|
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
@@ -8462,13 +8544,6 @@ declare const integrationsCassaInCloudQuerySchema: z.ZodObject<{
|
|
|
8462
8544
|
}>>;
|
|
8463
8545
|
apiKey: z.ZodOptional<z.ZodUnion<readonly [z.ZodOptional<z.ZodString>, z.ZodArray<z.ZodString>]>>;
|
|
8464
8546
|
idSalesPoint: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
8465
|
-
direction: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
8466
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
8467
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
8468
|
-
}>, z.ZodArray<z.ZodEnum<{
|
|
8469
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
8470
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
8471
|
-
}>>]>>;
|
|
8472
8547
|
status: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
8473
8548
|
pending: "pending";
|
|
8474
8549
|
active: "active";
|
|
@@ -8501,10 +8576,6 @@ declare const integrationsCassaInCloudQuerySchema: z.ZodObject<{
|
|
|
8501
8576
|
}, z.core.$strip>;
|
|
8502
8577
|
type IntegrationsCassaInCloudQueryParams = z.infer<typeof integrationsCassaInCloudQuerySchema>;
|
|
8503
8578
|
declare const integrationCassaInCloudEditableFieldsSchema: z.ZodObject<{
|
|
8504
|
-
direction: z.ZodEnum<{
|
|
8505
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
8506
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
8507
|
-
}>;
|
|
8508
8579
|
apiKey: z.ZodString;
|
|
8509
8580
|
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
8510
8581
|
locale: z.ZodString;
|
|
@@ -8521,6 +8592,16 @@ declare const integrationCassaInCloudEditableFieldsSchema: z.ZodObject<{
|
|
|
8521
8592
|
SKIP_ITEM: "SKIP_ITEM";
|
|
8522
8593
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
8523
8594
|
}>>;
|
|
8595
|
+
syncExternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
8596
|
+
syncInternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
8597
|
+
syncExternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
8598
|
+
syncInternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
8599
|
+
syncExternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
8600
|
+
syncInternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
8601
|
+
syncExternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
8602
|
+
syncInternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
8603
|
+
syncExternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
8604
|
+
syncInternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
8524
8605
|
}, z.core.$strip>;
|
|
8525
8606
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
8526
8607
|
RISTO: "RISTO";
|
|
@@ -9587,10 +9668,6 @@ declare const integrationKitchenAccessTokensQuerySchema: z.ZodObject<{
|
|
|
9587
9668
|
type IntegrationKitchenAccessTokensQueryParams = z.infer<typeof integrationKitchenAccessTokensQuerySchema>;
|
|
9588
9669
|
|
|
9589
9670
|
declare const createIntegrationCassaInCloudInputSchema: z.ZodObject<{
|
|
9590
|
-
direction: z.ZodEnum<{
|
|
9591
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
9592
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
9593
|
-
}>;
|
|
9594
9671
|
apiKey: z.ZodString;
|
|
9595
9672
|
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
9596
9673
|
locale: z.ZodString;
|
|
@@ -9607,6 +9684,16 @@ declare const createIntegrationCassaInCloudInputSchema: z.ZodObject<{
|
|
|
9607
9684
|
SKIP_ITEM: "SKIP_ITEM";
|
|
9608
9685
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
9609
9686
|
}>>;
|
|
9687
|
+
syncExternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
9688
|
+
syncInternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
9689
|
+
syncExternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
9690
|
+
syncInternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
9691
|
+
syncExternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
9692
|
+
syncInternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
9693
|
+
syncExternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
9694
|
+
syncInternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
9695
|
+
syncExternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
9696
|
+
syncInternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
9610
9697
|
}, z.core.$strip>;
|
|
9611
9698
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
9612
9699
|
RISTO: "RISTO";
|
|
@@ -9641,10 +9728,6 @@ declare const createIntegrationCassaInCloudResponseSchema: z.ZodObject<{
|
|
|
9641
9728
|
cassa_in_cloud: "cassa_in_cloud";
|
|
9642
9729
|
}>;
|
|
9643
9730
|
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
9644
|
-
direction: z.ZodEnum<{
|
|
9645
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
9646
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
9647
|
-
}>;
|
|
9648
9731
|
locale: z.ZodString;
|
|
9649
9732
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
9650
9733
|
syncSettings: z.ZodObject<{
|
|
@@ -9656,6 +9739,16 @@ declare const createIntegrationCassaInCloudResponseSchema: z.ZodObject<{
|
|
|
9656
9739
|
SKIP_ITEM: "SKIP_ITEM";
|
|
9657
9740
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
9658
9741
|
}>>;
|
|
9742
|
+
syncExternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
9743
|
+
syncInternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
9744
|
+
syncExternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
9745
|
+
syncInternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
9746
|
+
syncExternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
9747
|
+
syncInternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
9748
|
+
syncExternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
9749
|
+
syncInternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
9750
|
+
syncExternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
9751
|
+
syncInternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
9659
9752
|
}, z.core.$strip>;
|
|
9660
9753
|
syncTimes: z.ZodObject<{
|
|
9661
9754
|
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
@@ -9676,10 +9769,6 @@ declare class CreateIntegrationCassaInCloud extends AbstractApiRequest<typeof cr
|
|
|
9676
9769
|
readonly contentType = "application/json";
|
|
9677
9770
|
readonly accept = "application/json";
|
|
9678
9771
|
readonly inputSchema: z.ZodObject<{
|
|
9679
|
-
direction: z.ZodEnum<{
|
|
9680
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
9681
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
9682
|
-
}>;
|
|
9683
9772
|
apiKey: z.ZodString;
|
|
9684
9773
|
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
9685
9774
|
locale: z.ZodString;
|
|
@@ -9696,6 +9785,16 @@ declare class CreateIntegrationCassaInCloud extends AbstractApiRequest<typeof cr
|
|
|
9696
9785
|
SKIP_ITEM: "SKIP_ITEM";
|
|
9697
9786
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
9698
9787
|
}>>;
|
|
9788
|
+
syncExternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
9789
|
+
syncInternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
9790
|
+
syncExternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
9791
|
+
syncInternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
9792
|
+
syncExternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
9793
|
+
syncInternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
9794
|
+
syncExternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
9795
|
+
syncInternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
9796
|
+
syncExternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
9797
|
+
syncInternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
9699
9798
|
}, z.core.$strip>;
|
|
9700
9799
|
productChannels: z.ZodArray<z.ZodEnum<{
|
|
9701
9800
|
RISTO: "RISTO";
|
|
@@ -9729,10 +9828,6 @@ declare class CreateIntegrationCassaInCloud extends AbstractApiRequest<typeof cr
|
|
|
9729
9828
|
cassa_in_cloud: "cassa_in_cloud";
|
|
9730
9829
|
}>;
|
|
9731
9830
|
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
9732
|
-
direction: z.ZodEnum<{
|
|
9733
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
9734
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
9735
|
-
}>;
|
|
9736
9831
|
locale: z.ZodString;
|
|
9737
9832
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
9738
9833
|
syncSettings: z.ZodObject<{
|
|
@@ -9744,6 +9839,16 @@ declare class CreateIntegrationCassaInCloud extends AbstractApiRequest<typeof cr
|
|
|
9744
9839
|
SKIP_ITEM: "SKIP_ITEM";
|
|
9745
9840
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
9746
9841
|
}>>;
|
|
9842
|
+
syncExternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
9843
|
+
syncInternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
9844
|
+
syncExternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
9845
|
+
syncInternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
9846
|
+
syncExternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
9847
|
+
syncInternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
9848
|
+
syncExternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
9849
|
+
syncInternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
9850
|
+
syncExternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
9851
|
+
syncInternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
9747
9852
|
}, z.core.$strip>;
|
|
9748
9853
|
syncTimes: z.ZodObject<{
|
|
9749
9854
|
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
@@ -10127,10 +10232,6 @@ declare const getIntegrationCassaInCloudDetailsResponseSchema: z.ZodObject<{
|
|
|
10127
10232
|
cassa_in_cloud: "cassa_in_cloud";
|
|
10128
10233
|
}>;
|
|
10129
10234
|
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
10130
|
-
direction: z.ZodEnum<{
|
|
10131
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
10132
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
10133
|
-
}>;
|
|
10134
10235
|
locale: z.ZodString;
|
|
10135
10236
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
10136
10237
|
syncSettings: z.ZodObject<{
|
|
@@ -10142,6 +10243,16 @@ declare const getIntegrationCassaInCloudDetailsResponseSchema: z.ZodObject<{
|
|
|
10142
10243
|
SKIP_ITEM: "SKIP_ITEM";
|
|
10143
10244
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
10144
10245
|
}>>;
|
|
10246
|
+
syncExternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
10247
|
+
syncInternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
10248
|
+
syncExternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
10249
|
+
syncInternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
10250
|
+
syncExternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
10251
|
+
syncInternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
10252
|
+
syncExternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
10253
|
+
syncInternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
10254
|
+
syncExternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
10255
|
+
syncInternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
10145
10256
|
}, z.core.$strip>;
|
|
10146
10257
|
syncTimes: z.ZodObject<{
|
|
10147
10258
|
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
@@ -10184,10 +10295,6 @@ declare class GetIntegrationCassaInCloudDetails extends AbstractApiRequest<typeo
|
|
|
10184
10295
|
cassa_in_cloud: "cassa_in_cloud";
|
|
10185
10296
|
}>;
|
|
10186
10297
|
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
10187
|
-
direction: z.ZodEnum<{
|
|
10188
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
10189
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
10190
|
-
}>;
|
|
10191
10298
|
locale: z.ZodString;
|
|
10192
10299
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
10193
10300
|
syncSettings: z.ZodObject<{
|
|
@@ -10199,6 +10306,16 @@ declare class GetIntegrationCassaInCloudDetails extends AbstractApiRequest<typeo
|
|
|
10199
10306
|
SKIP_ITEM: "SKIP_ITEM";
|
|
10200
10307
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
10201
10308
|
}>>;
|
|
10309
|
+
syncExternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
10310
|
+
syncInternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
10311
|
+
syncExternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
10312
|
+
syncInternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
10313
|
+
syncExternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
10314
|
+
syncInternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
10315
|
+
syncExternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
10316
|
+
syncInternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
10317
|
+
syncExternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
10318
|
+
syncInternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
10202
10319
|
}, z.core.$strip>;
|
|
10203
10320
|
syncTimes: z.ZodObject<{
|
|
10204
10321
|
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
@@ -10221,13 +10338,6 @@ declare class GetIntegrationCassaInCloudDetails extends AbstractApiRequest<typeo
|
|
|
10221
10338
|
}
|
|
10222
10339
|
|
|
10223
10340
|
declare const getIntegrationCassaInCloudListQuerySchema: z.ZodObject<{
|
|
10224
|
-
direction: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
10225
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
10226
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
10227
|
-
}>, z.ZodArray<z.ZodEnum<{
|
|
10228
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
10229
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
10230
|
-
}>>]>>;
|
|
10231
10341
|
apiKey: z.ZodOptional<z.ZodUnion<readonly [z.ZodOptional<z.ZodString>, z.ZodArray<z.ZodString>]>>;
|
|
10232
10342
|
idSalesPoint: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
10233
10343
|
status: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -10295,10 +10405,6 @@ declare const getIntegrationCassaInCloudListResponseSchema: z.ZodObject<{
|
|
|
10295
10405
|
cassa_in_cloud: "cassa_in_cloud";
|
|
10296
10406
|
}>;
|
|
10297
10407
|
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
10298
|
-
direction: z.ZodEnum<{
|
|
10299
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
10300
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
10301
|
-
}>;
|
|
10302
10408
|
locale: z.ZodString;
|
|
10303
10409
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
10304
10410
|
syncSettings: z.ZodObject<{
|
|
@@ -10310,6 +10416,16 @@ declare const getIntegrationCassaInCloudListResponseSchema: z.ZodObject<{
|
|
|
10310
10416
|
SKIP_ITEM: "SKIP_ITEM";
|
|
10311
10417
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
10312
10418
|
}>>;
|
|
10419
|
+
syncExternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
10420
|
+
syncInternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
10421
|
+
syncExternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
10422
|
+
syncInternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
10423
|
+
syncExternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
10424
|
+
syncInternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
10425
|
+
syncExternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
10426
|
+
syncInternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
10427
|
+
syncExternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
10428
|
+
syncInternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
10313
10429
|
}, z.core.$strip>;
|
|
10314
10430
|
syncTimes: z.ZodObject<{
|
|
10315
10431
|
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
@@ -10361,10 +10477,6 @@ declare class GetIntegrationCassaInCloudList extends AbstractApiRequest<typeof g
|
|
|
10361
10477
|
cassa_in_cloud: "cassa_in_cloud";
|
|
10362
10478
|
}>;
|
|
10363
10479
|
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
10364
|
-
direction: z.ZodEnum<{
|
|
10365
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
10366
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
10367
|
-
}>;
|
|
10368
10480
|
locale: z.ZodString;
|
|
10369
10481
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
10370
10482
|
syncSettings: z.ZodObject<{
|
|
@@ -10376,6 +10488,16 @@ declare class GetIntegrationCassaInCloudList extends AbstractApiRequest<typeof g
|
|
|
10376
10488
|
SKIP_ITEM: "SKIP_ITEM";
|
|
10377
10489
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
10378
10490
|
}>>;
|
|
10491
|
+
syncExternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
10492
|
+
syncInternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
10493
|
+
syncExternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
10494
|
+
syncInternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
10495
|
+
syncExternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
10496
|
+
syncInternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
10497
|
+
syncExternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
10498
|
+
syncInternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
10499
|
+
syncExternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
10500
|
+
syncInternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
10379
10501
|
}, z.core.$strip>;
|
|
10380
10502
|
syncTimes: z.ZodObject<{
|
|
10381
10503
|
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
@@ -10399,13 +10521,6 @@ declare class GetIntegrationCassaInCloudList extends AbstractApiRequest<typeof g
|
|
|
10399
10521
|
}, z.core.$strip>;
|
|
10400
10522
|
}, z.core.$strip>;
|
|
10401
10523
|
readonly querySchema: z.ZodObject<{
|
|
10402
|
-
direction: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
10403
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
10404
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
10405
|
-
}>, z.ZodArray<z.ZodEnum<{
|
|
10406
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
10407
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
10408
|
-
}>>]>>;
|
|
10409
10524
|
apiKey: z.ZodOptional<z.ZodUnion<readonly [z.ZodOptional<z.ZodString>, z.ZodArray<z.ZodString>]>>;
|
|
10410
10525
|
idSalesPoint: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
10411
10526
|
status: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -10470,10 +10585,6 @@ declare class GetIntegrationCassaInCloudList extends AbstractApiRequest<typeof g
|
|
|
10470
10585
|
cassa_in_cloud: "cassa_in_cloud";
|
|
10471
10586
|
}>;
|
|
10472
10587
|
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
10473
|
-
direction: z.ZodEnum<{
|
|
10474
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
10475
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
10476
|
-
}>;
|
|
10477
10588
|
locale: z.ZodString;
|
|
10478
10589
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
10479
10590
|
syncSettings: z.ZodObject<{
|
|
@@ -10485,6 +10596,16 @@ declare class GetIntegrationCassaInCloudList extends AbstractApiRequest<typeof g
|
|
|
10485
10596
|
SKIP_ITEM: "SKIP_ITEM";
|
|
10486
10597
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
10487
10598
|
}>>;
|
|
10599
|
+
syncExternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
10600
|
+
syncInternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
10601
|
+
syncExternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
10602
|
+
syncInternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
10603
|
+
syncExternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
10604
|
+
syncInternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
10605
|
+
syncExternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
10606
|
+
syncInternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
10607
|
+
syncExternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
10608
|
+
syncInternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
10488
10609
|
}, z.core.$strip>;
|
|
10489
10610
|
syncTimes: z.ZodObject<{
|
|
10490
10611
|
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
@@ -10966,10 +11087,6 @@ declare class IntegrationCassaInCloudSyncTimetables extends AbstractApiRequest<t
|
|
|
10966
11087
|
}
|
|
10967
11088
|
|
|
10968
11089
|
declare const updateIntegrationCassaInCloudInputSchema: z.ZodObject<{
|
|
10969
|
-
direction: z.ZodOptional<z.ZodEnum<{
|
|
10970
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
10971
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
10972
|
-
}>>;
|
|
10973
11090
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
10974
11091
|
idSalesPoint: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
10975
11092
|
locale: z.ZodOptional<z.ZodString>;
|
|
@@ -10986,6 +11103,16 @@ declare const updateIntegrationCassaInCloudInputSchema: z.ZodObject<{
|
|
|
10986
11103
|
SKIP_ITEM: "SKIP_ITEM";
|
|
10987
11104
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
10988
11105
|
}>>;
|
|
11106
|
+
syncExternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
11107
|
+
syncInternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
11108
|
+
syncExternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
11109
|
+
syncInternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
11110
|
+
syncExternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
11111
|
+
syncInternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
11112
|
+
syncExternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
11113
|
+
syncInternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
11114
|
+
syncExternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
11115
|
+
syncInternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
10989
11116
|
}, z.core.$strip>>;
|
|
10990
11117
|
productChannels: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
10991
11118
|
RISTO: "RISTO";
|
|
@@ -11019,10 +11146,6 @@ declare const updateIntegrationCassaInCloudResponseSchema: z.ZodObject<{
|
|
|
11019
11146
|
cassa_in_cloud: "cassa_in_cloud";
|
|
11020
11147
|
}>;
|
|
11021
11148
|
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
11022
|
-
direction: z.ZodEnum<{
|
|
11023
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
11024
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
11025
|
-
}>;
|
|
11026
11149
|
locale: z.ZodString;
|
|
11027
11150
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
11028
11151
|
syncSettings: z.ZodObject<{
|
|
@@ -11034,6 +11157,16 @@ declare const updateIntegrationCassaInCloudResponseSchema: z.ZodObject<{
|
|
|
11034
11157
|
SKIP_ITEM: "SKIP_ITEM";
|
|
11035
11158
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
11036
11159
|
}>>;
|
|
11160
|
+
syncExternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
11161
|
+
syncInternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
11162
|
+
syncExternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
11163
|
+
syncInternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
11164
|
+
syncExternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
11165
|
+
syncInternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
11166
|
+
syncExternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
11167
|
+
syncInternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
11168
|
+
syncExternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
11169
|
+
syncInternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
11037
11170
|
}, z.core.$strip>;
|
|
11038
11171
|
syncTimes: z.ZodObject<{
|
|
11039
11172
|
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
@@ -11054,10 +11187,6 @@ declare class UpdateIntegrationCassaInCloud extends AbstractApiRequest<typeof up
|
|
|
11054
11187
|
readonly contentType = "application/merge-patch+json";
|
|
11055
11188
|
readonly accept = "application/json";
|
|
11056
11189
|
readonly inputSchema: z.ZodObject<{
|
|
11057
|
-
direction: z.ZodOptional<z.ZodEnum<{
|
|
11058
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
11059
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
11060
|
-
}>>;
|
|
11061
11190
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
11062
11191
|
idSalesPoint: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
11063
11192
|
locale: z.ZodOptional<z.ZodString>;
|
|
@@ -11074,6 +11203,16 @@ declare class UpdateIntegrationCassaInCloud extends AbstractApiRequest<typeof up
|
|
|
11074
11203
|
SKIP_ITEM: "SKIP_ITEM";
|
|
11075
11204
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
11076
11205
|
}>>;
|
|
11206
|
+
syncExternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
11207
|
+
syncInternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
11208
|
+
syncExternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
11209
|
+
syncInternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
11210
|
+
syncExternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
11211
|
+
syncInternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
11212
|
+
syncExternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
11213
|
+
syncInternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
11214
|
+
syncExternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
11215
|
+
syncInternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
11077
11216
|
}, z.core.$strip>>;
|
|
11078
11217
|
productChannels: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
11079
11218
|
RISTO: "RISTO";
|
|
@@ -11106,10 +11245,6 @@ declare class UpdateIntegrationCassaInCloud extends AbstractApiRequest<typeof up
|
|
|
11106
11245
|
cassa_in_cloud: "cassa_in_cloud";
|
|
11107
11246
|
}>;
|
|
11108
11247
|
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
11109
|
-
direction: z.ZodEnum<{
|
|
11110
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
11111
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
11112
|
-
}>;
|
|
11113
11248
|
locale: z.ZodString;
|
|
11114
11249
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
11115
11250
|
syncSettings: z.ZodObject<{
|
|
@@ -11121,6 +11256,16 @@ declare class UpdateIntegrationCassaInCloud extends AbstractApiRequest<typeof up
|
|
|
11121
11256
|
SKIP_ITEM: "SKIP_ITEM";
|
|
11122
11257
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
11123
11258
|
}>>;
|
|
11259
|
+
syncExternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
11260
|
+
syncInternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
11261
|
+
syncExternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
11262
|
+
syncInternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
11263
|
+
syncExternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
11264
|
+
syncInternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
11265
|
+
syncExternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
11266
|
+
syncInternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
11267
|
+
syncExternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
11268
|
+
syncInternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
11124
11269
|
}, z.core.$strip>;
|
|
11125
11270
|
syncTimes: z.ZodObject<{
|
|
11126
11271
|
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
@@ -15964,10 +16109,6 @@ declare const updateIntegrationResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObj
|
|
|
15964
16109
|
cassa_in_cloud: "cassa_in_cloud";
|
|
15965
16110
|
}>;
|
|
15966
16111
|
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
15967
|
-
direction: z.ZodEnum<{
|
|
15968
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
15969
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
15970
|
-
}>;
|
|
15971
16112
|
locale: z.ZodString;
|
|
15972
16113
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
15973
16114
|
syncSettings: z.ZodObject<{
|
|
@@ -15979,6 +16120,16 @@ declare const updateIntegrationResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObj
|
|
|
15979
16120
|
SKIP_ITEM: "SKIP_ITEM";
|
|
15980
16121
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
15981
16122
|
}>>;
|
|
16123
|
+
syncExternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
16124
|
+
syncInternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
16125
|
+
syncExternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
16126
|
+
syncInternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
16127
|
+
syncExternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
16128
|
+
syncInternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
16129
|
+
syncExternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
16130
|
+
syncInternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
16131
|
+
syncExternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
16132
|
+
syncInternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
15982
16133
|
}, z.core.$strip>;
|
|
15983
16134
|
syncTimes: z.ZodObject<{
|
|
15984
16135
|
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|
|
@@ -16177,10 +16328,6 @@ declare class UpdateIntegration extends AbstractApiRequest<typeof updateIntegrat
|
|
|
16177
16328
|
cassa_in_cloud: "cassa_in_cloud";
|
|
16178
16329
|
}>;
|
|
16179
16330
|
idSalesPoint: z.ZodCoercedNumber<unknown>;
|
|
16180
|
-
direction: z.ZodEnum<{
|
|
16181
|
-
EXTERNAL_TO_INTERNAL: "EXTERNAL_TO_INTERNAL";
|
|
16182
|
-
INTERNAL_TO_EXTERNAL: "INTERNAL_TO_EXTERNAL";
|
|
16183
|
-
}>;
|
|
16184
16331
|
locale: z.ZodString;
|
|
16185
16332
|
defaultCustomerId: z.ZodNullable<z.ZodString>;
|
|
16186
16333
|
syncSettings: z.ZodObject<{
|
|
@@ -16192,6 +16339,16 @@ declare class UpdateIntegration extends AbstractApiRequest<typeof updateIntegrat
|
|
|
16192
16339
|
SKIP_ITEM: "SKIP_ITEM";
|
|
16193
16340
|
CANCEL_PRODUCT: "CANCEL_PRODUCT";
|
|
16194
16341
|
}>>;
|
|
16342
|
+
syncExternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
16343
|
+
syncInternalMenu: z.ZodDefault<z.ZodBoolean>;
|
|
16344
|
+
syncExternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
16345
|
+
syncInternalCustomers: z.ZodDefault<z.ZodBoolean>;
|
|
16346
|
+
syncExternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
16347
|
+
syncInternalSalesModes: z.ZodDefault<z.ZodBoolean>;
|
|
16348
|
+
syncExternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
16349
|
+
syncInternalTimetables: z.ZodDefault<z.ZodBoolean>;
|
|
16350
|
+
syncExternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
16351
|
+
syncInternalOrders: z.ZodDefault<z.ZodBoolean>;
|
|
16195
16352
|
}, z.core.$strip>;
|
|
16196
16353
|
syncTimes: z.ZodObject<{
|
|
16197
16354
|
latestMenuSyncAt: z.ZodNullable<z.ZodString>;
|