@plutonlabs/sdk 0.0.22-beta → 0.0.23-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.
@@ -11,4 +11,12 @@ export declare class QuoteSelectedIntentsRequestDto {
11
11
  */
12
12
  destinationWalletAddress: string;
13
13
  }
14
+ export declare class SolverQuoteSelectedIntentDto {
15
+ id: string;
16
+ /**
17
+ * @description User destination wallet address
18
+ * @example '0x8767865786576'
19
+ */
20
+ destinationWalletAddress: string;
21
+ }
14
22
  //# sourceMappingURL=quote_selected_intents_request.dto.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"quote_selected_intents_request.dto.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/quote_selected_intents_request.dto.ts"],"names":[],"mappings":"AAEA,qBAAa,8BAA8B;IAEzC,EAAE,EAAE,MAAM,CAAC;IAEX;;;OAGG;IAGH,mBAAmB,EAAE,MAAM,CAAC;IAE5B;;;OAGG;IAGH,wBAAwB,EAAE,MAAM,CAAC;CAClC"}
1
+ {"version":3,"file":"quote_selected_intents_request.dto.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/quote_selected_intents_request.dto.ts"],"names":[],"mappings":"AAEA,qBAAa,8BAA8B;IAEzC,EAAE,EAAE,MAAM,CAAC;IAEX;;;OAGG;IAGH,mBAAmB,EAAE,MAAM,CAAC;IAE5B;;;OAGG;IAGH,wBAAwB,EAAE,MAAM,CAAC;CAClC;AAGD,qBAAa,4BAA4B;IAEvC,EAAE,EAAE,MAAM,CAAC;IAEX;;;OAGG;IAGH,wBAAwB,EAAE,MAAM,CAAC;CAClC"}
@@ -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.QuoteSelectedIntentsRequestDto = void 0;
12
+ exports.SolverQuoteSelectedIntentDto = exports.QuoteSelectedIntentsRequestDto = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
14
  class QuoteSelectedIntentsRequestDto {
15
15
  }
@@ -28,4 +28,16 @@ __decorate([
28
28
  (0, class_validator_1.IsString)(),
29
29
  __metadata("design:type", String)
30
30
  ], QuoteSelectedIntentsRequestDto.prototype, "destinationWalletAddress", void 0);
31
+ class SolverQuoteSelectedIntentDto {
32
+ }
33
+ exports.SolverQuoteSelectedIntentDto = SolverQuoteSelectedIntentDto;
34
+ __decorate([
35
+ (0, class_validator_1.IsUUID)(),
36
+ __metadata("design:type", String)
37
+ ], SolverQuoteSelectedIntentDto.prototype, "id", void 0);
38
+ __decorate([
39
+ (0, class_validator_1.IsNotEmpty)(),
40
+ (0, class_validator_1.IsString)(),
41
+ __metadata("design:type", String)
42
+ ], SolverQuoteSelectedIntentDto.prototype, "destinationWalletAddress", void 0);
31
43
  //# sourceMappingURL=quote_selected_intents_request.dto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"quote_selected_intents_request.dto.js","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/quote_selected_intents_request.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+D;AAE/D,MAAa,8BAA8B;CAmB1C;AAnBD,wEAmBC;AAjBC;IADC,IAAA,wBAAM,GAAE;;0DACE;AAQX;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;2EACiB;AAQ5B;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;gFACsB"}
1
+ {"version":3,"file":"quote_selected_intents_request.dto.js","sourceRoot":"","sources":["../../../../../../src/modules/quote/domain/dto/quote/quote_selected_intents_request.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+D;AAE/D,MAAa,8BAA8B;CAmB1C;AAnBD,wEAmBC;AAjBC;IADC,IAAA,wBAAM,GAAE;;0DACE;AAQX;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;2EACiB;AAQ5B;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;gFACsB;AAInC,MAAa,4BAA4B;CAWxC;AAXD,oEAWC;AATC;IADC,IAAA,wBAAM,GAAE;;wDACE;AAQX;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;8EACsB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plutonlabs/sdk",
3
- "version": "0.0.22-beta",
3
+ "version": "0.0.23-beta",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [