@timardex/cluemart-shared 1.5.777 → 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-TL5T6TUR.mjs → chunk-Z3RMDNXC.mjs} +5 -3
- package/dist/chunk-Z3RMDNXC.mjs.map +1 -0
- package/dist/hooks/index.cjs +4 -2
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +4 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +4 -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.d.mts +2 -2
- package/dist/sharing/index.d.ts +2 -2
- package/dist/sharing/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-TL5T6TUR.mjs.map +0 -1
package/dist/sharing/index.cjs
CHANGED
|
@@ -1452,7 +1452,8 @@ var RESOURCE_SHARE_TYPES = [
|
|
|
1452
1452
|
"market",
|
|
1453
1453
|
"stallholder",
|
|
1454
1454
|
"partner",
|
|
1455
|
-
"affiliate"
|
|
1455
|
+
"affiliate",
|
|
1456
|
+
"school"
|
|
1456
1457
|
];
|
|
1457
1458
|
var POST_SHARE_RESOURCE_TYPES = [
|
|
1458
1459
|
"market_faces",
|
|
@@ -1468,7 +1469,8 @@ var SHARE_RESOURCE_LABEL = {
|
|
|
1468
1469
|
market: "Market",
|
|
1469
1470
|
partner: "Partner",
|
|
1470
1471
|
stallholder: "Stallholder",
|
|
1471
|
-
affiliate: "Affiliate"
|
|
1472
|
+
affiliate: "Affiliate",
|
|
1473
|
+
school: "School"
|
|
1472
1474
|
};
|
|
1473
1475
|
function isPostShareResourceType(resourceType) {
|
|
1474
1476
|
return POST_SHARE_RESOURCE_TYPES.includes(
|