@vercel/sdk 1.7.0 → 1.7.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 (263) hide show
  1. package/README.md +28 -36
  2. package/bin/mcp-server.js +2767 -1898
  3. package/bin/mcp-server.js.map +38 -22
  4. package/docs/sdks/deployments/README.md +6 -4
  5. package/docs/sdks/logs/README.md +92 -0
  6. package/docs/sdks/teams/README.md +2 -2
  7. package/docs/sdks/vercel/README.md +312 -0
  8. package/esm/__tests__/accessgroups.test.js +0 -144
  9. package/esm/__tests__/accessgroups.test.js.map +1 -1
  10. package/esm/__tests__/aliases.test.js +0 -43
  11. package/esm/__tests__/aliases.test.js.map +1 -1
  12. package/esm/__tests__/artifacts.test.js +0 -20
  13. package/esm/__tests__/artifacts.test.js.map +1 -1
  14. package/esm/__tests__/authentication.test.js +0 -71
  15. package/esm/__tests__/authentication.test.js.map +1 -1
  16. package/esm/__tests__/certs.test.js +0 -27
  17. package/esm/__tests__/certs.test.js.map +1 -1
  18. package/esm/__tests__/checks.test.js +0 -46
  19. package/esm/__tests__/checks.test.js.map +1 -1
  20. package/esm/__tests__/deployments.test.js +2 -210
  21. package/esm/__tests__/deployments.test.js.map +1 -1
  22. package/esm/__tests__/dns.test.js +0 -10
  23. package/esm/__tests__/dns.test.js.map +1 -1
  24. package/esm/__tests__/domains.test.js +0 -142
  25. package/esm/__tests__/domains.test.js.map +1 -1
  26. package/esm/__tests__/edgeconfig.test.js +0 -71
  27. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  28. package/esm/__tests__/environment.test.js +0 -34
  29. package/esm/__tests__/environment.test.js.map +1 -1
  30. package/esm/__tests__/integrations.test.js +0 -23
  31. package/esm/__tests__/integrations.test.js.map +1 -1
  32. package/esm/__tests__/logdrains.test.js +0 -114
  33. package/esm/__tests__/logdrains.test.js.map +1 -1
  34. package/esm/__tests__/logs.test.d.ts +2 -0
  35. package/esm/__tests__/logs.test.d.ts.map +1 -0
  36. package/esm/__tests__/logs.test.js +22 -0
  37. package/esm/__tests__/logs.test.js.map +1 -0
  38. package/esm/__tests__/marketplace.test.js +0 -49
  39. package/esm/__tests__/marketplace.test.js.map +1 -1
  40. package/esm/__tests__/projectmembers.test.js +0 -6
  41. package/esm/__tests__/projectmembers.test.js.map +1 -1
  42. package/esm/__tests__/projects.test.js +0 -459
  43. package/esm/__tests__/projects.test.js.map +1 -1
  44. package/esm/__tests__/security.test.js +0 -274
  45. package/esm/__tests__/security.test.js.map +1 -1
  46. package/esm/__tests__/teams.test.js +0 -60
  47. package/esm/__tests__/teams.test.js.map +1 -1
  48. package/esm/__tests__/user.test.js +0 -8
  49. package/esm/__tests__/user.test.js.map +1 -1
  50. package/esm/__tests__/vercel.test.js +56 -1
  51. package/esm/__tests__/vercel.test.js.map +1 -1
  52. package/esm/__tests__/webhooks.test.js +0 -94
  53. package/esm/__tests__/webhooks.test.js.map +1 -1
  54. package/esm/funcs/deleteProjectsProjectIdLogsPresetsId.d.ts +12 -0
  55. package/esm/funcs/deleteProjectsProjectIdLogsPresetsId.d.ts.map +1 -0
  56. package/esm/funcs/deleteProjectsProjectIdLogsPresetsId.js +80 -0
  57. package/esm/funcs/deleteProjectsProjectIdLogsPresetsId.js.map +1 -0
  58. package/esm/funcs/deploymentsGetDeploymentFileContents.d.ts +2 -2
  59. package/esm/funcs/deploymentsGetDeploymentFileContents.d.ts.map +1 -1
  60. package/esm/funcs/deploymentsGetDeploymentFileContents.js +2 -3
  61. package/esm/funcs/deploymentsGetDeploymentFileContents.js.map +1 -1
  62. package/esm/funcs/deploymentsUploadFile.js +1 -0
  63. package/esm/funcs/deploymentsUploadFile.js.map +1 -1
  64. package/esm/funcs/getProjectsProjectIdLogsPresets.d.ts +13 -0
  65. package/esm/funcs/getProjectsProjectIdLogsPresets.d.ts.map +1 -0
  66. package/esm/funcs/getProjectsProjectIdLogsPresets.js +77 -0
  67. package/esm/funcs/getProjectsProjectIdLogsPresets.js.map +1 -0
  68. package/esm/funcs/logsGetRuntimeLogs.d.ts +18 -0
  69. package/esm/funcs/logsGetRuntimeLogs.d.ts.map +1 -0
  70. package/esm/funcs/logsGetRuntimeLogs.js +97 -0
  71. package/esm/funcs/logsGetRuntimeLogs.js.map +1 -0
  72. package/esm/funcs/patchProjectsProjectIdLogsPresetsId.d.ts +14 -0
  73. package/esm/funcs/patchProjectsProjectIdLogsPresetsId.d.ts.map +1 -0
  74. package/esm/funcs/patchProjectsProjectIdLogsPresetsId.js +82 -0
  75. package/esm/funcs/patchProjectsProjectIdLogsPresetsId.js.map +1 -0
  76. package/esm/funcs/postProjectsProjectIdLogsPresets.d.ts +13 -0
  77. package/esm/funcs/postProjectsProjectIdLogsPresets.d.ts.map +1 -0
  78. package/esm/funcs/postProjectsProjectIdLogsPresets.js +77 -0
  79. package/esm/funcs/postProjectsProjectIdLogsPresets.js.map +1 -0
  80. package/esm/funcs/teamsGetTeam.d.ts +2 -3
  81. package/esm/funcs/teamsGetTeam.d.ts.map +1 -1
  82. package/esm/funcs/teamsGetTeam.js +2 -2
  83. package/esm/funcs/teamsGetTeam.js.map +1 -1
  84. package/esm/funcs/teamsPatchTeam.d.ts +2 -3
  85. package/esm/funcs/teamsPatchTeam.d.ts.map +1 -1
  86. package/esm/funcs/teamsPatchTeam.js +2 -2
  87. package/esm/funcs/teamsPatchTeam.js.map +1 -1
  88. package/esm/lib/config.d.ts +3 -3
  89. package/esm/lib/config.js +3 -3
  90. package/esm/lib/config.js.map +1 -1
  91. package/esm/mcp-server/mcp-server.js +1 -1
  92. package/esm/mcp-server/server.d.ts.map +1 -1
  93. package/esm/mcp-server/server.js +11 -1
  94. package/esm/mcp-server/server.js.map +1 -1
  95. package/esm/mcp-server/tools/deleteProjectsProjectIdLogsPresetsId.d.ts +7 -0
  96. package/esm/mcp-server/tools/deleteProjectsProjectIdLogsPresetsId.d.ts.map +1 -0
  97. package/esm/mcp-server/tools/deleteProjectsProjectIdLogsPresetsId.js +25 -0
  98. package/esm/mcp-server/tools/deleteProjectsProjectIdLogsPresetsId.js.map +1 -0
  99. package/esm/mcp-server/tools/deploymentsGetDeploymentFileContents.d.ts.map +1 -1
  100. package/esm/mcp-server/tools/deploymentsGetDeploymentFileContents.js +2 -1
  101. package/esm/mcp-server/tools/deploymentsGetDeploymentFileContents.js.map +1 -1
  102. package/esm/mcp-server/tools/getProjectsProjectIdLogsPresets.d.ts +7 -0
  103. package/esm/mcp-server/tools/getProjectsProjectIdLogsPresets.d.ts.map +1 -0
  104. package/esm/mcp-server/tools/getProjectsProjectIdLogsPresets.js +26 -0
  105. package/esm/mcp-server/tools/getProjectsProjectIdLogsPresets.js.map +1 -0
  106. package/esm/mcp-server/tools/logsGetRuntimeLogs.d.ts +7 -0
  107. package/esm/mcp-server/tools/logsGetRuntimeLogs.d.ts.map +1 -0
  108. package/esm/mcp-server/tools/logsGetRuntimeLogs.js +28 -0
  109. package/esm/mcp-server/tools/logsGetRuntimeLogs.js.map +1 -0
  110. package/esm/mcp-server/tools/patchProjectsProjectIdLogsPresetsId.d.ts +7 -0
  111. package/esm/mcp-server/tools/patchProjectsProjectIdLogsPresetsId.d.ts.map +1 -0
  112. package/esm/mcp-server/tools/patchProjectsProjectIdLogsPresetsId.js +26 -0
  113. package/esm/mcp-server/tools/patchProjectsProjectIdLogsPresetsId.js.map +1 -0
  114. package/esm/mcp-server/tools/postProjectsProjectIdLogsPresets.d.ts +7 -0
  115. package/esm/mcp-server/tools/postProjectsProjectIdLogsPresets.d.ts.map +1 -0
  116. package/esm/mcp-server/tools/postProjectsProjectIdLogsPresets.js +26 -0
  117. package/esm/mcp-server/tools/postProjectsProjectIdLogsPresets.js.map +1 -0
  118. package/esm/models/authuser.d.ts +0 -5
  119. package/esm/models/authuser.d.ts.map +1 -1
  120. package/esm/models/authuser.js +0 -2
  121. package/esm/models/authuser.js.map +1 -1
  122. package/esm/models/createprojectop.d.ts +2 -0
  123. package/esm/models/createprojectop.d.ts.map +1 -1
  124. package/esm/models/createprojectop.js +2 -0
  125. package/esm/models/createprojectop.js.map +1 -1
  126. package/esm/models/deleteprojectsprojectidlogspresetsidop.d.ts +37 -0
  127. package/esm/models/deleteprojectsprojectidlogspresetsidop.d.ts.map +1 -0
  128. package/esm/models/deleteprojectsprojectidlogspresetsidop.js +33 -0
  129. package/esm/models/deleteprojectsprojectidlogspresetsidop.js.map +1 -0
  130. package/esm/models/getdeploymentfilecontentsop.d.ts +31 -0
  131. package/esm/models/getdeploymentfilecontentsop.d.ts.map +1 -1
  132. package/esm/models/getdeploymentfilecontentsop.js +25 -0
  133. package/esm/models/getdeploymentfilecontentsop.js.map +1 -1
  134. package/esm/models/getprojectsop.d.ts +2 -0
  135. package/esm/models/getprojectsop.d.ts.map +1 -1
  136. package/esm/models/getprojectsop.js +2 -0
  137. package/esm/models/getprojectsop.js.map +1 -1
  138. package/esm/models/getprojectsprojectidlogspresetsop.d.ts +29 -0
  139. package/esm/models/getprojectsprojectidlogspresetsop.d.ts.map +1 -0
  140. package/esm/models/getprojectsprojectidlogspresetsop.js +31 -0
  141. package/esm/models/getprojectsprojectidlogspresetsop.js.map +1 -0
  142. package/esm/models/getruntimelogsop.d.ts +147 -0
  143. package/esm/models/getruntimelogsop.d.ts.map +1 -0
  144. package/esm/models/getruntimelogsop.js +122 -0
  145. package/esm/models/getruntimelogsop.js.map +1 -0
  146. package/esm/models/getteamsop.d.ts +5 -12
  147. package/esm/models/getteamsop.d.ts.map +1 -1
  148. package/esm/models/getteamsop.js +5 -4
  149. package/esm/models/getteamsop.js.map +1 -1
  150. package/esm/models/patchprojectsprojectidlogspresetsidop.d.ts +67 -0
  151. package/esm/models/patchprojectsprojectidlogspresetsidop.d.ts.map +1 -0
  152. package/esm/models/patchprojectsprojectidlogspresetsidop.js +69 -0
  153. package/esm/models/patchprojectsprojectidlogspresetsidop.js.map +1 -0
  154. package/esm/models/postprojectsprojectidlogspresetsop.d.ts +95 -0
  155. package/esm/models/postprojectsprojectidlogspresetsop.d.ts.map +1 -0
  156. package/esm/models/postprojectsprojectidlogspresetsop.js +90 -0
  157. package/esm/models/postprojectsprojectidlogspresetsop.js.map +1 -0
  158. package/esm/models/team.d.ts +78 -0
  159. package/esm/models/team.d.ts.map +1 -0
  160. package/esm/models/team.js +80 -0
  161. package/esm/models/team.js.map +1 -0
  162. package/esm/models/teamlimited.d.ts +14 -14
  163. package/esm/models/teamlimited.d.ts.map +1 -1
  164. package/esm/models/teamlimited.js +6 -6
  165. package/esm/models/teamlimited.js.map +1 -1
  166. package/esm/models/updateprojectdatacacheop.d.ts +2 -0
  167. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  168. package/esm/models/updateprojectdatacacheop.js +2 -0
  169. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  170. package/esm/models/updateprojectop.d.ts +2 -0
  171. package/esm/models/updateprojectop.d.ts.map +1 -1
  172. package/esm/models/updateprojectop.js +2 -0
  173. package/esm/models/updateprojectop.js.map +1 -1
  174. package/esm/models/updateprojectprotectionbypassop.d.ts +2 -0
  175. package/esm/models/updateprojectprotectionbypassop.d.ts.map +1 -1
  176. package/esm/models/updateprojectprotectionbypassop.js +2 -0
  177. package/esm/models/updateprojectprotectionbypassop.js.map +1 -1
  178. package/esm/models/uploadfileop.d.ts +5 -0
  179. package/esm/models/uploadfileop.d.ts.map +1 -1
  180. package/esm/models/uploadfileop.js +4 -0
  181. package/esm/models/uploadfileop.js.map +1 -1
  182. package/esm/models/userevent.d.ts +1101 -985
  183. package/esm/models/userevent.d.ts.map +1 -1
  184. package/esm/models/userevent.js +1424 -1322
  185. package/esm/models/userevent.js.map +1 -1
  186. package/esm/sdk/deployments.d.ts +2 -2
  187. package/esm/sdk/deployments.d.ts.map +1 -1
  188. package/esm/sdk/deployments.js.map +1 -1
  189. package/esm/sdk/logs.d.ts +12 -0
  190. package/esm/sdk/logs.d.ts.map +1 -0
  191. package/esm/sdk/logs.js +18 -0
  192. package/esm/sdk/logs.js.map +1 -0
  193. package/esm/sdk/sdk.d.ts +13 -1
  194. package/esm/sdk/sdk.d.ts.map +1 -1
  195. package/esm/sdk/sdk.js +21 -0
  196. package/esm/sdk/sdk.js.map +1 -1
  197. package/esm/sdk/teams.d.ts +3 -6
  198. package/esm/sdk/teams.d.ts.map +1 -1
  199. package/esm/sdk/teams.js.map +1 -1
  200. package/jsr.json +1 -1
  201. package/package.json +1 -1
  202. package/src/__tests__/accessgroups.test.ts +0 -144
  203. package/src/__tests__/aliases.test.ts +0 -43
  204. package/src/__tests__/artifacts.test.ts +0 -22
  205. package/src/__tests__/authentication.test.ts +0 -71
  206. package/src/__tests__/certs.test.ts +0 -27
  207. package/src/__tests__/checks.test.ts +0 -46
  208. package/src/__tests__/deployments.test.ts +2 -212
  209. package/src/__tests__/dns.test.ts +0 -10
  210. package/src/__tests__/domains.test.ts +0 -142
  211. package/src/__tests__/edgeconfig.test.ts +0 -71
  212. package/src/__tests__/environment.test.ts +0 -34
  213. package/src/__tests__/integrations.test.ts +0 -23
  214. package/src/__tests__/logdrains.test.ts +0 -114
  215. package/src/__tests__/logs.test.ts +25 -0
  216. package/src/__tests__/marketplace.test.ts +0 -49
  217. package/src/__tests__/projectmembers.test.ts +0 -6
  218. package/src/__tests__/projects.test.ts +0 -459
  219. package/src/__tests__/security.test.ts +0 -274
  220. package/src/__tests__/teams.test.ts +0 -60
  221. package/src/__tests__/user.test.ts +0 -8
  222. package/src/__tests__/vercel.test.ts +77 -1
  223. package/src/__tests__/webhooks.test.ts +0 -94
  224. package/src/funcs/deleteProjectsProjectIdLogsPresetsId.ts +179 -0
  225. package/src/funcs/deploymentsGetDeploymentFileContents.ts +6 -5
  226. package/src/funcs/deploymentsUploadFile.ts +5 -0
  227. package/src/funcs/getProjectsProjectIdLogsPresets.ts +174 -0
  228. package/src/funcs/logsGetRuntimeLogs.ts +199 -0
  229. package/src/funcs/patchProjectsProjectIdLogsPresetsId.ts +188 -0
  230. package/src/funcs/postProjectsProjectIdLogsPresets.ts +174 -0
  231. package/src/funcs/teamsGetTeam.ts +8 -5
  232. package/src/funcs/teamsPatchTeam.ts +8 -5
  233. package/src/lib/config.ts +3 -3
  234. package/src/mcp-server/mcp-server.ts +1 -1
  235. package/src/mcp-server/server.ts +11 -1
  236. package/src/mcp-server/tools/deleteProjectsProjectIdLogsPresetsId.ts +35 -0
  237. package/src/mcp-server/tools/deploymentsGetDeploymentFileContents.ts +3 -1
  238. package/src/mcp-server/tools/getProjectsProjectIdLogsPresets.ts +36 -0
  239. package/src/mcp-server/tools/logsGetRuntimeLogs.ts +37 -0
  240. package/src/mcp-server/tools/patchProjectsProjectIdLogsPresetsId.ts +37 -0
  241. package/src/mcp-server/tools/postProjectsProjectIdLogsPresets.ts +37 -0
  242. package/src/models/authuser.ts +0 -7
  243. package/src/models/createprojectop.ts +4 -0
  244. package/src/models/deleteprojectsprojectidlogspresetsidop.ts +89 -0
  245. package/src/models/getdeploymentfilecontentsop.ts +69 -0
  246. package/src/models/getprojectsop.ts +4 -0
  247. package/src/models/getprojectsprojectidlogspresetsop.ts +72 -0
  248. package/src/models/getruntimelogsop.ts +237 -0
  249. package/src/models/getteamsop.ts +14 -10
  250. package/src/models/patchprojectsprojectidlogspresetsidop.ts +180 -0
  251. package/src/models/postprojectsprojectidlogspresetsop.ts +217 -0
  252. package/src/models/team.ts +156 -0
  253. package/src/models/teamlimited.ts +8 -8
  254. package/src/models/updateprojectdatacacheop.ts +4 -0
  255. package/src/models/updateprojectop.ts +4 -0
  256. package/src/models/updateprojectprotectionbypassop.ts +4 -0
  257. package/src/models/uploadfileop.ts +9 -0
  258. package/src/models/userevent.ts +2498 -2288
  259. package/src/sdk/deployments.ts +5 -2
  260. package/src/sdk/logs.ts +30 -0
  261. package/src/sdk/sdk.ts +61 -1
  262. package/src/sdk/teams.ts +3 -2
  263. package/vercel-spec.json +599 -29
