@experts_hub/shared 1.0.470 → 1.0.471
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
|
@@ -1426,7 +1426,7 @@ __decorateClass([
|
|
|
1426
1426
|
var import_class_validator39 = require("class-validator");
|
|
1427
1427
|
var NatureOfWorkDto = /* @__PURE__ */ ((NatureOfWorkDto2) => {
|
|
1428
1428
|
NatureOfWorkDto2["FULLTIME"] = "FULLTIME";
|
|
1429
|
-
NatureOfWorkDto2["
|
|
1429
|
+
NatureOfWorkDto2["FREELANCE"] = "FREELANCE";
|
|
1430
1430
|
return NatureOfWorkDto2;
|
|
1431
1431
|
})(NatureOfWorkDto || {});
|
|
1432
1432
|
var ModeOfWorkDto = /* @__PURE__ */ ((ModeOfWorkDto2) => {
|
package/dist/index.mjs
CHANGED
|
@@ -1227,7 +1227,7 @@ import {
|
|
|
1227
1227
|
} from "class-validator";
|
|
1228
1228
|
var NatureOfWorkDto = /* @__PURE__ */ ((NatureOfWorkDto2) => {
|
|
1229
1229
|
NatureOfWorkDto2["FULLTIME"] = "FULLTIME";
|
|
1230
|
-
NatureOfWorkDto2["
|
|
1230
|
+
NatureOfWorkDto2["FREELANCE"] = "FREELANCE";
|
|
1231
1231
|
return NatureOfWorkDto2;
|
|
1232
1232
|
})(NatureOfWorkDto || {});
|
|
1233
1233
|
var ModeOfWorkDto = /* @__PURE__ */ ((ModeOfWorkDto2) => {
|