@heliofi/common 0.1.102 → 0.1.104
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/contactAddress/dtos/ContactAddress.dto.d.ts +1 -0
- package/dist/src/domain/model/contactAddress/dtos/ContactAddress.dto.js +5 -0
- package/dist/src/domain/model/contactAddress/dtos/ContactAddress.dto.js.map +1 -1
- package/dist/src/domain/model/contactAddress/entities/ContactAddress.entity.d.ts +1 -0
- package/dist/src/domain/model/contactAddress/entities/ContactAddress.entity.js.map +1 -1
- package/dist/src/domain/model/customer-details/dtos/customerDetails.dto.d.ts +1 -0
- package/dist/src/domain/model/customer-details/dtos/customerDetails.dto.js +5 -0
- package/dist/src/domain/model/customer-details/dtos/customerDetails.dto.js.map +1 -1
- package/dist/src/domain/model/customer-details/entities/CustomerDetails.d.ts +1 -0
- package/dist/src/domain/model/customer-details/entities/CustomerDetails.js.map +1 -1
- package/dist/src/domain/model/customer-details/entities/index.d.ts +1 -0
- package/dist/src/domain/model/customer-details/entities/index.js +1 -0
- package/dist/src/domain/model/customer-details/entities/index.js.map +1 -1
- package/dist/src/domain/model/index.d.ts +2 -0
- package/dist/src/domain/model/index.js +2 -0
- package/dist/src/domain/model/index.js.map +1 -1
- package/dist/src/domain/model/prepare-stream/dtos/cancelStreamPrepare.dto.d.ts +3 -0
- package/dist/src/domain/model/prepare-stream/dtos/cancelStreamPrepare.dto.js +22 -0
- package/dist/src/domain/model/prepare-stream/dtos/cancelStreamPrepare.dto.js.map +1 -0
- package/dist/src/domain/model/prepare-stream/dtos/createStreamPrepare.dto.d.ts +9 -0
- package/dist/src/domain/model/prepare-stream/dtos/createStreamPrepare.dto.js +53 -0
- package/dist/src/domain/model/prepare-stream/dtos/createStreamPrepare.dto.js.map +1 -0
- package/dist/src/domain/model/prepare-stream/dtos/index.d.ts +3 -0
- package/dist/src/domain/model/prepare-stream/dtos/index.js +20 -0
- package/dist/src/domain/model/prepare-stream/dtos/index.js.map +1 -0
- package/dist/src/domain/model/prepare-stream/dtos/withdrawStreamPrepare.dto.d.ts +3 -0
- package/dist/src/domain/model/prepare-stream/dtos/withdrawStreamPrepare.dto.js +22 -0
- package/dist/src/domain/model/prepare-stream/dtos/withdrawStreamPrepare.dto.js.map +1 -0
- package/dist/src/domain/model/prepare-stream/entities/TokenStreamPayload.d.ts +5 -0
- package/dist/src/domain/model/prepare-stream/entities/TokenStreamPayload.js +8 -0
- package/dist/src/domain/model/prepare-stream/entities/TokenStreamPayload.js.map +1 -0
- package/dist/src/domain/model/prepare-stream/entities/index.d.ts +1 -0
- package/dist/src/domain/model/prepare-stream/entities/index.js +18 -0
- package/dist/src/domain/model/prepare-stream/entities/index.js.map +1 -0
- package/dist/src/domain/model/prepare-stream/index.d.ts +2 -0
- package/dist/src/domain/model/prepare-stream/index.js +19 -0
- package/dist/src/domain/model/prepare-stream/index.js.map +1 -0
- package/dist/src/domain/model/prepare-transaction/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/prepare-transaction/dtos/index.js +6 -0
- package/dist/src/domain/model/prepare-transaction/dtos/index.js.map +1 -0
- package/dist/src/domain/model/prepare-transaction/dtos/prepareTransaction.dto.d.ts +7 -0
- package/dist/src/domain/model/prepare-transaction/dtos/prepareTransaction.dto.js +43 -0
- package/dist/src/domain/model/prepare-transaction/dtos/prepareTransaction.dto.js.map +1 -0
- package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.d.ts +5 -0
- package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.js +8 -0
- package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.js.map +1 -0
- package/dist/src/domain/model/prepare-transaction/entities/TokenTransactionPayload.d.ts +5 -0
- package/dist/src/domain/model/prepare-transaction/entities/TokenTransactionPayload.js +8 -0
- package/dist/src/domain/model/prepare-transaction/entities/TokenTransactionPayload.js.map +1 -0
- package/dist/src/domain/model/prepare-transaction/entities/index.d.ts +2 -0
- package/dist/src/domain/model/prepare-transaction/entities/index.js +19 -0
- package/dist/src/domain/model/prepare-transaction/entities/index.js.map +1 -0
- package/dist/src/domain/model/prepare-transaction/index.d.ts +2 -0
- package/dist/src/domain/model/prepare-transaction/index.js +19 -0
- package/dist/src/domain/model/prepare-transaction/index.js.map +1 -0
- package/dist/src/domain/model/report/entities/ReportItem.d.ts +1 -0
- package/dist/src/domain/model/report/entities/ReportItem.js.map +1 -1
- package/dist/src/domain/model/stream-backend/dtos/cancelStreamBackend.dto.d.ts +1 -3
- package/dist/src/domain/model/stream-backend/dtos/cancelStreamBackend.dto.js +2 -12
- package/dist/src/domain/model/stream-backend/dtos/cancelStreamBackend.dto.js.map +1 -1
- package/dist/src/domain/model/stream-backend/dtos/createStreamBackend.dto.d.ts +1 -1
- package/dist/src/domain/model/stream-backend/dtos/createStreamBackend.dto.js +5 -5
- package/dist/src/domain/model/stream-backend/dtos/createStreamBackend.dto.js.map +1 -1
- package/dist/src/domain/model/stream-backend/dtos/withdrawStreamBackend.dto.d.ts +1 -2
- package/dist/src/domain/model/stream-backend/dtos/withdrawStreamBackend.dto.js +2 -7
- package/dist/src/domain/model/stream-backend/dtos/withdrawStreamBackend.dto.js.map +1 -1
- package/dist/src/domain/model/submit-transaction/dtos/submitTransaction.dto.d.ts +1 -0
- package/dist/src/domain/model/submit-transaction/dtos/submitTransaction.dto.js +5 -0
- package/dist/src/domain/model/submit-transaction/dtos/submitTransaction.dto.js.map +1 -1
- package/dist/src/domain/services/index.d.ts +1 -0
- package/dist/src/domain/services/index.js +1 -0
- package/dist/src/domain/services/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -18,6 +18,11 @@ __decorate([
|
|
|
18
18
|
(0, class_validator_1.IsOptional)(),
|
|
19
19
|
__metadata("design:type", String)
|
|
20
20
|
], ContactAddressDto.prototype, "country", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, class_validator_1.IsString)(),
|
|
23
|
+
(0, class_validator_1.IsOptional)(),
|
|
24
|
+
__metadata("design:type", String)
|
|
25
|
+
], ContactAddressDto.prototype, "state", void 0);
|
|
21
26
|
__decorate([
|
|
22
27
|
(0, class_validator_1.IsString)(),
|
|
23
28
|
(0, class_validator_1.IsOptional)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContactAddress.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/contactAddress/dtos/ContactAddress.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,iBAAiB;
|
|
1
|
+
{"version":3,"file":"ContactAddress.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/contactAddress/dtos/ContactAddress.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,iBAAiB;CA4B7B;AA3BC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gDACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACK;AAElB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+CACC;AAEd;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;iDACK;AAEhB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;uDACW;AAEtB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;yDACa;AA3B1B,8CA4BC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContactAddress.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/contactAddress/entities/ContactAddress.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,cAAe,SAAQ,eAAM;
|
|
1
|
+
{"version":3,"file":"ContactAddress.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/contactAddress/entities/ContactAddress.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,cAAe,SAAQ,eAAM;CAczC;AAdD,wCAcC"}
|
|
@@ -39,6 +39,11 @@ __decorate([
|
|
|
39
39
|
(0, class_validator_1.IsOptional)(),
|
|
40
40
|
__metadata("design:type", String)
|
|
41
41
|
], CustomerDetailsDto.prototype, "country", void 0);
|
|
42
|
+
__decorate([
|
|
43
|
+
(0, class_validator_1.IsString)(),
|
|
44
|
+
(0, class_validator_1.IsOptional)(),
|
|
45
|
+
__metadata("design:type", String)
|
|
46
|
+
], CustomerDetailsDto.prototype, "state", void 0);
|
|
42
47
|
__decorate([
|
|
43
48
|
(0, class_validator_1.IsString)(),
|
|
44
49
|
(0, class_validator_1.IsOptional)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customerDetails.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/customer-details/dtos/customerDetails.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAgE;AAEhE,MAAa,kBAAkB;
|
|
1
|
+
{"version":3,"file":"customerDetails.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/customer-details/dtos/customerDetails.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAgE;AAEhE,MAAa,kBAAkB;CAqD9B;AApDC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;;iDACK;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACK;AAElB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gDACC;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wDACS;AAEtB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACK;AAElB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACQ;AAErB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACW;AApD1B,gDAqDC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomerDetails.js","sourceRoot":"","sources":["../../../../../../src/domain/model/customer-details/entities/CustomerDetails.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,eAAgB,SAAQ,eAAM;
|
|
1
|
+
{"version":3,"file":"CustomerDetails.js","sourceRoot":"","sources":["../../../../../../src/domain/model/customer-details/entities/CustomerDetails.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,eAAgB,SAAQ,eAAM;CA0B1C;AA1BD,0CA0BC"}
|
|
@@ -15,4 +15,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./CustomerDetails"), exports);
|
|
18
|
+
__exportStar(require("./Address"), exports);
|
|
18
19
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/customer-details/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/customer-details/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,4CAA0B"}
|
|
@@ -39,6 +39,7 @@ export * from './contact';
|
|
|
39
39
|
export * from './contactAddress';
|
|
40
40
|
export * from './contactCompany';
|
|
41
41
|
export * from './webhook';
|
|
42
|
+
export * from './prepare-transaction';
|
|
42
43
|
export * from './token-quoting';
|
|
43
44
|
export * from './fixed-currency';
|
|
44
45
|
export * from './invoice';
|
|
@@ -46,3 +47,4 @@ export * from './invoiceItem';
|
|
|
46
47
|
export * from './submit-invoice';
|
|
47
48
|
export * from './invoice-tx';
|
|
48
49
|
export * from './token-swap';
|
|
50
|
+
export * from './prepare-stream';
|
|
@@ -55,6 +55,7 @@ __exportStar(require("./contact"), exports);
|
|
|
55
55
|
__exportStar(require("./contactAddress"), exports);
|
|
56
56
|
__exportStar(require("./contactCompany"), exports);
|
|
57
57
|
__exportStar(require("./webhook"), exports);
|
|
58
|
+
__exportStar(require("./prepare-transaction"), exports);
|
|
58
59
|
__exportStar(require("./token-quoting"), exports);
|
|
59
60
|
__exportStar(require("./fixed-currency"), exports);
|
|
60
61
|
__exportStar(require("./invoice"), exports);
|
|
@@ -62,4 +63,5 @@ __exportStar(require("./invoiceItem"), exports);
|
|
|
62
63
|
__exportStar(require("./submit-invoice"), exports);
|
|
63
64
|
__exportStar(require("./invoice-tx"), exports);
|
|
64
65
|
__exportStar(require("./token-swap"), exports);
|
|
66
|
+
__exportStar(require("./prepare-stream"), exports);
|
|
65
67
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/model/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,yCAAuB;AACvB,yCAAuB;AACvB,2CAAyB;AACzB,2CAAyB;AACzB,qDAAmC;AACnC,qDAAmC;AACnC,mDAAiC;AACjC,6CAA2B;AAC3B,4CAA0B;AAC1B,2CAAyB;AACzB,+CAA6B;AAC7B,+CAA6B;AAC7B,4CAA0B;AAC1B,4CAA0B;AAC1B,kDAAgC;AAChC,oDAAkC;AAClC,6DAA2C;AAC3C,+CAA6B;AAC7B,0CAAwB;AACxB,yCAAuB;AACvB,wDAAsC;AACtC,4CAA0B;AAC1B,oDAAkC;AAClC,8CAA4B;AAC5B,iDAA+B;AAC/B,2CAAyB;AACzB,iDAA+B;AAC/B,oDAAkC;AAClC,+CAA6B;AAC7B,2CAAyB;AACzB,+CAA6B;AAC7B,uDAAqC;AACrC,mDAAiC;AACjC,4CAA0B;AAC1B,kDAAgC;AAChC,kDAAgC;AAChC,4CAA0B;AAC1B,mDAAiC;AACjC,mDAAiC;AACjC,4CAA0B;AAC1B,kDAAgC;AAChC,mDAAiC;AACjC,4CAA0B;AAC1B,gDAA8B;AAC9B,mDAAiC;AACjC,+CAA6B;AAC7B,+CAA6B"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/model/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,yCAAuB;AACvB,yCAAuB;AACvB,2CAAyB;AACzB,2CAAyB;AACzB,qDAAmC;AACnC,qDAAmC;AACnC,mDAAiC;AACjC,6CAA2B;AAC3B,4CAA0B;AAC1B,2CAAyB;AACzB,+CAA6B;AAC7B,+CAA6B;AAC7B,4CAA0B;AAC1B,4CAA0B;AAC1B,kDAAgC;AAChC,oDAAkC;AAClC,6DAA2C;AAC3C,+CAA6B;AAC7B,0CAAwB;AACxB,yCAAuB;AACvB,wDAAsC;AACtC,4CAA0B;AAC1B,oDAAkC;AAClC,8CAA4B;AAC5B,iDAA+B;AAC/B,2CAAyB;AACzB,iDAA+B;AAC/B,oDAAkC;AAClC,+CAA6B;AAC7B,2CAAyB;AACzB,+CAA6B;AAC7B,uDAAqC;AACrC,mDAAiC;AACjC,4CAA0B;AAC1B,kDAAgC;AAChC,kDAAgC;AAChC,4CAA0B;AAC1B,mDAAiC;AACjC,mDAAiC;AACjC,4CAA0B;AAC1B,wDAAsC;AACtC,kDAAgC;AAChC,mDAAiC;AACjC,4CAA0B;AAC1B,gDAA8B;AAC9B,mDAAiC;AACjC,+CAA6B;AAC7B,+CAA6B;AAC7B,mDAAiC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.CancelStreamPrepareDto = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
class CancelStreamPrepareDto {
|
|
15
|
+
}
|
|
16
|
+
__decorate([
|
|
17
|
+
(0, class_validator_1.IsString)(),
|
|
18
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
19
|
+
__metadata("design:type", String)
|
|
20
|
+
], CancelStreamPrepareDto.prototype, "id", void 0);
|
|
21
|
+
exports.CancelStreamPrepareDto = CancelStreamPrepareDto;
|
|
22
|
+
//# sourceMappingURL=cancelStreamPrepare.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cancelStreamPrepare.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-stream/dtos/cancelStreamPrepare.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,sBAAsB;CAIlC;AAHC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACF;AAHb,wDAIC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.CreateStreamPrepareDto = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const class_transformer_1 = require("class-transformer");
|
|
15
|
+
class CreateStreamPrepareDto {
|
|
16
|
+
}
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_validator_1.IsString)(),
|
|
19
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], CreateStreamPrepareDto.prototype, "paymentRequestId", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, class_validator_1.IsString)(),
|
|
24
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
25
|
+
__metadata("design:type", String)
|
|
26
|
+
], CreateStreamPrepareDto.prototype, "sender", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, class_validator_1.IsString)(),
|
|
29
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
30
|
+
__metadata("design:type", String)
|
|
31
|
+
], CreateStreamPrepareDto.prototype, "paymentAccount", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, class_validator_1.IsString)(),
|
|
34
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
35
|
+
__metadata("design:type", String)
|
|
36
|
+
], CreateStreamPrepareDto.prototype, "currency", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
39
|
+
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
40
|
+
__metadata("design:type", String)
|
|
41
|
+
], CreateStreamPrepareDto.prototype, "startedAt", void 0);
|
|
42
|
+
__decorate([
|
|
43
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
44
|
+
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
45
|
+
__metadata("design:type", String)
|
|
46
|
+
], CreateStreamPrepareDto.prototype, "endedAt", void 0);
|
|
47
|
+
__decorate([
|
|
48
|
+
(0, class_validator_1.IsNumber)(),
|
|
49
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
50
|
+
__metadata("design:type", Number)
|
|
51
|
+
], CreateStreamPrepareDto.prototype, "interval", void 0);
|
|
52
|
+
exports.CreateStreamPrepareDto = CreateStreamPrepareDto;
|
|
53
|
+
//# sourceMappingURL=createStreamPrepare.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createStreamPrepare.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-stream/dtos/createStreamPrepare.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiE;AACjE,yDAA8C;AAE9C,MAAa,sBAAsB;CA4BlC;AA3BC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gEACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8DACU;AAEvB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wDACI;AAEjB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;yDACtB;AAElB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;uDACxB;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wDACI;AA3BnB,wDA4BC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./createStreamPrepare.dto"), exports);
|
|
18
|
+
__exportStar(require("./cancelStreamPrepare.dto"), exports);
|
|
19
|
+
__exportStar(require("./withdrawStreamPrepare.dto"), exports);
|
|
20
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-stream/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4DAA0C;AAC1C,4DAA0C;AAC1C,8DAA4C"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.WithdrawStreamPrepareDto = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
class WithdrawStreamPrepareDto {
|
|
15
|
+
}
|
|
16
|
+
__decorate([
|
|
17
|
+
(0, class_validator_1.IsString)(),
|
|
18
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
19
|
+
__metadata("design:type", String)
|
|
20
|
+
], WithdrawStreamPrepareDto.prototype, "id", void 0);
|
|
21
|
+
exports.WithdrawStreamPrepareDto = WithdrawStreamPrepareDto;
|
|
22
|
+
//# sourceMappingURL=withdrawStreamPrepare.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"withdrawStreamPrepare.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-stream/dtos/withdrawStreamPrepare.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,wBAAwB;CAIpC;AAHC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACF;AAHb,4DAIC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TokenStreamPayload = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class TokenStreamPayload extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.TokenStreamPayload = TokenStreamPayload;
|
|
8
|
+
//# sourceMappingURL=TokenStreamPayload.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TokenStreamPayload.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-stream/entities/TokenStreamPayload.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,kBAAmB,SAAQ,eAAM;CAG7C;AAHD,gDAGC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './TokenStreamPayload';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./TokenStreamPayload"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-stream/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./dtos"), exports);
|
|
18
|
+
__exportStar(require("./entities"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/prepare-stream/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { PrepareTransactionDto } from './prepareTransaction.dto';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PrepareTransactionDto = void 0;
|
|
4
|
+
var prepareTransaction_dto_1 = require("./prepareTransaction.dto");
|
|
5
|
+
Object.defineProperty(exports, "PrepareTransactionDto", { enumerable: true, get: function () { return prepareTransaction_dto_1.PrepareTransactionDto; } });
|
|
6
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-transaction/dtos/index.ts"],"names":[],"mappings":";;;AAAA,mEAAiE;AAAxD,+HAAA,qBAAqB,OAAA"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.PrepareTransactionDto = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const class_transformer_1 = require("class-transformer");
|
|
15
|
+
class PrepareTransactionDto {
|
|
16
|
+
}
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_validator_1.IsString)(),
|
|
19
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], PrepareTransactionDto.prototype, "paymentRequestId", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, class_validator_1.IsString)(),
|
|
24
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
25
|
+
__metadata("design:type", String)
|
|
26
|
+
], PrepareTransactionDto.prototype, "sender", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, class_validator_1.IsString)(),
|
|
29
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
30
|
+
__metadata("design:type", String)
|
|
31
|
+
], PrepareTransactionDto.prototype, "currency", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, class_validator_1.IsOptional)(),
|
|
34
|
+
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
35
|
+
__metadata("design:type", String)
|
|
36
|
+
], PrepareTransactionDto.prototype, "amount", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, class_validator_1.IsNumber)(),
|
|
39
|
+
(0, class_validator_1.IsOptional)(),
|
|
40
|
+
__metadata("design:type", Number)
|
|
41
|
+
], PrepareTransactionDto.prototype, "quantity", void 0);
|
|
42
|
+
exports.PrepareTransactionDto = PrepareTransactionDto;
|
|
43
|
+
//# sourceMappingURL=prepareTransaction.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prepareTransaction.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-transaction/dtos/prepareTransaction.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA6E;AAC7E,yDAA8C;AAE9C,MAAa,qBAAqB;CAoBjC;AAnBC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+DACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qDACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACI;AAEjB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;qDACzB;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACI;AAnBnB,sDAoBC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PrepareTransaction = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class PrepareTransaction extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.PrepareTransaction = PrepareTransaction;
|
|
8
|
+
//# sourceMappingURL=PrepareTransaction.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PrepareTransaction.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-transaction/entities/PrepareTransaction.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,kBAAmB,SAAQ,eAAM;CAG7C;AAHD,gDAGC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TokenTransactionPayload = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class TokenTransactionPayload extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.TokenTransactionPayload = TokenTransactionPayload;
|
|
8
|
+
//# sourceMappingURL=TokenTransactionPayload.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TokenTransactionPayload.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-transaction/entities/TokenTransactionPayload.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,uBAAwB,SAAQ,eAAM;CAGlD;AAHD,0DAGC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./PrepareTransaction"), exports);
|
|
18
|
+
__exportStar(require("./TokenTransactionPayload"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-transaction/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,4DAA0C"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./dtos"), exports);
|
|
18
|
+
__exportStar(require("./entities"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/prepare-transaction/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReportItem.js","sourceRoot":"","sources":["../../../../../../src/domain/model/report/entities/ReportItem.ts"],"names":[],"mappings":";;;AAEA,MAAa,UAAU;
|
|
1
|
+
{"version":3,"file":"ReportItem.js","sourceRoot":"","sources":["../../../../../../src/domain/model/report/entities/ReportItem.ts"],"names":[],"mappings":";;;AAEA,MAAa,UAAU;CAgEtB;AAhED,gCAgEC"}
|
|
@@ -14,21 +14,11 @@ const class_validator_1 = require("class-validator");
|
|
|
14
14
|
const class_transformer_1 = require("class-transformer");
|
|
15
15
|
class CancelStreamBackendDto {
|
|
16
16
|
}
|
|
17
|
-
__decorate([
|
|
18
|
-
(0, class_validator_1.IsString)(),
|
|
19
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
20
|
-
__metadata("design:type", String)
|
|
21
|
-
], CancelStreamBackendDto.prototype, "id", void 0);
|
|
22
17
|
__decorate([
|
|
23
18
|
(0, class_validator_1.IsString)(),
|
|
24
19
|
(0, class_validator_1.IsNotEmpty)(),
|
|
25
20
|
__metadata("design:type", String)
|
|
26
21
|
], CancelStreamBackendDto.prototype, "signedTransaction", void 0);
|
|
27
|
-
__decorate([
|
|
28
|
-
(0, class_validator_1.IsString)(),
|
|
29
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
30
|
-
__metadata("design:type", String)
|
|
31
|
-
], CancelStreamBackendDto.prototype, "paymentRequestId", void 0);
|
|
32
22
|
__decorate([
|
|
33
23
|
(0, class_validator_1.IsNotEmpty)(),
|
|
34
24
|
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
@@ -36,8 +26,8 @@ __decorate([
|
|
|
36
26
|
], CancelStreamBackendDto.prototype, "canceledAt", void 0);
|
|
37
27
|
__decorate([
|
|
38
28
|
(0, class_validator_1.IsString)(),
|
|
39
|
-
(0, class_validator_1.
|
|
29
|
+
(0, class_validator_1.IsOptional)(),
|
|
40
30
|
__metadata("design:type", String)
|
|
41
|
-
], CancelStreamBackendDto.prototype, "
|
|
31
|
+
], CancelStreamBackendDto.prototype, "streamToken", void 0);
|
|
42
32
|
exports.CancelStreamBackendDto = CancelStreamBackendDto;
|
|
43
33
|
//# sourceMappingURL=cancelStreamBackend.dto.js.map
|