@timardex/cluemart-shared 1.4.63 → 1.4.65

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 (50) hide show
  1. package/dist/{auth-tx3-QbA9.d.mts → auth-DP4rp8kt.d.mts} +1 -1
  2. package/dist/{auth-n3P2BSCb.d.ts → auth-x87uDA8A.d.ts} +1 -1
  3. package/dist/{chunk-END7A5PN.mjs → chunk-D4QRASAQ.mjs} +1 -1
  4. package/dist/chunk-D4QRASAQ.mjs.map +1 -0
  5. package/dist/{chunk-KXVMMCWF.mjs → chunk-DY47LWPZ.mjs} +6 -6
  6. package/dist/chunk-DY47LWPZ.mjs.map +1 -0
  7. package/dist/{chunk-ONMJIUN6.mjs → chunk-NBMLTBYC.mjs} +10 -14
  8. package/dist/{chunk-ONMJIUN6.mjs.map → chunk-NBMLTBYC.mjs.map} +1 -1
  9. package/dist/{chunk-5V6JNIPQ.mjs → chunk-WKBWAH6Y.mjs} +3 -3
  10. package/dist/{chunk-5V6JNIPQ.mjs.map → chunk-WKBWAH6Y.mjs.map} +1 -1
  11. package/dist/formFields/index.cjs +6 -6
  12. package/dist/formFields/index.cjs.map +1 -1
  13. package/dist/formFields/index.d.mts +1 -1
  14. package/dist/formFields/index.d.ts +1 -1
  15. package/dist/formFields/index.mjs +2 -2
  16. package/dist/{global-DVDoQmBT.d.ts → global-Cdcu76UE.d.ts} +1 -1
  17. package/dist/{global-BCvKcmiT.d.mts → global-GMlnFp7I.d.mts} +1 -1
  18. package/dist/graphql/index.cjs +9 -13
  19. package/dist/graphql/index.cjs.map +1 -1
  20. package/dist/graphql/index.d.mts +3 -3
  21. package/dist/graphql/index.d.ts +3 -3
  22. package/dist/graphql/index.mjs +1 -1
  23. package/dist/hooks/index.cjs +54 -102
  24. package/dist/hooks/index.cjs.map +1 -1
  25. package/dist/hooks/index.d.mts +3 -3
  26. package/dist/hooks/index.d.ts +3 -3
  27. package/dist/hooks/index.mjs +33 -77
  28. package/dist/hooks/index.mjs.map +1 -1
  29. package/dist/index.cjs +58 -106
  30. package/dist/index.cjs.map +1 -1
  31. package/dist/index.d.mts +12 -13
  32. package/dist/index.d.ts +12 -13
  33. package/dist/index.mjs +58 -106
  34. package/dist/index.mjs.map +1 -1
  35. package/dist/{post-CvS5wUjm.d.mts → post-CP-lCMe6.d.mts} +13 -14
  36. package/dist/{post-ByxIVi36.d.ts → post-LlElRzUr.d.ts} +13 -14
  37. package/dist/{resourceActivities-UOB8Bo7j.d.ts → resourceActivities-Qpi5PTJD.d.ts} +1 -1
  38. package/dist/{resourceActivities-BKd6q2ey.d.mts → resourceActivities-sdIDFwub.d.mts} +1 -1
  39. package/dist/types/index.cjs.map +1 -1
  40. package/dist/types/index.d.mts +5 -5
  41. package/dist/types/index.d.ts +5 -5
  42. package/dist/types/index.mjs +1 -1
  43. package/dist/utils/index.cjs +2 -2
  44. package/dist/utils/index.cjs.map +1 -1
  45. package/dist/utils/index.d.mts +1 -1
  46. package/dist/utils/index.d.ts +1 -1
  47. package/dist/utils/index.mjs +1 -1
  48. package/package.json +1 -1
  49. package/dist/chunk-END7A5PN.mjs.map +0 -1
  50. package/dist/chunk-KXVMMCWF.mjs.map +0 -1
@@ -43,8 +43,8 @@ import {
43
43
  vendorStallSize,
44
44
  vendorStartDateFields,
45
45
  vendorTable
46
- } from "../chunk-KXVMMCWF.mjs";
47
- import "../chunk-5V6JNIPQ.mjs";
46
+ } from "../chunk-DY47LWPZ.mjs";
47
+ import "../chunk-WKBWAH6Y.mjs";
48
48
  import "../chunk-LDO4DRWY.mjs";
49
49
  export {
50
50
  availableCategories,
@@ -1,5 +1,5 @@
1
1
  import { FieldValues, Control, FormState, UseFormHandleSubmit, UseFormReset, UseFormSetValue, UseFormWatch } from 'react-hook-form';
2
- import { EnumResourceType, EnumInviteStatus, EnumRelationResource, EnumEventType, EnumPaymentMethod, EnumVendorType, EnumFoodFlavor, EnumEventDateStatus, EnumSocialMedia, EnumUserLicence } from './enums/index.js';
2
+ import { EnumResourceType, EnumInviteStatus, EnumRelationResource, EnumEventType, EnumPaymentMethod, EnumVendorType, EnumFoodFlavor, EnumEventDateStatus, EnumUserLicence, EnumSocialMedia } from './enums/index.js';
3
3
 
4
4
  type RelationDate = {
5
5
  dateTime: DateTimeType & {
@@ -1,5 +1,5 @@
1
1
  import { FieldValues, Control, FormState, UseFormHandleSubmit, UseFormReset, UseFormSetValue, UseFormWatch } from 'react-hook-form';
2
- import { EnumResourceType, EnumInviteStatus, EnumRelationResource, EnumEventType, EnumPaymentMethod, EnumVendorType, EnumFoodFlavor, EnumEventDateStatus, EnumSocialMedia, EnumUserLicence } from './enums/index.mjs';
2
+ import { EnumResourceType, EnumInviteStatus, EnumRelationResource, EnumEventType, EnumPaymentMethod, EnumVendorType, EnumFoodFlavor, EnumEventDateStatus, EnumUserLicence, EnumSocialMedia } from './enums/index.mjs';
3
3
 
4
4
  type RelationDate = {
5
5
  dateTime: DateTimeType & {
@@ -2828,29 +2828,25 @@ var AD_FIELDS_FRAGMENT = import_client40.gql`
2828
2828
  fragment AdFields on AdType {
2829
2829
  _id
2830
2830
  active
2831
- adStyle
2832
- adType
2833
2831
  clicks
2834
2832
  createdAt
2835
2833
  end
2836
2834
  impressions
2837
- resourceCover
2838
- resourceDescription
2839
- resourceId
2840
- resourceLogo
2841
- resourceName
2842
- resourceRegion
2843
- resourceType
2844
- showOn
2845
- socialMedia {
2846
- ...SocialMediaFields
2835
+ resource {
2836
+ adDescription
2837
+ adImage
2838
+ adStyle
2839
+ adTitle
2840
+ adType
2841
+ resourceId
2842
+ resourceType
2847
2843
  }
2844
+ showOn
2848
2845
  start
2849
2846
  status
2850
2847
  targetRegion
2851
2848
  updatedAt
2852
2849
  }
2853
- ${SOCIAL_MEDIA_FIELDS_FRAGMENT}
2854
2850
  `;
2855
2851
  var GET_ADS = import_client40.gql`
2856
2852
  query getAds {