@experts_hub/shared 1.0.726 → 1.0.727
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/entities/wallet-transaction.entity.d.ts +1 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -0
- package/dist/index.mjs +3 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -6474,6 +6474,9 @@ __decorateClass([
|
|
|
6474
6474
|
__decorateClass([
|
|
6475
6475
|
(0, import_typeorm72.Column)({ name: "amount", type: "bigint", nullable: true })
|
|
6476
6476
|
], WalletTransaction.prototype, "amount", 2);
|
|
6477
|
+
__decorateClass([
|
|
6478
|
+
(0, import_typeorm72.Column)({ name: "mark_up_amount", type: "bigint", nullable: true })
|
|
6479
|
+
], WalletTransaction.prototype, "markUpAmount", 2);
|
|
6477
6480
|
__decorateClass([
|
|
6478
6481
|
(0, import_typeorm72.Column)({ name: "balance_before", type: "bigint", nullable: true })
|
|
6479
6482
|
], WalletTransaction.prototype, "balanceBefore", 2);
|
package/dist/index.mjs
CHANGED
|
@@ -6264,6 +6264,9 @@ __decorateClass([
|
|
|
6264
6264
|
__decorateClass([
|
|
6265
6265
|
Column72({ name: "amount", type: "bigint", nullable: true })
|
|
6266
6266
|
], WalletTransaction.prototype, "amount", 2);
|
|
6267
|
+
__decorateClass([
|
|
6268
|
+
Column72({ name: "mark_up_amount", type: "bigint", nullable: true })
|
|
6269
|
+
], WalletTransaction.prototype, "markUpAmount", 2);
|
|
6267
6270
|
__decorateClass([
|
|
6268
6271
|
Column72({ name: "balance_before", type: "bigint", nullable: true })
|
|
6269
6272
|
], WalletTransaction.prototype, "balanceBefore", 2);
|