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