@truvity/sdk 0.30.7 → 0.30.25
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/Client.d.ts +12 -10
- package/Client.d.ts.map +1 -1
- package/Client.js.map +1 -1
- package/ExtendedClient.d.ts +0 -1
- package/ExtendedClient.d.ts.map +1 -1
- package/api/errors/BadRequestError.js +17 -7
- package/api/errors/BadRequestError.js.map +1 -1
- package/api/errors/ConflictError.d.ts +9 -0
- package/api/errors/ConflictError.d.ts.map +1 -0
- package/api/errors/ConflictError.js +52 -0
- package/api/errors/ConflictError.js.map +1 -0
- package/api/errors/ForbiddenError.js +17 -7
- package/api/errors/ForbiddenError.js.map +1 -1
- package/api/errors/InternalServerError.js +17 -7
- package/api/errors/InternalServerError.js.map +1 -1
- package/api/errors/MethodNotAllowedError.js +17 -7
- package/api/errors/MethodNotAllowedError.js.map +1 -1
- package/api/errors/NotFoundError.js +17 -7
- package/api/errors/NotFoundError.js.map +1 -1
- package/api/errors/PreconditionFailedError.js +17 -7
- package/api/errors/PreconditionFailedError.js.map +1 -1
- package/api/errors/TooManyRequestsError.js +17 -7
- package/api/errors/TooManyRequestsError.js.map +1 -1
- package/api/errors/UnauthorizedError.js +17 -7
- package/api/errors/UnauthorizedError.js.map +1 -1
- package/api/errors/UnsupportedMediaTypeError.js +17 -7
- 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 +2 -0
- package/api/resources/apiKeys/client/Client.d.ts.map +1 -1
- package/api/resources/apiKeys/client/Client.js +54 -44
- package/api/resources/apiKeys/client/Client.js.map +1 -1
- package/api/resources/apiKeys/client/requests/ApiKeyDeleteRequest.d.ts +2 -5
- package/api/resources/apiKeys/client/requests/ApiKeyDeleteRequest.d.ts.map +1 -1
- package/api/resources/apiKeys/client/requests/ApiKeyDeleteRequest.js.map +1 -1
- package/api/resources/apiKeys/client/requests/ApiKeyInput.d.ts +1 -3
- package/api/resources/apiKeys/client/requests/ApiKeyInput.d.ts.map +1 -1
- package/api/resources/apiKeys/client/requests/ApiKeyInput.js.map +1 -1
- package/api/resources/apiKeys/client/requests/ApiKeyRestoreRequest.d.ts +2 -5
- package/api/resources/apiKeys/client/requests/ApiKeyRestoreRequest.d.ts.map +1 -1
- package/api/resources/apiKeys/client/requests/ApiKeyRestoreRequest.js.map +1 -1
- package/api/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsInput.d.ts +2 -5
- package/api/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsInput.d.ts.map +1 -1
- package/api/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsInput.js.map +1 -1
- package/api/resources/apiKeys/client/requests/ApiKeyUpdateLabelsInput.d.ts +2 -5
- package/api/resources/apiKeys/client/requests/ApiKeyUpdateLabelsInput.d.ts.map +1 -1
- package/api/resources/apiKeys/client/requests/ApiKeyUpdateLabelsInput.js.map +1 -1
- package/api/resources/credentials/client/Client.d.ts +12 -3
- package/api/resources/credentials/client/Client.d.ts.map +1 -1
- package/api/resources/credentials/client/Client.js +75 -57
- package/api/resources/credentials/client/Client.js.map +1 -1
- package/api/resources/credentials/client/requests/CredentialDeleteRequest.d.ts +2 -5
- package/api/resources/credentials/client/requests/CredentialDeleteRequest.d.ts.map +1 -1
- package/api/resources/credentials/client/requests/CredentialDeleteRequest.js.map +1 -1
- package/api/resources/credentials/client/requests/CredentialInput.d.ts +2 -4
- 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/credentials/client/requests/CredentialRestoreRequest.d.ts +2 -5
- package/api/resources/credentials/client/requests/CredentialRestoreRequest.d.ts.map +1 -1
- package/api/resources/credentials/client/requests/CredentialRestoreRequest.js.map +1 -1
- package/api/resources/credentials/client/requests/CredentialUpdateAnnotationsInput.d.ts +2 -5
- package/api/resources/credentials/client/requests/CredentialUpdateAnnotationsInput.d.ts.map +1 -1
- package/api/resources/credentials/client/requests/CredentialUpdateAnnotationsInput.js.map +1 -1
- package/api/resources/credentials/client/requests/CredentialUpdateLabelsInput.d.ts +2 -5
- package/api/resources/credentials/client/requests/CredentialUpdateLabelsInput.d.ts.map +1 -1
- package/api/resources/credentials/client/requests/CredentialUpdateLabelsInput.js.map +1 -1
- package/api/resources/credentials/client/requests/CredentialUploadRequest.d.ts +1 -3
- package/api/resources/credentials/client/requests/CredentialUploadRequest.d.ts.map +1 -1
- package/api/resources/credentials/client/requests/CredentialUploadRequest.js.map +1 -1
- package/api/resources/desk/client/Client.d.ts +2 -0
- package/api/resources/desk/client/Client.d.ts.map +1 -1
- package/api/resources/desk/client/Client.js +25 -15
- package/api/resources/desk/client/Client.js.map +1 -1
- package/api/resources/desk/client/requests/DidDocumentGetRequest.d.ts +1 -2
- package/api/resources/desk/client/requests/DidDocumentGetRequest.d.ts.map +1 -1
- package/api/resources/desk/client/requests/DidDocumentGetRequest.js.map +1 -1
- package/api/resources/didcommMessages/client/Client.d.ts +2 -0
- package/api/resources/didcommMessages/client/Client.d.ts.map +1 -1
- package/api/resources/didcommMessages/client/Client.js +52 -42
- package/api/resources/didcommMessages/client/Client.js.map +1 -1
- package/api/resources/didcommMessages/client/requests/DidCommMessageSendInput.d.ts +1 -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/didcommMessages/client/requests/DidcommMessageDeleteRequest.d.ts +2 -5
- package/api/resources/didcommMessages/client/requests/DidcommMessageDeleteRequest.d.ts.map +1 -1
- package/api/resources/didcommMessages/client/requests/DidcommMessageDeleteRequest.js.map +1 -1
- package/api/resources/didcommMessages/client/requests/DidcommMessageRestoreRequest.d.ts +2 -5
- package/api/resources/didcommMessages/client/requests/DidcommMessageRestoreRequest.d.ts.map +1 -1
- package/api/resources/didcommMessages/client/requests/DidcommMessageRestoreRequest.js.map +1 -1
- package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsInput.d.ts +2 -5
- package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsInput.d.ts.map +1 -1
- package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsInput.js.map +1 -1
- package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsInput.d.ts +2 -5
- package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsInput.d.ts.map +1 -1
- package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsInput.js.map +1 -1
- package/api/resources/dids/client/Client.d.ts +3 -1
- package/api/resources/dids/client/Client.d.ts.map +1 -1
- package/api/resources/dids/client/Client.js +23 -13
- package/api/resources/dids/client/Client.js.map +1 -1
- package/api/resources/dids/client/requests/DidDocumentSelfGetRequest.d.ts +1 -2
- package/api/resources/dids/client/requests/DidDocumentSelfGetRequest.d.ts.map +1 -1
- package/api/resources/dids/client/requests/DidDocumentSelfGetRequest.js.map +1 -1
- package/api/resources/drafts/client/Client.d.ts +6 -6
- package/api/resources/drafts/client/Client.d.ts.map +1 -1
- package/api/resources/drafts/client/Client.js +65 -56
- package/api/resources/drafts/client/Client.js.map +1 -1
- package/api/resources/drafts/client/requests/DraftDeleteRequest.d.ts +2 -5
- package/api/resources/drafts/client/requests/DraftDeleteRequest.d.ts.map +1 -1
- package/api/resources/drafts/client/requests/DraftDeleteRequest.js.map +1 -1
- package/api/resources/drafts/client/requests/DraftInput.d.ts +1 -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/DraftRestoreRequest.d.ts +2 -5
- package/api/resources/drafts/client/requests/DraftRestoreRequest.d.ts.map +1 -1
- package/api/resources/drafts/client/requests/DraftRestoreRequest.js.map +1 -1
- package/api/resources/drafts/client/requests/DraftUpdateAnnotationsInput.d.ts +2 -5
- package/api/resources/drafts/client/requests/DraftUpdateAnnotationsInput.d.ts.map +1 -1
- package/api/resources/drafts/client/requests/DraftUpdateAnnotationsInput.js.map +1 -1
- package/api/resources/drafts/client/requests/DraftUpdateInput.d.ts +2 -5
- package/api/resources/drafts/client/requests/DraftUpdateInput.d.ts.map +1 -1
- package/api/resources/drafts/client/requests/DraftUpdateInput.js.map +1 -1
- package/api/resources/drafts/client/requests/DraftUpdateLabelsInput.d.ts +2 -5
- package/api/resources/drafts/client/requests/DraftUpdateLabelsInput.d.ts.map +1 -1
- package/api/resources/drafts/client/requests/DraftUpdateLabelsInput.js.map +1 -1
- package/api/resources/drafts/types/DraftIssueDidMethod.d.ts +1 -1
- package/api/resources/drafts/types/DraftIssueDidMethod.d.ts.map +1 -1
- package/api/resources/drafts/types/DraftIssueDidMethod.js.map +1 -1
- package/api/resources/files/client/Client.d.ts +13 -28
- package/api/resources/files/client/Client.d.ts.map +1 -1
- package/api/resources/files/client/Client.js +80 -196
- package/api/resources/files/client/Client.js.map +1 -1
- package/api/resources/files/client/requests/FileDeleteRequest.d.ts +2 -5
- package/api/resources/files/client/requests/FileDeleteRequest.d.ts.map +1 -1
- package/api/resources/files/client/requests/FileDeleteRequest.js.map +1 -1
- package/api/resources/files/client/requests/FileInput.d.ts +2 -4
- 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/files/client/requests/FileRestoreRequest.d.ts +2 -5
- package/api/resources/files/client/requests/FileRestoreRequest.d.ts.map +1 -1
- package/api/resources/files/client/requests/FileRestoreRequest.js.map +1 -1
- package/api/resources/files/client/requests/FileUpdateAnnotationsInput.d.ts +2 -5
- package/api/resources/files/client/requests/FileUpdateAnnotationsInput.d.ts.map +1 -1
- package/api/resources/files/client/requests/FileUpdateAnnotationsInput.js.map +1 -1
- package/api/resources/files/client/requests/FileUpdateLabelsInput.d.ts +2 -5
- package/api/resources/files/client/requests/FileUpdateLabelsInput.d.ts.map +1 -1
- package/api/resources/files/client/requests/FileUpdateLabelsInput.js.map +1 -1
- package/api/resources/files/client/requests/FileUploadRequest.d.ts +1 -3
- package/api/resources/files/client/requests/FileUploadRequest.d.ts.map +1 -1
- package/api/resources/files/client/requests/FileUploadRequest.js.map +1 -1
- package/api/resources/files/client/requests/index.d.ts +0 -1
- package/api/resources/files/client/requests/index.d.ts.map +1 -1
- package/api/resources/files/client/requests/index.js.map +1 -1
- package/api/resources/gdpr/client/Client.d.ts +2 -0
- package/api/resources/gdpr/client/Client.d.ts.map +1 -1
- package/api/resources/gdpr/client/Client.js +20 -10
- package/api/resources/gdpr/client/Client.js.map +1 -1
- package/api/resources/gdpr/types/SupportRequestType.d.ts +1 -1
- package/api/resources/gdpr/types/SupportRequestType.d.ts.map +1 -1
- package/api/resources/gdpr/types/SupportRequestType.js.map +1 -1
- package/api/resources/index.js +17 -7
- package/api/resources/index.js.map +1 -1
- package/api/resources/keys/client/Client.d.ts +23 -36
- package/api/resources/keys/client/Client.d.ts.map +1 -1
- package/api/resources/keys/client/Client.js +97 -92
- package/api/resources/keys/client/Client.js.map +1 -1
- package/api/resources/keys/client/requests/KeyDeleteRequest.d.ts +2 -5
- package/api/resources/keys/client/requests/KeyDeleteRequest.d.ts.map +1 -1
- package/api/resources/keys/client/requests/KeyDeleteRequest.js.map +1 -1
- package/api/resources/keys/client/requests/KeyGenerateInput.d.ts +1 -3
- 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 +1 -3
- 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/keys/client/requests/KeyRestoreRequest.d.ts +2 -5
- package/api/resources/keys/client/requests/KeyRestoreRequest.d.ts.map +1 -1
- package/api/resources/keys/client/requests/KeyRestoreRequest.js.map +1 -1
- package/api/resources/keys/client/requests/KeyUpdateAnnotationsInput.d.ts +2 -5
- package/api/resources/keys/client/requests/KeyUpdateAnnotationsInput.d.ts.map +1 -1
- package/api/resources/keys/client/requests/KeyUpdateAnnotationsInput.js.map +1 -1
- package/api/resources/keys/client/requests/KeyUpdateLabelsInput.d.ts +2 -5
- package/api/resources/keys/client/requests/KeyUpdateLabelsInput.d.ts.map +1 -1
- package/api/resources/keys/client/requests/KeyUpdateLabelsInput.js.map +1 -1
- package/api/resources/keys/types/CredentialSignRequestDidMethod.d.ts +1 -1
- package/api/resources/keys/types/CredentialSignRequestDidMethod.d.ts.map +1 -1
- package/api/resources/keys/types/CredentialSignRequestDidMethod.js.map +1 -1
- package/api/resources/keys/types/DidCommMessageSignRequestDidMethod.d.ts +1 -1
- package/api/resources/keys/types/DidCommMessageSignRequestDidMethod.d.ts.map +1 -1
- package/api/resources/keys/types/DidCommMessageSignRequestDidMethod.js.map +1 -1
- package/api/resources/keys/types/PresentationSignRequestDidMethod.d.ts +1 -1
- package/api/resources/keys/types/PresentationSignRequestDidMethod.d.ts.map +1 -1
- package/api/resources/keys/types/PresentationSignRequestDidMethod.js.map +1 -1
- package/api/resources/presentations/client/Client.d.ts +15 -7
- package/api/resources/presentations/client/Client.d.ts.map +1 -1
- package/api/resources/presentations/client/Client.js +84 -67
- package/api/resources/presentations/client/Client.js.map +1 -1
- package/api/resources/presentations/client/requests/PresentationDeleteRequest.d.ts +2 -5
- package/api/resources/presentations/client/requests/PresentationDeleteRequest.d.ts.map +1 -1
- package/api/resources/presentations/client/requests/PresentationDeleteRequest.js.map +1 -1
- package/api/resources/presentations/client/requests/PresentationInput.d.ts +2 -4
- package/api/resources/presentations/client/requests/PresentationInput.d.ts.map +1 -1
- package/api/resources/presentations/client/requests/PresentationInput.js.map +1 -1
- package/api/resources/presentations/client/requests/PresentationRestoreRequest.d.ts +2 -5
- package/api/resources/presentations/client/requests/PresentationRestoreRequest.d.ts.map +1 -1
- package/api/resources/presentations/client/requests/PresentationRestoreRequest.js.map +1 -1
- package/api/resources/presentations/client/requests/PresentationUpdateAnnotationsInput.d.ts +2 -5
- package/api/resources/presentations/client/requests/PresentationUpdateAnnotationsInput.d.ts.map +1 -1
- package/api/resources/presentations/client/requests/PresentationUpdateAnnotationsInput.js.map +1 -1
- package/api/resources/presentations/client/requests/PresentationUpdateLabelsInput.d.ts +2 -5
- package/api/resources/presentations/client/requests/PresentationUpdateLabelsInput.d.ts.map +1 -1
- package/api/resources/presentations/client/requests/PresentationUpdateLabelsInput.js.map +1 -1
- package/api/resources/presentations/client/requests/PresentationUploadRequest.d.ts +1 -3
- package/api/resources/presentations/client/requests/PresentationUploadRequest.d.ts.map +1 -1
- package/api/resources/presentations/client/requests/PresentationUploadRequest.js.map +1 -1
- package/api/resources/presentations/types/PresentationIssueDidMethod.d.ts +1 -1
- package/api/resources/presentations/types/PresentationIssueDidMethod.d.ts.map +1 -1
- package/api/resources/presentations/types/PresentationIssueDidMethod.js.map +1 -1
- package/api/types/ApiKeyFilterAnnotationsItem.d.ts +1 -1
- package/api/types/ApiKeyFilterAnnotationsItem.d.ts.map +1 -1
- package/api/types/ApiKeyFilterAnnotationsItem.js.map +1 -1
- package/api/types/ApiKeyFilterCreatedAt.d.ts +1 -1
- package/api/types/ApiKeyFilterCreatedAt.d.ts.map +1 -1
- package/api/types/ApiKeyFilterCreatedAt.js.map +1 -1
- package/api/types/ApiKeyFilterDataExpiration.d.ts +1 -1
- package/api/types/ApiKeyFilterDataExpiration.d.ts.map +1 -1
- package/api/types/ApiKeyFilterDataExpiration.js.map +1 -1
- package/api/types/ApiKeyFilterDataSubjectId.d.ts +1 -1
- package/api/types/ApiKeyFilterDataSubjectId.d.ts.map +1 -1
- package/api/types/ApiKeyFilterDataSubjectId.js.map +1 -1
- package/api/types/ApiKeyFilterDeletedAt.d.ts +1 -1
- package/api/types/ApiKeyFilterDeletedAt.d.ts.map +1 -1
- package/api/types/ApiKeyFilterDeletedAt.js.map +1 -1
- package/api/types/ApiKeyFilterEtag.d.ts +1 -1
- package/api/types/ApiKeyFilterEtag.d.ts.map +1 -1
- package/api/types/ApiKeyFilterEtag.js.map +1 -1
- package/api/types/ApiKeyFilterId.d.ts +1 -1
- package/api/types/ApiKeyFilterId.d.ts.map +1 -1
- package/api/types/ApiKeyFilterId.js.map +1 -1
- package/api/types/ApiKeyFilterLabelsItem.d.ts +1 -1
- package/api/types/ApiKeyFilterLabelsItem.d.ts.map +1 -1
- package/api/types/ApiKeyFilterLabelsItem.js.map +1 -1
- package/api/types/ApiKeyFilterModifiedAt.d.ts +1 -1
- package/api/types/ApiKeyFilterModifiedAt.d.ts.map +1 -1
- package/api/types/ApiKeyFilterModifiedAt.js.map +1 -1
- package/api/types/ApiKeyFilterRevision.d.ts +1 -1
- package/api/types/ApiKeyFilterRevision.d.ts.map +1 -1
- package/api/types/ApiKeyFilterRevision.js.map +1 -1
- package/api/types/ApiKeySortField.d.ts +1 -1
- package/api/types/ApiKeySortField.d.ts.map +1 -1
- package/api/types/ApiKeySortField.js.map +1 -1
- package/api/types/ApiKeySortOrder.d.ts +1 -1
- package/api/types/ApiKeySortOrder.d.ts.map +1 -1
- package/api/types/ApiKeySortOrder.js.map +1 -1
- package/api/types/BadRequestProblems.d.ts +4 -1
- package/api/types/BadRequestProblems.d.ts.map +1 -1
- package/api/types/BadRequestProblems.js.map +1 -1
- package/api/types/ConflictProblems.d.ts +20 -0
- package/api/types/ConflictProblems.d.ts.map +1 -0
- package/api/types/ConflictProblems.js +6 -0
- package/api/types/ConflictProblems.js.map +1 -0
- package/api/types/Credential.d.ts +3 -3
- package/api/types/Credential.d.ts.map +1 -1
- package/api/types/Credential.js.map +1 -1
- package/api/types/Credential11Proof.d.ts +1 -1
- package/api/types/Credential11Proof.d.ts.map +1 -1
- package/api/types/CredentialDataModel.d.ts +1 -1
- package/api/types/CredentialDataModel.d.ts.map +1 -1
- package/api/types/CredentialDataModel.js.map +1 -1
- package/api/types/CredentialFilterAnnotationsItem.d.ts +1 -1
- package/api/types/CredentialFilterAnnotationsItem.d.ts.map +1 -1
- package/api/types/CredentialFilterAnnotationsItem.js.map +1 -1
- package/api/types/CredentialFilterCreatedAt.d.ts +1 -1
- package/api/types/CredentialFilterCreatedAt.d.ts.map +1 -1
- package/api/types/CredentialFilterCreatedAt.js.map +1 -1
- package/api/types/CredentialFilterDataHolder.d.ts +1 -1
- package/api/types/CredentialFilterDataHolder.d.ts.map +1 -1
- package/api/types/CredentialFilterDataHolder.js.map +1 -1
- package/api/types/CredentialFilterDataId.d.ts +1 -1
- package/api/types/CredentialFilterDataId.d.ts.map +1 -1
- package/api/types/CredentialFilterDataId.js.map +1 -1
- package/api/types/CredentialFilterDataIssuer.d.ts +1 -1
- package/api/types/CredentialFilterDataIssuer.d.ts.map +1 -1
- package/api/types/CredentialFilterDataIssuer.js.map +1 -1
- package/api/types/CredentialFilterDataLinkedCredentials.d.ts +1 -1
- package/api/types/CredentialFilterDataLinkedCredentials.d.ts.map +1 -1
- package/api/types/CredentialFilterDataLinkedCredentials.js.map +1 -1
- package/api/types/CredentialFilterDataLinkedFiles.d.ts +1 -1
- package/api/types/CredentialFilterDataLinkedFiles.d.ts.map +1 -1
- package/api/types/CredentialFilterDataLinkedFiles.js.map +1 -1
- package/api/types/CredentialFilterDataMultihash.d.ts +1 -1
- package/api/types/CredentialFilterDataMultihash.d.ts.map +1 -1
- package/api/types/CredentialFilterDataMultihash.js.map +1 -1
- package/api/types/CredentialFilterDataType.d.ts +1 -1
- package/api/types/CredentialFilterDataType.d.ts.map +1 -1
- package/api/types/CredentialFilterDataType.js.map +1 -1
- package/api/types/CredentialFilterDataValidFrom.d.ts +1 -1
- package/api/types/CredentialFilterDataValidFrom.d.ts.map +1 -1
- package/api/types/CredentialFilterDataValidFrom.js.map +1 -1
- package/api/types/CredentialFilterDataValidUntil.d.ts +1 -1
- package/api/types/CredentialFilterDataValidUntil.d.ts.map +1 -1
- package/api/types/CredentialFilterDataValidUntil.js.map +1 -1
- package/api/types/CredentialFilterDeletedAt.d.ts +1 -1
- package/api/types/CredentialFilterDeletedAt.d.ts.map +1 -1
- package/api/types/CredentialFilterDeletedAt.js.map +1 -1
- package/api/types/CredentialFilterEtag.d.ts +1 -1
- package/api/types/CredentialFilterEtag.d.ts.map +1 -1
- package/api/types/CredentialFilterEtag.js.map +1 -1
- package/api/types/CredentialFilterId.d.ts +1 -1
- package/api/types/CredentialFilterId.d.ts.map +1 -1
- package/api/types/CredentialFilterId.js.map +1 -1
- package/api/types/CredentialFilterLabelsItem.d.ts +1 -1
- package/api/types/CredentialFilterLabelsItem.d.ts.map +1 -1
- package/api/types/CredentialFilterLabelsItem.js.map +1 -1
- package/api/types/CredentialFilterModifiedAt.d.ts +1 -1
- package/api/types/CredentialFilterModifiedAt.d.ts.map +1 -1
- package/api/types/CredentialFilterModifiedAt.js.map +1 -1
- package/api/types/CredentialFilterRevision.d.ts +1 -1
- package/api/types/CredentialFilterRevision.d.ts.map +1 -1
- package/api/types/CredentialFilterRevision.js.map +1 -1
- package/api/types/CredentialProofs.d.ts +1 -1
- package/api/types/CredentialProofs.d.ts.map +1 -1
- package/api/types/CredentialSortField.d.ts +1 -1
- package/api/types/CredentialSortField.d.ts.map +1 -1
- package/api/types/CredentialSortField.js.map +1 -1
- package/api/types/CredentialSortOrder.d.ts +1 -1
- package/api/types/CredentialSortOrder.d.ts.map +1 -1
- package/api/types/CredentialSortOrder.js.map +1 -1
- package/api/types/DidDocumentVerificationMethodItem.d.ts +1 -1
- package/api/types/DidDocumentVerificationMethodItem.d.ts.map +1 -1
- package/api/types/DidcommMessageFilterAnnotationsItem.d.ts +1 -1
- package/api/types/DidcommMessageFilterAnnotationsItem.d.ts.map +1 -1
- package/api/types/DidcommMessageFilterAnnotationsItem.js.map +1 -1
- package/api/types/DidcommMessageFilterCreatedAt.d.ts +1 -1
- package/api/types/DidcommMessageFilterCreatedAt.d.ts.map +1 -1
- package/api/types/DidcommMessageFilterCreatedAt.js.map +1 -1
- package/api/types/DidcommMessageFilterDataCredentials.d.ts +1 -1
- package/api/types/DidcommMessageFilterDataCredentials.d.ts.map +1 -1
- package/api/types/DidcommMessageFilterDataCredentials.js.map +1 -1
- package/api/types/DidcommMessageFilterDataFrom.d.ts +1 -1
- package/api/types/DidcommMessageFilterDataFrom.d.ts.map +1 -1
- package/api/types/DidcommMessageFilterDataFrom.js.map +1 -1
- package/api/types/DidcommMessageFilterDataPresentations.d.ts +1 -1
- package/api/types/DidcommMessageFilterDataPresentations.d.ts.map +1 -1
- package/api/types/DidcommMessageFilterDataPresentations.js.map +1 -1
- package/api/types/DidcommMessageFilterDataTo.d.ts +1 -1
- package/api/types/DidcommMessageFilterDataTo.d.ts.map +1 -1
- package/api/types/DidcommMessageFilterDataTo.js.map +1 -1
- package/api/types/DidcommMessageFilterDeletedAt.d.ts +1 -1
- package/api/types/DidcommMessageFilterDeletedAt.d.ts.map +1 -1
- package/api/types/DidcommMessageFilterDeletedAt.js.map +1 -1
- package/api/types/DidcommMessageFilterEtag.d.ts +1 -1
- package/api/types/DidcommMessageFilterEtag.d.ts.map +1 -1
- package/api/types/DidcommMessageFilterEtag.js.map +1 -1
- package/api/types/DidcommMessageFilterId.d.ts +1 -1
- package/api/types/DidcommMessageFilterId.d.ts.map +1 -1
- package/api/types/DidcommMessageFilterId.js.map +1 -1
- package/api/types/DidcommMessageFilterLabelsItem.d.ts +1 -1
- package/api/types/DidcommMessageFilterLabelsItem.d.ts.map +1 -1
- package/api/types/DidcommMessageFilterLabelsItem.js.map +1 -1
- package/api/types/DidcommMessageFilterModifiedAt.d.ts +1 -1
- package/api/types/DidcommMessageFilterModifiedAt.d.ts.map +1 -1
- package/api/types/DidcommMessageFilterModifiedAt.js.map +1 -1
- package/api/types/DidcommMessageFilterRevision.d.ts +1 -1
- package/api/types/DidcommMessageFilterRevision.d.ts.map +1 -1
- package/api/types/DidcommMessageFilterRevision.js.map +1 -1
- package/api/types/DidcommMessageSortField.d.ts +1 -1
- package/api/types/DidcommMessageSortField.d.ts.map +1 -1
- package/api/types/DidcommMessageSortField.js.map +1 -1
- package/api/types/DidcommMessageSortOrder.d.ts +1 -1
- package/api/types/DidcommMessageSortOrder.d.ts.map +1 -1
- package/api/types/DidcommMessageSortOrder.js.map +1 -1
- package/api/types/DraftFieldStructValueFieldsItem.d.ts +1 -1
- package/api/types/DraftFieldStructValueFieldsItem.d.ts.map +1 -1
- package/api/types/DraftFieldStructValueFieldsItem.js.map +1 -1
- package/api/types/DraftFilterAnnotationsItem.d.ts +1 -1
- package/api/types/DraftFilterAnnotationsItem.d.ts.map +1 -1
- package/api/types/DraftFilterAnnotationsItem.js.map +1 -1
- package/api/types/DraftFilterCreatedAt.d.ts +1 -1
- package/api/types/DraftFilterCreatedAt.d.ts.map +1 -1
- package/api/types/DraftFilterCreatedAt.js.map +1 -1
- package/api/types/DraftFilterDataLinkedCredentials.d.ts +1 -1
- package/api/types/DraftFilterDataLinkedCredentials.d.ts.map +1 -1
- package/api/types/DraftFilterDataLinkedCredentials.js.map +1 -1
- package/api/types/DraftFilterDataLinkedDrafts.d.ts +1 -1
- package/api/types/DraftFilterDataLinkedDrafts.d.ts.map +1 -1
- package/api/types/DraftFilterDataLinkedDrafts.js.map +1 -1
- package/api/types/DraftFilterDataType.d.ts +1 -1
- package/api/types/DraftFilterDataType.d.ts.map +1 -1
- package/api/types/DraftFilterDataType.js.map +1 -1
- package/api/types/DraftFilterDeletedAt.d.ts +1 -1
- package/api/types/DraftFilterDeletedAt.d.ts.map +1 -1
- package/api/types/DraftFilterDeletedAt.js.map +1 -1
- package/api/types/DraftFilterEtag.d.ts +1 -1
- package/api/types/DraftFilterEtag.d.ts.map +1 -1
- package/api/types/DraftFilterEtag.js.map +1 -1
- package/api/types/DraftFilterId.d.ts +1 -1
- package/api/types/DraftFilterId.d.ts.map +1 -1
- package/api/types/DraftFilterId.js.map +1 -1
- package/api/types/DraftFilterLabelsItem.d.ts +1 -1
- package/api/types/DraftFilterLabelsItem.d.ts.map +1 -1
- package/api/types/DraftFilterLabelsItem.js.map +1 -1
- package/api/types/DraftFilterMetaSubject.d.ts +1 -1
- package/api/types/DraftFilterMetaSubject.d.ts.map +1 -1
- package/api/types/DraftFilterMetaSubject.js.map +1 -1
- package/api/types/DraftFilterMetaValidFrom.d.ts +1 -1
- package/api/types/DraftFilterMetaValidFrom.d.ts.map +1 -1
- package/api/types/DraftFilterMetaValidFrom.js.map +1 -1
- package/api/types/DraftFilterMetaValidUntil.d.ts +1 -1
- package/api/types/DraftFilterMetaValidUntil.d.ts.map +1 -1
- package/api/types/DraftFilterMetaValidUntil.js.map +1 -1
- package/api/types/DraftFilterModifiedAt.d.ts +1 -1
- package/api/types/DraftFilterModifiedAt.d.ts.map +1 -1
- package/api/types/DraftFilterModifiedAt.js.map +1 -1
- package/api/types/DraftFilterRevision.d.ts +1 -1
- package/api/types/DraftFilterRevision.d.ts.map +1 -1
- package/api/types/DraftFilterRevision.js.map +1 -1
- package/api/types/DraftSchema.d.ts +0 -1
- package/api/types/DraftSchema.d.ts.map +1 -1
- package/api/types/DraftSchema.js.map +1 -1
- package/api/types/DraftSchemaFieldsItem.d.ts +1 -1
- package/api/types/DraftSchemaFieldsItem.d.ts.map +1 -1
- package/api/types/DraftSchemaFieldsItem.js.map +1 -1
- package/api/types/DraftSortField.d.ts +1 -1
- package/api/types/DraftSortField.d.ts.map +1 -1
- package/api/types/DraftSortField.js.map +1 -1
- package/api/types/DraftSortOrder.d.ts +1 -1
- package/api/types/DraftSortOrder.d.ts.map +1 -1
- package/api/types/DraftSortOrder.js.map +1 -1
- package/api/types/EcdsaSecp256K1VerificationKey2019.d.ts +4 -2
- package/api/types/EcdsaSecp256K1VerificationKey2019.d.ts.map +1 -1
- package/api/types/EcdsaSecp256K1VerificationKey2019.js.map +1 -1
- package/api/types/EcdsaSecp256K1VerificationKey2019Type.d.ts +1 -1
- package/api/types/EcdsaSecp256K1VerificationKey2019Type.d.ts.map +1 -1
- package/api/types/EcdsaSecp256K1VerificationKey2019Type.js.map +1 -1
- package/api/types/EqualKeyTypeValue.d.ts +1 -1
- package/api/types/EqualKeyTypeValue.d.ts.map +1 -1
- package/api/types/EqualKeyTypeValue.js.map +1 -1
- package/api/types/FileFilterAnnotationsItem.d.ts +1 -1
- package/api/types/FileFilterAnnotationsItem.d.ts.map +1 -1
- package/api/types/FileFilterAnnotationsItem.js.map +1 -1
- package/api/types/FileFilterCreatedAt.d.ts +1 -1
- package/api/types/FileFilterCreatedAt.d.ts.map +1 -1
- package/api/types/FileFilterCreatedAt.js.map +1 -1
- package/api/types/FileFilterDataContentType.d.ts +1 -1
- package/api/types/FileFilterDataContentType.d.ts.map +1 -1
- package/api/types/FileFilterDataContentType.js.map +1 -1
- package/api/types/FileFilterDataFilename.d.ts +1 -1
- package/api/types/FileFilterDataFilename.d.ts.map +1 -1
- package/api/types/FileFilterDataFilename.js.map +1 -1
- package/api/types/FileFilterDataFilesize.d.ts +1 -1
- package/api/types/FileFilterDataFilesize.d.ts.map +1 -1
- package/api/types/FileFilterDataFilesize.js.map +1 -1
- package/api/types/FileFilterDataId.d.ts +1 -1
- package/api/types/FileFilterDataId.d.ts.map +1 -1
- package/api/types/FileFilterDataId.js.map +1 -1
- package/api/types/FileFilterDataMultihash.d.ts +1 -1
- package/api/types/FileFilterDataMultihash.d.ts.map +1 -1
- package/api/types/FileFilterDataMultihash.js.map +1 -1
- package/api/types/FileFilterDeletedAt.d.ts +1 -1
- package/api/types/FileFilterDeletedAt.d.ts.map +1 -1
- package/api/types/FileFilterDeletedAt.js.map +1 -1
- package/api/types/FileFilterEtag.d.ts +1 -1
- package/api/types/FileFilterEtag.d.ts.map +1 -1
- package/api/types/FileFilterEtag.js.map +1 -1
- package/api/types/FileFilterId.d.ts +1 -1
- package/api/types/FileFilterId.d.ts.map +1 -1
- package/api/types/FileFilterId.js.map +1 -1
- package/api/types/FileFilterLabelsItem.d.ts +1 -1
- package/api/types/FileFilterLabelsItem.d.ts.map +1 -1
- package/api/types/FileFilterLabelsItem.js.map +1 -1
- package/api/types/FileFilterModifiedAt.d.ts +1 -1
- package/api/types/FileFilterModifiedAt.d.ts.map +1 -1
- package/api/types/FileFilterModifiedAt.js.map +1 -1
- package/api/types/FileFilterRevision.d.ts +1 -1
- package/api/types/FileFilterRevision.d.ts.map +1 -1
- package/api/types/FileFilterRevision.js.map +1 -1
- package/api/types/FileSortField.d.ts +1 -1
- package/api/types/FileSortField.d.ts.map +1 -1
- package/api/types/FileSortField.js.map +1 -1
- package/api/types/FileSortOrder.d.ts +1 -1
- package/api/types/FileSortOrder.d.ts.map +1 -1
- package/api/types/FileSortOrder.js.map +1 -1
- package/api/types/File_.d.ts +1 -1
- package/api/types/File_.d.ts.map +1 -1
- package/api/types/File_.js.map +1 -1
- package/api/types/ForbiddenProblems.d.ts +1 -1
- package/api/types/ForbiddenProblems.d.ts.map +1 -1
- package/api/types/ForbiddenProblems.js.map +1 -1
- package/api/types/InKeyTypeValuesItem.d.ts +3 -4
- package/api/types/InKeyTypeValuesItem.d.ts.map +1 -1
- package/api/types/InKeyTypeValuesItem.js.map +1 -1
- package/api/types/KeyFilterAnnotationsItem.d.ts +1 -1
- package/api/types/KeyFilterAnnotationsItem.d.ts.map +1 -1
- package/api/types/KeyFilterAnnotationsItem.js.map +1 -1
- package/api/types/KeyFilterCreatedAt.d.ts +1 -1
- package/api/types/KeyFilterCreatedAt.d.ts.map +1 -1
- package/api/types/KeyFilterCreatedAt.js.map +1 -1
- package/api/types/KeyFilterDataPublicKeyBase58.d.ts +1 -1
- package/api/types/KeyFilterDataPublicKeyBase58.d.ts.map +1 -1
- package/api/types/KeyFilterDataPublicKeyBase58.js.map +1 -1
- package/api/types/KeyFilterDataPublicKeyMultibase.d.ts +1 -1
- package/api/types/KeyFilterDataPublicKeyMultibase.d.ts.map +1 -1
- package/api/types/KeyFilterDataPublicKeyMultibase.js.map +1 -1
- package/api/types/KeyFilterDataPublicKeyPem.d.ts +1 -1
- package/api/types/KeyFilterDataPublicKeyPem.d.ts.map +1 -1
- package/api/types/KeyFilterDataPublicKeyPem.js.map +1 -1
- package/api/types/KeyFilterDataType.d.ts +1 -1
- package/api/types/KeyFilterDataType.d.ts.map +1 -1
- package/api/types/KeyFilterDataType.js.map +1 -1
- package/api/types/KeyFilterDeletedAt.d.ts +1 -1
- package/api/types/KeyFilterDeletedAt.d.ts.map +1 -1
- package/api/types/KeyFilterDeletedAt.js.map +1 -1
- package/api/types/KeyFilterEtag.d.ts +1 -1
- package/api/types/KeyFilterEtag.d.ts.map +1 -1
- package/api/types/KeyFilterEtag.js.map +1 -1
- package/api/types/KeyFilterId.d.ts +1 -1
- package/api/types/KeyFilterId.d.ts.map +1 -1
- package/api/types/KeyFilterId.js.map +1 -1
- package/api/types/KeyFilterLabelsItem.d.ts +1 -1
- package/api/types/KeyFilterLabelsItem.d.ts.map +1 -1
- package/api/types/KeyFilterLabelsItem.js.map +1 -1
- package/api/types/KeyFilterModifiedAt.d.ts +1 -1
- package/api/types/KeyFilterModifiedAt.d.ts.map +1 -1
- package/api/types/KeyFilterModifiedAt.js.map +1 -1
- package/api/types/KeyFilterRevision.d.ts +1 -1
- package/api/types/KeyFilterRevision.d.ts.map +1 -1
- package/api/types/KeyFilterRevision.js.map +1 -1
- package/api/types/KeyGenerate.d.ts +2 -3
- package/api/types/KeyGenerate.d.ts.map +1 -1
- package/api/types/KeyGenerate.js.map +1 -1
- package/api/types/KeyGenerateType.d.ts +3 -4
- package/api/types/KeyGenerateType.d.ts.map +1 -1
- package/api/types/KeyGenerateType.js.map +1 -1
- package/api/types/KeyPublic.d.ts +12 -8
- package/api/types/KeyPublic.d.ts.map +1 -1
- package/api/types/KeyPublic.js.map +1 -1
- package/api/types/KeyPublicType.d.ts +3 -4
- package/api/types/KeyPublicType.d.ts.map +1 -1
- package/api/types/KeyPublicType.js.map +1 -1
- package/api/types/KeySecretEc.d.ts +5 -5
- package/api/types/KeySecretEc.d.ts.map +1 -1
- package/api/types/KeySecretEc.js.map +1 -1
- package/api/types/KeySecretJwk.d.ts +2 -2
- package/api/types/KeySecretJwk.d.ts.map +1 -1
- package/api/types/KeySecretJwk.js.map +1 -1
- package/api/types/KeySecretPkcs8.d.ts +5 -5
- package/api/types/KeySecretPkcs8.d.ts.map +1 -1
- package/api/types/KeySecretPkcs8.js.map +1 -1
- package/api/types/KeySortField.d.ts +1 -1
- package/api/types/KeySortField.d.ts.map +1 -1
- package/api/types/KeySortField.js.map +1 -1
- package/api/types/KeySortOrder.d.ts +1 -1
- package/api/types/KeySortOrder.d.ts.map +1 -1
- package/api/types/KeySortOrder.js.map +1 -1
- package/api/types/MethodNotAllowedProblems.d.ts +1 -1
- package/api/types/MethodNotAllowedProblems.d.ts.map +1 -1
- package/api/types/MethodNotAllowedProblems.js.map +1 -1
- package/api/types/NotEqualKeyTypeValue.d.ts +1 -1
- package/api/types/NotEqualKeyTypeValue.d.ts.map +1 -1
- package/api/types/NotEqualKeyTypeValue.js.map +1 -1
- package/api/types/NotFoundProblems.d.ts +1 -1
- package/api/types/NotFoundProblems.d.ts.map +1 -1
- package/api/types/NotFoundProblems.js.map +1 -1
- package/api/types/NotInKeyTypeValuesItem.d.ts +3 -4
- package/api/types/NotInKeyTypeValuesItem.d.ts.map +1 -1
- package/api/types/NotInKeyTypeValuesItem.js.map +1 -1
- package/api/types/PreconditionFailedProblems.d.ts +1 -1
- package/api/types/PreconditionFailedProblems.d.ts.map +1 -1
- package/api/types/PreconditionFailedProblems.js.map +1 -1
- package/api/types/Presentation.d.ts +2 -2
- package/api/types/Presentation.d.ts.map +1 -1
- package/api/types/Presentation.js.map +1 -1
- package/api/types/PresentationFilterAnnotationsItem.d.ts +1 -1
- package/api/types/PresentationFilterAnnotationsItem.d.ts.map +1 -1
- package/api/types/PresentationFilterAnnotationsItem.js.map +1 -1
- package/api/types/PresentationFilterCreatedAt.d.ts +1 -1
- package/api/types/PresentationFilterCreatedAt.d.ts.map +1 -1
- package/api/types/PresentationFilterCreatedAt.js.map +1 -1
- package/api/types/PresentationFilterDataId.d.ts +1 -1
- package/api/types/PresentationFilterDataId.d.ts.map +1 -1
- package/api/types/PresentationFilterDataId.js.map +1 -1
- package/api/types/PresentationFilterDataLinkedCredentials.d.ts +1 -1
- package/api/types/PresentationFilterDataLinkedCredentials.d.ts.map +1 -1
- package/api/types/PresentationFilterDataLinkedCredentials.js.map +1 -1
- package/api/types/PresentationFilterDataMultihash.d.ts +1 -1
- package/api/types/PresentationFilterDataMultihash.d.ts.map +1 -1
- package/api/types/PresentationFilterDataMultihash.js.map +1 -1
- package/api/types/PresentationFilterDataType.d.ts +1 -1
- package/api/types/PresentationFilterDataType.d.ts.map +1 -1
- package/api/types/PresentationFilterDataType.js.map +1 -1
- package/api/types/PresentationFilterDeletedAt.d.ts +1 -1
- package/api/types/PresentationFilterDeletedAt.d.ts.map +1 -1
- package/api/types/PresentationFilterDeletedAt.js.map +1 -1
- package/api/types/PresentationFilterEtag.d.ts +1 -1
- package/api/types/PresentationFilterEtag.d.ts.map +1 -1
- package/api/types/PresentationFilterEtag.js.map +1 -1
- package/api/types/PresentationFilterId.d.ts +1 -1
- package/api/types/PresentationFilterId.d.ts.map +1 -1
- package/api/types/PresentationFilterId.js.map +1 -1
- package/api/types/PresentationFilterLabelsItem.d.ts +1 -1
- package/api/types/PresentationFilterLabelsItem.d.ts.map +1 -1
- package/api/types/PresentationFilterLabelsItem.js.map +1 -1
- package/api/types/PresentationFilterModifiedAt.d.ts +1 -1
- package/api/types/PresentationFilterModifiedAt.d.ts.map +1 -1
- package/api/types/PresentationFilterModifiedAt.js.map +1 -1
- package/api/types/PresentationFilterRevision.d.ts +1 -1
- package/api/types/PresentationFilterRevision.d.ts.map +1 -1
- package/api/types/PresentationFilterRevision.js.map +1 -1
- package/api/types/PresentationSortField.d.ts +1 -1
- package/api/types/PresentationSortField.d.ts.map +1 -1
- package/api/types/PresentationSortField.js.map +1 -1
- package/api/types/PresentationSortOrder.d.ts +1 -1
- package/api/types/PresentationSortOrder.d.ts.map +1 -1
- package/api/types/PresentationSortOrder.js.map +1 -1
- package/api/types/ProblemBadRequestBlobEmptyData.d.ts +20 -0
- package/api/types/ProblemBadRequestBlobEmptyData.d.ts.map +1 -0
- package/api/types/ProblemBadRequestBlobEmptyData.js +6 -0
- package/api/types/ProblemBadRequestBlobEmptyData.js.map +1 -0
- package/api/types/ProblemConflict.d.ts +20 -0
- package/api/types/ProblemConflict.d.ts.map +1 -0
- package/api/{resources/files/client/requests/FileUpdateInput.js → types/ProblemConflict.js} +1 -1
- package/api/types/ProblemConflict.js.map +1 -0
- package/api/types/ProblemConflictBlobRestoreInProgress.d.ts +21 -0
- package/api/types/ProblemConflictBlobRestoreInProgress.d.ts.map +1 -0
- package/api/types/ProblemConflictBlobRestoreInProgress.js +6 -0
- package/api/types/ProblemConflictBlobRestoreInProgress.js.map +1 -0
- package/api/types/ProblemConflictResource.d.ts +21 -0
- package/api/types/ProblemConflictResource.d.ts.map +1 -0
- package/api/types/ProblemConflictResource.js +6 -0
- package/api/types/ProblemConflictResource.js.map +1 -0
- package/api/types/ProblemPreconditionFailedResource.d.ts +0 -1
- package/api/types/ProblemPreconditionFailedResource.d.ts.map +1 -1
- package/api/types/ProblemPreconditionFailedResource.js.map +1 -1
- package/api/types/Resource.d.ts +0 -1
- package/api/types/Resource.d.ts.map +1 -1
- package/api/types/Resource.js.map +1 -1
- package/api/types/ResourceKind.d.ts +1 -1
- package/api/types/ResourceKind.js.map +1 -1
- package/api/types/TooManyRequestsProblems.d.ts +1 -1
- package/api/types/TooManyRequestsProblems.d.ts.map +1 -1
- package/api/types/TooManyRequestsProblems.js.map +1 -1
- package/api/types/UnauthorizedProblems.d.ts +1 -1
- package/api/types/UnauthorizedProblems.d.ts.map +1 -1
- package/api/types/UnauthorizedProblems.js.map +1 -1
- package/api/types/UnsupportedMediaTypeProblems.d.ts +1 -1
- package/api/types/UnsupportedMediaTypeProblems.d.ts.map +1 -1
- package/api/types/UnsupportedMediaTypeProblems.js.map +1 -1
- package/api/types/UploadResponse.d.ts +1 -1
- package/api/types/UploadResponse.js.map +1 -1
- package/api/types/VerificationMethodMultikey.d.ts +4 -2
- package/api/types/VerificationMethodMultikey.d.ts.map +1 -1
- package/api/types/VerificationMethodMultikey.js.map +1 -1
- package/api/types/VerificationMethodMultikeyType.d.ts +1 -1
- package/api/types/VerificationMethodMultikeyType.d.ts.map +1 -1
- package/api/types/VerificationMethodMultikeyType.js.map +1 -1
- package/api/types/index.d.ts +5 -0
- package/api/types/index.d.ts.map +1 -1
- package/api/types/index.js +5 -0
- package/api/types/index.js.map +1 -1
- package/core/fetcher/APIResponse.d.ts +1 -1
- package/core/fetcher/APIResponse.d.ts.map +1 -1
- package/core/fetcher/Fetcher.d.ts +2 -2
- package/core/fetcher/Fetcher.d.ts.map +1 -1
- package/core/fetcher/Fetcher.js +6 -5
- package/core/fetcher/Fetcher.js.map +1 -1
- package/core/fetcher/Supplier.d.ts +1 -1
- package/core/fetcher/Supplier.d.ts.map +1 -1
- package/core/fetcher/Supplier.js.map +1 -1
- package/core/fetcher/createRequestUrl.d.ts +1 -1
- package/core/fetcher/createRequestUrl.d.ts.map +1 -1
- package/core/fetcher/createRequestUrl.js +1 -2
- package/core/fetcher/createRequestUrl.js.map +1 -1
- package/core/fetcher/getFetchFn.js +18 -9
- package/core/fetcher/getFetchFn.js.map +1 -1
- package/core/fetcher/getHeader.js +1 -2
- package/core/fetcher/getHeader.js.map +1 -1
- package/core/fetcher/getRequestBody.d.ts.map +1 -1
- package/core/fetcher/getRequestBody.js +5 -5
- package/core/fetcher/getRequestBody.js.map +1 -1
- package/core/fetcher/getResponseBody.js +1 -2
- package/core/fetcher/getResponseBody.js.map +1 -1
- package/core/fetcher/makeRequest.d.ts +1 -1
- package/core/fetcher/makeRequest.d.ts.map +1 -1
- package/core/fetcher/makeRequest.js.map +1 -1
- package/core/fetcher/requestWithRetries.js +4 -5
- package/core/fetcher/requestWithRetries.js.map +1 -1
- package/core/fetcher/signals.d.ts +0 -1
- package/core/fetcher/signals.d.ts.map +1 -1
- package/core/fetcher/signals.js +2 -3
- package/core/fetcher/signals.js.map +1 -1
- package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts.map +1 -1
- package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js.map +1 -1
- package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +0 -1
- package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts.map +1 -1
- package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +6 -4
- package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js.map +1 -1
- package/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +1 -1
- package/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts.map +1 -1
- package/core/fetcher/stream-wrappers/UndiciStreamWrapper.js.map +1 -1
- package/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +1 -1
- package/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts.map +1 -1
- package/core/fetcher/stream-wrappers/chooseStreamWrapper.js +18 -9
- package/core/fetcher/stream-wrappers/chooseStreamWrapper.js.map +1 -1
- package/core/index.js +17 -7
- package/core/index.js.map +1 -1
- package/core/json.d.ts +16 -0
- package/core/json.d.ts.map +1 -0
- package/core/json.js +25 -0
- package/core/json.js.map +1 -0
- package/core/runtime/runtime.d.ts +1 -1
- package/core/runtime/runtime.d.ts.map +1 -1
- package/core/runtime/runtime.js +51 -41
- package/core/runtime/runtime.js.map +1 -1
- package/core/schemas/Schema.d.ts +7 -5
- package/core/schemas/Schema.d.ts.map +1 -1
- package/core/schemas/Schema.js +2 -0
- package/core/schemas/Schema.js.map +1 -1
- package/core/schemas/builders/bigint/bigint.d.ts +1 -1
- package/core/schemas/builders/bigint/bigint.d.ts.map +1 -1
- package/core/schemas/builders/bigint/bigint.js +22 -19
- package/core/schemas/builders/bigint/bigint.js.map +1 -1
- package/core/schemas/builders/date/date.js +1 -2
- package/core/schemas/builders/date/date.js.map +1 -1
- package/core/schemas/builders/enum/enum.js +1 -2
- package/core/schemas/builders/enum/enum.js.map +1 -1
- package/core/schemas/builders/lazy/lazy.d.ts +1 -1
- package/core/schemas/builders/lazy/lazy.d.ts.map +1 -1
- package/core/schemas/builders/lazy/lazy.js +3 -4
- package/core/schemas/builders/lazy/lazy.js.map +1 -1
- package/core/schemas/builders/lazy/lazyObject.d.ts.map +1 -1
- package/core/schemas/builders/lazy/lazyObject.js +1 -2
- package/core/schemas/builders/lazy/lazyObject.js.map +1 -1
- package/core/schemas/builders/list/list.js +1 -2
- package/core/schemas/builders/list/list.js.map +1 -1
- package/core/schemas/builders/literals/booleanLiteral.js +1 -2
- package/core/schemas/builders/literals/booleanLiteral.js.map +1 -1
- package/core/schemas/builders/literals/stringLiteral.js +1 -2
- package/core/schemas/builders/literals/stringLiteral.js.map +1 -1
- package/core/schemas/builders/object/object.d.ts +1 -1
- package/core/schemas/builders/object/object.d.ts.map +1 -1
- package/core/schemas/builders/object/object.js +3 -3
- package/core/schemas/builders/object/object.js.map +1 -1
- package/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +3 -3
- package/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts.map +1 -1
- package/core/schemas/builders/object/objectWithoutOptionalProperties.js +1 -2
- package/core/schemas/builders/object/objectWithoutOptionalProperties.js.map +1 -1
- package/core/schemas/builders/object/property.js +2 -3
- package/core/schemas/builders/object/property.js.map +1 -1
- package/core/schemas/builders/object/types.d.ts +11 -11
- package/core/schemas/builders/object/types.d.ts.map +1 -1
- package/core/schemas/builders/object/types.js.map +1 -1
- package/core/schemas/builders/object-like/getObjectLikeUtils.js +2 -3
- package/core/schemas/builders/object-like/getObjectLikeUtils.js.map +1 -1
- package/core/schemas/builders/object-like/types.d.ts +1 -1
- package/core/schemas/builders/object-like/types.d.ts.map +1 -1
- package/core/schemas/builders/primitives/boolean.js.map +1 -1
- package/core/schemas/builders/primitives/number.js.map +1 -1
- package/core/schemas/builders/primitives/string.js.map +1 -1
- package/core/schemas/builders/record/record.js +2 -4
- package/core/schemas/builders/record/record.js.map +1 -1
- package/core/schemas/builders/record/types.d.ts +2 -2
- package/core/schemas/builders/record/types.d.ts.map +1 -1
- package/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +4 -0
- package/core/schemas/builders/schema-utils/getSchemaUtils.d.ts.map +1 -1
- package/core/schemas/builders/schema-utils/getSchemaUtils.js +67 -4
- package/core/schemas/builders/schema-utils/getSchemaUtils.js.map +1 -1
- package/core/schemas/builders/schema-utils/stringifyValidationErrors.js +1 -2
- package/core/schemas/builders/schema-utils/stringifyValidationErrors.js.map +1 -1
- package/core/schemas/builders/set/set.js +1 -2
- package/core/schemas/builders/set/set.js.map +1 -1
- package/core/schemas/builders/undiscriminated-union/types.d.ts +4 -4
- package/core/schemas/builders/undiscriminated-union/types.d.ts.map +1 -1
- package/core/schemas/builders/undiscriminated-union/types.js.map +1 -1
- package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +1 -2
- package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js.map +1 -1
- package/core/schemas/builders/union/discriminant.js +1 -2
- package/core/schemas/builders/union/discriminant.js.map +1 -1
- package/core/schemas/builders/union/types.d.ts +6 -6
- package/core/schemas/builders/union/types.d.ts.map +1 -1
- package/core/schemas/builders/union/types.js.map +1 -1
- package/core/schemas/builders/union/union.d.ts +1 -1
- package/core/schemas/builders/union/union.d.ts.map +1 -1
- package/core/schemas/builders/union/union.js +1 -2
- package/core/schemas/builders/union/union.js.map +1 -1
- package/core/schemas/utils/MaybePromise.d.ts +1 -1
- package/core/schemas/utils/MaybePromise.d.ts.map +1 -1
- package/core/schemas/utils/addQuestionMarksToNullableProperties.d.ts +4 -4
- package/core/schemas/utils/addQuestionMarksToNullableProperties.d.ts.map +1 -1
- package/core/schemas/utils/addQuestionMarksToNullableProperties.js.map +1 -1
- package/core/schemas/utils/createIdentitySchemaCreator.d.ts.map +1 -1
- package/core/schemas/utils/createIdentitySchemaCreator.js +1 -2
- package/core/schemas/utils/createIdentitySchemaCreator.js.map +1 -1
- package/core/schemas/utils/entries.d.ts +1 -1
- package/core/schemas/utils/entries.d.ts.map +1 -1
- package/core/schemas/utils/entries.js +1 -2
- package/core/schemas/utils/entries.js.map +1 -1
- package/core/schemas/utils/filterObject.d.ts +1 -1
- package/core/schemas/utils/filterObject.d.ts.map +1 -1
- package/core/schemas/utils/filterObject.js +1 -2
- package/core/schemas/utils/filterObject.js.map +1 -1
- package/core/schemas/utils/getErrorMessageForIncorrectType.js +1 -2
- package/core/schemas/utils/getErrorMessageForIncorrectType.js.map +1 -1
- package/core/schemas/utils/isPlainObject.js +1 -2
- package/core/schemas/utils/isPlainObject.js.map +1 -1
- package/core/schemas/utils/keys.d.ts +1 -1
- package/core/schemas/utils/keys.d.ts.map +1 -1
- package/core/schemas/utils/keys.js +1 -2
- package/core/schemas/utils/keys.js.map +1 -1
- package/core/schemas/utils/maybeSkipValidation.js +1 -2
- package/core/schemas/utils/maybeSkipValidation.js.map +1 -1
- package/core/schemas/utils/partition.js +1 -2
- package/core/schemas/utils/partition.js.map +1 -1
- package/documents/credential/claims.js +17 -7
- package/documents/credential/claims.js.map +1 -1
- package/documents/credential/claims.spec.js +2 -2
- package/documents/credential/document/vcdm.d.ts +1 -1
- package/documents/credential/document/vcdm.d.ts.map +1 -1
- package/documents/credential/document/vcdm.js +17 -7
- package/documents/credential/document/vcdm.js.map +1 -1
- package/documents/credential/document.js.map +1 -1
- package/documents/credential/draft.d.ts +0 -1
- package/documents/credential/draft.d.ts.map +1 -1
- package/documents/credential/draft.js +1 -1
- package/documents/credential/draft.js.map +1 -1
- package/documents/credential/flavor/vcdm1_1.d.ts +2 -2
- package/documents/credential/flavor/vcdm1_1.d.ts.map +1 -1
- package/documents/credential/flavor/vcdm1_1.js +18 -7
- package/documents/credential/flavor/vcdm1_1.js.map +1 -1
- package/documents/credential/flavor/vcdm2_0.d.ts +2 -2
- package/documents/credential/flavor/vcdm2_0.d.ts.map +1 -1
- package/documents/credential/flavor/vcdm2_0.js +18 -7
- package/documents/credential/flavor/vcdm2_0.js.map +1 -1
- package/documents/credential/flavor.js.map +1 -1
- package/documents/credential/testdata/udt.js +10 -10
- package/documents/credential/testdata/udt.js.map +1 -1
- package/documents/credential/types.d.ts +13 -13
- package/documents/credential/types.d.ts.map +1 -1
- package/documents/credential/types.js.map +1 -1
- package/documents/credential/unknown.d.ts +3 -7
- package/documents/credential/unknown.d.ts.map +1 -1
- package/documents/credential/unknown.js +0 -8
- package/documents/credential/unknown.js.map +1 -1
- package/documents/credential/verifiable.d.ts +2 -3
- package/documents/credential/verifiable.d.ts.map +1 -1
- package/documents/credential/verifiable.js +17 -7
- package/documents/credential/verifiable.js.map +1 -1
- package/documents/credential/with-claims.js.map +1 -1
- package/documents/credential.d.ts +3 -7
- package/documents/credential.d.ts.map +1 -1
- package/documents/credential.js +1 -9
- package/documents/credential.js.map +1 -1
- package/documents/decorators.d.ts +11 -11
- package/documents/decorators.d.ts.map +1 -1
- package/documents/decorators.js.map +1 -1
- package/documents/models.d.ts +2 -3
- package/documents/models.d.ts.map +1 -1
- package/documents/models.js +12 -12
- package/documents/models.js.map +1 -1
- package/documents/models.spec.js.map +1 -1
- package/documents/presentation.js +2 -2
- package/documents/presentation.js.map +1 -1
- package/documents/types.d.ts +21 -22
- package/documents/types.d.ts.map +1 -1
- package/documents/types.js.map +1 -1
- package/documents/utils/converters.d.ts +3 -3
- package/documents/utils/converters.d.ts.map +1 -1
- package/documents/utils/idempotency.d.ts +1 -1
- package/documents/utils/idempotency.d.ts.map +1 -1
- package/documents/utils/stream.d.ts +2 -3
- package/documents/utils/stream.d.ts.map +1 -1
- package/documents/utils/stream.js +9 -8
- package/documents/utils/stream.js.map +1 -1
- package/environments.d.ts +1 -1
- package/environments.d.ts.map +1 -1
- package/errors/TruvityError.d.ts.map +1 -1
- package/errors/TruvityError.js +2 -1
- package/errors/TruvityError.js.map +1 -1
- package/index.js +17 -7
- package/index.js.map +1 -1
- package/package.json +14 -14
- package/reference.md +59 -128
- package/scripts/rename-to-esm-files.js +115 -0
- package/serialization/resources/apiKeys/client/requests/ApiKeyInput.d.ts.map +1 -1
- package/serialization/resources/apiKeys/client/requests/ApiKeyInput.js +17 -7
- package/serialization/resources/apiKeys/client/requests/ApiKeyInput.js.map +1 -1
- package/serialization/resources/apiKeys/client/requests/ApiKeySearchRequest.d.ts.map +1 -1
- package/serialization/resources/apiKeys/client/requests/ApiKeySearchRequest.js +17 -7
- package/serialization/resources/apiKeys/client/requests/ApiKeySearchRequest.js.map +1 -1
- package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsInput.d.ts.map +1 -1
- package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsInput.js +17 -7
- package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsInput.js.map +1 -1
- package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateLabelsInput.d.ts.map +1 -1
- package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateLabelsInput.js +17 -7
- package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateLabelsInput.js.map +1 -1
- package/serialization/resources/credentials/client/requests/CredentialInput.d.ts.map +1 -1
- package/serialization/resources/credentials/client/requests/CredentialInput.js +17 -7
- package/serialization/resources/credentials/client/requests/CredentialInput.js.map +1 -1
- package/serialization/resources/credentials/client/requests/CredentialSearchRequest.d.ts.map +1 -1
- package/serialization/resources/credentials/client/requests/CredentialSearchRequest.js +17 -7
- package/serialization/resources/credentials/client/requests/CredentialSearchRequest.js.map +1 -1
- package/serialization/resources/credentials/client/requests/CredentialUpdateAnnotationsInput.d.ts.map +1 -1
- package/serialization/resources/credentials/client/requests/CredentialUpdateAnnotationsInput.js +17 -7
- package/serialization/resources/credentials/client/requests/CredentialUpdateAnnotationsInput.js.map +1 -1
- package/serialization/resources/credentials/client/requests/CredentialUpdateLabelsInput.d.ts.map +1 -1
- package/serialization/resources/credentials/client/requests/CredentialUpdateLabelsInput.js +17 -7
- package/serialization/resources/credentials/client/requests/CredentialUpdateLabelsInput.js.map +1 -1
- package/serialization/resources/desk/client/didCommMessageRecv.d.ts.map +1 -1
- package/serialization/resources/desk/client/didCommMessageRecv.js +17 -7
- package/serialization/resources/desk/client/didCommMessageRecv.js.map +1 -1
- package/serialization/resources/desk/client/index.js +17 -7
- package/serialization/resources/desk/client/index.js.map +1 -1
- package/serialization/resources/didcommMessages/client/requests/DidCommMessageSendInput.d.ts.map +1 -1
- package/serialization/resources/didcommMessages/client/requests/DidCommMessageSendInput.js +17 -7
- package/serialization/resources/didcommMessages/client/requests/DidCommMessageSendInput.js.map +1 -1
- package/serialization/resources/didcommMessages/client/requests/DidcommMessageSearchRequest.d.ts.map +1 -1
- package/serialization/resources/didcommMessages/client/requests/DidcommMessageSearchRequest.js +17 -7
- package/serialization/resources/didcommMessages/client/requests/DidcommMessageSearchRequest.js.map +1 -1
- package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsInput.d.ts.map +1 -1
- package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsInput.js +17 -7
- package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsInput.js.map +1 -1
- package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsInput.d.ts.map +1 -1
- package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsInput.js +17 -7
- package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsInput.js.map +1 -1
- package/serialization/resources/drafts/client/requests/DraftExport.d.ts.map +1 -1
- package/serialization/resources/drafts/client/requests/DraftExport.js +17 -7
- package/serialization/resources/drafts/client/requests/DraftExport.js.map +1 -1
- package/serialization/resources/drafts/client/requests/DraftInput.d.ts.map +1 -1
- package/serialization/resources/drafts/client/requests/DraftInput.js +17 -7
- package/serialization/resources/drafts/client/requests/DraftInput.js.map +1 -1
- package/serialization/resources/drafts/client/requests/DraftIssue.d.ts.map +1 -1
- package/serialization/resources/drafts/client/requests/DraftIssue.js +17 -7
- package/serialization/resources/drafts/client/requests/DraftIssue.js.map +1 -1
- package/serialization/resources/drafts/client/requests/DraftSearchRequest.d.ts.map +1 -1
- package/serialization/resources/drafts/client/requests/DraftSearchRequest.js +17 -7
- package/serialization/resources/drafts/client/requests/DraftSearchRequest.js.map +1 -1
- package/serialization/resources/drafts/client/requests/DraftUpdateAnnotationsInput.d.ts.map +1 -1
- package/serialization/resources/drafts/client/requests/DraftUpdateAnnotationsInput.js +17 -7
- package/serialization/resources/drafts/client/requests/DraftUpdateAnnotationsInput.js.map +1 -1
- package/serialization/resources/drafts/client/requests/DraftUpdateInput.d.ts.map +1 -1
- package/serialization/resources/drafts/client/requests/DraftUpdateInput.js +17 -7
- package/serialization/resources/drafts/client/requests/DraftUpdateInput.js.map +1 -1
- package/serialization/resources/drafts/client/requests/DraftUpdateLabelsInput.d.ts.map +1 -1
- package/serialization/resources/drafts/client/requests/DraftUpdateLabelsInput.js +17 -7
- package/serialization/resources/drafts/client/requests/DraftUpdateLabelsInput.js.map +1 -1
- package/serialization/resources/drafts/types/DraftIssueDidMethod.d.ts.map +1 -1
- package/serialization/resources/drafts/types/DraftIssueDidMethod.js +17 -7
- package/serialization/resources/drafts/types/DraftIssueDidMethod.js.map +1 -1
- package/serialization/resources/files/client/requests/FileInput.d.ts.map +1 -1
- package/serialization/resources/files/client/requests/FileInput.js +17 -7
- package/serialization/resources/files/client/requests/FileInput.js.map +1 -1
- package/serialization/resources/files/client/requests/FileSearchRequest.d.ts.map +1 -1
- package/serialization/resources/files/client/requests/FileSearchRequest.js +17 -7
- package/serialization/resources/files/client/requests/FileSearchRequest.js.map +1 -1
- package/serialization/resources/files/client/requests/FileUpdateAnnotationsInput.d.ts.map +1 -1
- package/serialization/resources/files/client/requests/FileUpdateAnnotationsInput.js +17 -7
- package/serialization/resources/files/client/requests/FileUpdateAnnotationsInput.js.map +1 -1
- package/serialization/resources/files/client/requests/FileUpdateLabelsInput.d.ts.map +1 -1
- package/serialization/resources/files/client/requests/FileUpdateLabelsInput.js +17 -7
- package/serialization/resources/files/client/requests/FileUpdateLabelsInput.js.map +1 -1
- package/serialization/resources/files/client/requests/index.d.ts +0 -1
- package/serialization/resources/files/client/requests/index.d.ts.map +1 -1
- package/serialization/resources/files/client/requests/index.js +1 -3
- package/serialization/resources/files/client/requests/index.js.map +1 -1
- package/serialization/resources/gdpr/client/requests/SupportRequest.d.ts.map +1 -1
- package/serialization/resources/gdpr/client/requests/SupportRequest.js +17 -7
- package/serialization/resources/gdpr/client/requests/SupportRequest.js.map +1 -1
- package/serialization/resources/gdpr/types/SupportRequestType.d.ts.map +1 -1
- package/serialization/resources/gdpr/types/SupportRequestType.js +17 -7
- package/serialization/resources/gdpr/types/SupportRequestType.js.map +1 -1
- package/serialization/resources/index.js +17 -7
- package/serialization/resources/index.js.map +1 -1
- package/serialization/resources/keys/client/credentialSign.d.ts.map +1 -1
- package/serialization/resources/keys/client/credentialSign.js +17 -7
- package/serialization/resources/keys/client/credentialSign.js.map +1 -1
- package/serialization/resources/keys/client/didCommMessageSign.d.ts.map +1 -1
- package/serialization/resources/keys/client/didCommMessageSign.js +17 -7
- package/serialization/resources/keys/client/didCommMessageSign.js.map +1 -1
- package/serialization/resources/keys/client/index.js +17 -7
- package/serialization/resources/keys/client/index.js.map +1 -1
- package/serialization/resources/keys/client/presentationSign.d.ts.map +1 -1
- package/serialization/resources/keys/client/presentationSign.js +17 -7
- package/serialization/resources/keys/client/presentationSign.js.map +1 -1
- package/serialization/resources/keys/client/requests/KeyGenerateInput.d.ts.map +1 -1
- package/serialization/resources/keys/client/requests/KeyGenerateInput.js +17 -7
- package/serialization/resources/keys/client/requests/KeyGenerateInput.js.map +1 -1
- package/serialization/resources/keys/client/requests/KeyImportSecretInput.d.ts.map +1 -1
- package/serialization/resources/keys/client/requests/KeyImportSecretInput.js +17 -7
- package/serialization/resources/keys/client/requests/KeyImportSecretInput.js.map +1 -1
- package/serialization/resources/keys/client/requests/KeySearchRequest.d.ts.map +1 -1
- package/serialization/resources/keys/client/requests/KeySearchRequest.js +17 -7
- package/serialization/resources/keys/client/requests/KeySearchRequest.js.map +1 -1
- package/serialization/resources/keys/client/requests/KeyUpdateAnnotationsInput.d.ts.map +1 -1
- package/serialization/resources/keys/client/requests/KeyUpdateAnnotationsInput.js +17 -7
- package/serialization/resources/keys/client/requests/KeyUpdateAnnotationsInput.js.map +1 -1
- package/serialization/resources/keys/client/requests/KeyUpdateLabelsInput.d.ts.map +1 -1
- package/serialization/resources/keys/client/requests/KeyUpdateLabelsInput.js +17 -7
- package/serialization/resources/keys/client/requests/KeyUpdateLabelsInput.js.map +1 -1
- package/serialization/resources/keys/types/CredentialSignRequestDidMethod.d.ts.map +1 -1
- package/serialization/resources/keys/types/CredentialSignRequestDidMethod.js +17 -7
- package/serialization/resources/keys/types/CredentialSignRequestDidMethod.js.map +1 -1
- package/serialization/resources/keys/types/DidCommMessageSignRequestDidMethod.d.ts.map +1 -1
- package/serialization/resources/keys/types/DidCommMessageSignRequestDidMethod.js +17 -7
- package/serialization/resources/keys/types/DidCommMessageSignRequestDidMethod.js.map +1 -1
- package/serialization/resources/keys/types/PresentationSignRequestDidMethod.d.ts.map +1 -1
- package/serialization/resources/keys/types/PresentationSignRequestDidMethod.js +17 -7
- package/serialization/resources/keys/types/PresentationSignRequestDidMethod.js.map +1 -1
- package/serialization/resources/presentations/client/requests/PresentationExport.d.ts.map +1 -1
- package/serialization/resources/presentations/client/requests/PresentationExport.js +17 -7
- package/serialization/resources/presentations/client/requests/PresentationExport.js.map +1 -1
- package/serialization/resources/presentations/client/requests/PresentationInput.d.ts.map +1 -1
- package/serialization/resources/presentations/client/requests/PresentationInput.js +17 -7
- package/serialization/resources/presentations/client/requests/PresentationInput.js.map +1 -1
- package/serialization/resources/presentations/client/requests/PresentationIssue.d.ts.map +1 -1
- package/serialization/resources/presentations/client/requests/PresentationIssue.js +17 -7
- package/serialization/resources/presentations/client/requests/PresentationIssue.js.map +1 -1
- package/serialization/resources/presentations/client/requests/PresentationSearchRequest.d.ts.map +1 -1
- package/serialization/resources/presentations/client/requests/PresentationSearchRequest.js +17 -7
- package/serialization/resources/presentations/client/requests/PresentationSearchRequest.js.map +1 -1
- package/serialization/resources/presentations/client/requests/PresentationUpdateAnnotationsInput.d.ts.map +1 -1
- package/serialization/resources/presentations/client/requests/PresentationUpdateAnnotationsInput.js +17 -7
- package/serialization/resources/presentations/client/requests/PresentationUpdateAnnotationsInput.js.map +1 -1
- package/serialization/resources/presentations/client/requests/PresentationUpdateLabelsInput.d.ts.map +1 -1
- package/serialization/resources/presentations/client/requests/PresentationUpdateLabelsInput.js +17 -7
- package/serialization/resources/presentations/client/requests/PresentationUpdateLabelsInput.js.map +1 -1
- package/serialization/resources/presentations/types/PresentationIssueDidMethod.d.ts.map +1 -1
- package/serialization/resources/presentations/types/PresentationIssueDidMethod.js +17 -7
- package/serialization/resources/presentations/types/PresentationIssueDidMethod.js.map +1 -1
- package/serialization/types/ApiKey.d.ts.map +1 -1
- package/serialization/types/ApiKey.js +17 -7
- package/serialization/types/ApiKey.js.map +1 -1
- package/serialization/types/ApiKeyFilter.d.ts.map +1 -1
- package/serialization/types/ApiKeyFilter.js +17 -7
- package/serialization/types/ApiKeyFilter.js.map +1 -1
- package/serialization/types/ApiKeyFilterAnnotationsItem.d.ts.map +1 -1
- package/serialization/types/ApiKeyFilterAnnotationsItem.js +17 -7
- package/serialization/types/ApiKeyFilterAnnotationsItem.js.map +1 -1
- package/serialization/types/ApiKeyFilterCreatedAt.d.ts.map +1 -1
- package/serialization/types/ApiKeyFilterCreatedAt.js +17 -7
- package/serialization/types/ApiKeyFilterCreatedAt.js.map +1 -1
- package/serialization/types/ApiKeyFilterData.d.ts.map +1 -1
- package/serialization/types/ApiKeyFilterData.js +17 -7
- package/serialization/types/ApiKeyFilterData.js.map +1 -1
- package/serialization/types/ApiKeyFilterDataExpiration.d.ts.map +1 -1
- package/serialization/types/ApiKeyFilterDataExpiration.js +17 -7
- package/serialization/types/ApiKeyFilterDataExpiration.js.map +1 -1
- package/serialization/types/ApiKeyFilterDataSubjectId.d.ts.map +1 -1
- package/serialization/types/ApiKeyFilterDataSubjectId.js +17 -7
- package/serialization/types/ApiKeyFilterDataSubjectId.js.map +1 -1
- package/serialization/types/ApiKeyFilterDeletedAt.d.ts.map +1 -1
- package/serialization/types/ApiKeyFilterDeletedAt.js +17 -7
- package/serialization/types/ApiKeyFilterDeletedAt.js.map +1 -1
- package/serialization/types/ApiKeyFilterEtag.d.ts.map +1 -1
- package/serialization/types/ApiKeyFilterEtag.js +17 -7
- package/serialization/types/ApiKeyFilterEtag.js.map +1 -1
- package/serialization/types/ApiKeyFilterId.d.ts.map +1 -1
- package/serialization/types/ApiKeyFilterId.js +17 -7
- package/serialization/types/ApiKeyFilterId.js.map +1 -1
- package/serialization/types/ApiKeyFilterLabelsItem.d.ts.map +1 -1
- package/serialization/types/ApiKeyFilterLabelsItem.js +17 -7
- package/serialization/types/ApiKeyFilterLabelsItem.js.map +1 -1
- package/serialization/types/ApiKeyFilterModifiedAt.d.ts.map +1 -1
- package/serialization/types/ApiKeyFilterModifiedAt.js +17 -7
- package/serialization/types/ApiKeyFilterModifiedAt.js.map +1 -1
- package/serialization/types/ApiKeyFilterRevision.d.ts.map +1 -1
- package/serialization/types/ApiKeyFilterRevision.js +17 -7
- package/serialization/types/ApiKeyFilterRevision.js.map +1 -1
- package/serialization/types/ApiKeyFull.d.ts.map +1 -1
- package/serialization/types/ApiKeyFull.js +17 -7
- package/serialization/types/ApiKeyFull.js.map +1 -1
- package/serialization/types/ApiKeySort.d.ts.map +1 -1
- package/serialization/types/ApiKeySort.js +17 -7
- package/serialization/types/ApiKeySort.js.map +1 -1
- package/serialization/types/ApiKeySortField.d.ts.map +1 -1
- package/serialization/types/ApiKeySortField.js +17 -7
- package/serialization/types/ApiKeySortField.js.map +1 -1
- package/serialization/types/ApiKeySortOrder.d.ts.map +1 -1
- package/serialization/types/ApiKeySortOrder.js +17 -7
- package/serialization/types/ApiKeySortOrder.js.map +1 -1
- package/serialization/types/BadRequestProblems.d.ts +5 -1
- package/serialization/types/BadRequestProblems.d.ts.map +1 -1
- package/serialization/types/BadRequestProblems.js +19 -7
- package/serialization/types/BadRequestProblems.js.map +1 -1
- package/serialization/types/BetweenFilesize.d.ts.map +1 -1
- package/serialization/types/BetweenFilesize.js +17 -7
- package/serialization/types/BetweenFilesize.js.map +1 -1
- package/serialization/types/BetweenRevision.d.ts.map +1 -1
- package/serialization/types/BetweenRevision.js +17 -7
- package/serialization/types/BetweenRevision.js.map +1 -1
- package/serialization/types/ConflictProblems.d.ts +23 -0
- package/serialization/types/ConflictProblems.d.ts.map +1 -0
- package/serialization/types/ConflictProblems.js +54 -0
- package/serialization/types/ConflictProblems.js.map +1 -0
- package/serialization/types/Credential.d.ts.map +1 -1
- package/serialization/types/Credential.js +17 -7
- package/serialization/types/Credential.js.map +1 -1
- package/serialization/types/Credential11.d.ts.map +1 -1
- package/serialization/types/Credential11.js +17 -7
- package/serialization/types/Credential11.js.map +1 -1
- package/serialization/types/Credential11Proof.d.ts.map +1 -1
- package/serialization/types/Credential11Proof.js +17 -7
- package/serialization/types/Credential11Proof.js.map +1 -1
- package/serialization/types/CredentialDataModel.d.ts.map +1 -1
- package/serialization/types/CredentialDataModel.js +17 -7
- package/serialization/types/CredentialDataModel.js.map +1 -1
- package/serialization/types/CredentialFilter.d.ts.map +1 -1
- package/serialization/types/CredentialFilter.js +17 -7
- package/serialization/types/CredentialFilter.js.map +1 -1
- package/serialization/types/CredentialFilterAnnotationsItem.d.ts.map +1 -1
- package/serialization/types/CredentialFilterAnnotationsItem.js +17 -7
- package/serialization/types/CredentialFilterAnnotationsItem.js.map +1 -1
- package/serialization/types/CredentialFilterCreatedAt.d.ts.map +1 -1
- package/serialization/types/CredentialFilterCreatedAt.js +17 -7
- package/serialization/types/CredentialFilterCreatedAt.js.map +1 -1
- package/serialization/types/CredentialFilterData.d.ts.map +1 -1
- package/serialization/types/CredentialFilterData.js +17 -7
- package/serialization/types/CredentialFilterData.js.map +1 -1
- package/serialization/types/CredentialFilterDataHolder.d.ts.map +1 -1
- package/serialization/types/CredentialFilterDataHolder.js +17 -7
- package/serialization/types/CredentialFilterDataHolder.js.map +1 -1
- package/serialization/types/CredentialFilterDataId.d.ts.map +1 -1
- package/serialization/types/CredentialFilterDataId.js +17 -7
- package/serialization/types/CredentialFilterDataId.js.map +1 -1
- package/serialization/types/CredentialFilterDataIssuer.d.ts.map +1 -1
- package/serialization/types/CredentialFilterDataIssuer.js +17 -7
- package/serialization/types/CredentialFilterDataIssuer.js.map +1 -1
- package/serialization/types/CredentialFilterDataLinkedCredentials.d.ts.map +1 -1
- package/serialization/types/CredentialFilterDataLinkedCredentials.js +17 -7
- package/serialization/types/CredentialFilterDataLinkedCredentials.js.map +1 -1
- package/serialization/types/CredentialFilterDataLinkedFiles.d.ts.map +1 -1
- package/serialization/types/CredentialFilterDataLinkedFiles.js +17 -7
- package/serialization/types/CredentialFilterDataLinkedFiles.js.map +1 -1
- package/serialization/types/CredentialFilterDataMultihash.d.ts.map +1 -1
- package/serialization/types/CredentialFilterDataMultihash.js +17 -7
- package/serialization/types/CredentialFilterDataMultihash.js.map +1 -1
- package/serialization/types/CredentialFilterDataType.d.ts.map +1 -1
- package/serialization/types/CredentialFilterDataType.js +17 -7
- package/serialization/types/CredentialFilterDataType.js.map +1 -1
- package/serialization/types/CredentialFilterDataValidFrom.d.ts.map +1 -1
- package/serialization/types/CredentialFilterDataValidFrom.js +17 -7
- package/serialization/types/CredentialFilterDataValidFrom.js.map +1 -1
- package/serialization/types/CredentialFilterDataValidUntil.d.ts.map +1 -1
- package/serialization/types/CredentialFilterDataValidUntil.js +17 -7
- package/serialization/types/CredentialFilterDataValidUntil.js.map +1 -1
- package/serialization/types/CredentialFilterDeletedAt.d.ts.map +1 -1
- package/serialization/types/CredentialFilterDeletedAt.js +17 -7
- package/serialization/types/CredentialFilterDeletedAt.js.map +1 -1
- package/serialization/types/CredentialFilterEtag.d.ts.map +1 -1
- package/serialization/types/CredentialFilterEtag.js +17 -7
- package/serialization/types/CredentialFilterEtag.js.map +1 -1
- package/serialization/types/CredentialFilterId.d.ts.map +1 -1
- package/serialization/types/CredentialFilterId.js +17 -7
- package/serialization/types/CredentialFilterId.js.map +1 -1
- package/serialization/types/CredentialFilterLabelsItem.d.ts.map +1 -1
- package/serialization/types/CredentialFilterLabelsItem.js +17 -7
- package/serialization/types/CredentialFilterLabelsItem.js.map +1 -1
- package/serialization/types/CredentialFilterModifiedAt.d.ts.map +1 -1
- package/serialization/types/CredentialFilterModifiedAt.js +17 -7
- package/serialization/types/CredentialFilterModifiedAt.js.map +1 -1
- package/serialization/types/CredentialFilterRevision.d.ts.map +1 -1
- package/serialization/types/CredentialFilterRevision.js +17 -7
- package/serialization/types/CredentialFilterRevision.js.map +1 -1
- package/serialization/types/CredentialProof.d.ts.map +1 -1
- package/serialization/types/CredentialProof.js +17 -7
- package/serialization/types/CredentialProof.js.map +1 -1
- package/serialization/types/CredentialProofs.d.ts.map +1 -1
- package/serialization/types/CredentialProofs.js +17 -7
- package/serialization/types/CredentialProofs.js.map +1 -1
- package/serialization/types/CredentialSort.d.ts.map +1 -1
- package/serialization/types/CredentialSort.js +17 -7
- package/serialization/types/CredentialSort.js.map +1 -1
- package/serialization/types/CredentialSortField.d.ts.map +1 -1
- package/serialization/types/CredentialSortField.js +17 -7
- package/serialization/types/CredentialSortField.js.map +1 -1
- package/serialization/types/CredentialSortOrder.d.ts.map +1 -1
- package/serialization/types/CredentialSortOrder.js +17 -7
- package/serialization/types/CredentialSortOrder.js.map +1 -1
- package/serialization/types/CredentialVerify.d.ts.map +1 -1
- package/serialization/types/CredentialVerify.js +17 -7
- package/serialization/types/CredentialVerify.js.map +1 -1
- package/serialization/types/DidCommMessage.d.ts.map +1 -1
- package/serialization/types/DidCommMessage.js +17 -7
- package/serialization/types/DidCommMessage.js.map +1 -1
- package/serialization/types/DidCommMessageSend.d.ts.map +1 -1
- package/serialization/types/DidCommMessageSend.js +17 -7
- package/serialization/types/DidCommMessageSend.js.map +1 -1
- package/serialization/types/DidDocument.d.ts.map +1 -1
- package/serialization/types/DidDocument.js +17 -7
- package/serialization/types/DidDocument.js.map +1 -1
- package/serialization/types/DidDocumentVerificationMethodItem.d.ts.map +1 -1
- package/serialization/types/DidDocumentVerificationMethodItem.js +17 -7
- package/serialization/types/DidDocumentVerificationMethodItem.js.map +1 -1
- package/serialization/types/DidcommMessageFilter.d.ts.map +1 -1
- package/serialization/types/DidcommMessageFilter.js +17 -7
- package/serialization/types/DidcommMessageFilter.js.map +1 -1
- package/serialization/types/DidcommMessageFilterAnnotationsItem.d.ts.map +1 -1
- package/serialization/types/DidcommMessageFilterAnnotationsItem.js +17 -7
- package/serialization/types/DidcommMessageFilterAnnotationsItem.js.map +1 -1
- package/serialization/types/DidcommMessageFilterCreatedAt.d.ts.map +1 -1
- package/serialization/types/DidcommMessageFilterCreatedAt.js +17 -7
- package/serialization/types/DidcommMessageFilterCreatedAt.js.map +1 -1
- package/serialization/types/DidcommMessageFilterData.d.ts.map +1 -1
- package/serialization/types/DidcommMessageFilterData.js +17 -7
- package/serialization/types/DidcommMessageFilterData.js.map +1 -1
- package/serialization/types/DidcommMessageFilterDataCredentials.d.ts.map +1 -1
- package/serialization/types/DidcommMessageFilterDataCredentials.js +17 -7
- package/serialization/types/DidcommMessageFilterDataCredentials.js.map +1 -1
- package/serialization/types/DidcommMessageFilterDataFrom.d.ts.map +1 -1
- package/serialization/types/DidcommMessageFilterDataFrom.js +17 -7
- package/serialization/types/DidcommMessageFilterDataFrom.js.map +1 -1
- package/serialization/types/DidcommMessageFilterDataPresentations.d.ts.map +1 -1
- package/serialization/types/DidcommMessageFilterDataPresentations.js +17 -7
- package/serialization/types/DidcommMessageFilterDataPresentations.js.map +1 -1
- package/serialization/types/DidcommMessageFilterDataTo.d.ts.map +1 -1
- package/serialization/types/DidcommMessageFilterDataTo.js +17 -7
- package/serialization/types/DidcommMessageFilterDataTo.js.map +1 -1
- package/serialization/types/DidcommMessageFilterDeletedAt.d.ts.map +1 -1
- package/serialization/types/DidcommMessageFilterDeletedAt.js +17 -7
- package/serialization/types/DidcommMessageFilterDeletedAt.js.map +1 -1
- package/serialization/types/DidcommMessageFilterEtag.d.ts.map +1 -1
- package/serialization/types/DidcommMessageFilterEtag.js +17 -7
- package/serialization/types/DidcommMessageFilterEtag.js.map +1 -1
- package/serialization/types/DidcommMessageFilterId.d.ts.map +1 -1
- package/serialization/types/DidcommMessageFilterId.js +17 -7
- package/serialization/types/DidcommMessageFilterId.js.map +1 -1
- package/serialization/types/DidcommMessageFilterLabelsItem.d.ts.map +1 -1
- package/serialization/types/DidcommMessageFilterLabelsItem.js +17 -7
- package/serialization/types/DidcommMessageFilterLabelsItem.js.map +1 -1
- package/serialization/types/DidcommMessageFilterModifiedAt.d.ts.map +1 -1
- package/serialization/types/DidcommMessageFilterModifiedAt.js +17 -7
- package/serialization/types/DidcommMessageFilterModifiedAt.js.map +1 -1
- package/serialization/types/DidcommMessageFilterRevision.d.ts.map +1 -1
- package/serialization/types/DidcommMessageFilterRevision.js +17 -7
- package/serialization/types/DidcommMessageFilterRevision.js.map +1 -1
- package/serialization/types/DidcommMessageSort.d.ts.map +1 -1
- package/serialization/types/DidcommMessageSort.js +17 -7
- package/serialization/types/DidcommMessageSort.js.map +1 -1
- package/serialization/types/DidcommMessageSortField.d.ts.map +1 -1
- package/serialization/types/DidcommMessageSortField.js +17 -7
- package/serialization/types/DidcommMessageSortField.js.map +1 -1
- package/serialization/types/DidcommMessageSortOrder.d.ts.map +1 -1
- package/serialization/types/DidcommMessageSortOrder.js +17 -7
- package/serialization/types/DidcommMessageSortOrder.js.map +1 -1
- package/serialization/types/Draft.d.ts.map +1 -1
- package/serialization/types/Draft.js +17 -7
- package/serialization/types/Draft.js.map +1 -1
- package/serialization/types/DraftCreate.d.ts.map +1 -1
- package/serialization/types/DraftCreate.js +17 -7
- package/serialization/types/DraftCreate.js.map +1 -1
- package/serialization/types/DraftEnumValue.d.ts.map +1 -1
- package/serialization/types/DraftEnumValue.js +17 -7
- package/serialization/types/DraftEnumValue.js.map +1 -1
- package/serialization/types/DraftFieldBooleanValue.d.ts.map +1 -1
- package/serialization/types/DraftFieldBooleanValue.js +17 -7
- package/serialization/types/DraftFieldBooleanValue.js.map +1 -1
- package/serialization/types/DraftFieldDateTimeValue.d.ts.map +1 -1
- package/serialization/types/DraftFieldDateTimeValue.js +17 -7
- package/serialization/types/DraftFieldDateTimeValue.js.map +1 -1
- package/serialization/types/DraftFieldDateValue.d.ts.map +1 -1
- package/serialization/types/DraftFieldDateValue.js +17 -7
- package/serialization/types/DraftFieldDateValue.js.map +1 -1
- package/serialization/types/DraftFieldFileValue.d.ts.map +1 -1
- package/serialization/types/DraftFieldFileValue.js +17 -7
- package/serialization/types/DraftFieldFileValue.js.map +1 -1
- package/serialization/types/DraftFieldLinkValue.d.ts.map +1 -1
- package/serialization/types/DraftFieldLinkValue.js +17 -7
- package/serialization/types/DraftFieldLinkValue.js.map +1 -1
- package/serialization/types/DraftFieldNumberValue.d.ts.map +1 -1
- package/serialization/types/DraftFieldNumberValue.js +17 -7
- package/serialization/types/DraftFieldNumberValue.js.map +1 -1
- package/serialization/types/DraftFieldStringValue.d.ts.map +1 -1
- package/serialization/types/DraftFieldStringValue.js +17 -7
- package/serialization/types/DraftFieldStringValue.js.map +1 -1
- package/serialization/types/DraftFieldStructValue.d.ts.map +1 -1
- package/serialization/types/DraftFieldStructValue.js +17 -7
- package/serialization/types/DraftFieldStructValue.js.map +1 -1
- package/serialization/types/DraftFieldStructValueFieldsItem.d.ts.map +1 -1
- package/serialization/types/DraftFieldStructValueFieldsItem.js +17 -7
- package/serialization/types/DraftFieldStructValueFieldsItem.js.map +1 -1
- package/serialization/types/DraftFilter.d.ts.map +1 -1
- package/serialization/types/DraftFilter.js +17 -7
- package/serialization/types/DraftFilter.js.map +1 -1
- package/serialization/types/DraftFilterAnnotationsItem.d.ts.map +1 -1
- package/serialization/types/DraftFilterAnnotationsItem.js +17 -7
- package/serialization/types/DraftFilterAnnotationsItem.js.map +1 -1
- package/serialization/types/DraftFilterCreatedAt.d.ts.map +1 -1
- package/serialization/types/DraftFilterCreatedAt.js +17 -7
- package/serialization/types/DraftFilterCreatedAt.js.map +1 -1
- package/serialization/types/DraftFilterData.d.ts.map +1 -1
- package/serialization/types/DraftFilterData.js +17 -7
- package/serialization/types/DraftFilterData.js.map +1 -1
- package/serialization/types/DraftFilterDataLinkedCredentials.d.ts.map +1 -1
- package/serialization/types/DraftFilterDataLinkedCredentials.js +17 -7
- package/serialization/types/DraftFilterDataLinkedCredentials.js.map +1 -1
- package/serialization/types/DraftFilterDataLinkedDrafts.d.ts.map +1 -1
- package/serialization/types/DraftFilterDataLinkedDrafts.js +17 -7
- package/serialization/types/DraftFilterDataLinkedDrafts.js.map +1 -1
- package/serialization/types/DraftFilterDataType.d.ts.map +1 -1
- package/serialization/types/DraftFilterDataType.js +17 -7
- package/serialization/types/DraftFilterDataType.js.map +1 -1
- package/serialization/types/DraftFilterDeletedAt.d.ts.map +1 -1
- package/serialization/types/DraftFilterDeletedAt.js +17 -7
- package/serialization/types/DraftFilterDeletedAt.js.map +1 -1
- package/serialization/types/DraftFilterEtag.d.ts.map +1 -1
- package/serialization/types/DraftFilterEtag.js +17 -7
- package/serialization/types/DraftFilterEtag.js.map +1 -1
- package/serialization/types/DraftFilterId.d.ts.map +1 -1
- package/serialization/types/DraftFilterId.js +17 -7
- package/serialization/types/DraftFilterId.js.map +1 -1
- package/serialization/types/DraftFilterLabelsItem.d.ts.map +1 -1
- package/serialization/types/DraftFilterLabelsItem.js +17 -7
- package/serialization/types/DraftFilterLabelsItem.js.map +1 -1
- package/serialization/types/DraftFilterMeta.d.ts.map +1 -1
- package/serialization/types/DraftFilterMeta.js +17 -7
- package/serialization/types/DraftFilterMeta.js.map +1 -1
- package/serialization/types/DraftFilterMetaSubject.d.ts.map +1 -1
- package/serialization/types/DraftFilterMetaSubject.js +17 -7
- package/serialization/types/DraftFilterMetaSubject.js.map +1 -1
- package/serialization/types/DraftFilterMetaValidFrom.d.ts.map +1 -1
- package/serialization/types/DraftFilterMetaValidFrom.js +17 -7
- package/serialization/types/DraftFilterMetaValidFrom.js.map +1 -1
- package/serialization/types/DraftFilterMetaValidUntil.d.ts.map +1 -1
- package/serialization/types/DraftFilterMetaValidUntil.js +17 -7
- package/serialization/types/DraftFilterMetaValidUntil.js.map +1 -1
- package/serialization/types/DraftFilterModifiedAt.d.ts.map +1 -1
- package/serialization/types/DraftFilterModifiedAt.js +17 -7
- package/serialization/types/DraftFilterModifiedAt.js.map +1 -1
- package/serialization/types/DraftFilterRevision.d.ts.map +1 -1
- package/serialization/types/DraftFilterRevision.js +17 -7
- package/serialization/types/DraftFilterRevision.js.map +1 -1
- package/serialization/types/DraftMeta.d.ts.map +1 -1
- package/serialization/types/DraftMeta.js +17 -7
- package/serialization/types/DraftMeta.js.map +1 -1
- package/serialization/types/DraftSchema.d.ts.map +1 -1
- package/serialization/types/DraftSchema.js +17 -7
- package/serialization/types/DraftSchema.js.map +1 -1
- package/serialization/types/DraftSchemaFieldsItem.d.ts.map +1 -1
- package/serialization/types/DraftSchemaFieldsItem.js +17 -7
- package/serialization/types/DraftSchemaFieldsItem.js.map +1 -1
- package/serialization/types/DraftSort.d.ts.map +1 -1
- package/serialization/types/DraftSort.js +17 -7
- package/serialization/types/DraftSort.js.map +1 -1
- package/serialization/types/DraftSortField.d.ts.map +1 -1
- package/serialization/types/DraftSortField.js +17 -7
- package/serialization/types/DraftSortField.js.map +1 -1
- package/serialization/types/DraftSortOrder.d.ts.map +1 -1
- package/serialization/types/DraftSortOrder.js +17 -7
- package/serialization/types/DraftSortOrder.js.map +1 -1
- package/serialization/types/EcdsaSecp256K1VerificationKey2019.d.ts.map +1 -1
- package/serialization/types/EcdsaSecp256K1VerificationKey2019.js +17 -7
- package/serialization/types/EcdsaSecp256K1VerificationKey2019.js.map +1 -1
- package/serialization/types/EcdsaSecp256K1VerificationKey2019Type.d.ts.map +1 -1
- package/serialization/types/EcdsaSecp256K1VerificationKey2019Type.js +17 -7
- package/serialization/types/EcdsaSecp256K1VerificationKey2019Type.js.map +1 -1
- package/serialization/types/EqualDid.d.ts.map +1 -1
- package/serialization/types/EqualDid.js +17 -7
- package/serialization/types/EqualDid.js.map +1 -1
- package/serialization/types/EqualETag.d.ts.map +1 -1
- package/serialization/types/EqualETag.js +17 -7
- package/serialization/types/EqualETag.js.map +1 -1
- package/serialization/types/EqualFilesize.d.ts.map +1 -1
- package/serialization/types/EqualFilesize.js +17 -7
- package/serialization/types/EqualFilesize.js.map +1 -1
- package/serialization/types/EqualKeyPublicBase58.d.ts.map +1 -1
- package/serialization/types/EqualKeyPublicBase58.js +17 -7
- package/serialization/types/EqualKeyPublicBase58.js.map +1 -1
- package/serialization/types/EqualKeyPublicMultibase.d.ts.map +1 -1
- package/serialization/types/EqualKeyPublicMultibase.js +17 -7
- package/serialization/types/EqualKeyPublicMultibase.js.map +1 -1
- package/serialization/types/EqualKeyPublicPem.d.ts.map +1 -1
- package/serialization/types/EqualKeyPublicPem.js +17 -7
- package/serialization/types/EqualKeyPublicPem.js.map +1 -1
- package/serialization/types/EqualKeyType.d.ts.map +1 -1
- package/serialization/types/EqualKeyType.js +17 -7
- package/serialization/types/EqualKeyType.js.map +1 -1
- package/serialization/types/EqualKeyTypeValue.d.ts.map +1 -1
- package/serialization/types/EqualKeyTypeValue.js +17 -7
- package/serialization/types/EqualKeyTypeValue.js.map +1 -1
- package/serialization/types/EqualMultihash.d.ts.map +1 -1
- package/serialization/types/EqualMultihash.js +17 -7
- package/serialization/types/EqualMultihash.js.map +1 -1
- package/serialization/types/EqualPrimitiveString.d.ts.map +1 -1
- package/serialization/types/EqualPrimitiveString.js +17 -7
- package/serialization/types/EqualPrimitiveString.js.map +1 -1
- package/serialization/types/EqualResourceId.d.ts.map +1 -1
- package/serialization/types/EqualResourceId.js +17 -7
- package/serialization/types/EqualResourceId.js.map +1 -1
- package/serialization/types/EqualRevision.d.ts.map +1 -1
- package/serialization/types/EqualRevision.js +17 -7
- package/serialization/types/EqualRevision.js.map +1 -1
- package/serialization/types/EqualSubjectId.d.ts.map +1 -1
- package/serialization/types/EqualSubjectId.js +17 -7
- package/serialization/types/EqualSubjectId.js.map +1 -1
- package/serialization/types/EqualUri.d.ts.map +1 -1
- package/serialization/types/EqualUri.js +17 -7
- package/serialization/types/EqualUri.js.map +1 -1
- package/serialization/types/ErrorDetail.d.ts.map +1 -1
- package/serialization/types/ErrorDetail.js +17 -7
- package/serialization/types/ErrorDetail.js.map +1 -1
- package/serialization/types/ErrorModel.d.ts.map +1 -1
- package/serialization/types/ErrorModel.js +17 -7
- package/serialization/types/ErrorModel.js.map +1 -1
- package/serialization/types/FileData.d.ts.map +1 -1
- package/serialization/types/FileData.js +17 -7
- package/serialization/types/FileData.js.map +1 -1
- package/serialization/types/FileFilter.d.ts.map +1 -1
- package/serialization/types/FileFilter.js +17 -7
- package/serialization/types/FileFilter.js.map +1 -1
- package/serialization/types/FileFilterAnnotationsItem.d.ts.map +1 -1
- package/serialization/types/FileFilterAnnotationsItem.js +17 -7
- package/serialization/types/FileFilterAnnotationsItem.js.map +1 -1
- package/serialization/types/FileFilterCreatedAt.d.ts.map +1 -1
- package/serialization/types/FileFilterCreatedAt.js +17 -7
- package/serialization/types/FileFilterCreatedAt.js.map +1 -1
- package/serialization/types/FileFilterData.d.ts.map +1 -1
- package/serialization/types/FileFilterData.js +17 -7
- package/serialization/types/FileFilterData.js.map +1 -1
- package/serialization/types/FileFilterDataContentType.d.ts.map +1 -1
- package/serialization/types/FileFilterDataContentType.js +17 -7
- package/serialization/types/FileFilterDataContentType.js.map +1 -1
- package/serialization/types/FileFilterDataFilename.d.ts.map +1 -1
- package/serialization/types/FileFilterDataFilename.js +17 -7
- package/serialization/types/FileFilterDataFilename.js.map +1 -1
- package/serialization/types/FileFilterDataFilesize.d.ts.map +1 -1
- package/serialization/types/FileFilterDataFilesize.js +17 -7
- package/serialization/types/FileFilterDataFilesize.js.map +1 -1
- package/serialization/types/FileFilterDataId.d.ts.map +1 -1
- package/serialization/types/FileFilterDataId.js +17 -7
- package/serialization/types/FileFilterDataId.js.map +1 -1
- package/serialization/types/FileFilterDataMultihash.d.ts.map +1 -1
- package/serialization/types/FileFilterDataMultihash.js +17 -7
- package/serialization/types/FileFilterDataMultihash.js.map +1 -1
- package/serialization/types/FileFilterDeletedAt.d.ts.map +1 -1
- package/serialization/types/FileFilterDeletedAt.js +17 -7
- package/serialization/types/FileFilterDeletedAt.js.map +1 -1
- package/serialization/types/FileFilterEtag.d.ts.map +1 -1
- package/serialization/types/FileFilterEtag.js +17 -7
- package/serialization/types/FileFilterEtag.js.map +1 -1
- package/serialization/types/FileFilterId.d.ts.map +1 -1
- package/serialization/types/FileFilterId.js +17 -7
- package/serialization/types/FileFilterId.js.map +1 -1
- package/serialization/types/FileFilterLabelsItem.d.ts.map +1 -1
- package/serialization/types/FileFilterLabelsItem.js +17 -7
- package/serialization/types/FileFilterLabelsItem.js.map +1 -1
- package/serialization/types/FileFilterModifiedAt.d.ts.map +1 -1
- package/serialization/types/FileFilterModifiedAt.js +17 -7
- package/serialization/types/FileFilterModifiedAt.js.map +1 -1
- package/serialization/types/FileFilterRevision.d.ts.map +1 -1
- package/serialization/types/FileFilterRevision.js +17 -7
- package/serialization/types/FileFilterRevision.js.map +1 -1
- package/serialization/types/FileSort.d.ts.map +1 -1
- package/serialization/types/FileSort.js +17 -7
- package/serialization/types/FileSort.js.map +1 -1
- package/serialization/types/FileSortField.d.ts.map +1 -1
- package/serialization/types/FileSortField.js +17 -7
- package/serialization/types/FileSortField.js.map +1 -1
- package/serialization/types/FileSortOrder.d.ts.map +1 -1
- package/serialization/types/FileSortOrder.js +17 -7
- package/serialization/types/FileSortOrder.js.map +1 -1
- package/serialization/types/File_.d.ts.map +1 -1
- package/serialization/types/File_.js +17 -7
- package/serialization/types/File_.js.map +1 -1
- package/serialization/types/ForbiddenProblems.d.ts.map +1 -1
- package/serialization/types/ForbiddenProblems.js +17 -7
- package/serialization/types/ForbiddenProblems.js.map +1 -1
- package/serialization/types/GreaterThanFilesize.d.ts.map +1 -1
- package/serialization/types/GreaterThanFilesize.js +17 -7
- package/serialization/types/GreaterThanFilesize.js.map +1 -1
- package/serialization/types/GreaterThanOrEqualFilesize.d.ts.map +1 -1
- package/serialization/types/GreaterThanOrEqualFilesize.js +17 -7
- package/serialization/types/GreaterThanOrEqualFilesize.js.map +1 -1
- package/serialization/types/GreaterThanOrEqualRevision.d.ts.map +1 -1
- package/serialization/types/GreaterThanOrEqualRevision.js +17 -7
- package/serialization/types/GreaterThanOrEqualRevision.js.map +1 -1
- package/serialization/types/GreaterThanRevision.d.ts.map +1 -1
- package/serialization/types/GreaterThanRevision.js +17 -7
- package/serialization/types/GreaterThanRevision.js.map +1 -1
- package/serialization/types/InDid.d.ts.map +1 -1
- package/serialization/types/InDid.js +17 -7
- package/serialization/types/InDid.js.map +1 -1
- package/serialization/types/InETag.d.ts.map +1 -1
- package/serialization/types/InETag.js +17 -7
- package/serialization/types/InETag.js.map +1 -1
- package/serialization/types/InFilesize.d.ts.map +1 -1
- package/serialization/types/InFilesize.js +17 -7
- package/serialization/types/InFilesize.js.map +1 -1
- package/serialization/types/InKeyPublicBase58.d.ts.map +1 -1
- package/serialization/types/InKeyPublicBase58.js +17 -7
- package/serialization/types/InKeyPublicBase58.js.map +1 -1
- package/serialization/types/InKeyPublicMultibase.d.ts.map +1 -1
- package/serialization/types/InKeyPublicMultibase.js +17 -7
- package/serialization/types/InKeyPublicMultibase.js.map +1 -1
- package/serialization/types/InKeyPublicPem.d.ts.map +1 -1
- package/serialization/types/InKeyPublicPem.js +17 -7
- package/serialization/types/InKeyPublicPem.js.map +1 -1
- package/serialization/types/InKeyType.d.ts.map +1 -1
- package/serialization/types/InKeyType.js +17 -7
- package/serialization/types/InKeyType.js.map +1 -1
- package/serialization/types/InKeyTypeValuesItem.d.ts.map +1 -1
- package/serialization/types/InKeyTypeValuesItem.js +17 -7
- package/serialization/types/InKeyTypeValuesItem.js.map +1 -1
- package/serialization/types/InMultihash.d.ts.map +1 -1
- package/serialization/types/InMultihash.js +17 -7
- package/serialization/types/InMultihash.js.map +1 -1
- package/serialization/types/InPrimitiveString.d.ts.map +1 -1
- package/serialization/types/InPrimitiveString.js +17 -7
- package/serialization/types/InPrimitiveString.js.map +1 -1
- package/serialization/types/InResourceId.d.ts.map +1 -1
- package/serialization/types/InResourceId.js +17 -7
- package/serialization/types/InResourceId.js.map +1 -1
- package/serialization/types/InRevision.d.ts.map +1 -1
- package/serialization/types/InRevision.js +17 -7
- package/serialization/types/InRevision.js.map +1 -1
- package/serialization/types/InSubjectId.d.ts.map +1 -1
- package/serialization/types/InSubjectId.js +17 -7
- package/serialization/types/InSubjectId.js.map +1 -1
- package/serialization/types/InUri.d.ts.map +1 -1
- package/serialization/types/InUri.js +17 -7
- package/serialization/types/InUri.js.map +1 -1
- package/serialization/types/IsNotNullMultihash.d.ts.map +1 -1
- package/serialization/types/IsNotNullMultihash.js +17 -7
- package/serialization/types/IsNotNullMultihash.js.map +1 -1
- package/serialization/types/IsNotNullPrimitiveString.d.ts.map +1 -1
- package/serialization/types/IsNotNullPrimitiveString.js +17 -7
- package/serialization/types/IsNotNullPrimitiveString.js.map +1 -1
- package/serialization/types/IsNotNullResourceId.d.ts.map +1 -1
- package/serialization/types/IsNotNullResourceId.js +17 -7
- package/serialization/types/IsNotNullResourceId.js.map +1 -1
- package/serialization/types/IsNotNullTimestamp.d.ts.map +1 -1
- package/serialization/types/IsNotNullTimestamp.js +17 -7
- package/serialization/types/IsNotNullTimestamp.js.map +1 -1
- package/serialization/types/IsNotNullUri.d.ts.map +1 -1
- package/serialization/types/IsNotNullUri.js +17 -7
- package/serialization/types/IsNotNullUri.js.map +1 -1
- package/serialization/types/IsNullMultihash.d.ts.map +1 -1
- package/serialization/types/IsNullMultihash.js +17 -7
- package/serialization/types/IsNullMultihash.js.map +1 -1
- package/serialization/types/IsNullPrimitiveString.d.ts.map +1 -1
- package/serialization/types/IsNullPrimitiveString.js +17 -7
- package/serialization/types/IsNullPrimitiveString.js.map +1 -1
- package/serialization/types/IsNullResourceId.d.ts.map +1 -1
- package/serialization/types/IsNullResourceId.js +17 -7
- package/serialization/types/IsNullResourceId.js.map +1 -1
- package/serialization/types/IsNullTimestamp.d.ts.map +1 -1
- package/serialization/types/IsNullTimestamp.js +17 -7
- package/serialization/types/IsNullTimestamp.js.map +1 -1
- package/serialization/types/IsNullUri.d.ts.map +1 -1
- package/serialization/types/IsNullUri.js +17 -7
- package/serialization/types/IsNullUri.js.map +1 -1
- package/serialization/types/KeyEqualAnnotationKeyAnnotationValue.d.ts.map +1 -1
- package/serialization/types/KeyEqualAnnotationKeyAnnotationValue.js +17 -7
- package/serialization/types/KeyEqualAnnotationKeyAnnotationValue.js.map +1 -1
- package/serialization/types/KeyEqualLabelKeyLabelValue.d.ts.map +1 -1
- package/serialization/types/KeyEqualLabelKeyLabelValue.js +17 -7
- package/serialization/types/KeyEqualLabelKeyLabelValue.js.map +1 -1
- package/serialization/types/KeyFilter.d.ts.map +1 -1
- package/serialization/types/KeyFilter.js +17 -7
- package/serialization/types/KeyFilter.js.map +1 -1
- package/serialization/types/KeyFilterAnnotationsItem.d.ts.map +1 -1
- package/serialization/types/KeyFilterAnnotationsItem.js +17 -7
- package/serialization/types/KeyFilterAnnotationsItem.js.map +1 -1
- package/serialization/types/KeyFilterCreatedAt.d.ts.map +1 -1
- package/serialization/types/KeyFilterCreatedAt.js +17 -7
- package/serialization/types/KeyFilterCreatedAt.js.map +1 -1
- package/serialization/types/KeyFilterData.d.ts.map +1 -1
- package/serialization/types/KeyFilterData.js +17 -7
- package/serialization/types/KeyFilterData.js.map +1 -1
- package/serialization/types/KeyFilterDataPublicKeyBase58.d.ts.map +1 -1
- package/serialization/types/KeyFilterDataPublicKeyBase58.js +17 -7
- package/serialization/types/KeyFilterDataPublicKeyBase58.js.map +1 -1
- package/serialization/types/KeyFilterDataPublicKeyMultibase.d.ts.map +1 -1
- package/serialization/types/KeyFilterDataPublicKeyMultibase.js +17 -7
- package/serialization/types/KeyFilterDataPublicKeyMultibase.js.map +1 -1
- package/serialization/types/KeyFilterDataPublicKeyPem.d.ts.map +1 -1
- package/serialization/types/KeyFilterDataPublicKeyPem.js +17 -7
- package/serialization/types/KeyFilterDataPublicKeyPem.js.map +1 -1
- package/serialization/types/KeyFilterDataType.d.ts.map +1 -1
- package/serialization/types/KeyFilterDataType.js +17 -7
- package/serialization/types/KeyFilterDataType.js.map +1 -1
- package/serialization/types/KeyFilterDeletedAt.d.ts.map +1 -1
- package/serialization/types/KeyFilterDeletedAt.js +17 -7
- package/serialization/types/KeyFilterDeletedAt.js.map +1 -1
- package/serialization/types/KeyFilterEtag.d.ts.map +1 -1
- package/serialization/types/KeyFilterEtag.js +17 -7
- package/serialization/types/KeyFilterEtag.js.map +1 -1
- package/serialization/types/KeyFilterId.d.ts.map +1 -1
- package/serialization/types/KeyFilterId.js +17 -7
- package/serialization/types/KeyFilterId.js.map +1 -1
- package/serialization/types/KeyFilterLabelsItem.d.ts.map +1 -1
- package/serialization/types/KeyFilterLabelsItem.js +17 -7
- package/serialization/types/KeyFilterLabelsItem.js.map +1 -1
- package/serialization/types/KeyFilterModifiedAt.d.ts.map +1 -1
- package/serialization/types/KeyFilterModifiedAt.js +17 -7
- package/serialization/types/KeyFilterModifiedAt.js.map +1 -1
- package/serialization/types/KeyFilterRevision.d.ts.map +1 -1
- package/serialization/types/KeyFilterRevision.js +17 -7
- package/serialization/types/KeyFilterRevision.js.map +1 -1
- package/serialization/types/KeyGenerate.d.ts.map +1 -1
- package/serialization/types/KeyGenerate.js +17 -7
- package/serialization/types/KeyGenerate.js.map +1 -1
- package/serialization/types/KeyGenerateType.d.ts.map +1 -1
- package/serialization/types/KeyGenerateType.js +17 -7
- package/serialization/types/KeyGenerateType.js.map +1 -1
- package/serialization/types/KeyIsNotNullAnnotationKey.d.ts.map +1 -1
- package/serialization/types/KeyIsNotNullAnnotationKey.js +17 -7
- package/serialization/types/KeyIsNotNullAnnotationKey.js.map +1 -1
- package/serialization/types/KeyIsNotNullLabelKey.d.ts.map +1 -1
- package/serialization/types/KeyIsNotNullLabelKey.js +17 -7
- package/serialization/types/KeyIsNotNullLabelKey.js.map +1 -1
- package/serialization/types/KeyIsNullAnnotationKey.d.ts.map +1 -1
- package/serialization/types/KeyIsNullAnnotationKey.js +17 -7
- package/serialization/types/KeyIsNullAnnotationKey.js.map +1 -1
- package/serialization/types/KeyIsNullLabelKey.d.ts.map +1 -1
- package/serialization/types/KeyIsNullLabelKey.js +17 -7
- package/serialization/types/KeyIsNullLabelKey.js.map +1 -1
- package/serialization/types/KeyNotEqualAnnotationKeyAnnotationValue.d.ts.map +1 -1
- package/serialization/types/KeyNotEqualAnnotationKeyAnnotationValue.js +17 -7
- package/serialization/types/KeyNotEqualAnnotationKeyAnnotationValue.js.map +1 -1
- package/serialization/types/KeyNotEqualLabelKeyLabelValue.d.ts.map +1 -1
- package/serialization/types/KeyNotEqualLabelKeyLabelValue.js +17 -7
- package/serialization/types/KeyNotEqualLabelKeyLabelValue.js.map +1 -1
- package/serialization/types/KeyPublic.d.ts.map +1 -1
- package/serialization/types/KeyPublic.js +17 -7
- package/serialization/types/KeyPublic.js.map +1 -1
- package/serialization/types/KeyPublicType.d.ts.map +1 -1
- package/serialization/types/KeyPublicType.js +17 -7
- package/serialization/types/KeyPublicType.js.map +1 -1
- package/serialization/types/KeySecretEc.d.ts.map +1 -1
- package/serialization/types/KeySecretEc.js +17 -7
- package/serialization/types/KeySecretEc.js.map +1 -1
- package/serialization/types/KeySecretJwk.d.ts.map +1 -1
- package/serialization/types/KeySecretJwk.js +17 -7
- package/serialization/types/KeySecretJwk.js.map +1 -1
- package/serialization/types/KeySecretPkcs8.d.ts.map +1 -1
- package/serialization/types/KeySecretPkcs8.js +17 -7
- package/serialization/types/KeySecretPkcs8.js.map +1 -1
- package/serialization/types/KeySort.d.ts.map +1 -1
- package/serialization/types/KeySort.js +17 -7
- package/serialization/types/KeySort.js.map +1 -1
- package/serialization/types/KeySortField.d.ts.map +1 -1
- package/serialization/types/KeySortField.js +17 -7
- package/serialization/types/KeySortField.js.map +1 -1
- package/serialization/types/KeySortOrder.d.ts.map +1 -1
- package/serialization/types/KeySortOrder.js +17 -7
- package/serialization/types/KeySortOrder.js.map +1 -1
- package/serialization/types/LessThanFilesize.d.ts.map +1 -1
- package/serialization/types/LessThanFilesize.js +17 -7
- package/serialization/types/LessThanFilesize.js.map +1 -1
- package/serialization/types/LessThanOrEqualFilesize.d.ts.map +1 -1
- package/serialization/types/LessThanOrEqualFilesize.js +17 -7
- package/serialization/types/LessThanOrEqualFilesize.js.map +1 -1
- package/serialization/types/LessThanOrEqualRevision.d.ts.map +1 -1
- package/serialization/types/LessThanOrEqualRevision.js +17 -7
- package/serialization/types/LessThanOrEqualRevision.js.map +1 -1
- package/serialization/types/LessThanRevision.d.ts.map +1 -1
- package/serialization/types/LessThanRevision.js +17 -7
- package/serialization/types/LessThanRevision.js.map +1 -1
- package/serialization/types/ListApiKey.d.ts.map +1 -1
- package/serialization/types/ListApiKey.js +17 -7
- package/serialization/types/ListApiKey.js.map +1 -1
- package/serialization/types/ListCredential.d.ts.map +1 -1
- package/serialization/types/ListCredential.js +17 -7
- package/serialization/types/ListCredential.js.map +1 -1
- package/serialization/types/ListDidCommMessage.d.ts.map +1 -1
- package/serialization/types/ListDidCommMessage.js +17 -7
- package/serialization/types/ListDidCommMessage.js.map +1 -1
- package/serialization/types/ListDraft.d.ts.map +1 -1
- package/serialization/types/ListDraft.js +17 -7
- package/serialization/types/ListDraft.js.map +1 -1
- package/serialization/types/ListFile.d.ts.map +1 -1
- package/serialization/types/ListFile.js +17 -7
- package/serialization/types/ListFile.js.map +1 -1
- package/serialization/types/ListKeyPublic.d.ts.map +1 -1
- package/serialization/types/ListKeyPublic.js +17 -7
- package/serialization/types/ListKeyPublic.js.map +1 -1
- package/serialization/types/ListPresentation.d.ts.map +1 -1
- package/serialization/types/ListPresentation.js +17 -7
- package/serialization/types/ListPresentation.js.map +1 -1
- package/serialization/types/MethodNotAllowedProblems.d.ts.map +1 -1
- package/serialization/types/MethodNotAllowedProblems.js +17 -7
- package/serialization/types/MethodNotAllowedProblems.js.map +1 -1
- package/serialization/types/NestedInPrimitiveString.d.ts.map +1 -1
- package/serialization/types/NestedInPrimitiveString.js +17 -7
- package/serialization/types/NestedInPrimitiveString.js.map +1 -1
- package/serialization/types/NestedInResourceId.d.ts.map +1 -1
- package/serialization/types/NestedInResourceId.js +17 -7
- package/serialization/types/NestedInResourceId.js.map +1 -1
- package/serialization/types/NestedInUri.d.ts.map +1 -1
- package/serialization/types/NestedInUri.js +17 -7
- package/serialization/types/NestedInUri.js.map +1 -1
- package/serialization/types/NestedNotInPrimitiveString.d.ts.map +1 -1
- package/serialization/types/NestedNotInPrimitiveString.js +17 -7
- package/serialization/types/NestedNotInPrimitiveString.js.map +1 -1
- package/serialization/types/NestedNotInResourceId.d.ts.map +1 -1
- package/serialization/types/NestedNotInResourceId.js +17 -7
- package/serialization/types/NestedNotInResourceId.js.map +1 -1
- package/serialization/types/NestedNotInUri.d.ts.map +1 -1
- package/serialization/types/NestedNotInUri.js +17 -7
- package/serialization/types/NestedNotInUri.js.map +1 -1
- package/serialization/types/NotEqualDid.d.ts.map +1 -1
- package/serialization/types/NotEqualDid.js +17 -7
- package/serialization/types/NotEqualDid.js.map +1 -1
- package/serialization/types/NotEqualETag.d.ts.map +1 -1
- package/serialization/types/NotEqualETag.js +17 -7
- package/serialization/types/NotEqualETag.js.map +1 -1
- package/serialization/types/NotEqualFilesize.d.ts.map +1 -1
- package/serialization/types/NotEqualFilesize.js +17 -7
- package/serialization/types/NotEqualFilesize.js.map +1 -1
- package/serialization/types/NotEqualKeyPublicBase58.d.ts.map +1 -1
- package/serialization/types/NotEqualKeyPublicBase58.js +17 -7
- package/serialization/types/NotEqualKeyPublicBase58.js.map +1 -1
- package/serialization/types/NotEqualKeyPublicMultibase.d.ts.map +1 -1
- package/serialization/types/NotEqualKeyPublicMultibase.js +17 -7
- package/serialization/types/NotEqualKeyPublicMultibase.js.map +1 -1
- package/serialization/types/NotEqualKeyPublicPem.d.ts.map +1 -1
- package/serialization/types/NotEqualKeyPublicPem.js +17 -7
- package/serialization/types/NotEqualKeyPublicPem.js.map +1 -1
- package/serialization/types/NotEqualKeyType.d.ts.map +1 -1
- package/serialization/types/NotEqualKeyType.js +17 -7
- package/serialization/types/NotEqualKeyType.js.map +1 -1
- package/serialization/types/NotEqualKeyTypeValue.d.ts.map +1 -1
- package/serialization/types/NotEqualKeyTypeValue.js +17 -7
- package/serialization/types/NotEqualKeyTypeValue.js.map +1 -1
- package/serialization/types/NotEqualMultihash.d.ts.map +1 -1
- package/serialization/types/NotEqualMultihash.js +17 -7
- package/serialization/types/NotEqualMultihash.js.map +1 -1
- package/serialization/types/NotEqualPrimitiveString.d.ts.map +1 -1
- package/serialization/types/NotEqualPrimitiveString.js +17 -7
- package/serialization/types/NotEqualPrimitiveString.js.map +1 -1
- package/serialization/types/NotEqualResourceId.d.ts.map +1 -1
- package/serialization/types/NotEqualResourceId.js +17 -7
- package/serialization/types/NotEqualResourceId.js.map +1 -1
- package/serialization/types/NotEqualRevision.d.ts.map +1 -1
- package/serialization/types/NotEqualRevision.js +17 -7
- package/serialization/types/NotEqualRevision.js.map +1 -1
- package/serialization/types/NotEqualSubjectId.d.ts.map +1 -1
- package/serialization/types/NotEqualSubjectId.js +17 -7
- package/serialization/types/NotEqualSubjectId.js.map +1 -1
- package/serialization/types/NotEqualUri.d.ts.map +1 -1
- package/serialization/types/NotEqualUri.js +17 -7
- package/serialization/types/NotEqualUri.js.map +1 -1
- package/serialization/types/NotFoundProblems.d.ts.map +1 -1
- package/serialization/types/NotFoundProblems.js +17 -7
- package/serialization/types/NotFoundProblems.js.map +1 -1
- package/serialization/types/NotInDid.d.ts.map +1 -1
- package/serialization/types/NotInDid.js +17 -7
- package/serialization/types/NotInDid.js.map +1 -1
- package/serialization/types/NotInETag.d.ts.map +1 -1
- package/serialization/types/NotInETag.js +17 -7
- package/serialization/types/NotInETag.js.map +1 -1
- package/serialization/types/NotInFilesize.d.ts.map +1 -1
- package/serialization/types/NotInFilesize.js +17 -7
- package/serialization/types/NotInFilesize.js.map +1 -1
- package/serialization/types/NotInKeyPublicBase58.d.ts.map +1 -1
- package/serialization/types/NotInKeyPublicBase58.js +17 -7
- package/serialization/types/NotInKeyPublicBase58.js.map +1 -1
- package/serialization/types/NotInKeyPublicMultibase.d.ts.map +1 -1
- package/serialization/types/NotInKeyPublicMultibase.js +17 -7
- package/serialization/types/NotInKeyPublicMultibase.js.map +1 -1
- package/serialization/types/NotInKeyPublicPem.d.ts.map +1 -1
- package/serialization/types/NotInKeyPublicPem.js +17 -7
- package/serialization/types/NotInKeyPublicPem.js.map +1 -1
- package/serialization/types/NotInKeyType.d.ts.map +1 -1
- package/serialization/types/NotInKeyType.js +17 -7
- package/serialization/types/NotInKeyType.js.map +1 -1
- package/serialization/types/NotInKeyTypeValuesItem.d.ts.map +1 -1
- package/serialization/types/NotInKeyTypeValuesItem.js +17 -7
- package/serialization/types/NotInKeyTypeValuesItem.js.map +1 -1
- package/serialization/types/NotInMultihash.d.ts.map +1 -1
- package/serialization/types/NotInMultihash.js +17 -7
- package/serialization/types/NotInMultihash.js.map +1 -1
- package/serialization/types/NotInPrimitiveString.d.ts.map +1 -1
- package/serialization/types/NotInPrimitiveString.js +17 -7
- package/serialization/types/NotInPrimitiveString.js.map +1 -1
- package/serialization/types/NotInResourceId.d.ts.map +1 -1
- package/serialization/types/NotInResourceId.js +17 -7
- package/serialization/types/NotInResourceId.js.map +1 -1
- package/serialization/types/NotInRevision.d.ts.map +1 -1
- package/serialization/types/NotInRevision.js +17 -7
- package/serialization/types/NotInRevision.js.map +1 -1
- package/serialization/types/NotInSubjectId.d.ts.map +1 -1
- package/serialization/types/NotInSubjectId.js +17 -7
- package/serialization/types/NotInSubjectId.js.map +1 -1
- package/serialization/types/NotInUri.d.ts.map +1 -1
- package/serialization/types/NotInUri.js +17 -7
- package/serialization/types/NotInUri.js.map +1 -1
- package/serialization/types/PreconditionFailedProblems.d.ts.map +1 -1
- package/serialization/types/PreconditionFailedProblems.js +17 -7
- package/serialization/types/PreconditionFailedProblems.js.map +1 -1
- package/serialization/types/Presentation.d.ts.map +1 -1
- package/serialization/types/Presentation.js +17 -7
- package/serialization/types/Presentation.js.map +1 -1
- package/serialization/types/PresentationFilter.d.ts.map +1 -1
- package/serialization/types/PresentationFilter.js +17 -7
- package/serialization/types/PresentationFilter.js.map +1 -1
- package/serialization/types/PresentationFilterAnnotationsItem.d.ts.map +1 -1
- package/serialization/types/PresentationFilterAnnotationsItem.js +17 -7
- package/serialization/types/PresentationFilterAnnotationsItem.js.map +1 -1
- package/serialization/types/PresentationFilterCreatedAt.d.ts.map +1 -1
- package/serialization/types/PresentationFilterCreatedAt.js +17 -7
- package/serialization/types/PresentationFilterCreatedAt.js.map +1 -1
- package/serialization/types/PresentationFilterData.d.ts.map +1 -1
- package/serialization/types/PresentationFilterData.js +17 -7
- package/serialization/types/PresentationFilterData.js.map +1 -1
- package/serialization/types/PresentationFilterDataId.d.ts.map +1 -1
- package/serialization/types/PresentationFilterDataId.js +17 -7
- package/serialization/types/PresentationFilterDataId.js.map +1 -1
- package/serialization/types/PresentationFilterDataLinkedCredentials.d.ts.map +1 -1
- package/serialization/types/PresentationFilterDataLinkedCredentials.js +17 -7
- package/serialization/types/PresentationFilterDataLinkedCredentials.js.map +1 -1
- package/serialization/types/PresentationFilterDataMultihash.d.ts.map +1 -1
- package/serialization/types/PresentationFilterDataMultihash.js +17 -7
- package/serialization/types/PresentationFilterDataMultihash.js.map +1 -1
- package/serialization/types/PresentationFilterDataType.d.ts.map +1 -1
- package/serialization/types/PresentationFilterDataType.js +17 -7
- package/serialization/types/PresentationFilterDataType.js.map +1 -1
- package/serialization/types/PresentationFilterDeletedAt.d.ts.map +1 -1
- package/serialization/types/PresentationFilterDeletedAt.js +17 -7
- package/serialization/types/PresentationFilterDeletedAt.js.map +1 -1
- package/serialization/types/PresentationFilterEtag.d.ts.map +1 -1
- package/serialization/types/PresentationFilterEtag.js +17 -7
- package/serialization/types/PresentationFilterEtag.js.map +1 -1
- package/serialization/types/PresentationFilterId.d.ts.map +1 -1
- package/serialization/types/PresentationFilterId.js +17 -7
- package/serialization/types/PresentationFilterId.js.map +1 -1
- package/serialization/types/PresentationFilterLabelsItem.d.ts.map +1 -1
- package/serialization/types/PresentationFilterLabelsItem.js +17 -7
- package/serialization/types/PresentationFilterLabelsItem.js.map +1 -1
- package/serialization/types/PresentationFilterModifiedAt.d.ts.map +1 -1
- package/serialization/types/PresentationFilterModifiedAt.js +17 -7
- package/serialization/types/PresentationFilterModifiedAt.js.map +1 -1
- package/serialization/types/PresentationFilterRevision.d.ts.map +1 -1
- package/serialization/types/PresentationFilterRevision.js +17 -7
- package/serialization/types/PresentationFilterRevision.js.map +1 -1
- package/serialization/types/PresentationSort.d.ts.map +1 -1
- package/serialization/types/PresentationSort.js +17 -7
- package/serialization/types/PresentationSort.js.map +1 -1
- package/serialization/types/PresentationSortField.d.ts.map +1 -1
- package/serialization/types/PresentationSortField.js +17 -7
- package/serialization/types/PresentationSortField.js.map +1 -1
- package/serialization/types/PresentationSortOrder.d.ts.map +1 -1
- package/serialization/types/PresentationSortOrder.js +17 -7
- package/serialization/types/PresentationSortOrder.js.map +1 -1
- package/serialization/types/PresentationVerify.d.ts.map +1 -1
- package/serialization/types/PresentationVerify.js +17 -7
- package/serialization/types/PresentationVerify.js.map +1 -1
- package/serialization/types/ProblemBadRequest.d.ts.map +1 -1
- package/serialization/types/ProblemBadRequest.js +17 -7
- package/serialization/types/ProblemBadRequest.js.map +1 -1
- package/serialization/types/ProblemBadRequestBlobEmptyData.d.ts +18 -0
- package/serialization/types/ProblemBadRequestBlobEmptyData.d.ts.map +1 -0
- package/serialization/types/ProblemBadRequestBlobEmptyData.js +49 -0
- package/serialization/types/ProblemBadRequestBlobEmptyData.js.map +1 -0
- package/serialization/types/ProblemBadRequestBlobInvalidJson.d.ts.map +1 -1
- package/serialization/types/ProblemBadRequestBlobInvalidJson.js +17 -7
- package/serialization/types/ProblemBadRequestBlobInvalidJson.js.map +1 -1
- package/serialization/types/ProblemBadRequestHasNullUnicodeCharacter.d.ts.map +1 -1
- package/serialization/types/ProblemBadRequestHasNullUnicodeCharacter.js +17 -7
- package/serialization/types/ProblemBadRequestHasNullUnicodeCharacter.js.map +1 -1
- package/serialization/types/ProblemBlobNotFound.d.ts.map +1 -1
- package/serialization/types/ProblemBlobNotFound.js +17 -7
- package/serialization/types/ProblemBlobNotFound.js.map +1 -1
- package/serialization/types/ProblemConflict.d.ts +18 -0
- package/serialization/types/ProblemConflict.d.ts.map +1 -0
- package/serialization/types/ProblemConflict.js +49 -0
- package/serialization/types/ProblemConflict.js.map +1 -0
- package/serialization/types/ProblemConflictBlobRestoreInProgress.d.ts +20 -0
- package/serialization/types/ProblemConflictBlobRestoreInProgress.d.ts.map +1 -0
- package/serialization/types/ProblemConflictBlobRestoreInProgress.js +51 -0
- package/serialization/types/ProblemConflictBlobRestoreInProgress.js.map +1 -0
- package/serialization/types/ProblemConflictResource.d.ts +20 -0
- package/serialization/types/ProblemConflictResource.d.ts.map +1 -0
- package/serialization/types/ProblemConflictResource.js +51 -0
- package/serialization/types/ProblemConflictResource.js.map +1 -0
- package/serialization/types/ProblemForbidden.d.ts.map +1 -1
- package/serialization/types/ProblemForbidden.js +17 -7
- package/serialization/types/ProblemForbidden.js.map +1 -1
- package/serialization/types/ProblemInternalServerError.d.ts.map +1 -1
- package/serialization/types/ProblemInternalServerError.js +17 -7
- package/serialization/types/ProblemInternalServerError.js.map +1 -1
- package/serialization/types/ProblemMethodNotAllowed.d.ts.map +1 -1
- package/serialization/types/ProblemMethodNotAllowed.js +17 -7
- package/serialization/types/ProblemMethodNotAllowed.js.map +1 -1
- package/serialization/types/ProblemMethodNotAllowedAlive.d.ts.map +1 -1
- package/serialization/types/ProblemMethodNotAllowedAlive.js +17 -7
- package/serialization/types/ProblemMethodNotAllowedAlive.js.map +1 -1
- package/serialization/types/ProblemMethodNotAllowedDeleted.d.ts.map +1 -1
- package/serialization/types/ProblemMethodNotAllowedDeleted.js +17 -7
- package/serialization/types/ProblemMethodNotAllowedDeleted.js.map +1 -1
- package/serialization/types/ProblemMethodNotAllowedRoute.d.ts.map +1 -1
- package/serialization/types/ProblemMethodNotAllowedRoute.js +17 -7
- package/serialization/types/ProblemMethodNotAllowedRoute.js.map +1 -1
- package/serialization/types/ProblemNotFound.d.ts.map +1 -1
- package/serialization/types/ProblemNotFound.js +17 -7
- package/serialization/types/ProblemNotFound.js.map +1 -1
- package/serialization/types/ProblemPreconditionFailed.d.ts.map +1 -1
- package/serialization/types/ProblemPreconditionFailed.js +17 -7
- package/serialization/types/ProblemPreconditionFailed.js.map +1 -1
- package/serialization/types/ProblemPreconditionFailedBlob.d.ts.map +1 -1
- package/serialization/types/ProblemPreconditionFailedBlob.js +17 -7
- package/serialization/types/ProblemPreconditionFailedBlob.js.map +1 -1
- package/serialization/types/ProblemPreconditionFailedResource.d.ts.map +1 -1
- package/serialization/types/ProblemPreconditionFailedResource.js +17 -7
- package/serialization/types/ProblemPreconditionFailedResource.js.map +1 -1
- package/serialization/types/ProblemResourceNotFound.d.ts.map +1 -1
- package/serialization/types/ProblemResourceNotFound.js +17 -7
- package/serialization/types/ProblemResourceNotFound.js.map +1 -1
- package/serialization/types/ProblemResourceRevisionNotFound.d.ts.map +1 -1
- package/serialization/types/ProblemResourceRevisionNotFound.js +17 -7
- package/serialization/types/ProblemResourceRevisionNotFound.js.map +1 -1
- package/serialization/types/ProblemTooManyRequests.d.ts.map +1 -1
- package/serialization/types/ProblemTooManyRequests.js +17 -7
- package/serialization/types/ProblemTooManyRequests.js.map +1 -1
- package/serialization/types/ProblemUnauthorized.d.ts.map +1 -1
- package/serialization/types/ProblemUnauthorized.js +17 -7
- package/serialization/types/ProblemUnauthorized.js.map +1 -1
- package/serialization/types/ProblemUnsupportedMediaType.d.ts.map +1 -1
- package/serialization/types/ProblemUnsupportedMediaType.js +17 -7
- package/serialization/types/ProblemUnsupportedMediaType.js.map +1 -1
- package/serialization/types/Resource.d.ts.map +1 -1
- package/serialization/types/Resource.js +17 -7
- package/serialization/types/Resource.js.map +1 -1
- package/serialization/types/ResourceApiKey.d.ts.map +1 -1
- package/serialization/types/ResourceApiKey.js +17 -7
- package/serialization/types/ResourceApiKey.js.map +1 -1
- package/serialization/types/ResourceApiKeyFull.d.ts.map +1 -1
- package/serialization/types/ResourceApiKeyFull.js +17 -7
- package/serialization/types/ResourceApiKeyFull.js.map +1 -1
- package/serialization/types/ResourceCredential.d.ts.map +1 -1
- package/serialization/types/ResourceCredential.js +17 -7
- package/serialization/types/ResourceCredential.js.map +1 -1
- package/serialization/types/ResourceDidCommMessage.d.ts.map +1 -1
- package/serialization/types/ResourceDidCommMessage.js +17 -7
- package/serialization/types/ResourceDidCommMessage.js.map +1 -1
- package/serialization/types/ResourceDraft.d.ts.map +1 -1
- package/serialization/types/ResourceDraft.js +17 -7
- package/serialization/types/ResourceDraft.js.map +1 -1
- package/serialization/types/ResourceFile.d.ts.map +1 -1
- package/serialization/types/ResourceFile.js +17 -7
- package/serialization/types/ResourceFile.js.map +1 -1
- package/serialization/types/ResourceKeyPublic.d.ts.map +1 -1
- package/serialization/types/ResourceKeyPublic.js +17 -7
- package/serialization/types/ResourceKeyPublic.js.map +1 -1
- package/serialization/types/ResourceKind.d.ts.map +1 -1
- package/serialization/types/ResourceKind.js +17 -7
- package/serialization/types/ResourceKind.js.map +1 -1
- package/serialization/types/ResourcePresentation.d.ts.map +1 -1
- package/serialization/types/ResourcePresentation.js +17 -7
- package/serialization/types/ResourcePresentation.js.map +1 -1
- package/serialization/types/Service.d.ts.map +1 -1
- package/serialization/types/Service.js +17 -7
- package/serialization/types/Service.js.map +1 -1
- package/serialization/types/TimestampBetween.d.ts.map +1 -1
- package/serialization/types/TimestampBetween.js +17 -7
- package/serialization/types/TimestampBetween.js.map +1 -1
- package/serialization/types/TimestampGreaterThan.d.ts.map +1 -1
- package/serialization/types/TimestampGreaterThan.js +17 -7
- package/serialization/types/TimestampGreaterThan.js.map +1 -1
- package/serialization/types/TimestampGreaterThanOrEqual.d.ts.map +1 -1
- package/serialization/types/TimestampGreaterThanOrEqual.js +17 -7
- package/serialization/types/TimestampGreaterThanOrEqual.js.map +1 -1
- package/serialization/types/TimestampLessThan.d.ts.map +1 -1
- package/serialization/types/TimestampLessThan.js +17 -7
- package/serialization/types/TimestampLessThan.js.map +1 -1
- package/serialization/types/TimestampLessThanOrEqual.d.ts.map +1 -1
- package/serialization/types/TimestampLessThanOrEqual.js +17 -7
- package/serialization/types/TimestampLessThanOrEqual.js.map +1 -1
- package/serialization/types/TooManyRequestsProblems.d.ts.map +1 -1
- package/serialization/types/TooManyRequestsProblems.js +17 -7
- package/serialization/types/TooManyRequestsProblems.js.map +1 -1
- package/serialization/types/UnauthorizedProblems.d.ts.map +1 -1
- package/serialization/types/UnauthorizedProblems.js +17 -7
- package/serialization/types/UnauthorizedProblems.js.map +1 -1
- package/serialization/types/UnsupportedMediaTypeProblems.d.ts.map +1 -1
- package/serialization/types/UnsupportedMediaTypeProblems.js +17 -7
- package/serialization/types/UnsupportedMediaTypeProblems.js.map +1 -1
- package/serialization/types/UploadResponse.d.ts.map +1 -1
- package/serialization/types/UploadResponse.js +17 -7
- package/serialization/types/UploadResponse.js.map +1 -1
- package/serialization/types/VerificationMethodMultikey.d.ts.map +1 -1
- package/serialization/types/VerificationMethodMultikey.js +17 -7
- package/serialization/types/VerificationMethodMultikey.js.map +1 -1
- package/serialization/types/VerificationMethodMultikeyType.d.ts.map +1 -1
- package/serialization/types/VerificationMethodMultikeyType.js +17 -7
- package/serialization/types/VerificationMethodMultikeyType.js.map +1 -1
- package/serialization/types/index.d.ts +5 -0
- package/serialization/types/index.d.ts.map +1 -1
- package/serialization/types/index.js +5 -0
- package/serialization/types/index.js.map +1 -1
- package/api/resources/files/client/requests/FileUpdateInput.d.ts +0 -59
- package/api/resources/files/client/requests/FileUpdateInput.d.ts.map +0 -1
- package/api/resources/files/client/requests/FileUpdateInput.js.map +0 -1
- package/serialization/resources/files/client/requests/FileUpdateInput.d.ts +0 -14
- package/serialization/resources/files/client/requests/FileUpdateInput.d.ts.map +0 -1
- package/serialization/resources/files/client/requests/FileUpdateInput.js +0 -35
- package/serialization/resources/files/client/requests/FileUpdateInput.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VerificationMethodMultikeyType.js","sourceRoot":"","sources":["../../../src/api/types/VerificationMethodMultikeyType.ts"],"names":[],"mappings":";AAAA;;GAEG;;;
|
|
1
|
+
{"version":3,"file":"VerificationMethodMultikeyType.js","sourceRoot":"","sources":["../../../src/api/types/VerificationMethodMultikeyType.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAMU,QAAA,8BAA8B,GAAG;IAC1C,QAAQ,EAAE,UAAU;IACpB,iCAAiC,EAAE,mCAAmC;CAChE,CAAC","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * The type of the verification method.\n */\nexport type VerificationMethodMultikeyType = 'Multikey' | 'EcdsaSecp256k1VerificationKey2019';\nexport const VerificationMethodMultikeyType = {\n Multikey: 'Multikey',\n EcdsaSecp256K1VerificationKey2019: 'EcdsaSecp256k1VerificationKey2019',\n} as const;\n"]}
|
package/api/types/index.d.ts
CHANGED
|
@@ -18,6 +18,7 @@ export * from './ApiKeySort';
|
|
|
18
18
|
export * from './BadRequestProblems';
|
|
19
19
|
export * from './BetweenFilesize';
|
|
20
20
|
export * from './BetweenRevision';
|
|
21
|
+
export * from './ConflictProblems';
|
|
21
22
|
export * from './CredentialDataModel';
|
|
22
23
|
export * from './Credential';
|
|
23
24
|
export * from './Credential11Proof';
|
|
@@ -270,9 +271,13 @@ export * from './PresentationSortOrder';
|
|
|
270
271
|
export * from './PresentationSort';
|
|
271
272
|
export * from './PresentationVerify';
|
|
272
273
|
export * from './ProblemBadRequest';
|
|
274
|
+
export * from './ProblemBadRequestBlobEmptyData';
|
|
273
275
|
export * from './ProblemBadRequestBlobInvalidJson';
|
|
274
276
|
export * from './ProblemBadRequestHasNullUnicodeCharacter';
|
|
275
277
|
export * from './ProblemBlobNotFound';
|
|
278
|
+
export * from './ProblemConflict';
|
|
279
|
+
export * from './ProblemConflictBlobRestoreInProgress';
|
|
280
|
+
export * from './ProblemConflictResource';
|
|
276
281
|
export * from './ProblemForbidden';
|
|
277
282
|
export * from './ProblemInternalServerError';
|
|
278
283
|
export * from './ProblemMethodNotAllowed';
|
package/api/types/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/api/types/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/api/types/index.ts"],"names":[],"mappings":"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"}
|
package/api/types/index.js
CHANGED
|
@@ -34,6 +34,7 @@ __exportStar(require("./ApiKeySort"), exports);
|
|
|
34
34
|
__exportStar(require("./BadRequestProblems"), exports);
|
|
35
35
|
__exportStar(require("./BetweenFilesize"), exports);
|
|
36
36
|
__exportStar(require("./BetweenRevision"), exports);
|
|
37
|
+
__exportStar(require("./ConflictProblems"), exports);
|
|
37
38
|
__exportStar(require("./CredentialDataModel"), exports);
|
|
38
39
|
__exportStar(require("./Credential"), exports);
|
|
39
40
|
__exportStar(require("./Credential11Proof"), exports);
|
|
@@ -286,9 +287,13 @@ __exportStar(require("./PresentationSortOrder"), exports);
|
|
|
286
287
|
__exportStar(require("./PresentationSort"), exports);
|
|
287
288
|
__exportStar(require("./PresentationVerify"), exports);
|
|
288
289
|
__exportStar(require("./ProblemBadRequest"), exports);
|
|
290
|
+
__exportStar(require("./ProblemBadRequestBlobEmptyData"), exports);
|
|
289
291
|
__exportStar(require("./ProblemBadRequestBlobInvalidJson"), exports);
|
|
290
292
|
__exportStar(require("./ProblemBadRequestHasNullUnicodeCharacter"), exports);
|
|
291
293
|
__exportStar(require("./ProblemBlobNotFound"), exports);
|
|
294
|
+
__exportStar(require("./ProblemConflict"), exports);
|
|
295
|
+
__exportStar(require("./ProblemConflictBlobRestoreInProgress"), exports);
|
|
296
|
+
__exportStar(require("./ProblemConflictResource"), exports);
|
|
292
297
|
__exportStar(require("./ProblemForbidden"), exports);
|
|
293
298
|
__exportStar(require("./ProblemInternalServerError"), exports);
|
|
294
299
|
__exportStar(require("./ProblemMethodNotAllowed"), exports);
|
package/api/types/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/api/types/index.ts"],"names":[],"mappings":"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","sourcesContent":["export * from './ApiKey';\nexport * from './ApiKeyFilterAnnotationsItem';\nexport * from './ApiKeyFilterCreatedAt';\nexport * from './ApiKeyFilterDeletedAt';\nexport * from './ApiKeyFilterEtag';\nexport * from './ApiKeyFilterId';\nexport * from './ApiKeyFilterLabelsItem';\nexport * from './ApiKeyFilterModifiedAt';\nexport * from './ApiKeyFilterRevision';\nexport * from './ApiKeyFilter';\nexport * from './ApiKeyFilterDataExpiration';\nexport * from './ApiKeyFilterDataSubjectId';\nexport * from './ApiKeyFilterData';\nexport * from './ApiKeyFull';\nexport * from './ApiKeySortField';\nexport * from './ApiKeySortOrder';\nexport * from './ApiKeySort';\nexport * from './BadRequestProblems';\nexport * from './BetweenFilesize';\nexport * from './BetweenRevision';\nexport * from './CredentialDataModel';\nexport * from './Credential';\nexport * from './Credential11Proof';\nexport * from './Credential11';\nexport * from './CredentialFilterAnnotationsItem';\nexport * from './CredentialFilterCreatedAt';\nexport * from './CredentialFilterDeletedAt';\nexport * from './CredentialFilterEtag';\nexport * from './CredentialFilterId';\nexport * from './CredentialFilterLabelsItem';\nexport * from './CredentialFilterModifiedAt';\nexport * from './CredentialFilterRevision';\nexport * from './CredentialFilter';\nexport * from './CredentialFilterDataType';\nexport * from './CredentialFilterDataHolder';\nexport * from './CredentialFilterDataId';\nexport * from './CredentialFilterDataIssuer';\nexport * from './CredentialFilterDataLinkedCredentials';\nexport * from './CredentialFilterDataLinkedFiles';\nexport * from './CredentialFilterDataMultihash';\nexport * from './CredentialFilterDataValidFrom';\nexport * from './CredentialFilterDataValidUntil';\nexport * from './CredentialFilterData';\nexport * from './CredentialProof';\nexport * from './CredentialProofs';\nexport * from './CredentialSortField';\nexport * from './CredentialSortOrder';\nexport * from './CredentialSort';\nexport * from './CredentialVerify';\nexport * from './DidCommMessage';\nexport * from './DidCommMessageSend';\nexport * from './DidDocumentVerificationMethodItem';\nexport * from './DidDocument';\nexport * from './DidcommMessageFilterAnnotationsItem';\nexport * from './DidcommMessageFilterCreatedAt';\nexport * from './DidcommMessageFilterDeletedAt';\nexport * from './DidcommMessageFilterEtag';\nexport * from './DidcommMessageFilterId';\nexport * from './DidcommMessageFilterLabelsItem';\nexport * from './DidcommMessageFilterModifiedAt';\nexport * from './DidcommMessageFilterRevision';\nexport * from './DidcommMessageFilter';\nexport * from './DidcommMessageFilterDataCredentials';\nexport * from './DidcommMessageFilterDataFrom';\nexport * from './DidcommMessageFilterDataPresentations';\nexport * from './DidcommMessageFilterDataTo';\nexport * from './DidcommMessageFilterData';\nexport * from './DidcommMessageSortField';\nexport * from './DidcommMessageSortOrder';\nexport * from './DidcommMessageSort';\nexport * from './Draft';\nexport * from './DraftCreate';\nexport * from './DraftEnumValue';\nexport * from './DraftFieldBooleanValue';\nexport * from './DraftFieldDateTimeValue';\nexport * from './DraftFieldDateValue';\nexport * from './DraftFieldFileValue';\nexport * from './DraftFieldLinkValue';\nexport * from './DraftFieldNumberValue';\nexport * from './DraftFieldStringValue';\nexport * from './DraftFieldStructValueFieldsItem';\nexport * from './DraftFieldStructValue';\nexport * from './DraftFilterAnnotationsItem';\nexport * from './DraftFilterCreatedAt';\nexport * from './DraftFilterDeletedAt';\nexport * from './DraftFilterEtag';\nexport * from './DraftFilterId';\nexport * from './DraftFilterLabelsItem';\nexport * from './DraftFilterModifiedAt';\nexport * from './DraftFilterRevision';\nexport * from './DraftFilter';\nexport * from './DraftFilterDataType';\nexport * from './DraftFilterDataLinkedCredentials';\nexport * from './DraftFilterDataLinkedDrafts';\nexport * from './DraftFilterData';\nexport * from './DraftFilterMetaSubject';\nexport * from './DraftFilterMetaValidFrom';\nexport * from './DraftFilterMetaValidUntil';\nexport * from './DraftFilterMeta';\nexport * from './DraftMeta';\nexport * from './DraftSchemaFieldsItem';\nexport * from './DraftSchema';\nexport * from './DraftSortField';\nexport * from './DraftSortOrder';\nexport * from './DraftSort';\nexport * from './EcdsaSecp256K1VerificationKey2019Type';\nexport * from './EcdsaSecp256K1VerificationKey2019';\nexport * from './EqualDid';\nexport * from './EqualETag';\nexport * from './EqualFilesize';\nexport * from './EqualKeyPublicBase58';\nexport * from './EqualKeyPublicMultibase';\nexport * from './EqualKeyPublicPem';\nexport * from './EqualKeyTypeValue';\nexport * from './EqualKeyType';\nexport * from './EqualMultihash';\nexport * from './EqualPrimitiveString';\nexport * from './EqualResourceId';\nexport * from './EqualRevision';\nexport * from './EqualSubjectId';\nexport * from './EqualUri';\nexport * from './ErrorDetail';\nexport * from './ErrorModel';\nexport * from './File_';\nexport * from './FileData';\nexport * from './FileFilterAnnotationsItem';\nexport * from './FileFilterCreatedAt';\nexport * from './FileFilterDeletedAt';\nexport * from './FileFilterEtag';\nexport * from './FileFilterId';\nexport * from './FileFilterLabelsItem';\nexport * from './FileFilterModifiedAt';\nexport * from './FileFilterRevision';\nexport * from './FileFilter';\nexport * from './FileFilterDataContentType';\nexport * from './FileFilterDataFilename';\nexport * from './FileFilterDataFilesize';\nexport * from './FileFilterDataId';\nexport * from './FileFilterDataMultihash';\nexport * from './FileFilterData';\nexport * from './FileSortField';\nexport * from './FileSortOrder';\nexport * from './FileSort';\nexport * from './ForbiddenProblems';\nexport * from './GreaterThanFilesize';\nexport * from './GreaterThanOrEqualFilesize';\nexport * from './GreaterThanOrEqualRevision';\nexport * from './GreaterThanRevision';\nexport * from './InDid';\nexport * from './InETag';\nexport * from './InFilesize';\nexport * from './InKeyPublicBase58';\nexport * from './InKeyPublicMultibase';\nexport * from './InKeyPublicPem';\nexport * from './InKeyTypeValuesItem';\nexport * from './InKeyType';\nexport * from './InMultihash';\nexport * from './InPrimitiveString';\nexport * from './InResourceId';\nexport * from './InRevision';\nexport * from './InSubjectId';\nexport * from './InUri';\nexport * from './IsNotNullMultihash';\nexport * from './IsNotNullPrimitiveString';\nexport * from './IsNotNullResourceId';\nexport * from './IsNotNullTimestamp';\nexport * from './IsNotNullUri';\nexport * from './IsNullMultihash';\nexport * from './IsNullPrimitiveString';\nexport * from './IsNullResourceId';\nexport * from './IsNullTimestamp';\nexport * from './IsNullUri';\nexport * from './KeyEqualAnnotationKeyAnnotationValue';\nexport * from './KeyEqualLabelKeyLabelValue';\nexport * from './KeyFilterAnnotationsItem';\nexport * from './KeyFilterCreatedAt';\nexport * from './KeyFilterDeletedAt';\nexport * from './KeyFilterEtag';\nexport * from './KeyFilterId';\nexport * from './KeyFilterLabelsItem';\nexport * from './KeyFilterModifiedAt';\nexport * from './KeyFilterRevision';\nexport * from './KeyFilter';\nexport * from './KeyFilterDataType';\nexport * from './KeyFilterDataPublicKeyBase58';\nexport * from './KeyFilterDataPublicKeyMultibase';\nexport * from './KeyFilterDataPublicKeyPem';\nexport * from './KeyFilterData';\nexport * from './KeyGenerateType';\nexport * from './KeyGenerate';\nexport * from './KeyIsNotNullAnnotationKey';\nexport * from './KeyIsNotNullLabelKey';\nexport * from './KeyIsNullAnnotationKey';\nexport * from './KeyIsNullLabelKey';\nexport * from './KeyNotEqualAnnotationKeyAnnotationValue';\nexport * from './KeyNotEqualLabelKeyLabelValue';\nexport * from './KeyPublicType';\nexport * from './KeyPublic';\nexport * from './KeySecretEc';\nexport * from './KeySecretJwk';\nexport * from './KeySecretPkcs8';\nexport * from './KeySortField';\nexport * from './KeySortOrder';\nexport * from './KeySort';\nexport * from './LessThanFilesize';\nexport * from './LessThanOrEqualFilesize';\nexport * from './LessThanOrEqualRevision';\nexport * from './LessThanRevision';\nexport * from './ListApiKey';\nexport * from './ListCredential';\nexport * from './ListDidCommMessage';\nexport * from './ListDraft';\nexport * from './ListFile';\nexport * from './ListKeyPublic';\nexport * from './ListPresentation';\nexport * from './MethodNotAllowedProblems';\nexport * from './NestedInPrimitiveString';\nexport * from './NestedInResourceId';\nexport * from './NestedInUri';\nexport * from './NestedNotInPrimitiveString';\nexport * from './NestedNotInResourceId';\nexport * from './NestedNotInUri';\nexport * from './NotEqualDid';\nexport * from './NotEqualETag';\nexport * from './NotEqualFilesize';\nexport * from './NotEqualKeyPublicBase58';\nexport * from './NotEqualKeyPublicMultibase';\nexport * from './NotEqualKeyPublicPem';\nexport * from './NotEqualKeyTypeValue';\nexport * from './NotEqualKeyType';\nexport * from './NotEqualMultihash';\nexport * from './NotEqualPrimitiveString';\nexport * from './NotEqualResourceId';\nexport * from './NotEqualRevision';\nexport * from './NotEqualSubjectId';\nexport * from './NotEqualUri';\nexport * from './NotFoundProblems';\nexport * from './NotInDid';\nexport * from './NotInETag';\nexport * from './NotInFilesize';\nexport * from './NotInKeyPublicBase58';\nexport * from './NotInKeyPublicMultibase';\nexport * from './NotInKeyPublicPem';\nexport * from './NotInKeyTypeValuesItem';\nexport * from './NotInKeyType';\nexport * from './NotInMultihash';\nexport * from './NotInPrimitiveString';\nexport * from './NotInResourceId';\nexport * from './NotInRevision';\nexport * from './NotInSubjectId';\nexport * from './NotInUri';\nexport * from './PreconditionFailedProblems';\nexport * from './Presentation';\nexport * from './PresentationFilterAnnotationsItem';\nexport * from './PresentationFilterCreatedAt';\nexport * from './PresentationFilterDeletedAt';\nexport * from './PresentationFilterEtag';\nexport * from './PresentationFilterId';\nexport * from './PresentationFilterLabelsItem';\nexport * from './PresentationFilterModifiedAt';\nexport * from './PresentationFilterRevision';\nexport * from './PresentationFilter';\nexport * from './PresentationFilterDataType';\nexport * from './PresentationFilterDataId';\nexport * from './PresentationFilterDataLinkedCredentials';\nexport * from './PresentationFilterDataMultihash';\nexport * from './PresentationFilterData';\nexport * from './PresentationSortField';\nexport * from './PresentationSortOrder';\nexport * from './PresentationSort';\nexport * from './PresentationVerify';\nexport * from './ProblemBadRequest';\nexport * from './ProblemBadRequestBlobInvalidJson';\nexport * from './ProblemBadRequestHasNullUnicodeCharacter';\nexport * from './ProblemBlobNotFound';\nexport * from './ProblemForbidden';\nexport * from './ProblemInternalServerError';\nexport * from './ProblemMethodNotAllowed';\nexport * from './ProblemMethodNotAllowedAlive';\nexport * from './ProblemMethodNotAllowedDeleted';\nexport * from './ProblemMethodNotAllowedRoute';\nexport * from './ProblemNotFound';\nexport * from './ProblemPreconditionFailed';\nexport * from './ProblemPreconditionFailedBlob';\nexport * from './ProblemPreconditionFailedResource';\nexport * from './ProblemResourceNotFound';\nexport * from './ProblemResourceRevisionNotFound';\nexport * from './ProblemTooManyRequests';\nexport * from './ProblemUnauthorized';\nexport * from './ProblemUnsupportedMediaType';\nexport * from './Resource';\nexport * from './ResourceApiKey';\nexport * from './ResourceApiKeyFull';\nexport * from './ResourceCredential';\nexport * from './ResourceDidCommMessage';\nexport * from './ResourceDraft';\nexport * from './ResourceFile';\nexport * from './ResourceKeyPublic';\nexport * from './ResourceKind';\nexport * from './ResourcePresentation';\nexport * from './Service';\nexport * from './TimestampBetween';\nexport * from './TimestampGreaterThan';\nexport * from './TimestampGreaterThanOrEqual';\nexport * from './TimestampLessThan';\nexport * from './TimestampLessThanOrEqual';\nexport * from './TooManyRequestsProblems';\nexport * from './UnauthorizedProblems';\nexport * from './UnsupportedMediaTypeProblems';\nexport * from './UploadResponse';\nexport * from './VerificationMethodMultikeyType';\nexport * from './VerificationMethodMultikey';\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/api/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,gEAA8C;AAC9C,0DAAwC;AACxC,0DAAwC;AACxC,qDAAmC;AACnC,mDAAiC;AACjC,2DAAyC;AACzC,2DAAyC;AACzC,yDAAuC;AACvC,iDAA+B;AAC/B,+DAA6C;AAC7C,8DAA4C;AAC5C,qDAAmC;AACnC,+CAA6B;AAC7B,oDAAkC;AAClC,oDAAkC;AAClC,+CAA6B;AAC7B,uDAAqC;AACrC,oDAAkC;AAClC,oDAAkC;AAClC,qDAAmC;AACnC,wDAAsC;AACtC,+CAA6B;AAC7B,sDAAoC;AACpC,iDAA+B;AAC/B,oEAAkD;AAClD,8DAA4C;AAC5C,8DAA4C;AAC5C,yDAAuC;AACvC,uDAAqC;AACrC,+DAA6C;AAC7C,+DAA6C;AAC7C,6DAA2C;AAC3C,qDAAmC;AACnC,6DAA2C;AAC3C,+DAA6C;AAC7C,2DAAyC;AACzC,+DAA6C;AAC7C,0EAAwD;AACxD,oEAAkD;AAClD,kEAAgD;AAChD,kEAAgD;AAChD,mEAAiD;AACjD,yDAAuC;AACvC,oDAAkC;AAClC,qDAAmC;AACnC,wDAAsC;AACtC,wDAAsC;AACtC,mDAAiC;AACjC,qDAAmC;AACnC,mDAAiC;AACjC,uDAAqC;AACrC,sEAAoD;AACpD,gDAA8B;AAC9B,wEAAsD;AACtD,kEAAgD;AAChD,kEAAgD;AAChD,6DAA2C;AAC3C,2DAAyC;AACzC,mEAAiD;AACjD,mEAAiD;AACjD,iEAA+C;AAC/C,yDAAuC;AACvC,wEAAsD;AACtD,iEAA+C;AAC/C,0EAAwD;AACxD,+DAA6C;AAC7C,6DAA2C;AAC3C,4DAA0C;AAC1C,4DAA0C;AAC1C,uDAAqC;AACrC,0CAAwB;AACxB,gDAA8B;AAC9B,mDAAiC;AACjC,2DAAyC;AACzC,4DAA0C;AAC1C,wDAAsC;AACtC,wDAAsC;AACtC,wDAAsC;AACtC,0DAAwC;AACxC,0DAAwC;AACxC,oEAAkD;AAClD,0DAAwC;AACxC,+DAA6C;AAC7C,yDAAuC;AACvC,yDAAuC;AACvC,oDAAkC;AAClC,kDAAgC;AAChC,0DAAwC;AACxC,0DAAwC;AACxC,wDAAsC;AACtC,gDAA8B;AAC9B,wDAAsC;AACtC,qEAAmD;AACnD,gEAA8C;AAC9C,oDAAkC;AAClC,2DAAyC;AACzC,6DAA2C;AAC3C,8DAA4C;AAC5C,oDAAkC;AAClC,8CAA4B;AAC5B,0DAAwC;AACxC,gDAA8B;AAC9B,mDAAiC;AACjC,mDAAiC;AACjC,8CAA4B;AAC5B,0EAAwD;AACxD,sEAAoD;AACpD,6CAA2B;AAC3B,8CAA4B;AAC5B,kDAAgC;AAChC,yDAAuC;AACvC,4DAA0C;AAC1C,sDAAoC;AACpC,sDAAoC;AACpC,iDAA+B;AAC/B,mDAAiC;AACjC,yDAAuC;AACvC,oDAAkC;AAClC,kDAAgC;AAChC,mDAAiC;AACjC,6CAA2B;AAC3B,gDAA8B;AAC9B,+CAA6B;AAC7B,0CAAwB;AACxB,6CAA2B;AAC3B,8DAA4C;AAC5C,wDAAsC;AACtC,wDAAsC;AACtC,mDAAiC;AACjC,iDAA+B;AAC/B,yDAAuC;AACvC,yDAAuC;AACvC,uDAAqC;AACrC,+CAA6B;AAC7B,8DAA4C;AAC5C,2DAAyC;AACzC,2DAAyC;AACzC,qDAAmC;AACnC,4DAA0C;AAC1C,mDAAiC;AACjC,kDAAgC;AAChC,kDAAgC;AAChC,6CAA2B;AAC3B,sDAAoC;AACpC,wDAAsC;AACtC,+DAA6C;AAC7C,+DAA6C;AAC7C,wDAAsC;AACtC,0CAAwB;AACxB,2CAAyB;AACzB,+CAA6B;AAC7B,sDAAoC;AACpC,yDAAuC;AACvC,mDAAiC;AACjC,wDAAsC;AACtC,8CAA4B;AAC5B,gDAA8B;AAC9B,sDAAoC;AACpC,iDAA+B;AAC/B,+CAA6B;AAC7B,gDAA8B;AAC9B,0CAAwB;AACxB,uDAAqC;AACrC,6DAA2C;AAC3C,wDAAsC;AACtC,uDAAqC;AACrC,iDAA+B;AAC/B,oDAAkC;AAClC,0DAAwC;AACxC,qDAAmC;AACnC,oDAAkC;AAClC,8CAA4B;AAC5B,yEAAuD;AACvD,+DAA6C;AAC7C,6DAA2C;AAC3C,uDAAqC;AACrC,uDAAqC;AACrC,kDAAgC;AAChC,gDAA8B;AAC9B,wDAAsC;AACtC,wDAAsC;AACtC,sDAAoC;AACpC,8CAA4B;AAC5B,sDAAoC;AACpC,iEAA+C;AAC/C,oEAAkD;AAClD,8DAA4C;AAC5C,kDAAgC;AAChC,oDAAkC;AAClC,gDAA8B;AAC9B,8DAA4C;AAC5C,yDAAuC;AACvC,2DAAyC;AACzC,sDAAoC;AACpC,4EAA0D;AAC1D,kEAAgD;AAChD,kDAAgC;AAChC,8CAA4B;AAC5B,gDAA8B;AAC9B,iDAA+B;AAC/B,mDAAiC;AACjC,iDAA+B;AAC/B,iDAA+B;AAC/B,4CAA0B;AAC1B,qDAAmC;AACnC,4DAA0C;AAC1C,4DAA0C;AAC1C,qDAAmC;AACnC,+CAA6B;AAC7B,mDAAiC;AACjC,uDAAqC;AACrC,8CAA4B;AAC5B,6CAA2B;AAC3B,kDAAgC;AAChC,qDAAmC;AACnC,6DAA2C;AAC3C,4DAA0C;AAC1C,uDAAqC;AACrC,gDAA8B;AAC9B,+DAA6C;AAC7C,0DAAwC;AACxC,mDAAiC;AACjC,gDAA8B;AAC9B,iDAA+B;AAC/B,qDAAmC;AACnC,4DAA0C;AAC1C,+DAA6C;AAC7C,yDAAuC;AACvC,yDAAuC;AACvC,oDAAkC;AAClC,sDAAoC;AACpC,4DAA0C;AAC1C,uDAAqC;AACrC,qDAAmC;AACnC,sDAAoC;AACpC,gDAA8B;AAC9B,qDAAmC;AACnC,6CAA2B;AAC3B,8CAA4B;AAC5B,kDAAgC;AAChC,yDAAuC;AACvC,4DAA0C;AAC1C,sDAAoC;AACpC,2DAAyC;AACzC,iDAA+B;AAC/B,mDAAiC;AACjC,yDAAuC;AACvC,oDAAkC;AAClC,kDAAgC;AAChC,mDAAiC;AACjC,6CAA2B;AAC3B,+DAA6C;AAC7C,iDAA+B;AAC/B,sEAAoD;AACpD,gEAA8C;AAC9C,gEAA8C;AAC9C,2DAAyC;AACzC,yDAAuC;AACvC,iEAA+C;AAC/C,iEAA+C;AAC/C,+DAA6C;AAC7C,uDAAqC;AACrC,+DAA6C;AAC7C,6DAA2C;AAC3C,4EAA0D;AAC1D,oEAAkD;AAClD,2DAAyC;AACzC,0DAAwC;AACxC,0DAAwC;AACxC,qDAAmC;AACnC,uDAAqC;AACrC,sDAAoC;AACpC,mEAAiD;AACjD,qEAAmD;AACnD,6EAA2D;AAC3D,wDAAsC;AACtC,oDAAkC;AAClC,yEAAuD;AACvD,4DAA0C;AAC1C,qDAAmC;AACnC,+DAA6C;AAC7C,4DAA0C;AAC1C,iEAA+C;AAC/C,mEAAiD;AACjD,iEAA+C;AAC/C,oDAAkC;AAClC,8DAA4C;AAC5C,kEAAgD;AAChD,sEAAoD;AACpD,4DAA0C;AAC1C,oEAAkD;AAClD,2DAAyC;AACzC,wDAAsC;AACtC,gEAA8C;AAC9C,6CAA2B;AAC3B,mDAAiC;AACjC,uDAAqC;AACrC,uDAAqC;AACrC,2DAAyC;AACzC,kDAAgC;AAChC,iDAA+B;AAC/B,sDAAoC;AACpC,iDAA+B;AAC/B,yDAAuC;AACvC,4CAA0B;AAC1B,qDAAmC;AACnC,yDAAuC;AACvC,gEAA8C;AAC9C,sDAAoC;AACpC,6DAA2C;AAC3C,4DAA0C;AAC1C,yDAAuC;AACvC,iEAA+C;AAC/C,mDAAiC;AACjC,mEAAiD;AACjD,+DAA6C","sourcesContent":["export * from './ApiKey';\nexport * from './ApiKeyFilterAnnotationsItem';\nexport * from './ApiKeyFilterCreatedAt';\nexport * from './ApiKeyFilterDeletedAt';\nexport * from './ApiKeyFilterEtag';\nexport * from './ApiKeyFilterId';\nexport * from './ApiKeyFilterLabelsItem';\nexport * from './ApiKeyFilterModifiedAt';\nexport * from './ApiKeyFilterRevision';\nexport * from './ApiKeyFilter';\nexport * from './ApiKeyFilterDataExpiration';\nexport * from './ApiKeyFilterDataSubjectId';\nexport * from './ApiKeyFilterData';\nexport * from './ApiKeyFull';\nexport * from './ApiKeySortField';\nexport * from './ApiKeySortOrder';\nexport * from './ApiKeySort';\nexport * from './BadRequestProblems';\nexport * from './BetweenFilesize';\nexport * from './BetweenRevision';\nexport * from './ConflictProblems';\nexport * from './CredentialDataModel';\nexport * from './Credential';\nexport * from './Credential11Proof';\nexport * from './Credential11';\nexport * from './CredentialFilterAnnotationsItem';\nexport * from './CredentialFilterCreatedAt';\nexport * from './CredentialFilterDeletedAt';\nexport * from './CredentialFilterEtag';\nexport * from './CredentialFilterId';\nexport * from './CredentialFilterLabelsItem';\nexport * from './CredentialFilterModifiedAt';\nexport * from './CredentialFilterRevision';\nexport * from './CredentialFilter';\nexport * from './CredentialFilterDataType';\nexport * from './CredentialFilterDataHolder';\nexport * from './CredentialFilterDataId';\nexport * from './CredentialFilterDataIssuer';\nexport * from './CredentialFilterDataLinkedCredentials';\nexport * from './CredentialFilterDataLinkedFiles';\nexport * from './CredentialFilterDataMultihash';\nexport * from './CredentialFilterDataValidFrom';\nexport * from './CredentialFilterDataValidUntil';\nexport * from './CredentialFilterData';\nexport * from './CredentialProof';\nexport * from './CredentialProofs';\nexport * from './CredentialSortField';\nexport * from './CredentialSortOrder';\nexport * from './CredentialSort';\nexport * from './CredentialVerify';\nexport * from './DidCommMessage';\nexport * from './DidCommMessageSend';\nexport * from './DidDocumentVerificationMethodItem';\nexport * from './DidDocument';\nexport * from './DidcommMessageFilterAnnotationsItem';\nexport * from './DidcommMessageFilterCreatedAt';\nexport * from './DidcommMessageFilterDeletedAt';\nexport * from './DidcommMessageFilterEtag';\nexport * from './DidcommMessageFilterId';\nexport * from './DidcommMessageFilterLabelsItem';\nexport * from './DidcommMessageFilterModifiedAt';\nexport * from './DidcommMessageFilterRevision';\nexport * from './DidcommMessageFilter';\nexport * from './DidcommMessageFilterDataCredentials';\nexport * from './DidcommMessageFilterDataFrom';\nexport * from './DidcommMessageFilterDataPresentations';\nexport * from './DidcommMessageFilterDataTo';\nexport * from './DidcommMessageFilterData';\nexport * from './DidcommMessageSortField';\nexport * from './DidcommMessageSortOrder';\nexport * from './DidcommMessageSort';\nexport * from './Draft';\nexport * from './DraftCreate';\nexport * from './DraftEnumValue';\nexport * from './DraftFieldBooleanValue';\nexport * from './DraftFieldDateTimeValue';\nexport * from './DraftFieldDateValue';\nexport * from './DraftFieldFileValue';\nexport * from './DraftFieldLinkValue';\nexport * from './DraftFieldNumberValue';\nexport * from './DraftFieldStringValue';\nexport * from './DraftFieldStructValueFieldsItem';\nexport * from './DraftFieldStructValue';\nexport * from './DraftFilterAnnotationsItem';\nexport * from './DraftFilterCreatedAt';\nexport * from './DraftFilterDeletedAt';\nexport * from './DraftFilterEtag';\nexport * from './DraftFilterId';\nexport * from './DraftFilterLabelsItem';\nexport * from './DraftFilterModifiedAt';\nexport * from './DraftFilterRevision';\nexport * from './DraftFilter';\nexport * from './DraftFilterDataType';\nexport * from './DraftFilterDataLinkedCredentials';\nexport * from './DraftFilterDataLinkedDrafts';\nexport * from './DraftFilterData';\nexport * from './DraftFilterMetaSubject';\nexport * from './DraftFilterMetaValidFrom';\nexport * from './DraftFilterMetaValidUntil';\nexport * from './DraftFilterMeta';\nexport * from './DraftMeta';\nexport * from './DraftSchemaFieldsItem';\nexport * from './DraftSchema';\nexport * from './DraftSortField';\nexport * from './DraftSortOrder';\nexport * from './DraftSort';\nexport * from './EcdsaSecp256K1VerificationKey2019Type';\nexport * from './EcdsaSecp256K1VerificationKey2019';\nexport * from './EqualDid';\nexport * from './EqualETag';\nexport * from './EqualFilesize';\nexport * from './EqualKeyPublicBase58';\nexport * from './EqualKeyPublicMultibase';\nexport * from './EqualKeyPublicPem';\nexport * from './EqualKeyTypeValue';\nexport * from './EqualKeyType';\nexport * from './EqualMultihash';\nexport * from './EqualPrimitiveString';\nexport * from './EqualResourceId';\nexport * from './EqualRevision';\nexport * from './EqualSubjectId';\nexport * from './EqualUri';\nexport * from './ErrorDetail';\nexport * from './ErrorModel';\nexport * from './File_';\nexport * from './FileData';\nexport * from './FileFilterAnnotationsItem';\nexport * from './FileFilterCreatedAt';\nexport * from './FileFilterDeletedAt';\nexport * from './FileFilterEtag';\nexport * from './FileFilterId';\nexport * from './FileFilterLabelsItem';\nexport * from './FileFilterModifiedAt';\nexport * from './FileFilterRevision';\nexport * from './FileFilter';\nexport * from './FileFilterDataContentType';\nexport * from './FileFilterDataFilename';\nexport * from './FileFilterDataFilesize';\nexport * from './FileFilterDataId';\nexport * from './FileFilterDataMultihash';\nexport * from './FileFilterData';\nexport * from './FileSortField';\nexport * from './FileSortOrder';\nexport * from './FileSort';\nexport * from './ForbiddenProblems';\nexport * from './GreaterThanFilesize';\nexport * from './GreaterThanOrEqualFilesize';\nexport * from './GreaterThanOrEqualRevision';\nexport * from './GreaterThanRevision';\nexport * from './InDid';\nexport * from './InETag';\nexport * from './InFilesize';\nexport * from './InKeyPublicBase58';\nexport * from './InKeyPublicMultibase';\nexport * from './InKeyPublicPem';\nexport * from './InKeyTypeValuesItem';\nexport * from './InKeyType';\nexport * from './InMultihash';\nexport * from './InPrimitiveString';\nexport * from './InResourceId';\nexport * from './InRevision';\nexport * from './InSubjectId';\nexport * from './InUri';\nexport * from './IsNotNullMultihash';\nexport * from './IsNotNullPrimitiveString';\nexport * from './IsNotNullResourceId';\nexport * from './IsNotNullTimestamp';\nexport * from './IsNotNullUri';\nexport * from './IsNullMultihash';\nexport * from './IsNullPrimitiveString';\nexport * from './IsNullResourceId';\nexport * from './IsNullTimestamp';\nexport * from './IsNullUri';\nexport * from './KeyEqualAnnotationKeyAnnotationValue';\nexport * from './KeyEqualLabelKeyLabelValue';\nexport * from './KeyFilterAnnotationsItem';\nexport * from './KeyFilterCreatedAt';\nexport * from './KeyFilterDeletedAt';\nexport * from './KeyFilterEtag';\nexport * from './KeyFilterId';\nexport * from './KeyFilterLabelsItem';\nexport * from './KeyFilterModifiedAt';\nexport * from './KeyFilterRevision';\nexport * from './KeyFilter';\nexport * from './KeyFilterDataType';\nexport * from './KeyFilterDataPublicKeyBase58';\nexport * from './KeyFilterDataPublicKeyMultibase';\nexport * from './KeyFilterDataPublicKeyPem';\nexport * from './KeyFilterData';\nexport * from './KeyGenerateType';\nexport * from './KeyGenerate';\nexport * from './KeyIsNotNullAnnotationKey';\nexport * from './KeyIsNotNullLabelKey';\nexport * from './KeyIsNullAnnotationKey';\nexport * from './KeyIsNullLabelKey';\nexport * from './KeyNotEqualAnnotationKeyAnnotationValue';\nexport * from './KeyNotEqualLabelKeyLabelValue';\nexport * from './KeyPublicType';\nexport * from './KeyPublic';\nexport * from './KeySecretEc';\nexport * from './KeySecretJwk';\nexport * from './KeySecretPkcs8';\nexport * from './KeySortField';\nexport * from './KeySortOrder';\nexport * from './KeySort';\nexport * from './LessThanFilesize';\nexport * from './LessThanOrEqualFilesize';\nexport * from './LessThanOrEqualRevision';\nexport * from './LessThanRevision';\nexport * from './ListApiKey';\nexport * from './ListCredential';\nexport * from './ListDidCommMessage';\nexport * from './ListDraft';\nexport * from './ListFile';\nexport * from './ListKeyPublic';\nexport * from './ListPresentation';\nexport * from './MethodNotAllowedProblems';\nexport * from './NestedInPrimitiveString';\nexport * from './NestedInResourceId';\nexport * from './NestedInUri';\nexport * from './NestedNotInPrimitiveString';\nexport * from './NestedNotInResourceId';\nexport * from './NestedNotInUri';\nexport * from './NotEqualDid';\nexport * from './NotEqualETag';\nexport * from './NotEqualFilesize';\nexport * from './NotEqualKeyPublicBase58';\nexport * from './NotEqualKeyPublicMultibase';\nexport * from './NotEqualKeyPublicPem';\nexport * from './NotEqualKeyTypeValue';\nexport * from './NotEqualKeyType';\nexport * from './NotEqualMultihash';\nexport * from './NotEqualPrimitiveString';\nexport * from './NotEqualResourceId';\nexport * from './NotEqualRevision';\nexport * from './NotEqualSubjectId';\nexport * from './NotEqualUri';\nexport * from './NotFoundProblems';\nexport * from './NotInDid';\nexport * from './NotInETag';\nexport * from './NotInFilesize';\nexport * from './NotInKeyPublicBase58';\nexport * from './NotInKeyPublicMultibase';\nexport * from './NotInKeyPublicPem';\nexport * from './NotInKeyTypeValuesItem';\nexport * from './NotInKeyType';\nexport * from './NotInMultihash';\nexport * from './NotInPrimitiveString';\nexport * from './NotInResourceId';\nexport * from './NotInRevision';\nexport * from './NotInSubjectId';\nexport * from './NotInUri';\nexport * from './PreconditionFailedProblems';\nexport * from './Presentation';\nexport * from './PresentationFilterAnnotationsItem';\nexport * from './PresentationFilterCreatedAt';\nexport * from './PresentationFilterDeletedAt';\nexport * from './PresentationFilterEtag';\nexport * from './PresentationFilterId';\nexport * from './PresentationFilterLabelsItem';\nexport * from './PresentationFilterModifiedAt';\nexport * from './PresentationFilterRevision';\nexport * from './PresentationFilter';\nexport * from './PresentationFilterDataType';\nexport * from './PresentationFilterDataId';\nexport * from './PresentationFilterDataLinkedCredentials';\nexport * from './PresentationFilterDataMultihash';\nexport * from './PresentationFilterData';\nexport * from './PresentationSortField';\nexport * from './PresentationSortOrder';\nexport * from './PresentationSort';\nexport * from './PresentationVerify';\nexport * from './ProblemBadRequest';\nexport * from './ProblemBadRequestBlobEmptyData';\nexport * from './ProblemBadRequestBlobInvalidJson';\nexport * from './ProblemBadRequestHasNullUnicodeCharacter';\nexport * from './ProblemBlobNotFound';\nexport * from './ProblemConflict';\nexport * from './ProblemConflictBlobRestoreInProgress';\nexport * from './ProblemConflictResource';\nexport * from './ProblemForbidden';\nexport * from './ProblemInternalServerError';\nexport * from './ProblemMethodNotAllowed';\nexport * from './ProblemMethodNotAllowedAlive';\nexport * from './ProblemMethodNotAllowedDeleted';\nexport * from './ProblemMethodNotAllowedRoute';\nexport * from './ProblemNotFound';\nexport * from './ProblemPreconditionFailed';\nexport * from './ProblemPreconditionFailedBlob';\nexport * from './ProblemPreconditionFailedResource';\nexport * from './ProblemResourceNotFound';\nexport * from './ProblemResourceRevisionNotFound';\nexport * from './ProblemTooManyRequests';\nexport * from './ProblemUnauthorized';\nexport * from './ProblemUnsupportedMediaType';\nexport * from './Resource';\nexport * from './ResourceApiKey';\nexport * from './ResourceApiKeyFull';\nexport * from './ResourceCredential';\nexport * from './ResourceDidCommMessage';\nexport * from './ResourceDraft';\nexport * from './ResourceFile';\nexport * from './ResourceKeyPublic';\nexport * from './ResourceKind';\nexport * from './ResourcePresentation';\nexport * from './Service';\nexport * from './TimestampBetween';\nexport * from './TimestampGreaterThan';\nexport * from './TimestampGreaterThanOrEqual';\nexport * from './TimestampLessThan';\nexport * from './TimestampLessThanOrEqual';\nexport * from './TooManyRequestsProblems';\nexport * from './UnauthorizedProblems';\nexport * from './UnsupportedMediaTypeProblems';\nexport * from './UploadResponse';\nexport * from './VerificationMethodMultikeyType';\nexport * from './VerificationMethodMultikey';\n"]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type APIResponse<Success, Failure> = SuccessfulResponse<Success> | FailedResponse<Failure>;
|
|
2
2
|
export interface SuccessfulResponse<T> {
|
|
3
3
|
ok: true;
|
|
4
4
|
body: T;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"APIResponse.d.ts","sourceRoot":"","sources":["../../../src/core/fetcher/APIResponse.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"APIResponse.d.ts","sourceRoot":"","sources":["../../../src/core/fetcher/APIResponse.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,CAAC,OAAO,EAAE,OAAO,IAAI,kBAAkB,CAAC,OAAO,CAAC,GAAG,cAAc,CAAC,OAAO,CAAC,CAAC;AAElG,MAAM,WAAW,kBAAkB,CAAC,CAAC;IACjC,EAAE,EAAE,IAAI,CAAC;IACT,IAAI,EAAE,CAAC,CAAC;IACR,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACjC;AAED,MAAM,WAAW,cAAc,CAAC,CAAC;IAC7B,EAAE,EAAE,KAAK,CAAC;IACV,KAAK,EAAE,CAAC,CAAC;CACZ"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { APIResponse } from './APIResponse';
|
|
2
|
-
export
|
|
2
|
+
export type FetchFunction = <R = unknown>(args: Fetcher.Args) => Promise<APIResponse<R, Fetcher.Error>>;
|
|
3
3
|
export declare namespace Fetcher {
|
|
4
4
|
interface Args {
|
|
5
5
|
url: string;
|
|
6
6
|
method: string;
|
|
7
7
|
contentType?: string;
|
|
8
8
|
headers?: Record<string, string | undefined>;
|
|
9
|
-
queryParameters?: Record<string, string | string[] | object | object[]>;
|
|
9
|
+
queryParameters?: Record<string, string | string[] | object | object[] | null>;
|
|
10
10
|
body?: unknown;
|
|
11
11
|
timeoutMs?: number;
|
|
12
12
|
maxRetries?: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Fetcher.d.ts","sourceRoot":"","sources":["../../../src/core/fetcher/Fetcher.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Fetcher.d.ts","sourceRoot":"","sources":["../../../src/core/fetcher/Fetcher.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAQ5C,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,GAAG,OAAO,EAAE,IAAI,EAAE,OAAO,CAAC,IAAI,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC;AAExG,MAAM,CAAC,OAAO,WAAW,OAAO,CAAC;IAC7B,UAAiB,IAAI;QACjB,GAAG,EAAE,MAAM,CAAC;QACZ,MAAM,EAAE,MAAM,CAAC;QACf,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC,CAAC;QAC7C,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,MAAM,GAAG,MAAM,EAAE,GAAG,IAAI,CAAC,CAAC;QAC/E,IAAI,CAAC,EAAE,OAAO,CAAC;QACf,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,eAAe,CAAC,EAAE,OAAO,CAAC;QAC1B,WAAW,CAAC,EAAE,WAAW,CAAC;QAC1B,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;QACxC,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,KAAK,GAAG,WAAW,GAAG,MAAM,GAAG,aAAa,CAAC;QAC9E,MAAM,CAAC,EAAE,MAAM,CAAC;KACnB;IAED,KAAY,KAAK,GAAG,qBAAqB,GAAG,YAAY,GAAG,YAAY,GAAG,YAAY,CAAC;IAEvF,UAAiB,qBAAqB;QAClC,MAAM,EAAE,aAAa,CAAC;QACtB,UAAU,EAAE,MAAM,CAAC;QACnB,IAAI,EAAE,OAAO,CAAC;KACjB;IAED,UAAiB,YAAY;QACzB,MAAM,EAAE,UAAU,CAAC;QACnB,UAAU,EAAE,MAAM,CAAC;QACnB,OAAO,EAAE,MAAM,CAAC;KACnB;IAED,UAAiB,YAAY;QACzB,MAAM,EAAE,SAAS,CAAC;KACrB;IAED,UAAiB,YAAY;QACzB,MAAM,EAAE,SAAS,CAAC;QAClB,YAAY,EAAE,MAAM,CAAC;KACxB;CACJ;AAED,wBAAsB,WAAW,CAAC,CAAC,GAAG,OAAO,EAAE,IAAI,EAAE,OAAO,CAAC,IAAI,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,CAAC,CAyFzG;AAED,eAAO,MAAM,OAAO,EAAE,aAA2B,CAAC"}
|
package/core/fetcher/Fetcher.js
CHANGED
|
@@ -9,7 +9,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
9
9
|
});
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.fetcher =
|
|
12
|
+
exports.fetcher = void 0;
|
|
13
|
+
exports.fetcherImpl = fetcherImpl;
|
|
14
|
+
const json_1 = require("../json");
|
|
13
15
|
const createRequestUrl_1 = require("./createRequestUrl");
|
|
14
16
|
const getFetchFn_1 = require("./getFetchFn");
|
|
15
17
|
const getRequestBody_1 = require("./getRequestBody");
|
|
@@ -30,7 +32,7 @@ function fetcherImpl(args) {
|
|
|
30
32
|
}
|
|
31
33
|
}
|
|
32
34
|
const url = (0, createRequestUrl_1.createRequestUrl)(args.url, args.queryParameters);
|
|
33
|
-
|
|
35
|
+
const requestBody = yield (0, getRequestBody_1.getRequestBody)({
|
|
34
36
|
body: args.body,
|
|
35
37
|
type: args.requestType === 'json' ? 'json' : 'other',
|
|
36
38
|
});
|
|
@@ -39,7 +41,7 @@ function fetcherImpl(args) {
|
|
|
39
41
|
const response = yield (0, requestWithRetries_1.requestWithRetries)(() => __awaiter(this, void 0, void 0, function* () {
|
|
40
42
|
return (0, makeRequest_1.makeRequest)(fetchFn, url, args.method, headers, requestBody, args.timeoutMs, args.abortSignal, args.withCredentials, args.duplex);
|
|
41
43
|
}), args.maxRetries);
|
|
42
|
-
|
|
44
|
+
const responseBody = yield (0, getResponseBody_1.getResponseBody)(response, args.responseType);
|
|
43
45
|
if (response.status >= 200 && response.status < 400) {
|
|
44
46
|
return {
|
|
45
47
|
ok: true,
|
|
@@ -89,12 +91,11 @@ function fetcherImpl(args) {
|
|
|
89
91
|
ok: false,
|
|
90
92
|
error: {
|
|
91
93
|
reason: 'unknown',
|
|
92
|
-
errorMessage:
|
|
94
|
+
errorMessage: (0, json_1.toJson)(error),
|
|
93
95
|
},
|
|
94
96
|
};
|
|
95
97
|
}
|
|
96
98
|
});
|
|
97
99
|
}
|
|
98
|
-
exports.fetcherImpl = fetcherImpl;
|
|
99
100
|
exports.fetcher = fetcherImpl;
|
|
100
101
|
//# sourceMappingURL=Fetcher.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Fetcher.js","sourceRoot":"","sources":["../../../src/core/fetcher/Fetcher.ts"],"names":[],"mappings":";;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"Fetcher.js","sourceRoot":"","sources":["../../../src/core/fetcher/Fetcher.ts"],"names":[],"mappings":"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","sourcesContent":["import { toJson } from '../json';\nimport { APIResponse } from './APIResponse';\nimport { createRequestUrl } from './createRequestUrl';\nimport { getFetchFn } from './getFetchFn';\nimport { getRequestBody } from './getRequestBody';\nimport { getResponseBody } from './getResponseBody';\nimport { makeRequest } from './makeRequest';\nimport { requestWithRetries } from './requestWithRetries';\n\nexport type FetchFunction = <R = unknown>(args: Fetcher.Args) => Promise<APIResponse<R, Fetcher.Error>>;\n\nexport declare namespace Fetcher {\n export interface Args {\n url: string;\n method: string;\n contentType?: string;\n headers?: Record<string, string | undefined>;\n queryParameters?: Record<string, string | string[] | object | object[] | null>;\n body?: unknown;\n timeoutMs?: number;\n maxRetries?: number;\n withCredentials?: boolean;\n abortSignal?: AbortSignal;\n requestType?: 'json' | 'file' | 'bytes';\n responseType?: 'json' | 'blob' | 'sse' | 'streaming' | 'text' | 'arrayBuffer';\n duplex?: 'half';\n }\n\n export type Error = FailedStatusCodeError | NonJsonError | TimeoutError | UnknownError;\n\n export interface FailedStatusCodeError {\n reason: 'status-code';\n statusCode: number;\n body: unknown;\n }\n\n export interface NonJsonError {\n reason: 'non-json';\n statusCode: number;\n rawBody: string;\n }\n\n export interface TimeoutError {\n reason: 'timeout';\n }\n\n export interface UnknownError {\n reason: 'unknown';\n errorMessage: string;\n }\n}\n\nexport async function fetcherImpl<R = unknown>(args: Fetcher.Args): Promise<APIResponse<R, Fetcher.Error>> {\n const headers: Record<string, string> = {};\n if (args.body !== undefined && args.contentType != null) {\n headers['Content-Type'] = args.contentType;\n }\n\n if (args.headers != null) {\n for (const [key, value] of Object.entries(args.headers)) {\n if (value != null) {\n headers[key] = value;\n }\n }\n }\n\n const url = createRequestUrl(args.url, args.queryParameters);\n const requestBody: BodyInit | undefined = await getRequestBody({\n body: args.body,\n type: args.requestType === 'json' ? 'json' : 'other',\n });\n const fetchFn = await getFetchFn();\n\n try {\n const response = await requestWithRetries(\n async () =>\n makeRequest(\n fetchFn,\n url,\n args.method,\n headers,\n requestBody,\n args.timeoutMs,\n args.abortSignal,\n args.withCredentials,\n args.duplex,\n ),\n args.maxRetries,\n );\n const responseBody = await getResponseBody(response, args.responseType);\n\n if (response.status >= 200 && response.status < 400) {\n return {\n ok: true,\n body: responseBody as R,\n headers: response.headers,\n };\n } else {\n return {\n ok: false,\n error: {\n reason: 'status-code',\n statusCode: response.status,\n body: responseBody,\n },\n };\n }\n } catch (error) {\n if (args.abortSignal != null && args.abortSignal.aborted) {\n return {\n ok: false,\n error: {\n reason: 'unknown',\n errorMessage: 'The user aborted a request',\n },\n };\n } else if (error instanceof Error && error.name === 'AbortError') {\n return {\n ok: false,\n error: {\n reason: 'timeout',\n },\n };\n } else if (error instanceof Error) {\n return {\n ok: false,\n error: {\n reason: 'unknown',\n errorMessage: error.message,\n },\n };\n }\n\n return {\n ok: false,\n error: {\n reason: 'unknown',\n errorMessage: toJson(error),\n },\n };\n }\n}\n\nexport const fetcher: FetchFunction = fetcherImpl;\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Supplier.d.ts","sourceRoot":"","sources":["../../../src/core/fetcher/Supplier.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"Supplier.d.ts","sourceRoot":"","sources":["../../../src/core/fetcher/Supplier.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,QAAQ,CAAC,CAAC,IAAI,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC;AAElE,eAAO,MAAM,QAAQ;UACL,CAAC,YAAY,QAAQ,CAAC,CAAC,CAAC,KAAG,OAAO,CAAC,CAAC,CAAC;CAOpD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Supplier.js","sourceRoot":"","sources":["../../../src/core/fetcher/Supplier.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEa,QAAA,QAAQ,GAAG;IACpB,GAAG,EAAE,CAAU,QAAqB,EAAc,EAAE;QAChD,IAAI,OAAO,QAAQ,KAAK,UAAU,EAAE;
|
|
1
|
+
{"version":3,"file":"Supplier.js","sourceRoot":"","sources":["../../../src/core/fetcher/Supplier.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEa,QAAA,QAAQ,GAAG;IACpB,GAAG,EAAE,CAAU,QAAqB,EAAc,EAAE;QAChD,IAAI,OAAO,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjC,OAAQ,QAAoB,EAAE,CAAC;QACnC,CAAC;aAAM,CAAC;YACJ,OAAO,QAAQ,CAAC;QACpB,CAAC;IACL,CAAC,CAAA;CACJ,CAAC","sourcesContent":["export type Supplier<T> = T | Promise<T> | (() => T | Promise<T>);\n\nexport const Supplier = {\n get: async <T>(supplier: Supplier<T>): Promise<T> => {\n if (typeof supplier === 'function') {\n return (supplier as () => T)();\n } else {\n return supplier;\n }\n },\n};\n"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare function createRequestUrl(baseUrl: string, queryParameters?: Record<string, string | string[] | object | object[]>): string;
|
|
1
|
+
export declare function createRequestUrl(baseUrl: string, queryParameters?: Record<string, string | string[] | object | object[] | null>): string;
|
|
2
2
|
//# sourceMappingURL=createRequestUrl.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createRequestUrl.d.ts","sourceRoot":"","sources":["../../../src/core/fetcher/createRequestUrl.ts"],"names":[],"mappings":"AAEA,wBAAgB,gBAAgB,CAC5B,OAAO,EAAE,MAAM,EACf,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC,
|
|
1
|
+
{"version":3,"file":"createRequestUrl.d.ts","sourceRoot":"","sources":["../../../src/core/fetcher/createRequestUrl.ts"],"names":[],"mappings":"AAEA,wBAAgB,gBAAgB,CAC5B,OAAO,EAAE,MAAM,EACf,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,MAAM,GAAG,MAAM,EAAE,GAAG,IAAI,CAAC,GAC/E,MAAM,CAIR"}
|
|
@@ -3,12 +3,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.createRequestUrl =
|
|
6
|
+
exports.createRequestUrl = createRequestUrl;
|
|
7
7
|
const qs_1 = __importDefault(require("qs"));
|
|
8
8
|
function createRequestUrl(baseUrl, queryParameters) {
|
|
9
9
|
return Object.keys(queryParameters !== null && queryParameters !== void 0 ? queryParameters : {}).length > 0
|
|
10
10
|
? `${baseUrl}?${qs_1.default.stringify(queryParameters, { arrayFormat: 'repeat' })}`
|
|
11
11
|
: baseUrl;
|
|
12
12
|
}
|
|
13
|
-
exports.createRequestUrl = createRequestUrl;
|
|
14
13
|
//# sourceMappingURL=createRequestUrl.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createRequestUrl.js","sourceRoot":"","sources":["../../../src/core/fetcher/createRequestUrl.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"createRequestUrl.js","sourceRoot":"","sources":["../../../src/core/fetcher/createRequestUrl.ts"],"names":[],"mappings":";;;;;AAEA,4CAOC;AATD,4CAAoB;AAEpB,SAAgB,gBAAgB,CAC5B,OAAe,EACf,eAA8E;IAE9E,OAAO,MAAM,CAAC,IAAI,CAAC,eAAe,aAAf,eAAe,cAAf,eAAe,GAAI,EAAE,CAAC,CAAC,MAAM,GAAG,CAAC;QAChD,CAAC,CAAC,GAAG,OAAO,IAAI,YAAE,CAAC,SAAS,CAAC,eAAe,EAAE,EAAE,WAAW,EAAE,QAAQ,EAAE,CAAC,EAAE;QAC1E,CAAC,CAAC,OAAO,CAAC;AAClB,CAAC","sourcesContent":["import qs from 'qs';\n\nexport function createRequestUrl(\n baseUrl: string,\n queryParameters?: Record<string, string | string[] | object | object[] | null>,\n): string {\n return Object.keys(queryParameters ?? {}).length > 0\n ? `${baseUrl}?${qs.stringify(queryParameters, { arrayFormat: 'repeat' })}`\n : baseUrl;\n}\n"]}
|
|
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
25
35
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
26
36
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
27
37
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -32,7 +42,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
32
42
|
});
|
|
33
43
|
};
|
|
34
44
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
-
exports.getFetchFn =
|
|
45
|
+
exports.getFetchFn = getFetchFn;
|
|
36
46
|
const runtime_1 = require("../runtime");
|
|
37
47
|
/**
|
|
38
48
|
* Returns a fetch function based on the runtime
|
|
@@ -56,5 +66,4 @@ function getFetchFn() {
|
|
|
56
66
|
return (yield Promise.resolve().then(() => __importStar(require('node-fetch')))).default;
|
|
57
67
|
});
|
|
58
68
|
}
|
|
59
|
-
exports.getFetchFn = getFetchFn;
|
|
60
69
|
//# sourceMappingURL=getFetchFn.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getFetchFn.js","sourceRoot":"","sources":["../../../src/core/fetcher/getFetchFn.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"getFetchFn.js","sourceRoot":"","sources":["../../../src/core/fetcher/getFetchFn.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKA,gCAmBC;AAxBD,wCAAqC;AAErC;;GAEG;AACH,SAAsB,UAAU;;QAC5B,gDAAgD;QAChD,IAAI,iBAAO,CAAC,IAAI,KAAK,MAAM,IAAI,iBAAO,CAAC,aAAa,IAAI,IAAI,IAAI,iBAAO,CAAC,aAAa,IAAI,EAAE,EAAE,CAAC;YAC1F,OAAO,KAAK,CAAC;QACjB,CAAC;QAED,wEAAwE;QACxE,IAAI,iBAAO,CAAC,IAAI,KAAK,MAAM,EAAE,CAAC;YAC1B,OAAO,CAAC,wDAAa,YAAY,GAAC,CAAC,CAAC,OAAc,CAAC;QACvD,CAAC;QAED,oDAAoD;QACpD,gCAAgC;QAChC,IAAI,OAAO,KAAK,IAAI,UAAU,EAAE,CAAC;YAC7B,OAAO,KAAK,CAAC;QACjB,CAAC;QAED,gEAAgE;QAChE,OAAO,CAAC,wDAAa,YAAY,GAAC,CAAC,CAAC,OAAc,CAAC;IACvD,CAAC;CAAA","sourcesContent":["import { RUNTIME } from '../runtime';\n\n/**\n * Returns a fetch function based on the runtime\n */\nexport async function getFetchFn(): Promise<any> {\n // In Node.js 18+ environments, use native fetch\n if (RUNTIME.type === 'node' && RUNTIME.parsedVersion != null && RUNTIME.parsedVersion >= 18) {\n return fetch;\n }\n\n // In Node.js 18 or lower environments, the SDK always uses`node-fetch`.\n if (RUNTIME.type === 'node') {\n return (await import('node-fetch')).default as any;\n }\n\n // Otherwise the SDK uses global fetch if available,\n // and falls back to node-fetch.\n if (typeof fetch == 'function') {\n return fetch;\n }\n\n // Defaults to node `node-fetch` if global fetch isn't available\n return (await import('node-fetch')).default as any;\n}\n"]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.getHeader =
|
|
3
|
+
exports.getHeader = getHeader;
|
|
4
4
|
function getHeader(headers, header) {
|
|
5
5
|
for (const [headerKey, headerValue] of Object.entries(headers)) {
|
|
6
6
|
if (headerKey.toLowerCase() === header.toLowerCase()) {
|
|
@@ -9,5 +9,4 @@ function getHeader(headers, header) {
|
|
|
9
9
|
}
|
|
10
10
|
return undefined;
|
|
11
11
|
}
|
|
12
|
-
exports.getHeader = getHeader;
|
|
13
12
|
//# sourceMappingURL=getHeader.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getHeader.js","sourceRoot":"","sources":["../../../src/core/fetcher/getHeader.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"getHeader.js","sourceRoot":"","sources":["../../../src/core/fetcher/getHeader.ts"],"names":[],"mappings":";;AAAA,8BAOC;AAPD,SAAgB,SAAS,CAAC,OAA4B,EAAE,MAAc;IAClE,KAAK,MAAM,CAAC,SAAS,EAAE,WAAW,CAAC,IAAI,MAAM,CAAC,OAAO,CAAC,OAAO,CAAC,EAAE,CAAC;QAC7D,IAAI,SAAS,CAAC,WAAW,EAAE,KAAK,MAAM,CAAC,WAAW,EAAE,EAAE,CAAC;YACnD,OAAO,WAAW,CAAC;QACvB,CAAC;IACL,CAAC;IACD,OAAO,SAAS,CAAC;AACrB,CAAC","sourcesContent":["export function getHeader(headers: Record<string, any>, header: string): string | undefined {\n for (const [headerKey, headerValue] of Object.entries(headers)) {\n if (headerKey.toLowerCase() === header.toLowerCase()) {\n return headerValue;\n }\n }\n return undefined;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRequestBody.d.ts","sourceRoot":"","sources":["../../../src/core/fetcher/getRequestBody.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"getRequestBody.d.ts","sourceRoot":"","sources":["../../../src/core/fetcher/getRequestBody.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,WAAW,cAAc,CAAC;IACpC,UAAU,IAAI;QACV,IAAI,EAAE,OAAO,CAAC;QACd,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,OAAO,CAAC;KAC7C;CACJ;AAED,wBAAsB,cAAc,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,cAAc,CAAC,IAAI,GAAG,OAAO,CAAC,QAAQ,GAAG,SAAS,CAAC,CAMvG"}
|
|
@@ -9,16 +9,16 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
9
9
|
});
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.getRequestBody =
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
exports.getRequestBody = getRequestBody;
|
|
13
|
+
const json_1 = require("../json");
|
|
14
|
+
function getRequestBody(_a) {
|
|
15
|
+
return __awaiter(this, arguments, void 0, function* ({ body, type }) {
|
|
15
16
|
if (type.includes('json')) {
|
|
16
|
-
return
|
|
17
|
+
return (0, json_1.toJson)(body);
|
|
17
18
|
}
|
|
18
19
|
else {
|
|
19
20
|
return body;
|
|
20
21
|
}
|
|
21
22
|
});
|
|
22
23
|
}
|
|
23
|
-
exports.getRequestBody = getRequestBody;
|
|
24
24
|
//# sourceMappingURL=getRequestBody.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRequestBody.js","sourceRoot":"","sources":["../../../src/core/fetcher/getRequestBody.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"getRequestBody.js","sourceRoot":"","sources":["../../../src/core/fetcher/getRequestBody.ts"],"names":[],"mappings":";;;;;;;;;;;AASA,wCAMC;AAfD,kCAAiC;AASjC,SAAsB,cAAc;yDAAC,EAAE,IAAI,EAAE,IAAI,EAAuB;QACpE,IAAI,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE,CAAC;YACxB,OAAO,IAAA,aAAM,EAAC,IAAI,CAAC,CAAC;QACxB,CAAC;aAAM,CAAC;YACJ,OAAO,IAAgB,CAAC;QAC5B,CAAC;IACL,CAAC;CAAA","sourcesContent":["import { toJson } from '../json';\n\nexport declare namespace GetRequestBody {\n interface Args {\n body: unknown;\n type: 'json' | 'file' | 'bytes' | 'other';\n }\n}\n\nexport async function getRequestBody({ body, type }: GetRequestBody.Args): Promise<BodyInit | undefined> {\n if (type.includes('json')) {\n return toJson(body);\n } else {\n return body as BodyInit;\n }\n}\n"]}
|
|
@@ -9,7 +9,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
9
9
|
});
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.getResponseBody =
|
|
12
|
+
exports.getResponseBody = getResponseBody;
|
|
13
13
|
const chooseStreamWrapper_1 = require("./stream-wrappers/chooseStreamWrapper");
|
|
14
14
|
function getResponseBody(response, responseType) {
|
|
15
15
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -52,5 +52,4 @@ function getResponseBody(response, responseType) {
|
|
|
52
52
|
}
|
|
53
53
|
});
|
|
54
54
|
}
|
|
55
|
-
exports.getResponseBody = getResponseBody;
|
|
56
55
|
//# sourceMappingURL=getResponseBody.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getResponseBody.js","sourceRoot":"","sources":["../../../src/core/fetcher/getResponseBody.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"getResponseBody.js","sourceRoot":"","sources":["../../../src/core/fetcher/getResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;AAEA,0CA+BC;AAjCD,+EAA4E;AAE5E,SAAsB,eAAe,CAAC,QAAkB,EAAE,YAAqB;;QAC3E,IAAI,QAAQ,CAAC,IAAI,IAAI,IAAI,IAAI,YAAY,KAAK,MAAM,EAAE,CAAC;YACnD,OAAO,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC;QACjC,CAAC;aAAM,IAAI,QAAQ,CAAC,IAAI,IAAI,IAAI,IAAI,YAAY,KAAK,aAAa,EAAE,CAAC;YACjE,OAAO,MAAM,QAAQ,CAAC,WAAW,EAAE,CAAC;QACxC,CAAC;aAAM,IAAI,QAAQ,CAAC,IAAI,IAAI,IAAI,IAAI,YAAY,KAAK,KAAK,EAAE,CAAC;YACzD,OAAO,QAAQ,CAAC,IAAI,CAAC;QACzB,CAAC;aAAM,IAAI,QAAQ,CAAC,IAAI,IAAI,IAAI,IAAI,YAAY,KAAK,WAAW,EAAE,CAAC;YAC/D,OAAO,IAAA,yCAAmB,EAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;QAC9C,CAAC;aAAM,IAAI,QAAQ,CAAC,IAAI,IAAI,IAAI,IAAI,YAAY,KAAK,MAAM,EAAE,CAAC;YAC1D,OAAO,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC;QACjC,CAAC;aAAM,CAAC;YACJ,MAAM,IAAI,GAAG,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC;YACnC,IAAI,IAAI,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;gBAClB,IAAI,CAAC;oBACD,IAAI,YAAY,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;oBACpC,OAAO,YAAY,CAAC;gBACxB,CAAC;gBAAC,OAAO,GAAG,EAAE,CAAC;oBACX,OAAO;wBACH,EAAE,EAAE,KAAK;wBACT,KAAK,EAAE;4BACH,MAAM,EAAE,UAAU;4BAClB,UAAU,EAAE,QAAQ,CAAC,MAAM;4BAC3B,OAAO,EAAE,IAAI;yBAChB;qBACJ,CAAC;gBACN,CAAC;YACL,CAAC;iBAAM,CAAC;gBACJ,OAAO,SAAS,CAAC;YACrB,CAAC;QACL,CAAC;IACL,CAAC;CAAA","sourcesContent":["import { chooseStreamWrapper } from './stream-wrappers/chooseStreamWrapper';\n\nexport async function getResponseBody(response: Response, responseType?: string): Promise<unknown> {\n if (response.body != null && responseType === 'blob') {\n return await response.blob();\n } else if (response.body != null && responseType === 'arrayBuffer') {\n return await response.arrayBuffer();\n } else if (response.body != null && responseType === 'sse') {\n return response.body;\n } else if (response.body != null && responseType === 'streaming') {\n return chooseStreamWrapper(response.body);\n } else if (response.body != null && responseType === 'text') {\n return await response.text();\n } else {\n const text = await response.text();\n if (text.length > 0) {\n try {\n let responseBody = JSON.parse(text);\n return responseBody;\n } catch (err) {\n return {\n ok: false,\n error: {\n reason: 'non-json',\n statusCode: response.status,\n rawBody: text,\n },\n };\n }\n } else {\n return undefined;\n }\n }\n}\n"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const makeRequest: (fetchFn: (url: string, init: RequestInit) => Promise<Response>, url: string, method: string, headers: Record<string, string>, requestBody: BodyInit | undefined, timeoutMs?: number
|
|
1
|
+
export declare const makeRequest: (fetchFn: (url: string, init: RequestInit) => Promise<Response>, url: string, method: string, headers: Record<string, string>, requestBody: BodyInit | undefined, timeoutMs?: number, abortSignal?: AbortSignal, withCredentials?: boolean, duplex?: "half") => Promise<Response>;
|
|
2
2
|
//# sourceMappingURL=makeRequest.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"makeRequest.d.ts","sourceRoot":"","sources":["../../../src/core/fetcher/makeRequest.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"makeRequest.d.ts","sourceRoot":"","sources":["../../../src/core/fetcher/makeRequest.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,YACX,CAAC,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,WAAW,KAAK,OAAO,CAAC,QAAQ,CAAC,OACzD,MAAM,UACH,MAAM,WACL,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,eAClB,QAAQ,GAAG,SAAS,cACrB,MAAM,gBACJ,WAAW,oBACP,OAAO,WAChB,MAAM,KAChB,OAAO,CAAC,QAAQ,CA+BlB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"makeRequest.js","sourceRoot":"","sources":["../../../src/core/fetcher/makeRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,uCAAwD;AAEjD,MAAM,WAAW,GAAG,CACvB,OAA8D,EAC9D,GAAW,EACX,MAAc,EACd,OAA+B,EAC/B,WAAiC,EACjC,SAAkB,EAClB,WAAyB,EACzB,eAAyB,EACzB,MAAe,EACE,EAAE;IACnB,MAAM,OAAO,GAAkB,EAAE,CAAC;IAElC,qBAAqB;IACrB,IAAI,cAAc,GAA+B,SAAS,CAAC;IAC3D,IAAI,SAAS,IAAI,IAAI,EAAE;
|
|
1
|
+
{"version":3,"file":"makeRequest.js","sourceRoot":"","sources":["../../../src/core/fetcher/makeRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,uCAAwD;AAEjD,MAAM,WAAW,GAAG,CACvB,OAA8D,EAC9D,GAAW,EACX,MAAc,EACd,OAA+B,EAC/B,WAAiC,EACjC,SAAkB,EAClB,WAAyB,EACzB,eAAyB,EACzB,MAAe,EACE,EAAE;IACnB,MAAM,OAAO,GAAkB,EAAE,CAAC;IAElC,qBAAqB;IACrB,IAAI,cAAc,GAA+B,SAAS,CAAC;IAC3D,IAAI,SAAS,IAAI,IAAI,EAAE,CAAC;QACpB,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,GAAG,IAAA,0BAAgB,EAAC,SAAS,CAAC,CAAC;QACxD,cAAc,GAAG,OAAO,CAAC;QACzB,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;IACzB,CAAC;IAED,uBAAuB;IACvB,IAAI,WAAW,IAAI,IAAI,EAAE,CAAC;QACtB,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;IAC9B,CAAC;IACD,IAAI,UAAU,GAAG,IAAA,mBAAS,EAAC,OAAO,CAAC,CAAC;IACpC,MAAM,QAAQ,GAAG,MAAM,OAAO,CAAC,GAAG,EAAE;QAChC,MAAM,EAAE,MAAM;QACd,OAAO;QACP,IAAI,EAAE,WAAW;QACjB,MAAM,EAAE,UAAU;QAClB,WAAW,EAAE,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS;QACpD,aAAa;QACb,MAAM;KACT,CAAC,CAAC;IAEH,IAAI,cAAc,IAAI,IAAI,EAAE,CAAC;QACzB,YAAY,CAAC,cAAc,CAAC,CAAC;IACjC,CAAC;IAED,OAAO,QAAQ,CAAC;AACpB,CAAC,CAAA,CAAC;AAzCW,QAAA,WAAW,eAyCtB","sourcesContent":["import { anySignal, getTimeoutSignal } from './signals';\n\nexport const makeRequest = async (\n fetchFn: (url: string, init: RequestInit) => Promise<Response>,\n url: string,\n method: string,\n headers: Record<string, string>,\n requestBody: BodyInit | undefined,\n timeoutMs?: number,\n abortSignal?: AbortSignal,\n withCredentials?: boolean,\n duplex?: 'half',\n): Promise<Response> => {\n const signals: AbortSignal[] = [];\n\n // Add timeout signal\n let timeoutAbortId: NodeJS.Timeout | undefined = undefined;\n if (timeoutMs != null) {\n const { signal, abortId } = getTimeoutSignal(timeoutMs);\n timeoutAbortId = abortId;\n signals.push(signal);\n }\n\n // Add arbitrary signal\n if (abortSignal != null) {\n signals.push(abortSignal);\n }\n let newSignals = anySignal(signals);\n const response = await fetchFn(url, {\n method: method,\n headers,\n body: requestBody,\n signal: newSignals,\n credentials: withCredentials ? 'include' : undefined,\n // @ts-ignore\n duplex,\n });\n\n if (timeoutAbortId != null) {\n clearTimeout(timeoutAbortId);\n }\n\n return response;\n};\n"]}
|
|
@@ -9,7 +9,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
9
9
|
});
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.requestWithRetries =
|
|
12
|
+
exports.requestWithRetries = requestWithRetries;
|
|
13
13
|
const INITIAL_RETRY_DELAY = 1000; // in milliseconds
|
|
14
14
|
const MAX_RETRY_DELAY = 60000; // in milliseconds
|
|
15
15
|
const DEFAULT_MAX_RETRIES = 2;
|
|
@@ -19,11 +19,11 @@ function addJitter(delay) {
|
|
|
19
19
|
const jitterMultiplier = 1 + (Math.random() * 2 - 1) * JITTER_FACTOR;
|
|
20
20
|
return delay * jitterMultiplier;
|
|
21
21
|
}
|
|
22
|
-
function requestWithRetries(
|
|
23
|
-
return __awaiter(this,
|
|
22
|
+
function requestWithRetries(requestFn_1) {
|
|
23
|
+
return __awaiter(this, arguments, void 0, function* (requestFn, maxRetries = DEFAULT_MAX_RETRIES) {
|
|
24
24
|
let response = yield requestFn();
|
|
25
25
|
for (let i = 0; i < maxRetries; ++i) {
|
|
26
|
-
if ([408,
|
|
26
|
+
if ([408, 429].includes(response.status) || response.status >= 500) {
|
|
27
27
|
// Calculate base delay using exponential backoff (in milliseconds)
|
|
28
28
|
const baseDelay = Math.min(INITIAL_RETRY_DELAY * Math.pow(2, i), MAX_RETRY_DELAY);
|
|
29
29
|
// Add jitter to the delay
|
|
@@ -38,5 +38,4 @@ function requestWithRetries(requestFn, maxRetries = DEFAULT_MAX_RETRIES) {
|
|
|
38
38
|
return response;
|
|
39
39
|
});
|
|
40
40
|
}
|
|
41
|
-
exports.requestWithRetries = requestWithRetries;
|
|
42
41
|
//# sourceMappingURL=requestWithRetries.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"requestWithRetries.js","sourceRoot":"","sources":["../../../src/core/fetcher/requestWithRetries.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"requestWithRetries.js","sourceRoot":"","sources":["../../../src/core/fetcher/requestWithRetries.ts"],"names":[],"mappings":";;;;;;;;;;;AAWA,gDAqBC;AAhCD,MAAM,mBAAmB,GAAG,IAAI,CAAC,CAAC,kBAAkB;AACpD,MAAM,eAAe,GAAG,KAAK,CAAC,CAAC,kBAAkB;AACjD,MAAM,mBAAmB,GAAG,CAAC,CAAC;AAC9B,MAAM,aAAa,GAAG,GAAG,CAAC,CAAC,oBAAoB;AAE/C,SAAS,SAAS,CAAC,KAAa;IAC5B,oEAAoE;IACpE,MAAM,gBAAgB,GAAG,CAAC,GAAG,CAAC,IAAI,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC,GAAG,aAAa,CAAC;IACrE,OAAO,KAAK,GAAG,gBAAgB,CAAC;AACpC,CAAC;AAED,SAAsB,kBAAkB;yDACpC,SAAkC,EAClC,aAAqB,mBAAmB;QAExC,IAAI,QAAQ,GAAa,MAAM,SAAS,EAAE,CAAC;QAE3C,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,UAAU,EAAE,EAAE,CAAC,EAAE,CAAC;YAClC,IAAI,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC,QAAQ,CAAC,QAAQ,CAAC,MAAM,CAAC,IAAI,QAAQ,CAAC,MAAM,IAAI,GAAG,EAAE,CAAC;gBACjE,mEAAmE;gBACnE,MAAM,SAAS,GAAG,IAAI,CAAC,GAAG,CAAC,mBAAmB,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,eAAe,CAAC,CAAC;gBAElF,0BAA0B;gBAC1B,MAAM,eAAe,GAAG,SAAS,CAAC,SAAS,CAAC,CAAC;gBAE7C,MAAM,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,UAAU,CAAC,OAAO,EAAE,eAAe,CAAC,CAAC,CAAC;gBACrE,QAAQ,GAAG,MAAM,SAAS,EAAE,CAAC;YACjC,CAAC;iBAAM,CAAC;gBACJ,MAAM;YACV,CAAC;QACL,CAAC;QACD,OAAO,QAAS,CAAC;IACrB,CAAC;CAAA","sourcesContent":["const INITIAL_RETRY_DELAY = 1000; // in milliseconds\nconst MAX_RETRY_DELAY = 60000; // in milliseconds\nconst DEFAULT_MAX_RETRIES = 2;\nconst JITTER_FACTOR = 0.2; // 20% random jitter\n\nfunction addJitter(delay: number): number {\n // Generate a random value between -JITTER_FACTOR and +JITTER_FACTOR\n const jitterMultiplier = 1 + (Math.random() * 2 - 1) * JITTER_FACTOR;\n return delay * jitterMultiplier;\n}\n\nexport async function requestWithRetries(\n requestFn: () => Promise<Response>,\n maxRetries: number = DEFAULT_MAX_RETRIES,\n): Promise<Response> {\n let response: Response = await requestFn();\n\n for (let i = 0; i < maxRetries; ++i) {\n if ([408, 429].includes(response.status) || response.status >= 500) {\n // Calculate base delay using exponential backoff (in milliseconds)\n const baseDelay = Math.min(INITIAL_RETRY_DELAY * Math.pow(2, i), MAX_RETRY_DELAY);\n\n // Add jitter to the delay\n const delayWithJitter = addJitter(baseDelay);\n\n await new Promise((resolve) => setTimeout(resolve, delayWithJitter));\n response = await requestFn();\n } else {\n break;\n }\n }\n return response!;\n}\n"]}
|