@experts_hub/shared 1.0.467 → 1.0.468

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.
@@ -5,6 +5,7 @@ export declare enum KindOfHire {
5
5
  PARTTIME = "PARTTIME",
6
6
  BOTH = "BOTH",
7
7
  HOURLY = "HOURLY",
8
+ FREELANCE = "FREELANCE",
8
9
  FTE = "FTE"
9
10
  }
10
11
  export declare enum ModeOfHire {
package/dist/index.d.mts CHANGED
@@ -802,6 +802,7 @@ declare enum KindOfHire {
802
802
  PARTTIME = "PARTTIME",
803
803
  BOTH = "BOTH",
804
804
  HOURLY = "HOURLY",
805
+ FREELANCE = "FREELANCE",
805
806
  FTE = "FTE"
806
807
  }
807
808
  declare enum ModeOfHire {
package/dist/index.d.ts CHANGED
@@ -802,6 +802,7 @@ declare enum KindOfHire {
802
802
  PARTTIME = "PARTTIME",
803
803
  BOTH = "BOTH",
804
804
  HOURLY = "HOURLY",
805
+ FREELANCE = "FREELANCE",
805
806
  FTE = "FTE"
806
807
  }
807
808
  declare enum ModeOfHire {
package/dist/index.js CHANGED
@@ -2219,6 +2219,7 @@ var KindOfHire = /* @__PURE__ */ ((KindOfHire2) => {
2219
2219
  KindOfHire2["PARTTIME"] = "PARTTIME";
2220
2220
  KindOfHire2["BOTH"] = "BOTH";
2221
2221
  KindOfHire2["HOURLY"] = "HOURLY";
2222
+ KindOfHire2["FREELANCE"] = "FREELANCE";
2222
2223
  KindOfHire2["FTE"] = "FTE";
2223
2224
  return KindOfHire2;
2224
2225
  })(KindOfHire || {});
package/dist/index.mjs CHANGED
@@ -2090,6 +2090,7 @@ var KindOfHire = /* @__PURE__ */ ((KindOfHire2) => {
2090
2090
  KindOfHire2["PARTTIME"] = "PARTTIME";
2091
2091
  KindOfHire2["BOTH"] = "BOTH";
2092
2092
  KindOfHire2["HOURLY"] = "HOURLY";
2093
+ KindOfHire2["FREELANCE"] = "FREELANCE";
2093
2094
  KindOfHire2["FTE"] = "FTE";
2094
2095
  return KindOfHire2;
2095
2096
  })(KindOfHire || {});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.467",
3
+ "version": "1.0.468",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",