@experts_hub/shared 1.0.420 → 1.0.421
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/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1176,7 +1176,7 @@ var import_class_transformer2 = require("class-transformer");
|
|
|
1176
1176
|
var JobLocation = /* @__PURE__ */ ((JobLocation2) => {
|
|
1177
1177
|
JobLocation2["ONSITE"] = "ONSITE";
|
|
1178
1178
|
JobLocation2["REMOTE"] = "REMOTE";
|
|
1179
|
-
JobLocation2["
|
|
1179
|
+
JobLocation2["HYBRID"] = "HYBRID";
|
|
1180
1180
|
return JobLocation2;
|
|
1181
1181
|
})(JobLocation || {});
|
|
1182
1182
|
var EmploymentType = /* @__PURE__ */ ((EmploymentType2) => {
|
package/dist/index.mjs
CHANGED
|
@@ -979,7 +979,7 @@ import { Type } from "class-transformer";
|
|
|
979
979
|
var JobLocation = /* @__PURE__ */ ((JobLocation2) => {
|
|
980
980
|
JobLocation2["ONSITE"] = "ONSITE";
|
|
981
981
|
JobLocation2["REMOTE"] = "REMOTE";
|
|
982
|
-
JobLocation2["
|
|
982
|
+
JobLocation2["HYBRID"] = "HYBRID";
|
|
983
983
|
return JobLocation2;
|
|
984
984
|
})(JobLocation || {});
|
|
985
985
|
var EmploymentType = /* @__PURE__ */ ((EmploymentType2) => {
|