@experts_hub/shared 1.0.465 → 1.0.467

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.
@@ -6,6 +6,7 @@ export declare enum NatureOfWork {
6
6
  PARTTIME = "PARTTIME",
7
7
  BOTH = "BOTH",
8
8
  HOURLY = "HOURLY",
9
+ FREELANCE = "FREELANCE",
9
10
  FTE = "FTE"
10
11
  }
11
12
  export declare enum ModeOfWork {
@@ -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
@@ -724,6 +724,7 @@ declare enum NatureOfWork {
724
724
  PARTTIME = "PARTTIME",
725
725
  BOTH = "BOTH",
726
726
  HOURLY = "HOURLY",
727
+ FREELANCE = "FREELANCE",
727
728
  FTE = "FTE"
728
729
  }
729
730
  declare enum ModeOfWork {
@@ -1274,6 +1275,7 @@ declare enum TypeOfEmploymentEnum {
1274
1275
  PARTTIME = "PARTTIME",
1275
1276
  BOTH = "BOTH",
1276
1277
  HOURLY = "HOURLY",
1278
+ FREELANCE = "FREELANCE",
1277
1279
  FTE = "FTE"
1278
1280
  }
1279
1281
  declare enum Step {
package/dist/index.d.ts CHANGED
@@ -724,6 +724,7 @@ declare enum NatureOfWork {
724
724
  PARTTIME = "PARTTIME",
725
725
  BOTH = "BOTH",
726
726
  HOURLY = "HOURLY",
727
+ FREELANCE = "FREELANCE",
727
728
  FTE = "FTE"
728
729
  }
729
730
  declare enum ModeOfWork {
@@ -1274,6 +1275,7 @@ declare enum TypeOfEmploymentEnum {
1274
1275
  PARTTIME = "PARTTIME",
1275
1276
  BOTH = "BOTH",
1276
1277
  HOURLY = "HOURLY",
1278
+ FREELANCE = "FREELANCE",
1277
1279
  FTE = "FTE"
1278
1280
  }
1279
1281
  declare enum Step {
package/dist/index.js CHANGED
@@ -1997,6 +1997,7 @@ var NatureOfWork = /* @__PURE__ */ ((NatureOfWork2) => {
1997
1997
  NatureOfWork2["PARTTIME"] = "PARTTIME";
1998
1998
  NatureOfWork2["BOTH"] = "BOTH";
1999
1999
  NatureOfWork2["HOURLY"] = "HOURLY";
2000
+ NatureOfWork2["FREELANCE"] = "FREELANCE";
2000
2001
  NatureOfWork2["FTE"] = "FTE";
2001
2002
  return NatureOfWork2;
2002
2003
  })(NatureOfWork || {});
@@ -3703,6 +3704,7 @@ var TypeOfEmploymentEnum = /* @__PURE__ */ ((TypeOfEmploymentEnum2) => {
3703
3704
  TypeOfEmploymentEnum2["PARTTIME"] = "PARTTIME";
3704
3705
  TypeOfEmploymentEnum2["BOTH"] = "BOTH";
3705
3706
  TypeOfEmploymentEnum2["HOURLY"] = "HOURLY";
3707
+ TypeOfEmploymentEnum2["FREELANCE"] = "FREELANCE";
3706
3708
  TypeOfEmploymentEnum2["FTE"] = "FTE";
3707
3709
  return TypeOfEmploymentEnum2;
3708
3710
  })(TypeOfEmploymentEnum || {});
package/dist/index.mjs CHANGED
@@ -1868,6 +1868,7 @@ var NatureOfWork = /* @__PURE__ */ ((NatureOfWork2) => {
1868
1868
  NatureOfWork2["PARTTIME"] = "PARTTIME";
1869
1869
  NatureOfWork2["BOTH"] = "BOTH";
1870
1870
  NatureOfWork2["HOURLY"] = "HOURLY";
1871
+ NatureOfWork2["FREELANCE"] = "FREELANCE";
1871
1872
  NatureOfWork2["FTE"] = "FTE";
1872
1873
  return NatureOfWork2;
1873
1874
  })(NatureOfWork || {});
@@ -3626,6 +3627,7 @@ var TypeOfEmploymentEnum = /* @__PURE__ */ ((TypeOfEmploymentEnum2) => {
3626
3627
  TypeOfEmploymentEnum2["PARTTIME"] = "PARTTIME";
3627
3628
  TypeOfEmploymentEnum2["BOTH"] = "BOTH";
3628
3629
  TypeOfEmploymentEnum2["HOURLY"] = "HOURLY";
3630
+ TypeOfEmploymentEnum2["FREELANCE"] = "FREELANCE";
3629
3631
  TypeOfEmploymentEnum2["FTE"] = "FTE";
3630
3632
  return TypeOfEmploymentEnum2;
3631
3633
  })(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.467",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",