@plutonlabs/sdk 0.0.11-beta → 0.0.13-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/consts/index.d.ts.map +1 -1
- package/dist/common/consts/index.js.map +1 -1
- package/dist/common/enums/index.d.ts +2 -2
- package/dist/common/index.d.ts +4 -4
- package/dist/common/interfaces/IChain.d.ts +1 -1
- package/dist/common/utils/index.d.ts +2 -2
- package/dist/index.d.ts +8 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +11 -0
- package/dist/index.js.map +1 -1
- package/dist/modules/chainsync/domain/dto/chain_transaction.dto.d.ts.map +1 -1
- 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.map +1 -1
- package/dist/modules/index.js.map +1 -1
- package/dist/modules/network/domain/dto/index.d.ts.map +1 -1
- package/dist/modules/network/domain/dto/index.js.map +1 -1
- package/dist/modules/network/domain/dto/network_provider.update.dto.d.ts +1 -1
- package/dist/modules/network/domain/dto/network_tokens_view.dto.d.ts +19 -7
- package/dist/modules/network/domain/dto/network_tokens_view.dto.d.ts.map +1 -1
- package/dist/modules/network/domain/dto/network_tokens_view.dto.js +2 -2
- package/dist/modules/network/domain/dto/network_tokens_view.dto.js.map +1 -1
- package/dist/modules/quote/domain/dto/affiliate/claim_affiliate_signature_response.dto.d.ts.map +1 -1
- 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.d.ts.map +1 -1
- 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.d.ts +13 -13
- package/dist/modules/quote/domain/dto/affiliate/create_claim_affiliate_response.dto.d.ts.map +1 -1
- package/dist/modules/quote/domain/dto/affiliate/create_claim_affiliate_response.dto.js +1 -1
- package/dist/modules/quote/domain/dto/affiliate/create_claim_affiliate_response.dto.js.map +1 -1
- package/dist/modules/quote/domain/dto/index.d.ts +3 -3
- package/dist/modules/quote/domain/dto/quote/index.d.ts +15 -16
- package/dist/modules/quote/domain/dto/quote/index.d.ts.map +1 -1
- package/dist/modules/quote/domain/dto/quote/index.js +0 -1
- package/dist/modules/quote/domain/dto/quote/index.js.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_base_intent_request.dto.d.ts +1 -6
- package/dist/modules/quote/domain/dto/quote/quote_base_intent_request.dto.d.ts.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_base_intent_request.dto.js +4 -8
- package/dist/modules/quote/domain/dto/quote/quote_base_intent_request.dto.js.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_base_intent_response.dto.d.ts +18 -0
- package/dist/modules/quote/domain/dto/quote/quote_base_intent_response.dto.d.ts.map +1 -0
- package/dist/modules/quote/domain/dto/quote/quote_base_intent_response.dto.js +44 -0
- package/dist/modules/quote/domain/dto/quote/quote_base_intent_response.dto.js.map +1 -0
- package/dist/modules/quote/domain/dto/quote/quote_bridge_intent_response.dto.d.ts +1 -9
- 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 +2 -2
- package/dist/modules/quote/domain/dto/quote/quote_bridge_intent_response.dto.js.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_estimate_bridge_intent_request.dto.d.ts +2 -2
- package/dist/modules/quote/domain/dto/quote/quote_estimate_bridge_intent_request.dto.d.ts.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_estimate_bridge_intent_request.dto.js +3 -3
- package/dist/modules/quote/domain/dto/quote/quote_estimate_bridge_intent_request.dto.js.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_intent_response.dto.d.ts +0 -9
- package/dist/modules/quote/domain/dto/quote/quote_intent_response.dto.d.ts.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_intent_response.dto.js +0 -57
- package/dist/modules/quote/domain/dto/quote/quote_intent_response.dto.js.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_request.dto.d.ts +6 -1
- package/dist/modules/quote/domain/dto/quote/quote_request.dto.d.ts.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_request.dto.js +5 -6
- package/dist/modules/quote/domain/dto/quote/quote_request.dto.js.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_request_lifecycle.dto.d.ts +2 -1
- package/dist/modules/quote/domain/dto/quote/quote_request_lifecycle.dto.d.ts.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_request_lifecycle.dto.js +5 -8
- package/dist/modules/quote/domain/dto/quote/quote_request_lifecycle.dto.js.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_response.dto.d.ts +13 -0
- package/dist/modules/quote/domain/dto/quote/quote_response.dto.d.ts.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_response.dto.js +13 -21
- package/dist/modules/quote/domain/dto/quote/quote_response.dto.js.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_response_lifecycle.dto.d.ts +1 -0
- package/dist/modules/quote/domain/dto/quote/quote_response_lifecycle.dto.d.ts.map +1 -1
- package/dist/modules/quote/domain/dto/quote/quote_response_lifecycle.dto.js +4 -7
- package/dist/modules/quote/domain/dto/quote/quote_response_lifecycle.dto.js.map +1 -1
- package/dist/modules/quote/domain/dto/refund/index.d.ts +4 -4
- package/dist/modules/quote/domain/dto/refund/index.d.ts.map +1 -1
- package/dist/modules/quote/domain/dto/refund/index.js +2 -2
- package/dist/modules/quote/domain/dto/refund/index.js.map +1 -1
- package/dist/modules/quote/domain/dto/refund/{create_quote_refund_request.dto.d.ts → quote_refund_request.dto.d.ts} +3 -3
- package/dist/modules/quote/domain/dto/refund/quote_refund_request.dto.d.ts.map +1 -0
- package/dist/modules/quote/domain/dto/refund/{create_quote_refund_request.dto.js → quote_refund_request.dto.js} +9 -7
- package/dist/modules/quote/domain/dto/refund/quote_refund_request.dto.js.map +1 -0
- package/dist/modules/quote/domain/dto/refund/{create_quote_refund_response.dto.d.ts → quote_refund_response.dto.d.ts} +4 -4
- package/dist/modules/quote/domain/dto/refund/quote_refund_response.dto.d.ts.map +1 -0
- package/dist/modules/quote/domain/dto/refund/quote_refund_response.dto.js +37 -0
- package/dist/modules/quote/domain/dto/refund/quote_refund_response.dto.js.map +1 -0
- package/dist/modules/quote/domain/dto/refund/quote_refund_signature_request.dto.d.ts +1 -1
- package/dist/modules/quote/domain/dto/refund/quote_refund_signature_request.dto.js +1 -1
- package/dist/modules/quote/domain/index.d.ts +2 -2
- package/dist/modules/swap/domain/dto/index.d.ts +3 -3
- package/dist/modules/swap/domain/dto/index.d.ts.map +1 -1
- package/dist/modules/swap/domain/dto/index.js +3 -3
- package/dist/modules/swap/domain/dto/index.js.map +1 -1
- package/dist/modules/swap/domain/dto/{token_swap_output_estimate_response.dto.d.ts → swap_estimate_response.dto.d.ts} +2 -2
- package/dist/modules/swap/domain/dto/swap_estimate_response.dto.d.ts.map +1 -0
- package/dist/modules/swap/domain/dto/{token_swap_output_estimate_response.dto.js → swap_estimate_response.dto.js} +5 -5
- package/dist/modules/swap/domain/dto/swap_estimate_response.dto.js.map +1 -0
- package/dist/modules/swap/domain/dto/{token_swap_request.dto.d.ts → swap_request.dto.d.ts} +3 -3
- package/dist/modules/swap/domain/dto/swap_request.dto.d.ts.map +1 -0
- package/dist/modules/swap/domain/dto/{token_swap_request.dto.js → swap_request.dto.js} +7 -7
- package/dist/modules/swap/domain/dto/swap_request.dto.js.map +1 -0
- package/dist/modules/swap/domain/dto/{token_swap_response.dto.d.ts → swap_response.dto.d.ts} +2 -2
- package/dist/modules/swap/domain/dto/swap_response.dto.d.ts.map +1 -0
- package/dist/modules/swap/domain/dto/{token_swap_response.dto.js → swap_response.dto.js} +7 -7
- package/dist/modules/swap/domain/dto/swap_response.dto.js.map +1 -0
- package/dist/modules/swap/index.d.ts +1 -1
- package/dist/modules/token/domain/dto/index.d.ts +1 -1
- package/dist/modules/token/domain/dto/index.d.ts.map +1 -1
- package/dist/modules/token/domain/dto/index.js +1 -1
- package/dist/modules/token/domain/dto/index.js.map +1 -1
- package/dist/modules/token/domain/dto/token.dto.d.ts +15 -14
- package/dist/modules/token/domain/dto/token.dto.d.ts.map +1 -1
- package/dist/modules/token/domain/dto/token.dto.js +19 -10
- package/dist/modules/token/domain/dto/token.dto.js.map +1 -1
- package/dist/modules/token/domain/dto/token.find.dto.d.ts +29 -0
- package/dist/modules/token/domain/dto/token.find.dto.d.ts.map +1 -0
- package/dist/modules/token/domain/dto/{network_contract_find_token.dto.js → token.find.dto.js} +13 -18
- package/dist/modules/token/domain/dto/token.find.dto.js.map +1 -0
- package/dist/modules/token/domain/dto/token.update.dto.d.ts +27 -23
- package/dist/modules/token/domain/dto/token.update.dto.d.ts.map +1 -1
- package/dist/modules/token/domain/dto/token.update.dto.js +15 -17
- package/dist/modules/token/domain/dto/token.update.dto.js.map +1 -1
- package/dist/modules/token/domain/dto/token_find.dto.d.ts +29 -0
- package/dist/modules/token/domain/dto/token_find.dto.d.ts.map +1 -0
- package/dist/modules/token/domain/dto/token_find.dto.js +41 -0
- package/dist/modules/token/domain/dto/token_find.dto.js.map +1 -0
- package/dist/seed-data/index.d.ts +1 -0
- package/dist/seed-data/index.d.ts.map +1 -0
- package/dist/seed-data/index.js +2 -0
- package/dist/seed-data/index.js.map +1 -0
- package/dist/seed-data/networks_seed.json +47 -0
- package/dist/seed-data/pluton_contracts_seed.json +1312 -0
- package/dist/seed-data/tokens_seed.json +119 -0
- package/package.json +28 -25
- package/dist/modules/quote/domain/dto/quote/quote_estimate_response.dto.d.ts +0 -31
- package/dist/modules/quote/domain/dto/quote/quote_estimate_response.dto.d.ts.map +0 -1
- package/dist/modules/quote/domain/dto/quote/quote_estimate_response.dto.js +0 -53
- package/dist/modules/quote/domain/dto/quote/quote_estimate_response.dto.js.map +0 -1
- package/dist/modules/quote/domain/dto/refund/create_quote_refund_request.dto.d.ts.map +0 -1
- package/dist/modules/quote/domain/dto/refund/create_quote_refund_request.dto.js.map +0 -1
- package/dist/modules/quote/domain/dto/refund/create_quote_refund_response.dto.d.ts.map +0 -1
- package/dist/modules/quote/domain/dto/refund/create_quote_refund_response.dto.js +0 -7
- package/dist/modules/quote/domain/dto/refund/create_quote_refund_response.dto.js.map +0 -1
- package/dist/modules/swap/domain/dto/token_swap_output_estimate_response.dto.d.ts.map +0 -1
- package/dist/modules/swap/domain/dto/token_swap_output_estimate_response.dto.js.map +0 -1
- package/dist/modules/swap/domain/dto/token_swap_request.dto.d.ts.map +0 -1
- package/dist/modules/swap/domain/dto/token_swap_request.dto.js.map +0 -1
- package/dist/modules/swap/domain/dto/token_swap_response.dto.d.ts.map +0 -1
- package/dist/modules/swap/domain/dto/token_swap_response.dto.js.map +0 -1
- package/dist/modules/token/domain/dto/network_contract_find_token.dto.d.ts +0 -27
- package/dist/modules/token/domain/dto/network_contract_find_token.dto.d.ts.map +0 -1
- package/dist/modules/token/domain/dto/network_contract_find_token.dto.js.map +0 -1
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/common/consts/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/common/consts/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/common/consts/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/common/consts/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B"}
|
@@ -1,3 +1,3 @@
|
|
1
|
-
export * from
|
2
|
-
export * from
|
1
|
+
export * from './calc_mode.enum';
|
2
|
+
export * from './intent_type.enum';
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/common/index.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
export * from
|
2
|
-
export * from
|
3
|
-
export * from
|
4
|
-
export * from
|
1
|
+
export * from './consts';
|
2
|
+
export * from './enums';
|
3
|
+
export * from './enums';
|
4
|
+
export * from './utils';
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1,3 +1,3 @@
|
|
1
|
-
export * from
|
2
|
-
export * from
|
1
|
+
export * from './list';
|
2
|
+
export * from './bignumber.column.transformer';
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts
CHANGED
@@ -1,2 +1,9 @@
|
|
1
|
-
export * from
|
1
|
+
export * from './common';
|
2
|
+
export * from './modules';
|
3
|
+
import NETWORKS from './seed-data/networks_seed.json';
|
4
|
+
import TOKENS from './seed-data/tokens_seed.json';
|
5
|
+
import PLUTON_CONTRACTS from './seed-data/pluton_contracts_seed.json';
|
6
|
+
export { NETWORKS };
|
7
|
+
export { TOKENS };
|
8
|
+
export { PLUTON_CONTRACTS };
|
2
9
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC"}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAE1B,OAAO,QAAQ,MAAM,gCAAgC,CAAC;AACtD,OAAO,MAAM,MAAM,8BAA8B,CAAC;AAClD,OAAO,gBAAgB,MAAM,wCAAwC,CAAC;AAEtE,OAAO,EAAE,QAAQ,EAAE,CAAC;AACpB,OAAO,EAAE,MAAM,EAAE,CAAC;AAClB,OAAO,EAAE,gBAAgB,EAAE,CAAC"}
|
package/dist/index.js
CHANGED
@@ -13,6 +13,17 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
|
|
13
13
|
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
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
17
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
18
|
+
};
|
16
19
|
Object.defineProperty(exports, "__esModule", { value: true });
|
20
|
+
exports.PLUTON_CONTRACTS = exports.TOKENS = exports.NETWORKS = void 0;
|
21
|
+
__exportStar(require("./common"), exports);
|
17
22
|
__exportStar(require("./modules"), exports);
|
23
|
+
const networks_seed_json_1 = __importDefault(require("./seed-data/networks_seed.json"));
|
24
|
+
exports.NETWORKS = networks_seed_json_1.default;
|
25
|
+
const tokens_seed_json_1 = __importDefault(require("./seed-data/tokens_seed.json"));
|
26
|
+
exports.TOKENS = tokens_seed_json_1.default;
|
27
|
+
const pluton_contracts_seed_json_1 = __importDefault(require("./seed-data/pluton_contracts_seed.json"));
|
28
|
+
exports.PLUTON_CONTRACTS = pluton_contracts_seed_json_1.default;
|
18
29
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,4CAA0B;AAE1B,wFAAsD;AAI7C,mBAJF,4BAAQ,CAIE;AAHjB,oFAAkD;AAIzC,iBAJF,0BAAM,CAIE;AAHf,wGAAsE;AAI7D,2BAJF,oCAAgB,CAIE"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"chain_transaction.dto.d.ts","sourceRoot":"","sources":["../../../../../src/modules/chainsync/domain/dto/chain_transaction.dto.ts"],"names":[],"mappings":"AAUA,qBAAa,mBAAmB;WAChB,IAAI,CAChB,CAAC,SAAS;QACR,EAAE,EAAE,MAAM,CAAC;QACX,cAAc,EAAE,MAAM,CAAC;QACvB,eAAe,EAAE,MAAM,CAAC;QACxB,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB,EACD,EAAE,EAAE,CAAC,GAAG,mBAAmB;
|
1
|
+
{"version":3,"file":"chain_transaction.dto.d.ts","sourceRoot":"","sources":["../../../../../src/modules/chainsync/domain/dto/chain_transaction.dto.ts"],"names":[],"mappings":"AAUA,qBAAa,mBAAmB;WAChB,IAAI,CAChB,CAAC,SAAS;QACR,EAAE,EAAE,MAAM,CAAC;QACX,cAAc,EAAE,MAAM,CAAC;QACvB,eAAe,EAAE,MAAM,CAAC;QACxB,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB,EACD,EAAE,EAAE,CAAC,GAAG,mBAAmB;IAsB7B,MAAM,CAAC,QAAQ,CACb,CAAC,SAAS;QACR,EAAE,EAAE,MAAM,CAAC;QACX,cAAc,EAAE,MAAM,CAAC;QACvB,eAAe,EAAE,MAAM,CAAC;QACxB,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB,EACD,QAAQ,EAAE,CAAC,EAAE,GAAG,mBAAmB,EAAE;IAIvC;;;OAGG;IACH,EAAE,EAAG,MAAM,CAAC;IAEZ;;;OAGG;IAGH,cAAc,EAAG,MAAM,CAAC;IAExB;;;OAGG;IAGH,eAAe,EAAG,MAAM,CAAC;IAEzB;;;OAGG;IAGH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IAGH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IAGH,IAAI,EAAG,MAAM,CAAC;IAEd;;;OAGG;IAGH,IAAI,EAAG,MAAM,CAAC;IAEd;;;OAGG;IAGH,IAAI,EAAG,MAAM,CAAC;IAEd;;;OAGG;IAGH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IAGH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IAGH,QAAQ,EAAG,MAAM,CAAC;IAElB;;;OAGG;IAGH,QAAQ,EAAG,MAAM,CAAC;IAElB;;;OAGG;IAGH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IAGH,IAAI,EAAG,MAAM,CAAC;IAEd;;;OAGG;IAGH,KAAK,EAAG,MAAM,CAAC;IAEf;;;OAGG;IAGH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IAGH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IAEH,YAAY,EAAE,OAAO,CAAS;CAC/B"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"chain_transaction.dto.js","sourceRoot":"","sources":["../../../../../src/modules/chainsync/domain/dto/chain_transaction.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAOyB;AACzB,wDAAyD;AAEzD,MAAa,mBAAmB;IAAhC;
|
1
|
+
{"version":3,"file":"chain_transaction.dto.js","sourceRoot":"","sources":["../../../../../src/modules/chainsync/domain/dto/chain_transaction.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAOyB;AACzB,wDAAyD;AAEzD,MAAa,mBAAmB;IAAhC;QAyME;;;WAGG;QAEH,iBAAY,GAAY,KAAK,CAAC;IAChC,CAAC;IA9MQ,MAAM,CAAC,IAAI,CAoBhB,EAAK;QACL,MAAM,GAAG,GAAG,IAAI,mBAAmB,EAAE,CAAC;QACtC,GAAG,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC;QACf,GAAG,CAAC,cAAc,GAAG,EAAE,CAAC,cAAc,CAAC;QACvC,GAAG,CAAC,eAAe,GAAG,EAAE,CAAC,eAAe,CAAC;QACzC,GAAG,CAAC,WAAW,GAAG,EAAE,CAAC,WAAW,CAAC;QACjC,GAAG,CAAC,SAAS,GAAG,EAAE,CAAC,SAAS,CAAC;QAC7B,GAAG,CAAC,IAAI,GAAG,EAAE,CAAC,IAAI,CAAC;QACnB,GAAG,CAAC,IAAI,GAAG,EAAE,CAAC,IAAI,CAAC;QACnB,GAAG,CAAC,IAAI,GAAG,EAAE,CAAC,IAAI,CAAC;QACnB,GAAG,CAAC,KAAK,GAAG,EAAE,CAAC,KAAK,CAAC;QACrB,GAAG,CAAC,IAAI,GAAG,EAAE,CAAC,IAAI,CAAC;QACnB,GAAG,CAAC,QAAQ,GAAG,EAAE,CAAC,QAAQ,CAAC;QAC3B,GAAG,CAAC,QAAQ,GAAG,EAAE,CAAC,QAAQ,CAAC;QAC3B,GAAG,CAAC,YAAY,GAAG,EAAE,CAAC,YAAY,CAAC;QACnC,GAAG,CAAC,IAAI,GAAG,EAAE,CAAC,IAAI,CAAC;QACnB,GAAG,CAAC,KAAK,GAAG,EAAE,CAAC,KAAK,CAAC;QACrB,GAAG,CAAC,OAAO,GAAG,EAAE,CAAC,OAAO,CAAC;QACzB,GAAG,CAAC,SAAS,GAAG,EAAE,CAAC,SAAS,CAAC;QAC7B,OAAO,GAAG,CAAC;IACb,CAAC;IAED,MAAM,CAAC,QAAQ,CAoBb,QAAa;QACb,OAAO,IAAA,eAAQ,EAAC,QAAQ,EAAE,mBAAmB,CAAC,IAAI,CAAC,CAAC;IACtD,CAAC;CA8IF;AA/MD,kDA+MC;AAhIC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;;2DACe;AAQxB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;;4DACgB;AAQzB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;wDACU;AAQrB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;sDACQ;AAQnB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;iDACG;AAQd;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;iDACG;AAQd;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;;iDACK;AAQd;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;kDACI;AAQf;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;iDACG;AAQd;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;qDACO;AAQlB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;qDACO;AAQlB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;yDACW;AAQtB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;iDACG;AAQd;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;kDACI;AAQf;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;oDACM;AAQjB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;sDACQ;AAOnB;IADC,IAAA,2BAAS,GAAE;;yDACkB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/chainsync/domain/dto/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mCAAmC,CAAC;AAClD,cAAc,sBAAsB,CAAC
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/chainsync/domain/dto/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mCAAmC,CAAC;AAClD,cAAc,sBAAsB,CAAC"}
|
@@ -18,5 +18,4 @@ __exportStar(require("./chain_contract.dto"), exports);
|
|
18
18
|
__exportStar(require("./chain_transaction.dto"), exports);
|
19
19
|
__exportStar(require("./chain_transaction_event_log.dto"), exports);
|
20
20
|
__exportStar(require("./pluton_request.dto"), exports);
|
21
|
-
__exportStar(require("./pluton_middleware_request.dto"), exports);
|
22
21
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/chainsync/domain/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,0DAAwC;AACxC,oEAAkD;AAClD,uDAAqC
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/chainsync/domain/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,0DAAwC;AACxC,oEAAkD;AAClD,uDAAqC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/modules/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/modules/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/modules/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/modules/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,4CAA0B;AAC1B,0CAAwB;AACxB,yCAAuB;AACvB,0CAAwB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/network/domain/dto/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/network/domain/dto/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/network/domain/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B;AAC9B,uDAAqC;AACrC,yDAAuC;AACvC,gEAA8C;AAC9C,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/network/domain/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B;AAC9B,uDAAqC;AACrC,yDAAuC;AACvC,gEAA8C;AAC9C,4DAA0C"}
|
@@ -1,20 +1,32 @@
|
|
1
1
|
export declare class NetworkTokensViewDto {
|
2
2
|
static from<T extends {
|
3
|
+
name: string;
|
4
|
+
image: string;
|
5
|
+
symbol: string;
|
6
|
+
decimals: number;
|
7
|
+
contract?: string | null;
|
8
|
+
}, N extends {
|
3
9
|
name: string;
|
4
10
|
image: string;
|
5
11
|
coinType: number;
|
6
12
|
chainId: number;
|
7
13
|
version: number;
|
8
|
-
tokens:
|
9
|
-
}>(obj:
|
14
|
+
tokens: T[];
|
15
|
+
}>(obj: N): NetworkTokensViewDto;
|
10
16
|
static listFrom<T extends {
|
17
|
+
name: string;
|
18
|
+
image: string;
|
19
|
+
symbol: string;
|
20
|
+
decimals: number;
|
21
|
+
contract?: string | null;
|
22
|
+
}, N extends {
|
11
23
|
name: string;
|
12
24
|
image: string;
|
13
25
|
coinType: number;
|
14
26
|
chainId: number;
|
15
27
|
version: number;
|
16
|
-
tokens:
|
17
|
-
}>(objs:
|
28
|
+
tokens: T[];
|
29
|
+
}>(objs: N[]): NetworkTokensViewDto[];
|
18
30
|
name: string;
|
19
31
|
image: string;
|
20
32
|
coinType: number;
|
@@ -27,20 +39,20 @@ export declare class TokenView {
|
|
27
39
|
name: string;
|
28
40
|
image: string;
|
29
41
|
symbol: string;
|
30
|
-
contract?: string;
|
31
42
|
decimals: number;
|
43
|
+
contract?: string | null;
|
32
44
|
}>(obj: T): TokenView;
|
33
45
|
static listFrom<T extends {
|
34
46
|
name: string;
|
35
47
|
image: string;
|
36
48
|
symbol: string;
|
37
|
-
contract?: string;
|
38
49
|
decimals: number;
|
50
|
+
contract?: string | null;
|
39
51
|
}>(objs: T[]): TokenView[];
|
40
52
|
name: string;
|
41
53
|
image: string;
|
42
54
|
symbol: string;
|
43
|
-
contract?: string;
|
44
55
|
decimals: number;
|
56
|
+
contract?: string;
|
45
57
|
}
|
46
58
|
//# sourceMappingURL=network_tokens_view.dto.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"network_tokens_view.dto.d.ts","sourceRoot":"","sources":["../../../../../src/modules/network/domain/dto/network_tokens_view.dto.ts"],"names":[],"mappings":"AAEA,qBAAa,oBAAoB;WACjB,IAAI,CAChB,CAAC,SAAS;QACR,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;QACjB,OAAO,EAAE,MAAM,CAAC;QAChB,OAAO,EAAE,MAAM,CAAC;QAChB,MAAM,EAAE,
|
1
|
+
{"version":3,"file":"network_tokens_view.dto.d.ts","sourceRoot":"","sources":["../../../../../src/modules/network/domain/dto/network_tokens_view.dto.ts"],"names":[],"mappings":"AAEA,qBAAa,oBAAoB;WACjB,IAAI,CAChB,CAAC,SAAS;QACR,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE,MAAM,CAAC;QACf,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KAC1B,EACD,CAAC,SAAS;QACR,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;QACjB,OAAO,EAAE,MAAM,CAAC;QAChB,OAAO,EAAE,MAAM,CAAC;QAChB,MAAM,EAAE,CAAC,EAAE,CAAC;KACb,EACD,GAAG,EAAE,CAAC,GAAG,oBAAoB;IAW/B,MAAM,CAAC,QAAQ,CACb,CAAC,SAAS;QACR,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE,MAAM,CAAC;QACf,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KAC1B,EACD,CAAC,SAAS;QACR,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;QACjB,OAAO,EAAE,MAAM,CAAC;QAChB,OAAO,EAAE,MAAM,CAAC;QAChB,MAAM,EAAE,CAAC,EAAE,CAAC;KACb,EACD,IAAI,EAAE,CAAC,EAAE,GAAG,oBAAoB,EAAE;IAIpC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,SAAS,EAAE,CAAC;CACrB;AAED,qBAAa,SAAS;WACN,IAAI,CAChB,CAAC,SAAS;QACR,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE,MAAM,CAAC;QACf,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KAC1B,EACD,GAAG,EAAE,CAAC,GAAG,SAAS;IAYpB,MAAM,CAAC,QAAQ,CACb,CAAC,SAAS;QACR,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE,MAAM,CAAC;QACf,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KAC1B,EACD,IAAI,EAAE,CAAC,EAAE,GAAG,SAAS,EAAE;IAIzB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
@@ -10,7 +10,7 @@ class NetworkTokensViewDto {
|
|
10
10
|
dto.coinType = obj.coinType;
|
11
11
|
dto.chainId = obj.chainId;
|
12
12
|
dto.version = obj.version;
|
13
|
-
dto.tokens =
|
13
|
+
dto.tokens = TokenView.listFrom(obj.tokens);
|
14
14
|
return dto;
|
15
15
|
}
|
16
16
|
static listFrom(objs) {
|
@@ -24,7 +24,7 @@ class TokenView {
|
|
24
24
|
dto.name = obj.name;
|
25
25
|
dto.image = obj.image;
|
26
26
|
dto.symbol = obj.symbol;
|
27
|
-
if (
|
27
|
+
if (obj.contract) {
|
28
28
|
dto.contract = obj.contract;
|
29
29
|
}
|
30
30
|
dto.decimals = obj.decimals;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"network_tokens_view.dto.js","sourceRoot":"","sources":["../../../../../src/modules/network/domain/dto/network_tokens_view.dto.ts"],"names":[],"mappings":";;;AAAA,wDAAyD;AAEzD,MAAa,oBAAoB;IACxB,MAAM,CAAC,IAAI,
|
1
|
+
{"version":3,"file":"network_tokens_view.dto.js","sourceRoot":"","sources":["../../../../../src/modules/network/domain/dto/network_tokens_view.dto.ts"],"names":[],"mappings":";;;AAAA,wDAAyD;AAEzD,MAAa,oBAAoB;IACxB,MAAM,CAAC,IAAI,CAgBhB,GAAM;QACN,MAAM,GAAG,GAAG,IAAI,oBAAoB,EAAE,CAAC;QACvC,GAAG,CAAC,IAAI,GAAG,GAAG,CAAC,IAAI,CAAC;QACpB,GAAG,CAAC,KAAK,GAAG,GAAG,CAAC,KAAK,CAAC;QACtB,GAAG,CAAC,QAAQ,GAAG,GAAG,CAAC,QAAQ,CAAC;QAC5B,GAAG,CAAC,OAAO,GAAG,GAAG,CAAC,OAAO,CAAC;QAC1B,GAAG,CAAC,OAAO,GAAG,GAAG,CAAC,OAAO,CAAC;QAC1B,GAAG,CAAC,MAAM,GAAG,SAAS,CAAC,QAAQ,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;QAC5C,OAAO,GAAG,CAAC;IACb,CAAC;IAED,MAAM,CAAC,QAAQ,CAgBb,IAAS;QACT,OAAO,IAAA,eAAQ,EAAC,IAAI,EAAE,oBAAoB,CAAC,IAAI,CAAC,CAAC;IACnD,CAAC;CAQF;AAtDD,oDAsDC;AAED,MAAa,SAAS;IACb,MAAM,CAAC,IAAI,CAQhB,GAAM;QACN,MAAM,GAAG,GAAG,IAAI,SAAS,EAAE,CAAC;QAC5B,GAAG,CAAC,IAAI,GAAG,GAAG,CAAC,IAAI,CAAC;QACpB,GAAG,CAAC,KAAK,GAAG,GAAG,CAAC,KAAK,CAAC;QACtB,GAAG,CAAC,MAAM,GAAG,GAAG,CAAC,MAAM,CAAC;QACxB,IAAI,GAAG,CAAC,QAAQ,EAAE,CAAC;YACjB,GAAG,CAAC,QAAQ,GAAG,GAAG,CAAC,QAAQ,CAAC;QAC9B,CAAC;QACD,GAAG,CAAC,QAAQ,GAAG,GAAG,CAAC,QAAQ,CAAC;QAC5B,OAAO,GAAG,CAAC;IACb,CAAC;IAED,MAAM,CAAC,QAAQ,CAQb,IAAS;QACT,OAAO,IAAA,eAAQ,EAAC,IAAI,EAAE,SAAS,CAAC,IAAI,CAAC,CAAC;IACxC,CAAC;CAOF;AAtCD,8BAsCC"}
|
package/dist/modules/quote/domain/dto/affiliate/claim_affiliate_signature_response.dto.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"claim_affiliate_signature_response.dto.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/affiliate/claim_affiliate_signature_response.dto.ts"],"names":[],"mappings":"AAGA,qBAAa,yBAAyB;IACpC;;;;OAIG;WACW,IAAI,CAAC,CAAC,SAAS;QAAE,OAAO,EAAE,MAAM,CAAA;KAAE,
|
1
|
+
{"version":3,"file":"claim_affiliate_signature_response.dto.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/affiliate/claim_affiliate_signature_response.dto.ts"],"names":[],"mappings":"AAGA,qBAAa,yBAAyB;IACpC;;;;OAIG;WACW,IAAI,CAAC,CAAC,SAAS;QAAE,OAAO,EAAE,MAAM,CAAA;KAAE,EAC9C,GAAG,EAAE,CAAC,GACL,yBAAyB;IAM5B;;;;OAIG;IACH,MAAM,CAAC,QAAQ,CAAC,CAAC,SAAS;QAAE,OAAO,EAAE,MAAM,CAAA;KAAE,EAC3C,IAAI,EAAE,CAAC,EAAE,GACR,yBAAyB,EAAE;IAI9B;;;OAGG;IAEH,OAAO,EAAE,MAAM,CAAC;CACjB"}
|
package/dist/modules/quote/domain/dto/affiliate/claim_affiliate_signature_response.dto.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"claim_affiliate_signature_response.dto.js","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/affiliate/claim_affiliate_signature_response.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA6C;AAC7C,2DAA4D;AAE5D,MAAa,yBAAyB;IACpC;;;;OAIG;IACI,MAAM,CAAC,IAAI,
|
1
|
+
{"version":3,"file":"claim_affiliate_signature_response.dto.js","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/affiliate/claim_affiliate_signature_response.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA6C;AAC7C,2DAA4D;AAE5D,MAAa,yBAAyB;IACpC;;;;OAIG;IACI,MAAM,CAAC,IAAI,CAChB,GAAM;QAEN,MAAM,GAAG,GAAG,IAAI,yBAAyB,EAAE,CAAC;QAC5C,GAAG,CAAC,OAAO,GAAG,GAAG,CAAC,OAAO,CAAC;QAC1B,OAAO,GAAG,CAAC;IACb,CAAC;IAED;;;;OAIG;IACH,MAAM,CAAC,QAAQ,CACb,IAAS;QAET,OAAO,IAAA,eAAQ,EAAC,IAAI,EAAE,yBAAyB,CAAC,IAAI,CAAC,CAAC;IACxD,CAAC;CAQF;AA/BD,8DA+BC;AADC;IADC,IAAA,4BAAU,GAAE;;0DACG"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"create_claim_affiliate_request.dto.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/affiliate/create_claim_affiliate_request.dto.ts"],"names":[],"mappings":"AAGA,qBAAa,8BAA8B;WAC3B,IAAI,
|
1
|
+
{"version":3,"file":"create_claim_affiliate_request.dto.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/affiliate/create_claim_affiliate_request.dto.ts"],"names":[],"mappings":"AAGA,qBAAa,8BAA8B;WAC3B,IAAI,CAChB,CAAC,SAAS;QACR,oBAAoB,EAAE,MAAM,CAAC;QAC7B,gBAAgB,EAAE,MAAM,CAAC;QACzB,OAAO,EAAE,MAAM,CAAC;KACjB,EACD,GAAG,EAAE,CAAC,GAAG,8BAA8B;IAQzC,MAAM,CAAC,QAAQ,CACb,CAAC,SAAS;QACR,oBAAoB,EAAE,MAAM,CAAC;QAC7B,gBAAgB,EAAE,MAAM,CAAC;QACzB,OAAO,EAAE,MAAM,CAAC;KACjB,EACD,IAAI,EAAE,CAAC,EAAE,GAAG,8BAA8B,EAAE;IAI9C;;;OAGG;IAEH,oBAAoB,EAAE,MAAM,CAAC;IAE7B;;;OAGG;IAEH,gBAAgB,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IAEH,OAAO,EAAE,MAAM,CAAC;CACjB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"create_claim_affiliate_request.dto.js","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/affiliate/create_claim_affiliate_request.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAmD;AACnD,2DAA4D;AAE5D,MAAa,8BAA8B;IAClC,MAAM,CAAC,IAAI,
|
1
|
+
{"version":3,"file":"create_claim_affiliate_request.dto.js","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/affiliate/create_claim_affiliate_request.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAmD;AACnD,2DAA4D;AAE5D,MAAa,8BAA8B;IAClC,MAAM,CAAC,IAAI,CAMhB,GAAM;QACN,MAAM,GAAG,GAAG,IAAI,8BAA8B,EAAE,CAAC;QACjD,GAAG,CAAC,oBAAoB,GAAG,GAAG,CAAC,oBAAoB,CAAC;QACpD,GAAG,CAAC,gBAAgB,GAAG,GAAG,CAAC,gBAAgB,CAAC;QAC5C,GAAG,CAAC,OAAO,GAAG,GAAG,CAAC,OAAO,CAAC;QAC1B,OAAO,GAAG,CAAC;IACb,CAAC;IAED,MAAM,CAAC,QAAQ,CAMb,IAAS;QACT,OAAO,IAAA,eAAQ,EAAC,IAAI,EAAE,8BAA8B,CAAC,IAAI,CAAC,CAAC;IAC7D,CAAC;CAsBF;AA7CD,wEA6CC;AAfC;IADC,IAAA,wBAAM,GAAE;;4EACoB;AAO7B;IADC,IAAA,0BAAQ,GAAE;;wEACc;AAOzB;IADC,IAAA,0BAAQ,GAAE;;+DACK"}
|
@@ -1,4 +1,16 @@
|
|
1
1
|
export declare class CreateClaimAffiliateResponseDto {
|
2
|
+
static from<T extends {
|
3
|
+
signature: string;
|
4
|
+
coinType: number;
|
5
|
+
chainId: number;
|
6
|
+
tokenAddress: string;
|
7
|
+
}>(obj: T): CreateClaimAffiliateResponseDto;
|
8
|
+
static listFrom<T extends {
|
9
|
+
signature: string;
|
10
|
+
coinType: number;
|
11
|
+
chainId: number;
|
12
|
+
tokenAddress: string;
|
13
|
+
}>(objs: T[]): CreateClaimAffiliateResponseDto[];
|
2
14
|
/**
|
3
15
|
* @example '0xabcdef...'
|
4
16
|
* @description The signature for the claim request
|
@@ -18,18 +30,6 @@ export declare class CreateClaimAffiliateResponseDto {
|
|
18
30
|
* @example '0x123456...'
|
19
31
|
* @description The address of the asset for the claim
|
20
32
|
*/
|
21
|
-
|
22
|
-
static from<T extends {
|
23
|
-
signature: string;
|
24
|
-
coinType: number;
|
25
|
-
chainId: number;
|
26
|
-
assetAddress: string;
|
27
|
-
}>(obj: T): CreateClaimAffiliateResponseDto;
|
28
|
-
static listFrom<T extends {
|
29
|
-
signature: string;
|
30
|
-
coinType: number;
|
31
|
-
chainId: number;
|
32
|
-
assetAddress: string;
|
33
|
-
}>(objs: T[]): CreateClaimAffiliateResponseDto[];
|
33
|
+
tokenAddress: string;
|
34
34
|
}
|
35
35
|
//# sourceMappingURL=create_claim_affiliate_response.dto.d.ts.map
|
package/dist/modules/quote/domain/dto/affiliate/create_claim_affiliate_response.dto.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"create_claim_affiliate_response.dto.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/affiliate/create_claim_affiliate_response.dto.ts"],"names":[],"mappings":"AAEA,qBAAa,+BAA+B;
|
1
|
+
{"version":3,"file":"create_claim_affiliate_response.dto.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/affiliate/create_claim_affiliate_response.dto.ts"],"names":[],"mappings":"AAEA,qBAAa,+BAA+B;WAC5B,IAAI,CAChB,CAAC,SAAS;QACR,SAAS,EAAE,MAAM,CAAC;QAClB,QAAQ,EAAE,MAAM,CAAC;QACjB,OAAO,EAAE,MAAM,CAAC;QAChB,YAAY,EAAE,MAAM,CAAC;KACtB,EACD,GAAG,EAAE,CAAC,GAAG,+BAA+B;IAS1C,MAAM,CAAC,QAAQ,CACb,CAAC,SAAS;QACR,SAAS,EAAE,MAAM,CAAC;QAClB,QAAQ,EAAE,MAAM,CAAC;QACjB,OAAO,EAAE,MAAM,CAAC;QAChB,YAAY,EAAE,MAAM,CAAC;KACtB,EACD,IAAI,EAAE,CAAC,EAAE,GAAG,+BAA+B,EAAE;IAI/C;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;CACtB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"create_claim_affiliate_response.dto.js","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/affiliate/create_claim_affiliate_response.dto.ts"],"names":[],"mappings":";;;AAAA,2DAA4D;AAE5D,MAAa,+BAA+B;
|
1
|
+
{"version":3,"file":"create_claim_affiliate_response.dto.js","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/affiliate/create_claim_affiliate_response.dto.ts"],"names":[],"mappings":";;;AAAA,2DAA4D;AAE5D,MAAa,+BAA+B;IACnC,MAAM,CAAC,IAAI,CAOhB,GAAM;QACN,MAAM,GAAG,GAAG,IAAI,+BAA+B,EAAE,CAAC;QAClD,GAAG,CAAC,SAAS,GAAG,GAAG,CAAC,SAAS,CAAC;QAC9B,GAAG,CAAC,QAAQ,GAAG,GAAG,CAAC,QAAQ,CAAC;QAC5B,GAAG,CAAC,OAAO,GAAG,GAAG,CAAC,OAAO,CAAC;QAC1B,GAAG,CAAC,YAAY,GAAG,GAAG,CAAC,YAAY,CAAC;QACpC,OAAO,GAAG,CAAC;IACb,CAAC;IAED,MAAM,CAAC,QAAQ,CAOb,IAAS;QACT,OAAO,IAAA,eAAQ,EAAC,IAAI,EAAE,+BAA+B,CAAC,IAAI,CAAC,CAAC;IAC9D,CAAC;CAyBF;AAnDD,0EAmDC"}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
export * from
|
2
|
-
export * from
|
3
|
-
export * from
|
1
|
+
export * from './affiliate';
|
2
|
+
export * from './quote';
|
3
|
+
export * from './refund';
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1,17 +1,16 @@
|
|
1
|
-
export * from
|
2
|
-
export * from
|
3
|
-
export * from
|
4
|
-
export * from
|
5
|
-
export * from
|
6
|
-
export * from
|
7
|
-
export * from
|
8
|
-
export * from
|
9
|
-
export * from
|
10
|
-
export * from
|
11
|
-
export * from
|
12
|
-
export * from
|
13
|
-
export * from
|
14
|
-
export * from
|
15
|
-
export * from
|
16
|
-
export * from "./quote.dto";
|
1
|
+
export * from './quote_base_intent_request.dto';
|
2
|
+
export * from './quote_bridge_intent_request.dto';
|
3
|
+
export * from './quote_bridge_intent_response.dto';
|
4
|
+
export * from './quote_estimate_bridge_intent_request.dto';
|
5
|
+
export * from './quote_intent_request.dto';
|
6
|
+
export * from './quote_intent_response.dto';
|
7
|
+
export * from './quote_request_lifecycle.dto';
|
8
|
+
export * from './quote_request.dto';
|
9
|
+
export * from './quote_response_lifecycle.dto';
|
10
|
+
export * from './quote_response.dto';
|
11
|
+
export * from './quote_selected_intents_request.dto';
|
12
|
+
export * from './quote_selected_intents_resposne.dto';
|
13
|
+
export * from './quote_set_transaction_request.dto';
|
14
|
+
export * from './quote_set_transaction_response.dto';
|
15
|
+
export * from './quote.dto';
|
17
16
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC;AAEhD,cAAc,mCAAmC,CAAC;AAClD,cAAc,oCAAoC,CAAC;AAEnD,cAAc,4CAA4C,CAAC;AAE3D,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC;AAE5C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qBAAqB,CAAC;AAEpC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,sBAAsB,CAAC;
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC;AAEhD,cAAc,mCAAmC,CAAC;AAClD,cAAc,oCAAoC,CAAC;AAEnD,cAAc,4CAA4C,CAAC;AAE3D,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC;AAE5C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qBAAqB,CAAC;AAEpC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,sBAAsB,CAAC;AAErC,cAAc,sCAAsC,CAAC;AACrD,cAAc,uCAAuC,CAAC;AAEtD,cAAc,qCAAqC,CAAC;AACpD,cAAc,sCAAsC,CAAC;AAErD,cAAc,aAAa,CAAC"}
|
@@ -24,7 +24,6 @@ __exportStar(require("./quote_request_lifecycle.dto"), exports);
|
|
24
24
|
__exportStar(require("./quote_request.dto"), exports);
|
25
25
|
__exportStar(require("./quote_response_lifecycle.dto"), exports);
|
26
26
|
__exportStar(require("./quote_response.dto"), exports);
|
27
|
-
__exportStar(require("./quote_estimate_response.dto"), exports);
|
28
27
|
__exportStar(require("./quote_selected_intents_request.dto"), exports);
|
29
28
|
__exportStar(require("./quote_selected_intents_resposne.dto"), exports);
|
30
29
|
__exportStar(require("./quote_set_transaction_request.dto"), exports);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kEAAgD;AAEhD,oEAAkD;AAClD,qEAAmD;AAEnD,6EAA2D;AAE3D,6DAA2C;AAC3C,8DAA4C;AAE5C,gEAA8C;AAC9C,sDAAoC;AAEpC,iEAA+C;AAC/C,uDAAqC;
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kEAAgD;AAEhD,oEAAkD;AAClD,qEAAmD;AAEnD,6EAA2D;AAE3D,6DAA2C;AAC3C,8DAA4C;AAE5C,gEAA8C;AAC9C,sDAAoC;AAEpC,iEAA+C;AAC/C,uDAAqC;AAErC,uEAAqD;AACrD,wEAAsD;AAEtD,sEAAoD;AACpD,uEAAqD;AAErD,8CAA4B"}
|
@@ -1,10 +1,5 @@
|
|
1
1
|
import { IntentType } from '../../../../../common';
|
2
|
-
export declare class
|
3
|
-
/**
|
4
|
-
* @example 'bridge'
|
5
|
-
* @description id of request in contract on chain
|
6
|
-
*/
|
7
|
-
plutonId?: string;
|
2
|
+
export declare class QuoteBaseIntentRequestDto {
|
8
3
|
/**
|
9
4
|
* @example 'bridge'
|
10
5
|
* @description Type of intent request
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"quote_base_intent_request.dto.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/quote_base_intent_request.dto.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAEnD,qBAAa,yBAAyB;IACpC;;;OAGG;IAEH,
|
1
|
+
{"version":3,"file":"quote_base_intent_request.dto.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/quote_base_intent_request.dto.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAEnD,qBAAa,yBAAyB;IACpC;;;OAGG;IAEH,UAAU,EAAE,UAAU,CAAC;CACxB"}
|
@@ -9,18 +9,14 @@ 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.QuoteBaseIntentRequestDto = void 0;
|
13
13
|
const class_validator_1 = require("class-validator");
|
14
14
|
const common_1 = require("../../../../../common");
|
15
|
-
class
|
15
|
+
class QuoteBaseIntentRequestDto {
|
16
16
|
}
|
17
|
-
exports.
|
18
|
-
__decorate([
|
19
|
-
(0, class_validator_1.IsString)(),
|
20
|
-
__metadata("design:type", String)
|
21
|
-
], BaseQuoteIntentRequestDto.prototype, "plutonId", void 0);
|
17
|
+
exports.QuoteBaseIntentRequestDto = QuoteBaseIntentRequestDto;
|
22
18
|
__decorate([
|
23
19
|
(0, class_validator_1.IsNotEmpty)(),
|
24
20
|
__metadata("design:type", String)
|
25
|
-
],
|
21
|
+
], QuoteBaseIntentRequestDto.prototype, "intentType", void 0);
|
26
22
|
//# sourceMappingURL=quote_base_intent_request.dto.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"quote_base_intent_request.dto.js","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/quote_base_intent_request.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AACvD,kDAAmD;AAEnD,MAAa,yBAAyB;
|
1
|
+
{"version":3,"file":"quote_base_intent_request.dto.js","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/quote_base_intent_request.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AACvD,kDAAmD;AAEnD,MAAa,yBAAyB;CAOrC;AAPD,8DAOC;AADC;IADC,IAAA,4BAAU,GAAE;;6DACU"}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import { SelectionStatus } from '@plutonlabs/sdk';
|
2
|
+
import { IntentType } from '@plutonlabs/sdk/dist/common';
|
3
|
+
export declare class QuoteBaseIntentResponseDto {
|
4
|
+
id?: string;
|
5
|
+
/**
|
6
|
+
* @description Type of intent request
|
7
|
+
* @example: IntentType.BRIDGE
|
8
|
+
*/
|
9
|
+
intentType: IntentType;
|
10
|
+
/**
|
11
|
+
* @description: Unique identifier for the intent request related to the quote
|
12
|
+
* @example: 'a68d209f-46e3-4f0e-b013-94c3b5f4d7f2'
|
13
|
+
*/
|
14
|
+
intentRequestId: string;
|
15
|
+
solverId?: string;
|
16
|
+
selectionStatus?: SelectionStatus;
|
17
|
+
}
|
18
|
+
//# sourceMappingURL=quote_base_intent_response.dto.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"quote_base_intent_response.dto.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/quote_base_intent_response.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAGzD,qBAAa,0BAA0B;IAErC,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IAGH,UAAU,EAAE,UAAU,CAAC;IAEvB;;;OAGG;IAGH,eAAe,EAAE,MAAM,CAAC;IAGxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,eAAe,CAAC,EAAE,eAAe,CAAgC;CAClE"}
|
@@ -0,0 +1,44 @@
|
|
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.QuoteBaseIntentResponseDto = void 0;
|
13
|
+
const sdk_1 = require("@plutonlabs/sdk");
|
14
|
+
const common_1 = require("@plutonlabs/sdk/dist/common");
|
15
|
+
const class_validator_1 = require("class-validator");
|
16
|
+
class QuoteBaseIntentResponseDto {
|
17
|
+
constructor() {
|
18
|
+
this.selectionStatus = sdk_1.SelectionStatus.NOT_SELECTED;
|
19
|
+
}
|
20
|
+
}
|
21
|
+
exports.QuoteBaseIntentResponseDto = QuoteBaseIntentResponseDto;
|
22
|
+
__decorate([
|
23
|
+
(0, class_validator_1.IsUUID)(),
|
24
|
+
__metadata("design:type", String)
|
25
|
+
], QuoteBaseIntentResponseDto.prototype, "id", void 0);
|
26
|
+
__decorate([
|
27
|
+
(0, class_validator_1.IsNotEmpty)(),
|
28
|
+
(0, class_validator_1.IsNotEmpty)(),
|
29
|
+
__metadata("design:type", String)
|
30
|
+
], QuoteBaseIntentResponseDto.prototype, "intentType", void 0);
|
31
|
+
__decorate([
|
32
|
+
(0, class_validator_1.IsNotEmpty)(),
|
33
|
+
(0, class_validator_1.IsUUID)(),
|
34
|
+
__metadata("design:type", String)
|
35
|
+
], QuoteBaseIntentResponseDto.prototype, "intentRequestId", void 0);
|
36
|
+
__decorate([
|
37
|
+
(0, class_validator_1.IsUUID)(),
|
38
|
+
__metadata("design:type", String)
|
39
|
+
], QuoteBaseIntentResponseDto.prototype, "solverId", void 0);
|
40
|
+
__decorate([
|
41
|
+
(0, class_validator_1.IsNumber)(),
|
42
|
+
__metadata("design:type", Number)
|
43
|
+
], QuoteBaseIntentResponseDto.prototype, "selectionStatus", void 0);
|
44
|
+
//# sourceMappingURL=quote_base_intent_response.dto.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"quote_base_intent_response.dto.js","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/quote_base_intent_response.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAAkD;AAClD,wDAAyD;AACzD,qDAA+D;AAE/D,MAAa,0BAA0B;IAAvC;QAwBE,oBAAe,GAAqB,qBAAe,CAAC,YAAY,CAAC;IACnE,CAAC;CAAA;AAzBD,gEAyBC;AAvBC;IADC,IAAA,wBAAM,GAAE;;sDACG;AAQZ;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,4BAAU,GAAE;;8DACU;AAQvB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;;mEACe;AAGxB;IADC,IAAA,wBAAM,GAAE;;4DACS;AAGlB;IADC,IAAA,0BAAQ,GAAE;;mEACsD"}
|
@@ -1,17 +1,9 @@
|
|
1
|
-
import { BaseQuoteIntentResponseDto } from '
|
1
|
+
import { BaseQuoteIntentResponseDto } from '@plutonlabs/sdk';
|
2
2
|
export declare class QuoteBridgeIntentResponseDto extends BaseQuoteIntentResponseDto {
|
3
3
|
/**
|
4
4
|
* @example '10000'
|
5
5
|
* @description Solver response amount of destination token
|
6
6
|
*/
|
7
7
|
amount: string;
|
8
|
-
/**
|
9
|
-
* @description Expiry date of initiation
|
10
|
-
*/
|
11
|
-
initiationExpiry: Date;
|
12
|
-
/**
|
13
|
-
* @description Expiry date of redemption
|
14
|
-
*/
|
15
|
-
redeemExpiry: Date;
|
16
8
|
}
|
17
9
|
//# sourceMappingURL=quote_bridge_intent_response.dto.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"quote_bridge_intent_response.dto.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/quote_bridge_intent_response.dto.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"quote_bridge_intent_response.dto.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/quote_bridge_intent_response.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,iBAAiB,CAAC;AAG7D,qBAAa,4BAA6B,SAAQ,0BAA0B;IAC1E;;;OAGG;IAGH,MAAM,EAAE,MAAM,CAAC;CAChB"}
|
@@ -10,9 +10,9 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
10
10
|
};
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
12
12
|
exports.QuoteBridgeIntentResponseDto = void 0;
|
13
|
+
const sdk_1 = require("@plutonlabs/sdk");
|
13
14
|
const class_validator_1 = require("class-validator");
|
14
|
-
|
15
|
-
class QuoteBridgeIntentResponseDto extends quote_intent_response_dto_1.BaseQuoteIntentResponseDto {
|
15
|
+
class QuoteBridgeIntentResponseDto extends sdk_1.BaseQuoteIntentResponseDto {
|
16
16
|
}
|
17
17
|
exports.QuoteBridgeIntentResponseDto = QuoteBridgeIntentResponseDto;
|
18
18
|
__decorate([
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"quote_bridge_intent_response.dto.js","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/quote_bridge_intent_response.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
1
|
+
{"version":3,"file":"quote_bridge_intent_response.dto.js","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/quote_bridge_intent_response.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA6D;AAC7D,qDAAuD;AAEvD,MAAa,4BAA6B,SAAQ,gCAA0B;CAQ3E;AARD,oEAQC;AADC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;4DACI"}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { BaseQuoteIntentRequestDto } from '
|
2
|
-
import { CalcMode } from '
|
1
|
+
import { BaseQuoteIntentRequestDto } from '@plutonlabs/sdk';
|
2
|
+
import { CalcMode } from '@plutonlabs/sdk/dist/common';
|
3
3
|
export declare class QuoteEstimateBridgeIntentRequestDto extends BaseQuoteIntentRequestDto {
|
4
4
|
/**
|
5
5
|
* @example 1
|