@mivis/petmart-api 1.2.50 → 1.2.51

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 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mivis/petmart-api",
3
- "version": "1.2.50",
3
+ "version": "1.2.51",
4
4
  "main": "index.js",
5
5
  "types": "type.d.ts",
6
6
  "license": "ISC",
package/type.d.ts CHANGED
@@ -328,6 +328,7 @@ declare namespace Components {
328
328
  _id: string;
329
329
  shop_details: IShopDetails;
330
330
  delivery_ways: IDeliveryWays;
331
+ shops_info: IShop[];
331
332
  };
332
333
  dimension: IDimension;
333
334
  };
@@ -472,7 +473,7 @@ declare namespace Components {
472
473
  name: string;
473
474
  email: string;
474
475
  };
475
- shops_info: IShop;
476
+ shops_info: IShop[];
476
477
  banking_details: IBankingDetails;
477
478
  shop_details: IShopDetails;
478
479
  delivery_ways: IDeliveryWays;