@uniswap/client-trading 0.2.1 → 0.2.2

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.
@@ -1652,9 +1652,9 @@ export declare class QuoteResponse extends Message<QuoteResponse> {
1652
1652
  static equals(a: QuoteResponse | PlainMessage<QuoteResponse> | undefined, b: QuoteResponse | PlainMessage<QuoteResponse> | undefined): boolean;
1653
1653
  }
1654
1654
  /**
1655
- * @generated from message trading.v1.ClassicInput
1655
+ * @generated from message trading.v1.QuoteInput
1656
1656
  */
1657
- export declare class ClassicInput extends Message<ClassicInput> {
1657
+ export declare class QuoteInput extends Message<QuoteInput> {
1658
1658
  /**
1659
1659
  * @generated from field: string amount = 1;
1660
1660
  */
@@ -1663,19 +1663,23 @@ export declare class ClassicInput extends Message<ClassicInput> {
1663
1663
  * @generated from field: string token = 2;
1664
1664
  */
1665
1665
  token: string;
1666
- constructor(data?: PartialMessage<ClassicInput>);
1666
+ /**
1667
+ * @generated from field: string maximum_amount = 3;
1668
+ */
1669
+ maximumAmount: string;
1670
+ constructor(data?: PartialMessage<QuoteInput>);
1667
1671
  static readonly runtime: typeof proto3;
1668
- static readonly typeName = "trading.v1.ClassicInput";
1672
+ static readonly typeName = "trading.v1.QuoteInput";
1669
1673
  static readonly fields: FieldList;
1670
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ClassicInput;
1671
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ClassicInput;
1672
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ClassicInput;
1673
- static equals(a: ClassicInput | PlainMessage<ClassicInput> | undefined, b: ClassicInput | PlainMessage<ClassicInput> | undefined): boolean;
1674
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): QuoteInput;
1675
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): QuoteInput;
1676
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): QuoteInput;
1677
+ static equals(a: QuoteInput | PlainMessage<QuoteInput> | undefined, b: QuoteInput | PlainMessage<QuoteInput> | undefined): boolean;
1674
1678
  }
1675
1679
  /**
1676
- * @generated from message trading.v1.ClassicOutput
1680
+ * @generated from message trading.v1.QuoteOutput
1677
1681
  */
1678
- export declare class ClassicOutput extends Message<ClassicOutput> {
1682
+ export declare class QuoteOutput extends Message<QuoteOutput> {
1679
1683
  /**
1680
1684
  * @generated from field: string amount = 1;
1681
1685
  */
@@ -1688,14 +1692,18 @@ export declare class ClassicOutput extends Message<ClassicOutput> {
1688
1692
  * @generated from field: string recipient = 3;
1689
1693
  */
1690
1694
  recipient: string;
1691
- constructor(data?: PartialMessage<ClassicOutput>);
1695
+ /**
1696
+ * @generated from field: string minimum_amount = 4;
1697
+ */
1698
+ minimumAmount: string;
1699
+ constructor(data?: PartialMessage<QuoteOutput>);
1692
1700
  static readonly runtime: typeof proto3;
1693
- static readonly typeName = "trading.v1.ClassicOutput";
1701
+ static readonly typeName = "trading.v1.QuoteOutput";
1694
1702
  static readonly fields: FieldList;
1695
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ClassicOutput;
1696
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ClassicOutput;
1697
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ClassicOutput;
1698
- static equals(a: ClassicOutput | PlainMessage<ClassicOutput> | undefined, b: ClassicOutput | PlainMessage<ClassicOutput> | undefined): boolean;
1703
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): QuoteOutput;
1704
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): QuoteOutput;
1705
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): QuoteOutput;
1706
+ static equals(a: QuoteOutput | PlainMessage<QuoteOutput> | undefined, b: QuoteOutput | PlainMessage<QuoteOutput> | undefined): boolean;
1699
1707
  }
