@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.
- package/package.json +1 -1
- package/type.d.ts +2 -0
package/package.json
CHANGED
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 {
|