@betorigami/games 2.3.4 → 2.3.6

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.
Files changed (3) hide show
  1. package/dist/index.d.ts +1084 -389
  2. package/dist/index.mjs +7858 -7580
  3. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  // Generated by dts-bundle-generator v9.5.1
2
2
 
3
- import { BaccaratGameInputs, BaccaratGameOutputs, Color, Column, Dozen, Half, Parity, PlayResult, RouletteType } from '@betorigami/game-calculations';
3
+ import { BaccaratGameInputs, BaccaratGameOutputs, BlackjackActionType, BlackjackOutcome, BlackjackState, Card, Color, Column, Dozen, Half, InsuranceOutcome, Parity, PlayResult, RouletteType, SideBetResults } from '@betorigami/game-calculations';
4
4
  import { ContextProvider } from '@lit/context';
5
5
  import Big$1 from 'big.js';
6
6
  import { CSSResult, LitElement, PropertyValues, TemplateResult } from 'lit';
@@ -124,6 +124,7 @@ export declare const translations: {
124
124
  cashOut: string;
125
125
  classic: string;
126
126
  confirm: string;
127
+ continue: string;
127
128
  copied: string;
128
129
  currency: string;
129
130
  deposit: string;
@@ -134,6 +135,7 @@ export declare const translations: {
134
135
  footerNavigation: string;
135
136
  gameInfo: string;
136
137
  gameName: string;
138
+ getStarted: string;
137
139
  high: string;
138
140
  history: string;
139
141
  hotkeys: string;
@@ -324,14 +326,6 @@ export declare const translations: {
324
326
  };
325
327
  };
326
328
  games: {
327
- baccarat: {
328
- chipValue: string;
329
- player: string;
330
- banker: string;
331
- tie: string;
332
- totalBetAmount: string;
333
- selectChip: string;
334
- };
335
329
  advancedDice: {
336
330
  between: string;
337
331
  boundsLower: string;
@@ -342,6 +336,55 @@ export declare const translations: {
342
336
  secondBoundsLower: string;
343
337
  secondBoundsUpper: string;
344
338
  };
339
+ baccarat: {
340
+ chipValue: string;
341
+ player: string;
342
+ banker: string;
343
+ tie: string;
344
+ totalBetAmount: string;
345
+ selectChip: string;
346
+ };
347
+ blackjack: {
348
+ seats: string;
349
+ hit: string;
350
+ stand: string;
351
+ split: string;
352
+ double: string;
353
+ standard: string;
354
+ sideBet: string;
355
+ blackjackLabel: string;
356
+ insuranceLabel: string;
357
+ blackjackPays: string;
358
+ insurancePays: string;
359
+ exactPair: string;
360
+ coloredPair: string;
361
+ mixedPair: string;
362
+ suitedTrips: string;
363
+ straightFlush: string;
364
+ threeOfAKind: string;
365
+ straight: string;
366
+ flush: string;
367
+ sideBetPairBonus: string;
368
+ sideBetThreeCardBonus: string;
369
+ sideBetOnboarding: {
370
+ step1Title: string;
371
+ step1Body: string;
372
+ step2Title: string;
373
+ step2Body: string;
374
+ step3Title: string;
375
+ step3Body: string;
376
+ step4Title: string;
377
+ step4Body: string;
378
+ openingCardsOnly: string;
379
+ separateFromMainHand: string;
380
+ pairBonusCards: string;
381
+ threeCardBonusCards: string;
382
+ pairBonusResults: string;
383
+ threeCardBonusResults: string;
384
+ };
385
+ buyInsurance: string;
386
+ noInsurance: string;
387
+ };
345
388
  dice: {
346
389
  rollOver: string;
347
390
  rollUnder: string;
@@ -371,13 +414,13 @@ export declare const translations: {
371
414
  tile: string;
372
415
  unrevealed: string;
373
416
  };
374
- wheel: {
375
- segments: string;
376
- };
377
417
  roulette: {
378
418
  chipValue: string;
379
419
  totalBetAmount: string;
380
420
  };
421
+ wheel: {
422
+ segments: string;
423
+ };
381
424
  };
382
425
  hotkeys: {
383
426
  clearBets: string;
@@ -455,6 +498,7 @@ export declare const translations: {
455
498
  cashOut: string;
456
499
  classic: string;
457
500
  confirm: string;
501
+ continue: string;
458
502
  copied: string;
459
503
  currency: string;
460
504
  deposit: string;
@@ -465,6 +509,7 @@ export declare const translations: {
465
509
  footerNavigation: string;
466
510
  gameInfo: string;
467
511
  gameName: string;
512
+ getStarted: string;
468
513
  high: string;
469
514
  history: string;
470
515
  hotkeys: string;
@@ -655,14 +700,6 @@ export declare const translations: {
655
700
  };
656
701
  };
657
702
  games: {
658
- baccarat: {
659
- chipValue: string;
660
- player: string;
661
- banker: string;
662
- tie: string;
663
- totalBetAmount: string;
664
- selectChip: string;
665
- };
666
703
  advancedDice: {
667
704
  between: string;
668
705
  boundsLower: string;
@@ -673,6 +710,55 @@ export declare const translations: {
673
710
  secondBoundsLower: string;
674
711
  secondBoundsUpper: string;
675
712
  };
713
+ baccarat: {
714
+ chipValue: string;
715
+ player: string;
716
+ banker: string;
717
+ tie: string;
718
+ totalBetAmount: string;
719
+ selectChip: string;
720
+ };
721
+ blackjack: {
722
+ seats: string;
723
+ hit: string;
724
+ stand: string;
725
+ split: string;
726
+ double: string;
727
+ standard: string;
728
+ sideBet: string;
729
+ blackjackLabel: string;
730
+ insuranceLabel: string;
731
+ blackjackPays: string;
732
+ insurancePays: string;
733
+ exactPair: string;
734
+ coloredPair: string;
735
+ mixedPair: string;
736
+ suitedTrips: string;
737
+ straightFlush: string;
738
+ threeOfAKind: string;
739
+ straight: string;
740
+ flush: string;
741
+ sideBetPairBonus: string;
742
+ sideBetThreeCardBonus: string;
743
+ sideBetOnboarding: {
744
+ step1Title: string;
745
+ step1Body: string;
746
+ step2Title: string;
747
+ step2Body: string;
748
+ step3Title: string;
749
+ step3Body: string;
750
+ step4Title: string;
751
+ step4Body: string;
752
+ openingCardsOnly: string;
753
+ separateFromMainHand: string;
754
+ pairBonusCards: string;
755
+ threeCardBonusCards: string;
756
+ pairBonusResults: string;
757
+ threeCardBonusResults: string;
758
+ };
759
+ buyInsurance: string;
760
+ noInsurance: string;
761
+ };
676
762
  dice: {
677
763
  rollOver: string;
678
764
  rollUnder: string;
@@ -702,13 +788,13 @@ export declare const translations: {
702
788
  tile: string;
703
789
  unrevealed: string;
704
790
  };
705
- wheel: {
706
- segments: string;
707
- };
708
791
  roulette: {
709
792
  chipValue: string;
710
793
  totalBetAmount: string;
711
794
  };
795
+ wheel: {
796
+ segments: string;
797
+ };
712
798
  };
713
799
  hotkeys: {
714
800
  clearBets: string;
@@ -773,15 +859,6 @@ export declare const translations: {
773
859
  stopOnLoss: string;
774
860
  stopOnProfit: string;
775
861
  };
776
- blackjack: {
777
- seats: string;
778
- hit: string;
779
- stand: string;
780
- split: string;
781
- double: string;
782
- buyInsurance: string;
783
- noInsurance: string;
784
- };
785
862
  clipboard: {
786
863
  linkCopied: string;
787
864
  };
@@ -795,6 +872,7 @@ export declare const translations: {
795
872
  cashOut: string;
796
873
  classic: string;
797
874
  confirm: string;
875
+ continue: string;
798
876
  copied: string;
799
877
  currency: string;
800
878
  deposit: string;
@@ -805,6 +883,7 @@ export declare const translations: {
805
883
  footerNavigation: string;
806
884
  gameInfo: string;
807
885
  gameName: string;
886
+ getStarted: string;
808
887
  high: string;
809
888
  history: string;
810
889
  hotkeys: string;
@@ -1007,18 +1086,6 @@ export declare const translations: {
1007
1086
  };
1008
1087
  };
1009
1088
  games: {
1010
- baccarat: {
1011
- chipValue: string;
1012
- player: string;
1013
- banker: string;
1014
- tie: string;
1015
- totalBetAmount: string;
1016
- selectChip: string;
1017
- };
1018
- roulette: {
1019
- chipValue: string;
1020
- totalBetAmount: string;
1021
- };
1022
1089
  advancedDice: {
1023
1090
  between: string;
1024
1091
  boundsLower: string;
@@ -1029,6 +1096,55 @@ export declare const translations: {
1029
1096
  secondBoundsLower: string;
1030
1097
  secondBoundsUpper: string;
1031
1098
  };
1099
+ baccarat: {
1100
+ chipValue: string;
1101
+ player: string;
1102
+ banker: string;
1103
+ tie: string;
1104
+ totalBetAmount: string;
1105
+ selectChip: string;
1106
+ };
1107
+ blackjack: {
1108
+ seats: string;
1109
+ hit: string;
1110
+ stand: string;
1111
+ split: string;
1112
+ double: string;
1113
+ standard: string;
1114
+ sideBet: string;
1115
+ blackjackLabel: string;
1116
+ insuranceLabel: string;
1117
+ blackjackPays: string;
1118
+ insurancePays: string;
1119
+ exactPair: string;
1120
+ coloredPair: string;
1121
+ mixedPair: string;
1122
+ suitedTrips: string;
1123
+ straightFlush: string;
1124
+ threeOfAKind: string;
1125
+ straight: string;
1126
+ flush: string;
1127
+ sideBetPairBonus: string;
1128
+ sideBetThreeCardBonus: string;
1129
+ sideBetOnboarding: {
1130
+ step1Title: string;
1131
+ step1Body: string;
1132
+ step2Title: string;
1133
+ step2Body: string;
1134
+ step3Title: string;
1135
+ step3Body: string;
1136
+ step4Title: string;
1137
+ step4Body: string;
1138
+ openingCardsOnly: string;
1139
+ separateFromMainHand: string;
1140
+ pairBonusCards: string;
1141
+ threeCardBonusCards: string;
1142
+ pairBonusResults: string;
1143
+ threeCardBonusResults: string;
1144
+ };
1145
+ buyInsurance: string;
1146
+ noInsurance: string;
1147
+ };
1032
1148
  dice: {
1033
1149
  rollOver: string;
1034
1150
  rollUnder: string;
@@ -1058,6 +1174,10 @@ export declare const translations: {
1058
1174
  tile: string;
1059
1175
  unrevealed: string;
1060
1176
  };
1177
+ roulette: {
1178
+ chipValue: string;
1179
+ totalBetAmount: string;
1180
+ };
1061
1181
  wheel: {
1062
1182
  segments: string;
1063
1183
  };
@@ -1138,6 +1258,7 @@ export declare const translations: {
1138
1258
  cashOut: string;
1139
1259
  classic: string;
1140
1260
  confirm: string;
1261
+ continue: string;
1141
1262
  copied: string;
1142
1263
  currency: string;
1143
1264
  deposit: string;
@@ -1148,6 +1269,7 @@ export declare const translations: {
1148
1269
  footerNavigation: string;
1149
1270
  gameInfo: string;
1150
1271
  gameName: string;
1272
+ getStarted: string;
1151
1273
  high: string;
1152
1274
  history: string;
1153
1275
  hotkeys: string;
@@ -1338,18 +1460,6 @@ export declare const translations: {
1338
1460
  };
1339
1461
  };
1340
1462
  games: {
1341
- baccarat: {
1342
- chipValue: string;
1343
- player: string;
1344
- banker: string;
1345
- tie: string;
1346
- totalBetAmount: string;
1347
- selectChip: string;
1348
- };
1349
- roulette: {
1350
- chipValue: string;
1351
- totalBetAmount: string;
1352
- };
1353
1463
  advancedDice: {
1354
1464
  between: string;
1355
1465
  boundsLower: string;
@@ -1360,6 +1470,46 @@ export declare const translations: {
1360
1470
  secondBoundsLower: string;
1361
1471
  secondBoundsUpper: string;
1362
1472
  };
1473
+ baccarat: {
1474
+ chipValue: string;
1475
+ player: string;
1476
+ banker: string;
1477
+ tie: string;
1478
+ totalBetAmount: string;
1479
+ selectChip: string;
1480
+ };
1481
+ blackjack: {
1482
+ standard: string;
1483
+ sideBet: string;
1484
+ blackjackLabel: string;
1485
+ insuranceLabel: string;
1486
+ blackjackPays: string;
1487
+ insurancePays: string;
1488
+ exactPair: string;
1489
+ coloredPair: string;
1490
+ mixedPair: string;
1491
+ suitedTrips: string;
1492
+ straightFlush: string;
1493
+ threeOfAKind: string;
1494
+ straight: string;
1495
+ flush: string;
1496
+ sideBetOnboarding: {
1497
+ step1Title: string;
1498
+ step1Body: string;
1499
+ step2Title: string;
1500
+ step2Body: string;
1501
+ step3Title: string;
1502
+ step3Body: string;
1503
+ step4Title: string;
1504
+ step4Body: string;
1505
+ openingCardsOnly: string;
1506
+ separateFromMainHand: string;
1507
+ pairBonusCards: string;
1508
+ threeCardBonusCards: string;
1509
+ pairBonusResults: string;
1510
+ threeCardBonusResults: string;
1511
+ };
1512
+ };
1363
1513
  dice: {
1364
1514
  rollOver: string;
1365
1515
  rollUnder: string;
@@ -1389,6 +1539,10 @@ export declare const translations: {
1389
1539
  tile: string;
1390
1540
  unrevealed: string;
1391
1541
  };
1542
+ roulette: {
1543
+ chipValue: string;
1544
+ totalBetAmount: string;
1545
+ };
1392
1546
  wheel: {
1393
1547
  segments: string;
1394
1548
  };
@@ -1469,6 +1623,7 @@ export declare const translations: {
1469
1623
  cashOut: string;
1470
1624
  classic: string;
1471
1625
  confirm: string;
1626
+ continue: string;
1472
1627
  copied: string;
1473
1628
  currency: string;
1474
1629
  deposit: string;
@@ -1479,6 +1634,7 @@ export declare const translations: {
1479
1634
  footerNavigation: string;
1480
1635
  gameInfo: string;
1481
1636
  gameName: string;
1637
+ getStarted: string;
1482
1638
  high: string;
1483
1639
  history: string;
1484
1640
  hotkeys: string;
@@ -1669,14 +1825,6 @@ export declare const translations: {
1669
1825
  };
1670
1826
  };
1671
1827
  games: {
1672
- baccarat: {
1673
- chipValue: string;
1674
- player: string;
1675
- banker: string;
1676
- tie: string;
1677
- totalBetAmount: string;
1678
- selectChip: string;
1679
- };
1680
1828
  advancedDice: {
1681
1829
  between: string;
1682
1830
  boundsLower: string;
@@ -1687,6 +1835,55 @@ export declare const translations: {
1687
1835
  secondBoundsLower: string;
1688
1836
  secondBoundsUpper: string;
1689
1837
  };
1838
+ baccarat: {
1839
+ chipValue: string;
1840
+ player: string;
1841
+ banker: string;
1842
+ tie: string;
1843
+ totalBetAmount: string;
1844
+ selectChip: string;
1845
+ };
1846
+ blackjack: {
1847
+ seats: string;
1848
+ hit: string;
1849
+ stand: string;
1850
+ split: string;
1851
+ double: string;
1852
+ standard: string;
1853
+ sideBet: string;
1854
+ blackjackLabel: string;
1855
+ insuranceLabel: string;
1856
+ blackjackPays: string;
1857
+ insurancePays: string;
1858
+ exactPair: string;
1859
+ coloredPair: string;
1860
+ mixedPair: string;
1861
+ suitedTrips: string;
1862
+ straightFlush: string;
1863
+ threeOfAKind: string;
1864
+ straight: string;
1865
+ flush: string;
1866
+ sideBetPairBonus: string;
1867
+ sideBetThreeCardBonus: string;
1868
+ sideBetOnboarding: {
1869
+ step1Title: string;
1870
+ step1Body: string;
1871
+ step2Title: string;
1872
+ step2Body: string;
1873
+ step3Title: string;
1874
+ step3Body: string;
1875
+ step4Title: string;
1876
+ step4Body: string;
1877
+ openingCardsOnly: string;
1878
+ separateFromMainHand: string;
1879
+ pairBonusCards: string;
1880
+ threeCardBonusCards: string;
1881
+ pairBonusResults: string;
1882
+ threeCardBonusResults: string;
1883
+ };
1884
+ buyInsurance: string;
1885
+ noInsurance: string;
1886
+ };
1690
1887
  dice: {
1691
1888
  rollOver: string;
1692
1889
  rollUnder: string;
@@ -1716,13 +1913,13 @@ export declare const translations: {
1716
1913
  tile: string;
1717
1914
  unrevealed: string;
1718
1915
  };
1719
- wheel: {
1720
- segments: string;
1721
- };
1722
1916
  roulette: {
1723
1917
  chipValue: string;
1724
1918
  totalBetAmount: string;
1725
1919
  };
1920
+ wheel: {
1921
+ segments: string;
1922
+ };
1726
1923
  };
1727
1924
  hotkeys: {
1728
1925
  clearBets: string;
@@ -1800,6 +1997,7 @@ export declare const translations: {
1800
1997
  cashOut: string;
1801
1998
  classic: string;
1802
1999
  confirm: string;
2000
+ continue: string;
1803
2001
  copied: string;
1804
2002
  currency: string;
1805
2003
  deposit: string;
@@ -1810,6 +2008,7 @@ export declare const translations: {
1810
2008
  footerNavigation: string;
1811
2009
  gameInfo: string;
1812
2010
  gameName: string;
2011
+ getStarted: string;
1813
2012
  high: string;
1814
2013
  history: string;
1815
2014
  hotkeys: string;
@@ -2000,14 +2199,6 @@ export declare const translations: {
2000
2199
  };
2001
2200
  };
2002
2201
  games: {
2003
- baccarat: {
2004
- chipValue: string;
2005
- player: string;
2006
- banker: string;
2007
- tie: string;
2008
- totalBetAmount: string;
2009
- selectChip: string;
2010
- };
2011
2202
  advancedDice: {
2012
2203
  between: string;
2013
2204
  boundsLower: string;
@@ -2018,6 +2209,55 @@ export declare const translations: {
2018
2209
  secondBoundsLower: string;
2019
2210
  secondBoundsUpper: string;
2020
2211
  };
2212
+ baccarat: {
2213
+ chipValue: string;
2214
+ player: string;
2215
+ banker: string;
2216
+ tie: string;
2217
+ totalBetAmount: string;
2218
+ selectChip: string;
2219
+ };
2220
+ blackjack: {
2221
+ seats: string;
2222
+ hit: string;
2223
+ stand: string;
2224
+ split: string;
2225
+ double: string;
2226
+ standard: string;
2227
+ sideBet: string;
2228
+ blackjackLabel: string;
2229
+ insuranceLabel: string;
2230
+ blackjackPays: string;
2231
+ insurancePays: string;
2232
+ exactPair: string;
2233
+ coloredPair: string;
2234
+ mixedPair: string;
2235
+ suitedTrips: string;
2236
+ straightFlush: string;
2237
+ threeOfAKind: string;
2238
+ straight: string;
2239
+ flush: string;
2240
+ sideBetPairBonus: string;
2241
+ sideBetThreeCardBonus: string;
2242
+ sideBetOnboarding: {
2243
+ step1Title: string;
2244
+ step1Body: string;
2245
+ step2Title: string;
2246
+ step2Body: string;
2247
+ step3Title: string;
2248
+ step3Body: string;
2249
+ step4Title: string;
2250
+ step4Body: string;
2251
+ openingCardsOnly: string;
2252
+ separateFromMainHand: string;
2253
+ pairBonusCards: string;
2254
+ threeCardBonusCards: string;
2255
+ pairBonusResults: string;
2256
+ threeCardBonusResults: string;
2257
+ };
2258
+ buyInsurance: string;
2259
+ noInsurance: string;
2260
+ };
2021
2261
  dice: {
2022
2262
  rollOver: string;
2023
2263
  rollUnder: string;
@@ -2047,13 +2287,13 @@ export declare const translations: {
2047
2287
  tile: string;
2048
2288
  unrevealed: string;
2049
2289
  };
2050
- wheel: {
2051
- segments: string;
2052
- };
2053
2290
  roulette: {
2054
2291
  chipValue: string;
2055
2292
  totalBetAmount: string;
2056
2293
  };
2294
+ wheel: {
2295
+ segments: string;
2296
+ };
2057
2297
  };
2058
2298
  hotkeys: {
2059
2299
  clearBets: string;
@@ -2131,6 +2371,7 @@ export declare const translations: {
2131
2371
  cashOut: string;
2132
2372
  classic: string;
2133
2373
  confirm: string;
2374
+ continue: string;
2134
2375
  copied: string;
2135
2376
  currency: string;
2136
2377
  deposit: string;
@@ -2141,6 +2382,7 @@ export declare const translations: {
2141
2382
  footerNavigation: string;
2142
2383
  gameInfo: string;
2143
2384
  gameName: string;
2385
+ getStarted: string;
2144
2386
  high: string;
2145
2387
  history: string;
2146
2388
  hotkeys: string;
@@ -2331,14 +2573,6 @@ export declare const translations: {
2331
2573
  };
2332
2574
  };
2333
2575
  games: {
2334
- baccarat: {
2335
- chipValue: string;
2336
- player: string;
2337
- banker: string;
2338
- tie: string;
2339
- totalBetAmount: string;
2340
- selectChip: string;
2341
- };
2342
2576
  advancedDice: {
2343
2577
  between: string;
2344
2578
  boundsLower: string;
@@ -2349,6 +2583,55 @@ export declare const translations: {
2349
2583
  secondBoundsLower: string;
2350
2584
  secondBoundsUpper: string;
2351
2585
  };
2586
+ baccarat: {
2587
+ chipValue: string;
2588
+ player: string;
2589
+ banker: string;
2590
+ tie: string;
2591
+ totalBetAmount: string;
2592
+ selectChip: string;
2593
+ };
2594
+ blackjack: {
2595
+ seats: string;
2596
+ hit: string;
2597
+ stand: string;
2598
+ split: string;
2599
+ double: string;
2600
+ standard: string;
2601
+ sideBet: string;
2602
+ blackjackLabel: string;
2603
+ insuranceLabel: string;
2604
+ blackjackPays: string;
2605
+ insurancePays: string;
2606
+ exactPair: string;
2607
+ coloredPair: string;
2608
+ mixedPair: string;
2609
+ suitedTrips: string;
2610
+ straightFlush: string;
2611
+ threeOfAKind: string;
2612
+ straight: string;
2613
+ flush: string;
2614
+ sideBetPairBonus: string;
2615
+ sideBetThreeCardBonus: string;
2616
+ sideBetOnboarding: {
2617
+ step1Title: string;
2618
+ step1Body: string;
2619
+ step2Title: string;
2620
+ step2Body: string;
2621
+ step3Title: string;
2622
+ step3Body: string;
2623
+ step4Title: string;
2624
+ step4Body: string;
2625
+ openingCardsOnly: string;
2626
+ separateFromMainHand: string;
2627
+ pairBonusCards: string;
2628
+ threeCardBonusCards: string;
2629
+ pairBonusResults: string;
2630
+ threeCardBonusResults: string;
2631
+ };
2632
+ buyInsurance: string;
2633
+ noInsurance: string;
2634
+ };
2352
2635
  dice: {
2353
2636
  rollOver: string;
2354
2637
  rollUnder: string;
@@ -2378,13 +2661,13 @@ export declare const translations: {
2378
2661
  tile: string;
2379
2662
  unrevealed: string;
2380
2663
  };
2381
- wheel: {
2382
- segments: string;
2383
- };
2384
2664
  roulette: {
2385
2665
  chipValue: string;
2386
2666
  totalBetAmount: string;
2387
2667
  };
2668
+ wheel: {
2669
+ segments: string;
2670
+ };
2388
2671
  };
2389
2672
  hotkeys: {
2390
2673
  clearBets: string;
@@ -2462,6 +2745,7 @@ export declare const translations: {
2462
2745
  cashOut: string;
2463
2746
  classic: string;
2464
2747
  confirm: string;
2748
+ continue: string;
2465
2749
  copied: string;
2466
2750
  currency: string;
2467
2751
  deposit: string;
@@ -2472,6 +2756,7 @@ export declare const translations: {
2472
2756
  footerNavigation: string;
2473
2757
  gameInfo: string;
2474
2758
  gameName: string;
2759
+ getStarted: string;
2475
2760
  high: string;
2476
2761
  history: string;
2477
2762
  hotkeys: string;
@@ -2662,14 +2947,6 @@ export declare const translations: {
2662
2947
  };
2663
2948
  };
2664
2949
  games: {
2665
- baccarat: {
2666
- chipValue: string;
2667
- player: string;
2668
- banker: string;
2669
- tie: string;
2670
- totalBetAmount: string;
2671
- selectChip: string;
2672
- };
2673
2950
  advancedDice: {
2674
2951
  between: string;
2675
2952
  boundsLower: string;
@@ -2680,6 +2957,55 @@ export declare const translations: {
2680
2957
  secondBoundsLower: string;
2681
2958
  secondBoundsUpper: string;
2682
2959
  };
2960
+ baccarat: {
2961
+ chipValue: string;
2962
+ player: string;
2963
+ banker: string;
2964
+ tie: string;
2965
+ totalBetAmount: string;
2966
+ selectChip: string;
2967
+ };
2968
+ blackjack: {
2969
+ seats: string;
2970
+ hit: string;
2971
+ stand: string;
2972
+ split: string;
2973
+ double: string;
2974
+ standard: string;
2975
+ sideBet: string;
2976
+ blackjackLabel: string;
2977
+ insuranceLabel: string;
2978
+ blackjackPays: string;
2979
+ insurancePays: string;
2980
+ exactPair: string;
2981
+ coloredPair: string;
2982
+ mixedPair: string;
2983
+ suitedTrips: string;
2984
+ straightFlush: string;
2985
+ threeOfAKind: string;
2986
+ straight: string;
2987
+ flush: string;
2988
+ sideBetPairBonus: string;
2989
+ sideBetThreeCardBonus: string;
2990
+ sideBetOnboarding: {
2991
+ step1Title: string;
2992
+ step1Body: string;
2993
+ step2Title: string;
2994
+ step2Body: string;
2995
+ step3Title: string;
2996
+ step3Body: string;
2997
+ step4Title: string;
2998
+ step4Body: string;
2999
+ openingCardsOnly: string;
3000
+ separateFromMainHand: string;
3001
+ pairBonusCards: string;
3002
+ threeCardBonusCards: string;
3003
+ pairBonusResults: string;
3004
+ threeCardBonusResults: string;
3005
+ };
3006
+ buyInsurance: string;
3007
+ noInsurance: string;
3008
+ };
2683
3009
  dice: {
2684
3010
  rollOver: string;
2685
3011
  rollUnder: string;
@@ -2709,13 +3035,13 @@ export declare const translations: {
2709
3035
  tile: string;
2710
3036
  unrevealed: string;
2711
3037
  };
2712
- wheel: {
2713
- segments: string;
2714
- };
2715
3038
  roulette: {
2716
3039
  chipValue: string;
2717
3040
  totalBetAmount: string;
2718
3041
  };
3042
+ wheel: {
3043
+ segments: string;
3044
+ };
2719
3045
  };
2720
3046
  hotkeys: {
2721
3047
  clearBets: string;
@@ -2793,6 +3119,7 @@ export declare const translations: {
2793
3119
  cashOut: string;
2794
3120
  classic: string;
2795
3121
  confirm: string;
3122
+ continue: string;
2796
3123
  copied: string;
2797
3124
  currency: string;
2798
3125
  deposit: string;
@@ -2803,6 +3130,7 @@ export declare const translations: {
2803
3130
  footerNavigation: string;
2804
3131
  gameInfo: string;
2805
3132
  gameName: string;
3133
+ getStarted: string;
2806
3134
  high: string;
2807
3135
  history: string;
2808
3136
  hotkeys: string;
@@ -2993,14 +3321,6 @@ export declare const translations: {
2993
3321
  };
2994
3322
  };
2995
3323
  games: {
2996
- baccarat: {
2997
- chipValue: string;
2998
- player: string;
2999
- banker: string;
3000
- tie: string;
3001
- totalBetAmount: string;
3002
- selectChip: string;
3003
- };
3004
3324
  advancedDice: {
3005
3325
  between: string;
3006
3326
  boundsLower: string;
@@ -3011,6 +3331,55 @@ export declare const translations: {
3011
3331
  secondBoundsLower: string;
3012
3332
  secondBoundsUpper: string;
3013
3333
  };
3334
+ baccarat: {
3335
+ chipValue: string;
3336
+ player: string;
3337
+ banker: string;
3338
+ tie: string;
3339
+ totalBetAmount: string;
3340
+ selectChip: string;
3341
+ };
3342
+ blackjack: {
3343
+ seats: string;
3344
+ hit: string;
3345
+ stand: string;
3346
+ split: string;
3347
+ double: string;
3348
+ standard: string;
3349
+ sideBet: string;
3350
+ blackjackLabel: string;
3351
+ insuranceLabel: string;
3352
+ blackjackPays: string;
3353
+ insurancePays: string;
3354
+ exactPair: string;
3355
+ coloredPair: string;
3356
+ mixedPair: string;
3357
+ suitedTrips: string;
3358
+ straightFlush: string;
3359
+ threeOfAKind: string;
3360
+ straight: string;
3361
+ flush: string;
3362
+ sideBetPairBonus: string;
3363
+ sideBetThreeCardBonus: string;
3364
+ sideBetOnboarding: {
3365
+ step1Title: string;
3366
+ step1Body: string;
3367
+ step2Title: string;
3368
+ step2Body: string;
3369
+ step3Title: string;
3370
+ step3Body: string;
3371
+ step4Title: string;
3372
+ step4Body: string;
3373
+ openingCardsOnly: string;
3374
+ separateFromMainHand: string;
3375
+ pairBonusCards: string;
3376
+ threeCardBonusCards: string;
3377
+ pairBonusResults: string;
3378
+ threeCardBonusResults: string;
3379
+ };
3380
+ buyInsurance: string;
3381
+ noInsurance: string;
3382
+ };
3014
3383
  dice: {
3015
3384
  rollOver: string;
3016
3385
  rollUnder: string;
@@ -3040,13 +3409,13 @@ export declare const translations: {
3040
3409
  tile: string;
3041
3410
  unrevealed: string;
3042
3411
  };
3043
- wheel: {
3044
- segments: string;
3045
- };
3046
3412
  roulette: {
3047
3413
  chipValue: string;
3048
3414
  totalBetAmount: string;
3049
3415
  };
3416
+ wheel: {
3417
+ segments: string;
3418
+ };
3050
3419
  };
3051
3420
  hotkeys: {
3052
3421
  clearBets: string;
@@ -3124,6 +3493,7 @@ export declare const translations: {
3124
3493
  cashOut: string;
3125
3494
  classic: string;
3126
3495
  confirm: string;
3496
+ continue: string;
3127
3497
  copied: string;
3128
3498
  currency: string;
3129
3499
  deposit: string;
@@ -3134,6 +3504,7 @@ export declare const translations: {
3134
3504
  footerNavigation: string;
3135
3505
  gameInfo: string;
3136
3506
  gameName: string;
3507
+ getStarted: string;
3137
3508
  high: string;
3138
3509
  history: string;
3139
3510
  hotkeys: string;
@@ -3324,14 +3695,6 @@ export declare const translations: {
3324
3695
  };
3325
3696
  };
3326
3697
  games: {
3327
- baccarat: {
3328
- chipValue: string;
3329
- player: string;
3330
- banker: string;
3331
- tie: string;
3332
- totalBetAmount: string;
3333
- selectChip: string;
3334
- };
3335
3698
  advancedDice: {
3336
3699
  between: string;
3337
3700
  boundsLower: string;
@@ -3342,6 +3705,55 @@ export declare const translations: {
3342
3705
  secondBoundsLower: string;
3343
3706
  secondBoundsUpper: string;
3344
3707
  };
3708
+ baccarat: {
3709
+ chipValue: string;
3710
+ player: string;
3711
+ banker: string;
3712
+ tie: string;
3713
+ totalBetAmount: string;
3714
+ selectChip: string;
3715
+ };
3716
+ blackjack: {
3717
+ seats: string;
3718
+ hit: string;
3719
+ stand: string;
3720
+ split: string;
3721
+ double: string;
3722
+ standard: string;
3723
+ sideBet: string;
3724
+ blackjackLabel: string;
3725
+ insuranceLabel: string;
3726
+ blackjackPays: string;
3727
+ insurancePays: string;
3728
+ exactPair: string;
3729
+ coloredPair: string;
3730
+ mixedPair: string;
3731
+ suitedTrips: string;
3732
+ straightFlush: string;
3733
+ threeOfAKind: string;
3734
+ straight: string;
3735
+ flush: string;
3736
+ sideBetPairBonus: string;
3737
+ sideBetThreeCardBonus: string;
3738
+ sideBetOnboarding: {
3739
+ step1Title: string;
3740
+ step1Body: string;
3741
+ step2Title: string;
3742
+ step2Body: string;
3743
+ step3Title: string;
3744
+ step3Body: string;
3745
+ step4Title: string;
3746
+ step4Body: string;
3747
+ openingCardsOnly: string;
3748
+ separateFromMainHand: string;
3749
+ pairBonusCards: string;
3750
+ threeCardBonusCards: string;
3751
+ pairBonusResults: string;
3752
+ threeCardBonusResults: string;
3753
+ };
3754
+ buyInsurance: string;
3755
+ noInsurance: string;
3756
+ };
3345
3757
  dice: {
3346
3758
  rollOver: string;
3347
3759
  rollUnder: string;
@@ -3371,13 +3783,13 @@ export declare const translations: {
3371
3783
  tile: string;
3372
3784
  unrevealed: string;
3373
3785
  };
3374
- wheel: {
3375
- segments: string;
3376
- };
3377
3786
  roulette: {
3378
3787
  chipValue: string;
3379
3788
  totalBetAmount: string;
3380
3789
  };
3790
+ wheel: {
3791
+ segments: string;
3792
+ };
3381
3793
  };
3382
3794
  hotkeys: {
3383
3795
  clearBets: string;
@@ -3455,6 +3867,7 @@ export declare const translations: {
3455
3867
  cashOut: string;
3456
3868
  classic: string;
3457
3869
  confirm: string;
3870
+ continue: string;
3458
3871
  copied: string;
3459
3872
  currency: string;
3460
3873
  deposit: string;
@@ -3465,6 +3878,7 @@ export declare const translations: {
3465
3878
  footerNavigation: string;
3466
3879
  gameInfo: string;
3467
3880
  gameName: string;
3881
+ getStarted: string;
3468
3882
  high: string;
3469
3883
  history: string;
3470
3884
  hotkeys: string;
@@ -3655,14 +4069,6 @@ export declare const translations: {
3655
4069
  };
3656
4070
  };
3657
4071
  games: {
3658
- baccarat: {
3659
- chipValue: string;
3660
- player: string;
3661
- banker: string;
3662
- tie: string;
3663
- totalBetAmount: string;
3664
- selectChip: string;
3665
- };
3666
4072
  advancedDice: {
3667
4073
  between: string;
3668
4074
  boundsLower: string;
@@ -3673,9 +4079,58 @@ export declare const translations: {
3673
4079
  secondBoundsLower: string;
3674
4080
  secondBoundsUpper: string;
3675
4081
  };
3676
- dice: {
3677
- rollOver: string;
3678
- rollUnder: string;
4082
+ baccarat: {
4083
+ chipValue: string;
4084
+ player: string;
4085
+ banker: string;
4086
+ tie: string;
4087
+ totalBetAmount: string;
4088
+ selectChip: string;
4089
+ };
4090
+ blackjack: {
4091
+ seats: string;
4092
+ hit: string;
4093
+ stand: string;
4094
+ split: string;
4095
+ double: string;
4096
+ standard: string;
4097
+ sideBet: string;
4098
+ blackjackLabel: string;
4099
+ insuranceLabel: string;
4100
+ blackjackPays: string;
4101
+ insurancePays: string;
4102
+ exactPair: string;
4103
+ coloredPair: string;
4104
+ mixedPair: string;
4105
+ suitedTrips: string;
4106
+ straightFlush: string;
4107
+ threeOfAKind: string;
4108
+ straight: string;
4109
+ flush: string;
4110
+ sideBetPairBonus: string;
4111
+ sideBetThreeCardBonus: string;
4112
+ sideBetOnboarding: {
4113
+ step1Title: string;
4114
+ step1Body: string;
4115
+ step2Title: string;
4116
+ step2Body: string;
4117
+ step3Title: string;
4118
+ step3Body: string;
4119
+ step4Title: string;
4120
+ step4Body: string;
4121
+ openingCardsOnly: string;
4122
+ separateFromMainHand: string;
4123
+ pairBonusCards: string;
4124
+ threeCardBonusCards: string;
4125
+ pairBonusResults: string;
4126
+ threeCardBonusResults: string;
4127
+ };
4128
+ buyInsurance: string;
4129
+ noInsurance: string;
4130
+ };
4131
+ dice: {
4132
+ rollOver: string;
4133
+ rollUnder: string;
3679
4134
  };
3680
4135
  keno: {
3681
4136
  autoPick: string;
@@ -3702,13 +4157,13 @@ export declare const translations: {
3702
4157
  tile: string;
3703
4158
  unrevealed: string;
3704
4159
  };
3705
- wheel: {
3706
- segments: string;
3707
- };
3708
4160
  roulette: {
3709
4161
  chipValue: string;
3710
4162
  totalBetAmount: string;
3711
4163
  };
4164
+ wheel: {
4165
+ segments: string;
4166
+ };
3712
4167
  };
3713
4168
  hotkeys: {
3714
4169
  clearBets: string;
@@ -3786,6 +4241,7 @@ export declare const translations: {
3786
4241
  cashOut: string;
3787
4242
  classic: string;
3788
4243
  confirm: string;
4244
+ continue: string;
3789
4245
  copied: string;
3790
4246
  currency: string;
3791
4247
  deposit: string;
@@ -3796,6 +4252,7 @@ export declare const translations: {
3796
4252
  footerNavigation: string;
3797
4253
  gameInfo: string;
3798
4254
  gameName: string;
4255
+ getStarted: string;
3799
4256
  high: string;
3800
4257
  history: string;
3801
4258
  hotkeys: string;
@@ -3986,14 +4443,6 @@ export declare const translations: {
3986
4443
  };
3987
4444
  };
3988
4445
  games: {
3989
- baccarat: {
3990
- chipValue: string;
3991
- player: string;
3992
- banker: string;
3993
- tie: string;
3994
- totalBetAmount: string;
3995
- selectChip: string;
3996
- };
3997
4446
  advancedDice: {
3998
4447
  between: string;
3999
4448
  boundsLower: string;
@@ -4004,6 +4453,55 @@ export declare const translations: {
4004
4453
  secondBoundsLower: string;
4005
4454
  secondBoundsUpper: string;
4006
4455
  };
4456
+ baccarat: {
4457
+ chipValue: string;
4458
+ player: string;
4459
+ banker: string;
4460
+ tie: string;
4461
+ totalBetAmount: string;
4462
+ selectChip: string;
4463
+ };
4464
+ blackjack: {
4465
+ seats: string;
4466
+ hit: string;
4467
+ stand: string;
4468
+ split: string;
4469
+ double: string;
4470
+ standard: string;
4471
+ sideBet: string;
4472
+ blackjackLabel: string;
4473
+ insuranceLabel: string;
4474
+ blackjackPays: string;
4475
+ insurancePays: string;
4476
+ exactPair: string;
4477
+ coloredPair: string;
4478
+ mixedPair: string;
4479
+ suitedTrips: string;
4480
+ straightFlush: string;
4481
+ threeOfAKind: string;
4482
+ straight: string;
4483
+ flush: string;
4484
+ sideBetPairBonus: string;
4485
+ sideBetThreeCardBonus: string;
4486
+ sideBetOnboarding: {
4487
+ step1Title: string;
4488
+ step1Body: string;
4489
+ step2Title: string;
4490
+ step2Body: string;
4491
+ step3Title: string;
4492
+ step3Body: string;
4493
+ step4Title: string;
4494
+ step4Body: string;
4495
+ openingCardsOnly: string;
4496
+ separateFromMainHand: string;
4497
+ pairBonusCards: string;
4498
+ threeCardBonusCards: string;
4499
+ pairBonusResults: string;
4500
+ threeCardBonusResults: string;
4501
+ };
4502
+ buyInsurance: string;
4503
+ noInsurance: string;
4504
+ };
4007
4505
  dice: {
4008
4506
  rollOver: string;
4009
4507
  rollUnder: string;
@@ -4033,13 +4531,13 @@ export declare const translations: {
4033
4531
  tile: string;
4034
4532
  unrevealed: string;
4035
4533
  };
4036
- wheel: {
4037
- segments: string;
4038
- };
4039
4534
  roulette: {
4040
4535
  chipValue: string;
4041
4536
  totalBetAmount: string;
4042
4537
  };
4538
+ wheel: {
4539
+ segments: string;
4540
+ };
4043
4541
  };
4044
4542
  hotkeys: {
4045
4543
  clearBets: string;
@@ -4117,6 +4615,7 @@ export declare const translations: {
4117
4615
  cashOut: string;
4118
4616
  classic: string;
4119
4617
  confirm: string;
4618
+ continue: string;
4120
4619
  copied: string;
4121
4620
  currency: string;
4122
4621
  deposit: string;
@@ -4127,6 +4626,7 @@ export declare const translations: {
4127
4626
  footerNavigation: string;
4128
4627
  gameInfo: string;
4129
4628
  gameName: string;
4629
+ getStarted: string;
4130
4630
  high: string;
4131
4631
  history: string;
4132
4632
  hotkeys: string;
@@ -4317,14 +4817,6 @@ export declare const translations: {
4317
4817
  };
4318
4818
  };
4319
4819
  games: {
4320
- baccarat: {
4321
- chipValue: string;
4322
- player: string;
4323
- banker: string;
4324
- tie: string;
4325
- totalBetAmount: string;
4326
- selectChip: string;
4327
- };
4328
4820
  advancedDice: {
4329
4821
  between: string;
4330
4822
  boundsLower: string;
@@ -4335,6 +4827,55 @@ export declare const translations: {
4335
4827
  secondBoundsLower: string;
4336
4828
  secondBoundsUpper: string;
4337
4829
  };
4830
+ baccarat: {
4831
+ chipValue: string;
4832
+ player: string;
4833
+ banker: string;
4834
+ tie: string;
4835
+ totalBetAmount: string;
4836
+ selectChip: string;
4837
+ };
4838
+ blackjack: {
4839
+ seats: string;
4840
+ hit: string;
4841
+ stand: string;
4842
+ split: string;
4843
+ double: string;
4844
+ standard: string;
4845
+ sideBet: string;
4846
+ blackjackLabel: string;
4847
+ insuranceLabel: string;
4848
+ blackjackPays: string;
4849
+ insurancePays: string;
4850
+ exactPair: string;
4851
+ coloredPair: string;
4852
+ mixedPair: string;
4853
+ suitedTrips: string;
4854
+ straightFlush: string;
4855
+ threeOfAKind: string;
4856
+ straight: string;
4857
+ flush: string;
4858
+ sideBetPairBonus: string;
4859
+ sideBetThreeCardBonus: string;
4860
+ sideBetOnboarding: {
4861
+ step1Title: string;
4862
+ step1Body: string;
4863
+ step2Title: string;
4864
+ step2Body: string;
4865
+ step3Title: string;
4866
+ step3Body: string;
4867
+ step4Title: string;
4868
+ step4Body: string;
4869
+ openingCardsOnly: string;
4870
+ separateFromMainHand: string;
4871
+ pairBonusCards: string;
4872
+ threeCardBonusCards: string;
4873
+ pairBonusResults: string;
4874
+ threeCardBonusResults: string;
4875
+ };
4876
+ buyInsurance: string;
4877
+ noInsurance: string;
4878
+ };
4338
4879
  dice: {
4339
4880
  rollOver: string;
4340
4881
  rollUnder: string;
@@ -4364,13 +4905,13 @@ export declare const translations: {
4364
4905
  tile: string;
4365
4906
  unrevealed: string;
4366
4907
  };
4367
- wheel: {
4368
- segments: string;
4369
- };
4370
4908
  roulette: {
4371
4909
  chipValue: string;
4372
4910
  totalBetAmount: string;
4373
4911
  };
4912
+ wheel: {
4913
+ segments: string;
4914
+ };
4374
4915
  };
4375
4916
  hotkeys: {
4376
4917
  clearBets: string;
@@ -4448,6 +4989,7 @@ export declare const translations: {
4448
4989
  cashOut: string;
4449
4990
  classic: string;
4450
4991
  confirm: string;
4992
+ continue: string;
4451
4993
  copied: string;
4452
4994
  currency: string;
4453
4995
  deposit: string;
@@ -4458,6 +5000,7 @@ export declare const translations: {
4458
5000
  footerNavigation: string;
4459
5001
  gameInfo: string;
4460
5002
  gameName: string;
5003
+ getStarted: string;
4461
5004
  high: string;
4462
5005
  history: string;
4463
5006
  hotkeys: string;
@@ -4648,14 +5191,6 @@ export declare const translations: {
4648
5191
  };
4649
5192
  };
4650
5193
  games: {
4651
- baccarat: {
4652
- chipValue: string;
4653
- player: string;
4654
- banker: string;
4655
- tie: string;
4656
- totalBetAmount: string;
4657
- selectChip: string;
4658
- };
4659
5194
  advancedDice: {
4660
5195
  between: string;
4661
5196
  boundsLower: string;
@@ -4666,6 +5201,55 @@ export declare const translations: {
4666
5201
  secondBoundsLower: string;
4667
5202
  secondBoundsUpper: string;
4668
5203
  };
5204
+ baccarat: {
5205
+ chipValue: string;
5206
+ player: string;
5207
+ banker: string;
5208
+ tie: string;
5209
+ totalBetAmount: string;
5210
+ selectChip: string;
5211
+ };
5212
+ blackjack: {
5213
+ seats: string;
5214
+ hit: string;
5215
+ stand: string;
5216
+ split: string;
5217
+ double: string;
5218
+ standard: string;
5219
+ sideBet: string;
5220
+ blackjackLabel: string;
5221
+ insuranceLabel: string;
5222
+ blackjackPays: string;
5223
+ insurancePays: string;
5224
+ exactPair: string;
5225
+ coloredPair: string;
5226
+ mixedPair: string;
5227
+ suitedTrips: string;
5228
+ straightFlush: string;
5229
+ threeOfAKind: string;
5230
+ straight: string;
5231
+ flush: string;
5232
+ sideBetPairBonus: string;
5233
+ sideBetThreeCardBonus: string;
5234
+ sideBetOnboarding: {
5235
+ step1Title: string;
5236
+ step1Body: string;
5237
+ step2Title: string;
5238
+ step2Body: string;
5239
+ step3Title: string;
5240
+ step3Body: string;
5241
+ step4Title: string;
5242
+ step4Body: string;
5243
+ openingCardsOnly: string;
5244
+ separateFromMainHand: string;
5245
+ pairBonusCards: string;
5246
+ threeCardBonusCards: string;
5247
+ pairBonusResults: string;
5248
+ threeCardBonusResults: string;
5249
+ };
5250
+ buyInsurance: string;
5251
+ noInsurance: string;
5252
+ };
4669
5253
  dice: {
4670
5254
  rollOver: string;
4671
5255
  rollUnder: string;
@@ -4695,13 +5279,13 @@ export declare const translations: {
4695
5279
  tile: string;
4696
5280
  unrevealed: string;
4697
5281
  };
4698
- wheel: {
4699
- segments: string;
4700
- };
4701
5282
  roulette: {
4702
5283
  chipValue: string;
4703
5284
  totalBetAmount: string;
4704
5285
  };
5286
+ wheel: {
5287
+ segments: string;
5288
+ };
4705
5289
  };
4706
5290
  hotkeys: {
4707
5291
  clearBets: string;
@@ -4779,6 +5363,7 @@ export declare const translations: {
4779
5363
  cashOut: string;
4780
5364
  classic: string;
4781
5365
  confirm: string;
5366
+ continue: string;
4782
5367
  copied: string;
4783
5368
  currency: string;
4784
5369
  deposit: string;
@@ -4789,6 +5374,7 @@ export declare const translations: {
4789
5374
  footerNavigation: string;
4790
5375
  gameInfo: string;
4791
5376
  gameName: string;
5377
+ getStarted: string;
4792
5378
  high: string;
4793
5379
  history: string;
4794
5380
  hotkeys: string;
@@ -4979,14 +5565,6 @@ export declare const translations: {
4979
5565
  };
4980
5566
  };
4981
5567
  games: {
4982
- baccarat: {
4983
- chipValue: string;
4984
- player: string;
4985
- banker: string;
4986
- tie: string;
4987
- totalBetAmount: string;
4988
- selectChip: string;
4989
- };
4990
5568
  advancedDice: {
4991
5569
  between: string;
4992
5570
  boundsLower: string;
@@ -4997,6 +5575,55 @@ export declare const translations: {
4997
5575
  secondBoundsLower: string;
4998
5576
  secondBoundsUpper: string;
4999
5577
  };
5578
+ baccarat: {
5579
+ chipValue: string;
5580
+ player: string;
5581
+ banker: string;
5582
+ tie: string;
5583
+ totalBetAmount: string;
5584
+ selectChip: string;
5585
+ };
5586
+ blackjack: {
5587
+ seats: string;
5588
+ hit: string;
5589
+ stand: string;
5590
+ split: string;
5591
+ double: string;
5592
+ standard: string;
5593
+ sideBet: string;
5594
+ blackjackLabel: string;
5595
+ insuranceLabel: string;
5596
+ blackjackPays: string;
5597
+ insurancePays: string;
5598
+ exactPair: string;
5599
+ coloredPair: string;
5600
+ mixedPair: string;
5601
+ suitedTrips: string;
5602
+ straightFlush: string;
5603
+ threeOfAKind: string;
5604
+ straight: string;
5605
+ flush: string;
5606
+ sideBetPairBonus: string;
5607
+ sideBetThreeCardBonus: string;
5608
+ sideBetOnboarding: {
5609
+ step1Title: string;
5610
+ step1Body: string;
5611
+ step2Title: string;
5612
+ step2Body: string;
5613
+ step3Title: string;
5614
+ step3Body: string;
5615
+ step4Title: string;
5616
+ step4Body: string;
5617
+ openingCardsOnly: string;
5618
+ separateFromMainHand: string;
5619
+ pairBonusCards: string;
5620
+ threeCardBonusCards: string;
5621
+ pairBonusResults: string;
5622
+ threeCardBonusResults: string;
5623
+ };
5624
+ buyInsurance: string;
5625
+ noInsurance: string;
5626
+ };
5000
5627
  dice: {
5001
5628
  rollOver: string;
5002
5629
  rollUnder: string;
@@ -5026,13 +5653,13 @@ export declare const translations: {
5026
5653
  tile: string;
5027
5654
  unrevealed: string;
5028
5655
  };
5029
- wheel: {
5030
- segments: string;
5031
- };
5032
5656
  roulette: {
5033
5657
  chipValue: string;
5034
5658
  totalBetAmount: string;
5035
5659
  };
5660
+ wheel: {
5661
+ segments: string;
5662
+ };
5036
5663
  };
5037
5664
  hotkeys: {
5038
5665
  clearBets: string;
@@ -5110,6 +5737,7 @@ export declare const translations: {
5110
5737
  cashOut: string;
5111
5738
  classic: string;
5112
5739
  confirm: string;
5740
+ continue: string;
5113
5741
  copied: string;
5114
5742
  currency: string;
5115
5743
  deposit: string;
@@ -5120,6 +5748,7 @@ export declare const translations: {
5120
5748
  footerNavigation: string;
5121
5749
  gameInfo: string;
5122
5750
  gameName: string;
5751
+ getStarted: string;
5123
5752
  high: string;
5124
5753
  history: string;
5125
5754
  hotkeys: string;
@@ -5310,14 +5939,6 @@ export declare const translations: {
5310
5939
  };
5311
5940
  };
5312
5941
  games: {
5313
- baccarat: {
5314
- chipValue: string;
5315
- player: string;
5316
- banker: string;
5317
- tie: string;
5318
- totalBetAmount: string;
5319
- selectChip: string;
5320
- };
5321
5942
  advancedDice: {
5322
5943
  between: string;
5323
5944
  boundsLower: string;
@@ -5328,6 +5949,55 @@ export declare const translations: {
5328
5949
  secondBoundsLower: string;
5329
5950
  secondBoundsUpper: string;
5330
5951
  };
5952
+ baccarat: {
5953
+ chipValue: string;
5954
+ player: string;
5955
+ banker: string;
5956
+ tie: string;
5957
+ totalBetAmount: string;
5958
+ selectChip: string;
5959
+ };
5960
+ blackjack: {
5961
+ seats: string;
5962
+ hit: string;
5963
+ stand: string;
5964
+ split: string;
5965
+ double: string;
5966
+ standard: string;
5967
+ sideBet: string;
5968
+ blackjackLabel: string;
5969
+ insuranceLabel: string;
5970
+ blackjackPays: string;
5971
+ insurancePays: string;
5972
+ exactPair: string;
5973
+ coloredPair: string;
5974
+ mixedPair: string;
5975
+ suitedTrips: string;
5976
+ straightFlush: string;
5977
+ threeOfAKind: string;
5978
+ straight: string;
5979
+ flush: string;
5980
+ sideBetPairBonus: string;
5981
+ sideBetThreeCardBonus: string;
5982
+ sideBetOnboarding: {
5983
+ step1Title: string;
5984
+ step1Body: string;
5985
+ step2Title: string;
5986
+ step2Body: string;
5987
+ step3Title: string;
5988
+ step3Body: string;
5989
+ step4Title: string;
5990
+ step4Body: string;
5991
+ openingCardsOnly: string;
5992
+ separateFromMainHand: string;
5993
+ pairBonusCards: string;
5994
+ threeCardBonusCards: string;
5995
+ pairBonusResults: string;
5996
+ threeCardBonusResults: string;
5997
+ };
5998
+ buyInsurance: string;
5999
+ noInsurance: string;
6000
+ };
5331
6001
  dice: {
5332
6002
  rollOver: string;
5333
6003
  rollUnder: string;
@@ -5357,13 +6027,13 @@ export declare const translations: {
5357
6027
  tile: string;
5358
6028
  unrevealed: string;
5359
6029
  };
5360
- wheel: {
5361
- segments: string;
5362
- };
5363
6030
  roulette: {
5364
6031
  chipValue: string;
5365
6032
  totalBetAmount: string;
5366
6033
  };
6034
+ wheel: {
6035
+ segments: string;
6036
+ };
5367
6037
  };
5368
6038
  hotkeys: {
5369
6039
  clearBets: string;
@@ -5441,6 +6111,7 @@ export declare const translations: {
5441
6111
  cashOut: string;
5442
6112
  classic: string;
5443
6113
  confirm: string;
6114
+ continue: string;
5444
6115
  copied: string;
5445
6116
  currency: string;
5446
6117
  deposit: string;
@@ -5451,6 +6122,7 @@ export declare const translations: {
5451
6122
  footerNavigation: string;
5452
6123
  gameInfo: string;
5453
6124
  gameName: string;
6125
+ getStarted: string;
5454
6126
  high: string;
5455
6127
  history: string;
5456
6128
  hotkeys: string;
@@ -5641,14 +6313,6 @@ export declare const translations: {
5641
6313
  };
5642
6314
  };
5643
6315
  games: {
5644
- baccarat: {
5645
- chipValue: string;
5646
- player: string;
5647
- banker: string;
5648
- tie: string;
5649
- totalBetAmount: string;
5650
- selectChip: string;
5651
- };
5652
6316
  advancedDice: {
5653
6317
  between: string;
5654
6318
  boundsLower: string;
@@ -5659,6 +6323,55 @@ export declare const translations: {
5659
6323
  secondBoundsLower: string;
5660
6324
  secondBoundsUpper: string;
5661
6325
  };
6326
+ baccarat: {
6327
+ chipValue: string;
6328
+ player: string;
6329
+ banker: string;
6330
+ tie: string;
6331
+ totalBetAmount: string;
6332
+ selectChip: string;
6333
+ };
6334
+ blackjack: {
6335
+ seats: string;
6336
+ hit: string;
6337
+ stand: string;
6338
+ split: string;
6339
+ double: string;
6340
+ standard: string;
6341
+ sideBet: string;
6342
+ blackjackLabel: string;
6343
+ insuranceLabel: string;
6344
+ blackjackPays: string;
6345
+ insurancePays: string;
6346
+ exactPair: string;
6347
+ coloredPair: string;
6348
+ mixedPair: string;
6349
+ suitedTrips: string;
6350
+ straightFlush: string;
6351
+ threeOfAKind: string;
6352
+ straight: string;
6353
+ flush: string;
6354
+ sideBetPairBonus: string;
6355
+ sideBetThreeCardBonus: string;
6356
+ sideBetOnboarding: {
6357
+ step1Title: string;
6358
+ step1Body: string;
6359
+ step2Title: string;
6360
+ step2Body: string;
6361
+ step3Title: string;
6362
+ step3Body: string;
6363
+ step4Title: string;
6364
+ step4Body: string;
6365
+ openingCardsOnly: string;
6366
+ separateFromMainHand: string;
6367
+ pairBonusCards: string;
6368
+ threeCardBonusCards: string;
6369
+ pairBonusResults: string;
6370
+ threeCardBonusResults: string;
6371
+ };
6372
+ buyInsurance: string;
6373
+ noInsurance: string;
6374
+ };
5662
6375
  dice: {
5663
6376
  rollOver: string;
5664
6377
  rollUnder: string;
@@ -5688,13 +6401,13 @@ export declare const translations: {
5688
6401
  tile: string;
5689
6402
  unrevealed: string;
5690
6403
  };
5691
- wheel: {
5692
- segments: string;
5693
- };
5694
6404
  roulette: {
5695
6405
  chipValue: string;
5696
6406
  totalBetAmount: string;
5697
6407
  };
6408
+ wheel: {
6409
+ segments: string;
6410
+ };
5698
6411
  };
5699
6412
  hotkeys: {
5700
6413
  clearBets: string;
@@ -6121,19 +6834,6 @@ declare const plinkoRowCountOptions: readonly [
6121
6834
  16
6122
6835
  ];
6123
6836
  export type PlinkoRowCount = (typeof plinkoRowCountOptions)[number];
6124
- export type BetMode = "Manual" | "Auto";
6125
- export type AfterBetEffect = "Reset" | "Increase";
6126
- export type AutobetValues = {
6127
- onWinPercentage: string;
6128
- onLossPercentage: string;
6129
- stopOnProfit: string;
6130
- stopOnLoss: string;
6131
- onLossStrategy: AfterBetEffect;
6132
- onWinStrategy: AfterBetEffect;
6133
- };
6134
- export type AutobetEventPayload = AutobetValues & {
6135
- numberOfBets: string;
6136
- };
6137
6837
  declare enum KenoRiskLevel {
6138
6838
  CLASSIC = "CLASSIC",
6139
6839
  LOW_RISK = "LOW_RISK",
@@ -6148,61 +6848,6 @@ declare const VALID_KENO_EDGES: readonly [
6148
6848
  8
6149
6849
  ];
6150
6850
  export type KenoEdge = (typeof VALID_KENO_EDGES)[number];
6151
- export type AutobetToggleEvent = CustomEvent<AutobetEventPayload>;
6152
- export type LimboMultiplierChangeEvent = CustomEvent<{
6153
- multiplier: string;
6154
- }>;
6155
- export type LimboMultiplierAnimationEndEvent = CustomEvent<{
6156
- resultMultiplier: number;
6157
- isWin: boolean;
6158
- betId: string;
6159
- }>;
6160
- export type KenoRiskChangeEvent = CustomEvent<{
6161
- value: KenoRiskLevel;
6162
- }>;
6163
- export type KenoTileClickEvent = CustomEvent<{
6164
- tile: number;
6165
- }>;
6166
- export type AutobetSettingsWithId = AutobetEventPayload & {
6167
- autobetId: string;
6168
- betIndex: number;
6169
- pnlSinceStart: string;
6170
- };
6171
- export interface GameBetResult {
6172
- pnl: Big$1;
6173
- gameOutcome: "Win" | "Loss" | "Draw";
6174
- hasError: boolean;
6175
- errorMessage?: string;
6176
- }
6177
- declare abstract class GameComponent extends OrigamiElement {
6178
- protected manualOrAuto: BetMode;
6179
- protected hasPendingBet: boolean;
6180
- protected autobetInProgress: boolean;
6181
- protected autobetStopping: boolean;
6182
- static styles: import("lit").CSSResult[];
6183
- protected onBetAmountChange: (_oldBetAmount: string, _newBetAmount: string) => void;
6184
- private gameConsumer;
6185
- get gameData(): gameContextType;
6186
- get isDemoMode(): boolean;
6187
- get isToggleDisabled(): boolean;
6188
- get areInputsDisabled(): boolean;
6189
- protected getDelay(normalDelay: number): number;
6190
- protected getAutobetDelay(): number;
6191
- protected forceUIUpdate(): Promise<void>;
6192
- protected executeInstantOrAnimated<T>(instantOperation: () => Promise<T> | T, animatedOperation: () => Promise<T> | T): Promise<T>;
6193
- /**
6194
- * @deprecated Use sleep instead
6195
- */
6196
- protected ensureMinimumDisplayTime(hasWin?: boolean, winDisplayTime?: number, lossDisplayTime?: number): Promise<void>;
6197
- disconnectedCallback(): void;
6198
- toggleAutobet(event: AutobetToggleEvent): Promise<void>;
6199
- protected abstract executeAutobet(autobetSettings: AutobetSettingsWithId, currentBetAmount: string): Promise<GameBetResult>;
6200
- protected adjustBetAmount(autobetSettings: AutobetSettingsWithId, gameOutcome: "Win" | "Loss" | "Draw", originalBetAmount: string, currentBetAmount: string): string;
6201
- protected isPnLWithinLimits(autobetSettings: AutobetSettingsWithId, totalPnL: Big$1): boolean;
6202
- protected updateHistoryWithBet(betResult: NewHistoryItem): void;
6203
- protected showError(message: string): void;
6204
- protected playWinFeedback(): void;
6205
- }
6206
6851
  declare enum OrigamiActionType {
6207
6852
  START_BET = "START_BET",// bet started but not yet ended send to the /bet webhook
6208
6853
  END_BET = "END_BET",// bet has been completed. Can be started and ended in 1 webhook or started in 1 and ended in another. send to the /bet webhook
@@ -6210,6 +6855,18 @@ declare enum OrigamiActionType {
6210
6855
  INTERMEDIATE_BET_ACTION = "INTERMEDIATE_BET_ACTION",// bet amount was increased without game ending, such as doubling down in blackjack
6211
6856
  INTERMEDIATE_NON_BET_ACTION = "INTERMEDIATE_NON_BET_ACTION"
6212
6857
  }
6858
+ export type AfterBetEffect = "Reset" | "Increase";
6859
+ export type AutobetValues = {
6860
+ onWinPercentage: string;
6861
+ onLossPercentage: string;
6862
+ stopOnProfit: string;
6863
+ stopOnLoss: string;
6864
+ onLossStrategy: AfterBetEffect;
6865
+ onWinStrategy: AfterBetEffect;
6866
+ };
6867
+ export type AutobetEventPayload = AutobetValues & {
6868
+ numberOfBets: string;
6869
+ };
6213
6870
  export type DiceStartAction = {
6214
6871
  direction: DiceDirection;
6215
6872
  selectedValue: number;
@@ -6403,6 +7060,76 @@ export interface BaseStartArgs {
6403
7060
  autobetSettings?: AutobetApiSettings;
6404
7061
  };
6405
7062
  }
7063
+ export type UIDealerCard = Card & {
7064
+ faceDown?: boolean;
7065
+ };
7066
+ export type BlackjackVisibleState = {
7067
+ stage: "idle" | "dealing" | "insurance" | "player" | "dealer" | "settled";
7068
+ dealerCards: UIDealerCard[];
7069
+ playerHands: Card[][];
7070
+ activeHandIndex: number;
7071
+ resultMultiplier: number | null;
7072
+ mainHandOutcome: BlackjackOutcome | null;
7073
+ splitHandOutcome: BlackjackOutcome | null;
7074
+ insuranceOutcome: InsuranceOutcome | null;
7075
+ isActing: boolean;
7076
+ };
7077
+ export type BetMode = "Manual" | "Auto";
7078
+ export type AutobetToggleEvent = CustomEvent<AutobetEventPayload>;
7079
+ export type LimboMultiplierChangeEvent = CustomEvent<{
7080
+ multiplier: string;
7081
+ }>;
7082
+ export type LimboMultiplierAnimationEndEvent = CustomEvent<{
7083
+ resultMultiplier: number;
7084
+ isWin: boolean;
7085
+ betId: string;
7086
+ }>;
7087
+ export type KenoRiskChangeEvent = CustomEvent<{
7088
+ value: KenoRiskLevel;
7089
+ }>;
7090
+ export type KenoTileClickEvent = CustomEvent<{
7091
+ tile: number;
7092
+ }>;
7093
+ export type AutobetSettingsWithId = AutobetEventPayload & {
7094
+ autobetId: string;
7095
+ betIndex: number;
7096
+ pnlSinceStart: string;
7097
+ };
7098
+ export interface GameBetResult {
7099
+ pnl: Big$1;
7100
+ gameOutcome: "Win" | "Loss" | "Draw";
7101
+ hasError: boolean;
7102
+ errorMessage?: string;
7103
+ }
7104
+ declare abstract class GameComponent extends OrigamiElement {
7105
+ protected manualOrAuto: BetMode;
7106
+ protected hasPendingBet: boolean;
7107
+ protected autobetInProgress: boolean;
7108
+ protected autobetStopping: boolean;
7109
+ static styles: import("lit").CSSResult[];
7110
+ protected onBetAmountChange: (_oldBetAmount: string, _newBetAmount: string) => void;
7111
+ private gameConsumer;
7112
+ get gameData(): gameContextType;
7113
+ get isDemoMode(): boolean;
7114
+ get isToggleDisabled(): boolean;
7115
+ get areInputsDisabled(): boolean;
7116
+ protected getDelay(normalDelay: number): number;
7117
+ protected getAutobetDelay(): number;
7118
+ protected forceUIUpdate(): Promise<void>;
7119
+ protected executeInstantOrAnimated<T>(instantOperation: () => Promise<T> | T, animatedOperation: () => Promise<T> | T): Promise<T>;
7120
+ /**
7121
+ * @deprecated Use sleep instead
7122
+ */
7123
+ protected ensureMinimumDisplayTime(hasWin?: boolean, winDisplayTime?: number, lossDisplayTime?: number): Promise<void>;
7124
+ disconnectedCallback(): void;
7125
+ toggleAutobet(event: AutobetToggleEvent): Promise<void>;
7126
+ protected abstract executeAutobet(autobetSettings: AutobetSettingsWithId, currentBetAmount: string): Promise<GameBetResult>;
7127
+ protected adjustBetAmount(autobetSettings: AutobetSettingsWithId, gameOutcome: "Win" | "Loss" | "Draw", originalBetAmount: string, currentBetAmount: string): string;
7128
+ protected isPnLWithinLimits(autobetSettings: AutobetSettingsWithId, totalPnL: Big$1): boolean;
7129
+ protected updateHistoryWithBet(betResult: NewHistoryItem): void;
7130
+ protected showError(message: string): void;
7131
+ protected playWinFeedback(): void;
7132
+ }
6406
7133
  export declare class DiceGame extends GameComponent {
6407
7134
  static styles: import("lit").CSSResult[];
6408
7135
  private diceDirection;
@@ -6922,152 +7649,120 @@ export declare class BaccaratGame extends ChipTableGameComponent {
6922
7649
  protected executeAutobet(_autobetSettings: AutobetSettingsWithId, _currentBetAmount: string): Promise<GameBetResult>;
6923
7650
  render(): import("lit-html").TemplateResult<1>;
6924
7651
  }
7652
+ declare enum ErrorCode {
7653
+ INSUFFICIENT_BALANCE = "INSUFFICIENT_BALANCE",
7654
+ LIMIT_REACHED = "LIMIT_REACHED",
7655
+ UNKNOWN = "UNKNOWN"
7656
+ }
7657
+ export type ErrorBetResult = {
7658
+ readonly success: false;
7659
+ readonly errorCode: ErrorCode;
7660
+ };
6925
7661
  export type BlackjackStartArgs = {
6926
7662
  currency: Currency;
6927
- amount: string;
7663
+ mainBetAmount: string;
7664
+ pairBonusAmount?: string;
7665
+ threeCardBonusAmount?: string;
6928
7666
  };
6929
7667
  export type BlackjackNextArgs = {
6930
7668
  betId: string;
6931
- type: "BLACKJACK_HIT" | "BLACKJACK_STAND";
7669
+ type: BlackjackActionType;
6932
7670
  };
6933
- declare class BlackjackApi {
6934
- private authToken;
6935
- private baseUrl;
6936
- constructor(authToken: string, baseUrl: string);
6937
- startBet(data: BlackjackStartArgs): Promise<{
6938
- success: true;
6939
- data: BetResult;
6940
- error?: undefined;
6941
- } | {
6942
- success: false;
6943
- error: string;
6944
- data?: undefined;
6945
- }>;
6946
- next(data: BlackjackNextArgs): Promise<{
6947
- success: true;
6948
- data: BetResult;
6949
- error?: undefined;
6950
- } | {
6951
- success: false;
6952
- error: string;
6953
- data?: undefined;
6954
- }>;
6955
- getActiveBet(): Promise<{
6956
- success: false;
6957
- error: string;
6958
- data?: undefined;
6959
- } | {
6960
- success: true;
6961
- data: BetResult;
6962
- error?: undefined;
6963
- }>;
6964
- }
6965
- declare class MockBlackjackApi {
6966
- private static activeBet;
6967
- private static previousPlayResults;
6968
- private static cardSequence;
6969
- private static betAmount;
6970
- private static betCurrency;
6971
- startBet(data: BlackjackStartArgs): Promise<{
6972
- success: true;
6973
- data: BetResult;
6974
- }>;
6975
- next(data: BlackjackNextArgs): Promise<{
6976
- success: false;
6977
- error: string;
6978
- data?: undefined;
6979
- } | {
6980
- success: true;
6981
- data: BetResult;
6982
- error?: undefined;
6983
- }>;
6984
- getActiveBet(): Promise<{
6985
- success: false;
6986
- error: string;
6987
- data?: undefined;
6988
- } | {
6989
- success: true;
6990
- data: BetResult;
6991
- error?: undefined;
6992
- }>;
7671
+ export type BlackjackStartResult = {
7672
+ success: true;
7673
+ data: BetResult;
7674
+ } | ErrorBetResult;
7675
+ export type BlackjackNextResult = {
7676
+ success: true;
7677
+ data: BetResult;
7678
+ } | ErrorBetResult;
7679
+ export type BlackjackGetActiveBetResult = {
7680
+ success: true;
7681
+ data: BetResult | null;
7682
+ } | ErrorBetResult;
7683
+ export interface IBlackjackApi {
7684
+ startBet(data: BlackjackStartArgs): Promise<BlackjackStartResult>;
7685
+ next(data: BlackjackNextArgs): Promise<BlackjackNextResult>;
7686
+ getActiveBet(): Promise<BlackjackGetActiveBetResult>;
6993
7687
  }
6994
7688
  export declare class BlackjackGame extends GameComponent {
6995
7689
  static styles: import("lit").CSSResult[];
6996
- private isManualPlaying;
6997
- private resultMultiplier;
7690
+ canonicalState: BlackjackState | null;
7691
+ visibleState: BlackjackVisibleState;
6998
7692
  private history;
6999
- private stage;
7000
- private dealerCards;
7001
- private playerHands;
7002
- private activeHandIndex;
7003
- private controlsLocked;
7004
- private suppressNextContentAnimations;
7005
- private sideBetMode;
7006
- private perfectPairsAmount;
7007
- private twentyOnePlusThreeAmount;
7008
- private betData;
7009
- private actionBusy;
7010
- private insuranceBetAmount;
7011
- private isSplitRound;
7012
- private currentBetAmount;
7693
+ controlsLocked: boolean;
7694
+ private _loadingAction;
7695
+ suppressNextContentAnimations: boolean;
7696
+ sideBetMode: boolean;
7697
+ pairBonusAmount: string;
7698
+ threeCardBonusAmount: string;
7699
+ sideBetResults: SideBetResults | null;
7700
+ private showSideBetOnboarding;
7701
+ currentBetId: string | null;
7702
+ currentMainBetAmount: string;
7013
7703
  private _blackjackManualEl?;
7704
+ private readonly animationController;
7705
+ private readonly actionHandlers;
7706
+ private readonly betController;
7707
+ private hasTrackedSessionConfig;
7708
+ private previousAuthToken;
7709
+ private previousBaseUrl;
7710
+ get activeHand(): Card[];
7711
+ get playerHandsForContent(): Card[][];
7712
+ get activeHandIndexForContent(): number;
7713
+ get isGameActive(): boolean;
7014
7714
  get isToggleDisabled(): boolean;
7015
7715
  get areInputsDisabled(): boolean;
7016
- get blackjackApi(): BlackjackApi | MockBlackjackApi;
7716
+ private get sidebarMode();
7717
+ private readonly _getBlackjackApi;
7718
+ getBlackjackApi(): IBlackjackApi;
7719
+ constructor();
7720
+ setCanonicalState(state: BlackjackState | null): void;
7721
+ setVisibleState(state: BlackjackVisibleState): void;
7722
+ updateVisibleState(partial: Partial<BlackjackVisibleState>): void;
7017
7723
  private addToHistory;
7724
+ withOptimisticBalanceDeduction<T>(deductionAmount: string, action: () => Promise<T>): Promise<T>;
7725
+ private runWithLockedControls;
7018
7726
  firstUpdated(changedProperties: Map<string | number | symbol, unknown>): Promise<void>;
7019
- private checkForActiveSession;
7020
- private addPlayerCard;
7021
- private addDealerCard;
7022
- private handleBetExecution;
7727
+ protected updated(changedProperties: Map<string | number | symbol, unknown>): void;
7728
+ getBlackjackActiveBet(): Promise<void>;
7729
+ addPlayerCardToHand(handIndex: number, card: Card): string;
7730
+ addDealerCard(card: UIDealerCard): string;
7731
+ updateDealerCard(index: number, card: UIDealerCard, faceDown: boolean): void;
7732
+ setSuppressAnimations(value: boolean): void;
7733
+ setSideBetResults(value: SideBetResults | null): void;
7734
+ revertToStandardModeIfNoSideBets(): void;
7735
+ finishRound(betData: BetResult): Promise<void>;
7736
+ executeNextAction(type: BlackjackActionType): Promise<BetResult | null>;
7023
7737
  blackjackPlay(): Promise<void>;
7024
7738
  protected executeAutobet(_autobetSettings: AutobetSettingsWithId, _currentBetAmount: string): Promise<GameBetResult>;
7025
- private playDealSound;
7026
- private playFlipSound;
7027
- private revealDealerHole;
7028
- private revealDealerCards;
7029
- private finishRound;
7030
- private waitForAllCardsToBeIdle;
7031
- private accumulateBetActions;
7739
+ triggerForceUIUpdate(): Promise<void>;
7740
+ triggerShowError(error: string): void;
7741
+ setHasPendingBet(value: boolean): void;
7742
+ private canPerformAction;
7032
7743
  private onBuyInsurance;
7033
7744
  private onDeclineInsurance;
7034
- private afterInsuranceDecision;
7035
- private onHit;
7036
- private onStand;
7037
- private onSplit;
7038
- private advanceSplitHand;
7039
- private dealerPlaySplitRound;
7040
- private finishSplitRound;
7041
- private handBestValue;
7042
- private randomUICard;
7043
- private cardValueForSplit;
7044
- private settleSideBets;
7045
- private evaluatePerfectPairs;
7046
- private evaluateTwentyOnePlusThree;
7047
- private onBetModeChange;
7048
- private onPerfectPairsAmountChange;
7049
- private onTwentyOnePlusThreeAmountChange;
7050
- private onCardFlip;
7051
- private waitForCardDealComplete;
7052
- private get canInteract();
7053
- private get canHit();
7054
- private get canStand();
7055
- private get canDouble();
7056
- private get canSplit();
7745
+ private handleHit;
7746
+ private handleStand;
7747
+ private handleDoubleDown;
7748
+ private handleSplit;
7057
7749
  private isSpacebarDisabled;
7058
- private handleSpacebar;
7059
7750
  private isHitDisabled;
7060
- private handleHit;
7061
7751
  private isStandDisabled;
7062
- private handleStand;
7063
7752
  private isSplitDisabled;
7064
- private handleSplit;
7065
7753
  private isDoubleDisabled;
7066
7754
  private isAcceptInsuranceDisabled;
7067
- private handleAcceptInsurance;
7068
7755
  private isNoInsuranceDisabled;
7756
+ private handleAcceptInsurance;
7069
7757
  private handleNoInsurance;
7070
- constructor();
7758
+ private handleSpacebar;
7759
+ private onBetModeChange;
7760
+ private get sideBetOnboardingComplete();
7761
+ private handleSideBetOnboardingComplete;
7762
+ private onPairBonusAmountChange;
7763
+ private onThreeCardBonusAmountChange;
7764
+ private onDealSound;
7765
+ private onCardFlip;
7071
7766
  render(): import("lit-html").TemplateResult<1>;
7072
7767
  }
7073
7768