@timardex/cluemart-shared 1.5.43 → 1.5.44
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-FW6BEOOA.mjs → chunk-663P5R7O.mjs} +17 -3
- package/dist/{chunk-FW6BEOOA.mjs.map → chunk-663P5R7O.mjs.map} +1 -1
- package/dist/{chunk-ZK46INKO.mjs → chunk-TMRLX2ER.mjs} +1 -1
- package/dist/{chunk-ZK46INKO.mjs.map → chunk-TMRLX2ER.mjs.map} +1 -1
- package/dist/graphql/index.cjs +16 -2
- 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 +16 -2
- 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 +16 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +12 -5
- package/dist/index.d.ts +12 -5
- package/dist/index.mjs +16 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{post-C09ax7q1.d.mts → post-BwKaHhqn.d.mts} +12 -5
- package/dist/{post-REpGvFMs.d.ts → post-DXXfTw0O.d.ts} +12 -5
- 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 } 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-BwKaHhqn.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-DXXfTw0O.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
|
@@ -4049,15 +4049,21 @@ var import_client56 = require("@apollo/client");
|
|
|
4049
4049
|
|
|
4050
4050
|
// src/graphql/queries/game.ts
|
|
4051
4051
|
var import_client55 = require("@apollo/client");
|
|
4052
|
+
var GAME_DATE_FIELDS_FRAGMENT = import_client55.gql`
|
|
4053
|
+
fragment GameDateFields on GameDateType {
|
|
4054
|
+
startDate
|
|
4055
|
+
endDate
|
|
4056
|
+
}
|
|
4057
|
+
`;
|
|
4052
4058
|
var BASE_GAME_FIELDS_FRAGMENT = import_client55.gql`
|
|
4053
4059
|
fragment BaseGameFields on BaseGameType {
|
|
4054
4060
|
gameDate {
|
|
4055
|
-
|
|
4056
|
-
endDate
|
|
4061
|
+
...GameDateFields
|
|
4057
4062
|
}
|
|
4058
4063
|
gameSolution
|
|
4059
4064
|
gameType
|
|
4060
4065
|
}
|
|
4066
|
+
${GAME_DATE_FIELDS_FRAGMENT}
|
|
4061
4067
|
`;
|
|
4062
4068
|
var DAILY_CLUE_GAME_DATA_FIELDS_FRAGMENT = import_client55.gql`
|
|
4063
4069
|
fragment DailyClueGameDataFields on DailyClueGameDataType {
|
|
@@ -4087,6 +4093,13 @@ var GAME_FIELDS_FRAGMENT = import_client55.gql`
|
|
|
4087
4093
|
...DailyClueGameDataFields
|
|
4088
4094
|
}
|
|
4089
4095
|
}
|
|
4096
|
+
gameHistory {
|
|
4097
|
+
gameDate {
|
|
4098
|
+
...GameDateFields
|
|
4099
|
+
}
|
|
4100
|
+
gameType
|
|
4101
|
+
pointsEarned
|
|
4102
|
+
}
|
|
4090
4103
|
updatedAt
|
|
4091
4104
|
owner {
|
|
4092
4105
|
...OwnerFields
|
|
@@ -4095,6 +4108,7 @@ var GAME_FIELDS_FRAGMENT = import_client55.gql`
|
|
|
4095
4108
|
}
|
|
4096
4109
|
${DAILY_CLUE_GAME_DATA_FIELDS_FRAGMENT}
|
|
4097
4110
|
${OWNER_FIELDS_FRAGMENT}
|
|
4111
|
+
${GAME_DATE_FIELDS_FRAGMENT}
|
|
4098
4112
|
`;
|
|
4099
4113
|
var GET_GAMES = import_client55.gql`
|
|
4100
4114
|
query getGames {
|