@vercel/sdk 1.6.2 → 1.6.4

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 (271) hide show
  1. package/README.md +2 -10
  2. package/bin/mcp-server.js +4541 -3497
  3. package/bin/mcp-server.js.map +36 -48
  4. package/docs/sdks/edgeconfig/README.md +2 -6
  5. package/docs/sdks/integrations/README.md +0 -161
  6. package/docs/sdks/logdrains/README.md +0 -260
  7. package/docs/sdks/marketplace/README.md +2 -6
  8. package/docs/sdks/security/README.md +90 -0
  9. package/docs/sdks/webhooks/README.md +2 -6
  10. package/esm/__tests__/deployments.test.js +16 -1
  11. package/esm/__tests__/deployments.test.js.map +1 -1
  12. package/esm/__tests__/integrations.test.js +5 -40
  13. package/esm/__tests__/integrations.test.js.map +1 -1
  14. package/esm/__tests__/logdrains.test.js +7 -89
  15. package/esm/__tests__/logdrains.test.js.map +1 -1
  16. package/esm/__tests__/marketplace.test.js +7 -2
  17. package/esm/__tests__/marketplace.test.js.map +1 -1
  18. package/esm/__tests__/projects.test.js +4 -4
  19. package/esm/__tests__/projects.test.js.map +1 -1
  20. package/esm/__tests__/security.test.js +164 -17
  21. package/esm/__tests__/security.test.js.map +1 -1
  22. package/esm/funcs/securityPutFirewallConfig.d.ts +19 -0
  23. package/esm/funcs/securityPutFirewallConfig.d.ts.map +1 -0
  24. package/esm/funcs/{logDrainsCreateConfigurableLogDrain.js → securityPutFirewallConfig.js} +13 -11
  25. package/esm/funcs/securityPutFirewallConfig.js.map +1 -0
  26. package/esm/lib/config.d.ts +3 -3
  27. package/esm/lib/config.js +3 -3
  28. package/esm/lib/matchers.d.ts +3 -1
  29. package/esm/lib/matchers.d.ts.map +1 -1
  30. package/esm/lib/matchers.js +10 -0
  31. package/esm/lib/matchers.js.map +1 -1
  32. package/esm/lib/sdks.js +7 -2
  33. package/esm/lib/sdks.js.map +1 -1
  34. package/esm/mcp-server/mcp-server.js +1 -1
  35. package/esm/mcp-server/server.d.ts.map +1 -1
  36. package/esm/mcp-server/server.js +3 -11
  37. package/esm/mcp-server/server.js.map +1 -1
  38. package/esm/mcp-server/tools/securityPutFirewallConfig.d.ts +7 -0
  39. package/esm/mcp-server/tools/securityPutFirewallConfig.d.ts.map +1 -0
  40. package/esm/mcp-server/tools/securityPutFirewallConfig.js +28 -0
  41. package/esm/mcp-server/tools/{integrationsGitNamespaces.js.map → securityPutFirewallConfig.js.map} +1 -1
  42. package/esm/models/authtoken.d.ts +6 -0
  43. package/esm/models/authtoken.d.ts.map +1 -1
  44. package/esm/models/authtoken.js +2 -0
  45. package/esm/models/authtoken.js.map +1 -1
  46. package/esm/models/authuser.d.ts +87 -0
  47. package/esm/models/authuser.d.ts.map +1 -1
  48. package/esm/models/authuser.js +57 -0
  49. package/esm/models/authuser.js.map +1 -1
  50. package/esm/models/canceldeploymentop.d.ts +277 -76
  51. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  52. package/esm/models/canceldeploymentop.js +271 -73
  53. package/esm/models/canceldeploymentop.js.map +1 -1
  54. package/esm/models/createdeploymentop.d.ts +274 -73
  55. package/esm/models/createdeploymentop.d.ts.map +1 -1
  56. package/esm/models/createdeploymentop.js +270 -72
  57. package/esm/models/createdeploymentop.js.map +1 -1
  58. package/esm/models/createlogdrainop.d.ts +51 -51
  59. package/esm/models/createlogdrainop.d.ts.map +1 -1
  60. package/esm/models/createlogdrainop.js +74 -75
  61. package/esm/models/createlogdrainop.js.map +1 -1
  62. package/esm/models/createprojectenvop.d.ts +12 -18
  63. package/esm/models/createprojectenvop.d.ts.map +1 -1
  64. package/esm/models/createprojectenvop.js +12 -12
  65. package/esm/models/createprojectenvop.js.map +1 -1
  66. package/esm/models/createprojectop.d.ts +221 -29
  67. package/esm/models/createprojectop.d.ts.map +1 -1
  68. package/esm/models/createprojectop.js +174 -11
  69. package/esm/models/createprojectop.js.map +1 -1
  70. package/esm/models/editprojectenvop.d.ts +4 -7
  71. package/esm/models/editprojectenvop.d.ts.map +1 -1
  72. package/esm/models/editprojectenvop.js +4 -4
  73. package/esm/models/editprojectenvop.js.map +1 -1
  74. package/esm/models/exchangessotokenop.d.ts +34 -0
  75. package/esm/models/exchangessotokenop.d.ts.map +1 -1
  76. package/esm/models/exchangessotokenop.js +25 -0
  77. package/esm/models/exchangessotokenop.js.map +1 -1
  78. package/esm/models/filterprojectenvsop.d.ts +18 -27
  79. package/esm/models/filterprojectenvsop.d.ts.map +1 -1
  80. package/esm/models/filterprojectenvsop.js +18 -18
  81. package/esm/models/filterprojectenvsop.js.map +1 -1
  82. package/esm/models/getconfigurationsop.d.ts +19 -16
  83. package/esm/models/getconfigurationsop.d.ts.map +1 -1
  84. package/esm/models/getconfigurationsop.js +25 -27
  85. package/esm/models/getconfigurationsop.js.map +1 -1
  86. package/esm/models/getcustomenvironmentop.d.ts +3 -0
  87. package/esm/models/getcustomenvironmentop.d.ts.map +1 -1
  88. package/esm/models/getcustomenvironmentop.js.map +1 -1
  89. package/esm/models/getdeploymentop.d.ts +574 -172
  90. package/esm/models/getdeploymentop.d.ts.map +1 -1
  91. package/esm/models/getdeploymentop.js +567 -171
  92. package/esm/models/getdeploymentop.js.map +1 -1
  93. package/esm/models/getfirewallconfigop.d.ts +214 -214
  94. package/esm/models/getfirewallconfigop.d.ts.map +1 -1
  95. package/esm/models/getfirewallconfigop.js +210 -231
  96. package/esm/models/getfirewallconfigop.js.map +1 -1
  97. package/esm/models/getintegrationlogdrainsop.d.ts +11 -11
  98. package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
  99. package/esm/models/getintegrationlogdrainsop.js +14 -13
  100. package/esm/models/getintegrationlogdrainsop.js.map +1 -1
  101. package/esm/models/getprojectdomainsop.d.ts +198 -36
  102. package/esm/models/getprojectdomainsop.d.ts.map +1 -1
  103. package/esm/models/getprojectdomainsop.js +193 -32
  104. package/esm/models/getprojectdomainsop.js.map +1 -1
  105. package/esm/models/getprojectenvop.d.ts +10 -16
  106. package/esm/models/getprojectenvop.d.ts.map +1 -1
  107. package/esm/models/getprojectenvop.js +10 -10
  108. package/esm/models/getprojectenvop.js.map +1 -1
  109. package/esm/models/getprojectsop.d.ts +221 -29
  110. package/esm/models/getprojectsop.d.ts.map +1 -1
  111. package/esm/models/getprojectsop.js +173 -11
  112. package/esm/models/getprojectsop.js.map +1 -1
  113. package/esm/models/getteammembersop.d.ts +9 -9
  114. package/esm/models/getteammembersop.js +3 -3
  115. package/esm/models/getteammembersop.js.map +1 -1
  116. package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts +3 -0
  117. package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts.map +1 -1
  118. package/esm/models/getv9projectsidornamecustomenvironmentsop.js.map +1 -1
  119. package/esm/models/putfirewallconfigop.d.ts +2901 -0
  120. package/esm/models/putfirewallconfigop.d.ts.map +1 -0
  121. package/esm/models/putfirewallconfigop.js +2383 -0
  122. package/esm/models/putfirewallconfigop.js.map +1 -0
  123. package/esm/models/removeprojectenvop.d.ts +18 -27
  124. package/esm/models/removeprojectenvop.d.ts.map +1 -1
  125. package/esm/models/removeprojectenvop.js +18 -18
  126. package/esm/models/removeprojectenvop.js.map +1 -1
  127. package/esm/models/updatefirewallconfigop.d.ts +323 -323
  128. package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
  129. package/esm/models/updatefirewallconfigop.js +379 -357
  130. package/esm/models/updatefirewallconfigop.js.map +1 -1
  131. package/esm/models/updateprojectdatacacheop.d.ts +229 -37
  132. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  133. package/esm/models/updateprojectdatacacheop.js +189 -23
  134. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  135. package/esm/models/updateprojectop.d.ts +221 -29
  136. package/esm/models/updateprojectop.d.ts.map +1 -1
  137. package/esm/models/updateprojectop.js +174 -11
  138. package/esm/models/updateprojectop.js.map +1 -1
  139. package/esm/models/userevent.d.ts +608 -524
  140. package/esm/models/userevent.d.ts.map +1 -1
  141. package/esm/models/userevent.js +748 -666
  142. package/esm/models/userevent.js.map +1 -1
  143. package/esm/sdk/integrations.d.ts +0 -16
  144. package/esm/sdk/integrations.d.ts.map +1 -1
  145. package/esm/sdk/integrations.js +0 -20
  146. package/esm/sdk/integrations.js.map +1 -1
  147. package/esm/sdk/logdrains.d.ts +0 -24
  148. package/esm/sdk/logdrains.d.ts.map +1 -1
  149. package/esm/sdk/logdrains.js +0 -30
  150. package/esm/sdk/logdrains.js.map +1 -1
  151. package/esm/sdk/security.d.ts +8 -0
  152. package/esm/sdk/security.d.ts.map +1 -1
  153. package/esm/sdk/security.js +10 -0
  154. package/esm/sdk/security.js.map +1 -1
  155. package/jsr.json +1 -1
  156. package/package.json +3 -3
  157. package/src/__tests__/deployments.test.ts +16 -1
  158. package/src/__tests__/integrations.test.ts +9 -44
  159. package/src/__tests__/logdrains.test.ts +13 -95
  160. package/src/__tests__/marketplace.test.ts +7 -2
  161. package/src/__tests__/projects.test.ts +4 -4
  162. package/src/__tests__/security.test.ts +166 -19
  163. package/src/funcs/{logDrainsCreateConfigurableLogDrain.ts → securityPutFirewallConfig.ts} +31 -22
  164. package/src/lib/config.ts +3 -3
  165. package/src/lib/matchers.ts +20 -0
  166. package/src/lib/sdks.ts +8 -2
  167. package/src/mcp-server/mcp-server.ts +1 -1
  168. package/src/mcp-server/server.ts +3 -11
  169. package/src/mcp-server/tools/securityPutFirewallConfig.ts +37 -0
  170. package/src/models/authtoken.ts +2 -0
  171. package/src/models/authuser.ts +126 -0
  172. package/src/models/canceldeploymentop.ts +592 -149
  173. package/src/models/createdeploymentop.ts +616 -165
  174. package/src/models/createlogdrainop.ts +95 -112
  175. package/src/models/createprojectenvop.ts +24 -30
  176. package/src/models/createprojectop.ts +378 -21
  177. package/src/models/editprojectenvop.ts +8 -11
  178. package/src/models/exchangessotokenop.ts +44 -0
  179. package/src/models/filterprojectenvsop.ts +36 -45
  180. package/src/models/getconfigurationsop.ts +34 -39
  181. package/src/models/getcustomenvironmentop.ts +3 -0
  182. package/src/models/getdeploymentop.ts +1288 -353
  183. package/src/models/getfirewallconfigop.ts +555 -410
  184. package/src/models/getintegrationlogdrainsop.ts +15 -20
  185. package/src/models/getprojectdomainsop.ts +470 -63
  186. package/src/models/getprojectenvop.ts +20 -26
  187. package/src/models/getprojectsop.ts +380 -22
  188. package/src/models/getteammembersop.ts +3 -3
  189. package/src/models/getv9projectsidornamecustomenvironmentsop.ts +3 -0
  190. package/src/models/putfirewallconfigop.ts +4932 -0
  191. package/src/models/removeprojectenvop.ts +36 -45
  192. package/src/models/updatefirewallconfigop.ts +820 -612
  193. package/src/models/updateprojectdatacacheop.ts +395 -40
  194. package/src/models/updateprojectop.ts +378 -21
  195. package/src/models/userevent.ts +1363 -1203
  196. package/src/sdk/integrations.ts +0 -44
  197. package/src/sdk/logdrains.ts +0 -66
  198. package/src/sdk/security.ts +22 -0
  199. package/vercel-spec.json +1780 -1622
  200. package/esm/funcs/integrationsGitNamespaces.d.ts +0 -18
  201. package/esm/funcs/integrationsGitNamespaces.d.ts.map +0 -1
  202. package/esm/funcs/integrationsGitNamespaces.js +0 -86
  203. package/esm/funcs/integrationsGitNamespaces.js.map +0 -1
  204. package/esm/funcs/integrationsSearchRepo.d.ts +0 -17
  205. package/esm/funcs/integrationsSearchRepo.d.ts.map +0 -1
  206. package/esm/funcs/integrationsSearchRepo.js +0 -89
  207. package/esm/funcs/integrationsSearchRepo.js.map +0 -1
  208. package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts +0 -18
  209. package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts.map +0 -1
  210. package/esm/funcs/logDrainsCreateConfigurableLogDrain.js.map +0 -1
  211. package/esm/funcs/logDrainsGetAllLogDrains.d.ts +0 -18
  212. package/esm/funcs/logDrainsGetAllLogDrains.d.ts.map +0 -1
  213. package/esm/funcs/logDrainsGetAllLogDrains.js +0 -88
  214. package/esm/funcs/logDrainsGetAllLogDrains.js.map +0 -1
  215. package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts +0 -19
  216. package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts.map +0 -1
  217. package/esm/funcs/logDrainsGetConfigurableLogDrain.js +0 -92
  218. package/esm/funcs/logDrainsGetConfigurableLogDrain.js.map +0 -1
  219. package/esm/mcp-server/tools/integrationsGitNamespaces.d.ts +0 -7
  220. package/esm/mcp-server/tools/integrationsGitNamespaces.d.ts.map +0 -1
  221. package/esm/mcp-server/tools/integrationsGitNamespaces.js +0 -28
  222. package/esm/mcp-server/tools/integrationsSearchRepo.d.ts +0 -7
  223. package/esm/mcp-server/tools/integrationsSearchRepo.d.ts.map +0 -1
  224. package/esm/mcp-server/tools/integrationsSearchRepo.js +0 -28
  225. package/esm/mcp-server/tools/integrationsSearchRepo.js.map +0 -1
  226. package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.d.ts +0 -7
  227. package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.d.ts.map +0 -1
  228. package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js +0 -28
  229. package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js.map +0 -1
  230. package/esm/mcp-server/tools/logDrainsGetAllLogDrains.d.ts +0 -7
  231. package/esm/mcp-server/tools/logDrainsGetAllLogDrains.d.ts.map +0 -1
  232. package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js +0 -28
  233. package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js.map +0 -1
  234. package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.d.ts +0 -7
  235. package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.d.ts.map +0 -1
  236. package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js +0 -28
  237. package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js.map +0 -1
  238. package/esm/models/createconfigurablelogdrainop.d.ts +0 -451
  239. package/esm/models/createconfigurablelogdrainop.d.ts.map +0 -1
  240. package/esm/models/createconfigurablelogdrainop.js +0 -348
  241. package/esm/models/createconfigurablelogdrainop.js.map +0 -1
  242. package/esm/models/getalllogdrainsop.d.ts +0 -294
  243. package/esm/models/getalllogdrainsop.d.ts.map +0 -1
  244. package/esm/models/getalllogdrainsop.js +0 -231
  245. package/esm/models/getalllogdrainsop.js.map +0 -1
  246. package/esm/models/getconfigurablelogdrainop.d.ts +0 -292
  247. package/esm/models/getconfigurablelogdrainop.d.ts.map +0 -1
  248. package/esm/models/getconfigurablelogdrainop.js +0 -230
  249. package/esm/models/getconfigurablelogdrainop.js.map +0 -1
  250. package/esm/models/gitnamespacesop.d.ts +0 -126
  251. package/esm/models/gitnamespacesop.d.ts.map +0 -1
  252. package/esm/models/gitnamespacesop.js +0 -115
  253. package/esm/models/gitnamespacesop.js.map +0 -1
  254. package/esm/models/searchrepoop.d.ts +0 -421
  255. package/esm/models/searchrepoop.d.ts.map +0 -1
  256. package/esm/models/searchrepoop.js +0 -385
  257. package/esm/models/searchrepoop.js.map +0 -1
  258. package/src/funcs/integrationsGitNamespaces.ts +0 -185
  259. package/src/funcs/integrationsSearchRepo.ts +0 -181
  260. package/src/funcs/logDrainsGetAllLogDrains.ts +0 -187
  261. package/src/funcs/logDrainsGetConfigurableLogDrain.ts +0 -199
  262. package/src/mcp-server/tools/integrationsGitNamespaces.ts +0 -37
  263. package/src/mcp-server/tools/integrationsSearchRepo.ts +0 -37
  264. package/src/mcp-server/tools/logDrainsCreateConfigurableLogDrain.ts +0 -39
  265. package/src/mcp-server/tools/logDrainsGetAllLogDrains.ts +0 -37
  266. package/src/mcp-server/tools/logDrainsGetConfigurableLogDrain.ts +0 -39
  267. package/src/models/createconfigurablelogdrainop.ts +0 -652
  268. package/src/models/getalllogdrainsop.ts +0 -416
  269. package/src/models/getconfigurablelogdrainop.ts +0 -420
  270. package/src/models/gitnamespacesop.ts +0 -235
  271. package/src/models/searchrepoop.ts +0 -784
