@experts_hub/shared 1.0.544 → 1.0.545
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
|
@@ -1678,6 +1678,7 @@ var import_class_validator40 = require("class-validator");
|
|
|
1678
1678
|
var NatureOfWorkDto = /* @__PURE__ */ ((NatureOfWorkDto2) => {
|
|
1679
1679
|
NatureOfWorkDto2["FREELANCE"] = "FREELANCE";
|
|
1680
1680
|
NatureOfWorkDto2["FTE"] = "FTE";
|
|
1681
|
+
NatureOfWorkDto2["BOTH"] = "BOTH";
|
|
1681
1682
|
return NatureOfWorkDto2;
|
|
1682
1683
|
})(NatureOfWorkDto || {});
|
|
1683
1684
|
var ModeOfWorkDto = /* @__PURE__ */ ((ModeOfWorkDto2) => {
|
package/dist/index.mjs
CHANGED
|
@@ -1463,6 +1463,7 @@ import {
|
|
|
1463
1463
|
var NatureOfWorkDto = /* @__PURE__ */ ((NatureOfWorkDto2) => {
|
|
1464
1464
|
NatureOfWorkDto2["FREELANCE"] = "FREELANCE";
|
|
1465
1465
|
NatureOfWorkDto2["FTE"] = "FTE";
|
|
1466
|
+
NatureOfWorkDto2["BOTH"] = "BOTH";
|
|
1466
1467
|
return NatureOfWorkDto2;
|
|
1467
1468
|
})(NatureOfWorkDto || {});
|
|
1468
1469
|
var ModeOfWorkDto = /* @__PURE__ */ ((ModeOfWorkDto2) => {
|