@mivis/petmart-api 1.2.217 → 1.2.218
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/package.json +1 -1
- package/type.d.ts +3 -2
package/package.json
CHANGED
package/type.d.ts
CHANGED
|
@@ -614,7 +614,7 @@ declare namespace Components {
|
|
|
614
614
|
// own_delivery: boolean; // Появится в ближайшем будущем
|
|
615
615
|
delivery_to_point: boolean;
|
|
616
616
|
courier: boolean;
|
|
617
|
-
yandex_express: boolean
|
|
617
|
+
yandex_express: boolean;
|
|
618
618
|
}
|
|
619
619
|
|
|
620
620
|
export enum ESellerStatus {
|
|
@@ -931,7 +931,7 @@ declare namespace Components {
|
|
|
931
931
|
yandex_uuid?: string;
|
|
932
932
|
cdek_barcode?: string;
|
|
933
933
|
type?: DeliveryTypes;
|
|
934
|
-
yandex_offer?: OfferDto;
|
|
934
|
+
yandex_offer?: OfferDto;
|
|
935
935
|
}
|
|
936
936
|
|
|
937
937
|
export interface IPVZ {
|
|
@@ -2132,6 +2132,7 @@ declare namespace Components {
|
|
|
2132
2132
|
export interface IServiceCategory {
|
|
2133
2133
|
_id: string;
|
|
2134
2134
|
name: string;
|
|
2135
|
+
photo: string;
|
|
2135
2136
|
createdAt: Date;
|
|
2136
2137
|
updatedAt: Date;
|
|
2137
2138
|
}
|