@thejob/schema 1.0.81 → 1.0.82
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/cjs/interfaces.index.d.ts +21 -53
- package/dist/cjs/interfaces.index.d.ts.map +1 -1
- package/dist/cjs/job-application/job-application.schema.d.ts +2 -6
- package/dist/cjs/job-application/job-application.schema.d.ts.map +1 -1
- package/dist/cjs/resume/resume.schema.d.ts +6 -14
- package/dist/cjs/resume/resume.schema.d.ts.map +1 -1
- package/dist/cjs/user/education/education.schema.d.ts +4 -12
- package/dist/cjs/user/education/education.schema.d.ts.map +1 -1
- package/dist/cjs/user/education/education.schema.js +2 -12
- package/dist/cjs/user/update-education.schema.d.ts +2 -6
- package/dist/cjs/user/update-education.schema.d.ts.map +1 -1
- package/dist/cjs/user/update-skill.schema.d.ts +1 -1
- package/dist/cjs/user/user-skill/user-skill.schema.d.ts +1 -1
- package/dist/cjs/user/user-skill/user-skill.schema.d.ts.map +1 -1
- package/dist/cjs/user/user-skill/user-skill.schema.js +5 -1
- package/dist/cjs/user/user.schema.d.ts +3 -7
- package/dist/cjs/user/user.schema.d.ts.map +1 -1
- package/dist/esm/interfaces.index.d.ts +21 -53
- package/dist/esm/interfaces.index.d.ts.map +1 -1
- package/dist/esm/job-application/job-application.schema.d.ts +2 -6
- package/dist/esm/job-application/job-application.schema.d.ts.map +1 -1
- package/dist/esm/resume/resume.schema.d.ts +6 -14
- package/dist/esm/resume/resume.schema.d.ts.map +1 -1
- package/dist/esm/user/education/education.schema.d.ts +4 -12
- package/dist/esm/user/education/education.schema.d.ts.map +1 -1
- package/dist/esm/user/education/education.schema.js +2 -12
- package/dist/esm/user/update-education.schema.d.ts +2 -6
- package/dist/esm/user/update-education.schema.d.ts.map +1 -1
- package/dist/esm/user/update-skill.schema.d.ts +1 -1
- package/dist/esm/user/user-skill/user-skill.schema.d.ts +1 -1
- package/dist/esm/user/user-skill/user-skill.schema.d.ts.map +1 -1
- package/dist/esm/user/user-skill/user-skill.schema.js +5 -1
- package/dist/esm/user/user.schema.d.ts +3 -7
- package/dist/esm/user/user.schema.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -87,12 +87,8 @@ export declare const JobApplicationSchema: ObjectSchema<{
|
|
|
87
87
|
type: import("..").PageType;
|
|
88
88
|
name: string;
|
|
89
89
|
};
|
|
90
|
-
course:
|
|
91
|
-
|
|
92
|
-
};
|
|
93
|
-
fieldOfStudy: {
|
|
94
|
-
name: string;
|
|
95
|
-
};
|
|
90
|
+
course: string;
|
|
91
|
+
fieldOfStudy: string;
|
|
96
92
|
isDistanceLearning: boolean;
|
|
97
93
|
studyType: NonNullable<import("../constants").StudyType | undefined>;
|
|
98
94
|
duration: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"job-application.schema.d.ts","sourceRoot":"","sources":["../../../src/job-application/job-application.schema.ts"],"names":[],"mappings":"AAaA,OAAO,EAIL,SAAS,EAIT,YAAY,EAEb,MAAM,iBAAiB,CAAC;AACzB,OAAO,EACL,oBAAoB,EAGrB,MAAM,4BAA4B,CAAC;AAEpC,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"job-application.schema.d.ts","sourceRoot":"","sources":["../../../src/job-application/job-application.schema.ts"],"names":[],"mappings":"AAaA,OAAO,EAIL,SAAS,EAIT,YAAY,EAEb,MAAM,iBAAiB,CAAC;AACzB,OAAO,EACL,oBAAoB,EAGrB,MAAM,4BAA4B,CAAC;AAEpC,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAiHN,CAAC;AAE5B,MAAM,MAAM,qBAAqB,GAAG,SAAS,CAAC,OAAO,oBAAoB,CAAC,CAAC"}
|
|
@@ -165,12 +165,8 @@ export declare const ResumeSchemaV2: import("yup").ObjectSchema<{
|
|
|
165
165
|
type: import("..").PageType;
|
|
166
166
|
name: string;
|
|
167
167
|
};
|
|
168
|
-
course:
|
|
169
|
-
|
|
170
|
-
};
|
|
171
|
-
fieldOfStudy: {
|
|
172
|
-
name: string;
|
|
173
|
-
};
|
|
168
|
+
course: string;
|
|
169
|
+
fieldOfStudy: string;
|
|
174
170
|
isDistanceLearning: boolean;
|
|
175
171
|
studyType: NonNullable<import("..").StudyType | undefined>;
|
|
176
172
|
duration: {
|
|
@@ -179,7 +175,7 @@ export declare const ResumeSchemaV2: import("yup").ObjectSchema<{
|
|
|
179
175
|
isActive: boolean;
|
|
180
176
|
};
|
|
181
177
|
}[] | {
|
|
182
|
-
lastUsed?: string | undefined;
|
|
178
|
+
lastUsed?: string | null | undefined;
|
|
183
179
|
skill: {
|
|
184
180
|
name: string;
|
|
185
181
|
logo: {
|
|
@@ -341,7 +337,7 @@ export declare const NewResumePromptSchema: (host?: string) => import("yup").Obj
|
|
|
341
337
|
proficiencyLevel: NonNullable<import("..").ProficiencyLevel | undefined>;
|
|
342
338
|
}[];
|
|
343
339
|
skills: {
|
|
344
|
-
lastUsed?: string | undefined;
|
|
340
|
+
lastUsed?: string | null | undefined;
|
|
345
341
|
skill: {
|
|
346
342
|
name: string;
|
|
347
343
|
logo: {
|
|
@@ -416,12 +412,8 @@ export declare const NewResumePromptSchema: (host?: string) => import("yup").Obj
|
|
|
416
412
|
type: import("..").PageType;
|
|
417
413
|
name: string;
|
|
418
414
|
};
|
|
419
|
-
course:
|
|
420
|
-
|
|
421
|
-
};
|
|
422
|
-
fieldOfStudy: {
|
|
423
|
-
name: string;
|
|
424
|
-
};
|
|
415
|
+
course: string;
|
|
416
|
+
fieldOfStudy: string;
|
|
425
417
|
isDistanceLearning: boolean;
|
|
426
418
|
studyType: NonNullable<import("..").StudyType | undefined>;
|
|
427
419
|
duration: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resume.schema.d.ts","sourceRoot":"","sources":["../../../src/resume/resume.schema.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAuC,MAAM,SAAS,CAAC;AAC3E,OAAO,EAEL,WAAW,EAEX,SAAS,EAMV,MAAM,iBAAiB,CAAC;AACzB,OAAO,EACL,mBAAmB,EACnB,iBAAiB,EACjB,YAAY,EAIb,MAAM,mBAAmB,CAAC;AAO3B,QAAA,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAA0B,CAAC;AAE/D,MAAM,MAAM,+BAA+B,GAAG,SAAS,CACrD,OAAO,8BAA8B,CACtC,CAAC;AAOF,QAAA,MAAM,iCAAiC,EACrC,WAAW,CAAC,WAAW,CAAC,iBAAiB,CAAC,EAAE,MAAM,CACf,CAAC;AAEtC,MAAM,MAAM,kCAAkC,GAAG,SAAS,CACxD,OAAO,iCAAiC,CACzC,CAAC;AAOF,QAAA,MAAM,4BAA4B,EAChC,WAAW,CAAC,WAAW,CAAC,YAAY,CAAC,EAAE,MAAM,CACf,CAAC;AAEjC,MAAM,MAAM,6BAA6B,GAAG,SAAS,CACnD,OAAO,4BAA4B,CACpC,CAAC;AAOF,QAAA,MAAM,wBAAwB,EAAI,WAAW,CAAC,WAAW,CAAC,QAAQ,CAAC,EAAE,MAAM,CAE1E,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG,SAAS,CAC/C,OAAO,wBAAwB,CAChC,CAAC;AAOF,QAAA,MAAM,0BAA0B,EAC9B,WAAW,CAAC,WAAW,CAAC,UAAU,CAAC,EAAE,MAAM,CACf,CAAC;AAE/B,MAAM,MAAM,2BAA2B,GAAG,SAAS,CACjD,OAAO,0BAA0B,CAClC,CAAC;AAOF,QAAA,MAAM,gCAAgC,EACpC,WAAW,CAAC,WAAW,CAAC,gBAAgB,CAAC,EAAE,MAAM,CACf,CAAC;AAErC,MAAM,MAAM,iCAAiC,GAAG,SAAS,CACvD,OAAO,gCAAgC,CACxC,CAAC;AAOF,QAAA,MAAM,2BAA2B,EAC/B,WAAW,CAAC,WAAW,CAAC,WAAW,CAAC,EAAE,MAAM,CACf,CAAC;AAEhC,MAAM,MAAM,4BAA4B,GAAG,SAAS,CAClD,OAAO,2BAA2B,CACnC,CAAC;AAOF,QAAA,MAAM,2BAA2B,EAC/B,WAAW,CAAC,WAAW,CAAC,WAAW,CAAC,EAAE,MAAM,CACf,CAAC;AAEhC,MAAM,MAAM,4BAA4B,GAAG,SAAS,CAClD,OAAO,2BAA2B,CACnC,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAC3C,WAAW,CAAC,WAAW,CAAC,gBAAgB,CAAC,EAAE,MAAM,CACf,CAAC;AAErC,MAAM,MAAM,iCAAiC,GAAG,SAAS,CACvD,OAAO,gCAAgC,CACxC,CAAC;AA2CF,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"resume.schema.d.ts","sourceRoot":"","sources":["../../../src/resume/resume.schema.ts"],"names":[],"mappings":"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"}
|
|
@@ -9,12 +9,8 @@ export declare const EducationSchema: ObjectSchema<{
|
|
|
9
9
|
type: import("../../page").PageType;
|
|
10
10
|
name: string;
|
|
11
11
|
};
|
|
12
|
-
course:
|
|
13
|
-
|
|
14
|
-
};
|
|
15
|
-
fieldOfStudy: {
|
|
16
|
-
name: string;
|
|
17
|
-
};
|
|
12
|
+
course: string;
|
|
13
|
+
fieldOfStudy: string;
|
|
18
14
|
duration: {
|
|
19
15
|
startDate: string;
|
|
20
16
|
endDate: string;
|
|
@@ -62,12 +58,8 @@ export declare const EducationSchema: ObjectSchema<{
|
|
|
62
58
|
updatedBy: undefined;
|
|
63
59
|
updatedAt: undefined;
|
|
64
60
|
};
|
|
65
|
-
course:
|
|
66
|
-
|
|
67
|
-
};
|
|
68
|
-
fieldOfStudy: {
|
|
69
|
-
name: undefined;
|
|
70
|
-
};
|
|
61
|
+
course: undefined;
|
|
62
|
+
fieldOfStudy: undefined;
|
|
71
63
|
duration: any;
|
|
72
64
|
description: undefined;
|
|
73
65
|
isDistanceLearning: false;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"education.schema.d.ts","sourceRoot":"","sources":["../../../../src/user/education/education.schema.ts"],"names":[],"mappings":"AAIA,OAAO,EAEL,SAAS,EAET,YAAY,EAEb,MAAM,oBAAoB,CAAC;AAE5B,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"education.schema.d.ts","sourceRoot":"","sources":["../../../../src/user/education/education.schema.ts"],"names":[],"mappings":"AAIA,OAAO,EAEL,SAAS,EAET,YAAY,EAEb,MAAM,oBAAoB,CAAC;AAE5B,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA8BP,CAAC;AAEtB,MAAM,MAAM,gBAAgB,GAAG,SAAS,CAAC,OAAO,eAAe,CAAC,CAAC"}
|
|
@@ -10,18 +10,8 @@ export const EducationSchema = object()
|
|
|
10
10
|
.concat(PageSchema.pick(["name", "type"]))
|
|
11
11
|
.required()
|
|
12
12
|
.label("Institute"),
|
|
13
|
-
course:
|
|
14
|
-
|
|
15
|
-
name: string().trim().required().label("Course Name"),
|
|
16
|
-
})
|
|
17
|
-
.required()
|
|
18
|
-
.label("Course"),
|
|
19
|
-
fieldOfStudy: object()
|
|
20
|
-
.shape({
|
|
21
|
-
name: string().trim().required().label("Field of Study Name"),
|
|
22
|
-
})
|
|
23
|
-
.required()
|
|
24
|
-
.label("Field of Study"),
|
|
13
|
+
course: string().trim().required().label("Course"),
|
|
14
|
+
fieldOfStudy: string().trim().required().label("Field of Study"),
|
|
25
15
|
duration: DurationSchema({
|
|
26
16
|
format: "YYYY-MM",
|
|
27
17
|
startLabel: "Start Date",
|
|
@@ -26,12 +26,8 @@ export declare const UpdateEducationsSchema: import("yup").ObjectSchema<{
|
|
|
26
26
|
type: import("..").PageType;
|
|
27
27
|
name: string;
|
|
28
28
|
};
|
|
29
|
-
course:
|
|
30
|
-
|
|
31
|
-
};
|
|
32
|
-
fieldOfStudy: {
|
|
33
|
-
name: string;
|
|
34
|
-
};
|
|
29
|
+
course: string;
|
|
30
|
+
fieldOfStudy: string;
|
|
35
31
|
isDistanceLearning: boolean;
|
|
36
32
|
studyType: NonNullable<import("..").StudyType | undefined>;
|
|
37
33
|
duration: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-education.schema.d.ts","sourceRoot":"","sources":["../../../src/user/update-education.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,SAAS,EAAU,MAAM,iBAAiB,CAAC;AAGjE;;GAEG;AAEH,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"update-education.schema.d.ts","sourceRoot":"","sources":["../../../src/user/update-education.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,SAAS,EAAU,MAAM,iBAAiB,CAAC;AAGjE;;GAEG;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MASM,CAAC;AAE1C,MAAM,MAAM,uBAAuB,GAAG,SAAS,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
|
|
@@ -8,7 +8,7 @@ export declare const UserSkillSchema: import("yup").ObjectSchema<{
|
|
|
8
8
|
} | null;
|
|
9
9
|
};
|
|
10
10
|
proficiencyLevel: NonNullable<import("../../constants").ProficiencyLevel | undefined>;
|
|
11
|
-
lastUsed: string | undefined;
|
|
11
|
+
lastUsed: string | null | undefined;
|
|
12
12
|
}, import("yup").AnyObject, {
|
|
13
13
|
skill: {
|
|
14
14
|
name: undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-skill.schema.d.ts","sourceRoot":"","sources":["../../../../src/user/user-skill/user-skill.schema.ts"],"names":[],"mappings":"AAEA,OAAO,EAAc,SAAS,EAAkB,MAAM,oBAAoB,CAAC;AAE3E,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"user-skill.schema.d.ts","sourceRoot":"","sources":["../../../../src/user/user-skill/user-skill.schema.ts"],"names":[],"mappings":"AAEA,OAAO,EAAc,SAAS,EAAkB,MAAM,oBAAoB,CAAC;AAE3E,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;MAcX,CAAC;AAElB,MAAM,MAAM,gBAAgB,GAAG,SAAS,CAAC,OAAO,eAAe,CAAC,CAAC"}
|
|
@@ -7,7 +7,11 @@ export const UserSkillSchema = object({
|
|
|
7
7
|
.oneOf(SupportedProficiencyLevels)
|
|
8
8
|
.required()
|
|
9
9
|
.label("Proficiency Level"),
|
|
10
|
-
lastUsed: dateString()
|
|
10
|
+
lastUsed: dateString()
|
|
11
|
+
.format("YYYY-MM")
|
|
12
|
+
.nullable()
|
|
13
|
+
.optional()
|
|
14
|
+
.label("Last Used"),
|
|
11
15
|
})
|
|
12
16
|
.noUnknown()
|
|
13
17
|
.strict()
|
|
@@ -59,12 +59,8 @@ export declare const UserSchema: import("yup").ObjectSchema<{
|
|
|
59
59
|
type: import("..").PageType;
|
|
60
60
|
name: string;
|
|
61
61
|
};
|
|
62
|
-
course:
|
|
63
|
-
|
|
64
|
-
};
|
|
65
|
-
fieldOfStudy: {
|
|
66
|
-
name: string;
|
|
67
|
-
};
|
|
62
|
+
course: string;
|
|
63
|
+
fieldOfStudy: string;
|
|
68
64
|
isDistanceLearning: boolean;
|
|
69
65
|
studyType: NonNullable<import("../constants").StudyType | undefined>;
|
|
70
66
|
duration: {
|
|
@@ -74,7 +70,7 @@ export declare const UserSchema: import("yup").ObjectSchema<{
|
|
|
74
70
|
};
|
|
75
71
|
}[];
|
|
76
72
|
skills: {
|
|
77
|
-
lastUsed?: string | undefined;
|
|
73
|
+
lastUsed?: string | null | undefined;
|
|
78
74
|
skill: {
|
|
79
75
|
name: string;
|
|
80
76
|
logo: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.schema.d.ts","sourceRoot":"","sources":["../../../src/user/user.schema.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAyB,MAAM,iBAAiB,CAAC;AAWnE,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"user.schema.d.ts","sourceRoot":"","sources":["../../../src/user/user.schema.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAyB,MAAM,iBAAiB,CAAC;AAWnE,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAyFA,CAAC;AAExB,MAAM,MAAM,WAAW,GAAG,SAAS,CAAC,OAAO,UAAU,CAAC,CAAC"}
|