front-back-poker-types 5.0.181 → 5.0.183

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/dist/cjs/index.js CHANGED
@@ -421,7 +421,7 @@ var StartAppParamKey = {
421
421
  RoomId: 'room',
422
422
  };
423
423
 
424
- var WITHDRAW_COMMISSION_USDT_CENTS = 100;
424
+ var WITHDRAW_COMMISSION_USDT_CENTS = 10;
425
425
  // tg bot
426
426
  var DEVELOPMENT_USERNAME_TG_BOT = 'nah_bot';
427
427
  var DEVELOPMENT_SHORT_NAME_TG_BOT = 'nah';
@@ -21,6 +21,7 @@ export type UserAuthResponse = {
21
21
  accessToken: string;
22
22
  activeRoomId?: number;
23
23
  referralCount: number;
24
+ roomIds: number[];
24
25
  onboardingCompleted: boolean;
25
26
  };
26
27
  export declare const WITHDRAW_PATHNAME = "/withdraw";
@@ -1,4 +1,4 @@
1
- export declare const WITHDRAW_COMMISSION_USDT_CENTS = 100;
1
+ export declare const WITHDRAW_COMMISSION_USDT_CENTS = 10;
2
2
  export declare const DEVELOPMENT_USERNAME_TG_BOT = "nah_bot";
3
3
  export declare const DEVELOPMENT_SHORT_NAME_TG_BOT = "nah";
4
4
  export declare const TEST_USERNAME_TG_BOT = "huh_bot";
package/dist/esm/index.js CHANGED
@@ -419,7 +419,7 @@ var StartAppParamKey = {
419
419
  RoomId: 'room',
420
420
  };
421
421
 
422
- var WITHDRAW_COMMISSION_USDT_CENTS = 100;
422
+ var WITHDRAW_COMMISSION_USDT_CENTS = 10;
423
423
  // tg bot
424
424
  var DEVELOPMENT_USERNAME_TG_BOT = 'nah_bot';
425
425
  var DEVELOPMENT_SHORT_NAME_TG_BOT = 'nah';
@@ -21,6 +21,7 @@ export type UserAuthResponse = {
21
21
  accessToken: string;
22
22
  activeRoomId?: number;
23
23
  referralCount: number;
24
+ roomIds: number[];
24
25
  onboardingCompleted: boolean;
25
26
  };
26
27
  export declare const WITHDRAW_PATHNAME = "/withdraw";
@@ -1,4 +1,4 @@
1
- export declare const WITHDRAW_COMMISSION_USDT_CENTS = 100;
1
+ export declare const WITHDRAW_COMMISSION_USDT_CENTS = 10;
2
2
  export declare const DEVELOPMENT_USERNAME_TG_BOT = "nah_bot";
3
3
  export declare const DEVELOPMENT_SHORT_NAME_TG_BOT = "nah";
4
4
  export declare const TEST_USERNAME_TG_BOT = "huh_bot";
package/dist/index.d.ts CHANGED
@@ -58,6 +58,7 @@ type UserAuthResponse = {
58
58
  accessToken: string;
59
59
  activeRoomId?: number;
60
60
  referralCount: number;
61
+ roomIds: number[];
61
62
  onboardingCompleted: boolean;
62
63
  };
63
64
  declare const WITHDRAW_PATHNAME = "/withdraw";
@@ -1096,7 +1097,7 @@ type BalanceUpdateNotification = {
1096
1097
  };
1097
1098
  type Notification = UserDataNotification | TournamentStartNotification | BalanceUpdateNotification;
1098
1099
 
1099
- declare const WITHDRAW_COMMISSION_USDT_CENTS = 100;
1100
+ declare const WITHDRAW_COMMISSION_USDT_CENTS = 10;
1100
1101
  declare const DEVELOPMENT_USERNAME_TG_BOT = "nah_bot";
1101
1102
  declare const DEVELOPMENT_SHORT_NAME_TG_BOT = "nah";
1102
1103
  declare const TEST_USERNAME_TG_BOT = "huh_bot";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "front-back-poker-types",
3
- "version": "5.0.181",
3
+ "version": "5.0.183",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "files": [