@timardex/cluemart-shared 1.5.773 → 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-KZTOISPA.mjs → chunk-2RPU74Z4.mjs} +3 -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-I43QHNPW.mjs → chunk-ATTUHVWE.mjs} +5 -4
- package/dist/chunk-ATTUHVWE.mjs.map +1 -0
- package/dist/{chunk-5SXT2YSW.mjs → chunk-B6ZIAYXA.mjs} +3 -3
- package/dist/{chunk-DQH7DVTD.mjs → chunk-KL3J2JBI.mjs} +2 -2
- package/dist/enums/index.cjs +2 -0
- package/dist/enums/index.cjs.map +1 -1
- package/dist/enums/index.d.mts +3 -1
- package/dist/enums/index.d.ts +3 -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 +6 -2
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +5 -5
- package/dist/index.cjs +6 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.mjs +6 -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-I43QHNPW.mjs.map +0 -1
- package/dist/chunk-KZTOISPA.mjs.map +0 -1
- /package/dist/{chunk-5SXT2YSW.mjs.map → chunk-B6ZIAYXA.mjs.map} +0 -0
- /package/dist/{chunk-DQH7DVTD.mjs.map → chunk-KL3J2JBI.mjs.map} +0 -0
package/dist/sharing/index.cjs
CHANGED
|
@@ -270,7 +270,8 @@ var TIER_FROM_LICENCE = {
|
|
|
270
270
|
["pro_vendor" /* PRO_VENDOR */]: "pro",
|
|
271
271
|
["standard_event" /* STANDARD_EVENT */]: "standard",
|
|
272
272
|
["standard_partner" /* STANDARD_PARTNER */]: "standard",
|
|
273
|
-
["standard_vendor" /* STANDARD_VENDOR */]: "standard"
|
|
273
|
+
["standard_vendor" /* STANDARD_VENDOR */]: "standard",
|
|
274
|
+
["standard_affiliate" /* STANDARD_AFFILIATE */]: "standard"
|
|
274
275
|
};
|
|
275
276
|
|
|
276
277
|
// src/utils/utils.ts
|
|
@@ -297,7 +298,8 @@ var licenseNiceNames = {
|
|
|
297
298
|
["standard_vendor" /* STANDARD_VENDOR */]: "Standard Stallholder",
|
|
298
299
|
["pro_plus_event" /* PRO_PLUS_EVENT */]: "Pro+Ads Event",
|
|
299
300
|
["pro_plus_vendor" /* PRO_PLUS_VENDOR */]: "Pro+Ads Stallholder",
|
|
300
|
-
["standard_partner" /* STANDARD_PARTNER */]: "Partner"
|
|
301
|
+
["standard_partner" /* STANDARD_PARTNER */]: "Partner",
|
|
302
|
+
["standard_affiliate" /* STANDARD_AFFILIATE */]: "Affiliate"
|
|
301
303
|
};
|
|
302
304
|
var cluemartSocialMedia = [
|
|
303
305
|
{
|