@timardex/cluemart-shared 1.3.44 → 1.3.45

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
@@ -4714,13 +4714,18 @@ var REMOVE_USER_FAVOURITE_RESOURCE_MUTATION = import_client41.gql`
4714
4714
  `;
4715
4715
  var SELECT_PACKAGE_MUTATION = import_client41.gql`
4716
4716
  mutation selectPackage(
4717
- $selectedLicence: LicencesEnumType!
4717
+ $billingPeriod: BillingPeriodEnumType
4718
4718
  $removedLicence: LicencesEnumType
4719
+ $selectedLicence: LicencesEnumType!
4720
+ $useStripe: Boolean
4719
4721
  ) {
4720
4722
  selectPackage(
4721
- selectedLicence: $selectedLicence
4723
+ billingPeriod: $billingPeriod
4722
4724
  removedLicence: $removedLicence
4725
+ selectedLicence: $selectedLicence
4726
+ useStripe: $useStripe
4723
4727
  ) {
4728
+ checkoutUrl
4724
4729
  licences {
4725
4730
  ...LicenceFields
4726
4731
  }