@verdocs/js-sdk 5.3.1 → 5.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1474,7 +1474,7 @@ interface ICreateEnvelopeFieldFromTemplate {
|
|
|
1474
1474
|
/** For fields that support grouping (radio buttons and check boxes) the value selected will be stored under this name. */
|
|
1475
1475
|
group?: string;
|
|
1476
1476
|
/** Override the "options" setting from the template. */
|
|
1477
|
-
options
|
|
1477
|
+
options?: IDropdownOption[] | null;
|
|
1478
1478
|
}
|
|
1479
1479
|
interface ICreateEnvelopeFieldDirectly {
|
|
1480
1480
|
/** The array index of the document the field is for. */
|
package/dist/index.d.ts
CHANGED
|
@@ -1474,7 +1474,7 @@ interface ICreateEnvelopeFieldFromTemplate {
|
|
|
1474
1474
|
/** For fields that support grouping (radio buttons and check boxes) the value selected will be stored under this name. */
|
|
1475
1475
|
group?: string;
|
|
1476
1476
|
/** Override the "options" setting from the template. */
|
|
1477
|
-
options
|
|
1477
|
+
options?: IDropdownOption[] | null;
|
|
1478
1478
|
}
|
|
1479
1479
|
interface ICreateEnvelopeFieldDirectly {
|
|
1480
1480
|
/** The array index of the document the field is for. */
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verdocs/js-sdk",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"homepage": "https://github.com/Verdocs/js-sdk",
|
|
6
6
|
"description": "Isomorphic JS/TS SDK providing types and API wrappers for the Verdocs platform for Node and browser clients",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verdocs/js-sdk",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"homepage": "https://github.com/Verdocs/js-sdk",
|
|
6
6
|
"description": "Isomorphic JS/TS SDK providing types and API wrappers for the Verdocs platform for Node and browser clients",
|