@timardex/cluemart-server-shared 1.0.270 → 1.0.271
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-IHDFNJDY.mjs → chunk-LV2G5CMJ.mjs} +5 -3
- package/dist/chunk-LV2G5CMJ.mjs.map +1 -0
- package/dist/index.cjs +4 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +4 -2
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs +4 -2
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.mjs +1 -1
- package/package.json +2 -2
- package/dist/chunk-IHDFNJDY.mjs.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -7614,7 +7614,8 @@ var RESOURCE_SHARE_TYPES = [
|
|
|
7614
7614
|
"market",
|
|
7615
7615
|
"stallholder",
|
|
7616
7616
|
"partner",
|
|
7617
|
-
"affiliate"
|
|
7617
|
+
"affiliate",
|
|
7618
|
+
"school"
|
|
7618
7619
|
];
|
|
7619
7620
|
var POST_SHARE_RESOURCE_TYPES = [
|
|
7620
7621
|
"market_faces",
|
|
@@ -7630,7 +7631,8 @@ var SHARE_RESOURCE_LABEL = {
|
|
|
7630
7631
|
market: "Market",
|
|
7631
7632
|
partner: "Partner",
|
|
7632
7633
|
stallholder: "Stallholder",
|
|
7633
|
-
affiliate: "Affiliate"
|
|
7634
|
+
affiliate: "Affiliate",
|
|
7635
|
+
school: "School"
|
|
7634
7636
|
};
|
|
7635
7637
|
var PUBLIC_SHARE_PATH_TYPES = [
|
|
7636
7638
|
...RESOURCE_SHARE_TYPES,
|