@heliofi/common 0.1.536 → 0.1.537
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/src/domain/model/transaction/entities/TransactionDetails.entity.d.ts +2 -0
- package/dist/src/domain/model/transaction/entities/TransactionDetails.entity.js +5 -0
- package/dist/src/domain/model/transaction/entities/TransactionDetails.entity.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -6,9 +6,11 @@ import { MerchantDetails } from './MerchantDetails.entity';
|
|
|
6
6
|
import { PaymentRequestType } from '../../payment-request';
|
|
7
7
|
import { StreamEvent } from '../../stream-event';
|
|
8
8
|
import { IntervalType } from '../../../constants';
|
|
9
|
+
import { Funding } from '../../funding';
|
|
9
10
|
export declare class TransactionDetails extends Entity {
|
|
10
11
|
startedAt?: StreamEvent;
|
|
11
12
|
canceledAt?: StreamEvent | null;
|
|
13
|
+
fundings?: Funding[];
|
|
12
14
|
endedAt?: bigint;
|
|
13
15
|
paymentType: PaymentRequestType;
|
|
14
16
|
status: TransactionStatus;
|
|
@@ -13,6 +13,7 @@ exports.TransactionDetails = void 0;
|
|
|
13
13
|
const class_transformer_1 = require("class-transformer");
|
|
14
14
|
const entity_1 = require("../../entity");
|
|
15
15
|
const stream_event_1 = require("../../stream-event");
|
|
16
|
+
const funding_1 = require("../../funding");
|
|
16
17
|
class TransactionDetails extends entity_1.Entity {
|
|
17
18
|
}
|
|
18
19
|
__decorate([
|
|
@@ -23,6 +24,10 @@ __decorate([
|
|
|
23
24
|
(0, class_transformer_1.Type)(() => stream_event_1.StreamEvent),
|
|
24
25
|
__metadata("design:type", Object)
|
|
25
26
|
], TransactionDetails.prototype, "canceledAt", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, class_transformer_1.Type)(() => funding_1.Funding),
|
|
29
|
+
__metadata("design:type", Array)
|
|
30
|
+
], TransactionDetails.prototype, "fundings", void 0);
|
|
26
31
|
__decorate([
|
|
27
32
|
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
28
33
|
__metadata("design:type", BigInt)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TransactionDetails.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/transaction/entities/TransactionDetails.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAoD;AAEpD,yCAAsC;AAKtC,qDAAiD;
|
|
1
|
+
{"version":3,"file":"TransactionDetails.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/transaction/entities/TransactionDetails.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAoD;AAEpD,yCAAsC;AAKtC,qDAAiD;AAEjD,2CAAwC;AAExC,MAAa,kBAAmB,SAAQ,eAAM;CA8C7C;AA7CC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,0BAAW,CAAC;8BACZ,0BAAW;qDAAC;AAExB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,0BAAW,CAAC;;sDACQ;AAEhC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,iBAAO,CAAC;;oDACC;AAErB;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;mDACvB;AAXnB,gDA8CC"}
|