File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ export type AdditionalHeadersCallback = (
1111) => Array < { key : string ; value : string } > ;
1212
1313export {
14- supportedRequestMethods ,
1514 AuthVersion ,
1615 CalculateHmacSubjectOptions ,
17- CalculateRequestHmacOptions ,
1816 CalculateRequestHeadersOptions ,
17+ CalculateRequestHmacOptions ,
1918 RequestHeaders ,
20- VerifyResponseOptions ,
19+ supportedRequestMethods ,
2120 VerifyResponseInfo ,
21+ VerifyResponseOptions ,
2222} from '@bitgo/sdk-hmac' ;
2323export interface BitGoAPIOptions {
2424 accessToken ?: string ;
@@ -152,6 +152,7 @@ export interface AccessTokenSpendingLimit {
152152 txCount ?: number ;
153153 txValue ?: string ;
154154 txValueLimit ?: string ;
155+ maxLimit ?: boolean ;
155156}
156157
157158export interface AddAccessTokenOptions {
You can’t perform that action at this time.
0 commit comments