be-components 6.1.0 → 6.1.2
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/lib/commonjs/BetMatch/api/index.js +67 -1
- package/lib/commonjs/BetMatch/api/index.js.map +1 -1
- package/lib/commonjs/BetMatch/components/BetMatchCard.js +100 -46
- package/lib/commonjs/BetMatch/components/BetMatchCard.js.map +1 -1
- package/lib/commonjs/BetMatch/components/ManageFilter.js +1342 -0
- package/lib/commonjs/BetMatch/components/ManageFilter.js.map +1 -0
- package/lib/commonjs/BetMatch/index.js +204 -64
- package/lib/commonjs/BetMatch/index.js.map +1 -1
- package/lib/commonjs/Components/AthleteLozenge.js +81 -0
- package/lib/commonjs/Components/AthleteLozenge.js.map +1 -0
- package/lib/commonjs/Components/AutoScrollFlatList.js +50 -7
- package/lib/commonjs/Components/AutoScrollFlatList.js.map +1 -1
- package/lib/commonjs/Components/Icons.js +2 -0
- package/lib/commonjs/Components/Icons.js.map +1 -1
- package/lib/commonjs/Components/Jerseys.js +30 -11
- package/lib/commonjs/Components/Jerseys.js.map +1 -1
- package/lib/commonjs/Components/LeagueLozenge.js +59 -0
- package/lib/commonjs/Components/LeagueLozenge.js.map +1 -0
- package/lib/commonjs/Components/MarketLozenge.js +48 -0
- package/lib/commonjs/Components/MarketLozenge.js.map +1 -0
- package/lib/commonjs/Components/PlayerLozenge.js +61 -0
- package/lib/commonjs/Components/PlayerLozenge.js.map +1 -0
- package/lib/commonjs/Components/PremiumIcons.js +366 -0
- package/lib/commonjs/Components/PremiumIcons.js.map +1 -0
- package/lib/commonjs/Components/TeamLozenge.js +70 -0
- package/lib/commonjs/Components/TeamLozenge.js.map +1 -0
- package/lib/commonjs/Components/index.js +35 -0
- package/lib/commonjs/Components/index.js.map +1 -1
- package/lib/commonjs/FlashMarket/index.js +27 -0
- package/lib/commonjs/FlashMarket/index.js.map +1 -1
- package/lib/commonjs/Premium/api/index.js +50 -0
- package/lib/commonjs/Premium/api/index.js.map +1 -0
- package/lib/commonjs/Premium/components/ALaCartePremium.js +314 -0
- package/lib/commonjs/Premium/components/ALaCartePremium.js.map +1 -0
- package/lib/commonjs/Premium/index.js +12 -0
- package/lib/commonjs/Premium/index.js.map +1 -0
- package/lib/commonjs/ProfileManager/Components/VouchCard.js +3 -3
- package/lib/commonjs/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/commonjs/ProfileManager/api/index.js +10 -1
- package/lib/commonjs/ProfileManager/api/index.js.map +1 -1
- package/lib/commonjs/ProfileManager/index.js +2 -2
- package/lib/commonjs/ProfileManager/index.js.map +1 -1
- package/lib/commonjs/SocialComponents/api/index.js +12 -0
- package/lib/commonjs/SocialComponents/api/index.js.map +1 -1
- package/lib/commonjs/index.js +14 -0
- package/lib/commonjs/index.js.map +1 -1
- package/lib/module/BetMatch/api/index.js +66 -0
- package/lib/module/BetMatch/api/index.js.map +1 -1
- package/lib/module/BetMatch/components/BetMatchCard.js +102 -48
- package/lib/module/BetMatch/components/BetMatchCard.js.map +1 -1
- package/lib/module/BetMatch/components/ManageFilter.js +1333 -0
- package/lib/module/BetMatch/components/ManageFilter.js.map +1 -0
- package/lib/module/BetMatch/index.js +206 -66
- package/lib/module/BetMatch/index.js.map +1 -1
- package/lib/module/Components/AthleteLozenge.js +73 -0
- package/lib/module/Components/AthleteLozenge.js.map +1 -0
- package/lib/module/Components/AutoScrollFlatList.js +51 -8
- package/lib/module/Components/AutoScrollFlatList.js.map +1 -1
- package/lib/module/Components/Icons.js +3 -0
- package/lib/module/Components/Icons.js.map +1 -1
- package/lib/module/Components/Jerseys.js +30 -11
- package/lib/module/Components/Jerseys.js.map +1 -1
- package/lib/module/Components/LeagueLozenge.js +51 -0
- package/lib/module/Components/LeagueLozenge.js.map +1 -0
- package/lib/module/Components/MarketLozenge.js +40 -0
- package/lib/module/Components/MarketLozenge.js.map +1 -0
- package/lib/module/Components/PlayerLozenge.js +53 -0
- package/lib/module/Components/PlayerLozenge.js.map +1 -0
- package/lib/module/Components/PremiumIcons.js +359 -0
- package/lib/module/Components/PremiumIcons.js.map +1 -0
- package/lib/module/Components/TeamLozenge.js +62 -0
- package/lib/module/Components/TeamLozenge.js.map +1 -0
- package/lib/module/Components/index.js +6 -1
- package/lib/module/Components/index.js.map +1 -1
- package/lib/module/FlashMarket/index.js +27 -0
- package/lib/module/FlashMarket/index.js.map +1 -1
- package/lib/module/Premium/api/index.js +43 -0
- package/lib/module/Premium/api/index.js.map +1 -0
- package/lib/module/Premium/components/ALaCartePremium.js +305 -0
- package/lib/module/Premium/components/ALaCartePremium.js.map +1 -0
- package/lib/module/Premium/index.js +5 -0
- package/lib/module/Premium/index.js.map +1 -0
- package/lib/module/ProfileManager/Components/VouchCard.js +3 -3
- package/lib/module/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/module/ProfileManager/api/index.js +10 -1
- package/lib/module/ProfileManager/api/index.js.map +1 -1
- package/lib/module/ProfileManager/index.js +2 -2
- package/lib/module/ProfileManager/index.js.map +1 -1
- package/lib/module/SocialComponents/api/index.js +12 -0
- package/lib/module/SocialComponents/api/index.js.map +1 -1
- package/lib/module/index.js +3 -1
- package/lib/module/index.js.map +1 -1
- package/lib/typescript/lib/commonjs/BetMatch/api/index.d.ts +7 -0
- package/lib/typescript/lib/commonjs/BetMatch/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/BetMatch/components/BetMatchCard.d.ts +10 -2
- package/lib/typescript/lib/commonjs/BetMatch/components/BetMatchCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/BetMatch/components/ManageFilter.d.ts +10 -0
- package/lib/typescript/lib/commonjs/BetMatch/components/ManageFilter.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/BetMatch/index.d.ts +12 -1
- package/lib/typescript/lib/commonjs/BetMatch/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Components/AthleteLozenge.d.ts +11 -0
- package/lib/typescript/lib/commonjs/Components/AthleteLozenge.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/AutoScrollFlatList.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Components/Jerseys.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Components/LeagueLozenge.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Components/LeagueLozenge.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/MarketLozenge.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Components/MarketLozenge.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/PlayerLozenge.d.ts +9 -0
- package/lib/typescript/lib/commonjs/Components/PlayerLozenge.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/PremiumIcons.d.ts +85 -0
- package/lib/typescript/lib/commonjs/Components/PremiumIcons.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/TeamLozenge.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Components/TeamLozenge.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/index.d.ts +5 -0
- package/lib/typescript/lib/commonjs/FlashMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Premium/api/index.d.ts +18 -0
- package/lib/typescript/lib/commonjs/Premium/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Premium/components/ALaCartePremium.d.ts +12 -0
- package/lib/typescript/lib/commonjs/Premium/components/ALaCartePremium.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Premium/index.d.ts +6 -0
- package/lib/typescript/lib/commonjs/Premium/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/ProfileManager/api/index.d.ts +1 -0
- package/lib/typescript/lib/commonjs/ProfileManager/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/SocialComponents/api/index.d.ts +6 -6
- package/lib/typescript/lib/commonjs/SocialComponents/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/index.d.ts +2 -0
- package/lib/typescript/lib/commonjs/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/BetMatch/api/index.d.ts +7 -0
- package/lib/typescript/lib/module/BetMatch/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/BetMatch/components/BetMatchCard.d.ts +10 -2
- package/lib/typescript/lib/module/BetMatch/components/BetMatchCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/BetMatch/components/ManageFilter.d.ts +10 -0
- package/lib/typescript/lib/module/BetMatch/components/ManageFilter.d.ts.map +1 -0
- package/lib/typescript/lib/module/BetMatch/index.d.ts +12 -1
- package/lib/typescript/lib/module/BetMatch/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/AthleteLozenge.d.ts +11 -0
- package/lib/typescript/lib/module/Components/AthleteLozenge.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/AutoScrollFlatList.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/Jerseys.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/LeagueLozenge.d.ts +10 -0
- package/lib/typescript/lib/module/Components/LeagueLozenge.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/MarketLozenge.d.ts +10 -0
- package/lib/typescript/lib/module/Components/MarketLozenge.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/PlayerLozenge.d.ts +9 -0
- package/lib/typescript/lib/module/Components/PlayerLozenge.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/PremiumIcons.d.ts +86 -0
- package/lib/typescript/lib/module/Components/PremiumIcons.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/TeamLozenge.d.ts +10 -0
- package/lib/typescript/lib/module/Components/TeamLozenge.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/index.d.ts +6 -1
- package/lib/typescript/lib/module/Components/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/FlashMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Premium/api/index.d.ts +17 -0
- package/lib/typescript/lib/module/Premium/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Premium/components/ALaCartePremium.d.ts +17 -0
- package/lib/typescript/lib/module/Premium/components/ALaCartePremium.d.ts.map +1 -0
- package/lib/typescript/lib/module/Premium/index.d.ts +6 -0
- package/lib/typescript/lib/module/Premium/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/ProfileManager/api/index.d.ts +1 -0
- package/lib/typescript/lib/module/ProfileManager/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/SocialComponents/api/index.d.ts +6 -6
- package/lib/typescript/lib/module/SocialComponents/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/index.d.ts +3 -1
- package/lib/typescript/lib/module/index.d.ts.map +1 -1
- package/lib/typescript/src/BetMatch/api/index.d.ts +8 -1
- package/lib/typescript/src/BetMatch/api/index.d.ts.map +1 -1
- package/lib/typescript/src/BetMatch/components/BetMatchCard.d.ts +12 -4
- package/lib/typescript/src/BetMatch/components/BetMatchCard.d.ts.map +1 -1
- package/lib/typescript/src/BetMatch/components/ManageFilter.d.ts +12 -0
- package/lib/typescript/src/BetMatch/components/ManageFilter.d.ts.map +1 -0
- package/lib/typescript/src/BetMatch/index.d.ts +23 -2
- package/lib/typescript/src/BetMatch/index.d.ts.map +1 -1
- package/lib/typescript/src/Components/AthleteLozenge.d.ts +13 -0
- package/lib/typescript/src/Components/AthleteLozenge.d.ts.map +1 -0
- package/lib/typescript/src/Components/AutoScrollFlatList.d.ts.map +1 -1
- package/lib/typescript/src/Components/Icons.d.ts.map +1 -1
- package/lib/typescript/src/Components/Jerseys.d.ts.map +1 -1
- package/lib/typescript/src/Components/LeagueLozenge.d.ts +13 -0
- package/lib/typescript/src/Components/LeagueLozenge.d.ts.map +1 -0
- package/lib/typescript/src/Components/MarketLozenge.d.ts +13 -0
- package/lib/typescript/src/Components/MarketLozenge.d.ts.map +1 -0
- package/lib/typescript/src/Components/PlayerLozenge.d.ts +11 -0
- package/lib/typescript/src/Components/PlayerLozenge.d.ts.map +1 -0
- package/lib/typescript/src/Components/PremiumIcons.d.ts +27 -0
- package/lib/typescript/src/Components/PremiumIcons.d.ts.map +1 -0
- package/lib/typescript/src/Components/TeamLozenge.d.ts +12 -0
- package/lib/typescript/src/Components/TeamLozenge.d.ts.map +1 -0
- package/lib/typescript/src/Components/index.d.ts +6 -1
- package/lib/typescript/src/Components/index.d.ts.map +1 -1
- package/lib/typescript/src/FlashMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/Premium/api/index.d.ts +12 -0
- package/lib/typescript/src/Premium/api/index.d.ts.map +1 -0
- package/lib/typescript/src/Premium/components/ALaCartePremium.d.ts +16 -0
- package/lib/typescript/src/Premium/components/ALaCartePremium.d.ts.map +1 -0
- package/lib/typescript/src/Premium/index.d.ts +13 -0
- package/lib/typescript/src/Premium/index.d.ts.map +1 -0
- package/lib/typescript/src/ProfileManager/api/index.d.ts +6 -2
- package/lib/typescript/src/ProfileManager/api/index.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/api/index.d.ts +1 -1
- package/lib/typescript/src/SocialComponents/api/index.d.ts.map +1 -1
- package/lib/typescript/src/index.d.ts +3 -1
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/BetMatch/api/index.ts +54 -2
- package/src/BetMatch/components/BetMatchCard.tsx +82 -43
- package/src/BetMatch/components/ManageFilter.tsx +830 -0
- package/src/BetMatch/index.tsx +142 -45
- package/src/Components/AthleteLozenge.tsx +52 -0
- package/src/Components/AutoScrollFlatList.tsx +50 -15
- package/src/Components/Icons.tsx +5 -0
- package/src/Components/Jerseys.tsx +19 -10
- package/src/Components/LeagueLozenge.tsx +36 -0
- package/src/Components/MarketLozenge.tsx +29 -0
- package/src/Components/PlayerLozenge.tsx +37 -0
- package/src/Components/PremiumIcons.tsx +201 -0
- package/src/Components/TeamLozenge.tsx +44 -0
- package/src/Components/index.tsx +10 -0
- package/src/FlashMarket/index.tsx +15 -0
- package/src/Premium/api/index.ts +32 -0
- package/src/Premium/components/ALaCartePremium.tsx +145 -0
- package/src/Premium/index.tsx +5 -0
- package/src/ProfileManager/Components/VouchCard.tsx +3 -3
- package/src/ProfileManager/api/index.ts +12 -3
- package/src/ProfileManager/index.tsx +2 -2
- package/src/SocialComponents/api/index.ts +9 -1
- package/src/index.tsx +4 -0
- package/src/types.d.ts +37 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PremiumIcons.d.ts","sourceRoot":"","sources":["../../../../commonjs/Components/PremiumIcons.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;AA0PA;;;QA0BC;AAwCD;;;QAeC;AAtDD;;;QAsCC;AAlTD;;;QAkBC;AA4GD;;;QAsBC;AA6ED;;;QAeC;AA9BD;;;QAcC;AA5KD;;;QAiBC;AAsHD;;;QAsBC;AA9LD;;;QAgCC;AAqHD;;;QAkBC;AArCD;;;QAkBC;AAxDD;;;QAcC;AArCD;;;QAsBC;AAqND;;;QAcC;AA3QD;;;QAiBC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default TeamLozenge;
|
|
3
|
+
export function TeamLozenge({ team, leagues, is_active, abbr_only, onSelect }: {
|
|
4
|
+
team: any;
|
|
5
|
+
leagues: any;
|
|
6
|
+
is_active: any;
|
|
7
|
+
abbr_only: any;
|
|
8
|
+
onSelect: any;
|
|
9
|
+
}): any;
|
|
10
|
+
//# sourceMappingURL=TeamLozenge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TeamLozenge.d.ts","sourceRoot":"","sources":["../../../../commonjs/Components/TeamLozenge.js"],"names":[],"mappings":";;AAWA;;;;;;QAuDC"}
|
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
export const __esModule: boolean;
|
|
2
|
+
export const AthleteLozenge: any;
|
|
2
3
|
export const AutoScrollingFlatList: any;
|
|
3
4
|
export const Button: any;
|
|
4
5
|
export const Checkbox: any;
|
|
5
6
|
export const ConfirmationModal: any;
|
|
6
7
|
export const Icons: any;
|
|
8
|
+
export const LeagueLozenge: any;
|
|
7
9
|
export const LinearDiagnal: any;
|
|
10
|
+
export const MarketLozenge: any;
|
|
11
|
+
export const PlayerLozenge: any;
|
|
12
|
+
export const PremiumIcons: any;
|
|
8
13
|
export const ProgressBar: any;
|
|
9
14
|
export const Spring: any;
|
|
10
15
|
export const Switch: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commonjs/FlashMarket/index.js"],"names":[],"mappings":";;AAkBA;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commonjs/FlashMarket/index.js"],"names":[],"mappings":";;AAkBA;;;;;;;;;;;;;;;;;;;QAszBC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export namespace PremiumApi {
|
|
3
|
+
function setEnvironment(): void;
|
|
4
|
+
function purchasePremiumItem(premium_item_id: any, type: any): Promise<any>;
|
|
5
|
+
}
|
|
6
|
+
export namespace PremiumHelpers {
|
|
7
|
+
function getItemFromIdentifer(identifier: any, premium_items: any, player_premium_items: any): {
|
|
8
|
+
premium_item?: undefined;
|
|
9
|
+
player_premium_item?: undefined;
|
|
10
|
+
} | {
|
|
11
|
+
premium_item: any;
|
|
12
|
+
player_premium_item?: undefined;
|
|
13
|
+
} | {
|
|
14
|
+
premium_item: any;
|
|
15
|
+
player_premium_item: any;
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Premium/api/index.js"],"names":[],"mappings":";;IAWkB,gCAGf;IACoB,4EAWpB;;;IAGqB;;;;;;;;;MAkBrB"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default ALaCartePremium;
|
|
3
|
+
export function getIconByFeature(pi: any, color: any): any;
|
|
4
|
+
declare function ALaCartePremium({ style, player, premium_item, player_premium_item, onPurchaseItem, onViewPremium }: {
|
|
5
|
+
style: any;
|
|
6
|
+
player: any;
|
|
7
|
+
premium_item: any;
|
|
8
|
+
player_premium_item: any;
|
|
9
|
+
onPurchaseItem: any;
|
|
10
|
+
onViewPremium: any;
|
|
11
|
+
}): any;
|
|
12
|
+
//# sourceMappingURL=ALaCartePremium.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ALaCartePremium.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Premium/components/ALaCartePremium.js"],"names":[],"mappings":";;AAaA,2DAmFC;AAED;;;;;;;QAqNC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commonjs/Premium/index.js"],"names":[],"mappings":""}
|
|
@@ -17,6 +17,7 @@ export namespace ProfileApi {
|
|
|
17
17
|
function updatePlayerPhone(phone: any): Promise<void>;
|
|
18
18
|
function confirmPlayerPhone(token: any): Promise<any>;
|
|
19
19
|
function getMyDetails(): Promise<any>;
|
|
20
|
+
function getPremiumItems(): Promise<any>;
|
|
20
21
|
function getMyBalance(): Promise<any>;
|
|
21
22
|
function getMyCodeDetails(): Promise<any>;
|
|
22
23
|
function getMySettings(): Promise<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/ProfileManager/api/index.js"],"names":[],"mappings":";;IAckB,gCAMf;IACa;;;;MAMb;IACc,uCAQd;IACiB,8EAMjB;IACgB,yDAKhB;IACgB,iDAKhB;IACiB,yEAMjB;IACqB,2DAKrB;IACkB,sDAKlB;IACmB,sDAKnB;IACkB,sDAKlB;IACmB,sDAKnB;IACa,sCAGb;IACa,sCAGb;IACiB,0CAGjB;IACc,uCAGd;IACoB,gEAKpB;IACW,wDAKX;IACe,0DAKf;IACY,2FAOZ;IACe,6EAMf;IACe,6EAMf;IACc,wFAOd;;;IAQY,gDAsBZ;IACa;;;;;;MAkBb;IAMc,4DAOd;IACkB,gEAWlB;IACiB;;;;;;MAsBjB;;IAMa;;;;;;MAuBb;IACgB,qEA2DhB;IAMmC,uEAKnC;IAMuB,2DAKvB;IAMkC,uEAMlC;IAMiB;;;;;;;;MAkBjB;IACuB,2DAavB;IACoB,gEAQpB"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/ProfileManager/api/index.js"],"names":[],"mappings":";;IAckB,gCAMf;IACa;;;;MAMb;IACc,uCAQd;IACiB,8EAMjB;IACgB,yDAKhB;IACgB,iDAKhB;IACiB,yEAMjB;IACqB,2DAKrB;IACkB,sDAKlB;IACmB,sDAKnB;IACkB,sDAKlB;IACmB,sDAKnB;IACa,sCAGb;IACgB,yCAQhB;IACa,sCAGb;IACiB,0CAGjB;IACc,uCAGd;IACoB,gEAKpB;IACW,wDAKX;IACe,0DAKf;IACY,2FAOZ;IACe,6EAMf;IACe,6EAMf;IACc,wFAOd;;;IAQY,gDAsBZ;IACa;;;;;;MAkBb;IAMc,4DAOd;IACkB,gEAWlB;IACiB;;;;;;MAsBjB;;IAMa;;;;;;MAuBb;IACgB,qEA2DhB;IAMmC,uEAKnC;IAMuB,2DAKvB;IAMkC,uEAMlC;IAMiB;;;;;;;;MAkBjB;IACuB,2DAavB;IACoB,gEAQpB"}
|
|
@@ -47,6 +47,12 @@ export namespace SocialOrderHelpers {
|
|
|
47
47
|
team_ids: any[];
|
|
48
48
|
};
|
|
49
49
|
function getContestDetails(order: any, events: any, tournaments: any, matches: any, athletes: any, teams: any, leagues: any): {
|
|
50
|
+
title: string;
|
|
51
|
+
time: string;
|
|
52
|
+
team?: undefined;
|
|
53
|
+
athlete?: undefined;
|
|
54
|
+
league?: undefined;
|
|
55
|
+
} | {
|
|
50
56
|
team: any;
|
|
51
57
|
athlete: any;
|
|
52
58
|
title: string;
|
|
@@ -58,12 +64,6 @@ export namespace SocialOrderHelpers {
|
|
|
58
64
|
league: any;
|
|
59
65
|
title: any;
|
|
60
66
|
time: any;
|
|
61
|
-
} | {
|
|
62
|
-
title: string;
|
|
63
|
-
time: string;
|
|
64
|
-
team?: undefined;
|
|
65
|
-
athlete?: undefined;
|
|
66
|
-
league?: undefined;
|
|
67
67
|
};
|
|
68
68
|
function getOddsLabel(odds: any, decimals: any): string;
|
|
69
69
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/SocialComponents/api/index.js"],"names":[],"mappings":";;IAgBkB,gCAMf;IACW,oCAOX;IACgB,wDAYhB;IACa,gDASb;IACuB,+DAKvB;IACmB,gEAKnB;IACY,sDAQZ;IACY,qCAQZ;IACc,qDAad;IACW,6CAUX;IACW,6CAWX;IACoB,2DAapB;IACuB,6DAWvB;IACqB,4EAUrB;IACa,sCAOb;IACgB,yDAUhB;IACqB,4DAarB;IACiB,0DAajB;IAC8B,0EAa9B;IACc,oDAad;IACmB,8DAUnB;IACe,gDAUf;IACmB,8DAUnB;IACe,uDAOf;IACsB,sEAQtB;IACwB,wEAQxB;IACoB,oEAUpB;IACoB,0FAWpB;IACQ,+CAOR;IACa,mDAQb;IACS,oDAUT;;;IAGa,uCAWb;IACiB;;;MA0CjB;IACsB,4DAUtB;IACiB;;;;;;MA8BjB;IACkB;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/SocialComponents/api/index.js"],"names":[],"mappings":";;IAgBkB,gCAMf;IACW,oCAOX;IACgB,wDAYhB;IACa,gDASb;IACuB,+DAKvB;IACmB,gEAKnB;IACY,sDAQZ;IACY,qCAQZ;IACc,qDAad;IACW,6CAUX;IACW,6CAWX;IACoB,2DAapB;IACuB,6DAWvB;IACqB,4EAUrB;IACa,sCAOb;IACgB,yDAUhB;IACqB,4DAarB;IACiB,0DAajB;IAC8B,0EAa9B;IACc,oDAad;IACmB,8DAUnB;IACe,gDAUf;IACmB,8DAUnB;IACe,uDAOf;IACsB,sEAQtB;IACwB,wEAQxB;IACoB,oEAUpB;IACoB,0FAWpB;IACQ,+CAOR;IACa,mDAQb;IACS,oDAUT;;;IAGa,uCAWb;IACiB;;;MA0CjB;IACsB,4DAUtB;IACiB;;;;;;MA8BjB;IACkB;;;;;;;;;;;;;;;;;;MA2ElB;IACa,wDASb;;;IAGa;;;;;OA2Db;IACe,sHA4Bf;IAEgB;;;MAahB;IAEU,oGAuBV;IACa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAsCb;IACY,yCAcZ;IACkB,0CASlB;IACgB;;;;;;;;;;;;;;;;;;;;;;;;;MA2BhB;IACoB,4DA2BpB;IACY,mGAIZ;IACY,wDAmBZ;IACkB;;;;OAqDlB;IACkB,mDA4ClB;;;IAGgB,4CAShB;IACgB,oDAYhB;IACW,uCAKX;IACa,kEAEb"}
|
|
@@ -57,6 +57,7 @@ export const LeaderboardCard: any;
|
|
|
57
57
|
export const LinearGradient: typeof _expoLinearGradient.LinearGradient;
|
|
58
58
|
export const LocationTracker: any;
|
|
59
59
|
export const ManageBracketCompetitionForm: any;
|
|
60
|
+
export const ManageFilter: any;
|
|
60
61
|
export const MarketComponents: any;
|
|
61
62
|
export const MarketMaker: any;
|
|
62
63
|
export const MyWallet: any;
|
|
@@ -103,6 +104,7 @@ export const PollCampaignApi: {
|
|
|
103
104
|
getLeadersByCampaignId: (poll_campaign_id: any, offset: any) => Promise<any>;
|
|
104
105
|
getPollCampaignsByCompanyCode: (code: any, offset: any, status: any) => Promise<any>;
|
|
105
106
|
};
|
|
107
|
+
export const Premium: any;
|
|
106
108
|
export const ProfileManager: any;
|
|
107
109
|
export const PromotedOrder: any;
|
|
108
110
|
export const SeasonCard: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../commonjs/index.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../commonjs/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoVA,2BAAkE;AAElE,iCAA8E"}
|
|
@@ -2,17 +2,24 @@ export namespace BetMatchApi {
|
|
|
2
2
|
function setEnvironment(): void;
|
|
3
3
|
function getMyOrderFilters(player_id: any, status: any, pinned: any): Promise<any>;
|
|
4
4
|
function getPlayersByPlayerIds(player_ids: any): Promise<any>;
|
|
5
|
+
function searchPlayersByValue(search_value: any, offset: any): Promise<any>;
|
|
5
6
|
function getPlayerFilterById(player_filter_id: any): Promise<any>;
|
|
6
7
|
function runPlayerFilter(player_filter_id: any): Promise<any>;
|
|
7
8
|
function createPlayerFilter(player_filter: any): Promise<any>;
|
|
8
9
|
function updatePlayerFilter(player_filter: any): Promise<any>;
|
|
9
10
|
function deletePlayerFilter(player_filter_id: any): Promise<any>;
|
|
11
|
+
function saveBetMatchResponse(order_response: any): Promise<boolean>;
|
|
10
12
|
function getEventsByEventIds(event_ids: any): Promise<any>;
|
|
11
13
|
function getMatchesByMatchIds(match_ids: any): Promise<any>;
|
|
12
14
|
function getAthletesByIds(athlete_ids: any): Promise<any>;
|
|
13
15
|
function getTournamentsByTournamentIds(tournament_ids: any): Promise<any>;
|
|
14
16
|
function getTeamsByIds(team_ids: any): Promise<any>;
|
|
17
|
+
function searchAthletes(search_value: any, offset: any, league_ids: any): Promise<any>;
|
|
18
|
+
function searchTeams(search_value: any, offset: any, league_ids: any): Promise<any>;
|
|
15
19
|
function getMarkets(): Promise<any>;
|
|
16
20
|
function getLeagues(): Promise<any>;
|
|
17
21
|
}
|
|
22
|
+
export namespace BetMatchHelpers {
|
|
23
|
+
function filterMarkets(markets: any, leagues: any, draft_filter: any): any;
|
|
24
|
+
}
|
|
18
25
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/BetMatch/api/index.js"],"names":[],"mappings":";IAOkB,gCAMf;IACkB,mFAQlB;IACsB,8DAYtB;IACoB,kEAQpB;IACgB,8DAQhB;IACmB,8DAUnB;IACmB,8DAUnB;IACmB,iEAUnB;IACoB,2DAapB;IACqB,4DAarB;IACiB,0DAajB;IAC8B,0EAa9B;IACc,oDAad;IACW,oCAQX;IACW,oCAOX"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/BetMatch/api/index.js"],"names":[],"mappings":";IAOkB,gCAMf;IACkB,mFAQlB;IACsB,8DAYtB;IACqB,4EAUrB;IACoB,kEAQpB;IACgB,8DAQhB;IACmB,8DAUnB;IACmB,8DAUnB;IACmB,iEAUnB;IACqB,qEAUrB;IACoB,2DAapB;IACqB,4DAarB;IACiB,0DAajB;IAC8B,0EAa9B;IACc,oDAad;IACe,uFAWf;IACY,oFAWZ;IACW,oCAQX;IACW,oCAOX;;;IAGc,2EAiBd"}
|
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
export default BetMatchCard;
|
|
2
|
-
declare function BetMatchCard({ order,
|
|
2
|
+
declare function BetMatchCard({ me, premium_items, player_premium_items, order, action_loading, player, contest_title, league, team, athlete, onViewPremium, onViewPlayer, onPurchasePremium, onOrder, onReject }: {
|
|
3
|
+
me: any;
|
|
4
|
+
premium_items: any;
|
|
5
|
+
player_premium_items: any;
|
|
3
6
|
order: any;
|
|
4
|
-
|
|
7
|
+
action_loading: any;
|
|
5
8
|
player: any;
|
|
6
9
|
contest_title: any;
|
|
7
10
|
league: any;
|
|
8
11
|
team: any;
|
|
9
12
|
athlete: any;
|
|
13
|
+
onViewPremium: any;
|
|
14
|
+
onViewPlayer: any;
|
|
15
|
+
onPurchasePremium: any;
|
|
16
|
+
onOrder: any;
|
|
17
|
+
onReject: any;
|
|
10
18
|
}): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
11
19
|
import React from 'react';
|
|
12
20
|
//# sourceMappingURL=BetMatchCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BetMatchCard.d.ts","sourceRoot":"","sources":["../../../../../module/BetMatch/components/BetMatchCard.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"BetMatchCard.d.ts","sourceRoot":"","sources":["../../../../../module/BetMatch/components/BetMatchCard.js"],"names":[],"mappings":";AAYA;;;;;;;;;;;;;;;;kGA2eC;kBAvfuD,OAAO"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export default ManageFilter;
|
|
2
|
+
declare function ManageFilter({ me, player_filter_id, onFocusPosition, onRunFilter, onUpdateFilter }: {
|
|
3
|
+
me: any;
|
|
4
|
+
player_filter_id: any;
|
|
5
|
+
onFocusPosition: any;
|
|
6
|
+
onRunFilter: any;
|
|
7
|
+
onUpdateFilter: any;
|
|
8
|
+
}): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
9
|
+
import React from 'react';
|
|
10
|
+
//# sourceMappingURL=ManageFilter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ManageFilter.d.ts","sourceRoot":"","sources":["../../../../../module/BetMatch/components/ManageFilter.js"],"names":[],"mappings":";AAsCA;;;;;;kGA4wCC;kBAlzC0C,OAAO"}
|
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
export default BetMatch;
|
|
2
|
-
declare function BetMatch({ player_filter_id }: {
|
|
2
|
+
declare function BetMatch({ me, player_filter_id, mode, insets, player_premium_items, premium_items, callback_order, onViewPlayer, onSelectGrade, onOrder, onPurchasePremium, onViewPremium }: {
|
|
3
|
+
me: any;
|
|
3
4
|
player_filter_id: any;
|
|
5
|
+
mode: any;
|
|
6
|
+
insets: any;
|
|
7
|
+
player_premium_items: any;
|
|
8
|
+
premium_items: any;
|
|
9
|
+
callback_order: any;
|
|
10
|
+
onViewPlayer: any;
|
|
11
|
+
onSelectGrade: any;
|
|
12
|
+
onOrder: any;
|
|
13
|
+
onPurchasePremium: any;
|
|
14
|
+
onViewPremium: any;
|
|
4
15
|
}): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
5
16
|
import React from 'react';
|
|
6
17
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/BetMatch/index.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/BetMatch/index.js"],"names":[],"mappings":";AAYA;;;;;;;;;;;;;kGA8XC;kBA1Y0C,OAAO"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export function AthleteLozenge({ leagues, athlete, text_size, is_active, abbr_only, onSelect }: {
|
|
2
|
+
leagues: any;
|
|
3
|
+
athlete: any;
|
|
4
|
+
text_size: any;
|
|
5
|
+
is_active: any;
|
|
6
|
+
abbr_only: any;
|
|
7
|
+
onSelect: any;
|
|
8
|
+
}): React.FunctionComponentElement<any>;
|
|
9
|
+
export default AthleteLozenge;
|
|
10
|
+
import React from 'react';
|
|
11
|
+
//# sourceMappingURL=AthleteLozenge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AthleteLozenge.d.ts","sourceRoot":"","sources":["../../../../module/Components/AthleteLozenge.js"],"names":[],"mappings":"AAIO;;;;;;;wCAkEN;;kBAtEiB,OAAO"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AutoScrollFlatList.d.ts","sourceRoot":"","sources":["../../../../module/Components/AutoScrollFlatList.js"],"names":[],"mappings":";AAGA;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"AutoScrollFlatList.d.ts","sourceRoot":"","sources":["../../../../module/Components/AutoScrollFlatList.js"],"names":[],"mappings":";AAGA;;;;;;;;;2DAoKC;qBArKoD,cAAc;kBADhB,OAAO"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Jerseys.d.ts","sourceRoot":"","sources":["../../../../module/Components/Jerseys.js"],"names":[],"mappings":"AAMA;;;;;
|
|
1
|
+
{"version":3,"file":"Jerseys.d.ts","sourceRoot":"","sources":["../../../../module/Components/Jerseys.js"],"names":[],"mappings":"AAMA;;;;;kGAkGC;AACD;;;;kGAsCC;kBA/IiB,OAAO"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export function LeagueLozenge({ league, style, is_active, text_size, onSelect }: {
|
|
2
|
+
league: any;
|
|
3
|
+
style: any;
|
|
4
|
+
is_active: any;
|
|
5
|
+
text_size: any;
|
|
6
|
+
onSelect: any;
|
|
7
|
+
}): React.FunctionComponentElement<any>;
|
|
8
|
+
export default LeagueLozenge;
|
|
9
|
+
import React from 'react';
|
|
10
|
+
//# sourceMappingURL=LeagueLozenge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LeagueLozenge.d.ts","sourceRoot":"","sources":["../../../../module/Components/LeagueLozenge.js"],"names":[],"mappings":"AAIO;;;;;;wCA4CN;;kBAhDiB,OAAO"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export function MarketLozenge({ style, market, text_size, is_active, onSelect }: {
|
|
2
|
+
style: any;
|
|
3
|
+
market: any;
|
|
4
|
+
text_size: any;
|
|
5
|
+
is_active: any;
|
|
6
|
+
onSelect: any;
|
|
7
|
+
}): React.FunctionComponentElement<any>;
|
|
8
|
+
export default MarketLozenge;
|
|
9
|
+
import React from 'react';
|
|
10
|
+
//# sourceMappingURL=MarketLozenge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MarketLozenge.d.ts","sourceRoot":"","sources":["../../../../module/Components/MarketLozenge.js"],"names":[],"mappings":"AAGO;;;;;;wCAkCN;;kBArCiB,OAAO"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export function PlayerLozenge({ player, hide_name, is_active, onSelect }: {
|
|
2
|
+
player: any;
|
|
3
|
+
hide_name: any;
|
|
4
|
+
is_active: any;
|
|
5
|
+
onSelect: any;
|
|
6
|
+
}): React.FunctionComponentElement<any>;
|
|
7
|
+
export default PlayerLozenge;
|
|
8
|
+
import React from 'react';
|
|
9
|
+
//# sourceMappingURL=PlayerLozenge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlayerLozenge.d.ts","sourceRoot":"","sources":["../../../../module/Components/PlayerLozenge.js"],"names":[],"mappings":"AAIO;;;;;wCA8CN;;kBAlDiB,OAAO"}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export { PremiumAPI };
|
|
3
|
+
export { PremiumAnalytics };
|
|
4
|
+
export { PremiumAnonymous };
|
|
5
|
+
export { PremiumBadge };
|
|
6
|
+
export { PremiumComps };
|
|
7
|
+
export { PremiumDashboard };
|
|
8
|
+
export { PremiumDeposits };
|
|
9
|
+
export { PremiumEarnings };
|
|
10
|
+
export { PremiumFilters };
|
|
11
|
+
export { PremiumNoAds };
|
|
12
|
+
export { PremiumOrderGrades };
|
|
13
|
+
export { PremiumOrders };
|
|
14
|
+
export { PremiumPriceComparison };
|
|
15
|
+
export { PremiumReferral };
|
|
16
|
+
export { PremiumSocial };
|
|
17
|
+
export { PremiumSupport };
|
|
18
|
+
}
|
|
19
|
+
export default _default;
|
|
20
|
+
declare function PremiumAPI({ color, size }: {
|
|
21
|
+
color: any;
|
|
22
|
+
size: any;
|
|
23
|
+
}): React.CElement<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps>, Svg>;
|
|
24
|
+
declare function PremiumAnalytics({ color, size }: {
|
|
25
|
+
color: any;
|
|
26
|
+
size: any;
|
|
27
|
+
}): React.CElement<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps>, Svg>;
|
|
28
|
+
declare function PremiumAnonymous({ color, size }: {
|
|
29
|
+
color: any;
|
|
30
|
+
size: any;
|
|
31
|
+
}): React.CElement<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps>, Svg>;
|
|
32
|
+
declare function PremiumBadge({ color, size }: {
|
|
33
|
+
color: any;
|
|
34
|
+
size: any;
|
|
35
|
+
}): React.CElement<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps>, Svg>;
|
|
36
|
+
declare function PremiumComps({ color, size }: {
|
|
37
|
+
color: any;
|
|
38
|
+
size: any;
|
|
39
|
+
}): React.CElement<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps>, Svg>;
|
|
40
|
+
declare function PremiumDashboard({ color, size }: {
|
|
41
|
+
color: any;
|
|
42
|
+
size: any;
|
|
43
|
+
}): React.CElement<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps>, Svg>;
|
|
44
|
+
declare function PremiumDeposits({ color, size }: {
|
|
45
|
+
color: any;
|
|
46
|
+
size: any;
|
|
47
|
+
}): React.CElement<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps>, Svg>;
|
|
48
|
+
declare function PremiumEarnings({ color, size }: {
|
|
49
|
+
color: any;
|
|
50
|
+
size: any;
|
|
51
|
+
}): React.CElement<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps>, Svg>;
|
|
52
|
+
declare function PremiumFilters({ color, size }: {
|
|
53
|
+
color: any;
|
|
54
|
+
size: any;
|
|
55
|
+
}): React.CElement<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps>, Svg>;
|
|
56
|
+
declare function PremiumNoAds({ color, size }: {
|
|
57
|
+
color: any;
|
|
58
|
+
size: any;
|
|
59
|
+
}): React.CElement<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps>, Svg>;
|
|
60
|
+
declare function PremiumOrderGrades({ color, size }: {
|
|
61
|
+
color: any;
|
|
62
|
+
size: any;
|
|
63
|
+
}): React.CElement<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps>, Svg>;
|
|
64
|
+
declare function PremiumOrders({ color, size }: {
|
|
65
|
+
color: any;
|
|
66
|
+
size: any;
|
|
67
|
+
}): React.CElement<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps>, Svg>;
|
|
68
|
+
declare function PremiumPriceComparison({ color, size }: {
|
|
69
|
+
color: any;
|
|
70
|
+
size: any;
|
|
71
|
+
}): React.CElement<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps>, Svg>;
|
|
72
|
+
declare function PremiumReferral({ color, size }: {
|
|
73
|
+
color: any;
|
|
74
|
+
size: any;
|
|
75
|
+
}): React.CElement<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps>, Svg>;
|
|
76
|
+
declare function PremiumSocial({ color, size }: {
|
|
77
|
+
color: any;
|
|
78
|
+
size: any;
|
|
79
|
+
}): React.CElement<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps>, Svg>;
|
|
80
|
+
declare function PremiumSupport({ color, size }: {
|
|
81
|
+
color: any;
|
|
82
|
+
size: any;
|
|
83
|
+
}): React.CElement<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps>, Svg>;
|
|
84
|
+
import { Svg } from "react-native-svg";
|
|
85
|
+
import React from 'react';
|
|
86
|
+
//# sourceMappingURL=PremiumIcons.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PremiumIcons.d.ts","sourceRoot":"","sources":["../../../../module/Components/PremiumIcons.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;AAmPA;;;6GA0BC;AAwCD;;;6GAeC;AAtDD;;;6GAsCC;AAlTD;;;6GAkBC;AA4GD;;;6GAsBC;AA6ED;;;6GAeC;AA9BD;;;6GAcC;AA5KD;;;6GAiBC;AAsHD;;;6GAsBC;AA9LD;;;6GAgCC;AAqHD;;;6GAkBC;AArCD;;;6GAkBC;AAxDD;;;6GAcC;AArCD;;;6GAsBC;AAqND;;;6GAcC;AA3QD;;;6GAiBC;oBAxFgD,kBAAkB;kBADjD,OAAO"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export function TeamLozenge({ team, leagues, is_active, abbr_only, onSelect }: {
|
|
2
|
+
team: any;
|
|
3
|
+
leagues: any;
|
|
4
|
+
is_active: any;
|
|
5
|
+
abbr_only: any;
|
|
6
|
+
onSelect: any;
|
|
7
|
+
}): React.FunctionComponentElement<any>;
|
|
8
|
+
export default TeamLozenge;
|
|
9
|
+
import React from 'react';
|
|
10
|
+
//# sourceMappingURL=TeamLozenge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TeamLozenge.d.ts","sourceRoot":"","sources":["../../../../module/Components/TeamLozenge.js"],"names":[],"mappings":"AAIO;;;;;;wCAuDN;;kBA3DiB,OAAO"}
|
|
@@ -3,12 +3,17 @@ import Text from './Text';
|
|
|
3
3
|
import Spring from './Spring';
|
|
4
4
|
import AutoScrollingFlatList from './AutoScrollFlatList';
|
|
5
5
|
import Switch from './Switch';
|
|
6
|
+
import MarketLozenge from './MarketLozenge';
|
|
6
7
|
import TextInput from './TextInput';
|
|
8
|
+
import PlayerLozenge from './PlayerLozenge';
|
|
9
|
+
import AthleteLozenge from './AthleteLozenge';
|
|
7
10
|
import ProgressBar from './ProgressBar';
|
|
8
11
|
import Checkbox from './Checkbox';
|
|
9
12
|
import Toggle from './Toggle';
|
|
10
13
|
import Icons from './Icons';
|
|
14
|
+
import LeagueLozenge from './LeagueLozenge';
|
|
15
|
+
import PremiumIcons from './PremiumIcons';
|
|
11
16
|
import ConfirmationModal from './ConfirmationModal';
|
|
12
17
|
import LinearDiagnal from './LinearDiagnal';
|
|
13
|
-
export { Button, Text, Spring, AutoScrollingFlatList, Switch, TextInput, ProgressBar, Checkbox, Toggle, Icons, ConfirmationModal, LinearDiagnal };
|
|
18
|
+
export { Button, Text, Spring, AutoScrollingFlatList, Switch, MarketLozenge, TextInput, PlayerLozenge, AthleteLozenge, ProgressBar, Checkbox, Toggle, Icons, LeagueLozenge, PremiumIcons, ConfirmationModal, LinearDiagnal };
|
|
14
19
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/Components/index.js"],"names":[],"mappings":"mBAAmB,UAAU;iBACZ,QAAQ;mBACN,UAAU;kCASK,sBAAsB;mBAJrC,UAAU;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/Components/index.js"],"names":[],"mappings":"mBAAmB,UAAU;iBACZ,QAAQ;mBACN,UAAU;kCASK,sBAAsB;mBAJrC,UAAU;0BAOH,iBAAiB;sBAXrB,aAAa;0BAaT,iBAAiB;2BADhB,kBAAkB;wBALrB,eAAe;qBALlB,YAAY;mBAId,UAAU;kBALX,SAAS;0BASD,iBAAiB;yBADlB,gBAAgB;8BAJX,qBAAqB;0BAFzB,iBAAiB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/FlashMarket/index.js"],"names":[],"mappings":";AASA;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/FlashMarket/index.js"],"names":[],"mappings":";AASA;;;;;;;;;;;;;;;;;;;;;mGAszBC;kBA/zB0C,OAAO"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export namespace PremiumApi {
|
|
2
|
+
function setEnvironment(): void;
|
|
3
|
+
function purchasePremiumItem(premium_item_id: any, type: any): Promise<any>;
|
|
4
|
+
}
|
|
5
|
+
export namespace PremiumHelpers {
|
|
6
|
+
function getItemFromIdentifer(identifier: any, premium_items: any, player_premium_items: any): {
|
|
7
|
+
premium_item?: undefined;
|
|
8
|
+
player_premium_item?: undefined;
|
|
9
|
+
} | {
|
|
10
|
+
premium_item: any;
|
|
11
|
+
player_premium_item?: undefined;
|
|
12
|
+
} | {
|
|
13
|
+
premium_item: any;
|
|
14
|
+
player_premium_item: any;
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/Premium/api/index.js"],"names":[],"mappings":";IAIkB,gCAGf;IACoB,4EAWpB;;;IAGqB;;;;;;;;;MAkBrB"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export function getIconByFeature(pi: any, color: any): React.FunctionComponentElement<{
|
|
2
|
+
color: any;
|
|
3
|
+
size: any;
|
|
4
|
+
}>;
|
|
5
|
+
export default ALaCartePremium;
|
|
6
|
+
import React from 'react';
|
|
7
|
+
declare function ALaCartePremium({ style, player, premium_item, player_premium_item, onPurchaseItem, onViewPremium }: {
|
|
8
|
+
style: any;
|
|
9
|
+
player: any;
|
|
10
|
+
premium_item: any;
|
|
11
|
+
player_premium_item: any;
|
|
12
|
+
onPurchaseItem: any;
|
|
13
|
+
onViewPremium: any;
|
|
14
|
+
}): React.FunctionComponentElement<{
|
|
15
|
+
children?: React.ReactNode | undefined;
|
|
16
|
+
}> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
17
|
+
//# sourceMappingURL=ALaCartePremium.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ALaCartePremium.d.ts","sourceRoot":"","sources":["../../../../../module/Premium/components/ALaCartePremium.js"],"names":[],"mappings":"AAKO;;;GAmFN;;kBAxF+B,OAAO;AAyFvC;;;;;;;;;mGAqNC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/Premium/index.js"],"names":[],"mappings":";;;;4BAA4B,8BAA8B"}
|
|
@@ -16,6 +16,7 @@ export namespace ProfileApi {
|
|
|
16
16
|
function updatePlayerPhone(phone: any): Promise<void>;
|
|
17
17
|
function confirmPlayerPhone(token: any): Promise<any>;
|
|
18
18
|
function getMyDetails(): Promise<any>;
|
|
19
|
+
function getPremiumItems(): Promise<any>;
|
|
19
20
|
function getMyBalance(): Promise<any>;
|
|
20
21
|
function getMyCodeDetails(): Promise<any>;
|
|
21
22
|
function getMySettings(): Promise<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/api/index.js"],"names":[],"mappings":";IAOkB,gCAMf;IACa;;;;MAMb;IACc,uCAQd;IACiB,8EAMjB;IACgB,yDAKhB;IACgB,iDAKhB;IACiB,yEAMjB;IACqB,2DAKrB;IACkB,sDAKlB;IACmB,sDAKnB;IACkB,sDAKlB;IACmB,sDAKnB;IACa,sCAGb;IACa,sCAGb;IACiB,0CAGjB;IACc,uCAGd;IACoB,gEAKpB;IACW,wDAKX;IACe,0DAKf;IACY,2FAOZ;IACe,6EAMf;IACe,6EAMf;IACc,wFAOd;;;IAQY,gDAsBZ;IACa;;;;;;MAkBb;IAMc,4DAOd;IACkB,gEAWlB;IACiB;;;;;;MAsBjB;;IAMa;;;;;;MAuBb;IACgB,qEA2DhB;IAMmC,uEAKnC;IAMuB,2DAKvB;IAMkC,uEAMlC;IAMiB;;;;;;;;MAkBjB;IACuB,2DAavB;IACoB,gEAQpB"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/api/index.js"],"names":[],"mappings":";IAOkB,gCAMf;IACa;;;;MAMb;IACc,uCAQd;IACiB,8EAMjB;IACgB,yDAKhB;IACgB,iDAKhB;IACiB,yEAMjB;IACqB,2DAKrB;IACkB,sDAKlB;IACmB,sDAKnB;IACkB,sDAKlB;IACmB,sDAKnB;IACa,sCAGb;IACgB,yCAQhB;IACa,sCAGb;IACiB,0CAGjB;IACc,uCAGd;IACoB,gEAKpB;IACW,wDAKX;IACe,0DAKf;IACY,2FAOZ;IACe,6EAMf;IACe,6EAMf;IACc,wFAOd;;;IAQY,gDAsBZ;IACa;;;;;;MAkBb;IAMc,4DAOd;IACkB,gEAWlB;IACiB;;;;;;MAsBjB;;IAMa;;;;;;MAuBb;IACgB,qEA2DhB;IAMmC,uEAKnC;IAMuB,2DAKvB;IAMkC,uEAMlC;IAMiB;;;;;;;;MAkBjB;IACuB,2DAavB;IACoB,gEAQpB"}
|
|
@@ -46,6 +46,12 @@ export namespace SocialOrderHelpers {
|
|
|
46
46
|
team_ids: any[];
|
|
47
47
|
};
|
|
48
48
|
function getContestDetails(order: any, events: any, tournaments: any, matches: any, athletes: any, teams: any, leagues: any): {
|
|
49
|
+
title: string;
|
|
50
|
+
time: string;
|
|
51
|
+
team?: undefined;
|
|
52
|
+
athlete?: undefined;
|
|
53
|
+
league?: undefined;
|
|
54
|
+
} | {
|
|
49
55
|
team: any;
|
|
50
56
|
athlete: any;
|
|
51
57
|
title: string;
|
|
@@ -57,12 +63,6 @@ export namespace SocialOrderHelpers {
|
|
|
57
63
|
league: any;
|
|
58
64
|
title: any;
|
|
59
65
|
time: any;
|
|
60
|
-
} | {
|
|
61
|
-
title: string;
|
|
62
|
-
time: string;
|
|
63
|
-
team?: undefined;
|
|
64
|
-
athlete?: undefined;
|
|
65
|
-
league?: undefined;
|
|
66
66
|
};
|
|
67
67
|
function getOddsLabel(odds: any, decimals: any): string;
|
|
68
68
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/SocialComponents/api/index.js"],"names":[],"mappings":";IAUkB,gCAMf;IACW,oCAOX;IACgB,wDAYhB;IACa,gDASb;IACuB,+DAKvB;IACmB,gEAKnB;IACY,sDAQZ;IACY,qCAQZ;IACc,qDAad;IACW,6CAUX;IACW,6CAWX;IACoB,2DAapB;IACuB,6DAWvB;IACqB,4EAUrB;IACa,sCAOb;IACgB,yDAUhB;IACqB,4DAarB;IACiB,0DAajB;IAC8B,0EAa9B;IACc,oDAad;IACmB,8DAUnB;IACe,gDAUf;IACmB,8DAUnB;IACe,uDAOf;IACsB,sEAQtB;IACwB,wEAQxB;IACoB,oEAUpB;IACoB,0FAWpB;IACQ,+CAOR;IACa,mDAQb;IACS,oDAUT;;;IAGa,0CAWb;IACiB;;;MA0CjB;IACsB,4DAUtB;IACiB;;;;;;MA8BjB;IACkB;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/SocialComponents/api/index.js"],"names":[],"mappings":";IAUkB,gCAMf;IACW,oCAOX;IACgB,wDAYhB;IACa,gDASb;IACuB,+DAKvB;IACmB,gEAKnB;IACY,sDAQZ;IACY,qCAQZ;IACc,qDAad;IACW,6CAUX;IACW,6CAWX;IACoB,2DAapB;IACuB,6DAWvB;IACqB,4EAUrB;IACa,sCAOb;IACgB,yDAUhB;IACqB,4DAarB;IACiB,0DAajB;IAC8B,0EAa9B;IACc,oDAad;IACmB,8DAUnB;IACe,gDAUf;IACmB,8DAUnB;IACe,uDAOf;IACsB,sEAQtB;IACwB,wEAQxB;IACoB,oEAUpB;IACoB,0FAWpB;IACQ,+CAOR;IACa,mDAQb;IACS,oDAUT;;;IAGa,0CAWb;IACiB;;;MA0CjB;IACsB,4DAUtB;IACiB;;;;;;MA8BjB;IACkB;;;;;;;;;;;;;;;;;;MA2ElB;IACa,wDASb;;;IA0XgB,4CAShB;IACgB,oDAYhB;IACW,uCAKX;IACa,kEAEb;;;IAtZa;;;;;OA2Db;IACe,sHA4Bf;IAEgB;;;MAahB;IAEU,oGAuBV;IACa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAsCb;IACY,yCAcZ;IACkB,0CASlB;IACgB;;;;;;;;;;;;;;;;;;;;;;;;;MA2BhB;IACoB,4DA2BpB;IACY,mGAIZ;IACY,wDAmBZ;IACkB;;;;OAqDlB;IACkB,mDA4ClB"}
|
|
@@ -3,7 +3,9 @@ import Observer from './Observer';
|
|
|
3
3
|
import { BEEventApi } from './Observer';
|
|
4
4
|
import { BELinkApi } from './Observer';
|
|
5
5
|
import BetMatch from './BetMatch';
|
|
6
|
+
import ManageFilter from './BetMatch/components/ManageFilter';
|
|
6
7
|
import Ticker from './Ticker';
|
|
8
|
+
import Premium from './Premium';
|
|
7
9
|
import LeaderboardCard from './Leaders/components/LeaderboardCard';
|
|
8
10
|
import LocationTracker from "./LocationTracker";
|
|
9
11
|
import FlashMarket from './FlashMarket';
|
|
@@ -53,5 +55,5 @@ import CompetitionCard from './Engage/components/CompetitionCard';
|
|
|
53
55
|
import SquaresCompetitionCard from './Engage/components/SquaresCompetitionCard';
|
|
54
56
|
import BracketCompetitionCard from './Engage/components/BracketCompetitionCard';
|
|
55
57
|
import SeasonCard from './Engage/components/SeasonCard';
|
|
56
|
-
export { Authenticator, Observer, BEEventApi, BELinkApi, BetMatch, Ticker, LeaderboardCard, LocationTracker, FlashMarket, ContactsCard, PlayerRecommender, GolfScoreboard, ContactsSelector, Campaign, BEPostHog, ManageBracketCompetitionForm, NotificationModule, FlashHolder, useNotifications, ProfileManager, CompetitionManager, Components, SocialComponents, APIOverrides, LinearGradient, usePlayerLocation, BettorSearch, Colors, MyWallet, Share, Checkout, MarketComponents, EventComponents, PollCampaign, PollCampaignApi, PollApi, MarketMaker, CompetitionModule, SeasonManager, CreateCompetitionForm, CreateSeasonForm, SeasonModule, AdminCompetitionList, AdServer, Leaderboard, AdProvider, BracketRoom, SquaresModule, SocketManager, PromotedOrder, EngageModule, CompetitionCard, SquaresCompetitionCard, BracketCompetitionCard, SeasonCard };
|
|
58
|
+
export { Authenticator, Observer, BEEventApi, BELinkApi, BetMatch, ManageFilter, Ticker, Premium, LeaderboardCard, LocationTracker, FlashMarket, ContactsCard, PlayerRecommender, GolfScoreboard, ContactsSelector, Campaign, BEPostHog, ManageBracketCompetitionForm, NotificationModule, FlashHolder, useNotifications, ProfileManager, CompetitionManager, Components, SocialComponents, APIOverrides, LinearGradient, usePlayerLocation, BettorSearch, Colors, MyWallet, Share, Checkout, MarketComponents, EventComponents, PollCampaign, PollCampaignApi, PollApi, MarketMaker, CompetitionModule, SeasonManager, CreateCompetitionForm, CreateSeasonForm, SeasonModule, AdminCompetitionList, AdServer, Leaderboard, AdProvider, BracketRoom, SquaresModule, SocketManager, PromotedOrder, EngageModule, CompetitionCard, SquaresCompetitionCard, BracketCompetitionCard, SeasonCard };
|
|
57
59
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../module/index.js"],"names":[],"mappings":"0BAE0B,iBAAiB;qBAOK,YAAY;2BAAZ,YAAY;0BAAZ,YAAY;qBA2CvC,YAAY;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../module/index.js"],"names":[],"mappings":"0BAE0B,iBAAiB;qBAOK,YAAY;2BAAZ,YAAY;0BAAZ,YAAY;qBA2CvC,YAAY;yBAER,oCAAoC;mBAZ1C,UAAU;oBAWT,WAAW;4BATH,sCAAsC;4BAZtC,mBAAmB;wBAiBvB,eAAe;yBAHd,4CAA4C;8BADvC,qBAAqB;2BAGxB,kBAAkB;6BADhB,iDAAiD;qBANzD,YAAY;sBAUX,WAAW;yCAXQ,mDAAmD;+BAF7D,iBAAiB;wBAYxB,2BAA2B;iCAXlB,kCAAkC;2BApCxC,kBAAkB;+BAmBd,sBAAsB;4BAlBzB,cAAc;kCACR,oBAAoB;6BACzB,gBAAgB;+BACd,sBAAsB;kCAMnB,kCAAkC;yBAH3C,gBAAgB;mBAFtB,oBAAoB;qBAGlB,UAAU;kBAoBb,SAAS;qBAnBN,YAAY;6BAiBJ,oBAAoB;4BACrB,mBAAmB;yBAhBtB,QAAQ;gCACQ,YAAY;wBAAZ,YAAY;wBAkB7B,eAAe;8BAjBT,eAAe;0BAUnB,4BAA4B;kCAHpB,uDAAuD;6BAK5D,wDAAwD;yBAD5D,qBAAqB;iCAHb,sDAAsD;qBAPlD,YAAY;wBA0BzB,WAAW;2BA1BE,YAAY;wBACzB,WAAW;0BAET,WAAW;0BADX,UAAU;0BAEV,iBAAiB;yBAIlB,UAAU;4BASP,qCAAqC;mCAC9B,4CAA4C;mCAC5C,4CAA4C;uBACxD,gCAAgC"}
|