@experts_hub/shared 1.0.288 → 1.0.289
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.
|
@@ -16,6 +16,12 @@ export declare class JobFreelancerRecommendation {
|
|
|
16
16
|
freelancerEmail: string;
|
|
17
17
|
freelancerProfilePicture: string;
|
|
18
18
|
freelancerCreatedAt: Date;
|
|
19
|
+
freelancerDesignation: string;
|
|
20
|
+
freelancerExperience: string;
|
|
21
|
+
freelancerExpertshubVerified: boolean;
|
|
22
|
+
freelancerHourlyCompensation: number;
|
|
23
|
+
freelancerCountryName: string;
|
|
24
|
+
freelancerCountryIsoCode: string;
|
|
19
25
|
clientId: number;
|
|
20
26
|
clientUuid: string;
|
|
21
27
|
clientFirstName: string;
|
package/dist/index.d.mts
CHANGED
|
@@ -2083,6 +2083,12 @@ declare class JobFreelancerRecommendation {
|
|
|
2083
2083
|
freelancerEmail: string;
|
|
2084
2084
|
freelancerProfilePicture: string;
|
|
2085
2085
|
freelancerCreatedAt: Date;
|
|
2086
|
+
freelancerDesignation: string;
|
|
2087
|
+
freelancerExperience: string;
|
|
2088
|
+
freelancerExpertshubVerified: boolean;
|
|
2089
|
+
freelancerHourlyCompensation: number;
|
|
2090
|
+
freelancerCountryName: string;
|
|
2091
|
+
freelancerCountryIsoCode: string;
|
|
2086
2092
|
clientId: number;
|
|
2087
2093
|
clientUuid: string;
|
|
2088
2094
|
clientFirstName: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -2083,6 +2083,12 @@ declare class JobFreelancerRecommendation {
|
|
|
2083
2083
|
freelancerEmail: string;
|
|
2084
2084
|
freelancerProfilePicture: string;
|
|
2085
2085
|
freelancerCreatedAt: Date;
|
|
2086
|
+
freelancerDesignation: string;
|
|
2087
|
+
freelancerExperience: string;
|
|
2088
|
+
freelancerExpertshubVerified: boolean;
|
|
2089
|
+
freelancerHourlyCompensation: number;
|
|
2090
|
+
freelancerCountryName: string;
|
|
2091
|
+
freelancerCountryIsoCode: string;
|
|
2086
2092
|
clientId: number;
|
|
2087
2093
|
clientUuid: string;
|
|
2088
2094
|
clientFirstName: string;
|
package/dist/index.js
CHANGED
|
@@ -5139,6 +5139,24 @@ __decorateClass([
|
|
|
5139
5139
|
__decorateClass([
|
|
5140
5140
|
(0, import_typeorm50.ViewColumn)({ name: "freelancer_created_at" })
|
|
5141
5141
|
], JobFreelancerRecommendation.prototype, "freelancerCreatedAt", 2);
|
|
5142
|
+
__decorateClass([
|
|
5143
|
+
(0, import_typeorm50.ViewColumn)({ name: "freelancer_designation" })
|
|
5144
|
+
], JobFreelancerRecommendation.prototype, "freelancerDesignation", 2);
|
|
5145
|
+
__decorateClass([
|
|
5146
|
+
(0, import_typeorm50.ViewColumn)({ name: "freelancer_experience" })
|
|
5147
|
+
], JobFreelancerRecommendation.prototype, "freelancerExperience", 2);
|
|
5148
|
+
__decorateClass([
|
|
5149
|
+
(0, import_typeorm50.ViewColumn)({ name: "freelancer_expertshub_verified" })
|
|
5150
|
+
], JobFreelancerRecommendation.prototype, "freelancerExpertshubVerified", 2);
|
|
5151
|
+
__decorateClass([
|
|
5152
|
+
(0, import_typeorm50.ViewColumn)({ name: "freelancer_hourly_compensation" })
|
|
5153
|
+
], JobFreelancerRecommendation.prototype, "freelancerHourlyCompensation", 2);
|
|
5154
|
+
__decorateClass([
|
|
5155
|
+
(0, import_typeorm50.ViewColumn)({ name: "freelancer_country_name" })
|
|
5156
|
+
], JobFreelancerRecommendation.prototype, "freelancerCountryName", 2);
|
|
5157
|
+
__decorateClass([
|
|
5158
|
+
(0, import_typeorm50.ViewColumn)({ name: "freelancer_country_iso_code" })
|
|
5159
|
+
], JobFreelancerRecommendation.prototype, "freelancerCountryIsoCode", 2);
|
|
5142
5160
|
__decorateClass([
|
|
5143
5161
|
(0, import_typeorm50.ViewColumn)({ name: "client_id" })
|
|
5144
5162
|
], JobFreelancerRecommendation.prototype, "clientId", 2);
|
package/dist/index.mjs
CHANGED
|
@@ -5287,6 +5287,24 @@ __decorateClass([
|
|
|
5287
5287
|
__decorateClass([
|
|
5288
5288
|
ViewColumn({ name: "freelancer_created_at" })
|
|
5289
5289
|
], JobFreelancerRecommendation.prototype, "freelancerCreatedAt", 2);
|
|
5290
|
+
__decorateClass([
|
|
5291
|
+
ViewColumn({ name: "freelancer_designation" })
|
|
5292
|
+
], JobFreelancerRecommendation.prototype, "freelancerDesignation", 2);
|
|
5293
|
+
__decorateClass([
|
|
5294
|
+
ViewColumn({ name: "freelancer_experience" })
|
|
5295
|
+
], JobFreelancerRecommendation.prototype, "freelancerExperience", 2);
|
|
5296
|
+
__decorateClass([
|
|
5297
|
+
ViewColumn({ name: "freelancer_expertshub_verified" })
|
|
5298
|
+
], JobFreelancerRecommendation.prototype, "freelancerExpertshubVerified", 2);
|
|
5299
|
+
__decorateClass([
|
|
5300
|
+
ViewColumn({ name: "freelancer_hourly_compensation" })
|
|
5301
|
+
], JobFreelancerRecommendation.prototype, "freelancerHourlyCompensation", 2);
|
|
5302
|
+
__decorateClass([
|
|
5303
|
+
ViewColumn({ name: "freelancer_country_name" })
|
|
5304
|
+
], JobFreelancerRecommendation.prototype, "freelancerCountryName", 2);
|
|
5305
|
+
__decorateClass([
|
|
5306
|
+
ViewColumn({ name: "freelancer_country_iso_code" })
|
|
5307
|
+
], JobFreelancerRecommendation.prototype, "freelancerCountryIsoCode", 2);
|
|
5290
5308
|
__decorateClass([
|
|
5291
5309
|
ViewColumn({ name: "client_id" })
|
|
5292
5310
|
], JobFreelancerRecommendation.prototype, "clientId", 2);
|