@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
package/dist/index.d.ts
CHANGED
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";
|