@timardex/cluemart-shared 1.4.73 → 1.4.74

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 (40) hide show
  1. package/dist/{auth-CovYLFRn.d.ts → auth-DKNuFwhE.d.ts} +1 -1
  2. package/dist/{auth-Cdfen6gg.d.mts → auth-TqKVpwo1.d.mts} +1 -1
  3. package/dist/{chunk-2OEDUG7U.mjs → chunk-4LT5GOOP.mjs} +1 -5
  4. package/dist/{chunk-2OEDUG7U.mjs.map → chunk-4LT5GOOP.mjs.map} +1 -1
  5. package/dist/{chunk-7FRB62SE.mjs → chunk-W465TNSV.mjs} +1 -5
  6. package/dist/chunk-W465TNSV.mjs.map +1 -0
  7. package/dist/formFields/index.cjs +0 -4
  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-HUZHOXHh.d.ts → global-B-g-Dv61.d.ts} +0 -4
  13. package/dist/{global-D_ckWQMA.d.mts → global-DvWluf-6.d.mts} +0 -4
  14. package/dist/graphql/index.cjs +0 -4
  15. package/dist/graphql/index.cjs.map +1 -1
  16. package/dist/graphql/index.d.mts +3 -3
  17. package/dist/graphql/index.d.ts +3 -3
  18. package/dist/graphql/index.mjs +1 -1
  19. package/dist/hooks/index.cjs +1 -19
  20. package/dist/hooks/index.cjs.map +1 -1
  21. package/dist/hooks/index.d.mts +3 -3
  22. package/dist/hooks/index.d.ts +3 -3
  23. package/dist/hooks/index.mjs +3 -13
  24. package/dist/hooks/index.mjs.map +1 -1
  25. package/dist/index.cjs +1 -19
  26. package/dist/index.cjs.map +1 -1
  27. package/dist/index.d.mts +0 -4
  28. package/dist/index.d.ts +0 -4
  29. package/dist/index.mjs +1 -19
  30. package/dist/index.mjs.map +1 -1
  31. package/dist/{post-aU2ITfZh.d.mts → post-5WEzHfXv.d.mts} +1 -1
  32. package/dist/{post-DIylz7DM.d.ts → post-D_KFXmTl.d.ts} +1 -1
  33. package/dist/{resourceActivities-dxnqHVVc.d.mts → resourceActivities-DFtvysCz.d.mts} +1 -1
  34. package/dist/{resourceActivities-CwSss-73.d.ts → resourceActivities-DoJUbR_I.d.ts} +1 -1
  35. package/dist/types/index.d.mts +5 -5
  36. package/dist/types/index.d.ts +5 -5
  37. package/dist/utils/index.d.mts +1 -1
  38. package/dist/utils/index.d.ts +1 -1
  39. package/package.json +1 -1
  40. package/dist/chunk-7FRB62SE.mjs.map +0 -1
@@ -43,7 +43,7 @@ import {
43
43
  vendorStallSize,
44
44
  vendorStartDateFields,
45
45
  vendorTable
46
- } from "../chunk-2OEDUG7U.mjs";
46
+ } from "../chunk-4LT5GOOP.mjs";
47
47
  import "../chunk-KYDS4REE.mjs";
48
48
  import "../chunk-USQKKCIA.mjs";
49
49
  export {
@@ -31,10 +31,6 @@ type StallType = {
31
31
  label: string;
32
32
  price: number;
33
33
  stallCapacity: number;
34
- electricity?: {
35
- price?: number | null;
36
- selected?: boolean | null;
37
- } | null;
38
34
  };
39
35
  interface DateTimeWithPriceType extends DateTimeType {
40
36
  stallTypes: StallType[];
@@ -31,10 +31,6 @@ type StallType = {
31
31
  label: string;
32
32
  price: number;
33
33
  stallCapacity: number;
34
- electricity?: {
35
- price?: number | null;
36
- selected?: boolean | null;
37
- } | null;
38
34
  };
39
35
  interface DateTimeWithPriceType extends DateTimeType {
40
36
  stallTypes: StallType[];
@@ -342,10 +342,6 @@ var STALL_TYPE_FIELDS_FRAGMENT = import_client2.gql`
342
342
  label
343
343
  price
344
344
  stallCapacity
345
- electricity {
346
- price
347
- selected
348
- }
349
345
  }
350
346
  `;
351
347
  var RELATION_DATES_FRAGMENT = import_client2.gql`