@experts_hub/shared 1.0.305 → 1.0.306
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.
|
@@ -5,6 +5,9 @@ export declare class JobFreelancerRecommendation {
|
|
|
5
5
|
jobRole: string;
|
|
6
6
|
jobOpenings: number;
|
|
7
7
|
jobLocation: string;
|
|
8
|
+
jobCurrency: string;
|
|
9
|
+
jobSalaryFrom: string;
|
|
10
|
+
jobSalaryTo: string;
|
|
8
11
|
jobEmploymentType: string;
|
|
9
12
|
applicationReceived: number;
|
|
10
13
|
jobPostedAt: Date;
|
package/dist/index.d.mts
CHANGED
|
@@ -2106,6 +2106,9 @@ declare class JobFreelancerRecommendation {
|
|
|
2106
2106
|
jobRole: string;
|
|
2107
2107
|
jobOpenings: number;
|
|
2108
2108
|
jobLocation: string;
|
|
2109
|
+
jobCurrency: string;
|
|
2110
|
+
jobSalaryFrom: string;
|
|
2111
|
+
jobSalaryTo: string;
|
|
2109
2112
|
jobEmploymentType: string;
|
|
2110
2113
|
applicationReceived: number;
|
|
2111
2114
|
jobPostedAt: Date;
|
package/dist/index.d.ts
CHANGED
|
@@ -2106,6 +2106,9 @@ declare class JobFreelancerRecommendation {
|
|
|
2106
2106
|
jobRole: string;
|
|
2107
2107
|
jobOpenings: number;
|
|
2108
2108
|
jobLocation: string;
|
|
2109
|
+
jobCurrency: string;
|
|
2110
|
+
jobSalaryFrom: string;
|
|
2111
|
+
jobSalaryTo: string;
|
|
2109
2112
|
jobEmploymentType: string;
|
|
2110
2113
|
applicationReceived: number;
|
|
2111
2114
|
jobPostedAt: Date;
|
package/dist/index.js
CHANGED
|
@@ -5291,6 +5291,15 @@ __decorateClass([
|
|
|
5291
5291
|
__decorateClass([
|
|
5292
5292
|
(0, import_typeorm51.ViewColumn)({ name: "job_location" })
|
|
5293
5293
|
], JobFreelancerRecommendation.prototype, "jobLocation", 2);
|
|
5294
|
+
__decorateClass([
|
|
5295
|
+
(0, import_typeorm51.ViewColumn)({ name: "job_currency" })
|
|
5296
|
+
], JobFreelancerRecommendation.prototype, "jobCurrency", 2);
|
|
5297
|
+
__decorateClass([
|
|
5298
|
+
(0, import_typeorm51.ViewColumn)({ name: "job_salary_from" })
|
|
5299
|
+
], JobFreelancerRecommendation.prototype, "jobSalaryFrom", 2);
|
|
5300
|
+
__decorateClass([
|
|
5301
|
+
(0, import_typeorm51.ViewColumn)({ name: "job_salary_to" })
|
|
5302
|
+
], JobFreelancerRecommendation.prototype, "jobSalaryTo", 2);
|
|
5294
5303
|
__decorateClass([
|
|
5295
5304
|
(0, import_typeorm51.ViewColumn)({ name: "job_employment_type" })
|
|
5296
5305
|
], JobFreelancerRecommendation.prototype, "jobEmploymentType", 2);
|
package/dist/index.mjs
CHANGED
|
@@ -5435,6 +5435,15 @@ __decorateClass([
|
|
|
5435
5435
|
__decorateClass([
|
|
5436
5436
|
ViewColumn({ name: "job_location" })
|
|
5437
5437
|
], JobFreelancerRecommendation.prototype, "jobLocation", 2);
|
|
5438
|
+
__decorateClass([
|
|
5439
|
+
ViewColumn({ name: "job_currency" })
|
|
5440
|
+
], JobFreelancerRecommendation.prototype, "jobCurrency", 2);
|
|
5441
|
+
__decorateClass([
|
|
5442
|
+
ViewColumn({ name: "job_salary_from" })
|
|
5443
|
+
], JobFreelancerRecommendation.prototype, "jobSalaryFrom", 2);
|
|
5444
|
+
__decorateClass([
|
|
5445
|
+
ViewColumn({ name: "job_salary_to" })
|
|
5446
|
+
], JobFreelancerRecommendation.prototype, "jobSalaryTo", 2);
|
|
5438
5447
|
__decorateClass([
|
|
5439
5448
|
ViewColumn({ name: "job_employment_type" })
|
|
5440
5449
|
], JobFreelancerRecommendation.prototype, "jobEmploymentType", 2);
|