@thejob/schema 1.0.34 → 1.0.37

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.
@@ -65,288 +65,309 @@ declare const ResumeInterestSectionSchema: ArraySchema<TUserSchema["interests"],
65
65
  export type TResumeInterestSectionSchema = InferType<typeof ResumeInterestSectionSchema>;
66
66
  declare const ResumeLanguageSectionSchema: ArraySchema<TUserSchema["languages"], object>;
67
67
  export type TResumeLanguageSectionSchema = InferType<typeof ResumeLanguageSectionSchema>;
68
- export declare const ResumeSchemaV2: ArraySchema<{
69
- id: NonNullable<ResumeSectionType | undefined>;
70
- data: {
71
- id?: string | undefined;
72
- headline?: string | undefined;
73
- image?: string | undefined;
74
- aboutMe?: string | undefined;
75
- emailVerified?: string | null | undefined;
76
- email: string;
77
- name: {
78
- last?: string | undefined;
79
- first: string;
80
- };
81
- experienceLevel: NonNullable<import("../common").ExperienceLevel | undefined>;
82
- location: {
83
- state?: string | undefined;
84
- stateCode?: string | undefined;
85
- country: string;
86
- countryCode: string;
87
- city: string;
88
- address: string;
89
- latLong: {
90
- country?: (number | undefined)[] | undefined;
91
- state?: number[] | undefined;
92
- city?: number[] | undefined;
68
+ export declare const ResumeSchemaV2: import("yup").ObjectSchema<{
69
+ userId: string;
70
+ slug: string;
71
+ sections: {
72
+ id: NonNullable<ResumeSectionType | undefined>;
73
+ data: {
74
+ id?: string | undefined;
75
+ headline?: string | undefined;
76
+ image?: string | undefined;
77
+ aboutMe?: string | undefined;
78
+ emailVerified?: string | null | undefined;
79
+ email: string;
80
+ name: {
81
+ last?: string | undefined;
82
+ first: string;
93
83
  };
94
- };
95
- mobile: {
96
- number: string;
97
- country: {
98
- locale?: string | undefined;
99
- name: string;
100
- dial_code: string;
101
- code: string;
84
+ experienceLevel: NonNullable<import("../common").ExperienceLevel | undefined>;
85
+ location: {
86
+ state?: string | undefined;
87
+ stateCode?: string | undefined;
88
+ country: string;
89
+ countryCode: string;
90
+ city: string;
91
+ address: string;
92
+ latLong: {
93
+ country?: (number | undefined)[] | undefined;
94
+ state?: number[] | undefined;
95
+ city?: number[] | undefined;
96
+ };
102
97
  };
103
- };
104
- } | {
105
- description?: string | undefined;
106
- company: NonNullable<{
107
- value: "others" | (string | undefined)[];
108
- otherValue: string | string[];
109
- } | Pick<{
110
- updatedBy?: string | undefined;
111
- updatedAt?: number | undefined;
112
- socialAccounts?: {
113
- type: NonNullable<import("../common").SocialAccount | undefined>;
114
- url: string;
115
- isNew: boolean;
116
- }[] | undefined;
117
- perksAndBenefits?: {
118
- category?: {
98
+ mobile: {
99
+ number: string;
100
+ country: {
101
+ locale?: string | undefined;
102
+ name: string;
103
+ dial_code: string;
104
+ code: string;
105
+ };
106
+ };
107
+ } | {
108
+ description?: string | undefined;
109
+ company: NonNullable<{
110
+ value: "others" | (string | undefined)[];
111
+ otherValue: string | string[];
112
+ } | Pick<{
113
+ updatedBy?: string | undefined;
114
+ updatedAt?: number | undefined;
115
+ socialAccounts?: {
116
+ type: NonNullable<import("../common").SocialAccount | undefined>;
117
+ url: string;
118
+ isNew: boolean;
119
+ }[] | undefined;
120
+ perksAndBenefits?: {
121
+ category?: {
122
+ logo?: string | undefined;
123
+ name: string;
124
+ id: string;
125
+ } | {
126
+ value: "others" | (string | undefined)[];
127
+ otherValue: string | string[];
128
+ } | undefined;
129
+ name: string;
130
+ description: string;
131
+ }[] | undefined;
132
+ locations?: {
133
+ coverImage?: string | undefined;
134
+ name: string;
135
+ isHeadquarters: boolean;
136
+ contact: {
137
+ email?: string | undefined;
138
+ phone?: string | undefined;
139
+ address: string;
140
+ };
141
+ }[] | undefined;
142
+ equalOpportunityEmployer?: boolean | undefined;
143
+ headline?: string | undefined;
144
+ employeeCount?: string | undefined;
145
+ yearFounded?: string | undefined;
146
+ contacts?: {
147
+ label?: string | undefined;
148
+ type: NonNullable<import("..").ContactTypes | undefined>;
149
+ value: string;
150
+ isPrimary: boolean;
151
+ isVerified: boolean;
152
+ }[] | undefined;
153
+ verified?: Date | undefined;
154
+ isOwner?: boolean | undefined;
155
+ type: NonNullable<import("..").PageType | undefined>;
156
+ name: string;
157
+ id: string;
158
+ logo: {
159
+ dark?: string | undefined;
160
+ light: string;
161
+ } | null;
162
+ shortId: string;
163
+ createdBy: string;
164
+ createdAt: number;
165
+ about: string;
166
+ website: string;
167
+ slug: string;
168
+ categories: {
119
169
  logo?: string | undefined;
120
170
  name: string;
121
171
  id: string;
122
- } | {
123
- value: "others" | (string | undefined)[];
124
- otherValue: string | string[];
125
- } | undefined;
126
- name: string;
127
- description: string;
128
- }[] | undefined;
129
- locations?: {
130
- coverImage?: string | undefined;
131
- name: string;
132
- isHeadquarters: boolean;
133
- contact: {
134
- email?: string | undefined;
135
- phone?: string | undefined;
136
- address: string;
172
+ }[];
173
+ status: NonNullable<import("..").PageStatus | undefined>;
174
+ }, "type" | "name" | "logo" | "slug"> | undefined>;
175
+ duration: {
176
+ startDate: string;
177
+ endDate: string;
178
+ isActive: boolean;
179
+ };
180
+ location: {
181
+ state?: string | undefined;
182
+ stateCode?: string | undefined;
183
+ country: string;
184
+ countryCode: string;
185
+ city: string;
186
+ address: string;
187
+ latLong: {
188
+ country?: (number | undefined)[] | undefined;
189
+ state?: number[] | undefined;
190
+ city?: number[] | undefined;
137
191
  };
138
- }[] | undefined;
139
- equalOpportunityEmployer?: boolean | undefined;
140
- headline?: string | undefined;
141
- employeeCount?: string | undefined;
142
- yearFounded?: string | undefined;
143
- contacts?: {
144
- label?: string | undefined;
145
- type: NonNullable<import("..").ContactTypes | undefined>;
146
- value: string;
147
- isPrimary: boolean;
148
- isVerified: boolean;
149
- }[] | undefined;
150
- verified?: Date | undefined;
151
- isOwner?: boolean | undefined;
152
- type: NonNullable<import("..").PageType | undefined>;
153
- name: string;
154
- id: string;
155
- logo: {
156
- dark?: string | undefined;
157
- light: string;
158
- } | null;
159
- shortId: string;
160
- createdBy: string;
161
- createdAt: number;
162
- about: string;
163
- website: string;
164
- slug: string;
165
- categories: {
192
+ };
193
+ designation: NonNullable<{
166
194
  logo?: string | undefined;
167
195
  name: string;
168
196
  id: string;
169
- }[];
170
- status: NonNullable<import("..").PageStatus | undefined>;
171
- }, "type" | "name" | "logo" | "slug"> | undefined>;
172
- duration: {
173
- startDate: string;
174
- endDate: string;
175
- isActive: boolean;
176
- };
177
- location: {
178
- state?: string | undefined;
179
- stateCode?: string | undefined;
180
- country: string;
181
- countryCode: string;
182
- city: string;
183
- address: string;
184
- latLong: {
185
- country?: (number | undefined)[] | undefined;
186
- state?: number[] | undefined;
187
- city?: number[] | undefined;
188
- };
189
- };
190
- designation: NonNullable<{
191
- logo?: string | undefined;
192
- name: string;
193
- id: string;
194
- } | {
195
- value: "others" | (string | undefined)[];
196
- otherValue: string | string[];
197
- } | undefined>;
198
- isRemote: boolean;
199
- }[] | {
200
- description?: string | undefined;
201
- institute: NonNullable<{
202
- value: "others" | (string | undefined)[];
203
- otherValue: string | string[];
204
- } | Pick<{
205
- updatedBy?: string | undefined;
206
- updatedAt?: number | undefined;
207
- socialAccounts?: {
208
- type: NonNullable<import("../common").SocialAccount | undefined>;
209
- url: string;
210
- isNew: boolean;
211
- }[] | undefined;
212
- perksAndBenefits?: {
213
- category?: {
197
+ } | {
198
+ value: "others" | (string | undefined)[];
199
+ otherValue: string | string[];
200
+ } | undefined>;
201
+ isRemote: boolean;
202
+ }[] | {
203
+ description?: string | undefined;
204
+ institute: NonNullable<{
205
+ value: "others" | (string | undefined)[];
206
+ otherValue: string | string[];
207
+ } | Pick<{
208
+ updatedBy?: string | undefined;
209
+ updatedAt?: number | undefined;
210
+ socialAccounts?: {
211
+ type: NonNullable<import("../common").SocialAccount | undefined>;
212
+ url: string;
213
+ isNew: boolean;
214
+ }[] | undefined;
215
+ perksAndBenefits?: {
216
+ category?: {
217
+ logo?: string | undefined;
218
+ name: string;
219
+ id: string;
220
+ } | {
221
+ value: "others" | (string | undefined)[];
222
+ otherValue: string | string[];
223
+ } | undefined;
224
+ name: string;
225
+ description: string;
226
+ }[] | undefined;
227
+ locations?: {
228
+ coverImage?: string | undefined;
229
+ name: string;
230
+ isHeadquarters: boolean;
231
+ contact: {
232
+ email?: string | undefined;
233
+ phone?: string | undefined;
234
+ address: string;
235
+ };
236
+ }[] | undefined;
237
+ equalOpportunityEmployer?: boolean | undefined;
238
+ headline?: string | undefined;
239
+ employeeCount?: string | undefined;
240
+ yearFounded?: string | undefined;
241
+ contacts?: {
242
+ label?: string | undefined;
243
+ type: NonNullable<import("..").ContactTypes | undefined>;
244
+ value: string;
245
+ isPrimary: boolean;
246
+ isVerified: boolean;
247
+ }[] | undefined;
248
+ verified?: Date | undefined;
249
+ isOwner?: boolean | undefined;
250
+ type: NonNullable<import("..").PageType | undefined>;
251
+ name: string;
252
+ id: string;
253
+ logo: {
254
+ dark?: string | undefined;
255
+ light: string;
256
+ } | null;
257
+ shortId: string;
258
+ createdBy: string;
259
+ createdAt: number;
260
+ about: string;
261
+ website: string;
262
+ slug: string;
263
+ categories: {
214
264
  logo?: string | undefined;
215
265
  name: string;
216
266
  id: string;
217
- } | {
218
- value: "others" | (string | undefined)[];
219
- otherValue: string | string[];
220
- } | undefined;
267
+ }[];
268
+ status: NonNullable<import("..").PageStatus | undefined>;
269
+ }, "type" | "name" | "logo" | "slug"> | undefined>;
270
+ course: NonNullable<{
271
+ logo?: string | undefined;
221
272
  name: string;
222
- description: string;
223
- }[] | undefined;
224
- locations?: {
225
- coverImage?: string | undefined;
273
+ id: string;
274
+ } | {
275
+ value: "others" | (string | undefined)[];
276
+ otherValue: string | string[];
277
+ } | undefined>;
278
+ fieldOfStudy: NonNullable<NonNullable<{
279
+ logo?: string | undefined;
226
280
  name: string;
227
- isHeadquarters: boolean;
228
- contact: {
229
- email?: string | undefined;
230
- phone?: string | undefined;
231
- address: string;
281
+ id: string;
282
+ } | {
283
+ value: "others" | (string | undefined)[];
284
+ otherValue: string | string[];
285
+ } | undefined>>;
286
+ isDistanceLearning: boolean;
287
+ studyType: NonNullable<import("../common").StudyType | undefined>;
288
+ duration: {
289
+ startDate: string;
290
+ endDate: string;
291
+ isActive: boolean;
292
+ };
293
+ location: {
294
+ state?: string | undefined;
295
+ stateCode?: string | undefined;
296
+ country: string;
297
+ countryCode: string;
298
+ city: string;
299
+ address: string;
300
+ latLong: {
301
+ country?: (number | undefined)[] | undefined;
302
+ state?: number[] | undefined;
303
+ city?: number[] | undefined;
232
304
  };
233
- }[] | undefined;
234
- equalOpportunityEmployer?: boolean | undefined;
235
- headline?: string | undefined;
236
- employeeCount?: string | undefined;
237
- yearFounded?: string | undefined;
238
- contacts?: {
239
- label?: string | undefined;
240
- type: NonNullable<import("..").ContactTypes | undefined>;
241
- value: string;
242
- isPrimary: boolean;
243
- isVerified: boolean;
244
- }[] | undefined;
245
- verified?: Date | undefined;
246
- isOwner?: boolean | undefined;
247
- type: NonNullable<import("..").PageType | undefined>;
248
- name: string;
249
- id: string;
250
- logo: {
251
- dark?: string | undefined;
252
- light: string;
253
- } | null;
254
- shortId: string;
255
- createdBy: string;
256
- createdAt: number;
257
- about: string;
258
- website: string;
259
- slug: string;
260
- categories: {
305
+ };
306
+ }[] | {
307
+ skill: NonNullable<{
261
308
  logo?: string | undefined;
262
309
  name: string;
263
310
  id: string;
264
- }[];
265
- status: NonNullable<import("..").PageStatus | undefined>;
266
- }, "type" | "name" | "logo" | "slug"> | undefined>;
267
- course: NonNullable<{
268
- logo?: string | undefined;
269
- name: string;
270
- id: string;
271
- } | {
272
- value: "others" | (string | undefined)[];
273
- otherValue: string | string[];
274
- } | undefined>;
275
- fieldOfStudy: NonNullable<NonNullable<{
276
- logo?: string | undefined;
311
+ } | {
312
+ value: "others" | (string | undefined)[];
313
+ otherValue: string | string[];
314
+ } | undefined>;
315
+ proficiencyLevel: NonNullable<import("../common").ProficiencyLevel | undefined>;
316
+ lastUsed: string;
317
+ }[] | {
318
+ url?: string | undefined;
277
319
  name: string;
278
- id: string;
279
- } | {
280
- value: "others" | (string | undefined)[];
281
- otherValue: string | string[];
282
- } | undefined>>;
283
- isDistanceLearning: boolean;
284
- studyType: NonNullable<import("../common").StudyType | undefined>;
285
- duration: {
286
- startDate: string;
287
- endDate: string;
288
- isActive: boolean;
289
- };
290
- location: {
291
- state?: string | undefined;
292
- stateCode?: string | undefined;
293
- country: string;
294
- countryCode: string;
295
- city: string;
296
- address: string;
297
- latLong: {
298
- country?: (number | undefined)[] | undefined;
299
- state?: number[] | undefined;
300
- city?: number[] | undefined;
320
+ description: string;
321
+ duration: {
322
+ startDate: string;
323
+ endDate: string;
324
+ isActive: boolean;
301
325
  };
302
- };
303
- }[] | {
304
- skill: NonNullable<{
305
- logo?: string | undefined;
326
+ }[] | {
327
+ url?: string | undefined;
328
+ licenseNumber?: string | undefined;
306
329
  name: string;
307
- id: string;
308
- } | {
309
- value: "others" | (string | undefined)[];
310
- otherValue: string | string[];
311
- } | undefined>;
312
- proficiencyLevel: NonNullable<import("../common").ProficiencyLevel | undefined>;
313
- lastUsed: string;
314
- }[] | {
315
- url?: string | undefined;
316
- name: string;
317
- description: string;
318
- duration: {
319
- startDate: string;
320
- endDate: string;
321
- isActive: boolean;
322
- };
323
- }[] | {
324
- url?: string | undefined;
325
- licenseNumber?: string | undefined;
326
- name: string;
327
- duration: {
328
- startDate: string;
329
- endDate: string;
330
- isActive: boolean;
331
- };
332
- authority: string;
333
- }[] | {
334
- logo?: string | undefined;
335
- name: string;
336
- id: string;
337
- }[] | {
338
- language: NonNullable<{
330
+ duration: {
331
+ startDate: string;
332
+ endDate: string;
333
+ isActive: boolean;
334
+ };
335
+ authority: string;
336
+ }[] | {
339
337
  logo?: string | undefined;
340
338
  name: string;
341
339
  id: string;
342
- } | {
343
- value: "others" | (string | undefined)[];
344
- otherValue: string | string[];
345
- } | undefined>;
346
- isNew: boolean;
347
- proficiencyLevel: NonNullable<import("../common").ProficiencyLevel | undefined>;
348
- }[] | null;
349
- }[] | undefined, import("yup").AnyObject, "", "">;
340
+ }[] | {
341
+ language: NonNullable<{
342
+ logo?: string | undefined;
343
+ name: string;
344
+ id: string;
345
+ } | {
346
+ value: "others" | (string | undefined)[];
347
+ otherValue: string | string[];
348
+ } | undefined>;
349
+ isNew: boolean;
350
+ proficiencyLevel: NonNullable<import("../common").ProficiencyLevel | undefined>;
351
+ }[] | null;
352
+ }[];
353
+ } & {
354
+ id: string;
355
+ shortId: string;
356
+ createdBy: string;
357
+ createdAt: number;
358
+ updatedBy: string | undefined;
359
+ updatedAt: number | undefined;
360
+ }, import("yup").AnyObject, {
361
+ userId: undefined;
362
+ slug: undefined;
363
+ sections: never[];
364
+ id: undefined;
365
+ shortId: undefined;
366
+ createdBy: undefined;
367
+ createdAt: undefined;
368
+ updatedBy: undefined;
369
+ updatedAt: undefined;
370
+ }, "">;
350
371
  export type TResumeSchemaV2 = InferType<typeof ResumeSchemaV2>;
351
372
  export declare const ResumeSchema: import("yup").ObjectSchema<{
352
373
  title: string;
@@ -1 +1 @@
1
- {"version":3,"file":"resume.schema.d.ts","sourceRoot":"","sources":["../../../src/resume/resume.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAuC,MAAM,SAAS,CAAC;AAC3E,OAAO,EAEL,WAAW,EAEX,SAAS,EAMV,MAAM,iBAAiB,CAAC;AACzB,OAAO,EACL,mBAAmB,EACnB,iBAAiB,EACjB,YAAY,EAIb,MAAM,mBAAmB,CAAC;AAO3B,QAAA,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAA0B,CAAC;AAE/D,MAAM,MAAM,+BAA+B,GAAG,SAAS,CACrD,OAAO,8BAA8B,CACtC,CAAC;AAOF,QAAA,MAAM,iCAAiC,EACrC,WAAW,CAAC,WAAW,CAAC,iBAAiB,CAAC,EAAE,MAAM,CACf,CAAC;AAEtC,MAAM,MAAM,kCAAkC,GAAG,SAAS,CACxD,OAAO,iCAAiC,CACzC,CAAC;AAOF,QAAA,MAAM,4BAA4B,EAChC,WAAW,CAAC,WAAW,CAAC,YAAY,CAAC,EAAE,MAAM,CACf,CAAC;AAEjC,MAAM,MAAM,6BAA6B,GAAG,SAAS,CACnD,OAAO,4BAA4B,CACpC,CAAC;AAOF,QAAA,MAAM,wBAAwB,EAAI,WAAW,CAAC,WAAW,CAAC,QAAQ,CAAC,EAAE,MAAM,CAE1E,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG,SAAS,CAC/C,OAAO,wBAAwB,CAChC,CAAC;AAOF,QAAA,MAAM,0BAA0B,EAC9B,WAAW,CAAC,WAAW,CAAC,UAAU,CAAC,EAAE,MAAM,CACf,CAAC;AAE/B,MAAM,MAAM,2BAA2B,GAAG,SAAS,CACjD,OAAO,0BAA0B,CAClC,CAAC;AAOF,QAAA,MAAM,gCAAgC,EACpC,WAAW,CAAC,WAAW,CAAC,gBAAgB,CAAC,EAAE,MAAM,CACf,CAAC;AAErC,MAAM,MAAM,iCAAiC,GAAG,SAAS,CACvD,OAAO,gCAAgC,CACxC,CAAC;AAOF,QAAA,MAAM,2BAA2B,EAC/B,WAAW,CAAC,WAAW,CAAC,WAAW,CAAC,EAAE,MAAM,CACf,CAAC;AAEhC,MAAM,MAAM,4BAA4B,GAAG,SAAS,CAClD,OAAO,2BAA2B,CACnC,CAAC;AAOF,QAAA,MAAM,2BAA2B,EAC/B,WAAW,CAAC,WAAW,CAAC,WAAW,CAAC,EAAE,MAAM,CACf,CAAC;AAEhC,MAAM,MAAM,4BAA4B,GAAG,SAAS,CAClD,OAAO,2BAA2B,CACnC,CAAC;AA2CF,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iDA+CC,CAAC;AAe7B,MAAM,MAAM,eAAe,GAAG,SAAS,CAAC,OAAO,cAAc,CAAC,CAAC;AAO/D,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA+BA,CAAC;AAE1B,MAAM,MAAM,aAAa,GAAG,SAAS,CAAC,OAAO,YAAY,CAAC,CAAC;AAE3D,eAAO,MAAM,qBAAqB,GAAI,OAAO,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAuBb,CAAC;AAEvC,MAAM,MAAM,sBAAsB,GAAG;IACnC,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,IAAI,CAAC,WAAW,EAAE,OAAO,GAAG,QAAQ,CAAC,CAAC;IAC/C,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC"}
1
+ {"version":3,"file":"resume.schema.d.ts","sourceRoot":"","sources":["../../../src/resume/resume.schema.ts"],"names":[],"mappings":"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"}