@timardex/cluemart-shared 1.4.35 → 1.4.36
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-LXGTL5HK.mjs → chunk-B5HXAEH4.mjs} +1 -2
- package/dist/{chunk-LXGTL5HK.mjs.map → chunk-B5HXAEH4.mjs.map} +1 -1
- package/dist/{chunk-VK7YXMD5.mjs → chunk-JKQ4GVSJ.mjs} +7 -7
- package/dist/{chunk-VK7YXMD5.mjs.map → chunk-JKQ4GVSJ.mjs.map} +1 -1
- package/dist/formFields/index.cjs +6 -6
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.mjs +1 -1
- package/dist/graphql/index.d.mts +1 -1
- package/dist/graphql/index.d.ts +1 -1
- package/dist/hooks/index.cjs +0 -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 +6 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.mjs +6 -7
- package/dist/index.mjs.map +1 -1
- package/dist/{post-D9uFJG1B.d.mts → post-DklGTzDA.d.mts} +0 -1
- package/dist/{post-DulLbOJc.d.ts → post-vmmaQ9XX.d.ts} +0 -1
- package/dist/types/index.cjs +0 -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/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-fgwhRy0j.js';
|
|
4
4
|
import { E as EventType, b as EventListItemType, c as EventInfoType, d as RelationType, e as ResourceConnectionsType, U as UnregisteredVendorType, V as VendorType, f as VendorInfoType, g as UserLicenceType } from '../global-DgA-5e-O.js';
|
|
5
|
-
import { T as TesterType, U as UserType, P as PartnerType, 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 { T as TesterType, U as UserType, P as PartnerType, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType } from '../post-vmmaQ9XX.js';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
declare const useAdminUpdateResourceType: () => {
|
package/dist/hooks/index.cjs
CHANGED
|
@@ -4437,7 +4437,6 @@ var EnumPostType = /* @__PURE__ */ ((EnumPostType2) => {
|
|
|
4437
4437
|
return EnumPostType2;
|
|
4438
4438
|
})(EnumPostType || {});
|
|
4439
4439
|
var EnumPostContentType = /* @__PURE__ */ ((EnumPostContentType2) => {
|
|
4440
|
-
EnumPostContentType2["COVER"] = "cover";
|
|
4441
4440
|
EnumPostContentType2["IMAGE"] = "image";
|
|
4442
4441
|
EnumPostContentType2["LIST"] = "list";
|
|
4443
4442
|
EnumPostContentType2["TEXTAREA"] = "textarea";
|