@@ -53,9 +53,9 @@ export type Entities = {
53
53
  * Metadata for {@link userId}.
54
54
  */
55
55
  export type User = {
56
+ username: string;
56
57
  avatar: string;
57
58
  email: string;
58
- username: string;
59
59
  slug?: string | undefined;
60
60
  uid: string;
61
61
  };
@@ -139,7 +139,7 @@ export type AuthMethod = ClosedEnum<typeof AuthMethod>;
139
139
  /**
140
140
  * The payload of the event, if requested.
141
141
  */
142
- export type OneHundredAndFortyEight = {
142
+ export type OneHundredAndFifty = {
143
143
  grantType: GrantType;
144
144
  appName: string;
145
145
  /**
@@ -153,11 +153,11 @@ export type OneHundredAndFortyEight = {
153
153
  scope: string;
154
154
  authMethod: AuthMethod;
155
155
  };
156
- export type UserEventPayload147Team = {
156
+ export type UserEventPayload149Team = {
157
157
  id: string;
158
158
  name: string;
159
159
  };
160
- export type UserEventPayload147Configuration = {
160
+ export type UserEventPayload149Configuration = {
161
161
  id: string;
162
162
  name?: string | undefined;
163
163
  };
@@ -168,17 +168,17 @@ export type UserEventPayloadPeering = {
168
168
  /**
169
169
  * The payload of the event, if requested.
170
170
  */
171
- export type OneHundredAndFortySeven = {
172
- team: UserEventPayload147Team;
173
- configuration: UserEventPayload147Configuration;
171
+ export type OneHundredAndFortyNine = {
172
+ team: UserEventPayload149Team;
173
+ configuration: UserEventPayload149Configuration;
174
174
  peering: UserEventPayloadPeering;
175
175
  newName?: string | undefined;
176
176
  };
177
- export type UserEventPayload146Team = {
177
+ export type UserEventPayload148Team = {
178
178
  id: string;
179
179
  name: string;
180
180
  };
181
- export type UserEventPayload146Configuration = {
181
+ export type UserEventPayload148Configuration = {
182
182
  id: string;
183
183
  name?: string | undefined;
184
184
  };
@@ -189,16 +189,16 @@ export type PayloadPeering = {
189
189
  /**
190
190
  * The payload of the event, if requested.
191
191
  */
192
- export type OneHundredAndFortySix = {
193
- team: UserEventPayload146Team;
194
- configuration: UserEventPayload146Configuration;
192
+ export type OneHundredAndFortyEight = {
193
+ team: UserEventPayload148Team;
194
+ configuration: UserEventPayload148Configuration;
195
195
  peering: PayloadPeering;
196
196
  };
197
- export type UserEventPayload145Team = {
197
+ export type UserEventPayload147Team = {
198
198
  id: string;
199
199
  name: string;
200
200
  };
201
- export type UserEventPayload145Configuration = {
201
+ export type UserEventPayload147Configuration = {
202
202
  id: string;
203
203
  name?: string | undefined;
204
204
  };
@@ -211,35 +211,35 @@ export type Peering = {
211
211
  /**
212
212
  * The payload of the event, if requested.
213
213
  */
214
- export type OneHundredAndFortyFive = {
215
- team: UserEventPayload145Team;
216
- configuration: UserEventPayload145Configuration;
214
+ export type OneHundredAndFortySeven = {
215
+ team: UserEventPayload147Team;
216
+ configuration: UserEventPayload147Configuration;
217
217
  peering: Peering;
218
218
  };
219
219
  /**
220
220
  * The payload of the event, if requested.
221
221
  */
222
- export type OneHundredAndFortyFour = {
222
+ export type OneHundredAndFortySix = {
223
223
  appName: string;
224
224
  };
225
225
  /**
226
226
  * The payload of the event, if requested.
227
227
  */
228
- export type OneHundredAndFortyThree = {
228
+ export type OneHundredAndFortyFive = {
229
229
  appName: string;
230
230
  nextScopes: Array<string>;
231
231
  };
232
232
  /**
233
233
  * The payload of the event, if requested.
234
234
  */
235
- export type OneHundredAndFortyTwo = {
235
+ export type OneHundredAndFortyFour = {
236
236
  appName: string;
237
237
  scopes: Array<string>;
238
238
  };
239
239
  /**
240
240
  * The payload of the event, if requested.
241
241
  */
242
- export type OneHundredAndFortyOne = {
242
+ export type OneHundredAndFortyThree = {
243
243
  oldName: string;
244
244
  newName: string;
245
245
  };
@@ -251,7 +251,7 @@ export type Tier = ClosedEnum<typeof Tier>;
251
251
  /**
252
252
  * The payload of the event, if requested.
253
253
  */
254
- export type OneHundredAndForty = {
254
+ export type OneHundredAndFortyTwo = {
255
255
  tier: Tier;
256
256
  };
257
257
  export type ProjectWebAnalytics = {
@@ -271,7 +271,7 @@ export type PrevProjectWebAnalytics = {
271
271
  /**
272
272
  * The payload of the event, if requested.
273
273
  */
274
- export type OneHundredAndThirtyNine = {
274
+ export type OneHundredAndFortyOne = {
275
275
  projectId: string;
276
276
  projectName: string;
277
277
  projectWebAnalytics?: ProjectWebAnalytics | undefined;
@@ -309,7 +309,7 @@ export type Microfrontends1 = {
309
309
  routeObservabilityToThisProject?: boolean | undefined;
310
310
  };
311
311
  export type Microfrontends = Microfrontends2 | Microfrontends1;
312
- export type UserEventPayload138Project = {
312
+ export type UserEventPayload140Project = {
313
313
  id: string;
314
314
  name: string;
315
315
  microfrontends?: Microfrontends2 | Microfrontends1 | undefined;
@@ -346,11 +346,11 @@ export type UserEventMicrofrontends1 = {
346
346
  routeObservabilityToThisProject?: boolean | undefined;
347
347
  };
348
348
  export type PayloadMicrofrontends = UserEventMicrofrontends2 | UserEventMicrofrontends1;
349
- export type UserEventPayload138PrevProject = {
349
+ export type UserEventPayload140PrevProject = {
350
350
  microfrontends?: UserEventMicrofrontends2 | UserEventMicrofrontends1 | undefined;
351
351
  };
352
352
  export type PayloadPrev = {
353
- project: UserEventPayload138PrevProject;
353
+ project: UserEventPayload140PrevProject;
354
354
  };
355
355
  export type PayloadGroup = {
356
356
  id: string;
@@ -360,12 +360,12 @@ export type PayloadGroup = {
360
360
  /**
361
361
  * The payload of the event, if requested.
362
362
  */
363
- export type OneHundredAndThirtyEight = {
364
- project: UserEventPayload138Project;
363
+ export type OneHundredAndForty = {
364
+ project: UserEventPayload140Project;
365
365
  prev: PayloadPrev;
366
366
  group: PayloadGroup;
367
367
  };
368
- export type UserEventPayload137Project = {
368
+ export type UserEventPayload139Project = {
369
369
  id: string;
370
370
  name: string;
371
371
  };
@@ -377,8 +377,8 @@ export type Group = {
377
377
  /**
378
378
  * The payload of the event, if requested.
379
379
  */
380
- export type OneHundredAndThirtySeven = {
381
- project: UserEventPayload137Project;
380
+ export type OneHundredAndThirtyNine = {
381
+ project: UserEventPayload139Project;
382
382
  group: Group;
383
383
  };
384
384
  export type Prev = {
@@ -388,7 +388,7 @@ export type Prev = {
388
388
  /**
389
389
  * The payload of the event, if requested.
390
390
  */
391
- export type OneHundredAndThirtySix = {
391
+ export type OneHundredAndThirtyEight = {
392
392
  id: string;
393
393
  slug: string;
394
394
  name: string;
@@ -397,7 +397,7 @@ export type OneHundredAndThirtySix = {
397
397
  /**
398
398
  * The payload of the event, if requested.
399
399
  */
400
- export type OneHundredAndThirtyFive = {
400
+ export type OneHundredAndThirtySeven = {
401
401
  id: string;
402
402
  slug: string;
403
403
  name: string;
@@ -405,7 +405,7 @@ export type OneHundredAndThirtyFive = {
405
405
  /**
406
406
  * The payload of the event, if requested.
407
407
  */
408
- export type OneHundredAndThirtyFour = {
408
+ export type OneHundredAndThirtySix = {
409
409
  edgeConfigId: string;
410
410
  edgeConfigSlug: string;
411
411
  /**
@@ -416,7 +416,7 @@ export type OneHundredAndThirtyFour = {
416
416
  /**
417
417
  * The payload of the event, if requested.
418
418
  */
419
- export type OneHundredAndThirtyThree = {
419
+ export type OneHundredAndThirtyFive = {
420
420
  edgeConfigId: string;
421
421
  edgeConfigSlug: string;
422
422
  edgeConfigTokenId: string;
@@ -425,20 +425,20 @@ export type OneHundredAndThirtyThree = {
425
425
  /**
426
426
  * The payload of the event, if requested.
427
427
  */
428
- export type OneHundredAndThirtyTwo = {
428
+ export type OneHundredAndThirtyFour = {
429
429
  edgeConfigId: string;
430
430
  edgeConfigSlug: string;
431
431
  edgeConfigDigest: string;
432
432
  };
433
- export declare const UserEventPayload131Role: {
433
+ export declare const UserEventPayload133Role: {
434
434
  readonly Admin: "ADMIN";
435
435
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
436
436
  readonly ProjectViewer: "PROJECT_VIEWER";
437
437
  };
438
- export type UserEventPayload131Role = ClosedEnum<typeof UserEventPayload131Role>;
439
- export type UserEventPayload131Project = {
438
+ export type UserEventPayload133Role = ClosedEnum<typeof UserEventPayload133Role>;
439
+ export type UserEventPayload133Project = {
440
440
  name: string;
441
- role: UserEventPayload131Role;
441
+ role: UserEventPayload133Role;
442
442
  invitedUserName: string;
443
443
  id?: string | undefined;
444
444
  invitedUserId?: string | undefined;
@@ -446,40 +446,40 @@ export type UserEventPayload131Project = {
446
446
  /**
447
447
  * The payload of the event, if requested.
448
448
  */
449
- export type OneHundredAndThirtyOne = {
450
- project: UserEventPayload131Project;
449
+ export type OneHundredAndThirtyThree = {
450
+ project: UserEventPayload133Project;
451
451
  };
452
- export type UserEventPayload130Project = {
452
+ export type UserEventPayload132Project = {
453
453
  id: string;
454
454
  name: string;
455
455
  };
456
- export declare const UserEventPayload130Role: {
456
+ export declare const UserEventPayload132Role: {
457
457
  readonly Admin: "ADMIN";
458
458
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
459
459
  readonly ProjectViewer: "PROJECT_VIEWER";
460
460
  };
461
- export type UserEventPayload130Role = ClosedEnum<typeof UserEventPayload130Role>;
462
- export declare const PreviousRole: {
461
+ export type UserEventPayload132Role = ClosedEnum<typeof UserEventPayload132Role>;
462
+ export declare const PayloadPreviousRole: {
463
463
  readonly Admin: "ADMIN";
464
464
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
465
465
  readonly ProjectViewer: "PROJECT_VIEWER";
466
466
  };
467
- export type PreviousRole = ClosedEnum<typeof PreviousRole>;
467
+ export type PayloadPreviousRole = ClosedEnum<typeof PayloadPreviousRole>;
468
468
  export type PayloadProjectMembership = {
469
- role?: UserEventPayload130Role | undefined;
469
+ role?: UserEventPayload132Role | undefined;
470
470
  uid?: string | undefined;
471
471
  createdAt?: number | undefined;
472
472
  username?: string | undefined;
473
- previousRole?: PreviousRole | undefined;
473
+ previousRole?: PayloadPreviousRole | undefined;
474
474
  };
475
475
  /**
476
476
  * The payload of the event, if requested.
477
477
  */
478
- export type OneHundredAndThirty = {
479
- project: UserEventPayload130Project;
478
+ export type OneHundredAndThirtyTwo = {
479
+ project: UserEventPayload132Project;
480
480
  projectMembership: PayloadProjectMembership;
481
481
  };
482
- export type UserEventPayload129Project = {
482
+ export type UserEventPayload131Project = {
483
483
  name: string;
484
484
  id?: string | undefined;
485
485
  };
@@ -498,11 +498,11 @@ export type RemovedMembership = {
498
498
  /**
499
499
  * The payload of the event, if requested.
500
500
  */
501
- export type OneHundredAndTwentyNine = {
502
- project: UserEventPayload129Project;
501
+ export type OneHundredAndThirtyOne = {
502
+ project: UserEventPayload131Project;
503
503
  removedMembership: RemovedMembership;
504
504
  };
505
- export type UserEventPayload128Project = {
505
+ export type UserEventPayload130Project = {
506
506
  name: string;
507
507
  id?: string | undefined;
508
508
  };
@@ -521,14 +521,14 @@ export type ProjectMembership = {
521
521
  /**
522
522
  * The payload of the event, if requested.
523
523
  */
524
- export type OneHundredAndTwentyEight = {
525
- project: UserEventPayload128Project;
524
+ export type OneHundredAndThirty = {
525
+ project: UserEventPayload130Project;
526
526
  projectMembership: ProjectMembership | null;
527
527
  };
528
528
  /**
529
529
  * The payload of the event, if requested.
530
530
  */
531
- export type OneHundredAndTwentySeven = {
531
+ export type OneHundredAndTwentyNine = {
532
532
  previousProjectName: string;
533
533
  newProjectName: string;
534
534
  originAccountName: string;
@@ -537,7 +537,7 @@ export type OneHundredAndTwentySeven = {
537
537
  /**
538
538
  * The payload of the event, if requested.
539
539
  */
540
- export type OneHundredAndTwentySix = {
540
+ export type OneHundredAndTwentyEight = {
541
541
  previousProjectName: string;
542
542
  newProjectName: string;
543
543
  destinationAccountName: string;
@@ -546,7 +546,7 @@ export type OneHundredAndTwentySix = {
546
546
  /**
547
547
  * The payload of the event, if requested.
548
548
  */
549
- export type OneHundredAndTwentyFive = {
549
+ export type OneHundredAndTwentySeven = {
550
550
  projectName: string;
551
551
  destinationAccountName: string | null;
552
552
  transferId?: string | undefined;
@@ -554,7 +554,7 @@ export type OneHundredAndTwentyFive = {
554
554
  /**
555
555
  * The payload of the event, if requested.
556
556
  */
557
- export type OneHundredAndTwentyFour = {
557
+ export type OneHundredAndTwentySix = {
558
558
  projectId: string;
559
559
  projectName: string;
560
560
  originAccountName: string;
@@ -565,7 +565,7 @@ export type OneHundredAndTwentyFour = {
565
565
  /**
566
566
  * The payload of the event, if requested.
567
567
  */
568
- export type OneHundredAndTwentyThree = {
568
+ export type OneHundredAndTwentyFive = {
569
569
  requestedTeamName: string;
570
570
  requestedUserName?: string | undefined;
571
571
  gitUsername?: string | undefined;
@@ -576,7 +576,7 @@ export type OneHundredAndTwentyThree = {
576
576
  /**
577
577
  * The payload of the event, if requested.
578
578
  */
579
- export type OneHundredAndTwentyTwo = {
579
+ export type OneHundredAndTwentyFour = {
580
580
  teamName: string;
581
581
  username?: string | undefined;
582
582
  gitUsername?: string | null | undefined;
@@ -587,7 +587,7 @@ export type OneHundredAndTwentyTwo = {
587
587
  /**
588
588
  * The payload of the event, if requested.
589
589
  */
590
- export type OneHundredAndTwentyOne = {
590
+ export type OneHundredAndTwentyThree = {
591
591
  teamName: string;
592
592
  username?: string | undefined;
593
593
  gitUsername?: string | undefined;
@@ -600,21 +600,21 @@ export type OneHundredAndTwentyOne = {
600
600
  /**
601
601
  * The payload of the event, if requested.
602
602
  */
603
- export type OneHundredAndTwenty = {
603
+ export type OneHundredAndTwentyTwo = {
604
604
  price?: number | undefined;
605
605
  currency?: string | undefined;
606
606
  };
607
607
  /**
608
608
  * The payload of the event, if requested.
609
609
  */
610
- export type OneHundredAndNineteen = {
610
+ export type OneHundredAndTwentyOne = {
611
611
  previewDeploymentSuffix?: string | null | undefined;
612
612
  previousPreviewDeploymentSuffix?: string | null | undefined;
613
613
  };
614
614
  /**
615
615
  * The payload of the event, if requested.
616
616
  */
617
- export type OneHundredAndEighteen = {
617
+ export type OneHundredAndTwenty = {
618
618
  price?: number | undefined;
619
619
  currency?: string | undefined;
620
620
  enabled?: boolean | undefined;
@@ -622,26 +622,26 @@ export type OneHundredAndEighteen = {
622
622
  /**
623
623
  * The payload of the event, if requested.
624
624
  */
625
- export type OneHundredAndSeventeen = {
625
+ export type OneHundredAndNineteen = {
626
626
  username: string;
627
627
  };
628
628
  /**
629
629
  * The payload of the event, if requested.
630
630
  */
631
- export type OneHundredAndSixteen = {
631
+ export type OneHundredAndEighteen = {
632
632
  email: string;
633
633
  prevEmail: string;
634
634
  };
635
635
  /**
636
636
  * The payload of the event, if requested.
637
637
  */
638
- export type OneHundredAndFifteen = {
638
+ export type OneHundredAndSeventeen = {
639
639
  mfaEnabled: boolean;
640
640
  };
641
641
  /**
642
642
  * The payload of the event, if requested.
643
643
  */
644
- export type OneHundredAndFourteen = {
644
+ export type OneHundredAndSixteen = {
645
645
  enabled: boolean;
646
646
  totpVerified: boolean;
647
647
  };
@@ -656,7 +656,7 @@ export type Next = {
656
656
  /**
657
657
  * The payload of the event, if requested.
658
658
  */
659
- export type OneHundredAndThirteen = {
659
+ export type OneHundredAndFifteen = {
660
660
  previous: Previous;
661
661
  next: Next;
662
662
  };
@@ -669,7 +669,7 @@ export type PayloadRemoteCaching = {
669
669
  /**
670
670
  * The payload of the event, if requested.
671
671
  */
672
- export type OneHundredAndTwelve = {
672
+ export type OneHundredAndFourteen = {
673
673
  /**
674
674
  * Represents configuration for remote caching
675
675
  */
@@ -678,31 +678,31 @@ export type OneHundredAndTwelve = {
678
678
  /**
679
679
  * The payload of the event, if requested.
680
680
  */
681
- export type OneHundredAndEleven = {
681
+ export type OneHundredAndThirteen = {
682
682
  slug?: string | undefined;
683
683
  };
684
684
  /**
685
685
  * The payload of the event, if requested.
686
686
  */
687
- export type OneHundredAndTen = {
687
+ export type OneHundredAndTwelve = {
688
688
  name?: string | undefined;
689
689
  };
690
690
  /**
691
691
  * The payload of the event, if requested.
692
692
  */
693
- export type OneHundredAndNine = {
693
+ export type OneHundredAndEleven = {
694
694
  enforced: boolean;
695
695
  };
696
- export type UserEventPayload108User = {
696
+ export type UserEventPayload110User = {
697
697
  id: string;
698
698
  username: string;
699
699
  };
700
700
  /**
701
701
  * The payload of the event, if requested.
702
702
  */
703
- export type OneHundredAndEight = {
703
+ export type OneHundredAndTen = {
704
704
  entitlement: string;
705
- user: UserEventPayload108User;
705
+ user: UserEventPayload110User;
706
706
  previousCanceledAt?: string | undefined;
707
707
  };
708
708
  export type UserEventPayloadUser = {
@@ -712,7 +712,7 @@ export type UserEventPayloadUser = {
712
712
  /**
713
713
  * The payload of the event, if requested.
714
714
  */
715
- export type OneHundredAndSeven = {
715
+ export type OneHundredAndNine = {
716
716
  entitlement: string;
717
717
  user: UserEventPayloadUser;
718
718
  };
@@ -723,7 +723,7 @@ export type UpdatedUser = {
723
723
  /**
724
724
  * The payload of the event, if requested.
725
725
  */
726
- export type OneHundredAndSix = {
726
+ export type OneHundredAndEight = {
727
727
  directoryType?: string | undefined;
728
728
  updatedUser?: UpdatedUser | undefined;
729
729
  role?: string | undefined;
@@ -733,7 +733,7 @@ export type OneHundredAndSix = {
733
733
  /**
734
734
  * The payload of the event, if requested.
735
735
  */
736
- export type OneHundredAndFive = {
736
+ export type OneHundredAndSeven = {
737
737
  role?: string | undefined;
738
738
  uid: string;
739
739
  origin?: string | undefined;
@@ -745,7 +745,7 @@ export type DeletedUser = {
745
745
  /**
746
746
  * The payload of the event, if requested.
747
747
  */
748
- export type OneHundredAndFour = {
748
+ export type OneHundredAndSix = {
749
749
  deletedUser?: DeletedUser | undefined;
750
750
  deletedUid?: string | undefined;
751
751
  githubUsername?: string | null | undefined;
@@ -760,7 +760,7 @@ export type InvitedUser = {
760
760
  /**
761
761
  * The payload of the event, if requested.
762
762
  */
763
- export type OneHundredAndThree = {
763
+ export type OneHundredAndFive = {
764
764
  directoryType?: string | undefined;
765
765
  ssoType?: string | undefined;
766
766
  invitedUser?: InvitedUser | undefined;
@@ -776,7 +776,7 @@ export type Reasons = {
776
776
  /**
777
777
  * The payload of the event, if requested.
778
778
  */
779
- export type OneHundredAndTwo = {
779
+ export type OneHundredAndFour = {
780
780
  slug: string;
781
781
  teamId: string;
782
782
  by: string;
@@ -785,7 +785,7 @@ export type OneHundredAndTwo = {
785
785
  /**
786
786
  * The payload of the event, if requested.
787
787
  */
788
- export type OneHundredAndOne = {
788
+ export type OneHundredAndThree = {
789
789
  slug: string;
790
790
  };
791
791
  export type Store = {
@@ -795,7 +795,7 @@ export type Store = {
795
795
  /**
796
796
  * The payload of the event, if requested.
797
797
  */
798
- export type OneHundred = {
798
+ export type OneHundredAndTwo = {
799
799
  store: Store;
800
800
  ownerId?: string | undefined;
801
801
  };
@@ -807,7 +807,7 @@ export type StoreType = ClosedEnum<typeof StoreType>;
807
807
  /**
808
808
  * The payload of the event, if requested.
809
809
  */
810
- export type NinetyNine = {
810
+ export type OneHundredAndOne = {
811
811
  storeType: StoreType;
812
812
  };
813
813
  export declare const UserEventPayloadType: {
@@ -821,7 +821,7 @@ export type UserEventPayloadType = ClosedEnum<typeof UserEventPayloadType>;
821
821
  /**
822
822
  * The payload of the event, if requested.
823
823
  */
824
- export type NinetyEight = {
824
+ export type OneHundred = {
825
825
  id: string;
826
826
  name?: string | undefined;
827
827
  computeUnitsMax?: number | undefined;
@@ -832,13 +832,13 @@ export type NinetyEight = {
832
832
  /**
833
833
  * The budget type
834
834
  */
835
- export declare const UserEventPayload97Type: {
835
+ export declare const UserEventPayload99Type: {
836
836
  readonly Fixed: "fixed";
837
837
  };
838
838
  /**
839
839
  * The budget type
840
840
  */
841
- export type UserEventPayload97Type = ClosedEnum<typeof UserEventPayload97Type>;
841
+ export type UserEventPayload99Type = ClosedEnum<typeof UserEventPayload99Type>;
842
842
  /**
843
843
  * The acive pricing plan the team is billed with
844
844
  */
@@ -857,7 +857,7 @@ export type BudgetItem = {
857
857
  /**
858
858
  * The budget type
859
859
  */
860
- type: UserEventPayload97Type;
860
+ type: UserEventPayload99Type;
861
861
  /**
862
862
  * Budget amount
863
863
  */
@@ -916,19 +916,19 @@ export type PayloadBudget = {
916
916
  /**
917
917
  * The payload of the event, if requested.
918
918
  */
919
- export type NinetySeven = {
919
+ export type NinetyNine = {
920
920
  budget: PayloadBudget;
921
921
  };
922
922
  /**
923
923
  * The budget type
924
924
  */
925
- export declare const UserEventPayload96Type: {
925
+ export declare const UserEventPayload98Type: {
926
926
  readonly Fixed: "fixed";
927
927
  };
928
928
  /**
929
929
  * The budget type
930
930
  */
931
- export type UserEventPayload96Type = ClosedEnum<typeof UserEventPayload96Type>;
931
+ export type UserEventPayload98Type = ClosedEnum<typeof UserEventPayload98Type>;
932
932
  /**
933
933
  * The acive pricing plan the team is billed with
934
934
  */
@@ -947,7 +947,7 @@ export type Budget = {
947
947
  /**
948
948
  * The budget type
949
949
  */
950
- type: UserEventPayload96Type;
950
+ type: UserEventPayload98Type;
951
951
  /**
952
952
  * Budget amount
953
953
  */
@@ -1000,7 +1000,7 @@ export type Budget = {
1000
1000
  /**
1001
1001
  * The payload of the event, if requested.
1002
1002
  */
1003
- export type NinetySix = {
1003
+ export type NinetyEight = {
1004
1004
  /**
1005
1005
  * Represents a budget for tracking and notifying teams on their spending.
1006
1006
  */
@@ -1009,7 +1009,7 @@ export type NinetySix = {
1009
1009
  /**
1010
1010
  * The payload of the event, if requested.
1011
1011
  */
1012
- export type NinetyFive = {
1012
+ export type NinetySeven = {
1013
1013
  webhookUrl?: string | undefined;
1014
1014
  };
1015
1015
  export type ScalingRules = {
@@ -1019,7 +1019,7 @@ export type ScalingRules = {
1019
1019
  /**
1020
1020
  * The payload of the event, if requested.
1021
1021
  */
1022
- export type NinetyFour = {
1022
+ export type NinetySix = {
1023
1023
  scalingRules: {
1024
1024
  [k: string]: ScalingRules;
1025
1025
  };
@@ -1030,13 +1030,13 @@ export type NinetyFour = {
1030
1030
  /**
1031
1031
  * The payload of the event, if requested.
1032
1032
  */
1033
- export type NinetyThree = {
1033
+ export type NinetyFive = {
1034
1034
  bio: string;
1035
1035
  };
1036
1036
  /**
1037
1037
  * The payload of the event, if requested.
1038
1038
  */
1039
- export type NinetyTwo = {
1039
+ export type NinetyFour = {
1040
1040
  oldName: string;
1041
1041
  newName: string;
1042
1042
  uid?: string | undefined;
@@ -1048,11 +1048,11 @@ export type Name = Name2 | string;
1048
1048
  /**
1049
1049
  * The payload of the event, if requested.
1050
1050
  */
1051
- export type NinetyOne = {
1051
+ export type NinetyThree = {
1052
1052
  uid: string;
1053
1053
  name: Name2 | string;
1054
1054
  };
1055
- export type UserEventPayload90Team = {
1055
+ export type UserEventPayload92Team = {
1056
1056
  id: string;
1057
1057
  name?: string | undefined;
1058
1058
  };
@@ -1062,11 +1062,11 @@ export type PayloadPreviousRule = {
1062
1062
  /**
1063
1063
  * The payload of the event, if requested.
1064
1064
  */
1065
- export type Ninety = {
1066
- team: UserEventPayload90Team;
1065
+ export type NinetyTwo = {
1066
+ team: UserEventPayload92Team;
1067
1067
  previousRule: PayloadPreviousRule;
1068
1068
  };
1069
- export type UserEventPayload89Team = {
1069
+ export type UserEventPayload91Team = {
1070
1070
  id: string;
1071
1071
  name?: string | undefined;
1072
1072
  };
@@ -1079,39 +1079,54 @@ export type NextRule = {
1079
1079
  /**
1080
1080
  * The payload of the event, if requested.
1081
1081
  */
1082
- export type EightyNine = {
1083
- team: UserEventPayload89Team;
1082
+ export type NinetyOne = {
1083
+ team: UserEventPayload91Team;
1084
1084
  previousRule?: PreviousRule | undefined;
1085
1085
  nextRule?: NextRule | undefined;
1086
1086
  };
1087
1087
  /**
1088
1088
  * The payload of the event, if requested.
1089
1089
  */
1090
- export type EightyEight = {
1090
+ export type Ninety = {
1091
1091
  email: string;
1092
1092
  };
1093
1093
  /**
1094
1094
  * The payload of the event, if requested.
1095
1095
  */
1096
- export type EightySeven = {
1096
+ export type EightyNine = {
1097
1097
  email: string;
1098
1098
  verified: boolean;
1099
1099
  };
1100
1100
  /**
1101
1101
  * The payload of the event, if requested.
1102
1102
  */
1103
- export type EightySix = {
1103
+ export type EightyEight = {
1104
1104
  instances: number;
1105
1105
  url: string;
1106
1106
  };
1107
1107
  /**
1108
1108
  * The payload of the event, if requested.
1109
1109
  */
1110
- export type EightyFive = {
1110
+ export type EightySeven = {
1111
1111
  gitProvider: string;
1112
1112
  gitProviderGroupDescriptor: string;
1113
1113
  gitScope: string;
1114
1114
  };
1115
+ /**
1116
+ * The payload of the event, if requested.
1117
+ */
1118
+ export type EightySix = {
1119
+ projectId?: string | undefined;
1120
+ projectName?: string | undefined;
1121
+ newTargetPercentage?: number | undefined;
1122
+ };
1123
+ /**
1124
+ * The payload of the event, if requested.
1125
+ */
1126
+ export type EightyFive = {
1127
+ projectId: string;
1128
+ projectName: string;
1129
+ };
1115
1130
  /**
1116
1131
  * The payload of the event, if requested.
1117
1132
  */
@@ -1733,7 +1748,6 @@ export type PayloadResourceConfig = {
1733
1748
  edgeConfigSize?: number | undefined;
1734
1749
  edgeFunctionMaxSizeBytes?: number | undefined;
1735
1750
  edgeFunctionExecutionTimeoutMs?: number | undefined;
1736
- serverlessFunctionDefaultMaxExecutionTime?: number | undefined;
1737
1751
  serverlessFunctionMaxMemorySize?: number | undefined;
1738
1752
  kvDatabases?: number | undefined;
1739
1753
  postgresDatabases?: number | undefined;
@@ -3342,7 +3356,7 @@ export type Thirty = {
3342
3356
  buildsEnabled?: boolean | undefined;
3343
3357
  passive?: boolean | undefined;
3344
3358
  };
3345
- export type Team = {
3359
+ export type UserEventPayload29Team = {
3346
3360
  id: string;
3347
3361
  name: string;
3348
3362
  };
@@ -3358,7 +3372,7 @@ export type PayloadProject = {
3358
3372
  * The payload of the event, if requested.
3359
3373
  */
3360
3374
  export type TwentyNine = {
3361
- team: Team;
3375
+ team: UserEventPayload29Team;
3362
3376
  configuration: Configuration;
3363
3377
  project: PayloadProject;
3364
3378
  buildsEnabled?: boolean | undefined;
@@ -3572,14 +3586,26 @@ export type Project = {
3572
3586
  id: string;
3573
3587
  name?: string | undefined;
3574
3588
  };
3589
+ export declare const NextRole: {
3590
+ readonly Admin: "ADMIN";
3591
+ readonly ProjectDeveloper: "PROJECT_DEVELOPER";
3592
+ readonly ProjectViewer: "PROJECT_VIEWER";
3593
+ };
3594
+ export type NextRole = ClosedEnum<typeof NextRole>;
3595
+ export declare const PreviousRole: {
3596
+ readonly Admin: "ADMIN";
3597
+ readonly ProjectDeveloper: "PROJECT_DEVELOPER";
3598
+ readonly ProjectViewer: "PROJECT_VIEWER";
3599
+ };
3600
+ export type PreviousRole = ClosedEnum<typeof PreviousRole>;
3575
3601
  /**
3576
3602
  * The payload of the event, if requested.
3577
3603
  */
3578
3604
  export type Six = {
3579
3605
  accessGroup: UserEventPayload6AccessGroup;
3580
3606
  project: Project;
3581
- nextRole?: string | null | undefined;
3582
- previousRole?: string | undefined;
3607
+ nextRole?: NextRole | null | undefined;
3608
+ previousRole?: PreviousRole | undefined;
3583
3609
  };
3584
3610
  export type UserEventPayloadAccessGroup = {
3585
3611
  id: string;
@@ -3639,7 +3665,7 @@ export type Payload2 = {
3639
3665
  * The payload of the event, if requested.
3640
3666
  */
3641
3667
  export type Payload1 = {};
3642
- export type Payload = Payload1 | 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 | Payload2 | Six | Eleven | Fifteen | Sixteen | Twenty | TwentyNine | FortySix | SeventyFour | SeventyFive | NinetyFour | OneHundredAndTwo | OneHundredAndTwentySix | OneHundredAndTwentySeven | OneHundredAndThirtyThree | OneHundredAndThirtySix | OneHundredAndThirtyNine | OneHundredAndFortySeven | Thirty | FortyTwo | FiftyNine | SixtySix | SeventyNine | OneHundredAndSix | Forty | SixtyTwo | SixtyFive | NinetyEight | OneHundredAndFour | OneHundredAndTwentyTwo | OneHundredAndTwentyThree | OneHundredAndTwentyFour | OneHundredAndFortyEight | SixtyFour | SixtySeven | SeventyThree | OneHundredAndThree | OneHundredAndTwentyOne | FiftySix | Seven | ThirtySeven | SixtyEight | FiftySeven;
3668
+ export type Payload = Payload1 | Three | Nine | Nineteen | TwentyEight | ThirtyThree | FortyThree | EightyFour | Ninety | NinetyFive | NinetySeven | NinetyEight | NinetyNine | OneHundredAndOne | OneHundredAndThree | OneHundredAndEleven | OneHundredAndTwelve | OneHundredAndThirteen | OneHundredAndFourteen | OneHundredAndSeventeen | OneHundredAndNineteen | OneHundredAndThirtyThree | OneHundredAndFortyTwo | OneHundredAndFortySix | Four | Fourteen | Seventeen | Eighteen | TwentyThree | TwentyFive | TwentySix | TwentySeven | ThirtySix | FortyOne | FortyFive | FortyEight | FiftyTwo | FiftyFive | SixtyThree | SixtyNine | Seventy | SeventyOne | SeventySix | EightyOne | EightyTwo | EightyThree | EightyFive | EightyEight | EightyNine | NinetyTwo | NinetyThree | OneHundredAndTwo | OneHundredAndNine | OneHundredAndFifteen | OneHundredAndSixteen | OneHundredAndEighteen | OneHundredAndTwentyOne | OneHundredAndTwentyTwo | OneHundredAndThirty | OneHundredAndThirtyOne | OneHundredAndThirtyTwo | OneHundredAndThirtyNine | OneHundredAndFortyThree | OneHundredAndFortyFour | OneHundredAndFortyFive | 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 | EightySix | EightySeven | NinetyOne | NinetyFour | OneHundredAndSeven | OneHundredAndTen | OneHundredAndTwenty | OneHundredAndTwentySeven | OneHundredAndThirtyFour | OneHundredAndThirtySix | OneHundredAndThirtySeven | OneHundredAndForty | OneHundredAndFortySeven | OneHundredAndFortyEight | Payload2 | Six | Eleven | Fifteen | Sixteen | Twenty | TwentyNine | FortySix | SeventyFour | SeventyFive | NinetySix | OneHundredAndFour | OneHundredAndTwentyEight | OneHundredAndTwentyNine | OneHundredAndThirtyFive | OneHundredAndThirtyEight | OneHundredAndFortyOne | OneHundredAndFortyNine | Thirty | FortyTwo | FiftyNine | SixtySix | SeventyNine | OneHundredAndEight | Forty | SixtyTwo | SixtyFive | OneHundred | OneHundredAndSix | OneHundredAndTwentyFour | OneHundredAndTwentyFive | OneHundredAndTwentySix | OneHundredAndFifty | SixtyFour | SixtySeven | SeventyThree | OneHundredAndFive | OneHundredAndTwentyThree | FiftySix | Seven | ThirtySeven | SixtyEight | FiftySeven;
3643
3669
  /**
3644
3670
  * Array of events generated by the User.
3645
3671
  */
@@ -3681,7 +3707,7 @@ export type UserEvent = {
3681
3707
  * If the principal delegated its authority (for example, a user delegating to an app), then this array contains the ID of the current actor. For example, if `principalId` is "user123" and `viaIds` is `["app456"]`, we can say the event was triggered by - "app456 on behalf of user123", or - "user123 via app4556". Both are equivalent. Arbitrarily long chains of delegation can be represented. For example, if `principalId` is "user123" and `viaIds` is `["service1", "service2"]`, we can say the event was triggered by "user123 via service1 via service2".
3682
3708
  */
3683
3709
  viaIds?: Array<string> | undefined;
3684
- payload?: Payload1 | 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 | Payload2 | Six | Eleven | Fifteen | Sixteen | Twenty | TwentyNine | FortySix | SeventyFour | SeventyFive | NinetyFour | OneHundredAndTwo | OneHundredAndTwentySix | OneHundredAndTwentySeven | OneHundredAndThirtyThree | OneHundredAndThirtySix | OneHundredAndThirtyNine | OneHundredAndFortySeven | Thirty | FortyTwo | FiftyNine | SixtySix | SeventyNine | OneHundredAndSix | Forty | SixtyTwo | SixtyFive | NinetyEight | OneHundredAndFour | OneHundredAndTwentyTwo | OneHundredAndTwentyThree | OneHundredAndTwentyFour | OneHundredAndFortyEight | SixtyFour | SixtySeven | SeventyThree | OneHundredAndThree | OneHundredAndTwentyOne | FiftySix | Seven | ThirtySeven | SixtyEight | FiftySeven | undefined;
3710
+ payload?: Payload1 | Three | Nine | Nineteen | TwentyEight | ThirtyThree | FortyThree | EightyFour | Ninety | NinetyFive | NinetySeven | NinetyEight | NinetyNine | OneHundredAndOne | OneHundredAndThree | OneHundredAndEleven | OneHundredAndTwelve | OneHundredAndThirteen | OneHundredAndFourteen | OneHundredAndSeventeen | OneHundredAndNineteen | OneHundredAndThirtyThree | OneHundredAndFortyTwo | OneHundredAndFortySix | Four | Fourteen | Seventeen | Eighteen | TwentyThree | TwentyFive | TwentySix | TwentySeven | ThirtySix | FortyOne | FortyFive | FortyEight | FiftyTwo | FiftyFive | SixtyThree | SixtyNine | Seventy | SeventyOne | SeventySix | EightyOne | EightyTwo | EightyThree | EightyFive | EightyEight | EightyNine | NinetyTwo | NinetyThree | OneHundredAndTwo | OneHundredAndNine | OneHundredAndFifteen | OneHundredAndSixteen | OneHundredAndEighteen | OneHundredAndTwentyOne | OneHundredAndTwentyTwo | OneHundredAndThirty | OneHundredAndThirtyOne | OneHundredAndThirtyTwo | OneHundredAndThirtyNine | OneHundredAndFortyThree | OneHundredAndFortyFour | OneHundredAndFortyFive | 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 | EightySix | EightySeven | NinetyOne | NinetyFour | OneHundredAndSeven | OneHundredAndTen | OneHundredAndTwenty | OneHundredAndTwentySeven | OneHundredAndThirtyFour | OneHundredAndThirtySix | OneHundredAndThirtySeven | OneHundredAndForty | OneHundredAndFortySeven | OneHundredAndFortyEight | Payload2 | Six | Eleven | Fifteen | Sixteen | Twenty | TwentyNine | FortySix | SeventyFour | SeventyFive | NinetySix | OneHundredAndFour | OneHundredAndTwentyEight | OneHundredAndTwentyNine | OneHundredAndThirtyFive | OneHundredAndThirtyEight | OneHundredAndFortyOne | OneHundredAndFortyNine | Thirty | FortyTwo | FiftyNine | SixtySix | SeventyNine | OneHundredAndEight | Forty | SixtyTwo | SixtyFive | OneHundred | OneHundredAndSix | OneHundredAndTwentyFour | OneHundredAndTwentyFive | OneHundredAndTwentySix | OneHundredAndFifty | SixtyFour | SixtySeven | SeventyThree | OneHundredAndFive | OneHundredAndTwentyThree | FiftySix | Seven | ThirtySeven | SixtyEight | FiftySeven | undefined;
3685
3711
  };
3686
3712
  /** @internal */
3687
3713
  export declare const UserEventType$inboundSchema: z.ZodNativeEnum<typeof UserEventType>;
@@ -3769,9 +3795,9 @@ export declare function entitiesFromJSON(jsonString: string): SafeParseResult<En
3769
3795
  export declare const User$inboundSchema: z.ZodType<User, z.ZodTypeDef, unknown>;
3770
3796
  /** @internal */
3771
3797
  export type User$Outbound = {
3798
+ username: string;
3772
3799
  avatar: string;
3773
3800
  email: string;
3774
- username: string;
3775
3801
  slug?: string | undefined;
3776
3802
  uid: string;
3777
3803
  };
@@ -4068,9 +4094,9 @@ export declare namespace AuthMethod$ {
4068
4094
  }>;
4069
4095
  }
4070
4096
  /** @internal */
4071
- export declare const OneHundredAndFortyEight$inboundSchema: z.ZodType<OneHundredAndFortyEight, z.ZodTypeDef, unknown>;
4097
+ export declare const OneHundredAndFifty$inboundSchema: z.ZodType<OneHundredAndFifty, z.ZodTypeDef, unknown>;
4072
4098
  /** @internal */
4073
- export type OneHundredAndFortyEight$Outbound = {
4099
+ export type OneHundredAndFifty$Outbound = {
4074
4100
  grantType: string;
4075
4101
  appName: string;
4076
4102
  atTTL: number;
@@ -4079,67 +4105,67 @@ export type OneHundredAndFortyEight$Outbound = {
4079
4105
  authMethod: string;
4080
4106
  };
4081
4107
  /** @internal */
4082
- export declare const OneHundredAndFortyEight$outboundSchema: z.ZodType<OneHundredAndFortyEight$Outbound, z.ZodTypeDef, OneHundredAndFortyEight>;
4108
+ export declare const OneHundredAndFifty$outboundSchema: z.ZodType<OneHundredAndFifty$Outbound, z.ZodTypeDef, OneHundredAndFifty>;
4083
4109
  /**
4084
4110
  * @internal
4085
4111
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4086
4112
  */
4087
- export declare namespace OneHundredAndFortyEight$ {
4088
- /** @deprecated use `OneHundredAndFortyEight$inboundSchema` instead. */
4089
- const inboundSchema: z.ZodType<OneHundredAndFortyEight, z.ZodTypeDef, unknown>;
4090
- /** @deprecated use `OneHundredAndFortyEight$outboundSchema` instead. */
4091
- const outboundSchema: z.ZodType<OneHundredAndFortyEight$Outbound, z.ZodTypeDef, OneHundredAndFortyEight>;
4092
- /** @deprecated use `OneHundredAndFortyEight$Outbound` instead. */
4093
- type Outbound = OneHundredAndFortyEight$Outbound;
4113
+ export declare namespace OneHundredAndFifty$ {
4114
+ /** @deprecated use `OneHundredAndFifty$inboundSchema` instead. */
4115
+ const inboundSchema: z.ZodType<OneHundredAndFifty, z.ZodTypeDef, unknown>;
4116
+ /** @deprecated use `OneHundredAndFifty$outboundSchema` instead. */
4117
+ const outboundSchema: z.ZodType<OneHundredAndFifty$Outbound, z.ZodTypeDef, OneHundredAndFifty>;
4118
+ /** @deprecated use `OneHundredAndFifty$Outbound` instead. */
4119
+ type Outbound = OneHundredAndFifty$Outbound;
4094
4120
  }
4095
- export declare function oneHundredAndFortyEightToJSON(oneHundredAndFortyEight: OneHundredAndFortyEight): string;
4096
- export declare function oneHundredAndFortyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyEight, SDKValidationError>;
4121
+ export declare function oneHundredAndFiftyToJSON(oneHundredAndFifty: OneHundredAndFifty): string;
4122
+ export declare function oneHundredAndFiftyFromJSON(jsonString: string): SafeParseResult<OneHundredAndFifty, SDKValidationError>;
4097
4123
  /** @internal */
4098
- export declare const UserEventPayload147Team$inboundSchema: z.ZodType<UserEventPayload147Team, z.ZodTypeDef, unknown>;
4124
+ export declare const UserEventPayload149Team$inboundSchema: z.ZodType<UserEventPayload149Team, z.ZodTypeDef, unknown>;
4099
4125
  /** @internal */
4100
- export type UserEventPayload147Team$Outbound = {
4126
+ export type UserEventPayload149Team$Outbound = {
4101
4127
  id: string;
4102
4128
  name: string;
4103
4129
  };
4104
4130
  /** @internal */
4105
- export declare const UserEventPayload147Team$outboundSchema: z.ZodType<UserEventPayload147Team$Outbound, z.ZodTypeDef, UserEventPayload147Team>;
4131
+ export declare const UserEventPayload149Team$outboundSchema: z.ZodType<UserEventPayload149Team$Outbound, z.ZodTypeDef, UserEventPayload149Team>;
4106
4132
  /**
4107
4133
  * @internal
4108
4134
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4109
4135
  */
4110
- export declare namespace UserEventPayload147Team$ {
4111
- /** @deprecated use `UserEventPayload147Team$inboundSchema` instead. */
4112
- const inboundSchema: z.ZodType<UserEventPayload147Team, z.ZodTypeDef, unknown>;
4113
- /** @deprecated use `UserEventPayload147Team$outboundSchema` instead. */
4114
- const outboundSchema: z.ZodType<UserEventPayload147Team$Outbound, z.ZodTypeDef, UserEventPayload147Team>;
4115
- /** @deprecated use `UserEventPayload147Team$Outbound` instead. */
4116
- type Outbound = UserEventPayload147Team$Outbound;
4136
+ export declare namespace UserEventPayload149Team$ {
4137
+ /** @deprecated use `UserEventPayload149Team$inboundSchema` instead. */
4138
+ const inboundSchema: z.ZodType<UserEventPayload149Team, z.ZodTypeDef, unknown>;
4139
+ /** @deprecated use `UserEventPayload149Team$outboundSchema` instead. */
4140
+ const outboundSchema: z.ZodType<UserEventPayload149Team$Outbound, z.ZodTypeDef, UserEventPayload149Team>;
4141
+ /** @deprecated use `UserEventPayload149Team$Outbound` instead. */
4142
+ type Outbound = UserEventPayload149Team$Outbound;
4117
4143
  }
4118
- export declare function userEventPayload147TeamToJSON(userEventPayload147Team: UserEventPayload147Team): string;
4119
- export declare function userEventPayload147TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload147Team, SDKValidationError>;
4144
+ export declare function userEventPayload149TeamToJSON(userEventPayload149Team: UserEventPayload149Team): string;
4145
+ export declare function userEventPayload149TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload149Team, SDKValidationError>;
4120
4146
  /** @internal */
4121
- export declare const UserEventPayload147Configuration$inboundSchema: z.ZodType<UserEventPayload147Configuration, z.ZodTypeDef, unknown>;
4147
+ export declare const UserEventPayload149Configuration$inboundSchema: z.ZodType<UserEventPayload149Configuration, z.ZodTypeDef, unknown>;
4122
4148
  /** @internal */
4123
- export type UserEventPayload147Configuration$Outbound = {
4149
+ export type UserEventPayload149Configuration$Outbound = {
4124
4150
  id: string;
4125
4151
  name?: string | undefined;
4126
4152
  };
4127
4153
  /** @internal */
4128
- export declare const UserEventPayload147Configuration$outboundSchema: z.ZodType<UserEventPayload147Configuration$Outbound, z.ZodTypeDef, UserEventPayload147Configuration>;
4154
+ export declare const UserEventPayload149Configuration$outboundSchema: z.ZodType<UserEventPayload149Configuration$Outbound, z.ZodTypeDef, UserEventPayload149Configuration>;
4129
4155
  /**
4130
4156
  * @internal
4131
4157
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4132
4158
  */
4133
- export declare namespace UserEventPayload147Configuration$ {
4134
- /** @deprecated use `UserEventPayload147Configuration$inboundSchema` instead. */
4135
- const inboundSchema: z.ZodType<UserEventPayload147Configuration, z.ZodTypeDef, unknown>;
4136
- /** @deprecated use `UserEventPayload147Configuration$outboundSchema` instead. */
4137
- const outboundSchema: z.ZodType<UserEventPayload147Configuration$Outbound, z.ZodTypeDef, UserEventPayload147Configuration>;
4138
- /** @deprecated use `UserEventPayload147Configuration$Outbound` instead. */
4139
- type Outbound = UserEventPayload147Configuration$Outbound;
4159
+ export declare namespace UserEventPayload149Configuration$ {
4160
+ /** @deprecated use `UserEventPayload149Configuration$inboundSchema` instead. */
4161
+ const inboundSchema: z.ZodType<UserEventPayload149Configuration, z.ZodTypeDef, unknown>;
4162
+ /** @deprecated use `UserEventPayload149Configuration$outboundSchema` instead. */
4163
+ const outboundSchema: z.ZodType<UserEventPayload149Configuration$Outbound, z.ZodTypeDef, UserEventPayload149Configuration>;
4164
+ /** @deprecated use `UserEventPayload149Configuration$Outbound` instead. */
4165
+ type Outbound = UserEventPayload149Configuration$Outbound;
4140
4166
  }
4141
- export declare function userEventPayload147ConfigurationToJSON(userEventPayload147Configuration: UserEventPayload147Configuration): string;
4142
- export declare function userEventPayload147ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload147Configuration, SDKValidationError>;
4167
+ export declare function userEventPayload149ConfigurationToJSON(userEventPayload149Configuration: UserEventPayload149Configuration): string;
4168
+ export declare function userEventPayload149ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload149Configuration, SDKValidationError>;
4143
4169
  /** @internal */
4144
4170
  export declare const UserEventPayloadPeering$inboundSchema: z.ZodType<UserEventPayloadPeering, z.ZodTypeDef, unknown>;
4145
4171
  /** @internal */
@@ -4164,76 +4190,76 @@ export declare namespace UserEventPayloadPeering$ {
4164
4190
  export declare function userEventPayloadPeeringToJSON(userEventPayloadPeering: UserEventPayloadPeering): string;
4165
4191
  export declare function userEventPayloadPeeringFromJSON(jsonString: string): SafeParseResult<UserEventPayloadPeering, SDKValidationError>;
4166
4192
  /** @internal */
4167
- export declare const OneHundredAndFortySeven$inboundSchema: z.ZodType<OneHundredAndFortySeven, z.ZodTypeDef, unknown>;
4193
+ export declare const OneHundredAndFortyNine$inboundSchema: z.ZodType<OneHundredAndFortyNine, z.ZodTypeDef, unknown>;
4168
4194
  /** @internal */
4169
- export type OneHundredAndFortySeven$Outbound = {
4170
- team: UserEventPayload147Team$Outbound;
4171
- configuration: UserEventPayload147Configuration$Outbound;
4195
+ export type OneHundredAndFortyNine$Outbound = {
4196
+ team: UserEventPayload149Team$Outbound;
4197
+ configuration: UserEventPayload149Configuration$Outbound;
4172
4198
  peering: UserEventPayloadPeering$Outbound;
4173
4199
  newName?: string | undefined;
4174
4200
  };
4175
4201
  /** @internal */
4176
- export declare const OneHundredAndFortySeven$outboundSchema: z.ZodType<OneHundredAndFortySeven$Outbound, z.ZodTypeDef, OneHundredAndFortySeven>;
4202
+ export declare const OneHundredAndFortyNine$outboundSchema: z.ZodType<OneHundredAndFortyNine$Outbound, z.ZodTypeDef, OneHundredAndFortyNine>;
4177
4203
  /**
4178
4204
  * @internal
4179
4205
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4180
4206
  */
4181
- export declare namespace OneHundredAndFortySeven$ {
4182
- /** @deprecated use `OneHundredAndFortySeven$inboundSchema` instead. */
4183
- const inboundSchema: z.ZodType<OneHundredAndFortySeven, z.ZodTypeDef, unknown>;
4184
- /** @deprecated use `OneHundredAndFortySeven$outboundSchema` instead. */
4185
- const outboundSchema: z.ZodType<OneHundredAndFortySeven$Outbound, z.ZodTypeDef, OneHundredAndFortySeven>;
4186
- /** @deprecated use `OneHundredAndFortySeven$Outbound` instead. */
4187
- type Outbound = OneHundredAndFortySeven$Outbound;
4207
+ export declare namespace OneHundredAndFortyNine$ {
4208
+ /** @deprecated use `OneHundredAndFortyNine$inboundSchema` instead. */
4209
+ const inboundSchema: z.ZodType<OneHundredAndFortyNine, z.ZodTypeDef, unknown>;
4210
+ /** @deprecated use `OneHundredAndFortyNine$outboundSchema` instead. */
4211
+ const outboundSchema: z.ZodType<OneHundredAndFortyNine$Outbound, z.ZodTypeDef, OneHundredAndFortyNine>;
4212
+ /** @deprecated use `OneHundredAndFortyNine$Outbound` instead. */
4213
+ type Outbound = OneHundredAndFortyNine$Outbound;
4188
4214
  }
4189
- export declare function oneHundredAndFortySevenToJSON(oneHundredAndFortySeven: OneHundredAndFortySeven): string;
4190
- export declare function oneHundredAndFortySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortySeven, SDKValidationError>;
4215
+ export declare function oneHundredAndFortyNineToJSON(oneHundredAndFortyNine: OneHundredAndFortyNine): string;
4216
+ export declare function oneHundredAndFortyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyNine, SDKValidationError>;
4191
4217
  /** @internal */
4192
- export declare const UserEventPayload146Team$inboundSchema: z.ZodType<UserEventPayload146Team, z.ZodTypeDef, unknown>;
4218
+ export declare const UserEventPayload148Team$inboundSchema: z.ZodType<UserEventPayload148Team, z.ZodTypeDef, unknown>;
4193
4219
  /** @internal */
4194
- export type UserEventPayload146Team$Outbound = {
4220
+ export type UserEventPayload148Team$Outbound = {
4195
4221
  id: string;
4196
4222
  name: string;
4197
4223
  };
4198
4224
  /** @internal */
4199
- export declare const UserEventPayload146Team$outboundSchema: z.ZodType<UserEventPayload146Team$Outbound, z.ZodTypeDef, UserEventPayload146Team>;
4225
+ export declare const UserEventPayload148Team$outboundSchema: z.ZodType<UserEventPayload148Team$Outbound, z.ZodTypeDef, UserEventPayload148Team>;
4200
4226
  /**
4201
4227
  * @internal
4202
4228
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4203
4229
  */
4204
- export declare namespace UserEventPayload146Team$ {
4205
- /** @deprecated use `UserEventPayload146Team$inboundSchema` instead. */
4206
- const inboundSchema: z.ZodType<UserEventPayload146Team, z.ZodTypeDef, unknown>;
4207
- /** @deprecated use `UserEventPayload146Team$outboundSchema` instead. */
4208
- const outboundSchema: z.ZodType<UserEventPayload146Team$Outbound, z.ZodTypeDef, UserEventPayload146Team>;
4209
- /** @deprecated use `UserEventPayload146Team$Outbound` instead. */
4210
- type Outbound = UserEventPayload146Team$Outbound;
4230
+ export declare namespace UserEventPayload148Team$ {
4231
+ /** @deprecated use `UserEventPayload148Team$inboundSchema` instead. */
4232
+ const inboundSchema: z.ZodType<UserEventPayload148Team, z.ZodTypeDef, unknown>;
4233
+ /** @deprecated use `UserEventPayload148Team$outboundSchema` instead. */
4234
+ const outboundSchema: z.ZodType<UserEventPayload148Team$Outbound, z.ZodTypeDef, UserEventPayload148Team>;
4235
+ /** @deprecated use `UserEventPayload148Team$Outbound` instead. */
4236
+ type Outbound = UserEventPayload148Team$Outbound;
4211
4237
  }
4212
- export declare function userEventPayload146TeamToJSON(userEventPayload146Team: UserEventPayload146Team): string;
4213
- export declare function userEventPayload146TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload146Team, SDKValidationError>;
4238
+ export declare function userEventPayload148TeamToJSON(userEventPayload148Team: UserEventPayload148Team): string;
4239
+ export declare function userEventPayload148TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload148Team, SDKValidationError>;
4214
4240
  /** @internal */
4215
- export declare const UserEventPayload146Configuration$inboundSchema: z.ZodType<UserEventPayload146Configuration, z.ZodTypeDef, unknown>;
4241
+ export declare const UserEventPayload148Configuration$inboundSchema: z.ZodType<UserEventPayload148Configuration, z.ZodTypeDef, unknown>;
4216
4242
  /** @internal */
4217
- export type UserEventPayload146Configuration$Outbound = {
4243
+ export type UserEventPayload148Configuration$Outbound = {
4218
4244
  id: string;
4219
4245
  name?: string | undefined;
4220
4246
  };
4221
4247
  /** @internal */
4222
- export declare const UserEventPayload146Configuration$outboundSchema: z.ZodType<UserEventPayload146Configuration$Outbound, z.ZodTypeDef, UserEventPayload146Configuration>;
4248
+ export declare const UserEventPayload148Configuration$outboundSchema: z.ZodType<UserEventPayload148Configuration$Outbound, z.ZodTypeDef, UserEventPayload148Configuration>;
4223
4249
  /**
4224
4250
  * @internal
4225
4251
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4226
4252
  */
4227
- export declare namespace UserEventPayload146Configuration$ {
4228
- /** @deprecated use `UserEventPayload146Configuration$inboundSchema` instead. */
4229
- const inboundSchema: z.ZodType<UserEventPayload146Configuration, z.ZodTypeDef, unknown>;
4230
- /** @deprecated use `UserEventPayload146Configuration$outboundSchema` instead. */
4231
- const outboundSchema: z.ZodType<UserEventPayload146Configuration$Outbound, z.ZodTypeDef, UserEventPayload146Configuration>;
4232
- /** @deprecated use `UserEventPayload146Configuration$Outbound` instead. */
4233
- type Outbound = UserEventPayload146Configuration$Outbound;
4253
+ export declare namespace UserEventPayload148Configuration$ {
4254
+ /** @deprecated use `UserEventPayload148Configuration$inboundSchema` instead. */
4255
+ const inboundSchema: z.ZodType<UserEventPayload148Configuration, z.ZodTypeDef, unknown>;
4256
+ /** @deprecated use `UserEventPayload148Configuration$outboundSchema` instead. */
4257
+ const outboundSchema: z.ZodType<UserEventPayload148Configuration$Outbound, z.ZodTypeDef, UserEventPayload148Configuration>;
4258
+ /** @deprecated use `UserEventPayload148Configuration$Outbound` instead. */
4259
+ type Outbound = UserEventPayload148Configuration$Outbound;
4234
4260
  }
4235
- export declare function userEventPayload146ConfigurationToJSON(userEventPayload146Configuration: UserEventPayload146Configuration): string;
4236
- export declare function userEventPayload146ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload146Configuration, SDKValidationError>;
4261
+ export declare function userEventPayload148ConfigurationToJSON(userEventPayload148Configuration: UserEventPayload148Configuration): string;
4262
+ export declare function userEventPayload148ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload148Configuration, SDKValidationError>;
4237
4263
  /** @internal */
4238
4264
  export declare const PayloadPeering$inboundSchema: z.ZodType<PayloadPeering, z.ZodTypeDef, unknown>;
4239
4265
  /** @internal */
@@ -4258,75 +4284,75 @@ export declare namespace PayloadPeering$ {
4258
4284
  export declare function payloadPeeringToJSON(payloadPeering: PayloadPeering): string;
4259
4285
  export declare function payloadPeeringFromJSON(jsonString: string): SafeParseResult<PayloadPeering, SDKValidationError>;
4260
4286
  /** @internal */
4261
- export declare const OneHundredAndFortySix$inboundSchema: z.ZodType<OneHundredAndFortySix, z.ZodTypeDef, unknown>;
4287
+ export declare const OneHundredAndFortyEight$inboundSchema: z.ZodType<OneHundredAndFortyEight, z.ZodTypeDef, unknown>;
4262
4288
  /** @internal */
4263
- export type OneHundredAndFortySix$Outbound = {
4264
- team: UserEventPayload146Team$Outbound;
4265
- configuration: UserEventPayload146Configuration$Outbound;
4289
+ export type OneHundredAndFortyEight$Outbound = {
4290
+ team: UserEventPayload148Team$Outbound;
4291
+ configuration: UserEventPayload148Configuration$Outbound;
4266
4292
  peering: PayloadPeering$Outbound;
4267
4293
  };
4268
4294
  /** @internal */
4269
- export declare const OneHundredAndFortySix$outboundSchema: z.ZodType<OneHundredAndFortySix$Outbound, z.ZodTypeDef, OneHundredAndFortySix>;
4295
+ export declare const OneHundredAndFortyEight$outboundSchema: z.ZodType<OneHundredAndFortyEight$Outbound, z.ZodTypeDef, OneHundredAndFortyEight>;
4270
4296
  /**
4271
4297
  * @internal
4272
4298
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4273
4299
  */
4274
- export declare namespace OneHundredAndFortySix$ {
4275
- /** @deprecated use `OneHundredAndFortySix$inboundSchema` instead. */
4276
- const inboundSchema: z.ZodType<OneHundredAndFortySix, z.ZodTypeDef, unknown>;
4277
- /** @deprecated use `OneHundredAndFortySix$outboundSchema` instead. */
4278
- const outboundSchema: z.ZodType<OneHundredAndFortySix$Outbound, z.ZodTypeDef, OneHundredAndFortySix>;
4279
- /** @deprecated use `OneHundredAndFortySix$Outbound` instead. */
4280
- type Outbound = OneHundredAndFortySix$Outbound;
4300
+ export declare namespace OneHundredAndFortyEight$ {
4301
+ /** @deprecated use `OneHundredAndFortyEight$inboundSchema` instead. */
4302
+ const inboundSchema: z.ZodType<OneHundredAndFortyEight, z.ZodTypeDef, unknown>;
4303
+ /** @deprecated use `OneHundredAndFortyEight$outboundSchema` instead. */
4304
+ const outboundSchema: z.ZodType<OneHundredAndFortyEight$Outbound, z.ZodTypeDef, OneHundredAndFortyEight>;
4305
+ /** @deprecated use `OneHundredAndFortyEight$Outbound` instead. */
4306
+ type Outbound = OneHundredAndFortyEight$Outbound;
4281
4307
  }
4282
- export declare function oneHundredAndFortySixToJSON(oneHundredAndFortySix: OneHundredAndFortySix): string;
4283
- export declare function oneHundredAndFortySixFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortySix, SDKValidationError>;
4308
+ export declare function oneHundredAndFortyEightToJSON(oneHundredAndFortyEight: OneHundredAndFortyEight): string;
4309
+ export declare function oneHundredAndFortyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyEight, SDKValidationError>;
4284
4310
  /** @internal */
4285
- export declare const UserEventPayload145Team$inboundSchema: z.ZodType<UserEventPayload145Team, z.ZodTypeDef, unknown>;
4311
+ export declare const UserEventPayload147Team$inboundSchema: z.ZodType<UserEventPayload147Team, z.ZodTypeDef, unknown>;
4286
4312
  /** @internal */
4287
- export type UserEventPayload145Team$Outbound = {
4313
+ export type UserEventPayload147Team$Outbound = {
4288
4314
  id: string;
4289
4315
  name: string;
4290
4316
  };
4291
4317
  /** @internal */
4292
- export declare const UserEventPayload145Team$outboundSchema: z.ZodType<UserEventPayload145Team$Outbound, z.ZodTypeDef, UserEventPayload145Team>;
4318
+ export declare const UserEventPayload147Team$outboundSchema: z.ZodType<UserEventPayload147Team$Outbound, z.ZodTypeDef, UserEventPayload147Team>;
4293
4319
  /**
4294
4320
  * @internal
4295
4321
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4296
4322
  */
4297
- export declare namespace UserEventPayload145Team$ {
4298
- /** @deprecated use `UserEventPayload145Team$inboundSchema` instead. */
4299
- const inboundSchema: z.ZodType<UserEventPayload145Team, z.ZodTypeDef, unknown>;
4300
- /** @deprecated use `UserEventPayload145Team$outboundSchema` instead. */
4301
- const outboundSchema: z.ZodType<UserEventPayload145Team$Outbound, z.ZodTypeDef, UserEventPayload145Team>;
4302
- /** @deprecated use `UserEventPayload145Team$Outbound` instead. */
4303
- type Outbound = UserEventPayload145Team$Outbound;
4304
- }
4305
- export declare function userEventPayload145TeamToJSON(userEventPayload145Team: UserEventPayload145Team): string;
4306
- export declare function userEventPayload145TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload145Team, SDKValidationError>;
4307
- /** @internal */
4308
- export declare const UserEventPayload145Configuration$inboundSchema: z.ZodType<UserEventPayload145Configuration, z.ZodTypeDef, unknown>;
4309
- /** @internal */
4310
- export type UserEventPayload145Configuration$Outbound = {
4311
- id: string;
4323
+ export declare namespace UserEventPayload147Team$ {
4324
+ /** @deprecated use `UserEventPayload147Team$inboundSchema` instead. */
4325
+ const inboundSchema: z.ZodType<UserEventPayload147Team, z.ZodTypeDef, unknown>;
4326
+ /** @deprecated use `UserEventPayload147Team$outboundSchema` instead. */
4327
+ const outboundSchema: z.ZodType<UserEventPayload147Team$Outbound, z.ZodTypeDef, UserEventPayload147Team>;
4328
+ /** @deprecated use `UserEventPayload147Team$Outbound` instead. */
4329
+ type Outbound = UserEventPayload147Team$Outbound;
4330
+ }
4331
+ export declare function userEventPayload147TeamToJSON(userEventPayload147Team: UserEventPayload147Team): string;
4332
+ export declare function userEventPayload147TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload147Team, SDKValidationError>;
4333
+ /** @internal */
4334
+ export declare const UserEventPayload147Configuration$inboundSchema: z.ZodType<UserEventPayload147Configuration, z.ZodTypeDef, unknown>;
4335
+ /** @internal */
4336
+ export type UserEventPayload147Configuration$Outbound = {
4337
+ id: string;
4312
4338
  name?: string | undefined;
4313
4339
  };
4314
4340
  /** @internal */
4315
- export declare const UserEventPayload145Configuration$outboundSchema: z.ZodType<UserEventPayload145Configuration$Outbound, z.ZodTypeDef, UserEventPayload145Configuration>;
4341
+ export declare const UserEventPayload147Configuration$outboundSchema: z.ZodType<UserEventPayload147Configuration$Outbound, z.ZodTypeDef, UserEventPayload147Configuration>;
4316
4342
  /**
4317
4343
  * @internal
4318
4344
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4319
4345
  */
4320
- export declare namespace UserEventPayload145Configuration$ {
4321
- /** @deprecated use `UserEventPayload145Configuration$inboundSchema` instead. */
4322
- const inboundSchema: z.ZodType<UserEventPayload145Configuration, z.ZodTypeDef, unknown>;
4323
- /** @deprecated use `UserEventPayload145Configuration$outboundSchema` instead. */
4324
- const outboundSchema: z.ZodType<UserEventPayload145Configuration$Outbound, z.ZodTypeDef, UserEventPayload145Configuration>;
4325
- /** @deprecated use `UserEventPayload145Configuration$Outbound` instead. */
4326
- type Outbound = UserEventPayload145Configuration$Outbound;
4346
+ export declare namespace UserEventPayload147Configuration$ {
4347
+ /** @deprecated use `UserEventPayload147Configuration$inboundSchema` instead. */
4348
+ const inboundSchema: z.ZodType<UserEventPayload147Configuration, z.ZodTypeDef, unknown>;
4349
+ /** @deprecated use `UserEventPayload147Configuration$outboundSchema` instead. */
4350
+ const outboundSchema: z.ZodType<UserEventPayload147Configuration$Outbound, z.ZodTypeDef, UserEventPayload147Configuration>;
4351
+ /** @deprecated use `UserEventPayload147Configuration$Outbound` instead. */
4352
+ type Outbound = UserEventPayload147Configuration$Outbound;
4327
4353
  }
4328
- export declare function userEventPayload145ConfigurationToJSON(userEventPayload145Configuration: UserEventPayload145Configuration): string;
4329
- export declare function userEventPayload145ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload145Configuration, SDKValidationError>;
4354
+ export declare function userEventPayload147ConfigurationToJSON(userEventPayload147Configuration: UserEventPayload147Configuration): string;
4355
+ export declare function userEventPayload147ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload147Configuration, SDKValidationError>;
4330
4356
  /** @internal */
4331
4357
  export declare const Peering$inboundSchema: z.ZodType<Peering, z.ZodTypeDef, unknown>;
4332
4358
  /** @internal */
@@ -4353,12 +4379,57 @@ export declare namespace Peering$ {
4353
4379
  export declare function peeringToJSON(peering: Peering): string;
4354
4380
  export declare function peeringFromJSON(jsonString: string): SafeParseResult<Peering, SDKValidationError>;
4355
4381
  /** @internal */
4382
+ export declare const OneHundredAndFortySeven$inboundSchema: z.ZodType<OneHundredAndFortySeven, z.ZodTypeDef, unknown>;
4383
+ /** @internal */
4384
+ export type OneHundredAndFortySeven$Outbound = {
4385
+ team: UserEventPayload147Team$Outbound;
4386
+ configuration: UserEventPayload147Configuration$Outbound;
4387
+ peering: Peering$Outbound;
4388
+ };
4389
+ /** @internal */
4390
+ export declare const OneHundredAndFortySeven$outboundSchema: z.ZodType<OneHundredAndFortySeven$Outbound, z.ZodTypeDef, OneHundredAndFortySeven>;
4391
+ /**
4392
+ * @internal
4393
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4394
+ */
4395
+ export declare namespace OneHundredAndFortySeven$ {
4396
+ /** @deprecated use `OneHundredAndFortySeven$inboundSchema` instead. */
4397
+ const inboundSchema: z.ZodType<OneHundredAndFortySeven, z.ZodTypeDef, unknown>;
4398
+ /** @deprecated use `OneHundredAndFortySeven$outboundSchema` instead. */
4399
+ const outboundSchema: z.ZodType<OneHundredAndFortySeven$Outbound, z.ZodTypeDef, OneHundredAndFortySeven>;
4400
+ /** @deprecated use `OneHundredAndFortySeven$Outbound` instead. */
4401
+ type Outbound = OneHundredAndFortySeven$Outbound;
4402
+ }
4403
+ export declare function oneHundredAndFortySevenToJSON(oneHundredAndFortySeven: OneHundredAndFortySeven): string;
4404
+ export declare function oneHundredAndFortySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortySeven, SDKValidationError>;
4405
+ /** @internal */
4406
+ export declare const OneHundredAndFortySix$inboundSchema: z.ZodType<OneHundredAndFortySix, z.ZodTypeDef, unknown>;
4407
+ /** @internal */
4408
+ export type OneHundredAndFortySix$Outbound = {
4409
+ appName: string;
4410
+ };
4411
+ /** @internal */
4412
+ export declare const OneHundredAndFortySix$outboundSchema: z.ZodType<OneHundredAndFortySix$Outbound, z.ZodTypeDef, OneHundredAndFortySix>;
4413
+ /**
4414
+ * @internal
4415
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4416
+ */
4417
+ export declare namespace OneHundredAndFortySix$ {
4418
+ /** @deprecated use `OneHundredAndFortySix$inboundSchema` instead. */
4419
+ const inboundSchema: z.ZodType<OneHundredAndFortySix, z.ZodTypeDef, unknown>;
4420
+ /** @deprecated use `OneHundredAndFortySix$outboundSchema` instead. */
4421
+ const outboundSchema: z.ZodType<OneHundredAndFortySix$Outbound, z.ZodTypeDef, OneHundredAndFortySix>;
4422
+ /** @deprecated use `OneHundredAndFortySix$Outbound` instead. */
4423
+ type Outbound = OneHundredAndFortySix$Outbound;
4424
+ }
4425
+ export declare function oneHundredAndFortySixToJSON(oneHundredAndFortySix: OneHundredAndFortySix): string;
4426
+ export declare function oneHundredAndFortySixFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortySix, SDKValidationError>;
4427
+ /** @internal */
4356
4428
  export declare const OneHundredAndFortyFive$inboundSchema: z.ZodType<OneHundredAndFortyFive, z.ZodTypeDef, unknown>;
4357
4429
  /** @internal */
4358
4430
  export type OneHundredAndFortyFive$Outbound = {
4359
- team: UserEventPayload145Team$Outbound;
4360
- configuration: UserEventPayload145Configuration$Outbound;
4361
- peering: Peering$Outbound;
4431
+ appName: string;
4432
+ nextScopes: Array<string>;
4362
4433
  };
4363
4434
  /** @internal */
4364
4435
  export declare const OneHundredAndFortyFive$outboundSchema: z.ZodType<OneHundredAndFortyFive$Outbound, z.ZodTypeDef, OneHundredAndFortyFive>;
@@ -4381,6 +4452,7 @@ export declare const OneHundredAndFortyFour$inboundSchema: z.ZodType<OneHundredA
4381
4452
  /** @internal */
4382
4453
  export type OneHundredAndFortyFour$Outbound = {
4383
4454
  appName: string;
4455
+ scopes: Array<string>;
4384
4456
  };
4385
4457
  /** @internal */
4386
4458
  export declare const OneHundredAndFortyFour$outboundSchema: z.ZodType<OneHundredAndFortyFour$Outbound, z.ZodTypeDef, OneHundredAndFortyFour>;
@@ -4402,8 +4474,8 @@ export declare function oneHundredAndFortyFourFromJSON(jsonString: string): Safe
4402
4474
  export declare const OneHundredAndFortyThree$inboundSchema: z.ZodType<OneHundredAndFortyThree, z.ZodTypeDef, unknown>;
4403
4475
  /** @internal */
4404
4476
  export type OneHundredAndFortyThree$Outbound = {
4405
- appName: string;
4406
- nextScopes: Array<string>;
4477
+ oldName: string;
4478
+ newName: string;
4407
4479
  };
4408
4480
  /** @internal */
4409
4481
  export declare const OneHundredAndFortyThree$outboundSchema: z.ZodType<OneHundredAndFortyThree$Outbound, z.ZodTypeDef, OneHundredAndFortyThree>;
@@ -4422,52 +4494,6 @@ export declare namespace OneHundredAndFortyThree$ {
4422
4494
  export declare function oneHundredAndFortyThreeToJSON(oneHundredAndFortyThree: OneHundredAndFortyThree): string;
4423
4495
  export declare function oneHundredAndFortyThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyThree, SDKValidationError>;
4424
4496
  /** @internal */
4425
- export declare const OneHundredAndFortyTwo$inboundSchema: z.ZodType<OneHundredAndFortyTwo, z.ZodTypeDef, unknown>;
4426
- /** @internal */
4427
- export type OneHundredAndFortyTwo$Outbound = {
4428
- appName: string;
4429
- scopes: Array<string>;
4430
- };
4431
- /** @internal */
4432
- export declare const OneHundredAndFortyTwo$outboundSchema: z.ZodType<OneHundredAndFortyTwo$Outbound, z.ZodTypeDef, OneHundredAndFortyTwo>;
4433
- /**
4434
- * @internal
4435
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4436
- */
4437
- export declare namespace OneHundredAndFortyTwo$ {
4438
- /** @deprecated use `OneHundredAndFortyTwo$inboundSchema` instead. */
4439
- const inboundSchema: z.ZodType<OneHundredAndFortyTwo, z.ZodTypeDef, unknown>;
4440
- /** @deprecated use `OneHundredAndFortyTwo$outboundSchema` instead. */
4441
- const outboundSchema: z.ZodType<OneHundredAndFortyTwo$Outbound, z.ZodTypeDef, OneHundredAndFortyTwo>;
4442
- /** @deprecated use `OneHundredAndFortyTwo$Outbound` instead. */
4443
- type Outbound = OneHundredAndFortyTwo$Outbound;
4444
- }
4445
- export declare function oneHundredAndFortyTwoToJSON(oneHundredAndFortyTwo: OneHundredAndFortyTwo): string;
4446
- export declare function oneHundredAndFortyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyTwo, SDKValidationError>;
4447
- /** @internal */
4448
- export declare const OneHundredAndFortyOne$inboundSchema: z.ZodType<OneHundredAndFortyOne, z.ZodTypeDef, unknown>;
4449
- /** @internal */
4450
- export type OneHundredAndFortyOne$Outbound = {
4451
- oldName: string;
4452
- newName: string;
4453
- };
4454
- /** @internal */
4455
- export declare const OneHundredAndFortyOne$outboundSchema: z.ZodType<OneHundredAndFortyOne$Outbound, z.ZodTypeDef, OneHundredAndFortyOne>;
4456
- /**
4457
- * @internal
4458
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4459
- */
4460
- export declare namespace OneHundredAndFortyOne$ {
4461
- /** @deprecated use `OneHundredAndFortyOne$inboundSchema` instead. */
4462
- const inboundSchema: z.ZodType<OneHundredAndFortyOne, z.ZodTypeDef, unknown>;
4463
- /** @deprecated use `OneHundredAndFortyOne$outboundSchema` instead. */
4464
- const outboundSchema: z.ZodType<OneHundredAndFortyOne$Outbound, z.ZodTypeDef, OneHundredAndFortyOne>;
4465
- /** @deprecated use `OneHundredAndFortyOne$Outbound` instead. */
4466
- type Outbound = OneHundredAndFortyOne$Outbound;
4467
- }
4468
- export declare function oneHundredAndFortyOneToJSON(oneHundredAndFortyOne: OneHundredAndFortyOne): string;
4469
- export declare function oneHundredAndFortyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyOne, SDKValidationError>;
4470
- /** @internal */
4471
4497
  export declare const Tier$inboundSchema: z.ZodNativeEnum<typeof Tier>;
4472
4498
  /** @internal */
4473
4499
  export declare const Tier$outboundSchema: z.ZodNativeEnum<typeof Tier>;
@@ -4488,27 +4514,27 @@ export declare namespace Tier$ {
4488
4514
  }>;
4489
4515
  }
4490
4516
  /** @internal */
4491
- export declare const OneHundredAndForty$inboundSchema: z.ZodType<OneHundredAndForty, z.ZodTypeDef, unknown>;
4517
+ export declare const OneHundredAndFortyTwo$inboundSchema: z.ZodType<OneHundredAndFortyTwo, z.ZodTypeDef, unknown>;
4492
4518
  /** @internal */
4493
- export type OneHundredAndForty$Outbound = {
4519
+ export type OneHundredAndFortyTwo$Outbound = {
4494
4520
  tier: string;
4495
4521
  };
4496
4522
  /** @internal */
4497
- export declare const OneHundredAndForty$outboundSchema: z.ZodType<OneHundredAndForty$Outbound, z.ZodTypeDef, OneHundredAndForty>;
4523
+ export declare const OneHundredAndFortyTwo$outboundSchema: z.ZodType<OneHundredAndFortyTwo$Outbound, z.ZodTypeDef, OneHundredAndFortyTwo>;
4498
4524
  /**
4499
4525
  * @internal
4500
4526
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4501
4527
  */
4502
- export declare namespace OneHundredAndForty$ {
4503
- /** @deprecated use `OneHundredAndForty$inboundSchema` instead. */
4504
- const inboundSchema: z.ZodType<OneHundredAndForty, z.ZodTypeDef, unknown>;
4505
- /** @deprecated use `OneHundredAndForty$outboundSchema` instead. */
4506
- const outboundSchema: z.ZodType<OneHundredAndForty$Outbound, z.ZodTypeDef, OneHundredAndForty>;
4507
- /** @deprecated use `OneHundredAndForty$Outbound` instead. */
4508
- type Outbound = OneHundredAndForty$Outbound;
4528
+ export declare namespace OneHundredAndFortyTwo$ {
4529
+ /** @deprecated use `OneHundredAndFortyTwo$inboundSchema` instead. */
4530
+ const inboundSchema: z.ZodType<OneHundredAndFortyTwo, z.ZodTypeDef, unknown>;
4531
+ /** @deprecated use `OneHundredAndFortyTwo$outboundSchema` instead. */
4532
+ const outboundSchema: z.ZodType<OneHundredAndFortyTwo$Outbound, z.ZodTypeDef, OneHundredAndFortyTwo>;
4533
+ /** @deprecated use `OneHundredAndFortyTwo$Outbound` instead. */
4534
+ type Outbound = OneHundredAndFortyTwo$Outbound;
4509
4535
  }
4510
- export declare function oneHundredAndFortyToJSON(oneHundredAndForty: OneHundredAndForty): string;
4511
- export declare function oneHundredAndFortyFromJSON(jsonString: string): SafeParseResult<OneHundredAndForty, SDKValidationError>;
4536
+ export declare function oneHundredAndFortyTwoToJSON(oneHundredAndFortyTwo: OneHundredAndFortyTwo): string;
4537
+ export declare function oneHundredAndFortyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyTwo, SDKValidationError>;
4512
4538
  /** @internal */
4513
4539
  export declare const ProjectWebAnalytics$inboundSchema: z.ZodType<ProjectWebAnalytics, z.ZodTypeDef, unknown>;
4514
4540
  /** @internal */
@@ -4562,30 +4588,30 @@ export declare namespace PrevProjectWebAnalytics$ {
4562
4588
  export declare function prevProjectWebAnalyticsToJSON(prevProjectWebAnalytics: PrevProjectWebAnalytics): string;
4563
4589
  export declare function prevProjectWebAnalyticsFromJSON(jsonString: string): SafeParseResult<PrevProjectWebAnalytics, SDKValidationError>;
4564
4590
  /** @internal */
4565
- export declare const OneHundredAndThirtyNine$inboundSchema: z.ZodType<OneHundredAndThirtyNine, z.ZodTypeDef, unknown>;
4591
+ export declare const OneHundredAndFortyOne$inboundSchema: z.ZodType<OneHundredAndFortyOne, z.ZodTypeDef, unknown>;
4566
4592
  /** @internal */
4567
- export type OneHundredAndThirtyNine$Outbound = {
4593
+ export type OneHundredAndFortyOne$Outbound = {
4568
4594
  projectId: string;
4569
4595
  projectName: string;
4570
4596
  projectWebAnalytics?: ProjectWebAnalytics$Outbound | undefined;
4571
4597
  prevProjectWebAnalytics?: PrevProjectWebAnalytics$Outbound | null | undefined;
4572
4598
  };
4573
4599
  /** @internal */
4574
- export declare const OneHundredAndThirtyNine$outboundSchema: z.ZodType<OneHundredAndThirtyNine$Outbound, z.ZodTypeDef, OneHundredAndThirtyNine>;
4600
+ export declare const OneHundredAndFortyOne$outboundSchema: z.ZodType<OneHundredAndFortyOne$Outbound, z.ZodTypeDef, OneHundredAndFortyOne>;
4575
4601
  /**
4576
4602
  * @internal
4577
4603
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4578
4604
  */
4579
- export declare namespace OneHundredAndThirtyNine$ {
4580
- /** @deprecated use `OneHundredAndThirtyNine$inboundSchema` instead. */
4581
- const inboundSchema: z.ZodType<OneHundredAndThirtyNine, z.ZodTypeDef, unknown>;
4582
- /** @deprecated use `OneHundredAndThirtyNine$outboundSchema` instead. */
4583
- const outboundSchema: z.ZodType<OneHundredAndThirtyNine$Outbound, z.ZodTypeDef, OneHundredAndThirtyNine>;
4584
- /** @deprecated use `OneHundredAndThirtyNine$Outbound` instead. */
4585
- type Outbound = OneHundredAndThirtyNine$Outbound;
4605
+ export declare namespace OneHundredAndFortyOne$ {
4606
+ /** @deprecated use `OneHundredAndFortyOne$inboundSchema` instead. */
4607
+ const inboundSchema: z.ZodType<OneHundredAndFortyOne, z.ZodTypeDef, unknown>;
4608
+ /** @deprecated use `OneHundredAndFortyOne$outboundSchema` instead. */
4609
+ const outboundSchema: z.ZodType<OneHundredAndFortyOne$Outbound, z.ZodTypeDef, OneHundredAndFortyOne>;
4610
+ /** @deprecated use `OneHundredAndFortyOne$Outbound` instead. */
4611
+ type Outbound = OneHundredAndFortyOne$Outbound;
4586
4612
  }
4587
- export declare function oneHundredAndThirtyNineToJSON(oneHundredAndThirtyNine: OneHundredAndThirtyNine): string;
4588
- export declare function oneHundredAndThirtyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyNine, SDKValidationError>;
4613
+ export declare function oneHundredAndFortyOneToJSON(oneHundredAndFortyOne: OneHundredAndFortyOne): string;
4614
+ export declare function oneHundredAndFortyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyOne, SDKValidationError>;
4589
4615
  /** @internal */
4590
4616
  export declare const Microfrontends2$inboundSchema: z.ZodType<Microfrontends2, z.ZodTypeDef, unknown>;
4591
4617
  /** @internal */
@@ -4658,29 +4684,29 @@ export declare namespace Microfrontends$ {
4658
4684
  export declare function microfrontendsToJSON(microfrontends: Microfrontends): string;
4659
4685
  export declare function microfrontendsFromJSON(jsonString: string): SafeParseResult<Microfrontends, SDKValidationError>;
4660
4686
  /** @internal */
4661
- export declare const UserEventPayload138Project$inboundSchema: z.ZodType<UserEventPayload138Project, z.ZodTypeDef, unknown>;
4687
+ export declare const UserEventPayload140Project$inboundSchema: z.ZodType<UserEventPayload140Project, z.ZodTypeDef, unknown>;
4662
4688
  /** @internal */
4663
- export type UserEventPayload138Project$Outbound = {
4689
+ export type UserEventPayload140Project$Outbound = {
4664
4690
  id: string;
4665
4691
  name: string;
4666
4692
  microfrontends?: Microfrontends2$Outbound | Microfrontends1$Outbound | undefined;
4667
4693
  };
4668
4694
  /** @internal */
4669
- export declare const UserEventPayload138Project$outboundSchema: z.ZodType<UserEventPayload138Project$Outbound, z.ZodTypeDef, UserEventPayload138Project>;
4695
+ export declare const UserEventPayload140Project$outboundSchema: z.ZodType<UserEventPayload140Project$Outbound, z.ZodTypeDef, UserEventPayload140Project>;
4670
4696
  /**
4671
4697
  * @internal
4672
4698
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4673
4699
  */
4674
- export declare namespace UserEventPayload138Project$ {
4675
- /** @deprecated use `UserEventPayload138Project$inboundSchema` instead. */
4676
- const inboundSchema: z.ZodType<UserEventPayload138Project, z.ZodTypeDef, unknown>;
4677
- /** @deprecated use `UserEventPayload138Project$outboundSchema` instead. */
4678
- const outboundSchema: z.ZodType<UserEventPayload138Project$Outbound, z.ZodTypeDef, UserEventPayload138Project>;
4679
- /** @deprecated use `UserEventPayload138Project$Outbound` instead. */
4680
- type Outbound = UserEventPayload138Project$Outbound;
4700
+ export declare namespace UserEventPayload140Project$ {
4701
+ /** @deprecated use `UserEventPayload140Project$inboundSchema` instead. */
4702
+ const inboundSchema: z.ZodType<UserEventPayload140Project, z.ZodTypeDef, unknown>;
4703
+ /** @deprecated use `UserEventPayload140Project$outboundSchema` instead. */
4704
+ const outboundSchema: z.ZodType<UserEventPayload140Project$Outbound, z.ZodTypeDef, UserEventPayload140Project>;
4705
+ /** @deprecated use `UserEventPayload140Project$Outbound` instead. */
4706
+ type Outbound = UserEventPayload140Project$Outbound;
4681
4707
  }
4682
- export declare function userEventPayload138ProjectToJSON(userEventPayload138Project: UserEventPayload138Project): string;
4683
- export declare function userEventPayload138ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload138Project, SDKValidationError>;
4708
+ export declare function userEventPayload140ProjectToJSON(userEventPayload140Project: UserEventPayload140Project): string;
4709
+ export declare function userEventPayload140ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload140Project, SDKValidationError>;
4684
4710
  /** @internal */
4685
4711
  export declare const UserEventMicrofrontends2$inboundSchema: z.ZodType<UserEventMicrofrontends2, z.ZodTypeDef, unknown>;
4686
4712
  /** @internal */
@@ -4753,32 +4779,32 @@ export declare namespace PayloadMicrofrontends$ {
4753
4779
  export declare function payloadMicrofrontendsToJSON(payloadMicrofrontends: PayloadMicrofrontends): string;
4754
4780
  export declare function payloadMicrofrontendsFromJSON(jsonString: string): SafeParseResult<PayloadMicrofrontends, SDKValidationError>;
4755
4781
  /** @internal */
4756
- export declare const UserEventPayload138PrevProject$inboundSchema: z.ZodType<UserEventPayload138PrevProject, z.ZodTypeDef, unknown>;
4782
+ export declare const UserEventPayload140PrevProject$inboundSchema: z.ZodType<UserEventPayload140PrevProject, z.ZodTypeDef, unknown>;
4757
4783
  /** @internal */
4758
- export type UserEventPayload138PrevProject$Outbound = {
4784
+ export type UserEventPayload140PrevProject$Outbound = {
4759
4785
  microfrontends?: UserEventMicrofrontends2$Outbound | UserEventMicrofrontends1$Outbound | undefined;
4760
4786
  };
4761
4787
  /** @internal */
4762
- export declare const UserEventPayload138PrevProject$outboundSchema: z.ZodType<UserEventPayload138PrevProject$Outbound, z.ZodTypeDef, UserEventPayload138PrevProject>;
4788
+ export declare const UserEventPayload140PrevProject$outboundSchema: z.ZodType<UserEventPayload140PrevProject$Outbound, z.ZodTypeDef, UserEventPayload140PrevProject>;
4763
4789
  /**
4764
4790
  * @internal
4765
4791
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4766
4792
  */
4767
- export declare namespace UserEventPayload138PrevProject$ {
4768
- /** @deprecated use `UserEventPayload138PrevProject$inboundSchema` instead. */
4769
- const inboundSchema: z.ZodType<UserEventPayload138PrevProject, z.ZodTypeDef, unknown>;
4770
- /** @deprecated use `UserEventPayload138PrevProject$outboundSchema` instead. */
4771
- const outboundSchema: z.ZodType<UserEventPayload138PrevProject$Outbound, z.ZodTypeDef, UserEventPayload138PrevProject>;
4772
- /** @deprecated use `UserEventPayload138PrevProject$Outbound` instead. */
4773
- type Outbound = UserEventPayload138PrevProject$Outbound;
4793
+ export declare namespace UserEventPayload140PrevProject$ {
4794
+ /** @deprecated use `UserEventPayload140PrevProject$inboundSchema` instead. */
4795
+ const inboundSchema: z.ZodType<UserEventPayload140PrevProject, z.ZodTypeDef, unknown>;
4796
+ /** @deprecated use `UserEventPayload140PrevProject$outboundSchema` instead. */
4797
+ const outboundSchema: z.ZodType<UserEventPayload140PrevProject$Outbound, z.ZodTypeDef, UserEventPayload140PrevProject>;
4798
+ /** @deprecated use `UserEventPayload140PrevProject$Outbound` instead. */
4799
+ type Outbound = UserEventPayload140PrevProject$Outbound;
4774
4800
  }
4775
- export declare function userEventPayload138PrevProjectToJSON(userEventPayload138PrevProject: UserEventPayload138PrevProject): string;
4776
- export declare function userEventPayload138PrevProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload138PrevProject, SDKValidationError>;
4801
+ export declare function userEventPayload140PrevProjectToJSON(userEventPayload140PrevProject: UserEventPayload140PrevProject): string;
4802
+ export declare function userEventPayload140PrevProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload140PrevProject, SDKValidationError>;
4777
4803
  /** @internal */
4778
4804
  export declare const PayloadPrev$inboundSchema: z.ZodType<PayloadPrev, z.ZodTypeDef, unknown>;
4779
4805
  /** @internal */
4780
4806
  export type PayloadPrev$Outbound = {
4781
- project: UserEventPayload138PrevProject$Outbound;
4807
+ project: UserEventPayload140PrevProject$Outbound;
4782
4808
  };
4783
4809
  /** @internal */
4784
4810
  export declare const PayloadPrev$outboundSchema: z.ZodType<PayloadPrev$Outbound, z.ZodTypeDef, PayloadPrev>;
@@ -4821,52 +4847,52 @@ export declare namespace PayloadGroup$ {
4821
4847
  export declare function payloadGroupToJSON(payloadGroup: PayloadGroup): string;
4822
4848
  export declare function payloadGroupFromJSON(jsonString: string): SafeParseResult<PayloadGroup, SDKValidationError>;
4823
4849
  /** @internal */
4824
- export declare const OneHundredAndThirtyEight$inboundSchema: z.ZodType<OneHundredAndThirtyEight, z.ZodTypeDef, unknown>;
4850
+ export declare const OneHundredAndForty$inboundSchema: z.ZodType<OneHundredAndForty, z.ZodTypeDef, unknown>;
4825
4851
  /** @internal */
4826
- export type OneHundredAndThirtyEight$Outbound = {
4827
- project: UserEventPayload138Project$Outbound;
4852
+ export type OneHundredAndForty$Outbound = {
4853
+ project: UserEventPayload140Project$Outbound;
4828
4854
  prev: PayloadPrev$Outbound;
4829
4855
  group: PayloadGroup$Outbound;
4830
4856
  };
4831
4857
  /** @internal */
4832
- export declare const OneHundredAndThirtyEight$outboundSchema: z.ZodType<OneHundredAndThirtyEight$Outbound, z.ZodTypeDef, OneHundredAndThirtyEight>;
4858
+ export declare const OneHundredAndForty$outboundSchema: z.ZodType<OneHundredAndForty$Outbound, z.ZodTypeDef, OneHundredAndForty>;
4833
4859
  /**
4834
4860
  * @internal
4835
4861
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4836
4862
  */
4837
- export declare namespace OneHundredAndThirtyEight$ {
4838
- /** @deprecated use `OneHundredAndThirtyEight$inboundSchema` instead. */
4839
- const inboundSchema: z.ZodType<OneHundredAndThirtyEight, z.ZodTypeDef, unknown>;
4840
- /** @deprecated use `OneHundredAndThirtyEight$outboundSchema` instead. */
4841
- const outboundSchema: z.ZodType<OneHundredAndThirtyEight$Outbound, z.ZodTypeDef, OneHundredAndThirtyEight>;
4842
- /** @deprecated use `OneHundredAndThirtyEight$Outbound` instead. */
4843
- type Outbound = OneHundredAndThirtyEight$Outbound;
4863
+ export declare namespace OneHundredAndForty$ {
4864
+ /** @deprecated use `OneHundredAndForty$inboundSchema` instead. */
4865
+ const inboundSchema: z.ZodType<OneHundredAndForty, z.ZodTypeDef, unknown>;
4866
+ /** @deprecated use `OneHundredAndForty$outboundSchema` instead. */
4867
+ const outboundSchema: z.ZodType<OneHundredAndForty$Outbound, z.ZodTypeDef, OneHundredAndForty>;
4868
+ /** @deprecated use `OneHundredAndForty$Outbound` instead. */
4869
+ type Outbound = OneHundredAndForty$Outbound;
4844
4870
  }
4845
- export declare function oneHundredAndThirtyEightToJSON(oneHundredAndThirtyEight: OneHundredAndThirtyEight): string;
4846
- export declare function oneHundredAndThirtyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyEight, SDKValidationError>;
4871
+ export declare function oneHundredAndFortyToJSON(oneHundredAndForty: OneHundredAndForty): string;
4872
+ export declare function oneHundredAndFortyFromJSON(jsonString: string): SafeParseResult<OneHundredAndForty, SDKValidationError>;
4847
4873
  /** @internal */
4848
- export declare const UserEventPayload137Project$inboundSchema: z.ZodType<UserEventPayload137Project, z.ZodTypeDef, unknown>;
4874
+ export declare const UserEventPayload139Project$inboundSchema: z.ZodType<UserEventPayload139Project, z.ZodTypeDef, unknown>;
4849
4875
  /** @internal */
4850
- export type UserEventPayload137Project$Outbound = {
4876
+ export type UserEventPayload139Project$Outbound = {
4851
4877
  id: string;
4852
4878
  name: string;
4853
4879
  };
4854
4880
  /** @internal */
4855
- export declare const UserEventPayload137Project$outboundSchema: z.ZodType<UserEventPayload137Project$Outbound, z.ZodTypeDef, UserEventPayload137Project>;
4881
+ export declare const UserEventPayload139Project$outboundSchema: z.ZodType<UserEventPayload139Project$Outbound, z.ZodTypeDef, UserEventPayload139Project>;
4856
4882
  /**
4857
4883
  * @internal
4858
4884
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4859
4885
  */
4860
- export declare namespace UserEventPayload137Project$ {
4861
- /** @deprecated use `UserEventPayload137Project$inboundSchema` instead. */
4862
- const inboundSchema: z.ZodType<UserEventPayload137Project, z.ZodTypeDef, unknown>;
4863
- /** @deprecated use `UserEventPayload137Project$outboundSchema` instead. */
4864
- const outboundSchema: z.ZodType<UserEventPayload137Project$Outbound, z.ZodTypeDef, UserEventPayload137Project>;
4865
- /** @deprecated use `UserEventPayload137Project$Outbound` instead. */
4866
- type Outbound = UserEventPayload137Project$Outbound;
4886
+ export declare namespace UserEventPayload139Project$ {
4887
+ /** @deprecated use `UserEventPayload139Project$inboundSchema` instead. */
4888
+ const inboundSchema: z.ZodType<UserEventPayload139Project, z.ZodTypeDef, unknown>;
4889
+ /** @deprecated use `UserEventPayload139Project$outboundSchema` instead. */
4890
+ const outboundSchema: z.ZodType<UserEventPayload139Project$Outbound, z.ZodTypeDef, UserEventPayload139Project>;
4891
+ /** @deprecated use `UserEventPayload139Project$Outbound` instead. */
4892
+ type Outbound = UserEventPayload139Project$Outbound;
4867
4893
  }
4868
- export declare function userEventPayload137ProjectToJSON(userEventPayload137Project: UserEventPayload137Project): string;
4869
- export declare function userEventPayload137ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload137Project, SDKValidationError>;
4894
+ export declare function userEventPayload139ProjectToJSON(userEventPayload139Project: UserEventPayload139Project): string;
4895
+ export declare function userEventPayload139ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload139Project, SDKValidationError>;
4870
4896
  /** @internal */
4871
4897
  export declare const Group$inboundSchema: z.ZodType<Group, z.ZodTypeDef, unknown>;
4872
4898
  /** @internal */
@@ -4892,28 +4918,28 @@ export declare namespace Group$ {
4892
4918
  export declare function groupToJSON(group: Group): string;
4893
4919
  export declare function groupFromJSON(jsonString: string): SafeParseResult<Group, SDKValidationError>;
4894
4920
  /** @internal */
4895
- export declare const OneHundredAndThirtySeven$inboundSchema: z.ZodType<OneHundredAndThirtySeven, z.ZodTypeDef, unknown>;
4921
+ export declare const OneHundredAndThirtyNine$inboundSchema: z.ZodType<OneHundredAndThirtyNine, z.ZodTypeDef, unknown>;
4896
4922
  /** @internal */
4897
- export type OneHundredAndThirtySeven$Outbound = {
4898
- project: UserEventPayload137Project$Outbound;
4923
+ export type OneHundredAndThirtyNine$Outbound = {
4924
+ project: UserEventPayload139Project$Outbound;
4899
4925
  group: Group$Outbound;
4900
4926
  };
4901
4927
  /** @internal */
4902
- export declare const OneHundredAndThirtySeven$outboundSchema: z.ZodType<OneHundredAndThirtySeven$Outbound, z.ZodTypeDef, OneHundredAndThirtySeven>;
4928
+ export declare const OneHundredAndThirtyNine$outboundSchema: z.ZodType<OneHundredAndThirtyNine$Outbound, z.ZodTypeDef, OneHundredAndThirtyNine>;
4903
4929
  /**
4904
4930
  * @internal
4905
4931
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4906
4932
  */
4907
- export declare namespace OneHundredAndThirtySeven$ {
4908
- /** @deprecated use `OneHundredAndThirtySeven$inboundSchema` instead. */
4909
- const inboundSchema: z.ZodType<OneHundredAndThirtySeven, z.ZodTypeDef, unknown>;
4910
- /** @deprecated use `OneHundredAndThirtySeven$outboundSchema` instead. */
4911
- const outboundSchema: z.ZodType<OneHundredAndThirtySeven$Outbound, z.ZodTypeDef, OneHundredAndThirtySeven>;
4912
- /** @deprecated use `OneHundredAndThirtySeven$Outbound` instead. */
4913
- type Outbound = OneHundredAndThirtySeven$Outbound;
4933
+ export declare namespace OneHundredAndThirtyNine$ {
4934
+ /** @deprecated use `OneHundredAndThirtyNine$inboundSchema` instead. */
4935
+ const inboundSchema: z.ZodType<OneHundredAndThirtyNine, z.ZodTypeDef, unknown>;
4936
+ /** @deprecated use `OneHundredAndThirtyNine$outboundSchema` instead. */
4937
+ const outboundSchema: z.ZodType<OneHundredAndThirtyNine$Outbound, z.ZodTypeDef, OneHundredAndThirtyNine>;
4938
+ /** @deprecated use `OneHundredAndThirtyNine$Outbound` instead. */
4939
+ type Outbound = OneHundredAndThirtyNine$Outbound;
4914
4940
  }
4915
- export declare function oneHundredAndThirtySevenToJSON(oneHundredAndThirtySeven: OneHundredAndThirtySeven): string;
4916
- export declare function oneHundredAndThirtySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtySeven, SDKValidationError>;
4941
+ export declare function oneHundredAndThirtyNineToJSON(oneHundredAndThirtyNine: OneHundredAndThirtyNine): string;
4942
+ export declare function oneHundredAndThirtyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyNine, SDKValidationError>;
4917
4943
  /** @internal */
4918
4944
  export declare const Prev$inboundSchema: z.ZodType<Prev, z.ZodTypeDef, unknown>;
4919
4945
  /** @internal */
@@ -4938,143 +4964,143 @@ export declare namespace Prev$ {
4938
4964
  export declare function prevToJSON(prev: Prev): string;
4939
4965
  export declare function prevFromJSON(jsonString: string): SafeParseResult<Prev, SDKValidationError>;
4940
4966
  /** @internal */
4941
- export declare const OneHundredAndThirtySix$inboundSchema: z.ZodType<OneHundredAndThirtySix, z.ZodTypeDef, unknown>;
4967
+ export declare const OneHundredAndThirtyEight$inboundSchema: z.ZodType<OneHundredAndThirtyEight, z.ZodTypeDef, unknown>;
4942
4968
  /** @internal */
4943
- export type OneHundredAndThirtySix$Outbound = {
4969
+ export type OneHundredAndThirtyEight$Outbound = {
4944
4970
  id: string;
4945
4971
  slug: string;
4946
4972
  name: string;
4947
4973
  prev: Prev$Outbound;
4948
4974
  };
4949
4975
  /** @internal */
4950
- export declare const OneHundredAndThirtySix$outboundSchema: z.ZodType<OneHundredAndThirtySix$Outbound, z.ZodTypeDef, OneHundredAndThirtySix>;
4976
+ export declare const OneHundredAndThirtyEight$outboundSchema: z.ZodType<OneHundredAndThirtyEight$Outbound, z.ZodTypeDef, OneHundredAndThirtyEight>;
4951
4977
  /**
4952
4978
  * @internal
4953
4979
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4954
4980
  */
4955
- export declare namespace OneHundredAndThirtySix$ {
4956
- /** @deprecated use `OneHundredAndThirtySix$inboundSchema` instead. */
4957
- const inboundSchema: z.ZodType<OneHundredAndThirtySix, z.ZodTypeDef, unknown>;
4958
- /** @deprecated use `OneHundredAndThirtySix$outboundSchema` instead. */
4959
- const outboundSchema: z.ZodType<OneHundredAndThirtySix$Outbound, z.ZodTypeDef, OneHundredAndThirtySix>;
4960
- /** @deprecated use `OneHundredAndThirtySix$Outbound` instead. */
4961
- type Outbound = OneHundredAndThirtySix$Outbound;
4981
+ export declare namespace OneHundredAndThirtyEight$ {
4982
+ /** @deprecated use `OneHundredAndThirtyEight$inboundSchema` instead. */
4983
+ const inboundSchema: z.ZodType<OneHundredAndThirtyEight, z.ZodTypeDef, unknown>;
4984
+ /** @deprecated use `OneHundredAndThirtyEight$outboundSchema` instead. */
4985
+ const outboundSchema: z.ZodType<OneHundredAndThirtyEight$Outbound, z.ZodTypeDef, OneHundredAndThirtyEight>;
4986
+ /** @deprecated use `OneHundredAndThirtyEight$Outbound` instead. */
4987
+ type Outbound = OneHundredAndThirtyEight$Outbound;
4962
4988
  }
4963
- export declare function oneHundredAndThirtySixToJSON(oneHundredAndThirtySix: OneHundredAndThirtySix): string;
4964
- export declare function oneHundredAndThirtySixFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtySix, SDKValidationError>;
4989
+ export declare function oneHundredAndThirtyEightToJSON(oneHundredAndThirtyEight: OneHundredAndThirtyEight): string;
4990
+ export declare function oneHundredAndThirtyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyEight, SDKValidationError>;
4965
4991
  /** @internal */
4966
- export declare const OneHundredAndThirtyFive$inboundSchema: z.ZodType<OneHundredAndThirtyFive, z.ZodTypeDef, unknown>;
4992
+ export declare const OneHundredAndThirtySeven$inboundSchema: z.ZodType<OneHundredAndThirtySeven, z.ZodTypeDef, unknown>;
4967
4993
  /** @internal */
4968
- export type OneHundredAndThirtyFive$Outbound = {
4994
+ export type OneHundredAndThirtySeven$Outbound = {
4969
4995
  id: string;
4970
4996
  slug: string;
4971
4997
  name: string;
4972
4998
  };
4973
4999
  /** @internal */
4974
- export declare const OneHundredAndThirtyFive$outboundSchema: z.ZodType<OneHundredAndThirtyFive$Outbound, z.ZodTypeDef, OneHundredAndThirtyFive>;
5000
+ export declare const OneHundredAndThirtySeven$outboundSchema: z.ZodType<OneHundredAndThirtySeven$Outbound, z.ZodTypeDef, OneHundredAndThirtySeven>;
4975
5001
  /**
4976
5002
  * @internal
4977
5003
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4978
5004
  */
4979
- export declare namespace OneHundredAndThirtyFive$ {
4980
- /** @deprecated use `OneHundredAndThirtyFive$inboundSchema` instead. */
4981
- const inboundSchema: z.ZodType<OneHundredAndThirtyFive, z.ZodTypeDef, unknown>;
4982
- /** @deprecated use `OneHundredAndThirtyFive$outboundSchema` instead. */
4983
- const outboundSchema: z.ZodType<OneHundredAndThirtyFive$Outbound, z.ZodTypeDef, OneHundredAndThirtyFive>;
4984
- /** @deprecated use `OneHundredAndThirtyFive$Outbound` instead. */
4985
- type Outbound = OneHundredAndThirtyFive$Outbound;
5005
+ export declare namespace OneHundredAndThirtySeven$ {
5006
+ /** @deprecated use `OneHundredAndThirtySeven$inboundSchema` instead. */
5007
+ const inboundSchema: z.ZodType<OneHundredAndThirtySeven, z.ZodTypeDef, unknown>;
5008
+ /** @deprecated use `OneHundredAndThirtySeven$outboundSchema` instead. */
5009
+ const outboundSchema: z.ZodType<OneHundredAndThirtySeven$Outbound, z.ZodTypeDef, OneHundredAndThirtySeven>;
5010
+ /** @deprecated use `OneHundredAndThirtySeven$Outbound` instead. */
5011
+ type Outbound = OneHundredAndThirtySeven$Outbound;
4986
5012
  }
4987
- export declare function oneHundredAndThirtyFiveToJSON(oneHundredAndThirtyFive: OneHundredAndThirtyFive): string;
4988
- export declare function oneHundredAndThirtyFiveFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyFive, SDKValidationError>;
5013
+ export declare function oneHundredAndThirtySevenToJSON(oneHundredAndThirtySeven: OneHundredAndThirtySeven): string;
5014
+ export declare function oneHundredAndThirtySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtySeven, SDKValidationError>;
4989
5015
  /** @internal */
4990
- export declare const OneHundredAndThirtyFour$inboundSchema: z.ZodType<OneHundredAndThirtyFour, z.ZodTypeDef, unknown>;
5016
+ export declare const OneHundredAndThirtySix$inboundSchema: z.ZodType<OneHundredAndThirtySix, z.ZodTypeDef, unknown>;
4991
5017
  /** @internal */
4992
- export type OneHundredAndThirtyFour$Outbound = {
5018
+ export type OneHundredAndThirtySix$Outbound = {
4993
5019
  edgeConfigId: string;
4994
5020
  edgeConfigSlug: string;
4995
5021
  edgeConfigTokenIds: Array<string>;
4996
5022
  };
4997
5023
  /** @internal */
4998
- export declare const OneHundredAndThirtyFour$outboundSchema: z.ZodType<OneHundredAndThirtyFour$Outbound, z.ZodTypeDef, OneHundredAndThirtyFour>;
5024
+ export declare const OneHundredAndThirtySix$outboundSchema: z.ZodType<OneHundredAndThirtySix$Outbound, z.ZodTypeDef, OneHundredAndThirtySix>;
4999
5025
  /**
5000
5026
  * @internal
5001
5027
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5002
5028
  */
5003
- export declare namespace OneHundredAndThirtyFour$ {
5004
- /** @deprecated use `OneHundredAndThirtyFour$inboundSchema` instead. */
5005
- const inboundSchema: z.ZodType<OneHundredAndThirtyFour, z.ZodTypeDef, unknown>;
5006
- /** @deprecated use `OneHundredAndThirtyFour$outboundSchema` instead. */
5007
- const outboundSchema: z.ZodType<OneHundredAndThirtyFour$Outbound, z.ZodTypeDef, OneHundredAndThirtyFour>;
5008
- /** @deprecated use `OneHundredAndThirtyFour$Outbound` instead. */
5009
- type Outbound = OneHundredAndThirtyFour$Outbound;
5029
+ export declare namespace OneHundredAndThirtySix$ {
5030
+ /** @deprecated use `OneHundredAndThirtySix$inboundSchema` instead. */
5031
+ const inboundSchema: z.ZodType<OneHundredAndThirtySix, z.ZodTypeDef, unknown>;
5032
+ /** @deprecated use `OneHundredAndThirtySix$outboundSchema` instead. */
5033
+ const outboundSchema: z.ZodType<OneHundredAndThirtySix$Outbound, z.ZodTypeDef, OneHundredAndThirtySix>;
5034
+ /** @deprecated use `OneHundredAndThirtySix$Outbound` instead. */
5035
+ type Outbound = OneHundredAndThirtySix$Outbound;
5010
5036
  }
5011
- export declare function oneHundredAndThirtyFourToJSON(oneHundredAndThirtyFour: OneHundredAndThirtyFour): string;
5012
- export declare function oneHundredAndThirtyFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyFour, SDKValidationError>;
5037
+ export declare function oneHundredAndThirtySixToJSON(oneHundredAndThirtySix: OneHundredAndThirtySix): string;
5038
+ export declare function oneHundredAndThirtySixFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtySix, SDKValidationError>;
5013
5039
  /** @internal */
5014
- export declare const OneHundredAndThirtyThree$inboundSchema: z.ZodType<OneHundredAndThirtyThree, z.ZodTypeDef, unknown>;
5040
+ export declare const OneHundredAndThirtyFive$inboundSchema: z.ZodType<OneHundredAndThirtyFive, z.ZodTypeDef, unknown>;
5015
5041
  /** @internal */
5016
- export type OneHundredAndThirtyThree$Outbound = {
5042
+ export type OneHundredAndThirtyFive$Outbound = {
5017
5043
  edgeConfigId: string;
5018
5044
  edgeConfigSlug: string;
5019
5045
  edgeConfigTokenId: string;
5020
5046
  label: string;
5021
5047
  };
5022
5048
  /** @internal */
5023
- export declare const OneHundredAndThirtyThree$outboundSchema: z.ZodType<OneHundredAndThirtyThree$Outbound, z.ZodTypeDef, OneHundredAndThirtyThree>;
5049
+ export declare const OneHundredAndThirtyFive$outboundSchema: z.ZodType<OneHundredAndThirtyFive$Outbound, z.ZodTypeDef, OneHundredAndThirtyFive>;
5024
5050
  /**
5025
5051
  * @internal
5026
5052
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5027
5053
  */
5028
- export declare namespace OneHundredAndThirtyThree$ {
5029
- /** @deprecated use `OneHundredAndThirtyThree$inboundSchema` instead. */
5030
- const inboundSchema: z.ZodType<OneHundredAndThirtyThree, z.ZodTypeDef, unknown>;
5031
- /** @deprecated use `OneHundredAndThirtyThree$outboundSchema` instead. */
5032
- const outboundSchema: z.ZodType<OneHundredAndThirtyThree$Outbound, z.ZodTypeDef, OneHundredAndThirtyThree>;
5033
- /** @deprecated use `OneHundredAndThirtyThree$Outbound` instead. */
5034
- type Outbound = OneHundredAndThirtyThree$Outbound;
5054
+ export declare namespace OneHundredAndThirtyFive$ {
5055
+ /** @deprecated use `OneHundredAndThirtyFive$inboundSchema` instead. */
5056
+ const inboundSchema: z.ZodType<OneHundredAndThirtyFive, z.ZodTypeDef, unknown>;
5057
+ /** @deprecated use `OneHundredAndThirtyFive$outboundSchema` instead. */
5058
+ const outboundSchema: z.ZodType<OneHundredAndThirtyFive$Outbound, z.ZodTypeDef, OneHundredAndThirtyFive>;
5059
+ /** @deprecated use `OneHundredAndThirtyFive$Outbound` instead. */
5060
+ type Outbound = OneHundredAndThirtyFive$Outbound;
5035
5061
  }
5036
- export declare function oneHundredAndThirtyThreeToJSON(oneHundredAndThirtyThree: OneHundredAndThirtyThree): string;
5037
- export declare function oneHundredAndThirtyThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyThree, SDKValidationError>;
5062
+ export declare function oneHundredAndThirtyFiveToJSON(oneHundredAndThirtyFive: OneHundredAndThirtyFive): string;
5063
+ export declare function oneHundredAndThirtyFiveFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyFive, SDKValidationError>;
5038
5064
  /** @internal */
5039
- export declare const OneHundredAndThirtyTwo$inboundSchema: z.ZodType<OneHundredAndThirtyTwo, z.ZodTypeDef, unknown>;
5065
+ export declare const OneHundredAndThirtyFour$inboundSchema: z.ZodType<OneHundredAndThirtyFour, z.ZodTypeDef, unknown>;
5040
5066
  /** @internal */
5041
- export type OneHundredAndThirtyTwo$Outbound = {
5067
+ export type OneHundredAndThirtyFour$Outbound = {
5042
5068
  edgeConfigId: string;
5043
5069
  edgeConfigSlug: string;
5044
5070
  edgeConfigDigest: string;
5045
5071
  };
5046
5072
  /** @internal */
5047
- export declare const OneHundredAndThirtyTwo$outboundSchema: z.ZodType<OneHundredAndThirtyTwo$Outbound, z.ZodTypeDef, OneHundredAndThirtyTwo>;
5073
+ export declare const OneHundredAndThirtyFour$outboundSchema: z.ZodType<OneHundredAndThirtyFour$Outbound, z.ZodTypeDef, OneHundredAndThirtyFour>;
5048
5074
  /**
5049
5075
  * @internal
5050
5076
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5051
5077
  */
5052
- export declare namespace OneHundredAndThirtyTwo$ {
5053
- /** @deprecated use `OneHundredAndThirtyTwo$inboundSchema` instead. */
5054
- const inboundSchema: z.ZodType<OneHundredAndThirtyTwo, z.ZodTypeDef, unknown>;
5055
- /** @deprecated use `OneHundredAndThirtyTwo$outboundSchema` instead. */
5056
- const outboundSchema: z.ZodType<OneHundredAndThirtyTwo$Outbound, z.ZodTypeDef, OneHundredAndThirtyTwo>;
5057
- /** @deprecated use `OneHundredAndThirtyTwo$Outbound` instead. */
5058
- type Outbound = OneHundredAndThirtyTwo$Outbound;
5078
+ export declare namespace OneHundredAndThirtyFour$ {
5079
+ /** @deprecated use `OneHundredAndThirtyFour$inboundSchema` instead. */
5080
+ const inboundSchema: z.ZodType<OneHundredAndThirtyFour, z.ZodTypeDef, unknown>;
5081
+ /** @deprecated use `OneHundredAndThirtyFour$outboundSchema` instead. */
5082
+ const outboundSchema: z.ZodType<OneHundredAndThirtyFour$Outbound, z.ZodTypeDef, OneHundredAndThirtyFour>;
5083
+ /** @deprecated use `OneHundredAndThirtyFour$Outbound` instead. */
5084
+ type Outbound = OneHundredAndThirtyFour$Outbound;
5059
5085
  }
5060
- export declare function oneHundredAndThirtyTwoToJSON(oneHundredAndThirtyTwo: OneHundredAndThirtyTwo): string;
5061
- export declare function oneHundredAndThirtyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyTwo, SDKValidationError>;
5086
+ export declare function oneHundredAndThirtyFourToJSON(oneHundredAndThirtyFour: OneHundredAndThirtyFour): string;
5087
+ export declare function oneHundredAndThirtyFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyFour, SDKValidationError>;
5062
5088
  /** @internal */
5063
- export declare const UserEventPayload131Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload131Role>;
5089
+ export declare const UserEventPayload133Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload133Role>;
5064
5090
  /** @internal */
5065
- export declare const UserEventPayload131Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload131Role>;
5091
+ export declare const UserEventPayload133Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload133Role>;
5066
5092
  /**
5067
5093
  * @internal
5068
5094
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5069
5095
  */
5070
- export declare namespace UserEventPayload131Role$ {
5071
- /** @deprecated use `UserEventPayload131Role$inboundSchema` instead. */
5096
+ export declare namespace UserEventPayload133Role$ {
5097
+ /** @deprecated use `UserEventPayload133Role$inboundSchema` instead. */
5072
5098
  const inboundSchema: z.ZodNativeEnum<{
5073
5099
  readonly Admin: "ADMIN";
5074
5100
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
5075
5101
  readonly ProjectViewer: "PROJECT_VIEWER";
5076
5102
  }>;
5077
- /** @deprecated use `UserEventPayload131Role$outboundSchema` instead. */
5103
+ /** @deprecated use `UserEventPayload133Role$outboundSchema` instead. */
5078
5104
  const outboundSchema: z.ZodNativeEnum<{
5079
5105
  readonly Admin: "ADMIN";
5080
5106
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
@@ -5082,9 +5108,9 @@ export declare namespace UserEventPayload131Role$ {
5082
5108
  }>;
5083
5109
  }
5084
5110
  /** @internal */
5085
- export declare const UserEventPayload131Project$inboundSchema: z.ZodType<UserEventPayload131Project, z.ZodTypeDef, unknown>;
5111
+ export declare const UserEventPayload133Project$inboundSchema: z.ZodType<UserEventPayload133Project, z.ZodTypeDef, unknown>;
5086
5112
  /** @internal */
5087
- export type UserEventPayload131Project$Outbound = {
5113
+ export type UserEventPayload133Project$Outbound = {
5088
5114
  name: string;
5089
5115
  role: string;
5090
5116
  invitedUserName: string;
@@ -5092,82 +5118,82 @@ export type UserEventPayload131Project$Outbound = {
5092
5118
  invitedUserId?: string | undefined;
5093
5119
  };
5094
5120
  /** @internal */
5095
- export declare const UserEventPayload131Project$outboundSchema: z.ZodType<UserEventPayload131Project$Outbound, z.ZodTypeDef, UserEventPayload131Project>;
5121
+ export declare const UserEventPayload133Project$outboundSchema: z.ZodType<UserEventPayload133Project$Outbound, z.ZodTypeDef, UserEventPayload133Project>;
5096
5122
  /**
5097
5123
  * @internal
5098
5124
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5099
5125
  */
5100
- export declare namespace UserEventPayload131Project$ {
5101
- /** @deprecated use `UserEventPayload131Project$inboundSchema` instead. */
5102
- const inboundSchema: z.ZodType<UserEventPayload131Project, z.ZodTypeDef, unknown>;
5103
- /** @deprecated use `UserEventPayload131Project$outboundSchema` instead. */
5104
- const outboundSchema: z.ZodType<UserEventPayload131Project$Outbound, z.ZodTypeDef, UserEventPayload131Project>;
5105
- /** @deprecated use `UserEventPayload131Project$Outbound` instead. */
5106
- type Outbound = UserEventPayload131Project$Outbound;
5126
+ export declare namespace UserEventPayload133Project$ {
5127
+ /** @deprecated use `UserEventPayload133Project$inboundSchema` instead. */
5128
+ const inboundSchema: z.ZodType<UserEventPayload133Project, z.ZodTypeDef, unknown>;
5129
+ /** @deprecated use `UserEventPayload133Project$outboundSchema` instead. */
5130
+ const outboundSchema: z.ZodType<UserEventPayload133Project$Outbound, z.ZodTypeDef, UserEventPayload133Project>;
5131
+ /** @deprecated use `UserEventPayload133Project$Outbound` instead. */
5132
+ type Outbound = UserEventPayload133Project$Outbound;
5107
5133
  }
5108
- export declare function userEventPayload131ProjectToJSON(userEventPayload131Project: UserEventPayload131Project): string;
5109
- export declare function userEventPayload131ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload131Project, SDKValidationError>;
5134
+ export declare function userEventPayload133ProjectToJSON(userEventPayload133Project: UserEventPayload133Project): string;
5135
+ export declare function userEventPayload133ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload133Project, SDKValidationError>;
5110
5136
  /** @internal */
5111
- export declare const OneHundredAndThirtyOne$inboundSchema: z.ZodType<OneHundredAndThirtyOne, z.ZodTypeDef, unknown>;
5137
+ export declare const OneHundredAndThirtyThree$inboundSchema: z.ZodType<OneHundredAndThirtyThree, z.ZodTypeDef, unknown>;
5112
5138
  /** @internal */
5113
- export type OneHundredAndThirtyOne$Outbound = {
5114
- project: UserEventPayload131Project$Outbound;
5139
+ export type OneHundredAndThirtyThree$Outbound = {
5140
+ project: UserEventPayload133Project$Outbound;
5115
5141
  };
5116
5142
  /** @internal */
5117
- export declare const OneHundredAndThirtyOne$outboundSchema: z.ZodType<OneHundredAndThirtyOne$Outbound, z.ZodTypeDef, OneHundredAndThirtyOne>;
5143
+ export declare const OneHundredAndThirtyThree$outboundSchema: z.ZodType<OneHundredAndThirtyThree$Outbound, z.ZodTypeDef, OneHundredAndThirtyThree>;
5118
5144
  /**
5119
5145
  * @internal
5120
5146
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5121
5147
  */
5122
- export declare namespace OneHundredAndThirtyOne$ {
5123
- /** @deprecated use `OneHundredAndThirtyOne$inboundSchema` instead. */
5124
- const inboundSchema: z.ZodType<OneHundredAndThirtyOne, z.ZodTypeDef, unknown>;
5125
- /** @deprecated use `OneHundredAndThirtyOne$outboundSchema` instead. */
5126
- const outboundSchema: z.ZodType<OneHundredAndThirtyOne$Outbound, z.ZodTypeDef, OneHundredAndThirtyOne>;
5127
- /** @deprecated use `OneHundredAndThirtyOne$Outbound` instead. */
5128
- type Outbound = OneHundredAndThirtyOne$Outbound;
5148
+ export declare namespace OneHundredAndThirtyThree$ {
5149
+ /** @deprecated use `OneHundredAndThirtyThree$inboundSchema` instead. */
5150
+ const inboundSchema: z.ZodType<OneHundredAndThirtyThree, z.ZodTypeDef, unknown>;
5151
+ /** @deprecated use `OneHundredAndThirtyThree$outboundSchema` instead. */
5152
+ const outboundSchema: z.ZodType<OneHundredAndThirtyThree$Outbound, z.ZodTypeDef, OneHundredAndThirtyThree>;
5153
+ /** @deprecated use `OneHundredAndThirtyThree$Outbound` instead. */
5154
+ type Outbound = OneHundredAndThirtyThree$Outbound;
5129
5155
  }
5130
- export declare function oneHundredAndThirtyOneToJSON(oneHundredAndThirtyOne: OneHundredAndThirtyOne): string;
5131
- export declare function oneHundredAndThirtyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyOne, SDKValidationError>;
5156
+ export declare function oneHundredAndThirtyThreeToJSON(oneHundredAndThirtyThree: OneHundredAndThirtyThree): string;
5157
+ export declare function oneHundredAndThirtyThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyThree, SDKValidationError>;
5132
5158
  /** @internal */
5133
- export declare const UserEventPayload130Project$inboundSchema: z.ZodType<UserEventPayload130Project, z.ZodTypeDef, unknown>;
5159
+ export declare const UserEventPayload132Project$inboundSchema: z.ZodType<UserEventPayload132Project, z.ZodTypeDef, unknown>;
5134
5160
  /** @internal */
5135
- export type UserEventPayload130Project$Outbound = {
5161
+ export type UserEventPayload132Project$Outbound = {
5136
5162
  id: string;
5137
5163
  name: string;
5138
5164
  };
5139
5165
  /** @internal */
5140
- export declare const UserEventPayload130Project$outboundSchema: z.ZodType<UserEventPayload130Project$Outbound, z.ZodTypeDef, UserEventPayload130Project>;
5166
+ export declare const UserEventPayload132Project$outboundSchema: z.ZodType<UserEventPayload132Project$Outbound, z.ZodTypeDef, UserEventPayload132Project>;
5141
5167
  /**
5142
5168
  * @internal
5143
5169
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5144
5170
  */
5145
- export declare namespace UserEventPayload130Project$ {
5146
- /** @deprecated use `UserEventPayload130Project$inboundSchema` instead. */
5147
- const inboundSchema: z.ZodType<UserEventPayload130Project, z.ZodTypeDef, unknown>;
5148
- /** @deprecated use `UserEventPayload130Project$outboundSchema` instead. */
5149
- const outboundSchema: z.ZodType<UserEventPayload130Project$Outbound, z.ZodTypeDef, UserEventPayload130Project>;
5150
- /** @deprecated use `UserEventPayload130Project$Outbound` instead. */
5151
- type Outbound = UserEventPayload130Project$Outbound;
5171
+ export declare namespace UserEventPayload132Project$ {
5172
+ /** @deprecated use `UserEventPayload132Project$inboundSchema` instead. */
5173
+ const inboundSchema: z.ZodType<UserEventPayload132Project, z.ZodTypeDef, unknown>;
5174
+ /** @deprecated use `UserEventPayload132Project$outboundSchema` instead. */
5175
+ const outboundSchema: z.ZodType<UserEventPayload132Project$Outbound, z.ZodTypeDef, UserEventPayload132Project>;
5176
+ /** @deprecated use `UserEventPayload132Project$Outbound` instead. */
5177
+ type Outbound = UserEventPayload132Project$Outbound;
5152
5178
  }
5153
- export declare function userEventPayload130ProjectToJSON(userEventPayload130Project: UserEventPayload130Project): string;
5154
- export declare function userEventPayload130ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload130Project, SDKValidationError>;
5179
+ export declare function userEventPayload132ProjectToJSON(userEventPayload132Project: UserEventPayload132Project): string;
5180
+ export declare function userEventPayload132ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload132Project, SDKValidationError>;
5155
5181
  /** @internal */
5156
- export declare const UserEventPayload130Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload130Role>;
5182
+ export declare const UserEventPayload132Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload132Role>;
5157
5183
  /** @internal */
5158
- export declare const UserEventPayload130Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload130Role>;
5184
+ export declare const UserEventPayload132Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload132Role>;
5159
5185
  /**
5160
5186
  * @internal
5161
5187
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5162
5188
  */
5163
- export declare namespace UserEventPayload130Role$ {
5164
- /** @deprecated use `UserEventPayload130Role$inboundSchema` instead. */
5189
+ export declare namespace UserEventPayload132Role$ {
5190
+ /** @deprecated use `UserEventPayload132Role$inboundSchema` instead. */
5165
5191
  const inboundSchema: z.ZodNativeEnum<{
5166
5192
  readonly Admin: "ADMIN";
5167
5193
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
5168
5194
  readonly ProjectViewer: "PROJECT_VIEWER";
5169
5195
  }>;
5170
- /** @deprecated use `UserEventPayload130Role$outboundSchema` instead. */
5196
+ /** @deprecated use `UserEventPayload132Role$outboundSchema` instead. */
5171
5197
  const outboundSchema: z.ZodNativeEnum<{
5172
5198
  readonly Admin: "ADMIN";
5173
5199
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
@@ -5175,21 +5201,21 @@ export declare namespace UserEventPayload130Role$ {
5175
5201
  }>;
5176
5202
  }
5177
5203
  /** @internal */
5178
- export declare const PreviousRole$inboundSchema: z.ZodNativeEnum<typeof PreviousRole>;
5204
+ export declare const PayloadPreviousRole$inboundSchema: z.ZodNativeEnum<typeof PayloadPreviousRole>;
5179
5205
  /** @internal */
5180
- export declare const PreviousRole$outboundSchema: z.ZodNativeEnum<typeof PreviousRole>;
5206
+ export declare const PayloadPreviousRole$outboundSchema: z.ZodNativeEnum<typeof PayloadPreviousRole>;
5181
5207
  /**
5182
5208
  * @internal
5183
5209
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5184
5210
  */
5185
- export declare namespace PreviousRole$ {
5186
- /** @deprecated use `PreviousRole$inboundSchema` instead. */
5211
+ export declare namespace PayloadPreviousRole$ {
5212
+ /** @deprecated use `PayloadPreviousRole$inboundSchema` instead. */
5187
5213
  const inboundSchema: z.ZodNativeEnum<{
5188
5214
  readonly Admin: "ADMIN";
5189
5215
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
5190
5216
  readonly ProjectViewer: "PROJECT_VIEWER";
5191
5217
  }>;
5192
- /** @deprecated use `PreviousRole$outboundSchema` instead. */
5218
+ /** @deprecated use `PayloadPreviousRole$outboundSchema` instead. */
5193
5219
  const outboundSchema: z.ZodNativeEnum<{
5194
5220
  readonly Admin: "ADMIN";
5195
5221
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
@@ -5223,51 +5249,51 @@ export declare namespace PayloadProjectMembership$ {
5223
5249
  export declare function payloadProjectMembershipToJSON(payloadProjectMembership: PayloadProjectMembership): string;
5224
5250
  export declare function payloadProjectMembershipFromJSON(jsonString: string): SafeParseResult<PayloadProjectMembership, SDKValidationError>;
5225
5251
  /** @internal */
5226
- export declare const OneHundredAndThirty$inboundSchema: z.ZodType<OneHundredAndThirty, z.ZodTypeDef, unknown>;
5252
+ export declare const OneHundredAndThirtyTwo$inboundSchema: z.ZodType<OneHundredAndThirtyTwo, z.ZodTypeDef, unknown>;
5227
5253
  /** @internal */
5228
- export type OneHundredAndThirty$Outbound = {
5229
- project: UserEventPayload130Project$Outbound;
5254
+ export type OneHundredAndThirtyTwo$Outbound = {
5255
+ project: UserEventPayload132Project$Outbound;
5230
5256
  projectMembership: PayloadProjectMembership$Outbound;
5231
5257
  };
5232
5258
  /** @internal */
5233
- export declare const OneHundredAndThirty$outboundSchema: z.ZodType<OneHundredAndThirty$Outbound, z.ZodTypeDef, OneHundredAndThirty>;
5259
+ export declare const OneHundredAndThirtyTwo$outboundSchema: z.ZodType<OneHundredAndThirtyTwo$Outbound, z.ZodTypeDef, OneHundredAndThirtyTwo>;
5234
5260
  /**
5235
5261
  * @internal
5236
5262
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5237
5263
  */
5238
- export declare namespace OneHundredAndThirty$ {
5239
- /** @deprecated use `OneHundredAndThirty$inboundSchema` instead. */
5240
- const inboundSchema: z.ZodType<OneHundredAndThirty, z.ZodTypeDef, unknown>;
5241
- /** @deprecated use `OneHundredAndThirty$outboundSchema` instead. */
5242
- const outboundSchema: z.ZodType<OneHundredAndThirty$Outbound, z.ZodTypeDef, OneHundredAndThirty>;
5243
- /** @deprecated use `OneHundredAndThirty$Outbound` instead. */
5244
- type Outbound = OneHundredAndThirty$Outbound;
5264
+ export declare namespace OneHundredAndThirtyTwo$ {
5265
+ /** @deprecated use `OneHundredAndThirtyTwo$inboundSchema` instead. */
5266
+ const inboundSchema: z.ZodType<OneHundredAndThirtyTwo, z.ZodTypeDef, unknown>;
5267
+ /** @deprecated use `OneHundredAndThirtyTwo$outboundSchema` instead. */
5268
+ const outboundSchema: z.ZodType<OneHundredAndThirtyTwo$Outbound, z.ZodTypeDef, OneHundredAndThirtyTwo>;
5269
+ /** @deprecated use `OneHundredAndThirtyTwo$Outbound` instead. */
5270
+ type Outbound = OneHundredAndThirtyTwo$Outbound;
5245
5271
  }
5246
- export declare function oneHundredAndThirtyToJSON(oneHundredAndThirty: OneHundredAndThirty): string;
5247
- export declare function oneHundredAndThirtyFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirty, SDKValidationError>;
5272
+ export declare function oneHundredAndThirtyTwoToJSON(oneHundredAndThirtyTwo: OneHundredAndThirtyTwo): string;
5273
+ export declare function oneHundredAndThirtyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyTwo, SDKValidationError>;
5248
5274
  /** @internal */
5249
- export declare const UserEventPayload129Project$inboundSchema: z.ZodType<UserEventPayload129Project, z.ZodTypeDef, unknown>;
5275
+ export declare const UserEventPayload131Project$inboundSchema: z.ZodType<UserEventPayload131Project, z.ZodTypeDef, unknown>;
5250
5276
  /** @internal */
5251
- export type UserEventPayload129Project$Outbound = {
5277
+ export type UserEventPayload131Project$Outbound = {
5252
5278
  name: string;
5253
5279
  id?: string | undefined;
5254
5280
  };
5255
5281
  /** @internal */
5256
- export declare const UserEventPayload129Project$outboundSchema: z.ZodType<UserEventPayload129Project$Outbound, z.ZodTypeDef, UserEventPayload129Project>;
5282
+ export declare const UserEventPayload131Project$outboundSchema: z.ZodType<UserEventPayload131Project$Outbound, z.ZodTypeDef, UserEventPayload131Project>;
5257
5283
  /**
5258
5284
  * @internal
5259
5285
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5260
5286
  */
5261
- export declare namespace UserEventPayload129Project$ {
5262
- /** @deprecated use `UserEventPayload129Project$inboundSchema` instead. */
5263
- const inboundSchema: z.ZodType<UserEventPayload129Project, z.ZodTypeDef, unknown>;
5264
- /** @deprecated use `UserEventPayload129Project$outboundSchema` instead. */
5265
- const outboundSchema: z.ZodType<UserEventPayload129Project$Outbound, z.ZodTypeDef, UserEventPayload129Project>;
5266
- /** @deprecated use `UserEventPayload129Project$Outbound` instead. */
5267
- type Outbound = UserEventPayload129Project$Outbound;
5287
+ export declare namespace UserEventPayload131Project$ {
5288
+ /** @deprecated use `UserEventPayload131Project$inboundSchema` instead. */
5289
+ const inboundSchema: z.ZodType<UserEventPayload131Project, z.ZodTypeDef, unknown>;
5290
+ /** @deprecated use `UserEventPayload131Project$outboundSchema` instead. */
5291
+ const outboundSchema: z.ZodType<UserEventPayload131Project$Outbound, z.ZodTypeDef, UserEventPayload131Project>;
5292
+ /** @deprecated use `UserEventPayload131Project$Outbound` instead. */
5293
+ type Outbound = UserEventPayload131Project$Outbound;
5268
5294
  }
5269
- export declare function userEventPayload129ProjectToJSON(userEventPayload129Project: UserEventPayload129Project): string;
5270
- export declare function userEventPayload129ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload129Project, SDKValidationError>;
5295
+ export declare function userEventPayload131ProjectToJSON(userEventPayload131Project: UserEventPayload131Project): string;
5296
+ export declare function userEventPayload131ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload131Project, SDKValidationError>;
5271
5297
  /** @internal */
5272
5298
  export declare const UserEventPayloadRole$inboundSchema: z.ZodNativeEnum<typeof UserEventPayloadRole>;
5273
5299
  /** @internal */
@@ -5316,51 +5342,51 @@ export declare namespace RemovedMembership$ {
5316
5342
  export declare function removedMembershipToJSON(removedMembership: RemovedMembership): string;
5317
5343
  export declare function removedMembershipFromJSON(jsonString: string): SafeParseResult<RemovedMembership, SDKValidationError>;
5318
5344
  /** @internal */
5319
- export declare const OneHundredAndTwentyNine$inboundSchema: z.ZodType<OneHundredAndTwentyNine, z.ZodTypeDef, unknown>;
5345
+ export declare const OneHundredAndThirtyOne$inboundSchema: z.ZodType<OneHundredAndThirtyOne, z.ZodTypeDef, unknown>;
5320
5346
  /** @internal */
5321
- export type OneHundredAndTwentyNine$Outbound = {
5322
- project: UserEventPayload129Project$Outbound;
5347
+ export type OneHundredAndThirtyOne$Outbound = {
5348
+ project: UserEventPayload131Project$Outbound;
5323
5349
  removedMembership: RemovedMembership$Outbound;
5324
5350
  };
5325
5351
  /** @internal */
5326
- export declare const OneHundredAndTwentyNine$outboundSchema: z.ZodType<OneHundredAndTwentyNine$Outbound, z.ZodTypeDef, OneHundredAndTwentyNine>;
5352
+ export declare const OneHundredAndThirtyOne$outboundSchema: z.ZodType<OneHundredAndThirtyOne$Outbound, z.ZodTypeDef, OneHundredAndThirtyOne>;
5327
5353
  /**
5328
5354
  * @internal
5329
5355
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5330
5356
  */
5331
- export declare namespace OneHundredAndTwentyNine$ {
5332
- /** @deprecated use `OneHundredAndTwentyNine$inboundSchema` instead. */
5333
- const inboundSchema: z.ZodType<OneHundredAndTwentyNine, z.ZodTypeDef, unknown>;
5334
- /** @deprecated use `OneHundredAndTwentyNine$outboundSchema` instead. */
5335
- const outboundSchema: z.ZodType<OneHundredAndTwentyNine$Outbound, z.ZodTypeDef, OneHundredAndTwentyNine>;
5336
- /** @deprecated use `OneHundredAndTwentyNine$Outbound` instead. */
5337
- type Outbound = OneHundredAndTwentyNine$Outbound;
5357
+ export declare namespace OneHundredAndThirtyOne$ {
5358
+ /** @deprecated use `OneHundredAndThirtyOne$inboundSchema` instead. */
5359
+ const inboundSchema: z.ZodType<OneHundredAndThirtyOne, z.ZodTypeDef, unknown>;
5360
+ /** @deprecated use `OneHundredAndThirtyOne$outboundSchema` instead. */
5361
+ const outboundSchema: z.ZodType<OneHundredAndThirtyOne$Outbound, z.ZodTypeDef, OneHundredAndThirtyOne>;
5362
+ /** @deprecated use `OneHundredAndThirtyOne$Outbound` instead. */
5363
+ type Outbound = OneHundredAndThirtyOne$Outbound;
5338
5364
  }
5339
- export declare function oneHundredAndTwentyNineToJSON(oneHundredAndTwentyNine: OneHundredAndTwentyNine): string;
5340
- export declare function oneHundredAndTwentyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyNine, SDKValidationError>;
5365
+ export declare function oneHundredAndThirtyOneToJSON(oneHundredAndThirtyOne: OneHundredAndThirtyOne): string;
5366
+ export declare function oneHundredAndThirtyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyOne, SDKValidationError>;
5341
5367
  /** @internal */
5342
- export declare const UserEventPayload128Project$inboundSchema: z.ZodType<UserEventPayload128Project, z.ZodTypeDef, unknown>;
5368
+ export declare const UserEventPayload130Project$inboundSchema: z.ZodType<UserEventPayload130Project, z.ZodTypeDef, unknown>;
5343
5369
  /** @internal */
5344
- export type UserEventPayload128Project$Outbound = {
5370
+ export type UserEventPayload130Project$Outbound = {
5345
5371
  name: string;
5346
5372
  id?: string | undefined;
5347
5373
  };
5348
5374
  /** @internal */
5349
- export declare const UserEventPayload128Project$outboundSchema: z.ZodType<UserEventPayload128Project$Outbound, z.ZodTypeDef, UserEventPayload128Project>;
5375
+ export declare const UserEventPayload130Project$outboundSchema: z.ZodType<UserEventPayload130Project$Outbound, z.ZodTypeDef, UserEventPayload130Project>;
5350
5376
  /**
5351
5377
  * @internal
5352
5378
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5353
5379
  */
5354
- export declare namespace UserEventPayload128Project$ {
5355
- /** @deprecated use `UserEventPayload128Project$inboundSchema` instead. */
5356
- const inboundSchema: z.ZodType<UserEventPayload128Project, z.ZodTypeDef, unknown>;
5357
- /** @deprecated use `UserEventPayload128Project$outboundSchema` instead. */
5358
- const outboundSchema: z.ZodType<UserEventPayload128Project$Outbound, z.ZodTypeDef, UserEventPayload128Project>;
5359
- /** @deprecated use `UserEventPayload128Project$Outbound` instead. */
5360
- type Outbound = UserEventPayload128Project$Outbound;
5380
+ export declare namespace UserEventPayload130Project$ {
5381
+ /** @deprecated use `UserEventPayload130Project$inboundSchema` instead. */
5382
+ const inboundSchema: z.ZodType<UserEventPayload130Project, z.ZodTypeDef, unknown>;
5383
+ /** @deprecated use `UserEventPayload130Project$outboundSchema` instead. */
5384
+ const outboundSchema: z.ZodType<UserEventPayload130Project$Outbound, z.ZodTypeDef, UserEventPayload130Project>;
5385
+ /** @deprecated use `UserEventPayload130Project$Outbound` instead. */
5386
+ type Outbound = UserEventPayload130Project$Outbound;
5361
5387
  }
5362
- export declare function userEventPayload128ProjectToJSON(userEventPayload128Project: UserEventPayload128Project): string;
5363
- export declare function userEventPayload128ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload128Project, SDKValidationError>;
5388
+ export declare function userEventPayload130ProjectToJSON(userEventPayload130Project: UserEventPayload130Project): string;
5389
+ export declare function userEventPayload130ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload130Project, SDKValidationError>;
5364
5390
  /** @internal */
5365
5391
  export declare const PayloadRole$inboundSchema: z.ZodNativeEnum<typeof PayloadRole>;
5366
5392
  /** @internal */
@@ -5409,11 +5435,61 @@ export declare namespace ProjectMembership$ {
5409
5435
  export declare function projectMembershipToJSON(projectMembership: ProjectMembership): string;
5410
5436
  export declare function projectMembershipFromJSON(jsonString: string): SafeParseResult<ProjectMembership, SDKValidationError>;
5411
5437
  /** @internal */
5438
+ export declare const OneHundredAndThirty$inboundSchema: z.ZodType<OneHundredAndThirty, z.ZodTypeDef, unknown>;
5439
+ /** @internal */
5440
+ export type OneHundredAndThirty$Outbound = {
5441
+ project: UserEventPayload130Project$Outbound;
5442
+ projectMembership: ProjectMembership$Outbound | null;
5443
+ };
5444
+ /** @internal */
5445
+ export declare const OneHundredAndThirty$outboundSchema: z.ZodType<OneHundredAndThirty$Outbound, z.ZodTypeDef, OneHundredAndThirty>;
5446
+ /**
5447
+ * @internal
5448
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5449
+ */
5450
+ export declare namespace OneHundredAndThirty$ {
5451
+ /** @deprecated use `OneHundredAndThirty$inboundSchema` instead. */
5452
+ const inboundSchema: z.ZodType<OneHundredAndThirty, z.ZodTypeDef, unknown>;
5453
+ /** @deprecated use `OneHundredAndThirty$outboundSchema` instead. */
5454
+ const outboundSchema: z.ZodType<OneHundredAndThirty$Outbound, z.ZodTypeDef, OneHundredAndThirty>;
5455
+ /** @deprecated use `OneHundredAndThirty$Outbound` instead. */
5456
+ type Outbound = OneHundredAndThirty$Outbound;
5457
+ }
5458
+ export declare function oneHundredAndThirtyToJSON(oneHundredAndThirty: OneHundredAndThirty): string;
5459
+ export declare function oneHundredAndThirtyFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirty, SDKValidationError>;
5460
+ /** @internal */
5461
+ export declare const OneHundredAndTwentyNine$inboundSchema: z.ZodType<OneHundredAndTwentyNine, z.ZodTypeDef, unknown>;
5462
+ /** @internal */
5463
+ export type OneHundredAndTwentyNine$Outbound = {
5464
+ previousProjectName: string;
5465
+ newProjectName: string;
5466
+ originAccountName: string;
5467
+ transferId?: string | undefined;
5468
+ };
5469
+ /** @internal */
5470
+ export declare const OneHundredAndTwentyNine$outboundSchema: z.ZodType<OneHundredAndTwentyNine$Outbound, z.ZodTypeDef, OneHundredAndTwentyNine>;
5471
+ /**
5472
+ * @internal
5473
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5474
+ */
5475
+ export declare namespace OneHundredAndTwentyNine$ {
5476
+ /** @deprecated use `OneHundredAndTwentyNine$inboundSchema` instead. */
5477
+ const inboundSchema: z.ZodType<OneHundredAndTwentyNine, z.ZodTypeDef, unknown>;
5478
+ /** @deprecated use `OneHundredAndTwentyNine$outboundSchema` instead. */
5479
+ const outboundSchema: z.ZodType<OneHundredAndTwentyNine$Outbound, z.ZodTypeDef, OneHundredAndTwentyNine>;
5480
+ /** @deprecated use `OneHundredAndTwentyNine$Outbound` instead. */
5481
+ type Outbound = OneHundredAndTwentyNine$Outbound;
5482
+ }
5483
+ export declare function oneHundredAndTwentyNineToJSON(oneHundredAndTwentyNine: OneHundredAndTwentyNine): string;
5484
+ export declare function oneHundredAndTwentyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyNine, SDKValidationError>;
5485
+ /** @internal */
5412
5486
  export declare const OneHundredAndTwentyEight$inboundSchema: z.ZodType<OneHundredAndTwentyEight, z.ZodTypeDef, unknown>;
5413
5487
  /** @internal */
5414
5488
  export type OneHundredAndTwentyEight$Outbound = {
5415
- project: UserEventPayload128Project$Outbound;
5416
- projectMembership: ProjectMembership$Outbound | null;
5489
+ previousProjectName: string;
5490
+ newProjectName: string;
5491
+ destinationAccountName: string;
5492
+ transferId?: string | undefined;
5417
5493
  };
5418
5494
  /** @internal */
5419
5495
  export declare const OneHundredAndTwentyEight$outboundSchema: z.ZodType<OneHundredAndTwentyEight$Outbound, z.ZodTypeDef, OneHundredAndTwentyEight>;
@@ -5435,9 +5511,8 @@ export declare function oneHundredAndTwentyEightFromJSON(jsonString: string): Sa
5435
5511
  export declare const OneHundredAndTwentySeven$inboundSchema: z.ZodType<OneHundredAndTwentySeven, z.ZodTypeDef, unknown>;
5436
5512
  /** @internal */
5437
5513
  export type OneHundredAndTwentySeven$Outbound = {
5438
- previousProjectName: string;
5439
- newProjectName: string;
5440
- originAccountName: string;
5514
+ projectName: string;
5515
+ destinationAccountName: string | null;
5441
5516
  transferId?: string | undefined;
5442
5517
  };
5443
5518
  /** @internal */
@@ -5460,9 +5535,11 @@ export declare function oneHundredAndTwentySevenFromJSON(jsonString: string): Sa
5460
5535
  export declare const OneHundredAndTwentySix$inboundSchema: z.ZodType<OneHundredAndTwentySix, z.ZodTypeDef, unknown>;
5461
5536
  /** @internal */
5462
5537
  export type OneHundredAndTwentySix$Outbound = {
5463
- previousProjectName: string;
5464
- newProjectName: string;
5538
+ projectId: string;
5539
+ projectName: string;
5540
+ originAccountName: string;
5465
5541
  destinationAccountName: string;
5542
+ destinationAccountId: string;
5466
5543
  transferId?: string | undefined;
5467
5544
  };
5468
5545
  /** @internal */
@@ -5485,9 +5562,12 @@ export declare function oneHundredAndTwentySixFromJSON(jsonString: string): Safe
5485
5562
  export declare const OneHundredAndTwentyFive$inboundSchema: z.ZodType<OneHundredAndTwentyFive, z.ZodTypeDef, unknown>;
5486
5563
  /** @internal */
5487
5564
  export type OneHundredAndTwentyFive$Outbound = {
5488
- projectName: string;
5489
- destinationAccountName: string | null;
5490
- transferId?: string | undefined;
5565
+ requestedTeamName: string;
5566
+ requestedUserName?: string | undefined;
5567
+ gitUsername?: string | undefined;
5568
+ githubUsername?: string | undefined;
5569
+ gitlabUsername?: string | undefined;
5570
+ bitbucketUsername?: string | undefined;
5491
5571
  };
5492
5572
  /** @internal */
5493
5573
  export declare const OneHundredAndTwentyFive$outboundSchema: z.ZodType<OneHundredAndTwentyFive$Outbound, z.ZodTypeDef, OneHundredAndTwentyFive>;
@@ -5509,12 +5589,12 @@ export declare function oneHundredAndTwentyFiveFromJSON(jsonString: string): Saf
5509
5589
  export declare const OneHundredAndTwentyFour$inboundSchema: z.ZodType<OneHundredAndTwentyFour, z.ZodTypeDef, unknown>;
5510
5590
  /** @internal */
5511
5591
  export type OneHundredAndTwentyFour$Outbound = {
5512
- projectId: string;
5513
- projectName: string;
5514
- originAccountName: string;
5515
- destinationAccountName: string;
5516
- destinationAccountId: string;
5517
- transferId?: string | undefined;
5592
+ teamName: string;
5593
+ username?: string | undefined;
5594
+ gitUsername?: string | null | undefined;
5595
+ githubUsername?: string | null | undefined;
5596
+ gitlabUsername?: string | null | undefined;
5597
+ bitbucketUsername?: string | null | undefined;
5518
5598
  };
5519
5599
  /** @internal */
5520
5600
  export declare const OneHundredAndTwentyFour$outboundSchema: z.ZodType<OneHundredAndTwentyFour$Outbound, z.ZodTypeDef, OneHundredAndTwentyFour>;
@@ -5536,12 +5616,14 @@ export declare function oneHundredAndTwentyFourFromJSON(jsonString: string): Saf
5536
5616
  export declare const OneHundredAndTwentyThree$inboundSchema: z.ZodType<OneHundredAndTwentyThree, z.ZodTypeDef, unknown>;
5537
5617
  /** @internal */
5538
5618
  export type OneHundredAndTwentyThree$Outbound = {
5539
- requestedTeamName: string;
5540
- requestedUserName?: string | undefined;
5619
+ teamName: string;
5620
+ username?: string | undefined;
5541
5621
  gitUsername?: string | undefined;
5542
- githubUsername?: string | undefined;
5543
- gitlabUsername?: string | undefined;
5544
- bitbucketUsername?: string | undefined;
5622
+ githubUsername?: string | null | undefined;
5623
+ gitlabUsername?: string | null | undefined;
5624
+ bitbucketUsername?: string | null | undefined;
5625
+ updatedUid?: string | undefined;
5626
+ teamId?: string | undefined;
5545
5627
  };
5546
5628
  /** @internal */
5547
5629
  export declare const OneHundredAndTwentyThree$outboundSchema: z.ZodType<OneHundredAndTwentyThree$Outbound, z.ZodTypeDef, OneHundredAndTwentyThree>;
@@ -5563,12 +5645,8 @@ export declare function oneHundredAndTwentyThreeFromJSON(jsonString: string): Sa
5563
5645
  export declare const OneHundredAndTwentyTwo$inboundSchema: z.ZodType<OneHundredAndTwentyTwo, z.ZodTypeDef, unknown>;
5564
5646
  /** @internal */
5565
5647
  export type OneHundredAndTwentyTwo$Outbound = {
5566
- teamName: string;
5567
- username?: string | undefined;
5568
- gitUsername?: string | null | undefined;
5569
- githubUsername?: string | null | undefined;
5570
- gitlabUsername?: string | null | undefined;
5571
- bitbucketUsername?: string | null | undefined;
5648
+ price?: number | undefined;
5649
+ currency?: string | undefined;
5572
5650
  };
5573
5651
  /** @internal */
5574
5652
  export declare const OneHundredAndTwentyTwo$outboundSchema: z.ZodType<OneHundredAndTwentyTwo$Outbound, z.ZodTypeDef, OneHundredAndTwentyTwo>;
@@ -5590,14 +5668,8 @@ export declare function oneHundredAndTwentyTwoFromJSON(jsonString: string): Safe
5590
5668
  export declare const OneHundredAndTwentyOne$inboundSchema: z.ZodType<OneHundredAndTwentyOne, z.ZodTypeDef, unknown>;
5591
5669
  /** @internal */
5592
5670
  export type OneHundredAndTwentyOne$Outbound = {
5593
- teamName: string;
5594
- username?: string | undefined;
5595
- gitUsername?: string | undefined;
5596
- githubUsername?: string | null | undefined;
5597
- gitlabUsername?: string | null | undefined;
5598
- bitbucketUsername?: string | null | undefined;
5599
- updatedUid?: string | undefined;
5600
- teamId?: string | undefined;
5671
+ previewDeploymentSuffix?: string | null | undefined;
5672
+ previousPreviewDeploymentSuffix?: string | null | undefined;
5601
5673
  };
5602
5674
  /** @internal */
5603
5675
  export declare const OneHundredAndTwentyOne$outboundSchema: z.ZodType<OneHundredAndTwentyOne$Outbound, z.ZodTypeDef, OneHundredAndTwentyOne>;
@@ -5621,6 +5693,7 @@ export declare const OneHundredAndTwenty$inboundSchema: z.ZodType<OneHundredAndT
5621
5693
  export type OneHundredAndTwenty$Outbound = {
5622
5694
  price?: number | undefined;
5623
5695
  currency?: string | undefined;
5696
+ enabled?: boolean | undefined;
5624
5697
  };
5625
5698
  /** @internal */
5626
5699
  export declare const OneHundredAndTwenty$outboundSchema: z.ZodType<OneHundredAndTwenty$Outbound, z.ZodTypeDef, OneHundredAndTwenty>;
@@ -5642,8 +5715,7 @@ export declare function oneHundredAndTwentyFromJSON(jsonString: string): SafePar
5642
5715
  export declare const OneHundredAndNineteen$inboundSchema: z.ZodType<OneHundredAndNineteen, z.ZodTypeDef, unknown>;
5643
5716
  /** @internal */
5644
5717
  export type OneHundredAndNineteen$Outbound = {
5645
- previewDeploymentSuffix?: string | null | undefined;
5646
- previousPreviewDeploymentSuffix?: string | null | undefined;
5718
+ username: string;
5647
5719
  };
5648
5720
  /** @internal */
5649
5721
  export declare const OneHundredAndNineteen$outboundSchema: z.ZodType<OneHundredAndNineteen$Outbound, z.ZodTypeDef, OneHundredAndNineteen>;
@@ -5665,9 +5737,8 @@ export declare function oneHundredAndNineteenFromJSON(jsonString: string): SafeP
5665
5737
  export declare const OneHundredAndEighteen$inboundSchema: z.ZodType<OneHundredAndEighteen, z.ZodTypeDef, unknown>;
5666
5738
  /** @internal */
5667
5739
  export type OneHundredAndEighteen$Outbound = {
5668
- price?: number | undefined;
5669
- currency?: string | undefined;
5670
- enabled?: boolean | undefined;
5740
+ email: string;
5741
+ prevEmail: string;
5671
5742
  };
5672
5743
  /** @internal */
5673
5744
  export declare const OneHundredAndEighteen$outboundSchema: z.ZodType<OneHundredAndEighteen$Outbound, z.ZodTypeDef, OneHundredAndEighteen>;
@@ -5689,7 +5760,7 @@ export declare function oneHundredAndEighteenFromJSON(jsonString: string): SafeP
5689
5760
  export declare const OneHundredAndSeventeen$inboundSchema: z.ZodType<OneHundredAndSeventeen, z.ZodTypeDef, unknown>;
5690
5761
  /** @internal */
5691
5762
  export type OneHundredAndSeventeen$Outbound = {
5692
- username: string;
5763
+ mfaEnabled: boolean;
5693
5764
  };
5694
5765
  /** @internal */
5695
5766
  export declare const OneHundredAndSeventeen$outboundSchema: z.ZodType<OneHundredAndSeventeen$Outbound, z.ZodTypeDef, OneHundredAndSeventeen>;
@@ -5711,8 +5782,8 @@ export declare function oneHundredAndSeventeenFromJSON(jsonString: string): Safe
5711
5782
  export declare const OneHundredAndSixteen$inboundSchema: z.ZodType<OneHundredAndSixteen, z.ZodTypeDef, unknown>;
5712
5783
  /** @internal */
5713
5784
  export type OneHundredAndSixteen$Outbound = {
5714
- email: string;
5715
- prevEmail: string;
5785
+ enabled: boolean;
5786
+ totpVerified: boolean;
5716
5787
  };
5717
5788
  /** @internal */
5718
5789
  export declare const OneHundredAndSixteen$outboundSchema: z.ZodType<OneHundredAndSixteen$Outbound, z.ZodTypeDef, OneHundredAndSixteen>;
@@ -5731,51 +5802,6 @@ export declare namespace OneHundredAndSixteen$ {
5731
5802
  export declare function oneHundredAndSixteenToJSON(oneHundredAndSixteen: OneHundredAndSixteen): string;
5732
5803
  export declare function oneHundredAndSixteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixteen, SDKValidationError>;
5733
5804
  /** @internal */
5734
- export declare const OneHundredAndFifteen$inboundSchema: z.ZodType<OneHundredAndFifteen, z.ZodTypeDef, unknown>;
5735
- /** @internal */
5736
- export type OneHundredAndFifteen$Outbound = {
5737
- mfaEnabled: boolean;
5738
- };
5739
- /** @internal */
5740
- export declare const OneHundredAndFifteen$outboundSchema: z.ZodType<OneHundredAndFifteen$Outbound, z.ZodTypeDef, OneHundredAndFifteen>;
5741
- /**
5742
- * @internal
5743
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5744
- */
5745
- export declare namespace OneHundredAndFifteen$ {
5746
- /** @deprecated use `OneHundredAndFifteen$inboundSchema` instead. */
5747
- const inboundSchema: z.ZodType<OneHundredAndFifteen, z.ZodTypeDef, unknown>;
5748
- /** @deprecated use `OneHundredAndFifteen$outboundSchema` instead. */
5749
- const outboundSchema: z.ZodType<OneHundredAndFifteen$Outbound, z.ZodTypeDef, OneHundredAndFifteen>;
5750
- /** @deprecated use `OneHundredAndFifteen$Outbound` instead. */
5751
- type Outbound = OneHundredAndFifteen$Outbound;
5752
- }
5753
- export declare function oneHundredAndFifteenToJSON(oneHundredAndFifteen: OneHundredAndFifteen): string;
5754
- export declare function oneHundredAndFifteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFifteen, SDKValidationError>;
5755
- /** @internal */
5756
- export declare const OneHundredAndFourteen$inboundSchema: z.ZodType<OneHundredAndFourteen, z.ZodTypeDef, unknown>;
5757
- /** @internal */
5758
- export type OneHundredAndFourteen$Outbound = {
5759
- enabled: boolean;
5760
- totpVerified: boolean;
5761
- };
5762
- /** @internal */
5763
- export declare const OneHundredAndFourteen$outboundSchema: z.ZodType<OneHundredAndFourteen$Outbound, z.ZodTypeDef, OneHundredAndFourteen>;
5764
- /**
5765
- * @internal
5766
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5767
- */
5768
- export declare namespace OneHundredAndFourteen$ {
5769
- /** @deprecated use `OneHundredAndFourteen$inboundSchema` instead. */
5770
- const inboundSchema: z.ZodType<OneHundredAndFourteen, z.ZodTypeDef, unknown>;
5771
- /** @deprecated use `OneHundredAndFourteen$outboundSchema` instead. */
5772
- const outboundSchema: z.ZodType<OneHundredAndFourteen$Outbound, z.ZodTypeDef, OneHundredAndFourteen>;
5773
- /** @deprecated use `OneHundredAndFourteen$Outbound` instead. */
5774
- type Outbound = OneHundredAndFourteen$Outbound;
5775
- }
5776
- export declare function oneHundredAndFourteenToJSON(oneHundredAndFourteen: OneHundredAndFourteen): string;
5777
- export declare function oneHundredAndFourteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFourteen, SDKValidationError>;
5778
- /** @internal */
5779
5805
  export declare const Previous$inboundSchema: z.ZodType<Previous, z.ZodTypeDef, unknown>;
5780
5806
  /** @internal */
5781
5807
  export type Previous$Outbound = {
@@ -5822,28 +5848,28 @@ export declare namespace Next$ {
5822
5848
  export declare function nextToJSON(next: Next): string;
5823
5849
  export declare function nextFromJSON(jsonString: string): SafeParseResult<Next, SDKValidationError>;
5824
5850
  /** @internal */
5825
- export declare const OneHundredAndThirteen$inboundSchema: z.ZodType<OneHundredAndThirteen, z.ZodTypeDef, unknown>;
5851
+ export declare const OneHundredAndFifteen$inboundSchema: z.ZodType<OneHundredAndFifteen, z.ZodTypeDef, unknown>;
5826
5852
  /** @internal */
5827
- export type OneHundredAndThirteen$Outbound = {
5853
+ export type OneHundredAndFifteen$Outbound = {
5828
5854
  previous: Previous$Outbound;
5829
5855
  next: Next$Outbound;
5830
5856
  };
5831
5857
  /** @internal */
5832
- export declare const OneHundredAndThirteen$outboundSchema: z.ZodType<OneHundredAndThirteen$Outbound, z.ZodTypeDef, OneHundredAndThirteen>;
5858
+ export declare const OneHundredAndFifteen$outboundSchema: z.ZodType<OneHundredAndFifteen$Outbound, z.ZodTypeDef, OneHundredAndFifteen>;
5833
5859
  /**
5834
5860
  * @internal
5835
5861
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5836
5862
  */
5837
- export declare namespace OneHundredAndThirteen$ {
5838
- /** @deprecated use `OneHundredAndThirteen$inboundSchema` instead. */
5839
- const inboundSchema: z.ZodType<OneHundredAndThirteen, z.ZodTypeDef, unknown>;
5840
- /** @deprecated use `OneHundredAndThirteen$outboundSchema` instead. */
5841
- const outboundSchema: z.ZodType<OneHundredAndThirteen$Outbound, z.ZodTypeDef, OneHundredAndThirteen>;
5842
- /** @deprecated use `OneHundredAndThirteen$Outbound` instead. */
5843
- type Outbound = OneHundredAndThirteen$Outbound;
5863
+ export declare namespace OneHundredAndFifteen$ {
5864
+ /** @deprecated use `OneHundredAndFifteen$inboundSchema` instead. */
5865
+ const inboundSchema: z.ZodType<OneHundredAndFifteen, z.ZodTypeDef, unknown>;
5866
+ /** @deprecated use `OneHundredAndFifteen$outboundSchema` instead. */
5867
+ const outboundSchema: z.ZodType<OneHundredAndFifteen$Outbound, z.ZodTypeDef, OneHundredAndFifteen>;
5868
+ /** @deprecated use `OneHundredAndFifteen$Outbound` instead. */
5869
+ type Outbound = OneHundredAndFifteen$Outbound;
5844
5870
  }
5845
- export declare function oneHundredAndThirteenToJSON(oneHundredAndThirteen: OneHundredAndThirteen): string;
5846
- export declare function oneHundredAndThirteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirteen, SDKValidationError>;
5871
+ export declare function oneHundredAndFifteenToJSON(oneHundredAndFifteen: OneHundredAndFifteen): string;
5872
+ export declare function oneHundredAndFifteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFifteen, SDKValidationError>;
5847
5873
  /** @internal */
5848
5874
  export declare const PayloadRemoteCaching$inboundSchema: z.ZodType<PayloadRemoteCaching, z.ZodTypeDef, unknown>;
5849
5875
  /** @internal */
@@ -5867,10 +5893,54 @@ export declare namespace PayloadRemoteCaching$ {
5867
5893
  export declare function payloadRemoteCachingToJSON(payloadRemoteCaching: PayloadRemoteCaching): string;
5868
5894
  export declare function payloadRemoteCachingFromJSON(jsonString: string): SafeParseResult<PayloadRemoteCaching, SDKValidationError>;
5869
5895
  /** @internal */
5896
+ export declare const OneHundredAndFourteen$inboundSchema: z.ZodType<OneHundredAndFourteen, z.ZodTypeDef, unknown>;
5897
+ /** @internal */
5898
+ export type OneHundredAndFourteen$Outbound = {
5899
+ remoteCaching?: PayloadRemoteCaching$Outbound | undefined;
5900
+ };
5901
+ /** @internal */
5902
+ export declare const OneHundredAndFourteen$outboundSchema: z.ZodType<OneHundredAndFourteen$Outbound, z.ZodTypeDef, OneHundredAndFourteen>;
5903
+ /**
5904
+ * @internal
5905
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5906
+ */
5907
+ export declare namespace OneHundredAndFourteen$ {
5908
+ /** @deprecated use `OneHundredAndFourteen$inboundSchema` instead. */
5909
+ const inboundSchema: z.ZodType<OneHundredAndFourteen, z.ZodTypeDef, unknown>;
5910
+ /** @deprecated use `OneHundredAndFourteen$outboundSchema` instead. */
5911
+ const outboundSchema: z.ZodType<OneHundredAndFourteen$Outbound, z.ZodTypeDef, OneHundredAndFourteen>;
5912
+ /** @deprecated use `OneHundredAndFourteen$Outbound` instead. */
5913
+ type Outbound = OneHundredAndFourteen$Outbound;
5914
+ }
5915
+ export declare function oneHundredAndFourteenToJSON(oneHundredAndFourteen: OneHundredAndFourteen): string;
5916
+ export declare function oneHundredAndFourteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFourteen, SDKValidationError>;
5917
+ /** @internal */
5918
+ export declare const OneHundredAndThirteen$inboundSchema: z.ZodType<OneHundredAndThirteen, z.ZodTypeDef, unknown>;
5919
+ /** @internal */
5920
+ export type OneHundredAndThirteen$Outbound = {
5921
+ slug?: string | undefined;
5922
+ };
5923
+ /** @internal */
5924
+ export declare const OneHundredAndThirteen$outboundSchema: z.ZodType<OneHundredAndThirteen$Outbound, z.ZodTypeDef, OneHundredAndThirteen>;
5925
+ /**
5926
+ * @internal
5927
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5928
+ */
5929
+ export declare namespace OneHundredAndThirteen$ {
5930
+ /** @deprecated use `OneHundredAndThirteen$inboundSchema` instead. */
5931
+ const inboundSchema: z.ZodType<OneHundredAndThirteen, z.ZodTypeDef, unknown>;
5932
+ /** @deprecated use `OneHundredAndThirteen$outboundSchema` instead. */
5933
+ const outboundSchema: z.ZodType<OneHundredAndThirteen$Outbound, z.ZodTypeDef, OneHundredAndThirteen>;
5934
+ /** @deprecated use `OneHundredAndThirteen$Outbound` instead. */
5935
+ type Outbound = OneHundredAndThirteen$Outbound;
5936
+ }
5937
+ export declare function oneHundredAndThirteenToJSON(oneHundredAndThirteen: OneHundredAndThirteen): string;
5938
+ export declare function oneHundredAndThirteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirteen, SDKValidationError>;
5939
+ /** @internal */
5870
5940
  export declare const OneHundredAndTwelve$inboundSchema: z.ZodType<OneHundredAndTwelve, z.ZodTypeDef, unknown>;
5871
5941
  /** @internal */
5872
5942
  export type OneHundredAndTwelve$Outbound = {
5873
- remoteCaching?: PayloadRemoteCaching$Outbound | undefined;
5943
+ name?: string | undefined;
5874
5944
  };
5875
5945
  /** @internal */
5876
5946
  export declare const OneHundredAndTwelve$outboundSchema: z.ZodType<OneHundredAndTwelve$Outbound, z.ZodTypeDef, OneHundredAndTwelve>;
@@ -5892,7 +5962,7 @@ export declare function oneHundredAndTwelveFromJSON(jsonString: string): SafePar
5892
5962
  export declare const OneHundredAndEleven$inboundSchema: z.ZodType<OneHundredAndEleven, z.ZodTypeDef, unknown>;
5893
5963
  /** @internal */
5894
5964
  export type OneHundredAndEleven$Outbound = {
5895
- slug?: string | undefined;
5965
+ enforced: boolean;
5896
5966
  };
5897
5967
  /** @internal */
5898
5968
  export declare const OneHundredAndEleven$outboundSchema: z.ZodType<OneHundredAndEleven$Outbound, z.ZodTypeDef, OneHundredAndEleven>;
@@ -5911,96 +5981,52 @@ export declare namespace OneHundredAndEleven$ {
5911
5981
  export declare function oneHundredAndElevenToJSON(oneHundredAndEleven: OneHundredAndEleven): string;
5912
5982
  export declare function oneHundredAndElevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndEleven, SDKValidationError>;
5913
5983
  /** @internal */
5914
- export declare const OneHundredAndTen$inboundSchema: z.ZodType<OneHundredAndTen, z.ZodTypeDef, unknown>;
5915
- /** @internal */
5916
- export type OneHundredAndTen$Outbound = {
5917
- name?: string | undefined;
5918
- };
5919
- /** @internal */
5920
- export declare const OneHundredAndTen$outboundSchema: z.ZodType<OneHundredAndTen$Outbound, z.ZodTypeDef, OneHundredAndTen>;
5921
- /**
5922
- * @internal
5923
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5924
- */
5925
- export declare namespace OneHundredAndTen$ {
5926
- /** @deprecated use `OneHundredAndTen$inboundSchema` instead. */
5927
- const inboundSchema: z.ZodType<OneHundredAndTen, z.ZodTypeDef, unknown>;
5928
- /** @deprecated use `OneHundredAndTen$outboundSchema` instead. */
5929
- const outboundSchema: z.ZodType<OneHundredAndTen$Outbound, z.ZodTypeDef, OneHundredAndTen>;
5930
- /** @deprecated use `OneHundredAndTen$Outbound` instead. */
5931
- type Outbound = OneHundredAndTen$Outbound;
5932
- }
5933
- export declare function oneHundredAndTenToJSON(oneHundredAndTen: OneHundredAndTen): string;
5934
- export declare function oneHundredAndTenFromJSON(jsonString: string): SafeParseResult<OneHundredAndTen, SDKValidationError>;
5935
- /** @internal */
5936
- export declare const OneHundredAndNine$inboundSchema: z.ZodType<OneHundredAndNine, z.ZodTypeDef, unknown>;
5937
- /** @internal */
5938
- export type OneHundredAndNine$Outbound = {
5939
- enforced: boolean;
5940
- };
5941
- /** @internal */
5942
- export declare const OneHundredAndNine$outboundSchema: z.ZodType<OneHundredAndNine$Outbound, z.ZodTypeDef, OneHundredAndNine>;
5943
- /**
5944
- * @internal
5945
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5946
- */
5947
- export declare namespace OneHundredAndNine$ {
5948
- /** @deprecated use `OneHundredAndNine$inboundSchema` instead. */
5949
- const inboundSchema: z.ZodType<OneHundredAndNine, z.ZodTypeDef, unknown>;
5950
- /** @deprecated use `OneHundredAndNine$outboundSchema` instead. */
5951
- const outboundSchema: z.ZodType<OneHundredAndNine$Outbound, z.ZodTypeDef, OneHundredAndNine>;
5952
- /** @deprecated use `OneHundredAndNine$Outbound` instead. */
5953
- type Outbound = OneHundredAndNine$Outbound;
5954
- }
5955
- export declare function oneHundredAndNineToJSON(oneHundredAndNine: OneHundredAndNine): string;
5956
- export declare function oneHundredAndNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndNine, SDKValidationError>;
5957
- /** @internal */
5958
- export declare const UserEventPayload108User$inboundSchema: z.ZodType<UserEventPayload108User, z.ZodTypeDef, unknown>;
5984
+ export declare const UserEventPayload110User$inboundSchema: z.ZodType<UserEventPayload110User, z.ZodTypeDef, unknown>;
5959
5985
  /** @internal */
5960
- export type UserEventPayload108User$Outbound = {
5986
+ export type UserEventPayload110User$Outbound = {
5961
5987
  id: string;
5962
5988
  username: string;
5963
5989
  };
5964
5990
  /** @internal */
5965
- export declare const UserEventPayload108User$outboundSchema: z.ZodType<UserEventPayload108User$Outbound, z.ZodTypeDef, UserEventPayload108User>;
5991
+ export declare const UserEventPayload110User$outboundSchema: z.ZodType<UserEventPayload110User$Outbound, z.ZodTypeDef, UserEventPayload110User>;
5966
5992
  /**
5967
5993
  * @internal
5968
5994
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5969
5995
  */
5970
- export declare namespace UserEventPayload108User$ {
5971
- /** @deprecated use `UserEventPayload108User$inboundSchema` instead. */
5972
- const inboundSchema: z.ZodType<UserEventPayload108User, z.ZodTypeDef, unknown>;
5973
- /** @deprecated use `UserEventPayload108User$outboundSchema` instead. */
5974
- const outboundSchema: z.ZodType<UserEventPayload108User$Outbound, z.ZodTypeDef, UserEventPayload108User>;
5975
- /** @deprecated use `UserEventPayload108User$Outbound` instead. */
5976
- type Outbound = UserEventPayload108User$Outbound;
5996
+ export declare namespace UserEventPayload110User$ {
5997
+ /** @deprecated use `UserEventPayload110User$inboundSchema` instead. */
5998
+ const inboundSchema: z.ZodType<UserEventPayload110User, z.ZodTypeDef, unknown>;
5999
+ /** @deprecated use `UserEventPayload110User$outboundSchema` instead. */
6000
+ const outboundSchema: z.ZodType<UserEventPayload110User$Outbound, z.ZodTypeDef, UserEventPayload110User>;
6001
+ /** @deprecated use `UserEventPayload110User$Outbound` instead. */
6002
+ type Outbound = UserEventPayload110User$Outbound;
5977
6003
  }
5978
- export declare function userEventPayload108UserToJSON(userEventPayload108User: UserEventPayload108User): string;
5979
- export declare function userEventPayload108UserFromJSON(jsonString: string): SafeParseResult<UserEventPayload108User, SDKValidationError>;
6004
+ export declare function userEventPayload110UserToJSON(userEventPayload110User: UserEventPayload110User): string;
6005
+ export declare function userEventPayload110UserFromJSON(jsonString: string): SafeParseResult<UserEventPayload110User, SDKValidationError>;
5980
6006
  /** @internal */
5981
- export declare const OneHundredAndEight$inboundSchema: z.ZodType<OneHundredAndEight, z.ZodTypeDef, unknown>;
6007
+ export declare const OneHundredAndTen$inboundSchema: z.ZodType<OneHundredAndTen, z.ZodTypeDef, unknown>;
5982
6008
  /** @internal */
5983
- export type OneHundredAndEight$Outbound = {
6009
+ export type OneHundredAndTen$Outbound = {
5984
6010
  entitlement: string;
5985
- user: UserEventPayload108User$Outbound;
6011
+ user: UserEventPayload110User$Outbound;
5986
6012
  previousCanceledAt?: string | undefined;
5987
6013
  };
5988
6014
  /** @internal */
5989
- export declare const OneHundredAndEight$outboundSchema: z.ZodType<OneHundredAndEight$Outbound, z.ZodTypeDef, OneHundredAndEight>;
6015
+ export declare const OneHundredAndTen$outboundSchema: z.ZodType<OneHundredAndTen$Outbound, z.ZodTypeDef, OneHundredAndTen>;
5990
6016
  /**
5991
6017
  * @internal
5992
6018
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5993
6019
  */
5994
- export declare namespace OneHundredAndEight$ {
5995
- /** @deprecated use `OneHundredAndEight$inboundSchema` instead. */
5996
- const inboundSchema: z.ZodType<OneHundredAndEight, z.ZodTypeDef, unknown>;
5997
- /** @deprecated use `OneHundredAndEight$outboundSchema` instead. */
5998
- const outboundSchema: z.ZodType<OneHundredAndEight$Outbound, z.ZodTypeDef, OneHundredAndEight>;
5999
- /** @deprecated use `OneHundredAndEight$Outbound` instead. */
6000
- type Outbound = OneHundredAndEight$Outbound;
6020
+ export declare namespace OneHundredAndTen$ {
6021
+ /** @deprecated use `OneHundredAndTen$inboundSchema` instead. */
6022
+ const inboundSchema: z.ZodType<OneHundredAndTen, z.ZodTypeDef, unknown>;
6023
+ /** @deprecated use `OneHundredAndTen$outboundSchema` instead. */
6024
+ const outboundSchema: z.ZodType<OneHundredAndTen$Outbound, z.ZodTypeDef, OneHundredAndTen>;
6025
+ /** @deprecated use `OneHundredAndTen$Outbound` instead. */
6026
+ type Outbound = OneHundredAndTen$Outbound;
6001
6027
  }
6002
- export declare function oneHundredAndEightToJSON(oneHundredAndEight: OneHundredAndEight): string;
6003
- export declare function oneHundredAndEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndEight, SDKValidationError>;
6028
+ export declare function oneHundredAndTenToJSON(oneHundredAndTen: OneHundredAndTen): string;
6029
+ export declare function oneHundredAndTenFromJSON(jsonString: string): SafeParseResult<OneHundredAndTen, SDKValidationError>;
6004
6030
  /** @internal */
6005
6031
  export declare const UserEventPayloadUser$inboundSchema: z.ZodType<UserEventPayloadUser, z.ZodTypeDef, unknown>;
6006
6032
  /** @internal */
@@ -6025,28 +6051,28 @@ export declare namespace UserEventPayloadUser$ {
6025
6051
  export declare function userEventPayloadUserToJSON(userEventPayloadUser: UserEventPayloadUser): string;
6026
6052
  export declare function userEventPayloadUserFromJSON(jsonString: string): SafeParseResult<UserEventPayloadUser, SDKValidationError>;
6027
6053
  /** @internal */
6028
- export declare const OneHundredAndSeven$inboundSchema: z.ZodType<OneHundredAndSeven, z.ZodTypeDef, unknown>;
6054
+ export declare const OneHundredAndNine$inboundSchema: z.ZodType<OneHundredAndNine, z.ZodTypeDef, unknown>;
6029
6055
  /** @internal */
6030
- export type OneHundredAndSeven$Outbound = {
6056
+ export type OneHundredAndNine$Outbound = {
6031
6057
  entitlement: string;
6032
6058
  user: UserEventPayloadUser$Outbound;
6033
6059
  };
6034
6060
  /** @internal */
6035
- export declare const OneHundredAndSeven$outboundSchema: z.ZodType<OneHundredAndSeven$Outbound, z.ZodTypeDef, OneHundredAndSeven>;
6061
+ export declare const OneHundredAndNine$outboundSchema: z.ZodType<OneHundredAndNine$Outbound, z.ZodTypeDef, OneHundredAndNine>;
6036
6062
  /**
6037
6063
  * @internal
6038
6064
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6039
6065
  */
6040
- export declare namespace OneHundredAndSeven$ {
6041
- /** @deprecated use `OneHundredAndSeven$inboundSchema` instead. */
6042
- const inboundSchema: z.ZodType<OneHundredAndSeven, z.ZodTypeDef, unknown>;
6043
- /** @deprecated use `OneHundredAndSeven$outboundSchema` instead. */
6044
- const outboundSchema: z.ZodType<OneHundredAndSeven$Outbound, z.ZodTypeDef, OneHundredAndSeven>;
6045
- /** @deprecated use `OneHundredAndSeven$Outbound` instead. */
6046
- type Outbound = OneHundredAndSeven$Outbound;
6066
+ export declare namespace OneHundredAndNine$ {
6067
+ /** @deprecated use `OneHundredAndNine$inboundSchema` instead. */
6068
+ const inboundSchema: z.ZodType<OneHundredAndNine, z.ZodTypeDef, unknown>;
6069
+ /** @deprecated use `OneHundredAndNine$outboundSchema` instead. */
6070
+ const outboundSchema: z.ZodType<OneHundredAndNine$Outbound, z.ZodTypeDef, OneHundredAndNine>;
6071
+ /** @deprecated use `OneHundredAndNine$Outbound` instead. */
6072
+ type Outbound = OneHundredAndNine$Outbound;
6047
6073
  }
6048
- export declare function oneHundredAndSevenToJSON(oneHundredAndSeven: OneHundredAndSeven): string;
6049
- export declare function oneHundredAndSevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSeven, SDKValidationError>;
6074
+ export declare function oneHundredAndNineToJSON(oneHundredAndNine: OneHundredAndNine): string;
6075
+ export declare function oneHundredAndNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndNine, SDKValidationError>;
6050
6076
  /** @internal */
6051
6077
  export declare const UpdatedUser$inboundSchema: z.ZodType<UpdatedUser, z.ZodTypeDef, unknown>;
6052
6078
  /** @internal */
@@ -6071,9 +6097,9 @@ export declare namespace UpdatedUser$ {
6071
6097
  export declare function updatedUserToJSON(updatedUser: UpdatedUser): string;
6072
6098
  export declare function updatedUserFromJSON(jsonString: string): SafeParseResult<UpdatedUser, SDKValidationError>;
6073
6099
  /** @internal */
6074
- export declare const OneHundredAndSix$inboundSchema: z.ZodType<OneHundredAndSix, z.ZodTypeDef, unknown>;
6100
+ export declare const OneHundredAndEight$inboundSchema: z.ZodType<OneHundredAndEight, z.ZodTypeDef, unknown>;
6075
6101
  /** @internal */
6076
- export type OneHundredAndSix$Outbound = {
6102
+ export type OneHundredAndEight$Outbound = {
6077
6103
  directoryType?: string | undefined;
6078
6104
  updatedUser?: UpdatedUser$Outbound | undefined;
6079
6105
  role?: string | undefined;
@@ -6081,45 +6107,45 @@ export type OneHundredAndSix$Outbound = {
6081
6107
  updatedUid?: string | undefined;
6082
6108
  };
6083
6109
  /** @internal */
6084
- export declare const OneHundredAndSix$outboundSchema: z.ZodType<OneHundredAndSix$Outbound, z.ZodTypeDef, OneHundredAndSix>;
6110
+ export declare const OneHundredAndEight$outboundSchema: z.ZodType<OneHundredAndEight$Outbound, z.ZodTypeDef, OneHundredAndEight>;
6085
6111
  /**
6086
6112
  * @internal
6087
6113
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6088
6114
  */
6089
- export declare namespace OneHundredAndSix$ {
6090
- /** @deprecated use `OneHundredAndSix$inboundSchema` instead. */
6091
- const inboundSchema: z.ZodType<OneHundredAndSix, z.ZodTypeDef, unknown>;
6092
- /** @deprecated use `OneHundredAndSix$outboundSchema` instead. */
6093
- const outboundSchema: z.ZodType<OneHundredAndSix$Outbound, z.ZodTypeDef, OneHundredAndSix>;
6094
- /** @deprecated use `OneHundredAndSix$Outbound` instead. */
6095
- type Outbound = OneHundredAndSix$Outbound;
6115
+ export declare namespace OneHundredAndEight$ {
6116
+ /** @deprecated use `OneHundredAndEight$inboundSchema` instead. */
6117
+ const inboundSchema: z.ZodType<OneHundredAndEight, z.ZodTypeDef, unknown>;
6118
+ /** @deprecated use `OneHundredAndEight$outboundSchema` instead. */
6119
+ const outboundSchema: z.ZodType<OneHundredAndEight$Outbound, z.ZodTypeDef, OneHundredAndEight>;
6120
+ /** @deprecated use `OneHundredAndEight$Outbound` instead. */
6121
+ type Outbound = OneHundredAndEight$Outbound;
6096
6122
  }
6097
- export declare function oneHundredAndSixToJSON(oneHundredAndSix: OneHundredAndSix): string;
6098
- export declare function oneHundredAndSixFromJSON(jsonString: string): SafeParseResult<OneHundredAndSix, SDKValidationError>;
6123
+ export declare function oneHundredAndEightToJSON(oneHundredAndEight: OneHundredAndEight): string;
6124
+ export declare function oneHundredAndEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndEight, SDKValidationError>;
6099
6125
  /** @internal */
6100
- export declare const OneHundredAndFive$inboundSchema: z.ZodType<OneHundredAndFive, z.ZodTypeDef, unknown>;
6126
+ export declare const OneHundredAndSeven$inboundSchema: z.ZodType<OneHundredAndSeven, z.ZodTypeDef, unknown>;
6101
6127
  /** @internal */
6102
- export type OneHundredAndFive$Outbound = {
6128
+ export type OneHundredAndSeven$Outbound = {
6103
6129
  role?: string | undefined;
6104
6130
  uid: string;
6105
6131
  origin?: string | undefined;
6106
6132
  };
6107
6133
  /** @internal */
6108
- export declare const OneHundredAndFive$outboundSchema: z.ZodType<OneHundredAndFive$Outbound, z.ZodTypeDef, OneHundredAndFive>;
6134
+ export declare const OneHundredAndSeven$outboundSchema: z.ZodType<OneHundredAndSeven$Outbound, z.ZodTypeDef, OneHundredAndSeven>;
6109
6135
  /**
6110
6136
  * @internal
6111
6137
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6112
6138
  */
6113
- export declare namespace OneHundredAndFive$ {
6114
- /** @deprecated use `OneHundredAndFive$inboundSchema` instead. */
6115
- const inboundSchema: z.ZodType<OneHundredAndFive, z.ZodTypeDef, unknown>;
6116
- /** @deprecated use `OneHundredAndFive$outboundSchema` instead. */
6117
- const outboundSchema: z.ZodType<OneHundredAndFive$Outbound, z.ZodTypeDef, OneHundredAndFive>;
6118
- /** @deprecated use `OneHundredAndFive$Outbound` instead. */
6119
- type Outbound = OneHundredAndFive$Outbound;
6139
+ export declare namespace OneHundredAndSeven$ {
6140
+ /** @deprecated use `OneHundredAndSeven$inboundSchema` instead. */
6141
+ const inboundSchema: z.ZodType<OneHundredAndSeven, z.ZodTypeDef, unknown>;
6142
+ /** @deprecated use `OneHundredAndSeven$outboundSchema` instead. */
6143
+ const outboundSchema: z.ZodType<OneHundredAndSeven$Outbound, z.ZodTypeDef, OneHundredAndSeven>;
6144
+ /** @deprecated use `OneHundredAndSeven$Outbound` instead. */
6145
+ type Outbound = OneHundredAndSeven$Outbound;
6120
6146
  }
6121
- export declare function oneHundredAndFiveToJSON(oneHundredAndFive: OneHundredAndFive): string;
6122
- export declare function oneHundredAndFiveFromJSON(jsonString: string): SafeParseResult<OneHundredAndFive, SDKValidationError>;
6147
+ export declare function oneHundredAndSevenToJSON(oneHundredAndSeven: OneHundredAndSeven): string;
6148
+ export declare function oneHundredAndSevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSeven, SDKValidationError>;
6123
6149
  /** @internal */
6124
6150
  export declare const DeletedUser$inboundSchema: z.ZodType<DeletedUser, z.ZodTypeDef, unknown>;
6125
6151
  /** @internal */
@@ -6144,9 +6170,9 @@ export declare namespace DeletedUser$ {
6144
6170
  export declare function deletedUserToJSON(deletedUser: DeletedUser): string;
6145
6171
  export declare function deletedUserFromJSON(jsonString: string): SafeParseResult<DeletedUser, SDKValidationError>;
6146
6172
  /** @internal */
6147
- export declare const OneHundredAndFour$inboundSchema: z.ZodType<OneHundredAndFour, z.ZodTypeDef, unknown>;
6173
+ export declare const OneHundredAndSix$inboundSchema: z.ZodType<OneHundredAndSix, z.ZodTypeDef, unknown>;
6148
6174
  /** @internal */
6149
- export type OneHundredAndFour$Outbound = {
6175
+ export type OneHundredAndSix$Outbound = {
6150
6176
  deletedUser?: DeletedUser$Outbound | undefined;
6151
6177
  deletedUid?: string | undefined;
6152
6178
  githubUsername?: string | null | undefined;
@@ -6155,21 +6181,21 @@ export type OneHundredAndFour$Outbound = {
6155
6181
  directoryType?: string | undefined;
6156
6182
  };
6157
6183
  /** @internal */
6158
- export declare const OneHundredAndFour$outboundSchema: z.ZodType<OneHundredAndFour$Outbound, z.ZodTypeDef, OneHundredAndFour>;
6184
+ export declare const OneHundredAndSix$outboundSchema: z.ZodType<OneHundredAndSix$Outbound, z.ZodTypeDef, OneHundredAndSix>;
6159
6185
  /**
6160
6186
  * @internal
6161
6187
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6162
6188
  */
6163
- export declare namespace OneHundredAndFour$ {
6164
- /** @deprecated use `OneHundredAndFour$inboundSchema` instead. */
6165
- const inboundSchema: z.ZodType<OneHundredAndFour, z.ZodTypeDef, unknown>;
6166
- /** @deprecated use `OneHundredAndFour$outboundSchema` instead. */
6167
- const outboundSchema: z.ZodType<OneHundredAndFour$Outbound, z.ZodTypeDef, OneHundredAndFour>;
6168
- /** @deprecated use `OneHundredAndFour$Outbound` instead. */
6169
- type Outbound = OneHundredAndFour$Outbound;
6189
+ export declare namespace OneHundredAndSix$ {
6190
+ /** @deprecated use `OneHundredAndSix$inboundSchema` instead. */
6191
+ const inboundSchema: z.ZodType<OneHundredAndSix, z.ZodTypeDef, unknown>;
6192
+ /** @deprecated use `OneHundredAndSix$outboundSchema` instead. */
6193
+ const outboundSchema: z.ZodType<OneHundredAndSix$Outbound, z.ZodTypeDef, OneHundredAndSix>;
6194
+ /** @deprecated use `OneHundredAndSix$Outbound` instead. */
6195
+ type Outbound = OneHundredAndSix$Outbound;
6170
6196
  }
6171
- export declare function oneHundredAndFourToJSON(oneHundredAndFour: OneHundredAndFour): string;
6172
- export declare function oneHundredAndFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndFour, SDKValidationError>;
6197
+ export declare function oneHundredAndSixToJSON(oneHundredAndSix: OneHundredAndSix): string;
6198
+ export declare function oneHundredAndSixFromJSON(jsonString: string): SafeParseResult<OneHundredAndSix, SDKValidationError>;
6173
6199
  /** @internal */
6174
6200
  export declare const InvitedUser$inboundSchema: z.ZodType<InvitedUser, z.ZodTypeDef, unknown>;
6175
6201
  /** @internal */
@@ -6194,9 +6220,9 @@ export declare namespace InvitedUser$ {
6194
6220
  export declare function invitedUserToJSON(invitedUser: InvitedUser): string;
6195
6221
  export declare function invitedUserFromJSON(jsonString: string): SafeParseResult<InvitedUser, SDKValidationError>;
6196
6222
  /** @internal */
6197
- export declare const OneHundredAndThree$inboundSchema: z.ZodType<OneHundredAndThree, z.ZodTypeDef, unknown>;
6223
+ export declare const OneHundredAndFive$inboundSchema: z.ZodType<OneHundredAndFive, z.ZodTypeDef, unknown>;
6198
6224
  /** @internal */
6199
- export type OneHundredAndThree$Outbound = {
6225
+ export type OneHundredAndFive$Outbound = {
6200
6226
  directoryType?: string | undefined;
6201
6227
  ssoType?: string | undefined;
6202
6228
  invitedUser?: InvitedUser$Outbound | undefined;
@@ -6206,21 +6232,21 @@ export type OneHundredAndThree$Outbound = {
6206
6232
  invitedUid?: string | undefined;
6207
6233
  };
6208
6234
  /** @internal */
6209
- export declare const OneHundredAndThree$outboundSchema: z.ZodType<OneHundredAndThree$Outbound, z.ZodTypeDef, OneHundredAndThree>;
6235
+ export declare const OneHundredAndFive$outboundSchema: z.ZodType<OneHundredAndFive$Outbound, z.ZodTypeDef, OneHundredAndFive>;
6210
6236
  /**
6211
6237
  * @internal
6212
6238
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6213
6239
  */
6214
- export declare namespace OneHundredAndThree$ {
6215
- /** @deprecated use `OneHundredAndThree$inboundSchema` instead. */
6216
- const inboundSchema: z.ZodType<OneHundredAndThree, z.ZodTypeDef, unknown>;
6217
- /** @deprecated use `OneHundredAndThree$outboundSchema` instead. */
6218
- const outboundSchema: z.ZodType<OneHundredAndThree$Outbound, z.ZodTypeDef, OneHundredAndThree>;
6219
- /** @deprecated use `OneHundredAndThree$Outbound` instead. */
6220
- type Outbound = OneHundredAndThree$Outbound;
6240
+ export declare namespace OneHundredAndFive$ {
6241
+ /** @deprecated use `OneHundredAndFive$inboundSchema` instead. */
6242
+ const inboundSchema: z.ZodType<OneHundredAndFive, z.ZodTypeDef, unknown>;
6243
+ /** @deprecated use `OneHundredAndFive$outboundSchema` instead. */
6244
+ const outboundSchema: z.ZodType<OneHundredAndFive$Outbound, z.ZodTypeDef, OneHundredAndFive>;
6245
+ /** @deprecated use `OneHundredAndFive$Outbound` instead. */
6246
+ type Outbound = OneHundredAndFive$Outbound;
6221
6247
  }
6222
- export declare function oneHundredAndThreeToJSON(oneHundredAndThree: OneHundredAndThree): string;
6223
- export declare function oneHundredAndThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndThree, SDKValidationError>;
6248
+ export declare function oneHundredAndFiveToJSON(oneHundredAndFive: OneHundredAndFive): string;
6249
+ export declare function oneHundredAndFiveFromJSON(jsonString: string): SafeParseResult<OneHundredAndFive, SDKValidationError>;
6224
6250
  /** @internal */
6225
6251
  export declare const Reasons$inboundSchema: z.ZodType<Reasons, z.ZodTypeDef, unknown>;
6226
6252
  /** @internal */
@@ -6245,52 +6271,52 @@ export declare namespace Reasons$ {
6245
6271
  export declare function reasonsToJSON(reasons: Reasons): string;
6246
6272
  export declare function reasonsFromJSON(jsonString: string): SafeParseResult<Reasons, SDKValidationError>;
6247
6273
  /** @internal */
6248
- export declare const OneHundredAndTwo$inboundSchema: z.ZodType<OneHundredAndTwo, z.ZodTypeDef, unknown>;
6274
+ export declare const OneHundredAndFour$inboundSchema: z.ZodType<OneHundredAndFour, z.ZodTypeDef, unknown>;
6249
6275
  /** @internal */
6250
- export type OneHundredAndTwo$Outbound = {
6276
+ export type OneHundredAndFour$Outbound = {
6251
6277
  slug: string;
6252
6278
  teamId: string;
6253
6279
  by: string;
6254
6280
  reasons?: Array<Reasons$Outbound> | undefined;
6255
6281
  };
6256
6282
  /** @internal */
6257
- export declare const OneHundredAndTwo$outboundSchema: z.ZodType<OneHundredAndTwo$Outbound, z.ZodTypeDef, OneHundredAndTwo>;
6283
+ export declare const OneHundredAndFour$outboundSchema: z.ZodType<OneHundredAndFour$Outbound, z.ZodTypeDef, OneHundredAndFour>;
6258
6284
  /**
6259
6285
  * @internal
6260
6286
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6261
6287
  */
6262
- export declare namespace OneHundredAndTwo$ {
6263
- /** @deprecated use `OneHundredAndTwo$inboundSchema` instead. */
6264
- const inboundSchema: z.ZodType<OneHundredAndTwo, z.ZodTypeDef, unknown>;
6265
- /** @deprecated use `OneHundredAndTwo$outboundSchema` instead. */
6266
- const outboundSchema: z.ZodType<OneHundredAndTwo$Outbound, z.ZodTypeDef, OneHundredAndTwo>;
6267
- /** @deprecated use `OneHundredAndTwo$Outbound` instead. */
6268
- type Outbound = OneHundredAndTwo$Outbound;
6288
+ export declare namespace OneHundredAndFour$ {
6289
+ /** @deprecated use `OneHundredAndFour$inboundSchema` instead. */
6290
+ const inboundSchema: z.ZodType<OneHundredAndFour, z.ZodTypeDef, unknown>;
6291
+ /** @deprecated use `OneHundredAndFour$outboundSchema` instead. */
6292
+ const outboundSchema: z.ZodType<OneHundredAndFour$Outbound, z.ZodTypeDef, OneHundredAndFour>;
6293
+ /** @deprecated use `OneHundredAndFour$Outbound` instead. */
6294
+ type Outbound = OneHundredAndFour$Outbound;
6269
6295
  }
6270
- export declare function oneHundredAndTwoToJSON(oneHundredAndTwo: OneHundredAndTwo): string;
6271
- export declare function oneHundredAndTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwo, SDKValidationError>;
6296
+ export declare function oneHundredAndFourToJSON(oneHundredAndFour: OneHundredAndFour): string;
6297
+ export declare function oneHundredAndFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndFour, SDKValidationError>;
6272
6298
  /** @internal */
6273
- export declare const OneHundredAndOne$inboundSchema: z.ZodType<OneHundredAndOne, z.ZodTypeDef, unknown>;
6299
+ export declare const OneHundredAndThree$inboundSchema: z.ZodType<OneHundredAndThree, z.ZodTypeDef, unknown>;
6274
6300
  /** @internal */
6275
- export type OneHundredAndOne$Outbound = {
6301
+ export type OneHundredAndThree$Outbound = {
6276
6302
  slug: string;
6277
6303
  };
6278
6304
  /** @internal */
6279
- export declare const OneHundredAndOne$outboundSchema: z.ZodType<OneHundredAndOne$Outbound, z.ZodTypeDef, OneHundredAndOne>;
6305
+ export declare const OneHundredAndThree$outboundSchema: z.ZodType<OneHundredAndThree$Outbound, z.ZodTypeDef, OneHundredAndThree>;
6280
6306
  /**
6281
6307
  * @internal
6282
6308
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6283
6309
  */
6284
- export declare namespace OneHundredAndOne$ {
6285
- /** @deprecated use `OneHundredAndOne$inboundSchema` instead. */
6286
- const inboundSchema: z.ZodType<OneHundredAndOne, z.ZodTypeDef, unknown>;
6287
- /** @deprecated use `OneHundredAndOne$outboundSchema` instead. */
6288
- const outboundSchema: z.ZodType<OneHundredAndOne$Outbound, z.ZodTypeDef, OneHundredAndOne>;
6289
- /** @deprecated use `OneHundredAndOne$Outbound` instead. */
6290
- type Outbound = OneHundredAndOne$Outbound;
6310
+ export declare namespace OneHundredAndThree$ {
6311
+ /** @deprecated use `OneHundredAndThree$inboundSchema` instead. */
6312
+ const inboundSchema: z.ZodType<OneHundredAndThree, z.ZodTypeDef, unknown>;
6313
+ /** @deprecated use `OneHundredAndThree$outboundSchema` instead. */
6314
+ const outboundSchema: z.ZodType<OneHundredAndThree$Outbound, z.ZodTypeDef, OneHundredAndThree>;
6315
+ /** @deprecated use `OneHundredAndThree$Outbound` instead. */
6316
+ type Outbound = OneHundredAndThree$Outbound;
6291
6317
  }
6292
- export declare function oneHundredAndOneToJSON(oneHundredAndOne: OneHundredAndOne): string;
6293
- export declare function oneHundredAndOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndOne, SDKValidationError>;
6318
+ export declare function oneHundredAndThreeToJSON(oneHundredAndThree: OneHundredAndThree): string;
6319
+ export declare function oneHundredAndThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndThree, SDKValidationError>;
6294
6320
  /** @internal */
6295
6321
  export declare const Store$inboundSchema: z.ZodType<Store, z.ZodTypeDef, unknown>;
6296
6322
  /** @internal */
@@ -6315,28 +6341,28 @@ export declare namespace Store$ {
6315
6341
  export declare function storeToJSON(store: Store): string;
6316
6342
  export declare function storeFromJSON(jsonString: string): SafeParseResult<Store, SDKValidationError>;
6317
6343
  /** @internal */
6318
- export declare const OneHundred$inboundSchema: z.ZodType<OneHundred, z.ZodTypeDef, unknown>;
6344
+ export declare const OneHundredAndTwo$inboundSchema: z.ZodType<OneHundredAndTwo, z.ZodTypeDef, unknown>;
6319
6345
  /** @internal */
6320
- export type OneHundred$Outbound = {
6346
+ export type OneHundredAndTwo$Outbound = {
6321
6347
  store: Store$Outbound;
6322
6348
  ownerId?: string | undefined;
6323
6349
  };
6324
6350
  /** @internal */
6325
- export declare const OneHundred$outboundSchema: z.ZodType<OneHundred$Outbound, z.ZodTypeDef, OneHundred>;
6351
+ export declare const OneHundredAndTwo$outboundSchema: z.ZodType<OneHundredAndTwo$Outbound, z.ZodTypeDef, OneHundredAndTwo>;
6326
6352
  /**
6327
6353
  * @internal
6328
6354
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6329
6355
  */
6330
- export declare namespace OneHundred$ {
6331
- /** @deprecated use `OneHundred$inboundSchema` instead. */
6332
- const inboundSchema: z.ZodType<OneHundred, z.ZodTypeDef, unknown>;
6333
- /** @deprecated use `OneHundred$outboundSchema` instead. */
6334
- const outboundSchema: z.ZodType<OneHundred$Outbound, z.ZodTypeDef, OneHundred>;
6335
- /** @deprecated use `OneHundred$Outbound` instead. */
6336
- type Outbound = OneHundred$Outbound;
6356
+ export declare namespace OneHundredAndTwo$ {
6357
+ /** @deprecated use `OneHundredAndTwo$inboundSchema` instead. */
6358
+ const inboundSchema: z.ZodType<OneHundredAndTwo, z.ZodTypeDef, unknown>;
6359
+ /** @deprecated use `OneHundredAndTwo$outboundSchema` instead. */
6360
+ const outboundSchema: z.ZodType<OneHundredAndTwo$Outbound, z.ZodTypeDef, OneHundredAndTwo>;
6361
+ /** @deprecated use `OneHundredAndTwo$Outbound` instead. */
6362
+ type Outbound = OneHundredAndTwo$Outbound;
6337
6363
  }
6338
- export declare function oneHundredToJSON(oneHundred: OneHundred): string;
6339
- export declare function oneHundredFromJSON(jsonString: string): SafeParseResult<OneHundred, SDKValidationError>;
6364
+ export declare function oneHundredAndTwoToJSON(oneHundredAndTwo: OneHundredAndTwo): string;
6365
+ export declare function oneHundredAndTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwo, SDKValidationError>;
6340
6366
  /** @internal */
6341
6367
  export declare const StoreType$inboundSchema: z.ZodNativeEnum<typeof StoreType>;
6342
6368
  /** @internal */
@@ -6358,27 +6384,27 @@ export declare namespace StoreType$ {
6358
6384
  }>;
6359
6385
  }
6360
6386
  /** @internal */
6361
- export declare const NinetyNine$inboundSchema: z.ZodType<NinetyNine, z.ZodTypeDef, unknown>;
6387
+ export declare const OneHundredAndOne$inboundSchema: z.ZodType<OneHundredAndOne, z.ZodTypeDef, unknown>;
6362
6388
  /** @internal */
6363
- export type NinetyNine$Outbound = {
6389
+ export type OneHundredAndOne$Outbound = {
6364
6390
  storeType: string;
6365
6391
  };
6366
6392
  /** @internal */
6367
- export declare const NinetyNine$outboundSchema: z.ZodType<NinetyNine$Outbound, z.ZodTypeDef, NinetyNine>;
6393
+ export declare const OneHundredAndOne$outboundSchema: z.ZodType<OneHundredAndOne$Outbound, z.ZodTypeDef, OneHundredAndOne>;
6368
6394
  /**
6369
6395
  * @internal
6370
6396
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6371
6397
  */
6372
- export declare namespace NinetyNine$ {
6373
- /** @deprecated use `NinetyNine$inboundSchema` instead. */
6374
- const inboundSchema: z.ZodType<NinetyNine, z.ZodTypeDef, unknown>;
6375
- /** @deprecated use `NinetyNine$outboundSchema` instead. */
6376
- const outboundSchema: z.ZodType<NinetyNine$Outbound, z.ZodTypeDef, NinetyNine>;
6377
- /** @deprecated use `NinetyNine$Outbound` instead. */
6378
- type Outbound = NinetyNine$Outbound;
6398
+ export declare namespace OneHundredAndOne$ {
6399
+ /** @deprecated use `OneHundredAndOne$inboundSchema` instead. */
6400
+ const inboundSchema: z.ZodType<OneHundredAndOne, z.ZodTypeDef, unknown>;
6401
+ /** @deprecated use `OneHundredAndOne$outboundSchema` instead. */
6402
+ const outboundSchema: z.ZodType<OneHundredAndOne$Outbound, z.ZodTypeDef, OneHundredAndOne>;
6403
+ /** @deprecated use `OneHundredAndOne$Outbound` instead. */
6404
+ type Outbound = OneHundredAndOne$Outbound;
6379
6405
  }
6380
- export declare function ninetyNineToJSON(ninetyNine: NinetyNine): string;
6381
- export declare function ninetyNineFromJSON(jsonString: string): SafeParseResult<NinetyNine, SDKValidationError>;
6406
+ export declare function oneHundredAndOneToJSON(oneHundredAndOne: OneHundredAndOne): string;
6407
+ export declare function oneHundredAndOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndOne, SDKValidationError>;
6382
6408
  /** @internal */
6383
6409
  export declare const UserEventPayloadType$inboundSchema: z.ZodNativeEnum<typeof UserEventPayloadType>;
6384
6410
  /** @internal */
@@ -6406,9 +6432,9 @@ export declare namespace UserEventPayloadType$ {
6406
6432
  }>;
6407
6433
  }
6408
6434
  /** @internal */
6409
- export declare const NinetyEight$inboundSchema: z.ZodType<NinetyEight, z.ZodTypeDef, unknown>;
6435
+ export declare const OneHundred$inboundSchema: z.ZodType<OneHundred, z.ZodTypeDef, unknown>;
6410
6436
  /** @internal */
6411
- export type NinetyEight$Outbound = {
6437
+ export type OneHundred$Outbound = {
6412
6438
  id: string;
6413
6439
  name?: string | undefined;
6414
6440
  computeUnitsMax?: number | undefined;
@@ -6417,35 +6443,35 @@ export type NinetyEight$Outbound = {
6417
6443
  type: string;
6418
6444
  };
6419
6445
  /** @internal */
6420
- export declare const NinetyEight$outboundSchema: z.ZodType<NinetyEight$Outbound, z.ZodTypeDef, NinetyEight>;
6446
+ export declare const OneHundred$outboundSchema: z.ZodType<OneHundred$Outbound, z.ZodTypeDef, OneHundred>;
6421
6447
  /**
6422
6448
  * @internal
6423
6449
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6424
6450
  */
6425
- export declare namespace NinetyEight$ {
6426
- /** @deprecated use `NinetyEight$inboundSchema` instead. */
6427
- const inboundSchema: z.ZodType<NinetyEight, z.ZodTypeDef, unknown>;
6428
- /** @deprecated use `NinetyEight$outboundSchema` instead. */
6429
- const outboundSchema: z.ZodType<NinetyEight$Outbound, z.ZodTypeDef, NinetyEight>;
6430
- /** @deprecated use `NinetyEight$Outbound` instead. */
6431
- type Outbound = NinetyEight$Outbound;
6451
+ export declare namespace OneHundred$ {
6452
+ /** @deprecated use `OneHundred$inboundSchema` instead. */
6453
+ const inboundSchema: z.ZodType<OneHundred, z.ZodTypeDef, unknown>;
6454
+ /** @deprecated use `OneHundred$outboundSchema` instead. */
6455
+ const outboundSchema: z.ZodType<OneHundred$Outbound, z.ZodTypeDef, OneHundred>;
6456
+ /** @deprecated use `OneHundred$Outbound` instead. */
6457
+ type Outbound = OneHundred$Outbound;
6432
6458
  }
6433
- export declare function ninetyEightToJSON(ninetyEight: NinetyEight): string;
6434
- export declare function ninetyEightFromJSON(jsonString: string): SafeParseResult<NinetyEight, SDKValidationError>;
6459
+ export declare function oneHundredToJSON(oneHundred: OneHundred): string;
6460
+ export declare function oneHundredFromJSON(jsonString: string): SafeParseResult<OneHundred, SDKValidationError>;
6435
6461
  /** @internal */
6436
- export declare const UserEventPayload97Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload97Type>;
6462
+ export declare const UserEventPayload99Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload99Type>;
6437
6463
  /** @internal */
6438
- export declare const UserEventPayload97Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload97Type>;
6464
+ export declare const UserEventPayload99Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload99Type>;
6439
6465
  /**
6440
6466
  * @internal
6441
6467
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6442
6468
  */
6443
- export declare namespace UserEventPayload97Type$ {
6444
- /** @deprecated use `UserEventPayload97Type$inboundSchema` instead. */
6469
+ export declare namespace UserEventPayload99Type$ {
6470
+ /** @deprecated use `UserEventPayload99Type$inboundSchema` instead. */
6445
6471
  const inboundSchema: z.ZodNativeEnum<{
6446
6472
  readonly Fixed: "fixed";
6447
6473
  }>;
6448
- /** @deprecated use `UserEventPayload97Type$outboundSchema` instead. */
6474
+ /** @deprecated use `UserEventPayload99Type$outboundSchema` instead. */
6449
6475
  const outboundSchema: z.ZodNativeEnum<{
6450
6476
  readonly Fixed: "fixed";
6451
6477
  }>;
@@ -6527,41 +6553,41 @@ export declare namespace PayloadBudget$ {
6527
6553
  export declare function payloadBudgetToJSON(payloadBudget: PayloadBudget): string;
6528
6554
  export declare function payloadBudgetFromJSON(jsonString: string): SafeParseResult<PayloadBudget, SDKValidationError>;
6529
6555
  /** @internal */
6530
- export declare const NinetySeven$inboundSchema: z.ZodType<NinetySeven, z.ZodTypeDef, unknown>;
6556
+ export declare const NinetyNine$inboundSchema: z.ZodType<NinetyNine, z.ZodTypeDef, unknown>;
6531
6557
  /** @internal */
6532
- export type NinetySeven$Outbound = {
6558
+ export type NinetyNine$Outbound = {
6533
6559
  budget: PayloadBudget$Outbound;
6534
6560
  };
6535
6561
  /** @internal */
6536
- export declare const NinetySeven$outboundSchema: z.ZodType<NinetySeven$Outbound, z.ZodTypeDef, NinetySeven>;
6562
+ export declare const NinetyNine$outboundSchema: z.ZodType<NinetyNine$Outbound, z.ZodTypeDef, NinetyNine>;
6537
6563
  /**
6538
6564
  * @internal
6539
6565
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6540
6566
  */
6541
- export declare namespace NinetySeven$ {
6542
- /** @deprecated use `NinetySeven$inboundSchema` instead. */
6543
- const inboundSchema: z.ZodType<NinetySeven, z.ZodTypeDef, unknown>;
6544
- /** @deprecated use `NinetySeven$outboundSchema` instead. */
6545
- const outboundSchema: z.ZodType<NinetySeven$Outbound, z.ZodTypeDef, NinetySeven>;
6546
- /** @deprecated use `NinetySeven$Outbound` instead. */
6547
- type Outbound = NinetySeven$Outbound;
6567
+ export declare namespace NinetyNine$ {
6568
+ /** @deprecated use `NinetyNine$inboundSchema` instead. */
6569
+ const inboundSchema: z.ZodType<NinetyNine, z.ZodTypeDef, unknown>;
6570
+ /** @deprecated use `NinetyNine$outboundSchema` instead. */
6571
+ const outboundSchema: z.ZodType<NinetyNine$Outbound, z.ZodTypeDef, NinetyNine>;
6572
+ /** @deprecated use `NinetyNine$Outbound` instead. */
6573
+ type Outbound = NinetyNine$Outbound;
6548
6574
  }
6549
- export declare function ninetySevenToJSON(ninetySeven: NinetySeven): string;
6550
- export declare function ninetySevenFromJSON(jsonString: string): SafeParseResult<NinetySeven, SDKValidationError>;
6575
+ export declare function ninetyNineToJSON(ninetyNine: NinetyNine): string;
6576
+ export declare function ninetyNineFromJSON(jsonString: string): SafeParseResult<NinetyNine, SDKValidationError>;
6551
6577
  /** @internal */
6552
- export declare const UserEventPayload96Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload96Type>;
6578
+ export declare const UserEventPayload98Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload98Type>;
6553
6579
  /** @internal */
6554
- export declare const UserEventPayload96Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload96Type>;
6580
+ export declare const UserEventPayload98Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload98Type>;
6555
6581
  /**
6556
6582
  * @internal
6557
6583
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6558
6584
  */
6559
- export declare namespace UserEventPayload96Type$ {
6560
- /** @deprecated use `UserEventPayload96Type$inboundSchema` instead. */
6585
+ export declare namespace UserEventPayload98Type$ {
6586
+ /** @deprecated use `UserEventPayload98Type$inboundSchema` instead. */
6561
6587
  const inboundSchema: z.ZodNativeEnum<{
6562
6588
  readonly Fixed: "fixed";
6563
6589
  }>;
6564
- /** @deprecated use `UserEventPayload96Type$outboundSchema` instead. */
6590
+ /** @deprecated use `UserEventPayload98Type$outboundSchema` instead. */
6565
6591
  const outboundSchema: z.ZodNativeEnum<{
6566
6592
  readonly Fixed: "fixed";
6567
6593
  }>;
@@ -6621,49 +6647,49 @@ export declare namespace Budget$ {
6621
6647
  export declare function budgetToJSON(budget: Budget): string;
6622
6648
  export declare function budgetFromJSON(jsonString: string): SafeParseResult<Budget, SDKValidationError>;
6623
6649
  /** @internal */
6624
- export declare const NinetySix$inboundSchema: z.ZodType<NinetySix, z.ZodTypeDef, unknown>;
6650
+ export declare const NinetyEight$inboundSchema: z.ZodType<NinetyEight, z.ZodTypeDef, unknown>;
6625
6651
  /** @internal */
6626
- export type NinetySix$Outbound = {
6652
+ export type NinetyEight$Outbound = {
6627
6653
  budget: Budget$Outbound;
6628
6654
  };
6629
6655
  /** @internal */
6630
- export declare const NinetySix$outboundSchema: z.ZodType<NinetySix$Outbound, z.ZodTypeDef, NinetySix>;
6656
+ export declare const NinetyEight$outboundSchema: z.ZodType<NinetyEight$Outbound, z.ZodTypeDef, NinetyEight>;
6631
6657
  /**
6632
6658
  * @internal
6633
6659
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6634
6660
  */
6635
- export declare namespace NinetySix$ {
6636
- /** @deprecated use `NinetySix$inboundSchema` instead. */
6637
- const inboundSchema: z.ZodType<NinetySix, z.ZodTypeDef, unknown>;
6638
- /** @deprecated use `NinetySix$outboundSchema` instead. */
6639
- const outboundSchema: z.ZodType<NinetySix$Outbound, z.ZodTypeDef, NinetySix>;
6640
- /** @deprecated use `NinetySix$Outbound` instead. */
6641
- type Outbound = NinetySix$Outbound;
6661
+ export declare namespace NinetyEight$ {
6662
+ /** @deprecated use `NinetyEight$inboundSchema` instead. */
6663
+ const inboundSchema: z.ZodType<NinetyEight, z.ZodTypeDef, unknown>;
6664
+ /** @deprecated use `NinetyEight$outboundSchema` instead. */
6665
+ const outboundSchema: z.ZodType<NinetyEight$Outbound, z.ZodTypeDef, NinetyEight>;
6666
+ /** @deprecated use `NinetyEight$Outbound` instead. */
6667
+ type Outbound = NinetyEight$Outbound;
6642
6668
  }
6643
- export declare function ninetySixToJSON(ninetySix: NinetySix): string;
6644
- export declare function ninetySixFromJSON(jsonString: string): SafeParseResult<NinetySix, SDKValidationError>;
6669
+ export declare function ninetyEightToJSON(ninetyEight: NinetyEight): string;
6670
+ export declare function ninetyEightFromJSON(jsonString: string): SafeParseResult<NinetyEight, SDKValidationError>;
6645
6671
  /** @internal */
6646
- export declare const NinetyFive$inboundSchema: z.ZodType<NinetyFive, z.ZodTypeDef, unknown>;
6672
+ export declare const NinetySeven$inboundSchema: z.ZodType<NinetySeven, z.ZodTypeDef, unknown>;
6647
6673
  /** @internal */
6648
- export type NinetyFive$Outbound = {
6674
+ export type NinetySeven$Outbound = {
6649
6675
  webhookUrl?: string | undefined;
6650
6676
  };
6651
6677
  /** @internal */
6652
- export declare const NinetyFive$outboundSchema: z.ZodType<NinetyFive$Outbound, z.ZodTypeDef, NinetyFive>;
6678
+ export declare const NinetySeven$outboundSchema: z.ZodType<NinetySeven$Outbound, z.ZodTypeDef, NinetySeven>;
6653
6679
  /**
6654
6680
  * @internal
6655
6681
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6656
6682
  */
6657
- export declare namespace NinetyFive$ {
6658
- /** @deprecated use `NinetyFive$inboundSchema` instead. */
6659
- const inboundSchema: z.ZodType<NinetyFive, z.ZodTypeDef, unknown>;
6660
- /** @deprecated use `NinetyFive$outboundSchema` instead. */
6661
- const outboundSchema: z.ZodType<NinetyFive$Outbound, z.ZodTypeDef, NinetyFive>;
6662
- /** @deprecated use `NinetyFive$Outbound` instead. */
6663
- type Outbound = NinetyFive$Outbound;
6683
+ export declare namespace NinetySeven$ {
6684
+ /** @deprecated use `NinetySeven$inboundSchema` instead. */
6685
+ const inboundSchema: z.ZodType<NinetySeven, z.ZodTypeDef, unknown>;
6686
+ /** @deprecated use `NinetySeven$outboundSchema` instead. */
6687
+ const outboundSchema: z.ZodType<NinetySeven$Outbound, z.ZodTypeDef, NinetySeven>;
6688
+ /** @deprecated use `NinetySeven$Outbound` instead. */
6689
+ type Outbound = NinetySeven$Outbound;
6664
6690
  }
6665
- export declare function ninetyFiveToJSON(ninetyFive: NinetyFive): string;
6666
- export declare function ninetyFiveFromJSON(jsonString: string): SafeParseResult<NinetyFive, SDKValidationError>;
6691
+ export declare function ninetySevenToJSON(ninetySeven: NinetySeven): string;
6692
+ export declare function ninetySevenFromJSON(jsonString: string): SafeParseResult<NinetySeven, SDKValidationError>;
6667
6693
  /** @internal */
6668
6694
  export declare const ScalingRules$inboundSchema: z.ZodType<ScalingRules, z.ZodTypeDef, unknown>;
6669
6695
  /** @internal */
@@ -6688,9 +6714,9 @@ export declare namespace ScalingRules$ {
6688
6714
  export declare function scalingRulesToJSON(scalingRules: ScalingRules): string;
6689
6715
  export declare function scalingRulesFromJSON(jsonString: string): SafeParseResult<ScalingRules, SDKValidationError>;
6690
6716
  /** @internal */
6691
- export declare const NinetyFour$inboundSchema: z.ZodType<NinetyFour, z.ZodTypeDef, unknown>;
6717
+ export declare const NinetySix$inboundSchema: z.ZodType<NinetySix, z.ZodTypeDef, unknown>;
6692
6718
  /** @internal */
6693
- export type NinetyFour$Outbound = {
6719
+ export type NinetySix$Outbound = {
6694
6720
  scalingRules: {
6695
6721
  [k: string]: ScalingRules$Outbound;
6696
6722
  };
@@ -6699,67 +6725,67 @@ export type NinetyFour$Outbound = {
6699
6725
  url: string;
6700
6726
  };
6701
6727
  /** @internal */
6702
- export declare const NinetyFour$outboundSchema: z.ZodType<NinetyFour$Outbound, z.ZodTypeDef, NinetyFour>;
6728
+ export declare const NinetySix$outboundSchema: z.ZodType<NinetySix$Outbound, z.ZodTypeDef, NinetySix>;
6703
6729
  /**
6704
6730
  * @internal
6705
6731
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6706
6732
  */
6707
- export declare namespace NinetyFour$ {
6708
- /** @deprecated use `NinetyFour$inboundSchema` instead. */
6709
- const inboundSchema: z.ZodType<NinetyFour, z.ZodTypeDef, unknown>;
6710
- /** @deprecated use `NinetyFour$outboundSchema` instead. */
6711
- const outboundSchema: z.ZodType<NinetyFour$Outbound, z.ZodTypeDef, NinetyFour>;
6712
- /** @deprecated use `NinetyFour$Outbound` instead. */
6713
- type Outbound = NinetyFour$Outbound;
6733
+ export declare namespace NinetySix$ {
6734
+ /** @deprecated use `NinetySix$inboundSchema` instead. */
6735
+ const inboundSchema: z.ZodType<NinetySix, z.ZodTypeDef, unknown>;
6736
+ /** @deprecated use `NinetySix$outboundSchema` instead. */
6737
+ const outboundSchema: z.ZodType<NinetySix$Outbound, z.ZodTypeDef, NinetySix>;
6738
+ /** @deprecated use `NinetySix$Outbound` instead. */
6739
+ type Outbound = NinetySix$Outbound;
6714
6740
  }
6715
- export declare function ninetyFourToJSON(ninetyFour: NinetyFour): string;
6716
- export declare function ninetyFourFromJSON(jsonString: string): SafeParseResult<NinetyFour, SDKValidationError>;
6741
+ export declare function ninetySixToJSON(ninetySix: NinetySix): string;
6742
+ export declare function ninetySixFromJSON(jsonString: string): SafeParseResult<NinetySix, SDKValidationError>;
6717
6743
  /** @internal */
6718
- export declare const NinetyThree$inboundSchema: z.ZodType<NinetyThree, z.ZodTypeDef, unknown>;
6744
+ export declare const NinetyFive$inboundSchema: z.ZodType<NinetyFive, z.ZodTypeDef, unknown>;
6719
6745
  /** @internal */
6720
- export type NinetyThree$Outbound = {
6746
+ export type NinetyFive$Outbound = {
6721
6747
  bio: string;
6722
6748
  };
6723
6749
  /** @internal */
6724
- export declare const NinetyThree$outboundSchema: z.ZodType<NinetyThree$Outbound, z.ZodTypeDef, NinetyThree>;
6750
+ export declare const NinetyFive$outboundSchema: z.ZodType<NinetyFive$Outbound, z.ZodTypeDef, NinetyFive>;
6725
6751
  /**
6726
6752
  * @internal
6727
6753
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6728
6754
  */
6729
- export declare namespace NinetyThree$ {
6730
- /** @deprecated use `NinetyThree$inboundSchema` instead. */
6731
- const inboundSchema: z.ZodType<NinetyThree, z.ZodTypeDef, unknown>;
6732
- /** @deprecated use `NinetyThree$outboundSchema` instead. */
6733
- const outboundSchema: z.ZodType<NinetyThree$Outbound, z.ZodTypeDef, NinetyThree>;
6734
- /** @deprecated use `NinetyThree$Outbound` instead. */
6735
- type Outbound = NinetyThree$Outbound;
6755
+ export declare namespace NinetyFive$ {
6756
+ /** @deprecated use `NinetyFive$inboundSchema` instead. */
6757
+ const inboundSchema: z.ZodType<NinetyFive, z.ZodTypeDef, unknown>;
6758
+ /** @deprecated use `NinetyFive$outboundSchema` instead. */
6759
+ const outboundSchema: z.ZodType<NinetyFive$Outbound, z.ZodTypeDef, NinetyFive>;
6760
+ /** @deprecated use `NinetyFive$Outbound` instead. */
6761
+ type Outbound = NinetyFive$Outbound;
6736
6762
  }
6737
- export declare function ninetyThreeToJSON(ninetyThree: NinetyThree): string;
6738
- export declare function ninetyThreeFromJSON(jsonString: string): SafeParseResult<NinetyThree, SDKValidationError>;
6763
+ export declare function ninetyFiveToJSON(ninetyFive: NinetyFive): string;
6764
+ export declare function ninetyFiveFromJSON(jsonString: string): SafeParseResult<NinetyFive, SDKValidationError>;
6739
6765
  /** @internal */
6740
- export declare const NinetyTwo$inboundSchema: z.ZodType<NinetyTwo, z.ZodTypeDef, unknown>;
6766
+ export declare const NinetyFour$inboundSchema: z.ZodType<NinetyFour, z.ZodTypeDef, unknown>;
6741
6767
  /** @internal */
6742
- export type NinetyTwo$Outbound = {
6768
+ export type NinetyFour$Outbound = {
6743
6769
  oldName: string;
6744
6770
  newName: string;
6745
6771
  uid?: string | undefined;
6746
6772
  };
6747
6773
  /** @internal */
6748
- export declare const NinetyTwo$outboundSchema: z.ZodType<NinetyTwo$Outbound, z.ZodTypeDef, NinetyTwo>;
6774
+ export declare const NinetyFour$outboundSchema: z.ZodType<NinetyFour$Outbound, z.ZodTypeDef, NinetyFour>;
6749
6775
  /**
6750
6776
  * @internal
6751
6777
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6752
6778
  */
6753
- export declare namespace NinetyTwo$ {
6754
- /** @deprecated use `NinetyTwo$inboundSchema` instead. */
6755
- const inboundSchema: z.ZodType<NinetyTwo, z.ZodTypeDef, unknown>;
6756
- /** @deprecated use `NinetyTwo$outboundSchema` instead. */
6757
- const outboundSchema: z.ZodType<NinetyTwo$Outbound, z.ZodTypeDef, NinetyTwo>;
6758
- /** @deprecated use `NinetyTwo$Outbound` instead. */
6759
- type Outbound = NinetyTwo$Outbound;
6779
+ export declare namespace NinetyFour$ {
6780
+ /** @deprecated use `NinetyFour$inboundSchema` instead. */
6781
+ const inboundSchema: z.ZodType<NinetyFour, z.ZodTypeDef, unknown>;
6782
+ /** @deprecated use `NinetyFour$outboundSchema` instead. */
6783
+ const outboundSchema: z.ZodType<NinetyFour$Outbound, z.ZodTypeDef, NinetyFour>;
6784
+ /** @deprecated use `NinetyFour$Outbound` instead. */
6785
+ type Outbound = NinetyFour$Outbound;
6760
6786
  }
6761
- export declare function ninetyTwoToJSON(ninetyTwo: NinetyTwo): string;
6762
- export declare function ninetyTwoFromJSON(jsonString: string): SafeParseResult<NinetyTwo, SDKValidationError>;
6787
+ export declare function ninetyFourToJSON(ninetyFour: NinetyFour): string;
6788
+ export declare function ninetyFourFromJSON(jsonString: string): SafeParseResult<NinetyFour, SDKValidationError>;
6763
6789
  /** @internal */
6764
6790
  export declare const Name2$inboundSchema: z.ZodType<Name2, z.ZodTypeDef, unknown>;
6765
6791
  /** @internal */
@@ -6803,51 +6829,51 @@ export declare namespace Name$ {
6803
6829
  export declare function nameToJSON(name: Name): string;
6804
6830
  export declare function nameFromJSON(jsonString: string): SafeParseResult<Name, SDKValidationError>;
6805
6831
  /** @internal */
6806
- export declare const NinetyOne$inboundSchema: z.ZodType<NinetyOne, z.ZodTypeDef, unknown>;
6832
+ export declare const NinetyThree$inboundSchema: z.ZodType<NinetyThree, z.ZodTypeDef, unknown>;
6807
6833
  /** @internal */
6808
- export type NinetyOne$Outbound = {
6834
+ export type NinetyThree$Outbound = {
6809
6835
  uid: string;
6810
6836
  name: Name2$Outbound | string;
6811
6837
  };
6812
6838
  /** @internal */
6813
- export declare const NinetyOne$outboundSchema: z.ZodType<NinetyOne$Outbound, z.ZodTypeDef, NinetyOne>;
6839
+ export declare const NinetyThree$outboundSchema: z.ZodType<NinetyThree$Outbound, z.ZodTypeDef, NinetyThree>;
6814
6840
  /**
6815
6841
  * @internal
6816
6842
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6817
6843
  */
6818
- export declare namespace NinetyOne$ {
6819
- /** @deprecated use `NinetyOne$inboundSchema` instead. */
6820
- const inboundSchema: z.ZodType<NinetyOne, z.ZodTypeDef, unknown>;
6821
- /** @deprecated use `NinetyOne$outboundSchema` instead. */
6822
- const outboundSchema: z.ZodType<NinetyOne$Outbound, z.ZodTypeDef, NinetyOne>;
6823
- /** @deprecated use `NinetyOne$Outbound` instead. */
6824
- type Outbound = NinetyOne$Outbound;
6844
+ export declare namespace NinetyThree$ {
6845
+ /** @deprecated use `NinetyThree$inboundSchema` instead. */
6846
+ const inboundSchema: z.ZodType<NinetyThree, z.ZodTypeDef, unknown>;
6847
+ /** @deprecated use `NinetyThree$outboundSchema` instead. */
6848
+ const outboundSchema: z.ZodType<NinetyThree$Outbound, z.ZodTypeDef, NinetyThree>;
6849
+ /** @deprecated use `NinetyThree$Outbound` instead. */
6850
+ type Outbound = NinetyThree$Outbound;
6825
6851
  }
6826
- export declare function ninetyOneToJSON(ninetyOne: NinetyOne): string;
6827
- export declare function ninetyOneFromJSON(jsonString: string): SafeParseResult<NinetyOne, SDKValidationError>;
6852
+ export declare function ninetyThreeToJSON(ninetyThree: NinetyThree): string;
6853
+ export declare function ninetyThreeFromJSON(jsonString: string): SafeParseResult<NinetyThree, SDKValidationError>;
6828
6854
  /** @internal */
6829
- export declare const UserEventPayload90Team$inboundSchema: z.ZodType<UserEventPayload90Team, z.ZodTypeDef, unknown>;
6855
+ export declare const UserEventPayload92Team$inboundSchema: z.ZodType<UserEventPayload92Team, z.ZodTypeDef, unknown>;
6830
6856
  /** @internal */
6831
- export type UserEventPayload90Team$Outbound = {
6857
+ export type UserEventPayload92Team$Outbound = {
6832
6858
  id: string;
6833
6859
  name?: string | undefined;
6834
6860
  };
6835
6861
  /** @internal */
6836
- export declare const UserEventPayload90Team$outboundSchema: z.ZodType<UserEventPayload90Team$Outbound, z.ZodTypeDef, UserEventPayload90Team>;
6862
+ export declare const UserEventPayload92Team$outboundSchema: z.ZodType<UserEventPayload92Team$Outbound, z.ZodTypeDef, UserEventPayload92Team>;
6837
6863
  /**
6838
6864
  * @internal
6839
6865
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6840
6866
  */
6841
- export declare namespace UserEventPayload90Team$ {
6842
- /** @deprecated use `UserEventPayload90Team$inboundSchema` instead. */
6843
- const inboundSchema: z.ZodType<UserEventPayload90Team, z.ZodTypeDef, unknown>;
6844
- /** @deprecated use `UserEventPayload90Team$outboundSchema` instead. */
6845
- const outboundSchema: z.ZodType<UserEventPayload90Team$Outbound, z.ZodTypeDef, UserEventPayload90Team>;
6846
- /** @deprecated use `UserEventPayload90Team$Outbound` instead. */
6847
- type Outbound = UserEventPayload90Team$Outbound;
6867
+ export declare namespace UserEventPayload92Team$ {
6868
+ /** @deprecated use `UserEventPayload92Team$inboundSchema` instead. */
6869
+ const inboundSchema: z.ZodType<UserEventPayload92Team, z.ZodTypeDef, unknown>;
6870
+ /** @deprecated use `UserEventPayload92Team$outboundSchema` instead. */
6871
+ const outboundSchema: z.ZodType<UserEventPayload92Team$Outbound, z.ZodTypeDef, UserEventPayload92Team>;
6872
+ /** @deprecated use `UserEventPayload92Team$Outbound` instead. */
6873
+ type Outbound = UserEventPayload92Team$Outbound;
6848
6874
  }
6849
- export declare function userEventPayload90TeamToJSON(userEventPayload90Team: UserEventPayload90Team): string;
6850
- export declare function userEventPayload90TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload90Team, SDKValidationError>;
6875
+ export declare function userEventPayload92TeamToJSON(userEventPayload92Team: UserEventPayload92Team): string;
6876
+ export declare function userEventPayload92TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload92Team, SDKValidationError>;
6851
6877
  /** @internal */
6852
6878
  export declare const PayloadPreviousRule$inboundSchema: z.ZodType<PayloadPreviousRule, z.ZodTypeDef, unknown>;
6853
6879
  /** @internal */
@@ -6871,51 +6897,51 @@ export declare namespace PayloadPreviousRule$ {
6871
6897
  export declare function payloadPreviousRuleToJSON(payloadPreviousRule: PayloadPreviousRule): string;
6872
6898
  export declare function payloadPreviousRuleFromJSON(jsonString: string): SafeParseResult<PayloadPreviousRule, SDKValidationError>;
6873
6899
  /** @internal */
6874
- export declare const Ninety$inboundSchema: z.ZodType<Ninety, z.ZodTypeDef, unknown>;
6900
+ export declare const NinetyTwo$inboundSchema: z.ZodType<NinetyTwo, z.ZodTypeDef, unknown>;
6875
6901
  /** @internal */
6876
- export type Ninety$Outbound = {
6877
- team: UserEventPayload90Team$Outbound;
6902
+ export type NinetyTwo$Outbound = {
6903
+ team: UserEventPayload92Team$Outbound;
6878
6904
  previousRule: PayloadPreviousRule$Outbound;
6879
6905
  };
6880
6906
  /** @internal */
6881
- export declare const Ninety$outboundSchema: z.ZodType<Ninety$Outbound, z.ZodTypeDef, Ninety>;
6907
+ export declare const NinetyTwo$outboundSchema: z.ZodType<NinetyTwo$Outbound, z.ZodTypeDef, NinetyTwo>;
6882
6908
  /**
6883
6909
  * @internal
6884
6910
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6885
6911
  */
6886
- export declare namespace Ninety$ {
6887
- /** @deprecated use `Ninety$inboundSchema` instead. */
6888
- const inboundSchema: z.ZodType<Ninety, z.ZodTypeDef, unknown>;
6889
- /** @deprecated use `Ninety$outboundSchema` instead. */
6890
- const outboundSchema: z.ZodType<Ninety$Outbound, z.ZodTypeDef, Ninety>;
6891
- /** @deprecated use `Ninety$Outbound` instead. */
6892
- type Outbound = Ninety$Outbound;
6912
+ export declare namespace NinetyTwo$ {
6913
+ /** @deprecated use `NinetyTwo$inboundSchema` instead. */
6914
+ const inboundSchema: z.ZodType<NinetyTwo, z.ZodTypeDef, unknown>;
6915
+ /** @deprecated use `NinetyTwo$outboundSchema` instead. */
6916
+ const outboundSchema: z.ZodType<NinetyTwo$Outbound, z.ZodTypeDef, NinetyTwo>;
6917
+ /** @deprecated use `NinetyTwo$Outbound` instead. */
6918
+ type Outbound = NinetyTwo$Outbound;
6893
6919
  }
6894
- export declare function ninetyToJSON(ninety: Ninety): string;
6895
- export declare function ninetyFromJSON(jsonString: string): SafeParseResult<Ninety, SDKValidationError>;
6920
+ export declare function ninetyTwoToJSON(ninetyTwo: NinetyTwo): string;
6921
+ export declare function ninetyTwoFromJSON(jsonString: string): SafeParseResult<NinetyTwo, SDKValidationError>;
6896
6922
  /** @internal */
6897
- export declare const UserEventPayload89Team$inboundSchema: z.ZodType<UserEventPayload89Team, z.ZodTypeDef, unknown>;
6923
+ export declare const UserEventPayload91Team$inboundSchema: z.ZodType<UserEventPayload91Team, z.ZodTypeDef, unknown>;
6898
6924
  /** @internal */
6899
- export type UserEventPayload89Team$Outbound = {
6925
+ export type UserEventPayload91Team$Outbound = {
6900
6926
  id: string;
6901
6927
  name?: string | undefined;
6902
6928
  };
6903
6929
  /** @internal */
6904
- export declare const UserEventPayload89Team$outboundSchema: z.ZodType<UserEventPayload89Team$Outbound, z.ZodTypeDef, UserEventPayload89Team>;
6930
+ export declare const UserEventPayload91Team$outboundSchema: z.ZodType<UserEventPayload91Team$Outbound, z.ZodTypeDef, UserEventPayload91Team>;
6905
6931
  /**
6906
6932
  * @internal
6907
6933
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6908
6934
  */
6909
- export declare namespace UserEventPayload89Team$ {
6910
- /** @deprecated use `UserEventPayload89Team$inboundSchema` instead. */
6911
- const inboundSchema: z.ZodType<UserEventPayload89Team, z.ZodTypeDef, unknown>;
6912
- /** @deprecated use `UserEventPayload89Team$outboundSchema` instead. */
6913
- const outboundSchema: z.ZodType<UserEventPayload89Team$Outbound, z.ZodTypeDef, UserEventPayload89Team>;
6914
- /** @deprecated use `UserEventPayload89Team$Outbound` instead. */
6915
- type Outbound = UserEventPayload89Team$Outbound;
6935
+ export declare namespace UserEventPayload91Team$ {
6936
+ /** @deprecated use `UserEventPayload91Team$inboundSchema` instead. */
6937
+ const inboundSchema: z.ZodType<UserEventPayload91Team, z.ZodTypeDef, unknown>;
6938
+ /** @deprecated use `UserEventPayload91Team$outboundSchema` instead. */
6939
+ const outboundSchema: z.ZodType<UserEventPayload91Team$Outbound, z.ZodTypeDef, UserEventPayload91Team>;
6940
+ /** @deprecated use `UserEventPayload91Team$Outbound` instead. */
6941
+ type Outbound = UserEventPayload91Team$Outbound;
6916
6942
  }
6917
- export declare function userEventPayload89TeamToJSON(userEventPayload89Team: UserEventPayload89Team): string;
6918
- export declare function userEventPayload89TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload89Team, SDKValidationError>;
6943
+ export declare function userEventPayload91TeamToJSON(userEventPayload91Team: UserEventPayload91Team): string;
6944
+ export declare function userEventPayload91TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload91Team, SDKValidationError>;
6919
6945
  /** @internal */
6920
6946
  export declare const PreviousRule$inboundSchema: z.ZodType<PreviousRule, z.ZodTypeDef, unknown>;
6921
6947
  /** @internal */
@@ -6961,14 +6987,59 @@ export declare namespace NextRule$ {
6961
6987
  export declare function nextRuleToJSON(nextRule: NextRule): string;
6962
6988
  export declare function nextRuleFromJSON(jsonString: string): SafeParseResult<NextRule, SDKValidationError>;
6963
6989
  /** @internal */
6964
- export declare const EightyNine$inboundSchema: z.ZodType<EightyNine, z.ZodTypeDef, unknown>;
6990
+ export declare const NinetyOne$inboundSchema: z.ZodType<NinetyOne, z.ZodTypeDef, unknown>;
6965
6991
  /** @internal */
6966
- export type EightyNine$Outbound = {
6967
- team: UserEventPayload89Team$Outbound;
6992
+ export type NinetyOne$Outbound = {
6993
+ team: UserEventPayload91Team$Outbound;
6968
6994
  previousRule?: PreviousRule$Outbound | undefined;
6969
6995
  nextRule?: NextRule$Outbound | undefined;
6970
6996
  };
6971
6997
  /** @internal */
6998
+ export declare const NinetyOne$outboundSchema: z.ZodType<NinetyOne$Outbound, z.ZodTypeDef, NinetyOne>;
6999
+ /**
7000
+ * @internal
7001
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7002
+ */
7003
+ export declare namespace NinetyOne$ {
7004
+ /** @deprecated use `NinetyOne$inboundSchema` instead. */
7005
+ const inboundSchema: z.ZodType<NinetyOne, z.ZodTypeDef, unknown>;
7006
+ /** @deprecated use `NinetyOne$outboundSchema` instead. */
7007
+ const outboundSchema: z.ZodType<NinetyOne$Outbound, z.ZodTypeDef, NinetyOne>;
7008
+ /** @deprecated use `NinetyOne$Outbound` instead. */
7009
+ type Outbound = NinetyOne$Outbound;
7010
+ }
7011
+ export declare function ninetyOneToJSON(ninetyOne: NinetyOne): string;
7012
+ export declare function ninetyOneFromJSON(jsonString: string): SafeParseResult<NinetyOne, SDKValidationError>;
7013
+ /** @internal */
7014
+ export declare const Ninety$inboundSchema: z.ZodType<Ninety, z.ZodTypeDef, unknown>;
7015
+ /** @internal */
7016
+ export type Ninety$Outbound = {
7017
+ email: string;
7018
+ };
7019
+ /** @internal */
7020
+ export declare const Ninety$outboundSchema: z.ZodType<Ninety$Outbound, z.ZodTypeDef, Ninety>;
7021
+ /**
7022
+ * @internal
7023
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7024
+ */
7025
+ export declare namespace Ninety$ {
7026
+ /** @deprecated use `Ninety$inboundSchema` instead. */
7027
+ const inboundSchema: z.ZodType<Ninety, z.ZodTypeDef, unknown>;
7028
+ /** @deprecated use `Ninety$outboundSchema` instead. */
7029
+ const outboundSchema: z.ZodType<Ninety$Outbound, z.ZodTypeDef, Ninety>;
7030
+ /** @deprecated use `Ninety$Outbound` instead. */
7031
+ type Outbound = Ninety$Outbound;
7032
+ }
7033
+ export declare function ninetyToJSON(ninety: Ninety): string;
7034
+ export declare function ninetyFromJSON(jsonString: string): SafeParseResult<Ninety, SDKValidationError>;
7035
+ /** @internal */
7036
+ export declare const EightyNine$inboundSchema: z.ZodType<EightyNine, z.ZodTypeDef, unknown>;
7037
+ /** @internal */
7038
+ export type EightyNine$Outbound = {
7039
+ email: string;
7040
+ verified: boolean;
7041
+ };
7042
+ /** @internal */
6972
7043
  export declare const EightyNine$outboundSchema: z.ZodType<EightyNine$Outbound, z.ZodTypeDef, EightyNine>;
6973
7044
  /**
6974
7045
  * @internal
@@ -6988,7 +7059,8 @@ export declare function eightyNineFromJSON(jsonString: string): SafeParseResult<
6988
7059
  export declare const EightyEight$inboundSchema: z.ZodType<EightyEight, z.ZodTypeDef, unknown>;
6989
7060
  /** @internal */
6990
7061
  export type EightyEight$Outbound = {
6991
- email: string;
7062
+ instances: number;
7063
+ url: string;
6992
7064
  };
6993
7065
  /** @internal */
6994
7066
  export declare const EightyEight$outboundSchema: z.ZodType<EightyEight$Outbound, z.ZodTypeDef, EightyEight>;
@@ -7010,8 +7082,9 @@ export declare function eightyEightFromJSON(jsonString: string): SafeParseResult
7010
7082
  export declare const EightySeven$inboundSchema: z.ZodType<EightySeven, z.ZodTypeDef, unknown>;
7011
7083
  /** @internal */
7012
7084
  export type EightySeven$Outbound = {
7013
- email: string;
7014
- verified: boolean;
7085
+ gitProvider: string;
7086
+ gitProviderGroupDescriptor: string;
7087
+ gitScope: string;
7015
7088
  };
7016
7089
  /** @internal */
7017
7090
  export declare const EightySeven$outboundSchema: z.ZodType<EightySeven$Outbound, z.ZodTypeDef, EightySeven>;
@@ -7033,8 +7106,9 @@ export declare function eightySevenFromJSON(jsonString: string): SafeParseResult
7033
7106
  export declare const EightySix$inboundSchema: z.ZodType<EightySix, z.ZodTypeDef, unknown>;
7034
7107
  /** @internal */
7035
7108
  export type EightySix$Outbound = {
7036
- instances: number;
7037
- url: string;
7109
+ projectId?: string | undefined;
7110
+ projectName?: string | undefined;
7111
+ newTargetPercentage?: number | undefined;
7038
7112
  };
7039
7113
  /** @internal */
7040
7114
  export declare const EightySix$outboundSchema: z.ZodType<EightySix$Outbound, z.ZodTypeDef, EightySix>;
@@ -7056,9 +7130,8 @@ export declare function eightySixFromJSON(jsonString: string): SafeParseResult<E
7056
7130
  export declare const EightyFive$inboundSchema: z.ZodType<EightyFive, z.ZodTypeDef, unknown>;
7057
7131
  /** @internal */
7058
7132
  export type EightyFive$Outbound = {
7059
- gitProvider: string;
7060
- gitProviderGroupDescriptor: string;
7061
- gitScope: string;
7133
+ projectId: string;
7134
+ projectName: string;
7062
7135
  };
7063
7136
  /** @internal */
7064
7137
  export declare const EightyFive$outboundSchema: z.ZodType<EightyFive$Outbound, z.ZodTypeDef, EightyFive>;
@@ -9424,7 +9497,6 @@ export type PayloadResourceConfig$Outbound = {
9424
9497
  edgeConfigSize?: number | undefined;
9425
9498
  edgeFunctionMaxSizeBytes?: number | undefined;
9426
9499
  edgeFunctionExecutionTimeoutMs?: number | undefined;
9427
- serverlessFunctionDefaultMaxExecutionTime?: number | undefined;
9428
9500
  serverlessFunctionMaxMemorySize?: number | undefined;
9429
9501
  kvDatabases?: number | undefined;
9430
9502
  postgresDatabases?: number | undefined;
@@ -13812,28 +13884,28 @@ export declare namespace Thirty$ {
13812
13884
  export declare function thirtyToJSON(thirty: Thirty): string;
13813
13885
  export declare function thirtyFromJSON(jsonString: string): SafeParseResult<Thirty, SDKValidationError>;
13814
13886
  /** @internal */
13815
- export declare const Team$inboundSchema: z.ZodType<Team, z.ZodTypeDef, unknown>;
13887
+ export declare const UserEventPayload29Team$inboundSchema: z.ZodType<UserEventPayload29Team, z.ZodTypeDef, unknown>;
13816
13888
  /** @internal */
13817
- export type Team$Outbound = {
13889
+ export type UserEventPayload29Team$Outbound = {
13818
13890
  id: string;
13819
13891
  name: string;
13820
13892
  };
13821
13893
  /** @internal */
13822
- export declare const Team$outboundSchema: z.ZodType<Team$Outbound, z.ZodTypeDef, Team>;
13894
+ export declare const UserEventPayload29Team$outboundSchema: z.ZodType<UserEventPayload29Team$Outbound, z.ZodTypeDef, UserEventPayload29Team>;
13823
13895
  /**
13824
13896
  * @internal
13825
13897
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
13826
13898
  */
13827
- export declare namespace Team$ {
13828
- /** @deprecated use `Team$inboundSchema` instead. */
13829
- const inboundSchema: z.ZodType<Team, z.ZodTypeDef, unknown>;
13830
- /** @deprecated use `Team$outboundSchema` instead. */
13831
- const outboundSchema: z.ZodType<Team$Outbound, z.ZodTypeDef, Team>;
13832
- /** @deprecated use `Team$Outbound` instead. */
13833
- type Outbound = Team$Outbound;
13899
+ export declare namespace UserEventPayload29Team$ {
13900
+ /** @deprecated use `UserEventPayload29Team$inboundSchema` instead. */
13901
+ const inboundSchema: z.ZodType<UserEventPayload29Team, z.ZodTypeDef, unknown>;
13902
+ /** @deprecated use `UserEventPayload29Team$outboundSchema` instead. */
13903
+ const outboundSchema: z.ZodType<UserEventPayload29Team$Outbound, z.ZodTypeDef, UserEventPayload29Team>;
13904
+ /** @deprecated use `UserEventPayload29Team$Outbound` instead. */
13905
+ type Outbound = UserEventPayload29Team$Outbound;
13834
13906
  }
13835
- export declare function teamToJSON(team: Team): string;
13836
- export declare function teamFromJSON(jsonString: string): SafeParseResult<Team, SDKValidationError>;
13907
+ export declare function userEventPayload29TeamToJSON(userEventPayload29Team: UserEventPayload29Team): string;
13908
+ export declare function userEventPayload29TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload29Team, SDKValidationError>;
13837
13909
  /** @internal */
13838
13910
  export declare const Configuration$inboundSchema: z.ZodType<Configuration, z.ZodTypeDef, unknown>;
13839
13911
  /** @internal */
@@ -13884,7 +13956,7 @@ export declare function payloadProjectFromJSON(jsonString: string): SafeParseRes
13884
13956
  export declare const TwentyNine$inboundSchema: z.ZodType<TwentyNine, z.ZodTypeDef, unknown>;
13885
13957
  /** @internal */
13886
13958
  export type TwentyNine$Outbound = {
13887
- team: Team$Outbound;
13959
+ team: UserEventPayload29Team$Outbound;
13888
13960
  configuration: Configuration$Outbound;
13889
13961
  project: PayloadProject$Outbound;
13890
13962
  buildsEnabled?: boolean | undefined;
@@ -14615,6 +14687,50 @@ export declare namespace Project$ {
14615
14687
  export declare function projectToJSON(project: Project): string;
14616
14688
  export declare function projectFromJSON(jsonString: string): SafeParseResult<Project, SDKValidationError>;
14617
14689
  /** @internal */
14690
+ export declare const NextRole$inboundSchema: z.ZodNativeEnum<typeof NextRole>;
14691
+ /** @internal */
14692
+ export declare const NextRole$outboundSchema: z.ZodNativeEnum<typeof NextRole>;
14693
+ /**
14694
+ * @internal
14695
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
14696
+ */
14697
+ export declare namespace NextRole$ {
14698
+ /** @deprecated use `NextRole$inboundSchema` instead. */
14699
+ const inboundSchema: z.ZodNativeEnum<{
14700
+ readonly Admin: "ADMIN";
14701
+ readonly ProjectDeveloper: "PROJECT_DEVELOPER";
14702
+ readonly ProjectViewer: "PROJECT_VIEWER";
14703
+ }>;
14704
+ /** @deprecated use `NextRole$outboundSchema` instead. */
14705
+ const outboundSchema: z.ZodNativeEnum<{
14706
+ readonly Admin: "ADMIN";
14707
+ readonly ProjectDeveloper: "PROJECT_DEVELOPER";
14708
+ readonly ProjectViewer: "PROJECT_VIEWER";
14709
+ }>;
14710
+ }
14711
+ /** @internal */
14712
+ export declare const PreviousRole$inboundSchema: z.ZodNativeEnum<typeof PreviousRole>;
14713
+ /** @internal */
14714
+ export declare const PreviousRole$outboundSchema: z.ZodNativeEnum<typeof PreviousRole>;
14715
+ /**
14716
+ * @internal
14717
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
14718
+ */
14719
+ export declare namespace PreviousRole$ {
14720
+ /** @deprecated use `PreviousRole$inboundSchema` instead. */
14721
+ const inboundSchema: z.ZodNativeEnum<{
14722
+ readonly Admin: "ADMIN";
14723
+ readonly ProjectDeveloper: "PROJECT_DEVELOPER";
14724
+ readonly ProjectViewer: "PROJECT_VIEWER";
14725
+ }>;
14726
+ /** @deprecated use `PreviousRole$outboundSchema` instead. */
14727
+ const outboundSchema: z.ZodNativeEnum<{
14728
+ readonly Admin: "ADMIN";
14729
+ readonly ProjectDeveloper: "PROJECT_DEVELOPER";
14730
+ readonly ProjectViewer: "PROJECT_VIEWER";
14731
+ }>;
14732
+ }
14733
+ /** @internal */
14618
14734
  export declare const Six$inboundSchema: z.ZodType<Six, z.ZodTypeDef, unknown>;
14619
14735
  /** @internal */
14620
14736
  export type Six$Outbound = {
@@ -14874,7 +14990,7 @@ export declare function payload1FromJSON(jsonString: string): SafeParseResult<Pa
14874
14990
  /** @internal */
14875
14991
  export declare const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown>;
14876
14992
  /** @internal */
14877
- export type Payload$Outbound = Payload1$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 | Payload2$Outbound | Six$Outbound | Eleven$Outbound | Fifteen$Outbound | Sixteen$Outbound | Twenty$Outbound | TwentyNine$Outbound | FortySix$Outbound | SeventyFour$Outbound | SeventyFive$Outbound | NinetyFour$Outbound | OneHundredAndTwo$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndFortySeven$Outbound | Thirty$Outbound | FortyTwo$Outbound | FiftyNine$Outbound | SixtySix$Outbound | SeventyNine$Outbound | OneHundredAndSix$Outbound | Forty$Outbound | SixtyTwo$Outbound | SixtyFive$Outbound | NinetyEight$Outbound | OneHundredAndFour$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndTwentyThree$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndFortyEight$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | SeventyThree$Outbound | OneHundredAndThree$Outbound | OneHundredAndTwentyOne$Outbound | FiftySix$Outbound | Seven$Outbound | ThirtySeven$Outbound | SixtyEight$Outbound | FiftySeven$Outbound;
14993
+ export type Payload$Outbound = Payload1$Outbound | Three$Outbound | Nine$Outbound | Nineteen$Outbound | TwentyEight$Outbound | ThirtyThree$Outbound | FortyThree$Outbound | EightyFour$Outbound | Ninety$Outbound | NinetyFive$Outbound | NinetySeven$Outbound | NinetyEight$Outbound | NinetyNine$Outbound | OneHundredAndOne$Outbound | OneHundredAndThree$Outbound | OneHundredAndEleven$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndFortyTwo$Outbound | OneHundredAndFortySix$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 | EightyFive$Outbound | EightyEight$Outbound | EightyNine$Outbound | NinetyTwo$Outbound | NinetyThree$Outbound | OneHundredAndTwo$Outbound | OneHundredAndNine$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndTwentyOne$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndFortyThree$Outbound | OneHundredAndFortyFour$Outbound | OneHundredAndFortyFive$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 | EightySix$Outbound | EightySeven$Outbound | NinetyOne$Outbound | NinetyFour$Outbound | OneHundredAndSeven$Outbound | OneHundredAndTen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortySeven$Outbound | OneHundredAndFortyEight$Outbound | Payload2$Outbound | Six$Outbound | Eleven$Outbound | Fifteen$Outbound | Sixteen$Outbound | Twenty$Outbound | TwentyNine$Outbound | FortySix$Outbound | SeventyFour$Outbound | SeventyFive$Outbound | NinetySix$Outbound | OneHundredAndFour$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortyNine$Outbound | Thirty$Outbound | FortyTwo$Outbound | FiftyNine$Outbound | SixtySix$Outbound | SeventyNine$Outbound | OneHundredAndEight$Outbound | Forty$Outbound | SixtyTwo$Outbound | SixtyFive$Outbound | OneHundred$Outbound | OneHundredAndSix$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndFifty$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | SeventyThree$Outbound | OneHundredAndFive$Outbound | OneHundredAndTwentyThree$Outbound | FiftySix$Outbound | Seven$Outbound | ThirtySeven$Outbound | SixtyEight$Outbound | FiftySeven$Outbound;
14878
14994
  /** @internal */
14879
14995
  export declare const Payload$outboundSchema: z.ZodType<Payload$Outbound, z.ZodTypeDef, Payload>;
14880
14996
  /**
@@ -14905,7 +15021,7 @@ export type UserEvent$Outbound = {
14905
15021
  userId: string;
14906
15022
  principalId: string;
14907
15023
  viaIds?: Array<string> | undefined;
14908
- payload?: Payload1$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 | Payload2$Outbound | Six$Outbound | Eleven$Outbound | Fifteen$Outbound | Sixteen$Outbound | Twenty$Outbound | TwentyNine$Outbound | FortySix$Outbound | SeventyFour$Outbound | SeventyFive$Outbound | NinetyFour$Outbound | OneHundredAndTwo$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndFortySeven$Outbound | Thirty$Outbound | FortyTwo$Outbound | FiftyNine$Outbound | SixtySix$Outbound | SeventyNine$Outbound | OneHundredAndSix$Outbound | Forty$Outbound | SixtyTwo$Outbound | SixtyFive$Outbound | NinetyEight$Outbound | OneHundredAndFour$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndTwentyThree$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndFortyEight$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | SeventyThree$Outbound | OneHundredAndThree$Outbound | OneHundredAndTwentyOne$Outbound | FiftySix$Outbound | Seven$Outbound | ThirtySeven$Outbound | SixtyEight$Outbound | FiftySeven$Outbound | undefined;
15024
+ payload?: Payload1$Outbound | Three$Outbound | Nine$Outbound | Nineteen$Outbound | TwentyEight$Outbound | ThirtyThree$Outbound | FortyThree$Outbound | EightyFour$Outbound | Ninety$Outbound | NinetyFive$Outbound | NinetySeven$Outbound | NinetyEight$Outbound | NinetyNine$Outbound | OneHundredAndOne$Outbound | OneHundredAndThree$Outbound | OneHundredAndEleven$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndFortyTwo$Outbound | OneHundredAndFortySix$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 | EightyFive$Outbound | EightyEight$Outbound | EightyNine$Outbound | NinetyTwo$Outbound | NinetyThree$Outbound | OneHundredAndTwo$Outbound | OneHundredAndNine$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndTwentyOne$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndFortyThree$Outbound | OneHundredAndFortyFour$Outbound | OneHundredAndFortyFive$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 | EightySix$Outbound | EightySeven$Outbound | NinetyOne$Outbound | NinetyFour$Outbound | OneHundredAndSeven$Outbound | OneHundredAndTen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortySeven$Outbound | OneHundredAndFortyEight$Outbound | Payload2$Outbound | Six$Outbound | Eleven$Outbound | Fifteen$Outbound | Sixteen$Outbound | Twenty$Outbound | TwentyNine$Outbound | FortySix$Outbound | SeventyFour$Outbound | SeventyFive$Outbound | NinetySix$Outbound | OneHundredAndFour$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortyNine$Outbound | Thirty$Outbound | FortyTwo$Outbound | FiftyNine$Outbound | SixtySix$Outbound | SeventyNine$Outbound | OneHundredAndEight$Outbound | Forty$Outbound | SixtyTwo$Outbound | SixtyFive$Outbound | OneHundred$Outbound | OneHundredAndSix$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndFifty$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | SeventyThree$Outbound | OneHundredAndFive$Outbound | OneHundredAndTwentyThree$Outbound | FiftySix$Outbound | Seven$Outbound | ThirtySeven$Outbound | SixtyEight$Outbound | FiftySeven$Outbound | undefined;
14909
15025
  };
14910
15026
  /** @internal */
14911
15027
  export declare const UserEvent$outboundSchema: z.ZodType<UserEvent$Outbound, z.ZodTypeDef, UserEvent>;