@timardex/cluemart-shared 1.5.700 → 1.5.702
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/{auth-UPb1_jVK.d.ts → auth-Cp3BRIVM.d.ts} +1 -1
- package/dist/{auth-Dz2MAssU.d.mts → auth-Dvp1IEH_.d.mts} +1 -1
- package/dist/{chunk-XGX7SV5N.mjs → chunk-HITGTNK3.mjs} +23 -2
- package/dist/chunk-HITGTNK3.mjs.map +1 -0
- package/dist/{chunk-SHKKKI2H.mjs → chunk-JBHXZ3PH.mjs} +1 -2
- package/dist/chunk-JBHXZ3PH.mjs.map +1 -0
- package/dist/{contactUs-OVbcfAJw.d.mts → contactUs-B6lQQq-x.d.mts} +1 -1
- package/dist/{contactUs-Bj_OPrzH.d.ts → contactUs-DA3p41Uq.d.ts} +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/{global-BDCEwnuZ.d.ts → global-585slmSH.d.ts} +1 -2
- package/dist/{global-Oy5CuI_n.d.mts → global-BEUzBSyY.d.mts} +1 -2
- package/dist/graphql/index.cjs +0 -1
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +3 -3
- package/dist/graphql/index.d.ts +3 -3
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +11 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +3 -3
- package/dist/hooks/index.d.ts +3 -3
- package/dist/hooks/index.mjs +2 -2
- package/dist/index.cjs +24 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +11 -3
- package/dist/index.d.ts +11 -3
- package/dist/index.mjs +21 -1
- package/dist/index.mjs.map +1 -1
- package/dist/{resourceActivities-CheTdj4a.d.mts → resourceActivities-CZqXBve8.d.mts} +1 -1
- package/dist/{resourceActivities-Du-3z7E1.d.ts → resourceActivities-CjJdhVR7.d.ts} +1 -1
- package/dist/sharing/index.d.mts +1 -1
- package/dist/sharing/index.d.ts +1 -1
- package/dist/types/index.cjs +24 -0
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +16 -7
- package/dist/types/index.d.ts +16 -7
- package/dist/types/index.mjs +8 -1
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/package.json +1 -1
- package/dist/chunk-SHKKKI2H.mjs.map +0 -1
- package/dist/chunk-XGX7SV5N.mjs.map +0 -1
package/dist/graphql/index.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as _apollo_client from '@apollo/client';
|
|
2
2
|
import { EnumResourceType } from '../enums/index.mjs';
|
|
3
|
-
import { A as AuthPayloadType, R as RefreshTokenPayloadType, S as SafeUserType, P as PartnerType, a as ResourceByUser, b as AdType, E as EnumAdStatus, c as SubscriptionPlansResponse, d as SubscriptionStatusData, e as PostType, f as EnumPostType, g as AppSettingsType, G as GameDocType, h as GameLeaderboard, i as SchoolReturnType, j as SchoolType } from '../auth-
|
|
4
|
-
import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-
|
|
5
|
-
import { E as EventType, c as EventListItemType, d as EventInfoType, U as UseGetResourcesByRegionOptions, e as RelationType, f as ResourceConnectionsType, g as UnregisteredVendorType, V as VendorType, h as VendorInfoType, i as UserLicenceType } from '../global-
|
|
3
|
+
import { A as AuthPayloadType, R as RefreshTokenPayloadType, S as SafeUserType, P as PartnerType, a as ResourceByUser, b as AdType, E as EnumAdStatus, c as SubscriptionPlansResponse, d as SubscriptionStatusData, e as PostType, f as EnumPostType, g as AppSettingsType, G as GameDocType, h as GameLeaderboard, i as SchoolReturnType, j as SchoolType } from '../auth-Dvp1IEH_.mjs';
|
|
4
|
+
import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-CZqXBve8.mjs';
|
|
5
|
+
import { E as EventType, c as EventListItemType, d as EventInfoType, U as UseGetResourcesByRegionOptions, e as RelationType, f as ResourceConnectionsType, g as UnregisteredVendorType, V as VendorType, h as VendorInfoType, i as UserLicenceType } from '../global-BEUzBSyY.mjs';
|
|
6
6
|
import '../images/index.mjs';
|
|
7
7
|
import '../dailyClue-D7Df-qCO.mjs';
|
|
8
8
|
import 'react-hook-form';
|
package/dist/graphql/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as _apollo_client from '@apollo/client';
|
|
2
2
|
import { EnumResourceType } from '../enums/index.js';
|
|
3
|
-
import { A as AuthPayloadType, R as RefreshTokenPayloadType, S as SafeUserType, P as PartnerType, a as ResourceByUser, b as AdType, E as EnumAdStatus, c as SubscriptionPlansResponse, d as SubscriptionStatusData, e as PostType, f as EnumPostType, g as AppSettingsType, G as GameDocType, h as GameLeaderboard, i as SchoolReturnType, j as SchoolType } from '../auth-
|
|
4
|
-
import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-
|
|
5
|
-
import { E as EventType, c as EventListItemType, d as EventInfoType, U as UseGetResourcesByRegionOptions, e as RelationType, f as ResourceConnectionsType, g as UnregisteredVendorType, V as VendorType, h as VendorInfoType, i as UserLicenceType } from '../global-
|
|
3
|
+
import { A as AuthPayloadType, R as RefreshTokenPayloadType, S as SafeUserType, P as PartnerType, a as ResourceByUser, b as AdType, E as EnumAdStatus, c as SubscriptionPlansResponse, d as SubscriptionStatusData, e as PostType, f as EnumPostType, g as AppSettingsType, G as GameDocType, h as GameLeaderboard, i as SchoolReturnType, j as SchoolType } from '../auth-Cp3BRIVM.js';
|
|
4
|
+
import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-CjJdhVR7.js';
|
|
5
|
+
import { E as EventType, c as EventListItemType, d as EventInfoType, U as UseGetResourcesByRegionOptions, e as RelationType, f as ResourceConnectionsType, g as UnregisteredVendorType, V as VendorType, h as VendorInfoType, i as UserLicenceType } from '../global-585slmSH.js';
|
|
6
6
|
import '../images/index.js';
|
|
7
7
|
import '../dailyClue-D7Df-qCO.js';
|
|
8
8
|
import 'react-hook-form';
|
package/dist/graphql/index.mjs
CHANGED
package/dist/hooks/index.cjs
CHANGED
|
@@ -3620,7 +3620,6 @@ var RELATION_FIELDS_FRAGMENT = import_client30.gql`
|
|
|
3620
3620
|
fragment RelationFields on RelationType {
|
|
3621
3621
|
_id
|
|
3622
3622
|
active
|
|
3623
|
-
apiMessage
|
|
3624
3623
|
chatId
|
|
3625
3624
|
createdAt
|
|
3626
3625
|
lastUpdateBy
|
|
@@ -4866,6 +4865,17 @@ var EnumPostContentType = /* @__PURE__ */ ((EnumPostContentType2) => {
|
|
|
4866
4865
|
return EnumPostContentType2;
|
|
4867
4866
|
})(EnumPostContentType || {});
|
|
4868
4867
|
|
|
4868
|
+
// src/types/subscription.ts
|
|
4869
|
+
var TIER_FROM_LICENCE = {
|
|
4870
|
+
["pro_event" /* PRO_EVENT */]: "pro",
|
|
4871
|
+
["pro_plus_event" /* PRO_PLUS_EVENT */]: "pro_plus",
|
|
4872
|
+
["pro_plus_vendor" /* PRO_PLUS_VENDOR */]: "pro_plus",
|
|
4873
|
+
["pro_vendor" /* PRO_VENDOR */]: "pro",
|
|
4874
|
+
["standard_event" /* STANDARD_EVENT */]: "standard",
|
|
4875
|
+
["standard_partner" /* STANDARD_PARTNER */]: "standard",
|
|
4876
|
+
["standard_vendor" /* STANDARD_VENDOR */]: "standard"
|
|
4877
|
+
};
|
|
4878
|
+
|
|
4869
4879
|
// src/yupSchema/post.ts
|
|
4870
4880
|
var postContentSchema = yup8.object().shape({
|
|
4871
4881
|
contentData: yup8.mixed().optional().nullable(),
|