@heliofi/common 0.1.97 → 0.1.99
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/index.d.ts +3 -0
- package/dist/src/domain/model/index.js +3 -0
- package/dist/src/domain/model/index.js.map +1 -1
- package/dist/src/domain/model/invoice/dtos/createInvoice.dto.d.ts +1 -1
- package/dist/src/domain/model/invoice/dtos/createInvoice.dto.js +4 -2
- package/dist/src/domain/model/invoice/dtos/createInvoice.dto.js.map +1 -1
- package/dist/src/domain/model/invoice/dtos/updateInvoice.dto.d.ts +1 -1
- package/dist/src/domain/model/invoice/dtos/updateInvoice.dto.js +3 -1
- package/dist/src/domain/model/invoice/dtos/updateInvoice.dto.js.map +1 -1
- package/dist/src/domain/model/invoice-tx/dtos/createInvoiceTx.dto.d.ts +6 -0
- package/dist/src/domain/model/invoice-tx/dtos/createInvoiceTx.dto.js +36 -0
- package/dist/src/domain/model/invoice-tx/dtos/createInvoiceTx.dto.js.map +1 -0
- package/dist/src/domain/model/invoice-tx/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/invoice-tx/dtos/index.js +18 -0
- package/dist/src/domain/model/invoice-tx/dtos/index.js.map +1 -0
- package/dist/src/domain/model/invoice-tx/entities/BaseInvoiceTx.d.ts +8 -0
- package/dist/src/domain/model/invoice-tx/entities/BaseInvoiceTx.js +22 -0
- package/dist/src/domain/model/invoice-tx/entities/BaseInvoiceTx.js.map +1 -0
- package/dist/src/domain/model/invoice-tx/entities/InvoiceTx.d.ts +7 -0
- package/dist/src/domain/model/invoice-tx/entities/InvoiceTx.js +8 -0
- package/dist/src/domain/model/invoice-tx/entities/InvoiceTx.js.map +1 -0
- package/dist/src/domain/model/invoice-tx/entities/index.d.ts +2 -0
- package/dist/src/domain/model/invoice-tx/entities/index.js +19 -0
- package/dist/src/domain/model/invoice-tx/entities/index.js.map +1 -0
- package/dist/src/domain/model/invoice-tx/index.d.ts +2 -0
- package/dist/src/domain/model/invoice-tx/index.js +19 -0
- package/dist/src/domain/model/invoice-tx/index.js.map +1 -0
- package/dist/src/domain/model/payment-request/entities/BasePaymentRequest.d.ts +2 -0
- package/dist/src/domain/model/payment-request/entities/BasePaymentRequest.js.map +1 -1
- package/dist/src/domain/model/payment-request/entities/PaymentRequestType.d.ts +2 -1
- package/dist/src/domain/model/payment-request/entities/PaymentRequestType.js +1 -0
- package/dist/src/domain/model/payment-request/entities/PaymentRequestType.js.map +1 -1
- package/dist/src/domain/model/paystream/dtos/createPaystream.dto.d.ts +2 -0
- package/dist/src/domain/model/paystream/dtos/createPaystream.dto.js +6 -0
- package/dist/src/domain/model/paystream/dtos/createPaystream.dto.js.map +1 -1
- package/dist/src/domain/model/paystream/dtos/updatePaystream.dto.d.ts +2 -0
- package/dist/src/domain/model/paystream/dtos/updatePaystream.dto.js +6 -0
- package/dist/src/domain/model/paystream/dtos/updatePaystream.dto.js.map +1 -1
- package/dist/src/domain/model/stream-backend/dtos/createStreamBackend.dto.d.ts +1 -0
- package/dist/src/domain/model/stream-backend/dtos/createStreamBackend.dto.js +5 -0
- package/dist/src/domain/model/stream-backend/dtos/createStreamBackend.dto.js.map +1 -1
- package/dist/src/domain/model/submit-invoice/dtos/submitInvoice.dto.d.ts +1 -0
- package/dist/src/domain/model/submit-invoice/dtos/submitInvoice.dto.js +5 -0
- package/dist/src/domain/model/submit-invoice/dtos/submitInvoice.dto.js.map +1 -1
- package/dist/src/domain/model/submit-invoice/entities/SuccessfulInvoicePayment.d.ts +3 -0
- package/dist/src/domain/model/submit-invoice/entities/SuccessfulInvoicePayment.js +3 -0
- package/dist/src/domain/model/submit-invoice/entities/SuccessfulInvoicePayment.js.map +1 -0
- package/dist/src/domain/model/submit-invoice/entities/index.d.ts +1 -0
- package/dist/src/domain/model/submit-invoice/entities/index.js +18 -0
- package/dist/src/domain/model/submit-invoice/entities/index.js.map +1 -0
- package/dist/src/domain/model/submit-invoice/index.d.ts +1 -0
- package/dist/src/domain/model/submit-invoice/index.js +1 -0
- package/dist/src/domain/model/submit-invoice/index.js.map +1 -1
- package/dist/src/domain/model/submit-transaction/dtos/submitTransaction.dto.js +0 -1
- package/dist/src/domain/model/submit-transaction/dtos/submitTransaction.dto.js.map +1 -1
- package/dist/src/domain/model/token-swap/entities/SwapRouteToken.d.ts +4 -0
- package/dist/src/domain/model/token-swap/entities/SwapRouteToken.js +8 -0
- package/dist/src/domain/model/token-swap/entities/SwapRouteToken.js.map +1 -0
- package/dist/src/domain/model/token-swap/entities/index.d.ts +1 -0
- package/dist/src/domain/model/token-swap/entities/index.js +18 -0
- package/dist/src/domain/model/token-swap/entities/index.js.map +1 -0
- package/dist/src/domain/model/token-swap/index.d.ts +1 -0
- package/dist/src/domain/model/token-swap/index.js +18 -0
- package/dist/src/domain/model/token-swap/index.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -59,4 +59,7 @@ __exportStar(require("./token-quoting"), exports);
|
|
|
59
59
|
__exportStar(require("./fixed-currency"), exports);
|
|
60
60
|
__exportStar(require("./invoice"), exports);
|
|
61
61
|
__exportStar(require("./invoiceItem"), exports);
|
|
62
|
+
__exportStar(require("./submit-invoice"), exports);
|
|
63
|
+
__exportStar(require("./invoice-tx"), exports);
|
|
64
|
+
__exportStar(require("./token-swap"), exports);
|
|
62
65
|
//# 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"}
|
|
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"}
|
|
@@ -24,12 +24,14 @@ __decorate([
|
|
|
24
24
|
(0, class_transformer_1.Type)(() => Date),
|
|
25
25
|
(0, class_validator_1.IsDate)(),
|
|
26
26
|
(0, class_validator_1.IsNotEmpty)(),
|
|
27
|
+
(0, class_validator_1.MinDate)(new Date()),
|
|
27
28
|
__metadata("design:type", Date)
|
|
28
29
|
], CreateInvoiceDto.prototype, "dueDate", void 0);
|
|
29
30
|
__decorate([
|
|
30
31
|
(0, class_transformer_1.Type)(() => Date),
|
|
31
32
|
(0, class_validator_1.IsDate)(),
|
|
32
33
|
(0, class_validator_1.IsNotEmpty)(),
|
|
34
|
+
(0, class_validator_1.MinDate)(new Date()),
|
|
33
35
|
__metadata("design:type", Date)
|
|
34
36
|
], CreateInvoiceDto.prototype, "date", void 0);
|
|
35
37
|
__decorate([
|
|
@@ -38,14 +40,14 @@ __decorate([
|
|
|
38
40
|
__metadata("design:type", String)
|
|
39
41
|
], CreateInvoiceDto.prototype, "currency", void 0);
|
|
40
42
|
__decorate([
|
|
41
|
-
(0, class_validator_1.
|
|
43
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
42
44
|
(0, class_transformer_1.Type)(() => invoiceItem_1.InvoiceItemDto),
|
|
43
45
|
(0, class_validator_1.ValidateNested)({ each: true }),
|
|
44
46
|
__metadata("design:type", Array)
|
|
45
47
|
], CreateInvoiceDto.prototype, "items", void 0);
|
|
46
48
|
__decorate([
|
|
47
49
|
(0, class_validator_1.IsNumber)(),
|
|
48
|
-
(0, class_validator_1.
|
|
50
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
49
51
|
__metadata("design:type", Number)
|
|
50
52
|
], CreateInvoiceDto.prototype, "invoiceNumber", void 0);
|
|
51
53
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createInvoice.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/invoice/dtos/createInvoice.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"createInvoice.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/invoice/dtos/createInvoice.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAQyB;AACzB,yDAAyC;AACzC,mDAAmD;AAEnD,MAAa,gBAAgB;CAqC5B;AApCC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACG;AAEhB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,IAAI,CAAC;IAChB,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,EAAC,IAAI,IAAI,EAAE,CAAC;8BACX,IAAI;iDAAC;AAEd;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,IAAI,CAAC;IAChB,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,EAAC,IAAI,IAAI,EAAE,CAAC;8BACd,IAAI;8CAAC;AAEX;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACI;AAEjB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,4BAAc,CAAC;IAC1B,IAAA,gCAAc,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;+CACP;AAExB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACU;AAEvB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;qDACU;AAErB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACU;AApCzB,4CAqCC"}
|
|
@@ -24,12 +24,14 @@ __decorate([
|
|
|
24
24
|
(0, class_transformer_1.Type)(() => Date),
|
|
25
25
|
(0, class_validator_1.IsDate)(),
|
|
26
26
|
(0, class_validator_1.IsOptional)(),
|
|
27
|
+
(0, class_validator_1.MinDate)(new Date()),
|
|
27
28
|
__metadata("design:type", Date)
|
|
28
29
|
], UpdateInvoiceDto.prototype, "dueDate", void 0);
|
|
29
30
|
__decorate([
|
|
30
31
|
(0, class_transformer_1.Type)(() => Date),
|
|
31
32
|
(0, class_validator_1.IsDate)(),
|
|
32
33
|
(0, class_validator_1.IsOptional)(),
|
|
34
|
+
(0, class_validator_1.MinDate)(new Date()),
|
|
33
35
|
__metadata("design:type", Date)
|
|
34
36
|
], UpdateInvoiceDto.prototype, "date", void 0);
|
|
35
37
|
__decorate([
|
|
@@ -39,7 +41,7 @@ __decorate([
|
|
|
39
41
|
], UpdateInvoiceDto.prototype, "currency", void 0);
|
|
40
42
|
__decorate([
|
|
41
43
|
(0, class_validator_1.IsNumber)(),
|
|
42
|
-
(0, class_validator_1.
|
|
44
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
43
45
|
__metadata("design:type", Number)
|
|
44
46
|
], UpdateInvoiceDto.prototype, "invoiceNumber", void 0);
|
|
45
47
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateInvoice.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/invoice/dtos/updateInvoice.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"updateInvoice.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/invoice/dtos/updateInvoice.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAQyB;AACzB,yDAAyC;AACzC,mDAAmD;AAEnD,MAAa,gBAAgB;CAqC5B;AApCC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACG;AAEhB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,IAAI,CAAC;IAChB,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,EAAC,IAAI,IAAI,EAAE,CAAC;8BACX,IAAI;iDAAC;AAEd;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,IAAI,CAAC;IAChB,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,EAAC,IAAI,IAAI,EAAE,CAAC;8BACd,IAAI;8CAAC;AAEX;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACS;AAEtB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;qDACU;AAErB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACU;AAEvB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,4BAAc,CAAC;IAC1B,IAAA,gCAAc,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;+CACN;AApC3B,4CAqCC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
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.CreateInvoiceTxDto = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
const transaction_meta_1 = require("../../transaction-meta");
|
|
16
|
+
class CreateInvoiceTxDto {
|
|
17
|
+
}
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, class_validator_1.IsString)(),
|
|
20
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
21
|
+
(0, class_transformer_1.Type)(() => transaction_meta_1.CreateTransactionMetaDto),
|
|
22
|
+
(0, class_validator_1.ValidateNested)(),
|
|
23
|
+
__metadata("design:type", transaction_meta_1.CreateTransactionMetaDto)
|
|
24
|
+
], CreateInvoiceTxDto.prototype, "meta", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, class_validator_1.IsString)(),
|
|
27
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
28
|
+
__metadata("design:type", String)
|
|
29
|
+
], CreateInvoiceTxDto.prototype, "invoice", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, class_validator_1.IsOptional)(),
|
|
32
|
+
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
33
|
+
__metadata("design:type", String)
|
|
34
|
+
], CreateInvoiceTxDto.prototype, "fee", void 0);
|
|
35
|
+
exports.CreateInvoiceTxDto = CreateInvoiceTxDto;
|
|
36
|
+
//# sourceMappingURL=createInvoiceTx.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createInvoiceTx.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/invoice-tx/dtos/createInvoiceTx.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAoD;AACpD,qDAKyB;AACzB,6DAAkE;AAElE,MAAa,kBAAkB;CAc9B;AAbC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,2CAAwB,CAAC;IACpC,IAAA,gCAAc,GAAE;8BACX,2CAAwB;gDAAC;AAE/B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACG;AAEhB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;+CAC3B;AAbf,gDAcC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './createInvoiceTx.dto';
|
|
@@ -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("./createInvoiceTx.dto"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/invoice-tx/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC"}
|
|
@@ -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.BaseInvoiceTx = void 0;
|
|
13
|
+
const entity_1 = require("../../entity");
|
|
14
|
+
const class_transformer_1 = require("class-transformer");
|
|
15
|
+
class BaseInvoiceTx extends entity_1.Entity {
|
|
16
|
+
}
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
19
|
+
__metadata("design:type", BigInt)
|
|
20
|
+
], BaseInvoiceTx.prototype, "fee", void 0);
|
|
21
|
+
exports.BaseInvoiceTx = BaseInvoiceTx;
|
|
22
|
+
//# sourceMappingURL=BaseInvoiceTx.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseInvoiceTx.js","sourceRoot":"","sources":["../../../../../../src/domain/model/invoice-tx/entities/BaseInvoiceTx.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAAsC;AAEtC,yDAA8C;AAE9C,MAAa,aAAc,SAAQ,eAAM;CASxC;AANC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;0CAC3B;AAJf,sCASC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.InvoiceTx = void 0;
|
|
4
|
+
const BaseInvoiceTx_1 = require("./BaseInvoiceTx");
|
|
5
|
+
class InvoiceTx extends BaseInvoiceTx_1.BaseInvoiceTx {
|
|
6
|
+
}
|
|
7
|
+
exports.InvoiceTx = InvoiceTx;
|
|
8
|
+
//# sourceMappingURL=InvoiceTx.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InvoiceTx.js","sourceRoot":"","sources":["../../../../../../src/domain/model/invoice-tx/entities/InvoiceTx.ts"],"names":[],"mappings":";;;AACA,mDAAgD;AAGhD,MAAa,SAAU,SAAQ,6BAAa;CAI3C;AAJD,8BAIC"}
|
|
@@ -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("./InvoiceTx"), exports);
|
|
18
|
+
__exportStar(require("./BaseInvoiceTx"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/invoice-tx/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,kDAAgC"}
|
|
@@ -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/invoice-tx/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Entity } from '../../entity';
|
|
2
|
+
import { FixedCurrency } from '../../fixed-currency';
|
|
2
3
|
export declare class BasePaymentRequest extends Entity {
|
|
3
4
|
id: string;
|
|
4
5
|
name: string;
|
|
@@ -14,4 +15,5 @@ export declare class BasePaymentRequest extends Entity {
|
|
|
14
15
|
updatedAt?: string;
|
|
15
16
|
dynamic?: boolean;
|
|
16
17
|
nftCollectionAddress?: string;
|
|
18
|
+
fixedCurrency?: FixedCurrency;
|
|
17
19
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BasePaymentRequest.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/entities/BasePaymentRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAAsC;AACtC,yDAA8C;
|
|
1
|
+
{"version":3,"file":"BasePaymentRequest.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/entities/BasePaymentRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAAsC;AACtC,yDAA8C;AAG9C,MAAa,kBAAmB,SAAQ,eAAM;CA+B7C;AAtBC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;2DAChB;AAV1B,gDA+BC"}
|
|
@@ -5,5 +5,6 @@ var PaymentRequestType;
|
|
|
5
5
|
(function (PaymentRequestType) {
|
|
6
6
|
PaymentRequestType["PAYLINK"] = "PAYLINK";
|
|
7
7
|
PaymentRequestType["PAYSTREAM"] = "PAYSTREAM";
|
|
8
|
+
PaymentRequestType["INVOICE"] = "INVOICE";
|
|
8
9
|
})(PaymentRequestType = exports.PaymentRequestType || (exports.PaymentRequestType = {}));
|
|
9
10
|
//# sourceMappingURL=PaymentRequestType.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PaymentRequestType.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/entities/PaymentRequestType.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"PaymentRequestType.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/entities/PaymentRequestType.ts"],"names":[],"mappings":";;;AAAA,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,yCAAmB,CAAA;IACnB,6CAAuB,CAAA;IACvB,yCAAmB,CAAA;AACrB,CAAC,EAJW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAI7B"}
|
|
@@ -2,6 +2,7 @@ import { StreamFeaturesDto } from '../../stream-features';
|
|
|
2
2
|
import { IntervalType } from '../entities';
|
|
3
3
|
import { ProductDto } from '../../product';
|
|
4
4
|
import { ContentDto } from '../../content';
|
|
5
|
+
import { FixedCurrencyDto } from '../../fixed-currency';
|
|
5
6
|
export declare class CreatePaystreamDto {
|
|
6
7
|
company: string;
|
|
7
8
|
name: string;
|
|
@@ -22,4 +23,5 @@ export declare class CreatePaystreamDto {
|
|
|
22
23
|
dynamic?: boolean;
|
|
23
24
|
product?: ProductDto | null;
|
|
24
25
|
nftCollectionAddress?: string;
|
|
26
|
+
fixedCurrency?: FixedCurrencyDto;
|
|
25
27
|
}
|
|
@@ -16,6 +16,7 @@ const stream_features_1 = require("../../stream-features");
|
|
|
16
16
|
const entities_1 = require("../entities");
|
|
17
17
|
const product_1 = require("../../product");
|
|
18
18
|
const content_1 = require("../../content");
|
|
19
|
+
const fixed_currency_1 = require("../../fixed-currency");
|
|
19
20
|
class CreatePaystreamDto {
|
|
20
21
|
constructor() {
|
|
21
22
|
this.notifySenderByEmail = false;
|
|
@@ -121,5 +122,10 @@ __decorate([
|
|
|
121
122
|
(0, class_validator_1.IsOptional)(),
|
|
122
123
|
__metadata("design:type", String)
|
|
123
124
|
], CreatePaystreamDto.prototype, "nftCollectionAddress", void 0);
|
|
125
|
+
__decorate([
|
|
126
|
+
(0, class_transformer_1.Type)(() => fixed_currency_1.FixedCurrencyDto),
|
|
127
|
+
(0, class_validator_1.IsOptional)(),
|
|
128
|
+
__metadata("design:type", fixed_currency_1.FixedCurrencyDto)
|
|
129
|
+
], CreatePaystreamDto.prototype, "fixedCurrency", void 0);
|
|
124
130
|
exports.CreatePaystreamDto = CreatePaystreamDto;
|
|
125
131
|
//# sourceMappingURL=createPaystream.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createPaystream.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream/dtos/createPaystream.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAQyB;AACzB,yDAAoD;AACpD,2DAA0D;AAC1D,0CAA2C;AAC3C,2CAA2C;AAC3C,2CAA2C;
|
|
1
|
+
{"version":3,"file":"createPaystream.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream/dtos/createPaystream.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAQyB;AACzB,yDAAoD;AACpD,2DAA0D;AAC1D,0CAA2C;AAC3C,2CAA2C;AAC3C,2CAA2C;AAC3C,yDAAwD;AAExD,MAAa,kBAAkB;IAA/B;QAuBE,wBAAmB,GAAa,KAAK,CAAC;QAItC,0BAAqB,GAAa,KAAK,CAAC;QAIxC,mBAAc,GAAa,KAAK,CAAC;IAoDnC,CAAC;CAAA;AAlFC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gDACA;AAEb;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACQ;AAErB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACE;AAEf;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;2DACf;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACyB;AAEtC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;iEAC2B;AAExC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;0DACoB;AAEjC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACK;AAElB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;oDACM;AAEnB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACE;AAEf;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,oBAAU,CAAC;IACtB,IAAA,gCAAc,GAAE;8BACP,oBAAU;mDAAC;AAErB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,mCAAiB,CAAC;IAC7B,IAAA,gCAAc,GAAE;8BACN,mCAAiB;oDAAC;AAE7B;IAAC,IAAA,wBAAM,EAAC,uBAAY,CAAC;IACpB,IAAA,4BAAU,GAAE;;oDACU;AAEvB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACY;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;mDACK;AAElB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,oBAAU,CAAC;IACtB,IAAA,gCAAc,GAAE;8BACP,oBAAU;mDAAQ;AAE5B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gEACiB;AAE9B;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,iCAAgB,CAAC;IAC5B,IAAA,4BAAU,GAAE;8BACG,iCAAgB;yDAAC;AAlFnC,gDAmFC"}
|
|
@@ -2,6 +2,7 @@ import { StreamFeaturesDto } from '../../stream-features';
|
|
|
2
2
|
import { ProductDto } from '../../product';
|
|
3
3
|
import { ContentDto } from '../../content';
|
|
4
4
|
import { IntervalType } from '../entities';
|
|
5
|
+
import { FixedCurrencyDto } from '../../fixed-currency';
|
|
5
6
|
export declare class UpdatePaystreamDto {
|
|
6
7
|
company?: string;
|
|
7
8
|
name?: string;
|
|
@@ -21,4 +22,5 @@ export declare class UpdatePaystreamDto {
|
|
|
21
22
|
maxTransactions?: number;
|
|
22
23
|
product?: ProductDto | null;
|
|
23
24
|
nftCollectionAddress?: string;
|
|
25
|
+
fixedCurrency?: FixedCurrencyDto;
|
|
24
26
|
}
|
|
@@ -16,6 +16,7 @@ const stream_features_1 = require("../../stream-features");
|
|
|
16
16
|
const product_1 = require("../../product");
|
|
17
17
|
const content_1 = require("../../content");
|
|
18
18
|
const entities_1 = require("../entities");
|
|
19
|
+
const fixed_currency_1 = require("../../fixed-currency");
|
|
19
20
|
class UpdatePaystreamDto {
|
|
20
21
|
}
|
|
21
22
|
__decorate([
|
|
@@ -111,5 +112,10 @@ __decorate([
|
|
|
111
112
|
(0, class_validator_1.IsOptional)(),
|
|
112
113
|
__metadata("design:type", String)
|
|
113
114
|
], UpdatePaystreamDto.prototype, "nftCollectionAddress", void 0);
|
|
115
|
+
__decorate([
|
|
116
|
+
(0, class_transformer_1.Type)(() => fixed_currency_1.FixedCurrencyDto),
|
|
117
|
+
(0, class_validator_1.IsOptional)(),
|
|
118
|
+
__metadata("design:type", fixed_currency_1.FixedCurrencyDto)
|
|
119
|
+
], UpdatePaystreamDto.prototype, "fixedCurrency", void 0);
|
|
114
120
|
exports.UpdatePaystreamDto = UpdatePaystreamDto;
|
|
115
121
|
//# sourceMappingURL=updatePaystream.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updatePaystream.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream/dtos/updatePaystream.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAOyB;AACzB,yDAAoD;AACpD,2DAA0D;AAC1D,2CAA2C;AAC3C,2CAA2C;AAC3C,0CAA2C;
|
|
1
|
+
{"version":3,"file":"updatePaystream.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream/dtos/updatePaystream.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAOyB;AACzB,yDAAoD;AACpD,2DAA0D;AAC1D,2CAA2C;AAC3C,2CAA2C;AAC3C,0CAA2C;AAC3C,yDAAwD;AAExD,MAAa,kBAAkB;CA+E9B;AA9EC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gDACC;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACQ;AAErB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACE;AAEf;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACvC,IAAA,4BAAU,GAAE;;2DACY;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACiB;AAE9B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;iEACmB;AAEhC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;0DACY;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;oDACM;AAEnB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACG;AAEhB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;mDACK;AAElB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,oBAAU,CAAC;IACtB,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;8BACP,oBAAU;mDAAC;AAErB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,mCAAiB,CAAC;IAC7B,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;8BACN,mCAAiB;oDAAC;AAE7B;IAAC,IAAA,wBAAM,EAAC,uBAAY,CAAC;IACpB,IAAA,4BAAU,GAAE;;oDACW;AAExB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACY;AAEzB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,oBAAU,CAAC;IACtB,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;8BACP,oBAAU;mDAAQ;AAE5B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gEACiB;AAE9B;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,iCAAgB,CAAC;IAC5B,IAAA,4BAAU,GAAE;8BACG,iCAAgB;yDAAC;AA9EnC,gDA+EC"}
|
|
@@ -43,5 +43,10 @@ __decorate([
|
|
|
43
43
|
(0, class_validator_1.ValidateNested)(),
|
|
44
44
|
__metadata("design:type", product_details_1.ProductDetailsDto)
|
|
45
45
|
], CreateStreamBackendDto.prototype, "productDetails", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
(0, class_validator_1.IsString)(),
|
|
48
|
+
(0, class_validator_1.IsOptional)(),
|
|
49
|
+
__metadata("design:type", String)
|
|
50
|
+
], CreateStreamBackendDto.prototype, "rateToken", void 0);
|
|
46
51
|
exports.CreateStreamBackendDto = CreateStreamBackendDto;
|
|
47
52
|
//# sourceMappingURL=createStreamBackend.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createStreamBackend.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/stream-backend/dtos/createStreamBackend.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAKyB;AACzB,yDAAyC;AACzC,6DAA4D;AAC5D,2DAA0D;AAE1D,MAAa,sBAAsB;
|
|
1
|
+
{"version":3,"file":"createStreamBackend.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/stream-backend/dtos/createStreamBackend.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAKyB;AACzB,yDAAyC;AACzC,6DAA4D;AAC5D,2DAA0D;AAE1D,MAAa,sBAAsB;CA0BlC;AAzBC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iEACa;AAE1B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gEACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wDACI;AAEjB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,qCAAkB,CAAC;IAC9B,IAAA,gCAAc,GAAE;8BACA,qCAAkB;+DAAC;AAEpC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,mCAAiB,CAAC;IAC7B,IAAA,gCAAc,GAAE;8BACD,mCAAiB;8DAAC;AAElC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;yDACM;AAzBrB,wDA0BC"}
|
|
@@ -35,6 +35,11 @@ __decorate([
|
|
|
35
35
|
(0, class_validator_1.IsOptional)(),
|
|
36
36
|
__metadata("design:type", String)
|
|
37
37
|
], SubmitInvoiceDto.prototype, "time", void 0);
|
|
38
|
+
__decorate([
|
|
39
|
+
(0, class_validator_1.IsString)(),
|
|
40
|
+
(0, class_validator_1.IsOptional)(),
|
|
41
|
+
__metadata("design:type", String)
|
|
42
|
+
], SubmitInvoiceDto.prototype, "blockchain", void 0);
|
|
38
43
|
__decorate([
|
|
39
44
|
(0, class_transformer_1.Type)(() => fixed_currency_1.FixedCurrencyDto),
|
|
40
45
|
(0, class_validator_1.IsOptional)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"submitInvoice.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/submit-invoice/dtos/submitInvoice.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAmE;AACnE,yDAAyC;AACzC,yDAAwD;AAExD,MAAa,gBAAgB;
|
|
1
|
+
{"version":3,"file":"submitInvoice.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/submit-invoice/dtos/submitInvoice.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAmE;AACnE,yDAAyC;AACzC,yDAAwD;AAExD,MAAa,gBAAgB;CA4B5B;AA3BC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACa;AAE1B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8CACC;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACO;AAEpB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,iCAAgB,CAAC;IAC5B,IAAA,4BAAU,GAAE;8BACG,iCAAgB;uDAAC;AAEjC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACM;AA3BrB,4CA4BC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SuccessfulInvoicePayment.js","sourceRoot":"","sources":["../../../../../../src/domain/model/submit-invoice/entities/SuccessfulInvoicePayment.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './SuccessfulInvoicePayment';
|
|
@@ -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("./SuccessfulInvoicePayment"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/submit-invoice/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6DAA2C"}
|
|
@@ -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("./dtos"), exports);
|
|
18
|
+
__exportStar(require("./entities"), exports);
|
|
18
19
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/submit-invoice/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/submit-invoice/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B"}
|
|
@@ -40,7 +40,6 @@ __decorate([
|
|
|
40
40
|
], SubmitTransactionDto.prototype, "currency", void 0);
|
|
41
41
|
__decorate([
|
|
42
42
|
(0, class_validator_1.IsString)(),
|
|
43
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
44
43
|
(0, class_validator_1.IsOptional)(),
|
|
45
44
|
__metadata("design:type", String)
|
|
46
45
|
], SubmitTransactionDto.prototype, "time", void 0);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"submitTransaction.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/submit-transaction/dtos/submitTransaction.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAQyB;AACzB,yDAAyC;AACzC,6DAA4D;AAC5D,2DAA0D;AAC1D,uDAAqD;AACrD,yDAAwD;AAExD,MAAa,oBAAoB;
|
|
1
|
+
{"version":3,"file":"submitTransaction.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/submit-transaction/dtos/submitTransaction.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAQyB;AACzB,yDAAyC;AACzC,6DAA4D;AAC5D,2DAA0D;AAC1D,uDAAqD;AACrD,yDAAwD;AAExD,MAAa,oBAAoB;CAgDhC;AA/CC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+DACa;AAE1B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8DACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACC;AAEd;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,qCAAkB,CAAC;IAC9B,IAAA,gCAAc,GAAE;IAChB,IAAA,4BAAU,GAAE;8BACK,qCAAkB;6DAAC;AAErC;IAAC,IAAA,kCAAgB,GAAE;IAClB,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,mCAAiB,CAAC;IAC7B,IAAA,gCAAc,GAAE;IAChB,IAAA,4BAAU,GAAE;8BACI,mCAAiB;4DAAC;AAEnC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;0DACU;AAEvB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,8BAAc,CAAC;IAC1B,IAAA,gCAAc,GAAE;IAChB,IAAA,4BAAU,GAAE;;0DACmB;AAEhC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,iCAAgB,CAAC;IAC5B,IAAA,4BAAU,GAAE;8BACG,iCAAgB;2DAAC;AAEjC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACM;AA/CrB,oDAgDC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SwapRouteToken = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class SwapRouteToken extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.SwapRouteToken = SwapRouteToken;
|
|
8
|
+
//# sourceMappingURL=SwapRouteToken.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SwapRouteToken.js","sourceRoot":"","sources":["../../../../../../src/domain/model/token-swap/entities/SwapRouteToken.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,cAAe,SAAQ,eAAM;CAEzC;AAFD,wCAEC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './SwapRouteToken';
|