@truvity/sdk 0.0.1 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.d.ts +5 -7
- package/Client.js +4 -9
- package/api/resources/credentials/client/Client.d.ts +151 -0
- package/api/resources/{pets → credentials}/client/Client.js +152 -135
- package/{dist/api/resources/pets/client/requests/PetCreateRequest.d.ts → api/resources/credentials/client/requests/CredentialCreateRequest.d.ts} +2 -2
- package/api/resources/{pets/client/requests/PetDeleteRequest.d.ts → credentials/client/requests/CredentialDeleteRequest.d.ts} +1 -1
- package/api/resources/{pets/client/requests/PetDownloadRequest.d.ts → credentials/client/requests/CredentialDownloadRequest.d.ts} +1 -1
- package/api/resources/{owners/client/requests/OwnerHistoryRequest.d.ts → credentials/client/requests/CredentialHistoryRequest.d.ts} +1 -1
- package/api/resources/{owners/client/requests/OwnerRevisionRequest.d.ts → credentials/client/requests/CredentialLatestRequest.d.ts} +1 -1
- package/{dist/api/resources/owners/client/requests/OwnerDeleteRequest.d.ts → api/resources/credentials/client/requests/CredentialRestoreRequest.d.ts} +1 -1
- package/api/resources/credentials/client/requests/CredentialRevisionRequest.d.ts +27 -0
- package/api/resources/credentials/client/requests/CredentialSearch.d.ts +14 -0
- package/api/resources/{pets/client/requests/PetUpdateRequest.d.ts → credentials/client/requests/CredentialUpdateRequest.d.ts} +2 -2
- package/api/resources/{pets/client/requests/UploadRequest.d.ts → credentials/client/requests/CredentialUploadRequest.d.ts} +1 -3
- package/api/resources/credentials/client/requests/index.d.ts +10 -0
- package/api/resources/index.d.ts +2 -4
- package/api/resources/index.js +3 -5
- package/api/types/Credential.d.ts +17 -0
- package/api/types/Credential11.d.ts +16 -0
- package/api/types/Credential20.d.ts +16 -0
- package/api/types/CredentialField.d.ts +21 -0
- package/api/types/{OwnerField.js → CredentialField.js} +7 -5
- package/{dist/api/types/OwnerFilter.d.ts → api/types/CredentialFilter.d.ts} +6 -5
- package/api/types/CredentialFilterData.d.ts +11 -0
- package/api/types/{PetList.d.ts → CredentialFilterKind.d.ts} +2 -5
- package/{dist/api/types/HashSha1.d.ts → api/types/CredentialId.d.ts} +2 -2
- package/api/types/{PetInput.d.ts → CredentialInput.d.ts} +2 -2
- package/api/types/CredentialIssuer.d.ts +7 -0
- package/api/types/{ChecksumCrc32.d.ts → CredentialList.d.ts} +3 -3
- package/api/types/{PetResource.d.ts → CredentialResource.d.ts} +3 -3
- package/api/types/{OwnerSort.d.ts → CredentialSort.d.ts} +3 -3
- package/api/types/CredentialSubject.d.ts +8 -0
- package/api/types/CredentialType.d.ts +7 -0
- package/api/types/CredentialValidFrom.d.ts +7 -0
- package/api/types/CredentialValidUntil.d.ts +7 -0
- package/api/types/{HashCrc32.d.ts → CredentilHolder.d.ts} +2 -2
- package/api/types/DataModelCredential.d.ts +16 -0
- package/api/types/FilterUriEqual.d.ts +10 -0
- package/api/types/FilterUriIsNotNull.d.ts +8 -0
- package/api/types/{HashSha1.d.ts → FilterUriIsNull.d.ts} +3 -2
- package/api/types/FilterUriNotEqual.d.ts +10 -0
- package/api/types/FilterUriOptional.d.ts +23 -0
- package/api/types/{ProblemResourceConflict.d.ts → ProblemConflictResource.d.ts} +4 -4
- package/api/types/{ProblemResourceMethodNotAllowed.d.ts → ProblemMethodNotAllowedResourceAlive.d.ts} +4 -6
- package/{dist/api/types/ProblemResourceMethodNotAllowed.d.ts → api/types/ProblemMethodNotAllowedResourceDeleted.d.ts} +4 -6
- package/api/types/ProblemNotFoundRevision.d.ts +2 -2
- package/api/types/Subject.d.ts +10 -0
- package/api/types/UploadResponse.d.ts +2 -2
- package/api/types/index.d.ts +28 -32
- package/api/types/index.js +28 -32
- package/core/schemas/builders/object/object.js +11 -15
- package/dist/Client.d.ts +5 -7
- package/dist/Client.js +4 -9
- package/dist/api/resources/credentials/client/Client.d.ts +151 -0
- package/dist/api/resources/{pets → credentials}/client/Client.js +152 -135
- package/{api/resources/pets/client/requests/PetCreateRequest.d.ts → dist/api/resources/credentials/client/requests/CredentialCreateRequest.d.ts} +2 -2
- package/{api/resources/owners/client/requests/OwnerDeleteRequest.d.ts → dist/api/resources/credentials/client/requests/CredentialDeleteRequest.d.ts} +1 -1
- package/dist/api/resources/{pets/client/requests/PetDownloadRequest.d.ts → credentials/client/requests/CredentialDownloadRequest.d.ts} +1 -1
- package/{api/resources/owners/client/requests/OwnerLatestRequest.d.ts → dist/api/resources/credentials/client/requests/CredentialHistoryRequest.d.ts} +1 -1
- package/{api/resources/pets/client/requests/PetHistoryRequest.d.ts → dist/api/resources/credentials/client/requests/CredentialLatestRequest.d.ts} +1 -1
- package/dist/api/resources/{pets/client/requests/PetDeleteRequest.d.ts → credentials/client/requests/CredentialRestoreRequest.d.ts} +1 -1
- package/dist/api/resources/credentials/client/requests/CredentialRevisionRequest.d.ts +27 -0
- package/dist/api/resources/credentials/client/requests/CredentialSearch.d.ts +14 -0
- package/dist/api/resources/{pets/client/requests/PetUpdateRequest.d.ts → credentials/client/requests/CredentialUpdateRequest.d.ts} +2 -2
- package/dist/api/resources/{pets/client/requests/UploadRequest.d.ts → credentials/client/requests/CredentialUploadRequest.d.ts} +1 -3
- package/dist/api/resources/credentials/client/requests/index.d.ts +10 -0
- package/dist/api/resources/index.d.ts +2 -4
- package/dist/api/resources/index.js +3 -5
- package/dist/api/types/Credential.d.ts +17 -0
- package/dist/api/types/Credential11.d.ts +16 -0
- package/dist/api/types/Credential20.d.ts +16 -0
- package/dist/api/types/CredentialField.d.ts +21 -0
- package/dist/api/types/{OwnerField.js → CredentialField.js} +7 -5
- package/{api/types/PetFilter.d.ts → dist/api/types/CredentialFilter.d.ts} +6 -5
- package/dist/api/types/CredentialFilterData.d.ts +11 -0
- package/dist/api/types/{PetList.d.ts → CredentialFilterKind.d.ts} +2 -5
- package/dist/api/types/{HashCrc32.d.ts → CredentialId.d.ts} +2 -2
- package/dist/api/types/{PetInput.d.ts → CredentialInput.d.ts} +2 -2
- package/dist/api/types/CredentialIssuer.d.ts +7 -0
- package/{api/types/ChecksumCrc32C.d.ts → dist/api/types/CredentialList.d.ts} +3 -3
- package/{api/types/OwnerResource.d.ts → dist/api/types/CredentialResource.d.ts} +3 -3
- package/{api/types/PetSort.d.ts → dist/api/types/CredentialSort.d.ts} +3 -3
- package/dist/api/types/CredentialSubject.d.ts +8 -0
- package/dist/api/types/CredentialType.d.ts +7 -0
- package/dist/api/types/CredentialValidFrom.d.ts +7 -0
- package/dist/api/types/CredentialValidUntil.d.ts +7 -0
- package/dist/api/types/CredentilHolder.d.ts +7 -0
- package/dist/api/types/DataModelCredential.d.ts +16 -0
- package/dist/api/types/FilterUriEqual.d.ts +10 -0
- package/dist/api/types/FilterUriIsNotNull.d.ts +8 -0
- package/dist/api/types/FilterUriIsNull.d.ts +8 -0
- package/dist/api/types/FilterUriNotEqual.d.ts +10 -0
- package/dist/api/types/FilterUriOptional.d.ts +23 -0
- package/dist/api/types/{ProblemResourceConflict.d.ts → ProblemConflictResource.d.ts} +4 -4
- package/dist/api/types/ProblemMethodNotAllowedResourceAlive.d.ts +24 -0
- package/dist/api/types/ProblemMethodNotAllowedResourceDeleted.d.ts +24 -0
- package/dist/api/types/ProblemNotFoundRevision.d.ts +2 -2
- package/dist/api/types/Subject.d.ts +10 -0
- package/dist/api/types/UploadResponse.d.ts +2 -2
- package/dist/api/types/index.d.ts +28 -32
- package/dist/api/types/index.js +28 -32
- package/dist/core/schemas/builders/object/object.js +11 -15
- package/dist/serialization/resources/credentials/client/requests/CredentialSearch.d.ts +15 -0
- package/dist/serialization/resources/credentials/client/requests/CredentialSearch.js +36 -0
- package/dist/serialization/resources/credentials/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/credentials/client/requests/index.js +5 -0
- package/dist/serialization/resources/index.d.ts +2 -4
- package/dist/serialization/resources/index.js +3 -5
- package/dist/serialization/types/Annotations.d.ts +2 -1
- package/dist/serialization/types/Annotations.js +2 -10
- package/dist/serialization/types/BadRequestErrorBody.d.ts +6 -3
- package/dist/serialization/types/BadRequestErrorBody.js +6 -12
- package/dist/serialization/types/Credential.d.ts +27 -0
- package/dist/serialization/types/{ChecksumCrc32C.js → Credential.js} +18 -12
- package/dist/serialization/types/Credential11.d.ts +25 -0
- package/{serialization/types/ChecksumSha1.js → dist/serialization/types/Credential11.js} +16 -12
- package/dist/serialization/types/Credential20.d.ts +25 -0
- package/dist/serialization/types/{ChecksumSha1.js → Credential20.js} +16 -12
- package/dist/serialization/types/CredentialField.d.ts +10 -0
- package/dist/serialization/types/{OwnerField.js → CredentialField.js} +7 -5
- package/dist/serialization/types/CredentialFilter.d.ts +30 -0
- package/dist/serialization/types/CredentialFilter.js +51 -0
- package/dist/serialization/types/CredentialFilterData.d.ts +18 -0
- package/dist/serialization/types/CredentialFilterData.js +39 -0
- package/dist/serialization/types/CredentialFilterKind.d.ts +13 -0
- package/dist/serialization/types/CredentialFilterKind.js +34 -0
- package/dist/serialization/types/{HashSha1.d.ts → CredentialId.d.ts} +2 -2
- package/dist/serialization/types/{HashCrc32C.js → CredentialId.js} +2 -2
- package/dist/serialization/types/CredentialInput.d.ts +15 -0
- package/dist/serialization/types/{Owner.js → CredentialInput.js} +6 -4
- package/dist/serialization/types/CredentialIssuer.d.ts +10 -0
- package/dist/serialization/types/CredentialIssuer.js +31 -0
- package/dist/serialization/types/CredentialList.d.ts +13 -0
- package/dist/serialization/types/CredentialList.js +34 -0
- package/dist/serialization/types/CredentialResource.d.ts +29 -0
- package/dist/serialization/types/CredentialResource.js +50 -0
- package/dist/serialization/types/CredentialSort.d.ts +15 -0
- package/dist/serialization/types/CredentialSort.js +36 -0
- package/dist/serialization/types/CredentialSubject.d.ts +11 -0
- package/dist/serialization/types/CredentialSubject.js +32 -0
- package/dist/serialization/types/CredentialType.d.ts +10 -0
- package/dist/serialization/types/CredentialType.js +31 -0
- package/dist/serialization/types/CredentialValidFrom.d.ts +10 -0
- package/dist/serialization/types/CredentialValidFrom.js +31 -0
- package/dist/serialization/types/CredentialValidUntil.d.ts +10 -0
- package/dist/serialization/types/CredentialValidUntil.js +31 -0
- package/dist/serialization/types/{HashCrc32.d.ts → CredentilHolder.d.ts} +2 -2
- package/dist/serialization/types/{HashSha1.js → CredentilHolder.js} +2 -2
- package/dist/serialization/types/DataModelCredential.d.ts +18 -0
- package/dist/serialization/types/DataModelCredential.js +41 -0
- package/dist/serialization/types/FilterId.d.ts +8 -4
- package/dist/serialization/types/FilterId.js +8 -13
- package/dist/serialization/types/FilterInteger.d.ts +14 -7
- package/dist/serialization/types/FilterInteger.js +14 -16
- package/dist/serialization/types/FilterString.d.ts +4 -2
- package/dist/serialization/types/FilterString.js +4 -11
- package/dist/serialization/types/FilterTimestamp.d.ts +14 -7
- package/dist/serialization/types/FilterTimestamp.js +14 -16
- package/dist/serialization/types/FilterTimestampOptional.d.ts +18 -9
- package/dist/serialization/types/FilterTimestampOptional.js +18 -18
- package/dist/serialization/types/FilterUriEqual.d.ts +12 -0
- package/dist/serialization/types/{ChecksumAlgorithm.js → FilterUriEqual.js} +4 -2
- package/dist/serialization/types/{PetList.d.ts → FilterUriIsNotNull.d.ts} +2 -3
- package/dist/serialization/types/FilterUriIsNotNull.js +31 -0
- package/{serialization/types/PetList.d.ts → dist/serialization/types/FilterUriIsNull.d.ts} +2 -3
- package/dist/serialization/types/FilterUriIsNull.js +31 -0
- package/dist/serialization/types/{OwnerList.d.ts → FilterUriNotEqual.d.ts} +3 -3
- package/dist/serialization/types/FilterUriNotEqual.js +33 -0
- package/dist/serialization/types/FilterUriOptional.d.ts +26 -0
- package/dist/serialization/types/FilterUriOptional.js +45 -0
- package/dist/serialization/types/Labels.d.ts +2 -1
- package/dist/serialization/types/Labels.js +2 -10
- package/dist/serialization/types/ProblemBodyContent.d.ts +2 -1
- package/dist/serialization/types/ProblemBodyContent.js +2 -10
- package/dist/serialization/types/ProblemConflictResource.d.ts +21 -0
- package/dist/serialization/types/ProblemConflictResource.js +42 -0
- package/dist/serialization/types/ProblemForbidden.d.ts +2 -1
- package/dist/serialization/types/ProblemForbidden.js +2 -10
- package/dist/serialization/types/ProblemInternalServerError.d.ts +2 -1
- package/dist/serialization/types/ProblemInternalServerError.js +2 -10
- package/dist/serialization/types/ProblemMethodNotAllowedResourceAlive.d.ts +19 -0
- package/dist/serialization/types/ProblemMethodNotAllowedResourceAlive.js +40 -0
- package/dist/serialization/types/ProblemMethodNotAllowedResourceDeleted.d.ts +19 -0
- package/dist/serialization/types/ProblemMethodNotAllowedResourceDeleted.js +40 -0
- package/dist/serialization/types/ProblemNotFoundBlob.d.ts +4 -2
- package/dist/serialization/types/ProblemNotFoundBlob.js +4 -11
- package/dist/serialization/types/ProblemNotFoundResource.d.ts +4 -2
- package/dist/serialization/types/ProblemNotFoundResource.js +4 -11
- package/dist/serialization/types/ProblemNotFoundRevision.d.ts +4 -2
- package/dist/serialization/types/ProblemNotFoundRevision.js +4 -11
- package/dist/serialization/types/ProblemNullUnicode.d.ts +2 -1
- package/dist/serialization/types/ProblemNullUnicode.js +2 -10
- package/dist/serialization/types/ProblemUnauthorized.d.ts +2 -1
- package/dist/serialization/types/ProblemUnauthorized.js +2 -10
- package/dist/serialization/types/ProblemUnsupportedMediaType.d.ts +4 -2
- package/dist/serialization/types/ProblemUnsupportedMediaType.js +4 -11
- package/dist/serialization/types/ProblemValidation.d.ts +4 -2
- package/dist/serialization/types/ProblemValidation.js +4 -2
- package/dist/serialization/types/Resource.d.ts +16 -9
- package/dist/serialization/types/Resource.js +16 -18
- package/dist/serialization/types/ResourceKind.d.ts +4 -2
- package/dist/serialization/types/ResourceKind.js +4 -11
- package/dist/serialization/types/{Owner.d.ts → Subject.d.ts} +3 -4
- package/dist/serialization/types/Subject.js +33 -0
- package/dist/serialization/types/UploadResponse.d.ts +5 -4
- package/dist/serialization/types/UploadResponse.js +5 -13
- package/dist/serialization/types/index.d.ts +28 -32
- package/dist/serialization/types/index.js +28 -32
- package/package.json +2 -7
- package/serialization/resources/credentials/client/requests/CredentialSearch.d.ts +15 -0
- package/serialization/resources/credentials/client/requests/CredentialSearch.js +36 -0
- package/serialization/resources/credentials/client/requests/index.d.ts +1 -0
- package/serialization/resources/credentials/client/requests/index.js +5 -0
- package/serialization/resources/index.d.ts +2 -4
- package/serialization/resources/index.js +3 -5
- package/serialization/types/Annotations.d.ts +2 -1
- package/serialization/types/Annotations.js +2 -10
- package/serialization/types/BadRequestErrorBody.d.ts +6 -3
- package/serialization/types/BadRequestErrorBody.js +6 -12
- package/serialization/types/Credential.d.ts +27 -0
- package/{dist/serialization/types/ChecksumSha256.js → serialization/types/Credential.js} +18 -12
- package/serialization/types/Credential11.d.ts +25 -0
- package/serialization/types/Credential11.js +46 -0
- package/serialization/types/Credential20.d.ts +25 -0
- package/serialization/types/Credential20.js +46 -0
- package/serialization/types/CredentialField.d.ts +10 -0
- package/{dist/serialization/types/PetField.js → serialization/types/CredentialField.js} +7 -6
- package/serialization/types/CredentialFilter.d.ts +30 -0
- package/serialization/types/CredentialFilter.js +51 -0
- package/serialization/types/CredentialFilterData.d.ts +18 -0
- package/serialization/types/CredentialFilterData.js +39 -0
- package/serialization/types/CredentialFilterKind.d.ts +13 -0
- package/serialization/types/CredentialFilterKind.js +34 -0
- package/{dist/serialization/types/HashCrc32C.d.ts → serialization/types/CredentialId.d.ts} +2 -2
- package/{dist/serialization/types/HashCrc32.js → serialization/types/CredentialId.js} +2 -2
- package/serialization/types/CredentialInput.d.ts +15 -0
- package/serialization/types/{Owner.js → CredentialInput.js} +6 -4
- package/serialization/types/CredentialIssuer.d.ts +10 -0
- package/serialization/types/CredentialIssuer.js +31 -0
- package/serialization/types/CredentialList.d.ts +13 -0
- package/serialization/types/CredentialList.js +34 -0
- package/serialization/types/CredentialResource.d.ts +29 -0
- package/serialization/types/CredentialResource.js +50 -0
- package/serialization/types/CredentialSort.d.ts +15 -0
- package/serialization/types/CredentialSort.js +36 -0
- package/serialization/types/CredentialSubject.d.ts +11 -0
- package/serialization/types/CredentialSubject.js +32 -0
- package/serialization/types/CredentialType.d.ts +10 -0
- package/serialization/types/CredentialType.js +31 -0
- package/serialization/types/CredentialValidFrom.d.ts +10 -0
- package/serialization/types/CredentialValidFrom.js +31 -0
- package/serialization/types/CredentialValidUntil.d.ts +10 -0
- package/serialization/types/CredentialValidUntil.js +31 -0
- package/{dist/serialization/types/HashSha256.d.ts → serialization/types/CredentilHolder.d.ts} +2 -2
- package/{dist/serialization/types/HashSha256.js → serialization/types/CredentilHolder.js} +2 -2
- package/serialization/types/DataModelCredential.d.ts +18 -0
- package/serialization/types/DataModelCredential.js +41 -0
- package/serialization/types/FilterId.d.ts +8 -4
- package/serialization/types/FilterId.js +8 -13
- package/serialization/types/FilterInteger.d.ts +14 -7
- package/serialization/types/FilterInteger.js +14 -16
- package/serialization/types/FilterString.d.ts +4 -2
- package/serialization/types/FilterString.js +4 -11
- package/serialization/types/FilterTimestamp.d.ts +14 -7
- package/serialization/types/FilterTimestamp.js +14 -16
- package/serialization/types/FilterTimestampOptional.d.ts +18 -9
- package/serialization/types/FilterTimestampOptional.js +18 -18
- package/serialization/types/FilterUriEqual.d.ts +12 -0
- package/serialization/types/FilterUriEqual.js +33 -0
- package/serialization/types/{Owner.d.ts → FilterUriIsNotNull.d.ts} +2 -4
- package/serialization/types/FilterUriIsNotNull.js +31 -0
- package/serialization/types/FilterUriIsNull.d.ts +11 -0
- package/serialization/types/FilterUriIsNull.js +31 -0
- package/{dist/serialization/types/ChecksumSha1.d.ts → serialization/types/FilterUriNotEqual.d.ts} +3 -3
- package/serialization/types/FilterUriNotEqual.js +33 -0
- package/serialization/types/FilterUriOptional.d.ts +26 -0
- package/serialization/types/FilterUriOptional.js +45 -0
- package/serialization/types/Labels.d.ts +2 -1
- package/serialization/types/Labels.js +2 -10
- package/serialization/types/ProblemBodyContent.d.ts +2 -1
- package/serialization/types/ProblemBodyContent.js +2 -10
- package/serialization/types/ProblemConflictResource.d.ts +21 -0
- package/serialization/types/ProblemConflictResource.js +42 -0
- package/serialization/types/ProblemForbidden.d.ts +2 -1
- package/serialization/types/ProblemForbidden.js +2 -10
- package/serialization/types/ProblemInternalServerError.d.ts +2 -1
- package/serialization/types/ProblemInternalServerError.js +2 -10
- package/serialization/types/ProblemMethodNotAllowedResourceAlive.d.ts +19 -0
- package/serialization/types/ProblemMethodNotAllowedResourceAlive.js +40 -0
- package/serialization/types/ProblemMethodNotAllowedResourceDeleted.d.ts +19 -0
- package/serialization/types/ProblemMethodNotAllowedResourceDeleted.js +40 -0
- package/serialization/types/ProblemNotFoundBlob.d.ts +4 -2
- package/serialization/types/ProblemNotFoundBlob.js +4 -11
- package/serialization/types/ProblemNotFoundResource.d.ts +4 -2
- package/serialization/types/ProblemNotFoundResource.js +4 -11
- package/serialization/types/ProblemNotFoundRevision.d.ts +4 -2
- package/serialization/types/ProblemNotFoundRevision.js +4 -11
- package/serialization/types/ProblemNullUnicode.d.ts +2 -1
- package/serialization/types/ProblemNullUnicode.js +2 -10
- package/serialization/types/ProblemUnauthorized.d.ts +2 -1
- package/serialization/types/ProblemUnauthorized.js +2 -10
- package/serialization/types/ProblemUnsupportedMediaType.d.ts +4 -2
- package/serialization/types/ProblemUnsupportedMediaType.js +4 -11
- package/serialization/types/ProblemValidation.d.ts +4 -2
- package/serialization/types/ProblemValidation.js +4 -2
- package/serialization/types/Resource.d.ts +16 -9
- package/serialization/types/Resource.js +16 -18
- package/serialization/types/ResourceKind.d.ts +4 -2
- package/serialization/types/ResourceKind.js +4 -11
- package/serialization/types/Subject.d.ts +12 -0
- package/serialization/types/Subject.js +33 -0
- package/serialization/types/UploadResponse.d.ts +5 -4
- package/serialization/types/UploadResponse.js +5 -13
- package/serialization/types/index.d.ts +28 -32
- package/serialization/types/index.js +28 -32
- package/api/resources/owners/client/Client.d.ts +0 -124
- package/api/resources/owners/client/Client.js +0 -711
- package/api/resources/owners/client/requests/OwnerCreateRequest.d.ts +0 -38
- package/api/resources/owners/client/requests/OwnerSearch.d.ts +0 -14
- package/api/resources/owners/client/requests/OwnerUpdateRequest.d.ts +0 -57
- package/api/resources/owners/client/requests/index.d.ts +0 -7
- package/api/resources/pets/client/Client.d.ts +0 -133
- package/api/resources/pets/client/requests/PetLatestRequest.d.ts +0 -27
- package/api/resources/pets/client/requests/PetRevisionRequest.d.ts +0 -27
- package/api/resources/pets/client/requests/PetSearch.d.ts +0 -14
- package/api/resources/pets/client/requests/index.d.ts +0 -9
- package/api/types/Checksum.d.ts +0 -22
- package/api/types/ChecksumAlgorithm.d.ts +0 -13
- package/api/types/ChecksumAlgorithm.js +0 -12
- package/api/types/ChecksumSha1.d.ts +0 -10
- package/api/types/ChecksumSha256.d.ts +0 -10
- package/api/types/HashCrc32C.d.ts +0 -7
- package/api/types/HashSha256.d.ts +0 -7
- package/api/types/HttpMethod.d.ts +0 -18
- package/api/types/HttpMethod.js +0 -17
- package/api/types/Owner.d.ts +0 -12
- package/api/types/OwnerField.d.ts +0 -19
- package/api/types/OwnerFilter.d.ts +0 -18
- package/api/types/OwnerFilterData.d.ts +0 -8
- package/api/types/OwnerInput.d.ts +0 -14
- package/api/types/OwnerList.d.ts +0 -10
- package/api/types/Pet.d.ts +0 -14
- package/api/types/PetField.d.ts +0 -20
- package/api/types/PetField.js +0 -19
- package/api/types/PetFilterData.d.ts +0 -9
- package/api/types/RequestedETag.d.ts +0 -12
- package/api/types/RequestedRevision.d.ts +0 -12
- package/api/types/Species.d.ts +0 -13
- package/api/types/Species.js +0 -11
- package/dist/api/resources/owners/client/Client.d.ts +0 -124
- package/dist/api/resources/owners/client/Client.js +0 -711
- package/dist/api/resources/owners/client/requests/OwnerCreateRequest.d.ts +0 -38
- package/dist/api/resources/owners/client/requests/OwnerHistoryRequest.d.ts +0 -27
- package/dist/api/resources/owners/client/requests/OwnerLatestRequest.d.ts +0 -27
- package/dist/api/resources/owners/client/requests/OwnerRevisionRequest.d.ts +0 -27
- package/dist/api/resources/owners/client/requests/OwnerSearch.d.ts +0 -14
- package/dist/api/resources/owners/client/requests/OwnerUpdateRequest.d.ts +0 -57
- package/dist/api/resources/owners/client/requests/index.d.ts +0 -7
- package/dist/api/resources/owners/client/requests/index.js +0 -2
- package/dist/api/resources/pets/client/Client.d.ts +0 -133
- package/dist/api/resources/pets/client/requests/PetHistoryRequest.d.ts +0 -27
- package/dist/api/resources/pets/client/requests/PetLatestRequest.d.ts +0 -27
- package/dist/api/resources/pets/client/requests/PetRevisionRequest.d.ts +0 -27
- package/dist/api/resources/pets/client/requests/PetSearch.d.ts +0 -14
- package/dist/api/resources/pets/client/requests/index.d.ts +0 -9
- package/dist/api/resources/pets/client/requests/index.js +0 -2
- package/dist/api/types/Checksum.d.ts +0 -22
- package/dist/api/types/ChecksumAlgorithm.d.ts +0 -13
- package/dist/api/types/ChecksumAlgorithm.js +0 -12
- package/dist/api/types/ChecksumCrc32.d.ts +0 -10
- package/dist/api/types/ChecksumCrc32C.d.ts +0 -10
- package/dist/api/types/ChecksumSha1.d.ts +0 -10
- package/dist/api/types/ChecksumSha256.d.ts +0 -10
- package/dist/api/types/HashCrc32C.d.ts +0 -7
- package/dist/api/types/HashSha256.d.ts +0 -7
- package/dist/api/types/HttpMethod.d.ts +0 -18
- package/dist/api/types/HttpMethod.js +0 -17
- package/dist/api/types/Owner.d.ts +0 -12
- package/dist/api/types/OwnerField.d.ts +0 -19
- package/dist/api/types/OwnerFilterData.d.ts +0 -8
- package/dist/api/types/OwnerInput.d.ts +0 -14
- package/dist/api/types/OwnerList.d.ts +0 -10
- package/dist/api/types/OwnerResource.d.ts +0 -19
- package/dist/api/types/OwnerSort.d.ts +0 -11
- package/dist/api/types/OwnerSort.js +0 -5
- package/dist/api/types/Pet.d.ts +0 -14
- package/dist/api/types/Pet.js +0 -5
- package/dist/api/types/PetField.d.ts +0 -20
- package/dist/api/types/PetField.js +0 -19
- package/dist/api/types/PetFilter.d.ts +0 -18
- package/dist/api/types/PetFilter.js +0 -5
- package/dist/api/types/PetFilterData.d.ts +0 -9
- package/dist/api/types/PetFilterData.js +0 -5
- package/dist/api/types/PetInput.js +0 -5
- package/dist/api/types/PetList.js +0 -5
- package/dist/api/types/PetResource.d.ts +0 -19
- package/dist/api/types/PetResource.js +0 -5
- package/dist/api/types/PetSort.d.ts +0 -11
- package/dist/api/types/PetSort.js +0 -5
- package/dist/api/types/ProblemResourceConflict.js +0 -5
- package/dist/api/types/ProblemResourceMethodNotAllowed.js +0 -5
- package/dist/api/types/RequestedETag.d.ts +0 -12
- package/dist/api/types/RequestedETag.js +0 -5
- package/dist/api/types/RequestedRevision.d.ts +0 -12
- package/dist/api/types/RequestedRevision.js +0 -5
- package/dist/api/types/Species.d.ts +0 -13
- package/dist/api/types/Species.js +0 -11
- package/dist/serialization/resources/owners/client/index.d.ts +0 -1
- package/dist/serialization/resources/owners/client/index.js +0 -17
- package/dist/serialization/resources/owners/client/requests/OwnerSearch.d.ts +0 -13
- package/dist/serialization/resources/owners/client/requests/OwnerSearch.js +0 -47
- package/dist/serialization/resources/owners/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/owners/client/requests/index.js +0 -5
- package/dist/serialization/resources/owners/index.d.ts +0 -1
- package/dist/serialization/resources/owners/index.js +0 -17
- package/dist/serialization/resources/pets/client/index.d.ts +0 -1
- package/dist/serialization/resources/pets/client/index.js +0 -17
- package/dist/serialization/resources/pets/client/requests/PetSearch.d.ts +0 -13
- package/dist/serialization/resources/pets/client/requests/PetSearch.js +0 -47
- package/dist/serialization/resources/pets/client/requests/UploadRequest.d.ts +0 -12
- package/dist/serialization/resources/pets/client/requests/UploadRequest.js +0 -42
- package/dist/serialization/resources/pets/client/requests/index.d.ts +0 -2
- package/dist/serialization/resources/pets/client/requests/index.js +0 -7
- package/dist/serialization/resources/pets/index.d.ts +0 -1
- package/dist/serialization/resources/pets/index.js +0 -17
- package/dist/serialization/types/Checksum.d.ts +0 -22
- package/dist/serialization/types/Checksum.js +0 -50
- package/dist/serialization/types/ChecksumAlgorithm.d.ts +0 -10
- package/dist/serialization/types/ChecksumCrc32.d.ts +0 -12
- package/dist/serialization/types/ChecksumCrc32.js +0 -42
- package/dist/serialization/types/ChecksumCrc32C.d.ts +0 -12
- package/dist/serialization/types/ChecksumSha256.d.ts +0 -12
- package/dist/serialization/types/HttpMethod.d.ts +0 -10
- package/dist/serialization/types/HttpMethod.js +0 -31
- package/dist/serialization/types/OwnerField.d.ts +0 -10
- package/dist/serialization/types/OwnerFilter.d.ts +0 -20
- package/dist/serialization/types/OwnerFilter.js +0 -50
- package/dist/serialization/types/OwnerFilterData.d.ts +0 -13
- package/dist/serialization/types/OwnerFilterData.js +0 -43
- package/dist/serialization/types/OwnerInput.d.ts +0 -14
- package/dist/serialization/types/OwnerInput.js +0 -44
- package/dist/serialization/types/OwnerList.js +0 -42
- package/dist/serialization/types/OwnerResource.d.ts +0 -21
- package/dist/serialization/types/OwnerResource.js +0 -51
- package/dist/serialization/types/OwnerSort.d.ts +0 -13
- package/dist/serialization/types/OwnerSort.js +0 -43
- package/dist/serialization/types/Pet.d.ts +0 -14
- package/dist/serialization/types/Pet.js +0 -44
- package/dist/serialization/types/PetField.d.ts +0 -10
- package/dist/serialization/types/PetFilter.d.ts +0 -20
- package/dist/serialization/types/PetFilter.js +0 -50
- package/dist/serialization/types/PetFilterData.d.ts +0 -14
- package/dist/serialization/types/PetFilterData.js +0 -44
- package/dist/serialization/types/PetInput.d.ts +0 -13
- package/dist/serialization/types/PetInput.js +0 -43
- package/dist/serialization/types/PetList.js +0 -42
- package/dist/serialization/types/PetResource.d.ts +0 -21
- package/dist/serialization/types/PetResource.js +0 -51
- package/dist/serialization/types/PetSort.d.ts +0 -13
- package/dist/serialization/types/PetSort.js +0 -43
- package/dist/serialization/types/ProblemResourceConflict.d.ts +0 -18
- package/dist/serialization/types/ProblemResourceConflict.js +0 -48
- package/dist/serialization/types/ProblemResourceMethodNotAllowed.d.ts +0 -19
- package/dist/serialization/types/ProblemResourceMethodNotAllowed.js +0 -49
- package/dist/serialization/types/RequestedETag.d.ts +0 -14
- package/dist/serialization/types/RequestedETag.js +0 -44
- package/dist/serialization/types/RequestedRevision.d.ts +0 -14
- package/dist/serialization/types/RequestedRevision.js +0 -44
- package/dist/serialization/types/Species.d.ts +0 -10
- package/dist/serialization/types/Species.js +0 -35
- package/jest.config.js +0 -5
- package/serialization/resources/owners/client/index.d.ts +0 -1
- package/serialization/resources/owners/client/index.js +0 -17
- package/serialization/resources/owners/client/requests/OwnerSearch.d.ts +0 -13
- package/serialization/resources/owners/client/requests/OwnerSearch.js +0 -47
- package/serialization/resources/owners/client/requests/index.d.ts +0 -1
- package/serialization/resources/owners/client/requests/index.js +0 -5
- package/serialization/resources/owners/index.d.ts +0 -1
- package/serialization/resources/owners/index.js +0 -17
- package/serialization/resources/pets/client/index.d.ts +0 -1
- package/serialization/resources/pets/client/index.js +0 -17
- package/serialization/resources/pets/client/requests/PetSearch.d.ts +0 -13
- package/serialization/resources/pets/client/requests/PetSearch.js +0 -47
- package/serialization/resources/pets/client/requests/UploadRequest.d.ts +0 -12
- package/serialization/resources/pets/client/requests/UploadRequest.js +0 -42
- package/serialization/resources/pets/client/requests/index.d.ts +0 -2
- package/serialization/resources/pets/client/requests/index.js +0 -7
- package/serialization/resources/pets/index.d.ts +0 -1
- package/serialization/resources/pets/index.js +0 -17
- package/serialization/types/Checksum.d.ts +0 -22
- package/serialization/types/Checksum.js +0 -50
- package/serialization/types/ChecksumAlgorithm.d.ts +0 -10
- package/serialization/types/ChecksumAlgorithm.js +0 -31
- package/serialization/types/ChecksumCrc32.d.ts +0 -12
- package/serialization/types/ChecksumCrc32.js +0 -42
- package/serialization/types/ChecksumCrc32C.d.ts +0 -12
- package/serialization/types/ChecksumCrc32C.js +0 -42
- package/serialization/types/ChecksumSha1.d.ts +0 -12
- package/serialization/types/ChecksumSha256.d.ts +0 -12
- package/serialization/types/ChecksumSha256.js +0 -42
- package/serialization/types/HashCrc32.d.ts +0 -10
- package/serialization/types/HashCrc32.js +0 -31
- package/serialization/types/HashCrc32C.d.ts +0 -10
- package/serialization/types/HashCrc32C.js +0 -31
- package/serialization/types/HashSha1.d.ts +0 -10
- package/serialization/types/HashSha1.js +0 -31
- package/serialization/types/HashSha256.d.ts +0 -10
- package/serialization/types/HashSha256.js +0 -31
- package/serialization/types/HttpMethod.d.ts +0 -10
- package/serialization/types/HttpMethod.js +0 -31
- package/serialization/types/OwnerField.d.ts +0 -10
- package/serialization/types/OwnerField.js +0 -42
- package/serialization/types/OwnerFilter.d.ts +0 -20
- package/serialization/types/OwnerFilter.js +0 -50
- package/serialization/types/OwnerFilterData.d.ts +0 -13
- package/serialization/types/OwnerFilterData.js +0 -43
- package/serialization/types/OwnerInput.d.ts +0 -14
- package/serialization/types/OwnerInput.js +0 -44
- package/serialization/types/OwnerList.d.ts +0 -12
- package/serialization/types/OwnerList.js +0 -42
- package/serialization/types/OwnerResource.d.ts +0 -21
- package/serialization/types/OwnerResource.js +0 -51
- package/serialization/types/OwnerSort.d.ts +0 -13
- package/serialization/types/OwnerSort.js +0 -43
- package/serialization/types/Pet.d.ts +0 -14
- package/serialization/types/Pet.js +0 -44
- package/serialization/types/PetField.d.ts +0 -10
- package/serialization/types/PetField.js +0 -43
- package/serialization/types/PetFilter.d.ts +0 -20
- package/serialization/types/PetFilter.js +0 -50
- package/serialization/types/PetFilterData.d.ts +0 -14
- package/serialization/types/PetFilterData.js +0 -44
- package/serialization/types/PetInput.d.ts +0 -13
- package/serialization/types/PetInput.js +0 -43
- package/serialization/types/PetList.js +0 -42
- package/serialization/types/PetResource.d.ts +0 -21
- package/serialization/types/PetResource.js +0 -51
- package/serialization/types/PetSort.d.ts +0 -13
- package/serialization/types/PetSort.js +0 -43
- package/serialization/types/ProblemResourceConflict.d.ts +0 -18
- package/serialization/types/ProblemResourceConflict.js +0 -48
- package/serialization/types/ProblemResourceMethodNotAllowed.d.ts +0 -19
- package/serialization/types/ProblemResourceMethodNotAllowed.js +0 -49
- package/serialization/types/RequestedETag.d.ts +0 -14
- package/serialization/types/RequestedETag.js +0 -44
- package/serialization/types/RequestedRevision.d.ts +0 -14
- package/serialization/types/RequestedRevision.js +0 -44
- package/serialization/types/Species.d.ts +0 -10
- package/serialization/types/Species.js +0 -35
- package/tests/client.test.ts +0 -11
- /package/api/resources/{owners → credentials}/client/index.d.ts +0 -0
- /package/api/resources/{owners → credentials}/client/index.js +0 -0
- /package/api/resources/{owners/client/requests/OwnerCreateRequest.js → credentials/client/requests/CredentialCreateRequest.js} +0 -0
- /package/api/resources/{owners/client/requests/OwnerDeleteRequest.js → credentials/client/requests/CredentialDeleteRequest.js} +0 -0
- /package/api/resources/{owners/client/requests/OwnerHistoryRequest.js → credentials/client/requests/CredentialDownloadRequest.js} +0 -0
- /package/api/resources/{owners/client/requests/OwnerLatestRequest.js → credentials/client/requests/CredentialHistoryRequest.js} +0 -0
- /package/api/resources/{owners/client/requests/OwnerRevisionRequest.js → credentials/client/requests/CredentialLatestRequest.js} +0 -0
- /package/api/resources/{owners/client/requests/OwnerSearch.js → credentials/client/requests/CredentialRestoreRequest.js} +0 -0
- /package/api/resources/{owners/client/requests/OwnerUpdateRequest.js → credentials/client/requests/CredentialRevisionRequest.js} +0 -0
- /package/api/resources/{pets/client/requests/PetCreateRequest.js → credentials/client/requests/CredentialSearch.js} +0 -0
- /package/api/resources/{pets/client/requests/PetDeleteRequest.js → credentials/client/requests/CredentialUpdateRequest.js} +0 -0
- /package/api/resources/{pets/client/requests/PetDownloadRequest.js → credentials/client/requests/CredentialUploadRequest.js} +0 -0
- /package/api/resources/{owners → credentials}/client/requests/index.js +0 -0
- /package/api/resources/{owners → credentials}/index.d.ts +0 -0
- /package/api/resources/{owners → credentials}/index.js +0 -0
- /package/api/{resources/pets/client/requests/PetHistoryRequest.js → types/Credential.js} +0 -0
- /package/api/{resources/pets/client/requests/PetLatestRequest.js → types/Credential11.js} +0 -0
- /package/api/{resources/pets/client/requests/PetRevisionRequest.js → types/Credential20.js} +0 -0
- /package/api/{resources/pets/client/requests/PetSearch.js → types/CredentialFilter.js} +0 -0
- /package/api/{resources/pets/client/requests/PetUpdateRequest.js → types/CredentialFilterData.js} +0 -0
- /package/api/{resources/pets/client/requests/UploadRequest.js → types/CredentialFilterKind.js} +0 -0
- /package/api/types/{Checksum.js → CredentialId.js} +0 -0
- /package/api/types/{ChecksumCrc32.js → CredentialInput.js} +0 -0
- /package/api/types/{ChecksumCrc32C.js → CredentialIssuer.js} +0 -0
- /package/api/types/{ChecksumSha1.js → CredentialList.js} +0 -0
- /package/api/types/{ChecksumSha256.js → CredentialResource.js} +0 -0
- /package/api/types/{HashCrc32.js → CredentialSort.js} +0 -0
- /package/api/types/{HashCrc32C.js → CredentialSubject.js} +0 -0
- /package/api/types/{HashSha1.js → CredentialType.js} +0 -0
- /package/api/types/{HashSha256.js → CredentialValidFrom.js} +0 -0
- /package/api/types/{Owner.js → CredentialValidUntil.js} +0 -0
- /package/api/types/{OwnerFilter.js → CredentilHolder.js} +0 -0
- /package/api/types/{OwnerFilterData.js → DataModelCredential.js} +0 -0
- /package/api/types/{OwnerInput.js → FilterUriEqual.js} +0 -0
- /package/api/types/{OwnerList.js → FilterUriIsNotNull.js} +0 -0
- /package/api/types/{OwnerResource.js → FilterUriIsNull.js} +0 -0
- /package/api/types/{OwnerSort.js → FilterUriNotEqual.js} +0 -0
- /package/api/types/{Pet.js → FilterUriOptional.js} +0 -0
- /package/api/types/{PetFilter.js → ProblemConflictResource.js} +0 -0
- /package/api/types/{PetFilterData.js → ProblemMethodNotAllowedResourceAlive.js} +0 -0
- /package/api/types/{PetInput.js → ProblemMethodNotAllowedResourceDeleted.js} +0 -0
- /package/api/types/{PetList.js → Subject.js} +0 -0
- /package/{api/resources/pets → dist/api/resources/credentials}/client/index.d.ts +0 -0
- /package/{api/resources/pets → dist/api/resources/credentials}/client/index.js +0 -0
- /package/{api/types/PetResource.js → dist/api/resources/credentials/client/requests/CredentialCreateRequest.js} +0 -0
- /package/{api/types/PetSort.js → dist/api/resources/credentials/client/requests/CredentialDeleteRequest.js} +0 -0
- /package/{api/types/ProblemResourceConflict.js → dist/api/resources/credentials/client/requests/CredentialDownloadRequest.js} +0 -0
- /package/{api/types/ProblemResourceMethodNotAllowed.js → dist/api/resources/credentials/client/requests/CredentialHistoryRequest.js} +0 -0
- /package/{api/types/RequestedETag.js → dist/api/resources/credentials/client/requests/CredentialLatestRequest.js} +0 -0
- /package/{api/types/RequestedRevision.js → dist/api/resources/credentials/client/requests/CredentialRestoreRequest.js} +0 -0
- /package/dist/api/resources/{owners/client/requests/OwnerCreateRequest.js → credentials/client/requests/CredentialRevisionRequest.js} +0 -0
- /package/dist/api/resources/{owners/client/requests/OwnerDeleteRequest.js → credentials/client/requests/CredentialSearch.js} +0 -0
- /package/dist/api/resources/{owners/client/requests/OwnerHistoryRequest.js → credentials/client/requests/CredentialUpdateRequest.js} +0 -0
- /package/dist/api/resources/{owners/client/requests/OwnerLatestRequest.js → credentials/client/requests/CredentialUploadRequest.js} +0 -0
- /package/{api/resources/pets → dist/api/resources/credentials}/client/requests/index.js +0 -0
- /package/{api/resources/pets → dist/api/resources/credentials}/index.d.ts +0 -0
- /package/{api/resources/pets → dist/api/resources/credentials}/index.js +0 -0
- /package/dist/api/{resources/owners/client/requests/OwnerRevisionRequest.js → types/Credential.js} +0 -0
- /package/dist/api/{resources/owners/client/requests/OwnerSearch.js → types/Credential11.js} +0 -0
- /package/dist/api/{resources/owners/client/requests/OwnerUpdateRequest.js → types/Credential20.js} +0 -0
- /package/dist/api/{resources/pets/client/requests/PetCreateRequest.js → types/CredentialFilter.js} +0 -0
- /package/dist/api/{resources/pets/client/requests/PetDeleteRequest.js → types/CredentialFilterData.js} +0 -0
- /package/dist/api/{resources/pets/client/requests/PetDownloadRequest.js → types/CredentialFilterKind.js} +0 -0
- /package/dist/api/{resources/pets/client/requests/PetHistoryRequest.js → types/CredentialId.js} +0 -0
- /package/dist/api/{resources/pets/client/requests/PetLatestRequest.js → types/CredentialInput.js} +0 -0
- /package/dist/api/{resources/pets/client/requests/PetRevisionRequest.js → types/CredentialIssuer.js} +0 -0
- /package/dist/api/{resources/pets/client/requests/PetSearch.js → types/CredentialList.js} +0 -0
- /package/dist/api/{resources/pets/client/requests/PetUpdateRequest.js → types/CredentialResource.js} +0 -0
- /package/dist/api/{resources/pets/client/requests/UploadRequest.js → types/CredentialSort.js} +0 -0
- /package/dist/api/types/{Checksum.js → CredentialSubject.js} +0 -0
- /package/dist/api/types/{ChecksumCrc32.js → CredentialType.js} +0 -0
- /package/dist/api/types/{ChecksumCrc32C.js → CredentialValidFrom.js} +0 -0
- /package/dist/api/types/{ChecksumSha1.js → CredentialValidUntil.js} +0 -0
- /package/dist/api/types/{ChecksumSha256.js → CredentilHolder.js} +0 -0
- /package/dist/api/types/{HashCrc32.js → DataModelCredential.js} +0 -0
- /package/dist/api/types/{HashCrc32C.js → FilterUriEqual.js} +0 -0
- /package/dist/api/types/{HashSha1.js → FilterUriIsNotNull.js} +0 -0
- /package/dist/api/types/{HashSha256.js → FilterUriIsNull.js} +0 -0
- /package/dist/api/types/{Owner.js → FilterUriNotEqual.js} +0 -0
- /package/dist/api/types/{OwnerFilter.js → FilterUriOptional.js} +0 -0
- /package/dist/api/types/{OwnerFilterData.js → ProblemConflictResource.js} +0 -0
- /package/dist/api/types/{OwnerInput.js → ProblemMethodNotAllowedResourceAlive.js} +0 -0
- /package/dist/api/types/{OwnerList.js → ProblemMethodNotAllowedResourceDeleted.js} +0 -0
- /package/dist/api/types/{OwnerResource.js → Subject.js} +0 -0
- /package/dist/{api/resources/owners → serialization/resources/credentials}/client/index.d.ts +0 -0
- /package/dist/{api/resources/owners → serialization/resources/credentials}/client/index.js +0 -0
- /package/dist/{api/resources/owners → serialization/resources/credentials}/index.d.ts +0 -0
- /package/dist/{api/resources/owners → serialization/resources/credentials}/index.js +0 -0
- /package/{dist/api/resources/pets → serialization/resources/credentials}/client/index.d.ts +0 -0
- /package/{dist/api/resources/pets → serialization/resources/credentials}/client/index.js +0 -0
- /package/{dist/api/resources/pets → serialization/resources/credentials}/index.d.ts +0 -0
- /package/{dist/api/resources/pets → serialization/resources/credentials}/index.js +0 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Truvity from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { FilterUriOptional } from "./FilterUriOptional";
|
|
8
|
+
import { FilterTimestampOptional } from "./FilterTimestampOptional";
|
|
9
|
+
export declare const CredentialFilterData: core.serialization.ObjectSchema<serializers.CredentialFilterData.Raw, Truvity.CredentialFilterData>;
|
|
10
|
+
export declare namespace CredentialFilterData {
|
|
11
|
+
interface Raw {
|
|
12
|
+
holder?: FilterUriOptional.Raw | null;
|
|
13
|
+
id?: FilterUriOptional.Raw | null;
|
|
14
|
+
issuer?: FilterUriOptional.Raw | null;
|
|
15
|
+
valid_from?: FilterTimestampOptional.Raw | null;
|
|
16
|
+
valid_until?: FilterTimestampOptional.Raw | null;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.CredentialFilterData = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const FilterUriOptional_1 = require("./FilterUriOptional");
|
|
32
|
+
const FilterTimestampOptional_1 = require("./FilterTimestampOptional");
|
|
33
|
+
exports.CredentialFilterData = core.serialization.object({
|
|
34
|
+
holder: FilterUriOptional_1.FilterUriOptional.optional(),
|
|
35
|
+
id: FilterUriOptional_1.FilterUriOptional.optional(),
|
|
36
|
+
issuer: FilterUriOptional_1.FilterUriOptional.optional(),
|
|
37
|
+
validFrom: core.serialization.property("valid_from", FilterTimestampOptional_1.FilterTimestampOptional.optional()),
|
|
38
|
+
validUntil: core.serialization.property("valid_until", FilterTimestampOptional_1.FilterTimestampOptional.optional()),
|
|
39
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Truvity from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { FilterString } from "./FilterString";
|
|
8
|
+
export declare const CredentialFilterKind: core.serialization.ObjectSchema<serializers.CredentialFilterKind.Raw, Truvity.CredentialFilterKind>;
|
|
9
|
+
export declare namespace CredentialFilterKind {
|
|
10
|
+
interface Raw {
|
|
11
|
+
name?: FilterString.Raw | null;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.CredentialFilterKind = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const FilterString_1 = require("./FilterString");
|
|
32
|
+
exports.CredentialFilterKind = core.serialization.object({
|
|
33
|
+
name: FilterString_1.FilterString.optional(),
|
|
34
|
+
});
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import * as serializers from "..";
|
|
5
5
|
import * as Truvity from "../../api";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
export declare const
|
|
8
|
-
export declare namespace
|
|
7
|
+
export declare const CredentialId: core.serialization.Schema<serializers.CredentialId.Raw, Truvity.CredentialId>;
|
|
8
|
+
export declare namespace CredentialId {
|
|
9
9
|
type Raw = string;
|
|
10
10
|
}
|
|
@@ -26,6 +26,6 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
29
|
+
exports.CredentialId = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
|
-
exports.
|
|
31
|
+
exports.CredentialId = core.serialization.string();
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Truvity from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { Annotations } from "./Annotations";
|
|
8
|
+
import { Labels } from "./Labels";
|
|
9
|
+
export declare const CredentialInput: core.serialization.ObjectSchema<serializers.CredentialInput.Raw, Truvity.CredentialInput>;
|
|
10
|
+
export declare namespace CredentialInput {
|
|
11
|
+
interface Raw {
|
|
12
|
+
annotations?: Annotations.Raw | null;
|
|
13
|
+
labels?: Labels.Raw | null;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -26,9 +26,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
29
|
+
exports.CredentialInput = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
31
|
+
const Annotations_1 = require("./Annotations");
|
|
32
|
+
const Labels_1 = require("./Labels");
|
|
33
|
+
exports.CredentialInput = core.serialization.object({
|
|
34
|
+
annotations: Annotations_1.Annotations.optional(),
|
|
35
|
+
labels: Labels_1.Labels.optional(),
|
|
34
36
|
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Truvity from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const CredentialIssuer: core.serialization.Schema<serializers.CredentialIssuer.Raw, Truvity.CredentialIssuer>;
|
|
8
|
+
export declare namespace CredentialIssuer {
|
|
9
|
+
type Raw = string;
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.CredentialIssuer = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.CredentialIssuer = core.serialization.string();
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Truvity from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { CredentialResource } from "./CredentialResource";
|
|
8
|
+
export declare const CredentialList: core.serialization.ObjectSchema<serializers.CredentialList.Raw, Truvity.CredentialList>;
|
|
9
|
+
export declare namespace CredentialList {
|
|
10
|
+
interface Raw {
|
|
11
|
+
items: CredentialResource.Raw[];
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.CredentialList = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const CredentialResource_1 = require("./CredentialResource");
|
|
32
|
+
exports.CredentialList = core.serialization.object({
|
|
33
|
+
items: core.serialization.list(CredentialResource_1.CredentialResource),
|
|
34
|
+
});
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Truvity from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { ResourceKind } from "./ResourceKind";
|
|
8
|
+
import { ResourceId } from "./ResourceId";
|
|
9
|
+
import { Revision } from "./Revision";
|
|
10
|
+
import { Timestamp } from "./Timestamp";
|
|
11
|
+
import { Labels } from "./Labels";
|
|
12
|
+
import { Annotations } from "./Annotations";
|
|
13
|
+
import { ETag } from "./ETag";
|
|
14
|
+
import { Credential } from "./Credential";
|
|
15
|
+
export declare const CredentialResource: core.serialization.ObjectSchema<serializers.CredentialResource.Raw, Truvity.CredentialResource>;
|
|
16
|
+
export declare namespace CredentialResource {
|
|
17
|
+
interface Raw {
|
|
18
|
+
kind: ResourceKind.Raw;
|
|
19
|
+
id: ResourceId.Raw;
|
|
20
|
+
revision: Revision.Raw;
|
|
21
|
+
created_at: Timestamp.Raw;
|
|
22
|
+
modified_at: Timestamp.Raw;
|
|
23
|
+
labels: Labels.Raw;
|
|
24
|
+
annotations: Annotations.Raw;
|
|
25
|
+
etag: ETag.Raw;
|
|
26
|
+
data: Credential.Raw;
|
|
27
|
+
deleted_at?: Timestamp.Raw | null;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.CredentialResource = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const ResourceKind_1 = require("./ResourceKind");
|
|
32
|
+
const ResourceId_1 = require("./ResourceId");
|
|
33
|
+
const Revision_1 = require("./Revision");
|
|
34
|
+
const Timestamp_1 = require("./Timestamp");
|
|
35
|
+
const Labels_1 = require("./Labels");
|
|
36
|
+
const Annotations_1 = require("./Annotations");
|
|
37
|
+
const ETag_1 = require("./ETag");
|
|
38
|
+
const Credential_1 = require("./Credential");
|
|
39
|
+
exports.CredentialResource = core.serialization.object({
|
|
40
|
+
kind: ResourceKind_1.ResourceKind,
|
|
41
|
+
id: ResourceId_1.ResourceId,
|
|
42
|
+
revision: Revision_1.Revision,
|
|
43
|
+
createdAt: core.serialization.property("created_at", Timestamp_1.Timestamp),
|
|
44
|
+
modifiedAt: core.serialization.property("modified_at", Timestamp_1.Timestamp),
|
|
45
|
+
labels: Labels_1.Labels,
|
|
46
|
+
annotations: Annotations_1.Annotations,
|
|
47
|
+
etag: ETag_1.ETag,
|
|
48
|
+
data: Credential_1.Credential,
|
|
49
|
+
deletedAt: core.serialization.property("deleted_at", Timestamp_1.Timestamp.optional()),
|
|
50
|
+
});
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Truvity from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { CredentialField } from "./CredentialField";
|
|
8
|
+
import { SortOrder } from "./SortOrder";
|
|
9
|
+
export declare const CredentialSort: core.serialization.ObjectSchema<serializers.CredentialSort.Raw, Truvity.CredentialSort>;
|
|
10
|
+
export declare namespace CredentialSort {
|
|
11
|
+
interface Raw {
|
|
12
|
+
field: CredentialField.Raw;
|
|
13
|
+
order?: SortOrder.Raw | null;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.CredentialSort = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const CredentialField_1 = require("./CredentialField");
|
|
32
|
+
const SortOrder_1 = require("./SortOrder");
|
|
33
|
+
exports.CredentialSort = core.serialization.object({
|
|
34
|
+
field: CredentialField_1.CredentialField,
|
|
35
|
+
order: SortOrder_1.SortOrder.optional(),
|
|
36
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Truvity from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { Subject } from "./Subject";
|
|
8
|
+
export declare const CredentialSubject: core.serialization.Schema<serializers.CredentialSubject.Raw, Truvity.CredentialSubject>;
|
|
9
|
+
export declare namespace CredentialSubject {
|
|
10
|
+
type Raw = Subject.Raw[];
|
|
11
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.CredentialSubject = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const Subject_1 = require("./Subject");
|
|
32
|
+
exports.CredentialSubject = core.serialization.list(Subject_1.Subject);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Truvity from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const CredentialType: core.serialization.Schema<serializers.CredentialType.Raw, Truvity.CredentialType>;
|
|
8
|
+
export declare namespace CredentialType {
|
|
9
|
+
type Raw = string[];
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.CredentialType = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.CredentialType = core.serialization.list(core.serialization.string());
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Truvity from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const CredentialValidFrom: core.serialization.Schema<serializers.CredentialValidFrom.Raw, Truvity.CredentialValidFrom>;
|
|
8
|
+
export declare namespace CredentialValidFrom {
|
|
9
|
+
type Raw = string;
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.CredentialValidFrom = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.CredentialValidFrom = core.serialization.date();
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Truvity from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const CredentialValidUntil: core.serialization.Schema<serializers.CredentialValidUntil.Raw, Truvity.CredentialValidUntil>;
|
|
8
|
+
export declare namespace CredentialValidUntil {
|
|
9
|
+
type Raw = string;
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.CredentialValidUntil = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.CredentialValidUntil = core.serialization.date();
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import * as serializers from "..";
|
|
5
5
|
import * as Truvity from "../../api";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
export declare const
|
|
8
|
-
export declare namespace
|
|
7
|
+
export declare const CredentilHolder: core.serialization.Schema<serializers.CredentilHolder.Raw, Truvity.CredentilHolder>;
|
|
8
|
+
export declare namespace CredentilHolder {
|
|
9
9
|
type Raw = string;
|
|
10
10
|
}
|
|
@@ -26,6 +26,6 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
29
|
+
exports.CredentilHolder = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
|
-
exports.
|
|
31
|
+
exports.CredentilHolder = core.serialization.string();
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Truvity from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { Credential11 } from "./Credential11";
|
|
8
|
+
import { Credential20 } from "./Credential20";
|
|
9
|
+
export declare const DataModelCredential: core.serialization.Schema<serializers.DataModelCredential.Raw, Truvity.DataModelCredential>;
|
|
10
|
+
export declare namespace DataModelCredential {
|
|
11
|
+
type Raw = DataModelCredential.Vc11 | DataModelCredential.Vc20;
|
|
12
|
+
interface Vc11 extends Credential11.Raw {
|
|
13
|
+
datamodel: "vc1_1";
|
|
14
|
+
}
|
|
15
|
+
interface Vc20 extends Credential20.Raw {
|
|
16
|
+
datamodel: "vc2_0";
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.DataModelCredential = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const Credential11_1 = require("./Credential11");
|
|
32
|
+
const Credential20_1 = require("./Credential20");
|
|
33
|
+
exports.DataModelCredential = core.serialization
|
|
34
|
+
.union("datamodel", {
|
|
35
|
+
vc1_1: Credential11_1.Credential11,
|
|
36
|
+
vc2_0: Credential20_1.Credential20,
|
|
37
|
+
})
|
|
38
|
+
.transform({
|
|
39
|
+
transform: (value) => value,
|
|
40
|
+
untransform: (value) => value,
|
|
41
|
+
});
|