@timardex/cluemart-shared 1.5.776 → 1.5.777
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/{chunk-WVAOHI54.mjs → chunk-5R3KIHUK.mjs} +5 -4
- package/dist/chunk-5R3KIHUK.mjs.map +1 -0
- package/dist/{chunk-ABSVEIFS.mjs → chunk-I2V5GDNE.mjs} +2 -1
- package/dist/chunk-I2V5GDNE.mjs.map +1 -0
- package/dist/{chunk-VBUCHTZI.mjs → chunk-SJQN4KJV.mjs} +3 -3
- package/dist/{chunk-JH2IPHVZ.mjs → chunk-TL5T6TUR.mjs} +2 -2
- package/dist/{chunk-4FU5YRN2.mjs → chunk-VZEYSSC3.mjs} +3 -2
- package/dist/{chunk-4FU5YRN2.mjs.map → chunk-VZEYSSC3.mjs.map} +1 -1
- package/dist/enums/index.cjs +1 -0
- package/dist/enums/index.cjs.map +1 -1
- package/dist/enums/index.d.mts +2 -1
- package/dist/enums/index.d.ts +2 -1
- package/dist/enums/index.mjs +1 -1
- package/dist/formFields/index.cjs +4 -2
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.mjs +4 -4
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +5 -2
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +5 -5
- package/dist/index.cjs +5 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.mjs +5 -2
- package/dist/index.mjs.map +1 -1
- package/dist/sharing/index.cjs +4 -2
- package/dist/sharing/index.cjs.map +1 -1
- package/dist/sharing/index.mjs +4 -4
- package/dist/types/index.cjs +2 -1
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.mjs +2 -2
- package/dist/utils/index.cjs +4 -2
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.mjs +3 -3
- package/package.json +1 -1
- package/dist/chunk-ABSVEIFS.mjs.map +0 -1
- package/dist/chunk-WVAOHI54.mjs.map +0 -1
- /package/dist/{chunk-VBUCHTZI.mjs.map → chunk-SJQN4KJV.mjs.map} +0 -0
- /package/dist/{chunk-JH2IPHVZ.mjs.map → chunk-TL5T6TUR.mjs.map} +0 -0
package/dist/enums/index.d.ts
CHANGED
|
@@ -173,7 +173,8 @@ declare enum EnumUserLicence {
|
|
|
173
173
|
STANDARD_EVENT = "standard_event",
|
|
174
174
|
STANDARD_VENDOR = "standard_vendor",
|
|
175
175
|
STANDARD_PARTNER = "standard_partner",
|
|
176
|
-
STANDARD_AFFILIATE = "standard_affiliate"
|
|
176
|
+
STANDARD_AFFILIATE = "standard_affiliate",
|
|
177
|
+
STANDARD_SCHOOL = "standard_school"
|
|
177
178
|
}
|
|
178
179
|
declare enum EnumUserRole {
|
|
179
180
|
ADMIN = "admin",
|
package/dist/enums/index.mjs
CHANGED
|
@@ -458,7 +458,8 @@ var TIER_FROM_LICENCE = {
|
|
|
458
458
|
["standard_event" /* STANDARD_EVENT */]: "standard",
|
|
459
459
|
["standard_partner" /* STANDARD_PARTNER */]: "standard",
|
|
460
460
|
["standard_vendor" /* STANDARD_VENDOR */]: "standard",
|
|
461
|
-
["standard_affiliate" /* STANDARD_AFFILIATE */]: "standard"
|
|
461
|
+
["standard_affiliate" /* STANDARD_AFFILIATE */]: "standard",
|
|
462
|
+
["standard_school" /* STANDARD_SCHOOL */]: "standard"
|
|
462
463
|
};
|
|
463
464
|
|
|
464
465
|
// src/utils/utils.ts
|
|
@@ -486,7 +487,8 @@ var licenseNiceNames = {
|
|
|
486
487
|
["pro_plus_event" /* PRO_PLUS_EVENT */]: "Pro+Ads Event",
|
|
487
488
|
["pro_plus_vendor" /* PRO_PLUS_VENDOR */]: "Pro+Ads Stallholder",
|
|
488
489
|
["standard_partner" /* STANDARD_PARTNER */]: "Partner",
|
|
489
|
-
["standard_affiliate" /* STANDARD_AFFILIATE */]: "Affiliate"
|
|
490
|
+
["standard_affiliate" /* STANDARD_AFFILIATE */]: "Affiliate",
|
|
491
|
+
["standard_school" /* STANDARD_SCHOOL */]: "School"
|
|
490
492
|
};
|
|
491
493
|
var cluemartSocialMedia = [
|
|
492
494
|
{
|