@timardex/cluemart-shared 1.5.531 → 1.5.533
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-534WN2SR.mjs → chunk-73ULMQM6.mjs} +2 -2
- package/dist/chunk-73ULMQM6.mjs.map +1 -0
- package/dist/{chunk-XEIQR6NA.mjs → chunk-QZE7FORG.mjs} +3 -3
- package/dist/{chunk-LZ2KFVBV.mjs → chunk-RRNJ54MF.mjs} +2 -2
- package/dist/enums/index.cjs +1 -1
- package/dist/enums/index.cjs.map +1 -1
- package/dist/enums/index.d.mts +1 -1
- package/dist/enums/index.d.ts +1 -1
- package/dist/enums/index.mjs +1 -1
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.mjs +3 -3
- package/dist/graphql/index.d.mts +2 -1
- package/dist/graphql/index.d.ts +2 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +2 -1
- package/dist/hooks/index.d.ts +2 -1
- package/dist/hooks/index.mjs +3 -3
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +59 -62
- package/dist/index.d.ts +59 -62
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/{post-DZ_wwOQN.d.ts → post-CISTnZDs.d.ts} +10 -5
- package/dist/{post-BRychs8s.d.mts → post-Dpg2AwRf.d.mts} +10 -5
- package/dist/types/index.d.mts +3 -9
- package/dist/types/index.d.ts +3 -9
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-534WN2SR.mjs.map +0 -1
- /package/dist/{chunk-XEIQR6NA.mjs.map → chunk-QZE7FORG.mjs.map} +0 -0
- /package/dist/{chunk-LZ2KFVBV.mjs.map → chunk-RRNJ54MF.mjs.map} +0 -0
package/dist/graphql/index.d.mts
CHANGED
|
@@ -2,9 +2,10 @@ 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, e as SchoolReturnType, f as SchoolType } 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, e as SchoolReturnType, f as SchoolType } from '../post-Dpg2AwRf.mjs';
|
|
6
6
|
import { G as GameDocType, a as GameLeaderboard } from '../game-CC5mxG64.mjs';
|
|
7
7
|
import 'react-hook-form';
|
|
8
|
+
import '../images/index.mjs';
|
|
8
9
|
|
|
9
10
|
declare const useAdminUpdateResourceType: () => {
|
|
10
11
|
adminUpdateResourceType: (options?: _apollo_client.MutationFunctionOptions<{
|
package/dist/graphql/index.d.ts
CHANGED
|
@@ -2,9 +2,10 @@ 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, e as SchoolReturnType, f as SchoolType } 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, e as SchoolReturnType, f as SchoolType } from '../post-CISTnZDs.js';
|
|
6
6
|
import { G as GameDocType, a as GameLeaderboard } from '../game-DhiKOr9_.js';
|
|
7
7
|
import 'react-hook-form';
|
|
8
|
+
import '../images/index.js';
|
|
8
9
|
|
|
9
10
|
declare const useAdminUpdateResourceType: () => {
|
|
10
11
|
adminUpdateResourceType: (options?: _apollo_client.MutationFunctionOptions<{
|
package/dist/graphql/index.mjs
CHANGED