@thejob/schema 1.0.59 → 1.0.60

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.
@@ -11,16 +11,9 @@ declare const ResumeGeneralInfoSectionSchema: import("yup").ObjectSchema<{
11
11
  image: string | undefined;
12
12
  aboutMe: string | undefined;
13
13
  email: string;
14
- mobile: {
15
- number: string;
16
- country: {
17
- locale?: string | undefined;
18
- name: string;
19
- dial_code: string;
20
- code: string;
21
- };
22
- };
14
+ mobile: string | null | undefined;
23
15
  emailVerified: string | null | undefined;
16
+ mobileVerified: string | null | undefined;
24
17
  experienceLevel: NonNullable<import("../common").ExperienceLevel | undefined>;
25
18
  location: {
26
19
  state?: string | null | undefined;
@@ -46,6 +39,7 @@ declare const ResumeGeneralInfoSectionSchema: import("yup").ObjectSchema<{
46
39
  email: undefined;
47
40
  mobile: undefined;
48
41
  emailVerified: undefined;
42
+ mobileVerified: undefined;
49
43
  experienceLevel: undefined;
50
44
  location: any;
51
45
  }, "">;
@@ -97,7 +91,9 @@ export declare const ResumeSchemaV2: import("yup").ObjectSchema<{
97
91
  headline?: string | undefined;
98
92
  image?: string | undefined;
99
93
  aboutMe?: string | undefined;
94
+ mobile?: string | null | undefined;
100
95
  emailVerified?: string | null | undefined;
96
+ mobileVerified?: string | null | undefined;
101
97
  email: string;
102
98
  name: {
103
99
  last?: string | undefined;
@@ -116,15 +112,6 @@ export declare const ResumeSchemaV2: import("yup").ObjectSchema<{
116
112
  coordinates: number[];
117
113
  };
118
114
  };
119
- mobile: {
120
- number: string;
121
- country: {
122
- locale?: string | undefined;
123
- name: string;
124
- dial_code: string;
125
- code: string;
126
- };
127
- };
128
115
  } | {
129
116
  description?: string | undefined;
130
117
  company: NonNullable<{
@@ -449,6 +436,7 @@ export declare const ResumeSchema: import("yup").ObjectSchema<{
449
436
  email: undefined;
450
437
  mobile: undefined;
451
438
  emailVerified: undefined;
439
+ mobileVerified: undefined;
452
440
  experienceLevel: undefined;
453
441
  location: any;
454
442
  };
@@ -467,7 +455,9 @@ export declare const NewResumePromptSchema: (host?: string) => import("yup").Obj
467
455
  headline?: string | undefined;
468
456
  image?: string | undefined;
469
457
  aboutMe?: string | undefined;
458
+ mobile?: string | null | undefined;
470
459
  emailVerified?: string | null | undefined;
460
+ mobileVerified?: string | null | undefined;
471
461
  email: string;
472
462
  name: {
473
463
  last?: string | undefined;
@@ -745,15 +735,6 @@ export declare const NewResumePromptSchema: (host?: string) => import("yup").Obj
745
735
  coordinates: number[];
746
736
  };
747
737
  };
748
- mobile: {
749
- number: string;
750
- country: {
751
- locale?: string | undefined;
752
- name: string;
753
- dial_code: string;
754
- code: string;
755
- };
756
- };
757
738
  };
758
739
  title: string;
759
740
  jobUrl: string | undefined;
@@ -782,6 +763,7 @@ export declare const NewResumePromptSchema: (host?: string) => import("yup").Obj
782
763
  email: undefined;
783
764
  mobile: undefined;
784
765
  emailVerified: undefined;
766
+ mobileVerified: undefined;
785
767
  experienceLevel: undefined;
786
768
  location: any;
787
769
  };
@@ -1 +1 @@
1
- {"version":3,"file":"resume.schema.d.ts","sourceRoot":"","sources":["../../../src/resume/resume.schema.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"resume.schema.d.ts","sourceRoot":"","sources":["../../../src/resume/resume.schema.ts"],"names":[],"mappings":"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"}
@@ -9,16 +9,9 @@ export declare const UserGeneralDetailSchema: ObjectSchema<{
9
9
  image: string | undefined;
10
10
  aboutMe: string | undefined;
11
11
  email: string;
12
- mobile: {
13
- number: string;
14
- country: {
15
- locale?: string | undefined;
16
- name: string;
17
- dial_code: string;
18
- code: string;
19
- };
20
- };
12
+ mobile: string | null | undefined;
21
13
  emailVerified: string | null | undefined;
14
+ mobileVerified: string | null | undefined;
22
15
  experienceLevel: NonNullable<import("../../common").ExperienceLevel | undefined>;
23
16
  location: {
24
17
  state?: string | null | undefined;
@@ -44,6 +37,7 @@ export declare const UserGeneralDetailSchema: ObjectSchema<{
44
37
  email: undefined;
45
38
  mobile: undefined;
46
39
  emailVerified: undefined;
40
+ mobileVerified: undefined;
47
41
  experienceLevel: undefined;
48
42
  location: any;
49
43
  }, "">;
@@ -1 +1 @@
1
- {"version":3,"file":"general-detail.schema.d.ts","sourceRoot":"","sources":["../../../../src/user/general-detail/general-detail.schema.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,SAAS,EAAU,YAAY,EAAU,MAAM,oBAAoB,CAAC;AAE7E,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA0BV,CAAC;AAE3B,MAAM,MAAM,wBAAwB,GAAG,SAAS,CAC9C,OAAO,uBAAuB,CAC/B,CAAC"}
1
+ {"version":3,"file":"general-detail.schema.d.ts","sourceRoot":"","sources":["../../../../src/user/general-detail/general-detail.schema.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAU,YAAY,EAAU,MAAM,oBAAoB,CAAC;AAE7E,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA2BV,CAAC;AAE3B,MAAM,MAAM,wBAAwB,GAAG,SAAS,CAC9C,OAAO,uBAAuB,CAC/B,CAAC"}
@@ -3,7 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UserGeneralDetailSchema = void 0;
4
4
  const common_1 = require("../../common");
5
5
  const location_1 = require("../../location");
6
- const phone_1 = require("../../phone");
7
6
  const yup_extended_1 = require("../../yup-extended");
8
7
  exports.UserGeneralDetailSchema = (0, yup_extended_1.object)()
9
8
  .shape({
@@ -19,8 +18,9 @@ exports.UserGeneralDetailSchema = (0, yup_extended_1.object)()
19
18
  image: (0, yup_extended_1.string)().optional().label("Image"),
20
19
  aboutMe: (0, yup_extended_1.string)().trim().max(3000).optional().label("About Me"),
21
20
  email: (0, yup_extended_1.string)().emailStrict().required().label("Email"),
22
- mobile: phone_1.MobileNumberSchema,
23
- emailVerified: (0, yup_extended_1.string)().nullable().label("Email Verified"),
21
+ mobile: (0, yup_extended_1.string)().nullable().optional().label("Mobile"),
22
+ emailVerified: (0, yup_extended_1.string)().nullable().optional().label("Email Verified"),
23
+ mobileVerified: (0, yup_extended_1.string)().nullable().optional().label("Mobile Verified"),
24
24
  experienceLevel: (0, yup_extended_1.string)()
25
25
  .oneOf(common_1.SupportedExperienceLevels)
26
26
  .required()
@@ -271,16 +271,9 @@ export declare const UserSchema: import("yup").ObjectSchema<{
271
271
  image: string | undefined;
272
272
  aboutMe: string | undefined;
273
273
  email: string;
274
- mobile: {
275
- number: string;
276
- country: {
277
- locale?: string | undefined;
278
- name: string;
279
- dial_code: string;
280
- code: string;
281
- };
282
- };
274
+ mobile: string | null | undefined;
283
275
  emailVerified: string | null | undefined;
276
+ mobileVerified: string | null | undefined;
284
277
  experienceLevel: NonNullable<import("../common").ExperienceLevel | undefined>;
285
278
  location: {
286
279
  state?: string | null | undefined;
@@ -317,6 +310,7 @@ export declare const UserSchema: import("yup").ObjectSchema<{
317
310
  email: undefined;
318
311
  mobile: undefined;
319
312
  emailVerified: undefined;
313
+ mobileVerified: undefined;
320
314
  experienceLevel: undefined;
321
315
  location: any;
322
316
  }, "">;
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAyFA,CAAC;AAExB,MAAM,MAAM,WAAW,GAAG,SAAS,CAAC,OAAO,UAAU,CAAC,CAAC"}
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"}
@@ -1646,23 +1646,16 @@ export interface IResumeGeneralInfoSectionSchema {
1646
1646
  headline?: string | undefined;
1647
1647
  id?: string | undefined;
1648
1648
  emailVerified?: string | null | undefined;
1649
+ mobile?: string | null | undefined;
1649
1650
  image?: string | undefined;
1650
1651
  aboutMe?: string | undefined;
1652
+ mobileVerified?: string | null | undefined;
1651
1653
  name: {
1652
1654
  last?: string | undefined;
1653
1655
  first: string;
1654
1656
  };
1655
1657
  email: string;
1656
1658
  experienceLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").ExperienceLevel | undefined>;
1657
- mobile: {
1658
- number: string;
1659
- country: {
1660
- locale?: string | undefined;
1661
- name: string;
1662
- dial_code: string;
1663
- code: string;
1664
- };
1665
- };
1666
1659
  location: {
1667
1660
  address?: string | null | undefined;
1668
1661
  state?: string | null | undefined;
@@ -1970,23 +1963,16 @@ export interface IResumeSchemaV2 {
1970
1963
  headline?: string | undefined;
1971
1964
  id?: string | undefined;
1972
1965
  emailVerified?: string | null | undefined;
1966
+ mobile?: string | null | undefined;
1973
1967
  image?: string | undefined;
1974
1968
  aboutMe?: string | undefined;
1969
+ mobileVerified?: string | null | undefined;
1975
1970
  name: {
1976
1971
  last?: string | undefined;
1977
1972
  first: string;
1978
1973
  };
1979
1974
  email: string;
1980
1975
  experienceLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").ExperienceLevel | undefined>;
1981
- mobile: {
1982
- number: string;
1983
- country: {
1984
- locale?: string | undefined;
1985
- name: string;
1986
- dial_code: string;
1987
- code: string;
1988
- };
1989
- };
1990
1976
  location: {
1991
1977
  address?: string | null | undefined;
1992
1978
  state?: string | null | undefined;
@@ -2030,8 +2016,10 @@ export interface INewResumePromptSchema {
2030
2016
  headline?: string | undefined;
2031
2017
  id?: string | undefined;
2032
2018
  emailVerified?: string | null | undefined;
2019
+ mobile?: string | null | undefined;
2033
2020
  image?: string | undefined;
2034
2021
  aboutMe?: string | undefined;
2022
+ mobileVerified?: string | null | undefined;
2035
2023
  name: {
2036
2024
  last?: string | undefined;
2037
2025
  first: string;
@@ -2056,15 +2044,6 @@ export interface INewResumePromptSchema {
2056
2044
  lastUsed: string;
2057
2045
  }[];
2058
2046
  experienceLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").ExperienceLevel | undefined>;
2059
- mobile: {
2060
- number: string;
2061
- country: {
2062
- locale?: string | undefined;
2063
- name: string;
2064
- dial_code: string;
2065
- code: string;
2066
- };
2067
- };
2068
2047
  location: {
2069
2048
  address?: string | null | undefined;
2070
2049
  state?: string | null | undefined;
@@ -2702,8 +2681,10 @@ export interface IUserSchema {
2702
2681
  headline?: string | undefined;
2703
2682
  id?: string | undefined;
2704
2683
  emailVerified?: string | null | undefined;
2684
+ mobile?: string | null | undefined;
2705
2685
  image?: string | undefined;
2706
2686
  aboutMe?: string | undefined;
2687
+ mobileVerified?: string | null | undefined;
2707
2688
  name: {
2708
2689
  last?: string | undefined;
2709
2690
  first: string;
@@ -2728,15 +2709,6 @@ export interface IUserSchema {
2728
2709
  lastUsed: string;
2729
2710
  }[];
2730
2711
  experienceLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").ExperienceLevel | undefined>;
2731
- mobile: {
2732
- number: string;
2733
- country: {
2734
- locale?: string | undefined;
2735
- name: string;
2736
- dial_code: string;
2737
- code: string;
2738
- };
2739
- };
2740
2712
  location: {
2741
2713
  address?: string | null | undefined;
2742
2714
  state?: string | null | undefined;
@@ -3355,23 +3327,16 @@ export interface IUserGeneralDetailSchema {
3355
3327
  headline?: string | undefined;
3356
3328
  id?: string | undefined;
3357
3329
  emailVerified?: string | null | undefined;
3330
+ mobile?: string | null | undefined;
3358
3331
  image?: string | undefined;
3359
3332
  aboutMe?: string | undefined;
3333
+ mobileVerified?: string | null | undefined;
3360
3334
  name: {
3361
3335
  last?: string | undefined;
3362
3336
  first: string;
3363
3337
  };
3364
3338
  email: string;
3365
3339
  experienceLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").ExperienceLevel | undefined>;
3366
- mobile: {
3367
- number: string;
3368
- country: {
3369
- locale?: string | undefined;
3370
- name: string;
3371
- dial_code: string;
3372
- code: string;
3373
- };
3374
- };
3375
3340
  location: {
3376
3341
  address?: string | null | undefined;
3377
3342
  state?: string | null | undefined;