@dflow-protocol/endorsement-client-lib
Advanced tools
Comparing version 0.1.3 to 0.4.0
@@ -80,2 +80,3 @@ import { z } from "zod"; | ||
auctionEpoch: z.ZodNumber; | ||
marketMaker: z.ZodString; | ||
endorsement: z.ZodObject<{ | ||
@@ -107,2 +108,3 @@ endorser: z.ZodString; | ||
auctionEpoch: number; | ||
marketMaker: string; | ||
endorsement: { | ||
@@ -113,3 +115,6 @@ endorser: string; | ||
expirationTimeUTC: number; | ||
data: string; | ||
data: string; /** Optional maximum send quantity, specified as a fixed-point number. If specified, if the | ||
* endorsement can only be used to request a quote where the retail trader sends at most this | ||
* quantity of the send token. Cannot be specified if the send token is unspecified. Cannot be | ||
* specified if the send quantity is specified. */ | ||
}; | ||
@@ -123,2 +128,3 @@ }, { | ||
auctionEpoch: number; | ||
marketMaker: string; | ||
endorsement: { | ||
@@ -140,2 +146,3 @@ endorser: string; | ||
auctionEpoch: number; | ||
marketMaker: string; | ||
endorsement: { | ||
@@ -146,3 +153,6 @@ endorser: string; | ||
expirationTimeUTC: number; | ||
data: string; | ||
data: string; /** Optional maximum send quantity, specified as a fixed-point number. If specified, if the | ||
* endorsement can only be used to request a quote where the retail trader sends at most this | ||
* quantity of the send token. Cannot be specified if the send token is unspecified. Cannot be | ||
* specified if the send quantity is specified. */ | ||
}; | ||
@@ -158,2 +168,3 @@ }; | ||
auctionEpoch: number; | ||
marketMaker: string; | ||
endorsement: { | ||
@@ -160,0 +171,0 @@ endorser: string; |
{ | ||
"name": "@dflow-protocol/endorsement-client-lib", | ||
"version": "0.1.3", | ||
"version": "0.4.0", | ||
"license": "MIT", | ||
@@ -19,3 +19,3 @@ "module": "./dist/index.js", | ||
"dependencies": { | ||
"@dflow-protocol/signatory-client-lib": "^0.4.0", | ||
"@dflow-protocol/signatory-client-lib": "^1.0.5", | ||
"zod": "^3.21.4" | ||
@@ -22,0 +22,0 @@ }, |
Sorry, the diff of this file is not supported yet
27573
453
+ Added@dflow-protocol/signatory-client-lib@1.2.4(transitive)
- Removed@dflow-protocol/signatory-client-lib@0.4.4(transitive)