@experts_hub/shared 1.0.222 → 1.0.223

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
@@ -1491,7 +1491,7 @@ __decorateClass([
1491
1491
  (0, import_typeorm5.Column)({ name: "service_agreement_url", type: "varchar", nullable: true })
1492
1492
  ], FreelancerProfile.prototype, "serviceAgreementUrl", 2);
1493
1493
  __decorateClass([
1494
- (0, import_typeorm5.Column)({ name: "service_agreement_signed_on", type: "date", nullable: true })
1494
+ (0, import_typeorm5.Column)({ name: "service_agreement_signed_on", type: "timestamp with time zone", nullable: true })
1495
1495
  ], FreelancerProfile.prototype, "serviceAggrementSignedOn", 2);
1496
1496
  FreelancerProfile = __decorateClass([
1497
1497
  (0, import_typeorm5.Entity)("freelancer_profiles")
@@ -1557,7 +1557,7 @@ __decorateClass([
1557
1557
  (0, import_typeorm6.Column)({ name: "service_agreement_url", type: "varchar", nullable: true })
1558
1558
  ], CompanyProfile.prototype, "serviceAgreementUrl", 2);
1559
1559
  __decorateClass([
1560
- (0, import_typeorm6.Column)({ name: "service_agreement_signed_on", type: "date", nullable: true })
1560
+ (0, import_typeorm6.Column)({ name: "service_agreement_signed_on", type: "timestamp with time zone", nullable: true })
1561
1561
  ], CompanyProfile.prototype, "serviceAggrementSignedOn", 2);
1562
1562
  __decorateClass([
1563
1563
  (0, import_typeorm6.Column)({ name: "company_address", type: "varchar", nullable: true })
package/dist/index.mjs CHANGED
@@ -1428,7 +1428,7 @@ __decorateClass([
1428
1428
  Column5({ name: "service_agreement_url", type: "varchar", nullable: true })
1429
1429
  ], FreelancerProfile.prototype, "serviceAgreementUrl", 2);
1430
1430
  __decorateClass([
1431
- Column5({ name: "service_agreement_signed_on", type: "date", nullable: true })
1431
+ Column5({ name: "service_agreement_signed_on", type: "timestamp with time zone", nullable: true })
1432
1432
  ], FreelancerProfile.prototype, "serviceAggrementSignedOn", 2);
1433
1433
  FreelancerProfile = __decorateClass([
1434
1434
  Entity4("freelancer_profiles")
@@ -1494,7 +1494,7 @@ __decorateClass([
1494
1494
  Column6({ name: "service_agreement_url", type: "varchar", nullable: true })
1495
1495
  ], CompanyProfile.prototype, "serviceAgreementUrl", 2);
1496
1496
  __decorateClass([
1497
- Column6({ name: "service_agreement_signed_on", type: "date", nullable: true })
1497
+ Column6({ name: "service_agreement_signed_on", type: "timestamp with time zone", nullable: true })
1498
1498
  ], CompanyProfile.prototype, "serviceAggrementSignedOn", 2);
1499
1499
  __decorateClass([
1500
1500
  Column6({ name: "company_address", type: "varchar", nullable: true })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.222",
3
+ "version": "1.0.223",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",