@timardex/cluemart-shared 1.5.548 → 1.5.549
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-HYU4YHHL.mjs → chunk-FICQ3PR5.mjs} +1 -1
- package/dist/{chunk-HYU4YHHL.mjs.map → chunk-FICQ3PR5.mjs.map} +1 -1
- package/dist/{chunk-XUQ6GKX7.mjs → chunk-UBAAAYJY.mjs} +2 -1
- package/dist/{chunk-XUQ6GKX7.mjs.map → chunk-UBAAAYJY.mjs.map} +1 -1
- package/dist/graphql/index.cjs +1 -0
- 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 +2 -0
- 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 +3 -2
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +2 -0
- 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 +2 -0
- package/dist/index.mjs.map +1 -1
- package/dist/{post-DjuHzWo7.d.mts → post-CY53UsA7.d.mts} +1 -0
- package/dist/{post-C0CIWXwc.d.ts → post-Lc5PrxY6.d.ts} +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/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-B8dshdq5.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-ClbRuePq.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-CY53UsA7.mjs';
|
|
6
6
|
import { G as GameDocType, a as GameLeaderboard } from '../game-BPtE3yaQ.mjs';
|
|
7
7
|
import 'react-hook-form';
|
|
8
8
|
import '../images/index.mjs';
|
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-BXsZrzFC.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-CDqmjLH1.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-Lc5PrxY6.js';
|
|
6
6
|
import { G as GameDocType, a as GameLeaderboard } from '../game-1CSiEjlf.js';
|
|
7
7
|
import 'react-hook-form';
|
|
8
8
|
import '../images/index.js';
|
package/dist/graphql/index.mjs
CHANGED
package/dist/hooks/index.cjs
CHANGED
|
@@ -4324,6 +4324,7 @@ var POST_FIELDS_FRAGMENT = import_client56.gql`
|
|
|
4324
4324
|
postType
|
|
4325
4325
|
resource {
|
|
4326
4326
|
resourceId
|
|
4327
|
+
resourceRegion
|
|
4327
4328
|
resourceType
|
|
4328
4329
|
}
|
|
4329
4330
|
tags
|
|
@@ -4693,6 +4694,7 @@ var postSchema = yup8.object().shape({
|
|
|
4693
4694
|
postType: yup8.mixed().oneOf(Object.values(EnumPostType)).required(),
|
|
4694
4695
|
resource: yup8.object({
|
|
4695
4696
|
resourceId: yup8.string().required(),
|
|
4697
|
+
resourceRegion: yup8.string().required(),
|
|
4696
4698
|
resourceType: yup8.mixed().oneOf(Object.values(EnumResourceType)).required()
|
|
4697
4699
|
}).nullable().optional(),
|
|
4698
4700
|
tags: yup8.array().of(yup8.string().required()).nullable().optional(),
|