@truvity/sdk 0.31.7 → 0.35.1
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/ExtendedClient.d.ts +7 -1
- package/ExtendedClient.d.ts.map +1 -1
- package/ExtendedClient.js +20 -1
- package/ExtendedClient.js.map +1 -1
- package/api/errors/BadRequestError.d.ts +2 -1
- package/api/errors/BadRequestError.d.ts.map +1 -1
- package/api/errors/BadRequestError.js +2 -1
- package/api/errors/BadRequestError.js.map +1 -1
- package/api/errors/ConflictError.d.ts +2 -1
- package/api/errors/ConflictError.d.ts.map +1 -1
- package/api/errors/ConflictError.js +2 -1
- package/api/errors/ConflictError.js.map +1 -1
- package/api/errors/ForbiddenError.d.ts +2 -1
- package/api/errors/ForbiddenError.d.ts.map +1 -1
- package/api/errors/ForbiddenError.js +2 -1
- package/api/errors/ForbiddenError.js.map +1 -1
- package/api/errors/InternalServerError.d.ts +2 -1
- package/api/errors/InternalServerError.d.ts.map +1 -1
- package/api/errors/InternalServerError.js +2 -1
- package/api/errors/InternalServerError.js.map +1 -1
- package/api/errors/MethodNotAllowedError.d.ts +2 -1
- package/api/errors/MethodNotAllowedError.d.ts.map +1 -1
- package/api/errors/MethodNotAllowedError.js +2 -1
- package/api/errors/MethodNotAllowedError.js.map +1 -1
- package/api/errors/NotFoundError.d.ts +2 -1
- package/api/errors/NotFoundError.d.ts.map +1 -1
- package/api/errors/NotFoundError.js +2 -1
- package/api/errors/NotFoundError.js.map +1 -1
- package/api/errors/PreconditionFailedError.d.ts +2 -1
- package/api/errors/PreconditionFailedError.d.ts.map +1 -1
- package/api/errors/PreconditionFailedError.js +2 -1
- package/api/errors/PreconditionFailedError.js.map +1 -1
- package/api/errors/ServiceUnavailableError.d.ts +10 -0
- package/api/errors/ServiceUnavailableError.d.ts.map +1 -0
- package/api/errors/ServiceUnavailableError.js +53 -0
- package/api/errors/ServiceUnavailableError.js.map +1 -0
- package/api/errors/TooManyRequestsError.d.ts +2 -1
- package/api/errors/TooManyRequestsError.d.ts.map +1 -1
- package/api/errors/TooManyRequestsError.js +2 -1
- package/api/errors/TooManyRequestsError.js.map +1 -1
- package/api/errors/UnauthorizedError.d.ts +2 -1
- package/api/errors/UnauthorizedError.d.ts.map +1 -1
- package/api/errors/UnauthorizedError.js +2 -1
- package/api/errors/UnauthorizedError.js.map +1 -1
- package/api/errors/UnsupportedMediaTypeError.d.ts +2 -1
- package/api/errors/UnsupportedMediaTypeError.d.ts.map +1 -1
- package/api/errors/UnsupportedMediaTypeError.js +2 -1
- package/api/errors/UnsupportedMediaTypeError.js.map +1 -1
- package/api/errors/index.d.ts +1 -0
- package/api/errors/index.d.ts.map +1 -1
- package/api/errors/index.js +1 -0
- package/api/errors/index.js.map +1 -1
- package/api/resources/apiKeys/client/Client.d.ts +18 -9
- package/api/resources/apiKeys/client/Client.d.ts.map +1 -1
- package/api/resources/apiKeys/client/Client.js +205 -127
- package/api/resources/apiKeys/client/Client.js.map +1 -1
- package/api/resources/credentials/client/Client.d.ts +24 -12
- package/api/resources/credentials/client/Client.d.ts.map +1 -1
- package/api/resources/credentials/client/Client.js +267 -162
- package/api/resources/credentials/client/Client.js.map +1 -1
- package/api/resources/credentials/client/requests/CredentialInput.d.ts +4 -0
- package/api/resources/credentials/client/requests/CredentialInput.d.ts.map +1 -1
- package/api/resources/credentials/client/requests/CredentialInput.js.map +1 -1
- package/api/resources/desk/client/Client.d.ts +4 -2
- package/api/resources/desk/client/Client.d.ts.map +1 -1
- package/api/resources/desk/client/Client.js +31 -16
- package/api/resources/desk/client/Client.js.map +1 -1
- package/api/resources/didcommMessages/client/Client.d.ts +20 -11
- package/api/resources/didcommMessages/client/Client.d.ts.map +1 -1
- package/api/resources/didcommMessages/client/Client.js +207 -129
- package/api/resources/didcommMessages/client/Client.js.map +1 -1
- package/api/resources/didcommMessages/client/requests/DidCommMessageSendInput.d.ts +3 -3
- package/api/resources/didcommMessages/client/requests/DidCommMessageSendInput.d.ts.map +1 -1
- package/api/resources/didcommMessages/client/requests/DidCommMessageSendInput.js.map +1 -1
- package/api/resources/dids/client/Client.d.ts +2 -1
- package/api/resources/dids/client/Client.d.ts.map +1 -1
- package/api/resources/dids/client/Client.js +22 -13
- package/api/resources/dids/client/Client.js.map +1 -1
- package/api/resources/drafts/client/Client.d.ts +57 -15
- package/api/resources/drafts/client/Client.d.ts.map +1 -1
- package/api/resources/drafts/client/Client.js +427 -168
- package/api/resources/drafts/client/Client.js.map +1 -1
- package/api/resources/drafts/client/requests/DraftInput.d.ts +3 -3
- package/api/resources/drafts/client/requests/DraftInput.d.ts.map +1 -1
- package/api/resources/drafts/client/requests/DraftInput.js.map +1 -1
- package/api/resources/drafts/client/requests/DraftIssue.d.ts +6 -2
- 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/DraftLatestIssueRequest.d.ts +44 -0
- package/api/resources/drafts/client/requests/DraftLatestIssueRequest.d.ts.map +1 -0
- package/api/resources/drafts/client/requests/DraftLatestIssueRequest.js +6 -0
- package/api/resources/drafts/client/requests/DraftLatestIssueRequest.js.map +1 -0
- package/api/resources/drafts/client/requests/index.d.ts +1 -0
- package/api/resources/drafts/client/requests/index.d.ts.map +1 -1
- package/api/resources/drafts/client/requests/index.js.map +1 -1
- package/api/resources/drafts/types/DraftLatestIssueRequestDidMethod.d.ts +12 -0
- package/api/resources/drafts/types/DraftLatestIssueRequestDidMethod.d.ts.map +1 -0
- package/api/resources/drafts/types/DraftLatestIssueRequestDidMethod.js +11 -0
- package/api/resources/drafts/types/DraftLatestIssueRequestDidMethod.js.map +1 -0
- package/api/resources/drafts/types/index.d.ts +1 -0
- package/api/resources/drafts/types/index.d.ts.map +1 -1
- package/api/resources/drafts/types/index.js +1 -0
- package/api/resources/drafts/types/index.js.map +1 -1
- package/api/resources/files/client/Client.d.ts +23 -13
- package/api/resources/files/client/Client.d.ts.map +1 -1
- package/api/resources/files/client/Client.js +244 -152
- package/api/resources/files/client/Client.js.map +1 -1
- package/api/resources/files/client/requests/FileInput.d.ts +2 -3
- package/api/resources/files/client/requests/FileInput.d.ts.map +1 -1
- package/api/resources/files/client/requests/FileInput.js.map +1 -1
- package/api/resources/gdpr/client/Client.d.ts +2 -1
- package/api/resources/gdpr/client/Client.d.ts.map +1 -1
- package/api/resources/gdpr/client/Client.js +12 -6
- package/api/resources/gdpr/client/Client.js.map +1 -1
- package/api/resources/keys/client/Client.d.ts +26 -13
- package/api/resources/keys/client/Client.d.ts.map +1 -1
- package/api/resources/keys/client/Client.js +271 -166
- package/api/resources/keys/client/Client.js.map +1 -1
- package/api/resources/keys/client/requests/KeyGenerateInput.d.ts +1 -1
- package/api/resources/keys/client/requests/KeyGenerateInput.d.ts.map +1 -1
- package/api/resources/keys/client/requests/KeyGenerateInput.js.map +1 -1
- package/api/resources/keys/client/requests/KeyImportSecretInput.d.ts +2 -2
- package/api/resources/keys/client/requests/KeyImportSecretInput.d.ts.map +1 -1
- package/api/resources/keys/client/requests/KeyImportSecretInput.js.map +1 -1
- package/api/resources/presentations/client/Client.d.ts +30 -16
- package/api/resources/presentations/client/Client.d.ts.map +1 -1
- package/api/resources/presentations/client/Client.js +300 -183
- package/api/resources/presentations/client/Client.js.map +1 -1
- package/api/resources/presentations/client/requests/PresentationExport.d.ts +1 -1
- package/api/resources/presentations/client/requests/PresentationExport.d.ts.map +1 -1
- package/api/resources/presentations/client/requests/PresentationExport.js.map +1 -1
- package/api/resources/presentations/client/requests/PresentationIssue.d.ts +4 -4
- 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/types/ApiKeyBaseFilter.d.ts +27 -0
- package/api/types/ApiKeyBaseFilter.d.ts.map +1 -0
- package/api/types/ApiKeyBaseFilter.js +6 -0
- package/api/types/ApiKeyBaseFilter.js.map +1 -0
- package/api/types/ApiKeyBaseFilterAnnotationsItem.d.ts +20 -0
- package/api/types/ApiKeyBaseFilterAnnotationsItem.d.ts.map +1 -0
- package/api/types/ApiKeyBaseFilterAnnotationsItem.js +6 -0
- package/api/types/ApiKeyBaseFilterAnnotationsItem.js.map +1 -0
- package/api/types/ApiKeyBaseFilterCreatedAt.d.ts +26 -0
- package/api/types/ApiKeyBaseFilterCreatedAt.d.ts.map +1 -0
- package/api/types/ApiKeyBaseFilterCreatedAt.js +6 -0
- package/api/types/ApiKeyBaseFilterCreatedAt.js.map +1 -0
- package/api/types/ApiKeyBaseFilterDeletedAt.d.ts +32 -0
- package/api/types/ApiKeyBaseFilterDeletedAt.d.ts.map +1 -0
- package/api/types/ApiKeyBaseFilterDeletedAt.js +6 -0
- package/api/types/ApiKeyBaseFilterDeletedAt.js.map +1 -0
- package/api/types/ApiKeyBaseFilterEtag.d.ts +23 -0
- package/api/types/ApiKeyBaseFilterEtag.d.ts.map +1 -0
- package/api/types/ApiKeyBaseFilterEtag.js +6 -0
- package/api/types/ApiKeyBaseFilterEtag.js.map +1 -0
- package/api/types/ApiKeyBaseFilterId.d.ts +23 -0
- package/api/types/ApiKeyBaseFilterId.d.ts.map +1 -0
- package/api/types/ApiKeyBaseFilterId.js +6 -0
- package/api/types/ApiKeyBaseFilterId.js.map +1 -0
- package/api/types/ApiKeyBaseFilterLabelsItem.d.ts +20 -0
- package/api/types/ApiKeyBaseFilterLabelsItem.d.ts.map +1 -0
- package/api/types/ApiKeyBaseFilterLabelsItem.js +6 -0
- package/api/types/ApiKeyBaseFilterLabelsItem.js.map +1 -0
- package/api/types/ApiKeyBaseFilterModifiedAt.d.ts +26 -0
- package/api/types/ApiKeyBaseFilterModifiedAt.d.ts.map +1 -0
- package/api/types/ApiKeyBaseFilterModifiedAt.js +6 -0
- package/api/types/ApiKeyBaseFilterModifiedAt.js.map +1 -0
- package/api/types/ApiKeyBaseFilterRevision.d.ts +38 -0
- package/api/types/ApiKeyBaseFilterRevision.d.ts.map +1 -0
- package/api/types/ApiKeyBaseFilterRevision.js +6 -0
- package/api/types/ApiKeyBaseFilterRevision.js.map +1 -0
- package/api/types/ApiKeyFilter.d.ts +1 -19
- package/api/types/ApiKeyFilter.d.ts.map +1 -1
- package/api/types/ApiKeyFilter.js.map +1 -1
- package/api/types/ApiKeyFull.d.ts +2 -2
- package/api/types/ApiKeyFull.d.ts.map +1 -1
- package/api/types/ApiKeyFull.js.map +1 -1
- package/api/types/Credential.d.ts +9 -11
- package/api/types/Credential.d.ts.map +1 -1
- package/api/types/Credential.js.map +1 -1
- package/api/types/Credential11.d.ts +7 -7
- package/api/types/Credential11.d.ts.map +1 -1
- package/api/types/Credential11.js.map +1 -1
- package/api/types/CredentialBaseFilter.d.ts +27 -0
- package/api/types/CredentialBaseFilter.d.ts.map +1 -0
- package/api/types/CredentialBaseFilter.js +6 -0
- package/api/types/CredentialBaseFilter.js.map +1 -0
- package/api/types/CredentialBaseFilterAnnotationsItem.d.ts +20 -0
- package/api/types/CredentialBaseFilterAnnotationsItem.d.ts.map +1 -0
- package/api/types/CredentialBaseFilterAnnotationsItem.js +6 -0
- package/api/types/CredentialBaseFilterAnnotationsItem.js.map +1 -0
- package/api/types/CredentialBaseFilterCreatedAt.d.ts +26 -0
- package/api/types/CredentialBaseFilterCreatedAt.d.ts.map +1 -0
- package/api/types/CredentialBaseFilterCreatedAt.js +6 -0
- package/api/types/CredentialBaseFilterCreatedAt.js.map +1 -0
- package/api/types/CredentialBaseFilterDeletedAt.d.ts +32 -0
- package/api/types/CredentialBaseFilterDeletedAt.d.ts.map +1 -0
- package/api/types/CredentialBaseFilterDeletedAt.js +6 -0
- package/api/types/CredentialBaseFilterDeletedAt.js.map +1 -0
- package/api/types/CredentialBaseFilterEtag.d.ts +23 -0
- package/api/types/CredentialBaseFilterEtag.d.ts.map +1 -0
- package/api/types/CredentialBaseFilterEtag.js +6 -0
- package/api/types/CredentialBaseFilterEtag.js.map +1 -0
- package/api/types/CredentialBaseFilterId.d.ts +23 -0
- package/api/types/CredentialBaseFilterId.d.ts.map +1 -0
- package/api/types/CredentialBaseFilterId.js +6 -0
- package/api/types/CredentialBaseFilterId.js.map +1 -0
- package/api/types/CredentialBaseFilterLabelsItem.d.ts +20 -0
- package/api/types/CredentialBaseFilterLabelsItem.d.ts.map +1 -0
- package/api/types/CredentialBaseFilterLabelsItem.js +6 -0
- package/api/types/CredentialBaseFilterLabelsItem.js.map +1 -0
- package/api/types/CredentialBaseFilterModifiedAt.d.ts +26 -0
- package/api/types/CredentialBaseFilterModifiedAt.d.ts.map +1 -0
- package/api/types/CredentialBaseFilterModifiedAt.js +6 -0
- package/api/types/CredentialBaseFilterModifiedAt.js.map +1 -0
- package/api/types/CredentialBaseFilterRevision.d.ts +38 -0
- package/api/types/CredentialBaseFilterRevision.d.ts.map +1 -0
- package/api/types/CredentialBaseFilterRevision.js +6 -0
- package/api/types/CredentialBaseFilterRevision.js.map +1 -0
- package/api/types/CredentialFilter.d.ts +1 -19
- package/api/types/CredentialFilter.d.ts.map +1 -1
- package/api/types/CredentialFilter.js.map +1 -1
- package/api/types/CredentialFilterData.d.ts +1 -2
- package/api/types/CredentialFilterData.d.ts.map +1 -1
- package/api/types/CredentialFilterData.js.map +1 -1
- package/api/types/CredentialFilterDataDigestMultibase.d.ts +1 -7
- package/api/types/CredentialFilterDataDigestMultibase.d.ts.map +1 -1
- package/api/types/CredentialFilterDataDigestMultibase.js.map +1 -1
- package/api/types/CredentialProof.d.ts +2 -2
- package/api/types/CredentialProof.d.ts.map +1 -1
- package/api/types/CredentialProof.js.map +1 -1
- package/api/types/CredentialSortField.d.ts +1 -2
- package/api/types/CredentialSortField.d.ts.map +1 -1
- package/api/types/CredentialSortField.js +0 -1
- package/api/types/CredentialSortField.js.map +1 -1
- package/api/types/DidCommMessage.d.ts +3 -3
- package/api/types/DidCommMessage.d.ts.map +1 -1
- package/api/types/DidCommMessage.js.map +1 -1
- package/api/types/DidCommMessageSend.d.ts +7 -7
- package/api/types/DidCommMessageSend.d.ts.map +1 -1
- package/api/types/DidCommMessageSend.js.map +1 -1
- package/api/types/DidDocument.d.ts +6 -6
- package/api/types/DidDocument.d.ts.map +1 -1
- package/api/types/DidDocument.js.map +1 -1
- package/api/types/DidcommMessageBaseFilter.d.ts +27 -0
- package/api/types/DidcommMessageBaseFilter.d.ts.map +1 -0
- package/api/types/DidcommMessageBaseFilter.js +6 -0
- package/api/types/DidcommMessageBaseFilter.js.map +1 -0
- package/api/types/DidcommMessageBaseFilterAnnotationsItem.d.ts +20 -0
- package/api/types/DidcommMessageBaseFilterAnnotationsItem.d.ts.map +1 -0
- package/api/types/DidcommMessageBaseFilterAnnotationsItem.js +6 -0
- package/api/types/DidcommMessageBaseFilterAnnotationsItem.js.map +1 -0
- package/api/types/DidcommMessageBaseFilterCreatedAt.d.ts +26 -0
- package/api/types/DidcommMessageBaseFilterCreatedAt.d.ts.map +1 -0
- package/api/types/DidcommMessageBaseFilterCreatedAt.js +6 -0
- package/api/types/DidcommMessageBaseFilterCreatedAt.js.map +1 -0
- package/api/types/DidcommMessageBaseFilterDeletedAt.d.ts +32 -0
- package/api/types/DidcommMessageBaseFilterDeletedAt.d.ts.map +1 -0
- package/api/types/DidcommMessageBaseFilterDeletedAt.js +6 -0
- package/api/types/DidcommMessageBaseFilterDeletedAt.js.map +1 -0
- package/api/types/DidcommMessageBaseFilterEtag.d.ts +23 -0
- package/api/types/DidcommMessageBaseFilterEtag.d.ts.map +1 -0
- package/api/types/DidcommMessageBaseFilterEtag.js +6 -0
- package/api/types/DidcommMessageBaseFilterEtag.js.map +1 -0
- package/api/types/DidcommMessageBaseFilterId.d.ts +23 -0
- package/api/types/DidcommMessageBaseFilterId.d.ts.map +1 -0
- package/api/types/DidcommMessageBaseFilterId.js +6 -0
- package/api/types/DidcommMessageBaseFilterId.js.map +1 -0
- package/api/types/DidcommMessageBaseFilterLabelsItem.d.ts +20 -0
- package/api/types/DidcommMessageBaseFilterLabelsItem.d.ts.map +1 -0
- package/api/types/DidcommMessageBaseFilterLabelsItem.js +6 -0
- package/api/types/DidcommMessageBaseFilterLabelsItem.js.map +1 -0
- package/api/types/DidcommMessageBaseFilterModifiedAt.d.ts +26 -0
- package/api/types/DidcommMessageBaseFilterModifiedAt.d.ts.map +1 -0
- package/api/types/DidcommMessageBaseFilterModifiedAt.js +6 -0
- package/api/types/DidcommMessageBaseFilterModifiedAt.js.map +1 -0
- package/api/types/DidcommMessageBaseFilterRevision.d.ts +38 -0
- package/api/types/DidcommMessageBaseFilterRevision.d.ts.map +1 -0
- package/api/types/DidcommMessageBaseFilterRevision.js +6 -0
- package/api/types/DidcommMessageBaseFilterRevision.js.map +1 -0
- package/api/types/DidcommMessageFilter.d.ts +1 -19
- package/api/types/DidcommMessageFilter.d.ts.map +1 -1
- package/api/types/DidcommMessageFilter.js.map +1 -1
- package/api/types/Draft.d.ts +4 -4
- package/api/types/Draft.d.ts.map +1 -1
- package/api/types/Draft.js.map +1 -1
- package/api/types/DraftBaseFilter.d.ts +27 -0
- package/api/types/DraftBaseFilter.d.ts.map +1 -0
- package/api/types/DraftBaseFilter.js +6 -0
- package/api/types/DraftBaseFilter.js.map +1 -0
- package/api/types/DraftBaseFilterAnnotationsItem.d.ts +20 -0
- package/api/types/DraftBaseFilterAnnotationsItem.d.ts.map +1 -0
- package/api/types/DraftBaseFilterAnnotationsItem.js +6 -0
- package/api/types/DraftBaseFilterAnnotationsItem.js.map +1 -0
- package/api/types/DraftBaseFilterCreatedAt.d.ts +26 -0
- package/api/types/DraftBaseFilterCreatedAt.d.ts.map +1 -0
- package/api/types/DraftBaseFilterCreatedAt.js +6 -0
- package/api/types/DraftBaseFilterCreatedAt.js.map +1 -0
- package/api/types/DraftBaseFilterDeletedAt.d.ts +32 -0
- package/api/types/DraftBaseFilterDeletedAt.d.ts.map +1 -0
- package/api/types/DraftBaseFilterDeletedAt.js +6 -0
- package/api/types/DraftBaseFilterDeletedAt.js.map +1 -0
- package/api/types/DraftBaseFilterEtag.d.ts +23 -0
- package/api/types/DraftBaseFilterEtag.d.ts.map +1 -0
- package/api/types/DraftBaseFilterEtag.js +6 -0
- package/api/types/DraftBaseFilterEtag.js.map +1 -0
- package/api/types/DraftBaseFilterId.d.ts +23 -0
- package/api/types/DraftBaseFilterId.d.ts.map +1 -0
- package/api/types/DraftBaseFilterId.js +6 -0
- package/api/types/DraftBaseFilterId.js.map +1 -0
- package/api/types/DraftBaseFilterLabelsItem.d.ts +20 -0
- package/api/types/DraftBaseFilterLabelsItem.d.ts.map +1 -0
- package/api/types/DraftBaseFilterLabelsItem.js +6 -0
- package/api/types/DraftBaseFilterLabelsItem.js.map +1 -0
- package/api/types/DraftBaseFilterModifiedAt.d.ts +26 -0
- package/api/types/DraftBaseFilterModifiedAt.d.ts.map +1 -0
- package/api/types/DraftBaseFilterModifiedAt.js +6 -0
- package/api/types/DraftBaseFilterModifiedAt.js.map +1 -0
- package/api/types/DraftBaseFilterRevision.d.ts +38 -0
- package/api/types/DraftBaseFilterRevision.d.ts.map +1 -0
- package/api/types/DraftBaseFilterRevision.js +6 -0
- package/api/types/DraftBaseFilterRevision.js.map +1 -0
- package/api/types/DraftCreate.d.ts +2 -2
- package/api/types/DraftCreate.d.ts.map +1 -1
- package/api/types/DraftCreate.js.map +1 -1
- package/api/types/DraftEnumValue.d.ts +2 -2
- package/api/types/DraftEnumValue.d.ts.map +1 -1
- package/api/types/DraftEnumValue.js.map +1 -1
- package/api/types/DraftFieldBooleanValue.d.ts +2 -2
- package/api/types/DraftFieldBooleanValue.d.ts.map +1 -1
- package/api/types/DraftFieldBooleanValue.js.map +1 -1
- package/api/types/DraftFieldDateTimeValue.d.ts +2 -2
- package/api/types/DraftFieldDateTimeValue.d.ts.map +1 -1
- package/api/types/DraftFieldDateTimeValue.js.map +1 -1
- package/api/types/DraftFieldDateValue.d.ts +2 -2
- package/api/types/DraftFieldDateValue.d.ts.map +1 -1
- package/api/types/DraftFieldDateValue.js.map +1 -1
- package/api/types/DraftFieldFileValue.d.ts +2 -2
- package/api/types/DraftFieldFileValue.d.ts.map +1 -1
- package/api/types/DraftFieldFileValue.js.map +1 -1
- package/api/types/DraftFieldLinkValue.d.ts +2 -2
- package/api/types/DraftFieldLinkValue.d.ts.map +1 -1
- package/api/types/DraftFieldLinkValue.js.map +1 -1
- package/api/types/DraftFieldNumberValue.d.ts +2 -2
- package/api/types/DraftFieldNumberValue.d.ts.map +1 -1
- package/api/types/DraftFieldNumberValue.js.map +1 -1
- package/api/types/DraftFieldStringValue.d.ts +2 -2
- package/api/types/DraftFieldStringValue.d.ts.map +1 -1
- package/api/types/DraftFieldStringValue.js.map +1 -1
- package/api/types/DraftFieldStructValue.d.ts +6 -6
- package/api/types/DraftFieldStructValue.d.ts.map +1 -1
- package/api/types/DraftFieldStructValue.js.map +1 -1
- package/api/types/DraftFilter.d.ts +1 -19
- package/api/types/DraftFilter.d.ts.map +1 -1
- package/api/types/DraftFilter.js.map +1 -1
- package/api/types/DraftFilterData.d.ts +1 -1
- package/api/types/DraftFilterData.d.ts.map +1 -1
- package/api/types/DraftFilterData.js.map +1 -1
- package/api/types/DraftSchema.d.ts +11 -11
- package/api/types/DraftSchema.d.ts.map +1 -1
- package/api/types/DraftSchema.js.map +1 -1
- package/api/types/DraftUpdate.d.ts +0 -2
- package/api/types/DraftUpdate.d.ts.map +1 -1
- package/api/types/DraftUpdate.js.map +1 -1
- package/api/types/EcdsaSecp256K1VerificationKey2019.d.ts +6 -6
- package/api/types/EcdsaSecp256K1VerificationKey2019.d.ts.map +1 -1
- package/api/types/EcdsaSecp256K1VerificationKey2019.js.map +1 -1
- package/api/types/ErrorModel.d.ts +4 -4
- package/api/types/ErrorModel.d.ts.map +1 -1
- package/api/types/ErrorModel.js.map +1 -1
- package/api/types/FileBaseFilter.d.ts +27 -0
- package/api/types/FileBaseFilter.d.ts.map +1 -0
- package/api/types/FileBaseFilter.js +6 -0
- package/api/types/FileBaseFilter.js.map +1 -0
- package/api/types/FileBaseFilterAnnotationsItem.d.ts +20 -0
- package/api/types/FileBaseFilterAnnotationsItem.d.ts.map +1 -0
- package/api/types/FileBaseFilterAnnotationsItem.js +6 -0
- package/api/types/FileBaseFilterAnnotationsItem.js.map +1 -0
- package/api/types/FileBaseFilterCreatedAt.d.ts +26 -0
- package/api/types/FileBaseFilterCreatedAt.d.ts.map +1 -0
- package/api/types/FileBaseFilterCreatedAt.js +6 -0
- package/api/types/FileBaseFilterCreatedAt.js.map +1 -0
- package/api/types/FileBaseFilterDeletedAt.d.ts +32 -0
- package/api/types/FileBaseFilterDeletedAt.d.ts.map +1 -0
- package/api/types/FileBaseFilterDeletedAt.js +6 -0
- package/api/types/FileBaseFilterDeletedAt.js.map +1 -0
- package/api/types/FileBaseFilterEtag.d.ts +23 -0
- package/api/types/FileBaseFilterEtag.d.ts.map +1 -0
- package/api/types/FileBaseFilterEtag.js +6 -0
- package/api/types/FileBaseFilterEtag.js.map +1 -0
- package/api/types/FileBaseFilterId.d.ts +23 -0
- package/api/types/FileBaseFilterId.d.ts.map +1 -0
- package/api/types/FileBaseFilterId.js +6 -0
- package/api/types/FileBaseFilterId.js.map +1 -0
- package/api/types/FileBaseFilterLabelsItem.d.ts +20 -0
- package/api/types/FileBaseFilterLabelsItem.d.ts.map +1 -0
- package/api/types/FileBaseFilterLabelsItem.js +6 -0
- package/api/types/FileBaseFilterLabelsItem.js.map +1 -0
- package/api/types/FileBaseFilterModifiedAt.d.ts +26 -0
- package/api/types/FileBaseFilterModifiedAt.d.ts.map +1 -0
- package/api/types/FileBaseFilterModifiedAt.js +6 -0
- package/api/types/FileBaseFilterModifiedAt.js.map +1 -0
- package/api/types/FileBaseFilterRevision.d.ts +38 -0
- package/api/types/FileBaseFilterRevision.d.ts.map +1 -0
- package/api/types/FileBaseFilterRevision.js +6 -0
- package/api/types/FileBaseFilterRevision.js.map +1 -0
- package/api/types/FileFilter.d.ts +1 -19
- package/api/types/FileFilter.d.ts.map +1 -1
- package/api/types/FileFilter.js.map +1 -1
- package/api/types/FileFilterData.d.ts +0 -1
- package/api/types/FileFilterData.d.ts.map +1 -1
- package/api/types/FileFilterData.js.map +1 -1
- package/api/types/FileFilterDataDigestMultibase.d.ts +1 -7
- package/api/types/FileFilterDataDigestMultibase.d.ts.map +1 -1
- package/api/types/FileFilterDataDigestMultibase.js.map +1 -1
- package/api/types/FileSortField.d.ts +1 -2
- package/api/types/FileSortField.d.ts.map +1 -1
- package/api/types/FileSortField.js +0 -1
- package/api/types/FileSortField.js.map +1 -1
- package/api/types/File_.d.ts +7 -9
- package/api/types/File_.d.ts.map +1 -1
- package/api/types/File_.js.map +1 -1
- package/api/types/KeyBaseFilter.d.ts +27 -0
- package/api/types/KeyBaseFilter.d.ts.map +1 -0
- package/api/types/KeyBaseFilter.js +6 -0
- package/api/types/KeyBaseFilter.js.map +1 -0
- package/api/types/KeyBaseFilterAnnotationsItem.d.ts +20 -0
- package/api/types/KeyBaseFilterAnnotationsItem.d.ts.map +1 -0
- package/api/types/KeyBaseFilterAnnotationsItem.js +6 -0
- package/api/types/KeyBaseFilterAnnotationsItem.js.map +1 -0
- package/api/types/KeyBaseFilterCreatedAt.d.ts +26 -0
- package/api/types/KeyBaseFilterCreatedAt.d.ts.map +1 -0
- package/api/types/KeyBaseFilterCreatedAt.js +6 -0
- package/api/types/KeyBaseFilterCreatedAt.js.map +1 -0
- package/api/types/KeyBaseFilterDeletedAt.d.ts +32 -0
- package/api/types/KeyBaseFilterDeletedAt.d.ts.map +1 -0
- package/api/types/KeyBaseFilterDeletedAt.js +6 -0
- package/api/types/KeyBaseFilterDeletedAt.js.map +1 -0
- package/api/types/KeyBaseFilterEtag.d.ts +23 -0
- package/api/types/KeyBaseFilterEtag.d.ts.map +1 -0
- package/api/types/KeyBaseFilterEtag.js +6 -0
- package/api/types/KeyBaseFilterEtag.js.map +1 -0
- package/api/types/KeyBaseFilterId.d.ts +23 -0
- package/api/types/KeyBaseFilterId.d.ts.map +1 -0
- package/api/types/KeyBaseFilterId.js +6 -0
- package/api/types/KeyBaseFilterId.js.map +1 -0
- package/api/types/KeyBaseFilterLabelsItem.d.ts +20 -0
- package/api/types/KeyBaseFilterLabelsItem.d.ts.map +1 -0
- package/api/types/KeyBaseFilterLabelsItem.js +6 -0
- package/api/types/KeyBaseFilterLabelsItem.js.map +1 -0
- package/api/types/KeyBaseFilterModifiedAt.d.ts +26 -0
- package/api/types/KeyBaseFilterModifiedAt.d.ts.map +1 -0
- package/api/types/KeyBaseFilterModifiedAt.js +6 -0
- package/api/types/KeyBaseFilterModifiedAt.js.map +1 -0
- package/api/types/KeyBaseFilterRevision.d.ts +38 -0
- package/api/types/KeyBaseFilterRevision.d.ts.map +1 -0
- package/api/types/KeyBaseFilterRevision.js +6 -0
- package/api/types/KeyBaseFilterRevision.js.map +1 -0
- package/api/types/KeyFilter.d.ts +1 -19
- package/api/types/KeyFilter.d.ts.map +1 -1
- package/api/types/KeyFilter.js.map +1 -1
- package/api/types/KeyFilterData.d.ts +1 -1
- package/api/types/KeyFilterData.d.ts.map +1 -1
- package/api/types/KeyFilterData.js.map +1 -1
- package/api/types/KeyPublic.d.ts +20 -20
- package/api/types/KeyPublic.d.ts.map +1 -1
- package/api/types/KeyPublic.js.map +1 -1
- package/api/types/Presentation.d.ts +7 -9
- package/api/types/Presentation.d.ts.map +1 -1
- package/api/types/Presentation.js.map +1 -1
- package/api/types/PresentationBaseFilter.d.ts +27 -0
- package/api/types/PresentationBaseFilter.d.ts.map +1 -0
- package/api/types/PresentationBaseFilter.js +6 -0
- package/api/types/PresentationBaseFilter.js.map +1 -0
- package/api/types/PresentationBaseFilterAnnotationsItem.d.ts +20 -0
- package/api/types/PresentationBaseFilterAnnotationsItem.d.ts.map +1 -0
- package/api/types/PresentationBaseFilterAnnotationsItem.js +6 -0
- package/api/types/PresentationBaseFilterAnnotationsItem.js.map +1 -0
- package/api/types/PresentationBaseFilterCreatedAt.d.ts +26 -0
- package/api/types/PresentationBaseFilterCreatedAt.d.ts.map +1 -0
- package/api/types/PresentationBaseFilterCreatedAt.js +6 -0
- package/api/types/PresentationBaseFilterCreatedAt.js.map +1 -0
- package/api/types/PresentationBaseFilterDeletedAt.d.ts +32 -0
- package/api/types/PresentationBaseFilterDeletedAt.d.ts.map +1 -0
- package/api/types/PresentationBaseFilterDeletedAt.js +6 -0
- package/api/types/PresentationBaseFilterDeletedAt.js.map +1 -0
- package/api/types/PresentationBaseFilterEtag.d.ts +23 -0
- package/api/types/PresentationBaseFilterEtag.d.ts.map +1 -0
- package/api/types/PresentationBaseFilterEtag.js +6 -0
- package/api/types/PresentationBaseFilterEtag.js.map +1 -0
- package/api/types/PresentationBaseFilterId.d.ts +23 -0
- package/api/types/PresentationBaseFilterId.d.ts.map +1 -0
- package/api/types/PresentationBaseFilterId.js +6 -0
- package/api/types/PresentationBaseFilterId.js.map +1 -0
- package/api/types/PresentationBaseFilterLabelsItem.d.ts +20 -0
- package/api/types/PresentationBaseFilterLabelsItem.d.ts.map +1 -0
- package/api/types/PresentationBaseFilterLabelsItem.js +6 -0
- package/api/types/PresentationBaseFilterLabelsItem.js.map +1 -0
- package/api/types/PresentationBaseFilterModifiedAt.d.ts +26 -0
- package/api/types/PresentationBaseFilterModifiedAt.d.ts.map +1 -0
- package/api/types/PresentationBaseFilterModifiedAt.js +6 -0
- package/api/types/PresentationBaseFilterModifiedAt.js.map +1 -0
- package/api/types/PresentationBaseFilterRevision.d.ts +38 -0
- package/api/types/PresentationBaseFilterRevision.d.ts.map +1 -0
- package/api/types/PresentationBaseFilterRevision.js +6 -0
- package/api/types/PresentationBaseFilterRevision.js.map +1 -0
- package/api/types/PresentationFilter.d.ts +1 -19
- package/api/types/PresentationFilter.d.ts.map +1 -1
- package/api/types/PresentationFilter.js.map +1 -1
- package/api/types/PresentationFilterData.d.ts +1 -2
- package/api/types/PresentationFilterData.d.ts.map +1 -1
- package/api/types/PresentationFilterData.js.map +1 -1
- package/api/types/PresentationFilterDataDigestMultibase.d.ts +1 -7
- package/api/types/PresentationFilterDataDigestMultibase.d.ts.map +1 -1
- package/api/types/PresentationFilterDataDigestMultibase.js.map +1 -1
- package/api/types/PresentationSortField.d.ts +1 -2
- package/api/types/PresentationSortField.d.ts.map +1 -1
- package/api/types/PresentationSortField.js +0 -1
- package/api/types/PresentationSortField.js.map +1 -1
- package/api/types/ProblemBadRequest.d.ts +4 -4
- package/api/types/ProblemBadRequest.d.ts.map +1 -1
- package/api/types/ProblemBadRequest.js.map +1 -1
- package/api/types/ProblemBadRequestBlobEmptyData.d.ts +4 -4
- package/api/types/ProblemBadRequestBlobEmptyData.d.ts.map +1 -1
- package/api/types/ProblemBadRequestBlobEmptyData.js.map +1 -1
- package/api/types/ProblemBadRequestBlobInvalidJson.d.ts +4 -4
- package/api/types/ProblemBadRequestBlobInvalidJson.d.ts.map +1 -1
- package/api/types/ProblemBadRequestBlobInvalidJson.js.map +1 -1
- package/api/types/ProblemBadRequestHasNullUnicodeCharacter.d.ts +4 -4
- package/api/types/ProblemBadRequestHasNullUnicodeCharacter.d.ts.map +1 -1
- package/api/types/ProblemBadRequestHasNullUnicodeCharacter.js.map +1 -1
- package/api/types/ProblemBlobNotFound.d.ts +9 -9
- package/api/types/ProblemBlobNotFound.d.ts.map +1 -1
- package/api/types/ProblemBlobNotFound.js.map +1 -1
- package/api/types/ProblemConflict.d.ts +4 -4
- package/api/types/ProblemConflict.d.ts.map +1 -1
- package/api/types/ProblemConflict.js.map +1 -1
- package/api/types/ProblemConflictBlobRestoreInProgress.d.ts +4 -4
- package/api/types/ProblemConflictBlobRestoreInProgress.d.ts.map +1 -1
- package/api/types/ProblemConflictBlobRestoreInProgress.js.map +1 -1
- package/api/types/ProblemConflictResource.d.ts +4 -4
- package/api/types/ProblemConflictResource.d.ts.map +1 -1
- package/api/types/ProblemConflictResource.js.map +1 -1
- package/api/types/ProblemForbidden.d.ts +4 -4
- package/api/types/ProblemForbidden.d.ts.map +1 -1
- package/api/types/ProblemForbidden.js.map +1 -1
- package/api/types/ProblemInternalServerError.d.ts +6 -6
- package/api/types/ProblemInternalServerError.d.ts.map +1 -1
- package/api/types/ProblemInternalServerError.js.map +1 -1
- package/api/types/ProblemMethodNotAllowed.d.ts +4 -4
- package/api/types/ProblemMethodNotAllowed.d.ts.map +1 -1
- package/api/types/ProblemMethodNotAllowed.js.map +1 -1
- package/api/types/ProblemMethodNotAllowedAlive.d.ts +4 -4
- package/api/types/ProblemMethodNotAllowedAlive.d.ts.map +1 -1
- package/api/types/ProblemMethodNotAllowedAlive.js.map +1 -1
- package/api/types/ProblemMethodNotAllowedDeleted.d.ts +4 -4
- package/api/types/ProblemMethodNotAllowedDeleted.d.ts.map +1 -1
- package/api/types/ProblemMethodNotAllowedDeleted.js.map +1 -1
- package/api/types/ProblemMethodNotAllowedRoute.d.ts +4 -4
- package/api/types/ProblemMethodNotAllowedRoute.d.ts.map +1 -1
- package/api/types/ProblemMethodNotAllowedRoute.js.map +1 -1
- package/api/types/ProblemNotFound.d.ts +4 -4
- package/api/types/ProblemNotFound.d.ts.map +1 -1
- package/api/types/ProblemNotFound.js.map +1 -1
- package/api/types/ProblemPreconditionFailed.d.ts +4 -4
- package/api/types/ProblemPreconditionFailed.d.ts.map +1 -1
- package/api/types/ProblemPreconditionFailed.js.map +1 -1
- package/api/types/ProblemPreconditionFailedBlob.d.ts +9 -9
- package/api/types/ProblemPreconditionFailedBlob.d.ts.map +1 -1
- package/api/types/ProblemPreconditionFailedBlob.js.map +1 -1
- package/api/types/ProblemPreconditionFailedResource.d.ts +5 -5
- package/api/types/ProblemPreconditionFailedResource.d.ts.map +1 -1
- package/api/types/ProblemPreconditionFailedResource.js.map +1 -1
- package/api/types/ProblemResourceNotFound.d.ts +9 -9
- package/api/types/ProblemResourceNotFound.d.ts.map +1 -1
- package/api/types/ProblemResourceNotFound.js.map +1 -1
- package/api/types/ProblemResourceRevisionNotFound.d.ts +5 -5
- package/api/types/ProblemResourceRevisionNotFound.d.ts.map +1 -1
- package/api/types/ProblemResourceRevisionNotFound.js.map +1 -1
- package/api/types/ProblemServiceUnavailable.d.ts +20 -0
- package/api/types/ProblemServiceUnavailable.d.ts.map +1 -0
- package/api/types/ProblemServiceUnavailable.js +6 -0
- package/api/types/ProblemServiceUnavailable.js.map +1 -0
- package/api/types/ProblemTooManyRequests.d.ts +4 -4
- package/api/types/ProblemTooManyRequests.d.ts.map +1 -1
- package/api/types/ProblemTooManyRequests.js.map +1 -1
- package/api/types/ProblemUnauthorized.d.ts +4 -4
- package/api/types/ProblemUnauthorized.d.ts.map +1 -1
- package/api/types/ProblemUnauthorized.js.map +1 -1
- package/api/types/ProblemUnsupportedMediaType.d.ts +4 -4
- package/api/types/ProblemUnsupportedMediaType.d.ts.map +1 -1
- package/api/types/ProblemUnsupportedMediaType.js.map +1 -1
- package/api/types/Resource.d.ts +11 -11
- package/api/types/Resource.d.ts.map +1 -1
- package/api/types/Resource.js.map +1 -1
- package/api/types/ResourceApiKey.d.ts +14 -14
- package/api/types/ResourceApiKey.d.ts.map +1 -1
- package/api/types/ResourceApiKey.js.map +1 -1
- package/api/types/ResourceApiKeyFull.d.ts +14 -14
- package/api/types/ResourceApiKeyFull.d.ts.map +1 -1
- package/api/types/ResourceApiKeyFull.js.map +1 -1
- package/api/types/ResourceCredential.d.ts +14 -14
- package/api/types/ResourceCredential.d.ts.map +1 -1
- package/api/types/ResourceCredential.js.map +1 -1
- package/api/types/ResourceDidCommMessage.d.ts +14 -14
- package/api/types/ResourceDidCommMessage.d.ts.map +1 -1
- package/api/types/ResourceDidCommMessage.js.map +1 -1
- package/api/types/ResourceDraft.d.ts +14 -14
- package/api/types/ResourceDraft.d.ts.map +1 -1
- package/api/types/ResourceDraft.js.map +1 -1
- package/api/types/ResourceFile.d.ts +14 -14
- package/api/types/ResourceFile.d.ts.map +1 -1
- package/api/types/ResourceFile.js.map +1 -1
- package/api/types/ResourceKeyPublic.d.ts +14 -14
- package/api/types/ResourceKeyPublic.d.ts.map +1 -1
- package/api/types/ResourceKeyPublic.js.map +1 -1
- package/api/types/ResourcePresentation.d.ts +14 -14
- package/api/types/ResourcePresentation.d.ts.map +1 -1
- package/api/types/ResourcePresentation.js.map +1 -1
- package/api/types/Service.d.ts +2 -2
- package/api/types/Service.d.ts.map +1 -1
- package/api/types/Service.js.map +1 -1
- package/api/types/ServiceUnavailableProblems.d.ts +14 -0
- package/api/types/ServiceUnavailableProblems.d.ts.map +1 -0
- package/api/types/ServiceUnavailableProblems.js +6 -0
- package/api/types/ServiceUnavailableProblems.js.map +1 -0
- package/api/types/VerificationMethodMultikey.d.ts +6 -6
- package/api/types/VerificationMethodMultikey.d.ts.map +1 -1
- package/api/types/VerificationMethodMultikey.js.map +1 -1
- package/api/types/index.d.ts +69 -71
- package/api/types/index.d.ts.map +1 -1
- package/api/types/index.js +69 -71
- package/api/types/index.js.map +1 -1
- package/core/fetcher/APIResponse.d.ts +10 -0
- package/core/fetcher/APIResponse.d.ts.map +1 -1
- package/core/fetcher/APIResponse.js.map +1 -1
- package/core/fetcher/Fetcher.d.ts.map +1 -1
- package/core/fetcher/Fetcher.js +7 -0
- package/core/fetcher/Fetcher.js.map +1 -1
- package/core/fetcher/Headers.d.ts +3 -0
- package/core/fetcher/Headers.d.ts.map +1 -0
- package/core/fetcher/Headers.js +85 -0
- package/core/fetcher/Headers.js.map +1 -0
- package/core/fetcher/HttpResponsePromise.d.ts +59 -0
- package/core/fetcher/HttpResponsePromise.d.ts.map +1 -0
- package/core/fetcher/HttpResponsePromise.js +104 -0
- package/core/fetcher/HttpResponsePromise.js.map +1 -0
- package/core/fetcher/RawResponse.d.ts +30 -0
- package/core/fetcher/RawResponse.d.ts.map +1 -0
- package/core/fetcher/RawResponse.js +45 -0
- package/core/fetcher/RawResponse.js.map +1 -0
- package/core/fetcher/index.d.ts +3 -0
- package/core/fetcher/index.d.ts.map +1 -1
- package/core/fetcher/index.js +7 -1
- package/core/fetcher/index.js.map +1 -1
- package/documents/credential/draft.d.ts.map +1 -1
- package/documents/credential/draft.js +0 -1
- package/documents/credential/draft.js.map +1 -1
- package/documents/credential/verifiable.d.ts.map +1 -1
- package/documents/credential/verifiable.js +1 -2
- package/documents/credential/verifiable.js.map +1 -1
- package/documents/credential.d.ts.map +1 -1
- package/documents/credential.js +0 -1
- package/documents/credential.js.map +1 -1
- package/documents/models.d.ts.map +1 -1
- package/documents/models.js +8 -24
- package/documents/models.js.map +1 -1
- package/documents/models.spec.js +18 -20
- package/documents/models.spec.js.map +1 -1
- package/documents/schemas.d.ts +0 -1
- package/documents/schemas.d.ts.map +1 -1
- package/documents/schemas.js +0 -1
- package/documents/schemas.js.map +1 -1
- package/documents/types.d.ts +0 -1
- package/documents/types.d.ts.map +1 -1
- package/documents/types.js.map +1 -1
- package/errors/TruvityError.d.ts +4 -1
- package/errors/TruvityError.d.ts.map +1 -1
- package/errors/TruvityError.js +4 -7
- package/errors/TruvityError.js.map +1 -1
- package/index.d.ts +1 -0
- package/index.d.ts.map +1 -1
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/middlewares/csrf/csrf.d.ts +27 -0
- package/middlewares/csrf/csrf.d.ts.map +1 -0
- package/middlewares/csrf/csrf.js +88 -0
- package/middlewares/csrf/csrf.js.map +1 -0
- package/middlewares/csrf/csrf.spec.d.ts +2 -0
- package/middlewares/csrf/csrf.spec.d.ts.map +1 -0
- package/middlewares/csrf/csrf.spec.js +136 -0
- package/middlewares/csrf/csrf.spec.js.map +1 -0
- package/middlewares/csrf/index.d.ts +2 -0
- package/middlewares/csrf/index.d.ts.map +1 -0
- package/middlewares/csrf/index.js +18 -0
- package/middlewares/csrf/index.js.map +1 -0
- package/middlewares/index.d.ts +3 -0
- package/middlewares/index.d.ts.map +1 -0
- package/middlewares/index.js +19 -0
- package/middlewares/index.js.map +1 -0
- package/middlewares/middleware.d.ts +6 -0
- package/middlewares/middleware.d.ts.map +1 -0
- package/middlewares/middleware.js +17 -0
- package/middlewares/middleware.js.map +1 -0
- package/middlewares/middleware.spec.d.ts +9 -0
- package/middlewares/middleware.spec.d.ts.map +1 -0
- package/middlewares/middleware.spec.js +121 -0
- package/middlewares/middleware.spec.js.map +1 -0
- package/package.json +3 -2
- package/reference.md +86 -9
- package/serialization/resources/credentials/client/requests/CredentialInput.d.ts +1 -1
- package/serialization/resources/credentials/client/requests/CredentialInput.d.ts.map +1 -1
- package/serialization/resources/credentials/client/requests/CredentialInput.js.map +1 -1
- package/serialization/resources/didcommMessages/client/requests/DidCommMessageSendInput.d.ts +1 -1
- package/serialization/resources/didcommMessages/client/requests/DidCommMessageSendInput.d.ts.map +1 -1
- package/serialization/resources/didcommMessages/client/requests/DidCommMessageSendInput.js +1 -1
- package/serialization/resources/didcommMessages/client/requests/DidCommMessageSendInput.js.map +1 -1
- package/serialization/resources/drafts/client/requests/DraftInput.d.ts +1 -1
- package/serialization/resources/drafts/client/requests/DraftInput.d.ts.map +1 -1
- package/serialization/resources/drafts/client/requests/DraftInput.js +1 -1
- package/serialization/resources/drafts/client/requests/DraftInput.js.map +1 -1
- package/serialization/resources/drafts/client/requests/DraftIssue.d.ts +3 -1
- package/serialization/resources/drafts/client/requests/DraftIssue.d.ts.map +1 -1
- package/serialization/resources/drafts/client/requests/DraftIssue.js +3 -1
- package/serialization/resources/drafts/client/requests/DraftIssue.js.map +1 -1
- package/serialization/resources/drafts/client/requests/DraftLatestIssueRequest.d.ts +20 -0
- package/serialization/resources/drafts/client/requests/DraftLatestIssueRequest.d.ts.map +1 -0
- package/serialization/resources/drafts/client/requests/DraftLatestIssueRequest.js +51 -0
- package/serialization/resources/drafts/client/requests/DraftLatestIssueRequest.js.map +1 -0
- package/serialization/resources/drafts/client/requests/index.d.ts +1 -0
- package/serialization/resources/drafts/client/requests/index.d.ts.map +1 -1
- package/serialization/resources/drafts/client/requests/index.js +3 -1
- package/serialization/resources/drafts/client/requests/index.js.map +1 -1
- package/serialization/resources/drafts/types/DraftLatestIssueRequestDidMethod.d.ts +11 -0
- package/serialization/resources/drafts/types/DraftLatestIssueRequestDidMethod.d.ts.map +1 -0
- package/serialization/resources/drafts/types/DraftLatestIssueRequestDidMethod.js +42 -0
- package/serialization/resources/drafts/types/DraftLatestIssueRequestDidMethod.js.map +1 -0
- package/serialization/resources/drafts/types/index.d.ts +1 -0
- package/serialization/resources/drafts/types/index.d.ts.map +1 -1
- package/serialization/resources/drafts/types/index.js +1 -0
- package/serialization/resources/drafts/types/index.js.map +1 -1
- package/serialization/resources/files/client/requests/FileInput.d.ts +1 -1
- package/serialization/resources/files/client/requests/FileInput.d.ts.map +1 -1
- package/serialization/resources/files/client/requests/FileInput.js +1 -1
- package/serialization/resources/files/client/requests/FileInput.js.map +1 -1
- package/serialization/resources/keys/client/requests/KeyGenerateInput.d.ts +1 -1
- package/serialization/resources/keys/client/requests/KeyGenerateInput.d.ts.map +1 -1
- package/serialization/resources/keys/client/requests/KeyGenerateInput.js +1 -1
- package/serialization/resources/keys/client/requests/KeyGenerateInput.js.map +1 -1
- package/serialization/resources/keys/client/requests/KeyImportSecretInput.d.ts +1 -1
- package/serialization/resources/keys/client/requests/KeyImportSecretInput.d.ts.map +1 -1
- package/serialization/resources/keys/client/requests/KeyImportSecretInput.js +1 -1
- package/serialization/resources/keys/client/requests/KeyImportSecretInput.js.map +1 -1
- package/serialization/resources/presentations/client/requests/PresentationExport.d.ts +1 -1
- package/serialization/resources/presentations/client/requests/PresentationExport.d.ts.map +1 -1
- package/serialization/resources/presentations/client/requests/PresentationExport.js +1 -1
- package/serialization/resources/presentations/client/requests/PresentationExport.js.map +1 -1
- package/serialization/resources/presentations/client/requests/PresentationIssue.d.ts +1 -1
- package/serialization/resources/presentations/client/requests/PresentationIssue.d.ts.map +1 -1
- package/serialization/resources/presentations/client/requests/PresentationIssue.js +1 -1
- package/serialization/resources/presentations/client/requests/PresentationIssue.js.map +1 -1
- package/serialization/types/ApiKeyBaseFilter.d.ts +30 -0
- package/serialization/types/ApiKeyBaseFilter.d.ts.map +1 -0
- package/serialization/types/ApiKeyBaseFilter.js +61 -0
- package/serialization/types/ApiKeyBaseFilter.js.map +1 -0
- package/serialization/types/ApiKeyBaseFilterAnnotationsItem.d.ts +27 -0
- package/serialization/types/ApiKeyBaseFilterAnnotationsItem.d.ts.map +1 -0
- package/serialization/types/ApiKeyBaseFilterAnnotationsItem.js +56 -0
- package/serialization/types/ApiKeyBaseFilterAnnotationsItem.js.map +1 -0
- package/serialization/types/ApiKeyBaseFilterCreatedAt.d.ts +31 -0
- package/serialization/types/ApiKeyBaseFilterCreatedAt.d.ts.map +1 -0
- package/serialization/types/ApiKeyBaseFilterCreatedAt.js +58 -0
- package/serialization/types/ApiKeyBaseFilterCreatedAt.js.map +1 -0
- package/serialization/types/ApiKeyBaseFilterDeletedAt.d.ts +39 -0
- package/serialization/types/ApiKeyBaseFilterDeletedAt.d.ts.map +1 -0
- package/serialization/types/ApiKeyBaseFilterDeletedAt.js +62 -0
- package/serialization/types/ApiKeyBaseFilterDeletedAt.js.map +1 -0
- package/serialization/types/ApiKeyBaseFilterEtag.d.ts +27 -0
- package/serialization/types/ApiKeyBaseFilterEtag.d.ts.map +1 -0
- package/serialization/types/ApiKeyBaseFilterEtag.js +56 -0
- package/serialization/types/ApiKeyBaseFilterEtag.js.map +1 -0
- package/serialization/types/ApiKeyBaseFilterId.d.ts +27 -0
- package/serialization/types/ApiKeyBaseFilterId.d.ts.map +1 -0
- package/serialization/types/ApiKeyBaseFilterId.js +56 -0
- package/serialization/types/ApiKeyBaseFilterId.js.map +1 -0
- package/serialization/types/ApiKeyBaseFilterLabelsItem.d.ts +27 -0
- package/serialization/types/ApiKeyBaseFilterLabelsItem.d.ts.map +1 -0
- package/serialization/types/ApiKeyBaseFilterLabelsItem.js +56 -0
- package/serialization/types/ApiKeyBaseFilterLabelsItem.js.map +1 -0
- package/serialization/types/ApiKeyBaseFilterModifiedAt.d.ts +31 -0
- package/serialization/types/ApiKeyBaseFilterModifiedAt.d.ts.map +1 -0
- package/serialization/types/ApiKeyBaseFilterModifiedAt.js +58 -0
- package/serialization/types/ApiKeyBaseFilterModifiedAt.js.map +1 -0
- package/serialization/types/ApiKeyBaseFilterRevision.d.ts +47 -0
- package/serialization/types/ApiKeyBaseFilterRevision.d.ts.map +1 -0
- package/serialization/types/ApiKeyBaseFilterRevision.js +66 -0
- package/serialization/types/ApiKeyBaseFilterRevision.js.map +1 -0
- package/serialization/types/ApiKeyFilter.d.ts +2 -20
- package/serialization/types/ApiKeyFilter.d.ts.map +1 -1
- package/serialization/types/ApiKeyFilter.js +2 -54
- package/serialization/types/ApiKeyFilter.js.map +1 -1
- package/serialization/types/ApiKeyFull.d.ts +1 -1
- package/serialization/types/ApiKeyFull.d.ts.map +1 -1
- package/serialization/types/ApiKeyFull.js +1 -1
- package/serialization/types/ApiKeyFull.js.map +1 -1
- package/serialization/types/Credential.d.ts +4 -5
- package/serialization/types/Credential.d.ts.map +1 -1
- package/serialization/types/Credential.js +4 -5
- package/serialization/types/Credential.js.map +1 -1
- package/serialization/types/Credential11.d.ts +4 -4
- package/serialization/types/Credential11.d.ts.map +1 -1
- package/serialization/types/Credential11.js +4 -4
- package/serialization/types/Credential11.js.map +1 -1
- package/serialization/types/CredentialBaseFilter.d.ts +30 -0
- package/serialization/types/CredentialBaseFilter.d.ts.map +1 -0
- package/serialization/types/CredentialBaseFilter.js +61 -0
- package/serialization/types/CredentialBaseFilter.js.map +1 -0
- package/serialization/types/CredentialBaseFilterAnnotationsItem.d.ts +27 -0
- package/serialization/types/CredentialBaseFilterAnnotationsItem.d.ts.map +1 -0
- package/serialization/types/CredentialBaseFilterAnnotationsItem.js +56 -0
- package/serialization/types/CredentialBaseFilterAnnotationsItem.js.map +1 -0
- package/serialization/types/CredentialBaseFilterCreatedAt.d.ts +31 -0
- package/serialization/types/CredentialBaseFilterCreatedAt.d.ts.map +1 -0
- package/serialization/types/CredentialBaseFilterCreatedAt.js +58 -0
- package/serialization/types/CredentialBaseFilterCreatedAt.js.map +1 -0
- package/serialization/types/CredentialBaseFilterDeletedAt.d.ts +39 -0
- package/serialization/types/CredentialBaseFilterDeletedAt.d.ts.map +1 -0
- package/serialization/types/CredentialBaseFilterDeletedAt.js +62 -0
- package/serialization/types/CredentialBaseFilterDeletedAt.js.map +1 -0
- package/serialization/types/CredentialBaseFilterEtag.d.ts +27 -0
- package/serialization/types/CredentialBaseFilterEtag.d.ts.map +1 -0
- package/serialization/types/CredentialBaseFilterEtag.js +56 -0
- package/serialization/types/CredentialBaseFilterEtag.js.map +1 -0
- package/serialization/types/CredentialBaseFilterId.d.ts +27 -0
- package/serialization/types/CredentialBaseFilterId.d.ts.map +1 -0
- package/serialization/types/CredentialBaseFilterId.js +56 -0
- package/serialization/types/CredentialBaseFilterId.js.map +1 -0
- package/serialization/types/CredentialBaseFilterLabelsItem.d.ts +27 -0
- package/serialization/types/CredentialBaseFilterLabelsItem.d.ts.map +1 -0
- package/serialization/types/CredentialBaseFilterLabelsItem.js +56 -0
- package/serialization/types/CredentialBaseFilterLabelsItem.js.map +1 -0
- package/serialization/types/CredentialBaseFilterModifiedAt.d.ts +31 -0
- package/serialization/types/CredentialBaseFilterModifiedAt.d.ts.map +1 -0
- package/serialization/types/CredentialBaseFilterModifiedAt.js +58 -0
- package/serialization/types/CredentialBaseFilterModifiedAt.js.map +1 -0
- package/serialization/types/CredentialBaseFilterRevision.d.ts +47 -0
- package/serialization/types/CredentialBaseFilterRevision.d.ts.map +1 -0
- package/serialization/types/CredentialBaseFilterRevision.js +66 -0
- package/serialization/types/CredentialBaseFilterRevision.js.map +1 -0
- package/serialization/types/CredentialFilter.d.ts +2 -20
- package/serialization/types/CredentialFilter.d.ts.map +1 -1
- package/serialization/types/CredentialFilter.js +2 -54
- package/serialization/types/CredentialFilter.js.map +1 -1
- package/serialization/types/CredentialFilterData.d.ts +2 -4
- package/serialization/types/CredentialFilterData.d.ts.map +1 -1
- package/serialization/types/CredentialFilterData.js +2 -4
- package/serialization/types/CredentialFilterData.js.map +1 -1
- package/serialization/types/CredentialFilterDataDigestMultibase.d.ts +1 -9
- package/serialization/types/CredentialFilterDataDigestMultibase.d.ts.map +1 -1
- package/serialization/types/CredentialFilterDataDigestMultibase.js +0 -4
- package/serialization/types/CredentialFilterDataDigestMultibase.js.map +1 -1
- package/serialization/types/CredentialProof.d.ts +1 -1
- package/serialization/types/CredentialProof.d.ts.map +1 -1
- package/serialization/types/CredentialProof.js +1 -1
- package/serialization/types/CredentialProof.js.map +1 -1
- package/serialization/types/CredentialSortField.d.ts +1 -1
- package/serialization/types/CredentialSortField.d.ts.map +1 -1
- package/serialization/types/CredentialSortField.js +0 -1
- package/serialization/types/CredentialSortField.js.map +1 -1
- package/serialization/types/DidCommMessage.d.ts +2 -2
- package/serialization/types/DidCommMessage.d.ts.map +1 -1
- package/serialization/types/DidCommMessage.js +2 -2
- package/serialization/types/DidCommMessage.js.map +1 -1
- package/serialization/types/DidCommMessageSend.d.ts +2 -2
- package/serialization/types/DidCommMessageSend.d.ts.map +1 -1
- package/serialization/types/DidCommMessageSend.js +2 -2
- package/serialization/types/DidCommMessageSend.js.map +1 -1
- package/serialization/types/DidDocument.d.ts +4 -4
- package/serialization/types/DidDocument.d.ts.map +1 -1
- package/serialization/types/DidDocument.js +4 -4
- package/serialization/types/DidDocument.js.map +1 -1
- package/serialization/types/DidcommMessageBaseFilter.d.ts +30 -0
- package/serialization/types/DidcommMessageBaseFilter.d.ts.map +1 -0
- package/serialization/types/DidcommMessageBaseFilter.js +61 -0
- package/serialization/types/DidcommMessageBaseFilter.js.map +1 -0
- package/serialization/types/DidcommMessageBaseFilterAnnotationsItem.d.ts +27 -0
- package/serialization/types/DidcommMessageBaseFilterAnnotationsItem.d.ts.map +1 -0
- package/serialization/types/DidcommMessageBaseFilterAnnotationsItem.js +56 -0
- package/serialization/types/DidcommMessageBaseFilterAnnotationsItem.js.map +1 -0
- package/serialization/types/DidcommMessageBaseFilterCreatedAt.d.ts +31 -0
- package/serialization/types/DidcommMessageBaseFilterCreatedAt.d.ts.map +1 -0
- package/serialization/types/DidcommMessageBaseFilterCreatedAt.js +58 -0
- package/serialization/types/DidcommMessageBaseFilterCreatedAt.js.map +1 -0
- package/serialization/types/DidcommMessageBaseFilterDeletedAt.d.ts +39 -0
- package/serialization/types/DidcommMessageBaseFilterDeletedAt.d.ts.map +1 -0
- package/serialization/types/DidcommMessageBaseFilterDeletedAt.js +62 -0
- package/serialization/types/DidcommMessageBaseFilterDeletedAt.js.map +1 -0
- package/serialization/types/DidcommMessageBaseFilterEtag.d.ts +27 -0
- package/serialization/types/DidcommMessageBaseFilterEtag.d.ts.map +1 -0
- package/serialization/types/DidcommMessageBaseFilterEtag.js +56 -0
- package/serialization/types/DidcommMessageBaseFilterEtag.js.map +1 -0
- package/serialization/types/DidcommMessageBaseFilterId.d.ts +27 -0
- package/serialization/types/DidcommMessageBaseFilterId.d.ts.map +1 -0
- package/serialization/types/DidcommMessageBaseFilterId.js +56 -0
- package/serialization/types/DidcommMessageBaseFilterId.js.map +1 -0
- package/serialization/types/DidcommMessageBaseFilterLabelsItem.d.ts +27 -0
- package/serialization/types/DidcommMessageBaseFilterLabelsItem.d.ts.map +1 -0
- package/serialization/types/DidcommMessageBaseFilterLabelsItem.js +56 -0
- package/serialization/types/DidcommMessageBaseFilterLabelsItem.js.map +1 -0
- package/serialization/types/DidcommMessageBaseFilterModifiedAt.d.ts +31 -0
- package/serialization/types/DidcommMessageBaseFilterModifiedAt.d.ts.map +1 -0
- package/serialization/types/DidcommMessageBaseFilterModifiedAt.js +58 -0
- package/serialization/types/DidcommMessageBaseFilterModifiedAt.js.map +1 -0
- package/serialization/types/DidcommMessageBaseFilterRevision.d.ts +47 -0
- package/serialization/types/DidcommMessageBaseFilterRevision.d.ts.map +1 -0
- package/serialization/types/DidcommMessageBaseFilterRevision.js +66 -0
- package/serialization/types/DidcommMessageBaseFilterRevision.js.map +1 -0
- package/serialization/types/DidcommMessageFilter.d.ts +2 -20
- package/serialization/types/DidcommMessageFilter.d.ts.map +1 -1
- package/serialization/types/DidcommMessageFilter.js +2 -54
- package/serialization/types/DidcommMessageFilter.js.map +1 -1
- package/serialization/types/Draft.d.ts +3 -3
- package/serialization/types/Draft.d.ts.map +1 -1
- package/serialization/types/Draft.js +3 -3
- package/serialization/types/Draft.js.map +1 -1
- package/serialization/types/DraftBaseFilter.d.ts +30 -0
- package/serialization/types/DraftBaseFilter.d.ts.map +1 -0
- package/serialization/types/DraftBaseFilter.js +61 -0
- package/serialization/types/DraftBaseFilter.js.map +1 -0
- package/serialization/types/DraftBaseFilterAnnotationsItem.d.ts +27 -0
- package/serialization/types/DraftBaseFilterAnnotationsItem.d.ts.map +1 -0
- package/serialization/types/DraftBaseFilterAnnotationsItem.js +56 -0
- package/serialization/types/DraftBaseFilterAnnotationsItem.js.map +1 -0
- package/serialization/types/DraftBaseFilterCreatedAt.d.ts +31 -0
- package/serialization/types/DraftBaseFilterCreatedAt.d.ts.map +1 -0
- package/serialization/types/DraftBaseFilterCreatedAt.js +58 -0
- package/serialization/types/DraftBaseFilterCreatedAt.js.map +1 -0
- package/serialization/types/DraftBaseFilterDeletedAt.d.ts +39 -0
- package/serialization/types/DraftBaseFilterDeletedAt.d.ts.map +1 -0
- package/serialization/types/DraftBaseFilterDeletedAt.js +62 -0
- package/serialization/types/DraftBaseFilterDeletedAt.js.map +1 -0
- package/serialization/types/DraftBaseFilterEtag.d.ts +27 -0
- package/serialization/types/DraftBaseFilterEtag.d.ts.map +1 -0
- package/serialization/types/DraftBaseFilterEtag.js +56 -0
- package/serialization/types/DraftBaseFilterEtag.js.map +1 -0
- package/serialization/types/DraftBaseFilterId.d.ts +27 -0
- package/serialization/types/DraftBaseFilterId.d.ts.map +1 -0
- package/serialization/types/DraftBaseFilterId.js +56 -0
- package/serialization/types/DraftBaseFilterId.js.map +1 -0
- package/serialization/types/DraftBaseFilterLabelsItem.d.ts +27 -0
- package/serialization/types/DraftBaseFilterLabelsItem.d.ts.map +1 -0
- package/serialization/types/DraftBaseFilterLabelsItem.js +56 -0
- package/serialization/types/DraftBaseFilterLabelsItem.js.map +1 -0
- package/serialization/types/DraftBaseFilterModifiedAt.d.ts +31 -0
- package/serialization/types/DraftBaseFilterModifiedAt.d.ts.map +1 -0
- package/serialization/types/DraftBaseFilterModifiedAt.js +58 -0
- package/serialization/types/DraftBaseFilterModifiedAt.js.map +1 -0
- package/serialization/types/DraftBaseFilterRevision.d.ts +47 -0
- package/serialization/types/DraftBaseFilterRevision.d.ts.map +1 -0
- package/serialization/types/DraftBaseFilterRevision.js +66 -0
- package/serialization/types/DraftBaseFilterRevision.js.map +1 -0
- package/serialization/types/DraftCreate.d.ts +2 -2
- package/serialization/types/DraftCreate.d.ts.map +1 -1
- package/serialization/types/DraftCreate.js +2 -2
- package/serialization/types/DraftCreate.js.map +1 -1
- package/serialization/types/DraftEnumValue.d.ts +1 -1
- package/serialization/types/DraftEnumValue.d.ts.map +1 -1
- package/serialization/types/DraftEnumValue.js +1 -1
- package/serialization/types/DraftEnumValue.js.map +1 -1
- package/serialization/types/DraftFieldBooleanValue.d.ts +1 -1
- package/serialization/types/DraftFieldBooleanValue.d.ts.map +1 -1
- package/serialization/types/DraftFieldBooleanValue.js +1 -1
- package/serialization/types/DraftFieldBooleanValue.js.map +1 -1
- package/serialization/types/DraftFieldDateTimeValue.d.ts +1 -1
- package/serialization/types/DraftFieldDateTimeValue.d.ts.map +1 -1
- package/serialization/types/DraftFieldDateTimeValue.js +1 -1
- package/serialization/types/DraftFieldDateTimeValue.js.map +1 -1
- package/serialization/types/DraftFieldDateValue.d.ts +1 -1
- package/serialization/types/DraftFieldDateValue.d.ts.map +1 -1
- package/serialization/types/DraftFieldDateValue.js +1 -1
- package/serialization/types/DraftFieldDateValue.js.map +1 -1
- package/serialization/types/DraftFieldFileValue.d.ts +1 -1
- package/serialization/types/DraftFieldFileValue.d.ts.map +1 -1
- package/serialization/types/DraftFieldFileValue.js +1 -1
- package/serialization/types/DraftFieldFileValue.js.map +1 -1
- package/serialization/types/DraftFieldLinkValue.d.ts +1 -1
- package/serialization/types/DraftFieldLinkValue.d.ts.map +1 -1
- package/serialization/types/DraftFieldLinkValue.js +1 -1
- package/serialization/types/DraftFieldLinkValue.js.map +1 -1
- package/serialization/types/DraftFieldNumberValue.d.ts +1 -1
- package/serialization/types/DraftFieldNumberValue.d.ts.map +1 -1
- package/serialization/types/DraftFieldNumberValue.js +1 -1
- package/serialization/types/DraftFieldNumberValue.js.map +1 -1
- package/serialization/types/DraftFieldStringValue.d.ts +1 -1
- package/serialization/types/DraftFieldStringValue.d.ts.map +1 -1
- package/serialization/types/DraftFieldStringValue.js +1 -1
- package/serialization/types/DraftFieldStringValue.js.map +1 -1
- package/serialization/types/DraftFieldStructValue.d.ts +3 -3
- package/serialization/types/DraftFieldStructValue.d.ts.map +1 -1
- package/serialization/types/DraftFieldStructValue.js +3 -3
- package/serialization/types/DraftFieldStructValue.js.map +1 -1
- package/serialization/types/DraftFilter.d.ts +2 -20
- package/serialization/types/DraftFilter.d.ts.map +1 -1
- package/serialization/types/DraftFilter.js +2 -54
- package/serialization/types/DraftFilter.js.map +1 -1
- package/serialization/types/DraftFilterData.d.ts +2 -2
- package/serialization/types/DraftFilterData.d.ts.map +1 -1
- package/serialization/types/DraftFilterData.js +2 -2
- package/serialization/types/DraftFilterData.js.map +1 -1
- package/serialization/types/DraftSchema.d.ts +2 -2
- package/serialization/types/DraftSchema.d.ts.map +1 -1
- package/serialization/types/DraftSchema.js +2 -2
- package/serialization/types/DraftSchema.js.map +1 -1
- package/serialization/types/DraftUpdate.d.ts +0 -2
- package/serialization/types/DraftUpdate.d.ts.map +1 -1
- package/serialization/types/DraftUpdate.js +0 -2
- package/serialization/types/DraftUpdate.js.map +1 -1
- package/serialization/types/EcdsaSecp256K1VerificationKey2019.d.ts +3 -3
- package/serialization/types/EcdsaSecp256K1VerificationKey2019.d.ts.map +1 -1
- package/serialization/types/EcdsaSecp256K1VerificationKey2019.js +3 -3
- package/serialization/types/EcdsaSecp256K1VerificationKey2019.js.map +1 -1
- package/serialization/types/ErrorModel.d.ts +2 -2
- package/serialization/types/ErrorModel.d.ts.map +1 -1
- package/serialization/types/ErrorModel.js +2 -2
- package/serialization/types/ErrorModel.js.map +1 -1
- package/serialization/types/FileBaseFilter.d.ts +30 -0
- package/serialization/types/FileBaseFilter.d.ts.map +1 -0
- package/serialization/types/FileBaseFilter.js +61 -0
- package/serialization/types/FileBaseFilter.js.map +1 -0
- package/serialization/types/FileBaseFilterAnnotationsItem.d.ts +27 -0
- package/serialization/types/FileBaseFilterAnnotationsItem.d.ts.map +1 -0
- package/serialization/types/FileBaseFilterAnnotationsItem.js +56 -0
- package/serialization/types/FileBaseFilterAnnotationsItem.js.map +1 -0
- package/serialization/types/FileBaseFilterCreatedAt.d.ts +31 -0
- package/serialization/types/FileBaseFilterCreatedAt.d.ts.map +1 -0
- package/serialization/types/FileBaseFilterCreatedAt.js +58 -0
- package/serialization/types/FileBaseFilterCreatedAt.js.map +1 -0
- package/serialization/types/FileBaseFilterDeletedAt.d.ts +39 -0
- package/serialization/types/FileBaseFilterDeletedAt.d.ts.map +1 -0
- package/serialization/types/FileBaseFilterDeletedAt.js +62 -0
- package/serialization/types/FileBaseFilterDeletedAt.js.map +1 -0
- package/serialization/types/FileBaseFilterEtag.d.ts +27 -0
- package/serialization/types/FileBaseFilterEtag.d.ts.map +1 -0
- package/serialization/types/FileBaseFilterEtag.js +56 -0
- package/serialization/types/FileBaseFilterEtag.js.map +1 -0
- package/serialization/types/FileBaseFilterId.d.ts +27 -0
- package/serialization/types/FileBaseFilterId.d.ts.map +1 -0
- package/serialization/types/FileBaseFilterId.js +56 -0
- package/serialization/types/FileBaseFilterId.js.map +1 -0
- package/serialization/types/FileBaseFilterLabelsItem.d.ts +27 -0
- package/serialization/types/FileBaseFilterLabelsItem.d.ts.map +1 -0
- package/serialization/types/FileBaseFilterLabelsItem.js +56 -0
- package/serialization/types/FileBaseFilterLabelsItem.js.map +1 -0
- package/serialization/types/FileBaseFilterModifiedAt.d.ts +31 -0
- package/serialization/types/FileBaseFilterModifiedAt.d.ts.map +1 -0
- package/serialization/types/FileBaseFilterModifiedAt.js +58 -0
- package/serialization/types/FileBaseFilterModifiedAt.js.map +1 -0
- package/serialization/types/FileBaseFilterRevision.d.ts +47 -0
- package/serialization/types/FileBaseFilterRevision.d.ts.map +1 -0
- package/serialization/types/FileBaseFilterRevision.js +66 -0
- package/serialization/types/FileBaseFilterRevision.js.map +1 -0
- package/serialization/types/FileFilter.d.ts +2 -20
- package/serialization/types/FileFilter.d.ts.map +1 -1
- package/serialization/types/FileFilter.js +2 -54
- package/serialization/types/FileFilter.js.map +1 -1
- package/serialization/types/FileFilterData.d.ts +0 -2
- package/serialization/types/FileFilterData.d.ts.map +1 -1
- package/serialization/types/FileFilterData.js +0 -2
- package/serialization/types/FileFilterData.js.map +1 -1
- package/serialization/types/FileFilterDataDigestMultibase.d.ts +1 -9
- package/serialization/types/FileFilterDataDigestMultibase.d.ts.map +1 -1
- package/serialization/types/FileFilterDataDigestMultibase.js +0 -4
- package/serialization/types/FileFilterDataDigestMultibase.js.map +1 -1
- package/serialization/types/FileSortField.d.ts +1 -1
- package/serialization/types/FileSortField.d.ts.map +1 -1
- package/serialization/types/FileSortField.js +0 -1
- package/serialization/types/FileSortField.js.map +1 -1
- package/serialization/types/File_.d.ts +3 -4
- package/serialization/types/File_.d.ts.map +1 -1
- package/serialization/types/File_.js +3 -4
- package/serialization/types/File_.js.map +1 -1
- package/serialization/types/KeyBaseFilter.d.ts +30 -0
- package/serialization/types/KeyBaseFilter.d.ts.map +1 -0
- package/serialization/types/KeyBaseFilter.js +61 -0
- package/serialization/types/KeyBaseFilter.js.map +1 -0
- package/serialization/types/KeyBaseFilterAnnotationsItem.d.ts +27 -0
- package/serialization/types/KeyBaseFilterAnnotationsItem.d.ts.map +1 -0
- package/serialization/types/KeyBaseFilterAnnotationsItem.js +56 -0
- package/serialization/types/KeyBaseFilterAnnotationsItem.js.map +1 -0
- package/serialization/types/KeyBaseFilterCreatedAt.d.ts +31 -0
- package/serialization/types/KeyBaseFilterCreatedAt.d.ts.map +1 -0
- package/serialization/types/KeyBaseFilterCreatedAt.js +58 -0
- package/serialization/types/KeyBaseFilterCreatedAt.js.map +1 -0
- package/serialization/types/KeyBaseFilterDeletedAt.d.ts +39 -0
- package/serialization/types/KeyBaseFilterDeletedAt.d.ts.map +1 -0
- package/serialization/types/KeyBaseFilterDeletedAt.js +62 -0
- package/serialization/types/KeyBaseFilterDeletedAt.js.map +1 -0
- package/serialization/types/KeyBaseFilterEtag.d.ts +27 -0
- package/serialization/types/KeyBaseFilterEtag.d.ts.map +1 -0
- package/serialization/types/KeyBaseFilterEtag.js +56 -0
- package/serialization/types/KeyBaseFilterEtag.js.map +1 -0
- package/serialization/types/KeyBaseFilterId.d.ts +27 -0
- package/serialization/types/KeyBaseFilterId.d.ts.map +1 -0
- package/serialization/types/KeyBaseFilterId.js +56 -0
- package/serialization/types/KeyBaseFilterId.js.map +1 -0
- package/serialization/types/KeyBaseFilterLabelsItem.d.ts +27 -0
- package/serialization/types/KeyBaseFilterLabelsItem.d.ts.map +1 -0
- package/serialization/types/KeyBaseFilterLabelsItem.js +56 -0
- package/serialization/types/KeyBaseFilterLabelsItem.js.map +1 -0
- package/serialization/types/KeyBaseFilterModifiedAt.d.ts +31 -0
- package/serialization/types/KeyBaseFilterModifiedAt.d.ts.map +1 -0
- package/serialization/types/KeyBaseFilterModifiedAt.js +58 -0
- package/serialization/types/KeyBaseFilterModifiedAt.js.map +1 -0
- package/serialization/types/KeyBaseFilterRevision.d.ts +47 -0
- package/serialization/types/KeyBaseFilterRevision.d.ts.map +1 -0
- package/serialization/types/KeyBaseFilterRevision.js +66 -0
- package/serialization/types/KeyBaseFilterRevision.js.map +1 -0
- package/serialization/types/KeyFilter.d.ts +2 -20
- package/serialization/types/KeyFilter.d.ts.map +1 -1
- package/serialization/types/KeyFilter.js +2 -54
- package/serialization/types/KeyFilter.js.map +1 -1
- package/serialization/types/KeyFilterData.d.ts +2 -2
- package/serialization/types/KeyFilterData.d.ts.map +1 -1
- package/serialization/types/KeyFilterData.js +2 -2
- package/serialization/types/KeyFilterData.js.map +1 -1
- package/serialization/types/KeyPublic.d.ts +3 -3
- package/serialization/types/KeyPublic.d.ts.map +1 -1
- package/serialization/types/KeyPublic.js +3 -3
- package/serialization/types/KeyPublic.js.map +1 -1
- package/serialization/types/Presentation.d.ts +2 -3
- package/serialization/types/Presentation.d.ts.map +1 -1
- package/serialization/types/Presentation.js +2 -3
- package/serialization/types/Presentation.js.map +1 -1
- package/serialization/types/PresentationBaseFilter.d.ts +30 -0
- package/serialization/types/PresentationBaseFilter.d.ts.map +1 -0
- package/serialization/types/PresentationBaseFilter.js +61 -0
- package/serialization/types/PresentationBaseFilter.js.map +1 -0
- package/serialization/types/PresentationBaseFilterAnnotationsItem.d.ts +27 -0
- package/serialization/types/PresentationBaseFilterAnnotationsItem.d.ts.map +1 -0
- package/serialization/types/PresentationBaseFilterAnnotationsItem.js +56 -0
- package/serialization/types/PresentationBaseFilterAnnotationsItem.js.map +1 -0
- package/serialization/types/PresentationBaseFilterCreatedAt.d.ts +31 -0
- package/serialization/types/PresentationBaseFilterCreatedAt.d.ts.map +1 -0
- package/serialization/types/PresentationBaseFilterCreatedAt.js +58 -0
- package/serialization/types/PresentationBaseFilterCreatedAt.js.map +1 -0
- package/serialization/types/PresentationBaseFilterDeletedAt.d.ts +39 -0
- package/serialization/types/PresentationBaseFilterDeletedAt.d.ts.map +1 -0
- package/serialization/types/PresentationBaseFilterDeletedAt.js +62 -0
- package/serialization/types/PresentationBaseFilterDeletedAt.js.map +1 -0
- package/serialization/types/PresentationBaseFilterEtag.d.ts +27 -0
- package/serialization/types/PresentationBaseFilterEtag.d.ts.map +1 -0
- package/serialization/types/PresentationBaseFilterEtag.js +56 -0
- package/serialization/types/PresentationBaseFilterEtag.js.map +1 -0
- package/serialization/types/PresentationBaseFilterId.d.ts +27 -0
- package/serialization/types/PresentationBaseFilterId.d.ts.map +1 -0
- package/serialization/types/PresentationBaseFilterId.js +56 -0
- package/serialization/types/PresentationBaseFilterId.js.map +1 -0
- package/serialization/types/PresentationBaseFilterLabelsItem.d.ts +27 -0
- package/serialization/types/PresentationBaseFilterLabelsItem.d.ts.map +1 -0
- package/serialization/types/PresentationBaseFilterLabelsItem.js +56 -0
- package/serialization/types/PresentationBaseFilterLabelsItem.js.map +1 -0
- package/serialization/types/PresentationBaseFilterModifiedAt.d.ts +31 -0
- package/serialization/types/PresentationBaseFilterModifiedAt.d.ts.map +1 -0
- package/serialization/types/PresentationBaseFilterModifiedAt.js +58 -0
- package/serialization/types/PresentationBaseFilterModifiedAt.js.map +1 -0
- package/serialization/types/PresentationBaseFilterRevision.d.ts +47 -0
- package/serialization/types/PresentationBaseFilterRevision.d.ts.map +1 -0
- package/serialization/types/PresentationBaseFilterRevision.js +66 -0
- package/serialization/types/PresentationBaseFilterRevision.js.map +1 -0
- package/serialization/types/PresentationFilter.d.ts +2 -20
- package/serialization/types/PresentationFilter.d.ts.map +1 -1
- package/serialization/types/PresentationFilter.js +2 -54
- package/serialization/types/PresentationFilter.js.map +1 -1
- package/serialization/types/PresentationFilterData.d.ts +2 -4
- package/serialization/types/PresentationFilterData.d.ts.map +1 -1
- package/serialization/types/PresentationFilterData.js +2 -4
- package/serialization/types/PresentationFilterData.js.map +1 -1
- package/serialization/types/PresentationFilterDataDigestMultibase.d.ts +1 -9
- package/serialization/types/PresentationFilterDataDigestMultibase.d.ts.map +1 -1
- package/serialization/types/PresentationFilterDataDigestMultibase.js +0 -4
- package/serialization/types/PresentationFilterDataDigestMultibase.js.map +1 -1
- package/serialization/types/PresentationSortField.d.ts +1 -1
- package/serialization/types/PresentationSortField.d.ts.map +1 -1
- package/serialization/types/PresentationSortField.js +0 -1
- package/serialization/types/PresentationSortField.js.map +1 -1
- package/serialization/types/ProblemBadRequest.d.ts +2 -2
- package/serialization/types/ProblemBadRequest.d.ts.map +1 -1
- package/serialization/types/ProblemBadRequest.js +2 -2
- package/serialization/types/ProblemBadRequest.js.map +1 -1
- package/serialization/types/ProblemBadRequestBlobEmptyData.d.ts +2 -2
- package/serialization/types/ProblemBadRequestBlobEmptyData.d.ts.map +1 -1
- package/serialization/types/ProblemBadRequestBlobEmptyData.js +2 -2
- package/serialization/types/ProblemBadRequestBlobEmptyData.js.map +1 -1
- package/serialization/types/ProblemBadRequestBlobInvalidJson.d.ts +2 -2
- package/serialization/types/ProblemBadRequestBlobInvalidJson.d.ts.map +1 -1
- package/serialization/types/ProblemBadRequestBlobInvalidJson.js +2 -2
- package/serialization/types/ProblemBadRequestBlobInvalidJson.js.map +1 -1
- package/serialization/types/ProblemBadRequestHasNullUnicodeCharacter.d.ts +2 -2
- package/serialization/types/ProblemBadRequestHasNullUnicodeCharacter.d.ts.map +1 -1
- package/serialization/types/ProblemBadRequestHasNullUnicodeCharacter.js +2 -2
- package/serialization/types/ProblemBadRequestHasNullUnicodeCharacter.js.map +1 -1
- package/serialization/types/ProblemBlobNotFound.d.ts +4 -4
- package/serialization/types/ProblemBlobNotFound.d.ts.map +1 -1
- package/serialization/types/ProblemBlobNotFound.js +4 -4
- package/serialization/types/ProblemBlobNotFound.js.map +1 -1
- package/serialization/types/ProblemConflict.d.ts +2 -2
- package/serialization/types/ProblemConflict.d.ts.map +1 -1
- package/serialization/types/ProblemConflict.js +2 -2
- package/serialization/types/ProblemConflict.js.map +1 -1
- package/serialization/types/ProblemConflictBlobRestoreInProgress.d.ts +2 -2
- package/serialization/types/ProblemConflictBlobRestoreInProgress.d.ts.map +1 -1
- package/serialization/types/ProblemConflictBlobRestoreInProgress.js +2 -2
- package/serialization/types/ProblemConflictBlobRestoreInProgress.js.map +1 -1
- package/serialization/types/ProblemConflictResource.d.ts +2 -2
- package/serialization/types/ProblemConflictResource.d.ts.map +1 -1
- package/serialization/types/ProblemConflictResource.js +2 -2
- package/serialization/types/ProblemConflictResource.js.map +1 -1
- package/serialization/types/ProblemForbidden.d.ts +2 -2
- package/serialization/types/ProblemForbidden.d.ts.map +1 -1
- package/serialization/types/ProblemForbidden.js +2 -2
- package/serialization/types/ProblemForbidden.js.map +1 -1
- package/serialization/types/ProblemInternalServerError.d.ts +3 -3
- package/serialization/types/ProblemInternalServerError.d.ts.map +1 -1
- package/serialization/types/ProblemInternalServerError.js +3 -3
- package/serialization/types/ProblemInternalServerError.js.map +1 -1
- package/serialization/types/ProblemMethodNotAllowed.d.ts +2 -2
- package/serialization/types/ProblemMethodNotAllowed.d.ts.map +1 -1
- package/serialization/types/ProblemMethodNotAllowed.js +2 -2
- package/serialization/types/ProblemMethodNotAllowed.js.map +1 -1
- package/serialization/types/ProblemMethodNotAllowedAlive.d.ts +2 -2
- package/serialization/types/ProblemMethodNotAllowedAlive.d.ts.map +1 -1
- package/serialization/types/ProblemMethodNotAllowedAlive.js +2 -2
- package/serialization/types/ProblemMethodNotAllowedAlive.js.map +1 -1
- package/serialization/types/ProblemMethodNotAllowedDeleted.d.ts +2 -2
- package/serialization/types/ProblemMethodNotAllowedDeleted.d.ts.map +1 -1
- package/serialization/types/ProblemMethodNotAllowedDeleted.js +2 -2
- package/serialization/types/ProblemMethodNotAllowedDeleted.js.map +1 -1
- package/serialization/types/ProblemMethodNotAllowedRoute.d.ts +2 -2
- package/serialization/types/ProblemMethodNotAllowedRoute.d.ts.map +1 -1
- package/serialization/types/ProblemMethodNotAllowedRoute.js +2 -2
- package/serialization/types/ProblemMethodNotAllowedRoute.js.map +1 -1
- package/serialization/types/ProblemNotFound.d.ts +2 -2
- package/serialization/types/ProblemNotFound.d.ts.map +1 -1
- package/serialization/types/ProblemNotFound.js +2 -2
- package/serialization/types/ProblemNotFound.js.map +1 -1
- package/serialization/types/ProblemPreconditionFailed.d.ts +2 -2
- package/serialization/types/ProblemPreconditionFailed.d.ts.map +1 -1
- package/serialization/types/ProblemPreconditionFailed.js +2 -2
- package/serialization/types/ProblemPreconditionFailed.js.map +1 -1
- package/serialization/types/ProblemPreconditionFailedBlob.d.ts +4 -4
- package/serialization/types/ProblemPreconditionFailedBlob.d.ts.map +1 -1
- package/serialization/types/ProblemPreconditionFailedBlob.js +4 -4
- package/serialization/types/ProblemPreconditionFailedBlob.js.map +1 -1
- package/serialization/types/ProblemPreconditionFailedResource.d.ts +4 -4
- package/serialization/types/ProblemPreconditionFailedResource.d.ts.map +1 -1
- package/serialization/types/ProblemPreconditionFailedResource.js +4 -4
- package/serialization/types/ProblemPreconditionFailedResource.js.map +1 -1
- package/serialization/types/ProblemResourceNotFound.d.ts +4 -4
- package/serialization/types/ProblemResourceNotFound.d.ts.map +1 -1
- package/serialization/types/ProblemResourceNotFound.js +4 -4
- package/serialization/types/ProblemResourceNotFound.js.map +1 -1
- package/serialization/types/ProblemResourceRevisionNotFound.d.ts +4 -4
- package/serialization/types/ProblemResourceRevisionNotFound.d.ts.map +1 -1
- package/serialization/types/ProblemResourceRevisionNotFound.js +4 -4
- package/serialization/types/ProblemResourceRevisionNotFound.js.map +1 -1
- package/serialization/types/ProblemServiceUnavailable.d.ts +18 -0
- package/serialization/types/ProblemServiceUnavailable.d.ts.map +1 -0
- package/serialization/types/ProblemServiceUnavailable.js +49 -0
- package/serialization/types/ProblemServiceUnavailable.js.map +1 -0
- package/serialization/types/ProblemTooManyRequests.d.ts +2 -2
- package/serialization/types/ProblemTooManyRequests.d.ts.map +1 -1
- package/serialization/types/ProblemTooManyRequests.js +2 -2
- package/serialization/types/ProblemTooManyRequests.js.map +1 -1
- package/serialization/types/ProblemUnauthorized.d.ts +2 -2
- package/serialization/types/ProblemUnauthorized.d.ts.map +1 -1
- package/serialization/types/ProblemUnauthorized.js +2 -2
- package/serialization/types/ProblemUnauthorized.js.map +1 -1
- package/serialization/types/ProblemUnsupportedMediaType.d.ts +2 -2
- package/serialization/types/ProblemUnsupportedMediaType.d.ts.map +1 -1
- package/serialization/types/ProblemUnsupportedMediaType.js +2 -2
- package/serialization/types/ProblemUnsupportedMediaType.js.map +1 -1
- package/serialization/types/Resource.d.ts +6 -6
- package/serialization/types/Resource.d.ts.map +1 -1
- package/serialization/types/Resource.js +6 -6
- package/serialization/types/Resource.js.map +1 -1
- package/serialization/types/ResourceApiKey.d.ts +8 -8
- package/serialization/types/ResourceApiKey.d.ts.map +1 -1
- package/serialization/types/ResourceApiKey.js +8 -8
- package/serialization/types/ResourceApiKey.js.map +1 -1
- package/serialization/types/ResourceApiKeyFull.d.ts +8 -8
- package/serialization/types/ResourceApiKeyFull.d.ts.map +1 -1
- package/serialization/types/ResourceApiKeyFull.js +8 -8
- package/serialization/types/ResourceApiKeyFull.js.map +1 -1
- package/serialization/types/ResourceCredential.d.ts +8 -8
- package/serialization/types/ResourceCredential.d.ts.map +1 -1
- package/serialization/types/ResourceCredential.js +8 -8
- package/serialization/types/ResourceCredential.js.map +1 -1
- package/serialization/types/ResourceDidCommMessage.d.ts +8 -8
- package/serialization/types/ResourceDidCommMessage.d.ts.map +1 -1
- package/serialization/types/ResourceDidCommMessage.js +8 -8
- package/serialization/types/ResourceDidCommMessage.js.map +1 -1
- package/serialization/types/ResourceDraft.d.ts +8 -8
- package/serialization/types/ResourceDraft.d.ts.map +1 -1
- package/serialization/types/ResourceDraft.js +8 -8
- package/serialization/types/ResourceDraft.js.map +1 -1
- package/serialization/types/ResourceFile.d.ts +8 -8
- package/serialization/types/ResourceFile.d.ts.map +1 -1
- package/serialization/types/ResourceFile.js +8 -8
- package/serialization/types/ResourceFile.js.map +1 -1
- package/serialization/types/ResourceKeyPublic.d.ts +8 -8
- package/serialization/types/ResourceKeyPublic.d.ts.map +1 -1
- package/serialization/types/ResourceKeyPublic.js +8 -8
- package/serialization/types/ResourceKeyPublic.js.map +1 -1
- package/serialization/types/ResourcePresentation.d.ts +8 -8
- package/serialization/types/ResourcePresentation.d.ts.map +1 -1
- package/serialization/types/ResourcePresentation.js +8 -8
- package/serialization/types/ResourcePresentation.js.map +1 -1
- package/serialization/types/Service.d.ts +1 -1
- package/serialization/types/Service.d.ts.map +1 -1
- package/serialization/types/Service.js +1 -1
- package/serialization/types/Service.js.map +1 -1
- package/serialization/types/ServiceUnavailableProblems.d.ts +15 -0
- package/serialization/types/ServiceUnavailableProblems.d.ts.map +1 -0
- package/serialization/types/ServiceUnavailableProblems.js +50 -0
- package/serialization/types/ServiceUnavailableProblems.js.map +1 -0
- package/serialization/types/VerificationMethodMultikey.d.ts +3 -3
- package/serialization/types/VerificationMethodMultikey.d.ts.map +1 -1
- package/serialization/types/VerificationMethodMultikey.js +3 -3
- package/serialization/types/VerificationMethodMultikey.js.map +1 -1
- package/serialization/types/index.d.ts +69 -71
- package/serialization/types/index.d.ts.map +1 -1
- package/serialization/types/index.js +69 -71
- package/serialization/types/index.js.map +1 -1
- package/api/types/ApiKeyFilterAnnotationsItem.d.ts +0 -20
- package/api/types/ApiKeyFilterAnnotationsItem.d.ts.map +0 -1
- package/api/types/ApiKeyFilterAnnotationsItem.js +0 -6
- package/api/types/ApiKeyFilterAnnotationsItem.js.map +0 -1
- package/api/types/ApiKeyFilterCreatedAt.d.ts +0 -26
- package/api/types/ApiKeyFilterCreatedAt.d.ts.map +0 -1
- package/api/types/ApiKeyFilterCreatedAt.js +0 -6
- package/api/types/ApiKeyFilterCreatedAt.js.map +0 -1
- package/api/types/ApiKeyFilterDeletedAt.d.ts +0 -32
- package/api/types/ApiKeyFilterDeletedAt.d.ts.map +0 -1
- package/api/types/ApiKeyFilterDeletedAt.js +0 -6
- package/api/types/ApiKeyFilterDeletedAt.js.map +0 -1
- package/api/types/ApiKeyFilterEtag.d.ts +0 -23
- package/api/types/ApiKeyFilterEtag.d.ts.map +0 -1
- package/api/types/ApiKeyFilterEtag.js +0 -6
- package/api/types/ApiKeyFilterEtag.js.map +0 -1
- package/api/types/ApiKeyFilterId.d.ts +0 -23
- package/api/types/ApiKeyFilterId.d.ts.map +0 -1
- package/api/types/ApiKeyFilterId.js +0 -6
- package/api/types/ApiKeyFilterId.js.map +0 -1
- package/api/types/ApiKeyFilterLabelsItem.d.ts +0 -20
- package/api/types/ApiKeyFilterLabelsItem.d.ts.map +0 -1
- package/api/types/ApiKeyFilterLabelsItem.js +0 -6
- package/api/types/ApiKeyFilterLabelsItem.js.map +0 -1
- package/api/types/ApiKeyFilterModifiedAt.d.ts +0 -26
- package/api/types/ApiKeyFilterModifiedAt.d.ts.map +0 -1
- package/api/types/ApiKeyFilterModifiedAt.js +0 -6
- package/api/types/ApiKeyFilterModifiedAt.js.map +0 -1
- package/api/types/ApiKeyFilterRevision.d.ts +0 -38
- package/api/types/ApiKeyFilterRevision.d.ts.map +0 -1
- package/api/types/ApiKeyFilterRevision.js +0 -6
- package/api/types/ApiKeyFilterRevision.js.map +0 -1
- package/api/types/CredentialFilterAnnotationsItem.d.ts +0 -20
- package/api/types/CredentialFilterAnnotationsItem.d.ts.map +0 -1
- package/api/types/CredentialFilterAnnotationsItem.js +0 -6
- package/api/types/CredentialFilterAnnotationsItem.js.map +0 -1
- package/api/types/CredentialFilterCreatedAt.d.ts +0 -26
- package/api/types/CredentialFilterCreatedAt.d.ts.map +0 -1
- package/api/types/CredentialFilterCreatedAt.js +0 -6
- package/api/types/CredentialFilterCreatedAt.js.map +0 -1
- package/api/types/CredentialFilterDataMultihash.d.ts +0 -26
- package/api/types/CredentialFilterDataMultihash.d.ts.map +0 -1
- package/api/types/CredentialFilterDataMultihash.js +0 -6
- package/api/types/CredentialFilterDataMultihash.js.map +0 -1
- package/api/types/CredentialFilterDeletedAt.d.ts +0 -32
- package/api/types/CredentialFilterDeletedAt.d.ts.map +0 -1
- package/api/types/CredentialFilterDeletedAt.js +0 -6
- package/api/types/CredentialFilterDeletedAt.js.map +0 -1
- package/api/types/CredentialFilterEtag.d.ts +0 -23
- package/api/types/CredentialFilterEtag.d.ts.map +0 -1
- package/api/types/CredentialFilterEtag.js +0 -6
- package/api/types/CredentialFilterEtag.js.map +0 -1
- package/api/types/CredentialFilterId.d.ts +0 -23
- package/api/types/CredentialFilterId.d.ts.map +0 -1
- package/api/types/CredentialFilterId.js +0 -6
- package/api/types/CredentialFilterId.js.map +0 -1
- package/api/types/CredentialFilterLabelsItem.d.ts +0 -20
- package/api/types/CredentialFilterLabelsItem.d.ts.map +0 -1
- package/api/types/CredentialFilterLabelsItem.js +0 -6
- package/api/types/CredentialFilterLabelsItem.js.map +0 -1
- package/api/types/CredentialFilterModifiedAt.d.ts +0 -26
- package/api/types/CredentialFilterModifiedAt.d.ts.map +0 -1
- package/api/types/CredentialFilterModifiedAt.js +0 -6
- package/api/types/CredentialFilterModifiedAt.js.map +0 -1
- package/api/types/CredentialFilterRevision.d.ts +0 -38
- package/api/types/CredentialFilterRevision.d.ts.map +0 -1
- package/api/types/CredentialFilterRevision.js +0 -6
- package/api/types/CredentialFilterRevision.js.map +0 -1
- package/api/types/DidcommMessageFilterAnnotationsItem.d.ts +0 -20
- package/api/types/DidcommMessageFilterAnnotationsItem.d.ts.map +0 -1
- package/api/types/DidcommMessageFilterAnnotationsItem.js +0 -6
- package/api/types/DidcommMessageFilterAnnotationsItem.js.map +0 -1
- package/api/types/DidcommMessageFilterCreatedAt.d.ts +0 -26
- package/api/types/DidcommMessageFilterCreatedAt.d.ts.map +0 -1
- package/api/types/DidcommMessageFilterCreatedAt.js +0 -6
- package/api/types/DidcommMessageFilterCreatedAt.js.map +0 -1
- package/api/types/DidcommMessageFilterDeletedAt.d.ts +0 -32
- package/api/types/DidcommMessageFilterDeletedAt.d.ts.map +0 -1
- package/api/types/DidcommMessageFilterDeletedAt.js +0 -6
- package/api/types/DidcommMessageFilterDeletedAt.js.map +0 -1
- package/api/types/DidcommMessageFilterEtag.d.ts +0 -23
- package/api/types/DidcommMessageFilterEtag.d.ts.map +0 -1
- package/api/types/DidcommMessageFilterEtag.js +0 -6
- package/api/types/DidcommMessageFilterEtag.js.map +0 -1
- package/api/types/DidcommMessageFilterId.d.ts +0 -23
- package/api/types/DidcommMessageFilterId.d.ts.map +0 -1
- package/api/types/DidcommMessageFilterId.js +0 -6
- package/api/types/DidcommMessageFilterId.js.map +0 -1
- package/api/types/DidcommMessageFilterLabelsItem.d.ts +0 -20
- package/api/types/DidcommMessageFilterLabelsItem.d.ts.map +0 -1
- package/api/types/DidcommMessageFilterLabelsItem.js +0 -6
- package/api/types/DidcommMessageFilterLabelsItem.js.map +0 -1
- package/api/types/DidcommMessageFilterModifiedAt.d.ts +0 -26
- package/api/types/DidcommMessageFilterModifiedAt.d.ts.map +0 -1
- package/api/types/DidcommMessageFilterModifiedAt.js +0 -6
- package/api/types/DidcommMessageFilterModifiedAt.js.map +0 -1
- package/api/types/DidcommMessageFilterRevision.d.ts +0 -38
- package/api/types/DidcommMessageFilterRevision.d.ts.map +0 -1
- package/api/types/DidcommMessageFilterRevision.js +0 -6
- package/api/types/DidcommMessageFilterRevision.js.map +0 -1
- package/api/types/DraftFilterAnnotationsItem.d.ts +0 -20
- package/api/types/DraftFilterAnnotationsItem.d.ts.map +0 -1
- package/api/types/DraftFilterAnnotationsItem.js +0 -6
- package/api/types/DraftFilterAnnotationsItem.js.map +0 -1
- package/api/types/DraftFilterCreatedAt.d.ts +0 -26
- package/api/types/DraftFilterCreatedAt.d.ts.map +0 -1
- package/api/types/DraftFilterCreatedAt.js +0 -6
- package/api/types/DraftFilterCreatedAt.js.map +0 -1
- package/api/types/DraftFilterDeletedAt.d.ts +0 -32
- package/api/types/DraftFilterDeletedAt.d.ts.map +0 -1
- package/api/types/DraftFilterDeletedAt.js +0 -6
- package/api/types/DraftFilterDeletedAt.js.map +0 -1
- package/api/types/DraftFilterEtag.d.ts +0 -23
- package/api/types/DraftFilterEtag.d.ts.map +0 -1
- package/api/types/DraftFilterEtag.js +0 -6
- package/api/types/DraftFilterEtag.js.map +0 -1
- package/api/types/DraftFilterId.d.ts +0 -23
- package/api/types/DraftFilterId.d.ts.map +0 -1
- package/api/types/DraftFilterId.js +0 -6
- package/api/types/DraftFilterId.js.map +0 -1
- package/api/types/DraftFilterLabelsItem.d.ts +0 -20
- package/api/types/DraftFilterLabelsItem.d.ts.map +0 -1
- package/api/types/DraftFilterLabelsItem.js +0 -6
- package/api/types/DraftFilterLabelsItem.js.map +0 -1
- package/api/types/DraftFilterModifiedAt.d.ts +0 -26
- package/api/types/DraftFilterModifiedAt.d.ts.map +0 -1
- package/api/types/DraftFilterModifiedAt.js +0 -6
- package/api/types/DraftFilterModifiedAt.js.map +0 -1
- package/api/types/DraftFilterRevision.d.ts +0 -38
- package/api/types/DraftFilterRevision.d.ts.map +0 -1
- package/api/types/DraftFilterRevision.js +0 -6
- package/api/types/DraftFilterRevision.js.map +0 -1
- package/api/types/EqualMultihash.d.ts +0 -11
- package/api/types/EqualMultihash.d.ts.map +0 -1
- package/api/types/EqualMultihash.js +0 -6
- package/api/types/EqualMultihash.js.map +0 -1
- package/api/types/FileFilterAnnotationsItem.d.ts +0 -20
- package/api/types/FileFilterAnnotationsItem.d.ts.map +0 -1
- package/api/types/FileFilterAnnotationsItem.js +0 -6
- package/api/types/FileFilterAnnotationsItem.js.map +0 -1
- package/api/types/FileFilterCreatedAt.d.ts +0 -26
- package/api/types/FileFilterCreatedAt.d.ts.map +0 -1
- package/api/types/FileFilterCreatedAt.js +0 -6
- package/api/types/FileFilterCreatedAt.js.map +0 -1
- package/api/types/FileFilterDataMultihash.d.ts +0 -26
- package/api/types/FileFilterDataMultihash.d.ts.map +0 -1
- package/api/types/FileFilterDataMultihash.js +0 -6
- package/api/types/FileFilterDataMultihash.js.map +0 -1
- package/api/types/FileFilterDeletedAt.d.ts +0 -32
- package/api/types/FileFilterDeletedAt.d.ts.map +0 -1
- package/api/types/FileFilterDeletedAt.js +0 -6
- package/api/types/FileFilterDeletedAt.js.map +0 -1
- package/api/types/FileFilterEtag.d.ts +0 -23
- package/api/types/FileFilterEtag.d.ts.map +0 -1
- package/api/types/FileFilterEtag.js +0 -6
- package/api/types/FileFilterEtag.js.map +0 -1
- package/api/types/FileFilterId.d.ts +0 -23
- package/api/types/FileFilterId.d.ts.map +0 -1
- package/api/types/FileFilterId.js +0 -6
- package/api/types/FileFilterId.js.map +0 -1
- package/api/types/FileFilterLabelsItem.d.ts +0 -20
- package/api/types/FileFilterLabelsItem.d.ts.map +0 -1
- package/api/types/FileFilterLabelsItem.js +0 -6
- package/api/types/FileFilterLabelsItem.js.map +0 -1
- package/api/types/FileFilterModifiedAt.d.ts +0 -26
- package/api/types/FileFilterModifiedAt.d.ts.map +0 -1
- package/api/types/FileFilterModifiedAt.js +0 -6
- package/api/types/FileFilterModifiedAt.js.map +0 -1
- package/api/types/FileFilterRevision.d.ts +0 -38
- package/api/types/FileFilterRevision.d.ts.map +0 -1
- package/api/types/FileFilterRevision.js +0 -6
- package/api/types/FileFilterRevision.js.map +0 -1
- package/api/types/InMultihash.d.ts +0 -11
- package/api/types/InMultihash.d.ts.map +0 -1
- package/api/types/InMultihash.js +0 -6
- package/api/types/InMultihash.js.map +0 -1
- package/api/types/IsNotNullDigestMultibase.d.ts +0 -9
- package/api/types/IsNotNullDigestMultibase.d.ts.map +0 -1
- package/api/types/IsNotNullDigestMultibase.js +0 -6
- package/api/types/IsNotNullDigestMultibase.js.map +0 -1
- package/api/types/IsNotNullMultihash.d.ts +0 -9
- package/api/types/IsNotNullMultihash.d.ts.map +0 -1
- package/api/types/IsNotNullMultihash.js +0 -6
- package/api/types/IsNotNullMultihash.js.map +0 -1
- package/api/types/IsNullDigestMultibase.d.ts +0 -9
- package/api/types/IsNullDigestMultibase.d.ts.map +0 -1
- package/api/types/IsNullDigestMultibase.js +0 -6
- package/api/types/IsNullDigestMultibase.js.map +0 -1
- package/api/types/IsNullMultihash.d.ts +0 -9
- package/api/types/IsNullMultihash.d.ts.map +0 -1
- package/api/types/IsNullMultihash.js +0 -6
- package/api/types/IsNullMultihash.js.map +0 -1
- package/api/types/KeyFilterAnnotationsItem.d.ts +0 -20
- package/api/types/KeyFilterAnnotationsItem.d.ts.map +0 -1
- package/api/types/KeyFilterAnnotationsItem.js +0 -6
- package/api/types/KeyFilterAnnotationsItem.js.map +0 -1
- package/api/types/KeyFilterCreatedAt.d.ts +0 -26
- package/api/types/KeyFilterCreatedAt.d.ts.map +0 -1
- package/api/types/KeyFilterCreatedAt.js +0 -6
- package/api/types/KeyFilterCreatedAt.js.map +0 -1
- package/api/types/KeyFilterDeletedAt.d.ts +0 -32
- package/api/types/KeyFilterDeletedAt.d.ts.map +0 -1
- package/api/types/KeyFilterDeletedAt.js +0 -6
- package/api/types/KeyFilterDeletedAt.js.map +0 -1
- package/api/types/KeyFilterEtag.d.ts +0 -23
- package/api/types/KeyFilterEtag.d.ts.map +0 -1
- package/api/types/KeyFilterEtag.js +0 -6
- package/api/types/KeyFilterEtag.js.map +0 -1
- package/api/types/KeyFilterId.d.ts +0 -23
- package/api/types/KeyFilterId.d.ts.map +0 -1
- package/api/types/KeyFilterId.js +0 -6
- package/api/types/KeyFilterId.js.map +0 -1
- package/api/types/KeyFilterLabelsItem.d.ts +0 -20
- package/api/types/KeyFilterLabelsItem.d.ts.map +0 -1
- package/api/types/KeyFilterLabelsItem.js +0 -6
- package/api/types/KeyFilterLabelsItem.js.map +0 -1
- package/api/types/KeyFilterModifiedAt.d.ts +0 -26
- package/api/types/KeyFilterModifiedAt.d.ts.map +0 -1
- package/api/types/KeyFilterModifiedAt.js +0 -6
- package/api/types/KeyFilterModifiedAt.js.map +0 -1
- package/api/types/KeyFilterRevision.d.ts +0 -38
- package/api/types/KeyFilterRevision.d.ts.map +0 -1
- package/api/types/KeyFilterRevision.js +0 -6
- package/api/types/KeyFilterRevision.js.map +0 -1
- package/api/types/NotEqualMultihash.d.ts +0 -11
- package/api/types/NotEqualMultihash.d.ts.map +0 -1
- package/api/types/NotEqualMultihash.js +0 -6
- package/api/types/NotEqualMultihash.js.map +0 -1
- package/api/types/NotInMultihash.d.ts +0 -11
- package/api/types/NotInMultihash.d.ts.map +0 -1
- package/api/types/NotInMultihash.js +0 -6
- package/api/types/NotInMultihash.js.map +0 -1
- package/api/types/PresentationFilterAnnotationsItem.d.ts +0 -20
- package/api/types/PresentationFilterAnnotationsItem.d.ts.map +0 -1
- package/api/types/PresentationFilterAnnotationsItem.js +0 -6
- package/api/types/PresentationFilterAnnotationsItem.js.map +0 -1
- package/api/types/PresentationFilterCreatedAt.d.ts +0 -26
- package/api/types/PresentationFilterCreatedAt.d.ts.map +0 -1
- package/api/types/PresentationFilterCreatedAt.js +0 -6
- package/api/types/PresentationFilterCreatedAt.js.map +0 -1
- package/api/types/PresentationFilterDataMultihash.d.ts +0 -26
- package/api/types/PresentationFilterDataMultihash.d.ts.map +0 -1
- package/api/types/PresentationFilterDataMultihash.js +0 -6
- package/api/types/PresentationFilterDataMultihash.js.map +0 -1
- package/api/types/PresentationFilterDeletedAt.d.ts +0 -32
- package/api/types/PresentationFilterDeletedAt.d.ts.map +0 -1
- package/api/types/PresentationFilterDeletedAt.js +0 -6
- package/api/types/PresentationFilterDeletedAt.js.map +0 -1
- package/api/types/PresentationFilterEtag.d.ts +0 -23
- package/api/types/PresentationFilterEtag.d.ts.map +0 -1
- package/api/types/PresentationFilterEtag.js +0 -6
- package/api/types/PresentationFilterEtag.js.map +0 -1
- package/api/types/PresentationFilterId.d.ts +0 -23
- package/api/types/PresentationFilterId.d.ts.map +0 -1
- package/api/types/PresentationFilterId.js +0 -6
- package/api/types/PresentationFilterId.js.map +0 -1
- package/api/types/PresentationFilterLabelsItem.d.ts +0 -20
- package/api/types/PresentationFilterLabelsItem.d.ts.map +0 -1
- package/api/types/PresentationFilterLabelsItem.js +0 -6
- package/api/types/PresentationFilterLabelsItem.js.map +0 -1
- package/api/types/PresentationFilterModifiedAt.d.ts +0 -26
- package/api/types/PresentationFilterModifiedAt.d.ts.map +0 -1
- package/api/types/PresentationFilterModifiedAt.js +0 -6
- package/api/types/PresentationFilterModifiedAt.js.map +0 -1
- package/api/types/PresentationFilterRevision.d.ts +0 -38
- package/api/types/PresentationFilterRevision.d.ts.map +0 -1
- package/api/types/PresentationFilterRevision.js +0 -6
- package/api/types/PresentationFilterRevision.js.map +0 -1
- package/documents/credential/unknown.spec.d.ts +0 -2
- package/documents/credential/unknown.spec.d.ts.map +0 -1
- package/documents/credential/unknown.spec.js +0 -115
- package/documents/credential/unknown.spec.js.map +0 -1
- package/serialization/types/ApiKeyFilterAnnotationsItem.d.ts +0 -27
- package/serialization/types/ApiKeyFilterAnnotationsItem.d.ts.map +0 -1
- package/serialization/types/ApiKeyFilterAnnotationsItem.js +0 -56
- package/serialization/types/ApiKeyFilterAnnotationsItem.js.map +0 -1
- package/serialization/types/ApiKeyFilterCreatedAt.d.ts +0 -31
- package/serialization/types/ApiKeyFilterCreatedAt.d.ts.map +0 -1
- package/serialization/types/ApiKeyFilterCreatedAt.js +0 -58
- package/serialization/types/ApiKeyFilterCreatedAt.js.map +0 -1
- package/serialization/types/ApiKeyFilterDeletedAt.d.ts +0 -39
- package/serialization/types/ApiKeyFilterDeletedAt.d.ts.map +0 -1
- package/serialization/types/ApiKeyFilterDeletedAt.js +0 -62
- package/serialization/types/ApiKeyFilterDeletedAt.js.map +0 -1
- package/serialization/types/ApiKeyFilterEtag.d.ts +0 -27
- package/serialization/types/ApiKeyFilterEtag.d.ts.map +0 -1
- package/serialization/types/ApiKeyFilterEtag.js +0 -56
- package/serialization/types/ApiKeyFilterEtag.js.map +0 -1
- package/serialization/types/ApiKeyFilterId.d.ts +0 -27
- package/serialization/types/ApiKeyFilterId.d.ts.map +0 -1
- package/serialization/types/ApiKeyFilterId.js +0 -56
- package/serialization/types/ApiKeyFilterId.js.map +0 -1
- package/serialization/types/ApiKeyFilterLabelsItem.d.ts +0 -27
- package/serialization/types/ApiKeyFilterLabelsItem.d.ts.map +0 -1
- package/serialization/types/ApiKeyFilterLabelsItem.js +0 -56
- package/serialization/types/ApiKeyFilterLabelsItem.js.map +0 -1
- package/serialization/types/ApiKeyFilterModifiedAt.d.ts +0 -31
- package/serialization/types/ApiKeyFilterModifiedAt.d.ts.map +0 -1
- package/serialization/types/ApiKeyFilterModifiedAt.js +0 -58
- package/serialization/types/ApiKeyFilterModifiedAt.js.map +0 -1
- package/serialization/types/ApiKeyFilterRevision.d.ts +0 -47
- package/serialization/types/ApiKeyFilterRevision.d.ts.map +0 -1
- package/serialization/types/ApiKeyFilterRevision.js +0 -66
- package/serialization/types/ApiKeyFilterRevision.js.map +0 -1
- package/serialization/types/CredentialFilterAnnotationsItem.d.ts +0 -27
- package/serialization/types/CredentialFilterAnnotationsItem.d.ts.map +0 -1
- package/serialization/types/CredentialFilterAnnotationsItem.js +0 -56
- package/serialization/types/CredentialFilterAnnotationsItem.js.map +0 -1
- package/serialization/types/CredentialFilterCreatedAt.d.ts +0 -31
- package/serialization/types/CredentialFilterCreatedAt.d.ts.map +0 -1
- package/serialization/types/CredentialFilterCreatedAt.js +0 -58
- package/serialization/types/CredentialFilterCreatedAt.js.map +0 -1
- package/serialization/types/CredentialFilterDataMultihash.d.ts +0 -35
- package/serialization/types/CredentialFilterDataMultihash.d.ts.map +0 -1
- package/serialization/types/CredentialFilterDataMultihash.js +0 -60
- package/serialization/types/CredentialFilterDataMultihash.js.map +0 -1
- package/serialization/types/CredentialFilterDeletedAt.d.ts +0 -39
- package/serialization/types/CredentialFilterDeletedAt.d.ts.map +0 -1
- package/serialization/types/CredentialFilterDeletedAt.js +0 -62
- package/serialization/types/CredentialFilterDeletedAt.js.map +0 -1
- package/serialization/types/CredentialFilterEtag.d.ts +0 -27
- package/serialization/types/CredentialFilterEtag.d.ts.map +0 -1
- package/serialization/types/CredentialFilterEtag.js +0 -56
- package/serialization/types/CredentialFilterEtag.js.map +0 -1
- package/serialization/types/CredentialFilterId.d.ts +0 -27
- package/serialization/types/CredentialFilterId.d.ts.map +0 -1
- package/serialization/types/CredentialFilterId.js +0 -56
- package/serialization/types/CredentialFilterId.js.map +0 -1
- package/serialization/types/CredentialFilterLabelsItem.d.ts +0 -27
- package/serialization/types/CredentialFilterLabelsItem.d.ts.map +0 -1
- package/serialization/types/CredentialFilterLabelsItem.js +0 -56
- package/serialization/types/CredentialFilterLabelsItem.js.map +0 -1
- package/serialization/types/CredentialFilterModifiedAt.d.ts +0 -31
- package/serialization/types/CredentialFilterModifiedAt.d.ts.map +0 -1
- package/serialization/types/CredentialFilterModifiedAt.js +0 -58
- package/serialization/types/CredentialFilterModifiedAt.js.map +0 -1
- package/serialization/types/CredentialFilterRevision.d.ts +0 -47
- package/serialization/types/CredentialFilterRevision.d.ts.map +0 -1
- package/serialization/types/CredentialFilterRevision.js +0 -66
- package/serialization/types/CredentialFilterRevision.js.map +0 -1
- package/serialization/types/DidcommMessageFilterAnnotationsItem.d.ts +0 -27
- package/serialization/types/DidcommMessageFilterAnnotationsItem.d.ts.map +0 -1
- package/serialization/types/DidcommMessageFilterAnnotationsItem.js +0 -56
- package/serialization/types/DidcommMessageFilterAnnotationsItem.js.map +0 -1
- package/serialization/types/DidcommMessageFilterCreatedAt.d.ts +0 -31
- package/serialization/types/DidcommMessageFilterCreatedAt.d.ts.map +0 -1
- package/serialization/types/DidcommMessageFilterCreatedAt.js +0 -58
- package/serialization/types/DidcommMessageFilterCreatedAt.js.map +0 -1
- package/serialization/types/DidcommMessageFilterDeletedAt.d.ts +0 -39
- package/serialization/types/DidcommMessageFilterDeletedAt.d.ts.map +0 -1
- package/serialization/types/DidcommMessageFilterDeletedAt.js +0 -62
- package/serialization/types/DidcommMessageFilterDeletedAt.js.map +0 -1
- package/serialization/types/DidcommMessageFilterEtag.d.ts +0 -27
- package/serialization/types/DidcommMessageFilterEtag.d.ts.map +0 -1
- package/serialization/types/DidcommMessageFilterEtag.js +0 -56
- package/serialization/types/DidcommMessageFilterEtag.js.map +0 -1
- package/serialization/types/DidcommMessageFilterId.d.ts +0 -27
- package/serialization/types/DidcommMessageFilterId.d.ts.map +0 -1
- package/serialization/types/DidcommMessageFilterId.js +0 -56
- package/serialization/types/DidcommMessageFilterId.js.map +0 -1
- package/serialization/types/DidcommMessageFilterLabelsItem.d.ts +0 -27
- package/serialization/types/DidcommMessageFilterLabelsItem.d.ts.map +0 -1
- package/serialization/types/DidcommMessageFilterLabelsItem.js +0 -56
- package/serialization/types/DidcommMessageFilterLabelsItem.js.map +0 -1
- package/serialization/types/DidcommMessageFilterModifiedAt.d.ts +0 -31
- package/serialization/types/DidcommMessageFilterModifiedAt.d.ts.map +0 -1
- package/serialization/types/DidcommMessageFilterModifiedAt.js +0 -58
- package/serialization/types/DidcommMessageFilterModifiedAt.js.map +0 -1
- package/serialization/types/DidcommMessageFilterRevision.d.ts +0 -47
- package/serialization/types/DidcommMessageFilterRevision.d.ts.map +0 -1
- package/serialization/types/DidcommMessageFilterRevision.js +0 -66
- package/serialization/types/DidcommMessageFilterRevision.js.map +0 -1
- package/serialization/types/DraftFilterAnnotationsItem.d.ts +0 -27
- package/serialization/types/DraftFilterAnnotationsItem.d.ts.map +0 -1
- package/serialization/types/DraftFilterAnnotationsItem.js +0 -56
- package/serialization/types/DraftFilterAnnotationsItem.js.map +0 -1
- package/serialization/types/DraftFilterCreatedAt.d.ts +0 -31
- package/serialization/types/DraftFilterCreatedAt.d.ts.map +0 -1
- package/serialization/types/DraftFilterCreatedAt.js +0 -58
- package/serialization/types/DraftFilterCreatedAt.js.map +0 -1
- package/serialization/types/DraftFilterDeletedAt.d.ts +0 -39
- package/serialization/types/DraftFilterDeletedAt.d.ts.map +0 -1
- package/serialization/types/DraftFilterDeletedAt.js +0 -62
- package/serialization/types/DraftFilterDeletedAt.js.map +0 -1
- package/serialization/types/DraftFilterEtag.d.ts +0 -27
- package/serialization/types/DraftFilterEtag.d.ts.map +0 -1
- package/serialization/types/DraftFilterEtag.js +0 -56
- package/serialization/types/DraftFilterEtag.js.map +0 -1
- package/serialization/types/DraftFilterId.d.ts +0 -27
- package/serialization/types/DraftFilterId.d.ts.map +0 -1
- package/serialization/types/DraftFilterId.js +0 -56
- package/serialization/types/DraftFilterId.js.map +0 -1
- package/serialization/types/DraftFilterLabelsItem.d.ts +0 -27
- package/serialization/types/DraftFilterLabelsItem.d.ts.map +0 -1
- package/serialization/types/DraftFilterLabelsItem.js +0 -56
- package/serialization/types/DraftFilterLabelsItem.js.map +0 -1
- package/serialization/types/DraftFilterModifiedAt.d.ts +0 -31
- package/serialization/types/DraftFilterModifiedAt.d.ts.map +0 -1
- package/serialization/types/DraftFilterModifiedAt.js +0 -58
- package/serialization/types/DraftFilterModifiedAt.js.map +0 -1
- package/serialization/types/DraftFilterRevision.d.ts +0 -47
- package/serialization/types/DraftFilterRevision.d.ts.map +0 -1
- package/serialization/types/DraftFilterRevision.js +0 -66
- package/serialization/types/DraftFilterRevision.js.map +0 -1
- package/serialization/types/EqualMultihash.d.ts +0 -13
- package/serialization/types/EqualMultihash.d.ts.map +0 -1
- package/serialization/types/EqualMultihash.js +0 -44
- package/serialization/types/EqualMultihash.js.map +0 -1
- package/serialization/types/FileFilterAnnotationsItem.d.ts +0 -27
- package/serialization/types/FileFilterAnnotationsItem.d.ts.map +0 -1
- package/serialization/types/FileFilterAnnotationsItem.js +0 -56
- package/serialization/types/FileFilterAnnotationsItem.js.map +0 -1
- package/serialization/types/FileFilterCreatedAt.d.ts +0 -31
- package/serialization/types/FileFilterCreatedAt.d.ts.map +0 -1
- package/serialization/types/FileFilterCreatedAt.js +0 -58
- package/serialization/types/FileFilterCreatedAt.js.map +0 -1
- package/serialization/types/FileFilterDataMultihash.d.ts +0 -35
- package/serialization/types/FileFilterDataMultihash.d.ts.map +0 -1
- package/serialization/types/FileFilterDataMultihash.js +0 -60
- package/serialization/types/FileFilterDataMultihash.js.map +0 -1
- package/serialization/types/FileFilterDeletedAt.d.ts +0 -39
- package/serialization/types/FileFilterDeletedAt.d.ts.map +0 -1
- package/serialization/types/FileFilterDeletedAt.js +0 -62
- package/serialization/types/FileFilterDeletedAt.js.map +0 -1
- package/serialization/types/FileFilterEtag.d.ts +0 -27
- package/serialization/types/FileFilterEtag.d.ts.map +0 -1
- package/serialization/types/FileFilterEtag.js +0 -56
- package/serialization/types/FileFilterEtag.js.map +0 -1
- package/serialization/types/FileFilterId.d.ts +0 -27
- package/serialization/types/FileFilterId.d.ts.map +0 -1
- package/serialization/types/FileFilterId.js +0 -56
- package/serialization/types/FileFilterId.js.map +0 -1
- package/serialization/types/FileFilterLabelsItem.d.ts +0 -27
- package/serialization/types/FileFilterLabelsItem.d.ts.map +0 -1
- package/serialization/types/FileFilterLabelsItem.js +0 -56
- package/serialization/types/FileFilterLabelsItem.js.map +0 -1
- package/serialization/types/FileFilterModifiedAt.d.ts +0 -31
- package/serialization/types/FileFilterModifiedAt.d.ts.map +0 -1
- package/serialization/types/FileFilterModifiedAt.js +0 -58
- package/serialization/types/FileFilterModifiedAt.js.map +0 -1
- package/serialization/types/FileFilterRevision.d.ts +0 -47
- package/serialization/types/FileFilterRevision.d.ts.map +0 -1
- package/serialization/types/FileFilterRevision.js +0 -66
- package/serialization/types/FileFilterRevision.js.map +0 -1
- package/serialization/types/InMultihash.d.ts +0 -13
- package/serialization/types/InMultihash.d.ts.map +0 -1
- package/serialization/types/InMultihash.js +0 -44
- package/serialization/types/InMultihash.js.map +0 -1
- package/serialization/types/IsNotNullDigestMultibase.d.ts +0 -12
- package/serialization/types/IsNotNullDigestMultibase.d.ts.map +0 -1
- package/serialization/types/IsNotNullDigestMultibase.js +0 -42
- package/serialization/types/IsNotNullDigestMultibase.js.map +0 -1
- package/serialization/types/IsNotNullMultihash.d.ts +0 -12
- package/serialization/types/IsNotNullMultihash.d.ts.map +0 -1
- package/serialization/types/IsNotNullMultihash.js +0 -42
- package/serialization/types/IsNotNullMultihash.js.map +0 -1
- package/serialization/types/IsNullDigestMultibase.d.ts +0 -12
- package/serialization/types/IsNullDigestMultibase.d.ts.map +0 -1
- package/serialization/types/IsNullDigestMultibase.js +0 -42
- package/serialization/types/IsNullDigestMultibase.js.map +0 -1
- package/serialization/types/IsNullMultihash.d.ts +0 -12
- package/serialization/types/IsNullMultihash.d.ts.map +0 -1
- package/serialization/types/IsNullMultihash.js +0 -42
- package/serialization/types/IsNullMultihash.js.map +0 -1
- package/serialization/types/KeyFilterAnnotationsItem.d.ts +0 -27
- package/serialization/types/KeyFilterAnnotationsItem.d.ts.map +0 -1
- package/serialization/types/KeyFilterAnnotationsItem.js +0 -56
- package/serialization/types/KeyFilterAnnotationsItem.js.map +0 -1
- package/serialization/types/KeyFilterCreatedAt.d.ts +0 -31
- package/serialization/types/KeyFilterCreatedAt.d.ts.map +0 -1
- package/serialization/types/KeyFilterCreatedAt.js +0 -58
- package/serialization/types/KeyFilterCreatedAt.js.map +0 -1
- package/serialization/types/KeyFilterDeletedAt.d.ts +0 -39
- package/serialization/types/KeyFilterDeletedAt.d.ts.map +0 -1
- package/serialization/types/KeyFilterDeletedAt.js +0 -62
- package/serialization/types/KeyFilterDeletedAt.js.map +0 -1
- package/serialization/types/KeyFilterEtag.d.ts +0 -27
- package/serialization/types/KeyFilterEtag.d.ts.map +0 -1
- package/serialization/types/KeyFilterEtag.js +0 -56
- package/serialization/types/KeyFilterEtag.js.map +0 -1
- package/serialization/types/KeyFilterId.d.ts +0 -27
- package/serialization/types/KeyFilterId.d.ts.map +0 -1
- package/serialization/types/KeyFilterId.js +0 -56
- package/serialization/types/KeyFilterId.js.map +0 -1
- package/serialization/types/KeyFilterLabelsItem.d.ts +0 -27
- package/serialization/types/KeyFilterLabelsItem.d.ts.map +0 -1
- package/serialization/types/KeyFilterLabelsItem.js +0 -56
- package/serialization/types/KeyFilterLabelsItem.js.map +0 -1
- package/serialization/types/KeyFilterModifiedAt.d.ts +0 -31
- package/serialization/types/KeyFilterModifiedAt.d.ts.map +0 -1
- package/serialization/types/KeyFilterModifiedAt.js +0 -58
- package/serialization/types/KeyFilterModifiedAt.js.map +0 -1
- package/serialization/types/KeyFilterRevision.d.ts +0 -47
- package/serialization/types/KeyFilterRevision.d.ts.map +0 -1
- package/serialization/types/KeyFilterRevision.js +0 -66
- package/serialization/types/KeyFilterRevision.js.map +0 -1
- package/serialization/types/NotEqualMultihash.d.ts +0 -13
- package/serialization/types/NotEqualMultihash.d.ts.map +0 -1
- package/serialization/types/NotEqualMultihash.js +0 -44
- package/serialization/types/NotEqualMultihash.js.map +0 -1
- package/serialization/types/NotInMultihash.d.ts +0 -13
- package/serialization/types/NotInMultihash.d.ts.map +0 -1
- package/serialization/types/NotInMultihash.js +0 -44
- package/serialization/types/NotInMultihash.js.map +0 -1
- package/serialization/types/PresentationFilterAnnotationsItem.d.ts +0 -27
- package/serialization/types/PresentationFilterAnnotationsItem.d.ts.map +0 -1
- package/serialization/types/PresentationFilterAnnotationsItem.js +0 -56
- package/serialization/types/PresentationFilterAnnotationsItem.js.map +0 -1
- package/serialization/types/PresentationFilterCreatedAt.d.ts +0 -31
- package/serialization/types/PresentationFilterCreatedAt.d.ts.map +0 -1
- package/serialization/types/PresentationFilterCreatedAt.js +0 -58
- package/serialization/types/PresentationFilterCreatedAt.js.map +0 -1
- package/serialization/types/PresentationFilterDataMultihash.d.ts +0 -35
- package/serialization/types/PresentationFilterDataMultihash.d.ts.map +0 -1
- package/serialization/types/PresentationFilterDataMultihash.js +0 -60
- package/serialization/types/PresentationFilterDataMultihash.js.map +0 -1
- package/serialization/types/PresentationFilterDeletedAt.d.ts +0 -39
- package/serialization/types/PresentationFilterDeletedAt.d.ts.map +0 -1
- package/serialization/types/PresentationFilterDeletedAt.js +0 -62
- package/serialization/types/PresentationFilterDeletedAt.js.map +0 -1
- package/serialization/types/PresentationFilterEtag.d.ts +0 -27
- package/serialization/types/PresentationFilterEtag.d.ts.map +0 -1
- package/serialization/types/PresentationFilterEtag.js +0 -56
- package/serialization/types/PresentationFilterEtag.js.map +0 -1
- package/serialization/types/PresentationFilterId.d.ts +0 -27
- package/serialization/types/PresentationFilterId.d.ts.map +0 -1
- package/serialization/types/PresentationFilterId.js +0 -56
- package/serialization/types/PresentationFilterId.js.map +0 -1
- package/serialization/types/PresentationFilterLabelsItem.d.ts +0 -27
- package/serialization/types/PresentationFilterLabelsItem.d.ts.map +0 -1
- package/serialization/types/PresentationFilterLabelsItem.js +0 -56
- package/serialization/types/PresentationFilterLabelsItem.js.map +0 -1
- package/serialization/types/PresentationFilterModifiedAt.d.ts +0 -31
- package/serialization/types/PresentationFilterModifiedAt.d.ts.map +0 -1
- package/serialization/types/PresentationFilterModifiedAt.js +0 -58
- package/serialization/types/PresentationFilterModifiedAt.js.map +0 -1
- package/serialization/types/PresentationFilterRevision.d.ts +0 -47
- package/serialization/types/PresentationFilterRevision.d.ts.map +0 -1
- package/serialization/types/PresentationFilterRevision.js +0 -66
- package/serialization/types/PresentationFilterRevision.js.map +0 -1
|
@@ -6,15 +6,15 @@ import * as Truvity from '../index';
|
|
|
6
6
|
* Unauthorized problem schema.
|
|
7
7
|
*/
|
|
8
8
|
export interface ProblemUnauthorized {
|
|
9
|
-
/** This value should not change between occurrences of the error. */
|
|
10
|
-
title: string;
|
|
11
|
-
/** HTTP status code */
|
|
12
|
-
status: number;
|
|
13
9
|
/** A human-readable explanation specific to this occurrence of the problem. */
|
|
14
10
|
detail?: string;
|
|
15
11
|
/** Optional list of individual error details */
|
|
16
12
|
errors?: Truvity.ErrorDetail[];
|
|
17
13
|
/** A URI reference that identifies the specific occurrence of the problem. */
|
|
18
14
|
instance?: string;
|
|
15
|
+
/** HTTP status code */
|
|
16
|
+
status: number;
|
|
17
|
+
/** This value should not change between occurrences of the error. */
|
|
18
|
+
title: string;
|
|
19
19
|
}
|
|
20
20
|
//# sourceMappingURL=ProblemUnauthorized.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProblemUnauthorized.d.ts","sourceRoot":"","sources":["../../../src/api/types/ProblemUnauthorized.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAChC
|
|
1
|
+
{"version":3,"file":"ProblemUnauthorized.d.ts","sourceRoot":"","sources":["../../../src/api/types/ProblemUnauthorized.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAChC,+EAA+E;IAC/E,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,gDAAgD;IAChD,MAAM,CAAC,EAAE,OAAO,CAAC,WAAW,EAAE,CAAC;IAC/B,8EAA8E;IAC9E,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,uBAAuB;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,qEAAqE;IACrE,KAAK,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProblemUnauthorized.js","sourceRoot":"","sources":["../../../src/api/types/ProblemUnauthorized.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 * Unauthorized problem schema.\n */\nexport interface ProblemUnauthorized {\n /**
|
|
1
|
+
{"version":3,"file":"ProblemUnauthorized.js","sourceRoot":"","sources":["../../../src/api/types/ProblemUnauthorized.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 * Unauthorized problem schema.\n */\nexport interface ProblemUnauthorized {\n /** A human-readable explanation specific to this occurrence of the problem. */\n detail?: string;\n /** Optional list of individual error details */\n errors?: Truvity.ErrorDetail[];\n /** A URI reference that identifies the specific occurrence of the problem. */\n instance?: string;\n /** HTTP status code */\n status: number;\n /** This value should not change between occurrences of the error. */\n title: string;\n}\n"]}
|
|
@@ -6,15 +6,15 @@ import * as Truvity from '../index';
|
|
|
6
6
|
* Unsupported Media Type problem schema.
|
|
7
7
|
*/
|
|
8
8
|
export interface ProblemUnsupportedMediaType {
|
|
9
|
-
/** This value should not change between occurrences of the error. */
|
|
10
|
-
title: string;
|
|
11
|
-
/** HTTP status code */
|
|
12
|
-
status: number;
|
|
13
9
|
/** A human-readable explanation specific to this occurrence of the problem. */
|
|
14
10
|
detail?: string;
|
|
15
11
|
/** Optional list of individual error details */
|
|
16
12
|
errors?: Truvity.ErrorDetail[];
|
|
17
13
|
/** A URI reference that identifies the specific occurrence of the problem. */
|
|
18
14
|
instance?: string;
|
|
15
|
+
/** HTTP status code */
|
|
16
|
+
status: number;
|
|
17
|
+
/** This value should not change between occurrences of the error. */
|
|
18
|
+
title: string;
|
|
19
19
|
}
|
|
20
20
|
//# sourceMappingURL=ProblemUnsupportedMediaType.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProblemUnsupportedMediaType.d.ts","sourceRoot":"","sources":["../../../src/api/types/ProblemUnsupportedMediaType.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,2BAA2B;IACxC
|
|
1
|
+
{"version":3,"file":"ProblemUnsupportedMediaType.d.ts","sourceRoot":"","sources":["../../../src/api/types/ProblemUnsupportedMediaType.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,2BAA2B;IACxC,+EAA+E;IAC/E,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,gDAAgD;IAChD,MAAM,CAAC,EAAE,OAAO,CAAC,WAAW,EAAE,CAAC;IAC/B,8EAA8E;IAC9E,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,uBAAuB;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,qEAAqE;IACrE,KAAK,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProblemUnsupportedMediaType.js","sourceRoot":"","sources":["../../../src/api/types/ProblemUnsupportedMediaType.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 * Unsupported Media Type problem schema.\n */\nexport interface ProblemUnsupportedMediaType {\n /**
|
|
1
|
+
{"version":3,"file":"ProblemUnsupportedMediaType.js","sourceRoot":"","sources":["../../../src/api/types/ProblemUnsupportedMediaType.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 * Unsupported Media Type problem schema.\n */\nexport interface ProblemUnsupportedMediaType {\n /** A human-readable explanation specific to this occurrence of the problem. */\n detail?: string;\n /** Optional list of individual error details */\n errors?: Truvity.ErrorDetail[];\n /** A URI reference that identifies the specific occurrence of the problem. */\n instance?: string;\n /** HTTP status code */\n status: number;\n /** This value should not change between occurrences of the error. */\n title: string;\n}\n"]}
|
package/api/types/Resource.d.ts
CHANGED
|
@@ -5,18 +5,11 @@
|
|
|
5
5
|
* The resource used in Problem schemas. Doesn't have data field.
|
|
6
6
|
*/
|
|
7
7
|
export interface Resource {
|
|
8
|
-
|
|
9
|
-
* The primary and unique identifier of the resource (inside tenant)
|
|
10
|
-
* according to [RFC 4122](https://www.rfc-editor.org/info/rfc4122).
|
|
11
|
-
*/
|
|
12
|
-
id: string;
|
|
13
|
-
kind: string;
|
|
14
|
-
/** Similar to kubernetes `resourceVersion` and `generation` field to identify the object version. */
|
|
15
|
-
revision: number;
|
|
8
|
+
annotations: Record<string, string>;
|
|
16
9
|
/** Timestamp string according to [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339). */
|
|
17
10
|
createdAt: Date;
|
|
18
11
|
/** Timestamp string according to [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339). */
|
|
19
|
-
|
|
12
|
+
deletedAt?: Date;
|
|
20
13
|
/**
|
|
21
14
|
* The general purpose ETag.
|
|
22
15
|
* The essential field for **optimistic concurrency**.
|
|
@@ -27,9 +20,16 @@ export interface Resource {
|
|
|
27
20
|
* - [Kubernetes' Concurrency Control and Consistency](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency).
|
|
28
21
|
*/
|
|
29
22
|
etag: string;
|
|
23
|
+
/**
|
|
24
|
+
* The primary and unique identifier of the resource (inside tenant)
|
|
25
|
+
* according to [RFC 4122](https://www.rfc-editor.org/info/rfc4122).
|
|
26
|
+
*/
|
|
27
|
+
id: string;
|
|
28
|
+
kind: string;
|
|
30
29
|
labels: Record<string, string>;
|
|
31
|
-
annotations: Record<string, string>;
|
|
32
30
|
/** Timestamp string according to [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339). */
|
|
33
|
-
|
|
31
|
+
modifiedAt: Date;
|
|
32
|
+
/** Similar to kubernetes `resourceVersion` and `generation` field to identify the object version. */
|
|
33
|
+
revision: number;
|
|
34
34
|
}
|
|
35
35
|
//# sourceMappingURL=Resource.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Resource.d.ts","sourceRoot":"","sources":["../../../src/api/types/Resource.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,QAAQ;IACrB
|
|
1
|
+
{"version":3,"file":"Resource.d.ts","sourceRoot":"","sources":["../../../src/api/types/Resource.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,QAAQ;IACrB,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACpC,wFAAwF;IACxF,SAAS,EAAE,IAAI,CAAC;IAChB,wFAAwF;IACxF,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB;;;;;;;;OAQG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC/B,wFAAwF;IACxF,UAAU,EAAE,IAAI,CAAC;IACjB,qGAAqG;IACrG,QAAQ,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Resource.js","sourceRoot":"","sources":["../../../src/api/types/Resource.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * The resource used in Problem schemas. Doesn't have data field.\n */\nexport interface Resource {\n
|
|
1
|
+
{"version":3,"file":"Resource.js","sourceRoot":"","sources":["../../../src/api/types/Resource.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * The resource used in Problem schemas. Doesn't have data field.\n */\nexport interface Resource {\n annotations: Record<string, string>;\n /** Timestamp string according to [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339). */\n createdAt: Date;\n /** Timestamp string according to [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339). */\n deletedAt?: Date;\n /**\n * The general purpose ETag.\n * The essential field for **optimistic concurrency**.\n * - [Zalando RESTful Guidelines / Appendix C: Best practices / ETags in result entities](https://opensource.zalando.com/restful-api-guidelines/#ETag-in-result-entities)\n * - [RFC 9110 - 8.8.3 ETag](https://www.rfc-editor.org/rfc/rfc9110.html#name-ETag)\n * - [RFC 9110 - 13.1.1. IfMatch](https://www.rfc-editor.org/rfc/rfc9110.html#name-if-match)\n * - [RFC 9110 - 13.1.2. IfNoneMatch](https://www.rfc-editor.org/rfc/rfc9110.html#name-if-none-match)\n * - [Kubernetes' Concurrency Control and Consistency](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency).\n */\n etag: string;\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 id: string;\n kind: string;\n labels: Record<string, string>;\n /** Timestamp string according to [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339). */\n modifiedAt: Date;\n /** Similar to kubernetes `resourceVersion` and `generation` field to identify the object version. */\n revision: number;\n}\n"]}
|
|
@@ -6,25 +6,25 @@ import * as Truvity from '../index';
|
|
|
6
6
|
* The common properties of a resource with specific data.
|
|
7
7
|
*/
|
|
8
8
|
export interface ResourceApiKey {
|
|
9
|
-
/** The kind of the resource. */
|
|
10
|
-
kind: Truvity.ResourceKind;
|
|
11
|
-
/** The ID of the resource. */
|
|
12
|
-
id: string;
|
|
13
|
-
/** The ETag of the resource. */
|
|
14
|
-
etag: string;
|
|
15
|
-
/** The revision of the resource. */
|
|
16
|
-
revision: number;
|
|
17
|
-
/** The creation date of the resource. */
|
|
18
|
-
createdAt: Date;
|
|
19
|
-
/** The update date of the resource. */
|
|
20
|
-
modifiedAt: Date;
|
|
21
9
|
/** The annotations of the resource. */
|
|
22
10
|
annotations: Record<string, string>;
|
|
23
|
-
/** The
|
|
24
|
-
|
|
11
|
+
/** The creation date of the resource. */
|
|
12
|
+
createdAt: Date;
|
|
25
13
|
/** The data of the resource. */
|
|
26
14
|
data: Truvity.ApiKey;
|
|
27
15
|
/** The deletion date of the resource. */
|
|
28
16
|
deletedAt?: Date;
|
|
17
|
+
/** The ETag of the resource. */
|
|
18
|
+
etag: string;
|
|
19
|
+
/** The ID of the resource. */
|
|
20
|
+
id: string;
|
|
21
|
+
/** The kind of the resource. */
|
|
22
|
+
kind: Truvity.ResourceKind;
|
|
23
|
+
/** The labels of the resource. */
|
|
24
|
+
labels: Record<string, string>;
|
|
25
|
+
/** The update date of the resource. */
|
|
26
|
+
modifiedAt: Date;
|
|
27
|
+
/** The revision of the resource. */
|
|
28
|
+
revision: number;
|
|
29
29
|
}
|
|
30
30
|
//# sourceMappingURL=ResourceApiKey.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResourceApiKey.d.ts","sourceRoot":"","sources":["../../../src/api/types/ResourceApiKey.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,cAAc;IAC3B,
|
|
1
|
+
{"version":3,"file":"ResourceApiKey.d.ts","sourceRoot":"","sources":["../../../src/api/types/ResourceApiKey.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,cAAc;IAC3B,uCAAuC;IACvC,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACpC,yCAAyC;IACzC,SAAS,EAAE,IAAI,CAAC;IAChB,gCAAgC;IAChC,IAAI,EAAE,OAAO,CAAC,MAAM,CAAC;IACrB,yCAAyC;IACzC,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,gCAAgC;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,8BAA8B;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,gCAAgC;IAChC,IAAI,EAAE,OAAO,CAAC,YAAY,CAAC;IAC3B,kCAAkC;IAClC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC/B,uCAAuC;IACvC,UAAU,EAAE,IAAI,CAAC;IACjB,oCAAoC;IACpC,QAAQ,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResourceApiKey.js","sourceRoot":"","sources":["../../../src/api/types/ResourceApiKey.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 common properties of a resource with specific data.\n */\nexport interface ResourceApiKey {\n /** The
|
|
1
|
+
{"version":3,"file":"ResourceApiKey.js","sourceRoot":"","sources":["../../../src/api/types/ResourceApiKey.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 common properties of a resource with specific data.\n */\nexport interface ResourceApiKey {\n /** The annotations of the resource. */\n annotations: Record<string, string>;\n /** The creation date of the resource. */\n createdAt: Date;\n /** The data of the resource. */\n data: Truvity.ApiKey;\n /** The deletion date of the resource. */\n deletedAt?: Date;\n /** The ETag of the resource. */\n etag: string;\n /** The ID of the resource. */\n id: string;\n /** The kind of the resource. */\n kind: Truvity.ResourceKind;\n /** The labels of the resource. */\n labels: Record<string, string>;\n /** The update date of the resource. */\n modifiedAt: Date;\n /** The revision of the resource. */\n revision: number;\n}\n"]}
|
|
@@ -6,25 +6,25 @@ import * as Truvity from '../index';
|
|
|
6
6
|
* The common properties of a resource with specific data.
|
|
7
7
|
*/
|
|
8
8
|
export interface ResourceApiKeyFull {
|
|
9
|
-
/** The kind of the resource. */
|
|
10
|
-
kind: Truvity.ResourceKind;
|
|
11
|
-
/** The ID of the resource. */
|
|
12
|
-
id: string;
|
|
13
|
-
/** The ETag of the resource. */
|
|
14
|
-
etag: string;
|
|
15
|
-
/** The revision of the resource. */
|
|
16
|
-
revision: number;
|
|
17
|
-
/** The creation date of the resource. */
|
|
18
|
-
createdAt: Date;
|
|
19
|
-
/** The update date of the resource. */
|
|
20
|
-
modifiedAt: Date;
|
|
21
9
|
/** The annotations of the resource. */
|
|
22
10
|
annotations: Record<string, string>;
|
|
23
|
-
/** The
|
|
24
|
-
|
|
11
|
+
/** The creation date of the resource. */
|
|
12
|
+
createdAt: Date;
|
|
25
13
|
/** The data of the resource. */
|
|
26
14
|
data: Truvity.ApiKeyFull;
|
|
27
15
|
/** The deletion date of the resource. */
|
|
28
16
|
deletedAt?: Date;
|
|
17
|
+
/** The ETag of the resource. */
|
|
18
|
+
etag: string;
|
|
19
|
+
/** The ID of the resource. */
|
|
20
|
+
id: string;
|
|
21
|
+
/** The kind of the resource. */
|
|
22
|
+
kind: Truvity.ResourceKind;
|
|
23
|
+
/** The labels of the resource. */
|
|
24
|
+
labels: Record<string, string>;
|
|
25
|
+
/** The update date of the resource. */
|
|
26
|
+
modifiedAt: Date;
|
|
27
|
+
/** The revision of the resource. */
|
|
28
|
+
revision: number;
|
|
29
29
|
}
|
|
30
30
|
//# sourceMappingURL=ResourceApiKeyFull.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResourceApiKeyFull.d.ts","sourceRoot":"","sources":["../../../src/api/types/ResourceApiKeyFull.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,kBAAkB;IAC/B,
|
|
1
|
+
{"version":3,"file":"ResourceApiKeyFull.d.ts","sourceRoot":"","sources":["../../../src/api/types/ResourceApiKeyFull.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,kBAAkB;IAC/B,uCAAuC;IACvC,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACpC,yCAAyC;IACzC,SAAS,EAAE,IAAI,CAAC;IAChB,gCAAgC;IAChC,IAAI,EAAE,OAAO,CAAC,UAAU,CAAC;IACzB,yCAAyC;IACzC,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,gCAAgC;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,8BAA8B;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,gCAAgC;IAChC,IAAI,EAAE,OAAO,CAAC,YAAY,CAAC;IAC3B,kCAAkC;IAClC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC/B,uCAAuC;IACvC,UAAU,EAAE,IAAI,CAAC;IACjB,oCAAoC;IACpC,QAAQ,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResourceApiKeyFull.js","sourceRoot":"","sources":["../../../src/api/types/ResourceApiKeyFull.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 common properties of a resource with specific data.\n */\nexport interface ResourceApiKeyFull {\n /** The
|
|
1
|
+
{"version":3,"file":"ResourceApiKeyFull.js","sourceRoot":"","sources":["../../../src/api/types/ResourceApiKeyFull.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 common properties of a resource with specific data.\n */\nexport interface ResourceApiKeyFull {\n /** The annotations of the resource. */\n annotations: Record<string, string>;\n /** The creation date of the resource. */\n createdAt: Date;\n /** The data of the resource. */\n data: Truvity.ApiKeyFull;\n /** The deletion date of the resource. */\n deletedAt?: Date;\n /** The ETag of the resource. */\n etag: string;\n /** The ID of the resource. */\n id: string;\n /** The kind of the resource. */\n kind: Truvity.ResourceKind;\n /** The labels of the resource. */\n labels: Record<string, string>;\n /** The update date of the resource. */\n modifiedAt: Date;\n /** The revision of the resource. */\n revision: number;\n}\n"]}
|
|
@@ -6,25 +6,25 @@ import * as Truvity from '../index';
|
|
|
6
6
|
* The common properties of a resource with specific data.
|
|
7
7
|
*/
|
|
8
8
|
export interface ResourceCredential {
|
|
9
|
-
/** The kind of the resource. */
|
|
10
|
-
kind: Truvity.ResourceKind;
|
|
11
|
-
/** The ID of the resource. */
|
|
12
|
-
id: string;
|
|
13
|
-
/** The ETag of the resource. */
|
|
14
|
-
etag: string;
|
|
15
|
-
/** The revision of the resource. */
|
|
16
|
-
revision: number;
|
|
17
|
-
/** The creation date of the resource. */
|
|
18
|
-
createdAt: Date;
|
|
19
|
-
/** The update date of the resource. */
|
|
20
|
-
modifiedAt: Date;
|
|
21
9
|
/** The annotations of the resource. */
|
|
22
10
|
annotations: Record<string, string>;
|
|
23
|
-
/** The
|
|
24
|
-
|
|
11
|
+
/** The creation date of the resource. */
|
|
12
|
+
createdAt: Date;
|
|
25
13
|
/** The data of the resource. */
|
|
26
14
|
data: Truvity.Credential;
|
|
27
15
|
/** The deletion date of the resource. */
|
|
28
16
|
deletedAt?: Date;
|
|
17
|
+
/** The ETag of the resource. */
|
|
18
|
+
etag: string;
|
|
19
|
+
/** The ID of the resource. */
|
|
20
|
+
id: string;
|
|
21
|
+
/** The kind of the resource. */
|
|
22
|
+
kind: Truvity.ResourceKind;
|
|
23
|
+
/** The labels of the resource. */
|
|
24
|
+
labels: Record<string, string>;
|
|
25
|
+
/** The update date of the resource. */
|
|
26
|
+
modifiedAt: Date;
|
|
27
|
+
/** The revision of the resource. */
|
|
28
|
+
revision: number;
|
|
29
29
|
}
|
|
30
30
|
//# sourceMappingURL=ResourceCredential.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResourceCredential.d.ts","sourceRoot":"","sources":["../../../src/api/types/ResourceCredential.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,kBAAkB;IAC/B,
|
|
1
|
+
{"version":3,"file":"ResourceCredential.d.ts","sourceRoot":"","sources":["../../../src/api/types/ResourceCredential.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,kBAAkB;IAC/B,uCAAuC;IACvC,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACpC,yCAAyC;IACzC,SAAS,EAAE,IAAI,CAAC;IAChB,gCAAgC;IAChC,IAAI,EAAE,OAAO,CAAC,UAAU,CAAC;IACzB,yCAAyC;IACzC,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,gCAAgC;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,8BAA8B;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,gCAAgC;IAChC,IAAI,EAAE,OAAO,CAAC,YAAY,CAAC;IAC3B,kCAAkC;IAClC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC/B,uCAAuC;IACvC,UAAU,EAAE,IAAI,CAAC;IACjB,oCAAoC;IACpC,QAAQ,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResourceCredential.js","sourceRoot":"","sources":["../../../src/api/types/ResourceCredential.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 common properties of a resource with specific data.\n */\nexport interface ResourceCredential {\n /** The
|
|
1
|
+
{"version":3,"file":"ResourceCredential.js","sourceRoot":"","sources":["../../../src/api/types/ResourceCredential.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 common properties of a resource with specific data.\n */\nexport interface ResourceCredential {\n /** The annotations of the resource. */\n annotations: Record<string, string>;\n /** The creation date of the resource. */\n createdAt: Date;\n /** The data of the resource. */\n data: Truvity.Credential;\n /** The deletion date of the resource. */\n deletedAt?: Date;\n /** The ETag of the resource. */\n etag: string;\n /** The ID of the resource. */\n id: string;\n /** The kind of the resource. */\n kind: Truvity.ResourceKind;\n /** The labels of the resource. */\n labels: Record<string, string>;\n /** The update date of the resource. */\n modifiedAt: Date;\n /** The revision of the resource. */\n revision: number;\n}\n"]}
|
|
@@ -6,25 +6,25 @@ import * as Truvity from '../index';
|
|
|
6
6
|
* The common properties of a resource with specific data.
|
|
7
7
|
*/
|
|
8
8
|
export interface ResourceDidCommMessage {
|
|
9
|
-
/** The kind of the resource. */
|
|
10
|
-
kind: Truvity.ResourceKind;
|
|
11
|
-
/** The ID of the resource. */
|
|
12
|
-
id: string;
|
|
13
|
-
/** The ETag of the resource. */
|
|
14
|
-
etag: string;
|
|
15
|
-
/** The revision of the resource. */
|
|
16
|
-
revision: number;
|
|
17
|
-
/** The creation date of the resource. */
|
|
18
|
-
createdAt: Date;
|
|
19
|
-
/** The update date of the resource. */
|
|
20
|
-
modifiedAt: Date;
|
|
21
9
|
/** The annotations of the resource. */
|
|
22
10
|
annotations: Record<string, string>;
|
|
23
|
-
/** The
|
|
24
|
-
|
|
11
|
+
/** The creation date of the resource. */
|
|
12
|
+
createdAt: Date;
|
|
25
13
|
/** The data of the resource. */
|
|
26
14
|
data: Truvity.DidCommMessage;
|
|
27
15
|
/** The deletion date of the resource. */
|
|
28
16
|
deletedAt?: Date;
|
|
17
|
+
/** The ETag of the resource. */
|
|
18
|
+
etag: string;
|
|
19
|
+
/** The ID of the resource. */
|
|
20
|
+
id: string;
|
|
21
|
+
/** The kind of the resource. */
|
|
22
|
+
kind: Truvity.ResourceKind;
|
|
23
|
+
/** The labels of the resource. */
|
|
24
|
+
labels: Record<string, string>;
|
|
25
|
+
/** The update date of the resource. */
|
|
26
|
+
modifiedAt: Date;
|
|
27
|
+
/** The revision of the resource. */
|
|
28
|
+
revision: number;
|
|
29
29
|
}
|
|
30
30
|
//# sourceMappingURL=ResourceDidCommMessage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResourceDidCommMessage.d.ts","sourceRoot":"","sources":["../../../src/api/types/ResourceDidCommMessage.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACnC,
|
|
1
|
+
{"version":3,"file":"ResourceDidCommMessage.d.ts","sourceRoot":"","sources":["../../../src/api/types/ResourceDidCommMessage.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACnC,uCAAuC;IACvC,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACpC,yCAAyC;IACzC,SAAS,EAAE,IAAI,CAAC;IAChB,gCAAgC;IAChC,IAAI,EAAE,OAAO,CAAC,cAAc,CAAC;IAC7B,yCAAyC;IACzC,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,gCAAgC;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,8BAA8B;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,gCAAgC;IAChC,IAAI,EAAE,OAAO,CAAC,YAAY,CAAC;IAC3B,kCAAkC;IAClC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC/B,uCAAuC;IACvC,UAAU,EAAE,IAAI,CAAC;IACjB,oCAAoC;IACpC,QAAQ,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResourceDidCommMessage.js","sourceRoot":"","sources":["../../../src/api/types/ResourceDidCommMessage.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 common properties of a resource with specific data.\n */\nexport interface ResourceDidCommMessage {\n /** The
|
|
1
|
+
{"version":3,"file":"ResourceDidCommMessage.js","sourceRoot":"","sources":["../../../src/api/types/ResourceDidCommMessage.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 common properties of a resource with specific data.\n */\nexport interface ResourceDidCommMessage {\n /** The annotations of the resource. */\n annotations: Record<string, string>;\n /** The creation date of the resource. */\n createdAt: Date;\n /** The data of the resource. */\n data: Truvity.DidCommMessage;\n /** The deletion date of the resource. */\n deletedAt?: Date;\n /** The ETag of the resource. */\n etag: string;\n /** The ID of the resource. */\n id: string;\n /** The kind of the resource. */\n kind: Truvity.ResourceKind;\n /** The labels of the resource. */\n labels: Record<string, string>;\n /** The update date of the resource. */\n modifiedAt: Date;\n /** The revision of the resource. */\n revision: number;\n}\n"]}
|
|
@@ -6,25 +6,25 @@ import * as Truvity from '../index';
|
|
|
6
6
|
* The common properties of a resource with specific data.
|
|
7
7
|
*/
|
|
8
8
|
export interface ResourceDraft {
|
|
9
|
-
/** The kind of the resource. */
|
|
10
|
-
kind: Truvity.ResourceKind;
|
|
11
|
-
/** The ID of the resource. */
|
|
12
|
-
id: string;
|
|
13
|
-
/** The ETag of the resource. */
|
|
14
|
-
etag: string;
|
|
15
|
-
/** The revision of the resource. */
|
|
16
|
-
revision: number;
|
|
17
|
-
/** The creation date of the resource. */
|
|
18
|
-
createdAt: Date;
|
|
19
|
-
/** The update date of the resource. */
|
|
20
|
-
modifiedAt: Date;
|
|
21
9
|
/** The annotations of the resource. */
|
|
22
10
|
annotations: Record<string, string>;
|
|
23
|
-
/** The
|
|
24
|
-
|
|
11
|
+
/** The creation date of the resource. */
|
|
12
|
+
createdAt: Date;
|
|
25
13
|
/** The data of the resource. */
|
|
26
14
|
data: Truvity.Draft;
|
|
27
15
|
/** The deletion date of the resource. */
|
|
28
16
|
deletedAt?: Date;
|
|
17
|
+
/** The ETag of the resource. */
|
|
18
|
+
etag: string;
|
|
19
|
+
/** The ID of the resource. */
|
|
20
|
+
id: string;
|
|
21
|
+
/** The kind of the resource. */
|
|
22
|
+
kind: Truvity.ResourceKind;
|
|
23
|
+
/** The labels of the resource. */
|
|
24
|
+
labels: Record<string, string>;
|
|
25
|
+
/** The update date of the resource. */
|
|
26
|
+
modifiedAt: Date;
|
|
27
|
+
/** The revision of the resource. */
|
|
28
|
+
revision: number;
|
|
29
29
|
}
|
|
30
30
|
//# sourceMappingURL=ResourceDraft.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResourceDraft.d.ts","sourceRoot":"","sources":["../../../src/api/types/ResourceDraft.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,aAAa;IAC1B,
|
|
1
|
+
{"version":3,"file":"ResourceDraft.d.ts","sourceRoot":"","sources":["../../../src/api/types/ResourceDraft.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,aAAa;IAC1B,uCAAuC;IACvC,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACpC,yCAAyC;IACzC,SAAS,EAAE,IAAI,CAAC;IAChB,gCAAgC;IAChC,IAAI,EAAE,OAAO,CAAC,KAAK,CAAC;IACpB,yCAAyC;IACzC,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,gCAAgC;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,8BAA8B;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,gCAAgC;IAChC,IAAI,EAAE,OAAO,CAAC,YAAY,CAAC;IAC3B,kCAAkC;IAClC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC/B,uCAAuC;IACvC,UAAU,EAAE,IAAI,CAAC;IACjB,oCAAoC;IACpC,QAAQ,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResourceDraft.js","sourceRoot":"","sources":["../../../src/api/types/ResourceDraft.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 common properties of a resource with specific data.\n */\nexport interface ResourceDraft {\n /** The
|
|
1
|
+
{"version":3,"file":"ResourceDraft.js","sourceRoot":"","sources":["../../../src/api/types/ResourceDraft.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 common properties of a resource with specific data.\n */\nexport interface ResourceDraft {\n /** The annotations of the resource. */\n annotations: Record<string, string>;\n /** The creation date of the resource. */\n createdAt: Date;\n /** The data of the resource. */\n data: Truvity.Draft;\n /** The deletion date of the resource. */\n deletedAt?: Date;\n /** The ETag of the resource. */\n etag: string;\n /** The ID of the resource. */\n id: string;\n /** The kind of the resource. */\n kind: Truvity.ResourceKind;\n /** The labels of the resource. */\n labels: Record<string, string>;\n /** The update date of the resource. */\n modifiedAt: Date;\n /** The revision of the resource. */\n revision: number;\n}\n"]}
|
|
@@ -6,25 +6,25 @@ import * as Truvity from '../index';
|
|
|
6
6
|
* The common properties of a resource with specific data.
|
|
7
7
|
*/
|
|
8
8
|
export interface ResourceFile {
|
|
9
|
-
/** The kind of the resource. */
|
|
10
|
-
kind: Truvity.ResourceKind;
|
|
11
|
-
/** The ID of the resource. */
|
|
12
|
-
id: string;
|
|
13
|
-
/** The ETag of the resource. */
|
|
14
|
-
etag: string;
|
|
15
|
-
/** The revision of the resource. */
|
|
16
|
-
revision: number;
|
|
17
|
-
/** The creation date of the resource. */
|
|
18
|
-
createdAt: Date;
|
|
19
|
-
/** The update date of the resource. */
|
|
20
|
-
modifiedAt: Date;
|
|
21
9
|
/** The annotations of the resource. */
|
|
22
10
|
annotations: Record<string, string>;
|
|
23
|
-
/** The
|
|
24
|
-
|
|
11
|
+
/** The creation date of the resource. */
|
|
12
|
+
createdAt: Date;
|
|
25
13
|
/** The data of the resource. */
|
|
26
14
|
data: Truvity.File_;
|
|
27
15
|
/** The deletion date of the resource. */
|
|
28
16
|
deletedAt?: Date;
|
|
17
|
+
/** The ETag of the resource. */
|
|
18
|
+
etag: string;
|
|
19
|
+
/** The ID of the resource. */
|
|
20
|
+
id: string;
|
|
21
|
+
/** The kind of the resource. */
|
|
22
|
+
kind: Truvity.ResourceKind;
|
|
23
|
+
/** The labels of the resource. */
|
|
24
|
+
labels: Record<string, string>;
|
|
25
|
+
/** The update date of the resource. */
|
|
26
|
+
modifiedAt: Date;
|
|
27
|
+
/** The revision of the resource. */
|
|
28
|
+
revision: number;
|
|
29
29
|
}
|
|
30
30
|
//# sourceMappingURL=ResourceFile.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResourceFile.d.ts","sourceRoot":"","sources":["../../../src/api/types/ResourceFile.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,YAAY;IACzB,
|
|
1
|
+
{"version":3,"file":"ResourceFile.d.ts","sourceRoot":"","sources":["../../../src/api/types/ResourceFile.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,YAAY;IACzB,uCAAuC;IACvC,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACpC,yCAAyC;IACzC,SAAS,EAAE,IAAI,CAAC;IAChB,gCAAgC;IAChC,IAAI,EAAE,OAAO,CAAC,KAAK,CAAC;IACpB,yCAAyC;IACzC,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,gCAAgC;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,8BAA8B;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,gCAAgC;IAChC,IAAI,EAAE,OAAO,CAAC,YAAY,CAAC;IAC3B,kCAAkC;IAClC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC/B,uCAAuC;IACvC,UAAU,EAAE,IAAI,CAAC;IACjB,oCAAoC;IACpC,QAAQ,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResourceFile.js","sourceRoot":"","sources":["../../../src/api/types/ResourceFile.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 common properties of a resource with specific data.\n */\nexport interface ResourceFile {\n /** The
|
|
1
|
+
{"version":3,"file":"ResourceFile.js","sourceRoot":"","sources":["../../../src/api/types/ResourceFile.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 common properties of a resource with specific data.\n */\nexport interface ResourceFile {\n /** The annotations of the resource. */\n annotations: Record<string, string>;\n /** The creation date of the resource. */\n createdAt: Date;\n /** The data of the resource. */\n data: Truvity.File_;\n /** The deletion date of the resource. */\n deletedAt?: Date;\n /** The ETag of the resource. */\n etag: string;\n /** The ID of the resource. */\n id: string;\n /** The kind of the resource. */\n kind: Truvity.ResourceKind;\n /** The labels of the resource. */\n labels: Record<string, string>;\n /** The update date of the resource. */\n modifiedAt: Date;\n /** The revision of the resource. */\n revision: number;\n}\n"]}
|
|
@@ -6,25 +6,25 @@ import * as Truvity from '../index';
|
|
|
6
6
|
* The common properties of a resource with specific data.
|
|
7
7
|
*/
|
|
8
8
|
export interface ResourceKeyPublic {
|
|
9
|
-
/** The kind of the resource. */
|
|
10
|
-
kind: Truvity.ResourceKind;
|
|
11
|
-
/** The ID of the resource. */
|
|
12
|
-
id: string;
|
|
13
|
-
/** The ETag of the resource. */
|
|
14
|
-
etag: string;
|
|
15
|
-
/** The revision of the resource. */
|
|
16
|
-
revision: number;
|
|
17
|
-
/** The creation date of the resource. */
|
|
18
|
-
createdAt: Date;
|
|
19
|
-
/** The update date of the resource. */
|
|
20
|
-
modifiedAt: Date;
|
|
21
9
|
/** The annotations of the resource. */
|
|
22
10
|
annotations: Record<string, string>;
|
|
23
|
-
/** The
|
|
24
|
-
|
|
11
|
+
/** The creation date of the resource. */
|
|
12
|
+
createdAt: Date;
|
|
25
13
|
/** The data of the resource. */
|
|
26
14
|
data: Truvity.KeyPublic;
|
|
27
15
|
/** The deletion date of the resource. */
|
|
28
16
|
deletedAt?: Date;
|
|
17
|
+
/** The ETag of the resource. */
|
|
18
|
+
etag: string;
|
|
19
|
+
/** The ID of the resource. */
|
|
20
|
+
id: string;
|
|
21
|
+
/** The kind of the resource. */
|
|
22
|
+
kind: Truvity.ResourceKind;
|
|
23
|
+
/** The labels of the resource. */
|
|
24
|
+
labels: Record<string, string>;
|
|
25
|
+
/** The update date of the resource. */
|
|
26
|
+
modifiedAt: Date;
|
|
27
|
+
/** The revision of the resource. */
|
|
28
|
+
revision: number;
|
|
29
29
|
}
|
|
30
30
|
//# sourceMappingURL=ResourceKeyPublic.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResourceKeyPublic.d.ts","sourceRoot":"","sources":["../../../src/api/types/ResourceKeyPublic.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAC9B,
|
|
1
|
+
{"version":3,"file":"ResourceKeyPublic.d.ts","sourceRoot":"","sources":["../../../src/api/types/ResourceKeyPublic.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAC9B,uCAAuC;IACvC,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACpC,yCAAyC;IACzC,SAAS,EAAE,IAAI,CAAC;IAChB,gCAAgC;IAChC,IAAI,EAAE,OAAO,CAAC,SAAS,CAAC;IACxB,yCAAyC;IACzC,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,gCAAgC;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,8BAA8B;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,gCAAgC;IAChC,IAAI,EAAE,OAAO,CAAC,YAAY,CAAC;IAC3B,kCAAkC;IAClC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC/B,uCAAuC;IACvC,UAAU,EAAE,IAAI,CAAC;IACjB,oCAAoC;IACpC,QAAQ,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResourceKeyPublic.js","sourceRoot":"","sources":["../../../src/api/types/ResourceKeyPublic.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 common properties of a resource with specific data.\n */\nexport interface ResourceKeyPublic {\n /** The
|
|
1
|
+
{"version":3,"file":"ResourceKeyPublic.js","sourceRoot":"","sources":["../../../src/api/types/ResourceKeyPublic.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 common properties of a resource with specific data.\n */\nexport interface ResourceKeyPublic {\n /** The annotations of the resource. */\n annotations: Record<string, string>;\n /** The creation date of the resource. */\n createdAt: Date;\n /** The data of the resource. */\n data: Truvity.KeyPublic;\n /** The deletion date of the resource. */\n deletedAt?: Date;\n /** The ETag of the resource. */\n etag: string;\n /** The ID of the resource. */\n id: string;\n /** The kind of the resource. */\n kind: Truvity.ResourceKind;\n /** The labels of the resource. */\n labels: Record<string, string>;\n /** The update date of the resource. */\n modifiedAt: Date;\n /** The revision of the resource. */\n revision: number;\n}\n"]}
|
|
@@ -6,25 +6,25 @@ import * as Truvity from '../index';
|
|
|
6
6
|
* The common properties of a resource with specific data.
|
|
7
7
|
*/
|
|
8
8
|
export interface ResourcePresentation {
|
|
9
|
-
/** The kind of the resource. */
|
|
10
|
-
kind: Truvity.ResourceKind;
|
|
11
|
-
/** The ID of the resource. */
|
|
12
|
-
id: string;
|
|
13
|
-
/** The ETag of the resource. */
|
|
14
|
-
etag: string;
|
|
15
|
-
/** The revision of the resource. */
|
|
16
|
-
revision: number;
|
|
17
|
-
/** The creation date of the resource. */
|
|
18
|
-
createdAt: Date;
|
|
19
|
-
/** The update date of the resource. */
|
|
20
|
-
modifiedAt: Date;
|
|
21
9
|
/** The annotations of the resource. */
|
|
22
10
|
annotations: Record<string, string>;
|
|
23
|
-
/** The
|
|
24
|
-
|
|
11
|
+
/** The creation date of the resource. */
|
|
12
|
+
createdAt: Date;
|
|
25
13
|
/** The data of the resource. */
|
|
26
14
|
data: Truvity.Presentation;
|
|
27
15
|
/** The deletion date of the resource. */
|
|
28
16
|
deletedAt?: Date;
|
|
17
|
+
/** The ETag of the resource. */
|
|
18
|
+
etag: string;
|
|
19
|
+
/** The ID of the resource. */
|
|
20
|
+
id: string;
|
|
21
|
+
/** The kind of the resource. */
|
|
22
|
+
kind: Truvity.ResourceKind;
|
|
23
|
+
/** The labels of the resource. */
|
|
24
|
+
labels: Record<string, string>;
|
|
25
|
+
/** The update date of the resource. */
|
|
26
|
+
modifiedAt: Date;
|
|
27
|
+
/** The revision of the resource. */
|
|
28
|
+
revision: number;
|
|
29
29
|
}
|
|
30
30
|
//# sourceMappingURL=ResourcePresentation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResourcePresentation.d.ts","sourceRoot":"","sources":["../../../src/api/types/ResourcePresentation.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACjC,
|
|
1
|
+
{"version":3,"file":"ResourcePresentation.d.ts","sourceRoot":"","sources":["../../../src/api/types/ResourcePresentation.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACjC,uCAAuC;IACvC,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACpC,yCAAyC;IACzC,SAAS,EAAE,IAAI,CAAC;IAChB,gCAAgC;IAChC,IAAI,EAAE,OAAO,CAAC,YAAY,CAAC;IAC3B,yCAAyC;IACzC,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,gCAAgC;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,8BAA8B;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,gCAAgC;IAChC,IAAI,EAAE,OAAO,CAAC,YAAY,CAAC;IAC3B,kCAAkC;IAClC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC/B,uCAAuC;IACvC,UAAU,EAAE,IAAI,CAAC;IACjB,oCAAoC;IACpC,QAAQ,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResourcePresentation.js","sourceRoot":"","sources":["../../../src/api/types/ResourcePresentation.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 common properties of a resource with specific data.\n */\nexport interface ResourcePresentation {\n /** The
|
|
1
|
+
{"version":3,"file":"ResourcePresentation.js","sourceRoot":"","sources":["../../../src/api/types/ResourcePresentation.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 common properties of a resource with specific data.\n */\nexport interface ResourcePresentation {\n /** The annotations of the resource. */\n annotations: Record<string, string>;\n /** The creation date of the resource. */\n createdAt: Date;\n /** The data of the resource. */\n data: Truvity.Presentation;\n /** The deletion date of the resource. */\n deletedAt?: Date;\n /** The ETag of the resource. */\n etag: string;\n /** The ID of the resource. */\n id: string;\n /** The kind of the resource. */\n kind: Truvity.ResourceKind;\n /** The labels of the resource. */\n labels: Record<string, string>;\n /** The update date of the resource. */\n modifiedAt: Date;\n /** The revision of the resource. */\n revision: number;\n}\n"]}
|