@vercel/sdk 1.7.3 → 1.7.5

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 (203) hide show
  1. package/README.md +31 -14
  2. package/bin/mcp-server.js +1215 -958
  3. package/bin/mcp-server.js.map +38 -38
  4. package/docs/sdks/accessgroups/README.md +16 -0
  5. package/docs/sdks/artifacts/README.md +6 -6
  6. package/docs/sdks/authentication/README.md +1 -1
  7. package/docs/sdks/deployments/README.md +8 -14
  8. package/docs/sdks/dns/README.md +12 -26
  9. package/docs/sdks/domains/README.md +2 -96
  10. package/docs/sdks/edgeconfig/README.md +10 -2
  11. package/docs/sdks/marketplace/README.md +77 -97
  12. package/docs/sdks/security/README.md +4 -10
  13. package/docs/sdks/teams/README.md +8 -0
  14. package/docs/sdks/vercel/README.md +78 -0
  15. package/docs/sdks/webhooks/README.md +12 -4
  16. package/esm/__tests__/deployments.test.js +1 -2
  17. package/esm/__tests__/deployments.test.js.map +1 -1
  18. package/esm/__tests__/domains.test.js +3 -19
  19. package/esm/__tests__/domains.test.js.map +1 -1
  20. package/esm/__tests__/vercel.test.js +13 -0
  21. package/esm/__tests__/vercel.test.js.map +1 -1
  22. package/esm/funcs/authenticationExchangeSsoToken.d.ts +1 -1
  23. package/esm/funcs/authenticationExchangeSsoToken.js +1 -1
  24. package/esm/funcs/certsGetCertById.js +1 -1
  25. package/esm/funcs/certsIssueCert.js +1 -1
  26. package/esm/funcs/certsRemoveCert.js +1 -1
  27. package/esm/funcs/certsUploadCert.js +1 -1
  28. package/esm/funcs/deploymentsGetDeploymentFileContents.d.ts +2 -2
  29. package/esm/funcs/deploymentsGetDeploymentFileContents.d.ts.map +1 -1
  30. package/esm/funcs/deploymentsGetDeploymentFileContents.js +4 -3
  31. package/esm/funcs/deploymentsGetDeploymentFileContents.js.map +1 -1
  32. package/esm/funcs/marketplaceExchangeSsoToken.d.ts +1 -1
  33. package/esm/funcs/marketplaceExchangeSsoToken.js +1 -1
  34. package/esm/funcs/postDomains.d.ts +13 -0
  35. package/esm/funcs/postDomains.d.ts.map +1 -0
  36. package/esm/funcs/{domainsCreateOrTransferDomain.js → postDomains.js} +13 -27
  37. package/esm/funcs/postDomains.js.map +1 -0
  38. package/esm/funcs/projectsRemoveProjectDomain.js +3 -2
  39. package/esm/funcs/projectsRemoveProjectDomain.js.map +1 -1
  40. package/esm/lib/config.d.ts +3 -3
  41. package/esm/lib/config.js +3 -3
  42. package/esm/mcp-server/cli/start/impl.js +2 -2
  43. package/esm/mcp-server/cli/start/impl.js.map +1 -1
  44. package/esm/mcp-server/mcp-server.js +1 -1
  45. package/esm/mcp-server/server.js +3 -3
  46. package/esm/mcp-server/server.js.map +1 -1
  47. package/esm/mcp-server/tools/authenticationExchangeSsoToken.js +1 -1
  48. package/esm/mcp-server/tools/authenticationExchangeSsoToken.js.map +1 -1
  49. package/esm/mcp-server/tools/deploymentsGetDeploymentFileContents.d.ts.map +1 -1
  50. package/esm/mcp-server/tools/deploymentsGetDeploymentFileContents.js +1 -2
  51. package/esm/mcp-server/tools/deploymentsGetDeploymentFileContents.js.map +1 -1
  52. package/esm/mcp-server/tools/marketplaceExchangeSsoToken.js +1 -1
  53. package/esm/mcp-server/tools/marketplaceExchangeSsoToken.js.map +1 -1
  54. package/esm/mcp-server/tools/postDomains.d.ts +7 -0
  55. package/esm/mcp-server/tools/postDomains.d.ts.map +1 -0
  56. package/esm/mcp-server/tools/postDomains.js +26 -0
  57. package/esm/mcp-server/tools/postDomains.js.map +1 -0
  58. package/esm/models/canceldeploymentop.d.ts +10 -0
  59. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  60. package/esm/models/canceldeploymentop.js +4 -0
  61. package/esm/models/canceldeploymentop.js.map +1 -1
  62. package/esm/models/createdeploymentop.d.ts +10 -0
  63. package/esm/models/createdeploymentop.d.ts.map +1 -1
  64. package/esm/models/createdeploymentop.js +4 -0
  65. package/esm/models/createdeploymentop.js.map +1 -1
  66. package/esm/models/createprojectop.d.ts +116 -2
  67. package/esm/models/createprojectop.d.ts.map +1 -1
  68. package/esm/models/createprojectop.js +110 -2
  69. package/esm/models/createprojectop.js.map +1 -1
  70. package/esm/models/createrecordop.d.ts +43 -43
  71. package/esm/models/createrecordop.d.ts.map +1 -1
  72. package/esm/models/createrecordop.js +51 -51
  73. package/esm/models/createrecordop.js.map +1 -1
  74. package/esm/models/getdeploymentfilecontentsop.d.ts +0 -31
  75. package/esm/models/getdeploymentfilecontentsop.d.ts.map +1 -1
  76. package/esm/models/getdeploymentfilecontentsop.js +0 -25
  77. package/esm/models/getdeploymentfilecontentsop.js.map +1 -1
  78. package/esm/models/getdeploymentop.d.ts +10 -0
  79. package/esm/models/getdeploymentop.d.ts.map +1 -1
  80. package/esm/models/getdeploymentop.js +4 -0
  81. package/esm/models/getdeploymentop.js.map +1 -1
  82. package/esm/models/getdomainop.d.ts +8 -8
  83. package/esm/models/getdomainop.d.ts.map +1 -1
  84. package/esm/models/getdomainop.js +12 -13
  85. package/esm/models/getdomainop.js.map +1 -1
  86. package/esm/models/getprojectsop.d.ts +116 -2
  87. package/esm/models/getprojectsop.d.ts.map +1 -1
  88. package/esm/models/getprojectsop.js +110 -2
  89. package/esm/models/getprojectsop.js.map +1 -1
  90. package/esm/models/importresourceop.d.ts +9 -0
  91. package/esm/models/importresourceop.d.ts.map +1 -1
  92. package/esm/models/importresourceop.js +2 -0
  93. package/esm/models/importresourceop.js.map +1 -1
  94. package/esm/models/issuecertop.d.ts +2 -2
  95. package/esm/models/issuecertop.d.ts.map +1 -1
  96. package/esm/models/issuecertop.js +2 -2
  97. package/esm/models/issuecertop.js.map +1 -1
  98. package/esm/models/postdomainsop.d.ts +353 -0
  99. package/esm/models/postdomainsop.d.ts.map +1 -0
  100. package/esm/models/postdomainsop.js +265 -0
  101. package/esm/models/postdomainsop.js.map +1 -0
  102. package/esm/models/removeprojectdomainop.d.ts +30 -0
  103. package/esm/models/removeprojectdomainop.d.ts.map +1 -1
  104. package/esm/models/removeprojectdomainop.js +38 -0
  105. package/esm/models/removeprojectdomainop.js.map +1 -1
  106. package/esm/models/updateprojectdatacacheop.d.ts +116 -2
  107. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  108. package/esm/models/updateprojectdatacacheop.js +110 -2
  109. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  110. package/esm/models/updateprojectop.d.ts +116 -2
  111. package/esm/models/updateprojectop.d.ts.map +1 -1
  112. package/esm/models/updateprojectop.js +110 -2
  113. package/esm/models/updateprojectop.js.map +1 -1
  114. package/esm/models/updateresourcesecretsbyidop.d.ts +9 -0
  115. package/esm/models/updateresourcesecretsbyidop.d.ts.map +1 -1
  116. package/esm/models/updateresourcesecretsbyidop.js +2 -0
  117. package/esm/models/updateresourcesecretsbyidop.js.map +1 -1
  118. package/esm/models/updateresourcesecretsop.d.ts +9 -0
  119. package/esm/models/updateresourcesecretsop.d.ts.map +1 -1
  120. package/esm/models/updateresourcesecretsop.js +2 -0
  121. package/esm/models/updateresourcesecretsop.js.map +1 -1
  122. package/esm/models/uploadcertop.d.ts +2 -2
  123. package/esm/models/uploadcertop.d.ts.map +1 -1
  124. package/esm/models/uploadcertop.js +2 -2
  125. package/esm/models/uploadcertop.js.map +1 -1
  126. package/esm/models/userevent.d.ts +373 -257
  127. package/esm/models/userevent.d.ts.map +1 -1
  128. package/esm/models/userevent.js +425 -315
  129. package/esm/models/userevent.js.map +1 -1
  130. package/esm/sdk/authentication.d.ts +1 -1
  131. package/esm/sdk/authentication.js +1 -1
  132. package/esm/sdk/deployments.d.ts +2 -2
  133. package/esm/sdk/deployments.d.ts.map +1 -1
  134. package/esm/sdk/deployments.js.map +1 -1
  135. package/esm/sdk/domains.d.ts +0 -8
  136. package/esm/sdk/domains.d.ts.map +1 -1
  137. package/esm/sdk/domains.js +0 -10
  138. package/esm/sdk/domains.js.map +1 -1
  139. package/esm/sdk/marketplace.d.ts +1 -1
  140. package/esm/sdk/marketplace.js +1 -1
  141. package/esm/sdk/sdk.d.ts +2 -0
  142. package/esm/sdk/sdk.d.ts.map +1 -1
  143. package/esm/sdk/sdk.js +4 -0
  144. package/esm/sdk/sdk.js.map +1 -1
  145. package/jsr.json +1 -1
  146. package/package.json +1 -1
  147. package/src/__tests__/deployments.test.ts +1 -2
  148. package/src/__tests__/domains.test.ts +5 -21
  149. package/src/__tests__/vercel.test.ts +16 -0
  150. package/src/funcs/authenticationExchangeSsoToken.ts +1 -1
  151. package/src/funcs/certsGetCertById.ts +1 -1
  152. package/src/funcs/certsIssueCert.ts +1 -1
  153. package/src/funcs/certsRemoveCert.ts +1 -1
  154. package/src/funcs/certsUploadCert.ts +1 -1
  155. package/src/funcs/deploymentsGetDeploymentFileContents.ts +6 -7
  156. package/src/funcs/marketplaceExchangeSsoToken.ts +1 -1
  157. package/src/funcs/{domainsCreateOrTransferDomain.ts → postDomains.ts} +22 -38
  158. package/src/funcs/projectsRemoveProjectDomain.ts +3 -2
  159. package/src/lib/config.ts +3 -3
  160. package/src/mcp-server/cli/start/impl.ts +2 -2
  161. package/src/mcp-server/mcp-server.ts +1 -1
  162. package/src/mcp-server/server.ts +3 -3
  163. package/src/mcp-server/tools/authenticationExchangeSsoToken.ts +1 -1
  164. package/src/mcp-server/tools/deploymentsGetDeploymentFileContents.ts +1 -3
  165. package/src/mcp-server/tools/marketplaceExchangeSsoToken.ts +1 -1
  166. package/src/mcp-server/tools/postDomains.ts +35 -0
  167. package/src/models/canceldeploymentop.ts +14 -0
  168. package/src/models/createdeploymentop.ts +14 -0
  169. package/src/models/createprojectop.ts +247 -4
  170. package/src/models/createrecordop.ts +96 -84
  171. package/src/models/getdeploymentfilecontentsop.ts +0 -69
  172. package/src/models/getdeploymentop.ts +14 -0
  173. package/src/models/getdomainop.ts +16 -14
  174. package/src/models/getprojectsop.ts +241 -4
  175. package/src/models/importresourceop.ts +7 -0
  176. package/src/models/issuecertop.ts +4 -4
  177. package/src/models/postdomainsop.ts +637 -0
  178. package/src/models/removeprojectdomainop.ts +78 -0
  179. package/src/models/updateprojectdatacacheop.ts +264 -4
  180. package/src/models/updateprojectop.ts +247 -4
  181. package/src/models/updateresourcesecretsbyidop.ts +7 -0
  182. package/src/models/updateresourcesecretsop.ts +7 -0
  183. package/src/models/uploadcertop.ts +4 -4
  184. package/src/models/userevent.ts +806 -583
  185. package/src/sdk/authentication.ts +1 -1
  186. package/src/sdk/deployments.ts +2 -5
  187. package/src/sdk/domains.ts +0 -22
  188. package/src/sdk/marketplace.ts +1 -1
  189. package/src/sdk/sdk.ts +16 -0
  190. package/vercel-spec.json +508 -87
  191. package/esm/funcs/domainsCreateOrTransferDomain.d.ts +0 -19
  192. package/esm/funcs/domainsCreateOrTransferDomain.d.ts.map +0 -1
  193. package/esm/funcs/domainsCreateOrTransferDomain.js.map +0 -1
  194. package/esm/mcp-server/tools/domainsCreateOrTransferDomain.d.ts +0 -7
  195. package/esm/mcp-server/tools/domainsCreateOrTransferDomain.d.ts.map +0 -1
  196. package/esm/mcp-server/tools/domainsCreateOrTransferDomain.js +0 -28
  197. package/esm/mcp-server/tools/domainsCreateOrTransferDomain.js.map +0 -1
  198. package/esm/models/createortransferdomainop.d.ts +0 -388
  199. package/esm/models/createortransferdomainop.d.ts.map +0 -1
  200. package/esm/models/createortransferdomainop.js +0 -310
  201. package/esm/models/createortransferdomainop.js.map +0 -1
  202. package/src/mcp-server/tools/domainsCreateOrTransferDomain.ts +0 -37
  203. package/src/models/createortransferdomainop.ts +0 -777
@@ -162,7 +162,7 @@ export type AuthMethod = ClosedEnum<typeof AuthMethod>;
162
162
  /**
163
163
  * The payload of the event, if requested.
164
164
  */
