@timardex/cluemart-shared 1.5.811 → 1.5.813

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 (51) hide show
  1. package/dist/{ad-D-_ZkOMn.d.ts → ad-0muFV6oH.d.ts} +3 -1
  2. package/dist/{ad-D3gPYInl.d.mts → ad-Dlk9SFLw.d.mts} +3 -1
  3. package/dist/{chunk-XBUBH7OF.mjs → chunk-4ICKZHQA.mjs} +8 -1
  4. package/dist/chunk-4ICKZHQA.mjs.map +1 -0
  5. package/dist/{chunk-KKLZDCVX.mjs → chunk-DLPDX4EH.mjs} +89 -3
  6. package/dist/chunk-DLPDX4EH.mjs.map +1 -0
  7. package/dist/{chunk-2PM6254K.mjs → chunk-POXARN2X.mjs} +1 -1
  8. package/dist/chunk-POXARN2X.mjs.map +1 -0
  9. package/dist/{contactUs-RKkIL-nI.d.ts → contactUs-CiXFYse5.d.ts} +1 -1
  10. package/dist/{contactUs-Dr-IbmG5.d.mts → contactUs-HPydW6BR.d.mts} +1 -1
  11. package/dist/formFields/index.cjs.map +1 -1
  12. package/dist/formFields/index.d.mts +1 -1
  13. package/dist/formFields/index.d.ts +1 -1
  14. package/dist/formFields/index.mjs +2 -2
  15. package/dist/{global-BeBuHWbg.d.ts → global-B2jacmZB.d.ts} +2 -0
  16. package/dist/{global-C8npu_7P.d.mts → global-Dq6A7pNV.d.mts} +2 -0
  17. package/dist/graphql/index.cjs +7 -0
  18. package/dist/graphql/index.cjs.map +1 -1
  19. package/dist/graphql/index.d.mts +3 -3
  20. package/dist/graphql/index.d.ts +3 -3
  21. package/dist/graphql/index.mjs +1 -1
  22. package/dist/hooks/index.cjs +7 -0
  23. package/dist/hooks/index.cjs.map +1 -1
  24. package/dist/hooks/index.d.mts +3 -3
  25. package/dist/hooks/index.d.ts +3 -3
  26. package/dist/hooks/index.mjs +3 -3
  27. package/dist/index.cjs +99 -0
  28. package/dist/index.cjs.map +1 -1
  29. package/dist/index.d.mts +19 -1
  30. package/dist/index.d.ts +19 -1
  31. package/dist/index.mjs +93 -0
  32. package/dist/index.mjs.map +1 -1
  33. package/dist/map/index.d.mts +1 -1
  34. package/dist/map/index.d.ts +1 -1
  35. package/dist/{resourceActivities-lFB7B-Y9.d.mts → resourceActivities-BCZ6HU7U.d.mts} +1 -1
  36. package/dist/{resourceActivities-CJrM2qDC.d.ts → resourceActivities-DUR5JaaB.d.ts} +1 -1
  37. package/dist/sharing/index.d.mts +1 -1
  38. package/dist/sharing/index.d.ts +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 +92 -0
  44. package/dist/utils/index.cjs.map +1 -1
  45. package/dist/utils/index.d.mts +16 -2
  46. package/dist/utils/index.d.ts +16 -2
  47. package/dist/utils/index.mjs +14 -2
  48. package/package.json +1 -1
  49. package/dist/chunk-2PM6254K.mjs.map +0 -1
  50. package/dist/chunk-KKLZDCVX.mjs.map +0 -1
  51. package/dist/chunk-XBUBH7OF.mjs.map +0 -1
@@ -1,4 +1,4 @@
1
- import { O as OptionItem, F as FormField, a as FormDateField, R as RefundPolicy, b as Requirement, S as StallType, C as Category } from '../global-C8npu_7P.mjs';
1
+ import { O as OptionItem, F as FormField, a as FormDateField, R as RefundPolicy, b as Requirement, S as StallType, C as Category } from '../global-Dq6A7pNV.mjs';
2
2
  import 'react-hook-form';
3
3
  import '../enums/index.mjs';
4
4
 
@@ -1,4 +1,4 @@
1
- import { O as OptionItem, F as FormField, a as FormDateField, R as RefundPolicy, b as Requirement, S as StallType, C as Category } from '../global-BeBuHWbg.js';
1
+ import { O as OptionItem, F as FormField, a as FormDateField, R as RefundPolicy, b as Requirement, S as StallType, C as Category } from '../global-B2jacmZB.js';
2
2
  import 'react-hook-form';
