@deliverart/sdk-js-integration 2.9.0 → 2.9.2
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 +3 -3
- package/dist/index.d.cts +14 -0
- package/dist/index.d.ts +14 -0
- package/dist/index.js +3 -3
- package/package.json +7 -7
package/dist/index.cjs
CHANGED
|
@@ -14878,9 +14878,9 @@ var integrationGlovoSchema = integrationBaseSchema.omit({ service: true, errors:
|
|
|
14878
14878
|
pendingMenuChanges: external_exports.boolean(),
|
|
14879
14879
|
service: integrationServiceSchema.extract(["glovo"])
|
|
14880
14880
|
});
|
|
14881
|
-
var integrationGlovoDetailsSchema = integrationGlovoSchema.extend(
|
|
14882
|
-
|
|
14883
|
-
);
|
|
14881
|
+
var integrationGlovoDetailsSchema = integrationGlovoSchema.extend({
|
|
14882
|
+
dailyMenuUpdatesLeft: external_exports.number()
|
|
14883
|
+
}).extend(integrationDetailsFieldsSchema.shape);
|
|
14884
14884
|
var integrationGlovoEditableFieldsSchema = integrationGlovoSchema.pick({
|
|
14885
14885
|
name: true,
|
|
14886
14886
|
storeId: true,
|
package/dist/index.d.cts
CHANGED
|
@@ -1137,6 +1137,7 @@ declare const integrationDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
1137
1137
|
service: z.ZodEnum<{
|
|
1138
1138
|
glovo: "glovo";
|
|
1139
1139
|
}>;
|
|
1140
|
+
dailyMenuUpdatesLeft: z.ZodNumber;
|
|
1140
1141
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
1141
1142
|
}, z.core.$strip>, z.ZodObject<{
|
|
1142
1143
|
status: z.ZodEnum<{
|
|
@@ -6716,6 +6717,7 @@ declare const getIntegrationDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
6716
6717
|
service: z.ZodEnum<{
|
|
6717
6718
|
glovo: "glovo";
|
|
6718
6719
|
}>;
|
|
6720
|
+
dailyMenuUpdatesLeft: z.ZodNumber;
|
|
6719
6721
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
6720
6722
|
}, z.core.$strip>, z.ZodObject<{
|
|
6721
6723
|
status: z.ZodEnum<{
|
|
@@ -6916,6 +6918,7 @@ declare class GetIntegrationDetails extends AbstractApiRequest<typeof getIntegra
|
|
|
6916
6918
|
service: z.ZodEnum<{
|
|
6917
6919
|
glovo: "glovo";
|
|
6918
6920
|
}>;
|
|
6921
|
+
dailyMenuUpdatesLeft: z.ZodNumber;
|
|
6919
6922
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
6920
6923
|
}, z.core.$strip>, z.ZodObject<{
|
|
6921
6924
|
status: z.ZodEnum<{
|
|
@@ -8975,6 +8978,7 @@ declare const integrationGlovoDetailsSchema: z.ZodObject<{
|
|
|
8975
8978
|
service: z.ZodEnum<{
|
|
8976
8979
|
glovo: "glovo";
|
|
8977
8980
|
}>;
|
|
8981
|
+
dailyMenuUpdatesLeft: z.ZodNumber;
|
|
8978
8982
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
8979
8983
|
}, z.core.$strip>;
|
|
8980
8984
|
type IntegrationGlovoDetails = z.infer<typeof integrationGlovoDetailsSchema>;
|
|
@@ -12499,6 +12503,7 @@ declare const createIntegrationGlovoResponseSchema: z.ZodObject<{
|
|
|
12499
12503
|
service: z.ZodEnum<{
|
|
12500
12504
|
glovo: "glovo";
|
|
12501
12505
|
}>;
|
|
12506
|
+
dailyMenuUpdatesLeft: z.ZodNumber;
|
|
12502
12507
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
12503
12508
|
}, z.core.$strip>;
|
|
12504
12509
|
type CreateIntegrationGlovoResponse = z.infer<typeof createIntegrationGlovoResponseSchema>;
|
|
@@ -12558,6 +12563,7 @@ declare class CreateIntegrationGlovo extends AbstractApiRequest<typeof createInt
|
|
|
12558
12563
|
service: z.ZodEnum<{
|
|
12559
12564
|
glovo: "glovo";
|
|
12560
12565
|
}>;
|
|
12566
|
+
dailyMenuUpdatesLeft: z.ZodNumber;
|
|
12561
12567
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
12562
12568
|
}, z.core.$strip>;
|
|
12563
12569
|
readonly querySchema: undefined;
|
|
@@ -12806,6 +12812,7 @@ declare const getIntegrationGlovoDetailsResponseSchema: z.ZodObject<{
|
|
|
12806
12812
|
service: z.ZodEnum<{
|
|
12807
12813
|
glovo: "glovo";
|
|
12808
12814
|
}>;
|
|
12815
|
+
dailyMenuUpdatesLeft: z.ZodNumber;
|
|
12809
12816
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
12810
12817
|
}, z.core.$strip>;
|
|
12811
12818
|
type GetIntegrationGlovoDetailsResponse = IntegrationGlovoDetails;
|
|
@@ -12850,6 +12857,7 @@ declare class GetIntegrationGlovoDetails extends AbstractApiRequest<typeof getIn
|
|
|
12850
12857
|
service: z.ZodEnum<{
|
|
12851
12858
|
glovo: "glovo";
|
|
12852
12859
|
}>;
|
|
12860
|
+
dailyMenuUpdatesLeft: z.ZodNumber;
|
|
12853
12861
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
12854
12862
|
}, z.core.$strip>;
|
|
12855
12863
|
readonly querySchema: undefined;
|
|
@@ -13568,6 +13576,7 @@ declare const updateIntegrationGlovoResponseSchema: z.ZodObject<{
|
|
|
13568
13576
|
service: z.ZodEnum<{
|
|
13569
13577
|
glovo: "glovo";
|
|
13570
13578
|
}>;
|
|
13579
|
+
dailyMenuUpdatesLeft: z.ZodNumber;
|
|
13571
13580
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
13572
13581
|
}, z.core.$strip>;
|
|
13573
13582
|
type UpdateIntegrationGlovoResponse = IntegrationGlovoDetails;
|
|
@@ -13626,6 +13635,7 @@ declare class UpdateIntegrationGlovo extends AbstractApiRequest<typeof updateInt
|
|
|
13626
13635
|
service: z.ZodEnum<{
|
|
13627
13636
|
glovo: "glovo";
|
|
13628
13637
|
}>;
|
|
13638
|
+
dailyMenuUpdatesLeft: z.ZodNumber;
|
|
13629
13639
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
13630
13640
|
}, z.core.$strip>;
|
|
13631
13641
|
readonly querySchema: undefined;
|
|
@@ -13678,6 +13688,7 @@ declare const updateIntegrationGlovoStoreStatusResponseSchema: z.ZodObject<{
|
|
|
13678
13688
|
service: z.ZodEnum<{
|
|
13679
13689
|
glovo: "glovo";
|
|
13680
13690
|
}>;
|
|
13691
|
+
dailyMenuUpdatesLeft: z.ZodNumber;
|
|
13681
13692
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
13682
13693
|
}, z.core.$strip>;
|
|
13683
13694
|
type UpdateIntegrationGlovoStoreStatusResponse = IntegrationGlovoDetails;
|
|
@@ -13727,6 +13738,7 @@ declare class UpdateIntegrationGlovoStoreStatus extends AbstractApiRequest<typeo
|
|
|
13727
13738
|
service: z.ZodEnum<{
|
|
13728
13739
|
glovo: "glovo";
|
|
13729
13740
|
}>;
|
|
13741
|
+
dailyMenuUpdatesLeft: z.ZodNumber;
|
|
13730
13742
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
13731
13743
|
}, z.core.$strip>;
|
|
13732
13744
|
readonly querySchema: undefined;
|
|
@@ -15836,6 +15848,7 @@ declare const updateIntegrationResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObj
|
|
|
15836
15848
|
service: z.ZodEnum<{
|
|
15837
15849
|
glovo: "glovo";
|
|
15838
15850
|
}>;
|
|
15851
|
+
dailyMenuUpdatesLeft: z.ZodNumber;
|
|
15839
15852
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
15840
15853
|
}, z.core.$strip>, z.ZodObject<{
|
|
15841
15854
|
status: z.ZodEnum<{
|
|
@@ -16046,6 +16059,7 @@ declare class UpdateIntegration extends AbstractApiRequest<typeof updateIntegrat
|
|
|
16046
16059
|
service: z.ZodEnum<{
|
|
16047
16060
|
glovo: "glovo";
|
|
16048
16061
|
}>;
|
|
16062
|
+
dailyMenuUpdatesLeft: z.ZodNumber;
|
|
16049
16063
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
16050
16064
|
}, z.core.$strip>, z.ZodObject<{
|
|
16051
16065
|
status: z.ZodEnum<{
|
package/dist/index.d.ts
CHANGED
|
@@ -1137,6 +1137,7 @@ declare const integrationDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
1137
1137
|
service: z.ZodEnum<{
|
|
1138
1138
|
glovo: "glovo";
|
|
1139
1139
|
}>;
|
|
1140
|
+
dailyMenuUpdatesLeft: z.ZodNumber;
|
|
1140
1141
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
1141
1142
|
}, z.core.$strip>, z.ZodObject<{
|
|
1142
1143
|
status: z.ZodEnum<{
|
|
@@ -6716,6 +6717,7 @@ declare const getIntegrationDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
6716
6717
|
service: z.ZodEnum<{
|
|
6717
6718
|
glovo: "glovo";
|
|
6718
6719
|
}>;
|
|
6720
|
+
dailyMenuUpdatesLeft: z.ZodNumber;
|
|
6719
6721
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
6720
6722
|
}, z.core.$strip>, z.ZodObject<{
|
|
6721
6723
|
status: z.ZodEnum<{
|
|
@@ -6916,6 +6918,7 @@ declare class GetIntegrationDetails extends AbstractApiRequest<typeof getIntegra
|
|
|
6916
6918
|
service: z.ZodEnum<{
|
|
6917
6919
|
glovo: "glovo";
|
|
6918
6920
|
}>;
|
|
6921
|
+
dailyMenuUpdatesLeft: z.ZodNumber;
|
|
6919
6922
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
6920
6923
|
}, z.core.$strip>, z.ZodObject<{
|
|
6921
6924
|
status: z.ZodEnum<{
|
|
@@ -8975,6 +8978,7 @@ declare const integrationGlovoDetailsSchema: z.ZodObject<{
|
|
|
8975
8978
|
service: z.ZodEnum<{
|
|
8976
8979
|
glovo: "glovo";
|
|
8977
8980
|
}>;
|
|
8981
|
+
dailyMenuUpdatesLeft: z.ZodNumber;
|
|
8978
8982
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
8979
8983
|
}, z.core.$strip>;
|
|
8980
8984
|
type IntegrationGlovoDetails = z.infer<typeof integrationGlovoDetailsSchema>;
|
|
@@ -12499,6 +12503,7 @@ declare const createIntegrationGlovoResponseSchema: z.ZodObject<{
|
|
|
12499
12503
|
service: z.ZodEnum<{
|
|
12500
12504
|
glovo: "glovo";
|
|
12501
12505
|
}>;
|
|
12506
|
+
dailyMenuUpdatesLeft: z.ZodNumber;
|
|
12502
12507
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
12503
12508
|
}, z.core.$strip>;
|
|
12504
12509
|
type CreateIntegrationGlovoResponse = z.infer<typeof createIntegrationGlovoResponseSchema>;
|
|
@@ -12558,6 +12563,7 @@ declare class CreateIntegrationGlovo extends AbstractApiRequest<typeof createInt
|
|
|
12558
12563
|
service: z.ZodEnum<{
|
|
12559
12564
|
glovo: "glovo";
|
|
12560
12565
|
}>;
|
|
12566
|
+
dailyMenuUpdatesLeft: z.ZodNumber;
|
|
12561
12567
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
12562
12568
|
}, z.core.$strip>;
|
|
12563
12569
|
readonly querySchema: undefined;
|
|
@@ -12806,6 +12812,7 @@ declare const getIntegrationGlovoDetailsResponseSchema: z.ZodObject<{
|
|
|
12806
12812
|
service: z.ZodEnum<{
|
|
12807
12813
|
glovo: "glovo";
|
|
12808
12814
|
}>;
|
|
12815
|
+
dailyMenuUpdatesLeft: z.ZodNumber;
|
|
12809
12816
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
12810
12817
|
}, z.core.$strip>;
|
|
12811
12818
|
type GetIntegrationGlovoDetailsResponse = IntegrationGlovoDetails;
|
|
@@ -12850,6 +12857,7 @@ declare class GetIntegrationGlovoDetails extends AbstractApiRequest<typeof getIn
|
|
|
12850
12857
|
service: z.ZodEnum<{
|
|
12851
12858
|
glovo: "glovo";
|
|
12852
12859
|
}>;
|
|
12860
|
+
dailyMenuUpdatesLeft: z.ZodNumber;
|
|
12853
12861
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
12854
12862
|
}, z.core.$strip>;
|
|
12855
12863
|
readonly querySchema: undefined;
|
|
@@ -13568,6 +13576,7 @@ declare const updateIntegrationGlovoResponseSchema: z.ZodObject<{
|
|
|
13568
13576
|
service: z.ZodEnum<{
|
|
13569
13577
|
glovo: "glovo";
|
|
13570
13578
|
}>;
|
|
13579
|
+
dailyMenuUpdatesLeft: z.ZodNumber;
|
|
13571
13580
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
13572
13581
|
}, z.core.$strip>;
|
|
13573
13582
|
type UpdateIntegrationGlovoResponse = IntegrationGlovoDetails;
|
|
@@ -13626,6 +13635,7 @@ declare class UpdateIntegrationGlovo extends AbstractApiRequest<typeof updateInt
|
|
|
13626
13635
|
service: z.ZodEnum<{
|
|
13627
13636
|
glovo: "glovo";
|
|
13628
13637
|
}>;
|
|
13638
|
+
dailyMenuUpdatesLeft: z.ZodNumber;
|
|
13629
13639
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
13630
13640
|
}, z.core.$strip>;
|
|
13631
13641
|
readonly querySchema: undefined;
|
|
@@ -13678,6 +13688,7 @@ declare const updateIntegrationGlovoStoreStatusResponseSchema: z.ZodObject<{
|
|
|
13678
13688
|
service: z.ZodEnum<{
|
|
13679
13689
|
glovo: "glovo";
|
|
13680
13690
|
}>;
|
|
13691
|
+
dailyMenuUpdatesLeft: z.ZodNumber;
|
|
13681
13692
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
13682
13693
|
}, z.core.$strip>;
|
|
13683
13694
|
type UpdateIntegrationGlovoStoreStatusResponse = IntegrationGlovoDetails;
|
|
@@ -13727,6 +13738,7 @@ declare class UpdateIntegrationGlovoStoreStatus extends AbstractApiRequest<typeo
|
|
|
13727
13738
|
service: z.ZodEnum<{
|
|
13728
13739
|
glovo: "glovo";
|
|
13729
13740
|
}>;
|
|
13741
|
+
dailyMenuUpdatesLeft: z.ZodNumber;
|
|
13730
13742
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
13731
13743
|
}, z.core.$strip>;
|
|
13732
13744
|
readonly querySchema: undefined;
|
|
@@ -15836,6 +15848,7 @@ declare const updateIntegrationResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObj
|
|
|
15836
15848
|
service: z.ZodEnum<{
|
|
15837
15849
|
glovo: "glovo";
|
|
15838
15850
|
}>;
|
|
15851
|
+
dailyMenuUpdatesLeft: z.ZodNumber;
|
|
15839
15852
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
15840
15853
|
}, z.core.$strip>, z.ZodObject<{
|
|
15841
15854
|
status: z.ZodEnum<{
|
|
@@ -16046,6 +16059,7 @@ declare class UpdateIntegration extends AbstractApiRequest<typeof updateIntegrat
|
|
|
16046
16059
|
service: z.ZodEnum<{
|
|
16047
16060
|
glovo: "glovo";
|
|
16048
16061
|
}>;
|
|
16062
|
+
dailyMenuUpdatesLeft: z.ZodNumber;
|
|
16049
16063
|
pointOfSale: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id">, unknown>>;
|
|
16050
16064
|
}, z.core.$strip>, z.ZodObject<{
|
|
16051
16065
|
status: z.ZodEnum<{
|
package/dist/index.js
CHANGED
|
@@ -14426,9 +14426,9 @@ var integrationGlovoSchema = integrationBaseSchema.omit({ service: true, errors:
|
|
|
14426
14426
|
pendingMenuChanges: external_exports.boolean(),
|
|
14427
14427
|
service: integrationServiceSchema.extract(["glovo"])
|
|
14428
14428
|
});
|
|
14429
|
-
var integrationGlovoDetailsSchema = integrationGlovoSchema.extend(
|
|
14430
|
-
|
|
14431
|
-
);
|
|
14429
|
+
var integrationGlovoDetailsSchema = integrationGlovoSchema.extend({
|
|
14430
|
+
dailyMenuUpdatesLeft: external_exports.number()
|
|
14431
|
+
}).extend(integrationDetailsFieldsSchema.shape);
|
|
14432
14432
|
var integrationGlovoEditableFieldsSchema = integrationGlovoSchema.pick({
|
|
14433
14433
|
name: true,
|
|
14434
14434
|
storeId: true,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deliverart/sdk-js-integration",
|
|
3
3
|
"description": "Deliverart JavaScript SDK for Integration Management",
|
|
4
|
-
"version": "2.9.
|
|
4
|
+
"version": "2.9.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"dist"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@deliverart/sdk-js-core": "2.9.
|
|
22
|
-
"@deliverart/sdk-js-global-types": "2.9.
|
|
23
|
-
"@deliverart/sdk-js-
|
|
24
|
-
"@deliverart/sdk-js-
|
|
25
|
-
"@deliverart/sdk-js-point-of-sale": "2.9.
|
|
26
|
-
"@deliverart/sdk-js-
|
|
21
|
+
"@deliverart/sdk-js-core": "2.9.2",
|
|
22
|
+
"@deliverart/sdk-js-global-types": "2.9.2",
|
|
23
|
+
"@deliverart/sdk-js-order": "2.9.2",
|
|
24
|
+
"@deliverart/sdk-js-sales-mode": "2.9.2",
|
|
25
|
+
"@deliverart/sdk-js-point-of-sale": "2.9.2",
|
|
26
|
+
"@deliverart/sdk-js-image": "2.9.2"
|
|
27
27
|
},
|
|
28
28
|
"publishConfig": {
|
|
29
29
|
"access": "public"
|