Skip to content

Commit c3bc095

Browse files
Merge pull request #6816 from BitGo/WP-5715
feat: new max limit prop on access token spending limit interf
2 parents 4d107d0 + a679630 commit c3bc095

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

modules/sdk-api/src/types.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ export type AdditionalHeadersCallback = (
1111
) => Array<{ key: string; value: string }>;
1212

1313
export {
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';
2323
export 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

157158
export interface AddAccessTokenOptions {

0 commit comments

Comments
 (0)