@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.
- package/dist/entities/company-profile.entity.d.ts +1 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
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 || {});
|