@experts_hub/shared 1.0.676 → 1.0.677

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
@@ -13508,9 +13508,9 @@ __decorateClass([
13508
13508
  ], PlanFeature.prototype, "isActive", 2);
13509
13509
  PlanFeature = __decorateClass([
13510
13510
  (0, import_typeorm85.Entity)("plan_features"),
13511
- (0, import_typeorm85.Index)("idx_plan_features_plan_id", ["plan"]),
13512
- (0, import_typeorm85.Index)("idx_plan_features_plan_sort", ["plan", "sort_order"]),
13513
- (0, import_typeorm85.Check)("chk_plan_features_sort_order_positive", '"sort_order" >= 0')
13511
+ (0, import_typeorm85.Index)("idx_plan_features_plan_id", ["planId"]),
13512
+ (0, import_typeorm85.Index)("idx_plan_features_plan_sort", ["planId", "sortOrder"]),
13513
+ (0, import_typeorm85.Check)("chk_plan_features_sort_order_positive", '"sortOrder" >= 0')
13514
13514
  ], PlanFeature);
13515
13515
 
13516
13516
  // src/entities/plan-pricing.entity.ts
package/dist/index.mjs CHANGED
@@ -13694,9 +13694,9 @@ __decorateClass([
13694
13694
  ], PlanFeature.prototype, "isActive", 2);
13695
13695
  PlanFeature = __decorateClass([
13696
13696
  Entity81("plan_features"),
13697
- Index66("idx_plan_features_plan_id", ["plan"]),
13698
- Index66("idx_plan_features_plan_sort", ["plan", "sort_order"]),
13699
- Check2("chk_plan_features_sort_order_positive", '"sort_order" >= 0')
13697
+ Index66("idx_plan_features_plan_id", ["planId"]),
13698
+ Index66("idx_plan_features_plan_sort", ["planId", "sortOrder"]),
13699
+ Check2("chk_plan_features_sort_order_positive", '"sortOrder" >= 0')
13700
13700
  ], PlanFeature);
13701
13701
 
13702
13702
  // src/entities/plan-pricing.entity.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.676",
3
+ "version": "1.0.677",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",