@idsoftsource/initial-process 1.6.0 → 1.6.2
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/index.d.ts
CHANGED
|
@@ -658,91 +658,6 @@ interface LibraryConfig {
|
|
|
658
658
|
}
|
|
659
659
|
declare const LIBRARY_CONFIG: InjectionToken<LibraryConfig>;
|
|
660
660
|
|
|
661
|
-
/**
|
|
662
|
-
* Represents the complete resume profile for a candidate.
|
|
663
|
-
*/
|
|
664
|
-
interface ResumeProfile {
|
|
665
|
-
id: string;
|
|
666
|
-
targetProviderId?: string;
|
|
667
|
-
targetProviderName?: string;
|
|
668
|
-
cloudfrontUrl?: string;
|
|
669
|
-
targetUserId?: string;
|
|
670
|
-
basicDetails: BasicDetails;
|
|
671
|
-
workExperience: WorkExperience$1[];
|
|
672
|
-
education: Education$1[];
|
|
673
|
-
certifications: Certification$3[];
|
|
674
|
-
licenses: License$1[];
|
|
675
|
-
skills: string[];
|
|
676
|
-
tools: string[];
|
|
677
|
-
}
|
|
678
|
-
/**
|
|
679
|
-
* Personal and contact information including a professional summary.
|
|
680
|
-
*/
|
|
681
|
-
interface BasicDetails {
|
|
682
|
-
firstName: string;
|
|
683
|
-
lastName: string;
|
|
684
|
-
email: string;
|
|
685
|
-
phone: string;
|
|
686
|
-
address: string;
|
|
687
|
-
city: string;
|
|
688
|
-
state: string;
|
|
689
|
-
zipCode: string;
|
|
690
|
-
country: string;
|
|
691
|
-
jobTitle: string;
|
|
692
|
-
yearsOfExperience: number;
|
|
693
|
-
summary: string;
|
|
694
|
-
}
|
|
695
|
-
/**
|
|
696
|
-
* Details regarding professional work history.
|
|
697
|
-
*/
|
|
698
|
-
interface WorkExperience$1 {
|
|
699
|
-
company: string;
|
|
700
|
-
jobTitle: string;
|
|
701
|
-
country: string;
|
|
702
|
-
state: string;
|
|
703
|
-
city: string;
|
|
704
|
-
startDate: string;
|
|
705
|
-
endDate: string | null;
|
|
706
|
-
isCurrent: boolean;
|
|
707
|
-
responsibilities: string[];
|
|
708
|
-
}
|
|
709
|
-
/**
|
|
710
|
-
* Educational background, including degrees, certificates, and specific courses.
|
|
711
|
-
*/
|
|
712
|
-
interface Education$1 {
|
|
713
|
-
degree: string;
|
|
714
|
-
degreeType: 'Associate' | 'Certificate' | 'Course' | 'Bachelors' | 'Masters' | string;
|
|
715
|
-
institution: string;
|
|
716
|
-
country: string;
|
|
717
|
-
state: string | null;
|
|
718
|
-
city: string | null;
|
|
719
|
-
startDate: string;
|
|
720
|
-
endDate: string;
|
|
721
|
-
achievements: string[];
|
|
722
|
-
}
|
|
723
|
-
/**
|
|
724
|
-
* Professional certifications and credentials.
|
|
725
|
-
*/
|
|
726
|
-
interface Certification$3 {
|
|
727
|
-
name: string;
|
|
728
|
-
issuingOrganization: string | null;
|
|
729
|
-
state: string | null;
|
|
730
|
-
issueDate: string | null;
|
|
731
|
-
expiryDate: string | null;
|
|
732
|
-
credentialId: string | null;
|
|
733
|
-
}
|
|
734
|
-
/**
|
|
735
|
-
* Legal licenses, such as driver's or professional operating licenses.
|
|
736
|
-
*/
|
|
737
|
-
interface License$1 {
|
|
738
|
-
name: string;
|
|
739
|
-
issuingAuthority: string | null;
|
|
740
|
-
licenseNumber: string | null;
|
|
741
|
-
state: string | null;
|
|
742
|
-
issueDate: string | null;
|
|
743
|
-
expiryDate: string | null;
|
|
744
|
-
}
|
|
745
|
-
|
|
746
661
|
interface AppBranding {
|
|
747
662
|
logo: string;
|
|
748
663
|
displayName: string;
|
|
@@ -762,8 +677,6 @@ declare class InitialProcessComponent implements OnInit {
|
|
|
762
677
|
private roleContextService;
|
|
763
678
|
private authLogoutService;
|
|
764
679
|
private libConfig;
|
|
765
|
-
isResume: boolean;
|
|
766
|
-
resumeModel: ResumeProfile | null;
|
|
767
680
|
signatureFileId: any;
|
|
768
681
|
signatureUrl: any;
|
|
769
682
|
isAgreeEnabled: boolean;
|
|
@@ -971,7 +884,7 @@ declare class InitialProcessComponent implements OnInit {
|
|
|
971
884
|
saveContractorSubCategory(id: any): void;
|
|
972
885
|
ngOnDestroy(): void;
|
|
973
886
|
static ɵfac: i0.ɵɵFactoryDeclaration<InitialProcessComponent, never>;
|
|
974
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InitialProcessComponent, "app-initial-process", never, {
|
|
887
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InitialProcessComponent, "app-initial-process", never, {}, {}, never, never, false, never>;
|
|
975
888
|
}
|
|
976
889
|
|
|
977
890
|
declare class TermsConditionsComponent {
|
|
@@ -1065,6 +978,92 @@ interface UserToolModel extends MasterModel {
|
|
|
1065
978
|
isOpen?: boolean;
|
|
1066
979
|
}
|
|
1067
980
|
|
|
981
|
+
/**
|
|
982
|
+
* Represents the complete resume profile for a candidate.
|
|
983
|
+
*/
|
|
984
|
+
interface ResumeProfile {
|
|
985
|
+
id: string;
|
|
986
|
+
roleData?: any;
|
|
987
|
+
targetProviderId?: string;
|
|
988
|
+
targetProviderName?: string;
|
|
989
|
+
cloudfrontUrl?: string;
|
|
990
|
+
targetUserId?: string;
|
|
991
|
+
basicDetails: BasicDetails;
|
|
992
|
+
workExperience: WorkExperience$1[];
|
|
993
|
+
education: Education$1[];
|
|
994
|
+
certifications: Certification$3[];
|
|
995
|
+
licenses: License$1[];
|
|
996
|
+
skills: string[];
|
|
997
|
+
tools: string[];
|
|
998
|
+
}
|
|
999
|
+
/**
|
|
1000
|
+
* Personal and contact information including a professional summary.
|
|
1001
|
+
*/
|
|
1002
|
+
interface BasicDetails {
|
|
1003
|
+
firstName: string;
|
|
1004
|
+
lastName: string;
|
|
1005
|
+
email: string;
|
|
1006
|
+
phone: string;
|
|
1007
|
+
address: string;
|
|
1008
|
+
city: string;
|
|
1009
|
+
state: string;
|
|
1010
|
+
zipCode: string;
|
|
1011
|
+
country: string;
|
|
1012
|
+
jobTitle: string;
|
|
1013
|
+
yearsOfExperience: number;
|
|
1014
|
+
summary: string;
|
|
1015
|
+
}
|
|
1016
|
+
/**
|
|
1017
|
+
* Details regarding professional work history.
|
|
1018
|
+
*/
|
|
1019
|
+
interface WorkExperience$1 {
|
|
1020
|
+
company: string;
|
|
1021
|
+
jobTitle: string;
|
|
1022
|
+
country: string;
|
|
1023
|
+
state: string;
|
|
1024
|
+
city: string;
|
|
1025
|
+
startDate: string;
|
|
1026
|
+
endDate: string | null;
|
|
1027
|
+
isCurrent: boolean;
|
|
1028
|
+
responsibilities: string[];
|
|
1029
|
+
}
|
|
1030
|
+
/**
|
|
1031
|
+
* Educational background, including degrees, certificates, and specific courses.
|
|
1032
|
+
*/
|
|
1033
|
+
interface Education$1 {
|
|
1034
|
+
degree: string;
|
|
1035
|
+
degreeType: 'Associate' | 'Certificate' | 'Course' | 'Bachelors' | 'Masters' | string;
|
|
1036
|
+
institution: string;
|
|
1037
|
+
country: string;
|
|
1038
|
+
state: string | null;
|
|
1039
|
+
city: string | null;
|
|
1040
|
+
startDate: string;
|
|
1041
|
+
endDate: string;
|
|
1042
|
+
achievements: string[];
|
|
1043
|
+
}
|
|
1044
|
+
/**
|
|
1045
|
+
* Professional certifications and credentials.
|
|
1046
|
+
*/
|
|
1047
|
+
interface Certification$3 {
|
|
1048
|
+
name: string;
|
|
1049
|
+
issuingOrganization: string | null;
|
|
1050
|
+
state: string | null;
|
|
1051
|
+
issueDate: string | null;
|
|
1052
|
+
expiryDate: string | null;
|
|
1053
|
+
credentialId: string | null;
|
|
1054
|
+
}
|
|
1055
|
+
/**
|
|
1056
|
+
* Legal licenses, such as driver's or professional operating licenses.
|
|
1057
|
+
*/
|
|
1058
|
+
interface License$1 {
|
|
1059
|
+
name: string;
|
|
1060
|
+
issuingAuthority: string | null;
|
|
1061
|
+
licenseNumber: string | null;
|
|
1062
|
+
state: string | null;
|
|
1063
|
+
issueDate: string | null;
|
|
1064
|
+
expiryDate: string | null;
|
|
1065
|
+
}
|
|
1066
|
+
|
|
1068
1067
|
interface ResumeSkillMeta {
|
|
1069
1068
|
providerName?: string;
|
|
1070
1069
|
starRating?: number;
|
|
@@ -2957,6 +2956,8 @@ declare class PreviewComponent {
|
|
|
2957
2956
|
containerClass: string;
|
|
2958
2957
|
};
|
|
2959
2958
|
maxDate: Date;
|
|
2959
|
+
isResume: boolean;
|
|
2960
|
+
resumeModel: ResumeProfile | null;
|
|
2960
2961
|
providerName: string;
|
|
2961
2962
|
roleData: any;
|
|
2962
2963
|
backToParent: EventEmitter<void>;
|
|
@@ -3265,7 +3266,7 @@ declare class PreviewComponent {
|
|
|
3265
3266
|
skillActionLabel(index: number | null): string;
|
|
3266
3267
|
toolActionLabel(index: number | null): string;
|
|
3267
3268
|
static ɵfac: i0.ɵɵFactoryDeclaration<PreviewComponent, never>;
|
|
3268
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PreviewComponent, "app-preview", never, { "providerId": { "alias": "providerId"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; "roleData": { "alias": "roleData"; "required": false; }; "cloudfrontUrl": { "alias": "cloudfrontUrl"; "required": false; }; }, { "backToParent": "backToParent"; }, never, never, true, never>;
|
|
3269
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PreviewComponent, "app-preview", never, { "providerId": { "alias": "providerId"; "required": false; }; "isResume": { "alias": "isResume"; "required": false; }; "resumeModel": { "alias": "resumeModel"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; "roleData": { "alias": "roleData"; "required": false; }; "cloudfrontUrl": { "alias": "cloudfrontUrl"; "required": false; }; }, { "backToParent": "backToParent"; }, never, never, true, never>;
|
|
3269
3270
|
}
|
|
3270
3271
|
|
|
3271
3272
|
declare class AssetUrlsService {
|