@timardex/cluemart-shared 1.5.45 → 1.5.47
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-7ZT2TANM.mjs → chunk-RBFEUYZH.mjs} +10 -12
- package/dist/{chunk-7ZT2TANM.mjs.map → chunk-RBFEUYZH.mjs.map} +1 -1
- package/dist/{chunk-WSXWGLTB.mjs → chunk-YMR3FUUS.mjs} +1 -1
- package/dist/{chunk-WSXWGLTB.mjs.map → chunk-YMR3FUUS.mjs.map} +1 -1
- package/dist/graphql/index.cjs +9 -11
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +3 -3
- package/dist/graphql/index.d.ts +3 -3
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +6 -8
- 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 +9 -11
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +4 -3
- package/dist/index.d.ts +4 -3
- package/dist/index.mjs +9 -11
- package/dist/index.mjs.map +1 -1
- package/dist/{post-C0bv5VBc.d.mts → post-Ca2z3WFl.d.mts} +2 -1
- package/dist/{post-C5DlXBQC.d.ts → post-Dearc1Z1.d.ts} +2 -1
- 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
|
@@ -2,7 +2,7 @@ import * as _apollo_client from '@apollo/client';
|
|
|
2
2
|
import { EnumResourceType } from '../enums/index.mjs';
|
|
3
3
|
import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-CqrscA5x.mjs';
|
|
4
4
|
import { E as EventType, c as EventListItemType, d as EventInfoType, e as RelationType, f as ResourceConnectionsType, U as UnregisteredVendorType, V as VendorType, g as VendorInfoType, h as UserLicenceType } from '../global-MMBYi34A.mjs';
|
|
5
|
-
import { U as UserType, P as PartnerType, R as ResourceByUser, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType, G as GameType, e as GameLeaderboard } from '../post-
|
|
5
|
+
import { U as UserType, P as PartnerType, R as ResourceByUser, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType, G as GameType, e as GameLeaderboard } from '../post-Ca2z3WFl.mjs';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
declare const useAdminUpdateResourceType: () => {
|
|
@@ -1027,10 +1027,10 @@ declare const useGetGame: (_id: string) => {
|
|
|
1027
1027
|
};
|
|
1028
1028
|
declare const useGetGameLeaderboard: () => {
|
|
1029
1029
|
error: _apollo_client.ApolloError | undefined;
|
|
1030
|
-
|
|
1030
|
+
gameLeaderboard: GameLeaderboard[];
|
|
1031
1031
|
loading: boolean;
|
|
1032
1032
|
refetch: (variables?: Partial<_apollo_client.OperationVariables> | undefined) => Promise<_apollo_client.ApolloQueryResult<{
|
|
1033
|
-
|
|
1033
|
+
gameLeaderboard: GameLeaderboard[];
|
|
1034
1034
|
}>>;
|
|
1035
1035
|
};
|
|
1036
1036
|
|
package/dist/graphql/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as _apollo_client from '@apollo/client';
|
|
|
2
2
|
import { EnumResourceType } from '../enums/index.js';
|
|
3
3
|
import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-2FaGRW-i.js';
|
|
4
4
|
import { E as EventType, c as EventListItemType, d as EventInfoType, e as RelationType, f as ResourceConnectionsType, U as UnregisteredVendorType, V as VendorType, g as VendorInfoType, h as UserLicenceType } from '../global-B0WdAD-8.js';
|
|
5
|
-
import { U as UserType, P as PartnerType, R as ResourceByUser, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType, G as GameType, e as GameLeaderboard } from '../post-
|
|
5
|
+
import { U as UserType, P as PartnerType, R as ResourceByUser, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType, G as GameType, e as GameLeaderboard } from '../post-Dearc1Z1.js';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
declare const useAdminUpdateResourceType: () => {
|
|
@@ -1027,10 +1027,10 @@ declare const useGetGame: (_id: string) => {
|
|
|
1027
1027
|
};
|
|
1028
1028
|
declare const useGetGameLeaderboard: () => {
|
|
1029
1029
|
error: _apollo_client.ApolloError | undefined;
|
|
1030
|
-
|
|
1030
|
+
gameLeaderboard: GameLeaderboard[];
|
|
1031
1031
|
loading: boolean;
|
|
1032
1032
|
refetch: (variables?: Partial<_apollo_client.OperationVariables> | undefined) => Promise<_apollo_client.ApolloQueryResult<{
|
|
1033
|
-
|
|
1033
|
+
gameLeaderboard: GameLeaderboard[];
|
|
1034
1034
|
}>>;
|
|
1035
1035
|
};
|
|
1036
1036
|
|
package/dist/graphql/index.mjs
CHANGED
package/dist/hooks/index.cjs
CHANGED
|
@@ -4133,21 +4133,19 @@ var GET_GAME = import_client55.gql`
|
|
|
4133
4133
|
}
|
|
4134
4134
|
${GAME_FIELDS_FRAGMENT}
|
|
4135
4135
|
`;
|
|
4136
|
-
var
|
|
4137
|
-
query
|
|
4138
|
-
|
|
4139
|
-
|
|
4140
|
-
...
|
|
4136
|
+
var GET_GAME_LEADERBOARD = import_client55.gql`
|
|
4137
|
+
query getGameLeaderboard {
|
|
4138
|
+
gameLeaderboard {
|
|
4139
|
+
gameHistory {
|
|
4140
|
+
...GameHistoryFields
|
|
4141
4141
|
}
|
|
4142
|
-
gameType
|
|
4143
|
-
pointsEarned
|
|
4144
4142
|
owner {
|
|
4145
4143
|
...OwnerFields
|
|
4146
4144
|
}
|
|
4147
4145
|
}
|
|
4148
4146
|
}
|
|
4149
|
-
${GAME_DATE_FIELDS_FRAGMENT}
|
|
4150
4147
|
${OWNER_FIELDS_FRAGMENT}
|
|
4148
|
+
${GAME_HISTORY_FIELDS_FRAGMENT}
|
|
4151
4149
|
`;
|
|
4152
4150
|
|
|
4153
4151
|
// src/graphql/queries/post.ts
|