@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.
@@ -2423,13 +2423,18 @@ var REMOVE_USER_FAVOURITE_RESOURCE_MUTATION = import_client41.gql`
2423
2423
  `;
2424
2424
  var SELECT_PACKAGE_MUTATION = import_client41.gql`
2425
2425
  mutation selectPackage(
2426
- $selectedLicence: LicencesEnumType!
2426
+ $billingPeriod: BillingPeriodEnumType
2427
2427
  $removedLicence: LicencesEnumType
2428
+ $selectedLicence: LicencesEnumType!
2429
+ $useStripe: Boolean
2428
2430
  ) {
2429
2431
  selectPackage(
2430
- selectedLicence: $selectedLicence
2432
+ billingPeriod: $billingPeriod
2431
2433
  removedLicence: $removedLicence
2434
+ selectedLicence: $selectedLicence
2435
+ useStripe: $useStripe
2432
2436
  ) {
2437
+ checkoutUrl
2433
2438
  licences {
2434
2439
  ...LicenceFields
2435
2440
  }