@distilled.cloud/fly-io 0.10.2 → 0.12.0
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/lib/client.d.ts +2 -2
- package/lib/client.d.ts.map +1 -1
- package/lib/client.js +4 -6
- package/lib/client.js.map +1 -1
- package/lib/credentials.d.ts +1 -1
- package/lib/credentials.d.ts.map +1 -1
- package/lib/credentials.js +1 -1
- package/lib/credentials.js.map +1 -1
- package/lib/operations/AppCertificatesAcmeCreate.d.ts +50 -1
- package/lib/operations/AppCertificatesAcmeCreate.d.ts.map +1 -1
- package/lib/operations/AppCertificatesAcmeCreate.js +2 -0
- package/lib/operations/AppCertificatesAcmeCreate.js.map +1 -1
- package/lib/operations/AppCertificatesAcmeDelete.d.ts +50 -1
- package/lib/operations/AppCertificatesAcmeDelete.d.ts.map +1 -1
- package/lib/operations/AppCertificatesAcmeDelete.js +2 -0
- package/lib/operations/AppCertificatesAcmeDelete.js.map +1 -1
- package/lib/operations/AppCertificatesCheck.d.ts +59 -1
- package/lib/operations/AppCertificatesCheck.d.ts.map +1 -1
- package/lib/operations/AppCertificatesCheck.js +2 -0
- package/lib/operations/AppCertificatesCheck.js.map +1 -1
- package/lib/operations/AppCertificatesCustomCreate.d.ts +52 -1
- package/lib/operations/AppCertificatesCustomCreate.d.ts.map +1 -1
- package/lib/operations/AppCertificatesCustomCreate.js +2 -0
- package/lib/operations/AppCertificatesCustomCreate.js.map +1 -1
- package/lib/operations/AppCertificatesCustomDelete.d.ts +51 -1
- package/lib/operations/AppCertificatesCustomDelete.d.ts.map +1 -1
- package/lib/operations/AppCertificatesCustomDelete.js +2 -0
- package/lib/operations/AppCertificatesCustomDelete.js.map +1 -1
- package/lib/operations/AppCertificatesDelete.d.ts +5 -1
- package/lib/operations/AppCertificatesDelete.d.ts.map +1 -1
- package/lib/operations/AppCertificatesDelete.js +2 -0
- package/lib/operations/AppCertificatesDelete.js.map +1 -1
- package/lib/operations/AppCertificatesList.d.ts +25 -1
- package/lib/operations/AppCertificatesList.d.ts.map +1 -1
- package/lib/operations/AppCertificatesList.js +2 -0
- package/lib/operations/AppCertificatesList.js.map +1 -1
- package/lib/operations/AppCertificatesShow.d.ts +50 -1
- package/lib/operations/AppCertificatesShow.d.ts.map +1 -1
- package/lib/operations/AppCertificatesShow.js +2 -0
- package/lib/operations/AppCertificatesShow.js.map +1 -1
- package/lib/operations/AppCreateDeployToken.d.ts +7 -1
- package/lib/operations/AppCreateDeployToken.d.ts.map +1 -1
- package/lib/operations/AppCreateDeployToken.js +2 -0
- package/lib/operations/AppCreateDeployToken.js.map +1 -1
- package/lib/operations/AppIPAssignmentsCreate.d.ts +15 -1
- package/lib/operations/AppIPAssignmentsCreate.d.ts.map +1 -1
- package/lib/operations/AppIPAssignmentsCreate.js +2 -0
- package/lib/operations/AppIPAssignmentsCreate.js.map +1 -1
- package/lib/operations/AppIPAssignmentsDelete.d.ts +5 -1
- package/lib/operations/AppIPAssignmentsDelete.d.ts.map +1 -1
- package/lib/operations/AppIPAssignmentsDelete.js +2 -0
- package/lib/operations/AppIPAssignmentsDelete.js.map +1 -1
- package/lib/operations/AppIPAssignmentsList.d.ts +12 -1
- package/lib/operations/AppIPAssignmentsList.d.ts.map +1 -1
- package/lib/operations/AppIPAssignmentsList.js +2 -0
- package/lib/operations/AppIPAssignmentsList.js.map +1 -1
- package/lib/operations/App_CertificatesAcmeCreate.d.ts +48 -1
- package/lib/operations/App_CertificatesAcmeCreate.d.ts.map +1 -1
- package/lib/operations/App_CertificatesAcmeDelete.d.ts +46 -1
- package/lib/operations/App_CertificatesAcmeDelete.d.ts.map +1 -1
- package/lib/operations/App_CertificatesCheck.d.ts +55 -1
- package/lib/operations/App_CertificatesCheck.d.ts.map +1 -1
- package/lib/operations/App_CertificatesCustomCreate.d.ts +50 -1
- package/lib/operations/App_CertificatesCustomCreate.d.ts.map +1 -1
- package/lib/operations/App_CertificatesCustomDelete.d.ts +47 -1
- package/lib/operations/App_CertificatesCustomDelete.d.ts.map +1 -1
- package/lib/operations/App_CertificatesDelete.d.ts +1 -1
- package/lib/operations/App_CertificatesDelete.d.ts.map +1 -1
- package/lib/operations/App_CertificatesList.d.ts +23 -1
- package/lib/operations/App_CertificatesList.d.ts.map +1 -1
- package/lib/operations/App_CertificatesShow.d.ts +46 -1
- package/lib/operations/App_CertificatesShow.d.ts.map +1 -1
- package/lib/operations/App_IPAssignmentsCreate.d.ts +13 -1
- package/lib/operations/App_IPAssignmentsCreate.d.ts.map +1 -1
- package/lib/operations/App_IPAssignmentsDelete.d.ts +1 -1
- package/lib/operations/App_IPAssignmentsDelete.d.ts.map +1 -1
- package/lib/operations/App_IPAssignmentsList.d.ts +9 -1
- package/lib/operations/App_IPAssignmentsList.d.ts.map +1 -1
- package/lib/operations/AppsCreate.d.ts +7 -1
- package/lib/operations/AppsCreate.d.ts.map +1 -1
- package/lib/operations/AppsCreate.js +2 -0
- package/lib/operations/AppsCreate.js.map +1 -1
- package/lib/operations/AppsDelete.d.ts +4 -1
- package/lib/operations/AppsDelete.d.ts.map +1 -1
- package/lib/operations/AppsDelete.js +2 -0
- package/lib/operations/AppsDelete.js.map +1 -1
- package/lib/operations/AppsList.d.ts +21 -1
- package/lib/operations/AppsList.d.ts.map +1 -1
- package/lib/operations/AppsList.js +2 -0
- package/lib/operations/AppsList.js.map +1 -1
- package/lib/operations/AppsShow.d.ts +17 -1
- package/lib/operations/AppsShow.d.ts.map +1 -1
- package/lib/operations/AppsShow.js +2 -0
- package/lib/operations/AppsShow.js.map +1 -1
- package/lib/operations/CurrentTokenShow.d.ts +12 -1
- package/lib/operations/CurrentTokenShow.d.ts.map +1 -1
- package/lib/operations/CurrentTokenShow.js +2 -0
- package/lib/operations/CurrentTokenShow.js.map +1 -1
- package/lib/operations/MachinesCordon.d.ts +5 -1
- package/lib/operations/MachinesCordon.d.ts.map +1 -1
- package/lib/operations/MachinesCordon.js +2 -0
- package/lib/operations/MachinesCordon.js.map +1 -1
- package/lib/operations/MachinesCreate.d.ts +826 -1
- package/lib/operations/MachinesCreate.d.ts.map +1 -1
- package/lib/operations/MachinesCreate.js +2 -0
- package/lib/operations/MachinesCreate.js.map +1 -1
- package/lib/operations/MachinesCreateLease.d.ts +13 -1
- package/lib/operations/MachinesCreateLease.d.ts.map +1 -1
- package/lib/operations/MachinesCreateLease.js +2 -0
- package/lib/operations/MachinesCreateLease.js.map +1 -1
- package/lib/operations/MachinesDelete.d.ts +6 -1
- package/lib/operations/MachinesDelete.d.ts.map +1 -1
- package/lib/operations/MachinesDelete.js +2 -0
- package/lib/operations/MachinesDelete.js.map +1 -1
- package/lib/operations/MachinesDeleteMetadata.d.ts +6 -1
- package/lib/operations/MachinesDeleteMetadata.d.ts.map +1 -1
- package/lib/operations/MachinesDeleteMetadata.js +2 -0
- package/lib/operations/MachinesDeleteMetadata.js.map +1 -1
- package/lib/operations/MachinesExec.d.ts +15 -1
- package/lib/operations/MachinesExec.d.ts.map +1 -1
- package/lib/operations/MachinesExec.js +2 -0
- package/lib/operations/MachinesExec.js.map +1 -1
- package/lib/operations/MachinesGetMemory.d.ts +8 -1
- package/lib/operations/MachinesGetMemory.d.ts.map +1 -1
- package/lib/operations/MachinesGetMemory.js +2 -0
- package/lib/operations/MachinesGetMemory.js.map +1 -1
- package/lib/operations/MachinesGetMetadataKey.d.ts +7 -1
- package/lib/operations/MachinesGetMetadataKey.d.ts.map +1 -1
- package/lib/operations/MachinesList.d.ts +562 -1
- package/lib/operations/MachinesList.d.ts.map +1 -1
- package/lib/operations/MachinesList.js +2 -0
- package/lib/operations/MachinesList.js.map +1 -1
- package/lib/operations/MachinesListEvents.d.ts +13 -1
- package/lib/operations/MachinesListEvents.d.ts.map +1 -1
- package/lib/operations/MachinesListEvents.js +2 -0
- package/lib/operations/MachinesListEvents.js.map +1 -1
- package/lib/operations/MachinesListProcesses.d.ts +19 -1
- package/lib/operations/MachinesListProcesses.d.ts.map +1 -1
- package/lib/operations/MachinesListProcesses.js +2 -0
- package/lib/operations/MachinesListProcesses.js.map +1 -1
- package/lib/operations/MachinesListVersions.d.ts +267 -1
- package/lib/operations/MachinesListVersions.d.ts.map +1 -1
- package/lib/operations/MachinesListVersions.js +2 -0
- package/lib/operations/MachinesListVersions.js.map +1 -1
- package/lib/operations/MachinesOrgList.d.ts +44 -1
- package/lib/operations/MachinesOrgList.d.ts.map +1 -1
- package/lib/operations/MachinesOrgList.js +2 -0
- package/lib/operations/MachinesOrgList.js.map +1 -1
- package/lib/operations/MachinesPatchMetadata.d.ts +5 -1
- package/lib/operations/MachinesPatchMetadata.d.ts.map +1 -1
- package/lib/operations/MachinesPatchMetadata.js +2 -0
- package/lib/operations/MachinesPatchMetadata.js.map +1 -1
- package/lib/operations/MachinesReclaimMemory.d.ts +8 -1
- package/lib/operations/MachinesReclaimMemory.d.ts.map +1 -1
- package/lib/operations/MachinesReclaimMemory.js +2 -0
- package/lib/operations/MachinesReclaimMemory.js.map +1 -1
- package/lib/operations/MachinesReleaseLease.d.ts +5 -1
- package/lib/operations/MachinesReleaseLease.d.ts.map +1 -1
- package/lib/operations/MachinesReleaseLease.js +2 -0
- package/lib/operations/MachinesReleaseLease.js.map +1 -1
- package/lib/operations/MachinesRestart.d.ts +7 -1
- package/lib/operations/MachinesRestart.d.ts.map +1 -1
- package/lib/operations/MachinesRestart.js +2 -0
- package/lib/operations/MachinesRestart.js.map +1 -1
- package/lib/operations/MachinesSetMemoryLimit.d.ts +9 -1
- package/lib/operations/MachinesSetMemoryLimit.d.ts.map +1 -1
- package/lib/operations/MachinesSetMemoryLimit.js +2 -0
- package/lib/operations/MachinesSetMemoryLimit.js.map +1 -1
- package/lib/operations/MachinesShow.d.ts +559 -1
- package/lib/operations/MachinesShow.d.ts.map +1 -1
- package/lib/operations/MachinesShow.js +2 -0
- package/lib/operations/MachinesShow.js.map +1 -1
- package/lib/operations/MachinesShowLease.d.ts +11 -1
- package/lib/operations/MachinesShowLease.d.ts.map +1 -1
- package/lib/operations/MachinesShowLease.js +2 -0
- package/lib/operations/MachinesShowLease.js.map +1 -1
- package/lib/operations/MachinesShowMetadata.d.ts +7 -1
- package/lib/operations/MachinesShowMetadata.d.ts.map +1 -1
- package/lib/operations/MachinesShowMetadata.js +2 -0
- package/lib/operations/MachinesShowMetadata.js.map +1 -1
- package/lib/operations/MachinesSignal.d.ts +6 -1
- package/lib/operations/MachinesSignal.d.ts.map +1 -1
- package/lib/operations/MachinesSignal.js +2 -0
- package/lib/operations/MachinesSignal.js.map +1 -1
- package/lib/operations/MachinesStart.d.ts +5 -1
- package/lib/operations/MachinesStart.d.ts.map +1 -1
- package/lib/operations/MachinesStart.js +2 -0
- package/lib/operations/MachinesStart.js.map +1 -1
- package/lib/operations/MachinesStop.d.ts +7 -1
- package/lib/operations/MachinesStop.d.ts.map +1 -1
- package/lib/operations/MachinesStop.js +2 -0
- package/lib/operations/MachinesStop.js.map +1 -1
- package/lib/operations/MachinesSuspend.d.ts +5 -1
- package/lib/operations/MachinesSuspend.d.ts.map +1 -1
- package/lib/operations/MachinesSuspend.js +2 -0
- package/lib/operations/MachinesSuspend.js.map +1 -1
- package/lib/operations/MachinesUncordon.d.ts +5 -1
- package/lib/operations/MachinesUncordon.d.ts.map +1 -1
- package/lib/operations/MachinesUncordon.js +2 -0
- package/lib/operations/MachinesUncordon.js.map +1 -1
- package/lib/operations/MachinesUpdate.d.ts +828 -1
- package/lib/operations/MachinesUpdate.d.ts.map +1 -1
- package/lib/operations/MachinesUpdate.js +2 -0
- package/lib/operations/MachinesUpdate.js.map +1 -1
- package/lib/operations/MachinesUpdateMetadata.d.ts +10 -1
- package/lib/operations/MachinesUpdateMetadata.d.ts.map +1 -1
- package/lib/operations/MachinesUpdateMetadata.js +2 -0
- package/lib/operations/MachinesUpdateMetadata.js.map +1 -1
- package/lib/operations/MachinesUpsertMetadata.d.ts +7 -1
- package/lib/operations/MachinesUpsertMetadata.d.ts.map +1 -1
- package/lib/operations/MachinesWait.d.ts +15 -1
- package/lib/operations/MachinesWait.d.ts.map +1 -1
- package/lib/operations/MachinesWait.js +2 -0
- package/lib/operations/MachinesWait.js.map +1 -1
- package/lib/operations/PlatformPlacementsPost.d.ts +26 -1
- package/lib/operations/PlatformPlacementsPost.d.ts.map +1 -1
- package/lib/operations/PlatformPlacementsPost.js +2 -0
- package/lib/operations/PlatformPlacementsPost.js.map +1 -1
- package/lib/operations/PlatformRegionsGet.d.ts +14 -1
- package/lib/operations/PlatformRegionsGet.d.ts.map +1 -1
- package/lib/operations/PlatformRegionsGet.js +2 -0
- package/lib/operations/PlatformRegionsGet.js.map +1 -1
- package/lib/operations/SecretCreate.d.ts +14 -1
- package/lib/operations/SecretCreate.d.ts.map +1 -1
- package/lib/operations/SecretCreate.js +2 -0
- package/lib/operations/SecretCreate.js.map +1 -1
- package/lib/operations/SecretDelete.d.ts +8 -1
- package/lib/operations/SecretDelete.d.ts.map +1 -1
- package/lib/operations/SecretDelete.js +2 -0
- package/lib/operations/SecretDelete.js.map +1 -1
- package/lib/operations/SecretGet.d.ts +13 -1
- package/lib/operations/SecretGet.d.ts.map +1 -1
- package/lib/operations/SecretGet.js +2 -0
- package/lib/operations/SecretGet.js.map +1 -1
- package/lib/operations/SecretkeyDecrypt.d.ts +10 -1
- package/lib/operations/SecretkeyDecrypt.d.ts.map +1 -1
- package/lib/operations/SecretkeyDecrypt.js +2 -0
- package/lib/operations/SecretkeyDecrypt.js.map +1 -1
- package/lib/operations/SecretkeyDelete.d.ts +8 -1
- package/lib/operations/SecretkeyDelete.d.ts.map +1 -1
- package/lib/operations/SecretkeyDelete.js +2 -0
- package/lib/operations/SecretkeyDelete.js.map +1 -1
- package/lib/operations/SecretkeyEncrypt.d.ts +10 -1
- package/lib/operations/SecretkeyEncrypt.d.ts.map +1 -1
- package/lib/operations/SecretkeyEncrypt.js +2 -0
- package/lib/operations/SecretkeyEncrypt.js.map +1 -1
- package/lib/operations/SecretkeyGenerate.d.ts +15 -1
- package/lib/operations/SecretkeyGenerate.d.ts.map +1 -1
- package/lib/operations/SecretkeyGenerate.js +2 -0
- package/lib/operations/SecretkeyGenerate.js.map +1 -1
- package/lib/operations/SecretkeyGet.d.ts +12 -1
- package/lib/operations/SecretkeyGet.d.ts.map +1 -1
- package/lib/operations/SecretkeyGet.js +2 -0
- package/lib/operations/SecretkeyGet.js.map +1 -1
- package/lib/operations/SecretkeySet.d.ts +15 -1
- package/lib/operations/SecretkeySet.d.ts.map +1 -1
- package/lib/operations/SecretkeySet.js +2 -0
- package/lib/operations/SecretkeySet.js.map +1 -1
- package/lib/operations/SecretkeySign.d.ts +9 -1
- package/lib/operations/SecretkeySign.d.ts.map +1 -1
- package/lib/operations/SecretkeySign.js +2 -0
- package/lib/operations/SecretkeySign.js.map +1 -1
- package/lib/operations/SecretkeyVerify.d.ts +8 -1
- package/lib/operations/SecretkeyVerify.d.ts.map +1 -1
- package/lib/operations/SecretkeyVerify.js +2 -0
- package/lib/operations/SecretkeyVerify.js.map +1 -1
- package/lib/operations/SecretkeysList.d.ts +14 -1
- package/lib/operations/SecretkeysList.d.ts.map +1 -1
- package/lib/operations/SecretkeysList.js +2 -0
- package/lib/operations/SecretkeysList.js.map +1 -1
- package/lib/operations/SecretsList.d.ts +14 -1
- package/lib/operations/SecretsList.d.ts.map +1 -1
- package/lib/operations/SecretsList.js +2 -0
- package/lib/operations/SecretsList.js.map +1 -1
- package/lib/operations/SecretsUpdate.d.ts +17 -1
- package/lib/operations/SecretsUpdate.d.ts.map +1 -1
- package/lib/operations/SecretsUpdate.js +2 -0
- package/lib/operations/SecretsUpdate.js.map +1 -1
- package/lib/operations/TokensRequestKms.d.ts +2 -1
- package/lib/operations/TokensRequestKms.d.ts.map +1 -1
- package/lib/operations/TokensRequestKms.js +2 -0
- package/lib/operations/TokensRequestKms.js.map +1 -1
- package/lib/operations/TokensRequestOIDC.d.ts +5 -1
- package/lib/operations/TokensRequestOIDC.d.ts.map +1 -1
- package/lib/operations/TokensRequestOIDC.js +2 -0
- package/lib/operations/TokensRequestOIDC.js.map +1 -1
- package/lib/operations/TokensRequest_Kms.d.ts +1 -1
- package/lib/operations/TokensRequest_Kms.d.ts.map +1 -1
- package/lib/operations/TokensRequest_OIDC.d.ts +4 -1
- package/lib/operations/TokensRequest_OIDC.d.ts.map +1 -1
- package/lib/operations/VolumeDelete.d.ts +27 -1
- package/lib/operations/VolumeDelete.d.ts.map +1 -1
- package/lib/operations/VolumeDelete.js +2 -0
- package/lib/operations/VolumeDelete.js.map +1 -1
- package/lib/operations/VolumesCreate.d.ts +49 -1
- package/lib/operations/VolumesCreate.d.ts.map +1 -1
- package/lib/operations/VolumesCreate.js +2 -0
- package/lib/operations/VolumesCreate.js.map +1 -1
- package/lib/operations/VolumesExtend.d.ts +31 -1
- package/lib/operations/VolumesExtend.d.ts.map +1 -1
- package/lib/operations/VolumesExtend.js +2 -0
- package/lib/operations/VolumesExtend.js.map +1 -1
- package/lib/operations/VolumesGetById.d.ts +27 -1
- package/lib/operations/VolumesGetById.d.ts.map +1 -1
- package/lib/operations/VolumesGetById.js +2 -0
- package/lib/operations/VolumesGetById.js.map +1 -1
- package/lib/operations/VolumesList.d.ts +27 -1
- package/lib/operations/VolumesList.d.ts.map +1 -1
- package/lib/operations/VolumesList.js +2 -0
- package/lib/operations/VolumesList.js.map +1 -1
- package/lib/operations/VolumesListSnapshots.d.ts +13 -1
- package/lib/operations/VolumesListSnapshots.d.ts.map +1 -1
- package/lib/operations/VolumesListSnapshots.js +2 -0
- package/lib/operations/VolumesListSnapshots.js.map +1 -1
- package/lib/operations/VolumesOrgList.d.ts +39 -1
- package/lib/operations/VolumesOrgList.d.ts.map +1 -1
- package/lib/operations/VolumesUpdate.d.ts +29 -1
- package/lib/operations/VolumesUpdate.d.ts.map +1 -1
- package/lib/operations/VolumesUpdate.js +2 -0
- package/lib/operations/VolumesUpdate.js.map +1 -1
- package/lib/operations/createVolumeSnapshot.d.ts +5 -1
- package/lib/operations/createVolumeSnapshot.d.ts.map +1 -1
- package/lib/operations/createVolumeSnapshot.js +2 -0
- package/lib/operations/createVolumeSnapshot.js.map +1 -1
- package/package.json +3 -2
- package/src/client.ts +4 -6
- package/src/credentials.ts +1 -1
- package/src/operations/AppCertificatesAcmeCreate.ts +7 -0
- package/src/operations/AppCertificatesAcmeDelete.ts +2 -0
- package/src/operations/AppCertificatesCheck.ts +2 -0
- package/src/operations/AppCertificatesCustomCreate.ts +7 -0
- package/src/operations/AppCertificatesCustomDelete.ts +2 -0
- package/src/operations/AppCertificatesDelete.ts +2 -0
- package/src/operations/AppCertificatesList.ts +2 -0
- package/src/operations/AppCertificatesShow.ts +2 -0
- package/src/operations/AppCreateDeployToken.ts +2 -0
- package/src/operations/AppIPAssignmentsCreate.ts +2 -0
- package/src/operations/AppIPAssignmentsDelete.ts +2 -0
- package/src/operations/AppIPAssignmentsList.ts +2 -0
- package/src/operations/AppsCreate.ts +2 -0
- package/src/operations/AppsDelete.ts +2 -0
- package/src/operations/AppsList.ts +2 -0
- package/src/operations/AppsShow.ts +2 -0
- package/src/operations/CurrentTokenShow.ts +2 -0
- package/src/operations/MachinesCordon.ts +2 -0
- package/src/operations/MachinesCreate.ts +2 -0
- package/src/operations/MachinesCreateLease.ts +2 -0
- package/src/operations/MachinesDelete.ts +2 -0
- package/src/operations/MachinesDeleteMetadata.ts +2 -0
- package/src/operations/MachinesExec.ts +2 -0
- package/src/operations/MachinesGetMemory.ts +2 -0
- package/src/operations/MachinesList.ts +2 -0
- package/src/operations/MachinesListEvents.ts +2 -0
- package/src/operations/MachinesListProcesses.ts +2 -0
- package/src/operations/MachinesListVersions.ts +2 -0
- package/src/operations/MachinesOrgList.ts +2 -0
- package/src/operations/MachinesPatchMetadata.ts +2 -0
- package/src/operations/MachinesReclaimMemory.ts +2 -0
- package/src/operations/MachinesReleaseLease.ts +2 -0
- package/src/operations/MachinesRestart.ts +2 -0
- package/src/operations/MachinesSetMemoryLimit.ts +2 -0
- package/src/operations/MachinesShow.ts +2 -0
- package/src/operations/MachinesShowLease.ts +2 -0
- package/src/operations/MachinesShowMetadata.ts +2 -0
- package/src/operations/MachinesSignal.ts +2 -0
- package/src/operations/MachinesStart.ts +2 -0
- package/src/operations/MachinesStop.ts +2 -0
- package/src/operations/MachinesSuspend.ts +2 -0
- package/src/operations/MachinesUncordon.ts +2 -0
- package/src/operations/MachinesUpdate.ts +2 -0
- package/src/operations/MachinesUpdateMetadata.ts +2 -0
- package/src/operations/MachinesWait.ts +2 -0
- package/src/operations/PlatformPlacementsPost.ts +2 -0
- package/src/operations/PlatformRegionsGet.ts +2 -0
- package/src/operations/SecretCreate.ts +2 -0
- package/src/operations/SecretDelete.ts +2 -0
- package/src/operations/SecretGet.ts +2 -0
- package/src/operations/SecretkeyDecrypt.ts +2 -0
- package/src/operations/SecretkeyDelete.ts +2 -0
- package/src/operations/SecretkeyEncrypt.ts +2 -0
- package/src/operations/SecretkeyGenerate.ts +2 -0
- package/src/operations/SecretkeyGet.ts +2 -0
- package/src/operations/SecretkeySet.ts +2 -0
- package/src/operations/SecretkeySign.ts +2 -0
- package/src/operations/SecretkeyVerify.ts +2 -0
- package/src/operations/SecretkeysList.ts +2 -0
- package/src/operations/SecretsList.ts +2 -0
- package/src/operations/SecretsUpdate.ts +2 -0
- package/src/operations/TokensRequestKms.ts +2 -0
- package/src/operations/TokensRequestOIDC.ts +2 -0
- package/src/operations/VolumeDelete.ts +2 -0
- package/src/operations/VolumesCreate.ts +2 -0
- package/src/operations/VolumesExtend.ts +2 -0
- package/src/operations/VolumesGetById.ts +2 -0
- package/src/operations/VolumesList.ts +2 -0
- package/src/operations/VolumesListSnapshots.ts +2 -0
- package/src/operations/VolumesUpdate.ts +2 -0
- package/src/operations/createVolumeSnapshot.ts +2 -0
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const MachinesListInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -949,4 +950,5 @@ export type MachinesListOutput = typeof MachinesListOutput.Type;
|
|
|
949
950
|
export const MachinesList = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
950
951
|
inputSchema: MachinesListInput,
|
|
951
952
|
outputSchema: MachinesListOutput,
|
|
953
|
+
errors: [Forbidden, NotFound] as const,
|
|
952
954
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const MachinesListEventsInput =
|
|
@@ -43,4 +44,5 @@ export type MachinesListEventsOutput = typeof MachinesListEventsOutput.Type;
|
|
|
43
44
|
export const MachinesListEvents = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
44
45
|
inputSchema: MachinesListEventsInput,
|
|
45
46
|
outputSchema: MachinesListEventsOutput,
|
|
47
|
+
errors: [Forbidden, NotFound] as const,
|
|
46
48
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const MachinesListProcessesInput =
|
|
@@ -56,5 +57,6 @@ export const MachinesListProcesses = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
56
57
|
() => ({
|
|
57
58
|
inputSchema: MachinesListProcessesInput,
|
|
58
59
|
outputSchema: MachinesListProcessesOutput,
|
|
60
|
+
errors: [BadRequest, Forbidden, NotFound] as const,
|
|
59
61
|
}),
|
|
60
62
|
);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const MachinesListVersionsInput =
|
|
@@ -483,5 +484,6 @@ export const MachinesListVersions = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
483
484
|
() => ({
|
|
484
485
|
inputSchema: MachinesListVersionsInput,
|
|
485
486
|
outputSchema: MachinesListVersionsOutput,
|
|
487
|
+
errors: [Forbidden, NotFound] as const,
|
|
486
488
|
}),
|
|
487
489
|
);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const MachinesOrgListInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -81,4 +82,5 @@ export type MachinesOrgListOutput = typeof MachinesOrgListOutput.Type;
|
|
|
81
82
|
export const MachinesOrgList = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
82
83
|
inputSchema: MachinesOrgListInput,
|
|
83
84
|
outputSchema: MachinesOrgListOutput,
|
|
85
|
+
errors: [Forbidden, NotFound] as const,
|
|
84
86
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const MachinesPatchMetadataInput =
|
|
@@ -35,5 +36,6 @@ export const MachinesPatchMetadata = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
35
36
|
() => ({
|
|
36
37
|
inputSchema: MachinesPatchMetadataInput,
|
|
37
38
|
outputSchema: MachinesPatchMetadataOutput,
|
|
39
|
+
errors: [BadRequest, Forbidden, NotFound] as const,
|
|
38
40
|
}),
|
|
39
41
|
);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const MachinesReclaimMemoryInput =
|
|
@@ -37,5 +38,6 @@ export const MachinesReclaimMemory = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
37
38
|
() => ({
|
|
38
39
|
inputSchema: MachinesReclaimMemoryInput,
|
|
39
40
|
outputSchema: MachinesReclaimMemoryOutput,
|
|
41
|
+
errors: [BadRequest, Forbidden, NotFound] as const,
|
|
40
42
|
}),
|
|
41
43
|
);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const MachinesReleaseLeaseInput =
|
|
@@ -34,5 +35,6 @@ export const MachinesReleaseLease = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
34
35
|
() => ({
|
|
35
36
|
inputSchema: MachinesReleaseLeaseInput,
|
|
36
37
|
outputSchema: MachinesReleaseLeaseOutput,
|
|
38
|
+
errors: [Forbidden, NotFound] as const,
|
|
37
39
|
}),
|
|
38
40
|
);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const MachinesRestartInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -44,4 +45,5 @@ export type MachinesRestartOutput = typeof MachinesRestartOutput.Type;
|
|
|
44
45
|
export const MachinesRestart = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
45
46
|
inputSchema: MachinesRestartInput,
|
|
46
47
|
outputSchema: MachinesRestartOutput,
|
|
48
|
+
errors: [BadRequest, Forbidden, NotFound] as const,
|
|
47
49
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const MachinesSetMemoryLimitInput =
|
|
@@ -39,5 +40,6 @@ export const MachinesSetMemoryLimit = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
39
40
|
() => ({
|
|
40
41
|
inputSchema: MachinesSetMemoryLimitInput,
|
|
41
42
|
outputSchema: MachinesSetMemoryLimitOutput,
|
|
43
|
+
errors: [BadRequest, Forbidden, NotFound] as const,
|
|
42
44
|
}),
|
|
43
45
|
);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const MachinesShowInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -933,4 +934,5 @@ export type MachinesShowOutput = typeof MachinesShowOutput.Type;
|
|
|
933
934
|
export const MachinesShow = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
934
935
|
inputSchema: MachinesShowInput,
|
|
935
936
|
outputSchema: MachinesShowOutput,
|
|
937
|
+
errors: [Forbidden, NotFound] as const,
|
|
936
938
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const MachinesShowLeaseInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
|
|
@@ -39,4 +40,5 @@ export type MachinesShowLeaseOutput = typeof MachinesShowLeaseOutput.Type;
|
|
|
39
40
|
export const MachinesShowLease = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
40
41
|
inputSchema: MachinesShowLeaseInput,
|
|
41
42
|
outputSchema: MachinesShowLeaseOutput,
|
|
43
|
+
errors: [Forbidden, NotFound] as const,
|
|
42
44
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const MachinesShowMetadataInput =
|
|
@@ -33,5 +34,6 @@ export const MachinesShowMetadata = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
33
34
|
() => ({
|
|
34
35
|
inputSchema: MachinesShowMetadataInput,
|
|
35
36
|
outputSchema: MachinesShowMetadataOutput,
|
|
37
|
+
errors: [Forbidden, NotFound] as const,
|
|
36
38
|
}),
|
|
37
39
|
);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const MachinesSignalInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -48,4 +49,5 @@ export type MachinesSignalOutput = typeof MachinesSignalOutput.Type;
|
|
|
48
49
|
export const MachinesSignal = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
49
50
|
inputSchema: MachinesSignalInput,
|
|
50
51
|
outputSchema: MachinesSignalOutput,
|
|
52
|
+
errors: [BadRequest, Forbidden, NotFound] as const,
|
|
51
53
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const MachinesStartInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -30,4 +31,5 @@ export type MachinesStartOutput = typeof MachinesStartOutput.Type;
|
|
|
30
31
|
export const MachinesStart = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
31
32
|
inputSchema: MachinesStartInput,
|
|
32
33
|
outputSchema: MachinesStartOutput,
|
|
34
|
+
errors: [BadRequest, Forbidden, NotFound] as const,
|
|
33
35
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const MachinesStopInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -42,4 +43,5 @@ export type MachinesStopOutput = typeof MachinesStopOutput.Type;
|
|
|
42
43
|
export const MachinesStop = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
43
44
|
inputSchema: MachinesStopInput,
|
|
44
45
|
outputSchema: MachinesStopOutput,
|
|
46
|
+
errors: [BadRequest, Forbidden, NotFound] as const,
|
|
45
47
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const MachinesSuspendInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -30,4 +31,5 @@ export type MachinesSuspendOutput = typeof MachinesSuspendOutput.Type;
|
|
|
30
31
|
export const MachinesSuspend = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
31
32
|
inputSchema: MachinesSuspendInput,
|
|
32
33
|
outputSchema: MachinesSuspendOutput,
|
|
34
|
+
errors: [BadRequest, Forbidden, NotFound] as const,
|
|
33
35
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const MachinesUncordonInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -30,4 +31,5 @@ export type MachinesUncordonOutput = typeof MachinesUncordonOutput.Type;
|
|
|
30
31
|
export const MachinesUncordon = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
31
32
|
inputSchema: MachinesUncordonInput,
|
|
32
33
|
outputSchema: MachinesUncordonOutput,
|
|
34
|
+
errors: [BadRequest, Forbidden, NotFound] as const,
|
|
33
35
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const MachinesUpdateInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -1373,4 +1374,5 @@ export type MachinesUpdateOutput = typeof MachinesUpdateOutput.Type;
|
|
|
1373
1374
|
export const MachinesUpdate = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
1374
1375
|
inputSchema: MachinesUpdateInput,
|
|
1375
1376
|
outputSchema: MachinesUpdateOutput,
|
|
1377
|
+
errors: [BadRequest, Forbidden, NotFound] as const,
|
|
1376
1378
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const MachinesUpdateMetadataInput =
|
|
@@ -39,5 +40,6 @@ export const MachinesUpdateMetadata = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
39
40
|
() => ({
|
|
40
41
|
inputSchema: MachinesUpdateMetadataInput,
|
|
41
42
|
outputSchema: MachinesUpdateMetadataOutput,
|
|
43
|
+
errors: [BadRequest, Forbidden, NotFound] as const,
|
|
42
44
|
}),
|
|
43
45
|
);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const MachinesWaitInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -55,4 +56,5 @@ export type MachinesWaitOutput = typeof MachinesWaitOutput.Type;
|
|
|
55
56
|
export const MachinesWait = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
56
57
|
inputSchema: MachinesWaitInput,
|
|
57
58
|
outputSchema: MachinesWaitOutput,
|
|
59
|
+
errors: [BadRequest, Forbidden, NotFound] as const,
|
|
58
60
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { BadRequest, Forbidden } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const PlatformPlacementsPostInput =
|
|
@@ -56,5 +57,6 @@ export const PlatformPlacementsPost = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
56
57
|
() => ({
|
|
57
58
|
inputSchema: PlatformPlacementsPostInput,
|
|
58
59
|
outputSchema: PlatformPlacementsPostOutput,
|
|
60
|
+
errors: [BadRequest, Forbidden] as const,
|
|
59
61
|
}),
|
|
60
62
|
);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { Forbidden } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const PlatformRegionsGetInput =
|
|
@@ -39,4 +40,5 @@ export type PlatformRegionsGetOutput = typeof PlatformRegionsGetOutput.Type;
|
|
|
39
40
|
export const PlatformRegionsGet = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
40
41
|
inputSchema: PlatformRegionsGetInput,
|
|
41
42
|
outputSchema: PlatformRegionsGetOutput,
|
|
43
|
+
errors: [Forbidden] as const,
|
|
42
44
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const SecretCreateInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -34,4 +35,5 @@ export type SecretCreateOutput = typeof SecretCreateOutput.Type;
|
|
|
34
35
|
export const SecretCreate = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
35
36
|
inputSchema: SecretCreateInput,
|
|
36
37
|
outputSchema: SecretCreateOutput,
|
|
38
|
+
errors: [BadRequest, Forbidden, NotFound] as const,
|
|
37
39
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const SecretDeleteInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -28,4 +29,5 @@ export type SecretDeleteOutput = typeof SecretDeleteOutput.Type;
|
|
|
28
29
|
export const SecretDelete = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
29
30
|
inputSchema: SecretDeleteInput,
|
|
30
31
|
outputSchema: SecretDeleteOutput,
|
|
32
|
+
errors: [Forbidden, NotFound] as const,
|
|
31
33
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const SecretGetInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -35,4 +36,5 @@ export type SecretGetOutput = typeof SecretGetOutput.Type;
|
|
|
35
36
|
export const SecretGet = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
36
37
|
inputSchema: SecretGetInput,
|
|
37
38
|
outputSchema: SecretGetOutput,
|
|
39
|
+
errors: [Forbidden, NotFound] as const,
|
|
38
40
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const SecretkeyDecryptInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -36,4 +37,5 @@ export type SecretkeyDecryptOutput = typeof SecretkeyDecryptOutput.Type;
|
|
|
36
37
|
export const SecretkeyDecrypt = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
37
38
|
inputSchema: SecretkeyDecryptInput,
|
|
38
39
|
outputSchema: SecretkeyDecryptOutput,
|
|
40
|
+
errors: [BadRequest, Forbidden, NotFound] as const,
|
|
39
41
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const SecretkeyDeleteInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -31,4 +32,5 @@ export type SecretkeyDeleteOutput = typeof SecretkeyDeleteOutput.Type;
|
|
|
31
32
|
export const SecretkeyDelete = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
32
33
|
inputSchema: SecretkeyDeleteInput,
|
|
33
34
|
outputSchema: SecretkeyDeleteOutput,
|
|
35
|
+
errors: [Forbidden, NotFound] as const,
|
|
34
36
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const SecretkeyEncryptInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -36,4 +37,5 @@ export type SecretkeyEncryptOutput = typeof SecretkeyEncryptOutput.Type;
|
|
|
36
37
|
export const SecretkeyEncrypt = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
37
38
|
inputSchema: SecretkeyEncryptInput,
|
|
38
39
|
outputSchema: SecretkeyEncryptOutput,
|
|
40
|
+
errors: [BadRequest, Forbidden, NotFound] as const,
|
|
39
41
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const SecretkeyGenerateInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
|
|
@@ -41,4 +42,5 @@ export type SecretkeyGenerateOutput = typeof SecretkeyGenerateOutput.Type;
|
|
|
41
42
|
export const SecretkeyGenerate = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
42
43
|
inputSchema: SecretkeyGenerateInput,
|
|
43
44
|
outputSchema: SecretkeyGenerateOutput,
|
|
45
|
+
errors: [BadRequest, Forbidden, NotFound] as const,
|
|
44
46
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const SecretkeyGetInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -33,4 +34,5 @@ export type SecretkeyGetOutput = typeof SecretkeyGetOutput.Type;
|
|
|
33
34
|
export const SecretkeyGet = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
34
35
|
inputSchema: SecretkeyGetInput,
|
|
35
36
|
outputSchema: SecretkeyGetOutput,
|
|
37
|
+
errors: [Forbidden, NotFound] as const,
|
|
36
38
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const SecretkeySetInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -35,4 +36,5 @@ export type SecretkeySetOutput = typeof SecretkeySetOutput.Type;
|
|
|
35
36
|
export const SecretkeySet = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
36
37
|
inputSchema: SecretkeySetInput,
|
|
37
38
|
outputSchema: SecretkeySetOutput,
|
|
39
|
+
errors: [BadRequest, Forbidden, NotFound] as const,
|
|
38
40
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const SecretkeySignInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -33,4 +34,5 @@ export type SecretkeySignOutput = typeof SecretkeySignOutput.Type;
|
|
|
33
34
|
export const SecretkeySign = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
34
35
|
inputSchema: SecretkeySignInput,
|
|
35
36
|
outputSchema: SecretkeySignOutput,
|
|
37
|
+
errors: [BadRequest, Forbidden, NotFound] as const,
|
|
36
38
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const SecretkeyVerifyInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -32,4 +33,5 @@ export type SecretkeyVerifyOutput = typeof SecretkeyVerifyOutput.Type;
|
|
|
32
33
|
export const SecretkeyVerify = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
33
34
|
inputSchema: SecretkeyVerifyInput,
|
|
34
35
|
outputSchema: SecretkeyVerifyOutput,
|
|
36
|
+
errors: [BadRequest, Forbidden, NotFound] as const,
|
|
35
37
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const SecretkeysListInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -37,4 +38,5 @@ export type SecretkeysListOutput = typeof SecretkeysListOutput.Type;
|
|
|
37
38
|
export const SecretkeysList = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
38
39
|
inputSchema: SecretkeysListInput,
|
|
39
40
|
outputSchema: SecretkeysListOutput,
|
|
41
|
+
errors: [Forbidden, NotFound] as const,
|
|
40
42
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const SecretsListInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -37,4 +38,5 @@ export type SecretsListOutput = typeof SecretsListOutput.Type;
|
|
|
37
38
|
export const SecretsList = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
38
39
|
inputSchema: SecretsListInput,
|
|
39
40
|
outputSchema: SecretsListOutput,
|
|
41
|
+
errors: [Forbidden, NotFound] as const,
|
|
40
42
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const SecretsUpdateInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -36,4 +37,5 @@ export type SecretsUpdateOutput = typeof SecretsUpdateOutput.Type;
|
|
|
36
37
|
export const SecretsUpdate = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
37
38
|
inputSchema: SecretsUpdateInput,
|
|
38
39
|
outputSchema: SecretsUpdateOutput,
|
|
40
|
+
errors: [BadRequest, Forbidden, NotFound] as const,
|
|
39
41
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const TokensRequestKmsInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
|
|
@@ -21,4 +22,5 @@ export type TokensRequestKmsOutput = typeof TokensRequestKmsOutput.Type;
|
|
|
21
22
|
export const TokensRequestKms = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
22
23
|
inputSchema: TokensRequestKmsInput,
|
|
23
24
|
outputSchema: TokensRequestKmsOutput,
|
|
25
|
+
errors: [BadRequest, Forbidden, NotFound] as const,
|
|
24
26
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const TokensRequestOIDCInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
|
|
@@ -25,4 +26,5 @@ export type TokensRequestOIDCOutput = typeof TokensRequestOIDCOutput.Type;
|
|
|
25
26
|
export const TokensRequestOIDC = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
26
27
|
inputSchema: TokensRequestOIDCInput,
|
|
27
28
|
outputSchema: TokensRequestOIDCOutput,
|
|
29
|
+
errors: [BadRequest, Forbidden, NotFound] as const,
|
|
28
30
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const VolumeDeleteInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -51,4 +52,5 @@ export type VolumeDeleteOutput = typeof VolumeDeleteOutput.Type;
|
|
|
51
52
|
export const VolumeDelete = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
52
53
|
inputSchema: VolumeDeleteInput,
|
|
53
54
|
outputSchema: VolumeDeleteOutput,
|
|
55
|
+
errors: [Forbidden, NotFound] as const,
|
|
54
56
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const VolumesCreateInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -74,4 +75,5 @@ export type VolumesCreateOutput = typeof VolumesCreateOutput.Type;
|
|
|
74
75
|
export const VolumesCreate = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
75
76
|
inputSchema: VolumesCreateInput,
|
|
76
77
|
outputSchema: VolumesCreateOutput,
|
|
78
|
+
errors: [BadRequest, Forbidden, NotFound] as const,
|
|
77
79
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const VolumesExtendInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -60,4 +61,5 @@ export type VolumesExtendOutput = typeof VolumesExtendOutput.Type;
|
|
|
60
61
|
export const VolumesExtend = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
61
62
|
inputSchema: VolumesExtendInput,
|
|
62
63
|
outputSchema: VolumesExtendOutput,
|
|
64
|
+
errors: [BadRequest, Forbidden, NotFound] as const,
|
|
63
65
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { Forbidden, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const VolumesGetByIdInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -51,4 +52,5 @@ export type VolumesGetByIdOutput = typeof VolumesGetByIdOutput.Type;
|
|
|
51
52
|
export const VolumesGetById = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
52
53
|
inputSchema: VolumesGetByIdInput,
|
|
53
54
|
outputSchema: VolumesGetByIdOutput,
|
|
55
|
+
errors: [Forbidden, NotFound] as const,
|
|
54
56
|
}));
|