@experts_hub/shared 1.0.295 → 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
|
@@ -1272,7 +1272,6 @@ __decorateClass([
|
|
|
1272
1272
|
], UpdateFreelancerProfileDto.prototype, "mobile", 2);
|
|
1273
1273
|
__decorateClass([
|
|
1274
1274
|
(0, import_class_validator36.IsOptional)(),
|
|
1275
|
-
(0, import_class_validator36.IsNotEmpty)({ message: "Please select country." }),
|
|
1276
1275
|
(0, import_class_validator36.IsNumber)()
|
|
1277
1276
|
], UpdateFreelancerProfileDto.prototype, "countryId", 2);
|
|
1278
1277
|
__decorateClass([
|
|
@@ -3767,7 +3766,6 @@ __decorateClass([
|
|
|
3767
3766
|
], ExperienceDto.prototype, "jobDuration", 2);
|
|
3768
3767
|
__decorateClass([
|
|
3769
3768
|
(0, import_class_validator43.IsOptional)(),
|
|
3770
|
-
(0, import_class_validator43.IsNotEmpty)(),
|
|
3771
3769
|
(0, import_class_validator43.IsString)(),
|
|
3772
3770
|
(0, import_class_validator43.MaxLength)(5e3, { message: "Description must not exceed 5000 characters" })
|
|
3773
3771
|
], ExperienceDto.prototype, "description", 2);
|
|
@@ -3916,8 +3914,7 @@ __decorateClass([
|
|
|
3916
3914
|
], CaseStudyDto.prototype, "projectName", 2);
|
|
3917
3915
|
__decorateClass([
|
|
3918
3916
|
(0, import_class_validator48.IsOptional)(),
|
|
3919
|
-
(0, import_class_validator48.IsString)()
|
|
3920
|
-
(0, import_class_validator48.IsNotEmpty)({ message: "Please Enter Case Study Link " })
|
|
3917
|
+
(0, import_class_validator48.IsString)()
|
|
3921
3918
|
], CaseStudyDto.prototype, "caseStudyLink", 2);
|
|
3922
3919
|
__decorateClass([
|
|
3923
3920
|
(0, import_class_validator48.IsOptional)(),
|
|
@@ -5176,6 +5173,9 @@ __decorateClass([
|
|
|
5176
5173
|
__decorateClass([
|
|
5177
5174
|
(0, import_typeorm50.ViewColumn)({ name: "freelancer_profile_picture" })
|
|
5178
5175
|
], JobFreelancerRecommendation.prototype, "freelancerProfilePicture", 2);
|
|
5176
|
+
__decorateClass([
|
|
5177
|
+
(0, import_typeorm50.ViewColumn)({ name: "freelancer_is_social" })
|
|
5178
|
+
], JobFreelancerRecommendation.prototype, "freelancerIsSocial", 2);
|
|
5179
5179
|
__decorateClass([
|
|
5180
5180
|
(0, import_typeorm50.ViewColumn)({ name: "freelancer_created_at" })
|
|
5181
5181
|
], JobFreelancerRecommendation.prototype, "freelancerCreatedAt", 2);
|
package/dist/index.mjs
CHANGED
|
@@ -1141,7 +1141,6 @@ __decorateClass([
|
|
|
1141
1141
|
], UpdateFreelancerProfileDto.prototype, "mobile", 2);
|
|
1142
1142
|
__decorateClass([
|
|
1143
1143
|
IsOptional7(),
|
|
1144
|
-
IsNotEmpty30({ message: "Please select country." }),
|
|
1145
1144
|
IsNumber2()
|
|
1146
1145
|
], UpdateFreelancerProfileDto.prototype, "countryId", 2);
|
|
1147
1146
|
__decorateClass([
|
|
@@ -3837,7 +3836,6 @@ __decorateClass([
|
|
|
3837
3836
|
], ExperienceDto.prototype, "jobDuration", 2);
|
|
3838
3837
|
__decorateClass([
|
|
3839
3838
|
IsOptional12(),
|
|
3840
|
-
IsNotEmpty35(),
|
|
3841
3839
|
IsString19(),
|
|
3842
3840
|
MaxLength9(5e3, { message: "Description must not exceed 5000 characters" })
|
|
3843
3841
|
], ExperienceDto.prototype, "description", 2);
|
|
@@ -3986,8 +3984,7 @@ __decorateClass([
|
|
|
3986
3984
|
], CaseStudyDto.prototype, "projectName", 2);
|
|
3987
3985
|
__decorateClass([
|
|
3988
3986
|
IsOptional16(),
|
|
3989
|
-
IsString23()
|
|
3990
|
-
IsNotEmpty39({ message: "Please Enter Case Study Link " })
|
|
3987
|
+
IsString23()
|
|
3991
3988
|
], CaseStudyDto.prototype, "caseStudyLink", 2);
|
|
3992
3989
|
__decorateClass([
|
|
3993
3990
|
IsOptional16(),
|
|
@@ -5319,6 +5316,9 @@ __decorateClass([
|
|
|
5319
5316
|
__decorateClass([
|
|
5320
5317
|
ViewColumn({ name: "freelancer_profile_picture" })
|
|
5321
5318
|
], JobFreelancerRecommendation.prototype, "freelancerProfilePicture", 2);
|
|
5319
|
+
__decorateClass([
|
|
5320
|
+
ViewColumn({ name: "freelancer_is_social" })
|
|
5321
|
+
], JobFreelancerRecommendation.prototype, "freelancerIsSocial", 2);
|
|
5322
5322
|
__decorateClass([
|
|
5323
5323
|
ViewColumn({ name: "freelancer_created_at" })
|
|
5324
5324
|
], JobFreelancerRecommendation.prototype, "freelancerCreatedAt", 2);
|