@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
@@ -77,12 +77,13 @@ export declare const AuthMethod: {
77
77
  readonly Otp: "otp";
78
78
  readonly Sms: "sms";
79
79
  readonly Invite: "invite";
80
+ readonly Google: "google";
80
81
  };
81
82
  export type AuthMethod = ClosedEnum<typeof AuthMethod>;
82
83
  /**
83
84
  * The payload of the event, if requested.
84
85
  */
85
- export type OneHundredAndFortySeven = {
86
+ export type OneHundredAndFortyEight = {
86
87
  grantType: GrantType;
87
88
  appName: string;
88
89
  /**
@@ -96,11 +97,11 @@ export type OneHundredAndFortySeven = {
96
97
  scope: string;
97
98
  authMethod: AuthMethod;
98
99
  };
99
- export type UserEventPayload146Team = {
100
+ export type UserEventPayload147Team = {
100
101
  id: string;
101
102
  name: string;
102
103
  };
103
- export type UserEventPayload146Configuration = {
104
+ export type UserEventPayload147Configuration = {
104
105
  id: string;
105
106
  name?: string | undefined;
106
107
  };
@@ -111,17 +112,17 @@ export type UserEventPayloadPeering = {
111
112
  /**
112
113
  * The payload of the event, if requested.
113
114
  */
114
- export type OneHundredAndFortySix = {
115
- team: UserEventPayload146Team;
116
- configuration: UserEventPayload146Configuration;
115
+ export type OneHundredAndFortySeven = {
116
+ team: UserEventPayload147Team;
117
+ configuration: UserEventPayload147Configuration;
117
118
  peering: UserEventPayloadPeering;
118
119
  newName?: string | undefined;
119
120
  };
120
- export type UserEventPayload145Team = {
121
+ export type UserEventPayload146Team = {
121
122
  id: string;
122
123
  name: string;
123
124
  };
124
- export type UserEventPayload145Configuration = {
125
+ export type UserEventPayload146Configuration = {
125
126
  id: string;
126
127
  name?: string | undefined;
127
128
  };
@@ -132,16 +133,16 @@ export type PayloadPeering = {
132
133
  /**
133
134
  * The payload of the event, if requested.
134
135
  */
135
- export type OneHundredAndFortyFive = {
136
- team: UserEventPayload145Team;
137
- configuration: UserEventPayload145Configuration;
136
+ export type OneHundredAndFortySix = {
137
+ team: UserEventPayload146Team;
138
+ configuration: UserEventPayload146Configuration;
138
139
  peering: PayloadPeering;
139
140
  };
140
- export type UserEventPayload144Team = {
141
+ export type UserEventPayload145Team = {
141
142
  id: string;
142
143
  name: string;
143
144
  };
144
- export type UserEventPayload144Configuration = {
145
+ export type UserEventPayload145Configuration = {
145
146
  id: string;
146
147
  name?: string | undefined;
147
148
  };
@@ -154,35 +155,35 @@ export type Peering = {
154
155
  /**
155
156
  * The payload of the event, if requested.
156
157
  */
157
- export type OneHundredAndFortyFour = {
158
- team: UserEventPayload144Team;
159
- configuration: UserEventPayload144Configuration;
158
+ export type OneHundredAndFortyFive = {
159
+ team: UserEventPayload145Team;
160
+ configuration: UserEventPayload145Configuration;
160
161
  peering: Peering;
161
162
  };
162
163
  /**
163
164
  * The payload of the event, if requested.
164
165
  */
165
- export type OneHundredAndFortyThree = {
166
+ export type OneHundredAndFortyFour = {
166
167
  appName: string;
167
168
  };
168
169
  /**
169
170
  * The payload of the event, if requested.
170
171
  */
171
- export type OneHundredAndFortyTwo = {
172
+ export type OneHundredAndFortyThree = {
172
173
  appName: string;
173
174
  nextScopes: Array<string>;
174
175
  };
175
176
  /**
176
177
  * The payload of the event, if requested.
177
178
  */
178
- export type OneHundredAndFortyOne = {
179
+ export type OneHundredAndFortyTwo = {
179
180
  appName: string;
180
181
  scopes: Array<string>;
181
182
  };
182
183
  /**
183
184
  * The payload of the event, if requested.
184
185
  */
185
- export type OneHundredAndForty = {
186
+ export type OneHundredAndFortyOne = {
186
187
  oldName: string;
187
188
  newName: string;
188
189
  };
@@ -194,7 +195,7 @@ export type Tier = ClosedEnum<typeof Tier>;
194
195
  /**
195
196
  * The payload of the event, if requested.
196
197
  */
197
- export type OneHundredAndThirtyNine = {
198
+ export type OneHundredAndForty = {
198
199
  tier: Tier;
199
200
  };
200
201
  export type ProjectWebAnalytics = {
@@ -214,7 +215,7 @@ export type PrevProjectWebAnalytics = {
214
215
  /**
215
216
  * The payload of the event, if requested.
216
217
  */
217
- export type OneHundredAndThirtyEight = {
218
+ export type OneHundredAndThirtyNine = {
218
219
  projectId: string;
219
220
  projectName: string;
220
221
  projectWebAnalytics?: ProjectWebAnalytics | undefined;
@@ -243,7 +244,7 @@ export type Microfrontends1 = {
243
244
  */
244
245
  isDefaultApp?: boolean | undefined;
245
246
  /**
246
- * A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI.
247
+ * A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`
247
248
  */
248
249
  defaultRoute?: string | undefined;
249
250
  /**
@@ -252,7 +253,7 @@ export type Microfrontends1 = {
252
253
  routeObservabilityToThisProject?: boolean | undefined;
253
254
  };
254
255
  export type Microfrontends = Microfrontends2 | Microfrontends1;
255
- export type UserEventPayload137Project = {
256
+ export type UserEventPayload138Project = {
256
257
  id: string;
257
258
  name: string;
258
259
  microfrontends?: Microfrontends2 | Microfrontends1 | undefined;
@@ -280,7 +281,7 @@ export type UserEventMicrofrontends1 = {
280
281
  */
281
282
  isDefaultApp?: boolean | undefined;
282
283
  /**
283
- * A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI.
284
+ * A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`
284
285
  */
285
286
  defaultRoute?: string | undefined;
286
287
  /**
@@ -289,11 +290,11 @@ export type UserEventMicrofrontends1 = {
289
290
  routeObservabilityToThisProject?: boolean | undefined;
290
291
  };
291
292
  export type PayloadMicrofrontends = UserEventMicrofrontends2 | UserEventMicrofrontends1;
292
- export type UserEventPayload137PrevProject = {
293
+ export type UserEventPayload138PrevProject = {
293
294
  microfrontends?: UserEventMicrofrontends2 | UserEventMicrofrontends1 | undefined;
294
295
  };
295
296
  export type PayloadPrev = {
296
- project: UserEventPayload137PrevProject;
297
+ project: UserEventPayload138PrevProject;
297
298
  };
298
299
  export type PayloadGroup = {
299
300
  id: string;
@@ -303,12 +304,12 @@ export type PayloadGroup = {
303
304
  /**
304
305
  * The payload of the event, if requested.
305
306
  */
306
- export type OneHundredAndThirtySeven = {
307
- project: UserEventPayload137Project;
307
+ export type OneHundredAndThirtyEight = {
308
+ project: UserEventPayload138Project;
308
309
  prev: PayloadPrev;
309
310
  group: PayloadGroup;
310
311
  };
311
- export type UserEventPayload136Project = {
312
+ export type UserEventPayload137Project = {
312
313
  id: string;
313
314
  name: string;
314
315
  };
@@ -320,8 +321,8 @@ export type Group = {
320
321
  /**
321
322
  * The payload of the event, if requested.
322
323
  */
323
- export type OneHundredAndThirtySix = {
324
- project: UserEventPayload136Project;
324
+ export type OneHundredAndThirtySeven = {
325
+ project: UserEventPayload137Project;
325
326
  group: Group;
326
327
  };
327
328
  export type Prev = {
@@ -331,7 +332,7 @@ export type Prev = {
331
332
  /**
332
333
  * The payload of the event, if requested.
333
334
  */
334
- export type OneHundredAndThirtyFive = {
335
+ export type OneHundredAndThirtySix = {
335
336
  id: string;
336
337
  slug: string;
337
338
  name: string;
@@ -340,7 +341,7 @@ export type OneHundredAndThirtyFive = {
340
341
  /**
341
342
  * The payload of the event, if requested.
342
343
  */
343
- export type OneHundredAndThirtyFour = {
344
+ export type OneHundredAndThirtyFive = {
344
345
  id: string;
345
346
  slug: string;
346
347
  name: string;
@@ -348,7 +349,7 @@ export type OneHundredAndThirtyFour = {
348
349
  /**
349
350
  * The payload of the event, if requested.
350
351
  */
351
- export type OneHundredAndThirtyThree = {
352
+ export type OneHundredAndThirtyFour = {
352
353
  edgeConfigId: string;
353
354
  edgeConfigSlug: string;
354
355
  /**
@@ -359,7 +360,7 @@ export type OneHundredAndThirtyThree = {
359
360
  /**
360
361
  * The payload of the event, if requested.
361
362
  */
362
- export type OneHundredAndThirtyTwo = {
363
+ export type OneHundredAndThirtyThree = {
363
364
  edgeConfigId: string;
364
365
  edgeConfigSlug: string;
365
366
  edgeConfigTokenId: string;
@@ -368,20 +369,20 @@ export type OneHundredAndThirtyTwo = {
368
369
  /**
369
370
  * The payload of the event, if requested.
370
371
  */
371
- export type OneHundredAndThirtyOne = {
372
+ export type OneHundredAndThirtyTwo = {
372
373
  edgeConfigId: string;
373
374
  edgeConfigSlug: string;
374
375
  edgeConfigDigest: string;
375
376
  };
376
- export declare const UserEventPayload130Role: {
377
+ export declare const UserEventPayload131Role: {
377
378
  readonly Admin: "ADMIN";
378
379
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
379
380
  readonly ProjectViewer: "PROJECT_VIEWER";
380
381
  };
381
- export type UserEventPayload130Role = ClosedEnum<typeof UserEventPayload130Role>;
382
- export type UserEventPayload130Project = {
382
+ export type UserEventPayload131Role = ClosedEnum<typeof UserEventPayload131Role>;
383
+ export type UserEventPayload131Project = {
383
384
  name: string;
384
- role: UserEventPayload130Role;
385
+ role: UserEventPayload131Role;
385
386
  invitedUserName: string;
386
387
  id?: string | undefined;
387
388
  invitedUserId?: string | undefined;
@@ -389,19 +390,19 @@ export type UserEventPayload130Project = {
389
390
  /**
390
391
  * The payload of the event, if requested.
391
392
  */
392
- export type OneHundredAndThirty = {
393
- project: UserEventPayload130Project;
393
+ export type OneHundredAndThirtyOne = {
394
+ project: UserEventPayload131Project;
394
395
  };
395
- export type UserEventPayload129Project = {
396
+ export type UserEventPayload130Project = {
396
397
  id: string;
397
398
  name: string;
398
399
  };
399
- export declare const UserEventPayload129Role: {
400
+ export declare const UserEventPayload130Role: {
400
401
  readonly Admin: "ADMIN";
401
402
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
402
403
  readonly ProjectViewer: "PROJECT_VIEWER";
403
404
  };
404
- export type UserEventPayload129Role = ClosedEnum<typeof UserEventPayload129Role>;
405
+ export type UserEventPayload130Role = ClosedEnum<typeof UserEventPayload130Role>;
405
406
  export declare const PreviousRole: {
406
407
  readonly Admin: "ADMIN";
407
408
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
@@ -409,7 +410,7 @@ export declare const PreviousRole: {
409
410
  };
410
411
  export type PreviousRole = ClosedEnum<typeof PreviousRole>;
411
412
  export type PayloadProjectMembership = {
412
- role?: UserEventPayload129Role | undefined;
413
+ role?: UserEventPayload130Role | undefined;
413
414
  uid?: string | undefined;
414
415
  createdAt?: number | undefined;
415
416
  username?: string | undefined;
@@ -418,11 +419,11 @@ export type PayloadProjectMembership = {
418
419
  /**
419
420
  * The payload of the event, if requested.
420
421
  */
421
- export type OneHundredAndTwentyNine = {
422
- project: UserEventPayload129Project;
422
+ export type OneHundredAndThirty = {
423
+ project: UserEventPayload130Project;
423
424
  projectMembership: PayloadProjectMembership;
424
425
  };
425
- export type UserEventPayload128Project = {
426
+ export type UserEventPayload129Project = {
426
427
  name: string;
427
428
  id?: string | undefined;
428
429
  };
@@ -441,11 +442,11 @@ export type RemovedMembership = {
441
442
  /**
442
443
  * The payload of the event, if requested.
443
444
  */
444
- export type OneHundredAndTwentyEight = {
445
- project: UserEventPayload128Project;
445
+ export type OneHundredAndTwentyNine = {
446
+ project: UserEventPayload129Project;
446
447
  removedMembership: RemovedMembership;
447
448
  };
448
- export type UserEventPayload127Project = {
449
+ export type UserEventPayload128Project = {
449
450
  name: string;
450
451
  id?: string | undefined;
451
452
  };
@@ -464,14 +465,14 @@ export type ProjectMembership = {
464
465
  /**
465
466
  * The payload of the event, if requested.
466
467
  */
467
- export type OneHundredAndTwentySeven = {
468
- project: UserEventPayload127Project;
468
+ export type OneHundredAndTwentyEight = {
469
+ project: UserEventPayload128Project;
469
470
  projectMembership: ProjectMembership | null;
470
471
  };
471
472
  /**
472
473
  * The payload of the event, if requested.
473
474
  */
474
- export type OneHundredAndTwentySix = {
475
+ export type OneHundredAndTwentySeven = {
475
476
  previousProjectName: string;
476
477
  newProjectName: string;
477
478
  originAccountName: string;
@@ -480,7 +481,7 @@ export type OneHundredAndTwentySix = {
480
481
  /**
481
482
  * The payload of the event, if requested.
482
483
  */
483
- export type OneHundredAndTwentyFive = {
484
+ export type OneHundredAndTwentySix = {
484
485
  previousProjectName: string;
485
486
  newProjectName: string;
486
487
  destinationAccountName: string;
@@ -489,7 +490,7 @@ export type OneHundredAndTwentyFive = {
489
490
  /**
490
491
  * The payload of the event, if requested.
491
492
  */
492
- export type OneHundredAndTwentyFour = {
493
+ export type OneHundredAndTwentyFive = {
493
494
  projectName: string;
494
495
  destinationAccountName: string | null;
495
496
  transferId?: string | undefined;
@@ -497,7 +498,7 @@ export type OneHundredAndTwentyFour = {
497
498
  /**
498
499
  * The payload of the event, if requested.
499
500
  */
500
- export type OneHundredAndTwentyThree = {
501
+ export type OneHundredAndTwentyFour = {
501
502
  projectId: string;
502
503
  projectName: string;
503
504
  originAccountName: string;
@@ -508,7 +509,7 @@ export type OneHundredAndTwentyThree = {
508
509
  /**
509
510
  * The payload of the event, if requested.
510
511
  */
511
- export type OneHundredAndTwentyTwo = {
512
+ export type OneHundredAndTwentyThree = {
512
513
  requestedTeamName: string;
513
514
  requestedUserName?: string | undefined;
514
515
  gitUsername?: string | undefined;
@@ -519,7 +520,7 @@ export type OneHundredAndTwentyTwo = {
519
520
  /**
520
521
  * The payload of the event, if requested.
521
522
  */
522
- export type OneHundredAndTwentyOne = {
523
+ export type OneHundredAndTwentyTwo = {
523
524
  teamName: string;
524
525
  username?: string | undefined;
525
526
  gitUsername?: string | null | undefined;
@@ -530,7 +531,7 @@ export type OneHundredAndTwentyOne = {
530
531
  /**
531
532
  * The payload of the event, if requested.
532
533
  */
533
- export type OneHundredAndTwenty = {
534
+ export type OneHundredAndTwentyOne = {
534
535
  teamName: string;
535
536
  username?: string | undefined;
536
537
  gitUsername?: string | undefined;
@@ -543,21 +544,21 @@ export type OneHundredAndTwenty = {
543
544
  /**
544
545
  * The payload of the event, if requested.
545
546
  */
546
- export type OneHundredAndNineteen = {
547
+ export type OneHundredAndTwenty = {
547
548
  price?: number | undefined;
548
549
  currency?: string | undefined;
549
550
  };
550
551
  /**
551
552
  * The payload of the event, if requested.
552
553
  */
553
- export type OneHundredAndEighteen = {
554
+ export type OneHundredAndNineteen = {
554
555
  previewDeploymentSuffix?: string | null | undefined;
555
556
  previousPreviewDeploymentSuffix?: string | null | undefined;
556
557
  };
557
558
  /**
558
559
  * The payload of the event, if requested.
559
560
  */
560
- export type OneHundredAndSeventeen = {
561
+ export type OneHundredAndEighteen = {
561
562
  price?: number | undefined;
562
563
  currency?: string | undefined;
563
564
  enabled?: boolean | undefined;
@@ -565,26 +566,26 @@ export type OneHundredAndSeventeen = {
565
566
  /**
566
567
  * The payload of the event, if requested.
567
568
  */
568
- export type OneHundredAndSixteen = {
569
+ export type OneHundredAndSeventeen = {
569
570
  username: string;
570
571
  };
571
572
  /**
572
573
  * The payload of the event, if requested.
573
574
  */
574
- export type OneHundredAndFifteen = {
575
+ export type OneHundredAndSixteen = {
575
576
  email: string;
576
577
  prevEmail: string;
577
578
  };
578
579
  /**
579
580
  * The payload of the event, if requested.
580
581
  */
581
- export type OneHundredAndFourteen = {
582
+ export type OneHundredAndFifteen = {
582
583
  mfaEnabled: boolean;
583
584
  };
584
585
  /**
585
586
  * The payload of the event, if requested.
586
587
  */
587
- export type OneHundredAndThirteen = {
588
+ export type OneHundredAndFourteen = {
588
589
  enabled: boolean;
589
590
  totpVerified: boolean;
590
591
  };
@@ -599,7 +600,7 @@ export type Next = {
599
600
  /**
600
601
  * The payload of the event, if requested.
601
602
  */
602
- export type OneHundredAndTwelve = {
603
+ export type OneHundredAndThirteen = {
603
604
  previous: Previous;
604
605
  next: Next;
605
606
  };
@@ -612,7 +613,7 @@ export type PayloadRemoteCaching = {
612
613
  /**
613
614
  * The payload of the event, if requested.
614
615
  */
615
- export type OneHundredAndEleven = {
616
+ export type OneHundredAndTwelve = {
616
617
  /**
617
618
  * Represents configuration for remote caching
618
619
  */
@@ -621,15 +622,21 @@ export type OneHundredAndEleven = {
621
622
  /**
622
623
  * The payload of the event, if requested.
623
624
  */
624
- export type OneHundredAndTen = {
625
+ export type OneHundredAndEleven = {
625
626
  slug?: string | undefined;
626
627
  };
627
628
  /**
628
629
  * The payload of the event, if requested.
629
630
  */
630
- export type OneHundredAndNine = {
631
+ export type OneHundredAndTen = {
631
632
  name?: string | undefined;
632
633
  };
634
+ /**
635
+ * The payload of the event, if requested.
636
+ */
637
+ export type OneHundredAndNine = {
638
+ enforced: boolean;
639
+ };
633
640
  export type UserEventPayload108User = {
634
641
  id: string;
635
642
  username: string;
@@ -1423,6 +1430,7 @@ export type SixtyEight = {
1423
1430
  viaGithub: boolean;
1424
1431
  viaGitlab: boolean;
1425
1432
  viaBitbucket: boolean;
1433
+ viaGoogle: boolean;
1426
1434
  viaSamlSso: boolean;
1427
1435
  viaPasskey: boolean;
1428
1436
  ssoType?: string | undefined;
@@ -1560,6 +1568,7 @@ export type PayloadBilling = {
1560
1568
  };
1561
1569
  export declare const UserEventCredentialsType: {
1562
1570
  readonly GithubOauthCustomHost: "github-oauth-custom-host";
1571
+ readonly GithubAppCustomHost: "github-app-custom-host";
1563
1572
  };
1564
1573
  export type UserEventCredentialsType = ClosedEnum<typeof UserEventCredentialsType>;
1565
1574
  export type Credentials2 = {
@@ -1570,6 +1579,7 @@ export type Credentials2 = {
1570
1579
  export declare const CredentialsType: {
1571
1580
  readonly Gitlab: "gitlab";
1572
1581
  readonly Bitbucket: "bitbucket";
1582
+ readonly Google: "google";
1573
1583
  readonly GithubOauth: "github-oauth";
1574
1584
  readonly GithubApp: "github-app";
1575
1585
  };
@@ -1600,6 +1610,7 @@ export declare const PayloadImportFlowGitProvider: {
1600
1610
  readonly Github: "github";
1601
1611
  readonly Gitlab: "gitlab";
1602
1612
  readonly Bitbucket: "bitbucket";
1613
+ readonly GithubCustomHost: "github-custom-host";
1603
1614
  };
1604
1615
  export type PayloadImportFlowGitProvider = ClosedEnum<typeof PayloadImportFlowGitProvider>;
1605
1616
  export type PayloadGitNamespaceId = string | number;
@@ -1617,6 +1628,16 @@ export type UserEventPayloadRemoteCaching = {
1617
1628
  export type PayloadBuildEntitlements = {
1618
1629
  enhancedBuilds?: boolean | undefined;
1619
1630
  };
1631
+ export declare const PayloadPurchaseType: {
1632
+ readonly Enhanced: "enhanced";
1633
+ };
1634
+ export type PayloadPurchaseType = ClosedEnum<typeof PayloadPurchaseType>;
1635
+ export type PayloadBuildMachine = {
1636
+ purchaseType?: PayloadPurchaseType | undefined;
1637
+ abovePlan?: boolean | undefined;
1638
+ cores?: number | undefined;
1639
+ memory?: number | undefined;
1640
+ };
1620
1641
  export type PayloadResourceConfig = {
1621
1642
  nodeType?: string | undefined;
1622
1643
  concurrentBuilds?: number | undefined;
@@ -1641,6 +1662,8 @@ export type PayloadResourceConfig = {
1641
1662
  microfrontendProjectsPerGroup?: number | undefined;
1642
1663
  flagsExplorerOverridesThreshold?: number | undefined;
1643
1664
  flagsExplorerUnlimitedOverrides?: boolean | undefined;
1665
+ customEnvironmentsPerProject?: number | undefined;
1666
+ buildMachine?: PayloadBuildMachine | undefined;
1644
1667
  };
1645
1668
  export type ResourceLimits = {
1646
1669
  max: number;
@@ -2655,10 +2678,6 @@ export type OldEnvVar = {
2655
2678
  * The value of the Shared Env Var.
2656
2679
  */
2657
2680
  value?: string | undefined;
2658
- /**
2659
- * The value of the shared environment variable decrypted against api-secrets-management.
2660
- */
2661
- vsmValue?: string | undefined;
2662
2681
  /**
2663
2682
  * The unique identifiers of the projects which the Shared Env Var is linked to.
2664
2683
  */
@@ -2758,10 +2777,6 @@ export type NewEnvVar = {
2758
2777
  * The value of the Shared Env Var.
2759
2778
  */
2760
2779
  value?: string | undefined;
2761
- /**
2762
- * The value of the shared environment variable decrypted against api-secrets-management.
2763
- */
2764
- vsmValue?: string | undefined;
2765
2780
  /**
2766
2781
  * The unique identifiers of the projects which the Shared Env Var is linked to.
2767
2782
  */
@@ -2904,10 +2919,6 @@ export type FiftySeven = {
2904
2919
  * The value of the Shared Env Var.
2905
2920
  */
2906
2921
  value?: string | undefined;
2907
- /**
2908
- * The value of the shared environment variable decrypted against api-secrets-management.
2909
- */
2910
- vsmValue?: string | undefined;
2911
2922
  /**
2912
2923
  * The unique identifiers of the projects which the Shared Env Var is linked to.
2913
2924
  */
@@ -3538,7 +3549,7 @@ export type Two = {
3538
3549
  * The payload of the event, if requested.
3539
3550
  */
3540
3551
  export type One = {};
3541
- export type Payload = One | Three | Nine | Nineteen | TwentyEight | ThirtyThree | FortyThree | EightyFour | EightyEight | NinetyThree | NinetyFive | NinetySix | NinetySeven | NinetyNine | OneHundredAndOne | OneHundredAndNine | OneHundredAndTen | OneHundredAndEleven | OneHundredAndFourteen | OneHundredAndSixteen | OneHundredAndThirty | OneHundredAndThirtyNine | OneHundredAndFortyThree | Four | Fourteen | Seventeen | Eighteen | TwentyThree | TwentyFive | TwentySix | TwentySeven | ThirtySix | FortyOne | FortyFive | FortyEight | FiftyTwo | FiftyFive | SixtyThree | SixtyNine | Seventy | SeventyOne | SeventySix | EightyOne | EightyTwo | EightyThree | EightySix | EightySeven | Ninety | NinetyOne | OneHundred | OneHundredAndSeven | OneHundredAndTwelve | OneHundredAndThirteen | OneHundredAndFifteen | OneHundredAndEighteen | OneHundredAndNineteen | OneHundredAndTwentySeven | OneHundredAndTwentyEight | OneHundredAndTwentyNine | OneHundredAndThirtySix | OneHundredAndForty | OneHundredAndFortyOne | OneHundredAndFortyTwo | Five | Eight | Ten | Twelve | Thirteen | TwentyOne | TwentyTwo | TwentyFour | ThirtyOne | ThirtyTwo | ThirtyFour | ThirtyFive | ThirtyEight | ThirtyNine | FortyFour | FortySeven | FortyNine | Fifty | FiftyOne | FiftyThree | FiftyFour | FiftyEight | Sixty | SixtyOne | SeventyTwo | SeventySeven | SeventyEight | Eighty | EightyFive | EightyNine | NinetyTwo | OneHundredAndFive | OneHundredAndEight | OneHundredAndSeventeen | OneHundredAndTwentyFour | OneHundredAndThirtyOne | OneHundredAndThirtyThree | OneHundredAndThirtyFour | OneHundredAndThirtySeven | OneHundredAndFortyFour | OneHundredAndFortyFive | Two | Six | Eleven | Fifteen | Sixteen | Twenty | TwentyNine | FortySix | SeventyFour | SeventyFive | NinetyFour | OneHundredAndTwo | OneHundredAndTwentyFive | OneHundredAndTwentySix | OneHundredAndThirtyTwo | OneHundredAndThirtyFive | OneHundredAndThirtyEight | OneHundredAndFortySix | Thirty | FortyTwo | FiftyNine | SixtySix | SeventyNine | OneHundredAndSix | Forty | SixtyTwo | SixtyFive | NinetyEight | OneHundredAndFour | OneHundredAndTwentyOne | OneHundredAndTwentyTwo | OneHundredAndTwentyThree | OneHundredAndFortySeven | SixtyFour | SixtySeven | SeventyThree | OneHundredAndThree | OneHundredAndTwenty | FiftySix | SixtyEight | Seven | ThirtySeven | FiftySeven;
3552
+ export type Payload = One | Three | Nine | Nineteen | TwentyEight | ThirtyThree | FortyThree | EightyFour | EightyEight | NinetyThree | NinetyFive | NinetySix | NinetySeven | NinetyNine | OneHundredAndOne | OneHundredAndNine | OneHundredAndTen | OneHundredAndEleven | OneHundredAndTwelve | OneHundredAndFifteen | OneHundredAndSeventeen | OneHundredAndThirtyOne | OneHundredAndForty | OneHundredAndFortyFour | Four | Fourteen | Seventeen | Eighteen | TwentyThree | TwentyFive | TwentySix | TwentySeven | ThirtySix | FortyOne | FortyFive | FortyEight | FiftyTwo | FiftyFive | SixtyThree | SixtyNine | Seventy | SeventyOne | SeventySix | EightyOne | EightyTwo | EightyThree | EightySix | EightySeven | Ninety | NinetyOne | OneHundred | OneHundredAndSeven | OneHundredAndThirteen | OneHundredAndFourteen | OneHundredAndSixteen | OneHundredAndNineteen | OneHundredAndTwenty | OneHundredAndTwentyEight | OneHundredAndTwentyNine | OneHundredAndThirty | OneHundredAndThirtySeven | OneHundredAndFortyOne | OneHundredAndFortyTwo | OneHundredAndFortyThree | Five | Eight | Ten | Twelve | Thirteen | TwentyOne | TwentyTwo | TwentyFour | ThirtyOne | ThirtyTwo | ThirtyFour | ThirtyFive | ThirtyEight | ThirtyNine | FortyFour | FortySeven | FortyNine | Fifty | FiftyOne | FiftyThree | FiftyFour | FiftyEight | Sixty | SixtyOne | SeventyTwo | SeventySeven | SeventyEight | Eighty | EightyFive | EightyNine | NinetyTwo | OneHundredAndFive | OneHundredAndEight | OneHundredAndEighteen | OneHundredAndTwentyFive | OneHundredAndThirtyTwo | OneHundredAndThirtyFour | OneHundredAndThirtyFive | OneHundredAndThirtyEight | OneHundredAndFortyFive | OneHundredAndFortySix | Two | Six | Eleven | Fifteen | Sixteen | Twenty | TwentyNine | FortySix | SeventyFour | SeventyFive | NinetyFour | OneHundredAndTwo | OneHundredAndTwentySix | OneHundredAndTwentySeven | OneHundredAndThirtyThree | OneHundredAndThirtySix | OneHundredAndThirtyNine | OneHundredAndFortySeven | Thirty | FortyTwo | FiftyNine | SixtySix | SeventyNine | OneHundredAndSix | Forty | SixtyTwo | SixtyFive | NinetyEight | OneHundredAndFour | OneHundredAndTwentyTwo | OneHundredAndTwentyThree | OneHundredAndTwentyFour | OneHundredAndFortyEight | SixtyFour | SixtySeven | SeventyThree | OneHundredAndThree | OneHundredAndTwentyOne | FiftySix | Seven | ThirtySeven | SixtyEight | FiftySeven;
3542
3553
  /**
3543
3554
  * Array of events generated by the User.
3544
3555
  */
@@ -3567,7 +3578,7 @@ export type UserEvent = {
3567
3578
  * The unique identifier of the User who generated the event.
3568
3579
  */
3569
3580
  userId: string;
3570
- payload?: One | Three | Nine | Nineteen | TwentyEight | ThirtyThree | FortyThree | EightyFour | EightyEight | NinetyThree | NinetyFive | NinetySix | NinetySeven | NinetyNine | OneHundredAndOne | OneHundredAndNine | OneHundredAndTen | OneHundredAndEleven | OneHundredAndFourteen | OneHundredAndSixteen | OneHundredAndThirty | OneHundredAndThirtyNine | OneHundredAndFortyThree | Four | Fourteen | Seventeen | Eighteen | TwentyThree | TwentyFive | TwentySix | TwentySeven | ThirtySix | FortyOne | FortyFive | FortyEight | FiftyTwo | FiftyFive | SixtyThree | SixtyNine | Seventy | SeventyOne | SeventySix | EightyOne | EightyTwo | EightyThree | EightySix | EightySeven | Ninety | NinetyOne | OneHundred | OneHundredAndSeven | OneHundredAndTwelve | OneHundredAndThirteen | OneHundredAndFifteen | OneHundredAndEighteen | OneHundredAndNineteen | OneHundredAndTwentySeven | OneHundredAndTwentyEight | OneHundredAndTwentyNine | OneHundredAndThirtySix | OneHundredAndForty | OneHundredAndFortyOne | OneHundredAndFortyTwo | Five | Eight | Ten | Twelve | Thirteen | TwentyOne | TwentyTwo | TwentyFour | ThirtyOne | ThirtyTwo | ThirtyFour | ThirtyFive | ThirtyEight | ThirtyNine | FortyFour | FortySeven | FortyNine | Fifty | FiftyOne | FiftyThree | FiftyFour | FiftyEight | Sixty | SixtyOne | SeventyTwo | SeventySeven | SeventyEight | Eighty | EightyFive | EightyNine | NinetyTwo | OneHundredAndFive | OneHundredAndEight | OneHundredAndSeventeen | OneHundredAndTwentyFour | OneHundredAndThirtyOne | OneHundredAndThirtyThree | OneHundredAndThirtyFour | OneHundredAndThirtySeven | OneHundredAndFortyFour | OneHundredAndFortyFive | Two | Six | Eleven | Fifteen | Sixteen | Twenty | TwentyNine | FortySix | SeventyFour | SeventyFive | NinetyFour | OneHundredAndTwo | OneHundredAndTwentyFive | OneHundredAndTwentySix | OneHundredAndThirtyTwo | OneHundredAndThirtyFive | OneHundredAndThirtyEight | OneHundredAndFortySix | Thirty | FortyTwo | FiftyNine | SixtySix | SeventyNine | OneHundredAndSix | Forty | SixtyTwo | SixtyFive | NinetyEight | OneHundredAndFour | OneHundredAndTwentyOne | OneHundredAndTwentyTwo | OneHundredAndTwentyThree | OneHundredAndFortySeven | SixtyFour | SixtySeven | SeventyThree | OneHundredAndThree | OneHundredAndTwenty | FiftySix | SixtyEight | Seven | ThirtySeven | FiftySeven | undefined;
3581
+ payload?: One | Three | Nine | Nineteen | TwentyEight | ThirtyThree | FortyThree | EightyFour | EightyEight | NinetyThree | NinetyFive | NinetySix | NinetySeven | NinetyNine | OneHundredAndOne | OneHundredAndNine | OneHundredAndTen | OneHundredAndEleven | OneHundredAndTwelve | OneHundredAndFifteen | OneHundredAndSeventeen | OneHundredAndThirtyOne | OneHundredAndForty | OneHundredAndFortyFour | Four | Fourteen | Seventeen | Eighteen | TwentyThree | TwentyFive | TwentySix | TwentySeven | ThirtySix | FortyOne | FortyFive | FortyEight | FiftyTwo | FiftyFive | SixtyThree | SixtyNine | Seventy | SeventyOne | SeventySix | EightyOne | EightyTwo | EightyThree | EightySix | EightySeven | Ninety | NinetyOne | OneHundred | OneHundredAndSeven | OneHundredAndThirteen | OneHundredAndFourteen | OneHundredAndSixteen | OneHundredAndNineteen | OneHundredAndTwenty | OneHundredAndTwentyEight | OneHundredAndTwentyNine | OneHundredAndThirty | OneHundredAndThirtySeven | OneHundredAndFortyOne | OneHundredAndFortyTwo | OneHundredAndFortyThree | Five | Eight | Ten | Twelve | Thirteen | TwentyOne | TwentyTwo | TwentyFour | ThirtyOne | ThirtyTwo | ThirtyFour | ThirtyFive | ThirtyEight | ThirtyNine | FortyFour | FortySeven | FortyNine | Fifty | FiftyOne | FiftyThree | FiftyFour | FiftyEight | Sixty | SixtyOne | SeventyTwo | SeventySeven | SeventyEight | Eighty | EightyFive | EightyNine | NinetyTwo | OneHundredAndFive | OneHundredAndEight | OneHundredAndEighteen | OneHundredAndTwentyFive | OneHundredAndThirtyTwo | OneHundredAndThirtyFour | OneHundredAndThirtyFive | OneHundredAndThirtyEight | OneHundredAndFortyFive | OneHundredAndFortySix | Two | Six | Eleven | Fifteen | Sixteen | Twenty | TwentyNine | FortySix | SeventyFour | SeventyFive | NinetyFour | OneHundredAndTwo | OneHundredAndTwentySix | OneHundredAndTwentySeven | OneHundredAndThirtyThree | OneHundredAndThirtySix | OneHundredAndThirtyNine | OneHundredAndFortySeven | Thirty | FortyTwo | FiftyNine | SixtySix | SeventyNine | OneHundredAndSix | Forty | SixtyTwo | SixtyFive | NinetyEight | OneHundredAndFour | OneHundredAndTwentyTwo | OneHundredAndTwentyThree | OneHundredAndTwentyFour | OneHundredAndFortyEight | SixtyFour | SixtySeven | SeventyThree | OneHundredAndThree | OneHundredAndTwentyOne | FiftySix | Seven | ThirtySeven | SixtyEight | FiftySeven | undefined;
3571
3582
  };
3572
3583
  /** @internal */
3573
3584
  export declare const UserEventType$inboundSchema: z.ZodNativeEnum<typeof UserEventType>;
@@ -3722,6 +3733,7 @@ export declare namespace AuthMethod$ {
3722
3733
  readonly Otp: "otp";
3723
3734
  readonly Sms: "sms";
3724
3735
  readonly Invite: "invite";
3736
+ readonly Google: "google";
3725
3737
  }>;
3726
3738
  /** @deprecated use `AuthMethod$outboundSchema` instead. */
3727
3739
  const outboundSchema: z.ZodNativeEnum<{
@@ -3735,12 +3747,13 @@ export declare namespace AuthMethod$ {
3735
3747
  readonly Otp: "otp";
3736
3748
  readonly Sms: "sms";
3737
3749
  readonly Invite: "invite";
3750
+ readonly Google: "google";
3738
3751
  }>;
3739
3752
  }
3740
3753
  /** @internal */
3741
- export declare const OneHundredAndFortySeven$inboundSchema: z.ZodType<OneHundredAndFortySeven, z.ZodTypeDef, unknown>;
3754
+ export declare const OneHundredAndFortyEight$inboundSchema: z.ZodType<OneHundredAndFortyEight, z.ZodTypeDef, unknown>;
3742
3755
  /** @internal */
3743
- export type OneHundredAndFortySeven$Outbound = {
3756
+ export type OneHundredAndFortyEight$Outbound = {
3744
3757
  grantType: string;
3745
3758
  appName: string;
3746
3759
  atTTL: number;
@@ -3749,6 +3762,100 @@ export type OneHundredAndFortySeven$Outbound = {
3749
3762
  authMethod: string;
3750
3763
  };
3751
3764
  /** @internal */
3765
+ export declare const OneHundredAndFortyEight$outboundSchema: z.ZodType<OneHundredAndFortyEight$Outbound, z.ZodTypeDef, OneHundredAndFortyEight>;
3766
+ /**
3767
+ * @internal
3768
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3769
+ */
3770
+ export declare namespace OneHundredAndFortyEight$ {
3771
+ /** @deprecated use `OneHundredAndFortyEight$inboundSchema` instead. */
3772
+ const inboundSchema: z.ZodType<OneHundredAndFortyEight, z.ZodTypeDef, unknown>;
3773
+ /** @deprecated use `OneHundredAndFortyEight$outboundSchema` instead. */
3774
+ const outboundSchema: z.ZodType<OneHundredAndFortyEight$Outbound, z.ZodTypeDef, OneHundredAndFortyEight>;
3775
+ /** @deprecated use `OneHundredAndFortyEight$Outbound` instead. */
3776
+ type Outbound = OneHundredAndFortyEight$Outbound;
3777
+ }
3778
+ export declare function oneHundredAndFortyEightToJSON(oneHundredAndFortyEight: OneHundredAndFortyEight): string;
3779
+ export declare function oneHundredAndFortyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyEight, SDKValidationError>;
3780
+ /** @internal */
3781
+ export declare const UserEventPayload147Team$inboundSchema: z.ZodType<UserEventPayload147Team, z.ZodTypeDef, unknown>;
3782
+ /** @internal */
3783
+ export type UserEventPayload147Team$Outbound = {
3784
+ id: string;
3785
+ name: string;
3786
+ };
3787
+ /** @internal */
3788
+ export declare const UserEventPayload147Team$outboundSchema: z.ZodType<UserEventPayload147Team$Outbound, z.ZodTypeDef, UserEventPayload147Team>;
3789
+ /**
3790
+ * @internal
3791
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3792
+ */
3793
+ export declare namespace UserEventPayload147Team$ {
3794
+ /** @deprecated use `UserEventPayload147Team$inboundSchema` instead. */
3795
+ const inboundSchema: z.ZodType<UserEventPayload147Team, z.ZodTypeDef, unknown>;
3796
+ /** @deprecated use `UserEventPayload147Team$outboundSchema` instead. */
3797
+ const outboundSchema: z.ZodType<UserEventPayload147Team$Outbound, z.ZodTypeDef, UserEventPayload147Team>;
3798
+ /** @deprecated use `UserEventPayload147Team$Outbound` instead. */
3799
+ type Outbound = UserEventPayload147Team$Outbound;
3800
+ }
3801
+ export declare function userEventPayload147TeamToJSON(userEventPayload147Team: UserEventPayload147Team): string;
3802
+ export declare function userEventPayload147TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload147Team, SDKValidationError>;
3803
+ /** @internal */
3804
+ export declare const UserEventPayload147Configuration$inboundSchema: z.ZodType<UserEventPayload147Configuration, z.ZodTypeDef, unknown>;
3805
+ /** @internal */
3806
+ export type UserEventPayload147Configuration$Outbound = {
3807
+ id: string;
3808
+ name?: string | undefined;
3809
+ };
3810
+ /** @internal */
3811
+ export declare const UserEventPayload147Configuration$outboundSchema: z.ZodType<UserEventPayload147Configuration$Outbound, z.ZodTypeDef, UserEventPayload147Configuration>;
3812
+ /**
3813
+ * @internal
3814
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3815
+ */
3816
+ export declare namespace UserEventPayload147Configuration$ {
3817
+ /** @deprecated use `UserEventPayload147Configuration$inboundSchema` instead. */
3818
+ const inboundSchema: z.ZodType<UserEventPayload147Configuration, z.ZodTypeDef, unknown>;
3819
+ /** @deprecated use `UserEventPayload147Configuration$outboundSchema` instead. */
3820
+ const outboundSchema: z.ZodType<UserEventPayload147Configuration$Outbound, z.ZodTypeDef, UserEventPayload147Configuration>;
3821
+ /** @deprecated use `UserEventPayload147Configuration$Outbound` instead. */
3822
+ type Outbound = UserEventPayload147Configuration$Outbound;
3823
+ }
3824
+ export declare function userEventPayload147ConfigurationToJSON(userEventPayload147Configuration: UserEventPayload147Configuration): string;
3825
+ export declare function userEventPayload147ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload147Configuration, SDKValidationError>;
3826
+ /** @internal */
3827
+ export declare const UserEventPayloadPeering$inboundSchema: z.ZodType<UserEventPayloadPeering, z.ZodTypeDef, unknown>;
3828
+ /** @internal */
3829
+ export type UserEventPayloadPeering$Outbound = {
3830
+ id: string;
3831
+ name?: string | undefined;
3832
+ };
3833
+ /** @internal */
3834
+ export declare const UserEventPayloadPeering$outboundSchema: z.ZodType<UserEventPayloadPeering$Outbound, z.ZodTypeDef, UserEventPayloadPeering>;
3835
+ /**
3836
+ * @internal
3837
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3838
+ */
3839
+ export declare namespace UserEventPayloadPeering$ {
3840
+ /** @deprecated use `UserEventPayloadPeering$inboundSchema` instead. */
3841
+ const inboundSchema: z.ZodType<UserEventPayloadPeering, z.ZodTypeDef, unknown>;
3842
+ /** @deprecated use `UserEventPayloadPeering$outboundSchema` instead. */
3843
+ const outboundSchema: z.ZodType<UserEventPayloadPeering$Outbound, z.ZodTypeDef, UserEventPayloadPeering>;
3844
+ /** @deprecated use `UserEventPayloadPeering$Outbound` instead. */
3845
+ type Outbound = UserEventPayloadPeering$Outbound;
3846
+ }
3847
+ export declare function userEventPayloadPeeringToJSON(userEventPayloadPeering: UserEventPayloadPeering): string;
3848
+ export declare function userEventPayloadPeeringFromJSON(jsonString: string): SafeParseResult<UserEventPayloadPeering, SDKValidationError>;
3849
+ /** @internal */
3850
+ export declare const OneHundredAndFortySeven$inboundSchema: z.ZodType<OneHundredAndFortySeven, z.ZodTypeDef, unknown>;
3851
+ /** @internal */
3852
+ export type OneHundredAndFortySeven$Outbound = {
3853
+ team: UserEventPayload147Team$Outbound;
3854
+ configuration: UserEventPayload147Configuration$Outbound;
3855
+ peering: UserEventPayloadPeering$Outbound;
3856
+ newName?: string | undefined;
3857
+ };
3858
+ /** @internal */
3752
3859
  export declare const OneHundredAndFortySeven$outboundSchema: z.ZodType<OneHundredAndFortySeven$Outbound, z.ZodTypeDef, OneHundredAndFortySeven>;
3753
3860
  /**
3754
3861
  * @internal
@@ -3811,36 +3918,35 @@ export declare namespace UserEventPayload146Configuration$ {
3811
3918
  export declare function userEventPayload146ConfigurationToJSON(userEventPayload146Configuration: UserEventPayload146Configuration): string;
3812
3919
  export declare function userEventPayload146ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload146Configuration, SDKValidationError>;
3813
3920
  /** @internal */
3814
- export declare const UserEventPayloadPeering$inboundSchema: z.ZodType<UserEventPayloadPeering, z.ZodTypeDef, unknown>;
3921
+ export declare const PayloadPeering$inboundSchema: z.ZodType<PayloadPeering, z.ZodTypeDef, unknown>;
3815
3922
  /** @internal */
3816
- export type UserEventPayloadPeering$Outbound = {
3923
+ export type PayloadPeering$Outbound = {
3817
3924
  id: string;
3818
3925
  name?: string | undefined;
3819
3926
  };
3820
3927
  /** @internal */
3821
- export declare const UserEventPayloadPeering$outboundSchema: z.ZodType<UserEventPayloadPeering$Outbound, z.ZodTypeDef, UserEventPayloadPeering>;
3928
+ export declare const PayloadPeering$outboundSchema: z.ZodType<PayloadPeering$Outbound, z.ZodTypeDef, PayloadPeering>;
3822
3929
  /**
3823
3930
  * @internal
3824
3931
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3825
3932
  */
3826
- export declare namespace UserEventPayloadPeering$ {
3827
- /** @deprecated use `UserEventPayloadPeering$inboundSchema` instead. */
3828
- const inboundSchema: z.ZodType<UserEventPayloadPeering, z.ZodTypeDef, unknown>;
3829
- /** @deprecated use `UserEventPayloadPeering$outboundSchema` instead. */
3830
- const outboundSchema: z.ZodType<UserEventPayloadPeering$Outbound, z.ZodTypeDef, UserEventPayloadPeering>;
3831
- /** @deprecated use `UserEventPayloadPeering$Outbound` instead. */
3832
- type Outbound = UserEventPayloadPeering$Outbound;
3933
+ export declare namespace PayloadPeering$ {
3934
+ /** @deprecated use `PayloadPeering$inboundSchema` instead. */
3935
+ const inboundSchema: z.ZodType<PayloadPeering, z.ZodTypeDef, unknown>;
3936
+ /** @deprecated use `PayloadPeering$outboundSchema` instead. */
3937
+ const outboundSchema: z.ZodType<PayloadPeering$Outbound, z.ZodTypeDef, PayloadPeering>;
3938
+ /** @deprecated use `PayloadPeering$Outbound` instead. */
3939
+ type Outbound = PayloadPeering$Outbound;
3833
3940
  }
3834
- export declare function userEventPayloadPeeringToJSON(userEventPayloadPeering: UserEventPayloadPeering): string;
3835
- export declare function userEventPayloadPeeringFromJSON(jsonString: string): SafeParseResult<UserEventPayloadPeering, SDKValidationError>;
3941
+ export declare function payloadPeeringToJSON(payloadPeering: PayloadPeering): string;
3942
+ export declare function payloadPeeringFromJSON(jsonString: string): SafeParseResult<PayloadPeering, SDKValidationError>;
3836
3943
  /** @internal */
3837
3944
  export declare const OneHundredAndFortySix$inboundSchema: z.ZodType<OneHundredAndFortySix, z.ZodTypeDef, unknown>;
3838
3945
  /** @internal */
3839
3946
  export type OneHundredAndFortySix$Outbound = {
3840
3947
  team: UserEventPayload146Team$Outbound;
3841
3948
  configuration: UserEventPayload146Configuration$Outbound;
3842
- peering: UserEventPayloadPeering$Outbound;
3843
- newName?: string | undefined;
3949
+ peering: PayloadPeering$Outbound;
3844
3950
  };
3845
3951
  /** @internal */
3846
3952
  export declare const OneHundredAndFortySix$outboundSchema: z.ZodType<OneHundredAndFortySix$Outbound, z.ZodTypeDef, OneHundredAndFortySix>;
@@ -3905,35 +4011,37 @@ export declare namespace UserEventPayload145Configuration$ {
3905
4011
  export declare function userEventPayload145ConfigurationToJSON(userEventPayload145Configuration: UserEventPayload145Configuration): string;
3906
4012
  export declare function userEventPayload145ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload145Configuration, SDKValidationError>;
3907
4013
  /** @internal */
3908
- export declare const PayloadPeering$inboundSchema: z.ZodType<PayloadPeering, z.ZodTypeDef, unknown>;
4014
+ export declare const Peering$inboundSchema: z.ZodType<Peering, z.ZodTypeDef, unknown>;
3909
4015
  /** @internal */
3910
- export type PayloadPeering$Outbound = {
4016
+ export type Peering$Outbound = {
3911
4017
  id: string;
3912
- name?: string | undefined;
4018
+ accountId: string;
4019
+ region: string;
4020
+ vpcId: string;
3913
4021
  };
3914
4022
  /** @internal */
3915
- export declare const PayloadPeering$outboundSchema: z.ZodType<PayloadPeering$Outbound, z.ZodTypeDef, PayloadPeering>;
4023
+ export declare const Peering$outboundSchema: z.ZodType<Peering$Outbound, z.ZodTypeDef, Peering>;
3916
4024
  /**
3917
4025
  * @internal
3918
4026
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3919
4027
  */
3920
- export declare namespace PayloadPeering$ {
3921
- /** @deprecated use `PayloadPeering$inboundSchema` instead. */
3922
- const inboundSchema: z.ZodType<PayloadPeering, z.ZodTypeDef, unknown>;
3923
- /** @deprecated use `PayloadPeering$outboundSchema` instead. */
3924
- const outboundSchema: z.ZodType<PayloadPeering$Outbound, z.ZodTypeDef, PayloadPeering>;
3925
- /** @deprecated use `PayloadPeering$Outbound` instead. */
3926
- type Outbound = PayloadPeering$Outbound;
4028
+ export declare namespace Peering$ {
4029
+ /** @deprecated use `Peering$inboundSchema` instead. */
4030
+ const inboundSchema: z.ZodType<Peering, z.ZodTypeDef, unknown>;
4031
+ /** @deprecated use `Peering$outboundSchema` instead. */
4032
+ const outboundSchema: z.ZodType<Peering$Outbound, z.ZodTypeDef, Peering>;
4033
+ /** @deprecated use `Peering$Outbound` instead. */
4034
+ type Outbound = Peering$Outbound;
3927
4035
  }
3928
- export declare function payloadPeeringToJSON(payloadPeering: PayloadPeering): string;
3929
- export declare function payloadPeeringFromJSON(jsonString: string): SafeParseResult<PayloadPeering, SDKValidationError>;
4036
+ export declare function peeringToJSON(peering: Peering): string;
4037
+ export declare function peeringFromJSON(jsonString: string): SafeParseResult<Peering, SDKValidationError>;
3930
4038
  /** @internal */
3931
4039
  export declare const OneHundredAndFortyFive$inboundSchema: z.ZodType<OneHundredAndFortyFive, z.ZodTypeDef, unknown>;
3932
4040
  /** @internal */
3933
4041
  export type OneHundredAndFortyFive$Outbound = {
3934
4042
  team: UserEventPayload145Team$Outbound;
3935
4043
  configuration: UserEventPayload145Configuration$Outbound;
3936
- peering: PayloadPeering$Outbound;
4044
+ peering: Peering$Outbound;
3937
4045
  };
3938
4046
  /** @internal */
3939
4047
  export declare const OneHundredAndFortyFive$outboundSchema: z.ZodType<OneHundredAndFortyFive$Outbound, z.ZodTypeDef, OneHundredAndFortyFive>;
@@ -3952,97 +4060,24 @@ export declare namespace OneHundredAndFortyFive$ {
3952
4060
  export declare function oneHundredAndFortyFiveToJSON(oneHundredAndFortyFive: OneHundredAndFortyFive): string;
3953
4061
  export declare function oneHundredAndFortyFiveFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyFive, SDKValidationError>;
3954
4062
  /** @internal */
3955
- export declare const UserEventPayload144Team$inboundSchema: z.ZodType<UserEventPayload144Team, z.ZodTypeDef, unknown>;
4063
+ export declare const OneHundredAndFortyFour$inboundSchema: z.ZodType<OneHundredAndFortyFour, z.ZodTypeDef, unknown>;
3956
4064
  /** @internal */
3957
- export type UserEventPayload144Team$Outbound = {
3958
- id: string;
3959
- name: string;
4065
+ export type OneHundredAndFortyFour$Outbound = {
4066
+ appName: string;
3960
4067
  };
3961
4068
  /** @internal */
3962
- export declare const UserEventPayload144Team$outboundSchema: z.ZodType<UserEventPayload144Team$Outbound, z.ZodTypeDef, UserEventPayload144Team>;
4069
+ export declare const OneHundredAndFortyFour$outboundSchema: z.ZodType<OneHundredAndFortyFour$Outbound, z.ZodTypeDef, OneHundredAndFortyFour>;
3963
4070
  /**
3964
4071
  * @internal
3965
4072
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3966
4073
  */
3967
- export declare namespace UserEventPayload144Team$ {
3968
- /** @deprecated use `UserEventPayload144Team$inboundSchema` instead. */
3969
- const inboundSchema: z.ZodType<UserEventPayload144Team, z.ZodTypeDef, unknown>;
3970
- /** @deprecated use `UserEventPayload144Team$outboundSchema` instead. */
3971
- const outboundSchema: z.ZodType<UserEventPayload144Team$Outbound, z.ZodTypeDef, UserEventPayload144Team>;
3972
- /** @deprecated use `UserEventPayload144Team$Outbound` instead. */
3973
- type Outbound = UserEventPayload144Team$Outbound;
3974
- }
3975
- export declare function userEventPayload144TeamToJSON(userEventPayload144Team: UserEventPayload144Team): string;
3976
- export declare function userEventPayload144TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload144Team, SDKValidationError>;
3977
- /** @internal */
3978
- export declare const UserEventPayload144Configuration$inboundSchema: z.ZodType<UserEventPayload144Configuration, z.ZodTypeDef, unknown>;
3979
- /** @internal */
3980
- export type UserEventPayload144Configuration$Outbound = {
3981
- id: string;
3982
- name?: string | undefined;
3983
- };
3984
- /** @internal */
3985
- export declare const UserEventPayload144Configuration$outboundSchema: z.ZodType<UserEventPayload144Configuration$Outbound, z.ZodTypeDef, UserEventPayload144Configuration>;
3986
- /**
3987
- * @internal
3988
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3989
- */
3990
- export declare namespace UserEventPayload144Configuration$ {
3991
- /** @deprecated use `UserEventPayload144Configuration$inboundSchema` instead. */
3992
- const inboundSchema: z.ZodType<UserEventPayload144Configuration, z.ZodTypeDef, unknown>;
3993
- /** @deprecated use `UserEventPayload144Configuration$outboundSchema` instead. */
3994
- const outboundSchema: z.ZodType<UserEventPayload144Configuration$Outbound, z.ZodTypeDef, UserEventPayload144Configuration>;
3995
- /** @deprecated use `UserEventPayload144Configuration$Outbound` instead. */
3996
- type Outbound = UserEventPayload144Configuration$Outbound;
3997
- }
3998
- export declare function userEventPayload144ConfigurationToJSON(userEventPayload144Configuration: UserEventPayload144Configuration): string;
3999
- export declare function userEventPayload144ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload144Configuration, SDKValidationError>;
4000
- /** @internal */
4001
- export declare const Peering$inboundSchema: z.ZodType<Peering, z.ZodTypeDef, unknown>;
4002
- /** @internal */
4003
- export type Peering$Outbound = {
4004
- id: string;
4005
- accountId: string;
4006
- region: string;
4007
- vpcId: string;
4008
- };
4009
- /** @internal */
4010
- export declare const Peering$outboundSchema: z.ZodType<Peering$Outbound, z.ZodTypeDef, Peering>;
4011
- /**
4012
- * @internal
4013
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4014
- */
4015
- export declare namespace Peering$ {
4016
- /** @deprecated use `Peering$inboundSchema` instead. */
4017
- const inboundSchema: z.ZodType<Peering, z.ZodTypeDef, unknown>;
4018
- /** @deprecated use `Peering$outboundSchema` instead. */
4019
- const outboundSchema: z.ZodType<Peering$Outbound, z.ZodTypeDef, Peering>;
4020
- /** @deprecated use `Peering$Outbound` instead. */
4021
- type Outbound = Peering$Outbound;
4022
- }
4023
- export declare function peeringToJSON(peering: Peering): string;
4024
- export declare function peeringFromJSON(jsonString: string): SafeParseResult<Peering, SDKValidationError>;
4025
- /** @internal */
4026
- export declare const OneHundredAndFortyFour$inboundSchema: z.ZodType<OneHundredAndFortyFour, z.ZodTypeDef, unknown>;
4027
- /** @internal */
4028
- export type OneHundredAndFortyFour$Outbound = {
4029
- team: UserEventPayload144Team$Outbound;
4030
- configuration: UserEventPayload144Configuration$Outbound;
4031
- peering: Peering$Outbound;
4032
- };
4033
- /** @internal */
4034
- export declare const OneHundredAndFortyFour$outboundSchema: z.ZodType<OneHundredAndFortyFour$Outbound, z.ZodTypeDef, OneHundredAndFortyFour>;
4035
- /**
4036
- * @internal
4037
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4038
- */
4039
- export declare namespace OneHundredAndFortyFour$ {
4040
- /** @deprecated use `OneHundredAndFortyFour$inboundSchema` instead. */
4041
- const inboundSchema: z.ZodType<OneHundredAndFortyFour, z.ZodTypeDef, unknown>;
4042
- /** @deprecated use `OneHundredAndFortyFour$outboundSchema` instead. */
4043
- const outboundSchema: z.ZodType<OneHundredAndFortyFour$Outbound, z.ZodTypeDef, OneHundredAndFortyFour>;
4044
- /** @deprecated use `OneHundredAndFortyFour$Outbound` instead. */
4045
- type Outbound = OneHundredAndFortyFour$Outbound;
4074
+ export declare namespace OneHundredAndFortyFour$ {
4075
+ /** @deprecated use `OneHundredAndFortyFour$inboundSchema` instead. */
4076
+ const inboundSchema: z.ZodType<OneHundredAndFortyFour, z.ZodTypeDef, unknown>;
4077
+ /** @deprecated use `OneHundredAndFortyFour$outboundSchema` instead. */
4078
+ const outboundSchema: z.ZodType<OneHundredAndFortyFour$Outbound, z.ZodTypeDef, OneHundredAndFortyFour>;
4079
+ /** @deprecated use `OneHundredAndFortyFour$Outbound` instead. */
4080
+ type Outbound = OneHundredAndFortyFour$Outbound;
4046
4081
  }
4047
4082
  export declare function oneHundredAndFortyFourToJSON(oneHundredAndFortyFour: OneHundredAndFortyFour): string;
4048
4083
  export declare function oneHundredAndFortyFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyFour, SDKValidationError>;
@@ -4051,6 +4086,7 @@ export declare const OneHundredAndFortyThree$inboundSchema: z.ZodType<OneHundred
4051
4086
  /** @internal */
4052
4087
  export type OneHundredAndFortyThree$Outbound = {
4053
4088
  appName: string;
4089
+ nextScopes: Array<string>;
4054
4090
  };
4055
4091
  /** @internal */
4056
4092
  export declare const OneHundredAndFortyThree$outboundSchema: z.ZodType<OneHundredAndFortyThree$Outbound, z.ZodTypeDef, OneHundredAndFortyThree>;
@@ -4073,7 +4109,7 @@ export declare const OneHundredAndFortyTwo$inboundSchema: z.ZodType<OneHundredAn
4073
4109
  /** @internal */
4074
4110
  export type OneHundredAndFortyTwo$Outbound = {
4075
4111
  appName: string;
4076
- nextScopes: Array<string>;
4112
+ scopes: Array<string>;
4077
4113
  };
4078
4114
  /** @internal */
4079
4115
  export declare const OneHundredAndFortyTwo$outboundSchema: z.ZodType<OneHundredAndFortyTwo$Outbound, z.ZodTypeDef, OneHundredAndFortyTwo>;
@@ -4095,8 +4131,8 @@ export declare function oneHundredAndFortyTwoFromJSON(jsonString: string): SafeP
4095
4131
  export declare const OneHundredAndFortyOne$inboundSchema: z.ZodType<OneHundredAndFortyOne, z.ZodTypeDef, unknown>;
4096
4132
  /** @internal */
4097
4133
  export type OneHundredAndFortyOne$Outbound = {
4098
- appName: string;
4099
- scopes: Array<string>;
4134
+ oldName: string;
4135
+ newName: string;
4100
4136
  };
4101
4137
  /** @internal */
4102
4138
  export declare const OneHundredAndFortyOne$outboundSchema: z.ZodType<OneHundredAndFortyOne$Outbound, z.ZodTypeDef, OneHundredAndFortyOne>;
@@ -4115,29 +4151,6 @@ export declare namespace OneHundredAndFortyOne$ {
4115
4151
  export declare function oneHundredAndFortyOneToJSON(oneHundredAndFortyOne: OneHundredAndFortyOne): string;
4116
4152
  export declare function oneHundredAndFortyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyOne, SDKValidationError>;
4117
4153
  /** @internal */
4118
- export declare const OneHundredAndForty$inboundSchema: z.ZodType<OneHundredAndForty, z.ZodTypeDef, unknown>;
4119
- /** @internal */
4120
- export type OneHundredAndForty$Outbound = {
4121
- oldName: string;
4122
- newName: string;
4123
- };
4124
- /** @internal */
4125
- export declare const OneHundredAndForty$outboundSchema: z.ZodType<OneHundredAndForty$Outbound, z.ZodTypeDef, OneHundredAndForty>;
4126
- /**
4127
- * @internal
4128
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4129
- */
4130
- export declare namespace OneHundredAndForty$ {
4131
- /** @deprecated use `OneHundredAndForty$inboundSchema` instead. */
4132
- const inboundSchema: z.ZodType<OneHundredAndForty, z.ZodTypeDef, unknown>;
4133
- /** @deprecated use `OneHundredAndForty$outboundSchema` instead. */
4134
- const outboundSchema: z.ZodType<OneHundredAndForty$Outbound, z.ZodTypeDef, OneHundredAndForty>;
4135
- /** @deprecated use `OneHundredAndForty$Outbound` instead. */
4136
- type Outbound = OneHundredAndForty$Outbound;
4137
- }
4138
- export declare function oneHundredAndFortyToJSON(oneHundredAndForty: OneHundredAndForty): string;
4139
- export declare function oneHundredAndFortyFromJSON(jsonString: string): SafeParseResult<OneHundredAndForty, SDKValidationError>;
4140
- /** @internal */
4141
4154
  export declare const Tier$inboundSchema: z.ZodNativeEnum<typeof Tier>;
4142
4155
  /** @internal */
4143
4156
  export declare const Tier$outboundSchema: z.ZodNativeEnum<typeof Tier>;
@@ -4158,27 +4171,27 @@ export declare namespace Tier$ {
4158
4171
  }>;
4159
4172
  }
4160
4173
  /** @internal */
4161
- export declare const OneHundredAndThirtyNine$inboundSchema: z.ZodType<OneHundredAndThirtyNine, z.ZodTypeDef, unknown>;
4174
+ export declare const OneHundredAndForty$inboundSchema: z.ZodType<OneHundredAndForty, z.ZodTypeDef, unknown>;
4162
4175
  /** @internal */
4163
- export type OneHundredAndThirtyNine$Outbound = {
4176
+ export type OneHundredAndForty$Outbound = {
4164
4177
  tier: string;
4165
4178
  };
4166
4179
  /** @internal */
4167
- export declare const OneHundredAndThirtyNine$outboundSchema: z.ZodType<OneHundredAndThirtyNine$Outbound, z.ZodTypeDef, OneHundredAndThirtyNine>;
4180
+ export declare const OneHundredAndForty$outboundSchema: z.ZodType<OneHundredAndForty$Outbound, z.ZodTypeDef, OneHundredAndForty>;
4168
4181
  /**
4169
4182
  * @internal
4170
4183
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4171
4184
  */
4172
- export declare namespace OneHundredAndThirtyNine$ {
4173
- /** @deprecated use `OneHundredAndThirtyNine$inboundSchema` instead. */
4174
- const inboundSchema: z.ZodType<OneHundredAndThirtyNine, z.ZodTypeDef, unknown>;
4175
- /** @deprecated use `OneHundredAndThirtyNine$outboundSchema` instead. */
4176
- const outboundSchema: z.ZodType<OneHundredAndThirtyNine$Outbound, z.ZodTypeDef, OneHundredAndThirtyNine>;
4177
- /** @deprecated use `OneHundredAndThirtyNine$Outbound` instead. */
4178
- type Outbound = OneHundredAndThirtyNine$Outbound;
4185
+ export declare namespace OneHundredAndForty$ {
4186
+ /** @deprecated use `OneHundredAndForty$inboundSchema` instead. */
4187
+ const inboundSchema: z.ZodType<OneHundredAndForty, z.ZodTypeDef, unknown>;
4188
+ /** @deprecated use `OneHundredAndForty$outboundSchema` instead. */
4189
+ const outboundSchema: z.ZodType<OneHundredAndForty$Outbound, z.ZodTypeDef, OneHundredAndForty>;
4190
+ /** @deprecated use `OneHundredAndForty$Outbound` instead. */
4191
+ type Outbound = OneHundredAndForty$Outbound;
4179
4192
  }
4180
- export declare function oneHundredAndThirtyNineToJSON(oneHundredAndThirtyNine: OneHundredAndThirtyNine): string;
4181
- export declare function oneHundredAndThirtyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyNine, SDKValidationError>;
4193
+ export declare function oneHundredAndFortyToJSON(oneHundredAndForty: OneHundredAndForty): string;
4194
+ export declare function oneHundredAndFortyFromJSON(jsonString: string): SafeParseResult<OneHundredAndForty, SDKValidationError>;
4182
4195
  /** @internal */
4183
4196
  export declare const ProjectWebAnalytics$inboundSchema: z.ZodType<ProjectWebAnalytics, z.ZodTypeDef, unknown>;
4184
4197
  /** @internal */
@@ -4232,30 +4245,30 @@ export declare namespace PrevProjectWebAnalytics$ {
4232
4245
  export declare function prevProjectWebAnalyticsToJSON(prevProjectWebAnalytics: PrevProjectWebAnalytics): string;
4233
4246
  export declare function prevProjectWebAnalyticsFromJSON(jsonString: string): SafeParseResult<PrevProjectWebAnalytics, SDKValidationError>;
4234
4247
  /** @internal */
4235
- export declare const OneHundredAndThirtyEight$inboundSchema: z.ZodType<OneHundredAndThirtyEight, z.ZodTypeDef, unknown>;
4248
+ export declare const OneHundredAndThirtyNine$inboundSchema: z.ZodType<OneHundredAndThirtyNine, z.ZodTypeDef, unknown>;
4236
4249
  /** @internal */
4237
- export type OneHundredAndThirtyEight$Outbound = {
4250
+ export type OneHundredAndThirtyNine$Outbound = {
4238
4251
  projectId: string;
4239
4252
  projectName: string;
4240
4253
  projectWebAnalytics?: ProjectWebAnalytics$Outbound | undefined;
4241
4254
  prevProjectWebAnalytics?: PrevProjectWebAnalytics$Outbound | null | undefined;
4242
4255
  };
4243
4256
  /** @internal */
4244
- export declare const OneHundredAndThirtyEight$outboundSchema: z.ZodType<OneHundredAndThirtyEight$Outbound, z.ZodTypeDef, OneHundredAndThirtyEight>;
4257
+ export declare const OneHundredAndThirtyNine$outboundSchema: z.ZodType<OneHundredAndThirtyNine$Outbound, z.ZodTypeDef, OneHundredAndThirtyNine>;
4245
4258
  /**
4246
4259
  * @internal
4247
4260
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4248
4261
  */
4249
- export declare namespace OneHundredAndThirtyEight$ {
4250
- /** @deprecated use `OneHundredAndThirtyEight$inboundSchema` instead. */
4251
- const inboundSchema: z.ZodType<OneHundredAndThirtyEight, z.ZodTypeDef, unknown>;
4252
- /** @deprecated use `OneHundredAndThirtyEight$outboundSchema` instead. */
4253
- const outboundSchema: z.ZodType<OneHundredAndThirtyEight$Outbound, z.ZodTypeDef, OneHundredAndThirtyEight>;
4254
- /** @deprecated use `OneHundredAndThirtyEight$Outbound` instead. */
4255
- type Outbound = OneHundredAndThirtyEight$Outbound;
4262
+ export declare namespace OneHundredAndThirtyNine$ {
4263
+ /** @deprecated use `OneHundredAndThirtyNine$inboundSchema` instead. */
4264
+ const inboundSchema: z.ZodType<OneHundredAndThirtyNine, z.ZodTypeDef, unknown>;
4265
+ /** @deprecated use `OneHundredAndThirtyNine$outboundSchema` instead. */
4266
+ const outboundSchema: z.ZodType<OneHundredAndThirtyNine$Outbound, z.ZodTypeDef, OneHundredAndThirtyNine>;
4267
+ /** @deprecated use `OneHundredAndThirtyNine$Outbound` instead. */
4268
+ type Outbound = OneHundredAndThirtyNine$Outbound;
4256
4269
  }
4257
- export declare function oneHundredAndThirtyEightToJSON(oneHundredAndThirtyEight: OneHundredAndThirtyEight): string;
4258
- export declare function oneHundredAndThirtyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyEight, SDKValidationError>;
4270
+ export declare function oneHundredAndThirtyNineToJSON(oneHundredAndThirtyNine: OneHundredAndThirtyNine): string;
4271
+ export declare function oneHundredAndThirtyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyNine, SDKValidationError>;
4259
4272
  /** @internal */
4260
4273
  export declare const Microfrontends2$inboundSchema: z.ZodType<Microfrontends2, z.ZodTypeDef, unknown>;
4261
4274
  /** @internal */
@@ -4328,29 +4341,29 @@ export declare namespace Microfrontends$ {
4328
4341
  export declare function microfrontendsToJSON(microfrontends: Microfrontends): string;
4329
4342
  export declare function microfrontendsFromJSON(jsonString: string): SafeParseResult<Microfrontends, SDKValidationError>;
4330
4343
  /** @internal */
4331
- export declare const UserEventPayload137Project$inboundSchema: z.ZodType<UserEventPayload137Project, z.ZodTypeDef, unknown>;
4344
+ export declare const UserEventPayload138Project$inboundSchema: z.ZodType<UserEventPayload138Project, z.ZodTypeDef, unknown>;
4332
4345
  /** @internal */
4333
- export type UserEventPayload137Project$Outbound = {
4346
+ export type UserEventPayload138Project$Outbound = {
4334
4347
  id: string;
4335
4348
  name: string;
4336
4349
  microfrontends?: Microfrontends2$Outbound | Microfrontends1$Outbound | undefined;
4337
4350
  };
4338
4351
  /** @internal */
4339
- export declare const UserEventPayload137Project$outboundSchema: z.ZodType<UserEventPayload137Project$Outbound, z.ZodTypeDef, UserEventPayload137Project>;
4352
+ export declare const UserEventPayload138Project$outboundSchema: z.ZodType<UserEventPayload138Project$Outbound, z.ZodTypeDef, UserEventPayload138Project>;
4340
4353
  /**
4341
4354
  * @internal
4342
4355
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4343
4356
  */
4344
- export declare namespace UserEventPayload137Project$ {
4345
- /** @deprecated use `UserEventPayload137Project$inboundSchema` instead. */
4346
- const inboundSchema: z.ZodType<UserEventPayload137Project, z.ZodTypeDef, unknown>;
4347
- /** @deprecated use `UserEventPayload137Project$outboundSchema` instead. */
4348
- const outboundSchema: z.ZodType<UserEventPayload137Project$Outbound, z.ZodTypeDef, UserEventPayload137Project>;
4349
- /** @deprecated use `UserEventPayload137Project$Outbound` instead. */
4350
- type Outbound = UserEventPayload137Project$Outbound;
4357
+ export declare namespace UserEventPayload138Project$ {
4358
+ /** @deprecated use `UserEventPayload138Project$inboundSchema` instead. */
4359
+ const inboundSchema: z.ZodType<UserEventPayload138Project, z.ZodTypeDef, unknown>;
4360
+ /** @deprecated use `UserEventPayload138Project$outboundSchema` instead. */
4361
+ const outboundSchema: z.ZodType<UserEventPayload138Project$Outbound, z.ZodTypeDef, UserEventPayload138Project>;
4362
+ /** @deprecated use `UserEventPayload138Project$Outbound` instead. */
4363
+ type Outbound = UserEventPayload138Project$Outbound;
4351
4364
  }
4352
- export declare function userEventPayload137ProjectToJSON(userEventPayload137Project: UserEventPayload137Project): string;
4353
- export declare function userEventPayload137ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload137Project, SDKValidationError>;
4365
+ export declare function userEventPayload138ProjectToJSON(userEventPayload138Project: UserEventPayload138Project): string;
4366
+ export declare function userEventPayload138ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload138Project, SDKValidationError>;
4354
4367
  /** @internal */
4355
4368
  export declare const UserEventMicrofrontends2$inboundSchema: z.ZodType<UserEventMicrofrontends2, z.ZodTypeDef, unknown>;
4356
4369
  /** @internal */
@@ -4423,32 +4436,32 @@ export declare namespace PayloadMicrofrontends$ {
4423
4436
  export declare function payloadMicrofrontendsToJSON(payloadMicrofrontends: PayloadMicrofrontends): string;
4424
4437
  export declare function payloadMicrofrontendsFromJSON(jsonString: string): SafeParseResult<PayloadMicrofrontends, SDKValidationError>;
4425
4438
  /** @internal */
4426
- export declare const UserEventPayload137PrevProject$inboundSchema: z.ZodType<UserEventPayload137PrevProject, z.ZodTypeDef, unknown>;
4439
+ export declare const UserEventPayload138PrevProject$inboundSchema: z.ZodType<UserEventPayload138PrevProject, z.ZodTypeDef, unknown>;
4427
4440
  /** @internal */
4428
- export type UserEventPayload137PrevProject$Outbound = {
4441
+ export type UserEventPayload138PrevProject$Outbound = {
4429
4442
  microfrontends?: UserEventMicrofrontends2$Outbound | UserEventMicrofrontends1$Outbound | undefined;
4430
4443
  };
4431
4444
  /** @internal */
4432
- export declare const UserEventPayload137PrevProject$outboundSchema: z.ZodType<UserEventPayload137PrevProject$Outbound, z.ZodTypeDef, UserEventPayload137PrevProject>;
4445
+ export declare const UserEventPayload138PrevProject$outboundSchema: z.ZodType<UserEventPayload138PrevProject$Outbound, z.ZodTypeDef, UserEventPayload138PrevProject>;
4433
4446
  /**
4434
4447
  * @internal
4435
4448
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4436
4449
  */
4437
- export declare namespace UserEventPayload137PrevProject$ {
4438
- /** @deprecated use `UserEventPayload137PrevProject$inboundSchema` instead. */
4439
- const inboundSchema: z.ZodType<UserEventPayload137PrevProject, z.ZodTypeDef, unknown>;
4440
- /** @deprecated use `UserEventPayload137PrevProject$outboundSchema` instead. */
4441
- const outboundSchema: z.ZodType<UserEventPayload137PrevProject$Outbound, z.ZodTypeDef, UserEventPayload137PrevProject>;
4442
- /** @deprecated use `UserEventPayload137PrevProject$Outbound` instead. */
4443
- type Outbound = UserEventPayload137PrevProject$Outbound;
4450
+ export declare namespace UserEventPayload138PrevProject$ {
4451
+ /** @deprecated use `UserEventPayload138PrevProject$inboundSchema` instead. */
4452
+ const inboundSchema: z.ZodType<UserEventPayload138PrevProject, z.ZodTypeDef, unknown>;
4453
+ /** @deprecated use `UserEventPayload138PrevProject$outboundSchema` instead. */
4454
+ const outboundSchema: z.ZodType<UserEventPayload138PrevProject$Outbound, z.ZodTypeDef, UserEventPayload138PrevProject>;
4455
+ /** @deprecated use `UserEventPayload138PrevProject$Outbound` instead. */
4456
+ type Outbound = UserEventPayload138PrevProject$Outbound;
4444
4457
  }
4445
- export declare function userEventPayload137PrevProjectToJSON(userEventPayload137PrevProject: UserEventPayload137PrevProject): string;
4446
- export declare function userEventPayload137PrevProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload137PrevProject, SDKValidationError>;
4458
+ export declare function userEventPayload138PrevProjectToJSON(userEventPayload138PrevProject: UserEventPayload138PrevProject): string;
4459
+ export declare function userEventPayload138PrevProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload138PrevProject, SDKValidationError>;
4447
4460
  /** @internal */
4448
4461
  export declare const PayloadPrev$inboundSchema: z.ZodType<PayloadPrev, z.ZodTypeDef, unknown>;
4449
4462
  /** @internal */
4450
4463
  export type PayloadPrev$Outbound = {
4451
- project: UserEventPayload137PrevProject$Outbound;
4464
+ project: UserEventPayload138PrevProject$Outbound;
4452
4465
  };
4453
4466
  /** @internal */
4454
4467
  export declare const PayloadPrev$outboundSchema: z.ZodType<PayloadPrev$Outbound, z.ZodTypeDef, PayloadPrev>;
@@ -4491,52 +4504,52 @@ export declare namespace PayloadGroup$ {
4491
4504
  export declare function payloadGroupToJSON(payloadGroup: PayloadGroup): string;
4492
4505
  export declare function payloadGroupFromJSON(jsonString: string): SafeParseResult<PayloadGroup, SDKValidationError>;
4493
4506
  /** @internal */
4494
- export declare const OneHundredAndThirtySeven$inboundSchema: z.ZodType<OneHundredAndThirtySeven, z.ZodTypeDef, unknown>;
4507
+ export declare const OneHundredAndThirtyEight$inboundSchema: z.ZodType<OneHundredAndThirtyEight, z.ZodTypeDef, unknown>;
4495
4508
  /** @internal */
4496
- export type OneHundredAndThirtySeven$Outbound = {
4497
- project: UserEventPayload137Project$Outbound;
4509
+ export type OneHundredAndThirtyEight$Outbound = {
4510
+ project: UserEventPayload138Project$Outbound;
4498
4511
  prev: PayloadPrev$Outbound;
4499
4512
  group: PayloadGroup$Outbound;
4500
4513
  };
4501
4514
  /** @internal */
4502
- export declare const OneHundredAndThirtySeven$outboundSchema: z.ZodType<OneHundredAndThirtySeven$Outbound, z.ZodTypeDef, OneHundredAndThirtySeven>;
4515
+ export declare const OneHundredAndThirtyEight$outboundSchema: z.ZodType<OneHundredAndThirtyEight$Outbound, z.ZodTypeDef, OneHundredAndThirtyEight>;
4503
4516
  /**
4504
4517
  * @internal
4505
4518
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4506
4519
  */
4507
- export declare namespace OneHundredAndThirtySeven$ {
4508
- /** @deprecated use `OneHundredAndThirtySeven$inboundSchema` instead. */
4509
- const inboundSchema: z.ZodType<OneHundredAndThirtySeven, z.ZodTypeDef, unknown>;
4510
- /** @deprecated use `OneHundredAndThirtySeven$outboundSchema` instead. */
4511
- const outboundSchema: z.ZodType<OneHundredAndThirtySeven$Outbound, z.ZodTypeDef, OneHundredAndThirtySeven>;
4512
- /** @deprecated use `OneHundredAndThirtySeven$Outbound` instead. */
4513
- type Outbound = OneHundredAndThirtySeven$Outbound;
4520
+ export declare namespace OneHundredAndThirtyEight$ {
4521
+ /** @deprecated use `OneHundredAndThirtyEight$inboundSchema` instead. */
4522
+ const inboundSchema: z.ZodType<OneHundredAndThirtyEight, z.ZodTypeDef, unknown>;
4523
+ /** @deprecated use `OneHundredAndThirtyEight$outboundSchema` instead. */
4524
+ const outboundSchema: z.ZodType<OneHundredAndThirtyEight$Outbound, z.ZodTypeDef, OneHundredAndThirtyEight>;
4525
+ /** @deprecated use `OneHundredAndThirtyEight$Outbound` instead. */
4526
+ type Outbound = OneHundredAndThirtyEight$Outbound;
4514
4527
  }
4515
- export declare function oneHundredAndThirtySevenToJSON(oneHundredAndThirtySeven: OneHundredAndThirtySeven): string;
4516
- export declare function oneHundredAndThirtySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtySeven, SDKValidationError>;
4528
+ export declare function oneHundredAndThirtyEightToJSON(oneHundredAndThirtyEight: OneHundredAndThirtyEight): string;
4529
+ export declare function oneHundredAndThirtyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyEight, SDKValidationError>;
4517
4530
  /** @internal */
4518
- export declare const UserEventPayload136Project$inboundSchema: z.ZodType<UserEventPayload136Project, z.ZodTypeDef, unknown>;
4531
+ export declare const UserEventPayload137Project$inboundSchema: z.ZodType<UserEventPayload137Project, z.ZodTypeDef, unknown>;
4519
4532
  /** @internal */
4520
- export type UserEventPayload136Project$Outbound = {
4533
+ export type UserEventPayload137Project$Outbound = {
4521
4534
  id: string;
4522
4535
  name: string;
4523
4536
  };
4524
4537
  /** @internal */
4525
- export declare const UserEventPayload136Project$outboundSchema: z.ZodType<UserEventPayload136Project$Outbound, z.ZodTypeDef, UserEventPayload136Project>;
4538
+ export declare const UserEventPayload137Project$outboundSchema: z.ZodType<UserEventPayload137Project$Outbound, z.ZodTypeDef, UserEventPayload137Project>;
4526
4539
  /**
4527
4540
  * @internal
4528
4541
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4529
4542
  */
4530
- export declare namespace UserEventPayload136Project$ {
4531
- /** @deprecated use `UserEventPayload136Project$inboundSchema` instead. */
4532
- const inboundSchema: z.ZodType<UserEventPayload136Project, z.ZodTypeDef, unknown>;
4533
- /** @deprecated use `UserEventPayload136Project$outboundSchema` instead. */
4534
- const outboundSchema: z.ZodType<UserEventPayload136Project$Outbound, z.ZodTypeDef, UserEventPayload136Project>;
4535
- /** @deprecated use `UserEventPayload136Project$Outbound` instead. */
4536
- type Outbound = UserEventPayload136Project$Outbound;
4543
+ export declare namespace UserEventPayload137Project$ {
4544
+ /** @deprecated use `UserEventPayload137Project$inboundSchema` instead. */
4545
+ const inboundSchema: z.ZodType<UserEventPayload137Project, z.ZodTypeDef, unknown>;
4546
+ /** @deprecated use `UserEventPayload137Project$outboundSchema` instead. */
4547
+ const outboundSchema: z.ZodType<UserEventPayload137Project$Outbound, z.ZodTypeDef, UserEventPayload137Project>;
4548
+ /** @deprecated use `UserEventPayload137Project$Outbound` instead. */
4549
+ type Outbound = UserEventPayload137Project$Outbound;
4537
4550
  }
4538
- export declare function userEventPayload136ProjectToJSON(userEventPayload136Project: UserEventPayload136Project): string;
4539
- export declare function userEventPayload136ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload136Project, SDKValidationError>;
4551
+ export declare function userEventPayload137ProjectToJSON(userEventPayload137Project: UserEventPayload137Project): string;
4552
+ export declare function userEventPayload137ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload137Project, SDKValidationError>;
4540
4553
  /** @internal */
4541
4554
  export declare const Group$inboundSchema: z.ZodType<Group, z.ZodTypeDef, unknown>;
4542
4555
  /** @internal */
@@ -4562,28 +4575,28 @@ export declare namespace Group$ {
4562
4575
  export declare function groupToJSON(group: Group): string;
4563
4576
  export declare function groupFromJSON(jsonString: string): SafeParseResult<Group, SDKValidationError>;
4564
4577
  /** @internal */
4565
- export declare const OneHundredAndThirtySix$inboundSchema: z.ZodType<OneHundredAndThirtySix, z.ZodTypeDef, unknown>;
4578
+ export declare const OneHundredAndThirtySeven$inboundSchema: z.ZodType<OneHundredAndThirtySeven, z.ZodTypeDef, unknown>;
4566
4579
  /** @internal */
4567
- export type OneHundredAndThirtySix$Outbound = {
4568
- project: UserEventPayload136Project$Outbound;
4580
+ export type OneHundredAndThirtySeven$Outbound = {
4581
+ project: UserEventPayload137Project$Outbound;
4569
4582
  group: Group$Outbound;
4570
4583
  };
4571
4584
  /** @internal */
4572
- export declare const OneHundredAndThirtySix$outboundSchema: z.ZodType<OneHundredAndThirtySix$Outbound, z.ZodTypeDef, OneHundredAndThirtySix>;
4585
+ export declare const OneHundredAndThirtySeven$outboundSchema: z.ZodType<OneHundredAndThirtySeven$Outbound, z.ZodTypeDef, OneHundredAndThirtySeven>;
4573
4586
  /**
4574
4587
  * @internal
4575
4588
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4576
4589
  */
4577
- export declare namespace OneHundredAndThirtySix$ {
4578
- /** @deprecated use `OneHundredAndThirtySix$inboundSchema` instead. */
4579
- const inboundSchema: z.ZodType<OneHundredAndThirtySix, z.ZodTypeDef, unknown>;
4580
- /** @deprecated use `OneHundredAndThirtySix$outboundSchema` instead. */
4581
- const outboundSchema: z.ZodType<OneHundredAndThirtySix$Outbound, z.ZodTypeDef, OneHundredAndThirtySix>;
4582
- /** @deprecated use `OneHundredAndThirtySix$Outbound` instead. */
4583
- type Outbound = OneHundredAndThirtySix$Outbound;
4590
+ export declare namespace OneHundredAndThirtySeven$ {
4591
+ /** @deprecated use `OneHundredAndThirtySeven$inboundSchema` instead. */
4592
+ const inboundSchema: z.ZodType<OneHundredAndThirtySeven, z.ZodTypeDef, unknown>;
4593
+ /** @deprecated use `OneHundredAndThirtySeven$outboundSchema` instead. */
4594
+ const outboundSchema: z.ZodType<OneHundredAndThirtySeven$Outbound, z.ZodTypeDef, OneHundredAndThirtySeven>;
4595
+ /** @deprecated use `OneHundredAndThirtySeven$Outbound` instead. */
4596
+ type Outbound = OneHundredAndThirtySeven$Outbound;
4584
4597
  }
4585
- export declare function oneHundredAndThirtySixToJSON(oneHundredAndThirtySix: OneHundredAndThirtySix): string;
4586
- export declare function oneHundredAndThirtySixFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtySix, SDKValidationError>;
4598
+ export declare function oneHundredAndThirtySevenToJSON(oneHundredAndThirtySeven: OneHundredAndThirtySeven): string;
4599
+ export declare function oneHundredAndThirtySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtySeven, SDKValidationError>;
4587
4600
  /** @internal */
4588
4601
  export declare const Prev$inboundSchema: z.ZodType<Prev, z.ZodTypeDef, unknown>;
4589
4602
  /** @internal */
@@ -4608,13 +4621,37 @@ export declare namespace Prev$ {
4608
4621
  export declare function prevToJSON(prev: Prev): string;
4609
4622
  export declare function prevFromJSON(jsonString: string): SafeParseResult<Prev, SDKValidationError>;
4610
4623
  /** @internal */
4624
+ export declare const OneHundredAndThirtySix$inboundSchema: z.ZodType<OneHundredAndThirtySix, z.ZodTypeDef, unknown>;
4625
+ /** @internal */
4626
+ export type OneHundredAndThirtySix$Outbound = {
4627
+ id: string;
4628
+ slug: string;
4629
+ name: string;
4630
+ prev: Prev$Outbound;
4631
+ };
4632
+ /** @internal */
4633
+ export declare const OneHundredAndThirtySix$outboundSchema: z.ZodType<OneHundredAndThirtySix$Outbound, z.ZodTypeDef, OneHundredAndThirtySix>;
4634
+ /**
4635
+ * @internal
4636
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4637
+ */
4638
+ export declare namespace OneHundredAndThirtySix$ {
4639
+ /** @deprecated use `OneHundredAndThirtySix$inboundSchema` instead. */
4640
+ const inboundSchema: z.ZodType<OneHundredAndThirtySix, z.ZodTypeDef, unknown>;
4641
+ /** @deprecated use `OneHundredAndThirtySix$outboundSchema` instead. */
4642
+ const outboundSchema: z.ZodType<OneHundredAndThirtySix$Outbound, z.ZodTypeDef, OneHundredAndThirtySix>;
4643
+ /** @deprecated use `OneHundredAndThirtySix$Outbound` instead. */
4644
+ type Outbound = OneHundredAndThirtySix$Outbound;
4645
+ }
4646
+ export declare function oneHundredAndThirtySixToJSON(oneHundredAndThirtySix: OneHundredAndThirtySix): string;
4647
+ export declare function oneHundredAndThirtySixFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtySix, SDKValidationError>;
4648
+ /** @internal */
4611
4649
  export declare const OneHundredAndThirtyFive$inboundSchema: z.ZodType<OneHundredAndThirtyFive, z.ZodTypeDef, unknown>;
4612
4650
  /** @internal */
4613
4651
  export type OneHundredAndThirtyFive$Outbound = {
4614
4652
  id: string;
4615
4653
  slug: string;
4616
4654
  name: string;
4617
- prev: Prev$Outbound;
4618
4655
  };
4619
4656
  /** @internal */
4620
4657
  export declare const OneHundredAndThirtyFive$outboundSchema: z.ZodType<OneHundredAndThirtyFive$Outbound, z.ZodTypeDef, OneHundredAndThirtyFive>;
@@ -4636,9 +4673,9 @@ export declare function oneHundredAndThirtyFiveFromJSON(jsonString: string): Saf
4636
4673
  export declare const OneHundredAndThirtyFour$inboundSchema: z.ZodType<OneHundredAndThirtyFour, z.ZodTypeDef, unknown>;
4637
4674
  /** @internal */
4638
4675
  export type OneHundredAndThirtyFour$Outbound = {
4639
- id: string;
4640
- slug: string;
4641
- name: string;
4676
+ edgeConfigId: string;
4677
+ edgeConfigSlug: string;
4678
+ edgeConfigTokenIds: Array<string>;
4642
4679
  };
4643
4680
  /** @internal */
4644
4681
  export declare const OneHundredAndThirtyFour$outboundSchema: z.ZodType<OneHundredAndThirtyFour$Outbound, z.ZodTypeDef, OneHundredAndThirtyFour>;
@@ -4662,7 +4699,8 @@ export declare const OneHundredAndThirtyThree$inboundSchema: z.ZodType<OneHundre
4662
4699
  export type OneHundredAndThirtyThree$Outbound = {
4663
4700
  edgeConfigId: string;
4664
4701
  edgeConfigSlug: string;
4665
- edgeConfigTokenIds: Array<string>;
4702
+ edgeConfigTokenId: string;
4703
+ label: string;
4666
4704
  };
4667
4705
  /** @internal */
4668
4706
  export declare const OneHundredAndThirtyThree$outboundSchema: z.ZodType<OneHundredAndThirtyThree$Outbound, z.ZodTypeDef, OneHundredAndThirtyThree>;
@@ -4686,8 +4724,7 @@ export declare const OneHundredAndThirtyTwo$inboundSchema: z.ZodType<OneHundredA
4686
4724
  export type OneHundredAndThirtyTwo$Outbound = {
4687
4725
  edgeConfigId: string;
4688
4726
  edgeConfigSlug: string;
4689
- edgeConfigTokenId: string;
4690
- label: string;
4727
+ edgeConfigDigest: string;
4691
4728
  };
4692
4729
  /** @internal */
4693
4730
  export declare const OneHundredAndThirtyTwo$outboundSchema: z.ZodType<OneHundredAndThirtyTwo$Outbound, z.ZodTypeDef, OneHundredAndThirtyTwo>;
@@ -4706,45 +4743,21 @@ export declare namespace OneHundredAndThirtyTwo$ {
4706
4743
  export declare function oneHundredAndThirtyTwoToJSON(oneHundredAndThirtyTwo: OneHundredAndThirtyTwo): string;
4707
4744
  export declare function oneHundredAndThirtyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyTwo, SDKValidationError>;
4708
4745
  /** @internal */
4709
- export declare const OneHundredAndThirtyOne$inboundSchema: z.ZodType<OneHundredAndThirtyOne, z.ZodTypeDef, unknown>;
4710
- /** @internal */
4711
- export type OneHundredAndThirtyOne$Outbound = {
4712
- edgeConfigId: string;
4713
- edgeConfigSlug: string;
4714
- edgeConfigDigest: string;
4715
- };
4716
- /** @internal */
4717
- export declare const OneHundredAndThirtyOne$outboundSchema: z.ZodType<OneHundredAndThirtyOne$Outbound, z.ZodTypeDef, OneHundredAndThirtyOne>;
4718
- /**
4719
- * @internal
4720
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4721
- */
4722
- export declare namespace OneHundredAndThirtyOne$ {
4723
- /** @deprecated use `OneHundredAndThirtyOne$inboundSchema` instead. */
4724
- const inboundSchema: z.ZodType<OneHundredAndThirtyOne, z.ZodTypeDef, unknown>;
4725
- /** @deprecated use `OneHundredAndThirtyOne$outboundSchema` instead. */
4726
- const outboundSchema: z.ZodType<OneHundredAndThirtyOne$Outbound, z.ZodTypeDef, OneHundredAndThirtyOne>;
4727
- /** @deprecated use `OneHundredAndThirtyOne$Outbound` instead. */
4728
- type Outbound = OneHundredAndThirtyOne$Outbound;
4729
- }
4730
- export declare function oneHundredAndThirtyOneToJSON(oneHundredAndThirtyOne: OneHundredAndThirtyOne): string;
4731
- export declare function oneHundredAndThirtyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyOne, SDKValidationError>;
4732
- /** @internal */
4733
- export declare const UserEventPayload130Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload130Role>;
4746
+ export declare const UserEventPayload131Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload131Role>;
4734
4747
  /** @internal */
4735
- export declare const UserEventPayload130Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload130Role>;
4748
+ export declare const UserEventPayload131Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload131Role>;
4736
4749
  /**
4737
4750
  * @internal
4738
4751
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4739
4752
  */
4740
- export declare namespace UserEventPayload130Role$ {
4741
- /** @deprecated use `UserEventPayload130Role$inboundSchema` instead. */
4753
+ export declare namespace UserEventPayload131Role$ {
4754
+ /** @deprecated use `UserEventPayload131Role$inboundSchema` instead. */
4742
4755
  const inboundSchema: z.ZodNativeEnum<{
4743
4756
  readonly Admin: "ADMIN";
4744
4757
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
4745
4758
  readonly ProjectViewer: "PROJECT_VIEWER";
4746
4759
  }>;
4747
- /** @deprecated use `UserEventPayload130Role$outboundSchema` instead. */
4760
+ /** @deprecated use `UserEventPayload131Role$outboundSchema` instead. */
4748
4761
  const outboundSchema: z.ZodNativeEnum<{
4749
4762
  readonly Admin: "ADMIN";
4750
4763
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
@@ -4752,9 +4765,9 @@ export declare namespace UserEventPayload130Role$ {
4752
4765
  }>;
4753
4766
  }
4754
4767
  /** @internal */
4755
- export declare const UserEventPayload130Project$inboundSchema: z.ZodType<UserEventPayload130Project, z.ZodTypeDef, unknown>;
4768
+ export declare const UserEventPayload131Project$inboundSchema: z.ZodType<UserEventPayload131Project, z.ZodTypeDef, unknown>;
4756
4769
  /** @internal */
4757
- export type UserEventPayload130Project$Outbound = {
4770
+ export type UserEventPayload131Project$Outbound = {
4758
4771
  name: string;
4759
4772
  role: string;
4760
4773
  invitedUserName: string;
@@ -4762,82 +4775,82 @@ export type UserEventPayload130Project$Outbound = {
4762
4775
  invitedUserId?: string | undefined;
4763
4776
  };
4764
4777
  /** @internal */
4765
- export declare const UserEventPayload130Project$outboundSchema: z.ZodType<UserEventPayload130Project$Outbound, z.ZodTypeDef, UserEventPayload130Project>;
4778
+ export declare const UserEventPayload131Project$outboundSchema: z.ZodType<UserEventPayload131Project$Outbound, z.ZodTypeDef, UserEventPayload131Project>;
4766
4779
  /**
4767
4780
  * @internal
4768
4781
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4769
4782
  */
4770
- export declare namespace UserEventPayload130Project$ {
4771
- /** @deprecated use `UserEventPayload130Project$inboundSchema` instead. */
4772
- const inboundSchema: z.ZodType<UserEventPayload130Project, z.ZodTypeDef, unknown>;
4773
- /** @deprecated use `UserEventPayload130Project$outboundSchema` instead. */
4774
- const outboundSchema: z.ZodType<UserEventPayload130Project$Outbound, z.ZodTypeDef, UserEventPayload130Project>;
4775
- /** @deprecated use `UserEventPayload130Project$Outbound` instead. */
4776
- type Outbound = UserEventPayload130Project$Outbound;
4783
+ export declare namespace UserEventPayload131Project$ {
4784
+ /** @deprecated use `UserEventPayload131Project$inboundSchema` instead. */
4785
+ const inboundSchema: z.ZodType<UserEventPayload131Project, z.ZodTypeDef, unknown>;
4786
+ /** @deprecated use `UserEventPayload131Project$outboundSchema` instead. */
4787
+ const outboundSchema: z.ZodType<UserEventPayload131Project$Outbound, z.ZodTypeDef, UserEventPayload131Project>;
4788
+ /** @deprecated use `UserEventPayload131Project$Outbound` instead. */
4789
+ type Outbound = UserEventPayload131Project$Outbound;
4777
4790
  }
4778
- export declare function userEventPayload130ProjectToJSON(userEventPayload130Project: UserEventPayload130Project): string;
4779
- export declare function userEventPayload130ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload130Project, SDKValidationError>;
4791
+ export declare function userEventPayload131ProjectToJSON(userEventPayload131Project: UserEventPayload131Project): string;
4792
+ export declare function userEventPayload131ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload131Project, SDKValidationError>;
4780
4793
  /** @internal */
4781
- export declare const OneHundredAndThirty$inboundSchema: z.ZodType<OneHundredAndThirty, z.ZodTypeDef, unknown>;
4794
+ export declare const OneHundredAndThirtyOne$inboundSchema: z.ZodType<OneHundredAndThirtyOne, z.ZodTypeDef, unknown>;
4782
4795
  /** @internal */
4783
- export type OneHundredAndThirty$Outbound = {
4784
- project: UserEventPayload130Project$Outbound;
4796
+ export type OneHundredAndThirtyOne$Outbound = {
4797
+ project: UserEventPayload131Project$Outbound;
4785
4798
  };
4786
4799
  /** @internal */
4787
- export declare const OneHundredAndThirty$outboundSchema: z.ZodType<OneHundredAndThirty$Outbound, z.ZodTypeDef, OneHundredAndThirty>;
4800
+ export declare const OneHundredAndThirtyOne$outboundSchema: z.ZodType<OneHundredAndThirtyOne$Outbound, z.ZodTypeDef, OneHundredAndThirtyOne>;
4788
4801
  /**
4789
4802
  * @internal
4790
4803
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4791
4804
  */
4792
- export declare namespace OneHundredAndThirty$ {
4793
- /** @deprecated use `OneHundredAndThirty$inboundSchema` instead. */
4794
- const inboundSchema: z.ZodType<OneHundredAndThirty, z.ZodTypeDef, unknown>;
4795
- /** @deprecated use `OneHundredAndThirty$outboundSchema` instead. */
4796
- const outboundSchema: z.ZodType<OneHundredAndThirty$Outbound, z.ZodTypeDef, OneHundredAndThirty>;
4797
- /** @deprecated use `OneHundredAndThirty$Outbound` instead. */
4798
- type Outbound = OneHundredAndThirty$Outbound;
4805
+ export declare namespace OneHundredAndThirtyOne$ {
4806
+ /** @deprecated use `OneHundredAndThirtyOne$inboundSchema` instead. */
4807
+ const inboundSchema: z.ZodType<OneHundredAndThirtyOne, z.ZodTypeDef, unknown>;
4808
+ /** @deprecated use `OneHundredAndThirtyOne$outboundSchema` instead. */
4809
+ const outboundSchema: z.ZodType<OneHundredAndThirtyOne$Outbound, z.ZodTypeDef, OneHundredAndThirtyOne>;
4810
+ /** @deprecated use `OneHundredAndThirtyOne$Outbound` instead. */
4811
+ type Outbound = OneHundredAndThirtyOne$Outbound;
4799
4812
  }
4800
- export declare function oneHundredAndThirtyToJSON(oneHundredAndThirty: OneHundredAndThirty): string;
4801
- export declare function oneHundredAndThirtyFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirty, SDKValidationError>;
4813
+ export declare function oneHundredAndThirtyOneToJSON(oneHundredAndThirtyOne: OneHundredAndThirtyOne): string;
4814
+ export declare function oneHundredAndThirtyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyOne, SDKValidationError>;
4802
4815
  /** @internal */
4803
- export declare const UserEventPayload129Project$inboundSchema: z.ZodType<UserEventPayload129Project, z.ZodTypeDef, unknown>;
4816
+ export declare const UserEventPayload130Project$inboundSchema: z.ZodType<UserEventPayload130Project, z.ZodTypeDef, unknown>;
4804
4817
  /** @internal */
4805
- export type UserEventPayload129Project$Outbound = {
4818
+ export type UserEventPayload130Project$Outbound = {
4806
4819
  id: string;
4807
4820
  name: string;
4808
4821
  };
4809
4822
  /** @internal */
4810
- export declare const UserEventPayload129Project$outboundSchema: z.ZodType<UserEventPayload129Project$Outbound, z.ZodTypeDef, UserEventPayload129Project>;
4823
+ export declare const UserEventPayload130Project$outboundSchema: z.ZodType<UserEventPayload130Project$Outbound, z.ZodTypeDef, UserEventPayload130Project>;
4811
4824
  /**
4812
4825
  * @internal
4813
4826
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4814
4827
  */
4815
- export declare namespace UserEventPayload129Project$ {
4816
- /** @deprecated use `UserEventPayload129Project$inboundSchema` instead. */
4817
- const inboundSchema: z.ZodType<UserEventPayload129Project, z.ZodTypeDef, unknown>;
4818
- /** @deprecated use `UserEventPayload129Project$outboundSchema` instead. */
4819
- const outboundSchema: z.ZodType<UserEventPayload129Project$Outbound, z.ZodTypeDef, UserEventPayload129Project>;
4820
- /** @deprecated use `UserEventPayload129Project$Outbound` instead. */
4821
- type Outbound = UserEventPayload129Project$Outbound;
4828
+ export declare namespace UserEventPayload130Project$ {
4829
+ /** @deprecated use `UserEventPayload130Project$inboundSchema` instead. */
4830
+ const inboundSchema: z.ZodType<UserEventPayload130Project, z.ZodTypeDef, unknown>;
4831
+ /** @deprecated use `UserEventPayload130Project$outboundSchema` instead. */
4832
+ const outboundSchema: z.ZodType<UserEventPayload130Project$Outbound, z.ZodTypeDef, UserEventPayload130Project>;
4833
+ /** @deprecated use `UserEventPayload130Project$Outbound` instead. */
4834
+ type Outbound = UserEventPayload130Project$Outbound;
4822
4835
  }
4823
- export declare function userEventPayload129ProjectToJSON(userEventPayload129Project: UserEventPayload129Project): string;
4824
- export declare function userEventPayload129ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload129Project, SDKValidationError>;
4836
+ export declare function userEventPayload130ProjectToJSON(userEventPayload130Project: UserEventPayload130Project): string;
4837
+ export declare function userEventPayload130ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload130Project, SDKValidationError>;
4825
4838
  /** @internal */
4826
- export declare const UserEventPayload129Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload129Role>;
4839
+ export declare const UserEventPayload130Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload130Role>;
4827
4840
  /** @internal */
4828
- export declare const UserEventPayload129Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload129Role>;
4841
+ export declare const UserEventPayload130Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload130Role>;
4829
4842
  /**
4830
4843
  * @internal
4831
4844
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4832
4845
  */
4833
- export declare namespace UserEventPayload129Role$ {
4834
- /** @deprecated use `UserEventPayload129Role$inboundSchema` instead. */
4846
+ export declare namespace UserEventPayload130Role$ {
4847
+ /** @deprecated use `UserEventPayload130Role$inboundSchema` instead. */
4835
4848
  const inboundSchema: z.ZodNativeEnum<{
4836
4849
  readonly Admin: "ADMIN";
4837
4850
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
4838
4851
  readonly ProjectViewer: "PROJECT_VIEWER";
4839
4852
  }>;
4840
- /** @deprecated use `UserEventPayload129Role$outboundSchema` instead. */
4853
+ /** @deprecated use `UserEventPayload130Role$outboundSchema` instead. */
4841
4854
  const outboundSchema: z.ZodNativeEnum<{
4842
4855
  readonly Admin: "ADMIN";
4843
4856
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
@@ -4893,51 +4906,51 @@ export declare namespace PayloadProjectMembership$ {
4893
4906
  export declare function payloadProjectMembershipToJSON(payloadProjectMembership: PayloadProjectMembership): string;
4894
4907
  export declare function payloadProjectMembershipFromJSON(jsonString: string): SafeParseResult<PayloadProjectMembership, SDKValidationError>;
4895
4908
  /** @internal */
4896
- export declare const OneHundredAndTwentyNine$inboundSchema: z.ZodType<OneHundredAndTwentyNine, z.ZodTypeDef, unknown>;
4909
+ export declare const OneHundredAndThirty$inboundSchema: z.ZodType<OneHundredAndThirty, z.ZodTypeDef, unknown>;
4897
4910
  /** @internal */
4898
- export type OneHundredAndTwentyNine$Outbound = {
4899
- project: UserEventPayload129Project$Outbound;
4911
+ export type OneHundredAndThirty$Outbound = {
4912
+ project: UserEventPayload130Project$Outbound;
4900
4913
  projectMembership: PayloadProjectMembership$Outbound;
4901
4914
  };
4902
4915
  /** @internal */
4903
- export declare const OneHundredAndTwentyNine$outboundSchema: z.ZodType<OneHundredAndTwentyNine$Outbound, z.ZodTypeDef, OneHundredAndTwentyNine>;
4916
+ export declare const OneHundredAndThirty$outboundSchema: z.ZodType<OneHundredAndThirty$Outbound, z.ZodTypeDef, OneHundredAndThirty>;
4904
4917
  /**
4905
4918
  * @internal
4906
4919
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4907
4920
  */
4908
- export declare namespace OneHundredAndTwentyNine$ {
4909
- /** @deprecated use `OneHundredAndTwentyNine$inboundSchema` instead. */
4910
- const inboundSchema: z.ZodType<OneHundredAndTwentyNine, z.ZodTypeDef, unknown>;
4911
- /** @deprecated use `OneHundredAndTwentyNine$outboundSchema` instead. */
4912
- const outboundSchema: z.ZodType<OneHundredAndTwentyNine$Outbound, z.ZodTypeDef, OneHundredAndTwentyNine>;
4913
- /** @deprecated use `OneHundredAndTwentyNine$Outbound` instead. */
4914
- type Outbound = OneHundredAndTwentyNine$Outbound;
4921
+ export declare namespace OneHundredAndThirty$ {
4922
+ /** @deprecated use `OneHundredAndThirty$inboundSchema` instead. */
4923
+ const inboundSchema: z.ZodType<OneHundredAndThirty, z.ZodTypeDef, unknown>;
4924
+ /** @deprecated use `OneHundredAndThirty$outboundSchema` instead. */
4925
+ const outboundSchema: z.ZodType<OneHundredAndThirty$Outbound, z.ZodTypeDef, OneHundredAndThirty>;
4926
+ /** @deprecated use `OneHundredAndThirty$Outbound` instead. */
4927
+ type Outbound = OneHundredAndThirty$Outbound;
4915
4928
  }
4916
- export declare function oneHundredAndTwentyNineToJSON(oneHundredAndTwentyNine: OneHundredAndTwentyNine): string;
4917
- export declare function oneHundredAndTwentyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyNine, SDKValidationError>;
4929
+ export declare function oneHundredAndThirtyToJSON(oneHundredAndThirty: OneHundredAndThirty): string;
4930
+ export declare function oneHundredAndThirtyFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirty, SDKValidationError>;
4918
4931
  /** @internal */
4919
- export declare const UserEventPayload128Project$inboundSchema: z.ZodType<UserEventPayload128Project, z.ZodTypeDef, unknown>;
4932
+ export declare const UserEventPayload129Project$inboundSchema: z.ZodType<UserEventPayload129Project, z.ZodTypeDef, unknown>;
4920
4933
  /** @internal */
4921
- export type UserEventPayload128Project$Outbound = {
4934
+ export type UserEventPayload129Project$Outbound = {
4922
4935
  name: string;
4923
4936
  id?: string | undefined;
4924
4937
  };
4925
4938
  /** @internal */
4926
- export declare const UserEventPayload128Project$outboundSchema: z.ZodType<UserEventPayload128Project$Outbound, z.ZodTypeDef, UserEventPayload128Project>;
4939
+ export declare const UserEventPayload129Project$outboundSchema: z.ZodType<UserEventPayload129Project$Outbound, z.ZodTypeDef, UserEventPayload129Project>;
4927
4940
  /**
4928
4941
  * @internal
4929
4942
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4930
4943
  */
4931
- export declare namespace UserEventPayload128Project$ {
4932
- /** @deprecated use `UserEventPayload128Project$inboundSchema` instead. */
4933
- const inboundSchema: z.ZodType<UserEventPayload128Project, z.ZodTypeDef, unknown>;
4934
- /** @deprecated use `UserEventPayload128Project$outboundSchema` instead. */
4935
- const outboundSchema: z.ZodType<UserEventPayload128Project$Outbound, z.ZodTypeDef, UserEventPayload128Project>;
4936
- /** @deprecated use `UserEventPayload128Project$Outbound` instead. */
4937
- type Outbound = UserEventPayload128Project$Outbound;
4944
+ export declare namespace UserEventPayload129Project$ {
4945
+ /** @deprecated use `UserEventPayload129Project$inboundSchema` instead. */
4946
+ const inboundSchema: z.ZodType<UserEventPayload129Project, z.ZodTypeDef, unknown>;
4947
+ /** @deprecated use `UserEventPayload129Project$outboundSchema` instead. */
4948
+ const outboundSchema: z.ZodType<UserEventPayload129Project$Outbound, z.ZodTypeDef, UserEventPayload129Project>;
4949
+ /** @deprecated use `UserEventPayload129Project$Outbound` instead. */
4950
+ type Outbound = UserEventPayload129Project$Outbound;
4938
4951
  }
4939
- export declare function userEventPayload128ProjectToJSON(userEventPayload128Project: UserEventPayload128Project): string;
4940
- export declare function userEventPayload128ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload128Project, SDKValidationError>;
4952
+ export declare function userEventPayload129ProjectToJSON(userEventPayload129Project: UserEventPayload129Project): string;
4953
+ export declare function userEventPayload129ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload129Project, SDKValidationError>;
4941
4954
  /** @internal */
4942
4955
  export declare const UserEventPayloadRole$inboundSchema: z.ZodNativeEnum<typeof UserEventPayloadRole>;
4943
4956
  /** @internal */
@@ -4986,51 +4999,51 @@ export declare namespace RemovedMembership$ {
4986
4999
  export declare function removedMembershipToJSON(removedMembership: RemovedMembership): string;
4987
5000
  export declare function removedMembershipFromJSON(jsonString: string): SafeParseResult<RemovedMembership, SDKValidationError>;
4988
5001
  /** @internal */
4989
- export declare const OneHundredAndTwentyEight$inboundSchema: z.ZodType<OneHundredAndTwentyEight, z.ZodTypeDef, unknown>;
5002
+ export declare const OneHundredAndTwentyNine$inboundSchema: z.ZodType<OneHundredAndTwentyNine, z.ZodTypeDef, unknown>;
4990
5003
  /** @internal */
4991
- export type OneHundredAndTwentyEight$Outbound = {
4992
- project: UserEventPayload128Project$Outbound;
5004
+ export type OneHundredAndTwentyNine$Outbound = {
5005
+ project: UserEventPayload129Project$Outbound;
4993
5006
  removedMembership: RemovedMembership$Outbound;
4994
5007
  };
4995
5008
  /** @internal */
4996
- export declare const OneHundredAndTwentyEight$outboundSchema: z.ZodType<OneHundredAndTwentyEight$Outbound, z.ZodTypeDef, OneHundredAndTwentyEight>;
5009
+ export declare const OneHundredAndTwentyNine$outboundSchema: z.ZodType<OneHundredAndTwentyNine$Outbound, z.ZodTypeDef, OneHundredAndTwentyNine>;
4997
5010
  /**
4998
5011
  * @internal
4999
5012
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5000
5013
  */
5001
- export declare namespace OneHundredAndTwentyEight$ {
5002
- /** @deprecated use `OneHundredAndTwentyEight$inboundSchema` instead. */
5003
- const inboundSchema: z.ZodType<OneHundredAndTwentyEight, z.ZodTypeDef, unknown>;
5004
- /** @deprecated use `OneHundredAndTwentyEight$outboundSchema` instead. */
5005
- const outboundSchema: z.ZodType<OneHundredAndTwentyEight$Outbound, z.ZodTypeDef, OneHundredAndTwentyEight>;
5006
- /** @deprecated use `OneHundredAndTwentyEight$Outbound` instead. */
5007
- type Outbound = OneHundredAndTwentyEight$Outbound;
5014
+ export declare namespace OneHundredAndTwentyNine$ {
5015
+ /** @deprecated use `OneHundredAndTwentyNine$inboundSchema` instead. */
5016
+ const inboundSchema: z.ZodType<OneHundredAndTwentyNine, z.ZodTypeDef, unknown>;
5017
+ /** @deprecated use `OneHundredAndTwentyNine$outboundSchema` instead. */
5018
+ const outboundSchema: z.ZodType<OneHundredAndTwentyNine$Outbound, z.ZodTypeDef, OneHundredAndTwentyNine>;
5019
+ /** @deprecated use `OneHundredAndTwentyNine$Outbound` instead. */
5020
+ type Outbound = OneHundredAndTwentyNine$Outbound;
5008
5021
  }
5009
- export declare function oneHundredAndTwentyEightToJSON(oneHundredAndTwentyEight: OneHundredAndTwentyEight): string;
5010
- export declare function oneHundredAndTwentyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyEight, SDKValidationError>;
5022
+ export declare function oneHundredAndTwentyNineToJSON(oneHundredAndTwentyNine: OneHundredAndTwentyNine): string;
5023
+ export declare function oneHundredAndTwentyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyNine, SDKValidationError>;
5011
5024
  /** @internal */
5012
- export declare const UserEventPayload127Project$inboundSchema: z.ZodType<UserEventPayload127Project, z.ZodTypeDef, unknown>;
5025
+ export declare const UserEventPayload128Project$inboundSchema: z.ZodType<UserEventPayload128Project, z.ZodTypeDef, unknown>;
5013
5026
  /** @internal */
5014
- export type UserEventPayload127Project$Outbound = {
5027
+ export type UserEventPayload128Project$Outbound = {
5015
5028
  name: string;
5016
5029
  id?: string | undefined;
5017
5030
  };
5018
5031
  /** @internal */
5019
- export declare const UserEventPayload127Project$outboundSchema: z.ZodType<UserEventPayload127Project$Outbound, z.ZodTypeDef, UserEventPayload127Project>;
5032
+ export declare const UserEventPayload128Project$outboundSchema: z.ZodType<UserEventPayload128Project$Outbound, z.ZodTypeDef, UserEventPayload128Project>;
5020
5033
  /**
5021
5034
  * @internal
5022
5035
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5023
5036
  */
5024
- export declare namespace UserEventPayload127Project$ {
5025
- /** @deprecated use `UserEventPayload127Project$inboundSchema` instead. */
5026
- const inboundSchema: z.ZodType<UserEventPayload127Project, z.ZodTypeDef, unknown>;
5027
- /** @deprecated use `UserEventPayload127Project$outboundSchema` instead. */
5028
- const outboundSchema: z.ZodType<UserEventPayload127Project$Outbound, z.ZodTypeDef, UserEventPayload127Project>;
5029
- /** @deprecated use `UserEventPayload127Project$Outbound` instead. */
5030
- type Outbound = UserEventPayload127Project$Outbound;
5037
+ export declare namespace UserEventPayload128Project$ {
5038
+ /** @deprecated use `UserEventPayload128Project$inboundSchema` instead. */
5039
+ const inboundSchema: z.ZodType<UserEventPayload128Project, z.ZodTypeDef, unknown>;
5040
+ /** @deprecated use `UserEventPayload128Project$outboundSchema` instead. */
5041
+ const outboundSchema: z.ZodType<UserEventPayload128Project$Outbound, z.ZodTypeDef, UserEventPayload128Project>;
5042
+ /** @deprecated use `UserEventPayload128Project$Outbound` instead. */
5043
+ type Outbound = UserEventPayload128Project$Outbound;
5031
5044
  }
5032
- export declare function userEventPayload127ProjectToJSON(userEventPayload127Project: UserEventPayload127Project): string;
5033
- export declare function userEventPayload127ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload127Project, SDKValidationError>;
5045
+ export declare function userEventPayload128ProjectToJSON(userEventPayload128Project: UserEventPayload128Project): string;
5046
+ export declare function userEventPayload128ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload128Project, SDKValidationError>;
5034
5047
  /** @internal */
5035
5048
  export declare const PayloadRole$inboundSchema: z.ZodNativeEnum<typeof PayloadRole>;
5036
5049
  /** @internal */
@@ -5079,11 +5092,36 @@ export declare namespace ProjectMembership$ {
5079
5092
  export declare function projectMembershipToJSON(projectMembership: ProjectMembership): string;
5080
5093
  export declare function projectMembershipFromJSON(jsonString: string): SafeParseResult<ProjectMembership, SDKValidationError>;
5081
5094
  /** @internal */
5095
+ export declare const OneHundredAndTwentyEight$inboundSchema: z.ZodType<OneHundredAndTwentyEight, z.ZodTypeDef, unknown>;
5096
+ /** @internal */
5097
+ export type OneHundredAndTwentyEight$Outbound = {
5098
+ project: UserEventPayload128Project$Outbound;
5099
+ projectMembership: ProjectMembership$Outbound | null;
5100
+ };
5101
+ /** @internal */
5102
+ export declare const OneHundredAndTwentyEight$outboundSchema: z.ZodType<OneHundredAndTwentyEight$Outbound, z.ZodTypeDef, OneHundredAndTwentyEight>;
5103
+ /**
5104
+ * @internal
5105
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5106
+ */
5107
+ export declare namespace OneHundredAndTwentyEight$ {
5108
+ /** @deprecated use `OneHundredAndTwentyEight$inboundSchema` instead. */
5109
+ const inboundSchema: z.ZodType<OneHundredAndTwentyEight, z.ZodTypeDef, unknown>;
5110
+ /** @deprecated use `OneHundredAndTwentyEight$outboundSchema` instead. */
5111
+ const outboundSchema: z.ZodType<OneHundredAndTwentyEight$Outbound, z.ZodTypeDef, OneHundredAndTwentyEight>;
5112
+ /** @deprecated use `OneHundredAndTwentyEight$Outbound` instead. */
5113
+ type Outbound = OneHundredAndTwentyEight$Outbound;
5114
+ }
5115
+ export declare function oneHundredAndTwentyEightToJSON(oneHundredAndTwentyEight: OneHundredAndTwentyEight): string;
5116
+ export declare function oneHundredAndTwentyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyEight, SDKValidationError>;
5117
+ /** @internal */
5082
5118
  export declare const OneHundredAndTwentySeven$inboundSchema: z.ZodType<OneHundredAndTwentySeven, z.ZodTypeDef, unknown>;
5083
5119
  /** @internal */
5084
5120
  export type OneHundredAndTwentySeven$Outbound = {
5085
- project: UserEventPayload127Project$Outbound;
5086
- projectMembership: ProjectMembership$Outbound | null;
5121
+ previousProjectName: string;
5122
+ newProjectName: string;
5123
+ originAccountName: string;
5124
+ transferId?: string | undefined;
5087
5125
  };
5088
5126
  /** @internal */
5089
5127
  export declare const OneHundredAndTwentySeven$outboundSchema: z.ZodType<OneHundredAndTwentySeven$Outbound, z.ZodTypeDef, OneHundredAndTwentySeven>;
@@ -5107,7 +5145,7 @@ export declare const OneHundredAndTwentySix$inboundSchema: z.ZodType<OneHundredA
5107
5145
  export type OneHundredAndTwentySix$Outbound = {
5108
5146
  previousProjectName: string;
5109
5147
  newProjectName: string;
5110
- originAccountName: string;
5148
+ destinationAccountName: string;
5111
5149
  transferId?: string | undefined;
5112
5150
  };
5113
5151
  /** @internal */
@@ -5130,9 +5168,8 @@ export declare function oneHundredAndTwentySixFromJSON(jsonString: string): Safe
5130
5168
  export declare const OneHundredAndTwentyFive$inboundSchema: z.ZodType<OneHundredAndTwentyFive, z.ZodTypeDef, unknown>;
5131
5169
  /** @internal */
5132
5170
  export type OneHundredAndTwentyFive$Outbound = {
5133
- previousProjectName: string;
5134
- newProjectName: string;
5135
- destinationAccountName: string;
5171
+ projectName: string;
5172
+ destinationAccountName: string | null;
5136
5173
  transferId?: string | undefined;
5137
5174
  };
5138
5175
  /** @internal */
@@ -5155,8 +5192,11 @@ export declare function oneHundredAndTwentyFiveFromJSON(jsonString: string): Saf
5155
5192
  export declare const OneHundredAndTwentyFour$inboundSchema: z.ZodType<OneHundredAndTwentyFour, z.ZodTypeDef, unknown>;
5156
5193
  /** @internal */
5157
5194
  export type OneHundredAndTwentyFour$Outbound = {
5195
+ projectId: string;
5158
5196
  projectName: string;
5159
- destinationAccountName: string | null;
5197
+ originAccountName: string;
5198
+ destinationAccountName: string;
5199
+ destinationAccountId: string;
5160
5200
  transferId?: string | undefined;
5161
5201
  };
5162
5202
  /** @internal */
@@ -5179,12 +5219,12 @@ export declare function oneHundredAndTwentyFourFromJSON(jsonString: string): Saf
5179
5219
  export declare const OneHundredAndTwentyThree$inboundSchema: z.ZodType<OneHundredAndTwentyThree, z.ZodTypeDef, unknown>;
5180
5220
  /** @internal */
5181
5221
  export type OneHundredAndTwentyThree$Outbound = {
5182
- projectId: string;
5183
- projectName: string;
5184
- originAccountName: string;
5185
- destinationAccountName: string;
5186
- destinationAccountId: string;
5187
- transferId?: string | undefined;
5222
+ requestedTeamName: string;
5223
+ requestedUserName?: string | undefined;
5224
+ gitUsername?: string | undefined;
5225
+ githubUsername?: string | undefined;
5226
+ gitlabUsername?: string | undefined;
5227
+ bitbucketUsername?: string | undefined;
5188
5228
  };
5189
5229
  /** @internal */
5190
5230
  export declare const OneHundredAndTwentyThree$outboundSchema: z.ZodType<OneHundredAndTwentyThree$Outbound, z.ZodTypeDef, OneHundredAndTwentyThree>;
@@ -5206,12 +5246,12 @@ export declare function oneHundredAndTwentyThreeFromJSON(jsonString: string): Sa
5206
5246
  export declare const OneHundredAndTwentyTwo$inboundSchema: z.ZodType<OneHundredAndTwentyTwo, z.ZodTypeDef, unknown>;
5207
5247
  /** @internal */
5208
5248
  export type OneHundredAndTwentyTwo$Outbound = {
5209
- requestedTeamName: string;
5210
- requestedUserName?: string | undefined;
5211
- gitUsername?: string | undefined;
5212
- githubUsername?: string | undefined;
5213
- gitlabUsername?: string | undefined;
5214
- bitbucketUsername?: string | undefined;
5249
+ teamName: string;
5250
+ username?: string | undefined;
5251
+ gitUsername?: string | null | undefined;
5252
+ githubUsername?: string | null | undefined;
5253
+ gitlabUsername?: string | null | undefined;
5254
+ bitbucketUsername?: string | null | undefined;
5215
5255
  };
5216
5256
  /** @internal */
5217
5257
  export declare const OneHundredAndTwentyTwo$outboundSchema: z.ZodType<OneHundredAndTwentyTwo$Outbound, z.ZodTypeDef, OneHundredAndTwentyTwo>;
@@ -5235,10 +5275,12 @@ export declare const OneHundredAndTwentyOne$inboundSchema: z.ZodType<OneHundredA
5235
5275
  export type OneHundredAndTwentyOne$Outbound = {
5236
5276
  teamName: string;
5237
5277
  username?: string | undefined;
5238
- gitUsername?: string | null | undefined;
5278
+ gitUsername?: string | undefined;
5239
5279
  githubUsername?: string | null | undefined;
5240
5280
  gitlabUsername?: string | null | undefined;
5241
5281
  bitbucketUsername?: string | null | undefined;
5282
+ updatedUid?: string | undefined;
5283
+ teamId?: string | undefined;
5242
5284
  };
5243
5285
  /** @internal */
5244
5286
  export declare const OneHundredAndTwentyOne$outboundSchema: z.ZodType<OneHundredAndTwentyOne$Outbound, z.ZodTypeDef, OneHundredAndTwentyOne>;
@@ -5260,14 +5302,8 @@ export declare function oneHundredAndTwentyOneFromJSON(jsonString: string): Safe
5260
5302
  export declare const OneHundredAndTwenty$inboundSchema: z.ZodType<OneHundredAndTwenty, z.ZodTypeDef, unknown>;
5261
5303
  /** @internal */
5262
5304
  export type OneHundredAndTwenty$Outbound = {
5263
- teamName: string;
5264
- username?: string | undefined;
5265
- gitUsername?: string | undefined;
5266
- githubUsername?: string | null | undefined;
5267
- gitlabUsername?: string | null | undefined;
5268
- bitbucketUsername?: string | null | undefined;
5269
- updatedUid?: string | undefined;
5270
- teamId?: string | undefined;
5305
+ price?: number | undefined;
5306
+ currency?: string | undefined;
5271
5307
  };
5272
5308
  /** @internal */
5273
5309
  export declare const OneHundredAndTwenty$outboundSchema: z.ZodType<OneHundredAndTwenty$Outbound, z.ZodTypeDef, OneHundredAndTwenty>;
@@ -5289,8 +5325,8 @@ export declare function oneHundredAndTwentyFromJSON(jsonString: string): SafePar
5289
5325
  export declare const OneHundredAndNineteen$inboundSchema: z.ZodType<OneHundredAndNineteen, z.ZodTypeDef, unknown>;
5290
5326
  /** @internal */
5291
5327
  export type OneHundredAndNineteen$Outbound = {
5292
- price?: number | undefined;
5293
- currency?: string | undefined;
5328
+ previewDeploymentSuffix?: string | null | undefined;
5329
+ previousPreviewDeploymentSuffix?: string | null | undefined;
5294
5330
  };
5295
5331
  /** @internal */
5296
5332
  export declare const OneHundredAndNineteen$outboundSchema: z.ZodType<OneHundredAndNineteen$Outbound, z.ZodTypeDef, OneHundredAndNineteen>;
@@ -5312,8 +5348,9 @@ export declare function oneHundredAndNineteenFromJSON(jsonString: string): SafeP
5312
5348
  export declare const OneHundredAndEighteen$inboundSchema: z.ZodType<OneHundredAndEighteen, z.ZodTypeDef, unknown>;
5313
5349
  /** @internal */
5314
5350
  export type OneHundredAndEighteen$Outbound = {
5315
- previewDeploymentSuffix?: string | null | undefined;
5316
- previousPreviewDeploymentSuffix?: string | null | undefined;
5351
+ price?: number | undefined;
5352
+ currency?: string | undefined;
5353
+ enabled?: boolean | undefined;
5317
5354
  };
5318
5355
  /** @internal */
5319
5356
  export declare const OneHundredAndEighteen$outboundSchema: z.ZodType<OneHundredAndEighteen$Outbound, z.ZodTypeDef, OneHundredAndEighteen>;
@@ -5335,9 +5372,7 @@ export declare function oneHundredAndEighteenFromJSON(jsonString: string): SafeP
5335
5372
  export declare const OneHundredAndSeventeen$inboundSchema: z.ZodType<OneHundredAndSeventeen, z.ZodTypeDef, unknown>;
5336
5373
  /** @internal */
5337
5374
  export type OneHundredAndSeventeen$Outbound = {
5338
- price?: number | undefined;
5339
- currency?: string | undefined;
5340
- enabled?: boolean | undefined;
5375
+ username: string;
5341
5376
  };
5342
5377
  /** @internal */
5343
5378
  export declare const OneHundredAndSeventeen$outboundSchema: z.ZodType<OneHundredAndSeventeen$Outbound, z.ZodTypeDef, OneHundredAndSeventeen>;
@@ -5359,7 +5394,8 @@ export declare function oneHundredAndSeventeenFromJSON(jsonString: string): Safe
5359
5394
  export declare const OneHundredAndSixteen$inboundSchema: z.ZodType<OneHundredAndSixteen, z.ZodTypeDef, unknown>;
5360
5395
  /** @internal */
5361
5396
  export type OneHundredAndSixteen$Outbound = {
5362
- username: string;
5397
+ email: string;
5398
+ prevEmail: string;
5363
5399
  };
5364
5400
  /** @internal */
5365
5401
  export declare const OneHundredAndSixteen$outboundSchema: z.ZodType<OneHundredAndSixteen$Outbound, z.ZodTypeDef, OneHundredAndSixteen>;
@@ -5381,8 +5417,7 @@ export declare function oneHundredAndSixteenFromJSON(jsonString: string): SafePa
5381
5417
  export declare const OneHundredAndFifteen$inboundSchema: z.ZodType<OneHundredAndFifteen, z.ZodTypeDef, unknown>;
5382
5418
  /** @internal */
5383
5419
  export type OneHundredAndFifteen$Outbound = {
5384
- email: string;
5385
- prevEmail: string;
5420
+ mfaEnabled: boolean;
5386
5421
  };
5387
5422
  /** @internal */
5388
5423
  export declare const OneHundredAndFifteen$outboundSchema: z.ZodType<OneHundredAndFifteen$Outbound, z.ZodTypeDef, OneHundredAndFifteen>;
@@ -5404,7 +5439,8 @@ export declare function oneHundredAndFifteenFromJSON(jsonString: string): SafePa
5404
5439
  export declare const OneHundredAndFourteen$inboundSchema: z.ZodType<OneHundredAndFourteen, z.ZodTypeDef, unknown>;
5405
5440
  /** @internal */
5406
5441
  export type OneHundredAndFourteen$Outbound = {
5407
- mfaEnabled: boolean;
5442
+ enabled: boolean;
5443
+ totpVerified: boolean;
5408
5444
  };
5409
5445
  /** @internal */
5410
5446
  export declare const OneHundredAndFourteen$outboundSchema: z.ZodType<OneHundredAndFourteen$Outbound, z.ZodTypeDef, OneHundredAndFourteen>;
@@ -5423,29 +5459,6 @@ export declare namespace OneHundredAndFourteen$ {
5423
5459
  export declare function oneHundredAndFourteenToJSON(oneHundredAndFourteen: OneHundredAndFourteen): string;
5424
5460
  export declare function oneHundredAndFourteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFourteen, SDKValidationError>;
5425
5461
  /** @internal */
5426
- export declare const OneHundredAndThirteen$inboundSchema: z.ZodType<OneHundredAndThirteen, z.ZodTypeDef, unknown>;
5427
- /** @internal */
5428
- export type OneHundredAndThirteen$Outbound = {
5429
- enabled: boolean;
5430
- totpVerified: boolean;
5431
- };
5432
- /** @internal */
5433
- export declare const OneHundredAndThirteen$outboundSchema: z.ZodType<OneHundredAndThirteen$Outbound, z.ZodTypeDef, OneHundredAndThirteen>;
5434
- /**
5435
- * @internal
5436
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5437
- */
5438
- export declare namespace OneHundredAndThirteen$ {
5439
- /** @deprecated use `OneHundredAndThirteen$inboundSchema` instead. */
5440
- const inboundSchema: z.ZodType<OneHundredAndThirteen, z.ZodTypeDef, unknown>;
5441
- /** @deprecated use `OneHundredAndThirteen$outboundSchema` instead. */
5442
- const outboundSchema: z.ZodType<OneHundredAndThirteen$Outbound, z.ZodTypeDef, OneHundredAndThirteen>;
5443
- /** @deprecated use `OneHundredAndThirteen$Outbound` instead. */
5444
- type Outbound = OneHundredAndThirteen$Outbound;
5445
- }
5446
- export declare function oneHundredAndThirteenToJSON(oneHundredAndThirteen: OneHundredAndThirteen): string;
5447
- export declare function oneHundredAndThirteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirteen, SDKValidationError>;
5448
- /** @internal */
5449
5462
  export declare const Previous$inboundSchema: z.ZodType<Previous, z.ZodTypeDef, unknown>;
5450
5463
  /** @internal */
5451
5464
  export type Previous$Outbound = {
@@ -5492,28 +5505,28 @@ export declare namespace Next$ {
5492
5505
  export declare function nextToJSON(next: Next): string;
5493
5506
  export declare function nextFromJSON(jsonString: string): SafeParseResult<Next, SDKValidationError>;
5494
5507
  /** @internal */
5495
- export declare const OneHundredAndTwelve$inboundSchema: z.ZodType<OneHundredAndTwelve, z.ZodTypeDef, unknown>;
5508
+ export declare const OneHundredAndThirteen$inboundSchema: z.ZodType<OneHundredAndThirteen, z.ZodTypeDef, unknown>;
5496
5509
  /** @internal */
5497
- export type OneHundredAndTwelve$Outbound = {
5510
+ export type OneHundredAndThirteen$Outbound = {
5498
5511
  previous: Previous$Outbound;
5499
5512
  next: Next$Outbound;
5500
5513
  };
5501
5514
  /** @internal */
5502
- export declare const OneHundredAndTwelve$outboundSchema: z.ZodType<OneHundredAndTwelve$Outbound, z.ZodTypeDef, OneHundredAndTwelve>;
5515
+ export declare const OneHundredAndThirteen$outboundSchema: z.ZodType<OneHundredAndThirteen$Outbound, z.ZodTypeDef, OneHundredAndThirteen>;
5503
5516
  /**
5504
5517
  * @internal
5505
5518
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5506
5519
  */
5507
- export declare namespace OneHundredAndTwelve$ {
5508
- /** @deprecated use `OneHundredAndTwelve$inboundSchema` instead. */
5509
- const inboundSchema: z.ZodType<OneHundredAndTwelve, z.ZodTypeDef, unknown>;
5510
- /** @deprecated use `OneHundredAndTwelve$outboundSchema` instead. */
5511
- const outboundSchema: z.ZodType<OneHundredAndTwelve$Outbound, z.ZodTypeDef, OneHundredAndTwelve>;
5512
- /** @deprecated use `OneHundredAndTwelve$Outbound` instead. */
5513
- type Outbound = OneHundredAndTwelve$Outbound;
5520
+ export declare namespace OneHundredAndThirteen$ {
5521
+ /** @deprecated use `OneHundredAndThirteen$inboundSchema` instead. */
5522
+ const inboundSchema: z.ZodType<OneHundredAndThirteen, z.ZodTypeDef, unknown>;
5523
+ /** @deprecated use `OneHundredAndThirteen$outboundSchema` instead. */
5524
+ const outboundSchema: z.ZodType<OneHundredAndThirteen$Outbound, z.ZodTypeDef, OneHundredAndThirteen>;
5525
+ /** @deprecated use `OneHundredAndThirteen$Outbound` instead. */
5526
+ type Outbound = OneHundredAndThirteen$Outbound;
5514
5527
  }
5515
- export declare function oneHundredAndTwelveToJSON(oneHundredAndTwelve: OneHundredAndTwelve): string;
5516
- export declare function oneHundredAndTwelveFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwelve, SDKValidationError>;
5528
+ export declare function oneHundredAndThirteenToJSON(oneHundredAndThirteen: OneHundredAndThirteen): string;
5529
+ export declare function oneHundredAndThirteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirteen, SDKValidationError>;
5517
5530
  /** @internal */
5518
5531
  export declare const PayloadRemoteCaching$inboundSchema: z.ZodType<PayloadRemoteCaching, z.ZodTypeDef, unknown>;
5519
5532
  /** @internal */
@@ -5537,10 +5550,32 @@ export declare namespace PayloadRemoteCaching$ {
5537
5550
  export declare function payloadRemoteCachingToJSON(payloadRemoteCaching: PayloadRemoteCaching): string;
5538
5551
  export declare function payloadRemoteCachingFromJSON(jsonString: string): SafeParseResult<PayloadRemoteCaching, SDKValidationError>;
5539
5552
  /** @internal */
5553
+ export declare const OneHundredAndTwelve$inboundSchema: z.ZodType<OneHundredAndTwelve, z.ZodTypeDef, unknown>;
5554
+ /** @internal */
5555
+ export type OneHundredAndTwelve$Outbound = {
5556
+ remoteCaching?: PayloadRemoteCaching$Outbound | undefined;
5557
+ };
5558
+ /** @internal */
5559
+ export declare const OneHundredAndTwelve$outboundSchema: z.ZodType<OneHundredAndTwelve$Outbound, z.ZodTypeDef, OneHundredAndTwelve>;
5560
+ /**
5561
+ * @internal
5562
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5563
+ */
5564
+ export declare namespace OneHundredAndTwelve$ {
5565
+ /** @deprecated use `OneHundredAndTwelve$inboundSchema` instead. */
5566
+ const inboundSchema: z.ZodType<OneHundredAndTwelve, z.ZodTypeDef, unknown>;
5567
+ /** @deprecated use `OneHundredAndTwelve$outboundSchema` instead. */
5568
+ const outboundSchema: z.ZodType<OneHundredAndTwelve$Outbound, z.ZodTypeDef, OneHundredAndTwelve>;
5569
+ /** @deprecated use `OneHundredAndTwelve$Outbound` instead. */
5570
+ type Outbound = OneHundredAndTwelve$Outbound;
5571
+ }
5572
+ export declare function oneHundredAndTwelveToJSON(oneHundredAndTwelve: OneHundredAndTwelve): string;
5573
+ export declare function oneHundredAndTwelveFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwelve, SDKValidationError>;
5574
+ /** @internal */
5540
5575
  export declare const OneHundredAndEleven$inboundSchema: z.ZodType<OneHundredAndEleven, z.ZodTypeDef, unknown>;
5541
5576
  /** @internal */
5542
5577
  export type OneHundredAndEleven$Outbound = {
5543
- remoteCaching?: PayloadRemoteCaching$Outbound | undefined;
5578
+ slug?: string | undefined;
5544
5579
  };
5545
5580
  /** @internal */
5546
5581
  export declare const OneHundredAndEleven$outboundSchema: z.ZodType<OneHundredAndEleven$Outbound, z.ZodTypeDef, OneHundredAndEleven>;
@@ -5562,7 +5597,7 @@ export declare function oneHundredAndElevenFromJSON(jsonString: string): SafePar
5562
5597
  export declare const OneHundredAndTen$inboundSchema: z.ZodType<OneHundredAndTen, z.ZodTypeDef, unknown>;
5563
5598
  /** @internal */
5564
5599
  export type OneHundredAndTen$Outbound = {
5565
- slug?: string | undefined;
5600
+ name?: string | undefined;
5566
5601
  };
5567
5602
  /** @internal */
5568
5603
  export declare const OneHundredAndTen$outboundSchema: z.ZodType<OneHundredAndTen$Outbound, z.ZodTypeDef, OneHundredAndTen>;
@@ -5584,7 +5619,7 @@ export declare function oneHundredAndTenFromJSON(jsonString: string): SafeParseR
5584
5619
  export declare const OneHundredAndNine$inboundSchema: z.ZodType<OneHundredAndNine, z.ZodTypeDef, unknown>;
5585
5620
  /** @internal */
5586
5621
  export type OneHundredAndNine$Outbound = {
5587
- name?: string | undefined;
5622
+ enforced: boolean;
5588
5623
  };
5589
5624
  /** @internal */
5590
5625
  export declare const OneHundredAndNine$outboundSchema: z.ZodType<OneHundredAndNine$Outbound, z.ZodTypeDef, OneHundredAndNine>;
@@ -8211,6 +8246,7 @@ export type SixtyEight$Outbound = {
8211
8246
  viaGithub: boolean;
8212
8247
  viaGitlab: boolean;
8213
8248
  viaBitbucket: boolean;
8249
+ viaGoogle: boolean;
8214
8250
  viaSamlSso: boolean;
8215
8251
  viaPasskey: boolean;
8216
8252
  ssoType?: string | undefined;
@@ -8554,10 +8590,12 @@ export declare namespace UserEventCredentialsType$ {
8554
8590
  /** @deprecated use `UserEventCredentialsType$inboundSchema` instead. */
8555
8591
  const inboundSchema: z.ZodNativeEnum<{
8556
8592
  readonly GithubOauthCustomHost: "github-oauth-custom-host";
8593
+ readonly GithubAppCustomHost: "github-app-custom-host";
8557
8594
  }>;
8558
8595
  /** @deprecated use `UserEventCredentialsType$outboundSchema` instead. */
8559
8596
  const outboundSchema: z.ZodNativeEnum<{
8560
8597
  readonly GithubOauthCustomHost: "github-oauth-custom-host";
8598
+ readonly GithubAppCustomHost: "github-app-custom-host";
8561
8599
  }>;
8562
8600
  }
8563
8601
  /** @internal */
@@ -8597,6 +8635,7 @@ export declare namespace CredentialsType$ {
8597
8635
  const inboundSchema: z.ZodNativeEnum<{
8598
8636
  readonly Gitlab: "gitlab";
8599
8637
  readonly Bitbucket: "bitbucket";
8638
+ readonly Google: "google";
8600
8639
  readonly GithubOauth: "github-oauth";
8601
8640
  readonly GithubApp: "github-app";
8602
8641
  }>;
@@ -8604,6 +8643,7 @@ export declare namespace CredentialsType$ {
8604
8643
  const outboundSchema: z.ZodNativeEnum<{
8605
8644
  readonly Gitlab: "gitlab";
8606
8645
  readonly Bitbucket: "bitbucket";
8646
+ readonly Google: "google";
8607
8647
  readonly GithubOauth: "github-oauth";
8608
8648
  readonly GithubApp: "github-app";
8609
8649
  }>;
@@ -8796,12 +8836,14 @@ export declare namespace PayloadImportFlowGitProvider$ {
8796
8836
  readonly Github: "github";
8797
8837
  readonly Gitlab: "gitlab";
8798
8838
  readonly Bitbucket: "bitbucket";
8839
+ readonly GithubCustomHost: "github-custom-host";
8799
8840
  }>;
8800
8841
  /** @deprecated use `PayloadImportFlowGitProvider$outboundSchema` instead. */
8801
8842
  const outboundSchema: z.ZodNativeEnum<{
8802
8843
  readonly Github: "github";
8803
8844
  readonly Gitlab: "gitlab";
8804
8845
  readonly Bitbucket: "bitbucket";
8846
+ readonly GithubCustomHost: "github-custom-host";
8805
8847
  }>;
8806
8848
  }
8807
8849
  /** @internal */
@@ -8912,6 +8954,49 @@ export declare namespace PayloadBuildEntitlements$ {
8912
8954
  export declare function payloadBuildEntitlementsToJSON(payloadBuildEntitlements: PayloadBuildEntitlements): string;
8913
8955
  export declare function payloadBuildEntitlementsFromJSON(jsonString: string): SafeParseResult<PayloadBuildEntitlements, SDKValidationError>;
8914
8956
  /** @internal */
8957
+ export declare const PayloadPurchaseType$inboundSchema: z.ZodNativeEnum<typeof PayloadPurchaseType>;
8958
+ /** @internal */
8959
+ export declare const PayloadPurchaseType$outboundSchema: z.ZodNativeEnum<typeof PayloadPurchaseType>;
8960
+ /**
8961
+ * @internal
8962
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
8963
+ */
8964
+ export declare namespace PayloadPurchaseType$ {
8965
+ /** @deprecated use `PayloadPurchaseType$inboundSchema` instead. */
8966
+ const inboundSchema: z.ZodNativeEnum<{
8967
+ readonly Enhanced: "enhanced";
8968
+ }>;
8969
+ /** @deprecated use `PayloadPurchaseType$outboundSchema` instead. */
8970
+ const outboundSchema: z.ZodNativeEnum<{
8971
+ readonly Enhanced: "enhanced";
8972
+ }>;
8973
+ }
8974
+ /** @internal */
8975
+ export declare const PayloadBuildMachine$inboundSchema: z.ZodType<PayloadBuildMachine, z.ZodTypeDef, unknown>;
8976
+ /** @internal */
8977
+ export type PayloadBuildMachine$Outbound = {
8978
+ purchaseType?: string | undefined;
8979
+ abovePlan?: boolean | undefined;
8980
+ cores?: number | undefined;
8981
+ memory?: number | undefined;
8982
+ };
8983
+ /** @internal */
8984
+ export declare const PayloadBuildMachine$outboundSchema: z.ZodType<PayloadBuildMachine$Outbound, z.ZodTypeDef, PayloadBuildMachine>;
8985
+ /**
8986
+ * @internal
8987
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
8988
+ */
8989
+ export declare namespace PayloadBuildMachine$ {
8990
+ /** @deprecated use `PayloadBuildMachine$inboundSchema` instead. */
8991
+ const inboundSchema: z.ZodType<PayloadBuildMachine, z.ZodTypeDef, unknown>;
8992
+ /** @deprecated use `PayloadBuildMachine$outboundSchema` instead. */
8993
+ const outboundSchema: z.ZodType<PayloadBuildMachine$Outbound, z.ZodTypeDef, PayloadBuildMachine>;
8994
+ /** @deprecated use `PayloadBuildMachine$Outbound` instead. */
8995
+ type Outbound = PayloadBuildMachine$Outbound;
8996
+ }
8997
+ export declare function payloadBuildMachineToJSON(payloadBuildMachine: PayloadBuildMachine): string;
8998
+ export declare function payloadBuildMachineFromJSON(jsonString: string): SafeParseResult<PayloadBuildMachine, SDKValidationError>;
8999
+ /** @internal */
8915
9000
  export declare const PayloadResourceConfig$inboundSchema: z.ZodType<PayloadResourceConfig, z.ZodTypeDef, unknown>;
8916
9001
  /** @internal */
8917
9002
  export type PayloadResourceConfig$Outbound = {
@@ -8938,6 +9023,8 @@ export type PayloadResourceConfig$Outbound = {
8938
9023
  microfrontendProjectsPerGroup?: number | undefined;
8939
9024
  flagsExplorerOverridesThreshold?: number | undefined;
8940
9025
  flagsExplorerUnlimitedOverrides?: boolean | undefined;
9026
+ customEnvironmentsPerProject?: number | undefined;
9027
+ buildMachine?: PayloadBuildMachine$Outbound | undefined;
8941
9028
  };
8942
9029
  /** @internal */
8943
9030
  export declare const PayloadResourceConfig$outboundSchema: z.ZodType<PayloadResourceConfig$Outbound, z.ZodTypeDef, PayloadResourceConfig>;
@@ -11903,7 +11990,6 @@ export type OldEnvVar$Outbound = {
11903
11990
  deletedAt?: number | undefined;
11904
11991
  updatedAt?: number | undefined;
11905
11992
  value?: string | undefined;
11906
- vsmValue?: string | undefined;
11907
11993
  projectId?: Array<string> | undefined;
11908
11994
  type?: string | undefined;
11909
11995
  target?: Array<string> | undefined;
@@ -11989,7 +12075,6 @@ export type NewEnvVar$Outbound = {
11989
12075
  deletedAt?: number | undefined;
11990
12076
  updatedAt?: number | undefined;
11991
12077
  value?: string | undefined;
11992
- vsmValue?: string | undefined;
11993
12078
  projectId?: Array<string> | undefined;
11994
12079
  type?: string | undefined;
11995
12080
  target?: Array<string> | undefined;
@@ -12220,7 +12305,6 @@ export type FiftySeven$Outbound = {
12220
12305
  deletedAt?: number | undefined;
12221
12306
  updatedAt?: number | undefined;
12222
12307
  value?: string | undefined;
12223
- vsmValue?: string | undefined;
12224
12308
  projectId?: Array<string> | undefined;
12225
12309
  type?: string | undefined;
12226
12310
  target?: Array<string> | undefined;
@@ -14386,7 +14470,7 @@ export declare function oneFromJSON(jsonString: string): SafeParseResult<One, SD
14386
14470
  /** @internal */
14387
14471
  export declare const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown>;
14388
14472
  /** @internal */
14389
- export type Payload$Outbound = One$Outbound | Three$Outbound | Nine$Outbound | Nineteen$Outbound | TwentyEight$Outbound | ThirtyThree$Outbound | FortyThree$Outbound | EightyFour$Outbound | EightyEight$Outbound | NinetyThree$Outbound | NinetyFive$Outbound | NinetySix$Outbound | NinetySeven$Outbound | NinetyNine$Outbound | OneHundredAndOne$Outbound | OneHundredAndNine$Outbound | OneHundredAndTen$Outbound | OneHundredAndEleven$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndFortyThree$Outbound | Four$Outbound | Fourteen$Outbound | Seventeen$Outbound | Eighteen$Outbound | TwentyThree$Outbound | TwentyFive$Outbound | TwentySix$Outbound | TwentySeven$Outbound | ThirtySix$Outbound | FortyOne$Outbound | FortyFive$Outbound | FortyEight$Outbound | FiftyTwo$Outbound | FiftyFive$Outbound | SixtyThree$Outbound | SixtyNine$Outbound | Seventy$Outbound | SeventyOne$Outbound | SeventySix$Outbound | EightyOne$Outbound | EightyTwo$Outbound | EightyThree$Outbound | EightySix$Outbound | EightySeven$Outbound | Ninety$Outbound | NinetyOne$Outbound | OneHundred$Outbound | OneHundredAndSeven$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortyTwo$Outbound | Five$Outbound | Eight$Outbound | Ten$Outbound | Twelve$Outbound | Thirteen$Outbound | TwentyOne$Outbound | TwentyTwo$Outbound | TwentyFour$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound | ThirtyEight$Outbound | ThirtyNine$Outbound | FortyFour$Outbound | FortySeven$Outbound | FortyNine$Outbound | Fifty$Outbound | FiftyOne$Outbound | FiftyThree$Outbound | FiftyFour$Outbound | FiftyEight$Outbound | Sixty$Outbound | SixtyOne$Outbound | SeventyTwo$Outbound | SeventySeven$Outbound | SeventyEight$Outbound | Eighty$Outbound | EightyFive$Outbound | EightyNine$Outbound | NinetyTwo$Outbound | OneHundredAndFive$Outbound | OneHundredAndEight$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndFortyFour$Outbound | OneHundredAndFortyFive$Outbound | Two$Outbound | Six$Outbound | Eleven$Outbound | Fifteen$Outbound | Sixteen$Outbound | Twenty$Outbound | TwentyNine$Outbound | FortySix$Outbound | SeventyFour$Outbound | SeventyFive$Outbound | NinetyFour$Outbound | OneHundredAndTwo$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndFortySix$Outbound | Thirty$Outbound | FortyTwo$Outbound | FiftyNine$Outbound | SixtySix$Outbound | SeventyNine$Outbound | OneHundredAndSix$Outbound | Forty$Outbound | SixtyTwo$Outbound | SixtyFive$Outbound | NinetyEight$Outbound | OneHundredAndFour$Outbound | OneHundredAndTwentyOne$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndTwentyThree$Outbound | OneHundredAndFortySeven$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | SeventyThree$Outbound | OneHundredAndThree$Outbound | OneHundredAndTwenty$Outbound | FiftySix$Outbound | SixtyEight$Outbound | Seven$Outbound | ThirtySeven$Outbound | FiftySeven$Outbound;
14473
+ export type Payload$Outbound = One$Outbound | Three$Outbound | Nine$Outbound | Nineteen$Outbound | TwentyEight$Outbound | ThirtyThree$Outbound | FortyThree$Outbound | EightyFour$Outbound | EightyEight$Outbound | NinetyThree$Outbound | NinetyFive$Outbound | NinetySix$Outbound | NinetySeven$Outbound | NinetyNine$Outbound | OneHundredAndOne$Outbound | OneHundredAndNine$Outbound | OneHundredAndTen$Outbound | OneHundredAndEleven$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortyFour$Outbound | Four$Outbound | Fourteen$Outbound | Seventeen$Outbound | Eighteen$Outbound | TwentyThree$Outbound | TwentyFive$Outbound | TwentySix$Outbound | TwentySeven$Outbound | ThirtySix$Outbound | FortyOne$Outbound | FortyFive$Outbound | FortyEight$Outbound | FiftyTwo$Outbound | FiftyFive$Outbound | SixtyThree$Outbound | SixtyNine$Outbound | Seventy$Outbound | SeventyOne$Outbound | SeventySix$Outbound | EightyOne$Outbound | EightyTwo$Outbound | EightyThree$Outbound | EightySix$Outbound | EightySeven$Outbound | Ninety$Outbound | NinetyOne$Outbound | OneHundred$Outbound | OneHundredAndSeven$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortyTwo$Outbound | OneHundredAndFortyThree$Outbound | Five$Outbound | Eight$Outbound | Ten$Outbound | Twelve$Outbound | Thirteen$Outbound | TwentyOne$Outbound | TwentyTwo$Outbound | TwentyFour$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound | ThirtyEight$Outbound | ThirtyNine$Outbound | FortyFour$Outbound | FortySeven$Outbound | FortyNine$Outbound | Fifty$Outbound | FiftyOne$Outbound | FiftyThree$Outbound | FiftyFour$Outbound | FiftyEight$Outbound | Sixty$Outbound | SixtyOne$Outbound | SeventyTwo$Outbound | SeventySeven$Outbound | SeventyEight$Outbound | Eighty$Outbound | EightyFive$Outbound | EightyNine$Outbound | NinetyTwo$Outbound | OneHundredAndFive$Outbound | OneHundredAndEight$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndFortyFive$Outbound | OneHundredAndFortySix$Outbound | Two$Outbound | Six$Outbound | Eleven$Outbound | Fifteen$Outbound | Sixteen$Outbound | Twenty$Outbound | TwentyNine$Outbound | FortySix$Outbound | SeventyFour$Outbound | SeventyFive$Outbound | NinetyFour$Outbound | OneHundredAndTwo$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndFortySeven$Outbound | Thirty$Outbound | FortyTwo$Outbound | FiftyNine$Outbound | SixtySix$Outbound | SeventyNine$Outbound | OneHundredAndSix$Outbound | Forty$Outbound | SixtyTwo$Outbound | SixtyFive$Outbound | NinetyEight$Outbound | OneHundredAndFour$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndTwentyThree$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndFortyEight$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | SeventyThree$Outbound | OneHundredAndThree$Outbound | OneHundredAndTwentyOne$Outbound | FiftySix$Outbound | Seven$Outbound | ThirtySeven$Outbound | SixtyEight$Outbound | FiftySeven$Outbound;
14390
14474
  /** @internal */
14391
14475
  export declare const Payload$outboundSchema: z.ZodType<Payload$Outbound, z.ZodTypeDef, Payload>;
14392
14476
  /**
@@ -14413,7 +14497,7 @@ export type UserEvent$Outbound = {
14413
14497
  createdAt: number;
14414
14498
  user?: User$Outbound | undefined;
14415
14499
  userId: string;
14416
- payload?: One$Outbound | Three$Outbound | Nine$Outbound | Nineteen$Outbound | TwentyEight$Outbound | ThirtyThree$Outbound | FortyThree$Outbound | EightyFour$Outbound | EightyEight$Outbound | NinetyThree$Outbound | NinetyFive$Outbound | NinetySix$Outbound | NinetySeven$Outbound | NinetyNine$Outbound | OneHundredAndOne$Outbound | OneHundredAndNine$Outbound | OneHundredAndTen$Outbound | OneHundredAndEleven$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndFortyThree$Outbound | Four$Outbound | Fourteen$Outbound | Seventeen$Outbound | Eighteen$Outbound | TwentyThree$Outbound | TwentyFive$Outbound | TwentySix$Outbound | TwentySeven$Outbound | ThirtySix$Outbound | FortyOne$Outbound | FortyFive$Outbound | FortyEight$Outbound | FiftyTwo$Outbound | FiftyFive$Outbound | SixtyThree$Outbound | SixtyNine$Outbound | Seventy$Outbound | SeventyOne$Outbound | SeventySix$Outbound | EightyOne$Outbound | EightyTwo$Outbound | EightyThree$Outbound | EightySix$Outbound | EightySeven$Outbound | Ninety$Outbound | NinetyOne$Outbound | OneHundred$Outbound | OneHundredAndSeven$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortyTwo$Outbound | Five$Outbound | Eight$Outbound | Ten$Outbound | Twelve$Outbound | Thirteen$Outbound | TwentyOne$Outbound | TwentyTwo$Outbound | TwentyFour$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound | ThirtyEight$Outbound | ThirtyNine$Outbound | FortyFour$Outbound | FortySeven$Outbound | FortyNine$Outbound | Fifty$Outbound | FiftyOne$Outbound | FiftyThree$Outbound | FiftyFour$Outbound | FiftyEight$Outbound | Sixty$Outbound | SixtyOne$Outbound | SeventyTwo$Outbound | SeventySeven$Outbound | SeventyEight$Outbound | Eighty$Outbound | EightyFive$Outbound | EightyNine$Outbound | NinetyTwo$Outbound | OneHundredAndFive$Outbound | OneHundredAndEight$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndFortyFour$Outbound | OneHundredAndFortyFive$Outbound | Two$Outbound | Six$Outbound | Eleven$Outbound | Fifteen$Outbound | Sixteen$Outbound | Twenty$Outbound | TwentyNine$Outbound | FortySix$Outbound | SeventyFour$Outbound | SeventyFive$Outbound | NinetyFour$Outbound | OneHundredAndTwo$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndFortySix$Outbound | Thirty$Outbound | FortyTwo$Outbound | FiftyNine$Outbound | SixtySix$Outbound | SeventyNine$Outbound | OneHundredAndSix$Outbound | Forty$Outbound | SixtyTwo$Outbound | SixtyFive$Outbound | NinetyEight$Outbound | OneHundredAndFour$Outbound | OneHundredAndTwentyOne$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndTwentyThree$Outbound | OneHundredAndFortySeven$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | SeventyThree$Outbound | OneHundredAndThree$Outbound | OneHundredAndTwenty$Outbound | FiftySix$Outbound | SixtyEight$Outbound | Seven$Outbound | ThirtySeven$Outbound | FiftySeven$Outbound | undefined;
14500
+ payload?: One$Outbound | Three$Outbound | Nine$Outbound | Nineteen$Outbound | TwentyEight$Outbound | ThirtyThree$Outbound | FortyThree$Outbound | EightyFour$Outbound | EightyEight$Outbound | NinetyThree$Outbound | NinetyFive$Outbound | NinetySix$Outbound | NinetySeven$Outbound | NinetyNine$Outbound | OneHundredAndOne$Outbound | OneHundredAndNine$Outbound | OneHundredAndTen$Outbound | OneHundredAndEleven$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortyFour$Outbound | Four$Outbound | Fourteen$Outbound | Seventeen$Outbound | Eighteen$Outbound | TwentyThree$Outbound | TwentyFive$Outbound | TwentySix$Outbound | TwentySeven$Outbound | ThirtySix$Outbound | FortyOne$Outbound | FortyFive$Outbound | FortyEight$Outbound | FiftyTwo$Outbound | FiftyFive$Outbound | SixtyThree$Outbound | SixtyNine$Outbound | Seventy$Outbound | SeventyOne$Outbound | SeventySix$Outbound | EightyOne$Outbound | EightyTwo$Outbound | EightyThree$Outbound | EightySix$Outbound | EightySeven$Outbound | Ninety$Outbound | NinetyOne$Outbound | OneHundred$Outbound | OneHundredAndSeven$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortyTwo$Outbound | OneHundredAndFortyThree$Outbound | Five$Outbound | Eight$Outbound | Ten$Outbound | Twelve$Outbound | Thirteen$Outbound | TwentyOne$Outbound | TwentyTwo$Outbound | TwentyFour$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound | ThirtyEight$Outbound | ThirtyNine$Outbound | FortyFour$Outbound | FortySeven$Outbound | FortyNine$Outbound | Fifty$Outbound | FiftyOne$Outbound | FiftyThree$Outbound | FiftyFour$Outbound | FiftyEight$Outbound | Sixty$Outbound | SixtyOne$Outbound | SeventyTwo$Outbound | SeventySeven$Outbound | SeventyEight$Outbound | Eighty$Outbound | EightyFive$Outbound | EightyNine$Outbound | NinetyTwo$Outbound | OneHundredAndFive$Outbound | OneHundredAndEight$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndFortyFive$Outbound | OneHundredAndFortySix$Outbound | Two$Outbound | Six$Outbound | Eleven$Outbound | Fifteen$Outbound | Sixteen$Outbound | Twenty$Outbound | TwentyNine$Outbound | FortySix$Outbound | SeventyFour$Outbound | SeventyFive$Outbound | NinetyFour$Outbound | OneHundredAndTwo$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndFortySeven$Outbound | Thirty$Outbound | FortyTwo$Outbound | FiftyNine$Outbound | SixtySix$Outbound | SeventyNine$Outbound | OneHundredAndSix$Outbound | Forty$Outbound | SixtyTwo$Outbound | SixtyFive$Outbound | NinetyEight$Outbound | OneHundredAndFour$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndTwentyThree$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndFortyEight$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | SeventyThree$Outbound | OneHundredAndThree$Outbound | OneHundredAndTwentyOne$Outbound | FiftySix$Outbound | Seven$Outbound | ThirtySeven$Outbound | SixtyEight$Outbound | FiftySeven$Outbound | undefined;
14417
14501
  };
14418
14502
  /** @internal */
14419
14503
  export declare const UserEvent$outboundSchema: z.ZodType<UserEvent$Outbound, z.ZodTypeDef, UserEvent>;