@betorigami/games 2.5.0 → 2.5.1
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 +4 -0
- package/dist/index.mjs +148 -148
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -6848,6 +6848,8 @@ export type gameContextType = {
|
|
|
6848
6848
|
customWheelCenterPadding: number | null;
|
|
6849
6849
|
customDiamondsBackgroundSvgUrl: string | null;
|
|
6850
6850
|
customBlackjackBackgroundSvgUrl: string | null;
|
|
6851
|
+
blitzMinPickCount: number | null;
|
|
6852
|
+
blitzMaxPickCount: number | null;
|
|
6851
6853
|
customCardBackSvgUrl: string | null;
|
|
6852
6854
|
customCardRedColor: string | null;
|
|
6853
6855
|
customCardBlackColor: string | null;
|
|
@@ -6910,6 +6912,8 @@ export declare class GameProviderWrapper extends OrigamiElement {
|
|
|
6910
6912
|
customWheelCenterPadding: number | null;
|
|
6911
6913
|
customDiamondsBackgroundSvgUrl: string | null;
|
|
6912
6914
|
customBlackjackBackgroundSvgUrl: string | null;
|
|
6915
|
+
blitzMinPickCount: number | null;
|
|
6916
|
+
blitzMaxPickCount: number | null;
|
|
6913
6917
|
customCardBackSvgUrl: string | null;
|
|
6914
6918
|
customCardRedColor: string | null;
|
|
6915
6919
|
customCardBlackColor: string | null;
|