@next-degree/pickle-shared-js 0.12.1 → 0.12.3

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 (91) hide show
  1. package/dist/{company_service_sanity-Br0R7m-A.d.cts → company_service_sanity-2J1ZuUnu.d.cts} +1 -1
  2. package/dist/{company_service_sanity-DF01qvTz.d.ts → company_service_sanity-KaAGfnNV.d.ts} +1 -1
  3. package/dist/components/jobCard/JobLocation.cjs +92 -12
  4. package/dist/components/jobCard/JobLocation.cjs.map +1 -1
  5. package/dist/components/jobCard/JobLocation.d.cts +7 -5
  6. package/dist/components/jobCard/JobLocation.d.ts +7 -5
  7. package/dist/components/jobCard/JobLocation.js +92 -12
  8. package/dist/components/jobCard/JobLocation.js.map +1 -1
  9. package/dist/components/jobPost/JobHeader.cjs +1 -0
  10. package/dist/components/jobPost/JobHeader.cjs.map +1 -1
  11. package/dist/components/jobPost/JobHeader.js +1 -0
  12. package/dist/components/jobPost/JobHeader.js.map +1 -1
  13. package/dist/components/jobPost/JobPost.cjs +9 -5
  14. package/dist/components/jobPost/JobPost.cjs.map +1 -1
  15. package/dist/components/jobPost/JobPost.d.cts +1 -1
  16. package/dist/components/jobPost/JobPost.d.ts +1 -1
  17. package/dist/components/jobPost/JobPost.js +9 -5
  18. package/dist/components/jobPost/JobPost.js.map +1 -1
  19. package/dist/components/primitives/command.d.cts +3 -3
  20. package/dist/components/primitives/command.d.ts +3 -3
  21. package/dist/components/primitives/input-otp.d.cts +2 -2
  22. package/dist/components/primitives/input-otp.d.ts +2 -2
  23. package/dist/components/ui/Button.d.cts +1 -1
  24. package/dist/components/ui/Button.d.ts +1 -1
  25. package/dist/components/ui/Chip.cjs +1 -0
  26. package/dist/components/ui/Chip.cjs.map +1 -1
  27. package/dist/components/ui/Chip.d.cts +1 -1
  28. package/dist/components/ui/Chip.d.ts +1 -1
  29. package/dist/components/ui/Chip.js +1 -0
  30. package/dist/components/ui/Chip.js.map +1 -1
  31. package/dist/components/ui/Select.cjs +1 -0
  32. package/dist/components/ui/Select.cjs.map +1 -1
  33. package/dist/components/ui/Select.js +1 -0
  34. package/dist/components/ui/Select.js.map +1 -1
  35. package/dist/components/ui/StepTabs.cjs +21 -4
  36. package/dist/components/ui/StepTabs.cjs.map +1 -1
  37. package/dist/components/ui/StepTabs.d.cts +2 -2
  38. package/dist/components/ui/StepTabs.d.ts +2 -2
  39. package/dist/components/ui/StepTabs.js +21 -4
  40. package/dist/components/ui/StepTabs.js.map +1 -1
  41. package/dist/components/ui/buttonShadcn.d.cts +1 -1
  42. package/dist/components/ui/buttonShadcn.d.ts +1 -1
  43. package/dist/{displayText-DzxDrQAT.d.cts → displayText-DW0qiJqh.d.cts} +2 -2
  44. package/dist/{displayText-C1DIK8hr.d.ts → displayText-DahwdHdi.d.ts} +2 -2
  45. package/dist/hooks/useDisplayText.d.cts +3 -3
  46. package/dist/hooks/useDisplayText.d.ts +3 -3
  47. package/dist/index.cjs +80 -19
  48. package/dist/index.cjs.map +1 -1
  49. package/dist/index.d.cts +5 -4
  50. package/dist/index.d.ts +5 -4
  51. package/dist/index.js +80 -19
  52. package/dist/index.js.map +1 -1
  53. package/dist/{job_posting_service_latest-DCbi2bXu.d.cts → job_posting_service_latest-DdgK8Nnz.d.cts} +29 -29
  54. package/dist/{job_posting_service_latest-DCbi2bXu.d.ts → job_posting_service_latest-DdgK8Nnz.d.ts} +29 -29
  55. package/dist/{job_posting_service_sanity-CfLaGMVK.d.ts → job_posting_service_sanity-BKo9TBDT.d.ts} +106 -106
  56. package/dist/{job_posting_service_sanity-B7GvIdYQ.d.cts → job_posting_service_sanity-BNq-Am9N.d.cts} +106 -106
  57. package/dist/lib/locations.cjs +32 -7
  58. package/dist/lib/locations.cjs.map +1 -1
  59. package/dist/lib/locations.d.cts +8 -5
  60. package/dist/lib/locations.d.ts +8 -5
  61. package/dist/lib/locations.js +30 -6
  62. package/dist/lib/locations.js.map +1 -1
  63. package/dist/lib/mappings.d.cts +3 -3
  64. package/dist/lib/mappings.d.ts +3 -3
  65. package/dist/lib/salaryRange.d.cts +1 -1
  66. package/dist/lib/salaryRange.d.ts +1 -1
  67. package/dist/services/displayText.d.cts +3 -3
  68. package/dist/services/displayText.d.ts +3 -3
  69. package/dist/styles/globals.css +23 -7
  70. package/dist/styles/globals.css.map +1 -1
  71. package/dist/types/data/job_posting_service_latest.d.cts +1 -1
  72. package/dist/types/data/job_posting_service_latest.d.ts +1 -1
  73. package/dist/types/data/shared_pickle_output_latest.d.cts +1 -1
  74. package/dist/types/data/shared_pickle_output_latest.d.ts +1 -1
  75. package/dist/types/index.d.cts +4 -4
  76. package/dist/types/index.d.ts +4 -4
  77. package/dist/types/latest/custom/company_service_sanity.d.cts +2 -2
  78. package/dist/types/latest/custom/company_service_sanity.d.ts +2 -2
  79. package/dist/types/latest/custom/job_posting_service_sanity.d.cts +3 -3
  80. package/dist/types/latest/custom/job_posting_service_sanity.d.ts +3 -3
  81. package/dist/types/latest/job_posting_service_latest.d.cts +1 -1
  82. package/dist/types/latest/job_posting_service_latest.d.ts +1 -1
  83. package/dist/types/latest/shared_pickle_output_latest.d.cts +1 -1
  84. package/dist/types/latest/shared_pickle_output_latest.d.ts +1 -1
  85. package/package.json +3 -2
  86. package/dist/{job_posting_service_latest-tqnHqjwc.d.cts → job_posting_service_latest-C_TEBzCf.d.cts} +28 -28
  87. package/dist/{job_posting_service_latest-tqnHqjwc.d.ts → job_posting_service_latest-C_TEBzCf.d.ts} +28 -28
  88. package/dist/{shared_pickle_output_latest-DKOmTyYk.d.cts → shared_pickle_output_latest-CXBCG04N.d.cts} +4 -4
  89. package/dist/{shared_pickle_output_latest-DKOmTyYk.d.ts → shared_pickle_output_latest-CXBCG04N.d.ts} +4 -4
  90. package/dist/{shared_pickle_output_latest--XZhOUyE.d.cts → shared_pickle_output_latest-CtvHTPeX.d.cts} +4 -4
  91. package/dist/{shared_pickle_output_latest--XZhOUyE.d.ts → shared_pickle_output_latest-CtvHTPeX.d.ts} +4 -4
