@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.
Files changed (402) hide show
  1. package/README.md +68 -0
  2. package/lib/category.d.ts +5 -0
  3. package/lib/category.d.ts.map +1 -0
  4. package/lib/category.js +5 -0
  5. package/lib/category.js.map +1 -0
  6. package/lib/client.d.ts +10 -0
  7. package/lib/client.d.ts.map +1 -0
  8. package/lib/client.js +52 -0
  9. package/lib/client.js.map +1 -0
  10. package/lib/credentials.d.ts +15 -0
  11. package/lib/credentials.d.ts.map +1 -0
  12. package/lib/credentials.js +18 -0
  13. package/lib/credentials.js.map +1 -0
  14. package/lib/errors.d.ts +31 -0
  15. package/lib/errors.d.ts.map +1 -0
  16. package/lib/errors.js +23 -0
  17. package/lib/errors.js.map +1 -0
  18. package/lib/index.d.ts +16 -0
  19. package/lib/index.d.ts.map +1 -0
  20. package/lib/index.js +16 -0
  21. package/lib/index.js.map +1 -0
  22. package/lib/operations/AppCreateDeployToken.d.ts +17 -0
  23. package/lib/operations/AppCreateDeployToken.d.ts.map +1 -0
  24. package/lib/operations/AppCreateDeployToken.js +25 -0
  25. package/lib/operations/AppCreateDeployToken.js.map +1 -0
  26. package/lib/operations/App_CertificatesAcmeCreate.d.ts +57 -0
  27. package/lib/operations/App_CertificatesAcmeCreate.d.ts.map +1 -0
  28. package/lib/operations/App_CertificatesAcmeCreate.js +69 -0
  29. package/lib/operations/App_CertificatesAcmeCreate.js.map +1 -0
  30. package/lib/operations/App_CertificatesAcmeDelete.d.ts +55 -0
  31. package/lib/operations/App_CertificatesAcmeDelete.d.ts.map +1 -0
  32. package/lib/operations/App_CertificatesAcmeDelete.js +70 -0
  33. package/lib/operations/App_CertificatesAcmeDelete.js.map +1 -0
  34. package/lib/operations/App_CertificatesCheck.d.ts +64 -0
  35. package/lib/operations/App_CertificatesCheck.d.ts.map +1 -0
  36. package/lib/operations/App_CertificatesCheck.js +79 -0
  37. package/lib/operations/App_CertificatesCheck.js.map +1 -0
  38. package/lib/operations/App_CertificatesCustomCreate.d.ts +59 -0
  39. package/lib/operations/App_CertificatesCustomCreate.d.ts.map +1 -0
  40. package/lib/operations/App_CertificatesCustomCreate.js +72 -0
  41. package/lib/operations/App_CertificatesCustomCreate.js.map +1 -0
  42. package/lib/operations/App_CertificatesCustomDelete.d.ts +56 -0
  43. package/lib/operations/App_CertificatesCustomDelete.d.ts.map +1 -0
  44. package/lib/operations/App_CertificatesCustomDelete.js +72 -0
  45. package/lib/operations/App_CertificatesCustomDelete.js.map +1 -0
  46. package/lib/operations/App_CertificatesDelete.d.ts +10 -0
  47. package/lib/operations/App_CertificatesDelete.d.ts.map +1 -0
  48. package/lib/operations/App_CertificatesDelete.js +21 -0
  49. package/lib/operations/App_CertificatesDelete.js.map +1 -0
  50. package/lib/operations/App_CertificatesList.d.ts +36 -0
  51. package/lib/operations/App_CertificatesList.d.ts.map +1 -0
  52. package/lib/operations/App_CertificatesList.js +44 -0
  53. package/lib/operations/App_CertificatesList.js.map +1 -0
  54. package/lib/operations/App_CertificatesShow.d.ts +55 -0
  55. package/lib/operations/App_CertificatesShow.d.ts.map +1 -0
  56. package/lib/operations/App_CertificatesShow.js +67 -0
  57. package/lib/operations/App_CertificatesShow.js.map +1 -0
  58. package/lib/operations/App_IPAssignmentsCreate.d.ts +22 -0
  59. package/lib/operations/App_IPAssignmentsCreate.d.ts.map +1 -0
  60. package/lib/operations/App_IPAssignmentsCreate.js +30 -0
  61. package/lib/operations/App_IPAssignmentsCreate.js.map +1 -0
  62. package/lib/operations/App_IPAssignmentsDelete.d.ts +10 -0
  63. package/lib/operations/App_IPAssignmentsDelete.d.ts.map +1 -0
  64. package/lib/operations/App_IPAssignmentsDelete.js +18 -0
  65. package/lib/operations/App_IPAssignmentsDelete.js.map +1 -0
  66. package/lib/operations/App_IPAssignmentsList.d.ts +18 -0
  67. package/lib/operations/App_IPAssignmentsList.d.ts.map +1 -0
  68. package/lib/operations/App_IPAssignmentsList.js +26 -0
  69. package/lib/operations/App_IPAssignmentsList.js.map +1 -0
  70. package/lib/operations/AppsCreate.d.ts +17 -0
  71. package/lib/operations/AppsCreate.d.ts.map +1 -0
  72. package/lib/operations/AppsCreate.js +23 -0
  73. package/lib/operations/AppsCreate.js.map +1 -0
  74. package/lib/operations/AppsDelete.d.ts +16 -0
  75. package/lib/operations/AppsDelete.d.ts.map +1 -0
  76. package/lib/operations/AppsDelete.js +22 -0
  77. package/lib/operations/AppsDelete.js.map +1 -0
  78. package/lib/operations/AppsList.d.ts +34 -0
  79. package/lib/operations/AppsList.d.ts.map +1 -0
  80. package/lib/operations/AppsList.js +40 -0
  81. package/lib/operations/AppsList.js.map +1 -0
  82. package/lib/operations/AppsShow.d.ts +29 -0
  83. package/lib/operations/AppsShow.d.ts.map +1 -0
  84. package/lib/operations/AppsShow.js +35 -0
  85. package/lib/operations/AppsShow.js.map +1 -0
  86. package/lib/operations/CurrentTokenShow.d.ts +22 -0
  87. package/lib/operations/CurrentTokenShow.d.ts.map +1 -0
  88. package/lib/operations/CurrentTokenShow.js +28 -0
  89. package/lib/operations/CurrentTokenShow.js.map +1 -0
  90. package/lib/operations/MachinesCordon.d.ts +18 -0
  91. package/lib/operations/MachinesCordon.d.ts.map +1 -0
  92. package/lib/operations/MachinesCordon.js +27 -0
  93. package/lib/operations/MachinesCordon.js.map +1 -0
  94. package/lib/operations/MachinesCreate.d.ts +840 -0
  95. package/lib/operations/MachinesCreate.d.ts.map +1 -0
  96. package/lib/operations/MachinesCreate.js +888 -0
  97. package/lib/operations/MachinesCreate.js.map +1 -0
  98. package/lib/operations/MachinesCreateLease.d.ts +27 -0
  99. package/lib/operations/MachinesCreateLease.d.ts.map +1 -0
  100. package/lib/operations/MachinesCreateLease.js +38 -0
  101. package/lib/operations/MachinesCreateLease.js.map +1 -0
  102. package/lib/operations/MachinesDelete.d.ts +20 -0
  103. package/lib/operations/MachinesDelete.d.ts.map +1 -0
  104. package/lib/operations/MachinesDelete.js +26 -0
  105. package/lib/operations/MachinesDelete.js.map +1 -0
  106. package/lib/operations/MachinesDeleteMetadata.d.ts +20 -0
  107. package/lib/operations/MachinesDeleteMetadata.d.ts.map +1 -0
  108. package/lib/operations/MachinesDeleteMetadata.js +31 -0
  109. package/lib/operations/MachinesDeleteMetadata.js.map +1 -0
  110. package/lib/operations/MachinesExec.d.ts +28 -0
  111. package/lib/operations/MachinesExec.d.ts.map +1 -0
  112. package/lib/operations/MachinesExec.js +37 -0
  113. package/lib/operations/MachinesExec.js.map +1 -0
  114. package/lib/operations/MachinesGetMemory.d.ts +21 -0
  115. package/lib/operations/MachinesGetMemory.d.ts.map +1 -0
  116. package/lib/operations/MachinesGetMemory.js +31 -0
  117. package/lib/operations/MachinesGetMemory.js.map +1 -0
  118. package/lib/operations/MachinesList.d.ts +578 -0
  119. package/lib/operations/MachinesList.d.ts.map +1 -0
  120. package/lib/operations/MachinesList.js +622 -0
  121. package/lib/operations/MachinesList.js.map +1 -0
  122. package/lib/operations/MachinesListEvents.d.ts +27 -0
  123. package/lib/operations/MachinesListEvents.d.ts.map +1 -0
  124. package/lib/operations/MachinesListEvents.js +38 -0
  125. package/lib/operations/MachinesListEvents.js.map +1 -0
  126. package/lib/operations/MachinesListProcesses.d.ts +34 -0
  127. package/lib/operations/MachinesListProcesses.d.ts.map +1 -0
  128. package/lib/operations/MachinesListProcesses.js +45 -0
  129. package/lib/operations/MachinesListProcesses.js.map +1 -0
  130. package/lib/operations/MachinesListVersions.d.ts +281 -0
  131. package/lib/operations/MachinesListVersions.d.ts.map +1 -0
  132. package/lib/operations/MachinesListVersions.js +311 -0
  133. package/lib/operations/MachinesListVersions.js.map +1 -0
  134. package/lib/operations/MachinesOrgList.d.ts +45 -0
  135. package/lib/operations/MachinesOrgList.d.ts.map +1 -0
  136. package/lib/operations/MachinesOrgList.js +51 -0
  137. package/lib/operations/MachinesOrgList.js.map +1 -0
  138. package/lib/operations/MachinesPatchMetadata.d.ts +19 -0
  139. package/lib/operations/MachinesPatchMetadata.d.ts.map +1 -0
  140. package/lib/operations/MachinesPatchMetadata.js +30 -0
  141. package/lib/operations/MachinesPatchMetadata.js.map +1 -0
  142. package/lib/operations/MachinesReclaimMemory.d.ts +21 -0
  143. package/lib/operations/MachinesReclaimMemory.d.ts.map +1 -0
  144. package/lib/operations/MachinesReclaimMemory.js +32 -0
  145. package/lib/operations/MachinesReclaimMemory.js.map +1 -0
  146. package/lib/operations/MachinesReleaseLease.d.ts +19 -0
  147. package/lib/operations/MachinesReleaseLease.d.ts.map +1 -0
  148. package/lib/operations/MachinesReleaseLease.js +30 -0
  149. package/lib/operations/MachinesReleaseLease.js.map +1 -0
  150. package/lib/operations/MachinesRestart.d.ts +22 -0
  151. package/lib/operations/MachinesRestart.d.ts.map +1 -0
  152. package/lib/operations/MachinesRestart.js +31 -0
  153. package/lib/operations/MachinesRestart.js.map +1 -0
  154. package/lib/operations/MachinesSetMemoryLimit.d.ts +22 -0
  155. package/lib/operations/MachinesSetMemoryLimit.d.ts.map +1 -0
  156. package/lib/operations/MachinesSetMemoryLimit.js +33 -0
  157. package/lib/operations/MachinesSetMemoryLimit.js.map +1 -0
  158. package/lib/operations/MachinesShow.d.ts +572 -0
  159. package/lib/operations/MachinesShow.d.ts.map +1 -0
  160. package/lib/operations/MachinesShow.js +606 -0
  161. package/lib/operations/MachinesShow.js.map +1 -0
  162. package/lib/operations/MachinesShowLease.d.ts +24 -0
  163. package/lib/operations/MachinesShowLease.d.ts.map +1 -0
  164. package/lib/operations/MachinesShowLease.js +34 -0
  165. package/lib/operations/MachinesShowLease.js.map +1 -0
  166. package/lib/operations/MachinesShowMetadata.d.ts +18 -0
  167. package/lib/operations/MachinesShowMetadata.d.ts.map +1 -0
  168. package/lib/operations/MachinesShowMetadata.js +29 -0
  169. package/lib/operations/MachinesShowMetadata.js.map +1 -0
  170. package/lib/operations/MachinesSignal.d.ts +19 -0
  171. package/lib/operations/MachinesSignal.d.ts.map +1 -0
  172. package/lib/operations/MachinesSignal.js +42 -0
  173. package/lib/operations/MachinesSignal.js.map +1 -0
  174. package/lib/operations/MachinesStart.d.ts +18 -0
  175. package/lib/operations/MachinesStart.d.ts.map +1 -0
  176. package/lib/operations/MachinesStart.js +27 -0
  177. package/lib/operations/MachinesStart.js.map +1 -0
  178. package/lib/operations/MachinesStop.d.ts +22 -0
  179. package/lib/operations/MachinesStop.d.ts.map +1 -0
  180. package/lib/operations/MachinesStop.js +31 -0
  181. package/lib/operations/MachinesStop.js.map +1 -0
  182. package/lib/operations/MachinesSuspend.d.ts +18 -0
  183. package/lib/operations/MachinesSuspend.d.ts.map +1 -0
  184. package/lib/operations/MachinesSuspend.js +27 -0
  185. package/lib/operations/MachinesSuspend.js.map +1 -0
  186. package/lib/operations/MachinesUncordon.d.ts +18 -0
  187. package/lib/operations/MachinesUncordon.d.ts.map +1 -0
  188. package/lib/operations/MachinesUncordon.js +27 -0
  189. package/lib/operations/MachinesUncordon.js.map +1 -0
  190. package/lib/operations/MachinesUpdate.d.ts +842 -0
  191. package/lib/operations/MachinesUpdate.d.ts.map +1 -0
  192. package/lib/operations/MachinesUpdate.js +890 -0
  193. package/lib/operations/MachinesUpdate.js.map +1 -0
  194. package/lib/operations/MachinesUpdateMetadata.d.ts +20 -0
  195. package/lib/operations/MachinesUpdateMetadata.d.ts.map +1 -0
  196. package/lib/operations/MachinesUpdateMetadata.js +31 -0
  197. package/lib/operations/MachinesUpdateMetadata.js.map +1 -0
  198. package/lib/operations/MachinesWait.d.ts +28 -0
  199. package/lib/operations/MachinesWait.d.ts.map +1 -0
  200. package/lib/operations/MachinesWait.js +43 -0
  201. package/lib/operations/MachinesWait.js.map +1 -0
  202. package/lib/operations/PlatformPlacementsPost.d.ts +35 -0
  203. package/lib/operations/PlatformPlacementsPost.d.ts.map +1 -0
  204. package/lib/operations/PlatformPlacementsPost.js +43 -0
  205. package/lib/operations/PlatformPlacementsPost.js.map +1 -0
  206. package/lib/operations/PlatformRegionsGet.d.ts +39 -0
  207. package/lib/operations/PlatformRegionsGet.d.ts.map +1 -0
  208. package/lib/operations/PlatformRegionsGet.js +47 -0
  209. package/lib/operations/PlatformRegionsGet.js.map +1 -0
  210. package/lib/operations/SecretCreate.d.ts +25 -0
  211. package/lib/operations/SecretCreate.d.ts.map +1 -0
  212. package/lib/operations/SecretCreate.js +31 -0
  213. package/lib/operations/SecretCreate.js.map +1 -0
  214. package/lib/operations/SecretDelete.d.ts +19 -0
  215. package/lib/operations/SecretDelete.d.ts.map +1 -0
  216. package/lib/operations/SecretDelete.js +25 -0
  217. package/lib/operations/SecretDelete.js.map +1 -0
  218. package/lib/operations/SecretGet.d.ts +26 -0
  219. package/lib/operations/SecretGet.d.ts.map +1 -0
  220. package/lib/operations/SecretGet.js +32 -0
  221. package/lib/operations/SecretGet.js.map +1 -0
  222. package/lib/operations/SecretkeyDecrypt.d.ts +22 -0
  223. package/lib/operations/SecretkeyDecrypt.d.ts.map +1 -0
  224. package/lib/operations/SecretkeyDecrypt.js +31 -0
  225. package/lib/operations/SecretkeyDecrypt.js.map +1 -0
  226. package/lib/operations/SecretkeyDelete.d.ts +19 -0
  227. package/lib/operations/SecretkeyDelete.d.ts.map +1 -0
  228. package/lib/operations/SecretkeyDelete.js +28 -0
  229. package/lib/operations/SecretkeyDelete.js.map +1 -0
  230. package/lib/operations/SecretkeyEncrypt.d.ts +22 -0
  231. package/lib/operations/SecretkeyEncrypt.d.ts.map +1 -0
  232. package/lib/operations/SecretkeyEncrypt.js +31 -0
  233. package/lib/operations/SecretkeyEncrypt.js.map +1 -0
  234. package/lib/operations/SecretkeyGenerate.d.ts +26 -0
  235. package/lib/operations/SecretkeyGenerate.d.ts.map +1 -0
  236. package/lib/operations/SecretkeyGenerate.js +36 -0
  237. package/lib/operations/SecretkeyGenerate.js.map +1 -0
  238. package/lib/operations/SecretkeyGet.d.ts +24 -0
  239. package/lib/operations/SecretkeyGet.d.ts.map +1 -0
  240. package/lib/operations/SecretkeyGet.js +30 -0
  241. package/lib/operations/SecretkeyGet.js.map +1 -0
  242. package/lib/operations/SecretkeySet.d.ts +26 -0
  243. package/lib/operations/SecretkeySet.d.ts.map +1 -0
  244. package/lib/operations/SecretkeySet.js +32 -0
  245. package/lib/operations/SecretkeySet.js.map +1 -0
  246. package/lib/operations/SecretkeySign.d.ts +21 -0
  247. package/lib/operations/SecretkeySign.d.ts.map +1 -0
  248. package/lib/operations/SecretkeySign.js +30 -0
  249. package/lib/operations/SecretkeySign.js.map +1 -0
  250. package/lib/operations/SecretkeyVerify.d.ts +20 -0
  251. package/lib/operations/SecretkeyVerify.d.ts.map +1 -0
  252. package/lib/operations/SecretkeyVerify.js +29 -0
  253. package/lib/operations/SecretkeyVerify.js.map +1 -0
  254. package/lib/operations/SecretkeysList.d.ts +26 -0
  255. package/lib/operations/SecretkeysList.d.ts.map +1 -0
  256. package/lib/operations/SecretkeysList.js +32 -0
  257. package/lib/operations/SecretkeysList.js.map +1 -0
  258. package/lib/operations/SecretsList.d.ts +26 -0
  259. package/lib/operations/SecretsList.d.ts.map +1 -0
  260. package/lib/operations/SecretsList.js +32 -0
  261. package/lib/operations/SecretsList.js.map +1 -0
  262. package/lib/operations/SecretsUpdate.d.ts +25 -0
  263. package/lib/operations/SecretsUpdate.d.ts.map +1 -0
  264. package/lib/operations/SecretsUpdate.js +31 -0
  265. package/lib/operations/SecretsUpdate.js.map +1 -0
  266. package/lib/operations/TokensRequest_Kms.d.ts +12 -0
  267. package/lib/operations/TokensRequest_Kms.d.ts.map +1 -0
  268. package/lib/operations/TokensRequest_Kms.js +19 -0
  269. package/lib/operations/TokensRequest_Kms.js.map +1 -0
  270. package/lib/operations/TokensRequest_OIDC.d.ts +15 -0
  271. package/lib/operations/TokensRequest_OIDC.d.ts.map +1 -0
  272. package/lib/operations/TokensRequest_OIDC.js +23 -0
  273. package/lib/operations/TokensRequest_OIDC.js.map +1 -0
  274. package/lib/operations/VolumeDelete.d.ts +39 -0
  275. package/lib/operations/VolumeDelete.d.ts.map +1 -0
  276. package/lib/operations/VolumeDelete.js +45 -0
  277. package/lib/operations/VolumeDelete.js.map +1 -0
  278. package/lib/operations/VolumesCreate.d.ts +59 -0
  279. package/lib/operations/VolumesCreate.d.ts.map +1 -0
  280. package/lib/operations/VolumesCreate.js +65 -0
  281. package/lib/operations/VolumesCreate.js.map +1 -0
  282. package/lib/operations/VolumesExtend.d.ts +43 -0
  283. package/lib/operations/VolumesExtend.d.ts.map +1 -0
  284. package/lib/operations/VolumesExtend.js +52 -0
  285. package/lib/operations/VolumesExtend.js.map +1 -0
  286. package/lib/operations/VolumesGetById.d.ts +39 -0
  287. package/lib/operations/VolumesGetById.d.ts.map +1 -0
  288. package/lib/operations/VolumesGetById.js +45 -0
  289. package/lib/operations/VolumesGetById.js.map +1 -0
  290. package/lib/operations/VolumesList.d.ts +39 -0
  291. package/lib/operations/VolumesList.d.ts.map +1 -0
  292. package/lib/operations/VolumesList.js +45 -0
  293. package/lib/operations/VolumesList.js.map +1 -0
  294. package/lib/operations/VolumesListSnapshots.d.ts +26 -0
  295. package/lib/operations/VolumesListSnapshots.d.ts.map +1 -0
  296. package/lib/operations/VolumesListSnapshots.js +37 -0
  297. package/lib/operations/VolumesListSnapshots.js.map +1 -0
  298. package/lib/operations/VolumesUpdate.d.ts +41 -0
  299. package/lib/operations/VolumesUpdate.d.ts.map +1 -0
  300. package/lib/operations/VolumesUpdate.js +47 -0
  301. package/lib/operations/VolumesUpdate.js.map +1 -0
  302. package/lib/operations/createVolumeSnapshot.d.ts +18 -0
  303. package/lib/operations/createVolumeSnapshot.d.ts.map +1 -0
  304. package/lib/operations/createVolumeSnapshot.js +29 -0
  305. package/lib/operations/createVolumeSnapshot.js.map +1 -0
  306. package/lib/operations/index.d.ts +72 -0
  307. package/lib/operations/index.d.ts.map +1 -0
  308. package/lib/operations/index.js +72 -0
  309. package/lib/operations/index.js.map +1 -0
  310. package/lib/retry.d.ts +22 -0
  311. package/lib/retry.d.ts.map +1 -0
  312. package/lib/retry.js +21 -0
  313. package/lib/retry.js.map +1 -0
  314. package/lib/sensitive.d.ts +5 -0
  315. package/lib/sensitive.d.ts.map +1 -0
  316. package/lib/sensitive.js +5 -0
  317. package/lib/sensitive.js.map +1 -0
  318. package/lib/traits.d.ts +5 -0
  319. package/lib/traits.d.ts.map +1 -0
  320. package/lib/traits.js +5 -0
  321. package/lib/traits.js.map +1 -0
  322. package/package.json +88 -0
  323. package/src/category.ts +4 -0
  324. package/src/client.ts +63 -0
  325. package/src/credentials.ts +31 -0
  326. package/src/errors.ts +47 -0
  327. package/src/index.ts +15 -0
  328. package/src/operations/AppCreateDeployToken.ts +31 -0
  329. package/src/operations/App_CertificatesAcmeCreate.ts +101 -0
  330. package/src/operations/App_CertificatesAcmeDelete.ts +102 -0
  331. package/src/operations/App_CertificatesCheck.ts +112 -0
  332. package/src/operations/App_CertificatesCustomCreate.ts +102 -0
  333. package/src/operations/App_CertificatesCustomDelete.ts +102 -0
  334. package/src/operations/App_CertificatesDelete.ts +31 -0
  335. package/src/operations/App_CertificatesList.ts +54 -0
  336. package/src/operations/App_CertificatesShow.ts +97 -0
  337. package/src/operations/App_IPAssignmentsCreate.ts +38 -0
  338. package/src/operations/App_IPAssignmentsDelete.ts +28 -0
  339. package/src/operations/App_IPAssignmentsList.ts +39 -0
  340. package/src/operations/AppsCreate.ts +27 -0
  341. package/src/operations/AppsDelete.ts +26 -0
  342. package/src/operations/AppsList.ts +50 -0
  343. package/src/operations/AppsShow.ts +41 -0
  344. package/src/operations/CurrentTokenShow.ts +40 -0
  345. package/src/operations/MachinesCordon.ts +33 -0
  346. package/src/operations/MachinesCreate.ts +1393 -0
  347. package/src/operations/MachinesCreateLease.ts +44 -0
  348. package/src/operations/MachinesDelete.ts +32 -0
  349. package/src/operations/MachinesDeleteMetadata.ts +41 -0
  350. package/src/operations/MachinesExec.ts +43 -0
  351. package/src/operations/MachinesGetMemory.ts +39 -0
  352. package/src/operations/MachinesList.ts +966 -0
  353. package/src/operations/MachinesListEvents.ts +46 -0
  354. package/src/operations/MachinesListProcesses.ts +60 -0
  355. package/src/operations/MachinesListVersions.ts +494 -0
  356. package/src/operations/MachinesOrgList.ts +59 -0
  357. package/src/operations/MachinesPatchMetadata.ts +39 -0
  358. package/src/operations/MachinesReclaimMemory.ts +41 -0
  359. package/src/operations/MachinesReleaseLease.ts +38 -0
  360. package/src/operations/MachinesRestart.ts +37 -0
  361. package/src/operations/MachinesSetMemoryLimit.ts +43 -0
  362. package/src/operations/MachinesShow.ts +950 -0
  363. package/src/operations/MachinesShowLease.ts +42 -0
  364. package/src/operations/MachinesShowMetadata.ts +37 -0
  365. package/src/operations/MachinesSignal.ts +50 -0
  366. package/src/operations/MachinesStart.ts +33 -0
  367. package/src/operations/MachinesStop.ts +39 -0
  368. package/src/operations/MachinesSuspend.ts +33 -0
  369. package/src/operations/MachinesUncordon.ts +33 -0
  370. package/src/operations/MachinesUpdate.ts +1397 -0
  371. package/src/operations/MachinesUpdateMetadata.ts +41 -0
  372. package/src/operations/MachinesWait.ts +51 -0
  373. package/src/operations/PlatformPlacementsPost.ts +59 -0
  374. package/src/operations/PlatformRegionsGet.ts +55 -0
  375. package/src/operations/SecretCreate.ts +37 -0
  376. package/src/operations/SecretDelete.ts +31 -0
  377. package/src/operations/SecretGet.ts +38 -0
  378. package/src/operations/SecretkeyDecrypt.ts +39 -0
  379. package/src/operations/SecretkeyDelete.ts +34 -0
  380. package/src/operations/SecretkeyEncrypt.ts +39 -0
  381. package/src/operations/SecretkeyGenerate.ts +44 -0
  382. package/src/operations/SecretkeyGet.ts +36 -0
  383. package/src/operations/SecretkeySet.ts +38 -0
  384. package/src/operations/SecretkeySign.ts +36 -0
  385. package/src/operations/SecretkeyVerify.ts +35 -0
  386. package/src/operations/SecretkeysList.ts +40 -0
  387. package/src/operations/SecretsList.ts +40 -0
  388. package/src/operations/SecretsUpdate.ts +39 -0
  389. package/src/operations/TokensRequest_Kms.ts +25 -0
  390. package/src/operations/TokensRequest_OIDC.ts +27 -0
  391. package/src/operations/VolumeDelete.ts +53 -0
  392. package/src/operations/VolumesCreate.ts +75 -0
  393. package/src/operations/VolumesExtend.ts +62 -0
  394. package/src/operations/VolumesGetById.ts +53 -0
  395. package/src/operations/VolumesList.ts +53 -0
  396. package/src/operations/VolumesListSnapshots.ts +47 -0
  397. package/src/operations/VolumesUpdate.ts +55 -0
  398. package/src/operations/createVolumeSnapshot.ts +37 -0
  399. package/src/operations/index.ts +71 -0
  400. package/src/retry.ts +35 -0
  401. package/src/sensitive.ts +4 -0
  402. 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"}