@experts_hub/shared 1.0.468 → 1.0.469

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.
package/dist/index.d.mts CHANGED
@@ -471,6 +471,7 @@ declare enum EmploymentType {
471
471
  PARTTIME = "PARTTIME",
472
472
  BOTH = "BOTH",
473
473
  HOURLY = "HOURLY",
474
+ FREELANCE = "FREELANCE",
474
475
  FTE = "FTE"
475
476
  }
476
477
  declare class JobBasicInformationDto {
package/dist/index.d.ts CHANGED
@@ -471,6 +471,7 @@ declare enum EmploymentType {
471
471
  PARTTIME = "PARTTIME",
472
472
  BOTH = "BOTH",
473
473
  HOURLY = "HOURLY",
474
+ FREELANCE = "FREELANCE",
474
475
  FTE = "FTE"
475
476
  }
476
477
  declare class JobBasicInformationDto {
package/dist/index.js CHANGED
@@ -1200,6 +1200,7 @@ var EmploymentType = /* @__PURE__ */ ((EmploymentType2) => {
1200
1200
  EmploymentType2["PARTTIME"] = "PARTTIME";
1201
1201
  EmploymentType2["BOTH"] = "BOTH";
1202
1202
  EmploymentType2["HOURLY"] = "HOURLY";
1203
+ EmploymentType2["FREELANCE"] = "FREELANCE";
1203
1204
  EmploymentType2["FTE"] = "FTE";
1204
1205
  return EmploymentType2;
1205
1206
  })(EmploymentType || {});
package/dist/index.mjs CHANGED
@@ -988,6 +988,7 @@ var EmploymentType = /* @__PURE__ */ ((EmploymentType2) => {
988
988
  EmploymentType2["PARTTIME"] = "PARTTIME";
989
989
  EmploymentType2["BOTH"] = "BOTH";
990
990
  EmploymentType2["HOURLY"] = "HOURLY";
991
+ EmploymentType2["FREELANCE"] = "FREELANCE";
991
992
  EmploymentType2["FTE"] = "FTE";
992
993
  return EmploymentType2;
993
994
  })(EmploymentType || {});
@@ -8,6 +8,7 @@ export declare enum EmploymentType {
8
8
  PARTTIME = "PARTTIME",
9
9
  BOTH = "BOTH",
10
10
  HOURLY = "HOURLY",
11
+ FREELANCE = "FREELANCE",
11
12
  FTE = "FTE"
12
13
  }
13
14
  export declare class JobBasicInformationDto {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.468",
3
+ "version": "1.0.469",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",