@@ -1,2 +1,2 @@
1
1
  import 'zod';
2
- export { B as BestFitEnum, e as ClinicalLicenseEnum, c as ClinicalSettingEnum, C as ClinicalSpecialtyEnum, a as EmploymentLevelEnum, E as EmploymentTypeEnum, b as JobFunctionEnum, d as JobLocationTypeEnum, J as JobPostModel, P as PublishStatusEnum, S as ShiftEnum, T as TypeEnum, f as jobPostSchema } from '../../job_posting_service_latest-tqnHqjwc.cjs';
2
+ export { B as BestFitEnum, e as ClinicalLicenseEnum, c as ClinicalSettingEnum, C as ClinicalSpecialtyEnum, a as EmploymentLevelEnum, E as EmploymentTypeEnum, b as JobFunctionEnum, d as JobLocationTypeEnum, J as JobPostModel, P as PublishStatusEnum, S as ShiftEnum, T as TypeEnum, f as jobPostSchema } from '../../job_posting_service_latest-C_TEBzCf.cjs';
@@ -1,2 +1,2 @@
1
1
  import 'zod';
2
- export { B as BestFitEnum, e as ClinicalLicenseEnum, c as ClinicalSettingEnum, C as ClinicalSpecialtyEnum, a as EmploymentLevelEnum, E as EmploymentTypeEnum, b as JobFunctionEnum, d as JobLocationTypeEnum, J as JobPostModel, P as PublishStatusEnum, S as ShiftEnum, T as TypeEnum, f as jobPostSchema } from '../../job_posting_service_latest-tqnHqjwc.js';
2
+ export { B as BestFitEnum, e as ClinicalLicenseEnum, c as ClinicalSettingEnum, C as ClinicalSpecialtyEnum, a as EmploymentLevelEnum, E as EmploymentTypeEnum, b as JobFunctionEnum, d as JobLocationTypeEnum, J as JobPostModel, P as PublishStatusEnum, S as ShiftEnum, T as TypeEnum, f as jobPostSchema } from '../../job_posting_service_latest-C_TEBzCf.js';
@@ -1,2 +1,2 @@
1
1
  import 'zod';
2
- export { C as CurrencyEnum, D as DetailLevelEnum, I as ImageAssetModel, d as ImageModel, M as MonetaryAmountModel, b as PlaceModel, P as PostalAddressModel, Q as QuantitativeValueModel, T as TypeEnum, U as UnitTextEnum, i as imageAssetSchema, c as imageSchema, m as monetaryAmountSchema, a as placeSchema, p as postalAddressSchema, q as quantitativeValueSchema } from '../../shared_pickle_output_latest-DKOmTyYk.cjs';
2
+ export { C as CurrencyEnum, D as DetailLevelEnum, I as ImageAssetModel, d as ImageModel, M as MonetaryAmountModel, b as PlaceModel, P as PostalAddressModel, Q as QuantitativeValueModel, T as TypeEnum, U as UnitTextEnum, i as imageAssetSchema, c as imageSchema, m as monetaryAmountSchema, a as placeSchema, p as postalAddressSchema, q as quantitativeValueSchema } from '../../shared_pickle_output_latest-CXBCG04N.cjs';
@@ -1,2 +1,2 @@
1
1
  import 'zod';
2
- export { C as CurrencyEnum, D as DetailLevelEnum, I as ImageAssetModel, d as ImageModel, M as MonetaryAmountModel, b as PlaceModel, P as PostalAddressModel, Q as QuantitativeValueModel, T as TypeEnum, U as UnitTextEnum, i as imageAssetSchema, c as imageSchema, m as monetaryAmountSchema, a as placeSchema, p as postalAddressSchema, q as quantitativeValueSchema } from '../../shared_pickle_output_latest-DKOmTyYk.js';
2
+ export { C as CurrencyEnum, D as DetailLevelEnum, I as ImageAssetModel, d as ImageModel, M as MonetaryAmountModel, b as PlaceModel, P as PostalAddressModel, Q as QuantitativeValueModel, T as TypeEnum, U as UnitTextEnum, i as imageAssetSchema, c as imageSchema, m as monetaryAmountSchema, a as placeSchema, p as postalAddressSchema, q as quantitativeValueSchema } from '../../shared_pickle_output_latest-CXBCG04N.js';
@@ -1,8 +1,8 @@
1
1
  export { c as CompanyServiceBase } from '../company_service_latest-C7Moeufo.cjs';
