@timardex/cluemart-shared 1.7.25 → 1.7.28

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 (49) hide show
  1. package/dist/{ad-BZcVngc3.d.ts → ad-B9tX1jAF.d.ts} +2 -2
  2. package/dist/{ad-DChdPAkx.d.mts → ad-C8XVY1Ig.d.mts} +2 -2
  3. package/dist/auth/index.cjs +1 -0
  4. package/dist/auth/index.cjs.map +1 -1
  5. package/dist/auth/index.d.mts +3 -3
  6. package/dist/auth/index.d.ts +3 -3
  7. package/dist/auth/index.mjs +1 -1
  8. package/dist/{chunk-336EZBSA.mjs → chunk-2G4J6K5K.mjs} +2 -2
  9. package/dist/{chunk-WPBHYGXW.mjs → chunk-LS3KB634.mjs} +2 -1
  10. package/dist/chunk-LS3KB634.mjs.map +1 -0
  11. package/dist/{contactUs-l3ciX1_d.d.ts → contactUs-BZf4DfMe.d.ts} +1 -1
  12. package/dist/{contactUs-KVN1Iw60.d.mts → contactUs-C-pVJyZB.d.mts} +1 -1
  13. package/dist/{coupon-BtoIqOSL.d.ts → coupon-BDEw47eR.d.ts} +2 -2
  14. package/dist/{coupon-VfAWe5gV.d.mts → coupon-C6CyYA96.d.mts} +2 -2
  15. package/dist/formFields/index.d.mts +1 -1
  16. package/dist/formFields/index.d.ts +1 -1
  17. package/dist/{global-BrnExI9t.d.mts → global-BC6YWupC.d.mts} +2 -1
  18. package/dist/{global-D8aPAI5b.d.ts → global-Ch0I5X41.d.ts} +2 -1
  19. package/dist/graphql/index.cjs +1 -0
  20. package/dist/graphql/index.cjs.map +1 -1
  21. package/dist/graphql/index.d.mts +5 -5
  22. package/dist/graphql/index.d.ts +5 -5
  23. package/dist/graphql/index.mjs +2 -2
  24. package/dist/hooks/index.cjs +1 -0
  25. package/dist/hooks/index.cjs.map +1 -1
  26. package/dist/hooks/index.d.mts +5 -5
  27. package/dist/hooks/index.d.ts +5 -5
  28. package/dist/hooks/index.mjs +2 -2
  29. package/dist/index.cjs +1 -0
  30. package/dist/index.cjs.map +1 -1
  31. package/dist/index.d.mts +2 -1
  32. package/dist/index.d.ts +2 -1
  33. package/dist/index.mjs +1 -0
  34. package/dist/index.mjs.map +1 -1
  35. package/dist/map/index.d.mts +1 -1
  36. package/dist/map/index.d.ts +1 -1
  37. package/dist/{resourceActivities-DIXjrgOD.d.ts → resourceActivities-C6EjqEG7.d.ts} +1 -1
  38. package/dist/{resourceActivities-DuftR4Ts.d.mts → resourceActivities-Vh5zcV02.d.mts} +1 -1
  39. package/dist/sharing/index.d.mts +1 -1
  40. package/dist/sharing/index.d.ts +1 -1
  41. package/dist/types/index.d.mts +7 -7
  42. package/dist/types/index.d.ts +7 -7
  43. package/dist/{user-CjYZ7tJ4.d.mts → user-DWNmVv-L.d.mts} +1 -1
  44. package/dist/{user-BY5AtgYc.d.ts → user-DrA0HITt.d.ts} +1 -1
  45. package/dist/utils/index.d.mts +3 -3
  46. package/dist/utils/index.d.ts +3 -3
  47. package/package.json +1 -1
  48. package/dist/chunk-WPBHYGXW.mjs.map +0 -1
  49. /package/dist/{chunk-336EZBSA.mjs.map → chunk-2G4J6K5K.mjs.map} +0 -0
@@ -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-D8aPAI5b.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-Ch0I5X41.js';
2
2
  import 'react-hook-form';
3
3
  import '../enums/index.js';
4
4
 
@@ -390,6 +390,7 @@ type VendorProductList = {
390
390
  _id?: string;
391
391
  createdAt?: Date | null;
392
392
  description?: string | null;
393
+ hasCoupon?: boolean | null;
393
394
  name: string;
394
395
  price: number;
395
396
  priceUnit: string;
@@ -462,7 +463,7 @@ interface VendorType extends BaseResourceType {
462
463
  calendar: VendorFormData["calendar"] | null;
463
464
  categories: VendorFormData["categories"];
464
465
  foodTruck: boolean;
465
- products: VendorProductList | null;
466
+ products: VendorFormData["products"] | null;
466
467
  vendorInfoId: string;
467
468
  vendorType: EnumVendorType;
468
469
  relations: {
@@ -390,6 +390,7 @@ type VendorProductList = {
390
390
  _id?: string;
391
391
  createdAt?: Date | null;
392
392
  description?: string | null;
393
+ hasCoupon?: boolean | null;
393
394
  name: string;
394
395
  price: number;
395
396
  priceUnit: string;
@@ -462,7 +463,7 @@ interface VendorType extends BaseResourceType {
462
463
  calendar: VendorFormData["calendar"] | null;
463
464
  categories: VendorFormData["categories"];
464
465
  foodTruck: boolean;
465
- products: VendorProductList | null;
466
+ products: VendorFormData["products"] | null;
466
467
  vendorInfoId: string;
467
468
  vendorType: EnumVendorType;
468
469
  relations: {
@@ -710,6 +710,7 @@ var VENDOR_PRODUCT_LIST_FIELDS_FRAGMENT = import_client3.gql`
710
710
  _id
711
711
  createdAt
712
712
  description
713
+ hasCoupon
713
714
  name
714
715
  price
715
716
  priceUnit