@experts_hub/shared 1.0.466 → 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.
- package/dist/entities/freelancer-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
|
@@ -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 || {});
|
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 || {});
|