livevegas-ui-kit 1.0.280 → 1.0.283

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.
@@ -216,9 +216,11 @@ export declare enum Table {
216
216
  BlackJackAuraA = 64,
217
217
  BlackJackAuraB = 65,
218
218
  BlackJackAuraC = 66,
219
- BlackJackAuraD = 67
219
+ BlackJackAuraD = 67,
220
+ BlackjackVipA = 68,
221
+ BlackjackVipB = 69
220
222
  }
221
- export declare const getTableName: (tableId: number) => "Speed BlackJack" | "BlackJack A" | "BlackJack B" | "BlackJack" | "Texas" | "BlackJack AURA A" | "BlackJack AURA B" | "BlackJack AURA C" | "BlackJack AURA D" | undefined;
223
+ export declare const getTableName: (tableId: number) => "Speed BlackJack" | "BlackJack A" | "BlackJack B" | "BlackJack" | "Texas" | "BlackJack AURA A" | "BlackJack AURA B" | "BlackJack AURA C" | "BlackJack AURA D" | "Blackjack VIP A" | "Blackjack VIP B" | undefined;
222
224
  export declare enum BET_TYPE {
223
225
  Ante = 0,
224
226
  Bonus = 1,
@@ -0,0 +1,3 @@
1
+ import { TextInterface } from './settings';
2
+
3
+ export declare const textOasis: TextInterface;
@@ -0,0 +1,3 @@
1
+ import { TextInterface } from './settings';
2
+
3
+ export declare const textSixCard: TextInterface;