@mivis/petmart-api 1.2.310 → 1.2.311

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.310",
3
+ "version": "1.2.311",
4
4
  "main": "index.js",
5
5
  "types": "type.d.ts",
6
6
  "license": "ISC",
package/type.d.ts CHANGED
@@ -622,6 +622,7 @@ declare namespace Components {
622
622
  suggested_characteristics?: ISuggestedCharacteristic[];
623
623
  slug: string;
624
624
  number: number;
625
+ is_returnable: boolean;
625
626
  createdAt: Date;
626
627
  updatedAt: Date;
627
628
  }
@@ -639,6 +640,7 @@ declare namespace Components {
639
640
  h1?: string;
640
641
  seoText?: string;
641
642
  suggested_characteristics?: ISuggestedCharacteristic[];
643
+ is_returnable?: boolean;
642
644
  }
643
645
 
644
646
  export interface ISuggestedCharacteristic {