livevegas-ui-kit 1.0.283 → 1.0.284
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.
|
@@ -42,8 +42,11 @@ export interface IRound {
|
|
|
42
42
|
initialPlayerCards?: ICard[] | null;
|
|
43
43
|
dealerCards?: ICard[] | null;
|
|
44
44
|
playerCards?: ICard[] | null;
|
|
45
|
+
bankerCards?: ICard[] | null;
|
|
45
46
|
bonusCards?: ICard[] | null;
|
|
46
47
|
floppedCards?: ICard[] | null;
|
|
48
|
+
bankerCardsValue?: number;
|
|
49
|
+
playerCardsValue?: number;
|
|
47
50
|
playerWinType?: number;
|
|
48
51
|
dealerWinType?: number;
|
|
49
52
|
winNumber?: number;
|
|
@@ -383,6 +386,7 @@ export declare const texasHistoryData: IHistoryData;
|
|
|
383
386
|
export declare const historyData: IHistoryData;
|
|
384
387
|
export declare const rouletteHistoryData: IRouletteHistoryData;
|
|
385
388
|
export declare const vipHistoryData: IVipHistoryData;
|
|
389
|
+
export declare const bacaratHistoryData: IHistoryData;
|
|
386
390
|
export declare const formatted: (date: string) => string;
|
|
387
391
|
export declare const seatsPosition: string[];
|
|
388
392
|
export declare function getSuit(index: number): Suit;
|