front-back-poker-types 5.0.182 → 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 +1 -1
- package/dist/cjs/types/config.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/types/config.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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 =
|
|
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';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const WITHDRAW_COMMISSION_USDT_CENTS =
|
|
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 =
|
|
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';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const WITHDRAW_COMMISSION_USDT_CENTS =
|
|
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
|
@@ -1097,7 +1097,7 @@ type BalanceUpdateNotification = {
|
|
|
1097
1097
|
};
|
|
1098
1098
|
type Notification = UserDataNotification | TournamentStartNotification | BalanceUpdateNotification;
|
|
1099
1099
|
|
|
1100
|
-
declare const WITHDRAW_COMMISSION_USDT_CENTS =
|
|
1100
|
+
declare const WITHDRAW_COMMISSION_USDT_CENTS = 10;
|
|
1101
1101
|
declare const DEVELOPMENT_USERNAME_TG_BOT = "nah_bot";
|
|
1102
1102
|
declare const DEVELOPMENT_SHORT_NAME_TG_BOT = "nah";
|
|
1103
1103
|
declare const TEST_USERNAME_TG_BOT = "huh_bot";
|