@experts_hub/shared 1.0.88 → 1.0.89

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.d.mts CHANGED
@@ -624,6 +624,7 @@ declare class FreelancerBankDetailsDto {
624
624
  abaNumber: string;
625
625
  iban: string;
626
626
  accountType: string;
627
+ accountScope: string;
627
628
  }
628
629
 
629
630
  declare const UserTCPAdapter: () => MicroserviceOptions;
package/dist/index.d.ts CHANGED
@@ -624,6 +624,7 @@ declare class FreelancerBankDetailsDto {
624
624
  abaNumber: string;
625
625
  iban: string;
626
626
  accountType: string;
627
+ accountScope: string;
627
628
  }
628
629
 
629
630
  declare const UserTCPAdapter: () => MicroserviceOptions;
package/dist/index.js CHANGED
@@ -1449,6 +1449,9 @@ __decorateClass([
1449
1449
  __decorateClass([
1450
1450
  (0, import_class_validator24.IsOptional)()
1451
1451
  ], FreelancerBankDetailsDto.prototype, "accountType", 2);
1452
+ __decorateClass([
1453
+ (0, import_class_validator24.IsOptional)()
1454
+ ], FreelancerBankDetailsDto.prototype, "accountScope", 2);
1452
1455
 
1453
1456
  // src/adapters/tcp/user.tcp.adapter.ts
1454
1457
  var import_dotenv = require("dotenv");
package/dist/index.mjs CHANGED
@@ -1492,6 +1492,9 @@ __decorateClass([
1492
1492
  __decorateClass([
1493
1493
  IsOptional8()
1494
1494
  ], FreelancerBankDetailsDto.prototype, "accountType", 2);
1495
+ __decorateClass([
1496
+ IsOptional8()
1497
+ ], FreelancerBankDetailsDto.prototype, "accountScope", 2);
1495
1498
 
1496
1499
  // src/adapters/tcp/user.tcp.adapter.ts
1497
1500
  import { config } from "dotenv";
@@ -11,4 +11,5 @@ export declare class FreelancerBankDetailsDto {
11
11
  abaNumber: string;
12
12
  iban: string;
13
13
  accountType: string;
14
+ accountScope: string;
14
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.88",
3
+ "version": "1.0.89",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",