@plutonlabs/sdk 0.0.43-beta → 0.0.45-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.
Files changed (102) hide show
  1. package/dist/common/enums/index.d.ts +1 -1
  2. package/dist/common/enums/index.d.ts.map +1 -1
  3. package/dist/common/enums/index.js +1 -1
  4. package/dist/common/enums/index.js.map +1 -1
  5. package/dist/index.d.ts +2 -2
  6. package/dist/index.d.ts.map +1 -1
  7. package/dist/index.js +2 -2
  8. package/dist/index.js.map +1 -1
  9. package/dist/modules/chainsync/domain/dto/chain_transaction.dto.d.ts +27 -27
  10. package/dist/modules/chainsync/domain/dto/chain_transaction.dto.d.ts.map +1 -1
  11. package/dist/modules/chainsync/domain/dto/chain_transaction.dto.js +7 -0
  12. package/dist/modules/chainsync/domain/dto/chain_transaction.dto.js.map +1 -1
  13. package/dist/modules/chainsync/domain/dto/index.d.ts +0 -1
  14. package/dist/modules/chainsync/domain/dto/index.d.ts.map +1 -1
  15. package/dist/modules/chainsync/domain/dto/index.js +0 -1
  16. package/dist/modules/chainsync/domain/dto/index.js.map +1 -1
  17. package/dist/modules/index.d.ts +1 -0
  18. package/dist/modules/index.d.ts.map +1 -1
  19. package/dist/modules/index.js +1 -0
  20. package/dist/modules/index.js.map +1 -1
  21. package/dist/modules/quote/domain/dto/affiliate/claim_affiliate_signature_request.dto.js +2 -2
  22. package/dist/modules/quote/domain/dto/affiliate/claim_affiliate_signature_request.dto.js.map +1 -1
  23. package/dist/modules/quote/domain/dto/affiliate/claim_affiliate_signature_response.dto.js +2 -2
  24. package/dist/modules/quote/domain/dto/affiliate/claim_affiliate_signature_response.dto.js.map +1 -1
  25. package/dist/modules/quote/domain/dto/affiliate/create_claim_affiliate_request.dto.js +2 -2
  26. package/dist/modules/quote/domain/dto/affiliate/create_claim_affiliate_request.dto.js.map +1 -1
  27. package/dist/modules/quote/domain/dto/affiliate/create_claim_affiliate_response.dto.js +2 -2
  28. package/dist/modules/quote/domain/dto/affiliate/create_claim_affiliate_response.dto.js.map +1 -1
  29. package/dist/modules/quote/domain/dto/quote/index.d.ts +2 -3
  30. package/dist/modules/quote/domain/dto/quote/index.d.ts.map +1 -1
  31. package/dist/modules/quote/domain/dto/quote/index.js +2 -3
  32. package/dist/modules/quote/domain/dto/quote/index.js.map +1 -1
  33. package/dist/modules/quote/domain/dto/quote/quote_base_intent_response.dto.d.ts +1 -1
  34. package/dist/modules/quote/domain/dto/quote/quote_base_intent_response.dto.d.ts.map +1 -1
  35. package/dist/modules/quote/domain/dto/quote/quote_base_intent_response.dto.js +2 -2
  36. package/dist/modules/quote/domain/dto/quote/quote_base_intent_response.dto.js.map +1 -1
  37. package/dist/modules/quote/domain/dto/quote/quote_bridge_intent_response.dto.d.ts.map +1 -1
  38. package/dist/modules/quote/domain/dto/quote/quote_bridge_intent_response.dto.js.map +1 -1
  39. package/dist/modules/quote/domain/dto/quote/quote_intent_solve_done.dto.d.ts +9 -0
  40. package/dist/modules/quote/domain/dto/quote/quote_intent_solve_done.dto.d.ts.map +1 -0
  41. package/dist/modules/{chainsync/domain/dto/swap/swap_request.dto.js → quote/domain/dto/quote/quote_intent_solve_done.dto.js} +8 -24
  42. package/dist/modules/quote/domain/dto/quote/quote_intent_solve_done.dto.js.map +1 -0
  43. package/dist/modules/quote/domain/dto/quote/quote_intent_solve_start.dto.d.ts +4 -0
  44. package/dist/modules/quote/domain/dto/quote/quote_intent_solve_start.dto.d.ts.map +1 -0
  45. package/dist/modules/quote/domain/dto/quote/quote_intent_solve_start.dto.js +21 -0
  46. package/dist/modules/quote/domain/dto/quote/quote_intent_solve_start.dto.js.map +1 -0
  47. package/dist/modules/quote/domain/dto/quote/quote_selected_intents_resposne.dto copy.d.ts +11 -0
  48. package/dist/modules/quote/domain/dto/quote/quote_selected_intents_resposne.dto copy.d.ts.map +1 -0
  49. package/dist/modules/quote/domain/dto/quote/quote_selected_intents_resposne.dto copy.js +7 -0
  50. package/dist/modules/quote/domain/dto/quote/quote_selected_intents_resposne.dto copy.js.map +1 -0
  51. package/dist/modules/quote/domain/dto/quote/quote_selected_intents_resposne.dto.d.ts +3 -4
  52. package/dist/modules/quote/domain/dto/quote/quote_selected_intents_resposne.dto.d.ts.map +1 -1
  53. package/dist/modules/quote/domain/dto/quote/quote_selected_intents_resposne.dto.js +1 -4
  54. package/dist/modules/quote/domain/dto/quote/quote_selected_intents_resposne.dto.js.map +1 -1
  55. package/dist/modules/quote/domain/dto/quote/quote_set_transaction_request.dto.d.ts +0 -3
  56. package/dist/modules/quote/domain/dto/quote/quote_set_transaction_request.dto.d.ts.map +1 -1
  57. package/dist/modules/quote/domain/dto/quote/quote_set_transaction_request.dto.js +1 -8
  58. package/dist/modules/quote/domain/dto/quote/quote_set_transaction_request.dto.js.map +1 -1
  59. package/dist/modules/quote/domain/dto/quote/quote_set_transaction_response.dto.d.ts.map +1 -1
  60. package/dist/modules/quote/domain/dto/quote/quote_set_transaction_response.dto.js.map +1 -1
  61. package/dist/modules/quote/domain/enums/index.d.ts +0 -6
  62. package/dist/modules/quote/domain/enums/index.d.ts.map +1 -1
  63. package/dist/modules/quote/domain/enums/index.js +0 -6
  64. package/dist/modules/quote/domain/enums/index.js.map +1 -1
  65. package/dist/modules/swap/domain/dto/index.d.ts +3 -0
  66. package/dist/modules/swap/domain/dto/index.d.ts.map +1 -0
  67. package/dist/modules/swap/domain/dto/index.js +19 -0
  68. package/dist/modules/swap/domain/dto/index.js.map +1 -0
  69. package/dist/modules/{chainsync/domain/dto/swap/swap_response.dto.d.ts → swap/domain/dto/swap_calldata.dto.d.ts} +13 -13
  70. package/dist/modules/swap/domain/dto/swap_calldata.dto.d.ts.map +1 -0
  71. package/dist/modules/{chainsync/domain/dto/swap/swap_response.dto.js → swap/domain/dto/swap_calldata.dto.js} +19 -15
  72. package/dist/modules/swap/domain/dto/swap_calldata.dto.js.map +1 -0
  73. package/dist/modules/swap/domain/dto/swap_estimate.dto.d.ts +13 -0
  74. package/dist/modules/swap/domain/dto/swap_estimate.dto.d.ts.map +1 -0
  75. package/dist/modules/swap/domain/dto/swap_estimate.dto.js +55 -0
  76. package/dist/modules/swap/domain/dto/swap_estimate.dto.js.map +1 -0
  77. package/dist/modules/swap/domain/index.d.ts +2 -0
  78. package/dist/modules/swap/domain/index.d.ts.map +1 -0
  79. package/dist/modules/{chainsync/domain/dto/swap → swap/domain}/index.js +1 -2
  80. package/dist/modules/swap/domain/index.js.map +1 -0
  81. package/dist/modules/swap/index.d.ts +2 -0
  82. package/dist/modules/swap/index.d.ts.map +1 -0
  83. package/dist/modules/swap/index.js +18 -0
  84. package/dist/modules/swap/index.js.map +1 -0
  85. package/dist/seed/pluton_contracts_seed.json +1 -1
  86. package/package.json +1 -1
  87. package/dist/modules/chainsync/domain/dto/swap/index.d.ts +0 -3
  88. package/dist/modules/chainsync/domain/dto/swap/index.d.ts.map +0 -1
  89. package/dist/modules/chainsync/domain/dto/swap/index.js.map +0 -1
  90. package/dist/modules/chainsync/domain/dto/swap/swap_request.dto.d.ts +0 -30
  91. package/dist/modules/chainsync/domain/dto/swap/swap_request.dto.d.ts.map +0 -1
  92. package/dist/modules/chainsync/domain/dto/swap/swap_request.dto.js.map +0 -1
  93. package/dist/modules/chainsync/domain/dto/swap/swap_response.dto.d.ts.map +0 -1
  94. package/dist/modules/chainsync/domain/dto/swap/swap_response.dto.js.map +0 -1
  95. package/dist/modules/quote/domain/dto/quote/quote.dto.d.ts +0 -9
  96. package/dist/modules/quote/domain/dto/quote/quote.dto.d.ts.map +0 -1
  97. package/dist/modules/quote/domain/dto/quote/quote.dto.js +0 -7
  98. package/dist/modules/quote/domain/dto/quote/quote.dto.js.map +0 -1
  99. package/dist/modules/quote/domain/dto/quote/quote_intent.dto.d.ts +0 -7
  100. package/dist/modules/quote/domain/dto/quote/quote_intent.dto.d.ts.map +0 -1
  101. package/dist/modules/quote/domain/dto/quote/quote_intent.dto.js +0 -7
  102. package/dist/modules/quote/domain/dto/quote/quote_intent.dto.js.map +0 -1
