@types/hellosign-sdk
Advanced tools
Comparing version
@@ -158,3 +158,3 @@ // Type definitions for hellosign-sdk 1.6 | ||
name: string; | ||
type: 'text' | 'checkbox'; | ||
type: 'text'; | ||
value: string; | ||
@@ -164,2 +164,9 @@ required: boolean; | ||
editor: string; | ||
} | { | ||
name: string; | ||
type: 'checkbox'; | ||
value: boolean; | ||
required: boolean; | ||
api_id: string; | ||
editor: string; | ||
}> | ||
@@ -230,3 +237,3 @@ | undefined; | ||
name: string; | ||
value: string; | ||
value: string | boolean; | ||
editor?: string | undefined; | ||
@@ -537,3 +544,3 @@ required?: boolean | undefined; | ||
name: string; | ||
value: string; | ||
value: string | boolean; | ||
editor?: string | undefined; | ||
@@ -540,0 +547,0 @@ required?: boolean | undefined; |
{ | ||
"name": "@types/hellosign-sdk", | ||
"version": "1.6.9", | ||
"version": "1.6.10", | ||
"description": "TypeScript definitions for hellosign-sdk", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hellosign-sdk", | ||
}, | ||
"typesPublisherContentHash": "3bb35af5acc4a43ca1d07191d0821c7458af611a88082b866cc1abc2c052784f", | ||
"typeScriptVersion": "3.8" | ||
"typesPublisherContentHash": "44276b80217e606ef790e66dd90cecf5f267418f4217b1ca7c899fe18d259162", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 22 Feb 2022 09:31:32 GMT | ||
* Last updated: Fri, 11 Mar 2022 22:01:45 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
25593
0.93%661
1.07%