@thejob/schema 1.0.67 → 1.0.68
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/ai/ai.types.d.ts +1 -1
- package/dist/cjs/ai/ai.types.d.ts.map +1 -1
- package/dist/cjs/common/common.types.d.ts +1 -1
- package/dist/cjs/common/common.types.d.ts.map +1 -1
- package/dist/cjs/common/index.d.ts +0 -1
- package/dist/cjs/common/index.d.ts.map +1 -1
- package/dist/cjs/common/index.js +0 -1
- package/dist/cjs/constants/auth.d.ts +12 -0
- package/dist/cjs/constants/auth.d.ts.map +1 -0
- package/dist/cjs/constants/auth.js +17 -0
- package/dist/cjs/constants/authorization.d.ts +10 -0
- package/dist/cjs/constants/authorization.d.ts.map +1 -0
- package/dist/cjs/constants/authorization.js +15 -0
- package/dist/cjs/constants/campaign.d.ts +8 -0
- package/dist/cjs/constants/campaign.d.ts.map +1 -0
- package/dist/cjs/constants/campaign.js +12 -0
- package/dist/cjs/constants/common.d.ts +29 -0
- package/dist/cjs/constants/common.d.ts.map +1 -0
- package/dist/cjs/constants/common.js +35 -0
- package/dist/cjs/constants/database.d.ts +366 -0
- package/dist/cjs/constants/database.d.ts.map +1 -0
- package/dist/cjs/constants/database.js +371 -0
- package/dist/cjs/constants/education.d.ts +19 -0
- package/dist/cjs/constants/education.d.ts.map +1 -0
- package/dist/cjs/constants/education.js +24 -0
- package/dist/cjs/constants/file.d.ts +31 -0
- package/dist/cjs/constants/file.d.ts.map +1 -0
- package/dist/cjs/constants/file.js +39 -0
- package/dist/cjs/constants/http.d.ts +147 -0
- package/dist/cjs/constants/http.d.ts.map +1 -0
- package/dist/cjs/constants/http.js +153 -0
- package/dist/cjs/constants/index.d.ts +17 -0
- package/dist/cjs/constants/index.d.ts.map +1 -0
- package/dist/cjs/constants/index.js +49 -0
- package/dist/cjs/constants/job.d.ts +53 -0
- package/dist/cjs/constants/job.d.ts.map +1 -0
- package/dist/cjs/constants/job.js +62 -0
- package/dist/cjs/constants/notification.d.ts +15 -0
- package/dist/cjs/constants/notification.d.ts.map +1 -0
- package/dist/cjs/constants/notification.js +19 -0
- package/dist/cjs/constants/page.d.ts +8 -0
- package/dist/cjs/constants/page.d.ts.map +1 -0
- package/dist/cjs/constants/page.js +12 -0
- package/dist/cjs/constants/report.d.ts +18 -0
- package/dist/cjs/constants/report.d.ts.map +1 -0
- package/dist/cjs/constants/report.js +23 -0
- package/dist/cjs/constants/reward.d.ts +37 -0
- package/dist/cjs/constants/reward.d.ts.map +1 -0
- package/dist/cjs/constants/reward.js +43 -0
- package/dist/cjs/constants/user.d.ts +71 -0
- package/dist/cjs/constants/user.d.ts.map +1 -0
- package/dist/cjs/constants/user.js +79 -0
- package/dist/cjs/constants/validation.d.ts +27 -0
- package/dist/cjs/constants/validation.d.ts.map +1 -0
- package/dist/cjs/constants/validation.js +31 -0
- package/dist/cjs/constants/webhook.d.ts +11 -0
- package/dist/cjs/constants/webhook.d.ts.map +1 -0
- package/dist/cjs/constants/webhook.js +16 -0
- package/dist/cjs/design-and-font/design-and-font.schema.d.ts +1 -1
- package/dist/cjs/group/group.schema.d.ts +1 -1
- package/dist/cjs/index.d.ts +8 -0
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +8 -0
- package/dist/cjs/interfaces.index.d.ts +79 -74
- package/dist/cjs/interfaces.index.d.ts.map +1 -1
- package/dist/cjs/job/job.schema.d.ts +15 -15
- package/dist/cjs/job/job.schema.d.ts.map +1 -1
- package/dist/cjs/job/job.schema.js +8 -7
- package/dist/cjs/job/job.types.d.ts +2 -1
- package/dist/cjs/job/job.types.d.ts.map +1 -1
- package/dist/cjs/job-application/job-application.schema.d.ts +29 -29
- package/dist/cjs/job-application/job-application.schema.d.ts.map +1 -1
- package/dist/cjs/job-application/job-application.schema.js +2 -1
- package/dist/cjs/job-role-template/job-role-template.schema.d.ts +12 -12
- package/dist/cjs/page/page.schema.d.ts +1 -1
- package/dist/cjs/question/choice-question.schema.d.ts +2 -2
- package/dist/cjs/question/choice-question.schema.d.ts.map +1 -1
- package/dist/cjs/question/choice-question.schema.js +2 -1
- package/dist/cjs/question/read-and-acknowledge.schema.d.ts +1 -1
- package/dist/cjs/question/read-and-acknowledge.schema.d.ts.map +1 -1
- package/dist/cjs/question/read-and-acknowledge.schema.js +2 -2
- package/dist/cjs/resume/resume.constant.d.ts +8 -8
- package/dist/cjs/resume/resume.constant.js +8 -8
- package/dist/cjs/resume/resume.schema.d.ts +87 -87
- package/dist/cjs/social-account/social-account.schema.d.ts +1 -1
- package/dist/cjs/social-account/social-account.schema.js +2 -2
- package/dist/cjs/user/education/education.schema.d.ts +1 -1
- package/dist/cjs/user/education/education.schema.js +2 -2
- package/dist/cjs/user/general-detail/general-detail.schema.d.ts +1 -1
- package/dist/cjs/user/general-detail/general-detail.schema.js +2 -2
- package/dist/cjs/user/update-additional-info.schema.d.ts +1 -1
- package/dist/cjs/user/update-education.schema.d.ts +12 -12
- package/dist/cjs/user/update-work-experience.schema.d.ts +14 -14
- package/dist/cjs/user/user-completeness.schema.d.ts.map +1 -1
- package/dist/cjs/user/user-completeness.schema.js +2 -1
- package/dist/cjs/user/user-language/user-language.schema.d.ts +1 -1
- package/dist/cjs/user/user-language/user-language.schema.js +2 -2
- package/dist/cjs/user/user-skill/user-skill.schema.d.ts +1 -1
- package/dist/cjs/user/user-skill/user-skill.schema.js +2 -2
- package/dist/cjs/user/user.schema.d.ts +28 -28
- package/dist/cjs/user/user.schema.js +4 -4
- package/dist/cjs/user/user.types.d.ts +1 -1
- package/dist/cjs/user/user.types.d.ts.map +1 -1
- package/dist/esm/ai/ai.types.d.ts +1 -1
- package/dist/esm/ai/ai.types.d.ts.map +1 -1
- package/dist/esm/common/common.types.d.ts +1 -1
- package/dist/esm/common/common.types.d.ts.map +1 -1
- package/dist/esm/common/index.d.ts +0 -1
- package/dist/esm/common/index.d.ts.map +1 -1
- package/dist/esm/common/index.js +0 -1
- package/dist/esm/constants/auth.d.ts +12 -0
- package/dist/esm/constants/auth.d.ts.map +1 -0
- package/dist/esm/constants/auth.js +14 -0
- package/dist/esm/constants/authorization.d.ts +10 -0
- package/dist/esm/constants/authorization.d.ts.map +1 -0
- package/dist/esm/constants/authorization.js +12 -0
- package/dist/esm/constants/campaign.d.ts +8 -0
- package/dist/esm/constants/campaign.d.ts.map +1 -0
- package/dist/esm/constants/campaign.js +9 -0
- package/dist/esm/constants/common.d.ts +29 -0
- package/dist/esm/constants/common.d.ts.map +1 -0
- package/dist/esm/constants/common.js +32 -0
- package/dist/esm/constants/database.d.ts +366 -0
- package/dist/esm/constants/database.d.ts.map +1 -0
- package/dist/esm/constants/database.js +368 -0
- package/dist/esm/constants/education.d.ts +19 -0
- package/dist/esm/constants/education.d.ts.map +1 -0
- package/dist/esm/constants/education.js +21 -0
- package/dist/esm/constants/file.d.ts +31 -0
- package/dist/esm/constants/file.d.ts.map +1 -0
- package/dist/esm/constants/file.js +36 -0
- package/dist/esm/constants/http.d.ts +147 -0
- package/dist/esm/constants/http.d.ts.map +1 -0
- package/dist/esm/constants/http.js +150 -0
- package/dist/esm/constants/index.d.ts +17 -0
- package/dist/esm/constants/index.d.ts.map +1 -0
- package/dist/esm/constants/index.js +33 -0
- package/dist/esm/constants/job.d.ts +53 -0
- package/dist/esm/constants/job.d.ts.map +1 -0
- package/dist/esm/constants/job.js +59 -0
- package/dist/esm/constants/notification.d.ts +15 -0
- package/dist/esm/constants/notification.d.ts.map +1 -0
- package/dist/esm/constants/notification.js +16 -0
- package/dist/esm/constants/page.d.ts +8 -0
- package/dist/esm/constants/page.d.ts.map +1 -0
- package/dist/esm/constants/page.js +9 -0
- package/dist/esm/constants/report.d.ts +18 -0
- package/dist/esm/constants/report.d.ts.map +1 -0
- package/dist/esm/constants/report.js +20 -0
- package/dist/esm/constants/reward.d.ts +37 -0
- package/dist/esm/constants/reward.d.ts.map +1 -0
- package/dist/esm/constants/reward.js +40 -0
- package/dist/esm/constants/user.d.ts +71 -0
- package/dist/esm/constants/user.d.ts.map +1 -0
- package/dist/esm/constants/user.js +76 -0
- package/dist/esm/constants/validation.d.ts +27 -0
- package/dist/esm/constants/validation.d.ts.map +1 -0
- package/dist/esm/constants/validation.js +28 -0
- package/dist/esm/constants/webhook.d.ts +11 -0
- package/dist/esm/constants/webhook.d.ts.map +1 -0
- package/dist/esm/constants/webhook.js +13 -0
- package/dist/esm/design-and-font/design-and-font.schema.d.ts +1 -1
- package/dist/esm/group/group.schema.d.ts +1 -1
- package/dist/esm/index.d.ts +8 -0
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +8 -0
- package/dist/esm/interfaces.index.d.ts +79 -74
- package/dist/esm/interfaces.index.d.ts.map +1 -1
- package/dist/esm/job/job.schema.d.ts +15 -15
- package/dist/esm/job/job.schema.d.ts.map +1 -1
- package/dist/esm/job/job.schema.js +3 -2
- package/dist/esm/job/job.types.d.ts +2 -1
- package/dist/esm/job/job.types.d.ts.map +1 -1
- package/dist/esm/job-application/job-application.schema.d.ts +29 -29
- package/dist/esm/job-application/job-application.schema.d.ts.map +1 -1
- package/dist/esm/job-application/job-application.schema.js +2 -1
- package/dist/esm/job-role-template/job-role-template.schema.d.ts +12 -12
- package/dist/esm/page/page.schema.d.ts +1 -1
- package/dist/esm/question/choice-question.schema.d.ts +2 -2
- package/dist/esm/question/choice-question.schema.d.ts.map +1 -1
- package/dist/esm/question/choice-question.schema.js +2 -1
- package/dist/esm/question/read-and-acknowledge.schema.d.ts +1 -1
- package/dist/esm/question/read-and-acknowledge.schema.d.ts.map +1 -1
- package/dist/esm/question/read-and-acknowledge.schema.js +1 -1
- package/dist/esm/resume/resume.constant.d.ts +8 -8
- package/dist/esm/resume/resume.constant.js +8 -8
- package/dist/esm/resume/resume.schema.d.ts +87 -87
- package/dist/esm/social-account/social-account.schema.d.ts +1 -1
- package/dist/esm/social-account/social-account.schema.js +1 -1
- package/dist/esm/user/education/education.schema.d.ts +1 -1
- package/dist/esm/user/education/education.schema.js +1 -1
- package/dist/esm/user/general-detail/general-detail.schema.d.ts +1 -1
- package/dist/esm/user/general-detail/general-detail.schema.js +1 -1
- package/dist/esm/user/update-additional-info.schema.d.ts +1 -1
- package/dist/esm/user/update-education.schema.d.ts +12 -12
- package/dist/esm/user/update-work-experience.schema.d.ts +14 -14
- package/dist/esm/user/user-completeness.schema.d.ts.map +1 -1
- package/dist/esm/user/user-completeness.schema.js +2 -1
- package/dist/esm/user/user-language/user-language.schema.d.ts +1 -1
- package/dist/esm/user/user-language/user-language.schema.js +1 -1
- package/dist/esm/user/user-skill/user-skill.schema.d.ts +1 -1
- package/dist/esm/user/user-skill/user-skill.schema.js +1 -1
- package/dist/esm/user/user.schema.d.ts +28 -28
- package/dist/esm/user/user.schema.js +1 -1
- package/dist/esm/user/user.types.d.ts +1 -1
- package/dist/esm/user/user.types.d.ts.map +1 -1
- package/package.json +4 -3
- package/dist/cjs/common/constants.d.ts +0 -200
- package/dist/cjs/common/constants.d.ts.map +0 -1
- package/dist/cjs/common/constants.js +0 -256
- package/dist/esm/common/constants.d.ts +0 -200
- package/dist/esm/common/constants.d.ts.map +0 -1
- package/dist/esm/common/constants.js +0 -253
|
@@ -2,7 +2,7 @@ export interface IAiJobInfo {
|
|
|
2
2
|
hoursPerWeek?: string | undefined;
|
|
3
3
|
headline?: string | undefined;
|
|
4
4
|
locations?: string[] | undefined;
|
|
5
|
-
educationLevel?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
5
|
+
educationLevel?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/education").EducationLevel[] | undefined;
|
|
6
6
|
description: string;
|
|
7
7
|
employmentType?: string | undefined;
|
|
8
8
|
workMode?: string | undefined;
|
|
@@ -28,7 +28,7 @@ export interface IAiGeneralInfo {
|
|
|
28
28
|
location?: string | undefined;
|
|
29
29
|
}
|
|
30
30
|
export interface IAiTSocialAccount {
|
|
31
|
-
type: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
31
|
+
type: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").SocialAccount;
|
|
32
32
|
url: string;
|
|
33
33
|
}
|
|
34
34
|
export interface IAiWorkExperience {
|
|
@@ -99,7 +99,7 @@ export interface IAiReference {
|
|
|
99
99
|
export interface IAiUserInfo {
|
|
100
100
|
name: string;
|
|
101
101
|
email: string;
|
|
102
|
-
experienceLevel: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
102
|
+
experienceLevel: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/job").ExperienceLevel;
|
|
103
103
|
mobile?: string | undefined;
|
|
104
104
|
headline?: string | undefined;
|
|
105
105
|
location?: string | undefined;
|
|
@@ -160,7 +160,7 @@ export interface IAiPromptJobApplicationSummary {
|
|
|
160
160
|
applicantCount?: number | undefined;
|
|
161
161
|
externalApplicationLinkClickCount?: number | undefined;
|
|
162
162
|
descriptionHTML?: string | undefined;
|
|
163
|
-
experienceLevel?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
163
|
+
experienceLevel?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/job").ExperienceLevel | null | undefined;
|
|
164
164
|
contactEmail?: string | null | undefined;
|
|
165
165
|
workingHoursPerWeek?: number | null | undefined;
|
|
166
166
|
tags?: any[] | undefined;
|
|
@@ -190,7 +190,7 @@ export interface IAiPromptJobApplicationSummary {
|
|
|
190
190
|
readonly?: boolean | undefined;
|
|
191
191
|
preferredAnswer?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.schema").TMixedValue | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.schema").TMixedValue[] | undefined;
|
|
192
192
|
answers?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.schema").TMixedValue | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.schema").TMixedValue[] | undefined;
|
|
193
|
-
optionsFrom?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common
|
|
193
|
+
optionsFrom?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.ExperienceLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.EducationLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.Skill | undefined;
|
|
194
194
|
type: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.constant").QuestionType.Choice;
|
|
195
195
|
default: boolean;
|
|
196
196
|
title: string;
|
|
@@ -209,7 +209,7 @@ export interface IAiPromptJobApplicationSummary {
|
|
|
209
209
|
isOptional?: boolean | undefined;
|
|
210
210
|
readonly?: boolean | undefined;
|
|
211
211
|
preferredAnswer?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.schema").TMixedValue | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.schema").TMixedValue[] | undefined;
|
|
212
|
-
optionsFrom?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common
|
|
212
|
+
optionsFrom?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.ExperienceLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.EducationLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.Skill | undefined;
|
|
213
213
|
type: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.constant").QuestionType.Choice;
|
|
214
214
|
default: boolean;
|
|
215
215
|
title: string;
|
|
@@ -231,8 +231,8 @@ export interface IAiPromptJobApplicationSummary {
|
|
|
231
231
|
description: string;
|
|
232
232
|
default: boolean;
|
|
233
233
|
title: string;
|
|
234
|
-
preferredAnswer: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common
|
|
235
|
-
answers: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common
|
|
234
|
+
preferredAnswer: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.Yes | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.No | undefined>;
|
|
235
|
+
answers: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.Yes | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.No | undefined>;
|
|
236
236
|
} | {
|
|
237
237
|
label?: string | undefined;
|
|
238
238
|
isNew?: boolean | undefined;
|
|
@@ -242,7 +242,7 @@ export interface IAiPromptJobApplicationSummary {
|
|
|
242
242
|
description: string;
|
|
243
243
|
default: boolean;
|
|
244
244
|
title: string;
|
|
245
|
-
preferredAnswer: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common
|
|
245
|
+
preferredAnswer: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.Yes | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.No | undefined>;
|
|
246
246
|
})[] | undefined;
|
|
247
247
|
seoTags?: {
|
|
248
248
|
meta: {
|
|
@@ -261,7 +261,7 @@ export interface IAiPromptJobApplicationSummary {
|
|
|
261
261
|
salaryRange?: {
|
|
262
262
|
min?: number | null | undefined;
|
|
263
263
|
max?: number | null | undefined;
|
|
264
|
-
compensationType?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
264
|
+
compensationType?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/job").CompensationType | null | undefined;
|
|
265
265
|
currency: string;
|
|
266
266
|
isNegotiable: boolean | null;
|
|
267
267
|
} | null | undefined;
|
|
@@ -273,7 +273,7 @@ export interface IAiPromptJobApplicationSummary {
|
|
|
273
273
|
subCategories?: string[] | null | undefined;
|
|
274
274
|
headline: string;
|
|
275
275
|
slug: string;
|
|
276
|
-
applicationReceivePreference: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
276
|
+
applicationReceivePreference: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/job").ApplicationReceivePreference | undefined>;
|
|
277
277
|
id: string;
|
|
278
278
|
shortId: string;
|
|
279
279
|
locations: {
|
|
@@ -304,7 +304,7 @@ export interface IAiPromptJobApplicationSummary {
|
|
|
304
304
|
employmentType: string;
|
|
305
305
|
workMode: string;
|
|
306
306
|
descriptionMarkdown: string;
|
|
307
|
-
educationLevel: (import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
307
|
+
educationLevel: (import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/education").EducationLevel | undefined)[];
|
|
308
308
|
termsAccepted: NonNullable<boolean | undefined>;
|
|
309
309
|
validity: {
|
|
310
310
|
startDate: string;
|
|
@@ -332,7 +332,7 @@ export interface IAiPromptJobApplicationSummary {
|
|
|
332
332
|
readonly?: boolean | undefined;
|
|
333
333
|
preferredAnswer?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.schema").TMixedValue | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.schema").TMixedValue[] | undefined;
|
|
334
334
|
answers?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.schema").TMixedValue | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.schema").TMixedValue[] | undefined;
|
|
335
|
-
optionsFrom?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common
|
|
335
|
+
optionsFrom?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.ExperienceLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.EducationLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.Skill | undefined;
|
|
336
336
|
type: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.constant").QuestionType.Choice;
|
|
337
337
|
default: boolean;
|
|
338
338
|
title: string;
|
|
@@ -354,8 +354,8 @@ export interface IAiPromptJobApplicationSummary {
|
|
|
354
354
|
description: string;
|
|
355
355
|
default: boolean;
|
|
356
356
|
title: string;
|
|
357
|
-
preferredAnswer: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common
|
|
358
|
-
answers: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common
|
|
357
|
+
preferredAnswer: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.Yes | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.No | undefined>;
|
|
358
|
+
answers: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.Yes | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.No | undefined>;
|
|
359
359
|
})[] | undefined;
|
|
360
360
|
applicationSummary?: string | undefined;
|
|
361
361
|
score?: number | undefined;
|
|
@@ -370,7 +370,7 @@ export interface IAiPromptJobApplicationSummary {
|
|
|
370
370
|
createdBy: string;
|
|
371
371
|
createdAt: number;
|
|
372
372
|
userId: string;
|
|
373
|
-
experienceLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
373
|
+
experienceLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/job").ExperienceLevel | undefined>;
|
|
374
374
|
emailVerified: NonNullable<boolean | undefined>;
|
|
375
375
|
mobile: {
|
|
376
376
|
number: string;
|
|
@@ -472,7 +472,7 @@ export interface IAiPromptJobApplicationSummary {
|
|
|
472
472
|
name: string;
|
|
473
473
|
};
|
|
474
474
|
isDistanceLearning: boolean;
|
|
475
|
-
studyType: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
475
|
+
studyType: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/education").StudyType | undefined>;
|
|
476
476
|
};
|
|
477
477
|
};
|
|
478
478
|
}
|
|
@@ -562,6 +562,11 @@ export interface IProfileCompleteness {
|
|
|
562
562
|
interests?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/common.types").CompletenessScore | undefined;
|
|
563
563
|
projects?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/common.types").CompletenessScore | undefined;
|
|
564
564
|
}
|
|
565
|
+
export interface IMongoDBErrorStatusCode {
|
|
566
|
+
toFixed: (fractionDigits?: number | undefined) => string;
|
|
567
|
+
toExponential: (fractionDigits?: number | undefined) => string;
|
|
568
|
+
toPrecision: (precision?: number | undefined) => string;
|
|
569
|
+
}
|
|
565
570
|
export interface ICourseSchema {
|
|
566
571
|
name: string;
|
|
567
572
|
type: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/course/course.constant").CourseType | undefined>;
|
|
@@ -649,7 +654,7 @@ export interface IJobSchema {
|
|
|
649
654
|
applicantCount?: number | undefined;
|
|
650
655
|
externalApplicationLinkClickCount?: number | undefined;
|
|
651
656
|
descriptionHTML?: string | undefined;
|
|
652
|
-
experienceLevel?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
657
|
+
experienceLevel?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/job").ExperienceLevel | null | undefined;
|
|
653
658
|
contactEmail?: string | null | undefined;
|
|
654
659
|
workingHoursPerWeek?: number | null | undefined;
|
|
655
660
|
tags?: any[] | undefined;
|
|
@@ -679,7 +684,7 @@ export interface IJobSchema {
|
|
|
679
684
|
readonly?: boolean | undefined;
|
|
680
685
|
preferredAnswer?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.schema").TMixedValue | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.schema").TMixedValue[] | undefined;
|
|
681
686
|
answers?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.schema").TMixedValue | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.schema").TMixedValue[] | undefined;
|
|
682
|
-
optionsFrom?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common
|
|
687
|
+
optionsFrom?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.ExperienceLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.EducationLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.Skill | undefined;
|
|
683
688
|
type: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.constant").QuestionType.Choice;
|
|
684
689
|
default: boolean;
|
|
685
690
|
title: string;
|
|
@@ -698,7 +703,7 @@ export interface IJobSchema {
|
|
|
698
703
|
isOptional?: boolean | undefined;
|
|
699
704
|
readonly?: boolean | undefined;
|
|
700
705
|
preferredAnswer?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.schema").TMixedValue | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.schema").TMixedValue[] | undefined;
|
|
701
|
-
optionsFrom?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common
|
|
706
|
+
optionsFrom?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.ExperienceLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.EducationLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.Skill | undefined;
|
|
702
707
|
type: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.constant").QuestionType.Choice;
|
|
703
708
|
default: boolean;
|
|
704
709
|
title: string;
|
|
@@ -720,8 +725,8 @@ export interface IJobSchema {
|
|
|
720
725
|
description: string;
|
|
721
726
|
default: boolean;
|
|
722
727
|
title: string;
|
|
723
|
-
preferredAnswer: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common
|
|
724
|
-
answers: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common
|
|
728
|
+
preferredAnswer: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.Yes | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.No | undefined>;
|
|
729
|
+
answers: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.Yes | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.No | undefined>;
|
|
725
730
|
} | {
|
|
726
731
|
label?: string | undefined;
|
|
727
732
|
isNew?: boolean | undefined;
|
|
@@ -731,7 +736,7 @@ export interface IJobSchema {
|
|
|
731
736
|
description: string;
|
|
732
737
|
default: boolean;
|
|
733
738
|
title: string;
|
|
734
|
-
preferredAnswer: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common
|
|
739
|
+
preferredAnswer: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.Yes | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.No | undefined>;
|
|
735
740
|
})[] | undefined;
|
|
736
741
|
seoTags?: {
|
|
737
742
|
meta: {
|
|
@@ -750,7 +755,7 @@ export interface IJobSchema {
|
|
|
750
755
|
salaryRange?: {
|
|
751
756
|
min?: number | null | undefined;
|
|
752
757
|
max?: number | null | undefined;
|
|
753
|
-
compensationType?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
758
|
+
compensationType?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/job").CompensationType | null | undefined;
|
|
754
759
|
currency: string;
|
|
755
760
|
isNegotiable: boolean | null;
|
|
756
761
|
} | null | undefined;
|
|
@@ -762,7 +767,7 @@ export interface IJobSchema {
|
|
|
762
767
|
subCategories?: string[] | null | undefined;
|
|
763
768
|
headline: string;
|
|
764
769
|
slug: string;
|
|
765
|
-
applicationReceivePreference: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
770
|
+
applicationReceivePreference: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/job").ApplicationReceivePreference | undefined>;
|
|
766
771
|
id: string;
|
|
767
772
|
shortId: string;
|
|
768
773
|
locations: {
|
|
@@ -793,7 +798,7 @@ export interface IJobSchema {
|
|
|
793
798
|
employmentType: string;
|
|
794
799
|
workMode: string;
|
|
795
800
|
descriptionMarkdown: string;
|
|
796
|
-
educationLevel: (import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
801
|
+
educationLevel: (import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/education").EducationLevel | undefined)[];
|
|
797
802
|
termsAccepted: NonNullable<boolean | undefined>;
|
|
798
803
|
validity: {
|
|
799
804
|
startDate: string;
|
|
@@ -830,7 +835,7 @@ export interface IJobRoleTemplate {
|
|
|
830
835
|
readonly?: boolean | undefined;
|
|
831
836
|
preferredAnswer?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.schema").TMixedValue | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.schema").TMixedValue[] | undefined;
|
|
832
837
|
answers?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.schema").TMixedValue | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.schema").TMixedValue[] | undefined;
|
|
833
|
-
optionsFrom?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common
|
|
838
|
+
optionsFrom?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.ExperienceLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.EducationLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.Skill | undefined;
|
|
834
839
|
type: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.constant").QuestionType.Choice;
|
|
835
840
|
default: boolean;
|
|
836
841
|
title: string;
|
|
@@ -844,7 +849,7 @@ export interface IJobRoleTemplate {
|
|
|
844
849
|
} | undefined)[];
|
|
845
850
|
answerChoiceType: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.constant").AnswerChoiceType | undefined>;
|
|
846
851
|
})[] | undefined;
|
|
847
|
-
educationLevel?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
852
|
+
educationLevel?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/education").EducationLevel[] | undefined;
|
|
848
853
|
}
|
|
849
854
|
export interface IJobApplicationSchema {
|
|
850
855
|
updatedBy?: string | undefined;
|
|
@@ -866,7 +871,7 @@ export interface IJobApplicationSchema {
|
|
|
866
871
|
readonly?: boolean | undefined;
|
|
867
872
|
preferredAnswer?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.schema").TMixedValue | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.schema").TMixedValue[] | undefined;
|
|
868
873
|
answers?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.schema").TMixedValue | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.schema").TMixedValue[] | undefined;
|
|
869
|
-
optionsFrom?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common
|
|
874
|
+
optionsFrom?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.ExperienceLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.EducationLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.Skill | undefined;
|
|
870
875
|
type: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.constant").QuestionType.Choice;
|
|
871
876
|
default: boolean;
|
|
872
877
|
title: string;
|
|
@@ -888,8 +893,8 @@ export interface IJobApplicationSchema {
|
|
|
888
893
|
description: string;
|
|
889
894
|
default: boolean;
|
|
890
895
|
title: string;
|
|
891
|
-
preferredAnswer: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common
|
|
892
|
-
answers: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common
|
|
896
|
+
preferredAnswer: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.Yes | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.No | undefined>;
|
|
897
|
+
answers: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.Yes | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.No | undefined>;
|
|
893
898
|
})[] | undefined;
|
|
894
899
|
applicationSummary?: string | undefined;
|
|
895
900
|
score?: number | undefined;
|
|
@@ -904,7 +909,7 @@ export interface IJobApplicationSchema {
|
|
|
904
909
|
createdBy: string;
|
|
905
910
|
createdAt: number;
|
|
906
911
|
userId: string;
|
|
907
|
-
experienceLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
912
|
+
experienceLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/job").ExperienceLevel | undefined>;
|
|
908
913
|
emailVerified: NonNullable<boolean | undefined>;
|
|
909
914
|
mobile: {
|
|
910
915
|
number: string;
|
|
@@ -1006,7 +1011,7 @@ export interface IJobApplicationSchema {
|
|
|
1006
1011
|
name: string;
|
|
1007
1012
|
};
|
|
1008
1013
|
isDistanceLearning: boolean;
|
|
1009
|
-
studyType: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
1014
|
+
studyType: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/education").StudyType | undefined>;
|
|
1010
1015
|
};
|
|
1011
1016
|
}
|
|
1012
1017
|
export interface IJobRoleTemplateSchema {
|
|
@@ -1046,7 +1051,7 @@ export interface IJobRoleTemplateSchema {
|
|
|
1046
1051
|
readonly?: boolean | undefined;
|
|
1047
1052
|
preferredAnswer?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.schema").TMixedValue | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.schema").TMixedValue[] | undefined;
|
|
1048
1053
|
answers?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.schema").TMixedValue | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.schema").TMixedValue[] | undefined;
|
|
1049
|
-
optionsFrom?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common
|
|
1054
|
+
optionsFrom?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.ExperienceLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.EducationLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.Skill | undefined;
|
|
1050
1055
|
type: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.constant").QuestionType.Choice;
|
|
1051
1056
|
default: boolean;
|
|
1052
1057
|
title: string;
|
|
@@ -1065,7 +1070,7 @@ export interface IJobRoleTemplateSchema {
|
|
|
1065
1070
|
isOptional?: boolean | undefined;
|
|
1066
1071
|
readonly?: boolean | undefined;
|
|
1067
1072
|
preferredAnswer?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.schema").TMixedValue | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.schema").TMixedValue[] | undefined;
|
|
1068
|
-
optionsFrom?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common
|
|
1073
|
+
optionsFrom?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.ExperienceLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.EducationLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.Skill | undefined;
|
|
1069
1074
|
type: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.constant").QuestionType.Choice;
|
|
1070
1075
|
default: boolean;
|
|
1071
1076
|
title: string;
|
|
@@ -1087,8 +1092,8 @@ export interface IJobRoleTemplateSchema {
|
|
|
1087
1092
|
description: string;
|
|
1088
1093
|
default: boolean;
|
|
1089
1094
|
title: string;
|
|
1090
|
-
preferredAnswer: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common
|
|
1091
|
-
answers: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common
|
|
1095
|
+
preferredAnswer: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.Yes | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.No | undefined>;
|
|
1096
|
+
answers: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.Yes | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.No | undefined>;
|
|
1092
1097
|
} | {
|
|
1093
1098
|
label?: string | undefined;
|
|
1094
1099
|
isNew?: boolean | undefined;
|
|
@@ -1098,11 +1103,11 @@ export interface IJobRoleTemplateSchema {
|
|
|
1098
1103
|
description: string;
|
|
1099
1104
|
default: boolean;
|
|
1100
1105
|
title: string;
|
|
1101
|
-
preferredAnswer: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common
|
|
1106
|
+
preferredAnswer: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.Yes | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.No | undefined>;
|
|
1102
1107
|
})[] | undefined;
|
|
1103
1108
|
headline: string;
|
|
1104
1109
|
description: string;
|
|
1105
|
-
educationLevel: (import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
1110
|
+
educationLevel: (import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/education").EducationLevel | undefined)[];
|
|
1106
1111
|
}
|
|
1107
1112
|
export interface ILanguageSchema {
|
|
1108
1113
|
name: string;
|
|
@@ -1142,7 +1147,7 @@ export interface IPageSchema {
|
|
|
1142
1147
|
}[] | undefined;
|
|
1143
1148
|
verified?: Date | undefined;
|
|
1144
1149
|
socialAccounts?: {
|
|
1145
|
-
type: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
1150
|
+
type: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").SocialAccount | undefined>;
|
|
1146
1151
|
isNew: boolean;
|
|
1147
1152
|
url: string;
|
|
1148
1153
|
}[] | undefined;
|
|
@@ -1206,7 +1211,7 @@ export interface IChoiceQuestionSchema {
|
|
|
1206
1211
|
readonly?: boolean | undefined;
|
|
1207
1212
|
preferredAnswer?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.schema").TMixedValue | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.schema").TMixedValue[] | undefined;
|
|
1208
1213
|
answers?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.schema").TMixedValue | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.schema").TMixedValue[] | undefined;
|
|
1209
|
-
optionsFrom?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common
|
|
1214
|
+
optionsFrom?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.ExperienceLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.EducationLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.Skill | undefined;
|
|
1210
1215
|
type: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.constant").QuestionType.Choice;
|
|
1211
1216
|
default: boolean;
|
|
1212
1217
|
title: string;
|
|
@@ -1267,8 +1272,8 @@ export interface IReadAndAcknowledgeQuestionSchema {
|
|
|
1267
1272
|
description: string;
|
|
1268
1273
|
default: boolean;
|
|
1269
1274
|
title: string;
|
|
1270
|
-
preferredAnswer: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common
|
|
1271
|
-
answers: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common
|
|
1275
|
+
preferredAnswer: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.Yes | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.No | undefined>;
|
|
1276
|
+
answers: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.Yes | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/common").Common.No | undefined>;
|
|
1272
1277
|
}
|
|
1273
1278
|
export interface IResumeGeneralInfoSectionSchema {
|
|
1274
1279
|
headline?: string | undefined;
|
|
@@ -1283,7 +1288,7 @@ export interface IResumeGeneralInfoSectionSchema {
|
|
|
1283
1288
|
first: string;
|
|
1284
1289
|
};
|
|
1285
1290
|
email: string;
|
|
1286
|
-
experienceLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
1291
|
+
experienceLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/job").ExperienceLevel | undefined>;
|
|
1287
1292
|
location: {
|
|
1288
1293
|
address?: string | null | undefined;
|
|
1289
1294
|
state?: string | null | undefined;
|
|
@@ -1342,7 +1347,7 @@ export interface IResumeSchemaV2 {
|
|
|
1342
1347
|
sections: {
|
|
1343
1348
|
id: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/resume/resume.constant").ResumeSectionType | undefined>;
|
|
1344
1349
|
data: {
|
|
1345
|
-
type: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
1350
|
+
type: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").SocialAccount | undefined>;
|
|
1346
1351
|
isNew: boolean;
|
|
1347
1352
|
url: string;
|
|
1348
1353
|
}[] | {
|
|
@@ -1412,7 +1417,7 @@ export interface IResumeSchemaV2 {
|
|
|
1412
1417
|
name: string;
|
|
1413
1418
|
};
|
|
1414
1419
|
isDistanceLearning: boolean;
|
|
1415
|
-
studyType: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
1420
|
+
studyType: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/education").StudyType | undefined>;
|
|
1416
1421
|
}[] | {
|
|
1417
1422
|
lastUsed?: string | undefined;
|
|
1418
1423
|
skill: {
|
|
@@ -1422,7 +1427,7 @@ export interface IResumeSchemaV2 {
|
|
|
1422
1427
|
light: string;
|
|
1423
1428
|
} | null;
|
|
1424
1429
|
};
|
|
1425
|
-
proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
1430
|
+
proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").ProficiencyLevel | undefined>;
|
|
1426
1431
|
}[] | {
|
|
1427
1432
|
url?: string | undefined;
|
|
1428
1433
|
name: string;
|
|
@@ -1448,7 +1453,7 @@ export interface IResumeSchemaV2 {
|
|
|
1448
1453
|
name: string;
|
|
1449
1454
|
}[] | {
|
|
1450
1455
|
isNew: boolean;
|
|
1451
|
-
proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
1456
|
+
proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").ProficiencyLevel | undefined>;
|
|
1452
1457
|
language: {
|
|
1453
1458
|
name: string;
|
|
1454
1459
|
};
|
|
@@ -1465,7 +1470,7 @@ export interface IResumeSchemaV2 {
|
|
|
1465
1470
|
first: string;
|
|
1466
1471
|
};
|
|
1467
1472
|
email: string;
|
|
1468
|
-
experienceLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
1473
|
+
experienceLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/job").ExperienceLevel | undefined>;
|
|
1469
1474
|
location: {
|
|
1470
1475
|
address?: string | null | undefined;
|
|
1471
1476
|
state?: string | null | undefined;
|
|
@@ -1519,11 +1524,11 @@ export interface INewResumePromptSchema {
|
|
|
1519
1524
|
};
|
|
1520
1525
|
email: string;
|
|
1521
1526
|
socialAccounts: {
|
|
1522
|
-
type: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
1527
|
+
type: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").SocialAccount | undefined>;
|
|
1523
1528
|
isNew: boolean;
|
|
1524
1529
|
url: string;
|
|
1525
1530
|
}[];
|
|
1526
|
-
status: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
1531
|
+
status: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").UserStatus | undefined>;
|
|
1527
1532
|
skills: {
|
|
1528
1533
|
lastUsed?: string | undefined;
|
|
1529
1534
|
skill: {
|
|
@@ -1533,9 +1538,9 @@ export interface INewResumePromptSchema {
|
|
|
1533
1538
|
light: string;
|
|
1534
1539
|
} | null;
|
|
1535
1540
|
};
|
|
1536
|
-
proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
1541
|
+
proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").ProficiencyLevel | undefined>;
|
|
1537
1542
|
}[];
|
|
1538
|
-
experienceLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
1543
|
+
experienceLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/job").ExperienceLevel | undefined>;
|
|
1539
1544
|
location: {
|
|
1540
1545
|
address?: string | null | undefined;
|
|
1541
1546
|
state?: string | null | undefined;
|
|
@@ -1616,7 +1621,7 @@ export interface INewResumePromptSchema {
|
|
|
1616
1621
|
name: string;
|
|
1617
1622
|
};
|
|
1618
1623
|
isDistanceLearning: boolean;
|
|
1619
|
-
studyType: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
1624
|
+
studyType: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/education").StudyType | undefined>;
|
|
1620
1625
|
}[];
|
|
1621
1626
|
projects: {
|
|
1622
1627
|
url?: string | undefined;
|
|
@@ -1646,7 +1651,7 @@ export interface INewResumePromptSchema {
|
|
|
1646
1651
|
}[];
|
|
1647
1652
|
languages: {
|
|
1648
1653
|
isNew: boolean;
|
|
1649
|
-
proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
1654
|
+
proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").ProficiencyLevel | undefined>;
|
|
1650
1655
|
language: {
|
|
1651
1656
|
name: string;
|
|
1652
1657
|
};
|
|
@@ -1656,7 +1661,7 @@ export interface INewResumePromptSchema {
|
|
|
1656
1661
|
description: string;
|
|
1657
1662
|
title: string;
|
|
1658
1663
|
}[];
|
|
1659
|
-
roles: (import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
1664
|
+
roles: (import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").UserRole | undefined)[];
|
|
1660
1665
|
}, "status" | "roles">;
|
|
1661
1666
|
jobUrl?: string | undefined;
|
|
1662
1667
|
instructions?: string | undefined;
|
|
@@ -1673,7 +1678,7 @@ export interface ISkillSchema {
|
|
|
1673
1678
|
createdAt: number;
|
|
1674
1679
|
}
|
|
1675
1680
|
export interface ISocialAccountSchema {
|
|
1676
|
-
type: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
1681
|
+
type: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").SocialAccount | undefined>;
|
|
1677
1682
|
isNew: boolean;
|
|
1678
1683
|
url: string;
|
|
1679
1684
|
}
|
|
@@ -1747,7 +1752,7 @@ export interface IUpdateEducationsSchema {
|
|
|
1747
1752
|
name: string;
|
|
1748
1753
|
};
|
|
1749
1754
|
isDistanceLearning: boolean;
|
|
1750
|
-
studyType: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
1755
|
+
studyType: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/education").StudyType | undefined>;
|
|
1751
1756
|
}[];
|
|
1752
1757
|
}
|
|
1753
1758
|
export interface IUpdateInterestsSchema {
|
|
@@ -1760,7 +1765,7 @@ export interface IUpdateInterestsSchema {
|
|
|
1760
1765
|
export interface IUpdateLanguagesSchema {
|
|
1761
1766
|
languages: {
|
|
1762
1767
|
isNew: boolean;
|
|
1763
|
-
proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
1768
|
+
proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").ProficiencyLevel | undefined>;
|
|
1764
1769
|
language: {
|
|
1765
1770
|
name: string;
|
|
1766
1771
|
};
|
|
@@ -1788,12 +1793,12 @@ export interface IUpdateUserSkillsSchema {
|
|
|
1788
1793
|
light: string;
|
|
1789
1794
|
} | null;
|
|
1790
1795
|
};
|
|
1791
|
-
proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
1796
|
+
proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").ProficiencyLevel | undefined>;
|
|
1792
1797
|
}[];
|
|
1793
1798
|
}
|
|
1794
1799
|
export interface IUpdateSocialAccountsSchema {
|
|
1795
1800
|
socialAccounts: {
|
|
1796
|
-
type: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
1801
|
+
type: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").SocialAccount | undefined>;
|
|
1797
1802
|
isNew: boolean;
|
|
1798
1803
|
url: string;
|
|
1799
1804
|
}[];
|
|
@@ -1914,11 +1919,11 @@ export interface IUserSchema {
|
|
|
1914
1919
|
};
|
|
1915
1920
|
email: string;
|
|
1916
1921
|
socialAccounts: {
|
|
1917
|
-
type: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
1922
|
+
type: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").SocialAccount | undefined>;
|
|
1918
1923
|
isNew: boolean;
|
|
1919
1924
|
url: string;
|
|
1920
1925
|
}[];
|
|
1921
|
-
status: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
1926
|
+
status: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").UserStatus | undefined>;
|
|
1922
1927
|
skills: {
|
|
1923
1928
|
lastUsed?: string | undefined;
|
|
1924
1929
|
skill: {
|
|
@@ -1928,9 +1933,9 @@ export interface IUserSchema {
|
|
|
1928
1933
|
light: string;
|
|
1929
1934
|
} | null;
|
|
1930
1935
|
};
|
|
1931
|
-
proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
1936
|
+
proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").ProficiencyLevel | undefined>;
|
|
1932
1937
|
}[];
|
|
1933
|
-
experienceLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
1938
|
+
experienceLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/job").ExperienceLevel | undefined>;
|
|
1934
1939
|
location: {
|
|
1935
1940
|
address?: string | null | undefined;
|
|
1936
1941
|
state?: string | null | undefined;
|
|
@@ -2011,7 +2016,7 @@ export interface IUserSchema {
|
|
|
2011
2016
|
name: string;
|
|
2012
2017
|
};
|
|
2013
2018
|
isDistanceLearning: boolean;
|
|
2014
|
-
studyType: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
2019
|
+
studyType: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/education").StudyType | undefined>;
|
|
2015
2020
|
}[];
|
|
2016
2021
|
projects: {
|
|
2017
2022
|
url?: string | undefined;
|
|
@@ -2041,7 +2046,7 @@ export interface IUserSchema {
|
|
|
2041
2046
|
}[];
|
|
2042
2047
|
languages: {
|
|
2043
2048
|
isNew: boolean;
|
|
2044
|
-
proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
2049
|
+
proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").ProficiencyLevel | undefined>;
|
|
2045
2050
|
language: {
|
|
2046
2051
|
name: string;
|
|
2047
2052
|
};
|
|
@@ -2051,7 +2056,7 @@ export interface IUserSchema {
|
|
|
2051
2056
|
description: string;
|
|
2052
2057
|
title: string;
|
|
2053
2058
|
}[];
|
|
2054
|
-
roles: (import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
2059
|
+
roles: (import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").UserRole | undefined)[];
|
|
2055
2060
|
}
|
|
2056
2061
|
export interface IUserProfileOverview {
|
|
2057
2062
|
name: {
|
|
@@ -2059,7 +2064,7 @@ export interface IUserProfileOverview {
|
|
|
2059
2064
|
last: string;
|
|
2060
2065
|
};
|
|
2061
2066
|
email: string;
|
|
2062
|
-
experienceLevel: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
2067
|
+
experienceLevel: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/job").ExperienceLevel;
|
|
2063
2068
|
location?: {
|
|
2064
2069
|
address?: string | null | undefined;
|
|
2065
2070
|
state?: string | null | undefined;
|
|
@@ -2150,7 +2155,7 @@ export interface IUserProfileOverview {
|
|
|
2150
2155
|
name: string;
|
|
2151
2156
|
};
|
|
2152
2157
|
isDistanceLearning: boolean;
|
|
2153
|
-
studyType: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
2158
|
+
studyType: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/education").StudyType | undefined>;
|
|
2154
2159
|
} | undefined;
|
|
2155
2160
|
}
|
|
2156
2161
|
export interface ICompanySchema {
|
|
@@ -2213,7 +2218,7 @@ export interface IEducationSchema {
|
|
|
2213
2218
|
name: string;
|
|
2214
2219
|
};
|
|
2215
2220
|
isDistanceLearning: boolean;
|
|
2216
|
-
studyType: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
2221
|
+
studyType: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/education").StudyType | undefined>;
|
|
2217
2222
|
}
|
|
2218
2223
|
export interface IUserGeneralDetailSchema {
|
|
2219
2224
|
headline?: string | undefined;
|
|
@@ -2228,7 +2233,7 @@ export interface IUserGeneralDetailSchema {
|
|
|
2228
2233
|
first: string;
|
|
2229
2234
|
};
|
|
2230
2235
|
email: string;
|
|
2231
|
-
experienceLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
2236
|
+
experienceLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/job").ExperienceLevel | undefined>;
|
|
2232
2237
|
location: {
|
|
2233
2238
|
address?: string | null | undefined;
|
|
2234
2239
|
state?: string | null | undefined;
|
|
@@ -2275,7 +2280,7 @@ export interface IUserInterestSchema {
|
|
|
2275
2280
|
}
|
|
2276
2281
|
export interface IUserLanguageSchema {
|
|
2277
2282
|
isNew: boolean;
|
|
2278
|
-
proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
2283
|
+
proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").ProficiencyLevel | undefined>;
|
|
2279
2284
|
language: {
|
|
2280
2285
|
name: string;
|
|
2281
2286
|
};
|
|
@@ -2289,7 +2294,7 @@ export interface IUserSkillSchema {
|
|
|
2289
2294
|
light: string;
|
|
2290
2295
|
} | null;
|
|
2291
2296
|
};
|
|
2292
|
-
proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/
|
|
2297
|
+
proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").ProficiencyLevel | undefined>;
|
|
2293
2298
|
}
|
|
2294
2299
|
export interface IWorkExperienceSchema {
|
|
2295
2300
|
description?: string | undefined;
|