@betorigami/games 1.4.3 → 1.4.5
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/index.d.ts +48 -16
- package/dist/index.mjs +417 -397
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -67,6 +67,7 @@ export declare const translations: {
|
|
|
67
67
|
notEnoughBalance: string;
|
|
68
68
|
};
|
|
69
69
|
autobet: {
|
|
70
|
+
configureAutobet: string;
|
|
70
71
|
games: string;
|
|
71
72
|
games10: string;
|
|
72
73
|
games100: string;
|
|
@@ -94,9 +95,9 @@ export declare const translations: {
|
|
|
94
95
|
classic: string;
|
|
95
96
|
confirm: string;
|
|
96
97
|
copied: string;
|
|
98
|
+
deposit: string;
|
|
97
99
|
disableHotkeys: string;
|
|
98
100
|
disableMaxBet: string;
|
|
99
|
-
deposit: string;
|
|
100
101
|
enableHotkeys: string;
|
|
101
102
|
enableMaxBet: string;
|
|
102
103
|
footerNavigation: string;
|
|
@@ -120,6 +121,7 @@ export declare const translations: {
|
|
|
120
121
|
profitOnWin: string;
|
|
121
122
|
provablyFair: string;
|
|
122
123
|
risk: string;
|
|
124
|
+
saveChanges: string;
|
|
123
125
|
siteInformation: string;
|
|
124
126
|
space: string;
|
|
125
127
|
targetMultiplier: string;
|
|
@@ -283,6 +285,7 @@ export declare const translations: {
|
|
|
283
285
|
notEnoughBalance: string;
|
|
284
286
|
};
|
|
285
287
|
autobet: {
|
|
288
|
+
configureAutobet: string;
|
|
286
289
|
games: string;
|
|
287
290
|
games10: string;
|
|
288
291
|
games100: string;
|
|
@@ -310,9 +313,9 @@ export declare const translations: {
|
|
|
310
313
|
classic: string;
|
|
311
314
|
confirm: string;
|
|
312
315
|
copied: string;
|
|
316
|
+
deposit: string;
|
|
313
317
|
disableHotkeys: string;
|
|
314
318
|
disableMaxBet: string;
|
|
315
|
-
deposit: string;
|
|
316
319
|
enableHotkeys: string;
|
|
317
320
|
enableMaxBet: string;
|
|
318
321
|
footerNavigation: string;
|
|
@@ -336,6 +339,7 @@ export declare const translations: {
|
|
|
336
339
|
profitOnWin: string;
|
|
337
340
|
provablyFair: string;
|
|
338
341
|
risk: string;
|
|
342
|
+
saveChanges: string;
|
|
339
343
|
siteInformation: string;
|
|
340
344
|
space: string;
|
|
341
345
|
targetMultiplier: string;
|
|
@@ -499,6 +503,7 @@ export declare const translations: {
|
|
|
499
503
|
notEnoughBalance: string;
|
|
500
504
|
};
|
|
501
505
|
autobet: {
|
|
506
|
+
configureAutobet: string;
|
|
502
507
|
games: string;
|
|
503
508
|
games10: string;
|
|
504
509
|
games100: string;
|
|
@@ -526,9 +531,9 @@ export declare const translations: {
|
|
|
526
531
|
classic: string;
|
|
527
532
|
confirm: string;
|
|
528
533
|
copied: string;
|
|
534
|
+
deposit: string;
|
|
529
535
|
disableHotkeys: string;
|
|
530
536
|
disableMaxBet: string;
|
|
531
|
-
deposit: string;
|
|
532
537
|
enableHotkeys: string;
|
|
533
538
|
enableMaxBet: string;
|
|
534
539
|
footerNavigation: string;
|
|
@@ -552,6 +557,7 @@ export declare const translations: {
|
|
|
552
557
|
profitOnWin: string;
|
|
553
558
|
provablyFair: string;
|
|
554
559
|
risk: string;
|
|
560
|
+
saveChanges: string;
|
|
555
561
|
siteInformation: string;
|
|
556
562
|
space: string;
|
|
557
563
|
targetMultiplier: string;
|
|
@@ -715,6 +721,7 @@ export declare const translations: {
|
|
|
715
721
|
notEnoughBalance: string;
|
|
716
722
|
};
|
|
717
723
|
autobet: {
|
|
724
|
+
configureAutobet: string;
|
|
718
725
|
games: string;
|
|
719
726
|
games10: string;
|
|
720
727
|
games100: string;
|
|
@@ -742,9 +749,9 @@ export declare const translations: {
|
|
|
742
749
|
classic: string;
|
|
743
750
|
confirm: string;
|
|
744
751
|
copied: string;
|
|
752
|
+
deposit: string;
|
|
745
753
|
disableHotkeys: string;
|
|
746
754
|
disableMaxBet: string;
|
|
747
|
-
deposit: string;
|
|
748
755
|
enableHotkeys: string;
|
|
749
756
|
enableMaxBet: string;
|
|
750
757
|
footerNavigation: string;
|
|
@@ -768,6 +775,7 @@ export declare const translations: {
|
|
|
768
775
|
profitOnWin: string;
|
|
769
776
|
provablyFair: string;
|
|
770
777
|
risk: string;
|
|
778
|
+
saveChanges: string;
|
|
771
779
|
siteInformation: string;
|
|
772
780
|
space: string;
|
|
773
781
|
targetMultiplier: string;
|
|
@@ -931,6 +939,7 @@ export declare const translations: {
|
|
|
931
939
|
notEnoughBalance: string;
|
|
932
940
|
};
|
|
933
941
|
autobet: {
|
|
942
|
+
configureAutobet: string;
|
|
934
943
|
games: string;
|
|
935
944
|
games10: string;
|
|
936
945
|
games100: string;
|
|
@@ -958,9 +967,9 @@ export declare const translations: {
|
|
|
958
967
|
classic: string;
|
|
959
968
|
confirm: string;
|
|
960
969
|
copied: string;
|
|
970
|
+
deposit: string;
|
|
961
971
|
disableHotkeys: string;
|
|
962
972
|
disableMaxBet: string;
|
|
963
|
-
deposit: string;
|
|
964
973
|
enableHotkeys: string;
|
|
965
974
|
enableMaxBet: string;
|
|
966
975
|
footerNavigation: string;
|
|
@@ -984,6 +993,7 @@ export declare const translations: {
|
|
|
984
993
|
profitOnWin: string;
|
|
985
994
|
provablyFair: string;
|
|
986
995
|
risk: string;
|
|
996
|
+
saveChanges: string;
|
|
987
997
|
siteInformation: string;
|
|
988
998
|
space: string;
|
|
989
999
|
targetMultiplier: string;
|
|
@@ -1147,6 +1157,7 @@ export declare const translations: {
|
|
|
1147
1157
|
notEnoughBalance: string;
|
|
1148
1158
|
};
|
|
1149
1159
|
autobet: {
|
|
1160
|
+
configureAutobet: string;
|
|
1150
1161
|
games: string;
|
|
1151
1162
|
games10: string;
|
|
1152
1163
|
games100: string;
|
|
@@ -1174,9 +1185,9 @@ export declare const translations: {
|
|
|
1174
1185
|
classic: string;
|
|
1175
1186
|
confirm: string;
|
|
1176
1187
|
copied: string;
|
|
1188
|
+
deposit: string;
|
|
1177
1189
|
disableHotkeys: string;
|
|
1178
1190
|
disableMaxBet: string;
|
|
1179
|
-
deposit: string;
|
|
1180
1191
|
enableHotkeys: string;
|
|
1181
1192
|
enableMaxBet: string;
|
|
1182
1193
|
footerNavigation: string;
|
|
@@ -1200,6 +1211,7 @@ export declare const translations: {
|
|
|
1200
1211
|
profitOnWin: string;
|
|
1201
1212
|
provablyFair: string;
|
|
1202
1213
|
risk: string;
|
|
1214
|
+
saveChanges: string;
|
|
1203
1215
|
siteInformation: string;
|
|
1204
1216
|
space: string;
|
|
1205
1217
|
targetMultiplier: string;
|
|
@@ -1363,6 +1375,7 @@ export declare const translations: {
|
|
|
1363
1375
|
notEnoughBalance: string;
|
|
1364
1376
|
};
|
|
1365
1377
|
autobet: {
|
|
1378
|
+
configureAutobet: string;
|
|
1366
1379
|
games: string;
|
|
1367
1380
|
games10: string;
|
|
1368
1381
|
games100: string;
|
|
@@ -1390,9 +1403,9 @@ export declare const translations: {
|
|
|
1390
1403
|
classic: string;
|
|
1391
1404
|
confirm: string;
|
|
1392
1405
|
copied: string;
|
|
1406
|
+
deposit: string;
|
|
1393
1407
|
disableHotkeys: string;
|
|
1394
1408
|
disableMaxBet: string;
|
|
1395
|
-
deposit: string;
|
|
1396
1409
|
enableHotkeys: string;
|
|
1397
1410
|
enableMaxBet: string;
|
|
1398
1411
|
footerNavigation: string;
|
|
@@ -1416,6 +1429,7 @@ export declare const translations: {
|
|
|
1416
1429
|
profitOnWin: string;
|
|
1417
1430
|
provablyFair: string;
|
|
1418
1431
|
risk: string;
|
|
1432
|
+
saveChanges: string;
|
|
1419
1433
|
siteInformation: string;
|
|
1420
1434
|
space: string;
|
|
1421
1435
|
targetMultiplier: string;
|
|
@@ -1579,6 +1593,7 @@ export declare const translations: {
|
|
|
1579
1593
|
notEnoughBalance: string;
|
|
1580
1594
|
};
|
|
1581
1595
|
autobet: {
|
|
1596
|
+
configureAutobet: string;
|
|
1582
1597
|
games: string;
|
|
1583
1598
|
games10: string;
|
|
1584
1599
|
games100: string;
|
|
@@ -1606,9 +1621,9 @@ export declare const translations: {
|
|
|
1606
1621
|
classic: string;
|
|
1607
1622
|
confirm: string;
|
|
1608
1623
|
copied: string;
|
|
1624
|
+
deposit: string;
|
|
1609
1625
|
disableHotkeys: string;
|
|
1610
1626
|
disableMaxBet: string;
|
|
1611
|
-
deposit: string;
|
|
1612
1627
|
enableHotkeys: string;
|
|
1613
1628
|
enableMaxBet: string;
|
|
1614
1629
|
footerNavigation: string;
|
|
@@ -1632,6 +1647,7 @@ export declare const translations: {
|
|
|
1632
1647
|
profitOnWin: string;
|
|
1633
1648
|
provablyFair: string;
|
|
1634
1649
|
risk: string;
|
|
1650
|
+
saveChanges: string;
|
|
1635
1651
|
siteInformation: string;
|
|
1636
1652
|
space: string;
|
|
1637
1653
|
targetMultiplier: string;
|
|
@@ -1795,6 +1811,7 @@ export declare const translations: {
|
|
|
1795
1811
|
notEnoughBalance: string;
|
|
1796
1812
|
};
|
|
1797
1813
|
autobet: {
|
|
1814
|
+
configureAutobet: string;
|
|
1798
1815
|
games: string;
|
|
1799
1816
|
games10: string;
|
|
1800
1817
|
games100: string;
|
|
@@ -1822,9 +1839,9 @@ export declare const translations: {
|
|
|
1822
1839
|
classic: string;
|
|
1823
1840
|
confirm: string;
|
|
1824
1841
|
copied: string;
|
|
1842
|
+
deposit: string;
|
|
1825
1843
|
disableHotkeys: string;
|
|
1826
1844
|
disableMaxBet: string;
|
|
1827
|
-
deposit: string;
|
|
1828
1845
|
enableHotkeys: string;
|
|
1829
1846
|
enableMaxBet: string;
|
|
1830
1847
|
footerNavigation: string;
|
|
@@ -1848,6 +1865,7 @@ export declare const translations: {
|
|
|
1848
1865
|
profitOnWin: string;
|
|
1849
1866
|
provablyFair: string;
|
|
1850
1867
|
risk: string;
|
|
1868
|
+
saveChanges: string;
|
|
1851
1869
|
siteInformation: string;
|
|
1852
1870
|
space: string;
|
|
1853
1871
|
targetMultiplier: string;
|
|
@@ -2011,6 +2029,7 @@ export declare const translations: {
|
|
|
2011
2029
|
notEnoughBalance: string;
|
|
2012
2030
|
};
|
|
2013
2031
|
autobet: {
|
|
2032
|
+
configureAutobet: string;
|
|
2014
2033
|
games: string;
|
|
2015
2034
|
games10: string;
|
|
2016
2035
|
games100: string;
|
|
@@ -2038,9 +2057,9 @@ export declare const translations: {
|
|
|
2038
2057
|
classic: string;
|
|
2039
2058
|
confirm: string;
|
|
2040
2059
|
copied: string;
|
|
2060
|
+
deposit: string;
|
|
2041
2061
|
disableHotkeys: string;
|
|
2042
2062
|
disableMaxBet: string;
|
|
2043
|
-
deposit: string;
|
|
2044
2063
|
enableHotkeys: string;
|
|
2045
2064
|
enableMaxBet: string;
|
|
2046
2065
|
footerNavigation: string;
|
|
@@ -2064,6 +2083,7 @@ export declare const translations: {
|
|
|
2064
2083
|
profitOnWin: string;
|
|
2065
2084
|
provablyFair: string;
|
|
2066
2085
|
risk: string;
|
|
2086
|
+
saveChanges: string;
|
|
2067
2087
|
siteInformation: string;
|
|
2068
2088
|
space: string;
|
|
2069
2089
|
targetMultiplier: string;
|
|
@@ -2227,6 +2247,7 @@ export declare const translations: {
|
|
|
2227
2247
|
notEnoughBalance: string;
|
|
2228
2248
|
};
|
|
2229
2249
|
autobet: {
|
|
2250
|
+
configureAutobet: string;
|
|
2230
2251
|
games: string;
|
|
2231
2252
|
games10: string;
|
|
2232
2253
|
games100: string;
|
|
@@ -2254,9 +2275,9 @@ export declare const translations: {
|
|
|
2254
2275
|
classic: string;
|
|
2255
2276
|
confirm: string;
|
|
2256
2277
|
copied: string;
|
|
2278
|
+
deposit: string;
|
|
2257
2279
|
disableHotkeys: string;
|
|
2258
2280
|
disableMaxBet: string;
|
|
2259
|
-
deposit: string;
|
|
2260
2281
|
enableHotkeys: string;
|
|
2261
2282
|
enableMaxBet: string;
|
|
2262
2283
|
footerNavigation: string;
|
|
@@ -2280,6 +2301,7 @@ export declare const translations: {
|
|
|
2280
2301
|
profitOnWin: string;
|
|
2281
2302
|
provablyFair: string;
|
|
2282
2303
|
risk: string;
|
|
2304
|
+
saveChanges: string;
|
|
2283
2305
|
siteInformation: string;
|
|
2284
2306
|
space: string;
|
|
2285
2307
|
targetMultiplier: string;
|
|
@@ -2443,6 +2465,7 @@ export declare const translations: {
|
|
|
2443
2465
|
notEnoughBalance: string;
|
|
2444
2466
|
};
|
|
2445
2467
|
autobet: {
|
|
2468
|
+
configureAutobet: string;
|
|
2446
2469
|
games: string;
|
|
2447
2470
|
games10: string;
|
|
2448
2471
|
games100: string;
|
|
@@ -2470,9 +2493,9 @@ export declare const translations: {
|
|
|
2470
2493
|
classic: string;
|
|
2471
2494
|
confirm: string;
|
|
2472
2495
|
copied: string;
|
|
2496
|
+
deposit: string;
|
|
2473
2497
|
disableHotkeys: string;
|
|
2474
2498
|
disableMaxBet: string;
|
|
2475
|
-
deposit: string;
|
|
2476
2499
|
enableHotkeys: string;
|
|
2477
2500
|
enableMaxBet: string;
|
|
2478
2501
|
footerNavigation: string;
|
|
@@ -2496,6 +2519,7 @@ export declare const translations: {
|
|
|
2496
2519
|
profitOnWin: string;
|
|
2497
2520
|
provablyFair: string;
|
|
2498
2521
|
risk: string;
|
|
2522
|
+
saveChanges: string;
|
|
2499
2523
|
siteInformation: string;
|
|
2500
2524
|
space: string;
|
|
2501
2525
|
targetMultiplier: string;
|
|
@@ -2659,6 +2683,7 @@ export declare const translations: {
|
|
|
2659
2683
|
notEnoughBalance: string;
|
|
2660
2684
|
};
|
|
2661
2685
|
autobet: {
|
|
2686
|
+
configureAutobet: string;
|
|
2662
2687
|
games: string;
|
|
2663
2688
|
games10: string;
|
|
2664
2689
|
games100: string;
|
|
@@ -2686,9 +2711,9 @@ export declare const translations: {
|
|
|
2686
2711
|
classic: string;
|
|
2687
2712
|
confirm: string;
|
|
2688
2713
|
copied: string;
|
|
2714
|
+
deposit: string;
|
|
2689
2715
|
disableHotkeys: string;
|
|
2690
2716
|
disableMaxBet: string;
|
|
2691
|
-
deposit: string;
|
|
2692
2717
|
enableHotkeys: string;
|
|
2693
2718
|
enableMaxBet: string;
|
|
2694
2719
|
footerNavigation: string;
|
|
@@ -2712,6 +2737,7 @@ export declare const translations: {
|
|
|
2712
2737
|
profitOnWin: string;
|
|
2713
2738
|
provablyFair: string;
|
|
2714
2739
|
risk: string;
|
|
2740
|
+
saveChanges: string;
|
|
2715
2741
|
siteInformation: string;
|
|
2716
2742
|
space: string;
|
|
2717
2743
|
targetMultiplier: string;
|
|
@@ -2875,6 +2901,7 @@ export declare const translations: {
|
|
|
2875
2901
|
notEnoughBalance: string;
|
|
2876
2902
|
};
|
|
2877
2903
|
autobet: {
|
|
2904
|
+
configureAutobet: string;
|
|
2878
2905
|
games: string;
|
|
2879
2906
|
games10: string;
|
|
2880
2907
|
games100: string;
|
|
@@ -2902,9 +2929,9 @@ export declare const translations: {
|
|
|
2902
2929
|
classic: string;
|
|
2903
2930
|
confirm: string;
|
|
2904
2931
|
copied: string;
|
|
2932
|
+
deposit: string;
|
|
2905
2933
|
disableHotkeys: string;
|
|
2906
2934
|
disableMaxBet: string;
|
|
2907
|
-
deposit: string;
|
|
2908
2935
|
enableHotkeys: string;
|
|
2909
2936
|
enableMaxBet: string;
|
|
2910
2937
|
footerNavigation: string;
|
|
@@ -2928,6 +2955,7 @@ export declare const translations: {
|
|
|
2928
2955
|
profitOnWin: string;
|
|
2929
2956
|
provablyFair: string;
|
|
2930
2957
|
risk: string;
|
|
2958
|
+
saveChanges: string;
|
|
2931
2959
|
siteInformation: string;
|
|
2932
2960
|
space: string;
|
|
2933
2961
|
targetMultiplier: string;
|
|
@@ -3091,6 +3119,7 @@ export declare const translations: {
|
|
|
3091
3119
|
notEnoughBalance: string;
|
|
3092
3120
|
};
|
|
3093
3121
|
autobet: {
|
|
3122
|
+
configureAutobet: string;
|
|
3094
3123
|
games: string;
|
|
3095
3124
|
games10: string;
|
|
3096
3125
|
games100: string;
|
|
@@ -3118,9 +3147,9 @@ export declare const translations: {
|
|
|
3118
3147
|
classic: string;
|
|
3119
3148
|
confirm: string;
|
|
3120
3149
|
copied: string;
|
|
3150
|
+
deposit: string;
|
|
3121
3151
|
disableHotkeys: string;
|
|
3122
3152
|
disableMaxBet: string;
|
|
3123
|
-
deposit: string;
|
|
3124
3153
|
enableHotkeys: string;
|
|
3125
3154
|
enableMaxBet: string;
|
|
3126
3155
|
footerNavigation: string;
|
|
@@ -3144,6 +3173,7 @@ export declare const translations: {
|
|
|
3144
3173
|
profitOnWin: string;
|
|
3145
3174
|
provablyFair: string;
|
|
3146
3175
|
risk: string;
|
|
3176
|
+
saveChanges: string;
|
|
3147
3177
|
siteInformation: string;
|
|
3148
3178
|
space: string;
|
|
3149
3179
|
targetMultiplier: string;
|
|
@@ -3307,6 +3337,7 @@ export declare const translations: {
|
|
|
3307
3337
|
notEnoughBalance: string;
|
|
3308
3338
|
};
|
|
3309
3339
|
autobet: {
|
|
3340
|
+
configureAutobet: string;
|
|
3310
3341
|
games: string;
|
|
3311
3342
|
games10: string;
|
|
3312
3343
|
games100: string;
|
|
@@ -3334,9 +3365,9 @@ export declare const translations: {
|
|
|
3334
3365
|
classic: string;
|
|
3335
3366
|
confirm: string;
|
|
3336
3367
|
copied: string;
|
|
3368
|
+
deposit: string;
|
|
3337
3369
|
disableHotkeys: string;
|
|
3338
3370
|
disableMaxBet: string;
|
|
3339
|
-
deposit: string;
|
|
3340
3371
|
enableHotkeys: string;
|
|
3341
3372
|
enableMaxBet: string;
|
|
3342
3373
|
footerNavigation: string;
|
|
@@ -3360,6 +3391,7 @@ export declare const translations: {
|
|
|
3360
3391
|
profitOnWin: string;
|
|
3361
3392
|
provablyFair: string;
|
|
3362
3393
|
risk: string;
|
|
3394
|
+
saveChanges: string;
|
|
3363
3395
|
siteInformation: string;
|
|
3364
3396
|
space: string;
|
|
3365
3397
|
targetMultiplier: string;
|