@timardex/cluemart-shared 1.3.80 → 1.3.81
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/{auth-PF5MJgeu.d.mts → auth-BwA7zQEM.d.mts} +1 -1
- package/dist/{auth-diJnZy6e.d.ts → auth-D0tGBZgU.d.ts} +1 -1
- package/dist/{chunk-OBQRGWV3.mjs → chunk-FLDXD65Z.mjs} +2 -2
- package/dist/chunk-FLDXD65Z.mjs.map +1 -0
- package/dist/{chunk-SS3HGLNT.mjs → chunk-JKS4S7WN.mjs} +2 -2
- package/dist/enums/index.cjs +1 -1
- package/dist/enums/index.cjs.map +1 -1
- package/dist/enums/index.d.mts +1 -1
- package/dist/enums/index.d.ts +1 -1
- package/dist/enums/index.mjs +1 -1
- package/dist/formFields/index.cjs +1 -1
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/formFields/index.mjs +2 -2
- package/dist/{global-E8ve8XPP.d.mts → global-CJAeZ3ul.d.mts} +2 -1
- package/dist/{global-BsFcXLgV.d.ts → global-DMAIQx9a.d.ts} +2 -1
- package/dist/graphql/index.d.mts +2 -2
- package/dist/graphql/index.d.ts +2 -2
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +3 -3
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +3 -3
- package/dist/hooks/index.d.ts +3 -3
- package/dist/hooks/index.mjs +4 -4
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/dist/{post-C5EZIi9r.d.mts → post-BG1GAi2V.d.mts} +1 -1
- package/dist/{post-BZFDbJZT.d.ts → post-B_L_VZ_v.d.ts} +1 -1
- package/dist/types/index.d.mts +4 -4
- package/dist/types/index.d.ts +4 -4
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-OBQRGWV3.mjs.map +0 -1
- /package/dist/{chunk-SS3HGLNT.mjs.map → chunk-JKS4S7WN.mjs.map} +0 -0
package/dist/index.d.mts
CHANGED
|
@@ -29,7 +29,7 @@ declare enum EnumFoodFlavor {
|
|
|
29
29
|
SAVOURY = "Savoury",
|
|
30
30
|
SPICY = "Spicy",
|
|
31
31
|
SWEET = "Sweet",
|
|
32
|
-
OTHER = "
|
|
32
|
+
OTHER = "Not_Applicable"
|
|
33
33
|
}
|
|
34
34
|
declare enum EnumFoodType {
|
|
35
35
|
ADDITIVE_FREE = "Additive_Free",
|
|
@@ -303,7 +303,7 @@ type EventInfoType = Omit<EventInfoFormData, "_id"> & {
|
|
|
303
303
|
_id: string;
|
|
304
304
|
};
|
|
305
305
|
|
|
306
|
-
type VendorLocation = Pick<MapMultiLocation, "resourceId" | "resourceName" | "resourceType" | "resourceLogo"> & {
|
|
306
|
+
type VendorLocation = Pick<MapMultiLocation, "resourceId" | "resourceName" | "resourceType" | "resourceLogo" | "resourceCover"> & {
|
|
307
307
|
dateTime: Nullable<DateTimeType> | null;
|
|
308
308
|
description?: string | null;
|
|
309
309
|
location: Nullable<LocationType> | null;
|
|
@@ -512,6 +512,7 @@ type MapMultiLocation = {
|
|
|
512
512
|
dateTime: DateTimeType | null;
|
|
513
513
|
googlePlaceId?: string | null;
|
|
514
514
|
location: LocationType | null;
|
|
515
|
+
resourceCover?: string | null;
|
|
515
516
|
resourceId?: string;
|
|
516
517
|
resourceLogo?: ResourceImageType | null;
|
|
517
518
|
resourceName?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -29,7 +29,7 @@ declare enum EnumFoodFlavor {
|
|
|
29
29
|
SAVOURY = "Savoury",
|
|
30
30
|
SPICY = "Spicy",
|
|
31
31
|
SWEET = "Sweet",
|
|
32
|
-
OTHER = "
|
|
32
|
+
OTHER = "Not_Applicable"
|
|
33
33
|
}
|
|
34
34
|
declare enum EnumFoodType {
|
|
35
35
|
ADDITIVE_FREE = "Additive_Free",
|
|
@@ -303,7 +303,7 @@ type EventInfoType = Omit<EventInfoFormData, "_id"> & {
|
|
|
303
303
|
_id: string;
|
|
304
304
|
};
|
|
305
305
|
|
|
306
|
-
type VendorLocation = Pick<MapMultiLocation, "resourceId" | "resourceName" | "resourceType" | "resourceLogo"> & {
|
|
306
|
+
type VendorLocation = Pick<MapMultiLocation, "resourceId" | "resourceName" | "resourceType" | "resourceLogo" | "resourceCover"> & {
|
|
307
307
|
dateTime: Nullable<DateTimeType> | null;
|
|
308
308
|
description?: string | null;
|
|
309
309
|
location: Nullable<LocationType> | null;
|
|
@@ -512,6 +512,7 @@ type MapMultiLocation = {
|
|
|
512
512
|
dateTime: DateTimeType | null;
|
|
513
513
|
googlePlaceId?: string | null;
|
|
514
514
|
location: LocationType | null;
|
|
515
|
+
resourceCover?: string | null;
|
|
515
516
|
resourceId?: string;
|
|
516
517
|
resourceLogo?: ResourceImageType | null;
|
|
517
518
|
resourceName?: string;
|
package/dist/index.mjs
CHANGED
|
@@ -30,7 +30,7 @@ var EnumFoodFlavor = /* @__PURE__ */ ((EnumFoodFlavor3) => {
|
|
|
30
30
|
EnumFoodFlavor3["SAVOURY"] = "Savoury";
|
|
31
31
|
EnumFoodFlavor3["SPICY"] = "Spicy";
|
|
32
32
|
EnumFoodFlavor3["SWEET"] = "Sweet";
|
|
33
|
-
EnumFoodFlavor3["OTHER"] = "
|
|
33
|
+
EnumFoodFlavor3["OTHER"] = "Not_Applicable";
|
|
34
34
|
return EnumFoodFlavor3;
|
|
35
35
|
})(EnumFoodFlavor || {});
|
|
36
36
|
var EnumFoodType = /* @__PURE__ */ ((EnumFoodType2) => {
|
|
@@ -5525,9 +5525,9 @@ var useLocationSearch = (googleApi) => {
|
|
|
5525
5525
|
"https://places.googleapis.com/v1/places:autocomplete",
|
|
5526
5526
|
{
|
|
5527
5527
|
body: JSON.stringify({
|
|
5528
|
-
includedRegionCodes: ["nz"],
|
|
5529
5528
|
input: text,
|
|
5530
|
-
languageCode: "en"
|
|
5529
|
+
languageCode: "en",
|
|
5530
|
+
regionCode: "nz"
|
|
5531
5531
|
}),
|
|
5532
5532
|
headers: {
|
|
5533
5533
|
"Content-Type": "application/json",
|