165
- export type OneHundredAndFifty = {
165
+ export type OneHundredAndFiftyOne = {
166
166
  grantType: GrantType;
167
167
  appName: string;
168
168
  /**
@@ -177,12 +177,12 @@ export type OneHundredAndFifty = {
177
177
  authMethod: AuthMethod;
178
178
  };
179
179
 
180
- export type UserEventPayload149Team = {
180
+ export type UserEventPayload150Team = {
181
181
  id: string;
182
182
  name: string;
183
183
  };
184
184
 
185
- export type UserEventPayload149Configuration = {
185
+ export type UserEventPayload150Configuration = {
186
186
  id: string;
187
187
  name?: string | undefined;
188
188
  };
@@ -195,19 +195,19 @@ export type UserEventPayloadPeering = {
195
195
  /**
196
196
  * The payload of the event, if requested.
197
197
  */
198
- export type OneHundredAndFortyNine = {
199
- team: UserEventPayload149Team;
200
- configuration: UserEventPayload149Configuration;
198
+ export type OneHundredAndFifty = {
199
+ team: UserEventPayload150Team;
200
+ configuration: UserEventPayload150Configuration;
201
201
  peering: UserEventPayloadPeering;
202
202
  newName?: string | undefined;
203
203
  };
204
204
 
205
- export type UserEventPayload148Team = {
205
+ export type UserEventPayload149Team = {
206
206
  id: string;
207
207
  name: string;
208
208
  };
209
209
 
210
- export type UserEventPayload148Configuration = {
210
+ export type UserEventPayload149Configuration = {
211
211
  id: string;
212
212
  name?: string | undefined;
213
213
  };
@@ -220,18 +220,18 @@ export type PayloadPeering = {
220
220
  /**
221
221
  * The payload of the event, if requested.
222
222
  */
223
- export type OneHundredAndFortyEight = {
224
- team: UserEventPayload148Team;
225
- configuration: UserEventPayload148Configuration;
223
+ export type OneHundredAndFortyNine = {
224
+ team: UserEventPayload149Team;
225
+ configuration: UserEventPayload149Configuration;
226
226
  peering: PayloadPeering;
227
227
  };
228
228
 
229
- export type UserEventPayload147Team = {
229
+ export type UserEventPayload148Team = {
230
230
  id: string;
231
231
  name: string;
232
232
  };
233
233
 
234
- export type UserEventPayload147Configuration = {
234
+ export type UserEventPayload148Configuration = {
235
235
  id: string;
236
236
  name?: string | undefined;
237
237
  };
@@ -246,23 +246,23 @@ export type Peering = {
246
246
  /**
247
247
  * The payload of the event, if requested.
248
248
  */
249
- export type OneHundredAndFortySeven = {
250
- team: UserEventPayload147Team;
251
- configuration: UserEventPayload147Configuration;
249
+ export type OneHundredAndFortyEight = {
250
+ team: UserEventPayload148Team;
251
+ configuration: UserEventPayload148Configuration;
252
252
  peering: Peering;
253
253
  };
254
254
 
255
255
  /**
256
256
  * The payload of the event, if requested.
257
257
  */
258
- export type OneHundredAndFortySix = {
258
+ export type OneHundredAndFortySeven = {
259
259
  appName: string;
260
260
  };
261
261
 
262
262
  /**
263
263
  * The payload of the event, if requested.
264
264
  */
265
- export type OneHundredAndFortyFive = {
265
+ export type OneHundredAndFortySix = {
266
266
  appName: string;
267
267
  nextScopes: Array<string>;
268
268
  };
@@ -270,7 +270,7 @@ export type OneHundredAndFortyFive = {
270
270
  /**
271
271
  * The payload of the event, if requested.
272
272
  */
273
- export type OneHundredAndFortyFour = {
273
+ export type OneHundredAndFortyFive = {
274
274
  appName: string;
275
275
  scopes: Array<string>;
276
276
  };
@@ -278,7 +278,7 @@ export type OneHundredAndFortyFour = {
278
278
  /**
279
279
  * The payload of the event, if requested.
280
280
  */
281
- export type OneHundredAndFortyThree = {
281
+ export type OneHundredAndFortyFour = {
282
282
  oldName: string;
283
283
  newName: string;
284
284
  };
@@ -292,7 +292,7 @@ export type Tier = ClosedEnum<typeof Tier>;
292
292
  /**
293
293
  * The payload of the event, if requested.
294
294
  */
295
- export type OneHundredAndFortyTwo = {
295
+ export type OneHundredAndFortyThree = {
296
296
  tier: Tier;
297
297
  };
298
298
 
@@ -315,7 +315,7 @@ export type PrevProjectWebAnalytics = {
315
315
  /**
316
316
  * The payload of the event, if requested.
317
317
  */
318
- export type OneHundredAndFortyOne = {
318
+ export type OneHundredAndFortyTwo = {
319
319
  projectId: string;
320
320
  projectName: string;
321
321
  projectWebAnalytics?: ProjectWebAnalytics | undefined;
@@ -357,7 +357,7 @@ export type Microfrontends1 = {
357
357
 
358
358
  export type Microfrontends = Microfrontends2 | Microfrontends1;
359
359
 
360
- export type UserEventPayload140Project = {
360
+ export type UserEventPayload141Project = {
361
361
  id: string;
362
362
  name: string;
363
363
  microfrontends?: Microfrontends2 | Microfrontends1 | undefined;
@@ -400,7 +400,7 @@ export type PayloadMicrofrontends =
400
400
  | UserEventMicrofrontends2
401
401
  | UserEventMicrofrontends1;
402
402
 
403
- export type UserEventPayload140PrevProject = {
403
+ export type UserEventPayload141PrevProject = {
404
404
  microfrontends?:
405
405
  | UserEventMicrofrontends2
406
406
  | UserEventMicrofrontends1
@@ -408,7 +408,7 @@ export type UserEventPayload140PrevProject = {
408
408
  };
409
409
 
410
410
  export type PayloadPrev = {
411
- project: UserEventPayload140PrevProject;
411
+ project: UserEventPayload141PrevProject;
412
412
  };
413
413
 
414
414
  export type PayloadGroup = {
@@ -420,13 +420,13 @@ export type PayloadGroup = {
420
420
  /**
421
421
  * The payload of the event, if requested.
422
422
  */
423
- export type OneHundredAndForty = {
424
- project: UserEventPayload140Project;
423
+ export type OneHundredAndFortyOne = {
424
+ project: UserEventPayload141Project;
425
425
  prev: PayloadPrev;
426
426
  group: PayloadGroup;
427
427
  };
428
428
 
429
- export type UserEventPayload139Project = {
429
+ export type UserEventPayload140Project = {
430
430
  id: string;
431
431
  name: string;
432
432
  };
@@ -440,8 +440,8 @@ export type Group = {
440
440
  /**
441
441
  * The payload of the event, if requested.
442
442
  */
443
- export type OneHundredAndThirtyNine = {
444
- project: UserEventPayload139Project;
443
+ export type OneHundredAndForty = {
444
+ project: UserEventPayload140Project;
445
445
  group: Group;
446
446
  };
447
447
 
@@ -453,7 +453,7 @@ export type Prev = {
453
453
  /**
454
454
  * The payload of the event, if requested.
455
455
  */
456
- export type OneHundredAndThirtyEight = {
456
+ export type OneHundredAndThirtyNine = {
457
457
  id: string;
458
458
  slug: string;
459
459
  name: string;
@@ -463,12 +463,27 @@ export type OneHundredAndThirtyEight = {
463
463
  /**
464
464
  * The payload of the event, if requested.
465
465
  */
466
- export type OneHundredAndThirtySeven = {
466
+ export type OneHundredAndThirtyEight = {
467
467
  id: string;
468
468
  slug: string;
469
469
  name: string;
470
470
  };
471
471
 
472
+ export const UserEventPayload137Action = {
473
+ Enable: "enable",
474
+ Disable: "disable",
475
+ } as const;
476
+ export type UserEventPayload137Action = ClosedEnum<
477
+ typeof UserEventPayload137Action
478
+ >;
479
+
480
+ /**
481
+ * The payload of the event, if requested.
482
+ */
483
+ export type OneHundredAndThirtySeven = {
484
+ action: UserEventPayload137Action;
485
+ };
486
+
472
487
  /**
473
488
  * The payload of the event, if requested.
474
489
  */
@@ -1307,11 +1322,17 @@ export type EnvId2 = ClosedEnum<typeof EnvId2>;
1307
1322
 
1308
1323
  export type EnvId = string | EnvId2;
1309
1324
 
1325
+ export type Aws = {
1326
+ subnetIds: Array<string>;
1327
+ securityGroupId: string;
1328
+ };
1329
+
1310
1330
  export type OldConnectConfigurations = {
1311
1331
  envId: string | EnvId2;
1312
1332
  connectConfigurationId: string;
1313
1333
  passive: boolean;
1314
1334
  buildsEnabled: boolean;
1335
+ aws?: Aws | undefined;
1315
1336
  createdAt: number;
1316
1337
  updatedAt: number;
1317
1338
  };
@@ -1324,11 +1345,17 @@ export type UserEventEnvId2 = ClosedEnum<typeof UserEventEnvId2>;
1324
1345
 
1325
1346
  export type PayloadEnvId = string | UserEventEnvId2;
1326
1347
 
1348
+ export type PayloadAws = {
1349
+ subnetIds: Array<string>;
1350
+ securityGroupId: string;
1351
+ };
1352
+
1327
1353
  export type NewConnectConfigurations = {
1328
1354
  envId: string | UserEventEnvId2;
1329
1355
  connectConfigurationId: string;
1330
1356
  passive: boolean;
1331
1357
  buildsEnabled: boolean;
1358
+ aws?: PayloadAws | undefined;
1332
1359
  createdAt: number;
1333
1360
  updatedAt: number;
1334
1361
  };
@@ -2566,6 +2593,10 @@ export type OverageMetadata = {
2566
2593
  * Tracks the last time we sent a summary email.
2567
2594
  */
2568
2595
  overageSummaryEmailSentAt?: number | undefined;
2596
+ /**
2597
+ * Tracks the last time we sent a increased on-demand email.
2598
+ */
2599
+ increasedOnDemandEmailSentAt?: number | undefined;
2569
2600
  };
2570
2601
 
2571
2602
  /**
@@ -4205,8 +4236,9 @@ export type Payload =
4205
4236
  | OneHundredAndSeventeen
4206
4237
  | OneHundredAndNineteen
4207
4238
  | OneHundredAndThirtyThree
4208
- | OneHundredAndFortyTwo
4209
- | OneHundredAndFortySix
4239
+ | OneHundredAndThirtySeven
4240
+ | OneHundredAndFortyThree
4241
+ | OneHundredAndFortySeven
4210
4242
  | Four
4211
4243
  | Fourteen
4212
4244
  | Seventeen
@@ -4244,10 +4276,10 @@ export type Payload =
4244
4276
  | OneHundredAndThirty
4245
4277
  | OneHundredAndThirtyOne
4246
4278
  | OneHundredAndThirtyTwo
4247
- | OneHundredAndThirtyNine
4248
- | OneHundredAndFortyThree
4279
+ | OneHundredAndForty
4249
4280
  | OneHundredAndFortyFour
4250
4281
  | OneHundredAndFortyFive
4282
+ | OneHundredAndFortySix
4251
4283
  | Five
4252
4284
  | Eight
4253
4285
  | Ten
@@ -4286,10 +4318,10 @@ export type Payload =
4286
4318
  | OneHundredAndTwentySeven
4287
4319
  | OneHundredAndThirtyFour
4288
4320
  | OneHundredAndThirtySix
4289
- | OneHundredAndThirtySeven
4290
- | OneHundredAndForty
4291
- | OneHundredAndFortySeven
4321
+ | OneHundredAndThirtyEight
4322
+ | OneHundredAndFortyOne
4292
4323
  | OneHundredAndFortyEight
4324
+ | OneHundredAndFortyNine
4293
4325
  | Payload2
4294
4326
  | Six
4295
4327
  | Eleven
@@ -4305,9 +4337,9 @@ export type Payload =
4305
4337
  | OneHundredAndTwentyEight
4306
4338
  | OneHundredAndTwentyNine
4307
4339
  | OneHundredAndThirtyFive
4308
- | OneHundredAndThirtyEight
4309
- | OneHundredAndFortyOne
4310
- | OneHundredAndFortyNine
4340
+ | OneHundredAndThirtyNine
4341
+ | OneHundredAndFortyTwo
4342
+ | OneHundredAndFifty
4311
4343
  | Thirty
4312
4344
  | FortyTwo
4313
4345
  | FiftyNine
@@ -4322,7 +4354,7 @@ export type Payload =
4322
4354
  | OneHundredAndTwentyFour
4323
4355
  | OneHundredAndTwentyFive
4324
4356
  | OneHundredAndTwentySix
4325
- | OneHundredAndFifty
4357
+ | OneHundredAndFiftyOne
4326
4358
  | SixtyFour
4327
4359
  | SixtySeven
4328
4360
  | SeventyThree
@@ -4398,8 +4430,9 @@ export type UserEvent = {
4398
4430
  | OneHundredAndSeventeen
4399
4431
  | OneHundredAndNineteen
4400
4432
  | OneHundredAndThirtyThree
4401
- | OneHundredAndFortyTwo
4402
- | OneHundredAndFortySix
4433
+ | OneHundredAndThirtySeven
4434
+ | OneHundredAndFortyThree
4435
+ | OneHundredAndFortySeven
4403
4436
  | Four
4404
4437
  | Fourteen
4405
4438
  | Seventeen
@@ -4437,10 +4470,10 @@ export type UserEvent = {
4437
4470
  | OneHundredAndThirty
4438
4471
  | OneHundredAndThirtyOne
4439
4472
  | OneHundredAndThirtyTwo
4440
- | OneHundredAndThirtyNine
4441
- | OneHundredAndFortyThree
4473
+ | OneHundredAndForty
4442
4474
  | OneHundredAndFortyFour
4443
4475
  | OneHundredAndFortyFive
4476
+ | OneHundredAndFortySix
4444
4477
  | Five
4445
4478
  | Eight
4446
4479
  | Ten
@@ -4479,10 +4512,10 @@ export type UserEvent = {
4479
4512
  | OneHundredAndTwentySeven
4480
4513
  | OneHundredAndThirtyFour
4481
4514
  | OneHundredAndThirtySix
4482
- | OneHundredAndThirtySeven
4483
- | OneHundredAndForty
4484
- | OneHundredAndFortySeven
4515
+ | OneHundredAndThirtyEight
4516
+ | OneHundredAndFortyOne
4485
4517
  | OneHundredAndFortyEight
4518
+ | OneHundredAndFortyNine
4486
4519
  | Payload2
4487
4520
  | Six
4488
4521
  | Eleven
@@ -4498,9 +4531,9 @@ export type UserEvent = {
4498
4531
  | OneHundredAndTwentyEight
4499
4532
  | OneHundredAndTwentyNine
4500
4533
  | OneHundredAndThirtyFive
4501
- | OneHundredAndThirtyEight
4502
- | OneHundredAndFortyOne
4503
- | OneHundredAndFortyNine
4534
+ | OneHundredAndThirtyNine
4535
+ | OneHundredAndFortyTwo
4536
+ | OneHundredAndFifty
4504
4537
  | Thirty
4505
4538
  | FortyTwo
4506
4539
  | FiftyNine
@@ -4515,7 +4548,7 @@ export type UserEvent = {
4515
4548
  | OneHundredAndTwentyFour
4516
4549
  | OneHundredAndTwentyFive
4517
4550
  | OneHundredAndTwentySix
4518
- | OneHundredAndFifty
4551
+ | OneHundredAndFiftyOne
4519
4552
  | SixtyFour
4520
4553
  | SixtySeven
4521
4554
  | SeventyThree
@@ -5090,8 +5123,8 @@ export namespace AuthMethod$ {
5090
5123
  }
5091
5124
 
5092
5125
  /** @internal */
5093
- export const OneHundredAndFifty$inboundSchema: z.ZodType<
5094
- OneHundredAndFifty,
5126
+ export const OneHundredAndFiftyOne$inboundSchema: z.ZodType<
5127
+ OneHundredAndFiftyOne,
5095
5128
  z.ZodTypeDef,
5096
5129
  unknown
5097
5130
  > = z.object({
@@ -5104,7 +5137,7 @@ export const OneHundredAndFifty$inboundSchema: z.ZodType<
5104
5137
  });
5105
5138
 
5106
5139
  /** @internal */
5107
- export type OneHundredAndFifty$Outbound = {
5140
+ export type OneHundredAndFiftyOne$Outbound = {
5108
5141
  grantType: string;
5109
5142
  appName: string;
5110
5143
  atTTL: number;
@@ -5114,10 +5147,10 @@ export type OneHundredAndFifty$Outbound = {
5114
5147
  };
5115
5148
 
5116
5149
  /** @internal */
5117
- export const OneHundredAndFifty$outboundSchema: z.ZodType<
5118
- OneHundredAndFifty$Outbound,
5150
+ export const OneHundredAndFiftyOne$outboundSchema: z.ZodType<
5151
+ OneHundredAndFiftyOne$Outbound,
5119
5152
  z.ZodTypeDef,
5120
- OneHundredAndFifty
5153
+ OneHundredAndFiftyOne
5121
5154
  > = z.object({
5122
5155
  grantType: GrantType$outboundSchema,
5123
5156
  appName: z.string(),
@@ -5131,36 +5164,36 @@ export const OneHundredAndFifty$outboundSchema: z.ZodType<
5131
5164
  * @internal
5132
5165
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5133
5166
  */
5134
- export namespace OneHundredAndFifty$ {
5135
- /** @deprecated use `OneHundredAndFifty$inboundSchema` instead. */
5136
- export const inboundSchema = OneHundredAndFifty$inboundSchema;
5137
- /** @deprecated use `OneHundredAndFifty$outboundSchema` instead. */
5138
- export const outboundSchema = OneHundredAndFifty$outboundSchema;
5139
- /** @deprecated use `OneHundredAndFifty$Outbound` instead. */
5140
- export type Outbound = OneHundredAndFifty$Outbound;
5167
+ export namespace OneHundredAndFiftyOne$ {
5168
+ /** @deprecated use `OneHundredAndFiftyOne$inboundSchema` instead. */
5169
+ export const inboundSchema = OneHundredAndFiftyOne$inboundSchema;
5170
+ /** @deprecated use `OneHundredAndFiftyOne$outboundSchema` instead. */
5171
+ export const outboundSchema = OneHundredAndFiftyOne$outboundSchema;
5172
+ /** @deprecated use `OneHundredAndFiftyOne$Outbound` instead. */
5173
+ export type Outbound = OneHundredAndFiftyOne$Outbound;
5141
5174
  }
5142
5175
 
5143
- export function oneHundredAndFiftyToJSON(
5144
- oneHundredAndFifty: OneHundredAndFifty,
5176
+ export function oneHundredAndFiftyOneToJSON(
5177
+ oneHundredAndFiftyOne: OneHundredAndFiftyOne,
5145
5178
  ): string {
5146
5179
  return JSON.stringify(
5147
- OneHundredAndFifty$outboundSchema.parse(oneHundredAndFifty),
5180
+ OneHundredAndFiftyOne$outboundSchema.parse(oneHundredAndFiftyOne),
5148
5181
  );
5149
5182
  }
5150
5183
 
5151
- export function oneHundredAndFiftyFromJSON(
5184
+ export function oneHundredAndFiftyOneFromJSON(
5152
5185
  jsonString: string,
5153
- ): SafeParseResult<OneHundredAndFifty, SDKValidationError> {
5186
+ ): SafeParseResult<OneHundredAndFiftyOne, SDKValidationError> {
5154
5187
  return safeParse(
5155
5188
  jsonString,
5156
- (x) => OneHundredAndFifty$inboundSchema.parse(JSON.parse(x)),
5157
- `Failed to parse 'OneHundredAndFifty' from JSON`,
5189
+ (x) => OneHundredAndFiftyOne$inboundSchema.parse(JSON.parse(x)),
5190
+ `Failed to parse 'OneHundredAndFiftyOne' from JSON`,
5158
5191
  );
5159
5192
  }
5160
5193
 
5161
5194
  /** @internal */
5162
- export const UserEventPayload149Team$inboundSchema: z.ZodType<
5163
- UserEventPayload149Team,
5195
+ export const UserEventPayload150Team$inboundSchema: z.ZodType<
5196
+ UserEventPayload150Team,
5164
5197
  z.ZodTypeDef,
5165
5198
  unknown
5166
5199
  > = z.object({
@@ -5169,16 +5202,16 @@ export const UserEventPayload149Team$inboundSchema: z.ZodType<
5169
5202
  });
5170
5203
 
5171
5204
  /** @internal */
5172
- export type UserEventPayload149Team$Outbound = {
5205
+ export type UserEventPayload150Team$Outbound = {
5173
5206
  id: string;
5174
5207
  name: string;
5175
5208
  };
5176
5209
 
5177
5210
  /** @internal */
5178
- export const UserEventPayload149Team$outboundSchema: z.ZodType<
5179
- UserEventPayload149Team$Outbound,
5211
+ export const UserEventPayload150Team$outboundSchema: z.ZodType<
5212
+ UserEventPayload150Team$Outbound,
5180
5213
  z.ZodTypeDef,
5181
- UserEventPayload149Team
5214
+ UserEventPayload150Team
5182
5215
  > = z.object({
5183
5216
  id: z.string(),
5184
5217
  name: z.string(),
@@ -5188,36 +5221,36 @@ export const UserEventPayload149Team$outboundSchema: z.ZodType<
5188
5221
  * @internal
5189
5222
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5190
5223
  */
5191
- export namespace UserEventPayload149Team$ {
5192
- /** @deprecated use `UserEventPayload149Team$inboundSchema` instead. */
5193
- export const inboundSchema = UserEventPayload149Team$inboundSchema;
5194
- /** @deprecated use `UserEventPayload149Team$outboundSchema` instead. */
5195
- export const outboundSchema = UserEventPayload149Team$outboundSchema;
5196
- /** @deprecated use `UserEventPayload149Team$Outbound` instead. */
5197
- export type Outbound = UserEventPayload149Team$Outbound;
5224
+ export namespace UserEventPayload150Team$ {
5225
+ /** @deprecated use `UserEventPayload150Team$inboundSchema` instead. */
5226
+ export const inboundSchema = UserEventPayload150Team$inboundSchema;
5227
+ /** @deprecated use `UserEventPayload150Team$outboundSchema` instead. */
5228
+ export const outboundSchema = UserEventPayload150Team$outboundSchema;
5229
+ /** @deprecated use `UserEventPayload150Team$Outbound` instead. */
5230
+ export type Outbound = UserEventPayload150Team$Outbound;
5198
5231
  }
5199
5232
 
5200
- export function userEventPayload149TeamToJSON(
5201
- userEventPayload149Team: UserEventPayload149Team,
5233
+ export function userEventPayload150TeamToJSON(
5234
+ userEventPayload150Team: UserEventPayload150Team,
5202
5235
  ): string {
5203
5236
  return JSON.stringify(
5204
- UserEventPayload149Team$outboundSchema.parse(userEventPayload149Team),
5237
+ UserEventPayload150Team$outboundSchema.parse(userEventPayload150Team),
5205
5238
  );
5206
5239
  }
5207
5240
 
5208
- export function userEventPayload149TeamFromJSON(
5241
+ export function userEventPayload150TeamFromJSON(
5209
5242
  jsonString: string,
5210
- ): SafeParseResult<UserEventPayload149Team, SDKValidationError> {
5243
+ ): SafeParseResult<UserEventPayload150Team, SDKValidationError> {
5211
5244
  return safeParse(
5212
5245
  jsonString,
5213
- (x) => UserEventPayload149Team$inboundSchema.parse(JSON.parse(x)),
5214
- `Failed to parse 'UserEventPayload149Team' from JSON`,
5246
+ (x) => UserEventPayload150Team$inboundSchema.parse(JSON.parse(x)),
5247
+ `Failed to parse 'UserEventPayload150Team' from JSON`,
5215
5248
  );
5216
5249
  }
5217
5250
 
5218
5251
  /** @internal */
5219
- export const UserEventPayload149Configuration$inboundSchema: z.ZodType<
5220
- UserEventPayload149Configuration,
5252
+ export const UserEventPayload150Configuration$inboundSchema: z.ZodType<
5253
+ UserEventPayload150Configuration,
5221
5254
  z.ZodTypeDef,
5222
5255
  unknown
5223
5256
  > = z.object({
@@ -5226,16 +5259,16 @@ export const UserEventPayload149Configuration$inboundSchema: z.ZodType<
5226
5259
  });
5227
5260
 
5228
5261
  /** @internal */
5229
- export type UserEventPayload149Configuration$Outbound = {
5262
+ export type UserEventPayload150Configuration$Outbound = {
5230
5263
  id: string;
5231
5264
  name?: string | undefined;
5232
5265
  };
5233
5266
 
5234
5267
  /** @internal */
5235
- export const UserEventPayload149Configuration$outboundSchema: z.ZodType<
5236
- UserEventPayload149Configuration$Outbound,
5268
+ export const UserEventPayload150Configuration$outboundSchema: z.ZodType<
5269
+ UserEventPayload150Configuration$Outbound,
5237
5270
  z.ZodTypeDef,
5238
- UserEventPayload149Configuration
5271
+ UserEventPayload150Configuration
5239
5272
  > = z.object({
5240
5273
  id: z.string(),
5241
5274
  name: z.string().optional(),
@@ -5245,32 +5278,32 @@ export const UserEventPayload149Configuration$outboundSchema: z.ZodType<
5245
5278
  * @internal
5246
5279
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5247
5280
  */
5248
- export namespace UserEventPayload149Configuration$ {
5249
- /** @deprecated use `UserEventPayload149Configuration$inboundSchema` instead. */
5250
- export const inboundSchema = UserEventPayload149Configuration$inboundSchema;
5251
- /** @deprecated use `UserEventPayload149Configuration$outboundSchema` instead. */
5252
- export const outboundSchema = UserEventPayload149Configuration$outboundSchema;
5253
- /** @deprecated use `UserEventPayload149Configuration$Outbound` instead. */
5254
- export type Outbound = UserEventPayload149Configuration$Outbound;
5281
+ export namespace UserEventPayload150Configuration$ {
5282
+ /** @deprecated use `UserEventPayload150Configuration$inboundSchema` instead. */
5283
+ export const inboundSchema = UserEventPayload150Configuration$inboundSchema;
5284
+ /** @deprecated use `UserEventPayload150Configuration$outboundSchema` instead. */
5285
+ export const outboundSchema = UserEventPayload150Configuration$outboundSchema;
5286
+ /** @deprecated use `UserEventPayload150Configuration$Outbound` instead. */
5287
+ export type Outbound = UserEventPayload150Configuration$Outbound;
5255
5288
  }
5256
5289
 
5257
- export function userEventPayload149ConfigurationToJSON(
5258
- userEventPayload149Configuration: UserEventPayload149Configuration,
5290
+ export function userEventPayload150ConfigurationToJSON(
5291
+ userEventPayload150Configuration: UserEventPayload150Configuration,
5259
5292
  ): string {
5260
5293
  return JSON.stringify(
5261
- UserEventPayload149Configuration$outboundSchema.parse(
5262
- userEventPayload149Configuration,
5294
+ UserEventPayload150Configuration$outboundSchema.parse(
5295
+ userEventPayload150Configuration,
5263
5296
  ),
5264
5297
  );
5265
5298
  }
5266
5299
 
5267
- export function userEventPayload149ConfigurationFromJSON(
5300
+ export function userEventPayload150ConfigurationFromJSON(
5268
5301
  jsonString: string,
5269
- ): SafeParseResult<UserEventPayload149Configuration, SDKValidationError> {
5302
+ ): SafeParseResult<UserEventPayload150Configuration, SDKValidationError> {
5270
5303
  return safeParse(
5271
5304
  jsonString,
5272
- (x) => UserEventPayload149Configuration$inboundSchema.parse(JSON.parse(x)),
5273
- `Failed to parse 'UserEventPayload149Configuration' from JSON`,
5305
+ (x) => UserEventPayload150Configuration$inboundSchema.parse(JSON.parse(x)),
5306
+ `Failed to parse 'UserEventPayload150Configuration' from JSON`,
5274
5307
  );
5275
5308
  }
5276
5309
 
@@ -5332,33 +5365,33 @@ export function userEventPayloadPeeringFromJSON(
5332
5365
  }
5333
5366
 
5334
5367
  /** @internal */
5335
- export const OneHundredAndFortyNine$inboundSchema: z.ZodType<
5336
- OneHundredAndFortyNine,
5368
+ export const OneHundredAndFifty$inboundSchema: z.ZodType<
5369
+ OneHundredAndFifty,
5337
5370
  z.ZodTypeDef,
5338
5371
  unknown
5339
5372
  > = z.object({
5340
- team: z.lazy(() => UserEventPayload149Team$inboundSchema),
5341
- configuration: z.lazy(() => UserEventPayload149Configuration$inboundSchema),
5373
+ team: z.lazy(() => UserEventPayload150Team$inboundSchema),
5374
+ configuration: z.lazy(() => UserEventPayload150Configuration$inboundSchema),
5342
5375
  peering: z.lazy(() => UserEventPayloadPeering$inboundSchema),
5343
5376
  newName: z.string().optional(),
5344
5377
  });
5345
5378
 
5346
5379
  /** @internal */
5347
- export type OneHundredAndFortyNine$Outbound = {
5348
- team: UserEventPayload149Team$Outbound;
5349
- configuration: UserEventPayload149Configuration$Outbound;
5380
+ export type OneHundredAndFifty$Outbound = {
5381
+ team: UserEventPayload150Team$Outbound;
5382
+ configuration: UserEventPayload150Configuration$Outbound;
5350
5383
  peering: UserEventPayloadPeering$Outbound;
5351
5384
  newName?: string | undefined;
5352
5385
  };
5353
5386
 
5354
5387
  /** @internal */
5355
- export const OneHundredAndFortyNine$outboundSchema: z.ZodType<
5356
- OneHundredAndFortyNine$Outbound,
5388
+ export const OneHundredAndFifty$outboundSchema: z.ZodType<
5389
+ OneHundredAndFifty$Outbound,
5357
5390
  z.ZodTypeDef,
5358
- OneHundredAndFortyNine
5391
+ OneHundredAndFifty
5359
5392
  > = z.object({
5360
- team: z.lazy(() => UserEventPayload149Team$outboundSchema),
5361
- configuration: z.lazy(() => UserEventPayload149Configuration$outboundSchema),
5393
+ team: z.lazy(() => UserEventPayload150Team$outboundSchema),
5394
+ configuration: z.lazy(() => UserEventPayload150Configuration$outboundSchema),
5362
5395
  peering: z.lazy(() => UserEventPayloadPeering$outboundSchema),
5363
5396
  newName: z.string().optional(),
5364
5397
  });
@@ -5367,36 +5400,36 @@ export const OneHundredAndFortyNine$outboundSchema: z.ZodType<
5367
5400
  * @internal
5368
5401
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5369
5402
  */
5370
- export namespace OneHundredAndFortyNine$ {
5371
- /** @deprecated use `OneHundredAndFortyNine$inboundSchema` instead. */
5372
- export const inboundSchema = OneHundredAndFortyNine$inboundSchema;
5373
- /** @deprecated use `OneHundredAndFortyNine$outboundSchema` instead. */
5374
- export const outboundSchema = OneHundredAndFortyNine$outboundSchema;
5375
- /** @deprecated use `OneHundredAndFortyNine$Outbound` instead. */
5376
- export type Outbound = OneHundredAndFortyNine$Outbound;
5403
+ export namespace OneHundredAndFifty$ {
5404
+ /** @deprecated use `OneHundredAndFifty$inboundSchema` instead. */
5405
+ export const inboundSchema = OneHundredAndFifty$inboundSchema;
5406
+ /** @deprecated use `OneHundredAndFifty$outboundSchema` instead. */
5407
+ export const outboundSchema = OneHundredAndFifty$outboundSchema;
5408
+ /** @deprecated use `OneHundredAndFifty$Outbound` instead. */
5409
+ export type Outbound = OneHundredAndFifty$Outbound;
5377
5410
  }
5378
5411
 
5379
- export function oneHundredAndFortyNineToJSON(
5380
- oneHundredAndFortyNine: OneHundredAndFortyNine,
5412
+ export function oneHundredAndFiftyToJSON(
5413
+ oneHundredAndFifty: OneHundredAndFifty,
5381
5414
  ): string {
5382
5415
  return JSON.stringify(
5383
- OneHundredAndFortyNine$outboundSchema.parse(oneHundredAndFortyNine),
5416
+ OneHundredAndFifty$outboundSchema.parse(oneHundredAndFifty),
5384
5417
  );
5385
5418
  }
5386
5419
 
5387
- export function oneHundredAndFortyNineFromJSON(
5420
+ export function oneHundredAndFiftyFromJSON(
5388
5421
  jsonString: string,
5389
- ): SafeParseResult<OneHundredAndFortyNine, SDKValidationError> {
5422
+ ): SafeParseResult<OneHundredAndFifty, SDKValidationError> {
5390
5423
  return safeParse(
5391
5424
  jsonString,
5392
- (x) => OneHundredAndFortyNine$inboundSchema.parse(JSON.parse(x)),
5393
- `Failed to parse 'OneHundredAndFortyNine' from JSON`,
5425
+ (x) => OneHundredAndFifty$inboundSchema.parse(JSON.parse(x)),
5426
+ `Failed to parse 'OneHundredAndFifty' from JSON`,
5394
5427
  );
5395
5428
  }
5396
5429
 
5397
5430
  /** @internal */
5398
- export const UserEventPayload148Team$inboundSchema: z.ZodType<
5399
- UserEventPayload148Team,
5431
+ export const UserEventPayload149Team$inboundSchema: z.ZodType<
5432
+ UserEventPayload149Team,
5400
5433
  z.ZodTypeDef,
5401
5434
  unknown
5402
5435
  > = z.object({
@@ -5405,16 +5438,16 @@ export const UserEventPayload148Team$inboundSchema: z.ZodType<
5405
5438
  });
5406
5439
 
5407
5440
  /** @internal */
5408
- export type UserEventPayload148Team$Outbound = {
5441
+ export type UserEventPayload149Team$Outbound = {
5409
5442
  id: string;
5410
5443
  name: string;
5411
5444
  };
5412
5445
 
5413
5446
  /** @internal */
5414
- export const UserEventPayload148Team$outboundSchema: z.ZodType<
5415
- UserEventPayload148Team$Outbound,
5447
+ export const UserEventPayload149Team$outboundSchema: z.ZodType<
5448
+ UserEventPayload149Team$Outbound,
5416
5449
  z.ZodTypeDef,
5417
- UserEventPayload148Team
5450
+ UserEventPayload149Team
5418
5451
  > = z.object({
5419
5452
  id: z.string(),
5420
5453
  name: z.string(),
@@ -5424,37 +5457,37 @@ export const UserEventPayload148Team$outboundSchema: z.ZodType<
5424
5457
  * @internal
5425
5458
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5426
5459
  */
5427
- export namespace UserEventPayload148Team$ {
5428
- /** @deprecated use `UserEventPayload148Team$inboundSchema` instead. */
5429
- export const inboundSchema = UserEventPayload148Team$inboundSchema;
5430
- /** @deprecated use `UserEventPayload148Team$outboundSchema` instead. */
5431
- export const outboundSchema = UserEventPayload148Team$outboundSchema;
5432
- /** @deprecated use `UserEventPayload148Team$Outbound` instead. */
5433
- export type Outbound = UserEventPayload148Team$Outbound;
5460
+ export namespace UserEventPayload149Team$ {
5461
+ /** @deprecated use `UserEventPayload149Team$inboundSchema` instead. */
5462
+ export const inboundSchema = UserEventPayload149Team$inboundSchema;
5463
+ /** @deprecated use `UserEventPayload149Team$outboundSchema` instead. */
5464
+ export const outboundSchema = UserEventPayload149Team$outboundSchema;
5465
+ /** @deprecated use `UserEventPayload149Team$Outbound` instead. */
5466
+ export type Outbound = UserEventPayload149Team$Outbound;
5434
5467
  }
5435
5468
 
5436
- export function userEventPayload148TeamToJSON(
5437
- userEventPayload148Team: UserEventPayload148Team,
5469
+ export function userEventPayload149TeamToJSON(
5470
+ userEventPayload149Team: UserEventPayload149Team,
5438
5471
  ): string {
5439
5472
  return JSON.stringify(
5440
- UserEventPayload148Team$outboundSchema.parse(userEventPayload148Team),
5473
+ UserEventPayload149Team$outboundSchema.parse(userEventPayload149Team),
5441
5474
  );
5442
5475
  }
5443
5476
 
5444
- export function userEventPayload148TeamFromJSON(
5477
+ export function userEventPayload149TeamFromJSON(
5445
5478
  jsonString: string,
5446
- ): SafeParseResult<UserEventPayload148Team, SDKValidationError> {
5479
+ ): SafeParseResult<UserEventPayload149Team, SDKValidationError> {
5447
5480
  return safeParse(
5448
5481
  jsonString,
5449
- (x) => UserEventPayload148Team$inboundSchema.parse(JSON.parse(x)),
5450
- `Failed to parse 'UserEventPayload148Team' from JSON`,
5482
+ (x) => UserEventPayload149Team$inboundSchema.parse(JSON.parse(x)),
5483
+ `Failed to parse 'UserEventPayload149Team' from JSON`,
5451
5484
  );
5452
5485
  }
5453
5486
 
5454
5487
  /** @internal */
5455
- export const UserEventPayload148Configuration$inboundSchema: z.ZodType<
5456
- UserEventPayload148Configuration,
5457
- z.ZodTypeDef,
5488
+ export const UserEventPayload149Configuration$inboundSchema: z.ZodType<
5489
+ UserEventPayload149Configuration,
5490
+ z.ZodTypeDef,
5458
5491
  unknown
5459
5492
  > = z.object({
5460
5493
  id: z.string(),
@@ -5462,16 +5495,16 @@ export const UserEventPayload148Configuration$inboundSchema: z.ZodType<
5462
5495
  });
5463
5496
 
5464
5497
  /** @internal */
5465
- export type UserEventPayload148Configuration$Outbound = {
5498
+ export type UserEventPayload149Configuration$Outbound = {
5466
5499
  id: string;
5467
5500
  name?: string | undefined;
5468
5501
  };
5469
5502
 
5470
5503
  /** @internal */
5471
- export const UserEventPayload148Configuration$outboundSchema: z.ZodType<
5472
- UserEventPayload148Configuration$Outbound,
5504
+ export const UserEventPayload149Configuration$outboundSchema: z.ZodType<
5505
+ UserEventPayload149Configuration$Outbound,
5473
5506
  z.ZodTypeDef,
5474
- UserEventPayload148Configuration
5507
+ UserEventPayload149Configuration
5475
5508
  > = z.object({
5476
5509
  id: z.string(),
5477
5510
  name: z.string().optional(),
@@ -5481,32 +5514,32 @@ export const UserEventPayload148Configuration$outboundSchema: z.ZodType<
5481
5514
  * @internal
5482
5515
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5483
5516
  */
5484
- export namespace UserEventPayload148Configuration$ {
5485
- /** @deprecated use `UserEventPayload148Configuration$inboundSchema` instead. */
5486
- export const inboundSchema = UserEventPayload148Configuration$inboundSchema;
5487
- /** @deprecated use `UserEventPayload148Configuration$outboundSchema` instead. */
5488
- export const outboundSchema = UserEventPayload148Configuration$outboundSchema;
5489
- /** @deprecated use `UserEventPayload148Configuration$Outbound` instead. */
5490
- export type Outbound = UserEventPayload148Configuration$Outbound;
5517
+ export namespace UserEventPayload149Configuration$ {
5518
+ /** @deprecated use `UserEventPayload149Configuration$inboundSchema` instead. */
5519
+ export const inboundSchema = UserEventPayload149Configuration$inboundSchema;
5520
+ /** @deprecated use `UserEventPayload149Configuration$outboundSchema` instead. */
5521
+ export const outboundSchema = UserEventPayload149Configuration$outboundSchema;
5522
+ /** @deprecated use `UserEventPayload149Configuration$Outbound` instead. */
5523
+ export type Outbound = UserEventPayload149Configuration$Outbound;
5491
5524
  }
5492
5525
 
5493
- export function userEventPayload148ConfigurationToJSON(
5494
- userEventPayload148Configuration: UserEventPayload148Configuration,
5526
+ export function userEventPayload149ConfigurationToJSON(
5527
+ userEventPayload149Configuration: UserEventPayload149Configuration,
5495
5528
  ): string {
5496
5529
  return JSON.stringify(
5497
- UserEventPayload148Configuration$outboundSchema.parse(
5498
- userEventPayload148Configuration,
5530
+ UserEventPayload149Configuration$outboundSchema.parse(
5531
+ userEventPayload149Configuration,
5499
5532
  ),
5500
5533
  );
5501
5534
  }
5502
5535
 
5503
- export function userEventPayload148ConfigurationFromJSON(
5536
+ export function userEventPayload149ConfigurationFromJSON(
5504
5537
  jsonString: string,
5505
- ): SafeParseResult<UserEventPayload148Configuration, SDKValidationError> {
5538
+ ): SafeParseResult<UserEventPayload149Configuration, SDKValidationError> {
5506
5539
  return safeParse(
5507
5540
  jsonString,
5508
- (x) => UserEventPayload148Configuration$inboundSchema.parse(JSON.parse(x)),
5509
- `Failed to parse 'UserEventPayload148Configuration' from JSON`,
5541
+ (x) => UserEventPayload149Configuration$inboundSchema.parse(JSON.parse(x)),
5542
+ `Failed to parse 'UserEventPayload149Configuration' from JSON`,
5510
5543
  );
5511
5544
  }
5512
5545
 
@@ -5564,31 +5597,31 @@ export function payloadPeeringFromJSON(
5564
5597
  }
5565
5598
 
5566
5599
  /** @internal */
5567
- export const OneHundredAndFortyEight$inboundSchema: z.ZodType<
5568
- OneHundredAndFortyEight,
5600
+ export const OneHundredAndFortyNine$inboundSchema: z.ZodType<
5601
+ OneHundredAndFortyNine,
5569
5602
  z.ZodTypeDef,
5570
5603
  unknown
5571
5604
  > = z.object({
5572
- team: z.lazy(() => UserEventPayload148Team$inboundSchema),
5573
- configuration: z.lazy(() => UserEventPayload148Configuration$inboundSchema),
5605
+ team: z.lazy(() => UserEventPayload149Team$inboundSchema),
5606
+ configuration: z.lazy(() => UserEventPayload149Configuration$inboundSchema),
5574
5607
  peering: z.lazy(() => PayloadPeering$inboundSchema),
5575
5608
  });
5576
5609
 
5577
5610
  /** @internal */
5578
- export type OneHundredAndFortyEight$Outbound = {
5579
- team: UserEventPayload148Team$Outbound;
5580
- configuration: UserEventPayload148Configuration$Outbound;
5611
+ export type OneHundredAndFortyNine$Outbound = {
5612
+ team: UserEventPayload149Team$Outbound;
5613
+ configuration: UserEventPayload149Configuration$Outbound;
5581
5614
  peering: PayloadPeering$Outbound;
5582
5615
  };
5583
5616
 
5584
5617
  /** @internal */
5585
- export const OneHundredAndFortyEight$outboundSchema: z.ZodType<
5586
- OneHundredAndFortyEight$Outbound,
5618
+ export const OneHundredAndFortyNine$outboundSchema: z.ZodType<
5619
+ OneHundredAndFortyNine$Outbound,
5587
5620
  z.ZodTypeDef,
5588
- OneHundredAndFortyEight
5621
+ OneHundredAndFortyNine
5589
5622
  > = z.object({
5590
- team: z.lazy(() => UserEventPayload148Team$outboundSchema),
5591
- configuration: z.lazy(() => UserEventPayload148Configuration$outboundSchema),
5623
+ team: z.lazy(() => UserEventPayload149Team$outboundSchema),
5624
+ configuration: z.lazy(() => UserEventPayload149Configuration$outboundSchema),
5592
5625
  peering: z.lazy(() => PayloadPeering$outboundSchema),
5593
5626
  });
5594
5627
 
@@ -5596,36 +5629,36 @@ export const OneHundredAndFortyEight$outboundSchema: z.ZodType<
5596
5629
  * @internal
5597
5630
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5598
5631
  */
5599
- export namespace OneHundredAndFortyEight$ {
5600
- /** @deprecated use `OneHundredAndFortyEight$inboundSchema` instead. */
5601
- export const inboundSchema = OneHundredAndFortyEight$inboundSchema;
5602
- /** @deprecated use `OneHundredAndFortyEight$outboundSchema` instead. */
5603
- export const outboundSchema = OneHundredAndFortyEight$outboundSchema;
5604
- /** @deprecated use `OneHundredAndFortyEight$Outbound` instead. */
5605
- export type Outbound = OneHundredAndFortyEight$Outbound;
5632
+ export namespace OneHundredAndFortyNine$ {
5633
+ /** @deprecated use `OneHundredAndFortyNine$inboundSchema` instead. */
5634
+ export const inboundSchema = OneHundredAndFortyNine$inboundSchema;
5635
+ /** @deprecated use `OneHundredAndFortyNine$outboundSchema` instead. */
5636
+ export const outboundSchema = OneHundredAndFortyNine$outboundSchema;
5637
+ /** @deprecated use `OneHundredAndFortyNine$Outbound` instead. */
5638
+ export type Outbound = OneHundredAndFortyNine$Outbound;
5606
5639
  }
5607
5640
 
5608
- export function oneHundredAndFortyEightToJSON(
5609
- oneHundredAndFortyEight: OneHundredAndFortyEight,
5641
+ export function oneHundredAndFortyNineToJSON(
5642
+ oneHundredAndFortyNine: OneHundredAndFortyNine,
5610
5643
  ): string {
5611
5644
  return JSON.stringify(
5612
- OneHundredAndFortyEight$outboundSchema.parse(oneHundredAndFortyEight),
5645
+ OneHundredAndFortyNine$outboundSchema.parse(oneHundredAndFortyNine),
5613
5646
  );
5614
5647
  }
5615
5648
 
5616
- export function oneHundredAndFortyEightFromJSON(
5649
+ export function oneHundredAndFortyNineFromJSON(
5617
5650
  jsonString: string,
5618
- ): SafeParseResult<OneHundredAndFortyEight, SDKValidationError> {
5651
+ ): SafeParseResult<OneHundredAndFortyNine, SDKValidationError> {
5619
5652
  return safeParse(
5620
5653
  jsonString,
5621
- (x) => OneHundredAndFortyEight$inboundSchema.parse(JSON.parse(x)),
5622
- `Failed to parse 'OneHundredAndFortyEight' from JSON`,
5654
+ (x) => OneHundredAndFortyNine$inboundSchema.parse(JSON.parse(x)),
5655
+ `Failed to parse 'OneHundredAndFortyNine' from JSON`,
5623
5656
  );
5624
5657
  }
5625
5658
 
5626
5659
  /** @internal */
5627
- export const UserEventPayload147Team$inboundSchema: z.ZodType<
5628
- UserEventPayload147Team,
5660
+ export const UserEventPayload148Team$inboundSchema: z.ZodType<
5661
+ UserEventPayload148Team,
5629
5662
  z.ZodTypeDef,
5630
5663
  unknown
5631
5664
  > = z.object({
@@ -5634,16 +5667,16 @@ export const UserEventPayload147Team$inboundSchema: z.ZodType<
5634
5667
  });
5635
5668
 
5636
5669
  /** @internal */
5637
- export type UserEventPayload147Team$Outbound = {
5670
+ export type UserEventPayload148Team$Outbound = {
5638
5671
  id: string;
5639
5672
  name: string;
5640
5673
  };
5641
5674
 
5642
5675
  /** @internal */
5643
- export const UserEventPayload147Team$outboundSchema: z.ZodType<
5644
- UserEventPayload147Team$Outbound,
5676
+ export const UserEventPayload148Team$outboundSchema: z.ZodType<
5677
+ UserEventPayload148Team$Outbound,
5645
5678
  z.ZodTypeDef,
5646
- UserEventPayload147Team
5679
+ UserEventPayload148Team
5647
5680
  > = z.object({
5648
5681
  id: z.string(),
5649
5682
  name: z.string(),
@@ -5653,36 +5686,36 @@ export const UserEventPayload147Team$outboundSchema: z.ZodType<
5653
5686
  * @internal
5654
5687
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5655
5688
  */
5656
- export namespace UserEventPayload147Team$ {
5657
- /** @deprecated use `UserEventPayload147Team$inboundSchema` instead. */
5658
- export const inboundSchema = UserEventPayload147Team$inboundSchema;
5659
- /** @deprecated use `UserEventPayload147Team$outboundSchema` instead. */
5660
- export const outboundSchema = UserEventPayload147Team$outboundSchema;
5661
- /** @deprecated use `UserEventPayload147Team$Outbound` instead. */
5662
- export type Outbound = UserEventPayload147Team$Outbound;
5689
+ export namespace UserEventPayload148Team$ {
5690
+ /** @deprecated use `UserEventPayload148Team$inboundSchema` instead. */
5691
+ export const inboundSchema = UserEventPayload148Team$inboundSchema;
5692
+ /** @deprecated use `UserEventPayload148Team$outboundSchema` instead. */
5693
+ export const outboundSchema = UserEventPayload148Team$outboundSchema;
5694
+ /** @deprecated use `UserEventPayload148Team$Outbound` instead. */
5695
+ export type Outbound = UserEventPayload148Team$Outbound;
5663
5696
  }
5664
5697
 
5665
- export function userEventPayload147TeamToJSON(
5666
- userEventPayload147Team: UserEventPayload147Team,
5698
+ export function userEventPayload148TeamToJSON(
5699
+ userEventPayload148Team: UserEventPayload148Team,
5667
5700
  ): string {
5668
5701
  return JSON.stringify(
5669
- UserEventPayload147Team$outboundSchema.parse(userEventPayload147Team),
5702
+ UserEventPayload148Team$outboundSchema.parse(userEventPayload148Team),
5670
5703
  );
5671
5704
  }
5672
5705
 
5673
- export function userEventPayload147TeamFromJSON(
5706
+ export function userEventPayload148TeamFromJSON(
5674
5707
  jsonString: string,
5675
- ): SafeParseResult<UserEventPayload147Team, SDKValidationError> {
5708
+ ): SafeParseResult<UserEventPayload148Team, SDKValidationError> {
5676
5709
  return safeParse(
5677
5710
  jsonString,
5678
- (x) => UserEventPayload147Team$inboundSchema.parse(JSON.parse(x)),
5679
- `Failed to parse 'UserEventPayload147Team' from JSON`,
5711
+ (x) => UserEventPayload148Team$inboundSchema.parse(JSON.parse(x)),
5712
+ `Failed to parse 'UserEventPayload148Team' from JSON`,
5680
5713
  );
5681
5714
  }
5682
5715
 
5683
5716
  /** @internal */
5684
- export const UserEventPayload147Configuration$inboundSchema: z.ZodType<
5685
- UserEventPayload147Configuration,
5717
+ export const UserEventPayload148Configuration$inboundSchema: z.ZodType<
5718
+ UserEventPayload148Configuration,
5686
5719
  z.ZodTypeDef,
5687
5720
  unknown
5688
5721
  > = z.object({
@@ -5691,16 +5724,16 @@ export const UserEventPayload147Configuration$inboundSchema: z.ZodType<
5691
5724
  });
5692
5725
 
5693
5726
  /** @internal */
5694
- export type UserEventPayload147Configuration$Outbound = {
5727
+ export type UserEventPayload148Configuration$Outbound = {
5695
5728
  id: string;
5696
5729
  name?: string | undefined;
5697
5730
  };
5698
5731
 
5699
5732
  /** @internal */
5700
- export const UserEventPayload147Configuration$outboundSchema: z.ZodType<
5701
- UserEventPayload147Configuration$Outbound,
5733
+ export const UserEventPayload148Configuration$outboundSchema: z.ZodType<
5734
+ UserEventPayload148Configuration$Outbound,
5702
5735
  z.ZodTypeDef,
5703
- UserEventPayload147Configuration
5736
+ UserEventPayload148Configuration
5704
5737
  > = z.object({
5705
5738
  id: z.string(),
5706
5739
  name: z.string().optional(),
@@ -5710,32 +5743,32 @@ export const UserEventPayload147Configuration$outboundSchema: z.ZodType<
5710
5743
  * @internal
5711
5744
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5712
5745
  */
5713
- export namespace UserEventPayload147Configuration$ {
5714
- /** @deprecated use `UserEventPayload147Configuration$inboundSchema` instead. */
5715
- export const inboundSchema = UserEventPayload147Configuration$inboundSchema;
5716
- /** @deprecated use `UserEventPayload147Configuration$outboundSchema` instead. */
5717
- export const outboundSchema = UserEventPayload147Configuration$outboundSchema;
5718
- /** @deprecated use `UserEventPayload147Configuration$Outbound` instead. */
5719
- export type Outbound = UserEventPayload147Configuration$Outbound;
5746
+ export namespace UserEventPayload148Configuration$ {
5747
+ /** @deprecated use `UserEventPayload148Configuration$inboundSchema` instead. */
5748
+ export const inboundSchema = UserEventPayload148Configuration$inboundSchema;
5749
+ /** @deprecated use `UserEventPayload148Configuration$outboundSchema` instead. */
5750
+ export const outboundSchema = UserEventPayload148Configuration$outboundSchema;
5751
+ /** @deprecated use `UserEventPayload148Configuration$Outbound` instead. */
5752
+ export type Outbound = UserEventPayload148Configuration$Outbound;
5720
5753
  }
5721
5754
 
5722
- export function userEventPayload147ConfigurationToJSON(
5723
- userEventPayload147Configuration: UserEventPayload147Configuration,
5755
+ export function userEventPayload148ConfigurationToJSON(
5756
+ userEventPayload148Configuration: UserEventPayload148Configuration,
5724
5757
  ): string {
5725
5758
  return JSON.stringify(
5726
- UserEventPayload147Configuration$outboundSchema.parse(
5727
- userEventPayload147Configuration,
5759
+ UserEventPayload148Configuration$outboundSchema.parse(
5760
+ userEventPayload148Configuration,
5728
5761
  ),
5729
5762
  );
5730
5763
  }
5731
5764
 
5732
- export function userEventPayload147ConfigurationFromJSON(
5765
+ export function userEventPayload148ConfigurationFromJSON(
5733
5766
  jsonString: string,
5734
- ): SafeParseResult<UserEventPayload147Configuration, SDKValidationError> {
5767
+ ): SafeParseResult<UserEventPayload148Configuration, SDKValidationError> {
5735
5768
  return safeParse(
5736
5769
  jsonString,
5737
- (x) => UserEventPayload147Configuration$inboundSchema.parse(JSON.parse(x)),
5738
- `Failed to parse 'UserEventPayload147Configuration' from JSON`,
5770
+ (x) => UserEventPayload148Configuration$inboundSchema.parse(JSON.parse(x)),
5771
+ `Failed to parse 'UserEventPayload148Configuration' from JSON`,
5739
5772
  );
5740
5773
  }
5741
5774
 
@@ -5795,22 +5828,78 @@ export function peeringFromJSON(
5795
5828
  );
5796
5829
  }
5797
5830
 
5831
+ /** @internal */
5832
+ export const OneHundredAndFortyEight$inboundSchema: z.ZodType<
5833
+ OneHundredAndFortyEight,
5834
+ z.ZodTypeDef,
5835
+ unknown
5836
+ > = z.object({
5837
+ team: z.lazy(() => UserEventPayload148Team$inboundSchema),
5838
+ configuration: z.lazy(() => UserEventPayload148Configuration$inboundSchema),
5839
+ peering: z.lazy(() => Peering$inboundSchema),
5840
+ });
5841
+
5842
+ /** @internal */
5843
+ export type OneHundredAndFortyEight$Outbound = {
5844
+ team: UserEventPayload148Team$Outbound;
5845
+ configuration: UserEventPayload148Configuration$Outbound;
5846
+ peering: Peering$Outbound;
5847
+ };
5848
+
5849
+ /** @internal */
5850
+ export const OneHundredAndFortyEight$outboundSchema: z.ZodType<
5851
+ OneHundredAndFortyEight$Outbound,
5852
+ z.ZodTypeDef,
5853
+ OneHundredAndFortyEight
5854
+ > = z.object({
5855
+ team: z.lazy(() => UserEventPayload148Team$outboundSchema),
5856
+ configuration: z.lazy(() => UserEventPayload148Configuration$outboundSchema),
5857
+ peering: z.lazy(() => Peering$outboundSchema),
5858
+ });
5859
+
5860
+ /**
5861
+ * @internal
5862
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5863
+ */
5864
+ export namespace OneHundredAndFortyEight$ {
5865
+ /** @deprecated use `OneHundredAndFortyEight$inboundSchema` instead. */
5866
+ export const inboundSchema = OneHundredAndFortyEight$inboundSchema;
5867
+ /** @deprecated use `OneHundredAndFortyEight$outboundSchema` instead. */
5868
+ export const outboundSchema = OneHundredAndFortyEight$outboundSchema;
5869
+ /** @deprecated use `OneHundredAndFortyEight$Outbound` instead. */
5870
+ export type Outbound = OneHundredAndFortyEight$Outbound;
5871
+ }
5872
+
5873
+ export function oneHundredAndFortyEightToJSON(
5874
+ oneHundredAndFortyEight: OneHundredAndFortyEight,
5875
+ ): string {
5876
+ return JSON.stringify(
5877
+ OneHundredAndFortyEight$outboundSchema.parse(oneHundredAndFortyEight),
5878
+ );
5879
+ }
5880
+
5881
+ export function oneHundredAndFortyEightFromJSON(
5882
+ jsonString: string,
5883
+ ): SafeParseResult<OneHundredAndFortyEight, SDKValidationError> {
5884
+ return safeParse(
5885
+ jsonString,
5886
+ (x) => OneHundredAndFortyEight$inboundSchema.parse(JSON.parse(x)),
5887
+ `Failed to parse 'OneHundredAndFortyEight' from JSON`,
5888
+ );
5889
+ }
5890
+
5798
5891
  /** @internal */
5799
5892
  export const OneHundredAndFortySeven$inboundSchema: z.ZodType<
5800
5893
  OneHundredAndFortySeven,
5801
5894
  z.ZodTypeDef,
5802
5895
  unknown
5803
5896
  > = z.object({
5804
- team: z.lazy(() => UserEventPayload147Team$inboundSchema),
5805
- configuration: z.lazy(() => UserEventPayload147Configuration$inboundSchema),
5806
- peering: z.lazy(() => Peering$inboundSchema),
5897
+ appName: z.string(),
5807
5898
  });
5808
5899
 
5809
5900
  /** @internal */
5810
5901
  export type OneHundredAndFortySeven$Outbound = {
5811
- team: UserEventPayload147Team$Outbound;
5812
- configuration: UserEventPayload147Configuration$Outbound;
5813
- peering: Peering$Outbound;
5902
+ appName: string;
5814
5903
  };
5815
5904
 
5816
5905
  /** @internal */
@@ -5819,9 +5908,7 @@ export const OneHundredAndFortySeven$outboundSchema: z.ZodType<
5819
5908
  z.ZodTypeDef,
5820
5909
  OneHundredAndFortySeven
5821
5910
  > = z.object({
5822
- team: z.lazy(() => UserEventPayload147Team$outboundSchema),
5823
- configuration: z.lazy(() => UserEventPayload147Configuration$outboundSchema),
5824
- peering: z.lazy(() => Peering$outboundSchema),
5911
+ appName: z.string(),
5825
5912
  });
5826
5913
 
5827
5914
  /**
@@ -5862,11 +5949,13 @@ export const OneHundredAndFortySix$inboundSchema: z.ZodType<
5862
5949
  unknown
5863
5950
  > = z.object({
5864
5951
  appName: z.string(),
5952
+ nextScopes: z.array(z.string()),
5865
5953
  });
5866
5954
 
5867
5955
  /** @internal */
5868
5956
  export type OneHundredAndFortySix$Outbound = {
5869
5957
  appName: string;
5958
+ nextScopes: Array<string>;
5870
5959
  };
5871
5960
 
5872
5961
  /** @internal */
@@ -5876,6 +5965,7 @@ export const OneHundredAndFortySix$outboundSchema: z.ZodType<
5876
5965
  OneHundredAndFortySix
5877
5966
  > = z.object({
5878
5967
  appName: z.string(),
5968
+ nextScopes: z.array(z.string()),
5879
5969
  });
5880
5970
 
5881
5971
  /**
@@ -5916,13 +6006,13 @@ export const OneHundredAndFortyFive$inboundSchema: z.ZodType<
5916
6006
  unknown
5917
6007
  > = z.object({
5918
6008
  appName: z.string(),
5919
- nextScopes: z.array(z.string()),
6009
+ scopes: z.array(z.string()),
5920
6010
  });
5921
6011
 
5922
6012
  /** @internal */
5923
6013
  export type OneHundredAndFortyFive$Outbound = {
5924
6014
  appName: string;
5925
- nextScopes: Array<string>;
6015
+ scopes: Array<string>;
5926
6016
  };
5927
6017
 
5928
6018
  /** @internal */
@@ -5932,7 +6022,7 @@ export const OneHundredAndFortyFive$outboundSchema: z.ZodType<
5932
6022
  OneHundredAndFortyFive
5933
6023
  > = z.object({
5934
6024
  appName: z.string(),
5935
- nextScopes: z.array(z.string()),
6025
+ scopes: z.array(z.string()),
5936
6026
  });
5937
6027
 
5938
6028
  /**
@@ -5972,14 +6062,14 @@ export const OneHundredAndFortyFour$inboundSchema: z.ZodType<
5972
6062
  z.ZodTypeDef,
5973
6063
  unknown
5974
6064
  > = z.object({
5975
- appName: z.string(),
5976
- scopes: z.array(z.string()),
6065
+ oldName: z.string(),
6066
+ newName: z.string(),
5977
6067
  });
5978
6068
 
5979
6069
  /** @internal */
5980
6070
  export type OneHundredAndFortyFour$Outbound = {
5981
- appName: string;
5982
- scopes: Array<string>;
6071
+ oldName: string;
6072
+ newName: string;
5983
6073
  };
5984
6074
 
5985
6075
  /** @internal */
@@ -5988,8 +6078,8 @@ export const OneHundredAndFortyFour$outboundSchema: z.ZodType<
5988
6078
  z.ZodTypeDef,
5989
6079
  OneHundredAndFortyFour
5990
6080
  > = z.object({
5991
- appName: z.string(),
5992
- scopes: z.array(z.string()),
6081
+ oldName: z.string(),
6082
+ newName: z.string(),
5993
6083
  });
5994
6084
 
5995
6085
  /**
@@ -6023,63 +6113,6 @@ export function oneHundredAndFortyFourFromJSON(
6023
6113
  );
6024
6114
  }
6025
6115
 
6026
- /** @internal */
6027
- export const OneHundredAndFortyThree$inboundSchema: z.ZodType<
6028
- OneHundredAndFortyThree,
6029
- z.ZodTypeDef,
6030
- unknown
6031
- > = z.object({
6032
- oldName: z.string(),
6033
- newName: z.string(),
6034
- });
6035
-
6036
- /** @internal */
6037
- export type OneHundredAndFortyThree$Outbound = {
6038
- oldName: string;
6039
- newName: string;
6040
- };
6041
-
6042
- /** @internal */
6043
- export const OneHundredAndFortyThree$outboundSchema: z.ZodType<
6044
- OneHundredAndFortyThree$Outbound,
6045
- z.ZodTypeDef,
6046
- OneHundredAndFortyThree
6047
- > = z.object({
6048
- oldName: z.string(),
6049
- newName: z.string(),
6050
- });
6051
-
6052
- /**
6053
- * @internal
6054
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6055
- */
6056
- export namespace OneHundredAndFortyThree$ {
6057
- /** @deprecated use `OneHundredAndFortyThree$inboundSchema` instead. */
6058
- export const inboundSchema = OneHundredAndFortyThree$inboundSchema;
6059
- /** @deprecated use `OneHundredAndFortyThree$outboundSchema` instead. */
6060
- export const outboundSchema = OneHundredAndFortyThree$outboundSchema;
6061
- /** @deprecated use `OneHundredAndFortyThree$Outbound` instead. */
6062
- export type Outbound = OneHundredAndFortyThree$Outbound;
6063
- }
6064
-
6065
- export function oneHundredAndFortyThreeToJSON(
6066
- oneHundredAndFortyThree: OneHundredAndFortyThree,
6067
- ): string {
6068
- return JSON.stringify(
6069
- OneHundredAndFortyThree$outboundSchema.parse(oneHundredAndFortyThree),
6070
- );
6071
- }
6072
-
6073
- export function oneHundredAndFortyThreeFromJSON(
6074
- jsonString: string,
6075
- ): SafeParseResult<OneHundredAndFortyThree, SDKValidationError> {
6076
- return safeParse(
6077
- jsonString,
6078
- (x) => OneHundredAndFortyThree$inboundSchema.parse(JSON.parse(x)),
6079
- `Failed to parse 'OneHundredAndFortyThree' from JSON`,
6080
- );
6081
- }
6082
-
6083
6116
  /** @internal */
6084
6117
  export const Tier$inboundSchema: z.ZodNativeEnum<typeof Tier> = z.nativeEnum(
6085
6118
  Tier,
@@ -6101,8 +6134,8 @@ export namespace Tier$ {
6101
6134
  }
6102
6135
 
6103
6136
  /** @internal */
6104
- export const OneHundredAndFortyTwo$inboundSchema: z.ZodType<
6105
- OneHundredAndFortyTwo,
6137
+ export const OneHundredAndFortyThree$inboundSchema: z.ZodType<
6138
+ OneHundredAndFortyThree,
6106
6139
  z.ZodTypeDef,
6107
6140
  unknown
6108
6141
  > = z.object({
@@ -6110,15 +6143,15 @@ export const OneHundredAndFortyTwo$inboundSchema: z.ZodType<
6110
6143
  });
6111
6144
 
6112
6145
  /** @internal */
6113
- export type OneHundredAndFortyTwo$Outbound = {
6146
+ export type OneHundredAndFortyThree$Outbound = {
6114
6147
  tier: string;
6115
6148
  };
6116
6149
 
6117
6150
  /** @internal */
6118
- export const OneHundredAndFortyTwo$outboundSchema: z.ZodType<
6119
- OneHundredAndFortyTwo$Outbound,
6151
+ export const OneHundredAndFortyThree$outboundSchema: z.ZodType<
6152
+ OneHundredAndFortyThree$Outbound,
6120
6153
  z.ZodTypeDef,
6121
- OneHundredAndFortyTwo
6154
+ OneHundredAndFortyThree
6122
6155
  > = z.object({
6123
6156
  tier: Tier$outboundSchema,
6124
6157
  });
@@ -6127,30 +6160,30 @@ export const OneHundredAndFortyTwo$outboundSchema: z.ZodType<
6127
6160
  * @internal
6128
6161
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6129
6162
  */
6130
- export namespace OneHundredAndFortyTwo$ {
6131
- /** @deprecated use `OneHundredAndFortyTwo$inboundSchema` instead. */
6132
- export const inboundSchema = OneHundredAndFortyTwo$inboundSchema;
6133
- /** @deprecated use `OneHundredAndFortyTwo$outboundSchema` instead. */
6134
- export const outboundSchema = OneHundredAndFortyTwo$outboundSchema;
6135
- /** @deprecated use `OneHundredAndFortyTwo$Outbound` instead. */
6136
- export type Outbound = OneHundredAndFortyTwo$Outbound;
6163
+ export namespace OneHundredAndFortyThree$ {
6164
+ /** @deprecated use `OneHundredAndFortyThree$inboundSchema` instead. */
6165
+ export const inboundSchema = OneHundredAndFortyThree$inboundSchema;
6166
+ /** @deprecated use `OneHundredAndFortyThree$outboundSchema` instead. */
6167
+ export const outboundSchema = OneHundredAndFortyThree$outboundSchema;
6168
+ /** @deprecated use `OneHundredAndFortyThree$Outbound` instead. */
6169
+ export type Outbound = OneHundredAndFortyThree$Outbound;
6137
6170
  }
6138
6171
 
6139
- export function oneHundredAndFortyTwoToJSON(
6140
- oneHundredAndFortyTwo: OneHundredAndFortyTwo,
6172
+ export function oneHundredAndFortyThreeToJSON(
6173
+ oneHundredAndFortyThree: OneHundredAndFortyThree,
6141
6174
  ): string {
6142
6175
  return JSON.stringify(
6143
- OneHundredAndFortyTwo$outboundSchema.parse(oneHundredAndFortyTwo),
6176
+ OneHundredAndFortyThree$outboundSchema.parse(oneHundredAndFortyThree),
6144
6177
  );
6145
6178
  }
6146
6179
 
6147
- export function oneHundredAndFortyTwoFromJSON(
6180
+ export function oneHundredAndFortyThreeFromJSON(
6148
6181
  jsonString: string,
6149
- ): SafeParseResult<OneHundredAndFortyTwo, SDKValidationError> {
6182
+ ): SafeParseResult<OneHundredAndFortyThree, SDKValidationError> {
6150
6183
  return safeParse(
6151
6184
  jsonString,
6152
- (x) => OneHundredAndFortyTwo$inboundSchema.parse(JSON.parse(x)),
6153
- `Failed to parse 'OneHundredAndFortyTwo' from JSON`,
6185
+ (x) => OneHundredAndFortyThree$inboundSchema.parse(JSON.parse(x)),
6186
+ `Failed to parse 'OneHundredAndFortyThree' from JSON`,
6154
6187
  );
6155
6188
  }
6156
6189
 
@@ -6287,8 +6320,8 @@ export function prevProjectWebAnalyticsFromJSON(
6287
6320
  }
6288
6321
 
6289
6322
  /** @internal */
6290
- export const OneHundredAndFortyOne$inboundSchema: z.ZodType<
6291
- OneHundredAndFortyOne,
6323
+ export const OneHundredAndFortyTwo$inboundSchema: z.ZodType<
6324
+ OneHundredAndFortyTwo,
6292
6325
  z.ZodTypeDef,
6293
6326
  unknown
6294
6327
  > = z.object({
@@ -6302,7 +6335,7 @@ export const OneHundredAndFortyOne$inboundSchema: z.ZodType<
6302
6335
  });
6303
6336
 
6304
6337
  /** @internal */
6305
- export type OneHundredAndFortyOne$Outbound = {
6338
+ export type OneHundredAndFortyTwo$Outbound = {
6306
6339
  projectId: string;
6307
6340
  projectName: string;
6308
6341
  projectWebAnalytics?: ProjectWebAnalytics$Outbound | undefined;
@@ -6310,10 +6343,10 @@ export type OneHundredAndFortyOne$Outbound = {
6310
6343
  };
6311
6344
 
6312
6345
  /** @internal */
6313
- export const OneHundredAndFortyOne$outboundSchema: z.ZodType<
6314
- OneHundredAndFortyOne$Outbound,
6346
+ export const OneHundredAndFortyTwo$outboundSchema: z.ZodType<
6347
+ OneHundredAndFortyTwo$Outbound,
6315
6348
  z.ZodTypeDef,
6316
- OneHundredAndFortyOne
6349
+ OneHundredAndFortyTwo
6317
6350
  > = z.object({
6318
6351
  projectId: z.string(),
6319
6352
  projectName: z.string(),
@@ -6328,30 +6361,30 @@ export const OneHundredAndFortyOne$outboundSchema: z.ZodType<
6328
6361
  * @internal
6329
6362
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6330
6363
  */
6331
- export namespace OneHundredAndFortyOne$ {
6332
- /** @deprecated use `OneHundredAndFortyOne$inboundSchema` instead. */
6333
- export const inboundSchema = OneHundredAndFortyOne$inboundSchema;
6334
- /** @deprecated use `OneHundredAndFortyOne$outboundSchema` instead. */
6335
- export const outboundSchema = OneHundredAndFortyOne$outboundSchema;
6336
- /** @deprecated use `OneHundredAndFortyOne$Outbound` instead. */
6337
- export type Outbound = OneHundredAndFortyOne$Outbound;
6364
+ export namespace OneHundredAndFortyTwo$ {
6365
+ /** @deprecated use `OneHundredAndFortyTwo$inboundSchema` instead. */
6366
+ export const inboundSchema = OneHundredAndFortyTwo$inboundSchema;
6367
+ /** @deprecated use `OneHundredAndFortyTwo$outboundSchema` instead. */
6368
+ export const outboundSchema = OneHundredAndFortyTwo$outboundSchema;
6369
+ /** @deprecated use `OneHundredAndFortyTwo$Outbound` instead. */
6370
+ export type Outbound = OneHundredAndFortyTwo$Outbound;
6338
6371
  }
6339
6372
 
6340
- export function oneHundredAndFortyOneToJSON(
6341
- oneHundredAndFortyOne: OneHundredAndFortyOne,
6373
+ export function oneHundredAndFortyTwoToJSON(
6374
+ oneHundredAndFortyTwo: OneHundredAndFortyTwo,
6342
6375
  ): string {
6343
6376
  return JSON.stringify(
6344
- OneHundredAndFortyOne$outboundSchema.parse(oneHundredAndFortyOne),
6377
+ OneHundredAndFortyTwo$outboundSchema.parse(oneHundredAndFortyTwo),
6345
6378
  );
6346
6379
  }
6347
6380
 
6348
- export function oneHundredAndFortyOneFromJSON(
6381
+ export function oneHundredAndFortyTwoFromJSON(
6349
6382
  jsonString: string,
6350
- ): SafeParseResult<OneHundredAndFortyOne, SDKValidationError> {
6383
+ ): SafeParseResult<OneHundredAndFortyTwo, SDKValidationError> {
6351
6384
  return safeParse(
6352
6385
  jsonString,
6353
- (x) => OneHundredAndFortyOne$inboundSchema.parse(JSON.parse(x)),
6354
- `Failed to parse 'OneHundredAndFortyOne' from JSON`,
6386
+ (x) => OneHundredAndFortyTwo$inboundSchema.parse(JSON.parse(x)),
6387
+ `Failed to parse 'OneHundredAndFortyTwo' from JSON`,
6355
6388
  );
6356
6389
  }
6357
6390
 
@@ -6533,8 +6566,8 @@ export function microfrontendsFromJSON(
6533
6566
  }
6534
6567
 
6535
6568
  /** @internal */
6536
- export const UserEventPayload140Project$inboundSchema: z.ZodType<
6537
- UserEventPayload140Project,
6569
+ export const UserEventPayload141Project$inboundSchema: z.ZodType<
6570
+ UserEventPayload141Project,
6538
6571
  z.ZodTypeDef,
6539
6572
  unknown
6540
6573
  > = z.object({
@@ -6547,7 +6580,7 @@ export const UserEventPayload140Project$inboundSchema: z.ZodType<
6547
6580
  });
6548
6581
 
6549
6582
  /** @internal */
6550
- export type UserEventPayload140Project$Outbound = {
6583
+ export type UserEventPayload141Project$Outbound = {
6551
6584
  id: string;
6552
6585
  name: string;
6553
6586
  microfrontends?:
@@ -6557,10 +6590,10 @@ export type UserEventPayload140Project$Outbound = {
6557
6590
  };
6558
6591
 
6559
6592
  /** @internal */
6560
- export const UserEventPayload140Project$outboundSchema: z.ZodType<
6561
- UserEventPayload140Project$Outbound,
6593
+ export const UserEventPayload141Project$outboundSchema: z.ZodType<
6594
+ UserEventPayload141Project$Outbound,
6562
6595
  z.ZodTypeDef,
6563
- UserEventPayload140Project
6596
+ UserEventPayload141Project
6564
6597
  > = z.object({
6565
6598
  id: z.string(),
6566
6599
  name: z.string(),
@@ -6574,30 +6607,30 @@ export const UserEventPayload140Project$outboundSchema: z.ZodType<
6574
6607
  * @internal
6575
6608
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6576
6609
  */
6577
- export namespace UserEventPayload140Project$ {
6578
- /** @deprecated use `UserEventPayload140Project$inboundSchema` instead. */
6579
- export const inboundSchema = UserEventPayload140Project$inboundSchema;
6580
- /** @deprecated use `UserEventPayload140Project$outboundSchema` instead. */
6581
- export const outboundSchema = UserEventPayload140Project$outboundSchema;
6582
- /** @deprecated use `UserEventPayload140Project$Outbound` instead. */
6583
- export type Outbound = UserEventPayload140Project$Outbound;
6610
+ export namespace UserEventPayload141Project$ {
6611
+ /** @deprecated use `UserEventPayload141Project$inboundSchema` instead. */
6612
+ export const inboundSchema = UserEventPayload141Project$inboundSchema;
6613
+ /** @deprecated use `UserEventPayload141Project$outboundSchema` instead. */
6614
+ export const outboundSchema = UserEventPayload141Project$outboundSchema;
6615
+ /** @deprecated use `UserEventPayload141Project$Outbound` instead. */
6616
+ export type Outbound = UserEventPayload141Project$Outbound;
6584
6617
  }
6585
6618
 
6586
- export function userEventPayload140ProjectToJSON(
6587
- userEventPayload140Project: UserEventPayload140Project,
6619
+ export function userEventPayload141ProjectToJSON(
6620
+ userEventPayload141Project: UserEventPayload141Project,
6588
6621
  ): string {
6589
6622
  return JSON.stringify(
6590
- UserEventPayload140Project$outboundSchema.parse(userEventPayload140Project),
6623
+ UserEventPayload141Project$outboundSchema.parse(userEventPayload141Project),
6591
6624
  );
6592
6625
  }
6593
6626
 
6594
- export function userEventPayload140ProjectFromJSON(
6627
+ export function userEventPayload141ProjectFromJSON(
6595
6628
  jsonString: string,
6596
- ): SafeParseResult<UserEventPayload140Project, SDKValidationError> {
6629
+ ): SafeParseResult<UserEventPayload141Project, SDKValidationError> {
6597
6630
  return safeParse(
6598
6631
  jsonString,
6599
- (x) => UserEventPayload140Project$inboundSchema.parse(JSON.parse(x)),
6600
- `Failed to parse 'UserEventPayload140Project' from JSON`,
6632
+ (x) => UserEventPayload141Project$inboundSchema.parse(JSON.parse(x)),
6633
+ `Failed to parse 'UserEventPayload141Project' from JSON`,
6601
6634
  );
6602
6635
  }
6603
6636
 
@@ -6787,8 +6820,8 @@ export function payloadMicrofrontendsFromJSON(
6787
6820
  }
6788
6821
 
6789
6822
  /** @internal */
6790
- export const UserEventPayload140PrevProject$inboundSchema: z.ZodType<
6791
- UserEventPayload140PrevProject,
6823
+ export const UserEventPayload141PrevProject$inboundSchema: z.ZodType<
6824
+ UserEventPayload141PrevProject,
6792
6825
  z.ZodTypeDef,
6793
6826
  unknown
6794
6827
  > = z.object({
@@ -6799,7 +6832,7 @@ export const UserEventPayload140PrevProject$inboundSchema: z.ZodType<
6799
6832
  });
6800
6833
 
6801
6834
  /** @internal */
6802
- export type UserEventPayload140PrevProject$Outbound = {
6835
+ export type UserEventPayload141PrevProject$Outbound = {
6803
6836
  microfrontends?:
6804
6837
  | UserEventMicrofrontends2$Outbound
6805
6838
  | UserEventMicrofrontends1$Outbound
@@ -6807,10 +6840,10 @@ export type UserEventPayload140PrevProject$Outbound = {
6807
6840
  };
6808
6841
 
6809
6842
  /** @internal */
6810
- export const UserEventPayload140PrevProject$outboundSchema: z.ZodType<
6811
- UserEventPayload140PrevProject$Outbound,
6843
+ export const UserEventPayload141PrevProject$outboundSchema: z.ZodType<
6844
+ UserEventPayload141PrevProject$Outbound,
6812
6845
  z.ZodTypeDef,
6813
- UserEventPayload140PrevProject
6846
+ UserEventPayload141PrevProject
6814
6847
  > = z.object({
6815
6848
  microfrontends: z.union([
6816
6849
  z.lazy(() => UserEventMicrofrontends2$outboundSchema),
@@ -6822,32 +6855,32 @@ export const UserEventPayload140PrevProject$outboundSchema: z.ZodType<
6822
6855
  * @internal
6823
6856
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6824
6857
  */
6825
- export namespace UserEventPayload140PrevProject$ {
6826
- /** @deprecated use `UserEventPayload140PrevProject$inboundSchema` instead. */
6827
- export const inboundSchema = UserEventPayload140PrevProject$inboundSchema;
6828
- /** @deprecated use `UserEventPayload140PrevProject$outboundSchema` instead. */
6829
- export const outboundSchema = UserEventPayload140PrevProject$outboundSchema;
6830
- /** @deprecated use `UserEventPayload140PrevProject$Outbound` instead. */
6831
- export type Outbound = UserEventPayload140PrevProject$Outbound;
6858
+ export namespace UserEventPayload141PrevProject$ {
6859
+ /** @deprecated use `UserEventPayload141PrevProject$inboundSchema` instead. */
6860
+ export const inboundSchema = UserEventPayload141PrevProject$inboundSchema;
6861
+ /** @deprecated use `UserEventPayload141PrevProject$outboundSchema` instead. */
6862
+ export const outboundSchema = UserEventPayload141PrevProject$outboundSchema;
6863
+ /** @deprecated use `UserEventPayload141PrevProject$Outbound` instead. */
6864
+ export type Outbound = UserEventPayload141PrevProject$Outbound;
6832
6865
  }
6833
6866
 
6834
- export function userEventPayload140PrevProjectToJSON(
6835
- userEventPayload140PrevProject: UserEventPayload140PrevProject,
6867
+ export function userEventPayload141PrevProjectToJSON(
6868
+ userEventPayload141PrevProject: UserEventPayload141PrevProject,
6836
6869
  ): string {
6837
6870
  return JSON.stringify(
6838
- UserEventPayload140PrevProject$outboundSchema.parse(
6839
- userEventPayload140PrevProject,
6871
+ UserEventPayload141PrevProject$outboundSchema.parse(
6872
+ userEventPayload141PrevProject,
6840
6873
  ),
6841
6874
  );
6842
6875
  }
6843
6876
 
6844
- export function userEventPayload140PrevProjectFromJSON(
6877
+ export function userEventPayload141PrevProjectFromJSON(
6845
6878
  jsonString: string,
6846
- ): SafeParseResult<UserEventPayload140PrevProject, SDKValidationError> {
6879
+ ): SafeParseResult<UserEventPayload141PrevProject, SDKValidationError> {
6847
6880
  return safeParse(
6848
6881
  jsonString,
6849
- (x) => UserEventPayload140PrevProject$inboundSchema.parse(JSON.parse(x)),
6850
- `Failed to parse 'UserEventPayload140PrevProject' from JSON`,
6882
+ (x) => UserEventPayload141PrevProject$inboundSchema.parse(JSON.parse(x)),
6883
+ `Failed to parse 'UserEventPayload141PrevProject' from JSON`,
6851
6884
  );
6852
6885
  }
6853
6886
 
@@ -6857,12 +6890,12 @@ export const PayloadPrev$inboundSchema: z.ZodType<
6857
6890
  z.ZodTypeDef,
6858
6891
  unknown
6859
6892
  > = z.object({
6860
- project: z.lazy(() => UserEventPayload140PrevProject$inboundSchema),
6893
+ project: z.lazy(() => UserEventPayload141PrevProject$inboundSchema),
6861
6894
  });
6862
6895
 
6863
6896
  /** @internal */
6864
6897
  export type PayloadPrev$Outbound = {
6865
- project: UserEventPayload140PrevProject$Outbound;
6898
+ project: UserEventPayload141PrevProject$Outbound;
6866
6899
  };
6867
6900
 
6868
6901
  /** @internal */
@@ -6871,7 +6904,7 @@ export const PayloadPrev$outboundSchema: z.ZodType<
6871
6904
  z.ZodTypeDef,
6872
6905
  PayloadPrev
6873
6906
  > = z.object({
6874
- project: z.lazy(() => UserEventPayload140PrevProject$outboundSchema),
6907
+ project: z.lazy(() => UserEventPayload141PrevProject$outboundSchema),
6875
6908
  });
6876
6909
 
6877
6910
  /**
@@ -6958,30 +6991,30 @@ export function payloadGroupFromJSON(
6958
6991
  }
6959
6992
 
6960
6993
  /** @internal */
6961
- export const OneHundredAndForty$inboundSchema: z.ZodType<
6962
- OneHundredAndForty,
6994
+ export const OneHundredAndFortyOne$inboundSchema: z.ZodType<
6995
+ OneHundredAndFortyOne,
6963
6996
  z.ZodTypeDef,
6964
6997
  unknown
6965
6998
  > = z.object({
6966
- project: z.lazy(() => UserEventPayload140Project$inboundSchema),
6999
+ project: z.lazy(() => UserEventPayload141Project$inboundSchema),
6967
7000
  prev: z.lazy(() => PayloadPrev$inboundSchema),
6968
7001
  group: z.lazy(() => PayloadGroup$inboundSchema),
6969
7002
  });
6970
7003
 
6971
7004
  /** @internal */
6972
- export type OneHundredAndForty$Outbound = {
6973
- project: UserEventPayload140Project$Outbound;
7005
+ export type OneHundredAndFortyOne$Outbound = {
7006
+ project: UserEventPayload141Project$Outbound;
6974
7007
  prev: PayloadPrev$Outbound;
6975
7008
  group: PayloadGroup$Outbound;
6976
7009
  };
6977
7010
 
6978
7011
  /** @internal */
6979
- export const OneHundredAndForty$outboundSchema: z.ZodType<
6980
- OneHundredAndForty$Outbound,
7012
+ export const OneHundredAndFortyOne$outboundSchema: z.ZodType<
7013
+ OneHundredAndFortyOne$Outbound,
6981
7014
  z.ZodTypeDef,
6982
- OneHundredAndForty
7015
+ OneHundredAndFortyOne
6983
7016
  > = z.object({
6984
- project: z.lazy(() => UserEventPayload140Project$outboundSchema),
7017
+ project: z.lazy(() => UserEventPayload141Project$outboundSchema),
6985
7018
  prev: z.lazy(() => PayloadPrev$outboundSchema),
6986
7019
  group: z.lazy(() => PayloadGroup$outboundSchema),
6987
7020
  });
@@ -6990,36 +7023,36 @@ export const OneHundredAndForty$outboundSchema: z.ZodType<
6990
7023
  * @internal
6991
7024
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6992
7025
  */
6993
- export namespace OneHundredAndForty$ {
6994
- /** @deprecated use `OneHundredAndForty$inboundSchema` instead. */
6995
- export const inboundSchema = OneHundredAndForty$inboundSchema;
6996
- /** @deprecated use `OneHundredAndForty$outboundSchema` instead. */
6997
- export const outboundSchema = OneHundredAndForty$outboundSchema;
6998
- /** @deprecated use `OneHundredAndForty$Outbound` instead. */
6999
- export type Outbound = OneHundredAndForty$Outbound;
7026
+ export namespace OneHundredAndFortyOne$ {
7027
+ /** @deprecated use `OneHundredAndFortyOne$inboundSchema` instead. */
7028
+ export const inboundSchema = OneHundredAndFortyOne$inboundSchema;
7029
+ /** @deprecated use `OneHundredAndFortyOne$outboundSchema` instead. */
7030
+ export const outboundSchema = OneHundredAndFortyOne$outboundSchema;
7031
+ /** @deprecated use `OneHundredAndFortyOne$Outbound` instead. */
7032
+ export type Outbound = OneHundredAndFortyOne$Outbound;
7000
7033
  }
7001
7034
 
7002
- export function oneHundredAndFortyToJSON(
7003
- oneHundredAndForty: OneHundredAndForty,
7035
+ export function oneHundredAndFortyOneToJSON(
7036
+ oneHundredAndFortyOne: OneHundredAndFortyOne,
7004
7037
  ): string {
7005
7038
  return JSON.stringify(
7006
- OneHundredAndForty$outboundSchema.parse(oneHundredAndForty),
7039
+ OneHundredAndFortyOne$outboundSchema.parse(oneHundredAndFortyOne),
7007
7040
  );
7008
7041
  }
7009
7042
 
7010
- export function oneHundredAndFortyFromJSON(
7043
+ export function oneHundredAndFortyOneFromJSON(
7011
7044
  jsonString: string,
7012
- ): SafeParseResult<OneHundredAndForty, SDKValidationError> {
7045
+ ): SafeParseResult<OneHundredAndFortyOne, SDKValidationError> {
7013
7046
  return safeParse(
7014
7047
  jsonString,
7015
- (x) => OneHundredAndForty$inboundSchema.parse(JSON.parse(x)),
7016
- `Failed to parse 'OneHundredAndForty' from JSON`,
7048
+ (x) => OneHundredAndFortyOne$inboundSchema.parse(JSON.parse(x)),
7049
+ `Failed to parse 'OneHundredAndFortyOne' from JSON`,
7017
7050
  );
7018
7051
  }
7019
7052
 
7020
7053
  /** @internal */
7021
- export const UserEventPayload139Project$inboundSchema: z.ZodType<
7022
- UserEventPayload139Project,
7054
+ export const UserEventPayload140Project$inboundSchema: z.ZodType<
7055
+ UserEventPayload140Project,
7023
7056
  z.ZodTypeDef,
7024
7057
  unknown
7025
7058
  > = z.object({
@@ -7028,16 +7061,16 @@ export const UserEventPayload139Project$inboundSchema: z.ZodType<
7028
7061
  });
7029
7062
 
7030
7063
  /** @internal */
7031
- export type UserEventPayload139Project$Outbound = {
7064
+ export type UserEventPayload140Project$Outbound = {
7032
7065
  id: string;
7033
7066
  name: string;
7034
7067
  };
7035
7068
 
7036
7069
  /** @internal */
7037
- export const UserEventPayload139Project$outboundSchema: z.ZodType<
7038
- UserEventPayload139Project$Outbound,
7070
+ export const UserEventPayload140Project$outboundSchema: z.ZodType<
7071
+ UserEventPayload140Project$Outbound,
7039
7072
  z.ZodTypeDef,
7040
- UserEventPayload139Project
7073
+ UserEventPayload140Project
7041
7074
  > = z.object({
7042
7075
  id: z.string(),
7043
7076
  name: z.string(),
@@ -7047,30 +7080,30 @@ export const UserEventPayload139Project$outboundSchema: z.ZodType<
7047
7080
  * @internal
7048
7081
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7049
7082
  */
7050
- export namespace UserEventPayload139Project$ {
7051
- /** @deprecated use `UserEventPayload139Project$inboundSchema` instead. */
7052
- export const inboundSchema = UserEventPayload139Project$inboundSchema;
7053
- /** @deprecated use `UserEventPayload139Project$outboundSchema` instead. */
7054
- export const outboundSchema = UserEventPayload139Project$outboundSchema;
7055
- /** @deprecated use `UserEventPayload139Project$Outbound` instead. */
7056
- export type Outbound = UserEventPayload139Project$Outbound;
7083
+ export namespace UserEventPayload140Project$ {
7084
+ /** @deprecated use `UserEventPayload140Project$inboundSchema` instead. */
7085
+ export const inboundSchema = UserEventPayload140Project$inboundSchema;
7086
+ /** @deprecated use `UserEventPayload140Project$outboundSchema` instead. */
7087
+ export const outboundSchema = UserEventPayload140Project$outboundSchema;
7088
+ /** @deprecated use `UserEventPayload140Project$Outbound` instead. */
7089
+ export type Outbound = UserEventPayload140Project$Outbound;
7057
7090
  }
7058
7091
 
7059
- export function userEventPayload139ProjectToJSON(
7060
- userEventPayload139Project: UserEventPayload139Project,
7092
+ export function userEventPayload140ProjectToJSON(
7093
+ userEventPayload140Project: UserEventPayload140Project,
7061
7094
  ): string {
7062
7095
  return JSON.stringify(
7063
- UserEventPayload139Project$outboundSchema.parse(userEventPayload139Project),
7096
+ UserEventPayload140Project$outboundSchema.parse(userEventPayload140Project),
7064
7097
  );
7065
7098
  }
7066
7099
 
7067
- export function userEventPayload139ProjectFromJSON(
7100
+ export function userEventPayload140ProjectFromJSON(
7068
7101
  jsonString: string,
7069
- ): SafeParseResult<UserEventPayload139Project, SDKValidationError> {
7102
+ ): SafeParseResult<UserEventPayload140Project, SDKValidationError> {
7070
7103
  return safeParse(
7071
7104
  jsonString,
7072
- (x) => UserEventPayload139Project$inboundSchema.parse(JSON.parse(x)),
7073
- `Failed to parse 'UserEventPayload139Project' from JSON`,
7105
+ (x) => UserEventPayload140Project$inboundSchema.parse(JSON.parse(x)),
7106
+ `Failed to parse 'UserEventPayload140Project' from JSON`,
7074
7107
  );
7075
7108
  }
7076
7109
 
@@ -7127,20 +7160,128 @@ export function groupFromJSON(
7127
7160
  );
7128
7161
  }
7129
7162
 
7163
+ /** @internal */
7164
+ export const OneHundredAndForty$inboundSchema: z.ZodType<
7165
+ OneHundredAndForty,
7166
+ z.ZodTypeDef,
7167
+ unknown
7168
+ > = z.object({
7169
+ project: z.lazy(() => UserEventPayload140Project$inboundSchema),
7170
+ group: z.lazy(() => Group$inboundSchema),
7171
+ });
7172
+
7173
+ /** @internal */
7174
+ export type OneHundredAndForty$Outbound = {
7175
+ project: UserEventPayload140Project$Outbound;
7176
+ group: Group$Outbound;
7177
+ };
7178
+
7179
+ /** @internal */
7180
+ export const OneHundredAndForty$outboundSchema: z.ZodType<
7181
+ OneHundredAndForty$Outbound,
7182
+ z.ZodTypeDef,
7183
+ OneHundredAndForty
7184
+ > = z.object({
7185
+ project: z.lazy(() => UserEventPayload140Project$outboundSchema),
7186
+ group: z.lazy(() => Group$outboundSchema),
7187
+ });
7188
+
7189
+ /**
7190
+ * @internal
7191
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7192
+ */
7193
+ export namespace OneHundredAndForty$ {
7194
+ /** @deprecated use `OneHundredAndForty$inboundSchema` instead. */
7195
+ export const inboundSchema = OneHundredAndForty$inboundSchema;
7196
+ /** @deprecated use `OneHundredAndForty$outboundSchema` instead. */
7197
+ export const outboundSchema = OneHundredAndForty$outboundSchema;
7198
+ /** @deprecated use `OneHundredAndForty$Outbound` instead. */
7199
+ export type Outbound = OneHundredAndForty$Outbound;
7200
+ }
7201
+
7202
+ export function oneHundredAndFortyToJSON(
7203
+ oneHundredAndForty: OneHundredAndForty,
7204
+ ): string {
7205
+ return JSON.stringify(
7206
+ OneHundredAndForty$outboundSchema.parse(oneHundredAndForty),
7207
+ );
7208
+ }
7209
+
7210
+ export function oneHundredAndFortyFromJSON(
7211
+ jsonString: string,
7212
+ ): SafeParseResult<OneHundredAndForty, SDKValidationError> {
7213
+ return safeParse(
7214
+ jsonString,
7215
+ (x) => OneHundredAndForty$inboundSchema.parse(JSON.parse(x)),
7216
+ `Failed to parse 'OneHundredAndForty' from JSON`,
7217
+ );
7218
+ }
7219
+
7220
+ /** @internal */
7221
+ export const Prev$inboundSchema: z.ZodType<Prev, z.ZodTypeDef, unknown> = z
7222
+ .object({
7223
+ name: z.string(),
7224
+ slug: z.string(),
7225
+ });
7226
+
7227
+ /** @internal */
7228
+ export type Prev$Outbound = {
7229
+ name: string;
7230
+ slug: string;
7231
+ };
7232
+
7233
+ /** @internal */
7234
+ export const Prev$outboundSchema: z.ZodType<Prev$Outbound, z.ZodTypeDef, Prev> =
7235
+ z.object({
7236
+ name: z.string(),
7237
+ slug: z.string(),
7238
+ });
7239
+
7240
+ /**
7241
+ * @internal
7242
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7243
+ */
7244
+ export namespace Prev$ {
7245
+ /** @deprecated use `Prev$inboundSchema` instead. */
7246
+ export const inboundSchema = Prev$inboundSchema;
7247
+ /** @deprecated use `Prev$outboundSchema` instead. */
7248
+ export const outboundSchema = Prev$outboundSchema;
7249
+ /** @deprecated use `Prev$Outbound` instead. */
7250
+ export type Outbound = Prev$Outbound;
7251
+ }
7252
+
7253
+ export function prevToJSON(prev: Prev): string {
7254
+ return JSON.stringify(Prev$outboundSchema.parse(prev));
7255
+ }
7256
+
7257
+ export function prevFromJSON(
7258
+ jsonString: string,
7259
+ ): SafeParseResult<Prev, SDKValidationError> {
7260
+ return safeParse(
7261
+ jsonString,
7262
+ (x) => Prev$inboundSchema.parse(JSON.parse(x)),
7263
+ `Failed to parse 'Prev' from JSON`,
7264
+ );
7265
+ }
7266
+
7130
7267
  /** @internal */
7131
7268
  export const OneHundredAndThirtyNine$inboundSchema: z.ZodType<
7132
7269
  OneHundredAndThirtyNine,
7133
7270
  z.ZodTypeDef,
7134
7271
  unknown
7135
7272
  > = z.object({
7136
- project: z.lazy(() => UserEventPayload139Project$inboundSchema),
7137
- group: z.lazy(() => Group$inboundSchema),
7273
+ id: z.string(),
7274
+ slug: z.string(),
7275
+ name: z.string(),
7276
+ prev: z.lazy(() => Prev$inboundSchema),
7138
7277
  });
7139
7278
 
7140
7279
  /** @internal */
7141
7280
  export type OneHundredAndThirtyNine$Outbound = {
7142
- project: UserEventPayload139Project$Outbound;
7143
- group: Group$Outbound;
7281
+ id: string;
7282
+ slug: string;
7283
+ name: string;
7284
+ prev: Prev$Outbound;
7144
7285
  };
7145
7286
 
7146
7287
  /** @internal */
@@ -7149,8 +7290,10 @@ export const OneHundredAndThirtyNine$outboundSchema: z.ZodType<
7149
7290
  z.ZodTypeDef,
7150
7291
  OneHundredAndThirtyNine
7151
7292
  > = z.object({
7152
- project: z.lazy(() => UserEventPayload139Project$outboundSchema),
7153
- group: z.lazy(() => Group$outboundSchema),
7293
+ id: z.string(),
7294
+ slug: z.string(),
7295
+ name: z.string(),
7296
+ prev: z.lazy(() => Prev$outboundSchema),
7154
7297
  });
7155
7298
 
7156
7299
  /**
@@ -7184,53 +7327,6 @@ export function oneHundredAndThirtyNineFromJSON(
7184
7327
  );
7185
7328
  }
7186
7329
 
7187
- /** @internal */
7188
- export const Prev$inboundSchema: z.ZodType<Prev, z.ZodTypeDef, unknown> = z
7189
- .object({
7190
- name: z.string(),
7191
- slug: z.string(),
7192
- });
7193
-
7194
- /** @internal */
7195
- export type Prev$Outbound = {
7196
- name: string;
7197
- slug: string;
7198
- };
7199
-
7200
- /** @internal */
7201
- export const Prev$outboundSchema: z.ZodType<Prev$Outbound, z.ZodTypeDef, Prev> =
7202
- z.object({
7203
- name: z.string(),
7204
- slug: z.string(),
7205
- });
7206
-
7207
- /**
7208
- * @internal
7209
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7210
- */
7211
- export namespace Prev$ {
7212
- /** @deprecated use `Prev$inboundSchema` instead. */
7213
- export const inboundSchema = Prev$inboundSchema;
7214
- /** @deprecated use `Prev$outboundSchema` instead. */
7215
- export const outboundSchema = Prev$outboundSchema;
7216
- /** @deprecated use `Prev$Outbound` instead. */
7217
- export type Outbound = Prev$Outbound;
7218
- }
7219
-
7220
- export function prevToJSON(prev: Prev): string {
7221
- return JSON.stringify(Prev$outboundSchema.parse(prev));
7222
- }
7223
-
7224
- export function prevFromJSON(
7225
- jsonString: string,
7226
- ): SafeParseResult<Prev, SDKValidationError> {
7227
- return safeParse(
7228
- jsonString,
7229
- (x) => Prev$inboundSchema.parse(JSON.parse(x)),
7230
- `Failed to parse 'Prev' from JSON`,
7231
- );
7232
- }
7233
-
7234
7330
  /** @internal */
7235
7331
  export const OneHundredAndThirtyEight$inboundSchema: z.ZodType<
7236
7332
  OneHundredAndThirtyEight,
@@ -7240,7 +7336,6 @@ export const OneHundredAndThirtyEight$inboundSchema: z.ZodType<
7240
7336
  id: z.string(),
7241
7337
  slug: z.string(),
7242
7338
  name: z.string(),
7243
- prev: z.lazy(() => Prev$inboundSchema),
7244
7339
  });
7245
7340
 
7246
7341
  /** @internal */
@@ -7248,7 +7343,6 @@ export type OneHundredAndThirtyEight$Outbound = {
7248
7343
  id: string;
7249
7344
  slug: string;
7250
7345
  name: string;
7251
- prev: Prev$Outbound;
7252
7346
  };
7253
7347
 
7254
7348
  /** @internal */
@@ -7260,7 +7354,6 @@ export const OneHundredAndThirtyEight$outboundSchema: z.ZodType<
7260
7354
  id: z.string(),
7261
7355
  slug: z.string(),
7262
7356
  name: z.string(),
7263
- prev: z.lazy(() => Prev$outboundSchema),
7264
7357
  });
7265
7358
 
7266
7359
  /**
@@ -7294,22 +7387,39 @@ export function oneHundredAndThirtyEightFromJSON(
7294
7387
  );
7295
7388
  }
7296
7389
 
7390
+ /** @internal */
7391
+ export const UserEventPayload137Action$inboundSchema: z.ZodNativeEnum<
7392
+ typeof UserEventPayload137Action
7393
+ > = z.nativeEnum(UserEventPayload137Action);
7394
+
7395
+ /** @internal */
7396
+ export const UserEventPayload137Action$outboundSchema: z.ZodNativeEnum<
7397
+ typeof UserEventPayload137Action
7398
+ > = UserEventPayload137Action$inboundSchema;
7399
+
7400
+ /**
7401
+ * @internal
7402
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7403
+ */
7404
+ export namespace UserEventPayload137Action$ {
7405
+ /** @deprecated use `UserEventPayload137Action$inboundSchema` instead. */
7406
+ export const inboundSchema = UserEventPayload137Action$inboundSchema;
7407
+ /** @deprecated use `UserEventPayload137Action$outboundSchema` instead. */
7408
+ export const outboundSchema = UserEventPayload137Action$outboundSchema;
7409
+ }
7410
+
7297
7411
  /** @internal */
7298
7412
  export const OneHundredAndThirtySeven$inboundSchema: z.ZodType<
7299
7413
  OneHundredAndThirtySeven,
7300
7414
  z.ZodTypeDef,
7301
7415
  unknown
7302
7416
  > = z.object({
7303
- id: z.string(),
7304
- slug: z.string(),
7305
- name: z.string(),
7417
+ action: UserEventPayload137Action$inboundSchema,
7306
7418
  });
7307
7419
 
7308
7420
  /** @internal */
7309
7421
  export type OneHundredAndThirtySeven$Outbound = {
7310
- id: string;
7311
- slug: string;
7312
- name: string;
7422
+ action: string;
7313
7423
  };
7314
7424
 
7315
7425
  /** @internal */
@@ -7318,9 +7428,7 @@ export const OneHundredAndThirtySeven$outboundSchema: z.ZodType<
7318
7428
  z.ZodTypeDef,
7319
7429
  OneHundredAndThirtySeven
7320
7430
  > = z.object({
7321
- id: z.string(),
7322
- slug: z.string(),
7323
- name: z.string(),
7431
+ action: UserEventPayload137Action$outboundSchema,
7324
7432
  });
7325
7433
 
7326
7434
  /**
@@ -12344,6 +12452,53 @@ export function envIdFromJSON(
12344
12452
  );
12345
12453
  }
12346
12454
 
12455
+ /** @internal */
12456
+ export const Aws$inboundSchema: z.ZodType<Aws, z.ZodTypeDef, unknown> = z
12457
+ .object({
12458
+ subnetIds: z.array(z.string()),
12459
+ securityGroupId: z.string(),
12460
+ });
12461
+
12462
+ /** @internal */
12463
+ export type Aws$Outbound = {
12464
+ subnetIds: Array<string>;
12465
+ securityGroupId: string;
12466
+ };
12467
+
12468
+ /** @internal */
12469
+ export const Aws$outboundSchema: z.ZodType<Aws$Outbound, z.ZodTypeDef, Aws> = z
12470
+ .object({
12471
+ subnetIds: z.array(z.string()),
12472
+ securityGroupId: z.string(),
12473
+ });
12474
+
12475
+ /**
12476
+ * @internal
12477
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
12478
+ */
12479
+ export namespace Aws$ {
12480
+ /** @deprecated use `Aws$inboundSchema` instead. */
12481
+ export const inboundSchema = Aws$inboundSchema;
12482
+ /** @deprecated use `Aws$outboundSchema` instead. */
12483
+ export const outboundSchema = Aws$outboundSchema;
12484
+ /** @deprecated use `Aws$Outbound` instead. */
12485
+ export type Outbound = Aws$Outbound;
12486
+ }
12487
+
12488
+ export function awsToJSON(aws: Aws): string {
12489
+ return JSON.stringify(Aws$outboundSchema.parse(aws));
12490
+ }
12491
+
12492
+ export function awsFromJSON(
12493
+ jsonString: string,
12494
+ ): SafeParseResult<Aws, SDKValidationError> {
12495
+ return safeParse(
12496
+ jsonString,
12497
+ (x) => Aws$inboundSchema.parse(JSON.parse(x)),
12498
+ `Failed to parse 'Aws' from JSON`,
12499
+ );
12500
+ }
12501
+
12347
12502
  /** @internal */
12348
12503
  export const OldConnectConfigurations$inboundSchema: z.ZodType<
12349
12504
  OldConnectConfigurations,
@@ -12354,6 +12509,7 @@ export const OldConnectConfigurations$inboundSchema: z.ZodType<
12354
12509
  connectConfigurationId: z.string(),
12355
12510
  passive: z.boolean(),
12356
12511
  buildsEnabled: z.boolean(),
12512
+ aws: z.lazy(() => Aws$inboundSchema).optional(),
12357
12513
  createdAt: z.number(),
12358
12514
  updatedAt: z.number(),
12359
12515
  });
@@ -12364,6 +12520,7 @@ export type OldConnectConfigurations$Outbound = {
12364
12520
  connectConfigurationId: string;
12365
12521
  passive: boolean;
12366
12522
  buildsEnabled: boolean;
12523
+ aws?: Aws$Outbound | undefined;
12367
12524
  createdAt: number;
12368
12525
  updatedAt: number;
12369
12526
  };
@@ -12378,6 +12535,7 @@ export const OldConnectConfigurations$outboundSchema: z.ZodType<
12378
12535
  connectConfigurationId: z.string(),
12379
12536
  passive: z.boolean(),
12380
12537
  buildsEnabled: z.boolean(),
12538
+ aws: z.lazy(() => Aws$outboundSchema).optional(),
12381
12539
  createdAt: z.number(),
12382
12540
  updatedAt: z.number(),
12383
12541
  });
@@ -12478,6 +12636,59 @@ export function payloadEnvIdFromJSON(
12478
12636
  );
12479
12637
  }
12480
12638
 
12639
+ /** @internal */
12640
+ export const PayloadAws$inboundSchema: z.ZodType<
12641
+ PayloadAws,
12642
+ z.ZodTypeDef,
12643
+ unknown
12644
+ > = z.object({
12645
+ subnetIds: z.array(z.string()),
12646
+ securityGroupId: z.string(),
12647
+ });
12648
+
12649
+ /** @internal */
12650
+ export type PayloadAws$Outbound = {
12651
+ subnetIds: Array<string>;
12652
+ securityGroupId: string;
12653
+ };
12654
+
12655
+ /** @internal */
12656
+ export const PayloadAws$outboundSchema: z.ZodType<
12657
+ PayloadAws$Outbound,
12658
+ z.ZodTypeDef,
12659
+ PayloadAws
12660
+ > = z.object({
12661
+ subnetIds: z.array(z.string()),
12662
+ securityGroupId: z.string(),
12663
+ });
12664
+
12665
+ /**
12666
+ * @internal
12667
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
12668
+ */
12669
+ export namespace PayloadAws$ {
12670
+ /** @deprecated use `PayloadAws$inboundSchema` instead. */
12671
+ export const inboundSchema = PayloadAws$inboundSchema;
12672
+ /** @deprecated use `PayloadAws$outboundSchema` instead. */
12673
+ export const outboundSchema = PayloadAws$outboundSchema;
12674
+ /** @deprecated use `PayloadAws$Outbound` instead. */
12675
+ export type Outbound = PayloadAws$Outbound;
12676
+ }
12677
+
12678
+ export function payloadAwsToJSON(payloadAws: PayloadAws): string {
12679
+ return JSON.stringify(PayloadAws$outboundSchema.parse(payloadAws));
12680
+ }
12681
+
12682
+ export function payloadAwsFromJSON(
12683
+ jsonString: string,
12684
+ ): SafeParseResult<PayloadAws, SDKValidationError> {
12685
+ return safeParse(
12686
+ jsonString,
12687
+ (x) => PayloadAws$inboundSchema.parse(JSON.parse(x)),
12688
+ `Failed to parse 'PayloadAws' from JSON`,
12689
+ );
12690
+ }
12691
+
12481
12692
  /** @internal */
12482
12693
  export const NewConnectConfigurations$inboundSchema: z.ZodType<
12483
12694
  NewConnectConfigurations,
@@ -12488,6 +12699,7 @@ export const NewConnectConfigurations$inboundSchema: z.ZodType<
12488
12699
  connectConfigurationId: z.string(),
12489
12700
  passive: z.boolean(),
12490
12701
  buildsEnabled: z.boolean(),
12702
+ aws: z.lazy(() => PayloadAws$inboundSchema).optional(),
12491
12703
  createdAt: z.number(),
12492
12704
  updatedAt: z.number(),
12493
12705
  });
@@ -12498,6 +12710,7 @@ export type NewConnectConfigurations$Outbound = {
12498
12710
  connectConfigurationId: string;
12499
12711
  passive: boolean;
12500
12712
  buildsEnabled: boolean;
12713
+ aws?: PayloadAws$Outbound | undefined;
12501
12714
  createdAt: number;
12502
12715
  updatedAt: number;
12503
12716
  };
@@ -12512,6 +12725,7 @@ export const NewConnectConfigurations$outboundSchema: z.ZodType<
12512
12725
  connectConfigurationId: z.string(),
12513
12726
  passive: z.boolean(),
12514
12727
  buildsEnabled: z.boolean(),
12728
+ aws: z.lazy(() => PayloadAws$outboundSchema).optional(),
12515
12729
  createdAt: z.number(),
12516
12730
  updatedAt: z.number(),
12517
12731
  });
@@ -20856,12 +21070,14 @@ export const OverageMetadata$inboundSchema: z.ZodType<
20856
21070
  > = z.object({
20857
21071
  firstTimeOnDemandNotificationSentAt: z.number().optional(),
20858
21072
  overageSummaryEmailSentAt: z.number().optional(),
21073
+ increasedOnDemandEmailSentAt: z.number().optional(),
20859
21074
  });
20860
21075
 
20861
21076
  /** @internal */
20862
21077
  export type OverageMetadata$Outbound = {
20863
21078
  firstTimeOnDemandNotificationSentAt?: number | undefined;
20864
21079
  overageSummaryEmailSentAt?: number | undefined;
21080
+ increasedOnDemandEmailSentAt?: number | undefined;
20865
21081
  };
20866
21082
 
20867
21083
  /** @internal */
@@ -20872,6 +21088,7 @@ export const OverageMetadata$outboundSchema: z.ZodType<
20872
21088
  > = z.object({
20873
21089
  firstTimeOnDemandNotificationSentAt: z.number().optional(),
20874
21090
  overageSummaryEmailSentAt: z.number().optional(),
21091
+ increasedOnDemandEmailSentAt: z.number().optional(),
20875
21092
  });
20876
21093
 
20877
21094
  /**
@@ -28364,8 +28581,9 @@ export const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown> =
28364
28581
  z.lazy(() => OneHundredAndSeventeen$inboundSchema),
28365
28582
  z.lazy(() => OneHundredAndNineteen$inboundSchema),
28366
28583
  z.lazy(() => OneHundredAndThirtyThree$inboundSchema),
28367
- z.lazy(() => OneHundredAndFortyTwo$inboundSchema),
28368
- z.lazy(() => OneHundredAndFortySix$inboundSchema),
28584
+ z.lazy(() => OneHundredAndThirtySeven$inboundSchema),
28585
+ z.lazy(() => OneHundredAndFortyThree$inboundSchema),
28586
+ z.lazy(() => OneHundredAndFortySeven$inboundSchema),
28369
28587
  z.lazy(() => Four$inboundSchema),
28370
28588
  z.lazy(() => Fourteen$inboundSchema),
28371
28589
  z.lazy(() => Seventeen$inboundSchema),
@@ -28403,10 +28621,10 @@ export const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown> =
28403
28621
  z.lazy(() => OneHundredAndThirty$inboundSchema),
28404
28622
  z.lazy(() => OneHundredAndThirtyOne$inboundSchema),
28405
28623
  z.lazy(() => OneHundredAndThirtyTwo$inboundSchema),
28406
- z.lazy(() => OneHundredAndThirtyNine$inboundSchema),
28407
- z.lazy(() => OneHundredAndFortyThree$inboundSchema),
28624
+ z.lazy(() => OneHundredAndForty$inboundSchema),
28408
28625
  z.lazy(() => OneHundredAndFortyFour$inboundSchema),
28409
28626
  z.lazy(() => OneHundredAndFortyFive$inboundSchema),
28627
+ z.lazy(() => OneHundredAndFortySix$inboundSchema),
28410
28628
  z.lazy(() => Five$inboundSchema),
28411
28629
  z.lazy(() => Eight$inboundSchema),
28412
28630
  z.lazy(() => Ten$inboundSchema),
@@ -28445,10 +28663,10 @@ export const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown> =
28445
28663
  z.lazy(() => OneHundredAndTwentySeven$inboundSchema),
28446
28664
  z.lazy(() => OneHundredAndThirtyFour$inboundSchema),
28447
28665
  z.lazy(() => OneHundredAndThirtySix$inboundSchema),
28448
- z.lazy(() => OneHundredAndThirtySeven$inboundSchema),
28449
- z.lazy(() => OneHundredAndForty$inboundSchema),
28450
- z.lazy(() => OneHundredAndFortySeven$inboundSchema),
28666
+ z.lazy(() => OneHundredAndThirtyEight$inboundSchema),
28667
+ z.lazy(() => OneHundredAndFortyOne$inboundSchema),
28451
28668
  z.lazy(() => OneHundredAndFortyEight$inboundSchema),
28669
+ z.lazy(() => OneHundredAndFortyNine$inboundSchema),
28452
28670
  z.lazy(() => Payload2$inboundSchema),
28453
28671
  z.lazy(() => Six$inboundSchema),
28454
28672
  z.lazy(() => Eleven$inboundSchema),
@@ -28464,9 +28682,9 @@ export const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown> =
28464
28682
  z.lazy(() => OneHundredAndTwentyEight$inboundSchema),
28465
28683
  z.lazy(() => OneHundredAndTwentyNine$inboundSchema),
28466
28684
  z.lazy(() => OneHundredAndThirtyFive$inboundSchema),
28467
- z.lazy(() => OneHundredAndThirtyEight$inboundSchema),
28468
- z.lazy(() => OneHundredAndFortyOne$inboundSchema),
28469
- z.lazy(() => OneHundredAndFortyNine$inboundSchema),
28685
+ z.lazy(() => OneHundredAndThirtyNine$inboundSchema),
28686
+ z.lazy(() => OneHundredAndFortyTwo$inboundSchema),
28687
+ z.lazy(() => OneHundredAndFifty$inboundSchema),
28470
28688
  z.lazy(() => Thirty$inboundSchema),
28471
28689
  z.lazy(() => FortyTwo$inboundSchema),
28472
28690
  z.lazy(() => FiftyNine$inboundSchema),
@@ -28481,7 +28699,7 @@ export const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown> =
28481
28699
  z.lazy(() => OneHundredAndTwentyFour$inboundSchema),
28482
28700
  z.lazy(() => OneHundredAndTwentyFive$inboundSchema),
28483
28701
  z.lazy(() => OneHundredAndTwentySix$inboundSchema),
28484
- z.lazy(() => OneHundredAndFifty$inboundSchema),
28702
+ z.lazy(() => OneHundredAndFiftyOne$inboundSchema),
28485
28703
  z.lazy(() => SixtyFour$inboundSchema),
28486
28704
  z.lazy(() => SixtySeven$inboundSchema),
28487
28705
  z.lazy(() => SeventyThree$inboundSchema),
@@ -28518,8 +28736,9 @@ export type Payload$Outbound =
28518
28736
  | OneHundredAndSeventeen$Outbound
28519
28737
  | OneHundredAndNineteen$Outbound
28520
28738
  | OneHundredAndThirtyThree$Outbound
28521
- | OneHundredAndFortyTwo$Outbound
28522
- | OneHundredAndFortySix$Outbound
28739
+ | OneHundredAndThirtySeven$Outbound
28740
+ | OneHundredAndFortyThree$Outbound
28741
+ | OneHundredAndFortySeven$Outbound
28523
28742
  | Four$Outbound
28524
28743
  | Fourteen$Outbound
28525
28744
  | Seventeen$Outbound
@@ -28557,10 +28776,10 @@ export type Payload$Outbound =
28557
28776
  | OneHundredAndThirty$Outbound
28558
28777
  | OneHundredAndThirtyOne$Outbound
28559
28778
  | OneHundredAndThirtyTwo$Outbound
28560
- | OneHundredAndThirtyNine$Outbound
28561
- | OneHundredAndFortyThree$Outbound
28779
+ | OneHundredAndForty$Outbound
28562
28780
  | OneHundredAndFortyFour$Outbound
28563
28781
  | OneHundredAndFortyFive$Outbound
28782
+ | OneHundredAndFortySix$Outbound
28564
28783
  | Five$Outbound
28565
28784
  | Eight$Outbound
28566
28785
  | Ten$Outbound
@@ -28599,10 +28818,10 @@ export type Payload$Outbound =
28599
28818
  | OneHundredAndTwentySeven$Outbound
28600
28819
  | OneHundredAndThirtyFour$Outbound
28601
28820
  | OneHundredAndThirtySix$Outbound
28602
- | OneHundredAndThirtySeven$Outbound
28603
- | OneHundredAndForty$Outbound
28604
- | OneHundredAndFortySeven$Outbound
28821
+ | OneHundredAndThirtyEight$Outbound
28822
+ | OneHundredAndFortyOne$Outbound
28605
28823
  | OneHundredAndFortyEight$Outbound
28824
+ | OneHundredAndFortyNine$Outbound
28606
28825
  | Payload2$Outbound
28607
28826
  | Six$Outbound
28608
28827
  | Eleven$Outbound
@@ -28618,9 +28837,9 @@ export type Payload$Outbound =
28618
28837
  | OneHundredAndTwentyEight$Outbound
28619
28838
  | OneHundredAndTwentyNine$Outbound
28620
28839
  | OneHundredAndThirtyFive$Outbound
28621
- | OneHundredAndThirtyEight$Outbound
28622
- | OneHundredAndFortyOne$Outbound
28623
- | OneHundredAndFortyNine$Outbound
28840
+ | OneHundredAndThirtyNine$Outbound
28841
+ | OneHundredAndFortyTwo$Outbound
28842
+ | OneHundredAndFifty$Outbound
28624
28843
  | Thirty$Outbound
28625
28844
  | FortyTwo$Outbound
28626
28845
  | FiftyNine$Outbound
@@ -28635,7 +28854,7 @@ export type Payload$Outbound =
28635
28854
  | OneHundredAndTwentyFour$Outbound
28636
28855
  | OneHundredAndTwentyFive$Outbound
28637
28856
  | OneHundredAndTwentySix$Outbound
28638
- | OneHundredAndFifty$Outbound
28857
+ | OneHundredAndFiftyOne$Outbound
28639
28858
  | SixtyFour$Outbound
28640
28859
  | SixtySeven$Outbound
28641
28860
  | SeventyThree$Outbound
@@ -28675,8 +28894,9 @@ export const Payload$outboundSchema: z.ZodType<
28675
28894
  z.lazy(() => OneHundredAndSeventeen$outboundSchema),
28676
28895
  z.lazy(() => OneHundredAndNineteen$outboundSchema),
28677
28896
  z.lazy(() => OneHundredAndThirtyThree$outboundSchema),
28678
- z.lazy(() => OneHundredAndFortyTwo$outboundSchema),
28679
- z.lazy(() => OneHundredAndFortySix$outboundSchema),
28897
+ z.lazy(() => OneHundredAndThirtySeven$outboundSchema),
28898
+ z.lazy(() => OneHundredAndFortyThree$outboundSchema),
28899
+ z.lazy(() => OneHundredAndFortySeven$outboundSchema),
28680
28900
  z.lazy(() => Four$outboundSchema),
28681
28901
  z.lazy(() => Fourteen$outboundSchema),
28682
28902
  z.lazy(() => Seventeen$outboundSchema),
@@ -28714,10 +28934,10 @@ export const Payload$outboundSchema: z.ZodType<
28714
28934
  z.lazy(() => OneHundredAndThirty$outboundSchema),
28715
28935
  z.lazy(() => OneHundredAndThirtyOne$outboundSchema),
28716
28936
  z.lazy(() => OneHundredAndThirtyTwo$outboundSchema),
28717
- z.lazy(() => OneHundredAndThirtyNine$outboundSchema),
28718
- z.lazy(() => OneHundredAndFortyThree$outboundSchema),
28937
+ z.lazy(() => OneHundredAndForty$outboundSchema),
28719
28938
  z.lazy(() => OneHundredAndFortyFour$outboundSchema),
28720
28939
  z.lazy(() => OneHundredAndFortyFive$outboundSchema),
28940
+ z.lazy(() => OneHundredAndFortySix$outboundSchema),
28721
28941
  z.lazy(() => Five$outboundSchema),
28722
28942
  z.lazy(() => Eight$outboundSchema),
28723
28943
  z.lazy(() => Ten$outboundSchema),
@@ -28756,10 +28976,10 @@ export const Payload$outboundSchema: z.ZodType<
28756
28976
  z.lazy(() => OneHundredAndTwentySeven$outboundSchema),
28757
28977
  z.lazy(() => OneHundredAndThirtyFour$outboundSchema),
28758
28978
  z.lazy(() => OneHundredAndThirtySix$outboundSchema),
28759
- z.lazy(() => OneHundredAndThirtySeven$outboundSchema),
28760
- z.lazy(() => OneHundredAndForty$outboundSchema),
28761
- z.lazy(() => OneHundredAndFortySeven$outboundSchema),
28979
+ z.lazy(() => OneHundredAndThirtyEight$outboundSchema),
28980
+ z.lazy(() => OneHundredAndFortyOne$outboundSchema),
28762
28981
  z.lazy(() => OneHundredAndFortyEight$outboundSchema),
28982
+ z.lazy(() => OneHundredAndFortyNine$outboundSchema),
28763
28983
  z.lazy(() => Payload2$outboundSchema),
28764
28984
  z.lazy(() => Six$outboundSchema),
28765
28985
  z.lazy(() => Eleven$outboundSchema),
@@ -28775,9 +28995,9 @@ export const Payload$outboundSchema: z.ZodType<
28775
28995
  z.lazy(() => OneHundredAndTwentyEight$outboundSchema),
28776
28996
  z.lazy(() => OneHundredAndTwentyNine$outboundSchema),
28777
28997
  z.lazy(() => OneHundredAndThirtyFive$outboundSchema),
28778
- z.lazy(() => OneHundredAndThirtyEight$outboundSchema),
28779
- z.lazy(() => OneHundredAndFortyOne$outboundSchema),
28780
- z.lazy(() => OneHundredAndFortyNine$outboundSchema),
28998
+ z.lazy(() => OneHundredAndThirtyNine$outboundSchema),
28999
+ z.lazy(() => OneHundredAndFortyTwo$outboundSchema),
29000
+ z.lazy(() => OneHundredAndFifty$outboundSchema),
28781
29001
  z.lazy(() => Thirty$outboundSchema),
28782
29002
  z.lazy(() => FortyTwo$outboundSchema),
28783
29003
  z.lazy(() => FiftyNine$outboundSchema),
@@ -28792,7 +29012,7 @@ export const Payload$outboundSchema: z.ZodType<
28792
29012
  z.lazy(() => OneHundredAndTwentyFour$outboundSchema),
28793
29013
  z.lazy(() => OneHundredAndTwentyFive$outboundSchema),
28794
29014
  z.lazy(() => OneHundredAndTwentySix$outboundSchema),
28795
- z.lazy(() => OneHundredAndFifty$outboundSchema),
29015
+ z.lazy(() => OneHundredAndFiftyOne$outboundSchema),
28796
29016
  z.lazy(() => SixtyFour$outboundSchema),
28797
29017
  z.lazy(() => SixtySeven$outboundSchema),
28798
29018
  z.lazy(() => SeventyThree$outboundSchema),
@@ -28879,8 +29099,9 @@ export const UserEvent$inboundSchema: z.ZodType<
28879
29099
  z.lazy(() => OneHundredAndSeventeen$inboundSchema),
28880
29100
  z.lazy(() => OneHundredAndNineteen$inboundSchema),
28881
29101
  z.lazy(() => OneHundredAndThirtyThree$inboundSchema),
28882
- z.lazy(() => OneHundredAndFortyTwo$inboundSchema),
28883
- z.lazy(() => OneHundredAndFortySix$inboundSchema),
29102
+ z.lazy(() => OneHundredAndThirtySeven$inboundSchema),
29103
+ z.lazy(() => OneHundredAndFortyThree$inboundSchema),
29104
+ z.lazy(() => OneHundredAndFortySeven$inboundSchema),
28884
29105
  z.lazy(() => Four$inboundSchema),
28885
29106
  z.lazy(() => Fourteen$inboundSchema),
28886
29107
  z.lazy(() => Seventeen$inboundSchema),
@@ -28918,10 +29139,10 @@ export const UserEvent$inboundSchema: z.ZodType<
28918
29139
  z.lazy(() => OneHundredAndThirty$inboundSchema),
28919
29140
  z.lazy(() => OneHundredAndThirtyOne$inboundSchema),
28920
29141
  z.lazy(() => OneHundredAndThirtyTwo$inboundSchema),
28921
- z.lazy(() => OneHundredAndThirtyNine$inboundSchema),
28922
- z.lazy(() => OneHundredAndFortyThree$inboundSchema),
29142
+ z.lazy(() => OneHundredAndForty$inboundSchema),
28923
29143
  z.lazy(() => OneHundredAndFortyFour$inboundSchema),
28924
29144
  z.lazy(() => OneHundredAndFortyFive$inboundSchema),
29145
+ z.lazy(() => OneHundredAndFortySix$inboundSchema),
28925
29146
  z.lazy(() => Five$inboundSchema),
28926
29147
  z.lazy(() => Eight$inboundSchema),
28927
29148
  z.lazy(() => Ten$inboundSchema),
@@ -28960,10 +29181,10 @@ export const UserEvent$inboundSchema: z.ZodType<
28960
29181
  z.lazy(() => OneHundredAndTwentySeven$inboundSchema),
28961
29182
  z.lazy(() => OneHundredAndThirtyFour$inboundSchema),
28962
29183
  z.lazy(() => OneHundredAndThirtySix$inboundSchema),
28963
- z.lazy(() => OneHundredAndThirtySeven$inboundSchema),
28964
- z.lazy(() => OneHundredAndForty$inboundSchema),
28965
- z.lazy(() => OneHundredAndFortySeven$inboundSchema),
29184
+ z.lazy(() => OneHundredAndThirtyEight$inboundSchema),
29185
+ z.lazy(() => OneHundredAndFortyOne$inboundSchema),
28966
29186
  z.lazy(() => OneHundredAndFortyEight$inboundSchema),
29187
+ z.lazy(() => OneHundredAndFortyNine$inboundSchema),
28967
29188
  z.lazy(() => Payload2$inboundSchema),
28968
29189
  z.lazy(() => Six$inboundSchema),
28969
29190
  z.lazy(() => Eleven$inboundSchema),
@@ -28979,9 +29200,9 @@ export const UserEvent$inboundSchema: z.ZodType<
28979
29200
  z.lazy(() => OneHundredAndTwentyEight$inboundSchema),
28980
29201
  z.lazy(() => OneHundredAndTwentyNine$inboundSchema),
28981
29202
  z.lazy(() => OneHundredAndThirtyFive$inboundSchema),
28982
- z.lazy(() => OneHundredAndThirtyEight$inboundSchema),
28983
- z.lazy(() => OneHundredAndFortyOne$inboundSchema),
28984
- z.lazy(() => OneHundredAndFortyNine$inboundSchema),
29203
+ z.lazy(() => OneHundredAndThirtyNine$inboundSchema),
29204
+ z.lazy(() => OneHundredAndFortyTwo$inboundSchema),
29205
+ z.lazy(() => OneHundredAndFifty$inboundSchema),
28985
29206
  z.lazy(() => Thirty$inboundSchema),
28986
29207
  z.lazy(() => FortyTwo$inboundSchema),
28987
29208
  z.lazy(() => FiftyNine$inboundSchema),
@@ -28996,7 +29217,7 @@ export const UserEvent$inboundSchema: z.ZodType<
28996
29217
  z.lazy(() => OneHundredAndTwentyFour$inboundSchema),
28997
29218
  z.lazy(() => OneHundredAndTwentyFive$inboundSchema),
28998
29219
  z.lazy(() => OneHundredAndTwentySix$inboundSchema),
28999
- z.lazy(() => OneHundredAndFifty$inboundSchema),
29220
+ z.lazy(() => OneHundredAndFiftyOne$inboundSchema),
29000
29221
  z.lazy(() => SixtyFour$inboundSchema),
29001
29222
  z.lazy(() => SixtySeven$inboundSchema),
29002
29223
  z.lazy(() => SeventyThree$inboundSchema),
@@ -29045,8 +29266,9 @@ export type UserEvent$Outbound = {
29045
29266
  | OneHundredAndSeventeen$Outbound
29046
29267
  | OneHundredAndNineteen$Outbound
29047
29268
  | OneHundredAndThirtyThree$Outbound
29048
- | OneHundredAndFortyTwo$Outbound
29049
- | OneHundredAndFortySix$Outbound
29269
+ | OneHundredAndThirtySeven$Outbound
29270
+ | OneHundredAndFortyThree$Outbound
29271
+ | OneHundredAndFortySeven$Outbound
29050
29272
  | Four$Outbound
29051
29273
  | Fourteen$Outbound
29052
29274
  | Seventeen$Outbound
@@ -29084,10 +29306,10 @@ export type UserEvent$Outbound = {
29084
29306
  | OneHundredAndThirty$Outbound
29085
29307
  | OneHundredAndThirtyOne$Outbound
29086
29308
  | OneHundredAndThirtyTwo$Outbound
29087
- | OneHundredAndThirtyNine$Outbound
29088
- | OneHundredAndFortyThree$Outbound
29309
+ | OneHundredAndForty$Outbound
29089
29310
  | OneHundredAndFortyFour$Outbound
29090
29311
  | OneHundredAndFortyFive$Outbound
29312
+ | OneHundredAndFortySix$Outbound
29091
29313
  | Five$Outbound
29092
29314
  | Eight$Outbound
29093
29315
  | Ten$Outbound
@@ -29126,10 +29348,10 @@ export type UserEvent$Outbound = {
29126
29348
  | OneHundredAndTwentySeven$Outbound
29127
29349
  | OneHundredAndThirtyFour$Outbound
29128
29350
  | OneHundredAndThirtySix$Outbound
29129
- | OneHundredAndThirtySeven$Outbound
29130
- | OneHundredAndForty$Outbound
29131
- | OneHundredAndFortySeven$Outbound
29351
+ | OneHundredAndThirtyEight$Outbound
29352
+ | OneHundredAndFortyOne$Outbound
29132
29353
  | OneHundredAndFortyEight$Outbound
29354
+ | OneHundredAndFortyNine$Outbound
29133
29355
  | Payload2$Outbound
29134
29356
  | Six$Outbound
29135
29357
  | Eleven$Outbound
@@ -29145,9 +29367,9 @@ export type UserEvent$Outbound = {
29145
29367
  | OneHundredAndTwentyEight$Outbound
29146
29368
  | OneHundredAndTwentyNine$Outbound
29147
29369
  | OneHundredAndThirtyFive$Outbound
29148
- | OneHundredAndThirtyEight$Outbound
29149
- | OneHundredAndFortyOne$Outbound
29150
- | OneHundredAndFortyNine$Outbound
29370
+ | OneHundredAndThirtyNine$Outbound
29371
+ | OneHundredAndFortyTwo$Outbound
29372
+ | OneHundredAndFifty$Outbound
29151
29373
  | Thirty$Outbound
29152
29374
  | FortyTwo$Outbound
29153
29375
  | FiftyNine$Outbound
@@ -29162,7 +29384,7 @@ export type UserEvent$Outbound = {
29162
29384
  | OneHundredAndTwentyFour$Outbound
29163
29385
  | OneHundredAndTwentyFive$Outbound
29164
29386
  | OneHundredAndTwentySix$Outbound
29165
- | OneHundredAndFifty$Outbound
29387
+ | OneHundredAndFiftyOne$Outbound
29166
29388
  | SixtyFour$Outbound
29167
29389
  | SixtySeven$Outbound
29168
29390
  | SeventyThree$Outbound
@@ -29223,8 +29445,9 @@ export const UserEvent$outboundSchema: z.ZodType<
29223
29445
  z.lazy(() => OneHundredAndSeventeen$outboundSchema),
29224
29446
  z.lazy(() => OneHundredAndNineteen$outboundSchema),
29225
29447
  z.lazy(() => OneHundredAndThirtyThree$outboundSchema),
29226
- z.lazy(() => OneHundredAndFortyTwo$outboundSchema),
29227
- z.lazy(() => OneHundredAndFortySix$outboundSchema),
29448
+ z.lazy(() => OneHundredAndThirtySeven$outboundSchema),
29449
+ z.lazy(() => OneHundredAndFortyThree$outboundSchema),
29450
+ z.lazy(() => OneHundredAndFortySeven$outboundSchema),
29228
29451
  z.lazy(() => Four$outboundSchema),
29229
29452
  z.lazy(() => Fourteen$outboundSchema),
29230
29453
  z.lazy(() => Seventeen$outboundSchema),
@@ -29262,10 +29485,10 @@ export const UserEvent$outboundSchema: z.ZodType<
29262
29485
  z.lazy(() => OneHundredAndThirty$outboundSchema),
29263
29486
  z.lazy(() => OneHundredAndThirtyOne$outboundSchema),
29264
29487
  z.lazy(() => OneHundredAndThirtyTwo$outboundSchema),
29265
- z.lazy(() => OneHundredAndThirtyNine$outboundSchema),
29266
- z.lazy(() => OneHundredAndFortyThree$outboundSchema),
29488
+ z.lazy(() => OneHundredAndForty$outboundSchema),
29267
29489
  z.lazy(() => OneHundredAndFortyFour$outboundSchema),
29268
29490
  z.lazy(() => OneHundredAndFortyFive$outboundSchema),
29491
+ z.lazy(() => OneHundredAndFortySix$outboundSchema),
29269
29492
  z.lazy(() => Five$outboundSchema),
29270
29493
  z.lazy(() => Eight$outboundSchema),
29271
29494
  z.lazy(() => Ten$outboundSchema),
@@ -29304,10 +29527,10 @@ export const UserEvent$outboundSchema: z.ZodType<
29304
29527
  z.lazy(() => OneHundredAndTwentySeven$outboundSchema),
29305
29528
  z.lazy(() => OneHundredAndThirtyFour$outboundSchema),
29306
29529
  z.lazy(() => OneHundredAndThirtySix$outboundSchema),
29307
- z.lazy(() => OneHundredAndThirtySeven$outboundSchema),
29308
- z.lazy(() => OneHundredAndForty$outboundSchema),
29309
- z.lazy(() => OneHundredAndFortySeven$outboundSchema),
29530
+ z.lazy(() => OneHundredAndThirtyEight$outboundSchema),
29531
+ z.lazy(() => OneHundredAndFortyOne$outboundSchema),
29310
29532
  z.lazy(() => OneHundredAndFortyEight$outboundSchema),
29533
+ z.lazy(() => OneHundredAndFortyNine$outboundSchema),
29311
29534
  z.lazy(() => Payload2$outboundSchema),
29312
29535
  z.lazy(() => Six$outboundSchema),
29313
29536
  z.lazy(() => Eleven$outboundSchema),
@@ -29323,9 +29546,9 @@ export const UserEvent$outboundSchema: z.ZodType<
29323
29546
  z.lazy(() => OneHundredAndTwentyEight$outboundSchema),
29324
29547
  z.lazy(() => OneHundredAndTwentyNine$outboundSchema),
29325
29548
  z.lazy(() => OneHundredAndThirtyFive$outboundSchema),
29326
- z.lazy(() => OneHundredAndThirtyEight$outboundSchema),
29327
- z.lazy(() => OneHundredAndFortyOne$outboundSchema),
29328
- z.lazy(() => OneHundredAndFortyNine$outboundSchema),
29549
+ z.lazy(() => OneHundredAndThirtyNine$outboundSchema),
29550
+ z.lazy(() => OneHundredAndFortyTwo$outboundSchema),
29551
+ z.lazy(() => OneHundredAndFifty$outboundSchema),
29329
29552
  z.lazy(() => Thirty$outboundSchema),
29330
29553
  z.lazy(() => FortyTwo$outboundSchema),
29331
29554
  z.lazy(() => FiftyNine$outboundSchema),
@@ -29340,7 +29563,7 @@ export const UserEvent$outboundSchema: z.ZodType<
29340
29563
  z.lazy(() => OneHundredAndTwentyFour$outboundSchema),
29341
29564
  z.lazy(() => OneHundredAndTwentyFive$outboundSchema),
29342
29565
  z.lazy(() => OneHundredAndTwentySix$outboundSchema),
29343
- z.lazy(() => OneHundredAndFifty$outboundSchema),
29566
+ z.lazy(() => OneHundredAndFiftyOne$outboundSchema),
29344
29567
  z.lazy(() => SixtyFour$outboundSchema),
29345
29568
  z.lazy(() => SixtySeven$outboundSchema),
29346
29569
  z.lazy(() => SeventyThree$outboundSchema),