@experts_hub/shared 1.0.619 → 1.0.620

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.
@@ -26,5 +26,5 @@ export declare class ContractSummary extends BaseEntity {
26
26
  escrowDepositeAmount: number;
27
27
  status: ContractSummaryStatusEnum;
28
28
  contracts: Contract[];
29
- hirings: Hiring;
29
+ hiring: Hiring;
30
30
  }
package/dist/index.d.mts CHANGED
@@ -1636,7 +1636,7 @@ declare class ContractSummary extends BaseEntity {
1636
1636
  escrowDepositeAmount: number;
1637
1637
  status: ContractSummaryStatusEnum;
1638
1638
  contracts: Contract[];
1639
- hirings: Hiring;
1639
+ hiring: Hiring;
1640
1640
  }
1641
1641
 
1642
1642
  declare enum HiredFreelancerNatureOfWorkEnum {
package/dist/index.d.ts CHANGED
@@ -1636,7 +1636,7 @@ declare class ContractSummary extends BaseEntity {
1636
1636
  escrowDepositeAmount: number;
1637
1637
  status: ContractSummaryStatusEnum;
1638
1638
  contracts: Contract[];
1639
- hirings: Hiring;
1639
+ hiring: Hiring;
1640
1640
  }
1641
1641
 
1642
1642
  declare enum HiredFreelancerNatureOfWorkEnum {
package/dist/index.js CHANGED
@@ -4688,7 +4688,7 @@ __decorateClass([
4688
4688
  ], ContractSummary.prototype, "contracts", 2);
4689
4689
  __decorateClass([
4690
4690
  (0, import_typeorm26.OneToOne)(() => Hiring, (hiring) => hiring.contractSummary)
4691
- ], ContractSummary.prototype, "hirings", 2);
4691
+ ], ContractSummary.prototype, "hiring", 2);
4692
4692
  ContractSummary = __decorateClass([
4693
4693
  (0, import_typeorm26.Entity)("contract_summaries")
4694
4694
  ], ContractSummary);
@@ -4740,7 +4740,7 @@ __decorateClass([
4740
4740
  __decorateClass([
4741
4741
  (0, import_typeorm27.OneToOne)(
4742
4742
  () => ContractSummary,
4743
- (contractSummary) => contractSummary.hirings
4743
+ (contractSummary) => contractSummary.hiring
4744
4744
  ),
4745
4745
  (0, import_typeorm27.JoinColumn)({ name: "contract_summary_id" })
4746
4746
  ], Hiring.prototype, "contractSummary", 2);
package/dist/index.mjs CHANGED
@@ -4494,7 +4494,7 @@ __decorateClass([
4494
4494
  ], ContractSummary.prototype, "contracts", 2);
4495
4495
  __decorateClass([
4496
4496
  OneToOne5(() => Hiring, (hiring) => hiring.contractSummary)
4497
- ], ContractSummary.prototype, "hirings", 2);
4497
+ ], ContractSummary.prototype, "hiring", 2);
4498
4498
  ContractSummary = __decorateClass([
4499
4499
  Entity25("contract_summaries")
4500
4500
  ], ContractSummary);
@@ -4546,7 +4546,7 @@ __decorateClass([
4546
4546
  __decorateClass([
4547
4547
  OneToOne6(
4548
4548
  () => ContractSummary,
4549
- (contractSummary) => contractSummary.hirings
4549
+ (contractSummary) => contractSummary.hiring
4550
4550
  ),
4551
4551
  JoinColumn25({ name: "contract_summary_id" })
4552
4552
  ], Hiring.prototype, "contractSummary", 2);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.619",
3
+ "version": "1.0.620",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",