@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.
- package/dist/{auth-CJIbsVCg.d.mts → auth-BG7u9KHu.d.mts} +1 -1
- package/dist/{auth-CLKWWsIQ.d.ts → auth-CUd-VUEN.d.ts} +1 -1
- package/dist/{chunk-3VUHAHP7.mjs → chunk-4XOVXJUN.mjs} +2 -2
- package/dist/{chunk-ZR4TGWTS.mjs → chunk-JMOGW4IX.mjs} +5 -1
- package/dist/chunk-JMOGW4IX.mjs.map +1 -0
- package/dist/{chunk-ZDDWPO5Y.mjs → chunk-OSUWKCUI.mjs} +3 -3
- package/dist/enums/index.cjs +4 -0
- package/dist/enums/index.cjs.map +1 -1
- package/dist/enums/index.d.mts +5 -1
- package/dist/enums/index.d.ts +5 -1
- package/dist/enums/index.mjs +1 -1
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/formFields/index.mjs +3 -3
- package/dist/{global-w94c0MGw.d.ts → global-Brbdg9ob.d.ts} +2 -0
- package/dist/{global-J6EFP0wh.d.mts → global-CI5OK3U9.d.mts} +2 -0
- package/dist/graphql/index.d.mts +3 -3
- package/dist/graphql/index.d.ts +3 -3
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +3 -3
- package/dist/hooks/index.d.ts +3 -3
- package/dist/hooks/index.mjs +3 -3
- package/dist/index.cjs +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +7 -1
- package/dist/index.d.ts +7 -1
- package/dist/index.mjs +4 -0
- package/dist/index.mjs.map +1 -1
- package/dist/{post-BkgyLFwF.d.mts → post-AUQDjZoJ.d.mts} +1 -1
- package/dist/{post-BmQ3R3cA.d.ts → post-Bw5yGyLM.d.ts} +1 -1
- package/dist/{resourceActivities-I3eJPRqW.d.mts → resourceActivities-Br97kzRe.d.mts} +1 -1
- package/dist/{resourceActivities-Bnk-1tPS.d.ts → resourceActivities-Bv3pAH9H.d.ts} +1 -1
- package/dist/sharing/index.d.mts +1 -1
- package/dist/sharing/index.d.ts +1 -1
- package/dist/types/index.d.mts +5 -5
- package/dist/types/index.d.ts +5 -5
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-ZR4TGWTS.mjs.map +0 -1
- /package/dist/{chunk-3VUHAHP7.mjs.map → chunk-4XOVXJUN.mjs.map} +0 -0
- /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-
|
|
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-
|
|
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-
|
|
47
|
-
import "../chunk-
|
|
46
|
+
} from "../chunk-OSUWKCUI.mjs";
|
|
47
|
+
import "../chunk-4XOVXJUN.mjs";
|
|
48
48
|
import "../chunk-SBY5HTAP.mjs";
|
|
49
|
-
import "../chunk-
|
|
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[];
|
package/dist/graphql/index.d.mts
CHANGED
|
@@ -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-
|
|
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-
|
|
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-
|
|
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';
|
package/dist/graphql/index.d.ts
CHANGED
|
@@ -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-
|
|
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-
|
|
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-
|
|
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';
|
package/dist/graphql/index.mjs
CHANGED