@alienplatform/platform-api 1.0.68

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 (1743) hide show
  1. package/.devcontainer/README.md +30 -0
  2. package/.devcontainer/devcontainer.json +43 -0
  3. package/FUNCTIONS.md +87 -0
  4. package/README.md +657 -0
  5. package/RUNTIMES.md +48 -0
  6. package/docs/sdks/agentmanagers/README.md +949 -0
  7. package/docs/sdks/alien/README.md +5 -0
  8. package/docs/sdks/apikeys/README.md +495 -0
  9. package/docs/sdks/auth/README.md +77 -0
  10. package/docs/sdks/commands/README.md +479 -0
  11. package/docs/sdks/containers/README.md +788 -0
  12. package/docs/sdks/deployment/README.md +82 -0
  13. package/docs/sdks/deploymentgroups/README.md +471 -0
  14. package/docs/sdks/deployments/README.md +1134 -0
  15. package/docs/sdks/domains/README.md +312 -0
  16. package/docs/sdks/events/README.md +161 -0
  17. package/docs/sdks/packages/README.md +322 -0
  18. package/docs/sdks/projects/README.md +745 -0
  19. package/docs/sdks/releases/README.md +423 -0
  20. package/docs/sdks/sync/README.md +270 -0
  21. package/docs/sdks/user/README.md +441 -0
  22. package/docs/sdks/workspaces/README.md +645 -0
  23. package/esm/core.d.ts +10 -0
  24. package/esm/core.d.ts.map +1 -0
  25. package/esm/core.js +13 -0
  26. package/esm/core.js.map +1 -0
  27. package/esm/funcs/agentManagersCreate.d.ts +15 -0
  28. package/esm/funcs/agentManagersCreate.d.ts.map +1 -0
  29. package/esm/funcs/agentManagersCreate.js +83 -0
  30. package/esm/funcs/agentManagersCreate.js.map +1 -0
  31. package/esm/funcs/agentManagersDelete.d.ts +15 -0
  32. package/esm/funcs/agentManagersDelete.d.ts.map +1 -0
  33. package/esm/funcs/agentManagersDelete.js +86 -0
  34. package/esm/funcs/agentManagersDelete.js.map +1 -0
  35. package/esm/funcs/agentManagersGenerateDeepstoreToken.d.ts +16 -0
  36. package/esm/funcs/agentManagersGenerateDeepstoreToken.d.ts.map +1 -0
  37. package/esm/funcs/agentManagersGenerateDeepstoreToken.js +90 -0
  38. package/esm/funcs/agentManagersGenerateDeepstoreToken.js.map +1 -0
  39. package/esm/funcs/agentManagersGet.d.ts +16 -0
  40. package/esm/funcs/agentManagersGet.d.ts.map +1 -0
  41. package/esm/funcs/agentManagersGet.js +87 -0
  42. package/esm/funcs/agentManagersGet.js.map +1 -0
  43. package/esm/funcs/agentManagersGetDeployment.d.ts +16 -0
  44. package/esm/funcs/agentManagersGetDeployment.d.ts.map +1 -0
  45. package/esm/funcs/agentManagersGetDeployment.js +87 -0
  46. package/esm/funcs/agentManagersGetDeployment.js.map +1 -0
  47. package/esm/funcs/agentManagersGetManagementConfig.d.ts +15 -0
  48. package/esm/funcs/agentManagersGetManagementConfig.d.ts.map +1 -0
  49. package/esm/funcs/agentManagersGetManagementConfig.js +86 -0
  50. package/esm/funcs/agentManagersGetManagementConfig.js.map +1 -0
  51. package/esm/funcs/agentManagersGoogleCloudConnect.d.ts +15 -0
  52. package/esm/funcs/agentManagersGoogleCloudConnect.d.ts.map +1 -0
  53. package/esm/funcs/agentManagersGoogleCloudConnect.js +90 -0
  54. package/esm/funcs/agentManagersGoogleCloudConnect.js.map +1 -0
  55. package/esm/funcs/agentManagersList.d.ts +16 -0
  56. package/esm/funcs/agentManagersList.d.ts.map +1 -0
  57. package/esm/funcs/agentManagersList.js +82 -0
  58. package/esm/funcs/agentManagersList.js.map +1 -0
  59. package/esm/funcs/agentManagersListEvents.d.ts +15 -0
  60. package/esm/funcs/agentManagersListEvents.d.ts.map +1 -0
  61. package/esm/funcs/agentManagersListEvents.js +86 -0
  62. package/esm/funcs/agentManagersListEvents.js.map +1 -0
  63. package/esm/funcs/agentManagersProvision.d.ts +15 -0
  64. package/esm/funcs/agentManagersProvision.d.ts.map +1 -0
  65. package/esm/funcs/agentManagersProvision.js +86 -0
  66. package/esm/funcs/agentManagersProvision.js.map +1 -0
  67. package/esm/funcs/agentManagersReportHeartbeat.d.ts +16 -0
  68. package/esm/funcs/agentManagersReportHeartbeat.d.ts.map +1 -0
  69. package/esm/funcs/agentManagersReportHeartbeat.js +90 -0
  70. package/esm/funcs/agentManagersReportHeartbeat.js.map +1 -0
  71. package/esm/funcs/agentManagersUpdate.d.ts +15 -0
  72. package/esm/funcs/agentManagersUpdate.d.ts.map +1 -0
  73. package/esm/funcs/agentManagersUpdate.js +89 -0
  74. package/esm/funcs/agentManagersUpdate.js.map +1 -0
  75. package/esm/funcs/apiKeysCreate.d.ts +16 -0
  76. package/esm/funcs/apiKeysCreate.d.ts.map +1 -0
  77. package/esm/funcs/apiKeysCreate.js +84 -0
  78. package/esm/funcs/apiKeysCreate.js.map +1 -0
  79. package/esm/funcs/apiKeysDeleteMultiple.d.ts +15 -0
  80. package/esm/funcs/apiKeysDeleteMultiple.d.ts.map +1 -0
  81. package/esm/funcs/apiKeysDeleteMultiple.js +83 -0
  82. package/esm/funcs/apiKeysDeleteMultiple.js.map +1 -0
  83. package/esm/funcs/apiKeysGet.d.ts +16 -0
  84. package/esm/funcs/apiKeysGet.d.ts.map +1 -0
  85. package/esm/funcs/apiKeysGet.js +87 -0
  86. package/esm/funcs/apiKeysGet.js.map +1 -0
  87. package/esm/funcs/apiKeysList.d.ts +15 -0
  88. package/esm/funcs/apiKeysList.d.ts.map +1 -0
  89. package/esm/funcs/apiKeysList.js +82 -0
  90. package/esm/funcs/apiKeysList.js.map +1 -0
  91. package/esm/funcs/apiKeysRevoke.d.ts +15 -0
  92. package/esm/funcs/apiKeysRevoke.d.ts.map +1 -0
  93. package/esm/funcs/apiKeysRevoke.js +87 -0
  94. package/esm/funcs/apiKeysRevoke.js.map +1 -0
  95. package/esm/funcs/apiKeysUpdate.d.ts +16 -0
  96. package/esm/funcs/apiKeysUpdate.d.ts.map +1 -0
  97. package/esm/funcs/apiKeysUpdate.js +90 -0
  98. package/esm/funcs/apiKeysUpdate.js.map +1 -0
  99. package/esm/funcs/authWhoami.d.ts +15 -0
  100. package/esm/funcs/authWhoami.d.ts.map +1 -0
  101. package/esm/funcs/authWhoami.js +67 -0
  102. package/esm/funcs/authWhoami.js.map +1 -0
  103. package/esm/funcs/commandsCreate.d.ts +16 -0
  104. package/esm/funcs/commandsCreate.d.ts.map +1 -0
  105. package/esm/funcs/commandsCreate.js +84 -0
  106. package/esm/funcs/commandsCreate.js.map +1 -0
  107. package/esm/funcs/commandsGet.d.ts +16 -0
  108. package/esm/funcs/commandsGet.d.ts.map +1 -0
  109. package/esm/funcs/commandsGet.js +87 -0
  110. package/esm/funcs/commandsGet.js.map +1 -0
  111. package/esm/funcs/commandsList.d.ts +15 -0
  112. package/esm/funcs/commandsList.d.ts.map +1 -0
  113. package/esm/funcs/commandsList.js +89 -0
  114. package/esm/funcs/commandsList.js.map +1 -0
  115. package/esm/funcs/commandsListDeployments.d.ts +16 -0
  116. package/esm/funcs/commandsListDeployments.d.ts.map +1 -0
  117. package/esm/funcs/commandsListDeployments.js +83 -0
  118. package/esm/funcs/commandsListDeployments.js.map +1 -0
  119. package/esm/funcs/commandsListNames.d.ts +16 -0
  120. package/esm/funcs/commandsListNames.d.ts.map +1 -0
  121. package/esm/funcs/commandsListNames.js +83 -0
  122. package/esm/funcs/commandsListNames.js.map +1 -0
  123. package/esm/funcs/commandsUpdate.d.ts +16 -0
  124. package/esm/funcs/commandsUpdate.d.ts.map +1 -0
  125. package/esm/funcs/commandsUpdate.js +90 -0
  126. package/esm/funcs/commandsUpdate.js.map +1 -0
  127. package/esm/funcs/containersGetAttention.d.ts +15 -0
  128. package/esm/funcs/containersGetAttention.d.ts.map +1 -0
  129. package/esm/funcs/containersGetAttention.js +82 -0
  130. package/esm/funcs/containersGetAttention.js.map +1 -0
  131. package/esm/funcs/containersGetDeploymentCluster.d.ts +15 -0
  132. package/esm/funcs/containersGetDeploymentCluster.d.ts.map +1 -0
  133. package/esm/funcs/containersGetDeploymentCluster.js +86 -0
  134. package/esm/funcs/containersGetDeploymentCluster.js.map +1 -0
  135. package/esm/funcs/containersGetDeploymentContainer.d.ts +15 -0
  136. package/esm/funcs/containersGetDeploymentContainer.d.ts.map +1 -0
  137. package/esm/funcs/containersGetDeploymentContainer.js +90 -0
  138. package/esm/funcs/containersGetDeploymentContainer.js.map +1 -0
  139. package/esm/funcs/containersGetDeployments.d.ts +15 -0
  140. package/esm/funcs/containersGetDeployments.d.ts.map +1 -0
  141. package/esm/funcs/containersGetDeployments.js +88 -0
  142. package/esm/funcs/containersGetDeployments.js.map +1 -0
  143. package/esm/funcs/containersGetMachines.d.ts +15 -0
  144. package/esm/funcs/containersGetMachines.d.ts.map +1 -0
  145. package/esm/funcs/containersGetMachines.js +82 -0
  146. package/esm/funcs/containersGetMachines.js.map +1 -0
  147. package/esm/funcs/containersGetOverview.d.ts +15 -0
  148. package/esm/funcs/containersGetOverview.d.ts.map +1 -0
  149. package/esm/funcs/containersGetOverview.js +82 -0
  150. package/esm/funcs/containersGetOverview.js.map +1 -0
  151. package/esm/funcs/containersListDeploymentContainerInstanceEvents.d.ts +15 -0
  152. package/esm/funcs/containersListDeploymentContainerInstanceEvents.d.ts.map +1 -0
  153. package/esm/funcs/containersListDeploymentContainerInstanceEvents.js +91 -0
  154. package/esm/funcs/containersListDeploymentContainerInstanceEvents.js.map +1 -0
  155. package/esm/funcs/containersListDeploymentContainers.d.ts +15 -0
  156. package/esm/funcs/containersListDeploymentContainers.d.ts.map +1 -0
  157. package/esm/funcs/containersListDeploymentContainers.js +86 -0
  158. package/esm/funcs/containersListDeploymentContainers.js.map +1 -0
  159. package/esm/funcs/containersListDeploymentEvents.d.ts +15 -0
  160. package/esm/funcs/containersListDeploymentEvents.d.ts.map +1 -0
  161. package/esm/funcs/containersListDeploymentEvents.js +91 -0
  162. package/esm/funcs/containersListDeploymentEvents.js.map +1 -0
  163. package/esm/funcs/containersListDeploymentMachines.d.ts +15 -0
  164. package/esm/funcs/containersListDeploymentMachines.d.ts.map +1 -0
  165. package/esm/funcs/containersListDeploymentMachines.js +86 -0
  166. package/esm/funcs/containersListDeploymentMachines.js.map +1 -0
  167. package/esm/funcs/deploymentGetInfo.d.ts +16 -0
  168. package/esm/funcs/deploymentGetInfo.d.ts.map +1 -0
  169. package/esm/funcs/deploymentGetInfo.js +81 -0
  170. package/esm/funcs/deploymentGetInfo.js.map +1 -0
  171. package/esm/funcs/deploymentGroupsCreateDeploymentGroup.d.ts +16 -0
  172. package/esm/funcs/deploymentGroupsCreateDeploymentGroup.d.ts.map +1 -0
  173. package/esm/funcs/deploymentGroupsCreateDeploymentGroup.js +84 -0
  174. package/esm/funcs/deploymentGroupsCreateDeploymentGroup.js.map +1 -0
  175. package/esm/funcs/deploymentGroupsCreateDeploymentGroupToken.d.ts +19 -0
  176. package/esm/funcs/deploymentGroupsCreateDeploymentGroupToken.d.ts.map +1 -0
  177. package/esm/funcs/deploymentGroupsCreateDeploymentGroupToken.js +93 -0
  178. package/esm/funcs/deploymentGroupsCreateDeploymentGroupToken.js.map +1 -0
  179. package/esm/funcs/deploymentGroupsDeleteDeploymentGroup.d.ts +15 -0
  180. package/esm/funcs/deploymentGroupsDeleteDeploymentGroup.d.ts.map +1 -0
  181. package/esm/funcs/deploymentGroupsDeleteDeploymentGroup.js +87 -0
  182. package/esm/funcs/deploymentGroupsDeleteDeploymentGroup.js.map +1 -0
  183. package/esm/funcs/deploymentGroupsGetDeploymentGroup.d.ts +15 -0
  184. package/esm/funcs/deploymentGroupsGetDeploymentGroup.d.ts.map +1 -0
  185. package/esm/funcs/deploymentGroupsGetDeploymentGroup.js +86 -0
  186. package/esm/funcs/deploymentGroupsGetDeploymentGroup.js.map +1 -0
  187. package/esm/funcs/deploymentGroupsListDeploymentGroups.d.ts +15 -0
  188. package/esm/funcs/deploymentGroupsListDeploymentGroups.d.ts.map +1 -0
  189. package/esm/funcs/deploymentGroupsListDeploymentGroups.js +84 -0
  190. package/esm/funcs/deploymentGroupsListDeploymentGroups.js.map +1 -0
  191. package/esm/funcs/deploymentGroupsUpdateDeploymentGroup.d.ts +16 -0
  192. package/esm/funcs/deploymentGroupsUpdateDeploymentGroup.d.ts.map +1 -0
  193. package/esm/funcs/deploymentGroupsUpdateDeploymentGroup.js +90 -0
  194. package/esm/funcs/deploymentGroupsUpdateDeploymentGroup.js.map +1 -0
  195. package/esm/funcs/deploymentsCreate.d.ts +16 -0
  196. package/esm/funcs/deploymentsCreate.d.ts.map +1 -0
  197. package/esm/funcs/deploymentsCreate.js +84 -0
  198. package/esm/funcs/deploymentsCreate.js.map +1 -0
  199. package/esm/funcs/deploymentsCreateToken.d.ts +16 -0
  200. package/esm/funcs/deploymentsCreateToken.d.ts.map +1 -0
  201. package/esm/funcs/deploymentsCreateToken.js +90 -0
  202. package/esm/funcs/deploymentsCreateToken.js.map +1 -0
  203. package/esm/funcs/deploymentsDelete.d.ts +15 -0
  204. package/esm/funcs/deploymentsDelete.d.ts.map +1 -0
  205. package/esm/funcs/deploymentsDelete.js +86 -0
  206. package/esm/funcs/deploymentsDelete.js.map +1 -0
  207. package/esm/funcs/deploymentsGet.d.ts +16 -0
  208. package/esm/funcs/deploymentsGet.d.ts.map +1 -0
  209. package/esm/funcs/deploymentsGet.js +88 -0
  210. package/esm/funcs/deploymentsGet.js.map +1 -0
  211. package/esm/funcs/deploymentsGetInfo.d.ts +16 -0
  212. package/esm/funcs/deploymentsGetInfo.d.ts.map +1 -0
  213. package/esm/funcs/deploymentsGetInfo.js +87 -0
  214. package/esm/funcs/deploymentsGetInfo.js.map +1 -0
  215. package/esm/funcs/deploymentsGetStats.d.ts +16 -0
  216. package/esm/funcs/deploymentsGetStats.d.ts.map +1 -0
  217. package/esm/funcs/deploymentsGetStats.js +87 -0
  218. package/esm/funcs/deploymentsGetStats.js.map +1 -0
  219. package/esm/funcs/deploymentsImport.d.ts +16 -0
  220. package/esm/funcs/deploymentsImport.d.ts.map +1 -0
  221. package/esm/funcs/deploymentsImport.js +84 -0
  222. package/esm/funcs/deploymentsImport.js.map +1 -0
  223. package/esm/funcs/deploymentsList.d.ts +15 -0
  224. package/esm/funcs/deploymentsList.d.ts.map +1 -0
  225. package/esm/funcs/deploymentsList.js +89 -0
  226. package/esm/funcs/deploymentsList.js.map +1 -0
  227. package/esm/funcs/deploymentsListFilterDeploymentGroups.d.ts +15 -0
  228. package/esm/funcs/deploymentsListFilterDeploymentGroups.d.ts.map +1 -0
  229. package/esm/funcs/deploymentsListFilterDeploymentGroups.js +83 -0
  230. package/esm/funcs/deploymentsListFilterDeploymentGroups.js.map +1 -0
  231. package/esm/funcs/deploymentsListFilterPlatforms.d.ts +15 -0
  232. package/esm/funcs/deploymentsListFilterPlatforms.d.ts.map +1 -0
  233. package/esm/funcs/deploymentsListFilterPlatforms.js +81 -0
  234. package/esm/funcs/deploymentsListFilterPlatforms.js.map +1 -0
  235. package/esm/funcs/deploymentsPinRelease.d.ts +15 -0
  236. package/esm/funcs/deploymentsPinRelease.d.ts.map +1 -0
  237. package/esm/funcs/deploymentsPinRelease.js +87 -0
  238. package/esm/funcs/deploymentsPinRelease.js.map +1 -0
  239. package/esm/funcs/deploymentsRedeploy.d.ts +15 -0
  240. package/esm/funcs/deploymentsRedeploy.d.ts.map +1 -0
  241. package/esm/funcs/deploymentsRedeploy.js +86 -0
  242. package/esm/funcs/deploymentsRedeploy.js.map +1 -0
  243. package/esm/funcs/deploymentsRetry.d.ts +15 -0
  244. package/esm/funcs/deploymentsRetry.d.ts.map +1 -0
  245. package/esm/funcs/deploymentsRetry.js +86 -0
  246. package/esm/funcs/deploymentsRetry.js.map +1 -0
  247. package/esm/funcs/deploymentsUpdateEnvironmentVariables.d.ts +15 -0
  248. package/esm/funcs/deploymentsUpdateEnvironmentVariables.d.ts.map +1 -0
  249. package/esm/funcs/deploymentsUpdateEnvironmentVariables.js +89 -0
  250. package/esm/funcs/deploymentsUpdateEnvironmentVariables.js.map +1 -0
  251. package/esm/funcs/domainsCreate.d.ts +16 -0
  252. package/esm/funcs/domainsCreate.d.ts.map +1 -0
  253. package/esm/funcs/domainsCreate.js +82 -0
  254. package/esm/funcs/domainsCreate.js.map +1 -0
  255. package/esm/funcs/domainsDelete.d.ts +15 -0
  256. package/esm/funcs/domainsDelete.d.ts.map +1 -0
  257. package/esm/funcs/domainsDelete.js +86 -0
  258. package/esm/funcs/domainsDelete.js.map +1 -0
  259. package/esm/funcs/domainsGet.d.ts +16 -0
  260. package/esm/funcs/domainsGet.d.ts.map +1 -0
  261. package/esm/funcs/domainsGet.js +87 -0
  262. package/esm/funcs/domainsGet.js.map +1 -0
  263. package/esm/funcs/domainsList.d.ts +15 -0
  264. package/esm/funcs/domainsList.d.ts.map +1 -0
  265. package/esm/funcs/domainsList.js +80 -0
  266. package/esm/funcs/domainsList.js.map +1 -0
  267. package/esm/funcs/eventsGet.d.ts +16 -0
  268. package/esm/funcs/eventsGet.d.ts.map +1 -0
  269. package/esm/funcs/eventsGet.js +87 -0
  270. package/esm/funcs/eventsGet.js.map +1 -0
  271. package/esm/funcs/eventsList.d.ts +15 -0
  272. package/esm/funcs/eventsList.d.ts.map +1 -0
  273. package/esm/funcs/eventsList.js +83 -0
  274. package/esm/funcs/eventsList.js.map +1 -0
  275. package/esm/funcs/packagesCancel.d.ts +16 -0
  276. package/esm/funcs/packagesCancel.d.ts.map +1 -0
  277. package/esm/funcs/packagesCancel.js +87 -0
  278. package/esm/funcs/packagesCancel.js.map +1 -0
  279. package/esm/funcs/packagesGet.d.ts +16 -0
  280. package/esm/funcs/packagesGet.d.ts.map +1 -0
  281. package/esm/funcs/packagesGet.js +87 -0
  282. package/esm/funcs/packagesGet.js.map +1 -0
  283. package/esm/funcs/packagesList.d.ts +15 -0
  284. package/esm/funcs/packagesList.d.ts.map +1 -0
  285. package/esm/funcs/packagesList.js +85 -0
  286. package/esm/funcs/packagesList.js.map +1 -0
  287. package/esm/funcs/packagesRebuild.d.ts +15 -0
  288. package/esm/funcs/packagesRebuild.d.ts.map +1 -0
  289. package/esm/funcs/packagesRebuild.js +81 -0
  290. package/esm/funcs/packagesRebuild.js.map +1 -0
  291. package/esm/funcs/projectsCreate.d.ts +15 -0
  292. package/esm/funcs/projectsCreate.d.ts.map +1 -0
  293. package/esm/funcs/projectsCreate.js +81 -0
  294. package/esm/funcs/projectsCreate.js.map +1 -0
  295. package/esm/funcs/projectsCreateFromTemplate.d.ts +15 -0
  296. package/esm/funcs/projectsCreateFromTemplate.d.ts.map +1 -0
  297. package/esm/funcs/projectsCreateFromTemplate.js +81 -0
  298. package/esm/funcs/projectsCreateFromTemplate.js.map +1 -0
  299. package/esm/funcs/projectsDelete.d.ts +15 -0
  300. package/esm/funcs/projectsDelete.d.ts.map +1 -0
  301. package/esm/funcs/projectsDelete.js +87 -0
  302. package/esm/funcs/projectsDelete.js.map +1 -0
  303. package/esm/funcs/projectsGet.d.ts +16 -0
  304. package/esm/funcs/projectsGet.d.ts.map +1 -0
  305. package/esm/funcs/projectsGet.js +87 -0
  306. package/esm/funcs/projectsGet.js.map +1 -0
  307. package/esm/funcs/projectsGetActiveRelease.d.ts +15 -0
  308. package/esm/funcs/projectsGetActiveRelease.d.ts.map +1 -0
  309. package/esm/funcs/projectsGetActiveRelease.js +88 -0
  310. package/esm/funcs/projectsGetActiveRelease.js.map +1 -0
  311. package/esm/funcs/projectsGetBuildConfig.d.ts +15 -0
  312. package/esm/funcs/projectsGetBuildConfig.d.ts.map +1 -0
  313. package/esm/funcs/projectsGetBuildConfig.js +90 -0
  314. package/esm/funcs/projectsGetBuildConfig.js.map +1 -0
  315. package/esm/funcs/projectsGetTemplateUrls.d.ts +15 -0
  316. package/esm/funcs/projectsGetTemplateUrls.d.ts.map +1 -0
  317. package/esm/funcs/projectsGetTemplateUrls.js +86 -0
  318. package/esm/funcs/projectsGetTemplateUrls.js.map +1 -0
  319. package/esm/funcs/projectsList.d.ts +15 -0
  320. package/esm/funcs/projectsList.d.ts.map +1 -0
  321. package/esm/funcs/projectsList.js +84 -0
  322. package/esm/funcs/projectsList.js.map +1 -0
  323. package/esm/funcs/projectsUpdate.d.ts +16 -0
  324. package/esm/funcs/projectsUpdate.d.ts.map +1 -0
  325. package/esm/funcs/projectsUpdate.js +88 -0
  326. package/esm/funcs/projectsUpdate.js.map +1 -0
  327. package/esm/funcs/releasesCreate.d.ts +16 -0
  328. package/esm/funcs/releasesCreate.d.ts.map +1 -0
  329. package/esm/funcs/releasesCreate.js +84 -0
  330. package/esm/funcs/releasesCreate.js.map +1 -0
  331. package/esm/funcs/releasesGet.d.ts +16 -0
  332. package/esm/funcs/releasesGet.d.ts.map +1 -0
  333. package/esm/funcs/releasesGet.js +88 -0
  334. package/esm/funcs/releasesGet.js.map +1 -0
  335. package/esm/funcs/releasesList.d.ts +15 -0
  336. package/esm/funcs/releasesList.d.ts.map +1 -0
  337. package/esm/funcs/releasesList.js +89 -0
  338. package/esm/funcs/releasesList.js.map +1 -0
  339. package/esm/funcs/releasesListAuthors.d.ts +15 -0
  340. package/esm/funcs/releasesListAuthors.d.ts.map +1 -0
  341. package/esm/funcs/releasesListAuthors.js +83 -0
  342. package/esm/funcs/releasesListAuthors.js.map +1 -0
  343. package/esm/funcs/releasesListBranches.d.ts +15 -0
  344. package/esm/funcs/releasesListBranches.d.ts.map +1 -0
  345. package/esm/funcs/releasesListBranches.js +83 -0
  346. package/esm/funcs/releasesListBranches.js.map +1 -0
  347. package/esm/funcs/syncAcquire.d.ts +16 -0
  348. package/esm/funcs/syncAcquire.d.ts.map +1 -0
  349. package/esm/funcs/syncAcquire.js +84 -0
  350. package/esm/funcs/syncAcquire.js.map +1 -0
  351. package/esm/funcs/syncReconcile.d.ts +16 -0
  352. package/esm/funcs/syncReconcile.d.ts.map +1 -0
  353. package/esm/funcs/syncReconcile.js +84 -0
  354. package/esm/funcs/syncReconcile.js.map +1 -0
  355. package/esm/funcs/syncRelease.d.ts +15 -0
  356. package/esm/funcs/syncRelease.d.ts.map +1 -0
  357. package/esm/funcs/syncRelease.js +83 -0
  358. package/esm/funcs/syncRelease.js.map +1 -0
  359. package/esm/funcs/userCreateWorkspace.d.ts +16 -0
  360. package/esm/funcs/userCreateWorkspace.d.ts.map +1 -0
  361. package/esm/funcs/userCreateWorkspace.js +78 -0
  362. package/esm/funcs/userCreateWorkspace.js.map +1 -0
  363. package/esm/funcs/userListGitNamespaceRepositories.d.ts +15 -0
  364. package/esm/funcs/userListGitNamespaceRepositories.d.ts.map +1 -0
  365. package/esm/funcs/userListGitNamespaceRepositories.js +86 -0
  366. package/esm/funcs/userListGitNamespaceRepositories.js.map +1 -0
  367. package/esm/funcs/userListGitNamespaces.d.ts +15 -0
  368. package/esm/funcs/userListGitNamespaces.d.ts.map +1 -0
  369. package/esm/funcs/userListGitNamespaces.js +80 -0
  370. package/esm/funcs/userListGitNamespaces.js.map +1 -0
  371. package/esm/funcs/userListMemberships.d.ts +15 -0
  372. package/esm/funcs/userListMemberships.d.ts.map +1 -0
  373. package/esm/funcs/userListMemberships.js +67 -0
  374. package/esm/funcs/userListMemberships.js.map +1 -0
  375. package/esm/funcs/userSyncGitNamespaces.d.ts +15 -0
  376. package/esm/funcs/userSyncGitNamespaces.d.ts.map +1 -0
  377. package/esm/funcs/userSyncGitNamespaces.js +77 -0
  378. package/esm/funcs/userSyncGitNamespaces.js.map +1 -0
  379. package/esm/funcs/userUpdateProfile.d.ts +15 -0
  380. package/esm/funcs/userUpdateProfile.d.ts.map +1 -0
  381. package/esm/funcs/userUpdateProfile.js +77 -0
  382. package/esm/funcs/userUpdateProfile.js.map +1 -0
  383. package/esm/funcs/workspacesAddMember.d.ts +16 -0
  384. package/esm/funcs/workspacesAddMember.d.ts.map +1 -0
  385. package/esm/funcs/workspacesAddMember.js +88 -0
  386. package/esm/funcs/workspacesAddMember.js.map +1 -0
  387. package/esm/funcs/workspacesDelete.d.ts +15 -0
  388. package/esm/funcs/workspacesDelete.d.ts.map +1 -0
  389. package/esm/funcs/workspacesDelete.js +87 -0
  390. package/esm/funcs/workspacesDelete.js.map +1 -0
  391. package/esm/funcs/workspacesGet.d.ts +16 -0
  392. package/esm/funcs/workspacesGet.d.ts.map +1 -0
  393. package/esm/funcs/workspacesGet.js +87 -0
  394. package/esm/funcs/workspacesGet.js.map +1 -0
  395. package/esm/funcs/workspacesList.d.ts +15 -0
  396. package/esm/funcs/workspacesList.d.ts.map +1 -0
  397. package/esm/funcs/workspacesList.js +83 -0
  398. package/esm/funcs/workspacesList.js.map +1 -0
  399. package/esm/funcs/workspacesListMembers.d.ts +15 -0
  400. package/esm/funcs/workspacesListMembers.d.ts.map +1 -0
  401. package/esm/funcs/workspacesListMembers.js +86 -0
  402. package/esm/funcs/workspacesListMembers.js.map +1 -0
  403. package/esm/funcs/workspacesRemoveMember.d.ts +15 -0
  404. package/esm/funcs/workspacesRemoveMember.d.ts.map +1 -0
  405. package/esm/funcs/workspacesRemoveMember.js +91 -0
  406. package/esm/funcs/workspacesRemoveMember.js.map +1 -0
  407. package/esm/funcs/workspacesUpdate.d.ts +16 -0
  408. package/esm/funcs/workspacesUpdate.d.ts.map +1 -0
  409. package/esm/funcs/workspacesUpdate.js +88 -0
  410. package/esm/funcs/workspacesUpdate.js.map +1 -0
  411. package/esm/funcs/workspacesUpdateMember.d.ts +16 -0
  412. package/esm/funcs/workspacesUpdateMember.d.ts.map +1 -0
  413. package/esm/funcs/workspacesUpdateMember.js +92 -0
  414. package/esm/funcs/workspacesUpdateMember.js.map +1 -0
  415. package/esm/hooks/hooks.d.ts +25 -0
  416. package/esm/hooks/hooks.d.ts.map +1 -0
  417. package/esm/hooks/hooks.js +80 -0
  418. package/esm/hooks/hooks.js.map +1 -0
  419. package/esm/hooks/index.d.ts +3 -0
  420. package/esm/hooks/index.d.ts.map +1 -0
  421. package/esm/hooks/index.js +6 -0
  422. package/esm/hooks/index.js.map +1 -0
  423. package/esm/hooks/types.d.ts +76 -0
  424. package/esm/hooks/types.d.ts.map +1 -0
  425. package/esm/hooks/types.js +5 -0
  426. package/esm/hooks/types.js.map +1 -0
  427. package/esm/index.d.ts +6 -0
  428. package/esm/index.d.ts.map +1 -0
  429. package/esm/index.js +8 -0
  430. package/esm/index.js.map +1 -0
  431. package/esm/lib/base64.d.ts +10 -0
  432. package/esm/lib/base64.d.ts.map +1 -0
  433. package/esm/lib/base64.js +29 -0
  434. package/esm/lib/base64.js.map +1 -0
  435. package/esm/lib/config.d.ts +38 -0
  436. package/esm/lib/config.d.ts.map +1 -0
  437. package/esm/lib/config.js +34 -0
  438. package/esm/lib/config.js.map +1 -0
  439. package/esm/lib/dlv.d.ts +14 -0
  440. package/esm/lib/dlv.d.ts.map +1 -0
  441. package/esm/lib/dlv.js +46 -0
  442. package/esm/lib/dlv.js.map +1 -0
  443. package/esm/lib/encodings.d.ts +53 -0
  444. package/esm/lib/encodings.d.ts.map +1 -0
  445. package/esm/lib/encodings.js +353 -0
  446. package/esm/lib/encodings.js.map +1 -0
  447. package/esm/lib/env.d.ts +15 -0
  448. package/esm/lib/env.d.ts.map +1 -0
  449. package/esm/lib/env.js +44 -0
  450. package/esm/lib/env.js.map +1 -0
  451. package/esm/lib/files.d.ts +13 -0
  452. package/esm/lib/files.d.ts.map +1 -0
  453. package/esm/lib/files.js +73 -0
  454. package/esm/lib/files.js.map +1 -0
  455. package/esm/lib/http.d.ts +67 -0
  456. package/esm/lib/http.d.ts.map +1 -0
  457. package/esm/lib/http.js +198 -0
  458. package/esm/lib/http.js.map +1 -0
  459. package/esm/lib/is-plain-object.d.ts +2 -0
  460. package/esm/lib/is-plain-object.d.ts.map +1 -0
  461. package/esm/lib/is-plain-object.js +38 -0
  462. package/esm/lib/is-plain-object.js.map +1 -0
  463. package/esm/lib/logger.d.ts +6 -0
  464. package/esm/lib/logger.d.ts.map +1 -0
  465. package/esm/lib/logger.js +5 -0
  466. package/esm/lib/logger.js.map +1 -0
  467. package/esm/lib/matchers.d.ts +59 -0
  468. package/esm/lib/matchers.d.ts.map +1 -0
  469. package/esm/lib/matchers.js +207 -0
  470. package/esm/lib/matchers.js.map +1 -0
  471. package/esm/lib/primitives.d.ts +26 -0
  472. package/esm/lib/primitives.d.ts.map +1 -0
  473. package/esm/lib/primitives.js +103 -0
  474. package/esm/lib/primitives.js.map +1 -0
  475. package/esm/lib/retries.d.ts +38 -0
  476. package/esm/lib/retries.d.ts.map +1 -0
  477. package/esm/lib/retries.js +145 -0
  478. package/esm/lib/retries.js.map +1 -0
  479. package/esm/lib/schemas.d.ts +21 -0
  480. package/esm/lib/schemas.d.ts.map +1 -0
  481. package/esm/lib/schemas.js +57 -0
  482. package/esm/lib/schemas.js.map +1 -0
  483. package/esm/lib/sdks.d.ts +63 -0
  484. package/esm/lib/sdks.d.ts.map +1 -0
  485. package/esm/lib/sdks.js +264 -0
  486. package/esm/lib/sdks.js.map +1 -0
  487. package/esm/lib/security.d.ts +83 -0
  488. package/esm/lib/security.d.ts.map +1 -0
  489. package/esm/lib/security.js +136 -0
  490. package/esm/lib/security.js.map +1 -0
  491. package/esm/lib/url.d.ts +5 -0
  492. package/esm/lib/url.d.ts.map +1 -0
  493. package/esm/lib/url.js +20 -0
  494. package/esm/lib/url.js.map +1 -0
  495. package/esm/models/apierror.d.ts +62 -0
  496. package/esm/models/apierror.d.ts.map +1 -0
  497. package/esm/models/apierror.js +19 -0
  498. package/esm/models/apierror.js.map +1 -0
  499. package/esm/models/apikey.d.ts +56 -0
  500. package/esm/models/apikey.d.ts.map +1 -0
  501. package/esm/models/apikey.js +46 -0
  502. package/esm/models/apikey.js.map +1 -0
  503. package/esm/models/command.d.ts +102 -0
  504. package/esm/models/command.d.ts.map +1 -0
  505. package/esm/models/command.js +49 -0
  506. package/esm/models/command.js.map +1 -0
  507. package/esm/models/commanddeploymentgroupinfo.d.ts +11 -0
  508. package/esm/models/commanddeploymentgroupinfo.d.ts.map +1 -0
  509. package/esm/models/commanddeploymentgroupinfo.js +14 -0
  510. package/esm/models/commanddeploymentgroupinfo.js.map +1 -0
  511. package/esm/models/commanddeploymentinfo.d.ts +184 -0
  512. package/esm/models/commanddeploymentinfo.d.ts.map +1 -0
  513. package/esm/models/commanddeploymentinfo.js +127 -0
  514. package/esm/models/commanddeploymentinfo.js.map +1 -0
  515. package/esm/models/commandlistitemresponse.d.ts +106 -0
  516. package/esm/models/commandlistitemresponse.d.ts.map +1 -0
  517. package/esm/models/commandlistitemresponse.js +53 -0
  518. package/esm/models/commandlistitemresponse.js.map +1 -0
  519. package/esm/models/commandprojectinfo.d.ts +14 -0
  520. package/esm/models/commandprojectinfo.d.ts.map +1 -0
  521. package/esm/models/commandprojectinfo.js +14 -0
  522. package/esm/models/commandprojectinfo.js.map +1 -0
  523. package/esm/models/createapikeyrequest.d.ts +26 -0
  524. package/esm/models/createapikeyrequest.d.ts.map +1 -0
  525. package/esm/models/createapikeyrequest.js +15 -0
  526. package/esm/models/createapikeyrequest.js.map +1 -0
  527. package/esm/models/createapikeyresponse.d.ts +51 -0
  528. package/esm/models/createapikeyresponse.d.ts.map +1 -0
  529. package/esm/models/createapikeyresponse.js +44 -0
  530. package/esm/models/createapikeyresponse.js.map +1 -0
  531. package/esm/models/createcommandrequest.d.ts +53 -0
  532. package/esm/models/createcommandrequest.d.ts.map +1 -0
  533. package/esm/models/createcommandrequest.js +29 -0
  534. package/esm/models/createcommandrequest.js.map +1 -0
  535. package/esm/models/createcommandresponse.d.ts +35 -0
  536. package/esm/models/createcommandresponse.d.ts.map +1 -0
  537. package/esm/models/createcommandresponse.js +24 -0
  538. package/esm/models/createcommandresponse.js.map +1 -0
  539. package/esm/models/createdeploymentgrouprequest.d.ts +25 -0
  540. package/esm/models/createdeploymentgrouprequest.d.ts.map +1 -0
  541. package/esm/models/createdeploymentgrouprequest.js +14 -0
  542. package/esm/models/createdeploymentgrouprequest.js.map +1 -0
  543. package/esm/models/createdeploymentgrouptokenrequest.d.ts +15 -0
  544. package/esm/models/createdeploymentgrouptokenrequest.d.ts.map +1 -0
  545. package/esm/models/createdeploymentgrouptokenrequest.js +12 -0
  546. package/esm/models/createdeploymentgrouptokenrequest.js.map +1 -0
  547. package/esm/models/createdeploymentgrouptokenresponse.d.ts +17 -0
  548. package/esm/models/createdeploymentgrouptokenresponse.d.ts.map +1 -0
  549. package/esm/models/createdeploymentgrouptokenresponse.js +14 -0
  550. package/esm/models/createdeploymentgrouptokenresponse.js.map +1 -0
  551. package/esm/models/createdeploymentresponse.d.ts +15 -0
  552. package/esm/models/createdeploymentresponse.d.ts.map +1 -0
  553. package/esm/models/createdeploymentresponse.js +15 -0
  554. package/esm/models/createdeploymentresponse.js.map +1 -0
  555. package/esm/models/createdeploymenttokenrequest.d.ts +20 -0
  556. package/esm/models/createdeploymenttokenrequest.d.ts.map +1 -0
  557. package/esm/models/createdeploymenttokenrequest.js +16 -0
  558. package/esm/models/createdeploymenttokenrequest.js.map +1 -0
  559. package/esm/models/createdeploymenttokenresponse.d.ts +17 -0
  560. package/esm/models/createdeploymenttokenresponse.d.ts.map +1 -0
  561. package/esm/models/createdeploymenttokenresponse.js +14 -0
  562. package/esm/models/createdeploymenttokenresponse.js.map +1 -0
  563. package/esm/models/createreleaserequest.d.ts +23 -0
  564. package/esm/models/createreleaserequest.d.ts.map +1 -0
  565. package/esm/models/createreleaserequest.js +17 -0
  566. package/esm/models/createreleaserequest.js.map +1 -0
  567. package/esm/models/deleteapikeysrequest.d.ts +12 -0
  568. package/esm/models/deleteapikeysrequest.d.ts.map +1 -0
  569. package/esm/models/deleteapikeysrequest.js +12 -0
  570. package/esm/models/deleteapikeysrequest.js.map +1 -0
  571. package/esm/models/deployment.d.ts +1997 -0
  572. package/esm/models/deployment.d.ts.map +1 -0
  573. package/esm/models/deployment.js +1101 -0
  574. package/esm/models/deployment.js.map +1 -0
  575. package/esm/models/deploymentconnectioninfo.d.ts +73 -0
  576. package/esm/models/deploymentconnectioninfo.d.ts.map +1 -0
  577. package/esm/models/deploymentconnectioninfo.js +53 -0
  578. package/esm/models/deploymentconnectioninfo.js.map +1 -0
  579. package/esm/models/deploymentdetailresponse.d.ts +2003 -0
  580. package/esm/models/deploymentdetailresponse.d.ts.map +1 -0
  581. package/esm/models/deploymentdetailresponse.js +1129 -0
  582. package/esm/models/deploymentdetailresponse.js.map +1 -0
  583. package/esm/models/deploymentgroup.d.ts +30 -0
  584. package/esm/models/deploymentgroup.d.ts.map +1 -0
  585. package/esm/models/deploymentgroup.js +18 -0
  586. package/esm/models/deploymentgroup.js.map +1 -0
  587. package/esm/models/deploymentgroupinfo.d.ts +17 -0
  588. package/esm/models/deploymentgroupinfo.d.ts.map +1 -0
  589. package/esm/models/deploymentgroupinfo.js +14 -0
  590. package/esm/models/deploymentgroupinfo.js.map +1 -0
  591. package/esm/models/deploymentgrouprole.d.ts +17 -0
  592. package/esm/models/deploymentgrouprole.d.ts.map +1 -0
  593. package/esm/models/deploymentgrouprole.js +15 -0
  594. package/esm/models/deploymentgrouprole.js.map +1 -0
  595. package/esm/models/deploymentgroupscope.d.ts +31 -0
  596. package/esm/models/deploymentgroupscope.d.ts.map +1 -0
  597. package/esm/models/deploymentgroupscope.js +16 -0
  598. package/esm/models/deploymentgroupscope.js.map +1 -0
  599. package/esm/models/deploymentinfo.d.ts +341 -0
  600. package/esm/models/deploymentinfo.d.ts.map +1 -0
  601. package/esm/models/deploymentinfo.js +207 -0
  602. package/esm/models/deploymentinfo.js.map +1 -0
  603. package/esm/models/deploymentlistitemresponse.d.ts +305 -0
  604. package/esm/models/deploymentlistitemresponse.d.ts.map +1 -0
  605. package/esm/models/deploymentlistitemresponse.js +177 -0
  606. package/esm/models/deploymentlistitemresponse.js.map +1 -0
  607. package/esm/models/deploymentpagebackground.d.ts +67 -0
  608. package/esm/models/deploymentpagebackground.d.ts.map +1 -0
  609. package/esm/models/deploymentpagebackground.js +48 -0
  610. package/esm/models/deploymentpagebackground.js.map +1 -0
  611. package/esm/models/deploymentprojectinfo.d.ts +17 -0
  612. package/esm/models/deploymentprojectinfo.d.ts.map +1 -0
  613. package/esm/models/deploymentprojectinfo.js +14 -0
  614. package/esm/models/deploymentprojectinfo.js.map +1 -0
  615. package/esm/models/deploymentreleaseinfo.d.ts +16 -0
  616. package/esm/models/deploymentreleaseinfo.d.ts.map +1 -0
  617. package/esm/models/deploymentreleaseinfo.js +16 -0
  618. package/esm/models/deploymentreleaseinfo.js.map +1 -0
  619. package/esm/models/deploymentrole.d.ts +18 -0
  620. package/esm/models/deploymentrole.d.ts.map +1 -0
  621. package/esm/models/deploymentrole.js +16 -0
  622. package/esm/models/deploymentrole.js.map +1 -0
  623. package/esm/models/deploymentscope.d.ts +31 -0
  624. package/esm/models/deploymentscope.d.ts.map +1 -0
  625. package/esm/models/deploymentscope.js +16 -0
  626. package/esm/models/deploymentscope.js.map +1 -0
  627. package/esm/models/deploymentstats.d.ts +25 -0
  628. package/esm/models/deploymentstats.d.ts.map +1 -0
  629. package/esm/models/deploymentstats.js +15 -0
  630. package/esm/models/deploymentstats.js.map +1 -0
  631. package/esm/models/domain.d.ts +36 -0
  632. package/esm/models/domain.d.ts.map +1 -0
  633. package/esm/models/domain.js +31 -0
  634. package/esm/models/domain.js.map +1 -0
  635. package/esm/models/environmentvariableconfig.d.ts +36 -0
  636. package/esm/models/environmentvariableconfig.d.ts.map +1 -0
  637. package/esm/models/environmentvariableconfig.js +27 -0
  638. package/esm/models/environmentvariableconfig.js.map +1 -0
  639. package/esm/models/environmentvariabletype.d.ts +18 -0
  640. package/esm/models/environmentvariabletype.d.ts.map +1 -0
  641. package/esm/models/environmentvariabletype.js +16 -0
  642. package/esm/models/environmentvariabletype.js.map +1 -0
  643. package/esm/models/errors/aliendefaulterror.d.ts +10 -0
  644. package/esm/models/errors/aliendefaulterror.d.ts.map +1 -0
  645. package/esm/models/errors/aliendefaulterror.js +30 -0
  646. package/esm/models/errors/aliendefaulterror.js.map +1 -0
  647. package/esm/models/errors/alienerror.d.ts +19 -0
  648. package/esm/models/errors/alienerror.d.ts.map +1 -0
  649. package/esm/models/errors/alienerror.js +16 -0
  650. package/esm/models/errors/alienerror.js.map +1 -0
  651. package/esm/models/errors/apierror.d.ts +107 -0
  652. package/esm/models/errors/apierror.d.ts.map +1 -0
  653. package/esm/models/errors/apierror.js +45 -0
  654. package/esm/models/errors/apierror.js.map +1 -0
  655. package/esm/models/errors/httpclienterrors.d.ts +44 -0
  656. package/esm/models/errors/httpclienterrors.d.ts.map +1 -0
  657. package/esm/models/errors/httpclienterrors.js +69 -0
  658. package/esm/models/errors/httpclienterrors.js.map +1 -0
  659. package/esm/models/errors/index.d.ts +7 -0
  660. package/esm/models/errors/index.d.ts.map +1 -0
  661. package/esm/models/errors/index.js +10 -0
  662. package/esm/models/errors/index.js.map +1 -0
  663. package/esm/models/errors/responsevalidationerror.d.ts +26 -0
  664. package/esm/models/errors/responsevalidationerror.d.ts.map +1 -0
  665. package/esm/models/errors/responsevalidationerror.js +29 -0
  666. package/esm/models/errors/responsevalidationerror.js.map +1 -0
  667. package/esm/models/errors/sdkvalidationerror.d.ts +21 -0
  668. package/esm/models/errors/sdkvalidationerror.d.ts.map +1 -0
  669. package/esm/models/errors/sdkvalidationerror.js +44 -0
  670. package/esm/models/errors/sdkvalidationerror.js.map +1 -0
  671. package/esm/models/event.d.ts +804 -0
  672. package/esm/models/event.d.ts.map +1 -0
  673. package/esm/models/event.js +545 -0
  674. package/esm/models/event.js.map +1 -0
  675. package/esm/models/generatedeepstoretokenrequest.d.ts +15 -0
  676. package/esm/models/generatedeepstoretokenrequest.d.ts.map +1 -0
  677. package/esm/models/generatedeepstoretokenrequest.js +12 -0
  678. package/esm/models/generatedeepstoretokenrequest.js.map +1 -0
  679. package/esm/models/generatedeepstoretokenresponse.d.ts +37 -0
  680. package/esm/models/generatedeepstoretokenresponse.d.ts.map +1 -0
  681. package/esm/models/generatedeepstoretokenresponse.js +23 -0
  682. package/esm/models/generatedeepstoretokenresponse.js.map +1 -0
  683. package/esm/models/githubprovider.d.ts +36 -0
  684. package/esm/models/githubprovider.d.ts.map +1 -0
  685. package/esm/models/githubprovider.js +31 -0
  686. package/esm/models/githubprovider.js.map +1 -0
  687. package/esm/models/gitlabprovider.d.ts +36 -0
  688. package/esm/models/gitlabprovider.d.ts.map +1 -0
  689. package/esm/models/gitlabprovider.js +31 -0
  690. package/esm/models/gitlabprovider.js.map +1 -0
  691. package/esm/models/gitmetadata.d.ts +71 -0
  692. package/esm/models/gitmetadata.d.ts.map +1 -0
  693. package/esm/models/gitmetadata.js +41 -0
  694. package/esm/models/gitmetadata.js.map +1 -0
  695. package/esm/models/gitnamespace.d.ts +30 -0
  696. package/esm/models/gitnamespace.d.ts.map +1 -0
  697. package/esm/models/gitnamespace.js +30 -0
  698. package/esm/models/gitnamespace.js.map +1 -0
  699. package/esm/models/gitprovider.d.ts +18 -0
  700. package/esm/models/gitprovider.d.ts.map +1 -0
  701. package/esm/models/gitprovider.js +26 -0
  702. package/esm/models/gitprovider.js.map +1 -0
  703. package/esm/models/gitrepository.d.ts +13 -0
  704. package/esm/models/gitrepository.d.ts.map +1 -0
  705. package/esm/models/gitrepository.js +19 -0
  706. package/esm/models/gitrepository.js.map +1 -0
  707. package/esm/models/importdeploymentrequest.d.ts +90 -0
  708. package/esm/models/importdeploymentrequest.d.ts.map +1 -0
  709. package/esm/models/importdeploymentrequest.js +44 -0
  710. package/esm/models/importdeploymentrequest.js.map +1 -0
  711. package/esm/models/index.d.ts +93 -0
  712. package/esm/models/index.d.ts.map +1 -0
  713. package/esm/models/index.js +96 -0
  714. package/esm/models/index.js.map +1 -0
  715. package/esm/models/listcommanddeploymentsresponse.d.ts +28 -0
  716. package/esm/models/listcommanddeploymentsresponse.d.ts.map +1 -0
  717. package/esm/models/listcommanddeploymentsresponse.js +32 -0
  718. package/esm/models/listcommanddeploymentsresponse.js.map +1 -0
  719. package/esm/models/listcommandnamesresponse.d.ts +10 -0
  720. package/esm/models/listcommandnamesresponse.d.ts.map +1 -0
  721. package/esm/models/listcommandnamesresponse.js +13 -0
  722. package/esm/models/listcommandnamesresponse.js.map +1 -0
  723. package/esm/models/manager.d.ts +160 -0
  724. package/esm/models/manager.d.ts.map +1 -0
  725. package/esm/models/manager.js +112 -0
  726. package/esm/models/manager.js.map +1 -0
  727. package/esm/models/managerdeployment.d.ts +76 -0
  728. package/esm/models/managerdeployment.d.ts.map +1 -0
  729. package/esm/models/managerdeployment.js +47 -0
  730. package/esm/models/managerdeployment.js.map +1 -0
  731. package/esm/models/managerheartbeatrequest.d.ts +171 -0
  732. package/esm/models/managerheartbeatrequest.d.ts.map +1 -0
  733. package/esm/models/managerheartbeatrequest.js +107 -0
  734. package/esm/models/managerheartbeatrequest.js.map +1 -0
  735. package/esm/models/managerheartbeatresponse.d.ts +11 -0
  736. package/esm/models/managerheartbeatresponse.d.ts.map +1 -0
  737. package/esm/models/managerheartbeatresponse.js +14 -0
  738. package/esm/models/managerheartbeatresponse.js.map +1 -0
  739. package/esm/models/managerrole.d.ts +17 -0
  740. package/esm/models/managerrole.d.ts.map +1 -0
  741. package/esm/models/managerrole.js +15 -0
  742. package/esm/models/managerrole.js.map +1 -0
  743. package/esm/models/managerscope.d.ts +26 -0
  744. package/esm/models/managerscope.d.ts.map +1 -0
  745. package/esm/models/managerscope.js +15 -0
  746. package/esm/models/managerscope.js.map +1 -0
  747. package/esm/models/managerstatus.d.ts +18 -0
  748. package/esm/models/managerstatus.d.ts.map +1 -0
  749. package/esm/models/managerstatus.js +16 -0
  750. package/esm/models/managerstatus.js.map +1 -0
  751. package/esm/models/membership.d.ts +17 -0
  752. package/esm/models/membership.d.ts.map +1 -0
  753. package/esm/models/membership.js +17 -0
  754. package/esm/models/membership.js.map +1 -0
  755. package/esm/models/newdeploymentrequest.d.ts +565 -0
  756. package/esm/models/newdeploymentrequest.d.ts.map +1 -0
  757. package/esm/models/newdeploymentrequest.js +326 -0
  758. package/esm/models/newdeploymentrequest.js.map +1 -0
  759. package/esm/models/newmanagerrequest.d.ts +83 -0
  760. package/esm/models/newmanagerrequest.d.ts.map +1 -0
  761. package/esm/models/newmanagerrequest.js +49 -0
  762. package/esm/models/newmanagerrequest.js.map +1 -0
  763. package/esm/models/operations/addworkspacemember.d.ts +38 -0
  764. package/esm/models/operations/addworkspacemember.d.ts.map +1 -0
  765. package/esm/models/operations/addworkspacemember.js +30 -0
  766. package/esm/models/operations/addworkspacemember.js.map +1 -0
  767. package/esm/models/operations/cancelpackage.d.ts +20 -0
  768. package/esm/models/operations/cancelpackage.d.ts.map +1 -0
  769. package/esm/models/operations/cancelpackage.js +13 -0
  770. package/esm/models/operations/cancelpackage.js.map +1 -0
  771. package/esm/models/operations/connectmanagertogooglecloud.d.ts +32 -0
  772. package/esm/models/operations/connectmanagertogooglecloud.d.ts.map +1 -0
  773. package/esm/models/operations/connectmanagertogooglecloud.js +16 -0
  774. package/esm/models/operations/connectmanagertogooglecloud.js.map +1 -0
  775. package/esm/models/operations/createapikey.d.ts +18 -0
  776. package/esm/models/operations/createapikey.d.ts.map +1 -0
  777. package/esm/models/operations/createapikey.js +21 -0
  778. package/esm/models/operations/createapikey.js.map +1 -0
  779. package/esm/models/operations/createcommand.d.ts +18 -0
  780. package/esm/models/operations/createcommand.d.ts.map +1 -0
  781. package/esm/models/operations/createcommand.js +21 -0
  782. package/esm/models/operations/createcommand.js.map +1 -0
  783. package/esm/models/operations/createdeployment.d.ts +18 -0
  784. package/esm/models/operations/createdeployment.d.ts.map +1 -0
  785. package/esm/models/operations/createdeployment.js +21 -0
  786. package/esm/models/operations/createdeployment.js.map +1 -0
  787. package/esm/models/operations/createdeploymentgroup.d.ts +18 -0
  788. package/esm/models/operations/createdeploymentgroup.d.ts.map +1 -0
  789. package/esm/models/operations/createdeploymentgroup.js +21 -0
  790. package/esm/models/operations/createdeploymentgroup.js.map +1 -0
  791. package/esm/models/operations/createdeploymentgrouptoken.d.ts +23 -0
  792. package/esm/models/operations/createdeploymentgrouptoken.d.ts.map +1 -0
  793. package/esm/models/operations/createdeploymentgrouptoken.js +22 -0
  794. package/esm/models/operations/createdeploymentgrouptoken.js.map +1 -0
  795. package/esm/models/operations/createdeploymenttoken.d.ts +23 -0
  796. package/esm/models/operations/createdeploymenttoken.d.ts.map +1 -0
  797. package/esm/models/operations/createdeploymenttoken.js +22 -0
  798. package/esm/models/operations/createdeploymenttoken.js.map +1 -0
  799. package/esm/models/operations/createdomain.d.ts +27 -0
  800. package/esm/models/operations/createdomain.d.ts.map +1 -0
  801. package/esm/models/operations/createdomain.js +27 -0
  802. package/esm/models/operations/createdomain.js.map +1 -0
  803. package/esm/models/operations/createmanager.d.ts +183 -0
  804. package/esm/models/operations/createmanager.d.ts.map +1 -0
  805. package/esm/models/operations/createmanager.js +129 -0
  806. package/esm/models/operations/createmanager.js.map +1 -0
  807. package/esm/models/operations/createproject.d.ts +505 -0
  808. package/esm/models/operations/createproject.d.ts.map +1 -0
  809. package/esm/models/operations/createproject.js +255 -0
  810. package/esm/models/operations/createproject.js.map +1 -0
  811. package/esm/models/operations/createprojectfromtemplate.d.ts +529 -0
  812. package/esm/models/operations/createprojectfromtemplate.d.ts.map +1 -0
  813. package/esm/models/operations/createprojectfromtemplate.js +280 -0
  814. package/esm/models/operations/createprojectfromtemplate.js.map +1 -0
  815. package/esm/models/operations/createrelease.d.ts +18 -0
  816. package/esm/models/operations/createrelease.d.ts.map +1 -0
  817. package/esm/models/operations/createrelease.js +21 -0
  818. package/esm/models/operations/createrelease.js.map +1 -0
  819. package/esm/models/operations/createworkspace.d.ts +20 -0
  820. package/esm/models/operations/createworkspace.d.ts.map +1 -0
  821. package/esm/models/operations/createworkspace.js +13 -0
  822. package/esm/models/operations/createworkspace.js.map +1 -0
  823. package/esm/models/operations/deleteapikeys.d.ts +29 -0
  824. package/esm/models/operations/deleteapikeys.d.ts.map +1 -0
  825. package/esm/models/operations/deleteapikeys.js +29 -0
  826. package/esm/models/operations/deleteapikeys.js.map +1 -0
  827. package/esm/models/operations/deletedeployment.d.ts +31 -0
  828. package/esm/models/operations/deletedeployment.d.ts.map +1 -0
  829. package/esm/models/operations/deletedeployment.js +21 -0
  830. package/esm/models/operations/deletedeployment.js.map +1 -0
  831. package/esm/models/operations/deletedeploymentgroup.d.ts +20 -0
  832. package/esm/models/operations/deletedeploymentgroup.d.ts.map +1 -0
  833. package/esm/models/operations/deletedeploymentgroup.js +13 -0
  834. package/esm/models/operations/deletedeploymentgroup.js.map +1 -0
  835. package/esm/models/operations/deletedomain.d.ts +31 -0
  836. package/esm/models/operations/deletedomain.d.ts.map +1 -0
  837. package/esm/models/operations/deletedomain.js +21 -0
  838. package/esm/models/operations/deletedomain.js.map +1 -0
  839. package/esm/models/operations/deletemanager.d.ts +31 -0
  840. package/esm/models/operations/deletemanager.d.ts.map +1 -0
  841. package/esm/models/operations/deletemanager.js +21 -0
  842. package/esm/models/operations/deletemanager.js.map +1 -0
  843. package/esm/models/operations/deleteproject.d.ts +20 -0
  844. package/esm/models/operations/deleteproject.d.ts.map +1 -0
  845. package/esm/models/operations/deleteproject.js +13 -0
  846. package/esm/models/operations/deleteproject.js.map +1 -0
  847. package/esm/models/operations/deleteworkspace.d.ts +20 -0
  848. package/esm/models/operations/deleteworkspace.d.ts.map +1 -0
  849. package/esm/models/operations/deleteworkspace.js +13 -0
  850. package/esm/models/operations/deleteworkspace.js.map +1 -0
  851. package/esm/models/operations/generatedeepstoretoken.d.ts +23 -0
  852. package/esm/models/operations/generatedeepstoretoken.d.ts.map +1 -0
  853. package/esm/models/operations/generatedeepstoretoken.js +22 -0
  854. package/esm/models/operations/generatedeepstoretoken.js.map +1 -0
  855. package/esm/models/operations/getapikey.d.ts +20 -0
  856. package/esm/models/operations/getapikey.d.ts.map +1 -0
  857. package/esm/models/operations/getapikey.js +13 -0
  858. package/esm/models/operations/getapikey.js.map +1 -0
  859. package/esm/models/operations/getcommand.d.ts +20 -0
  860. package/esm/models/operations/getcommand.d.ts.map +1 -0
  861. package/esm/models/operations/getcommand.js +13 -0
  862. package/esm/models/operations/getcommand.js.map +1 -0
  863. package/esm/models/operations/getcontainerattention.d.ts +75 -0
  864. package/esm/models/operations/getcontainerattention.d.ts.map +1 -0
  865. package/esm/models/operations/getcontainerattention.js +52 -0
  866. package/esm/models/operations/getcontainerattention.js.map +1 -0
  867. package/esm/models/operations/getcontainerdefinitiondeployments.d.ts +64 -0
  868. package/esm/models/operations/getcontainerdefinitiondeployments.d.ts.map +1 -0
  869. package/esm/models/operations/getcontainerdefinitiondeployments.js +47 -0
  870. package/esm/models/operations/getcontainerdefinitiondeployments.js.map +1 -0
  871. package/esm/models/operations/getcontainermachines.d.ts +94 -0
  872. package/esm/models/operations/getcontainermachines.d.ts.map +1 -0
  873. package/esm/models/operations/getcontainermachines.js +89 -0
  874. package/esm/models/operations/getcontainermachines.js.map +1 -0
  875. package/esm/models/operations/getcontaineroverview.d.ts +106 -0
  876. package/esm/models/operations/getcontaineroverview.d.ts.map +1 -0
  877. package/esm/models/operations/getcontaineroverview.js +68 -0
  878. package/esm/models/operations/getcontaineroverview.js.map +1 -0
  879. package/esm/models/operations/getdeployment.d.ts +34 -0
  880. package/esm/models/operations/getdeployment.d.ts.map +1 -0
  881. package/esm/models/operations/getdeployment.js +21 -0
  882. package/esm/models/operations/getdeployment.js.map +1 -0
  883. package/esm/models/operations/getdeploymentcluster.d.ts +62 -0
  884. package/esm/models/operations/getdeploymentcluster.d.ts.map +1 -0
  885. package/esm/models/operations/getdeploymentcluster.js +56 -0
  886. package/esm/models/operations/getdeploymentcluster.js.map +1 -0
  887. package/esm/models/operations/getdeploymentconnectioninfo.d.ts +20 -0
  888. package/esm/models/operations/getdeploymentconnectioninfo.d.ts.map +1 -0
  889. package/esm/models/operations/getdeploymentconnectioninfo.js +13 -0
  890. package/esm/models/operations/getdeploymentconnectioninfo.js.map +1 -0
  891. package/esm/models/operations/getdeploymentcontainer.d.ts +171 -0
  892. package/esm/models/operations/getdeploymentcontainer.d.ts.map +1 -0
  893. package/esm/models/operations/getdeploymentcontainer.js +168 -0
  894. package/esm/models/operations/getdeploymentcontainer.js.map +1 -0
  895. package/esm/models/operations/getdeploymentgroup.d.ts +55 -0
  896. package/esm/models/operations/getdeploymentgroup.d.ts.map +1 -0
  897. package/esm/models/operations/getdeploymentgroup.js +27 -0
  898. package/esm/models/operations/getdeploymentgroup.js.map +1 -0
  899. package/esm/models/operations/getdeploymentinfo.d.ts +15 -0
  900. package/esm/models/operations/getdeploymentinfo.d.ts.map +1 -0
  901. package/esm/models/operations/getdeploymentinfo.js +12 -0
  902. package/esm/models/operations/getdeploymentinfo.js.map +1 -0
  903. package/esm/models/operations/getdeploymentstats.d.ts +88 -0
  904. package/esm/models/operations/getdeploymentstats.d.ts.map +1 -0
  905. package/esm/models/operations/getdeploymentstats.js +52 -0
  906. package/esm/models/operations/getdeploymentstats.js.map +1 -0
  907. package/esm/models/operations/getdomain.d.ts +20 -0
  908. package/esm/models/operations/getdomain.d.ts.map +1 -0
  909. package/esm/models/operations/getdomain.js +13 -0
  910. package/esm/models/operations/getdomain.js.map +1 -0
  911. package/esm/models/operations/getevent.d.ts +20 -0
  912. package/esm/models/operations/getevent.d.ts.map +1 -0
  913. package/esm/models/operations/getevent.js +13 -0
  914. package/esm/models/operations/getevent.js.map +1 -0
  915. package/esm/models/operations/getmanager.d.ts +20 -0
  916. package/esm/models/operations/getmanager.d.ts.map +1 -0
  917. package/esm/models/operations/getmanager.js +13 -0
  918. package/esm/models/operations/getmanager.js.map +1 -0
  919. package/esm/models/operations/getmanagerdeployment.d.ts +20 -0
  920. package/esm/models/operations/getmanagerdeployment.d.ts.map +1 -0
  921. package/esm/models/operations/getmanagerdeployment.js +13 -0
  922. package/esm/models/operations/getmanagerdeployment.js.map +1 -0
  923. package/esm/models/operations/getmanagermanagementconfig.d.ts +83 -0
  924. package/esm/models/operations/getmanagermanagementconfig.d.ts.map +1 -0
  925. package/esm/models/operations/getmanagermanagementconfig.js +56 -0
  926. package/esm/models/operations/getmanagermanagementconfig.js.map +1 -0
  927. package/esm/models/operations/getpackage.d.ts +20 -0
  928. package/esm/models/operations/getpackage.d.ts.map +1 -0
  929. package/esm/models/operations/getpackage.js +13 -0
  930. package/esm/models/operations/getpackage.js.map +1 -0
  931. package/esm/models/operations/getproject.d.ts +20 -0
  932. package/esm/models/operations/getproject.d.ts.map +1 -0
  933. package/esm/models/operations/getproject.js +13 -0
  934. package/esm/models/operations/getproject.js.map +1 -0
  935. package/esm/models/operations/getprojectactiverelease.d.ts +25 -0
  936. package/esm/models/operations/getprojectactiverelease.d.ts.map +1 -0
  937. package/esm/models/operations/getprojectactiverelease.js +14 -0
  938. package/esm/models/operations/getprojectactiverelease.js.map +1 -0
  939. package/esm/models/operations/getprojectbuildconfig.d.ts +65 -0
  940. package/esm/models/operations/getprojectbuildconfig.d.ts.map +1 -0
  941. package/esm/models/operations/getprojectbuildconfig.js +37 -0
  942. package/esm/models/operations/getprojectbuildconfig.js.map +1 -0
  943. package/esm/models/operations/getprojecttemplateurls.d.ts +50 -0
  944. package/esm/models/operations/getprojecttemplateurls.d.ts.map +1 -0
  945. package/esm/models/operations/getprojecttemplateurls.js +29 -0
  946. package/esm/models/operations/getprojecttemplateurls.js.map +1 -0
  947. package/esm/models/operations/getrelease.d.ts +32 -0
  948. package/esm/models/operations/getrelease.d.ts.map +1 -0
  949. package/esm/models/operations/getrelease.js +19 -0
  950. package/esm/models/operations/getrelease.js.map +1 -0
  951. package/esm/models/operations/getworkspace.d.ts +20 -0
  952. package/esm/models/operations/getworkspace.d.ts.map +1 -0
  953. package/esm/models/operations/getworkspace.js +13 -0
  954. package/esm/models/operations/getworkspace.js.map +1 -0
  955. package/esm/models/operations/importdeployment.d.ts +18 -0
  956. package/esm/models/operations/importdeployment.d.ts.map +1 -0
  957. package/esm/models/operations/importdeployment.js +21 -0
  958. package/esm/models/operations/importdeployment.js.map +1 -0
  959. package/esm/models/operations/index.d.ts +97 -0
  960. package/esm/models/operations/index.d.ts.map +1 -0
  961. package/esm/models/operations/index.js +100 -0
  962. package/esm/models/operations/index.js.map +1 -0
  963. package/esm/models/operations/listapikeys.d.ts +44 -0
  964. package/esm/models/operations/listapikeys.d.ts.map +1 -0
  965. package/esm/models/operations/listapikeys.js +24 -0
  966. package/esm/models/operations/listapikeys.js.map +1 -0
  967. package/esm/models/operations/listcommandagents.d.ts +25 -0
  968. package/esm/models/operations/listcommandagents.d.ts.map +1 -0
  969. package/esm/models/operations/listcommandagents.js +14 -0
  970. package/esm/models/operations/listcommandagents.js.map +1 -0
  971. package/esm/models/operations/listcommandnames.d.ts +25 -0
  972. package/esm/models/operations/listcommandnames.d.ts.map +1 -0
  973. package/esm/models/operations/listcommandnames.js +14 -0
  974. package/esm/models/operations/listcommandnames.js.map +1 -0
  975. package/esm/models/operations/listcommands.d.ts +104 -0
  976. package/esm/models/operations/listcommands.d.ts.map +1 -0
  977. package/esm/models/operations/listcommands.js +50 -0
  978. package/esm/models/operations/listcommands.js.map +1 -0
  979. package/esm/models/operations/listdeploymentcontainerevents.d.ts +81 -0
  980. package/esm/models/operations/listdeploymentcontainerevents.d.ts.map +1 -0
  981. package/esm/models/operations/listdeploymentcontainerevents.js +64 -0
  982. package/esm/models/operations/listdeploymentcontainerevents.js.map +1 -0
  983. package/esm/models/operations/listdeploymentcontainerinstanceevents.d.ts +67 -0
  984. package/esm/models/operations/listdeploymentcontainerinstanceevents.d.ts.map +1 -0
  985. package/esm/models/operations/listdeploymentcontainerinstanceevents.js +54 -0
  986. package/esm/models/operations/listdeploymentcontainerinstanceevents.js.map +1 -0
  987. package/esm/models/operations/listdeploymentcontainers.d.ts +50 -0
  988. package/esm/models/operations/listdeploymentcontainers.d.ts.map +1 -0
  989. package/esm/models/operations/listdeploymentcontainers.js +39 -0
  990. package/esm/models/operations/listdeploymentcontainers.js.map +1 -0
  991. package/esm/models/operations/listdeploymentfilterdeploymentgroups.d.ts +64 -0
  992. package/esm/models/operations/listdeploymentfilterdeploymentgroups.d.ts.map +1 -0
  993. package/esm/models/operations/listdeploymentfilterdeploymentgroups.js +35 -0
  994. package/esm/models/operations/listdeploymentfilterdeploymentgroups.js.map +1 -0
  995. package/esm/models/operations/listdeploymentfilterplatforms.d.ts +49 -0
  996. package/esm/models/operations/listdeploymentfilterplatforms.d.ts.map +1 -0
  997. package/esm/models/operations/listdeploymentfilterplatforms.js +34 -0
  998. package/esm/models/operations/listdeploymentfilterplatforms.js.map +1 -0
  999. package/esm/models/operations/listdeploymentgroups.d.ts +54 -0
  1000. package/esm/models/operations/listdeploymentgroups.d.ts.map +1 -0
  1001. package/esm/models/operations/listdeploymentgroups.js +26 -0
  1002. package/esm/models/operations/listdeploymentgroups.js.map +1 -0
  1003. package/esm/models/operations/listdeploymentmachines.d.ts +78 -0
  1004. package/esm/models/operations/listdeploymentmachines.d.ts.map +1 -0
  1005. package/esm/models/operations/listdeploymentmachines.js +70 -0
  1006. package/esm/models/operations/listdeploymentmachines.js.map +1 -0
  1007. package/esm/models/operations/listdeployments.d.ts +130 -0
  1008. package/esm/models/operations/listdeployments.d.ts.map +1 -0
  1009. package/esm/models/operations/listdeployments.js +72 -0
  1010. package/esm/models/operations/listdeployments.js.map +1 -0
  1011. package/esm/models/operations/listdomains.d.ts +27 -0
  1012. package/esm/models/operations/listdomains.d.ts.map +1 -0
  1013. package/esm/models/operations/listdomains.js +21 -0
  1014. package/esm/models/operations/listdomains.js.map +1 -0
  1015. package/esm/models/operations/listevents.d.ts +49 -0
  1016. package/esm/models/operations/listevents.d.ts.map +1 -0
  1017. package/esm/models/operations/listevents.js +25 -0
  1018. package/esm/models/operations/listevents.js.map +1 -0
  1019. package/esm/models/operations/listgitnamespacerepositories.d.ts +29 -0
  1020. package/esm/models/operations/listgitnamespacerepositories.d.ts.map +1 -0
  1021. package/esm/models/operations/listgitnamespacerepositories.js +22 -0
  1022. package/esm/models/operations/listgitnamespacerepositories.js.map +1 -0
  1023. package/esm/models/operations/listgitnamespaces.d.ts +31 -0
  1024. package/esm/models/operations/listgitnamespaces.d.ts.map +1 -0
  1025. package/esm/models/operations/listgitnamespaces.js +26 -0
  1026. package/esm/models/operations/listgitnamespaces.js.map +1 -0
  1027. package/esm/models/operations/listmanagerevents.d.ts +29 -0
  1028. package/esm/models/operations/listmanagerevents.d.ts.map +1 -0
  1029. package/esm/models/operations/listmanagerevents.js +22 -0
  1030. package/esm/models/operations/listmanagerevents.js.map +1 -0
  1031. package/esm/models/operations/listmanagers.d.ts +15 -0
  1032. package/esm/models/operations/listmanagers.d.ts.map +1 -0
  1033. package/esm/models/operations/listmanagers.js +12 -0
  1034. package/esm/models/operations/listmanagers.js.map +1 -0
  1035. package/esm/models/operations/listmemberships.d.ts +14 -0
  1036. package/esm/models/operations/listmemberships.d.ts.map +1 -0
  1037. package/esm/models/operations/listmemberships.js +14 -0
  1038. package/esm/models/operations/listmemberships.js.map +1 -0
  1039. package/esm/models/operations/listpackages.d.ts +92 -0
  1040. package/esm/models/operations/listpackages.d.ts.map +1 -0
  1041. package/esm/models/operations/listpackages.js +51 -0
  1042. package/esm/models/operations/listpackages.js.map +1 -0
  1043. package/esm/models/operations/listprojects.d.ts +62 -0
  1044. package/esm/models/operations/listprojects.d.ts.map +1 -0
  1045. package/esm/models/operations/listprojects.js +32 -0
  1046. package/esm/models/operations/listprojects.js.map +1 -0
  1047. package/esm/models/operations/listreleaseauthors.d.ts +42 -0
  1048. package/esm/models/operations/listreleaseauthors.d.ts.map +1 -0
  1049. package/esm/models/operations/listreleaseauthors.js +24 -0
  1050. package/esm/models/operations/listreleaseauthors.js.map +1 -0
  1051. package/esm/models/operations/listreleasebranches.d.ts +41 -0
  1052. package/esm/models/operations/listreleasebranches.d.ts.map +1 -0
  1053. package/esm/models/operations/listreleasebranches.js +23 -0
  1054. package/esm/models/operations/listreleasebranches.js.map +1 -0
  1055. package/esm/models/operations/listreleases.d.ts +86 -0
  1056. package/esm/models/operations/listreleases.d.ts.map +1 -0
  1057. package/esm/models/operations/listreleases.js +36 -0
  1058. package/esm/models/operations/listreleases.js.map +1 -0
  1059. package/esm/models/operations/listworkspacemembers.d.ts +32 -0
  1060. package/esm/models/operations/listworkspacemembers.d.ts.map +1 -0
  1061. package/esm/models/operations/listworkspacemembers.js +22 -0
  1062. package/esm/models/operations/listworkspacemembers.js.map +1 -0
  1063. package/esm/models/operations/listworkspaces.d.ts +49 -0
  1064. package/esm/models/operations/listworkspaces.d.ts.map +1 -0
  1065. package/esm/models/operations/listworkspaces.js +25 -0
  1066. package/esm/models/operations/listworkspaces.js.map +1 -0
  1067. package/esm/models/operations/pindeploymentrelease.d.ts +34 -0
  1068. package/esm/models/operations/pindeploymentrelease.d.ts.map +1 -0
  1069. package/esm/models/operations/pindeploymentrelease.js +30 -0
  1070. package/esm/models/operations/pindeploymentrelease.js.map +1 -0
  1071. package/esm/models/operations/provisionmanager.d.ts +31 -0
  1072. package/esm/models/operations/provisionmanager.d.ts.map +1 -0
  1073. package/esm/models/operations/provisionmanager.js +21 -0
  1074. package/esm/models/operations/provisionmanager.js.map +1 -0
  1075. package/esm/models/operations/rebuildpackages.d.ts +44 -0
  1076. package/esm/models/operations/rebuildpackages.d.ts.map +1 -0
  1077. package/esm/models/operations/rebuildpackages.js +35 -0
  1078. package/esm/models/operations/rebuildpackages.js.map +1 -0
  1079. package/esm/models/operations/redeploydeployment.d.ts +31 -0
  1080. package/esm/models/operations/redeploydeployment.d.ts.map +1 -0
  1081. package/esm/models/operations/redeploydeployment.js +21 -0
  1082. package/esm/models/operations/redeploydeployment.js.map +1 -0
  1083. package/esm/models/operations/removeworkspacemember.d.ts +22 -0
  1084. package/esm/models/operations/removeworkspacemember.d.ts.map +1 -0
  1085. package/esm/models/operations/removeworkspacemember.js +14 -0
  1086. package/esm/models/operations/removeworkspacemember.js.map +1 -0
  1087. package/esm/models/operations/reportmanagerheartbeat.d.ts +23 -0
  1088. package/esm/models/operations/reportmanagerheartbeat.d.ts.map +1 -0
  1089. package/esm/models/operations/reportmanagerheartbeat.js +22 -0
  1090. package/esm/models/operations/reportmanagerheartbeat.js.map +1 -0
  1091. package/esm/models/operations/retrydeployment.d.ts +31 -0
  1092. package/esm/models/operations/retrydeployment.d.ts.map +1 -0
  1093. package/esm/models/operations/retrydeployment.js +21 -0
  1094. package/esm/models/operations/retrydeployment.js.map +1 -0
  1095. package/esm/models/operations/revokeapikey.d.ts +20 -0
  1096. package/esm/models/operations/revokeapikey.d.ts.map +1 -0
  1097. package/esm/models/operations/revokeapikey.js +13 -0
  1098. package/esm/models/operations/revokeapikey.js.map +1 -0
  1099. package/esm/models/operations/syncacquire.d.ts +18 -0
  1100. package/esm/models/operations/syncacquire.d.ts.map +1 -0
  1101. package/esm/models/operations/syncacquire.js +21 -0
  1102. package/esm/models/operations/syncacquire.js.map +1 -0
  1103. package/esm/models/operations/syncgitnamespaces.d.ts +40 -0
  1104. package/esm/models/operations/syncgitnamespaces.d.ts.map +1 -0
  1105. package/esm/models/operations/syncgitnamespaces.js +29 -0
  1106. package/esm/models/operations/syncgitnamespaces.js.map +1 -0
  1107. package/esm/models/operations/syncreconcile.d.ts +18 -0
  1108. package/esm/models/operations/syncreconcile.d.ts.map +1 -0
  1109. package/esm/models/operations/syncreconcile.js +21 -0
  1110. package/esm/models/operations/syncreconcile.js.map +1 -0
  1111. package/esm/models/operations/syncrelease.d.ts +29 -0
  1112. package/esm/models/operations/syncrelease.d.ts.map +1 -0
  1113. package/esm/models/operations/syncrelease.js +29 -0
  1114. package/esm/models/operations/syncrelease.js.map +1 -0
  1115. package/esm/models/operations/updateapikey.d.ts +23 -0
  1116. package/esm/models/operations/updateapikey.d.ts.map +1 -0
  1117. package/esm/models/operations/updateapikey.js +22 -0
  1118. package/esm/models/operations/updateapikey.js.map +1 -0
  1119. package/esm/models/operations/updatecommand.d.ts +23 -0
  1120. package/esm/models/operations/updatecommand.d.ts.map +1 -0
  1121. package/esm/models/operations/updatecommand.js +22 -0
  1122. package/esm/models/operations/updatecommand.js.map +1 -0
  1123. package/esm/models/operations/updatedeploymentenvironmentvariables.d.ts +34 -0
  1124. package/esm/models/operations/updatedeploymentenvironmentvariables.d.ts.map +1 -0
  1125. package/esm/models/operations/updatedeploymentenvironmentvariables.js +30 -0
  1126. package/esm/models/operations/updatedeploymentenvironmentvariables.js.map +1 -0
  1127. package/esm/models/operations/updatedeploymentgroup.d.ts +23 -0
  1128. package/esm/models/operations/updatedeploymentgroup.d.ts.map +1 -0
  1129. package/esm/models/operations/updatedeploymentgroup.js +22 -0
  1130. package/esm/models/operations/updatedeploymentgroup.js.map +1 -0
  1131. package/esm/models/operations/updatemanager.d.ts +34 -0
  1132. package/esm/models/operations/updatemanager.d.ts.map +1 -0
  1133. package/esm/models/operations/updatemanager.js +30 -0
  1134. package/esm/models/operations/updatemanager.js.map +1 -0
  1135. package/esm/models/operations/updateproject.d.ts +316 -0
  1136. package/esm/models/operations/updateproject.d.ts.map +1 -0
  1137. package/esm/models/operations/updateproject.js +146 -0
  1138. package/esm/models/operations/updateproject.js.map +1 -0
  1139. package/esm/models/operations/updateuserprofile.d.ts +30 -0
  1140. package/esm/models/operations/updateuserprofile.d.ts.map +1 -0
  1141. package/esm/models/operations/updateuserprofile.js +24 -0
  1142. package/esm/models/operations/updateuserprofile.js.map +1 -0
  1143. package/esm/models/operations/updateworkspace.d.ts +32 -0
  1144. package/esm/models/operations/updateworkspace.d.ts.map +1 -0
  1145. package/esm/models/operations/updateworkspace.js +28 -0
  1146. package/esm/models/operations/updateworkspace.js.map +1 -0
  1147. package/esm/models/operations/updateworkspacemember.d.ts +35 -0
  1148. package/esm/models/operations/updateworkspacemember.d.ts.map +1 -0
  1149. package/esm/models/operations/updateworkspacemember.js +30 -0
  1150. package/esm/models/operations/updateworkspacemember.js.map +1 -0
  1151. package/esm/models/package.d.ts +373 -0
  1152. package/esm/models/package.d.ts.map +1 -0
  1153. package/esm/models/package.js +233 -0
  1154. package/esm/models/package.js.map +1 -0
  1155. package/esm/models/pinreleaserequest.d.ts +18 -0
  1156. package/esm/models/pinreleaserequest.d.ts.map +1 -0
  1157. package/esm/models/pinreleaserequest.js +12 -0
  1158. package/esm/models/pinreleaserequest.js.map +1 -0
  1159. package/esm/models/project.d.ts +256 -0
  1160. package/esm/models/project.d.ts.map +1 -0
  1161. package/esm/models/project.js +135 -0
  1162. package/esm/models/project.js.map +1 -0
  1163. package/esm/models/projectlistitemresponse.d.ts +259 -0
  1164. package/esm/models/projectlistitemresponse.d.ts.map +1 -0
  1165. package/esm/models/projectlistitemresponse.js +146 -0
  1166. package/esm/models/projectlistitemresponse.js.map +1 -0
  1167. package/esm/models/projectreleaseinfo.d.ts +16 -0
  1168. package/esm/models/projectreleaseinfo.d.ts.map +1 -0
  1169. package/esm/models/projectreleaseinfo.js +16 -0
  1170. package/esm/models/projectreleaseinfo.js.map +1 -0
  1171. package/esm/models/projectrole.d.ts +18 -0
  1172. package/esm/models/projectrole.d.ts.map +1 -0
  1173. package/esm/models/projectrole.js +16 -0
  1174. package/esm/models/projectrole.js.map +1 -0
  1175. package/esm/models/projectscope.d.ts +26 -0
  1176. package/esm/models/projectscope.d.ts.map +1 -0
  1177. package/esm/models/projectscope.js +15 -0
  1178. package/esm/models/projectscope.js.map +1 -0
  1179. package/esm/models/release.d.ts +21 -0
  1180. package/esm/models/release.d.ts.map +1 -0
  1181. package/esm/models/release.js +21 -0
  1182. package/esm/models/release.js.map +1 -0
  1183. package/esm/models/releaseauthorfilteritem.d.ts +21 -0
  1184. package/esm/models/releaseauthorfilteritem.d.ts.map +1 -0
  1185. package/esm/models/releaseauthorfilteritem.js +15 -0
  1186. package/esm/models/releaseauthorfilteritem.js.map +1 -0
  1187. package/esm/models/releaselistitemresponse.d.ts +41 -0
  1188. package/esm/models/releaselistitemresponse.d.ts.map +1 -0
  1189. package/esm/models/releaselistitemresponse.js +30 -0
  1190. package/esm/models/releaselistitemresponse.js.map +1 -0
  1191. package/esm/models/role.d.ts +16 -0
  1192. package/esm/models/role.d.ts.map +1 -0
  1193. package/esm/models/role.js +22 -0
  1194. package/esm/models/role.js.map +1 -0
  1195. package/esm/models/scope.d.ts +16 -0
  1196. package/esm/models/scope.d.ts.map +1 -0
  1197. package/esm/models/scope.js +21 -0
  1198. package/esm/models/scope.js.map +1 -0
  1199. package/esm/models/security.d.ts +12 -0
  1200. package/esm/models/security.d.ts.map +1 -0
  1201. package/esm/models/security.js +12 -0
  1202. package/esm/models/security.js.map +1 -0
  1203. package/esm/models/serviceaccountsubject.d.ts +34 -0
  1204. package/esm/models/serviceaccountsubject.d.ts.map +1 -0
  1205. package/esm/models/serviceaccountsubject.js +19 -0
  1206. package/esm/models/serviceaccountsubject.js.map +1 -0
  1207. package/esm/models/stackbyplatform.d.ts +27 -0
  1208. package/esm/models/stackbyplatform.d.ts.map +1 -0
  1209. package/esm/models/stackbyplatform.js +30 -0
  1210. package/esm/models/stackbyplatform.js.map +1 -0
  1211. package/esm/models/subject.d.ts +13 -0
  1212. package/esm/models/subject.d.ts.map +1 -0
  1213. package/esm/models/subject.js +16 -0
  1214. package/esm/models/subject.js.map +1 -0
  1215. package/esm/models/subjectscope.d.ts +80 -0
  1216. package/esm/models/subjectscope.d.ts.map +1 -0
  1217. package/esm/models/subjectscope.js +58 -0
  1218. package/esm/models/subjectscope.js.map +1 -0
  1219. package/esm/models/syncacquirerequest.d.ts +101 -0
  1220. package/esm/models/syncacquirerequest.d.ts.map +1 -0
  1221. package/esm/models/syncacquirerequest.js +61 -0
  1222. package/esm/models/syncacquirerequest.js.map +1 -0
  1223. package/esm/models/syncacquireresponse.d.ts +6021 -0
  1224. package/esm/models/syncacquireresponse.d.ts.map +1 -0
  1225. package/esm/models/syncacquireresponse.js +3534 -0
  1226. package/esm/models/syncacquireresponse.js.map +1 -0
  1227. package/esm/models/syncreconcilerequest.d.ts +5177 -0
  1228. package/esm/models/syncreconcilerequest.d.ts.map +1 -0
  1229. package/esm/models/syncreconcilerequest.js +2189 -0
  1230. package/esm/models/syncreconcilerequest.js.map +1 -0
  1231. package/esm/models/syncreconcileresponse.d.ts +7153 -0
  1232. package/esm/models/syncreconcileresponse.d.ts.map +1 -0
  1233. package/esm/models/syncreconcileresponse.js +4128 -0
  1234. package/esm/models/syncreconcileresponse.js.map +1 -0
  1235. package/esm/models/syncreleaserequest.d.ts +23 -0
  1236. package/esm/models/syncreleaserequest.d.ts.map +1 -0
  1237. package/esm/models/syncreleaserequest.js +13 -0
  1238. package/esm/models/syncreleaserequest.js.map +1 -0
  1239. package/esm/models/updateapikeyrequest.d.ts +17 -0
  1240. package/esm/models/updateapikeyrequest.d.ts.map +1 -0
  1241. package/esm/models/updateapikeyrequest.js +13 -0
  1242. package/esm/models/updateapikeyrequest.js.map +1 -0
  1243. package/esm/models/updatecommandrequest.d.ts +62 -0
  1244. package/esm/models/updatecommandrequest.d.ts.map +1 -0
  1245. package/esm/models/updatecommandrequest.js +30 -0
  1246. package/esm/models/updatecommandrequest.js.map +1 -0
  1247. package/esm/models/updatedeploymentenvironmentvariablesrequest.d.ts +60 -0
  1248. package/esm/models/updatedeploymentenvironmentvariablesrequest.d.ts.map +1 -0
  1249. package/esm/models/updatedeploymentenvironmentvariablesrequest.js +31 -0
  1250. package/esm/models/updatedeploymentenvironmentvariablesrequest.js.map +1 -0
  1251. package/esm/models/updatedeploymentgrouprequest.d.ts +20 -0
  1252. package/esm/models/updatedeploymentgrouprequest.d.ts.map +1 -0
  1253. package/esm/models/updatedeploymentgrouprequest.js +13 -0
  1254. package/esm/models/updatedeploymentgrouprequest.js.map +1 -0
  1255. package/esm/models/updatemanagerrequest.d.ts +18 -0
  1256. package/esm/models/updatemanagerrequest.d.ts.map +1 -0
  1257. package/esm/models/updatemanagerrequest.js +12 -0
  1258. package/esm/models/updatemanagerrequest.js.map +1 -0
  1259. package/esm/models/userrole.d.ts +17 -0
  1260. package/esm/models/userrole.d.ts.map +1 -0
  1261. package/esm/models/userrole.js +15 -0
  1262. package/esm/models/userrole.js.map +1 -0
  1263. package/esm/models/usersubject.d.ts +33 -0
  1264. package/esm/models/usersubject.d.ts.map +1 -0
  1265. package/esm/models/usersubject.js +18 -0
  1266. package/esm/models/usersubject.js.map +1 -0
  1267. package/esm/models/workspace.d.ts +19 -0
  1268. package/esm/models/workspace.d.ts.map +1 -0
  1269. package/esm/models/workspace.js +16 -0
  1270. package/esm/models/workspace.js.map +1 -0
  1271. package/esm/models/workspacemember.d.ts +19 -0
  1272. package/esm/models/workspacemember.d.ts.map +1 -0
  1273. package/esm/models/workspacemember.js +19 -0
  1274. package/esm/models/workspacemember.js.map +1 -0
  1275. package/esm/models/workspacerole.d.ts +19 -0
  1276. package/esm/models/workspacerole.d.ts.map +1 -0
  1277. package/esm/models/workspacerole.js +17 -0
  1278. package/esm/models/workspacerole.js.map +1 -0
  1279. package/esm/models/workspacescope.d.ts +21 -0
  1280. package/esm/models/workspacescope.d.ts.map +1 -0
  1281. package/esm/models/workspacescope.js +14 -0
  1282. package/esm/models/workspacescope.js.map +1 -0
  1283. package/esm/sdk/agentmanagers.d.ts +54 -0
  1284. package/esm/sdk/agentmanagers.d.ts.map +1 -0
  1285. package/esm/sdk/agentmanagers.js +92 -0
  1286. package/esm/sdk/agentmanagers.js.map +1 -0
  1287. package/esm/sdk/apikeys.d.ts +30 -0
  1288. package/esm/sdk/apikeys.d.ts.map +1 -0
  1289. package/esm/sdk/apikeys.js +50 -0
  1290. package/esm/sdk/apikeys.js.map +1 -0
  1291. package/esm/sdk/auth.d.ts +9 -0
  1292. package/esm/sdk/auth.d.ts.map +1 -0
  1293. package/esm/sdk/auth.js +15 -0
  1294. package/esm/sdk/auth.js.map +1 -0
  1295. package/esm/sdk/commands.d.ts +30 -0
  1296. package/esm/sdk/commands.d.ts.map +1 -0
  1297. package/esm/sdk/commands.js +50 -0
  1298. package/esm/sdk/commands.js.map +1 -0
  1299. package/esm/sdk/containers.d.ts +45 -0
  1300. package/esm/sdk/containers.d.ts.map +1 -0
  1301. package/esm/sdk/containers.js +78 -0
  1302. package/esm/sdk/containers.js.map +1 -0
  1303. package/esm/sdk/deployment.d.ts +10 -0
  1304. package/esm/sdk/deployment.d.ts.map +1 -0
  1305. package/esm/sdk/deployment.js +15 -0
  1306. package/esm/sdk/deployment.js.map +1 -0
  1307. package/esm/sdk/deploymentgroups.d.ts +33 -0
  1308. package/esm/sdk/deploymentgroups.d.ts.map +1 -0
  1309. package/esm/sdk/deploymentgroups.js +53 -0
  1310. package/esm/sdk/deploymentgroups.js.map +1 -0
  1311. package/esm/sdk/deployments.d.ts +62 -0
  1312. package/esm/sdk/deployments.d.ts.map +1 -0
  1313. package/esm/sdk/deployments.js +106 -0
  1314. package/esm/sdk/deployments.js.map +1 -0
  1315. package/esm/sdk/domains.d.ts +22 -0
  1316. package/esm/sdk/domains.d.ts.map +1 -0
  1317. package/esm/sdk/domains.js +36 -0
  1318. package/esm/sdk/domains.js.map +1 -0
  1319. package/esm/sdk/events.d.ts +14 -0
  1320. package/esm/sdk/events.d.ts.map +1 -0
  1321. package/esm/sdk/events.js +22 -0
  1322. package/esm/sdk/events.js.map +1 -0
  1323. package/esm/sdk/index.d.ts +2 -0
  1324. package/esm/sdk/index.d.ts.map +1 -0
  1325. package/esm/sdk/index.js +5 -0
  1326. package/esm/sdk/index.js.map +1 -0
  1327. package/esm/sdk/packages.d.ts +22 -0
  1328. package/esm/sdk/packages.d.ts.map +1 -0
  1329. package/esm/sdk/packages.js +36 -0
  1330. package/esm/sdk/packages.js.map +1 -0
  1331. package/esm/sdk/projects.d.ts +42 -0
  1332. package/esm/sdk/projects.d.ts.map +1 -0
  1333. package/esm/sdk/projects.js +71 -0
  1334. package/esm/sdk/projects.js.map +1 -0
  1335. package/esm/sdk/releases.d.ts +26 -0
  1336. package/esm/sdk/releases.d.ts.map +1 -0
  1337. package/esm/sdk/releases.js +43 -0
  1338. package/esm/sdk/releases.js.map +1 -0
  1339. package/esm/sdk/sdk.d.ts +52 -0
  1340. package/esm/sdk/sdk.d.ts.map +1 -0
  1341. package/esm/sdk/sdk.js +71 -0
  1342. package/esm/sdk/sdk.js.map +1 -0
  1343. package/esm/sdk/sync.d.ts +18 -0
  1344. package/esm/sdk/sync.d.ts.map +1 -0
  1345. package/esm/sdk/sync.js +29 -0
  1346. package/esm/sdk/sync.js.map +1 -0
  1347. package/esm/sdk/user.d.ts +30 -0
  1348. package/esm/sdk/user.d.ts.map +1 -0
  1349. package/esm/sdk/user.js +50 -0
  1350. package/esm/sdk/user.js.map +1 -0
  1351. package/esm/sdk/workspaces.d.ts +38 -0
  1352. package/esm/sdk/workspaces.d.ts.map +1 -0
  1353. package/esm/sdk/workspaces.js +64 -0
  1354. package/esm/sdk/workspaces.js.map +1 -0
  1355. package/esm/types/async.d.ts +23 -0
  1356. package/esm/types/async.d.ts.map +1 -0
  1357. package/esm/types/async.js +38 -0
  1358. package/esm/types/async.js.map +1 -0
  1359. package/esm/types/blobs.d.ts +4 -0
  1360. package/esm/types/blobs.d.ts.map +1 -0
  1361. package/esm/types/blobs.js +25 -0
  1362. package/esm/types/blobs.js.map +1 -0
  1363. package/esm/types/constdatetime.d.ts +3 -0
  1364. package/esm/types/constdatetime.d.ts.map +1 -0
  1365. package/esm/types/constdatetime.js +10 -0
  1366. package/esm/types/constdatetime.js.map +1 -0
  1367. package/esm/types/enums.d.ts +9 -0
  1368. package/esm/types/enums.d.ts.map +1 -0
  1369. package/esm/types/enums.js +27 -0
  1370. package/esm/types/enums.js.map +1 -0
  1371. package/esm/types/fp.d.ts +31 -0
  1372. package/esm/types/fp.d.ts.map +1 -0
  1373. package/esm/types/fp.js +31 -0
  1374. package/esm/types/fp.js.map +1 -0
  1375. package/esm/types/index.d.ts +8 -0
  1376. package/esm/types/index.d.ts.map +1 -0
  1377. package/esm/types/index.js +8 -0
  1378. package/esm/types/index.js.map +1 -0
  1379. package/esm/types/operations.d.ts +27 -0
  1380. package/esm/types/operations.d.ts.map +1 -0
  1381. package/esm/types/operations.js +77 -0
  1382. package/esm/types/operations.js.map +1 -0
  1383. package/esm/types/rfcdate.d.ts +21 -0
  1384. package/esm/types/rfcdate.d.ts.map +1 -0
  1385. package/esm/types/rfcdate.js +42 -0
  1386. package/esm/types/rfcdate.js.map +1 -0
  1387. package/esm/types/streams.d.ts +2 -0
  1388. package/esm/types/streams.d.ts.map +1 -0
  1389. package/esm/types/streams.js +15 -0
  1390. package/esm/types/streams.js.map +1 -0
  1391. package/esm/types/unrecognized.d.ts +16 -0
  1392. package/esm/types/unrecognized.d.ts.map +1 -0
  1393. package/esm/types/unrecognized.js +31 -0
  1394. package/esm/types/unrecognized.js.map +1 -0
  1395. package/examples/README.md +31 -0
  1396. package/examples/package.json +18 -0
  1397. package/examples/userUpdateProfile.example.ts +26 -0
  1398. package/jsr.json +18 -0
  1399. package/package.json +61 -0
  1400. package/src/core.ts +13 -0
  1401. package/src/funcs/agentManagersCreate.ts +174 -0
  1402. package/src/funcs/agentManagersDelete.ts +178 -0
  1403. package/src/funcs/agentManagersGenerateDeepstoreToken.ts +182 -0
  1404. package/src/funcs/agentManagersGet.ts +179 -0
  1405. package/src/funcs/agentManagersGetDeployment.ts +179 -0
  1406. package/src/funcs/agentManagersGetManagementConfig.ts +178 -0
  1407. package/src/funcs/agentManagersGoogleCloudConnect.ts +182 -0
  1408. package/src/funcs/agentManagersList.ts +172 -0
  1409. package/src/funcs/agentManagersListEvents.ts +178 -0
  1410. package/src/funcs/agentManagersProvision.ts +178 -0
  1411. package/src/funcs/agentManagersReportHeartbeat.ts +182 -0
  1412. package/src/funcs/agentManagersUpdate.ts +181 -0
  1413. package/src/funcs/apiKeysCreate.ts +175 -0
  1414. package/src/funcs/apiKeysDeleteMultiple.ts +174 -0
  1415. package/src/funcs/apiKeysGet.ts +179 -0
  1416. package/src/funcs/apiKeysList.ts +172 -0
  1417. package/src/funcs/apiKeysRevoke.ts +179 -0
  1418. package/src/funcs/apiKeysUpdate.ts +182 -0
  1419. package/src/funcs/authWhoami.ts +150 -0
  1420. package/src/funcs/commandsCreate.ts +175 -0
  1421. package/src/funcs/commandsGet.ts +179 -0
  1422. package/src/funcs/commandsList.ts +179 -0
  1423. package/src/funcs/commandsListDeployments.ts +173 -0
  1424. package/src/funcs/commandsListNames.ts +173 -0
  1425. package/src/funcs/commandsUpdate.ts +182 -0
  1426. package/src/funcs/containersGetAttention.ts +172 -0
  1427. package/src/funcs/containersGetDeploymentCluster.ts +178 -0
  1428. package/src/funcs/containersGetDeploymentContainer.ts +182 -0
  1429. package/src/funcs/containersGetDeployments.ts +179 -0
  1430. package/src/funcs/containersGetMachines.ts +172 -0
  1431. package/src/funcs/containersGetOverview.ts +172 -0
  1432. package/src/funcs/containersListDeploymentContainerInstanceEvents.ts +185 -0
  1433. package/src/funcs/containersListDeploymentContainers.ts +178 -0
  1434. package/src/funcs/containersListDeploymentEvents.ts +183 -0
  1435. package/src/funcs/containersListDeploymentMachines.ts +178 -0
  1436. package/src/funcs/deploymentGetInfo.ts +172 -0
  1437. package/src/funcs/deploymentGroupsCreateDeploymentGroup.ts +175 -0
  1438. package/src/funcs/deploymentGroupsCreateDeploymentGroupToken.ts +185 -0
  1439. package/src/funcs/deploymentGroupsDeleteDeploymentGroup.ts +179 -0
  1440. package/src/funcs/deploymentGroupsGetDeploymentGroup.ts +178 -0
  1441. package/src/funcs/deploymentGroupsListDeploymentGroups.ts +174 -0
  1442. package/src/funcs/deploymentGroupsUpdateDeploymentGroup.ts +182 -0
  1443. package/src/funcs/deploymentsCreate.ts +175 -0
  1444. package/src/funcs/deploymentsCreateToken.ts +182 -0
  1445. package/src/funcs/deploymentsDelete.ts +178 -0
  1446. package/src/funcs/deploymentsGet.ts +180 -0
  1447. package/src/funcs/deploymentsGetInfo.ts +179 -0
  1448. package/src/funcs/deploymentsGetStats.ts +177 -0
  1449. package/src/funcs/deploymentsImport.ts +175 -0
  1450. package/src/funcs/deploymentsList.ts +179 -0
  1451. package/src/funcs/deploymentsListFilterDeploymentGroups.ts +174 -0
  1452. package/src/funcs/deploymentsListFilterPlatforms.ts +171 -0
  1453. package/src/funcs/deploymentsPinRelease.ts +179 -0
  1454. package/src/funcs/deploymentsRedeploy.ts +178 -0
  1455. package/src/funcs/deploymentsRetry.ts +178 -0
  1456. package/src/funcs/deploymentsUpdateEnvironmentVariables.ts +181 -0
  1457. package/src/funcs/domainsCreate.ts +172 -0
  1458. package/src/funcs/domainsDelete.ts +178 -0
  1459. package/src/funcs/domainsGet.ts +179 -0
  1460. package/src/funcs/domainsList.ts +170 -0
  1461. package/src/funcs/eventsGet.ts +179 -0
  1462. package/src/funcs/eventsList.ts +173 -0
  1463. package/src/funcs/packagesCancel.ts +179 -0
  1464. package/src/funcs/packagesGet.ts +179 -0
  1465. package/src/funcs/packagesList.ts +176 -0
  1466. package/src/funcs/packagesRebuild.ts +172 -0
  1467. package/src/funcs/projectsCreate.ts +172 -0
  1468. package/src/funcs/projectsCreateFromTemplate.ts +172 -0
  1469. package/src/funcs/projectsDelete.ts +179 -0
  1470. package/src/funcs/projectsGet.ts +179 -0
  1471. package/src/funcs/projectsGetActiveRelease.ts +180 -0
  1472. package/src/funcs/projectsGetBuildConfig.ts +182 -0
  1473. package/src/funcs/projectsGetTemplateUrls.ts +178 -0
  1474. package/src/funcs/projectsList.ts +174 -0
  1475. package/src/funcs/projectsUpdate.ts +180 -0
  1476. package/src/funcs/releasesCreate.ts +175 -0
  1477. package/src/funcs/releasesGet.ts +180 -0
  1478. package/src/funcs/releasesList.ts +179 -0
  1479. package/src/funcs/releasesListAuthors.ts +173 -0
  1480. package/src/funcs/releasesListBranches.ts +173 -0
  1481. package/src/funcs/syncAcquire.ts +175 -0
  1482. package/src/funcs/syncReconcile.ts +175 -0
  1483. package/src/funcs/syncRelease.ts +174 -0
  1484. package/src/funcs/userCreateWorkspace.ts +168 -0
  1485. package/src/funcs/userListGitNamespaceRepositories.ts +178 -0
  1486. package/src/funcs/userListGitNamespaces.ts +171 -0
  1487. package/src/funcs/userListMemberships.ts +150 -0
  1488. package/src/funcs/userSyncGitNamespaces.ts +167 -0
  1489. package/src/funcs/userUpdateProfile.ts +167 -0
  1490. package/src/funcs/workspacesAddMember.ts +180 -0
  1491. package/src/funcs/workspacesDelete.ts +179 -0
  1492. package/src/funcs/workspacesGet.ts +179 -0
  1493. package/src/funcs/workspacesList.ts +173 -0
  1494. package/src/funcs/workspacesListMembers.ts +178 -0
  1495. package/src/funcs/workspacesRemoveMember.ts +183 -0
  1496. package/src/funcs/workspacesUpdate.ts +180 -0
  1497. package/src/funcs/workspacesUpdateMember.ts +184 -0
  1498. package/src/hooks/hooks.ts +120 -0
  1499. package/src/hooks/index.ts +6 -0
  1500. package/src/hooks/types.ts +98 -0
  1501. package/src/index.ts +9 -0
  1502. package/src/lib/base64.ts +37 -0
  1503. package/src/lib/config.ts +67 -0
  1504. package/src/lib/dlv.ts +53 -0
  1505. package/src/lib/encodings.ts +471 -0
  1506. package/src/lib/env.ts +57 -0
  1507. package/src/lib/files.ts +82 -0
  1508. package/src/lib/http.ts +304 -0
  1509. package/src/lib/is-plain-object.ts +43 -0
  1510. package/src/lib/logger.ts +9 -0
  1511. package/src/lib/matchers.ts +339 -0
  1512. package/src/lib/primitives.ts +145 -0
  1513. package/src/lib/retries.ts +211 -0
  1514. package/src/lib/schemas.ts +88 -0
  1515. package/src/lib/sdks.ts +380 -0
  1516. package/src/lib/security.ts +246 -0
  1517. package/src/lib/url.ts +29 -0
  1518. package/src/models/apierror.ts +85 -0
  1519. package/src/models/apikey.ts +103 -0
  1520. package/src/models/command.ts +134 -0
  1521. package/src/models/commanddeploymentgroupinfo.ts +32 -0
  1522. package/src/models/commanddeploymentinfo.ts +378 -0
  1523. package/src/models/commandlistitemresponse.ts +151 -0
  1524. package/src/models/commandprojectinfo.ts +32 -0
  1525. package/src/models/createapikeyrequest.ts +42 -0
  1526. package/src/models/createapikeyresponse.ts +98 -0
  1527. package/src/models/createcommandrequest.ts +73 -0
  1528. package/src/models/createcommandresponse.ts +61 -0
  1529. package/src/models/createdeploymentgrouprequest.ts +45 -0
  1530. package/src/models/createdeploymentgrouptokenrequest.ts +33 -0
  1531. package/src/models/createdeploymentgrouptokenresponse.ts +38 -0
  1532. package/src/models/createdeploymentresponse.ts +34 -0
  1533. package/src/models/createdeploymenttokenrequest.ts +42 -0
  1534. package/src/models/createdeploymenttokenresponse.ts +38 -0
  1535. package/src/models/createreleaserequest.ts +48 -0
  1536. package/src/models/deleteapikeysrequest.ts +26 -0
  1537. package/src/models/deployment.ts +3797 -0
  1538. package/src/models/deploymentconnectioninfo.ts +128 -0
  1539. package/src/models/deploymentdetailresponse.ts +3985 -0
  1540. package/src/models/deploymentgroup.ts +52 -0
  1541. package/src/models/deploymentgroupinfo.ts +35 -0
  1542. package/src/models/deploymentgrouprole.ts +24 -0
  1543. package/src/models/deploymentgroupscope.ts +51 -0
  1544. package/src/models/deploymentinfo.ts +611 -0
  1545. package/src/models/deploymentlistitemresponse.ts +555 -0
  1546. package/src/models/deploymentpagebackground.ts +101 -0
  1547. package/src/models/deploymentprojectinfo.ts +36 -0
  1548. package/src/models/deploymentreleaseinfo.ts +36 -0
  1549. package/src/models/deploymentrole.ts +24 -0
  1550. package/src/models/deploymentscope.ts +46 -0
  1551. package/src/models/deploymentstats.ts +40 -0
  1552. package/src/models/domain.ts +62 -0
  1553. package/src/models/environmentvariableconfig.ts +76 -0
  1554. package/src/models/environmentvariabletype.ts +25 -0
  1555. package/src/models/errors/aliendefaulterror.ts +38 -0
  1556. package/src/models/errors/alienerror.ts +35 -0
  1557. package/src/models/errors/apierror.ts +142 -0
  1558. package/src/models/errors/httpclienterrors.ts +62 -0
  1559. package/src/models/errors/index.ts +10 -0
  1560. package/src/models/errors/responsevalidationerror.ts +50 -0
  1561. package/src/models/errors/sdkvalidationerror.ts +52 -0
  1562. package/src/models/event.ts +1667 -0
  1563. package/src/models/generatedeepstoretokenrequest.ts +33 -0
  1564. package/src/models/generatedeepstoretokenresponse.ts +68 -0
  1565. package/src/models/githubprovider.ts +67 -0
  1566. package/src/models/gitlabprovider.ts +67 -0
  1567. package/src/models/gitmetadata.ts +118 -0
  1568. package/src/models/gitnamespace.ts +58 -0
  1569. package/src/models/gitprovider.ts +54 -0
  1570. package/src/models/gitrepository.ts +36 -0
  1571. package/src/models/importdeploymentrequest.ts +129 -0
  1572. package/src/models/index.ts +96 -0
  1573. package/src/models/listcommanddeploymentsresponse.ts +85 -0
  1574. package/src/models/listcommandnamesresponse.ts +28 -0
  1575. package/src/models/manager.ts +313 -0
  1576. package/src/models/managerdeployment.ts +117 -0
  1577. package/src/models/managerheartbeatrequest.ts +357 -0
  1578. package/src/models/managerheartbeatresponse.ts +30 -0
  1579. package/src/models/managerrole.ts +22 -0
  1580. package/src/models/managerscope.ts +41 -0
  1581. package/src/models/managerstatus.ts +23 -0
  1582. package/src/models/membership.ts +38 -0
  1583. package/src/models/newdeploymentrequest.ts +1047 -0
  1584. package/src/models/newmanagerrequest.ts +115 -0
  1585. package/src/models/operations/addworkspacemember.ts +79 -0
  1586. package/src/models/operations/cancelpackage.ts +35 -0
  1587. package/src/models/operations/connectmanagertogooglecloud.ts +54 -0
  1588. package/src/models/operations/createapikey.ts +40 -0
  1589. package/src/models/operations/createcommand.ts +40 -0
  1590. package/src/models/operations/createdeployment.ts +42 -0
  1591. package/src/models/operations/createdeploymentgroup.ts +44 -0
  1592. package/src/models/operations/createdeploymentgrouptoken.ts +51 -0
  1593. package/src/models/operations/createdeploymenttoken.ts +50 -0
  1594. package/src/models/operations/createdomain.ts +62 -0
  1595. package/src/models/operations/createmanager.ts +351 -0
  1596. package/src/models/operations/createproject.ts +874 -0
  1597. package/src/models/operations/createprojectfromtemplate.ts +938 -0
  1598. package/src/models/operations/createrelease.ts +40 -0
  1599. package/src/models/operations/createworkspace.ts +37 -0
  1600. package/src/models/operations/deleteapikeys.ts +66 -0
  1601. package/src/models/operations/deletedeployment.ts +63 -0
  1602. package/src/models/operations/deletedeploymentgroup.ts +39 -0
  1603. package/src/models/operations/deletedomain.ts +61 -0
  1604. package/src/models/operations/deletemanager.ts +61 -0
  1605. package/src/models/operations/deleteproject.ts +35 -0
  1606. package/src/models/operations/deleteworkspace.ts +37 -0
  1607. package/src/models/operations/generatedeepstoretoken.ts +50 -0
  1608. package/src/models/operations/getapikey.ts +35 -0
  1609. package/src/models/operations/getcommand.ts +35 -0
  1610. package/src/models/operations/getcontainerattention.ts +151 -0
  1611. package/src/models/operations/getcontainerdefinitiondeployments.ts +137 -0
  1612. package/src/models/operations/getcontainermachines.ts +246 -0
  1613. package/src/models/operations/getcontaineroverview.ts +213 -0
  1614. package/src/models/operations/getdeployment.ts +53 -0
  1615. package/src/models/operations/getdeploymentcluster.ts +161 -0
  1616. package/src/models/operations/getdeploymentconnectioninfo.ts +39 -0
  1617. package/src/models/operations/getdeploymentcontainer.ts +421 -0
  1618. package/src/models/operations/getdeploymentgroup.ts +95 -0
  1619. package/src/models/operations/getdeploymentinfo.ts +31 -0
  1620. package/src/models/operations/getdeploymentstats.ts +117 -0
  1621. package/src/models/operations/getdomain.ts +35 -0
  1622. package/src/models/operations/getevent.ts +33 -0
  1623. package/src/models/operations/getmanager.ts +35 -0
  1624. package/src/models/operations/getmanagerdeployment.ts +39 -0
  1625. package/src/models/operations/getmanagermanagementconfig.ts +181 -0
  1626. package/src/models/operations/getpackage.ts +35 -0
  1627. package/src/models/operations/getproject.ts +35 -0
  1628. package/src/models/operations/getprojectactiverelease.ts +45 -0
  1629. package/src/models/operations/getprojectbuildconfig.ts +108 -0
  1630. package/src/models/operations/getprojecttemplateurls.ts +103 -0
  1631. package/src/models/operations/getrelease.ts +51 -0
  1632. package/src/models/operations/getworkspace.ts +35 -0
  1633. package/src/models/operations/importdeployment.ts +42 -0
  1634. package/src/models/operations/index.ts +100 -0
  1635. package/src/models/operations/listapikeys.ts +75 -0
  1636. package/src/models/operations/listcommandagents.ts +43 -0
  1637. package/src/models/operations/listcommandnames.ts +43 -0
  1638. package/src/models/operations/listcommands.ts +148 -0
  1639. package/src/models/operations/listdeploymentcontainerevents.ts +178 -0
  1640. package/src/models/operations/listdeploymentcontainerinstanceevents.ts +159 -0
  1641. package/src/models/operations/listdeploymentcontainers.ts +106 -0
  1642. package/src/models/operations/listdeploymentfilterdeploymentgroups.ts +125 -0
  1643. package/src/models/operations/listdeploymentfilterplatforms.ts +89 -0
  1644. package/src/models/operations/listdeploymentgroups.ts +94 -0
  1645. package/src/models/operations/listdeploymentmachines.ts +190 -0
  1646. package/src/models/operations/listdeployments.ts +180 -0
  1647. package/src/models/operations/listdomains.ts +55 -0
  1648. package/src/models/operations/listevents.ts +81 -0
  1649. package/src/models/operations/listgitnamespacerepositories.ts +65 -0
  1650. package/src/models/operations/listgitnamespaces.ts +67 -0
  1651. package/src/models/operations/listmanagerevents.ts +63 -0
  1652. package/src/models/operations/listmanagers.ts +29 -0
  1653. package/src/models/operations/listmemberships.ts +32 -0
  1654. package/src/models/operations/listpackages.ts +133 -0
  1655. package/src/models/operations/listprojects.ts +99 -0
  1656. package/src/models/operations/listreleaseauthors.ts +78 -0
  1657. package/src/models/operations/listreleasebranches.ts +77 -0
  1658. package/src/models/operations/listreleases.ts +128 -0
  1659. package/src/models/operations/listworkspacemembers.ts +68 -0
  1660. package/src/models/operations/listworkspaces.ts +82 -0
  1661. package/src/models/operations/pindeploymentrelease.ts +78 -0
  1662. package/src/models/operations/provisionmanager.ts +63 -0
  1663. package/src/models/operations/rebuildpackages.ts +96 -0
  1664. package/src/models/operations/redeploydeployment.ts +65 -0
  1665. package/src/models/operations/removeworkspacemember.ts +42 -0
  1666. package/src/models/operations/reportmanagerheartbeat.ts +50 -0
  1667. package/src/models/operations/retrydeployment.ts +63 -0
  1668. package/src/models/operations/revokeapikey.ts +35 -0
  1669. package/src/models/operations/syncacquire.ts +40 -0
  1670. package/src/models/operations/syncgitnamespaces.ts +76 -0
  1671. package/src/models/operations/syncreconcile.ts +40 -0
  1672. package/src/models/operations/syncrelease.ts +65 -0
  1673. package/src/models/operations/updateapikey.ts +46 -0
  1674. package/src/models/operations/updatecommand.ts +46 -0
  1675. package/src/models/operations/updatedeploymentenvironmentvariables.ts +85 -0
  1676. package/src/models/operations/updatedeploymentgroup.ts +50 -0
  1677. package/src/models/operations/updatemanager.ts +72 -0
  1678. package/src/models/operations/updateproject.ts +496 -0
  1679. package/src/models/operations/updateuserprofile.ts +67 -0
  1680. package/src/models/operations/updateworkspace.ts +70 -0
  1681. package/src/models/operations/updateworkspacemember.ts +78 -0
  1682. package/src/models/package.ts +690 -0
  1683. package/src/models/pinreleaserequest.ts +32 -0
  1684. package/src/models/project.ts +421 -0
  1685. package/src/models/projectlistitemresponse.ts +460 -0
  1686. package/src/models/projectreleaseinfo.ts +35 -0
  1687. package/src/models/projectrole.ts +23 -0
  1688. package/src/models/projectscope.ts +41 -0
  1689. package/src/models/release.ts +42 -0
  1690. package/src/models/releaseauthorfilteritem.ts +41 -0
  1691. package/src/models/releaselistitemresponse.ts +83 -0
  1692. package/src/models/role.ts +38 -0
  1693. package/src/models/scope.ts +61 -0
  1694. package/src/models/security.ts +23 -0
  1695. package/src/models/serviceaccountsubject.ts +56 -0
  1696. package/src/models/stackbyplatform.ts +60 -0
  1697. package/src/models/subject.ts +32 -0
  1698. package/src/models/subjectscope.ts +182 -0
  1699. package/src/models/syncacquirerequest.ts +132 -0
  1700. package/src/models/syncacquireresponse.ts +12736 -0
  1701. package/src/models/syncreconcilerequest.ts +9468 -0
  1702. package/src/models/syncreconcileresponse.ts +15024 -0
  1703. package/src/models/syncreleaserequest.ts +38 -0
  1704. package/src/models/updateapikeyrequest.ts +32 -0
  1705. package/src/models/updatecommandrequest.ts +80 -0
  1706. package/src/models/updatedeploymentenvironmentvariablesrequest.ts +108 -0
  1707. package/src/models/updatedeploymentgrouprequest.ts +39 -0
  1708. package/src/models/updatemanagerrequest.ts +32 -0
  1709. package/src/models/userrole.ts +22 -0
  1710. package/src/models/usersubject.ts +54 -0
  1711. package/src/models/workspace.ts +39 -0
  1712. package/src/models/workspacemember.ts +41 -0
  1713. package/src/models/workspacerole.ts +25 -0
  1714. package/src/models/workspacescope.ts +34 -0
  1715. package/src/sdk/agentmanagers.ts +142 -0
  1716. package/src/sdk/apikeys.ts +73 -0
  1717. package/src/sdk/auth.ts +17 -0
  1718. package/src/sdk/commands.ts +76 -0
  1719. package/src/sdk/containers.ts +119 -0
  1720. package/src/sdk/deployment.ts +21 -0
  1721. package/src/sdk/deploymentgroups.ts +79 -0
  1722. package/src/sdk/deployments.ts +164 -0
  1723. package/src/sdk/domains.ts +54 -0
  1724. package/src/sdk/events.ts +29 -0
  1725. package/src/sdk/index.ts +5 -0
  1726. package/src/sdk/packages.ts +54 -0
  1727. package/src/sdk/projects.ts +106 -0
  1728. package/src/sdk/releases.ts +65 -0
  1729. package/src/sdk/sdk.ts +103 -0
  1730. package/src/sdk/sync.ts +43 -0
  1731. package/src/sdk/user.ts +73 -0
  1732. package/src/sdk/workspaces.ts +98 -0
  1733. package/src/types/async.ts +54 -0
  1734. package/src/types/blobs.ts +30 -0
  1735. package/src/types/constdatetime.ts +11 -0
  1736. package/src/types/enums.ts +44 -0
  1737. package/src/types/fp.ts +48 -0
  1738. package/src/types/index.ts +11 -0
  1739. package/src/types/operations.ts +101 -0
  1740. package/src/types/rfcdate.ts +52 -0
  1741. package/src/types/streams.ts +19 -0
  1742. package/src/types/unrecognized.ts +35 -0
  1743. package/tsconfig.json +39 -0
@@ -0,0 +1,4128 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod/v4";
5
+ import { remap as remap$ } from "../lib/primitives.js";
6
+ import { collectExtraKeys as collectExtraKeys$, safeParse } from "../lib/schemas.js";
7
+ export const SyncReconcileResponseCurrentReleaseManagementEnum = {
8
+ Auto: "auto",
9
+ };
10
+ /**
11
+ * Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
12
+ */
13
+ export const SyncReconcileResponseCurrentReleaseLifecycle = {
14
+ Frozen: "frozen",
15
+ Live: "live",
16
+ LiveOnSetup: "live-on-setup",
17
+ };
18
+ export const SyncReconcileResponsePlatformTest = {
19
+ Test: "test",
20
+ };
21
+ export const SyncReconcileResponsePlatformLocal = {
22
+ Local: "local",
23
+ };
24
+ export const SyncReconcileResponseCurrentPlatformAzure = {
25
+ Azure: "azure",
26
+ };
27
+ export const SyncReconcileResponseCurrentPlatformGcp = {
28
+ Gcp: "gcp",
29
+ };
30
+ export const SyncReconcileResponseCurrentPlatformAws = {
31
+ Aws: "aws",
32
+ };
33
+ /**
34
+ * Represents the target cloud platform.
35
+ */
36
+ export const SyncReconcileResponseCurrentPlatform = {
37
+ Aws: "aws",
38
+ Gcp: "gcp",
39
+ Azure: "azure",
40
+ Kubernetes: "kubernetes",
41
+ Local: "local",
42
+ Test: "test",
43
+ };
44
+ export const SyncReconcileResponsePreparedStackManagementEnum = {
45
+ Auto: "auto",
46
+ };
47
+ /**
48
+ * Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
49
+ */
50
+ export const SyncReconcileResponsePreparedStackLifecycle = {
51
+ Frozen: "frozen",
52
+ Live: "live",
53
+ LiveOnSetup: "live-on-setup",
54
+ };
55
+ /**
56
+ * Represents the target cloud platform.
57
+ */
58
+ export const SyncReconcileResponseStackStatePlatform = {
59
+ Aws: "aws",
60
+ Gcp: "gcp",
61
+ Azure: "azure",
62
+ Kubernetes: "kubernetes",
63
+ Local: "local",
64
+ Test: "test",
65
+ };
66
+ /**
67
+ * Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
68
+ */
69
+ export const SyncReconcileResponseStackStateLifecycle = {
70
+ Frozen: "frozen",
71
+ Live: "live",
72
+ LiveOnSetup: "live-on-setup",
73
+ };
74
+ /**
75
+ * Represents the high-level status of a resource during its lifecycle.
76
+ */
77
+ export const SyncReconcileResponseStackStateStatus = {
78
+ Pending: "pending",
79
+ Provisioning: "provisioning",
80
+ ProvisionFailed: "provision-failed",
81
+ Running: "running",
82
+ Updating: "updating",
83
+ UpdateFailed: "update-failed",
84
+ Deleting: "deleting",
85
+ DeleteFailed: "delete-failed",
86
+ Deleted: "deleted",
87
+ RefreshFailed: "refresh-failed",
88
+ };
89
+ /**
90
+ * Deployment status in the deployment lifecycle
91
+ */
92
+ export const SyncReconcileResponseStatus = {
93
+ Pending: "pending",
94
+ InitialSetup: "initial-setup",
95
+ InitialSetupFailed: "initial-setup-failed",
96
+ Provisioning: "provisioning",
97
+ ProvisioningFailed: "provisioning-failed",
98
+ Running: "running",
99
+ RefreshFailed: "refresh-failed",
100
+ UpdatePending: "update-pending",
101
+ Updating: "updating",
102
+ UpdateFailed: "update-failed",
103
+ DeletePending: "delete-pending",
104
+ Deleting: "deleting",
105
+ DeleteFailed: "delete-failed",
106
+ Deleted: "deleted",
107
+ };
108
+ export const SyncReconcileResponseTargetReleaseManagementEnum = {
109
+ Auto: "auto",
110
+ };
111
+ /**
112
+ * Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
113
+ */
114
+ export const SyncReconcileResponseTargetReleaseLifecycle = {
115
+ Frozen: "frozen",
116
+ Live: "live",
117
+ LiveOnSetup: "live-on-setup",
118
+ };
119
+ export const SyncReconcileResponseComputeBackendType = {
120
+ Horizon: "horizon",
121
+ };
122
+ /**
123
+ * Certificate status in the certificate lifecycle
124
+ */
125
+ export const SyncReconcileResponseCertificateStatus = {
126
+ Pending: "pending",
127
+ Issued: "issued",
128
+ Renewing: "renewing",
129
+ RenewalFailed: "renewal-failed",
130
+ Failed: "failed",
131
+ Deleting: "deleting",
132
+ };
133
+ /**
134
+ * DNS record status in the DNS lifecycle
135
+ */
136
+ export const SyncReconcileResponseDnsStatus = {
137
+ Pending: "pending",
138
+ Active: "active",
139
+ Updating: "updating",
140
+ Deleting: "deleting",
141
+ Failed: "failed",
142
+ };
143
+ /**
144
+ * Type of environment variable
145
+ */
146
+ export const SyncReconcileResponseEnvironmentVariablesType = {
147
+ Plain: "plain",
148
+ Secret: "secret",
149
+ };
150
+ export const SyncReconcileResponseTypeVault5 = {
151
+ Vault: "vault",
152
+ };
153
+ export const SyncReconcileResponseTypeVault4 = {
154
+ Vault: "vault",
155
+ };
156
+ export const SyncReconcileResponseTypeVault3 = {
157
+ Vault: "vault",
158
+ };
159
+ export const SyncReconcileResponseTypeVault2 = {
160
+ Vault: "vault",
161
+ };
162
+ export const SyncReconcileResponseTypeVault1 = {
163
+ Vault: "vault",
164
+ };
165
+ export const SyncReconcileResponseTypeArtifactRegistry4 = {
166
+ ArtifactRegistry: "artifact_registry",
167
+ };
168
+ export const SyncReconcileResponseTypeArtifactRegistry3 = {
169
+ ArtifactRegistry: "artifact_registry",
170
+ };
171
+ export const SyncReconcileResponseTypeArtifactRegistry2 = {
172
+ ArtifactRegistry: "artifact_registry",
173
+ };
174
+ export const SyncReconcileResponseTypeArtifactRegistry1 = {
175
+ ArtifactRegistry: "artifact_registry",
176
+ };
177
+ export const SyncReconcileResponseTypeKv5 = {
178
+ Kv: "kv",
179
+ };
180
+ export const SyncReconcileResponseTypeKv4 = {
181
+ Kv: "kv",
182
+ };
183
+ export const SyncReconcileResponseTypeKv3 = {
184
+ Kv: "kv",
185
+ };
186
+ export const SyncReconcileResponseTypeKv2 = {
187
+ Kv: "kv",
188
+ };
189
+ export const SyncReconcileResponseTypeKv1 = {
190
+ Kv: "kv",
191
+ };
192
+ export const SyncReconcileResponseTypeQueue3 = {
193
+ Queue: "queue",
194
+ };
195
+ export const SyncReconcileResponseTypeQueue2 = {
196
+ Queue: "queue",
197
+ };
198
+ export const SyncReconcileResponseTypeQueue1 = {
199
+ Queue: "queue",
200
+ };
201
+ export const SyncReconcileResponseTypeStorage4 = {
202
+ Storage: "storage",
203
+ };
204
+ export const SyncReconcileResponseTypeStorage3 = {
205
+ Storage: "storage",
206
+ };
207
+ export const SyncReconcileResponseTypeStorage2 = {
208
+ Storage: "storage",
209
+ };
210
+ export const SyncReconcileResponseTypeStorage1 = {
211
+ Storage: "storage",
212
+ };
213
+ export const TargetPlatformKubernetes = {
214
+ Kubernetes: "kubernetes",
215
+ };
216
+ export const TargetPlatformAzure = {
217
+ Azure: "azure",
218
+ };
219
+ export const TargetPlatformGcp = {
220
+ Gcp: "gcp",
221
+ };
222
+ export const TargetPlatformAws = {
223
+ Aws: "aws",
224
+ };
225
+ /**
226
+ * Deployment model: how updates are delivered to the remote environment.
227
+ */
228
+ export const SyncReconcileResponseDeploymentModel = {
229
+ Push: "push",
230
+ Pull: "pull",
231
+ };
232
+ /**
233
+ * How heartbeat health checks are handled.
234
+ */
235
+ export const SyncReconcileResponseHeartbeats = {
236
+ Off: "off",
237
+ On: "on",
238
+ };
239
+ export const SyncReconcileResponseTypeByoVnetAzure = {
240
+ ByoVnetAzure: "byo-vnet-azure",
241
+ };
242
+ export const SyncReconcileResponseTypeByoVpcGcp = {
243
+ ByoVpcGcp: "byo-vpc-gcp",
244
+ };
245
+ export const SyncReconcileResponseTypeByoVpcAws = {
246
+ ByoVpcAws: "byo-vpc-aws",
247
+ };
248
+ export const SyncReconcileResponseTypeCreate = {
249
+ Create: "create",
250
+ };
251
+ export const SyncReconcileResponseTypeUseDefault = {
252
+ UseDefault: "use-default",
253
+ };
254
+ /**
255
+ * How telemetry (logs, metrics, traces) is handled.
256
+ */
257
+ export const SyncReconcileResponseTelemetry = {
258
+ Off: "off",
259
+ Auto: "auto",
260
+ ApprovalRequired: "approval-required",
261
+ };
262
+ /**
263
+ * How updates are delivered to the agent.
264
+ */
265
+ export const SyncReconcileResponseUpdates = {
266
+ Auto: "auto",
267
+ ApprovalRequired: "approval-required",
268
+ };
269
+ export const ManagementReleaseInfoEnum = {
270
+ Auto: "auto",
271
+ };
272
+ /**
273
+ * Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
274
+ */
275
+ export const ReleaseInfoLifecycle = {
276
+ Frozen: "frozen",
277
+ Live: "live",
278
+ LiveOnSetup: "live-on-setup",
279
+ };
280
+ /** @internal */
281
+ export const SyncReconcileResponseCurrentReleaseManagementEnum$inboundSchema = z.enum(SyncReconcileResponseCurrentReleaseManagementEnum);
282
+ /** @internal */
283
+ export const SyncReconcileResponseCurrentReleaseOverrideAwResource$inboundSchema = z.object({
284
+ condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
285
+ resources: z.array(z.string()),
286
+ });
287
+ export function syncReconcileResponseCurrentReleaseOverrideAwResourceFromJSON(jsonString) {
288
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseOverrideAwResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseOverrideAwResource' from JSON`);
289
+ }
290
+ /** @internal */
291
+ export const SyncReconcileResponseCurrentReleaseOverrideAwStack$inboundSchema = z.object({
292
+ condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
293
+ resources: z.array(z.string()),
294
+ });
295
+ export function syncReconcileResponseCurrentReleaseOverrideAwStackFromJSON(jsonString) {
296
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseOverrideAwStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseOverrideAwStack' from JSON`);
297
+ }
298
+ /** @internal */
299
+ export const SyncReconcileResponseCurrentReleaseOverrideAwBinding$inboundSchema = z.object({
300
+ resource: z
301
+ .lazy(() => SyncReconcileResponseCurrentReleaseOverrideAwResource$inboundSchema)
302
+ .optional(),
303
+ stack: z.lazy(() => SyncReconcileResponseCurrentReleaseOverrideAwStack$inboundSchema).optional(),
304
+ });
305
+ export function syncReconcileResponseCurrentReleaseOverrideAwBindingFromJSON(jsonString) {
306
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseOverrideAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseOverrideAwBinding' from JSON`);
307
+ }
308
+ /** @internal */
309
+ export const SyncReconcileResponseCurrentReleaseOverrideAwGrant$inboundSchema = z.object({
310
+ actions: z.nullable(z.array(z.string())).optional(),
311
+ dataActions: z.nullable(z.array(z.string())).optional(),
312
+ permissions: z.nullable(z.array(z.string())).optional(),
313
+ });
314
+ export function syncReconcileResponseCurrentReleaseOverrideAwGrantFromJSON(jsonString) {
315
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseOverrideAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseOverrideAwGrant' from JSON`);
316
+ }
317
+ /** @internal */
318
+ export const SyncReconcileResponseCurrentReleaseOverrideAw$inboundSchema = z.object({
319
+ binding: z.lazy(() => SyncReconcileResponseCurrentReleaseOverrideAwBinding$inboundSchema),
320
+ grant: z.lazy(() => SyncReconcileResponseCurrentReleaseOverrideAwGrant$inboundSchema),
321
+ });
322
+ export function syncReconcileResponseCurrentReleaseOverrideAwFromJSON(jsonString) {
323
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseOverrideAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseOverrideAw' from JSON`);
324
+ }
325
+ /** @internal */
326
+ export const SyncReconcileResponseCurrentReleaseOverrideAzureResource$inboundSchema = z.object({
327
+ scope: z.string(),
328
+ });
329
+ export function syncReconcileResponseCurrentReleaseOverrideAzureResourceFromJSON(jsonString) {
330
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseOverrideAzureResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseOverrideAzureResource' from JSON`);
331
+ }
332
+ /** @internal */
333
+ export const SyncReconcileResponseCurrentReleaseOverrideAzureStack$inboundSchema = z.object({
334
+ scope: z.string(),
335
+ });
336
+ export function syncReconcileResponseCurrentReleaseOverrideAzureStackFromJSON(jsonString) {
337
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseOverrideAzureStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseOverrideAzureStack' from JSON`);
338
+ }
339
+ /** @internal */
340
+ export const SyncReconcileResponseCurrentReleaseOverrideAzureBinding$inboundSchema = z.object({
341
+ resource: z
342
+ .lazy(() => SyncReconcileResponseCurrentReleaseOverrideAzureResource$inboundSchema)
343
+ .optional(),
344
+ stack: z
345
+ .lazy(() => SyncReconcileResponseCurrentReleaseOverrideAzureStack$inboundSchema)
346
+ .optional(),
347
+ });
348
+ export function syncReconcileResponseCurrentReleaseOverrideAzureBindingFromJSON(jsonString) {
349
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseOverrideAzureBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseOverrideAzureBinding' from JSON`);
350
+ }
351
+ /** @internal */
352
+ export const SyncReconcileResponseCurrentReleaseOverrideAzureGrant$inboundSchema = z.object({
353
+ actions: z.nullable(z.array(z.string())).optional(),
354
+ dataActions: z.nullable(z.array(z.string())).optional(),
355
+ permissions: z.nullable(z.array(z.string())).optional(),
356
+ });
357
+ export function syncReconcileResponseCurrentReleaseOverrideAzureGrantFromJSON(jsonString) {
358
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseOverrideAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseOverrideAzureGrant' from JSON`);
359
+ }
360
+ /** @internal */
361
+ export const SyncReconcileResponseCurrentReleaseOverrideAzure$inboundSchema = z.object({
362
+ binding: z.lazy(() => SyncReconcileResponseCurrentReleaseOverrideAzureBinding$inboundSchema),
363
+ grant: z.lazy(() => SyncReconcileResponseCurrentReleaseOverrideAzureGrant$inboundSchema),
364
+ });
365
+ export function syncReconcileResponseCurrentReleaseOverrideAzureFromJSON(jsonString) {
366
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseOverrideAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseOverrideAzure' from JSON`);
367
+ }
368
+ /** @internal */
369
+ export const SyncReconcileResponseCurrentReleaseOverrideConditionResource$inboundSchema = z.object({
370
+ expression: z.string(),
371
+ title: z.string(),
372
+ });
373
+ export function syncReconcileResponseCurrentReleaseOverrideConditionResourceFromJSON(jsonString) {
374
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseOverrideConditionResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseOverrideConditionResource' from JSON`);
375
+ }
376
+ /** @internal */
377
+ export const SyncReconcileResponseCurrentReleaseOverrideGcpResource$inboundSchema = z.object({
378
+ condition: z.nullable(z.any()).optional(),
379
+ scope: z.string(),
380
+ });
381
+ export function syncReconcileResponseCurrentReleaseOverrideGcpResourceFromJSON(jsonString) {
382
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseOverrideGcpResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseOverrideGcpResource' from JSON`);
383
+ }
384
+ /** @internal */
385
+ export const SyncReconcileResponseCurrentReleaseOverrideCondition$inboundSchema = z.object({
386
+ expression: z.string(),
387
+ title: z.string(),
388
+ });
389
+ export function syncReconcileResponseCurrentReleaseOverrideConditionFromJSON(jsonString) {
390
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseOverrideCondition$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseOverrideCondition' from JSON`);
391
+ }
392
+ /** @internal */
393
+ export const SyncReconcileResponseCurrentReleaseOverrideGcpStack$inboundSchema = z.object({
394
+ condition: z.nullable(z.any()).optional(),
395
+ scope: z.string(),
396
+ });
397
+ export function syncReconcileResponseCurrentReleaseOverrideGcpStackFromJSON(jsonString) {
398
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseOverrideGcpStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseOverrideGcpStack' from JSON`);
399
+ }
400
+ /** @internal */
401
+ export const SyncReconcileResponseCurrentReleaseOverrideGcpBinding$inboundSchema = z.object({
402
+ resource: z
403
+ .lazy(() => SyncReconcileResponseCurrentReleaseOverrideGcpResource$inboundSchema)
404
+ .optional(),
405
+ stack: z.lazy(() => SyncReconcileResponseCurrentReleaseOverrideGcpStack$inboundSchema).optional(),
406
+ });
407
+ export function syncReconcileResponseCurrentReleaseOverrideGcpBindingFromJSON(jsonString) {
408
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseOverrideGcpBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseOverrideGcpBinding' from JSON`);
409
+ }
410
+ /** @internal */
411
+ export const SyncReconcileResponseCurrentReleaseOverrideGcpGrant$inboundSchema = z.object({
412
+ actions: z.nullable(z.array(z.string())).optional(),
413
+ dataActions: z.nullable(z.array(z.string())).optional(),
414
+ permissions: z.nullable(z.array(z.string())).optional(),
415
+ });
416
+ export function syncReconcileResponseCurrentReleaseOverrideGcpGrantFromJSON(jsonString) {
417
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseOverrideGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseOverrideGcpGrant' from JSON`);
418
+ }
419
+ /** @internal */
420
+ export const SyncReconcileResponseCurrentReleaseOverrideGcp$inboundSchema = z.object({
421
+ binding: z.lazy(() => SyncReconcileResponseCurrentReleaseOverrideGcpBinding$inboundSchema),
422
+ grant: z.lazy(() => SyncReconcileResponseCurrentReleaseOverrideGcpGrant$inboundSchema),
423
+ });
424
+ export function syncReconcileResponseCurrentReleaseOverrideGcpFromJSON(jsonString) {
425
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseOverrideGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseOverrideGcp' from JSON`);
426
+ }
427
+ /** @internal */
428
+ export const SyncReconcileResponseCurrentReleaseOverridePlatforms$inboundSchema = z.object({
429
+ aws: z
430
+ .nullable(z.array(z.lazy(() => SyncReconcileResponseCurrentReleaseOverrideAw$inboundSchema)))
431
+ .optional(),
432
+ azure: z
433
+ .nullable(z.array(z.lazy(() => SyncReconcileResponseCurrentReleaseOverrideAzure$inboundSchema)))
434
+ .optional(),
435
+ gcp: z
436
+ .nullable(z.array(z.lazy(() => SyncReconcileResponseCurrentReleaseOverrideGcp$inboundSchema)))
437
+ .optional(),
438
+ });
439
+ export function syncReconcileResponseCurrentReleaseOverridePlatformsFromJSON(jsonString) {
440
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseOverridePlatforms$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseOverridePlatforms' from JSON`);
441
+ }
442
+ /** @internal */
443
+ export const SyncReconcileResponseCurrentReleaseOverride$inboundSchema = z.object({
444
+ description: z.string(),
445
+ id: z.string(),
446
+ platforms: z.lazy(() => SyncReconcileResponseCurrentReleaseOverridePlatforms$inboundSchema),
447
+ });
448
+ export function syncReconcileResponseCurrentReleaseOverrideFromJSON(jsonString) {
449
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseOverride$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseOverride' from JSON`);
450
+ }
451
+ /** @internal */
452
+ export const SyncReconcileResponseCurrentReleaseOverrideUnion$inboundSchema = z.union([z.lazy(() => SyncReconcileResponseCurrentReleaseOverride$inboundSchema), z.string()]);
453
+ export function syncReconcileResponseCurrentReleaseOverrideUnionFromJSON(jsonString) {
454
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseOverrideUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseOverrideUnion' from JSON`);
455
+ }
456
+ /** @internal */
457
+ export const SyncReconcileResponseCurrentReleaseManagement2$inboundSchema = z.object({
458
+ override: z.record(z.string(), z.array(z.union([
459
+ z.lazy(() => SyncReconcileResponseCurrentReleaseOverride$inboundSchema),
460
+ z.string(),
461
+ ]))),
462
+ });
463
+ export function syncReconcileResponseCurrentReleaseManagement2FromJSON(jsonString) {
464
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseManagement2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseManagement2' from JSON`);
465
+ }
466
+ /** @internal */
467
+ export const SyncReconcileResponseCurrentReleaseExtendAwResource$inboundSchema = z.object({
468
+ condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
469
+ resources: z.array(z.string()),
470
+ });
471
+ export function syncReconcileResponseCurrentReleaseExtendAwResourceFromJSON(jsonString) {
472
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseExtendAwResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseExtendAwResource' from JSON`);
473
+ }
474
+ /** @internal */
475
+ export const SyncReconcileResponseCurrentReleaseExtendAwStack$inboundSchema = z.object({
476
+ condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
477
+ resources: z.array(z.string()),
478
+ });
479
+ export function syncReconcileResponseCurrentReleaseExtendAwStackFromJSON(jsonString) {
480
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseExtendAwStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseExtendAwStack' from JSON`);
481
+ }
482
+ /** @internal */
483
+ export const SyncReconcileResponseCurrentReleaseExtendAwBinding$inboundSchema = z.object({
484
+ resource: z
485
+ .lazy(() => SyncReconcileResponseCurrentReleaseExtendAwResource$inboundSchema)
486
+ .optional(),
487
+ stack: z.lazy(() => SyncReconcileResponseCurrentReleaseExtendAwStack$inboundSchema).optional(),
488
+ });
489
+ export function syncReconcileResponseCurrentReleaseExtendAwBindingFromJSON(jsonString) {
490
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseExtendAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseExtendAwBinding' from JSON`);
491
+ }
492
+ /** @internal */
493
+ export const SyncReconcileResponseCurrentReleaseExtendAwGrant$inboundSchema = z.object({
494
+ actions: z.nullable(z.array(z.string())).optional(),
495
+ dataActions: z.nullable(z.array(z.string())).optional(),
496
+ permissions: z.nullable(z.array(z.string())).optional(),
497
+ });
498
+ export function syncReconcileResponseCurrentReleaseExtendAwGrantFromJSON(jsonString) {
499
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseExtendAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseExtendAwGrant' from JSON`);
500
+ }
501
+ /** @internal */
502
+ export const SyncReconcileResponseCurrentReleaseExtendAw$inboundSchema = z.object({
503
+ binding: z.lazy(() => SyncReconcileResponseCurrentReleaseExtendAwBinding$inboundSchema),
504
+ grant: z.lazy(() => SyncReconcileResponseCurrentReleaseExtendAwGrant$inboundSchema),
505
+ });
506
+ export function syncReconcileResponseCurrentReleaseExtendAwFromJSON(jsonString) {
507
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseExtendAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseExtendAw' from JSON`);
508
+ }
509
+ /** @internal */
510
+ export const SyncReconcileResponseCurrentReleaseExtendAzureResource$inboundSchema = z.object({
511
+ scope: z.string(),
512
+ });
513
+ export function syncReconcileResponseCurrentReleaseExtendAzureResourceFromJSON(jsonString) {
514
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseExtendAzureResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseExtendAzureResource' from JSON`);
515
+ }
516
+ /** @internal */
517
+ export const SyncReconcileResponseCurrentReleaseExtendAzureStack$inboundSchema = z.object({
518
+ scope: z.string(),
519
+ });
520
+ export function syncReconcileResponseCurrentReleaseExtendAzureStackFromJSON(jsonString) {
521
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseExtendAzureStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseExtendAzureStack' from JSON`);
522
+ }
523
+ /** @internal */
524
+ export const SyncReconcileResponseCurrentReleaseExtendAzureBinding$inboundSchema = z.object({
525
+ resource: z
526
+ .lazy(() => SyncReconcileResponseCurrentReleaseExtendAzureResource$inboundSchema)
527
+ .optional(),
528
+ stack: z.lazy(() => SyncReconcileResponseCurrentReleaseExtendAzureStack$inboundSchema).optional(),
529
+ });
530
+ export function syncReconcileResponseCurrentReleaseExtendAzureBindingFromJSON(jsonString) {
531
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseExtendAzureBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseExtendAzureBinding' from JSON`);
532
+ }
533
+ /** @internal */
534
+ export const SyncReconcileResponseCurrentReleaseExtendAzureGrant$inboundSchema = z.object({
535
+ actions: z.nullable(z.array(z.string())).optional(),
536
+ dataActions: z.nullable(z.array(z.string())).optional(),
537
+ permissions: z.nullable(z.array(z.string())).optional(),
538
+ });
539
+ export function syncReconcileResponseCurrentReleaseExtendAzureGrantFromJSON(jsonString) {
540
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseExtendAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseExtendAzureGrant' from JSON`);
541
+ }
542
+ /** @internal */
543
+ export const SyncReconcileResponseCurrentReleaseExtendAzure$inboundSchema = z.object({
544
+ binding: z.lazy(() => SyncReconcileResponseCurrentReleaseExtendAzureBinding$inboundSchema),
545
+ grant: z.lazy(() => SyncReconcileResponseCurrentReleaseExtendAzureGrant$inboundSchema),
546
+ });
547
+ export function syncReconcileResponseCurrentReleaseExtendAzureFromJSON(jsonString) {
548
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseExtendAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseExtendAzure' from JSON`);
549
+ }
550
+ /** @internal */
551
+ export const SyncReconcileResponseCurrentReleaseExtendConditionResource$inboundSchema = z.object({
552
+ expression: z.string(),
553
+ title: z.string(),
554
+ });
555
+ export function syncReconcileResponseCurrentReleaseExtendConditionResourceFromJSON(jsonString) {
556
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseExtendConditionResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseExtendConditionResource' from JSON`);
557
+ }
558
+ /** @internal */
559
+ export const SyncReconcileResponseCurrentReleaseExtendGcpResource$inboundSchema = z.object({
560
+ condition: z.nullable(z.any()).optional(),
561
+ scope: z.string(),
562
+ });
563
+ export function syncReconcileResponseCurrentReleaseExtendGcpResourceFromJSON(jsonString) {
564
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseExtendGcpResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseExtendGcpResource' from JSON`);
565
+ }
566
+ /** @internal */
567
+ export const SyncReconcileResponseCurrentReleaseExtendCondition$inboundSchema = z.object({
568
+ expression: z.string(),
569
+ title: z.string(),
570
+ });
571
+ export function syncReconcileResponseCurrentReleaseExtendConditionFromJSON(jsonString) {
572
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseExtendCondition$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseExtendCondition' from JSON`);
573
+ }
574
+ /** @internal */
575
+ export const SyncReconcileResponseCurrentReleaseExtendGcpStack$inboundSchema = z.object({
576
+ condition: z.nullable(z.any()).optional(),
577
+ scope: z.string(),
578
+ });
579
+ export function syncReconcileResponseCurrentReleaseExtendGcpStackFromJSON(jsonString) {
580
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseExtendGcpStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseExtendGcpStack' from JSON`);
581
+ }
582
+ /** @internal */
583
+ export const SyncReconcileResponseCurrentReleaseExtendGcpBinding$inboundSchema = z.object({
584
+ resource: z
585
+ .lazy(() => SyncReconcileResponseCurrentReleaseExtendGcpResource$inboundSchema)
586
+ .optional(),
587
+ stack: z.lazy(() => SyncReconcileResponseCurrentReleaseExtendGcpStack$inboundSchema).optional(),
588
+ });
589
+ export function syncReconcileResponseCurrentReleaseExtendGcpBindingFromJSON(jsonString) {
590
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseExtendGcpBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseExtendGcpBinding' from JSON`);
591
+ }
592
+ /** @internal */
593
+ export const SyncReconcileResponseCurrentReleaseExtendGcpGrant$inboundSchema = z.object({
594
+ actions: z.nullable(z.array(z.string())).optional(),
595
+ dataActions: z.nullable(z.array(z.string())).optional(),
596
+ permissions: z.nullable(z.array(z.string())).optional(),
597
+ });
598
+ export function syncReconcileResponseCurrentReleaseExtendGcpGrantFromJSON(jsonString) {
599
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseExtendGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseExtendGcpGrant' from JSON`);
600
+ }
601
+ /** @internal */
602
+ export const SyncReconcileResponseCurrentReleaseExtendGcp$inboundSchema = z.object({
603
+ binding: z.lazy(() => SyncReconcileResponseCurrentReleaseExtendGcpBinding$inboundSchema),
604
+ grant: z.lazy(() => SyncReconcileResponseCurrentReleaseExtendGcpGrant$inboundSchema),
605
+ });
606
+ export function syncReconcileResponseCurrentReleaseExtendGcpFromJSON(jsonString) {
607
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseExtendGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseExtendGcp' from JSON`);
608
+ }
609
+ /** @internal */
610
+ export const SyncReconcileResponseCurrentReleaseExtendPlatforms$inboundSchema = z.object({
611
+ aws: z
612
+ .nullable(z.array(z.lazy(() => SyncReconcileResponseCurrentReleaseExtendAw$inboundSchema)))
613
+ .optional(),
614
+ azure: z
615
+ .nullable(z.array(z.lazy(() => SyncReconcileResponseCurrentReleaseExtendAzure$inboundSchema)))
616
+ .optional(),
617
+ gcp: z
618
+ .nullable(z.array(z.lazy(() => SyncReconcileResponseCurrentReleaseExtendGcp$inboundSchema)))
619
+ .optional(),
620
+ });
621
+ export function syncReconcileResponseCurrentReleaseExtendPlatformsFromJSON(jsonString) {
622
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseExtendPlatforms$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseExtendPlatforms' from JSON`);
623
+ }
624
+ /** @internal */
625
+ export const SyncReconcileResponseCurrentReleaseExtend$inboundSchema = z.object({
626
+ description: z.string(),
627
+ id: z.string(),
628
+ platforms: z.lazy(() => SyncReconcileResponseCurrentReleaseExtendPlatforms$inboundSchema),
629
+ });
630
+ export function syncReconcileResponseCurrentReleaseExtendFromJSON(jsonString) {
631
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseExtend$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseExtend' from JSON`);
632
+ }
633
+ /** @internal */
634
+ export const SyncReconcileResponseCurrentReleaseExtendUnion$inboundSchema = z.union([z.lazy(() => SyncReconcileResponseCurrentReleaseExtend$inboundSchema), z.string()]);
635
+ export function syncReconcileResponseCurrentReleaseExtendUnionFromJSON(jsonString) {
636
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseExtendUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseExtendUnion' from JSON`);
637
+ }
638
+ /** @internal */
639
+ export const SyncReconcileResponseCurrentReleaseManagement1$inboundSchema = z.object({
640
+ extend: z.record(z.string(), z.array(z.union([z.lazy(() => SyncReconcileResponseCurrentReleaseExtend$inboundSchema), z.string()]))),
641
+ });
642
+ export function syncReconcileResponseCurrentReleaseManagement1FromJSON(jsonString) {
643
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseManagement1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseManagement1' from JSON`);
644
+ }
645
+ /** @internal */
646
+ export const SyncReconcileResponseCurrentReleaseManagementUnion$inboundSchema = z.union([
647
+ z.lazy(() => SyncReconcileResponseCurrentReleaseManagement1$inboundSchema),
648
+ z.lazy(() => SyncReconcileResponseCurrentReleaseManagement2$inboundSchema),
649
+ SyncReconcileResponseCurrentReleaseManagementEnum$inboundSchema,
650
+ ]);
651
+ export function syncReconcileResponseCurrentReleaseManagementUnionFromJSON(jsonString) {
652
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseManagementUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseManagementUnion' from JSON`);
653
+ }
654
+ /** @internal */
655
+ export const SyncReconcileResponseCurrentReleaseProfileAwResource$inboundSchema = z.object({
656
+ condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
657
+ resources: z.array(z.string()),
658
+ });
659
+ export function syncReconcileResponseCurrentReleaseProfileAwResourceFromJSON(jsonString) {
660
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseProfileAwResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseProfileAwResource' from JSON`);
661
+ }
662
+ /** @internal */
663
+ export const SyncReconcileResponseCurrentReleaseProfileAwStack$inboundSchema = z.object({
664
+ condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
665
+ resources: z.array(z.string()),
666
+ });
667
+ export function syncReconcileResponseCurrentReleaseProfileAwStackFromJSON(jsonString) {
668
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseProfileAwStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseProfileAwStack' from JSON`);
669
+ }
670
+ /** @internal */
671
+ export const SyncReconcileResponseCurrentReleaseProfileAwBinding$inboundSchema = z.object({
672
+ resource: z
673
+ .lazy(() => SyncReconcileResponseCurrentReleaseProfileAwResource$inboundSchema)
674
+ .optional(),
675
+ stack: z.lazy(() => SyncReconcileResponseCurrentReleaseProfileAwStack$inboundSchema).optional(),
676
+ });
677
+ export function syncReconcileResponseCurrentReleaseProfileAwBindingFromJSON(jsonString) {
678
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseProfileAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseProfileAwBinding' from JSON`);
679
+ }
680
+ /** @internal */
681
+ export const SyncReconcileResponseCurrentReleaseProfileAwGrant$inboundSchema = z.object({
682
+ actions: z.nullable(z.array(z.string())).optional(),
683
+ dataActions: z.nullable(z.array(z.string())).optional(),
684
+ permissions: z.nullable(z.array(z.string())).optional(),
685
+ });
686
+ export function syncReconcileResponseCurrentReleaseProfileAwGrantFromJSON(jsonString) {
687
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseProfileAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseProfileAwGrant' from JSON`);
688
+ }
689
+ /** @internal */
690
+ export const SyncReconcileResponseCurrentReleaseProfileAw$inboundSchema = z.object({
691
+ binding: z.lazy(() => SyncReconcileResponseCurrentReleaseProfileAwBinding$inboundSchema),
692
+ grant: z.lazy(() => SyncReconcileResponseCurrentReleaseProfileAwGrant$inboundSchema),
693
+ });
694
+ export function syncReconcileResponseCurrentReleaseProfileAwFromJSON(jsonString) {
695
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseProfileAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseProfileAw' from JSON`);
696
+ }
697
+ /** @internal */
698
+ export const SyncReconcileResponseCurrentReleaseProfileAzureResource$inboundSchema = z.object({
699
+ scope: z.string(),
700
+ });
701
+ export function syncReconcileResponseCurrentReleaseProfileAzureResourceFromJSON(jsonString) {
702
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseProfileAzureResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseProfileAzureResource' from JSON`);
703
+ }
704
+ /** @internal */
705
+ export const SyncReconcileResponseCurrentReleaseProfileAzureStack$inboundSchema = z.object({
706
+ scope: z.string(),
707
+ });
708
+ export function syncReconcileResponseCurrentReleaseProfileAzureStackFromJSON(jsonString) {
709
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseProfileAzureStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseProfileAzureStack' from JSON`);
710
+ }
711
+ /** @internal */
712
+ export const SyncReconcileResponseCurrentReleaseProfileAzureBinding$inboundSchema = z.object({
713
+ resource: z
714
+ .lazy(() => SyncReconcileResponseCurrentReleaseProfileAzureResource$inboundSchema)
715
+ .optional(),
716
+ stack: z
717
+ .lazy(() => SyncReconcileResponseCurrentReleaseProfileAzureStack$inboundSchema)
718
+ .optional(),
719
+ });
720
+ export function syncReconcileResponseCurrentReleaseProfileAzureBindingFromJSON(jsonString) {
721
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseProfileAzureBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseProfileAzureBinding' from JSON`);
722
+ }
723
+ /** @internal */
724
+ export const SyncReconcileResponseCurrentReleaseProfileAzureGrant$inboundSchema = z.object({
725
+ actions: z.nullable(z.array(z.string())).optional(),
726
+ dataActions: z.nullable(z.array(z.string())).optional(),
727
+ permissions: z.nullable(z.array(z.string())).optional(),
728
+ });
729
+ export function syncReconcileResponseCurrentReleaseProfileAzureGrantFromJSON(jsonString) {
730
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseProfileAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseProfileAzureGrant' from JSON`);
731
+ }
732
+ /** @internal */
733
+ export const SyncReconcileResponseCurrentReleaseProfileAzure$inboundSchema = z.object({
734
+ binding: z.lazy(() => SyncReconcileResponseCurrentReleaseProfileAzureBinding$inboundSchema),
735
+ grant: z.lazy(() => SyncReconcileResponseCurrentReleaseProfileAzureGrant$inboundSchema),
736
+ });
737
+ export function syncReconcileResponseCurrentReleaseProfileAzureFromJSON(jsonString) {
738
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseProfileAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseProfileAzure' from JSON`);
739
+ }
740
+ /** @internal */
741
+ export const SyncReconcileResponseCurrentReleaseProfileConditionResource$inboundSchema = z.object({
742
+ expression: z.string(),
743
+ title: z.string(),
744
+ });
745
+ export function syncReconcileResponseCurrentReleaseProfileConditionResourceFromJSON(jsonString) {
746
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseProfileConditionResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseProfileConditionResource' from JSON`);
747
+ }
748
+ /** @internal */
749
+ export const SyncReconcileResponseCurrentReleaseProfileGcpResource$inboundSchema = z.object({
750
+ condition: z.nullable(z.any()).optional(),
751
+ scope: z.string(),
752
+ });
753
+ export function syncReconcileResponseCurrentReleaseProfileGcpResourceFromJSON(jsonString) {
754
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseProfileGcpResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseProfileGcpResource' from JSON`);
755
+ }
756
+ /** @internal */
757
+ export const SyncReconcileResponseCurrentReleaseProfileCondition$inboundSchema = z.object({
758
+ expression: z.string(),
759
+ title: z.string(),
760
+ });
761
+ export function syncReconcileResponseCurrentReleaseProfileConditionFromJSON(jsonString) {
762
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseProfileCondition$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseProfileCondition' from JSON`);
763
+ }
764
+ /** @internal */
765
+ export const SyncReconcileResponseCurrentReleaseProfileGcpStack$inboundSchema = z.object({
766
+ condition: z.nullable(z.any()).optional(),
767
+ scope: z.string(),
768
+ });
769
+ export function syncReconcileResponseCurrentReleaseProfileGcpStackFromJSON(jsonString) {
770
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseProfileGcpStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseProfileGcpStack' from JSON`);
771
+ }
772
+ /** @internal */
773
+ export const SyncReconcileResponseCurrentReleaseProfileGcpBinding$inboundSchema = z.object({
774
+ resource: z
775
+ .lazy(() => SyncReconcileResponseCurrentReleaseProfileGcpResource$inboundSchema)
776
+ .optional(),
777
+ stack: z.lazy(() => SyncReconcileResponseCurrentReleaseProfileGcpStack$inboundSchema).optional(),
778
+ });
779
+ export function syncReconcileResponseCurrentReleaseProfileGcpBindingFromJSON(jsonString) {
780
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseProfileGcpBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseProfileGcpBinding' from JSON`);
781
+ }
782
+ /** @internal */
783
+ export const SyncReconcileResponseCurrentReleaseProfileGcpGrant$inboundSchema = z.object({
784
+ actions: z.nullable(z.array(z.string())).optional(),
785
+ dataActions: z.nullable(z.array(z.string())).optional(),
786
+ permissions: z.nullable(z.array(z.string())).optional(),
787
+ });
788
+ export function syncReconcileResponseCurrentReleaseProfileGcpGrantFromJSON(jsonString) {
789
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseProfileGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseProfileGcpGrant' from JSON`);
790
+ }
791
+ /** @internal */
792
+ export const SyncReconcileResponseCurrentReleaseProfileGcp$inboundSchema = z.object({
793
+ binding: z.lazy(() => SyncReconcileResponseCurrentReleaseProfileGcpBinding$inboundSchema),
794
+ grant: z.lazy(() => SyncReconcileResponseCurrentReleaseProfileGcpGrant$inboundSchema),
795
+ });
796
+ export function syncReconcileResponseCurrentReleaseProfileGcpFromJSON(jsonString) {
797
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseProfileGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseProfileGcp' from JSON`);
798
+ }
799
+ /** @internal */
800
+ export const SyncReconcileResponseCurrentReleaseProfilePlatforms$inboundSchema = z.object({
801
+ aws: z
802
+ .nullable(z.array(z.lazy(() => SyncReconcileResponseCurrentReleaseProfileAw$inboundSchema)))
803
+ .optional(),
804
+ azure: z
805
+ .nullable(z.array(z.lazy(() => SyncReconcileResponseCurrentReleaseProfileAzure$inboundSchema)))
806
+ .optional(),
807
+ gcp: z
808
+ .nullable(z.array(z.lazy(() => SyncReconcileResponseCurrentReleaseProfileGcp$inboundSchema)))
809
+ .optional(),
810
+ });
811
+ export function syncReconcileResponseCurrentReleaseProfilePlatformsFromJSON(jsonString) {
812
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseProfilePlatforms$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseProfilePlatforms' from JSON`);
813
+ }
814
+ /** @internal */
815
+ export const SyncReconcileResponseCurrentReleaseProfile$inboundSchema = z.object({
816
+ description: z.string(),
817
+ id: z.string(),
818
+ platforms: z.lazy(() => SyncReconcileResponseCurrentReleaseProfilePlatforms$inboundSchema),
819
+ });
820
+ export function syncReconcileResponseCurrentReleaseProfileFromJSON(jsonString) {
821
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseProfile$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseProfile' from JSON`);
822
+ }
823
+ /** @internal */
824
+ export const SyncReconcileResponseCurrentReleaseProfileUnion$inboundSchema = z.union([z.lazy(() => SyncReconcileResponseCurrentReleaseProfile$inboundSchema), z.string()]);
825
+ export function syncReconcileResponseCurrentReleaseProfileUnionFromJSON(jsonString) {
826
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseProfileUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseProfileUnion' from JSON`);
827
+ }
828
+ /** @internal */
829
+ export const SyncReconcileResponseCurrentReleasePermissions$inboundSchema = z.object({
830
+ management: z
831
+ .union([
832
+ z.lazy(() => SyncReconcileResponseCurrentReleaseManagement1$inboundSchema),
833
+ z.lazy(() => SyncReconcileResponseCurrentReleaseManagement2$inboundSchema),
834
+ SyncReconcileResponseCurrentReleaseManagementEnum$inboundSchema,
835
+ ])
836
+ .optional(),
837
+ profiles: z.record(z.string(), z.record(z.string(), z.array(z.union([
838
+ z.lazy(() => SyncReconcileResponseCurrentReleaseProfile$inboundSchema),
839
+ z.string(),
840
+ ])))),
841
+ });
842
+ export function syncReconcileResponseCurrentReleasePermissionsFromJSON(jsonString) {
843
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleasePermissions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleasePermissions' from JSON`);
844
+ }
845
+ /** @internal */
846
+ export const SyncReconcileResponseCurrentReleaseConfig$inboundSchema = collectExtraKeys$(z
847
+ .object({
848
+ id: z.string(),
849
+ type: z.string(),
850
+ })
851
+ .catchall(z.any()), "additionalProperties", true);
852
+ export function syncReconcileResponseCurrentReleaseConfigFromJSON(jsonString) {
853
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseConfig$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseConfig' from JSON`);
854
+ }
855
+ /** @internal */
856
+ export const SyncReconcileResponseCurrentReleaseDependency$inboundSchema = z.object({
857
+ id: z.string(),
858
+ type: z.string(),
859
+ });
860
+ export function syncReconcileResponseCurrentReleaseDependencyFromJSON(jsonString) {
861
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseDependency$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseDependency' from JSON`);
862
+ }
863
+ /** @internal */
864
+ export const SyncReconcileResponseCurrentReleaseLifecycle$inboundSchema = z.enum(SyncReconcileResponseCurrentReleaseLifecycle);
865
+ /** @internal */
866
+ export const SyncReconcileResponseCurrentReleaseResources$inboundSchema = z.object({
867
+ config: z.lazy(() => SyncReconcileResponseCurrentReleaseConfig$inboundSchema),
868
+ dependencies: z.array(z.lazy(() => SyncReconcileResponseCurrentReleaseDependency$inboundSchema)),
869
+ lifecycle: SyncReconcileResponseCurrentReleaseLifecycle$inboundSchema,
870
+ remoteAccess: z.boolean().optional(),
871
+ });
872
+ export function syncReconcileResponseCurrentReleaseResourcesFromJSON(jsonString) {
873
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseResources$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseResources' from JSON`);
874
+ }
875
+ /** @internal */
876
+ export const SyncReconcileResponseCurrentReleaseStack$inboundSchema = z.object({
877
+ id: z.string(),
878
+ permissions: z
879
+ .lazy(() => SyncReconcileResponseCurrentReleasePermissions$inboundSchema)
880
+ .optional(),
881
+ resources: z.record(z.string(), z.lazy(() => SyncReconcileResponseCurrentReleaseResources$inboundSchema)),
882
+ });
883
+ export function syncReconcileResponseCurrentReleaseStackFromJSON(jsonString) {
884
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentReleaseStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentReleaseStack' from JSON`);
885
+ }
886
+ /** @internal */
887
+ export const SyncReconcileResponseCurrentRelease$inboundSchema = z.object({
888
+ description: z.nullable(z.string()).optional(),
889
+ releaseId: z.string(),
890
+ stack: z.lazy(() => SyncReconcileResponseCurrentReleaseStack$inboundSchema),
891
+ version: z.nullable(z.string()).optional(),
892
+ });
893
+ export function syncReconcileResponseCurrentReleaseFromJSON(jsonString) {
894
+ return safeParse(jsonString, x => SyncReconcileResponseCurrentRelease$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrentRelease' from JSON`);
895
+ }
896
+ /** @internal */
897
+ export const SyncReconcileResponsePlatformTest$inboundSchema = z.enum(SyncReconcileResponsePlatformTest);
898
+ /** @internal */
899
+ export const SyncReconcileResponseEnvironmentInfoTest$inboundSchema = z.object({
900
+ testId: z.string(),
901
+ platform: SyncReconcileResponsePlatformTest$inboundSchema,
902
+ });
903
+ export function syncReconcileResponseEnvironmentInfoTestFromJSON(jsonString) {
904
+ return safeParse(jsonString, x => SyncReconcileResponseEnvironmentInfoTest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseEnvironmentInfoTest' from JSON`);
905
+ }
906
+ /** @internal */
907
+ export const SyncReconcileResponsePlatformLocal$inboundSchema = z.enum(SyncReconcileResponsePlatformLocal);
908
+ /** @internal */
909
+ export const SyncReconcileResponseEnvironmentInfoLocal$inboundSchema = z.object({
910
+ arch: z.string(),
911
+ hostname: z.string(),
912
+ os: z.string(),
913
+ platform: SyncReconcileResponsePlatformLocal$inboundSchema,
914
+ });
915
+ export function syncReconcileResponseEnvironmentInfoLocalFromJSON(jsonString) {
916
+ return safeParse(jsonString, x => SyncReconcileResponseEnvironmentInfoLocal$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseEnvironmentInfoLocal' from JSON`);
917
+ }
918
+ /** @internal */
919
+ export const SyncReconcileResponseCurrentPlatformAzure$inboundSchema = z.enum(SyncReconcileResponseCurrentPlatformAzure);
920
+ /** @internal */
921
+ export const SyncReconcileResponseEnvironmentInfoAzure$inboundSchema = z.object({
922
+ location: z.string(),
923
+ subscriptionId: z.string(),
924
+ tenantId: z.string(),
925
+ platform: SyncReconcileResponseCurrentPlatformAzure$inboundSchema,
926
+ });
927
+ export function syncReconcileResponseEnvironmentInfoAzureFromJSON(jsonString) {
928
+ return safeParse(jsonString, x => SyncReconcileResponseEnvironmentInfoAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseEnvironmentInfoAzure' from JSON`);
929
+ }
930
+ /** @internal */
931
+ export const SyncReconcileResponseCurrentPlatformGcp$inboundSchema = z.enum(SyncReconcileResponseCurrentPlatformGcp);
932
+ /** @internal */
933
+ export const SyncReconcileResponseEnvironmentInfoGcp$inboundSchema = z.object({
934
+ projectId: z.string(),
935
+ projectNumber: z.string(),
936
+ region: z.string(),
937
+ platform: SyncReconcileResponseCurrentPlatformGcp$inboundSchema,
938
+ });
939
+ export function syncReconcileResponseEnvironmentInfoGcpFromJSON(jsonString) {
940
+ return safeParse(jsonString, x => SyncReconcileResponseEnvironmentInfoGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseEnvironmentInfoGcp' from JSON`);
941
+ }
942
+ /** @internal */
943
+ export const SyncReconcileResponseCurrentPlatformAws$inboundSchema = z.enum(SyncReconcileResponseCurrentPlatformAws);
944
+ /** @internal */
945
+ export const SyncReconcileResponseEnvironmentInfoAws$inboundSchema = z.object({
946
+ accountId: z.string(),
947
+ region: z.string(),
948
+ platform: SyncReconcileResponseCurrentPlatformAws$inboundSchema,
949
+ });
950
+ export function syncReconcileResponseEnvironmentInfoAwsFromJSON(jsonString) {
951
+ return safeParse(jsonString, x => SyncReconcileResponseEnvironmentInfoAws$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseEnvironmentInfoAws' from JSON`);
952
+ }
953
+ /** @internal */
954
+ export const SyncReconcileResponseCurrentPlatform$inboundSchema = z.enum(SyncReconcileResponseCurrentPlatform);
955
+ /** @internal */
956
+ export const SyncReconcileResponsePreparedStackManagementEnum$inboundSchema = z.enum(SyncReconcileResponsePreparedStackManagementEnum);
957
+ /** @internal */
958
+ export const SyncReconcileResponsePreparedStackOverrideAwResource$inboundSchema = z.object({
959
+ condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
960
+ resources: z.array(z.string()),
961
+ });
962
+ export function syncReconcileResponsePreparedStackOverrideAwResourceFromJSON(jsonString) {
963
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackOverrideAwResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackOverrideAwResource' from JSON`);
964
+ }
965
+ /** @internal */
966
+ export const SyncReconcileResponsePreparedStackOverrideAwStack$inboundSchema = z.object({
967
+ condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
968
+ resources: z.array(z.string()),
969
+ });
970
+ export function syncReconcileResponsePreparedStackOverrideAwStackFromJSON(jsonString) {
971
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackOverrideAwStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackOverrideAwStack' from JSON`);
972
+ }
973
+ /** @internal */
974
+ export const SyncReconcileResponsePreparedStackOverrideAwBinding$inboundSchema = z.object({
975
+ resource: z
976
+ .lazy(() => SyncReconcileResponsePreparedStackOverrideAwResource$inboundSchema)
977
+ .optional(),
978
+ stack: z.lazy(() => SyncReconcileResponsePreparedStackOverrideAwStack$inboundSchema).optional(),
979
+ });
980
+ export function syncReconcileResponsePreparedStackOverrideAwBindingFromJSON(jsonString) {
981
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackOverrideAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackOverrideAwBinding' from JSON`);
982
+ }
983
+ /** @internal */
984
+ export const SyncReconcileResponsePreparedStackOverrideAwGrant$inboundSchema = z.object({
985
+ actions: z.nullable(z.array(z.string())).optional(),
986
+ dataActions: z.nullable(z.array(z.string())).optional(),
987
+ permissions: z.nullable(z.array(z.string())).optional(),
988
+ });
989
+ export function syncReconcileResponsePreparedStackOverrideAwGrantFromJSON(jsonString) {
990
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackOverrideAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackOverrideAwGrant' from JSON`);
991
+ }
992
+ /** @internal */
993
+ export const SyncReconcileResponsePreparedStackOverrideAw$inboundSchema = z.object({
994
+ binding: z.lazy(() => SyncReconcileResponsePreparedStackOverrideAwBinding$inboundSchema),
995
+ grant: z.lazy(() => SyncReconcileResponsePreparedStackOverrideAwGrant$inboundSchema),
996
+ });
997
+ export function syncReconcileResponsePreparedStackOverrideAwFromJSON(jsonString) {
998
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackOverrideAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackOverrideAw' from JSON`);
999
+ }
1000
+ /** @internal */
1001
+ export const SyncReconcileResponsePreparedStackOverrideAzureResource$inboundSchema = z.object({
1002
+ scope: z.string(),
1003
+ });
1004
+ export function syncReconcileResponsePreparedStackOverrideAzureResourceFromJSON(jsonString) {
1005
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackOverrideAzureResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackOverrideAzureResource' from JSON`);
1006
+ }
1007
+ /** @internal */
1008
+ export const SyncReconcileResponsePreparedStackOverrideAzureStack$inboundSchema = z.object({
1009
+ scope: z.string(),
1010
+ });
1011
+ export function syncReconcileResponsePreparedStackOverrideAzureStackFromJSON(jsonString) {
1012
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackOverrideAzureStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackOverrideAzureStack' from JSON`);
1013
+ }
1014
+ /** @internal */
1015
+ export const SyncReconcileResponsePreparedStackOverrideAzureBinding$inboundSchema = z.object({
1016
+ resource: z
1017
+ .lazy(() => SyncReconcileResponsePreparedStackOverrideAzureResource$inboundSchema)
1018
+ .optional(),
1019
+ stack: z
1020
+ .lazy(() => SyncReconcileResponsePreparedStackOverrideAzureStack$inboundSchema)
1021
+ .optional(),
1022
+ });
1023
+ export function syncReconcileResponsePreparedStackOverrideAzureBindingFromJSON(jsonString) {
1024
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackOverrideAzureBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackOverrideAzureBinding' from JSON`);
1025
+ }
1026
+ /** @internal */
1027
+ export const SyncReconcileResponsePreparedStackOverrideAzureGrant$inboundSchema = z.object({
1028
+ actions: z.nullable(z.array(z.string())).optional(),
1029
+ dataActions: z.nullable(z.array(z.string())).optional(),
1030
+ permissions: z.nullable(z.array(z.string())).optional(),
1031
+ });
1032
+ export function syncReconcileResponsePreparedStackOverrideAzureGrantFromJSON(jsonString) {
1033
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackOverrideAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackOverrideAzureGrant' from JSON`);
1034
+ }
1035
+ /** @internal */
1036
+ export const SyncReconcileResponsePreparedStackOverrideAzure$inboundSchema = z.object({
1037
+ binding: z.lazy(() => SyncReconcileResponsePreparedStackOverrideAzureBinding$inboundSchema),
1038
+ grant: z.lazy(() => SyncReconcileResponsePreparedStackOverrideAzureGrant$inboundSchema),
1039
+ });
1040
+ export function syncReconcileResponsePreparedStackOverrideAzureFromJSON(jsonString) {
1041
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackOverrideAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackOverrideAzure' from JSON`);
1042
+ }
1043
+ /** @internal */
1044
+ export const SyncReconcileResponsePreparedStackOverrideConditionResource$inboundSchema = z.object({
1045
+ expression: z.string(),
1046
+ title: z.string(),
1047
+ });
1048
+ export function syncReconcileResponsePreparedStackOverrideConditionResourceFromJSON(jsonString) {
1049
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackOverrideConditionResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackOverrideConditionResource' from JSON`);
1050
+ }
1051
+ /** @internal */
1052
+ export const SyncReconcileResponsePreparedStackOverrideGcpResource$inboundSchema = z.object({
1053
+ condition: z.nullable(z.any()).optional(),
1054
+ scope: z.string(),
1055
+ });
1056
+ export function syncReconcileResponsePreparedStackOverrideGcpResourceFromJSON(jsonString) {
1057
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackOverrideGcpResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackOverrideGcpResource' from JSON`);
1058
+ }
1059
+ /** @internal */
1060
+ export const SyncReconcileResponsePreparedStackOverrideConditionStack$inboundSchema = z.object({
1061
+ expression: z.string(),
1062
+ title: z.string(),
1063
+ });
1064
+ export function syncReconcileResponsePreparedStackOverrideConditionStackFromJSON(jsonString) {
1065
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackOverrideConditionStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackOverrideConditionStack' from JSON`);
1066
+ }
1067
+ /** @internal */
1068
+ export const SyncReconcileResponsePreparedStackOverrideGcpStack$inboundSchema = z.object({
1069
+ condition: z.nullable(z.any()).optional(),
1070
+ scope: z.string(),
1071
+ });
1072
+ export function syncReconcileResponsePreparedStackOverrideGcpStackFromJSON(jsonString) {
1073
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackOverrideGcpStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackOverrideGcpStack' from JSON`);
1074
+ }
1075
+ /** @internal */
1076
+ export const SyncReconcileResponsePreparedStackOverrideGcpBinding$inboundSchema = z.object({
1077
+ resource: z
1078
+ .lazy(() => SyncReconcileResponsePreparedStackOverrideGcpResource$inboundSchema)
1079
+ .optional(),
1080
+ stack: z.lazy(() => SyncReconcileResponsePreparedStackOverrideGcpStack$inboundSchema).optional(),
1081
+ });
1082
+ export function syncReconcileResponsePreparedStackOverrideGcpBindingFromJSON(jsonString) {
1083
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackOverrideGcpBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackOverrideGcpBinding' from JSON`);
1084
+ }
1085
+ /** @internal */
1086
+ export const SyncReconcileResponsePreparedStackOverrideGcpGrant$inboundSchema = z.object({
1087
+ actions: z.nullable(z.array(z.string())).optional(),
1088
+ dataActions: z.nullable(z.array(z.string())).optional(),
1089
+ permissions: z.nullable(z.array(z.string())).optional(),
1090
+ });
1091
+ export function syncReconcileResponsePreparedStackOverrideGcpGrantFromJSON(jsonString) {
1092
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackOverrideGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackOverrideGcpGrant' from JSON`);
1093
+ }
1094
+ /** @internal */
1095
+ export const SyncReconcileResponsePreparedStackOverrideGcp$inboundSchema = z.object({
1096
+ binding: z.lazy(() => SyncReconcileResponsePreparedStackOverrideGcpBinding$inboundSchema),
1097
+ grant: z.lazy(() => SyncReconcileResponsePreparedStackOverrideGcpGrant$inboundSchema),
1098
+ });
1099
+ export function syncReconcileResponsePreparedStackOverrideGcpFromJSON(jsonString) {
1100
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackOverrideGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackOverrideGcp' from JSON`);
1101
+ }
1102
+ /** @internal */
1103
+ export const SyncReconcileResponsePreparedStackOverridePlatforms$inboundSchema = z.object({
1104
+ aws: z
1105
+ .nullable(z.array(z.lazy(() => SyncReconcileResponsePreparedStackOverrideAw$inboundSchema)))
1106
+ .optional(),
1107
+ azure: z
1108
+ .nullable(z.array(z.lazy(() => SyncReconcileResponsePreparedStackOverrideAzure$inboundSchema)))
1109
+ .optional(),
1110
+ gcp: z
1111
+ .nullable(z.array(z.lazy(() => SyncReconcileResponsePreparedStackOverrideGcp$inboundSchema)))
1112
+ .optional(),
1113
+ });
1114
+ export function syncReconcileResponsePreparedStackOverridePlatformsFromJSON(jsonString) {
1115
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackOverridePlatforms$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackOverridePlatforms' from JSON`);
1116
+ }
1117
+ /** @internal */
1118
+ export const SyncReconcileResponsePreparedStackOverride$inboundSchema = z.object({
1119
+ description: z.string(),
1120
+ id: z.string(),
1121
+ platforms: z.lazy(() => SyncReconcileResponsePreparedStackOverridePlatforms$inboundSchema),
1122
+ });
1123
+ export function syncReconcileResponsePreparedStackOverrideFromJSON(jsonString) {
1124
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackOverride$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackOverride' from JSON`);
1125
+ }
1126
+ /** @internal */
1127
+ export const SyncReconcileResponsePreparedStackOverrideUnion$inboundSchema = z.union([z.lazy(() => SyncReconcileResponsePreparedStackOverride$inboundSchema), z.string()]);
1128
+ export function syncReconcileResponsePreparedStackOverrideUnionFromJSON(jsonString) {
1129
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackOverrideUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackOverrideUnion' from JSON`);
1130
+ }
1131
+ /** @internal */
1132
+ export const SyncReconcileResponsePreparedStackManagement2$inboundSchema = z.object({
1133
+ override: z.record(z.string(), z.array(z.union([z.lazy(() => SyncReconcileResponsePreparedStackOverride$inboundSchema), z.string()]))),
1134
+ });
1135
+ export function syncReconcileResponsePreparedStackManagement2FromJSON(jsonString) {
1136
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackManagement2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackManagement2' from JSON`);
1137
+ }
1138
+ /** @internal */
1139
+ export const SyncReconcileResponsePreparedStackExtendAwResource$inboundSchema = z.object({
1140
+ condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
1141
+ resources: z.array(z.string()),
1142
+ });
1143
+ export function syncReconcileResponsePreparedStackExtendAwResourceFromJSON(jsonString) {
1144
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackExtendAwResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackExtendAwResource' from JSON`);
1145
+ }
1146
+ /** @internal */
1147
+ export const SyncReconcileResponsePreparedStackExtendAwStack$inboundSchema = z.object({
1148
+ condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
1149
+ resources: z.array(z.string()),
1150
+ });
1151
+ export function syncReconcileResponsePreparedStackExtendAwStackFromJSON(jsonString) {
1152
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackExtendAwStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackExtendAwStack' from JSON`);
1153
+ }
1154
+ /** @internal */
1155
+ export const SyncReconcileResponsePreparedStackExtendAwBinding$inboundSchema = z.object({
1156
+ resource: z
1157
+ .lazy(() => SyncReconcileResponsePreparedStackExtendAwResource$inboundSchema)
1158
+ .optional(),
1159
+ stack: z.lazy(() => SyncReconcileResponsePreparedStackExtendAwStack$inboundSchema).optional(),
1160
+ });
1161
+ export function syncReconcileResponsePreparedStackExtendAwBindingFromJSON(jsonString) {
1162
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackExtendAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackExtendAwBinding' from JSON`);
1163
+ }
1164
+ /** @internal */
1165
+ export const SyncReconcileResponsePreparedStackExtendAwGrant$inboundSchema = z.object({
1166
+ actions: z.nullable(z.array(z.string())).optional(),
1167
+ dataActions: z.nullable(z.array(z.string())).optional(),
1168
+ permissions: z.nullable(z.array(z.string())).optional(),
1169
+ });
1170
+ export function syncReconcileResponsePreparedStackExtendAwGrantFromJSON(jsonString) {
1171
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackExtendAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackExtendAwGrant' from JSON`);
1172
+ }
1173
+ /** @internal */
1174
+ export const SyncReconcileResponsePreparedStackExtendAw$inboundSchema = z.object({
1175
+ binding: z.lazy(() => SyncReconcileResponsePreparedStackExtendAwBinding$inboundSchema),
1176
+ grant: z.lazy(() => SyncReconcileResponsePreparedStackExtendAwGrant$inboundSchema),
1177
+ });
1178
+ export function syncReconcileResponsePreparedStackExtendAwFromJSON(jsonString) {
1179
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackExtendAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackExtendAw' from JSON`);
1180
+ }
1181
+ /** @internal */
1182
+ export const SyncReconcileResponsePreparedStackExtendAzureResource$inboundSchema = z.object({
1183
+ scope: z.string(),
1184
+ });
1185
+ export function syncReconcileResponsePreparedStackExtendAzureResourceFromJSON(jsonString) {
1186
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackExtendAzureResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackExtendAzureResource' from JSON`);
1187
+ }
1188
+ /** @internal */
1189
+ export const SyncReconcileResponsePreparedStackExtendAzureStack$inboundSchema = z.object({
1190
+ scope: z.string(),
1191
+ });
1192
+ export function syncReconcileResponsePreparedStackExtendAzureStackFromJSON(jsonString) {
1193
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackExtendAzureStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackExtendAzureStack' from JSON`);
1194
+ }
1195
+ /** @internal */
1196
+ export const SyncReconcileResponsePreparedStackExtendAzureBinding$inboundSchema = z.object({
1197
+ resource: z
1198
+ .lazy(() => SyncReconcileResponsePreparedStackExtendAzureResource$inboundSchema)
1199
+ .optional(),
1200
+ stack: z.lazy(() => SyncReconcileResponsePreparedStackExtendAzureStack$inboundSchema).optional(),
1201
+ });
1202
+ export function syncReconcileResponsePreparedStackExtendAzureBindingFromJSON(jsonString) {
1203
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackExtendAzureBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackExtendAzureBinding' from JSON`);
1204
+ }
1205
+ /** @internal */
1206
+ export const SyncReconcileResponsePreparedStackExtendAzureGrant$inboundSchema = z.object({
1207
+ actions: z.nullable(z.array(z.string())).optional(),
1208
+ dataActions: z.nullable(z.array(z.string())).optional(),
1209
+ permissions: z.nullable(z.array(z.string())).optional(),
1210
+ });
1211
+ export function syncReconcileResponsePreparedStackExtendAzureGrantFromJSON(jsonString) {
1212
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackExtendAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackExtendAzureGrant' from JSON`);
1213
+ }
1214
+ /** @internal */
1215
+ export const SyncReconcileResponsePreparedStackExtendAzure$inboundSchema = z.object({
1216
+ binding: z.lazy(() => SyncReconcileResponsePreparedStackExtendAzureBinding$inboundSchema),
1217
+ grant: z.lazy(() => SyncReconcileResponsePreparedStackExtendAzureGrant$inboundSchema),
1218
+ });
1219
+ export function syncReconcileResponsePreparedStackExtendAzureFromJSON(jsonString) {
1220
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackExtendAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackExtendAzure' from JSON`);
1221
+ }
1222
+ /** @internal */
1223
+ export const SyncReconcileResponsePreparedStackExtendConditionResource$inboundSchema = z.object({
1224
+ expression: z.string(),
1225
+ title: z.string(),
1226
+ });
1227
+ export function syncReconcileResponsePreparedStackExtendConditionResourceFromJSON(jsonString) {
1228
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackExtendConditionResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackExtendConditionResource' from JSON`);
1229
+ }
1230
+ /** @internal */
1231
+ export const SyncReconcileResponsePreparedStackExtendGcpResource$inboundSchema = z.object({
1232
+ condition: z.nullable(z.any()).optional(),
1233
+ scope: z.string(),
1234
+ });
1235
+ export function syncReconcileResponsePreparedStackExtendGcpResourceFromJSON(jsonString) {
1236
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackExtendGcpResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackExtendGcpResource' from JSON`);
1237
+ }
1238
+ /** @internal */
1239
+ export const SyncReconcileResponsePreparedStackExtendConditionStack$inboundSchema = z.object({
1240
+ expression: z.string(),
1241
+ title: z.string(),
1242
+ });
1243
+ export function syncReconcileResponsePreparedStackExtendConditionStackFromJSON(jsonString) {
1244
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackExtendConditionStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackExtendConditionStack' from JSON`);
1245
+ }
1246
+ /** @internal */
1247
+ export const SyncReconcileResponsePreparedStackExtendGcpStack$inboundSchema = z.object({
1248
+ condition: z.nullable(z.any()).optional(),
1249
+ scope: z.string(),
1250
+ });
1251
+ export function syncReconcileResponsePreparedStackExtendGcpStackFromJSON(jsonString) {
1252
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackExtendGcpStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackExtendGcpStack' from JSON`);
1253
+ }
1254
+ /** @internal */
1255
+ export const SyncReconcileResponsePreparedStackExtendGcpBinding$inboundSchema = z.object({
1256
+ resource: z
1257
+ .lazy(() => SyncReconcileResponsePreparedStackExtendGcpResource$inboundSchema)
1258
+ .optional(),
1259
+ stack: z.lazy(() => SyncReconcileResponsePreparedStackExtendGcpStack$inboundSchema).optional(),
1260
+ });
1261
+ export function syncReconcileResponsePreparedStackExtendGcpBindingFromJSON(jsonString) {
1262
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackExtendGcpBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackExtendGcpBinding' from JSON`);
1263
+ }
1264
+ /** @internal */
1265
+ export const SyncReconcileResponsePreparedStackExtendGcpGrant$inboundSchema = z.object({
1266
+ actions: z.nullable(z.array(z.string())).optional(),
1267
+ dataActions: z.nullable(z.array(z.string())).optional(),
1268
+ permissions: z.nullable(z.array(z.string())).optional(),
1269
+ });
1270
+ export function syncReconcileResponsePreparedStackExtendGcpGrantFromJSON(jsonString) {
1271
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackExtendGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackExtendGcpGrant' from JSON`);
1272
+ }
1273
+ /** @internal */
1274
+ export const SyncReconcileResponsePreparedStackExtendGcp$inboundSchema = z.object({
1275
+ binding: z.lazy(() => SyncReconcileResponsePreparedStackExtendGcpBinding$inboundSchema),
1276
+ grant: z.lazy(() => SyncReconcileResponsePreparedStackExtendGcpGrant$inboundSchema),
1277
+ });
1278
+ export function syncReconcileResponsePreparedStackExtendGcpFromJSON(jsonString) {
1279
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackExtendGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackExtendGcp' from JSON`);
1280
+ }
1281
+ /** @internal */
1282
+ export const SyncReconcileResponsePreparedStackExtendPlatforms$inboundSchema = z.object({
1283
+ aws: z
1284
+ .nullable(z.array(z.lazy(() => SyncReconcileResponsePreparedStackExtendAw$inboundSchema)))
1285
+ .optional(),
1286
+ azure: z
1287
+ .nullable(z.array(z.lazy(() => SyncReconcileResponsePreparedStackExtendAzure$inboundSchema)))
1288
+ .optional(),
1289
+ gcp: z
1290
+ .nullable(z.array(z.lazy(() => SyncReconcileResponsePreparedStackExtendGcp$inboundSchema)))
1291
+ .optional(),
1292
+ });
1293
+ export function syncReconcileResponsePreparedStackExtendPlatformsFromJSON(jsonString) {
1294
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackExtendPlatforms$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackExtendPlatforms' from JSON`);
1295
+ }
1296
+ /** @internal */
1297
+ export const SyncReconcileResponsePreparedStackExtend$inboundSchema = z.object({
1298
+ description: z.string(),
1299
+ id: z.string(),
1300
+ platforms: z.lazy(() => SyncReconcileResponsePreparedStackExtendPlatforms$inboundSchema),
1301
+ });
1302
+ export function syncReconcileResponsePreparedStackExtendFromJSON(jsonString) {
1303
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackExtend$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackExtend' from JSON`);
1304
+ }
1305
+ /** @internal */
1306
+ export const SyncReconcileResponsePreparedStackExtendUnion$inboundSchema = z.union([z.lazy(() => SyncReconcileResponsePreparedStackExtend$inboundSchema), z.string()]);
1307
+ export function syncReconcileResponsePreparedStackExtendUnionFromJSON(jsonString) {
1308
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackExtendUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackExtendUnion' from JSON`);
1309
+ }
1310
+ /** @internal */
1311
+ export const SyncReconcileResponsePreparedStackManagement1$inboundSchema = z.object({
1312
+ extend: z.record(z.string(), z.array(z.union([z.lazy(() => SyncReconcileResponsePreparedStackExtend$inboundSchema), z.string()]))),
1313
+ });
1314
+ export function syncReconcileResponsePreparedStackManagement1FromJSON(jsonString) {
1315
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackManagement1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackManagement1' from JSON`);
1316
+ }
1317
+ /** @internal */
1318
+ export const SyncReconcileResponsePreparedStackManagementUnion$inboundSchema = z.union([
1319
+ z.lazy(() => SyncReconcileResponsePreparedStackManagement1$inboundSchema),
1320
+ z.lazy(() => SyncReconcileResponsePreparedStackManagement2$inboundSchema),
1321
+ SyncReconcileResponsePreparedStackManagementEnum$inboundSchema,
1322
+ ]);
1323
+ export function syncReconcileResponsePreparedStackManagementUnionFromJSON(jsonString) {
1324
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackManagementUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackManagementUnion' from JSON`);
1325
+ }
1326
+ /** @internal */
1327
+ export const SyncReconcileResponsePreparedStackProfileAwResource$inboundSchema = z.object({
1328
+ condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
1329
+ resources: z.array(z.string()),
1330
+ });
1331
+ export function syncReconcileResponsePreparedStackProfileAwResourceFromJSON(jsonString) {
1332
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackProfileAwResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackProfileAwResource' from JSON`);
1333
+ }
1334
+ /** @internal */
1335
+ export const SyncReconcileResponsePreparedStackProfileAwStack$inboundSchema = z.object({
1336
+ condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
1337
+ resources: z.array(z.string()),
1338
+ });
1339
+ export function syncReconcileResponsePreparedStackProfileAwStackFromJSON(jsonString) {
1340
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackProfileAwStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackProfileAwStack' from JSON`);
1341
+ }
1342
+ /** @internal */
1343
+ export const SyncReconcileResponsePreparedStackProfileAwBinding$inboundSchema = z.object({
1344
+ resource: z
1345
+ .lazy(() => SyncReconcileResponsePreparedStackProfileAwResource$inboundSchema)
1346
+ .optional(),
1347
+ stack: z.lazy(() => SyncReconcileResponsePreparedStackProfileAwStack$inboundSchema).optional(),
1348
+ });
1349
+ export function syncReconcileResponsePreparedStackProfileAwBindingFromJSON(jsonString) {
1350
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackProfileAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackProfileAwBinding' from JSON`);
1351
+ }
1352
+ /** @internal */
1353
+ export const SyncReconcileResponsePreparedStackProfileAwGrant$inboundSchema = z.object({
1354
+ actions: z.nullable(z.array(z.string())).optional(),
1355
+ dataActions: z.nullable(z.array(z.string())).optional(),
1356
+ permissions: z.nullable(z.array(z.string())).optional(),
1357
+ });
1358
+ export function syncReconcileResponsePreparedStackProfileAwGrantFromJSON(jsonString) {
1359
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackProfileAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackProfileAwGrant' from JSON`);
1360
+ }
1361
+ /** @internal */
1362
+ export const SyncReconcileResponsePreparedStackProfileAw$inboundSchema = z.object({
1363
+ binding: z.lazy(() => SyncReconcileResponsePreparedStackProfileAwBinding$inboundSchema),
1364
+ grant: z.lazy(() => SyncReconcileResponsePreparedStackProfileAwGrant$inboundSchema),
1365
+ });
1366
+ export function syncReconcileResponsePreparedStackProfileAwFromJSON(jsonString) {
1367
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackProfileAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackProfileAw' from JSON`);
1368
+ }
1369
+ /** @internal */
1370
+ export const SyncReconcileResponsePreparedStackProfileAzureResource$inboundSchema = z.object({
1371
+ scope: z.string(),
1372
+ });
1373
+ export function syncReconcileResponsePreparedStackProfileAzureResourceFromJSON(jsonString) {
1374
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackProfileAzureResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackProfileAzureResource' from JSON`);
1375
+ }
1376
+ /** @internal */
1377
+ export const SyncReconcileResponsePreparedStackProfileAzureStack$inboundSchema = z.object({
1378
+ scope: z.string(),
1379
+ });
1380
+ export function syncReconcileResponsePreparedStackProfileAzureStackFromJSON(jsonString) {
1381
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackProfileAzureStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackProfileAzureStack' from JSON`);
1382
+ }
1383
+ /** @internal */
1384
+ export const SyncReconcileResponsePreparedStackProfileAzureBinding$inboundSchema = z.object({
1385
+ resource: z
1386
+ .lazy(() => SyncReconcileResponsePreparedStackProfileAzureResource$inboundSchema)
1387
+ .optional(),
1388
+ stack: z.lazy(() => SyncReconcileResponsePreparedStackProfileAzureStack$inboundSchema).optional(),
1389
+ });
1390
+ export function syncReconcileResponsePreparedStackProfileAzureBindingFromJSON(jsonString) {
1391
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackProfileAzureBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackProfileAzureBinding' from JSON`);
1392
+ }
1393
+ /** @internal */
1394
+ export const SyncReconcileResponsePreparedStackProfileAzureGrant$inboundSchema = z.object({
1395
+ actions: z.nullable(z.array(z.string())).optional(),
1396
+ dataActions: z.nullable(z.array(z.string())).optional(),
1397
+ permissions: z.nullable(z.array(z.string())).optional(),
1398
+ });
1399
+ export function syncReconcileResponsePreparedStackProfileAzureGrantFromJSON(jsonString) {
1400
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackProfileAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackProfileAzureGrant' from JSON`);
1401
+ }
1402
+ /** @internal */
1403
+ export const SyncReconcileResponsePreparedStackProfileAzure$inboundSchema = z.object({
1404
+ binding: z.lazy(() => SyncReconcileResponsePreparedStackProfileAzureBinding$inboundSchema),
1405
+ grant: z.lazy(() => SyncReconcileResponsePreparedStackProfileAzureGrant$inboundSchema),
1406
+ });
1407
+ export function syncReconcileResponsePreparedStackProfileAzureFromJSON(jsonString) {
1408
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackProfileAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackProfileAzure' from JSON`);
1409
+ }
1410
+ /** @internal */
1411
+ export const SyncReconcileResponsePreparedStackProfileConditionResource$inboundSchema = z.object({
1412
+ expression: z.string(),
1413
+ title: z.string(),
1414
+ });
1415
+ export function syncReconcileResponsePreparedStackProfileConditionResourceFromJSON(jsonString) {
1416
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackProfileConditionResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackProfileConditionResource' from JSON`);
1417
+ }
1418
+ /** @internal */
1419
+ export const SyncReconcileResponsePreparedStackProfileGcpResource$inboundSchema = z.object({
1420
+ condition: z.nullable(z.any()).optional(),
1421
+ scope: z.string(),
1422
+ });
1423
+ export function syncReconcileResponsePreparedStackProfileGcpResourceFromJSON(jsonString) {
1424
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackProfileGcpResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackProfileGcpResource' from JSON`);
1425
+ }
1426
+ /** @internal */
1427
+ export const SyncReconcileResponsePreparedStackProfileConditionStack$inboundSchema = z.object({
1428
+ expression: z.string(),
1429
+ title: z.string(),
1430
+ });
1431
+ export function syncReconcileResponsePreparedStackProfileConditionStackFromJSON(jsonString) {
1432
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackProfileConditionStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackProfileConditionStack' from JSON`);
1433
+ }
1434
+ /** @internal */
1435
+ export const SyncReconcileResponsePreparedStackProfileGcpStack$inboundSchema = z.object({
1436
+ condition: z.nullable(z.any()).optional(),
1437
+ scope: z.string(),
1438
+ });
1439
+ export function syncReconcileResponsePreparedStackProfileGcpStackFromJSON(jsonString) {
1440
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackProfileGcpStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackProfileGcpStack' from JSON`);
1441
+ }
1442
+ /** @internal */
1443
+ export const SyncReconcileResponsePreparedStackProfileGcpBinding$inboundSchema = z.object({
1444
+ resource: z
1445
+ .lazy(() => SyncReconcileResponsePreparedStackProfileGcpResource$inboundSchema)
1446
+ .optional(),
1447
+ stack: z.lazy(() => SyncReconcileResponsePreparedStackProfileGcpStack$inboundSchema).optional(),
1448
+ });
1449
+ export function syncReconcileResponsePreparedStackProfileGcpBindingFromJSON(jsonString) {
1450
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackProfileGcpBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackProfileGcpBinding' from JSON`);
1451
+ }
1452
+ /** @internal */
1453
+ export const SyncReconcileResponsePreparedStackProfileGcpGrant$inboundSchema = z.object({
1454
+ actions: z.nullable(z.array(z.string())).optional(),
1455
+ dataActions: z.nullable(z.array(z.string())).optional(),
1456
+ permissions: z.nullable(z.array(z.string())).optional(),
1457
+ });
1458
+ export function syncReconcileResponsePreparedStackProfileGcpGrantFromJSON(jsonString) {
1459
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackProfileGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackProfileGcpGrant' from JSON`);
1460
+ }
1461
+ /** @internal */
1462
+ export const SyncReconcileResponsePreparedStackProfileGcp$inboundSchema = z.object({
1463
+ binding: z.lazy(() => SyncReconcileResponsePreparedStackProfileGcpBinding$inboundSchema),
1464
+ grant: z.lazy(() => SyncReconcileResponsePreparedStackProfileGcpGrant$inboundSchema),
1465
+ });
1466
+ export function syncReconcileResponsePreparedStackProfileGcpFromJSON(jsonString) {
1467
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackProfileGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackProfileGcp' from JSON`);
1468
+ }
1469
+ /** @internal */
1470
+ export const SyncReconcileResponsePreparedStackProfilePlatforms$inboundSchema = z.object({
1471
+ aws: z
1472
+ .nullable(z.array(z.lazy(() => SyncReconcileResponsePreparedStackProfileAw$inboundSchema)))
1473
+ .optional(),
1474
+ azure: z
1475
+ .nullable(z.array(z.lazy(() => SyncReconcileResponsePreparedStackProfileAzure$inboundSchema)))
1476
+ .optional(),
1477
+ gcp: z
1478
+ .nullable(z.array(z.lazy(() => SyncReconcileResponsePreparedStackProfileGcp$inboundSchema)))
1479
+ .optional(),
1480
+ });
1481
+ export function syncReconcileResponsePreparedStackProfilePlatformsFromJSON(jsonString) {
1482
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackProfilePlatforms$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackProfilePlatforms' from JSON`);
1483
+ }
1484
+ /** @internal */
1485
+ export const SyncReconcileResponsePreparedStackProfile$inboundSchema = z.object({
1486
+ description: z.string(),
1487
+ id: z.string(),
1488
+ platforms: z.lazy(() => SyncReconcileResponsePreparedStackProfilePlatforms$inboundSchema),
1489
+ });
1490
+ export function syncReconcileResponsePreparedStackProfileFromJSON(jsonString) {
1491
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackProfile$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackProfile' from JSON`);
1492
+ }
1493
+ /** @internal */
1494
+ export const SyncReconcileResponsePreparedStackProfileUnion$inboundSchema = z.union([z.lazy(() => SyncReconcileResponsePreparedStackProfile$inboundSchema), z.string()]);
1495
+ export function syncReconcileResponsePreparedStackProfileUnionFromJSON(jsonString) {
1496
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackProfileUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackProfileUnion' from JSON`);
1497
+ }
1498
+ /** @internal */
1499
+ export const SyncReconcileResponsePreparedStackPermissions$inboundSchema = z.object({
1500
+ management: z
1501
+ .union([
1502
+ z.lazy(() => SyncReconcileResponsePreparedStackManagement1$inboundSchema),
1503
+ z.lazy(() => SyncReconcileResponsePreparedStackManagement2$inboundSchema),
1504
+ SyncReconcileResponsePreparedStackManagementEnum$inboundSchema,
1505
+ ])
1506
+ .optional(),
1507
+ profiles: z.record(z.string(), z.record(z.string(), z.array(z.union([
1508
+ z.lazy(() => SyncReconcileResponsePreparedStackProfile$inboundSchema),
1509
+ z.string(),
1510
+ ])))),
1511
+ });
1512
+ export function syncReconcileResponsePreparedStackPermissionsFromJSON(jsonString) {
1513
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackPermissions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackPermissions' from JSON`);
1514
+ }
1515
+ /** @internal */
1516
+ export const SyncReconcileResponsePreparedStackConfig$inboundSchema = collectExtraKeys$(z
1517
+ .object({
1518
+ id: z.string(),
1519
+ type: z.string(),
1520
+ })
1521
+ .catchall(z.any()), "additionalProperties", true);
1522
+ export function syncReconcileResponsePreparedStackConfigFromJSON(jsonString) {
1523
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackConfig$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackConfig' from JSON`);
1524
+ }
1525
+ /** @internal */
1526
+ export const SyncReconcileResponsePreparedStackDependency$inboundSchema = z.object({
1527
+ id: z.string(),
1528
+ type: z.string(),
1529
+ });
1530
+ export function syncReconcileResponsePreparedStackDependencyFromJSON(jsonString) {
1531
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackDependency$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackDependency' from JSON`);
1532
+ }
1533
+ /** @internal */
1534
+ export const SyncReconcileResponsePreparedStackLifecycle$inboundSchema = z.enum(SyncReconcileResponsePreparedStackLifecycle);
1535
+ /** @internal */
1536
+ export const SyncReconcileResponsePreparedStackResources$inboundSchema = z.object({
1537
+ config: z.lazy(() => SyncReconcileResponsePreparedStackConfig$inboundSchema),
1538
+ dependencies: z.array(z.lazy(() => SyncReconcileResponsePreparedStackDependency$inboundSchema)),
1539
+ lifecycle: SyncReconcileResponsePreparedStackLifecycle$inboundSchema,
1540
+ remoteAccess: z.boolean().optional(),
1541
+ });
1542
+ export function syncReconcileResponsePreparedStackResourcesFromJSON(jsonString) {
1543
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStackResources$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStackResources' from JSON`);
1544
+ }
1545
+ /** @internal */
1546
+ export const SyncReconcileResponsePreparedStack$inboundSchema = z.object({
1547
+ id: z.string(),
1548
+ permissions: z.lazy(() => SyncReconcileResponsePreparedStackPermissions$inboundSchema).optional(),
1549
+ resources: z.record(z.string(), z.lazy(() => SyncReconcileResponsePreparedStackResources$inboundSchema)),
1550
+ });
1551
+ export function syncReconcileResponsePreparedStackFromJSON(jsonString) {
1552
+ return safeParse(jsonString, x => SyncReconcileResponsePreparedStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreparedStack' from JSON`);
1553
+ }
1554
+ /** @internal */
1555
+ export const SyncReconcileResponseRuntimeMetadata$inboundSchema = z.object({
1556
+ lastSyncedEnvVarsHash: z.nullable(z.string()).optional(),
1557
+ preparedStack: z.nullable(z.any()).optional(),
1558
+ });
1559
+ export function syncReconcileResponseRuntimeMetadataFromJSON(jsonString) {
1560
+ return safeParse(jsonString, x => SyncReconcileResponseRuntimeMetadata$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseRuntimeMetadata' from JSON`);
1561
+ }
1562
+ /** @internal */
1563
+ export const SyncReconcileResponseStackStatePlatform$inboundSchema = z.enum(SyncReconcileResponseStackStatePlatform);
1564
+ /** @internal */
1565
+ export const SyncReconcileResponseStackStateConfig$inboundSchema = collectExtraKeys$(z
1566
+ .object({
1567
+ id: z.string(),
1568
+ type: z.string(),
1569
+ })
1570
+ .catchall(z.any()), "additionalProperties", true);
1571
+ export function syncReconcileResponseStackStateConfigFromJSON(jsonString) {
1572
+ return safeParse(jsonString, x => SyncReconcileResponseStackStateConfig$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseStackStateConfig' from JSON`);
1573
+ }
1574
+ /** @internal */
1575
+ export const SyncReconcileResponseStackStateDependency$inboundSchema = z.object({
1576
+ id: z.string(),
1577
+ type: z.string(),
1578
+ });
1579
+ export function syncReconcileResponseStackStateDependencyFromJSON(jsonString) {
1580
+ return safeParse(jsonString, x => SyncReconcileResponseStackStateDependency$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseStackStateDependency' from JSON`);
1581
+ }
1582
+ /** @internal */
1583
+ export const SyncReconcileResponseError$inboundSchema = z.object({
1584
+ code: z.string(),
1585
+ context: z.nullable(z.any()).optional(),
1586
+ httpStatusCode: z.nullable(z.int()).optional(),
1587
+ internal: z.boolean(),
1588
+ message: z.string(),
1589
+ retryable: z.boolean().default(false),
1590
+ source: z.nullable(z.any()).optional(),
1591
+ });
1592
+ export function syncReconcileResponseErrorFromJSON(jsonString) {
1593
+ return safeParse(jsonString, x => SyncReconcileResponseError$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseError' from JSON`);
1594
+ }
1595
+ /** @internal */
1596
+ export const SyncReconcileResponseStackStateLifecycle$inboundSchema = z.enum(SyncReconcileResponseStackStateLifecycle);
1597
+ /** @internal */
1598
+ export const SyncReconcileResponseOutputs$inboundSchema = collectExtraKeys$(z
1599
+ .object({
1600
+ type: z.string(),
1601
+ })
1602
+ .catchall(z.any()), "additionalProperties", true);
1603
+ export function syncReconcileResponseOutputsFromJSON(jsonString) {
1604
+ return safeParse(jsonString, x => SyncReconcileResponseOutputs$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseOutputs' from JSON`);
1605
+ }
1606
+ /** @internal */
1607
+ export const SyncReconcileResponsePreviousConfig$inboundSchema = collectExtraKeys$(z
1608
+ .object({
1609
+ id: z.string(),
1610
+ type: z.string(),
1611
+ })
1612
+ .catchall(z.any()), "additionalProperties", true);
1613
+ export function syncReconcileResponsePreviousConfigFromJSON(jsonString) {
1614
+ return safeParse(jsonString, x => SyncReconcileResponsePreviousConfig$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePreviousConfig' from JSON`);
1615
+ }
1616
+ /** @internal */
1617
+ export const SyncReconcileResponseStackStateStatus$inboundSchema = z.enum(SyncReconcileResponseStackStateStatus);
1618
+ /** @internal */
1619
+ export const SyncReconcileResponseStackStateResources$inboundSchema = z
1620
+ .object({
1621
+ _internal: z.nullable(z.any()).optional(),
1622
+ config: z.lazy(() => SyncReconcileResponseStackStateConfig$inboundSchema),
1623
+ dependencies: z
1624
+ .array(z.lazy(() => SyncReconcileResponseStackStateDependency$inboundSchema))
1625
+ .optional(),
1626
+ error: z.nullable(z.any()).optional(),
1627
+ isExternallyProvisioned: z.boolean().optional(),
1628
+ lastFailedState: z.nullable(z.any()).optional(),
1629
+ lifecycle: z.nullable(z.any()).optional(),
1630
+ outputs: z.nullable(z.any()).optional(),
1631
+ previousConfig: z.nullable(z.any()).optional(),
1632
+ remoteBindingParams: z.nullable(z.any()).optional(),
1633
+ retryAttempt: z.int().optional(),
1634
+ status: SyncReconcileResponseStackStateStatus$inboundSchema,
1635
+ type: z.string(),
1636
+ })
1637
+ .transform(v => {
1638
+ return remap$(v, {
1639
+ _internal: "internal",
1640
+ });
1641
+ });
1642
+ export function syncReconcileResponseStackStateResourcesFromJSON(jsonString) {
1643
+ return safeParse(jsonString, x => SyncReconcileResponseStackStateResources$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseStackStateResources' from JSON`);
1644
+ }
1645
+ /** @internal */
1646
+ export const SyncReconcileResponseStackState$inboundSchema = z.object({
1647
+ platform: SyncReconcileResponseStackStatePlatform$inboundSchema,
1648
+ resourcePrefix: z.string(),
1649
+ resources: z.record(z.string(), z.lazy(() => SyncReconcileResponseStackStateResources$inboundSchema)),
1650
+ });
1651
+ export function syncReconcileResponseStackStateFromJSON(jsonString) {
1652
+ return safeParse(jsonString, x => SyncReconcileResponseStackState$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseStackState' from JSON`);
1653
+ }
1654
+ /** @internal */
1655
+ export const SyncReconcileResponseStatus$inboundSchema = z.enum(SyncReconcileResponseStatus);
1656
+ /** @internal */
1657
+ export const SyncReconcileResponseTargetReleaseManagementEnum$inboundSchema = z.enum(SyncReconcileResponseTargetReleaseManagementEnum);
1658
+ /** @internal */
1659
+ export const SyncReconcileResponseTargetReleaseOverrideAwResource$inboundSchema = z.object({
1660
+ condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
1661
+ resources: z.array(z.string()),
1662
+ });
1663
+ export function syncReconcileResponseTargetReleaseOverrideAwResourceFromJSON(jsonString) {
1664
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseOverrideAwResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseOverrideAwResource' from JSON`);
1665
+ }
1666
+ /** @internal */
1667
+ export const SyncReconcileResponseTargetReleaseOverrideAwStack$inboundSchema = z.object({
1668
+ condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
1669
+ resources: z.array(z.string()),
1670
+ });
1671
+ export function syncReconcileResponseTargetReleaseOverrideAwStackFromJSON(jsonString) {
1672
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseOverrideAwStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseOverrideAwStack' from JSON`);
1673
+ }
1674
+ /** @internal */
1675
+ export const SyncReconcileResponseTargetReleaseOverrideAwBinding$inboundSchema = z.object({
1676
+ resource: z
1677
+ .lazy(() => SyncReconcileResponseTargetReleaseOverrideAwResource$inboundSchema)
1678
+ .optional(),
1679
+ stack: z.lazy(() => SyncReconcileResponseTargetReleaseOverrideAwStack$inboundSchema).optional(),
1680
+ });
1681
+ export function syncReconcileResponseTargetReleaseOverrideAwBindingFromJSON(jsonString) {
1682
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseOverrideAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseOverrideAwBinding' from JSON`);
1683
+ }
1684
+ /** @internal */
1685
+ export const SyncReconcileResponseTargetReleaseOverrideAwGrant$inboundSchema = z.object({
1686
+ actions: z.nullable(z.array(z.string())).optional(),
1687
+ dataActions: z.nullable(z.array(z.string())).optional(),
1688
+ permissions: z.nullable(z.array(z.string())).optional(),
1689
+ });
1690
+ export function syncReconcileResponseTargetReleaseOverrideAwGrantFromJSON(jsonString) {
1691
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseOverrideAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseOverrideAwGrant' from JSON`);
1692
+ }
1693
+ /** @internal */
1694
+ export const SyncReconcileResponseTargetReleaseOverrideAw$inboundSchema = z.object({
1695
+ binding: z.lazy(() => SyncReconcileResponseTargetReleaseOverrideAwBinding$inboundSchema),
1696
+ grant: z.lazy(() => SyncReconcileResponseTargetReleaseOverrideAwGrant$inboundSchema),
1697
+ });
1698
+ export function syncReconcileResponseTargetReleaseOverrideAwFromJSON(jsonString) {
1699
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseOverrideAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseOverrideAw' from JSON`);
1700
+ }
1701
+ /** @internal */
1702
+ export const SyncReconcileResponseTargetReleaseOverrideAzureResource$inboundSchema = z.object({
1703
+ scope: z.string(),
1704
+ });
1705
+ export function syncReconcileResponseTargetReleaseOverrideAzureResourceFromJSON(jsonString) {
1706
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseOverrideAzureResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseOverrideAzureResource' from JSON`);
1707
+ }
1708
+ /** @internal */
1709
+ export const SyncReconcileResponseTargetReleaseOverrideAzureStack$inboundSchema = z.object({
1710
+ scope: z.string(),
1711
+ });
1712
+ export function syncReconcileResponseTargetReleaseOverrideAzureStackFromJSON(jsonString) {
1713
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseOverrideAzureStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseOverrideAzureStack' from JSON`);
1714
+ }
1715
+ /** @internal */
1716
+ export const SyncReconcileResponseTargetReleaseOverrideAzureBinding$inboundSchema = z.object({
1717
+ resource: z
1718
+ .lazy(() => SyncReconcileResponseTargetReleaseOverrideAzureResource$inboundSchema)
1719
+ .optional(),
1720
+ stack: z
1721
+ .lazy(() => SyncReconcileResponseTargetReleaseOverrideAzureStack$inboundSchema)
1722
+ .optional(),
1723
+ });
1724
+ export function syncReconcileResponseTargetReleaseOverrideAzureBindingFromJSON(jsonString) {
1725
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseOverrideAzureBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseOverrideAzureBinding' from JSON`);
1726
+ }
1727
+ /** @internal */
1728
+ export const SyncReconcileResponseTargetReleaseOverrideAzureGrant$inboundSchema = z.object({
1729
+ actions: z.nullable(z.array(z.string())).optional(),
1730
+ dataActions: z.nullable(z.array(z.string())).optional(),
1731
+ permissions: z.nullable(z.array(z.string())).optional(),
1732
+ });
1733
+ export function syncReconcileResponseTargetReleaseOverrideAzureGrantFromJSON(jsonString) {
1734
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseOverrideAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseOverrideAzureGrant' from JSON`);
1735
+ }
1736
+ /** @internal */
1737
+ export const SyncReconcileResponseTargetReleaseOverrideAzure$inboundSchema = z.object({
1738
+ binding: z.lazy(() => SyncReconcileResponseTargetReleaseOverrideAzureBinding$inboundSchema),
1739
+ grant: z.lazy(() => SyncReconcileResponseTargetReleaseOverrideAzureGrant$inboundSchema),
1740
+ });
1741
+ export function syncReconcileResponseTargetReleaseOverrideAzureFromJSON(jsonString) {
1742
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseOverrideAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseOverrideAzure' from JSON`);
1743
+ }
1744
+ /** @internal */
1745
+ export const SyncReconcileResponseTargetReleaseOverrideConditionResource$inboundSchema = z.object({
1746
+ expression: z.string(),
1747
+ title: z.string(),
1748
+ });
1749
+ export function syncReconcileResponseTargetReleaseOverrideConditionResourceFromJSON(jsonString) {
1750
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseOverrideConditionResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseOverrideConditionResource' from JSON`);
1751
+ }
1752
+ /** @internal */
1753
+ export const SyncReconcileResponseTargetReleaseOverrideGcpResource$inboundSchema = z.object({
1754
+ condition: z.nullable(z.any()).optional(),
1755
+ scope: z.string(),
1756
+ });
1757
+ export function syncReconcileResponseTargetReleaseOverrideGcpResourceFromJSON(jsonString) {
1758
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseOverrideGcpResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseOverrideGcpResource' from JSON`);
1759
+ }
1760
+ /** @internal */
1761
+ export const SyncReconcileResponseTargetReleaseOverrideCondition$inboundSchema = z.object({
1762
+ expression: z.string(),
1763
+ title: z.string(),
1764
+ });
1765
+ export function syncReconcileResponseTargetReleaseOverrideConditionFromJSON(jsonString) {
1766
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseOverrideCondition$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseOverrideCondition' from JSON`);
1767
+ }
1768
+ /** @internal */
1769
+ export const SyncReconcileResponseTargetReleaseOverrideGcpStack$inboundSchema = z.object({
1770
+ condition: z.nullable(z.any()).optional(),
1771
+ scope: z.string(),
1772
+ });
1773
+ export function syncReconcileResponseTargetReleaseOverrideGcpStackFromJSON(jsonString) {
1774
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseOverrideGcpStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseOverrideGcpStack' from JSON`);
1775
+ }
1776
+ /** @internal */
1777
+ export const SyncReconcileResponseTargetReleaseOverrideGcpBinding$inboundSchema = z.object({
1778
+ resource: z
1779
+ .lazy(() => SyncReconcileResponseTargetReleaseOverrideGcpResource$inboundSchema)
1780
+ .optional(),
1781
+ stack: z.lazy(() => SyncReconcileResponseTargetReleaseOverrideGcpStack$inboundSchema).optional(),
1782
+ });
1783
+ export function syncReconcileResponseTargetReleaseOverrideGcpBindingFromJSON(jsonString) {
1784
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseOverrideGcpBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseOverrideGcpBinding' from JSON`);
1785
+ }
1786
+ /** @internal */
1787
+ export const SyncReconcileResponseTargetReleaseOverrideGcpGrant$inboundSchema = z.object({
1788
+ actions: z.nullable(z.array(z.string())).optional(),
1789
+ dataActions: z.nullable(z.array(z.string())).optional(),
1790
+ permissions: z.nullable(z.array(z.string())).optional(),
1791
+ });
1792
+ export function syncReconcileResponseTargetReleaseOverrideGcpGrantFromJSON(jsonString) {
1793
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseOverrideGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseOverrideGcpGrant' from JSON`);
1794
+ }
1795
+ /** @internal */
1796
+ export const SyncReconcileResponseTargetReleaseOverrideGcp$inboundSchema = z.object({
1797
+ binding: z.lazy(() => SyncReconcileResponseTargetReleaseOverrideGcpBinding$inboundSchema),
1798
+ grant: z.lazy(() => SyncReconcileResponseTargetReleaseOverrideGcpGrant$inboundSchema),
1799
+ });
1800
+ export function syncReconcileResponseTargetReleaseOverrideGcpFromJSON(jsonString) {
1801
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseOverrideGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseOverrideGcp' from JSON`);
1802
+ }
1803
+ /** @internal */
1804
+ export const SyncReconcileResponseTargetReleaseOverridePlatforms$inboundSchema = z.object({
1805
+ aws: z
1806
+ .nullable(z.array(z.lazy(() => SyncReconcileResponseTargetReleaseOverrideAw$inboundSchema)))
1807
+ .optional(),
1808
+ azure: z
1809
+ .nullable(z.array(z.lazy(() => SyncReconcileResponseTargetReleaseOverrideAzure$inboundSchema)))
1810
+ .optional(),
1811
+ gcp: z
1812
+ .nullable(z.array(z.lazy(() => SyncReconcileResponseTargetReleaseOverrideGcp$inboundSchema)))
1813
+ .optional(),
1814
+ });
1815
+ export function syncReconcileResponseTargetReleaseOverridePlatformsFromJSON(jsonString) {
1816
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseOverridePlatforms$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseOverridePlatforms' from JSON`);
1817
+ }
1818
+ /** @internal */
1819
+ export const SyncReconcileResponseTargetReleaseOverride$inboundSchema = z.object({
1820
+ description: z.string(),
1821
+ id: z.string(),
1822
+ platforms: z.lazy(() => SyncReconcileResponseTargetReleaseOverridePlatforms$inboundSchema),
1823
+ });
1824
+ export function syncReconcileResponseTargetReleaseOverrideFromJSON(jsonString) {
1825
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseOverride$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseOverride' from JSON`);
1826
+ }
1827
+ /** @internal */
1828
+ export const SyncReconcileResponseTargetReleaseOverrideUnion$inboundSchema = z.union([z.lazy(() => SyncReconcileResponseTargetReleaseOverride$inboundSchema), z.string()]);
1829
+ export function syncReconcileResponseTargetReleaseOverrideUnionFromJSON(jsonString) {
1830
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseOverrideUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseOverrideUnion' from JSON`);
1831
+ }
1832
+ /** @internal */
1833
+ export const SyncReconcileResponseTargetReleaseManagement2$inboundSchema = z.object({
1834
+ override: z.record(z.string(), z.array(z.union([z.lazy(() => SyncReconcileResponseTargetReleaseOverride$inboundSchema), z.string()]))),
1835
+ });
1836
+ export function syncReconcileResponseTargetReleaseManagement2FromJSON(jsonString) {
1837
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseManagement2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseManagement2' from JSON`);
1838
+ }
1839
+ /** @internal */
1840
+ export const SyncReconcileResponseTargetReleaseExtendAwResource$inboundSchema = z.object({
1841
+ condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
1842
+ resources: z.array(z.string()),
1843
+ });
1844
+ export function syncReconcileResponseTargetReleaseExtendAwResourceFromJSON(jsonString) {
1845
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseExtendAwResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseExtendAwResource' from JSON`);
1846
+ }
1847
+ /** @internal */
1848
+ export const SyncReconcileResponseTargetReleaseExtendAwStack$inboundSchema = z.object({
1849
+ condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
1850
+ resources: z.array(z.string()),
1851
+ });
1852
+ export function syncReconcileResponseTargetReleaseExtendAwStackFromJSON(jsonString) {
1853
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseExtendAwStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseExtendAwStack' from JSON`);
1854
+ }
1855
+ /** @internal */
1856
+ export const SyncReconcileResponseTargetReleaseExtendAwBinding$inboundSchema = z.object({
1857
+ resource: z
1858
+ .lazy(() => SyncReconcileResponseTargetReleaseExtendAwResource$inboundSchema)
1859
+ .optional(),
1860
+ stack: z.lazy(() => SyncReconcileResponseTargetReleaseExtendAwStack$inboundSchema).optional(),
1861
+ });
1862
+ export function syncReconcileResponseTargetReleaseExtendAwBindingFromJSON(jsonString) {
1863
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseExtendAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseExtendAwBinding' from JSON`);
1864
+ }
1865
+ /** @internal */
1866
+ export const SyncReconcileResponseTargetReleaseExtendAwGrant$inboundSchema = z.object({
1867
+ actions: z.nullable(z.array(z.string())).optional(),
1868
+ dataActions: z.nullable(z.array(z.string())).optional(),
1869
+ permissions: z.nullable(z.array(z.string())).optional(),
1870
+ });
1871
+ export function syncReconcileResponseTargetReleaseExtendAwGrantFromJSON(jsonString) {
1872
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseExtendAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseExtendAwGrant' from JSON`);
1873
+ }
1874
+ /** @internal */
1875
+ export const SyncReconcileResponseTargetReleaseExtendAw$inboundSchema = z.object({
1876
+ binding: z.lazy(() => SyncReconcileResponseTargetReleaseExtendAwBinding$inboundSchema),
1877
+ grant: z.lazy(() => SyncReconcileResponseTargetReleaseExtendAwGrant$inboundSchema),
1878
+ });
1879
+ export function syncReconcileResponseTargetReleaseExtendAwFromJSON(jsonString) {
1880
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseExtendAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseExtendAw' from JSON`);
1881
+ }
1882
+ /** @internal */
1883
+ export const SyncReconcileResponseTargetReleaseExtendAzureResource$inboundSchema = z.object({
1884
+ scope: z.string(),
1885
+ });
1886
+ export function syncReconcileResponseTargetReleaseExtendAzureResourceFromJSON(jsonString) {
1887
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseExtendAzureResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseExtendAzureResource' from JSON`);
1888
+ }
1889
+ /** @internal */
1890
+ export const SyncReconcileResponseTargetReleaseExtendAzureStack$inboundSchema = z.object({
1891
+ scope: z.string(),
1892
+ });
1893
+ export function syncReconcileResponseTargetReleaseExtendAzureStackFromJSON(jsonString) {
1894
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseExtendAzureStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseExtendAzureStack' from JSON`);
1895
+ }
1896
+ /** @internal */
1897
+ export const SyncReconcileResponseTargetReleaseExtendAzureBinding$inboundSchema = z.object({
1898
+ resource: z
1899
+ .lazy(() => SyncReconcileResponseTargetReleaseExtendAzureResource$inboundSchema)
1900
+ .optional(),
1901
+ stack: z.lazy(() => SyncReconcileResponseTargetReleaseExtendAzureStack$inboundSchema).optional(),
1902
+ });
1903
+ export function syncReconcileResponseTargetReleaseExtendAzureBindingFromJSON(jsonString) {
1904
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseExtendAzureBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseExtendAzureBinding' from JSON`);
1905
+ }
1906
+ /** @internal */
1907
+ export const SyncReconcileResponseTargetReleaseExtendAzureGrant$inboundSchema = z.object({
1908
+ actions: z.nullable(z.array(z.string())).optional(),
1909
+ dataActions: z.nullable(z.array(z.string())).optional(),
1910
+ permissions: z.nullable(z.array(z.string())).optional(),
1911
+ });
1912
+ export function syncReconcileResponseTargetReleaseExtendAzureGrantFromJSON(jsonString) {
1913
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseExtendAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseExtendAzureGrant' from JSON`);
1914
+ }
1915
+ /** @internal */
1916
+ export const SyncReconcileResponseTargetReleaseExtendAzure$inboundSchema = z.object({
1917
+ binding: z.lazy(() => SyncReconcileResponseTargetReleaseExtendAzureBinding$inboundSchema),
1918
+ grant: z.lazy(() => SyncReconcileResponseTargetReleaseExtendAzureGrant$inboundSchema),
1919
+ });
1920
+ export function syncReconcileResponseTargetReleaseExtendAzureFromJSON(jsonString) {
1921
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseExtendAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseExtendAzure' from JSON`);
1922
+ }
1923
+ /** @internal */
1924
+ export const SyncReconcileResponseTargetReleaseExtendConditionResource$inboundSchema = z.object({
1925
+ expression: z.string(),
1926
+ title: z.string(),
1927
+ });
1928
+ export function syncReconcileResponseTargetReleaseExtendConditionResourceFromJSON(jsonString) {
1929
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseExtendConditionResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseExtendConditionResource' from JSON`);
1930
+ }
1931
+ /** @internal */
1932
+ export const SyncReconcileResponseTargetReleaseExtendGcpResource$inboundSchema = z.object({
1933
+ condition: z.nullable(z.any()).optional(),
1934
+ scope: z.string(),
1935
+ });
1936
+ export function syncReconcileResponseTargetReleaseExtendGcpResourceFromJSON(jsonString) {
1937
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseExtendGcpResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseExtendGcpResource' from JSON`);
1938
+ }
1939
+ /** @internal */
1940
+ export const SyncReconcileResponseTargetReleaseExtendCondition$inboundSchema = z.object({
1941
+ expression: z.string(),
1942
+ title: z.string(),
1943
+ });
1944
+ export function syncReconcileResponseTargetReleaseExtendConditionFromJSON(jsonString) {
1945
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseExtendCondition$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseExtendCondition' from JSON`);
1946
+ }
1947
+ /** @internal */
1948
+ export const SyncReconcileResponseTargetReleaseExtendGcpStack$inboundSchema = z.object({
1949
+ condition: z.nullable(z.any()).optional(),
1950
+ scope: z.string(),
1951
+ });
1952
+ export function syncReconcileResponseTargetReleaseExtendGcpStackFromJSON(jsonString) {
1953
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseExtendGcpStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseExtendGcpStack' from JSON`);
1954
+ }
1955
+ /** @internal */
1956
+ export const SyncReconcileResponseTargetReleaseExtendGcpBinding$inboundSchema = z.object({
1957
+ resource: z
1958
+ .lazy(() => SyncReconcileResponseTargetReleaseExtendGcpResource$inboundSchema)
1959
+ .optional(),
1960
+ stack: z.lazy(() => SyncReconcileResponseTargetReleaseExtendGcpStack$inboundSchema).optional(),
1961
+ });
1962
+ export function syncReconcileResponseTargetReleaseExtendGcpBindingFromJSON(jsonString) {
1963
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseExtendGcpBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseExtendGcpBinding' from JSON`);
1964
+ }
1965
+ /** @internal */
1966
+ export const SyncReconcileResponseTargetReleaseExtendGcpGrant$inboundSchema = z.object({
1967
+ actions: z.nullable(z.array(z.string())).optional(),
1968
+ dataActions: z.nullable(z.array(z.string())).optional(),
1969
+ permissions: z.nullable(z.array(z.string())).optional(),
1970
+ });
1971
+ export function syncReconcileResponseTargetReleaseExtendGcpGrantFromJSON(jsonString) {
1972
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseExtendGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseExtendGcpGrant' from JSON`);
1973
+ }
1974
+ /** @internal */
1975
+ export const SyncReconcileResponseTargetReleaseExtendGcp$inboundSchema = z.object({
1976
+ binding: z.lazy(() => SyncReconcileResponseTargetReleaseExtendGcpBinding$inboundSchema),
1977
+ grant: z.lazy(() => SyncReconcileResponseTargetReleaseExtendGcpGrant$inboundSchema),
1978
+ });
1979
+ export function syncReconcileResponseTargetReleaseExtendGcpFromJSON(jsonString) {
1980
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseExtendGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseExtendGcp' from JSON`);
1981
+ }
1982
+ /** @internal */
1983
+ export const SyncReconcileResponseTargetReleaseExtendPlatforms$inboundSchema = z.object({
1984
+ aws: z
1985
+ .nullable(z.array(z.lazy(() => SyncReconcileResponseTargetReleaseExtendAw$inboundSchema)))
1986
+ .optional(),
1987
+ azure: z
1988
+ .nullable(z.array(z.lazy(() => SyncReconcileResponseTargetReleaseExtendAzure$inboundSchema)))
1989
+ .optional(),
1990
+ gcp: z
1991
+ .nullable(z.array(z.lazy(() => SyncReconcileResponseTargetReleaseExtendGcp$inboundSchema)))
1992
+ .optional(),
1993
+ });
1994
+ export function syncReconcileResponseTargetReleaseExtendPlatformsFromJSON(jsonString) {
1995
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseExtendPlatforms$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseExtendPlatforms' from JSON`);
1996
+ }
1997
+ /** @internal */
1998
+ export const SyncReconcileResponseTargetReleaseExtend$inboundSchema = z.object({
1999
+ description: z.string(),
2000
+ id: z.string(),
2001
+ platforms: z.lazy(() => SyncReconcileResponseTargetReleaseExtendPlatforms$inboundSchema),
2002
+ });
2003
+ export function syncReconcileResponseTargetReleaseExtendFromJSON(jsonString) {
2004
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseExtend$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseExtend' from JSON`);
2005
+ }
2006
+ /** @internal */
2007
+ export const SyncReconcileResponseTargetReleaseExtendUnion$inboundSchema = z.union([z.lazy(() => SyncReconcileResponseTargetReleaseExtend$inboundSchema), z.string()]);
2008
+ export function syncReconcileResponseTargetReleaseExtendUnionFromJSON(jsonString) {
2009
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseExtendUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseExtendUnion' from JSON`);
2010
+ }
2011
+ /** @internal */
2012
+ export const SyncReconcileResponseTargetReleaseManagement1$inboundSchema = z.object({
2013
+ extend: z.record(z.string(), z.array(z.union([z.lazy(() => SyncReconcileResponseTargetReleaseExtend$inboundSchema), z.string()]))),
2014
+ });
2015
+ export function syncReconcileResponseTargetReleaseManagement1FromJSON(jsonString) {
2016
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseManagement1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseManagement1' from JSON`);
2017
+ }
2018
+ /** @internal */
2019
+ export const SyncReconcileResponseTargetReleaseManagementUnion$inboundSchema = z.union([
2020
+ z.lazy(() => SyncReconcileResponseTargetReleaseManagement1$inboundSchema),
2021
+ z.lazy(() => SyncReconcileResponseTargetReleaseManagement2$inboundSchema),
2022
+ SyncReconcileResponseTargetReleaseManagementEnum$inboundSchema,
2023
+ ]);
2024
+ export function syncReconcileResponseTargetReleaseManagementUnionFromJSON(jsonString) {
2025
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseManagementUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseManagementUnion' from JSON`);
2026
+ }
2027
+ /** @internal */
2028
+ export const SyncReconcileResponseTargetReleaseProfileAwResource$inboundSchema = z.object({
2029
+ condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
2030
+ resources: z.array(z.string()),
2031
+ });
2032
+ export function syncReconcileResponseTargetReleaseProfileAwResourceFromJSON(jsonString) {
2033
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseProfileAwResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseProfileAwResource' from JSON`);
2034
+ }
2035
+ /** @internal */
2036
+ export const SyncReconcileResponseTargetReleaseProfileAwStack$inboundSchema = z.object({
2037
+ condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
2038
+ resources: z.array(z.string()),
2039
+ });
2040
+ export function syncReconcileResponseTargetReleaseProfileAwStackFromJSON(jsonString) {
2041
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseProfileAwStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseProfileAwStack' from JSON`);
2042
+ }
2043
+ /** @internal */
2044
+ export const SyncReconcileResponseTargetReleaseProfileAwBinding$inboundSchema = z.object({
2045
+ resource: z
2046
+ .lazy(() => SyncReconcileResponseTargetReleaseProfileAwResource$inboundSchema)
2047
+ .optional(),
2048
+ stack: z.lazy(() => SyncReconcileResponseTargetReleaseProfileAwStack$inboundSchema).optional(),
2049
+ });
2050
+ export function syncReconcileResponseTargetReleaseProfileAwBindingFromJSON(jsonString) {
2051
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseProfileAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseProfileAwBinding' from JSON`);
2052
+ }
2053
+ /** @internal */
2054
+ export const SyncReconcileResponseTargetReleaseProfileAwGrant$inboundSchema = z.object({
2055
+ actions: z.nullable(z.array(z.string())).optional(),
2056
+ dataActions: z.nullable(z.array(z.string())).optional(),
2057
+ permissions: z.nullable(z.array(z.string())).optional(),
2058
+ });
2059
+ export function syncReconcileResponseTargetReleaseProfileAwGrantFromJSON(jsonString) {
2060
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseProfileAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseProfileAwGrant' from JSON`);
2061
+ }
2062
+ /** @internal */
2063
+ export const SyncReconcileResponseTargetReleaseProfileAw$inboundSchema = z.object({
2064
+ binding: z.lazy(() => SyncReconcileResponseTargetReleaseProfileAwBinding$inboundSchema),
2065
+ grant: z.lazy(() => SyncReconcileResponseTargetReleaseProfileAwGrant$inboundSchema),
2066
+ });
2067
+ export function syncReconcileResponseTargetReleaseProfileAwFromJSON(jsonString) {
2068
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseProfileAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseProfileAw' from JSON`);
2069
+ }
2070
+ /** @internal */
2071
+ export const SyncReconcileResponseTargetReleaseProfileAzureResource$inboundSchema = z.object({
2072
+ scope: z.string(),
2073
+ });
2074
+ export function syncReconcileResponseTargetReleaseProfileAzureResourceFromJSON(jsonString) {
2075
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseProfileAzureResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseProfileAzureResource' from JSON`);
2076
+ }
2077
+ /** @internal */
2078
+ export const SyncReconcileResponseTargetReleaseProfileAzureStack$inboundSchema = z.object({
2079
+ scope: z.string(),
2080
+ });
2081
+ export function syncReconcileResponseTargetReleaseProfileAzureStackFromJSON(jsonString) {
2082
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseProfileAzureStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseProfileAzureStack' from JSON`);
2083
+ }
2084
+ /** @internal */
2085
+ export const SyncReconcileResponseTargetReleaseProfileAzureBinding$inboundSchema = z.object({
2086
+ resource: z
2087
+ .lazy(() => SyncReconcileResponseTargetReleaseProfileAzureResource$inboundSchema)
2088
+ .optional(),
2089
+ stack: z.lazy(() => SyncReconcileResponseTargetReleaseProfileAzureStack$inboundSchema).optional(),
2090
+ });
2091
+ export function syncReconcileResponseTargetReleaseProfileAzureBindingFromJSON(jsonString) {
2092
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseProfileAzureBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseProfileAzureBinding' from JSON`);
2093
+ }
2094
+ /** @internal */
2095
+ export const SyncReconcileResponseTargetReleaseProfileAzureGrant$inboundSchema = z.object({
2096
+ actions: z.nullable(z.array(z.string())).optional(),
2097
+ dataActions: z.nullable(z.array(z.string())).optional(),
2098
+ permissions: z.nullable(z.array(z.string())).optional(),
2099
+ });
2100
+ export function syncReconcileResponseTargetReleaseProfileAzureGrantFromJSON(jsonString) {
2101
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseProfileAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseProfileAzureGrant' from JSON`);
2102
+ }
2103
+ /** @internal */
2104
+ export const SyncReconcileResponseTargetReleaseProfileAzure$inboundSchema = z.object({
2105
+ binding: z.lazy(() => SyncReconcileResponseTargetReleaseProfileAzureBinding$inboundSchema),
2106
+ grant: z.lazy(() => SyncReconcileResponseTargetReleaseProfileAzureGrant$inboundSchema),
2107
+ });
2108
+ export function syncReconcileResponseTargetReleaseProfileAzureFromJSON(jsonString) {
2109
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseProfileAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseProfileAzure' from JSON`);
2110
+ }
2111
+ /** @internal */
2112
+ export const SyncReconcileResponseTargetReleaseProfileConditionResource$inboundSchema = z.object({
2113
+ expression: z.string(),
2114
+ title: z.string(),
2115
+ });
2116
+ export function syncReconcileResponseTargetReleaseProfileConditionResourceFromJSON(jsonString) {
2117
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseProfileConditionResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseProfileConditionResource' from JSON`);
2118
+ }
2119
+ /** @internal */
2120
+ export const SyncReconcileResponseTargetReleaseProfileGcpResource$inboundSchema = z.object({
2121
+ condition: z.nullable(z.any()).optional(),
2122
+ scope: z.string(),
2123
+ });
2124
+ export function syncReconcileResponseTargetReleaseProfileGcpResourceFromJSON(jsonString) {
2125
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseProfileGcpResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseProfileGcpResource' from JSON`);
2126
+ }
2127
+ /** @internal */
2128
+ export const SyncReconcileResponseTargetReleaseProfileCondition$inboundSchema = z.object({
2129
+ expression: z.string(),
2130
+ title: z.string(),
2131
+ });
2132
+ export function syncReconcileResponseTargetReleaseProfileConditionFromJSON(jsonString) {
2133
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseProfileCondition$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseProfileCondition' from JSON`);
2134
+ }
2135
+ /** @internal */
2136
+ export const SyncReconcileResponseTargetReleaseProfileGcpStack$inboundSchema = z.object({
2137
+ condition: z.nullable(z.any()).optional(),
2138
+ scope: z.string(),
2139
+ });
2140
+ export function syncReconcileResponseTargetReleaseProfileGcpStackFromJSON(jsonString) {
2141
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseProfileGcpStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseProfileGcpStack' from JSON`);
2142
+ }
2143
+ /** @internal */
2144
+ export const SyncReconcileResponseTargetReleaseProfileGcpBinding$inboundSchema = z.object({
2145
+ resource: z
2146
+ .lazy(() => SyncReconcileResponseTargetReleaseProfileGcpResource$inboundSchema)
2147
+ .optional(),
2148
+ stack: z.lazy(() => SyncReconcileResponseTargetReleaseProfileGcpStack$inboundSchema).optional(),
2149
+ });
2150
+ export function syncReconcileResponseTargetReleaseProfileGcpBindingFromJSON(jsonString) {
2151
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseProfileGcpBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseProfileGcpBinding' from JSON`);
2152
+ }
2153
+ /** @internal */
2154
+ export const SyncReconcileResponseTargetReleaseProfileGcpGrant$inboundSchema = z.object({
2155
+ actions: z.nullable(z.array(z.string())).optional(),
2156
+ dataActions: z.nullable(z.array(z.string())).optional(),
2157
+ permissions: z.nullable(z.array(z.string())).optional(),
2158
+ });
2159
+ export function syncReconcileResponseTargetReleaseProfileGcpGrantFromJSON(jsonString) {
2160
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseProfileGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseProfileGcpGrant' from JSON`);
2161
+ }
2162
+ /** @internal */
2163
+ export const SyncReconcileResponseTargetReleaseProfileGcp$inboundSchema = z.object({
2164
+ binding: z.lazy(() => SyncReconcileResponseTargetReleaseProfileGcpBinding$inboundSchema),
2165
+ grant: z.lazy(() => SyncReconcileResponseTargetReleaseProfileGcpGrant$inboundSchema),
2166
+ });
2167
+ export function syncReconcileResponseTargetReleaseProfileGcpFromJSON(jsonString) {
2168
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseProfileGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseProfileGcp' from JSON`);
2169
+ }
2170
+ /** @internal */
2171
+ export const SyncReconcileResponseTargetReleaseProfilePlatforms$inboundSchema = z.object({
2172
+ aws: z
2173
+ .nullable(z.array(z.lazy(() => SyncReconcileResponseTargetReleaseProfileAw$inboundSchema)))
2174
+ .optional(),
2175
+ azure: z
2176
+ .nullable(z.array(z.lazy(() => SyncReconcileResponseTargetReleaseProfileAzure$inboundSchema)))
2177
+ .optional(),
2178
+ gcp: z
2179
+ .nullable(z.array(z.lazy(() => SyncReconcileResponseTargetReleaseProfileGcp$inboundSchema)))
2180
+ .optional(),
2181
+ });
2182
+ export function syncReconcileResponseTargetReleaseProfilePlatformsFromJSON(jsonString) {
2183
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseProfilePlatforms$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseProfilePlatforms' from JSON`);
2184
+ }
2185
+ /** @internal */
2186
+ export const SyncReconcileResponseTargetReleaseProfile$inboundSchema = z.object({
2187
+ description: z.string(),
2188
+ id: z.string(),
2189
+ platforms: z.lazy(() => SyncReconcileResponseTargetReleaseProfilePlatforms$inboundSchema),
2190
+ });
2191
+ export function syncReconcileResponseTargetReleaseProfileFromJSON(jsonString) {
2192
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseProfile$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseProfile' from JSON`);
2193
+ }
2194
+ /** @internal */
2195
+ export const SyncReconcileResponseTargetReleaseProfileUnion$inboundSchema = z.union([z.lazy(() => SyncReconcileResponseTargetReleaseProfile$inboundSchema), z.string()]);
2196
+ export function syncReconcileResponseTargetReleaseProfileUnionFromJSON(jsonString) {
2197
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseProfileUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseProfileUnion' from JSON`);
2198
+ }
2199
+ /** @internal */
2200
+ export const SyncReconcileResponseTargetReleasePermissions$inboundSchema = z.object({
2201
+ management: z
2202
+ .union([
2203
+ z.lazy(() => SyncReconcileResponseTargetReleaseManagement1$inboundSchema),
2204
+ z.lazy(() => SyncReconcileResponseTargetReleaseManagement2$inboundSchema),
2205
+ SyncReconcileResponseTargetReleaseManagementEnum$inboundSchema,
2206
+ ])
2207
+ .optional(),
2208
+ profiles: z.record(z.string(), z.record(z.string(), z.array(z.union([
2209
+ z.lazy(() => SyncReconcileResponseTargetReleaseProfile$inboundSchema),
2210
+ z.string(),
2211
+ ])))),
2212
+ });
2213
+ export function syncReconcileResponseTargetReleasePermissionsFromJSON(jsonString) {
2214
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleasePermissions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleasePermissions' from JSON`);
2215
+ }
2216
+ /** @internal */
2217
+ export const SyncReconcileResponseTargetReleaseConfig$inboundSchema = collectExtraKeys$(z
2218
+ .object({
2219
+ id: z.string(),
2220
+ type: z.string(),
2221
+ })
2222
+ .catchall(z.any()), "additionalProperties", true);
2223
+ export function syncReconcileResponseTargetReleaseConfigFromJSON(jsonString) {
2224
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseConfig$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseConfig' from JSON`);
2225
+ }
2226
+ /** @internal */
2227
+ export const SyncReconcileResponseTargetReleaseDependency$inboundSchema = z.object({
2228
+ id: z.string(),
2229
+ type: z.string(),
2230
+ });
2231
+ export function syncReconcileResponseTargetReleaseDependencyFromJSON(jsonString) {
2232
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseDependency$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseDependency' from JSON`);
2233
+ }
2234
+ /** @internal */
2235
+ export const SyncReconcileResponseTargetReleaseLifecycle$inboundSchema = z.enum(SyncReconcileResponseTargetReleaseLifecycle);
2236
+ /** @internal */
2237
+ export const SyncReconcileResponseTargetReleaseResources$inboundSchema = z.object({
2238
+ config: z.lazy(() => SyncReconcileResponseTargetReleaseConfig$inboundSchema),
2239
+ dependencies: z.array(z.lazy(() => SyncReconcileResponseTargetReleaseDependency$inboundSchema)),
2240
+ lifecycle: SyncReconcileResponseTargetReleaseLifecycle$inboundSchema,
2241
+ remoteAccess: z.boolean().optional(),
2242
+ });
2243
+ export function syncReconcileResponseTargetReleaseResourcesFromJSON(jsonString) {
2244
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseResources$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseResources' from JSON`);
2245
+ }
2246
+ /** @internal */
2247
+ export const SyncReconcileResponseTargetReleaseStack$inboundSchema = z.object({
2248
+ id: z.string(),
2249
+ permissions: z.lazy(() => SyncReconcileResponseTargetReleasePermissions$inboundSchema).optional(),
2250
+ resources: z.record(z.string(), z.lazy(() => SyncReconcileResponseTargetReleaseResources$inboundSchema)),
2251
+ });
2252
+ export function syncReconcileResponseTargetReleaseStackFromJSON(jsonString) {
2253
+ return safeParse(jsonString, x => SyncReconcileResponseTargetReleaseStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetReleaseStack' from JSON`);
2254
+ }
2255
+ /** @internal */
2256
+ export const SyncReconcileResponseTargetRelease$inboundSchema = z.object({
2257
+ description: z.nullable(z.string()).optional(),
2258
+ releaseId: z.string(),
2259
+ stack: z.lazy(() => SyncReconcileResponseTargetReleaseStack$inboundSchema),
2260
+ version: z.nullable(z.string()).optional(),
2261
+ });
2262
+ export function syncReconcileResponseTargetReleaseFromJSON(jsonString) {
2263
+ return safeParse(jsonString, x => SyncReconcileResponseTargetRelease$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTargetRelease' from JSON`);
2264
+ }
2265
+ /** @internal */
2266
+ export const SyncReconcileResponseCurrent$inboundSchema = z.object({
2267
+ currentRelease: z.nullable(z.any()).optional(),
2268
+ environmentInfo: z.nullable(z.any()).optional(),
2269
+ platform: SyncReconcileResponseCurrentPlatform$inboundSchema,
2270
+ retryRequested: z.boolean().optional(),
2271
+ runtimeMetadata: z.nullable(z.any()).optional(),
2272
+ stackState: z.nullable(z.any()).optional(),
2273
+ status: SyncReconcileResponseStatus$inboundSchema,
2274
+ targetRelease: z.nullable(z.any()).optional(),
2275
+ });
2276
+ export function syncReconcileResponseCurrentFromJSON(jsonString) {
2277
+ return safeParse(jsonString, x => SyncReconcileResponseCurrent$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCurrent' from JSON`);
2278
+ }
2279
+ /** @internal */
2280
+ export const SyncReconcileResponseArtifactRegistry$inboundSchema = z.object({
2281
+ authToken: z.nullable(z.string()).optional(),
2282
+ managerUrl: z.string(),
2283
+ });
2284
+ export function syncReconcileResponseArtifactRegistryFromJSON(jsonString) {
2285
+ return safeParse(jsonString, x => SyncReconcileResponseArtifactRegistry$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseArtifactRegistry' from JSON`);
2286
+ }
2287
+ /** @internal */
2288
+ export const SyncReconcileResponseClusters$inboundSchema = z.object({
2289
+ clusterId: z.string(),
2290
+ managementToken: z.string(),
2291
+ });
2292
+ export function syncReconcileResponseClustersFromJSON(jsonString) {
2293
+ return safeParse(jsonString, x => SyncReconcileResponseClusters$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseClusters' from JSON`);
2294
+ }
2295
+ /** @internal */
2296
+ export const SyncReconcileResponseComputeBackendType$inboundSchema = z.enum(SyncReconcileResponseComputeBackendType);
2297
+ /** @internal */
2298
+ export const SyncReconcileResponseComputeBackend$inboundSchema = z.object({
2299
+ clusters: z.record(z.string(), z.lazy(() => SyncReconcileResponseClusters$inboundSchema)),
2300
+ horizondBinaryHash: z.nullable(z.string()).optional(),
2301
+ horizondDownloadBaseUrl: z.string(),
2302
+ url: z.string(),
2303
+ type: SyncReconcileResponseComputeBackendType$inboundSchema,
2304
+ });
2305
+ export function syncReconcileResponseComputeBackendFromJSON(jsonString) {
2306
+ return safeParse(jsonString, x => SyncReconcileResponseComputeBackend$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseComputeBackend' from JSON`);
2307
+ }
2308
+ /** @internal */
2309
+ export const SyncReconcileResponseCertificateStatus$inboundSchema = z.enum(SyncReconcileResponseCertificateStatus);
2310
+ /** @internal */
2311
+ export const SyncReconcileResponseDnsStatus$inboundSchema = z.enum(SyncReconcileResponseDnsStatus);
2312
+ /** @internal */
2313
+ export const DomainMetadataTargetResources$inboundSchema = z.object({
2314
+ certificateChain: z.nullable(z.string()).optional(),
2315
+ certificateId: z.string(),
2316
+ certificateStatus: SyncReconcileResponseCertificateStatus$inboundSchema,
2317
+ dnsError: z.nullable(z.string()).optional(),
2318
+ dnsStatus: SyncReconcileResponseDnsStatus$inboundSchema,
2319
+ fqdn: z.string(),
2320
+ issuedAt: z.nullable(z.string()).optional(),
2321
+ privateKey: z.nullable(z.string()).optional(),
2322
+ });
2323
+ export function domainMetadataTargetResourcesFromJSON(jsonString) {
2324
+ return safeParse(jsonString, x => DomainMetadataTargetResources$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DomainMetadataTargetResources' from JSON`);
2325
+ }
2326
+ /** @internal */
2327
+ export const SyncReconcileResponseDomainMetadata$inboundSchema = z.object({
2328
+ baseDomain: z.string(),
2329
+ hostedZoneId: z.string(),
2330
+ publicSubdomain: z.string(),
2331
+ resources: z.record(z.string(), z.lazy(() => DomainMetadataTargetResources$inboundSchema)),
2332
+ });
2333
+ export function syncReconcileResponseDomainMetadataFromJSON(jsonString) {
2334
+ return safeParse(jsonString, x => SyncReconcileResponseDomainMetadata$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseDomainMetadata' from JSON`);
2335
+ }
2336
+ /** @internal */
2337
+ export const SyncReconcileResponseEnvironmentVariablesType$inboundSchema = z.enum(SyncReconcileResponseEnvironmentVariablesType);
2338
+ /** @internal */
2339
+ export const SyncReconcileResponseVariable$inboundSchema = z.object({
2340
+ name: z.string(),
2341
+ targetResources: z.nullable(z.array(z.string())).optional(),
2342
+ type: SyncReconcileResponseEnvironmentVariablesType$inboundSchema,
2343
+ value: z.string(),
2344
+ });
2345
+ export function syncReconcileResponseVariableFromJSON(jsonString) {
2346
+ return safeParse(jsonString, x => SyncReconcileResponseVariable$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseVariable' from JSON`);
2347
+ }
2348
+ /** @internal */
2349
+ export const SyncReconcileResponseEnvironmentVariables$inboundSchema = z.object({
2350
+ createdAt: z.string(),
2351
+ hash: z.string(),
2352
+ variables: z.array(z.lazy(() => SyncReconcileResponseVariable$inboundSchema)),
2353
+ });
2354
+ export function syncReconcileResponseEnvironmentVariablesFromJSON(jsonString) {
2355
+ return safeParse(jsonString, x => SyncReconcileResponseEnvironmentVariables$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseEnvironmentVariables' from JSON`);
2356
+ }
2357
+ /** @internal */
2358
+ export const SyncReconcileResponseDataDirSecretRef3$inboundSchema = z.object({
2359
+ key: z.string(),
2360
+ name: z.string(),
2361
+ });
2362
+ export function syncReconcileResponseDataDirSecretRef3FromJSON(jsonString) {
2363
+ return safeParse(jsonString, x => SyncReconcileResponseDataDirSecretRef3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseDataDirSecretRef3' from JSON`);
2364
+ }
2365
+ /** @internal */
2366
+ export const SyncReconcileResponseDataDir3$inboundSchema = z.object({
2367
+ secretRef: z.lazy(() => SyncReconcileResponseDataDirSecretRef3$inboundSchema),
2368
+ });
2369
+ export function syncReconcileResponseDataDir3FromJSON(jsonString) {
2370
+ return safeParse(jsonString, x => SyncReconcileResponseDataDir3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseDataDir3' from JSON`);
2371
+ }
2372
+ /** @internal */
2373
+ export const SyncReconcileResponseTypeVault5$inboundSchema = z.enum(SyncReconcileResponseTypeVault5);
2374
+ /** @internal */
2375
+ export const SyncReconcileResponseExternalBindingsLocalVault$inboundSchema = z.object({
2376
+ dataDir: z.nullable(z.any()).optional(),
2377
+ vaultName: z.string(),
2378
+ service: z.literal("local-vault"),
2379
+ type: SyncReconcileResponseTypeVault5$inboundSchema,
2380
+ });
2381
+ export function syncReconcileResponseExternalBindingsLocalVaultFromJSON(jsonString) {
2382
+ return safeParse(jsonString, x => SyncReconcileResponseExternalBindingsLocalVault$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsLocalVault' from JSON`);
2383
+ }
2384
+ /** @internal */
2385
+ export const SyncReconcileResponseNamespaceSecretRef2$inboundSchema = z.object({
2386
+ key: z.string(),
2387
+ name: z.string(),
2388
+ });
2389
+ export function syncReconcileResponseNamespaceSecretRef2FromJSON(jsonString) {
2390
+ return safeParse(jsonString, x => SyncReconcileResponseNamespaceSecretRef2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseNamespaceSecretRef2' from JSON`);
2391
+ }
2392
+ /** @internal */
2393
+ export const SyncReconcileResponseNamespace2$inboundSchema = z.object({
2394
+ secretRef: z.lazy(() => SyncReconcileResponseNamespaceSecretRef2$inboundSchema),
2395
+ });
2396
+ export function syncReconcileResponseNamespace2FromJSON(jsonString) {
2397
+ return safeParse(jsonString, x => SyncReconcileResponseNamespace2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseNamespace2' from JSON`);
2398
+ }
2399
+ /** @internal */
2400
+ export const SyncReconcileResponseVaultPrefixSecretRef3$inboundSchema = z.object({
2401
+ key: z.string(),
2402
+ name: z.string(),
2403
+ });
2404
+ export function syncReconcileResponseVaultPrefixSecretRef3FromJSON(jsonString) {
2405
+ return safeParse(jsonString, x => SyncReconcileResponseVaultPrefixSecretRef3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseVaultPrefixSecretRef3' from JSON`);
2406
+ }
2407
+ /** @internal */
2408
+ export const SyncReconcileResponseVaultPrefix3$inboundSchema = z.object({
2409
+ secretRef: z.lazy(() => SyncReconcileResponseVaultPrefixSecretRef3$inboundSchema),
2410
+ });
2411
+ export function syncReconcileResponseVaultPrefix3FromJSON(jsonString) {
2412
+ return safeParse(jsonString, x => SyncReconcileResponseVaultPrefix3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseVaultPrefix3' from JSON`);
2413
+ }
2414
+ /** @internal */
2415
+ export const SyncReconcileResponseTypeVault4$inboundSchema = z.enum(SyncReconcileResponseTypeVault4);
2416
+ /** @internal */
2417
+ export const SyncReconcileResponseExternalBindingsKubernetesSecret$inboundSchema = z.object({
2418
+ namespace: z.nullable(z.any()).optional(),
2419
+ vaultPrefix: z.nullable(z.any()).optional(),
2420
+ service: z.literal("kubernetes-secret"),
2421
+ type: SyncReconcileResponseTypeVault4$inboundSchema,
2422
+ });
2423
+ export function syncReconcileResponseExternalBindingsKubernetesSecretFromJSON(jsonString) {
2424
+ return safeParse(jsonString, x => SyncReconcileResponseExternalBindingsKubernetesSecret$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsKubernetesSecret' from JSON`);
2425
+ }
2426
+ /** @internal */
2427
+ export const SyncReconcileResponseVaultNameSecretRef$inboundSchema = z.object({
2428
+ key: z.string(),
2429
+ name: z.string(),
2430
+ });
2431
+ export function syncReconcileResponseVaultNameSecretRefFromJSON(jsonString) {
2432
+ return safeParse(jsonString, x => SyncReconcileResponseVaultNameSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseVaultNameSecretRef' from JSON`);
2433
+ }
2434
+ /** @internal */
2435
+ export const SyncReconcileResponseVaultName$inboundSchema = z.object({
2436
+ secretRef: z.lazy(() => SyncReconcileResponseVaultNameSecretRef$inboundSchema),
2437
+ });
2438
+ export function syncReconcileResponseVaultNameFromJSON(jsonString) {
2439
+ return safeParse(jsonString, x => SyncReconcileResponseVaultName$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseVaultName' from JSON`);
2440
+ }
2441
+ /** @internal */
2442
+ export const SyncReconcileResponseTypeVault3$inboundSchema = z.enum(SyncReconcileResponseTypeVault3);
2443
+ /** @internal */
2444
+ export const SyncReconcileResponseExternalBindingsKeyVault$inboundSchema = z.object({
2445
+ vaultName: z.nullable(z.any()).optional(),
2446
+ service: z.literal("key-vault"),
2447
+ type: SyncReconcileResponseTypeVault3$inboundSchema,
2448
+ });
2449
+ export function syncReconcileResponseExternalBindingsKeyVaultFromJSON(jsonString) {
2450
+ return safeParse(jsonString, x => SyncReconcileResponseExternalBindingsKeyVault$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsKeyVault' from JSON`);
2451
+ }
2452
+ /** @internal */
2453
+ export const SyncReconcileResponseVaultPrefixSecretRef2$inboundSchema = z.object({
2454
+ key: z.string(),
2455
+ name: z.string(),
2456
+ });
2457
+ export function syncReconcileResponseVaultPrefixSecretRef2FromJSON(jsonString) {
2458
+ return safeParse(jsonString, x => SyncReconcileResponseVaultPrefixSecretRef2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseVaultPrefixSecretRef2' from JSON`);
2459
+ }
2460
+ /** @internal */
2461
+ export const SyncReconcileResponseVaultPrefix2$inboundSchema = z.object({
2462
+ secretRef: z.lazy(() => SyncReconcileResponseVaultPrefixSecretRef2$inboundSchema),
2463
+ });
2464
+ export function syncReconcileResponseVaultPrefix2FromJSON(jsonString) {
2465
+ return safeParse(jsonString, x => SyncReconcileResponseVaultPrefix2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseVaultPrefix2' from JSON`);
2466
+ }
2467
+ /** @internal */
2468
+ export const SyncReconcileResponseTypeVault2$inboundSchema = z.enum(SyncReconcileResponseTypeVault2);
2469
+ /** @internal */
2470
+ export const SyncReconcileResponseExternalBindingsSecretManager$inboundSchema = z.object({
2471
+ vaultPrefix: z.nullable(z.any()).optional(),
2472
+ service: z.literal("secret-manager"),
2473
+ type: SyncReconcileResponseTypeVault2$inboundSchema,
2474
+ });
2475
+ export function syncReconcileResponseExternalBindingsSecretManagerFromJSON(jsonString) {
2476
+ return safeParse(jsonString, x => SyncReconcileResponseExternalBindingsSecretManager$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsSecretManager' from JSON`);
2477
+ }
2478
+ /** @internal */
2479
+ export const SyncReconcileResponseVaultPrefixSecretRef1$inboundSchema = z.object({
2480
+ key: z.string(),
2481
+ name: z.string(),
2482
+ });
2483
+ export function syncReconcileResponseVaultPrefixSecretRef1FromJSON(jsonString) {
2484
+ return safeParse(jsonString, x => SyncReconcileResponseVaultPrefixSecretRef1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseVaultPrefixSecretRef1' from JSON`);
2485
+ }
2486
+ /** @internal */
2487
+ export const SyncReconcileResponseVaultPrefix1$inboundSchema = z.object({
2488
+ secretRef: z.lazy(() => SyncReconcileResponseVaultPrefixSecretRef1$inboundSchema),
2489
+ });
2490
+ export function syncReconcileResponseVaultPrefix1FromJSON(jsonString) {
2491
+ return safeParse(jsonString, x => SyncReconcileResponseVaultPrefix1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseVaultPrefix1' from JSON`);
2492
+ }
2493
+ /** @internal */
2494
+ export const SyncReconcileResponseTypeVault1$inboundSchema = z.enum(SyncReconcileResponseTypeVault1);
2495
+ /** @internal */
2496
+ export const SyncReconcileResponseExternalBindingsParameterStore$inboundSchema = z.object({
2497
+ vaultPrefix: z.nullable(z.any()).optional(),
2498
+ service: z.literal("parameter-store"),
2499
+ type: SyncReconcileResponseTypeVault1$inboundSchema,
2500
+ });
2501
+ export function syncReconcileResponseExternalBindingsParameterStoreFromJSON(jsonString) {
2502
+ return safeParse(jsonString, x => SyncReconcileResponseExternalBindingsParameterStore$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsParameterStore' from JSON`);
2503
+ }
2504
+ /** @internal */
2505
+ export const SyncReconcileResponseExternalBindingsUnion5$inboundSchema = z.union([
2506
+ z.lazy(() => SyncReconcileResponseExternalBindingsParameterStore$inboundSchema),
2507
+ z.lazy(() => SyncReconcileResponseExternalBindingsSecretManager$inboundSchema),
2508
+ z.lazy(() => SyncReconcileResponseExternalBindingsKeyVault$inboundSchema),
2509
+ z.lazy(() => SyncReconcileResponseExternalBindingsKubernetesSecret$inboundSchema),
2510
+ z.lazy(() => SyncReconcileResponseExternalBindingsLocalVault$inboundSchema),
2511
+ ]);
2512
+ export function syncReconcileResponseExternalBindingsUnion5FromJSON(jsonString) {
2513
+ return safeParse(jsonString, x => SyncReconcileResponseExternalBindingsUnion5$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsUnion5' from JSON`);
2514
+ }
2515
+ /** @internal */
2516
+ export const SyncReconcileResponseDataDirSecretRef2$inboundSchema = z.object({
2517
+ key: z.string(),
2518
+ name: z.string(),
2519
+ });
2520
+ export function syncReconcileResponseDataDirSecretRef2FromJSON(jsonString) {
2521
+ return safeParse(jsonString, x => SyncReconcileResponseDataDirSecretRef2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseDataDirSecretRef2' from JSON`);
2522
+ }
2523
+ /** @internal */
2524
+ export const SyncReconcileResponseDataDir2$inboundSchema = z.object({
2525
+ secretRef: z.lazy(() => SyncReconcileResponseDataDirSecretRef2$inboundSchema),
2526
+ });
2527
+ export function syncReconcileResponseDataDir2FromJSON(jsonString) {
2528
+ return safeParse(jsonString, x => SyncReconcileResponseDataDir2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseDataDir2' from JSON`);
2529
+ }
2530
+ /** @internal */
2531
+ export const SyncReconcileResponseRegistryUrlSecretRef$inboundSchema = z.object({
2532
+ key: z.string(),
2533
+ name: z.string(),
2534
+ });
2535
+ export function syncReconcileResponseRegistryUrlSecretRefFromJSON(jsonString) {
2536
+ return safeParse(jsonString, x => SyncReconcileResponseRegistryUrlSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseRegistryUrlSecretRef' from JSON`);
2537
+ }
2538
+ /** @internal */
2539
+ export const SyncReconcileResponseRegistryUrl$inboundSchema = z.object({
2540
+ secretRef: z.lazy(() => SyncReconcileResponseRegistryUrlSecretRef$inboundSchema),
2541
+ });
2542
+ export function syncReconcileResponseRegistryUrlFromJSON(jsonString) {
2543
+ return safeParse(jsonString, x => SyncReconcileResponseRegistryUrl$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseRegistryUrl' from JSON`);
2544
+ }
2545
+ /** @internal */
2546
+ export const SyncReconcileResponseTypeArtifactRegistry4$inboundSchema = z.enum(SyncReconcileResponseTypeArtifactRegistry4);
2547
+ /** @internal */
2548
+ export const SyncReconcileResponseExternalBindingsLocal$inboundSchema = z.object({
2549
+ dataDir: z.nullable(z.any()).optional(),
2550
+ registryUrl: z.nullable(z.any()).optional(),
2551
+ service: z.literal("local"),
2552
+ type: SyncReconcileResponseTypeArtifactRegistry4$inboundSchema,
2553
+ });
2554
+ export function syncReconcileResponseExternalBindingsLocalFromJSON(jsonString) {
2555
+ return safeParse(jsonString, x => SyncReconcileResponseExternalBindingsLocal$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsLocal' from JSON`);
2556
+ }
2557
+ /** @internal */
2558
+ export const SyncReconcileResponsePullServiceAccountEmailSecretRef$inboundSchema = z.object({
2559
+ key: z.string(),
2560
+ name: z.string(),
2561
+ });
2562
+ export function syncReconcileResponsePullServiceAccountEmailSecretRefFromJSON(jsonString) {
2563
+ return safeParse(jsonString, x => SyncReconcileResponsePullServiceAccountEmailSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePullServiceAccountEmailSecretRef' from JSON`);
2564
+ }
2565
+ /** @internal */
2566
+ export const SyncReconcileResponsePullServiceAccountEmail$inboundSchema = z.object({
2567
+ secretRef: z.lazy(() => SyncReconcileResponsePullServiceAccountEmailSecretRef$inboundSchema),
2568
+ });
2569
+ export function syncReconcileResponsePullServiceAccountEmailFromJSON(jsonString) {
2570
+ return safeParse(jsonString, x => SyncReconcileResponsePullServiceAccountEmail$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePullServiceAccountEmail' from JSON`);
2571
+ }
2572
+ /** @internal */
2573
+ export const SyncReconcileResponsePushServiceAccountEmailSecretRef$inboundSchema = z.object({
2574
+ key: z.string(),
2575
+ name: z.string(),
2576
+ });
2577
+ export function syncReconcileResponsePushServiceAccountEmailSecretRefFromJSON(jsonString) {
2578
+ return safeParse(jsonString, x => SyncReconcileResponsePushServiceAccountEmailSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePushServiceAccountEmailSecretRef' from JSON`);
2579
+ }
2580
+ /** @internal */
2581
+ export const SyncReconcileResponsePushServiceAccountEmail$inboundSchema = z.object({
2582
+ secretRef: z.lazy(() => SyncReconcileResponsePushServiceAccountEmailSecretRef$inboundSchema),
2583
+ });
2584
+ export function syncReconcileResponsePushServiceAccountEmailFromJSON(jsonString) {
2585
+ return safeParse(jsonString, x => SyncReconcileResponsePushServiceAccountEmail$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePushServiceAccountEmail' from JSON`);
2586
+ }
2587
+ /** @internal */
2588
+ export const SyncReconcileResponseTypeArtifactRegistry3$inboundSchema = z.enum(SyncReconcileResponseTypeArtifactRegistry3);
2589
+ /** @internal */
2590
+ export const SyncReconcileResponseExternalBindingsGar$inboundSchema = z.object({
2591
+ pullServiceAccountEmail: z.nullable(z.any()).optional(),
2592
+ pushServiceAccountEmail: z.nullable(z.any()).optional(),
2593
+ service: z.literal("gar"),
2594
+ type: SyncReconcileResponseTypeArtifactRegistry3$inboundSchema,
2595
+ });
2596
+ export function syncReconcileResponseExternalBindingsGarFromJSON(jsonString) {
2597
+ return safeParse(jsonString, x => SyncReconcileResponseExternalBindingsGar$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsGar' from JSON`);
2598
+ }
2599
+ /** @internal */
2600
+ export const SyncReconcileResponseRegistryNameSecretRef$inboundSchema = z.object({
2601
+ key: z.string(),
2602
+ name: z.string(),
2603
+ });
2604
+ export function syncReconcileResponseRegistryNameSecretRefFromJSON(jsonString) {
2605
+ return safeParse(jsonString, x => SyncReconcileResponseRegistryNameSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseRegistryNameSecretRef' from JSON`);
2606
+ }
2607
+ /** @internal */
2608
+ export const SyncReconcileResponseRegistryName$inboundSchema = z.object({
2609
+ secretRef: z.lazy(() => SyncReconcileResponseRegistryNameSecretRef$inboundSchema),
2610
+ });
2611
+ export function syncReconcileResponseRegistryNameFromJSON(jsonString) {
2612
+ return safeParse(jsonString, x => SyncReconcileResponseRegistryName$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseRegistryName' from JSON`);
2613
+ }
2614
+ /** @internal */
2615
+ export const SyncReconcileResponseResourceGroupNameSecretRef2$inboundSchema = z.object({
2616
+ key: z.string(),
2617
+ name: z.string(),
2618
+ });
2619
+ export function syncReconcileResponseResourceGroupNameSecretRef2FromJSON(jsonString) {
2620
+ return safeParse(jsonString, x => SyncReconcileResponseResourceGroupNameSecretRef2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseResourceGroupNameSecretRef2' from JSON`);
2621
+ }
2622
+ /** @internal */
2623
+ export const SyncReconcileResponseResourceGroupName2$inboundSchema = z.object({
2624
+ secretRef: z.lazy(() => SyncReconcileResponseResourceGroupNameSecretRef2$inboundSchema),
2625
+ });
2626
+ export function syncReconcileResponseResourceGroupName2FromJSON(jsonString) {
2627
+ return safeParse(jsonString, x => SyncReconcileResponseResourceGroupName2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseResourceGroupName2' from JSON`);
2628
+ }
2629
+ /** @internal */
2630
+ export const SyncReconcileResponseTypeArtifactRegistry2$inboundSchema = z.enum(SyncReconcileResponseTypeArtifactRegistry2);
2631
+ /** @internal */
2632
+ export const SyncReconcileResponseExternalBindingsAcr$inboundSchema = z.object({
2633
+ registryName: z.nullable(z.any()).optional(),
2634
+ resourceGroupName: z.nullable(z.any()).optional(),
2635
+ service: z.literal("acr"),
2636
+ type: SyncReconcileResponseTypeArtifactRegistry2$inboundSchema,
2637
+ });
2638
+ export function syncReconcileResponseExternalBindingsAcrFromJSON(jsonString) {
2639
+ return safeParse(jsonString, x => SyncReconcileResponseExternalBindingsAcr$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsAcr' from JSON`);
2640
+ }
2641
+ /** @internal */
2642
+ export const SyncReconcileResponsePullRoleArnSecretRef$inboundSchema = z.object({
2643
+ key: z.string(),
2644
+ name: z.string(),
2645
+ });
2646
+ export function syncReconcileResponsePullRoleArnSecretRefFromJSON(jsonString) {
2647
+ return safeParse(jsonString, x => SyncReconcileResponsePullRoleArnSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePullRoleArnSecretRef' from JSON`);
2648
+ }
2649
+ /** @internal */
2650
+ export const SyncReconcileResponsePullRoleArn$inboundSchema = z.object({
2651
+ secretRef: z.lazy(() => SyncReconcileResponsePullRoleArnSecretRef$inboundSchema),
2652
+ });
2653
+ export function syncReconcileResponsePullRoleArnFromJSON(jsonString) {
2654
+ return safeParse(jsonString, x => SyncReconcileResponsePullRoleArn$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePullRoleArn' from JSON`);
2655
+ }
2656
+ /** @internal */
2657
+ export const SyncReconcileResponsePushRoleArnSecretRef$inboundSchema = z.object({
2658
+ key: z.string(),
2659
+ name: z.string(),
2660
+ });
2661
+ export function syncReconcileResponsePushRoleArnSecretRefFromJSON(jsonString) {
2662
+ return safeParse(jsonString, x => SyncReconcileResponsePushRoleArnSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePushRoleArnSecretRef' from JSON`);
2663
+ }
2664
+ /** @internal */
2665
+ export const SyncReconcileResponsePushRoleArn$inboundSchema = z.object({
2666
+ secretRef: z.lazy(() => SyncReconcileResponsePushRoleArnSecretRef$inboundSchema),
2667
+ });
2668
+ export function syncReconcileResponsePushRoleArnFromJSON(jsonString) {
2669
+ return safeParse(jsonString, x => SyncReconcileResponsePushRoleArn$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponsePushRoleArn' from JSON`);
2670
+ }
2671
+ /** @internal */
2672
+ export const SyncReconcileResponseRepositoryPrefixSecretRef$inboundSchema = z.object({
2673
+ key: z.string(),
2674
+ name: z.string(),
2675
+ });
2676
+ export function syncReconcileResponseRepositoryPrefixSecretRefFromJSON(jsonString) {
2677
+ return safeParse(jsonString, x => SyncReconcileResponseRepositoryPrefixSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseRepositoryPrefixSecretRef' from JSON`);
2678
+ }
2679
+ /** @internal */
2680
+ export const SyncReconcileResponseRepositoryPrefix$inboundSchema = z.object({
2681
+ secretRef: z.lazy(() => SyncReconcileResponseRepositoryPrefixSecretRef$inboundSchema),
2682
+ });
2683
+ export function syncReconcileResponseRepositoryPrefixFromJSON(jsonString) {
2684
+ return safeParse(jsonString, x => SyncReconcileResponseRepositoryPrefix$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseRepositoryPrefix' from JSON`);
2685
+ }
2686
+ /** @internal */
2687
+ export const SyncReconcileResponseTypeArtifactRegistry1$inboundSchema = z.enum(SyncReconcileResponseTypeArtifactRegistry1);
2688
+ /** @internal */
2689
+ export const SyncReconcileResponseExternalBindingsEcr$inboundSchema = z.object({
2690
+ pullRoleArn: z.nullable(z.any()).optional(),
2691
+ pushRoleArn: z.nullable(z.any()).optional(),
2692
+ repositoryPrefix: z.nullable(z.any()).optional(),
2693
+ service: z.literal("ecr"),
2694
+ type: SyncReconcileResponseTypeArtifactRegistry1$inboundSchema,
2695
+ });
2696
+ export function syncReconcileResponseExternalBindingsEcrFromJSON(jsonString) {
2697
+ return safeParse(jsonString, x => SyncReconcileResponseExternalBindingsEcr$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsEcr' from JSON`);
2698
+ }
2699
+ /** @internal */
2700
+ export const SyncReconcileResponseExternalBindingsUnion4$inboundSchema = z.union([
2701
+ z.lazy(() => SyncReconcileResponseExternalBindingsEcr$inboundSchema),
2702
+ z.lazy(() => SyncReconcileResponseExternalBindingsAcr$inboundSchema),
2703
+ z.lazy(() => SyncReconcileResponseExternalBindingsGar$inboundSchema),
2704
+ z.lazy(() => SyncReconcileResponseExternalBindingsLocal$inboundSchema),
2705
+ ]);
2706
+ export function syncReconcileResponseExternalBindingsUnion4FromJSON(jsonString) {
2707
+ return safeParse(jsonString, x => SyncReconcileResponseExternalBindingsUnion4$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsUnion4' from JSON`);
2708
+ }
2709
+ /** @internal */
2710
+ export const SyncReconcileResponseDataDirSecretRef1$inboundSchema = z.object({
2711
+ key: z.string(),
2712
+ name: z.string(),
2713
+ });
2714
+ export function syncReconcileResponseDataDirSecretRef1FromJSON(jsonString) {
2715
+ return safeParse(jsonString, x => SyncReconcileResponseDataDirSecretRef1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseDataDirSecretRef1' from JSON`);
2716
+ }
2717
+ /** @internal */
2718
+ export const SyncReconcileResponseDataDir1$inboundSchema = z.object({
2719
+ secretRef: z.lazy(() => SyncReconcileResponseDataDirSecretRef1$inboundSchema),
2720
+ });
2721
+ export function syncReconcileResponseDataDir1FromJSON(jsonString) {
2722
+ return safeParse(jsonString, x => SyncReconcileResponseDataDir1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseDataDir1' from JSON`);
2723
+ }
2724
+ /** @internal */
2725
+ export const SyncReconcileResponseKeyPrefixSecretRef2$inboundSchema = z.object({
2726
+ key: z.string(),
2727
+ name: z.string(),
2728
+ });
2729
+ export function syncReconcileResponseKeyPrefixSecretRef2FromJSON(jsonString) {
2730
+ return safeParse(jsonString, x => SyncReconcileResponseKeyPrefixSecretRef2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseKeyPrefixSecretRef2' from JSON`);
2731
+ }
2732
+ /** @internal */
2733
+ export const SyncReconcileResponseKeyPrefix2$inboundSchema = z.object({
2734
+ secretRef: z.lazy(() => SyncReconcileResponseKeyPrefixSecretRef2$inboundSchema),
2735
+ });
2736
+ export function syncReconcileResponseKeyPrefix2FromJSON(jsonString) {
2737
+ return safeParse(jsonString, x => SyncReconcileResponseKeyPrefix2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseKeyPrefix2' from JSON`);
2738
+ }
2739
+ /** @internal */
2740
+ export const SyncReconcileResponseTypeKv5$inboundSchema = z.enum(SyncReconcileResponseTypeKv5);
2741
+ /** @internal */
2742
+ export const SyncReconcileResponseExternalBindingsLocalKv$inboundSchema = z.object({
2743
+ dataDir: z.nullable(z.any()).optional(),
2744
+ keyPrefix: z.nullable(z.any()).optional(),
2745
+ service: z.literal("local-kv"),
2746
+ type: SyncReconcileResponseTypeKv5$inboundSchema,
2747
+ });
2748
+ export function syncReconcileResponseExternalBindingsLocalKvFromJSON(jsonString) {
2749
+ return safeParse(jsonString, x => SyncReconcileResponseExternalBindingsLocalKv$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsLocalKv' from JSON`);
2750
+ }
2751
+ /** @internal */
2752
+ export const SyncReconcileResponseConnectionUrlSecretRef$inboundSchema = z.object({
2753
+ key: z.string(),
2754
+ name: z.string(),
2755
+ });
2756
+ export function syncReconcileResponseConnectionUrlSecretRefFromJSON(jsonString) {
2757
+ return safeParse(jsonString, x => SyncReconcileResponseConnectionUrlSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseConnectionUrlSecretRef' from JSON`);
2758
+ }
2759
+ /** @internal */
2760
+ export const SyncReconcileResponseConnectionUrl$inboundSchema = z.object({
2761
+ secretRef: z.lazy(() => SyncReconcileResponseConnectionUrlSecretRef$inboundSchema),
2762
+ });
2763
+ export function syncReconcileResponseConnectionUrlFromJSON(jsonString) {
2764
+ return safeParse(jsonString, x => SyncReconcileResponseConnectionUrl$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseConnectionUrl' from JSON`);
2765
+ }
2766
+ /** @internal */
2767
+ export const SyncReconcileResponseDatabaseSecretRef$inboundSchema = z.object({
2768
+ key: z.string(),
2769
+ name: z.string(),
2770
+ });
2771
+ export function syncReconcileResponseDatabaseSecretRefFromJSON(jsonString) {
2772
+ return safeParse(jsonString, x => SyncReconcileResponseDatabaseSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseDatabaseSecretRef' from JSON`);
2773
+ }
2774
+ /** @internal */
2775
+ export const SyncReconcileResponseDatabase$inboundSchema = z.object({
2776
+ secretRef: z.lazy(() => SyncReconcileResponseDatabaseSecretRef$inboundSchema),
2777
+ });
2778
+ export function syncReconcileResponseDatabaseFromJSON(jsonString) {
2779
+ return safeParse(jsonString, x => SyncReconcileResponseDatabase$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseDatabase' from JSON`);
2780
+ }
2781
+ /** @internal */
2782
+ export const SyncReconcileResponseKeyPrefixSecretRef1$inboundSchema = z.object({
2783
+ key: z.string(),
2784
+ name: z.string(),
2785
+ });
2786
+ export function syncReconcileResponseKeyPrefixSecretRef1FromJSON(jsonString) {
2787
+ return safeParse(jsonString, x => SyncReconcileResponseKeyPrefixSecretRef1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseKeyPrefixSecretRef1' from JSON`);
2788
+ }
2789
+ /** @internal */
2790
+ export const SyncReconcileResponseKeyPrefix1$inboundSchema = z.object({
2791
+ secretRef: z.lazy(() => SyncReconcileResponseKeyPrefixSecretRef1$inboundSchema),
2792
+ });
2793
+ export function syncReconcileResponseKeyPrefix1FromJSON(jsonString) {
2794
+ return safeParse(jsonString, x => SyncReconcileResponseKeyPrefix1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseKeyPrefix1' from JSON`);
2795
+ }
2796
+ /** @internal */
2797
+ export const SyncReconcileResponseTypeKv4$inboundSchema = z.enum(SyncReconcileResponseTypeKv4);
2798
+ /** @internal */
2799
+ export const SyncReconcileResponseExternalBindingsRedis$inboundSchema = z.object({
2800
+ connectionUrl: z.nullable(z.any()).optional(),
2801
+ database: z.nullable(z.any()).optional(),
2802
+ keyPrefix: z.nullable(z.any()).optional(),
2803
+ service: z.literal("redis"),
2804
+ type: SyncReconcileResponseTypeKv4$inboundSchema,
2805
+ });
2806
+ export function syncReconcileResponseExternalBindingsRedisFromJSON(jsonString) {
2807
+ return safeParse(jsonString, x => SyncReconcileResponseExternalBindingsRedis$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsRedis' from JSON`);
2808
+ }
2809
+ /** @internal */
2810
+ export const SyncReconcileResponseAccountNameSecretRef2$inboundSchema = z.object({
2811
+ key: z.string(),
2812
+ name: z.string(),
2813
+ });
2814
+ export function syncReconcileResponseAccountNameSecretRef2FromJSON(jsonString) {
2815
+ return safeParse(jsonString, x => SyncReconcileResponseAccountNameSecretRef2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseAccountNameSecretRef2' from JSON`);
2816
+ }
2817
+ /** @internal */
2818
+ export const SyncReconcileResponseAccountName2$inboundSchema = z.object({
2819
+ secretRef: z.lazy(() => SyncReconcileResponseAccountNameSecretRef2$inboundSchema),
2820
+ });
2821
+ export function syncReconcileResponseAccountName2FromJSON(jsonString) {
2822
+ return safeParse(jsonString, x => SyncReconcileResponseAccountName2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseAccountName2' from JSON`);
2823
+ }
2824
+ /** @internal */
2825
+ export const SyncReconcileResponseResourceGroupNameSecretRef1$inboundSchema = z.object({
2826
+ key: z.string(),
2827
+ name: z.string(),
2828
+ });
2829
+ export function syncReconcileResponseResourceGroupNameSecretRef1FromJSON(jsonString) {
2830
+ return safeParse(jsonString, x => SyncReconcileResponseResourceGroupNameSecretRef1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseResourceGroupNameSecretRef1' from JSON`);
2831
+ }
2832
+ /** @internal */
2833
+ export const SyncReconcileResponseResourceGroupName1$inboundSchema = z.object({
2834
+ secretRef: z.lazy(() => SyncReconcileResponseResourceGroupNameSecretRef1$inboundSchema),
2835
+ });
2836
+ export function syncReconcileResponseResourceGroupName1FromJSON(jsonString) {
2837
+ return safeParse(jsonString, x => SyncReconcileResponseResourceGroupName1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseResourceGroupName1' from JSON`);
2838
+ }
2839
+ /** @internal */
2840
+ export const SyncReconcileResponseTableNameSecretRef2$inboundSchema = z.object({
2841
+ key: z.string(),
2842
+ name: z.string(),
2843
+ });
2844
+ export function syncReconcileResponseTableNameSecretRef2FromJSON(jsonString) {
2845
+ return safeParse(jsonString, x => SyncReconcileResponseTableNameSecretRef2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTableNameSecretRef2' from JSON`);
2846
+ }
2847
+ /** @internal */
2848
+ export const SyncReconcileResponseTableName2$inboundSchema = z.object({
2849
+ secretRef: z.lazy(() => SyncReconcileResponseTableNameSecretRef2$inboundSchema),
2850
+ });
2851
+ export function syncReconcileResponseTableName2FromJSON(jsonString) {
2852
+ return safeParse(jsonString, x => SyncReconcileResponseTableName2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTableName2' from JSON`);
2853
+ }
2854
+ /** @internal */
2855
+ export const SyncReconcileResponseTypeKv3$inboundSchema = z.enum(SyncReconcileResponseTypeKv3);
2856
+ /** @internal */
2857
+ export const SyncReconcileResponseExternalBindingsTablestorage$inboundSchema = z.object({
2858
+ accountName: z.nullable(z.any()).optional(),
2859
+ resourceGroupName: z.nullable(z.any()).optional(),
2860
+ tableName: z.nullable(z.any()).optional(),
2861
+ service: z.literal("tablestorage"),
2862
+ type: SyncReconcileResponseTypeKv3$inboundSchema,
2863
+ });
2864
+ export function syncReconcileResponseExternalBindingsTablestorageFromJSON(jsonString) {
2865
+ return safeParse(jsonString, x => SyncReconcileResponseExternalBindingsTablestorage$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsTablestorage' from JSON`);
2866
+ }
2867
+ /** @internal */
2868
+ export const SyncReconcileResponseCollectionNameSecretRef$inboundSchema = z.object({
2869
+ key: z.string(),
2870
+ name: z.string(),
2871
+ });
2872
+ export function syncReconcileResponseCollectionNameSecretRefFromJSON(jsonString) {
2873
+ return safeParse(jsonString, x => SyncReconcileResponseCollectionNameSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCollectionNameSecretRef' from JSON`);
2874
+ }
2875
+ /** @internal */
2876
+ export const SyncReconcileResponseCollectionName$inboundSchema = z.object({
2877
+ secretRef: z.lazy(() => SyncReconcileResponseCollectionNameSecretRef$inboundSchema),
2878
+ });
2879
+ export function syncReconcileResponseCollectionNameFromJSON(jsonString) {
2880
+ return safeParse(jsonString, x => SyncReconcileResponseCollectionName$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCollectionName' from JSON`);
2881
+ }
2882
+ /** @internal */
2883
+ export const SyncReconcileResponseDatabaseIdSecretRef$inboundSchema = z.object({
2884
+ key: z.string(),
2885
+ name: z.string(),
2886
+ });
2887
+ export function syncReconcileResponseDatabaseIdSecretRefFromJSON(jsonString) {
2888
+ return safeParse(jsonString, x => SyncReconcileResponseDatabaseIdSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseDatabaseIdSecretRef' from JSON`);
2889
+ }
2890
+ /** @internal */
2891
+ export const SyncReconcileResponseDatabaseId$inboundSchema = z.object({
2892
+ secretRef: z.lazy(() => SyncReconcileResponseDatabaseIdSecretRef$inboundSchema),
2893
+ });
2894
+ export function syncReconcileResponseDatabaseIdFromJSON(jsonString) {
2895
+ return safeParse(jsonString, x => SyncReconcileResponseDatabaseId$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseDatabaseId' from JSON`);
2896
+ }
2897
+ /** @internal */
2898
+ export const SyncReconcileResponseProjectIdSecretRef$inboundSchema = z.object({
2899
+ key: z.string(),
2900
+ name: z.string(),
2901
+ });
2902
+ export function syncReconcileResponseProjectIdSecretRefFromJSON(jsonString) {
2903
+ return safeParse(jsonString, x => SyncReconcileResponseProjectIdSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseProjectIdSecretRef' from JSON`);
2904
+ }
2905
+ /** @internal */
2906
+ export const SyncReconcileResponseProjectId$inboundSchema = z.object({
2907
+ secretRef: z.lazy(() => SyncReconcileResponseProjectIdSecretRef$inboundSchema),
2908
+ });
2909
+ export function syncReconcileResponseProjectIdFromJSON(jsonString) {
2910
+ return safeParse(jsonString, x => SyncReconcileResponseProjectId$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseProjectId' from JSON`);
2911
+ }
2912
+ /** @internal */
2913
+ export const SyncReconcileResponseTypeKv2$inboundSchema = z.enum(SyncReconcileResponseTypeKv2);
2914
+ /** @internal */
2915
+ export const SyncReconcileResponseExternalBindingsFirestore$inboundSchema = z.object({
2916
+ collectionName: z.nullable(z.any()).optional(),
2917
+ databaseId: z.nullable(z.any()).optional(),
2918
+ projectId: z.nullable(z.any()).optional(),
2919
+ service: z.literal("firestore"),
2920
+ type: SyncReconcileResponseTypeKv2$inboundSchema,
2921
+ });
2922
+ export function syncReconcileResponseExternalBindingsFirestoreFromJSON(jsonString) {
2923
+ return safeParse(jsonString, x => SyncReconcileResponseExternalBindingsFirestore$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsFirestore' from JSON`);
2924
+ }
2925
+ /** @internal */
2926
+ export const SyncReconcileResponseEndpointUrlSecretRef$inboundSchema = z.object({
2927
+ key: z.string(),
2928
+ name: z.string(),
2929
+ });
2930
+ export function syncReconcileResponseEndpointUrlSecretRefFromJSON(jsonString) {
2931
+ return safeParse(jsonString, x => SyncReconcileResponseEndpointUrlSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseEndpointUrlSecretRef' from JSON`);
2932
+ }
2933
+ /** @internal */
2934
+ export const SyncReconcileResponseEndpointUrl$inboundSchema = z.object({
2935
+ secretRef: z.lazy(() => SyncReconcileResponseEndpointUrlSecretRef$inboundSchema),
2936
+ });
2937
+ export function syncReconcileResponseEndpointUrlFromJSON(jsonString) {
2938
+ return safeParse(jsonString, x => SyncReconcileResponseEndpointUrl$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseEndpointUrl' from JSON`);
2939
+ }
2940
+ /** @internal */
2941
+ export const SyncReconcileResponseRegionSecretRef$inboundSchema = z.object({
2942
+ key: z.string(),
2943
+ name: z.string(),
2944
+ });
2945
+ export function syncReconcileResponseRegionSecretRefFromJSON(jsonString) {
2946
+ return safeParse(jsonString, x => SyncReconcileResponseRegionSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseRegionSecretRef' from JSON`);
2947
+ }
2948
+ /** @internal */
2949
+ export const SyncReconcileResponseRegion$inboundSchema = z.object({
2950
+ secretRef: z.lazy(() => SyncReconcileResponseRegionSecretRef$inboundSchema),
2951
+ });
2952
+ export function syncReconcileResponseRegionFromJSON(jsonString) {
2953
+ return safeParse(jsonString, x => SyncReconcileResponseRegion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseRegion' from JSON`);
2954
+ }
2955
+ /** @internal */
2956
+ export const SyncReconcileResponseTableNameSecretRef1$inboundSchema = z.object({
2957
+ key: z.string(),
2958
+ name: z.string(),
2959
+ });
2960
+ export function syncReconcileResponseTableNameSecretRef1FromJSON(jsonString) {
2961
+ return safeParse(jsonString, x => SyncReconcileResponseTableNameSecretRef1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTableNameSecretRef1' from JSON`);
2962
+ }
2963
+ /** @internal */
2964
+ export const SyncReconcileResponseTableName1$inboundSchema = z.object({
2965
+ secretRef: z.lazy(() => SyncReconcileResponseTableNameSecretRef1$inboundSchema),
2966
+ });
2967
+ export function syncReconcileResponseTableName1FromJSON(jsonString) {
2968
+ return safeParse(jsonString, x => SyncReconcileResponseTableName1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTableName1' from JSON`);
2969
+ }
2970
+ /** @internal */
2971
+ export const SyncReconcileResponseTypeKv1$inboundSchema = z.enum(SyncReconcileResponseTypeKv1);
2972
+ /** @internal */
2973
+ export const SyncReconcileResponseExternalBindingsDynamodb$inboundSchema = z.object({
2974
+ endpointUrl: z.nullable(z.any()).optional(),
2975
+ region: z.nullable(z.any()).optional(),
2976
+ tableName: z.nullable(z.any()).optional(),
2977
+ service: z.literal("dynamodb"),
2978
+ type: SyncReconcileResponseTypeKv1$inboundSchema,
2979
+ });
2980
+ export function syncReconcileResponseExternalBindingsDynamodbFromJSON(jsonString) {
2981
+ return safeParse(jsonString, x => SyncReconcileResponseExternalBindingsDynamodb$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsDynamodb' from JSON`);
2982
+ }
2983
+ /** @internal */
2984
+ export const SyncReconcileResponseExternalBindingsUnion3$inboundSchema = z.union([
2985
+ z.lazy(() => SyncReconcileResponseExternalBindingsDynamodb$inboundSchema),
2986
+ z.lazy(() => SyncReconcileResponseExternalBindingsFirestore$inboundSchema),
2987
+ z.lazy(() => SyncReconcileResponseExternalBindingsTablestorage$inboundSchema),
2988
+ z.lazy(() => SyncReconcileResponseExternalBindingsRedis$inboundSchema),
2989
+ z.lazy(() => SyncReconcileResponseExternalBindingsLocalKv$inboundSchema),
2990
+ ]);
2991
+ export function syncReconcileResponseExternalBindingsUnion3FromJSON(jsonString) {
2992
+ return safeParse(jsonString, x => SyncReconcileResponseExternalBindingsUnion3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsUnion3' from JSON`);
2993
+ }
2994
+ /** @internal */
2995
+ export const SyncReconcileResponseNamespaceSecretRef1$inboundSchema = z.object({
2996
+ key: z.string(),
2997
+ name: z.string(),
2998
+ });
2999
+ export function syncReconcileResponseNamespaceSecretRef1FromJSON(jsonString) {
3000
+ return safeParse(jsonString, x => SyncReconcileResponseNamespaceSecretRef1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseNamespaceSecretRef1' from JSON`);
3001
+ }
3002
+ /** @internal */
3003
+ export const SyncReconcileResponseNamespace1$inboundSchema = z.object({
3004
+ secretRef: z.lazy(() => SyncReconcileResponseNamespaceSecretRef1$inboundSchema),
3005
+ });
3006
+ export function syncReconcileResponseNamespace1FromJSON(jsonString) {
3007
+ return safeParse(jsonString, x => SyncReconcileResponseNamespace1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseNamespace1' from JSON`);
3008
+ }
3009
+ /** @internal */
3010
+ export const SyncReconcileResponseQueueNameSecretRef$inboundSchema = z.object({
3011
+ key: z.string(),
3012
+ name: z.string(),
3013
+ });
3014
+ export function syncReconcileResponseQueueNameSecretRefFromJSON(jsonString) {
3015
+ return safeParse(jsonString, x => SyncReconcileResponseQueueNameSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseQueueNameSecretRef' from JSON`);
3016
+ }
3017
+ /** @internal */
3018
+ export const SyncReconcileResponseQueueName$inboundSchema = z.object({
3019
+ secretRef: z.lazy(() => SyncReconcileResponseQueueNameSecretRef$inboundSchema),
3020
+ });
3021
+ export function syncReconcileResponseQueueNameFromJSON(jsonString) {
3022
+ return safeParse(jsonString, x => SyncReconcileResponseQueueName$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseQueueName' from JSON`);
3023
+ }
3024
+ /** @internal */
3025
+ export const SyncReconcileResponseTypeQueue3$inboundSchema = z.enum(SyncReconcileResponseTypeQueue3);
3026
+ /** @internal */
3027
+ export const SyncReconcileResponseExternalBindingsServicebus$inboundSchema = z.object({
3028
+ namespace: z.nullable(z.any()).optional(),
3029
+ queueName: z.nullable(z.any()).optional(),
3030
+ service: z.literal("servicebus"),
3031
+ type: SyncReconcileResponseTypeQueue3$inboundSchema,
3032
+ });
3033
+ export function syncReconcileResponseExternalBindingsServicebusFromJSON(jsonString) {
3034
+ return safeParse(jsonString, x => SyncReconcileResponseExternalBindingsServicebus$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsServicebus' from JSON`);
3035
+ }
3036
+ /** @internal */
3037
+ export const SyncReconcileResponseSubscriptionSecretRef$inboundSchema = z.object({
3038
+ key: z.string(),
3039
+ name: z.string(),
3040
+ });
3041
+ export function syncReconcileResponseSubscriptionSecretRefFromJSON(jsonString) {
3042
+ return safeParse(jsonString, x => SyncReconcileResponseSubscriptionSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseSubscriptionSecretRef' from JSON`);
3043
+ }
3044
+ /** @internal */
3045
+ export const SyncReconcileResponseSubscription$inboundSchema = z.object({
3046
+ secretRef: z.lazy(() => SyncReconcileResponseSubscriptionSecretRef$inboundSchema),
3047
+ });
3048
+ export function syncReconcileResponseSubscriptionFromJSON(jsonString) {
3049
+ return safeParse(jsonString, x => SyncReconcileResponseSubscription$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseSubscription' from JSON`);
3050
+ }
3051
+ /** @internal */
3052
+ export const SyncReconcileResponseTopicSecretRef$inboundSchema = z.object({
3053
+ key: z.string(),
3054
+ name: z.string(),
3055
+ });
3056
+ export function syncReconcileResponseTopicSecretRefFromJSON(jsonString) {
3057
+ return safeParse(jsonString, x => SyncReconcileResponseTopicSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTopicSecretRef' from JSON`);
3058
+ }
3059
+ /** @internal */
3060
+ export const SyncReconcileResponseTopic$inboundSchema = z.object({
3061
+ secretRef: z.lazy(() => SyncReconcileResponseTopicSecretRef$inboundSchema),
3062
+ });
3063
+ export function syncReconcileResponseTopicFromJSON(jsonString) {
3064
+ return safeParse(jsonString, x => SyncReconcileResponseTopic$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTopic' from JSON`);
3065
+ }
3066
+ /** @internal */
3067
+ export const SyncReconcileResponseTypeQueue2$inboundSchema = z.enum(SyncReconcileResponseTypeQueue2);
3068
+ /** @internal */
3069
+ export const SyncReconcileResponseExternalBindingsPubsub$inboundSchema = z.object({
3070
+ subscription: z.nullable(z.any()).optional(),
3071
+ topic: z.nullable(z.any()).optional(),
3072
+ service: z.literal("pubsub"),
3073
+ type: SyncReconcileResponseTypeQueue2$inboundSchema,
3074
+ });
3075
+ export function syncReconcileResponseExternalBindingsPubsubFromJSON(jsonString) {
3076
+ return safeParse(jsonString, x => SyncReconcileResponseExternalBindingsPubsub$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsPubsub' from JSON`);
3077
+ }
3078
+ /** @internal */
3079
+ export const SyncReconcileResponseQueueUrlSecretRef$inboundSchema = z.object({
3080
+ key: z.string(),
3081
+ name: z.string(),
3082
+ });
3083
+ export function syncReconcileResponseQueueUrlSecretRefFromJSON(jsonString) {
3084
+ return safeParse(jsonString, x => SyncReconcileResponseQueueUrlSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseQueueUrlSecretRef' from JSON`);
3085
+ }
3086
+ /** @internal */
3087
+ export const SyncReconcileResponseQueueUrl$inboundSchema = z.object({
3088
+ secretRef: z.lazy(() => SyncReconcileResponseQueueUrlSecretRef$inboundSchema),
3089
+ });
3090
+ export function syncReconcileResponseQueueUrlFromJSON(jsonString) {
3091
+ return safeParse(jsonString, x => SyncReconcileResponseQueueUrl$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseQueueUrl' from JSON`);
3092
+ }
3093
+ /** @internal */
3094
+ export const SyncReconcileResponseTypeQueue1$inboundSchema = z.enum(SyncReconcileResponseTypeQueue1);
3095
+ /** @internal */
3096
+ export const SyncReconcileResponseExternalBindingsSqs$inboundSchema = z.object({
3097
+ queueUrl: z.nullable(z.any()).optional(),
3098
+ service: z.literal("sqs"),
3099
+ type: SyncReconcileResponseTypeQueue1$inboundSchema,
3100
+ });
3101
+ export function syncReconcileResponseExternalBindingsSqsFromJSON(jsonString) {
3102
+ return safeParse(jsonString, x => SyncReconcileResponseExternalBindingsSqs$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsSqs' from JSON`);
3103
+ }
3104
+ /** @internal */
3105
+ export const SyncReconcileResponseExternalBindingsUnion2$inboundSchema = z.union([
3106
+ z.lazy(() => SyncReconcileResponseExternalBindingsSqs$inboundSchema),
3107
+ z.lazy(() => SyncReconcileResponseExternalBindingsPubsub$inboundSchema),
3108
+ z.lazy(() => SyncReconcileResponseExternalBindingsServicebus$inboundSchema),
3109
+ ]);
3110
+ export function syncReconcileResponseExternalBindingsUnion2FromJSON(jsonString) {
3111
+ return safeParse(jsonString, x => SyncReconcileResponseExternalBindingsUnion2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsUnion2' from JSON`);
3112
+ }
3113
+ /** @internal */
3114
+ export const SyncReconcileResponseStoragePathSecretRef$inboundSchema = z.object({
3115
+ key: z.string(),
3116
+ name: z.string(),
3117
+ });
3118
+ export function syncReconcileResponseStoragePathSecretRefFromJSON(jsonString) {
3119
+ return safeParse(jsonString, x => SyncReconcileResponseStoragePathSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseStoragePathSecretRef' from JSON`);
3120
+ }
3121
+ /** @internal */
3122
+ export const SyncReconcileResponseStoragePath$inboundSchema = z.object({
3123
+ secretRef: z.lazy(() => SyncReconcileResponseStoragePathSecretRef$inboundSchema),
3124
+ });
3125
+ export function syncReconcileResponseStoragePathFromJSON(jsonString) {
3126
+ return safeParse(jsonString, x => SyncReconcileResponseStoragePath$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseStoragePath' from JSON`);
3127
+ }
3128
+ /** @internal */
3129
+ export const SyncReconcileResponseTypeStorage4$inboundSchema = z.enum(SyncReconcileResponseTypeStorage4);
3130
+ /** @internal */
3131
+ export const SyncReconcileResponseExternalBindingsLocalStorage$inboundSchema = z.object({
3132
+ storagePath: z.nullable(z.any()).optional(),
3133
+ service: z.literal("local-storage"),
3134
+ type: SyncReconcileResponseTypeStorage4$inboundSchema,
3135
+ });
3136
+ export function syncReconcileResponseExternalBindingsLocalStorageFromJSON(jsonString) {
3137
+ return safeParse(jsonString, x => SyncReconcileResponseExternalBindingsLocalStorage$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsLocalStorage' from JSON`);
3138
+ }
3139
+ /** @internal */
3140
+ export const SyncReconcileResponseBucketNameSecretRef2$inboundSchema = z.object({
3141
+ key: z.string(),
3142
+ name: z.string(),
3143
+ });
3144
+ export function syncReconcileResponseBucketNameSecretRef2FromJSON(jsonString) {
3145
+ return safeParse(jsonString, x => SyncReconcileResponseBucketNameSecretRef2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseBucketNameSecretRef2' from JSON`);
3146
+ }
3147
+ /** @internal */
3148
+ export const SyncReconcileResponseBucketName2$inboundSchema = z.object({
3149
+ secretRef: z.lazy(() => SyncReconcileResponseBucketNameSecretRef2$inboundSchema),
3150
+ });
3151
+ export function syncReconcileResponseBucketName2FromJSON(jsonString) {
3152
+ return safeParse(jsonString, x => SyncReconcileResponseBucketName2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseBucketName2' from JSON`);
3153
+ }
3154
+ /** @internal */
3155
+ export const SyncReconcileResponseTypeStorage3$inboundSchema = z.enum(SyncReconcileResponseTypeStorage3);
3156
+ /** @internal */
3157
+ export const SyncReconcileResponseExternalBindingsGcs$inboundSchema = z.object({
3158
+ bucketName: z.nullable(z.any()).optional(),
3159
+ service: z.literal("gcs"),
3160
+ type: SyncReconcileResponseTypeStorage3$inboundSchema,
3161
+ });
3162
+ export function syncReconcileResponseExternalBindingsGcsFromJSON(jsonString) {
3163
+ return safeParse(jsonString, x => SyncReconcileResponseExternalBindingsGcs$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsGcs' from JSON`);
3164
+ }
3165
+ /** @internal */
3166
+ export const SyncReconcileResponseAccountNameSecretRef1$inboundSchema = z.object({
3167
+ key: z.string(),
3168
+ name: z.string(),
3169
+ });
3170
+ export function syncReconcileResponseAccountNameSecretRef1FromJSON(jsonString) {
3171
+ return safeParse(jsonString, x => SyncReconcileResponseAccountNameSecretRef1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseAccountNameSecretRef1' from JSON`);
3172
+ }
3173
+ /** @internal */
3174
+ export const SyncReconcileResponseAccountName1$inboundSchema = z.object({
3175
+ secretRef: z.lazy(() => SyncReconcileResponseAccountNameSecretRef1$inboundSchema),
3176
+ });
3177
+ export function syncReconcileResponseAccountName1FromJSON(jsonString) {
3178
+ return safeParse(jsonString, x => SyncReconcileResponseAccountName1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseAccountName1' from JSON`);
3179
+ }
3180
+ /** @internal */
3181
+ export const SyncReconcileResponseContainerNameSecretRef$inboundSchema = z.object({
3182
+ key: z.string(),
3183
+ name: z.string(),
3184
+ });
3185
+ export function syncReconcileResponseContainerNameSecretRefFromJSON(jsonString) {
3186
+ return safeParse(jsonString, x => SyncReconcileResponseContainerNameSecretRef$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseContainerNameSecretRef' from JSON`);
3187
+ }
3188
+ /** @internal */
3189
+ export const SyncReconcileResponseContainerName$inboundSchema = z.object({
3190
+ secretRef: z.lazy(() => SyncReconcileResponseContainerNameSecretRef$inboundSchema),
3191
+ });
3192
+ export function syncReconcileResponseContainerNameFromJSON(jsonString) {
3193
+ return safeParse(jsonString, x => SyncReconcileResponseContainerName$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseContainerName' from JSON`);
3194
+ }
3195
+ /** @internal */
3196
+ export const SyncReconcileResponseTypeStorage2$inboundSchema = z.enum(SyncReconcileResponseTypeStorage2);
3197
+ /** @internal */
3198
+ export const SyncReconcileResponseExternalBindingsBlob$inboundSchema = z.object({
3199
+ accountName: z.nullable(z.any()).optional(),
3200
+ containerName: z.nullable(z.any()).optional(),
3201
+ service: z.literal("blob"),
3202
+ type: SyncReconcileResponseTypeStorage2$inboundSchema,
3203
+ });
3204
+ export function syncReconcileResponseExternalBindingsBlobFromJSON(jsonString) {
3205
+ return safeParse(jsonString, x => SyncReconcileResponseExternalBindingsBlob$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsBlob' from JSON`);
3206
+ }
3207
+ /** @internal */
3208
+ export const SyncReconcileResponseBucketNameSecretRef1$inboundSchema = z.object({
3209
+ key: z.string(),
3210
+ name: z.string(),
3211
+ });
3212
+ export function syncReconcileResponseBucketNameSecretRef1FromJSON(jsonString) {
3213
+ return safeParse(jsonString, x => SyncReconcileResponseBucketNameSecretRef1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseBucketNameSecretRef1' from JSON`);
3214
+ }
3215
+ /** @internal */
3216
+ export const SyncReconcileResponseBucketName1$inboundSchema = z.object({
3217
+ secretRef: z.lazy(() => SyncReconcileResponseBucketNameSecretRef1$inboundSchema),
3218
+ });
3219
+ export function syncReconcileResponseBucketName1FromJSON(jsonString) {
3220
+ return safeParse(jsonString, x => SyncReconcileResponseBucketName1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseBucketName1' from JSON`);
3221
+ }
3222
+ /** @internal */
3223
+ export const SyncReconcileResponseTypeStorage1$inboundSchema = z.enum(SyncReconcileResponseTypeStorage1);
3224
+ /** @internal */
3225
+ export const SyncReconcileResponseExternalBindingsS3$inboundSchema = z.object({
3226
+ bucketName: z.nullable(z.any()).optional(),
3227
+ service: z.literal("s3"),
3228
+ type: SyncReconcileResponseTypeStorage1$inboundSchema,
3229
+ });
3230
+ export function syncReconcileResponseExternalBindingsS3FromJSON(jsonString) {
3231
+ return safeParse(jsonString, x => SyncReconcileResponseExternalBindingsS3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsS3' from JSON`);
3232
+ }
3233
+ /** @internal */
3234
+ export const SyncReconcileResponseExternalBindingsUnion1$inboundSchema = z.union([
3235
+ z.lazy(() => SyncReconcileResponseExternalBindingsS3$inboundSchema),
3236
+ z.lazy(() => SyncReconcileResponseExternalBindingsBlob$inboundSchema),
3237
+ z.lazy(() => SyncReconcileResponseExternalBindingsGcs$inboundSchema),
3238
+ z.lazy(() => SyncReconcileResponseExternalBindingsLocalStorage$inboundSchema),
3239
+ ]);
3240
+ export function syncReconcileResponseExternalBindingsUnion1FromJSON(jsonString) {
3241
+ return safeParse(jsonString, x => SyncReconcileResponseExternalBindingsUnion1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsUnion1' from JSON`);
3242
+ }
3243
+ /** @internal */
3244
+ export const SyncReconcileResponseExternalBindingsUnion6$inboundSchema = z.union([
3245
+ z.union([
3246
+ z.lazy(() => SyncReconcileResponseExternalBindingsS3$inboundSchema),
3247
+ z.lazy(() => SyncReconcileResponseExternalBindingsBlob$inboundSchema),
3248
+ z.lazy(() => SyncReconcileResponseExternalBindingsGcs$inboundSchema),
3249
+ z.lazy(() => SyncReconcileResponseExternalBindingsLocalStorage$inboundSchema),
3250
+ ]),
3251
+ z.union([
3252
+ z.lazy(() => SyncReconcileResponseExternalBindingsSqs$inboundSchema),
3253
+ z.lazy(() => SyncReconcileResponseExternalBindingsPubsub$inboundSchema),
3254
+ z.lazy(() => SyncReconcileResponseExternalBindingsServicebus$inboundSchema),
3255
+ ]),
3256
+ z.union([
3257
+ z.lazy(() => SyncReconcileResponseExternalBindingsDynamodb$inboundSchema),
3258
+ z.lazy(() => SyncReconcileResponseExternalBindingsFirestore$inboundSchema),
3259
+ z.lazy(() => SyncReconcileResponseExternalBindingsTablestorage$inboundSchema),
3260
+ z.lazy(() => SyncReconcileResponseExternalBindingsRedis$inboundSchema),
3261
+ z.lazy(() => SyncReconcileResponseExternalBindingsLocalKv$inboundSchema),
3262
+ ]),
3263
+ z.union([
3264
+ z.lazy(() => SyncReconcileResponseExternalBindingsEcr$inboundSchema),
3265
+ z.lazy(() => SyncReconcileResponseExternalBindingsAcr$inboundSchema),
3266
+ z.lazy(() => SyncReconcileResponseExternalBindingsGar$inboundSchema),
3267
+ z.lazy(() => SyncReconcileResponseExternalBindingsLocal$inboundSchema),
3268
+ ]),
3269
+ z.union([
3270
+ z.lazy(() => SyncReconcileResponseExternalBindingsParameterStore$inboundSchema),
3271
+ z.lazy(() => SyncReconcileResponseExternalBindingsSecretManager$inboundSchema),
3272
+ z.lazy(() => SyncReconcileResponseExternalBindingsKeyVault$inboundSchema),
3273
+ z.lazy(() => SyncReconcileResponseExternalBindingsKubernetesSecret$inboundSchema),
3274
+ z.lazy(() => SyncReconcileResponseExternalBindingsLocalVault$inboundSchema),
3275
+ ]),
3276
+ ]);
3277
+ export function syncReconcileResponseExternalBindingsUnion6FromJSON(jsonString) {
3278
+ return safeParse(jsonString, x => SyncReconcileResponseExternalBindingsUnion6$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseExternalBindingsUnion6' from JSON`);
3279
+ }
3280
+ /** @internal */
3281
+ export const SyncReconcileResponseImagePullCredentials$inboundSchema = z.object({
3282
+ password: z.string(),
3283
+ username: z.string(),
3284
+ });
3285
+ export function syncReconcileResponseImagePullCredentialsFromJSON(jsonString) {
3286
+ return safeParse(jsonString, x => SyncReconcileResponseImagePullCredentials$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseImagePullCredentials' from JSON`);
3287
+ }
3288
+ /** @internal */
3289
+ export const TargetPlatformKubernetes$inboundSchema = z.enum(TargetPlatformKubernetes);
3290
+ /** @internal */
3291
+ export const SyncReconcileResponseManagementConfigKubernetes$inboundSchema = z.object({
3292
+ platform: TargetPlatformKubernetes$inboundSchema,
3293
+ });
3294
+ export function syncReconcileResponseManagementConfigKubernetesFromJSON(jsonString) {
3295
+ return safeParse(jsonString, x => SyncReconcileResponseManagementConfigKubernetes$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseManagementConfigKubernetes' from JSON`);
3296
+ }
3297
+ /** @internal */
3298
+ export const TargetPlatformAzure$inboundSchema = z.enum(TargetPlatformAzure);
3299
+ /** @internal */
3300
+ export const SyncReconcileResponseManagementConfigAzure$inboundSchema = z.object({
3301
+ managementPrincipalId: z.string(),
3302
+ managingTenantId: z.string(),
3303
+ platform: TargetPlatformAzure$inboundSchema,
3304
+ });
3305
+ export function syncReconcileResponseManagementConfigAzureFromJSON(jsonString) {
3306
+ return safeParse(jsonString, x => SyncReconcileResponseManagementConfigAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseManagementConfigAzure' from JSON`);
3307
+ }
3308
+ /** @internal */
3309
+ export const TargetPlatformGcp$inboundSchema = z.enum(TargetPlatformGcp);
3310
+ /** @internal */
3311
+ export const SyncReconcileResponseManagementConfigGcp$inboundSchema = z.object({
3312
+ serviceAccountEmail: z.string(),
3313
+ platform: TargetPlatformGcp$inboundSchema,
3314
+ });
3315
+ export function syncReconcileResponseManagementConfigGcpFromJSON(jsonString) {
3316
+ return safeParse(jsonString, x => SyncReconcileResponseManagementConfigGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseManagementConfigGcp' from JSON`);
3317
+ }
3318
+ /** @internal */
3319
+ export const TargetPlatformAws$inboundSchema = z.enum(TargetPlatformAws);
3320
+ /** @internal */
3321
+ export const SyncReconcileResponseManagementConfigAws$inboundSchema = z.object({
3322
+ managingRoleArn: z.string(),
3323
+ platform: TargetPlatformAws$inboundSchema,
3324
+ });
3325
+ export function syncReconcileResponseManagementConfigAwsFromJSON(jsonString) {
3326
+ return safeParse(jsonString, x => SyncReconcileResponseManagementConfigAws$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseManagementConfigAws' from JSON`);
3327
+ }
3328
+ /** @internal */
3329
+ export const SyncReconcileResponseMonitoring$inboundSchema = z.object({
3330
+ logsAuthHeader: z.string(),
3331
+ logsEndpoint: z.string(),
3332
+ metricsAuthHeader: z.nullable(z.string()).optional(),
3333
+ metricsEndpoint: z.nullable(z.string()).optional(),
3334
+ });
3335
+ export function syncReconcileResponseMonitoringFromJSON(jsonString) {
3336
+ return safeParse(jsonString, x => SyncReconcileResponseMonitoring$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseMonitoring' from JSON`);
3337
+ }
3338
+ /** @internal */
3339
+ export const SyncReconcileResponseDeploymentModel$inboundSchema = z.enum(SyncReconcileResponseDeploymentModel);
3340
+ /** @internal */
3341
+ export const SyncReconcileResponseAws$inboundSchema = z.object({
3342
+ certificateArn: z.string(),
3343
+ });
3344
+ export function syncReconcileResponseAwsFromJSON(jsonString) {
3345
+ return safeParse(jsonString, x => SyncReconcileResponseAws$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseAws' from JSON`);
3346
+ }
3347
+ /** @internal */
3348
+ export const AzureTargetConfig$inboundSchema = z.object({
3349
+ keyVaultCertificateId: z.string(),
3350
+ });
3351
+ export function azureTargetConfigFromJSON(jsonString) {
3352
+ return safeParse(jsonString, x => AzureTargetConfig$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AzureTargetConfig' from JSON`);
3353
+ }
3354
+ /** @internal */
3355
+ export const GcpTargetConfig$inboundSchema = z.object({
3356
+ certificateName: z.string(),
3357
+ });
3358
+ export function gcpTargetConfigFromJSON(jsonString) {
3359
+ return safeParse(jsonString, x => GcpTargetConfig$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GcpTargetConfig' from JSON`);
3360
+ }
3361
+ /** @internal */
3362
+ export const SyncReconcileResponseCertificate$inboundSchema = z.object({
3363
+ aws: z.nullable(z.any()).optional(),
3364
+ azure: z.nullable(z.any()).optional(),
3365
+ gcp: z.nullable(z.any()).optional(),
3366
+ });
3367
+ export function syncReconcileResponseCertificateFromJSON(jsonString) {
3368
+ return safeParse(jsonString, x => SyncReconcileResponseCertificate$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCertificate' from JSON`);
3369
+ }
3370
+ /** @internal */
3371
+ export const SyncReconcileResponseCustomDomains$inboundSchema = z.object({
3372
+ certificate: z.lazy(() => SyncReconcileResponseCertificate$inboundSchema),
3373
+ domain: z.string(),
3374
+ });
3375
+ export function syncReconcileResponseCustomDomainsFromJSON(jsonString) {
3376
+ return safeParse(jsonString, x => SyncReconcileResponseCustomDomains$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseCustomDomains' from JSON`);
3377
+ }
3378
+ /** @internal */
3379
+ export const SyncReconcileResponseDomains$inboundSchema = z.object({
3380
+ customDomains: z
3381
+ .nullable(z.record(z.string(), z.lazy(() => SyncReconcileResponseCustomDomains$inboundSchema)))
3382
+ .optional(),
3383
+ });
3384
+ export function syncReconcileResponseDomainsFromJSON(jsonString) {
3385
+ return safeParse(jsonString, x => SyncReconcileResponseDomains$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseDomains' from JSON`);
3386
+ }
3387
+ /** @internal */
3388
+ export const SyncReconcileResponseHeartbeats$inboundSchema = z.enum(SyncReconcileResponseHeartbeats);
3389
+ /** @internal */
3390
+ export const SyncReconcileResponseTypeByoVnetAzure$inboundSchema = z.enum(SyncReconcileResponseTypeByoVnetAzure);
3391
+ /** @internal */
3392
+ export const SyncReconcileResponseNetworkByoVnetAzure$inboundSchema = z
3393
+ .object({
3394
+ private_subnet_name: z.string(),
3395
+ public_subnet_name: z.string(),
3396
+ type: SyncReconcileResponseTypeByoVnetAzure$inboundSchema,
3397
+ vnet_resource_id: z.string(),
3398
+ })
3399
+ .transform(v => {
3400
+ return remap$(v, {
3401
+ private_subnet_name: "privateSubnetName",
3402
+ public_subnet_name: "publicSubnetName",
3403
+ vnet_resource_id: "vnetResourceId",
3404
+ });
3405
+ });
3406
+ export function syncReconcileResponseNetworkByoVnetAzureFromJSON(jsonString) {
3407
+ return safeParse(jsonString, x => SyncReconcileResponseNetworkByoVnetAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseNetworkByoVnetAzure' from JSON`);
3408
+ }
3409
+ /** @internal */
3410
+ export const SyncReconcileResponseTypeByoVpcGcp$inboundSchema = z.enum(SyncReconcileResponseTypeByoVpcGcp);
3411
+ /** @internal */
3412
+ export const SyncReconcileResponseNetworkByoVpcGcp$inboundSchema = z
3413
+ .object({
3414
+ network_name: z.string(),
3415
+ region: z.string(),
3416
+ subnet_name: z.string(),
3417
+ type: SyncReconcileResponseTypeByoVpcGcp$inboundSchema,
3418
+ })
3419
+ .transform(v => {
3420
+ return remap$(v, {
3421
+ network_name: "networkName",
3422
+ subnet_name: "subnetName",
3423
+ });
3424
+ });
3425
+ export function syncReconcileResponseNetworkByoVpcGcpFromJSON(jsonString) {
3426
+ return safeParse(jsonString, x => SyncReconcileResponseNetworkByoVpcGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseNetworkByoVpcGcp' from JSON`);
3427
+ }
3428
+ /** @internal */
3429
+ export const SyncReconcileResponseTypeByoVpcAws$inboundSchema = z.enum(SyncReconcileResponseTypeByoVpcAws);
3430
+ /** @internal */
3431
+ export const SyncReconcileResponseNetworkByoVpcAws$inboundSchema = z
3432
+ .object({
3433
+ private_subnet_ids: z.array(z.string()),
3434
+ public_subnet_ids: z.array(z.string()),
3435
+ security_group_ids: z.array(z.string()).optional(),
3436
+ type: SyncReconcileResponseTypeByoVpcAws$inboundSchema,
3437
+ vpc_id: z.string(),
3438
+ })
3439
+ .transform(v => {
3440
+ return remap$(v, {
3441
+ private_subnet_ids: "privateSubnetIds",
3442
+ public_subnet_ids: "publicSubnetIds",
3443
+ security_group_ids: "securityGroupIds",
3444
+ vpc_id: "vpcId",
3445
+ });
3446
+ });
3447
+ export function syncReconcileResponseNetworkByoVpcAwsFromJSON(jsonString) {
3448
+ return safeParse(jsonString, x => SyncReconcileResponseNetworkByoVpcAws$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseNetworkByoVpcAws' from JSON`);
3449
+ }
3450
+ /** @internal */
3451
+ export const SyncReconcileResponseTypeCreate$inboundSchema = z.enum(SyncReconcileResponseTypeCreate);
3452
+ /** @internal */
3453
+ export const SyncReconcileResponseNetworkCreate$inboundSchema = z
3454
+ .object({
3455
+ availability_zones: z.int().optional(),
3456
+ cidr: z.nullable(z.string()).optional(),
3457
+ type: SyncReconcileResponseTypeCreate$inboundSchema,
3458
+ })
3459
+ .transform(v => {
3460
+ return remap$(v, {
3461
+ availability_zones: "availabilityZones",
3462
+ });
3463
+ });
3464
+ export function syncReconcileResponseNetworkCreateFromJSON(jsonString) {
3465
+ return safeParse(jsonString, x => SyncReconcileResponseNetworkCreate$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseNetworkCreate' from JSON`);
3466
+ }
3467
+ /** @internal */
3468
+ export const SyncReconcileResponseTypeUseDefault$inboundSchema = z.enum(SyncReconcileResponseTypeUseDefault);
3469
+ /** @internal */
3470
+ export const SyncReconcileResponseNetworkUseDefault$inboundSchema = z.object({
3471
+ type: SyncReconcileResponseTypeUseDefault$inboundSchema,
3472
+ });
3473
+ export function syncReconcileResponseNetworkUseDefaultFromJSON(jsonString) {
3474
+ return safeParse(jsonString, x => SyncReconcileResponseNetworkUseDefault$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseNetworkUseDefault' from JSON`);
3475
+ }
3476
+ /** @internal */
3477
+ export const SyncReconcileResponseTelemetry$inboundSchema = z.enum(SyncReconcileResponseTelemetry);
3478
+ /** @internal */
3479
+ export const SyncReconcileResponseUpdates$inboundSchema = z.enum(SyncReconcileResponseUpdates);
3480
+ /** @internal */
3481
+ export const SyncReconcileResponseStackSettings$inboundSchema = z.object({
3482
+ deploymentModel: SyncReconcileResponseDeploymentModel$inboundSchema.optional(),
3483
+ domains: z.nullable(z.any()).optional(),
3484
+ heartbeats: SyncReconcileResponseHeartbeats$inboundSchema.optional(),
3485
+ network: z.nullable(z.any()).optional(),
3486
+ telemetry: SyncReconcileResponseTelemetry$inboundSchema.optional(),
3487
+ updates: SyncReconcileResponseUpdates$inboundSchema.optional(),
3488
+ });
3489
+ export function syncReconcileResponseStackSettingsFromJSON(jsonString) {
3490
+ return safeParse(jsonString, x => SyncReconcileResponseStackSettings$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseStackSettings' from JSON`);
3491
+ }
3492
+ /** @internal */
3493
+ export const TargetConfig$inboundSchema = z.object({
3494
+ allowFrozenChanges: z.boolean().optional(),
3495
+ artifactRegistry: z.nullable(z.any()).optional(),
3496
+ computeBackend: z.nullable(z.any()).optional(),
3497
+ domainMetadata: z.nullable(z.any()).optional(),
3498
+ environmentVariables: z.lazy(() => SyncReconcileResponseEnvironmentVariables$inboundSchema),
3499
+ externalBindings: z
3500
+ .record(z.string(), z.union([
3501
+ z.union([
3502
+ z.lazy(() => SyncReconcileResponseExternalBindingsS3$inboundSchema),
3503
+ z.lazy(() => SyncReconcileResponseExternalBindingsBlob$inboundSchema),
3504
+ z.lazy(() => SyncReconcileResponseExternalBindingsGcs$inboundSchema),
3505
+ z.lazy(() => SyncReconcileResponseExternalBindingsLocalStorage$inboundSchema),
3506
+ ]),
3507
+ z.union([
3508
+ z.lazy(() => SyncReconcileResponseExternalBindingsSqs$inboundSchema),
3509
+ z.lazy(() => SyncReconcileResponseExternalBindingsPubsub$inboundSchema),
3510
+ z.lazy(() => SyncReconcileResponseExternalBindingsServicebus$inboundSchema),
3511
+ ]),
3512
+ z.union([
3513
+ z.lazy(() => SyncReconcileResponseExternalBindingsDynamodb$inboundSchema),
3514
+ z.lazy(() => SyncReconcileResponseExternalBindingsFirestore$inboundSchema),
3515
+ z.lazy(() => SyncReconcileResponseExternalBindingsTablestorage$inboundSchema),
3516
+ z.lazy(() => SyncReconcileResponseExternalBindingsRedis$inboundSchema),
3517
+ z.lazy(() => SyncReconcileResponseExternalBindingsLocalKv$inboundSchema),
3518
+ ]),
3519
+ z.union([
3520
+ z.lazy(() => SyncReconcileResponseExternalBindingsEcr$inboundSchema),
3521
+ z.lazy(() => SyncReconcileResponseExternalBindingsAcr$inboundSchema),
3522
+ z.lazy(() => SyncReconcileResponseExternalBindingsGar$inboundSchema),
3523
+ z.lazy(() => SyncReconcileResponseExternalBindingsLocal$inboundSchema),
3524
+ ]),
3525
+ z.union([
3526
+ z.lazy(() => SyncReconcileResponseExternalBindingsParameterStore$inboundSchema),
3527
+ z.lazy(() => SyncReconcileResponseExternalBindingsSecretManager$inboundSchema),
3528
+ z.lazy(() => SyncReconcileResponseExternalBindingsKeyVault$inboundSchema),
3529
+ z.lazy(() => SyncReconcileResponseExternalBindingsKubernetesSecret$inboundSchema),
3530
+ z.lazy(() => SyncReconcileResponseExternalBindingsLocalVault$inboundSchema),
3531
+ ]),
3532
+ ]))
3533
+ .optional(),
3534
+ imagePullCredentials: z.nullable(z.any()).optional(),
3535
+ managementConfig: z.nullable(z.any()).optional(),
3536
+ monitoring: z.nullable(z.any()).optional(),
3537
+ publicUrls: z.nullable(z.record(z.string(), z.string())).optional(),
3538
+ stackSettings: z.lazy(() => SyncReconcileResponseStackSettings$inboundSchema).optional(),
3539
+ });
3540
+ export function targetConfigFromJSON(jsonString) {
3541
+ return safeParse(jsonString, x => TargetConfig$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'TargetConfig' from JSON`);
3542
+ }
3543
+ /** @internal */
3544
+ export const ManagementReleaseInfoEnum$inboundSchema = z.enum(ManagementReleaseInfoEnum);
3545
+ /** @internal */
3546
+ export const OverrideReleaseInfoAwResource$inboundSchema = z.object({
3547
+ condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
3548
+ resources: z.array(z.string()),
3549
+ });
3550
+ export function overrideReleaseInfoAwResourceFromJSON(jsonString) {
3551
+ return safeParse(jsonString, x => OverrideReleaseInfoAwResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OverrideReleaseInfoAwResource' from JSON`);
3552
+ }
3553
+ /** @internal */
3554
+ export const OverrideReleaseInfoAwStack$inboundSchema = z.object({
3555
+ condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
3556
+ resources: z.array(z.string()),
3557
+ });
3558
+ export function overrideReleaseInfoAwStackFromJSON(jsonString) {
3559
+ return safeParse(jsonString, x => OverrideReleaseInfoAwStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OverrideReleaseInfoAwStack' from JSON`);
3560
+ }
3561
+ /** @internal */
3562
+ export const OverrideReleaseInfoAwBinding$inboundSchema = z.object({
3563
+ resource: z.lazy(() => OverrideReleaseInfoAwResource$inboundSchema).optional(),
3564
+ stack: z.lazy(() => OverrideReleaseInfoAwStack$inboundSchema).optional(),
3565
+ });
3566
+ export function overrideReleaseInfoAwBindingFromJSON(jsonString) {
3567
+ return safeParse(jsonString, x => OverrideReleaseInfoAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OverrideReleaseInfoAwBinding' from JSON`);
3568
+ }
3569
+ /** @internal */
3570
+ export const OverrideReleaseInfoAwGrant$inboundSchema = z.object({
3571
+ actions: z.nullable(z.array(z.string())).optional(),
3572
+ dataActions: z.nullable(z.array(z.string())).optional(),
3573
+ permissions: z.nullable(z.array(z.string())).optional(),
3574
+ });
3575
+ export function overrideReleaseInfoAwGrantFromJSON(jsonString) {
3576
+ return safeParse(jsonString, x => OverrideReleaseInfoAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OverrideReleaseInfoAwGrant' from JSON`);
3577
+ }
3578
+ /** @internal */
3579
+ export const OverrideReleaseInfoAw$inboundSchema = z.object({
3580
+ binding: z.lazy(() => OverrideReleaseInfoAwBinding$inboundSchema),
3581
+ grant: z.lazy(() => OverrideReleaseInfoAwGrant$inboundSchema),
3582
+ });
3583
+ export function overrideReleaseInfoAwFromJSON(jsonString) {
3584
+ return safeParse(jsonString, x => OverrideReleaseInfoAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OverrideReleaseInfoAw' from JSON`);
3585
+ }
3586
+ /** @internal */
3587
+ export const OverrideReleaseInfoAzureResource$inboundSchema = z.object({
3588
+ scope: z.string(),
3589
+ });
3590
+ export function overrideReleaseInfoAzureResourceFromJSON(jsonString) {
3591
+ return safeParse(jsonString, x => OverrideReleaseInfoAzureResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OverrideReleaseInfoAzureResource' from JSON`);
3592
+ }
3593
+ /** @internal */
3594
+ export const OverrideReleaseInfoAzureStack$inboundSchema = z.object({
3595
+ scope: z.string(),
3596
+ });
3597
+ export function overrideReleaseInfoAzureStackFromJSON(jsonString) {
3598
+ return safeParse(jsonString, x => OverrideReleaseInfoAzureStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OverrideReleaseInfoAzureStack' from JSON`);
3599
+ }
3600
+ /** @internal */
3601
+ export const OverrideReleaseInfoAzureBinding$inboundSchema = z.object({
3602
+ resource: z.lazy(() => OverrideReleaseInfoAzureResource$inboundSchema).optional(),
3603
+ stack: z.lazy(() => OverrideReleaseInfoAzureStack$inboundSchema).optional(),
3604
+ });
3605
+ export function overrideReleaseInfoAzureBindingFromJSON(jsonString) {
3606
+ return safeParse(jsonString, x => OverrideReleaseInfoAzureBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OverrideReleaseInfoAzureBinding' from JSON`);
3607
+ }
3608
+ /** @internal */
3609
+ export const OverrideReleaseInfoAzureGrant$inboundSchema = z.object({
3610
+ actions: z.nullable(z.array(z.string())).optional(),
3611
+ dataActions: z.nullable(z.array(z.string())).optional(),
3612
+ permissions: z.nullable(z.array(z.string())).optional(),
3613
+ });
3614
+ export function overrideReleaseInfoAzureGrantFromJSON(jsonString) {
3615
+ return safeParse(jsonString, x => OverrideReleaseInfoAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OverrideReleaseInfoAzureGrant' from JSON`);
3616
+ }
3617
+ /** @internal */
3618
+ export const OverrideReleaseInfoAzure$inboundSchema = z.object({
3619
+ binding: z.lazy(() => OverrideReleaseInfoAzureBinding$inboundSchema),
3620
+ grant: z.lazy(() => OverrideReleaseInfoAzureGrant$inboundSchema),
3621
+ });
3622
+ export function overrideReleaseInfoAzureFromJSON(jsonString) {
3623
+ return safeParse(jsonString, x => OverrideReleaseInfoAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OverrideReleaseInfoAzure' from JSON`);
3624
+ }
3625
+ /** @internal */
3626
+ export const OverrideConditionReleaseInfoResource$inboundSchema = z.object({
3627
+ expression: z.string(),
3628
+ title: z.string(),
3629
+ });
3630
+ export function overrideConditionReleaseInfoResourceFromJSON(jsonString) {
3631
+ return safeParse(jsonString, x => OverrideConditionReleaseInfoResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OverrideConditionReleaseInfoResource' from JSON`);
3632
+ }
3633
+ /** @internal */
3634
+ export const OverrideReleaseInfoGcpResource$inboundSchema = z.object({
3635
+ condition: z.nullable(z.any()).optional(),
3636
+ scope: z.string(),
3637
+ });
3638
+ export function overrideReleaseInfoGcpResourceFromJSON(jsonString) {
3639
+ return safeParse(jsonString, x => OverrideReleaseInfoGcpResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OverrideReleaseInfoGcpResource' from JSON`);
3640
+ }
3641
+ /** @internal */
3642
+ export const OverrideConditionReleaseInfo$inboundSchema = z.object({
3643
+ expression: z.string(),
3644
+ title: z.string(),
3645
+ });
3646
+ export function overrideConditionReleaseInfoFromJSON(jsonString) {
3647
+ return safeParse(jsonString, x => OverrideConditionReleaseInfo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OverrideConditionReleaseInfo' from JSON`);
3648
+ }
3649
+ /** @internal */
3650
+ export const OverrideReleaseInfoGcpStack$inboundSchema = z.object({
3651
+ condition: z.nullable(z.any()).optional(),
3652
+ scope: z.string(),
3653
+ });
3654
+ export function overrideReleaseInfoGcpStackFromJSON(jsonString) {
3655
+ return safeParse(jsonString, x => OverrideReleaseInfoGcpStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OverrideReleaseInfoGcpStack' from JSON`);
3656
+ }
3657
+ /** @internal */
3658
+ export const OverrideReleaseInfoGcpBinding$inboundSchema = z.object({
3659
+ resource: z.lazy(() => OverrideReleaseInfoGcpResource$inboundSchema).optional(),
3660
+ stack: z.lazy(() => OverrideReleaseInfoGcpStack$inboundSchema).optional(),
3661
+ });
3662
+ export function overrideReleaseInfoGcpBindingFromJSON(jsonString) {
3663
+ return safeParse(jsonString, x => OverrideReleaseInfoGcpBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OverrideReleaseInfoGcpBinding' from JSON`);
3664
+ }
3665
+ /** @internal */
3666
+ export const OverrideReleaseInfoGcpGrant$inboundSchema = z.object({
3667
+ actions: z.nullable(z.array(z.string())).optional(),
3668
+ dataActions: z.nullable(z.array(z.string())).optional(),
3669
+ permissions: z.nullable(z.array(z.string())).optional(),
3670
+ });
3671
+ export function overrideReleaseInfoGcpGrantFromJSON(jsonString) {
3672
+ return safeParse(jsonString, x => OverrideReleaseInfoGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OverrideReleaseInfoGcpGrant' from JSON`);
3673
+ }
3674
+ /** @internal */
3675
+ export const OverrideReleaseInfoGcp$inboundSchema = z.object({
3676
+ binding: z.lazy(() => OverrideReleaseInfoGcpBinding$inboundSchema),
3677
+ grant: z.lazy(() => OverrideReleaseInfoGcpGrant$inboundSchema),
3678
+ });
3679
+ export function overrideReleaseInfoGcpFromJSON(jsonString) {
3680
+ return safeParse(jsonString, x => OverrideReleaseInfoGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OverrideReleaseInfoGcp' from JSON`);
3681
+ }
3682
+ /** @internal */
3683
+ export const OverrideReleaseInfoPlatforms$inboundSchema = z.object({
3684
+ aws: z.nullable(z.array(z.lazy(() => OverrideReleaseInfoAw$inboundSchema))).optional(),
3685
+ azure: z.nullable(z.array(z.lazy(() => OverrideReleaseInfoAzure$inboundSchema))).optional(),
3686
+ gcp: z.nullable(z.array(z.lazy(() => OverrideReleaseInfoGcp$inboundSchema))).optional(),
3687
+ });
3688
+ export function overrideReleaseInfoPlatformsFromJSON(jsonString) {
3689
+ return safeParse(jsonString, x => OverrideReleaseInfoPlatforms$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OverrideReleaseInfoPlatforms' from JSON`);
3690
+ }
3691
+ /** @internal */
3692
+ export const OverrideReleaseInfo$inboundSchema = z.object({
3693
+ description: z.string(),
3694
+ id: z.string(),
3695
+ platforms: z.lazy(() => OverrideReleaseInfoPlatforms$inboundSchema),
3696
+ });
3697
+ export function overrideReleaseInfoFromJSON(jsonString) {
3698
+ return safeParse(jsonString, x => OverrideReleaseInfo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OverrideReleaseInfo' from JSON`);
3699
+ }
3700
+ /** @internal */
3701
+ export const ReleaseInfoOverrideUnion$inboundSchema = z.union([z.lazy(() => OverrideReleaseInfo$inboundSchema), z.string()]);
3702
+ export function releaseInfoOverrideUnionFromJSON(jsonString) {
3703
+ return safeParse(jsonString, x => ReleaseInfoOverrideUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ReleaseInfoOverrideUnion' from JSON`);
3704
+ }
3705
+ /** @internal */
3706
+ export const ManagementReleaseInfo2$inboundSchema = z.object({
3707
+ override: z.record(z.string(), z.array(z.union([z.lazy(() => OverrideReleaseInfo$inboundSchema), z.string()]))),
3708
+ });
3709
+ export function managementReleaseInfo2FromJSON(jsonString) {
3710
+ return safeParse(jsonString, x => ManagementReleaseInfo2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ManagementReleaseInfo2' from JSON`);
3711
+ }
3712
+ /** @internal */
3713
+ export const ExtendReleaseInfoAwResource$inboundSchema = z.object({
3714
+ condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
3715
+ resources: z.array(z.string()),
3716
+ });
3717
+ export function extendReleaseInfoAwResourceFromJSON(jsonString) {
3718
+ return safeParse(jsonString, x => ExtendReleaseInfoAwResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ExtendReleaseInfoAwResource' from JSON`);
3719
+ }
3720
+ /** @internal */
3721
+ export const ExtendReleaseInfoAwStack$inboundSchema = z.object({
3722
+ condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
3723
+ resources: z.array(z.string()),
3724
+ });
3725
+ export function extendReleaseInfoAwStackFromJSON(jsonString) {
3726
+ return safeParse(jsonString, x => ExtendReleaseInfoAwStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ExtendReleaseInfoAwStack' from JSON`);
3727
+ }
3728
+ /** @internal */
3729
+ export const ExtendReleaseInfoAwBinding$inboundSchema = z.object({
3730
+ resource: z.lazy(() => ExtendReleaseInfoAwResource$inboundSchema).optional(),
3731
+ stack: z.lazy(() => ExtendReleaseInfoAwStack$inboundSchema).optional(),
3732
+ });
3733
+ export function extendReleaseInfoAwBindingFromJSON(jsonString) {
3734
+ return safeParse(jsonString, x => ExtendReleaseInfoAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ExtendReleaseInfoAwBinding' from JSON`);
3735
+ }
3736
+ /** @internal */
3737
+ export const ExtendReleaseInfoAwGrant$inboundSchema = z.object({
3738
+ actions: z.nullable(z.array(z.string())).optional(),
3739
+ dataActions: z.nullable(z.array(z.string())).optional(),
3740
+ permissions: z.nullable(z.array(z.string())).optional(),
3741
+ });
3742
+ export function extendReleaseInfoAwGrantFromJSON(jsonString) {
3743
+ return safeParse(jsonString, x => ExtendReleaseInfoAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ExtendReleaseInfoAwGrant' from JSON`);
3744
+ }
3745
+ /** @internal */
3746
+ export const ExtendReleaseInfoAw$inboundSchema = z.object({
3747
+ binding: z.lazy(() => ExtendReleaseInfoAwBinding$inboundSchema),
3748
+ grant: z.lazy(() => ExtendReleaseInfoAwGrant$inboundSchema),
3749
+ });
3750
+ export function extendReleaseInfoAwFromJSON(jsonString) {
3751
+ return safeParse(jsonString, x => ExtendReleaseInfoAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ExtendReleaseInfoAw' from JSON`);
3752
+ }
3753
+ /** @internal */
3754
+ export const ExtendReleaseInfoAzureResource$inboundSchema = z.object({
3755
+ scope: z.string(),
3756
+ });
3757
+ export function extendReleaseInfoAzureResourceFromJSON(jsonString) {
3758
+ return safeParse(jsonString, x => ExtendReleaseInfoAzureResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ExtendReleaseInfoAzureResource' from JSON`);
3759
+ }
3760
+ /** @internal */
3761
+ export const ExtendReleaseInfoAzureStack$inboundSchema = z.object({
3762
+ scope: z.string(),
3763
+ });
3764
+ export function extendReleaseInfoAzureStackFromJSON(jsonString) {
3765
+ return safeParse(jsonString, x => ExtendReleaseInfoAzureStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ExtendReleaseInfoAzureStack' from JSON`);
3766
+ }
3767
+ /** @internal */
3768
+ export const ExtendReleaseInfoAzureBinding$inboundSchema = z.object({
3769
+ resource: z.lazy(() => ExtendReleaseInfoAzureResource$inboundSchema).optional(),
3770
+ stack: z.lazy(() => ExtendReleaseInfoAzureStack$inboundSchema).optional(),
3771
+ });
3772
+ export function extendReleaseInfoAzureBindingFromJSON(jsonString) {
3773
+ return safeParse(jsonString, x => ExtendReleaseInfoAzureBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ExtendReleaseInfoAzureBinding' from JSON`);
3774
+ }
3775
+ /** @internal */
3776
+ export const ExtendReleaseInfoAzureGrant$inboundSchema = z.object({
3777
+ actions: z.nullable(z.array(z.string())).optional(),
3778
+ dataActions: z.nullable(z.array(z.string())).optional(),
3779
+ permissions: z.nullable(z.array(z.string())).optional(),
3780
+ });
3781
+ export function extendReleaseInfoAzureGrantFromJSON(jsonString) {
3782
+ return safeParse(jsonString, x => ExtendReleaseInfoAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ExtendReleaseInfoAzureGrant' from JSON`);
3783
+ }
3784
+ /** @internal */
3785
+ export const ExtendReleaseInfoAzure$inboundSchema = z.object({
3786
+ binding: z.lazy(() => ExtendReleaseInfoAzureBinding$inboundSchema),
3787
+ grant: z.lazy(() => ExtendReleaseInfoAzureGrant$inboundSchema),
3788
+ });
3789
+ export function extendReleaseInfoAzureFromJSON(jsonString) {
3790
+ return safeParse(jsonString, x => ExtendReleaseInfoAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ExtendReleaseInfoAzure' from JSON`);
3791
+ }
3792
+ /** @internal */
3793
+ export const ExtendConditionReleaseInfoResource$inboundSchema = z.object({
3794
+ expression: z.string(),
3795
+ title: z.string(),
3796
+ });
3797
+ export function extendConditionReleaseInfoResourceFromJSON(jsonString) {
3798
+ return safeParse(jsonString, x => ExtendConditionReleaseInfoResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ExtendConditionReleaseInfoResource' from JSON`);
3799
+ }
3800
+ /** @internal */
3801
+ export const ExtendReleaseInfoGcpResource$inboundSchema = z.object({
3802
+ condition: z.nullable(z.any()).optional(),
3803
+ scope: z.string(),
3804
+ });
3805
+ export function extendReleaseInfoGcpResourceFromJSON(jsonString) {
3806
+ return safeParse(jsonString, x => ExtendReleaseInfoGcpResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ExtendReleaseInfoGcpResource' from JSON`);
3807
+ }
3808
+ /** @internal */
3809
+ export const ExtendConditionReleaseInfo$inboundSchema = z.object({
3810
+ expression: z.string(),
3811
+ title: z.string(),
3812
+ });
3813
+ export function extendConditionReleaseInfoFromJSON(jsonString) {
3814
+ return safeParse(jsonString, x => ExtendConditionReleaseInfo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ExtendConditionReleaseInfo' from JSON`);
3815
+ }
3816
+ /** @internal */
3817
+ export const ExtendReleaseInfoGcpStack$inboundSchema = z.object({
3818
+ condition: z.nullable(z.any()).optional(),
3819
+ scope: z.string(),
3820
+ });
3821
+ export function extendReleaseInfoGcpStackFromJSON(jsonString) {
3822
+ return safeParse(jsonString, x => ExtendReleaseInfoGcpStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ExtendReleaseInfoGcpStack' from JSON`);
3823
+ }
3824
+ /** @internal */
3825
+ export const ExtendReleaseInfoGcpBinding$inboundSchema = z.object({
3826
+ resource: z.lazy(() => ExtendReleaseInfoGcpResource$inboundSchema).optional(),
3827
+ stack: z.lazy(() => ExtendReleaseInfoGcpStack$inboundSchema).optional(),
3828
+ });
3829
+ export function extendReleaseInfoGcpBindingFromJSON(jsonString) {
3830
+ return safeParse(jsonString, x => ExtendReleaseInfoGcpBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ExtendReleaseInfoGcpBinding' from JSON`);
3831
+ }
3832
+ /** @internal */
3833
+ export const ExtendReleaseInfoGcpGrant$inboundSchema = z.object({
3834
+ actions: z.nullable(z.array(z.string())).optional(),
3835
+ dataActions: z.nullable(z.array(z.string())).optional(),
3836
+ permissions: z.nullable(z.array(z.string())).optional(),
3837
+ });
3838
+ export function extendReleaseInfoGcpGrantFromJSON(jsonString) {
3839
+ return safeParse(jsonString, x => ExtendReleaseInfoGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ExtendReleaseInfoGcpGrant' from JSON`);
3840
+ }
3841
+ /** @internal */
3842
+ export const ExtendReleaseInfoGcp$inboundSchema = z.object({
3843
+ binding: z.lazy(() => ExtendReleaseInfoGcpBinding$inboundSchema),
3844
+ grant: z.lazy(() => ExtendReleaseInfoGcpGrant$inboundSchema),
3845
+ });
3846
+ export function extendReleaseInfoGcpFromJSON(jsonString) {
3847
+ return safeParse(jsonString, x => ExtendReleaseInfoGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ExtendReleaseInfoGcp' from JSON`);
3848
+ }
3849
+ /** @internal */
3850
+ export const ExtendReleaseInfoPlatforms$inboundSchema = z.object({
3851
+ aws: z.nullable(z.array(z.lazy(() => ExtendReleaseInfoAw$inboundSchema))).optional(),
3852
+ azure: z.nullable(z.array(z.lazy(() => ExtendReleaseInfoAzure$inboundSchema))).optional(),
3853
+ gcp: z.nullable(z.array(z.lazy(() => ExtendReleaseInfoGcp$inboundSchema))).optional(),
3854
+ });
3855
+ export function extendReleaseInfoPlatformsFromJSON(jsonString) {
3856
+ return safeParse(jsonString, x => ExtendReleaseInfoPlatforms$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ExtendReleaseInfoPlatforms' from JSON`);
3857
+ }
3858
+ /** @internal */
3859
+ export const ExtendReleaseInfo$inboundSchema = z.object({
3860
+ description: z.string(),
3861
+ id: z.string(),
3862
+ platforms: z.lazy(() => ExtendReleaseInfoPlatforms$inboundSchema),
3863
+ });
3864
+ export function extendReleaseInfoFromJSON(jsonString) {
3865
+ return safeParse(jsonString, x => ExtendReleaseInfo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ExtendReleaseInfo' from JSON`);
3866
+ }
3867
+ /** @internal */
3868
+ export const ReleaseInfoExtendUnion$inboundSchema = z.union([z.lazy(() => ExtendReleaseInfo$inboundSchema), z.string()]);
3869
+ export function releaseInfoExtendUnionFromJSON(jsonString) {
3870
+ return safeParse(jsonString, x => ReleaseInfoExtendUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ReleaseInfoExtendUnion' from JSON`);
3871
+ }
3872
+ /** @internal */
3873
+ export const ManagementReleaseInfo1$inboundSchema = z.object({
3874
+ extend: z.record(z.string(), z.array(z.union([z.lazy(() => ExtendReleaseInfo$inboundSchema), z.string()]))),
3875
+ });
3876
+ export function managementReleaseInfo1FromJSON(jsonString) {
3877
+ return safeParse(jsonString, x => ManagementReleaseInfo1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ManagementReleaseInfo1' from JSON`);
3878
+ }
3879
+ /** @internal */
3880
+ export const ReleaseInfoManagementUnion$inboundSchema = z.union([
3881
+ z.lazy(() => ManagementReleaseInfo1$inboundSchema),
3882
+ z.lazy(() => ManagementReleaseInfo2$inboundSchema),
3883
+ ManagementReleaseInfoEnum$inboundSchema,
3884
+ ]);
3885
+ export function releaseInfoManagementUnionFromJSON(jsonString) {
3886
+ return safeParse(jsonString, x => ReleaseInfoManagementUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ReleaseInfoManagementUnion' from JSON`);
3887
+ }
3888
+ /** @internal */
3889
+ export const ProfileReleaseInfoAwResource$inboundSchema = z.object({
3890
+ condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
3891
+ resources: z.array(z.string()),
3892
+ });
3893
+ export function profileReleaseInfoAwResourceFromJSON(jsonString) {
3894
+ return safeParse(jsonString, x => ProfileReleaseInfoAwResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProfileReleaseInfoAwResource' from JSON`);
3895
+ }
3896
+ /** @internal */
3897
+ export const ProfileReleaseInfoAwStack$inboundSchema = z.object({
3898
+ condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string()))).optional(),
3899
+ resources: z.array(z.string()),
3900
+ });
3901
+ export function profileReleaseInfoAwStackFromJSON(jsonString) {
3902
+ return safeParse(jsonString, x => ProfileReleaseInfoAwStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProfileReleaseInfoAwStack' from JSON`);
3903
+ }
3904
+ /** @internal */
3905
+ export const ProfileReleaseInfoAwBinding$inboundSchema = z.object({
3906
+ resource: z.lazy(() => ProfileReleaseInfoAwResource$inboundSchema).optional(),
3907
+ stack: z.lazy(() => ProfileReleaseInfoAwStack$inboundSchema).optional(),
3908
+ });
3909
+ export function profileReleaseInfoAwBindingFromJSON(jsonString) {
3910
+ return safeParse(jsonString, x => ProfileReleaseInfoAwBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProfileReleaseInfoAwBinding' from JSON`);
3911
+ }
3912
+ /** @internal */
3913
+ export const ProfileReleaseInfoAwGrant$inboundSchema = z.object({
3914
+ actions: z.nullable(z.array(z.string())).optional(),
3915
+ dataActions: z.nullable(z.array(z.string())).optional(),
3916
+ permissions: z.nullable(z.array(z.string())).optional(),
3917
+ });
3918
+ export function profileReleaseInfoAwGrantFromJSON(jsonString) {
3919
+ return safeParse(jsonString, x => ProfileReleaseInfoAwGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProfileReleaseInfoAwGrant' from JSON`);
3920
+ }
3921
+ /** @internal */
3922
+ export const ProfileReleaseInfoAw$inboundSchema = z.object({
3923
+ binding: z.lazy(() => ProfileReleaseInfoAwBinding$inboundSchema),
3924
+ grant: z.lazy(() => ProfileReleaseInfoAwGrant$inboundSchema),
3925
+ });
3926
+ export function profileReleaseInfoAwFromJSON(jsonString) {
3927
+ return safeParse(jsonString, x => ProfileReleaseInfoAw$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProfileReleaseInfoAw' from JSON`);
3928
+ }
3929
+ /** @internal */
3930
+ export const ProfileReleaseInfoAzureResource$inboundSchema = z.object({
3931
+ scope: z.string(),
3932
+ });
3933
+ export function profileReleaseInfoAzureResourceFromJSON(jsonString) {
3934
+ return safeParse(jsonString, x => ProfileReleaseInfoAzureResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProfileReleaseInfoAzureResource' from JSON`);
3935
+ }
3936
+ /** @internal */
3937
+ export const ProfileReleaseInfoAzureStack$inboundSchema = z.object({
3938
+ scope: z.string(),
3939
+ });
3940
+ export function profileReleaseInfoAzureStackFromJSON(jsonString) {
3941
+ return safeParse(jsonString, x => ProfileReleaseInfoAzureStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProfileReleaseInfoAzureStack' from JSON`);
3942
+ }
3943
+ /** @internal */
3944
+ export const ProfileReleaseInfoAzureBinding$inboundSchema = z.object({
3945
+ resource: z.lazy(() => ProfileReleaseInfoAzureResource$inboundSchema).optional(),
3946
+ stack: z.lazy(() => ProfileReleaseInfoAzureStack$inboundSchema).optional(),
3947
+ });
3948
+ export function profileReleaseInfoAzureBindingFromJSON(jsonString) {
3949
+ return safeParse(jsonString, x => ProfileReleaseInfoAzureBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProfileReleaseInfoAzureBinding' from JSON`);
3950
+ }
3951
+ /** @internal */
3952
+ export const ProfileReleaseInfoAzureGrant$inboundSchema = z.object({
3953
+ actions: z.nullable(z.array(z.string())).optional(),
3954
+ dataActions: z.nullable(z.array(z.string())).optional(),
3955
+ permissions: z.nullable(z.array(z.string())).optional(),
3956
+ });
3957
+ export function profileReleaseInfoAzureGrantFromJSON(jsonString) {
3958
+ return safeParse(jsonString, x => ProfileReleaseInfoAzureGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProfileReleaseInfoAzureGrant' from JSON`);
3959
+ }
3960
+ /** @internal */
3961
+ export const ProfileReleaseInfoAzure$inboundSchema = z.object({
3962
+ binding: z.lazy(() => ProfileReleaseInfoAzureBinding$inboundSchema),
3963
+ grant: z.lazy(() => ProfileReleaseInfoAzureGrant$inboundSchema),
3964
+ });
3965
+ export function profileReleaseInfoAzureFromJSON(jsonString) {
3966
+ return safeParse(jsonString, x => ProfileReleaseInfoAzure$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProfileReleaseInfoAzure' from JSON`);
3967
+ }
3968
+ /** @internal */
3969
+ export const ProfileConditionReleaseInfoResource$inboundSchema = z.object({
3970
+ expression: z.string(),
3971
+ title: z.string(),
3972
+ });
3973
+ export function profileConditionReleaseInfoResourceFromJSON(jsonString) {
3974
+ return safeParse(jsonString, x => ProfileConditionReleaseInfoResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProfileConditionReleaseInfoResource' from JSON`);
3975
+ }
3976
+ /** @internal */
3977
+ export const ProfileReleaseInfoGcpResource$inboundSchema = z.object({
3978
+ condition: z.nullable(z.any()).optional(),
3979
+ scope: z.string(),
3980
+ });
3981
+ export function profileReleaseInfoGcpResourceFromJSON(jsonString) {
3982
+ return safeParse(jsonString, x => ProfileReleaseInfoGcpResource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProfileReleaseInfoGcpResource' from JSON`);
3983
+ }
3984
+ /** @internal */
3985
+ export const ProfileConditionReleaseInfo$inboundSchema = z.object({
3986
+ expression: z.string(),
3987
+ title: z.string(),
3988
+ });
3989
+ export function profileConditionReleaseInfoFromJSON(jsonString) {
3990
+ return safeParse(jsonString, x => ProfileConditionReleaseInfo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProfileConditionReleaseInfo' from JSON`);
3991
+ }
3992
+ /** @internal */
3993
+ export const ProfileReleaseInfoGcpStack$inboundSchema = z.object({
3994
+ condition: z.nullable(z.any()).optional(),
3995
+ scope: z.string(),
3996
+ });
3997
+ export function profileReleaseInfoGcpStackFromJSON(jsonString) {
3998
+ return safeParse(jsonString, x => ProfileReleaseInfoGcpStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProfileReleaseInfoGcpStack' from JSON`);
3999
+ }
4000
+ /** @internal */
4001
+ export const ProfileReleaseInfoGcpBinding$inboundSchema = z.object({
4002
+ resource: z.lazy(() => ProfileReleaseInfoGcpResource$inboundSchema).optional(),
4003
+ stack: z.lazy(() => ProfileReleaseInfoGcpStack$inboundSchema).optional(),
4004
+ });
4005
+ export function profileReleaseInfoGcpBindingFromJSON(jsonString) {
4006
+ return safeParse(jsonString, x => ProfileReleaseInfoGcpBinding$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProfileReleaseInfoGcpBinding' from JSON`);
4007
+ }
4008
+ /** @internal */
4009
+ export const ProfileReleaseInfoGcpGrant$inboundSchema = z.object({
4010
+ actions: z.nullable(z.array(z.string())).optional(),
4011
+ dataActions: z.nullable(z.array(z.string())).optional(),
4012
+ permissions: z.nullable(z.array(z.string())).optional(),
4013
+ });
4014
+ export function profileReleaseInfoGcpGrantFromJSON(jsonString) {
4015
+ return safeParse(jsonString, x => ProfileReleaseInfoGcpGrant$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProfileReleaseInfoGcpGrant' from JSON`);
4016
+ }
4017
+ /** @internal */
4018
+ export const ProfileReleaseInfoGcp$inboundSchema = z.object({
4019
+ binding: z.lazy(() => ProfileReleaseInfoGcpBinding$inboundSchema),
4020
+ grant: z.lazy(() => ProfileReleaseInfoGcpGrant$inboundSchema),
4021
+ });
4022
+ export function profileReleaseInfoGcpFromJSON(jsonString) {
4023
+ return safeParse(jsonString, x => ProfileReleaseInfoGcp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProfileReleaseInfoGcp' from JSON`);
4024
+ }
4025
+ /** @internal */
4026
+ export const ProfileReleaseInfoPlatforms$inboundSchema = z.object({
4027
+ aws: z.nullable(z.array(z.lazy(() => ProfileReleaseInfoAw$inboundSchema))).optional(),
4028
+ azure: z.nullable(z.array(z.lazy(() => ProfileReleaseInfoAzure$inboundSchema))).optional(),
4029
+ gcp: z.nullable(z.array(z.lazy(() => ProfileReleaseInfoGcp$inboundSchema))).optional(),
4030
+ });
4031
+ export function profileReleaseInfoPlatformsFromJSON(jsonString) {
4032
+ return safeParse(jsonString, x => ProfileReleaseInfoPlatforms$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProfileReleaseInfoPlatforms' from JSON`);
4033
+ }
4034
+ /** @internal */
4035
+ export const ProfileReleaseInfo$inboundSchema = z.object({
4036
+ description: z.string(),
4037
+ id: z.string(),
4038
+ platforms: z.lazy(() => ProfileReleaseInfoPlatforms$inboundSchema),
4039
+ });
4040
+ export function profileReleaseInfoFromJSON(jsonString) {
4041
+ return safeParse(jsonString, x => ProfileReleaseInfo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProfileReleaseInfo' from JSON`);
4042
+ }
4043
+ /** @internal */
4044
+ export const ReleaseInfoProfileUnion$inboundSchema = z.union([z.lazy(() => ProfileReleaseInfo$inboundSchema), z.string()]);
4045
+ export function releaseInfoProfileUnionFromJSON(jsonString) {
4046
+ return safeParse(jsonString, x => ReleaseInfoProfileUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ReleaseInfoProfileUnion' from JSON`);
4047
+ }
4048
+ /** @internal */
4049
+ export const ReleaseInfoPermissions$inboundSchema = z.object({
4050
+ management: z
4051
+ .union([
4052
+ z.lazy(() => ManagementReleaseInfo1$inboundSchema),
4053
+ z.lazy(() => ManagementReleaseInfo2$inboundSchema),
4054
+ ManagementReleaseInfoEnum$inboundSchema,
4055
+ ])
4056
+ .optional(),
4057
+ profiles: z.record(z.string(), z.record(z.string(), z.array(z.union([z.lazy(() => ProfileReleaseInfo$inboundSchema), z.string()])))),
4058
+ });
4059
+ export function releaseInfoPermissionsFromJSON(jsonString) {
4060
+ return safeParse(jsonString, x => ReleaseInfoPermissions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ReleaseInfoPermissions' from JSON`);
4061
+ }
4062
+ /** @internal */
4063
+ export const ReleaseInfoConfig$inboundSchema = collectExtraKeys$(z
4064
+ .object({
4065
+ id: z.string(),
4066
+ type: z.string(),
4067
+ })
4068
+ .catchall(z.any()), "additionalProperties", true);
4069
+ export function releaseInfoConfigFromJSON(jsonString) {
4070
+ return safeParse(jsonString, x => ReleaseInfoConfig$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ReleaseInfoConfig' from JSON`);
4071
+ }
4072
+ /** @internal */
4073
+ export const ReleaseInfoDependency$inboundSchema = z.object({
4074
+ id: z.string(),
4075
+ type: z.string(),
4076
+ });
4077
+ export function releaseInfoDependencyFromJSON(jsonString) {
4078
+ return safeParse(jsonString, x => ReleaseInfoDependency$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ReleaseInfoDependency' from JSON`);
4079
+ }
4080
+ /** @internal */
4081
+ export const ReleaseInfoLifecycle$inboundSchema = z.enum(ReleaseInfoLifecycle);
4082
+ /** @internal */
4083
+ export const ReleaseInfoResources$inboundSchema = z.object({
4084
+ config: z.lazy(() => ReleaseInfoConfig$inboundSchema),
4085
+ dependencies: z.array(z.lazy(() => ReleaseInfoDependency$inboundSchema)),
4086
+ lifecycle: ReleaseInfoLifecycle$inboundSchema,
4087
+ remoteAccess: z.boolean().optional(),
4088
+ });
4089
+ export function releaseInfoResourcesFromJSON(jsonString) {
4090
+ return safeParse(jsonString, x => ReleaseInfoResources$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ReleaseInfoResources' from JSON`);
4091
+ }
4092
+ /** @internal */
4093
+ export const ReleaseInfoStack$inboundSchema = z.object({
4094
+ id: z.string(),
4095
+ permissions: z.lazy(() => ReleaseInfoPermissions$inboundSchema).optional(),
4096
+ resources: z.record(z.string(), z.lazy(() => ReleaseInfoResources$inboundSchema)),
4097
+ });
4098
+ export function releaseInfoStackFromJSON(jsonString) {
4099
+ return safeParse(jsonString, x => ReleaseInfoStack$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ReleaseInfoStack' from JSON`);
4100
+ }
4101
+ /** @internal */
4102
+ export const ReleaseInfo$inboundSchema = z.object({
4103
+ description: z.nullable(z.string()).optional(),
4104
+ releaseId: z.string(),
4105
+ stack: z.lazy(() => ReleaseInfoStack$inboundSchema),
4106
+ version: z.nullable(z.string()).optional(),
4107
+ });
4108
+ export function releaseInfoFromJSON(jsonString) {
4109
+ return safeParse(jsonString, x => ReleaseInfo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ReleaseInfo' from JSON`);
4110
+ }
4111
+ /** @internal */
4112
+ export const SyncReconcileResponseTarget$inboundSchema = z.object({
4113
+ config: z.lazy(() => TargetConfig$inboundSchema),
4114
+ releaseInfo: z.lazy(() => ReleaseInfo$inboundSchema),
4115
+ });
4116
+ export function syncReconcileResponseTargetFromJSON(jsonString) {
4117
+ return safeParse(jsonString, x => SyncReconcileResponseTarget$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponseTarget' from JSON`);
4118
+ }
4119
+ /** @internal */
4120
+ export const SyncReconcileResponse$inboundSchema = z.object({
4121
+ success: z.boolean(),
4122
+ current: z.lazy(() => SyncReconcileResponseCurrent$inboundSchema),
4123
+ target: z.lazy(() => SyncReconcileResponseTarget$inboundSchema).optional(),
4124
+ });
4125
+ export function syncReconcileResponseFromJSON(jsonString) {
4126
+ return safeParse(jsonString, x => SyncReconcileResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SyncReconcileResponse' from JSON`);
4127
+ }
4128
+ //# sourceMappingURL=syncreconcileresponse.js.map