@experts_hub/shared 1.0.257 → 1.0.259
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.
- package/dist/index.js +29 -30
- package/dist/index.mjs +30 -31
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4688,94 +4688,93 @@ var import_typeorm44 = require("typeorm");
|
|
|
4688
4688
|
var JobFreelancerRecommendation = class {
|
|
4689
4689
|
};
|
|
4690
4690
|
__decorateClass([
|
|
4691
|
-
(0, import_typeorm44.
|
|
4691
|
+
(0, import_typeorm44.ViewColumn)({ name: "job_id" })
|
|
4692
4692
|
], JobFreelancerRecommendation.prototype, "jobId", 2);
|
|
4693
4693
|
__decorateClass([
|
|
4694
|
-
(0, import_typeorm44.
|
|
4694
|
+
(0, import_typeorm44.ViewColumn)({ name: "job_uuid" })
|
|
4695
4695
|
], JobFreelancerRecommendation.prototype, "jobUuid", 2);
|
|
4696
4696
|
__decorateClass([
|
|
4697
|
-
(0, import_typeorm44.
|
|
4697
|
+
(0, import_typeorm44.ViewColumn)({ name: "job_unique_id" })
|
|
4698
4698
|
], JobFreelancerRecommendation.prototype, "jobUniqueId", 2);
|
|
4699
4699
|
__decorateClass([
|
|
4700
|
-
(0, import_typeorm44.
|
|
4700
|
+
(0, import_typeorm44.ViewColumn)({ name: "job_role" })
|
|
4701
4701
|
], JobFreelancerRecommendation.prototype, "jobRole", 2);
|
|
4702
4702
|
__decorateClass([
|
|
4703
|
-
(0, import_typeorm44.
|
|
4703
|
+
(0, import_typeorm44.ViewColumn)({ name: "job_openings" })
|
|
4704
4704
|
], JobFreelancerRecommendation.prototype, "jobOpenings", 2);
|
|
4705
4705
|
__decorateClass([
|
|
4706
|
-
(0, import_typeorm44.
|
|
4706
|
+
(0, import_typeorm44.ViewColumn)({ name: "job_location" })
|
|
4707
4707
|
], JobFreelancerRecommendation.prototype, "jobLocation", 2);
|
|
4708
4708
|
__decorateClass([
|
|
4709
|
-
(0, import_typeorm44.
|
|
4709
|
+
(0, import_typeorm44.ViewColumn)({ name: "job_employment_type" })
|
|
4710
4710
|
], JobFreelancerRecommendation.prototype, "jobEmploymentType", 2);
|
|
4711
4711
|
__decorateClass([
|
|
4712
|
-
(0, import_typeorm44.
|
|
4712
|
+
(0, import_typeorm44.ViewColumn)({ name: "application_received" })
|
|
4713
4713
|
], JobFreelancerRecommendation.prototype, "applicationReceived", 2);
|
|
4714
4714
|
__decorateClass([
|
|
4715
|
-
(0, import_typeorm44.
|
|
4715
|
+
(0, import_typeorm44.ViewColumn)({ name: "job_posted_at" })
|
|
4716
4716
|
], JobFreelancerRecommendation.prototype, "jobPostedAt", 2);
|
|
4717
4717
|
__decorateClass([
|
|
4718
|
-
(0, import_typeorm44.
|
|
4718
|
+
(0, import_typeorm44.ViewColumn)({ name: "freelancer_id" })
|
|
4719
4719
|
], JobFreelancerRecommendation.prototype, "freelancerId", 2);
|
|
4720
4720
|
__decorateClass([
|
|
4721
|
-
(0, import_typeorm44.
|
|
4721
|
+
(0, import_typeorm44.ViewColumn)({ name: "freelancer_uuid" })
|
|
4722
4722
|
], JobFreelancerRecommendation.prototype, "freelancerUuid", 2);
|
|
4723
4723
|
__decorateClass([
|
|
4724
|
-
(0, import_typeorm44.
|
|
4724
|
+
(0, import_typeorm44.ViewColumn)({ name: "freelancer_unique_id" })
|
|
4725
4725
|
], JobFreelancerRecommendation.prototype, "freelancerUniqueId", 2);
|
|
4726
4726
|
__decorateClass([
|
|
4727
|
-
(0, import_typeorm44.
|
|
4727
|
+
(0, import_typeorm44.ViewColumn)({ name: "freelancer_first_name" })
|
|
4728
4728
|
], JobFreelancerRecommendation.prototype, "freelancerFirstName", 2);
|
|
4729
4729
|
__decorateClass([
|
|
4730
|
-
(0, import_typeorm44.
|
|
4730
|
+
(0, import_typeorm44.ViewColumn)({ name: "freelancer_last_name" })
|
|
4731
4731
|
], JobFreelancerRecommendation.prototype, "freelancerLastName", 2);
|
|
4732
4732
|
__decorateClass([
|
|
4733
|
-
(0, import_typeorm44.
|
|
4733
|
+
(0, import_typeorm44.ViewColumn)({ name: "freelancer_email" })
|
|
4734
4734
|
], JobFreelancerRecommendation.prototype, "freelancerEmail", 2);
|
|
4735
4735
|
__decorateClass([
|
|
4736
|
-
(0, import_typeorm44.
|
|
4736
|
+
(0, import_typeorm44.ViewColumn)({ name: "freelacer_profile_picture" })
|
|
4737
4737
|
], JobFreelancerRecommendation.prototype, "freelancerProfilePicture", 2);
|
|
4738
4738
|
__decorateClass([
|
|
4739
|
-
(0, import_typeorm44.
|
|
4739
|
+
(0, import_typeorm44.ViewColumn)({ name: "freelacer_created_at" })
|
|
4740
4740
|
], JobFreelancerRecommendation.prototype, "freelancerCreatedAt", 2);
|
|
4741
4741
|
__decorateClass([
|
|
4742
|
-
(0, import_typeorm44.
|
|
4742
|
+
(0, import_typeorm44.ViewColumn)({ name: "client_id" })
|
|
4743
4743
|
], JobFreelancerRecommendation.prototype, "clientId", 2);
|
|
4744
4744
|
__decorateClass([
|
|
4745
|
-
(0, import_typeorm44.
|
|
4745
|
+
(0, import_typeorm44.ViewColumn)({ name: "client_uuid" })
|
|
4746
4746
|
], JobFreelancerRecommendation.prototype, "clientUuid", 2);
|
|
4747
4747
|
__decorateClass([
|
|
4748
|
-
(0, import_typeorm44.
|
|
4748
|
+
(0, import_typeorm44.ViewColumn)({ name: "client_first_name" })
|
|
4749
4749
|
], JobFreelancerRecommendation.prototype, "clientFirstName", 2);
|
|
4750
4750
|
__decorateClass([
|
|
4751
|
-
(0, import_typeorm44.
|
|
4751
|
+
(0, import_typeorm44.ViewColumn)({ name: "client_last_name" })
|
|
4752
4752
|
], JobFreelancerRecommendation.prototype, "clientLastName", 2);
|
|
4753
4753
|
__decorateClass([
|
|
4754
|
-
(0, import_typeorm44.
|
|
4754
|
+
(0, import_typeorm44.ViewColumn)({ name: "client_email" })
|
|
4755
4755
|
], JobFreelancerRecommendation.prototype, "clientEmail", 2);
|
|
4756
4756
|
__decorateClass([
|
|
4757
|
-
(0, import_typeorm44.
|
|
4757
|
+
(0, import_typeorm44.ViewColumn)({ name: "client_company_logo" })
|
|
4758
4758
|
], JobFreelancerRecommendation.prototype, "clientCompanyLogo", 2);
|
|
4759
4759
|
__decorateClass([
|
|
4760
|
-
(0, import_typeorm44.
|
|
4760
|
+
(0, import_typeorm44.ViewColumn)({ name: "client_company_name" })
|
|
4761
4761
|
], JobFreelancerRecommendation.prototype, "clientCompanyName", 2);
|
|
4762
4762
|
__decorateClass([
|
|
4763
|
-
(0, import_typeorm44.
|
|
4763
|
+
(0, import_typeorm44.ViewColumn)({ name: "matching_skills" })
|
|
4764
4764
|
], JobFreelancerRecommendation.prototype, "matchingSkills", 2);
|
|
4765
4765
|
__decorateClass([
|
|
4766
|
-
(0, import_typeorm44.
|
|
4766
|
+
(0, import_typeorm44.ViewColumn)({ name: "matching_skills_count" })
|
|
4767
4767
|
], JobFreelancerRecommendation.prototype, "matchingSkillsCount", 2);
|
|
4768
4768
|
__decorateClass([
|
|
4769
|
-
(0, import_typeorm44.
|
|
4769
|
+
(0, import_typeorm44.ViewColumn)({ name: "required_skills" })
|
|
4770
4770
|
], JobFreelancerRecommendation.prototype, "requiredSkills", 2);
|
|
4771
4771
|
__decorateClass([
|
|
4772
|
-
(0, import_typeorm44.
|
|
4772
|
+
(0, import_typeorm44.ViewColumn)({ name: "required_skills_count" })
|
|
4773
4773
|
], JobFreelancerRecommendation.prototype, "requiredSkillsCount", 2);
|
|
4774
4774
|
JobFreelancerRecommendation = __decorateClass([
|
|
4775
4775
|
(0, import_typeorm44.ViewEntity)({
|
|
4776
4776
|
name: "job_freelancer_recommendations",
|
|
4777
|
-
|
|
4778
|
-
// Not needed for materialized views — TypeORM won't create it
|
|
4777
|
+
materialized: true
|
|
4779
4778
|
})
|
|
4780
4779
|
], JobFreelancerRecommendation);
|
|
4781
4780
|
// Annotate the CommonJS export names for ESM import in node:
|
package/dist/index.mjs
CHANGED
|
@@ -4836,98 +4836,97 @@ Lead = __decorateClass([
|
|
|
4836
4836
|
], Lead);
|
|
4837
4837
|
|
|
4838
4838
|
// src/entities/job-freelancer-recommendation.entity.ts
|
|
4839
|
-
import { ViewEntity,
|
|
4839
|
+
import { ViewEntity, ViewColumn } from "typeorm";
|
|
4840
4840
|
var JobFreelancerRecommendation = class {
|
|
4841
4841
|
};
|
|
4842
4842
|
__decorateClass([
|
|
4843
|
-
|
|
4843
|
+
ViewColumn({ name: "job_id" })
|
|
4844
4844
|
], JobFreelancerRecommendation.prototype, "jobId", 2);
|
|
4845
4845
|
__decorateClass([
|
|
4846
|
-
|
|
4846
|
+
ViewColumn({ name: "job_uuid" })
|
|
4847
4847
|
], JobFreelancerRecommendation.prototype, "jobUuid", 2);
|
|
4848
4848
|
__decorateClass([
|
|
4849
|
-
|
|
4849
|
+
ViewColumn({ name: "job_unique_id" })
|
|
4850
4850
|
], JobFreelancerRecommendation.prototype, "jobUniqueId", 2);
|
|
4851
4851
|
__decorateClass([
|
|
4852
|
-
|
|
4852
|
+
ViewColumn({ name: "job_role" })
|
|
4853
4853
|
], JobFreelancerRecommendation.prototype, "jobRole", 2);
|
|
4854
4854
|
__decorateClass([
|
|
4855
|
-
|
|
4855
|
+
ViewColumn({ name: "job_openings" })
|
|
4856
4856
|
], JobFreelancerRecommendation.prototype, "jobOpenings", 2);
|
|
4857
4857
|
__decorateClass([
|
|
4858
|
-
|
|
4858
|
+
ViewColumn({ name: "job_location" })
|
|
4859
4859
|
], JobFreelancerRecommendation.prototype, "jobLocation", 2);
|
|
4860
4860
|
__decorateClass([
|
|
4861
|
-
|
|
4861
|
+
ViewColumn({ name: "job_employment_type" })
|
|
4862
4862
|
], JobFreelancerRecommendation.prototype, "jobEmploymentType", 2);
|
|
4863
4863
|
__decorateClass([
|
|
4864
|
-
|
|
4864
|
+
ViewColumn({ name: "application_received" })
|
|
4865
4865
|
], JobFreelancerRecommendation.prototype, "applicationReceived", 2);
|
|
4866
4866
|
__decorateClass([
|
|
4867
|
-
|
|
4867
|
+
ViewColumn({ name: "job_posted_at" })
|
|
4868
4868
|
], JobFreelancerRecommendation.prototype, "jobPostedAt", 2);
|
|
4869
4869
|
__decorateClass([
|
|
4870
|
-
|
|
4870
|
+
ViewColumn({ name: "freelancer_id" })
|
|
4871
4871
|
], JobFreelancerRecommendation.prototype, "freelancerId", 2);
|
|
4872
4872
|
__decorateClass([
|
|
4873
|
-
|
|
4873
|
+
ViewColumn({ name: "freelancer_uuid" })
|
|
4874
4874
|
], JobFreelancerRecommendation.prototype, "freelancerUuid", 2);
|
|
4875
4875
|
__decorateClass([
|
|
4876
|
-
|
|
4876
|
+
ViewColumn({ name: "freelancer_unique_id" })
|
|
4877
4877
|
], JobFreelancerRecommendation.prototype, "freelancerUniqueId", 2);
|
|
4878
4878
|
__decorateClass([
|
|
4879
|
-
|
|
4879
|
+
ViewColumn({ name: "freelancer_first_name" })
|
|
4880
4880
|
], JobFreelancerRecommendation.prototype, "freelancerFirstName", 2);
|
|
4881
4881
|
__decorateClass([
|
|
4882
|
-
|
|
4882
|
+
ViewColumn({ name: "freelancer_last_name" })
|
|
4883
4883
|
], JobFreelancerRecommendation.prototype, "freelancerLastName", 2);
|
|
4884
4884
|
__decorateClass([
|
|
4885
|
-
|
|
4885
|
+
ViewColumn({ name: "freelancer_email" })
|
|
4886
4886
|
], JobFreelancerRecommendation.prototype, "freelancerEmail", 2);
|
|
4887
4887
|
__decorateClass([
|
|
4888
|
-
|
|
4888
|
+
ViewColumn({ name: "freelacer_profile_picture" })
|
|
4889
4889
|
], JobFreelancerRecommendation.prototype, "freelancerProfilePicture", 2);
|
|
4890
4890
|
__decorateClass([
|
|
4891
|
-
|
|
4891
|
+
ViewColumn({ name: "freelacer_created_at" })
|
|
4892
4892
|
], JobFreelancerRecommendation.prototype, "freelancerCreatedAt", 2);
|
|
4893
4893
|
__decorateClass([
|
|
4894
|
-
|
|
4894
|
+
ViewColumn({ name: "client_id" })
|
|
4895
4895
|
], JobFreelancerRecommendation.prototype, "clientId", 2);
|
|
4896
4896
|
__decorateClass([
|
|
4897
|
-
|
|
4897
|
+
ViewColumn({ name: "client_uuid" })
|
|
4898
4898
|
], JobFreelancerRecommendation.prototype, "clientUuid", 2);
|
|
4899
4899
|
__decorateClass([
|
|
4900
|
-
|
|
4900
|
+
ViewColumn({ name: "client_first_name" })
|
|
4901
4901
|
], JobFreelancerRecommendation.prototype, "clientFirstName", 2);
|
|
4902
4902
|
__decorateClass([
|
|
4903
|
-
|
|
4903
|
+
ViewColumn({ name: "client_last_name" })
|
|
4904
4904
|
], JobFreelancerRecommendation.prototype, "clientLastName", 2);
|
|
4905
4905
|
__decorateClass([
|
|
4906
|
-
|
|
4906
|
+
ViewColumn({ name: "client_email" })
|
|
4907
4907
|
], JobFreelancerRecommendation.prototype, "clientEmail", 2);
|
|
4908
4908
|
__decorateClass([
|
|
4909
|
-
|
|
4909
|
+
ViewColumn({ name: "client_company_logo" })
|
|
4910
4910
|
], JobFreelancerRecommendation.prototype, "clientCompanyLogo", 2);
|
|
4911
4911
|
__decorateClass([
|
|
4912
|
-
|
|
4912
|
+
ViewColumn({ name: "client_company_name" })
|
|
4913
4913
|
], JobFreelancerRecommendation.prototype, "clientCompanyName", 2);
|
|
4914
4914
|
__decorateClass([
|
|
4915
|
-
|
|
4915
|
+
ViewColumn({ name: "matching_skills" })
|
|
4916
4916
|
], JobFreelancerRecommendation.prototype, "matchingSkills", 2);
|
|
4917
4917
|
__decorateClass([
|
|
4918
|
-
|
|
4918
|
+
ViewColumn({ name: "matching_skills_count" })
|
|
4919
4919
|
], JobFreelancerRecommendation.prototype, "matchingSkillsCount", 2);
|
|
4920
4920
|
__decorateClass([
|
|
4921
|
-
|
|
4921
|
+
ViewColumn({ name: "required_skills" })
|
|
4922
4922
|
], JobFreelancerRecommendation.prototype, "requiredSkills", 2);
|
|
4923
4923
|
__decorateClass([
|
|
4924
|
-
|
|
4924
|
+
ViewColumn({ name: "required_skills_count" })
|
|
4925
4925
|
], JobFreelancerRecommendation.prototype, "requiredSkillsCount", 2);
|
|
4926
4926
|
JobFreelancerRecommendation = __decorateClass([
|
|
4927
4927
|
ViewEntity({
|
|
4928
4928
|
name: "job_freelancer_recommendations",
|
|
4929
|
-
|
|
4930
|
-
// Not needed for materialized views — TypeORM won't create it
|
|
4929
|
+
materialized: true
|
|
4931
4930
|
})
|
|
4932
4931
|
], JobFreelancerRecommendation);
|
|
4933
4932
|
export {
|