@timardex/cluemart-shared 1.2.13 → 1.2.15

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.
@@ -1,5 +1,5 @@
1
1
  import { EnumOSPlatform, EnumResourceType, EnumUserLicence, EnumUserRole } from './enums/index.mjs';
2
- import { C as Category, x as CreateFormData, o as ResourceImageType, P as PartnerType, T as TermsAgreement, p as SocialMediaType } from './global-BpCkzdeB.mjs';
2
+ import { C as Category, x as CreateFormData, o as ResourceImageType, P as PartnerType, T as TermsAgreement, p as SocialMediaType } from './global-BEqzo5Z2.mjs';
3
3
 
4
4
  interface TestersFormData {
5
5
  categories?: Category[] | null;
@@ -1,5 +1,5 @@
1
1
  import { EnumOSPlatform, EnumResourceType, EnumUserLicence, EnumUserRole } from './enums/index.js';
2
- import { C as Category, x as CreateFormData, o as ResourceImageType, P as PartnerType, T as TermsAgreement, p as SocialMediaType } from './global-DfRb-Tdc.js';
2
+ import { C as Category, x as CreateFormData, o as ResourceImageType, P as PartnerType, T as TermsAgreement, p as SocialMediaType } from './global-BA84KF8J.js';
3
3
 
4
4
  interface TestersFormData {
5
5
  categories?: Category[] | null;
@@ -1,4 +1,4 @@
1
- import { x as CreateFormData, T as TermsAgreement } from './global-BpCkzdeB.mjs';
1
+ import { x as CreateFormData, T as TermsAgreement } from './global-BEqzo5Z2.mjs';
2
2
  import { EnumOSPlatform } from './enums/index.mjs';
3
3
 
4
4
  type ContactUsFormData = {
@@ -1,4 +1,4 @@
1
- import { x as CreateFormData, T as TermsAgreement } from './global-DfRb-Tdc.js';
1
+ import { x as CreateFormData, T as TermsAgreement } from './global-BA84KF8J.js';
2
2
  import { EnumOSPlatform } from './enums/index.js';
3
3
 
4
4
  type ContactUsFormData = {
@@ -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-BpCkzdeB.mjs';
1
+ import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-BEqzo5Z2.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-DfRb-Tdc.js';
1
+ import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-BA84KF8J.js';
2
2
  import 'react-hook-form';
3
3
  import '../enums/index.js';
4
4
 
@@ -236,8 +236,10 @@ type BaseResourceType = Omit<BaseResourceTypeFormData, "_id" | "coverUpload" | "
236
236
  deletedAt: string | null;
237
237
  owner: OwnerType;
238
238
  posterUsage?: PosterUsageType | null;
239
- relationDates?: RelationDate[] | null;
240
- relationIds: string[] | null;
239
+ relations: {
240
+ relationId: string | null;
241
+ relationDates: RelationDate[] | null;
242
+ }[] | null;
241
243
  updatedAt: string;
242
244
  };
243
245
  type LocationType = {
@@ -236,8 +236,10 @@ type BaseResourceType = Omit<BaseResourceTypeFormData, "_id" | "coverUpload" | "
236
236
  deletedAt: string | null;
237
237
  owner: OwnerType;
238
238
  posterUsage?: PosterUsageType | null;
239
- relationDates?: RelationDate[] | null;
240
- relationIds: string[] | null;
239
+ relations: {
240
+ relationId: string | null;
241
+ relationDates: RelationDate[] | null;
242
+ }[] | null;
241
243
  updatedAt: string;
242
244
  };
243
245
  type LocationType = {