@opexa/portal-sdk 0.59.45 → 0.59.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-IX2MIQGU.js → chunk-LRFLE5E6.js} +12 -32
- package/dist/chunk-LRFLE5E6.js.map +1 -0
- package/dist/index.cjs +10 -38
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -4
- package/dist/index.d.ts +3 -4
- package/dist/index.js +1 -9
- package/dist/index.js.map +1 -1
- package/dist/services/index.cjs +10 -30
- package/dist/services/index.cjs.map +1 -1
- package/dist/services/index.d.cts +3 -4
- package/dist/services/index.d.ts +3 -4
- package/dist/services/index.js +1 -1
- package/dist/{types-DvDyLFZr.d.cts → types-Eg2izf63.d.cts} +1 -22
- package/dist/{types-DvDyLFZr.d.ts → types-Eg2izf63.d.ts} +1 -22
- package/package.json +1 -1
- package/dist/chunk-IX2MIQGU.js.map +0 -1
|
@@ -1741,6 +1741,16 @@ var MEMBER_ACCOUNT_FRAGMENT = gql`
|
|
|
1741
1741
|
newMonthlyBetLimit
|
|
1742
1742
|
newDailyDepositLimit
|
|
1743
1743
|
newMonthlyDepositLimit
|
|
1744
|
+
agent {
|
|
1745
|
+
code
|
|
1746
|
+
}
|
|
1747
|
+
gigRewardsQuestDetails {
|
|
1748
|
+
gigUserId
|
|
1749
|
+
}
|
|
1750
|
+
cellxpertDetails {
|
|
1751
|
+
cxd
|
|
1752
|
+
dateTimeLastUpdated
|
|
1753
|
+
}
|
|
1744
1754
|
}
|
|
1745
1755
|
`;
|
|
1746
1756
|
var MEMBER_ACCOUNT_QUERY = gql`
|
|
@@ -1748,9 +1758,6 @@ var MEMBER_ACCOUNT_QUERY = gql`
|
|
|
1748
1758
|
memberAccount: self {
|
|
1749
1759
|
... on MemberAccount {
|
|
1750
1760
|
...MemberAccountCoreData
|
|
1751
|
-
gigRewardsQuestDetails {
|
|
1752
|
-
gigUserId
|
|
1753
|
-
}
|
|
1754
1761
|
}
|
|
1755
1762
|
}
|
|
1756
1763
|
}
|
|
@@ -1762,31 +1769,12 @@ var MEMBER_ACCOUNT_QUERY__DEVELOPMENT = gql`
|
|
|
1762
1769
|
memberAccount: self {
|
|
1763
1770
|
... on MemberAccount {
|
|
1764
1771
|
...MemberAccountCoreData
|
|
1765
|
-
agent {
|
|
1766
|
-
code
|
|
1767
|
-
}
|
|
1768
|
-
gigRewardsQuestDetails {
|
|
1769
|
-
gigUserId
|
|
1770
|
-
}
|
|
1771
1772
|
}
|
|
1772
1773
|
}
|
|
1773
1774
|
}
|
|
1774
1775
|
|
|
1775
1776
|
${MEMBER_ACCOUNT_FRAGMENT}
|
|
1776
1777
|
`;
|
|
1777
|
-
var MEMBER_WITH_CELLXPERT_DETAILS_QUERY = gql`
|
|
1778
|
-
query MemberAccountCelleExpertId {
|
|
1779
|
-
memberAccount: self {
|
|
1780
|
-
... on MemberAccount {
|
|
1781
|
-
id
|
|
1782
|
-
cellxpertDetails {
|
|
1783
|
-
cxd
|
|
1784
|
-
dateTimeLastUpdated
|
|
1785
|
-
}
|
|
1786
|
-
}
|
|
1787
|
-
}
|
|
1788
|
-
}
|
|
1789
|
-
`;
|
|
1790
1778
|
var MEMBER_VERIFICATION_QUERY = gql`
|
|
1791
1779
|
${FILE_FRAGMENT}
|
|
1792
1780
|
|
|
@@ -3675,14 +3663,6 @@ var AccountService = class {
|
|
|
3675
3663
|
data: res.data.memberAccount
|
|
3676
3664
|
};
|
|
3677
3665
|
}
|
|
3678
|
-
async memberWithCellxpertDetails() {
|
|
3679
|
-
const res = await this.client.request(MEMBER_WITH_CELLXPERT_DETAILS_QUERY);
|
|
3680
|
-
if (!res.ok) return res;
|
|
3681
|
-
return {
|
|
3682
|
-
ok: true,
|
|
3683
|
-
data: res.data.node
|
|
3684
|
-
};
|
|
3685
|
-
}
|
|
3686
3666
|
async registerMemberAccount(variables) {
|
|
3687
3667
|
const { reCAPTCHAResponse, domain, ...others } = variables;
|
|
3688
3668
|
const res = await this.client.request(REGISTER_MEMBER_ACCOUNT_MUTATION, others, {
|
|
@@ -6228,5 +6208,5 @@ var ExtensionService = class {
|
|
|
6228
6208
|
};
|
|
6229
6209
|
|
|
6230
6210
|
export { AccountService, AuthService, CmsPortalService, ExtensionService, FileService, GameService, PortalService, ReportService, TriggerService, WalletService, callIfFn, statusCodeToOperationError };
|
|
6231
|
-
//# sourceMappingURL=chunk-
|
|
6232
|
-
//# sourceMappingURL=chunk-
|
|
6211
|
+
//# sourceMappingURL=chunk-LRFLE5E6.js.map
|
|
6212
|
+
//# sourceMappingURL=chunk-LRFLE5E6.js.map
|