@verdocs/js-sdk 4.2.95 → 4.2.96

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 CHANGED
@@ -501,8 +501,8 @@ interface IEnvelopeDocument {
501
501
  updated_at: string;
502
502
  }
503
503
  interface IDropdownOption {
504
+ id: string;
504
505
  label: string;
505
- value: string;
506
506
  }
507
507
  interface IEnvelopeField {
508
508
  /** The ID of the envelope the field is for. */
package/dist/index.d.ts CHANGED
@@ -501,8 +501,8 @@ interface IEnvelopeDocument {
501
501
  updated_at: string;
502
502
  }
503
503
  interface IDropdownOption {
504
+ id: string;
504
505
  label: string;
505
- value: string;
506
506
  }
507
507
  interface IEnvelopeField {
508
508
  /** The ID of the envelope the field is for. */
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdocs/js-sdk",
3
- "version": "4.2.95",
3
+ "version": "4.2.96",
4
4
  "private": false,
5
5
  "homepage": "https://github.com/Verdocs/js-sdk",
6
6
  "description": "Isomorphic JS 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": "4.2.95",
3
+ "version": "4.2.96",
4
4
  "private": false,
5
5
  "homepage": "https://github.com/Verdocs/js-sdk",
6
6
  "description": "Isomorphic JS SDK providing types and API wrappers for the Verdocs platform for Node and Browser clients",