@truvity/sdk 0.28.2 → 0.28.4
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/api/resources/apiKeys/client/Client.d.ts +8 -7
- package/api/resources/apiKeys/client/Client.d.ts.map +1 -1
- package/api/resources/apiKeys/client/Client.js +23 -15
- package/api/resources/apiKeys/client/Client.js.map +1 -1
- package/api/resources/apiKeys/client/requests/ApiKeyCreateRequest.d.ts +8 -8
- package/api/resources/apiKeys/client/requests/ApiKeyCreateRequest.js.map +1 -1
- package/api/resources/apiKeys/client/requests/ApiKeyDeleteRequest.d.ts +8 -8
- package/api/resources/apiKeys/client/requests/ApiKeyDeleteRequest.js.map +1 -1
- package/api/resources/apiKeys/client/requests/ApiKeyRestoreRequest.d.ts +8 -8
- package/api/resources/apiKeys/client/requests/ApiKeyRestoreRequest.js.map +1 -1
- package/api/resources/apiKeys/client/requests/ApiKeyUpdateRequest.d.ts +8 -8
- package/api/resources/apiKeys/client/requests/ApiKeyUpdateRequest.js.map +1 -1
- package/api/resources/credentials/client/Client.d.ts +5 -3
- package/api/resources/credentials/client/Client.d.ts.map +1 -1
- package/api/resources/credentials/client/Client.js +29 -13
- package/api/resources/credentials/client/Client.js.map +1 -1
- package/api/resources/credentials/client/requests/CredentialDeleteRequest.d.ts +8 -8
- package/api/resources/credentials/client/requests/CredentialDeleteRequest.js.map +1 -1
- package/api/resources/credentials/client/requests/CredentialInput.d.ts +8 -8
- package/api/resources/credentials/client/requests/CredentialInput.js.map +1 -1
- package/api/resources/credentials/client/requests/CredentialRestoreRequest.d.ts +8 -8
- package/api/resources/credentials/client/requests/CredentialRestoreRequest.js.map +1 -1
- package/api/resources/credentials/client/requests/CredentialUploadRequest.d.ts +8 -8
- package/api/resources/credentials/client/requests/CredentialUploadRequest.js.map +1 -1
- package/api/resources/desk/client/Client.js +2 -2
- package/api/resources/desk/client/Client.js.map +1 -1
- package/api/resources/didcommMessages/client/Client.d.ts +10 -7
- package/api/resources/didcommMessages/client/Client.d.ts.map +1 -1
- package/api/resources/didcommMessages/client/Client.js +38 -14
- package/api/resources/didcommMessages/client/Client.js.map +1 -1
- package/api/resources/didcommMessages/client/requests/DidCommMessageSendInput.d.ts +8 -8
- package/api/resources/didcommMessages/client/requests/DidCommMessageSendInput.js.map +1 -1
- package/api/resources/didcommMessages/client/requests/DidcommMessageDeleteRequest.d.ts +8 -8
- package/api/resources/didcommMessages/client/requests/DidcommMessageDeleteRequest.js.map +1 -1
- package/api/resources/didcommMessages/client/requests/DidcommMessageRestoreRequest.d.ts +8 -8
- package/api/resources/didcommMessages/client/requests/DidcommMessageRestoreRequest.js.map +1 -1
- package/api/resources/dids/client/Client.js +1 -1
- package/api/resources/dids/client/Client.js.map +1 -1
- package/api/resources/drafts/client/Client.d.ts +5 -3
- package/api/resources/drafts/client/Client.d.ts.map +1 -1
- package/api/resources/drafts/client/Client.js +29 -13
- package/api/resources/drafts/client/Client.js.map +1 -1
- package/api/resources/drafts/client/requests/DraftCreateRequest.d.ts +8 -8
- package/api/resources/drafts/client/requests/DraftCreateRequest.js.map +1 -1
- package/api/resources/drafts/client/requests/DraftDeleteRequest.d.ts +8 -8
- package/api/resources/drafts/client/requests/DraftDeleteRequest.js.map +1 -1
- package/api/resources/drafts/client/requests/DraftExport.d.ts +2 -2
- package/api/resources/drafts/client/requests/DraftExport.d.ts.map +1 -1
- package/api/resources/drafts/client/requests/DraftExport.js.map +1 -1
- package/api/resources/drafts/client/requests/DraftIssue.d.ts +5 -4
- package/api/resources/drafts/client/requests/DraftIssue.d.ts.map +1 -1
- package/api/resources/drafts/client/requests/DraftIssue.js.map +1 -1
- package/api/resources/drafts/client/requests/DraftRestoreRequest.d.ts +8 -8
- package/api/resources/drafts/client/requests/DraftRestoreRequest.js.map +1 -1
- package/api/resources/drafts/client/requests/DraftUpdateRequest.d.ts +8 -8
- package/api/resources/drafts/client/requests/DraftUpdateRequest.js.map +1 -1
- package/api/resources/drafts/index.d.ts +1 -0
- package/api/resources/drafts/index.d.ts.map +1 -1
- package/api/resources/drafts/index.js +1 -0
- package/api/resources/drafts/index.js.map +1 -1
- package/api/resources/drafts/types/DraftIssueDidMethod.d.ts +12 -0
- package/api/resources/drafts/types/DraftIssueDidMethod.d.ts.map +1 -0
- package/api/resources/drafts/types/DraftIssueDidMethod.js +11 -0
- package/api/resources/drafts/types/DraftIssueDidMethod.js.map +1 -0
- package/api/resources/drafts/types/index.d.ts +2 -0
- package/api/resources/drafts/types/index.d.ts.map +1 -0
- package/api/resources/drafts/types/index.js +18 -0
- package/api/resources/drafts/types/index.js.map +1 -0
- package/api/resources/files/client/Client.d.ts +3 -1
- package/api/resources/files/client/Client.d.ts.map +1 -1
- package/api/resources/files/client/Client.js +27 -11
- package/api/resources/files/client/Client.js.map +1 -1
- package/api/resources/files/client/requests/FileCreateRequest.d.ts +8 -8
- package/api/resources/files/client/requests/FileCreateRequest.js.map +1 -1
- package/api/resources/files/client/requests/FileDeleteRequest.d.ts +8 -8
- package/api/resources/files/client/requests/FileDeleteRequest.js.map +1 -1
- package/api/resources/files/client/requests/FileRestoreRequest.d.ts +8 -8
- package/api/resources/files/client/requests/FileRestoreRequest.js.map +1 -1
- package/api/resources/files/client/requests/FileUpdateRequest.d.ts +8 -8
- package/api/resources/files/client/requests/FileUpdateRequest.js.map +1 -1
- package/api/resources/files/client/requests/FileUploadRequest.d.ts +8 -8
- package/api/resources/files/client/requests/FileUploadRequest.js.map +1 -1
- package/api/resources/gdpr/client/Client.js +1 -1
- package/api/resources/gdpr/client/Client.js.map +1 -1
- package/api/resources/index.d.ts +6 -3
- package/api/resources/index.d.ts.map +1 -1
- package/api/resources/index.js +7 -4
- package/api/resources/index.js.map +1 -1
- package/api/resources/keys/client/Client.d.ts +8 -8
- package/api/resources/keys/client/Client.d.ts.map +1 -1
- package/api/resources/keys/client/Client.js +48 -20
- package/api/resources/keys/client/Client.js.map +1 -1
- package/api/resources/keys/client/requests/CredentialSignRequest.d.ts +3 -2
- package/api/resources/keys/client/requests/CredentialSignRequest.d.ts.map +1 -1
- package/api/resources/keys/client/requests/CredentialSignRequest.js.map +1 -1
- package/api/resources/keys/client/requests/DidCommMessageSignRequest.d.ts +3 -2
- package/api/resources/keys/client/requests/DidCommMessageSignRequest.d.ts.map +1 -1
- package/api/resources/keys/client/requests/DidCommMessageSignRequest.js.map +1 -1
- package/api/resources/keys/client/requests/KeyDeleteRequest.d.ts +8 -8
- package/api/resources/keys/client/requests/KeyDeleteRequest.js.map +1 -1
- package/api/resources/keys/client/requests/KeyGenerateInput.d.ts +8 -8
- package/api/resources/keys/client/requests/KeyGenerateInput.js.map +1 -1
- package/api/resources/keys/client/requests/KeyImportSecretInput.d.ts +8 -8
- package/api/resources/keys/client/requests/KeyImportSecretInput.js.map +1 -1
- package/api/resources/keys/client/requests/KeyInput.d.ts +8 -8
- package/api/resources/keys/client/requests/KeyInput.js.map +1 -1
- package/api/resources/keys/client/requests/KeyRestoreRequest.d.ts +8 -8
- package/api/resources/keys/client/requests/KeyRestoreRequest.js.map +1 -1
- package/api/resources/keys/client/requests/PresentationSignRequest.d.ts +3 -2
- package/api/resources/keys/client/requests/PresentationSignRequest.d.ts.map +1 -1
- package/api/resources/keys/client/requests/PresentationSignRequest.js.map +1 -1
- package/api/resources/keys/index.d.ts +1 -0
- package/api/resources/keys/index.d.ts.map +1 -1
- package/api/resources/keys/index.js +1 -0
- package/api/resources/keys/index.js.map +1 -1
- package/api/resources/keys/types/CredentialSignRequestDidMethod.d.ts +12 -0
- package/api/resources/keys/types/CredentialSignRequestDidMethod.d.ts.map +1 -0
- package/api/resources/keys/types/CredentialSignRequestDidMethod.js +11 -0
- package/api/resources/keys/types/CredentialSignRequestDidMethod.js.map +1 -0
- package/api/resources/keys/types/DidCommMessageSignRequestDidMethod.d.ts +12 -0
- package/api/resources/keys/types/DidCommMessageSignRequestDidMethod.d.ts.map +1 -0
- package/api/resources/keys/types/DidCommMessageSignRequestDidMethod.js +11 -0
- package/api/resources/keys/types/DidCommMessageSignRequestDidMethod.js.map +1 -0
- package/api/resources/keys/types/PresentationSignRequestDidMethod.d.ts +12 -0
- package/api/resources/keys/types/PresentationSignRequestDidMethod.d.ts.map +1 -0
- package/api/resources/keys/types/PresentationSignRequestDidMethod.js +11 -0
- package/api/resources/keys/types/PresentationSignRequestDidMethod.js.map +1 -0
- package/api/resources/keys/types/index.d.ts +4 -0
- package/api/resources/keys/types/index.d.ts.map +1 -0
- package/api/resources/keys/types/index.js +20 -0
- package/api/resources/keys/types/index.js.map +1 -0
- package/api/resources/presentations/client/Client.d.ts +9 -6
- package/api/resources/presentations/client/Client.d.ts.map +1 -1
- package/api/resources/presentations/client/Client.js +42 -18
- package/api/resources/presentations/client/Client.js.map +1 -1
- package/api/resources/presentations/client/requests/PresentationDeleteRequest.d.ts +8 -8
- package/api/resources/presentations/client/requests/PresentationDeleteRequest.js.map +1 -1
- package/api/resources/presentations/client/requests/PresentationInput.d.ts +8 -8
- package/api/resources/presentations/client/requests/PresentationInput.js.map +1 -1
- package/api/resources/presentations/client/requests/PresentationIssue.d.ts +2 -1
- package/api/resources/presentations/client/requests/PresentationIssue.d.ts.map +1 -1
- package/api/resources/presentations/client/requests/PresentationIssue.js.map +1 -1
- package/api/resources/presentations/client/requests/PresentationRestoreRequest.d.ts +8 -8
- package/api/resources/presentations/client/requests/PresentationRestoreRequest.js.map +1 -1
- package/api/resources/presentations/client/requests/PresentationUploadRequest.d.ts +8 -8
- package/api/resources/presentations/client/requests/PresentationUploadRequest.js.map +1 -1
- package/api/resources/presentations/index.d.ts +1 -0
- package/api/resources/presentations/index.d.ts.map +1 -1
- package/api/resources/presentations/index.js +1 -0
- package/api/resources/presentations/index.js.map +1 -1
- package/api/resources/presentations/types/PresentationIssueDidMethod.d.ts +12 -0
- package/api/resources/presentations/types/PresentationIssueDidMethod.d.ts.map +1 -0
- package/api/resources/presentations/types/PresentationIssueDidMethod.js +11 -0
- package/api/resources/presentations/types/PresentationIssueDidMethod.js.map +1 -0
- package/api/resources/presentations/types/index.d.ts +2 -0
- package/api/resources/presentations/types/index.d.ts.map +1 -0
- package/api/resources/presentations/types/index.js +18 -0
- package/api/resources/presentations/types/index.js.map +1 -0
- package/api/types/Credential.d.ts +2 -2
- package/api/types/Credential.d.ts.map +1 -1
- package/api/types/Credential.js.map +1 -1
- package/api/types/Credential11.d.ts +1 -1
- package/api/types/Credential11.d.ts.map +1 -1
- package/api/types/Credential11.js.map +1 -1
- package/api/types/Draft.d.ts +5 -1
- package/api/types/Draft.d.ts.map +1 -1
- package/api/types/Draft.js.map +1 -1
- package/api/types/DraftCreate.d.ts +3 -0
- package/api/types/DraftCreate.d.ts.map +1 -1
- package/api/types/DraftCreate.js.map +1 -1
- package/api/types/DraftFieldBooleanValue.d.ts +1 -1
- package/api/types/DraftFieldBooleanValue.d.ts.map +1 -1
- package/api/types/DraftFieldBooleanValue.js.map +1 -1
- package/api/types/DraftFieldDateTimeValue.d.ts +1 -1
- package/api/types/DraftFieldDateTimeValue.d.ts.map +1 -1
- package/api/types/DraftFieldDateTimeValue.js.map +1 -1
- package/api/types/DraftFieldDateValue.d.ts +1 -1
- package/api/types/DraftFieldDateValue.d.ts.map +1 -1
- package/api/types/DraftFieldDateValue.js.map +1 -1
- package/api/types/DraftFieldFileValue.d.ts +1 -1
- package/api/types/DraftFieldFileValue.d.ts.map +1 -1
- package/api/types/DraftFieldFileValue.js.map +1 -1
- package/api/types/DraftFieldLinkValue.d.ts +1 -1
- package/api/types/DraftFieldLinkValue.d.ts.map +1 -1
- package/api/types/DraftFieldLinkValue.js.map +1 -1
- package/api/types/DraftFieldNumberValue.d.ts +1 -1
- package/api/types/DraftFieldNumberValue.d.ts.map +1 -1
- package/api/types/DraftFieldNumberValue.js.map +1 -1
- package/api/types/DraftFieldStringValue.d.ts +1 -1
- package/api/types/DraftFieldStringValue.d.ts.map +1 -1
- package/api/types/DraftFieldStringValue.js.map +1 -1
- package/api/types/DraftFieldStructValue.d.ts +2 -1
- package/api/types/DraftFieldStructValue.d.ts.map +1 -1
- package/api/types/DraftFieldStructValue.js.map +1 -1
- package/api/types/DraftFieldStructValueFieldsItem.d.ts +1 -1
- package/api/types/DraftFieldStructValueFieldsItem.js.map +1 -1
- package/api/types/DraftMeta.d.ts +3 -3
- package/api/types/DraftMeta.d.ts.map +1 -1
- package/api/types/DraftMeta.js.map +1 -1
- package/api/types/DraftSchema.d.ts +18 -16
- package/api/types/DraftSchema.d.ts.map +1 -1
- package/api/types/DraftSchema.js.map +1 -1
- package/api/types/DraftSchemaFieldsItem.d.ts +1 -1
- package/api/types/DraftSchemaFieldsItem.js.map +1 -1
- package/api/types/EqualKeyType.d.ts +2 -1
- package/api/types/EqualKeyType.d.ts.map +1 -1
- package/api/types/EqualKeyType.js.map +1 -1
- package/api/types/EqualKeyTypeValue.d.ts +13 -0
- package/api/types/EqualKeyTypeValue.d.ts.map +1 -0
- package/api/types/EqualKeyTypeValue.js +12 -0
- package/api/types/EqualKeyTypeValue.js.map +1 -0
- package/api/types/InKeyType.d.ts +2 -1
- package/api/types/InKeyType.d.ts.map +1 -1
- package/api/types/InKeyType.js.map +1 -1
- package/api/types/InKeyTypeValuesItem.d.ts +31 -0
- package/api/types/InKeyTypeValuesItem.d.ts.map +1 -0
- package/api/types/InKeyTypeValuesItem.js +12 -0
- package/api/types/InKeyTypeValuesItem.js.map +1 -0
- package/api/types/KeyGenerate.d.ts +8 -8
- package/api/types/KeyGenerate.d.ts.map +1 -1
- package/api/types/KeyGenerate.js.map +1 -1
- package/api/types/KeyGenerateType.d.ts +31 -0
- package/api/types/KeyGenerateType.d.ts.map +1 -0
- package/api/types/KeyGenerateType.js +12 -0
- package/api/types/KeyGenerateType.js.map +1 -0
- package/api/types/KeyPublic.d.ts +7 -7
- package/api/types/KeyPublic.d.ts.map +1 -1
- package/api/types/KeyPublic.js.map +1 -1
- package/api/types/KeyPublicType.d.ts +31 -0
- package/api/types/KeyPublicType.d.ts.map +1 -0
- package/api/types/KeyPublicType.js +12 -0
- package/api/types/KeyPublicType.js.map +1 -0
- package/api/types/NotEqualKeyType.d.ts +2 -1
- package/api/types/NotEqualKeyType.d.ts.map +1 -1
- package/api/types/NotEqualKeyType.js.map +1 -1
- package/api/types/NotEqualKeyTypeValue.d.ts +13 -0
- package/api/types/NotEqualKeyTypeValue.d.ts.map +1 -0
- package/api/types/NotEqualKeyTypeValue.js +12 -0
- package/api/types/NotEqualKeyTypeValue.js.map +1 -0
- package/api/types/NotInKeyType.d.ts +2 -1
- package/api/types/NotInKeyType.d.ts.map +1 -1
- package/api/types/NotInKeyType.js.map +1 -1
- package/api/types/NotInKeyTypeValuesItem.d.ts +31 -0
- package/api/types/NotInKeyTypeValuesItem.d.ts.map +1 -0
- package/api/types/NotInKeyTypeValuesItem.js +12 -0
- package/api/types/NotInKeyTypeValuesItem.js.map +1 -0
- package/api/types/ProblemMethodNotAllowedAlive.d.ts +1 -1
- package/api/types/ProblemMethodNotAllowedAlive.js.map +1 -1
- package/api/types/ProblemMethodNotAllowedDeleted.d.ts +1 -1
- package/api/types/ProblemMethodNotAllowedDeleted.js.map +1 -1
- package/api/types/ProblemPreconditionFailedBlob.d.ts +1 -1
- package/api/types/ProblemPreconditionFailedBlob.js.map +1 -1
- package/api/types/ProblemResourceNotFound.d.ts +1 -1
- package/api/types/ProblemResourceNotFound.js.map +1 -1
- package/api/types/index.d.ts +6 -0
- package/api/types/index.d.ts.map +1 -1
- package/api/types/index.js +6 -0
- package/api/types/index.js.map +1 -1
- package/documents/credential/flavor.d.ts.map +1 -1
- package/documents/credential/flavor.js +1 -0
- package/documents/credential/flavor.js.map +1 -1
- package/documents/credential/flavor.spec.js +2 -0
- package/documents/credential/flavor.spec.js.map +1 -1
- package/documents/credential/unknown.d.ts +4 -0
- package/documents/credential/unknown.d.ts.map +1 -1
- package/documents/credential/unknown.js +8 -0
- package/documents/credential/unknown.js.map +1 -1
- package/documents/credential.d.ts +4 -0
- package/documents/credential.d.ts.map +1 -1
- package/documents/credential.js +8 -0
- package/documents/credential.js.map +1 -1
- package/documents/presentation.d.ts +4 -0
- package/documents/presentation.d.ts.map +1 -1
- package/documents/presentation.js +8 -0
- package/documents/presentation.js.map +1 -1
- package/documents/types.d.ts +1 -0
- package/documents/types.d.ts.map +1 -1
- package/documents/types.js.map +1 -1
- package/package.json +1 -1
- package/reference.md +34 -38
- package/serialization/resources/drafts/client/requests/DraftIssue.d.ts +2 -1
- package/serialization/resources/drafts/client/requests/DraftIssue.d.ts.map +1 -1
- package/serialization/resources/drafts/client/requests/DraftIssue.js +2 -1
- package/serialization/resources/drafts/client/requests/DraftIssue.js.map +1 -1
- package/serialization/resources/drafts/index.d.ts +1 -0
- package/serialization/resources/drafts/index.d.ts.map +1 -1
- package/serialization/resources/drafts/index.js +1 -0
- package/serialization/resources/drafts/index.js.map +1 -1
- package/serialization/resources/drafts/types/DraftIssueDidMethod.d.ts +11 -0
- package/serialization/resources/drafts/types/DraftIssueDidMethod.d.ts.map +1 -0
- package/serialization/resources/drafts/types/DraftIssueDidMethod.js +32 -0
- package/serialization/resources/drafts/types/DraftIssueDidMethod.js.map +1 -0
- package/serialization/resources/drafts/types/index.d.ts +2 -0
- package/serialization/resources/drafts/types/index.d.ts.map +1 -0
- package/serialization/resources/drafts/types/index.js +18 -0
- package/serialization/resources/drafts/types/index.js.map +1 -0
- package/serialization/resources/index.d.ts +6 -3
- package/serialization/resources/index.d.ts.map +1 -1
- package/serialization/resources/index.js +7 -4
- package/serialization/resources/index.js.map +1 -1
- package/serialization/resources/keys/index.d.ts +1 -0
- package/serialization/resources/keys/index.d.ts.map +1 -1
- package/serialization/resources/keys/index.js +1 -0
- package/serialization/resources/keys/index.js.map +1 -1
- package/serialization/resources/keys/types/CredentialSignRequestDidMethod.d.ts +11 -0
- package/serialization/resources/keys/types/CredentialSignRequestDidMethod.d.ts.map +1 -0
- package/serialization/resources/keys/types/CredentialSignRequestDidMethod.js +32 -0
- package/serialization/resources/keys/types/CredentialSignRequestDidMethod.js.map +1 -0
- package/serialization/resources/keys/types/DidCommMessageSignRequestDidMethod.d.ts +11 -0
- package/serialization/resources/keys/types/DidCommMessageSignRequestDidMethod.d.ts.map +1 -0
- package/serialization/resources/keys/types/DidCommMessageSignRequestDidMethod.js +32 -0
- package/serialization/resources/keys/types/DidCommMessageSignRequestDidMethod.js.map +1 -0
- package/serialization/resources/keys/types/PresentationSignRequestDidMethod.d.ts +11 -0
- package/serialization/resources/keys/types/PresentationSignRequestDidMethod.d.ts.map +1 -0
- package/serialization/resources/keys/types/PresentationSignRequestDidMethod.js +32 -0
- package/serialization/resources/keys/types/PresentationSignRequestDidMethod.js.map +1 -0
- package/serialization/resources/keys/types/index.d.ts +4 -0
- package/serialization/resources/keys/types/index.d.ts.map +1 -0
- package/serialization/resources/keys/types/index.js +20 -0
- package/serialization/resources/keys/types/index.js.map +1 -0
- package/serialization/resources/presentations/client/requests/PresentationIssue.d.ts +2 -1
- package/serialization/resources/presentations/client/requests/PresentationIssue.d.ts.map +1 -1
- package/serialization/resources/presentations/client/requests/PresentationIssue.js +2 -1
- package/serialization/resources/presentations/client/requests/PresentationIssue.js.map +1 -1
- package/serialization/resources/presentations/index.d.ts +1 -0
- package/serialization/resources/presentations/index.d.ts.map +1 -1
- package/serialization/resources/presentations/index.js +1 -0
- package/serialization/resources/presentations/index.js.map +1 -1
- package/serialization/resources/presentations/types/PresentationIssueDidMethod.d.ts +11 -0
- package/serialization/resources/presentations/types/PresentationIssueDidMethod.d.ts.map +1 -0
- package/serialization/resources/presentations/types/PresentationIssueDidMethod.js +32 -0
- package/serialization/resources/presentations/types/PresentationIssueDidMethod.js.map +1 -0
- package/serialization/resources/presentations/types/index.d.ts +2 -0
- package/serialization/resources/presentations/types/index.d.ts.map +1 -0
- package/serialization/resources/presentations/types/index.js +18 -0
- package/serialization/resources/presentations/types/index.js.map +1 -0
- package/serialization/types/EqualKeyType.d.ts +2 -1
- package/serialization/types/EqualKeyType.d.ts.map +1 -1
- package/serialization/types/EqualKeyType.js +2 -1
- package/serialization/types/EqualKeyType.js.map +1 -1
- package/serialization/types/EqualKeyTypeValue.d.ts +11 -0
- package/serialization/types/EqualKeyTypeValue.d.ts.map +1 -0
- package/serialization/types/EqualKeyTypeValue.js +32 -0
- package/serialization/types/EqualKeyTypeValue.js.map +1 -0
- package/serialization/types/InKeyType.d.ts +2 -1
- package/serialization/types/InKeyType.d.ts.map +1 -1
- package/serialization/types/InKeyType.js +2 -1
- package/serialization/types/InKeyType.js.map +1 -1
- package/serialization/types/InKeyTypeValuesItem.d.ts +11 -0
- package/serialization/types/InKeyTypeValuesItem.d.ts.map +1 -0
- package/serialization/types/InKeyTypeValuesItem.js +32 -0
- package/serialization/types/InKeyTypeValuesItem.js.map +1 -0
- package/serialization/types/KeyGenerate.d.ts +2 -1
- package/serialization/types/KeyGenerate.d.ts.map +1 -1
- package/serialization/types/KeyGenerate.js +2 -1
- package/serialization/types/KeyGenerate.js.map +1 -1
- package/serialization/types/KeyGenerateType.d.ts +11 -0
- package/serialization/types/KeyGenerateType.d.ts.map +1 -0
- package/serialization/types/KeyGenerateType.js +32 -0
- package/serialization/types/KeyGenerateType.js.map +1 -0
- package/serialization/types/KeyPublic.d.ts +2 -1
- package/serialization/types/KeyPublic.d.ts.map +1 -1
- package/serialization/types/KeyPublic.js +2 -1
- package/serialization/types/KeyPublic.js.map +1 -1
- package/serialization/types/KeyPublicType.d.ts +11 -0
- package/serialization/types/KeyPublicType.d.ts.map +1 -0
- package/serialization/types/KeyPublicType.js +32 -0
- package/serialization/types/KeyPublicType.js.map +1 -0
- package/serialization/types/NotEqualKeyType.d.ts +2 -1
- package/serialization/types/NotEqualKeyType.d.ts.map +1 -1
- package/serialization/types/NotEqualKeyType.js +2 -1
- package/serialization/types/NotEqualKeyType.js.map +1 -1
- package/serialization/types/NotEqualKeyTypeValue.d.ts +11 -0
- package/serialization/types/NotEqualKeyTypeValue.d.ts.map +1 -0
- package/serialization/types/NotEqualKeyTypeValue.js +32 -0
- package/serialization/types/NotEqualKeyTypeValue.js.map +1 -0
- package/serialization/types/NotInKeyType.d.ts +2 -1
- package/serialization/types/NotInKeyType.d.ts.map +1 -1
- package/serialization/types/NotInKeyType.js +2 -1
- package/serialization/types/NotInKeyType.js.map +1 -1
- package/serialization/types/NotInKeyTypeValuesItem.d.ts +11 -0
- package/serialization/types/NotInKeyTypeValuesItem.d.ts.map +1 -0
- package/serialization/types/NotInKeyTypeValuesItem.js +32 -0
- package/serialization/types/NotInKeyTypeValuesItem.js.map +1 -0
- package/serialization/types/index.d.ts +6 -0
- package/serialization/types/index.d.ts.map +1 -1
- package/serialization/types/index.js +6 -0
- package/serialization/types/index.js.map +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PresentationDeleteRequest.js","sourceRoot":"","sources":["../../../../../../src/api/resources/presentations/client/requests/PresentationDeleteRequest.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {\n * ifMatch: \"If-Match\"\n * }\n */\nexport interface PresentationDeleteRequest {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n *
|
|
1
|
+
{"version":3,"file":"PresentationDeleteRequest.js","sourceRoot":"","sources":["../../../../../../src/api/resources/presentations/client/requests/PresentationDeleteRequest.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {\n * ifMatch: \"If-Match\"\n * }\n */\nexport interface PresentationDeleteRequest {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181][api-230] for further details.\n *\n * [api-230]: <https://opensource.zalando.com/restful-api-guidelines/#230>.\n */\n idempotencyKey?: string;\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **If-Match** header field is used to declare a list of identifiers that\n * are required to match the current resource version identifier in at least\n * one position as a pre-condition for executing the request on the server\n * side. This behavior is used to validate and reject optimistic updates, by\n * checking if the resource version a consumer has based his changes on is\n * outdated on arrival of the change request to prevent lost updates.\n *\n * If the pre-condition fails the server will respond with status code **412**\n * (Precondition Failed). See [RFC 9110 Section 13.1.1][rfc-9110-13.1.1] as\n * well as [API Guideline Rule #182][api-182] for further details.\n *\n * [rfc-9110-13.1.1]: https://tools.ietf.org/html/rfc9110#section-13.1.1\n *\n * [api-182]: <https://opensource.zalando.com/restful-api-guidelines/#182>.\n */\n ifMatch: string;\n}\n"]}
|
|
@@ -20,17 +20,17 @@ export interface PresentationInput {
|
|
|
20
20
|
* to ensure idempotent behavior by sending the same (or a similar) response
|
|
21
21
|
* without executing the request a second time.
|
|
22
22
|
*
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
*
|
|
23
|
+
* Clients should be careful as any subsequent requests with the same key may
|
|
24
|
+
* return the same response without further check. Thus, it is recommended to
|
|
25
|
+
* use a UUID version 4 (random) or any other random string with enough
|
|
26
|
+
* entropy to avoid collisions.
|
|
27
27
|
*
|
|
28
|
-
*
|
|
29
|
-
*
|
|
28
|
+
* Keys expire after 24 hours. Clients are responsible to stay within this
|
|
29
|
+
* limit, if they require idempotent behavior.
|
|
30
30
|
*
|
|
31
|
-
*
|
|
31
|
+
* See [API Guideline Rule #181][api-230] for further details.
|
|
32
32
|
*
|
|
33
|
-
*
|
|
33
|
+
* [api-230]: <https://opensource.zalando.com/restful-api-guidelines/#230>.
|
|
34
34
|
*/
|
|
35
35
|
idempotencyKey?: string;
|
|
36
36
|
/** The annotations of the resource. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PresentationInput.js","sourceRoot":"","sources":["../../../../../../src/api/resources/presentations/client/requests/PresentationInput.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {\n * blobId: \"blob_id\"\n * }\n */\nexport interface PresentationInput {\n /**\n * The primary and unique identifier of the resource (inside tenant)\n * according to [RFC 4122](https://www.rfc-editor.org/info/rfc4122).\n */\n blobId: string;\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n *
|
|
1
|
+
{"version":3,"file":"PresentationInput.js","sourceRoot":"","sources":["../../../../../../src/api/resources/presentations/client/requests/PresentationInput.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {\n * blobId: \"blob_id\"\n * }\n */\nexport interface PresentationInput {\n /**\n * The primary and unique identifier of the resource (inside tenant)\n * according to [RFC 4122](https://www.rfc-editor.org/info/rfc4122).\n */\n blobId: string;\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181][api-230] for further details.\n *\n * [api-230]: <https://opensource.zalando.com/restful-api-guidelines/#230>.\n */\n idempotencyKey?: string;\n /** The annotations of the resource. */\n annotations?: Record<string, string>;\n /** The labels of the resource. */\n labels?: Record<string, string>;\n}\n"]}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
+
import * as Truvity from '../../../../index';
|
|
4
5
|
/**
|
|
5
6
|
* @example
|
|
6
7
|
* {
|
|
@@ -13,7 +14,7 @@ export interface PresentationIssue {
|
|
|
13
14
|
keyId: string;
|
|
14
15
|
credentialIds: string[];
|
|
15
16
|
/** All supported DID methods. Default is "web". */
|
|
16
|
-
didMethod?:
|
|
17
|
+
didMethod?: Truvity.PresentationIssueDidMethod;
|
|
17
18
|
/**
|
|
18
19
|
* Just regular URI according to [RFC 3986](https://www.rfc-editor.org/rfc/rfc3986).
|
|
19
20
|
* Examples:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PresentationIssue.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/presentations/client/requests/PresentationIssue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;;GAMG;AACH,MAAM,WAAW,iBAAiB;IAC9B,gDAAgD;IAChD,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,mDAAmD;IACnD,SAAS,CAAC,EAAE,
|
|
1
|
+
{"version":3,"file":"PresentationIssue.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/presentations/client/requests/PresentationIssue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAE7C;;;;;;GAMG;AACH,MAAM,WAAW,iBAAiB;IAC9B,gDAAgD;IAChD,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,mDAAmD;IACnD,SAAS,CAAC,EAAE,OAAO,CAAC,0BAA0B,CAAC;IAC/C;;;;;;;;;;;;;OAaG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PresentationIssue.js","sourceRoot":"","sources":["../../../../../../src/api/resources/presentations/client/requests/PresentationIssue.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {\n * keyId: \"key_id\",\n * credentialIds: [\"credential_ids\"]\n * }\n */\nexport interface PresentationIssue {\n /** The ID of the key to sign the credential. */\n keyId: string;\n credentialIds: string[];\n /** All supported DID methods. Default is \"web\". */\n didMethod?:
|
|
1
|
+
{"version":3,"file":"PresentationIssue.js","sourceRoot":"","sources":["../../../../../../src/api/resources/presentations/client/requests/PresentationIssue.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../../../../index';\n\n/**\n * @example\n * {\n * keyId: \"key_id\",\n * credentialIds: [\"credential_ids\"]\n * }\n */\nexport interface PresentationIssue {\n /** The ID of the key to sign the credential. */\n keyId: string;\n credentialIds: string[];\n /** All supported DID methods. Default is \"web\". */\n didMethod?: Truvity.PresentationIssueDidMethod;\n /**\n * Just regular URI according to [RFC 3986](https://www.rfc-editor.org/rfc/rfc3986).\n * Examples:\n * url:\n * - https://example.com/\n * - https://example.com/some/path\n * urn:\n * - urn:uuid:dd1edaad-a160-44d8-931f-1afc27d31b18\n * - urn:uuid:dd1edaad-a160-44d8-931f-1afc27d31b18/some/path\n * did:\n * - did:uuid:dd1edaad-a160-44d8-931f-1afc27d31b18\n * - did:uuid:dd1edaad-a160-44d8-931f-1afc27d31b18/some/path\n * .\n */\n holder?: string;\n}\n"]}
|
|
@@ -15,17 +15,17 @@ export interface PresentationRestoreRequest {
|
|
|
15
15
|
* to ensure idempotent behavior by sending the same (or a similar) response
|
|
16
16
|
* without executing the request a second time.
|
|
17
17
|
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
18
|
+
* Clients should be careful as any subsequent requests with the same key may
|
|
19
|
+
* return the same response without further check. Thus, it is recommended to
|
|
20
|
+
* use a UUID version 4 (random) or any other random string with enough
|
|
21
|
+
* entropy to avoid collisions.
|
|
22
22
|
*
|
|
23
|
-
*
|
|
24
|
-
*
|
|
23
|
+
* Keys expire after 24 hours. Clients are responsible to stay within this
|
|
24
|
+
* limit, if they require idempotent behavior.
|
|
25
25
|
*
|
|
26
|
-
*
|
|
26
|
+
* See [API Guideline Rule #181][api-230] for further details.
|
|
27
27
|
*
|
|
28
|
-
*
|
|
28
|
+
* [api-230]: <https://opensource.zalando.com/restful-api-guidelines/#230>.
|
|
29
29
|
*/
|
|
30
30
|
idempotencyKey?: string;
|
|
31
31
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PresentationRestoreRequest.js","sourceRoot":"","sources":["../../../../../../src/api/resources/presentations/client/requests/PresentationRestoreRequest.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {\n * ifMatch: \"If-Match\"\n * }\n */\nexport interface PresentationRestoreRequest {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n *
|
|
1
|
+
{"version":3,"file":"PresentationRestoreRequest.js","sourceRoot":"","sources":["../../../../../../src/api/resources/presentations/client/requests/PresentationRestoreRequest.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {\n * ifMatch: \"If-Match\"\n * }\n */\nexport interface PresentationRestoreRequest {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181][api-230] for further details.\n *\n * [api-230]: <https://opensource.zalando.com/restful-api-guidelines/#230>.\n */\n idempotencyKey?: string;\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **If-Match** header field is used to declare a list of identifiers that\n * are required to match the current resource version identifier in at least\n * one position as a pre-condition for executing the request on the server\n * side. This behavior is used to validate and reject optimistic updates, by\n * checking if the resource version a consumer has based his changes on is\n * outdated on arrival of the change request to prevent lost updates.\n *\n * If the pre-condition fails the server will respond with status code **412**\n * (Precondition Failed). See [RFC 9110 Section 13.1.1][rfc-9110-13.1.1] as\n * well as [API Guideline Rule #182][api-182] for further details.\n *\n * [rfc-9110-13.1.1]: https://tools.ietf.org/html/rfc9110#section-13.1.1\n *\n * [api-182]: <https://opensource.zalando.com/restful-api-guidelines/#182>.\n */\n ifMatch: string;\n}\n"]}
|
|
@@ -13,17 +13,17 @@ export interface PresentationUploadRequest {
|
|
|
13
13
|
* to ensure idempotent behavior by sending the same (or a similar) response
|
|
14
14
|
* without executing the request a second time.
|
|
15
15
|
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
16
|
+
* Clients should be careful as any subsequent requests with the same key may
|
|
17
|
+
* return the same response without further check. Thus, it is recommended to
|
|
18
|
+
* use a UUID version 4 (random) or any other random string with enough
|
|
19
|
+
* entropy to avoid collisions.
|
|
20
20
|
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
21
|
+
* Keys expire after 24 hours. Clients are responsible to stay within this
|
|
22
|
+
* limit, if they require idempotent behavior.
|
|
23
23
|
*
|
|
24
|
-
*
|
|
24
|
+
* See [API Guideline Rule #181][api-230] for further details.
|
|
25
25
|
*
|
|
26
|
-
*
|
|
26
|
+
* [api-230]: <https://opensource.zalando.com/restful-api-guidelines/#230>.
|
|
27
27
|
*/
|
|
28
28
|
idempotencyKey?: string;
|
|
29
29
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PresentationUploadRequest.js","sourceRoot":"","sources":["../../../../../../src/api/resources/presentations/client/requests/PresentationUploadRequest.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {}\n */\nexport interface PresentationUploadRequest {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n *
|
|
1
|
+
{"version":3,"file":"PresentationUploadRequest.js","sourceRoot":"","sources":["../../../../../../src/api/resources/presentations/client/requests/PresentationUploadRequest.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {}\n */\nexport interface PresentationUploadRequest {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181][api-230] for further details.\n *\n * [api-230]: <https://opensource.zalando.com/restful-api-guidelines/#230>.\n */\n idempotencyKey?: string;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/api/resources/presentations/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/api/resources/presentations/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC"}
|
|
@@ -14,5 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./types"), exports);
|
|
17
18
|
__exportStar(require("./client"), exports);
|
|
18
19
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/resources/presentations/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB","sourcesContent":["export * from './client';\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/resources/presentations/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAwB;AACxB,2CAAyB","sourcesContent":["export * from './types';\nexport * from './client';\n"]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* All supported DID methods. Default is "web".
|
|
6
|
+
*/
|
|
7
|
+
export declare type PresentationIssueDidMethod = 'key' | 'web';
|
|
8
|
+
export declare const PresentationIssueDidMethod: {
|
|
9
|
+
readonly Key: "key";
|
|
10
|
+
readonly Web: "web";
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=PresentationIssueDidMethod.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PresentationIssueDidMethod.d.ts","sourceRoot":"","sources":["../../../../../src/api/resources/presentations/types/PresentationIssueDidMethod.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,oBAAY,0BAA0B,GAAG,KAAK,GAAG,KAAK,CAAC;AAEvD,eAAO,MAAM,0BAA0B;;;CAG7B,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.PresentationIssueDidMethod = void 0;
|
|
7
|
+
exports.PresentationIssueDidMethod = {
|
|
8
|
+
Key: 'key',
|
|
9
|
+
Web: 'web',
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=PresentationIssueDidMethod.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PresentationIssueDidMethod.js","sourceRoot":"","sources":["../../../../../src/api/resources/presentations/types/PresentationIssueDidMethod.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAOU,QAAA,0BAA0B,GAAG;IACtC,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;CACJ,CAAC","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * All supported DID methods. Default is \"web\".\n */\nexport type PresentationIssueDidMethod = 'key' | 'web';\n\nexport const PresentationIssueDidMethod = {\n Key: 'key',\n Web: 'web',\n} as const;\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/api/resources/presentations/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./PresentationIssueDidMethod"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/api/resources/presentations/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+DAA6C","sourcesContent":["export * from './PresentationIssueDidMethod';\n"]}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as Truvity from '../index';
|
|
5
5
|
/**
|
|
6
|
-
* A generic representation of a verifiable crendential. [Terminology](https://www.w3.org/TR/vc-
|
|
6
|
+
* A generic representation of a verifiable crendential. [Terminology](https://www.w3.org/TR/vc-data-model/#dfn-credential).
|
|
7
7
|
*/
|
|
8
8
|
export interface Credential {
|
|
9
9
|
/** A flavor specific representation of a verifiable crendential. */
|
|
@@ -12,7 +12,7 @@ export interface Credential {
|
|
|
12
12
|
id: string;
|
|
13
13
|
/** The URI of the credential issuer. */
|
|
14
14
|
issuer: string;
|
|
15
|
-
/** A list of credential types. [Terminology](https://www.w3.org/TR/vc-
|
|
15
|
+
/** A list of credential types. [Terminology](https://www.w3.org/TR/vc-data-model/#dfn-type). */
|
|
16
16
|
type: string[];
|
|
17
17
|
/** Timestamp string according to [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339). */
|
|
18
18
|
validFrom: Date;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Credential.d.ts","sourceRoot":"","sources":["../../../src/api/types/Credential.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,UAAU;IACvB,oEAAoE;IACpE,SAAS,EAAE,OAAO,CAAC,mBAAmB,CAAC;IACvC,+BAA+B;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,wCAAwC;IACxC,MAAM,EAAE,MAAM,CAAC;IACf,
|
|
1
|
+
{"version":3,"file":"Credential.d.ts","sourceRoot":"","sources":["../../../src/api/types/Credential.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,UAAU;IACvB,oEAAoE;IACpE,SAAS,EAAE,OAAO,CAAC,mBAAmB,CAAC;IACvC,+BAA+B;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,wCAAwC;IACxC,MAAM,EAAE,MAAM,CAAC;IACf,gGAAgG;IAChG,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,wFAAwF;IACxF,SAAS,EAAE,IAAI,CAAC;IAChB;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,oCAAoC;IACpC,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC7B,8BAA8B;IAC9B,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,mHAAmH;IACnH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,wFAAwF;IACxF,UAAU,CAAC,EAAE,IAAI,CAAC;CACrB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Credential.js","sourceRoot":"","sources":["../../../src/api/types/Credential.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../index';\n\n/**\n * A generic representation of a verifiable crendential. [Terminology](https://www.w3.org/TR/vc-
|
|
1
|
+
{"version":3,"file":"Credential.js","sourceRoot":"","sources":["../../../src/api/types/Credential.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../index';\n\n/**\n * A generic representation of a verifiable crendential. [Terminology](https://www.w3.org/TR/vc-data-model/#dfn-credential).\n */\nexport interface Credential {\n /** A flavor specific representation of a verifiable crendential. */\n dataModel: Truvity.CredentialDataModel;\n /** The URI of a credential. */\n id: string;\n /** The URI of the credential issuer. */\n issuer: string;\n /** A list of credential types. [Terminology](https://www.w3.org/TR/vc-data-model/#dfn-type). */\n type: string[];\n /** Timestamp string according to [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339). */\n validFrom: Date;\n /**\n * Just regular URI according to [RFC 3986](https://www.rfc-editor.org/rfc/rfc3986).\n * Examples:\n * url: - https://example.com/ - https://example.com/some/path\n * urn: - urn:uuid:dd1edaad-a160-44d8-931f-1afc27d31b18 - urn:uuid:dd1edaad-a160-44d8-931f-1afc27d31b18/some/path\n * did: - did:uuid:dd1edaad-a160-44d8-931f-1afc27d31b18 - did:uuid:dd1edaad-a160-44d8-931f-1afc27d31b18/some/path\n * .\n */\n holder?: string;\n /** A list of linked credentials. */\n linkedCredentials?: string[];\n /** A list of linked files. */\n linkedFiles?: string[];\n /** The multihash of canonical Credential body. [Multihash](https://www.w3.org/TR/vc-data-integrity/#multihash). */\n multihash?: string;\n /** Timestamp string according to [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339). */\n validUntil?: Date;\n}\n"]}
|
|
@@ -12,7 +12,7 @@ export interface Credential11 {
|
|
|
12
12
|
issuer: string;
|
|
13
13
|
/** Timestamp string according to [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339). */
|
|
14
14
|
issuanceDate: Date;
|
|
15
|
-
/** A list of credential types. [Terminology](https://www.w3.org/TR/vc-
|
|
15
|
+
/** A list of credential types. [Terminology](https://www.w3.org/TR/vc-data-model/#dfn-type). */
|
|
16
16
|
type: string[];
|
|
17
17
|
proof: Truvity.Credential11Proof;
|
|
18
18
|
/** Timestamp string according to [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339). */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Credential11.d.ts","sourceRoot":"","sources":["../../../src/api/types/Credential11.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,YAAY;IACzB,+BAA+B;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,wCAAwC;IACxC,MAAM,EAAE,MAAM,CAAC;IACf,wFAAwF;IACxF,YAAY,EAAE,IAAI,CAAC;IACnB,
|
|
1
|
+
{"version":3,"file":"Credential11.d.ts","sourceRoot":"","sources":["../../../src/api/types/Credential11.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,YAAY;IACzB,+BAA+B;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,wCAAwC;IACxC,MAAM,EAAE,MAAM,CAAC;IACf,wFAAwF;IACxF,YAAY,EAAE,IAAI,CAAC;IACnB,gGAAgG;IAChG,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,KAAK,EAAE,OAAO,CAAC,iBAAiB,CAAC;IACjC,wFAAwF;IACxF,cAAc,CAAC,EAAE,IAAI,CAAC;IACtB;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Credential11.js","sourceRoot":"","sources":["../../../src/api/types/Credential11.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../index';\n\n/**\n * W3C VC1.1 specific properties.\n */\nexport interface Credential11 {\n /** The URI of a credential. */\n id: string;\n /** The URI of the credential issuer. */\n issuer: string;\n /** Timestamp string according to [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339). */\n issuanceDate: Date;\n /** A list of credential types. [Terminology](https://www.w3.org/TR/vc-
|
|
1
|
+
{"version":3,"file":"Credential11.js","sourceRoot":"","sources":["../../../src/api/types/Credential11.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../index';\n\n/**\n * W3C VC1.1 specific properties.\n */\nexport interface Credential11 {\n /** The URI of a credential. */\n id: string;\n /** The URI of the credential issuer. */\n issuer: string;\n /** Timestamp string according to [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339). */\n issuanceDate: Date;\n /** A list of credential types. [Terminology](https://www.w3.org/TR/vc-data-model/#dfn-type). */\n type: string[];\n proof: Truvity.Credential11Proof;\n /** Timestamp string according to [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339). */\n expirationDate?: Date;\n /**\n * Just regular URI according to [RFC 3986](https://www.rfc-editor.org/rfc/rfc3986).\n * Examples:\n * url: - https://example.com/ - https://example.com/some/path\n * urn: - urn:uuid:dd1edaad-a160-44d8-931f-1afc27d31b18 - urn:uuid:dd1edaad-a160-44d8-931f-1afc27d31b18/some/path\n * did: - did:uuid:dd1edaad-a160-44d8-931f-1afc27d31b18 - did:uuid:dd1edaad-a160-44d8-931f-1afc27d31b18/some/path\n * .\n */\n holder?: string;\n}\n"]}
|
package/api/types/Draft.d.ts
CHANGED
|
@@ -6,13 +6,17 @@ import * as Truvity from '../index';
|
|
|
6
6
|
* The schema with limited set of properties for finding drafts.
|
|
7
7
|
*/
|
|
8
8
|
export interface Draft {
|
|
9
|
-
/** A list of credential types. [Terminology](https://www.w3.org/TR/vc-
|
|
9
|
+
/** A list of credential types. [Terminology](https://www.w3.org/TR/vc-data-model/#dfn-type). */
|
|
10
10
|
type: string[];
|
|
11
11
|
/** A list of linked credentials. */
|
|
12
12
|
linkedCredentials?: string[];
|
|
13
|
+
/** A list of linked drafts. */
|
|
13
14
|
linkedDrafts?: string[];
|
|
15
|
+
/** Metadata about the draft. */
|
|
14
16
|
meta?: Truvity.DraftMeta;
|
|
17
|
+
/** The schema of the draft. */
|
|
15
18
|
schema?: Truvity.DraftSchema;
|
|
19
|
+
/** The values of the draft. */
|
|
16
20
|
values?: Record<string, unknown>;
|
|
17
21
|
}
|
|
18
22
|
//# sourceMappingURL=Draft.d.ts.map
|
package/api/types/Draft.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Draft.d.ts","sourceRoot":"","sources":["../../../src/api/types/Draft.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,KAAK;IAClB,
|
|
1
|
+
{"version":3,"file":"Draft.d.ts","sourceRoot":"","sources":["../../../src/api/types/Draft.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,KAAK;IAClB,gGAAgG;IAChG,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,oCAAoC;IACpC,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC7B,+BAA+B;IAC/B,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,gCAAgC;IAChC,IAAI,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC;IACzB,+BAA+B;IAC/B,MAAM,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC;IAC7B,+BAA+B;IAC/B,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACpC"}
|
package/api/types/Draft.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Draft.js","sourceRoot":"","sources":["../../../src/api/types/Draft.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../index';\n\n/**\n * The schema with limited set of properties for finding drafts.\n */\nexport interface Draft {\n /** A list of credential types. [Terminology](https://www.w3.org/TR/vc-
|
|
1
|
+
{"version":3,"file":"Draft.js","sourceRoot":"","sources":["../../../src/api/types/Draft.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../index';\n\n/**\n * The schema with limited set of properties for finding drafts.\n */\nexport interface Draft {\n /** A list of credential types. [Terminology](https://www.w3.org/TR/vc-data-model/#dfn-type). */\n type: string[];\n /** A list of linked credentials. */\n linkedCredentials?: string[];\n /** A list of linked drafts. */\n linkedDrafts?: string[];\n /** Metadata about the draft. */\n meta?: Truvity.DraftMeta;\n /** The schema of the draft. */\n schema?: Truvity.DraftSchema;\n /** The values of the draft. */\n values?: Record<string, unknown>;\n}\n"]}
|
|
@@ -6,8 +6,11 @@ import * as Truvity from '../index';
|
|
|
6
6
|
* The schema for creating a draft.
|
|
7
7
|
*/
|
|
8
8
|
export interface DraftCreate {
|
|
9
|
+
/** Metadata about the draft. */
|
|
9
10
|
meta?: Truvity.DraftMeta;
|
|
11
|
+
/** The schema of the draft. */
|
|
10
12
|
schema?: Truvity.DraftSchema;
|
|
13
|
+
/** The values of the draft. */
|
|
11
14
|
values?: Record<string, unknown>;
|
|
12
15
|
}
|
|
13
16
|
//# sourceMappingURL=DraftCreate.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DraftCreate.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftCreate.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,WAAW;IACxB,IAAI,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC;IACzB,MAAM,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACpC"}
|
|
1
|
+
{"version":3,"file":"DraftCreate.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftCreate.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,WAAW;IACxB,gCAAgC;IAChC,IAAI,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC;IACzB,+BAA+B;IAC/B,MAAM,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC;IAC7B,+BAA+B;IAC/B,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACpC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DraftCreate.js","sourceRoot":"","sources":["../../../src/api/types/DraftCreate.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../index';\n\n/**\n * The schema for creating a draft.\n */\nexport interface DraftCreate {\n meta?: Truvity.DraftMeta;\n schema?: Truvity.DraftSchema;\n values?: Record<string, unknown>;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"DraftCreate.js","sourceRoot":"","sources":["../../../src/api/types/DraftCreate.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../index';\n\n/**\n * The schema for creating a draft.\n */\nexport interface DraftCreate {\n /** Metadata about the draft. */\n meta?: Truvity.DraftMeta;\n /** The schema of the draft. */\n schema?: Truvity.DraftSchema;\n /** The values of the draft. */\n values?: Record<string, unknown>;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DraftFieldBooleanValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftFieldBooleanValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACnC,
|
|
1
|
+
{"version":3,"file":"DraftFieldBooleanValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftFieldBooleanValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACnC,kBAAkB;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,6DAA6D;IAC7D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uFAAuF;IACvF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,mCAAmC;IACnC,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DraftFieldBooleanValue.js","sourceRoot":"","sources":["../../../src/api/types/DraftFieldBooleanValue.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * Boolean field representation.\n */\nexport interface DraftFieldBooleanValue {\n /** Field name */\n name: string;\n /** Determine whether the field values should be an array. */\n isArray?: boolean;\n notEmpty?: boolean;\n /** The human-readable name of the field can be used to display the field in the UI. */\n title?: string;\n /** The type of the field value. */\n type?: string;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"DraftFieldBooleanValue.js","sourceRoot":"","sources":["../../../src/api/types/DraftFieldBooleanValue.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * Boolean field representation.\n */\nexport interface DraftFieldBooleanValue {\n /** Field name. */\n name: string;\n /** Determine whether the field values should be an array. */\n isArray?: boolean;\n notEmpty?: boolean;\n /** The human-readable name of the field can be used to display the field in the UI. */\n title?: string;\n /** The type of the field value. */\n type?: string;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DraftFieldDateTimeValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftFieldDateTimeValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACpC,
|
|
1
|
+
{"version":3,"file":"DraftFieldDateTimeValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftFieldDateTimeValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACpC,kBAAkB;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,6DAA6D;IAC7D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uFAAuF;IACvF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,mCAAmC;IACnC,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DraftFieldDateTimeValue.js","sourceRoot":"","sources":["../../../src/api/types/DraftFieldDateTimeValue.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * DateTime field representation.\n */\nexport interface DraftFieldDateTimeValue {\n /** Field name */\n name: string;\n /** Determine whether the field values should be an array. */\n isArray?: boolean;\n notEmpty?: boolean;\n /** The human-readable name of the field can be used to display the field in the UI. */\n title?: string;\n /** The type of the field value. */\n type?: string;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"DraftFieldDateTimeValue.js","sourceRoot":"","sources":["../../../src/api/types/DraftFieldDateTimeValue.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * DateTime field representation.\n */\nexport interface DraftFieldDateTimeValue {\n /** Field name. */\n name: string;\n /** Determine whether the field values should be an array. */\n isArray?: boolean;\n notEmpty?: boolean;\n /** The human-readable name of the field can be used to display the field in the UI. */\n title?: string;\n /** The type of the field value. */\n type?: string;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DraftFieldDateValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftFieldDateValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAChC,
|
|
1
|
+
{"version":3,"file":"DraftFieldDateValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftFieldDateValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAChC,kBAAkB;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,6DAA6D;IAC7D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uFAAuF;IACvF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,mCAAmC;IACnC,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DraftFieldDateValue.js","sourceRoot":"","sources":["../../../src/api/types/DraftFieldDateValue.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * Date field representation.\n */\nexport interface DraftFieldDateValue {\n /** Field name */\n name: string;\n /** Determine whether the field values should be an array. */\n isArray?: boolean;\n notEmpty?: boolean;\n /** The human-readable name of the field can be used to display the field in the UI. */\n title?: string;\n /** The type of the field value. */\n type?: string;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"DraftFieldDateValue.js","sourceRoot":"","sources":["../../../src/api/types/DraftFieldDateValue.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * Date field representation.\n */\nexport interface DraftFieldDateValue {\n /** Field name. */\n name: string;\n /** Determine whether the field values should be an array. */\n isArray?: boolean;\n notEmpty?: boolean;\n /** The human-readable name of the field can be used to display the field in the UI. */\n title?: string;\n /** The type of the field value. */\n type?: string;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DraftFieldFileValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftFieldFileValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAChC,
|
|
1
|
+
{"version":3,"file":"DraftFieldFileValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftFieldFileValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAChC,kBAAkB;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,6DAA6D;IAC7D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uFAAuF;IACvF,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DraftFieldFileValue.js","sourceRoot":"","sources":["../../../src/api/types/DraftFieldFileValue.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * File field representation.\n */\nexport interface DraftFieldFileValue {\n /** Field name */\n name: string;\n /** Determine whether the field values should be an array. */\n isArray?: boolean;\n notEmpty?: boolean;\n /** The human-readable name of the field can be used to display the field in the UI. */\n title?: string;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"DraftFieldFileValue.js","sourceRoot":"","sources":["../../../src/api/types/DraftFieldFileValue.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * File field representation.\n */\nexport interface DraftFieldFileValue {\n /** Field name. */\n name: string;\n /** Determine whether the field values should be an array. */\n isArray?: boolean;\n notEmpty?: boolean;\n /** The human-readable name of the field can be used to display the field in the UI. */\n title?: string;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DraftFieldLinkValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftFieldLinkValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAChC,
|
|
1
|
+
{"version":3,"file":"DraftFieldLinkValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftFieldLinkValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAChC,kBAAkB;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,6DAA6D;IAC7D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,4BAA4B;IAC5B,QAAQ,CAAC,EAAE,WAAW,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uFAAuF;IACvF,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DraftFieldLinkValue.js","sourceRoot":"","sources":["../../../src/api/types/DraftFieldLinkValue.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * Link field representation.\n */\nexport interface DraftFieldLinkValue {\n /** Field name */\n name: string;\n /** Determine whether the field values should be an array. */\n isArray?: boolean;\n /** The type of the link. */\n linkType?: 'REFERENCE';\n notEmpty?: boolean;\n /** The human-readable name of the field can be used to display the field in the UI. */\n title?: string;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"DraftFieldLinkValue.js","sourceRoot":"","sources":["../../../src/api/types/DraftFieldLinkValue.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * Link field representation.\n */\nexport interface DraftFieldLinkValue {\n /** Field name. */\n name: string;\n /** Determine whether the field values should be an array. */\n isArray?: boolean;\n /** The type of the link. */\n linkType?: 'REFERENCE';\n notEmpty?: boolean;\n /** The human-readable name of the field can be used to display the field in the UI. */\n title?: string;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DraftFieldNumberValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftFieldNumberValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,qBAAqB;IAClC,
|
|
1
|
+
{"version":3,"file":"DraftFieldNumberValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftFieldNumberValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,qBAAqB;IAClC,kBAAkB;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,6DAA6D;IAC7D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uFAAuF;IACvF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,mCAAmC;IACnC,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DraftFieldNumberValue.js","sourceRoot":"","sources":["../../../src/api/types/DraftFieldNumberValue.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * Number field representation.\n */\nexport interface DraftFieldNumberValue {\n /** Field name */\n name: string;\n /** Determine whether the field values should be an array. */\n isArray?: boolean;\n notEmpty?: boolean;\n /** The human-readable name of the field can be used to display the field in the UI. */\n title?: string;\n /** The type of the field value. */\n type?: string;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"DraftFieldNumberValue.js","sourceRoot":"","sources":["../../../src/api/types/DraftFieldNumberValue.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * Number field representation.\n */\nexport interface DraftFieldNumberValue {\n /** Field name. */\n name: string;\n /** Determine whether the field values should be an array. */\n isArray?: boolean;\n notEmpty?: boolean;\n /** The human-readable name of the field can be used to display the field in the UI. */\n title?: string;\n /** The type of the field value. */\n type?: string;\n}\n"]}
|
|
@@ -6,7 +6,7 @@ import * as Truvity from '../index';
|
|
|
6
6
|
* String field representation.
|
|
7
7
|
*/
|
|
8
8
|
export interface DraftFieldStringValue {
|
|
9
|
-
/** Field name */
|
|
9
|
+
/** Field name. */
|
|
10
10
|
name: string;
|
|
11
11
|
/** A set of named constants, each representing an allowable value. */
|
|
12
12
|
enum?: Truvity.DraftEnumValue[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DraftFieldStringValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftFieldStringValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,qBAAqB;IAClC,
|
|
1
|
+
{"version":3,"file":"DraftFieldStringValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftFieldStringValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,qBAAqB;IAClC,kBAAkB;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,sEAAsE;IACtE,IAAI,CAAC,EAAE,OAAO,CAAC,cAAc,EAAE,CAAC;IAChC,6DAA6D;IAC7D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uFAAuF;IACvF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,mCAAmC;IACnC,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DraftFieldStringValue.js","sourceRoot":"","sources":["../../../src/api/types/DraftFieldStringValue.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../index';\n\n/**\n * String field representation.\n */\nexport interface DraftFieldStringValue {\n /** Field name */\n name: string;\n /** A set of named constants, each representing an allowable value. */\n enum?: Truvity.DraftEnumValue[];\n /** Determine whether the field values should be an array. */\n isArray?: boolean;\n notEmpty?: boolean;\n /** The human-readable name of the field can be used to display the field in the UI. */\n title?: string;\n /** The type of the field value. */\n type?: string;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"DraftFieldStringValue.js","sourceRoot":"","sources":["../../../src/api/types/DraftFieldStringValue.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../index';\n\n/**\n * String field representation.\n */\nexport interface DraftFieldStringValue {\n /** Field name. */\n name: string;\n /** A set of named constants, each representing an allowable value. */\n enum?: Truvity.DraftEnumValue[];\n /** Determine whether the field values should be an array. */\n isArray?: boolean;\n notEmpty?: boolean;\n /** The human-readable name of the field can be used to display the field in the UI. */\n title?: string;\n /** The type of the field value. */\n type?: string;\n}\n"]}
|
|
@@ -6,8 +6,9 @@ import * as Truvity from '../index';
|
|
|
6
6
|
* Struct field representation.
|
|
7
7
|
*/
|
|
8
8
|
export interface DraftFieldStructValue {
|
|
9
|
-
/** Field name */
|
|
9
|
+
/** Field name. */
|
|
10
10
|
name: string;
|
|
11
|
+
/** A list of claim definitions. */
|
|
11
12
|
fields?: Truvity.DraftFieldStructValueFieldsItem[];
|
|
12
13
|
/** The namespace of the vocabulary. */
|
|
13
14
|
vocabNamespace: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DraftFieldStructValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftFieldStructValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,qBAAqB;IAClC,
|
|
1
|
+
{"version":3,"file":"DraftFieldStructValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftFieldStructValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,qBAAqB;IAClC,kBAAkB;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,mCAAmC;IACnC,MAAM,CAAC,EAAE,OAAO,CAAC,+BAA+B,EAAE,CAAC;IACnD,uCAAuC;IACvC,cAAc,EAAE,MAAM,CAAC;IACvB,kCAAkC;IAClC,SAAS,EAAE,MAAM,CAAC;IAClB,6DAA6D;IAC7D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uFAAuF;IACvF,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|