@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 +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +1 -1
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", ["
|
|
13512
|
-
(0, import_typeorm85.Index)("idx_plan_features_plan_sort", ["
|
|
13513
|
-
(0, import_typeorm85.Check)("chk_plan_features_sort_order_positive", '"
|
|
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", ["
|
|
13698
|
-
Index66("idx_plan_features_plan_sort", ["
|
|
13699
|
-
Check2("chk_plan_features_sort_order_positive", '"
|
|
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
|