@thejob/schema 1.0.37 → 1.0.38

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.
@@ -21,15 +21,16 @@ export declare enum ResumeStatus {
21
21
  export declare const SupportedResumeStatuses: ResumeStatus[];
22
22
  export declare enum ResumeSectionType {
23
23
  GeneralInfo = "generalInfo",
24
- WorkExperience = "workExperience",
25
- Education = "education",
26
- Skill = "skill",
27
- Project = "project",
28
- Certification = "certification",
29
- Interest = "interest",
24
+ WorkExperiences = "workExperiences",
25
+ Educations = "educations",
26
+ Skills = "skills",
27
+ Projects = "projects",
28
+ Certifications = "certifications",
29
+ Interests = "interests",
30
30
  AdditionalInfo = "additionalInfo",
31
- Language = "language",
32
- Reference = "reference"
31
+ Languages = "languages",
32
+ References = "references",
33
+ SocialAccounts = "socialAccounts"
33
34
  }
34
35
  export declare const SupportedResumeSectionTypes: ResumeSectionType[];
35
36
  //# sourceMappingURL=resume.constant.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"resume.constant.d.ts","sourceRoot":"","sources":["../../../src/resume/resume.constant.ts"],"names":[],"mappings":"AAAA,oBAAY,mBAAmB;IAC7B,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,YAAY,iBAAiB;CAC9B;AAED,eAAO,MAAM,6BAA6B,uBAAqC,CAAC;AAEhF,oBAAY,cAAc;IACxB,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,YAAY,iBAAiB;CAC9B;AAED,eAAO,MAAM,wBAAwB,kBAAgC,CAAC;AAEtE,oBAAY,YAAY;IACtB,KAAK,UAAU;IACf,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,OAAO,YAAY;CACpB;AAED,eAAO,MAAM,uBAAuB,gBAA8B,CAAC;AAEnE,oBAAY,iBAAiB;IAC3B,WAAW,gBAAgB;IAC3B,cAAc,mBAAmB;IACjC,SAAS,cAAc;IACvB,KAAK,UAAU;IACf,OAAO,YAAY;IACnB,aAAa,kBAAkB;IAC/B,QAAQ,aAAa;IACrB,cAAc,mBAAmB;IACjC,QAAQ,aAAa;IACrB,SAAS,cAAc;CACxB;AAED,eAAO,MAAM,2BAA2B,qBAAmC,CAAC"}
1
+ {"version":3,"file":"resume.constant.d.ts","sourceRoot":"","sources":["../../../src/resume/resume.constant.ts"],"names":[],"mappings":"AAAA,oBAAY,mBAAmB;IAC7B,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,YAAY,iBAAiB;CAC9B;AAED,eAAO,MAAM,6BAA6B,uBAAqC,CAAC;AAEhF,oBAAY,cAAc;IACxB,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,YAAY,iBAAiB;CAC9B;AAED,eAAO,MAAM,wBAAwB,kBAAgC,CAAC;AAEtE,oBAAY,YAAY;IACtB,KAAK,UAAU;IACf,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,OAAO,YAAY;CACpB;AAED,eAAO,MAAM,uBAAuB,gBAA8B,CAAC;AAEnE,oBAAY,iBAAiB;IAC3B,WAAW,gBAAgB;IAC3B,eAAe,oBAAoB;IACnC,UAAU,eAAe;IACzB,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,cAAc,mBAAmB;IACjC,SAAS,cAAc;IACvB,cAAc,mBAAmB;IACjC,SAAS,cAAc;IACvB,UAAU,eAAe;IACzB,cAAc,mBAAmB;CAClC;AAED,eAAO,MAAM,2BAA2B,qBAAmC,CAAC"}
@@ -25,14 +25,15 @@ export const SupportedResumeStatuses = Object.values(ResumeStatus);
25
25
  export var ResumeSectionType;
26
26
  (function (ResumeSectionType) {
27
27
  ResumeSectionType["GeneralInfo"] = "generalInfo";
28
- ResumeSectionType["WorkExperience"] = "workExperience";
29
- ResumeSectionType["Education"] = "education";
30
- ResumeSectionType["Skill"] = "skill";
31
- ResumeSectionType["Project"] = "project";
32
- ResumeSectionType["Certification"] = "certification";
33
- ResumeSectionType["Interest"] = "interest";
28
+ ResumeSectionType["WorkExperiences"] = "workExperiences";
29
+ ResumeSectionType["Educations"] = "educations";
30
+ ResumeSectionType["Skills"] = "skills";
31
+ ResumeSectionType["Projects"] = "projects";
32
+ ResumeSectionType["Certifications"] = "certifications";
33
+ ResumeSectionType["Interests"] = "interests";
34
34
  ResumeSectionType["AdditionalInfo"] = "additionalInfo";
35
- ResumeSectionType["Language"] = "language";
36
- ResumeSectionType["Reference"] = "reference";
35
+ ResumeSectionType["Languages"] = "languages";
36
+ ResumeSectionType["References"] = "references";
37
+ ResumeSectionType["SocialAccounts"] = "socialAccounts";
37
38
  })(ResumeSectionType || (ResumeSectionType = {}));
38
39
  export const SupportedResumeSectionTypes = Object.values(ResumeSectionType);
@@ -65,12 +65,18 @@ declare const ResumeInterestSectionSchema: ArraySchema<TUserSchema["interests"],
65
65
  export type TResumeInterestSectionSchema = InferType<typeof ResumeInterestSectionSchema>;
66
66
  declare const ResumeLanguageSectionSchema: ArraySchema<TUserSchema["languages"], object>;
67
67
  export type TResumeLanguageSectionSchema = InferType<typeof ResumeLanguageSectionSchema>;
68
+ export declare const ResumeSocialAccountSectionSchema: ArraySchema<TUserSchema["socialAccounts"], object>;
69
+ export type TResumeSocialAccountSectionSchema = InferType<typeof ResumeSocialAccountSectionSchema>;
68
70
  export declare const ResumeSchemaV2: import("yup").ObjectSchema<{
69
71
  userId: string;
70
72
  slug: string;
71
73
  sections: {
72
74
  id: NonNullable<ResumeSectionType | undefined>;
73
75
  data: {
76
+ type: NonNullable<import("../common").SocialAccount | undefined>;
77
+ url: string;
78
+ isNew: boolean;
79
+ }[] | {
74
80
  id?: string | undefined;
75
81
  headline?: string | undefined;
76
82
  image?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"resume.schema.d.ts","sourceRoot":"","sources":["../../../src/resume/resume.schema.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"resume.schema.d.ts","sourceRoot":"","sources":["../../../src/resume/resume.schema.ts"],"names":[],"mappings":"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"}
@@ -50,6 +50,7 @@ const ResumeInterestSectionSchema = reach(UserSchema, "interests");
50
50
  */
51
51
  }
52
52
  const ResumeLanguageSectionSchema = reach(UserSchema, "languages");
53
+ export const ResumeSocialAccountSectionSchema = reach(UserSchema, "socialAccounts");
53
54
  {
54
55
  /**
55
56
  * Note: Not supported yet.
@@ -104,27 +105,30 @@ export const ResumeSchemaV2 = object()
104
105
  case ResumeSectionType.GeneralInfo:
105
106
  // GeneralInfo schema is a single object schema, use it directly with null default
106
107
  return ResumeGeneralInfoSectionSchema.nullable().default(null);
107
- case ResumeSectionType.WorkExperience:
108
+ case ResumeSectionType.WorkExperiences:
108
109
  // WorkExperience schema is already an array schema, use it directly with empty array default
109
110
  return ResumeWorkExperienceSectionSchema.default([]);
110
- case ResumeSectionType.Education:
111
+ case ResumeSectionType.Educations:
111
112
  // Education schema is already an array schema, use it directly with empty array default
112
113
  return ResumeEducationSectionSchema.default([]);
113
- case ResumeSectionType.Skill:
114
+ case ResumeSectionType.Skills:
114
115
  // Skill schema is already an array schema, use it directly with empty array default
115
116
  return ResumeSkillSectionSchema.default([]);
116
- case ResumeSectionType.Project:
117
+ case ResumeSectionType.Projects:
117
118
  // Project schema is already an array schema, use it directly with empty array default
118
119
  return ResumeProjectSectionSchema.default([]);
119
- case ResumeSectionType.Certification:
120
+ case ResumeSectionType.Certifications:
120
121
  // Certification schema is already an array schema, use it directly with empty array default
121
122
  return ResumeCertificationSectionSchema.default([]);
122
- case ResumeSectionType.Interest:
123
+ case ResumeSectionType.Interests:
123
124
  // Interest schema is already an array schema, use it directly with empty array default
124
125
  return ResumeInterestSectionSchema.default([]);
125
- case ResumeSectionType.Language:
126
+ case ResumeSectionType.Languages:
126
127
  // Language schema is already an array schema, use it directly with empty array default
127
128
  return ResumeLanguageSectionSchema.default([]);
129
+ case ResumeSectionType.SocialAccounts:
130
+ // SocialAccounts schema is already an array schema, use it directly with empty array default
131
+ return ResumeSocialAccountSectionSchema.default([]);
128
132
  // case ResumeSectionType.AdditionalInfo:
129
133
  // // AdditionalInfo schema is already an array schema, use it directly with empty array default
130
134
  // return ResumeAdditionalInfoSectionSchema.default([]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thejob/schema",
3
- "version": "1.0.37",
3
+ "version": "1.0.38",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",