@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.cjs CHANGED
@@ -816,6 +816,13 @@ var DEPOSIT_QUERY = gql`
816
816
  vca
817
817
  error
818
818
  }
819
+ ... on GCashDirectWebpayDeposit {
820
+ id
821
+ type
822
+ status
823
+ checkoutUrl
824
+ error
825
+ }
819
826
  }
820
827
  }
821
828
  `;