@opexa/portal-sdk 0.48.5 → 0.48.7

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
@@ -371,7 +371,6 @@ var WITHDRAWAL_RECORDS_QUERY = gql`
371
371
  ... on GCashStandardCashInWithdrawalRecord {
372
372
  id
373
373
  type
374
- bank
375
374
  fee
376
375
  netAmount
377
376
  reference
@@ -380,6 +379,7 @@ var WITHDRAWAL_RECORDS_QUERY = gql`
380
379
  error
381
380
  withdrawalNumber
382
381
  serialCode
382
+ recipientMobileNumber
383
383
  dateTimeCreated
384
384
  dateTimeLastUpdated
385
385
  }