@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/{chunk-HTRRC6Y5.mjs → chunk-ZK46INKO.mjs} +1 -3
- package/dist/{chunk-HTRRC6Y5.mjs.map → chunk-ZK46INKO.mjs.map} +1 -1
- package/dist/graphql/index.d.mts +1 -1
- package/dist/graphql/index.d.ts +1 -1
- package/dist/hooks/index.d.mts +1 -1
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +0 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +0 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{post-n1sSMg4_.d.mts → post-C09ax7q1.d.mts} +1 -1
- package/dist/{post-BBQv--R7.d.ts → post-REpGvFMs.d.ts} +1 -1
- package/dist/types/index.cjs +0 -2
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.mjs +1 -1
- package/package.json +1 -1
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", "
|
|
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", "
|
|
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"
|