@thejob/schema 1.0.68 → 1.0.70

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.
@@ -6,7 +6,6 @@ export * from "./language";
6
6
  export * from "./user/user-additional-info";
7
7
  export * from "./duration";
8
8
  export * from "./common";
9
- export * from "./constants";
10
9
  export * from "./page";
11
10
  export * from "./category";
12
11
  export * from "./course";
@@ -25,11 +24,4 @@ export * from "./social-account";
25
24
  export * from "./design-and-font";
26
25
  export * from "./yup-extended";
27
26
  export * from './interfaces.index';
28
- export * from './interfaces.index';
29
- export * from './interfaces.index';
30
- export * from './interfaces.index';
31
- export * from './interfaces.index';
32
- export * from './interfaces.index';
33
- export * from './interfaces.index';
34
- export * from './interfaces.index';
35
27
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,qBAAqB,CAAC;AACpC,cAAc,MAAM,CAAC;AACrB,cAAc,SAAS,CAAC;AACxB,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,qBAAqB,CAAC;AACpC,cAAc,MAAM,CAAC;AACrB,cAAc,SAAS,CAAC;AACxB,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC"}
package/dist/cjs/index.js CHANGED
@@ -22,7 +22,6 @@ __exportStar(require("./language"), exports);
22
22
  __exportStar(require("./user/user-additional-info"), exports);
23
23
  __exportStar(require("./duration"), exports);
24
24
  __exportStar(require("./common"), exports);
25
- __exportStar(require("./constants"), exports);
26
25
  __exportStar(require("./page"), exports);
27
26
  __exportStar(require("./category"), exports);
28
27
  __exportStar(require("./course"), exports);
@@ -41,10 +40,3 @@ __exportStar(require("./social-account"), exports);
41
40
  __exportStar(require("./design-and-font"), exports);
42
41
  __exportStar(require("./yup-extended"), exports);
43
42
  __exportStar(require("./interfaces.index"), exports);
44
- __exportStar(require("./interfaces.index"), exports);
45
- __exportStar(require("./interfaces.index"), exports);
46
- __exportStar(require("./interfaces.index"), exports);
47
- __exportStar(require("./interfaces.index"), exports);
48
- __exportStar(require("./interfaces.index"), exports);
49
- __exportStar(require("./interfaces.index"), exports);
50
- __exportStar(require("./interfaces.index"), exports);
@@ -12,13 +12,13 @@ export declare const JobRoleTemplateSchema: import("yup").ObjectSchema<{
12
12
  } | undefined;
13
13
  description: string;
14
14
  headline: string;
