@heliofi/common 0.1.101 → 0.1.103
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/constants/fixedPriceTokens.js +5 -0
- package/dist/src/domain/constants/fixedPriceTokens.js.map +1 -1
- 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/Address.d.ts +6 -0
- package/dist/src/domain/model/customer-details/entities/Address.js +8 -0
- package/dist/src/domain/model/customer-details/entities/Address.js.map +1 -0
- 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 +3 -2
- package/dist/src/domain/model/index.js +3 -2
- package/dist/src/domain/model/index.js.map +1 -1
- package/dist/src/domain/model/invoice/dtos/createInvoice.dto.d.ts +2 -2
- 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/{prepare-transaction/dtos/prepareTransaction.dto.js → invoice-tx/dtos/createInvoiceTx.dto.js} +12 -19
- 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/{prepare-transaction/entities → invoice-tx/dtos}/index.js +1 -2
- 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/{prepare-stream/dtos/cancelStreamPrepare.dto.js → invoice-tx/entities/BaseInvoiceTx.js} +9 -9
- 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/{prepare-stream → invoice-tx}/index.d.ts +0 -0
- package/dist/src/domain/model/{prepare-stream → invoice-tx}/index.js +0 -0
- package/dist/src/domain/model/invoice-tx/index.js.map +1 -0
- package/dist/src/domain/model/invoiceItem/entities/InvoiceItem.entity.d.ts +5 -2
- package/dist/src/domain/model/invoiceItem/entities/InvoiceItem.entity.js +2 -1
- package/dist/src/domain/model/invoiceItem/entities/InvoiceItem.entity.js.map +1 -1
- package/dist/src/domain/model/payment-request/entities/BasePaymentRequest.d.ts +6 -4
- 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/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 +3 -1
- package/dist/src/domain/model/stream-backend/dtos/cancelStreamBackend.dto.js +12 -2
- 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 +2 -1
- package/dist/src/domain/model/stream-backend/dtos/createStreamBackend.dto.js +6 -1
- 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 +2 -1
- package/dist/src/domain/model/stream-backend/dtos/withdrawStreamBackend.dto.js +7 -2
- package/dist/src/domain/model/stream-backend/dtos/withdrawStreamBackend.dto.js.map +1 -1
- package/dist/src/domain/model/submit-invoice/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/submit-invoice/dtos/index.js +6 -0
- package/dist/src/domain/model/submit-invoice/dtos/index.js.map +1 -0
- package/dist/src/domain/model/submit-invoice/dtos/submitInvoice.dto.d.ts +10 -0
- package/dist/src/domain/model/{prepare-stream/dtos/createStreamPrepare.dto.js → submit-invoice/dtos/submitInvoice.dto.js} +21 -20
- package/dist/src/domain/model/submit-invoice/dtos/submitInvoice.dto.js.map +1 -0
- 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/{prepare-transaction → submit-invoice}/index.d.ts +0 -0
- package/dist/src/domain/model/{prepare-transaction → submit-invoice}/index.js +0 -0
- package/dist/src/domain/model/submit-invoice/index.js.map +1 -0
- package/dist/src/domain/model/submit-transaction/dtos/submitTransaction.dto.d.ts +0 -1
- package/dist/src/domain/model/submit-transaction/dtos/submitTransaction.dto.js +0 -6
- 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/{prepare-stream → token-swap}/entities/index.js +1 -1
- 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/src/domain/services/index.d.ts +0 -1
- package/dist/src/domain/services/index.js +0 -1
- package/dist/src/domain/services/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/src/domain/model/prepare-stream/dtos/cancelStreamPrepare.dto.d.ts +0 -3
- package/dist/src/domain/model/prepare-stream/dtos/cancelStreamPrepare.dto.js.map +0 -1
- package/dist/src/domain/model/prepare-stream/dtos/createStreamPrepare.dto.d.ts +0 -9
- package/dist/src/domain/model/prepare-stream/dtos/createStreamPrepare.dto.js.map +0 -1
- package/dist/src/domain/model/prepare-stream/dtos/index.d.ts +0 -3
- package/dist/src/domain/model/prepare-stream/dtos/index.js +0 -20
- package/dist/src/domain/model/prepare-stream/dtos/index.js.map +0 -1
- package/dist/src/domain/model/prepare-stream/dtos/withdrawStreamPrepare.dto.d.ts +0 -3
- package/dist/src/domain/model/prepare-stream/dtos/withdrawStreamPrepare.dto.js +0 -22
- package/dist/src/domain/model/prepare-stream/dtos/withdrawStreamPrepare.dto.js.map +0 -1
- package/dist/src/domain/model/prepare-stream/entities/TokenStreamPayload.d.ts +0 -5
- package/dist/src/domain/model/prepare-stream/entities/TokenStreamPayload.js +0 -8
- package/dist/src/domain/model/prepare-stream/entities/TokenStreamPayload.js.map +0 -1
- package/dist/src/domain/model/prepare-stream/entities/index.d.ts +0 -1
- package/dist/src/domain/model/prepare-stream/entities/index.js.map +0 -1
- package/dist/src/domain/model/prepare-stream/index.js.map +0 -1
- package/dist/src/domain/model/prepare-transaction/dtos/index.d.ts +0 -1
- package/dist/src/domain/model/prepare-transaction/dtos/index.js +0 -6
- package/dist/src/domain/model/prepare-transaction/dtos/index.js.map +0 -1
- package/dist/src/domain/model/prepare-transaction/dtos/prepareTransaction.dto.d.ts +0 -7
- package/dist/src/domain/model/prepare-transaction/dtos/prepareTransaction.dto.js.map +0 -1
- package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.d.ts +0 -5
- package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.js +0 -8
- package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.js.map +0 -1
- package/dist/src/domain/model/prepare-transaction/entities/TokenTransactionPayload.d.ts +0 -5
- package/dist/src/domain/model/prepare-transaction/entities/TokenTransactionPayload.js +0 -8
- package/dist/src/domain/model/prepare-transaction/entities/TokenTransactionPayload.js.map +0 -1
- package/dist/src/domain/model/prepare-transaction/entities/index.d.ts +0 -2
- package/dist/src/domain/model/prepare-transaction/entities/index.js.map +0 -1
- package/dist/src/domain/model/prepare-transaction/index.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@heliofi/common",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.103",
|
|
5
5
|
"description": "Common package",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
"ts-loader": "^9.3.1",
|
|
23
23
|
"typescript": "^4.8.2"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "ee579e4ff69e867b8d356e21e1cafa21ffba0428"
|
|
26
26
|
}
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,20 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-stream/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4DAA0C;AAC1C,4DAA0C;AAC1C,8DAA4C"}
|
|
@@ -1,22 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,8 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './TokenStreamPayload';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-stream/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/prepare-stream/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { PrepareTransactionDto } from './prepareTransaction.dto';
|
|
@@ -1,6 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-transaction/dtos/index.ts"],"names":[],"mappings":";;;AAAA,mEAAiE;AAAxD,+HAAA,qBAAqB,OAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,8 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,8 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-transaction/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,4DAA0C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/prepare-transaction/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B"}
|