@experts_hub/shared 1.0.415 → 1.0.416
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
|
@@ -2196,6 +2196,7 @@ var KindOfHire = /* @__PURE__ */ ((KindOfHire2) => {
|
|
|
2196
2196
|
var ModeOfHire = /* @__PURE__ */ ((ModeOfHire2) => {
|
|
2197
2197
|
ModeOfHire2["ONSITE"] = "ONSITE";
|
|
2198
2198
|
ModeOfHire2["REMOTE"] = "REMOTE";
|
|
2199
|
+
ModeOfHire2["HYBRID"] = "HYBRID";
|
|
2199
2200
|
ModeOfHire2["BOTH"] = "BOTH";
|
|
2200
2201
|
return ModeOfHire2;
|
|
2201
2202
|
})(ModeOfHire || {});
|
package/dist/index.mjs
CHANGED
|
@@ -2082,6 +2082,7 @@ var KindOfHire = /* @__PURE__ */ ((KindOfHire2) => {
|
|
|
2082
2082
|
var ModeOfHire = /* @__PURE__ */ ((ModeOfHire2) => {
|
|
2083
2083
|
ModeOfHire2["ONSITE"] = "ONSITE";
|
|
2084
2084
|
ModeOfHire2["REMOTE"] = "REMOTE";
|
|
2085
|
+
ModeOfHire2["HYBRID"] = "HYBRID";
|
|
2085
2086
|
ModeOfHire2["BOTH"] = "BOTH";
|
|
2086
2087
|
return ModeOfHire2;
|
|
2087
2088
|
})(ModeOfHire || {});
|