@timardex/cluemart-shared 1.2.9 → 1.2.11

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.
Files changed (39) hide show
  1. package/dist/{ad-BdkvVgTG.d.mts → ad-DIIPz6Cg.d.mts} +1 -1
  2. package/dist/{ad-CaHFwLDq.d.ts → ad-iOu_E7DP.d.ts} +1 -1
  3. package/dist/{auth-Bdbu0AYI.d.ts → auth-b59uXZAI.d.ts} +1 -1
  4. package/dist/{auth-DEMvXVbh.d.mts → auth-zj4ldAg5.d.mts} +1 -1
  5. package/dist/{chunk-NLDCBJIQ.mjs → chunk-GATAI5T6.mjs} +2 -2
  6. package/dist/{chunk-NLDCBJIQ.mjs.map → chunk-GATAI5T6.mjs.map} +1 -1
  7. package/dist/formFields/index.cjs +1 -1
  8. package/dist/formFields/index.cjs.map +1 -1
  9. package/dist/formFields/index.d.mts +1 -1
  10. package/dist/formFields/index.d.ts +1 -1
  11. package/dist/formFields/index.mjs +1 -1
  12. package/dist/{global-BvXtqVsE.d.ts → global-B0ogdRmU.d.ts} +2 -1
  13. package/dist/{global-BT5qyeKd.d.mts → global-CAQkxPc3.d.mts} +2 -1
  14. package/dist/graphql/index.cjs +402 -521
  15. package/dist/graphql/index.cjs.map +1 -1
  16. package/dist/graphql/index.d.mts +2 -2
  17. package/dist/graphql/index.d.ts +2 -2
  18. package/dist/graphql/index.mjs +357 -476
  19. package/dist/graphql/index.mjs.map +1 -1
  20. package/dist/hooks/index.cjs +7 -3
  21. package/dist/hooks/index.cjs.map +1 -1
  22. package/dist/hooks/index.d.mts +3 -3
  23. package/dist/hooks/index.d.ts +3 -3
  24. package/dist/hooks/index.mjs +7 -3
  25. package/dist/hooks/index.mjs.map +1 -1
  26. package/dist/index.cjs +409 -524
  27. package/dist/index.cjs.map +1 -1
  28. package/dist/index.d.mts +1 -0
  29. package/dist/index.d.ts +1 -0
  30. package/dist/index.mjs +362 -477
  31. package/dist/index.mjs.map +1 -1
  32. package/dist/types/index.d.mts +3 -3
  33. package/dist/types/index.d.ts +3 -3
  34. package/dist/utils/index.cjs +1 -1
  35. package/dist/utils/index.cjs.map +1 -1
  36. package/dist/utils/index.d.mts +1 -1
  37. package/dist/utils/index.d.ts +1 -1
  38. package/dist/utils/index.mjs +1 -1
  39. package/package.json +1 -1
@@ -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-BvXtqVsE.js';
1
+ import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-B0ogdRmU.js';
2
2
  import 'react-hook-form';
3
3
  import '../enums/index.js';
4
4
 
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  mapArrayToOptions
3
- } from "../chunk-NLDCBJIQ.mjs";
3
+ } from "../chunk-GATAI5T6.mjs";
4
4
  import {
5
5
  EnumFoodFlavor
6
6
  } from "../chunk-U6WFPNBJ.mjs";
@@ -1,5 +1,5 @@
1
1
  import { FieldValues, Control, FieldErrors, UseFormHandleSubmit, UseFormReset, UseFormSetValue, UseFormWatch } from 'react-hook-form';
2
- import { EnumResourceType, EnumInviteStatus, EnumRelationResource, EnumEventType, EnumPaymentMethod, EnumVendorType, EnumFoodFlavor, EnumUserLicence, EnumSocialMedia } from './enums/index.js';
2
+ import { EnumInviteStatus, EnumResourceType, EnumRelationResource, EnumEventType, EnumPaymentMethod, EnumVendorType, EnumFoodFlavor, EnumUserLicence, EnumSocialMedia } from './enums/index.js';
3
3
 
4
4
  type RelationDate = {
5
5
  lastUpdateBy: {
@@ -242,6 +242,7 @@ type BaseResourceType = Omit<BaseResourceTypeFormData, "_id" | "coverUpload" | "
242
242
  deletedAt: string | null;
243
243
  owner: OwnerType;
244
244
  posterUsage?: PosterUsageType | null;
245
+ relationDates?: RelationDate[] | null;
245
246
  relationIds: string[] | null;
246
247
  updatedAt: string;
247
248
  };
@@ -1,5 +1,5 @@
1
1
  import { FieldValues, Control, FieldErrors, UseFormHandleSubmit, UseFormReset, UseFormSetValue, UseFormWatch } from 'react-hook-form';
2
- import { EnumResourceType, EnumInviteStatus, EnumRelationResource, EnumEventType, EnumPaymentMethod, EnumVendorType, EnumFoodFlavor, EnumUserLicence, EnumSocialMedia } from './enums/index.mjs';
2
+ import { EnumInviteStatus, EnumResourceType, EnumRelationResource, EnumEventType, EnumPaymentMethod, EnumVendorType, EnumFoodFlavor, EnumUserLicence, EnumSocialMedia } from './enums/index.mjs';
3
3
 
4
4
  type RelationDate = {
5
5
  lastUpdateBy: {
@@ -242,6 +242,7 @@ type BaseResourceType = Omit<BaseResourceTypeFormData, "_id" | "coverUpload" | "
242
242
  deletedAt: string | null;
243
243
  owner: OwnerType;
244
244
  posterUsage?: PosterUsageType | null;
245
+ relationDates?: RelationDate[] | null;
245
246
  relationIds: string[] | null;
246
247
  updatedAt: string;
247
248
  };