@betorigami/games 1.14.4 → 1.15.0
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 +51 -1
- package/dist/index.mjs +361 -361
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -163,6 +163,9 @@ export declare const translations: {
|
|
|
163
163
|
multiplierRange: string;
|
|
164
164
|
winChanceRange: string;
|
|
165
165
|
};
|
|
166
|
+
roulette: {
|
|
167
|
+
oppositeBet: string;
|
|
168
|
+
};
|
|
166
169
|
noWheelData: string;
|
|
167
170
|
requestDropped: string;
|
|
168
171
|
};
|
|
@@ -489,6 +492,9 @@ export declare const translations: {
|
|
|
489
492
|
multiplierRange: string;
|
|
490
493
|
winChanceRange: string;
|
|
491
494
|
};
|
|
495
|
+
roulette: {
|
|
496
|
+
oppositeBet: string;
|
|
497
|
+
};
|
|
492
498
|
noWheelData: string;
|
|
493
499
|
requestDropped: string;
|
|
494
500
|
};
|
|
@@ -815,6 +821,9 @@ export declare const translations: {
|
|
|
815
821
|
multiplierRange: string;
|
|
816
822
|
winChanceRange: string;
|
|
817
823
|
};
|
|
824
|
+
roulette: {
|
|
825
|
+
oppositeBet: string;
|
|
826
|
+
};
|
|
818
827
|
noWheelData: string;
|
|
819
828
|
requestDropped: string;
|
|
820
829
|
};
|
|
@@ -1141,6 +1150,9 @@ export declare const translations: {
|
|
|
1141
1150
|
multiplierRange: string;
|
|
1142
1151
|
winChanceRange: string;
|
|
1143
1152
|
};
|
|
1153
|
+
roulette: {
|
|
1154
|
+
oppositeBet: string;
|
|
1155
|
+
};
|
|
1144
1156
|
noWheelData: string;
|
|
1145
1157
|
requestDropped: string;
|
|
1146
1158
|
};
|
|
@@ -1467,6 +1479,9 @@ export declare const translations: {
|
|
|
1467
1479
|
multiplierRange: string;
|
|
1468
1480
|
winChanceRange: string;
|
|
1469
1481
|
};
|
|
1482
|
+
roulette: {
|
|
1483
|
+
oppositeBet: string;
|
|
1484
|
+
};
|
|
1470
1485
|
noWheelData: string;
|
|
1471
1486
|
requestDropped: string;
|
|
1472
1487
|
};
|
|
@@ -1793,6 +1808,9 @@ export declare const translations: {
|
|
|
1793
1808
|
multiplierRange: string;
|
|
1794
1809
|
winChanceRange: string;
|
|
1795
1810
|
};
|
|
1811
|
+
roulette: {
|
|
1812
|
+
oppositeBet: string;
|
|
1813
|
+
};
|
|
1796
1814
|
noWheelData: string;
|
|
1797
1815
|
requestDropped: string;
|
|
1798
1816
|
};
|
|
@@ -2119,6 +2137,9 @@ export declare const translations: {
|
|
|
2119
2137
|
multiplierRange: string;
|
|
2120
2138
|
winChanceRange: string;
|
|
2121
2139
|
};
|
|
2140
|
+
roulette: {
|
|
2141
|
+
oppositeBet: string;
|
|
2142
|
+
};
|
|
2122
2143
|
noWheelData: string;
|
|
2123
2144
|
requestDropped: string;
|
|
2124
2145
|
};
|
|
@@ -2445,6 +2466,9 @@ export declare const translations: {
|
|
|
2445
2466
|
multiplierRange: string;
|
|
2446
2467
|
winChanceRange: string;
|
|
2447
2468
|
};
|
|
2469
|
+
roulette: {
|
|
2470
|
+
oppositeBet: string;
|
|
2471
|
+
};
|
|
2448
2472
|
noWheelData: string;
|
|
2449
2473
|
requestDropped: string;
|
|
2450
2474
|
};
|
|
@@ -2771,6 +2795,9 @@ export declare const translations: {
|
|
|
2771
2795
|
multiplierRange: string;
|
|
2772
2796
|
winChanceRange: string;
|
|
2773
2797
|
};
|
|
2798
|
+
roulette: {
|
|
2799
|
+
oppositeBet: string;
|
|
2800
|
+
};
|
|
2774
2801
|
noWheelData: string;
|
|
2775
2802
|
requestDropped: string;
|
|
2776
2803
|
};
|
|
@@ -3097,6 +3124,9 @@ export declare const translations: {
|
|
|
3097
3124
|
multiplierRange: string;
|
|
3098
3125
|
winChanceRange: string;
|
|
3099
3126
|
};
|
|
3127
|
+
roulette: {
|
|
3128
|
+
oppositeBet: string;
|
|
3129
|
+
};
|
|
3100
3130
|
noWheelData: string;
|
|
3101
3131
|
requestDropped: string;
|
|
3102
3132
|
};
|
|
@@ -3423,6 +3453,9 @@ export declare const translations: {
|
|
|
3423
3453
|
multiplierRange: string;
|
|
3424
3454
|
winChanceRange: string;
|
|
3425
3455
|
};
|
|
3456
|
+
roulette: {
|
|
3457
|
+
oppositeBet: string;
|
|
3458
|
+
};
|
|
3426
3459
|
noWheelData: string;
|
|
3427
3460
|
requestDropped: string;
|
|
3428
3461
|
};
|
|
@@ -3749,6 +3782,9 @@ export declare const translations: {
|
|
|
3749
3782
|
multiplierRange: string;
|
|
3750
3783
|
winChanceRange: string;
|
|
3751
3784
|
};
|
|
3785
|
+
roulette: {
|
|
3786
|
+
oppositeBet: string;
|
|
3787
|
+
};
|
|
3752
3788
|
noWheelData: string;
|
|
3753
3789
|
requestDropped: string;
|
|
3754
3790
|
};
|
|
@@ -4075,6 +4111,9 @@ export declare const translations: {
|
|
|
4075
4111
|
multiplierRange: string;
|
|
4076
4112
|
winChanceRange: string;
|
|
4077
4113
|
};
|
|
4114
|
+
roulette: {
|
|
4115
|
+
oppositeBet: string;
|
|
4116
|
+
};
|
|
4078
4117
|
noWheelData: string;
|
|
4079
4118
|
requestDropped: string;
|
|
4080
4119
|
};
|
|
@@ -4401,6 +4440,9 @@ export declare const translations: {
|
|
|
4401
4440
|
multiplierRange: string;
|
|
4402
4441
|
winChanceRange: string;
|
|
4403
4442
|
};
|
|
4443
|
+
roulette: {
|
|
4444
|
+
oppositeBet: string;
|
|
4445
|
+
};
|
|
4404
4446
|
noWheelData: string;
|
|
4405
4447
|
requestDropped: string;
|
|
4406
4448
|
};
|
|
@@ -4727,6 +4769,9 @@ export declare const translations: {
|
|
|
4727
4769
|
multiplierRange: string;
|
|
4728
4770
|
winChanceRange: string;
|
|
4729
4771
|
};
|
|
4772
|
+
roulette: {
|
|
4773
|
+
oppositeBet: string;
|
|
4774
|
+
};
|
|
4730
4775
|
noWheelData: string;
|
|
4731
4776
|
requestDropped: string;
|
|
4732
4777
|
};
|
|
@@ -5053,6 +5098,9 @@ export declare const translations: {
|
|
|
5053
5098
|
multiplierRange: string;
|
|
5054
5099
|
winChanceRange: string;
|
|
5055
5100
|
};
|
|
5101
|
+
roulette: {
|
|
5102
|
+
oppositeBet: string;
|
|
5103
|
+
};
|
|
5056
5104
|
noWheelData: string;
|
|
5057
5105
|
requestDropped: string;
|
|
5058
5106
|
};
|
|
@@ -5642,6 +5690,7 @@ export type gameContextType = {
|
|
|
5642
5690
|
footerPosition: "ABOVE" | "BELOW";
|
|
5643
5691
|
logoUrl: string | null;
|
|
5644
5692
|
customMinesGemSvgUrl: string | null;
|
|
5693
|
+
roulettePreventOppositeBets: boolean;
|
|
5645
5694
|
};
|
|
5646
5695
|
declare const gameContext: {
|
|
5647
5696
|
__context__: gameContextType;
|
|
@@ -5659,11 +5708,12 @@ export declare class GameProviderWrapper extends OrigamiElement {
|
|
|
5659
5708
|
minBet: number | null;
|
|
5660
5709
|
maxBet: number | null;
|
|
5661
5710
|
edge: 1 | 2 | 3 | 4 | 8;
|
|
5662
|
-
customMinesGemSvgUrl: string | null;
|
|
5663
5711
|
showCurrencyAsText: boolean;
|
|
5664
5712
|
footerPosition: "ABOVE" | "BELOW";
|
|
5665
5713
|
logoUrl: string | null;
|
|
5666
5714
|
seasonTheme: SeasonTheme;
|
|
5715
|
+
customMinesGemSvgUrl: string | null;
|
|
5716
|
+
roulettePreventOppositeBets: boolean;
|
|
5667
5717
|
private betAmount;
|
|
5668
5718
|
private autobetNumberOfBets;
|
|
5669
5719
|
private hotkeysOpenEnabled;
|