@experts_hub/shared 1.0.160 → 1.0.161
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 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1368,7 +1368,7 @@ FreelancerProfile = __decorateClass([
|
|
|
1368
1368
|
var import_typeorm6 = require("typeorm");
|
|
1369
1369
|
var KindOfHire = /* @__PURE__ */ ((KindOfHire2) => {
|
|
1370
1370
|
KindOfHire2["FULLTIME"] = "FULLTIME";
|
|
1371
|
-
KindOfHire2["
|
|
1371
|
+
KindOfHire2["PARTTIME"] = "PARTTIME";
|
|
1372
1372
|
KindOfHire2["BOTH"] = "BOTH";
|
|
1373
1373
|
return KindOfHire2;
|
|
1374
1374
|
})(KindOfHire || {});
|
package/dist/index.mjs
CHANGED
|
@@ -1361,7 +1361,7 @@ import {
|
|
|
1361
1361
|
} from "typeorm";
|
|
1362
1362
|
var KindOfHire = /* @__PURE__ */ ((KindOfHire2) => {
|
|
1363
1363
|
KindOfHire2["FULLTIME"] = "FULLTIME";
|
|
1364
|
-
KindOfHire2["
|
|
1364
|
+
KindOfHire2["PARTTIME"] = "PARTTIME";
|
|
1365
1365
|
KindOfHire2["BOTH"] = "BOTH";
|
|
1366
1366
|
return KindOfHire2;
|
|
1367
1367
|
})(KindOfHire || {});
|