@experts_hub/shared 1.0.257 → 1.0.258

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
@@ -4772,10 +4772,10 @@ __decorateClass([
4772
4772
  (0, import_typeorm44.Column)({ name: "required_skills_count", type: "int" })
4773
4773
  ], JobFreelancerRecommendation.prototype, "requiredSkillsCount", 2);
4774
4774
  JobFreelancerRecommendation = __decorateClass([
4775
+ (0, import_typeorm44.Entity)({ name: "job_freelancer_recommendations" }),
4775
4776
  (0, import_typeorm44.ViewEntity)({
4776
4777
  name: "job_freelancer_recommendations",
4777
- expression: ""
4778
- // Not needed for materialized views — TypeORM won't create it
4778
+ materialized: true
4779
4779
  })
4780
4780
  ], JobFreelancerRecommendation);
4781
4781
  // Annotate the CommonJS export names for ESM import in node:
package/dist/index.mjs CHANGED
@@ -4836,7 +4836,7 @@ Lead = __decorateClass([
4836
4836
  ], Lead);
4837
4837
 
4838
4838
  // src/entities/job-freelancer-recommendation.entity.ts
4839
- import { ViewEntity, Column as Column44, PrimaryColumn } from "typeorm";
4839
+ import { ViewEntity, Column as Column44, PrimaryColumn, Entity as Entity43 } from "typeorm";
4840
4840
  var JobFreelancerRecommendation = class {
4841
4841
  };
4842
4842
  __decorateClass([
@@ -4924,10 +4924,10 @@ __decorateClass([
4924
4924
  Column44({ name: "required_skills_count", type: "int" })
4925
4925
  ], JobFreelancerRecommendation.prototype, "requiredSkillsCount", 2);
4926
4926
  JobFreelancerRecommendation = __decorateClass([
4927
+ Entity43({ name: "job_freelancer_recommendations" }),
4927
4928
  ViewEntity({
4928
4929
  name: "job_freelancer_recommendations",
4929
- expression: ""
4930
- // Not needed for materialized views — TypeORM won't create it
4930
+ materialized: true
4931
4931
  })
4932
4932
  ], JobFreelancerRecommendation);
4933
4933
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.257",
3
+ "version": "1.0.258",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",