@timardex/cluemart-shared 1.2.74 → 1.2.76
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/{ad-_p1gmLNT.d.mts → ad-gZ1qDsbZ.d.mts} +1 -1
- package/dist/{ad-DIpc7lyr.d.ts → ad-xdJwfxlP.d.ts} +1 -1
- package/dist/{auth-CcX2zTDU.d.mts → auth-3LaB7wSd.d.mts} +1 -1
- package/dist/{auth-Bjqk92cx.d.ts → auth-CUYS6mTa.d.ts} +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/{global-BH6qrlBv.d.ts → global-C36I4j_Z.d.ts} +2 -2
- package/dist/{global-B0AzhgkH.d.mts → global-Cc11i_-I.d.mts} +2 -2
- package/dist/graphql/index.cjs +1 -1
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +11 -23
- package/dist/graphql/index.d.ts +11 -23
- package/dist/graphql/index.mjs +1 -1
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/hooks/index.d.mts +3 -3
- package/dist/hooks/index.d.ts +3 -3
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +10 -22
- package/dist/index.d.ts +10 -22
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/types/index.d.mts +3 -3
- package/dist/types/index.d.ts +3 -3
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnumOSPlatform, EnumResourceType, EnumPartnerType } from './enums/index.mjs';
|
|
2
|
-
import { C as Category,
|
|
2
|
+
import { C as Category, H as CreateFormData, v as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, t as SocialMediaType } from './global-Cc11i_-I.mjs';
|
|
3
3
|
|
|
4
4
|
interface TesterFormData {
|
|
5
5
|
approved: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnumOSPlatform, EnumResourceType, EnumPartnerType } from './enums/index.js';
|
|
2
|
-
import { C as Category,
|
|
2
|
+
import { C as Category, H as CreateFormData, v as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, t as SocialMediaType } from './global-C36I4j_Z.js';
|
|
3
3
|
|
|
4
4
|
interface TesterFormData {
|
|
5
5
|
approved: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-
|
|
1
|
+
import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-Cc11i_-I.mjs';
|
|
2
2
|
import 'react-hook-form';
|
|
3
3
|
import '../enums/index.mjs';
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-
|
|
1
|
+
import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-C36I4j_Z.js';
|
|
2
2
|
import 'react-hook-form';
|
|
3
3
|
import '../enums/index.js';
|
|
4
4
|
|
|
@@ -326,7 +326,7 @@ type PosterUsageType = {
|
|
|
326
326
|
type BaseResourceType = Omit<BaseResourceTypeFormData, "_id" | "coverUpload" | "imagesUpload" | "logoUpload" | "owner" | "associates"> & {
|
|
327
327
|
_id: string;
|
|
328
328
|
adIds?: string[] | null;
|
|
329
|
-
associates
|
|
329
|
+
associates: AssociateType[] | null;
|
|
330
330
|
chatIds?: string[] | null;
|
|
331
331
|
createdAt: Date;
|
|
332
332
|
deletedAt: Date | null;
|
|
@@ -423,4 +423,4 @@ interface CreateFormData<T extends FieldValues> {
|
|
|
423
423
|
watch: UseFormWatch<T>;
|
|
424
424
|
}
|
|
425
425
|
|
|
426
|
-
export type {
|
|
426
|
+
export type { UserActivity as $, AssociateType as A, BaseResourceTypeFormData as B, Category as C, DeviceInfo as D, EventType as E, FormField as F, GeocodeLocation as G, CreateFormData as H, ImageObjectType as I, DateTimeWithPriceType as J, PaymentInfoType as K, LocationType as L, MapMultiLocation as M, Nullable as N, OptionItem as O, PosterUsageType as P, RelationDate as Q, Requirement as R, StallType as S, TermsAgreement as T, UserLicenceType as U, VendorType as V, VendorLocation as W, VendorMenuType as X, VendorAttributes as Y, UserActivityEvent as Z, StripeSubscription as _, FormDateField as a, EventInfoType as b, RelationType as c, ResourceConnectionsType as d, VendorInfoType as e, UserType as f, SubscriptionStatusData as g, VendorFormData as h, CreateVendorFormData as i, VendorInfoFormData as j, CreateVendorInfoFormData as k, EventFormData as l, CreateEventFormData as m, EventInfoFormData as n, CreateEventInfoFormData as o, UserFormData as p, CreateUserFormData as q, ResourceContactDetailsType as r, ResourceImageType as s, SocialMediaType as t, OwnerType as u, BaseResourceType as v, DateTimeType as w, Region as x, SubcategoryItems as y, Subcategory as z };
|
|
@@ -326,7 +326,7 @@ type PosterUsageType = {
|
|
|
326
326
|
type BaseResourceType = Omit<BaseResourceTypeFormData, "_id" | "coverUpload" | "imagesUpload" | "logoUpload" | "owner" | "associates"> & {
|
|
327
327
|
_id: string;
|
|
328
328
|
adIds?: string[] | null;
|
|
329
|
-
associates
|
|
329
|
+
associates: AssociateType[] | null;
|
|
330
330
|
chatIds?: string[] | null;
|
|
331
331
|
createdAt: Date;
|
|
332
332
|
deletedAt: Date | null;
|
|
@@ -423,4 +423,4 @@ interface CreateFormData<T extends FieldValues> {
|
|
|
423
423
|
watch: UseFormWatch<T>;
|
|
424
424
|
}
|
|
425
425
|
|
|
426
|
-
export type {
|
|
426
|
+
export type { UserActivity as $, AssociateType as A, BaseResourceTypeFormData as B, Category as C, DeviceInfo as D, EventType as E, FormField as F, GeocodeLocation as G, CreateFormData as H, ImageObjectType as I, DateTimeWithPriceType as J, PaymentInfoType as K, LocationType as L, MapMultiLocation as M, Nullable as N, OptionItem as O, PosterUsageType as P, RelationDate as Q, Requirement as R, StallType as S, TermsAgreement as T, UserLicenceType as U, VendorType as V, VendorLocation as W, VendorMenuType as X, VendorAttributes as Y, UserActivityEvent as Z, StripeSubscription as _, FormDateField as a, EventInfoType as b, RelationType as c, ResourceConnectionsType as d, VendorInfoType as e, UserType as f, SubscriptionStatusData as g, VendorFormData as h, CreateVendorFormData as i, VendorInfoFormData as j, CreateVendorInfoFormData as k, EventFormData as l, CreateEventFormData as m, EventInfoFormData as n, CreateEventInfoFormData as o, UserFormData as p, CreateUserFormData as q, ResourceContactDetailsType as r, ResourceImageType as s, SocialMediaType as t, OwnerType as u, BaseResourceType as v, DateTimeType as w, Region as x, SubcategoryItems as y, Subcategory as z };
|
package/dist/graphql/index.cjs
CHANGED
|
@@ -1920,7 +1920,7 @@ var useGetResourceConnections = (resourceId, resourceType) => {
|
|
|
1920
1920
|
fetchPolicy: "network-only",
|
|
1921
1921
|
variables: { resourceId, resourceType }
|
|
1922
1922
|
});
|
|
1923
|
-
const resourceConnections = data?.resourceConnections
|
|
1923
|
+
const resourceConnections = data?.resourceConnections;
|
|
1924
1924
|
return { error, loading, refetch, resourceConnections };
|
|
1925
1925
|
};
|
|
1926
1926
|
|