@timardex/cluemart-shared 1.5.708 → 1.5.710
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-7HXABNH6.mjs → chunk-LOHIVWWT.mjs} +5 -1
- package/dist/{chunk-7HXABNH6.mjs.map → chunk-LOHIVWWT.mjs.map} +1 -1
- package/dist/{chunk-HITGTNK3.mjs → chunk-SB2DTD7X.mjs} +1 -1
- package/dist/{chunk-HITGTNK3.mjs.map → chunk-SB2DTD7X.mjs.map} +1 -1
- package/dist/graphql/index.cjs +4 -0
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +1 -1
- package/dist/graphql/index.d.ts +1 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +4 -0
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +1 -1
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/index.mjs +2 -2
- package/dist/index.cjs +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +3 -5
- package/dist/index.d.ts +3 -5
- package/dist/index.mjs +4 -0
- package/dist/index.mjs.map +1 -1
- package/dist/{post-CswgI5jI.d.mts → post-CmTZhjui.d.mts} +4 -6
- package/dist/{post-NK1XwGmZ.d.ts → post-DWr3iUjN.d.ts} +4 -6
- 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/graphql/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _apollo_client from '@apollo/client';
|
|
2
2
|
import { EnumResourceType } from '../enums/index.mjs';
|
|
3
|
-
import { A as AuthPayloadType, R as RefreshTokenPayloadType, S as SafeUserType, P as PartnerType, a as ResourceByUser, b as AdType, E as EnumAdStatus, c as SubscriptionPlansResponse, d as SubscriptionStatusData, e as PostType, f as EnumPostType, g as AppSettingsType, G as GameDocType, h as GameLeaderboard, i as SchoolReturnType, j as SchoolType } from '../post-
|
|
3
|
+
import { A as AuthPayloadType, R as RefreshTokenPayloadType, S as SafeUserType, P as PartnerType, a as ResourceByUser, b as AdType, E as EnumAdStatus, c as SubscriptionPlansResponse, d as SubscriptionStatusData, e as PostType, f as EnumPostType, g as AppSettingsType, G as GameDocType, h as GameLeaderboard, i as SchoolReturnType, j as SchoolType } from '../post-CmTZhjui.mjs';
|
|
4
4
|
import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-CZqXBve8.mjs';
|
|
5
5
|
import { E as EventType, c as EventListItemType, d as EventInfoType, U as UseGetResourcesByRegionOptions, e as RelationType, f as ResourceConnectionsType, g as UnregisteredVendorType, V as VendorType, h as VendorInfoType, i as UserLicenceType } from '../global-BEUzBSyY.mjs';
|
|
6
6
|
import '../images/index.mjs';
|
package/dist/graphql/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _apollo_client from '@apollo/client';
|
|
2
2
|
import { EnumResourceType } from '../enums/index.js';
|
|
3
|
-
import { A as AuthPayloadType, R as RefreshTokenPayloadType, S as SafeUserType, P as PartnerType, a as ResourceByUser, b as AdType, E as EnumAdStatus, c as SubscriptionPlansResponse, d as SubscriptionStatusData, e as PostType, f as EnumPostType, g as AppSettingsType, G as GameDocType, h as GameLeaderboard, i as SchoolReturnType, j as SchoolType } from '../post-
|
|
3
|
+
import { A as AuthPayloadType, R as RefreshTokenPayloadType, S as SafeUserType, P as PartnerType, a as ResourceByUser, b as AdType, E as EnumAdStatus, c as SubscriptionPlansResponse, d as SubscriptionStatusData, e as PostType, f as EnumPostType, g as AppSettingsType, G as GameDocType, h as GameLeaderboard, i as SchoolReturnType, j as SchoolType } from '../post-DWr3iUjN.js';
|
|
4
4
|
import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-CjJdhVR7.js';
|
|
5
5
|
import { E as EventType, c as EventListItemType, d as EventInfoType, U as UseGetResourcesByRegionOptions, e as RelationType, f as ResourceConnectionsType, g as UnregisteredVendorType, V as VendorType, h as VendorInfoType, i as UserLicenceType } from '../global-585slmSH.js';
|
|
6
6
|
import '../images/index.js';
|
package/dist/graphql/index.mjs
CHANGED
package/dist/hooks/index.cjs
CHANGED
|
@@ -4273,7 +4273,9 @@ var GAME_HISTORY_FIELDS_FRAGMENT = import_client55.gql`
|
|
|
4273
4273
|
...GameDateFields
|
|
4274
4274
|
}
|
|
4275
4275
|
gameStatus
|
|
4276
|
+
gameTitle
|
|
4276
4277
|
gameType
|
|
4278
|
+
gameTypeId
|
|
4277
4279
|
pointsEarned
|
|
4278
4280
|
}
|
|
4279
4281
|
${GAME_DATE_FIELDS_FRAGMENT}
|
|
@@ -4303,6 +4305,7 @@ var GAME_FIELDS_FRAGMENT = import_client55.gql`
|
|
|
4303
4305
|
}
|
|
4304
4306
|
gameType
|
|
4305
4307
|
gameTypeId
|
|
4308
|
+
gameTitle
|
|
4306
4309
|
updatedAt
|
|
4307
4310
|
}
|
|
4308
4311
|
${GAME_DATA_FIELDS_FRAGMENT}
|
|
@@ -4362,6 +4365,7 @@ var GET_GAME_LEADERBOARD = import_client55.gql`
|
|
|
4362
4365
|
var BASE_GAME_FIELDS_FRAGMENT = import_client56.gql`
|
|
4363
4366
|
fragment BaseGameFields on BaseGameType {
|
|
4364
4367
|
gameTypeId
|
|
4368
|
+
gameTitle
|
|
4365
4369
|
gameType
|
|
4366
4370
|
dailyClue {
|
|
4367
4371
|
...DailyClueBaseGameFields
|