@timardex/cluemart-shared 1.4.21 → 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.
package/dist/index.cjs CHANGED
@@ -5092,8 +5092,8 @@ var REMOVE_USER_PRESENT_RESOURCE_MUTATION = import_client41.gql`
5092
5092
  ${USER_FIELDS_FRAGMENT}
5093
5093
  `;
5094
5094
  var SELECT_STANDARD_PACKAGE_MUTATION = import_client41.gql`
5095
- mutation selectStandardPackage {
5096
- selectStandardPackage {
5095
+ mutation selectStandardPackage($selectedLicence: LicencesEnumType!) {
5096
+ selectStandardPackage(selectedLicence: $selectedLicence) {
5097
5097
  licences {
5098
5098
  ...LicenceFields
5099
5099
  }