@@ -104,12 +104,12 @@ export declare const GetDeploymentResponseBodyChecksConclusion: {
104
104
  readonly Canceled: "canceled";
105
105
  };
106
106
  export type GetDeploymentResponseBodyChecksConclusion = ClosedEnum<typeof GetDeploymentResponseBodyChecksConclusion>;
107
- export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type: {
107
+ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type: {
108
108
  readonly Bitbucket: "bitbucket";
109
109
  };
110
- export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type>;
111
- export type GetDeploymentGitSource9 = {
112
- type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type;
110
+ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type>;
111
+ export type GetDeploymentGitSource12 = {
112
+ type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type;
113
113
  ref: string;
114
114
  sha: string;
115
115
  owner?: string | undefined;
@@ -117,73 +117,112 @@ export type GetDeploymentGitSource9 = {
117
117
  workspaceUuid: string;
118
118
  repoUuid: string;
119
119
  };
120
- export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type: {
120
+ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type: {
121
121
  readonly Gitlab: "gitlab";
122
122
  };
123
- export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type>;
124
- export type GetDeploymentGitSource8 = {
125
- type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type;
123
+ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type>;
124
+ export type GetDeploymentGitSource11 = {
125
+ type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type;
126
126
  ref: string;
127
127
  sha: string;
128
128
  projectId: number;
129
129
  };
130
- export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type: {
130
+ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type: {
131
131
  readonly Github: "github";
132
132
  };
133
- export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type>;
134
- export type GetDeploymentGitSource7 = {
135
- type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type;
133
+ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type>;
134
+ export type GetDeploymentGitSource10 = {
135
+ type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type;
136
+ host: string;
136
137
  ref: string;
137
138
  sha: string;
138
139
  repoId: number;
139
140
  org?: string | undefined;
140
141
  repo?: string | undefined;
141
142
  };
142
- export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type: {
143
+ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type: {
144
+ readonly Github: "github";
145
+ };
146
+ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type>;
147
+ export type GetDeploymentGitSource9 = {
148
+ type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type;
149
+ ref: string;
150
+ sha: string;
151
+ repoId: number;
152
+ org?: string | undefined;
153
+ repo?: string | undefined;
154
+ };
155
+ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type: {
143
156
  readonly Custom: "custom";
144
157
  };
145
- export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type>;
158
+ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type>;
146
159
  /**
147
160
  * Allows custom git sources (local folder mounted to the container) in test mode
148
161
  */
149
- export type GetDeploymentGitSource6 = {
150
- type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type;
162
+ export type GetDeploymentGitSource8 = {
163
+ type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type;
151
164
  ref: string;
152
165
  sha: string;
153
166
  gitUrl: string;
154
167
  };
155
- export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type: {
168
+ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type: {
156
169
  readonly Bitbucket: "bitbucket";
157
170
  };
171
+ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type>;
172
+ export type GetDeploymentGitSource7 = {
173
+ type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type;
174
+ owner: string;
175
+ slug: string;
176
+ ref?: string | null | undefined;
177
+ sha?: string | undefined;
178
+ prId?: number | null | undefined;
179
+ };
180
+ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type: {
181
+ readonly Bitbucket: "bitbucket";
182
+ };
183
+ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type>;
184
+ export type GetDeploymentGitSource6 = {
185
+ type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type;
186
+ workspaceUuid?: string | undefined;
187
+ repoUuid: string;
188
+ ref?: string | null | undefined;
189
+ sha?: string | undefined;
190
+ prId?: number | null | undefined;
191
+ };
192
+ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type: {
193
+ readonly Gitlab: "gitlab";
194
+ };
158
195
  export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type>;
196
+ export type GetDeploymentGitSourceDeploymentsProjectId = string | number;
159
197
  export type GetDeploymentGitSource5 = {
160
198
  type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type;
161
- owner: string;
162
- slug: string;
199
+ projectId: string | number;
163
200
  ref?: string | null | undefined;
164
201
  sha?: string | undefined;
165
202
  prId?: number | null | undefined;
166
203
  };
167
204
  export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody24Type: {
168
- readonly Bitbucket: "bitbucket";
205
+ readonly GithubCustomHost: "github-custom-host";
169
206
  };
170
207
  export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody24Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody24Type>;
171
208
  export type GetDeploymentGitSource4 = {
172
209
  type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody24Type;
173
- workspaceUuid?: string | undefined;
174
- repoUuid: string;
210
+ host: string;
211
+ org: string;
212
+ repo: string;
175
213
  ref?: string | null | undefined;
176
214
  sha?: string | undefined;
177
215
  prId?: number | null | undefined;
178
216
  };
179
217
  export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody23Type: {
180
- readonly Gitlab: "gitlab";
218
+ readonly GithubCustomHost: "github-custom-host";
181
219
  };
182
220
  export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody23Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody23Type>;
183
- export type GetDeploymentGitSourceDeploymentsProjectId = string | number;
221
+ export type GetDeploymentGitSourceDeploymentsRepoId = string | number;
184
222
  export type GetDeploymentGitSource3 = {
185
223
  type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody23Type;
186
- projectId: string | number;
224
+ host: string;
225
+ repoId: string | number;
187
226
  ref?: string | null | undefined;
188
227
  sha?: string | undefined;
189
228
  prId?: number | null | undefined;
@@ -204,7 +243,7 @@ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSON
204
243
  readonly Github: "github";
205
244
  };
206
245
  export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody2Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody2Type>;
207
- export type GetDeploymentGitSourceDeploymentsRepoId = string | number;
246
+ export type GetDeploymentGitSourceRepoId = string | number;
208
247
  export type GetDeploymentGitSource1 = {
209
248
  type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody2Type;
210
249
  repoId: string | number;
@@ -212,7 +251,7 @@ export type GetDeploymentGitSource1 = {
212
251
  sha?: string | undefined;
213
252
  prId?: number | null | undefined;
214
253
  };
215
- export type ResponseBodyGitSource = GetDeploymentGitSource6 | GetDeploymentGitSource8 | GetDeploymentGitSource1 | GetDeploymentGitSource3 | GetDeploymentGitSource2 | GetDeploymentGitSource4 | GetDeploymentGitSource5 | GetDeploymentGitSource7 | GetDeploymentGitSource9;
254
+ export type ResponseBodyGitSource = GetDeploymentGitSource8 | GetDeploymentGitSource11 | GetDeploymentGitSource1 | GetDeploymentGitSource5 | GetDeploymentGitSource2 | GetDeploymentGitSource3 | GetDeploymentGitSource6 | GetDeploymentGitSource7 | GetDeploymentGitSource9 | GetDeploymentGitSource4 | GetDeploymentGitSource10 | GetDeploymentGitSource12;
216
255
  export type GetDeploymentResponseBodyProject = {
217
256
  id: string;
218
257
  name: string;
@@ -265,6 +304,10 @@ export type GetDeploymentResponseBody2 = {
265
304
  aliasAssigned: boolean;
266
305
  bootedAt: number;
267
306
  buildingAt: number;
307
+ /**
308
+ * Since April 2025 it necessary for On-Demand Concurrency Minutes calculation
309
+ */
310
+ buildContainerFinishedAt?: number | undefined;
268
311
  buildSkipped: boolean;
269
312
  creator: GetDeploymentResponseBodyCreator;
270
313
  initReadyAt?: number | undefined;
@@ -308,7 +351,7 @@ export type GetDeploymentResponseBody2 = {
308
351
  * Since November 2023 this field defines a set of regions that we will deploy the lambda to passively Lambdas will be deployed to these regions but only invoked if all of the primary `regions` are marked as out of service
309
352
  */
310
353
  passiveRegions?: Array<string> | undefined;
311
- gitSource?: GetDeploymentGitSource6 | GetDeploymentGitSource8 | GetDeploymentGitSource1 | GetDeploymentGitSource3 | GetDeploymentGitSource2 | GetDeploymentGitSource4 | GetDeploymentGitSource5 | GetDeploymentGitSource7 | GetDeploymentGitSource9 | undefined;
354
+ gitSource?: GetDeploymentGitSource8 | GetDeploymentGitSource11 | GetDeploymentGitSource1 | GetDeploymentGitSource5 | GetDeploymentGitSource2 | GetDeploymentGitSource3 | GetDeploymentGitSource6 | GetDeploymentGitSource7 | GetDeploymentGitSource9 | GetDeploymentGitSource4 | GetDeploymentGitSource10 | GetDeploymentGitSource12 | undefined;
312
355
  meta: {
313
356
  [k: string]: string;
314
357
  };
@@ -575,12 +618,12 @@ export declare const ResponseBodyChecksConclusion: {
575
618
  readonly Canceled: "canceled";
576
619
  };
577
620
  export type ResponseBodyChecksConclusion = ClosedEnum<typeof ResponseBodyChecksConclusion>;
578
- export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type: {
621
+ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type: {
579
622
  readonly Bitbucket: "bitbucket";
580
623
  };
581
- export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type>;
582
- export type GetDeploymentGitSourceDeployments9 = {
583
- type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type;
624
+ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type>;
625
+ export type GetDeploymentGitSourceDeployments12 = {
626
+ type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type;
584
627
  ref: string;
585
628
  sha: string;
586
629
  owner?: string | undefined;
@@ -588,73 +631,112 @@ export type GetDeploymentGitSourceDeployments9 = {
588
631
  workspaceUuid: string;
589
632
  repoUuid: string;
590
633
  };
591
- export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type: {
634
+ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type: {
592
635
  readonly Gitlab: "gitlab";
593
636
  };
594
- export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type>;
595
- export type GetDeploymentGitSourceDeployments8 = {
596
- type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type;
637
+ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type>;
638
+ export type GetDeploymentGitSourceDeployments11 = {
639
+ type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type;
597
640
  ref: string;
598
641
  sha: string;
599
642
  projectId: number;
600
643
  };
601
- export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType: {
644
+ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type: {
602
645
  readonly Github: "github";
603
646
  };
604
- export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType>;
605
- export type GetDeploymentGitSourceDeployments7 = {
606
- type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType;
647
+ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type>;
648
+ export type GetDeploymentGitSourceDeployments10 = {
649
+ type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type;
650
+ host: string;
607
651
  ref: string;
608
652
  sha: string;
609
653
  repoId: number;
610
654
  org?: string | undefined;
611
655
  repo?: string | undefined;
612
656
  };
613
- export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType: {
657
+ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type: {
658
+ readonly Github: "github";
659
+ };
660
+ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type>;
661
+ export type GetDeploymentGitSourceDeployments9 = {
662
+ type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type;
663
+ ref: string;
664
+ sha: string;
665
+ repoId: number;
666
+ org?: string | undefined;
667
+ repo?: string | undefined;
668
+ };
669
+ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type: {
614
670
  readonly Custom: "custom";
615
671
  };
616
- export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType>;
672
+ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type>;
617
673
  /**
618
674
  * Allows custom git sources (local folder mounted to the container) in test mode
619
675
  */
620
- export type GetDeploymentGitSourceDeployments6 = {
621
- type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType;
676
+ export type GetDeploymentGitSourceDeployments8 = {
677
+ type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type;
622
678
  ref: string;
623
679
  sha: string;
624
680
  gitUrl: string;
625
681
  };
626
- export declare const GetDeploymentGitSourceDeploymentsResponse200Type: {
682
+ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType: {
627
683
  readonly Bitbucket: "bitbucket";
628
684
  };
685
+ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType>;
686
+ export type GetDeploymentGitSourceDeployments7 = {
687
+ type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType;
688
+ owner: string;
689
+ slug: string;
690
+ ref?: string | null | undefined;
691
+ sha?: string | undefined;
692
+ prId?: number | null | undefined;
693
+ };
694
+ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType: {
695
+ readonly Bitbucket: "bitbucket";
696
+ };
697
+ export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType>;
698
+ export type GetDeploymentGitSourceDeployments6 = {
699
+ type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType;
700
+ workspaceUuid?: string | undefined;
701
+ repoUuid: string;
702
+ ref?: string | null | undefined;
703
+ sha?: string | undefined;
704
+ prId?: number | null | undefined;
705
+ };
706
+ export declare const GetDeploymentGitSourceDeploymentsResponse200Type: {
707
+ readonly Gitlab: "gitlab";
708
+ };
629
709
  export type GetDeploymentGitSourceDeploymentsResponse200Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200Type>;
710
+ export type GetDeploymentGitSourceProjectId = string | number;
630
711
  export type GetDeploymentGitSourceDeployments5 = {
631
712
  type: GetDeploymentGitSourceDeploymentsResponse200Type;
632
- owner: string;
633
- slug: string;
713
+ projectId: string | number;
634
714
  ref?: string | null | undefined;
635
715
  sha?: string | undefined;
636
716
  prId?: number | null | undefined;
637
717
  };
638
718
  export declare const GetDeploymentGitSourceDeploymentsResponseType: {
639
- readonly Bitbucket: "bitbucket";
719
+ readonly GithubCustomHost: "github-custom-host";
640
720
  };
641
721
  export type GetDeploymentGitSourceDeploymentsResponseType = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponseType>;
642
722
  export type GetDeploymentGitSourceDeployments4 = {
643
723
  type: GetDeploymentGitSourceDeploymentsResponseType;
644
- workspaceUuid?: string | undefined;
645
- repoUuid: string;
724
+ host: string;
725
+ org: string;
726
+ repo: string;
646
727
  ref?: string | null | undefined;
647
728
  sha?: string | undefined;
648
729
  prId?: number | null | undefined;
649
730
  };
650
731
  export declare const GetDeploymentGitSourceDeploymentsType: {
651
- readonly Gitlab: "gitlab";
732
+ readonly GithubCustomHost: "github-custom-host";
652
733
  };
653
734
  export type GetDeploymentGitSourceDeploymentsType = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsType>;
654
- export type GetDeploymentGitSourceProjectId = string | number;
735
+ export type GetDeploymentGitSourceDeploymentsResponse200RepoId = string | number;
655
736
  export type GetDeploymentGitSourceDeployments3 = {
656
737
  type: GetDeploymentGitSourceDeploymentsType;
657
- projectId: string | number;
738
+ host: string;
739
+ repoId: string | number;
658
740
  ref?: string | null | undefined;
659
741
  sha?: string | undefined;
660
742
  prId?: number | null | undefined;
@@ -675,7 +757,7 @@ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSON
675
757
  readonly Github: "github";
676
758
  };
677
759
  export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type>;
678
- export type GetDeploymentGitSourceRepoId = string | number;
760
+ export type GetDeploymentGitSourceDeploymentsResponseRepoId = string | number;
679
761
  export type GetDeploymentGitSourceDeployments1 = {
680
762
  type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type;
681
763
  repoId: string | number;
@@ -683,7 +765,7 @@ export type GetDeploymentGitSourceDeployments1 = {
683
765
  sha?: string | undefined;
684
766
  prId?: number | null | undefined;
685
767
  };
686
- export type GetDeploymentResponseBodyGitSource = GetDeploymentGitSourceDeployments6 | GetDeploymentGitSourceDeployments8 | GetDeploymentGitSourceDeployments1 | GetDeploymentGitSourceDeployments3 | GetDeploymentGitSourceDeployments2 | GetDeploymentGitSourceDeployments4 | GetDeploymentGitSourceDeployments5 | GetDeploymentGitSourceDeployments7 | GetDeploymentGitSourceDeployments9;
768
+ export type GetDeploymentResponseBodyGitSource = GetDeploymentGitSourceDeployments8 | GetDeploymentGitSourceDeployments11 | GetDeploymentGitSourceDeployments1 | GetDeploymentGitSourceDeployments5 | GetDeploymentGitSourceDeployments2 | GetDeploymentGitSourceDeployments3 | GetDeploymentGitSourceDeployments6 | GetDeploymentGitSourceDeployments7 | GetDeploymentGitSourceDeployments9 | GetDeploymentGitSourceDeployments4 | GetDeploymentGitSourceDeployments10 | GetDeploymentGitSourceDeployments12;
687
769
  export type ResponseBodyProject = {
688
770
  id: string;
689
771
  name: string;
@@ -1015,6 +1097,10 @@ export type GetDeploymentResponseBody1 = {
1015
1097
  aliasAssigned: boolean;
1016
1098
  bootedAt: number;
1017
1099
  buildingAt: number;
1100
+ /**
1101
+ * Since April 2025 it necessary for On-Demand Concurrency Minutes calculation
1102
+ */
1103
+ buildContainerFinishedAt?: number | undefined;
1018
1104
  buildSkipped: boolean;
1019
1105
  creator: ResponseBodyCreator;
1020
1106
  initReadyAt?: number | undefined;
@@ -1058,7 +1144,7 @@ export type GetDeploymentResponseBody1 = {
1058
1144
  * Since November 2023 this field defines a set of regions that we will deploy the lambda to passively Lambdas will be deployed to these regions but only invoked if all of the primary `regions` are marked as out of service
1059
1145
  */
1060
1146
  passiveRegions?: Array<string> | undefined;
1061
- gitSource?: GetDeploymentGitSourceDeployments6 | GetDeploymentGitSourceDeployments8 | GetDeploymentGitSourceDeployments1 | GetDeploymentGitSourceDeployments3 | GetDeploymentGitSourceDeployments2 | GetDeploymentGitSourceDeployments4 | GetDeploymentGitSourceDeployments5 | GetDeploymentGitSourceDeployments7 | GetDeploymentGitSourceDeployments9 | undefined;
1147
+ gitSource?: GetDeploymentGitSourceDeployments8 | GetDeploymentGitSourceDeployments11 | GetDeploymentGitSourceDeployments1 | GetDeploymentGitSourceDeployments5 | GetDeploymentGitSourceDeployments2 | GetDeploymentGitSourceDeployments3 | GetDeploymentGitSourceDeployments6 | GetDeploymentGitSourceDeployments7 | GetDeploymentGitSourceDeployments9 | GetDeploymentGitSourceDeployments4 | GetDeploymentGitSourceDeployments10 | GetDeploymentGitSourceDeployments12 | undefined;
1062
1148
  meta: {
1063
1149
  [k: string]: string;
1064
1150
  };
@@ -1486,6 +1572,141 @@ export declare namespace GetDeploymentResponseBodyChecksConclusion$ {
1486
1572
  }>;
1487
1573
  }
1488
1574
  /** @internal */
1575
+ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type>;
1576
+ /** @internal */
1577
+ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$outboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type>;
1578
+ /**
1579
+ * @internal
1580
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1581
+ */
1582
+ export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$ {
1583
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$inboundSchema` instead. */
1584
+ const inboundSchema: z.ZodNativeEnum<{
1585
+ readonly Bitbucket: "bitbucket";
1586
+ }>;
1587
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$outboundSchema` instead. */
1588
+ const outboundSchema: z.ZodNativeEnum<{
1589
+ readonly Bitbucket: "bitbucket";
1590
+ }>;
1591
+ }
1592
+ /** @internal */
1593
+ export declare const GetDeploymentGitSource12$inboundSchema: z.ZodType<GetDeploymentGitSource12, z.ZodTypeDef, unknown>;
1594
+ /** @internal */
1595
+ export type GetDeploymentGitSource12$Outbound = {
1596
+ type: string;
1597
+ ref: string;
1598
+ sha: string;
1599
+ owner?: string | undefined;
1600
+ slug?: string | undefined;
1601
+ workspaceUuid: string;
1602
+ repoUuid: string;
1603
+ };
1604
+ /** @internal */
1605
+ export declare const GetDeploymentGitSource12$outboundSchema: z.ZodType<GetDeploymentGitSource12$Outbound, z.ZodTypeDef, GetDeploymentGitSource12>;
1606
+ /**
1607
+ * @internal
1608
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1609
+ */
1610
+ export declare namespace GetDeploymentGitSource12$ {
1611
+ /** @deprecated use `GetDeploymentGitSource12$inboundSchema` instead. */
1612
+ const inboundSchema: z.ZodType<GetDeploymentGitSource12, z.ZodTypeDef, unknown>;
1613
+ /** @deprecated use `GetDeploymentGitSource12$outboundSchema` instead. */
1614
+ const outboundSchema: z.ZodType<GetDeploymentGitSource12$Outbound, z.ZodTypeDef, GetDeploymentGitSource12>;
1615
+ /** @deprecated use `GetDeploymentGitSource12$Outbound` instead. */
1616
+ type Outbound = GetDeploymentGitSource12$Outbound;
1617
+ }
1618
+ export declare function getDeploymentGitSource12ToJSON(getDeploymentGitSource12: GetDeploymentGitSource12): string;
1619
+ export declare function getDeploymentGitSource12FromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSource12, SDKValidationError>;
1620
+ /** @internal */
1621
+ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type>;
1622
+ /** @internal */
1623
+ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$outboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type>;
1624
+ /**
1625
+ * @internal
1626
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1627
+ */
1628
+ export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$ {
1629
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$inboundSchema` instead. */
1630
+ const inboundSchema: z.ZodNativeEnum<{
1631
+ readonly Gitlab: "gitlab";
1632
+ }>;
1633
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$outboundSchema` instead. */
1634
+ const outboundSchema: z.ZodNativeEnum<{
1635
+ readonly Gitlab: "gitlab";
1636
+ }>;
1637
+ }
1638
+ /** @internal */
1639
+ export declare const GetDeploymentGitSource11$inboundSchema: z.ZodType<GetDeploymentGitSource11, z.ZodTypeDef, unknown>;
1640
+ /** @internal */
1641
+ export type GetDeploymentGitSource11$Outbound = {
1642
+ type: string;
1643
+ ref: string;
1644
+ sha: string;
1645
+ projectId: number;
1646
+ };
1647
+ /** @internal */
1648
+ export declare const GetDeploymentGitSource11$outboundSchema: z.ZodType<GetDeploymentGitSource11$Outbound, z.ZodTypeDef, GetDeploymentGitSource11>;
1649
+ /**
1650
+ * @internal
1651
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1652
+ */
1653
+ export declare namespace GetDeploymentGitSource11$ {
1654
+ /** @deprecated use `GetDeploymentGitSource11$inboundSchema` instead. */
1655
+ const inboundSchema: z.ZodType<GetDeploymentGitSource11, z.ZodTypeDef, unknown>;
1656
+ /** @deprecated use `GetDeploymentGitSource11$outboundSchema` instead. */
1657
+ const outboundSchema: z.ZodType<GetDeploymentGitSource11$Outbound, z.ZodTypeDef, GetDeploymentGitSource11>;
1658
+ /** @deprecated use `GetDeploymentGitSource11$Outbound` instead. */
1659
+ type Outbound = GetDeploymentGitSource11$Outbound;
1660
+ }
1661
+ export declare function getDeploymentGitSource11ToJSON(getDeploymentGitSource11: GetDeploymentGitSource11): string;
1662
+ export declare function getDeploymentGitSource11FromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSource11, SDKValidationError>;
1663
+ /** @internal */
1664
+ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type>;
1665
+ /** @internal */
1666
+ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type$outboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type>;
1667
+ /**
1668
+ * @internal
1669
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1670
+ */
1671
+ export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type$ {
1672
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type$inboundSchema` instead. */
1673
+ const inboundSchema: z.ZodNativeEnum<{
1674
+ readonly Github: "github";
1675
+ }>;
1676
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type$outboundSchema` instead. */
1677
+ const outboundSchema: z.ZodNativeEnum<{
1678
+ readonly Github: "github";
1679
+ }>;
1680
+ }
1681
+ /** @internal */
1682
+ export declare const GetDeploymentGitSource10$inboundSchema: z.ZodType<GetDeploymentGitSource10, z.ZodTypeDef, unknown>;
1683
+ /** @internal */
1684
+ export type GetDeploymentGitSource10$Outbound = {
1685
+ type: string;
1686
+ host: string;
1687
+ ref: string;
1688
+ sha: string;
1689
+ repoId: number;
1690
+ org?: string | undefined;
1691
+ repo?: string | undefined;
1692
+ };
1693
+ /** @internal */
1694
+ export declare const GetDeploymentGitSource10$outboundSchema: z.ZodType<GetDeploymentGitSource10$Outbound, z.ZodTypeDef, GetDeploymentGitSource10>;
1695
+ /**
1696
+ * @internal
1697
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1698
+ */
1699
+ export declare namespace GetDeploymentGitSource10$ {
1700
+ /** @deprecated use `GetDeploymentGitSource10$inboundSchema` instead. */
1701
+ const inboundSchema: z.ZodType<GetDeploymentGitSource10, z.ZodTypeDef, unknown>;
1702
+ /** @deprecated use `GetDeploymentGitSource10$outboundSchema` instead. */
1703
+ const outboundSchema: z.ZodType<GetDeploymentGitSource10$Outbound, z.ZodTypeDef, GetDeploymentGitSource10>;
1704
+ /** @deprecated use `GetDeploymentGitSource10$Outbound` instead. */
1705
+ type Outbound = GetDeploymentGitSource10$Outbound;
1706
+ }
1707
+ export declare function getDeploymentGitSource10ToJSON(getDeploymentGitSource10: GetDeploymentGitSource10): string;
1708
+ export declare function getDeploymentGitSource10FromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSource10, SDKValidationError>;
1709
+ /** @internal */
1489
1710
  export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type>;
1490
1711
  /** @internal */
1491
1712
  export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type$outboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type>;
@@ -1496,11 +1717,11 @@ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSON
1496
1717
  export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type$ {
1497
1718
  /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type$inboundSchema` instead. */
1498
1719
  const inboundSchema: z.ZodNativeEnum<{
1499
- readonly Bitbucket: "bitbucket";
1720
+ readonly Github: "github";
1500
1721
  }>;
1501
1722
  /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type$outboundSchema` instead. */
1502
1723
  const outboundSchema: z.ZodNativeEnum<{
1503
- readonly Bitbucket: "bitbucket";
1724
+ readonly Github: "github";
1504
1725
  }>;
1505
1726
  }
1506
1727
  /** @internal */
@@ -1510,10 +1731,9 @@ export type GetDeploymentGitSource9$Outbound = {
1510
1731
  type: string;
1511
1732
  ref: string;
1512
1733
  sha: string;
1513
- owner?: string | undefined;
1514
- slug?: string | undefined;
1515
- workspaceUuid: string;
1516
- repoUuid: string;
1734
+ repoId: number;
1735
+ org?: string | undefined;
1736
+ repo?: string | undefined;
1517
1737
  };
1518
1738
  /** @internal */
1519
1739
  export declare const GetDeploymentGitSource9$outboundSchema: z.ZodType<GetDeploymentGitSource9$Outbound, z.ZodTypeDef, GetDeploymentGitSource9>;
@@ -1542,11 +1762,11 @@ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSON
1542
1762
  export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type$ {
1543
1763
  /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type$inboundSchema` instead. */
1544
1764
  const inboundSchema: z.ZodNativeEnum<{
1545
- readonly Gitlab: "gitlab";
1765
+ readonly Custom: "custom";
1546
1766
  }>;
1547
1767
  /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type$outboundSchema` instead. */
1548
1768
  const outboundSchema: z.ZodNativeEnum<{
1549
- readonly Gitlab: "gitlab";
1769
+ readonly Custom: "custom";
1550
1770
  }>;
1551
1771
  }
1552
1772
  /** @internal */
@@ -1556,7 +1776,7 @@ export type GetDeploymentGitSource8$Outbound = {
1556
1776
  type: string;
1557
1777
  ref: string;
1558
1778
  sha: string;
1559
- projectId: number;
1779
+ gitUrl: string;
1560
1780
  };
1561
1781
  /** @internal */
1562
1782
  export declare const GetDeploymentGitSource8$outboundSchema: z.ZodType<GetDeploymentGitSource8$Outbound, z.ZodTypeDef, GetDeploymentGitSource8>;
@@ -1585,11 +1805,11 @@ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSON
1585
1805
  export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type$ {
1586
1806
  /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type$inboundSchema` instead. */
1587
1807
  const inboundSchema: z.ZodNativeEnum<{
1588
- readonly Github: "github";
1808
+ readonly Bitbucket: "bitbucket";
1589
1809
  }>;
1590
1810
  /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type$outboundSchema` instead. */
1591
1811
  const outboundSchema: z.ZodNativeEnum<{
1592
- readonly Github: "github";
1812
+ readonly Bitbucket: "bitbucket";
1593
1813
  }>;
1594
1814
  }
1595
1815
  /** @internal */
@@ -1597,11 +1817,11 @@ export declare const GetDeploymentGitSource7$inboundSchema: z.ZodType<GetDeploym
1597
1817
  /** @internal */
1598
1818
  export type GetDeploymentGitSource7$Outbound = {
1599
1819
  type: string;
1600
- ref: string;
1601
- sha: string;
1602
- repoId: number;
1603
- org?: string | undefined;
1604
- repo?: string | undefined;
1820
+ owner: string;
1821
+ slug: string;
1822
+ ref?: string | null | undefined;
1823
+ sha?: string | undefined;
1824
+ prId?: number | null | undefined;
1605
1825
  };
1606
1826
  /** @internal */
1607
1827
  export declare const GetDeploymentGitSource7$outboundSchema: z.ZodType<GetDeploymentGitSource7$Outbound, z.ZodTypeDef, GetDeploymentGitSource7>;
@@ -1630,11 +1850,11 @@ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSON
1630
1850
  export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type$ {
1631
1851
  /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type$inboundSchema` instead. */
1632
1852
  const inboundSchema: z.ZodNativeEnum<{
1633
- readonly Custom: "custom";
1853
+ readonly Bitbucket: "bitbucket";
1634
1854
  }>;
1635
1855
  /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type$outboundSchema` instead. */
1636
1856
  const outboundSchema: z.ZodNativeEnum<{
1637
- readonly Custom: "custom";
1857
+ readonly Bitbucket: "bitbucket";
1638
1858
  }>;
1639
1859
  }
1640
1860
  /** @internal */
@@ -1642,9 +1862,11 @@ export declare const GetDeploymentGitSource6$inboundSchema: z.ZodType<GetDeploym
1642
1862
  /** @internal */
1643
1863
  export type GetDeploymentGitSource6$Outbound = {
1644
1864
  type: string;
1645
- ref: string;
1646
- sha: string;
1647
- gitUrl: string;
1865
+ workspaceUuid?: string | undefined;
1866
+ repoUuid: string;
1867
+ ref?: string | null | undefined;
1868
+ sha?: string | undefined;
1869
+ prId?: number | null | undefined;
1648
1870
  };
1649
1871
  /** @internal */
1650
1872
  export declare const GetDeploymentGitSource6$outboundSchema: z.ZodType<GetDeploymentGitSource6$Outbound, z.ZodTypeDef, GetDeploymentGitSource6>;
@@ -1673,20 +1895,39 @@ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSON
1673
1895
  export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type$ {
1674
1896
  /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type$inboundSchema` instead. */
1675
1897
  const inboundSchema: z.ZodNativeEnum<{
1676
- readonly Bitbucket: "bitbucket";
1898
+ readonly Gitlab: "gitlab";
1677
1899
  }>;
1678
1900
  /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type$outboundSchema` instead. */
1679
1901
  const outboundSchema: z.ZodNativeEnum<{
1680
- readonly Bitbucket: "bitbucket";
1902
+ readonly Gitlab: "gitlab";
1681
1903
  }>;
1682
1904
  }
1683
1905
  /** @internal */
1906
+ export declare const GetDeploymentGitSourceDeploymentsProjectId$inboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsProjectId, z.ZodTypeDef, unknown>;
1907
+ /** @internal */
1908
+ export type GetDeploymentGitSourceDeploymentsProjectId$Outbound = string | number;
1909
+ /** @internal */
1910
+ export declare const GetDeploymentGitSourceDeploymentsProjectId$outboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsProjectId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeploymentsProjectId>;
1911
+ /**
1912
+ * @internal
1913
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1914
+ */
1915
+ export declare namespace GetDeploymentGitSourceDeploymentsProjectId$ {
1916
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsProjectId$inboundSchema` instead. */
1917
+ const inboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsProjectId, z.ZodTypeDef, unknown>;
1918
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsProjectId$outboundSchema` instead. */
1919
+ const outboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsProjectId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeploymentsProjectId>;
1920
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsProjectId$Outbound` instead. */
1921
+ type Outbound = GetDeploymentGitSourceDeploymentsProjectId$Outbound;
1922
+ }
1923
+ export declare function getDeploymentGitSourceDeploymentsProjectIdToJSON(getDeploymentGitSourceDeploymentsProjectId: GetDeploymentGitSourceDeploymentsProjectId): string;
1924
+ export declare function getDeploymentGitSourceDeploymentsProjectIdFromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSourceDeploymentsProjectId, SDKValidationError>;
1925
+ /** @internal */
1684
1926
  export declare const GetDeploymentGitSource5$inboundSchema: z.ZodType<GetDeploymentGitSource5, z.ZodTypeDef, unknown>;
1685
1927
  /** @internal */
1686
1928
  export type GetDeploymentGitSource5$Outbound = {
1687
1929
  type: string;
1688
- owner: string;
1689
- slug: string;
1930
+ projectId: string | number;
1690
1931
  ref?: string | null | undefined;
1691
1932
  sha?: string | undefined;
1692
1933
  prId?: number | null | undefined;
@@ -1718,11 +1959,11 @@ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSON
1718
1959
  export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody24Type$ {
1719
1960
  /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody24Type$inboundSchema` instead. */
1720
1961
  const inboundSchema: z.ZodNativeEnum<{
1721
- readonly Bitbucket: "bitbucket";
1962
+ readonly GithubCustomHost: "github-custom-host";
1722
1963
  }>;
1723
1964
  /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody24Type$outboundSchema` instead. */
1724
1965
  const outboundSchema: z.ZodNativeEnum<{
1725
- readonly Bitbucket: "bitbucket";
1966
+ readonly GithubCustomHost: "github-custom-host";
1726
1967
  }>;
1727
1968
  }
1728
1969
  /** @internal */
@@ -1730,8 +1971,9 @@ export declare const GetDeploymentGitSource4$inboundSchema: z.ZodType<GetDeploym
1730
1971
  /** @internal */
1731
1972
  export type GetDeploymentGitSource4$Outbound = {
1732
1973
  type: string;
1733
- workspaceUuid?: string | undefined;
1734
- repoUuid: string;
1974
+ host: string;
1975
+ org: string;
1976
+ repo: string;
1735
1977
  ref?: string | null | undefined;
1736
1978
  sha?: string | undefined;
1737
1979
  prId?: number | null | undefined;
@@ -1763,39 +2005,40 @@ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSON
1763
2005
  export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody23Type$ {
1764
2006
  /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody23Type$inboundSchema` instead. */
1765
2007
  const inboundSchema: z.ZodNativeEnum<{
1766
- readonly Gitlab: "gitlab";
2008
+ readonly GithubCustomHost: "github-custom-host";
1767
2009
  }>;
1768
2010
  /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody23Type$outboundSchema` instead. */
1769
2011
  const outboundSchema: z.ZodNativeEnum<{
1770
- readonly Gitlab: "gitlab";
2012
+ readonly GithubCustomHost: "github-custom-host";
1771
2013
  }>;
1772
2014
  }
1773
2015
  /** @internal */
1774
- export declare const GetDeploymentGitSourceDeploymentsProjectId$inboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsProjectId, z.ZodTypeDef, unknown>;
2016
+ export declare const GetDeploymentGitSourceDeploymentsRepoId$inboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsRepoId, z.ZodTypeDef, unknown>;
1775
2017
  /** @internal */
1776
- export type GetDeploymentGitSourceDeploymentsProjectId$Outbound = string | number;
2018
+ export type GetDeploymentGitSourceDeploymentsRepoId$Outbound = string | number;
1777
2019
  /** @internal */
1778
- export declare const GetDeploymentGitSourceDeploymentsProjectId$outboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsProjectId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeploymentsProjectId>;
2020
+ export declare const GetDeploymentGitSourceDeploymentsRepoId$outboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsRepoId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeploymentsRepoId>;
1779
2021
  /**
1780
2022
  * @internal
1781
2023
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1782
2024
  */
1783
- export declare namespace GetDeploymentGitSourceDeploymentsProjectId$ {
1784
- /** @deprecated use `GetDeploymentGitSourceDeploymentsProjectId$inboundSchema` instead. */
1785
- const inboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsProjectId, z.ZodTypeDef, unknown>;
1786
- /** @deprecated use `GetDeploymentGitSourceDeploymentsProjectId$outboundSchema` instead. */
1787
- const outboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsProjectId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeploymentsProjectId>;
1788
- /** @deprecated use `GetDeploymentGitSourceDeploymentsProjectId$Outbound` instead. */
1789
- type Outbound = GetDeploymentGitSourceDeploymentsProjectId$Outbound;
2025
+ export declare namespace GetDeploymentGitSourceDeploymentsRepoId$ {
2026
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsRepoId$inboundSchema` instead. */
2027
+ const inboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsRepoId, z.ZodTypeDef, unknown>;
2028
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsRepoId$outboundSchema` instead. */
2029
+ const outboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsRepoId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeploymentsRepoId>;
2030
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsRepoId$Outbound` instead. */
2031
+ type Outbound = GetDeploymentGitSourceDeploymentsRepoId$Outbound;
1790
2032
  }
1791
- export declare function getDeploymentGitSourceDeploymentsProjectIdToJSON(getDeploymentGitSourceDeploymentsProjectId: GetDeploymentGitSourceDeploymentsProjectId): string;
1792
- export declare function getDeploymentGitSourceDeploymentsProjectIdFromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSourceDeploymentsProjectId, SDKValidationError>;
2033
+ export declare function getDeploymentGitSourceDeploymentsRepoIdToJSON(getDeploymentGitSourceDeploymentsRepoId: GetDeploymentGitSourceDeploymentsRepoId): string;
2034
+ export declare function getDeploymentGitSourceDeploymentsRepoIdFromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSourceDeploymentsRepoId, SDKValidationError>;
1793
2035
  /** @internal */
1794
2036
  export declare const GetDeploymentGitSource3$inboundSchema: z.ZodType<GetDeploymentGitSource3, z.ZodTypeDef, unknown>;
1795
2037
  /** @internal */
1796
2038
  export type GetDeploymentGitSource3$Outbound = {
1797
2039
  type: string;
1798
- projectId: string | number;
2040
+ host: string;
2041
+ repoId: string | number;
1799
2042
  ref?: string | null | undefined;
1800
2043
  sha?: string | undefined;
1801
2044
  prId?: number | null | undefined;
@@ -1880,25 +2123,25 @@ export declare namespace GetDeploymentGitSourceDeploymentsResponse200Application
1880
2123
  }>;
1881
2124
  }
1882
2125
  /** @internal */
1883
- export declare const GetDeploymentGitSourceDeploymentsRepoId$inboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsRepoId, z.ZodTypeDef, unknown>;
2126
+ export declare const GetDeploymentGitSourceRepoId$inboundSchema: z.ZodType<GetDeploymentGitSourceRepoId, z.ZodTypeDef, unknown>;
1884
2127
  /** @internal */
1885
- export type GetDeploymentGitSourceDeploymentsRepoId$Outbound = string | number;
2128
+ export type GetDeploymentGitSourceRepoId$Outbound = string | number;
1886
2129
  /** @internal */
1887
- export declare const GetDeploymentGitSourceDeploymentsRepoId$outboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsRepoId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeploymentsRepoId>;
2130
+ export declare const GetDeploymentGitSourceRepoId$outboundSchema: z.ZodType<GetDeploymentGitSourceRepoId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceRepoId>;
1888
2131
  /**
1889
2132
  * @internal
1890
2133
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1891
2134
  */
1892
- export declare namespace GetDeploymentGitSourceDeploymentsRepoId$ {
1893
- /** @deprecated use `GetDeploymentGitSourceDeploymentsRepoId$inboundSchema` instead. */
1894
- const inboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsRepoId, z.ZodTypeDef, unknown>;
1895
- /** @deprecated use `GetDeploymentGitSourceDeploymentsRepoId$outboundSchema` instead. */
1896
- const outboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsRepoId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeploymentsRepoId>;
1897
- /** @deprecated use `GetDeploymentGitSourceDeploymentsRepoId$Outbound` instead. */
1898
- type Outbound = GetDeploymentGitSourceDeploymentsRepoId$Outbound;
2135
+ export declare namespace GetDeploymentGitSourceRepoId$ {
2136
+ /** @deprecated use `GetDeploymentGitSourceRepoId$inboundSchema` instead. */
2137
+ const inboundSchema: z.ZodType<GetDeploymentGitSourceRepoId, z.ZodTypeDef, unknown>;
2138
+ /** @deprecated use `GetDeploymentGitSourceRepoId$outboundSchema` instead. */
2139
+ const outboundSchema: z.ZodType<GetDeploymentGitSourceRepoId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceRepoId>;
2140
+ /** @deprecated use `GetDeploymentGitSourceRepoId$Outbound` instead. */
2141
+ type Outbound = GetDeploymentGitSourceRepoId$Outbound;
1899
2142
  }
1900
- export declare function getDeploymentGitSourceDeploymentsRepoIdToJSON(getDeploymentGitSourceDeploymentsRepoId: GetDeploymentGitSourceDeploymentsRepoId): string;
1901
- export declare function getDeploymentGitSourceDeploymentsRepoIdFromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSourceDeploymentsRepoId, SDKValidationError>;
2143
+ export declare function getDeploymentGitSourceRepoIdToJSON(getDeploymentGitSourceRepoId: GetDeploymentGitSourceRepoId): string;
2144
+ export declare function getDeploymentGitSourceRepoIdFromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSourceRepoId, SDKValidationError>;
1902
2145
  /** @internal */
1903
2146
  export declare const GetDeploymentGitSource1$inboundSchema: z.ZodType<GetDeploymentGitSource1, z.ZodTypeDef, unknown>;
1904
2147
  /** @internal */
@@ -1928,7 +2171,7 @@ export declare function getDeploymentGitSource1FromJSON(jsonString: string): Saf
1928
2171
  /** @internal */
1929
2172
  export declare const ResponseBodyGitSource$inboundSchema: z.ZodType<ResponseBodyGitSource, z.ZodTypeDef, unknown>;
1930
2173
  /** @internal */
1931
- export type ResponseBodyGitSource$Outbound = GetDeploymentGitSource6$Outbound | GetDeploymentGitSource8$Outbound | GetDeploymentGitSource1$Outbound | GetDeploymentGitSource3$Outbound | GetDeploymentGitSource2$Outbound | GetDeploymentGitSource4$Outbound | GetDeploymentGitSource5$Outbound | GetDeploymentGitSource7$Outbound | GetDeploymentGitSource9$Outbound;
2174
+ export type ResponseBodyGitSource$Outbound = GetDeploymentGitSource8$Outbound | GetDeploymentGitSource11$Outbound | GetDeploymentGitSource1$Outbound | GetDeploymentGitSource5$Outbound | GetDeploymentGitSource2$Outbound | GetDeploymentGitSource3$Outbound | GetDeploymentGitSource6$Outbound | GetDeploymentGitSource7$Outbound | GetDeploymentGitSource9$Outbound | GetDeploymentGitSource4$Outbound | GetDeploymentGitSource10$Outbound | GetDeploymentGitSource12$Outbound;
1932
2175
  /** @internal */
1933
2176
  export declare const ResponseBodyGitSource$outboundSchema: z.ZodType<ResponseBodyGitSource$Outbound, z.ZodTypeDef, ResponseBodyGitSource>;
1934
2177
  /**
@@ -2081,6 +2324,7 @@ export type GetDeploymentResponseBody2$Outbound = {
2081
2324
  aliasAssigned: boolean;
2082
2325
  bootedAt: number;
2083
2326
  buildingAt: number;
2327
+ buildContainerFinishedAt?: number | undefined;
2084
2328
  buildSkipped: boolean;
2085
2329
  creator: GetDeploymentResponseBodyCreator$Outbound;
2086
2330
  initReadyAt?: number | undefined;
@@ -2115,7 +2359,7 @@ export type GetDeploymentResponseBody2$Outbound = {
2115
2359
  errorMessage?: string | null | undefined;
2116
2360
  errorStep?: string | undefined;
2117
2361
  passiveRegions?: Array<string> | undefined;
2118
- gitSource?: GetDeploymentGitSource6$Outbound | GetDeploymentGitSource8$Outbound | GetDeploymentGitSource1$Outbound | GetDeploymentGitSource3$Outbound | GetDeploymentGitSource2$Outbound | GetDeploymentGitSource4$Outbound | GetDeploymentGitSource5$Outbound | GetDeploymentGitSource7$Outbound | GetDeploymentGitSource9$Outbound | undefined;
2362
+ gitSource?: GetDeploymentGitSource8$Outbound | GetDeploymentGitSource11$Outbound | GetDeploymentGitSource1$Outbound | GetDeploymentGitSource5$Outbound | GetDeploymentGitSource2$Outbound | GetDeploymentGitSource3$Outbound | GetDeploymentGitSource6$Outbound | GetDeploymentGitSource7$Outbound | GetDeploymentGitSource9$Outbound | GetDeploymentGitSource4$Outbound | GetDeploymentGitSource10$Outbound | GetDeploymentGitSource12$Outbound | undefined;
2119
2363
  meta: {
2120
2364
  [k: string]: string;
2121
2365
  };
@@ -2951,6 +3195,141 @@ export declare namespace ResponseBodyChecksConclusion$ {
2951
3195
  }>;
2952
3196
  }
2953
3197
  /** @internal */
3198
+ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type>;
3199
+ /** @internal */
3200
+ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type$outboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type>;
3201
+ /**
3202
+ * @internal
3203
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3204
+ */
3205
+ export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type$ {
3206
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type$inboundSchema` instead. */
3207
+ const inboundSchema: z.ZodNativeEnum<{
3208
+ readonly Bitbucket: "bitbucket";
3209
+ }>;
3210
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type$outboundSchema` instead. */
3211
+ const outboundSchema: z.ZodNativeEnum<{
3212
+ readonly Bitbucket: "bitbucket";
3213
+ }>;
3214
+ }
3215
+ /** @internal */
3216
+ export declare const GetDeploymentGitSourceDeployments12$inboundSchema: z.ZodType<GetDeploymentGitSourceDeployments12, z.ZodTypeDef, unknown>;
3217
+ /** @internal */
3218
+ export type GetDeploymentGitSourceDeployments12$Outbound = {
3219
+ type: string;
3220
+ ref: string;
3221
+ sha: string;
3222
+ owner?: string | undefined;
3223
+ slug?: string | undefined;
3224
+ workspaceUuid: string;
3225
+ repoUuid: string;
3226
+ };
3227
+ /** @internal */
3228
+ export declare const GetDeploymentGitSourceDeployments12$outboundSchema: z.ZodType<GetDeploymentGitSourceDeployments12$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeployments12>;
3229
+ /**
3230
+ * @internal
3231
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3232
+ */
3233
+ export declare namespace GetDeploymentGitSourceDeployments12$ {
3234
+ /** @deprecated use `GetDeploymentGitSourceDeployments12$inboundSchema` instead. */
3235
+ const inboundSchema: z.ZodType<GetDeploymentGitSourceDeployments12, z.ZodTypeDef, unknown>;
3236
+ /** @deprecated use `GetDeploymentGitSourceDeployments12$outboundSchema` instead. */
3237
+ const outboundSchema: z.ZodType<GetDeploymentGitSourceDeployments12$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeployments12>;
3238
+ /** @deprecated use `GetDeploymentGitSourceDeployments12$Outbound` instead. */
3239
+ type Outbound = GetDeploymentGitSourceDeployments12$Outbound;
3240
+ }
3241
+ export declare function getDeploymentGitSourceDeployments12ToJSON(getDeploymentGitSourceDeployments12: GetDeploymentGitSourceDeployments12): string;
3242
+ export declare function getDeploymentGitSourceDeployments12FromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSourceDeployments12, SDKValidationError>;
3243
+ /** @internal */
3244
+ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type>;
3245
+ /** @internal */
3246
+ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type$outboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type>;
3247
+ /**
3248
+ * @internal
3249
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3250
+ */
3251
+ export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type$ {
3252
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type$inboundSchema` instead. */
3253
+ const inboundSchema: z.ZodNativeEnum<{
3254
+ readonly Gitlab: "gitlab";
3255
+ }>;
3256
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type$outboundSchema` instead. */
3257
+ const outboundSchema: z.ZodNativeEnum<{
3258
+ readonly Gitlab: "gitlab";
3259
+ }>;
3260
+ }
3261
+ /** @internal */
3262
+ export declare const GetDeploymentGitSourceDeployments11$inboundSchema: z.ZodType<GetDeploymentGitSourceDeployments11, z.ZodTypeDef, unknown>;
3263
+ /** @internal */
3264
+ export type GetDeploymentGitSourceDeployments11$Outbound = {
3265
+ type: string;
3266
+ ref: string;
3267
+ sha: string;
3268
+ projectId: number;
3269
+ };
3270
+ /** @internal */
3271
+ export declare const GetDeploymentGitSourceDeployments11$outboundSchema: z.ZodType<GetDeploymentGitSourceDeployments11$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeployments11>;
3272
+ /**
3273
+ * @internal
3274
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3275
+ */
3276
+ export declare namespace GetDeploymentGitSourceDeployments11$ {
3277
+ /** @deprecated use `GetDeploymentGitSourceDeployments11$inboundSchema` instead. */
3278
+ const inboundSchema: z.ZodType<GetDeploymentGitSourceDeployments11, z.ZodTypeDef, unknown>;
3279
+ /** @deprecated use `GetDeploymentGitSourceDeployments11$outboundSchema` instead. */
3280
+ const outboundSchema: z.ZodType<GetDeploymentGitSourceDeployments11$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeployments11>;
3281
+ /** @deprecated use `GetDeploymentGitSourceDeployments11$Outbound` instead. */
3282
+ type Outbound = GetDeploymentGitSourceDeployments11$Outbound;
3283
+ }
3284
+ export declare function getDeploymentGitSourceDeployments11ToJSON(getDeploymentGitSourceDeployments11: GetDeploymentGitSourceDeployments11): string;
3285
+ export declare function getDeploymentGitSourceDeployments11FromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSourceDeployments11, SDKValidationError>;
3286
+ /** @internal */
3287
+ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type>;
3288
+ /** @internal */
3289
+ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type$outboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type>;
3290
+ /**
3291
+ * @internal
3292
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3293
+ */
3294
+ export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type$ {
3295
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type$inboundSchema` instead. */
3296
+ const inboundSchema: z.ZodNativeEnum<{
3297
+ readonly Github: "github";
3298
+ }>;
3299
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type$outboundSchema` instead. */
3300
+ const outboundSchema: z.ZodNativeEnum<{
3301
+ readonly Github: "github";
3302
+ }>;
3303
+ }
3304
+ /** @internal */
3305
+ export declare const GetDeploymentGitSourceDeployments10$inboundSchema: z.ZodType<GetDeploymentGitSourceDeployments10, z.ZodTypeDef, unknown>;
3306
+ /** @internal */
3307
+ export type GetDeploymentGitSourceDeployments10$Outbound = {
3308
+ type: string;
3309
+ host: string;
3310
+ ref: string;
3311
+ sha: string;
3312
+ repoId: number;
3313
+ org?: string | undefined;
3314
+ repo?: string | undefined;
3315
+ };
3316
+ /** @internal */
3317
+ export declare const GetDeploymentGitSourceDeployments10$outboundSchema: z.ZodType<GetDeploymentGitSourceDeployments10$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeployments10>;
3318
+ /**
3319
+ * @internal
3320
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3321
+ */
3322
+ export declare namespace GetDeploymentGitSourceDeployments10$ {
3323
+ /** @deprecated use `GetDeploymentGitSourceDeployments10$inboundSchema` instead. */
3324
+ const inboundSchema: z.ZodType<GetDeploymentGitSourceDeployments10, z.ZodTypeDef, unknown>;
3325
+ /** @deprecated use `GetDeploymentGitSourceDeployments10$outboundSchema` instead. */
3326
+ const outboundSchema: z.ZodType<GetDeploymentGitSourceDeployments10$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeployments10>;
3327
+ /** @deprecated use `GetDeploymentGitSourceDeployments10$Outbound` instead. */
3328
+ type Outbound = GetDeploymentGitSourceDeployments10$Outbound;
3329
+ }
3330
+ export declare function getDeploymentGitSourceDeployments10ToJSON(getDeploymentGitSourceDeployments10: GetDeploymentGitSourceDeployments10): string;
3331
+ export declare function getDeploymentGitSourceDeployments10FromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSourceDeployments10, SDKValidationError>;
3332
+ /** @internal */
2954
3333
  export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type>;
2955
3334
  /** @internal */
2956
3335
  export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type$outboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type>;
@@ -2961,11 +3340,11 @@ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSON
2961
3340
  export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type$ {
2962
3341
  /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type$inboundSchema` instead. */
2963
3342
  const inboundSchema: z.ZodNativeEnum<{
2964
- readonly Bitbucket: "bitbucket";
3343
+ readonly Github: "github";
2965
3344
  }>;
2966
3345
  /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type$outboundSchema` instead. */
2967
3346
  const outboundSchema: z.ZodNativeEnum<{
2968
- readonly Bitbucket: "bitbucket";
3347
+ readonly Github: "github";
2969
3348
  }>;
2970
3349
  }
2971
3350
  /** @internal */
@@ -2975,10 +3354,9 @@ export type GetDeploymentGitSourceDeployments9$Outbound = {
2975
3354
  type: string;
2976
3355
  ref: string;
2977
3356
  sha: string;
2978
- owner?: string | undefined;
2979
- slug?: string | undefined;
2980
- workspaceUuid: string;
2981
- repoUuid: string;
3357
+ repoId: number;
3358
+ org?: string | undefined;
3359
+ repo?: string | undefined;
2982
3360
  };
2983
3361
  /** @internal */
2984
3362
  export declare const GetDeploymentGitSourceDeployments9$outboundSchema: z.ZodType<GetDeploymentGitSourceDeployments9$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeployments9>;
@@ -3007,11 +3385,11 @@ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSON
3007
3385
  export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type$ {
3008
3386
  /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type$inboundSchema` instead. */
3009
3387
  const inboundSchema: z.ZodNativeEnum<{
3010
- readonly Gitlab: "gitlab";
3388
+ readonly Custom: "custom";
3011
3389
  }>;
3012
3390
  /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type$outboundSchema` instead. */
3013
3391
  const outboundSchema: z.ZodNativeEnum<{
3014
- readonly Gitlab: "gitlab";
3392
+ readonly Custom: "custom";
3015
3393
  }>;
3016
3394
  }
3017
3395
  /** @internal */
@@ -3021,7 +3399,7 @@ export type GetDeploymentGitSourceDeployments8$Outbound = {
3021
3399
  type: string;
3022
3400
  ref: string;
3023
3401
  sha: string;
3024
- projectId: number;
3402
+ gitUrl: string;
3025
3403
  };
3026
3404
  /** @internal */
3027
3405
  export declare const GetDeploymentGitSourceDeployments8$outboundSchema: z.ZodType<GetDeploymentGitSourceDeployments8$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeployments8>;
@@ -3050,11 +3428,11 @@ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSON
3050
3428
  export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$ {
3051
3429
  /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
3052
3430
  const inboundSchema: z.ZodNativeEnum<{
3053
- readonly Github: "github";
3431
+ readonly Bitbucket: "bitbucket";
3054
3432
  }>;
3055
3433
  /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
3056
3434
  const outboundSchema: z.ZodNativeEnum<{
3057
- readonly Github: "github";
3435
+ readonly Bitbucket: "bitbucket";
3058
3436
  }>;
3059
3437
  }
3060
3438
  /** @internal */
@@ -3062,11 +3440,11 @@ export declare const GetDeploymentGitSourceDeployments7$inboundSchema: z.ZodType
3062
3440
  /** @internal */
3063
3441
  export type GetDeploymentGitSourceDeployments7$Outbound = {
3064
3442
  type: string;
3065
- ref: string;
3066
- sha: string;
3067
- repoId: number;
3068
- org?: string | undefined;
3069
- repo?: string | undefined;
3443
+ owner: string;
3444
+ slug: string;
3445
+ ref?: string | null | undefined;
3446
+ sha?: string | undefined;
3447
+ prId?: number | null | undefined;
3070
3448
  };
3071
3449
  /** @internal */
3072
3450
  export declare const GetDeploymentGitSourceDeployments7$outboundSchema: z.ZodType<GetDeploymentGitSourceDeployments7$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeployments7>;
@@ -3095,11 +3473,11 @@ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSON
3095
3473
  export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$ {
3096
3474
  /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$inboundSchema` instead. */
3097
3475
  const inboundSchema: z.ZodNativeEnum<{
3098
- readonly Custom: "custom";
3476
+ readonly Bitbucket: "bitbucket";
3099
3477
  }>;
3100
3478
  /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$outboundSchema` instead. */
3101
3479
  const outboundSchema: z.ZodNativeEnum<{
3102
- readonly Custom: "custom";
3480
+ readonly Bitbucket: "bitbucket";
3103
3481
  }>;
3104
3482
  }
3105
3483
  /** @internal */
@@ -3107,9 +3485,11 @@ export declare const GetDeploymentGitSourceDeployments6$inboundSchema: z.ZodType
3107
3485
  /** @internal */
3108
3486
  export type GetDeploymentGitSourceDeployments6$Outbound = {
3109
3487
  type: string;
3110
- ref: string;
3111
- sha: string;
3112
- gitUrl: string;
3488
+ workspaceUuid?: string | undefined;
3489
+ repoUuid: string;
3490
+ ref?: string | null | undefined;
3491
+ sha?: string | undefined;
3492
+ prId?: number | null | undefined;
3113
3493
  };
3114
3494
  /** @internal */
3115
3495
  export declare const GetDeploymentGitSourceDeployments6$outboundSchema: z.ZodType<GetDeploymentGitSourceDeployments6$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeployments6>;
@@ -3138,20 +3518,39 @@ export declare const GetDeploymentGitSourceDeploymentsResponse200Type$outboundSc
3138
3518
  export declare namespace GetDeploymentGitSourceDeploymentsResponse200Type$ {
3139
3519
  /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200Type$inboundSchema` instead. */
3140
3520
  const inboundSchema: z.ZodNativeEnum<{
3141
- readonly Bitbucket: "bitbucket";
3521
+ readonly Gitlab: "gitlab";
3142
3522
  }>;
3143
3523
  /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200Type$outboundSchema` instead. */
3144
3524
  const outboundSchema: z.ZodNativeEnum<{
3145
- readonly Bitbucket: "bitbucket";
3525
+ readonly Gitlab: "gitlab";
3146
3526
  }>;
3147
3527
  }
3148
3528
  /** @internal */
3529
+ export declare const GetDeploymentGitSourceProjectId$inboundSchema: z.ZodType<GetDeploymentGitSourceProjectId, z.ZodTypeDef, unknown>;
3530
+ /** @internal */
3531
+ export type GetDeploymentGitSourceProjectId$Outbound = string | number;
3532
+ /** @internal */
3533
+ export declare const GetDeploymentGitSourceProjectId$outboundSchema: z.ZodType<GetDeploymentGitSourceProjectId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceProjectId>;
3534
+ /**
3535
+ * @internal
3536
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3537
+ */
3538
+ export declare namespace GetDeploymentGitSourceProjectId$ {
3539
+ /** @deprecated use `GetDeploymentGitSourceProjectId$inboundSchema` instead. */
3540
+ const inboundSchema: z.ZodType<GetDeploymentGitSourceProjectId, z.ZodTypeDef, unknown>;
3541
+ /** @deprecated use `GetDeploymentGitSourceProjectId$outboundSchema` instead. */
3542
+ const outboundSchema: z.ZodType<GetDeploymentGitSourceProjectId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceProjectId>;
3543
+ /** @deprecated use `GetDeploymentGitSourceProjectId$Outbound` instead. */
3544
+ type Outbound = GetDeploymentGitSourceProjectId$Outbound;
3545
+ }
3546
+ export declare function getDeploymentGitSourceProjectIdToJSON(getDeploymentGitSourceProjectId: GetDeploymentGitSourceProjectId): string;
3547
+ export declare function getDeploymentGitSourceProjectIdFromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSourceProjectId, SDKValidationError>;
3548
+ /** @internal */
3149
3549
  export declare const GetDeploymentGitSourceDeployments5$inboundSchema: z.ZodType<GetDeploymentGitSourceDeployments5, z.ZodTypeDef, unknown>;
3150
3550
  /** @internal */
3151
3551
  export type GetDeploymentGitSourceDeployments5$Outbound = {
3152
3552
  type: string;
3153
- owner: string;
3154
- slug: string;
3553
+ projectId: string | number;
3155
3554
  ref?: string | null | undefined;
3156
3555
  sha?: string | undefined;
3157
3556
  prId?: number | null | undefined;
@@ -3183,11 +3582,11 @@ export declare const GetDeploymentGitSourceDeploymentsResponseType$outboundSchem
3183
3582
  export declare namespace GetDeploymentGitSourceDeploymentsResponseType$ {
3184
3583
  /** @deprecated use `GetDeploymentGitSourceDeploymentsResponseType$inboundSchema` instead. */
3185
3584
  const inboundSchema: z.ZodNativeEnum<{
3186
- readonly Bitbucket: "bitbucket";
3585
+ readonly GithubCustomHost: "github-custom-host";
3187
3586
  }>;
3188
3587
  /** @deprecated use `GetDeploymentGitSourceDeploymentsResponseType$outboundSchema` instead. */
3189
3588
  const outboundSchema: z.ZodNativeEnum<{
3190
- readonly Bitbucket: "bitbucket";
3589
+ readonly GithubCustomHost: "github-custom-host";
3191
3590
  }>;
3192
3591
  }
3193
3592
  /** @internal */
@@ -3195,8 +3594,9 @@ export declare const GetDeploymentGitSourceDeployments4$inboundSchema: z.ZodType
3195
3594
  /** @internal */
3196
3595
  export type GetDeploymentGitSourceDeployments4$Outbound = {
3197
3596
  type: string;
3198
- workspaceUuid?: string | undefined;
3199
- repoUuid: string;
3597
+ host: string;
3598
+ org: string;
3599
+ repo: string;
3200
3600
  ref?: string | null | undefined;
3201
3601
  sha?: string | undefined;
3202
3602
  prId?: number | null | undefined;
@@ -3228,39 +3628,40 @@ export declare const GetDeploymentGitSourceDeploymentsType$outboundSchema: z.Zod
3228
3628
  export declare namespace GetDeploymentGitSourceDeploymentsType$ {
3229
3629
  /** @deprecated use `GetDeploymentGitSourceDeploymentsType$inboundSchema` instead. */
3230
3630
  const inboundSchema: z.ZodNativeEnum<{
3231
- readonly Gitlab: "gitlab";
3631
+ readonly GithubCustomHost: "github-custom-host";
3232
3632
  }>;
3233
3633
  /** @deprecated use `GetDeploymentGitSourceDeploymentsType$outboundSchema` instead. */
3234
3634
  const outboundSchema: z.ZodNativeEnum<{
3235
- readonly Gitlab: "gitlab";
3635
+ readonly GithubCustomHost: "github-custom-host";
3236
3636
  }>;
3237
3637
  }
3238
3638
  /** @internal */
3239
- export declare const GetDeploymentGitSourceProjectId$inboundSchema: z.ZodType<GetDeploymentGitSourceProjectId, z.ZodTypeDef, unknown>;
3639
+ export declare const GetDeploymentGitSourceDeploymentsResponse200RepoId$inboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsResponse200RepoId, z.ZodTypeDef, unknown>;
3240
3640
  /** @internal */
3241
- export type GetDeploymentGitSourceProjectId$Outbound = string | number;
3641
+ export type GetDeploymentGitSourceDeploymentsResponse200RepoId$Outbound = string | number;
3242
3642
  /** @internal */
3243
- export declare const GetDeploymentGitSourceProjectId$outboundSchema: z.ZodType<GetDeploymentGitSourceProjectId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceProjectId>;
3643
+ export declare const GetDeploymentGitSourceDeploymentsResponse200RepoId$outboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsResponse200RepoId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeploymentsResponse200RepoId>;
3244
3644
  /**
3245
3645
  * @internal
3246
3646
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3247
3647
  */
3248
- export declare namespace GetDeploymentGitSourceProjectId$ {
3249
- /** @deprecated use `GetDeploymentGitSourceProjectId$inboundSchema` instead. */
3250
- const inboundSchema: z.ZodType<GetDeploymentGitSourceProjectId, z.ZodTypeDef, unknown>;
3251
- /** @deprecated use `GetDeploymentGitSourceProjectId$outboundSchema` instead. */
3252
- const outboundSchema: z.ZodType<GetDeploymentGitSourceProjectId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceProjectId>;
3253
- /** @deprecated use `GetDeploymentGitSourceProjectId$Outbound` instead. */
3254
- type Outbound = GetDeploymentGitSourceProjectId$Outbound;
3648
+ export declare namespace GetDeploymentGitSourceDeploymentsResponse200RepoId$ {
3649
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200RepoId$inboundSchema` instead. */
3650
+ const inboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsResponse200RepoId, z.ZodTypeDef, unknown>;
3651
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200RepoId$outboundSchema` instead. */
3652
+ const outboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsResponse200RepoId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeploymentsResponse200RepoId>;
3653
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200RepoId$Outbound` instead. */
3654
+ type Outbound = GetDeploymentGitSourceDeploymentsResponse200RepoId$Outbound;
3255
3655
  }
3256
- export declare function getDeploymentGitSourceProjectIdToJSON(getDeploymentGitSourceProjectId: GetDeploymentGitSourceProjectId): string;
3257
- export declare function getDeploymentGitSourceProjectIdFromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSourceProjectId, SDKValidationError>;
3656
+ export declare function getDeploymentGitSourceDeploymentsResponse200RepoIdToJSON(getDeploymentGitSourceDeploymentsResponse200RepoId: GetDeploymentGitSourceDeploymentsResponse200RepoId): string;
3657
+ export declare function getDeploymentGitSourceDeploymentsResponse200RepoIdFromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSourceDeploymentsResponse200RepoId, SDKValidationError>;
3258
3658
  /** @internal */
3259
3659
  export declare const GetDeploymentGitSourceDeployments3$inboundSchema: z.ZodType<GetDeploymentGitSourceDeployments3, z.ZodTypeDef, unknown>;
3260
3660
  /** @internal */
3261
3661
  export type GetDeploymentGitSourceDeployments3$Outbound = {
3262
3662
  type: string;
3263
- projectId: string | number;
3663
+ host: string;
3664
+ repoId: string | number;
3264
3665
  ref?: string | null | undefined;
3265
3666
  sha?: string | undefined;
3266
3667
  prId?: number | null | undefined;
@@ -3345,25 +3746,25 @@ export declare namespace GetDeploymentGitSourceDeploymentsResponse200Application
3345
3746
  }>;
3346
3747
  }
3347
3748
  /** @internal */
3348
- export declare const GetDeploymentGitSourceRepoId$inboundSchema: z.ZodType<GetDeploymentGitSourceRepoId, z.ZodTypeDef, unknown>;
3749
+ export declare const GetDeploymentGitSourceDeploymentsResponseRepoId$inboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsResponseRepoId, z.ZodTypeDef, unknown>;
3349
3750
  /** @internal */
3350
- export type GetDeploymentGitSourceRepoId$Outbound = string | number;
3751
+ export type GetDeploymentGitSourceDeploymentsResponseRepoId$Outbound = string | number;
3351
3752
  /** @internal */
3352
- export declare const GetDeploymentGitSourceRepoId$outboundSchema: z.ZodType<GetDeploymentGitSourceRepoId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceRepoId>;
3753
+ export declare const GetDeploymentGitSourceDeploymentsResponseRepoId$outboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsResponseRepoId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeploymentsResponseRepoId>;
3353
3754
  /**
3354
3755
  * @internal
3355
3756
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3356
3757
  */
3357
- export declare namespace GetDeploymentGitSourceRepoId$ {
3358
- /** @deprecated use `GetDeploymentGitSourceRepoId$inboundSchema` instead. */
3359
- const inboundSchema: z.ZodType<GetDeploymentGitSourceRepoId, z.ZodTypeDef, unknown>;
3360
- /** @deprecated use `GetDeploymentGitSourceRepoId$outboundSchema` instead. */
3361
- const outboundSchema: z.ZodType<GetDeploymentGitSourceRepoId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceRepoId>;
3362
- /** @deprecated use `GetDeploymentGitSourceRepoId$Outbound` instead. */
3363
- type Outbound = GetDeploymentGitSourceRepoId$Outbound;
3758
+ export declare namespace GetDeploymentGitSourceDeploymentsResponseRepoId$ {
3759
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponseRepoId$inboundSchema` instead. */
3760
+ const inboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsResponseRepoId, z.ZodTypeDef, unknown>;
3761
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponseRepoId$outboundSchema` instead. */
3762
+ const outboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsResponseRepoId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeploymentsResponseRepoId>;
3763
+ /** @deprecated use `GetDeploymentGitSourceDeploymentsResponseRepoId$Outbound` instead. */
3764
+ type Outbound = GetDeploymentGitSourceDeploymentsResponseRepoId$Outbound;
3364
3765
  }
3365
- export declare function getDeploymentGitSourceRepoIdToJSON(getDeploymentGitSourceRepoId: GetDeploymentGitSourceRepoId): string;
3366
- export declare function getDeploymentGitSourceRepoIdFromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSourceRepoId, SDKValidationError>;
3766
+ export declare function getDeploymentGitSourceDeploymentsResponseRepoIdToJSON(getDeploymentGitSourceDeploymentsResponseRepoId: GetDeploymentGitSourceDeploymentsResponseRepoId): string;
3767
+ export declare function getDeploymentGitSourceDeploymentsResponseRepoIdFromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSourceDeploymentsResponseRepoId, SDKValidationError>;
3367
3768
  /** @internal */
3368
3769
  export declare const GetDeploymentGitSourceDeployments1$inboundSchema: z.ZodType<GetDeploymentGitSourceDeployments1, z.ZodTypeDef, unknown>;
3369
3770
  /** @internal */
@@ -3393,7 +3794,7 @@ export declare function getDeploymentGitSourceDeployments1FromJSON(jsonString: s
3393
3794
  /** @internal */
3394
3795
  export declare const GetDeploymentResponseBodyGitSource$inboundSchema: z.ZodType<GetDeploymentResponseBodyGitSource, z.ZodTypeDef, unknown>;
3395
3796
  /** @internal */
3396
- export type GetDeploymentResponseBodyGitSource$Outbound = GetDeploymentGitSourceDeployments6$Outbound | GetDeploymentGitSourceDeployments8$Outbound | GetDeploymentGitSourceDeployments1$Outbound | GetDeploymentGitSourceDeployments3$Outbound | GetDeploymentGitSourceDeployments2$Outbound | GetDeploymentGitSourceDeployments4$Outbound | GetDeploymentGitSourceDeployments5$Outbound | GetDeploymentGitSourceDeployments7$Outbound | GetDeploymentGitSourceDeployments9$Outbound;
3797
+ export type GetDeploymentResponseBodyGitSource$Outbound = GetDeploymentGitSourceDeployments8$Outbound | GetDeploymentGitSourceDeployments11$Outbound | GetDeploymentGitSourceDeployments1$Outbound | GetDeploymentGitSourceDeployments5$Outbound | GetDeploymentGitSourceDeployments2$Outbound | GetDeploymentGitSourceDeployments3$Outbound | GetDeploymentGitSourceDeployments6$Outbound | GetDeploymentGitSourceDeployments7$Outbound | GetDeploymentGitSourceDeployments9$Outbound | GetDeploymentGitSourceDeployments4$Outbound | GetDeploymentGitSourceDeployments10$Outbound | GetDeploymentGitSourceDeployments12$Outbound;
3397
3798
  /** @internal */
3398
3799
  export declare const GetDeploymentResponseBodyGitSource$outboundSchema: z.ZodType<GetDeploymentResponseBodyGitSource$Outbound, z.ZodTypeDef, GetDeploymentResponseBodyGitSource>;
3399
3800
  /**
@@ -4506,6 +4907,7 @@ export type GetDeploymentResponseBody1$Outbound = {
4506
4907
  aliasAssigned: boolean;
4507
4908
  bootedAt: number;
4508
4909
  buildingAt: number;
4910
+ buildContainerFinishedAt?: number | undefined;
4509
4911
  buildSkipped: boolean;
4510
4912
  creator: ResponseBodyCreator$Outbound;
4511
4913
  initReadyAt?: number | undefined;
@@ -4540,7 +4942,7 @@ export type GetDeploymentResponseBody1$Outbound = {
4540
4942
  errorMessage?: string | null | undefined;
4541
4943
  errorStep?: string | undefined;
4542
4944
  passiveRegions?: Array<string> | undefined;
4543
- gitSource?: GetDeploymentGitSourceDeployments6$Outbound | GetDeploymentGitSourceDeployments8$Outbound | GetDeploymentGitSourceDeployments1$Outbound | GetDeploymentGitSourceDeployments3$Outbound | GetDeploymentGitSourceDeployments2$Outbound | GetDeploymentGitSourceDeployments4$Outbound | GetDeploymentGitSourceDeployments5$Outbound | GetDeploymentGitSourceDeployments7$Outbound | GetDeploymentGitSourceDeployments9$Outbound | undefined;
4945
+ gitSource?: GetDeploymentGitSourceDeployments8$Outbound | GetDeploymentGitSourceDeployments11$Outbound | GetDeploymentGitSourceDeployments1$Outbound | GetDeploymentGitSourceDeployments5$Outbound | GetDeploymentGitSourceDeployments2$Outbound | GetDeploymentGitSourceDeployments3$Outbound | GetDeploymentGitSourceDeployments6$Outbound | GetDeploymentGitSourceDeployments7$Outbound | GetDeploymentGitSourceDeployments9$Outbound | GetDeploymentGitSourceDeployments4$Outbound | GetDeploymentGitSourceDeployments10$Outbound | GetDeploymentGitSourceDeployments12$Outbound | undefined;
4544
4946
  meta: {
4545
4947
  [k: string]: string;
4546
4948
  };