@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.
@@ -1261,4 +1261,4 @@ export interface ClaimRewardMutation {
1261
1261
  export interface ClaimRewardQueryVariables {
1262
1262
  id: string;
1263
1263
  }
1264
- export type ClaimRewardError = 'RewardAlreadyClaimedError';
1264
+ export type ClaimRewardError = 'RewardAlreadyClaimedError' | 'RewardAlreadyExpiredError';
@@ -1,5 +1,5 @@
1
1
  import { OperationError } from '../utils/types';
2
- import { AuthenticateError, ClaimCashbackBonusError, CreateDepositError, CreateGameSessionError, CreateMemberVerificationError, CreateSessionError, CreateWithdrawalError, EndGameSessionError, RedeemPointsToCashError, RefreshSessionError, RegisterMayaMemberAccountError, RegisterMemberAccountError, ResetPasswordError, SendVerificationCodeError, SendVerificationCodeError__Next, UpdateMemberAccountError, UpdateMemberVerificationError, UpdateReferralCodeError, UploadPrivateImageFileError, VerifyMobileNumberError, ClaimRewardError } from './types';
2
+ import { AuthenticateError, ClaimCashbackBonusError, ClaimRewardError, CreateDepositError, CreateGameSessionError, CreateMemberVerificationError, CreateSessionError, CreateWithdrawalError, EndGameSessionError, RedeemPointsToCashError, RefreshSessionError, RegisterMayaMemberAccountError, RegisterMemberAccountError, ResetPasswordError, SendVerificationCodeError, SendVerificationCodeError__Next, UpdateMemberAccountError, UpdateMemberVerificationError, UpdateReferralCodeError, UploadPrivateImageFileError, VerifyMobileNumberError } from './types';
3
3
 
4
4
  type E = ClaimCashbackBonusError | CreateDepositError | UploadPrivateImageFileError | CreateGameSessionError | EndGameSessionError | RegisterMemberAccountError | RegisterMayaMemberAccountError | UpdateMemberAccountError | ResetPasswordError | SendVerificationCodeError | VerifyMobileNumberError | CreateMemberVerificationError | UpdateMemberVerificationError | RedeemPointsToCashError | CreateWithdrawalError | CreateSessionError | RefreshSessionError | AuthenticateError | UpdateReferralCodeError | SendVerificationCodeError__Next | ClaimRewardError;
5
5
  export declare function createOperationError<T extends E>(code: T): OperationError<T>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@opexa/portal-sdk",
3
3
  "type": "module",
4
- "version": "0.0.111",
4
+ "version": "0.0.112",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "typings": "dist/index.d.ts",