@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/mongoose/index.cjs
CHANGED
|
@@ -7598,7 +7598,8 @@ var RESOURCE_SHARE_TYPES = [
|
|
|
7598
7598
|
"market",
|
|
7599
7599
|
"stallholder",
|
|
7600
7600
|
"partner",
|
|
7601
|
-
"affiliate"
|
|
7601
|
+
"affiliate",
|
|
7602
|
+
"school"
|
|
7602
7603
|
];
|
|
7603
7604
|
var POST_SHARE_RESOURCE_TYPES = [
|
|
7604
7605
|
"market_faces",
|
|
@@ -7614,7 +7615,8 @@ var SHARE_RESOURCE_LABEL = {
|
|
|
7614
7615
|
market: "Market",
|
|
7615
7616
|
partner: "Partner",
|
|
7616
7617
|
stallholder: "Stallholder",
|
|
7617
|
-
affiliate: "Affiliate"
|
|
7618
|
+
affiliate: "Affiliate",
|
|
7619
|
+
school: "School"
|
|
7618
7620
|
};
|
|
7619
7621
|
var PUBLIC_SHARE_PATH_TYPES = [
|
|
7620
7622
|
...RESOURCE_SHARE_TYPES,
|