2
- export { j as JobPostServiceBase } from '../job_posting_service_latest-DCbi2bXu.cjs';
3
- export { s as SharedService, s as SharedServiceBase } from '../shared_pickle_output_latest--XZhOUyE.cjs';
4
- export { c as CompanyService } from '../company_service_sanity-Br0R7m-A.cjs';
5
- export { j as JobPostService } from '../job_posting_service_sanity-B7GvIdYQ.cjs';
2
+ export { j as JobPostServiceBase } from '../job_posting_service_latest-DdgK8Nnz.cjs';
3
+ export { s as SharedService, s as SharedServiceBase } from '../shared_pickle_output_latest-CtvHTPeX.cjs';
4
+ export { c as CompanyService } from '../company_service_sanity-2J1ZuUnu.cjs';
5
+ export { j as JobPostService } from '../job_posting_service_sanity-BNq-Am9N.cjs';
6
6
  export { Place } from '../components/ui/PlacesQueryInput.cjs';
7
7
  import 'zod';
8
8
  import './latest/custom/custom_sanity_models.cjs';
@@ -1,8 +1,8 @@
1
1
  export { c as CompanyServiceBase } from '../company_service_latest-C7Moeufo.js';
2
- export { j as JobPostServiceBase } from '../job_posting_service_latest-DCbi2bXu.js';
3
- export { s as SharedService, s as SharedServiceBase } from '../shared_pickle_output_latest--XZhOUyE.js';
4
- export { c as CompanyService } from '../company_service_sanity-DF01qvTz.js';
5
- export { j as JobPostService } from '../job_posting_service_sanity-CfLaGMVK.js';
2
+ export { j as JobPostServiceBase } from '../job_posting_service_latest-DdgK8Nnz.js';
3
+ export { s as SharedService, s as SharedServiceBase } from '../shared_pickle_output_latest-CtvHTPeX.js';
4
+ export { c as CompanyService } from '../company_service_sanity-KaAGfnNV.js';
5
+ export { j as JobPostService } from '../job_posting_service_sanity-BKo9TBDT.js';
6
6
  export { Place } from '../components/ui/PlacesQueryInput.js';
7
7
  import 'zod';
8
8
  import './latest/custom/custom_sanity_models.js';
@@ -1,4 +1,4 @@
1
1
  import 'zod';
2
2
  export { O as OfficeTypeEnum, P as PublishStatusEnum, T as TitleEnum, i as industrySchema, o as officeSchema, s as socialMediaSchema } from '../../../company_service_latest-C7Moeufo.cjs';
3
- export { i as imageSchema } from '../../../shared_pickle_output_latest--XZhOUyE.cjs';
4
- export { d as companyCareersSchema, a as companyNdgSchema, b as companyPhilosophySchema, e as companySchema, f as foundingInformationSchema, n as ngdMetadataSchema } from '../../../company_service_sanity-Br0R7m-A.cjs';
3
+ export { i as imageSchema } from '../../../shared_pickle_output_latest-CtvHTPeX.cjs';
4
+ export { d as companyCareersSchema, a as companyNdgSchema, b as companyPhilosophySchema, e as companySchema, f as foundingInformationSchema, n as ngdMetadataSchema } from '../../../company_service_sanity-2J1ZuUnu.cjs';
@@ -1,4 +1,4 @@
1
1
  import 'zod';
2
2
  export { O as OfficeTypeEnum, P as PublishStatusEnum, T as TitleEnum, i as industrySchema, o as officeSchema, s as socialMediaSchema } from '../../../company_service_latest-C7Moeufo.js';
3
- export { i as imageSchema } from '../../../shared_pickle_output_latest--XZhOUyE.js';
4
- export { d as companyCareersSchema, a as companyNdgSchema, b as companyPhilosophySchema, e as companySchema, f as foundingInformationSchema, n as ngdMetadataSchema } from '../../../company_service_sanity-DF01qvTz.js';
3
+ export { i as imageSchema } from '../../../shared_pickle_output_latest-CtvHTPeX.js';
4
+ export { d as companyCareersSchema, a as companyNdgSchema, b as companyPhilosophySchema, e as companySchema, f as foundingInformationSchema, n as ngdMetadataSchema } from '../../../company_service_sanity-KaAGfnNV.js';
@@ -1,5 +1,5 @@
1
1
  export { sanityReferenceSchema } from './custom_sanity_models.cjs';
2
2
  import 'zod';
3
- export { B as BestFitEnum, C as ClinicalLicenseEnum, a as ClinicalSettingEnum, b as ClinicalSpecialtyEnum, E as EmploymentLevelEnum, c as EmploymentTypeEnum, J as JobFunctionEnum, P as PublishStatusEnum, S as ShiftEnum } from '../../../job_posting_service_latest-DCbi2bXu.cjs';
4
- export { C as CurrencyEnum, D as DetailLevelEnum, U as UnitTextEnum } from '../../../shared_pickle_output_latest--XZhOUyE.cjs';
5
- export { c as JobPost, J as JobPostTypeEnum, b as MonetaryAmount, M as MonetaryAmountTypeEnum, P as PostalAddress, Q as QuantitativeValue, S as SanityReference, a as jobPostSchema, m as monetaryAmountSchema, p as postalAddressSchema, q as quantitativeValueSchema } from '../../../job_posting_service_sanity-B7GvIdYQ.cjs';
3
+ export { B as BestFitEnum, C as ClinicalLicenseEnum, b as ClinicalSettingEnum, c as ClinicalSpecialtyEnum, E as EmploymentLevelEnum, d as EmploymentTypeEnum, J as JobFunctionEnum, P as PublishStatusEnum, S as ShiftEnum } from '../../../job_posting_service_latest-DdgK8Nnz.cjs';
4
+ export { C as CurrencyEnum, D as DetailLevelEnum, U as UnitTextEnum } from '../../../shared_pickle_output_latest-CtvHTPeX.cjs';
5
+ export { c as JobPost, J as JobPostTypeEnum, b as MonetaryAmount, M as MonetaryAmountTypeEnum, P as PostalAddress, Q as QuantitativeValue, S as SanityReference, a as jobPostSchema, m as monetaryAmountSchema, p as postalAddressSchema, q as quantitativeValueSchema } from '../../../job_posting_service_sanity-BNq-Am9N.cjs';
@@ -1,5 +1,5 @@
1
1
  export { sanityReferenceSchema } from './custom_sanity_models.js';
