@timardex/cluemart-shared 1.5.621 → 1.5.623

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 (46) hide show
  1. package/dist/{auth-CJIbsVCg.d.mts → auth-BG7u9KHu.d.mts} +1 -1
  2. package/dist/{auth-CLKWWsIQ.d.ts → auth-CUd-VUEN.d.ts} +1 -1
  3. package/dist/{chunk-3VUHAHP7.mjs → chunk-4XOVXJUN.mjs} +2 -2
  4. package/dist/{chunk-ZR4TGWTS.mjs → chunk-JMOGW4IX.mjs} +5 -1
  5. package/dist/chunk-JMOGW4IX.mjs.map +1 -0
  6. package/dist/{chunk-ZDDWPO5Y.mjs → chunk-OSUWKCUI.mjs} +3 -3
  7. package/dist/enums/index.cjs +4 -0
  8. package/dist/enums/index.cjs.map +1 -1
  9. package/dist/enums/index.d.mts +5 -1
  10. package/dist/enums/index.d.ts +5 -1
  11. package/dist/enums/index.mjs +1 -1
  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 +3 -3
  16. package/dist/{global-w94c0MGw.d.ts → global-Brbdg9ob.d.ts} +2 -0
  17. package/dist/{global-J6EFP0wh.d.mts → global-CI5OK3U9.d.mts} +2 -0
  18. package/dist/graphql/index.d.mts +3 -3
  19. package/dist/graphql/index.d.ts +3 -3
  20. package/dist/graphql/index.mjs +1 -1
  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 +3 -3
  25. package/dist/index.cjs +4 -0
  26. package/dist/index.cjs.map +1 -1
  27. package/dist/index.d.mts +7 -1
  28. package/dist/index.d.ts +7 -1
  29. package/dist/index.mjs +4 -0
  30. package/dist/index.mjs.map +1 -1
  31. package/dist/{post-BkgyLFwF.d.mts → post-AUQDjZoJ.d.mts} +1 -1
  32. package/dist/{post-BmQ3R3cA.d.ts → post-Bw5yGyLM.d.ts} +1 -1
  33. package/dist/{resourceActivities-I3eJPRqW.d.mts → resourceActivities-Br97kzRe.d.mts} +1 -1
  34. package/dist/{resourceActivities-Bnk-1tPS.d.ts → resourceActivities-Bv3pAH9H.d.ts} +1 -1
  35. package/dist/sharing/index.d.mts +1 -1
  36. package/dist/sharing/index.d.ts +1 -1
  37. package/dist/types/index.d.mts +5 -5
  38. package/dist/types/index.d.ts +5 -5
  39. package/dist/utils/index.cjs.map +1 -1
  40. package/dist/utils/index.d.mts +1 -1
  41. package/dist/utils/index.d.ts +1 -1
  42. package/dist/utils/index.mjs +2 -2
  43. package/package.json +1 -1
  44. package/dist/chunk-ZR4TGWTS.mjs.map +0 -1
  45. /package/dist/{chunk-3VUHAHP7.mjs.map → chunk-4XOVXJUN.mjs.map} +0 -0
  46. /package/dist/{chunk-ZDDWPO5Y.mjs.map → chunk-OSUWKCUI.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-J6EFP0wh.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-CI5OK3U9.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-w94c0MGw.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-Brbdg9ob.js';
2
2
  import 'react-hook-form';
3
3
  import '../enums/index.js';
4
4
 
@@ -43,10 +43,10 @@ import {
43
43
  vendorStallSize,
44
44
  vendorStartDateFields,
45
45
  vendorTable
46
- } from "../chunk-ZDDWPO5Y.mjs";
47
- import "../chunk-3VUHAHP7.mjs";
46
+ } from "../chunk-OSUWKCUI.mjs";
47
+ import "../chunk-4XOVXJUN.mjs";
48
48
  import "../chunk-SBY5HTAP.mjs";
49
- import "../chunk-ZR4TGWTS.mjs";
49
+ import "../chunk-JMOGW4IX.mjs";
50
50
  import "../chunk-X4VPNOHX.mjs";
