@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.
@@ -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,