@timardex/cluemart-shared 1.4.16 → 1.4.17
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/hooks/index.cjs +13 -13
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +2 -2
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +13 -13
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +13 -13
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/hooks/index.cjs
CHANGED
|
@@ -204,23 +204,23 @@ var EnumResourceType = /* @__PURE__ */ ((EnumResourceType2) => {
|
|
|
204
204
|
EnumResourceType2["PARTNER"] = "partner";
|
|
205
205
|
return EnumResourceType2;
|
|
206
206
|
})(EnumResourceType || {});
|
|
207
|
-
var EnumEventType = /* @__PURE__ */ ((
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
return
|
|
207
|
+
var EnumEventType = /* @__PURE__ */ ((EnumEventType3) => {
|
|
208
|
+
EnumEventType3["MARKET"] = "Market";
|
|
209
|
+
EnumEventType3["EXPO"] = "Expo";
|
|
210
|
+
EnumEventType3["FAIR"] = "Fair";
|
|
211
|
+
EnumEventType3["FESTIVAL"] = "Festival";
|
|
212
|
+
return EnumEventType3;
|
|
213
213
|
})(EnumEventType || {});
|
|
214
214
|
var EnumVendorType = /* @__PURE__ */ ((EnumVendorType2) => {
|
|
215
215
|
EnumVendorType2["STALLHOLDER"] = "Stallholder";
|
|
216
216
|
EnumVendorType2["SHOP"] = "Shop";
|
|
217
217
|
return EnumVendorType2;
|
|
218
218
|
})(EnumVendorType || {});
|
|
219
|
-
var EnumPartnerType = /* @__PURE__ */ ((
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
return
|
|
219
|
+
var EnumPartnerType = /* @__PURE__ */ ((EnumPartnerType3) => {
|
|
220
|
+
EnumPartnerType3["CHARITY_PARTNER"] = "Charity_Partner";
|
|
221
|
+
EnumPartnerType3["MEDIA_PARTNER"] = "Media_Partner";
|
|
222
|
+
EnumPartnerType3["SUPPORTING_PARTNER"] = "Supporting_Partner";
|
|
223
|
+
return EnumPartnerType3;
|
|
224
224
|
})(EnumPartnerType || {});
|
|
225
225
|
var EnumOSPlatform = /* @__PURE__ */ ((EnumOSPlatform2) => {
|
|
226
226
|
EnumOSPlatform2["ANDROID"] = "android";
|
|
@@ -1061,13 +1061,13 @@ var defaultPartnerFormValues = {
|
|
|
1061
1061
|
...globalDefaultValues,
|
|
1062
1062
|
location: defaultLocation,
|
|
1063
1063
|
nzbn: "",
|
|
1064
|
-
partnerType: "
|
|
1064
|
+
partnerType: ""
|
|
1065
1065
|
};
|
|
1066
1066
|
var defaultEventFormValues = {
|
|
1067
1067
|
...globalDefaultValues,
|
|
1068
1068
|
claimed: true,
|
|
1069
1069
|
dateTime: [],
|
|
1070
|
-
eventType: "
|
|
1070
|
+
eventType: "",
|
|
1071
1071
|
googlePlaceId: null,
|
|
1072
1072
|
location: defaultLocation,
|
|
1073
1073
|
nzbn: "",
|