@opexa/portal-sdk 0.48.3 → 0.48.5

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 CHANGED
@@ -363,6 +363,21 @@ var WITHDRAWAL_RECORDS_QUERY = gql`
363
363
  dateTimeCreated
364
364
  dateTimeLastUpdated
365
365
  }
366
+ ... on GCashStandardCashInWithdrawalRecord {
367
+ id
368
+ type
369
+ bank
370
+ fee
371
+ netAmount
372
+ reference
373
+ amount
374
+ status
375
+ error
376
+ withdrawalNumber
377
+ serialCode
378
+ dateTimeCreated
379
+ dateTimeLastUpdated
380
+ }
366
381
  }
367
382
  }
368
383
  totalCount
@@ -8654,7 +8669,9 @@ var Sdk = class {
8654
8669
  input: {
8655
8670
  id,
8656
8671
  amount: input.amount.toString(),
8657
- promo: input.promo
8672
+ promo: input.promo,
8673
+ cancelRedirectionUrl: input.cancelRedirectionUrl,
8674
+ successRedirectionUrl: input.successRedirectionUrl
8658
8675
  },
8659
8676
  reCAPTCHAResponse: input.reCAPTCHAResponse
8660
8677
  });