@timardex/cluemart-shared 1.5.776 → 1.5.778
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-4FU5YRN2.mjs → chunk-VZEYSSC3.mjs} +3 -2
- package/dist/{chunk-4FU5YRN2.mjs.map → chunk-VZEYSSC3.mjs.map} +1 -1
- package/dist/{chunk-JH2IPHVZ.mjs → chunk-Z3RMDNXC.mjs} +6 -4
- package/dist/chunk-Z3RMDNXC.mjs.map +1 -0
- 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 +9 -4
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +5 -5
- package/dist/index.cjs +9 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +4 -3
- package/dist/index.d.ts +4 -3
- package/dist/index.mjs +9 -4
- package/dist/index.mjs.map +1 -1
- package/dist/sharing/index.cjs +8 -4
- package/dist/sharing/index.cjs.map +1 -1
- package/dist/sharing/index.d.mts +2 -2
- package/dist/sharing/index.d.ts +2 -2
- 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-JH2IPHVZ.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/sharing/index.cjs
CHANGED
|
@@ -271,7 +271,8 @@ var TIER_FROM_LICENCE = {
|
|
|
271
271
|
["standard_event" /* STANDARD_EVENT */]: "standard",
|
|
272
272
|
["standard_partner" /* STANDARD_PARTNER */]: "standard",
|
|
273
273
|
["standard_vendor" /* STANDARD_VENDOR */]: "standard",
|
|
274
|
-
["standard_affiliate" /* STANDARD_AFFILIATE */]: "standard"
|
|
274
|
+
["standard_affiliate" /* STANDARD_AFFILIATE */]: "standard",
|
|
275
|
+
["standard_school" /* STANDARD_SCHOOL */]: "standard"
|
|
275
276
|
};
|
|
276
277
|
|
|
277
278
|
// src/utils/utils.ts
|
|
@@ -299,7 +300,8 @@ var licenseNiceNames = {
|
|
|
299
300
|
["pro_plus_event" /* PRO_PLUS_EVENT */]: "Pro+Ads Event",
|
|
300
301
|
["pro_plus_vendor" /* PRO_PLUS_VENDOR */]: "Pro+Ads Stallholder",
|
|
301
302
|
["standard_partner" /* STANDARD_PARTNER */]: "Partner",
|
|
302
|
-
["standard_affiliate" /* STANDARD_AFFILIATE */]: "Affiliate"
|
|
303
|
+
["standard_affiliate" /* STANDARD_AFFILIATE */]: "Affiliate",
|
|
304
|
+
["standard_school" /* STANDARD_SCHOOL */]: "School"
|
|
303
305
|
};
|
|
304
306
|
var cluemartSocialMedia = [
|
|
305
307
|
{
|
|
@@ -1450,7 +1452,8 @@ var RESOURCE_SHARE_TYPES = [
|
|
|
1450
1452
|
"market",
|
|
1451
1453
|
"stallholder",
|
|
1452
1454
|
"partner",
|
|
1453
|
-
"affiliate"
|
|
1455
|
+
"affiliate",
|
|
1456
|
+
"school"
|
|
1454
1457
|
];
|
|
1455
1458
|
var POST_SHARE_RESOURCE_TYPES = [
|
|
1456
1459
|
"market_faces",
|
|
@@ -1466,7 +1469,8 @@ var SHARE_RESOURCE_LABEL = {
|
|
|
1466
1469
|
market: "Market",
|
|
1467
1470
|
partner: "Partner",
|
|
1468
1471
|
stallholder: "Stallholder",
|
|
1469
|
-
affiliate: "Affiliate"
|
|
1472
|
+
affiliate: "Affiliate",
|
|
1473
|
+
school: "School"
|
|
1470
1474
|
};
|
|
1471
1475
|
function isPostShareResourceType(resourceType) {
|
|
1472
1476
|
return POST_SHARE_RESOURCE_TYPES.includes(
|