@experts_hub/shared 1.0.414 → 1.0.415
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
|
@@ -1975,6 +1975,7 @@ var NatureOfWork = /* @__PURE__ */ ((NatureOfWork2) => {
|
|
|
1975
1975
|
var ModeOfWork = /* @__PURE__ */ ((ModeOfWork2) => {
|
|
1976
1976
|
ModeOfWork2["ONSITE"] = "ONSITE";
|
|
1977
1977
|
ModeOfWork2["REMOTE"] = "REMOTE";
|
|
1978
|
+
ModeOfWork2["HYBRID"] = "HYBRID";
|
|
1978
1979
|
ModeOfWork2["BOTH"] = "BOTH";
|
|
1979
1980
|
return ModeOfWork2;
|
|
1980
1981
|
})(ModeOfWork || {});
|
package/dist/index.mjs
CHANGED
|
@@ -1861,6 +1861,7 @@ var NatureOfWork = /* @__PURE__ */ ((NatureOfWork2) => {
|
|
|
1861
1861
|
var ModeOfWork = /* @__PURE__ */ ((ModeOfWork2) => {
|
|
1862
1862
|
ModeOfWork2["ONSITE"] = "ONSITE";
|
|
1863
1863
|
ModeOfWork2["REMOTE"] = "REMOTE";
|
|
1864
|
+
ModeOfWork2["HYBRID"] = "HYBRID";
|
|
1864
1865
|
ModeOfWork2["BOTH"] = "BOTH";
|
|
1865
1866
|
return ModeOfWork2;
|
|
1866
1867
|
})(ModeOfWork || {});
|