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