@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/graphql/index.cjs +2 -2
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.mjs +2 -2
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4806,8 +4806,8 @@ var REMOVE_USER_PRESENT_RESOURCE_MUTATION = gql23`
|
|
|
4806
4806
|
${USER_FIELDS_FRAGMENT}
|
|
4807
4807
|
`;
|
|
4808
4808
|
var SELECT_STANDARD_PACKAGE_MUTATION = gql23`
|
|
4809
|
-
mutation selectStandardPackage {
|
|
4810
|
-
selectStandardPackage {
|
|
4809
|
+
mutation selectStandardPackage($selectedLicence: LicencesEnumType!) {
|
|
4810
|
+
selectStandardPackage(selectedLicence: $selectedLicence) {
|
|
4811
4811
|
licences {
|
|
4812
4812
|
...LicenceFields
|
|
4813
4813
|
}
|