@vercel/sdk 1.10.6 → 1.10.7

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 (241) hide show
  1. package/README.md +58 -45
  2. package/bin/mcp-server.js +6045 -1761
  3. package/bin/mcp-server.js.map +48 -39
  4. package/docs/sdks/integrations/README.md +209 -0
  5. package/docs/sdks/projects/README.md +2 -0
  6. package/docs/sdks/teams/README.md +12 -0
  7. package/docs/sdks/vercel/README.md +74 -0
  8. package/esm/__tests__/accessgroups.test.js +3 -1
  9. package/esm/__tests__/accessgroups.test.js.map +1 -1
  10. package/esm/__tests__/edgeconfig.test.js +6 -6
  11. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  12. package/esm/__tests__/integrations.test.js +62 -0
  13. package/esm/__tests__/integrations.test.js.map +1 -1
  14. package/esm/__tests__/rollingrelease.test.js +2 -6
  15. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  16. package/esm/__tests__/security.test.js +1 -11
  17. package/esm/__tests__/security.test.js.map +1 -1
  18. package/esm/__tests__/vercel.test.js +28 -1
  19. package/esm/__tests__/vercel.test.js.map +1 -1
  20. package/esm/funcs/domainsCheckDomainPrice.js +2 -2
  21. package/esm/funcs/domainsCheckDomainPrice.js.map +1 -1
  22. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +14 -0
  23. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +1 -0
  24. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +84 -0
  25. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +1 -0
  26. package/esm/funcs/integrationsConnectIntegrationResourceToProject.d.ts +20 -0
  27. package/esm/funcs/integrationsConnectIntegrationResourceToProject.d.ts.map +1 -0
  28. package/esm/funcs/integrationsConnectIntegrationResourceToProject.js +97 -0
  29. package/esm/funcs/integrationsConnectIntegrationResourceToProject.js.map +1 -0
  30. package/esm/funcs/integrationsCreateIntegrationStoreDirect.d.ts +21 -0
  31. package/esm/funcs/integrationsCreateIntegrationStoreDirect.d.ts.map +1 -0
  32. package/esm/funcs/integrationsCreateIntegrationStoreDirect.js +90 -0
  33. package/esm/funcs/integrationsCreateIntegrationStoreDirect.js.map +1 -0
  34. package/esm/funcs/marketplaceExchangeSsoToken.js +2 -2
  35. package/esm/funcs/marketplaceExchangeSsoToken.js.map +1 -1
  36. package/esm/funcs/marketplaceSubmitInvoice.js +2 -2
  37. package/esm/funcs/marketplaceSubmitInvoice.js.map +1 -1
  38. package/esm/funcs/marketplaceUpdateInvoice.js +2 -2
  39. package/esm/funcs/marketplaceUpdateInvoice.js.map +1 -1
  40. package/esm/funcs/projectsGetProjects.js +1 -0
  41. package/esm/funcs/projectsGetProjects.js.map +1 -1
  42. package/esm/lib/config.d.ts +3 -3
  43. package/esm/lib/config.js +3 -3
  44. package/esm/mcp-server/mcp-server.js +1 -1
  45. package/esm/mcp-server/server.d.ts.map +1 -1
  46. package/esm/mcp-server/server.js +7 -1
  47. package/esm/mcp-server/server.js.map +1 -1
  48. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +7 -0
  49. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +1 -0
  50. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +26 -0
  51. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +1 -0
  52. package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.d.ts +7 -0
  53. package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.d.ts.map +1 -0
  54. package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.js +27 -0
  55. package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.js.map +1 -0
  56. package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.d.ts +7 -0
  57. package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.d.ts.map +1 -0
  58. package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.js +28 -0
  59. package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.js.map +1 -0
  60. package/esm/models/acceptprojecttransferrequestop.d.ts +37 -0
  61. package/esm/models/acceptprojecttransferrequestop.d.ts.map +1 -1
  62. package/esm/models/acceptprojecttransferrequestop.js +40 -1
  63. package/esm/models/acceptprojecttransferrequestop.js.map +1 -1
  64. package/esm/models/authuser.d.ts +3 -3
  65. package/esm/models/authuser.js +1 -1
  66. package/esm/models/authuser.js.map +1 -1
  67. package/esm/models/canceldeploymentop.d.ts +80 -42
  68. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  69. package/esm/models/canceldeploymentop.js +44 -15
  70. package/esm/models/canceldeploymentop.js.map +1 -1
  71. package/esm/models/connectintegrationresourcetoprojectop.d.ts +68 -0
  72. package/esm/models/connectintegrationresourcetoprojectop.d.ts.map +1 -0
  73. package/esm/models/connectintegrationresourcetoprojectop.js +73 -0
  74. package/esm/models/connectintegrationresourcetoprojectop.js.map +1 -0
  75. package/esm/models/createdeploymentop.d.ts +292 -254
  76. package/esm/models/createdeploymentop.d.ts.map +1 -1
  77. package/esm/models/createdeploymentop.js +244 -217
  78. package/esm/models/createdeploymentop.js.map +1 -1
  79. package/esm/models/createintegrationstoredirectop.d.ts +5995 -0
  80. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -0
  81. package/esm/models/createintegrationstoredirectop.js +6597 -0
  82. package/esm/models/createintegrationstoredirectop.js.map +1 -0
  83. package/esm/models/createprojectenvop.d.ts +6 -6
  84. package/esm/models/createprojectenvop.js +2 -2
  85. package/esm/models/createprojectenvop.js.map +1 -1
  86. package/esm/models/createprojectop.d.ts +183 -162
  87. package/esm/models/createprojectop.d.ts.map +1 -1
  88. package/esm/models/createprojectop.js +154 -154
  89. package/esm/models/createprojectop.js.map +1 -1
  90. package/esm/models/createwebhookop.d.ts +12 -0
  91. package/esm/models/createwebhookop.d.ts.map +1 -1
  92. package/esm/models/createwebhookop.js +4 -0
  93. package/esm/models/createwebhookop.js.map +1 -1
  94. package/esm/models/editprojectenvop.d.ts +3 -3
  95. package/esm/models/editprojectenvop.js +1 -1
  96. package/esm/models/editprojectenvop.js.map +1 -1
  97. package/esm/models/filterprojectenvsop.d.ts +9 -9
  98. package/esm/models/filterprojectenvsop.js +3 -3
  99. package/esm/models/filterprojectenvsop.js.map +1 -1
  100. package/esm/models/getconfigurationop.d.ts +6 -0
  101. package/esm/models/getconfigurationop.d.ts.map +1 -1
  102. package/esm/models/getconfigurationop.js +2 -0
  103. package/esm/models/getconfigurationop.js.map +1 -1
  104. package/esm/models/getconfigurationproductsop.d.ts +533 -533
  105. package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
  106. package/esm/models/getconfigurationproductsop.js +666 -665
  107. package/esm/models/getconfigurationproductsop.js.map +1 -1
  108. package/esm/models/getconfigurationsop.d.ts +6 -0
  109. package/esm/models/getconfigurationsop.d.ts.map +1 -1
  110. package/esm/models/getconfigurationsop.js +2 -0
  111. package/esm/models/getconfigurationsop.js.map +1 -1
  112. package/esm/models/getdeploymentop.d.ts +45 -7
  113. package/esm/models/getdeploymentop.d.ts.map +1 -1
  114. package/esm/models/getdeploymentop.js +30 -2
  115. package/esm/models/getdeploymentop.js.map +1 -1
  116. package/esm/models/getintegrationresourceop.d.ts +13 -13
  117. package/esm/models/getintegrationresourceop.d.ts.map +1 -1
  118. package/esm/models/getintegrationresourceop.js +13 -13
  119. package/esm/models/getintegrationresourceop.js.map +1 -1
  120. package/esm/models/getprojectsop.d.ts +57 -0
  121. package/esm/models/getprojectsop.d.ts.map +1 -1
  122. package/esm/models/getprojectsop.js +24 -0
  123. package/esm/models/getprojectsop.js.map +1 -1
  124. package/esm/models/getteammembersop.d.ts +102 -9
  125. package/esm/models/getteammembersop.d.ts.map +1 -1
  126. package/esm/models/getteammembersop.js +60 -3
  127. package/esm/models/getteammembersop.js.map +1 -1
  128. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts +247 -0
  129. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts.map +1 -0
  130. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js +246 -0
  131. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js.map +1 -0
  132. package/esm/models/getwebhookop.d.ts +6 -0
  133. package/esm/models/getwebhookop.d.ts.map +1 -1
  134. package/esm/models/getwebhookop.js +2 -0
  135. package/esm/models/getwebhookop.js.map +1 -1
  136. package/esm/models/getwebhooksop.d.ts +27 -15
  137. package/esm/models/getwebhooksop.d.ts.map +1 -1
  138. package/esm/models/getwebhooksop.js +19 -15
  139. package/esm/models/getwebhooksop.js.map +1 -1
  140. package/esm/models/inviteusertoteamop.d.ts +3 -0
  141. package/esm/models/inviteusertoteamop.d.ts.map +1 -1
  142. package/esm/models/inviteusertoteamop.js +1 -0
  143. package/esm/models/inviteusertoteamop.js.map +1 -1
  144. package/esm/models/patchteamop.d.ts +253 -0
  145. package/esm/models/patchteamop.d.ts.map +1 -1
  146. package/esm/models/patchteamop.js +150 -0
  147. package/esm/models/patchteamop.js.map +1 -1
  148. package/esm/models/removeprojectenvop.d.ts +9 -9
  149. package/esm/models/removeprojectenvop.js +3 -3
  150. package/esm/models/removeprojectenvop.js.map +1 -1
  151. package/esm/models/team.d.ts +47 -0
  152. package/esm/models/team.d.ts.map +1 -1
  153. package/esm/models/team.js +36 -0
  154. package/esm/models/team.js.map +1 -1
  155. package/esm/models/teamlimited.d.ts +3 -0
  156. package/esm/models/teamlimited.d.ts.map +1 -1
  157. package/esm/models/teamlimited.js +1 -0
  158. package/esm/models/teamlimited.js.map +1 -1
  159. package/esm/models/updatefirewallconfigop.d.ts +32 -32
  160. package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
  161. package/esm/models/updatefirewallconfigop.js +49 -49
  162. package/esm/models/updatefirewallconfigop.js.map +1 -1
  163. package/esm/models/updateinvoiceop.d.ts +36 -15
  164. package/esm/models/updateinvoiceop.d.ts.map +1 -1
  165. package/esm/models/updateinvoiceop.js +37 -16
  166. package/esm/models/updateinvoiceop.js.map +1 -1
  167. package/esm/models/updateprojectdatacacheop.d.ts +21 -0
  168. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  169. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  170. package/esm/models/updateprojectop.d.ts +21 -0
  171. package/esm/models/updateprojectop.d.ts.map +1 -1
  172. package/esm/models/updateprojectop.js.map +1 -1
  173. package/esm/models/userevent.d.ts +406 -305
  174. package/esm/models/userevent.d.ts.map +1 -1
  175. package/esm/models/userevent.js +467 -365
  176. package/esm/models/userevent.js.map +1 -1
  177. package/esm/sdk/integrations.d.ts +16 -0
  178. package/esm/sdk/integrations.d.ts.map +1 -1
  179. package/esm/sdk/integrations.js +20 -0
  180. package/esm/sdk/integrations.js.map +1 -1
  181. package/esm/sdk/sdk.d.ts +3 -1
  182. package/esm/sdk/sdk.d.ts.map +1 -1
  183. package/esm/sdk/sdk.js +5 -0
  184. package/esm/sdk/sdk.js.map +1 -1
  185. package/examples/package-lock.json +1 -1
  186. package/jsr.json +1 -1
  187. package/package.json +1 -1
  188. package/src/__tests__/accessgroups.test.ts +3 -1
  189. package/src/__tests__/edgeconfig.test.ts +6 -6
  190. package/src/__tests__/integrations.test.ts +65 -0
  191. package/src/__tests__/rollingrelease.test.ts +2 -6
  192. package/src/__tests__/security.test.ts +1 -11
  193. package/src/__tests__/vercel.test.ts +36 -1
  194. package/src/funcs/domainsCheckDomainPrice.ts +2 -2
  195. package/src/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +207 -0
  196. package/src/funcs/integrationsConnectIntegrationResourceToProject.ts +213 -0
  197. package/src/funcs/integrationsCreateIntegrationStoreDirect.ts +207 -0
  198. package/src/funcs/marketplaceExchangeSsoToken.ts +2 -2
  199. package/src/funcs/marketplaceSubmitInvoice.ts +2 -2
  200. package/src/funcs/marketplaceUpdateInvoice.ts +2 -2
  201. package/src/funcs/projectsGetProjects.ts +1 -0
  202. package/src/lib/config.ts +3 -3
  203. package/src/mcp-server/mcp-server.ts +1 -1
  204. package/src/mcp-server/server.ts +9 -1
  205. package/src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +41 -0
  206. package/src/mcp-server/tools/integrationsConnectIntegrationResourceToProject.ts +37 -0
  207. package/src/mcp-server/tools/integrationsCreateIntegrationStoreDirect.ts +39 -0
  208. package/src/models/acceptprojecttransferrequestop.ts +88 -1
  209. package/src/models/authuser.ts +1 -1
  210. package/src/models/canceldeploymentop.ts +71 -24
  211. package/src/models/connectintegrationresourcetoprojectop.ts +185 -0
  212. package/src/models/createdeploymentop.ts +545 -503
  213. package/src/models/createintegrationstoredirectop.ts +15739 -0
  214. package/src/models/createprojectenvop.ts +2 -2
  215. package/src/models/createprojectop.ts +364 -343
  216. package/src/models/createwebhookop.ts +4 -0
  217. package/src/models/editprojectenvop.ts +1 -1
  218. package/src/models/filterprojectenvsop.ts +3 -3
  219. package/src/models/getconfigurationop.ts +2 -0
  220. package/src/models/getconfigurationproductsop.ts +1326 -1163
  221. package/src/models/getconfigurationsop.ts +2 -0
  222. package/src/models/getdeploymentop.ts +59 -9
  223. package/src/models/getintegrationresourceop.ts +26 -20
  224. package/src/models/getprojectsop.ts +63 -0
  225. package/src/models/getteammembersop.ts +84 -3
  226. package/src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts +575 -0
  227. package/src/models/getwebhookop.ts +2 -0
  228. package/src/models/getwebhooksop.ts +31 -25
  229. package/src/models/inviteusertoteamop.ts +1 -0
  230. package/src/models/patchteamop.ts +254 -0
  231. package/src/models/removeprojectenvop.ts +3 -3
  232. package/src/models/team.ts +92 -0
  233. package/src/models/teamlimited.ts +1 -0
  234. package/src/models/updatefirewallconfigop.ts +74 -68
  235. package/src/models/updateinvoiceop.ts +78 -27
  236. package/src/models/updateprojectdatacacheop.ts +21 -0
  237. package/src/models/updateprojectop.ts +21 -0
  238. package/src/models/userevent.ts +918 -682
  239. package/src/sdk/integrations.ts +41 -0
  240. package/src/sdk/sdk.ts +23 -1
  241. package/vercel-spec.json +4249 -1150
@@ -163,7 +163,7 @@ export type AuthMethod = ClosedEnum<typeof AuthMethod>;
163
163
  /**
164
164
  * The payload of the event, if requested.
165
165
  */
