@timardex/cluemart-shared 1.4.86 → 1.4.88
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-C44OQFZV.mjs → chunk-7EVRVQTF.mjs} +1 -1
- package/dist/{chunk-C44OQFZV.mjs.map → chunk-7EVRVQTF.mjs.map} +1 -1
- package/dist/{chunk-BXV7NUGQ.mjs → chunk-FJSXB3WX.mjs} +7 -6
- package/dist/chunk-FJSXB3WX.mjs.map +1 -0
- package/dist/graphql/index.cjs +6 -5
- 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 +6 -5
- 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 +6 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.mjs +6 -5
- package/dist/index.mjs.map +1 -1
- package/dist/{post-CeKM3HVB.d.mts → post-B-SkWSPC.d.mts} +3 -2
- package/dist/{post-BNPEczKv.d.ts → post-CFMdfOi3.d.ts} +3 -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/chunk-BXV7NUGQ.mjs.map +0 -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 } 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 } from '../post-B-SkWSPC.mjs';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
declare const useAdminUpdateResourceType: () => {
|
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 } 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 } from '../post-CFMdfOi3.js';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
declare const useAdminUpdateResourceType: () => {
|
package/dist/graphql/index.mjs
CHANGED
package/dist/hooks/index.cjs
CHANGED
|
@@ -2313,7 +2313,7 @@ var USER_FIELDS_FRAGMENT = import_client2.gql`
|
|
|
2313
2313
|
...LicenceFields
|
|
2314
2314
|
}
|
|
2315
2315
|
partner
|
|
2316
|
-
|
|
2316
|
+
overallPoints
|
|
2317
2317
|
platform
|
|
2318
2318
|
preferredRegion
|
|
2319
2319
|
promoCodes
|
|
@@ -4052,13 +4052,13 @@ var import_client55 = require("@apollo/client");
|
|
|
4052
4052
|
var BASE_GAME_FIELDS_FRAGMENT = import_client55.gql`
|
|
4053
4053
|
fragment BaseGameFields on BaseGameType {
|
|
4054
4054
|
gameDate {
|
|
4055
|
-
|
|
4055
|
+
startDate
|
|
4056
|
+
endDate
|
|
4056
4057
|
}
|
|
4057
4058
|
gameSolution
|
|
4058
4059
|
gameType
|
|
4059
4060
|
title
|
|
4060
4061
|
}
|
|
4061
|
-
${DATETIME_FIELDS_FRAGMENT}
|
|
4062
4062
|
`;
|
|
4063
4063
|
var DAILY_CLUE_GAME_DATA_FIELDS_FRAGMENT = import_client55.gql`
|
|
4064
4064
|
fragment DailyClueGameDataFields on DailyClueGameDataType {
|
|
@@ -4085,6 +4085,7 @@ var GAME_FIELDS_FRAGMENT = import_client55.gql`
|
|
|
4085
4085
|
owner {
|
|
4086
4086
|
...OwnerFields
|
|
4087
4087
|
}
|
|
4088
|
+
points
|
|
4088
4089
|
}
|
|
4089
4090
|
${DAILY_CLUE_GAME_DATA_FIELDS_FRAGMENT}
|
|
4090
4091
|
${OWNER_FIELDS_FRAGMENT}
|
|
@@ -4282,8 +4283,8 @@ var START_GAME_MUTATION = import_client64.gql`
|
|
|
4282
4283
|
${GAME_FIELDS_FRAGMENT}
|
|
4283
4284
|
`;
|
|
4284
4285
|
var LEAVE_GAME_MUTATION = import_client64.gql`
|
|
4285
|
-
mutation leaveGame($_id: ID!) {
|
|
4286
|
-
leaveGame(_id: $_id) {
|
|
4286
|
+
mutation leaveGame($_id: ID!, $gameType: GameTypeEnumType!) {
|
|
4287
|
+
leaveGame(_id: $_id, gameType: $gameType) {
|
|
4287
4288
|
userId
|
|
4288
4289
|
}
|
|
4289
4290
|
}
|