be-components 0.5.1 → 0.5.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/lib/commonjs/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/commonjs/Authenticator/api/index.js.map +1 -1
- package/lib/commonjs/Checkout/api/index.js +1 -1
- package/lib/commonjs/Checkout/api/index.js.map +1 -1
- package/lib/commonjs/{Wallet → Checkout}/components/PayPalOrderCapture.js +1 -1
- package/lib/commonjs/Checkout/components/PayPalOrderCapture.js.map +1 -0
- package/lib/commonjs/Checkout/index.js +1 -1
- package/lib/commonjs/Components/Icons.js +121 -0
- package/lib/commonjs/Components/Icons.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/commonjs/ProfileManager/api/index.js +0 -1
- package/lib/commonjs/ProfileManager/api/index.js.map +1 -1
- package/lib/commonjs/Wallet/api/index.js +123 -0
- package/lib/commonjs/Wallet/api/index.js.map +1 -1
- package/lib/commonjs/Wallet/components/ACHAddCard.js +231 -0
- package/lib/commonjs/Wallet/components/ACHAddCard.js.map +1 -0
- package/lib/commonjs/Wallet/components/AccountCard.js +6 -0
- package/lib/commonjs/Wallet/components/AccountCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/AccountManager.js +4 -4
- package/lib/commonjs/Wallet/components/AccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/DepositCard.js +66 -14
- package/lib/commonjs/Wallet/components/DepositCard.js.map +1 -1
- package/lib/commonjs/Wallet/components/FundAccountCard.js +325 -0
- package/lib/commonjs/Wallet/components/FundAccountCard.js.map +1 -0
- package/lib/commonjs/Wallet/components/ItemOrderCard.js +96 -0
- package/lib/commonjs/Wallet/components/ItemOrderCard.js.map +1 -0
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js +161 -0
- package/lib/commonjs/Wallet/components/ItemOrderDetailCard.js.map +1 -0
- package/lib/commonjs/Wallet/components/LinkAccountManager.js +3 -3
- package/lib/commonjs/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/commonjs/Wallet/components/ManualACHAdd.js +2 -2
- package/lib/commonjs/Wallet/components/ManualCardAdd.js +5 -5
- package/lib/commonjs/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/commonjs/Wallet/components/MyBalance.js +141 -13
- package/lib/commonjs/Wallet/components/MyBalance.js.map +1 -1
- package/lib/commonjs/Wallet/components/OrderManager.js +118 -0
- package/lib/commonjs/Wallet/components/OrderManager.js.map +1 -0
- package/lib/commonjs/Wallet/components/VerifyACHAccount.js +2 -2
- package/lib/commonjs/Wallet/components/WalletActionSelector.js +358 -0
- package/lib/commonjs/Wallet/components/WalletActionSelector.js.map +1 -0
- package/lib/commonjs/Wallet/components/WalletSettings.js +595 -0
- package/lib/commonjs/Wallet/components/WalletSettings.js.map +1 -0
- package/lib/commonjs/Wallet/components/WalletSetup.js +96 -10
- package/lib/commonjs/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/commonjs/Wallet/index.js +349 -17
- package/lib/commonjs/Wallet/index.js.map +1 -1
- package/lib/commonjs/constants/colors.js +2 -1
- package/lib/commonjs/constants/colors.js.map +1 -1
- package/lib/module/Authenticator/Components/StrategyForm.js.map +1 -1
- package/lib/module/Authenticator/api/index.js.map +1 -1
- package/lib/module/Checkout/api/index.js +1 -1
- package/lib/module/Checkout/api/index.js.map +1 -1
- package/lib/module/{Wallet → Checkout}/components/PayPalOrderCapture.js +1 -1
- package/lib/module/{Wallet → Checkout}/components/PayPalOrderCapture.js.map +1 -1
- package/lib/module/Checkout/index.js +1 -1
- package/lib/module/Checkout/index.js.map +1 -1
- package/lib/module/Components/Icons.js +121 -0
- package/lib/module/Components/Icons.js.map +1 -1
- package/lib/module/ProfileManager/Components/BasicStatus.js.map +1 -1
- package/lib/module/ProfileManager/Components/CodeRedeem.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWelcome.js.map +1 -1
- package/lib/module/ProfileManager/Components/VouchCard.js.map +1 -1
- package/lib/module/ProfileManager/api/index.js +0 -1
- package/lib/module/ProfileManager/api/index.js.map +1 -1
- package/lib/module/Wallet/api/index.js +123 -0
- package/lib/module/Wallet/api/index.js.map +1 -1
- package/lib/module/Wallet/components/ACHAddCard.js +224 -0
- package/lib/module/Wallet/components/ACHAddCard.js.map +1 -0
- package/lib/module/Wallet/components/AccountCard.js +6 -0
- package/lib/module/Wallet/components/AccountCard.js.map +1 -1
- package/lib/module/Wallet/components/AccountManager.js +4 -4
- package/lib/module/Wallet/components/AccountManager.js.map +1 -1
- package/lib/module/Wallet/components/DepositCard.js +68 -16
- package/lib/module/Wallet/components/DepositCard.js.map +1 -1
- package/lib/module/Wallet/components/FundAccountCard.js +318 -0
- package/lib/module/Wallet/components/FundAccountCard.js.map +1 -0
- package/lib/module/Wallet/components/ItemOrderCard.js +87 -0
- package/lib/module/Wallet/components/ItemOrderCard.js.map +1 -0
- package/lib/module/Wallet/components/ItemOrderDetailCard.js +153 -0
- package/lib/module/Wallet/components/ItemOrderDetailCard.js.map +1 -0
- package/lib/module/Wallet/components/LinkAccountManager.js +3 -3
- package/lib/module/Wallet/components/LinkAccountManager.js.map +1 -1
- package/lib/module/Wallet/components/ManualACHAdd.js +2 -2
- package/lib/module/Wallet/components/ManualCardAdd.js +5 -5
- package/lib/module/Wallet/components/ManualCardAdd.js.map +1 -1
- package/lib/module/Wallet/components/MyBalance.js +141 -13
- package/lib/module/Wallet/components/MyBalance.js.map +1 -1
- package/lib/module/Wallet/components/OrderManager.js +109 -0
- package/lib/module/Wallet/components/OrderManager.js.map +1 -0
- package/lib/module/Wallet/components/VerifyACHAccount.js +2 -2
- package/lib/module/Wallet/components/WalletActionSelector.js +349 -0
- package/lib/module/Wallet/components/WalletActionSelector.js.map +1 -0
- package/lib/module/Wallet/components/WalletSettings.js +587 -0
- package/lib/module/Wallet/components/WalletSettings.js.map +1 -0
- package/lib/module/Wallet/components/WalletSetup.js +97 -11
- package/lib/module/Wallet/components/WalletSetup.js.map +1 -1
- package/lib/module/Wallet/index.js +351 -19
- package/lib/module/Wallet/index.js.map +1 -1
- package/lib/module/constants/colors.js +2 -1
- package/lib/module/constants/colors.js.map +1 -1
- package/lib/typescript/src/Authenticator/Components/StrategyForm.d.ts.map +1 -1
- package/lib/typescript/src/Authenticator/api/index.d.ts +1 -2
- package/lib/typescript/src/Authenticator/api/index.d.ts.map +1 -1
- package/lib/typescript/src/Checkout/components/PayPalOrderCapture.d.ts.map +1 -0
- package/lib/typescript/src/Components/Icons.d.ts +4 -0
- package/lib/typescript/src/Components/Icons.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts +2 -2
- package/lib/typescript/src/ProfileManager/Components/BasicStatus.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/CodeRedeem.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts +2 -2
- package/lib/typescript/src/ProfileManager/Components/ProfileWelcome.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts +2 -2
- package/lib/typescript/src/ProfileManager/Components/VouchCard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/api/index.d.ts +2 -2
- package/lib/typescript/src/ProfileManager/api/index.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/api/index.d.ts +35 -1
- package/lib/typescript/src/Wallet/api/index.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts +15 -0
- package/lib/typescript/src/Wallet/components/ACHAddCard.d.ts.map +1 -0
- package/lib/typescript/src/Wallet/components/AccountCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts +9 -2
- package/lib/typescript/src/Wallet/components/DepositCard.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts +23 -0
- package/lib/typescript/src/Wallet/components/FundAccountCard.d.ts.map +1 -0
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts +8 -0
- package/lib/typescript/src/Wallet/components/ItemOrderCard.d.ts.map +1 -0
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts +8 -0
- package/lib/typescript/src/Wallet/components/ItemOrderDetailCard.d.ts.map +1 -0
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts +1 -1
- package/lib/typescript/src/Wallet/components/LinkAccountManager.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts +1 -1
- package/lib/typescript/src/Wallet/components/MyBalance.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts +7 -0
- package/lib/typescript/src/Wallet/components/OrderManager.d.ts.map +1 -0
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts +15 -0
- package/lib/typescript/src/Wallet/components/WalletActionSelector.d.ts.map +1 -0
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts +17 -0
- package/lib/typescript/src/Wallet/components/WalletSettings.d.ts.map +1 -0
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts +3 -1
- package/lib/typescript/src/Wallet/components/WalletSetup.d.ts.map +1 -1
- package/lib/typescript/src/Wallet/index.d.ts.map +1 -1
- package/lib/typescript/src/constants/colors.d.ts +1 -0
- package/lib/typescript/src/constants/colors.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/Authenticator/Components/StrategyForm.tsx +1 -2
- package/src/Authenticator/api/index.ts +1 -2
- package/src/Checkout/api/index.tsx +1 -1
- package/src/{Wallet → Checkout}/components/PayPalOrderCapture.tsx +1 -1
- package/src/Checkout/index.tsx +1 -1
- package/src/Components/Icons.tsx +66 -0
- package/src/ProfileManager/Components/BasicStatus.tsx +2 -2
- package/src/ProfileManager/Components/CodeRedeem.tsx +2 -2
- package/src/ProfileManager/Components/ProfileWelcome.tsx +2 -2
- package/src/ProfileManager/Components/ProfileWizard.tsx +2 -2
- package/src/ProfileManager/Components/VouchCard.tsx +2 -2
- package/src/ProfileManager/api/index.ts +2 -3
- package/src/ProfileManager/api/types.d.ts +0 -54
- package/src/Wallet/api/index.ts +85 -1
- package/src/Wallet/components/ACHAddCard.tsx +109 -0
- package/src/Wallet/components/AccountCard.tsx +4 -0
- package/src/Wallet/components/AccountManager.tsx +4 -4
- package/src/Wallet/components/DepositCard.tsx +34 -7
- package/src/Wallet/components/FundAccountCard.tsx +158 -0
- package/src/Wallet/components/ItemOrderCard.tsx +46 -0
- package/src/Wallet/components/ItemOrderDetailCard.tsx +101 -0
- package/src/Wallet/components/LinkAccountManager.tsx +4 -4
- package/src/Wallet/components/ManualACHAdd.tsx +2 -2
- package/src/Wallet/components/ManualCardAdd.tsx +4 -4
- package/src/Wallet/components/MyBalance.tsx +38 -17
- package/src/Wallet/components/OrderManager.tsx +99 -0
- package/src/Wallet/components/VerifyACHAccount.tsx +2 -2
- package/src/Wallet/components/WalletActionSelector.tsx +196 -0
- package/src/Wallet/components/WalletSettings.tsx +224 -0
- package/src/Wallet/components/WalletSetup.tsx +66 -17
- package/src/Wallet/index.tsx +283 -22
- package/src/constants/colors.ts +2 -1
- package/src/types.d.ts +61 -1
- package/lib/commonjs/Wallet/components/ACHAdd.js +0 -63
- package/lib/commonjs/Wallet/components/ACHAdd.js.map +0 -1
- package/lib/commonjs/Wallet/components/PayPalOrderCapture.js.map +0 -1
- package/lib/module/Wallet/components/ACHAdd.js +0 -56
- package/lib/module/Wallet/components/ACHAdd.js.map +0 -1
- package/lib/typescript/src/Wallet/components/ACHAdd.d.ts +0 -13
- package/lib/typescript/src/Wallet/components/ACHAdd.d.ts.map +0 -1
- package/lib/typescript/src/Wallet/components/PayPalOrderCapture.d.ts.map +0 -1
- package/src/Wallet/components/ACHAdd.tsx +0 -49
- /package/lib/typescript/src/{Wallet → Checkout}/components/PayPalOrderCapture.d.ts +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { CodeRequestProps,
|
|
3
|
-
import type {
|
|
2
|
+
import type { CodeRequestProps, PlayerReferralProps, PromoProps, PublicPlayerProps } from '../../types';
|
|
3
|
+
import type { MyPlayerProps } from '../api/types';
|
|
4
4
|
type BasicStatusProps = {
|
|
5
5
|
player: MyPlayerProps;
|
|
6
6
|
code_details: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BasicStatus.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/BasicStatus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EAAE,gBAAgB,EAAE,
|
|
1
|
+
{"version":3,"file":"BasicStatus.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/BasicStatus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAExG,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAElD,KAAK,gBAAgB,GAAG;IACpB,MAAM,EAAC,aAAa,CAAC;IACrB,YAAY,EAAE;QACV,YAAY,CAAC,EAAC,gBAAgB,CAAC;QAC/B,QAAQ,CAAC,EAAC,iBAAiB,CAAC;QAC5B,KAAK,CAAC,EAAC,UAAU,CAAC;QAClB,eAAe,CAAC,EAAC,mBAAmB,CAAA;KACvC,CAAA;IACD,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,QAAQ,EAAC,MAAM,IAAI,CAAA;CACtB,CAAA;AAED,QAAA,MAAM,WAAW,gDAAgD,gBAAgB,sBAgHhF,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CodeRedeem.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/CodeRedeem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"CodeRedeem.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/CodeRedeem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAMnD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAElD,KAAK,eAAe,GAAG;IACnB,MAAM,EAAC,aAAa,CAAC;IACrB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,QAAQ,EAAC,MAAM,IAAI,CAAC;IACpB,OAAO,EAAC,MAAM,IAAI,CAAA;CACrB,CAAA;AAED,QAAA,MAAM,UAAU,uCAAuC,eAAe,sBAiOrE,CAAA;AAED,eAAe,UAAU,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { CodeRequestProps,
|
|
3
|
-
import type {
|
|
2
|
+
import type { CodeRequestProps, PlayerReferralProps, PromoProps, PublicPlayerProps } from '../../types';
|
|
3
|
+
import type { MyPlayerProps } from '../api/types';
|
|
4
4
|
type ProfileWelcomeProps = {
|
|
5
5
|
player: MyPlayerProps;
|
|
6
6
|
width: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProfileWelcome.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/ProfileWelcome.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ProfileWelcome.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/ProfileWelcome.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,KAAK,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAExG,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAGlD,KAAK,mBAAmB,GAAG;IACvB,MAAM,EAAC,aAAa,CAAC;IACrB,KAAK,EAAC,MAAM,CAAC;IACb,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,YAAY,EAAE;QACV,YAAY,CAAC,EAAC,gBAAgB,CAAC;QAC/B,QAAQ,CAAC,EAAC,iBAAiB,CAAC;QAC5B,KAAK,CAAC,EAAC,UAAU,CAAC;QAClB,eAAe,CAAC,EAAC,mBAAmB,CAAA;KACvC,CAAA;IACD,OAAO,EAAC,MAAM,IAAI,CAAA;CACrB,CAAA;AAED,QAAA,MAAM,cAAc,2DAA2D,mBAAmB,sBAgDjG,CAAA;AAED,eAAe,cAAc,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProfileWizard.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/ProfileWizard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"ProfileWizard.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/ProfileWizard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAC,aAAa,EAAE,iBAAiB,EAAoB,YAAY,EAAE,MAAM,cAAc,CAAA;AAanG,OAAO,KAAK,EAAyC,kBAAkB,EAAiC,MAAM,aAAa,CAAC;AAK5H,KAAK,kBAAkB,GAAG;IACtB,MAAM,EAAC,aAAa,CAAC;IACrB,eAAe,EAAC,kBAAkB,EAAE,CAAC;IACrC,QAAQ,EAAC,YAAY,EAAE,CAAA;IACvB,YAAY,CAAC,EAAC,OAAO,CAAC;IACtB,UAAU,EAAC,CAAC,MAAM,EAAC,OAAO,KAAK,IAAI,CAAC;IACpC,KAAK,EAAC,MAAM,CAAC;IACb,eAAe,CAAC,EAAC,OAAO,CAAC;IACzB,aAAa,CAAC,EAAC,MAAM,EAAE,CAAC;IACxB,aAAa,CAAC,EAAC,MAAM,EAAE,CAAC;IACxB,YAAY,CAAC,EAAC,MAAM,EAAE,CAAC;IACvB,gBAAgB,CAAC,EAAC;QACd,KAAK,EAAE,OAAO,GAAC,QAAQ,CAAA;KAC1B,CAAC;IACF,iBAAiB,CAAC,EAAC,OAAO,GAAC,OAAO,GAAC,OAAO,GAAC,KAAK,GAAC,UAAU,GAAC,OAAO,GAAC,cAAc,GAAC,aAAa,CAAC;IACjG,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,UAAU,EAAC,CAAC,IAAI,EAAC,MAAM,KAAK,IAAI,CAAC;IACjC,QAAQ,EAAC,MAAM,IAAI,CAAC;IACpB,aAAa,EAAC,CAAC,KAAK,EAAC,iBAAiB,KAAK,IAAI,CAAC;IAChD,cAAc,EAAC,CAAC,MAAM,EAAC,aAAa,EAAE,SAAS,CAAC,EAAC,MAAM,KAAK,IAAI,CAAA;IAChE,qBAAqB,EAAC,CAAC,cAAc,EAAC,kBAAkB,KAAK,IAAI,CAAA;CACpE,CAAA;AAGD,QAAA,MAAM,aAAa,kQAAmQ,kBAAkB,sBA2jBvS,CAAA;AAID,eAAe,aAAa,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { CodeRequestProps,
|
|
3
|
-
import type {
|
|
2
|
+
import type { CodeRequestProps, PlayerReferralProps, PromoProps, PublicPlayerProps } from '../../types';
|
|
3
|
+
import type { MyPlayerProps } from '../api/types';
|
|
4
4
|
type VouchCardProps = {
|
|
5
5
|
player: MyPlayerProps;
|
|
6
6
|
walkthrough?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VouchCard.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/VouchCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"VouchCard.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/VouchCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAMnD,OAAO,KAAK,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAExG,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAElD,KAAK,cAAc,GAAG;IAClB,MAAM,EAAC,aAAa,CAAC;IACrB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,UAAU,EAAC,CAAC,MAAM,EAAC,OAAO,KAAK,IAAI,CAAC;IACpC,YAAY,EAAE;QACV,YAAY,CAAC,EAAC,gBAAgB,CAAC;QAC/B,QAAQ,CAAC,EAAC,iBAAiB,CAAC;QAC5B,KAAK,CAAC,EAAC,UAAU,CAAC;QAClB,eAAe,CAAC,EAAC,mBAAmB,CAAA;KACvC,CAAA;IACD,cAAc,EAAC,CAAC,MAAM,EAAC,aAAa,KAAK,IAAI,CAAC;IAC9C,WAAW,EAAC,MAAM,IAAI,CAAC;IACvB,OAAO,EAAC,MAAM,IAAI,CAAA;CACrB,CAAA;AAED,QAAA,MAAM,SAAS,4FAA4F,cAAc,sBAkTxH,CAAA;AAED,eAAe,SAAS,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { PlayerSettingProps, PublicPlayerProps } from '../../types';
|
|
1
|
+
import type { MyPlayerProps, PasswordStateProps, PlayerBalanceProps, SettingProps } from './types';
|
|
2
|
+
import type { CodeRequestProps, PlayerReferralProps, PlayerSettingProps, PromoProps, PublicPlayerProps, RewardOptionProps } from '../../types';
|
|
3
3
|
declare const ProfileApi: {
|
|
4
4
|
setEnvironment: () => void;
|
|
5
5
|
getVouchKeys: () => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/api/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/api/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,9 +1,20 @@
|
|
|
1
|
-
import type { ACHDetailProps, AccountActionProps, AccountLimitProps, AccountProps, AccountSnoozeProps, CardDetailProps, ItemOrderProps, ItemProps, PlayerAddressProps, PlayerDepositLimitProps, PlayerWithdrawLimitProps, WalletSettingsProps } from '../../types';
|
|
1
|
+
import type { ACHDetailProps, AccountActionProps, AccountLimitProps, AccountProps, AccountSnoozeProps, CardDetailProps, CodeRequestProps, ItemOrderProps, ItemProps, PlayerAddressProps, PlayerDepositLimitProps, PlayerReferralProps, PlayerWithdrawLimitProps, PromoProps, PublicPlayerProps, RewardOptionProps, TransactionDetailProps, TransactionProps, WalletSettingsProps } from '../../types';
|
|
2
2
|
import type { MyPlayerProps, PlayerBalanceProps } from '../../ProfileManager/api/types';
|
|
3
3
|
export { WalletApi, WalletHelpers, ItemOrderApi, ItemOrderHelpers };
|
|
4
4
|
declare const WalletApi: {
|
|
5
5
|
setEnvironment: () => void;
|
|
6
6
|
getMyDetails: () => Promise<MyPlayerProps>;
|
|
7
|
+
getMyCodeDetails: () => Promise<{
|
|
8
|
+
code_request?: CodeRequestProps;
|
|
9
|
+
promo?: PromoProps;
|
|
10
|
+
player_referral?: PlayerReferralProps;
|
|
11
|
+
referrer?: PublicPlayerProps;
|
|
12
|
+
reward_option?: RewardOptionProps;
|
|
13
|
+
}>;
|
|
14
|
+
getMyReferralDetails: () => Promise<{
|
|
15
|
+
player_referral: PlayerReferralProps;
|
|
16
|
+
promo: PromoProps;
|
|
17
|
+
}>;
|
|
7
18
|
updateDefaultAccount: (account_id: string) => Promise<AccountProps[]>;
|
|
8
19
|
getAddressById: (player_address_id: string) => Promise<PlayerAddressProps>;
|
|
9
20
|
getMyAddresses: () => Promise<PlayerAddressProps[]>;
|
|
@@ -51,9 +62,21 @@ declare const WalletApi: {
|
|
|
51
62
|
};
|
|
52
63
|
declare const ItemOrderApi: {
|
|
53
64
|
getItemByIdentifier: (identifier: string) => Promise<any>;
|
|
65
|
+
getTransactionById: (transaction_id: string) => Promise<{
|
|
66
|
+
transaction: TransactionProps;
|
|
67
|
+
transaction_details: TransactionDetailProps[];
|
|
68
|
+
}>;
|
|
69
|
+
getMyItemOrders: (offset: number) => Promise<{
|
|
70
|
+
item_orders: ItemOrderProps[];
|
|
71
|
+
items: ItemProps[];
|
|
72
|
+
}>;
|
|
54
73
|
};
|
|
55
74
|
declare const ItemOrderHelpers: {
|
|
56
75
|
genDepositOrder: (item: ItemProps, account: AccountProps) => ItemOrderProps;
|
|
76
|
+
getStatusLabel: (item_order: ItemOrderProps) => {
|
|
77
|
+
text: string;
|
|
78
|
+
color: string;
|
|
79
|
+
};
|
|
57
80
|
isWithdrawOrderValid: (account: AccountProps, withdraw_limit: PlayerWithdrawLimitProps, deposit_limit: PlayerDepositLimitProps, player_balance: PlayerBalanceProps, wallet_settings?: WalletSettingsProps, draft_order?: ItemOrderProps) => {
|
|
58
81
|
available_for_withdraw: number;
|
|
59
82
|
errors: string[];
|
|
@@ -64,10 +87,21 @@ declare const ItemOrderHelpers: {
|
|
|
64
87
|
};
|
|
65
88
|
declare const WalletHelpers: {
|
|
66
89
|
isWalletAuthenticated: (wallet_settings: WalletSettingsProps) => boolean;
|
|
90
|
+
formatBalance: (balance: number) => string;
|
|
91
|
+
genWalkthroughSteps: (wallet_settings: WalletSettingsProps, accounts: AccountProps[], my_orders: {
|
|
92
|
+
item_orders: ItemOrderProps[];
|
|
93
|
+
items: ItemProps[];
|
|
94
|
+
}) => {
|
|
95
|
+
priority: number;
|
|
96
|
+
step: string;
|
|
97
|
+
label: string;
|
|
98
|
+
complete: boolean;
|
|
99
|
+
}[];
|
|
67
100
|
isNumber(value?: string | number): boolean;
|
|
68
101
|
getEmptyCardAccount: () => AccountProps;
|
|
69
102
|
getCardBrandFromNumber: (card_number: string) => string;
|
|
70
103
|
getEmptyCardDetails: () => CardDetailProps;
|
|
104
|
+
getReferralDescription: (promo: PromoProps) => string;
|
|
71
105
|
isCardValid: (card_detail: CardDetailProps) => {
|
|
72
106
|
valid: boolean;
|
|
73
107
|
card_number: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/api/index.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,YAAY,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,SAAS,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,wBAAwB,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/api/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { MyPlayerProps } from '../../ProfileManager/api/types';
|
|
3
|
+
import type { AccountProps } from '../../types';
|
|
4
|
+
type AccountAddProps = {
|
|
5
|
+
player: MyPlayerProps;
|
|
6
|
+
accounts: AccountProps[];
|
|
7
|
+
walkthrough?: boolean;
|
|
8
|
+
onManualACH: () => void;
|
|
9
|
+
onLinkACH: () => void;
|
|
10
|
+
onClose: () => void;
|
|
11
|
+
onNext: (account: AccountProps) => void;
|
|
12
|
+
};
|
|
13
|
+
declare const ACHAddCard: ({ accounts, onClose, onNext, onManualACH, onLinkACH }: AccountAddProps) => React.JSX.Element;
|
|
14
|
+
export default ACHAddCard;
|
|
15
|
+
//# sourceMappingURL=ACHAddCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ACHAddCard.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/ACHAddCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAKhD,KAAK,eAAe,GAAG;IACnB,MAAM,EAAC,aAAa,CAAC;IACrB,QAAQ,EAAC,YAAY,EAAE,CAAC;IACxB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,EAAE,CAAC,OAAO,EAAC,YAAY,KAAK,IAAI,CAAC;CAC1C,CAAA;AAED,QAAA,MAAM,UAAU,0DAA0D,eAAe,sBAwFxF,CAAA;AAED,eAAe,UAAU,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccountCard.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/AccountCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAMhD,KAAK,gBAAgB,GAAG;IACpB,OAAO,EAAC,YAAY,CAAC;IACrB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,eAAe,EAAE,CAAC,OAAO,EAAC,YAAY,KAAK,IAAI,CAAA;CAClD,CAAA;AAED,QAAA,MAAM,WAAW,8CAA+C,gBAAgB,
|
|
1
|
+
{"version":3,"file":"AccountCard.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/AccountCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAMhD,KAAK,gBAAgB,GAAG;IACpB,OAAO,EAAC,YAAY,CAAC;IACrB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,eAAe,EAAE,CAAC,OAAO,EAAC,YAAY,KAAK,IAAI,CAAA;CAClD,CAAA;AAED,QAAA,MAAM,WAAW,8CAA+C,gBAAgB,sBA8E/E,CAAA;AAGD,eAAe,WAAW,CAAA"}
|
|
@@ -1,14 +1,21 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { MyPlayerProps } from '../../ProfileManager/api/types';
|
|
3
|
-
import type { AccountProps, ItemOrderProps, PlayerDepositLimitProps, WalletSettingsProps } from '../../types';
|
|
3
|
+
import type { AccountProps, CodeRequestProps, ItemOrderProps, PlayerDepositLimitProps, PlayerReferralProps, PromoProps, PublicPlayerProps, RewardOptionProps, WalletSettingsProps } from '../../types';
|
|
4
4
|
type DepositCardProps = {
|
|
5
5
|
player: MyPlayerProps;
|
|
6
6
|
wallet_settings: WalletSettingsProps;
|
|
7
7
|
account: AccountProps;
|
|
8
|
+
code_details?: {
|
|
9
|
+
code_request?: CodeRequestProps;
|
|
10
|
+
referrer?: PublicPlayerProps;
|
|
11
|
+
promo?: PromoProps;
|
|
12
|
+
player_referral?: PlayerReferralProps;
|
|
13
|
+
reward_option?: RewardOptionProps;
|
|
14
|
+
};
|
|
8
15
|
deposit_limit: PlayerDepositLimitProps;
|
|
9
16
|
onTransact: (draft_order: ItemOrderProps, account_id?: string) => void;
|
|
10
17
|
onCancel: () => void;
|
|
11
18
|
};
|
|
12
|
-
declare const DepositCard: ({ wallet_settings, account, deposit_limit, onTransact, onCancel }: DepositCardProps) => React.JSX.Element;
|
|
19
|
+
declare const DepositCard: ({ wallet_settings, code_details, account, deposit_limit, onTransact, onCancel }: DepositCardProps) => React.JSX.Element;
|
|
13
20
|
export default DepositCard;
|
|
14
21
|
//# sourceMappingURL=DepositCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DepositCard.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/DepositCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,KAAK,EAAE,YAAY,EAAsB,cAAc,EAAE,uBAAuB,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"DepositCard.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/DepositCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,KAAK,EAAE,YAAY,EAAsB,gBAAgB,EAAE,cAAc,EAAE,uBAAuB,EAAE,mBAAmB,EAAE,UAAU,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAM3N,KAAK,gBAAgB,GAAG;IACpB,MAAM,EAAC,aAAa,CAAC;IACrB,eAAe,EAAC,mBAAmB,CAAC;IACpC,OAAO,EAAC,YAAY,CAAC;IACrB,YAAY,CAAC,EAAE;QACX,YAAY,CAAC,EAAC,gBAAgB,CAAC;QAC/B,QAAQ,CAAC,EAAC,iBAAiB,CAAC;QAC5B,KAAK,CAAC,EAAC,UAAU,CAAC;QAClB,eAAe,CAAC,EAAC,mBAAmB,CAAC;QACrC,aAAa,CAAC,EAAC,iBAAiB,CAAA;KACnC,CAAC;IACF,aAAa,EAAC,uBAAuB,CAAC;IACtC,UAAU,EAAC,CAAC,WAAW,EAAC,cAAc,EAAE,UAAU,CAAC,EAAC,MAAM,KAAK,IAAI,CAAC;IACpE,QAAQ,EAAC,MAAM,IAAI,CAAA;CACtB,CAAA;AAED,QAAA,MAAM,WAAW,oFAAoF,gBAAgB,sBA0GpH,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { MyPlayerProps } from '../../ProfileManager/api/types';
|
|
3
|
+
import type { AccountProps, CodeRequestProps, PlayerReferralProps, PromoProps, PublicPlayerProps, RewardOptionProps } from '../../types';
|
|
4
|
+
type FundAccountCardProps = {
|
|
5
|
+
player: MyPlayerProps;
|
|
6
|
+
accounts: AccountProps[];
|
|
7
|
+
code_details: {
|
|
8
|
+
code_request?: CodeRequestProps;
|
|
9
|
+
referrer?: PublicPlayerProps;
|
|
10
|
+
promo?: PromoProps;
|
|
11
|
+
player_referral?: PlayerReferralProps;
|
|
12
|
+
reward_option?: RewardOptionProps;
|
|
13
|
+
};
|
|
14
|
+
walkthrough?: boolean;
|
|
15
|
+
onManualACH: () => void;
|
|
16
|
+
onCard: (account?: AccountProps) => void;
|
|
17
|
+
onSelectAccount: (account: AccountProps) => void;
|
|
18
|
+
onClose: () => void;
|
|
19
|
+
onNext: () => void;
|
|
20
|
+
};
|
|
21
|
+
declare const FundAccountCard: ({ accounts, code_details, onClose, onCard, onNext, walkthrough, onManualACH, onSelectAccount }: FundAccountCardProps) => React.JSX.Element;
|
|
22
|
+
export default FundAccountCard;
|
|
23
|
+
//# sourceMappingURL=FundAccountCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FundAccountCard.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/FundAccountCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,UAAU,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAKzI,KAAK,oBAAoB,GAAG;IACxB,MAAM,EAAC,aAAa,CAAC;IACrB,QAAQ,EAAC,YAAY,EAAE,CAAC;IACxB,YAAY,EAAE;QACV,YAAY,CAAC,EAAC,gBAAgB,CAAC;QAC/B,QAAQ,CAAC,EAAC,iBAAiB,CAAC;QAC5B,KAAK,CAAC,EAAC,UAAU,CAAC;QAClB,eAAe,CAAC,EAAC,mBAAmB,CAAC;QACrC,aAAa,CAAC,EAAC,iBAAiB,CAAA;KACnC,CAAA;IACD,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,MAAM,EAAC,CAAC,OAAO,CAAC,EAAC,YAAY,KAAK,IAAI,CAAC;IACvC,eAAe,EAAE,CAAC,OAAO,EAAC,YAAY,KAAK,IAAI,CAAC;IAChD,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,EAAE,MAAM,IAAI,CAAC;CACtB,CAAA;AAED,QAAA,MAAM,eAAe,mGAAmG,oBAAoB,sBAiI3I,CAAA;AAED,eAAe,eAAe,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { ItemOrderProps } from '../../types';
|
|
3
|
+
type ItemOrderCardProps = {
|
|
4
|
+
item_order: ItemOrderProps;
|
|
5
|
+
};
|
|
6
|
+
declare const ItemOrderCard: ({ item_order }: ItemOrderCardProps) => React.JSX.Element;
|
|
7
|
+
export default ItemOrderCard;
|
|
8
|
+
//# sourceMappingURL=ItemOrderCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ItemOrderCard.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/ItemOrderCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAMxC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAGlD,KAAK,kBAAkB,GAAG;IACtB,UAAU,EAAC,cAAc,CAAA;CAC5B,CAAA;AACD,QAAA,MAAM,aAAa,mBAAmB,kBAAkB,sBA+BvD,CAAA;AAED,eAAe,aAAa,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { ItemOrderProps } from '../../types';
|
|
3
|
+
type ItemOrderDetailsProps = {
|
|
4
|
+
item_order: ItemOrderProps;
|
|
5
|
+
};
|
|
6
|
+
declare const ItemOrderDetails: ({ item_order }: ItemOrderDetailsProps) => React.JSX.Element;
|
|
7
|
+
export default ItemOrderDetails;
|
|
8
|
+
//# sourceMappingURL=ItemOrderDetailCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ItemOrderDetailCard.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/ItemOrderDetailCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,KAAK,EAAgB,cAAc,EAA4C,MAAM,aAAa,CAAC;AAI1G,KAAK,qBAAqB,GAAG;IACzB,UAAU,EAAE,cAAc,CAAC;CAC9B,CAAA;AAED,QAAA,MAAM,gBAAgB,mBAAmB,qBAAqB,sBAsF7D,CAAA;AACD,eAAe,gBAAgB,CAAA"}
|
|
@@ -3,7 +3,7 @@ import type { AccountProps } from '../../types';
|
|
|
3
3
|
type LinkAccountManagerProps = {
|
|
4
4
|
ibt_placeholer_account: AccountProps;
|
|
5
5
|
onCancel: () => void;
|
|
6
|
-
onComplete: (
|
|
6
|
+
onComplete: (account: AccountProps) => void;
|
|
7
7
|
};
|
|
8
8
|
declare const LinkAccountManager: ({ ibt_placeholer_account, onCancel, onComplete }: LinkAccountManagerProps) => React.JSX.Element;
|
|
9
9
|
export default LinkAccountManager;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LinkAccountManager.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/LinkAccountManager.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAKxC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,KAAK,uBAAuB,GAAG;IAC3B,sBAAsB,EAAC,YAAY,CAAC;IACpC,QAAQ,EAAE,MAAM,IAAI,CAAA;IACpB,UAAU,EAAE,CAAC,
|
|
1
|
+
{"version":3,"file":"LinkAccountManager.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/LinkAccountManager.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAKxC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,KAAK,uBAAuB,GAAG;IAC3B,sBAAsB,EAAC,YAAY,CAAC;IACpC,QAAQ,EAAE,MAAM,IAAI,CAAA;IACpB,UAAU,EAAE,CAAC,OAAO,EAAC,YAAY,KAAK,IAAI,CAAA;CAC7C,CAAA;AAED,QAAA,MAAM,kBAAkB,qDAAsD,uBAAuB,sBAuGpG,CAAA;AAED,eAAe,kBAAkB,CAAA"}
|
|
@@ -9,6 +9,6 @@ type MyBalanceProps = {
|
|
|
9
9
|
onClose: () => void;
|
|
10
10
|
onNext: () => void;
|
|
11
11
|
};
|
|
12
|
-
declare const MyBalance: ({
|
|
12
|
+
declare const MyBalance: ({ player_balance, onClose, onNext }: MyBalanceProps) => React.JSX.Element;
|
|
13
13
|
export default MyBalance;
|
|
14
14
|
//# sourceMappingURL=MyBalance.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MyBalance.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/MyBalance.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACxF,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAKhD,KAAK,cAAc,GAAG;IAClB,MAAM,EAAC,aAAa,CAAC;IACrB,cAAc,EAAC,kBAAkB,CAAC;IAClC,eAAe,CAAC,EAAC,YAAY,CAAC;IAC9B,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,MAAM,EAAC,MAAM,IAAI,CAAA;CACpB,CAAA;AAED,QAAA,MAAM,SAAS,
|
|
1
|
+
{"version":3,"file":"MyBalance.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/MyBalance.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACxF,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAKhD,KAAK,cAAc,GAAG;IAClB,MAAM,EAAC,aAAa,CAAC;IACrB,cAAc,EAAC,kBAAkB,CAAC;IAClC,eAAe,CAAC,EAAC,YAAY,CAAC;IAC9B,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,MAAM,EAAC,MAAM,IAAI,CAAA;CACpB,CAAA;AAED,QAAA,MAAM,SAAS,wCAAwC,cAAc,sBAiEpE,CAAA;AAED,eAAe,SAAS,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OrderManager.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/OrderManager.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAQnD,KAAK,iBAAiB,GAAG;IACrB,OAAO,EAAE,MAAM,IAAI,CAAA;CACtB,CAAA;AAED,QAAA,MAAM,YAAY,gBAAgB,iBAAiB,sBAoFlD,CAAA;AAED,eAAe,YAAY,CAAA"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { MyPlayerProps, PlayerBalanceProps } from '../../ProfileManager/api/types';
|
|
3
|
+
import type { AccountProps } from '../../types';
|
|
4
|
+
type WalletActionSelectorProps = {
|
|
5
|
+
player: MyPlayerProps;
|
|
6
|
+
player_balance: PlayerBalanceProps;
|
|
7
|
+
accounts: AccountProps[];
|
|
8
|
+
onClose: () => void;
|
|
9
|
+
walkthrough_steps: any[];
|
|
10
|
+
onActionSelect: (action: any, account?: AccountProps) => void;
|
|
11
|
+
onStartWalkthrough: (walkthrough: any) => void;
|
|
12
|
+
};
|
|
13
|
+
declare const WalletActionSelector: ({ player, walkthrough_steps, player_balance, accounts, onClose, onActionSelect, onStartWalkthrough }: WalletActionSelectorProps) => React.JSX.Element;
|
|
14
|
+
export default WalletActionSelector;
|
|
15
|
+
//# sourceMappingURL=WalletActionSelector.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WalletActionSelector.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/WalletActionSelector.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAIxC,OAAO,KAAK,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACxF,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAGhD,KAAK,yBAAyB,GAAE;IAC5B,MAAM,EAAC,aAAa,CAAC;IACrB,cAAc,EAAC,kBAAkB,CAAC;IAClC,QAAQ,EAAC,YAAY,EAAE,CAAC;IACxB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,iBAAiB,EAAC,GAAG,EAAE,CAAC;IACxB,cAAc,EAAC,CAAC,MAAM,EAAC,GAAG,EAAE,OAAO,CAAC,EAAC,YAAY,KAAK,IAAI,CAAC;IAC3D,kBAAkB,EAAC,CAAC,WAAW,EAAC,GAAG,KAAK,IAAI,CAAA;CAC/C,CAAA;AA8BD,QAAA,MAAM,oBAAoB,yGAA0G,yBAAyB,sBAkJ5J,CAAA;AAED,eAAe,oBAAoB,CAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { MyPlayerProps } from '../../ProfileManager/api/types';
|
|
3
|
+
import type { PlayerDepositLimitProps, PlayerReferralProps, PlayerWithdrawLimitProps, PromoProps } from '../../types';
|
|
4
|
+
type BEWalletProps = {
|
|
5
|
+
player: MyPlayerProps;
|
|
6
|
+
deposit_limit: PlayerDepositLimitProps;
|
|
7
|
+
withdraw_limit: PlayerWithdrawLimitProps;
|
|
8
|
+
my_referral: {
|
|
9
|
+
player_referral?: PlayerReferralProps;
|
|
10
|
+
promo?: PromoProps;
|
|
11
|
+
};
|
|
12
|
+
onPremium?: () => void;
|
|
13
|
+
onClose: () => void;
|
|
14
|
+
};
|
|
15
|
+
declare const WalletSettings: ({ player, my_referral, deposit_limit, withdraw_limit, onPremium, onClose }: BEWalletProps) => React.JSX.Element;
|
|
16
|
+
export default WalletSettings;
|
|
17
|
+
//# sourceMappingURL=WalletSettings.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WalletSettings.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/WalletSettings.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,KAAK,EAAE,uBAAuB,EAAE,mBAAmB,EAAE,wBAAwB,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAMtH,KAAK,aAAa,GAAG;IACjB,MAAM,EAAC,aAAa,CAAC;IACrB,aAAa,EAAC,uBAAuB,CAAC;IACtC,cAAc,EAAC,wBAAwB,CAAC;IACxC,WAAW,EAAE;QACT,eAAe,CAAC,EAAC,mBAAmB,CAAC;QACrC,KAAK,CAAC,EAAC,UAAU,CAAA;KACpB,CAAA;IACD,SAAS,CAAC,EAAC,MAAM,IAAI,CAAC;IACtB,OAAO,EAAC,MAAM,IAAI,CAAA;CACrB,CAAA;AAED,QAAA,MAAM,cAAc,+EAA+E,aAAa,sBAuM/G,CAAA;AAED,eAAe,cAAc,CAAA"}
|
|
@@ -5,7 +5,9 @@ type WalletSetupProps = {
|
|
|
5
5
|
player: MyPlayerProps;
|
|
6
6
|
wallet_settings: WalletSettingsProps;
|
|
7
7
|
onSettingsUpdate: (ws: WalletSettingsProps) => void;
|
|
8
|
+
onClose?: () => void;
|
|
9
|
+
onNext?: () => void;
|
|
8
10
|
};
|
|
9
|
-
declare const WalletSetup: ({ wallet_settings, onSettingsUpdate }: WalletSetupProps) => React.JSX.Element;
|
|
11
|
+
declare const WalletSetup: ({ wallet_settings, onSettingsUpdate, onClose, onNext }: WalletSetupProps) => React.JSX.Element;
|
|
10
12
|
export default WalletSetup;
|
|
11
13
|
//# sourceMappingURL=WalletSetup.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WalletSetup.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/WalletSetup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAGvD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;
|
|
1
|
+
{"version":3,"file":"WalletSetup.d.ts","sourceRoot":"","sources":["../../../../../src/Wallet/components/WalletSetup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAGvD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAKpE,KAAK,gBAAgB,GAAG;IACpB,MAAM,EAAE,aAAa,CAAC;IACtB,eAAe,EAAE,mBAAmB,CAAC;IACrC,gBAAgB,EAAC,CAAC,EAAE,EAAC,mBAAmB,KAAK,IAAI,CAAC;IAClD,OAAO,CAAC,EAAC,MAAM,IAAI,CAAC;IACpB,MAAM,CAAC,EAAC,MAAM,IAAI,CAAA;CACrB,CAAA;AAED,QAAA,MAAM,WAAW,2DAA2D,gBAAgB,sBAiO3F,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Wallet/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Wallet/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAMnD,OAAO,KAAK,EAAkC,cAAc,EAAgL,MAAM,UAAU,CAAC;AAsB7P,KAAK,aAAa,GAAG;IACjB,UAAU,CAAC,EAAC,MAAM,CAAC;IACnB,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,UAAU,EAAE,CAAC,UAAU,EAAC,cAAc,EAAE,UAAU,CAAC,EAAC,MAAM,KAAK,IAAI,CAAA;CACtE,CAAA;AAGD,QAAA,MAAM,QAAQ,wCAAwC,aAAa,sBAoclE,CAAA;AAED,eAAe,QAAQ,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../../../src/constants/colors.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../../../src/constants/colors.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8DT,CAAA;AACD,eAAe,MAAM,CAAA"}
|
package/package.json
CHANGED
|
@@ -4,8 +4,7 @@ import Colors from "../../constants/colors";
|
|
|
4
4
|
import type { AuthExecutionRequestProps, AuthStrategyIdentifierProps, AuthStrategyProps, AuthenticatedProps } from '../api/types';
|
|
5
5
|
import { AuthenticateApi, AuthenticateHelpers } from '../api';
|
|
6
6
|
import { Linking, TouchableOpacity, View , FlatList} from 'react-native';
|
|
7
|
-
import type { PlayerReferralProps, PromoProps } from '../../
|
|
8
|
-
import type { PublicPlayerProps } from '../../types';
|
|
7
|
+
import type { PlayerReferralProps, PromoProps, PublicPlayerProps } from '../../types';
|
|
9
8
|
import { view_styles } from '../../constants/styles';
|
|
10
9
|
import { ProfileHelpers } from '../../ProfileManager/api';
|
|
11
10
|
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import axios from "axios"
|
|
2
2
|
import type { AuthCheckResponseProps, AuthExecutionRequestProps, AuthStrategyIdentifierProps, AuthStrategyProps, CompanyMemberProps, CompanyProps, PlayerTokenProps } from "./types";
|
|
3
3
|
import { APIOverrides } from "../../ApiOverrides";
|
|
4
|
-
import type { PlayerReferralProps, PromoProps } from "../../
|
|
5
|
-
import type { PublicPlayerProps } from "../../types";
|
|
4
|
+
import type { PlayerReferralProps, PromoProps, PublicPlayerProps } from "../../types";
|
|
6
5
|
|
|
7
6
|
|
|
8
7
|
let AUTH_SVC_API = '';
|
|
@@ -82,7 +82,7 @@ const CheckoutApi = {
|
|
|
82
82
|
|
|
83
83
|
const CheckoutHelpers = {
|
|
84
84
|
filterMyPurchaseAccounts: (accounts:AccountProps[], items:ItemProps[]) => {
|
|
85
|
-
let filtered_accounts = accounts.sort((a,b) => moment(a.create_datetime).unix() - moment(b.create_datetime).unix());
|
|
85
|
+
let filtered_accounts = accounts.filter(a => a.status == 'active').sort((a,b) => moment(a.create_datetime).unix() - moment(b.create_datetime).unix());
|
|
86
86
|
let wallet_excluded = items.find(i => !i.wallet_allowed) ? true : false
|
|
87
87
|
if(wallet_excluded){
|
|
88
88
|
filtered_accounts = filtered_accounts.filter(a => a.account_type != 'bettoredge');
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { PayPalButtons } from "@paypal/react-paypal-js";
|
|
3
3
|
import { View } from "react-native";
|
|
4
4
|
import type { AccountProps, ItemOrderProps, ItemProps, TransactionProps } from '../../types';
|
|
5
|
-
import { CheckoutApi, CheckoutHelpers } from '
|
|
5
|
+
import { CheckoutApi, CheckoutHelpers } from '../api';
|
|
6
6
|
|
|
7
7
|
type PayPalOrderCaptureProps = {
|
|
8
8
|
paypal_account:AccountProps,
|
package/src/Checkout/index.tsx
CHANGED
|
@@ -10,7 +10,7 @@ import Colors from '../constants/colors';
|
|
|
10
10
|
import AddressManager from '../Wallet/components/AddressManager';
|
|
11
11
|
import type { MyPlayerProps } from '../ProfileManager/api/types';
|
|
12
12
|
import { PayPalScriptProvider } from '@paypal/react-paypal-js';
|
|
13
|
-
import PayPalOrderCapture from '
|
|
13
|
+
import PayPalOrderCapture from './components/PayPalOrderCapture';
|
|
14
14
|
import SpringView from '../Components/Spring';
|
|
15
15
|
import { usePlayerLocation } from '../LocationTracker/LocationStatus';
|
|
16
16
|
import LocationTracker from '../LocationTracker';
|