@experts_hub/shared 1.0.383 → 1.0.384

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
@@ -6521,7 +6521,7 @@ var import_typeorm65 = require("typeorm");
6521
6521
  var StripeLog = class extends BaseEntity {
6522
6522
  };
6523
6523
  __decorateClass([
6524
- (0, import_typeorm65.Column)({ name: "stripe_event_id", type: "varchar", unique: true })
6524
+ (0, import_typeorm65.Column)({ name: "stripe_event_id", type: "varchar", nullable: true })
6525
6525
  ], StripeLog.prototype, "stripeEventId", 2);
6526
6526
  __decorateClass([
6527
6527
  (0, import_typeorm65.Column)({ name: "event_type", type: "varchar", nullable: true })
package/dist/index.mjs CHANGED
@@ -6669,7 +6669,7 @@ import { Entity as Entity61, Column as Column62 } from "typeorm";
6669
6669
  var StripeLog = class extends BaseEntity {
6670
6670
  };
6671
6671
  __decorateClass([
6672
- Column62({ name: "stripe_event_id", type: "varchar", unique: true })
6672
+ Column62({ name: "stripe_event_id", type: "varchar", nullable: true })
6673
6673
  ], StripeLog.prototype, "stripeEventId", 2);
6674
6674
  __decorateClass([
6675
6675
  Column62({ name: "event_type", type: "varchar", nullable: true })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.383",
3
+ "version": "1.0.384",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",