livevegas-ui-kit 1.0.244 → 1.0.245

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.
@@ -210,9 +210,13 @@ export declare enum Table {
210
210
  BlackJack3 = 11,
211
211
  BlackJack4 = 56,// poker dom
212
212
  BlackJackTest = 16,
213
- Texas = 10
213
+ Texas = 10,
214
+ BlackJackAuraA = 64,
215
+ BlackJackAuraB = 65,
216
+ BlackJackAuraC = 66,
217
+ BlackJackAuraD = 67
214
218
  }
215
- export declare const getTableName: (tableId: number) => "Speed BlackJack" | "BlackJack 1" | "BlackJack 2" | "BlackJack" | "Texas" | undefined;
219
+ export declare const getTableName: (tableId: number) => "Speed BlackJack" | "BlackJack 1" | "BlackJack 2" | "BlackJack" | "Texas" | "BlackJack AURA A" | "BlackJack AURA B" | "BlackJack AURA C" | "BlackJack AURA D" | undefined;
216
220
  export declare enum BET_TYPE {
217
221
  Ante = 0,
218
222
  Bonus = 1,