2
2
  import 'zod';
3
- export { B as BestFitEnum, C as ClinicalLicenseEnum, a as ClinicalSettingEnum, b as ClinicalSpecialtyEnum, E as EmploymentLevelEnum, c as EmploymentTypeEnum, J as JobFunctionEnum, P as PublishStatusEnum, S as ShiftEnum } from '../../../job_posting_service_latest-DCbi2bXu.js';
4
- export { C as CurrencyEnum, D as DetailLevelEnum, U as UnitTextEnum } from '../../../shared_pickle_output_latest--XZhOUyE.js';
5
- export { c as JobPost, J as JobPostTypeEnum, b as MonetaryAmount, M as MonetaryAmountTypeEnum, P as PostalAddress, Q as QuantitativeValue, S as SanityReference, a as jobPostSchema, m as monetaryAmountSchema, p as postalAddressSchema, q as quantitativeValueSchema } from '../../../job_posting_service_sanity-CfLaGMVK.js';
3
+ export { B as BestFitEnum, C as ClinicalLicenseEnum, b as ClinicalSettingEnum, c as ClinicalSpecialtyEnum, E as EmploymentLevelEnum, d as EmploymentTypeEnum, J as JobFunctionEnum, P as PublishStatusEnum, S as ShiftEnum } from '../../../job_posting_service_latest-DdgK8Nnz.js';
4
+ export { C as CurrencyEnum, D as DetailLevelEnum, U as UnitTextEnum } from '../../../shared_pickle_output_latest-CtvHTPeX.js';
5
+ export { c as JobPost, J as JobPostTypeEnum, b as MonetaryAmount, M as MonetaryAmountTypeEnum, P as PostalAddress, Q as QuantitativeValue, S as SanityReference, a as jobPostSchema, m as monetaryAmountSchema, p as postalAddressSchema, q as quantitativeValueSchema } from '../../../job_posting_service_sanity-BKo9TBDT.js';
@@ -1,2 +1,2 @@
1
1
  import 'zod';
2
- export { B as BestFitEnum, C as ClinicalLicenseEnum, a as ClinicalSettingEnum, b as ClinicalSpecialtyEnum, E as EmploymentLevelEnum, c as EmploymentTypeEnum, J as JobFunctionEnum, d as JobLocationTypeEnum, f as JobPostModel, P as PublishStatusEnum, S as ShiftEnum, T as TypeEnum, e as jobPostSchema } from '../../job_posting_service_latest-DCbi2bXu.cjs';
2
+ export { B as BestFitEnum, C as ClinicalLicenseEnum, b as ClinicalSettingEnum, c as ClinicalSpecialtyEnum, E as EmploymentLevelEnum, d as EmploymentTypeEnum, J as JobFunctionEnum, e as JobLocationTypeEnum, f as JobPostModel, P as PublishStatusEnum, S as ShiftEnum, T as TypeEnum, a as jobPostSchema } from '../../job_posting_service_latest-DdgK8Nnz.cjs';
@@ -1,2 +1,2 @@
1
1
  import 'zod';
2
- export { B as BestFitEnum, C as ClinicalLicenseEnum, a as ClinicalSettingEnum, b as ClinicalSpecialtyEnum, E as EmploymentLevelEnum, c as EmploymentTypeEnum, J as JobFunctionEnum, d as JobLocationTypeEnum, f as JobPostModel, P as PublishStatusEnum, S as ShiftEnum, T as TypeEnum, e as jobPostSchema } from '../../job_posting_service_latest-DCbi2bXu.js';
2
+ export { B as BestFitEnum, C as ClinicalLicenseEnum, b as ClinicalSettingEnum, c as ClinicalSpecialtyEnum, E as EmploymentLevelEnum, d as EmploymentTypeEnum, J as JobFunctionEnum, e as JobLocationTypeEnum, f as JobPostModel, P as PublishStatusEnum, S as ShiftEnum, T as TypeEnum, a as jobPostSchema } from '../../job_posting_service_latest-DdgK8Nnz.js';
@@ -1,2 +1,2 @@
1
1
  import 'zod';
2
- export { C as CurrencyEnum, D as DetailLevelEnum, I as ImageAssetModel, d as ImageModel, M as MonetaryAmountModel, b as PlaceModel, P as PostalAddressModel, Q as QuantitativeValueModel, T as TypeEnum, U as UnitTextEnum, c as imageAssetSchema, i as imageSchema, m as monetaryAmountSchema, a as placeSchema, p as postalAddressSchema, q as quantitativeValueSchema } from '../../shared_pickle_output_latest--XZhOUyE.cjs';
2
+ export { C as CurrencyEnum, D as DetailLevelEnum, I as ImageAssetModel, d as ImageModel, M as MonetaryAmountModel, b as PlaceModel, P as PostalAddressModel, Q as QuantitativeValueModel, T as TypeEnum, U as UnitTextEnum, c as imageAssetSchema, i as imageSchema, m as monetaryAmountSchema, a as placeSchema, p as postalAddressSchema, q as quantitativeValueSchema } from '../../shared_pickle_output_latest-CtvHTPeX.cjs';
@@ -1,2 +1,2 @@
1
1
  import 'zod';
