@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/type.d.ts +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mivis/petmart-api",
3
- "version": "1.2.316",
3
+ "version": "1.2.317",
4
4
  "main": "index.js",
5
5
  "types": "type.d.ts",
6
6
  "license": "ISC",
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 {