@experts_hub/shared 1.0.39 → 1.0.40

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
@@ -477,7 +477,7 @@ __decorateClass([
477
477
  ], Otp.prototype, "user", 2);
478
478
  Otp = __decorateClass([
479
479
  (0, import_typeorm4.Entity)("otps"),
480
- (0, import_typeorm4.Index)(["userId", "otp", "otp_purpose", "is_used"])
480
+ (0, import_typeorm4.Index)(["userId", "otp", "otpPurpose", "isUsed"])
481
481
  ], Otp);
482
482
 
483
483
  // src/entities/user.entity.ts
package/dist/index.mjs CHANGED
@@ -474,7 +474,7 @@ __decorateClass([
474
474
  ], Otp.prototype, "user", 2);
475
475
  Otp = __decorateClass([
476
476
  Entity3("otps"),
477
- Index(["userId", "otp", "otp_purpose", "is_used"])
477
+ Index(["userId", "otp", "otpPurpose", "isUsed"])
478
478
  ], Otp);
479
479
 
480
480
  // src/entities/user.entity.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.39",
3
+ "version": "1.0.40",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",