@timardex/cluemart-shared 1.3.87 → 1.3.88
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-C1qKOUp8.d.mts → auth-CCPmK2Z6.d.mts} +7 -1
- package/dist/{auth-DOEpzxHT.d.ts → auth-amggb31t.d.ts} +7 -1
- package/dist/hooks/index.d.mts +1 -1
- package/dist/hooks/index.d.ts +1 -1
- package/dist/index.cjs +10 -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 +9 -0
- package/dist/index.mjs.map +1 -1
- package/dist/types/index.cjs +10 -0
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.mjs +9 -0
- package/dist/types/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -9,6 +9,11 @@ type ContactUsFormData = {
|
|
|
9
9
|
};
|
|
10
10
|
type CreateContactUsFormData = CreateFormData<ContactUsFormData>;
|
|
11
11
|
|
|
12
|
+
declare enum EnumVerificationType {
|
|
13
|
+
REGISTER = "register",
|
|
14
|
+
RESET_PASSWORD = "resetPassword",
|
|
15
|
+
TESTER_VALIDATION = "testerValidation"
|
|
16
|
+
}
|
|
12
17
|
type LoginFormData = {
|
|
13
18
|
email: string;
|
|
14
19
|
isAdminPage?: boolean;
|
|
@@ -39,7 +44,8 @@ type CreateResetPasswordFormData = CreateFormData<ResetPasswordFormData>;
|
|
|
39
44
|
type ValidateVerificationTokenFormData = {
|
|
40
45
|
email: string;
|
|
41
46
|
verificationToken: string;
|
|
47
|
+
verificationType?: EnumVerificationType;
|
|
42
48
|
};
|
|
43
49
|
type CreateValidateVerificationTokenFormData = CreateFormData<ValidateVerificationTokenFormData>;
|
|
44
50
|
|
|
45
|
-
export type
|
|
51
|
+
export { type CreateLoginFormData as C, EnumVerificationType as E, type LoginFormData as L, type RegisterFormData as R, type ValidateVerificationTokenFormData as V, type CreateRegisterFormData as a, type CreateRequestPasswordResetFormData as b, type CreateValidateVerificationTokenFormData as c, type CreateResetPasswordFormData as d, type ContactUsFormData as e, type CreateContactUsFormData as f, type RequestPasswordResetFormData as g, type ResetPasswordFormData as h };
|
|
@@ -9,6 +9,11 @@ type ContactUsFormData = {
|
|
|
9
9
|
};
|
|
10
10
|
type CreateContactUsFormData = CreateFormData<ContactUsFormData>;
|
|
11
11
|
|
|
12
|
+
declare enum EnumVerificationType {
|
|
13
|
+
REGISTER = "register",
|
|
14
|
+
RESET_PASSWORD = "resetPassword",
|
|
15
|
+
TESTER_VALIDATION = "testerValidation"
|
|
16
|
+
}
|
|
12
17
|
type LoginFormData = {
|
|
13
18
|
email: string;
|
|
14
19
|
isAdminPage?: boolean;
|
|
@@ -39,7 +44,8 @@ type CreateResetPasswordFormData = CreateFormData<ResetPasswordFormData>;
|
|
|
39
44
|
type ValidateVerificationTokenFormData = {
|
|
40
45
|
email: string;
|
|
41
46
|
verificationToken: string;
|
|
47
|
+
verificationType?: EnumVerificationType;
|
|
42
48
|
};
|
|
43
49
|
type CreateValidateVerificationTokenFormData = CreateFormData<ValidateVerificationTokenFormData>;
|
|
44
50
|
|
|
45
|
-
export type
|
|
51
|
+
export { type CreateLoginFormData as C, EnumVerificationType as E, type LoginFormData as L, type RegisterFormData as R, type ValidateVerificationTokenFormData as V, type CreateRegisterFormData as a, type CreateRequestPasswordResetFormData as b, type CreateValidateVerificationTokenFormData as c, type CreateResetPasswordFormData as d, type ContactUsFormData as e, type CreateContactUsFormData as f, type RequestPasswordResetFormData as g, type ResetPasswordFormData as h };
|
package/dist/hooks/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { L as LocationType, h as VendorFormData, i as CreateVendorFormData, j as VendorInfoFormData, k as CreateVendorInfoFormData, l as EventFormData, m as CreateEventFormData, n as EventInfoFormData, o as CreateEventInfoFormData, B as BaseResourceTypeFormData, p as UnregisteredVendorFormData } from '../global-Dv9q0tt9.mjs';
|
|
2
2
|
import { e as UserFormData, C as CreateUserFormData, f as PartnerFormData, g as TesterFormData, h as CreateTesterFormData, i as AdFormData, j as CreateAdFormData, k as CreatePartnerFormData, l as PostFormData, m as CreatePostFormData, n as AppSettingsFormData, o as CreateAppSettingsFormData } from '../post-B7e2qDFb.mjs';
|
|
3
|
-
import { C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, c as CreateValidateVerificationTokenFormData, d as CreateResetPasswordFormData, e as ContactUsFormData, f as CreateContactUsFormData } from '../auth-
|
|
3
|
+
import { C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, c as CreateValidateVerificationTokenFormData, d as CreateResetPasswordFormData, e as ContactUsFormData, f as CreateContactUsFormData } from '../auth-CCPmK2Z6.mjs';
|
|
4
4
|
import 'react-hook-form';
|
|
5
5
|
import '../enums/index.mjs';
|
|
6
6
|
|
package/dist/hooks/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { L as LocationType, h as VendorFormData, i as CreateVendorFormData, j as VendorInfoFormData, k as CreateVendorInfoFormData, l as EventFormData, m as CreateEventFormData, n as EventInfoFormData, o as CreateEventInfoFormData, B as BaseResourceTypeFormData, p as UnregisteredVendorFormData } from '../global-CnAaM_PF.js';
|
|
2
2
|
import { e as UserFormData, C as CreateUserFormData, f as PartnerFormData, g as TesterFormData, h as CreateTesterFormData, i as AdFormData, j as CreateAdFormData, k as CreatePartnerFormData, l as PostFormData, m as CreatePostFormData, n as AppSettingsFormData, o as CreateAppSettingsFormData } from '../post-ZCrdgakX.js';
|
|
3
|
-
import { C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, c as CreateValidateVerificationTokenFormData, d as CreateResetPasswordFormData, e as ContactUsFormData, f as CreateContactUsFormData } from '../auth-
|
|
3
|
+
import { C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, c as CreateValidateVerificationTokenFormData, d as CreateResetPasswordFormData, e as ContactUsFormData, f as CreateContactUsFormData } from '../auth-amggb31t.js';
|
|
4
4
|
import 'react-hook-form';
|
|
5
5
|
import '../enums/index.js';
|
|
6
6
|
|
package/dist/index.cjs
CHANGED
|
@@ -57,6 +57,7 @@ __export(index_exports, {
|
|
|
57
57
|
EnumUserLicence: () => EnumUserLicence,
|
|
58
58
|
EnumUserRole: () => EnumUserRole,
|
|
59
59
|
EnumVendorType: () => EnumVendorType,
|
|
60
|
+
EnumVerificationType: () => EnumVerificationType,
|
|
60
61
|
ImageTypeEnum: () => ImageTypeEnum,
|
|
61
62
|
OrganizedMarketCount: () => OrganizedMarketCount,
|
|
62
63
|
OrganizerMarketFrequency: () => OrganizerMarketFrequency,
|
|
@@ -7828,6 +7829,14 @@ var fonts = {
|
|
|
7828
7829
|
}
|
|
7829
7830
|
};
|
|
7830
7831
|
|
|
7832
|
+
// src/types/auth.ts
|
|
7833
|
+
var EnumVerificationType = /* @__PURE__ */ ((EnumVerificationType2) => {
|
|
7834
|
+
EnumVerificationType2["REGISTER"] = "register";
|
|
7835
|
+
EnumVerificationType2["RESET_PASSWORD"] = "resetPassword";
|
|
7836
|
+
EnumVerificationType2["TESTER_VALIDATION"] = "testerValidation";
|
|
7837
|
+
return EnumVerificationType2;
|
|
7838
|
+
})(EnumVerificationType || {});
|
|
7839
|
+
|
|
7831
7840
|
// src/types/resourceActivities.ts
|
|
7832
7841
|
var EnumActivity = /* @__PURE__ */ ((EnumActivity2) => {
|
|
7833
7842
|
EnumActivity2["FAVORITE"] = "FAVORITE";
|
|
@@ -7866,6 +7875,7 @@ var EnumActivity = /* @__PURE__ */ ((EnumActivity2) => {
|
|
|
7866
7875
|
EnumUserLicence,
|
|
7867
7876
|
EnumUserRole,
|
|
7868
7877
|
EnumVendorType,
|
|
7878
|
+
EnumVerificationType,
|
|
7869
7879
|
ImageTypeEnum,
|
|
7870
7880
|
OrganizedMarketCount,
|
|
7871
7881
|
OrganizerMarketFrequency,
|