@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/graphql/index.mjs
CHANGED
|
@@ -2580,8 +2580,8 @@ var REMOVE_USER_PRESENT_RESOURCE_MUTATION = gql23`
|
|
|
2580
2580
|
${USER_FIELDS_FRAGMENT}
|
|
2581
2581
|
`;
|
|
2582
2582
|
var SELECT_STANDARD_PACKAGE_MUTATION = gql23`
|
|
2583
|
-
mutation selectStandardPackage {
|
|
2584
|
-
selectStandardPackage {
|
|
2583
|
+
mutation selectStandardPackage($selectedLicence: LicencesEnumType!) {
|
|
2584
|
+
selectStandardPackage(selectedLicence: $selectedLicence) {
|
|
2585
2585
|
licences {
|
|
2586
2586
|
...LicenceFields
|
|
2587
2587
|
}
|