@timardex/cluemart-shared 1.4.20 → 1.4.22

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.
@@ -2725,8 +2725,8 @@ var REMOVE_USER_PRESENT_RESOURCE_MUTATION = import_client41.gql`
2725
2725
  ${USER_FIELDS_FRAGMENT}
2726
2726
  `;
2727
2727
  var SELECT_STANDARD_PACKAGE_MUTATION = import_client41.gql`
2728
- mutation selectStandardPackage() {
2729
- selectStandardPackage() {
2728
+ mutation selectStandardPackage($selectedLicence: LicencesEnumType!) {
2729
+ selectStandardPackage(selectedLicence: $selectedLicence) {
2730
2730
  licences {
2731
2731
  ...LicenceFields
2732
2732
  }