@opexa/portal-sdk 0.37.2 → 0.37.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/dist/index.cjs CHANGED
@@ -2458,10 +2458,10 @@ var AccountService = class {
2458
2458
  async createMemberVerification_Next(variables) {
2459
2459
  const res = await this.client.request(CREATE_MEMBER_VERIFICATION_NEXT_MUTATION, variables);
2460
2460
  if (!res.ok) return res;
2461
- if (res.data.createMemberVerification) {
2461
+ if (res.data.createMemberVerification_next) {
2462
2462
  return {
2463
2463
  ok: false,
2464
- error: createOperationError(res.data.createMemberVerification.__typename)
2464
+ error: createOperationError(res.data.createMemberVerification_next.__typename)
2465
2465
  };
2466
2466
  }
2467
2467
  return {
@@ -2484,10 +2484,10 @@ var AccountService = class {
2484
2484
  async updateMemberVerification_Next(variables) {
2485
2485
  const res = await this.client.request(UPDATE_MEMBER_VERIFICATION_NEXT_MUTATION, variables);
2486
2486
  if (!res.ok) return res;
2487
- if (res.data.updateMemberVerification) {
2487
+ if (res.data.updateMemberVerification_next) {
2488
2488
  return {
2489
2489
  ok: false,
2490
- error: createOperationError(res.data.updateMemberVerification.__typename)
2490
+ error: createOperationError(res.data.updateMemberVerification_next.__typename)
2491
2491
  };
2492
2492
  }
2493
2493
  return {