@betorigami/games 1.20.0 → 1.20.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 +7 -0
- package/dist/index.mjs +214 -215
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -6076,7 +6076,10 @@ export type gameContextType = {
|
|
|
6076
6076
|
customPlinkoEdgeColor: string | null;
|
|
6077
6077
|
customPlinkoCenterColor: string | null;
|
|
6078
6078
|
customBaccaratBackgroundSvgUrl: string | null;
|
|
6079
|
+
baccaratPreventOppositeBets: boolean;
|
|
6079
6080
|
customLimboBackgroundSvgUrl: string | null;
|
|
6081
|
+
customWheelCenterSvgUrl: string | null;
|
|
6082
|
+
customWheelCenterPadding: number | null;
|
|
6080
6083
|
customFooterLobbySvgUrl: string | null;
|
|
6081
6084
|
customFooterVolumeSvgUrl: string | null;
|
|
6082
6085
|
customFooterGameInfoSvgUrl: string | null;
|
|
@@ -6118,12 +6121,16 @@ export declare class GameProviderWrapper extends OrigamiElement {
|
|
|
6118
6121
|
customKenoSelectedTileSvgUrl: string | null;
|
|
6119
6122
|
customRouletteBackgroundSvgUrl: string | null;
|
|
6120
6123
|
roulettePreventOppositeBets: boolean;
|
|
6124
|
+
rouletteDefaultInstantBet: boolean;
|
|
6121
6125
|
customDiceBackgroundSvgUrl: string | null;
|
|
6122
6126
|
customPlinkoBackgroundSvgUrl: string | null;
|
|
6123
6127
|
customPlinkoEdgeColor: string | null;
|
|
6124
6128
|
customPlinkoCenterColor: string | null;
|
|
6125
6129
|
customBaccaratBackgroundSvgUrl: string | null;
|
|
6130
|
+
baccaratPreventOppositeBets: boolean;
|
|
6126
6131
|
customLimboBackgroundSvgUrl: string | null;
|
|
6132
|
+
customWheelCenterSvgUrl: string | null;
|
|
6133
|
+
customWheelCenterPadding: number | null;
|
|
6127
6134
|
customFooterLobbySvgUrl: string | null;
|
|
6128
6135
|
customFooterVolumeSvgUrl: string | null;
|
|
6129
6136
|
customFooterGameInfoSvgUrl: string | null;
|