@distilled.cloud/fly-io 0.10.2 → 0.11.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
|
@@ -55,5 +55,54 @@ export type App_CertificatesCustomCreateOutput = typeof App_CertificatesCustomCr
|
|
|
55
55
|
/**
|
|
56
56
|
* Upload custom certificate
|
|
57
57
|
*/
|
|
58
|
-
export declare const App_CertificatesCustomCreate:
|
|
58
|
+
export declare const App_CertificatesCustomCreate: import("@distilled.cloud/core/client").OperationMethod<{
|
|
59
|
+
readonly fullchain?: string | undefined;
|
|
60
|
+
readonly hostname?: string | undefined;
|
|
61
|
+
readonly private_key?: string | undefined;
|
|
62
|
+
}, {
|
|
63
|
+
readonly acme_requested?: boolean | undefined;
|
|
64
|
+
readonly certificates?: readonly {
|
|
65
|
+
readonly created_at?: string | undefined;
|
|
66
|
+
readonly expires_at?: string | undefined;
|
|
67
|
+
readonly issued?: readonly {
|
|
68
|
+
readonly certificate_authority?: string | undefined;
|
|
69
|
+
readonly expires_at?: string | undefined;
|
|
70
|
+
readonly type?: "ecdsa" | "rsa" | undefined;
|
|
71
|
+
}[] | undefined;
|
|
72
|
+
readonly issuer?: string | undefined;
|
|
73
|
+
readonly source?: "custom" | "fly" | undefined;
|
|
74
|
+
readonly status?: "active" | "pending_ownership" | "pending_validation" | undefined;
|
|
75
|
+
}[] | undefined;
|
|
76
|
+
readonly configured?: boolean | undefined;
|
|
77
|
+
readonly dns_provider?: string | undefined;
|
|
78
|
+
readonly dns_requirements?: {
|
|
79
|
+
readonly a?: readonly string[] | undefined;
|
|
80
|
+
readonly aaaa?: readonly string[] | undefined;
|
|
81
|
+
readonly acme_challenge?: {
|
|
82
|
+
readonly name?: string | undefined;
|
|
83
|
+
readonly target?: string | undefined;
|
|
84
|
+
} | undefined;
|
|
85
|
+
readonly cname?: string | undefined;
|
|
86
|
+
readonly ownership?: {
|
|
87
|
+
readonly app_value?: string | undefined;
|
|
88
|
+
readonly name?: string | undefined;
|
|
89
|
+
readonly org_value?: string | undefined;
|
|
90
|
+
} | undefined;
|
|
91
|
+
} | undefined;
|
|
92
|
+
readonly hostname?: string | undefined;
|
|
93
|
+
readonly rate_limited_until?: string | undefined;
|
|
94
|
+
readonly status?: string | undefined;
|
|
95
|
+
readonly validation?: {
|
|
96
|
+
readonly alpn_configured?: boolean | undefined;
|
|
97
|
+
readonly dns_configured?: boolean | undefined;
|
|
98
|
+
readonly http_configured?: boolean | undefined;
|
|
99
|
+
readonly ownership_txt_configured?: boolean | undefined;
|
|
100
|
+
} | undefined;
|
|
101
|
+
readonly validation_errors?: readonly {
|
|
102
|
+
readonly code?: string | undefined;
|
|
103
|
+
readonly message?: string | undefined;
|
|
104
|
+
readonly remediation?: string | undefined;
|
|
105
|
+
readonly timestamp?: string | undefined;
|
|
106
|
+
}[] | undefined;
|
|
107
|
+
}, never, any>;
|
|
59
108
|
//# sourceMappingURL=App_CertificatesCustomCreate.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"App_CertificatesCustomCreate.d.ts","sourceRoot":"","sources":["../../src/operations/App_CertificatesCustomCreate.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,iCAAiC;;;;EAO3C,CAAC;AACJ,MAAM,MAAM,iCAAiC,GAC3C,OAAO,iCAAiC,CAAC,IAAI,CAAC;AAGhD,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwE3C,CAAC;AACL,MAAM,MAAM,kCAAkC,GAC5C,OAAO,kCAAkC,CAAC,IAAI,CAAC;AAGjD;;GAEG;AACH,eAAO,MAAM,4BAA4B,
|
|
1
|
+
{"version":3,"file":"App_CertificatesCustomCreate.d.ts","sourceRoot":"","sources":["../../src/operations/App_CertificatesCustomCreate.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,iCAAiC;;;;EAO3C,CAAC;AACJ,MAAM,MAAM,iCAAiC,GAC3C,OAAO,iCAAiC,CAAC,IAAI,CAAC;AAGhD,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwE3C,CAAC;AACL,MAAM,MAAM,kCAAkC,GAC5C,OAAO,kCAAkC,CAAC,IAAI,CAAC;AAGjD;;GAEG;AACH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAIpC,CAAC"}
|
|
@@ -52,5 +52,51 @@ export type App_CertificatesCustomDeleteOutput = typeof App_CertificatesCustomDe
|
|
|
52
52
|
/**
|
|
53
53
|
* Remove custom certificate
|
|
54
54
|
*/
|
|
55
|
-
export declare const App_CertificatesCustomDelete:
|
|
55
|
+
export declare const App_CertificatesCustomDelete: import("@distilled.cloud/core/client").OperationMethod<{}, {
|
|
56
|
+
readonly acme_requested?: boolean | undefined;
|
|
57
|
+
readonly certificates?: readonly {
|
|
58
|
+
readonly created_at?: string | undefined;
|
|
59
|
+
readonly expires_at?: string | undefined;
|
|
60
|
+
readonly issued?: readonly {
|
|
61
|
+
readonly certificate_authority?: string | undefined;
|
|
62
|
+
readonly expires_at?: string | undefined;
|
|
63
|
+
readonly type?: "ecdsa" | "rsa" | undefined;
|
|
64
|
+
}[] | undefined;
|
|
65
|
+
readonly issuer?: string | undefined;
|
|
66
|
+
readonly source?: "custom" | "fly" | undefined;
|
|
67
|
+
readonly status?: "active" | "pending_ownership" | "pending_validation" | undefined;
|
|
68
|
+
}[] | undefined;
|
|
69
|
+
readonly configured?: boolean | undefined;
|
|
70
|
+
readonly dns_provider?: string | undefined;
|
|
71
|
+
readonly dns_requirements?: {
|
|
72
|
+
readonly a?: readonly string[] | undefined;
|
|
73
|
+
readonly aaaa?: readonly string[] | undefined;
|
|
74
|
+
readonly acme_challenge?: {
|
|
75
|
+
readonly name?: string | undefined;
|
|
76
|
+
readonly target?: string | undefined;
|
|
77
|
+
} | undefined;
|
|
78
|
+
readonly cname?: string | undefined;
|
|
79
|
+
readonly ownership?: {
|
|
80
|
+
readonly app_value?: string | undefined;
|
|
81
|
+
readonly name?: string | undefined;
|
|
82
|
+
readonly org_value?: string | undefined;
|
|
83
|
+
} | undefined;
|
|
84
|
+
} | undefined;
|
|
85
|
+
readonly hostname?: string | undefined;
|
|
86
|
+
readonly rate_limited_until?: string | undefined;
|
|
87
|
+
readonly status?: string | undefined;
|
|
88
|
+
readonly validation?: {
|
|
89
|
+
readonly alpn_configured?: boolean | undefined;
|
|
90
|
+
readonly dns_configured?: boolean | undefined;
|
|
91
|
+
readonly http_configured?: boolean | undefined;
|
|
92
|
+
readonly ownership_txt_configured?: boolean | undefined;
|
|
93
|
+
} | undefined;
|
|
94
|
+
readonly validation_errors?: readonly {
|
|
95
|
+
readonly code?: string | undefined;
|
|
96
|
+
readonly message?: string | undefined;
|
|
97
|
+
readonly remediation?: string | undefined;
|
|
98
|
+
readonly timestamp?: string | undefined;
|
|
99
|
+
}[] | undefined;
|
|
100
|
+
readonly warning?: string | undefined;
|
|
101
|
+
}, never, any>;
|
|
56
102
|
//# sourceMappingURL=App_CertificatesCustomDelete.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"App_CertificatesCustomDelete.d.ts","sourceRoot":"","sources":["../../src/operations/App_CertificatesCustomDelete.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,iCAAiC,mBAM3C,CAAC;AACJ,MAAM,MAAM,iCAAiC,GAC3C,OAAO,iCAAiC,CAAC,IAAI,CAAC;AAGhD,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyE3C,CAAC;AACL,MAAM,MAAM,kCAAkC,GAC5C,OAAO,kCAAkC,CAAC,IAAI,CAAC;AAGjD;;GAEG;AACH,eAAO,MAAM,4BAA4B,
|
|
1
|
+
{"version":3,"file":"App_CertificatesCustomDelete.d.ts","sourceRoot":"","sources":["../../src/operations/App_CertificatesCustomDelete.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,iCAAiC,mBAM3C,CAAC;AACJ,MAAM,MAAM,iCAAiC,GAC3C,OAAO,iCAAiC,CAAC,IAAI,CAAC;AAGhD,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyE3C,CAAC;AACL,MAAM,MAAM,kCAAkC,GAC5C,OAAO,kCAAkC,CAAC,IAAI,CAAC;AAGjD;;GAEG;AACH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAIpC,CAAC"}
|
|
@@ -6,5 +6,5 @@ export type App_CertificatesDeleteOutput = typeof App_CertificatesDeleteOutput.T
|
|
|
6
6
|
/**
|
|
7
7
|
* Remove certificate
|
|
8
8
|
*/
|
|
9
|
-
export declare const App_CertificatesDelete: any
|
|
9
|
+
export declare const App_CertificatesDelete: import("@distilled.cloud/core/client").OperationMethod<{}, void, never, any>;
|
|
10
10
|
//# sourceMappingURL=App_CertificatesDelete.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"App_CertificatesDelete.d.ts","sourceRoot":"","sources":["../../src/operations/App_CertificatesDelete.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,2BAA2B,mBAMrC,CAAC;AACJ,MAAM,MAAM,2BAA2B,GACrC,OAAO,2BAA2B,CAAC,IAAI,CAAC;AAG1C,eAAO,MAAM,4BAA4B,aACA,CAAC;AAC1C,MAAM,MAAM,4BAA4B,GACtC,OAAO,4BAA4B,CAAC,IAAI,CAAC;AAG3C;;GAEG;AACH,eAAO,MAAM,sBAAsB,
|
|
1
|
+
{"version":3,"file":"App_CertificatesDelete.d.ts","sourceRoot":"","sources":["../../src/operations/App_CertificatesDelete.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,2BAA2B,mBAMrC,CAAC;AACJ,MAAM,MAAM,2BAA2B,GACrC,OAAO,2BAA2B,CAAC,IAAI,CAAC;AAG1C,eAAO,MAAM,4BAA4B,aACA,CAAC;AAC1C,MAAM,MAAM,4BAA4B,GACtC,OAAO,4BAA4B,CAAC,IAAI,CAAC;AAG3C;;GAEG;AACH,eAAO,MAAM,sBAAsB,8EAKlC,CAAC"}
|
|
@@ -32,5 +32,27 @@ export type App_CertificatesListOutput = typeof App_CertificatesListOutput.Type;
|
|
|
32
32
|
* @param cursor - Pagination cursor from previous response
|
|
33
33
|
* @param limit - Number of results per page (default 25, max 500)
|
|
34
34
|
*/
|
|
35
|
-
export declare const App_CertificatesList:
|
|
35
|
+
export declare const App_CertificatesList: import("@distilled.cloud/core/client").OperationMethod<{
|
|
36
|
+
readonly cursor?: string | undefined;
|
|
37
|
+
readonly filter?: string | undefined;
|
|
38
|
+
readonly limit?: number | undefined;
|
|
39
|
+
}, {
|
|
40
|
+
readonly certificates?: readonly {
|
|
41
|
+
readonly acme_alpn_configured?: boolean | undefined;
|
|
42
|
+
readonly acme_dns_configured?: boolean | undefined;
|
|
43
|
+
readonly acme_http_configured?: boolean | undefined;
|
|
44
|
+
readonly acme_requested?: boolean | undefined;
|
|
45
|
+
readonly configured?: boolean | undefined;
|
|
46
|
+
readonly created_at?: string | undefined;
|
|
47
|
+
readonly dns_provider?: string | undefined;
|
|
48
|
+
readonly has_custom_certificate?: boolean | undefined;
|
|
49
|
+
readonly has_fly_certificate?: boolean | undefined;
|
|
50
|
+
readonly hostname?: string | undefined;
|
|
51
|
+
readonly ownership_txt_configured?: boolean | undefined;
|
|
52
|
+
readonly status?: string | undefined;
|
|
53
|
+
readonly updated_at?: string | undefined;
|
|
54
|
+
}[] | undefined;
|
|
55
|
+
readonly next_cursor?: string | undefined;
|
|
56
|
+
readonly total_count?: number | undefined;
|
|
57
|
+
}, never, any>;
|
|
36
58
|
//# sourceMappingURL=App_CertificatesList.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"App_CertificatesList.d.ts","sourceRoot":"","sources":["../../src/operations/App_CertificatesList.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,yBAAyB;;;;EAKqC,CAAC;AAC5E,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;EAuBnC,CAAC;AACL,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF;;;;;;GAMG;AACH,eAAO,MAAM,oBAAoB,
|
|
1
|
+
{"version":3,"file":"App_CertificatesList.d.ts","sourceRoot":"","sources":["../../src/operations/App_CertificatesList.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,yBAAyB;;;;EAKqC,CAAC;AAC5E,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;EAuBnC,CAAC;AACL,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF;;;;;;GAMG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;cAKhC,CAAC"}
|
|
@@ -51,5 +51,50 @@ export type App_CertificatesShowOutput = typeof App_CertificatesShowOutput.Type;
|
|
|
51
51
|
/**
|
|
52
52
|
* Get certificate details
|
|
53
53
|
*/
|
|
54
|
-
export declare const App_CertificatesShow:
|
|
54
|
+
export declare const App_CertificatesShow: import("@distilled.cloud/core/client").OperationMethod<{}, {
|
|
55
|
+
readonly acme_requested?: boolean | undefined;
|
|
56
|
+
readonly certificates?: readonly {
|
|
57
|
+
readonly created_at?: string | undefined;
|
|
58
|
+
readonly expires_at?: string | undefined;
|
|
59
|
+
readonly issued?: readonly {
|
|
60
|
+
readonly certificate_authority?: string | undefined;
|
|
61
|
+
readonly expires_at?: string | undefined;
|
|
62
|
+
readonly type?: "ecdsa" | "rsa" | undefined;
|
|
63
|
+
}[] | undefined;
|
|
64
|
+
readonly issuer?: string | undefined;
|
|
65
|
+
readonly source?: "custom" | "fly" | undefined;
|
|
66
|
+
readonly status?: "active" | "pending_ownership" | "pending_validation" | undefined;
|
|
67
|
+
}[] | undefined;
|
|
68
|
+
readonly configured?: boolean | undefined;
|
|
69
|
+
readonly dns_provider?: string | undefined;
|
|
70
|
+
readonly dns_requirements?: {
|
|
71
|
+
readonly a?: readonly string[] | undefined;
|
|
72
|
+
readonly aaaa?: readonly string[] | undefined;
|
|
73
|
+
readonly acme_challenge?: {
|
|
74
|
+
readonly name?: string | undefined;
|
|
75
|
+
readonly target?: string | undefined;
|
|
76
|
+
} | undefined;
|
|
77
|
+
readonly cname?: string | undefined;
|
|
78
|
+
readonly ownership?: {
|
|
79
|
+
readonly app_value?: string | undefined;
|
|
80
|
+
readonly name?: string | undefined;
|
|
81
|
+
readonly org_value?: string | undefined;
|
|
82
|
+
} | undefined;
|
|
83
|
+
} | undefined;
|
|
84
|
+
readonly hostname?: string | undefined;
|
|
85
|
+
readonly rate_limited_until?: string | undefined;
|
|
86
|
+
readonly status?: string | undefined;
|
|
87
|
+
readonly validation?: {
|
|
88
|
+
readonly alpn_configured?: boolean | undefined;
|
|
89
|
+
readonly dns_configured?: boolean | undefined;
|
|
90
|
+
readonly http_configured?: boolean | undefined;
|
|
91
|
+
readonly ownership_txt_configured?: boolean | undefined;
|
|
92
|
+
} | undefined;
|
|
93
|
+
readonly validation_errors?: readonly {
|
|
94
|
+
readonly code?: string | undefined;
|
|
95
|
+
readonly message?: string | undefined;
|
|
96
|
+
readonly remediation?: string | undefined;
|
|
97
|
+
readonly timestamp?: string | undefined;
|
|
98
|
+
}[] | undefined;
|
|
99
|
+
}, never, any>;
|
|
55
100
|
//# sourceMappingURL=App_CertificatesShow.d.ts.map
|
|
@@ -1 +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,
|
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKhC,CAAC"}
|
|
@@ -18,5 +18,17 @@ export type App_IPAssignmentsCreateOutput = typeof App_IPAssignmentsCreateOutput
|
|
|
18
18
|
/**
|
|
19
19
|
* Assign new IP address to app
|
|
20
20
|
*/
|
|
21
|
-
export declare const App_IPAssignmentsCreate:
|
|
21
|
+
export declare const App_IPAssignmentsCreate: import("@distilled.cloud/core/client").OperationMethod<{
|
|
22
|
+
readonly network?: string | undefined;
|
|
23
|
+
readonly org_slug?: string | undefined;
|
|
24
|
+
readonly region?: string | undefined;
|
|
25
|
+
readonly service_name?: string | undefined;
|
|
26
|
+
readonly type?: string | undefined;
|
|
27
|
+
}, {
|
|
28
|
+
readonly created_at?: string | undefined;
|
|
29
|
+
readonly ip?: string | undefined;
|
|
30
|
+
readonly region?: string | undefined;
|
|
31
|
+
readonly service_name?: string | undefined;
|
|
32
|
+
readonly shared?: boolean | undefined;
|
|
33
|
+
}, never, any>;
|
|
22
34
|
//# sourceMappingURL=App_IPAssignmentsCreate.d.ts.map
|
|
@@ -1 +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,
|
|
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;;;;;;;;;;;;cAKnC,CAAC"}
|
|
@@ -6,5 +6,5 @@ export type App_IPAssignmentsDeleteOutput = typeof App_IPAssignmentsDeleteOutput
|
|
|
6
6
|
/**
|
|
7
7
|
* Remove IP assignment from app
|
|
8
8
|
*/
|
|
9
|
-
export declare const App_IPAssignmentsDelete: any
|
|
9
|
+
export declare const App_IPAssignmentsDelete: import("@distilled.cloud/core/client").OperationMethod<{}, void, never, any>;
|
|
10
10
|
//# sourceMappingURL=App_IPAssignmentsDelete.d.ts.map
|
|
@@ -1 +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,
|
|
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,8EAKnC,CAAC"}
|
|
@@ -14,5 +14,13 @@ export type App_IPAssignmentsListOutput = typeof App_IPAssignmentsListOutput.Typ
|
|
|
14
14
|
/**
|
|
15
15
|
* List IP assignments for app
|
|
16
16
|
*/
|
|
17
|
-
export declare const App_IPAssignmentsList:
|
|
17
|
+
export declare const App_IPAssignmentsList: import("@distilled.cloud/core/client").OperationMethod<{}, {
|
|
18
|
+
readonly ips?: readonly {
|
|
19
|
+
readonly created_at?: string | undefined;
|
|
20
|
+
readonly ip?: string | undefined;
|
|
21
|
+
readonly region?: string | undefined;
|
|
22
|
+
readonly service_name?: string | undefined;
|
|
23
|
+
readonly shared?: boolean | undefined;
|
|
24
|
+
}[] | undefined;
|
|
25
|
+
}, never, any>;
|
|
18
26
|
//# sourceMappingURL=App_IPAssignmentsList.d.ts.map
|
|
@@ -1 +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,
|
|
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;;;;;;;;cAKjC,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const AppsCreateInput: Schema.Struct<{
|
|
3
4
|
readonly enable_subdomains: Schema.optional<Schema.Boolean>;
|
|
4
5
|
readonly name: Schema.optional<Schema.String>;
|
|
@@ -13,5 +14,10 @@ export type AppsCreateOutput = typeof AppsCreateOutput.Type;
|
|
|
13
14
|
*
|
|
14
15
|
* Create an app with the specified details in the request body.
|
|
15
16
|
*/
|
|
16
|
-
export declare const AppsCreate:
|
|
17
|
+
export declare const AppsCreate: import("@distilled.cloud/core/client").OperationMethod<{
|
|
18
|
+
readonly enable_subdomains?: boolean | undefined;
|
|
19
|
+
readonly name?: string | undefined;
|
|
20
|
+
readonly network?: string | undefined;
|
|
21
|
+
readonly org_slug?: string | undefined;
|
|
22
|
+
}, void, BadRequest | Forbidden | NotFound, any>;
|
|
17
23
|
//# sourceMappingURL=AppsCreate.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppsCreate.d.ts","sourceRoot":"","sources":["../../src/operations/AppsCreate.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"AppsCreate.d.ts","sourceRoot":"","sources":["../../src/operations/AppsCreate.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAG5D,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;;;;;gDAIpB,CAAC"}
|
|
@@ -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
|
// Input Schema
|
|
5
6
|
export const AppsCreateInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
6
7
|
enable_subdomains: Schema.optional(Schema.Boolean),
|
|
@@ -19,5 +20,6 @@ export const AppsCreateOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Void;
|
|
|
19
20
|
export const AppsCreate = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
20
21
|
inputSchema: AppsCreateInput,
|
|
21
22
|
outputSchema: AppsCreateOutput,
|
|
23
|
+
errors: [BadRequest, Forbidden, NotFound],
|
|
22
24
|
}));
|
|
23
25
|
//# sourceMappingURL=AppsCreate.js.map
|
|
@@ -1 +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;
|
|
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;AAC/B,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAE5D,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;IAC9B,MAAM,EAAE,CAAC,UAAU,EAAE,SAAS,EAAE,QAAQ,CAAU;CACnD,CAAC,CAAC,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const AppsDeleteInput: Schema.Struct<{
|
|
3
4
|
readonly app_name: Schema.String;
|
|
4
5
|
}>;
|
|
@@ -12,5 +13,7 @@ export type AppsDeleteOutput = typeof AppsDeleteOutput.Type;
|
|
|
12
13
|
*
|
|
13
14
|
* @param app_name - Fly App Name
|
|
14
15
|
*/
|
|
15
|
-
export declare const AppsDelete:
|
|
16
|
+
export declare const AppsDelete: import("@distilled.cloud/core/client").OperationMethod<{
|
|
17
|
+
readonly app_name: string;
|
|
18
|
+
}, void, Forbidden | NotFound, any>;
|
|
16
19
|
//# sourceMappingURL=AppsDelete.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppsDelete.d.ts","sourceRoot":"","sources":["../../src/operations/AppsDelete.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"AppsDelete.d.ts","sourceRoot":"","sources":["../../src/operations/AppsDelete.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,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;;mCAIpB,CAAC"}
|
|
@@ -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
|
// Input Schema
|
|
5
6
|
export const AppsDeleteInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
6
7
|
app_name: Schema.String.pipe(T.PathParam()),
|
|
@@ -18,5 +19,6 @@ export const AppsDeleteOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Void;
|
|
|
18
19
|
export const AppsDelete = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
19
20
|
inputSchema: AppsDeleteInput,
|
|
20
21
|
outputSchema: AppsDeleteOutput,
|
|
22
|
+
errors: [Forbidden, NotFound],
|
|
21
23
|
}));
|
|
22
24
|
//# sourceMappingURL=AppsDelete.js.map
|
|
@@ -1 +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;
|
|
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;AAC/B,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAEhD,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;IAC9B,MAAM,EAAE,CAAC,SAAS,EAAE,QAAQ,CAAU;CACvC,CAAC,CAAC,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden } from "../errors";
|
|
2
3
|
export declare const AppsListInput: Schema.Struct<{
|
|
3
4
|
readonly org_slug: Schema.String;
|
|
4
5
|
readonly app_role: Schema.optional<Schema.String>;
|
|
@@ -30,5 +31,24 @@ export type AppsListOutput = typeof AppsListOutput.Type;
|
|
|
30
31
|
* @param org_slug - The org slug, or 'personal', to filter apps
|
|
31
32
|
* @param app_role - Filter apps by role
|
|
32
33
|
*/
|
|
33
|
-
export declare const AppsList:
|
|
34
|
+
export declare const AppsList: import("@distilled.cloud/core/client").OperationMethod<{
|
|
35
|
+
readonly app_role?: string | undefined;
|
|
36
|
+
readonly org_slug: string;
|
|
37
|
+
}, {
|
|
38
|
+
readonly apps?: readonly {
|
|
39
|
+
readonly id?: string | undefined;
|
|
40
|
+
readonly internal_numeric_id?: number | undefined;
|
|
41
|
+
readonly machine_count?: number | undefined;
|
|
42
|
+
readonly name?: string | undefined;
|
|
43
|
+
readonly network?: string | undefined;
|
|
44
|
+
readonly organization?: {
|
|
45
|
+
readonly internal_numeric_id?: number | undefined;
|
|
46
|
+
readonly name?: string | undefined;
|
|
47
|
+
readonly slug?: string | undefined;
|
|
48
|
+
} | undefined;
|
|
49
|
+
readonly status?: string | undefined;
|
|
50
|
+
readonly volume_count?: number | undefined;
|
|
51
|
+
}[] | undefined;
|
|
52
|
+
readonly total_apps?: number | undefined;
|
|
53
|
+
}, Forbidden, any>;
|
|
34
54
|
//# sourceMappingURL=AppsList.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppsList.d.ts","sourceRoot":"","sources":["../../src/operations/AppsList.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"AppsList.d.ts","sourceRoot":"","sources":["../../src/operations/AppsList.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAGtC,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;;;;;;;;;;;;;;;;;;;kBAIlB,CAAC"}
|
|
@@ -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
|
// Input Schema
|
|
5
6
|
export const AppsListInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
6
7
|
org_slug: Schema.String,
|
|
@@ -36,5 +37,6 @@ export const AppsListOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
|
36
37
|
export const AppsList = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
37
38
|
inputSchema: AppsListInput,
|
|
38
39
|
outputSchema: AppsListOutput,
|
|
40
|
+
errors: [Forbidden],
|
|
39
41
|
}));
|
|
40
42
|
//# sourceMappingURL=AppsList.js.map
|
|
@@ -1 +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;
|
|
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;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAEtC,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;IAC5B,MAAM,EAAE,CAAC,SAAS,CAAU;CAC7B,CAAC,CAAC,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const AppsShowInput: Schema.Struct<{
|
|
3
4
|
readonly app_name: Schema.String;
|
|
4
5
|
}>;
|
|
@@ -25,5 +26,20 @@ export type AppsShowOutput = typeof AppsShowOutput.Type;
|
|
|
25
26
|
*
|
|
26
27
|
* @param app_name - Fly App Name
|
|
27
28
|
*/
|
|
28
|
-
export declare const AppsShow:
|
|
29
|
+
export declare const AppsShow: import("@distilled.cloud/core/client").OperationMethod<{
|
|
30
|
+
readonly app_name: string;
|
|
31
|
+
}, {
|
|
32
|
+
readonly id?: string | undefined;
|
|
33
|
+
readonly internal_numeric_id?: number | undefined;
|
|
34
|
+
readonly machine_count?: number | undefined;
|
|
35
|
+
readonly name?: string | undefined;
|
|
36
|
+
readonly network?: string | undefined;
|
|
37
|
+
readonly organization?: {
|
|
38
|
+
readonly internal_numeric_id?: number | undefined;
|
|
39
|
+
readonly name?: string | undefined;
|
|
40
|
+
readonly slug?: string | undefined;
|
|
41
|
+
} | undefined;
|
|
42
|
+
readonly status?: string | undefined;
|
|
43
|
+
readonly volume_count?: number | undefined;
|
|
44
|
+
}, Forbidden | NotFound, any>;
|
|
29
45
|
//# sourceMappingURL=AppsShow.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppsShow.d.ts","sourceRoot":"","sources":["../../src/operations/AppsShow.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"AppsShow.d.ts","sourceRoot":"","sources":["../../src/operations/AppsShow.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,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;;;;;;;;;;;;;;;6BAIlB,CAAC"}
|
|
@@ -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
|
// Input Schema
|
|
5
6
|
export const AppsShowInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
6
7
|
app_name: Schema.String.pipe(T.PathParam()),
|
|
@@ -31,5 +32,6 @@ export const AppsShowOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
|
31
32
|
export const AppsShow = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
32
33
|
inputSchema: AppsShowInput,
|
|
33
34
|
outputSchema: AppsShowOutput,
|
|
35
|
+
errors: [Forbidden, NotFound],
|
|
34
36
|
}));
|
|
35
37
|
//# sourceMappingURL=AppsShow.js.map
|
|
@@ -1 +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;
|
|
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;AAC/B,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAEhD,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;IAC5B,MAAM,EAAE,CAAC,SAAS,EAAE,QAAQ,CAAU;CACvC,CAAC,CAAC,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden } from "../errors";
|
|
2
3
|
export declare const CurrentTokenShowInput: Schema.Struct<{}>;
|
|
3
4
|
export type CurrentTokenShowInput = typeof CurrentTokenShowInput.Type;
|
|
4
5
|
export declare const CurrentTokenShowOutput: Schema.Struct<{
|
|
@@ -18,5 +19,15 @@ export type CurrentTokenShowOutput = typeof CurrentTokenShowOutput.Type;
|
|
|
18
19
|
*
|
|
19
20
|
* Get information about the current macaroon token(s), including organizations, apps, and whether each token is from a user or machine
|
|
20
21
|
*/
|
|
21
|
-
export declare const CurrentTokenShow:
|
|
22
|
+
export declare const CurrentTokenShow: import("@distilled.cloud/core/client").OperationMethod<{}, {
|
|
23
|
+
readonly tokens?: readonly {
|
|
24
|
+
readonly apps?: readonly string[] | undefined;
|
|
25
|
+
readonly org_slug?: string | undefined;
|
|
26
|
+
readonly organization?: string | undefined;
|
|
27
|
+
readonly restricted_to_machine?: string | undefined;
|
|
28
|
+
readonly source_machine_id?: string | undefined;
|
|
29
|
+
readonly token_id?: string | undefined;
|
|
30
|
+
readonly user?: string | undefined;
|
|
31
|
+
}[] | undefined;
|
|
32
|
+
}, Forbidden, any>;
|
|
22
33
|
//# sourceMappingURL=CurrentTokenShow.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CurrentTokenShow.d.ts","sourceRoot":"","sources":["../../src/operations/CurrentTokenShow.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"CurrentTokenShow.d.ts","sourceRoot":"","sources":["../../src/operations/CurrentTokenShow.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAGtC,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;;;;;;;;;;kBAI1B,CAAC"}
|
|
@@ -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
|
// Input Schema
|
|
5
6
|
export const CurrentTokenShowInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({}).pipe(T.Http({ method: "GET", path: "/v1/tokens/current" }));
|
|
6
7
|
// Output Schema
|
|
@@ -24,5 +25,6 @@ export const CurrentTokenShowOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
|
|
|
24
25
|
export const CurrentTokenShow = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
25
26
|
inputSchema: CurrentTokenShowInput,
|
|
26
27
|
outputSchema: CurrentTokenShowOutput,
|
|
28
|
+
errors: [Forbidden],
|
|
27
29
|
}));
|
|
28
30
|
//# sourceMappingURL=CurrentTokenShow.js.map
|
|
@@ -1 +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;
|
|
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;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAEtC,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;IACpC,MAAM,EAAE,CAAC,SAAS,CAAU;CAC7B,CAAC,CAAC,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const MachinesCordonInput: Schema.Struct<{
|
|
3
4
|
readonly app_name: Schema.String;
|
|
4
5
|
readonly machine_id: Schema.String;
|
|
@@ -14,5 +15,8 @@ export type MachinesCordonOutput = typeof MachinesCordonOutput.Type;
|
|
|
14
15
|
* @param app_name - Fly App Name
|
|
15
16
|
* @param machine_id - Machine ID
|
|
16
17
|
*/
|
|
17
|
-
export declare const MachinesCordon:
|
|
18
|
+
export declare const MachinesCordon: import("@distilled.cloud/core/client").OperationMethod<{
|
|
19
|
+
readonly app_name: string;
|
|
20
|
+
readonly machine_id: string;
|
|
21
|
+
}, void, BadRequest | Forbidden | NotFound, any>;
|
|
18
22
|
//# sourceMappingURL=MachinesCordon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MachinesCordon.d.ts","sourceRoot":"","sources":["../../src/operations/MachinesCordon.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"MachinesCordon.d.ts","sourceRoot":"","sources":["../../src/operations/MachinesCordon.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAG5D,eAAO,MAAM,mBAAmB;;;EAQ/B,CAAC;AACF,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE,eAAO,MAAM,oBAAoB,aAA0C,CAAC;AAC5E,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC,IAAI,CAAC;AAGpE;;;;;;;GAOG;AACH,eAAO,MAAM,cAAc;;;gDAIxB,CAAC"}
|
|
@@ -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
|
// Input Schema
|
|
5
6
|
export const MachinesCordonInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
6
7
|
app_name: Schema.String.pipe(T.PathParam()),
|
|
@@ -23,5 +24,6 @@ export const MachinesCordonOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Void;
|
|
|
23
24
|
export const MachinesCordon = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
24
25
|
inputSchema: MachinesCordonInput,
|
|
25
26
|
outputSchema: MachinesCordonOutput,
|
|
27
|
+
errors: [BadRequest, Forbidden, NotFound],
|
|
26
28
|
}));
|
|
27
29
|
//# sourceMappingURL=MachinesCordon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MachinesCordon.js","sourceRoot":"","sources":["../../src/operations/MachinesCordon.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;
|
|
1
|
+
{"version":3,"file":"MachinesCordon.js","sourceRoot":"","sources":["../../src/operations/MachinesCordon.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;AAC/B,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAE5D,eAAe;AACf,MAAM,CAAC,MAAM,mBAAmB,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IAC3E,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;IAC3C,UAAU,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;CAC9C,CAAC,CAAC,IAAI,CACL,CAAC,CAAC,IAAI,CAAC;IACL,MAAM,EAAE,MAAM;IACd,IAAI,EAAE,+CAA+C;CACtD,CAAC,CACH,CAAC;AAGF,gBAAgB;AAChB,MAAM,CAAC,MAAM,oBAAoB,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC;AAG5E,gBAAgB;AAChB;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,aAAa,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;IACxE,WAAW,EAAE,mBAAmB;IAChC,YAAY,EAAE,oBAAoB;IAClC,MAAM,EAAE,CAAC,UAAU,EAAE,SAAS,EAAE,QAAQ,CAAU;CACnD,CAAC,CAAC,CAAC"}
|