@opexa/portal-sdk 0.50.5 → 0.50.6
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/README.md +1634 -1634
- package/dist/index.cjs +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -571,6 +571,9 @@ var CREATE_AIO_INSTAPAY_WITHDRAWAL_MUTATION = gql`
|
|
|
571
571
|
... on TurnoverRequirementNotYetFulfilledError {
|
|
572
572
|
__typename
|
|
573
573
|
}
|
|
574
|
+
... on FirstDepositRequiredError {
|
|
575
|
+
__typename
|
|
576
|
+
}
|
|
574
577
|
}
|
|
575
578
|
}
|
|
576
579
|
`;
|
|
@@ -2880,6 +2883,7 @@ function createOperationError(code) {
|
|
|
2880
2883
|
GCashDirectApiRequestError: "GCash direct API request error",
|
|
2881
2884
|
VerificationDataIncompleteError: "Verification data is incomplete",
|
|
2882
2885
|
TurnoverRequirementNotYetFulfilledError: "Turnover requirement not yet fulfilled",
|
|
2886
|
+
FirstDepositRequiredError: "First deposit is required",
|
|
2883
2887
|
VerificationLockedError: "Verification is locked"
|
|
2884
2888
|
};
|
|
2885
2889
|
return {
|