2
- export { C as CurrencyEnum, D as DetailLevelEnum, I as ImageAssetModel, d as ImageModel, M as MonetaryAmountModel, b as PlaceModel, P as PostalAddressModel, Q as QuantitativeValueModel, T as TypeEnum, U as UnitTextEnum, c as imageAssetSchema, i as imageSchema, m as monetaryAmountSchema, a as placeSchema, p as postalAddressSchema, q as quantitativeValueSchema } from '../../shared_pickle_output_latest--XZhOUyE.js';
2
+ export { C as CurrencyEnum, D as DetailLevelEnum, I as ImageAssetModel, d as ImageModel, M as MonetaryAmountModel, b as PlaceModel, P as PostalAddressModel, Q as QuantitativeValueModel, T as TypeEnum, U as UnitTextEnum, c as imageAssetSchema, i as imageSchema, m as monetaryAmountSchema, a as placeSchema, p as postalAddressSchema, q as quantitativeValueSchema } from '../../shared_pickle_output_latest-CtvHTPeX.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-degree/pickle-shared-js",
3
- "version": "0.12.1",
3
+ "version": "0.12.3",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -39,8 +39,8 @@
39
39
  "@radix-ui/react-radio-group": "^1.2.3",
40
40
  "@radix-ui/react-select": "^2.1.5",
41
41
  "@radix-ui/react-separator": "^1.1.1",
42
- "@radix-ui/react-switch": "^1.1.3",
43
42
  "@radix-ui/react-slot": "^1.1.2",
43
+ "@radix-ui/react-switch": "^1.1.3",
44
44
  "@radix-ui/react-tabs": "^1.1.3",
45
45
  "@radix-ui/themes": "^3.1.6",
46
46
  "@vis.gl/react-google-maps": "^1.5.0",
@@ -60,6 +60,7 @@
60
60
  "@tailwindcss/typography": "^0.5.16",
61
61
  "@testing-library/jest-dom": "^6.4.2",
62
62
  "@testing-library/react": "^14.2.1",
63
+ "@testing-library/user-event": "^14.6.1",
63
64
  "@types/jest": "^29.5.12",
64
65
  "@types/node": "^20.17.16",
65
66
  "@types/react": "^18.3.18",
@@ -64,8 +64,8 @@ declare const jobPostSchema: z.ZodObject<{
64
64
  }, {
65
65
  type: string;
66
66
  unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
67
- value?: number | undefined;
68
67
  version?: "1.0.0" | undefined;
68
+ value?: number | undefined;
69
69
  minValue?: number | undefined;
70
70
  maxValue?: number | undefined;
71
71
  }>>;
