@experts_hub/shared 1.0.511 → 1.0.514

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.
@@ -1,4 +1,4 @@
1
- export declare enum JobLocation {
1
+ declare enum JobLocationEnum {
2
2
  ONSITE = "ONSITE",
3
3
  REMOTE = "REMOTE",
4
4
  HYBRID = "HYBRID"
@@ -20,7 +20,7 @@ export declare class JobBasicInformationDto {
20
20
  skills: string[];
21
21
  goodToHaveSkills: string[];
22
22
  openings: number;
23
- location: JobLocation;
23
+ location: JobLocationEnum;
24
24
  countryId: number;
25
25
  stateId: number;
26
26
  cityId: number;
@@ -41,3 +41,4 @@ export declare class JobBasicInformationDto {
41
41
  businessIndustry?: string;
42
42
  additionalComment?: string;
43
43
  }
44
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.511",
3
+ "version": "1.0.514",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",