@betorigami/games 2.6.1 → 2.6.3
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 +258 -0
- package/dist/index.mjs +574 -501
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -349,6 +349,16 @@ export declare const translations: {
|
|
|
349
349
|
provablyFair: string;
|
|
350
350
|
strategyTip: string;
|
|
351
351
|
};
|
|
352
|
+
blitz: {
|
|
353
|
+
overview: string;
|
|
354
|
+
how1: string;
|
|
355
|
+
how2: string;
|
|
356
|
+
how3: string;
|
|
357
|
+
how4: string;
|
|
358
|
+
how5: string;
|
|
359
|
+
strategyTip: string;
|
|
360
|
+
provablyFair: string;
|
|
361
|
+
};
|
|
352
362
|
};
|
|
353
363
|
games: {
|
|
354
364
|
advancedDice: {
|
|
@@ -411,6 +421,12 @@ export declare const translations: {
|
|
|
411
421
|
buyInsurance: string;
|
|
412
422
|
noInsurance: string;
|
|
413
423
|
};
|
|
424
|
+
blitz: {
|
|
425
|
+
cardsRemaining: string;
|
|
426
|
+
decreasePicks: string;
|
|
427
|
+
increasePicks: string;
|
|
428
|
+
uniqueCards: string;
|
|
429
|
+
};
|
|
414
430
|
dice: {
|
|
415
431
|
rollOver: string;
|
|
416
432
|
rollUnder: string;
|
|
@@ -735,6 +751,16 @@ export declare const translations: {
|
|
|
735
751
|
provablyFair: string;
|
|
736
752
|
strategyTip: string;
|
|
737
753
|
};
|
|
754
|
+
blitz: {
|
|
755
|
+
overview: string;
|
|
756
|
+
how1: string;
|
|
757
|
+
how2: string;
|
|
758
|
+
how3: string;
|
|
759
|
+
how4: string;
|
|
760
|
+
how5: string;
|
|
761
|
+
strategyTip: string;
|
|
762
|
+
provablyFair: string;
|
|
763
|
+
};
|
|
738
764
|
};
|
|
739
765
|
games: {
|
|
740
766
|
advancedDice: {
|
|
@@ -797,6 +823,12 @@ export declare const translations: {
|
|
|
797
823
|
buyInsurance: string;
|
|
798
824
|
noInsurance: string;
|
|
799
825
|
};
|
|
826
|
+
blitz: {
|
|
827
|
+
cardsRemaining: string;
|
|
828
|
+
decreasePicks: string;
|
|
829
|
+
increasePicks: string;
|
|
830
|
+
uniqueCards: string;
|
|
831
|
+
};
|
|
800
832
|
dice: {
|
|
801
833
|
rollOver: string;
|
|
802
834
|
rollUnder: string;
|
|
@@ -1524,6 +1556,16 @@ export declare const translations: {
|
|
|
1524
1556
|
provablyFair: string;
|
|
1525
1557
|
strategyTip: string;
|
|
1526
1558
|
};
|
|
1559
|
+
blitz: {
|
|
1560
|
+
overview: string;
|
|
1561
|
+
how1: string;
|
|
1562
|
+
how2: string;
|
|
1563
|
+
how3: string;
|
|
1564
|
+
how4: string;
|
|
1565
|
+
how5: string;
|
|
1566
|
+
strategyTip: string;
|
|
1567
|
+
provablyFair: string;
|
|
1568
|
+
};
|
|
1527
1569
|
};
|
|
1528
1570
|
games: {
|
|
1529
1571
|
advancedDice: {
|
|
@@ -1586,6 +1628,12 @@ export declare const translations: {
|
|
|
1586
1628
|
buyInsurance: string;
|
|
1587
1629
|
noInsurance: string;
|
|
1588
1630
|
};
|
|
1631
|
+
blitz: {
|
|
1632
|
+
cardsRemaining: string;
|
|
1633
|
+
decreasePicks: string;
|
|
1634
|
+
increasePicks: string;
|
|
1635
|
+
uniqueCards: string;
|
|
1636
|
+
};
|
|
1589
1637
|
dice: {
|
|
1590
1638
|
rollOver: string;
|
|
1591
1639
|
rollUnder: string;
|
|
@@ -1910,6 +1958,16 @@ export declare const translations: {
|
|
|
1910
1958
|
provablyFair: string;
|
|
1911
1959
|
strategyTip: string;
|
|
1912
1960
|
};
|
|
1961
|
+
blitz: {
|
|
1962
|
+
overview: string;
|
|
1963
|
+
how1: string;
|
|
1964
|
+
how2: string;
|
|
1965
|
+
how3: string;
|
|
1966
|
+
how4: string;
|
|
1967
|
+
how5: string;
|
|
1968
|
+
strategyTip: string;
|
|
1969
|
+
provablyFair: string;
|
|
1970
|
+
};
|
|
1913
1971
|
};
|
|
1914
1972
|
games: {
|
|
1915
1973
|
advancedDice: {
|
|
@@ -1972,6 +2030,12 @@ export declare const translations: {
|
|
|
1972
2030
|
buyInsurance: string;
|
|
1973
2031
|
noInsurance: string;
|
|
1974
2032
|
};
|
|
2033
|
+
blitz: {
|
|
2034
|
+
cardsRemaining: string;
|
|
2035
|
+
decreasePicks: string;
|
|
2036
|
+
increasePicks: string;
|
|
2037
|
+
uniqueCards: string;
|
|
2038
|
+
};
|
|
1975
2039
|
dice: {
|
|
1976
2040
|
rollOver: string;
|
|
1977
2041
|
rollUnder: string;
|
|
@@ -2296,6 +2360,16 @@ export declare const translations: {
|
|
|
2296
2360
|
provablyFair: string;
|
|
2297
2361
|
strategyTip: string;
|
|
2298
2362
|
};
|
|
2363
|
+
blitz: {
|
|
2364
|
+
overview: string;
|
|
2365
|
+
how1: string;
|
|
2366
|
+
how2: string;
|
|
2367
|
+
how3: string;
|
|
2368
|
+
how4: string;
|
|
2369
|
+
how5: string;
|
|
2370
|
+
strategyTip: string;
|
|
2371
|
+
provablyFair: string;
|
|
2372
|
+
};
|
|
2299
2373
|
};
|
|
2300
2374
|
games: {
|
|
2301
2375
|
advancedDice: {
|
|
@@ -2358,6 +2432,12 @@ export declare const translations: {
|
|
|
2358
2432
|
buyInsurance: string;
|
|
2359
2433
|
noInsurance: string;
|
|
2360
2434
|
};
|
|
2435
|
+
blitz: {
|
|
2436
|
+
cardsRemaining: string;
|
|
2437
|
+
decreasePicks: string;
|
|
2438
|
+
increasePicks: string;
|
|
2439
|
+
uniqueCards: string;
|
|
2440
|
+
};
|
|
2361
2441
|
dice: {
|
|
2362
2442
|
rollOver: string;
|
|
2363
2443
|
rollUnder: string;
|
|
@@ -2682,6 +2762,16 @@ export declare const translations: {
|
|
|
2682
2762
|
provablyFair: string;
|
|
2683
2763
|
strategyTip: string;
|
|
2684
2764
|
};
|
|
2765
|
+
blitz: {
|
|
2766
|
+
overview: string;
|
|
2767
|
+
how1: string;
|
|
2768
|
+
how2: string;
|
|
2769
|
+
how3: string;
|
|
2770
|
+
how4: string;
|
|
2771
|
+
how5: string;
|
|
2772
|
+
strategyTip: string;
|
|
2773
|
+
provablyFair: string;
|
|
2774
|
+
};
|
|
2685
2775
|
};
|
|
2686
2776
|
games: {
|
|
2687
2777
|
advancedDice: {
|
|
@@ -2744,6 +2834,12 @@ export declare const translations: {
|
|
|
2744
2834
|
buyInsurance: string;
|
|
2745
2835
|
noInsurance: string;
|
|
2746
2836
|
};
|
|
2837
|
+
blitz: {
|
|
2838
|
+
cardsRemaining: string;
|
|
2839
|
+
decreasePicks: string;
|
|
2840
|
+
increasePicks: string;
|
|
2841
|
+
uniqueCards: string;
|
|
2842
|
+
};
|
|
2747
2843
|
dice: {
|
|
2748
2844
|
rollOver: string;
|
|
2749
2845
|
rollUnder: string;
|
|
@@ -3068,6 +3164,16 @@ export declare const translations: {
|
|
|
3068
3164
|
provablyFair: string;
|
|
3069
3165
|
strategyTip: string;
|
|
3070
3166
|
};
|
|
3167
|
+
blitz: {
|
|
3168
|
+
overview: string;
|
|
3169
|
+
how1: string;
|
|
3170
|
+
how2: string;
|
|
3171
|
+
how3: string;
|
|
3172
|
+
how4: string;
|
|
3173
|
+
how5: string;
|
|
3174
|
+
strategyTip: string;
|
|
3175
|
+
provablyFair: string;
|
|
3176
|
+
};
|
|
3071
3177
|
};
|
|
3072
3178
|
games: {
|
|
3073
3179
|
advancedDice: {
|
|
@@ -3130,6 +3236,12 @@ export declare const translations: {
|
|
|
3130
3236
|
buyInsurance: string;
|
|
3131
3237
|
noInsurance: string;
|
|
3132
3238
|
};
|
|
3239
|
+
blitz: {
|
|
3240
|
+
cardsRemaining: string;
|
|
3241
|
+
decreasePicks: string;
|
|
3242
|
+
increasePicks: string;
|
|
3243
|
+
uniqueCards: string;
|
|
3244
|
+
};
|
|
3133
3245
|
dice: {
|
|
3134
3246
|
rollOver: string;
|
|
3135
3247
|
rollUnder: string;
|
|
@@ -3454,6 +3566,16 @@ export declare const translations: {
|
|
|
3454
3566
|
provablyFair: string;
|
|
3455
3567
|
strategyTip: string;
|
|
3456
3568
|
};
|
|
3569
|
+
blitz: {
|
|
3570
|
+
overview: string;
|
|
3571
|
+
how1: string;
|
|
3572
|
+
how2: string;
|
|
3573
|
+
how3: string;
|
|
3574
|
+
how4: string;
|
|
3575
|
+
how5: string;
|
|
3576
|
+
strategyTip: string;
|
|
3577
|
+
provablyFair: string;
|
|
3578
|
+
};
|
|
3457
3579
|
};
|
|
3458
3580
|
games: {
|
|
3459
3581
|
advancedDice: {
|
|
@@ -3516,6 +3638,12 @@ export declare const translations: {
|
|
|
3516
3638
|
buyInsurance: string;
|
|
3517
3639
|
noInsurance: string;
|
|
3518
3640
|
};
|
|
3641
|
+
blitz: {
|
|
3642
|
+
cardsRemaining: string;
|
|
3643
|
+
decreasePicks: string;
|
|
3644
|
+
increasePicks: string;
|
|
3645
|
+
uniqueCards: string;
|
|
3646
|
+
};
|
|
3519
3647
|
dice: {
|
|
3520
3648
|
rollOver: string;
|
|
3521
3649
|
rollUnder: string;
|
|
@@ -3840,6 +3968,16 @@ export declare const translations: {
|
|
|
3840
3968
|
provablyFair: string;
|
|
3841
3969
|
strategyTip: string;
|
|
3842
3970
|
};
|
|
3971
|
+
blitz: {
|
|
3972
|
+
overview: string;
|
|
3973
|
+
how1: string;
|
|
3974
|
+
how2: string;
|
|
3975
|
+
how3: string;
|
|
3976
|
+
how4: string;
|
|
3977
|
+
how5: string;
|
|
3978
|
+
strategyTip: string;
|
|
3979
|
+
provablyFair: string;
|
|
3980
|
+
};
|
|
3843
3981
|
};
|
|
3844
3982
|
games: {
|
|
3845
3983
|
advancedDice: {
|
|
@@ -3902,6 +4040,12 @@ export declare const translations: {
|
|
|
3902
4040
|
buyInsurance: string;
|
|
3903
4041
|
noInsurance: string;
|
|
3904
4042
|
};
|
|
4043
|
+
blitz: {
|
|
4044
|
+
cardsRemaining: string;
|
|
4045
|
+
decreasePicks: string;
|
|
4046
|
+
increasePicks: string;
|
|
4047
|
+
uniqueCards: string;
|
|
4048
|
+
};
|
|
3905
4049
|
dice: {
|
|
3906
4050
|
rollOver: string;
|
|
3907
4051
|
rollUnder: string;
|
|
@@ -4226,6 +4370,16 @@ export declare const translations: {
|
|
|
4226
4370
|
provablyFair: string;
|
|
4227
4371
|
strategyTip: string;
|
|
4228
4372
|
};
|
|
4373
|
+
blitz: {
|
|
4374
|
+
overview: string;
|
|
4375
|
+
how1: string;
|
|
4376
|
+
how2: string;
|
|
4377
|
+
how3: string;
|
|
4378
|
+
how4: string;
|
|
4379
|
+
how5: string;
|
|
4380
|
+
strategyTip: string;
|
|
4381
|
+
provablyFair: string;
|
|
4382
|
+
};
|
|
4229
4383
|
};
|
|
4230
4384
|
games: {
|
|
4231
4385
|
advancedDice: {
|
|
@@ -4288,6 +4442,12 @@ export declare const translations: {
|
|
|
4288
4442
|
buyInsurance: string;
|
|
4289
4443
|
noInsurance: string;
|
|
4290
4444
|
};
|
|
4445
|
+
blitz: {
|
|
4446
|
+
cardsRemaining: string;
|
|
4447
|
+
decreasePicks: string;
|
|
4448
|
+
increasePicks: string;
|
|
4449
|
+
uniqueCards: string;
|
|
4450
|
+
};
|
|
4291
4451
|
dice: {
|
|
4292
4452
|
rollOver: string;
|
|
4293
4453
|
rollUnder: string;
|
|
@@ -4612,6 +4772,16 @@ export declare const translations: {
|
|
|
4612
4772
|
provablyFair: string;
|
|
4613
4773
|
strategyTip: string;
|
|
4614
4774
|
};
|
|
4775
|
+
blitz: {
|
|
4776
|
+
overview: string;
|
|
4777
|
+
how1: string;
|
|
4778
|
+
how2: string;
|
|
4779
|
+
how3: string;
|
|
4780
|
+
how4: string;
|
|
4781
|
+
how5: string;
|
|
4782
|
+
strategyTip: string;
|
|
4783
|
+
provablyFair: string;
|
|
4784
|
+
};
|
|
4615
4785
|
};
|
|
4616
4786
|
games: {
|
|
4617
4787
|
advancedDice: {
|
|
@@ -4674,6 +4844,12 @@ export declare const translations: {
|
|
|
4674
4844
|
buyInsurance: string;
|
|
4675
4845
|
noInsurance: string;
|
|
4676
4846
|
};
|
|
4847
|
+
blitz: {
|
|
4848
|
+
cardsRemaining: string;
|
|
4849
|
+
decreasePicks: string;
|
|
4850
|
+
increasePicks: string;
|
|
4851
|
+
uniqueCards: string;
|
|
4852
|
+
};
|
|
4677
4853
|
dice: {
|
|
4678
4854
|
rollOver: string;
|
|
4679
4855
|
rollUnder: string;
|
|
@@ -4998,6 +5174,16 @@ export declare const translations: {
|
|
|
4998
5174
|
provablyFair: string;
|
|
4999
5175
|
strategyTip: string;
|
|
5000
5176
|
};
|
|
5177
|
+
blitz: {
|
|
5178
|
+
overview: string;
|
|
5179
|
+
how1: string;
|
|
5180
|
+
how2: string;
|
|
5181
|
+
how3: string;
|
|
5182
|
+
how4: string;
|
|
5183
|
+
how5: string;
|
|
5184
|
+
strategyTip: string;
|
|
5185
|
+
provablyFair: string;
|
|
5186
|
+
};
|
|
5001
5187
|
};
|
|
5002
5188
|
games: {
|
|
5003
5189
|
advancedDice: {
|
|
@@ -5060,6 +5246,12 @@ export declare const translations: {
|
|
|
5060
5246
|
buyInsurance: string;
|
|
5061
5247
|
noInsurance: string;
|
|
5062
5248
|
};
|
|
5249
|
+
blitz: {
|
|
5250
|
+
cardsRemaining: string;
|
|
5251
|
+
decreasePicks: string;
|
|
5252
|
+
increasePicks: string;
|
|
5253
|
+
uniqueCards: string;
|
|
5254
|
+
};
|
|
5063
5255
|
dice: {
|
|
5064
5256
|
rollOver: string;
|
|
5065
5257
|
rollUnder: string;
|
|
@@ -5384,6 +5576,16 @@ export declare const translations: {
|
|
|
5384
5576
|
provablyFair: string;
|
|
5385
5577
|
strategyTip: string;
|
|
5386
5578
|
};
|
|
5579
|
+
blitz: {
|
|
5580
|
+
overview: string;
|
|
5581
|
+
how1: string;
|
|
5582
|
+
how2: string;
|
|
5583
|
+
how3: string;
|
|
5584
|
+
how4: string;
|
|
5585
|
+
how5: string;
|
|
5586
|
+
strategyTip: string;
|
|
5587
|
+
provablyFair: string;
|
|
5588
|
+
};
|
|
5387
5589
|
};
|
|
5388
5590
|
games: {
|
|
5389
5591
|
advancedDice: {
|
|
@@ -5446,6 +5648,12 @@ export declare const translations: {
|
|
|
5446
5648
|
buyInsurance: string;
|
|
5447
5649
|
noInsurance: string;
|
|
5448
5650
|
};
|
|
5651
|
+
blitz: {
|
|
5652
|
+
cardsRemaining: string;
|
|
5653
|
+
decreasePicks: string;
|
|
5654
|
+
increasePicks: string;
|
|
5655
|
+
uniqueCards: string;
|
|
5656
|
+
};
|
|
5449
5657
|
dice: {
|
|
5450
5658
|
rollOver: string;
|
|
5451
5659
|
rollUnder: string;
|
|
@@ -5770,6 +5978,16 @@ export declare const translations: {
|
|
|
5770
5978
|
provablyFair: string;
|
|
5771
5979
|
strategyTip: string;
|
|
5772
5980
|
};
|
|
5981
|
+
blitz: {
|
|
5982
|
+
overview: string;
|
|
5983
|
+
how1: string;
|
|
5984
|
+
how2: string;
|
|
5985
|
+
how3: string;
|
|
5986
|
+
how4: string;
|
|
5987
|
+
how5: string;
|
|
5988
|
+
strategyTip: string;
|
|
5989
|
+
provablyFair: string;
|
|
5990
|
+
};
|
|
5773
5991
|
};
|
|
5774
5992
|
games: {
|
|
5775
5993
|
advancedDice: {
|
|
@@ -5832,6 +6050,12 @@ export declare const translations: {
|
|
|
5832
6050
|
buyInsurance: string;
|
|
5833
6051
|
noInsurance: string;
|
|
5834
6052
|
};
|
|
6053
|
+
blitz: {
|
|
6054
|
+
cardsRemaining: string;
|
|
6055
|
+
decreasePicks: string;
|
|
6056
|
+
increasePicks: string;
|
|
6057
|
+
uniqueCards: string;
|
|
6058
|
+
};
|
|
5835
6059
|
dice: {
|
|
5836
6060
|
rollOver: string;
|
|
5837
6061
|
rollUnder: string;
|
|
@@ -6156,6 +6380,16 @@ export declare const translations: {
|
|
|
6156
6380
|
provablyFair: string;
|
|
6157
6381
|
strategyTip: string;
|
|
6158
6382
|
};
|
|
6383
|
+
blitz: {
|
|
6384
|
+
overview: string;
|
|
6385
|
+
how1: string;
|
|
6386
|
+
how2: string;
|
|
6387
|
+
how3: string;
|
|
6388
|
+
how4: string;
|
|
6389
|
+
how5: string;
|
|
6390
|
+
strategyTip: string;
|
|
6391
|
+
provablyFair: string;
|
|
6392
|
+
};
|
|
6159
6393
|
};
|
|
6160
6394
|
games: {
|
|
6161
6395
|
advancedDice: {
|
|
@@ -6218,6 +6452,12 @@ export declare const translations: {
|
|
|
6218
6452
|
buyInsurance: string;
|
|
6219
6453
|
noInsurance: string;
|
|
6220
6454
|
};
|
|
6455
|
+
blitz: {
|
|
6456
|
+
cardsRemaining: string;
|
|
6457
|
+
decreasePicks: string;
|
|
6458
|
+
increasePicks: string;
|
|
6459
|
+
uniqueCards: string;
|
|
6460
|
+
};
|
|
6221
6461
|
dice: {
|
|
6222
6462
|
rollOver: string;
|
|
6223
6463
|
rollUnder: string;
|
|
@@ -6542,6 +6782,16 @@ export declare const translations: {
|
|
|
6542
6782
|
provablyFair: string;
|
|
6543
6783
|
strategyTip: string;
|
|
6544
6784
|
};
|
|
6785
|
+
blitz: {
|
|
6786
|
+
overview: string;
|
|
6787
|
+
how1: string;
|
|
6788
|
+
how2: string;
|
|
6789
|
+
how3: string;
|
|
6790
|
+
how4: string;
|
|
6791
|
+
how5: string;
|
|
6792
|
+
strategyTip: string;
|
|
6793
|
+
provablyFair: string;
|
|
6794
|
+
};
|
|
6545
6795
|
};
|
|
6546
6796
|
games: {
|
|
6547
6797
|
advancedDice: {
|
|
@@ -6604,6 +6854,12 @@ export declare const translations: {
|
|
|
6604
6854
|
buyInsurance: string;
|
|
6605
6855
|
noInsurance: string;
|
|
6606
6856
|
};
|
|
6857
|
+
blitz: {
|
|
6858
|
+
cardsRemaining: string;
|
|
6859
|
+
decreasePicks: string;
|
|
6860
|
+
increasePicks: string;
|
|
6861
|
+
uniqueCards: string;
|
|
6862
|
+
};
|
|
6607
6863
|
dice: {
|
|
6608
6864
|
rollOver: string;
|
|
6609
6865
|
rollUnder: string;
|
|
@@ -8048,7 +8304,9 @@ export declare class BlitzGame extends GameComponent {
|
|
|
8048
8304
|
private get progressDurationMs();
|
|
8049
8305
|
blitzPlay(): Promise<void>;
|
|
8050
8306
|
private handleBetExecution;
|
|
8307
|
+
private revealCardsInstant;
|
|
8051
8308
|
private revealCards;
|
|
8309
|
+
private setRevealOutcome;
|
|
8052
8310
|
protected executeAutobet(autobetSettings: AutobetSettingsWithId, currentBetAmount: string): Promise<GameBetResult>;
|
|
8053
8311
|
render(): import("lit-html").TemplateResult<1>;
|
|
8054
8312
|
}
|