@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
|
@@ -89,14 +89,17 @@ class ApiKeys {
|
|
|
89
89
|
* @example
|
|
90
90
|
* await client.apiKeys.apiKeyCreate()
|
|
91
91
|
*/
|
|
92
|
-
apiKeyCreate() {
|
|
92
|
+
apiKeyCreate(request = {}, requestOptions) {
|
|
93
|
+
return core.HttpResponsePromise.fromPromise(this.__apiKeyCreate(request, requestOptions));
|
|
94
|
+
}
|
|
95
|
+
__apiKeyCreate() {
|
|
93
96
|
return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
|
|
94
97
|
var _a, _b, _c;
|
|
95
98
|
const { idempotencyKey } = request, _body = __rest(request, ["idempotencyKey"]);
|
|
96
99
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
97
100
|
url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.TruvityEnvironment.Default, 'api-keys'),
|
|
98
101
|
method: 'POST',
|
|
99
|
-
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.
|
|
102
|
+
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.35.1', 'User-Agent': '@truvity/sdk/0.35.1', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'Idempotency-Key': idempotencyKey != null ? idempotencyKey : undefined }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
100
103
|
contentType: 'application/json',
|
|
101
104
|
requestType: 'json',
|
|
102
105
|
body: serializers.ApiKeyInput.jsonOrThrow(_body, { unrecognizedObjectKeys: 'strip', omitUndefined: true }),
|
|
@@ -105,12 +108,15 @@ class ApiKeys {
|
|
|
105
108
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
106
109
|
});
|
|
107
110
|
if (_response.ok) {
|
|
108
|
-
return
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
111
|
+
return {
|
|
112
|
+
data: serializers.ResourceApiKeyFull.parseOrThrow(_response.body, {
|
|
113
|
+
unrecognizedObjectKeys: 'passthrough',
|
|
114
|
+
allowUnrecognizedUnionMembers: true,
|
|
115
|
+
allowUnrecognizedEnumValues: true,
|
|
116
|
+
breadcrumbsPrefix: ['response'],
|
|
117
|
+
}),
|
|
118
|
+
rawResponse: _response.rawResponse,
|
|
119
|
+
};
|
|
114
120
|
}
|
|
115
121
|
if (_response.error.reason === 'status-code') {
|
|
116
122
|
switch (_response.error.statusCode) {
|
|
@@ -120,46 +126,47 @@ class ApiKeys {
|
|
|
120
126
|
allowUnrecognizedUnionMembers: true,
|
|
121
127
|
allowUnrecognizedEnumValues: true,
|
|
122
128
|
breadcrumbsPrefix: ['response'],
|
|
123
|
-
}));
|
|
129
|
+
}), _response.rawResponse);
|
|
124
130
|
case 401:
|
|
125
131
|
throw new Truvity.UnauthorizedError(serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {
|
|
126
132
|
unrecognizedObjectKeys: 'passthrough',
|
|
127
133
|
allowUnrecognizedUnionMembers: true,
|
|
128
134
|
allowUnrecognizedEnumValues: true,
|
|
129
135
|
breadcrumbsPrefix: ['response'],
|
|
130
|
-
}));
|
|
136
|
+
}), _response.rawResponse);
|
|
131
137
|
case 403:
|
|
132
138
|
throw new Truvity.ForbiddenError(serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {
|
|
133
139
|
unrecognizedObjectKeys: 'passthrough',
|
|
134
140
|
allowUnrecognizedUnionMembers: true,
|
|
135
141
|
allowUnrecognizedEnumValues: true,
|
|
136
142
|
breadcrumbsPrefix: ['response'],
|
|
137
|
-
}));
|
|
143
|
+
}), _response.rawResponse);
|
|
138
144
|
case 415:
|
|
139
145
|
throw new Truvity.UnsupportedMediaTypeError(serializers.UnsupportedMediaTypeProblems.parseOrThrow(_response.error.body, {
|
|
140
146
|
unrecognizedObjectKeys: 'passthrough',
|
|
141
147
|
allowUnrecognizedUnionMembers: true,
|
|
142
148
|
allowUnrecognizedEnumValues: true,
|
|
143
149
|
breadcrumbsPrefix: ['response'],
|
|
144
|
-
}));
|
|
150
|
+
}), _response.rawResponse);
|
|
145
151
|
case 429:
|
|
146
152
|
throw new Truvity.TooManyRequestsError(serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {
|
|
147
153
|
unrecognizedObjectKeys: 'passthrough',
|
|
148
154
|
allowUnrecognizedUnionMembers: true,
|
|
149
155
|
allowUnrecognizedEnumValues: true,
|
|
150
156
|
breadcrumbsPrefix: ['response'],
|
|
151
|
-
}));
|
|
157
|
+
}), _response.rawResponse);
|
|
152
158
|
case 500:
|
|
153
159
|
throw new Truvity.InternalServerError(serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {
|
|
154
160
|
unrecognizedObjectKeys: 'passthrough',
|
|
155
161
|
allowUnrecognizedUnionMembers: true,
|
|
156
162
|
allowUnrecognizedEnumValues: true,
|
|
157
163
|
breadcrumbsPrefix: ['response'],
|
|
158
|
-
}));
|
|
164
|
+
}), _response.rawResponse);
|
|
159
165
|
default:
|
|
160
166
|
throw new errors.TruvityError({
|
|
161
167
|
statusCode: _response.error.statusCode,
|
|
162
168
|
body: _response.error.body,
|
|
169
|
+
rawResponse: _response.rawResponse,
|
|
163
170
|
});
|
|
164
171
|
}
|
|
165
172
|
}
|
|
@@ -168,12 +175,14 @@ class ApiKeys {
|
|
|
168
175
|
throw new errors.TruvityError({
|
|
169
176
|
statusCode: _response.error.statusCode,
|
|
170
177
|
body: _response.error.rawBody,
|
|
178
|
+
rawResponse: _response.rawResponse,
|
|
171
179
|
});
|
|
172
180
|
case 'timeout':
|
|
173
181
|
throw new errors.TruvityTimeoutError('Timeout exceeded when calling POST /api-keys.');
|
|
174
182
|
case 'unknown':
|
|
175
183
|
throw new errors.TruvityError({
|
|
176
184
|
message: _response.error.errorMessage,
|
|
185
|
+
rawResponse: _response.rawResponse,
|
|
177
186
|
});
|
|
178
187
|
}
|
|
179
188
|
});
|
|
@@ -194,13 +203,16 @@ class ApiKeys {
|
|
|
194
203
|
* @example
|
|
195
204
|
* await client.apiKeys.apiKeySearch()
|
|
196
205
|
*/
|
|
197
|
-
apiKeySearch() {
|
|
206
|
+
apiKeySearch(request = {}, requestOptions) {
|
|
207
|
+
return core.HttpResponsePromise.fromPromise(this.__apiKeySearch(request, requestOptions));
|
|
208
|
+
}
|
|
209
|
+
__apiKeySearch() {
|
|
198
210
|
return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
|
|
199
211
|
var _a, _b, _c;
|
|
200
212
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
201
213
|
url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.TruvityEnvironment.Default, 'api-keys/search'),
|
|
202
214
|
method: 'POST',
|
|
203
|
-
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.
|
|
215
|
+
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.35.1', 'User-Agent': '@truvity/sdk/0.35.1', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
204
216
|
contentType: 'application/json',
|
|
205
217
|
requestType: 'json',
|
|
206
218
|
body: serializers.ApiKeySearchRequest.jsonOrThrow(request, {
|
|
@@ -212,12 +224,15 @@ class ApiKeys {
|
|
|
212
224
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
213
225
|
});
|
|
214
226
|
if (_response.ok) {
|
|
215
|
-
return
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
227
|
+
return {
|
|
228
|
+
data: serializers.ListApiKey.parseOrThrow(_response.body, {
|
|
229
|
+
unrecognizedObjectKeys: 'passthrough',
|
|
230
|
+
allowUnrecognizedUnionMembers: true,
|
|
231
|
+
allowUnrecognizedEnumValues: true,
|
|
232
|
+
breadcrumbsPrefix: ['response'],
|
|
233
|
+
}),
|
|
234
|
+
rawResponse: _response.rawResponse,
|
|
235
|
+
};
|
|
221
236
|
}
|
|
222
237
|
if (_response.error.reason === 'status-code') {
|
|
223
238
|
switch (_response.error.statusCode) {
|
|
@@ -227,46 +242,47 @@ class ApiKeys {
|
|
|
227
242
|
allowUnrecognizedUnionMembers: true,
|
|
228
243
|
allowUnrecognizedEnumValues: true,
|
|
229
244
|
breadcrumbsPrefix: ['response'],
|
|
230
|
-
}));
|
|
245
|
+
}), _response.rawResponse);
|
|
231
246
|
case 401:
|
|
232
247
|
throw new Truvity.UnauthorizedError(serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {
|
|
233
248
|
unrecognizedObjectKeys: 'passthrough',
|
|
234
249
|
allowUnrecognizedUnionMembers: true,
|
|
235
250
|
allowUnrecognizedEnumValues: true,
|
|
236
251
|
breadcrumbsPrefix: ['response'],
|
|
237
|
-
}));
|
|
252
|
+
}), _response.rawResponse);
|
|
238
253
|
case 403:
|
|
239
254
|
throw new Truvity.ForbiddenError(serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {
|
|
240
255
|
unrecognizedObjectKeys: 'passthrough',
|
|
241
256
|
allowUnrecognizedUnionMembers: true,
|
|
242
257
|
allowUnrecognizedEnumValues: true,
|
|
243
258
|
breadcrumbsPrefix: ['response'],
|
|
244
|
-
}));
|
|
259
|
+
}), _response.rawResponse);
|
|
245
260
|
case 415:
|
|
246
261
|
throw new Truvity.UnsupportedMediaTypeError(serializers.UnsupportedMediaTypeProblems.parseOrThrow(_response.error.body, {
|
|
247
262
|
unrecognizedObjectKeys: 'passthrough',
|
|
248
263
|
allowUnrecognizedUnionMembers: true,
|
|
249
264
|
allowUnrecognizedEnumValues: true,
|
|
250
265
|
breadcrumbsPrefix: ['response'],
|
|
251
|
-
}));
|
|
266
|
+
}), _response.rawResponse);
|
|
252
267
|
case 429:
|
|
253
268
|
throw new Truvity.TooManyRequestsError(serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {
|
|
254
269
|
unrecognizedObjectKeys: 'passthrough',
|
|
255
270
|
allowUnrecognizedUnionMembers: true,
|
|
256
271
|
allowUnrecognizedEnumValues: true,
|
|
257
272
|
breadcrumbsPrefix: ['response'],
|
|
258
|
-
}));
|
|
273
|
+
}), _response.rawResponse);
|
|
259
274
|
case 500:
|
|
260
275
|
throw new Truvity.InternalServerError(serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {
|
|
261
276
|
unrecognizedObjectKeys: 'passthrough',
|
|
262
277
|
allowUnrecognizedUnionMembers: true,
|
|
263
278
|
allowUnrecognizedEnumValues: true,
|
|
264
279
|
breadcrumbsPrefix: ['response'],
|
|
265
|
-
}));
|
|
280
|
+
}), _response.rawResponse);
|
|
266
281
|
default:
|
|
267
282
|
throw new errors.TruvityError({
|
|
268
283
|
statusCode: _response.error.statusCode,
|
|
269
284
|
body: _response.error.body,
|
|
285
|
+
rawResponse: _response.rawResponse,
|
|
270
286
|
});
|
|
271
287
|
}
|
|
272
288
|
}
|
|
@@ -275,12 +291,14 @@ class ApiKeys {
|
|
|
275
291
|
throw new errors.TruvityError({
|
|
276
292
|
statusCode: _response.error.statusCode,
|
|
277
293
|
body: _response.error.rawBody,
|
|
294
|
+
rawResponse: _response.rawResponse,
|
|
278
295
|
});
|
|
279
296
|
case 'timeout':
|
|
280
297
|
throw new errors.TruvityTimeoutError('Timeout exceeded when calling POST /api-keys/search.');
|
|
281
298
|
case 'unknown':
|
|
282
299
|
throw new errors.TruvityError({
|
|
283
300
|
message: _response.error.errorMessage,
|
|
301
|
+
rawResponse: _response.rawResponse,
|
|
284
302
|
});
|
|
285
303
|
}
|
|
286
304
|
});
|
|
@@ -302,14 +320,17 @@ class ApiKeys {
|
|
|
302
320
|
* @example
|
|
303
321
|
* await client.apiKeys.apiKeyLatest("id")
|
|
304
322
|
*/
|
|
305
|
-
apiKeyLatest(
|
|
323
|
+
apiKeyLatest(id, request = {}, requestOptions) {
|
|
324
|
+
return core.HttpResponsePromise.fromPromise(this.__apiKeyLatest(id, request, requestOptions));
|
|
325
|
+
}
|
|
326
|
+
__apiKeyLatest(id_1) {
|
|
306
327
|
return __awaiter(this, arguments, void 0, function* (id, request = {}, requestOptions) {
|
|
307
328
|
var _a, _b, _c;
|
|
308
329
|
const { ifNoneMatch } = request;
|
|
309
330
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
310
331
|
url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.TruvityEnvironment.Default, `api-keys/${encodeURIComponent(id)}`),
|
|
311
332
|
method: 'GET',
|
|
312
|
-
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.
|
|
333
|
+
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.35.1', 'User-Agent': '@truvity/sdk/0.35.1', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'If-None-Match': ifNoneMatch != null ? ifNoneMatch : undefined }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
313
334
|
contentType: 'application/json',
|
|
314
335
|
requestType: 'json',
|
|
315
336
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -317,12 +338,15 @@ class ApiKeys {
|
|
|
317
338
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
318
339
|
});
|
|
319
340
|
if (_response.ok) {
|
|
320
|
-
return
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
341
|
+
return {
|
|
342
|
+
data: serializers.ResourceApiKey.parseOrThrow(_response.body, {
|
|
343
|
+
unrecognizedObjectKeys: 'passthrough',
|
|
344
|
+
allowUnrecognizedUnionMembers: true,
|
|
345
|
+
allowUnrecognizedEnumValues: true,
|
|
346
|
+
breadcrumbsPrefix: ['response'],
|
|
347
|
+
}),
|
|
348
|
+
rawResponse: _response.rawResponse,
|
|
349
|
+
};
|
|
326
350
|
}
|
|
327
351
|
if (_response.error.reason === 'status-code') {
|
|
328
352
|
switch (_response.error.statusCode) {
|
|
@@ -332,46 +356,47 @@ class ApiKeys {
|
|
|
332
356
|
allowUnrecognizedUnionMembers: true,
|
|
333
357
|
allowUnrecognizedEnumValues: true,
|
|
334
358
|
breadcrumbsPrefix: ['response'],
|
|
335
|
-
}));
|
|
359
|
+
}), _response.rawResponse);
|
|
336
360
|
case 401:
|
|
337
361
|
throw new Truvity.UnauthorizedError(serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {
|
|
338
362
|
unrecognizedObjectKeys: 'passthrough',
|
|
339
363
|
allowUnrecognizedUnionMembers: true,
|
|
340
364
|
allowUnrecognizedEnumValues: true,
|
|
341
365
|
breadcrumbsPrefix: ['response'],
|
|
342
|
-
}));
|
|
366
|
+
}), _response.rawResponse);
|
|
343
367
|
case 403:
|
|
344
368
|
throw new Truvity.ForbiddenError(serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {
|
|
345
369
|
unrecognizedObjectKeys: 'passthrough',
|
|
346
370
|
allowUnrecognizedUnionMembers: true,
|
|
347
371
|
allowUnrecognizedEnumValues: true,
|
|
348
372
|
breadcrumbsPrefix: ['response'],
|
|
349
|
-
}));
|
|
373
|
+
}), _response.rawResponse);
|
|
350
374
|
case 404:
|
|
351
375
|
throw new Truvity.NotFoundError(serializers.NotFoundProblems.parseOrThrow(_response.error.body, {
|
|
352
376
|
unrecognizedObjectKeys: 'passthrough',
|
|
353
377
|
allowUnrecognizedUnionMembers: true,
|
|
354
378
|
allowUnrecognizedEnumValues: true,
|
|
355
379
|
breadcrumbsPrefix: ['response'],
|
|
356
|
-
}));
|
|
380
|
+
}), _response.rawResponse);
|
|
357
381
|
case 429:
|
|
358
382
|
throw new Truvity.TooManyRequestsError(serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {
|
|
359
383
|
unrecognizedObjectKeys: 'passthrough',
|
|
360
384
|
allowUnrecognizedUnionMembers: true,
|
|
361
385
|
allowUnrecognizedEnumValues: true,
|
|
362
386
|
breadcrumbsPrefix: ['response'],
|
|
363
|
-
}));
|
|
387
|
+
}), _response.rawResponse);
|
|
364
388
|
case 500:
|
|
365
389
|
throw new Truvity.InternalServerError(serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {
|
|
366
390
|
unrecognizedObjectKeys: 'passthrough',
|
|
367
391
|
allowUnrecognizedUnionMembers: true,
|
|
368
392
|
allowUnrecognizedEnumValues: true,
|
|
369
393
|
breadcrumbsPrefix: ['response'],
|
|
370
|
-
}));
|
|
394
|
+
}), _response.rawResponse);
|
|
371
395
|
default:
|
|
372
396
|
throw new errors.TruvityError({
|
|
373
397
|
statusCode: _response.error.statusCode,
|
|
374
398
|
body: _response.error.body,
|
|
399
|
+
rawResponse: _response.rawResponse,
|
|
375
400
|
});
|
|
376
401
|
}
|
|
377
402
|
}
|
|
@@ -380,12 +405,14 @@ class ApiKeys {
|
|
|
380
405
|
throw new errors.TruvityError({
|
|
381
406
|
statusCode: _response.error.statusCode,
|
|
382
407
|
body: _response.error.rawBody,
|
|
408
|
+
rawResponse: _response.rawResponse,
|
|
383
409
|
});
|
|
384
410
|
case 'timeout':
|
|
385
411
|
throw new errors.TruvityTimeoutError('Timeout exceeded when calling GET /api-keys/{id}.');
|
|
386
412
|
case 'unknown':
|
|
387
413
|
throw new errors.TruvityError({
|
|
388
414
|
message: _response.error.errorMessage,
|
|
415
|
+
rawResponse: _response.rawResponse,
|
|
389
416
|
});
|
|
390
417
|
}
|
|
391
418
|
});
|
|
@@ -413,13 +440,16 @@ class ApiKeys {
|
|
|
413
440
|
* })
|
|
414
441
|
*/
|
|
415
442
|
apiKeyDelete(id, request, requestOptions) {
|
|
443
|
+
return core.HttpResponsePromise.fromPromise(this.__apiKeyDelete(id, request, requestOptions));
|
|
444
|
+
}
|
|
445
|
+
__apiKeyDelete(id, request, requestOptions) {
|
|
416
446
|
return __awaiter(this, void 0, void 0, function* () {
|
|
417
447
|
var _a, _b, _c;
|
|
418
448
|
const { idempotencyKey, ifMatch } = request;
|
|
419
449
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
420
450
|
url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.TruvityEnvironment.Default, `api-keys/${encodeURIComponent(id)}`),
|
|
421
451
|
method: 'DELETE',
|
|
422
|
-
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.
|
|
452
|
+
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.35.1', 'User-Agent': '@truvity/sdk/0.35.1', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'Idempotency-Key': idempotencyKey != null ? idempotencyKey : undefined, 'If-Match': ifMatch }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
423
453
|
contentType: 'application/json',
|
|
424
454
|
requestType: 'json',
|
|
425
455
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -427,7 +457,7 @@ class ApiKeys {
|
|
|
427
457
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
428
458
|
});
|
|
429
459
|
if (_response.ok) {
|
|
430
|
-
return;
|
|
460
|
+
return { data: undefined, rawResponse: _response.rawResponse };
|
|
431
461
|
}
|
|
432
462
|
if (_response.error.reason === 'status-code') {
|
|
433
463
|
switch (_response.error.statusCode) {
|
|
@@ -437,60 +467,61 @@ class ApiKeys {
|
|
|
437
467
|
allowUnrecognizedUnionMembers: true,
|
|
438
468
|
allowUnrecognizedEnumValues: true,
|
|
439
469
|
breadcrumbsPrefix: ['response'],
|
|
440
|
-
}));
|
|
470
|
+
}), _response.rawResponse);
|
|
441
471
|
case 401:
|
|
442
472
|
throw new Truvity.UnauthorizedError(serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {
|
|
443
473
|
unrecognizedObjectKeys: 'passthrough',
|
|
444
474
|
allowUnrecognizedUnionMembers: true,
|
|
445
475
|
allowUnrecognizedEnumValues: true,
|
|
446
476
|
breadcrumbsPrefix: ['response'],
|
|
447
|
-
}));
|
|
477
|
+
}), _response.rawResponse);
|
|
448
478
|
case 403:
|
|
449
479
|
throw new Truvity.ForbiddenError(serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {
|
|
450
480
|
unrecognizedObjectKeys: 'passthrough',
|
|
451
481
|
allowUnrecognizedUnionMembers: true,
|
|
452
482
|
allowUnrecognizedEnumValues: true,
|
|
453
483
|
breadcrumbsPrefix: ['response'],
|
|
454
|
-
}));
|
|
484
|
+
}), _response.rawResponse);
|
|
455
485
|
case 404:
|
|
456
486
|
throw new Truvity.NotFoundError(serializers.NotFoundProblems.parseOrThrow(_response.error.body, {
|
|
457
487
|
unrecognizedObjectKeys: 'passthrough',
|
|
458
488
|
allowUnrecognizedUnionMembers: true,
|
|
459
489
|
allowUnrecognizedEnumValues: true,
|
|
460
490
|
breadcrumbsPrefix: ['response'],
|
|
461
|
-
}));
|
|
491
|
+
}), _response.rawResponse);
|
|
462
492
|
case 405:
|
|
463
493
|
throw new Truvity.MethodNotAllowedError(serializers.MethodNotAllowedProblems.parseOrThrow(_response.error.body, {
|
|
464
494
|
unrecognizedObjectKeys: 'passthrough',
|
|
465
495
|
allowUnrecognizedUnionMembers: true,
|
|
466
496
|
allowUnrecognizedEnumValues: true,
|
|
467
497
|
breadcrumbsPrefix: ['response'],
|
|
468
|
-
}));
|
|
498
|
+
}), _response.rawResponse);
|
|
469
499
|
case 412:
|
|
470
500
|
throw new Truvity.PreconditionFailedError(serializers.PreconditionFailedProblems.parseOrThrow(_response.error.body, {
|
|
471
501
|
unrecognizedObjectKeys: 'passthrough',
|
|
472
502
|
allowUnrecognizedUnionMembers: true,
|
|
473
503
|
allowUnrecognizedEnumValues: true,
|
|
474
504
|
breadcrumbsPrefix: ['response'],
|
|
475
|
-
}));
|
|
505
|
+
}), _response.rawResponse);
|
|
476
506
|
case 429:
|
|
477
507
|
throw new Truvity.TooManyRequestsError(serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {
|
|
478
508
|
unrecognizedObjectKeys: 'passthrough',
|
|
479
509
|
allowUnrecognizedUnionMembers: true,
|
|
480
510
|
allowUnrecognizedEnumValues: true,
|
|
481
511
|
breadcrumbsPrefix: ['response'],
|
|
482
|
-
}));
|
|
512
|
+
}), _response.rawResponse);
|
|
483
513
|
case 500:
|
|
484
514
|
throw new Truvity.InternalServerError(serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {
|
|
485
515
|
unrecognizedObjectKeys: 'passthrough',
|
|
486
516
|
allowUnrecognizedUnionMembers: true,
|
|
487
517
|
allowUnrecognizedEnumValues: true,
|
|
488
518
|
breadcrumbsPrefix: ['response'],
|
|
489
|
-
}));
|
|
519
|
+
}), _response.rawResponse);
|
|
490
520
|
default:
|
|
491
521
|
throw new errors.TruvityError({
|
|
492
522
|
statusCode: _response.error.statusCode,
|
|
493
523
|
body: _response.error.body,
|
|
524
|
+
rawResponse: _response.rawResponse,
|
|
494
525
|
});
|
|
495
526
|
}
|
|
496
527
|
}
|
|
@@ -499,12 +530,14 @@ class ApiKeys {
|
|
|
499
530
|
throw new errors.TruvityError({
|
|
500
531
|
statusCode: _response.error.statusCode,
|
|
501
532
|
body: _response.error.rawBody,
|
|
533
|
+
rawResponse: _response.rawResponse,
|
|
502
534
|
});
|
|
503
535
|
case 'timeout':
|
|
504
536
|
throw new errors.TruvityTimeoutError('Timeout exceeded when calling DELETE /api-keys/{id}.');
|
|
505
537
|
case 'unknown':
|
|
506
538
|
throw new errors.TruvityError({
|
|
507
539
|
message: _response.error.errorMessage,
|
|
540
|
+
rawResponse: _response.rawResponse,
|
|
508
541
|
});
|
|
509
542
|
}
|
|
510
543
|
});
|
|
@@ -536,13 +569,16 @@ class ApiKeys {
|
|
|
536
569
|
* })
|
|
537
570
|
*/
|
|
538
571
|
apiKeyUpdateAnnotations(id, request, requestOptions) {
|
|
572
|
+
return core.HttpResponsePromise.fromPromise(this.__apiKeyUpdateAnnotations(id, request, requestOptions));
|
|
573
|
+
}
|
|
574
|
+
__apiKeyUpdateAnnotations(id, request, requestOptions) {
|
|
539
575
|
return __awaiter(this, void 0, void 0, function* () {
|
|
540
576
|
var _a, _b, _c;
|
|
541
577
|
const { idempotencyKey, ifMatch } = request, _body = __rest(request, ["idempotencyKey", "ifMatch"]);
|
|
542
578
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
543
579
|
url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.TruvityEnvironment.Default, `api-keys/${encodeURIComponent(id)}/annotations`),
|
|
544
580
|
method: 'PATCH',
|
|
545
|
-
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.
|
|
581
|
+
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.35.1', 'User-Agent': '@truvity/sdk/0.35.1', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'Idempotency-Key': idempotencyKey != null ? idempotencyKey : undefined, 'If-Match': ifMatch }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
546
582
|
contentType: 'application/json',
|
|
547
583
|
requestType: 'json',
|
|
548
584
|
body: serializers.ApiKeyUpdateAnnotationsInput.jsonOrThrow(_body, {
|
|
@@ -554,12 +590,15 @@ class ApiKeys {
|
|
|
554
590
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
555
591
|
});
|
|
556
592
|
if (_response.ok) {
|
|
557
|
-
return
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
593
|
+
return {
|
|
594
|
+
data: serializers.ResourceApiKey.parseOrThrow(_response.body, {
|
|
595
|
+
unrecognizedObjectKeys: 'passthrough',
|
|
596
|
+
allowUnrecognizedUnionMembers: true,
|
|
597
|
+
allowUnrecognizedEnumValues: true,
|
|
598
|
+
breadcrumbsPrefix: ['response'],
|
|
599
|
+
}),
|
|
600
|
+
rawResponse: _response.rawResponse,
|
|
601
|
+
};
|
|
563
602
|
}
|
|
564
603
|
if (_response.error.reason === 'status-code') {
|
|
565
604
|
switch (_response.error.statusCode) {
|
|
@@ -569,67 +608,68 @@ class ApiKeys {
|
|
|
569
608
|
allowUnrecognizedUnionMembers: true,
|
|
570
609
|
allowUnrecognizedEnumValues: true,
|
|
571
610
|
breadcrumbsPrefix: ['response'],
|
|
572
|
-
}));
|
|
611
|
+
}), _response.rawResponse);
|
|
573
612
|
case 401:
|
|
574
613
|
throw new Truvity.UnauthorizedError(serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {
|
|
575
614
|
unrecognizedObjectKeys: 'passthrough',
|
|
576
615
|
allowUnrecognizedUnionMembers: true,
|
|
577
616
|
allowUnrecognizedEnumValues: true,
|
|
578
617
|
breadcrumbsPrefix: ['response'],
|
|
579
|
-
}));
|
|
618
|
+
}), _response.rawResponse);
|
|
580
619
|
case 403:
|
|
581
620
|
throw new Truvity.ForbiddenError(serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {
|
|
582
621
|
unrecognizedObjectKeys: 'passthrough',
|
|
583
622
|
allowUnrecognizedUnionMembers: true,
|
|
584
623
|
allowUnrecognizedEnumValues: true,
|
|
585
624
|
breadcrumbsPrefix: ['response'],
|
|
586
|
-
}));
|
|
625
|
+
}), _response.rawResponse);
|
|
587
626
|
case 404:
|
|
588
627
|
throw new Truvity.NotFoundError(serializers.NotFoundProblems.parseOrThrow(_response.error.body, {
|
|
589
628
|
unrecognizedObjectKeys: 'passthrough',
|
|
590
629
|
allowUnrecognizedUnionMembers: true,
|
|
591
630
|
allowUnrecognizedEnumValues: true,
|
|
592
631
|
breadcrumbsPrefix: ['response'],
|
|
593
|
-
}));
|
|
632
|
+
}), _response.rawResponse);
|
|
594
633
|
case 405:
|
|
595
634
|
throw new Truvity.MethodNotAllowedError(serializers.MethodNotAllowedProblems.parseOrThrow(_response.error.body, {
|
|
596
635
|
unrecognizedObjectKeys: 'passthrough',
|
|
597
636
|
allowUnrecognizedUnionMembers: true,
|
|
598
637
|
allowUnrecognizedEnumValues: true,
|
|
599
638
|
breadcrumbsPrefix: ['response'],
|
|
600
|
-
}));
|
|
639
|
+
}), _response.rawResponse);
|
|
601
640
|
case 412:
|
|
602
641
|
throw new Truvity.PreconditionFailedError(serializers.PreconditionFailedProblems.parseOrThrow(_response.error.body, {
|
|
603
642
|
unrecognizedObjectKeys: 'passthrough',
|
|
604
643
|
allowUnrecognizedUnionMembers: true,
|
|
605
644
|
allowUnrecognizedEnumValues: true,
|
|
606
645
|
breadcrumbsPrefix: ['response'],
|
|
607
|
-
}));
|
|
646
|
+
}), _response.rawResponse);
|
|
608
647
|
case 415:
|
|
609
648
|
throw new Truvity.UnsupportedMediaTypeError(serializers.UnsupportedMediaTypeProblems.parseOrThrow(_response.error.body, {
|
|
610
649
|
unrecognizedObjectKeys: 'passthrough',
|
|
611
650
|
allowUnrecognizedUnionMembers: true,
|
|
612
651
|
allowUnrecognizedEnumValues: true,
|
|
613
652
|
breadcrumbsPrefix: ['response'],
|
|
614
|
-
}));
|
|
653
|
+
}), _response.rawResponse);
|
|
615
654
|
case 429:
|
|
616
655
|
throw new Truvity.TooManyRequestsError(serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {
|
|
617
656
|
unrecognizedObjectKeys: 'passthrough',
|
|
618
657
|
allowUnrecognizedUnionMembers: true,
|
|
619
658
|
allowUnrecognizedEnumValues: true,
|
|
620
659
|
breadcrumbsPrefix: ['response'],
|
|
621
|
-
}));
|
|
660
|
+
}), _response.rawResponse);
|
|
622
661
|
case 500:
|
|
623
662
|
throw new Truvity.InternalServerError(serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {
|
|
624
663
|
unrecognizedObjectKeys: 'passthrough',
|
|
625
664
|
allowUnrecognizedUnionMembers: true,
|
|
626
665
|
allowUnrecognizedEnumValues: true,
|
|
627
666
|
breadcrumbsPrefix: ['response'],
|
|
628
|
-
}));
|
|
667
|
+
}), _response.rawResponse);
|
|
629
668
|
default:
|
|
630
669
|
throw new errors.TruvityError({
|
|
631
670
|
statusCode: _response.error.statusCode,
|
|
632
671
|
body: _response.error.body,
|
|
672
|
+
rawResponse: _response.rawResponse,
|
|
633
673
|
});
|
|
634
674
|
}
|
|
635
675
|
}
|
|
@@ -638,12 +678,14 @@ class ApiKeys {
|
|
|
638
678
|
throw new errors.TruvityError({
|
|
639
679
|
statusCode: _response.error.statusCode,
|
|
640
680
|
body: _response.error.rawBody,
|
|
681
|
+
rawResponse: _response.rawResponse,
|
|
641
682
|
});
|
|
642
683
|
case 'timeout':
|
|
643
684
|
throw new errors.TruvityTimeoutError('Timeout exceeded when calling PATCH /api-keys/{id}/annotations.');
|
|
644
685
|
case 'unknown':
|
|
645
686
|
throw new errors.TruvityError({
|
|
646
687
|
message: _response.error.errorMessage,
|
|
688
|
+
rawResponse: _response.rawResponse,
|
|
647
689
|
});
|
|
648
690
|
}
|
|
649
691
|
});
|
|
@@ -675,13 +717,16 @@ class ApiKeys {
|
|
|
675
717
|
* })
|
|
676
718
|
*/
|
|
677
719
|
apiKeyUpdateLabels(id, request, requestOptions) {
|
|
720
|
+
return core.HttpResponsePromise.fromPromise(this.__apiKeyUpdateLabels(id, request, requestOptions));
|
|
721
|
+
}
|
|
722
|
+
__apiKeyUpdateLabels(id, request, requestOptions) {
|
|
678
723
|
return __awaiter(this, void 0, void 0, function* () {
|
|
679
724
|
var _a, _b, _c;
|
|
680
725
|
const { idempotencyKey, ifMatch } = request, _body = __rest(request, ["idempotencyKey", "ifMatch"]);
|
|
681
726
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
682
727
|
url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.TruvityEnvironment.Default, `api-keys/${encodeURIComponent(id)}/labels`),
|
|
683
728
|
method: 'PATCH',
|
|
684
|
-
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.
|
|
729
|
+
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.35.1', 'User-Agent': '@truvity/sdk/0.35.1', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'Idempotency-Key': idempotencyKey != null ? idempotencyKey : undefined, 'If-Match': ifMatch }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
685
730
|
contentType: 'application/json',
|
|
686
731
|
requestType: 'json',
|
|
687
732
|
body: serializers.ApiKeyUpdateLabelsInput.jsonOrThrow(_body, {
|
|
@@ -693,12 +738,15 @@ class ApiKeys {
|
|
|
693
738
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
694
739
|
});
|
|
695
740
|
if (_response.ok) {
|
|
696
|
-
return
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
741
|
+
return {
|
|
742
|
+
data: serializers.ResourceApiKey.parseOrThrow(_response.body, {
|
|
743
|
+
unrecognizedObjectKeys: 'passthrough',
|
|
744
|
+
allowUnrecognizedUnionMembers: true,
|
|
745
|
+
allowUnrecognizedEnumValues: true,
|
|
746
|
+
breadcrumbsPrefix: ['response'],
|
|
747
|
+
}),
|
|
748
|
+
rawResponse: _response.rawResponse,
|
|
749
|
+
};
|
|
702
750
|
}
|
|
703
751
|
if (_response.error.reason === 'status-code') {
|
|
704
752
|
switch (_response.error.statusCode) {
|
|
@@ -708,67 +756,68 @@ class ApiKeys {
|
|
|
708
756
|
allowUnrecognizedUnionMembers: true,
|
|
709
757
|
allowUnrecognizedEnumValues: true,
|
|
710
758
|
breadcrumbsPrefix: ['response'],
|
|
711
|
-
}));
|
|
759
|
+
}), _response.rawResponse);
|
|
712
760
|
case 401:
|
|
713
761
|
throw new Truvity.UnauthorizedError(serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {
|
|
714
762
|
unrecognizedObjectKeys: 'passthrough',
|
|
715
763
|
allowUnrecognizedUnionMembers: true,
|
|
716
764
|
allowUnrecognizedEnumValues: true,
|
|
717
765
|
breadcrumbsPrefix: ['response'],
|
|
718
|
-
}));
|
|
766
|
+
}), _response.rawResponse);
|
|
719
767
|
case 403:
|
|
720
768
|
throw new Truvity.ForbiddenError(serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {
|
|
721
769
|
unrecognizedObjectKeys: 'passthrough',
|
|
722
770
|
allowUnrecognizedUnionMembers: true,
|
|
723
771
|
allowUnrecognizedEnumValues: true,
|
|
724
772
|
breadcrumbsPrefix: ['response'],
|
|
725
|
-
}));
|
|
773
|
+
}), _response.rawResponse);
|
|
726
774
|
case 404:
|
|
727
775
|
throw new Truvity.NotFoundError(serializers.NotFoundProblems.parseOrThrow(_response.error.body, {
|
|
728
776
|
unrecognizedObjectKeys: 'passthrough',
|
|
729
777
|
allowUnrecognizedUnionMembers: true,
|
|
730
778
|
allowUnrecognizedEnumValues: true,
|
|
731
779
|
breadcrumbsPrefix: ['response'],
|
|
732
|
-
}));
|
|
780
|
+
}), _response.rawResponse);
|
|
733
781
|
case 405:
|
|
734
782
|
throw new Truvity.MethodNotAllowedError(serializers.MethodNotAllowedProblems.parseOrThrow(_response.error.body, {
|
|
735
783
|
unrecognizedObjectKeys: 'passthrough',
|
|
736
784
|
allowUnrecognizedUnionMembers: true,
|
|
737
785
|
allowUnrecognizedEnumValues: true,
|
|
738
786
|
breadcrumbsPrefix: ['response'],
|
|
739
|
-
}));
|
|
787
|
+
}), _response.rawResponse);
|
|
740
788
|
case 412:
|
|
741
789
|
throw new Truvity.PreconditionFailedError(serializers.PreconditionFailedProblems.parseOrThrow(_response.error.body, {
|
|
742
790
|
unrecognizedObjectKeys: 'passthrough',
|
|
743
791
|
allowUnrecognizedUnionMembers: true,
|
|
744
792
|
allowUnrecognizedEnumValues: true,
|
|
745
793
|
breadcrumbsPrefix: ['response'],
|
|
746
|
-
}));
|
|
794
|
+
}), _response.rawResponse);
|
|
747
795
|
case 415:
|
|
748
796
|
throw new Truvity.UnsupportedMediaTypeError(serializers.UnsupportedMediaTypeProblems.parseOrThrow(_response.error.body, {
|
|
749
797
|
unrecognizedObjectKeys: 'passthrough',
|
|
750
798
|
allowUnrecognizedUnionMembers: true,
|
|
751
799
|
allowUnrecognizedEnumValues: true,
|
|
752
800
|
breadcrumbsPrefix: ['response'],
|
|
753
|
-
}));
|
|
801
|
+
}), _response.rawResponse);
|
|
754
802
|
case 429:
|
|
755
803
|
throw new Truvity.TooManyRequestsError(serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {
|
|
756
804
|
unrecognizedObjectKeys: 'passthrough',
|
|
757
805
|
allowUnrecognizedUnionMembers: true,
|
|
758
806
|
allowUnrecognizedEnumValues: true,
|
|
759
807
|
breadcrumbsPrefix: ['response'],
|
|
760
|
-
}));
|
|
808
|
+
}), _response.rawResponse);
|
|
761
809
|
case 500:
|
|
762
810
|
throw new Truvity.InternalServerError(serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {
|
|
763
811
|
unrecognizedObjectKeys: 'passthrough',
|
|
764
812
|
allowUnrecognizedUnionMembers: true,
|
|
765
813
|
allowUnrecognizedEnumValues: true,
|
|
766
814
|
breadcrumbsPrefix: ['response'],
|
|
767
|
-
}));
|
|
815
|
+
}), _response.rawResponse);
|
|
768
816
|
default:
|
|
769
817
|
throw new errors.TruvityError({
|
|
770
818
|
statusCode: _response.error.statusCode,
|
|
771
819
|
body: _response.error.body,
|
|
820
|
+
rawResponse: _response.rawResponse,
|
|
772
821
|
});
|
|
773
822
|
}
|
|
774
823
|
}
|
|
@@ -777,12 +826,14 @@ class ApiKeys {
|
|
|
777
826
|
throw new errors.TruvityError({
|
|
778
827
|
statusCode: _response.error.statusCode,
|
|
779
828
|
body: _response.error.rawBody,
|
|
829
|
+
rawResponse: _response.rawResponse,
|
|
780
830
|
});
|
|
781
831
|
case 'timeout':
|
|
782
832
|
throw new errors.TruvityTimeoutError('Timeout exceeded when calling PATCH /api-keys/{id}/labels.');
|
|
783
833
|
case 'unknown':
|
|
784
834
|
throw new errors.TruvityError({
|
|
785
835
|
message: _response.error.errorMessage,
|
|
836
|
+
rawResponse: _response.rawResponse,
|
|
786
837
|
});
|
|
787
838
|
}
|
|
788
839
|
});
|
|
@@ -810,13 +861,16 @@ class ApiKeys {
|
|
|
810
861
|
* })
|
|
811
862
|
*/
|
|
812
863
|
apiKeyRestore(id, request, requestOptions) {
|
|
864
|
+
return core.HttpResponsePromise.fromPromise(this.__apiKeyRestore(id, request, requestOptions));
|
|
865
|
+
}
|
|
866
|
+
__apiKeyRestore(id, request, requestOptions) {
|
|
813
867
|
return __awaiter(this, void 0, void 0, function* () {
|
|
814
868
|
var _a, _b, _c;
|
|
815
869
|
const { idempotencyKey, ifMatch } = request;
|
|
816
870
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
817
871
|
url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.TruvityEnvironment.Default, `api-keys/${encodeURIComponent(id)}/restore`),
|
|
818
872
|
method: 'POST',
|
|
819
|
-
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.
|
|
873
|
+
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.35.1', 'User-Agent': '@truvity/sdk/0.35.1', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'Idempotency-Key': idempotencyKey != null ? idempotencyKey : undefined, 'If-Match': ifMatch }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
820
874
|
contentType: 'application/json',
|
|
821
875
|
requestType: 'json',
|
|
822
876
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -824,12 +878,15 @@ class ApiKeys {
|
|
|
824
878
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
825
879
|
});
|
|
826
880
|
if (_response.ok) {
|
|
827
|
-
return
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
881
|
+
return {
|
|
882
|
+
data: serializers.ResourceApiKey.parseOrThrow(_response.body, {
|
|
883
|
+
unrecognizedObjectKeys: 'passthrough',
|
|
884
|
+
allowUnrecognizedUnionMembers: true,
|
|
885
|
+
allowUnrecognizedEnumValues: true,
|
|
886
|
+
breadcrumbsPrefix: ['response'],
|
|
887
|
+
}),
|
|
888
|
+
rawResponse: _response.rawResponse,
|
|
889
|
+
};
|
|
833
890
|
}
|
|
834
891
|
if (_response.error.reason === 'status-code') {
|
|
835
892
|
switch (_response.error.statusCode) {
|
|
@@ -839,60 +896,61 @@ class ApiKeys {
|
|
|
839
896
|
allowUnrecognizedUnionMembers: true,
|
|
840
897
|
allowUnrecognizedEnumValues: true,
|
|
841
898
|
breadcrumbsPrefix: ['response'],
|
|
842
|
-
}));
|
|
899
|
+
}), _response.rawResponse);
|
|
843
900
|
case 401:
|
|
844
901
|
throw new Truvity.UnauthorizedError(serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {
|
|
845
902
|
unrecognizedObjectKeys: 'passthrough',
|
|
846
903
|
allowUnrecognizedUnionMembers: true,
|
|
847
904
|
allowUnrecognizedEnumValues: true,
|
|
848
905
|
breadcrumbsPrefix: ['response'],
|
|
849
|
-
}));
|
|
906
|
+
}), _response.rawResponse);
|
|
850
907
|
case 403:
|
|
851
908
|
throw new Truvity.ForbiddenError(serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {
|
|
852
909
|
unrecognizedObjectKeys: 'passthrough',
|
|
853
910
|
allowUnrecognizedUnionMembers: true,
|
|
854
911
|
allowUnrecognizedEnumValues: true,
|
|
855
912
|
breadcrumbsPrefix: ['response'],
|
|
856
|
-
}));
|
|
913
|
+
}), _response.rawResponse);
|
|
857
914
|
case 404:
|
|
858
915
|
throw new Truvity.NotFoundError(serializers.NotFoundProblems.parseOrThrow(_response.error.body, {
|
|
859
916
|
unrecognizedObjectKeys: 'passthrough',
|
|
860
917
|
allowUnrecognizedUnionMembers: true,
|
|
861
918
|
allowUnrecognizedEnumValues: true,
|
|
862
919
|
breadcrumbsPrefix: ['response'],
|
|
863
|
-
}));
|
|
920
|
+
}), _response.rawResponse);
|
|
864
921
|
case 405:
|
|
865
922
|
throw new Truvity.MethodNotAllowedError(serializers.MethodNotAllowedProblems.parseOrThrow(_response.error.body, {
|
|
866
923
|
unrecognizedObjectKeys: 'passthrough',
|
|
867
924
|
allowUnrecognizedUnionMembers: true,
|
|
868
925
|
allowUnrecognizedEnumValues: true,
|
|
869
926
|
breadcrumbsPrefix: ['response'],
|
|
870
|
-
}));
|
|
927
|
+
}), _response.rawResponse);
|
|
871
928
|
case 412:
|
|
872
929
|
throw new Truvity.PreconditionFailedError(serializers.PreconditionFailedProblems.parseOrThrow(_response.error.body, {
|
|
873
930
|
unrecognizedObjectKeys: 'passthrough',
|
|
874
931
|
allowUnrecognizedUnionMembers: true,
|
|
875
932
|
allowUnrecognizedEnumValues: true,
|
|
876
933
|
breadcrumbsPrefix: ['response'],
|
|
877
|
-
}));
|
|
934
|
+
}), _response.rawResponse);
|
|
878
935
|
case 429:
|
|
879
936
|
throw new Truvity.TooManyRequestsError(serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {
|
|
880
937
|
unrecognizedObjectKeys: 'passthrough',
|
|
881
938
|
allowUnrecognizedUnionMembers: true,
|
|
882
939
|
allowUnrecognizedEnumValues: true,
|
|
883
940
|
breadcrumbsPrefix: ['response'],
|
|
884
|
-
}));
|
|
941
|
+
}), _response.rawResponse);
|
|
885
942
|
case 500:
|
|
886
943
|
throw new Truvity.InternalServerError(serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {
|
|
887
944
|
unrecognizedObjectKeys: 'passthrough',
|
|
888
945
|
allowUnrecognizedUnionMembers: true,
|
|
889
946
|
allowUnrecognizedEnumValues: true,
|
|
890
947
|
breadcrumbsPrefix: ['response'],
|
|
891
|
-
}));
|
|
948
|
+
}), _response.rawResponse);
|
|
892
949
|
default:
|
|
893
950
|
throw new errors.TruvityError({
|
|
894
951
|
statusCode: _response.error.statusCode,
|
|
895
952
|
body: _response.error.body,
|
|
953
|
+
rawResponse: _response.rawResponse,
|
|
896
954
|
});
|
|
897
955
|
}
|
|
898
956
|
}
|
|
@@ -901,12 +959,14 @@ class ApiKeys {
|
|
|
901
959
|
throw new errors.TruvityError({
|
|
902
960
|
statusCode: _response.error.statusCode,
|
|
903
961
|
body: _response.error.rawBody,
|
|
962
|
+
rawResponse: _response.rawResponse,
|
|
904
963
|
});
|
|
905
964
|
case 'timeout':
|
|
906
965
|
throw new errors.TruvityTimeoutError('Timeout exceeded when calling POST /api-keys/{id}/restore.');
|
|
907
966
|
case 'unknown':
|
|
908
967
|
throw new errors.TruvityError({
|
|
909
968
|
message: _response.error.errorMessage,
|
|
969
|
+
rawResponse: _response.rawResponse,
|
|
910
970
|
});
|
|
911
971
|
}
|
|
912
972
|
});
|
|
@@ -928,14 +988,17 @@ class ApiKeys {
|
|
|
928
988
|
* @example
|
|
929
989
|
* await client.apiKeys.apiKeyHistory("id")
|
|
930
990
|
*/
|
|
931
|
-
apiKeyHistory(
|
|
991
|
+
apiKeyHistory(id, request = {}, requestOptions) {
|
|
992
|
+
return core.HttpResponsePromise.fromPromise(this.__apiKeyHistory(id, request, requestOptions));
|
|
993
|
+
}
|
|
994
|
+
__apiKeyHistory(id_1) {
|
|
932
995
|
return __awaiter(this, arguments, void 0, function* (id, request = {}, requestOptions) {
|
|
933
996
|
var _a, _b, _c;
|
|
934
997
|
const { ifNoneMatch } = request;
|
|
935
998
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
936
999
|
url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.TruvityEnvironment.Default, `api-keys/${encodeURIComponent(id)}/revisions`),
|
|
937
1000
|
method: 'GET',
|
|
938
|
-
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.
|
|
1001
|
+
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.35.1', 'User-Agent': '@truvity/sdk/0.35.1', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'If-None-Match': ifNoneMatch != null ? ifNoneMatch : undefined }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
939
1002
|
contentType: 'application/json',
|
|
940
1003
|
requestType: 'json',
|
|
941
1004
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -943,12 +1006,15 @@ class ApiKeys {
|
|
|
943
1006
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
944
1007
|
});
|
|
945
1008
|
if (_response.ok) {
|
|
946
|
-
return
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
1009
|
+
return {
|
|
1010
|
+
data: serializers.ListApiKey.parseOrThrow(_response.body, {
|
|
1011
|
+
unrecognizedObjectKeys: 'passthrough',
|
|
1012
|
+
allowUnrecognizedUnionMembers: true,
|
|
1013
|
+
allowUnrecognizedEnumValues: true,
|
|
1014
|
+
breadcrumbsPrefix: ['response'],
|
|
1015
|
+
}),
|
|
1016
|
+
rawResponse: _response.rawResponse,
|
|
1017
|
+
};
|
|
952
1018
|
}
|
|
953
1019
|
if (_response.error.reason === 'status-code') {
|
|
954
1020
|
switch (_response.error.statusCode) {
|
|
@@ -958,46 +1024,47 @@ class ApiKeys {
|
|
|
958
1024
|
allowUnrecognizedUnionMembers: true,
|
|
959
1025
|
allowUnrecognizedEnumValues: true,
|
|
960
1026
|
breadcrumbsPrefix: ['response'],
|
|
961
|
-
}));
|
|
1027
|
+
}), _response.rawResponse);
|
|
962
1028
|
case 401:
|
|
963
1029
|
throw new Truvity.UnauthorizedError(serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {
|
|
964
1030
|
unrecognizedObjectKeys: 'passthrough',
|
|
965
1031
|
allowUnrecognizedUnionMembers: true,
|
|
966
1032
|
allowUnrecognizedEnumValues: true,
|
|
967
1033
|
breadcrumbsPrefix: ['response'],
|
|
968
|
-
}));
|
|
1034
|
+
}), _response.rawResponse);
|
|
969
1035
|
case 403:
|
|
970
1036
|
throw new Truvity.ForbiddenError(serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {
|
|
971
1037
|
unrecognizedObjectKeys: 'passthrough',
|
|
972
1038
|
allowUnrecognizedUnionMembers: true,
|
|
973
1039
|
allowUnrecognizedEnumValues: true,
|
|
974
1040
|
breadcrumbsPrefix: ['response'],
|
|
975
|
-
}));
|
|
1041
|
+
}), _response.rawResponse);
|
|
976
1042
|
case 404:
|
|
977
1043
|
throw new Truvity.NotFoundError(serializers.NotFoundProblems.parseOrThrow(_response.error.body, {
|
|
978
1044
|
unrecognizedObjectKeys: 'passthrough',
|
|
979
1045
|
allowUnrecognizedUnionMembers: true,
|
|
980
1046
|
allowUnrecognizedEnumValues: true,
|
|
981
1047
|
breadcrumbsPrefix: ['response'],
|
|
982
|
-
}));
|
|
1048
|
+
}), _response.rawResponse);
|
|
983
1049
|
case 429:
|
|
984
1050
|
throw new Truvity.TooManyRequestsError(serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {
|
|
985
1051
|
unrecognizedObjectKeys: 'passthrough',
|
|
986
1052
|
allowUnrecognizedUnionMembers: true,
|
|
987
1053
|
allowUnrecognizedEnumValues: true,
|
|
988
1054
|
breadcrumbsPrefix: ['response'],
|
|
989
|
-
}));
|
|
1055
|
+
}), _response.rawResponse);
|
|
990
1056
|
case 500:
|
|
991
1057
|
throw new Truvity.InternalServerError(serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {
|
|
992
1058
|
unrecognizedObjectKeys: 'passthrough',
|
|
993
1059
|
allowUnrecognizedUnionMembers: true,
|
|
994
1060
|
allowUnrecognizedEnumValues: true,
|
|
995
1061
|
breadcrumbsPrefix: ['response'],
|
|
996
|
-
}));
|
|
1062
|
+
}), _response.rawResponse);
|
|
997
1063
|
default:
|
|
998
1064
|
throw new errors.TruvityError({
|
|
999
1065
|
statusCode: _response.error.statusCode,
|
|
1000
1066
|
body: _response.error.body,
|
|
1067
|
+
rawResponse: _response.rawResponse,
|
|
1001
1068
|
});
|
|
1002
1069
|
}
|
|
1003
1070
|
}
|
|
@@ -1006,12 +1073,14 @@ class ApiKeys {
|
|
|
1006
1073
|
throw new errors.TruvityError({
|
|
1007
1074
|
statusCode: _response.error.statusCode,
|
|
1008
1075
|
body: _response.error.rawBody,
|
|
1076
|
+
rawResponse: _response.rawResponse,
|
|
1009
1077
|
});
|
|
1010
1078
|
case 'timeout':
|
|
1011
1079
|
throw new errors.TruvityTimeoutError('Timeout exceeded when calling GET /api-keys/{id}/revisions.');
|
|
1012
1080
|
case 'unknown':
|
|
1013
1081
|
throw new errors.TruvityError({
|
|
1014
1082
|
message: _response.error.errorMessage,
|
|
1083
|
+
rawResponse: _response.rawResponse,
|
|
1015
1084
|
});
|
|
1016
1085
|
}
|
|
1017
1086
|
});
|
|
@@ -1034,14 +1103,17 @@ class ApiKeys {
|
|
|
1034
1103
|
* @example
|
|
1035
1104
|
* await client.apiKeys.apiKeyRevision("id", 1)
|
|
1036
1105
|
*/
|
|
1037
|
-
apiKeyRevision(
|
|
1106
|
+
apiKeyRevision(id, revision, request = {}, requestOptions) {
|
|
1107
|
+
return core.HttpResponsePromise.fromPromise(this.__apiKeyRevision(id, revision, request, requestOptions));
|
|
1108
|
+
}
|
|
1109
|
+
__apiKeyRevision(id_1, revision_1) {
|
|
1038
1110
|
return __awaiter(this, arguments, void 0, function* (id, revision, request = {}, requestOptions) {
|
|
1039
1111
|
var _a, _b, _c;
|
|
1040
1112
|
const { ifNoneMatch } = request;
|
|
1041
1113
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
1042
1114
|
url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.TruvityEnvironment.Default, `api-keys/${encodeURIComponent(id)}/revisions/${encodeURIComponent(revision)}`),
|
|
1043
1115
|
method: 'GET',
|
|
1044
|
-
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.
|
|
1116
|
+
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.35.1', 'User-Agent': '@truvity/sdk/0.35.1', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'If-None-Match': ifNoneMatch != null ? ifNoneMatch : undefined }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
1045
1117
|
contentType: 'application/json',
|
|
1046
1118
|
requestType: 'json',
|
|
1047
1119
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -1049,12 +1121,15 @@ class ApiKeys {
|
|
|
1049
1121
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
1050
1122
|
});
|
|
1051
1123
|
if (_response.ok) {
|
|
1052
|
-
return
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1124
|
+
return {
|
|
1125
|
+
data: serializers.ResourceApiKey.parseOrThrow(_response.body, {
|
|
1126
|
+
unrecognizedObjectKeys: 'passthrough',
|
|
1127
|
+
allowUnrecognizedUnionMembers: true,
|
|
1128
|
+
allowUnrecognizedEnumValues: true,
|
|
1129
|
+
breadcrumbsPrefix: ['response'],
|
|
1130
|
+
}),
|
|
1131
|
+
rawResponse: _response.rawResponse,
|
|
1132
|
+
};
|
|
1058
1133
|
}
|
|
1059
1134
|
if (_response.error.reason === 'status-code') {
|
|
1060
1135
|
switch (_response.error.statusCode) {
|
|
@@ -1064,46 +1139,47 @@ class ApiKeys {
|
|
|
1064
1139
|
allowUnrecognizedUnionMembers: true,
|
|
1065
1140
|
allowUnrecognizedEnumValues: true,
|
|
1066
1141
|
breadcrumbsPrefix: ['response'],
|
|
1067
|
-
}));
|
|
1142
|
+
}), _response.rawResponse);
|
|
1068
1143
|
case 401:
|
|
1069
1144
|
throw new Truvity.UnauthorizedError(serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {
|
|
1070
1145
|
unrecognizedObjectKeys: 'passthrough',
|
|
1071
1146
|
allowUnrecognizedUnionMembers: true,
|
|
1072
1147
|
allowUnrecognizedEnumValues: true,
|
|
1073
1148
|
breadcrumbsPrefix: ['response'],
|
|
1074
|
-
}));
|
|
1149
|
+
}), _response.rawResponse);
|
|
1075
1150
|
case 403:
|
|
1076
1151
|
throw new Truvity.ForbiddenError(serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {
|
|
1077
1152
|
unrecognizedObjectKeys: 'passthrough',
|
|
1078
1153
|
allowUnrecognizedUnionMembers: true,
|
|
1079
1154
|
allowUnrecognizedEnumValues: true,
|
|
1080
1155
|
breadcrumbsPrefix: ['response'],
|
|
1081
|
-
}));
|
|
1156
|
+
}), _response.rawResponse);
|
|
1082
1157
|
case 404:
|
|
1083
1158
|
throw new Truvity.NotFoundError(serializers.NotFoundProblems.parseOrThrow(_response.error.body, {
|
|
1084
1159
|
unrecognizedObjectKeys: 'passthrough',
|
|
1085
1160
|
allowUnrecognizedUnionMembers: true,
|
|
1086
1161
|
allowUnrecognizedEnumValues: true,
|
|
1087
1162
|
breadcrumbsPrefix: ['response'],
|
|
1088
|
-
}));
|
|
1163
|
+
}), _response.rawResponse);
|
|
1089
1164
|
case 429:
|
|
1090
1165
|
throw new Truvity.TooManyRequestsError(serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {
|
|
1091
1166
|
unrecognizedObjectKeys: 'passthrough',
|
|
1092
1167
|
allowUnrecognizedUnionMembers: true,
|
|
1093
1168
|
allowUnrecognizedEnumValues: true,
|
|
1094
1169
|
breadcrumbsPrefix: ['response'],
|
|
1095
|
-
}));
|
|
1170
|
+
}), _response.rawResponse);
|
|
1096
1171
|
case 500:
|
|
1097
1172
|
throw new Truvity.InternalServerError(serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {
|
|
1098
1173
|
unrecognizedObjectKeys: 'passthrough',
|
|
1099
1174
|
allowUnrecognizedUnionMembers: true,
|
|
1100
1175
|
allowUnrecognizedEnumValues: true,
|
|
1101
1176
|
breadcrumbsPrefix: ['response'],
|
|
1102
|
-
}));
|
|
1177
|
+
}), _response.rawResponse);
|
|
1103
1178
|
default:
|
|
1104
1179
|
throw new errors.TruvityError({
|
|
1105
1180
|
statusCode: _response.error.statusCode,
|
|
1106
1181
|
body: _response.error.body,
|
|
1182
|
+
rawResponse: _response.rawResponse,
|
|
1107
1183
|
});
|
|
1108
1184
|
}
|
|
1109
1185
|
}
|
|
@@ -1112,12 +1188,14 @@ class ApiKeys {
|
|
|
1112
1188
|
throw new errors.TruvityError({
|
|
1113
1189
|
statusCode: _response.error.statusCode,
|
|
1114
1190
|
body: _response.error.rawBody,
|
|
1191
|
+
rawResponse: _response.rawResponse,
|
|
1115
1192
|
});
|
|
1116
1193
|
case 'timeout':
|
|
1117
1194
|
throw new errors.TruvityTimeoutError('Timeout exceeded when calling GET /api-keys/{id}/revisions/{revision}.');
|
|
1118
1195
|
case 'unknown':
|
|
1119
1196
|
throw new errors.TruvityError({
|
|
1120
1197
|
message: _response.error.errorMessage,
|
|
1198
|
+
rawResponse: _response.rawResponse,
|
|
1121
1199
|
});
|
|
1122
1200
|
}
|
|
1123
1201
|
});
|