@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/hooks/index.mjs
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -8673,7 +8673,8 @@ var RESOURCE_SHARE_TYPES = [
|
|
|
8673
8673
|
"market",
|
|
8674
8674
|
"stallholder",
|
|
8675
8675
|
"partner",
|
|
8676
|
-
"affiliate"
|
|
8676
|
+
"affiliate",
|
|
8677
|
+
"school"
|
|
8677
8678
|
];
|
|
8678
8679
|
var POST_SHARE_RESOURCE_TYPES = [
|
|
8679
8680
|
"market_faces",
|
|
@@ -8689,7 +8690,8 @@ var SHARE_RESOURCE_LABEL = {
|
|
|
8689
8690
|
market: "Market",
|
|
8690
8691
|
partner: "Partner",
|
|
8691
8692
|
stallholder: "Stallholder",
|
|
8692
|
-
affiliate: "Affiliate"
|
|
8693
|
+
affiliate: "Affiliate",
|
|
8694
|
+
school: "School"
|
|
8693
8695
|
};
|
|
8694
8696
|
function isPostShareResourceType(resourceType) {
|
|
8695
8697
|
return POST_SHARE_RESOURCE_TYPES.includes(
|