166
- export type OneHundredAndFiftyEight = {
166
+ export type OneHundredAndSixtyOne = {
167
167
  grantType: GrantType;
168
168
  appName: string;
169
169
  /**
@@ -178,12 +178,12 @@ export type OneHundredAndFiftyEight = {
178
178
  authMethod: AuthMethod;
179
179
  };
180
180
 
181
- export type UserEventPayload157Team = {
181
+ export type UserEventPayload160Team = {
182
182
  id: string;
183
183
  name: string;
184
184
  };
185
185
 
186
- export type UserEventPayload157Configuration = {
186
+ export type UserEventPayload160Configuration = {
187
187
  id: string;
188
188
  name?: string | undefined;
189
189
  };
@@ -196,19 +196,19 @@ export type UserEventPayloadPeering = {
196
196
  /**
197
197
  * The payload of the event, if requested.
198
198
  */
199
- export type OneHundredAndFiftySeven = {
200
- team: UserEventPayload157Team;
201
- configuration: UserEventPayload157Configuration;
199
+ export type OneHundredAndSixty = {
200
+ team: UserEventPayload160Team;
201
+ configuration: UserEventPayload160Configuration;
202
202
  peering: UserEventPayloadPeering;
203
203
  newName?: string | undefined;
204
204
  };
205
205
 
206
- export type UserEventPayload156Team = {
206
+ export type UserEventPayload159Team = {
207
207
  id: string;
208
208
  name: string;
209
209
  };
210
210
 
211
- export type UserEventPayload156Configuration = {
211
+ export type UserEventPayload159Configuration = {
212
212
  id: string;
213
213
  name?: string | undefined;
214
214
  };
@@ -221,18 +221,18 @@ export type PayloadPeering = {
221
221
  /**
222
222
  * The payload of the event, if requested.
223
223
  */
224
- export type OneHundredAndFiftySix = {
225
- team: UserEventPayload156Team;
226
- configuration: UserEventPayload156Configuration;
224
+ export type OneHundredAndFiftyNine = {
225
+ team: UserEventPayload159Team;
226
+ configuration: UserEventPayload159Configuration;
227
227
  peering: PayloadPeering;
228
228
  };
229
229
 
230
- export type UserEventPayload155Team = {
230
+ export type UserEventPayload158Team = {
231
231
  id: string;
232
232
  name: string;
233
233
  };
234
234
 
235
- export type UserEventPayload155Configuration = {
235
+ export type UserEventPayload158Configuration = {
236
236
  id: string;
237
237
  name?: string | undefined;
238
238
  };
@@ -247,16 +247,33 @@ export type Peering = {
247
247
  /**
248
248
  * The payload of the event, if requested.
249
249
  */
250
- export type OneHundredAndFiftyFive = {
251
- team: UserEventPayload155Team;
252
- configuration: UserEventPayload155Configuration;
250
+ export type OneHundredAndFiftyEight = {
251
+ team: UserEventPayload158Team;
252
+ configuration: UserEventPayload158Configuration;
253
253
  peering: Peering;
254
254
  };
255
255
 
256
256
  /**
257
257
  * The payload of the event, if requested.
258
258
  */
259
- export type OneHundredAndFiftyFour = {
259
+ export type OneHundredAndFiftySeven = {
260
+ appName: string;
261
+ appId?: string | undefined;
262
+ installationId?: string | undefined;
263
+ };
264
+
265
+ /**
266
+ * The payload of the event, if requested.
267
+ */
268
+ export type OneHundredAndFiftySix = {
269
+ appName: string;
270
+ appId?: string | undefined;
271
+ };
272
+
273
+ /**
274
+ * The payload of the event, if requested.
275
+ */
276
+ export type OneHundredAndFiftyFive = {
260
277
  appName: string;
261
278
  appId: string;
262
279
  };
@@ -264,14 +281,14 @@ export type OneHundredAndFiftyFour = {
264
281
  /**
265
282
  * The payload of the event, if requested.
266
283
  */
267
- export type OneHundredAndFiftyThree = {
284
+ export type OneHundredAndFiftyFour = {
268
285
  appName: string;
269
286
  };
270
287
 
271
288
  /**
272
289
  * The payload of the event, if requested.
273
290
  */
274
- export type OneHundredAndFiftyTwo = {
291
+ export type OneHundredAndFiftyThree = {
275
292
  appName: string;
276
293
  nextScopes: Array<string>;
277
294
  };
@@ -279,7 +296,7 @@ export type OneHundredAndFiftyTwo = {
279
296
  /**
280
297
  * The payload of the event, if requested.
281
298
  */
282
- export type OneHundredAndFiftyOne = {
299
+ export type OneHundredAndFiftyTwo = {
283
300
  appName: string;
284
301
  scopes: Array<string>;
285
302
  };
@@ -287,7 +304,7 @@ export type OneHundredAndFiftyOne = {
287
304
  /**
288
305
  * The payload of the event, if requested.
289
306
  */
290
- export type OneHundredAndFifty = {
307
+ export type OneHundredAndFiftyOne = {
291
308
  oldName: string;
292
309
  newName: string;
293
310
  };
@@ -301,7 +318,7 @@ export type Tier = ClosedEnum<typeof Tier>;
301
318
  /**
302
319
  * The payload of the event, if requested.
303
320
  */
304
- export type OneHundredAndFortyNine = {
321
+ export type OneHundredAndFifty = {
305
322
  tier: Tier;
306
323
  };
307
324
 
@@ -324,7 +341,7 @@ export type PrevProjectWebAnalytics = {
324
341
  /**
325
342
  * The payload of the event, if requested.
326
343
  */
327
- export type OneHundredAndFortyEight = {
344
+ export type OneHundredAndFortyNine = {
328
345
  projectId: string;
329
346
  projectName: string;
330
347
  projectWebAnalytics?: ProjectWebAnalytics | undefined;
@@ -366,7 +383,7 @@ export type Microfrontends1 = {
366
383
 
367
384
  export type Microfrontends = Microfrontends1 | Microfrontends2;
368
385
 
369
- export type UserEventPayload147Project = {
386
+ export type UserEventPayload148Project = {
370
387
  id: string;
371
388
  name: string;
372
389
  microfrontends?: Microfrontends1 | Microfrontends2 | undefined;
@@ -409,7 +426,7 @@ export type PayloadMicrofrontends =
409
426
  | UserEventMicrofrontends1
410
427
  | UserEventMicrofrontends2;
411
428
 
412
- export type UserEventPayload147PrevProject = {
429
+ export type UserEventPayload148PrevProject = {
413
430
  microfrontends?:
414
431
  | UserEventMicrofrontends1
415
432
  | UserEventMicrofrontends2
@@ -417,7 +434,7 @@ export type UserEventPayload147PrevProject = {
417
434
  };
418
435
 
419
436
  export type PayloadPrev = {
420
- project: UserEventPayload147PrevProject;
437
+ project: UserEventPayload148PrevProject;
421
438
  };
422
439
 
423
440
  export type PayloadGroup = {
@@ -429,13 +446,13 @@ export type PayloadGroup = {
429
446
  /**
430
447
  * The payload of the event, if requested.
431
448
  */
432
- export type OneHundredAndFortySeven = {
433
- project: UserEventPayload147Project;
449
+ export type OneHundredAndFortyEight = {
450
+ project: UserEventPayload148Project;
434
451
  prev: PayloadPrev;
435
452
  group: PayloadGroup;
436
453
  };
437
454
 
438
- export type UserEventPayload146Project = {
455
+ export type UserEventPayload147Project = {
439
456
  id: string;
440
457
  name: string;
441
458
  };
@@ -449,8 +466,8 @@ export type Group = {
449
466
  /**
450
467
  * The payload of the event, if requested.
451
468
  */
452
- export type OneHundredAndFortySix = {
453
- project: UserEventPayload146Project;
469
+ export type OneHundredAndFortySeven = {
470
+ project: UserEventPayload147Project;
454
471
  group: Group;
455
472
  };
456
473
 
@@ -463,7 +480,7 @@ export type Prev = {
463
480
  /**
464
481
  * The payload of the event, if requested.
465
482
  */
466
- export type OneHundredAndFortyFive = {
483
+ export type OneHundredAndFortySix = {
467
484
  id: string;
468
485
  slug?: string | undefined;
469
486
  name?: string | undefined;
@@ -474,31 +491,31 @@ export type OneHundredAndFortyFive = {
474
491
  /**
475
492
  * The payload of the event, if requested.
476
493
  */
477
- export type OneHundredAndFortyFour = {
494
+ export type OneHundredAndFortyFive = {
478
495
  id: string;
479
496
  slug: string;
480
497
  name: string;
481
498
  };
482
499
 
483
- export const UserEventPayload143Action = {
500
+ export const UserEventPayload144Action = {
484
501
  Enable: "enable",
485
502
  Disable: "disable",
486
503
  } as const;
487
- export type UserEventPayload143Action = ClosedEnum<
488
- typeof UserEventPayload143Action
504
+ export type UserEventPayload144Action = ClosedEnum<
505
+ typeof UserEventPayload144Action
489
506
  >;
490
507
 
491
508
  /**
492
509
  * The payload of the event, if requested.
493
510
  */
494
- export type OneHundredAndFortyThree = {
495
- action: UserEventPayload143Action;
511
+ export type OneHundredAndFortyFour = {
512
+ action: UserEventPayload144Action;
496
513
  };
497
514
 
498
515
  /**
499
516
  * The payload of the event, if requested.
500
517
  */
501
- export type OneHundredAndFortyTwo = {
518
+ export type OneHundredAndFortyThree = {
502
519
  edgeConfigId: string;
503
520
  edgeConfigSlug: string;
504
521
  /**
@@ -510,7 +527,7 @@ export type OneHundredAndFortyTwo = {
510
527
  /**
511
528
  * The payload of the event, if requested.
512
529
  */
513
- export type OneHundredAndFortyOne = {
530
+ export type OneHundredAndFortyTwo = {
514
531
  edgeConfigId: string;
515
532
  edgeConfigSlug: string;
516
533
  edgeConfigTokenId: string;
@@ -520,12 +537,20 @@ export type OneHundredAndFortyOne = {
520
537
  /**
521
538
  * The payload of the event, if requested.
522
539
  */
523
- export type OneHundredAndForty = {
540
+ export type OneHundredAndFortyOne = {
524
541
  edgeConfigId: string;
525
542
  edgeConfigSlug: string;
526
543
  edgeConfigDigest: string;
527
544
  };
528
545
 
546
+ /**
547
+ * The payload of the event, if requested.
548
+ */
549
+ export type OneHundredAndForty = {
550
+ projectName: string;
551
+ urls: Array<string>;
552
+ };
553
+
529
554
  /**
530
555
  * The payload of the event, if requested.
531
556
  */
@@ -890,6 +915,9 @@ export type OneHundredAndTwelve = {
890
915
  role?: string | undefined;
891
916
  uid: string;
892
917
  origin?: string | undefined;
918
+ teamRoles?: Array<string> | undefined;
919
+ teamPermissions?: Array<string> | undefined;
920
+ entitlements?: Array<string> | undefined;
893
921
  };
894
922
 
895
923
  export type DeletedUser = {
@@ -2284,6 +2312,7 @@ export const PayloadTeamRoles = {
2284
2312
  export type PayloadTeamRoles = ClosedEnum<typeof PayloadTeamRoles>;
2285
2313
 
2286
2314
  export const PayloadTeamPermissions = {
2315
+ IntegrationManager: "IntegrationManager",
2287
2316
  CreateProject: "CreateProject",
2288
2317
  FullProductionDeployment: "FullProductionDeployment",
2289
2318
  UsageViewer: "UsageViewer",
@@ -4313,12 +4342,12 @@ export type Payload =
4313
4342
  | SixtyFour
4314
4343
  | SixtySeven
4315
4344
  | OneHundredAndThirtyOne
4316
- | OneHundredAndFiftyEight
4345
+ | OneHundredAndSixtyOne
4317
4346
  | Payload2
4318
4347
  | FortyFive
4319
4348
  | SixtyEight
4320
4349
  | OneHundredAndOne
4321
- | OneHundredAndFortyOne
4350
+ | OneHundredAndFortyTwo
4322
4351
  | Twelve
4323
4352
  | Sixteen
4324
4353
  | TwentyNine
@@ -4342,13 +4371,13 @@ export type Payload =
4342
4371
  | OneHundredAndNine
4343
4372
  | OneHundredAndThirtyThree
4344
4373
  | OneHundredAndThirtyFour
4345
- | OneHundredAndForty
4346
- | OneHundredAndFortyTwo
4347
- | OneHundredAndFortyFour
4348
- | OneHundredAndFortySeven
4349
- | OneHundredAndFiftyFive
4350
- | OneHundredAndFiftySix
4351
- | OneHundredAndFiftySeven
4374
+ | OneHundredAndFortyOne
4375
+ | OneHundredAndFortyThree
4376
+ | OneHundredAndFortyFive
4377
+ | OneHundredAndFortyEight
4378
+ | OneHundredAndFiftyEight
4379
+ | OneHundredAndFiftyNine
4380
+ | OneHundredAndSixty
4352
4381
  | Four
4353
4382
  | Five
4354
4383
  | Six
@@ -4388,13 +4417,14 @@ export type Payload =
4388
4417
  | OneHundredAndThirtySix
4389
4418
  | OneHundredAndThirtySeven
4390
4419
  | OneHundredAndThirtyNine
4391
- | OneHundredAndFortyFive
4420
+ | OneHundredAndForty
4392
4421
  | OneHundredAndFortySix
4393
- | OneHundredAndFortyEight
4394
- | OneHundredAndFifty
4422
+ | OneHundredAndFortySeven
4423
+ | OneHundredAndFortyNine
4395
4424
  | OneHundredAndFiftyOne
4396
4425
  | OneHundredAndFiftyTwo
4397
- | OneHundredAndFiftyFour
4426
+ | OneHundredAndFiftyThree
4427
+ | OneHundredAndFiftyFive
4398
4428
  | Three
4399
4429
  | Fifteen
4400
4430
  | Twenty
@@ -4436,9 +4466,11 @@ export type Payload =
4436
4466
  | OneHundredAndTwentyNine
4437
4467
  | OneHundredAndThirty
4438
4468
  | OneHundredAndThirtyEight
4439
- | OneHundredAndFortyThree
4440
- | OneHundredAndFortyNine
4441
- | OneHundredAndFiftyThree
4469
+ | OneHundredAndFortyFour
4470
+ | OneHundredAndFifty
4471
+ | OneHundredAndFiftyFour
4472
+ | OneHundredAndFiftySix
4473
+ | OneHundredAndFiftySeven
4442
4474
  | Payload1
4443
4475
  | Seven
4444
4476
  | Eight
@@ -4514,12 +4546,12 @@ export type UserEvent = {
4514
4546
  | SixtyFour
4515
4547
  | SixtySeven
4516
4548
  | OneHundredAndThirtyOne
4517
- | OneHundredAndFiftyEight
4549
+ | OneHundredAndSixtyOne
4518
4550
  | Payload2
4519
4551
  | FortyFive
4520
4552
  | SixtyEight
4521
4553
  | OneHundredAndOne
4522
- | OneHundredAndFortyOne
4554
+ | OneHundredAndFortyTwo
4523
4555
  | Twelve
4524
4556
  | Sixteen
4525
4557
  | TwentyNine
@@ -4543,13 +4575,13 @@ export type UserEvent = {
4543
4575
  | OneHundredAndNine
4544
4576
  | OneHundredAndThirtyThree
4545
4577
  | OneHundredAndThirtyFour
4546
- | OneHundredAndForty
4547
- | OneHundredAndFortyTwo
4548
- | OneHundredAndFortyFour
4549
- | OneHundredAndFortySeven
4550
- | OneHundredAndFiftyFive
4551
- | OneHundredAndFiftySix
4552
- | OneHundredAndFiftySeven
4578
+ | OneHundredAndFortyOne
4579
+ | OneHundredAndFortyThree
4580
+ | OneHundredAndFortyFive
4581
+ | OneHundredAndFortyEight
4582
+ | OneHundredAndFiftyEight
4583
+ | OneHundredAndFiftyNine
4584
+ | OneHundredAndSixty
4553
4585
  | Four
4554
4586
  | Five
4555
4587
  | Six
@@ -4589,13 +4621,14 @@ export type UserEvent = {
4589
4621
  | OneHundredAndThirtySix
4590
4622
  | OneHundredAndThirtySeven
4591
4623
  | OneHundredAndThirtyNine
4592
- | OneHundredAndFortyFive
4624
+ | OneHundredAndForty
4593
4625
  | OneHundredAndFortySix
4594
- | OneHundredAndFortyEight
4595
- | OneHundredAndFifty
4626
+ | OneHundredAndFortySeven
4627
+ | OneHundredAndFortyNine
4596
4628
  | OneHundredAndFiftyOne
4597
4629
  | OneHundredAndFiftyTwo
4598
- | OneHundredAndFiftyFour
4630
+ | OneHundredAndFiftyThree
4631
+ | OneHundredAndFiftyFive
4599
4632
  | Three
4600
4633
  | Fifteen
4601
4634
  | Twenty
@@ -4637,9 +4670,11 @@ export type UserEvent = {
4637
4670
  | OneHundredAndTwentyNine
4638
4671
  | OneHundredAndThirty
4639
4672
  | OneHundredAndThirtyEight
4640
- | OneHundredAndFortyThree
4641
- | OneHundredAndFortyNine
4642
- | OneHundredAndFiftyThree
4673
+ | OneHundredAndFortyFour
4674
+ | OneHundredAndFifty
4675
+ | OneHundredAndFiftyFour
4676
+ | OneHundredAndFiftySix
4677
+ | OneHundredAndFiftySeven
4643
4678
  | Payload1
4644
4679
  | Seven
4645
4680
  | Eight
@@ -5227,8 +5262,8 @@ export namespace AuthMethod$ {
5227
5262
  }
5228
5263
 
5229
5264
  /** @internal */
5230
- export const OneHundredAndFiftyEight$inboundSchema: z.ZodType<
5231
- OneHundredAndFiftyEight,
5265
+ export const OneHundredAndSixtyOne$inboundSchema: z.ZodType<
5266
+ OneHundredAndSixtyOne,
5232
5267
  z.ZodTypeDef,
5233
5268
  unknown
5234
5269
  > = z.object({
@@ -5241,7 +5276,7 @@ export const OneHundredAndFiftyEight$inboundSchema: z.ZodType<
5241
5276
  });
5242
5277
 
5243
5278
  /** @internal */
5244
- export type OneHundredAndFiftyEight$Outbound = {
5279
+ export type OneHundredAndSixtyOne$Outbound = {
5245
5280
  grantType: string;
5246
5281
  appName: string;
5247
5282
  atTTL: number;
@@ -5251,10 +5286,10 @@ export type OneHundredAndFiftyEight$Outbound = {
5251
5286
  };
5252
5287
 
5253
5288
  /** @internal */
5254
- export const OneHundredAndFiftyEight$outboundSchema: z.ZodType<
5255
- OneHundredAndFiftyEight$Outbound,
5289
+ export const OneHundredAndSixtyOne$outboundSchema: z.ZodType<
5290
+ OneHundredAndSixtyOne$Outbound,
5256
5291
  z.ZodTypeDef,
5257
- OneHundredAndFiftyEight
5292
+ OneHundredAndSixtyOne
5258
5293
  > = z.object({
5259
5294
  grantType: GrantType$outboundSchema,
5260
5295
  appName: z.string(),
@@ -5268,36 +5303,36 @@ export const OneHundredAndFiftyEight$outboundSchema: z.ZodType<
5268
5303
  * @internal
5269
5304
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5270
5305
  */
5271
- export namespace OneHundredAndFiftyEight$ {
5272
- /** @deprecated use `OneHundredAndFiftyEight$inboundSchema` instead. */
5273
- export const inboundSchema = OneHundredAndFiftyEight$inboundSchema;
5274
- /** @deprecated use `OneHundredAndFiftyEight$outboundSchema` instead. */
5275
- export const outboundSchema = OneHundredAndFiftyEight$outboundSchema;
5276
- /** @deprecated use `OneHundredAndFiftyEight$Outbound` instead. */
5277
- export type Outbound = OneHundredAndFiftyEight$Outbound;
5306
+ export namespace OneHundredAndSixtyOne$ {
5307
+ /** @deprecated use `OneHundredAndSixtyOne$inboundSchema` instead. */
5308
+ export const inboundSchema = OneHundredAndSixtyOne$inboundSchema;
5309
+ /** @deprecated use `OneHundredAndSixtyOne$outboundSchema` instead. */
5310
+ export const outboundSchema = OneHundredAndSixtyOne$outboundSchema;
5311
+ /** @deprecated use `OneHundredAndSixtyOne$Outbound` instead. */
5312
+ export type Outbound = OneHundredAndSixtyOne$Outbound;
5278
5313
  }
5279
5314
 
5280
- export function oneHundredAndFiftyEightToJSON(
5281
- oneHundredAndFiftyEight: OneHundredAndFiftyEight,
5315
+ export function oneHundredAndSixtyOneToJSON(
5316
+ oneHundredAndSixtyOne: OneHundredAndSixtyOne,
5282
5317
  ): string {
5283
5318
  return JSON.stringify(
5284
- OneHundredAndFiftyEight$outboundSchema.parse(oneHundredAndFiftyEight),
5319
+ OneHundredAndSixtyOne$outboundSchema.parse(oneHundredAndSixtyOne),
5285
5320
  );
5286
5321
  }
5287
5322
 
5288
- export function oneHundredAndFiftyEightFromJSON(
5323
+ export function oneHundredAndSixtyOneFromJSON(
5289
5324
  jsonString: string,
5290
- ): SafeParseResult<OneHundredAndFiftyEight, SDKValidationError> {
5325
+ ): SafeParseResult<OneHundredAndSixtyOne, SDKValidationError> {
5291
5326
  return safeParse(
5292
5327
  jsonString,
5293
- (x) => OneHundredAndFiftyEight$inboundSchema.parse(JSON.parse(x)),
5294
- `Failed to parse 'OneHundredAndFiftyEight' from JSON`,
5328
+ (x) => OneHundredAndSixtyOne$inboundSchema.parse(JSON.parse(x)),
5329
+ `Failed to parse 'OneHundredAndSixtyOne' from JSON`,
5295
5330
  );
5296
5331
  }
5297
5332
 
5298
5333
  /** @internal */
5299
- export const UserEventPayload157Team$inboundSchema: z.ZodType<
5300
- UserEventPayload157Team,
5334
+ export const UserEventPayload160Team$inboundSchema: z.ZodType<
5335
+ UserEventPayload160Team,
5301
5336
  z.ZodTypeDef,
5302
5337
  unknown
5303
5338
  > = z.object({
@@ -5306,16 +5341,16 @@ export const UserEventPayload157Team$inboundSchema: z.ZodType<
5306
5341
  });
5307
5342
 
5308
5343
  /** @internal */
5309
- export type UserEventPayload157Team$Outbound = {
5344
+ export type UserEventPayload160Team$Outbound = {
5310
5345
  id: string;
5311
5346
  name: string;
5312
5347
  };
5313
5348
 
5314
5349
  /** @internal */
5315
- export const UserEventPayload157Team$outboundSchema: z.ZodType<
5316
- UserEventPayload157Team$Outbound,
5350
+ export const UserEventPayload160Team$outboundSchema: z.ZodType<
5351
+ UserEventPayload160Team$Outbound,
5317
5352
  z.ZodTypeDef,
5318
- UserEventPayload157Team
5353
+ UserEventPayload160Team
5319
5354
  > = z.object({
5320
5355
  id: z.string(),
5321
5356
  name: z.string(),
@@ -5325,36 +5360,36 @@ export const UserEventPayload157Team$outboundSchema: z.ZodType<
5325
5360
  * @internal
5326
5361
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5327
5362
  */
5328
- export namespace UserEventPayload157Team$ {
5329
- /** @deprecated use `UserEventPayload157Team$inboundSchema` instead. */
5330
- export const inboundSchema = UserEventPayload157Team$inboundSchema;
5331
- /** @deprecated use `UserEventPayload157Team$outboundSchema` instead. */
5332
- export const outboundSchema = UserEventPayload157Team$outboundSchema;
5333
- /** @deprecated use `UserEventPayload157Team$Outbound` instead. */
5334
- export type Outbound = UserEventPayload157Team$Outbound;
5363
+ export namespace UserEventPayload160Team$ {
5364
+ /** @deprecated use `UserEventPayload160Team$inboundSchema` instead. */
5365
+ export const inboundSchema = UserEventPayload160Team$inboundSchema;
5366
+ /** @deprecated use `UserEventPayload160Team$outboundSchema` instead. */
5367
+ export const outboundSchema = UserEventPayload160Team$outboundSchema;
5368
+ /** @deprecated use `UserEventPayload160Team$Outbound` instead. */
5369
+ export type Outbound = UserEventPayload160Team$Outbound;
5335
5370
  }
5336
5371
 
5337
- export function userEventPayload157TeamToJSON(
5338
- userEventPayload157Team: UserEventPayload157Team,
5372
+ export function userEventPayload160TeamToJSON(
5373
+ userEventPayload160Team: UserEventPayload160Team,
5339
5374
  ): string {
5340
5375
  return JSON.stringify(
5341
- UserEventPayload157Team$outboundSchema.parse(userEventPayload157Team),
5376
+ UserEventPayload160Team$outboundSchema.parse(userEventPayload160Team),
5342
5377
  );
5343
5378
  }
5344
5379
 
5345
- export function userEventPayload157TeamFromJSON(
5380
+ export function userEventPayload160TeamFromJSON(
5346
5381
  jsonString: string,
5347
- ): SafeParseResult<UserEventPayload157Team, SDKValidationError> {
5382
+ ): SafeParseResult<UserEventPayload160Team, SDKValidationError> {
5348
5383
  return safeParse(
5349
5384
  jsonString,
5350
- (x) => UserEventPayload157Team$inboundSchema.parse(JSON.parse(x)),
5351
- `Failed to parse 'UserEventPayload157Team' from JSON`,
5385
+ (x) => UserEventPayload160Team$inboundSchema.parse(JSON.parse(x)),
5386
+ `Failed to parse 'UserEventPayload160Team' from JSON`,
5352
5387
  );
5353
5388
  }
5354
5389
 
5355
5390
  /** @internal */
5356
- export const UserEventPayload157Configuration$inboundSchema: z.ZodType<
5357
- UserEventPayload157Configuration,
5391
+ export const UserEventPayload160Configuration$inboundSchema: z.ZodType<
5392
+ UserEventPayload160Configuration,
5358
5393
  z.ZodTypeDef,
5359
5394
  unknown
5360
5395
  > = z.object({
@@ -5363,16 +5398,16 @@ export const UserEventPayload157Configuration$inboundSchema: z.ZodType<
5363
5398
  });
5364
5399
 
5365
5400
  /** @internal */
5366
- export type UserEventPayload157Configuration$Outbound = {
5401
+ export type UserEventPayload160Configuration$Outbound = {
5367
5402
  id: string;
5368
5403
  name?: string | undefined;
5369
5404
  };
5370
5405
 
5371
5406
  /** @internal */
5372
- export const UserEventPayload157Configuration$outboundSchema: z.ZodType<
5373
- UserEventPayload157Configuration$Outbound,
5407
+ export const UserEventPayload160Configuration$outboundSchema: z.ZodType<
5408
+ UserEventPayload160Configuration$Outbound,
5374
5409
  z.ZodTypeDef,
5375
- UserEventPayload157Configuration
5410
+ UserEventPayload160Configuration
5376
5411
  > = z.object({
5377
5412
  id: z.string(),
5378
5413
  name: z.string().optional(),
@@ -5382,32 +5417,32 @@ export const UserEventPayload157Configuration$outboundSchema: z.ZodType<
5382
5417
  * @internal
5383
5418
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5384
5419
  */
5385
- export namespace UserEventPayload157Configuration$ {
5386
- /** @deprecated use `UserEventPayload157Configuration$inboundSchema` instead. */
5387
- export const inboundSchema = UserEventPayload157Configuration$inboundSchema;
5388
- /** @deprecated use `UserEventPayload157Configuration$outboundSchema` instead. */
5389
- export const outboundSchema = UserEventPayload157Configuration$outboundSchema;
5390
- /** @deprecated use `UserEventPayload157Configuration$Outbound` instead. */
5391
- export type Outbound = UserEventPayload157Configuration$Outbound;
5420
+ export namespace UserEventPayload160Configuration$ {
5421
+ /** @deprecated use `UserEventPayload160Configuration$inboundSchema` instead. */
5422
+ export const inboundSchema = UserEventPayload160Configuration$inboundSchema;
5423
+ /** @deprecated use `UserEventPayload160Configuration$outboundSchema` instead. */
5424
+ export const outboundSchema = UserEventPayload160Configuration$outboundSchema;
5425
+ /** @deprecated use `UserEventPayload160Configuration$Outbound` instead. */
5426
+ export type Outbound = UserEventPayload160Configuration$Outbound;
5392
5427
  }
5393
5428
 
5394
- export function userEventPayload157ConfigurationToJSON(
5395
- userEventPayload157Configuration: UserEventPayload157Configuration,
5429
+ export function userEventPayload160ConfigurationToJSON(
5430
+ userEventPayload160Configuration: UserEventPayload160Configuration,
5396
5431
  ): string {
5397
5432
  return JSON.stringify(
5398
- UserEventPayload157Configuration$outboundSchema.parse(
5399
- userEventPayload157Configuration,
5433
+ UserEventPayload160Configuration$outboundSchema.parse(
5434
+ userEventPayload160Configuration,
5400
5435
  ),
5401
5436
  );
5402
5437
  }
5403
5438
 
5404
- export function userEventPayload157ConfigurationFromJSON(
5439
+ export function userEventPayload160ConfigurationFromJSON(
5405
5440
  jsonString: string,
5406
- ): SafeParseResult<UserEventPayload157Configuration, SDKValidationError> {
5441
+ ): SafeParseResult<UserEventPayload160Configuration, SDKValidationError> {
5407
5442
  return safeParse(
5408
5443
  jsonString,
5409
- (x) => UserEventPayload157Configuration$inboundSchema.parse(JSON.parse(x)),
5410
- `Failed to parse 'UserEventPayload157Configuration' from JSON`,
5444
+ (x) => UserEventPayload160Configuration$inboundSchema.parse(JSON.parse(x)),
5445
+ `Failed to parse 'UserEventPayload160Configuration' from JSON`,
5411
5446
  );
5412
5447
  }
5413
5448
 
@@ -5469,33 +5504,33 @@ export function userEventPayloadPeeringFromJSON(
5469
5504
  }
5470
5505
 
5471
5506
  /** @internal */
5472
- export const OneHundredAndFiftySeven$inboundSchema: z.ZodType<
5473
- OneHundredAndFiftySeven,
5507
+ export const OneHundredAndSixty$inboundSchema: z.ZodType<
5508
+ OneHundredAndSixty,
5474
5509
  z.ZodTypeDef,
5475
5510
  unknown
5476
5511
  > = z.object({
5477
- team: z.lazy(() => UserEventPayload157Team$inboundSchema),
5478
- configuration: z.lazy(() => UserEventPayload157Configuration$inboundSchema),
5512
+ team: z.lazy(() => UserEventPayload160Team$inboundSchema),
5513
+ configuration: z.lazy(() => UserEventPayload160Configuration$inboundSchema),
5479
5514
  peering: z.lazy(() => UserEventPayloadPeering$inboundSchema),
5480
5515
  newName: z.string().optional(),
5481
5516
  });
5482
5517
 
5483
5518
  /** @internal */
5484
- export type OneHundredAndFiftySeven$Outbound = {
5485
- team: UserEventPayload157Team$Outbound;
5486
- configuration: UserEventPayload157Configuration$Outbound;
5519
+ export type OneHundredAndSixty$Outbound = {
5520
+ team: UserEventPayload160Team$Outbound;
5521
+ configuration: UserEventPayload160Configuration$Outbound;
5487
5522
  peering: UserEventPayloadPeering$Outbound;
5488
5523
  newName?: string | undefined;
5489
5524
  };
5490
5525
 
5491
5526
  /** @internal */
5492
- export const OneHundredAndFiftySeven$outboundSchema: z.ZodType<
5493
- OneHundredAndFiftySeven$Outbound,
5527
+ export const OneHundredAndSixty$outboundSchema: z.ZodType<
5528
+ OneHundredAndSixty$Outbound,
5494
5529
  z.ZodTypeDef,
5495
- OneHundredAndFiftySeven
5530
+ OneHundredAndSixty
5496
5531
  > = z.object({
5497
- team: z.lazy(() => UserEventPayload157Team$outboundSchema),
5498
- configuration: z.lazy(() => UserEventPayload157Configuration$outboundSchema),
5532
+ team: z.lazy(() => UserEventPayload160Team$outboundSchema),
5533
+ configuration: z.lazy(() => UserEventPayload160Configuration$outboundSchema),
5499
5534
  peering: z.lazy(() => UserEventPayloadPeering$outboundSchema),
5500
5535
  newName: z.string().optional(),
5501
5536
  });
@@ -5504,36 +5539,36 @@ export const OneHundredAndFiftySeven$outboundSchema: z.ZodType<
5504
5539
  * @internal
5505
5540
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5506
5541
  */
5507
- export namespace OneHundredAndFiftySeven$ {
5508
- /** @deprecated use `OneHundredAndFiftySeven$inboundSchema` instead. */
5509
- export const inboundSchema = OneHundredAndFiftySeven$inboundSchema;
5510
- /** @deprecated use `OneHundredAndFiftySeven$outboundSchema` instead. */
5511
- export const outboundSchema = OneHundredAndFiftySeven$outboundSchema;
5512
- /** @deprecated use `OneHundredAndFiftySeven$Outbound` instead. */
5513
- export type Outbound = OneHundredAndFiftySeven$Outbound;
5542
+ export namespace OneHundredAndSixty$ {
5543
+ /** @deprecated use `OneHundredAndSixty$inboundSchema` instead. */
5544
+ export const inboundSchema = OneHundredAndSixty$inboundSchema;
5545
+ /** @deprecated use `OneHundredAndSixty$outboundSchema` instead. */
5546
+ export const outboundSchema = OneHundredAndSixty$outboundSchema;
5547
+ /** @deprecated use `OneHundredAndSixty$Outbound` instead. */
5548
+ export type Outbound = OneHundredAndSixty$Outbound;
5514
5549
  }
5515
5550
 
5516
- export function oneHundredAndFiftySevenToJSON(
5517
- oneHundredAndFiftySeven: OneHundredAndFiftySeven,
5551
+ export function oneHundredAndSixtyToJSON(
5552
+ oneHundredAndSixty: OneHundredAndSixty,
5518
5553
  ): string {
5519
5554
  return JSON.stringify(
5520
- OneHundredAndFiftySeven$outboundSchema.parse(oneHundredAndFiftySeven),
5555
+ OneHundredAndSixty$outboundSchema.parse(oneHundredAndSixty),
5521
5556
  );
5522
5557
  }
5523
5558
 
5524
- export function oneHundredAndFiftySevenFromJSON(
5559
+ export function oneHundredAndSixtyFromJSON(
5525
5560
  jsonString: string,
5526
- ): SafeParseResult<OneHundredAndFiftySeven, SDKValidationError> {
5561
+ ): SafeParseResult<OneHundredAndSixty, SDKValidationError> {
5527
5562
  return safeParse(
5528
5563
  jsonString,
5529
- (x) => OneHundredAndFiftySeven$inboundSchema.parse(JSON.parse(x)),
5530
- `Failed to parse 'OneHundredAndFiftySeven' from JSON`,
5564
+ (x) => OneHundredAndSixty$inboundSchema.parse(JSON.parse(x)),
5565
+ `Failed to parse 'OneHundredAndSixty' from JSON`,
5531
5566
  );
5532
5567
  }
5533
5568
 
5534
5569
  /** @internal */
5535
- export const UserEventPayload156Team$inboundSchema: z.ZodType<
5536
- UserEventPayload156Team,
5570
+ export const UserEventPayload159Team$inboundSchema: z.ZodType<
5571
+ UserEventPayload159Team,
5537
5572
  z.ZodTypeDef,
5538
5573
  unknown
5539
5574
  > = z.object({
@@ -5542,16 +5577,16 @@ export const UserEventPayload156Team$inboundSchema: z.ZodType<
5542
5577
  });
5543
5578
 
5544
5579
  /** @internal */
5545
- export type UserEventPayload156Team$Outbound = {
5580
+ export type UserEventPayload159Team$Outbound = {
5546
5581
  id: string;
5547
5582
  name: string;
5548
5583
  };
5549
5584
 
5550
5585
  /** @internal */
5551
- export const UserEventPayload156Team$outboundSchema: z.ZodType<
5552
- UserEventPayload156Team$Outbound,
5586
+ export const UserEventPayload159Team$outboundSchema: z.ZodType<
5587
+ UserEventPayload159Team$Outbound,
5553
5588
  z.ZodTypeDef,
5554
- UserEventPayload156Team
5589
+ UserEventPayload159Team
5555
5590
  > = z.object({
5556
5591
  id: z.string(),
5557
5592
  name: z.string(),
@@ -5561,36 +5596,36 @@ export const UserEventPayload156Team$outboundSchema: z.ZodType<
5561
5596
  * @internal
5562
5597
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5563
5598
  */
5564
- export namespace UserEventPayload156Team$ {
5565
- /** @deprecated use `UserEventPayload156Team$inboundSchema` instead. */
5566
- export const inboundSchema = UserEventPayload156Team$inboundSchema;
5567
- /** @deprecated use `UserEventPayload156Team$outboundSchema` instead. */
5568
- export const outboundSchema = UserEventPayload156Team$outboundSchema;
5569
- /** @deprecated use `UserEventPayload156Team$Outbound` instead. */
5570
- export type Outbound = UserEventPayload156Team$Outbound;
5599
+ export namespace UserEventPayload159Team$ {
5600
+ /** @deprecated use `UserEventPayload159Team$inboundSchema` instead. */
5601
+ export const inboundSchema = UserEventPayload159Team$inboundSchema;
5602
+ /** @deprecated use `UserEventPayload159Team$outboundSchema` instead. */
5603
+ export const outboundSchema = UserEventPayload159Team$outboundSchema;
5604
+ /** @deprecated use `UserEventPayload159Team$Outbound` instead. */
5605
+ export type Outbound = UserEventPayload159Team$Outbound;
5571
5606
  }
5572
5607
 
5573
- export function userEventPayload156TeamToJSON(
5574
- userEventPayload156Team: UserEventPayload156Team,
5608
+ export function userEventPayload159TeamToJSON(
5609
+ userEventPayload159Team: UserEventPayload159Team,
5575
5610
  ): string {
5576
5611
  return JSON.stringify(
5577
- UserEventPayload156Team$outboundSchema.parse(userEventPayload156Team),
5612
+ UserEventPayload159Team$outboundSchema.parse(userEventPayload159Team),
5578
5613
  );
5579
5614
  }
5580
5615
 
5581
- export function userEventPayload156TeamFromJSON(
5616
+ export function userEventPayload159TeamFromJSON(
5582
5617
  jsonString: string,
5583
- ): SafeParseResult<UserEventPayload156Team, SDKValidationError> {
5618
+ ): SafeParseResult<UserEventPayload159Team, SDKValidationError> {
5584
5619
  return safeParse(
5585
5620
  jsonString,
5586
- (x) => UserEventPayload156Team$inboundSchema.parse(JSON.parse(x)),
5587
- `Failed to parse 'UserEventPayload156Team' from JSON`,
5621
+ (x) => UserEventPayload159Team$inboundSchema.parse(JSON.parse(x)),
5622
+ `Failed to parse 'UserEventPayload159Team' from JSON`,
5588
5623
  );
5589
5624
  }
5590
5625
 
5591
5626
  /** @internal */
5592
- export const UserEventPayload156Configuration$inboundSchema: z.ZodType<
5593
- UserEventPayload156Configuration,
5627
+ export const UserEventPayload159Configuration$inboundSchema: z.ZodType<
5628
+ UserEventPayload159Configuration,
5594
5629
  z.ZodTypeDef,
5595
5630
  unknown
5596
5631
  > = z.object({
@@ -5599,16 +5634,16 @@ export const UserEventPayload156Configuration$inboundSchema: z.ZodType<
5599
5634
  });
5600
5635
 
5601
5636
  /** @internal */
5602
- export type UserEventPayload156Configuration$Outbound = {
5637
+ export type UserEventPayload159Configuration$Outbound = {
5603
5638
  id: string;
5604
5639
  name?: string | undefined;
5605
5640
  };
5606
5641
 
5607
5642
  /** @internal */
5608
- export const UserEventPayload156Configuration$outboundSchema: z.ZodType<
5609
- UserEventPayload156Configuration$Outbound,
5643
+ export const UserEventPayload159Configuration$outboundSchema: z.ZodType<
5644
+ UserEventPayload159Configuration$Outbound,
5610
5645
  z.ZodTypeDef,
5611
- UserEventPayload156Configuration
5646
+ UserEventPayload159Configuration
5612
5647
  > = z.object({
5613
5648
  id: z.string(),
5614
5649
  name: z.string().optional(),
@@ -5618,32 +5653,32 @@ export const UserEventPayload156Configuration$outboundSchema: z.ZodType<
5618
5653
  * @internal
5619
5654
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5620
5655
  */
5621
- export namespace UserEventPayload156Configuration$ {
5622
- /** @deprecated use `UserEventPayload156Configuration$inboundSchema` instead. */
5623
- export const inboundSchema = UserEventPayload156Configuration$inboundSchema;
5624
- /** @deprecated use `UserEventPayload156Configuration$outboundSchema` instead. */
5625
- export const outboundSchema = UserEventPayload156Configuration$outboundSchema;
5626
- /** @deprecated use `UserEventPayload156Configuration$Outbound` instead. */
5627
- export type Outbound = UserEventPayload156Configuration$Outbound;
5656
+ export namespace UserEventPayload159Configuration$ {
5657
+ /** @deprecated use `UserEventPayload159Configuration$inboundSchema` instead. */
5658
+ export const inboundSchema = UserEventPayload159Configuration$inboundSchema;
5659
+ /** @deprecated use `UserEventPayload159Configuration$outboundSchema` instead. */
5660
+ export const outboundSchema = UserEventPayload159Configuration$outboundSchema;
5661
+ /** @deprecated use `UserEventPayload159Configuration$Outbound` instead. */
5662
+ export type Outbound = UserEventPayload159Configuration$Outbound;
5628
5663
  }
5629
5664
 
5630
- export function userEventPayload156ConfigurationToJSON(
5631
- userEventPayload156Configuration: UserEventPayload156Configuration,
5665
+ export function userEventPayload159ConfigurationToJSON(
5666
+ userEventPayload159Configuration: UserEventPayload159Configuration,
5632
5667
  ): string {
5633
5668
  return JSON.stringify(
5634
- UserEventPayload156Configuration$outboundSchema.parse(
5635
- userEventPayload156Configuration,
5669
+ UserEventPayload159Configuration$outboundSchema.parse(
5670
+ userEventPayload159Configuration,
5636
5671
  ),
5637
5672
  );
5638
5673
  }
5639
5674
 
5640
- export function userEventPayload156ConfigurationFromJSON(
5675
+ export function userEventPayload159ConfigurationFromJSON(
5641
5676
  jsonString: string,
5642
- ): SafeParseResult<UserEventPayload156Configuration, SDKValidationError> {
5677
+ ): SafeParseResult<UserEventPayload159Configuration, SDKValidationError> {
5643
5678
  return safeParse(
5644
5679
  jsonString,
5645
- (x) => UserEventPayload156Configuration$inboundSchema.parse(JSON.parse(x)),
5646
- `Failed to parse 'UserEventPayload156Configuration' from JSON`,
5680
+ (x) => UserEventPayload159Configuration$inboundSchema.parse(JSON.parse(x)),
5681
+ `Failed to parse 'UserEventPayload159Configuration' from JSON`,
5647
5682
  );
5648
5683
  }
5649
5684
 
@@ -5701,31 +5736,31 @@ export function payloadPeeringFromJSON(
5701
5736
  }
5702
5737
 
5703
5738
  /** @internal */
5704
- export const OneHundredAndFiftySix$inboundSchema: z.ZodType<
5705
- OneHundredAndFiftySix,
5739
+ export const OneHundredAndFiftyNine$inboundSchema: z.ZodType<
5740
+ OneHundredAndFiftyNine,
5706
5741
  z.ZodTypeDef,
5707
5742
  unknown
5708
5743
  > = z.object({
5709
- team: z.lazy(() => UserEventPayload156Team$inboundSchema),
5710
- configuration: z.lazy(() => UserEventPayload156Configuration$inboundSchema),
5744
+ team: z.lazy(() => UserEventPayload159Team$inboundSchema),
5745
+ configuration: z.lazy(() => UserEventPayload159Configuration$inboundSchema),
5711
5746
  peering: z.lazy(() => PayloadPeering$inboundSchema),
5712
5747
  });
5713
5748
 
5714
5749
  /** @internal */
5715
- export type OneHundredAndFiftySix$Outbound = {
5716
- team: UserEventPayload156Team$Outbound;
5717
- configuration: UserEventPayload156Configuration$Outbound;
5750
+ export type OneHundredAndFiftyNine$Outbound = {
5751
+ team: UserEventPayload159Team$Outbound;
5752
+ configuration: UserEventPayload159Configuration$Outbound;
5718
5753
  peering: PayloadPeering$Outbound;
5719
5754
  };
5720
5755
 
5721
5756
  /** @internal */
5722
- export const OneHundredAndFiftySix$outboundSchema: z.ZodType<
5723
- OneHundredAndFiftySix$Outbound,
5757
+ export const OneHundredAndFiftyNine$outboundSchema: z.ZodType<
5758
+ OneHundredAndFiftyNine$Outbound,
5724
5759
  z.ZodTypeDef,
5725
- OneHundredAndFiftySix
5760
+ OneHundredAndFiftyNine
5726
5761
  > = z.object({
5727
- team: z.lazy(() => UserEventPayload156Team$outboundSchema),
5728
- configuration: z.lazy(() => UserEventPayload156Configuration$outboundSchema),
5762
+ team: z.lazy(() => UserEventPayload159Team$outboundSchema),
5763
+ configuration: z.lazy(() => UserEventPayload159Configuration$outboundSchema),
5729
5764
  peering: z.lazy(() => PayloadPeering$outboundSchema),
5730
5765
  });
5731
5766
 
@@ -5733,36 +5768,36 @@ export const OneHundredAndFiftySix$outboundSchema: z.ZodType<
5733
5768
  * @internal
5734
5769
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5735
5770
  */
5736
- export namespace OneHundredAndFiftySix$ {
5737
- /** @deprecated use `OneHundredAndFiftySix$inboundSchema` instead. */
5738
- export const inboundSchema = OneHundredAndFiftySix$inboundSchema;
5739
- /** @deprecated use `OneHundredAndFiftySix$outboundSchema` instead. */
5740
- export const outboundSchema = OneHundredAndFiftySix$outboundSchema;
5741
- /** @deprecated use `OneHundredAndFiftySix$Outbound` instead. */
5742
- export type Outbound = OneHundredAndFiftySix$Outbound;
5771
+ export namespace OneHundredAndFiftyNine$ {
5772
+ /** @deprecated use `OneHundredAndFiftyNine$inboundSchema` instead. */
5773
+ export const inboundSchema = OneHundredAndFiftyNine$inboundSchema;
5774
+ /** @deprecated use `OneHundredAndFiftyNine$outboundSchema` instead. */
5775
+ export const outboundSchema = OneHundredAndFiftyNine$outboundSchema;
5776
+ /** @deprecated use `OneHundredAndFiftyNine$Outbound` instead. */
5777
+ export type Outbound = OneHundredAndFiftyNine$Outbound;
5743
5778
  }
5744
5779
 
5745
- export function oneHundredAndFiftySixToJSON(
5746
- oneHundredAndFiftySix: OneHundredAndFiftySix,
5780
+ export function oneHundredAndFiftyNineToJSON(
5781
+ oneHundredAndFiftyNine: OneHundredAndFiftyNine,
5747
5782
  ): string {
5748
5783
  return JSON.stringify(
5749
- OneHundredAndFiftySix$outboundSchema.parse(oneHundredAndFiftySix),
5784
+ OneHundredAndFiftyNine$outboundSchema.parse(oneHundredAndFiftyNine),
5750
5785
  );
5751
5786
  }
5752
5787
 
5753
- export function oneHundredAndFiftySixFromJSON(
5788
+ export function oneHundredAndFiftyNineFromJSON(
5754
5789
  jsonString: string,
5755
- ): SafeParseResult<OneHundredAndFiftySix, SDKValidationError> {
5790
+ ): SafeParseResult<OneHundredAndFiftyNine, SDKValidationError> {
5756
5791
  return safeParse(
5757
5792
  jsonString,
5758
- (x) => OneHundredAndFiftySix$inboundSchema.parse(JSON.parse(x)),
5759
- `Failed to parse 'OneHundredAndFiftySix' from JSON`,
5793
+ (x) => OneHundredAndFiftyNine$inboundSchema.parse(JSON.parse(x)),
5794
+ `Failed to parse 'OneHundredAndFiftyNine' from JSON`,
5760
5795
  );
5761
5796
  }
5762
5797
 
5763
5798
  /** @internal */
5764
- export const UserEventPayload155Team$inboundSchema: z.ZodType<
5765
- UserEventPayload155Team,
5799
+ export const UserEventPayload158Team$inboundSchema: z.ZodType<
5800
+ UserEventPayload158Team,
5766
5801
  z.ZodTypeDef,
5767
5802
  unknown
5768
5803
  > = z.object({
@@ -5771,16 +5806,16 @@ export const UserEventPayload155Team$inboundSchema: z.ZodType<
5771
5806
  });
5772
5807
 
5773
5808
  /** @internal */
5774
- export type UserEventPayload155Team$Outbound = {
5809
+ export type UserEventPayload158Team$Outbound = {
5775
5810
  id: string;
5776
5811
  name: string;
5777
5812
  };
5778
5813
 
5779
5814
  /** @internal */
5780
- export const UserEventPayload155Team$outboundSchema: z.ZodType<
5781
- UserEventPayload155Team$Outbound,
5815
+ export const UserEventPayload158Team$outboundSchema: z.ZodType<
5816
+ UserEventPayload158Team$Outbound,
5782
5817
  z.ZodTypeDef,
5783
- UserEventPayload155Team
5818
+ UserEventPayload158Team
5784
5819
  > = z.object({
5785
5820
  id: z.string(),
5786
5821
  name: z.string(),
@@ -5790,36 +5825,36 @@ export const UserEventPayload155Team$outboundSchema: z.ZodType<
5790
5825
  * @internal
5791
5826
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5792
5827
  */
5793
- export namespace UserEventPayload155Team$ {
5794
- /** @deprecated use `UserEventPayload155Team$inboundSchema` instead. */
5795
- export const inboundSchema = UserEventPayload155Team$inboundSchema;
5796
- /** @deprecated use `UserEventPayload155Team$outboundSchema` instead. */
5797
- export const outboundSchema = UserEventPayload155Team$outboundSchema;
5798
- /** @deprecated use `UserEventPayload155Team$Outbound` instead. */
5799
- export type Outbound = UserEventPayload155Team$Outbound;
5828
+ export namespace UserEventPayload158Team$ {
5829
+ /** @deprecated use `UserEventPayload158Team$inboundSchema` instead. */
5830
+ export const inboundSchema = UserEventPayload158Team$inboundSchema;
5831
+ /** @deprecated use `UserEventPayload158Team$outboundSchema` instead. */
5832
+ export const outboundSchema = UserEventPayload158Team$outboundSchema;
5833
+ /** @deprecated use `UserEventPayload158Team$Outbound` instead. */
5834
+ export type Outbound = UserEventPayload158Team$Outbound;
5800
5835
  }
5801
5836
 
5802
- export function userEventPayload155TeamToJSON(
5803
- userEventPayload155Team: UserEventPayload155Team,
5837
+ export function userEventPayload158TeamToJSON(
5838
+ userEventPayload158Team: UserEventPayload158Team,
5804
5839
  ): string {
5805
5840
  return JSON.stringify(
5806
- UserEventPayload155Team$outboundSchema.parse(userEventPayload155Team),
5841
+ UserEventPayload158Team$outboundSchema.parse(userEventPayload158Team),
5807
5842
  );
5808
5843
  }
5809
5844
 
5810
- export function userEventPayload155TeamFromJSON(
5845
+ export function userEventPayload158TeamFromJSON(
5811
5846
  jsonString: string,
5812
- ): SafeParseResult<UserEventPayload155Team, SDKValidationError> {
5847
+ ): SafeParseResult<UserEventPayload158Team, SDKValidationError> {
5813
5848
  return safeParse(
5814
5849
  jsonString,
5815
- (x) => UserEventPayload155Team$inboundSchema.parse(JSON.parse(x)),
5816
- `Failed to parse 'UserEventPayload155Team' from JSON`,
5850
+ (x) => UserEventPayload158Team$inboundSchema.parse(JSON.parse(x)),
5851
+ `Failed to parse 'UserEventPayload158Team' from JSON`,
5817
5852
  );
5818
5853
  }
5819
5854
 
5820
5855
  /** @internal */
5821
- export const UserEventPayload155Configuration$inboundSchema: z.ZodType<
5822
- UserEventPayload155Configuration,
5856
+ export const UserEventPayload158Configuration$inboundSchema: z.ZodType<
5857
+ UserEventPayload158Configuration,
5823
5858
  z.ZodTypeDef,
5824
5859
  unknown
5825
5860
  > = z.object({
@@ -5828,16 +5863,16 @@ export const UserEventPayload155Configuration$inboundSchema: z.ZodType<
5828
5863
  });
5829
5864
 
5830
5865
  /** @internal */
5831
- export type UserEventPayload155Configuration$Outbound = {
5866
+ export type UserEventPayload158Configuration$Outbound = {
5832
5867
  id: string;
5833
5868
  name?: string | undefined;
5834
5869
  };
5835
5870
 
5836
5871
  /** @internal */
5837
- export const UserEventPayload155Configuration$outboundSchema: z.ZodType<
5838
- UserEventPayload155Configuration$Outbound,
5872
+ export const UserEventPayload158Configuration$outboundSchema: z.ZodType<
5873
+ UserEventPayload158Configuration$Outbound,
5839
5874
  z.ZodTypeDef,
5840
- UserEventPayload155Configuration
5875
+ UserEventPayload158Configuration
5841
5876
  > = z.object({
5842
5877
  id: z.string(),
5843
5878
  name: z.string().optional(),
@@ -5847,32 +5882,32 @@ export const UserEventPayload155Configuration$outboundSchema: z.ZodType<
5847
5882
  * @internal
5848
5883
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5849
5884
  */
5850
- export namespace UserEventPayload155Configuration$ {
5851
- /** @deprecated use `UserEventPayload155Configuration$inboundSchema` instead. */
5852
- export const inboundSchema = UserEventPayload155Configuration$inboundSchema;
5853
- /** @deprecated use `UserEventPayload155Configuration$outboundSchema` instead. */
5854
- export const outboundSchema = UserEventPayload155Configuration$outboundSchema;
5855
- /** @deprecated use `UserEventPayload155Configuration$Outbound` instead. */
5856
- export type Outbound = UserEventPayload155Configuration$Outbound;
5885
+ export namespace UserEventPayload158Configuration$ {
5886
+ /** @deprecated use `UserEventPayload158Configuration$inboundSchema` instead. */
5887
+ export const inboundSchema = UserEventPayload158Configuration$inboundSchema;
5888
+ /** @deprecated use `UserEventPayload158Configuration$outboundSchema` instead. */
5889
+ export const outboundSchema = UserEventPayload158Configuration$outboundSchema;
5890
+ /** @deprecated use `UserEventPayload158Configuration$Outbound` instead. */
5891
+ export type Outbound = UserEventPayload158Configuration$Outbound;
5857
5892
  }
5858
5893
 
5859
- export function userEventPayload155ConfigurationToJSON(
5860
- userEventPayload155Configuration: UserEventPayload155Configuration,
5894
+ export function userEventPayload158ConfigurationToJSON(
5895
+ userEventPayload158Configuration: UserEventPayload158Configuration,
5861
5896
  ): string {
5862
5897
  return JSON.stringify(
5863
- UserEventPayload155Configuration$outboundSchema.parse(
5864
- userEventPayload155Configuration,
5898
+ UserEventPayload158Configuration$outboundSchema.parse(
5899
+ userEventPayload158Configuration,
5865
5900
  ),
5866
5901
  );
5867
5902
  }
5868
5903
 
5869
- export function userEventPayload155ConfigurationFromJSON(
5904
+ export function userEventPayload158ConfigurationFromJSON(
5870
5905
  jsonString: string,
5871
- ): SafeParseResult<UserEventPayload155Configuration, SDKValidationError> {
5906
+ ): SafeParseResult<UserEventPayload158Configuration, SDKValidationError> {
5872
5907
  return safeParse(
5873
5908
  jsonString,
5874
- (x) => UserEventPayload155Configuration$inboundSchema.parse(JSON.parse(x)),
5875
- `Failed to parse 'UserEventPayload155Configuration' from JSON`,
5909
+ (x) => UserEventPayload158Configuration$inboundSchema.parse(JSON.parse(x)),
5910
+ `Failed to parse 'UserEventPayload158Configuration' from JSON`,
5876
5911
  );
5877
5912
  }
5878
5913
 
@@ -5933,31 +5968,31 @@ export function peeringFromJSON(
5933
5968
  }
5934
5969
 
5935
5970
  /** @internal */
5936
- export const OneHundredAndFiftyFive$inboundSchema: z.ZodType<
5937
- OneHundredAndFiftyFive,
5971
+ export const OneHundredAndFiftyEight$inboundSchema: z.ZodType<
5972
+ OneHundredAndFiftyEight,
5938
5973
  z.ZodTypeDef,
5939
5974
  unknown
5940
5975
  > = z.object({
5941
- team: z.lazy(() => UserEventPayload155Team$inboundSchema),
5942
- configuration: z.lazy(() => UserEventPayload155Configuration$inboundSchema),
5976
+ team: z.lazy(() => UserEventPayload158Team$inboundSchema),
5977
+ configuration: z.lazy(() => UserEventPayload158Configuration$inboundSchema),
5943
5978
  peering: z.lazy(() => Peering$inboundSchema),
5944
5979
  });
5945
5980
 
5946
5981
  /** @internal */
5947
- export type OneHundredAndFiftyFive$Outbound = {
5948
- team: UserEventPayload155Team$Outbound;
5949
- configuration: UserEventPayload155Configuration$Outbound;
5982
+ export type OneHundredAndFiftyEight$Outbound = {
5983
+ team: UserEventPayload158Team$Outbound;
5984
+ configuration: UserEventPayload158Configuration$Outbound;
5950
5985
  peering: Peering$Outbound;
5951
5986
  };
5952
5987
 
5953
5988
  /** @internal */
5954
- export const OneHundredAndFiftyFive$outboundSchema: z.ZodType<
5955
- OneHundredAndFiftyFive$Outbound,
5989
+ export const OneHundredAndFiftyEight$outboundSchema: z.ZodType<
5990
+ OneHundredAndFiftyEight$Outbound,
5956
5991
  z.ZodTypeDef,
5957
- OneHundredAndFiftyFive
5992
+ OneHundredAndFiftyEight
5958
5993
  > = z.object({
5959
- team: z.lazy(() => UserEventPayload155Team$outboundSchema),
5960
- configuration: z.lazy(() => UserEventPayload155Configuration$outboundSchema),
5994
+ team: z.lazy(() => UserEventPayload158Team$outboundSchema),
5995
+ configuration: z.lazy(() => UserEventPayload158Configuration$outboundSchema),
5961
5996
  peering: z.lazy(() => Peering$outboundSchema),
5962
5997
  });
5963
5998
 
@@ -5965,70 +6000,241 @@ export const OneHundredAndFiftyFive$outboundSchema: z.ZodType<
5965
6000
  * @internal
5966
6001
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5967
6002
  */
5968
- export namespace OneHundredAndFiftyFive$ {
5969
- /** @deprecated use `OneHundredAndFiftyFive$inboundSchema` instead. */
5970
- export const inboundSchema = OneHundredAndFiftyFive$inboundSchema;
5971
- /** @deprecated use `OneHundredAndFiftyFive$outboundSchema` instead. */
5972
- export const outboundSchema = OneHundredAndFiftyFive$outboundSchema;
5973
- /** @deprecated use `OneHundredAndFiftyFive$Outbound` instead. */
5974
- export type Outbound = OneHundredAndFiftyFive$Outbound;
6003
+ export namespace OneHundredAndFiftyEight$ {
6004
+ /** @deprecated use `OneHundredAndFiftyEight$inboundSchema` instead. */
6005
+ export const inboundSchema = OneHundredAndFiftyEight$inboundSchema;
6006
+ /** @deprecated use `OneHundredAndFiftyEight$outboundSchema` instead. */
6007
+ export const outboundSchema = OneHundredAndFiftyEight$outboundSchema;
6008
+ /** @deprecated use `OneHundredAndFiftyEight$Outbound` instead. */
6009
+ export type Outbound = OneHundredAndFiftyEight$Outbound;
5975
6010
  }
5976
6011
 
5977
- export function oneHundredAndFiftyFiveToJSON(
5978
- oneHundredAndFiftyFive: OneHundredAndFiftyFive,
6012
+ export function oneHundredAndFiftyEightToJSON(
6013
+ oneHundredAndFiftyEight: OneHundredAndFiftyEight,
5979
6014
  ): string {
5980
6015
  return JSON.stringify(
5981
- OneHundredAndFiftyFive$outboundSchema.parse(oneHundredAndFiftyFive),
6016
+ OneHundredAndFiftyEight$outboundSchema.parse(oneHundredAndFiftyEight),
5982
6017
  );
5983
6018
  }
5984
6019
 
5985
- export function oneHundredAndFiftyFiveFromJSON(
6020
+ export function oneHundredAndFiftyEightFromJSON(
5986
6021
  jsonString: string,
5987
- ): SafeParseResult<OneHundredAndFiftyFive, SDKValidationError> {
6022
+ ): SafeParseResult<OneHundredAndFiftyEight, SDKValidationError> {
5988
6023
  return safeParse(
5989
6024
  jsonString,
5990
- (x) => OneHundredAndFiftyFive$inboundSchema.parse(JSON.parse(x)),
5991
- `Failed to parse 'OneHundredAndFiftyFive' from JSON`,
6025
+ (x) => OneHundredAndFiftyEight$inboundSchema.parse(JSON.parse(x)),
6026
+ `Failed to parse 'OneHundredAndFiftyEight' from JSON`,
5992
6027
  );
5993
6028
  }
5994
6029
 
5995
6030
  /** @internal */
5996
- export const OneHundredAndFiftyFour$inboundSchema: z.ZodType<
5997
- OneHundredAndFiftyFour,
6031
+ export const OneHundredAndFiftySeven$inboundSchema: z.ZodType<
6032
+ OneHundredAndFiftySeven,
5998
6033
  z.ZodTypeDef,
5999
6034
  unknown
6000
6035
  > = z.object({
6001
6036
  appName: z.string(),
6002
- appId: z.string(),
6037
+ appId: z.string().optional(),
6038
+ installationId: z.string().optional(),
6003
6039
  });
6004
6040
 
6005
6041
  /** @internal */
6006
- export type OneHundredAndFiftyFour$Outbound = {
6042
+ export type OneHundredAndFiftySeven$Outbound = {
6007
6043
  appName: string;
6008
- appId: string;
6044
+ appId?: string | undefined;
6045
+ installationId?: string | undefined;
6009
6046
  };
6010
6047
 
6011
6048
  /** @internal */
6012
- export const OneHundredAndFiftyFour$outboundSchema: z.ZodType<
6013
- OneHundredAndFiftyFour$Outbound,
6049
+ export const OneHundredAndFiftySeven$outboundSchema: z.ZodType<
6050
+ OneHundredAndFiftySeven$Outbound,
6014
6051
  z.ZodTypeDef,
6015
- OneHundredAndFiftyFour
6052
+ OneHundredAndFiftySeven
6016
6053
  > = z.object({
6017
6054
  appName: z.string(),
6018
- appId: z.string(),
6055
+ appId: z.string().optional(),
6056
+ installationId: z.string().optional(),
6019
6057
  });
6020
6058
 
6021
6059
  /**
6022
6060
  * @internal
6023
6061
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6024
6062
  */
6025
- export namespace OneHundredAndFiftyFour$ {
6026
- /** @deprecated use `OneHundredAndFiftyFour$inboundSchema` instead. */
6027
- export const inboundSchema = OneHundredAndFiftyFour$inboundSchema;
6028
- /** @deprecated use `OneHundredAndFiftyFour$outboundSchema` instead. */
6029
- export const outboundSchema = OneHundredAndFiftyFour$outboundSchema;
6030
- /** @deprecated use `OneHundredAndFiftyFour$Outbound` instead. */
6031
- export type Outbound = OneHundredAndFiftyFour$Outbound;
6063
+ export namespace OneHundredAndFiftySeven$ {
6064
+ /** @deprecated use `OneHundredAndFiftySeven$inboundSchema` instead. */
6065
+ export const inboundSchema = OneHundredAndFiftySeven$inboundSchema;
6066
+ /** @deprecated use `OneHundredAndFiftySeven$outboundSchema` instead. */
6067
+ export const outboundSchema = OneHundredAndFiftySeven$outboundSchema;
6068
+ /** @deprecated use `OneHundredAndFiftySeven$Outbound` instead. */
6069
+ export type Outbound = OneHundredAndFiftySeven$Outbound;
6070
+ }
6071
+
6072
+ export function oneHundredAndFiftySevenToJSON(
6073
+ oneHundredAndFiftySeven: OneHundredAndFiftySeven,
6074
+ ): string {
6075
+ return JSON.stringify(
6076
+ OneHundredAndFiftySeven$outboundSchema.parse(oneHundredAndFiftySeven),
6077
+ );
6078
+ }
6079
+
6080
+ export function oneHundredAndFiftySevenFromJSON(
6081
+ jsonString: string,
6082
+ ): SafeParseResult<OneHundredAndFiftySeven, SDKValidationError> {
6083
+ return safeParse(
6084
+ jsonString,
6085
+ (x) => OneHundredAndFiftySeven$inboundSchema.parse(JSON.parse(x)),
6086
+ `Failed to parse 'OneHundredAndFiftySeven' from JSON`,
6087
+ );
6088
+ }
6089
+
6090
+ /** @internal */
6091
+ export const OneHundredAndFiftySix$inboundSchema: z.ZodType<
6092
+ OneHundredAndFiftySix,
6093
+ z.ZodTypeDef,
6094
+ unknown
6095
+ > = z.object({
6096
+ appName: z.string(),
6097
+ appId: z.string().optional(),
6098
+ });
6099
+
6100
+ /** @internal */
6101
+ export type OneHundredAndFiftySix$Outbound = {
6102
+ appName: string;
6103
+ appId?: string | undefined;
6104
+ };
6105
+
6106
+ /** @internal */
6107
+ export const OneHundredAndFiftySix$outboundSchema: z.ZodType<
6108
+ OneHundredAndFiftySix$Outbound,
6109
+ z.ZodTypeDef,
6110
+ OneHundredAndFiftySix
6111
+ > = z.object({
6112
+ appName: z.string(),
6113
+ appId: z.string().optional(),
6114
+ });
6115
+
6116
+ /**
6117
+ * @internal
6118
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6119
+ */
6120
+ export namespace OneHundredAndFiftySix$ {
6121
+ /** @deprecated use `OneHundredAndFiftySix$inboundSchema` instead. */
6122
+ export const inboundSchema = OneHundredAndFiftySix$inboundSchema;
6123
+ /** @deprecated use `OneHundredAndFiftySix$outboundSchema` instead. */
6124
+ export const outboundSchema = OneHundredAndFiftySix$outboundSchema;
6125
+ /** @deprecated use `OneHundredAndFiftySix$Outbound` instead. */
6126
+ export type Outbound = OneHundredAndFiftySix$Outbound;
6127
+ }
6128
+
6129
+ export function oneHundredAndFiftySixToJSON(
6130
+ oneHundredAndFiftySix: OneHundredAndFiftySix,
6131
+ ): string {
6132
+ return JSON.stringify(
6133
+ OneHundredAndFiftySix$outboundSchema.parse(oneHundredAndFiftySix),
6134
+ );
6135
+ }
6136
+
6137
+ export function oneHundredAndFiftySixFromJSON(
6138
+ jsonString: string,
6139
+ ): SafeParseResult<OneHundredAndFiftySix, SDKValidationError> {
6140
+ return safeParse(
6141
+ jsonString,
6142
+ (x) => OneHundredAndFiftySix$inboundSchema.parse(JSON.parse(x)),
6143
+ `Failed to parse 'OneHundredAndFiftySix' from JSON`,
6144
+ );
6145
+ }
6146
+
6147
+ /** @internal */
6148
+ export const OneHundredAndFiftyFive$inboundSchema: z.ZodType<
6149
+ OneHundredAndFiftyFive,
6150
+ z.ZodTypeDef,
6151
+ unknown
6152
+ > = z.object({
6153
+ appName: z.string(),
6154
+ appId: z.string(),
6155
+ });
6156
+
6157
+ /** @internal */
6158
+ export type OneHundredAndFiftyFive$Outbound = {
6159
+ appName: string;
6160
+ appId: string;
6161
+ };
6162
+
6163
+ /** @internal */
6164
+ export const OneHundredAndFiftyFive$outboundSchema: z.ZodType<
6165
+ OneHundredAndFiftyFive$Outbound,
6166
+ z.ZodTypeDef,
6167
+ OneHundredAndFiftyFive
6168
+ > = z.object({
6169
+ appName: z.string(),
6170
+ appId: z.string(),
6171
+ });
6172
+
6173
+ /**
6174
+ * @internal
6175
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6176
+ */
6177
+ export namespace OneHundredAndFiftyFive$ {
6178
+ /** @deprecated use `OneHundredAndFiftyFive$inboundSchema` instead. */
6179
+ export const inboundSchema = OneHundredAndFiftyFive$inboundSchema;
6180
+ /** @deprecated use `OneHundredAndFiftyFive$outboundSchema` instead. */
6181
+ export const outboundSchema = OneHundredAndFiftyFive$outboundSchema;
6182
+ /** @deprecated use `OneHundredAndFiftyFive$Outbound` instead. */
6183
+ export type Outbound = OneHundredAndFiftyFive$Outbound;
6184
+ }
6185
+
6186
+ export function oneHundredAndFiftyFiveToJSON(
6187
+ oneHundredAndFiftyFive: OneHundredAndFiftyFive,
6188
+ ): string {
6189
+ return JSON.stringify(
6190
+ OneHundredAndFiftyFive$outboundSchema.parse(oneHundredAndFiftyFive),
6191
+ );
6192
+ }
6193
+
6194
+ export function oneHundredAndFiftyFiveFromJSON(
6195
+ jsonString: string,
6196
+ ): SafeParseResult<OneHundredAndFiftyFive, SDKValidationError> {
6197
+ return safeParse(
6198
+ jsonString,
6199
+ (x) => OneHundredAndFiftyFive$inboundSchema.parse(JSON.parse(x)),
6200
+ `Failed to parse 'OneHundredAndFiftyFive' from JSON`,
6201
+ );
6202
+ }
6203
+
6204
+ /** @internal */
6205
+ export const OneHundredAndFiftyFour$inboundSchema: z.ZodType<
6206
+ OneHundredAndFiftyFour,
6207
+ z.ZodTypeDef,
6208
+ unknown
6209
+ > = z.object({
6210
+ appName: z.string(),
6211
+ });
6212
+
6213
+ /** @internal */
6214
+ export type OneHundredAndFiftyFour$Outbound = {
6215
+ appName: string;
6216
+ };
6217
+
6218
+ /** @internal */
6219
+ export const OneHundredAndFiftyFour$outboundSchema: z.ZodType<
6220
+ OneHundredAndFiftyFour$Outbound,
6221
+ z.ZodTypeDef,
6222
+ OneHundredAndFiftyFour
6223
+ > = z.object({
6224
+ appName: z.string(),
6225
+ });
6226
+
6227
+ /**
6228
+ * @internal
6229
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6230
+ */
6231
+ export namespace OneHundredAndFiftyFour$ {
6232
+ /** @deprecated use `OneHundredAndFiftyFour$inboundSchema` instead. */
6233
+ export const inboundSchema = OneHundredAndFiftyFour$inboundSchema;
6234
+ /** @deprecated use `OneHundredAndFiftyFour$outboundSchema` instead. */
6235
+ export const outboundSchema = OneHundredAndFiftyFour$outboundSchema;
6236
+ /** @deprecated use `OneHundredAndFiftyFour$Outbound` instead. */
6237
+ export type Outbound = OneHundredAndFiftyFour$Outbound;
6032
6238
  }
6033
6239
 
6034
6240
  export function oneHundredAndFiftyFourToJSON(
@@ -6056,11 +6262,13 @@ export const OneHundredAndFiftyThree$inboundSchema: z.ZodType<
6056
6262
  unknown
6057
6263
  > = z.object({
6058
6264
  appName: z.string(),
6265
+ nextScopes: z.array(z.string()),
6059
6266
  });
6060
6267
 
6061
6268
  /** @internal */
6062
6269
  export type OneHundredAndFiftyThree$Outbound = {
6063
6270
  appName: string;
6271
+ nextScopes: Array<string>;
6064
6272
  };
6065
6273
 
6066
6274
  /** @internal */
@@ -6070,6 +6278,7 @@ export const OneHundredAndFiftyThree$outboundSchema: z.ZodType<
6070
6278
  OneHundredAndFiftyThree
6071
6279
  > = z.object({
6072
6280
  appName: z.string(),
6281
+ nextScopes: z.array(z.string()),
6073
6282
  });
6074
6283
 
6075
6284
  /**
@@ -6110,13 +6319,13 @@ export const OneHundredAndFiftyTwo$inboundSchema: z.ZodType<
6110
6319
  unknown
6111
6320
  > = z.object({
6112
6321
  appName: z.string(),
6113
- nextScopes: z.array(z.string()),
6322
+ scopes: z.array(z.string()),
6114
6323
  });
6115
6324
 
6116
6325
  /** @internal */
6117
6326
  export type OneHundredAndFiftyTwo$Outbound = {
6118
6327
  appName: string;
6119
- nextScopes: Array<string>;
6328
+ scopes: Array<string>;
6120
6329
  };
6121
6330
 
6122
6331
  /** @internal */
@@ -6126,7 +6335,7 @@ export const OneHundredAndFiftyTwo$outboundSchema: z.ZodType<
6126
6335
  OneHundredAndFiftyTwo
6127
6336
  > = z.object({
6128
6337
  appName: z.string(),
6129
- nextScopes: z.array(z.string()),
6338
+ scopes: z.array(z.string()),
6130
6339
  });
6131
6340
 
6132
6341
  /**
@@ -6166,14 +6375,14 @@ export const OneHundredAndFiftyOne$inboundSchema: z.ZodType<
6166
6375
  z.ZodTypeDef,
6167
6376
  unknown
6168
6377
  > = z.object({
6169
- appName: z.string(),
6170
- scopes: z.array(z.string()),
6378
+ oldName: z.string(),
6379
+ newName: z.string(),
6171
6380
  });
6172
6381
 
6173
6382
  /** @internal */
6174
6383
  export type OneHundredAndFiftyOne$Outbound = {
6175
- appName: string;
6176
- scopes: Array<string>;
6384
+ oldName: string;
6385
+ newName: string;
6177
6386
  };
6178
6387
 
6179
6388
  /** @internal */
@@ -6182,8 +6391,8 @@ export const OneHundredAndFiftyOne$outboundSchema: z.ZodType<
6182
6391
  z.ZodTypeDef,
6183
6392
  OneHundredAndFiftyOne
6184
6393
  > = z.object({
6185
- appName: z.string(),
6186
- scopes: z.array(z.string()),
6394
+ oldName: z.string(),
6395
+ newName: z.string(),
6187
6396
  });
6188
6397
 
6189
6398
  /**
@@ -6217,63 +6426,6 @@ export function oneHundredAndFiftyOneFromJSON(
6217
6426
  );
6218
6427
  }
6219
6428
 
6220
- /** @internal */
6221
- export const OneHundredAndFifty$inboundSchema: z.ZodType<
6222
- OneHundredAndFifty,
6223
- z.ZodTypeDef,
6224
- unknown
6225
- > = z.object({
6226
- oldName: z.string(),
6227
- newName: z.string(),
6228
- });
6229
-
6230
- /** @internal */
6231
- export type OneHundredAndFifty$Outbound = {
6232
- oldName: string;
6233
- newName: string;
6234
- };
6235
-
6236
- /** @internal */
6237
- export const OneHundredAndFifty$outboundSchema: z.ZodType<
6238
- OneHundredAndFifty$Outbound,
6239
- z.ZodTypeDef,
6240
- OneHundredAndFifty
6241
- > = z.object({
6242
- oldName: z.string(),
6243
- newName: z.string(),
6244
- });
6245
-
6246
- /**
6247
- * @internal
6248
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6249
- */
6250
- export namespace OneHundredAndFifty$ {
6251
- /** @deprecated use `OneHundredAndFifty$inboundSchema` instead. */
6252
- export const inboundSchema = OneHundredAndFifty$inboundSchema;
6253
- /** @deprecated use `OneHundredAndFifty$outboundSchema` instead. */
6254
- export const outboundSchema = OneHundredAndFifty$outboundSchema;
6255
- /** @deprecated use `OneHundredAndFifty$Outbound` instead. */
6256
- export type Outbound = OneHundredAndFifty$Outbound;
6257
- }
6258
-
6259
- export function oneHundredAndFiftyToJSON(
6260
- oneHundredAndFifty: OneHundredAndFifty,
6261
- ): string {
6262
- return JSON.stringify(
6263
- OneHundredAndFifty$outboundSchema.parse(oneHundredAndFifty),
6264
- );
6265
- }
6266
-
6267
- export function oneHundredAndFiftyFromJSON(
6268
- jsonString: string,
6269
- ): SafeParseResult<OneHundredAndFifty, SDKValidationError> {
6270
- return safeParse(
6271
- jsonString,
6272
- (x) => OneHundredAndFifty$inboundSchema.parse(JSON.parse(x)),
6273
- `Failed to parse 'OneHundredAndFifty' from JSON`,
6274
- );
6275
- }
6276
-
6277
6429
  /** @internal */
6278
6430
  export const Tier$inboundSchema: z.ZodNativeEnum<typeof Tier> = z.nativeEnum(
6279
6431
  Tier,
@@ -6295,8 +6447,8 @@ export namespace Tier$ {
6295
6447
  }
6296
6448
 
6297
6449
  /** @internal */
6298
- export const OneHundredAndFortyNine$inboundSchema: z.ZodType<
6299
- OneHundredAndFortyNine,
6450
+ export const OneHundredAndFifty$inboundSchema: z.ZodType<
6451
+ OneHundredAndFifty,
6300
6452
  z.ZodTypeDef,
6301
6453
  unknown
6302
6454
  > = z.object({
@@ -6304,15 +6456,15 @@ export const OneHundredAndFortyNine$inboundSchema: z.ZodType<
6304
6456
  });
6305
6457
 
6306
6458
  /** @internal */
6307
- export type OneHundredAndFortyNine$Outbound = {
6459
+ export type OneHundredAndFifty$Outbound = {
6308
6460
  tier: string;
6309
6461
  };
6310
6462
 
6311
6463
  /** @internal */
6312
- export const OneHundredAndFortyNine$outboundSchema: z.ZodType<
6313
- OneHundredAndFortyNine$Outbound,
6464
+ export const OneHundredAndFifty$outboundSchema: z.ZodType<
6465
+ OneHundredAndFifty$Outbound,
6314
6466
  z.ZodTypeDef,
6315
- OneHundredAndFortyNine
6467
+ OneHundredAndFifty
6316
6468
  > = z.object({
6317
6469
  tier: Tier$outboundSchema,
6318
6470
  });
@@ -6321,30 +6473,30 @@ export const OneHundredAndFortyNine$outboundSchema: z.ZodType<
6321
6473
  * @internal
6322
6474
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6323
6475
  */
6324
- export namespace OneHundredAndFortyNine$ {
6325
- /** @deprecated use `OneHundredAndFortyNine$inboundSchema` instead. */
6326
- export const inboundSchema = OneHundredAndFortyNine$inboundSchema;
6327
- /** @deprecated use `OneHundredAndFortyNine$outboundSchema` instead. */
6328
- export const outboundSchema = OneHundredAndFortyNine$outboundSchema;
6329
- /** @deprecated use `OneHundredAndFortyNine$Outbound` instead. */
6330
- export type Outbound = OneHundredAndFortyNine$Outbound;
6476
+ export namespace OneHundredAndFifty$ {
6477
+ /** @deprecated use `OneHundredAndFifty$inboundSchema` instead. */
6478
+ export const inboundSchema = OneHundredAndFifty$inboundSchema;
6479
+ /** @deprecated use `OneHundredAndFifty$outboundSchema` instead. */
6480
+ export const outboundSchema = OneHundredAndFifty$outboundSchema;
6481
+ /** @deprecated use `OneHundredAndFifty$Outbound` instead. */
6482
+ export type Outbound = OneHundredAndFifty$Outbound;
6331
6483
  }
6332
6484
 
6333
- export function oneHundredAndFortyNineToJSON(
6334
- oneHundredAndFortyNine: OneHundredAndFortyNine,
6485
+ export function oneHundredAndFiftyToJSON(
6486
+ oneHundredAndFifty: OneHundredAndFifty,
6335
6487
  ): string {
6336
6488
  return JSON.stringify(
6337
- OneHundredAndFortyNine$outboundSchema.parse(oneHundredAndFortyNine),
6489
+ OneHundredAndFifty$outboundSchema.parse(oneHundredAndFifty),
6338
6490
  );
6339
6491
  }
6340
6492
 
6341
- export function oneHundredAndFortyNineFromJSON(
6493
+ export function oneHundredAndFiftyFromJSON(
6342
6494
  jsonString: string,
6343
- ): SafeParseResult<OneHundredAndFortyNine, SDKValidationError> {
6495
+ ): SafeParseResult<OneHundredAndFifty, SDKValidationError> {
6344
6496
  return safeParse(
6345
- jsonString,
6346
- (x) => OneHundredAndFortyNine$inboundSchema.parse(JSON.parse(x)),
6347
- `Failed to parse 'OneHundredAndFortyNine' from JSON`,
6497
+ jsonString,
6498
+ (x) => OneHundredAndFifty$inboundSchema.parse(JSON.parse(x)),
6499
+ `Failed to parse 'OneHundredAndFifty' from JSON`,
6348
6500
  );
6349
6501
  }
6350
6502
 
@@ -6481,8 +6633,8 @@ export function prevProjectWebAnalyticsFromJSON(
6481
6633
  }
6482
6634
 
6483
6635
  /** @internal */
6484
- export const OneHundredAndFortyEight$inboundSchema: z.ZodType<
6485
- OneHundredAndFortyEight,
6636
+ export const OneHundredAndFortyNine$inboundSchema: z.ZodType<
6637
+ OneHundredAndFortyNine,
6486
6638
  z.ZodTypeDef,
6487
6639
  unknown
6488
6640
  > = z.object({
@@ -6496,7 +6648,7 @@ export const OneHundredAndFortyEight$inboundSchema: z.ZodType<
6496
6648
  });
6497
6649
 
6498
6650
  /** @internal */
6499
- export type OneHundredAndFortyEight$Outbound = {
6651
+ export type OneHundredAndFortyNine$Outbound = {
6500
6652
  projectId: string;
6501
6653
  projectName: string;
6502
6654
  projectWebAnalytics?: ProjectWebAnalytics$Outbound | undefined;
@@ -6504,10 +6656,10 @@ export type OneHundredAndFortyEight$Outbound = {
6504
6656
  };
6505
6657
 
6506
6658
  /** @internal */
6507
- export const OneHundredAndFortyEight$outboundSchema: z.ZodType<
6508
- OneHundredAndFortyEight$Outbound,
6659
+ export const OneHundredAndFortyNine$outboundSchema: z.ZodType<
6660
+ OneHundredAndFortyNine$Outbound,
6509
6661
  z.ZodTypeDef,
6510
- OneHundredAndFortyEight
6662
+ OneHundredAndFortyNine
6511
6663
  > = z.object({
6512
6664
  projectId: z.string(),
6513
6665
  projectName: z.string(),
@@ -6522,30 +6674,30 @@ export const OneHundredAndFortyEight$outboundSchema: z.ZodType<
6522
6674
  * @internal
6523
6675
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6524
6676
  */
6525
- export namespace OneHundredAndFortyEight$ {
6526
- /** @deprecated use `OneHundredAndFortyEight$inboundSchema` instead. */
6527
- export const inboundSchema = OneHundredAndFortyEight$inboundSchema;
6528
- /** @deprecated use `OneHundredAndFortyEight$outboundSchema` instead. */
6529
- export const outboundSchema = OneHundredAndFortyEight$outboundSchema;
6530
- /** @deprecated use `OneHundredAndFortyEight$Outbound` instead. */
6531
- export type Outbound = OneHundredAndFortyEight$Outbound;
6677
+ export namespace OneHundredAndFortyNine$ {
6678
+ /** @deprecated use `OneHundredAndFortyNine$inboundSchema` instead. */
6679
+ export const inboundSchema = OneHundredAndFortyNine$inboundSchema;
6680
+ /** @deprecated use `OneHundredAndFortyNine$outboundSchema` instead. */
6681
+ export const outboundSchema = OneHundredAndFortyNine$outboundSchema;
6682
+ /** @deprecated use `OneHundredAndFortyNine$Outbound` instead. */
6683
+ export type Outbound = OneHundredAndFortyNine$Outbound;
6532
6684
  }
6533
6685
 
6534
- export function oneHundredAndFortyEightToJSON(
6535
- oneHundredAndFortyEight: OneHundredAndFortyEight,
6686
+ export function oneHundredAndFortyNineToJSON(
6687
+ oneHundredAndFortyNine: OneHundredAndFortyNine,
6536
6688
  ): string {
6537
6689
  return JSON.stringify(
6538
- OneHundredAndFortyEight$outboundSchema.parse(oneHundredAndFortyEight),
6690
+ OneHundredAndFortyNine$outboundSchema.parse(oneHundredAndFortyNine),
6539
6691
  );
6540
6692
  }
6541
6693
 
6542
- export function oneHundredAndFortyEightFromJSON(
6694
+ export function oneHundredAndFortyNineFromJSON(
6543
6695
  jsonString: string,
6544
- ): SafeParseResult<OneHundredAndFortyEight, SDKValidationError> {
6696
+ ): SafeParseResult<OneHundredAndFortyNine, SDKValidationError> {
6545
6697
  return safeParse(
6546
6698
  jsonString,
6547
- (x) => OneHundredAndFortyEight$inboundSchema.parse(JSON.parse(x)),
6548
- `Failed to parse 'OneHundredAndFortyEight' from JSON`,
6699
+ (x) => OneHundredAndFortyNine$inboundSchema.parse(JSON.parse(x)),
6700
+ `Failed to parse 'OneHundredAndFortyNine' from JSON`,
6549
6701
  );
6550
6702
  }
6551
6703
 
@@ -6727,8 +6879,8 @@ export function microfrontendsFromJSON(
6727
6879
  }
6728
6880
 
6729
6881
  /** @internal */
6730
- export const UserEventPayload147Project$inboundSchema: z.ZodType<
6731
- UserEventPayload147Project,
6882
+ export const UserEventPayload148Project$inboundSchema: z.ZodType<
6883
+ UserEventPayload148Project,
6732
6884
  z.ZodTypeDef,
6733
6885
  unknown
6734
6886
  > = z.object({
@@ -6741,7 +6893,7 @@ export const UserEventPayload147Project$inboundSchema: z.ZodType<
6741
6893
  });
6742
6894
 
6743
6895
  /** @internal */
6744
- export type UserEventPayload147Project$Outbound = {
6896
+ export type UserEventPayload148Project$Outbound = {
6745
6897
  id: string;
6746
6898
  name: string;
6747
6899
  microfrontends?:
@@ -6751,10 +6903,10 @@ export type UserEventPayload147Project$Outbound = {
6751
6903
  };
6752
6904
 
6753
6905
  /** @internal */
6754
- export const UserEventPayload147Project$outboundSchema: z.ZodType<
6755
- UserEventPayload147Project$Outbound,
6906
+ export const UserEventPayload148Project$outboundSchema: z.ZodType<
6907
+ UserEventPayload148Project$Outbound,
6756
6908
  z.ZodTypeDef,
6757
- UserEventPayload147Project
6909
+ UserEventPayload148Project
6758
6910
  > = z.object({
6759
6911
  id: z.string(),
6760
6912
  name: z.string(),
@@ -6768,30 +6920,30 @@ export const UserEventPayload147Project$outboundSchema: z.ZodType<
6768
6920
  * @internal
6769
6921
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6770
6922
  */
6771
- export namespace UserEventPayload147Project$ {
6772
- /** @deprecated use `UserEventPayload147Project$inboundSchema` instead. */
6773
- export const inboundSchema = UserEventPayload147Project$inboundSchema;
6774
- /** @deprecated use `UserEventPayload147Project$outboundSchema` instead. */
6775
- export const outboundSchema = UserEventPayload147Project$outboundSchema;
6776
- /** @deprecated use `UserEventPayload147Project$Outbound` instead. */
6777
- export type Outbound = UserEventPayload147Project$Outbound;
6923
+ export namespace UserEventPayload148Project$ {
6924
+ /** @deprecated use `UserEventPayload148Project$inboundSchema` instead. */
6925
+ export const inboundSchema = UserEventPayload148Project$inboundSchema;
6926
+ /** @deprecated use `UserEventPayload148Project$outboundSchema` instead. */
6927
+ export const outboundSchema = UserEventPayload148Project$outboundSchema;
6928
+ /** @deprecated use `UserEventPayload148Project$Outbound` instead. */
6929
+ export type Outbound = UserEventPayload148Project$Outbound;
6778
6930
  }
6779
6931
 
6780
- export function userEventPayload147ProjectToJSON(
6781
- userEventPayload147Project: UserEventPayload147Project,
6932
+ export function userEventPayload148ProjectToJSON(
6933
+ userEventPayload148Project: UserEventPayload148Project,
6782
6934
  ): string {
6783
6935
  return JSON.stringify(
6784
- UserEventPayload147Project$outboundSchema.parse(userEventPayload147Project),
6936
+ UserEventPayload148Project$outboundSchema.parse(userEventPayload148Project),
6785
6937
  );
6786
6938
  }
6787
6939
 
6788
- export function userEventPayload147ProjectFromJSON(
6940
+ export function userEventPayload148ProjectFromJSON(
6789
6941
  jsonString: string,
6790
- ): SafeParseResult<UserEventPayload147Project, SDKValidationError> {
6942
+ ): SafeParseResult<UserEventPayload148Project, SDKValidationError> {
6791
6943
  return safeParse(
6792
6944
  jsonString,
6793
- (x) => UserEventPayload147Project$inboundSchema.parse(JSON.parse(x)),
6794
- `Failed to parse 'UserEventPayload147Project' from JSON`,
6945
+ (x) => UserEventPayload148Project$inboundSchema.parse(JSON.parse(x)),
6946
+ `Failed to parse 'UserEventPayload148Project' from JSON`,
6795
6947
  );
6796
6948
  }
6797
6949
 
@@ -6981,8 +7133,8 @@ export function payloadMicrofrontendsFromJSON(
6981
7133
  }
6982
7134
 
6983
7135
  /** @internal */
6984
- export const UserEventPayload147PrevProject$inboundSchema: z.ZodType<
6985
- UserEventPayload147PrevProject,
7136
+ export const UserEventPayload148PrevProject$inboundSchema: z.ZodType<
7137
+ UserEventPayload148PrevProject,
6986
7138
  z.ZodTypeDef,
6987
7139
  unknown
6988
7140
  > = z.object({
@@ -6993,7 +7145,7 @@ export const UserEventPayload147PrevProject$inboundSchema: z.ZodType<
6993
7145
  });
6994
7146
 
6995
7147
  /** @internal */
6996
- export type UserEventPayload147PrevProject$Outbound = {
7148
+ export type UserEventPayload148PrevProject$Outbound = {
6997
7149
  microfrontends?:
6998
7150
  | UserEventMicrofrontends1$Outbound
6999
7151
  | UserEventMicrofrontends2$Outbound
@@ -7001,10 +7153,10 @@ export type UserEventPayload147PrevProject$Outbound = {
7001
7153
  };
7002
7154
 
7003
7155
  /** @internal */
7004
- export const UserEventPayload147PrevProject$outboundSchema: z.ZodType<
7005
- UserEventPayload147PrevProject$Outbound,
7156
+ export const UserEventPayload148PrevProject$outboundSchema: z.ZodType<
7157
+ UserEventPayload148PrevProject$Outbound,
7006
7158
  z.ZodTypeDef,
7007
- UserEventPayload147PrevProject
7159
+ UserEventPayload148PrevProject
7008
7160
  > = z.object({
7009
7161
  microfrontends: z.union([
7010
7162
  z.lazy(() => UserEventMicrofrontends1$outboundSchema),
@@ -7016,32 +7168,32 @@ export const UserEventPayload147PrevProject$outboundSchema: z.ZodType<
7016
7168
  * @internal
7017
7169
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7018
7170
  */
7019
- export namespace UserEventPayload147PrevProject$ {
7020
- /** @deprecated use `UserEventPayload147PrevProject$inboundSchema` instead. */
7021
- export const inboundSchema = UserEventPayload147PrevProject$inboundSchema;
7022
- /** @deprecated use `UserEventPayload147PrevProject$outboundSchema` instead. */
7023
- export const outboundSchema = UserEventPayload147PrevProject$outboundSchema;
7024
- /** @deprecated use `UserEventPayload147PrevProject$Outbound` instead. */
7025
- export type Outbound = UserEventPayload147PrevProject$Outbound;
7171
+ export namespace UserEventPayload148PrevProject$ {
7172
+ /** @deprecated use `UserEventPayload148PrevProject$inboundSchema` instead. */
7173
+ export const inboundSchema = UserEventPayload148PrevProject$inboundSchema;
7174
+ /** @deprecated use `UserEventPayload148PrevProject$outboundSchema` instead. */
7175
+ export const outboundSchema = UserEventPayload148PrevProject$outboundSchema;
7176
+ /** @deprecated use `UserEventPayload148PrevProject$Outbound` instead. */
7177
+ export type Outbound = UserEventPayload148PrevProject$Outbound;
7026
7178
  }
7027
7179
 
7028
- export function userEventPayload147PrevProjectToJSON(
7029
- userEventPayload147PrevProject: UserEventPayload147PrevProject,
7180
+ export function userEventPayload148PrevProjectToJSON(
7181
+ userEventPayload148PrevProject: UserEventPayload148PrevProject,
7030
7182
  ): string {
7031
7183
  return JSON.stringify(
7032
- UserEventPayload147PrevProject$outboundSchema.parse(
7033
- userEventPayload147PrevProject,
7184
+ UserEventPayload148PrevProject$outboundSchema.parse(
7185
+ userEventPayload148PrevProject,
7034
7186
  ),
7035
7187
  );
7036
7188
  }
7037
7189
 
7038
- export function userEventPayload147PrevProjectFromJSON(
7190
+ export function userEventPayload148PrevProjectFromJSON(
7039
7191
  jsonString: string,
7040
- ): SafeParseResult<UserEventPayload147PrevProject, SDKValidationError> {
7192
+ ): SafeParseResult<UserEventPayload148PrevProject, SDKValidationError> {
7041
7193
  return safeParse(
7042
7194
  jsonString,
7043
- (x) => UserEventPayload147PrevProject$inboundSchema.parse(JSON.parse(x)),
7044
- `Failed to parse 'UserEventPayload147PrevProject' from JSON`,
7195
+ (x) => UserEventPayload148PrevProject$inboundSchema.parse(JSON.parse(x)),
7196
+ `Failed to parse 'UserEventPayload148PrevProject' from JSON`,
7045
7197
  );
7046
7198
  }
7047
7199
 
@@ -7051,12 +7203,12 @@ export const PayloadPrev$inboundSchema: z.ZodType<
7051
7203
  z.ZodTypeDef,
7052
7204
  unknown
7053
7205
  > = z.object({
7054
- project: z.lazy(() => UserEventPayload147PrevProject$inboundSchema),
7206
+ project: z.lazy(() => UserEventPayload148PrevProject$inboundSchema),
7055
7207
  });
7056
7208
 
7057
7209
  /** @internal */
7058
7210
  export type PayloadPrev$Outbound = {
7059
- project: UserEventPayload147PrevProject$Outbound;
7211
+ project: UserEventPayload148PrevProject$Outbound;
7060
7212
  };
7061
7213
 
7062
7214
  /** @internal */
@@ -7065,7 +7217,7 @@ export const PayloadPrev$outboundSchema: z.ZodType<
7065
7217
  z.ZodTypeDef,
7066
7218
  PayloadPrev
7067
7219
  > = z.object({
7068
- project: z.lazy(() => UserEventPayload147PrevProject$outboundSchema),
7220
+ project: z.lazy(() => UserEventPayload148PrevProject$outboundSchema),
7069
7221
  });
7070
7222
 
7071
7223
  /**
@@ -7152,30 +7304,30 @@ export function payloadGroupFromJSON(
7152
7304
  }
7153
7305
 
7154
7306
  /** @internal */
7155
- export const OneHundredAndFortySeven$inboundSchema: z.ZodType<
7156
- OneHundredAndFortySeven,
7307
+ export const OneHundredAndFortyEight$inboundSchema: z.ZodType<
7308
+ OneHundredAndFortyEight,
7157
7309
  z.ZodTypeDef,
7158
7310
  unknown
7159
7311
  > = z.object({
7160
- project: z.lazy(() => UserEventPayload147Project$inboundSchema),
7312
+ project: z.lazy(() => UserEventPayload148Project$inboundSchema),
7161
7313
  prev: z.lazy(() => PayloadPrev$inboundSchema),
7162
7314
  group: z.lazy(() => PayloadGroup$inboundSchema),
7163
7315
  });
7164
7316
 
7165
7317
  /** @internal */
7166
- export type OneHundredAndFortySeven$Outbound = {
7167
- project: UserEventPayload147Project$Outbound;
7318
+ export type OneHundredAndFortyEight$Outbound = {
7319
+ project: UserEventPayload148Project$Outbound;
7168
7320
  prev: PayloadPrev$Outbound;
7169
7321
  group: PayloadGroup$Outbound;
7170
7322
  };
7171
7323
 
7172
7324
  /** @internal */
7173
- export const OneHundredAndFortySeven$outboundSchema: z.ZodType<
7174
- OneHundredAndFortySeven$Outbound,
7325
+ export const OneHundredAndFortyEight$outboundSchema: z.ZodType<
7326
+ OneHundredAndFortyEight$Outbound,
7175
7327
  z.ZodTypeDef,
7176
- OneHundredAndFortySeven
7328
+ OneHundredAndFortyEight
7177
7329
  > = z.object({
7178
- project: z.lazy(() => UserEventPayload147Project$outboundSchema),
7330
+ project: z.lazy(() => UserEventPayload148Project$outboundSchema),
7179
7331
  prev: z.lazy(() => PayloadPrev$outboundSchema),
7180
7332
  group: z.lazy(() => PayloadGroup$outboundSchema),
7181
7333
  });
@@ -7184,36 +7336,36 @@ export const OneHundredAndFortySeven$outboundSchema: z.ZodType<
7184
7336
  * @internal
7185
7337
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7186
7338
  */
7187
- export namespace OneHundredAndFortySeven$ {
7188
- /** @deprecated use `OneHundredAndFortySeven$inboundSchema` instead. */
7189
- export const inboundSchema = OneHundredAndFortySeven$inboundSchema;
7190
- /** @deprecated use `OneHundredAndFortySeven$outboundSchema` instead. */
7191
- export const outboundSchema = OneHundredAndFortySeven$outboundSchema;
7192
- /** @deprecated use `OneHundredAndFortySeven$Outbound` instead. */
7193
- export type Outbound = OneHundredAndFortySeven$Outbound;
7339
+ export namespace OneHundredAndFortyEight$ {
7340
+ /** @deprecated use `OneHundredAndFortyEight$inboundSchema` instead. */
7341
+ export const inboundSchema = OneHundredAndFortyEight$inboundSchema;
7342
+ /** @deprecated use `OneHundredAndFortyEight$outboundSchema` instead. */
7343
+ export const outboundSchema = OneHundredAndFortyEight$outboundSchema;
7344
+ /** @deprecated use `OneHundredAndFortyEight$Outbound` instead. */
7345
+ export type Outbound = OneHundredAndFortyEight$Outbound;
7194
7346
  }
7195
7347
 
7196
- export function oneHundredAndFortySevenToJSON(
7197
- oneHundredAndFortySeven: OneHundredAndFortySeven,
7348
+ export function oneHundredAndFortyEightToJSON(
7349
+ oneHundredAndFortyEight: OneHundredAndFortyEight,
7198
7350
  ): string {
7199
7351
  return JSON.stringify(
7200
- OneHundredAndFortySeven$outboundSchema.parse(oneHundredAndFortySeven),
7352
+ OneHundredAndFortyEight$outboundSchema.parse(oneHundredAndFortyEight),
7201
7353
  );
7202
7354
  }
7203
7355
 
7204
- export function oneHundredAndFortySevenFromJSON(
7356
+ export function oneHundredAndFortyEightFromJSON(
7205
7357
  jsonString: string,
7206
- ): SafeParseResult<OneHundredAndFortySeven, SDKValidationError> {
7358
+ ): SafeParseResult<OneHundredAndFortyEight, SDKValidationError> {
7207
7359
  return safeParse(
7208
7360
  jsonString,
7209
- (x) => OneHundredAndFortySeven$inboundSchema.parse(JSON.parse(x)),
7210
- `Failed to parse 'OneHundredAndFortySeven' from JSON`,
7361
+ (x) => OneHundredAndFortyEight$inboundSchema.parse(JSON.parse(x)),
7362
+ `Failed to parse 'OneHundredAndFortyEight' from JSON`,
7211
7363
  );
7212
7364
  }
7213
7365
 
7214
7366
  /** @internal */
7215
- export const UserEventPayload146Project$inboundSchema: z.ZodType<
7216
- UserEventPayload146Project,
7367
+ export const UserEventPayload147Project$inboundSchema: z.ZodType<
7368
+ UserEventPayload147Project,
7217
7369
  z.ZodTypeDef,
7218
7370
  unknown
7219
7371
  > = z.object({
@@ -7222,16 +7374,16 @@ export const UserEventPayload146Project$inboundSchema: z.ZodType<
7222
7374
  });
7223
7375
 
7224
7376
  /** @internal */
7225
- export type UserEventPayload146Project$Outbound = {
7377
+ export type UserEventPayload147Project$Outbound = {
7226
7378
  id: string;
7227
7379
  name: string;
7228
7380
  };
7229
7381
 
7230
7382
  /** @internal */
7231
- export const UserEventPayload146Project$outboundSchema: z.ZodType<
7232
- UserEventPayload146Project$Outbound,
7383
+ export const UserEventPayload147Project$outboundSchema: z.ZodType<
7384
+ UserEventPayload147Project$Outbound,
7233
7385
  z.ZodTypeDef,
7234
- UserEventPayload146Project
7386
+ UserEventPayload147Project
7235
7387
  > = z.object({
7236
7388
  id: z.string(),
7237
7389
  name: z.string(),
@@ -7241,30 +7393,30 @@ export const UserEventPayload146Project$outboundSchema: z.ZodType<
7241
7393
  * @internal
7242
7394
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7243
7395
  */
7244
- export namespace UserEventPayload146Project$ {
7245
- /** @deprecated use `UserEventPayload146Project$inboundSchema` instead. */
7246
- export const inboundSchema = UserEventPayload146Project$inboundSchema;
7247
- /** @deprecated use `UserEventPayload146Project$outboundSchema` instead. */
7248
- export const outboundSchema = UserEventPayload146Project$outboundSchema;
7249
- /** @deprecated use `UserEventPayload146Project$Outbound` instead. */
7250
- export type Outbound = UserEventPayload146Project$Outbound;
7396
+ export namespace UserEventPayload147Project$ {
7397
+ /** @deprecated use `UserEventPayload147Project$inboundSchema` instead. */
7398
+ export const inboundSchema = UserEventPayload147Project$inboundSchema;
7399
+ /** @deprecated use `UserEventPayload147Project$outboundSchema` instead. */
7400
+ export const outboundSchema = UserEventPayload147Project$outboundSchema;
7401
+ /** @deprecated use `UserEventPayload147Project$Outbound` instead. */
7402
+ export type Outbound = UserEventPayload147Project$Outbound;
7251
7403
  }
7252
7404
 
7253
- export function userEventPayload146ProjectToJSON(
7254
- userEventPayload146Project: UserEventPayload146Project,
7405
+ export function userEventPayload147ProjectToJSON(
7406
+ userEventPayload147Project: UserEventPayload147Project,
7255
7407
  ): string {
7256
7408
  return JSON.stringify(
7257
- UserEventPayload146Project$outboundSchema.parse(userEventPayload146Project),
7409
+ UserEventPayload147Project$outboundSchema.parse(userEventPayload147Project),
7258
7410
  );
7259
7411
  }
7260
7412
 
7261
- export function userEventPayload146ProjectFromJSON(
7413
+ export function userEventPayload147ProjectFromJSON(
7262
7414
  jsonString: string,
7263
- ): SafeParseResult<UserEventPayload146Project, SDKValidationError> {
7415
+ ): SafeParseResult<UserEventPayload147Project, SDKValidationError> {
7264
7416
  return safeParse(
7265
7417
  jsonString,
7266
- (x) => UserEventPayload146Project$inboundSchema.parse(JSON.parse(x)),
7267
- `Failed to parse 'UserEventPayload146Project' from JSON`,
7418
+ (x) => UserEventPayload147Project$inboundSchema.parse(JSON.parse(x)),
7419
+ `Failed to parse 'UserEventPayload147Project' from JSON`,
7268
7420
  );
7269
7421
  }
7270
7422
 
@@ -7322,28 +7474,28 @@ export function groupFromJSON(
7322
7474
  }
7323
7475
 
7324
7476
  /** @internal */
7325
- export const OneHundredAndFortySix$inboundSchema: z.ZodType<
7326
- OneHundredAndFortySix,
7477
+ export const OneHundredAndFortySeven$inboundSchema: z.ZodType<
7478
+ OneHundredAndFortySeven,
7327
7479
  z.ZodTypeDef,
7328
7480
  unknown
7329
7481
  > = z.object({
7330
- project: z.lazy(() => UserEventPayload146Project$inboundSchema),
7482
+ project: z.lazy(() => UserEventPayload147Project$inboundSchema),
7331
7483
  group: z.lazy(() => Group$inboundSchema),
7332
7484
  });
7333
7485
 
7334
7486
  /** @internal */
7335
- export type OneHundredAndFortySix$Outbound = {
7336
- project: UserEventPayload146Project$Outbound;
7487
+ export type OneHundredAndFortySeven$Outbound = {
7488
+ project: UserEventPayload147Project$Outbound;
7337
7489
  group: Group$Outbound;
7338
7490
  };
7339
7491
 
7340
7492
  /** @internal */
7341
- export const OneHundredAndFortySix$outboundSchema: z.ZodType<
7342
- OneHundredAndFortySix$Outbound,
7493
+ export const OneHundredAndFortySeven$outboundSchema: z.ZodType<
7494
+ OneHundredAndFortySeven$Outbound,
7343
7495
  z.ZodTypeDef,
7344
- OneHundredAndFortySix
7496
+ OneHundredAndFortySeven
7345
7497
  > = z.object({
7346
- project: z.lazy(() => UserEventPayload146Project$outboundSchema),
7498
+ project: z.lazy(() => UserEventPayload147Project$outboundSchema),
7347
7499
  group: z.lazy(() => Group$outboundSchema),
7348
7500
  });
7349
7501
 
@@ -7351,30 +7503,30 @@ export const OneHundredAndFortySix$outboundSchema: z.ZodType<
7351
7503
  * @internal
7352
7504
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7353
7505
  */
7354
- export namespace OneHundredAndFortySix$ {
7355
- /** @deprecated use `OneHundredAndFortySix$inboundSchema` instead. */
7356
- export const inboundSchema = OneHundredAndFortySix$inboundSchema;
7357
- /** @deprecated use `OneHundredAndFortySix$outboundSchema` instead. */
7358
- export const outboundSchema = OneHundredAndFortySix$outboundSchema;
7359
- /** @deprecated use `OneHundredAndFortySix$Outbound` instead. */
7360
- export type Outbound = OneHundredAndFortySix$Outbound;
7506
+ export namespace OneHundredAndFortySeven$ {
7507
+ /** @deprecated use `OneHundredAndFortySeven$inboundSchema` instead. */
7508
+ export const inboundSchema = OneHundredAndFortySeven$inboundSchema;
7509
+ /** @deprecated use `OneHundredAndFortySeven$outboundSchema` instead. */
7510
+ export const outboundSchema = OneHundredAndFortySeven$outboundSchema;
7511
+ /** @deprecated use `OneHundredAndFortySeven$Outbound` instead. */
7512
+ export type Outbound = OneHundredAndFortySeven$Outbound;
7361
7513
  }
7362
7514
 
7363
- export function oneHundredAndFortySixToJSON(
7364
- oneHundredAndFortySix: OneHundredAndFortySix,
7515
+ export function oneHundredAndFortySevenToJSON(
7516
+ oneHundredAndFortySeven: OneHundredAndFortySeven,
7365
7517
  ): string {
7366
7518
  return JSON.stringify(
7367
- OneHundredAndFortySix$outboundSchema.parse(oneHundredAndFortySix),
7519
+ OneHundredAndFortySeven$outboundSchema.parse(oneHundredAndFortySeven),
7368
7520
  );
7369
7521
  }
7370
7522
 
7371
- export function oneHundredAndFortySixFromJSON(
7523
+ export function oneHundredAndFortySevenFromJSON(
7372
7524
  jsonString: string,
7373
- ): SafeParseResult<OneHundredAndFortySix, SDKValidationError> {
7525
+ ): SafeParseResult<OneHundredAndFortySeven, SDKValidationError> {
7374
7526
  return safeParse(
7375
7527
  jsonString,
7376
- (x) => OneHundredAndFortySix$inboundSchema.parse(JSON.parse(x)),
7377
- `Failed to parse 'OneHundredAndFortySix' from JSON`,
7528
+ (x) => OneHundredAndFortySeven$inboundSchema.parse(JSON.parse(x)),
7529
+ `Failed to parse 'OneHundredAndFortySeven' from JSON`,
7378
7530
  );
7379
7531
  }
7380
7532
 
@@ -7429,8 +7581,8 @@ export function prevFromJSON(
7429
7581
  }
7430
7582
 
7431
7583
  /** @internal */
7432
- export const OneHundredAndFortyFive$inboundSchema: z.ZodType<
7433
- OneHundredAndFortyFive,
7584
+ export const OneHundredAndFortySix$inboundSchema: z.ZodType<
7585
+ OneHundredAndFortySix,
7434
7586
  z.ZodTypeDef,
7435
7587
  unknown
7436
7588
  > = z.object({
@@ -7442,7 +7594,7 @@ export const OneHundredAndFortyFive$inboundSchema: z.ZodType<
7442
7594
  });
7443
7595
 
7444
7596
  /** @internal */
7445
- export type OneHundredAndFortyFive$Outbound = {
7597
+ export type OneHundredAndFortySix$Outbound = {
7446
7598
  id: string;
7447
7599
  slug?: string | undefined;
7448
7600
  name?: string | undefined;
@@ -7451,10 +7603,10 @@ export type OneHundredAndFortyFive$Outbound = {
7451
7603
  };
7452
7604
 
7453
7605
  /** @internal */
7454
- export const OneHundredAndFortyFive$outboundSchema: z.ZodType<
7455
- OneHundredAndFortyFive$Outbound,
7606
+ export const OneHundredAndFortySix$outboundSchema: z.ZodType<
7607
+ OneHundredAndFortySix$Outbound,
7456
7608
  z.ZodTypeDef,
7457
- OneHundredAndFortyFive
7609
+ OneHundredAndFortySix
7458
7610
  > = z.object({
7459
7611
  id: z.string(),
7460
7612
  slug: z.string().optional(),
@@ -7463,6 +7615,66 @@ export const OneHundredAndFortyFive$outboundSchema: z.ZodType<
7463
7615
  prev: z.lazy(() => Prev$outboundSchema),
7464
7616
  });
7465
7617
 
7618
+ /**
7619
+ * @internal
7620
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7621
+ */
7622
+ export namespace OneHundredAndFortySix$ {
7623
+ /** @deprecated use `OneHundredAndFortySix$inboundSchema` instead. */
7624
+ export const inboundSchema = OneHundredAndFortySix$inboundSchema;
7625
+ /** @deprecated use `OneHundredAndFortySix$outboundSchema` instead. */
7626
+ export const outboundSchema = OneHundredAndFortySix$outboundSchema;
7627
+ /** @deprecated use `OneHundredAndFortySix$Outbound` instead. */
7628
+ export type Outbound = OneHundredAndFortySix$Outbound;
7629
+ }
7630
+
7631
+ export function oneHundredAndFortySixToJSON(
7632
+ oneHundredAndFortySix: OneHundredAndFortySix,
7633
+ ): string {
7634
+ return JSON.stringify(
7635
+ OneHundredAndFortySix$outboundSchema.parse(oneHundredAndFortySix),
7636
+ );
7637
+ }
7638
+
7639
+ export function oneHundredAndFortySixFromJSON(
7640
+ jsonString: string,
7641
+ ): SafeParseResult<OneHundredAndFortySix, SDKValidationError> {
7642
+ return safeParse(
7643
+ jsonString,
7644
+ (x) => OneHundredAndFortySix$inboundSchema.parse(JSON.parse(x)),
7645
+ `Failed to parse 'OneHundredAndFortySix' from JSON`,
7646
+ );
7647
+ }
7648
+
7649
+ /** @internal */
7650
+ export const OneHundredAndFortyFive$inboundSchema: z.ZodType<
7651
+ OneHundredAndFortyFive,
7652
+ z.ZodTypeDef,
7653
+ unknown
7654
+ > = z.object({
7655
+ id: z.string(),
7656
+ slug: z.string(),
7657
+ name: z.string(),
7658
+ });
7659
+
7660
+ /** @internal */
7661
+ export type OneHundredAndFortyFive$Outbound = {
7662
+ id: string;
7663
+ slug: string;
7664
+ name: string;
7665
+ };
7666
+
7667
+ /** @internal */
7668
+ export const OneHundredAndFortyFive$outboundSchema: z.ZodType<
7669
+ OneHundredAndFortyFive$Outbound,
7670
+ z.ZodTypeDef,
7671
+ OneHundredAndFortyFive
7672
+ > = z.object({
7673
+ id: z.string(),
7674
+ slug: z.string(),
7675
+ name: z.string(),
7676
+ });
7677
+
7466
7678
  /**
7467
7679
  * @internal
7468
7680
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
@@ -7494,22 +7706,39 @@ export function oneHundredAndFortyFiveFromJSON(
7494
7706
  );
7495
7707
  }
7496
7708
 
7709
+ /** @internal */
7710
+ export const UserEventPayload144Action$inboundSchema: z.ZodNativeEnum<
7711
+ typeof UserEventPayload144Action
7712
+ > = z.nativeEnum(UserEventPayload144Action);
7713
+
7714
+ /** @internal */
7715
+ export const UserEventPayload144Action$outboundSchema: z.ZodNativeEnum<
7716
+ typeof UserEventPayload144Action
7717
+ > = UserEventPayload144Action$inboundSchema;
7718
+
7719
+ /**
7720
+ * @internal
7721
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7722
+ */
7723
+ export namespace UserEventPayload144Action$ {
7724
+ /** @deprecated use `UserEventPayload144Action$inboundSchema` instead. */
7725
+ export const inboundSchema = UserEventPayload144Action$inboundSchema;
7726
+ /** @deprecated use `UserEventPayload144Action$outboundSchema` instead. */
7727
+ export const outboundSchema = UserEventPayload144Action$outboundSchema;
7728
+ }
7729
+
7497
7730
  /** @internal */
7498
7731
  export const OneHundredAndFortyFour$inboundSchema: z.ZodType<
7499
7732
  OneHundredAndFortyFour,
7500
7733
  z.ZodTypeDef,
7501
- unknown
7502
- > = z.object({
7503
- id: z.string(),
7504
- slug: z.string(),
7505
- name: z.string(),
7734
+ unknown
7735
+ > = z.object({
7736
+ action: UserEventPayload144Action$inboundSchema,
7506
7737
  });
7507
7738
 
7508
7739
  /** @internal */
7509
7740
  export type OneHundredAndFortyFour$Outbound = {
7510
- id: string;
7511
- slug: string;
7512
- name: string;
7741
+ action: string;
7513
7742
  };
7514
7743
 
7515
7744
  /** @internal */
@@ -7518,9 +7747,7 @@ export const OneHundredAndFortyFour$outboundSchema: z.ZodType<
7518
7747
  z.ZodTypeDef,
7519
7748
  OneHundredAndFortyFour
7520
7749
  > = z.object({
7521
- id: z.string(),
7522
- slug: z.string(),
7523
- name: z.string(),
7750
+ action: UserEventPayload144Action$outboundSchema,
7524
7751
  });
7525
7752
 
7526
7753
  /**
@@ -7554,39 +7781,22 @@ export function oneHundredAndFortyFourFromJSON(
7554
7781
  );
7555
7782
  }
7556
7783
 
7557
- /** @internal */
7558
- export const UserEventPayload143Action$inboundSchema: z.ZodNativeEnum<
7559
- typeof UserEventPayload143Action
7560
- > = z.nativeEnum(UserEventPayload143Action);
7561
-
7562
- /** @internal */
7563
- export const UserEventPayload143Action$outboundSchema: z.ZodNativeEnum<
7564
- typeof UserEventPayload143Action
7565
- > = UserEventPayload143Action$inboundSchema;
7566
-
7567
- /**
7568
- * @internal
7569
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7570
- */
7571
- export namespace UserEventPayload143Action$ {
7572
- /** @deprecated use `UserEventPayload143Action$inboundSchema` instead. */
7573
- export const inboundSchema = UserEventPayload143Action$inboundSchema;
7574
- /** @deprecated use `UserEventPayload143Action$outboundSchema` instead. */
7575
- export const outboundSchema = UserEventPayload143Action$outboundSchema;
7576
- }
7577
-
7578
7784
  /** @internal */
7579
7785
  export const OneHundredAndFortyThree$inboundSchema: z.ZodType<
7580
7786
  OneHundredAndFortyThree,
7581
7787
  z.ZodTypeDef,
7582
7788
  unknown
7583
7789
  > = z.object({
7584
- action: UserEventPayload143Action$inboundSchema,
7790
+ edgeConfigId: z.string(),
7791
+ edgeConfigSlug: z.string(),
7792
+ edgeConfigTokenIds: z.array(z.string()),
7585
7793
  });
7586
7794
 
7587
7795
  /** @internal */
7588
7796
  export type OneHundredAndFortyThree$Outbound = {
7589
- action: string;
7797
+ edgeConfigId: string;
7798
+ edgeConfigSlug: string;
7799
+ edgeConfigTokenIds: Array<string>;
7590
7800
  };
7591
7801
 
7592
7802
  /** @internal */
@@ -7595,7 +7805,9 @@ export const OneHundredAndFortyThree$outboundSchema: z.ZodType<
7595
7805
  z.ZodTypeDef,
7596
7806
  OneHundredAndFortyThree
7597
7807
  > = z.object({
7598
- action: UserEventPayload143Action$outboundSchema,
7808
+ edgeConfigId: z.string(),
7809
+ edgeConfigSlug: z.string(),
7810
+ edgeConfigTokenIds: z.array(z.string()),
7599
7811
  });
7600
7812
 
7601
7813
  /**
@@ -7637,14 +7849,16 @@ export const OneHundredAndFortyTwo$inboundSchema: z.ZodType<
7637
7849
  > = z.object({
7638
7850
  edgeConfigId: z.string(),
7639
7851
  edgeConfigSlug: z.string(),
7640
- edgeConfigTokenIds: z.array(z.string()),
7852
+ edgeConfigTokenId: z.string(),
7853
+ label: z.string(),
7641
7854
  });
7642
7855
 
7643
7856
  /** @internal */
7644
7857
  export type OneHundredAndFortyTwo$Outbound = {
7645
7858
  edgeConfigId: string;
7646
7859
  edgeConfigSlug: string;
7647
- edgeConfigTokenIds: Array<string>;
7860
+ edgeConfigTokenId: string;
7861
+ label: string;
7648
7862
  };
7649
7863
 
7650
7864
  /** @internal */
@@ -7655,7 +7869,8 @@ export const OneHundredAndFortyTwo$outboundSchema: z.ZodType<
7655
7869
  > = z.object({
7656
7870
  edgeConfigId: z.string(),
7657
7871
  edgeConfigSlug: z.string(),
7658
- edgeConfigTokenIds: z.array(z.string()),
7872
+ edgeConfigTokenId: z.string(),
7873
+ label: z.string(),
7659
7874
  });
7660
7875
 
7661
7876
  /**
@@ -7697,16 +7912,14 @@ export const OneHundredAndFortyOne$inboundSchema: z.ZodType<
7697
7912
  > = z.object({
7698
7913
  edgeConfigId: z.string(),
7699
7914
  edgeConfigSlug: z.string(),
7700
- edgeConfigTokenId: z.string(),
7701
- label: z.string(),
7915
+ edgeConfigDigest: z.string(),
7702
7916
  });
7703
7917
 
7704
7918
  /** @internal */
7705
7919
  export type OneHundredAndFortyOne$Outbound = {
7706
7920
  edgeConfigId: string;
7707
7921
  edgeConfigSlug: string;
7708
- edgeConfigTokenId: string;
7709
- label: string;
7922
+ edgeConfigDigest: string;
7710
7923
  };
7711
7924
 
7712
7925
  /** @internal */
@@ -7717,8 +7930,7 @@ export const OneHundredAndFortyOne$outboundSchema: z.ZodType<
7717
7930
  > = z.object({
7718
7931
  edgeConfigId: z.string(),
7719
7932
  edgeConfigSlug: z.string(),
7720
- edgeConfigTokenId: z.string(),
7721
- label: z.string(),
7933
+ edgeConfigDigest: z.string(),
7722
7934
  });
7723
7935
 
7724
7936
  /**
@@ -7758,16 +7970,14 @@ export const OneHundredAndForty$inboundSchema: z.ZodType<
7758
7970
  z.ZodTypeDef,
7759
7971
  unknown
7760
7972
  > = z.object({
7761
- edgeConfigId: z.string(),
7762
- edgeConfigSlug: z.string(),
7763
- edgeConfigDigest: z.string(),
7973
+ projectName: z.string(),
7974
+ urls: z.array(z.string()),
7764
7975
  });
7765
7976
 
7766
7977
  /** @internal */
7767
7978
  export type OneHundredAndForty$Outbound = {
7768
- edgeConfigId: string;
7769
- edgeConfigSlug: string;
7770
- edgeConfigDigest: string;
7979
+ projectName: string;
7980
+ urls: Array<string>;
7771
7981
  };
7772
7982
 
7773
7983
  /** @internal */
@@ -7776,9 +7986,8 @@ export const OneHundredAndForty$outboundSchema: z.ZodType<
7776
7986
  z.ZodTypeDef,
7777
7987
  OneHundredAndForty
7778
7988
  > = z.object({
7779
- edgeConfigId: z.string(),
7780
- edgeConfigSlug: z.string(),
7781
- edgeConfigDigest: z.string(),
7989
+ projectName: z.string(),
7990
+ urls: z.array(z.string()),
7782
7991
  });
7783
7992
 
7784
7993
  /**
@@ -10279,6 +10488,9 @@ export const OneHundredAndTwelve$inboundSchema: z.ZodType<
10279
10488
  role: z.string().optional(),
10280
10489
  uid: z.string(),
10281
10490
  origin: z.string().optional(),
10491
+ teamRoles: z.array(z.string()).optional(),
10492
+ teamPermissions: z.array(z.string()).optional(),
10493
+ entitlements: z.array(z.string()).optional(),
10282
10494
  });
10283
10495
 
10284
10496
  /** @internal */
@@ -10286,6 +10498,9 @@ export type OneHundredAndTwelve$Outbound = {
10286
10498
  role?: string | undefined;
10287
10499
  uid: string;
10288
10500
  origin?: string | undefined;
10501
+ teamRoles?: Array<string> | undefined;
10502
+ teamPermissions?: Array<string> | undefined;
10503
+ entitlements?: Array<string> | undefined;
10289
10504
  };
10290
10505
 
10291
10506
  /** @internal */
@@ -10297,6 +10512,9 @@ export const OneHundredAndTwelve$outboundSchema: z.ZodType<
10297
10512
  role: z.string().optional(),
10298
10513
  uid: z.string(),
10299
10514
  origin: z.string().optional(),
10515
+ teamRoles: z.array(z.string()).optional(),
10516
+ teamPermissions: z.array(z.string()).optional(),
10517
+ entitlements: z.array(z.string()).optional(),
10300
10518
  });
10301
10519
 
10302
10520
  /**
@@ -29040,12 +29258,12 @@ export const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown> =
29040
29258
  z.lazy(() => SixtyFour$inboundSchema),
29041
29259
  z.lazy(() => SixtySeven$inboundSchema),
29042
29260
  z.lazy(() => OneHundredAndThirtyOne$inboundSchema),
29043
- z.lazy(() => OneHundredAndFiftyEight$inboundSchema),
29261
+ z.lazy(() => OneHundredAndSixtyOne$inboundSchema),
29044
29262
  z.lazy(() => Payload2$inboundSchema),
29045
29263
  z.lazy(() => FortyFive$inboundSchema),
29046
29264
  z.lazy(() => SixtyEight$inboundSchema),
29047
29265
  z.lazy(() => OneHundredAndOne$inboundSchema),
29048
- z.lazy(() => OneHundredAndFortyOne$inboundSchema),
29266
+ z.lazy(() => OneHundredAndFortyTwo$inboundSchema),
29049
29267
  z.lazy(() => Twelve$inboundSchema),
29050
29268
  z.lazy(() => Sixteen$inboundSchema),
29051
29269
  z.lazy(() => TwentyNine$inboundSchema),
@@ -29069,13 +29287,13 @@ export const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown> =
29069
29287
  z.lazy(() => OneHundredAndNine$inboundSchema),
29070
29288
  z.lazy(() => OneHundredAndThirtyThree$inboundSchema),
29071
29289
  z.lazy(() => OneHundredAndThirtyFour$inboundSchema),
29072
- z.lazy(() => OneHundredAndForty$inboundSchema),
29073
- z.lazy(() => OneHundredAndFortyTwo$inboundSchema),
29074
- z.lazy(() => OneHundredAndFortyFour$inboundSchema),
29075
- z.lazy(() => OneHundredAndFortySeven$inboundSchema),
29076
- z.lazy(() => OneHundredAndFiftyFive$inboundSchema),
29077
- z.lazy(() => OneHundredAndFiftySix$inboundSchema),
29078
- z.lazy(() => OneHundredAndFiftySeven$inboundSchema),
29290
+ z.lazy(() => OneHundredAndFortyOne$inboundSchema),
29291
+ z.lazy(() => OneHundredAndFortyThree$inboundSchema),
29292
+ z.lazy(() => OneHundredAndFortyFive$inboundSchema),
29293
+ z.lazy(() => OneHundredAndFortyEight$inboundSchema),
29294
+ z.lazy(() => OneHundredAndFiftyEight$inboundSchema),
29295
+ z.lazy(() => OneHundredAndFiftyNine$inboundSchema),
29296
+ z.lazy(() => OneHundredAndSixty$inboundSchema),
29079
29297
  z.lazy(() => Four$inboundSchema),
29080
29298
  z.lazy(() => Five$inboundSchema),
29081
29299
  z.lazy(() => Six$inboundSchema),
@@ -29115,13 +29333,14 @@ export const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown> =
29115
29333
  z.lazy(() => OneHundredAndThirtySix$inboundSchema),
29116
29334
  z.lazy(() => OneHundredAndThirtySeven$inboundSchema),
29117
29335
  z.lazy(() => OneHundredAndThirtyNine$inboundSchema),
29118
- z.lazy(() => OneHundredAndFortyFive$inboundSchema),
29336
+ z.lazy(() => OneHundredAndForty$inboundSchema),
29119
29337
  z.lazy(() => OneHundredAndFortySix$inboundSchema),
29120
- z.lazy(() => OneHundredAndFortyEight$inboundSchema),
29121
- z.lazy(() => OneHundredAndFifty$inboundSchema),
29338
+ z.lazy(() => OneHundredAndFortySeven$inboundSchema),
29339
+ z.lazy(() => OneHundredAndFortyNine$inboundSchema),
29122
29340
  z.lazy(() => OneHundredAndFiftyOne$inboundSchema),
29123
29341
  z.lazy(() => OneHundredAndFiftyTwo$inboundSchema),
29124
- z.lazy(() => OneHundredAndFiftyFour$inboundSchema),
29342
+ z.lazy(() => OneHundredAndFiftyThree$inboundSchema),
29343
+ z.lazy(() => OneHundredAndFiftyFive$inboundSchema),
29125
29344
  z.lazy(() => Three$inboundSchema),
29126
29345
  z.lazy(() => Fifteen$inboundSchema),
29127
29346
  z.lazy(() => Twenty$inboundSchema),
@@ -29163,9 +29382,11 @@ export const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown> =
29163
29382
  z.lazy(() => OneHundredAndTwentyNine$inboundSchema),
29164
29383
  z.lazy(() => OneHundredAndThirty$inboundSchema),
29165
29384
  z.lazy(() => OneHundredAndThirtyEight$inboundSchema),
29166
- z.lazy(() => OneHundredAndFortyThree$inboundSchema),
29167
- z.lazy(() => OneHundredAndFortyNine$inboundSchema),
29168
- z.lazy(() => OneHundredAndFiftyThree$inboundSchema),
29385
+ z.lazy(() => OneHundredAndFortyFour$inboundSchema),
29386
+ z.lazy(() => OneHundredAndFifty$inboundSchema),
29387
+ z.lazy(() => OneHundredAndFiftyFour$inboundSchema),
29388
+ z.lazy(() => OneHundredAndFiftySix$inboundSchema),
29389
+ z.lazy(() => OneHundredAndFiftySeven$inboundSchema),
29169
29390
  z.lazy(() => Payload1$inboundSchema),
29170
29391
  z.lazy(() => Seven$inboundSchema),
29171
29392
  z.lazy(() => Eight$inboundSchema),
@@ -29202,12 +29423,12 @@ export type Payload$Outbound =
29202
29423
  | SixtyFour$Outbound
29203
29424
  | SixtySeven$Outbound
29204
29425
  | OneHundredAndThirtyOne$Outbound
29205
- | OneHundredAndFiftyEight$Outbound
29426
+ | OneHundredAndSixtyOne$Outbound
29206
29427
  | Payload2$Outbound
29207
29428
  | FortyFive$Outbound
29208
29429
  | SixtyEight$Outbound
29209
29430
  | OneHundredAndOne$Outbound
29210
- | OneHundredAndFortyOne$Outbound
29431
+ | OneHundredAndFortyTwo$Outbound
29211
29432
  | Twelve$Outbound
29212
29433
  | Sixteen$Outbound
29213
29434
  | TwentyNine$Outbound
@@ -29231,13 +29452,13 @@ export type Payload$Outbound =
29231
29452
  | OneHundredAndNine$Outbound
29232
29453
  | OneHundredAndThirtyThree$Outbound
29233
29454
  | OneHundredAndThirtyFour$Outbound
29234
- | OneHundredAndForty$Outbound
29235
- | OneHundredAndFortyTwo$Outbound
29236
- | OneHundredAndFortyFour$Outbound
29237
- | OneHundredAndFortySeven$Outbound
29238
- | OneHundredAndFiftyFive$Outbound
29239
- | OneHundredAndFiftySix$Outbound
29240
- | OneHundredAndFiftySeven$Outbound
29455
+ | OneHundredAndFortyOne$Outbound
29456
+ | OneHundredAndFortyThree$Outbound
29457
+ | OneHundredAndFortyFive$Outbound
29458
+ | OneHundredAndFortyEight$Outbound
29459
+ | OneHundredAndFiftyEight$Outbound
29460
+ | OneHundredAndFiftyNine$Outbound
29461
+ | OneHundredAndSixty$Outbound
29241
29462
  | Four$Outbound
29242
29463
  | Five$Outbound
29243
29464
  | Six$Outbound
@@ -29277,13 +29498,14 @@ export type Payload$Outbound =
29277
29498
  | OneHundredAndThirtySix$Outbound
29278
29499
  | OneHundredAndThirtySeven$Outbound
29279
29500
  | OneHundredAndThirtyNine$Outbound
29280
- | OneHundredAndFortyFive$Outbound
29501
+ | OneHundredAndForty$Outbound
29281
29502
  | OneHundredAndFortySix$Outbound
29282
- | OneHundredAndFortyEight$Outbound
29283
- | OneHundredAndFifty$Outbound
29503
+ | OneHundredAndFortySeven$Outbound
29504
+ | OneHundredAndFortyNine$Outbound
29284
29505
  | OneHundredAndFiftyOne$Outbound
29285
29506
  | OneHundredAndFiftyTwo$Outbound
29286
- | OneHundredAndFiftyFour$Outbound
29507
+ | OneHundredAndFiftyThree$Outbound
29508
+ | OneHundredAndFiftyFive$Outbound
29287
29509
  | Three$Outbound
29288
29510
  | Fifteen$Outbound
29289
29511
  | Twenty$Outbound
@@ -29325,9 +29547,11 @@ export type Payload$Outbound =
29325
29547
  | OneHundredAndTwentyNine$Outbound
29326
29548
  | OneHundredAndThirty$Outbound
29327
29549
  | OneHundredAndThirtyEight$Outbound
29328
- | OneHundredAndFortyThree$Outbound
29329
- | OneHundredAndFortyNine$Outbound
29330
- | OneHundredAndFiftyThree$Outbound
29550
+ | OneHundredAndFortyFour$Outbound
29551
+ | OneHundredAndFifty$Outbound
29552
+ | OneHundredAndFiftyFour$Outbound
29553
+ | OneHundredAndFiftySix$Outbound
29554
+ | OneHundredAndFiftySeven$Outbound
29331
29555
  | Payload1$Outbound
29332
29556
  | Seven$Outbound
29333
29557
  | Eight$Outbound
@@ -29367,12 +29591,12 @@ export const Payload$outboundSchema: z.ZodType<
29367
29591
  z.lazy(() => SixtyFour$outboundSchema),
29368
29592
  z.lazy(() => SixtySeven$outboundSchema),
29369
29593
  z.lazy(() => OneHundredAndThirtyOne$outboundSchema),
29370
- z.lazy(() => OneHundredAndFiftyEight$outboundSchema),
29594
+ z.lazy(() => OneHundredAndSixtyOne$outboundSchema),
29371
29595
  z.lazy(() => Payload2$outboundSchema),
29372
29596
  z.lazy(() => FortyFive$outboundSchema),
29373
29597
  z.lazy(() => SixtyEight$outboundSchema),
29374
29598
  z.lazy(() => OneHundredAndOne$outboundSchema),
29375
- z.lazy(() => OneHundredAndFortyOne$outboundSchema),
29599
+ z.lazy(() => OneHundredAndFortyTwo$outboundSchema),
29376
29600
  z.lazy(() => Twelve$outboundSchema),
29377
29601
  z.lazy(() => Sixteen$outboundSchema),
29378
29602
  z.lazy(() => TwentyNine$outboundSchema),
@@ -29396,13 +29620,13 @@ export const Payload$outboundSchema: z.ZodType<
29396
29620
  z.lazy(() => OneHundredAndNine$outboundSchema),
29397
29621
  z.lazy(() => OneHundredAndThirtyThree$outboundSchema),
29398
29622
  z.lazy(() => OneHundredAndThirtyFour$outboundSchema),
29399
- z.lazy(() => OneHundredAndForty$outboundSchema),
29400
- z.lazy(() => OneHundredAndFortyTwo$outboundSchema),
29401
- z.lazy(() => OneHundredAndFortyFour$outboundSchema),
29402
- z.lazy(() => OneHundredAndFortySeven$outboundSchema),
29403
- z.lazy(() => OneHundredAndFiftyFive$outboundSchema),
29404
- z.lazy(() => OneHundredAndFiftySix$outboundSchema),
29405
- z.lazy(() => OneHundredAndFiftySeven$outboundSchema),
29623
+ z.lazy(() => OneHundredAndFortyOne$outboundSchema),
29624
+ z.lazy(() => OneHundredAndFortyThree$outboundSchema),
29625
+ z.lazy(() => OneHundredAndFortyFive$outboundSchema),
29626
+ z.lazy(() => OneHundredAndFortyEight$outboundSchema),
29627
+ z.lazy(() => OneHundredAndFiftyEight$outboundSchema),
29628
+ z.lazy(() => OneHundredAndFiftyNine$outboundSchema),
29629
+ z.lazy(() => OneHundredAndSixty$outboundSchema),
29406
29630
  z.lazy(() => Four$outboundSchema),
29407
29631
  z.lazy(() => Five$outboundSchema),
29408
29632
  z.lazy(() => Six$outboundSchema),
@@ -29442,13 +29666,14 @@ export const Payload$outboundSchema: z.ZodType<
29442
29666
  z.lazy(() => OneHundredAndThirtySix$outboundSchema),
29443
29667
  z.lazy(() => OneHundredAndThirtySeven$outboundSchema),
29444
29668
  z.lazy(() => OneHundredAndThirtyNine$outboundSchema),
29445
- z.lazy(() => OneHundredAndFortyFive$outboundSchema),
29669
+ z.lazy(() => OneHundredAndForty$outboundSchema),
29446
29670
  z.lazy(() => OneHundredAndFortySix$outboundSchema),
29447
- z.lazy(() => OneHundredAndFortyEight$outboundSchema),
29448
- z.lazy(() => OneHundredAndFifty$outboundSchema),
29671
+ z.lazy(() => OneHundredAndFortySeven$outboundSchema),
29672
+ z.lazy(() => OneHundredAndFortyNine$outboundSchema),
29449
29673
  z.lazy(() => OneHundredAndFiftyOne$outboundSchema),
29450
29674
  z.lazy(() => OneHundredAndFiftyTwo$outboundSchema),
29451
- z.lazy(() => OneHundredAndFiftyFour$outboundSchema),
29675
+ z.lazy(() => OneHundredAndFiftyThree$outboundSchema),
29676
+ z.lazy(() => OneHundredAndFiftyFive$outboundSchema),
29452
29677
  z.lazy(() => Three$outboundSchema),
29453
29678
  z.lazy(() => Fifteen$outboundSchema),
29454
29679
  z.lazy(() => Twenty$outboundSchema),
@@ -29490,9 +29715,11 @@ export const Payload$outboundSchema: z.ZodType<
29490
29715
  z.lazy(() => OneHundredAndTwentyNine$outboundSchema),
29491
29716
  z.lazy(() => OneHundredAndThirty$outboundSchema),
29492
29717
  z.lazy(() => OneHundredAndThirtyEight$outboundSchema),
29493
- z.lazy(() => OneHundredAndFortyThree$outboundSchema),
29494
- z.lazy(() => OneHundredAndFortyNine$outboundSchema),
29495
- z.lazy(() => OneHundredAndFiftyThree$outboundSchema),
29718
+ z.lazy(() => OneHundredAndFortyFour$outboundSchema),
29719
+ z.lazy(() => OneHundredAndFifty$outboundSchema),
29720
+ z.lazy(() => OneHundredAndFiftyFour$outboundSchema),
29721
+ z.lazy(() => OneHundredAndFiftySix$outboundSchema),
29722
+ z.lazy(() => OneHundredAndFiftySeven$outboundSchema),
29496
29723
  z.lazy(() => Payload1$outboundSchema),
29497
29724
  z.lazy(() => Seven$outboundSchema),
29498
29725
  z.lazy(() => Eight$outboundSchema),
@@ -29579,12 +29806,12 @@ export const UserEvent$inboundSchema: z.ZodType<
29579
29806
  z.lazy(() => SixtyFour$inboundSchema),
29580
29807
  z.lazy(() => SixtySeven$inboundSchema),
29581
29808
  z.lazy(() => OneHundredAndThirtyOne$inboundSchema),
29582
- z.lazy(() => OneHundredAndFiftyEight$inboundSchema),
29809
+ z.lazy(() => OneHundredAndSixtyOne$inboundSchema),
29583
29810
  z.lazy(() => Payload2$inboundSchema),
29584
29811
  z.lazy(() => FortyFive$inboundSchema),
29585
29812
  z.lazy(() => SixtyEight$inboundSchema),
29586
29813
  z.lazy(() => OneHundredAndOne$inboundSchema),
29587
- z.lazy(() => OneHundredAndFortyOne$inboundSchema),
29814
+ z.lazy(() => OneHundredAndFortyTwo$inboundSchema),
29588
29815
  z.lazy(() => Twelve$inboundSchema),
29589
29816
  z.lazy(() => Sixteen$inboundSchema),
29590
29817
  z.lazy(() => TwentyNine$inboundSchema),
@@ -29608,13 +29835,13 @@ export const UserEvent$inboundSchema: z.ZodType<
29608
29835
  z.lazy(() => OneHundredAndNine$inboundSchema),
29609
29836
  z.lazy(() => OneHundredAndThirtyThree$inboundSchema),
29610
29837
  z.lazy(() => OneHundredAndThirtyFour$inboundSchema),
29611
- z.lazy(() => OneHundredAndForty$inboundSchema),
29612
- z.lazy(() => OneHundredAndFortyTwo$inboundSchema),
29613
- z.lazy(() => OneHundredAndFortyFour$inboundSchema),
29614
- z.lazy(() => OneHundredAndFortySeven$inboundSchema),
29615
- z.lazy(() => OneHundredAndFiftyFive$inboundSchema),
29616
- z.lazy(() => OneHundredAndFiftySix$inboundSchema),
29617
- z.lazy(() => OneHundredAndFiftySeven$inboundSchema),
29838
+ z.lazy(() => OneHundredAndFortyOne$inboundSchema),
29839
+ z.lazy(() => OneHundredAndFortyThree$inboundSchema),
29840
+ z.lazy(() => OneHundredAndFortyFive$inboundSchema),
29841
+ z.lazy(() => OneHundredAndFortyEight$inboundSchema),
29842
+ z.lazy(() => OneHundredAndFiftyEight$inboundSchema),
29843
+ z.lazy(() => OneHundredAndFiftyNine$inboundSchema),
29844
+ z.lazy(() => OneHundredAndSixty$inboundSchema),
29618
29845
  z.lazy(() => Four$inboundSchema),
29619
29846
  z.lazy(() => Five$inboundSchema),
29620
29847
  z.lazy(() => Six$inboundSchema),
@@ -29654,13 +29881,14 @@ export const UserEvent$inboundSchema: z.ZodType<
29654
29881
  z.lazy(() => OneHundredAndThirtySix$inboundSchema),
29655
29882
  z.lazy(() => OneHundredAndThirtySeven$inboundSchema),
29656
29883
  z.lazy(() => OneHundredAndThirtyNine$inboundSchema),
29657
- z.lazy(() => OneHundredAndFortyFive$inboundSchema),
29884
+ z.lazy(() => OneHundredAndForty$inboundSchema),
29658
29885
  z.lazy(() => OneHundredAndFortySix$inboundSchema),
29659
- z.lazy(() => OneHundredAndFortyEight$inboundSchema),
29660
- z.lazy(() => OneHundredAndFifty$inboundSchema),
29886
+ z.lazy(() => OneHundredAndFortySeven$inboundSchema),
29887
+ z.lazy(() => OneHundredAndFortyNine$inboundSchema),
29661
29888
  z.lazy(() => OneHundredAndFiftyOne$inboundSchema),
29662
29889
  z.lazy(() => OneHundredAndFiftyTwo$inboundSchema),
29663
- z.lazy(() => OneHundredAndFiftyFour$inboundSchema),
29890
+ z.lazy(() => OneHundredAndFiftyThree$inboundSchema),
29891
+ z.lazy(() => OneHundredAndFiftyFive$inboundSchema),
29664
29892
  z.lazy(() => Three$inboundSchema),
29665
29893
  z.lazy(() => Fifteen$inboundSchema),
29666
29894
  z.lazy(() => Twenty$inboundSchema),
@@ -29702,9 +29930,11 @@ export const UserEvent$inboundSchema: z.ZodType<
29702
29930
  z.lazy(() => OneHundredAndTwentyNine$inboundSchema),
29703
29931
  z.lazy(() => OneHundredAndThirty$inboundSchema),
29704
29932
  z.lazy(() => OneHundredAndThirtyEight$inboundSchema),
29705
- z.lazy(() => OneHundredAndFortyThree$inboundSchema),
29706
- z.lazy(() => OneHundredAndFortyNine$inboundSchema),
29707
- z.lazy(() => OneHundredAndFiftyThree$inboundSchema),
29933
+ z.lazy(() => OneHundredAndFortyFour$inboundSchema),
29934
+ z.lazy(() => OneHundredAndFifty$inboundSchema),
29935
+ z.lazy(() => OneHundredAndFiftyFour$inboundSchema),
29936
+ z.lazy(() => OneHundredAndFiftySix$inboundSchema),
29937
+ z.lazy(() => OneHundredAndFiftySeven$inboundSchema),
29708
29938
  z.lazy(() => Payload1$inboundSchema),
29709
29939
  z.lazy(() => Seven$inboundSchema),
29710
29940
  z.lazy(() => Eight$inboundSchema),
@@ -29753,12 +29983,12 @@ export type UserEvent$Outbound = {
29753
29983
  | SixtyFour$Outbound
29754
29984
  | SixtySeven$Outbound
29755
29985
  | OneHundredAndThirtyOne$Outbound
29756
- | OneHundredAndFiftyEight$Outbound
29986
+ | OneHundredAndSixtyOne$Outbound
29757
29987
  | Payload2$Outbound
29758
29988
  | FortyFive$Outbound
29759
29989
  | SixtyEight$Outbound
29760
29990
  | OneHundredAndOne$Outbound
29761
- | OneHundredAndFortyOne$Outbound
29991
+ | OneHundredAndFortyTwo$Outbound
29762
29992
  | Twelve$Outbound
29763
29993
  | Sixteen$Outbound
29764
29994
  | TwentyNine$Outbound
@@ -29782,13 +30012,13 @@ export type UserEvent$Outbound = {
29782
30012
  | OneHundredAndNine$Outbound
29783
30013
  | OneHundredAndThirtyThree$Outbound
29784
30014
  | OneHundredAndThirtyFour$Outbound
29785
- | OneHundredAndForty$Outbound
29786
- | OneHundredAndFortyTwo$Outbound
29787
- | OneHundredAndFortyFour$Outbound
29788
- | OneHundredAndFortySeven$Outbound
29789
- | OneHundredAndFiftyFive$Outbound
29790
- | OneHundredAndFiftySix$Outbound
29791
- | OneHundredAndFiftySeven$Outbound
30015
+ | OneHundredAndFortyOne$Outbound
30016
+ | OneHundredAndFortyThree$Outbound
30017
+ | OneHundredAndFortyFive$Outbound
30018
+ | OneHundredAndFortyEight$Outbound
30019
+ | OneHundredAndFiftyEight$Outbound
30020
+ | OneHundredAndFiftyNine$Outbound
30021
+ | OneHundredAndSixty$Outbound
29792
30022
  | Four$Outbound
29793
30023
  | Five$Outbound
29794
30024
  | Six$Outbound
@@ -29828,13 +30058,14 @@ export type UserEvent$Outbound = {
29828
30058
  | OneHundredAndThirtySix$Outbound
29829
30059
  | OneHundredAndThirtySeven$Outbound
29830
30060
  | OneHundredAndThirtyNine$Outbound
29831
- | OneHundredAndFortyFive$Outbound
30061
+ | OneHundredAndForty$Outbound
29832
30062
  | OneHundredAndFortySix$Outbound
29833
- | OneHundredAndFortyEight$Outbound
29834
- | OneHundredAndFifty$Outbound
30063
+ | OneHundredAndFortySeven$Outbound
30064
+ | OneHundredAndFortyNine$Outbound
29835
30065
  | OneHundredAndFiftyOne$Outbound
29836
30066
  | OneHundredAndFiftyTwo$Outbound
29837
- | OneHundredAndFiftyFour$Outbound
30067
+ | OneHundredAndFiftyThree$Outbound
30068
+ | OneHundredAndFiftyFive$Outbound
29838
30069
  | Three$Outbound
29839
30070
  | Fifteen$Outbound
29840
30071
  | Twenty$Outbound
@@ -29876,9 +30107,11 @@ export type UserEvent$Outbound = {
29876
30107
  | OneHundredAndTwentyNine$Outbound
29877
30108
  | OneHundredAndThirty$Outbound
29878
30109
  | OneHundredAndThirtyEight$Outbound
29879
- | OneHundredAndFortyThree$Outbound
29880
- | OneHundredAndFortyNine$Outbound
29881
- | OneHundredAndFiftyThree$Outbound
30110
+ | OneHundredAndFortyFour$Outbound
30111
+ | OneHundredAndFifty$Outbound
30112
+ | OneHundredAndFiftyFour$Outbound
30113
+ | OneHundredAndFiftySix$Outbound
30114
+ | OneHundredAndFiftySeven$Outbound
29882
30115
  | Payload1$Outbound
29883
30116
  | Seven$Outbound
29884
30117
  | Eight$Outbound
@@ -29939,12 +30172,12 @@ export const UserEvent$outboundSchema: z.ZodType<
29939
30172
  z.lazy(() => SixtyFour$outboundSchema),
29940
30173
  z.lazy(() => SixtySeven$outboundSchema),
29941
30174
  z.lazy(() => OneHundredAndThirtyOne$outboundSchema),
29942
- z.lazy(() => OneHundredAndFiftyEight$outboundSchema),
30175
+ z.lazy(() => OneHundredAndSixtyOne$outboundSchema),
29943
30176
  z.lazy(() => Payload2$outboundSchema),
29944
30177
  z.lazy(() => FortyFive$outboundSchema),
29945
30178
  z.lazy(() => SixtyEight$outboundSchema),
29946
30179
  z.lazy(() => OneHundredAndOne$outboundSchema),
29947
- z.lazy(() => OneHundredAndFortyOne$outboundSchema),
30180
+ z.lazy(() => OneHundredAndFortyTwo$outboundSchema),
29948
30181
  z.lazy(() => Twelve$outboundSchema),
29949
30182
  z.lazy(() => Sixteen$outboundSchema),
29950
30183
  z.lazy(() => TwentyNine$outboundSchema),
@@ -29968,13 +30201,13 @@ export const UserEvent$outboundSchema: z.ZodType<
29968
30201
  z.lazy(() => OneHundredAndNine$outboundSchema),
29969
30202
  z.lazy(() => OneHundredAndThirtyThree$outboundSchema),
29970
30203
  z.lazy(() => OneHundredAndThirtyFour$outboundSchema),
29971
- z.lazy(() => OneHundredAndForty$outboundSchema),
29972
- z.lazy(() => OneHundredAndFortyTwo$outboundSchema),
29973
- z.lazy(() => OneHundredAndFortyFour$outboundSchema),
29974
- z.lazy(() => OneHundredAndFortySeven$outboundSchema),
29975
- z.lazy(() => OneHundredAndFiftyFive$outboundSchema),
29976
- z.lazy(() => OneHundredAndFiftySix$outboundSchema),
29977
- z.lazy(() => OneHundredAndFiftySeven$outboundSchema),
30204
+ z.lazy(() => OneHundredAndFortyOne$outboundSchema),
30205
+ z.lazy(() => OneHundredAndFortyThree$outboundSchema),
30206
+ z.lazy(() => OneHundredAndFortyFive$outboundSchema),
30207
+ z.lazy(() => OneHundredAndFortyEight$outboundSchema),
30208
+ z.lazy(() => OneHundredAndFiftyEight$outboundSchema),
30209
+ z.lazy(() => OneHundredAndFiftyNine$outboundSchema),
30210
+ z.lazy(() => OneHundredAndSixty$outboundSchema),
29978
30211
  z.lazy(() => Four$outboundSchema),
29979
30212
  z.lazy(() => Five$outboundSchema),
29980
30213
  z.lazy(() => Six$outboundSchema),
@@ -30014,13 +30247,14 @@ export const UserEvent$outboundSchema: z.ZodType<
30014
30247
  z.lazy(() => OneHundredAndThirtySix$outboundSchema),
30015
30248
  z.lazy(() => OneHundredAndThirtySeven$outboundSchema),
30016
30249
  z.lazy(() => OneHundredAndThirtyNine$outboundSchema),
30017
- z.lazy(() => OneHundredAndFortyFive$outboundSchema),
30250
+ z.lazy(() => OneHundredAndForty$outboundSchema),
30018
30251
  z.lazy(() => OneHundredAndFortySix$outboundSchema),
30019
- z.lazy(() => OneHundredAndFortyEight$outboundSchema),
30020
- z.lazy(() => OneHundredAndFifty$outboundSchema),
30252
+ z.lazy(() => OneHundredAndFortySeven$outboundSchema),
30253
+ z.lazy(() => OneHundredAndFortyNine$outboundSchema),
30021
30254
  z.lazy(() => OneHundredAndFiftyOne$outboundSchema),
30022
30255
  z.lazy(() => OneHundredAndFiftyTwo$outboundSchema),
30023
- z.lazy(() => OneHundredAndFiftyFour$outboundSchema),
30256
+ z.lazy(() => OneHundredAndFiftyThree$outboundSchema),
30257
+ z.lazy(() => OneHundredAndFiftyFive$outboundSchema),
30024
30258
  z.lazy(() => Three$outboundSchema),
30025
30259
  z.lazy(() => Fifteen$outboundSchema),
30026
30260
  z.lazy(() => Twenty$outboundSchema),
@@ -30062,9 +30296,11 @@ export const UserEvent$outboundSchema: z.ZodType<
30062
30296
  z.lazy(() => OneHundredAndTwentyNine$outboundSchema),
30063
30297
  z.lazy(() => OneHundredAndThirty$outboundSchema),
30064
30298
  z.lazy(() => OneHundredAndThirtyEight$outboundSchema),
30065
- z.lazy(() => OneHundredAndFortyThree$outboundSchema),
30066
- z.lazy(() => OneHundredAndFortyNine$outboundSchema),
30067
- z.lazy(() => OneHundredAndFiftyThree$outboundSchema),
30299
+ z.lazy(() => OneHundredAndFortyFour$outboundSchema),
30300
+ z.lazy(() => OneHundredAndFifty$outboundSchema),
30301
+ z.lazy(() => OneHundredAndFiftyFour$outboundSchema),
30302
+ z.lazy(() => OneHundredAndFiftySix$outboundSchema),
30303
+ z.lazy(() => OneHundredAndFiftySeven$outboundSchema),
30068
30304
  z.lazy(() => Payload1$outboundSchema),
30069
30305
  z.lazy(() => Seven$outboundSchema),
30070
30306
  z.lazy(() => Eight$outboundSchema),