@mivis/petmart-api 1.2.161 → 1.2.162

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 +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mivis/petmart-api",
3
- "version": "1.2.161",
3
+ "version": "1.2.162",
4
4
  "main": "index.js",
5
5
  "types": "type.d.ts",
6
6
  "license": "ISC",
package/type.d.ts CHANGED
@@ -384,14 +384,16 @@ declare namespace Components {
384
384
  _id: string;
385
385
  name: string;
386
386
  photo: string[];
387
+ dimension: IDimension;
388
+ price: number;
389
+ slug: string;
387
390
  seller_id: {
388
391
  _id: string;
389
392
  shop_details: IShopDetails;
390
393
  delivery_ways: IDeliveryWays;
391
394
  shops_info: IShop[];
395
+ slug: string;
392
396
  };
393
- dimension: IDimension;
394
- price: number;
395
397
  };
396
398
  count: number;
397
399
  price: number;