@experts_hub/shared 1.0.465 → 1.0.466

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.
@@ -25,6 +25,7 @@ export declare enum TypeOfEmploymentEnum {
25
25
  PARTTIME = "PARTTIME",
26
26
  BOTH = "BOTH",
27
27
  HOURLY = "HOURLY",
28
+ FREELANCE = "FREELANCE",
28
29
  FTE = "FTE"
29
30
  }
30
31
  export declare enum Step {
package/dist/index.d.mts CHANGED
@@ -1274,6 +1274,7 @@ declare enum TypeOfEmploymentEnum {
1274
1274
  PARTTIME = "PARTTIME",
1275
1275
  BOTH = "BOTH",
1276
1276
  HOURLY = "HOURLY",
1277
+ FREELANCE = "FREELANCE",
1277
1278
  FTE = "FTE"
1278
1279
  }
1279
1280
  declare enum Step {
package/dist/index.d.ts CHANGED
@@ -1274,6 +1274,7 @@ declare enum TypeOfEmploymentEnum {
1274
1274
  PARTTIME = "PARTTIME",
1275
1275
  BOTH = "BOTH",
1276
1276
  HOURLY = "HOURLY",
1277
+ FREELANCE = "FREELANCE",
1277
1278
  FTE = "FTE"
1278
1279
  }
1279
1280
  declare enum Step {
package/dist/index.js CHANGED
@@ -3703,6 +3703,7 @@ var TypeOfEmploymentEnum = /* @__PURE__ */ ((TypeOfEmploymentEnum2) => {
3703
3703
  TypeOfEmploymentEnum2["PARTTIME"] = "PARTTIME";
3704
3704
  TypeOfEmploymentEnum2["BOTH"] = "BOTH";
3705
3705
  TypeOfEmploymentEnum2["HOURLY"] = "HOURLY";
3706
+ TypeOfEmploymentEnum2["FREELANCE"] = "FREELANCE";
3706
3707
  TypeOfEmploymentEnum2["FTE"] = "FTE";
3707
3708
  return TypeOfEmploymentEnum2;
3708
3709
  })(TypeOfEmploymentEnum || {});
package/dist/index.mjs CHANGED
@@ -3626,6 +3626,7 @@ var TypeOfEmploymentEnum = /* @__PURE__ */ ((TypeOfEmploymentEnum2) => {
3626
3626
  TypeOfEmploymentEnum2["PARTTIME"] = "PARTTIME";
3627
3627
  TypeOfEmploymentEnum2["BOTH"] = "BOTH";
3628
3628
  TypeOfEmploymentEnum2["HOURLY"] = "HOURLY";
3629
+ TypeOfEmploymentEnum2["FREELANCE"] = "FREELANCE";
3629
3630
  TypeOfEmploymentEnum2["FTE"] = "FTE";
3630
3631
  return TypeOfEmploymentEnum2;
3631
3632
  })(TypeOfEmploymentEnum || {});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.465",
3
+ "version": "1.0.466",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",