@@ -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: EvmTransaction;
8
- }
9
- export declare class EvmTransaction {
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,cAAc,CAAC;CAC7B;AAED,qBAAa,cAAc;IACzB,MAAM,EAAE,kBAAkB,CAAC;CAC5B"}
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.EvmTransaction = exports.QuoteSelectedIntentsResponseDto = void 0;
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;CAO3C;AAPD,0EAOC;AAED,MAAa,cAAc;CAE1B;AAFD,wCAEC"}
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"}
@@ -6,7 +6,4 @@ export declare class QuoteSetTransactionRequestDto {
6
6
  */
7
7
  transactionHash: string;
8
8
  }
9
- export declare class SolverBeginSolveDto {
10
- id: string;
11
- }
12
9
  //# sourceMappingURL=quote_set_transaction_request.dto.d.ts.map
@@ -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;AAED,qBAAa,mBAAmB;IAE9B,EAAE,EAAE,MAAM,CAAC;CACZ"}
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.SolverBeginSolveDto = exports.QuoteSetTransactionRequestDto = void 0;
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;AAG1B,MAAa,mBAAmB;CAG/B;AAHD,kDAGC;AADC;IADC,IAAA,wBAAM,GAAE;;+CACE"}
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":"AAEA,qBAAa,8BAA8B;CAAG"}
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":";;;AAEA,MAAa,8BAA8B;CAAG;AAA9C,wEAA8C"}
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,+BAA+B,CAAC;AAC9C,cAAc,kCAAkC,CAAC;AACjD,cAAc,0BAA0B,CAAC;AACzC,cAAc,oCAAoC,CAAC;AACnD,cAAc,uCAAuC,CAAC;AACtD,cAAc,qCAAqC,CAAC;AACpD,cAAc,wCAAwC,CAAC;AACvD,cAAc,yBAAyB,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,gEAA8C;AAC9C,mEAAiD;AACjD,2DAAyC;AACzC,qEAAmD;AACnD,wEAAsD;AACtD,sEAAoD;AACpD,yEAAuD;AACvD,0DAAwC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/quote/domain/enums/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AACzC,0DAAwC"}
@@ -0,0 +1,3 @@
1
+ export * from './swap_estimate.dto';
2
+ export * from './swap_calldata.dto';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -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 transaction data for the token swap
4
- * @example '0xabcdef...'
8
+ * @description The receiver of the transaction
9
+ * @example '0x1234567890abcdef'
5
10
  */
6
- transactionData?: string;
11
+ to: string;
7
12
  /**
8
13
  * @description The value of the transaction for the swap
9
14
  * @example '1000'
10
15
  */
11
- transactionValue: string;
16
+ value: string;
12
17
  /**
13
- * @description The receiver of the transaction
14
- * @example '0x1234567890abcdef'
18
+ * @description The transaction data for the token swap
19
+ * @example '0xabcdef...'
15
20
  */
16
- transactionReceiver: string;
17
- }
18
- export declare class SwapEstimateResponsetDto {
19
- amount: string;
20
- gasFee: string;
21
- fee: string;
21
+ data?: string;
22
22
  }
