@experts_hub/shared 1.0.541 → 1.0.544
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
|
@@ -186,6 +186,7 @@ declare class FreelancerProfileQuestionDto {
|
|
|
186
186
|
answer: any;
|
|
187
187
|
numberOfHours?: number;
|
|
188
188
|
currency?: string;
|
|
189
|
+
ctc?: number;
|
|
189
190
|
}
|
|
190
191
|
|
|
191
192
|
declare class FreelancerWorkShowcaseDto {
|
|
@@ -1551,7 +1552,7 @@ declare class Job extends BaseEntity {
|
|
|
1551
1552
|
projectName: string;
|
|
1552
1553
|
note: string;
|
|
1553
1554
|
openings: number;
|
|
1554
|
-
|
|
1555
|
+
utilisedOpenings: number;
|
|
1555
1556
|
location: JobLocationEnum;
|
|
1556
1557
|
typeOfEmployment: TypeOfEmploymentEnum;
|
|
1557
1558
|
academicQualification: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -186,6 +186,7 @@ declare class FreelancerProfileQuestionDto {
|
|
|
186
186
|
answer: any;
|
|
187
187
|
numberOfHours?: number;
|
|
188
188
|
currency?: string;
|
|
189
|
+
ctc?: number;
|
|
189
190
|
}
|
|
190
191
|
|
|
191
192
|
declare class FreelancerWorkShowcaseDto {
|
|
@@ -1551,7 +1552,7 @@ declare class Job extends BaseEntity {
|
|
|
1551
1552
|
projectName: string;
|
|
1552
1553
|
note: string;
|
|
1553
1554
|
openings: number;
|
|
1554
|
-
|
|
1555
|
+
utilisedOpenings: number;
|
|
1555
1556
|
location: JobLocationEnum;
|
|
1556
1557
|
typeOfEmployment: TypeOfEmploymentEnum;
|
|
1557
1558
|
academicQualification: string;
|
package/dist/index.js
CHANGED
|
@@ -901,6 +901,9 @@ __decorateClass([
|
|
|
901
901
|
__decorateClass([
|
|
902
902
|
(0, import_class_validator23.IsOptional)()
|
|
903
903
|
], FreelancerProfileQuestionDto.prototype, "currency", 2);
|
|
904
|
+
__decorateClass([
|
|
905
|
+
(0, import_class_validator23.IsOptional)()
|
|
906
|
+
], FreelancerProfileQuestionDto.prototype, "ctc", 2);
|
|
904
907
|
|
|
905
908
|
// src/modules/onboarding/dto/freelancer-work-showcase.dto.ts
|
|
906
909
|
var import_class_validator24 = require("class-validator");
|
|
@@ -4598,8 +4601,8 @@ __decorateClass([
|
|
|
4598
4601
|
(0, import_typeorm33.Column)({ name: "openings", type: "integer", default: 0 })
|
|
4599
4602
|
], Job.prototype, "openings", 2);
|
|
4600
4603
|
__decorateClass([
|
|
4601
|
-
(0, import_typeorm33.Column)({ name: "
|
|
4602
|
-
], Job.prototype, "
|
|
4604
|
+
(0, import_typeorm33.Column)({ name: "utilised_openings", type: "integer", default: 0 })
|
|
4605
|
+
], Job.prototype, "utilisedOpenings", 2);
|
|
4603
4606
|
__decorateClass([
|
|
4604
4607
|
(0, import_typeorm33.Column)({
|
|
4605
4608
|
name: "location",
|
package/dist/index.mjs
CHANGED
|
@@ -608,6 +608,9 @@ __decorateClass([
|
|
|
608
608
|
__decorateClass([
|
|
609
609
|
IsOptional5()
|
|
610
610
|
], FreelancerProfileQuestionDto.prototype, "currency", 2);
|
|
611
|
+
__decorateClass([
|
|
612
|
+
IsOptional5()
|
|
613
|
+
], FreelancerProfileQuestionDto.prototype, "ctc", 2);
|
|
611
614
|
|
|
612
615
|
// src/modules/onboarding/dto/freelancer-work-showcase.dto.ts
|
|
613
616
|
import {
|
|
@@ -4517,8 +4520,8 @@ __decorateClass([
|
|
|
4517
4520
|
Column33({ name: "openings", type: "integer", default: 0 })
|
|
4518
4521
|
], Job.prototype, "openings", 2);
|
|
4519
4522
|
__decorateClass([
|
|
4520
|
-
Column33({ name: "
|
|
4521
|
-
], Job.prototype, "
|
|
4523
|
+
Column33({ name: "utilised_openings", type: "integer", default: 0 })
|
|
4524
|
+
], Job.prototype, "utilisedOpenings", 2);
|
|
4522
4525
|
__decorateClass([
|
|
4523
4526
|
Column33({
|
|
4524
4527
|
name: "location",
|