@plutonlabs/sdk 0.0.44-beta → 0.0.46-beta
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/common/enums/index.d.ts +1 -1
- package/dist/common/enums/index.d.ts.map +1 -1
- package/dist/common/enums/index.js +1 -1
- package/dist/common/enums/index.js.map +1 -1
- package/dist/common/index.d.ts +0 -1
- package/dist/common/index.d.ts.map +1 -1
- package/dist/common/index.js +0 -1
- package/dist/common/index.js.map +1 -1
- package/dist/index.d.ts +0 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +0 -10
- package/dist/index.js.map +1 -1
- package/dist/modules/chainsync/domain/dto/chain_transaction.dto.d.ts +27 -27
- package/dist/modules/chainsync/domain/dto/chain_transaction.dto.d.ts.map +1 -1
- package/dist/modules/chainsync/domain/dto/chain_transaction.dto.js +7 -0
- package/dist/modules/chainsync/domain/dto/chain_transaction.dto.js.map +1 -1
- package/dist/modules/chainsync/domain/dto/index.d.ts +0 -1
- package/dist/modules/chainsync/domain/dto/index.d.ts.map +1 -1
- package/dist/modules/chainsync/domain/dto/index.js +0 -1
- package/dist/modules/chainsync/domain/dto/index.js.map +1 -1
- package/dist/modules/index.d.ts +1 -0
- package/dist/modules/index.d.ts.map +1 -1
- package/dist/modules/index.js +1 -0
- package/dist/modules/index.js.map +1 -1
- package/dist/modules/network/domain/dto/index.d.ts +0 -2
- package/dist/modules/network/domain/dto/index.d.ts.map +1 -1
- package/dist/modules/network/domain/dto/index.js +0 -2
- package/dist/modules/network/domain/dto/index.js.map +1 -1
- package/dist/modules/quote/domain/dto/affiliate/claim_affiliate_signature_request.dto.js +2 -2
- package/dist/modules/quote/domain/dto/affiliate/claim_affiliate_signature_request.dto.js.map +1 -1
- package/dist/modules/quote/domain/dto/affiliate/claim_affiliate_signature_response.dto.js +2 -2
- package/dist/modules/quote/domain/dto/affiliate/claim_affiliate_signature_response.dto.js.map +1 -1
- package/dist/modules/quote/domain/dto/affiliate/create_claim_affiliate_request.dto.js +2 -2
- package/dist/modules/quote/domain/dto/affiliate/create_claim_affiliate_request.dto.js.map +1 -1
- package/dist/modules/quote/domain/dto/affiliate/create_claim_affiliate_response.dto.js +2 -2
- package/dist/modules/quote/domain/dto/affiliate/create_claim_affiliate_response.dto.js.map +1 -1
- package/dist/modules/quote/domain/dto/quote/index.d.ts +2 -3
- package/dist/modules/quote/domain/dto/quote/index.d.ts.map +1 -1
- package/dist/modules/quote/domain/dto/quote/index.js +2 -3
- package/dist/modules/quote/domain/dto/quote/index.js.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_base_intent_response.dto.d.ts +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_base_intent_response.dto.d.ts.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_base_intent_response.dto.js +2 -2
- package/dist/modules/quote/domain/dto/quote/quote_base_intent_response.dto.js.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_bridge_intent_response.dto.d.ts.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_bridge_intent_response.dto.js.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_intent_solve_done.dto.d.ts +9 -0
- package/dist/modules/quote/domain/dto/quote/quote_intent_solve_done.dto.d.ts.map +1 -0
- package/dist/modules/{chainsync/domain/dto/swap/swap_request.dto.js → quote/domain/dto/quote/quote_intent_solve_done.dto.js} +8 -24
- package/dist/modules/quote/domain/dto/quote/quote_intent_solve_done.dto.js.map +1 -0
- package/dist/modules/quote/domain/dto/quote/quote_intent_solve_start.dto.d.ts +4 -0
- package/dist/modules/quote/domain/dto/quote/quote_intent_solve_start.dto.d.ts.map +1 -0
- package/dist/modules/quote/domain/dto/quote/quote_intent_solve_start.dto.js +21 -0
- package/dist/modules/quote/domain/dto/quote/quote_intent_solve_start.dto.js.map +1 -0
- package/dist/modules/quote/domain/dto/quote/quote_selected_intents_resposne.dto copy.d.ts +11 -0
- package/dist/modules/quote/domain/dto/quote/quote_selected_intents_resposne.dto copy.d.ts.map +1 -0
- package/dist/modules/quote/domain/dto/quote/quote_selected_intents_resposne.dto copy.js +7 -0
- package/dist/modules/quote/domain/dto/quote/quote_selected_intents_resposne.dto copy.js.map +1 -0
- package/dist/modules/quote/domain/dto/quote/quote_selected_intents_resposne.dto.d.ts +3 -4
- package/dist/modules/quote/domain/dto/quote/quote_selected_intents_resposne.dto.d.ts.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_selected_intents_resposne.dto.js +1 -4
- package/dist/modules/quote/domain/dto/quote/quote_selected_intents_resposne.dto.js.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_set_transaction_request.dto.d.ts +0 -3
- package/dist/modules/quote/domain/dto/quote/quote_set_transaction_request.dto.d.ts.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_set_transaction_request.dto.js +1 -8
- package/dist/modules/quote/domain/dto/quote/quote_set_transaction_request.dto.js.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_set_transaction_response.dto.d.ts.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_set_transaction_response.dto.js.map +1 -1
- package/dist/modules/quote/domain/enums/index.d.ts +0 -6
- package/dist/modules/quote/domain/enums/index.d.ts.map +1 -1
- package/dist/modules/quote/domain/enums/index.js +0 -6
- package/dist/modules/quote/domain/enums/index.js.map +1 -1
- package/dist/modules/swap/domain/dto/index.d.ts +3 -0
- package/dist/modules/swap/domain/dto/index.d.ts.map +1 -0
- package/dist/modules/swap/domain/dto/index.js +19 -0
- package/dist/modules/swap/domain/dto/index.js.map +1 -0
- package/dist/modules/{chainsync/domain/dto/swap/swap_response.dto.d.ts → swap/domain/dto/swap_calldata.dto.d.ts} +13 -13
- package/dist/modules/swap/domain/dto/swap_calldata.dto.d.ts.map +1 -0
- package/dist/modules/{chainsync/domain/dto/swap/swap_response.dto.js → swap/domain/dto/swap_calldata.dto.js} +19 -15
- package/dist/modules/swap/domain/dto/swap_calldata.dto.js.map +1 -0
- package/dist/modules/swap/domain/dto/swap_estimate.dto.d.ts +13 -0
- package/dist/modules/swap/domain/dto/swap_estimate.dto.d.ts.map +1 -0
- package/dist/modules/swap/domain/dto/swap_estimate.dto.js +55 -0
- package/dist/modules/swap/domain/dto/swap_estimate.dto.js.map +1 -0
- package/dist/modules/swap/domain/index.d.ts +2 -0
- package/dist/modules/swap/domain/index.d.ts.map +1 -0
- package/dist/modules/{chainsync/domain/dto/swap → swap/domain}/index.js +1 -2
- package/dist/modules/swap/domain/index.js.map +1 -0
- package/dist/modules/swap/index.d.ts +2 -0
- package/dist/modules/swap/index.d.ts.map +1 -0
- package/dist/modules/swap/index.js +18 -0
- package/dist/modules/swap/index.js.map +1 -0
- package/dist/modules/token/domain/dto/index.d.ts +0 -1
- package/dist/modules/token/domain/dto/index.d.ts.map +1 -1
- package/dist/modules/token/domain/dto/index.js +0 -1
- package/dist/modules/token/domain/dto/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/modules/chainsync/domain/dto/swap/index.d.ts +0 -3
- package/dist/modules/chainsync/domain/dto/swap/index.d.ts.map +0 -1
- package/dist/modules/chainsync/domain/dto/swap/index.js.map +0 -1
- package/dist/modules/chainsync/domain/dto/swap/swap_request.dto.d.ts +0 -30
- package/dist/modules/chainsync/domain/dto/swap/swap_request.dto.d.ts.map +0 -1
- package/dist/modules/chainsync/domain/dto/swap/swap_request.dto.js.map +0 -1
- package/dist/modules/chainsync/domain/dto/swap/swap_response.dto.d.ts.map +0 -1
- package/dist/modules/chainsync/domain/dto/swap/swap_response.dto.js.map +0 -1
- package/dist/modules/quote/domain/dto/quote/quote.dto.d.ts +0 -9
- package/dist/modules/quote/domain/dto/quote/quote.dto.d.ts.map +0 -1
- package/dist/modules/quote/domain/dto/quote/quote.dto.js +0 -7
- package/dist/modules/quote/domain/dto/quote/quote.dto.js.map +0 -1
- package/dist/modules/quote/domain/dto/quote/quote_intent.dto.d.ts +0 -7
- package/dist/modules/quote/domain/dto/quote/quote_intent.dto.d.ts.map +0 -1
- package/dist/modules/quote/domain/dto/quote/quote_intent.dto.js +0 -7
- package/dist/modules/quote/domain/dto/quote/quote_intent.dto.js.map +0 -1
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"quote_intent_solve_start.dto.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/quote_intent_solve_start.dto.ts"],"names":[],"mappings":"AAEA,qBAAa,qBAAqB;IAEhC,eAAe,EAAE,MAAM,CAAC;CACzB"}
|
@@ -0,0 +1,21 @@
|
|
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.QuoteIntentSolveStart = void 0;
|
13
|
+
const class_validator_1 = require("class-validator");
|
14
|
+
class QuoteIntentSolveStart {
|
15
|
+
}
|
16
|
+
exports.QuoteIntentSolveStart = QuoteIntentSolveStart;
|
17
|
+
__decorate([
|
18
|
+
(0, class_validator_1.IsUUID)(),
|
19
|
+
__metadata("design:type", String)
|
20
|
+
], QuoteIntentSolveStart.prototype, "intentRequestId", void 0);
|
21
|
+
//# sourceMappingURL=quote_intent_solve_start.dto.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"quote_intent_solve_start.dto.js","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/quote_intent_solve_start.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAyC;AAEzC,MAAa,qBAAqB;CAGjC;AAHD,sDAGC;AADC;IADC,IAAA,wBAAM,GAAE;;8DACe"}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { TransactionRequest } from 'ethers';
|
2
|
+
export declare class QuoteSelectedIntentsResponseDto {
|
3
|
+
/**
|
4
|
+
* @description Example description of the response data
|
5
|
+
* @example { "exampleKey": "exampleValue" }
|
6
|
+
*/
|
7
|
+
transaction: {
|
8
|
+
pluton: TransactionRequest;
|
9
|
+
};
|
10
|
+
}
|
11
|
+
//# sourceMappingURL=quote_selected_intents_resposne.dto%20copy.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"quote_selected_intents_resposne.dto copy.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/quote_selected_intents_resposne.dto copy.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,QAAQ,CAAC;AAE5C,qBAAa,+BAA+B;IAC1C;;;OAGG;IAEH,WAAW,EAAE;QACX,MAAM,EAAE,kBAAkB,CAAC;KAC5B,CAAC;CACH"}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.QuoteSelectedIntentsResponseDto = void 0;
|
4
|
+
class QuoteSelectedIntentsResponseDto {
|
5
|
+
}
|
6
|
+
exports.QuoteSelectedIntentsResponseDto = QuoteSelectedIntentsResponseDto;
|
7
|
+
//# sourceMappingURL=quote_selected_intents_resposne.dto%20copy.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"quote_selected_intents_resposne.dto copy.js","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/quote_selected_intents_resposne.dto copy.ts"],"names":[],"mappings":";;;AAEA,MAAa,+BAA+B;CAS3C;AATD,0EASC"}
|
@@ -4,9 +4,8 @@ export declare class QuoteSelectedIntentsResponseDto {
|
|
4
4
|
* @description Example description of the response data
|
5
5
|
* @example { "exampleKey": "exampleValue" }
|
6
6
|
*/
|
7
|
-
transaction:
|
8
|
-
|
9
|
-
|
10
|
-
pluton: TransactionRequest;
|
7
|
+
transaction: {
|
8
|
+
pluton: TransactionRequest;
|
9
|
+
};
|
11
10
|
}
|
12
11
|
//# sourceMappingURL=quote_selected_intents_resposne.dto.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"quote_selected_intents_resposne.dto.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/quote_selected_intents_resposne.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,QAAQ,CAAC;AAE5C,qBAAa,+BAA+B;IAC1C;;;OAGG;IAEH,WAAW,EAAE
|
1
|
+
{"version":3,"file":"quote_selected_intents_resposne.dto.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/quote_selected_intents_resposne.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,QAAQ,CAAC;AAE5C,qBAAa,+BAA+B;IAC1C;;;OAGG;IAEH,WAAW,EAAE;QACX,MAAM,EAAE,kBAAkB,CAAC;KAC5B,CAAC;CACH"}
|
@@ -1,10 +1,7 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
3
|
+
exports.QuoteSelectedIntentsResponseDto = void 0;
|
4
4
|
class QuoteSelectedIntentsResponseDto {
|
5
5
|
}
|
6
6
|
exports.QuoteSelectedIntentsResponseDto = QuoteSelectedIntentsResponseDto;
|
7
|
-
class EvmTransaction {
|
8
|
-
}
|
9
|
-
exports.EvmTransaction = EvmTransaction;
|
10
7
|
//# sourceMappingURL=quote_selected_intents_resposne.dto.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"quote_selected_intents_resposne.dto.js","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/quote_selected_intents_resposne.dto.ts"],"names":[],"mappings":";;;AAEA,MAAa,+BAA+B;
|
1
|
+
{"version":3,"file":"quote_selected_intents_resposne.dto.js","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/quote_selected_intents_resposne.dto.ts"],"names":[],"mappings":";;;AAEA,MAAa,+BAA+B;CAS3C;AATD,0EASC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"quote_set_transaction_request.dto.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/quote_set_transaction_request.dto.ts"],"names":[],"mappings":"AAEA,qBAAa,6BAA6B;IAExC,EAAE,EAAE,MAAM,CAAC;IAEX;;;OAGG;IAEH,eAAe,EAAE,MAAM,CAAC;CACzB
|
1
|
+
{"version":3,"file":"quote_set_transaction_request.dto.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/quote_set_transaction_request.dto.ts"],"names":[],"mappings":"AAEA,qBAAa,6BAA6B;IAExC,EAAE,EAAE,MAAM,CAAC;IAEX;;;OAGG;IAEH,eAAe,EAAE,MAAM,CAAC;CACzB"}
|
@@ -9,7 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
10
10
|
};
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
-
exports.
|
12
|
+
exports.QuoteSetTransactionRequestDto = void 0;
|
13
13
|
const class_validator_1 = require("class-validator");
|
14
14
|
class QuoteSetTransactionRequestDto {
|
15
15
|
}
|
@@ -22,11 +22,4 @@ __decorate([
|
|
22
22
|
(0, class_validator_1.IsNotEmpty)(),
|
23
23
|
__metadata("design:type", String)
|
24
24
|
], QuoteSetTransactionRequestDto.prototype, "transactionHash", void 0);
|
25
|
-
class SolverBeginSolveDto {
|
26
|
-
}
|
27
|
-
exports.SolverBeginSolveDto = SolverBeginSolveDto;
|
28
|
-
__decorate([
|
29
|
-
(0, class_validator_1.IsUUID)(),
|
30
|
-
__metadata("design:type", String)
|
31
|
-
], SolverBeginSolveDto.prototype, "id", void 0);
|
32
25
|
//# sourceMappingURL=quote_set_transaction_request.dto.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"quote_set_transaction_request.dto.js","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/quote_set_transaction_request.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAqD;AAErD,MAAa,6BAA6B;CAUzC;AAVD,sEAUC;AARC;IADC,IAAA,wBAAM,GAAE;;yDACE;AAOX;IADC,IAAA,4BAAU,GAAE;;sEACW
|
1
|
+
{"version":3,"file":"quote_set_transaction_request.dto.js","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/quote_set_transaction_request.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAqD;AAErD,MAAa,6BAA6B;CAUzC;AAVD,sEAUC;AARC;IADC,IAAA,wBAAM,GAAE;;yDACE;AAOX;IADC,IAAA,4BAAU,GAAE;;sEACW"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"quote_set_transaction_response.dto.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/quote_set_transaction_response.dto.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"quote_set_transaction_response.dto.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/quote_set_transaction_response.dto.ts"],"names":[],"mappings":"AAAA,qBAAa,8BAA8B;CAAG"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"quote_set_transaction_response.dto.js","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/quote_set_transaction_response.dto.ts"],"names":[],"mappings":";;;
|
1
|
+
{"version":3,"file":"quote_set_transaction_response.dto.js","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/quote_set_transaction_response.dto.ts"],"names":[],"mappings":";;;AAAA,MAAa,8BAA8B;CAAG;AAA9C,wEAA8C"}
|
@@ -1,9 +1,3 @@
|
|
1
|
-
export * from './quote_affiliate_action.enum';
|
2
|
-
export * from './quote_affiliate_lifecycle.enum';
|
3
1
|
export * from './quote_intent_type.enum';
|
4
|
-
export * from './quote_intent_request_action.enum';
|
5
|
-
export * from './quote_intent_request_lifecycle.enum';
|
6
|
-
export * from './quote_intent_response_action.enum';
|
7
|
-
export * from './quote_intent_response_lifecycle.enum';
|
8
2
|
export * from './selection_status.enum';
|
9
3
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/quote/domain/enums/index.ts"],"names":[],"mappings":"AAAA,cAAc
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/quote/domain/enums/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC"}
|
@@ -14,12 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
15
|
};
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
-
__exportStar(require("./quote_affiliate_action.enum"), exports);
|
18
|
-
__exportStar(require("./quote_affiliate_lifecycle.enum"), exports);
|
19
17
|
__exportStar(require("./quote_intent_type.enum"), exports);
|
20
|
-
__exportStar(require("./quote_intent_request_action.enum"), exports);
|
21
|
-
__exportStar(require("./quote_intent_request_lifecycle.enum"), exports);
|
22
|
-
__exportStar(require("./quote_intent_response_action.enum"), exports);
|
23
|
-
__exportStar(require("./quote_intent_response_lifecycle.enum"), exports);
|
24
18
|
__exportStar(require("./selection_status.enum"), exports);
|
25
19
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/quote/domain/enums/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/quote/domain/enums/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AACzC,0DAAwC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/swap/domain/dto/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC"}
|
@@ -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("./swap_estimate.dto"), exports);
|
18
|
+
__exportStar(require("./swap_calldata.dto"), exports);
|
19
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/swap/domain/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,sDAAoC"}
|
@@ -1,23 +1,23 @@
|
|
1
|
+
import { SwapEstimateRequestDto } from './swap_estimate.dto';
|
2
|
+
export declare class SwapCalldataRequestDto extends SwapEstimateRequestDto {
|
3
|
+
srcWalletAddress: string;
|
4
|
+
dstWalletAddress: string;
|
5
|
+
}
|
1
6
|
export declare class SwapCalldataResponsetDto {
|
2
7
|
/**
|
3
|
-
* @description The
|
4
|
-
* @example '
|
8
|
+
* @description The receiver of the transaction
|
9
|
+
* @example '0x1234567890abcdef'
|
5
10
|
*/
|
6
|
-
|
11
|
+
to: string;
|
7
12
|
/**
|
8
13
|
* @description The value of the transaction for the swap
|
9
14
|
* @example '1000'
|
10
15
|
*/
|
11
|
-
|
16
|
+
value: string;
|
12
17
|
/**
|
13
|
-
* @description The
|
14
|
-
* @example '
|
18
|
+
* @description The transaction data for the token swap
|
19
|
+
* @example '0xabcdef...'
|
15
20
|
*/
|
16
|
-
|
17
|
-
}
|
18
|
-
export declare class SwapEstimateResponsetDto {
|
19
|
-
amount: string;
|
20
|
-
gasFee: string;
|
21
|
-
fee: string;
|
21
|
+
data?: string;
|
22
22
|
}
|
23
|
-
//# sourceMappingURL=
|
23
|
+
//# sourceMappingURL=swap_calldata.dto.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"swap_calldata.dto.d.ts","sourceRoot":"","sources":["../../../../../src/modules/swap/domain/dto/swap_calldata.dto.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAE7D,qBAAa,sBAAuB,SAAQ,sBAAsB;IAGhE,gBAAgB,EAAE,MAAM,CAAC;IAIzB,gBAAgB,EAAE,MAAM,CAAC;CAC1B;AAED,qBAAa,wBAAwB;IACnC;;;OAGG;IAGH,EAAE,EAAE,MAAM,CAAC;IAEX;;;OAGG;IAGH,KAAK,EAAE,MAAM,CAAC;IAEd;;;OAGG;IAGH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf"}
|
@@ -9,34 +9,38 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
10
10
|
};
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
-
exports.
|
12
|
+
exports.SwapCalldataResponsetDto = exports.SwapCalldataRequestDto = void 0;
|
13
13
|
const class_validator_1 = require("class-validator");
|
14
|
+
const swap_estimate_dto_1 = require("./swap_estimate.dto");
|
15
|
+
class SwapCalldataRequestDto extends swap_estimate_dto_1.SwapEstimateRequestDto {
|
16
|
+
}
|
17
|
+
exports.SwapCalldataRequestDto = SwapCalldataRequestDto;
|
18
|
+
__decorate([
|
19
|
+
(0, class_validator_1.IsNotEmpty)(),
|
20
|
+
(0, class_validator_1.IsString)(),
|
21
|
+
__metadata("design:type", String)
|
22
|
+
], SwapCalldataRequestDto.prototype, "srcWalletAddress", void 0);
|
23
|
+
__decorate([
|
24
|
+
(0, class_validator_1.IsNotEmpty)(),
|
25
|
+
(0, class_validator_1.IsString)(),
|
26
|
+
__metadata("design:type", String)
|
27
|
+
], SwapCalldataRequestDto.prototype, "dstWalletAddress", void 0);
|
14
28
|
class SwapCalldataResponsetDto {
|
15
|
-
constructor() {
|
16
|
-
/**
|
17
|
-
* @description The transaction data for the token swap
|
18
|
-
* @example '0xabcdef...'
|
19
|
-
*/
|
20
|
-
this.transactionData = '0x';
|
21
|
-
}
|
22
29
|
}
|
23
30
|
exports.SwapCalldataResponsetDto = SwapCalldataResponsetDto;
|
24
31
|
__decorate([
|
25
32
|
(0, class_validator_1.IsString)(),
|
26
33
|
(0, class_validator_1.IsNotEmpty)(),
|
27
34
|
__metadata("design:type", String)
|
28
|
-
], SwapCalldataResponsetDto.prototype, "
|
35
|
+
], SwapCalldataResponsetDto.prototype, "to", void 0);
|
29
36
|
__decorate([
|
30
37
|
(0, class_validator_1.IsString)(),
|
31
38
|
(0, class_validator_1.IsNotEmpty)(),
|
32
39
|
__metadata("design:type", String)
|
33
|
-
], SwapCalldataResponsetDto.prototype, "
|
40
|
+
], SwapCalldataResponsetDto.prototype, "value", void 0);
|
34
41
|
__decorate([
|
35
42
|
(0, class_validator_1.IsString)(),
|
36
43
|
(0, class_validator_1.IsNotEmpty)(),
|
37
44
|
__metadata("design:type", String)
|
38
|
-
], SwapCalldataResponsetDto.prototype, "
|
39
|
-
|
40
|
-
}
|
41
|
-
exports.SwapEstimateResponsetDto = SwapEstimateResponsetDto;
|
42
|
-
//# sourceMappingURL=swap_response.dto.js.map
|
45
|
+
], SwapCalldataResponsetDto.prototype, "data", void 0);
|
46
|
+
//# sourceMappingURL=swap_calldata.dto.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"swap_calldata.dto.js","sourceRoot":"","sources":["../../../../../src/modules/swap/domain/dto/swap_calldata.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AACvD,2DAA6D;AAE7D,MAAa,sBAAuB,SAAQ,0CAAsB;CAQjE;AARD,wDAQC;AALC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;gEACc;AAIzB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;gEACc;AAG3B,MAAa,wBAAwB;CAwBpC;AAxBD,4DAwBC;AAjBC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACF;AAQX;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACC;AAQd;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACC"}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import { CalcMode } from '../../../../common';
|
2
|
+
export declare class SwapEstimateRequestDto {
|
3
|
+
srcToken: string;
|
4
|
+
dstToken: string;
|
5
|
+
amount: string;
|
6
|
+
calcMode: CalcMode;
|
7
|
+
}
|
8
|
+
export declare class SwapEstimateResponsetDto {
|
9
|
+
amount: string;
|
10
|
+
gasFee: string;
|
11
|
+
serviceFee: string;
|
12
|
+
}
|
13
|
+
//# sourceMappingURL=swap_estimate.dto.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"swap_estimate.dto.d.ts","sourceRoot":"","sources":["../../../../../src/modules/swap/domain/dto/swap_estimate.dto.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAE9C,qBAAa,sBAAsB;IAGjC,QAAQ,EAAE,MAAM,CAAC;IAIjB,QAAQ,EAAE,MAAM,CAAC;IAIjB,MAAM,EAAE,MAAM,CAAC;IAGf,QAAQ,EAAE,QAAQ,CAAC;CACpB;AAED,qBAAa,wBAAwB;IAGnC,MAAM,EAAE,MAAM,CAAC;IAIf,MAAM,EAAE,MAAM,CAAC;IAIf,UAAU,EAAE,MAAM,CAAC;CACpB"}
|
@@ -0,0 +1,55 @@
|
|
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.SwapEstimateResponsetDto = exports.SwapEstimateRequestDto = void 0;
|
13
|
+
const class_validator_1 = require("class-validator");
|
14
|
+
const common_1 = require("../../../../common");
|
15
|
+
class SwapEstimateRequestDto {
|
16
|
+
}
|
17
|
+
exports.SwapEstimateRequestDto = SwapEstimateRequestDto;
|
18
|
+
__decorate([
|
19
|
+
(0, class_validator_1.IsNotEmpty)(),
|
20
|
+
(0, class_validator_1.IsUUID)(),
|
21
|
+
__metadata("design:type", String)
|
22
|
+
], SwapEstimateRequestDto.prototype, "srcToken", void 0);
|
23
|
+
__decorate([
|
24
|
+
(0, class_validator_1.IsNotEmpty)(),
|
25
|
+
(0, class_validator_1.IsUUID)(),
|
26
|
+
__metadata("design:type", String)
|
27
|
+
], SwapEstimateRequestDto.prototype, "dstToken", void 0);
|
28
|
+
__decorate([
|
29
|
+
(0, class_validator_1.IsNotEmpty)(),
|
30
|
+
(0, class_validator_1.IsString)(),
|
31
|
+
__metadata("design:type", String)
|
32
|
+
], SwapEstimateRequestDto.prototype, "amount", void 0);
|
33
|
+
__decorate([
|
34
|
+
(0, class_validator_1.IsNotEmpty)(),
|
35
|
+
__metadata("design:type", String)
|
36
|
+
], SwapEstimateRequestDto.prototype, "calcMode", void 0);
|
37
|
+
class SwapEstimateResponsetDto {
|
38
|
+
}
|
39
|
+
exports.SwapEstimateResponsetDto = SwapEstimateResponsetDto;
|
40
|
+
__decorate([
|
41
|
+
(0, class_validator_1.IsNotEmpty)(),
|
42
|
+
(0, class_validator_1.IsString)(),
|
43
|
+
__metadata("design:type", String)
|
44
|
+
], SwapEstimateResponsetDto.prototype, "amount", void 0);
|
45
|
+
__decorate([
|
46
|
+
(0, class_validator_1.IsNotEmpty)(),
|
47
|
+
(0, class_validator_1.IsString)(),
|
48
|
+
__metadata("design:type", String)
|
49
|
+
], SwapEstimateResponsetDto.prototype, "gasFee", void 0);
|
50
|
+
__decorate([
|
51
|
+
(0, class_validator_1.IsNotEmpty)(),
|
52
|
+
(0, class_validator_1.IsString)(),
|
53
|
+
__metadata("design:type", String)
|
54
|
+
], SwapEstimateResponsetDto.prototype, "serviceFee", void 0);
|
55
|
+
//# sourceMappingURL=swap_estimate.dto.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"swap_estimate.dto.js","sourceRoot":"","sources":["../../../../../src/modules/swap/domain/dto/swap_estimate.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+D;AAC/D,+CAA8C;AAE9C,MAAa,sBAAsB;CAelC;AAfD,wDAeC;AAZC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;;wDACQ;AAIjB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;;wDACQ;AAIjB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;sDACI;AAGf;IADC,IAAA,4BAAU,GAAE;;wDACM;AAGrB,MAAa,wBAAwB;CAYpC;AAZD,4DAYC;AATC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;wDACI;AAIf;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;wDACI;AAIf;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;4DACQ"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/swap/domain/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC"}
|
@@ -14,6 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
15
|
};
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
-
__exportStar(require("./
|
18
|
-
__exportStar(require("./swap_response.dto"), exports);
|
17
|
+
__exportStar(require("./dto"), exports);
|
19
18
|
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/swap/domain/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wCAAsB"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/modules/swap/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
|
@@ -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("./domain"), exports);
|
18
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/modules/swap/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/token/domain/dto/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/token/domain/dto/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC"}
|
@@ -15,6 +15,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
15
15
|
};
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
17
17
|
__exportStar(require("./token.dto"), exports);
|
18
|
-
__exportStar(require("./token.update.dto"), exports);
|
19
18
|
__exportStar(require("./token.find.dto"), exports);
|
20
19
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/token/domain/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/token/domain/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,mDAAiC"}
|
package/package.json
CHANGED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/chainsync/domain/dto/swap/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/modules/chainsync/domain/dto/swap/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC;AACnC,sDAAoC"}
|
@@ -1,30 +0,0 @@
|
|
1
|
-
import { CalcMode } from '../../../../../common';
|
2
|
-
export declare class SwapTokenDto {
|
3
|
-
/**
|
4
|
-
* @description The type of coin for the swap
|
5
|
-
* @example 60
|
6
|
-
*/
|
7
|
-
coinType: number;
|
8
|
-
/**
|
9
|
-
* @description The ID of the chain where the swap occurs
|
10
|
-
* @example 1
|
11
|
-
*/
|
12
|
-
chainId: number;
|
13
|
-
/**
|
14
|
-
* @description The address of the contract for the swap
|
15
|
-
* @example '0x1234567890abcdef'
|
16
|
-
*/
|
17
|
-
address: string | null;
|
18
|
-
symbol?: string;
|
19
|
-
}
|
20
|
-
export declare class SwapEstimateRequestDto {
|
21
|
-
srcToken: SwapTokenDto;
|
22
|
-
dstToken: SwapTokenDto;
|
23
|
-
amount: string;
|
24
|
-
calcMode: CalcMode;
|
25
|
-
}
|
26
|
-
export declare class SwapCalldataRequestDto extends SwapEstimateRequestDto {
|
27
|
-
srcWalletAddress: string;
|
28
|
-
dstWalletAddress: string;
|
29
|
-
}
|
30
|
-
//# sourceMappingURL=swap_request.dto.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"swap_request.dto.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/chainsync/domain/dto/swap/swap_request.dto.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEjD,qBAAa,YAAY;IACvB;;;OAGG;IAGH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IAGH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IAEH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,qBAAa,sBAAsB;IACjC,QAAQ,EAAE,YAAY,CAAC;IAEvB,QAAQ,EAAE,YAAY,CAAC;IAEvB,MAAM,EAAE,MAAM,CAAC;IAEf,QAAQ,EAAE,QAAQ,CAAC;CACpB;AAED,qBAAa,sBAAuB,SAAQ,sBAAsB;IAChE,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;CAC1B"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"swap_request.dto.js","sourceRoot":"","sources":["../../../../../../src/modules/chainsync/domain/dto/swap/swap_request.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiE;AAGjE,MAAa,YAAY;CA0BxB;AA1BD,oCA0BC;AAnBC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;8CACM;AAQjB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;6CACK;AAOhB;IADC,IAAA,0BAAQ,GAAE;;6CACY;AAGvB;IADC,IAAA,0BAAQ,GAAE;;4CACK;AAGlB,MAAa,sBAAsB;CAQlC;AARD,wDAQC;AAED,MAAa,sBAAuB,SAAQ,sBAAsB;CAGjE;AAHD,wDAGC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"swap_response.dto.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/chainsync/domain/dto/swap/swap_response.dto.ts"],"names":[],"mappings":"AAEA,qBAAa,wBAAwB;IACnC;;;OAGG;IAGH,eAAe,CAAC,EAAE,MAAM,CAAQ;IAEhC;;;OAGG;IAGH,gBAAgB,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IAGH,mBAAmB,EAAE,MAAM,CAAC;CAC7B;AAED,qBAAa,wBAAwB;IACnC,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,GAAG,EAAE,MAAM,CAAC;CACb"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"swap_response.dto.js","sourceRoot":"","sources":["../../../../../../src/modules/chainsync/domain/dto/swap/swap_response.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,wBAAwB;IAArC;QACE;;;WAGG;QAGH,oBAAe,GAAY,IAAI,CAAC;IAiBlC,CAAC;CAAA;AAxBD,4DAwBC;AAjBC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iEACmB;AAQhC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kEACY;AAQzB;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qEACe;AAG9B,MAAa,wBAAwB;CAIpC;AAJD,4DAIC"}
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import { QuoteIntentType } from './quote_intent.dto';
|
2
|
-
export declare class QuoteDto {
|
3
|
-
/**
|
4
|
-
* @description List of quote intents
|
5
|
-
* @example [{ "intentType": "BRIDGE", "id": "123" }]
|
6
|
-
*/
|
7
|
-
intents: QuoteIntentType[];
|
8
|
-
}
|
9
|
-
//# sourceMappingURL=quote.dto.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"quote.dto.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/quote.dto.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAErD,qBAAa,QAAQ;IACnB;;;OAGG;IACH,OAAO,EAAE,eAAe,EAAE,CAAC;CAC5B"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"quote.dto.js","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/quote.dto.ts"],"names":[],"mappings":";;;AAGA,MAAa,QAAQ;CAMpB;AAND,4BAMC"}
|
@@ -1,7 +0,0 @@
|
|
1
|
-
import { QuoteIntentRequestType } from './quote_intent_request.dto';
|
2
|
-
import { QuoteIntentResponseDto } from './quote_intent_response.dto';
|
3
|
-
export declare class QuoteIntentType {
|
4
|
-
response: QuoteIntentResponseDto;
|
5
|
-
request: QuoteIntentRequestType;
|
6
|
-
}
|
7
|
-
//# sourceMappingURL=quote_intent.dto.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"quote_intent.dto.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/quote_intent.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AACpE,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAErE,qBAAa,eAAe;IAC1B,QAAQ,EAAE,sBAAsB,CAAC;IACjC,OAAO,EAAE,sBAAsB,CAAC;CACjC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"quote_intent.dto.js","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/quote_intent.dto.ts"],"names":[],"mappings":";;;AAGA,MAAa,eAAe;CAG3B;AAHD,0CAGC"}
|