@thejob/schema 1.0.66 → 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.
Files changed (223) hide show
  1. package/dist/cjs/ai/ai.types.d.ts +1 -1
  2. package/dist/cjs/ai/ai.types.d.ts.map +1 -1
  3. package/dist/cjs/common/common.types.d.ts +1 -1
  4. package/dist/cjs/common/common.types.d.ts.map +1 -1
  5. package/dist/cjs/common/index.d.ts +0 -1
  6. package/dist/cjs/common/index.d.ts.map +1 -1
  7. package/dist/cjs/common/index.js +0 -1
  8. package/dist/cjs/constants/auth.d.ts +12 -0
  9. package/dist/cjs/constants/auth.d.ts.map +1 -0
  10. package/dist/cjs/constants/auth.js +17 -0
  11. package/dist/cjs/constants/authorization.d.ts +10 -0
  12. package/dist/cjs/constants/authorization.d.ts.map +1 -0
  13. package/dist/cjs/constants/authorization.js +15 -0
  14. package/dist/cjs/constants/campaign.d.ts +8 -0
  15. package/dist/cjs/constants/campaign.d.ts.map +1 -0
  16. package/dist/cjs/constants/campaign.js +12 -0
  17. package/dist/cjs/constants/common.d.ts +29 -0
  18. package/dist/cjs/constants/common.d.ts.map +1 -0
  19. package/dist/cjs/constants/common.js +35 -0
  20. package/dist/cjs/constants/database.d.ts +366 -0
  21. package/dist/cjs/constants/database.d.ts.map +1 -0
  22. package/dist/cjs/constants/database.js +371 -0
  23. package/dist/cjs/constants/education.d.ts +19 -0
  24. package/dist/cjs/constants/education.d.ts.map +1 -0
  25. package/dist/cjs/constants/education.js +24 -0
  26. package/dist/cjs/constants/file.d.ts +31 -0
  27. package/dist/cjs/constants/file.d.ts.map +1 -0
  28. package/dist/cjs/constants/file.js +39 -0
  29. package/dist/cjs/constants/http.d.ts +147 -0
  30. package/dist/cjs/constants/http.d.ts.map +1 -0
  31. package/dist/cjs/constants/http.js +153 -0
  32. package/dist/cjs/constants/index.d.ts +17 -0
  33. package/dist/cjs/constants/index.d.ts.map +1 -0
  34. package/dist/cjs/constants/index.js +49 -0
  35. package/dist/cjs/constants/job.d.ts +53 -0
  36. package/dist/cjs/constants/job.d.ts.map +1 -0
  37. package/dist/cjs/constants/job.js +62 -0
  38. package/dist/cjs/constants/notification.d.ts +15 -0
  39. package/dist/cjs/constants/notification.d.ts.map +1 -0
  40. package/dist/cjs/constants/notification.js +19 -0
  41. package/dist/cjs/constants/page.d.ts +8 -0
  42. package/dist/cjs/constants/page.d.ts.map +1 -0
  43. package/dist/cjs/constants/page.js +12 -0
  44. package/dist/cjs/constants/report.d.ts +18 -0
  45. package/dist/cjs/constants/report.d.ts.map +1 -0
  46. package/dist/cjs/constants/report.js +23 -0
  47. package/dist/cjs/constants/reward.d.ts +37 -0
  48. package/dist/cjs/constants/reward.d.ts.map +1 -0
  49. package/dist/cjs/constants/reward.js +43 -0
  50. package/dist/cjs/constants/user.d.ts +71 -0
  51. package/dist/cjs/constants/user.d.ts.map +1 -0
  52. package/dist/cjs/constants/user.js +79 -0
  53. package/dist/cjs/constants/validation.d.ts +27 -0
  54. package/dist/cjs/constants/validation.d.ts.map +1 -0
  55. package/dist/cjs/constants/validation.js +31 -0
  56. package/dist/cjs/constants/webhook.d.ts +11 -0
  57. package/dist/cjs/constants/webhook.d.ts.map +1 -0
  58. package/dist/cjs/constants/webhook.js +16 -0
  59. package/dist/cjs/design-and-font/design-and-font.schema.d.ts +1 -1
  60. package/dist/cjs/group/group.schema.d.ts +1 -1
  61. package/dist/cjs/index.d.ts +8 -0
  62. package/dist/cjs/index.d.ts.map +1 -1
  63. package/dist/cjs/index.js +8 -0
  64. package/dist/cjs/interfaces.index.d.ts +95 -204
  65. package/dist/cjs/interfaces.index.d.ts.map +1 -1
  66. package/dist/cjs/job/job.schema.d.ts +49 -81
  67. package/dist/cjs/job/job.schema.d.ts.map +1 -1
  68. package/dist/cjs/job/job.schema.js +11 -12
  69. package/dist/cjs/job/job.types.d.ts +2 -1
  70. package/dist/cjs/job/job.types.d.ts.map +1 -1
  71. package/dist/cjs/job-application/job-application.schema.d.ts +29 -29
  72. package/dist/cjs/job-application/job-application.schema.d.ts.map +1 -1
  73. package/dist/cjs/job-application/job-application.schema.js +2 -1
  74. package/dist/cjs/job-role-template/job-role-template.schema.d.ts +38 -13
  75. package/dist/cjs/job-role-template/job-role-template.schema.d.ts.map +1 -1
  76. package/dist/cjs/page/page.schema.d.ts +1 -1
  77. package/dist/cjs/question/choice-question.schema.d.ts +2 -2
  78. package/dist/cjs/question/choice-question.schema.d.ts.map +1 -1
  79. package/dist/cjs/question/choice-question.schema.js +2 -1
  80. package/dist/cjs/question/read-and-acknowledge.schema.d.ts +1 -1
  81. package/dist/cjs/question/read-and-acknowledge.schema.d.ts.map +1 -1
  82. package/dist/cjs/question/read-and-acknowledge.schema.js +2 -2
  83. package/dist/cjs/resume/resume.constant.d.ts +8 -8
  84. package/dist/cjs/resume/resume.constant.js +8 -8
  85. package/dist/cjs/resume/resume.schema.d.ts +87 -87
  86. package/dist/cjs/social-account/social-account.schema.d.ts +1 -1
  87. package/dist/cjs/social-account/social-account.schema.js +2 -2
  88. package/dist/cjs/user/education/education.schema.d.ts +1 -1
  89. package/dist/cjs/user/education/education.schema.js +2 -2
  90. package/dist/cjs/user/general-detail/general-detail.schema.d.ts +1 -1
  91. package/dist/cjs/user/general-detail/general-detail.schema.js +2 -2
  92. package/dist/cjs/user/project/project.schema.d.ts.map +1 -1
  93. package/dist/cjs/user/project/project.schema.js +6 -3
  94. package/dist/cjs/user/update-additional-info.schema.d.ts +1 -1
  95. package/dist/cjs/user/update-education.schema.d.ts +12 -12
  96. package/dist/cjs/user/update-work-experience.schema.d.ts +14 -14
  97. package/dist/cjs/user/user-certification/user-certification.schema.d.ts.map +1 -1
  98. package/dist/cjs/user/user-certification/user-certification.schema.js +8 -1
  99. package/dist/cjs/user/user-completeness.schema.d.ts.map +1 -1
  100. package/dist/cjs/user/user-completeness.schema.js +2 -1
  101. package/dist/cjs/user/user-language/user-language.schema.d.ts +1 -1
  102. package/dist/cjs/user/user-language/user-language.schema.js +2 -2
  103. package/dist/cjs/user/user-skill/user-skill.schema.d.ts +1 -1
  104. package/dist/cjs/user/user-skill/user-skill.schema.js +2 -2
  105. package/dist/cjs/user/user.schema.d.ts +28 -28
  106. package/dist/cjs/user/user.schema.js +4 -4
  107. package/dist/cjs/user/user.types.d.ts +1 -1
  108. package/dist/cjs/user/user.types.d.ts.map +1 -1
  109. package/dist/esm/ai/ai.types.d.ts +1 -1
  110. package/dist/esm/ai/ai.types.d.ts.map +1 -1
  111. package/dist/esm/common/common.types.d.ts +1 -1
  112. package/dist/esm/common/common.types.d.ts.map +1 -1
  113. package/dist/esm/common/index.d.ts +0 -1
  114. package/dist/esm/common/index.d.ts.map +1 -1
  115. package/dist/esm/common/index.js +0 -1
  116. package/dist/esm/constants/auth.d.ts +12 -0
  117. package/dist/esm/constants/auth.d.ts.map +1 -0
  118. package/dist/esm/constants/auth.js +14 -0
  119. package/dist/esm/constants/authorization.d.ts +10 -0
  120. package/dist/esm/constants/authorization.d.ts.map +1 -0
  121. package/dist/esm/constants/authorization.js +12 -0
  122. package/dist/esm/constants/campaign.d.ts +8 -0
  123. package/dist/esm/constants/campaign.d.ts.map +1 -0
  124. package/dist/esm/constants/campaign.js +9 -0
  125. package/dist/esm/constants/common.d.ts +29 -0
  126. package/dist/esm/constants/common.d.ts.map +1 -0
  127. package/dist/esm/constants/common.js +32 -0
  128. package/dist/esm/constants/database.d.ts +366 -0
  129. package/dist/esm/constants/database.d.ts.map +1 -0
  130. package/dist/esm/constants/database.js +368 -0
  131. package/dist/esm/constants/education.d.ts +19 -0
  132. package/dist/esm/constants/education.d.ts.map +1 -0
  133. package/dist/esm/constants/education.js +21 -0
  134. package/dist/esm/constants/file.d.ts +31 -0
  135. package/dist/esm/constants/file.d.ts.map +1 -0
  136. package/dist/esm/constants/file.js +36 -0
  137. package/dist/esm/constants/http.d.ts +147 -0
  138. package/dist/esm/constants/http.d.ts.map +1 -0
  139. package/dist/esm/constants/http.js +150 -0
  140. package/dist/esm/constants/index.d.ts +17 -0
  141. package/dist/esm/constants/index.d.ts.map +1 -0
  142. package/dist/esm/constants/index.js +33 -0
  143. package/dist/esm/constants/job.d.ts +53 -0
  144. package/dist/esm/constants/job.d.ts.map +1 -0
  145. package/dist/esm/constants/job.js +59 -0
  146. package/dist/esm/constants/notification.d.ts +15 -0
  147. package/dist/esm/constants/notification.d.ts.map +1 -0
  148. package/dist/esm/constants/notification.js +16 -0
  149. package/dist/esm/constants/page.d.ts +8 -0
  150. package/dist/esm/constants/page.d.ts.map +1 -0
  151. package/dist/esm/constants/page.js +9 -0
  152. package/dist/esm/constants/report.d.ts +18 -0
  153. package/dist/esm/constants/report.d.ts.map +1 -0
  154. package/dist/esm/constants/report.js +20 -0
  155. package/dist/esm/constants/reward.d.ts +37 -0
  156. package/dist/esm/constants/reward.d.ts.map +1 -0
  157. package/dist/esm/constants/reward.js +40 -0
  158. package/dist/esm/constants/user.d.ts +71 -0
  159. package/dist/esm/constants/user.d.ts.map +1 -0
  160. package/dist/esm/constants/user.js +76 -0
  161. package/dist/esm/constants/validation.d.ts +27 -0
  162. package/dist/esm/constants/validation.d.ts.map +1 -0
  163. package/dist/esm/constants/validation.js +28 -0
  164. package/dist/esm/constants/webhook.d.ts +11 -0
  165. package/dist/esm/constants/webhook.d.ts.map +1 -0
  166. package/dist/esm/constants/webhook.js +13 -0
  167. package/dist/esm/design-and-font/design-and-font.schema.d.ts +1 -1
  168. package/dist/esm/group/group.schema.d.ts +1 -1
  169. package/dist/esm/index.d.ts +8 -0
  170. package/dist/esm/index.d.ts.map +1 -1
  171. package/dist/esm/index.js +8 -0
  172. package/dist/esm/interfaces.index.d.ts +95 -204
  173. package/dist/esm/interfaces.index.d.ts.map +1 -1
  174. package/dist/esm/job/job.schema.d.ts +49 -81
  175. package/dist/esm/job/job.schema.d.ts.map +1 -1
  176. package/dist/esm/job/job.schema.js +6 -7
  177. package/dist/esm/job/job.types.d.ts +2 -1
  178. package/dist/esm/job/job.types.d.ts.map +1 -1
  179. package/dist/esm/job-application/job-application.schema.d.ts +29 -29
  180. package/dist/esm/job-application/job-application.schema.d.ts.map +1 -1
  181. package/dist/esm/job-application/job-application.schema.js +2 -1
  182. package/dist/esm/job-role-template/job-role-template.schema.d.ts +38 -13
  183. package/dist/esm/job-role-template/job-role-template.schema.d.ts.map +1 -1
  184. package/dist/esm/page/page.schema.d.ts +1 -1
  185. package/dist/esm/question/choice-question.schema.d.ts +2 -2
  186. package/dist/esm/question/choice-question.schema.d.ts.map +1 -1
  187. package/dist/esm/question/choice-question.schema.js +2 -1
  188. package/dist/esm/question/read-and-acknowledge.schema.d.ts +1 -1
  189. package/dist/esm/question/read-and-acknowledge.schema.d.ts.map +1 -1
  190. package/dist/esm/question/read-and-acknowledge.schema.js +1 -1
  191. package/dist/esm/resume/resume.constant.d.ts +8 -8
  192. package/dist/esm/resume/resume.constant.js +8 -8
  193. package/dist/esm/resume/resume.schema.d.ts +87 -87
  194. package/dist/esm/social-account/social-account.schema.d.ts +1 -1
  195. package/dist/esm/social-account/social-account.schema.js +1 -1
  196. package/dist/esm/user/education/education.schema.d.ts +1 -1
  197. package/dist/esm/user/education/education.schema.js +1 -1
  198. package/dist/esm/user/general-detail/general-detail.schema.d.ts +1 -1
  199. package/dist/esm/user/general-detail/general-detail.schema.js +1 -1
  200. package/dist/esm/user/project/project.schema.d.ts.map +1 -1
  201. package/dist/esm/user/project/project.schema.js +6 -3
  202. package/dist/esm/user/update-additional-info.schema.d.ts +1 -1
  203. package/dist/esm/user/update-education.schema.d.ts +12 -12
  204. package/dist/esm/user/update-work-experience.schema.d.ts +14 -14
  205. package/dist/esm/user/user-certification/user-certification.schema.d.ts.map +1 -1
  206. package/dist/esm/user/user-certification/user-certification.schema.js +8 -1
  207. package/dist/esm/user/user-completeness.schema.d.ts.map +1 -1
  208. package/dist/esm/user/user-completeness.schema.js +2 -1
  209. package/dist/esm/user/user-language/user-language.schema.d.ts +1 -1
  210. package/dist/esm/user/user-language/user-language.schema.js +1 -1
  211. package/dist/esm/user/user-skill/user-skill.schema.d.ts +1 -1
  212. package/dist/esm/user/user-skill/user-skill.schema.js +1 -1
  213. package/dist/esm/user/user.schema.d.ts +28 -28
  214. package/dist/esm/user/user.schema.js +1 -1
  215. package/dist/esm/user/user.types.d.ts +1 -1
  216. package/dist/esm/user/user.types.d.ts.map +1 -1
  217. package/package.json +4 -3
  218. package/dist/cjs/common/constants.d.ts +0 -200
  219. package/dist/cjs/common/constants.d.ts.map +0 -1
  220. package/dist/cjs/common/constants.js +0 -256
  221. package/dist/esm/common/constants.d.ts +0 -200
  222. package/dist/esm/common/constants.d.ts.map +0 -1
  223. 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/common/constants").EducationLevel[] | undefined;
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/common/constants").SocialAccount;
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/common/constants").ExperienceLevel;
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/common/constants").ExperienceLevel | null | undefined;
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/constants").Common.EducationLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.ExperienceLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.Skill | undefined;
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/constants").Common.EducationLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.ExperienceLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.Skill | undefined;
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/constants").Common.Yes | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.No | undefined>;
235
- answers: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.Yes | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.No | undefined>;
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/constants").Common.Yes | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.No | undefined>;
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/common/constants").CompensationType | null | undefined;
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/common/constants").ApplicationReceivePreference | undefined>;
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: {
@@ -292,76 +292,19 @@ export interface IAiPromptJobApplicationSummary {
292
292
  description: string;
293
293
  createdBy: string;
294
294
  createdAt: number;
295
- company: NonNullable<{
296
- value: "others" | (string | undefined)[];
297
- otherValue: string | string[];
298
- } | Pick<{
299
- headline?: string | undefined;
300
- employeeCount?: string | undefined;
301
- yearFounded?: string | undefined;
302
- locations?: {
303
- coverImage?: string | undefined;
304
- name: string;
305
- isHeadquarters: boolean;
306
- contact: {
307
- email?: string | undefined;
308
- phone?: string | undefined;
309
- address: string;
310
- };
311
- }[] | undefined;
312
- contacts?: {
313
- label?: string | undefined;
314
- type: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/page/page.constant").ContactTypes | undefined>;
315
- value: string;
316
- isPrimary: boolean;
317
- isVerified: boolean;
318
- }[] | undefined;
319
- verified?: Date | undefined;
320
- socialAccounts?: {
321
- type: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").SocialAccount | undefined>;
322
- isNew: boolean;
323
- url: string;
324
- }[] | undefined;
325
- isOwner?: boolean | undefined;
326
- equalOpportunityEmployer?: boolean | undefined;
327
- perksAndBenefits?: {
328
- category?: {
329
- logo?: string | undefined;
330
- id: string;
331
- name: string;
332
- } | {
333
- value: "others" | (string | undefined)[];
334
- otherValue: string | string[];
335
- } | undefined;
336
- name: string;
337
- description: string;
338
- }[] | undefined;
339
- updatedBy?: string | undefined;
340
- updatedAt?: number | undefined;
341
- slug: string;
342
- id: string;
343
- shortId: string;
344
- name: string;
345
- about: string;
346
- website: string;
347
- type: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/page/page.constant").PageType | undefined>;
348
- logo: {
295
+ company: {
296
+ slug?: string | undefined;
297
+ logo?: {
349
298
  dark?: string | null | undefined;
350
- light: string;
351
- } | null;
352
- categories: {
353
- logo?: string | undefined;
354
- id: string;
355
- name: string;
356
- }[];
357
- status: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/page/page.constant").PageStatus | undefined>;
358
- createdBy: string;
359
- createdAt: number;
360
- }, "slug" | "name" | "type" | "logo"> | undefined>;
299
+ light?: string | undefined;
300
+ } | null | undefined;
301
+ name: string;
302
+ type: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/page/page.constant").PageType;
303
+ };
361
304
  employmentType: string;
362
305
  workMode: string;
363
306
  descriptionMarkdown: string;
364
- educationLevel: (import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").EducationLevel | undefined)[];
307
+ educationLevel: (import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/education").EducationLevel | undefined)[];
365
308
  termsAccepted: NonNullable<boolean | undefined>;
366
309
  validity: {
367
310
  startDate: string;
@@ -389,7 +332,7 @@ export interface IAiPromptJobApplicationSummary {
389
332
  readonly?: boolean | undefined;
390
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;
391
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;
392
- optionsFrom?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.EducationLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.ExperienceLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.Skill | undefined;
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;
393
336
  type: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.constant").QuestionType.Choice;
394
337
  default: boolean;
395
338
  title: string;
@@ -411,8 +354,8 @@ export interface IAiPromptJobApplicationSummary {
411
354
  description: string;
412
355
  default: boolean;
413
356
  title: string;
414
- preferredAnswer: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.Yes | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.No | undefined>;
415
- answers: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.Yes | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.No | undefined>;
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>;
416
359
  })[] | undefined;
417
360
  applicationSummary?: string | undefined;
418
361
  score?: number | undefined;
@@ -427,7 +370,7 @@ export interface IAiPromptJobApplicationSummary {
427
370
  createdBy: string;
428
371
  createdAt: number;
429
372
  userId: string;
430
- experienceLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").ExperienceLevel | undefined>;
373
+ experienceLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/job").ExperienceLevel | undefined>;
431
374
  emailVerified: NonNullable<boolean | undefined>;
432
375
  mobile: {
433
376
  number: string;
@@ -529,7 +472,7 @@ export interface IAiPromptJobApplicationSummary {
529
472
  name: string;
530
473
  };
531
474
  isDistanceLearning: boolean;
532
- studyType: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").StudyType | undefined>;
475
+ studyType: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/education").StudyType | undefined>;
533
476
  };
534
477
  };
535
478
  }
@@ -619,6 +562,11 @@ export interface IProfileCompleteness {
619
562
  interests?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/common.types").CompletenessScore | undefined;
620
563
  projects?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/common.types").CompletenessScore | undefined;
621
564
  }
565
+ export interface IMongoDBErrorStatusCode {
566
+ toFixed: (fractionDigits?: number | undefined) => string;
567
+ toExponential: (fractionDigits?: number | undefined) => string;
568
+ toPrecision: (precision?: number | undefined) => string;
569
+ }
622
570
  export interface ICourseSchema {
623
571
  name: string;
624
572
  type: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/course/course.constant").CourseType | undefined>;
@@ -706,7 +654,7 @@ export interface IJobSchema {
706
654
  applicantCount?: number | undefined;
707
655
  externalApplicationLinkClickCount?: number | undefined;
708
656
  descriptionHTML?: string | undefined;
709
- experienceLevel?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").ExperienceLevel | null | undefined;
657
+ experienceLevel?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/job").ExperienceLevel | null | undefined;
710
658
  contactEmail?: string | null | undefined;
711
659
  workingHoursPerWeek?: number | null | undefined;
712
660
  tags?: any[] | undefined;
@@ -736,7 +684,7 @@ export interface IJobSchema {
736
684
  readonly?: boolean | undefined;
737
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;
738
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;
739
- optionsFrom?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.EducationLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.ExperienceLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.Skill | undefined;
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;
740
688
  type: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.constant").QuestionType.Choice;
741
689
  default: boolean;
742
690
  title: string;
@@ -755,7 +703,7 @@ export interface IJobSchema {
755
703
  isOptional?: boolean | undefined;
756
704
  readonly?: boolean | undefined;
757
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;
758
- optionsFrom?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.EducationLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.ExperienceLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.Skill | undefined;
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;
759
707
  type: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.constant").QuestionType.Choice;
760
708
  default: boolean;
761
709
  title: string;
@@ -777,8 +725,8 @@ export interface IJobSchema {
777
725
  description: string;
778
726
  default: boolean;
779
727
  title: string;
780
- preferredAnswer: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.Yes | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.No | undefined>;
781
- answers: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.Yes | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.No | undefined>;
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>;
782
730
  } | {
783
731
  label?: string | undefined;
784
732
  isNew?: boolean | undefined;
@@ -788,7 +736,7 @@ export interface IJobSchema {
788
736
  description: string;
789
737
  default: boolean;
790
738
  title: string;
791
- preferredAnswer: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.Yes | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.No | undefined>;
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>;
792
740
  })[] | undefined;
793
741
  seoTags?: {
794
742
  meta: {
@@ -807,7 +755,7 @@ export interface IJobSchema {
807
755
  salaryRange?: {
808
756
  min?: number | null | undefined;
809
757
  max?: number | null | undefined;
810
- compensationType?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").CompensationType | null | undefined;
758
+ compensationType?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/job").CompensationType | null | undefined;
811
759
  currency: string;
812
760
  isNegotiable: boolean | null;
813
761
  } | null | undefined;
@@ -819,7 +767,7 @@ export interface IJobSchema {
819
767
  subCategories?: string[] | null | undefined;
820
768
  headline: string;
821
769
  slug: string;
822
- applicationReceivePreference: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").ApplicationReceivePreference | undefined>;
770
+ applicationReceivePreference: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/job").ApplicationReceivePreference | undefined>;
823
771
  id: string;
824
772
  shortId: string;
825
773
  locations: {
@@ -838,76 +786,19 @@ export interface IJobSchema {
838
786
  description: string;
839
787
  createdBy: string;
840
788
  createdAt: number;
841
- company: NonNullable<{
842
- value: "others" | (string | undefined)[];
843
- otherValue: string | string[];
844
- } | Pick<{
845
- headline?: string | undefined;
846
- employeeCount?: string | undefined;
847
- yearFounded?: string | undefined;
848
- locations?: {
849
- coverImage?: string | undefined;
850
- name: string;
851
- isHeadquarters: boolean;
852
- contact: {
853
- email?: string | undefined;
854
- phone?: string | undefined;
855
- address: string;
856
- };
857
- }[] | undefined;
858
- contacts?: {
859
- label?: string | undefined;
860
- type: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/page/page.constant").ContactTypes | undefined>;
861
- value: string;
862
- isPrimary: boolean;
863
- isVerified: boolean;
864
- }[] | undefined;
865
- verified?: Date | undefined;
866
- socialAccounts?: {
867
- type: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").SocialAccount | undefined>;
868
- isNew: boolean;
869
- url: string;
870
- }[] | undefined;
871
- isOwner?: boolean | undefined;
872
- equalOpportunityEmployer?: boolean | undefined;
873
- perksAndBenefits?: {
874
- category?: {
875
- logo?: string | undefined;
876
- id: string;
877
- name: string;
878
- } | {
879
- value: "others" | (string | undefined)[];
880
- otherValue: string | string[];
881
- } | undefined;
882
- name: string;
883
- description: string;
884
- }[] | undefined;
885
- updatedBy?: string | undefined;
886
- updatedAt?: number | undefined;
887
- slug: string;
888
- id: string;
889
- shortId: string;
890
- name: string;
891
- about: string;
892
- website: string;
893
- type: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/page/page.constant").PageType | undefined>;
894
- logo: {
789
+ company: {
790
+ slug?: string | undefined;
791
+ logo?: {
895
792
  dark?: string | null | undefined;
896
- light: string;
897
- } | null;
898
- categories: {
899
- logo?: string | undefined;
900
- id: string;
901
- name: string;
902
- }[];
903
- status: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/page/page.constant").PageStatus | undefined>;
904
- createdBy: string;
905
- createdAt: number;
906
- }, "slug" | "name" | "type" | "logo"> | undefined>;
793
+ light?: string | undefined;
794
+ } | null | undefined;
795
+ name: string;
796
+ type: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/page/page.constant").PageType;
797
+ };
907
798
  employmentType: string;
908
799
  workMode: string;
909
800
  descriptionMarkdown: string;
910
- educationLevel: (import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").EducationLevel | undefined)[];
801
+ educationLevel: (import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/education").EducationLevel | undefined)[];
911
802
  termsAccepted: NonNullable<boolean | undefined>;
912
803
  validity: {
913
804
  startDate: string;
@@ -944,7 +835,7 @@ export interface IJobRoleTemplate {
944
835
  readonly?: boolean | undefined;
945
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;
946
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;
947
- optionsFrom?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.EducationLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.ExperienceLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.Skill | undefined;
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;
948
839
  type: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.constant").QuestionType.Choice;
949
840
  default: boolean;
950
841
  title: string;
@@ -958,7 +849,7 @@ export interface IJobRoleTemplate {
958
849
  } | undefined)[];
959
850
  answerChoiceType: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.constant").AnswerChoiceType | undefined>;
960
851
  })[] | undefined;
961
- educationLevel?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").EducationLevel[] | undefined;
852
+ educationLevel?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/education").EducationLevel[] | undefined;
962
853
  }
963
854
  export interface IJobApplicationSchema {
964
855
  updatedBy?: string | undefined;
@@ -980,7 +871,7 @@ export interface IJobApplicationSchema {
980
871
  readonly?: boolean | undefined;
981
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;
982
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;
983
- optionsFrom?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.EducationLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.ExperienceLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.Skill | undefined;
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;
984
875
  type: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.constant").QuestionType.Choice;
985
876
  default: boolean;
986
877
  title: string;
@@ -1002,8 +893,8 @@ export interface IJobApplicationSchema {
1002
893
  description: string;
1003
894
  default: boolean;
1004
895
  title: string;
1005
- preferredAnswer: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.Yes | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.No | undefined>;
1006
- answers: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.Yes | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.No | undefined>;
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>;
1007
898
  })[] | undefined;
1008
899
  applicationSummary?: string | undefined;
1009
900
  score?: number | undefined;
@@ -1018,7 +909,7 @@ export interface IJobApplicationSchema {
1018
909
  createdBy: string;
1019
910
  createdAt: number;
1020
911
  userId: string;
1021
- experienceLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").ExperienceLevel | undefined>;
912
+ experienceLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/job").ExperienceLevel | undefined>;
1022
913
  emailVerified: NonNullable<boolean | undefined>;
1023
914
  mobile: {
1024
915
  number: string;
@@ -1120,7 +1011,7 @@ export interface IJobApplicationSchema {
1120
1011
  name: string;
1121
1012
  };
1122
1013
  isDistanceLearning: boolean;
1123
- studyType: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").StudyType | undefined>;
1014
+ studyType: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/education").StudyType | undefined>;
1124
1015
  };
1125
1016
  }
1126
1017
  export interface IJobRoleTemplateSchema {
@@ -1160,7 +1051,7 @@ export interface IJobRoleTemplateSchema {
1160
1051
  readonly?: boolean | undefined;
1161
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;
1162
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;
1163
- optionsFrom?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.EducationLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.ExperienceLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.Skill | undefined;
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;
1164
1055
  type: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.constant").QuestionType.Choice;
1165
1056
  default: boolean;
1166
1057
  title: string;
@@ -1179,7 +1070,7 @@ export interface IJobRoleTemplateSchema {
1179
1070
  isOptional?: boolean | undefined;
1180
1071
  readonly?: boolean | undefined;
1181
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;
1182
- optionsFrom?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.EducationLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.ExperienceLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.Skill | undefined;
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;
1183
1074
  type: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.constant").QuestionType.Choice;
1184
1075
  default: boolean;
1185
1076
  title: string;
@@ -1201,8 +1092,8 @@ export interface IJobRoleTemplateSchema {
1201
1092
  description: string;
1202
1093
  default: boolean;
1203
1094
  title: string;
1204
- preferredAnswer: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.Yes | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.No | undefined>;
1205
- answers: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.Yes | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.No | undefined>;
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>;
1206
1097
  } | {
1207
1098
  label?: string | undefined;
1208
1099
  isNew?: boolean | undefined;
@@ -1212,11 +1103,11 @@ export interface IJobRoleTemplateSchema {
1212
1103
  description: string;
1213
1104
  default: boolean;
1214
1105
  title: string;
1215
- preferredAnswer: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.Yes | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.No | undefined>;
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>;
1216
1107
  })[] | undefined;
1217
1108
  headline: string;
1218
1109
  description: string;
1219
- educationLevel: (import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").EducationLevel | undefined)[];
1110
+ educationLevel: (import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/education").EducationLevel | undefined)[];
1220
1111
  }
1221
1112
  export interface ILanguageSchema {
1222
1113
  name: string;
@@ -1256,7 +1147,7 @@ export interface IPageSchema {
1256
1147
  }[] | undefined;
1257
1148
  verified?: Date | undefined;
1258
1149
  socialAccounts?: {
1259
- type: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").SocialAccount | undefined>;
1150
+ type: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").SocialAccount | undefined>;
1260
1151
  isNew: boolean;
1261
1152
  url: string;
1262
1153
  }[] | undefined;
@@ -1320,7 +1211,7 @@ export interface IChoiceQuestionSchema {
1320
1211
  readonly?: boolean | undefined;
1321
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;
1322
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;
1323
- optionsFrom?: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.EducationLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.ExperienceLevel | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.Skill | undefined;
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;
1324
1215
  type: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/question/question.constant").QuestionType.Choice;
1325
1216
  default: boolean;
1326
1217
  title: string;
@@ -1381,8 +1272,8 @@ export interface IReadAndAcknowledgeQuestionSchema {
1381
1272
  description: string;
1382
1273
  default: boolean;
1383
1274
  title: string;
1384
- preferredAnswer: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.Yes | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.No | undefined>;
1385
- answers: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.Yes | import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").Common.No | undefined>;
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>;
1386
1277
  }
1387
1278
  export interface IResumeGeneralInfoSectionSchema {
1388
1279
  headline?: string | undefined;
@@ -1397,7 +1288,7 @@ export interface IResumeGeneralInfoSectionSchema {
1397
1288
  first: string;
1398
1289
  };
1399
1290
  email: string;
1400
- experienceLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").ExperienceLevel | undefined>;
1291
+ experienceLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/job").ExperienceLevel | undefined>;
1401
1292
  location: {
1402
1293
  address?: string | null | undefined;
1403
1294
  state?: string | null | undefined;
@@ -1456,7 +1347,7 @@ export interface IResumeSchemaV2 {
1456
1347
  sections: {
1457
1348
  id: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/resume/resume.constant").ResumeSectionType | undefined>;
1458
1349
  data: {
1459
- type: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").SocialAccount | undefined>;
1350
+ type: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").SocialAccount | undefined>;
1460
1351
  isNew: boolean;
1461
1352
  url: string;
1462
1353
  }[] | {
@@ -1526,7 +1417,7 @@ export interface IResumeSchemaV2 {
1526
1417
  name: string;
1527
1418
  };
1528
1419
  isDistanceLearning: boolean;
1529
- studyType: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").StudyType | undefined>;
1420
+ studyType: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/education").StudyType | undefined>;
1530
1421
  }[] | {
1531
1422
  lastUsed?: string | undefined;
1532
1423
  skill: {
@@ -1536,7 +1427,7 @@ export interface IResumeSchemaV2 {
1536
1427
  light: string;
1537
1428
  } | null;
1538
1429
  };
1539
- proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").ProficiencyLevel | undefined>;
1430
+ proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").ProficiencyLevel | undefined>;
1540
1431
  }[] | {
1541
1432
  url?: string | undefined;
1542
1433
  name: string;
@@ -1562,7 +1453,7 @@ export interface IResumeSchemaV2 {
1562
1453
  name: string;
1563
1454
  }[] | {
1564
1455
  isNew: boolean;
1565
- proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").ProficiencyLevel | undefined>;
1456
+ proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").ProficiencyLevel | undefined>;
1566
1457
  language: {
1567
1458
  name: string;
1568
1459
  };
@@ -1579,7 +1470,7 @@ export interface IResumeSchemaV2 {
1579
1470
  first: string;
1580
1471
  };
1581
1472
  email: string;
1582
- experienceLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").ExperienceLevel | undefined>;
1473
+ experienceLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/job").ExperienceLevel | undefined>;
1583
1474
  location: {
1584
1475
  address?: string | null | undefined;
1585
1476
  state?: string | null | undefined;
@@ -1633,11 +1524,11 @@ export interface INewResumePromptSchema {
1633
1524
  };
1634
1525
  email: string;
1635
1526
  socialAccounts: {
1636
- type: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").SocialAccount | undefined>;
1527
+ type: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").SocialAccount | undefined>;
1637
1528
  isNew: boolean;
1638
1529
  url: string;
1639
1530
  }[];
1640
- status: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").UserStatus | undefined>;
1531
+ status: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").UserStatus | undefined>;
1641
1532
  skills: {
1642
1533
  lastUsed?: string | undefined;
1643
1534
  skill: {
@@ -1647,9 +1538,9 @@ export interface INewResumePromptSchema {
1647
1538
  light: string;
1648
1539
  } | null;
1649
1540
  };
1650
- proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").ProficiencyLevel | undefined>;
1541
+ proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").ProficiencyLevel | undefined>;
1651
1542
  }[];
1652
- experienceLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").ExperienceLevel | undefined>;
1543
+ experienceLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/job").ExperienceLevel | undefined>;
1653
1544
  location: {
1654
1545
  address?: string | null | undefined;
1655
1546
  state?: string | null | undefined;
@@ -1730,7 +1621,7 @@ export interface INewResumePromptSchema {
1730
1621
  name: string;
1731
1622
  };
1732
1623
  isDistanceLearning: boolean;
1733
- studyType: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").StudyType | undefined>;
1624
+ studyType: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/education").StudyType | undefined>;
1734
1625
  }[];
1735
1626
  projects: {
1736
1627
  url?: string | undefined;
@@ -1760,7 +1651,7 @@ export interface INewResumePromptSchema {
1760
1651
  }[];
1761
1652
  languages: {
1762
1653
  isNew: boolean;
1763
- proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").ProficiencyLevel | undefined>;
1654
+ proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").ProficiencyLevel | undefined>;
1764
1655
  language: {
1765
1656
  name: string;
1766
1657
  };
@@ -1770,7 +1661,7 @@ export interface INewResumePromptSchema {
1770
1661
  description: string;
1771
1662
  title: string;
1772
1663
  }[];
1773
- roles: (import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").UserRole | undefined)[];
1664
+ roles: (import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").UserRole | undefined)[];
1774
1665
  }, "status" | "roles">;
1775
1666
  jobUrl?: string | undefined;
1776
1667
  instructions?: string | undefined;
@@ -1787,7 +1678,7 @@ export interface ISkillSchema {
1787
1678
  createdAt: number;
1788
1679
  }
1789
1680
  export interface ISocialAccountSchema {
1790
- type: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").SocialAccount | undefined>;
1681
+ type: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").SocialAccount | undefined>;
1791
1682
  isNew: boolean;
1792
1683
  url: string;
1793
1684
  }
@@ -1861,7 +1752,7 @@ export interface IUpdateEducationsSchema {
1861
1752
  name: string;
1862
1753
  };
1863
1754
  isDistanceLearning: boolean;
1864
- studyType: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").StudyType | undefined>;
1755
+ studyType: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/education").StudyType | undefined>;
1865
1756
  }[];
1866
1757
  }
1867
1758
  export interface IUpdateInterestsSchema {
@@ -1874,7 +1765,7 @@ export interface IUpdateInterestsSchema {
1874
1765
  export interface IUpdateLanguagesSchema {
1875
1766
  languages: {
1876
1767
  isNew: boolean;
1877
- proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").ProficiencyLevel | undefined>;
1768
+ proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").ProficiencyLevel | undefined>;
1878
1769
  language: {
1879
1770
  name: string;
1880
1771
  };
@@ -1902,12 +1793,12 @@ export interface IUpdateUserSkillsSchema {
1902
1793
  light: string;
1903
1794
  } | null;
1904
1795
  };
1905
- proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").ProficiencyLevel | undefined>;
1796
+ proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").ProficiencyLevel | undefined>;
1906
1797
  }[];
1907
1798
  }
1908
1799
  export interface IUpdateSocialAccountsSchema {
1909
1800
  socialAccounts: {
1910
- type: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").SocialAccount | undefined>;
1801
+ type: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").SocialAccount | undefined>;
1911
1802
  isNew: boolean;
1912
1803
  url: string;
1913
1804
  }[];
@@ -2028,11 +1919,11 @@ export interface IUserSchema {
2028
1919
  };
2029
1920
  email: string;
2030
1921
  socialAccounts: {
2031
- type: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").SocialAccount | undefined>;
1922
+ type: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").SocialAccount | undefined>;
2032
1923
  isNew: boolean;
2033
1924
  url: string;
2034
1925
  }[];
2035
- status: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").UserStatus | undefined>;
1926
+ status: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").UserStatus | undefined>;
2036
1927
  skills: {
2037
1928
  lastUsed?: string | undefined;
2038
1929
  skill: {
@@ -2042,9 +1933,9 @@ export interface IUserSchema {
2042
1933
  light: string;
2043
1934
  } | null;
2044
1935
  };
2045
- proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").ProficiencyLevel | undefined>;
1936
+ proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").ProficiencyLevel | undefined>;
2046
1937
  }[];
2047
- experienceLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").ExperienceLevel | undefined>;
1938
+ experienceLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/job").ExperienceLevel | undefined>;
2048
1939
  location: {
2049
1940
  address?: string | null | undefined;
2050
1941
  state?: string | null | undefined;
@@ -2125,7 +2016,7 @@ export interface IUserSchema {
2125
2016
  name: string;
2126
2017
  };
2127
2018
  isDistanceLearning: boolean;
2128
- studyType: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").StudyType | undefined>;
2019
+ studyType: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/education").StudyType | undefined>;
2129
2020
  }[];
2130
2021
  projects: {
2131
2022
  url?: string | undefined;
@@ -2155,7 +2046,7 @@ export interface IUserSchema {
2155
2046
  }[];
2156
2047
  languages: {
2157
2048
  isNew: boolean;
2158
- proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").ProficiencyLevel | undefined>;
2049
+ proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").ProficiencyLevel | undefined>;
2159
2050
  language: {
2160
2051
  name: string;
2161
2052
  };
@@ -2165,7 +2056,7 @@ export interface IUserSchema {
2165
2056
  description: string;
2166
2057
  title: string;
2167
2058
  }[];
2168
- roles: (import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").UserRole | undefined)[];
2059
+ roles: (import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").UserRole | undefined)[];
2169
2060
  }
2170
2061
  export interface IUserProfileOverview {
2171
2062
  name: {
@@ -2173,7 +2064,7 @@ export interface IUserProfileOverview {
2173
2064
  last: string;
2174
2065
  };
2175
2066
  email: string;
2176
- experienceLevel: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").ExperienceLevel;
2067
+ experienceLevel: import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/job").ExperienceLevel;
2177
2068
  location?: {
2178
2069
  address?: string | null | undefined;
2179
2070
  state?: string | null | undefined;
@@ -2264,7 +2155,7 @@ export interface IUserProfileOverview {
2264
2155
  name: string;
2265
2156
  };
2266
2157
  isDistanceLearning: boolean;
2267
- studyType: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").StudyType | undefined>;
2158
+ studyType: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/education").StudyType | undefined>;
2268
2159
  } | undefined;
2269
2160
  }
2270
2161
  export interface ICompanySchema {
@@ -2327,7 +2218,7 @@ export interface IEducationSchema {
2327
2218
  name: string;
2328
2219
  };
2329
2220
  isDistanceLearning: boolean;
2330
- studyType: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").StudyType | undefined>;
2221
+ studyType: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/education").StudyType | undefined>;
2331
2222
  }
2332
2223
  export interface IUserGeneralDetailSchema {
2333
2224
  headline?: string | undefined;
@@ -2342,7 +2233,7 @@ export interface IUserGeneralDetailSchema {
2342
2233
  first: string;
2343
2234
  };
2344
2235
  email: string;
2345
- experienceLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").ExperienceLevel | undefined>;
2236
+ experienceLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/job").ExperienceLevel | undefined>;
2346
2237
  location: {
2347
2238
  address?: string | null | undefined;
2348
2239
  state?: string | null | undefined;
@@ -2389,7 +2280,7 @@ export interface IUserInterestSchema {
2389
2280
  }
2390
2281
  export interface IUserLanguageSchema {
2391
2282
  isNew: boolean;
2392
- proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").ProficiencyLevel | undefined>;
2283
+ proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").ProficiencyLevel | undefined>;
2393
2284
  language: {
2394
2285
  name: string;
2395
2286
  };
@@ -2403,7 +2294,7 @@ export interface IUserSkillSchema {
2403
2294
  light: string;
2404
2295
  } | null;
2405
2296
  };
2406
- proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/common/constants").ProficiencyLevel | undefined>;
2297
+ proficiencyLevel: NonNullable<import("/Users/nadeem.ahmad/Documents/GitHub/thejob-yup-schema/src/constants/user").ProficiencyLevel | undefined>;
2407
2298
  }
2408
2299
  export interface IWorkExperienceSchema {
2409
2300
  description?: string | undefined;