@timardex/cluemart-shared 1.0.53 → 1.0.54
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/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/{global-BMhTbBJA.d.ts → global-Dcn-sOaP.d.ts} +2 -2
- package/dist/{global-DSEykwwx.d.mts → global-UPLCZDGq.d.mts} +2 -2
- package/dist/graphql/index.d.mts +1 -1
- package/dist/graphql/index.d.ts +1 -1
- package/dist/hooks/index.d.mts +1 -1
- package/dist/hooks/index.d.ts +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as SiteType, C as Category } from '../global-
|
|
1
|
+
import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as SiteType, C as Category } from '../global-UPLCZDGq.mjs';
|
|
2
2
|
import '../enums/index.mjs';
|
|
3
3
|
import 'react-hook-form';
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as SiteType, C as Category } from '../global-
|
|
1
|
+
import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as SiteType, C as Category } from '../global-Dcn-sOaP.js';
|
|
2
2
|
import '../enums/index.js';
|
|
3
3
|
import 'react-hook-form';
|
|
4
4
|
|
|
@@ -8,14 +8,14 @@ type RelationLog = {
|
|
|
8
8
|
resourceId: string;
|
|
9
9
|
resourceName: string;
|
|
10
10
|
resourceType: EnumResourceType;
|
|
11
|
-
siteType: SiteType;
|
|
11
|
+
siteType: SiteType | null;
|
|
12
12
|
startDate: string;
|
|
13
13
|
toStatus: EnumInviteStatus;
|
|
14
14
|
};
|
|
15
15
|
};
|
|
16
16
|
type RelationDate = {
|
|
17
17
|
lastUpdateBy: string;
|
|
18
|
-
siteType: SiteType;
|
|
18
|
+
siteType: SiteType | null;
|
|
19
19
|
startDate: string;
|
|
20
20
|
status: EnumInviteStatus;
|
|
21
21
|
};
|
|
@@ -8,14 +8,14 @@ type RelationLog = {
|
|
|
8
8
|
resourceId: string;
|
|
9
9
|
resourceName: string;
|
|
10
10
|
resourceType: EnumResourceType;
|
|
11
|
-
siteType: SiteType;
|
|
11
|
+
siteType: SiteType | null;
|
|
12
12
|
startDate: string;
|
|
13
13
|
toStatus: EnumInviteStatus;
|
|
14
14
|
};
|
|
15
15
|
};
|
|
16
16
|
type RelationDate = {
|
|
17
17
|
lastUpdateBy: string;
|
|
18
|
-
siteType: SiteType;
|
|
18
|
+
siteType: SiteType | null;
|
|
19
19
|
startDate: string;
|
|
20
20
|
status: EnumInviteStatus;
|
|
21
21
|
};
|
package/dist/graphql/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _apollo_client from '@apollo/client';
|
|
2
2
|
import { C as ChatType } from '../chat-BUVCf9Tu.mjs';
|
|
3
|
-
import { M as MarketType, b as MarketInfoType, c as RelationType, d as ResourceConnectionsType, e as StallholderType, f as StallholderApplyFormType, N as NotificationType, U as UserType } from '../global-
|
|
3
|
+
import { M as MarketType, b as MarketInfoType, c as RelationType, d as ResourceConnectionsType, e as StallholderType, f as StallholderApplyFormType, N as NotificationType, U as UserType } from '../global-UPLCZDGq.mjs';
|
|
4
4
|
import { EnumResourceType } from '../enums/index.mjs';
|
|
5
5
|
import { T as TesterType } from '../testers-74J9OA2P.mjs';
|
|
6
6
|
import 'react-hook-form';
|
package/dist/graphql/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _apollo_client from '@apollo/client';
|
|
2
2
|
import { C as ChatType } from '../chat-BUVCf9Tu.js';
|
|
3
|
-
import { M as MarketType, b as MarketInfoType, c as RelationType, d as ResourceConnectionsType, e as StallholderType, f as StallholderApplyFormType, N as NotificationType, U as UserType } from '../global-
|
|
3
|
+
import { M as MarketType, b as MarketInfoType, c as RelationType, d as ResourceConnectionsType, e as StallholderType, f as StallholderApplyFormType, N as NotificationType, U as UserType } from '../global-Dcn-sOaP.js';
|
|
4
4
|
import { EnumResourceType } from '../enums/index.js';
|
|
5
5
|
import { T as TesterType } from '../testers-CqYqJvlZ.js';
|
|
6
6
|
import 'react-hook-form';
|
package/dist/hooks/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { L as LocationType, g as StallholderFormData, h as CreateStallholderFormData, i as StallholderApplyFormFormData, j as CreateStallholderApplyFormFormData, k as MarketFormData, l as CreateMarketFormData, m as MarketInfoFormData, n as CreateMarketInfoFormData, o as UserFormData, p as CreateUserFormData, B as BaseResourceTypeFormData } from '../global-
|
|
1
|
+
import { L as LocationType, g as StallholderFormData, h as CreateStallholderFormData, i as StallholderApplyFormFormData, j as CreateStallholderApplyFormFormData, k as MarketFormData, l as CreateMarketFormData, m as MarketInfoFormData, n as CreateMarketInfoFormData, o as UserFormData, p as CreateUserFormData, B as BaseResourceTypeFormData } from '../global-UPLCZDGq.mjs';
|
|
2
2
|
import { C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, c as CreateValidateVerificationTokenFormData, d as CreateResetPasswordFormData, e as ContactUsFormData, f as CreateContactUsFormData } from '../contactUs-CQ9xTjlE.mjs';
|
|
3
3
|
import { a as TestersFormData, C as CreateTestersFormData } from '../testers-74J9OA2P.mjs';
|
|
4
4
|
import '../enums/index.mjs';
|
package/dist/hooks/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { L as LocationType, g as StallholderFormData, h as CreateStallholderFormData, i as StallholderApplyFormFormData, j as CreateStallholderApplyFormFormData, k as MarketFormData, l as CreateMarketFormData, m as MarketInfoFormData, n as CreateMarketInfoFormData, o as UserFormData, p as CreateUserFormData, B as BaseResourceTypeFormData } from '../global-
|
|
1
|
+
import { L as LocationType, g as StallholderFormData, h as CreateStallholderFormData, i as StallholderApplyFormFormData, j as CreateStallholderApplyFormFormData, k as MarketFormData, l as CreateMarketFormData, m as MarketInfoFormData, n as CreateMarketInfoFormData, o as UserFormData, p as CreateUserFormData, B as BaseResourceTypeFormData } from '../global-Dcn-sOaP.js';
|
|
2
2
|
import { C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, c as CreateValidateVerificationTokenFormData, d as CreateResetPasswordFormData, e as ContactUsFormData, f as CreateContactUsFormData } from '../contactUs-CQ9xTjlE.js';
|
|
3
3
|
import { a as TestersFormData, C as CreateTestersFormData } from '../testers-CqYqJvlZ.js';
|
|
4
4
|
import '../enums/index.js';
|
package/dist/index.d.mts
CHANGED
|
@@ -196,14 +196,14 @@ type RelationLog = {
|
|
|
196
196
|
resourceId: string;
|
|
197
197
|
resourceName: string;
|
|
198
198
|
resourceType: EnumResourceType;
|
|
199
|
-
siteType: SiteType;
|
|
199
|
+
siteType: SiteType | null;
|
|
200
200
|
startDate: string;
|
|
201
201
|
toStatus: EnumInviteStatus;
|
|
202
202
|
};
|
|
203
203
|
};
|
|
204
204
|
type RelationDate = {
|
|
205
205
|
lastUpdateBy: string;
|
|
206
|
-
siteType: SiteType;
|
|
206
|
+
siteType: SiteType | null;
|
|
207
207
|
startDate: string;
|
|
208
208
|
status: EnumInviteStatus;
|
|
209
209
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -196,14 +196,14 @@ type RelationLog = {
|
|
|
196
196
|
resourceId: string;
|
|
197
197
|
resourceName: string;
|
|
198
198
|
resourceType: EnumResourceType;
|
|
199
|
-
siteType: SiteType;
|
|
199
|
+
siteType: SiteType | null;
|
|
200
200
|
startDate: string;
|
|
201
201
|
toStatus: EnumInviteStatus;
|
|
202
202
|
};
|
|
203
203
|
};
|
|
204
204
|
type RelationDate = {
|
|
205
205
|
lastUpdateBy: string;
|
|
206
|
-
siteType: SiteType;
|
|
206
|
+
siteType: SiteType | null;
|
|
207
207
|
startDate: string;
|
|
208
208
|
status: EnumInviteStatus;
|
|
209
209
|
};
|
package/dist/types/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { e as ContactUsFormData, f as CreateContactUsFormData, C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, d as CreateResetPasswordFormData, c as CreateValidateVerificationTokenFormData, L as LoginFormData, R as RegisterFormData, g as RequestPasswordResetFormData, h as ResetPasswordFormData, V as ValidateVerificationTokenFormData } from '../contactUs-CQ9xTjlE.mjs';
|
|
2
2
|
export { a as ChatInput, b as ChatMessageInput, c as ChatMessageType, C as ChatType } from '../chat-BUVCf9Tu.mjs';
|
|
3
|
-
export { t as BaseResourceType, B as BaseResourceTypeFormData, C as Category, l as CreateMarketFormData, n as CreateMarketInfoFormData, j as CreateStallholderApplyFormFormData, h as CreateStallholderFormData, p as CreateUserFormData, D as DateTimeType, x as DateTimeWithPriceType, a as FormDateField, F as FormField, G as GeocodeLocation, I as ImageObjectType, L as LocationType, v as MapMultiLocation, k as MarketFormData, m as MarketInfoFormData, b as MarketInfoType, M as MarketType, y as MarketWithConnectionDatesType, N as NotificationType, q as Nullable, O as OptionItem, P as PaymentInfoType, u as Region, A as RelationDate, z as RelationLog, c as RelationType, R as Requirement, d as ResourceConnectionsType, r as ResourceImageType, J as SatllholderWithConnectionDatesType, S as SiteType, s as SocialMediaType, i as StallholderApplyFormFormData, f as StallholderApplyFormType, H as StallholderAttributes, g as StallholderFormData, E as StallholderLocation, e as StallholderType, w as Subcategory, o as UserFormData, U as UserType } from '../global-
|
|
3
|
+
export { t as BaseResourceType, B as BaseResourceTypeFormData, C as Category, l as CreateMarketFormData, n as CreateMarketInfoFormData, j as CreateStallholderApplyFormFormData, h as CreateStallholderFormData, p as CreateUserFormData, D as DateTimeType, x as DateTimeWithPriceType, a as FormDateField, F as FormField, G as GeocodeLocation, I as ImageObjectType, L as LocationType, v as MapMultiLocation, k as MarketFormData, m as MarketInfoFormData, b as MarketInfoType, M as MarketType, y as MarketWithConnectionDatesType, N as NotificationType, q as Nullable, O as OptionItem, P as PaymentInfoType, u as Region, A as RelationDate, z as RelationLog, c as RelationType, R as Requirement, d as ResourceConnectionsType, r as ResourceImageType, J as SatllholderWithConnectionDatesType, S as SiteType, s as SocialMediaType, i as StallholderApplyFormFormData, f as StallholderApplyFormType, H as StallholderAttributes, g as StallholderFormData, E as StallholderLocation, e as StallholderType, w as Subcategory, o as UserFormData, U as UserType } from '../global-UPLCZDGq.mjs';
|
|
4
4
|
import { EnumResourceType } from '../enums/index.mjs';
|
|
5
5
|
export { C as CreateTestersFormData, T as TesterType, a as TestersFormData } from '../testers-74J9OA2P.mjs';
|
|
6
6
|
import 'react-hook-form';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { e as ContactUsFormData, f as CreateContactUsFormData, C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, d as CreateResetPasswordFormData, c as CreateValidateVerificationTokenFormData, L as LoginFormData, R as RegisterFormData, g as RequestPasswordResetFormData, h as ResetPasswordFormData, V as ValidateVerificationTokenFormData } from '../contactUs-CQ9xTjlE.js';
|
|
2
2
|
export { a as ChatInput, b as ChatMessageInput, c as ChatMessageType, C as ChatType } from '../chat-BUVCf9Tu.js';
|
|
3
|
-
export { t as BaseResourceType, B as BaseResourceTypeFormData, C as Category, l as CreateMarketFormData, n as CreateMarketInfoFormData, j as CreateStallholderApplyFormFormData, h as CreateStallholderFormData, p as CreateUserFormData, D as DateTimeType, x as DateTimeWithPriceType, a as FormDateField, F as FormField, G as GeocodeLocation, I as ImageObjectType, L as LocationType, v as MapMultiLocation, k as MarketFormData, m as MarketInfoFormData, b as MarketInfoType, M as MarketType, y as MarketWithConnectionDatesType, N as NotificationType, q as Nullable, O as OptionItem, P as PaymentInfoType, u as Region, A as RelationDate, z as RelationLog, c as RelationType, R as Requirement, d as ResourceConnectionsType, r as ResourceImageType, J as SatllholderWithConnectionDatesType, S as SiteType, s as SocialMediaType, i as StallholderApplyFormFormData, f as StallholderApplyFormType, H as StallholderAttributes, g as StallholderFormData, E as StallholderLocation, e as StallholderType, w as Subcategory, o as UserFormData, U as UserType } from '../global-
|
|
3
|
+
export { t as BaseResourceType, B as BaseResourceTypeFormData, C as Category, l as CreateMarketFormData, n as CreateMarketInfoFormData, j as CreateStallholderApplyFormFormData, h as CreateStallholderFormData, p as CreateUserFormData, D as DateTimeType, x as DateTimeWithPriceType, a as FormDateField, F as FormField, G as GeocodeLocation, I as ImageObjectType, L as LocationType, v as MapMultiLocation, k as MarketFormData, m as MarketInfoFormData, b as MarketInfoType, M as MarketType, y as MarketWithConnectionDatesType, N as NotificationType, q as Nullable, O as OptionItem, P as PaymentInfoType, u as Region, A as RelationDate, z as RelationLog, c as RelationType, R as Requirement, d as ResourceConnectionsType, r as ResourceImageType, J as SatllholderWithConnectionDatesType, S as SiteType, s as SocialMediaType, i as StallholderApplyFormFormData, f as StallholderApplyFormType, H as StallholderAttributes, g as StallholderFormData, E as StallholderLocation, e as StallholderType, w as Subcategory, o as UserFormData, U as UserType } from '../global-Dcn-sOaP.js';
|
|
4
4
|
import { EnumResourceType } from '../enums/index.js';
|
|
5
5
|
export { C as CreateTestersFormData, T as TesterType, a as TestersFormData } from '../testers-CqYqJvlZ.js';
|
|
6
6
|
import 'react-hook-form';
|
package/dist/utils/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnumInviteStatus, EnumRegions } from '../enums/index.mjs';
|
|
2
|
-
import { u as Region, O as OptionItem } from '../global-
|
|
2
|
+
import { u as Region, O as OptionItem } from '../global-UPLCZDGq.mjs';
|
|
3
3
|
import 'react-hook-form';
|
|
4
4
|
|
|
5
5
|
declare const dateFormat = "DD-MM-YYYY";
|
package/dist/utils/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnumInviteStatus, EnumRegions } from '../enums/index.js';
|
|
2
|
-
import { u as Region, O as OptionItem } from '../global-
|
|
2
|
+
import { u as Region, O as OptionItem } from '../global-Dcn-sOaP.js';
|
|
3
3
|
import 'react-hook-form';
|
|
4
4
|
|
|
5
5
|
declare const dateFormat = "DD-MM-YYYY";
|