@experts_hub/shared 1.0.272 → 1.0.273

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
@@ -4846,10 +4846,10 @@ __decorateClass([
4846
4846
  (0, import_typeorm45.ViewColumn)({ name: "freelancer_email" })
4847
4847
  ], JobFreelancerRecommendation.prototype, "freelancerEmail", 2);
4848
4848
  __decorateClass([
4849
- (0, import_typeorm45.ViewColumn)({ name: "freelacer_profile_picture" })
4849
+ (0, import_typeorm45.ViewColumn)({ name: "freelancer_profile_picture" })
4850
4850
  ], JobFreelancerRecommendation.prototype, "freelancerProfilePicture", 2);
4851
4851
  __decorateClass([
4852
- (0, import_typeorm45.ViewColumn)({ name: "freelacer_created_at" })
4852
+ (0, import_typeorm45.ViewColumn)({ name: "freelancer_created_at" })
4853
4853
  ], JobFreelancerRecommendation.prototype, "freelancerCreatedAt", 2);
4854
4854
  __decorateClass([
4855
4855
  (0, import_typeorm45.ViewColumn)({ name: "client_id" })
package/dist/index.mjs CHANGED
@@ -4989,10 +4989,10 @@ __decorateClass([
4989
4989
  ViewColumn({ name: "freelancer_email" })
4990
4990
  ], JobFreelancerRecommendation.prototype, "freelancerEmail", 2);
4991
4991
  __decorateClass([
4992
- ViewColumn({ name: "freelacer_profile_picture" })
4992
+ ViewColumn({ name: "freelancer_profile_picture" })
4993
4993
  ], JobFreelancerRecommendation.prototype, "freelancerProfilePicture", 2);
4994
4994
  __decorateClass([
4995
- ViewColumn({ name: "freelacer_created_at" })
4995
+ ViewColumn({ name: "freelancer_created_at" })
4996
4996
  ], JobFreelancerRecommendation.prototype, "freelancerCreatedAt", 2);
4997
4997
  __decorateClass([
4998
4998
  ViewColumn({ name: "client_id" })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.272",
3
+ "version": "1.0.273",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",