@experts_hub/shared 1.0.41 → 1.0.42
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/index.d.mts
CHANGED
|
@@ -28,6 +28,10 @@ declare const OTP_PATTERN: {
|
|
|
28
28
|
handleVerifyOtp: string;
|
|
29
29
|
};
|
|
30
30
|
|
|
31
|
+
declare const ONBOARDING_PATTERN: {
|
|
32
|
+
handleFreelancerAccountCreation: string;
|
|
33
|
+
};
|
|
34
|
+
|
|
31
35
|
declare const RESUME_PARSER_PATTERN: {
|
|
32
36
|
handleResumeParsing: string;
|
|
33
37
|
};
|
|
@@ -265,4 +269,4 @@ declare class User extends BaseEntity {
|
|
|
265
269
|
resumeParserLogs: ResumeParserLog[];
|
|
266
270
|
}
|
|
267
271
|
|
|
268
|
-
export { AUTHENTICATION_PATTERN, AccountStatus, AccountType, BaseEntity, CreateQuestionDto, CreateSubAdminDto, type IAttachPermissionsToSubAdminResponse, type ICreateSubAdminPayload, type ICreateSubAdminResponse, type IDeleteSubAdminResponse, type IFetchQuestionQuery, type IFetchQuestionResponse, type IFetchSubAdminByIdQuery, type IFetchSubAdminByIdResponse, type IFetchSubAdminQuery, type IFetchSubAdminResponse, type IUpdateSubAdminAccountStatusPayload, type IUpdateSubAdminAccountStatusResponse, type IUpdateSubAdminPayload, type IUpdateSubAdminResponse, JobRMQAdapter, JobTCPAdapter, LoginDto, LogoutDto, OTP_PATTERN, Otp, QUESTION_PATTERN, RESUME_PARSER_PATTERN, RefreshDto, RefreshToken, ResumeParserLog, SUBADMIN_PATTERN, UpdateSubAdminAccountStatusDto, UpdateSubAdminDto, User, UserRMQAdapter, UserTCPAdapter };
|
|
272
|
+
export { AUTHENTICATION_PATTERN, AccountStatus, AccountType, BaseEntity, CreateQuestionDto, CreateSubAdminDto, type IAttachPermissionsToSubAdminResponse, type ICreateSubAdminPayload, type ICreateSubAdminResponse, type IDeleteSubAdminResponse, type IFetchQuestionQuery, type IFetchQuestionResponse, type IFetchSubAdminByIdQuery, type IFetchSubAdminByIdResponse, type IFetchSubAdminQuery, type IFetchSubAdminResponse, type IUpdateSubAdminAccountStatusPayload, type IUpdateSubAdminAccountStatusResponse, type IUpdateSubAdminPayload, type IUpdateSubAdminResponse, JobRMQAdapter, JobTCPAdapter, LoginDto, LogoutDto, ONBOARDING_PATTERN, OTP_PATTERN, Otp, QUESTION_PATTERN, RESUME_PARSER_PATTERN, RefreshDto, RefreshToken, ResumeParserLog, SUBADMIN_PATTERN, UpdateSubAdminAccountStatusDto, UpdateSubAdminDto, User, UserRMQAdapter, UserTCPAdapter };
|
package/dist/index.d.ts
CHANGED
|
@@ -28,6 +28,10 @@ declare const OTP_PATTERN: {
|
|
|
28
28
|
handleVerifyOtp: string;
|
|
29
29
|
};
|
|
30
30
|
|
|
31
|
+
declare const ONBOARDING_PATTERN: {
|
|
32
|
+
handleFreelancerAccountCreation: string;
|
|
33
|
+
};
|
|
34
|
+
|
|
31
35
|
declare const RESUME_PARSER_PATTERN: {
|
|
32
36
|
handleResumeParsing: string;
|
|
33
37
|
};
|
|
@@ -265,4 +269,4 @@ declare class User extends BaseEntity {
|
|
|
265
269
|
resumeParserLogs: ResumeParserLog[];
|
|
266
270
|
}
|
|
267
271
|
|
|
268
|
-
export { AUTHENTICATION_PATTERN, AccountStatus, AccountType, BaseEntity, CreateQuestionDto, CreateSubAdminDto, type IAttachPermissionsToSubAdminResponse, type ICreateSubAdminPayload, type ICreateSubAdminResponse, type IDeleteSubAdminResponse, type IFetchQuestionQuery, type IFetchQuestionResponse, type IFetchSubAdminByIdQuery, type IFetchSubAdminByIdResponse, type IFetchSubAdminQuery, type IFetchSubAdminResponse, type IUpdateSubAdminAccountStatusPayload, type IUpdateSubAdminAccountStatusResponse, type IUpdateSubAdminPayload, type IUpdateSubAdminResponse, JobRMQAdapter, JobTCPAdapter, LoginDto, LogoutDto, OTP_PATTERN, Otp, QUESTION_PATTERN, RESUME_PARSER_PATTERN, RefreshDto, RefreshToken, ResumeParserLog, SUBADMIN_PATTERN, UpdateSubAdminAccountStatusDto, UpdateSubAdminDto, User, UserRMQAdapter, UserTCPAdapter };
|
|
272
|
+
export { AUTHENTICATION_PATTERN, AccountStatus, AccountType, BaseEntity, CreateQuestionDto, CreateSubAdminDto, type IAttachPermissionsToSubAdminResponse, type ICreateSubAdminPayload, type ICreateSubAdminResponse, type IDeleteSubAdminResponse, type IFetchQuestionQuery, type IFetchQuestionResponse, type IFetchSubAdminByIdQuery, type IFetchSubAdminByIdResponse, type IFetchSubAdminQuery, type IFetchSubAdminResponse, type IUpdateSubAdminAccountStatusPayload, type IUpdateSubAdminAccountStatusResponse, type IUpdateSubAdminPayload, type IUpdateSubAdminResponse, JobRMQAdapter, JobTCPAdapter, LoginDto, LogoutDto, ONBOARDING_PATTERN, OTP_PATTERN, Otp, QUESTION_PATTERN, RESUME_PARSER_PATTERN, RefreshDto, RefreshToken, ResumeParserLog, SUBADMIN_PATTERN, UpdateSubAdminAccountStatusDto, UpdateSubAdminDto, User, UserRMQAdapter, UserTCPAdapter };
|
package/dist/index.js
CHANGED
|
@@ -37,6 +37,7 @@ __export(index_exports, {
|
|
|
37
37
|
JobTCPAdapter: () => JobTCPAdapter,
|
|
38
38
|
LoginDto: () => LoginDto,
|
|
39
39
|
LogoutDto: () => LogoutDto,
|
|
40
|
+
ONBOARDING_PATTERN: () => ONBOARDING_PATTERN,
|
|
40
41
|
OTP_PATTERN: () => OTP_PATTERN,
|
|
41
42
|
Otp: () => Otp,
|
|
42
43
|
QUESTION_PATTERN: () => QUESTION_PATTERN,
|
|
@@ -97,6 +98,11 @@ var OTP_PATTERN = {
|
|
|
97
98
|
handleVerifyOtp: "handle.verify.otp"
|
|
98
99
|
};
|
|
99
100
|
|
|
101
|
+
// src/modules/onboarding/pattern/pattern.ts
|
|
102
|
+
var ONBOARDING_PATTERN = {
|
|
103
|
+
handleFreelancerAccountCreation: "handle.freelancer.account.creation"
|
|
104
|
+
};
|
|
105
|
+
|
|
100
106
|
// src/modules/resume-parser/pattern/pattern.ts
|
|
101
107
|
var RESUME_PARSER_PATTERN = {
|
|
102
108
|
handleResumeParsing: "handle.resume.parsing"
|
|
@@ -614,6 +620,7 @@ User = __decorateClass([
|
|
|
614
620
|
JobTCPAdapter,
|
|
615
621
|
LoginDto,
|
|
616
622
|
LogoutDto,
|
|
623
|
+
ONBOARDING_PATTERN,
|
|
617
624
|
OTP_PATTERN,
|
|
618
625
|
Otp,
|
|
619
626
|
QUESTION_PATTERN,
|
package/dist/index.mjs
CHANGED
|
@@ -59,6 +59,11 @@ var OTP_PATTERN = {
|
|
|
59
59
|
handleVerifyOtp: "handle.verify.otp"
|
|
60
60
|
};
|
|
61
61
|
|
|
62
|
+
// src/modules/onboarding/pattern/pattern.ts
|
|
63
|
+
var ONBOARDING_PATTERN = {
|
|
64
|
+
handleFreelancerAccountCreation: "handle.freelancer.account.creation"
|
|
65
|
+
};
|
|
66
|
+
|
|
62
67
|
// src/modules/resume-parser/pattern/pattern.ts
|
|
63
68
|
var RESUME_PARSER_PATTERN = {
|
|
64
69
|
handleResumeParsing: "handle.resume.parsing"
|
|
@@ -611,6 +616,7 @@ export {
|
|
|
611
616
|
JobTCPAdapter,
|
|
612
617
|
LoginDto,
|
|
613
618
|
LogoutDto,
|
|
619
|
+
ONBOARDING_PATTERN,
|
|
614
620
|
OTP_PATTERN,
|
|
615
621
|
Otp,
|
|
616
622
|
QUESTION_PATTERN,
|
package/dist/modules/index.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './pattern/pattern';
|