@mivis/petmart-api 1.2.249 → 1.2.251

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 +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mivis/petmart-api",
3
- "version": "1.2.249",
3
+ "version": "1.2.251",
4
4
  "main": "index.js",
5
5
  "types": "type.d.ts",
6
6
  "license": "ISC",
package/type.d.ts CHANGED
@@ -23,6 +23,7 @@ declare namespace Components {
23
23
  isActivated: boolean;
24
24
  isExistPassword: boolean;
25
25
  role: ERoles;
26
+ isNewUser: boolean;
26
27
  }
27
28
 
28
29
  export type ISignUpResponse = ITokensResponse;
@@ -274,6 +275,7 @@ declare namespace Components {
274
275
  variations?: IProduct[];
275
276
  purchases_count: number;
276
277
  number: number;
278
+ article: string; // example: 002281
277
279
  slug: string;
278
280
  published_at?: Date;
279
281
  entityAnalytics?: IEntityAnalytics;
@@ -361,6 +363,7 @@ declare namespace Components {
361
363
  variations?: IProduct[];
362
364
  purchases_count: number;
363
365
  number: number;
366
+ article: string; // example: 002281
364
367
  slug: string;
365
368
  createdAt: Date;
366
369
  updatedAt: Date;