@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
|
@@ -17,7 +17,7 @@ import * as Truvity from '../../../../index';
|
|
|
17
17
|
* }
|
|
18
18
|
* }
|
|
19
19
|
*/
|
|
20
|
-
export interface
|
|
20
|
+
export interface DraftCreateRequest {
|
|
21
21
|
/**
|
|
22
22
|
* From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).
|
|
23
23
|
* The **Idempotency-Key** is a free identifier created by the client to
|
|
@@ -42,4 +42,4 @@ export interface DraftInput {
|
|
|
42
42
|
/** The labels of the resource. */
|
|
43
43
|
labels?: Record<string, string>;
|
|
44
44
|
}
|
|
45
|
-
//# sourceMappingURL=
|
|
45
|
+
//# sourceMappingURL=DraftCreateRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DraftCreateRequest.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftCreateRequest.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAE7C;;;;;;;;;;;;;;GAcG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;;;;;;;;;;;;;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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DraftCreateRequest.js","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftCreateRequest.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 DraftCreateRequest {\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,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export interface
|
|
4
|
+
export interface DraftExportRequest {
|
|
5
5
|
/** The URI of the credential issuer. */
|
|
6
6
|
issuer: string;
|
|
7
7
|
/** The date and time the issued credential is valid from. */
|
|
@@ -9,4 +9,4 @@ export interface DraftExport {
|
|
|
9
9
|
/** The date and time the issued credential is valid until. */
|
|
10
10
|
validUntil?: Date;
|
|
11
11
|
}
|
|
12
|
-
//# sourceMappingURL=
|
|
12
|
+
//# sourceMappingURL=DraftExportRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DraftExportRequest.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftExportRequest.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,kBAAkB;IAC/B,wCAAwC;IACxC,MAAM,EAAE,MAAM,CAAC;IACf,6DAA6D;IAC7D,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,8DAA8D;IAC9D,UAAU,CAAC,EAAE,IAAI,CAAC;CACrB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DraftExportRequest.js","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftExportRequest.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nexport interface DraftExportRequest {\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"]}
|
|
@@ -8,7 +8,7 @@ import * as Truvity from '../../../../index';
|
|
|
8
8
|
* keyId: "key_id"
|
|
9
9
|
* }
|
|
10
10
|
*/
|
|
11
|
-
export interface
|
|
11
|
+
export interface DraftIssueRequest {
|
|
12
12
|
/**
|
|
13
13
|
* From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).
|
|
14
14
|
* The **If-Match** header field is used to declare a list of identifiers that
|
|
@@ -27,7 +27,7 @@ export interface DraftIssue {
|
|
|
27
27
|
*/
|
|
28
28
|
ifMatch?: string;
|
|
29
29
|
/** The DID method to use for the issuer DID. */
|
|
30
|
-
didMethod?: Truvity.
|
|
30
|
+
didMethod?: Truvity.DraftIssueRequestDidMethod;
|
|
31
31
|
/** The URI of the credential issuer. */
|
|
32
32
|
issuer?: string;
|
|
33
33
|
/** The ID of the key to sign the credential. */
|
|
@@ -41,4 +41,4 @@ export interface DraftIssue {
|
|
|
41
41
|
/** The date and time the issued credential is valid until. */
|
|
42
42
|
validUntil?: Date;
|
|
43
43
|
}
|
|
44
|
-
//# sourceMappingURL=
|
|
44
|
+
//# sourceMappingURL=DraftIssueRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DraftIssueRequest.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftIssueRequest.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAE7C;;;;;GAKG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;;;;;;;;;;;;;OAeG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,gDAAgD;IAChD,SAAS,CAAC,EAAE,OAAO,CAAC,0BAA0B,CAAC;IAC/C,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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DraftIssueRequest.js","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftIssueRequest.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 DraftIssueRequest {\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.DraftIssueRequestDidMethod;\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"]}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* }
|
|
11
11
|
* }
|
|
12
12
|
*/
|
|
13
|
-
export interface
|
|
13
|
+
export interface DraftUpdateAnnotationsRequest {
|
|
14
14
|
/**
|
|
15
15
|
* From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).
|
|
16
16
|
* The **Idempotency-Key** is a free identifier created by the client to
|
|
@@ -49,4 +49,4 @@ export interface FileUpdateAnnotationsInput {
|
|
|
49
49
|
/** The annotations of the resource. */
|
|
50
50
|
annotations: Record<string, string>;
|
|
51
51
|
}
|
|
52
|
-
//# sourceMappingURL=
|
|
52
|
+
//# sourceMappingURL=DraftUpdateAnnotationsRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DraftUpdateAnnotationsRequest.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftUpdateAnnotationsRequest.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;;;;GAQG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;;;;;;;;;;;;;;;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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DraftUpdateAnnotationsRequest.js","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftUpdateAnnotationsRequest.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 DraftUpdateAnnotationsRequest {\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"]}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* }
|
|
11
11
|
* }
|
|
12
12
|
*/
|
|
13
|
-
export interface
|
|
13
|
+
export interface DraftUpdateLabelsRequest {
|
|
14
14
|
/**
|
|
15
15
|
* From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).
|
|
16
16
|
* The **Idempotency-Key** is a free identifier created by the client to
|
|
@@ -49,4 +49,4 @@ export interface ApiKeyUpdateLabelsInput {
|
|
|
49
49
|
/** The labels of the resource. */
|
|
50
50
|
labels: Record<string, string>;
|
|
51
51
|
}
|
|
52
|
-
//# sourceMappingURL=
|
|
52
|
+
//# sourceMappingURL=DraftUpdateLabelsRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DraftUpdateLabelsRequest.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftUpdateLabelsRequest.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;;;;GAQG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;;;;;;;;;;;;;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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DraftUpdateLabelsRequest.js","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftUpdateLabelsRequest.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 DraftUpdateLabelsRequest {\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"]}
|
package/api/resources/drafts/client/requests/{DraftUpdateInput.d.ts → DraftUpdateRequest.d.ts}
RENAMED
|
@@ -9,7 +9,7 @@ import * as Truvity from '../../../../index';
|
|
|
9
9
|
* data: {}
|
|
10
10
|
* }
|
|
11
11
|
*/
|
|
12
|
-
export interface
|
|
12
|
+
export interface DraftUpdateRequest {
|
|
13
13
|
/**
|
|
14
14
|
* From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).
|
|
15
15
|
* The **Idempotency-Key** is a free identifier created by the client to
|
|
@@ -48,4 +48,4 @@ export interface DraftUpdateInput {
|
|
|
48
48
|
/** The data of the resource. */
|
|
49
49
|
data: Truvity.DraftUpdate;
|
|
50
50
|
}
|
|
51
|
-
//# sourceMappingURL=
|
|
51
|
+
//# sourceMappingURL=DraftUpdateRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DraftUpdateRequest.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftUpdateRequest.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAE7C;;;;;;GAMG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;;;;;;;;;;;;;OAgBG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;;;;;;;;;;;;OAeG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB,gCAAgC;IAChC,IAAI,EAAE,OAAO,CAAC,WAAW,CAAC;CAC7B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DraftUpdateRequest.js","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftUpdateRequest.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 DraftUpdateRequest {\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,14 +1,14 @@
|
|
|
1
|
-
export { type
|
|
1
|
+
export { type DraftCreateRequest } from './DraftCreateRequest';
|
|
2
2
|
export { type DraftSearchRequest } from './DraftSearchRequest';
|
|
3
3
|
export { type DraftLatestRequest } from './DraftLatestRequest';
|
|
4
4
|
export { type DraftDeleteRequest } from './DraftDeleteRequest';
|
|
5
|
-
export { type
|
|
6
|
-
export { type
|
|
5
|
+
export { type DraftUpdateRequest } from './DraftUpdateRequest';
|
|
6
|
+
export { type DraftUpdateAnnotationsRequest } from './DraftUpdateAnnotationsRequest';
|
|
7
7
|
export { type DraftLatestIssueRequest } from './DraftLatestIssueRequest';
|
|
8
|
-
export { type
|
|
8
|
+
export { type DraftUpdateLabelsRequest } from './DraftUpdateLabelsRequest';
|
|
9
9
|
export { type DraftRestoreRequest } from './DraftRestoreRequest';
|
|
10
10
|
export { type DraftHistoryRequest } from './DraftHistoryRequest';
|
|
11
11
|
export { type DraftRevisionRequest } from './DraftRevisionRequest';
|
|
12
|
-
export { type
|
|
13
|
-
export { type
|
|
12
|
+
export { type DraftExportRequest } from './DraftExportRequest';
|
|
13
|
+
export { type DraftIssueRequest } from './DraftIssueRequest';
|
|
14
14
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,EAAE,KAAK,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AACrF,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACzE,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAC3E,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACnE,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,qBAAqB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/index.ts"],"names":[],"mappings":"","sourcesContent":["export { type
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/index.ts"],"names":[],"mappings":"","sourcesContent":["export { type DraftCreateRequest } from './DraftCreateRequest';\nexport { type DraftSearchRequest } from './DraftSearchRequest';\nexport { type DraftLatestRequest } from './DraftLatestRequest';\nexport { type DraftDeleteRequest } from './DraftDeleteRequest';\nexport { type DraftUpdateRequest } from './DraftUpdateRequest';\nexport { type DraftUpdateAnnotationsRequest } from './DraftUpdateAnnotationsRequest';\nexport { type DraftLatestIssueRequest } from './DraftLatestIssueRequest';\nexport { type DraftUpdateLabelsRequest } from './DraftUpdateLabelsRequest';\nexport { type DraftRestoreRequest } from './DraftRestoreRequest';\nexport { type DraftHistoryRequest } from './DraftHistoryRequest';\nexport { type DraftRevisionRequest } from './DraftRevisionRequest';\nexport { type DraftExportRequest } from './DraftExportRequest';\nexport { type DraftIssueRequest } from './DraftIssueRequest';\n"]}
|
package/api/resources/drafts/types/{DraftIssueDidMethod.d.ts → DraftIssueRequestDidMethod.d.ts}
RENAMED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
/**
|
|
5
5
|
* The DID method to use for the issuer DID.
|
|
6
6
|
*/
|
|
7
|
-
export type
|
|
8
|
-
export declare const
|
|
7
|
+
export type DraftIssueRequestDidMethod = 'key' | 'web';
|
|
8
|
+
export declare const DraftIssueRequestDidMethod: {
|
|
9
9
|
readonly Key: "key";
|
|
10
10
|
readonly Web: "web";
|
|
11
11
|
};
|
|
12
|
-
//# sourceMappingURL=
|
|
12
|
+
//# sourceMappingURL=DraftIssueRequestDidMethod.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DraftIssueRequestDidMethod.d.ts","sourceRoot":"","sources":["../../../../../src/api/resources/drafts/types/DraftIssueRequestDidMethod.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,MAAM,0BAA0B,GAAG,KAAK,GAAG,KAAK,CAAC;AACvD,eAAO,MAAM,0BAA0B;;;CAG7B,CAAC"}
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
* This file was auto-generated by Fern from our API Definition.
|
|
4
4
|
*/
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
6
|
+
exports.DraftIssueRequestDidMethod = void 0;
|
|
7
|
+
exports.DraftIssueRequestDidMethod = {
|
|
8
8
|
Key: 'key',
|
|
9
9
|
Web: 'web',
|
|
10
10
|
};
|
|
11
|
-
//# sourceMappingURL=
|
|
11
|
+
//# sourceMappingURL=DraftIssueRequestDidMethod.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DraftIssueRequestDidMethod.js","sourceRoot":"","sources":["../../../../../src/api/resources/drafts/types/DraftIssueRequestDidMethod.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAMU,QAAA,0BAA0B,GAAG;IACtC,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;CACJ,CAAC","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * The DID method to use for the issuer DID.\n */\nexport type DraftIssueRequestDidMethod = 'key' | 'web';\nexport const DraftIssueRequestDidMethod = {\n Key: 'key',\n Web: 'web',\n} as const;\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/api/resources/drafts/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,oCAAoC,CAAC;AACnD,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/api/resources/drafts/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,oCAAoC,CAAC;AACnD,cAAc,8BAA8B,CAAC"}
|
|
@@ -15,5 +15,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./DraftLatestIssueRequestDidMethod"), exports);
|
|
18
|
-
__exportStar(require("./
|
|
18
|
+
__exportStar(require("./DraftIssueRequestDidMethod"), exports);
|
|
19
19
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/api/resources/drafts/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qEAAmD;AACnD
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/api/resources/drafts/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qEAAmD;AACnD,+DAA6C","sourcesContent":["export * from './DraftLatestIssueRequestDidMethod';\nexport * from './DraftIssueRequestDidMethod';\n"]}
|
|
@@ -35,7 +35,7 @@ export declare class Files {
|
|
|
35
35
|
*
|
|
36
36
|
* To get **blob_id** call [Upload](#tag/files/operation/FileUpload) first.
|
|
37
37
|
*
|
|
38
|
-
* @param {Truvity.
|
|
38
|
+
* @param {Truvity.FileCreateRequest} request
|
|
39
39
|
* @param {Files.RequestOptions} requestOptions - Request-specific configuration.
|
|
40
40
|
*
|
|
41
41
|
* @throws {@link Truvity.BadRequestError}
|
|
@@ -52,7 +52,7 @@ export declare class Files {
|
|
|
52
52
|
* blobId: "blob_id"
|
|
53
53
|
* })
|
|
54
54
|
*/
|
|
55
|
-
fileCreate(request: Truvity.
|
|
55
|
+
fileCreate(request: Truvity.FileCreateRequest, requestOptions?: Files.RequestOptions): core.HttpResponsePromise<Truvity.ResourceFile>;
|
|
56
56
|
private __fileCreate;
|
|
57
57
|
/**
|
|
58
58
|
* Search for Files with extended filters capabilities.
|
|
@@ -143,7 +143,7 @@ export declare class Files {
|
|
|
143
143
|
*
|
|
144
144
|
* @param {string} id - The primary and unique identifier of the resource (inside tenant)
|
|
145
145
|
* according to [RFC 4122](https://www.rfc-editor.org/info/rfc4122).
|
|
146
|
-
* @param {Truvity.
|
|
146
|
+
* @param {Truvity.FileUpdateAnnotationsRequest} request
|
|
147
147
|
* @param {Files.RequestOptions} requestOptions - Request-specific configuration.
|
|
148
148
|
*
|
|
149
149
|
* @throws {@link Truvity.BadRequestError}
|
|
@@ -164,14 +164,14 @@ export declare class Files {
|
|
|
164
164
|
* }
|
|
165
165
|
* })
|
|
166
166
|
*/
|
|
167
|
-
fileUpdateAnnotations(id: string, request: Truvity.
|
|
167
|
+
fileUpdateAnnotations(id: string, request: Truvity.FileUpdateAnnotationsRequest, requestOptions?: Files.RequestOptions): core.HttpResponsePromise<Truvity.ResourceFile>;
|
|
168
168
|
private __fileUpdateAnnotations;
|
|
169
169
|
/**
|
|
170
170
|
* Update labels of File's resource.
|
|
171
171
|
*
|
|
172
172
|
* @param {string} id - The primary and unique identifier of the resource (inside tenant)
|
|
173
173
|
* according to [RFC 4122](https://www.rfc-editor.org/info/rfc4122).
|
|
174
|
-
* @param {Truvity.
|
|
174
|
+
* @param {Truvity.FileUpdateLabelsRequest} request
|
|
175
175
|
* @param {Files.RequestOptions} requestOptions - Request-specific configuration.
|
|
176
176
|
*
|
|
177
177
|
* @throws {@link Truvity.BadRequestError}
|
|
@@ -192,7 +192,7 @@ export declare class Files {
|
|
|
192
192
|
* }
|
|
193
193
|
* })
|
|
194
194
|
*/
|
|
195
|
-
fileUpdateLabels(id: string, request: Truvity.
|
|
195
|
+
fileUpdateLabels(id: string, request: Truvity.FileUpdateLabelsRequest, requestOptions?: Files.RequestOptions): core.HttpResponsePromise<Truvity.ResourceFile>;
|
|
196
196
|
private __fileUpdateLabels;
|
|
197
197
|
/**
|
|
198
198
|
* Restore File's resource.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Client.d.ts","sourceRoot":"","sources":["../../../../../src/api/resources/files/client/Client.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,YAAY,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,IAAI,MAAM,kBAAkB,CAAC;AACzC,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAI1C,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,OAAO,WAAW,KAAK,CAAC;IAC3B,UAAiB,OAAO;QACpB,WAAW,CAAC,EAAE,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC,kBAAkB,GAAG,MAAM,CAAC,CAAC;QACtE,qDAAqD;QACrD,OAAO,CAAC,EAAE,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;QAChC,MAAM,CAAC,EAAE,IAAI,CAAC,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;QAC3C,OAAO,CAAC,EAAE,IAAI,CAAC,aAAa,CAAC;KAChC;IAED,UAAiB,cAAc;QAC3B,0DAA0D;QAC1D,gBAAgB,CAAC,EAAE,MAAM,CAAC;QAC1B,+DAA+D;QAC/D,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,mCAAmC;QACnC,WAAW,CAAC,EAAE,WAAW,CAAC;QAC1B,oDAAoD;QACpD,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;KACpC;CACJ;AAED;;GAEG;AACH,qBAAa,KAAK;IACF,SAAS,CAAC,QAAQ,CAAC,QAAQ,EAAE,KAAK,CAAC,OAAO;gBAAvB,QAAQ,GAAE,KAAK,CAAC,OAAY;IAE3D;;;;;;;;;;;;;;;;;;;;;OAqBG;IACI,UAAU,CACb,OAAO,EAAE,OAAO,CAAC,
|
|
1
|
+
{"version":3,"file":"Client.d.ts","sourceRoot":"","sources":["../../../../../src/api/resources/files/client/Client.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,YAAY,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,IAAI,MAAM,kBAAkB,CAAC;AACzC,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAI1C,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,OAAO,WAAW,KAAK,CAAC;IAC3B,UAAiB,OAAO;QACpB,WAAW,CAAC,EAAE,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC,kBAAkB,GAAG,MAAM,CAAC,CAAC;QACtE,qDAAqD;QACrD,OAAO,CAAC,EAAE,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;QAChC,MAAM,CAAC,EAAE,IAAI,CAAC,QAAQ,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;QAC3C,OAAO,CAAC,EAAE,IAAI,CAAC,aAAa,CAAC;KAChC;IAED,UAAiB,cAAc;QAC3B,0DAA0D;QAC1D,gBAAgB,CAAC,EAAE,MAAM,CAAC;QAC1B,+DAA+D;QAC/D,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,mCAAmC;QACnC,WAAW,CAAC,EAAE,WAAW,CAAC;QAC1B,oDAAoD;QACpD,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;KACpC;CACJ;AAED;;GAEG;AACH,qBAAa,KAAK;IACF,SAAS,CAAC,QAAQ,CAAC,QAAQ,EAAE,KAAK,CAAC,OAAO;gBAAvB,QAAQ,GAAE,KAAK,CAAC,OAAY;IAE3D;;;;;;;;;;;;;;;;;;;;;OAqBG;IACI,UAAU,CACb,OAAO,EAAE,OAAO,CAAC,iBAAiB,EAClC,cAAc,CAAC,EAAE,KAAK,CAAC,cAAc,GACtC,IAAI,CAAC,mBAAmB,CAAC,OAAO,CAAC,YAAY,CAAC;YAInC,YAAY;IA6J1B;;;;;;;;;;;;;;;OAeG;IACI,UAAU,CACb,OAAO,GAAE,OAAO,CAAC,iBAAsB,EACvC,cAAc,CAAC,EAAE,KAAK,CAAC,cAAc,GACtC,IAAI,CAAC,mBAAmB,CAAC,OAAO,CAAC,QAAQ,CAAC;YAI/B,YAAY;IAoI1B;;;;;;;;;;;;;;;;;;;;OAoBG;IACI,UAAU,CACb,OAAO,GAAE,OAAO,CAAC,iBAAsB,EACvC,cAAc,CAAC,EAAE,KAAK,CAAC,cAAc,GACtC,IAAI,CAAC,mBAAmB,CAAC,OAAO,CAAC,cAAc,CAAC;YAIrC,YAAY;IAwH1B;;;;;;;;;;;;;;;;OAgBG;IACI,UAAU,CACb,EAAE,EAAE,MAAM,EACV,OAAO,GAAE,OAAO,CAAC,iBAAsB,EACvC,cAAc,CAAC,EAAE,KAAK,CAAC,cAAc,GACtC,IAAI,CAAC,mBAAmB,CAAC,OAAO,CAAC,YAAY,CAAC;YAInC,YAAY;IAmI1B;;;;;;;;;;;;;;;;;;;;;OAqBG;IACI,UAAU,CACb,EAAE,EAAE,MAAM,EACV,OAAO,EAAE,OAAO,CAAC,iBAAiB,EAClC,cAAc,CAAC,EAAE,KAAK,CAAC,cAAc,GACtC,IAAI,CAAC,mBAAmB,CAAC,IAAI,CAAC;YAInB,YAAY;IAgJ1B;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACI,qBAAqB,CACxB,EAAE,EAAE,MAAM,EACV,OAAO,EAAE,OAAO,CAAC,4BAA4B,EAC7C,cAAc,CAAC,EAAE,KAAK,CAAC,cAAc,GACtC,IAAI,CAAC,mBAAmB,CAAC,OAAO,CAAC,YAAY,CAAC;YAInC,uBAAuB;IAsKrC;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACI,gBAAgB,CACnB,EAAE,EAAE,MAAM,EACV,OAAO,EAAE,OAAO,CAAC,uBAAuB,EACxC,cAAc,CAAC,EAAE,KAAK,CAAC,cAAc,GACtC,IAAI,CAAC,mBAAmB,CAAC,OAAO,CAAC,YAAY,CAAC;YAInC,kBAAkB;IAsKhC;;;;;;;;;;;;;;;;;;;;;OAqBG;IACI,WAAW,CACd,EAAE,EAAE,MAAM,EACV,OAAO,EAAE,OAAO,CAAC,kBAAkB,EACnC,cAAc,CAAC,EAAE,KAAK,CAAC,cAAc,GACtC,IAAI,CAAC,mBAAmB,CAAC,OAAO,CAAC,YAAY,CAAC;YAInC,aAAa;IAwJ3B;;;;;;;;;;;;;;;;OAgBG;IACI,WAAW,CACd,EAAE,EAAE,MAAM,EACV,OAAO,GAAE,OAAO,CAAC,kBAAuB,EACxC,cAAc,CAAC,EAAE,KAAK,CAAC,cAAc,GACtC,IAAI,CAAC,mBAAmB,CAAC,OAAO,CAAC,QAAQ,CAAC;YAI/B,aAAa;IAmI3B;;;;;;;;;;;;;;;;;OAiBG;IACI,YAAY,CACf,EAAE,EAAE,MAAM,EACV,QAAQ,EAAE,MAAM,EAChB,OAAO,GAAE,OAAO,CAAC,mBAAwB,EACzC,cAAc,CAAC,EAAE,KAAK,CAAC,cAAc,GACtC,IAAI,CAAC,mBAAmB,CAAC,OAAO,CAAC,YAAY,CAAC;YAInC,cAAc;IAsI5B;;;;;;;;OAQG;IACI,YAAY,CACf,EAAE,EAAE,MAAM,EACV,QAAQ,EAAE,MAAM,EAChB,OAAO,GAAE,OAAO,CAAC,mBAAwB,EACzC,cAAc,CAAC,EAAE,KAAK,CAAC,cAAc,GACtC,IAAI,CAAC,mBAAmB,CAAC,MAAM,CAAC,QAAQ,CAAC;YAI9B,cAAc;cA+HZ,8BAA8B;;;CAIjD"}
|
|
@@ -78,7 +78,7 @@ class Files {
|
|
|
78
78
|
*
|
|
79
79
|
* To get **blob_id** call [Upload](#tag/files/operation/FileUpload) first.
|
|
80
80
|
*
|
|
81
|
-
* @param {Truvity.
|
|
81
|
+
* @param {Truvity.FileCreateRequest} request
|
|
82
82
|
* @param {Files.RequestOptions} requestOptions - Request-specific configuration.
|
|
83
83
|
*
|
|
84
84
|
* @throws {@link Truvity.BadRequestError}
|
|
@@ -107,11 +107,14 @@ class Files {
|
|
|
107
107
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
108
108
|
url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.TruvityEnvironment.Default, 'files'),
|
|
109
109
|
method: 'POST',
|
|
110
|
-
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.
|
|
110
|
+
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.8', 'User-Agent': '@truvity/sdk/0.36.8', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'Idempotency-Key': idempotencyKey != null ? idempotencyKey : undefined }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
111
111
|
contentType: 'application/json',
|
|
112
112
|
queryParameters: _queryParams,
|
|
113
113
|
requestType: 'json',
|
|
114
|
-
body: serializers.
|
|
114
|
+
body: serializers.FileCreateRequest.jsonOrThrow(_body, {
|
|
115
|
+
unrecognizedObjectKeys: 'strip',
|
|
116
|
+
omitUndefined: true,
|
|
117
|
+
}),
|
|
115
118
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
116
119
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
117
120
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -235,7 +238,7 @@ class Files {
|
|
|
235
238
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
236
239
|
url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.TruvityEnvironment.Default, 'files/search'),
|
|
237
240
|
method: 'POST',
|
|
238
|
-
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.
|
|
241
|
+
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.8', 'User-Agent': '@truvity/sdk/0.36.8', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
239
242
|
contentType: 'application/json',
|
|
240
243
|
requestType: 'json',
|
|
241
244
|
body: serializers.FileSearchRequest.jsonOrThrow(request, {
|
|
@@ -357,7 +360,7 @@ class Files {
|
|
|
357
360
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
358
361
|
url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.TruvityEnvironment.Default, 'files/upload'),
|
|
359
362
|
method: 'POST',
|
|
360
|
-
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.
|
|
363
|
+
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.8', 'User-Agent': '@truvity/sdk/0.36.8', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'Idempotency-Key': idempotencyKey != null ? idempotencyKey : undefined }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
361
364
|
contentType: 'application/json',
|
|
362
365
|
requestType: 'json',
|
|
363
366
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -464,7 +467,7 @@ class Files {
|
|
|
464
467
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
465
468
|
url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.TruvityEnvironment.Default, `files/${encodeURIComponent(id)}`),
|
|
466
469
|
method: 'GET',
|
|
467
|
-
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.
|
|
470
|
+
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.8', 'User-Agent': '@truvity/sdk/0.36.8', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'If-None-Match': ifNoneMatch != null ? ifNoneMatch : undefined }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
468
471
|
contentType: 'application/json',
|
|
469
472
|
requestType: 'json',
|
|
470
473
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -583,7 +586,7 @@ class Files {
|
|
|
583
586
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
584
587
|
url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.TruvityEnvironment.Default, `files/${encodeURIComponent(id)}`),
|
|
585
588
|
method: 'DELETE',
|
|
586
|
-
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.
|
|
589
|
+
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.8', 'User-Agent': '@truvity/sdk/0.36.8', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'Idempotency-Key': idempotencyKey != null ? idempotencyKey : undefined, 'If-Match': ifMatch }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
587
590
|
contentType: 'application/json',
|
|
588
591
|
requestType: 'json',
|
|
589
592
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -681,7 +684,7 @@ class Files {
|
|
|
681
684
|
*
|
|
682
685
|
* @param {string} id - The primary and unique identifier of the resource (inside tenant)
|
|
683
686
|
* according to [RFC 4122](https://www.rfc-editor.org/info/rfc4122).
|
|
684
|
-
* @param {Truvity.
|
|
687
|
+
* @param {Truvity.FileUpdateAnnotationsRequest} request
|
|
685
688
|
* @param {Files.RequestOptions} requestOptions - Request-specific configuration.
|
|
686
689
|
*
|
|
687
690
|
* @throws {@link Truvity.BadRequestError}
|
|
@@ -712,10 +715,10 @@ class Files {
|
|
|
712
715
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
713
716
|
url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.TruvityEnvironment.Default, `files/${encodeURIComponent(id)}/annotations`),
|
|
714
717
|
method: 'PATCH',
|
|
715
|
-
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.
|
|
718
|
+
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.8', 'User-Agent': '@truvity/sdk/0.36.8', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'Idempotency-Key': idempotencyKey != null ? idempotencyKey : undefined, 'If-Match': ifMatch }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
716
719
|
contentType: 'application/json',
|
|
717
720
|
requestType: 'json',
|
|
718
|
-
body: serializers.
|
|
721
|
+
body: serializers.FileUpdateAnnotationsRequest.jsonOrThrow(_body, {
|
|
719
722
|
unrecognizedObjectKeys: 'strip',
|
|
720
723
|
omitUndefined: true,
|
|
721
724
|
}),
|
|
@@ -829,7 +832,7 @@ class Files {
|
|
|
829
832
|
*
|
|
830
833
|
* @param {string} id - The primary and unique identifier of the resource (inside tenant)
|
|
831
834
|
* according to [RFC 4122](https://www.rfc-editor.org/info/rfc4122).
|
|
832
|
-
* @param {Truvity.
|
|
835
|
+
* @param {Truvity.FileUpdateLabelsRequest} request
|
|
833
836
|
* @param {Files.RequestOptions} requestOptions - Request-specific configuration.
|
|
834
837
|
*
|
|
835
838
|
* @throws {@link Truvity.BadRequestError}
|
|
@@ -860,10 +863,10 @@ class Files {
|
|
|
860
863
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
861
864
|
url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.TruvityEnvironment.Default, `files/${encodeURIComponent(id)}/labels`),
|
|
862
865
|
method: 'PATCH',
|
|
863
|
-
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.
|
|
866
|
+
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.8', 'User-Agent': '@truvity/sdk/0.36.8', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'Idempotency-Key': idempotencyKey != null ? idempotencyKey : undefined, 'If-Match': ifMatch }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
864
867
|
contentType: 'application/json',
|
|
865
868
|
requestType: 'json',
|
|
866
|
-
body: serializers.
|
|
869
|
+
body: serializers.FileUpdateLabelsRequest.jsonOrThrow(_body, {
|
|
867
870
|
unrecognizedObjectKeys: 'strip',
|
|
868
871
|
omitUndefined: true,
|
|
869
872
|
}),
|
|
@@ -1004,7 +1007,7 @@ class Files {
|
|
|
1004
1007
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
1005
1008
|
url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.TruvityEnvironment.Default, `files/${encodeURIComponent(id)}/restore`),
|
|
1006
1009
|
method: 'POST',
|
|
1007
|
-
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.
|
|
1010
|
+
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.8', 'User-Agent': '@truvity/sdk/0.36.8', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'Idempotency-Key': idempotencyKey != null ? idempotencyKey : undefined, 'If-Match': ifMatch }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
1008
1011
|
contentType: 'application/json',
|
|
1009
1012
|
requestType: 'json',
|
|
1010
1013
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -1132,7 +1135,7 @@ class Files {
|
|
|
1132
1135
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
1133
1136
|
url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.TruvityEnvironment.Default, `files/${encodeURIComponent(id)}/revisions`),
|
|
1134
1137
|
method: 'GET',
|
|
1135
|
-
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.
|
|
1138
|
+
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.8', 'User-Agent': '@truvity/sdk/0.36.8', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'If-None-Match': ifNoneMatch != null ? ifNoneMatch : undefined }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
1136
1139
|
contentType: 'application/json',
|
|
1137
1140
|
requestType: 'json',
|
|
1138
1141
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -1247,7 +1250,7 @@ class Files {
|
|
|
1247
1250
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
1248
1251
|
url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.TruvityEnvironment.Default, `files/${encodeURIComponent(id)}/revisions/${encodeURIComponent(revision)}`),
|
|
1249
1252
|
method: 'GET',
|
|
1250
|
-
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.
|
|
1253
|
+
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.8', 'User-Agent': '@truvity/sdk/0.36.8', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'If-None-Match': ifNoneMatch != null ? ifNoneMatch : undefined }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
1251
1254
|
contentType: 'application/json',
|
|
1252
1255
|
requestType: 'json',
|
|
1253
1256
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -1353,7 +1356,7 @@ class Files {
|
|
|
1353
1356
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
1354
1357
|
url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.TruvityEnvironment.Default, `files/${encodeURIComponent(id)}/revisions/${encodeURIComponent(revision)}/download`),
|
|
1355
1358
|
method: 'GET',
|
|
1356
|
-
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.
|
|
1359
|
+
headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.8', 'User-Agent': '@truvity/sdk/0.36.8', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'If-None-Match': ifNoneMatch != null ? ifNoneMatch : undefined }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
1357
1360
|
contentType: 'application/json',
|
|
1358
1361
|
requestType: 'json',
|
|
1359
1362
|
responseType: 'streaming',
|