@timardex/cluemart-shared 1.5.629 → 1.5.631
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-6KNGLDLL.mjs → chunk-UXTUWVQB.mjs} +1 -1
- package/dist/{chunk-6KNGLDLL.mjs.map → chunk-UXTUWVQB.mjs.map} +1 -1
- package/dist/{chunk-Z6IM4DWX.mjs → chunk-YJSJHGZT.mjs} +7 -3
- package/dist/{chunk-Z6IM4DWX.mjs.map → chunk-YJSJHGZT.mjs.map} +1 -1
- package/dist/graphql/index.cjs +6 -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 +6 -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 +6 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs +6 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{post-Bw5yGyLM.d.ts → post-B3XIgDei.d.ts} +1 -0
- package/dist/{post-AUQDjZoJ.d.mts → post-WSgS-zIK.d.mts} +1 -0
- 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/hooks/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { L as LocationType, i as VendorFormData, j as CreateVendorFormData, k as VendorInfoFormData, l as CreateVendorInfoFormData, m as UnregisteredVendorFormData, n as CreateUnregisteredVendorFormData, o as EventFormData, p as CreateEventFormData, q as EventInfoFormData, r as CreateEventInfoFormData, B as BaseResourceTypeFormData } from '../global-CI5OK3U9.mjs';
|
|
2
|
-
import { h as UserFormData, C as CreateUserFormData, i as PartnerFormData, j as AdFormData, k as CreateAdFormData, l as CreatePartnerFormData, m as PostFormData, n as CreatePostFormData, o as AppSettingsFormData, p as CreateAppSettingsFormData, q as SchoolFormData, r as CreateSchoolFormData } from '../post-
|
|
2
|
+
import { h as UserFormData, C as CreateUserFormData, i as PartnerFormData, j as AdFormData, k as CreateAdFormData, l as CreatePartnerFormData, m as PostFormData, n as CreatePostFormData, o as AppSettingsFormData, p as CreateAppSettingsFormData, q as SchoolFormData, r as CreateSchoolFormData } from '../post-WSgS-zIK.mjs';
|
|
3
3
|
import { C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, c as CreateValidateVerificationTokenFormData, d as CreateResetPasswordFormData, e as ContactUsFormData, f as CreateContactUsFormData } from '../auth-BG7u9KHu.mjs';
|
|
4
4
|
import 'react-hook-form';
|
|
5
5
|
import '../enums/index.mjs';
|
package/dist/hooks/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { L as LocationType, i as VendorFormData, j as CreateVendorFormData, k as VendorInfoFormData, l as CreateVendorInfoFormData, m as UnregisteredVendorFormData, n as CreateUnregisteredVendorFormData, o as EventFormData, p as CreateEventFormData, q as EventInfoFormData, r as CreateEventInfoFormData, B as BaseResourceTypeFormData } from '../global-Brbdg9ob.js';
|
|
2
|
-
import { h as UserFormData, C as CreateUserFormData, i as PartnerFormData, j as AdFormData, k as CreateAdFormData, l as CreatePartnerFormData, m as PostFormData, n as CreatePostFormData, o as AppSettingsFormData, p as CreateAppSettingsFormData, q as SchoolFormData, r as CreateSchoolFormData } from '../post-
|
|
2
|
+
import { h as UserFormData, C as CreateUserFormData, i as PartnerFormData, j as AdFormData, k as CreateAdFormData, l as CreatePartnerFormData, m as PostFormData, n as CreatePostFormData, o as AppSettingsFormData, p as CreateAppSettingsFormData, q as SchoolFormData, r as CreateSchoolFormData } from '../post-B3XIgDei.js';
|
|
3
3
|
import { C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, c as CreateValidateVerificationTokenFormData, d as CreateResetPasswordFormData, e as ContactUsFormData, f as CreateContactUsFormData } from '../auth-CUd-VUEN.js';
|
|
4
4
|
import 'react-hook-form';
|
|
5
5
|
import '../enums/index.js';
|
package/dist/hooks/index.mjs
CHANGED
|
@@ -5,14 +5,14 @@ import {
|
|
|
5
5
|
EnumAdType,
|
|
6
6
|
EnumPostContentType,
|
|
7
7
|
EnumPostType
|
|
8
|
-
} from "../chunk-
|
|
8
|
+
} from "../chunk-UXTUWVQB.mjs";
|
|
9
9
|
import "../chunk-OSUWKCUI.mjs";
|
|
10
10
|
import {
|
|
11
11
|
SCHOOL_MIN_STUDENT_COUNT,
|
|
12
12
|
normalizeUrl
|
|
13
13
|
} from "../chunk-4XOVXJUN.mjs";
|
|
14
14
|
import "../chunk-SBY5HTAP.mjs";
|
|
15
|
-
import "../chunk-
|
|
15
|
+
import "../chunk-YJSJHGZT.mjs";
|
|
16
16
|
import {
|
|
17
17
|
EnumEventDateStatus,
|
|
18
18
|
EnumEventType,
|
package/dist/index.cjs
CHANGED
|
@@ -6541,8 +6541,12 @@ var START_GAME_MUTATION = import_client64.gql`
|
|
|
6541
6541
|
${GAME_DOC_FIELDS_FRAGMENT}
|
|
6542
6542
|
`;
|
|
6543
6543
|
var LEAVE_GAME_MUTATION = import_client64.gql`
|
|
6544
|
-
mutation leaveGame(
|
|
6545
|
-
|
|
6544
|
+
mutation leaveGame(
|
|
6545
|
+
$_id: ID!
|
|
6546
|
+
$gameType: GameTypeEnumType!
|
|
6547
|
+
$gameTypeId: ID!
|
|
6548
|
+
) {
|
|
6549
|
+
leaveGame(_id: $_id, gameType: $gameType, gameTypeId: $gameTypeId)
|
|
6546
6550
|
}
|
|
6547
6551
|
`;
|
|
6548
6552
|
var UPDATE_DAILY_CLUE_MUTATION = import_client64.gql`
|