@mivis/petmart-api 1.2.316 → 1.2.317
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 +2 -0
package/package.json
CHANGED
package/type.d.ts
CHANGED
|
@@ -775,6 +775,7 @@ declare namespace Components {
|
|
|
775
775
|
moy_sklad?: IMoySklad;
|
|
776
776
|
commission: number;
|
|
777
777
|
status: ESellerStatus;
|
|
778
|
+
isFreeDeliveryToPvz?: boolean;
|
|
778
779
|
telegram_message_id: number | null;
|
|
779
780
|
api_token: string | null;
|
|
780
781
|
slug: string;
|
|
@@ -861,6 +862,7 @@ declare namespace Components {
|
|
|
861
862
|
passport_photo?: File | File[] | string;
|
|
862
863
|
card_number?: string;
|
|
863
864
|
is_disabled?: boolean;
|
|
865
|
+
isFreeDeliveryToPvz?: boolean;
|
|
864
866
|
}
|
|
865
867
|
|
|
866
868
|
export interface IActionsSellersRequest {
|