@uniswap/client-for
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -1097,31 +1097,27 @@ import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf"; | ||
/** | ||
* @generated from field: float quoteCurrencyAmount = 6; | ||
* @generated from field: string serviceProvider = 6; | ||
*/ | ||
quoteCurrencyAmount: number; | ||
/** | ||
* @generated from field: string serviceProvider = 7; | ||
*/ | ||
serviceProvider: string; | ||
/** | ||
* @generated from field: string externalSessionId = 8; | ||
* @generated from field: string externalSessionId = 7; | ||
*/ | ||
externalSessionId: string; | ||
/** | ||
* @generated from field: optional string lockAmount = 9; | ||
* @generated from field: optional string lockAmount = 8; | ||
*/ | ||
lockAmount?: string; | ||
/** | ||
* @generated from field: optional string requestSource = 10; | ||
* @generated from field: optional string requestSource = 9; | ||
*/ | ||
requestSource?: string; | ||
/** | ||
* @generated from field: optional string externalTransactionId = 11; | ||
* @generated from field: optional string externalTransactionId = 10; | ||
*/ | ||
externalTransactionId?: string; | ||
/** | ||
* @generated from field: optional string externalCustomerId = 12; | ||
* @generated from field: optional string externalCustomerId = 11; | ||
*/ | ||
externalCustomerId?: string; | ||
/** | ||
* @generated from field: optional string redirectUrl = 13; | ||
* @generated from field: optional string redirectUrl = 12; | ||
*/ | ||
@@ -1128,0 +1124,0 @@ redirectUrl?: string; |
{ | ||
"name": "@uniswap/client-for", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
Sorry, the diff of this file is too big to display
145595
3674