@distilled.cloud/fly-io 0.0.0-john
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/README.md +68 -0
- package/lib/category.d.ts +5 -0
- package/lib/category.d.ts.map +1 -0
- package/lib/category.js +5 -0
- package/lib/category.js.map +1 -0
- package/lib/client.d.ts +10 -0
- package/lib/client.d.ts.map +1 -0
- package/lib/client.js +52 -0
- package/lib/client.js.map +1 -0
- package/lib/credentials.d.ts +15 -0
- package/lib/credentials.d.ts.map +1 -0
- package/lib/credentials.js +18 -0
- package/lib/credentials.js.map +1 -0
- package/lib/errors.d.ts +31 -0
- package/lib/errors.d.ts.map +1 -0
- package/lib/errors.js +23 -0
- package/lib/errors.js.map +1 -0
- package/lib/index.d.ts +16 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +16 -0
- package/lib/index.js.map +1 -0
- package/lib/operations/AppCreateDeployToken.d.ts +17 -0
- package/lib/operations/AppCreateDeployToken.d.ts.map +1 -0
- package/lib/operations/AppCreateDeployToken.js +25 -0
- package/lib/operations/AppCreateDeployToken.js.map +1 -0
- package/lib/operations/App_CertificatesAcmeCreate.d.ts +57 -0
- package/lib/operations/App_CertificatesAcmeCreate.d.ts.map +1 -0
- package/lib/operations/App_CertificatesAcmeCreate.js +69 -0
- package/lib/operations/App_CertificatesAcmeCreate.js.map +1 -0
- package/lib/operations/App_CertificatesAcmeDelete.d.ts +55 -0
- package/lib/operations/App_CertificatesAcmeDelete.d.ts.map +1 -0
- package/lib/operations/App_CertificatesAcmeDelete.js +70 -0
- package/lib/operations/App_CertificatesAcmeDelete.js.map +1 -0
- package/lib/operations/App_CertificatesCheck.d.ts +64 -0
- package/lib/operations/App_CertificatesCheck.d.ts.map +1 -0
- package/lib/operations/App_CertificatesCheck.js +79 -0
- package/lib/operations/App_CertificatesCheck.js.map +1 -0
- package/lib/operations/App_CertificatesCustomCreate.d.ts +59 -0
- package/lib/operations/App_CertificatesCustomCreate.d.ts.map +1 -0
- package/lib/operations/App_CertificatesCustomCreate.js +72 -0
- package/lib/operations/App_CertificatesCustomCreate.js.map +1 -0
- package/lib/operations/App_CertificatesCustomDelete.d.ts +56 -0
- package/lib/operations/App_CertificatesCustomDelete.d.ts.map +1 -0
- package/lib/operations/App_CertificatesCustomDelete.js +72 -0
- package/lib/operations/App_CertificatesCustomDelete.js.map +1 -0
- package/lib/operations/App_CertificatesDelete.d.ts +10 -0
- package/lib/operations/App_CertificatesDelete.d.ts.map +1 -0
- package/lib/operations/App_CertificatesDelete.js +21 -0
- package/lib/operations/App_CertificatesDelete.js.map +1 -0
- package/lib/operations/App_CertificatesList.d.ts +36 -0
- package/lib/operations/App_CertificatesList.d.ts.map +1 -0
- package/lib/operations/App_CertificatesList.js +44 -0
- package/lib/operations/App_CertificatesList.js.map +1 -0
- package/lib/operations/App_CertificatesShow.d.ts +55 -0
- package/lib/operations/App_CertificatesShow.d.ts.map +1 -0
- package/lib/operations/App_CertificatesShow.js +67 -0
- package/lib/operations/App_CertificatesShow.js.map +1 -0
- package/lib/operations/App_IPAssignmentsCreate.d.ts +22 -0
- package/lib/operations/App_IPAssignmentsCreate.d.ts.map +1 -0
- package/lib/operations/App_IPAssignmentsCreate.js +30 -0
- package/lib/operations/App_IPAssignmentsCreate.js.map +1 -0
- package/lib/operations/App_IPAssignmentsDelete.d.ts +10 -0
- package/lib/operations/App_IPAssignmentsDelete.d.ts.map +1 -0
- package/lib/operations/App_IPAssignmentsDelete.js +18 -0
- package/lib/operations/App_IPAssignmentsDelete.js.map +1 -0
- package/lib/operations/App_IPAssignmentsList.d.ts +18 -0
- package/lib/operations/App_IPAssignmentsList.d.ts.map +1 -0
- package/lib/operations/App_IPAssignmentsList.js +26 -0
- package/lib/operations/App_IPAssignmentsList.js.map +1 -0
- package/lib/operations/AppsCreate.d.ts +17 -0
- package/lib/operations/AppsCreate.d.ts.map +1 -0
- package/lib/operations/AppsCreate.js +23 -0
- package/lib/operations/AppsCreate.js.map +1 -0
- package/lib/operations/AppsDelete.d.ts +16 -0
- package/lib/operations/AppsDelete.d.ts.map +1 -0
- package/lib/operations/AppsDelete.js +22 -0
- package/lib/operations/AppsDelete.js.map +1 -0
- package/lib/operations/AppsList.d.ts +34 -0
- package/lib/operations/AppsList.d.ts.map +1 -0
- package/lib/operations/AppsList.js +40 -0
- package/lib/operations/AppsList.js.map +1 -0
- package/lib/operations/AppsShow.d.ts +29 -0
- package/lib/operations/AppsShow.d.ts.map +1 -0
- package/lib/operations/AppsShow.js +35 -0
- package/lib/operations/AppsShow.js.map +1 -0
- package/lib/operations/CurrentTokenShow.d.ts +22 -0
- package/lib/operations/CurrentTokenShow.d.ts.map +1 -0
- package/lib/operations/CurrentTokenShow.js +28 -0
- package/lib/operations/CurrentTokenShow.js.map +1 -0
- package/lib/operations/MachinesCordon.d.ts +18 -0
- package/lib/operations/MachinesCordon.d.ts.map +1 -0
- package/lib/operations/MachinesCordon.js +27 -0
- package/lib/operations/MachinesCordon.js.map +1 -0
- package/lib/operations/MachinesCreate.d.ts +840 -0
- package/lib/operations/MachinesCreate.d.ts.map +1 -0
- package/lib/operations/MachinesCreate.js +888 -0
- package/lib/operations/MachinesCreate.js.map +1 -0
- package/lib/operations/MachinesCreateLease.d.ts +27 -0
- package/lib/operations/MachinesCreateLease.d.ts.map +1 -0
- package/lib/operations/MachinesCreateLease.js +38 -0
- package/lib/operations/MachinesCreateLease.js.map +1 -0
- package/lib/operations/MachinesDelete.d.ts +20 -0
- package/lib/operations/MachinesDelete.d.ts.map +1 -0
- package/lib/operations/MachinesDelete.js +26 -0
- package/lib/operations/MachinesDelete.js.map +1 -0
- package/lib/operations/MachinesDeleteMetadata.d.ts +20 -0
- package/lib/operations/MachinesDeleteMetadata.d.ts.map +1 -0
- package/lib/operations/MachinesDeleteMetadata.js +31 -0
- package/lib/operations/MachinesDeleteMetadata.js.map +1 -0
- package/lib/operations/MachinesExec.d.ts +28 -0
- package/lib/operations/MachinesExec.d.ts.map +1 -0
- package/lib/operations/MachinesExec.js +37 -0
- package/lib/operations/MachinesExec.js.map +1 -0
- package/lib/operations/MachinesGetMemory.d.ts +21 -0
- package/lib/operations/MachinesGetMemory.d.ts.map +1 -0
- package/lib/operations/MachinesGetMemory.js +31 -0
- package/lib/operations/MachinesGetMemory.js.map +1 -0
- package/lib/operations/MachinesList.d.ts +578 -0
- package/lib/operations/MachinesList.d.ts.map +1 -0
- package/lib/operations/MachinesList.js +622 -0
- package/lib/operations/MachinesList.js.map +1 -0
- package/lib/operations/MachinesListEvents.d.ts +27 -0
- package/lib/operations/MachinesListEvents.d.ts.map +1 -0
- package/lib/operations/MachinesListEvents.js +38 -0
- package/lib/operations/MachinesListEvents.js.map +1 -0
- package/lib/operations/MachinesListProcesses.d.ts +34 -0
- package/lib/operations/MachinesListProcesses.d.ts.map +1 -0
- package/lib/operations/MachinesListProcesses.js +45 -0
- package/lib/operations/MachinesListProcesses.js.map +1 -0
- package/lib/operations/MachinesListVersions.d.ts +281 -0
- package/lib/operations/MachinesListVersions.d.ts.map +1 -0
- package/lib/operations/MachinesListVersions.js +311 -0
- package/lib/operations/MachinesListVersions.js.map +1 -0
- package/lib/operations/MachinesOrgList.d.ts +45 -0
- package/lib/operations/MachinesOrgList.d.ts.map +1 -0
- package/lib/operations/MachinesOrgList.js +51 -0
- package/lib/operations/MachinesOrgList.js.map +1 -0
- package/lib/operations/MachinesPatchMetadata.d.ts +19 -0
- package/lib/operations/MachinesPatchMetadata.d.ts.map +1 -0
- package/lib/operations/MachinesPatchMetadata.js +30 -0
- package/lib/operations/MachinesPatchMetadata.js.map +1 -0
- package/lib/operations/MachinesReclaimMemory.d.ts +21 -0
- package/lib/operations/MachinesReclaimMemory.d.ts.map +1 -0
- package/lib/operations/MachinesReclaimMemory.js +32 -0
- package/lib/operations/MachinesReclaimMemory.js.map +1 -0
- package/lib/operations/MachinesReleaseLease.d.ts +19 -0
- package/lib/operations/MachinesReleaseLease.d.ts.map +1 -0
- package/lib/operations/MachinesReleaseLease.js +30 -0
- package/lib/operations/MachinesReleaseLease.js.map +1 -0
- package/lib/operations/MachinesRestart.d.ts +22 -0
- package/lib/operations/MachinesRestart.d.ts.map +1 -0
- package/lib/operations/MachinesRestart.js +31 -0
- package/lib/operations/MachinesRestart.js.map +1 -0
- package/lib/operations/MachinesSetMemoryLimit.d.ts +22 -0
- package/lib/operations/MachinesSetMemoryLimit.d.ts.map +1 -0
- package/lib/operations/MachinesSetMemoryLimit.js +33 -0
- package/lib/operations/MachinesSetMemoryLimit.js.map +1 -0
- package/lib/operations/MachinesShow.d.ts +572 -0
- package/lib/operations/MachinesShow.d.ts.map +1 -0
- package/lib/operations/MachinesShow.js +606 -0
- package/lib/operations/MachinesShow.js.map +1 -0
- package/lib/operations/MachinesShowLease.d.ts +24 -0
- package/lib/operations/MachinesShowLease.d.ts.map +1 -0
- package/lib/operations/MachinesShowLease.js +34 -0
- package/lib/operations/MachinesShowLease.js.map +1 -0
- package/lib/operations/MachinesShowMetadata.d.ts +18 -0
- package/lib/operations/MachinesShowMetadata.d.ts.map +1 -0
- package/lib/operations/MachinesShowMetadata.js +29 -0
- package/lib/operations/MachinesShowMetadata.js.map +1 -0
- package/lib/operations/MachinesSignal.d.ts +19 -0
- package/lib/operations/MachinesSignal.d.ts.map +1 -0
- package/lib/operations/MachinesSignal.js +42 -0
- package/lib/operations/MachinesSignal.js.map +1 -0
- package/lib/operations/MachinesStart.d.ts +18 -0
- package/lib/operations/MachinesStart.d.ts.map +1 -0
- package/lib/operations/MachinesStart.js +27 -0
- package/lib/operations/MachinesStart.js.map +1 -0
- package/lib/operations/MachinesStop.d.ts +22 -0
- package/lib/operations/MachinesStop.d.ts.map +1 -0
- package/lib/operations/MachinesStop.js +31 -0
- package/lib/operations/MachinesStop.js.map +1 -0
- package/lib/operations/MachinesSuspend.d.ts +18 -0
- package/lib/operations/MachinesSuspend.d.ts.map +1 -0
- package/lib/operations/MachinesSuspend.js +27 -0
- package/lib/operations/MachinesSuspend.js.map +1 -0
- package/lib/operations/MachinesUncordon.d.ts +18 -0
- package/lib/operations/MachinesUncordon.d.ts.map +1 -0
- package/lib/operations/MachinesUncordon.js +27 -0
- package/lib/operations/MachinesUncordon.js.map +1 -0
- package/lib/operations/MachinesUpdate.d.ts +842 -0
- package/lib/operations/MachinesUpdate.d.ts.map +1 -0
- package/lib/operations/MachinesUpdate.js +890 -0
- package/lib/operations/MachinesUpdate.js.map +1 -0
- package/lib/operations/MachinesUpdateMetadata.d.ts +20 -0
- package/lib/operations/MachinesUpdateMetadata.d.ts.map +1 -0
- package/lib/operations/MachinesUpdateMetadata.js +31 -0
- package/lib/operations/MachinesUpdateMetadata.js.map +1 -0
- package/lib/operations/MachinesWait.d.ts +28 -0
- package/lib/operations/MachinesWait.d.ts.map +1 -0
- package/lib/operations/MachinesWait.js +43 -0
- package/lib/operations/MachinesWait.js.map +1 -0
- package/lib/operations/PlatformPlacementsPost.d.ts +35 -0
- package/lib/operations/PlatformPlacementsPost.d.ts.map +1 -0
- package/lib/operations/PlatformPlacementsPost.js +43 -0
- package/lib/operations/PlatformPlacementsPost.js.map +1 -0
- package/lib/operations/PlatformRegionsGet.d.ts +39 -0
- package/lib/operations/PlatformRegionsGet.d.ts.map +1 -0
- package/lib/operations/PlatformRegionsGet.js +47 -0
- package/lib/operations/PlatformRegionsGet.js.map +1 -0
- package/lib/operations/SecretCreate.d.ts +25 -0
- package/lib/operations/SecretCreate.d.ts.map +1 -0
- package/lib/operations/SecretCreate.js +31 -0
- package/lib/operations/SecretCreate.js.map +1 -0
- package/lib/operations/SecretDelete.d.ts +19 -0
- package/lib/operations/SecretDelete.d.ts.map +1 -0
- package/lib/operations/SecretDelete.js +25 -0
- package/lib/operations/SecretDelete.js.map +1 -0
- package/lib/operations/SecretGet.d.ts +26 -0
- package/lib/operations/SecretGet.d.ts.map +1 -0
- package/lib/operations/SecretGet.js +32 -0
- package/lib/operations/SecretGet.js.map +1 -0
- package/lib/operations/SecretkeyDecrypt.d.ts +22 -0
- package/lib/operations/SecretkeyDecrypt.d.ts.map +1 -0
- package/lib/operations/SecretkeyDecrypt.js +31 -0
- package/lib/operations/SecretkeyDecrypt.js.map +1 -0
- package/lib/operations/SecretkeyDelete.d.ts +19 -0
- package/lib/operations/SecretkeyDelete.d.ts.map +1 -0
- package/lib/operations/SecretkeyDelete.js +28 -0
- package/lib/operations/SecretkeyDelete.js.map +1 -0
- package/lib/operations/SecretkeyEncrypt.d.ts +22 -0
- package/lib/operations/SecretkeyEncrypt.d.ts.map +1 -0
- package/lib/operations/SecretkeyEncrypt.js +31 -0
- package/lib/operations/SecretkeyEncrypt.js.map +1 -0
- package/lib/operations/SecretkeyGenerate.d.ts +26 -0
- package/lib/operations/SecretkeyGenerate.d.ts.map +1 -0
- package/lib/operations/SecretkeyGenerate.js +36 -0
- package/lib/operations/SecretkeyGenerate.js.map +1 -0
- package/lib/operations/SecretkeyGet.d.ts +24 -0
- package/lib/operations/SecretkeyGet.d.ts.map +1 -0
- package/lib/operations/SecretkeyGet.js +30 -0
- package/lib/operations/SecretkeyGet.js.map +1 -0
- package/lib/operations/SecretkeySet.d.ts +26 -0
- package/lib/operations/SecretkeySet.d.ts.map +1 -0
- package/lib/operations/SecretkeySet.js +32 -0
- package/lib/operations/SecretkeySet.js.map +1 -0
- package/lib/operations/SecretkeySign.d.ts +21 -0
- package/lib/operations/SecretkeySign.d.ts.map +1 -0
- package/lib/operations/SecretkeySign.js +30 -0
- package/lib/operations/SecretkeySign.js.map +1 -0
- package/lib/operations/SecretkeyVerify.d.ts +20 -0
- package/lib/operations/SecretkeyVerify.d.ts.map +1 -0
- package/lib/operations/SecretkeyVerify.js +29 -0
- package/lib/operations/SecretkeyVerify.js.map +1 -0
- package/lib/operations/SecretkeysList.d.ts +26 -0
- package/lib/operations/SecretkeysList.d.ts.map +1 -0
- package/lib/operations/SecretkeysList.js +32 -0
- package/lib/operations/SecretkeysList.js.map +1 -0
- package/lib/operations/SecretsList.d.ts +26 -0
- package/lib/operations/SecretsList.d.ts.map +1 -0
- package/lib/operations/SecretsList.js +32 -0
- package/lib/operations/SecretsList.js.map +1 -0
- package/lib/operations/SecretsUpdate.d.ts +25 -0
- package/lib/operations/SecretsUpdate.d.ts.map +1 -0
- package/lib/operations/SecretsUpdate.js +31 -0
- package/lib/operations/SecretsUpdate.js.map +1 -0
- package/lib/operations/TokensRequest_Kms.d.ts +12 -0
- package/lib/operations/TokensRequest_Kms.d.ts.map +1 -0
- package/lib/operations/TokensRequest_Kms.js +19 -0
- package/lib/operations/TokensRequest_Kms.js.map +1 -0
- package/lib/operations/TokensRequest_OIDC.d.ts +15 -0
- package/lib/operations/TokensRequest_OIDC.d.ts.map +1 -0
- package/lib/operations/TokensRequest_OIDC.js +23 -0
- package/lib/operations/TokensRequest_OIDC.js.map +1 -0
- package/lib/operations/VolumeDelete.d.ts +39 -0
- package/lib/operations/VolumeDelete.d.ts.map +1 -0
- package/lib/operations/VolumeDelete.js +45 -0
- package/lib/operations/VolumeDelete.js.map +1 -0
- package/lib/operations/VolumesCreate.d.ts +59 -0
- package/lib/operations/VolumesCreate.d.ts.map +1 -0
- package/lib/operations/VolumesCreate.js +65 -0
- package/lib/operations/VolumesCreate.js.map +1 -0
- package/lib/operations/VolumesExtend.d.ts +43 -0
- package/lib/operations/VolumesExtend.d.ts.map +1 -0
- package/lib/operations/VolumesExtend.js +52 -0
- package/lib/operations/VolumesExtend.js.map +1 -0
- package/lib/operations/VolumesGetById.d.ts +39 -0
- package/lib/operations/VolumesGetById.d.ts.map +1 -0
- package/lib/operations/VolumesGetById.js +45 -0
- package/lib/operations/VolumesGetById.js.map +1 -0
- package/lib/operations/VolumesList.d.ts +39 -0
- package/lib/operations/VolumesList.d.ts.map +1 -0
- package/lib/operations/VolumesList.js +45 -0
- package/lib/operations/VolumesList.js.map +1 -0
- package/lib/operations/VolumesListSnapshots.d.ts +26 -0
- package/lib/operations/VolumesListSnapshots.d.ts.map +1 -0
- package/lib/operations/VolumesListSnapshots.js +37 -0
- package/lib/operations/VolumesListSnapshots.js.map +1 -0
- package/lib/operations/VolumesUpdate.d.ts +41 -0
- package/lib/operations/VolumesUpdate.d.ts.map +1 -0
- package/lib/operations/VolumesUpdate.js +47 -0
- package/lib/operations/VolumesUpdate.js.map +1 -0
- package/lib/operations/createVolumeSnapshot.d.ts +18 -0
- package/lib/operations/createVolumeSnapshot.d.ts.map +1 -0
- package/lib/operations/createVolumeSnapshot.js +29 -0
- package/lib/operations/createVolumeSnapshot.js.map +1 -0
- package/lib/operations/index.d.ts +72 -0
- package/lib/operations/index.d.ts.map +1 -0
- package/lib/operations/index.js +72 -0
- package/lib/operations/index.js.map +1 -0
- package/lib/retry.d.ts +22 -0
- package/lib/retry.d.ts.map +1 -0
- package/lib/retry.js +21 -0
- package/lib/retry.js.map +1 -0
- package/lib/sensitive.d.ts +5 -0
- package/lib/sensitive.d.ts.map +1 -0
- package/lib/sensitive.js +5 -0
- package/lib/sensitive.js.map +1 -0
- package/lib/traits.d.ts +5 -0
- package/lib/traits.d.ts.map +1 -0
- package/lib/traits.js +5 -0
- package/lib/traits.js.map +1 -0
- package/package.json +88 -0
- package/src/category.ts +4 -0
- package/src/client.ts +63 -0
- package/src/credentials.ts +31 -0
- package/src/errors.ts +47 -0
- package/src/index.ts +15 -0
- package/src/operations/AppCreateDeployToken.ts +31 -0
- package/src/operations/App_CertificatesAcmeCreate.ts +101 -0
- package/src/operations/App_CertificatesAcmeDelete.ts +102 -0
- package/src/operations/App_CertificatesCheck.ts +112 -0
- package/src/operations/App_CertificatesCustomCreate.ts +102 -0
- package/src/operations/App_CertificatesCustomDelete.ts +102 -0
- package/src/operations/App_CertificatesDelete.ts +31 -0
- package/src/operations/App_CertificatesList.ts +54 -0
- package/src/operations/App_CertificatesShow.ts +97 -0
- package/src/operations/App_IPAssignmentsCreate.ts +38 -0
- package/src/operations/App_IPAssignmentsDelete.ts +28 -0
- package/src/operations/App_IPAssignmentsList.ts +39 -0
- package/src/operations/AppsCreate.ts +27 -0
- package/src/operations/AppsDelete.ts +26 -0
- package/src/operations/AppsList.ts +50 -0
- package/src/operations/AppsShow.ts +41 -0
- package/src/operations/CurrentTokenShow.ts +40 -0
- package/src/operations/MachinesCordon.ts +33 -0
- package/src/operations/MachinesCreate.ts +1393 -0
- package/src/operations/MachinesCreateLease.ts +44 -0
- package/src/operations/MachinesDelete.ts +32 -0
- package/src/operations/MachinesDeleteMetadata.ts +41 -0
- package/src/operations/MachinesExec.ts +43 -0
- package/src/operations/MachinesGetMemory.ts +39 -0
- package/src/operations/MachinesList.ts +966 -0
- package/src/operations/MachinesListEvents.ts +46 -0
- package/src/operations/MachinesListProcesses.ts +60 -0
- package/src/operations/MachinesListVersions.ts +494 -0
- package/src/operations/MachinesOrgList.ts +59 -0
- package/src/operations/MachinesPatchMetadata.ts +39 -0
- package/src/operations/MachinesReclaimMemory.ts +41 -0
- package/src/operations/MachinesReleaseLease.ts +38 -0
- package/src/operations/MachinesRestart.ts +37 -0
- package/src/operations/MachinesSetMemoryLimit.ts +43 -0
- package/src/operations/MachinesShow.ts +950 -0
- package/src/operations/MachinesShowLease.ts +42 -0
- package/src/operations/MachinesShowMetadata.ts +37 -0
- package/src/operations/MachinesSignal.ts +50 -0
- package/src/operations/MachinesStart.ts +33 -0
- package/src/operations/MachinesStop.ts +39 -0
- package/src/operations/MachinesSuspend.ts +33 -0
- package/src/operations/MachinesUncordon.ts +33 -0
- package/src/operations/MachinesUpdate.ts +1397 -0
- package/src/operations/MachinesUpdateMetadata.ts +41 -0
- package/src/operations/MachinesWait.ts +51 -0
- package/src/operations/PlatformPlacementsPost.ts +59 -0
- package/src/operations/PlatformRegionsGet.ts +55 -0
- package/src/operations/SecretCreate.ts +37 -0
- package/src/operations/SecretDelete.ts +31 -0
- package/src/operations/SecretGet.ts +38 -0
- package/src/operations/SecretkeyDecrypt.ts +39 -0
- package/src/operations/SecretkeyDelete.ts +34 -0
- package/src/operations/SecretkeyEncrypt.ts +39 -0
- package/src/operations/SecretkeyGenerate.ts +44 -0
- package/src/operations/SecretkeyGet.ts +36 -0
- package/src/operations/SecretkeySet.ts +38 -0
- package/src/operations/SecretkeySign.ts +36 -0
- package/src/operations/SecretkeyVerify.ts +35 -0
- package/src/operations/SecretkeysList.ts +40 -0
- package/src/operations/SecretsList.ts +40 -0
- package/src/operations/SecretsUpdate.ts +39 -0
- package/src/operations/TokensRequest_Kms.ts +25 -0
- package/src/operations/TokensRequest_OIDC.ts +27 -0
- package/src/operations/VolumeDelete.ts +53 -0
- package/src/operations/VolumesCreate.ts +75 -0
- package/src/operations/VolumesExtend.ts +62 -0
- package/src/operations/VolumesGetById.ts +53 -0
- package/src/operations/VolumesList.ts +53 -0
- package/src/operations/VolumesListSnapshots.ts +47 -0
- package/src/operations/VolumesUpdate.ts +55 -0
- package/src/operations/createVolumeSnapshot.ts +37 -0
- package/src/operations/index.ts +71 -0
- package/src/retry.ts +35 -0
- package/src/sensitive.ts +4 -0
- package/src/traits.ts +4 -0
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
export declare const App_CertificatesShowInput: Schema.Struct<{}>;
|
|
3
|
+
export type App_CertificatesShowInput = typeof App_CertificatesShowInput.Type;
|
|
4
|
+
export declare const App_CertificatesShowOutput: Schema.Struct<{
|
|
5
|
+
readonly acme_requested: Schema.optional<Schema.Boolean>;
|
|
6
|
+
readonly certificates: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
7
|
+
readonly created_at: Schema.optional<Schema.String>;
|
|
8
|
+
readonly expires_at: Schema.optional<Schema.String>;
|
|
9
|
+
readonly issued: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
10
|
+
readonly certificate_authority: Schema.optional<Schema.String>;
|
|
11
|
+
readonly expires_at: Schema.optional<Schema.String>;
|
|
12
|
+
readonly type: Schema.optional<Schema.Literals<readonly ["rsa", "ecdsa"]>>;
|
|
13
|
+
}>>>;
|
|
14
|
+
readonly issuer: Schema.optional<Schema.String>;
|
|
15
|
+
readonly source: Schema.optional<Schema.Literals<readonly ["custom", "fly"]>>;
|
|
16
|
+
readonly status: Schema.optional<Schema.Literals<readonly ["active", "pending_ownership", "pending_validation"]>>;
|
|
17
|
+
}>>>;
|
|
18
|
+
readonly configured: Schema.optional<Schema.Boolean>;
|
|
19
|
+
readonly dns_provider: Schema.optional<Schema.String>;
|
|
20
|
+
readonly dns_requirements: Schema.optional<Schema.Struct<{
|
|
21
|
+
readonly a: Schema.optional<Schema.$Array<Schema.String>>;
|
|
22
|
+
readonly aaaa: Schema.optional<Schema.$Array<Schema.String>>;
|
|
23
|
+
readonly acme_challenge: Schema.optional<Schema.Struct<{
|
|
24
|
+
readonly name: Schema.optional<Schema.String>;
|
|
25
|
+
readonly target: Schema.optional<Schema.String>;
|
|
26
|
+
}>>;
|
|
27
|
+
readonly cname: Schema.optional<Schema.String>;
|
|
28
|
+
readonly ownership: Schema.optional<Schema.Struct<{
|
|
29
|
+
readonly app_value: Schema.optional<Schema.String>;
|
|
30
|
+
readonly name: Schema.optional<Schema.String>;
|
|
31
|
+
readonly org_value: Schema.optional<Schema.String>;
|
|
32
|
+
}>>;
|
|
33
|
+
}>>;
|
|
34
|
+
readonly hostname: Schema.optional<Schema.String>;
|
|
35
|
+
readonly rate_limited_until: Schema.optional<Schema.String>;
|
|
36
|
+
readonly status: Schema.optional<Schema.String>;
|
|
37
|
+
readonly validation: Schema.optional<Schema.Struct<{
|
|
38
|
+
readonly alpn_configured: Schema.optional<Schema.Boolean>;
|
|
39
|
+
readonly dns_configured: Schema.optional<Schema.Boolean>;
|
|
40
|
+
readonly http_configured: Schema.optional<Schema.Boolean>;
|
|
41
|
+
readonly ownership_txt_configured: Schema.optional<Schema.Boolean>;
|
|
42
|
+
}>>;
|
|
43
|
+
readonly validation_errors: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
44
|
+
readonly code: Schema.optional<Schema.String>;
|
|
45
|
+
readonly message: Schema.optional<Schema.String>;
|
|
46
|
+
readonly remediation: Schema.optional<Schema.String>;
|
|
47
|
+
readonly timestamp: Schema.optional<Schema.String>;
|
|
48
|
+
}>>>;
|
|
49
|
+
}>;
|
|
50
|
+
export type App_CertificatesShowOutput = typeof App_CertificatesShowOutput.Type;
|
|
51
|
+
/**
|
|
52
|
+
* Get certificate details
|
|
53
|
+
*/
|
|
54
|
+
export declare const App_CertificatesShow: any;
|
|
55
|
+
//# sourceMappingURL=App_CertificatesShow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"App_CertificatesShow.d.ts","sourceRoot":"","sources":["../../src/operations/App_CertificatesShow.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,yBAAyB,mBAGnC,CAAC;AACJ,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwEnC,CAAC;AACL,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF;;GAEG;AACH,eAAO,MAAM,oBAAoB,KAKhC,CAAC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
import { API } from "../client";
|
|
3
|
+
import * as T from "../traits";
|
|
4
|
+
// Input Schema
|
|
5
|
+
export const App_CertificatesShowInput =
|
|
6
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({}).pipe(T.Http({ method: "GET", path: "/apps/{app_name}/certificates/{hostname}" }));
|
|
7
|
+
// Output Schema
|
|
8
|
+
export const App_CertificatesShowOutput =
|
|
9
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
10
|
+
acme_requested: Schema.optional(Schema.Boolean),
|
|
11
|
+
certificates: Schema.optional(Schema.Array(Schema.Struct({
|
|
12
|
+
created_at: Schema.optional(Schema.String),
|
|
13
|
+
expires_at: Schema.optional(Schema.String),
|
|
14
|
+
issued: Schema.optional(Schema.Array(Schema.Struct({
|
|
15
|
+
certificate_authority: Schema.optional(Schema.String),
|
|
16
|
+
expires_at: Schema.optional(Schema.String),
|
|
17
|
+
type: Schema.optional(Schema.Literals(["rsa", "ecdsa"])),
|
|
18
|
+
}))),
|
|
19
|
+
issuer: Schema.optional(Schema.String),
|
|
20
|
+
source: Schema.optional(Schema.Literals(["custom", "fly"])),
|
|
21
|
+
status: Schema.optional(Schema.Literals([
|
|
22
|
+
"active",
|
|
23
|
+
"pending_ownership",
|
|
24
|
+
"pending_validation",
|
|
25
|
+
])),
|
|
26
|
+
}))),
|
|
27
|
+
configured: Schema.optional(Schema.Boolean),
|
|
28
|
+
dns_provider: Schema.optional(Schema.String),
|
|
29
|
+
dns_requirements: Schema.optional(Schema.Struct({
|
|
30
|
+
a: Schema.optional(Schema.Array(Schema.String)),
|
|
31
|
+
aaaa: Schema.optional(Schema.Array(Schema.String)),
|
|
32
|
+
acme_challenge: Schema.optional(Schema.Struct({
|
|
33
|
+
name: Schema.optional(Schema.String),
|
|
34
|
+
target: Schema.optional(Schema.String),
|
|
35
|
+
})),
|
|
36
|
+
cname: Schema.optional(Schema.String),
|
|
37
|
+
ownership: Schema.optional(Schema.Struct({
|
|
38
|
+
app_value: Schema.optional(Schema.String),
|
|
39
|
+
name: Schema.optional(Schema.String),
|
|
40
|
+
org_value: Schema.optional(Schema.String),
|
|
41
|
+
})),
|
|
42
|
+
})),
|
|
43
|
+
hostname: Schema.optional(Schema.String),
|
|
44
|
+
rate_limited_until: Schema.optional(Schema.String),
|
|
45
|
+
status: Schema.optional(Schema.String),
|
|
46
|
+
validation: Schema.optional(Schema.Struct({
|
|
47
|
+
alpn_configured: Schema.optional(Schema.Boolean),
|
|
48
|
+
dns_configured: Schema.optional(Schema.Boolean),
|
|
49
|
+
http_configured: Schema.optional(Schema.Boolean),
|
|
50
|
+
ownership_txt_configured: Schema.optional(Schema.Boolean),
|
|
51
|
+
})),
|
|
52
|
+
validation_errors: Schema.optional(Schema.Array(Schema.Struct({
|
|
53
|
+
code: Schema.optional(Schema.String),
|
|
54
|
+
message: Schema.optional(Schema.String),
|
|
55
|
+
remediation: Schema.optional(Schema.String),
|
|
56
|
+
timestamp: Schema.optional(Schema.String),
|
|
57
|
+
}))),
|
|
58
|
+
});
|
|
59
|
+
// The operation
|
|
60
|
+
/**
|
|
61
|
+
* Get certificate details
|
|
62
|
+
*/
|
|
63
|
+
export const App_CertificatesShow = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
64
|
+
inputSchema: App_CertificatesShowInput,
|
|
65
|
+
outputSchema: App_CertificatesShowOutput,
|
|
66
|
+
}));
|
|
67
|
+
//# sourceMappingURL=App_CertificatesShow.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"App_CertificatesShow.js","sourceRoot":"","sources":["../../src/operations/App_CertificatesShow.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
export declare const App_IPAssignmentsCreateInput: Schema.Struct<{
|
|
3
|
+
readonly network: Schema.optional<Schema.String>;
|
|
4
|
+
readonly org_slug: Schema.optional<Schema.String>;
|
|
5
|
+
readonly region: Schema.optional<Schema.String>;
|
|
6
|
+
readonly service_name: Schema.optional<Schema.String>;
|
|
7
|
+
readonly type: Schema.optional<Schema.String>;
|
|
8
|
+
}>;
|
|
9
|
+
export type App_IPAssignmentsCreateInput = typeof App_IPAssignmentsCreateInput.Type;
|
|
10
|
+
export declare const App_IPAssignmentsCreateOutput: Schema.Struct<{
|
|
11
|
+
readonly created_at: Schema.optional<Schema.String>;
|
|
12
|
+
readonly ip: Schema.optional<Schema.String>;
|
|
13
|
+
readonly region: Schema.optional<Schema.String>;
|
|
14
|
+
readonly service_name: Schema.optional<Schema.String>;
|
|
15
|
+
readonly shared: Schema.optional<Schema.Boolean>;
|
|
16
|
+
}>;
|
|
17
|
+
export type App_IPAssignmentsCreateOutput = typeof App_IPAssignmentsCreateOutput.Type;
|
|
18
|
+
/**
|
|
19
|
+
* Assign new IP address to app
|
|
20
|
+
*/
|
|
21
|
+
export declare const App_IPAssignmentsCreate: any;
|
|
22
|
+
//# sourceMappingURL=App_IPAssignmentsCreate.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"App_IPAssignmentsCreate.d.ts","sourceRoot":"","sources":["../../src/operations/App_IPAssignmentsCreate.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,4BAA4B;;;;;;EAOqC,CAAC;AAC/E,MAAM,MAAM,4BAA4B,GACtC,OAAO,4BAA4B,CAAC,IAAI,CAAC;AAG3C,eAAO,MAAM,6BAA6B;;;;;;EAOtC,CAAC;AACL,MAAM,MAAM,6BAA6B,GACvC,OAAO,6BAA6B,CAAC,IAAI,CAAC;AAG5C;;GAEG;AACH,eAAO,MAAM,uBAAuB,KAKnC,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
import { API } from "../client";
|
|
3
|
+
import * as T from "../traits";
|
|
4
|
+
// Input Schema
|
|
5
|
+
export const App_IPAssignmentsCreateInput =
|
|
6
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
7
|
+
network: Schema.optional(Schema.String),
|
|
8
|
+
org_slug: Schema.optional(Schema.String),
|
|
9
|
+
region: Schema.optional(Schema.String),
|
|
10
|
+
service_name: Schema.optional(Schema.String),
|
|
11
|
+
type: Schema.optional(Schema.String),
|
|
12
|
+
}).pipe(T.Http({ method: "POST", path: "/apps/{app_name}/ip_assignments" }));
|
|
13
|
+
// Output Schema
|
|
14
|
+
export const App_IPAssignmentsCreateOutput =
|
|
15
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
16
|
+
created_at: Schema.optional(Schema.String),
|
|
17
|
+
ip: Schema.optional(Schema.String),
|
|
18
|
+
region: Schema.optional(Schema.String),
|
|
19
|
+
service_name: Schema.optional(Schema.String),
|
|
20
|
+
shared: Schema.optional(Schema.Boolean),
|
|
21
|
+
});
|
|
22
|
+
// The operation
|
|
23
|
+
/**
|
|
24
|
+
* Assign new IP address to app
|
|
25
|
+
*/
|
|
26
|
+
export const App_IPAssignmentsCreate = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
27
|
+
inputSchema: App_IPAssignmentsCreateInput,
|
|
28
|
+
outputSchema: App_IPAssignmentsCreateOutput,
|
|
29
|
+
}));
|
|
30
|
+
//# sourceMappingURL=App_IPAssignmentsCreate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"App_IPAssignmentsCreate.js","sourceRoot":"","sources":["../../src/operations/App_IPAssignmentsCreate.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;AAE/B,eAAe;AACf,MAAM,CAAC,MAAM,4BAA4B;AACvC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACxC,OAAO,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IACvC,QAAQ,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IACxC,MAAM,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IACtC,YAAY,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IAC5C,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;CACrC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,iCAAiC,EAAE,CAAC,CAAC,CAAC;AAI/E,gBAAgB;AAChB,MAAM,CAAC,MAAM,6BAA6B;AACxC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACxC,UAAU,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IAC1C,EAAE,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IAClC,MAAM,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IACtC,YAAY,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IAC5C,MAAM,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,OAAO,CAAC;CACxC,CAAC,CAAC;AAIL,gBAAgB;AAChB;;GAEG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG,aAAa,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CACzE,GAAG,EAAE,CAAC,CAAC;IACL,WAAW,EAAE,4BAA4B;IACzC,YAAY,EAAE,6BAA6B;CAC5C,CAAC,CACH,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
export declare const App_IPAssignmentsDeleteInput: Schema.Struct<{}>;
|
|
3
|
+
export type App_IPAssignmentsDeleteInput = typeof App_IPAssignmentsDeleteInput.Type;
|
|
4
|
+
export declare const App_IPAssignmentsDeleteOutput: Schema.Void;
|
|
5
|
+
export type App_IPAssignmentsDeleteOutput = typeof App_IPAssignmentsDeleteOutput.Type;
|
|
6
|
+
/**
|
|
7
|
+
* Remove IP assignment from app
|
|
8
|
+
*/
|
|
9
|
+
export declare const App_IPAssignmentsDelete: any;
|
|
10
|
+
//# sourceMappingURL=App_IPAssignmentsDelete.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"App_IPAssignmentsDelete.d.ts","sourceRoot":"","sources":["../../src/operations/App_IPAssignmentsDelete.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,4BAA4B,mBAGtC,CAAC;AACJ,MAAM,MAAM,4BAA4B,GACtC,OAAO,4BAA4B,CAAC,IAAI,CAAC;AAG3C,eAAO,MAAM,6BAA6B,aACD,CAAC;AAC1C,MAAM,MAAM,6BAA6B,GACvC,OAAO,6BAA6B,CAAC,IAAI,CAAC;AAG5C;;GAEG;AACH,eAAO,MAAM,uBAAuB,KAKnC,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
import { API } from "../client";
|
|
3
|
+
import * as T from "../traits";
|
|
4
|
+
// Input Schema
|
|
5
|
+
export const App_IPAssignmentsDeleteInput =
|
|
6
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({}).pipe(T.Http({ method: "DELETE", path: "/apps/{app_name}/ip_assignments/{ip}" }));
|
|
7
|
+
// Output Schema
|
|
8
|
+
export const App_IPAssignmentsDeleteOutput =
|
|
9
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Void;
|
|
10
|
+
// The operation
|
|
11
|
+
/**
|
|
12
|
+
* Remove IP assignment from app
|
|
13
|
+
*/
|
|
14
|
+
export const App_IPAssignmentsDelete = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
15
|
+
inputSchema: App_IPAssignmentsDeleteInput,
|
|
16
|
+
outputSchema: App_IPAssignmentsDeleteOutput,
|
|
17
|
+
}));
|
|
18
|
+
//# sourceMappingURL=App_IPAssignmentsDelete.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"App_IPAssignmentsDelete.js","sourceRoot":"","sources":["../../src/operations/App_IPAssignmentsDelete.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;AAE/B,eAAe;AACf,MAAM,CAAC,MAAM,4BAA4B;AACvC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,IAAI,CAChD,CAAC,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,sCAAsC,EAAE,CAAC,CAC3E,CAAC;AAIJ,gBAAgB;AAChB,MAAM,CAAC,MAAM,6BAA6B;AACxC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC;AAI1C,gBAAgB;AAChB;;GAEG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG,aAAa,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CACzE,GAAG,EAAE,CAAC,CAAC;IACL,WAAW,EAAE,4BAA4B;IACzC,YAAY,EAAE,6BAA6B;CAC5C,CAAC,CACH,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
export declare const App_IPAssignmentsListInput: Schema.Struct<{}>;
|
|
3
|
+
export type App_IPAssignmentsListInput = typeof App_IPAssignmentsListInput.Type;
|
|
4
|
+
export declare const App_IPAssignmentsListOutput: Schema.Struct<{
|
|
5
|
+
readonly ips: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
6
|
+
readonly created_at: Schema.optional<Schema.String>;
|
|
7
|
+
readonly ip: Schema.optional<Schema.String>;
|
|
8
|
+
readonly region: Schema.optional<Schema.String>;
|
|
9
|
+
readonly service_name: Schema.optional<Schema.String>;
|
|
10
|
+
readonly shared: Schema.optional<Schema.Boolean>;
|
|
11
|
+
}>>>;
|
|
12
|
+
}>;
|
|
13
|
+
export type App_IPAssignmentsListOutput = typeof App_IPAssignmentsListOutput.Type;
|
|
14
|
+
/**
|
|
15
|
+
* List IP assignments for app
|
|
16
|
+
*/
|
|
17
|
+
export declare const App_IPAssignmentsList: any;
|
|
18
|
+
//# sourceMappingURL=App_IPAssignmentsList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"App_IPAssignmentsList.d.ts","sourceRoot":"","sources":["../../src/operations/App_IPAssignmentsList.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,0BAA0B,mBAGpC,CAAC;AACJ,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF,eAAO,MAAM,2BAA2B;;;;;;;;EAapC,CAAC;AACL,MAAM,MAAM,2BAA2B,GACrC,OAAO,2BAA2B,CAAC,IAAI,CAAC;AAG1C;;GAEG;AACH,eAAO,MAAM,qBAAqB,KAKjC,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
import { API } from "../client";
|
|
3
|
+
import * as T from "../traits";
|
|
4
|
+
// Input Schema
|
|
5
|
+
export const App_IPAssignmentsListInput =
|
|
6
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({}).pipe(T.Http({ method: "GET", path: "/apps/{app_name}/ip_assignments" }));
|
|
7
|
+
// Output Schema
|
|
8
|
+
export const App_IPAssignmentsListOutput =
|
|
9
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
10
|
+
ips: Schema.optional(Schema.Array(Schema.Struct({
|
|
11
|
+
created_at: Schema.optional(Schema.String),
|
|
12
|
+
ip: Schema.optional(Schema.String),
|
|
13
|
+
region: Schema.optional(Schema.String),
|
|
14
|
+
service_name: Schema.optional(Schema.String),
|
|
15
|
+
shared: Schema.optional(Schema.Boolean),
|
|
16
|
+
}))),
|
|
17
|
+
});
|
|
18
|
+
// The operation
|
|
19
|
+
/**
|
|
20
|
+
* List IP assignments for app
|
|
21
|
+
*/
|
|
22
|
+
export const App_IPAssignmentsList = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
23
|
+
inputSchema: App_IPAssignmentsListInput,
|
|
24
|
+
outputSchema: App_IPAssignmentsListOutput,
|
|
25
|
+
}));
|
|
26
|
+
//# sourceMappingURL=App_IPAssignmentsList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"App_IPAssignmentsList.js","sourceRoot":"","sources":["../../src/operations/App_IPAssignmentsList.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;AAE/B,eAAe;AACf,MAAM,CAAC,MAAM,0BAA0B;AACrC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,IAAI,CAChD,CAAC,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,IAAI,EAAE,iCAAiC,EAAE,CAAC,CACnE,CAAC;AAGJ,gBAAgB;AAChB,MAAM,CAAC,MAAM,2BAA2B;AACtC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACxC,GAAG,EAAE,MAAM,CAAC,QAAQ,CAClB,MAAM,CAAC,KAAK,CACV,MAAM,CAAC,MAAM,CAAC;QACZ,UAAU,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;QAC1C,EAAE,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;QAClC,MAAM,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;QACtC,YAAY,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;QAC5C,MAAM,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,OAAO,CAAC;KACxC,CAAC,CACH,CACF;CACF,CAAC,CAAC;AAIL,gBAAgB;AAChB;;GAEG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG,aAAa,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CACvE,GAAG,EAAE,CAAC,CAAC;IACL,WAAW,EAAE,0BAA0B;IACvC,YAAY,EAAE,2BAA2B;CAC1C,CAAC,CACH,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
export declare const AppsCreateInput: Schema.Struct<{
|
|
3
|
+
readonly enable_subdomains: Schema.optional<Schema.Boolean>;
|
|
4
|
+
readonly name: Schema.optional<Schema.String>;
|
|
5
|
+
readonly network: Schema.optional<Schema.String>;
|
|
6
|
+
readonly org_slug: Schema.optional<Schema.String>;
|
|
7
|
+
}>;
|
|
8
|
+
export type AppsCreateInput = typeof AppsCreateInput.Type;
|
|
9
|
+
export declare const AppsCreateOutput: Schema.Void;
|
|
10
|
+
export type AppsCreateOutput = typeof AppsCreateOutput.Type;
|
|
11
|
+
/**
|
|
12
|
+
* Create App
|
|
13
|
+
*
|
|
14
|
+
* Create an app with the specified details in the request body.
|
|
15
|
+
*/
|
|
16
|
+
export declare const AppsCreate: any;
|
|
17
|
+
//# sourceMappingURL=AppsCreate.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppsCreate.d.ts","sourceRoot":"","sources":["../../src/operations/AppsCreate.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,eAAe;;;;;EAKsB,CAAC;AACnD,MAAM,MAAM,eAAe,GAAG,OAAO,eAAe,CAAC,IAAI,CAAC;AAG1D,eAAO,MAAM,gBAAgB,aAA0C,CAAC;AACxE,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC,IAAI,CAAC;AAG5D;;;;GAIG;AACH,eAAO,MAAM,UAAU,KAGpB,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
import { API } from "../client";
|
|
3
|
+
import * as T from "../traits";
|
|
4
|
+
// Input Schema
|
|
5
|
+
export const AppsCreateInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
6
|
+
enable_subdomains: Schema.optional(Schema.Boolean),
|
|
7
|
+
name: Schema.optional(Schema.String),
|
|
8
|
+
network: Schema.optional(Schema.String),
|
|
9
|
+
org_slug: Schema.optional(Schema.String),
|
|
10
|
+
}).pipe(T.Http({ method: "POST", path: "/apps" }));
|
|
11
|
+
// Output Schema
|
|
12
|
+
export const AppsCreateOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Void;
|
|
13
|
+
// The operation
|
|
14
|
+
/**
|
|
15
|
+
* Create App
|
|
16
|
+
*
|
|
17
|
+
* Create an app with the specified details in the request body.
|
|
18
|
+
*/
|
|
19
|
+
export const AppsCreate = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
20
|
+
inputSchema: AppsCreateInput,
|
|
21
|
+
outputSchema: AppsCreateOutput,
|
|
22
|
+
}));
|
|
23
|
+
//# sourceMappingURL=AppsCreate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppsCreate.js","sourceRoot":"","sources":["../../src/operations/AppsCreate.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;AAE/B,eAAe;AACf,MAAM,CAAC,MAAM,eAAe,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACvE,iBAAiB,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,OAAO,CAAC;IAClD,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IACpC,OAAO,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IACvC,QAAQ,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;CACzC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,CAAC,CAAC;AAGnD,gBAAgB;AAChB,MAAM,CAAC,MAAM,gBAAgB,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC;AAGxE,gBAAgB;AAChB;;;;GAIG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG,aAAa,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;IACpE,WAAW,EAAE,eAAe;IAC5B,YAAY,EAAE,gBAAgB;CAC/B,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
export declare const AppsDeleteInput: Schema.Struct<{
|
|
3
|
+
readonly app_name: Schema.String;
|
|
4
|
+
}>;
|
|
5
|
+
export type AppsDeleteInput = typeof AppsDeleteInput.Type;
|
|
6
|
+
export declare const AppsDeleteOutput: Schema.Void;
|
|
7
|
+
export type AppsDeleteOutput = typeof AppsDeleteOutput.Type;
|
|
8
|
+
/**
|
|
9
|
+
* Destroy App
|
|
10
|
+
*
|
|
11
|
+
* Delete an app by its name.
|
|
12
|
+
*
|
|
13
|
+
* @param app_name - Fly App Name
|
|
14
|
+
*/
|
|
15
|
+
export declare const AppsDelete: any;
|
|
16
|
+
//# sourceMappingURL=AppsDelete.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppsDelete.d.ts","sourceRoot":"","sources":["../../src/operations/AppsDelete.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,eAAe;;EAEmC,CAAC;AAChE,MAAM,MAAM,eAAe,GAAG,OAAO,eAAe,CAAC,IAAI,CAAC;AAG1D,eAAO,MAAM,gBAAgB,aAA0C,CAAC;AACxE,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC,IAAI,CAAC;AAG5D;;;;;;GAMG;AACH,eAAO,MAAM,UAAU,KAGpB,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
import { API } from "../client";
|
|
3
|
+
import * as T from "../traits";
|
|
4
|
+
// Input Schema
|
|
5
|
+
export const AppsDeleteInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
6
|
+
app_name: Schema.String.pipe(T.PathParam()),
|
|
7
|
+
}).pipe(T.Http({ method: "DELETE", path: "/apps/{app_name}" }));
|
|
8
|
+
// Output Schema
|
|
9
|
+
export const AppsDeleteOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Void;
|
|
10
|
+
// The operation
|
|
11
|
+
/**
|
|
12
|
+
* Destroy App
|
|
13
|
+
*
|
|
14
|
+
* Delete an app by its name.
|
|
15
|
+
*
|
|
16
|
+
* @param app_name - Fly App Name
|
|
17
|
+
*/
|
|
18
|
+
export const AppsDelete = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
19
|
+
inputSchema: AppsDeleteInput,
|
|
20
|
+
outputSchema: AppsDeleteOutput,
|
|
21
|
+
}));
|
|
22
|
+
//# sourceMappingURL=AppsDelete.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppsDelete.js","sourceRoot":"","sources":["../../src/operations/AppsDelete.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;AAE/B,eAAe;AACf,MAAM,CAAC,MAAM,eAAe,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACvE,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;CAC5C,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,kBAAkB,EAAE,CAAC,CAAC,CAAC;AAGhE,gBAAgB;AAChB,MAAM,CAAC,MAAM,gBAAgB,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC;AAGxE,gBAAgB;AAChB;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG,aAAa,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;IACpE,WAAW,EAAE,eAAe;IAC5B,YAAY,EAAE,gBAAgB;CAC/B,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
export declare const AppsListInput: Schema.Struct<{
|
|
3
|
+
readonly org_slug: Schema.String;
|
|
4
|
+
readonly app_role: Schema.optional<Schema.String>;
|
|
5
|
+
}>;
|
|
6
|
+
export type AppsListInput = typeof AppsListInput.Type;
|
|
7
|
+
export declare const AppsListOutput: Schema.Struct<{
|
|
8
|
+
readonly apps: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
9
|
+
readonly id: Schema.optional<Schema.String>;
|
|
10
|
+
readonly internal_numeric_id: Schema.optional<Schema.Number>;
|
|
11
|
+
readonly machine_count: Schema.optional<Schema.Number>;
|
|
12
|
+
readonly name: Schema.optional<Schema.String>;
|
|
13
|
+
readonly network: Schema.optional<Schema.String>;
|
|
14
|
+
readonly organization: Schema.optional<Schema.Struct<{
|
|
15
|
+
readonly internal_numeric_id: Schema.optional<Schema.Number>;
|
|
16
|
+
readonly name: Schema.optional<Schema.String>;
|
|
17
|
+
readonly slug: Schema.optional<Schema.String>;
|
|
18
|
+
}>>;
|
|
19
|
+
readonly status: Schema.optional<Schema.String>;
|
|
20
|
+
readonly volume_count: Schema.optional<Schema.Number>;
|
|
21
|
+
}>>>;
|
|
22
|
+
readonly total_apps: Schema.optional<Schema.Number>;
|
|
23
|
+
}>;
|
|
24
|
+
export type AppsListOutput = typeof AppsListOutput.Type;
|
|
25
|
+
/**
|
|
26
|
+
* List Apps
|
|
27
|
+
*
|
|
28
|
+
* List all apps with the ability to filter by organization slug.
|
|
29
|
+
*
|
|
30
|
+
* @param org_slug - The org slug, or 'personal', to filter apps
|
|
31
|
+
* @param app_role - Filter apps by role
|
|
32
|
+
*/
|
|
33
|
+
export declare const AppsList: any;
|
|
34
|
+
//# sourceMappingURL=AppsList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppsList.d.ts","sourceRoot":"","sources":["../../src/operations/AppsList.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,aAAa;;;EAGuB,CAAC;AAClD,MAAM,MAAM,aAAa,GAAG,OAAO,aAAa,CAAC,IAAI,CAAC;AAGtD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;EAsBzB,CAAC;AACH,MAAM,MAAM,cAAc,GAAG,OAAO,cAAc,CAAC,IAAI,CAAC;AAGxD;;;;;;;GAOG;AACH,eAAO,MAAM,QAAQ,KAGlB,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
import { API } from "../client";
|
|
3
|
+
import * as T from "../traits";
|
|
4
|
+
// Input Schema
|
|
5
|
+
export const AppsListInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
6
|
+
org_slug: Schema.String,
|
|
7
|
+
app_role: Schema.optional(Schema.String),
|
|
8
|
+
}).pipe(T.Http({ method: "GET", path: "/apps" }));
|
|
9
|
+
// Output Schema
|
|
10
|
+
export const AppsListOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
11
|
+
apps: Schema.optional(Schema.Array(Schema.Struct({
|
|
12
|
+
id: Schema.optional(Schema.String),
|
|
13
|
+
internal_numeric_id: Schema.optional(Schema.Number),
|
|
14
|
+
machine_count: Schema.optional(Schema.Number),
|
|
15
|
+
name: Schema.optional(Schema.String),
|
|
16
|
+
network: Schema.optional(Schema.String),
|
|
17
|
+
organization: Schema.optional(Schema.Struct({
|
|
18
|
+
internal_numeric_id: Schema.optional(Schema.Number),
|
|
19
|
+
name: Schema.optional(Schema.String),
|
|
20
|
+
slug: Schema.optional(Schema.String),
|
|
21
|
+
})),
|
|
22
|
+
status: Schema.optional(Schema.String),
|
|
23
|
+
volume_count: Schema.optional(Schema.Number),
|
|
24
|
+
}))),
|
|
25
|
+
total_apps: Schema.optional(Schema.Number),
|
|
26
|
+
});
|
|
27
|
+
// The operation
|
|
28
|
+
/**
|
|
29
|
+
* List Apps
|
|
30
|
+
*
|
|
31
|
+
* List all apps with the ability to filter by organization slug.
|
|
32
|
+
*
|
|
33
|
+
* @param org_slug - The org slug, or 'personal', to filter apps
|
|
34
|
+
* @param app_role - Filter apps by role
|
|
35
|
+
*/
|
|
36
|
+
export const AppsList = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
37
|
+
inputSchema: AppsListInput,
|
|
38
|
+
outputSchema: AppsListOutput,
|
|
39
|
+
}));
|
|
40
|
+
//# sourceMappingURL=AppsList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppsList.js","sourceRoot":"","sources":["../../src/operations/AppsList.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;AAE/B,eAAe;AACf,MAAM,CAAC,MAAM,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACrE,QAAQ,EAAE,MAAM,CAAC,MAAM;IACvB,QAAQ,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;CACzC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,CAAC,CAAC;AAGlD,gBAAgB;AAChB,MAAM,CAAC,MAAM,cAAc,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACtE,IAAI,EAAE,MAAM,CAAC,QAAQ,CACnB,MAAM,CAAC,KAAK,CACV,MAAM,CAAC,MAAM,CAAC;QACZ,EAAE,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;QAClC,mBAAmB,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;QACnD,aAAa,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;QAC7C,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;QACpC,OAAO,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;QACvC,YAAY,EAAE,MAAM,CAAC,QAAQ,CAC3B,MAAM,CAAC,MAAM,CAAC;YACZ,mBAAmB,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;YACnD,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;YACpC,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;SACrC,CAAC,CACH;QACD,MAAM,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;QACtC,YAAY,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;KAC7C,CAAC,CACH,CACF;IACD,UAAU,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;CAC3C,CAAC,CAAC;AAGH,gBAAgB;AAChB;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,QAAQ,GAAG,aAAa,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;IAClE,WAAW,EAAE,aAAa;IAC1B,YAAY,EAAE,cAAc;CAC7B,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
export declare const AppsShowInput: Schema.Struct<{
|
|
3
|
+
readonly app_name: Schema.String;
|
|
4
|
+
}>;
|
|
5
|
+
export type AppsShowInput = typeof AppsShowInput.Type;
|
|
6
|
+
export declare const AppsShowOutput: Schema.Struct<{
|
|
7
|
+
readonly id: Schema.optional<Schema.String>;
|
|
8
|
+
readonly internal_numeric_id: Schema.optional<Schema.Number>;
|
|
9
|
+
readonly machine_count: Schema.optional<Schema.Number>;
|
|
10
|
+
readonly name: Schema.optional<Schema.String>;
|
|
11
|
+
readonly network: Schema.optional<Schema.String>;
|
|
12
|
+
readonly organization: Schema.optional<Schema.Struct<{
|
|
13
|
+
readonly internal_numeric_id: Schema.optional<Schema.Number>;
|
|
14
|
+
readonly name: Schema.optional<Schema.String>;
|
|
15
|
+
readonly slug: Schema.optional<Schema.String>;
|
|
16
|
+
}>>;
|
|
17
|
+
readonly status: Schema.optional<Schema.String>;
|
|
18
|
+
readonly volume_count: Schema.optional<Schema.Number>;
|
|
19
|
+
}>;
|
|
20
|
+
export type AppsShowOutput = typeof AppsShowOutput.Type;
|
|
21
|
+
/**
|
|
22
|
+
* Get App
|
|
23
|
+
*
|
|
24
|
+
* Retrieve details about a specific app by its name.
|
|
25
|
+
*
|
|
26
|
+
* @param app_name - Fly App Name
|
|
27
|
+
*/
|
|
28
|
+
export declare const AppsShow: any;
|
|
29
|
+
//# sourceMappingURL=AppsShow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppsShow.d.ts","sourceRoot":"","sources":["../../src/operations/AppsShow.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,aAAa;;EAEkC,CAAC;AAC7D,MAAM,MAAM,aAAa,GAAG,OAAO,aAAa,CAAC,IAAI,CAAC;AAGtD,eAAO,MAAM,cAAc;;;;;;;;;;;;;EAezB,CAAC;AACH,MAAM,MAAM,cAAc,GAAG,OAAO,cAAc,CAAC,IAAI,CAAC;AAGxD;;;;;;GAMG;AACH,eAAO,MAAM,QAAQ,KAGlB,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
import { API } from "../client";
|
|
3
|
+
import * as T from "../traits";
|
|
4
|
+
// Input Schema
|
|
5
|
+
export const AppsShowInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
6
|
+
app_name: Schema.String.pipe(T.PathParam()),
|
|
7
|
+
}).pipe(T.Http({ method: "GET", path: "/apps/{app_name}" }));
|
|
8
|
+
// Output Schema
|
|
9
|
+
export const AppsShowOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
10
|
+
id: Schema.optional(Schema.String),
|
|
11
|
+
internal_numeric_id: Schema.optional(Schema.Number),
|
|
12
|
+
machine_count: Schema.optional(Schema.Number),
|
|
13
|
+
name: Schema.optional(Schema.String),
|
|
14
|
+
network: Schema.optional(Schema.String),
|
|
15
|
+
organization: Schema.optional(Schema.Struct({
|
|
16
|
+
internal_numeric_id: Schema.optional(Schema.Number),
|
|
17
|
+
name: Schema.optional(Schema.String),
|
|
18
|
+
slug: Schema.optional(Schema.String),
|
|
19
|
+
})),
|
|
20
|
+
status: Schema.optional(Schema.String),
|
|
21
|
+
volume_count: Schema.optional(Schema.Number),
|
|
22
|
+
});
|
|
23
|
+
// The operation
|
|
24
|
+
/**
|
|
25
|
+
* Get App
|
|
26
|
+
*
|
|
27
|
+
* Retrieve details about a specific app by its name.
|
|
28
|
+
*
|
|
29
|
+
* @param app_name - Fly App Name
|
|
30
|
+
*/
|
|
31
|
+
export const AppsShow = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
32
|
+
inputSchema: AppsShowInput,
|
|
33
|
+
outputSchema: AppsShowOutput,
|
|
34
|
+
}));
|
|
35
|
+
//# sourceMappingURL=AppsShow.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppsShow.js","sourceRoot":"","sources":["../../src/operations/AppsShow.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;AAE/B,eAAe;AACf,MAAM,CAAC,MAAM,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACrE,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;CAC5C,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,IAAI,EAAE,kBAAkB,EAAE,CAAC,CAAC,CAAC;AAG7D,gBAAgB;AAChB,MAAM,CAAC,MAAM,cAAc,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACtE,EAAE,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IAClC,mBAAmB,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IACnD,aAAa,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IAC7C,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IACpC,OAAO,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IACvC,YAAY,EAAE,MAAM,CAAC,QAAQ,CAC3B,MAAM,CAAC,MAAM,CAAC;QACZ,mBAAmB,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;QACnD,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;QACpC,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;KACrC,CAAC,CACH;IACD,MAAM,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IACtC,YAAY,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;CAC7C,CAAC,CAAC;AAGH,gBAAgB;AAChB;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,QAAQ,GAAG,aAAa,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;IAClE,WAAW,EAAE,aAAa;IAC1B,YAAY,EAAE,cAAc;CAC7B,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
export declare const CurrentTokenShowInput: Schema.Struct<{}>;
|
|
3
|
+
export type CurrentTokenShowInput = typeof CurrentTokenShowInput.Type;
|
|
4
|
+
export declare const CurrentTokenShowOutput: Schema.Struct<{
|
|
5
|
+
readonly tokens: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
6
|
+
readonly apps: Schema.optional<Schema.$Array<Schema.String>>;
|
|
7
|
+
readonly org_slug: Schema.optional<Schema.String>;
|
|
8
|
+
readonly organization: Schema.optional<Schema.String>;
|
|
9
|
+
readonly restricted_to_machine: Schema.optional<Schema.String>;
|
|
10
|
+
readonly source_machine_id: Schema.optional<Schema.String>;
|
|
11
|
+
readonly token_id: Schema.optional<Schema.String>;
|
|
12
|
+
readonly user: Schema.optional<Schema.String>;
|
|
13
|
+
}>>>;
|
|
14
|
+
}>;
|
|
15
|
+
export type CurrentTokenShowOutput = typeof CurrentTokenShowOutput.Type;
|
|
16
|
+
/**
|
|
17
|
+
* Get Current Token Information
|
|
18
|
+
*
|
|
19
|
+
* Get information about the current macaroon token(s), including organizations, apps, and whether each token is from a user or machine
|
|
20
|
+
*/
|
|
21
|
+
export declare const CurrentTokenShow: any;
|
|
22
|
+
//# sourceMappingURL=CurrentTokenShow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CurrentTokenShow.d.ts","sourceRoot":"","sources":["../../src/operations/CurrentTokenShow.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,qBAAqB,mBAE2B,CAAC;AAC9D,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC,IAAI,CAAC;AAGtE,eAAO,MAAM,sBAAsB;;;;;;;;;;EAgBlC,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,IAAI,CAAC;AAGxE;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,KAG1B,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
import { API } from "../client";
|
|
3
|
+
import * as T from "../traits";
|
|
4
|
+
// Input Schema
|
|
5
|
+
export const CurrentTokenShowInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({}).pipe(T.Http({ method: "GET", path: "/v1/tokens/current" }));
|
|
6
|
+
// Output Schema
|
|
7
|
+
export const CurrentTokenShowOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
8
|
+
tokens: Schema.optional(Schema.Array(Schema.Struct({
|
|
9
|
+
apps: Schema.optional(Schema.Array(Schema.String)),
|
|
10
|
+
org_slug: Schema.optional(Schema.String),
|
|
11
|
+
organization: Schema.optional(Schema.String),
|
|
12
|
+
restricted_to_machine: Schema.optional(Schema.String),
|
|
13
|
+
source_machine_id: Schema.optional(Schema.String),
|
|
14
|
+
token_id: Schema.optional(Schema.String),
|
|
15
|
+
user: Schema.optional(Schema.String),
|
|
16
|
+
}))),
|
|
17
|
+
});
|
|
18
|
+
// The operation
|
|
19
|
+
/**
|
|
20
|
+
* Get Current Token Information
|
|
21
|
+
*
|
|
22
|
+
* Get information about the current macaroon token(s), including organizations, apps, and whether each token is from a user or machine
|
|
23
|
+
*/
|
|
24
|
+
export const CurrentTokenShow = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
25
|
+
inputSchema: CurrentTokenShowInput,
|
|
26
|
+
outputSchema: CurrentTokenShowOutput,
|
|
27
|
+
}));
|
|
28
|
+
//# sourceMappingURL=CurrentTokenShow.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CurrentTokenShow.js","sourceRoot":"","sources":["../../src/operations/CurrentTokenShow.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;AAE/B,eAAe;AACf,MAAM,CAAC,MAAM,qBAAqB,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAC5E,EAAE,CACH,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,IAAI,EAAE,oBAAoB,EAAE,CAAC,CAAC,CAAC;AAG9D,gBAAgB;AAChB,MAAM,CAAC,MAAM,sBAAsB,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAC7E;IACE,MAAM,EAAE,MAAM,CAAC,QAAQ,CACrB,MAAM,CAAC,KAAK,CACV,MAAM,CAAC,MAAM,CAAC;QACZ,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;QAClD,QAAQ,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;QACxC,YAAY,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;QAC5C,qBAAqB,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;QACrD,iBAAiB,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;QACjD,QAAQ,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;QACxC,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;KACrC,CAAC,CACH,CACF;CACF,CACF,CAAC;AAGF,gBAAgB;AAChB;;;;GAIG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,aAAa,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;IAC1E,WAAW,EAAE,qBAAqB;IAClC,YAAY,EAAE,sBAAsB;CACrC,CAAC,CAAC,CAAC"}
|