51
51
  export {
52
52
  availableCategories,
@@ -198,6 +198,8 @@ type UnregisteredVendorType = Omit<UnregisteredVendorFormData, "dateTime" | "inv
198
198
  _id: string;
199
199
  active: boolean;
200
200
  claimed: boolean;
201
+ claimedAt?: Date;
202
+ claimedByUserId?: string;
201
203
  createdAt: Date;
202
204
  deletedAt: Date | null;
203
205
  invitations: UnregisteredVendorInvitationType[];
@@ -198,6 +198,8 @@ type UnregisteredVendorType = Omit<UnregisteredVendorFormData, "dateTime" | "inv
198
198
  _id: string;
199
199
  active: boolean;
200
200
  claimed: boolean;
201
+ claimedAt?: Date;
202
+ claimedByUserId?: string;
201
203
  createdAt: Date;
202
204
  deletedAt: Date | null;
203
205
  invitations: UnregisteredVendorInvitationType[];
@@ -1,8 +1,8 @@
1
1
  import * as _apollo_client from '@apollo/client';
2
2
  import { EnumResourceType } from '../enums/index.mjs';
3
- import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-I3eJPRqW.mjs';
4
- import { E as EventType, c as EventListItemType, d as EventInfoType, e as RelationType, f as ResourceConnectionsType, U as UnregisteredVendorType, V as VendorType, g as VendorInfoType, h as UserLicenceType } from '../global-J6EFP0wh.mjs';
5
- import { U as UserType, P as PartnerType, R as ResourceByUser, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType, G as GameDocType, e as GameLeaderboard, f as SchoolReturnType, g as SchoolType } from '../post-BkgyLFwF.mjs';
3
+ import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-Br97kzRe.mjs';
4
+ import { E as EventType, c as EventListItemType, d as EventInfoType, e as RelationType, f as ResourceConnectionsType, U as UnregisteredVendorType, V as VendorType, g as VendorInfoType, h as UserLicenceType } from '../global-CI5OK3U9.mjs';
5
+ import { U as UserType, P as PartnerType, R as ResourceByUser, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType, G as GameDocType, e as GameLeaderboard, f as SchoolReturnType, g as SchoolType } from '../post-AUQDjZoJ.mjs';
6
6
  import 'react-hook-form';
7
7
  import '../images/index.mjs';
8
8
  import '../dailyClue-BnlktK68.mjs';
@@ -1,8 +1,8 @@
1
1
  import * as _apollo_client from '@apollo/client';
2
2
  import { EnumResourceType } from '../enums/index.js';
3
- import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-Bnk-1tPS.js';
4
- import { E as EventType, c as EventListItemType, d as EventInfoType, e as RelationType, f as ResourceConnectionsType, U as UnregisteredVendorType, V as VendorType, g as VendorInfoType, h as UserLicenceType } from '../global-w94c0MGw.js';
5
- import { U as UserType, P as PartnerType, R as ResourceByUser, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType, G as GameDocType, e as GameLeaderboard, f as SchoolReturnType, g as SchoolType } from '../post-BmQ3R3cA.js';
3
+ import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-Bv3pAH9H.js';
4
+ import { E as EventType, c as EventListItemType, d as EventInfoType, e as RelationType, f as ResourceConnectionsType, U as UnregisteredVendorType, V as VendorType, g as VendorInfoType, h as UserLicenceType } from '../global-Brbdg9ob.js';
5
+ import { U as UserType, P as PartnerType, R as ResourceByUser, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType, G as GameDocType, e as GameLeaderboard, f as SchoolReturnType, g as SchoolType } from '../post-Bw5yGyLM.js';
6
6
  import 'react-hook-form';
7
7
  import '../images/index.js';
8
8
  import '../dailyClue-BnlktK68.js';
@@ -136,7 +136,7 @@ import {
136
136
  useUpdateVendorInfo,
137
137
  useValidateVerificationToken
138
138
  } from "../chunk-Z6IM4DWX.mjs";
139
- import "../chunk-ZR4TGWTS.mjs";
139
+ import "../chunk-JMOGW4IX.mjs";
140
140
  export {
141
141
  useAddParticipantToChat,
142
142
  useAddUserFavouriteResource,