@experts_hub/shared 1.0.415 → 1.0.417
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 +3 -2
- package/dist/index.mjs +3 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -2078,7 +2078,7 @@ __decorateClass([
|
|
|
2078
2078
|
type: "decimal",
|
|
2079
2079
|
precision: 4,
|
|
2080
2080
|
scale: 2,
|
|
2081
|
-
|
|
2081
|
+
nullable: true
|
|
2082
2082
|
})
|
|
2083
2083
|
], FreelancerProfile.prototype, "numberOfHours", 2);
|
|
2084
2084
|
__decorateClass([
|
|
@@ -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 || {});
|
|
@@ -2273,7 +2274,7 @@ __decorateClass([
|
|
|
2273
2274
|
type: "decimal",
|
|
2274
2275
|
precision: 4,
|
|
2275
2276
|
scale: 2,
|
|
2276
|
-
|
|
2277
|
+
nullable: true
|
|
2277
2278
|
})
|
|
2278
2279
|
], CompanyProfile.prototype, "numberOfHours", 2);
|
|
2279
2280
|
__decorateClass([
|
package/dist/index.mjs
CHANGED
|
@@ -1964,7 +1964,7 @@ __decorateClass([
|
|
|
1964
1964
|
type: "decimal",
|
|
1965
1965
|
precision: 4,
|
|
1966
1966
|
scale: 2,
|
|
1967
|
-
|
|
1967
|
+
nullable: true
|
|
1968
1968
|
})
|
|
1969
1969
|
], FreelancerProfile.prototype, "numberOfHours", 2);
|
|
1970
1970
|
__decorateClass([
|
|
@@ -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 || {});
|
|
@@ -2159,7 +2160,7 @@ __decorateClass([
|
|
|
2159
2160
|
type: "decimal",
|
|
2160
2161
|
precision: 4,
|
|
2161
2162
|
scale: 2,
|
|
2162
|
-
|
|
2163
|
+
nullable: true
|
|
2163
2164
|
})
|
|
2164
2165
|
], CompanyProfile.prototype, "numberOfHours", 2);
|
|
2165
2166
|
__decorateClass([
|