@types/hellosign-sdk
Advanced tools
Comparing version
@@ -244,2 +244,3 @@ // Type definitions for hellosign-sdk 1.6 | ||
| undefined; | ||
signing_redirect_url?: string | undefined; | ||
} | ||
@@ -269,4 +270,8 @@ interface SignatureRequestResponse { | ||
removeAccess(requestId: string): Promise<any>; | ||
createEmbedded(options: SignatureRequestRequestOptions): Promise<SignatureRequestResponse>; | ||
createEmbeddedWithTemplate(options: SignatureRequestRequestOptions): Promise<SignatureRequestResponse>; | ||
createEmbedded( | ||
options: Omit<SignatureRequestRequestOptions, 'signing_redirect_url'>, | ||
): Promise<SignatureRequestResponse>; | ||
createEmbeddedWithTemplate( | ||
options: Omit<SignatureRequestRequestOptions, 'signing_redirect_url'>, | ||
): Promise<SignatureRequestResponse>; | ||
releaseHold(requestId: string): Promise<any>; | ||
@@ -273,0 +278,0 @@ } |
{ | ||
"name": "@types/hellosign-sdk", | ||
"version": "1.6.6", | ||
"version": "1.6.7", | ||
"description": "TypeScript definitions for hellosign-sdk", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hellosign-sdk", | ||
}, | ||
"typesPublisherContentHash": "46971afb9f254ead04db312cc08fda9cb7e400ca5994820a0a9062c5b5f80ff2", | ||
"typesPublisherContentHash": "7120513d235049f719ba82cf5e3e5839315f6cdfc2f0543aaf0bb9a384d3cb7b", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 28 Sep 2021 08:01:21 GMT | ||
* Last updated: Thu, 30 Sep 2021 22:31:33 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
23760
0.67%616
0.82%