@experts_hub/shared 1.0.542 → 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.
|
@@ -68,7 +68,7 @@ export declare class Job extends BaseEntity {
|
|
|
68
68
|
projectName: string;
|
|
69
69
|
note: string;
|
|
70
70
|
openings: number;
|
|
71
|
-
|
|
71
|
+
utilisedOpenings: number;
|
|
72
72
|
location: JobLocationEnum;
|
|
73
73
|
typeOfEmployment: TypeOfEmploymentEnum;
|
|
74
74
|
academicQualification: string;
|
package/dist/index.d.mts
CHANGED
|
@@ -606,7 +606,8 @@ declare class FreelancerChangePasswordDto {
|
|
|
606
606
|
|
|
607
607
|
declare enum NatureOfWorkDto {
|
|
608
608
|
FREELANCE = "FREELANCE",
|
|
609
|
-
FTE = "FTE"
|
|
609
|
+
FTE = "FTE",
|
|
610
|
+
BOTH = "BOTH"
|
|
610
611
|
}
|
|
611
612
|
declare enum ModeOfWorkDto {
|
|
612
613
|
ONSITE = "ONSITE",
|
|
@@ -1552,7 +1553,7 @@ declare class Job extends BaseEntity {
|
|
|
1552
1553
|
projectName: string;
|
|
1553
1554
|
note: string;
|
|
1554
1555
|
openings: number;
|
|
1555
|
-
|
|
1556
|
+
utilisedOpenings: number;
|
|
1556
1557
|
location: JobLocationEnum;
|
|
1557
1558
|
typeOfEmployment: TypeOfEmploymentEnum;
|
|
1558
1559
|
academicQualification: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -606,7 +606,8 @@ declare class FreelancerChangePasswordDto {
|
|
|
606
606
|
|
|
607
607
|
declare enum NatureOfWorkDto {
|
|
608
608
|
FREELANCE = "FREELANCE",
|
|
609
|
-
FTE = "FTE"
|
|
609
|
+
FTE = "FTE",
|
|
610
|
+
BOTH = "BOTH"
|
|
610
611
|
}
|
|
611
612
|
declare enum ModeOfWorkDto {
|
|
612
613
|
ONSITE = "ONSITE",
|
|
@@ -1552,7 +1553,7 @@ declare class Job extends BaseEntity {
|
|
|
1552
1553
|
projectName: string;
|
|
1553
1554
|
note: string;
|
|
1554
1555
|
openings: number;
|
|
1555
|
-
|
|
1556
|
+
utilisedOpenings: number;
|
|
1556
1557
|
location: JobLocationEnum;
|
|
1557
1558
|
typeOfEmployment: TypeOfEmploymentEnum;
|
|
1558
1559
|
academicQualification: string;
|
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) => {
|
|
@@ -4601,8 +4602,8 @@ __decorateClass([
|
|
|
4601
4602
|
(0, import_typeorm33.Column)({ name: "openings", type: "integer", default: 0 })
|
|
4602
4603
|
], Job.prototype, "openings", 2);
|
|
4603
4604
|
__decorateClass([
|
|
4604
|
-
(0, import_typeorm33.Column)({ name: "
|
|
4605
|
-
], Job.prototype, "
|
|
4605
|
+
(0, import_typeorm33.Column)({ name: "utilised_openings", type: "integer", default: 0 })
|
|
4606
|
+
], Job.prototype, "utilisedOpenings", 2);
|
|
4606
4607
|
__decorateClass([
|
|
4607
4608
|
(0, import_typeorm33.Column)({
|
|
4608
4609
|
name: "location",
|
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) => {
|
|
@@ -4520,8 +4521,8 @@ __decorateClass([
|
|
|
4520
4521
|
Column33({ name: "openings", type: "integer", default: 0 })
|
|
4521
4522
|
], Job.prototype, "openings", 2);
|
|
4522
4523
|
__decorateClass([
|
|
4523
|
-
Column33({ name: "
|
|
4524
|
-
], Job.prototype, "
|
|
4524
|
+
Column33({ name: "utilised_openings", type: "integer", default: 0 })
|
|
4525
|
+
], Job.prototype, "utilisedOpenings", 2);
|
|
4525
4526
|
__decorateClass([
|
|
4526
4527
|
Column33({
|
|
4527
4528
|
name: "location",
|