@timardex/cluemart-shared 1.5.42 → 1.5.43

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/index.d.mts CHANGED
@@ -955,7 +955,7 @@ interface PartnerType extends BaseResourceType {
955
955
  partnerType: EnumPartnerType;
956
956
  }
957
957
 
958
- declare const gameScreenIdentifiers: readonly ["activities", "chat", "edit-profile", "event", "events-near-me", "events", "events/region", "games", "home", "map-modal", "notifications", "options", "partner", "partners", "post", "profile", "resource-callout", "vendor", "vendors", "visitors"];
958
+ declare const gameScreenIdentifiers: readonly ["activities", "chat", "edit-profile", "event", "events-near-me", "events", "events/region", "games", "home", "notifications", "options", "partner", "partners", "post", "profile", "vendor", "vendors", "visitors"];
959
959
  type GamePlacement = (typeof gameScreenIdentifiers)[number];
960
960
  declare enum EnumGameType {
961
961
  DAILY_CLUE = "dailyClue"
package/dist/index.d.ts CHANGED
@@ -955,7 +955,7 @@ interface PartnerType extends BaseResourceType {
955
955
  partnerType: EnumPartnerType;
956
956
  }
957
957
 
958
- declare const gameScreenIdentifiers: readonly ["activities", "chat", "edit-profile", "event", "events-near-me", "events", "events/region", "games", "home", "map-modal", "notifications", "options", "partner", "partners", "post", "profile", "resource-callout", "vendor", "vendors", "visitors"];
958
+ declare const gameScreenIdentifiers: readonly ["activities", "chat", "edit-profile", "event", "events-near-me", "events", "events/region", "games", "home", "notifications", "options", "partner", "partners", "post", "profile", "vendor", "vendors", "visitors"];
959
959
  type GamePlacement = (typeof gameScreenIdentifiers)[number];
960
960
  declare enum EnumGameType {
961
961
  DAILY_CLUE = "dailyClue"
package/dist/index.mjs CHANGED
@@ -7699,14 +7699,12 @@ var gameScreenIdentifiers = [
7699
7699
  "events/region",
7700
7700
  "games",
7701
7701
  "home",
7702
- "map-modal",
7703
7702
  "notifications",
7704
7703
  "options",
7705
7704
  "partner",
7706
7705
  "partners",
7707
7706
  "post",
7708
7707
  "profile",
7709
- "resource-callout",
7710
7708
  "vendor",
7711
7709
  "vendors",
7712
7710
  "visitors"