@truvity/sdk 0.0.2 → 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 +1 -1
- 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/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/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
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Truvity from "../../../..";
|
|
5
|
-
/**
|
|
6
|
-
* @example
|
|
7
|
-
* {
|
|
8
|
-
* body: {
|
|
9
|
-
* data: {
|
|
10
|
-
* firstName: "first_name",
|
|
11
|
-
* lastName: "last_name"
|
|
12
|
-
* }
|
|
13
|
-
* }
|
|
14
|
-
* }
|
|
15
|
-
*/
|
|
16
|
-
export interface OwnerCreateRequest {
|
|
17
|
-
/**
|
|
18
|
-
* From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).
|
|
19
|
-
* The **Idempotency-Key** is a free identifier created by the client to
|
|
20
|
-
* identify a request. It is used by the service to identify repeated request
|
|
21
|
-
* to ensure idempotent behavior by sending the same (or a similar) response
|
|
22
|
-
* without executing the request a second time.
|
|
23
|
-
*
|
|
24
|
-
* Clients should be careful as any subsequent requests with the same key may
|
|
25
|
-
* return the same response without further check. Thus, it is recommended to
|
|
26
|
-
* use a UUID version 4 (random) or any other random string with enough
|
|
27
|
-
* entropy to avoid collisions.
|
|
28
|
-
*
|
|
29
|
-
* Keys expire after 24 hours. Clients are responsible to stay within this
|
|
30
|
-
* limit, if they require idempotent behavior.
|
|
31
|
-
*
|
|
32
|
-
* See [API Guideline Rule #181][api-230] for further details.
|
|
33
|
-
*
|
|
34
|
-
* [api-230]: <https://opensource.zalando.com/restful-api-guidelines/#230>.
|
|
35
|
-
*/
|
|
36
|
-
idempotencyKey?: string;
|
|
37
|
-
body: Truvity.OwnerInput;
|
|
38
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Truvity from "../../../..";
|
|
5
|
-
/**
|
|
6
|
-
* @example
|
|
7
|
-
* {}
|
|
8
|
-
*/
|
|
9
|
-
export interface OwnerSearch {
|
|
10
|
-
/** Filter for the owners' resources. */
|
|
11
|
-
filter?: Truvity.OwnerFilter[];
|
|
12
|
-
/** Sort of the owners' resources. */
|
|
13
|
-
sort?: Truvity.OwnerSort[];
|
|
14
|
-
}
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Truvity from "../../../..";
|
|
5
|
-
/**
|
|
6
|
-
* @example
|
|
7
|
-
* {
|
|
8
|
-
* ifMatch: "If-Match",
|
|
9
|
-
* body: {
|
|
10
|
-
* data: {
|
|
11
|
-
* firstName: "first_name",
|
|
12
|
-
* lastName: "last_name"
|
|
13
|
-
* }
|
|
14
|
-
* }
|
|
15
|
-
* }
|
|
16
|
-
*/
|
|
17
|
-
export interface OwnerUpdateRequest {
|
|
18
|
-
/**
|
|
19
|
-
* From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).
|
|
20
|
-
* The **Idempotency-Key** is a free identifier created by the client to
|
|
21
|
-
* identify a request. It is used by the service to identify repeated request
|
|
22
|
-
* to ensure idempotent behavior by sending the same (or a similar) response
|
|
23
|
-
* without executing the request a second time.
|
|
24
|
-
*
|
|
25
|
-
* Clients should be careful as any subsequent requests with the same key may
|
|
26
|
-
* return the same response without further check. Thus, it is recommended to
|
|
27
|
-
* use a UUID version 4 (random) or any other random string with enough
|
|
28
|
-
* entropy to avoid collisions.
|
|
29
|
-
*
|
|
30
|
-
* Keys expire after 24 hours. Clients are responsible to stay within this
|
|
31
|
-
* limit, if they require idempotent behavior.
|
|
32
|
-
*
|
|
33
|
-
* See [API Guideline Rule #181][api-230] for further details.
|
|
34
|
-
*
|
|
35
|
-
* [api-230]: <https://opensource.zalando.com/restful-api-guidelines/#230>.
|
|
36
|
-
*/
|
|
37
|
-
idempotencyKey?: string;
|
|
38
|
-
/**
|
|
39
|
-
* From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).
|
|
40
|
-
* The **If-Match** header field is used to declare a list of identifiers that
|
|
41
|
-
* are required to match the current resource version identifier in at least
|
|
42
|
-
* one position as a pre-condition for executing the request on the server
|
|
43
|
-
* side. This behavior is used to validate and reject optimistic updates, by
|
|
44
|
-
* checking if the resource version a consumer has based his changes on is
|
|
45
|
-
* outdated on arrival of the change request to prevent lost updates.
|
|
46
|
-
*
|
|
47
|
-
* If the pre-condition fails the server will respond with status code **412**
|
|
48
|
-
* (Precondition Failed). See [RFC 9110 Section 13.1.1][rfc-9110-13.1.1] as
|
|
49
|
-
* well as [API Guideline Rule #182][api-182] for further details.
|
|
50
|
-
*
|
|
51
|
-
* [rfc-9110-13.1.1]: https://tools.ietf.org/html/rfc9110#section-13.1.1
|
|
52
|
-
*
|
|
53
|
-
* [api-182]: <https://opensource.zalando.com/restful-api-guidelines/#182>.
|
|
54
|
-
*/
|
|
55
|
-
ifMatch: string;
|
|
56
|
-
body: Truvity.OwnerInput;
|
|
57
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export { OwnerCreateRequest } from "./OwnerCreateRequest";
|
|
2
|
-
export { OwnerSearch } from "./OwnerSearch";
|
|
3
|
-
export { OwnerLatestRequest } from "./OwnerLatestRequest";
|
|
4
|
-
export { OwnerUpdateRequest } from "./OwnerUpdateRequest";
|
|
5
|
-
export { OwnerDeleteRequest } from "./OwnerDeleteRequest";
|
|
6
|
-
export { OwnerHistoryRequest } from "./OwnerHistoryRequest";
|
|
7
|
-
export { OwnerRevisionRequest } from "./OwnerRevisionRequest";
|
|
@@ -1,133 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/// <reference types="node" />
|
|
5
|
-
import * as environments from "../../../../environments";
|
|
6
|
-
import * as core from "../../../../core";
|
|
7
|
-
import * as Truvity from "../../..";
|
|
8
|
-
import * as stream from "stream";
|
|
9
|
-
export declare namespace Pets {
|
|
10
|
-
interface Options {
|
|
11
|
-
environment?: core.Supplier<environments.TruvityEnvironment | string>;
|
|
12
|
-
fetcher?: core.FetchFunction;
|
|
13
|
-
}
|
|
14
|
-
interface RequestOptions {
|
|
15
|
-
timeoutInSeconds?: number;
|
|
16
|
-
maxRetries?: number;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
/**
|
|
20
|
-
* Pets API for RESTful PetStore.
|
|
21
|
-
*/
|
|
22
|
-
export declare class Pets {
|
|
23
|
-
protected readonly _options: Pets.Options;
|
|
24
|
-
constructor(_options?: Pets.Options);
|
|
25
|
-
/**
|
|
26
|
-
* Create pet's resource.
|
|
27
|
-
* @throws {@link Truvity.BadRequestError}
|
|
28
|
-
* @throws {@link Truvity.UnauthorizedError}
|
|
29
|
-
* @throws {@link Truvity.ForbiddenError}
|
|
30
|
-
* @throws {@link Truvity.NotFoundError}
|
|
31
|
-
* @throws {@link Truvity.InternalServerError}
|
|
32
|
-
*
|
|
33
|
-
* @example
|
|
34
|
-
* await truvity.pets.petCreate({
|
|
35
|
-
* blobId: "blob_id",
|
|
36
|
-
* body: {}
|
|
37
|
-
* })
|
|
38
|
-
*/
|
|
39
|
-
petCreate(request: Truvity.PetCreateRequest, requestOptions?: Pets.RequestOptions): Promise<Truvity.PetResource>;
|
|
40
|
-
/**
|
|
41
|
-
* Take a look at [GET with body payload](https://opensource.zalando.com/restful-api-guidelines/#get-with-body)
|
|
42
|
-
*
|
|
43
|
-
* - no resources created: Returns all pets matching the query passed as request input payload.
|
|
44
|
-
* @throws {@link Truvity.BadRequestError}
|
|
45
|
-
* @throws {@link Truvity.UnauthorizedError}
|
|
46
|
-
* @throws {@link Truvity.ForbiddenError}
|
|
47
|
-
* @throws {@link Truvity.InternalServerError}
|
|
48
|
-
*
|
|
49
|
-
* @example
|
|
50
|
-
* await truvity.pets.petSearch()
|
|
51
|
-
*/
|
|
52
|
-
petSearch(request?: Truvity.PetSearch, requestOptions?: Pets.RequestOptions): Promise<Truvity.PetList>;
|
|
53
|
-
/**
|
|
54
|
-
* Upload of pet's blob.
|
|
55
|
-
* @throws {@link Truvity.BadRequestError}
|
|
56
|
-
* @throws {@link Truvity.UnauthorizedError}
|
|
57
|
-
* @throws {@link Truvity.ForbiddenError}
|
|
58
|
-
* @throws {@link Truvity.InternalServerError}
|
|
59
|
-
*
|
|
60
|
-
* @example
|
|
61
|
-
* await truvity.pets.petUpload()
|
|
62
|
-
*/
|
|
63
|
-
petUpload(request?: Truvity.UploadRequest, requestOptions?: Pets.RequestOptions): Promise<Truvity.UploadResponse>;
|
|
64
|
-
/**
|
|
65
|
-
* Read the latest revision of the pet's resource.
|
|
66
|
-
* @throws {@link Truvity.BadRequestError}
|
|
67
|
-
* @throws {@link Truvity.UnauthorizedError}
|
|
68
|
-
* @throws {@link Truvity.ForbiddenError}
|
|
69
|
-
* @throws {@link Truvity.NotFoundError}
|
|
70
|
-
* @throws {@link Truvity.InternalServerError}
|
|
71
|
-
*
|
|
72
|
-
* @example
|
|
73
|
-
* await truvity.pets.petLatest("id")
|
|
74
|
-
*/
|
|
75
|
-
petLatest(id: Truvity.ResourceId, request?: Truvity.PetLatestRequest, requestOptions?: Pets.RequestOptions): Promise<Truvity.PetResource>;
|
|
76
|
-
/**
|
|
77
|
-
* Update pet's resource.
|
|
78
|
-
* @throws {@link Truvity.BadRequestError}
|
|
79
|
-
* @throws {@link Truvity.UnauthorizedError}
|
|
80
|
-
* @throws {@link Truvity.ForbiddenError}
|
|
81
|
-
* @throws {@link Truvity.NotFoundError}
|
|
82
|
-
* @throws {@link Truvity.InternalServerError}
|
|
83
|
-
*
|
|
84
|
-
* @example
|
|
85
|
-
* await truvity.pets.petUpdate("id", {
|
|
86
|
-
* ifMatch: "If-Match",
|
|
87
|
-
* body: {}
|
|
88
|
-
* })
|
|
89
|
-
*/
|
|
90
|
-
petUpdate(id: Truvity.ResourceId, request: Truvity.PetUpdateRequest, requestOptions?: Pets.RequestOptions): Promise<Truvity.PetResource>;
|
|
91
|
-
/**
|
|
92
|
-
* Delete pet's resource.
|
|
93
|
-
* @throws {@link Truvity.BadRequestError}
|
|
94
|
-
* @throws {@link Truvity.UnauthorizedError}
|
|
95
|
-
* @throws {@link Truvity.ForbiddenError}
|
|
96
|
-
* @throws {@link Truvity.NotFoundError}
|
|
97
|
-
* @throws {@link Truvity.InternalServerError}
|
|
98
|
-
*
|
|
99
|
-
* @example
|
|
100
|
-
* await truvity.pets.petDelete("id", {
|
|
101
|
-
* ifMatch: "If-Match"
|
|
102
|
-
* })
|
|
103
|
-
*/
|
|
104
|
-
petDelete(id: Truvity.ResourceId, request: Truvity.PetDeleteRequest, requestOptions?: Pets.RequestOptions): Promise<void>;
|
|
105
|
-
/**
|
|
106
|
-
* History of the pets' resources.
|
|
107
|
-
* @throws {@link Truvity.BadRequestError}
|
|
108
|
-
* @throws {@link Truvity.UnauthorizedError}
|
|
109
|
-
* @throws {@link Truvity.ForbiddenError}
|
|
110
|
-
* @throws {@link Truvity.NotFoundError}
|
|
111
|
-
* @throws {@link Truvity.InternalServerError}
|
|
112
|
-
*
|
|
113
|
-
* @example
|
|
114
|
-
* await truvity.pets.petHistory("id")
|
|
115
|
-
*/
|
|
116
|
-
petHistory(id: Truvity.ResourceId, request?: Truvity.PetHistoryRequest, requestOptions?: Pets.RequestOptions): Promise<Truvity.PetList>;
|
|
117
|
-
/**
|
|
118
|
-
* Read the specific version of the pet's resource.
|
|
119
|
-
* @throws {@link Truvity.BadRequestError}
|
|
120
|
-
* @throws {@link Truvity.UnauthorizedError}
|
|
121
|
-
* @throws {@link Truvity.ForbiddenError}
|
|
122
|
-
* @throws {@link Truvity.NotFoundError}
|
|
123
|
-
* @throws {@link Truvity.InternalServerError}
|
|
124
|
-
*
|
|
125
|
-
* @example
|
|
126
|
-
* await truvity.pets.petRevision("id", 1)
|
|
127
|
-
*/
|
|
128
|
-
petRevision(id: Truvity.ResourceId, revision: Truvity.Revision, request?: Truvity.PetRevisionRequest, requestOptions?: Pets.RequestOptions): Promise<Truvity.PetResource>;
|
|
129
|
-
/**
|
|
130
|
-
* Download of pet's blob.
|
|
131
|
-
*/
|
|
132
|
-
petDownload(id: Truvity.ResourceId, revision: Truvity.Revision, request?: Truvity.PetDownloadRequest, requestOptions?: Pets.RequestOptions): Promise<stream.Readable>;
|
|
133
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* @example
|
|
6
|
-
* {}
|
|
7
|
-
*/
|
|
8
|
-
export interface PetLatestRequest {
|
|
9
|
-
/**
|
|
10
|
-
* From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).
|
|
11
|
-
* The **If-None-Match header** field is used to declare a list of identifiers
|
|
12
|
-
* that are required to fail matching all the current resource version
|
|
13
|
-
* identifiers as a pre-condition for executing the request on the server
|
|
14
|
-
* side. This is especially used in conjunction with an **\*** (asterix) that
|
|
15
|
-
* is matching all possible resource identifiers to ensure the initial
|
|
16
|
-
* creation of a resource. Other use cases are possible but rare.
|
|
17
|
-
*
|
|
18
|
-
* If the pre-condition fails the server will respond with status code **412**
|
|
19
|
-
* (Precondition Failed). See [RFC 9110 Section 13.1.2][rfc-9110-13.1.2] as
|
|
20
|
-
* well as [API Guideline Rule #182][api-182] for further details.
|
|
21
|
-
*
|
|
22
|
-
* [rfc-9110-13.1.2]: https://tools.ietf.org/html/rfc9110#section-13.1.2
|
|
23
|
-
*
|
|
24
|
-
* [api-182]: <https://opensource.zalando.com/restful-api-guidelines/#182>.
|
|
25
|
-
*/
|
|
26
|
-
ifNoneMatch?: string;
|
|
27
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* @example
|
|
6
|
-
* {}
|
|
7
|
-
*/
|
|
8
|
-
export interface PetRevisionRequest {
|
|
9
|
-
/**
|
|
10
|
-
* From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).
|
|
11
|
-
* The **If-None-Match header** field is used to declare a list of identifiers
|
|
12
|
-
* that are required to fail matching all the current resource version
|
|
13
|
-
* identifiers as a pre-condition for executing the request on the server
|
|
14
|
-
* side. This is especially used in conjunction with an **\*** (asterix) that
|
|
15
|
-
* is matching all possible resource identifiers to ensure the initial
|
|
16
|
-
* creation of a resource. Other use cases are possible but rare.
|
|
17
|
-
*
|
|
18
|
-
* If the pre-condition fails the server will respond with status code **412**
|
|
19
|
-
* (Precondition Failed). See [RFC 9110 Section 13.1.2][rfc-9110-13.1.2] as
|
|
20
|
-
* well as [API Guideline Rule #182][api-182] for further details.
|
|
21
|
-
*
|
|
22
|
-
* [rfc-9110-13.1.2]: https://tools.ietf.org/html/rfc9110#section-13.1.2
|
|
23
|
-
*
|
|
24
|
-
* [api-182]: <https://opensource.zalando.com/restful-api-guidelines/#182>.
|
|
25
|
-
*/
|
|
26
|
-
ifNoneMatch?: string;
|
|
27
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Truvity from "../../../..";
|
|
5
|
-
/**
|
|
6
|
-
* @example
|
|
7
|
-
* {}
|
|
8
|
-
*/
|
|
9
|
-
export interface PetSearch {
|
|
10
|
-
/** Filter for the pets' resources. */
|
|
11
|
-
filter?: Truvity.PetFilter[];
|
|
12
|
-
/** Sort of the pets' resources. */
|
|
13
|
-
sort?: Truvity.PetSort[];
|
|
14
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export { PetCreateRequest } from "./PetCreateRequest";
|
|
2
|
-
export { PetSearch } from "./PetSearch";
|
|
3
|
-
export { UploadRequest } from "./UploadRequest";
|
|
4
|
-
export { PetLatestRequest } from "./PetLatestRequest";
|
|
5
|
-
export { PetUpdateRequest } from "./PetUpdateRequest";
|
|
6
|
-
export { PetDeleteRequest } from "./PetDeleteRequest";
|
|
7
|
-
export { PetHistoryRequest } from "./PetHistoryRequest";
|
|
8
|
-
export { PetRevisionRequest } from "./PetRevisionRequest";
|
|
9
|
-
export { PetDownloadRequest } from "./PetDownloadRequest";
|
package/api/types/Checksum.d.ts
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Truvity from "..";
|
|
5
|
-
/**
|
|
6
|
-
* Checksum for integrity check.
|
|
7
|
-
*/
|
|
8
|
-
export declare type Checksum = Truvity.Checksum.Crc32 | Truvity.Checksum.Crc32C | Truvity.Checksum.Sha1 | Truvity.Checksum.Sha256;
|
|
9
|
-
export declare namespace Checksum {
|
|
10
|
-
interface Crc32 extends Truvity.ChecksumCrc32 {
|
|
11
|
-
algorithm: "CRC32";
|
|
12
|
-
}
|
|
13
|
-
interface Crc32C extends Truvity.ChecksumCrc32C {
|
|
14
|
-
algorithm: "CRC32C";
|
|
15
|
-
}
|
|
16
|
-
interface Sha1 extends Truvity.ChecksumSha1 {
|
|
17
|
-
algorithm: "SHA1";
|
|
18
|
-
}
|
|
19
|
-
interface Sha256 extends Truvity.ChecksumSha256 {
|
|
20
|
-
algorithm: "SHA256";
|
|
21
|
-
}
|
|
22
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* Algorithm of the checksum for integrity check.
|
|
6
|
-
*/
|
|
7
|
-
export declare type ChecksumAlgorithm = "CRC32" | "CRC32C" | "SHA1" | "SHA256";
|
|
8
|
-
export declare const ChecksumAlgorithm: {
|
|
9
|
-
readonly Crc32: "CRC32";
|
|
10
|
-
readonly Crc32C: "CRC32C";
|
|
11
|
-
readonly Sha1: "SHA1";
|
|
12
|
-
readonly Sha256: "SHA256";
|
|
13
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.ChecksumAlgorithm = void 0;
|
|
7
|
-
exports.ChecksumAlgorithm = {
|
|
8
|
-
Crc32: "CRC32",
|
|
9
|
-
Crc32C: "CRC32C",
|
|
10
|
-
Sha1: "SHA1",
|
|
11
|
-
Sha256: "SHA256",
|
|
12
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* HTTP Method (to report problems).
|
|
6
|
-
*/
|
|
7
|
-
export declare type HttpMethod = "GET" | "HEAD" | "POST" | "PUT" | "PATCH" | "DELETE" | "CONNECT" | "OPTIONS" | "TRACE";
|
|
8
|
-
export declare const HttpMethod: {
|
|
9
|
-
readonly Get: "GET";
|
|
10
|
-
readonly Head: "HEAD";
|
|
11
|
-
readonly Post: "POST";
|
|
12
|
-
readonly Put: "PUT";
|
|
13
|
-
readonly Patch: "PATCH";
|
|
14
|
-
readonly Delete: "DELETE";
|
|
15
|
-
readonly Connect: "CONNECT";
|
|
16
|
-
readonly Options: "OPTIONS";
|
|
17
|
-
readonly Trace: "TRACE";
|
|
18
|
-
};
|
package/api/types/HttpMethod.js
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.HttpMethod = void 0;
|
|
7
|
-
exports.HttpMethod = {
|
|
8
|
-
Get: "GET",
|
|
9
|
-
Head: "HEAD",
|
|
10
|
-
Post: "POST",
|
|
11
|
-
Put: "PUT",
|
|
12
|
-
Patch: "PATCH",
|
|
13
|
-
Delete: "DELETE",
|
|
14
|
-
Connect: "CONNECT",
|
|
15
|
-
Options: "OPTIONS",
|
|
16
|
-
Trace: "TRACE",
|
|
17
|
-
};
|
package/api/types/Owner.d.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* Enum of all available values.
|
|
6
|
-
*/
|
|
7
|
-
export declare type OwnerField = "KIND_NAME" | "KIND_VERSION" | "ID" | "REVISION" | "CREATED_AT" | "MODIFIED_AT" | "ETAG" | "DATA_FIRST_NAME" | "DATA_LAST_NAME" | "DELETED_AT";
|
|
8
|
-
export declare const OwnerField: {
|
|
9
|
-
readonly KindName: "KIND_NAME";
|
|
10
|
-
readonly KindVersion: "KIND_VERSION";
|
|
11
|
-
readonly Id: "ID";
|
|
12
|
-
readonly Revision: "REVISION";
|
|
13
|
-
readonly CreatedAt: "CREATED_AT";
|
|
14
|
-
readonly ModifiedAt: "MODIFIED_AT";
|
|
15
|
-
readonly Etag: "ETAG";
|
|
16
|
-
readonly DataFirstName: "DATA_FIRST_NAME";
|
|
17
|
-
readonly DataLastName: "DATA_LAST_NAME";
|
|
18
|
-
readonly DeletedAt: "DELETED_AT";
|
|
19
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Truvity from "..";
|
|
5
|
-
/**
|
|
6
|
-
* Schema for the OwnerResource filter.
|
|
7
|
-
*/
|
|
8
|
-
export interface OwnerFilter {
|
|
9
|
-
createdAt?: Truvity.FilterTimestamp;
|
|
10
|
-
data?: Truvity.OwnerFilterData;
|
|
11
|
-
deletedAt?: Truvity.FilterTimestampOptional;
|
|
12
|
-
etag?: Truvity.FilterString;
|
|
13
|
-
id?: Truvity.FilterId;
|
|
14
|
-
modifiedAt?: Truvity.FilterTimestamp;
|
|
15
|
-
name?: Truvity.FilterString;
|
|
16
|
-
revision?: Truvity.FilterInteger;
|
|
17
|
-
version?: Truvity.FilterInteger;
|
|
18
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Truvity from "..";
|
|
5
|
-
/**
|
|
6
|
-
* Create or update owner's resource.
|
|
7
|
-
* If `labels` or `annotations` are omitted in an create request, the default empty object (`{}`) will be used.
|
|
8
|
-
* If `labels` or `annotations` are omitted in an update request, the current values remain untouched. Providing specific values updates the resoruce accordingly, while an empty object (`{}`) for either field clears its stored data.
|
|
9
|
-
*/
|
|
10
|
-
export interface OwnerInput {
|
|
11
|
-
data: Truvity.Owner;
|
|
12
|
-
annotations?: Truvity.Annotations;
|
|
13
|
-
labels?: Truvity.Labels;
|
|
14
|
-
}
|
package/api/types/OwnerList.d.ts
DELETED
package/api/types/Pet.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Truvity from "..";
|
|
5
|
-
/**
|
|
6
|
-
* A pet from RESTful PetStore.
|
|
7
|
-
*/
|
|
8
|
-
export interface Pet {
|
|
9
|
-
/** Nickname of a pet. */
|
|
10
|
-
nickname: string;
|
|
11
|
-
species: Truvity.Species;
|
|
12
|
-
/** Issuance date. */
|
|
13
|
-
issued: Date;
|
|
14
|
-
}
|
package/api/types/PetField.d.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* Enum of all available values.
|
|
6
|
-
*/
|
|
7
|
-
export declare type PetField = "KIND_NAME" | "KIND_VERSION" | "ID" | "REVISION" | "CREATED_AT" | "MODIFIED_AT" | "ETAG" | "DATA_NICKNAME" | "DATA_SPECIES" | "DATA_ISSUED" | "DELETED_AT";
|
|
8
|
-
export declare const PetField: {
|
|
9
|
-
readonly KindName: "KIND_NAME";
|
|
10
|
-
readonly KindVersion: "KIND_VERSION";
|
|
11
|
-
readonly Id: "ID";
|
|
12
|
-
readonly Revision: "REVISION";
|
|
13
|
-
readonly CreatedAt: "CREATED_AT";
|
|
14
|
-
readonly ModifiedAt: "MODIFIED_AT";
|
|
15
|
-
readonly Etag: "ETAG";
|
|
16
|
-
readonly DataNickname: "DATA_NICKNAME";
|
|
17
|
-
readonly DataSpecies: "DATA_SPECIES";
|
|
18
|
-
readonly DataIssued: "DATA_ISSUED";
|
|
19
|
-
readonly DeletedAt: "DELETED_AT";
|
|
20
|
-
};
|
package/api/types/PetField.js
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.PetField = void 0;
|
|
7
|
-
exports.PetField = {
|
|
8
|
-
KindName: "KIND_NAME",
|
|
9
|
-
KindVersion: "KIND_VERSION",
|
|
10
|
-
Id: "ID",
|
|
11
|
-
Revision: "REVISION",
|
|
12
|
-
CreatedAt: "CREATED_AT",
|
|
13
|
-
ModifiedAt: "MODIFIED_AT",
|
|
14
|
-
Etag: "ETAG",
|
|
15
|
-
DataNickname: "DATA_NICKNAME",
|
|
16
|
-
DataSpecies: "DATA_SPECIES",
|
|
17
|
-
DataIssued: "DATA_ISSUED",
|
|
18
|
-
DeletedAt: "DELETED_AT",
|
|
19
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Truvity from "..";
|
|
5
|
-
/**
|
|
6
|
-
* Requested revision of resource.
|
|
7
|
-
*/
|
|
8
|
-
export interface RequestedETag {
|
|
9
|
-
kind: Truvity.ResourceKind;
|
|
10
|
-
id: Truvity.ResourceId;
|
|
11
|
-
ifMatch: Truvity.ETag;
|
|
12
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Truvity from "..";
|
|
5
|
-
/**
|
|
6
|
-
* Requested revision of resource.
|
|
7
|
-
*/
|
|
8
|
-
export interface RequestedRevision {
|
|
9
|
-
kind: Truvity.ResourceKind;
|
|
10
|
-
id: Truvity.ResourceId;
|
|
11
|
-
revision: Truvity.Revision;
|
|
12
|
-
}
|