@truvity/sdk 0.36.2 → 0.36.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/resources/apiKeys/client/Client.d.ts +6 -6
- package/api/resources/apiKeys/client/Client.d.ts.map +1 -1
- package/api/resources/apiKeys/client/Client.js +18 -15
- package/api/resources/apiKeys/client/Client.js.map +1 -1
- package/api/resources/apiKeys/client/requests/{ApiKeyInput.d.ts → ApiKeyCreateRequest.d.ts} +2 -2
- package/api/resources/apiKeys/client/requests/ApiKeyCreateRequest.d.ts.map +1 -0
- package/api/resources/apiKeys/client/requests/ApiKeyCreateRequest.js +6 -0
- package/api/resources/apiKeys/client/requests/ApiKeyCreateRequest.js.map +1 -0
- package/api/resources/{drafts/client/requests/DraftUpdateAnnotationsInput.d.ts → apiKeys/client/requests/ApiKeyUpdateAnnotationsRequest.d.ts} +2 -2
- package/api/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsRequest.d.ts.map +1 -0
- package/api/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsRequest.js +6 -0
- package/api/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsRequest.js.map +1 -0
- package/api/resources/{keys/client/requests/KeyUpdateLabelsInput.d.ts → apiKeys/client/requests/ApiKeyUpdateLabelsRequest.d.ts} +2 -2
- package/api/resources/apiKeys/client/requests/ApiKeyUpdateLabelsRequest.d.ts.map +1 -0
- package/api/resources/apiKeys/client/requests/ApiKeyUpdateLabelsRequest.js +6 -0
- package/api/resources/apiKeys/client/requests/ApiKeyUpdateLabelsRequest.js.map +1 -0
- package/api/resources/apiKeys/client/requests/index.d.ts +3 -3
- package/api/resources/apiKeys/client/requests/index.d.ts.map +1 -1
- package/api/resources/apiKeys/client/requests/index.js.map +1 -1
- package/api/resources/credentials/client/Client.d.ts +6 -6
- package/api/resources/credentials/client/Client.d.ts.map +1 -1
- package/api/resources/credentials/client/Client.js +18 -18
- package/api/resources/credentials/client/Client.js.map +1 -1
- package/api/resources/credentials/client/requests/{CredentialInput.d.ts → CredentialImportRequest.d.ts} +2 -2
- package/api/resources/credentials/client/requests/CredentialImportRequest.d.ts.map +1 -0
- package/api/resources/{didcommMessages/client/requests/DidCommMessageSendInput.js → credentials/client/requests/CredentialImportRequest.js} +1 -1
- package/api/resources/credentials/client/requests/CredentialImportRequest.js.map +1 -0
- package/api/resources/credentials/client/requests/{CredentialUpdateAnnotationsInput.d.ts → CredentialUpdateAnnotationsRequest.d.ts} +2 -2
- package/api/resources/credentials/client/requests/CredentialUpdateAnnotationsRequest.d.ts.map +1 -0
- package/api/resources/credentials/client/requests/CredentialUpdateAnnotationsRequest.js +6 -0
- package/api/resources/credentials/client/requests/CredentialUpdateAnnotationsRequest.js.map +1 -0
- package/api/resources/credentials/client/requests/{CredentialUpdateLabelsInput.d.ts → CredentialUpdateLabelsRequest.d.ts} +2 -2
- package/api/resources/credentials/client/requests/CredentialUpdateLabelsRequest.d.ts.map +1 -0
- package/api/resources/credentials/client/requests/CredentialUpdateLabelsRequest.js +6 -0
- package/api/resources/credentials/client/requests/CredentialUpdateLabelsRequest.js.map +1 -0
- package/api/resources/credentials/client/requests/index.d.ts +3 -3
- package/api/resources/credentials/client/requests/index.d.ts.map +1 -1
- package/api/resources/credentials/client/requests/index.js.map +1 -1
- package/api/resources/desk/client/Client.js +2 -2
- package/api/resources/desk/client/Client.js.map +1 -1
- package/api/resources/didcommMessages/client/Client.d.ts +6 -6
- package/api/resources/didcommMessages/client/Client.d.ts.map +1 -1
- package/api/resources/didcommMessages/client/Client.js +15 -15
- package/api/resources/didcommMessages/client/Client.js.map +1 -1
- package/api/resources/didcommMessages/client/requests/{DidCommMessageSendInput.d.ts → DidCommMessageSendRequest.d.ts} +2 -2
- package/api/resources/didcommMessages/client/requests/DidCommMessageSendRequest.d.ts.map +1 -0
- package/api/resources/didcommMessages/client/requests/DidCommMessageSendRequest.js +6 -0
- package/api/resources/didcommMessages/client/requests/DidCommMessageSendRequest.js.map +1 -0
- package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsRequest.d.ts +52 -0
- package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsRequest.d.ts.map +1 -0
- package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsRequest.js +6 -0
- package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsRequest.js.map +1 -0
- package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsRequest.d.ts +52 -0
- package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsRequest.d.ts.map +1 -0
- package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsRequest.js +6 -0
- package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsRequest.js.map +1 -0
- package/api/resources/didcommMessages/client/requests/index.d.ts +3 -3
- package/api/resources/didcommMessages/client/requests/index.d.ts.map +1 -1
- package/api/resources/didcommMessages/client/requests/index.js.map +1 -1
- package/api/resources/dids/client/Client.js +1 -1
- package/api/resources/dids/client/Client.js.map +1 -1
- package/api/resources/drafts/client/Client.d.ts +11 -11
- package/api/resources/drafts/client/Client.d.ts.map +1 -1
- package/api/resources/drafts/client/Client.js +30 -24
- package/api/resources/drafts/client/Client.js.map +1 -1
- package/api/resources/drafts/client/requests/{DraftInput.d.ts → DraftCreateRequest.d.ts} +2 -2
- package/api/resources/drafts/client/requests/DraftCreateRequest.d.ts.map +1 -0
- package/api/resources/{credentials/client/requests/CredentialInput.js → drafts/client/requests/DraftCreateRequest.js} +1 -1
- package/api/resources/drafts/client/requests/DraftCreateRequest.js.map +1 -0
- package/api/resources/drafts/client/requests/{DraftExport.d.ts → DraftExportRequest.d.ts} +2 -2
- package/api/resources/drafts/client/requests/DraftExportRequest.d.ts.map +1 -0
- package/api/resources/drafts/client/requests/DraftExportRequest.js +6 -0
- package/api/resources/drafts/client/requests/DraftExportRequest.js.map +1 -0
- package/api/resources/drafts/client/requests/{DraftIssue.d.ts → DraftIssueRequest.d.ts} +3 -3
- package/api/resources/drafts/client/requests/DraftIssueRequest.d.ts.map +1 -0
- package/api/resources/drafts/client/requests/{DraftInput.js → DraftIssueRequest.js} +1 -1
- package/api/resources/drafts/client/requests/DraftIssueRequest.js.map +1 -0
- package/api/resources/{files/client/requests/FileUpdateAnnotationsInput.d.ts → drafts/client/requests/DraftUpdateAnnotationsRequest.d.ts} +2 -2
- package/api/resources/drafts/client/requests/DraftUpdateAnnotationsRequest.d.ts.map +1 -0
- package/api/resources/drafts/client/requests/DraftUpdateAnnotationsRequest.js +6 -0
- package/api/resources/drafts/client/requests/DraftUpdateAnnotationsRequest.js.map +1 -0
- package/api/resources/{apiKeys/client/requests/ApiKeyUpdateLabelsInput.d.ts → drafts/client/requests/DraftUpdateLabelsRequest.d.ts} +2 -2
- package/api/resources/drafts/client/requests/DraftUpdateLabelsRequest.d.ts.map +1 -0
- package/api/resources/drafts/client/requests/DraftUpdateLabelsRequest.js +6 -0
- package/api/resources/drafts/client/requests/DraftUpdateLabelsRequest.js.map +1 -0
- package/api/resources/drafts/client/requests/{DraftUpdateInput.d.ts → DraftUpdateRequest.d.ts} +2 -2
- package/api/resources/drafts/client/requests/DraftUpdateRequest.d.ts.map +1 -0
- package/api/resources/drafts/client/requests/DraftUpdateRequest.js +6 -0
- package/api/resources/drafts/client/requests/DraftUpdateRequest.js.map +1 -0
- package/api/resources/drafts/client/requests/index.d.ts +6 -6
- package/api/resources/drafts/client/requests/index.d.ts.map +1 -1
- package/api/resources/drafts/client/requests/index.js.map +1 -1
- package/api/resources/drafts/types/{DraftIssueDidMethod.d.ts → DraftIssueRequestDidMethod.d.ts} +3 -3
- package/api/resources/drafts/types/DraftIssueRequestDidMethod.d.ts.map +1 -0
- package/api/resources/drafts/types/{DraftIssueDidMethod.js → DraftIssueRequestDidMethod.js} +3 -3
- package/api/resources/drafts/types/DraftIssueRequestDidMethod.js.map +1 -0
- package/api/resources/drafts/types/index.d.ts +1 -1
- package/api/resources/drafts/types/index.d.ts.map +1 -1
- package/api/resources/drafts/types/index.js +1 -1
- package/api/resources/drafts/types/index.js.map +1 -1
- package/api/resources/files/client/Client.d.ts +6 -6
- package/api/resources/files/client/Client.d.ts.map +1 -1
- package/api/resources/files/client/Client.js +20 -17
- package/api/resources/files/client/Client.js.map +1 -1
- package/api/resources/files/client/requests/{FileInput.d.ts → FileCreateRequest.d.ts} +2 -2
- package/api/resources/files/client/requests/FileCreateRequest.d.ts.map +1 -0
- package/api/resources/{apiKeys/client/requests/ApiKeyInput.js → files/client/requests/FileCreateRequest.js} +1 -1
- package/api/resources/files/client/requests/FileCreateRequest.js.map +1 -0
- package/api/resources/{apiKeys/client/requests/ApiKeyUpdateAnnotationsInput.d.ts → files/client/requests/FileUpdateAnnotationsRequest.d.ts} +2 -2
- package/api/resources/files/client/requests/FileUpdateAnnotationsRequest.d.ts.map +1 -0
- package/api/resources/{apiKeys/client/requests/ApiKeyUpdateAnnotationsInput.js → files/client/requests/FileUpdateAnnotationsRequest.js} +1 -1
- package/api/resources/files/client/requests/FileUpdateAnnotationsRequest.js.map +1 -0
- package/api/resources/{drafts/client/requests/DraftUpdateLabelsInput.d.ts → files/client/requests/FileUpdateLabelsRequest.d.ts} +2 -2
- package/api/resources/files/client/requests/FileUpdateLabelsRequest.d.ts.map +1 -0
- package/api/resources/{apiKeys/client/requests/ApiKeyUpdateLabelsInput.js → files/client/requests/FileUpdateLabelsRequest.js} +1 -1
- package/api/resources/files/client/requests/FileUpdateLabelsRequest.js.map +1 -0
- package/api/resources/files/client/requests/index.d.ts +3 -3
- 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 -2
- package/api/resources/gdpr/client/Client.d.ts.map +1 -1
- package/api/resources/gdpr/client/Client.js +3 -3
- package/api/resources/gdpr/client/Client.js.map +1 -1
- package/api/resources/gdpr/client/requests/{SupportRequest.d.ts → SupportRequestCreateRequest.d.ts} +3 -3
- package/api/resources/gdpr/client/requests/SupportRequestCreateRequest.d.ts.map +1 -0
- package/api/resources/{credentials/client/requests/CredentialUpdateLabelsInput.js → gdpr/client/requests/SupportRequestCreateRequest.js} +1 -1
- package/api/resources/gdpr/client/requests/SupportRequestCreateRequest.js.map +1 -0
- package/api/resources/gdpr/client/requests/index.d.ts +1 -1
- package/api/resources/gdpr/client/requests/index.d.ts.map +1 -1
- package/api/resources/gdpr/client/requests/index.js.map +1 -1
- package/api/resources/gdpr/types/{SupportRequestType.d.ts → SupportRequestCreateRequestType.d.ts} +3 -3
- package/api/resources/gdpr/types/SupportRequestCreateRequestType.d.ts.map +1 -0
- package/api/resources/gdpr/types/{SupportRequestType.js → SupportRequestCreateRequestType.js} +3 -3
- package/api/resources/gdpr/types/SupportRequestCreateRequestType.js.map +1 -0
- package/api/resources/gdpr/types/index.d.ts +1 -1
- package/api/resources/gdpr/types/index.d.ts.map +1 -1
- package/api/resources/gdpr/types/index.js +1 -1
- package/api/resources/gdpr/types/index.js.map +1 -1
- package/api/resources/keys/client/Client.d.ts +8 -8
- package/api/resources/keys/client/Client.d.ts.map +1 -1
- package/api/resources/keys/client/Client.js +21 -21
- package/api/resources/keys/client/Client.js.map +1 -1
- package/api/resources/keys/client/requests/{KeyGenerateInput.d.ts → KeyGenerateRequest.d.ts} +2 -2
- package/api/resources/keys/client/requests/KeyGenerateRequest.d.ts.map +1 -0
- package/api/resources/keys/client/requests/KeyGenerateRequest.js +6 -0
- package/api/resources/keys/client/requests/KeyGenerateRequest.js.map +1 -0
- package/api/resources/keys/client/requests/{KeyImportSecretInput.d.ts → KeyImportRequest.d.ts} +2 -2
- package/api/resources/keys/client/requests/KeyImportRequest.d.ts.map +1 -0
- package/api/resources/{drafts/client/requests/DraftExport.js → keys/client/requests/KeyImportRequest.js} +1 -1
- package/api/resources/keys/client/requests/KeyImportRequest.js.map +1 -0
- package/api/resources/keys/client/requests/{KeyUpdateAnnotationsInput.d.ts → KeyUpdateAnnotationsRequest.d.ts} +2 -2
- package/api/resources/keys/client/requests/KeyUpdateAnnotationsRequest.d.ts.map +1 -0
- package/api/resources/keys/client/requests/KeyUpdateAnnotationsRequest.js +6 -0
- package/api/resources/keys/client/requests/KeyUpdateAnnotationsRequest.js.map +1 -0
- package/api/resources/{files/client/requests/FileUpdateLabelsInput.d.ts → keys/client/requests/KeyUpdateLabelsRequest.d.ts} +2 -2
- package/api/resources/keys/client/requests/KeyUpdateLabelsRequest.d.ts.map +1 -0
- package/api/resources/keys/client/requests/KeyUpdateLabelsRequest.js +6 -0
- package/api/resources/keys/client/requests/KeyUpdateLabelsRequest.js.map +1 -0
- package/api/resources/keys/client/requests/index.d.ts +4 -4
- package/api/resources/keys/client/requests/index.d.ts.map +1 -1
- package/api/resources/keys/client/requests/index.js.map +1 -1
- package/api/resources/presentations/client/Client.d.ts +9 -9
- package/api/resources/presentations/client/Client.d.ts.map +1 -1
- package/api/resources/presentations/client/Client.js +23 -23
- package/api/resources/presentations/client/Client.js.map +1 -1
- package/api/resources/presentations/client/requests/{PresentationExport.d.ts → PresentationExportRequest.d.ts} +2 -2
- package/api/resources/presentations/client/requests/PresentationExportRequest.d.ts.map +1 -0
- package/api/resources/presentations/client/requests/PresentationExportRequest.js +6 -0
- package/api/resources/presentations/client/requests/PresentationExportRequest.js.map +1 -0
- package/api/resources/presentations/client/requests/{PresentationInput.d.ts → PresentationImportRequest.d.ts} +2 -2
- package/api/resources/presentations/client/requests/PresentationImportRequest.d.ts.map +1 -0
- package/api/resources/presentations/client/requests/PresentationImportRequest.js +6 -0
- package/api/resources/presentations/client/requests/PresentationImportRequest.js.map +1 -0
- package/api/resources/presentations/client/requests/{PresentationIssue.d.ts → PresentationIssueRequest.d.ts} +3 -3
- package/api/resources/presentations/client/requests/PresentationIssueRequest.d.ts.map +1 -0
- package/api/resources/presentations/client/requests/PresentationIssueRequest.js +6 -0
- package/api/resources/presentations/client/requests/PresentationIssueRequest.js.map +1 -0
- package/api/resources/{didcommMessages/client/requests/DidcommMessageUpdateAnnotationsInput.d.ts → presentations/client/requests/PresentationUpdateAnnotationsRequest.d.ts} +2 -2
- package/api/resources/presentations/client/requests/PresentationUpdateAnnotationsRequest.d.ts.map +1 -0
- package/api/resources/presentations/client/requests/PresentationUpdateAnnotationsRequest.js +6 -0
- package/api/resources/presentations/client/requests/PresentationUpdateAnnotationsRequest.js.map +1 -0
- package/api/resources/{didcommMessages/client/requests/DidcommMessageUpdateLabelsInput.d.ts → presentations/client/requests/PresentationUpdateLabelsRequest.d.ts} +2 -2
- package/api/resources/presentations/client/requests/PresentationUpdateLabelsRequest.d.ts.map +1 -0
- package/api/resources/presentations/client/requests/PresentationUpdateLabelsRequest.js +6 -0
- package/api/resources/presentations/client/requests/PresentationUpdateLabelsRequest.js.map +1 -0
- package/api/resources/presentations/client/requests/index.d.ts +5 -5
- package/api/resources/presentations/client/requests/index.d.ts.map +1 -1
- package/api/resources/presentations/client/requests/index.js.map +1 -1
- package/api/resources/presentations/types/PresentationIssueRequestDidMethod.d.ts +12 -0
- package/api/resources/presentations/types/PresentationIssueRequestDidMethod.d.ts.map +1 -0
- package/api/resources/presentations/types/{PresentationIssueDidMethod.js → PresentationIssueRequestDidMethod.js} +3 -3
- package/api/resources/presentations/types/PresentationIssueRequestDidMethod.js.map +1 -0
- package/api/resources/presentations/types/index.d.ts +1 -1
- package/api/resources/presentations/types/index.d.ts.map +1 -1
- package/api/resources/presentations/types/index.js +1 -1
- package/api/resources/presentations/types/index.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/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/ProblemBadRequestPayloadTooLarge.d.ts +20 -0
- package/api/types/ProblemBadRequestPayloadTooLarge.d.ts.map +1 -0
- package/api/types/ProblemBadRequestPayloadTooLarge.js +6 -0
- package/api/types/ProblemBadRequestPayloadTooLarge.js.map +1 -0
- package/api/types/index.d.ts +1 -0
- package/api/types/index.d.ts.map +1 -1
- package/api/types/index.js +1 -0
- package/api/types/index.js.map +1 -1
- package/documents/credential/claims.d.ts.map +1 -1
- package/documents/credential/claims.js +6 -2
- package/documents/credential/claims.js.map +1 -1
- package/documents/credential/credential.d.ts +22 -0
- package/documents/credential/credential.d.ts.map +1 -0
- package/documents/credential/credential.js +56 -0
- package/documents/credential/credential.js.map +1 -0
- package/documents/credential/draft/draft.d.ts +19 -0
- package/documents/credential/draft/draft.d.ts.map +1 -0
- package/documents/credential/draft/draft.js +72 -0
- package/documents/credential/draft/draft.js.map +1 -0
- package/documents/credential/draft/unknown.d.ts +10 -0
- package/documents/credential/draft/unknown.d.ts.map +1 -0
- package/documents/credential/draft/unknown.js +42 -0
- package/documents/credential/draft/unknown.js.map +1 -0
- package/documents/credential/draft/with-claims.d.ts +17 -0
- package/documents/credential/draft/with-claims.d.ts.map +1 -0
- package/documents/credential/{draft.js → draft/with-claims.js} +18 -51
- package/documents/credential/draft/with-claims.js.map +1 -0
- package/documents/credential/unknown.d.ts +15 -20
- package/documents/credential/unknown.d.ts.map +1 -1
- package/documents/credential/unknown.js +29 -31
- package/documents/credential/unknown.js.map +1 -1
- package/documents/credential/verifiable/unknown.d.ts +10 -0
- package/documents/credential/verifiable/unknown.d.ts.map +1 -0
- package/documents/credential/verifiable/unknown.js +35 -0
- package/documents/credential/verifiable/unknown.js.map +1 -0
- package/documents/credential/{verifiable.d.ts → verifiable/verifiable.d.ts} +5 -5
- package/documents/credential/verifiable/verifiable.d.ts.map +1 -0
- package/documents/credential/{verifiable.js → verifiable/verifiable.js} +5 -5
- package/documents/credential/verifiable/verifiable.js.map +1 -0
- package/documents/credential/verifiable/with-claims.d.ts +15 -0
- package/documents/credential/verifiable/with-claims.d.ts.map +1 -0
- package/documents/credential/verifiable/with-claims.js +55 -0
- package/documents/credential/verifiable/with-claims.js.map +1 -0
- package/documents/credential/with-claims.d.ts +15 -11
- package/documents/credential/with-claims.d.ts.map +1 -1
- package/documents/credential/with-claims.js +27 -33
- package/documents/credential/with-claims.js.map +1 -1
- package/documents/credential.d.ts +6 -6
- package/documents/credential.d.ts.map +1 -1
- package/documents/credential.js +6 -6
- package/documents/credential.js.map +1 -1
- package/documents/models.d.ts +21 -7
- package/documents/models.d.ts.map +1 -1
- package/documents/models.js +60 -7
- package/documents/models.js.map +1 -1
- package/documents/models.spec.js +33 -1
- package/documents/models.spec.js.map +1 -1
- package/documents/presentation/issued.d.ts +1 -1
- package/documents/presentation/issued.d.ts.map +1 -1
- package/documents/presentation/issued.js +1 -1
- package/documents/presentation/issued.js.map +1 -1
- package/documents/presentation.d.ts +3 -3
- package/documents/presentation.d.ts.map +1 -1
- package/documents/presentation.js +1 -1
- package/documents/presentation.js.map +1 -1
- package/documents/types.d.ts +5 -3
- package/documents/types.d.ts.map +1 -1
- package/documents/types.js.map +1 -1
- package/package.json +1 -1
- package/reference.md +26 -26
- package/serialization/resources/apiKeys/client/requests/{ApiKeyInput.d.ts → ApiKeyCreateRequest.d.ts} +3 -3
- package/serialization/resources/apiKeys/client/requests/ApiKeyCreateRequest.d.ts.map +1 -0
- package/serialization/resources/apiKeys/client/requests/{ApiKeyInput.js → ApiKeyCreateRequest.js} +3 -3
- package/serialization/resources/apiKeys/client/requests/ApiKeyCreateRequest.js.map +1 -0
- package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsRequest.d.ts +13 -0
- package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsRequest.d.ts.map +1 -0
- package/serialization/resources/{keys/client/requests/KeyUpdateAnnotationsInput.js → apiKeys/client/requests/ApiKeyUpdateAnnotationsRequest.js} +3 -3
- package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsRequest.js.map +1 -0
- package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateLabelsRequest.d.ts +13 -0
- package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateLabelsRequest.d.ts.map +1 -0
- package/serialization/resources/{keys/client/requests/KeyUpdateLabelsInput.js → apiKeys/client/requests/ApiKeyUpdateLabelsRequest.js} +3 -3
- package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateLabelsRequest.js.map +1 -0
- package/serialization/resources/apiKeys/client/requests/index.d.ts +3 -3
- package/serialization/resources/apiKeys/client/requests/index.d.ts.map +1 -1
- package/serialization/resources/apiKeys/client/requests/index.js +7 -7
- package/serialization/resources/apiKeys/client/requests/index.js.map +1 -1
- package/serialization/resources/credentials/client/requests/{CredentialInput.d.ts → CredentialImportRequest.d.ts} +3 -3
- package/serialization/resources/credentials/client/requests/CredentialImportRequest.d.ts.map +1 -0
- package/serialization/resources/{presentations/client/requests/PresentationInput.js → credentials/client/requests/CredentialImportRequest.js} +3 -3
- package/serialization/resources/credentials/client/requests/CredentialImportRequest.js.map +1 -0
- package/serialization/resources/{presentations/client/requests/PresentationUpdateAnnotationsInput.d.ts → credentials/client/requests/CredentialUpdateAnnotationsRequest.d.ts} +3 -3
- package/serialization/resources/credentials/client/requests/CredentialUpdateAnnotationsRequest.d.ts.map +1 -0
- package/serialization/resources/{presentations/client/requests/PresentationUpdateAnnotationsInput.js → credentials/client/requests/CredentialUpdateAnnotationsRequest.js} +3 -3
- package/serialization/resources/credentials/client/requests/CredentialUpdateAnnotationsRequest.js.map +1 -0
- package/serialization/resources/credentials/client/requests/CredentialUpdateLabelsRequest.d.ts +13 -0
- package/serialization/resources/credentials/client/requests/CredentialUpdateLabelsRequest.d.ts.map +1 -0
- package/serialization/resources/{presentations/client/requests/PresentationUpdateLabelsInput.js → credentials/client/requests/CredentialUpdateLabelsRequest.js} +3 -3
- package/serialization/resources/credentials/client/requests/CredentialUpdateLabelsRequest.js.map +1 -0
- package/serialization/resources/credentials/client/requests/index.d.ts +3 -3
- package/serialization/resources/credentials/client/requests/index.d.ts.map +1 -1
- package/serialization/resources/credentials/client/requests/index.js +7 -7
- package/serialization/resources/credentials/client/requests/index.js.map +1 -1
- package/serialization/resources/didcommMessages/client/requests/{DidCommMessageSendInput.d.ts → DidCommMessageSendRequest.d.ts} +3 -3
- package/serialization/resources/didcommMessages/client/requests/DidCommMessageSendRequest.d.ts.map +1 -0
- package/serialization/resources/didcommMessages/client/requests/{DidCommMessageSendInput.js → DidCommMessageSendRequest.js} +3 -3
- package/serialization/resources/didcommMessages/client/requests/DidCommMessageSendRequest.js.map +1 -0
- package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsRequest.d.ts +13 -0
- package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsRequest.d.ts.map +1 -0
- package/serialization/resources/{credentials/client/requests/CredentialUpdateAnnotationsInput.js → didcommMessages/client/requests/DidcommMessageUpdateAnnotationsRequest.js} +3 -3
- package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsRequest.js.map +1 -0
- package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsRequest.d.ts +13 -0
- package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsRequest.d.ts.map +1 -0
- package/serialization/resources/{credentials/client/requests/CredentialUpdateLabelsInput.js → didcommMessages/client/requests/DidcommMessageUpdateLabelsRequest.js} +3 -3
- package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsRequest.js.map +1 -0
- package/serialization/resources/didcommMessages/client/requests/index.d.ts +3 -3
- package/serialization/resources/didcommMessages/client/requests/index.d.ts.map +1 -1
- package/serialization/resources/didcommMessages/client/requests/index.js +7 -7
- package/serialization/resources/didcommMessages/client/requests/index.js.map +1 -1
- package/serialization/resources/drafts/client/requests/{DraftInput.d.ts → DraftCreateRequest.d.ts} +3 -3
- package/serialization/resources/drafts/client/requests/DraftCreateRequest.d.ts.map +1 -0
- package/serialization/resources/drafts/client/requests/{DraftInput.js → DraftCreateRequest.js} +3 -3
- package/serialization/resources/drafts/client/requests/DraftCreateRequest.js.map +1 -0
- package/serialization/resources/drafts/client/requests/{DraftExport.d.ts → DraftExportRequest.d.ts} +3 -3
- package/serialization/resources/drafts/client/requests/DraftExportRequest.d.ts.map +1 -0
- package/serialization/resources/drafts/client/requests/{DraftExport.js → DraftExportRequest.js} +3 -3
- package/serialization/resources/drafts/client/requests/DraftExportRequest.js.map +1 -0
- package/serialization/resources/drafts/client/requests/{DraftIssue.d.ts → DraftIssueRequest.d.ts} +5 -5
- package/serialization/resources/drafts/client/requests/DraftIssueRequest.d.ts.map +1 -0
- package/serialization/resources/drafts/client/requests/{DraftIssue.js → DraftIssueRequest.js} +5 -5
- package/serialization/resources/drafts/client/requests/DraftIssueRequest.js.map +1 -0
- package/serialization/resources/drafts/client/requests/DraftUpdateAnnotationsRequest.d.ts +13 -0
- package/serialization/resources/drafts/client/requests/DraftUpdateAnnotationsRequest.d.ts.map +1 -0
- package/serialization/resources/{files/client/requests/FileUpdateAnnotationsInput.js → drafts/client/requests/DraftUpdateAnnotationsRequest.js} +3 -3
- package/serialization/resources/drafts/client/requests/DraftUpdateAnnotationsRequest.js.map +1 -0
- package/serialization/resources/drafts/client/requests/DraftUpdateLabelsRequest.d.ts +13 -0
- package/serialization/resources/drafts/client/requests/DraftUpdateLabelsRequest.d.ts.map +1 -0
- package/serialization/resources/{apiKeys/client/requests/ApiKeyUpdateLabelsInput.js → drafts/client/requests/DraftUpdateLabelsRequest.js} +3 -3
- package/serialization/resources/drafts/client/requests/DraftUpdateLabelsRequest.js.map +1 -0
- package/serialization/resources/drafts/client/requests/{DraftUpdateInput.d.ts → DraftUpdateRequest.d.ts} +3 -3
- package/serialization/resources/drafts/client/requests/DraftUpdateRequest.d.ts.map +1 -0
- package/serialization/resources/drafts/client/requests/{DraftUpdateInput.js → DraftUpdateRequest.js} +3 -3
- package/serialization/resources/drafts/client/requests/DraftUpdateRequest.js.map +1 -0
- package/serialization/resources/drafts/client/requests/index.d.ts +6 -6
- package/serialization/resources/drafts/client/requests/index.d.ts.map +1 -1
- package/serialization/resources/drafts/client/requests/index.js +13 -13
- package/serialization/resources/drafts/client/requests/index.js.map +1 -1
- package/serialization/resources/drafts/types/DraftIssueRequestDidMethod.d.ts +11 -0
- package/serialization/resources/drafts/types/DraftIssueRequestDidMethod.d.ts.map +1 -0
- package/serialization/resources/{presentations/types/PresentationIssueDidMethod.js → drafts/types/DraftIssueRequestDidMethod.js} +3 -3
- package/serialization/resources/drafts/types/DraftIssueRequestDidMethod.js.map +1 -0
- package/serialization/resources/drafts/types/index.d.ts +1 -1
- package/serialization/resources/drafts/types/index.d.ts.map +1 -1
- package/serialization/resources/drafts/types/index.js +1 -1
- package/serialization/resources/drafts/types/index.js.map +1 -1
- package/serialization/resources/files/client/requests/{FileInput.d.ts → FileCreateRequest.d.ts} +3 -3
- package/serialization/resources/files/client/requests/FileCreateRequest.d.ts.map +1 -0
- package/serialization/resources/files/client/requests/{FileInput.js → FileCreateRequest.js} +3 -3
- package/serialization/resources/files/client/requests/FileCreateRequest.js.map +1 -0
- package/serialization/resources/files/client/requests/FileUpdateAnnotationsRequest.d.ts +13 -0
- package/serialization/resources/files/client/requests/FileUpdateAnnotationsRequest.d.ts.map +1 -0
- package/serialization/resources/{apiKeys/client/requests/ApiKeyUpdateAnnotationsInput.js → files/client/requests/FileUpdateAnnotationsRequest.js} +3 -3
- package/serialization/resources/files/client/requests/FileUpdateAnnotationsRequest.js.map +1 -0
- package/serialization/resources/{apiKeys/client/requests/ApiKeyUpdateLabelsInput.d.ts → files/client/requests/FileUpdateLabelsRequest.d.ts} +3 -3
- package/serialization/resources/files/client/requests/FileUpdateLabelsRequest.d.ts.map +1 -0
- package/serialization/resources/files/client/requests/{FileUpdateLabelsInput.js → FileUpdateLabelsRequest.js} +3 -3
- package/serialization/resources/files/client/requests/FileUpdateLabelsRequest.js.map +1 -0
- package/serialization/resources/files/client/requests/index.d.ts +3 -3
- package/serialization/resources/files/client/requests/index.d.ts.map +1 -1
- package/serialization/resources/files/client/requests/index.js +7 -7
- package/serialization/resources/files/client/requests/index.js.map +1 -1
- package/serialization/resources/gdpr/client/requests/SupportRequestCreateRequest.d.ts +15 -0
- package/serialization/resources/gdpr/client/requests/SupportRequestCreateRequest.d.ts.map +1 -0
- package/serialization/resources/gdpr/client/requests/{SupportRequest.js → SupportRequestCreateRequest.js} +5 -5
- package/serialization/resources/gdpr/client/requests/SupportRequestCreateRequest.js.map +1 -0
- package/serialization/resources/gdpr/client/requests/index.d.ts +1 -1
- package/serialization/resources/gdpr/client/requests/index.d.ts.map +1 -1
- package/serialization/resources/gdpr/client/requests/index.js +3 -3
- package/serialization/resources/gdpr/client/requests/index.js.map +1 -1
- package/serialization/resources/gdpr/types/SupportRequestCreateRequestType.d.ts +11 -0
- package/serialization/resources/gdpr/types/SupportRequestCreateRequestType.d.ts.map +1 -0
- package/serialization/resources/gdpr/types/{SupportRequestType.js → SupportRequestCreateRequestType.js} +3 -3
- package/serialization/resources/gdpr/types/SupportRequestCreateRequestType.js.map +1 -0
- package/serialization/resources/gdpr/types/index.d.ts +1 -1
- package/serialization/resources/gdpr/types/index.d.ts.map +1 -1
- package/serialization/resources/gdpr/types/index.js +1 -1
- package/serialization/resources/gdpr/types/index.js.map +1 -1
- package/serialization/resources/keys/client/requests/{KeyGenerateInput.d.ts → KeyGenerateRequest.d.ts} +3 -3
- package/serialization/resources/keys/client/requests/KeyGenerateRequest.d.ts.map +1 -0
- package/serialization/resources/keys/client/requests/{KeyGenerateInput.js → KeyGenerateRequest.js} +3 -3
- package/serialization/resources/keys/client/requests/KeyGenerateRequest.js.map +1 -0
- package/serialization/resources/keys/client/requests/{KeyImportSecretInput.d.ts → KeyImportRequest.d.ts} +3 -3
- package/serialization/resources/keys/client/requests/KeyImportRequest.d.ts.map +1 -0
- package/serialization/resources/keys/client/requests/{KeyImportSecretInput.js → KeyImportRequest.js} +3 -3
- package/serialization/resources/keys/client/requests/KeyImportRequest.js.map +1 -0
- package/serialization/resources/keys/client/requests/KeyUpdateAnnotationsRequest.d.ts +13 -0
- package/serialization/resources/keys/client/requests/KeyUpdateAnnotationsRequest.d.ts.map +1 -0
- package/serialization/resources/{drafts/client/requests/DraftUpdateAnnotationsInput.js → keys/client/requests/KeyUpdateAnnotationsRequest.js} +3 -3
- package/serialization/resources/keys/client/requests/KeyUpdateAnnotationsRequest.js.map +1 -0
- package/serialization/resources/{files/client/requests/FileUpdateLabelsInput.d.ts → keys/client/requests/KeyUpdateLabelsRequest.d.ts} +3 -3
- package/serialization/resources/keys/client/requests/KeyUpdateLabelsRequest.d.ts.map +1 -0
- package/serialization/resources/{drafts/client/requests/DraftUpdateLabelsInput.js → keys/client/requests/KeyUpdateLabelsRequest.js} +3 -3
- package/serialization/resources/keys/client/requests/KeyUpdateLabelsRequest.js.map +1 -0
- package/serialization/resources/keys/client/requests/index.d.ts +4 -4
- package/serialization/resources/keys/client/requests/index.d.ts.map +1 -1
- package/serialization/resources/keys/client/requests/index.js +9 -9
- package/serialization/resources/keys/client/requests/index.js.map +1 -1
- package/serialization/resources/presentations/client/requests/{PresentationExport.d.ts → PresentationExportRequest.d.ts} +3 -3
- package/serialization/resources/presentations/client/requests/PresentationExportRequest.d.ts.map +1 -0
- package/serialization/resources/presentations/client/requests/{PresentationExport.js → PresentationExportRequest.js} +3 -3
- package/serialization/resources/presentations/client/requests/PresentationExportRequest.js.map +1 -0
- package/serialization/resources/presentations/client/requests/{PresentationInput.d.ts → PresentationImportRequest.d.ts} +3 -3
- package/serialization/resources/presentations/client/requests/PresentationImportRequest.d.ts.map +1 -0
- package/serialization/resources/{credentials/client/requests/CredentialInput.js → presentations/client/requests/PresentationImportRequest.js} +3 -3
- package/serialization/resources/presentations/client/requests/PresentationImportRequest.js.map +1 -0
- package/serialization/resources/presentations/client/requests/PresentationIssueRequest.d.ts +17 -0
- package/serialization/resources/presentations/client/requests/PresentationIssueRequest.d.ts.map +1 -0
- package/serialization/resources/presentations/client/requests/{PresentationIssue.js → PresentationIssueRequest.js} +5 -5
- package/serialization/resources/presentations/client/requests/PresentationIssueRequest.js.map +1 -0
- package/serialization/resources/{didcommMessages/client/requests/DidcommMessageUpdateAnnotationsInput.d.ts → presentations/client/requests/PresentationUpdateAnnotationsRequest.d.ts} +3 -3
- package/serialization/resources/presentations/client/requests/PresentationUpdateAnnotationsRequest.d.ts.map +1 -0
- package/serialization/resources/{didcommMessages/client/requests/DidcommMessageUpdateAnnotationsInput.js → presentations/client/requests/PresentationUpdateAnnotationsRequest.js} +3 -3
- package/serialization/resources/presentations/client/requests/PresentationUpdateAnnotationsRequest.js.map +1 -0
- package/serialization/resources/presentations/client/requests/PresentationUpdateLabelsRequest.d.ts +13 -0
- package/serialization/resources/presentations/client/requests/PresentationUpdateLabelsRequest.d.ts.map +1 -0
- package/serialization/resources/{didcommMessages/client/requests/DidcommMessageUpdateLabelsInput.js → presentations/client/requests/PresentationUpdateLabelsRequest.js} +3 -3
- package/serialization/resources/presentations/client/requests/PresentationUpdateLabelsRequest.js.map +1 -0
- package/serialization/resources/presentations/client/requests/index.d.ts +5 -5
- package/serialization/resources/presentations/client/requests/index.d.ts.map +1 -1
- package/serialization/resources/presentations/client/requests/index.js +11 -11
- package/serialization/resources/presentations/client/requests/index.js.map +1 -1
- package/serialization/resources/presentations/types/PresentationIssueRequestDidMethod.d.ts +11 -0
- package/serialization/resources/presentations/types/PresentationIssueRequestDidMethod.d.ts.map +1 -0
- package/serialization/resources/{drafts/types/DraftIssueDidMethod.js → presentations/types/PresentationIssueRequestDidMethod.js} +3 -3
- package/serialization/resources/presentations/types/PresentationIssueRequestDidMethod.js.map +1 -0
- package/serialization/resources/presentations/types/index.d.ts +1 -1
- package/serialization/resources/presentations/types/index.d.ts.map +1 -1
- package/serialization/resources/presentations/types/index.js +1 -1
- package/serialization/resources/presentations/types/index.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 +2 -0
- package/serialization/types/BadRequestProblems.js.map +1 -1
- package/serialization/types/File_.d.ts +1 -1
- package/serialization/types/File_.d.ts.map +1 -1
- package/serialization/types/File_.js +1 -1
- package/serialization/types/File_.js.map +1 -1
- package/serialization/types/ProblemBadRequestPayloadTooLarge.d.ts +18 -0
- package/serialization/types/ProblemBadRequestPayloadTooLarge.d.ts.map +1 -0
- package/serialization/types/ProblemBadRequestPayloadTooLarge.js +49 -0
- package/serialization/types/ProblemBadRequestPayloadTooLarge.js.map +1 -0
- package/serialization/types/index.d.ts +1 -0
- package/serialization/types/index.d.ts.map +1 -1
- package/serialization/types/index.js +1 -0
- package/serialization/types/index.js.map +1 -1
- package/api/resources/apiKeys/client/requests/ApiKeyInput.d.ts.map +0 -1
- package/api/resources/apiKeys/client/requests/ApiKeyInput.js.map +0 -1
- package/api/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsInput.d.ts.map +0 -1
- package/api/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsInput.js.map +0 -1
- package/api/resources/apiKeys/client/requests/ApiKeyUpdateLabelsInput.d.ts.map +0 -1
- package/api/resources/apiKeys/client/requests/ApiKeyUpdateLabelsInput.js.map +0 -1
- package/api/resources/credentials/client/requests/CredentialInput.d.ts.map +0 -1
- package/api/resources/credentials/client/requests/CredentialInput.js.map +0 -1
- package/api/resources/credentials/client/requests/CredentialUpdateAnnotationsInput.d.ts.map +0 -1
- package/api/resources/credentials/client/requests/CredentialUpdateAnnotationsInput.js +0 -6
- package/api/resources/credentials/client/requests/CredentialUpdateAnnotationsInput.js.map +0 -1
- package/api/resources/credentials/client/requests/CredentialUpdateLabelsInput.d.ts.map +0 -1
- package/api/resources/credentials/client/requests/CredentialUpdateLabelsInput.js.map +0 -1
- package/api/resources/didcommMessages/client/requests/DidCommMessageSendInput.d.ts.map +0 -1
- package/api/resources/didcommMessages/client/requests/DidCommMessageSendInput.js.map +0 -1
- package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsInput.d.ts.map +0 -1
- package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsInput.js +0 -6
- package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsInput.js.map +0 -1
- package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsInput.d.ts.map +0 -1
- package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsInput.js +0 -6
- package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsInput.js.map +0 -1
- package/api/resources/drafts/client/requests/DraftExport.d.ts.map +0 -1
- package/api/resources/drafts/client/requests/DraftExport.js.map +0 -1
- package/api/resources/drafts/client/requests/DraftInput.d.ts.map +0 -1
- package/api/resources/drafts/client/requests/DraftInput.js.map +0 -1
- package/api/resources/drafts/client/requests/DraftIssue.d.ts.map +0 -1
- package/api/resources/drafts/client/requests/DraftIssue.js +0 -6
- package/api/resources/drafts/client/requests/DraftIssue.js.map +0 -1
- package/api/resources/drafts/client/requests/DraftUpdateAnnotationsInput.d.ts.map +0 -1
- package/api/resources/drafts/client/requests/DraftUpdateAnnotationsInput.js +0 -6
- package/api/resources/drafts/client/requests/DraftUpdateAnnotationsInput.js.map +0 -1
- package/api/resources/drafts/client/requests/DraftUpdateInput.d.ts.map +0 -1
- package/api/resources/drafts/client/requests/DraftUpdateInput.js +0 -6
- package/api/resources/drafts/client/requests/DraftUpdateInput.js.map +0 -1
- package/api/resources/drafts/client/requests/DraftUpdateLabelsInput.d.ts.map +0 -1
- package/api/resources/drafts/client/requests/DraftUpdateLabelsInput.js +0 -6
- package/api/resources/drafts/client/requests/DraftUpdateLabelsInput.js.map +0 -1
- package/api/resources/drafts/types/DraftIssueDidMethod.d.ts.map +0 -1
- package/api/resources/drafts/types/DraftIssueDidMethod.js.map +0 -1
- package/api/resources/files/client/requests/FileInput.d.ts.map +0 -1
- package/api/resources/files/client/requests/FileInput.js +0 -6
- package/api/resources/files/client/requests/FileInput.js.map +0 -1
- package/api/resources/files/client/requests/FileUpdateAnnotationsInput.d.ts.map +0 -1
- package/api/resources/files/client/requests/FileUpdateAnnotationsInput.js +0 -6
- package/api/resources/files/client/requests/FileUpdateAnnotationsInput.js.map +0 -1
- package/api/resources/files/client/requests/FileUpdateLabelsInput.d.ts.map +0 -1
- package/api/resources/files/client/requests/FileUpdateLabelsInput.js +0 -6
- package/api/resources/files/client/requests/FileUpdateLabelsInput.js.map +0 -1
- package/api/resources/gdpr/client/requests/SupportRequest.d.ts.map +0 -1
- package/api/resources/gdpr/client/requests/SupportRequest.js +0 -6
- package/api/resources/gdpr/client/requests/SupportRequest.js.map +0 -1
- package/api/resources/gdpr/types/SupportRequestType.d.ts.map +0 -1
- package/api/resources/gdpr/types/SupportRequestType.js.map +0 -1
- package/api/resources/keys/client/requests/KeyGenerateInput.d.ts.map +0 -1
- package/api/resources/keys/client/requests/KeyGenerateInput.js +0 -6
- package/api/resources/keys/client/requests/KeyGenerateInput.js.map +0 -1
- package/api/resources/keys/client/requests/KeyImportSecretInput.d.ts.map +0 -1
- package/api/resources/keys/client/requests/KeyImportSecretInput.js +0 -6
- package/api/resources/keys/client/requests/KeyImportSecretInput.js.map +0 -1
- package/api/resources/keys/client/requests/KeyUpdateAnnotationsInput.d.ts.map +0 -1
- package/api/resources/keys/client/requests/KeyUpdateAnnotationsInput.js +0 -6
- package/api/resources/keys/client/requests/KeyUpdateAnnotationsInput.js.map +0 -1
- package/api/resources/keys/client/requests/KeyUpdateLabelsInput.d.ts.map +0 -1
- package/api/resources/keys/client/requests/KeyUpdateLabelsInput.js +0 -6
- package/api/resources/keys/client/requests/KeyUpdateLabelsInput.js.map +0 -1
- package/api/resources/presentations/client/requests/PresentationExport.d.ts.map +0 -1
- package/api/resources/presentations/client/requests/PresentationExport.js +0 -6
- package/api/resources/presentations/client/requests/PresentationExport.js.map +0 -1
- package/api/resources/presentations/client/requests/PresentationInput.d.ts.map +0 -1
- package/api/resources/presentations/client/requests/PresentationInput.js +0 -6
- package/api/resources/presentations/client/requests/PresentationInput.js.map +0 -1
- package/api/resources/presentations/client/requests/PresentationIssue.d.ts.map +0 -1
- package/api/resources/presentations/client/requests/PresentationIssue.js +0 -6
- package/api/resources/presentations/client/requests/PresentationIssue.js.map +0 -1
- package/api/resources/presentations/client/requests/PresentationUpdateAnnotationsInput.d.ts +0 -52
- package/api/resources/presentations/client/requests/PresentationUpdateAnnotationsInput.d.ts.map +0 -1
- package/api/resources/presentations/client/requests/PresentationUpdateAnnotationsInput.js +0 -6
- package/api/resources/presentations/client/requests/PresentationUpdateAnnotationsInput.js.map +0 -1
- package/api/resources/presentations/client/requests/PresentationUpdateLabelsInput.d.ts +0 -52
- package/api/resources/presentations/client/requests/PresentationUpdateLabelsInput.d.ts.map +0 -1
- package/api/resources/presentations/client/requests/PresentationUpdateLabelsInput.js +0 -6
- package/api/resources/presentations/client/requests/PresentationUpdateLabelsInput.js.map +0 -1
- package/api/resources/presentations/types/PresentationIssueDidMethod.d.ts +0 -12
- package/api/resources/presentations/types/PresentationIssueDidMethod.d.ts.map +0 -1
- package/api/resources/presentations/types/PresentationIssueDidMethod.js.map +0 -1
- package/documents/credential/draft.d.ts +0 -23
- package/documents/credential/draft.d.ts.map +0 -1
- package/documents/credential/draft.js.map +0 -1
- package/documents/credential/verifiable.d.ts.map +0 -1
- package/documents/credential/verifiable.js.map +0 -1
- package/serialization/resources/apiKeys/client/requests/ApiKeyInput.d.ts.map +0 -1
- package/serialization/resources/apiKeys/client/requests/ApiKeyInput.js.map +0 -1
- package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsInput.d.ts +0 -13
- package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsInput.d.ts.map +0 -1
- package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsInput.js.map +0 -1
- package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateLabelsInput.d.ts.map +0 -1
- package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateLabelsInput.js.map +0 -1
- package/serialization/resources/credentials/client/requests/CredentialInput.d.ts.map +0 -1
- package/serialization/resources/credentials/client/requests/CredentialInput.js.map +0 -1
- package/serialization/resources/credentials/client/requests/CredentialUpdateAnnotationsInput.d.ts +0 -13
- package/serialization/resources/credentials/client/requests/CredentialUpdateAnnotationsInput.d.ts.map +0 -1
- package/serialization/resources/credentials/client/requests/CredentialUpdateAnnotationsInput.js.map +0 -1
- package/serialization/resources/credentials/client/requests/CredentialUpdateLabelsInput.d.ts +0 -13
- package/serialization/resources/credentials/client/requests/CredentialUpdateLabelsInput.d.ts.map +0 -1
- package/serialization/resources/credentials/client/requests/CredentialUpdateLabelsInput.js.map +0 -1
- package/serialization/resources/didcommMessages/client/requests/DidCommMessageSendInput.d.ts.map +0 -1
- package/serialization/resources/didcommMessages/client/requests/DidCommMessageSendInput.js.map +0 -1
- package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsInput.d.ts.map +0 -1
- package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsInput.js.map +0 -1
- package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsInput.d.ts +0 -13
- package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsInput.d.ts.map +0 -1
- package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsInput.js.map +0 -1
- package/serialization/resources/drafts/client/requests/DraftExport.d.ts.map +0 -1
- package/serialization/resources/drafts/client/requests/DraftExport.js.map +0 -1
- package/serialization/resources/drafts/client/requests/DraftInput.d.ts.map +0 -1
- package/serialization/resources/drafts/client/requests/DraftInput.js.map +0 -1
- package/serialization/resources/drafts/client/requests/DraftIssue.d.ts.map +0 -1
- package/serialization/resources/drafts/client/requests/DraftIssue.js.map +0 -1
- package/serialization/resources/drafts/client/requests/DraftUpdateAnnotationsInput.d.ts +0 -13
- package/serialization/resources/drafts/client/requests/DraftUpdateAnnotationsInput.d.ts.map +0 -1
- package/serialization/resources/drafts/client/requests/DraftUpdateAnnotationsInput.js.map +0 -1
- package/serialization/resources/drafts/client/requests/DraftUpdateInput.d.ts.map +0 -1
- package/serialization/resources/drafts/client/requests/DraftUpdateInput.js.map +0 -1
- package/serialization/resources/drafts/client/requests/DraftUpdateLabelsInput.d.ts +0 -13
- package/serialization/resources/drafts/client/requests/DraftUpdateLabelsInput.d.ts.map +0 -1
- package/serialization/resources/drafts/client/requests/DraftUpdateLabelsInput.js.map +0 -1
- package/serialization/resources/drafts/types/DraftIssueDidMethod.d.ts +0 -11
- package/serialization/resources/drafts/types/DraftIssueDidMethod.d.ts.map +0 -1
- package/serialization/resources/drafts/types/DraftIssueDidMethod.js.map +0 -1
- package/serialization/resources/files/client/requests/FileInput.d.ts.map +0 -1
- package/serialization/resources/files/client/requests/FileInput.js.map +0 -1
- package/serialization/resources/files/client/requests/FileUpdateAnnotationsInput.d.ts +0 -13
- package/serialization/resources/files/client/requests/FileUpdateAnnotationsInput.d.ts.map +0 -1
- package/serialization/resources/files/client/requests/FileUpdateAnnotationsInput.js.map +0 -1
- package/serialization/resources/files/client/requests/FileUpdateLabelsInput.d.ts.map +0 -1
- package/serialization/resources/files/client/requests/FileUpdateLabelsInput.js.map +0 -1
- package/serialization/resources/gdpr/client/requests/SupportRequest.d.ts +0 -15
- package/serialization/resources/gdpr/client/requests/SupportRequest.d.ts.map +0 -1
- package/serialization/resources/gdpr/client/requests/SupportRequest.js.map +0 -1
- package/serialization/resources/gdpr/types/SupportRequestType.d.ts +0 -11
- package/serialization/resources/gdpr/types/SupportRequestType.d.ts.map +0 -1
- package/serialization/resources/gdpr/types/SupportRequestType.js.map +0 -1
- package/serialization/resources/keys/client/requests/KeyGenerateInput.d.ts.map +0 -1
- package/serialization/resources/keys/client/requests/KeyGenerateInput.js.map +0 -1
- package/serialization/resources/keys/client/requests/KeyImportSecretInput.d.ts.map +0 -1
- package/serialization/resources/keys/client/requests/KeyImportSecretInput.js.map +0 -1
- package/serialization/resources/keys/client/requests/KeyUpdateAnnotationsInput.d.ts +0 -13
- package/serialization/resources/keys/client/requests/KeyUpdateAnnotationsInput.d.ts.map +0 -1
- package/serialization/resources/keys/client/requests/KeyUpdateAnnotationsInput.js.map +0 -1
- package/serialization/resources/keys/client/requests/KeyUpdateLabelsInput.d.ts +0 -13
- package/serialization/resources/keys/client/requests/KeyUpdateLabelsInput.d.ts.map +0 -1
- package/serialization/resources/keys/client/requests/KeyUpdateLabelsInput.js.map +0 -1
- package/serialization/resources/presentations/client/requests/PresentationExport.d.ts.map +0 -1
- package/serialization/resources/presentations/client/requests/PresentationExport.js.map +0 -1
- package/serialization/resources/presentations/client/requests/PresentationInput.d.ts.map +0 -1
- package/serialization/resources/presentations/client/requests/PresentationInput.js.map +0 -1
- package/serialization/resources/presentations/client/requests/PresentationIssue.d.ts +0 -17
- package/serialization/resources/presentations/client/requests/PresentationIssue.d.ts.map +0 -1
- package/serialization/resources/presentations/client/requests/PresentationIssue.js.map +0 -1
- package/serialization/resources/presentations/client/requests/PresentationUpdateAnnotationsInput.d.ts.map +0 -1
- package/serialization/resources/presentations/client/requests/PresentationUpdateAnnotationsInput.js.map +0 -1
- package/serialization/resources/presentations/client/requests/PresentationUpdateLabelsInput.d.ts +0 -13
- package/serialization/resources/presentations/client/requests/PresentationUpdateLabelsInput.d.ts.map +0 -1
- package/serialization/resources/presentations/client/requests/PresentationUpdateLabelsInput.js.map +0 -1
- package/serialization/resources/presentations/types/PresentationIssueDidMethod.d.ts +0 -11
- package/serialization/resources/presentations/types/PresentationIssueDidMethod.d.ts.map +0 -1
- package/serialization/resources/presentations/types/PresentationIssueDidMethod.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/serialization/types/index.ts"],"names":[],"mappings":"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","sourcesContent":["export * from './ApiKey';\nexport * from './ApiKeyBaseFilterAnnotationsItem';\nexport * from './ApiKeyBaseFilterCreatedAt';\nexport * from './ApiKeyBaseFilterDeletedAt';\nexport * from './ApiKeyBaseFilterEtag';\nexport * from './ApiKeyBaseFilterId';\nexport * from './ApiKeyBaseFilterLabelsItem';\nexport * from './ApiKeyBaseFilterModifiedAt';\nexport * from './ApiKeyBaseFilterRevision';\nexport * from './ApiKeyBaseFilter';\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 './CredentialBaseFilterAnnotationsItem';\nexport * from './CredentialBaseFilterCreatedAt';\nexport * from './CredentialBaseFilterDeletedAt';\nexport * from './CredentialBaseFilterEtag';\nexport * from './CredentialBaseFilterId';\nexport * from './CredentialBaseFilterLabelsItem';\nexport * from './CredentialBaseFilterModifiedAt';\nexport * from './CredentialBaseFilterRevision';\nexport * from './CredentialBaseFilter';\nexport * from './CredentialFilter';\nexport * from './CredentialFilterDataDigestMultibase';\nexport * from './CredentialFilterDataHolder';\nexport * from './CredentialFilterDataId';\nexport * from './CredentialFilterDataIssuer';\nexport * from './CredentialFilterDataLinkedCredentials';\nexport * from './CredentialFilterDataLinkedFiles';\nexport * from './CredentialFilterDataType';\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 './DidcommMessageBaseFilterAnnotationsItem';\nexport * from './DidcommMessageBaseFilterCreatedAt';\nexport * from './DidcommMessageBaseFilterDeletedAt';\nexport * from './DidcommMessageBaseFilterEtag';\nexport * from './DidcommMessageBaseFilterId';\nexport * from './DidcommMessageBaseFilterLabelsItem';\nexport * from './DidcommMessageBaseFilterModifiedAt';\nexport * from './DidcommMessageBaseFilterRevision';\nexport * from './DidcommMessageBaseFilter';\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 './DraftBaseFilterAnnotationsItem';\nexport * from './DraftBaseFilterCreatedAt';\nexport * from './DraftBaseFilterDeletedAt';\nexport * from './DraftBaseFilterEtag';\nexport * from './DraftBaseFilterId';\nexport * from './DraftBaseFilterLabelsItem';\nexport * from './DraftBaseFilterModifiedAt';\nexport * from './DraftBaseFilterRevision';\nexport * from './DraftBaseFilter';\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 './DraftFilter';\nexport * from './DraftFilterDataLinkedCredentials';\nexport * from './DraftFilterDataLinkedDrafts';\nexport * from './DraftFilterDataType';\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 './DraftUpdate';\nexport * from './EcdsaSecp256K1VerificationKey2019Type';\nexport * from './EcdsaSecp256K1VerificationKey2019';\nexport * from './EqualDid';\nexport * from './EqualDigestMultibase';\nexport * from './EqualETag';\nexport * from './EqualFilesize';\nexport * from './EqualKeyPublicBase58';\nexport * from './EqualKeyPublicMultibase';\nexport * from './EqualKeyPublicPem';\nexport * from './EqualKeyTypeValue';\nexport * from './EqualKeyType';\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 './FileBaseFilterAnnotationsItem';\nexport * from './FileBaseFilterCreatedAt';\nexport * from './FileBaseFilterDeletedAt';\nexport * from './FileBaseFilterEtag';\nexport * from './FileBaseFilterId';\nexport * from './FileBaseFilterLabelsItem';\nexport * from './FileBaseFilterModifiedAt';\nexport * from './FileBaseFilterRevision';\nexport * from './FileBaseFilter';\nexport * from './FileData';\nexport * from './FileFilter';\nexport * from './FileFilterDataContentType';\nexport * from './FileFilterDataDigestMultibase';\nexport * from './FileFilterDataFilename';\nexport * from './FileFilterDataFilesize';\nexport * from './FileFilterDataId';\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 './InDigestMultibase';\nexport * from './InETag';\nexport * from './InFilesize';\nexport * from './InKeyPublicBase58';\nexport * from './InKeyPublicMultibase';\nexport * from './InKeyPublicPem';\nexport * from './InKeyTypeValuesItem';\nexport * from './InKeyType';\nexport * from './InPrimitiveString';\nexport * from './InResourceId';\nexport * from './InRevision';\nexport * from './InSubjectId';\nexport * from './InUri';\nexport * from './IsNotNullPrimitiveString';\nexport * from './IsNotNullResourceId';\nexport * from './IsNotNullTimestamp';\nexport * from './IsNotNullUri';\nexport * from './IsNullPrimitiveString';\nexport * from './IsNullResourceId';\nexport * from './IsNullTimestamp';\nexport * from './IsNullUri';\nexport * from './KeyBaseFilterAnnotationsItem';\nexport * from './KeyBaseFilterCreatedAt';\nexport * from './KeyBaseFilterDeletedAt';\nexport * from './KeyBaseFilterEtag';\nexport * from './KeyBaseFilterId';\nexport * from './KeyBaseFilterLabelsItem';\nexport * from './KeyBaseFilterModifiedAt';\nexport * from './KeyBaseFilterRevision';\nexport * from './KeyBaseFilter';\nexport * from './KeyEqualAnnotationKeyAnnotationValue';\nexport * from './KeyEqualLabelKeyLabelValue';\nexport * from './KeyFilter';\nexport * from './KeyFilterDataPublicKeyBase58';\nexport * from './KeyFilterDataPublicKeyMultibase';\nexport * from './KeyFilterDataPublicKeyPem';\nexport * from './KeyFilterDataType';\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 './LinkedRef';\nexport * from './LinkedResourceRef';\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 './NotEqualDigestMultibase';\nexport * from './NotEqualETag';\nexport * from './NotEqualFilesize';\nexport * from './NotEqualKeyPublicBase58';\nexport * from './NotEqualKeyPublicMultibase';\nexport * from './NotEqualKeyPublicPem';\nexport * from './NotEqualKeyTypeValue';\nexport * from './NotEqualKeyType';\nexport * from './NotEqualPrimitiveString';\nexport * from './NotEqualResourceId';\nexport * from './NotEqualRevision';\nexport * from './NotEqualSubjectId';\nexport * from './NotEqualUri';\nexport * from './NotFoundProblems';\nexport * from './NotInDid';\nexport * from './NotInDigestMultibase';\nexport * from './NotInETag';\nexport * from './NotInFilesize';\nexport * from './NotInKeyPublicBase58';\nexport * from './NotInKeyPublicMultibase';\nexport * from './NotInKeyPublicPem';\nexport * from './NotInKeyTypeValuesItem';\nexport * from './NotInKeyType';\nexport * from './NotInPrimitiveString';\nexport * from './NotInResourceId';\nexport * from './NotInRevision';\nexport * from './NotInSubjectId';\nexport * from './NotInUri';\nexport * from './PreconditionFailedProblems';\nexport * from './Presentation';\nexport * from './PresentationBaseFilterAnnotationsItem';\nexport * from './PresentationBaseFilterCreatedAt';\nexport * from './PresentationBaseFilterDeletedAt';\nexport * from './PresentationBaseFilterEtag';\nexport * from './PresentationBaseFilterId';\nexport * from './PresentationBaseFilterLabelsItem';\nexport * from './PresentationBaseFilterModifiedAt';\nexport * from './PresentationBaseFilterRevision';\nexport * from './PresentationBaseFilter';\nexport * from './PresentationFilter';\nexport * from './PresentationFilterDataDigestMultibase';\nexport * from './PresentationFilterDataId';\nexport * from './PresentationFilterDataLinkedCredentials';\nexport * from './PresentationFilterDataType';\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 './ProblemServiceUnavailable';\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 './ServiceUnavailableProblems';\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/serialization/types/index.ts"],"names":[],"mappings":"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","sourcesContent":["export * from './ApiKey';\nexport * from './ApiKeyBaseFilterAnnotationsItem';\nexport * from './ApiKeyBaseFilterCreatedAt';\nexport * from './ApiKeyBaseFilterDeletedAt';\nexport * from './ApiKeyBaseFilterEtag';\nexport * from './ApiKeyBaseFilterId';\nexport * from './ApiKeyBaseFilterLabelsItem';\nexport * from './ApiKeyBaseFilterModifiedAt';\nexport * from './ApiKeyBaseFilterRevision';\nexport * from './ApiKeyBaseFilter';\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 './CredentialBaseFilterAnnotationsItem';\nexport * from './CredentialBaseFilterCreatedAt';\nexport * from './CredentialBaseFilterDeletedAt';\nexport * from './CredentialBaseFilterEtag';\nexport * from './CredentialBaseFilterId';\nexport * from './CredentialBaseFilterLabelsItem';\nexport * from './CredentialBaseFilterModifiedAt';\nexport * from './CredentialBaseFilterRevision';\nexport * from './CredentialBaseFilter';\nexport * from './CredentialFilter';\nexport * from './CredentialFilterDataDigestMultibase';\nexport * from './CredentialFilterDataHolder';\nexport * from './CredentialFilterDataId';\nexport * from './CredentialFilterDataIssuer';\nexport * from './CredentialFilterDataLinkedCredentials';\nexport * from './CredentialFilterDataLinkedFiles';\nexport * from './CredentialFilterDataType';\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 './DidcommMessageBaseFilterAnnotationsItem';\nexport * from './DidcommMessageBaseFilterCreatedAt';\nexport * from './DidcommMessageBaseFilterDeletedAt';\nexport * from './DidcommMessageBaseFilterEtag';\nexport * from './DidcommMessageBaseFilterId';\nexport * from './DidcommMessageBaseFilterLabelsItem';\nexport * from './DidcommMessageBaseFilterModifiedAt';\nexport * from './DidcommMessageBaseFilterRevision';\nexport * from './DidcommMessageBaseFilter';\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 './DraftBaseFilterAnnotationsItem';\nexport * from './DraftBaseFilterCreatedAt';\nexport * from './DraftBaseFilterDeletedAt';\nexport * from './DraftBaseFilterEtag';\nexport * from './DraftBaseFilterId';\nexport * from './DraftBaseFilterLabelsItem';\nexport * from './DraftBaseFilterModifiedAt';\nexport * from './DraftBaseFilterRevision';\nexport * from './DraftBaseFilter';\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 './DraftFilter';\nexport * from './DraftFilterDataLinkedCredentials';\nexport * from './DraftFilterDataLinkedDrafts';\nexport * from './DraftFilterDataType';\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 './DraftUpdate';\nexport * from './EcdsaSecp256K1VerificationKey2019Type';\nexport * from './EcdsaSecp256K1VerificationKey2019';\nexport * from './EqualDid';\nexport * from './EqualDigestMultibase';\nexport * from './EqualETag';\nexport * from './EqualFilesize';\nexport * from './EqualKeyPublicBase58';\nexport * from './EqualKeyPublicMultibase';\nexport * from './EqualKeyPublicPem';\nexport * from './EqualKeyTypeValue';\nexport * from './EqualKeyType';\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 './FileBaseFilterAnnotationsItem';\nexport * from './FileBaseFilterCreatedAt';\nexport * from './FileBaseFilterDeletedAt';\nexport * from './FileBaseFilterEtag';\nexport * from './FileBaseFilterId';\nexport * from './FileBaseFilterLabelsItem';\nexport * from './FileBaseFilterModifiedAt';\nexport * from './FileBaseFilterRevision';\nexport * from './FileBaseFilter';\nexport * from './FileData';\nexport * from './FileFilter';\nexport * from './FileFilterDataContentType';\nexport * from './FileFilterDataDigestMultibase';\nexport * from './FileFilterDataFilename';\nexport * from './FileFilterDataFilesize';\nexport * from './FileFilterDataId';\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 './InDigestMultibase';\nexport * from './InETag';\nexport * from './InFilesize';\nexport * from './InKeyPublicBase58';\nexport * from './InKeyPublicMultibase';\nexport * from './InKeyPublicPem';\nexport * from './InKeyTypeValuesItem';\nexport * from './InKeyType';\nexport * from './InPrimitiveString';\nexport * from './InResourceId';\nexport * from './InRevision';\nexport * from './InSubjectId';\nexport * from './InUri';\nexport * from './IsNotNullPrimitiveString';\nexport * from './IsNotNullResourceId';\nexport * from './IsNotNullTimestamp';\nexport * from './IsNotNullUri';\nexport * from './IsNullPrimitiveString';\nexport * from './IsNullResourceId';\nexport * from './IsNullTimestamp';\nexport * from './IsNullUri';\nexport * from './KeyBaseFilterAnnotationsItem';\nexport * from './KeyBaseFilterCreatedAt';\nexport * from './KeyBaseFilterDeletedAt';\nexport * from './KeyBaseFilterEtag';\nexport * from './KeyBaseFilterId';\nexport * from './KeyBaseFilterLabelsItem';\nexport * from './KeyBaseFilterModifiedAt';\nexport * from './KeyBaseFilterRevision';\nexport * from './KeyBaseFilter';\nexport * from './KeyEqualAnnotationKeyAnnotationValue';\nexport * from './KeyEqualLabelKeyLabelValue';\nexport * from './KeyFilter';\nexport * from './KeyFilterDataPublicKeyBase58';\nexport * from './KeyFilterDataPublicKeyMultibase';\nexport * from './KeyFilterDataPublicKeyPem';\nexport * from './KeyFilterDataType';\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 './LinkedRef';\nexport * from './LinkedResourceRef';\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 './NotEqualDigestMultibase';\nexport * from './NotEqualETag';\nexport * from './NotEqualFilesize';\nexport * from './NotEqualKeyPublicBase58';\nexport * from './NotEqualKeyPublicMultibase';\nexport * from './NotEqualKeyPublicPem';\nexport * from './NotEqualKeyTypeValue';\nexport * from './NotEqualKeyType';\nexport * from './NotEqualPrimitiveString';\nexport * from './NotEqualResourceId';\nexport * from './NotEqualRevision';\nexport * from './NotEqualSubjectId';\nexport * from './NotEqualUri';\nexport * from './NotFoundProblems';\nexport * from './NotInDid';\nexport * from './NotInDigestMultibase';\nexport * from './NotInETag';\nexport * from './NotInFilesize';\nexport * from './NotInKeyPublicBase58';\nexport * from './NotInKeyPublicMultibase';\nexport * from './NotInKeyPublicPem';\nexport * from './NotInKeyTypeValuesItem';\nexport * from './NotInKeyType';\nexport * from './NotInPrimitiveString';\nexport * from './NotInResourceId';\nexport * from './NotInRevision';\nexport * from './NotInSubjectId';\nexport * from './NotInUri';\nexport * from './PreconditionFailedProblems';\nexport * from './Presentation';\nexport * from './PresentationBaseFilterAnnotationsItem';\nexport * from './PresentationBaseFilterCreatedAt';\nexport * from './PresentationBaseFilterDeletedAt';\nexport * from './PresentationBaseFilterEtag';\nexport * from './PresentationBaseFilterId';\nexport * from './PresentationBaseFilterLabelsItem';\nexport * from './PresentationBaseFilterModifiedAt';\nexport * from './PresentationBaseFilterRevision';\nexport * from './PresentationBaseFilter';\nexport * from './PresentationFilter';\nexport * from './PresentationFilterDataDigestMultibase';\nexport * from './PresentationFilterDataId';\nexport * from './PresentationFilterDataLinkedCredentials';\nexport * from './PresentationFilterDataType';\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 './ProblemBadRequestPayloadTooLarge';\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 './ProblemServiceUnavailable';\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 './ServiceUnavailableProblems';\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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ApiKeyInput.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/apiKeys/client/requests/ApiKeyInput.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;GAGG;AACH,MAAM,WAAW,WAAW;IACxB;;;;;;;;;;;;;;;;OAgBG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,uCAAuC;IACvC,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACrC,kCAAkC;IAClC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACnC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ApiKeyInput.js","sourceRoot":"","sources":["../../../../../../src/api/resources/apiKeys/client/requests/ApiKeyInput.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {}\n */\nexport interface ApiKeyInput {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181](https://opensource.zalando.com/restful-api-guidelines/#230) for further details.\n */\n idempotencyKey?: string;\n /** The annotations of the resource. */\n annotations?: Record<string, string>;\n /** The labels of the resource. */\n labels?: Record<string, string>;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ApiKeyUpdateAnnotationsInput.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsInput.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;;;;GAQG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;;;;;;;;;;;;;OAgBG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;;;;;;;;;;;;OAeG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB,uCAAuC;IACvC,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACvC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ApiKeyUpdateAnnotationsInput.js","sourceRoot":"","sources":["../../../../../../src/api/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsInput.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {\n * ifMatch: \"If-Match\",\n * annotations: {\n * \"key\": \"value\"\n * }\n * }\n */\nexport interface ApiKeyUpdateAnnotationsInput {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181](https://opensource.zalando.com/restful-api-guidelines/#230) for further details.\n */\n idempotencyKey?: string;\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **If-Match** header field is used to declare a list of identifiers that\n * are required to match the current resource version identifier in at least\n * one position as a pre-condition for executing the request on the server\n * side. This behavior is used to validate and reject optimistic updates, by\n * checking if the resource version a consumer has based his changes on is\n * outdated on arrival of the change request to prevent lost updates.\n *\n * If the pre-condition fails the server will respond with status code **412**\n * (Precondition Failed). See [RFC 9110 Section 13.1.1][rfc-9110-13.1.1] as\n * well as [API Guideline Rule #182][api-182] for further details.\n *\n * [rfc-9110-13.1.1]: <https://tools.ietf.org/html/rfc9110#section-13.1.1>\n * [api-182]: <https://opensource.zalando.com/restful-api-guidelines/#182>.\n */\n ifMatch: string;\n /** The annotations of the resource. */\n annotations: Record<string, string>;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ApiKeyUpdateLabelsInput.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/apiKeys/client/requests/ApiKeyUpdateLabelsInput.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;;;;GAQG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;;;;;;;;;;;;;OAgBG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;;;;;;;;;;;;OAeG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB,kCAAkC;IAClC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAClC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ApiKeyUpdateLabelsInput.js","sourceRoot":"","sources":["../../../../../../src/api/resources/apiKeys/client/requests/ApiKeyUpdateLabelsInput.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {\n * ifMatch: \"If-Match\",\n * labels: {\n * \"key\": \"value\"\n * }\n * }\n */\nexport interface ApiKeyUpdateLabelsInput {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181](https://opensource.zalando.com/restful-api-guidelines/#230) for further details.\n */\n idempotencyKey?: string;\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **If-Match** header field is used to declare a list of identifiers that\n * are required to match the current resource version identifier in at least\n * one position as a pre-condition for executing the request on the server\n * side. This behavior is used to validate and reject optimistic updates, by\n * checking if the resource version a consumer has based his changes on is\n * outdated on arrival of the change request to prevent lost updates.\n *\n * If the pre-condition fails the server will respond with status code **412**\n * (Precondition Failed). See [RFC 9110 Section 13.1.1][rfc-9110-13.1.1] as\n * well as [API Guideline Rule #182][api-182] for further details.\n *\n * [rfc-9110-13.1.1]: <https://tools.ietf.org/html/rfc9110#section-13.1.1>\n * [api-182]: <https://opensource.zalando.com/restful-api-guidelines/#182>.\n */\n ifMatch: string;\n /** The labels of the resource. */\n labels: Record<string, string>;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CredentialInput.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/credentials/client/requests/CredentialInput.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;GAKG;AACH,MAAM,WAAW,eAAe;IAC5B;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;;;;;;;;;;;;;OAgBG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,uCAAuC;IACvC,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACrC,kCAAkC;IAClC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACnC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CredentialInput.js","sourceRoot":"","sources":["../../../../../../src/api/resources/credentials/client/requests/CredentialInput.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {\n * blobId: \"blob_id\"\n * }\n */\nexport interface CredentialInput {\n /**\n * The ID that returned on Upload operation in blob_id field.\n */\n blobId: string;\n /**\n * The ID of a Draft that was exported to get the importing Credential.\n */\n draftId?: string;\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181](https://opensource.zalando.com/restful-api-guidelines/#230) for further details.\n */\n idempotencyKey?: string;\n /** The annotations of the resource. */\n annotations?: Record<string, string>;\n /** The labels of the resource. */\n labels?: Record<string, string>;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CredentialUpdateAnnotationsInput.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/credentials/client/requests/CredentialUpdateAnnotationsInput.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;;;;GAQG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;;;;;;;;;;;;;;;OAgBG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;;;;;;;;;;;;OAeG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB,uCAAuC;IACvC,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACvC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CredentialUpdateAnnotationsInput.js","sourceRoot":"","sources":["../../../../../../src/api/resources/credentials/client/requests/CredentialUpdateAnnotationsInput.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {\n * ifMatch: \"If-Match\",\n * annotations: {\n * \"key\": \"value\"\n * }\n * }\n */\nexport interface CredentialUpdateAnnotationsInput {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181](https://opensource.zalando.com/restful-api-guidelines/#230) for further details.\n */\n idempotencyKey?: string;\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **If-Match** header field is used to declare a list of identifiers that\n * are required to match the current resource version identifier in at least\n * one position as a pre-condition for executing the request on the server\n * side. This behavior is used to validate and reject optimistic updates, by\n * checking if the resource version a consumer has based his changes on is\n * outdated on arrival of the change request to prevent lost updates.\n *\n * If the pre-condition fails the server will respond with status code **412**\n * (Precondition Failed). See [RFC 9110 Section 13.1.1][rfc-9110-13.1.1] as\n * well as [API Guideline Rule #182][api-182] for further details.\n *\n * [rfc-9110-13.1.1]: <https://tools.ietf.org/html/rfc9110#section-13.1.1>\n * [api-182]: <https://opensource.zalando.com/restful-api-guidelines/#182>.\n */\n ifMatch: string;\n /** The annotations of the resource. */\n annotations: Record<string, string>;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CredentialUpdateLabelsInput.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/credentials/client/requests/CredentialUpdateLabelsInput.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;;;;GAQG;AACH,MAAM,WAAW,2BAA2B;IACxC;;;;;;;;;;;;;;;;OAgBG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;;;;;;;;;;;;OAeG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB,kCAAkC;IAClC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAClC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CredentialUpdateLabelsInput.js","sourceRoot":"","sources":["../../../../../../src/api/resources/credentials/client/requests/CredentialUpdateLabelsInput.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {\n * ifMatch: \"If-Match\",\n * labels: {\n * \"key\": \"value\"\n * }\n * }\n */\nexport interface CredentialUpdateLabelsInput {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181](https://opensource.zalando.com/restful-api-guidelines/#230) for further details.\n */\n idempotencyKey?: string;\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **If-Match** header field is used to declare a list of identifiers that\n * are required to match the current resource version identifier in at least\n * one position as a pre-condition for executing the request on the server\n * side. This behavior is used to validate and reject optimistic updates, by\n * checking if the resource version a consumer has based his changes on is\n * outdated on arrival of the change request to prevent lost updates.\n *\n * If the pre-condition fails the server will respond with status code **412**\n * (Precondition Failed). See [RFC 9110 Section 13.1.1][rfc-9110-13.1.1] as\n * well as [API Guideline Rule #182][api-182] for further details.\n *\n * [rfc-9110-13.1.1]: <https://tools.ietf.org/html/rfc9110#section-13.1.1>\n * [api-182]: <https://opensource.zalando.com/restful-api-guidelines/#182>.\n */\n ifMatch: string;\n /** The labels of the resource. */\n labels: Record<string, string>;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DidCommMessageSendInput.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/didcommMessages/client/requests/DidCommMessageSendInput.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAE7C;;;;;;;;GAQG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;;;;;;;;;;;;;OAgBG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,uCAAuC;IACvC,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACrC,IAAI,EAAE,OAAO,CAAC,kBAAkB,CAAC;IACjC,kCAAkC;IAClC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACnC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DidCommMessageSendInput.js","sourceRoot":"","sources":["../../../../../../src/api/resources/didcommMessages/client/requests/DidCommMessageSendInput.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../../../../index';\n\n/**\n * @example\n * {\n * data: {\n * keyId: \"key_id\",\n * to: \"to\"\n * }\n * }\n */\nexport interface DidCommMessageSendInput {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181](https://opensource.zalando.com/restful-api-guidelines/#230) for further details.\n */\n idempotencyKey?: string;\n /** The annotations of the resource. */\n annotations?: Record<string, string>;\n data: Truvity.DidCommMessageSend;\n /** The labels of the resource. */\n labels?: Record<string, string>;\n}\n"]}
|
package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsInput.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DidcommMessageUpdateAnnotationsInput.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsInput.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;;;;GAQG;AACH,MAAM,WAAW,oCAAoC;IACjD;;;;;;;;;;;;;;;;OAgBG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;;;;;;;;;;;;OAeG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB,uCAAuC;IACvC,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACvC"}
|
package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsInput.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DidcommMessageUpdateAnnotationsInput.js","sourceRoot":"","sources":["../../../../../../src/api/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsInput.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {\n * ifMatch: \"If-Match\",\n * annotations: {\n * \"key\": \"value\"\n * }\n * }\n */\nexport interface DidcommMessageUpdateAnnotationsInput {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181](https://opensource.zalando.com/restful-api-guidelines/#230) for further details.\n */\n idempotencyKey?: string;\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **If-Match** header field is used to declare a list of identifiers that\n * are required to match the current resource version identifier in at least\n * one position as a pre-condition for executing the request on the server\n * side. This behavior is used to validate and reject optimistic updates, by\n * checking if the resource version a consumer has based his changes on is\n * outdated on arrival of the change request to prevent lost updates.\n *\n * If the pre-condition fails the server will respond with status code **412**\n * (Precondition Failed). See [RFC 9110 Section 13.1.1][rfc-9110-13.1.1] as\n * well as [API Guideline Rule #182][api-182] for further details.\n *\n * [rfc-9110-13.1.1]: <https://tools.ietf.org/html/rfc9110#section-13.1.1>\n * [api-182]: <https://opensource.zalando.com/restful-api-guidelines/#182>.\n */\n ifMatch: string;\n /** The annotations of the resource. */\n annotations: Record<string, string>;\n}\n"]}
|
package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsInput.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DidcommMessageUpdateLabelsInput.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsInput.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;;;;GAQG;AACH,MAAM,WAAW,+BAA+B;IAC5C;;;;;;;;;;;;;;;;OAgBG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;;;;;;;;;;;;OAeG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB,kCAAkC;IAClC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAClC"}
|
package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsInput.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DidcommMessageUpdateLabelsInput.js","sourceRoot":"","sources":["../../../../../../src/api/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsInput.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {\n * ifMatch: \"If-Match\",\n * labels: {\n * \"key\": \"value\"\n * }\n * }\n */\nexport interface DidcommMessageUpdateLabelsInput {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181](https://opensource.zalando.com/restful-api-guidelines/#230) for further details.\n */\n idempotencyKey?: string;\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **If-Match** header field is used to declare a list of identifiers that\n * are required to match the current resource version identifier in at least\n * one position as a pre-condition for executing the request on the server\n * side. This behavior is used to validate and reject optimistic updates, by\n * checking if the resource version a consumer has based his changes on is\n * outdated on arrival of the change request to prevent lost updates.\n *\n * If the pre-condition fails the server will respond with status code **412**\n * (Precondition Failed). See [RFC 9110 Section 13.1.1][rfc-9110-13.1.1] as\n * well as [API Guideline Rule #182][api-182] for further details.\n *\n * [rfc-9110-13.1.1]: <https://tools.ietf.org/html/rfc9110#section-13.1.1>\n * [api-182]: <https://opensource.zalando.com/restful-api-guidelines/#182>.\n */\n ifMatch: string;\n /** The labels of the resource. */\n labels: Record<string, string>;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DraftExport.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftExport.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,WAAW;IACxB,wCAAwC;IACxC,MAAM,EAAE,MAAM,CAAC;IACf,6DAA6D;IAC7D,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,8DAA8D;IAC9D,UAAU,CAAC,EAAE,IAAI,CAAC;CACrB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DraftExport.js","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftExport.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nexport interface DraftExport {\n /** The URI of the credential issuer. */\n issuer: string;\n /** The date and time the issued credential is valid from. */\n validFrom?: Date;\n /** The date and time the issued credential is valid until. */\n validUntil?: Date;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DraftInput.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftInput.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAE7C;;;;;;;;;;;;;;GAcG;AACH,MAAM,WAAW,UAAU;IACvB;;;;;;;;;;;;;;;;OAgBG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,uCAAuC;IACvC,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACrC,IAAI,EAAE,OAAO,CAAC,WAAW,CAAC;IAC1B,kCAAkC;IAClC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACnC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DraftInput.js","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftInput.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../../../../index';\n\n/**\n * @example\n * {\n * data: {\n * schema: {\n * fields: [{\n * kind: \"BOOLEAN\",\n * name: \"name\"\n * }],\n * vocabName: \"vocab_name\",\n * vocabNamespace: \"vocab_namespace\"\n * }\n * }\n * }\n */\nexport interface DraftInput {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181](https://opensource.zalando.com/restful-api-guidelines/#230) for further details.\n */\n idempotencyKey?: string;\n /** The annotations of the resource. */\n annotations?: Record<string, string>;\n data: Truvity.DraftCreate;\n /** The labels of the resource. */\n labels?: Record<string, string>;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DraftIssue.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftIssue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAE7C;;;;;GAKG;AACH,MAAM,WAAW,UAAU;IACvB;;;;;;;;;;;;;;;OAeG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,gDAAgD;IAChD,SAAS,CAAC,EAAE,OAAO,CAAC,mBAAmB,CAAC;IACxC,wCAAwC;IACxC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,gDAAgD;IAChD,KAAK,EAAE,MAAM,CAAC;IACd,iEAAiE;IACjE,kBAAkB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC5C,mNAAmN;IACnN,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,6DAA6D;IAC7D,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,8DAA8D;IAC9D,UAAU,CAAC,EAAE,IAAI,CAAC;CACrB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DraftIssue.js","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftIssue.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../../../../index';\n\n/**\n * @example\n * {\n * keyId: \"key_id\"\n * }\n */\nexport interface DraftIssue {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **If-Match** header field is used to declare a list of identifiers that\n * are required to match the current resource version identifier in at least\n * one position as a pre-condition for executing the request on the server\n * side. This behavior is used to validate and reject optimistic updates, by\n * checking if the resource version a consumer has based his changes on is\n * outdated on arrival of the change request to prevent lost updates.\n *\n * If the pre-condition fails the server will respond with status code **412**\n * (Precondition Failed). See [RFC 9110 Section 13.1.1][rfc-9110-13.1.1] as\n * well as [API Guideline Rule #182][api-182] for further details.\n *\n * [rfc-9110-13.1.1]: <https://tools.ietf.org/html/rfc9110#section-13.1.1>\n * [api-182]: <https://opensource.zalando.com/restful-api-guidelines/#182>.\n */\n ifMatch?: string;\n /** The DID method to use for the issuer DID. */\n didMethod?: Truvity.DraftIssueDidMethod;\n /** The URI of the credential issuer. */\n issuer?: string;\n /** The ID of the key to sign the credential. */\n keyId: string;\n /** Map of draft URNs to their associated eTags for validation */\n prerequisiteDrafts?: Record<string, string>;\n /** When enabled, the user must provide the full list of prerequisite draft IDs, and the system enforces this exact prerequisite graph. When disabled, the system automatically determines the dependency graph. */\n strictMode?: boolean;\n /** The date and time the issued credential is valid from. */\n validFrom?: Date;\n /** The date and time the issued credential is valid until. */\n validUntil?: Date;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DraftUpdateAnnotationsInput.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftUpdateAnnotationsInput.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;;;;GAQG;AACH,MAAM,WAAW,2BAA2B;IACxC;;;;;;;;;;;;;;;;OAgBG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;;;;;;;;;;;;OAeG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB,uCAAuC;IACvC,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACvC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DraftUpdateAnnotationsInput.js","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftUpdateAnnotationsInput.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {\n * ifMatch: \"If-Match\",\n * annotations: {\n * \"key\": \"value\"\n * }\n * }\n */\nexport interface DraftUpdateAnnotationsInput {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181](https://opensource.zalando.com/restful-api-guidelines/#230) for further details.\n */\n idempotencyKey?: string;\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **If-Match** header field is used to declare a list of identifiers that\n * are required to match the current resource version identifier in at least\n * one position as a pre-condition for executing the request on the server\n * side. This behavior is used to validate and reject optimistic updates, by\n * checking if the resource version a consumer has based his changes on is\n * outdated on arrival of the change request to prevent lost updates.\n *\n * If the pre-condition fails the server will respond with status code **412**\n * (Precondition Failed). See [RFC 9110 Section 13.1.1][rfc-9110-13.1.1] as\n * well as [API Guideline Rule #182][api-182] for further details.\n *\n * [rfc-9110-13.1.1]: <https://tools.ietf.org/html/rfc9110#section-13.1.1>\n * [api-182]: <https://opensource.zalando.com/restful-api-guidelines/#182>.\n */\n ifMatch: string;\n /** The annotations of the resource. */\n annotations: Record<string, string>;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DraftUpdateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftUpdateInput.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAE7C;;;;;;GAMG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;;;;;;;;;;;;;OAgBG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;;;;;;;;;;;;OAeG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB,gCAAgC;IAChC,IAAI,EAAE,OAAO,CAAC,WAAW,CAAC;CAC7B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DraftUpdateInput.js","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftUpdateInput.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../../../../index';\n\n/**\n * @example\n * {\n * ifMatch: \"If-Match\",\n * data: {}\n * }\n */\nexport interface DraftUpdateInput {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181](https://opensource.zalando.com/restful-api-guidelines/#230) for further details.\n */\n idempotencyKey?: string;\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **If-Match** header field is used to declare a list of identifiers that\n * are required to match the current resource version identifier in at least\n * one position as a pre-condition for executing the request on the server\n * side. This behavior is used to validate and reject optimistic updates, by\n * checking if the resource version a consumer has based his changes on is\n * outdated on arrival of the change request to prevent lost updates.\n *\n * If the pre-condition fails the server will respond with status code **412**\n * (Precondition Failed). See [RFC 9110 Section 13.1.1][rfc-9110-13.1.1] as\n * well as [API Guideline Rule #182][api-182] for further details.\n *\n * [rfc-9110-13.1.1]: <https://tools.ietf.org/html/rfc9110#section-13.1.1>\n * [api-182]: <https://opensource.zalando.com/restful-api-guidelines/#182>.\n */\n ifMatch: string;\n /** The data of the resource. */\n data: Truvity.DraftUpdate;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DraftUpdateLabelsInput.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftUpdateLabelsInput.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;;;;GAQG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;;;;;;;;;;;;;OAgBG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;;;;;;;;;;;;OAeG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB,kCAAkC;IAClC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAClC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DraftUpdateLabelsInput.js","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftUpdateLabelsInput.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {\n * ifMatch: \"If-Match\",\n * labels: {\n * \"key\": \"value\"\n * }\n * }\n */\nexport interface DraftUpdateLabelsInput {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181](https://opensource.zalando.com/restful-api-guidelines/#230) for further details.\n */\n idempotencyKey?: string;\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **If-Match** header field is used to declare a list of identifiers that\n * are required to match the current resource version identifier in at least\n * one position as a pre-condition for executing the request on the server\n * side. This behavior is used to validate and reject optimistic updates, by\n * checking if the resource version a consumer has based his changes on is\n * outdated on arrival of the change request to prevent lost updates.\n *\n * If the pre-condition fails the server will respond with status code **412**\n * (Precondition Failed). See [RFC 9110 Section 13.1.1][rfc-9110-13.1.1] as\n * well as [API Guideline Rule #182][api-182] for further details.\n *\n * [rfc-9110-13.1.1]: <https://tools.ietf.org/html/rfc9110#section-13.1.1>\n * [api-182]: <https://opensource.zalando.com/restful-api-guidelines/#182>.\n */\n ifMatch: string;\n /** The labels of the resource. */\n labels: Record<string, string>;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DraftIssueDidMethod.d.ts","sourceRoot":"","sources":["../../../../../src/api/resources/drafts/types/DraftIssueDidMethod.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,KAAK,GAAG,KAAK,CAAC;AAChD,eAAO,MAAM,mBAAmB;;;CAGtB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DraftIssueDidMethod.js","sourceRoot":"","sources":["../../../../../src/api/resources/drafts/types/DraftIssueDidMethod.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAMU,QAAA,mBAAmB,GAAG;IAC/B,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;CACJ,CAAC","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * The DID method to use for the issuer DID.\n */\nexport type DraftIssueDidMethod = 'key' | 'web';\nexport const DraftIssueDidMethod = {\n Key: 'key',\n Web: 'web',\n} as const;\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FileInput.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/files/client/requests/FileInput.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAE7C;;;;;GAKG;AACH,MAAM,WAAW,SAAS;IACtB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;;;;;;;;;;;;;OAgBG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,uCAAuC;IACvC,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACrC,IAAI,CAAC,EAAE,OAAO,CAAC,QAAQ,CAAC;IACxB,kCAAkC;IAClC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACnC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FileInput.js","sourceRoot":"","sources":["../../../../../../src/api/resources/files/client/requests/FileInput.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../../../../index';\n\n/**\n * @example\n * {\n * blobId: \"blob_id\"\n * }\n */\nexport interface FileInput {\n /**\n * The ID that returned on Upload operation in blob_id field.\n */\n blobId: string;\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181](https://opensource.zalando.com/restful-api-guidelines/#230) for further details.\n */\n idempotencyKey?: string;\n /** The annotations of the resource. */\n annotations?: Record<string, string>;\n data?: Truvity.FileData;\n /** The labels of the resource. */\n labels?: Record<string, string>;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FileUpdateAnnotationsInput.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/files/client/requests/FileUpdateAnnotationsInput.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;;;;GAQG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;;;;;;;;;;;;;OAgBG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;;;;;;;;;;;;OAeG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB,uCAAuC;IACvC,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACvC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FileUpdateAnnotationsInput.js","sourceRoot":"","sources":["../../../../../../src/api/resources/files/client/requests/FileUpdateAnnotationsInput.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {\n * ifMatch: \"If-Match\",\n * annotations: {\n * \"key\": \"value\"\n * }\n * }\n */\nexport interface FileUpdateAnnotationsInput {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181](https://opensource.zalando.com/restful-api-guidelines/#230) for further details.\n */\n idempotencyKey?: string;\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **If-Match** header field is used to declare a list of identifiers that\n * are required to match the current resource version identifier in at least\n * one position as a pre-condition for executing the request on the server\n * side. This behavior is used to validate and reject optimistic updates, by\n * checking if the resource version a consumer has based his changes on is\n * outdated on arrival of the change request to prevent lost updates.\n *\n * If the pre-condition fails the server will respond with status code **412**\n * (Precondition Failed). See [RFC 9110 Section 13.1.1][rfc-9110-13.1.1] as\n * well as [API Guideline Rule #182][api-182] for further details.\n *\n * [rfc-9110-13.1.1]: <https://tools.ietf.org/html/rfc9110#section-13.1.1>\n * [api-182]: <https://opensource.zalando.com/restful-api-guidelines/#182>.\n */\n ifMatch: string;\n /** The annotations of the resource. */\n annotations: Record<string, string>;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FileUpdateLabelsInput.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/files/client/requests/FileUpdateLabelsInput.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;;;;GAQG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;;;;;;;;;;;;;OAgBG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;;;;;;;;;;;;OAeG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB,kCAAkC;IAClC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAClC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FileUpdateLabelsInput.js","sourceRoot":"","sources":["../../../../../../src/api/resources/files/client/requests/FileUpdateLabelsInput.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {\n * ifMatch: \"If-Match\",\n * labels: {\n * \"key\": \"value\"\n * }\n * }\n */\nexport interface FileUpdateLabelsInput {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181](https://opensource.zalando.com/restful-api-guidelines/#230) for further details.\n */\n idempotencyKey?: string;\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **If-Match** header field is used to declare a list of identifiers that\n * are required to match the current resource version identifier in at least\n * one position as a pre-condition for executing the request on the server\n * side. This behavior is used to validate and reject optimistic updates, by\n * checking if the resource version a consumer has based his changes on is\n * outdated on arrival of the change request to prevent lost updates.\n *\n * If the pre-condition fails the server will respond with status code **412**\n * (Precondition Failed). See [RFC 9110 Section 13.1.1][rfc-9110-13.1.1] as\n * well as [API Guideline Rule #182][api-182] for further details.\n *\n * [rfc-9110-13.1.1]: <https://tools.ietf.org/html/rfc9110#section-13.1.1>\n * [api-182]: <https://opensource.zalando.com/restful-api-guidelines/#182>.\n */\n ifMatch: string;\n /** The labels of the resource. */\n labels: Record<string, string>;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SupportRequest.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/gdpr/client/requests/SupportRequest.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAE7C;;;;;;GAMG;AACH,MAAM,WAAW,cAAc;IAC3B,0CAA0C;IAC1C,OAAO,EAAE,MAAM,CAAC;IAChB,uCAAuC;IACvC,IAAI,EAAE,OAAO,CAAC,kBAAkB,CAAC;CACpC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SupportRequest.js","sourceRoot":"","sources":["../../../../../../src/api/resources/gdpr/client/requests/SupportRequest.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../../../../index';\n\n/**\n * @example\n * {\n * message: \"message\",\n * type: \"DATA_DUMP\"\n * }\n */\nexport interface SupportRequest {\n /** The message of the support request. */\n message: string;\n /** The type of the support request. */\n type: Truvity.SupportRequestType;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SupportRequestType.d.ts","sourceRoot":"","sources":["../../../../../src/api/resources/gdpr/types/SupportRequestType.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,WAAW,GAAG,UAAU,GAAG,OAAO,GAAG,eAAe,CAAC;AACtF,eAAO,MAAM,kBAAkB;;;;;CAKrB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SupportRequestType.js","sourceRoot":"","sources":["../../../../../src/api/resources/gdpr/types/SupportRequestType.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAMU,QAAA,kBAAkB,GAAG;IAC9B,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,UAAU;IACpB,KAAK,EAAE,OAAO;IACd,aAAa,EAAE,eAAe;CACxB,CAAC","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * The type of the support request.\n */\nexport type SupportRequestType = 'DATA_DUMP' | 'DELETION' | 'OTHER' | 'RECTIFICATION';\nexport const SupportRequestType = {\n DataDump: 'DATA_DUMP',\n Deletion: 'DELETION',\n Other: 'OTHER',\n Rectification: 'RECTIFICATION',\n} as const;\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"KeyGenerateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/keys/client/requests/KeyGenerateInput.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAE7C;;;;;;;GAOG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;;;;;;;;;;;;;OAgBG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,uCAAuC;IACvC,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACrC,IAAI,EAAE,OAAO,CAAC,WAAW,CAAC;IAC1B,kCAAkC;IAClC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACnC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"KeyGenerateInput.js","sourceRoot":"","sources":["../../../../../../src/api/resources/keys/client/requests/KeyGenerateInput.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../../../../index';\n\n/**\n * @example\n * {\n * data: {\n * type: \"ED25519\"\n * }\n * }\n */\nexport interface KeyGenerateInput {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181](https://opensource.zalando.com/restful-api-guidelines/#230) for further details.\n */\n idempotencyKey?: string;\n /** The annotations of the resource. */\n annotations?: Record<string, string>;\n data: Truvity.KeyGenerate;\n /** The labels of the resource. */\n labels?: Record<string, string>;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"KeyImportSecretInput.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/keys/client/requests/KeyImportSecretInput.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;GAKG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;;;;;;;;;;;;;OAgBG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,uCAAuC;IACvC,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACrC;;;;;;OAMG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,kCAAkC;IAClC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACnC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"KeyImportSecretInput.js","sourceRoot":"","sources":["../../../../../../src/api/resources/keys/client/requests/KeyImportSecretInput.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {\n * data: \"data\"\n * }\n */\nexport interface KeyImportSecretInput {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181](https://opensource.zalando.com/restful-api-guidelines/#230) for further details.\n */\n idempotencyKey?: string;\n /** The annotations of the resource. */\n annotations?: Record<string, string>;\n /**\n * Import secret key. Supported formats:\n * - PEM-encoded PKCS#8\n * - PEM-encoded EC\n * - JWK format\n * .\n */\n data: string;\n /** The labels of the resource. */\n labels?: Record<string, string>;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"KeyUpdateAnnotationsInput.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/keys/client/requests/KeyUpdateAnnotationsInput.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;;;;GAQG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;;;;;;;;;;;;;OAgBG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;;;;;;;;;;;;OAeG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB,uCAAuC;IACvC,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACvC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"KeyUpdateAnnotationsInput.js","sourceRoot":"","sources":["../../../../../../src/api/resources/keys/client/requests/KeyUpdateAnnotationsInput.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {\n * ifMatch: \"If-Match\",\n * annotations: {\n * \"key\": \"value\"\n * }\n * }\n */\nexport interface KeyUpdateAnnotationsInput {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181](https://opensource.zalando.com/restful-api-guidelines/#230) for further details.\n */\n idempotencyKey?: string;\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **If-Match** header field is used to declare a list of identifiers that\n * are required to match the current resource version identifier in at least\n * one position as a pre-condition for executing the request on the server\n * side. This behavior is used to validate and reject optimistic updates, by\n * checking if the resource version a consumer has based his changes on is\n * outdated on arrival of the change request to prevent lost updates.\n *\n * If the pre-condition fails the server will respond with status code **412**\n * (Precondition Failed). See [RFC 9110 Section 13.1.1][rfc-9110-13.1.1] as\n * well as [API Guideline Rule #182][api-182] for further details.\n *\n * [rfc-9110-13.1.1]: <https://tools.ietf.org/html/rfc9110#section-13.1.1>\n * [api-182]: <https://opensource.zalando.com/restful-api-guidelines/#182>.\n */\n ifMatch: string;\n /** The annotations of the resource. */\n annotations: Record<string, string>;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"KeyUpdateLabelsInput.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/keys/client/requests/KeyUpdateLabelsInput.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;;;;GAQG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;;;;;;;;;;;;;OAgBG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;;;;;;;;;;;;OAeG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB,kCAAkC;IAClC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAClC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"KeyUpdateLabelsInput.js","sourceRoot":"","sources":["../../../../../../src/api/resources/keys/client/requests/KeyUpdateLabelsInput.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {\n * ifMatch: \"If-Match\",\n * labels: {\n * \"key\": \"value\"\n * }\n * }\n */\nexport interface KeyUpdateLabelsInput {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181](https://opensource.zalando.com/restful-api-guidelines/#230) for further details.\n */\n idempotencyKey?: string;\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **If-Match** header field is used to declare a list of identifiers that\n * are required to match the current resource version identifier in at least\n * one position as a pre-condition for executing the request on the server\n * side. This behavior is used to validate and reject optimistic updates, by\n * checking if the resource version a consumer has based his changes on is\n * outdated on arrival of the change request to prevent lost updates.\n *\n * If the pre-condition fails the server will respond with status code **412**\n * (Precondition Failed). See [RFC 9110 Section 13.1.1][rfc-9110-13.1.1] as\n * well as [API Guideline Rule #182][api-182] for further details.\n *\n * [rfc-9110-13.1.1]: <https://tools.ietf.org/html/rfc9110#section-13.1.1>\n * [api-182]: <https://opensource.zalando.com/restful-api-guidelines/#182>.\n */\n ifMatch: string;\n /** The labels of the resource. */\n labels: Record<string, string>;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PresentationExport.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/presentations/client/requests/PresentationExport.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,kBAAkB;IAC/B,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,wFAAwF;IACxF,MAAM,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PresentationExport.js","sourceRoot":"","sources":["../../../../../../src/api/resources/presentations/client/requests/PresentationExport.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nexport interface PresentationExport {\n credentialIds: string[];\n /** Just regular URI according to [RFC 3986](https://www.rfc-editor.org/rfc/rfc3986). */\n holder: string;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PresentationInput.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/presentations/client/requests/PresentationInput.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;GAKG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;;;;;;;;;;;;;OAgBG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,uCAAuC;IACvC,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACrC,kCAAkC;IAClC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACnC"}
|