@triveria/wallet 0.0.298 → 0.0.299

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.
Files changed (2) hide show
  1. package/api.d.ts +4 -0
  2. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -437,6 +437,10 @@ export interface DocumentSignatureValidity {
437
437
  * Signing certificate in base64 encoded form
438
438
  */
439
439
  'signingCertificate': string;
440
+ /**
441
+ * Whether the signature covers the document in full. A PDF may carry content appended after a signature was applied - an incremental update such as an embedded verifiable presentation. That content is outside the signature\'s ByteRange, so the signature says nothing about it: the signature is valid for the revision it signed, but the document as a whole is not covered. Absent when the signature format has no notion of partial coverage.
442
+ */
443
+ 'coversWholeDocument'?: boolean;
440
444
  }
441
445
  export declare const DocumentSignatureValidityVerificationResultEnum: {
442
446
  readonly Valid: "valid";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triveria/wallet",
3
3
  "private": false,
4
- "version": "0.0.298",
4
+ "version": "0.0.299",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {