@vercel/sdk 1.6.1 → 1.6.3

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 (220) hide show
  1. package/README.md +4 -10
  2. package/bin/mcp-server.js +1579 -2527
  3. package/bin/mcp-server.js.map +29 -38
  4. package/docs/sdks/integrations/README.md +0 -161
  5. package/docs/sdks/logdrains/README.md +0 -260
  6. package/docs/sdks/projects/README.md +162 -0
  7. package/esm/__tests__/integrations.test.js +5 -40
  8. package/esm/__tests__/integrations.test.js.map +1 -1
  9. package/esm/__tests__/logdrains.test.js +7 -89
  10. package/esm/__tests__/logdrains.test.js.map +1 -1
  11. package/esm/__tests__/projects.test.js +41 -13
  12. package/esm/__tests__/projects.test.js.map +1 -1
  13. package/esm/funcs/projectsCreateProject.js +2 -2
  14. package/esm/funcs/projectsCreateProject.js.map +1 -1
  15. package/esm/funcs/projectsPauseProject.d.ts +18 -0
  16. package/esm/funcs/projectsPauseProject.d.ts.map +1 -0
  17. package/esm/funcs/{logDrainsGetConfigurableLogDrain.js → projectsPauseProject.js} +13 -13
  18. package/esm/funcs/projectsPauseProject.js.map +1 -0
  19. package/esm/funcs/projectsUnpauseProject.d.ts +18 -0
  20. package/esm/funcs/projectsUnpauseProject.d.ts.map +1 -0
  21. package/esm/funcs/{logDrainsGetAllLogDrains.js → projectsUnpauseProject.js} +18 -14
  22. package/esm/funcs/projectsUnpauseProject.js.map +1 -0
  23. package/esm/lib/config.d.ts +3 -3
  24. package/esm/lib/config.js +3 -3
  25. package/esm/lib/matchers.d.ts +3 -1
  26. package/esm/lib/matchers.d.ts.map +1 -1
  27. package/esm/lib/matchers.js +10 -0
  28. package/esm/lib/matchers.js.map +1 -1
  29. package/esm/lib/sdks.js +7 -2
  30. package/esm/lib/sdks.js.map +1 -1
  31. package/esm/mcp-server/mcp-server.js +1 -1
  32. package/esm/mcp-server/server.d.ts.map +1 -1
  33. package/esm/mcp-server/server.js +5 -11
  34. package/esm/mcp-server/server.js.map +1 -1
  35. package/esm/mcp-server/tools/projectsPauseProject.d.ts +7 -0
  36. package/esm/mcp-server/tools/projectsPauseProject.d.ts.map +1 -0
  37. package/esm/mcp-server/tools/projectsPauseProject.js +27 -0
  38. package/esm/mcp-server/tools/projectsPauseProject.js.map +1 -0
  39. package/esm/mcp-server/tools/projectsUnpauseProject.d.ts +7 -0
  40. package/esm/mcp-server/tools/projectsUnpauseProject.d.ts.map +1 -0
  41. package/esm/mcp-server/tools/projectsUnpauseProject.js +27 -0
  42. package/esm/mcp-server/tools/projectsUnpauseProject.js.map +1 -0
  43. package/esm/models/authuser.d.ts +41 -0
  44. package/esm/models/authuser.d.ts.map +1 -1
  45. package/esm/models/authuser.js +29 -0
  46. package/esm/models/authuser.js.map +1 -1
  47. package/esm/models/canceldeploymentop.d.ts +3 -3
  48. package/esm/models/canceldeploymentop.js +1 -1
  49. package/esm/models/canceldeploymentop.js.map +1 -1
  50. package/esm/models/createlogdrainop.d.ts +51 -51
  51. package/esm/models/createlogdrainop.d.ts.map +1 -1
  52. package/esm/models/createlogdrainop.js +74 -75
  53. package/esm/models/createlogdrainop.js.map +1 -1
  54. package/esm/models/createprojectop.d.ts +46 -16
  55. package/esm/models/createprojectop.d.ts.map +1 -1
  56. package/esm/models/createprojectop.js +17 -5
  57. package/esm/models/createprojectop.js.map +1 -1
  58. package/esm/models/exchangessotokenop.d.ts +34 -0
  59. package/esm/models/exchangessotokenop.d.ts.map +1 -1
  60. package/esm/models/exchangessotokenop.js +25 -0
  61. package/esm/models/exchangessotokenop.js.map +1 -1
  62. package/esm/models/getconfigurationsop.d.ts +19 -16
  63. package/esm/models/getconfigurationsop.d.ts.map +1 -1
  64. package/esm/models/getconfigurationsop.js +25 -27
  65. package/esm/models/getconfigurationsop.js.map +1 -1
  66. package/esm/models/getcustomenvironmentop.d.ts +3 -0
  67. package/esm/models/getcustomenvironmentop.d.ts.map +1 -1
  68. package/esm/models/getcustomenvironmentop.js.map +1 -1
  69. package/esm/models/getintegrationlogdrainsop.d.ts +11 -11
  70. package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
  71. package/esm/models/getintegrationlogdrainsop.js +14 -13
  72. package/esm/models/getintegrationlogdrainsop.js.map +1 -1
  73. package/esm/models/getprojectsop.d.ts +46 -16
  74. package/esm/models/getprojectsop.d.ts.map +1 -1
  75. package/esm/models/getprojectsop.js +17 -5
  76. package/esm/models/getprojectsop.js.map +1 -1
  77. package/esm/models/getteammembersop.d.ts +9 -9
  78. package/esm/models/getteammembersop.js +3 -3
  79. package/esm/models/getteammembersop.js.map +1 -1
  80. package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts +3 -0
  81. package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts.map +1 -1
  82. package/esm/models/getv9projectsidornamecustomenvironmentsop.js.map +1 -1
  83. package/esm/models/pauseprojectop.d.ts +42 -0
  84. package/esm/models/pauseprojectop.d.ts.map +1 -0
  85. package/esm/models/pauseprojectop.js +35 -0
  86. package/esm/models/pauseprojectop.js.map +1 -0
  87. package/esm/models/unpauseprojectop.d.ts +42 -0
  88. package/esm/models/unpauseprojectop.d.ts.map +1 -0
  89. package/esm/models/unpauseprojectop.js +35 -0
  90. package/esm/models/unpauseprojectop.js.map +1 -0
  91. package/esm/models/updateprojectdatacacheop.d.ts +46 -16
  92. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  93. package/esm/models/updateprojectdatacacheop.js +17 -5
  94. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  95. package/esm/models/updateprojectop.d.ts +46 -16
  96. package/esm/models/updateprojectop.d.ts.map +1 -1
  97. package/esm/models/updateprojectop.js +17 -5
  98. package/esm/models/updateprojectop.js.map +1 -1
  99. package/esm/models/userevent.d.ts +569 -512
  100. package/esm/models/userevent.d.ts.map +1 -1
  101. package/esm/models/userevent.js +703 -645
  102. package/esm/models/userevent.js.map +1 -1
  103. package/esm/sdk/integrations.d.ts +0 -16
  104. package/esm/sdk/integrations.d.ts.map +1 -1
  105. package/esm/sdk/integrations.js +0 -20
  106. package/esm/sdk/integrations.js.map +1 -1
  107. package/esm/sdk/logdrains.d.ts +0 -24
  108. package/esm/sdk/logdrains.d.ts.map +1 -1
  109. package/esm/sdk/logdrains.js +0 -30
  110. package/esm/sdk/logdrains.js.map +1 -1
  111. package/esm/sdk/projects.d.ts +16 -0
  112. package/esm/sdk/projects.d.ts.map +1 -1
  113. package/esm/sdk/projects.js +20 -0
  114. package/esm/sdk/projects.js.map +1 -1
  115. package/jsr.json +1 -1
  116. package/package.json +1 -1
  117. package/src/__tests__/integrations.test.ts +9 -44
  118. package/src/__tests__/logdrains.test.ts +13 -95
  119. package/src/__tests__/projects.test.ts +47 -13
  120. package/src/funcs/projectsCreateProject.ts +2 -2
  121. package/src/funcs/{integrationsGitNamespaces.ts → projectsPauseProject.ts} +30 -25
  122. package/src/funcs/{logDrainsGetAllLogDrains.ts → projectsUnpauseProject.ts} +27 -24
  123. package/src/lib/config.ts +3 -3
  124. package/src/lib/matchers.ts +20 -0
  125. package/src/lib/sdks.ts +8 -2
  126. package/src/mcp-server/mcp-server.ts +1 -1
  127. package/src/mcp-server/server.ts +5 -11
  128. package/src/mcp-server/tools/projectsPauseProject.ts +35 -0
  129. package/src/mcp-server/tools/projectsUnpauseProject.ts +35 -0
  130. package/src/models/authuser.ts +74 -0
  131. package/src/models/canceldeploymentop.ts +1 -1
  132. package/src/models/createlogdrainop.ts +95 -112
  133. package/src/models/createprojectop.ts +42 -6
  134. package/src/models/exchangessotokenop.ts +44 -0
  135. package/src/models/getconfigurationsop.ts +34 -39
  136. package/src/models/getcustomenvironmentop.ts +3 -0
  137. package/src/models/getintegrationlogdrainsop.ts +15 -20
  138. package/src/models/getprojectsop.ts +42 -6
  139. package/src/models/getteammembersop.ts +3 -3
  140. package/src/models/getv9projectsidornamecustomenvironmentsop.ts +3 -0
  141. package/src/models/pauseprojectop.ts +83 -0
  142. package/src/models/unpauseprojectop.ts +83 -0
  143. package/src/models/updateprojectdatacacheop.ts +42 -6
  144. package/src/models/updateprojectop.ts +42 -6
  145. package/src/models/userevent.ts +1328 -1193
  146. package/src/sdk/integrations.ts +0 -44
  147. package/src/sdk/logdrains.ts +0 -66
  148. package/src/sdk/projects.ts +38 -0
  149. package/vercel-spec.json +616 -1392
  150. package/esm/funcs/integrationsGitNamespaces.d.ts +0 -18
  151. package/esm/funcs/integrationsGitNamespaces.d.ts.map +0 -1
  152. package/esm/funcs/integrationsGitNamespaces.js +0 -86
  153. package/esm/funcs/integrationsGitNamespaces.js.map +0 -1
  154. package/esm/funcs/integrationsSearchRepo.d.ts +0 -17
  155. package/esm/funcs/integrationsSearchRepo.d.ts.map +0 -1
  156. package/esm/funcs/integrationsSearchRepo.js +0 -89
  157. package/esm/funcs/integrationsSearchRepo.js.map +0 -1
  158. package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts +0 -18
  159. package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts.map +0 -1
  160. package/esm/funcs/logDrainsCreateConfigurableLogDrain.js +0 -86
  161. package/esm/funcs/logDrainsCreateConfigurableLogDrain.js.map +0 -1
  162. package/esm/funcs/logDrainsGetAllLogDrains.d.ts +0 -18
  163. package/esm/funcs/logDrainsGetAllLogDrains.d.ts.map +0 -1
  164. package/esm/funcs/logDrainsGetAllLogDrains.js.map +0 -1
  165. package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts +0 -19
  166. package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts.map +0 -1
  167. package/esm/funcs/logDrainsGetConfigurableLogDrain.js.map +0 -1
  168. package/esm/mcp-server/tools/integrationsGitNamespaces.d.ts +0 -7
  169. package/esm/mcp-server/tools/integrationsGitNamespaces.d.ts.map +0 -1
  170. package/esm/mcp-server/tools/integrationsGitNamespaces.js +0 -28
  171. package/esm/mcp-server/tools/integrationsGitNamespaces.js.map +0 -1
  172. package/esm/mcp-server/tools/integrationsSearchRepo.d.ts +0 -7
  173. package/esm/mcp-server/tools/integrationsSearchRepo.d.ts.map +0 -1
  174. package/esm/mcp-server/tools/integrationsSearchRepo.js +0 -28
  175. package/esm/mcp-server/tools/integrationsSearchRepo.js.map +0 -1
  176. package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.d.ts +0 -7
  177. package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.d.ts.map +0 -1
  178. package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js +0 -28
  179. package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js.map +0 -1
  180. package/esm/mcp-server/tools/logDrainsGetAllLogDrains.d.ts +0 -7
  181. package/esm/mcp-server/tools/logDrainsGetAllLogDrains.d.ts.map +0 -1
  182. package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js +0 -28
  183. package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js.map +0 -1
  184. package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.d.ts +0 -7
  185. package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.d.ts.map +0 -1
  186. package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js +0 -28
  187. package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js.map +0 -1
  188. package/esm/models/createconfigurablelogdrainop.d.ts +0 -451
  189. package/esm/models/createconfigurablelogdrainop.d.ts.map +0 -1
  190. package/esm/models/createconfigurablelogdrainop.js +0 -348
  191. package/esm/models/createconfigurablelogdrainop.js.map +0 -1
  192. package/esm/models/getalllogdrainsop.d.ts +0 -294
  193. package/esm/models/getalllogdrainsop.d.ts.map +0 -1
  194. package/esm/models/getalllogdrainsop.js +0 -231
  195. package/esm/models/getalllogdrainsop.js.map +0 -1
  196. package/esm/models/getconfigurablelogdrainop.d.ts +0 -292
  197. package/esm/models/getconfigurablelogdrainop.d.ts.map +0 -1
  198. package/esm/models/getconfigurablelogdrainop.js +0 -230
  199. package/esm/models/getconfigurablelogdrainop.js.map +0 -1
  200. package/esm/models/gitnamespacesop.d.ts +0 -126
  201. package/esm/models/gitnamespacesop.d.ts.map +0 -1
  202. package/esm/models/gitnamespacesop.js +0 -115
  203. package/esm/models/gitnamespacesop.js.map +0 -1
  204. package/esm/models/searchrepoop.d.ts +0 -421
  205. package/esm/models/searchrepoop.d.ts.map +0 -1
  206. package/esm/models/searchrepoop.js +0 -385
  207. package/esm/models/searchrepoop.js.map +0 -1
  208. package/src/funcs/integrationsSearchRepo.ts +0 -181
  209. package/src/funcs/logDrainsCreateConfigurableLogDrain.ts +0 -185
  210. package/src/funcs/logDrainsGetConfigurableLogDrain.ts +0 -199
  211. package/src/mcp-server/tools/integrationsGitNamespaces.ts +0 -37
  212. package/src/mcp-server/tools/integrationsSearchRepo.ts +0 -37
  213. package/src/mcp-server/tools/logDrainsCreateConfigurableLogDrain.ts +0 -39
  214. package/src/mcp-server/tools/logDrainsGetAllLogDrains.ts +0 -37
  215. package/src/mcp-server/tools/logDrainsGetConfigurableLogDrain.ts +0 -39
  216. package/src/models/createconfigurablelogdrainop.ts +0 -652
  217. package/src/models/getalllogdrainsop.ts +0 -416
  218. package/src/models/getconfigurablelogdrainop.ts +0 -420
  219. package/src/models/gitnamespacesop.ts +0 -235
  220. package/src/models/searchrepoop.ts +0 -784
@@ -82,7 +82,7 @@ export type AuthMethod = ClosedEnum<typeof AuthMethod>;
82
82
  /**
83
83
  * The payload of the event, if requested.
84
84
  */