3
3
  import '../enums/index.js';
4
4
 
@@ -46,8 +46,8 @@ import {
46
46
  import {
47
47
  availableCategories,
48
48
  categoryColors
49
- } from "../chunk-KKLZDCVX.mjs";
50
- import "../chunk-2PM6254K.mjs";
49
+ } from "../chunk-DLPDX4EH.mjs";
50
+ import "../chunk-POXARN2X.mjs";
51
51
  import "../chunk-4TP57ZL7.mjs";
52
52
  import "../chunk-LETM2YHF.mjs";
53
53
  export {
@@ -373,6 +373,7 @@ type PostContentType = Omit<PostContentFormData, "contentData"> & {
373
373
  };
374
374
  type PostType = Omit<PostFormData, "content" | "coverUpload" | "resource"> & {
375
375
  _id: string;
376
+ approvedAt?: Date | null;
376
377
  content: PostContentType[];
377
378
  createdAt: Date;
378
379
  deletedAt: Date | null;
@@ -582,6 +583,7 @@ type SocialShareResourceType = {
582
583
  type BaseResourceType = Omit<BaseResourceTypeFormData, "_id" | "coverUpload" | "imagesUpload" | "logoUpload"> & {
583
584
  _id: string;
584
585
  adIds?: string[] | null;
586
+ approvedAt?: Date | null;
585
587
  createdAt: Date;
586
588
  deletedAt: Date | null;
587
589
  posterUsage?: PosterUsageType | null;
@@ -373,6 +373,7 @@ type PostContentType = Omit<PostContentFormData, "contentData"> & {
373
373
  };
374
374
  type PostType = Omit<PostFormData, "content" | "coverUpload" | "resource"> & {
375
375
  _id: string;
376
+ approvedAt?: Date | null;
376
377
  content: PostContentType[];
377
378
  createdAt: Date;
378
379
  deletedAt: Date | null;
@@ -582,6 +583,7 @@ type SocialShareResourceType = {
582
583
  type BaseResourceType = Omit<BaseResourceTypeFormData, "_id" | "coverUpload" | "imagesUpload" | "logoUpload"> & {
583
584
  _id: string;
584
585
  adIds?: string[] | null;
586
+ approvedAt?: Date | null;
585
587
  createdAt: Date;
586
588
  deletedAt: Date | null;
587
589
  posterUsage?: PosterUsageType | null;
@@ -417,6 +417,7 @@ var EVENT_LIST_ITEM = import_client.gql`
417
417
  fragment EventListItemFields on EventListItemType {
418
418
  _id
419
419
  active
420
+ approvedAt
420
421
  claimed
421
422
  cover {
422
423
  ...ResourceImageFields
@@ -522,6 +523,7 @@ var EVENT = import_client2.gql`
522
523
  ...AssociatesFields
523
524
  }
524
525
  adIds
526
+ approvedAt
525
527
  cover {
526
528
  ...ResourceImageFields
527
529
  }
@@ -712,6 +714,7 @@ var VENDOR = import_client3.gql`
712
714
  ...AssociatesFields
713
715
  }
714
716
  adIds
717
+ approvedAt
715
718
  availability {
716
719
  corporate
717
720
  private
@@ -960,6 +963,7 @@ var PARTNER = import_client4.gql`
960
963
  ...AssociatesFields
961
964
  }
962
965
  adIds
966
+ approvedAt
963
967
  cover {
964
968
  ...ResourceImageFields
965
969
  }
@@ -1206,6 +1210,7 @@ var POST_FIELDS_FRAGMENT = import_client7.gql`
1206
1210
  fragment PostFields on PostType {
1207
1211
  _id
1208
1212
  active
1213
+ approvedAt
1209
1214
  caption
1210
1215
  content {
1211
1216
  ...PostContentFields
@@ -5084,6 +5089,7 @@ var SCHOOL = import_client70.gql`
5084
5089
  fragment SchoolFields on SchoolType {
5085
5090
  _id
5086
5091
  active
5092
+ approvedAt
5087
5093
  campaigns {
5088
5094
  ...SchoolCampaignFields
5089
5095
  }
@@ -5322,6 +5328,7 @@ var AFFILIATE_FIELDS_FRAGMENT = import_client74.gql`
5322
5328
  affiliateResources {
5323
5329
  ...AffiliateResourceFields
5324
5330
  }
5331
+ approvedAt
5325
5332
  createdAt
5326
5333
  deletedAt
5327
5334
  redeemHistory {