@verdocs/js-sdk 6.4.10 → 6.6.0

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
@@ -541,8 +541,6 @@ interface IEnvelope {
541
541
  visibility: "private" | "shared";
542
542
  /** If true, the attachments have been signed with the Verdocs AATL signing certificate. */
543
543
  signed: boolean;
544
- /** If true, the envelope certificate has been generated and signed. */
545
- certified: boolean;
546
544
  /**
547
545
  * Storage for arbitrary data that may be used e.g. to track source database/record IDs to relate Envelopes back to
548
546
  * internal systems/applications.
package/dist/index.d.ts CHANGED
@@ -541,8 +541,6 @@ interface IEnvelope {
541
541
  visibility: "private" | "shared";
542
542
  /** If true, the attachments have been signed with the Verdocs AATL signing certificate. */
543
543
  signed: boolean;
544
- /** If true, the envelope certificate has been generated and signed. */
545
- certified: boolean;
546
544
  /**
547
545
  * Storage for arbitrary data that may be used e.g. to track source database/record IDs to relate Envelopes back to
548
546
  * internal systems/applications.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdocs/js-sdk",
3
- "version": "6.4.10",
3
+ "version": "6.6.0",
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": "6.4.10",
3
+ "version": "6.6.0",
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",