15
- educationLevel: (import("..").EducationLevel | undefined)[];
15
+ educationLevel: (import("../constants").EducationLevel | undefined)[];
16
16
  questionnaire: ({
17
17
  label?: string | undefined;
18
18
  isNew?: boolean | undefined;
19
19
  isOptional?: boolean | undefined;
20
20
  readonly?: boolean | undefined;
21
- optionsFrom?: import("..").Common.ExperienceLevel | import("..").Common.EducationLevel | import("..").Common.Skill | undefined;
21
+ optionsFrom?: import("../constants").Common.ExperienceLevel | import("../constants").Common.EducationLevel | import("../constants").Common.Skill | undefined;
22
22
  preferredAnswer?: import("..").TMixedValue | import("..").TMixedValue[] | undefined;
23
23
  answers?: import("..").TMixedValue | import("..").TMixedValue[] | undefined;
24
24
  title: string;
@@ -52,8 +52,8 @@ export declare const JobRoleTemplateSchema: import("yup").ObjectSchema<{
52
52
  type: import("..").QuestionType.ReadAndAcknowledge;
53
53
  default: boolean;
54
54
  description: string;
55
- preferredAnswer: NonNullable<import("..").Common.Yes | import("..").Common.No | undefined>;
56
- answers: NonNullable<import("..").Common.Yes | import("..").Common.No | undefined>;
55
+ preferredAnswer: NonNullable<import("../constants").Common.Yes | import("../constants").Common.No | undefined>;
56
+ answers: NonNullable<import("../constants").Common.Yes | import("../constants").Common.No | undefined>;
57
57
  } | {
58
58
  label?: string | undefined;
59
59
  isNew?: boolean | undefined;
@@ -68,7 +68,7 @@ export declare const JobRoleTemplateSchema: import("yup").ObjectSchema<{
68
68
  isNew?: boolean | undefined;
69
69
  isOptional?: boolean | undefined;
70
70
  readonly?: boolean | undefined;
71
- optionsFrom?: import("..").Common.ExperienceLevel | import("..").Common.EducationLevel | import("..").Common.Skill | undefined;
71
+ optionsFrom?: import("../constants").Common.ExperienceLevel | import("../constants").Common.EducationLevel | import("../constants").Common.Skill | undefined;
72
72
  preferredAnswer?: import("..").TMixedValue | import("..").TMixedValue[] | undefined;
73
73
  title: string;
74
74
  type: import("..").QuestionType.Choice;
@@ -91,7 +91,7 @@ export declare const JobRoleTemplateSchema: import("yup").ObjectSchema<{
91
91
  type: import("..").QuestionType.ReadAndAcknowledge;
92
92
  default: boolean;
93
93
  description: string;
94
- preferredAnswer: NonNullable<import("..").Common.Yes | import("..").Common.No | undefined>;
94
+ preferredAnswer: NonNullable<import("../constants").Common.Yes | import("../constants").Common.No | undefined>;
95
95
  })[] | undefined;
96
96
  }, import("yup").AnyObject, {
97
97
  uniqueId: undefined;
@@ -38,7 +38,7 @@ export declare const PageSchema: import("yup").ObjectSchema<NonNullable<{
38
38
  id: string;
39
39
  }[];
40
40
  socialAccounts: {
41
- type: NonNullable<import("..").SocialAccount | undefined>;
41
+ type: NonNullable<import("../constants").SocialAccount | undefined>;
42
42
  url: string;
43
43
  isNew: boolean;
44
44
  }[] | undefined;
@@ -14,7 +14,7 @@ declare const ResumeGeneralInfoSectionSchema: import("yup").ObjectSchema<{
14
14
  mobile: string | null | undefined;
15
15
  emailVerified: string | null | undefined;
16
16
  mobileVerified: string | null | undefined;
17
- experienceLevel: NonNullable<import("..").ExperienceLevel | undefined>;
17
+ experienceLevel: NonNullable<import("../constants").ExperienceLevel | undefined>;
18
18
  location: {
19
19
  state?: string | null | undefined;
20
20
  stateCode?: string | null | undefined;
@@ -83,7 +83,7 @@ export declare const ResumeSchemaV2: import("yup").ObjectSchema<{
83
83
  sections: {
84
84
  id: NonNullable<ResumeSectionType | undefined>;
85
85
  data: {
86
- type: NonNullable<import("..").SocialAccount | undefined>;
86
+ type: NonNullable<import("../constants").SocialAccount | undefined>;
87
87
  url: string;
88
88
  isNew: boolean;
89
89
  }[] | {
@@ -111,7 +111,7 @@ export declare const ResumeSchemaV2: import("yup").ObjectSchema<{
111
111
  last?: string | undefined;
112
112
  first: string;
113
113
  };
114
- experienceLevel: NonNullable<import("..").ExperienceLevel | undefined>;
114
+ experienceLevel: NonNullable<import("../constants").ExperienceLevel | undefined>;
115
115
  } | {
116
116
  description?: string | undefined;
117
117
  location: {
@@ -174,7 +174,7 @@ export declare const ResumeSchemaV2: import("yup").ObjectSchema<{
174
174
  name: string;
175
175
  };
176
176
  isDistanceLearning: boolean;
177
- studyType: NonNullable<import("..").StudyType | undefined>;
177
+ studyType: NonNullable<import("../constants").StudyType | undefined>;
178
178
  duration: {
179
179
  startDate: string;
180
180
  endDate: string;
@@ -189,7 +189,7 @@ export declare const ResumeSchemaV2: import("yup").ObjectSchema<{
189
189
  light: string;
190
190
  } | null;
191
191
  };
192
- proficiencyLevel: NonNullable<import("..").ProficiencyLevel | undefined>;
192
+ proficiencyLevel: NonNullable<import("../constants").ProficiencyLevel | undefined>;
193
193
  }[] | {
194
194
  url?: string | undefined;
195
195
  name: string;
@@ -218,7 +218,7 @@ export declare const ResumeSchemaV2: import("yup").ObjectSchema<{
218
218
  name: string;
219
219
  };
220
220
  isNew: boolean;
221
- proficiencyLevel: NonNullable<import("..").ProficiencyLevel | undefined>;
221
+ proficiencyLevel: NonNullable<import("../constants").ProficiencyLevel | undefined>;
222
222
  }[] | null;
223
223
  }[];
224
224
  } & {
@@ -289,7 +289,7 @@ export declare const ResumeSchema: import("yup").ObjectSchema<{
289
289
  languages: never[];
290
290
  additionalInfo: never[];
291
291
  status: undefined;
292
- roles: import("..").UserRole[];
292
+ roles: import("../constants").UserRole[];
293
293
  id: undefined;
294
294
  name: {
295
295
  first: undefined;
@@ -340,7 +340,7 @@ export declare const NewResumePromptSchema: (host?: string) => import("yup").Obj
340
340
  name: string;
341
341
  };
342
342
  isNew: boolean;
343
- proficiencyLevel: NonNullable<import("..").ProficiencyLevel | undefined>;
343
+ proficiencyLevel: NonNullable<import("../constants").ProficiencyLevel | undefined>;
344
344
  }[];
345
345
  skills: {
346
346
  lastUsed?: string | undefined;
@@ -351,7 +351,7 @@ export declare const NewResumePromptSchema: (host?: string) => import("yup").Obj
351
351
  light: string;
352
352
  } | null;
353
353
  };
354
- proficiencyLevel: NonNullable<import("..").ProficiencyLevel | undefined>;
354
+ proficiencyLevel: NonNullable<import("../constants").ProficiencyLevel | undefined>;
355
355
  }[];
356
356
  email: string;
357
357
  additionalInfo: {
@@ -360,7 +360,7 @@ export declare const NewResumePromptSchema: (host?: string) => import("yup").Obj
360
360
  isNew: boolean;
361
361
  }[];
362
362
  socialAccounts: {
363
- type: NonNullable<import("..").SocialAccount | undefined>;
363
+ type: NonNullable<import("../constants").SocialAccount | undefined>;
364
364
  url: string;
365
365
  isNew: boolean;
366
366
  }[];
@@ -427,7 +427,7 @@ export declare const NewResumePromptSchema: (host?: string) => import("yup").Obj
427
427
  name: string;
428
428
  };
429
429
  isDistanceLearning: boolean;
430
- studyType: NonNullable<import("..").StudyType | undefined>;
430
+ studyType: NonNullable<import("../constants").StudyType | undefined>;
431
431
  duration: {
432
432
  startDate: string;
433
433
  endDate: string;
@@ -464,7 +464,7 @@ export declare const NewResumePromptSchema: (host?: string) => import("yup").Obj
464
464
  last?: string | undefined;
465
465
  first: string;
466
466
  };
467
- experienceLevel: NonNullable<import("..").ExperienceLevel | undefined>;
467
+ experienceLevel: NonNullable<import("../constants").ExperienceLevel | undefined>;
468
468
  };
469
469
  title: string;
470
470
  jobUrl: string | undefined;
@@ -481,7 +481,7 @@ export declare const NewResumePromptSchema: (host?: string) => import("yup").Obj
481
481
  languages: never[];
482
482
  additionalInfo: never[];
483
483
  status: undefined;
484
- roles: import("..").UserRole[];
484
+ roles: import("../constants").UserRole[];
485
485
  id: undefined;
486
486
  name: {
487
487
  first: undefined;
@@ -33,7 +33,7 @@ export declare const UpdateEducationsSchema: import("yup").ObjectSchema<{
33
33
  name: string;
34
34
  };
35
35
  isDistanceLearning: boolean;
36
- studyType: NonNullable<import("..").StudyType | undefined>;
36
+ studyType: NonNullable<import("../constants").StudyType | undefined>;
37
37
  duration: {
38
38
  startDate: string;
39
39
  endDate: string;
@@ -5,7 +5,7 @@ export declare const UpdateLanguagesSchema: import("yup").ObjectSchema<{
5
5
  name: string;
6
6
  };
7
7
  isNew: boolean;
8
- proficiencyLevel: NonNullable<import("..").ProficiencyLevel | undefined>;
8
+ proficiencyLevel: NonNullable<import("../constants").ProficiencyLevel | undefined>;
9
9
  }[];
10
10
  }, import("yup").AnyObject, {
11
11
  languages: undefined;
@@ -9,7 +9,7 @@ export declare const UpdateUserSkillsSchema: import("yup").ObjectSchema<{
9
9
  light: string;
10
10
  } | null;
11
11
  };
12
- proficiencyLevel: NonNullable<import("..").ProficiencyLevel | undefined>;
12
+ proficiencyLevel: NonNullable<import("../constants").ProficiencyLevel | undefined>;
13
13
  }[];
14
14
  }, import("yup").AnyObject, {
15
15
  skills: undefined;
@@ -1,7 +1,7 @@
1
1
  import { InferType } from "../yup-extended";
2
2
  export declare const UpdateSocialAccountsSchema: import("yup").ObjectSchema<{
3
3
  socialAccounts: {
4
- type: NonNullable<import("..").SocialAccount | undefined>;
4
+ type: NonNullable<import("../constants").SocialAccount | undefined>;
5
5
  url: string;
6
6
  isNew: boolean;
7
7
  }[];
@@ -6,7 +6,6 @@ export * from "./language";
6
6
  export * from "./user/user-additional-info";
7
7
  export * from "./duration";
8
8
  export * from "./common";
9
- export * from "./constants";
10
9
  export * from "./page";
11
10
  export * from "./category";
12
11
  export * from "./course";
@@ -25,11 +24,4 @@ export * from "./social-account";
25
24
  export * from "./design-and-font";
26
25
  export * from "./yup-extended";
27
26
  export * from './interfaces.index';
28
- export * from './interfaces.index';
29
- export * from './interfaces.index';
30
- export * from './interfaces.index';
31
- export * from './interfaces.index';
32
- export * from './interfaces.index';
33
- export * from './interfaces.index';
34
- export * from './interfaces.index';
35
27
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,qBAAqB,CAAC;AACpC,cAAc,MAAM,CAAC;AACrB,cAAc,SAAS,CAAC;AACxB,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,qBAAqB,CAAC;AACpC,cAAc,MAAM,CAAC;AACrB,cAAc,SAAS,CAAC;AACxB,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC"}
package/dist/esm/index.js CHANGED
@@ -6,7 +6,6 @@ export * from "./language";
6
6
  export * from "./user/user-additional-info";
7
7
  export * from "./duration";
8
8
  export * from "./common";
9
- export * from "./constants";
10
9
  export * from "./page";
11
10
  export * from "./category";
12
11
  export * from "./course";
@@ -25,10 +24,3 @@ export * from "./social-account";
25
24
  export * from "./design-and-font";
26
25
  export * from "./yup-extended";
27
26
  export * from './interfaces.index';
28
- export * from './interfaces.index';
29
- export * from './interfaces.index';
30
- export * from './interfaces.index';
31
- export * from './interfaces.index';
32
- export * from './interfaces.index';
33
- export * from './interfaces.index';
34
- export * from './interfaces.index';
@@ -12,13 +12,13 @@ export declare const JobRoleTemplateSchema: import("yup").ObjectSchema<{
12
12
  } | undefined;
13
13
  description: string;
14
14
  headline: string;
15
- educationLevel: (import("..").EducationLevel | undefined)[];
15
+ educationLevel: (import("../constants").EducationLevel | undefined)[];
16
16
  questionnaire: ({
17
17
  label?: string | undefined;
18
18
  isNew?: boolean | undefined;
19
19
  isOptional?: boolean | undefined;
20
20
  readonly?: boolean | undefined;
21
- optionsFrom?: import("..").Common.ExperienceLevel | import("..").Common.EducationLevel | import("..").Common.Skill | undefined;
21
+ optionsFrom?: import("../constants").Common.ExperienceLevel | import("../constants").Common.EducationLevel | import("../constants").Common.Skill | undefined;
22
22
  preferredAnswer?: import("..").TMixedValue | import("..").TMixedValue[] | undefined;
23
23
  answers?: import("..").TMixedValue | import("..").TMixedValue[] | undefined;
24
24
  title: string;
@@ -52,8 +52,8 @@ export declare const JobRoleTemplateSchema: import("yup").ObjectSchema<{
52
52
  type: import("..").QuestionType.ReadAndAcknowledge;
53
53
  default: boolean;
54
54
  description: string;
55
- preferredAnswer: NonNullable<import("..").Common.Yes | import("..").Common.No | undefined>;
56
- answers: NonNullable<import("..").Common.Yes | import("..").Common.No | undefined>;
55
+ preferredAnswer: NonNullable<import("../constants").Common.Yes | import("../constants").Common.No | undefined>;
56
+ answers: NonNullable<import("../constants").Common.Yes | import("../constants").Common.No | undefined>;
57
57
  } | {
58
58
  label?: string | undefined;
59
59
  isNew?: boolean | undefined;
@@ -68,7 +68,7 @@ export declare const JobRoleTemplateSchema: import("yup").ObjectSchema<{
68
68
  isNew?: boolean | undefined;
69
69
  isOptional?: boolean | undefined;
70
70
  readonly?: boolean | undefined;
71
- optionsFrom?: import("..").Common.ExperienceLevel | import("..").Common.EducationLevel | import("..").Common.Skill | undefined;
71
+ optionsFrom?: import("../constants").Common.ExperienceLevel | import("../constants").Common.EducationLevel | import("../constants").Common.Skill | undefined;
72
72
  preferredAnswer?: import("..").TMixedValue | import("..").TMixedValue[] | undefined;
73
73
  title: string;
74
74
  type: import("..").QuestionType.Choice;
@@ -91,7 +91,7 @@ export declare const JobRoleTemplateSchema: import("yup").ObjectSchema<{
91
91
  type: import("..").QuestionType.ReadAndAcknowledge;
92
92
  default: boolean;
93
93
  description: string;
94
- preferredAnswer: NonNullable<import("..").Common.Yes | import("..").Common.No | undefined>;
94
+ preferredAnswer: NonNullable<import("../constants").Common.Yes | import("../constants").Common.No | undefined>;
95
95
  })[] | undefined;
96
96
  }, import("yup").AnyObject, {
97
97
  uniqueId: undefined;
@@ -38,7 +38,7 @@ export declare const PageSchema: import("yup").ObjectSchema<NonNullable<{
38
38
  id: string;
39
39
  }[];
40
40
  socialAccounts: {
41
- type: NonNullable<import("..").SocialAccount | undefined>;
41
+ type: NonNullable<import("../constants").SocialAccount | undefined>;
42
42
  url: string;
43
43
  isNew: boolean;
44
44
  }[] | undefined;
@@ -14,7 +14,7 @@ declare const ResumeGeneralInfoSectionSchema: import("yup").ObjectSchema<{
14
14
  mobile: string | null | undefined;
15
15
  emailVerified: string | null | undefined;
16
16
  mobileVerified: string | null | undefined;
17
- experienceLevel: NonNullable<import("..").ExperienceLevel | undefined>;
17
+ experienceLevel: NonNullable<import("../constants").ExperienceLevel | undefined>;
18
18
  location: {
19
19
  state?: string | null | undefined;
20
20
  stateCode?: string | null | undefined;
@@ -83,7 +83,7 @@ export declare const ResumeSchemaV2: import("yup").ObjectSchema<{
83
83
  sections: {
84
84
  id: NonNullable<ResumeSectionType | undefined>;
85
85
  data: {
86
- type: NonNullable<import("..").SocialAccount | undefined>;
86
+ type: NonNullable<import("../constants").SocialAccount | undefined>;
87
87
  url: string;
88
88
  isNew: boolean;
89
89
  }[] | {
@@ -111,7 +111,7 @@ export declare const ResumeSchemaV2: import("yup").ObjectSchema<{
111
111
  last?: string | undefined;
112
112
  first: string;
113
113
  };
114
- experienceLevel: NonNullable<import("..").ExperienceLevel | undefined>;
114
+ experienceLevel: NonNullable<import("../constants").ExperienceLevel | undefined>;
115
115
  } | {
116
116
  description?: string | undefined;
117
117
  location: {
@@ -174,7 +174,7 @@ export declare const ResumeSchemaV2: import("yup").ObjectSchema<{
174
174
  name: string;
175
175
  };
176
176
  isDistanceLearning: boolean;
177
- studyType: NonNullable<import("..").StudyType | undefined>;
177
+ studyType: NonNullable<import("../constants").StudyType | undefined>;
178
178
  duration: {
179
179
  startDate: string;
180
180
  endDate: string;
@@ -189,7 +189,7 @@ export declare const ResumeSchemaV2: import("yup").ObjectSchema<{
189
189
  light: string;
190
190
  } | null;
191
191
  };
192
- proficiencyLevel: NonNullable<import("..").ProficiencyLevel | undefined>;
192
+ proficiencyLevel: NonNullable<import("../constants").ProficiencyLevel | undefined>;
193
193
  }[] | {
194
194
  url?: string | undefined;
195
195
  name: string;
@@ -218,7 +218,7 @@ export declare const ResumeSchemaV2: import("yup").ObjectSchema<{
218
218
  name: string;
219
219
  };
220
220
  isNew: boolean;
221
- proficiencyLevel: NonNullable<import("..").ProficiencyLevel | undefined>;
221
+ proficiencyLevel: NonNullable<import("../constants").ProficiencyLevel | undefined>;
222
222
  }[] | null;
223
223
  }[];
224
224
  } & {
@@ -289,7 +289,7 @@ export declare const ResumeSchema: import("yup").ObjectSchema<{
289
289
  languages: never[];
290
290
  additionalInfo: never[];
291
291
  status: undefined;
292
- roles: import("..").UserRole[];
292
+ roles: import("../constants").UserRole[];
293
293
  id: undefined;
294
294
  name: {
295
295
  first: undefined;
@@ -340,7 +340,7 @@ export declare const NewResumePromptSchema: (host?: string) => import("yup").Obj
340
340
  name: string;
341
341
  };
342
342
  isNew: boolean;
343
- proficiencyLevel: NonNullable<import("..").ProficiencyLevel | undefined>;
343
+ proficiencyLevel: NonNullable<import("../constants").ProficiencyLevel | undefined>;
344
344
  }[];
345
345
  skills: {
346
346
  lastUsed?: string | undefined;
@@ -351,7 +351,7 @@ export declare const NewResumePromptSchema: (host?: string) => import("yup").Obj
351
351
  light: string;
352
352
  } | null;
353
353
  };
354
- proficiencyLevel: NonNullable<import("..").ProficiencyLevel | undefined>;
354
+ proficiencyLevel: NonNullable<import("../constants").ProficiencyLevel | undefined>;
355
355
  }[];
356
356
  email: string;
357
357
  additionalInfo: {
@@ -360,7 +360,7 @@ export declare const NewResumePromptSchema: (host?: string) => import("yup").Obj
360
360
  isNew: boolean;
361
361
  }[];
362
362
  socialAccounts: {
363
- type: NonNullable<import("..").SocialAccount | undefined>;
363
+ type: NonNullable<import("../constants").SocialAccount | undefined>;
364
364
  url: string;
365
365
  isNew: boolean;
366
366
  }[];
@@ -427,7 +427,7 @@ export declare const NewResumePromptSchema: (host?: string) => import("yup").Obj
427
427
  name: string;
428
428
  };
429
429
  isDistanceLearning: boolean;
430
- studyType: NonNullable<import("..").StudyType | undefined>;
430
+ studyType: NonNullable<import("../constants").StudyType | undefined>;
431
431
  duration: {
432
432
  startDate: string;
433
433
  endDate: string;
@@ -464,7 +464,7 @@ export declare const NewResumePromptSchema: (host?: string) => import("yup").Obj
464
464
  last?: string | undefined;
465
465
  first: string;
466
466
  };
467
- experienceLevel: NonNullable<import("..").ExperienceLevel | undefined>;
467
+ experienceLevel: NonNullable<import("../constants").ExperienceLevel | undefined>;
468
468
  };
469
469
  title: string;
470
470
  jobUrl: string | undefined;
@@ -481,7 +481,7 @@ export declare const NewResumePromptSchema: (host?: string) => import("yup").Obj
481
481
  languages: never[];
482
482
  additionalInfo: never[];
483
483
  status: undefined;
484
- roles: import("..").UserRole[];
484
+ roles: import("../constants").UserRole[];
485
485
  id: undefined;
486
486
  name: {
487
487
  first: undefined;
@@ -33,7 +33,7 @@ export declare const UpdateEducationsSchema: import("yup").ObjectSchema<{
33
33
  name: string;
34
34
  };
35
35
  isDistanceLearning: boolean;
36
- studyType: NonNullable<import("..").StudyType | undefined>;
36
+ studyType: NonNullable<import("../constants").StudyType | undefined>;
37
37
  duration: {
38
38
  startDate: string;
39
39
  endDate: string;
@@ -5,7 +5,7 @@ export declare const UpdateLanguagesSchema: import("yup").ObjectSchema<{
5
5
  name: string;
6
6
  };
7
7
  isNew: boolean;
8
- proficiencyLevel: NonNullable<import("..").ProficiencyLevel | undefined>;
8
+ proficiencyLevel: NonNullable<import("../constants").ProficiencyLevel | undefined>;
9
9
  }[];
10
10
  }, import("yup").AnyObject, {
11
11
  languages: undefined;
@@ -9,7 +9,7 @@ export declare const UpdateUserSkillsSchema: import("yup").ObjectSchema<{
9
9
  light: string;
10
10
  } | null;
11
11
  };
12
- proficiencyLevel: NonNullable<import("..").ProficiencyLevel | undefined>;
12
+ proficiencyLevel: NonNullable<import("../constants").ProficiencyLevel | undefined>;
13
13
  }[];
14
14
  }, import("yup").AnyObject, {
15
15
  skills: undefined;
@@ -1,7 +1,7 @@
1
1
  import { InferType } from "../yup-extended";
2
2
  export declare const UpdateSocialAccountsSchema: import("yup").ObjectSchema<{
3
3
  socialAccounts: {
4
- type: NonNullable<import("..").SocialAccount | undefined>;
4
+ type: NonNullable<import("../constants").SocialAccount | undefined>;
5
5
  url: string;
6
6
  isNew: boolean;
7
7
  }[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thejob/schema",
3
- "version": "1.0.68",
3
+ "version": "1.0.70",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",