From c111bc664a41c1ec6ae90c7c4f2dfe6e48177ed8 Mon Sep 17 00:00:00 2001 From: Enrico Marconi Date: Wed, 29 May 2024 09:21:20 +0200 Subject: [PATCH] fix wasm reference docs --- .../1.3/docs/references/api/wasm.mdx | 92 +++++++++---------- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/docs/build/identity.rs/1.3/docs/references/api/wasm.mdx b/docs/build/identity.rs/1.3/docs/references/api/wasm.mdx index bc555312919..48885d9e986 100644 --- a/docs/build/identity.rs/1.3/docs/references/api/wasm.mdx +++ b/docs/build/identity.rs/1.3/docs/references/api/wasm.mdx @@ -262,15 +262,6 @@ working with storage backed DID documents.

## Members
-
FailFast
-

Declares when validation should return if an error occurs.

-
-
AllErrors
-

Return all errors that occur during validation.

-
-
FirstError
-

Return after the first error occurs.

-
StatusCheck

Controls validation behaviour when checking whether or not a credential has been revoked by its credentialStatus.

@@ -288,23 +279,32 @@ working with storage backed DID documents.

SkipAll

Skip all status checks.

-
PayloadType
-
-
StateMetadataEncoding
+
CredentialStatus
-
PresentationProofAlgorithm
+
PayloadType
ProofAlgorithm
StatusPurpose

Purpose of a StatusList2021.

-
SerializationType
+
FailFast
+

Declares when validation should return if an error occurs.

+
+
AllErrors
+

Return all errors that occur during validation.

+
+
FirstError
+

Return after the first error occurs.

+
+
StateMetadataEncoding
-
CredentialStatus
+
SerializationType
MethodRelationship
+
PresentationProofAlgorithm
+
SubjectHolderRelationship

Declares how credential subjects must relate to the presentation holder.

See also the Subject-Holder Relationship section of the specification.

@@ -3210,7 +3210,7 @@ Utility functions for validating JPT credentials. ### JptCredentialValidatorUtils.extractIssuer(credential) ⇒ [CoreDID](#CoreDID) -Utility for extracting the issuer field of a [`Credential`](`Credential`) as a DID. +Utility for extracting the issuer field of a [Credential](#Credential) as a DID. # Errors Fails if the issuer field is not a valid DID. @@ -7522,24 +7522,6 @@ Deserializes an instance from a JSON object. | --- | --- | | json | any | - - -## FailFast -Declares when validation should return if an error occurs. - -**Kind**: global variable - - -## AllErrors -Return all errors that occur during validation. - -**Kind**: global variable - - -## FirstError -Return after the first error occurs. - -**Kind**: global variable ## StatusCheck @@ -7571,17 +7553,13 @@ Validate the status if supported, skip any unsupported Skip all status checks. **Kind**: global variable - - -## PayloadType -**Kind**: global variable - + -## StateMetadataEncoding +## CredentialStatus **Kind**: global variable - + -## PresentationProofAlgorithm +## PayloadType **Kind**: global variable @@ -7593,18 +7571,40 @@ Skip all status checks. Purpose of a [StatusList2021](#StatusList2021). **Kind**: global variable - + + +## FailFast +Declares when validation should return if an error occurs. -## SerializationType **Kind**: global variable - + -## CredentialStatus +## AllErrors +Return all errors that occur during validation. + +**Kind**: global variable + + +## FirstError +Return after the first error occurs. + +**Kind**: global variable + + +## StateMetadataEncoding +**Kind**: global variable + + +## SerializationType **Kind**: global variable ## MethodRelationship **Kind**: global variable + + +## PresentationProofAlgorithm +**Kind**: global variable ## SubjectHolderRelationship