1700
1708
  /**
1701
1709
  * @generated from message trading.v1.CandidatePoolInRoute
@@ -2031,13 +2039,13 @@ export declare class ClassicQuote extends Message<ClassicQuote> {
2031
2039
  */
2032
2040
  swapper: string;
2033
2041
  /**
2034
- * @generated from field: trading.v1.ClassicInput input = 3;
2042
+ * @generated from field: trading.v1.QuoteInput input = 3;
2035
2043
  */
2036
- input?: ClassicInput;
2044
+ input?: QuoteInput;
2037
2045
  /**
2038
- * @generated from field: trading.v1.ClassicOutput output = 4;
2046
+ * @generated from field: trading.v1.QuoteOutput output = 4;
2039
2047
  */
2040
- output?: ClassicOutput;
2048
+ output?: QuoteOutput;
2041
2049
  /**
2042
2050
  * @generated from field: double slippage = 5;
2043
2051
  */
@@ -3058,13 +3066,13 @@ export declare class WrapUnwrapQuote extends Message<WrapUnwrapQuote> {
3058
3066
  */
3059
3067
  swapper: string;
3060
3068
  /**
3061
- * @generated from field: trading.v1.ClassicInput input = 4;
3069
+ * @generated from field: trading.v1.QuoteInput input = 4;
3062
3070
  */
3063
- input?: ClassicInput;
3071
+ input?: QuoteInput;
3064
3072
  /**
3065
- * @generated from field: trading.v1.ClassicOutput output = 5;
3073
+ * @generated from field: trading.v1.QuoteOutput output = 5;
3066
3074
  */
3067
- output?: ClassicOutput;
3075
+ output?: QuoteOutput;
3068
3076
  /**
3069
3077
  * @generated from field: trading.v1.TradeType trade_type = 6;
3070
3078
  */
@@ -4470,13 +4478,13 @@ export declare class BridgeQuote extends Message<BridgeQuote> {
4470
4478
  */
4471
4479
  quoteId: string;
4472
4480
  /**
4473
- * @generated from field: trading.v1.ClassicInput input = 5;
4481
+ * @generated from field: trading.v1.QuoteInput input = 5;
4474
4482
  */
4475
- input?: ClassicInput;
4483
+ input?: QuoteInput;
4476
4484
  /**
4477
- * @generated from field: trading.v1.ClassicOutput output = 6;
4485
+ * @generated from field: trading.v1.QuoteOutput output = 6;
4478
4486
  */
4479
- output?: ClassicOutput;
4487
+ output?: QuoteOutput;
4480
4488
  /**
4481
4489
  * @generated from field: trading.v1.TradeType trade_type = 7;
4482
4490
  */
@@ -4651,6 +4659,14 @@ export declare class DutchLimitQuote extends Message<DutchLimitQuote> {
4651
4659
  * @generated from field: optional string portion_recipient = 10;
4652
4660
  */
4653
4661
  portionRecipient?: string;
4662
+ /**
4663
+ * @generated from field: trading.v1.QuoteInput input = 11;
4664
+ */
4665
+ input?: QuoteInput;
4666
+ /**
4667
+ * @generated from field: trading.v1.QuoteOutput output = 12;
4668
+ */
4669
+ output?: QuoteOutput;
4654
4670
  constructor(data?: PartialMessage<DutchLimitQuote>);
4655
4671
  static readonly runtime: typeof proto3;
4656
4672
  static readonly typeName = "trading.v1.DutchLimitQuote";
@@ -4761,6 +4777,14 @@ export declare class DutchLimitV2Quote extends Message<DutchLimitV2Quote> {
4761
4777
  * @generated from field: optional string portion_recipient = 11;
4762
4778
  */
4763
4779
  portionRecipient?: string;
4780
+ /**
4781
+ * @generated from field: trading.v1.QuoteInput input = 12;
4782
+ */
4783
+ input?: QuoteInput;
4784
+ /**
4785
+ * @generated from field: trading.v1.QuoteOutput output = 13;
4786
+ */
4787
+ output?: QuoteOutput;
4764
4788
  constructor(data?: PartialMessage<DutchLimitV2Quote>);
4765
4789
  static readonly runtime: typeof proto3;
4766
4790
  static readonly typeName = "trading.v1.DutchLimitV2Quote";
@@ -4883,6 +4907,14 @@ export declare class DutchLimitV3Quote extends Message<DutchLimitV3Quote> {
4883
4907
  * @generated from field: optional string portion_recipient = 13;
4884
4908
  */
4885
4909
  portionRecipient?: string;
4910
+ /**
4911
+ * @generated from field: trading.v1.QuoteInput input = 14;
4912
+ */
4913
+ input?: QuoteInput;
4914
+ /**
4915
+ * @generated from field: trading.v1.QuoteOutput output = 15;
4916
+ */
4917
+ output?: QuoteOutput;
4886
4918
  constructor(data?: PartialMessage<DutchLimitV3Quote>);
4887
4919
  static readonly runtime: typeof proto3;
4888
4920
  static readonly typeName = "trading.v1.DutchLimitV3Quote";
@@ -5091,6 +5123,14 @@ export declare class PriorityQuote extends Message<PriorityQuote> {
5091
5123
  * @generated from field: optional string portion_recipient = 13;
5092
5124
  */
5093
5125
  portionRecipient?: string;
5126
+ /**
5127
+ * @generated from field: trading.v1.QuoteInput input = 14;
5128
+ */
5129
+ input?: QuoteInput;
5130
+ /**
5131
+ * @generated from field: trading.v1.QuoteOutput output = 15;
5132
+ */
5133
+ output?: QuoteOutput;
5094
5134
  constructor(data?: PartialMessage<PriorityQuote>);
5095
5135
  static readonly runtime: typeof proto3;
5096
5136
  static readonly typeName = "trading.v1.PriorityQuote";
@@ -5154,13 +5194,13 @@ export declare class ChainedQuote extends Message<ChainedQuote> {
5154
5194
  */
5155
5195
  swapper: string;
5156
5196
  /**
5157
- * @generated from field: trading.v1.ClassicInput input = 4;
5197
+ * @generated from field: trading.v1.QuoteInput input = 4;
5158
5198
  */
5159
- input?: ClassicInput;
5199
+ input?: QuoteInput;
5160
5200
  /**
5161
- * @generated from field: trading.v1.ClassicOutput output = 5;
5201
+ * @generated from field: trading.v1.QuoteOutput output = 5;
5162
5202
  */
5163
- output?: ClassicOutput;
5203
+ output?: QuoteOutput;
5164
5204
  /**
5165
5205
  * @generated from field: trading.v1.TradeType trade_type = 6;
5166
5206
  */
@@ -5213,6 +5253,10 @@ export declare class ChainedQuote extends Message<ChainedQuote> {
5213
5253
  * @generated from field: optional trading.v1.AutoSlippage auto_slippage = 18;
5214
5254
  */
5215
5255
  autoSlippage?: AutoSlippage;
5256
+ /**
5257
+ * @generated from field: optional double compound_slippage = 19;
5258
+ */
5259
+ compoundSlippage?: number;
5216
5260
  constructor(data?: PartialMessage<ChainedQuote>);
5217
5261
  static readonly runtime: typeof proto3;
5218
5262
  static readonly typeName = "trading.v1.ChainedQuote";
@@ -2010,9 +2010,9 @@ QuoteResponse.fields = proto3.util.newFieldList(() => [
2010
2010
  { no: 21, name: "sponsorship_info", kind: "message", T: SponsorshipInfo, opt: true },
2011
2011
  ]);
2012
2012
  /**
2013
- * @generated from message trading.v1.ClassicInput
2013
+ * @generated from message trading.v1.QuoteInput
2014
2014
  */
2015
- export class ClassicInput extends Message {
2015
+ export class QuoteInput extends Message {
2016
2016
  constructor(data) {
2017
2017
  super();
2018
2018
  /**
@@ -2023,31 +2023,36 @@ export class ClassicInput extends Message {
2023
2023
  * @generated from field: string token = 2;
2024
2024
  */
2025
2025
  this.token = "";
2026
+ /**
2027
+ * @generated from field: string maximum_amount = 3;
2028
+ */
2029
+ this.maximumAmount = "";
2026
2030
  proto3.util.initPartial(data, this);
2027
2031
  }
2028
2032
  static fromBinary(bytes, options) {
2029
- return new ClassicInput().fromBinary(bytes, options);
2033
+ return new QuoteInput().fromBinary(bytes, options);
2030
2034
  }
2031
2035
  static fromJson(jsonValue, options) {
2032
- return new ClassicInput().fromJson(jsonValue, options);
2036
+ return new QuoteInput().fromJson(jsonValue, options);
2033
2037
  }
2034
2038
  static fromJsonString(jsonString, options) {
2035
- return new ClassicInput().fromJsonString(jsonString, options);
2039
+ return new QuoteInput().fromJsonString(jsonString, options);
2036
2040
  }
2037
2041
  static equals(a, b) {
2038
- return proto3.util.equals(ClassicInput, a, b);
2042
+ return proto3.util.equals(QuoteInput, a, b);
2039
2043
  }
2040
2044
  }
2041
- ClassicInput.runtime = proto3;
2042
- ClassicInput.typeName = "trading.v1.ClassicInput";
2043
- ClassicInput.fields = proto3.util.newFieldList(() => [
2045
+ QuoteInput.runtime = proto3;
2046
+ QuoteInput.typeName = "trading.v1.QuoteInput";
2047
+ QuoteInput.fields = proto3.util.newFieldList(() => [
2044
2048
  { no: 1, name: "amount", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2045
2049
  { no: 2, name: "token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2050
+ { no: 3, name: "maximum_amount", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2046
2051
  ]);
2047
2052
  /**
2048
- * @generated from message trading.v1.ClassicOutput
2053
+ * @generated from message trading.v1.QuoteOutput
2049
2054
  */
2050
- export class ClassicOutput extends Message {
2055
+ export class QuoteOutput extends Message {
2051
2056
  constructor(data) {
2052
2057
  super();
2053
2058
  /**
@@ -2062,27 +2067,32 @@ export class ClassicOutput extends Message {
2062
2067
  * @generated from field: string recipient = 3;
2063
2068
  */
2064
2069
  this.recipient = "";
2070
+ /**
2071
+ * @generated from field: string minimum_amount = 4;
2072
+ */
2073
+ this.minimumAmount = "";
2065
2074
  proto3.util.initPartial(data, this);
2066
2075
  }
2067
2076
  static fromBinary(bytes, options) {
2068
- return new ClassicOutput().fromBinary(bytes, options);
2077
+ return new QuoteOutput().fromBinary(bytes, options);
2069
2078
  }
2070
2079
  static fromJson(jsonValue, options) {
2071
- return new ClassicOutput().fromJson(jsonValue, options);
2080
+ return new QuoteOutput().fromJson(jsonValue, options);
2072
2081
  }
2073
2082
  static fromJsonString(jsonString, options) {
2074
- return new ClassicOutput().fromJsonString(jsonString, options);
2083
+ return new QuoteOutput().fromJsonString(jsonString, options);
2075
2084
  }
2076
2085
  static equals(a, b) {
2077
- return proto3.util.equals(ClassicOutput, a, b);
2086
+ return proto3.util.equals(QuoteOutput, a, b);
2078
2087
  }
2079
2088
  }
2080
- ClassicOutput.runtime = proto3;
2081
- ClassicOutput.typeName = "trading.v1.ClassicOutput";
2082
- ClassicOutput.fields = proto3.util.newFieldList(() => [
2089
+ QuoteOutput.runtime = proto3;
2090
+ QuoteOutput.typeName = "trading.v1.QuoteOutput";
2091
+ QuoteOutput.fields = proto3.util.newFieldList(() => [
2083
2092
  { no: 1, name: "amount", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2084
2093
  { no: 2, name: "token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2085
2094
  { no: 3, name: "recipient", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2095
+ { no: 4, name: "minimum_amount", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2086
2096
  ]);
2087
2097
  /**
2088
2098
  * @generated from message trading.v1.CandidatePoolInRoute
@@ -2505,8 +2515,8 @@ ClassicQuote.typeName = "trading.v1.ClassicQuote";
2505
2515
  ClassicQuote.fields = proto3.util.newFieldList(() => [
2506
2516
  { no: 1, name: "chain_id", kind: "enum", T: proto3.getEnumType(ChainId) },
2507
2517
  { no: 2, name: "swapper", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2508
- { no: 3, name: "input", kind: "message", T: ClassicInput },
2509
- { no: 4, name: "output", kind: "message", T: ClassicOutput },
2518
+ { no: 3, name: "input", kind: "message", T: QuoteInput },
2519
+ { no: 4, name: "output", kind: "message", T: QuoteOutput },
2510
2520
  { no: 5, name: "slippage", kind: "scalar", T: 1 /* ScalarType.DOUBLE */ },
2511
2521
  { no: 6, name: "trade_type", kind: "enum", T: proto3.getEnumType(TradeType) },
2512
2522
  { no: 7, name: "route", kind: "message", T: RouteList, repeated: true },
@@ -3764,8 +3774,8 @@ WrapUnwrapQuote.fields = proto3.util.newFieldList(() => [
3764
3774
  { no: 1, name: "chain_id", kind: "enum", T: proto3.getEnumType(ChainId) },
3765
3775
  { no: 2, name: "destination_chain_id", kind: "enum", T: proto3.getEnumType(ChainId) },
3766
3776
  { no: 3, name: "swapper", kind: "scalar", T: 9 /* ScalarType.STRING */ },
3767
- { no: 4, name: "input", kind: "message", T: ClassicInput },
3768
- { no: 5, name: "output", kind: "message", T: ClassicOutput },
3777
+ { no: 4, name: "input", kind: "message", T: QuoteInput },
3778
+ { no: 5, name: "output", kind: "message", T: QuoteOutput },
3769
3779
  { no: 6, name: "trade_type", kind: "enum", T: proto3.getEnumType(TradeType) },
3770
3780
  { no: 7, name: "gas_fee", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
3771
3781
  { no: 8, name: "gas_fee_usd", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
@@ -5393,8 +5403,8 @@ BridgeQuote.fields = proto3.util.newFieldList(() => [
5393
5403
  { no: 2, name: "destination_chain_id", kind: "enum", T: proto3.getEnumType(ChainId) },
5394
5404
  { no: 3, name: "swapper", kind: "scalar", T: 9 /* ScalarType.STRING */ },
5395
5405
  { no: 4, name: "quote_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
5396
- { no: 5, name: "input", kind: "message", T: ClassicInput },
5397
- { no: 6, name: "output", kind: "message", T: ClassicOutput },
5406
+ { no: 5, name: "input", kind: "message", T: QuoteInput },
5407
+ { no: 6, name: "output", kind: "message", T: QuoteOutput },
5398
5408
  { no: 7, name: "trade_type", kind: "enum", T: proto3.getEnumType(TradeType) },
5399
5409
  { no: 8, name: "quote_timestamp", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
5400
5410
  { no: 9, name: "estimated_fill_time_ms", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
@@ -5542,6 +5552,8 @@ DutchLimitQuote.fields = proto3.util.newFieldList(() => [
5542
5552
  { no: 8, name: "portion_bips", kind: "scalar", T: 5 /* ScalarType.INT32 */, opt: true },
5543
5553
  { no: 9, name: "portion_amount", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
5544
5554
  { no: 10, name: "portion_recipient", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
5555
+ { no: 11, name: "input", kind: "message", T: QuoteInput },
5556
+ { no: 12, name: "output", kind: "message", T: QuoteOutput },
5545
5557
  ]);
5546
5558
  /**
5547
5559
  * @generated from message trading.v1.DutchLimitV2OrderInfo
@@ -5669,6 +5681,8 @@ DutchLimitV2Quote.fields = proto3.util.newFieldList(() => [
5669
5681
  { no: 9, name: "portion_bips", kind: "scalar", T: 5 /* ScalarType.INT32 */, opt: true },
5670
5682
  { no: 10, name: "portion_amount", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
5671
5683
  { no: 11, name: "portion_recipient", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
5684
+ { no: 12, name: "input", kind: "message", T: QuoteInput },
5685
+ { no: 13, name: "output", kind: "message", T: QuoteOutput },
5672
5686
  ]);
5673
5687
  /**
5674
5688
  * @generated from message trading.v1.DutchLimitV3OrderInfo
@@ -5803,6 +5817,8 @@ DutchLimitV3Quote.fields = proto3.util.newFieldList(() => [
5803
5817
  { no: 11, name: "portion_bips", kind: "scalar", T: 5 /* ScalarType.INT32 */, opt: true },
5804
5818
  { no: 12, name: "portion_amount", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
5805
5819
  { no: 13, name: "portion_recipient", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
5820
+ { no: 14, name: "input", kind: "message", T: QuoteInput },
5821
+ { no: 15, name: "output", kind: "message", T: QuoteOutput },
5806
5822
  ]);
5807
5823
  /**
5808
5824
  * @generated from message trading.v1.CheckApprovalRequest
@@ -6026,6 +6042,8 @@ PriorityQuote.fields = proto3.util.newFieldList(() => [
6026
6042
  { no: 11, name: "portion_bips", kind: "scalar", T: 5 /* ScalarType.INT32 */, opt: true },
6027
6043
  { no: 12, name: "portion_amount", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
6028
6044
  { no: 13, name: "portion_recipient", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
6045
+ { no: 14, name: "input", kind: "message", T: QuoteInput },
6046
+ { no: 15, name: "output", kind: "message", T: QuoteOutput },
6029
6047
  ]);
6030
6048
  /**
6031
6049
  * @generated from message trading.v1.TruncatedPlanStep
@@ -6121,8 +6139,8 @@ ChainedQuote.fields = proto3.util.newFieldList(() => [
6121
6139
  { no: 1, name: "token_in_chain_id", kind: "enum", T: proto3.getEnumType(ChainId) },
6122
6140
  { no: 2, name: "token_out_chain_id", kind: "enum", T: proto3.getEnumType(ChainId) },
6123
6141
  { no: 3, name: "swapper", kind: "scalar", T: 9 /* ScalarType.STRING */ },
6124
- { no: 4, name: "input", kind: "message", T: ClassicInput },
6125
- { no: 5, name: "output", kind: "message", T: ClassicOutput },
6142
+ { no: 4, name: "input", kind: "message", T: QuoteInput },
6143
+ { no: 5, name: "output", kind: "message", T: QuoteOutput },
6126
6144
  { no: 6, name: "trade_type", kind: "enum", T: proto3.getEnumType(TradeType) },
6127
6145
  { no: 7, name: "quote_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
6128
6146
  { no: 8, name: "gas_estimates", kind: "message", T: GasEstimate, repeated: true },
@@ -6136,6 +6154,7 @@ ChainedQuote.fields = proto3.util.newFieldList(() => [
6136
6154
  { no: 16, name: "steps", kind: "message", T: TruncatedPlanStep, repeated: true },
6137
6155
  { no: 17, name: "slippage_tolerance", kind: "scalar", T: 1 /* ScalarType.DOUBLE */, opt: true },
6138
6156
  { no: 18, name: "auto_slippage", kind: "enum", T: proto3.getEnumType(AutoSlippage), opt: true },
6157
+ { no: 19, name: "compound_slippage", kind: "scalar", T: 1 /* ScalarType.DOUBLE */, opt: true },
6139
6158
  ]);
6140
6159
  /**
6141
6160
  * @generated from message trading.v1.PermitTransferFromData
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/client-trading",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },