@plutonlabs/sdk 0.0.50-beta → 0.0.51-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/modules/quote/domain/dto/quote/quote_bridge_intent_response.dto.d.ts +5 -0
- 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 +4 -0
- package/dist/modules/quote/domain/dto/quote/quote_bridge_intent_response.dto.js.map +1 -1
- package/package.json +1 -1
@@ -8,5 +8,10 @@ export declare class QuoteBridgeIntentResponseDto extends QuoteBaseIntentRespons
|
|
8
8
|
* @description Solver response amount of destination token
|
9
9
|
*/
|
10
10
|
amount: string;
|
11
|
+
/**
|
12
|
+
* @example '500'
|
13
|
+
* @description Solver estimate for solving in ms
|
14
|
+
*/
|
15
|
+
solveTimeEstimate: number;
|
11
16
|
}
|
12
17
|
//# 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":"AACA,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAG9E,qBAAa,4BAA6B,SAAQ,0BAA0B;gBAExE,OAAO,KAAA;WAgBK,IAAI,CAWhB,MAAM,EACN,GAAG,EAAE,MAAM,GAAG,4BAA4B;IAI5C,MAAM,CAAC,QAAQ,CAWb,MAAM,EACN,IAAI,EAAE,MAAM,EAAE,GAAG,4BAA4B,EAAE;IAIjD;;;OAGG;IAGH,MAAM,EAAE,MAAM,CAAC;
|
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":"AACA,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAG9E,qBAAa,4BAA6B,SAAQ,0BAA0B;gBAExE,OAAO,KAAA;WAgBK,IAAI,CAWhB,MAAM,EACN,GAAG,EAAE,MAAM,GAAG,4BAA4B;IAI5C,MAAM,CAAC,QAAQ,CAWb,MAAM,EACN,IAAI,EAAE,MAAM,EAAE,GAAG,4BAA4B,EAAE;IAIjD;;;OAGG;IAGH,MAAM,EAAE,MAAM,CAAC;IAEf;;;OAGG;IAEH,iBAAiB,EAAE,MAAM,CAAC;CAC3B"}
|
@@ -42,4 +42,8 @@ __decorate([
|
|
42
42
|
(0, class_validator_1.IsString)(),
|
43
43
|
__metadata("design:type", String)
|
44
44
|
], QuoteBridgeIntentResponseDto.prototype, "amount", void 0);
|
45
|
+
__decorate([
|
46
|
+
(0, class_validator_1.IsNumber)(),
|
47
|
+
__metadata("design:type", Number)
|
48
|
+
], QuoteBridgeIntentResponseDto.prototype, "solveTimeEstimate", void 0);
|
45
49
|
//# sourceMappingURL=quote_bridge_intent_response.dto.js.map
|
@@ -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,qDAAiE;AACjE,qFAA8E;AAC9E,kDAAiD;AAEjD,MAAa,4BAA6B,SAAQ,2DAA0B;IAC1E,YACE,OAAO;IACP,YAAY;IACZ,iBAAiB;IACjB,4BAA4B;IAC5B,6BAA6B;IAC7B,6BAA6B;IAC7B,yBAAyB;IACzB,uBAAuB;IACvB,uCAAuC;IACvC,oBAAoB;IACpB,KAAK;;QAEL,KAAK,CAAC,OAAO,CAAC,CAAC;QACf,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;IAC/B,CAAC;IAEM,MAAM,CAAC,IAAI,CAYhB,GAAW;QACX,OAAO,IAAI,4BAA4B,CAAC,GAAG,CAAC,CAAC;IAC/C,CAAC;IAED,MAAM,CAAC,QAAQ,CAYb,IAAc;QACd,OAAO,IAAA,iBAAQ,EAAC,IAAI,EAAE,4BAA4B,CAAC,IAAI,CAAC,CAAC;IAC3D,CAAC;CAgBF;AAhED,oEAgEC;AARC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;4DACI;AAOf;IADC,IAAA,0BAAQ,GAAE;;uEACe"}
|