@@ -87,15 +87,15 @@ declare const jobPostSchema: z.ZodObject<{
87
87
  currency?: "EUR" | "GBP" | "USD" | undefined;
88
88
  }, {
89
89
  type: string;
90
+ version?: "1.0.0" | undefined;
90
91
  value?: {
91
92
  type: string;
92
93
  unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
93
- value?: number | undefined;
94
94
  version?: "1.0.0" | undefined;
95
+ value?: number | undefined;
95
96
  minValue?: number | undefined;
96
97
  maxValue?: number | undefined;
97
98
  } | undefined;
98
- version?: "1.0.0" | undefined;
99
99
  minValue?: number | undefined;
100
100
  maxValue?: number | undefined;
101
101
  singleValue?: number | undefined;
@@ -3305,6 +3305,17 @@ declare const jobPostSchema: z.ZodObject<{
3305
3305
  isRemote: boolean;
3306
3306
  isVerified: boolean;
3307
3307
  isDirectApply: boolean;
3308
+ jobLocation?: {
3309
+ type: string;
3310
+ version: "1.0.0";
3311
+ addressCountry: string;
3312
+ description?: string | undefined;
3313
+ addressRegion?: string | undefined;
3314
+ addressLocality?: string | undefined;
3315
+ streetAddress?: string | undefined;
3316
+ streetNumber?: string | undefined;
3317
+ postalCode?: string | undefined;
3318
+ } | undefined;
3308
3319
  shift?: ("DAY" | "EIGHT_HOUR" | "EVENING" | "FLEXIBLE" | "MID_SHIFT" | "MONDAY_TO_FRIDAY" | "NIGHT" | "ON_CALL" | "TEN_HOUR" | "TWELVE_HOUR" | "WEEKENDS")[] | undefined;
3309
3320
  dateAdded?: string | undefined;
3310
3321
  datePosted?: string | undefined;
@@ -3336,17 +3347,6 @@ declare const jobPostSchema: z.ZodObject<{
3336
3347
  singleValue?: number | undefined;
3337
3348
  currency?: "EUR" | "GBP" | "USD" | undefined;
3338
3349
  } | undefined;
3339
- jobLocation?: {
3340
- type: string;
3341
- version: "1.0.0";
3342
- addressCountry: string;
3343
- description?: string | undefined;
3344
- addressRegion?: string | undefined;
3345
- addressLocality?: string | undefined;
3346
- streetAddress?: string | undefined;
3347
- streetNumber?: string | undefined;
3348
- postalCode?: string | undefined;
3349
- } | undefined;
3350
3350
  applicableOffices?: {
3351
3351
  name: string;
3352
3352
  type: string;
@@ -3767,8 +3767,19 @@ declare const jobPostSchema: z.ZodObject<{
3767
3767
  updatedAt: string;
3768
3768
  publishStatus: "DRAFT" | "IN_REVIEW" | "PUBLISHED" | "REMOVED";
3769
3769
  clientId: string;
3770
- shift?: ("DAY" | "EIGHT_HOUR" | "EVENING" | "FLEXIBLE" | "MID_SHIFT" | "MONDAY_TO_FRIDAY" | "NIGHT" | "ON_CALL" | "TEN_HOUR" | "TWELVE_HOUR" | "WEEKENDS")[] | undefined;
3770
+ jobLocation?: {
3771
+ type: string;
3772
+ addressCountry: string;
3773
+ version?: "1.0.0" | undefined;
3774
+ description?: string | undefined;
3775
+ addressRegion?: string | undefined;
3776
+ addressLocality?: string | undefined;
3777
+ streetAddress?: string | undefined;
3778
+ streetNumber?: string | undefined;
3779
+ postalCode?: string | undefined;
3780
+ } | undefined;
3771
3781
  version?: "1.0.0" | undefined;
3782
+ shift?: ("DAY" | "EIGHT_HOUR" | "EVENING" | "FLEXIBLE" | "MID_SHIFT" | "MONDAY_TO_FRIDAY" | "NIGHT" | "ON_CALL" | "TEN_HOUR" | "TWELVE_HOUR" | "WEEKENDS")[] | undefined;
3772
3783
  dateAdded?: string | undefined;
3773
3784
  datePosted?: string | undefined;
3774
3785
  dateRemoved?: string | undefined;
@@ -3789,31 +3800,20 @@ declare const jobPostSchema: z.ZodObject<{
3789
3800
  clinicalSpecialty?: ("ANESTHESIOLOGY" | "CARDIOLOGY" | "CASE_MANAGEMENT" | "CHRONIC_PAIN" | "CLINICAL_ELECTROPHYSIOLOGY" | "CRITICAL_AND_ACUTE_CARE" | "DERMATOLOGY" | "DIALYSIS" | "EMERGENCY_MEDICINE" | "ENDOCRINOLOGY" | "ERGONOMICS" | "FEEDING_EATING_AND_SWALLOWING" | "GASTROENTEROLOGY" | "GERIATRICS" | "HAND_THERAPY" | "HEMATOLOGY" | "HOLISTIC_MEDICINE" | "INFORMATICS" | "INTERNAL_MEDICINE" | "LABOR_AND_DELIVERY" | "MANUAL_THERAPY" | "MED_SURG" | "MENTAL_HEALTH" | "NEPHROLOGY" | "NEUROLOGY" | "ONCOLOGY" | "ORTHOPEDICS" | "OTOLARYNGOLOGY" | "PEDIATRICS" | "PHYSICAL_AND_REHABILITATION_MEDICINE" | "PLASTIC_SURGERY" | "PRIMARY_CARE" | "PSYCHIATRY" | "PULMONOLOGY" | "RADIOLOGY" | "SENSORY" | "SPORTS" | "SURGERY" | "TRAUMA_MEDICINE" | "URGENT_CARE" | "UROLOGY" | "VISION" | "WOMENS_HEALTH" | "WOUND_AND_BURN_CARE")[] | undefined;
3790
3801
  estimatedSalary?: {
3791
3802
  type: string;
3803
+ version?: "1.0.0" | undefined;
3792
3804
  value?: {
3793
3805
  type: string;
3794
3806
  unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
3795
- value?: number | undefined;
3796
3807
  version?: "1.0.0" | undefined;
3808
+ value?: number | undefined;
3797
3809
  minValue?: number | undefined;
3798
3810
  maxValue?: number | undefined;
3799
3811
  } | undefined;
3800
- version?: "1.0.0" | undefined;
3801
3812
  minValue?: number | undefined;
3802
3813
  maxValue?: number | undefined;
3803
3814
  singleValue?: number | undefined;
3804
3815
  currency?: "EUR" | "GBP" | "USD" | undefined;
3805
3816
  } | undefined;
3806
- jobLocation?: {
3807
- type: string;
3808
- addressCountry: string;
3809
- version?: "1.0.0" | undefined;
3810
- description?: string | undefined;
3811
- addressRegion?: string | undefined;
3812
- addressLocality?: string | undefined;
3813
- streetAddress?: string | undefined;
3814
- streetNumber?: string | undefined;
3815
- postalCode?: string | undefined;
3816
- } | undefined;
3817
3817
  applicableOffices?: {
3818
3818
  name: string;
3819
3819
  type: string;
@@ -64,8 +64,8 @@ declare const jobPostSchema: z.ZodObject<{
64
64
  }, {
65
65
  type: string;
66
66
  unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
67
- value?: number | undefined;
68
67
  version?: "1.0.0" | undefined;
68
+ value?: number | undefined;
69
69
  minValue?: number | undefined;
70
70
  maxValue?: number | undefined;
71
71
  }>>;
@@ -87,15 +87,15 @@ declare const jobPostSchema: z.ZodObject<{
87
87
  currency?: "EUR" | "GBP" | "USD" | undefined;
88
88
  }, {
89
89
  type: string;
90
+ version?: "1.0.0" | undefined;
90
91
  value?: {
91
92
  type: string;
92
93
  unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
93
- value?: number | undefined;
94
94
  version?: "1.0.0" | undefined;
95
+ value?: number | undefined;
95
96
  minValue?: number | undefined;
96
97
  maxValue?: number | undefined;
97
98
  } | undefined;
98
- version?: "1.0.0" | undefined;
99
99
  minValue?: number | undefined;
100
100
  maxValue?: number | undefined;
101
101
  singleValue?: number | undefined;
@@ -3305,6 +3305,17 @@ declare const jobPostSchema: z.ZodObject<{
3305
3305
  isRemote: boolean;
3306
3306
  isVerified: boolean;
3307
3307
  isDirectApply: boolean;
3308
+ jobLocation?: {
3309
+ type: string;
3310
+ version: "1.0.0";
3311
+ addressCountry: string;
3312
+ description?: string | undefined;
3313
+ addressRegion?: string | undefined;
3314
+ addressLocality?: string | undefined;
3315
+ streetAddress?: string | undefined;
3316
+ streetNumber?: string | undefined;
3317
+ postalCode?: string | undefined;
3318
+ } | undefined;
3308
3319
  shift?: ("DAY" | "EIGHT_HOUR" | "EVENING" | "FLEXIBLE" | "MID_SHIFT" | "MONDAY_TO_FRIDAY" | "NIGHT" | "ON_CALL" | "TEN_HOUR" | "TWELVE_HOUR" | "WEEKENDS")[] | undefined;
3309
3320
  dateAdded?: string | undefined;
3310
3321
  datePosted?: string | undefined;
@@ -3336,17 +3347,6 @@ declare const jobPostSchema: z.ZodObject<{
3336
3347
  singleValue?: number | undefined;
3337
3348
  currency?: "EUR" | "GBP" | "USD" | undefined;
3338
3349
  } | undefined;
3339
- jobLocation?: {
3340
- type: string;
3341
- version: "1.0.0";
3342
- addressCountry: string;
3343
- description?: string | undefined;
3344
- addressRegion?: string | undefined;
3345
- addressLocality?: string | undefined;
3346
- streetAddress?: string | undefined;
3347
- streetNumber?: string | undefined;
3348
- postalCode?: string | undefined;
3349
- } | undefined;
3350
3350
  applicableOffices?: {
3351
3351
  name: string;
3352
3352
  type: string;
@@ -3767,8 +3767,19 @@ declare const jobPostSchema: z.ZodObject<{
3767
3767
  updatedAt: string;
3768
3768
  publishStatus: "DRAFT" | "IN_REVIEW" | "PUBLISHED" | "REMOVED";
3769
3769
  clientId: string;
3770
- shift?: ("DAY" | "EIGHT_HOUR" | "EVENING" | "FLEXIBLE" | "MID_SHIFT" | "MONDAY_TO_FRIDAY" | "NIGHT" | "ON_CALL" | "TEN_HOUR" | "TWELVE_HOUR" | "WEEKENDS")[] | undefined;
3770
+ jobLocation?: {
3771
+ type: string;
3772
+ addressCountry: string;
3773
+ version?: "1.0.0" | undefined;
3774
+ description?: string | undefined;
3775
+ addressRegion?: string | undefined;
3776
+ addressLocality?: string | undefined;
3777
+ streetAddress?: string | undefined;
3778
+ streetNumber?: string | undefined;
3779
+ postalCode?: string | undefined;
3780
+ } | undefined;
3771
3781
  version?: "1.0.0" | undefined;
3782
+ shift?: ("DAY" | "EIGHT_HOUR" | "EVENING" | "FLEXIBLE" | "MID_SHIFT" | "MONDAY_TO_FRIDAY" | "NIGHT" | "ON_CALL" | "TEN_HOUR" | "TWELVE_HOUR" | "WEEKENDS")[] | undefined;
3772
3783
  dateAdded?: string | undefined;
3773
3784
  datePosted?: string | undefined;
3774
3785
  dateRemoved?: string | undefined;
@@ -3789,31 +3800,20 @@ declare const jobPostSchema: z.ZodObject<{
3789
3800
  clinicalSpecialty?: ("ANESTHESIOLOGY" | "CARDIOLOGY" | "CASE_MANAGEMENT" | "CHRONIC_PAIN" | "CLINICAL_ELECTROPHYSIOLOGY" | "CRITICAL_AND_ACUTE_CARE" | "DERMATOLOGY" | "DIALYSIS" | "EMERGENCY_MEDICINE" | "ENDOCRINOLOGY" | "ERGONOMICS" | "FEEDING_EATING_AND_SWALLOWING" | "GASTROENTEROLOGY" | "GERIATRICS" | "HAND_THERAPY" | "HEMATOLOGY" | "HOLISTIC_MEDICINE" | "INFORMATICS" | "INTERNAL_MEDICINE" | "LABOR_AND_DELIVERY" | "MANUAL_THERAPY" | "MED_SURG" | "MENTAL_HEALTH" | "NEPHROLOGY" | "NEUROLOGY" | "ONCOLOGY" | "ORTHOPEDICS" | "OTOLARYNGOLOGY" | "PEDIATRICS" | "PHYSICAL_AND_REHABILITATION_MEDICINE" | "PLASTIC_SURGERY" | "PRIMARY_CARE" | "PSYCHIATRY" | "PULMONOLOGY" | "RADIOLOGY" | "SENSORY" | "SPORTS" | "SURGERY" | "TRAUMA_MEDICINE" | "URGENT_CARE" | "UROLOGY" | "VISION" | "WOMENS_HEALTH" | "WOUND_AND_BURN_CARE")[] | undefined;
3790
3801
  estimatedSalary?: {
3791
3802
  type: string;
3803
+ version?: "1.0.0" | undefined;
3792
3804
  value?: {
3793
3805
  type: string;
3794
3806
  unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
3795
- value?: number | undefined;
3796
3807
  version?: "1.0.0" | undefined;
3808
+ value?: number | undefined;
3797
3809
  minValue?: number | undefined;
3798
3810
  maxValue?: number | undefined;
3799
3811
  } | undefined;
3800
- version?: "1.0.0" | undefined;
3801
3812
  minValue?: number | undefined;
3802
3813
  maxValue?: number | undefined;
3803
3814
  singleValue?: number | undefined;
3804
3815
  currency?: "EUR" | "GBP" | "USD" | undefined;
3805
3816
  } | undefined;
3806
- jobLocation?: {
3807
- type: string;
3808
- addressCountry: string;
3809
- version?: "1.0.0" | undefined;
3810
- description?: string | undefined;
3811
- addressRegion?: string | undefined;
3812
- addressLocality?: string | undefined;
3813
- streetAddress?: string | undefined;
3814
- streetNumber?: string | undefined;
3815
- postalCode?: string | undefined;
3816
- } | undefined;
3817
3817
  applicableOffices?: {
3818
3818
  name: string;
3819
3819
  type: string;
@@ -123,8 +123,8 @@ declare const quantitativeValueSchema: z.ZodObject<{
123
123
  }, {
124
124
  type: string;
125
125
  unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
126
- value?: number | undefined;
127
126
  version?: "1.0.0" | undefined;
127
+ value?: number | undefined;
128
128
  minValue?: number | undefined;
129
129
  maxValue?: number | undefined;
130
130
  }>;
@@ -152,8 +152,8 @@ declare const monetaryAmountSchema: z.ZodObject<{
152
152
  }, {
153
153
  type: string;
154
154
  unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
155
- value?: number | undefined;
156
155
  version?: "1.0.0" | undefined;
156
+ value?: number | undefined;
157
157
  minValue?: number | undefined;
158
158
  maxValue?: number | undefined;
159
159
  }>>;
@@ -175,15 +175,15 @@ declare const monetaryAmountSchema: z.ZodObject<{
175
175
  currency?: "EUR" | "GBP" | "USD" | undefined;
176
176
  }, {
177
177
  type: string;
178
+ version?: "1.0.0" | undefined;
178
179
  value?: {
179
180
  type: string;
180
181
  unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
181
- value?: number | undefined;
182
182
  version?: "1.0.0" | undefined;
183
+ value?: number | undefined;
183
184
  minValue?: number | undefined;
184
185
  maxValue?: number | undefined;
185
186
  } | undefined;
186
- version?: "1.0.0" | undefined;
187
187
  minValue?: number | undefined;
188
188
  maxValue?: number | undefined;
189
189
  singleValue?: number | undefined;
@@ -123,8 +123,8 @@ declare const quantitativeValueSchema: z.ZodObject<{
123
123
  }, {
124
124
  type: string;
125
125
  unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
126
- value?: number | undefined;
127
126
  version?: "1.0.0" | undefined;
127
+ value?: number | undefined;
128
128
  minValue?: number | undefined;
129
129
  maxValue?: number | undefined;
130
130
  }>;
@@ -152,8 +152,8 @@ declare const monetaryAmountSchema: z.ZodObject<{
152
152
  }, {
153
153
  type: string;
154
154
  unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
155
- value?: number | undefined;
156
155
  version?: "1.0.0" | undefined;
156
+ value?: number | undefined;
157
157
  minValue?: number | undefined;
158
158
  maxValue?: number | undefined;
159
159
  }>>;
@@ -175,15 +175,15 @@ declare const monetaryAmountSchema: z.ZodObject<{
175
175
  currency?: "EUR" | "GBP" | "USD" | undefined;
176
176
  }, {
177
177
  type: string;
178
+ version?: "1.0.0" | undefined;
178
179
  value?: {
179
180
  type: string;
180
181
  unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
181
- value?: number | undefined;
182
182
  version?: "1.0.0" | undefined;
183
+ value?: number | undefined;
183
184
  minValue?: number | undefined;
184
185
  maxValue?: number | undefined;
185
186
  } | undefined;
186
- version?: "1.0.0" | undefined;
187
187
  minValue?: number | undefined;
188
188
  maxValue?: number | undefined;
189
189
  singleValue?: number | undefined;
@@ -123,8 +123,8 @@ declare const quantitativeValueSchema: z.ZodObject<{
123
123
  }, {
124
124
  type: string;
125
125
  unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
126
- value?: number | undefined;
127
126
  version?: "1.0.0" | undefined;
127
+ value?: number | undefined;
128
128
  minValue?: number | undefined;
129
129
  maxValue?: number | undefined;
130
130
  }>;
@@ -152,8 +152,8 @@ declare const monetaryAmountSchema: z.ZodObject<{
152
152
  }, {
153
153
  type: string;
154
154
  unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
155
- value?: number | undefined;
156
155
  version?: "1.0.0" | undefined;
156
+ value?: number | undefined;
157
157
  minValue?: number | undefined;
158
158
  maxValue?: number | undefined;
159
159
  }>>;
@@ -175,15 +175,15 @@ declare const monetaryAmountSchema: z.ZodObject<{
175
175
  currency?: "EUR" | "GBP" | "USD" | undefined;
176
176
  }, {
177
177
  type: string;
178
+ version?: "1.0.0" | undefined;
178
179
  value?: {
179
180
  type: string;
180
181
  unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
181
- value?: number | undefined;
182
182
  version?: "1.0.0" | undefined;
183
+ value?: number | undefined;
183
184
  minValue?: number | undefined;
184
185
  maxValue?: number | undefined;
185
186
  } | undefined;
186
- version?: "1.0.0" | undefined;
187
187
  minValue?: number | undefined;
188
188
  maxValue?: number | undefined;
189
189
  singleValue?: number | undefined;
@@ -123,8 +123,8 @@ declare const quantitativeValueSchema: z.ZodObject<{
123
123
  }, {
124
124
  type: string;
125
125
  unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
126
- value?: number | undefined;
127
126
  version?: "1.0.0" | undefined;
127
+ value?: number | undefined;
128
128
  minValue?: number | undefined;
129
129
  maxValue?: number | undefined;
130
130
  }>;
@@ -152,8 +152,8 @@ declare const monetaryAmountSchema: z.ZodObject<{
152
152
  }, {
153
153
  type: string;
154
154
  unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
155
- value?: number | undefined;
156
155
  version?: "1.0.0" | undefined;
156
+ value?: number | undefined;
157
157
  minValue?: number | undefined;
158
158
  maxValue?: number | undefined;
159
159
  }>>;
@@ -175,15 +175,15 @@ declare const monetaryAmountSchema: z.ZodObject<{
175
175
  currency?: "EUR" | "GBP" | "USD" | undefined;
176
176
  }, {
177
177
  type: string;
178
+ version?: "1.0.0" | undefined;
178
179
  value?: {
179
180
  type: string;
180
181
  unitText: "DAY" | "HOUR" | "MONTH" | "PER_ACTIVITY" | "WEEK" | "YEAR";
181
- value?: number | undefined;
182
182
  version?: "1.0.0" | undefined;
183
+ value?: number | undefined;
183
184
  minValue?: number | undefined;
184
185
  maxValue?: number | undefined;
185
186
  } | undefined;
186
- version?: "1.0.0" | undefined;
187
187
  minValue?: number | undefined;
188
188
  maxValue?: number | undefined;
189
189
  singleValue?: number | undefined;