@experts_hub/shared 1.0.296 → 1.0.297
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.
|
@@ -15,6 +15,7 @@ export declare class JobFreelancerRecommendation {
|
|
|
15
15
|
freelancerLastName: string;
|
|
16
16
|
freelancerEmail: string;
|
|
17
17
|
freelancerProfilePicture: string;
|
|
18
|
+
freelancerIsSocial: string;
|
|
18
19
|
freelancerCreatedAt: Date;
|
|
19
20
|
freelancerDesignation: string;
|
|
20
21
|
freelancerExperience: string;
|
package/dist/index.d.mts
CHANGED
|
@@ -2084,6 +2084,7 @@ declare class JobFreelancerRecommendation {
|
|
|
2084
2084
|
freelancerLastName: string;
|
|
2085
2085
|
freelancerEmail: string;
|
|
2086
2086
|
freelancerProfilePicture: string;
|
|
2087
|
+
freelancerIsSocial: string;
|
|
2087
2088
|
freelancerCreatedAt: Date;
|
|
2088
2089
|
freelancerDesignation: string;
|
|
2089
2090
|
freelancerExperience: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -2084,6 +2084,7 @@ declare class JobFreelancerRecommendation {
|
|
|
2084
2084
|
freelancerLastName: string;
|
|
2085
2085
|
freelancerEmail: string;
|
|
2086
2086
|
freelancerProfilePicture: string;
|
|
2087
|
+
freelancerIsSocial: string;
|
|
2087
2088
|
freelancerCreatedAt: Date;
|
|
2088
2089
|
freelancerDesignation: string;
|
|
2089
2090
|
freelancerExperience: string;
|
package/dist/index.js
CHANGED
|
@@ -5173,6 +5173,9 @@ __decorateClass([
|
|
|
5173
5173
|
__decorateClass([
|
|
5174
5174
|
(0, import_typeorm50.ViewColumn)({ name: "freelancer_profile_picture" })
|
|
5175
5175
|
], JobFreelancerRecommendation.prototype, "freelancerProfilePicture", 2);
|
|
5176
|
+
__decorateClass([
|
|
5177
|
+
(0, import_typeorm50.ViewColumn)({ name: "freelancer_is_social" })
|
|
5178
|
+
], JobFreelancerRecommendation.prototype, "freelancerIsSocial", 2);
|
|
5176
5179
|
__decorateClass([
|
|
5177
5180
|
(0, import_typeorm50.ViewColumn)({ name: "freelancer_created_at" })
|
|
5178
5181
|
], JobFreelancerRecommendation.prototype, "freelancerCreatedAt", 2);
|
package/dist/index.mjs
CHANGED
|
@@ -5316,6 +5316,9 @@ __decorateClass([
|
|
|
5316
5316
|
__decorateClass([
|
|
5317
5317
|
ViewColumn({ name: "freelancer_profile_picture" })
|
|
5318
5318
|
], JobFreelancerRecommendation.prototype, "freelancerProfilePicture", 2);
|
|
5319
|
+
__decorateClass([
|
|
5320
|
+
ViewColumn({ name: "freelancer_is_social" })
|
|
5321
|
+
], JobFreelancerRecommendation.prototype, "freelancerIsSocial", 2);
|
|
5319
5322
|
__decorateClass([
|
|
5320
5323
|
ViewColumn({ name: "freelancer_created_at" })
|
|
5321
5324
|
], JobFreelancerRecommendation.prototype, "freelancerCreatedAt", 2);
|