@experts_hub/shared 1.0.417 → 1.0.419
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
|
@@ -1410,7 +1410,7 @@ var NatureOfWorkDto = /* @__PURE__ */ ((NatureOfWorkDto2) => {
|
|
|
1410
1410
|
var ModeOfWorkDto = /* @__PURE__ */ ((ModeOfWorkDto2) => {
|
|
1411
1411
|
ModeOfWorkDto2["ONSITE"] = "ONSITE";
|
|
1412
1412
|
ModeOfWorkDto2["REMOTE"] = "REMOTE";
|
|
1413
|
-
ModeOfWorkDto2["
|
|
1413
|
+
ModeOfWorkDto2["HYBRID"] = "HYBRID";
|
|
1414
1414
|
return ModeOfWorkDto2;
|
|
1415
1415
|
})(ModeOfWorkDto || {});
|
|
1416
1416
|
var UpdateFreelancerProfileDto = class {
|
|
@@ -3612,7 +3612,7 @@ __decorateClass([
|
|
|
3612
3612
|
type: "decimal",
|
|
3613
3613
|
precision: 4,
|
|
3614
3614
|
scale: 2,
|
|
3615
|
-
|
|
3615
|
+
nullable: true
|
|
3616
3616
|
})
|
|
3617
3617
|
], Job.prototype, "numberOfHours", 2);
|
|
3618
3618
|
__decorateClass([
|
package/dist/index.mjs
CHANGED
|
@@ -1226,7 +1226,7 @@ var NatureOfWorkDto = /* @__PURE__ */ ((NatureOfWorkDto2) => {
|
|
|
1226
1226
|
var ModeOfWorkDto = /* @__PURE__ */ ((ModeOfWorkDto2) => {
|
|
1227
1227
|
ModeOfWorkDto2["ONSITE"] = "ONSITE";
|
|
1228
1228
|
ModeOfWorkDto2["REMOTE"] = "REMOTE";
|
|
1229
|
-
ModeOfWorkDto2["
|
|
1229
|
+
ModeOfWorkDto2["HYBRID"] = "HYBRID";
|
|
1230
1230
|
return ModeOfWorkDto2;
|
|
1231
1231
|
})(ModeOfWorkDto || {});
|
|
1232
1232
|
var UpdateFreelancerProfileDto = class {
|
|
@@ -3542,7 +3542,7 @@ __decorateClass([
|
|
|
3542
3542
|
type: "decimal",
|
|
3543
3543
|
precision: 4,
|
|
3544
3544
|
scale: 2,
|
|
3545
|
-
|
|
3545
|
+
nullable: true
|
|
3546
3546
|
})
|
|
3547
3547
|
], Job.prototype, "numberOfHours", 2);
|
|
3548
3548
|
__decorateClass([
|