@experts_hub/shared 1.0.463 → 1.0.464
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4011,7 +4011,7 @@ __decorateClass([
|
|
|
4011
4011
|
(0, import_typeorm29.Column)({ name: "mobile", type: "varchar", unique: true, nullable: true })
|
|
4012
4012
|
], BankDetail.prototype, "mobile", 2);
|
|
4013
4013
|
__decorateClass([
|
|
4014
|
-
(0, import_typeorm29.Column)({ name: "email", type: "varchar"
|
|
4014
|
+
(0, import_typeorm29.Column)({ name: "email", type: "varchar" })
|
|
4015
4015
|
], BankDetail.prototype, "email", 2);
|
|
4016
4016
|
__decorateClass([
|
|
4017
4017
|
(0, import_typeorm29.Column)({ name: "address", type: "varchar", nullable: true })
|
package/dist/index.mjs
CHANGED
|
@@ -3940,7 +3940,7 @@ __decorateClass([
|
|
|
3940
3940
|
Column29({ name: "mobile", type: "varchar", unique: true, nullable: true })
|
|
3941
3941
|
], BankDetail.prototype, "mobile", 2);
|
|
3942
3942
|
__decorateClass([
|
|
3943
|
-
Column29({ name: "email", type: "varchar"
|
|
3943
|
+
Column29({ name: "email", type: "varchar" })
|
|
3944
3944
|
], BankDetail.prototype, "email", 2);
|
|
3945
3945
|
__decorateClass([
|
|
3946
3946
|
Column29({ name: "address", type: "varchar", nullable: true })
|