front-back-poker-types 5.0.183 → 5.0.184

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.
@@ -22,7 +22,7 @@ export type UserAuthResponse = {
22
22
  activeRoomId?: number;
23
23
  referralCount: number;
24
24
  roomIds: number[];
25
- onboardingCompleted: boolean;
25
+ isNew: boolean;
26
26
  };
27
27
  export declare const WITHDRAW_PATHNAME = "/withdraw";
28
28
  export declare const USER_WITHDRAW_PATHNAME = "/user/withdraw";
@@ -22,7 +22,7 @@ export type UserAuthResponse = {
22
22
  activeRoomId?: number;
23
23
  referralCount: number;
24
24
  roomIds: number[];
25
- onboardingCompleted: boolean;
25
+ isNew: boolean;
26
26
  };
27
27
  export declare const WITHDRAW_PATHNAME = "/withdraw";
28
28
  export declare const USER_WITHDRAW_PATHNAME = "/user/withdraw";
package/dist/index.d.ts CHANGED
@@ -59,7 +59,7 @@ type UserAuthResponse = {
59
59
  activeRoomId?: number;
60
60
  referralCount: number;
61
61
  roomIds: number[];
62
- onboardingCompleted: boolean;
62
+ isNew: boolean;
63
63
  };
64
64
  declare const WITHDRAW_PATHNAME = "/withdraw";
65
65
  declare const USER_WITHDRAW_PATHNAME = "/user/withdraw";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "front-back-poker-types",
3
- "version": "5.0.183",
3
+ "version": "5.0.184",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "files": [