@opexa/portal-sdk 0.35.6 → 0.35.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.js CHANGED
@@ -811,6 +811,13 @@ var DEPOSIT_QUERY = gql`
811
811
  vca
812
812
  error
813
813
  }
814
+ ... on GCashDirectWebpayDeposit {
815
+ id
816
+ type
817
+ status
818
+ checkoutUrl
819
+ error
820
+ }
814
821
  }
815
822
  }
816
823
  `;