@timardex/cluemart-shared 1.4.77 → 1.4.79
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-FL4P2WWM.mjs → chunk-DQ6UJCMJ.mjs} +2 -2
- package/dist/{chunk-FL4P2WWM.mjs.map → chunk-DQ6UJCMJ.mjs.map} +1 -1
- package/dist/{chunk-CGE7WP2N.mjs → chunk-SSNWS3V4.mjs} +5 -1
- package/dist/chunk-SSNWS3V4.mjs.map +1 -0
- package/dist/graphql/index.cjs +4 -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 +5 -1
- 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 +5 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +5 -1
- package/dist/index.mjs.map +1 -1
- package/dist/{post-DZF3nYKf.d.mts → post-C3sp4MK_.d.mts} +1 -1
- package/dist/{post-DdErP7-k.d.ts → post-YUdzRTPS.d.ts} +1 -1
- package/dist/types/index.cjs +1 -1
- 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/chunk-CGE7WP2N.mjs.map +0 -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 } 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 } from '../post-C3sp4MK_.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 } 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 } from '../post-YUdzRTPS.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
|
@@ -3297,6 +3297,9 @@ var GET_USER_ACTIVITIES = import_client17.gql`
|
|
|
3297
3297
|
events {
|
|
3298
3298
|
...EventListItemFields
|
|
3299
3299
|
}
|
|
3300
|
+
partners {
|
|
3301
|
+
...PartnerFields
|
|
3302
|
+
}
|
|
3300
3303
|
vendors {
|
|
3301
3304
|
...VendorFields
|
|
3302
3305
|
}
|
|
@@ -3320,6 +3323,7 @@ var GET_USER_ACTIVITIES = import_client17.gql`
|
|
|
3320
3323
|
}
|
|
3321
3324
|
${EVENT_LIST_ITEM}
|
|
3322
3325
|
${VENDOR}
|
|
3326
|
+
${PARTNER}
|
|
3323
3327
|
`;
|
|
3324
3328
|
var GET_USER_RESOURCES = import_client17.gql`
|
|
3325
3329
|
query getUserResources($userId: ID!) {
|
|
@@ -4201,7 +4205,7 @@ var import_client62 = require("@apollo/client");
|
|
|
4201
4205
|
var EnumPostType = /* @__PURE__ */ ((EnumPostType2) => {
|
|
4202
4206
|
EnumPostType2["DAILY_MEETS"] = "daily_meets";
|
|
4203
4207
|
EnumPostType2["DAILY_TIPS"] = "daily_tips";
|
|
4204
|
-
EnumPostType2["
|
|
4208
|
+
EnumPostType2["DAILY_GAMES"] = "daily_games";
|
|
4205
4209
|
return EnumPostType2;
|
|
4206
4210
|
})(EnumPostType || {});
|
|
4207
4211
|
var EnumPostContentType = /* @__PURE__ */ ((EnumPostContentType2) => {
|