@opexa/portal-sdk 0.4.0 → 0.4.1

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
@@ -382,9 +382,6 @@ var CREATE_MAYA_WITHDRAWAL_MUTATION = gql`
382
382
  ... on WithdrawalDailyLimitExceededError {
383
383
  __typename
384
384
  }
385
- ... on WalletDoesNotExistError {
386
- __typename
387
- }
388
385
  }
389
386
  }
390
387
  `;