@timardex/cluemart-shared 1.4.21 → 1.4.23
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/hooks/index.cjs +1 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +3 -3
- 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
|
}
|
|
@@ -5737,7 +5737,7 @@ var useLocationSearch = (googleApi) => {
|
|
|
5737
5737
|
"https://places.googleapis.com/v1/places:autocomplete",
|
|
5738
5738
|
{
|
|
5739
5739
|
body: JSON.stringify({
|
|
5740
|
-
input: text
|
|
5740
|
+
input: `${text} New Zealand`,
|
|
5741
5741
|
languageCode: "en",
|
|
5742
5742
|
regionCode: "nz"
|
|
5743
5743
|
}),
|