23
- //# sourceMappingURL=swap_response.dto.d.ts.map
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.SwapEstimateResponsetDto = exports.SwapCalldataResponsetDto = void 0;
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, "transactionData", void 0);
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, "transactionValue", void 0);
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, "transactionReceiver", void 0);
39
- class SwapEstimateResponsetDto {
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,2 @@
1
+ export * from './dto';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -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("./swap_request.dto"), exports);
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,2 @@
1
+ export * from './domain';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -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"}
@@ -2251,7 +2251,7 @@
2251
2251
  ]
2252
2252
  },
2253
2253
  "proxy": {
2254
- "address": "0x9498873819b83C144cC7cF824493Ab1dCa29ab3F",
2254
+ "address": "0x8bC1Aff4D3de49bD9B710c31638d82E502CF4C68",
2255
2255
  "abi": [
2256
2256
  {
2257
2257
  "type": "constructor",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plutonlabs/sdk",
3
- "version": "0.0.43-beta",
3
+ "version": "0.0.45-beta",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [
@@ -1,3 +0,0 @@
1
- export * from './swap_request.dto';
2
- export * from './swap_response.dto';
3
- //# sourceMappingURL=index.d.ts.map
@@ -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,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.QuoteDto = void 0;
4
- class QuoteDto {
5
- }
6
- exports.QuoteDto = QuoteDto;
7
- //# sourceMappingURL=quote.dto.js.map
@@ -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,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.QuoteIntentType = void 0;
4
- class QuoteIntentType {
5
- }
6
- exports.QuoteIntentType = QuoteIntentType;
7
- //# sourceMappingURL=quote_intent.dto.js.map
@@ -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"}