85
- export type OneHundredAndFortySeven = {
85
+ export type OneHundredAndFortyEight = {
86
86
  grantType: GrantType;
87
87
  appName: string;
88
88
  /**
@@ -96,11 +96,11 @@ export type OneHundredAndFortySeven = {
96
96
  scope: string;
97
97
  authMethod: AuthMethod;
98
98
  };
99
- export type UserEventPayload146Team = {
99
+ export type UserEventPayload147Team = {
100
100
  id: string;
101
101
  name: string;
102
102
  };
103
- export type UserEventPayload146Configuration = {
103
+ export type UserEventPayload147Configuration = {
104
104
  id: string;
105
105
  name?: string | undefined;
106
106
  };
@@ -111,17 +111,17 @@ export type UserEventPayloadPeering = {
111
111
  /**
112
112
  * The payload of the event, if requested.
113
113
  */
114
- export type OneHundredAndFortySix = {
115
- team: UserEventPayload146Team;
116
- configuration: UserEventPayload146Configuration;
114
+ export type OneHundredAndFortySeven = {
115
+ team: UserEventPayload147Team;
116
+ configuration: UserEventPayload147Configuration;
117
117
  peering: UserEventPayloadPeering;
118
118
  newName?: string | undefined;
119
119
  };
120
- export type UserEventPayload145Team = {
120
+ export type UserEventPayload146Team = {
121
121
  id: string;
122
122
  name: string;
123
123
  };
124
- export type UserEventPayload145Configuration = {
124
+ export type UserEventPayload146Configuration = {
125
125
  id: string;
126
126
  name?: string | undefined;
127
127
  };
@@ -132,16 +132,16 @@ export type PayloadPeering = {
132
132
  /**
133
133
  * The payload of the event, if requested.
134
134
  */
135
- export type OneHundredAndFortyFive = {
136
- team: UserEventPayload145Team;
137
- configuration: UserEventPayload145Configuration;
135
+ export type OneHundredAndFortySix = {
136
+ team: UserEventPayload146Team;
137
+ configuration: UserEventPayload146Configuration;
138
138
  peering: PayloadPeering;
139
139
  };
140
- export type UserEventPayload144Team = {
140
+ export type UserEventPayload145Team = {
141
141
  id: string;
142
142
  name: string;
143
143
  };
144
- export type UserEventPayload144Configuration = {
144
+ export type UserEventPayload145Configuration = {
145
145
  id: string;
146
146
  name?: string | undefined;
147
147
  };
@@ -154,35 +154,35 @@ export type Peering = {
154
154
  /**
155
155
  * The payload of the event, if requested.
156
156
  */
157
- export type OneHundredAndFortyFour = {
158
- team: UserEventPayload144Team;
159
- configuration: UserEventPayload144Configuration;
157
+ export type OneHundredAndFortyFive = {
158
+ team: UserEventPayload145Team;
159
+ configuration: UserEventPayload145Configuration;
160
160
  peering: Peering;
161
161
  };
162
162
  /**
163
163
  * The payload of the event, if requested.
164
164
  */
165
- export type OneHundredAndFortyThree = {
165
+ export type OneHundredAndFortyFour = {
166
166
  appName: string;
167
167
  };
168
168
  /**
169
169
  * The payload of the event, if requested.
170
170
  */
171
- export type OneHundredAndFortyTwo = {
171
+ export type OneHundredAndFortyThree = {
172
172
  appName: string;
173
173
  nextScopes: Array<string>;
174
174
  };
175
175
  /**
176
176
  * The payload of the event, if requested.
177
177
  */
178
- export type OneHundredAndFortyOne = {
178
+ export type OneHundredAndFortyTwo = {
179
179
  appName: string;
180
180
  scopes: Array<string>;
181
181
  };
182
182
  /**
183
183
  * The payload of the event, if requested.
184
184
  */
185
- export type OneHundredAndForty = {
185
+ export type OneHundredAndFortyOne = {
186
186
  oldName: string;
187
187
  newName: string;
188
188
  };
@@ -194,7 +194,7 @@ export type Tier = ClosedEnum<typeof Tier>;
194
194
  /**
195
195
  * The payload of the event, if requested.
196
196
  */
197
- export type OneHundredAndThirtyNine = {
197
+ export type OneHundredAndForty = {
198
198
  tier: Tier;
199
199
  };
200
200
  export type ProjectWebAnalytics = {
@@ -214,7 +214,7 @@ export type PrevProjectWebAnalytics = {
214
214
  /**
215
215
  * The payload of the event, if requested.
216
216
  */
217
- export type OneHundredAndThirtyEight = {
217
+ export type OneHundredAndThirtyNine = {
218
218
  projectId: string;
219
219
  projectName: string;
220
220
  projectWebAnalytics?: ProjectWebAnalytics | undefined;
@@ -243,7 +243,7 @@ export type Microfrontends1 = {
243
243
  */
244
244
  isDefaultApp?: boolean | undefined;
245
245
  /**
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.
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. Includes the leading slash, e.g. `/docs`
247
247
  */
248
248
  defaultRoute?: string | undefined;
249
249
  /**
@@ -252,7 +252,7 @@ export type Microfrontends1 = {
252
252
  routeObservabilityToThisProject?: boolean | undefined;
253
253
  };
254
254
  export type Microfrontends = Microfrontends2 | Microfrontends1;
255
- export type UserEventPayload137Project = {
255
+ export type UserEventPayload138Project = {
256
256
  id: string;
257
257
  name: string;
258
258
  microfrontends?: Microfrontends2 | Microfrontends1 | undefined;
@@ -280,7 +280,7 @@ export type UserEventMicrofrontends1 = {
280
280
  */
281
281
  isDefaultApp?: boolean | undefined;
282
282
  /**
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.
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. Includes the leading slash, e.g. `/docs`
284
284
  */
285
285
  defaultRoute?: string | undefined;
286
286
  /**
@@ -289,11 +289,11 @@ export type UserEventMicrofrontends1 = {
289
289
  routeObservabilityToThisProject?: boolean | undefined;
290
290
  };
291
291
  export type PayloadMicrofrontends = UserEventMicrofrontends2 | UserEventMicrofrontends1;
292
- export type UserEventPayload137PrevProject = {
292
+ export type UserEventPayload138PrevProject = {
293
293
  microfrontends?: UserEventMicrofrontends2 | UserEventMicrofrontends1 | undefined;
294
294
  };
295
295
  export type PayloadPrev = {
296
- project: UserEventPayload137PrevProject;
296
+ project: UserEventPayload138PrevProject;
297
297
  };
298
298
  export type PayloadGroup = {
299
299
  id: string;
@@ -303,12 +303,12 @@ export type PayloadGroup = {
303
303
  /**
304
304
  * The payload of the event, if requested.
305
305
  */
306
- export type OneHundredAndThirtySeven = {
307
- project: UserEventPayload137Project;
306
+ export type OneHundredAndThirtyEight = {
307
+ project: UserEventPayload138Project;
308
308
  prev: PayloadPrev;
309
309
  group: PayloadGroup;
310
310
  };
311
- export type UserEventPayload136Project = {
311
+ export type UserEventPayload137Project = {
312
312
  id: string;
313
313
  name: string;
314
314
  };
@@ -320,8 +320,8 @@ export type Group = {
320
320
  /**
321
321
  * The payload of the event, if requested.
322
322
  */
323
- export type OneHundredAndThirtySix = {
324
- project: UserEventPayload136Project;
323
+ export type OneHundredAndThirtySeven = {
324
+ project: UserEventPayload137Project;
325
325
  group: Group;
326
326
  };
327
327
  export type Prev = {
@@ -331,7 +331,7 @@ export type Prev = {
331
331
  /**
332
332
  * The payload of the event, if requested.
333
333
  */
334
- export type OneHundredAndThirtyFive = {
334
+ export type OneHundredAndThirtySix = {
335
335
  id: string;
336
336
  slug: string;
337
337
  name: string;
@@ -340,7 +340,7 @@ export type OneHundredAndThirtyFive = {
340
340
  /**
341
341
  * The payload of the event, if requested.
342
342
  */
343
- export type OneHundredAndThirtyFour = {
343
+ export type OneHundredAndThirtyFive = {
344
344
  id: string;
345
345
  slug: string;
346
346
  name: string;
@@ -348,7 +348,7 @@ export type OneHundredAndThirtyFour = {
348
348
  /**
349
349
  * The payload of the event, if requested.
350
350
  */
351
- export type OneHundredAndThirtyThree = {
351
+ export type OneHundredAndThirtyFour = {
352
352
  edgeConfigId: string;
353
353
  edgeConfigSlug: string;
354
354
  /**
@@ -359,7 +359,7 @@ export type OneHundredAndThirtyThree = {
359
359
  /**
360
360
  * The payload of the event, if requested.
361
361
  */
362
- export type OneHundredAndThirtyTwo = {
362
+ export type OneHundredAndThirtyThree = {
363
363
  edgeConfigId: string;
364
364
  edgeConfigSlug: string;
365
365
  edgeConfigTokenId: string;
@@ -368,20 +368,20 @@ export type OneHundredAndThirtyTwo = {
368
368
  /**
369
369
  * The payload of the event, if requested.
370
370
  */
371
- export type OneHundredAndThirtyOne = {
371
+ export type OneHundredAndThirtyTwo = {
372
372
  edgeConfigId: string;
373
373
  edgeConfigSlug: string;
374
374
  edgeConfigDigest: string;
375
375
  };
376
- export declare const UserEventPayload130Role: {
376
+ export declare const UserEventPayload131Role: {
377
377
  readonly Admin: "ADMIN";
378
378
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
379
379
  readonly ProjectViewer: "PROJECT_VIEWER";
380
380
  };
381
- export type UserEventPayload130Role = ClosedEnum<typeof UserEventPayload130Role>;
382
- export type UserEventPayload130Project = {
381
+ export type UserEventPayload131Role = ClosedEnum<typeof UserEventPayload131Role>;
382
+ export type UserEventPayload131Project = {
383
383
  name: string;
384
- role: UserEventPayload130Role;
384
+ role: UserEventPayload131Role;
385
385
  invitedUserName: string;
386
386
  id?: string | undefined;
387
387
  invitedUserId?: string | undefined;
@@ -389,19 +389,19 @@ export type UserEventPayload130Project = {
389
389
  /**
390
390
  * The payload of the event, if requested.
391
391
  */
392
- export type OneHundredAndThirty = {
393
- project: UserEventPayload130Project;
392
+ export type OneHundredAndThirtyOne = {
393
+ project: UserEventPayload131Project;
394
394
  };
395
- export type UserEventPayload129Project = {
395
+ export type UserEventPayload130Project = {
396
396
  id: string;
397
397
  name: string;
398
398
  };
399
- export declare const UserEventPayload129Role: {
399
+ export declare const UserEventPayload130Role: {
400
400
  readonly Admin: "ADMIN";
401
401
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
402
402
  readonly ProjectViewer: "PROJECT_VIEWER";
403
403
  };
404
- export type UserEventPayload129Role = ClosedEnum<typeof UserEventPayload129Role>;
404
+ export type UserEventPayload130Role = ClosedEnum<typeof UserEventPayload130Role>;
405
405
  export declare const PreviousRole: {
406
406
  readonly Admin: "ADMIN";
407
407
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
@@ -409,7 +409,7 @@ export declare const PreviousRole: {
409
409
  };
410
410
  export type PreviousRole = ClosedEnum<typeof PreviousRole>;
411
411
  export type PayloadProjectMembership = {
412
- role?: UserEventPayload129Role | undefined;
412
+ role?: UserEventPayload130Role | undefined;
413
413
  uid?: string | undefined;
414
414
  createdAt?: number | undefined;
415
415
  username?: string | undefined;
@@ -418,11 +418,11 @@ export type PayloadProjectMembership = {
418
418
  /**
419
419
  * The payload of the event, if requested.
420
420
  */
421
- export type OneHundredAndTwentyNine = {
422
- project: UserEventPayload129Project;
421
+ export type OneHundredAndThirty = {
422
+ project: UserEventPayload130Project;
423
423
  projectMembership: PayloadProjectMembership;
424
424
  };
425
- export type UserEventPayload128Project = {
425
+ export type UserEventPayload129Project = {
426
426
  name: string;
427
427
  id?: string | undefined;
428
428
  };
@@ -441,11 +441,11 @@ export type RemovedMembership = {
441
441
  /**
442
442
  * The payload of the event, if requested.
443
443
  */
444
- export type OneHundredAndTwentyEight = {
445
- project: UserEventPayload128Project;
444
+ export type OneHundredAndTwentyNine = {
445
+ project: UserEventPayload129Project;
446
446
  removedMembership: RemovedMembership;
447
447
  };
448
- export type UserEventPayload127Project = {
448
+ export type UserEventPayload128Project = {
449
449
  name: string;
450
450
  id?: string | undefined;
451
451
  };
@@ -464,14 +464,14 @@ export type ProjectMembership = {
464
464
  /**
465
465
  * The payload of the event, if requested.
466
466
  */
467
- export type OneHundredAndTwentySeven = {
468
- project: UserEventPayload127Project;
467
+ export type OneHundredAndTwentyEight = {
468
+ project: UserEventPayload128Project;
469
469
  projectMembership: ProjectMembership | null;
470
470
  };
471
471
  /**
472
472
  * The payload of the event, if requested.
473
473
  */
474
- export type OneHundredAndTwentySix = {
474
+ export type OneHundredAndTwentySeven = {
475
475
  previousProjectName: string;
476
476
  newProjectName: string;
477
477
  originAccountName: string;
@@ -480,7 +480,7 @@ export type OneHundredAndTwentySix = {
480
480
  /**
481
481
  * The payload of the event, if requested.
482
482
  */
483
- export type OneHundredAndTwentyFive = {
483
+ export type OneHundredAndTwentySix = {
484
484
  previousProjectName: string;
485
485
  newProjectName: string;
486
486
  destinationAccountName: string;
@@ -489,7 +489,7 @@ export type OneHundredAndTwentyFive = {
489
489
  /**
490
490
  * The payload of the event, if requested.
491
491
  */
492
- export type OneHundredAndTwentyFour = {
492
+ export type OneHundredAndTwentyFive = {
493
493
  projectName: string;
494
494
  destinationAccountName: string | null;
495
495
  transferId?: string | undefined;
@@ -497,7 +497,7 @@ export type OneHundredAndTwentyFour = {
497
497
  /**
498
498
  * The payload of the event, if requested.
499
499
  */
500
- export type OneHundredAndTwentyThree = {
500
+ export type OneHundredAndTwentyFour = {
501
501
  projectId: string;
502
502
  projectName: string;
503
503
  originAccountName: string;
@@ -508,7 +508,7 @@ export type OneHundredAndTwentyThree = {
508
508
  /**
509
509
  * The payload of the event, if requested.
510
510
  */
511
- export type OneHundredAndTwentyTwo = {
511
+ export type OneHundredAndTwentyThree = {
512
512
  requestedTeamName: string;
513
513
  requestedUserName?: string | undefined;
514
514
  gitUsername?: string | undefined;
@@ -519,7 +519,7 @@ export type OneHundredAndTwentyTwo = {
519
519
  /**
520
520
  * The payload of the event, if requested.
521
521
  */
522
- export type OneHundredAndTwentyOne = {
522
+ export type OneHundredAndTwentyTwo = {
523
523
  teamName: string;
524
524
  username?: string | undefined;
525
525
  gitUsername?: string | null | undefined;
@@ -530,7 +530,7 @@ export type OneHundredAndTwentyOne = {
530
530
  /**
531
531
  * The payload of the event, if requested.
532
532
  */
533
- export type OneHundredAndTwenty = {
533
+ export type OneHundredAndTwentyOne = {
534
534
  teamName: string;
535
535
  username?: string | undefined;
536
536
  gitUsername?: string | undefined;
@@ -543,21 +543,21 @@ export type OneHundredAndTwenty = {
543
543
  /**
544
544
  * The payload of the event, if requested.
545
545
  */
546
- export type OneHundredAndNineteen = {
546
+ export type OneHundredAndTwenty = {
547
547
  price?: number | undefined;
548
548
  currency?: string | undefined;
549
549
  };
550
550
  /**
551
551
  * The payload of the event, if requested.
552
552
  */
553
- export type OneHundredAndEighteen = {
553
+ export type OneHundredAndNineteen = {
554
554
  previewDeploymentSuffix?: string | null | undefined;
555
555
  previousPreviewDeploymentSuffix?: string | null | undefined;
556
556
  };
557
557
  /**
558
558
  * The payload of the event, if requested.
559
559
  */
560
- export type OneHundredAndSeventeen = {
560
+ export type OneHundredAndEighteen = {
561
561
  price?: number | undefined;
562
562
  currency?: string | undefined;
563
563
  enabled?: boolean | undefined;
@@ -565,26 +565,26 @@ export type OneHundredAndSeventeen = {
565
565
  /**
566
566
  * The payload of the event, if requested.
567
567
  */
568
- export type OneHundredAndSixteen = {
568
+ export type OneHundredAndSeventeen = {
569
569
  username: string;
570
570
  };
571
571
  /**
572
572
  * The payload of the event, if requested.
573
573
  */
574
- export type OneHundredAndFifteen = {
574
+ export type OneHundredAndSixteen = {
575
575
  email: string;
576
576
  prevEmail: string;
577
577
  };
578
578
  /**
579
579
  * The payload of the event, if requested.
580
580
  */
581
- export type OneHundredAndFourteen = {
581
+ export type OneHundredAndFifteen = {
582
582
  mfaEnabled: boolean;
583
583
  };
584
584
  /**
585
585
  * The payload of the event, if requested.
586
586
  */
587
- export type OneHundredAndThirteen = {
587
+ export type OneHundredAndFourteen = {
588
588
  enabled: boolean;
589
589
  totpVerified: boolean;
590
590
  };
@@ -599,7 +599,7 @@ export type Next = {
599
599
  /**
600
600
  * The payload of the event, if requested.
601
601
  */
602
- export type OneHundredAndTwelve = {
602
+ export type OneHundredAndThirteen = {
603
603
  previous: Previous;
604
604
  next: Next;
605
605
  };
@@ -612,7 +612,7 @@ export type PayloadRemoteCaching = {
612
612
  /**
613
613
  * The payload of the event, if requested.
614
614
  */
615
- export type OneHundredAndEleven = {
615
+ export type OneHundredAndTwelve = {
616
616
  /**
617
617
  * Represents configuration for remote caching
618
618
  */
@@ -621,15 +621,21 @@ export type OneHundredAndEleven = {
621
621
  /**
622
622
  * The payload of the event, if requested.
623
623
  */
624
- export type OneHundredAndTen = {
624
+ export type OneHundredAndEleven = {
625
625
  slug?: string | undefined;
626
626
  };
627
627
  /**
628
628
  * The payload of the event, if requested.
629
629
  */
630
- export type OneHundredAndNine = {
630
+ export type OneHundredAndTen = {
631
631
  name?: string | undefined;
632
632
  };
633
+ /**
634
+ * The payload of the event, if requested.
635
+ */
636
+ export type OneHundredAndNine = {
637
+ enforced: boolean;
638
+ };
633
639
  export type UserEventPayload108User = {
634
640
  id: string;
635
641
  username: string;
@@ -1617,6 +1623,10 @@ export type UserEventPayloadRemoteCaching = {
1617
1623
  export type PayloadBuildEntitlements = {
1618
1624
  enhancedBuilds?: boolean | undefined;
1619
1625
  };
1626
+ export type PayloadBuildMachine = {
1627
+ cores?: number | undefined;
1628
+ memory?: number | undefined;
1629
+ };
1620
1630
  export type PayloadResourceConfig = {
1621
1631
  nodeType?: string | undefined;
1622
1632
  concurrentBuilds?: number | undefined;
@@ -1641,6 +1651,7 @@ export type PayloadResourceConfig = {
1641
1651
  microfrontendProjectsPerGroup?: number | undefined;
1642
1652
  flagsExplorerOverridesThreshold?: number | undefined;
1643
1653
  flagsExplorerUnlimitedOverrides?: boolean | undefined;
1654
+ buildMachine?: PayloadBuildMachine | undefined;
1644
1655
  };
1645
1656
  export type ResourceLimits = {
1646
1657
  max: number;
@@ -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 | SixtyEight | Seven | ThirtySeven | 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 | SixtyEight | Seven | ThirtySeven | FiftySeven | undefined;
3571
3582
  };
3572
3583
  /** @internal */
3573
3584
  export declare const UserEventType$inboundSchema: z.ZodNativeEnum<typeof UserEventType>;
@@ -3738,9 +3749,9 @@ export declare namespace AuthMethod$ {
3738
3749
  }>;
3739
3750
  }
3740
3751
  /** @internal */
3741
- export declare const OneHundredAndFortySeven$inboundSchema: z.ZodType<OneHundredAndFortySeven, z.ZodTypeDef, unknown>;
3752
+ export declare const OneHundredAndFortyEight$inboundSchema: z.ZodType<OneHundredAndFortyEight, z.ZodTypeDef, unknown>;
3742
3753
  /** @internal */
3743
- export type OneHundredAndFortySeven$Outbound = {
3754
+ export type OneHundredAndFortyEight$Outbound = {
3744
3755
  grantType: string;
3745
3756
  appName: string;
3746
3757
  atTTL: number;
@@ -3749,6 +3760,100 @@ export type OneHundredAndFortySeven$Outbound = {
3749
3760
  authMethod: string;
3750
3761
  };
3751
3762
  /** @internal */
3763
+ export declare const OneHundredAndFortyEight$outboundSchema: z.ZodType<OneHundredAndFortyEight$Outbound, z.ZodTypeDef, OneHundredAndFortyEight>;
3764
+ /**
3765
+ * @internal
3766
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3767
+ */
3768
+ export declare namespace OneHundredAndFortyEight$ {
3769
+ /** @deprecated use `OneHundredAndFortyEight$inboundSchema` instead. */
3770
+ const inboundSchema: z.ZodType<OneHundredAndFortyEight, z.ZodTypeDef, unknown>;
3771
+ /** @deprecated use `OneHundredAndFortyEight$outboundSchema` instead. */
3772
+ const outboundSchema: z.ZodType<OneHundredAndFortyEight$Outbound, z.ZodTypeDef, OneHundredAndFortyEight>;
3773
+ /** @deprecated use `OneHundredAndFortyEight$Outbound` instead. */
3774
+ type Outbound = OneHundredAndFortyEight$Outbound;
3775
+ }
3776
+ export declare function oneHundredAndFortyEightToJSON(oneHundredAndFortyEight: OneHundredAndFortyEight): string;
3777
+ export declare function oneHundredAndFortyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyEight, SDKValidationError>;
3778
+ /** @internal */
3779
+ export declare const UserEventPayload147Team$inboundSchema: z.ZodType<UserEventPayload147Team, z.ZodTypeDef, unknown>;
3780
+ /** @internal */
3781
+ export type UserEventPayload147Team$Outbound = {
3782
+ id: string;
3783
+ name: string;
3784
+ };
3785
+ /** @internal */
3786
+ export declare const UserEventPayload147Team$outboundSchema: z.ZodType<UserEventPayload147Team$Outbound, z.ZodTypeDef, UserEventPayload147Team>;
3787
+ /**
3788
+ * @internal
3789
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3790
+ */
3791
+ export declare namespace UserEventPayload147Team$ {
3792
+ /** @deprecated use `UserEventPayload147Team$inboundSchema` instead. */
3793
+ const inboundSchema: z.ZodType<UserEventPayload147Team, z.ZodTypeDef, unknown>;
3794
+ /** @deprecated use `UserEventPayload147Team$outboundSchema` instead. */
3795
+ const outboundSchema: z.ZodType<UserEventPayload147Team$Outbound, z.ZodTypeDef, UserEventPayload147Team>;
3796
+ /** @deprecated use `UserEventPayload147Team$Outbound` instead. */
3797
+ type Outbound = UserEventPayload147Team$Outbound;
3798
+ }
3799
+ export declare function userEventPayload147TeamToJSON(userEventPayload147Team: UserEventPayload147Team): string;
3800
+ export declare function userEventPayload147TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload147Team, SDKValidationError>;
3801
+ /** @internal */
3802
+ export declare const UserEventPayload147Configuration$inboundSchema: z.ZodType<UserEventPayload147Configuration, z.ZodTypeDef, unknown>;
3803
+ /** @internal */
3804
+ export type UserEventPayload147Configuration$Outbound = {
3805
+ id: string;
3806
+ name?: string | undefined;
3807
+ };
3808
+ /** @internal */
3809
+ export declare const UserEventPayload147Configuration$outboundSchema: z.ZodType<UserEventPayload147Configuration$Outbound, z.ZodTypeDef, UserEventPayload147Configuration>;
3810
+ /**
3811
+ * @internal
3812
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3813
+ */
3814
+ export declare namespace UserEventPayload147Configuration$ {
3815
+ /** @deprecated use `UserEventPayload147Configuration$inboundSchema` instead. */
3816
+ const inboundSchema: z.ZodType<UserEventPayload147Configuration, z.ZodTypeDef, unknown>;
3817
+ /** @deprecated use `UserEventPayload147Configuration$outboundSchema` instead. */
3818
+ const outboundSchema: z.ZodType<UserEventPayload147Configuration$Outbound, z.ZodTypeDef, UserEventPayload147Configuration>;
3819
+ /** @deprecated use `UserEventPayload147Configuration$Outbound` instead. */
3820
+ type Outbound = UserEventPayload147Configuration$Outbound;
3821
+ }
3822
+ export declare function userEventPayload147ConfigurationToJSON(userEventPayload147Configuration: UserEventPayload147Configuration): string;
3823
+ export declare function userEventPayload147ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload147Configuration, SDKValidationError>;
3824
+ /** @internal */
3825
+ export declare const UserEventPayloadPeering$inboundSchema: z.ZodType<UserEventPayloadPeering, z.ZodTypeDef, unknown>;
3826
+ /** @internal */
3827
+ export type UserEventPayloadPeering$Outbound = {
3828
+ id: string;
3829
+ name?: string | undefined;
3830
+ };
3831
+ /** @internal */
3832
+ export declare const UserEventPayloadPeering$outboundSchema: z.ZodType<UserEventPayloadPeering$Outbound, z.ZodTypeDef, UserEventPayloadPeering>;
3833
+ /**
3834
+ * @internal
3835
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3836
+ */
3837
+ export declare namespace UserEventPayloadPeering$ {
3838
+ /** @deprecated use `UserEventPayloadPeering$inboundSchema` instead. */
3839
+ const inboundSchema: z.ZodType<UserEventPayloadPeering, z.ZodTypeDef, unknown>;
3840
+ /** @deprecated use `UserEventPayloadPeering$outboundSchema` instead. */
3841
+ const outboundSchema: z.ZodType<UserEventPayloadPeering$Outbound, z.ZodTypeDef, UserEventPayloadPeering>;
3842
+ /** @deprecated use `UserEventPayloadPeering$Outbound` instead. */
3843
+ type Outbound = UserEventPayloadPeering$Outbound;
3844
+ }
3845
+ export declare function userEventPayloadPeeringToJSON(userEventPayloadPeering: UserEventPayloadPeering): string;
3846
+ export declare function userEventPayloadPeeringFromJSON(jsonString: string): SafeParseResult<UserEventPayloadPeering, SDKValidationError>;
3847
+ /** @internal */
3848
+ export declare const OneHundredAndFortySeven$inboundSchema: z.ZodType<OneHundredAndFortySeven, z.ZodTypeDef, unknown>;
3849
+ /** @internal */
3850
+ export type OneHundredAndFortySeven$Outbound = {
3851
+ team: UserEventPayload147Team$Outbound;
3852
+ configuration: UserEventPayload147Configuration$Outbound;
3853
+ peering: UserEventPayloadPeering$Outbound;
3854
+ newName?: string | undefined;
3855
+ };
3856
+ /** @internal */
3752
3857
  export declare const OneHundredAndFortySeven$outboundSchema: z.ZodType<OneHundredAndFortySeven$Outbound, z.ZodTypeDef, OneHundredAndFortySeven>;
3753
3858
  /**
3754
3859
  * @internal
@@ -3811,36 +3916,35 @@ export declare namespace UserEventPayload146Configuration$ {
3811
3916
  export declare function userEventPayload146ConfigurationToJSON(userEventPayload146Configuration: UserEventPayload146Configuration): string;
3812
3917
  export declare function userEventPayload146ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload146Configuration, SDKValidationError>;
3813
3918
  /** @internal */
3814
- export declare const UserEventPayloadPeering$inboundSchema: z.ZodType<UserEventPayloadPeering, z.ZodTypeDef, unknown>;
3919
+ export declare const PayloadPeering$inboundSchema: z.ZodType<PayloadPeering, z.ZodTypeDef, unknown>;
3815
3920
  /** @internal */
3816
- export type UserEventPayloadPeering$Outbound = {
3921
+ export type PayloadPeering$Outbound = {
3817
3922
  id: string;
3818
3923
  name?: string | undefined;
3819
3924
  };
3820
3925
  /** @internal */
3821
- export declare const UserEventPayloadPeering$outboundSchema: z.ZodType<UserEventPayloadPeering$Outbound, z.ZodTypeDef, UserEventPayloadPeering>;
3926
+ export declare const PayloadPeering$outboundSchema: z.ZodType<PayloadPeering$Outbound, z.ZodTypeDef, PayloadPeering>;
3822
3927
  /**
3823
3928
  * @internal
3824
3929
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3825
3930
  */
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;
3931
+ export declare namespace PayloadPeering$ {
3932
+ /** @deprecated use `PayloadPeering$inboundSchema` instead. */
3933
+ const inboundSchema: z.ZodType<PayloadPeering, z.ZodTypeDef, unknown>;
3934
+ /** @deprecated use `PayloadPeering$outboundSchema` instead. */
3935
+ const outboundSchema: z.ZodType<PayloadPeering$Outbound, z.ZodTypeDef, PayloadPeering>;
3936
+ /** @deprecated use `PayloadPeering$Outbound` instead. */
3937
+ type Outbound = PayloadPeering$Outbound;
3833
3938
  }
3834
- export declare function userEventPayloadPeeringToJSON(userEventPayloadPeering: UserEventPayloadPeering): string;
3835
- export declare function userEventPayloadPeeringFromJSON(jsonString: string): SafeParseResult<UserEventPayloadPeering, SDKValidationError>;
3939
+ export declare function payloadPeeringToJSON(payloadPeering: PayloadPeering): string;
3940
+ export declare function payloadPeeringFromJSON(jsonString: string): SafeParseResult<PayloadPeering, SDKValidationError>;
3836
3941
  /** @internal */
3837
3942
  export declare const OneHundredAndFortySix$inboundSchema: z.ZodType<OneHundredAndFortySix, z.ZodTypeDef, unknown>;
3838
3943
  /** @internal */
3839
3944
  export type OneHundredAndFortySix$Outbound = {
3840
3945
  team: UserEventPayload146Team$Outbound;
3841
3946
  configuration: UserEventPayload146Configuration$Outbound;
3842
- peering: UserEventPayloadPeering$Outbound;
3843
- newName?: string | undefined;
3947
+ peering: PayloadPeering$Outbound;
3844
3948
  };
3845
3949
  /** @internal */
3846
3950
  export declare const OneHundredAndFortySix$outboundSchema: z.ZodType<OneHundredAndFortySix$Outbound, z.ZodTypeDef, OneHundredAndFortySix>;
@@ -3905,35 +4009,37 @@ export declare namespace UserEventPayload145Configuration$ {
3905
4009
  export declare function userEventPayload145ConfigurationToJSON(userEventPayload145Configuration: UserEventPayload145Configuration): string;
3906
4010
  export declare function userEventPayload145ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload145Configuration, SDKValidationError>;
3907
4011
  /** @internal */
3908
- export declare const PayloadPeering$inboundSchema: z.ZodType<PayloadPeering, z.ZodTypeDef, unknown>;
4012
+ export declare const Peering$inboundSchema: z.ZodType<Peering, z.ZodTypeDef, unknown>;
3909
4013
  /** @internal */
3910
- export type PayloadPeering$Outbound = {
4014
+ export type Peering$Outbound = {
3911
4015
  id: string;
3912
- name?: string | undefined;
4016
+ accountId: string;
4017
+ region: string;
4018
+ vpcId: string;
3913
4019
  };
3914
4020
  /** @internal */
3915
- export declare const PayloadPeering$outboundSchema: z.ZodType<PayloadPeering$Outbound, z.ZodTypeDef, PayloadPeering>;
4021
+ export declare const Peering$outboundSchema: z.ZodType<Peering$Outbound, z.ZodTypeDef, Peering>;
3916
4022
  /**
3917
4023
  * @internal
3918
4024
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3919
4025
  */
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;
4026
+ export declare namespace Peering$ {
4027
+ /** @deprecated use `Peering$inboundSchema` instead. */
4028
+ const inboundSchema: z.ZodType<Peering, z.ZodTypeDef, unknown>;
4029
+ /** @deprecated use `Peering$outboundSchema` instead. */
4030
+ const outboundSchema: z.ZodType<Peering$Outbound, z.ZodTypeDef, Peering>;
4031
+ /** @deprecated use `Peering$Outbound` instead. */
4032
+ type Outbound = Peering$Outbound;
3927
4033
  }
3928
- export declare function payloadPeeringToJSON(payloadPeering: PayloadPeering): string;
3929
- export declare function payloadPeeringFromJSON(jsonString: string): SafeParseResult<PayloadPeering, SDKValidationError>;
4034
+ export declare function peeringToJSON(peering: Peering): string;
4035
+ export declare function peeringFromJSON(jsonString: string): SafeParseResult<Peering, SDKValidationError>;
3930
4036
  /** @internal */
3931
4037
  export declare const OneHundredAndFortyFive$inboundSchema: z.ZodType<OneHundredAndFortyFive, z.ZodTypeDef, unknown>;
3932
4038
  /** @internal */
3933
4039
  export type OneHundredAndFortyFive$Outbound = {
3934
4040
  team: UserEventPayload145Team$Outbound;
3935
4041
  configuration: UserEventPayload145Configuration$Outbound;
3936
- peering: PayloadPeering$Outbound;
4042
+ peering: Peering$Outbound;
3937
4043
  };
3938
4044
  /** @internal */
3939
4045
  export declare const OneHundredAndFortyFive$outboundSchema: z.ZodType<OneHundredAndFortyFive$Outbound, z.ZodTypeDef, OneHundredAndFortyFive>;
@@ -3952,105 +4058,33 @@ export declare namespace OneHundredAndFortyFive$ {
3952
4058
  export declare function oneHundredAndFortyFiveToJSON(oneHundredAndFortyFive: OneHundredAndFortyFive): string;
3953
4059
  export declare function oneHundredAndFortyFiveFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyFive, SDKValidationError>;
3954
4060
  /** @internal */
3955
- export declare const UserEventPayload144Team$inboundSchema: z.ZodType<UserEventPayload144Team, z.ZodTypeDef, unknown>;
4061
+ export declare const OneHundredAndFortyFour$inboundSchema: z.ZodType<OneHundredAndFortyFour, z.ZodTypeDef, unknown>;
3956
4062
  /** @internal */
3957
- export type UserEventPayload144Team$Outbound = {
3958
- id: string;
3959
- name: string;
4063
+ export type OneHundredAndFortyFour$Outbound = {
4064
+ appName: string;
3960
4065
  };
3961
4066
  /** @internal */
3962
- export declare const UserEventPayload144Team$outboundSchema: z.ZodType<UserEventPayload144Team$Outbound, z.ZodTypeDef, UserEventPayload144Team>;
4067
+ export declare const OneHundredAndFortyFour$outboundSchema: z.ZodType<OneHundredAndFortyFour$Outbound, z.ZodTypeDef, OneHundredAndFortyFour>;
3963
4068
  /**
3964
4069
  * @internal
3965
4070
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3966
4071
  */
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;
4072
+ export declare namespace OneHundredAndFortyFour$ {
4073
+ /** @deprecated use `OneHundredAndFortyFour$inboundSchema` instead. */
4074
+ const inboundSchema: z.ZodType<OneHundredAndFortyFour, z.ZodTypeDef, unknown>;
4075
+ /** @deprecated use `OneHundredAndFortyFour$outboundSchema` instead. */
4076
+ const outboundSchema: z.ZodType<OneHundredAndFortyFour$Outbound, z.ZodTypeDef, OneHundredAndFortyFour>;
4077
+ /** @deprecated use `OneHundredAndFortyFour$Outbound` instead. */
4078
+ type Outbound = OneHundredAndFortyFour$Outbound;
3974
4079
  }
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>;
4080
+ export declare function oneHundredAndFortyFourToJSON(oneHundredAndFortyFour: OneHundredAndFortyFour): string;
4081
+ export declare function oneHundredAndFortyFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyFour, SDKValidationError>;
3979
4082
  /** @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;
4046
- }
4047
- export declare function oneHundredAndFortyFourToJSON(oneHundredAndFortyFour: OneHundredAndFortyFour): string;
4048
- export declare function oneHundredAndFortyFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyFour, SDKValidationError>;
4049
- /** @internal */
4050
- export declare const OneHundredAndFortyThree$inboundSchema: z.ZodType<OneHundredAndFortyThree, z.ZodTypeDef, unknown>;
4083
+ export declare const OneHundredAndFortyThree$inboundSchema: z.ZodType<OneHundredAndFortyThree, z.ZodTypeDef, unknown>;
4051
4084
  /** @internal */
4052
4085
  export type OneHundredAndFortyThree$Outbound = {
4053
4086
  appName: string;
4087
+ nextScopes: Array<string>;
4054
4088
  };
4055
4089
  /** @internal */
4056
4090
  export declare const OneHundredAndFortyThree$outboundSchema: z.ZodType<OneHundredAndFortyThree$Outbound, z.ZodTypeDef, OneHundredAndFortyThree>;
@@ -4073,7 +4107,7 @@ export declare const OneHundredAndFortyTwo$inboundSchema: z.ZodType<OneHundredAn
4073
4107
  /** @internal */
4074
4108
  export type OneHundredAndFortyTwo$Outbound = {
4075
4109
  appName: string;
4076
- nextScopes: Array<string>;
4110
+ scopes: Array<string>;
4077
4111
  };
4078
4112
  /** @internal */
4079
4113
  export declare const OneHundredAndFortyTwo$outboundSchema: z.ZodType<OneHundredAndFortyTwo$Outbound, z.ZodTypeDef, OneHundredAndFortyTwo>;
@@ -4095,8 +4129,8 @@ export declare function oneHundredAndFortyTwoFromJSON(jsonString: string): SafeP
4095
4129
  export declare const OneHundredAndFortyOne$inboundSchema: z.ZodType<OneHundredAndFortyOne, z.ZodTypeDef, unknown>;
4096
4130
  /** @internal */
4097
4131
  export type OneHundredAndFortyOne$Outbound = {
4098
- appName: string;
4099
- scopes: Array<string>;
4132
+ oldName: string;
4133
+ newName: string;
4100
4134
  };
4101
4135
  /** @internal */
4102
4136
  export declare const OneHundredAndFortyOne$outboundSchema: z.ZodType<OneHundredAndFortyOne$Outbound, z.ZodTypeDef, OneHundredAndFortyOne>;
@@ -4115,29 +4149,6 @@ export declare namespace OneHundredAndFortyOne$ {
4115
4149
  export declare function oneHundredAndFortyOneToJSON(oneHundredAndFortyOne: OneHundredAndFortyOne): string;
4116
4150
  export declare function oneHundredAndFortyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyOne, SDKValidationError>;
4117
4151
  /** @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
4152
  export declare const Tier$inboundSchema: z.ZodNativeEnum<typeof Tier>;
4142
4153
  /** @internal */
4143
4154
  export declare const Tier$outboundSchema: z.ZodNativeEnum<typeof Tier>;
@@ -4158,27 +4169,27 @@ export declare namespace Tier$ {
4158
4169
  }>;
4159
4170
  }
4160
4171
  /** @internal */
4161
- export declare const OneHundredAndThirtyNine$inboundSchema: z.ZodType<OneHundredAndThirtyNine, z.ZodTypeDef, unknown>;
4172
+ export declare const OneHundredAndForty$inboundSchema: z.ZodType<OneHundredAndForty, z.ZodTypeDef, unknown>;
4162
4173
  /** @internal */
4163
- export type OneHundredAndThirtyNine$Outbound = {
4174
+ export type OneHundredAndForty$Outbound = {
4164
4175
  tier: string;
4165
4176
  };
4166
4177
  /** @internal */
4167
- export declare const OneHundredAndThirtyNine$outboundSchema: z.ZodType<OneHundredAndThirtyNine$Outbound, z.ZodTypeDef, OneHundredAndThirtyNine>;
4178
+ export declare const OneHundredAndForty$outboundSchema: z.ZodType<OneHundredAndForty$Outbound, z.ZodTypeDef, OneHundredAndForty>;
4168
4179
  /**
4169
4180
  * @internal
4170
4181
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4171
4182
  */
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;
4183
+ export declare namespace OneHundredAndForty$ {
4184
+ /** @deprecated use `OneHundredAndForty$inboundSchema` instead. */
4185
+ const inboundSchema: z.ZodType<OneHundredAndForty, z.ZodTypeDef, unknown>;
4186
+ /** @deprecated use `OneHundredAndForty$outboundSchema` instead. */
4187
+ const outboundSchema: z.ZodType<OneHundredAndForty$Outbound, z.ZodTypeDef, OneHundredAndForty>;
4188
+ /** @deprecated use `OneHundredAndForty$Outbound` instead. */
4189
+ type Outbound = OneHundredAndForty$Outbound;
4179
4190
  }
4180
- export declare function oneHundredAndThirtyNineToJSON(oneHundredAndThirtyNine: OneHundredAndThirtyNine): string;
4181
- export declare function oneHundredAndThirtyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyNine, SDKValidationError>;
4191
+ export declare function oneHundredAndFortyToJSON(oneHundredAndForty: OneHundredAndForty): string;
4192
+ export declare function oneHundredAndFortyFromJSON(jsonString: string): SafeParseResult<OneHundredAndForty, SDKValidationError>;
4182
4193
  /** @internal */
4183
4194
  export declare const ProjectWebAnalytics$inboundSchema: z.ZodType<ProjectWebAnalytics, z.ZodTypeDef, unknown>;
4184
4195
  /** @internal */
@@ -4232,30 +4243,30 @@ export declare namespace PrevProjectWebAnalytics$ {
4232
4243
  export declare function prevProjectWebAnalyticsToJSON(prevProjectWebAnalytics: PrevProjectWebAnalytics): string;
4233
4244
  export declare function prevProjectWebAnalyticsFromJSON(jsonString: string): SafeParseResult<PrevProjectWebAnalytics, SDKValidationError>;
4234
4245
  /** @internal */
4235
- export declare const OneHundredAndThirtyEight$inboundSchema: z.ZodType<OneHundredAndThirtyEight, z.ZodTypeDef, unknown>;
4246
+ export declare const OneHundredAndThirtyNine$inboundSchema: z.ZodType<OneHundredAndThirtyNine, z.ZodTypeDef, unknown>;
4236
4247
  /** @internal */
4237
- export type OneHundredAndThirtyEight$Outbound = {
4248
+ export type OneHundredAndThirtyNine$Outbound = {
4238
4249
  projectId: string;
4239
4250
  projectName: string;
4240
4251
  projectWebAnalytics?: ProjectWebAnalytics$Outbound | undefined;
4241
4252
  prevProjectWebAnalytics?: PrevProjectWebAnalytics$Outbound | null | undefined;
4242
4253
  };
4243
4254
  /** @internal */
4244
- export declare const OneHundredAndThirtyEight$outboundSchema: z.ZodType<OneHundredAndThirtyEight$Outbound, z.ZodTypeDef, OneHundredAndThirtyEight>;
4255
+ export declare const OneHundredAndThirtyNine$outboundSchema: z.ZodType<OneHundredAndThirtyNine$Outbound, z.ZodTypeDef, OneHundredAndThirtyNine>;
4245
4256
  /**
4246
4257
  * @internal
4247
4258
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4248
4259
  */
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;
4260
+ export declare namespace OneHundredAndThirtyNine$ {
4261
+ /** @deprecated use `OneHundredAndThirtyNine$inboundSchema` instead. */
4262
+ const inboundSchema: z.ZodType<OneHundredAndThirtyNine, z.ZodTypeDef, unknown>;
4263
+ /** @deprecated use `OneHundredAndThirtyNine$outboundSchema` instead. */
4264
+ const outboundSchema: z.ZodType<OneHundredAndThirtyNine$Outbound, z.ZodTypeDef, OneHundredAndThirtyNine>;
4265
+ /** @deprecated use `OneHundredAndThirtyNine$Outbound` instead. */
4266
+ type Outbound = OneHundredAndThirtyNine$Outbound;
4256
4267
  }
4257
- export declare function oneHundredAndThirtyEightToJSON(oneHundredAndThirtyEight: OneHundredAndThirtyEight): string;
4258
- export declare function oneHundredAndThirtyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyEight, SDKValidationError>;
4268
+ export declare function oneHundredAndThirtyNineToJSON(oneHundredAndThirtyNine: OneHundredAndThirtyNine): string;
4269
+ export declare function oneHundredAndThirtyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyNine, SDKValidationError>;
4259
4270
  /** @internal */
4260
4271
  export declare const Microfrontends2$inboundSchema: z.ZodType<Microfrontends2, z.ZodTypeDef, unknown>;
4261
4272
  /** @internal */
@@ -4328,29 +4339,29 @@ export declare namespace Microfrontends$ {
4328
4339
  export declare function microfrontendsToJSON(microfrontends: Microfrontends): string;
4329
4340
  export declare function microfrontendsFromJSON(jsonString: string): SafeParseResult<Microfrontends, SDKValidationError>;
4330
4341
  /** @internal */
4331
- export declare const UserEventPayload137Project$inboundSchema: z.ZodType<UserEventPayload137Project, z.ZodTypeDef, unknown>;
4342
+ export declare const UserEventPayload138Project$inboundSchema: z.ZodType<UserEventPayload138Project, z.ZodTypeDef, unknown>;
4332
4343
  /** @internal */
4333
- export type UserEventPayload137Project$Outbound = {
4344
+ export type UserEventPayload138Project$Outbound = {
4334
4345
  id: string;
4335
4346
  name: string;
4336
4347
  microfrontends?: Microfrontends2$Outbound | Microfrontends1$Outbound | undefined;
4337
4348
  };
4338
4349
  /** @internal */
4339
- export declare const UserEventPayload137Project$outboundSchema: z.ZodType<UserEventPayload137Project$Outbound, z.ZodTypeDef, UserEventPayload137Project>;
4350
+ export declare const UserEventPayload138Project$outboundSchema: z.ZodType<UserEventPayload138Project$Outbound, z.ZodTypeDef, UserEventPayload138Project>;
4340
4351
  /**
4341
4352
  * @internal
4342
4353
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4343
4354
  */
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;
4355
+ export declare namespace UserEventPayload138Project$ {
4356
+ /** @deprecated use `UserEventPayload138Project$inboundSchema` instead. */
4357
+ const inboundSchema: z.ZodType<UserEventPayload138Project, z.ZodTypeDef, unknown>;
4358
+ /** @deprecated use `UserEventPayload138Project$outboundSchema` instead. */
4359
+ const outboundSchema: z.ZodType<UserEventPayload138Project$Outbound, z.ZodTypeDef, UserEventPayload138Project>;
4360
+ /** @deprecated use `UserEventPayload138Project$Outbound` instead. */
4361
+ type Outbound = UserEventPayload138Project$Outbound;
4351
4362
  }
4352
- export declare function userEventPayload137ProjectToJSON(userEventPayload137Project: UserEventPayload137Project): string;
4353
- export declare function userEventPayload137ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload137Project, SDKValidationError>;
4363
+ export declare function userEventPayload138ProjectToJSON(userEventPayload138Project: UserEventPayload138Project): string;
4364
+ export declare function userEventPayload138ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload138Project, SDKValidationError>;
4354
4365
  /** @internal */
4355
4366
  export declare const UserEventMicrofrontends2$inboundSchema: z.ZodType<UserEventMicrofrontends2, z.ZodTypeDef, unknown>;
4356
4367
  /** @internal */
@@ -4423,32 +4434,32 @@ export declare namespace PayloadMicrofrontends$ {
4423
4434
  export declare function payloadMicrofrontendsToJSON(payloadMicrofrontends: PayloadMicrofrontends): string;
4424
4435
  export declare function payloadMicrofrontendsFromJSON(jsonString: string): SafeParseResult<PayloadMicrofrontends, SDKValidationError>;
4425
4436
  /** @internal */
4426
- export declare const UserEventPayload137PrevProject$inboundSchema: z.ZodType<UserEventPayload137PrevProject, z.ZodTypeDef, unknown>;
4437
+ export declare const UserEventPayload138PrevProject$inboundSchema: z.ZodType<UserEventPayload138PrevProject, z.ZodTypeDef, unknown>;
4427
4438
  /** @internal */
4428
- export type UserEventPayload137PrevProject$Outbound = {
4439
+ export type UserEventPayload138PrevProject$Outbound = {
4429
4440
  microfrontends?: UserEventMicrofrontends2$Outbound | UserEventMicrofrontends1$Outbound | undefined;
4430
4441
  };
4431
4442
  /** @internal */
4432
- export declare const UserEventPayload137PrevProject$outboundSchema: z.ZodType<UserEventPayload137PrevProject$Outbound, z.ZodTypeDef, UserEventPayload137PrevProject>;
4443
+ export declare const UserEventPayload138PrevProject$outboundSchema: z.ZodType<UserEventPayload138PrevProject$Outbound, z.ZodTypeDef, UserEventPayload138PrevProject>;
4433
4444
  /**
4434
4445
  * @internal
4435
4446
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4436
4447
  */
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;
4448
+ export declare namespace UserEventPayload138PrevProject$ {
4449
+ /** @deprecated use `UserEventPayload138PrevProject$inboundSchema` instead. */
4450
+ const inboundSchema: z.ZodType<UserEventPayload138PrevProject, z.ZodTypeDef, unknown>;
4451
+ /** @deprecated use `UserEventPayload138PrevProject$outboundSchema` instead. */
4452
+ const outboundSchema: z.ZodType<UserEventPayload138PrevProject$Outbound, z.ZodTypeDef, UserEventPayload138PrevProject>;
4453
+ /** @deprecated use `UserEventPayload138PrevProject$Outbound` instead. */
4454
+ type Outbound = UserEventPayload138PrevProject$Outbound;
4444
4455
  }
4445
- export declare function userEventPayload137PrevProjectToJSON(userEventPayload137PrevProject: UserEventPayload137PrevProject): string;
4446
- export declare function userEventPayload137PrevProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload137PrevProject, SDKValidationError>;
4456
+ export declare function userEventPayload138PrevProjectToJSON(userEventPayload138PrevProject: UserEventPayload138PrevProject): string;
4457
+ export declare function userEventPayload138PrevProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload138PrevProject, SDKValidationError>;
4447
4458
  /** @internal */
4448
4459
  export declare const PayloadPrev$inboundSchema: z.ZodType<PayloadPrev, z.ZodTypeDef, unknown>;
4449
4460
  /** @internal */
4450
4461
  export type PayloadPrev$Outbound = {
4451
- project: UserEventPayload137PrevProject$Outbound;
4462
+ project: UserEventPayload138PrevProject$Outbound;
4452
4463
  };
4453
4464
  /** @internal */
4454
4465
  export declare const PayloadPrev$outboundSchema: z.ZodType<PayloadPrev$Outbound, z.ZodTypeDef, PayloadPrev>;
@@ -4491,52 +4502,52 @@ export declare namespace PayloadGroup$ {
4491
4502
  export declare function payloadGroupToJSON(payloadGroup: PayloadGroup): string;
4492
4503
  export declare function payloadGroupFromJSON(jsonString: string): SafeParseResult<PayloadGroup, SDKValidationError>;
4493
4504
  /** @internal */
4494
- export declare const OneHundredAndThirtySeven$inboundSchema: z.ZodType<OneHundredAndThirtySeven, z.ZodTypeDef, unknown>;
4505
+ export declare const OneHundredAndThirtyEight$inboundSchema: z.ZodType<OneHundredAndThirtyEight, z.ZodTypeDef, unknown>;
4495
4506
  /** @internal */
4496
- export type OneHundredAndThirtySeven$Outbound = {
4497
- project: UserEventPayload137Project$Outbound;
4507
+ export type OneHundredAndThirtyEight$Outbound = {
4508
+ project: UserEventPayload138Project$Outbound;
4498
4509
  prev: PayloadPrev$Outbound;
4499
4510
  group: PayloadGroup$Outbound;
4500
4511
  };
4501
4512
  /** @internal */
4502
- export declare const OneHundredAndThirtySeven$outboundSchema: z.ZodType<OneHundredAndThirtySeven$Outbound, z.ZodTypeDef, OneHundredAndThirtySeven>;
4513
+ export declare const OneHundredAndThirtyEight$outboundSchema: z.ZodType<OneHundredAndThirtyEight$Outbound, z.ZodTypeDef, OneHundredAndThirtyEight>;
4503
4514
  /**
4504
4515
  * @internal
4505
4516
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4506
4517
  */
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;
4518
+ export declare namespace OneHundredAndThirtyEight$ {
4519
+ /** @deprecated use `OneHundredAndThirtyEight$inboundSchema` instead. */
4520
+ const inboundSchema: z.ZodType<OneHundredAndThirtyEight, z.ZodTypeDef, unknown>;
4521
+ /** @deprecated use `OneHundredAndThirtyEight$outboundSchema` instead. */
4522
+ const outboundSchema: z.ZodType<OneHundredAndThirtyEight$Outbound, z.ZodTypeDef, OneHundredAndThirtyEight>;
4523
+ /** @deprecated use `OneHundredAndThirtyEight$Outbound` instead. */
4524
+ type Outbound = OneHundredAndThirtyEight$Outbound;
4514
4525
  }
4515
- export declare function oneHundredAndThirtySevenToJSON(oneHundredAndThirtySeven: OneHundredAndThirtySeven): string;
4516
- export declare function oneHundredAndThirtySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtySeven, SDKValidationError>;
4526
+ export declare function oneHundredAndThirtyEightToJSON(oneHundredAndThirtyEight: OneHundredAndThirtyEight): string;
4527
+ export declare function oneHundredAndThirtyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyEight, SDKValidationError>;
4517
4528
  /** @internal */
4518
- export declare const UserEventPayload136Project$inboundSchema: z.ZodType<UserEventPayload136Project, z.ZodTypeDef, unknown>;
4529
+ export declare const UserEventPayload137Project$inboundSchema: z.ZodType<UserEventPayload137Project, z.ZodTypeDef, unknown>;
4519
4530
  /** @internal */
4520
- export type UserEventPayload136Project$Outbound = {
4531
+ export type UserEventPayload137Project$Outbound = {
4521
4532
  id: string;
4522
4533
  name: string;
4523
4534
  };
4524
4535
  /** @internal */
4525
- export declare const UserEventPayload136Project$outboundSchema: z.ZodType<UserEventPayload136Project$Outbound, z.ZodTypeDef, UserEventPayload136Project>;
4536
+ export declare const UserEventPayload137Project$outboundSchema: z.ZodType<UserEventPayload137Project$Outbound, z.ZodTypeDef, UserEventPayload137Project>;
4526
4537
  /**
4527
4538
  * @internal
4528
4539
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4529
4540
  */
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;
4541
+ export declare namespace UserEventPayload137Project$ {
4542
+ /** @deprecated use `UserEventPayload137Project$inboundSchema` instead. */
4543
+ const inboundSchema: z.ZodType<UserEventPayload137Project, z.ZodTypeDef, unknown>;
4544
+ /** @deprecated use `UserEventPayload137Project$outboundSchema` instead. */
4545
+ const outboundSchema: z.ZodType<UserEventPayload137Project$Outbound, z.ZodTypeDef, UserEventPayload137Project>;
4546
+ /** @deprecated use `UserEventPayload137Project$Outbound` instead. */
4547
+ type Outbound = UserEventPayload137Project$Outbound;
4537
4548
  }
4538
- export declare function userEventPayload136ProjectToJSON(userEventPayload136Project: UserEventPayload136Project): string;
4539
- export declare function userEventPayload136ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload136Project, SDKValidationError>;
4549
+ export declare function userEventPayload137ProjectToJSON(userEventPayload137Project: UserEventPayload137Project): string;
4550
+ export declare function userEventPayload137ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload137Project, SDKValidationError>;
4540
4551
  /** @internal */
4541
4552
  export declare const Group$inboundSchema: z.ZodType<Group, z.ZodTypeDef, unknown>;
4542
4553
  /** @internal */
@@ -4562,28 +4573,28 @@ export declare namespace Group$ {
4562
4573
  export declare function groupToJSON(group: Group): string;
4563
4574
  export declare function groupFromJSON(jsonString: string): SafeParseResult<Group, SDKValidationError>;
4564
4575
  /** @internal */
4565
- export declare const OneHundredAndThirtySix$inboundSchema: z.ZodType<OneHundredAndThirtySix, z.ZodTypeDef, unknown>;
4576
+ export declare const OneHundredAndThirtySeven$inboundSchema: z.ZodType<OneHundredAndThirtySeven, z.ZodTypeDef, unknown>;
4566
4577
  /** @internal */
4567
- export type OneHundredAndThirtySix$Outbound = {
4568
- project: UserEventPayload136Project$Outbound;
4578
+ export type OneHundredAndThirtySeven$Outbound = {
4579
+ project: UserEventPayload137Project$Outbound;
4569
4580
  group: Group$Outbound;
4570
4581
  };
4571
4582
  /** @internal */
4572
- export declare const OneHundredAndThirtySix$outboundSchema: z.ZodType<OneHundredAndThirtySix$Outbound, z.ZodTypeDef, OneHundredAndThirtySix>;
4583
+ export declare const OneHundredAndThirtySeven$outboundSchema: z.ZodType<OneHundredAndThirtySeven$Outbound, z.ZodTypeDef, OneHundredAndThirtySeven>;
4573
4584
  /**
4574
4585
  * @internal
4575
4586
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4576
4587
  */
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;
4588
+ export declare namespace OneHundredAndThirtySeven$ {
4589
+ /** @deprecated use `OneHundredAndThirtySeven$inboundSchema` instead. */
4590
+ const inboundSchema: z.ZodType<OneHundredAndThirtySeven, z.ZodTypeDef, unknown>;
4591
+ /** @deprecated use `OneHundredAndThirtySeven$outboundSchema` instead. */
4592
+ const outboundSchema: z.ZodType<OneHundredAndThirtySeven$Outbound, z.ZodTypeDef, OneHundredAndThirtySeven>;
4593
+ /** @deprecated use `OneHundredAndThirtySeven$Outbound` instead. */
4594
+ type Outbound = OneHundredAndThirtySeven$Outbound;
4584
4595
  }
4585
- export declare function oneHundredAndThirtySixToJSON(oneHundredAndThirtySix: OneHundredAndThirtySix): string;
4586
- export declare function oneHundredAndThirtySixFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtySix, SDKValidationError>;
4596
+ export declare function oneHundredAndThirtySevenToJSON(oneHundredAndThirtySeven: OneHundredAndThirtySeven): string;
4597
+ export declare function oneHundredAndThirtySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtySeven, SDKValidationError>;
4587
4598
  /** @internal */
4588
4599
  export declare const Prev$inboundSchema: z.ZodType<Prev, z.ZodTypeDef, unknown>;
4589
4600
  /** @internal */
@@ -4608,13 +4619,37 @@ export declare namespace Prev$ {
4608
4619
  export declare function prevToJSON(prev: Prev): string;
4609
4620
  export declare function prevFromJSON(jsonString: string): SafeParseResult<Prev, SDKValidationError>;
4610
4621
  /** @internal */
4622
+ export declare const OneHundredAndThirtySix$inboundSchema: z.ZodType<OneHundredAndThirtySix, z.ZodTypeDef, unknown>;
4623
+ /** @internal */
4624
+ export type OneHundredAndThirtySix$Outbound = {
4625
+ id: string;
4626
+ slug: string;
4627
+ name: string;
4628
+ prev: Prev$Outbound;
4629
+ };
4630
+ /** @internal */
4631
+ export declare const OneHundredAndThirtySix$outboundSchema: z.ZodType<OneHundredAndThirtySix$Outbound, z.ZodTypeDef, OneHundredAndThirtySix>;
4632
+ /**
4633
+ * @internal
4634
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4635
+ */
4636
+ export declare namespace OneHundredAndThirtySix$ {
4637
+ /** @deprecated use `OneHundredAndThirtySix$inboundSchema` instead. */
4638
+ const inboundSchema: z.ZodType<OneHundredAndThirtySix, z.ZodTypeDef, unknown>;
4639
+ /** @deprecated use `OneHundredAndThirtySix$outboundSchema` instead. */
4640
+ const outboundSchema: z.ZodType<OneHundredAndThirtySix$Outbound, z.ZodTypeDef, OneHundredAndThirtySix>;
4641
+ /** @deprecated use `OneHundredAndThirtySix$Outbound` instead. */
4642
+ type Outbound = OneHundredAndThirtySix$Outbound;
4643
+ }
4644
+ export declare function oneHundredAndThirtySixToJSON(oneHundredAndThirtySix: OneHundredAndThirtySix): string;
4645
+ export declare function oneHundredAndThirtySixFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtySix, SDKValidationError>;
4646
+ /** @internal */
4611
4647
  export declare const OneHundredAndThirtyFive$inboundSchema: z.ZodType<OneHundredAndThirtyFive, z.ZodTypeDef, unknown>;
4612
4648
  /** @internal */
4613
4649
  export type OneHundredAndThirtyFive$Outbound = {
4614
4650
  id: string;
4615
4651
  slug: string;
4616
4652
  name: string;
4617
- prev: Prev$Outbound;
4618
4653
  };
4619
4654
  /** @internal */
4620
4655
  export declare const OneHundredAndThirtyFive$outboundSchema: z.ZodType<OneHundredAndThirtyFive$Outbound, z.ZodTypeDef, OneHundredAndThirtyFive>;
@@ -4636,9 +4671,9 @@ export declare function oneHundredAndThirtyFiveFromJSON(jsonString: string): Saf
4636
4671
  export declare const OneHundredAndThirtyFour$inboundSchema: z.ZodType<OneHundredAndThirtyFour, z.ZodTypeDef, unknown>;
4637
4672
  /** @internal */
4638
4673
  export type OneHundredAndThirtyFour$Outbound = {
4639
- id: string;
4640
- slug: string;
4641
- name: string;
4674
+ edgeConfigId: string;
4675
+ edgeConfigSlug: string;
4676
+ edgeConfigTokenIds: Array<string>;
4642
4677
  };
4643
4678
  /** @internal */
4644
4679
  export declare const OneHundredAndThirtyFour$outboundSchema: z.ZodType<OneHundredAndThirtyFour$Outbound, z.ZodTypeDef, OneHundredAndThirtyFour>;
@@ -4662,7 +4697,8 @@ export declare const OneHundredAndThirtyThree$inboundSchema: z.ZodType<OneHundre
4662
4697
  export type OneHundredAndThirtyThree$Outbound = {
4663
4698
  edgeConfigId: string;
4664
4699
  edgeConfigSlug: string;
4665
- edgeConfigTokenIds: Array<string>;
4700
+ edgeConfigTokenId: string;
4701
+ label: string;
4666
4702
  };
4667
4703
  /** @internal */
4668
4704
  export declare const OneHundredAndThirtyThree$outboundSchema: z.ZodType<OneHundredAndThirtyThree$Outbound, z.ZodTypeDef, OneHundredAndThirtyThree>;
@@ -4686,8 +4722,7 @@ export declare const OneHundredAndThirtyTwo$inboundSchema: z.ZodType<OneHundredA
4686
4722
  export type OneHundredAndThirtyTwo$Outbound = {
4687
4723
  edgeConfigId: string;
4688
4724
  edgeConfigSlug: string;
4689
- edgeConfigTokenId: string;
4690
- label: string;
4725
+ edgeConfigDigest: string;
4691
4726
  };
4692
4727
  /** @internal */
4693
4728
  export declare const OneHundredAndThirtyTwo$outboundSchema: z.ZodType<OneHundredAndThirtyTwo$Outbound, z.ZodTypeDef, OneHundredAndThirtyTwo>;
@@ -4706,45 +4741,21 @@ export declare namespace OneHundredAndThirtyTwo$ {
4706
4741
  export declare function oneHundredAndThirtyTwoToJSON(oneHundredAndThirtyTwo: OneHundredAndThirtyTwo): string;
4707
4742
  export declare function oneHundredAndThirtyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyTwo, SDKValidationError>;
4708
4743
  /** @internal */
4709
- export declare const OneHundredAndThirtyOne$inboundSchema: z.ZodType<OneHundredAndThirtyOne, z.ZodTypeDef, unknown>;
4744
+ export declare const UserEventPayload131Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload131Role>;
4710
4745
  /** @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>;
4746
+ export declare const UserEventPayload131Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload131Role>;
4718
4747
  /**
4719
4748
  * @internal
4720
4749
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4721
4750
  */
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>;
4734
- /** @internal */
4735
- export declare const UserEventPayload130Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload130Role>;
4736
- /**
4737
- * @internal
4738
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4739
- */
4740
- export declare namespace UserEventPayload130Role$ {
4741
- /** @deprecated use `UserEventPayload130Role$inboundSchema` instead. */
4751
+ export declare namespace UserEventPayload131Role$ {
4752
+ /** @deprecated use `UserEventPayload131Role$inboundSchema` instead. */
4742
4753
  const inboundSchema: z.ZodNativeEnum<{
4743
4754
  readonly Admin: "ADMIN";
4744
4755
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
4745
4756
  readonly ProjectViewer: "PROJECT_VIEWER";
4746
4757
  }>;
4747
- /** @deprecated use `UserEventPayload130Role$outboundSchema` instead. */
4758
+ /** @deprecated use `UserEventPayload131Role$outboundSchema` instead. */
4748
4759
  const outboundSchema: z.ZodNativeEnum<{
4749
4760
  readonly Admin: "ADMIN";
4750
4761
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
@@ -4752,9 +4763,9 @@ export declare namespace UserEventPayload130Role$ {
4752
4763
  }>;
4753
4764
  }
4754
4765
  /** @internal */
4755
- export declare const UserEventPayload130Project$inboundSchema: z.ZodType<UserEventPayload130Project, z.ZodTypeDef, unknown>;
4766
+ export declare const UserEventPayload131Project$inboundSchema: z.ZodType<UserEventPayload131Project, z.ZodTypeDef, unknown>;
4756
4767
  /** @internal */
4757
- export type UserEventPayload130Project$Outbound = {
4768
+ export type UserEventPayload131Project$Outbound = {
4758
4769
  name: string;
4759
4770
  role: string;
4760
4771
  invitedUserName: string;
@@ -4762,82 +4773,82 @@ export type UserEventPayload130Project$Outbound = {
4762
4773
  invitedUserId?: string | undefined;
4763
4774
  };
4764
4775
  /** @internal */
4765
- export declare const UserEventPayload130Project$outboundSchema: z.ZodType<UserEventPayload130Project$Outbound, z.ZodTypeDef, UserEventPayload130Project>;
4776
+ export declare const UserEventPayload131Project$outboundSchema: z.ZodType<UserEventPayload131Project$Outbound, z.ZodTypeDef, UserEventPayload131Project>;
4766
4777
  /**
4767
4778
  * @internal
4768
4779
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4769
4780
  */
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;
4781
+ export declare namespace UserEventPayload131Project$ {
4782
+ /** @deprecated use `UserEventPayload131Project$inboundSchema` instead. */
4783
+ const inboundSchema: z.ZodType<UserEventPayload131Project, z.ZodTypeDef, unknown>;
4784
+ /** @deprecated use `UserEventPayload131Project$outboundSchema` instead. */
4785
+ const outboundSchema: z.ZodType<UserEventPayload131Project$Outbound, z.ZodTypeDef, UserEventPayload131Project>;
4786
+ /** @deprecated use `UserEventPayload131Project$Outbound` instead. */
4787
+ type Outbound = UserEventPayload131Project$Outbound;
4777
4788
  }
4778
- export declare function userEventPayload130ProjectToJSON(userEventPayload130Project: UserEventPayload130Project): string;
4779
- export declare function userEventPayload130ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload130Project, SDKValidationError>;
4789
+ export declare function userEventPayload131ProjectToJSON(userEventPayload131Project: UserEventPayload131Project): string;
4790
+ export declare function userEventPayload131ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload131Project, SDKValidationError>;
4780
4791
  /** @internal */
4781
- export declare const OneHundredAndThirty$inboundSchema: z.ZodType<OneHundredAndThirty, z.ZodTypeDef, unknown>;
4792
+ export declare const OneHundredAndThirtyOne$inboundSchema: z.ZodType<OneHundredAndThirtyOne, z.ZodTypeDef, unknown>;
4782
4793
  /** @internal */
4783
- export type OneHundredAndThirty$Outbound = {
4784
- project: UserEventPayload130Project$Outbound;
4794
+ export type OneHundredAndThirtyOne$Outbound = {
4795
+ project: UserEventPayload131Project$Outbound;
4785
4796
  };
4786
4797
  /** @internal */
4787
- export declare const OneHundredAndThirty$outboundSchema: z.ZodType<OneHundredAndThirty$Outbound, z.ZodTypeDef, OneHundredAndThirty>;
4798
+ export declare const OneHundredAndThirtyOne$outboundSchema: z.ZodType<OneHundredAndThirtyOne$Outbound, z.ZodTypeDef, OneHundredAndThirtyOne>;
4788
4799
  /**
4789
4800
  * @internal
4790
4801
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4791
4802
  */
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;
4803
+ export declare namespace OneHundredAndThirtyOne$ {
4804
+ /** @deprecated use `OneHundredAndThirtyOne$inboundSchema` instead. */
4805
+ const inboundSchema: z.ZodType<OneHundredAndThirtyOne, z.ZodTypeDef, unknown>;
4806
+ /** @deprecated use `OneHundredAndThirtyOne$outboundSchema` instead. */
4807
+ const outboundSchema: z.ZodType<OneHundredAndThirtyOne$Outbound, z.ZodTypeDef, OneHundredAndThirtyOne>;
4808
+ /** @deprecated use `OneHundredAndThirtyOne$Outbound` instead. */
4809
+ type Outbound = OneHundredAndThirtyOne$Outbound;
4799
4810
  }
4800
- export declare function oneHundredAndThirtyToJSON(oneHundredAndThirty: OneHundredAndThirty): string;
4801
- export declare function oneHundredAndThirtyFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirty, SDKValidationError>;
4811
+ export declare function oneHundredAndThirtyOneToJSON(oneHundredAndThirtyOne: OneHundredAndThirtyOne): string;
4812
+ export declare function oneHundredAndThirtyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyOne, SDKValidationError>;
4802
4813
  /** @internal */
4803
- export declare const UserEventPayload129Project$inboundSchema: z.ZodType<UserEventPayload129Project, z.ZodTypeDef, unknown>;
4814
+ export declare const UserEventPayload130Project$inboundSchema: z.ZodType<UserEventPayload130Project, z.ZodTypeDef, unknown>;
4804
4815
  /** @internal */
4805
- export type UserEventPayload129Project$Outbound = {
4816
+ export type UserEventPayload130Project$Outbound = {
4806
4817
  id: string;
4807
4818
  name: string;
4808
4819
  };
4809
4820
  /** @internal */
4810
- export declare const UserEventPayload129Project$outboundSchema: z.ZodType<UserEventPayload129Project$Outbound, z.ZodTypeDef, UserEventPayload129Project>;
4821
+ export declare const UserEventPayload130Project$outboundSchema: z.ZodType<UserEventPayload130Project$Outbound, z.ZodTypeDef, UserEventPayload130Project>;
4811
4822
  /**
4812
4823
  * @internal
4813
4824
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4814
4825
  */
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;
4826
+ export declare namespace UserEventPayload130Project$ {
4827
+ /** @deprecated use `UserEventPayload130Project$inboundSchema` instead. */
4828
+ const inboundSchema: z.ZodType<UserEventPayload130Project, z.ZodTypeDef, unknown>;
4829
+ /** @deprecated use `UserEventPayload130Project$outboundSchema` instead. */
4830
+ const outboundSchema: z.ZodType<UserEventPayload130Project$Outbound, z.ZodTypeDef, UserEventPayload130Project>;
4831
+ /** @deprecated use `UserEventPayload130Project$Outbound` instead. */
4832
+ type Outbound = UserEventPayload130Project$Outbound;
4822
4833
  }
4823
- export declare function userEventPayload129ProjectToJSON(userEventPayload129Project: UserEventPayload129Project): string;
4824
- export declare function userEventPayload129ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload129Project, SDKValidationError>;
4834
+ export declare function userEventPayload130ProjectToJSON(userEventPayload130Project: UserEventPayload130Project): string;
4835
+ export declare function userEventPayload130ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload130Project, SDKValidationError>;
4825
4836
  /** @internal */
4826
- export declare const UserEventPayload129Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload129Role>;
4837
+ export declare const UserEventPayload130Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload130Role>;
4827
4838
  /** @internal */
4828
- export declare const UserEventPayload129Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload129Role>;
4839
+ export declare const UserEventPayload130Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload130Role>;
4829
4840
  /**
4830
4841
  * @internal
4831
4842
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4832
4843
  */
4833
- export declare namespace UserEventPayload129Role$ {
4834
- /** @deprecated use `UserEventPayload129Role$inboundSchema` instead. */
4844
+ export declare namespace UserEventPayload130Role$ {
4845
+ /** @deprecated use `UserEventPayload130Role$inboundSchema` instead. */
4835
4846
  const inboundSchema: z.ZodNativeEnum<{
4836
4847
  readonly Admin: "ADMIN";
4837
4848
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
4838
4849
  readonly ProjectViewer: "PROJECT_VIEWER";
4839
4850
  }>;
4840
- /** @deprecated use `UserEventPayload129Role$outboundSchema` instead. */
4851
+ /** @deprecated use `UserEventPayload130Role$outboundSchema` instead. */
4841
4852
  const outboundSchema: z.ZodNativeEnum<{
4842
4853
  readonly Admin: "ADMIN";
4843
4854
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
@@ -4893,51 +4904,51 @@ export declare namespace PayloadProjectMembership$ {
4893
4904
  export declare function payloadProjectMembershipToJSON(payloadProjectMembership: PayloadProjectMembership): string;
4894
4905
  export declare function payloadProjectMembershipFromJSON(jsonString: string): SafeParseResult<PayloadProjectMembership, SDKValidationError>;
4895
4906
  /** @internal */
4896
- export declare const OneHundredAndTwentyNine$inboundSchema: z.ZodType<OneHundredAndTwentyNine, z.ZodTypeDef, unknown>;
4907
+ export declare const OneHundredAndThirty$inboundSchema: z.ZodType<OneHundredAndThirty, z.ZodTypeDef, unknown>;
4897
4908
  /** @internal */
4898
- export type OneHundredAndTwentyNine$Outbound = {
4899
- project: UserEventPayload129Project$Outbound;
4909
+ export type OneHundredAndThirty$Outbound = {
4910
+ project: UserEventPayload130Project$Outbound;
4900
4911
  projectMembership: PayloadProjectMembership$Outbound;
4901
4912
  };
4902
4913
  /** @internal */
4903
- export declare const OneHundredAndTwentyNine$outboundSchema: z.ZodType<OneHundredAndTwentyNine$Outbound, z.ZodTypeDef, OneHundredAndTwentyNine>;
4914
+ export declare const OneHundredAndThirty$outboundSchema: z.ZodType<OneHundredAndThirty$Outbound, z.ZodTypeDef, OneHundredAndThirty>;
4904
4915
  /**
4905
4916
  * @internal
4906
4917
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4907
4918
  */
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;
4919
+ export declare namespace OneHundredAndThirty$ {
4920
+ /** @deprecated use `OneHundredAndThirty$inboundSchema` instead. */
4921
+ const inboundSchema: z.ZodType<OneHundredAndThirty, z.ZodTypeDef, unknown>;
4922
+ /** @deprecated use `OneHundredAndThirty$outboundSchema` instead. */
4923
+ const outboundSchema: z.ZodType<OneHundredAndThirty$Outbound, z.ZodTypeDef, OneHundredAndThirty>;
4924
+ /** @deprecated use `OneHundredAndThirty$Outbound` instead. */
4925
+ type Outbound = OneHundredAndThirty$Outbound;
4915
4926
  }
4916
- export declare function oneHundredAndTwentyNineToJSON(oneHundredAndTwentyNine: OneHundredAndTwentyNine): string;
4917
- export declare function oneHundredAndTwentyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyNine, SDKValidationError>;
4927
+ export declare function oneHundredAndThirtyToJSON(oneHundredAndThirty: OneHundredAndThirty): string;
4928
+ export declare function oneHundredAndThirtyFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirty, SDKValidationError>;
4918
4929
  /** @internal */
4919
- export declare const UserEventPayload128Project$inboundSchema: z.ZodType<UserEventPayload128Project, z.ZodTypeDef, unknown>;
4930
+ export declare const UserEventPayload129Project$inboundSchema: z.ZodType<UserEventPayload129Project, z.ZodTypeDef, unknown>;
4920
4931
  /** @internal */
4921
- export type UserEventPayload128Project$Outbound = {
4932
+ export type UserEventPayload129Project$Outbound = {
4922
4933
  name: string;
4923
4934
  id?: string | undefined;
4924
4935
  };
4925
4936
  /** @internal */
4926
- export declare const UserEventPayload128Project$outboundSchema: z.ZodType<UserEventPayload128Project$Outbound, z.ZodTypeDef, UserEventPayload128Project>;
4937
+ export declare const UserEventPayload129Project$outboundSchema: z.ZodType<UserEventPayload129Project$Outbound, z.ZodTypeDef, UserEventPayload129Project>;
4927
4938
  /**
4928
4939
  * @internal
4929
4940
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4930
4941
  */
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;
4942
+ export declare namespace UserEventPayload129Project$ {
4943
+ /** @deprecated use `UserEventPayload129Project$inboundSchema` instead. */
4944
+ const inboundSchema: z.ZodType<UserEventPayload129Project, z.ZodTypeDef, unknown>;
4945
+ /** @deprecated use `UserEventPayload129Project$outboundSchema` instead. */
4946
+ const outboundSchema: z.ZodType<UserEventPayload129Project$Outbound, z.ZodTypeDef, UserEventPayload129Project>;
4947
+ /** @deprecated use `UserEventPayload129Project$Outbound` instead. */
4948
+ type Outbound = UserEventPayload129Project$Outbound;
4938
4949
  }
4939
- export declare function userEventPayload128ProjectToJSON(userEventPayload128Project: UserEventPayload128Project): string;
4940
- export declare function userEventPayload128ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload128Project, SDKValidationError>;
4950
+ export declare function userEventPayload129ProjectToJSON(userEventPayload129Project: UserEventPayload129Project): string;
4951
+ export declare function userEventPayload129ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload129Project, SDKValidationError>;
4941
4952
  /** @internal */
4942
4953
  export declare const UserEventPayloadRole$inboundSchema: z.ZodNativeEnum<typeof UserEventPayloadRole>;
4943
4954
  /** @internal */
@@ -4986,51 +4997,51 @@ export declare namespace RemovedMembership$ {
4986
4997
  export declare function removedMembershipToJSON(removedMembership: RemovedMembership): string;
4987
4998
  export declare function removedMembershipFromJSON(jsonString: string): SafeParseResult<RemovedMembership, SDKValidationError>;
4988
4999
  /** @internal */
4989
- export declare const OneHundredAndTwentyEight$inboundSchema: z.ZodType<OneHundredAndTwentyEight, z.ZodTypeDef, unknown>;
5000
+ export declare const OneHundredAndTwentyNine$inboundSchema: z.ZodType<OneHundredAndTwentyNine, z.ZodTypeDef, unknown>;
4990
5001
  /** @internal */
4991
- export type OneHundredAndTwentyEight$Outbound = {
4992
- project: UserEventPayload128Project$Outbound;
5002
+ export type OneHundredAndTwentyNine$Outbound = {
5003
+ project: UserEventPayload129Project$Outbound;
4993
5004
  removedMembership: RemovedMembership$Outbound;
4994
5005
  };
4995
5006
  /** @internal */
4996
- export declare const OneHundredAndTwentyEight$outboundSchema: z.ZodType<OneHundredAndTwentyEight$Outbound, z.ZodTypeDef, OneHundredAndTwentyEight>;
5007
+ export declare const OneHundredAndTwentyNine$outboundSchema: z.ZodType<OneHundredAndTwentyNine$Outbound, z.ZodTypeDef, OneHundredAndTwentyNine>;
4997
5008
  /**
4998
5009
  * @internal
4999
5010
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5000
5011
  */
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;
5012
+ export declare namespace OneHundredAndTwentyNine$ {
5013
+ /** @deprecated use `OneHundredAndTwentyNine$inboundSchema` instead. */
5014
+ const inboundSchema: z.ZodType<OneHundredAndTwentyNine, z.ZodTypeDef, unknown>;
5015
+ /** @deprecated use `OneHundredAndTwentyNine$outboundSchema` instead. */
5016
+ const outboundSchema: z.ZodType<OneHundredAndTwentyNine$Outbound, z.ZodTypeDef, OneHundredAndTwentyNine>;
5017
+ /** @deprecated use `OneHundredAndTwentyNine$Outbound` instead. */
5018
+ type Outbound = OneHundredAndTwentyNine$Outbound;
5008
5019
  }
5009
- export declare function oneHundredAndTwentyEightToJSON(oneHundredAndTwentyEight: OneHundredAndTwentyEight): string;
5010
- export declare function oneHundredAndTwentyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyEight, SDKValidationError>;
5020
+ export declare function oneHundredAndTwentyNineToJSON(oneHundredAndTwentyNine: OneHundredAndTwentyNine): string;
5021
+ export declare function oneHundredAndTwentyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyNine, SDKValidationError>;
5011
5022
  /** @internal */
5012
- export declare const UserEventPayload127Project$inboundSchema: z.ZodType<UserEventPayload127Project, z.ZodTypeDef, unknown>;
5023
+ export declare const UserEventPayload128Project$inboundSchema: z.ZodType<UserEventPayload128Project, z.ZodTypeDef, unknown>;
5013
5024
  /** @internal */
5014
- export type UserEventPayload127Project$Outbound = {
5025
+ export type UserEventPayload128Project$Outbound = {
5015
5026
  name: string;
5016
5027
  id?: string | undefined;
5017
5028
  };
5018
5029
  /** @internal */
5019
- export declare const UserEventPayload127Project$outboundSchema: z.ZodType<UserEventPayload127Project$Outbound, z.ZodTypeDef, UserEventPayload127Project>;
5030
+ export declare const UserEventPayload128Project$outboundSchema: z.ZodType<UserEventPayload128Project$Outbound, z.ZodTypeDef, UserEventPayload128Project>;
5020
5031
  /**
5021
5032
  * @internal
5022
5033
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5023
5034
  */
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;
5035
+ export declare namespace UserEventPayload128Project$ {
5036
+ /** @deprecated use `UserEventPayload128Project$inboundSchema` instead. */
5037
+ const inboundSchema: z.ZodType<UserEventPayload128Project, z.ZodTypeDef, unknown>;
5038
+ /** @deprecated use `UserEventPayload128Project$outboundSchema` instead. */
5039
+ const outboundSchema: z.ZodType<UserEventPayload128Project$Outbound, z.ZodTypeDef, UserEventPayload128Project>;
5040
+ /** @deprecated use `UserEventPayload128Project$Outbound` instead. */
5041
+ type Outbound = UserEventPayload128Project$Outbound;
5031
5042
  }
5032
- export declare function userEventPayload127ProjectToJSON(userEventPayload127Project: UserEventPayload127Project): string;
5033
- export declare function userEventPayload127ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload127Project, SDKValidationError>;
5043
+ export declare function userEventPayload128ProjectToJSON(userEventPayload128Project: UserEventPayload128Project): string;
5044
+ export declare function userEventPayload128ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload128Project, SDKValidationError>;
5034
5045
  /** @internal */
5035
5046
  export declare const PayloadRole$inboundSchema: z.ZodNativeEnum<typeof PayloadRole>;
5036
5047
  /** @internal */
@@ -5079,11 +5090,36 @@ export declare namespace ProjectMembership$ {
5079
5090
  export declare function projectMembershipToJSON(projectMembership: ProjectMembership): string;
5080
5091
  export declare function projectMembershipFromJSON(jsonString: string): SafeParseResult<ProjectMembership, SDKValidationError>;
5081
5092
  /** @internal */
5093
+ export declare const OneHundredAndTwentyEight$inboundSchema: z.ZodType<OneHundredAndTwentyEight, z.ZodTypeDef, unknown>;
5094
+ /** @internal */
5095
+ export type OneHundredAndTwentyEight$Outbound = {
5096
+ project: UserEventPayload128Project$Outbound;
5097
+ projectMembership: ProjectMembership$Outbound | null;
5098
+ };
5099
+ /** @internal */
5100
+ export declare const OneHundredAndTwentyEight$outboundSchema: z.ZodType<OneHundredAndTwentyEight$Outbound, z.ZodTypeDef, OneHundredAndTwentyEight>;
5101
+ /**
5102
+ * @internal
5103
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5104
+ */
5105
+ export declare namespace OneHundredAndTwentyEight$ {
5106
+ /** @deprecated use `OneHundredAndTwentyEight$inboundSchema` instead. */
5107
+ const inboundSchema: z.ZodType<OneHundredAndTwentyEight, z.ZodTypeDef, unknown>;
5108
+ /** @deprecated use `OneHundredAndTwentyEight$outboundSchema` instead. */
5109
+ const outboundSchema: z.ZodType<OneHundredAndTwentyEight$Outbound, z.ZodTypeDef, OneHundredAndTwentyEight>;
5110
+ /** @deprecated use `OneHundredAndTwentyEight$Outbound` instead. */
5111
+ type Outbound = OneHundredAndTwentyEight$Outbound;
5112
+ }
5113
+ export declare function oneHundredAndTwentyEightToJSON(oneHundredAndTwentyEight: OneHundredAndTwentyEight): string;
5114
+ export declare function oneHundredAndTwentyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyEight, SDKValidationError>;
5115
+ /** @internal */
5082
5116
  export declare const OneHundredAndTwentySeven$inboundSchema: z.ZodType<OneHundredAndTwentySeven, z.ZodTypeDef, unknown>;
5083
5117
  /** @internal */
5084
5118
  export type OneHundredAndTwentySeven$Outbound = {
5085
- project: UserEventPayload127Project$Outbound;
5086
- projectMembership: ProjectMembership$Outbound | null;
5119
+ previousProjectName: string;
5120
+ newProjectName: string;
5121
+ originAccountName: string;
5122
+ transferId?: string | undefined;
5087
5123
  };
5088
5124
  /** @internal */
5089
5125
  export declare const OneHundredAndTwentySeven$outboundSchema: z.ZodType<OneHundredAndTwentySeven$Outbound, z.ZodTypeDef, OneHundredAndTwentySeven>;
@@ -5107,7 +5143,7 @@ export declare const OneHundredAndTwentySix$inboundSchema: z.ZodType<OneHundredA
5107
5143
  export type OneHundredAndTwentySix$Outbound = {
5108
5144
  previousProjectName: string;
5109
5145
  newProjectName: string;
5110
- originAccountName: string;
5146
+ destinationAccountName: string;
5111
5147
  transferId?: string | undefined;
5112
5148
  };
5113
5149
  /** @internal */
@@ -5130,9 +5166,8 @@ export declare function oneHundredAndTwentySixFromJSON(jsonString: string): Safe
5130
5166
  export declare const OneHundredAndTwentyFive$inboundSchema: z.ZodType<OneHundredAndTwentyFive, z.ZodTypeDef, unknown>;
5131
5167
  /** @internal */
5132
5168
  export type OneHundredAndTwentyFive$Outbound = {
5133
- previousProjectName: string;
5134
- newProjectName: string;
5135
- destinationAccountName: string;
5169
+ projectName: string;
5170
+ destinationAccountName: string | null;
5136
5171
  transferId?: string | undefined;
5137
5172
  };
5138
5173
  /** @internal */
@@ -5155,8 +5190,11 @@ export declare function oneHundredAndTwentyFiveFromJSON(jsonString: string): Saf
5155
5190
  export declare const OneHundredAndTwentyFour$inboundSchema: z.ZodType<OneHundredAndTwentyFour, z.ZodTypeDef, unknown>;
5156
5191
  /** @internal */
5157
5192
  export type OneHundredAndTwentyFour$Outbound = {
5193
+ projectId: string;
5158
5194
  projectName: string;
5159
- destinationAccountName: string | null;
5195
+ originAccountName: string;
5196
+ destinationAccountName: string;
5197
+ destinationAccountId: string;
5160
5198
  transferId?: string | undefined;
5161
5199
  };
5162
5200
  /** @internal */
@@ -5179,12 +5217,12 @@ export declare function oneHundredAndTwentyFourFromJSON(jsonString: string): Saf
5179
5217
  export declare const OneHundredAndTwentyThree$inboundSchema: z.ZodType<OneHundredAndTwentyThree, z.ZodTypeDef, unknown>;
5180
5218
  /** @internal */
5181
5219
  export type OneHundredAndTwentyThree$Outbound = {
5182
- projectId: string;
5183
- projectName: string;
5184
- originAccountName: string;
5185
- destinationAccountName: string;
5186
- destinationAccountId: string;
5187
- transferId?: string | undefined;
5220
+ requestedTeamName: string;
5221
+ requestedUserName?: string | undefined;
5222
+ gitUsername?: string | undefined;
5223
+ githubUsername?: string | undefined;
5224
+ gitlabUsername?: string | undefined;
5225
+ bitbucketUsername?: string | undefined;
5188
5226
  };
5189
5227
  /** @internal */
5190
5228
  export declare const OneHundredAndTwentyThree$outboundSchema: z.ZodType<OneHundredAndTwentyThree$Outbound, z.ZodTypeDef, OneHundredAndTwentyThree>;
@@ -5206,12 +5244,12 @@ export declare function oneHundredAndTwentyThreeFromJSON(jsonString: string): Sa
5206
5244
  export declare const OneHundredAndTwentyTwo$inboundSchema: z.ZodType<OneHundredAndTwentyTwo, z.ZodTypeDef, unknown>;
5207
5245
  /** @internal */
5208
5246
  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;
5247
+ teamName: string;
5248
+ username?: string | undefined;
5249
+ gitUsername?: string | null | undefined;
5250
+ githubUsername?: string | null | undefined;
5251
+ gitlabUsername?: string | null | undefined;
5252
+ bitbucketUsername?: string | null | undefined;
5215
5253
  };
5216
5254
  /** @internal */
5217
5255
  export declare const OneHundredAndTwentyTwo$outboundSchema: z.ZodType<OneHundredAndTwentyTwo$Outbound, z.ZodTypeDef, OneHundredAndTwentyTwo>;
@@ -5235,10 +5273,12 @@ export declare const OneHundredAndTwentyOne$inboundSchema: z.ZodType<OneHundredA
5235
5273
  export type OneHundredAndTwentyOne$Outbound = {
5236
5274
  teamName: string;
5237
5275
  username?: string | undefined;
5238
- gitUsername?: string | null | undefined;
5276
+ gitUsername?: string | undefined;
5239
5277
  githubUsername?: string | null | undefined;
5240
5278
  gitlabUsername?: string | null | undefined;
5241
5279
  bitbucketUsername?: string | null | undefined;
5280
+ updatedUid?: string | undefined;
5281
+ teamId?: string | undefined;
5242
5282
  };
5243
5283
  /** @internal */
5244
5284
  export declare const OneHundredAndTwentyOne$outboundSchema: z.ZodType<OneHundredAndTwentyOne$Outbound, z.ZodTypeDef, OneHundredAndTwentyOne>;
@@ -5260,14 +5300,8 @@ export declare function oneHundredAndTwentyOneFromJSON(jsonString: string): Safe
5260
5300
  export declare const OneHundredAndTwenty$inboundSchema: z.ZodType<OneHundredAndTwenty, z.ZodTypeDef, unknown>;
5261
5301
  /** @internal */
5262
5302
  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;
5303
+ price?: number | undefined;
5304
+ currency?: string | undefined;
5271
5305
  };
5272
5306
  /** @internal */
5273
5307
  export declare const OneHundredAndTwenty$outboundSchema: z.ZodType<OneHundredAndTwenty$Outbound, z.ZodTypeDef, OneHundredAndTwenty>;
@@ -5289,8 +5323,8 @@ export declare function oneHundredAndTwentyFromJSON(jsonString: string): SafePar
5289
5323
  export declare const OneHundredAndNineteen$inboundSchema: z.ZodType<OneHundredAndNineteen, z.ZodTypeDef, unknown>;
5290
5324
  /** @internal */
5291
5325
  export type OneHundredAndNineteen$Outbound = {
5292
- price?: number | undefined;
5293
- currency?: string | undefined;
5326
+ previewDeploymentSuffix?: string | null | undefined;
5327
+ previousPreviewDeploymentSuffix?: string | null | undefined;
5294
5328
  };
5295
5329
  /** @internal */
5296
5330
  export declare const OneHundredAndNineteen$outboundSchema: z.ZodType<OneHundredAndNineteen$Outbound, z.ZodTypeDef, OneHundredAndNineteen>;
@@ -5312,8 +5346,9 @@ export declare function oneHundredAndNineteenFromJSON(jsonString: string): SafeP
5312
5346
  export declare const OneHundredAndEighteen$inboundSchema: z.ZodType<OneHundredAndEighteen, z.ZodTypeDef, unknown>;
5313
5347
  /** @internal */
5314
5348
  export type OneHundredAndEighteen$Outbound = {
5315
- previewDeploymentSuffix?: string | null | undefined;
5316
- previousPreviewDeploymentSuffix?: string | null | undefined;
5349
+ price?: number | undefined;
5350
+ currency?: string | undefined;
5351
+ enabled?: boolean | undefined;
5317
5352
  };
5318
5353
  /** @internal */
5319
5354
  export declare const OneHundredAndEighteen$outboundSchema: z.ZodType<OneHundredAndEighteen$Outbound, z.ZodTypeDef, OneHundredAndEighteen>;
@@ -5335,9 +5370,7 @@ export declare function oneHundredAndEighteenFromJSON(jsonString: string): SafeP
5335
5370
  export declare const OneHundredAndSeventeen$inboundSchema: z.ZodType<OneHundredAndSeventeen, z.ZodTypeDef, unknown>;
5336
5371
  /** @internal */
5337
5372
  export type OneHundredAndSeventeen$Outbound = {
5338
- price?: number | undefined;
5339
- currency?: string | undefined;
5340
- enabled?: boolean | undefined;
5373
+ username: string;
5341
5374
  };
5342
5375
  /** @internal */
5343
5376
  export declare const OneHundredAndSeventeen$outboundSchema: z.ZodType<OneHundredAndSeventeen$Outbound, z.ZodTypeDef, OneHundredAndSeventeen>;
@@ -5359,7 +5392,8 @@ export declare function oneHundredAndSeventeenFromJSON(jsonString: string): Safe
5359
5392
  export declare const OneHundredAndSixteen$inboundSchema: z.ZodType<OneHundredAndSixteen, z.ZodTypeDef, unknown>;
5360
5393
  /** @internal */
5361
5394
  export type OneHundredAndSixteen$Outbound = {
5362
- username: string;
5395
+ email: string;
5396
+ prevEmail: string;
5363
5397
  };
5364
5398
  /** @internal */
5365
5399
  export declare const OneHundredAndSixteen$outboundSchema: z.ZodType<OneHundredAndSixteen$Outbound, z.ZodTypeDef, OneHundredAndSixteen>;
@@ -5381,8 +5415,7 @@ export declare function oneHundredAndSixteenFromJSON(jsonString: string): SafePa
5381
5415
  export declare const OneHundredAndFifteen$inboundSchema: z.ZodType<OneHundredAndFifteen, z.ZodTypeDef, unknown>;
5382
5416
  /** @internal */
5383
5417
  export type OneHundredAndFifteen$Outbound = {
5384
- email: string;
5385
- prevEmail: string;
5418
+ mfaEnabled: boolean;
5386
5419
  };
5387
5420
  /** @internal */
5388
5421
  export declare const OneHundredAndFifteen$outboundSchema: z.ZodType<OneHundredAndFifteen$Outbound, z.ZodTypeDef, OneHundredAndFifteen>;
@@ -5404,7 +5437,8 @@ export declare function oneHundredAndFifteenFromJSON(jsonString: string): SafePa
5404
5437
  export declare const OneHundredAndFourteen$inboundSchema: z.ZodType<OneHundredAndFourteen, z.ZodTypeDef, unknown>;
5405
5438
  /** @internal */
5406
5439
  export type OneHundredAndFourteen$Outbound = {
5407
- mfaEnabled: boolean;
5440
+ enabled: boolean;
5441
+ totpVerified: boolean;
5408
5442
  };
5409
5443
  /** @internal */
5410
5444
  export declare const OneHundredAndFourteen$outboundSchema: z.ZodType<OneHundredAndFourteen$Outbound, z.ZodTypeDef, OneHundredAndFourteen>;
@@ -5423,29 +5457,6 @@ export declare namespace OneHundredAndFourteen$ {
5423
5457
  export declare function oneHundredAndFourteenToJSON(oneHundredAndFourteen: OneHundredAndFourteen): string;
5424
5458
  export declare function oneHundredAndFourteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFourteen, SDKValidationError>;
5425
5459
  /** @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
5460
  export declare const Previous$inboundSchema: z.ZodType<Previous, z.ZodTypeDef, unknown>;
5450
5461
  /** @internal */
5451
5462
  export type Previous$Outbound = {
@@ -5492,28 +5503,28 @@ export declare namespace Next$ {
5492
5503
  export declare function nextToJSON(next: Next): string;
5493
5504
  export declare function nextFromJSON(jsonString: string): SafeParseResult<Next, SDKValidationError>;
5494
5505
  /** @internal */
5495
- export declare const OneHundredAndTwelve$inboundSchema: z.ZodType<OneHundredAndTwelve, z.ZodTypeDef, unknown>;
5506
+ export declare const OneHundredAndThirteen$inboundSchema: z.ZodType<OneHundredAndThirteen, z.ZodTypeDef, unknown>;
5496
5507
  /** @internal */
5497
- export type OneHundredAndTwelve$Outbound = {
5508
+ export type OneHundredAndThirteen$Outbound = {
5498
5509
  previous: Previous$Outbound;
5499
5510
  next: Next$Outbound;
5500
5511
  };
5501
5512
  /** @internal */
5502
- export declare const OneHundredAndTwelve$outboundSchema: z.ZodType<OneHundredAndTwelve$Outbound, z.ZodTypeDef, OneHundredAndTwelve>;
5513
+ export declare const OneHundredAndThirteen$outboundSchema: z.ZodType<OneHundredAndThirteen$Outbound, z.ZodTypeDef, OneHundredAndThirteen>;
5503
5514
  /**
5504
5515
  * @internal
5505
5516
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5506
5517
  */
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;
5518
+ export declare namespace OneHundredAndThirteen$ {
5519
+ /** @deprecated use `OneHundredAndThirteen$inboundSchema` instead. */
5520
+ const inboundSchema: z.ZodType<OneHundredAndThirteen, z.ZodTypeDef, unknown>;
5521
+ /** @deprecated use `OneHundredAndThirteen$outboundSchema` instead. */
5522
+ const outboundSchema: z.ZodType<OneHundredAndThirteen$Outbound, z.ZodTypeDef, OneHundredAndThirteen>;
5523
+ /** @deprecated use `OneHundredAndThirteen$Outbound` instead. */
5524
+ type Outbound = OneHundredAndThirteen$Outbound;
5514
5525
  }
5515
- export declare function oneHundredAndTwelveToJSON(oneHundredAndTwelve: OneHundredAndTwelve): string;
5516
- export declare function oneHundredAndTwelveFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwelve, SDKValidationError>;
5526
+ export declare function oneHundredAndThirteenToJSON(oneHundredAndThirteen: OneHundredAndThirteen): string;
5527
+ export declare function oneHundredAndThirteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirteen, SDKValidationError>;
5517
5528
  /** @internal */
5518
5529
  export declare const PayloadRemoteCaching$inboundSchema: z.ZodType<PayloadRemoteCaching, z.ZodTypeDef, unknown>;
5519
5530
  /** @internal */
@@ -5537,10 +5548,32 @@ export declare namespace PayloadRemoteCaching$ {
5537
5548
  export declare function payloadRemoteCachingToJSON(payloadRemoteCaching: PayloadRemoteCaching): string;
5538
5549
  export declare function payloadRemoteCachingFromJSON(jsonString: string): SafeParseResult<PayloadRemoteCaching, SDKValidationError>;
5539
5550
  /** @internal */
5551
+ export declare const OneHundredAndTwelve$inboundSchema: z.ZodType<OneHundredAndTwelve, z.ZodTypeDef, unknown>;
5552
+ /** @internal */
5553
+ export type OneHundredAndTwelve$Outbound = {
5554
+ remoteCaching?: PayloadRemoteCaching$Outbound | undefined;
5555
+ };
5556
+ /** @internal */
5557
+ export declare const OneHundredAndTwelve$outboundSchema: z.ZodType<OneHundredAndTwelve$Outbound, z.ZodTypeDef, OneHundredAndTwelve>;
5558
+ /**
5559
+ * @internal
5560
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5561
+ */
5562
+ export declare namespace OneHundredAndTwelve$ {
5563
+ /** @deprecated use `OneHundredAndTwelve$inboundSchema` instead. */
5564
+ const inboundSchema: z.ZodType<OneHundredAndTwelve, z.ZodTypeDef, unknown>;
5565
+ /** @deprecated use `OneHundredAndTwelve$outboundSchema` instead. */
5566
+ const outboundSchema: z.ZodType<OneHundredAndTwelve$Outbound, z.ZodTypeDef, OneHundredAndTwelve>;
5567
+ /** @deprecated use `OneHundredAndTwelve$Outbound` instead. */
5568
+ type Outbound = OneHundredAndTwelve$Outbound;
5569
+ }
5570
+ export declare function oneHundredAndTwelveToJSON(oneHundredAndTwelve: OneHundredAndTwelve): string;
5571
+ export declare function oneHundredAndTwelveFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwelve, SDKValidationError>;
5572
+ /** @internal */
5540
5573
  export declare const OneHundredAndEleven$inboundSchema: z.ZodType<OneHundredAndEleven, z.ZodTypeDef, unknown>;
5541
5574
  /** @internal */
5542
5575
  export type OneHundredAndEleven$Outbound = {
5543
- remoteCaching?: PayloadRemoteCaching$Outbound | undefined;
5576
+ slug?: string | undefined;
5544
5577
  };
5545
5578
  /** @internal */
5546
5579
  export declare const OneHundredAndEleven$outboundSchema: z.ZodType<OneHundredAndEleven$Outbound, z.ZodTypeDef, OneHundredAndEleven>;
@@ -5562,7 +5595,7 @@ export declare function oneHundredAndElevenFromJSON(jsonString: string): SafePar
5562
5595
  export declare const OneHundredAndTen$inboundSchema: z.ZodType<OneHundredAndTen, z.ZodTypeDef, unknown>;
5563
5596
  /** @internal */
5564
5597
  export type OneHundredAndTen$Outbound = {
5565
- slug?: string | undefined;
5598
+ name?: string | undefined;
5566
5599
  };
5567
5600
  /** @internal */
5568
5601
  export declare const OneHundredAndTen$outboundSchema: z.ZodType<OneHundredAndTen$Outbound, z.ZodTypeDef, OneHundredAndTen>;
@@ -5584,7 +5617,7 @@ export declare function oneHundredAndTenFromJSON(jsonString: string): SafeParseR
5584
5617
  export declare const OneHundredAndNine$inboundSchema: z.ZodType<OneHundredAndNine, z.ZodTypeDef, unknown>;
5585
5618
  /** @internal */
5586
5619
  export type OneHundredAndNine$Outbound = {
5587
- name?: string | undefined;
5620
+ enforced: boolean;
5588
5621
  };
5589
5622
  /** @internal */
5590
5623
  export declare const OneHundredAndNine$outboundSchema: z.ZodType<OneHundredAndNine$Outbound, z.ZodTypeDef, OneHundredAndNine>;
@@ -8912,6 +8945,29 @@ export declare namespace PayloadBuildEntitlements$ {
8912
8945
  export declare function payloadBuildEntitlementsToJSON(payloadBuildEntitlements: PayloadBuildEntitlements): string;
8913
8946
  export declare function payloadBuildEntitlementsFromJSON(jsonString: string): SafeParseResult<PayloadBuildEntitlements, SDKValidationError>;
8914
8947
  /** @internal */
8948
+ export declare const PayloadBuildMachine$inboundSchema: z.ZodType<PayloadBuildMachine, z.ZodTypeDef, unknown>;
8949
+ /** @internal */
8950
+ export type PayloadBuildMachine$Outbound = {
8951
+ cores?: number | undefined;
8952
+ memory?: number | undefined;
8953
+ };
8954
+ /** @internal */
8955
+ export declare const PayloadBuildMachine$outboundSchema: z.ZodType<PayloadBuildMachine$Outbound, z.ZodTypeDef, PayloadBuildMachine>;
8956
+ /**
8957
+ * @internal
8958
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
8959
+ */
8960
+ export declare namespace PayloadBuildMachine$ {
8961
+ /** @deprecated use `PayloadBuildMachine$inboundSchema` instead. */
8962
+ const inboundSchema: z.ZodType<PayloadBuildMachine, z.ZodTypeDef, unknown>;
8963
+ /** @deprecated use `PayloadBuildMachine$outboundSchema` instead. */
8964
+ const outboundSchema: z.ZodType<PayloadBuildMachine$Outbound, z.ZodTypeDef, PayloadBuildMachine>;
8965
+ /** @deprecated use `PayloadBuildMachine$Outbound` instead. */
8966
+ type Outbound = PayloadBuildMachine$Outbound;
8967
+ }
8968
+ export declare function payloadBuildMachineToJSON(payloadBuildMachine: PayloadBuildMachine): string;
8969
+ export declare function payloadBuildMachineFromJSON(jsonString: string): SafeParseResult<PayloadBuildMachine, SDKValidationError>;
8970
+ /** @internal */
8915
8971
  export declare const PayloadResourceConfig$inboundSchema: z.ZodType<PayloadResourceConfig, z.ZodTypeDef, unknown>;
8916
8972
  /** @internal */
8917
8973
  export type PayloadResourceConfig$Outbound = {
@@ -8938,6 +8994,7 @@ export type PayloadResourceConfig$Outbound = {
8938
8994
  microfrontendProjectsPerGroup?: number | undefined;
8939
8995
  flagsExplorerOverridesThreshold?: number | undefined;
8940
8996
  flagsExplorerUnlimitedOverrides?: boolean | undefined;
8997
+ buildMachine?: PayloadBuildMachine$Outbound | undefined;
8941
8998
  };
8942
8999
  /** @internal */
8943
9000
  export declare const PayloadResourceConfig$outboundSchema: z.ZodType<PayloadResourceConfig$Outbound, z.ZodTypeDef, PayloadResourceConfig>;
@@ -14386,7 +14443,7 @@ export declare function oneFromJSON(jsonString: string): SafeParseResult<One, SD
14386
14443
  /** @internal */
14387
14444
  export declare const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown>;
14388
14445
  /** @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;
14446
+ 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 | SixtyEight$Outbound | Seven$Outbound | ThirtySeven$Outbound | FiftySeven$Outbound;
14390
14447
  /** @internal */
14391
14448
  export declare const Payload$outboundSchema: z.ZodType<Payload$Outbound, z.ZodTypeDef, Payload>;
14392
14449
  /**
@@ -14413,7 +14470,7 @@ export type UserEvent$Outbound = {
14413
14470
  createdAt: number;
14414
14471
  user?: User$Outbound | undefined;
14415
14472
  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;
14473
+ 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 | SixtyEight$Outbound | Seven$Outbound | ThirtySeven$Outbound | FiftySeven$Outbound | undefined;
14417
14474
  };
14418
14475
  /** @internal */
14419
14476
  export declare const UserEvent$outboundSchema: z.ZodType<UserEvent$Outbound, z.ZodTypeDef, UserEvent>;