@opexa/portal-sdk 0.0.111 → 0.0.112
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/dist/services/types.d.ts +1 -1
- package/dist/services/utils.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1388,6 +1388,7 @@ function l(i) {
|
|
|
1388
1388
|
return {
|
|
1389
1389
|
name: i,
|
|
1390
1390
|
message: {
|
|
1391
|
+
RewardAlreadyExpiredError: "Reward is either expired or no longer available",
|
|
1391
1392
|
AccountNameNotAvailableError: "Username is no longer available",
|
|
1392
1393
|
AccountNotFoundError: "Account does not exist",
|
|
1393
1394
|
AccountNotVerifiedError: "Account is not verified",
|