@experts_hub/shared 1.0.694 → 1.0.695

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
@@ -6520,7 +6520,7 @@ __decorateClass([
6520
6520
  (0, import_typeorm76.Column)({ name: "is_free", type: "boolean", default: false })
6521
6521
  ], UserSubscriptionPlanPricing.prototype, "isFree", 2);
6522
6522
  __decorateClass([
6523
- (0, import_typeorm76.Column)({ name: "stripe_price_id", type: "varchar", length: 100, nullable: true, unique: true })
6523
+ (0, import_typeorm76.Column)({ name: "stripe_price_id", type: "varchar", length: 100, nullable: true })
6524
6524
  ], UserSubscriptionPlanPricing.prototype, "stripePriceId", 2);
6525
6525
  __decorateClass([
6526
6526
  (0, import_typeorm76.Column)({ name: "is_active", type: "boolean", default: true })
package/dist/index.mjs CHANGED
@@ -6325,7 +6325,7 @@ __decorateClass([
6325
6325
  Column76({ name: "is_free", type: "boolean", default: false })
6326
6326
  ], UserSubscriptionPlanPricing.prototype, "isFree", 2);
6327
6327
  __decorateClass([
6328
- Column76({ name: "stripe_price_id", type: "varchar", length: 100, nullable: true, unique: true })
6328
+ Column76({ name: "stripe_price_id", type: "varchar", length: 100, nullable: true })
6329
6329
  ], UserSubscriptionPlanPricing.prototype, "stripePriceId", 2);
6330
6330
  __decorateClass([
6331
6331
  Column76({ name: "is_active", type: "boolean", default: true })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.694",
3
+ "version": "1.0.695",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",