@timardex/cluemart-shared 1.5.774 → 1.5.775
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-HNH5YY54.mjs → chunk-2RPU74Z4.mjs} +2 -1
- package/dist/chunk-2RPU74Z4.mjs.map +1 -0
- package/dist/{chunk-27YUJMSX.mjs → chunk-4FU5YRN2.mjs} +3 -2
- package/dist/{chunk-27YUJMSX.mjs.map → chunk-4FU5YRN2.mjs.map} +1 -1
- package/dist/{chunk-RNBDYQ7A.mjs → chunk-ATTUHVWE.mjs} +5 -4
- package/dist/chunk-ATTUHVWE.mjs.map +1 -0
- package/dist/{chunk-JIVCAR3G.mjs → chunk-B6ZIAYXA.mjs} +3 -3
- package/dist/{chunk-N5YAD4MG.mjs → chunk-KL3J2JBI.mjs} +2 -2
- 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-HNH5YY54.mjs.map +0 -1
- package/dist/chunk-RNBDYQ7A.mjs.map +0 -1
- /package/dist/{chunk-JIVCAR3G.mjs.map → chunk-B6ZIAYXA.mjs.map} +0 -0
- /package/dist/{chunk-N5YAD4MG.mjs.map → chunk-KL3J2JBI.mjs.map} +0 -0
package/dist/enums/index.d.ts
CHANGED
|
@@ -171,7 +171,8 @@ declare enum EnumUserLicence {
|
|
|
171
171
|
PRO_VENDOR = "pro_vendor",
|
|
172
172
|
STANDARD_EVENT = "standard_event",
|
|
173
173
|
STANDARD_VENDOR = "standard_vendor",
|
|
174
|
-
STANDARD_PARTNER = "standard_partner"
|
|
174
|
+
STANDARD_PARTNER = "standard_partner",
|
|
175
|
+
STANDARD_AFFILIATE = "standard_affiliate"
|
|
175
176
|
}
|
|
176
177
|
declare enum EnumUserRole {
|
|
177
178
|
ADMIN = "admin",
|
package/dist/enums/index.mjs
CHANGED
|
@@ -457,7 +457,8 @@ var TIER_FROM_LICENCE = {
|
|
|
457
457
|
["pro_vendor" /* PRO_VENDOR */]: "pro",
|
|
458
458
|
["standard_event" /* STANDARD_EVENT */]: "standard",
|
|
459
459
|
["standard_partner" /* STANDARD_PARTNER */]: "standard",
|
|
460
|
-
["standard_vendor" /* STANDARD_VENDOR */]: "standard"
|
|
460
|
+
["standard_vendor" /* STANDARD_VENDOR */]: "standard",
|
|
461
|
+
["standard_affiliate" /* STANDARD_AFFILIATE */]: "standard"
|
|
461
462
|
};
|
|
462
463
|
|
|
463
464
|
// src/utils/utils.ts
|
|
@@ -484,7 +485,8 @@ var licenseNiceNames = {
|
|
|
484
485
|
["standard_vendor" /* STANDARD_VENDOR */]: "Standard Stallholder",
|
|
485
486
|
["pro_plus_event" /* PRO_PLUS_EVENT */]: "Pro+Ads Event",
|
|
486
487
|
["pro_plus_vendor" /* PRO_PLUS_VENDOR */]: "Pro+Ads Stallholder",
|
|
487
|
-
["standard_partner" /* STANDARD_PARTNER */]: "Partner"
|
|
488
|
+
["standard_partner" /* STANDARD_PARTNER */]: "Partner",
|
|
489
|
+
["standard_affiliate" /* STANDARD_AFFILIATE */]: "Affiliate"
|
|
488
490
|
};
|
|
489
491
|
var cluemartSocialMedia = [
|
|
490
492
|
{
|