@vercel/sdk 1.11.0 → 1.11.2

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 (155) hide show
  1. package/bin/mcp-server.js +1341 -1092
  2. package/bin/mcp-server.js.map +30 -30
  3. package/esm/__tests__/accessgroups.test.js +1 -3
  4. package/esm/__tests__/accessgroups.test.js.map +1 -1
  5. package/esm/__tests__/checks.test.js +1 -0
  6. package/esm/__tests__/checks.test.js.map +1 -1
  7. package/esm/__tests__/domains.test.js +3 -1
  8. package/esm/__tests__/domains.test.js.map +1 -1
  9. package/esm/__tests__/edgeconfig.test.js +6 -6
  10. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  11. package/esm/__tests__/integrations.test.js +1 -1
  12. package/esm/__tests__/rollingrelease.test.js +6 -2
  13. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  14. package/esm/__tests__/security.test.js +4 -4
  15. package/esm/__tests__/security.test.js.map +1 -1
  16. package/esm/__tests__/teams.test.js +2 -2
  17. package/esm/__tests__/teams.test.js.map +1 -1
  18. package/esm/funcs/deploymentsUploadFile.js +0 -1
  19. package/esm/funcs/deploymentsUploadFile.js.map +1 -1
  20. package/esm/funcs/domainsGetDomainTransfer.js +2 -2
  21. package/esm/funcs/domainsGetDomainTransfer.js.map +1 -1
  22. package/esm/funcs/marketplaceUpdateResourceSecrets.js +2 -2
  23. package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -1
  24. package/esm/lib/config.d.ts +3 -3
  25. package/esm/lib/config.js +3 -3
  26. package/esm/mcp-server/mcp-server.js +1 -1
  27. package/esm/mcp-server/server.js +1 -1
  28. package/esm/models/canceldeploymentop.d.ts +9 -6
  29. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  30. package/esm/models/canceldeploymentop.js +3 -2
  31. package/esm/models/canceldeploymentop.js.map +1 -1
  32. package/esm/models/createdeploymentop.d.ts +47 -41
  33. package/esm/models/createdeploymentop.d.ts.map +1 -1
  34. package/esm/models/createdeploymentop.js +17 -15
  35. package/esm/models/createdeploymentop.js.map +1 -1
  36. package/esm/models/createedgeconfigop.d.ts +2 -0
  37. package/esm/models/createedgeconfigop.d.ts.map +1 -1
  38. package/esm/models/createedgeconfigop.js +2 -0
  39. package/esm/models/createedgeconfigop.js.map +1 -1
  40. package/esm/models/createintegrationstoredirectop.d.ts +282 -243
  41. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  42. package/esm/models/createintegrationstoredirectop.js +320 -295
  43. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  44. package/esm/models/createprojectop.d.ts +6 -0
  45. package/esm/models/createprojectop.d.ts.map +1 -1
  46. package/esm/models/createprojectop.js +2 -0
  47. package/esm/models/createprojectop.js.map +1 -1
  48. package/esm/models/getallchecksop.d.ts +2 -0
  49. package/esm/models/getallchecksop.d.ts.map +1 -1
  50. package/esm/models/getallchecksop.js +2 -0
  51. package/esm/models/getallchecksop.js.map +1 -1
  52. package/esm/models/getconfigurationproductsop.d.ts +421 -331
  53. package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
  54. package/esm/models/getconfigurationproductsop.js +482 -410
  55. package/esm/models/getconfigurationproductsop.js.map +1 -1
  56. package/esm/models/getdeploymentop.d.ts +9 -6
  57. package/esm/models/getdeploymentop.d.ts.map +1 -1
  58. package/esm/models/getdeploymentop.js +3 -2
  59. package/esm/models/getdeploymentop.js.map +1 -1
  60. package/esm/models/getdeploymentsop.d.ts +3 -0
  61. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  62. package/esm/models/getdeploymentsop.js +1 -0
  63. package/esm/models/getdeploymentsop.js.map +1 -1
  64. package/esm/models/getdomaintransferop.d.ts +99 -25
  65. package/esm/models/getdomaintransferop.d.ts.map +1 -1
  66. package/esm/models/getdomaintransferop.js +101 -25
  67. package/esm/models/getdomaintransferop.js.map +1 -1
  68. package/esm/models/getedgeconfigop.d.ts +2 -0
  69. package/esm/models/getedgeconfigop.d.ts.map +1 -1
  70. package/esm/models/getedgeconfigop.js +2 -0
  71. package/esm/models/getedgeconfigop.js.map +1 -1
  72. package/esm/models/getprojectsop.d.ts +3 -0
  73. package/esm/models/getprojectsop.d.ts.map +1 -1
  74. package/esm/models/getprojectsop.js +1 -0
  75. package/esm/models/getprojectsop.js.map +1 -1
  76. package/esm/models/getteammembersop.d.ts +36 -30
  77. package/esm/models/getteammembersop.d.ts.map +1 -1
  78. package/esm/models/getteammembersop.js +12 -10
  79. package/esm/models/getteammembersop.js.map +1 -1
  80. package/esm/models/getwebhooksop.d.ts +3 -0
  81. package/esm/models/getwebhooksop.d.ts.map +1 -1
  82. package/esm/models/getwebhooksop.js +1 -0
  83. package/esm/models/getwebhooksop.js.map +1 -1
  84. package/esm/models/importresourceop.d.ts +36 -0
  85. package/esm/models/importresourceop.d.ts.map +1 -1
  86. package/esm/models/importresourceop.js +25 -0
  87. package/esm/models/importresourceop.js.map +1 -1
  88. package/esm/models/patchteamop.d.ts +12 -0
  89. package/esm/models/patchteamop.d.ts.map +1 -1
  90. package/esm/models/patchteamop.js +4 -0
  91. package/esm/models/patchteamop.js.map +1 -1
  92. package/esm/models/team.d.ts +150 -26
  93. package/esm/models/team.d.ts.map +1 -1
  94. package/esm/models/team.js +110 -30
  95. package/esm/models/team.js.map +1 -1
  96. package/esm/models/updateedgeconfigop.d.ts +2 -0
  97. package/esm/models/updateedgeconfigop.d.ts.map +1 -1
  98. package/esm/models/updateedgeconfigop.js +2 -0
  99. package/esm/models/updateedgeconfigop.js.map +1 -1
  100. package/esm/models/updateprojectdatacacheop.d.ts +3 -0
  101. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  102. package/esm/models/updateprojectdatacacheop.js +1 -0
  103. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  104. package/esm/models/updateprojectop.d.ts +6 -0
  105. package/esm/models/updateprojectop.d.ts.map +1 -1
  106. package/esm/models/updateprojectop.js +2 -0
  107. package/esm/models/updateprojectop.js.map +1 -1
  108. package/esm/models/uploadfileop.d.ts +0 -5
  109. package/esm/models/uploadfileop.d.ts.map +1 -1
  110. package/esm/models/uploadfileop.js +0 -4
  111. package/esm/models/uploadfileop.js.map +1 -1
  112. package/esm/models/userevent.d.ts +963 -773
  113. package/esm/models/userevent.d.ts.map +1 -1
  114. package/esm/models/userevent.js +1102 -974
  115. package/esm/models/userevent.js.map +1 -1
  116. package/examples/package-lock.json +1 -1
  117. package/jsr.json +1 -1
  118. package/package.json +1 -1
  119. package/src/__tests__/accessgroups.test.ts +1 -3
  120. package/src/__tests__/checks.test.ts +1 -0
  121. package/src/__tests__/domains.test.ts +3 -1
  122. package/src/__tests__/edgeconfig.test.ts +6 -6
  123. package/src/__tests__/integrations.test.ts +1 -1
  124. package/src/__tests__/rollingrelease.test.ts +6 -2
  125. package/src/__tests__/security.test.ts +4 -4
  126. package/src/__tests__/teams.test.ts +2 -2
  127. package/src/funcs/deploymentsUploadFile.ts +0 -5
  128. package/src/funcs/domainsGetDomainTransfer.ts +2 -2
  129. package/src/funcs/marketplaceUpdateResourceSecrets.ts +2 -2
  130. package/src/lib/config.ts +3 -3
  131. package/src/mcp-server/mcp-server.ts +1 -1
  132. package/src/mcp-server/server.ts +1 -1
  133. package/src/models/canceldeploymentop.ts +5 -4
  134. package/src/models/createdeploymentop.ts +21 -19
  135. package/src/models/createedgeconfigop.ts +4 -0
  136. package/src/models/createintegrationstoredirectop.ts +546 -506
  137. package/src/models/createprojectop.ts +2 -0
  138. package/src/models/getallchecksop.ts +4 -0
  139. package/src/models/getconfigurationproductsop.ts +847 -706
  140. package/src/models/getdeploymentop.ts +5 -4
  141. package/src/models/getdeploymentsop.ts +1 -0
  142. package/src/models/getdomaintransferop.ts +203 -39
  143. package/src/models/getedgeconfigop.ts +4 -0
  144. package/src/models/getprojectsop.ts +1 -0
  145. package/src/models/getteammembersop.ts +12 -10
  146. package/src/models/getwebhooksop.ts +1 -0
  147. package/src/models/importresourceop.ts +34 -0
  148. package/src/models/patchteamop.ts +4 -0
  149. package/src/models/team.ts +177 -42
  150. package/src/models/updateedgeconfigop.ts +4 -0
  151. package/src/models/updateprojectdatacacheop.ts +1 -0
  152. package/src/models/updateprojectop.ts +2 -0
  153. package/src/models/uploadfileop.ts +0 -9
  154. package/src/models/userevent.ts +2222 -1920
  155. package/vercel-spec.json +517 -260
@@ -140,7 +140,7 @@ export type AuthMethod = ClosedEnum<typeof AuthMethod>;
140
140
  /**
141
141
  * The payload of the event, if requested.
142
142
  */
143
- export type OneHundredAndSixtyOne = {
143
+ export type OneHundredAndSixtyTwo = {
144
144
  grantType: GrantType;
145
145
  appName: string;
146
146
  /**
@@ -154,11 +154,11 @@ export type OneHundredAndSixtyOne = {
154
154
  scope: string;
155
155
  authMethod: AuthMethod;
156
156
  };
157
- export type UserEventPayload160Team = {
157
+ export type UserEventPayload161Team = {
158
158
  id: string;
159
159
  name: string;
160
160
  };
161
- export type UserEventPayload160Configuration = {
161
+ export type UserEventPayload161Configuration = {
162
162
  id: string;
163
163
  name?: string | undefined;
164
164
  };
@@ -169,17 +169,17 @@ export type UserEventPayloadPeering = {
169
169
  /**
170
170
  * The payload of the event, if requested.
171
171
  */
172
- export type OneHundredAndSixty = {
173
- team: UserEventPayload160Team;
174
- configuration: UserEventPayload160Configuration;
172
+ export type OneHundredAndSixtyOne = {
173
+ team: UserEventPayload161Team;
174
+ configuration: UserEventPayload161Configuration;
175
175
  peering: UserEventPayloadPeering;
176
176
  newName?: string | undefined;
177
177
  };
178
- export type UserEventPayload159Team = {
178
+ export type UserEventPayload160Team = {
179
179
  id: string;
180
180
  name: string;
181
181
  };
182
- export type UserEventPayload159Configuration = {
182
+ export type UserEventPayload160Configuration = {
183
183
  id: string;
184
184
  name?: string | undefined;
185
185
  };
@@ -190,16 +190,16 @@ export type PayloadPeering = {
190
190
  /**
191
191
  * The payload of the event, if requested.
192
192
  */
193
- export type OneHundredAndFiftyNine = {
194
- team: UserEventPayload159Team;
195
- configuration: UserEventPayload159Configuration;
193
+ export type OneHundredAndSixty = {
194
+ team: UserEventPayload160Team;
195
+ configuration: UserEventPayload160Configuration;
196
196
  peering: PayloadPeering;
197
197
  };
198
- export type UserEventPayload158Team = {
198
+ export type UserEventPayload159Team = {
199
199
  id: string;
200
200
  name: string;
201
201
  };
202
- export type UserEventPayload158Configuration = {
202
+ export type UserEventPayload159Configuration = {
203
203
  id: string;
204
204
  name?: string | undefined;
205
205
  };
@@ -212,15 +212,15 @@ export type Peering = {
212
212
  /**
213
213
  * The payload of the event, if requested.
214
214
  */
215
- export type OneHundredAndFiftyEight = {
216
- team: UserEventPayload158Team;
217
- configuration: UserEventPayload158Configuration;
215
+ export type OneHundredAndFiftyNine = {
216
+ team: UserEventPayload159Team;
217
+ configuration: UserEventPayload159Configuration;
218
218
  peering: Peering;
219
219
  };
220
220
  /**
221
221
  * The payload of the event, if requested.
222
222
  */
223
- export type OneHundredAndFiftySeven = {
223
+ export type OneHundredAndFiftyEight = {
224
224
  appName: string;
225
225
  appId?: string | undefined;
226
226
  installationId?: string | undefined;
@@ -228,41 +228,41 @@ export type OneHundredAndFiftySeven = {
228
228
  /**
229
229
  * The payload of the event, if requested.
230
230
  */
231
- export type OneHundredAndFiftySix = {
231
+ export type OneHundredAndFiftySeven = {
232
232
  appName: string;
233
233
  appId?: string | undefined;
234
234
  };
235
235
  /**
236
236
  * The payload of the event, if requested.
237
237
  */
238
- export type OneHundredAndFiftyFive = {
238
+ export type OneHundredAndFiftySix = {
239
239
  appName: string;
240
240
  appId: string;
241
241
  };
242
242
  /**
243
243
  * The payload of the event, if requested.
244
244
  */
245
- export type OneHundredAndFiftyFour = {
245
+ export type OneHundredAndFiftyFive = {
246
246
  appName: string;
247
247
  };
248
248
  /**
249
249
  * The payload of the event, if requested.
250
250
  */
251
- export type OneHundredAndFiftyThree = {
251
+ export type OneHundredAndFiftyFour = {
252
252
  appName: string;
253
253
  nextScopes: Array<string>;
254
254
  };
255
255
  /**
256
256
  * The payload of the event, if requested.
257
257
  */
258
- export type OneHundredAndFiftyTwo = {
258
+ export type OneHundredAndFiftyThree = {
259
259
  appName: string;
260
260
  scopes: Array<string>;
261
261
  };
262
262
  /**
263
263
  * The payload of the event, if requested.
264
264
  */
265
- export type OneHundredAndFiftyOne = {
265
+ export type OneHundredAndFiftyTwo = {
266
266
  oldName: string;
267
267
  newName: string;
268
268
  };
@@ -274,7 +274,7 @@ export type Tier = ClosedEnum<typeof Tier>;
274
274
  /**
275
275
  * The payload of the event, if requested.
276
276
  */
277
- export type OneHundredAndFifty = {
277
+ export type OneHundredAndFiftyOne = {
278
278
  tier: Tier;
279
279
  };
280
280
  export type ProjectWebAnalytics = {
@@ -294,7 +294,7 @@ export type PrevProjectWebAnalytics = {
294
294
  /**
295
295
  * The payload of the event, if requested.
296
296
  */
297
- export type OneHundredAndFortyNine = {
297
+ export type OneHundredAndFifty = {
298
298
  projectId: string;
299
299
  projectName: string;
300
300
  projectWebAnalytics?: ProjectWebAnalytics | undefined;
@@ -332,7 +332,7 @@ export type Microfrontends1 = {
332
332
  routeObservabilityToThisProject?: boolean | undefined;
333
333
  };
334
334
  export type Microfrontends = Microfrontends1 | Microfrontends2;
335
- export type UserEventPayload148Project = {
335
+ export type UserEventPayload149Project = {
336
336
  id: string;
337
337
  name: string;
338
338
  microfrontends?: Microfrontends1 | Microfrontends2 | undefined;
@@ -369,11 +369,11 @@ export type UserEventMicrofrontends1 = {
369
369
  routeObservabilityToThisProject?: boolean | undefined;
370
370
  };
371
371
  export type PayloadMicrofrontends = UserEventMicrofrontends1 | UserEventMicrofrontends2;
372
- export type UserEventPayload148PrevProject = {
372
+ export type UserEventPayload149PrevProject = {
373
373
  microfrontends?: UserEventMicrofrontends1 | UserEventMicrofrontends2 | undefined;
374
374
  };
375
375
  export type PayloadPrev = {
376
- project: UserEventPayload148PrevProject;
376
+ project: UserEventPayload149PrevProject;
377
377
  };
378
378
  export type PayloadGroup = {
379
379
  id: string;
@@ -383,12 +383,12 @@ export type PayloadGroup = {
383
383
  /**
384
384
  * The payload of the event, if requested.
385
385
  */
386
- export type OneHundredAndFortyEight = {
387
- project: UserEventPayload148Project;
386
+ export type OneHundredAndFortyNine = {
387
+ project: UserEventPayload149Project;
388
388
  prev: PayloadPrev;
389
389
  group: PayloadGroup;
390
390
  };
391
- export type UserEventPayload147Project = {
391
+ export type UserEventPayload148Project = {
392
392
  id: string;
393
393
  name: string;
394
394
  };
@@ -400,8 +400,8 @@ export type Group = {
400
400
  /**
401
401
  * The payload of the event, if requested.
402
402
  */
403
- export type OneHundredAndFortySeven = {
404
- project: UserEventPayload147Project;
403
+ export type OneHundredAndFortyEight = {
404
+ project: UserEventPayload148Project;
405
405
  group: Group;
406
406
  };
407
407
  export type Prev = {
@@ -412,7 +412,7 @@ export type Prev = {
412
412
  /**
413
413
  * The payload of the event, if requested.
414
414
  */
415
- export type OneHundredAndFortySix = {
415
+ export type OneHundredAndFortySeven = {
416
416
  id: string;
417
417
  slug?: string | undefined;
418
418
  name?: string | undefined;
@@ -422,26 +422,26 @@ export type OneHundredAndFortySix = {
422
422
  /**
423
423
  * The payload of the event, if requested.
424
424
  */
425
- export type OneHundredAndFortyFive = {
425
+ export type OneHundredAndFortySix = {
426
426
  id: string;
427
427
  slug: string;
428
428
  name: string;
429
429
  };
430
- export declare const UserEventPayload144Action: {
430
+ export declare const UserEventPayload145Action: {
431
431
  readonly Enable: "enable";
432
432
  readonly Disable: "disable";
433
433
  };
434
- export type UserEventPayload144Action = ClosedEnum<typeof UserEventPayload144Action>;
434
+ export type UserEventPayload145Action = ClosedEnum<typeof UserEventPayload145Action>;
435
435
  /**
436
436
  * The payload of the event, if requested.
437
437
  */
438
- export type OneHundredAndFortyFour = {
439
- action: UserEventPayload144Action;
438
+ export type OneHundredAndFortyFive = {
439
+ action: UserEventPayload145Action;
440
440
  };
441
441
  /**
442
442
  * The payload of the event, if requested.
443
443
  */
444
- export type OneHundredAndFortyThree = {
444
+ export type OneHundredAndFortyFour = {
445
445
  edgeConfigId: string;
446
446
  edgeConfigSlug: string;
447
447
  /**
@@ -452,7 +452,7 @@ export type OneHundredAndFortyThree = {
452
452
  /**
453
453
  * The payload of the event, if requested.
454
454
  */
455
- export type OneHundredAndFortyTwo = {
455
+ export type OneHundredAndFortyThree = {
456
456
  edgeConfigId: string;
457
457
  edgeConfigSlug: string;
458
458
  edgeConfigTokenId: string;
@@ -461,7 +461,7 @@ export type OneHundredAndFortyTwo = {
461
461
  /**
462
462
  * The payload of the event, if requested.
463
463
  */
464
- export type OneHundredAndFortyOne = {
464
+ export type OneHundredAndFortyTwo = {
465
465
  edgeConfigId: string;
466
466
  edgeConfigSlug: string;
467
467
  edgeConfigDigest: string;
@@ -469,27 +469,27 @@ export type OneHundredAndFortyOne = {
469
469
  /**
470
470
  * The payload of the event, if requested.
471
471
  */
472
- export type OneHundredAndForty = {
472
+ export type OneHundredAndFortyOne = {
473
473
  projectName: string;
474
474
  urls: Array<string>;
475
475
  };
476
476
  /**
477
477
  * The payload of the event, if requested.
478
478
  */
479
- export type OneHundredAndThirtyNine = {
479
+ export type OneHundredAndForty = {
480
480
  projectName: string;
481
481
  tags: Array<string>;
482
482
  target?: string | undefined;
483
483
  };
484
- export declare const UserEventPayload138Role: {
484
+ export declare const UserEventPayload139Role: {
485
485
  readonly Admin: "ADMIN";
486
486
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
487
487
  readonly ProjectViewer: "PROJECT_VIEWER";
488
488
  };
489
- export type UserEventPayload138Role = ClosedEnum<typeof UserEventPayload138Role>;
490
- export type UserEventPayload138Project = {
489
+ export type UserEventPayload139Role = ClosedEnum<typeof UserEventPayload139Role>;
490
+ export type UserEventPayload139Project = {
491
491
  name: string;
492
- role: UserEventPayload138Role;
492
+ role: UserEventPayload139Role;
493
493
  invitedUserName: string;
494
494
  id?: string | undefined;
495
495
  invitedUserId?: string | undefined;
@@ -497,19 +497,19 @@ export type UserEventPayload138Project = {
497
497
  /**
498
498
  * The payload of the event, if requested.
499
499
  */
500
- export type OneHundredAndThirtyEight = {
501
- project: UserEventPayload138Project;
500
+ export type OneHundredAndThirtyNine = {
501
+ project: UserEventPayload139Project;
502
502
  };
503
- export type UserEventPayload137Project = {
503
+ export type UserEventPayload138Project = {
504
504
  id: string;
505
505
  name: string;
506
506
  };
507
- export declare const UserEventPayload137Role: {
507
+ export declare const UserEventPayload138Role: {
508
508
  readonly Admin: "ADMIN";
509
509
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
510
510
  readonly ProjectViewer: "PROJECT_VIEWER";
511
511
  };
512
- export type UserEventPayload137Role = ClosedEnum<typeof UserEventPayload137Role>;
512
+ export type UserEventPayload138Role = ClosedEnum<typeof UserEventPayload138Role>;
513
513
  export declare const PayloadPreviousRole: {
514
514
  readonly Admin: "ADMIN";
515
515
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
@@ -517,7 +517,7 @@ export declare const PayloadPreviousRole: {
517
517
  };
518
518
  export type PayloadPreviousRole = ClosedEnum<typeof PayloadPreviousRole>;
519
519
  export type PayloadProjectMembership = {
520
- role?: UserEventPayload137Role | undefined;
520
+ role?: UserEventPayload138Role | undefined;
521
521
  uid?: string | undefined;
522
522
  createdAt?: number | undefined;
523
523
  username?: string | undefined;
@@ -526,11 +526,11 @@ export type PayloadProjectMembership = {
526
526
  /**
527
527
  * The payload of the event, if requested.
528
528
  */
529
- export type OneHundredAndThirtySeven = {
530
- project: UserEventPayload137Project;
529
+ export type OneHundredAndThirtyEight = {
530
+ project: UserEventPayload138Project;
531
531
  projectMembership: PayloadProjectMembership;
532
532
  };
533
- export type UserEventPayload136Project = {
533
+ export type UserEventPayload137Project = {
534
534
  name: string;
535
535
  id?: string | undefined;
536
536
  };
@@ -549,11 +549,11 @@ export type RemovedMembership = {
549
549
  /**
550
550
  * The payload of the event, if requested.
551
551
  */
552
- export type OneHundredAndThirtySix = {
553
- project: UserEventPayload136Project;
552
+ export type OneHundredAndThirtySeven = {
553
+ project: UserEventPayload137Project;
554
554
  removedMembership: RemovedMembership;
555
555
  };
556
- export type UserEventPayload135Project = {
556
+ export type UserEventPayload136Project = {
557
557
  name: string;
558
558
  id?: string | undefined;
559
559
  };
@@ -572,14 +572,14 @@ export type ProjectMembership = {
572
572
  /**
573
573
  * The payload of the event, if requested.
574
574
  */
575
- export type OneHundredAndThirtyFive = {
576
- project: UserEventPayload135Project;
575
+ export type OneHundredAndThirtySix = {
576
+ project: UserEventPayload136Project;
577
577
  projectMembership: ProjectMembership | null;
578
578
  };
579
579
  /**
580
580
  * The payload of the event, if requested.
581
581
  */
582
- export type OneHundredAndThirtyFour = {
582
+ export type OneHundredAndThirtyFive = {
583
583
  previousProjectName: string;
584
584
  newProjectName: string;
585
585
  originAccountName: string;
@@ -588,7 +588,7 @@ export type OneHundredAndThirtyFour = {
588
588
  /**
589
589
  * The payload of the event, if requested.
590
590
  */
591
- export type OneHundredAndThirtyThree = {
591
+ export type OneHundredAndThirtyFour = {
592
592
  previousProjectName: string;
593
593
  newProjectName: string;
594
594
  destinationAccountName: string;
@@ -597,7 +597,7 @@ export type OneHundredAndThirtyThree = {
597
597
  /**
598
598
  * The payload of the event, if requested.
599
599
  */
600
- export type OneHundredAndThirtyTwo = {
600
+ export type OneHundredAndThirtyThree = {
601
601
  projectName: string;
602
602
  destinationAccountName: string | null;
603
603
  transferId?: string | undefined;
@@ -605,7 +605,7 @@ export type OneHundredAndThirtyTwo = {
605
605
  /**
606
606
  * The payload of the event, if requested.
607
607
  */
608
- export type OneHundredAndThirtyOne = {
608
+ export type OneHundredAndThirtyTwo = {
609
609
  projectId: string;
610
610
  projectName: string;
611
611
  originAccountName: string;
@@ -616,7 +616,7 @@ export type OneHundredAndThirtyOne = {
616
616
  /**
617
617
  * The payload of the event, if requested.
618
618
  */
619
- export type OneHundredAndThirty = {
619
+ export type OneHundredAndThirtyOne = {
620
620
  requestedTeamName: string;
621
621
  requestedUserName?: string | undefined;
622
622
  gitUsername?: string | undefined;
@@ -627,7 +627,7 @@ export type OneHundredAndThirty = {
627
627
  /**
628
628
  * The payload of the event, if requested.
629
629
  */
630
- export type OneHundredAndTwentyNine = {
630
+ export type OneHundredAndThirty = {
631
631
  teamName: string;
632
632
  username?: string | undefined;
633
633
  gitUsername?: string | null | undefined;
@@ -638,7 +638,7 @@ export type OneHundredAndTwentyNine = {
638
638
  /**
639
639
  * The payload of the event, if requested.
640
640
  */
641
- export type OneHundredAndTwentyEight = {
641
+ export type OneHundredAndTwentyNine = {
642
642
  teamName: string;
643
643
  username?: string | undefined;
644
644
  gitUsername?: string | undefined;
@@ -651,21 +651,21 @@ export type OneHundredAndTwentyEight = {
651
651
  /**
652
652
  * The payload of the event, if requested.
653
653
  */
654
- export type OneHundredAndTwentySeven = {
654
+ export type OneHundredAndTwentyEight = {
655
655
  price?: number | undefined;
656
656
  currency?: string | undefined;
657
657
  };
658
658
  /**
659
659
  * The payload of the event, if requested.
660
660
  */
661
- export type OneHundredAndTwentySix = {
661
+ export type OneHundredAndTwentySeven = {
662
662
  previewDeploymentSuffix?: string | null | undefined;
663
663
  previousPreviewDeploymentSuffix?: string | null | undefined;
664
664
  };
665
665
  /**
666
666
  * The payload of the event, if requested.
667
667
  */
668
- export type OneHundredAndTwentyFive = {
668
+ export type OneHundredAndTwentySix = {
669
669
  price?: number | undefined;
670
670
  currency?: string | undefined;
671
671
  enabled?: boolean | undefined;
@@ -673,26 +673,26 @@ export type OneHundredAndTwentyFive = {
673
673
  /**
674
674
  * The payload of the event, if requested.
675
675
  */
676
- export type OneHundredAndTwentyFour = {
676
+ export type OneHundredAndTwentyFive = {
677
677
  username: string;
678
678
  };
679
679
  /**
680
680
  * The payload of the event, if requested.
681
681
  */
682
- export type OneHundredAndTwentyThree = {
682
+ export type OneHundredAndTwentyFour = {
683
683
  email: string;
684
684
  prevEmail: string;
685
685
  };
686
686
  /**
687
687
  * The payload of the event, if requested.
688
688
  */
689
- export type OneHundredAndTwentyTwo = {
689
+ export type OneHundredAndTwentyThree = {
690
690
  mfaEnabled: boolean;
691
691
  };
692
692
  /**
693
693
  * The payload of the event, if requested.
694
694
  */
695
- export type OneHundredAndTwentyOne = {
695
+ export type OneHundredAndTwentyTwo = {
696
696
  enabled: boolean;
697
697
  totpVerified: boolean;
698
698
  };
@@ -707,7 +707,7 @@ export type Next = {
707
707
  /**
708
708
  * The payload of the event, if requested.
709
709
  */
710
- export type OneHundredAndTwenty = {
710
+ export type OneHundredAndTwentyOne = {
711
711
  previous: Previous;
712
712
  next: Next;
713
713
  };
@@ -720,7 +720,7 @@ export type PayloadRemoteCaching = {
720
720
  /**
721
721
  * The payload of the event, if requested.
722
722
  */
723
- export type OneHundredAndNineteen = {
723
+ export type OneHundredAndTwenty = {
724
724
  /**
725
725
  * Represents configuration for remote caching
726
726
  */
@@ -729,31 +729,31 @@ export type OneHundredAndNineteen = {
729
729
  /**
730
730
  * The payload of the event, if requested.
731
731
  */
732
- export type OneHundredAndEighteen = {
732
+ export type OneHundredAndNineteen = {
733
733
  slug?: string | undefined;
734
734
  };
735
735
  /**
736
736
  * The payload of the event, if requested.
737
737
  */
738
- export type OneHundredAndSeventeen = {
738
+ export type OneHundredAndEighteen = {
739
739
  name?: string | undefined;
740
740
  };
741
741
  /**
742
742
  * The payload of the event, if requested.
743
743
  */
744
- export type OneHundredAndSixteen = {
744
+ export type OneHundredAndSeventeen = {
745
745
  enforced: boolean;
746
746
  };
747
- export type UserEventPayload115User = {
747
+ export type UserEventPayload116User = {
748
748
  id: string;
749
749
  username: string;
750
750
  };
751
751
  /**
752
752
  * The payload of the event, if requested.
753
753
  */
754
- export type OneHundredAndFifteen = {
754
+ export type OneHundredAndSixteen = {
755
755
  entitlement: string;
756
- user: UserEventPayload115User;
756
+ user: UserEventPayload116User;
757
757
  previousCanceledAt?: string | undefined;
758
758
  };
759
759
  export type UserEventPayloadUser = {
@@ -763,7 +763,7 @@ export type UserEventPayloadUser = {
763
763
  /**
764
764
  * The payload of the event, if requested.
765
765
  */
766
- export type OneHundredAndFourteen = {
766
+ export type OneHundredAndFifteen = {
767
767
  entitlement: string;
768
768
  user: UserEventPayloadUser;
769
769
  };
@@ -774,7 +774,7 @@ export type UpdatedUser = {
774
774
  /**
775
775
  * The payload of the event, if requested.
776
776
  */
777
- export type OneHundredAndThirteen = {
777
+ export type OneHundredAndFourteen = {
778
778
  directoryType?: string | undefined;
779
779
  updatedUser?: UpdatedUser | undefined;
780
780
  role?: string | undefined;
@@ -784,7 +784,7 @@ export type OneHundredAndThirteen = {
784
784
  /**
785
785
  * The payload of the event, if requested.
786
786
  */
787
- export type OneHundredAndTwelve = {
787
+ export type OneHundredAndThirteen = {
788
788
  role?: string | undefined;
789
789
  uid: string;
790
790
  origin?: string | undefined;
@@ -799,7 +799,7 @@ export type DeletedUser = {
799
799
  /**
800
800
  * The payload of the event, if requested.
801
801
  */
802
- export type OneHundredAndEleven = {
802
+ export type OneHundredAndTwelve = {
803
803
  deletedUser?: DeletedUser | undefined;
804
804
  deletedUid?: string | undefined;
805
805
  githubUsername?: string | null | undefined;
@@ -814,7 +814,7 @@ export type InvitedUser = {
814
814
  /**
815
815
  * The payload of the event, if requested.
816
816
  */
817
- export type OneHundredAndTen = {
817
+ export type OneHundredAndEleven = {
818
818
  directoryType?: string | undefined;
819
819
  ssoType?: string | undefined;
820
820
  invitedUser?: InvitedUser | undefined;
@@ -830,7 +830,7 @@ export type Reasons = {
830
830
  /**
831
831
  * The payload of the event, if requested.
832
832
  */
833
- export type OneHundredAndNine = {
833
+ export type OneHundredAndTen = {
834
834
  slug: string;
835
835
  teamId: string;
836
836
  by: string;
@@ -839,7 +839,7 @@ export type OneHundredAndNine = {
839
839
  /**
840
840
  * The payload of the event, if requested.
841
841
  */
842
- export type OneHundredAndEight = {
842
+ export type OneHundredAndNine = {
843
843
  slug: string;
844
844
  };
845
845
  export type Store = {
@@ -849,7 +849,7 @@ export type Store = {
849
849
  /**
850
850
  * The payload of the event, if requested.
851
851
  */
852
- export type OneHundredAndSeven = {
852
+ export type OneHundredAndEight = {
853
853
  store: Store;
854
854
  ownerId?: string | undefined;
855
855
  };
@@ -861,7 +861,7 @@ export type StoreType = ClosedEnum<typeof StoreType>;
861
861
  /**
862
862
  * The payload of the event, if requested.
863
863
  */
864
- export type OneHundredAndSix = {
864
+ export type OneHundredAndSeven = {
865
865
  storeType: StoreType;
866
866
  };
867
867
  export declare const UserEventPayloadType: {
@@ -875,7 +875,7 @@ export type UserEventPayloadType = ClosedEnum<typeof UserEventPayloadType>;
875
875
  /**
876
876
  * The payload of the event, if requested.
877
877
  */
878
- export type OneHundredAndFive = {
878
+ export type OneHundredAndSix = {
879
879
  id: string;
880
880
  name?: string | undefined;
881
881
  computeUnitsMax?: number | undefined;
@@ -883,6 +883,12 @@ export type OneHundredAndFive = {
883
883
  suspendTimeoutSeconds?: number | undefined;
884
884
  type: UserEventPayloadType;
885
885
  };
886
+ /**
887
+ * The payload of the event, if requested.
888
+ */
889
+ export type OneHundredAndFive = {
890
+ webhookUrl?: string | undefined;
891
+ };
886
892
  /**
887
893
  * The budget type
888
894
  */
@@ -908,13 +914,13 @@ export type PayloadPricingPlan = ClosedEnum<typeof PayloadPricingPlan>;
908
914
  /**
909
915
  * Represents a budget for tracking and notifying teams on their spending.
910
916
  */
911
- export type BudgetItem = {
917
+ export type UserEventPayloadBudget = {
912
918
  /**
913
919
  * The budget type
914
920
  */
915
921
  type: UserEventPayload104Type;
916
922
  /**
917
- * Budget amount
923
+ * Budget amount (USD / dollars)
918
924
  */
919
925
  fixedBudget: number;
920
926
  /**
@@ -962,17 +968,15 @@ export type BudgetItem = {
962
968
  */
963
969
  id: string;
964
970
  };
965
- export type PayloadBudget = {
966
- /**
967
- * Represents a budget for tracking and notifying teams on their spending.
968
- */
969
- budgetItem: BudgetItem;
970
- };
971
971
  /**
972
972
  * The payload of the event, if requested.
973
973
  */
974
974
  export type OneHundredAndFour = {
975
- budget: PayloadBudget;
975
+ /**
976
+ * Represents a budget for tracking and notifying teams on their spending.
977
+ */
978
+ budget: UserEventPayloadBudget;
979
+ webhookUrl?: string | undefined;
976
980
  };
977
981
  /**
978
982
  * The budget type
@@ -999,13 +1003,13 @@ export type PricingPlan = ClosedEnum<typeof PricingPlan>;
999
1003
  /**
1000
1004
  * Represents a budget for tracking and notifying teams on their spending.
1001
1005
  */
1002
- export type Budget = {
1006
+ export type PayloadBudget = {
1003
1007
  /**
1004
1008
  * The budget type
1005
1009
  */
1006
1010
  type: UserEventPayload103Type;
1007
1011
  /**
1008
- * Budget amount
1012
+ * Budget amount (USD / dollars)
1009
1013
  */
1010
1014
  fixedBudget: number;
1011
1015
  /**
@@ -1060,13 +1064,98 @@ export type OneHundredAndThree = {
1060
1064
  /**
1061
1065
  * Represents a budget for tracking and notifying teams on their spending.
1062
1066
  */
1063
- budget: Budget;
1067
+ budget: PayloadBudget;
1068
+ };
1069
+ /**
1070
+ * The budget type
1071
+ */
1072
+ export declare const UserEventPayload102Type: {
1073
+ readonly Fixed: "fixed";
1074
+ };
1075
+ /**
1076
+ * The budget type
1077
+ */
1078
+ export type UserEventPayload102Type = ClosedEnum<typeof UserEventPayload102Type>;
1079
+ /**
1080
+ * The acive pricing plan the team is billed with
1081
+ */
1082
+ export declare const UserEventPayloadPricingPlan: {
1083
+ readonly Plus: "plus";
1084
+ readonly Legacy: "legacy";
1085
+ readonly Unbundled: "unbundled";
1086
+ };
1087
+ /**
1088
+ * The acive pricing plan the team is billed with
1089
+ */
1090
+ export type UserEventPayloadPricingPlan = ClosedEnum<typeof UserEventPayloadPricingPlan>;
1091
+ /**
1092
+ * Represents a budget for tracking and notifying teams on their spending.
1093
+ */
1094
+ export type BudgetItem = {
1095
+ /**
1096
+ * The budget type
1097
+ */
1098
+ type: UserEventPayload102Type;
1099
+ /**
1100
+ * Budget amount (USD / dollars)
1101
+ */
1102
+ fixedBudget: number;
1103
+ /**
1104
+ * Array of the last 3 months of spend data
1105
+ */
1106
+ previousSpend: Array<number>;
1107
+ /**
1108
+ * Array of 50, 75, 100 to keep track of notifications sent out
1109
+ */
1110
+ notifiedAt: Array<number>;
1111
+ /**
1112
+ * Webhook id that corresponds to a webhook in Cosmos webhook collection
1113
+ */
1114
+ webhookId?: string | undefined;
1115
+ /**
1116
+ * Keep track if the webhook has been called for the month
1117
+ */
1118
+ webhookNotified?: boolean | undefined;
1119
+ /**
1120
+ * Date time when budget is created
1121
+ */
1122
+ createdAt: number;
1123
+ /**
1124
+ * Date time when budget is updated last
1125
+ */
1126
+ updatedAt?: number | undefined;
1127
+ /**
1128
+ * Is the budget currently active for a customer
1129
+ */
1130
+ isActive: boolean;
1131
+ /**
1132
+ * Should all projects be paused if budget is exceeded
1133
+ */
1134
+ pauseProjects?: boolean | undefined;
1135
+ /**
1136
+ * The acive pricing plan the team is billed with
1137
+ */
1138
+ pricingPlan?: UserEventPayloadPricingPlan | undefined;
1139
+ /**
1140
+ * Partition key
1141
+ */
1142
+ teamId: string;
1143
+ /**
1144
+ * Sort key that needs to be unique per teamId
1145
+ */
1146
+ id: string;
1147
+ };
1148
+ export type Budget = {
1149
+ /**
1150
+ * Represents a budget for tracking and notifying teams on their spending.
1151
+ */
1152
+ budgetItem: BudgetItem;
1064
1153
  };
1065
1154
  /**
1066
1155
  * The payload of the event, if requested.
1067
1156
  */
1068
1157
  export type OneHundredAndTwo = {
1069
- webhookUrl?: string | undefined;
1158
+ budget: Budget;
1070
1159
  };
1071
1160
  export type ScalingRules = {
1072
1161
  min: number;
@@ -3226,6 +3315,8 @@ export type FiftyThree = {
3226
3315
  sha: string;
3227
3316
  gitUserPlatform: string;
3228
3317
  projectName: string;
3318
+ gitCommitterName: string;
3319
+ source: string;
3229
3320
  };
3230
3321
  /**
3231
3322
  * The payload of the event, if requested.
@@ -3802,7 +3893,7 @@ export type Payload2 = {
3802
3893
  * The payload of the event, if requested.
3803
3894
  */
3804
3895
  export type Payload1 = {};
3805
- export type Payload = SixtySix | SixtyNine | Seventy | Forty | FortyOne | FiftyEight | SixtyFour | SixtySeven | OneHundredAndThirtyOne | OneHundredAndSixtyOne | Payload2 | FortyFive | SixtyEight | OneHundredAndOne | OneHundredAndFortyTwo | Twelve | Sixteen | TwentyNine | Thirty | ThirtyOne | ThirtyTwo | ThirtyNine | FortyEight | FortyNine | Fifty | FiftyThree | FiftyNine | Sixty | SixtyOne | SixtyThree | SeventyFour | SeventyEight | EightyOne | EightyTwo | NinetyTwo | OneHundredAndNine | OneHundredAndThirtyThree | OneHundredAndThirtyFour | OneHundredAndFortyOne | OneHundredAndFortyThree | OneHundredAndFortyFive | OneHundredAndFortyEight | OneHundredAndFiftyEight | OneHundredAndFiftyNine | OneHundredAndSixty | Four | Five | Six | Seventeen | Eighteen | TwentyThree | TwentySeven | ThirtyFour | ThirtyFive | ThirtySix | FortyThree | FortyFour | FortySeven | FiftyFour | SixtyTwo | SixtyFive | SeventySeven | EightyFive | EightySix | EightySeven | EightyNine | Ninety | NinetyOne | NinetyThree | NinetyFour | NinetySeven | NinetyEight | NinetyNine | OneHundredAndFive | OneHundredAndFourteen | OneHundredAndFifteen | OneHundredAndTwenty | OneHundredAndTwentyOne | OneHundredAndTwentyThree | OneHundredAndThirtyTwo | OneHundredAndThirtyFive | OneHundredAndThirtySix | OneHundredAndThirtySeven | OneHundredAndThirtyNine | OneHundredAndForty | OneHundredAndFortySix | OneHundredAndFortySeven | OneHundredAndFortyNine | OneHundredAndFiftyOne | OneHundredAndFiftyTwo | OneHundredAndFiftyThree | OneHundredAndFiftyFive | Three | Fifteen | Twenty | TwentyTwo | TwentyFour | TwentySix | TwentyEight | ThirtyThree | ThirtySeven | ThirtyEight | FortyTwo | FortySix | FiftyOne | FiftyTwo | SeventyOne | SeventyTwo | SeventyThree | SeventyFive | SeventySix | SeventyNine | Eighty | EightyThree | EightyFour | EightyEight | NinetyFive | NinetySix | OneHundred | OneHundredAndThree | OneHundredAndFour | OneHundredAndSix | OneHundredAndSeven | OneHundredAndEight | OneHundredAndTwelve | OneHundredAndThirteen | OneHundredAndSixteen | OneHundredAndTwentyTwo | OneHundredAndTwentyFour | OneHundredAndTwentyEight | OneHundredAndTwentyNine | OneHundredAndThirty | OneHundredAndThirtyEight | OneHundredAndFortyFour | OneHundredAndFifty | OneHundredAndFiftyFour | OneHundredAndFiftySix | OneHundredAndFiftySeven | Payload1 | Seven | Eight | Nine | Ten | Eleven | Thirteen | Fourteen | Nineteen | TwentyOne | TwentyFive | FiftyFive | FiftySix | FiftySeven | OneHundredAndTwo | OneHundredAndTen | OneHundredAndEleven | OneHundredAndSeventeen | OneHundredAndEighteen | OneHundredAndNineteen | OneHundredAndTwentyFive | OneHundredAndTwentySix | OneHundredAndTwentySeven;
3896
+ export type Payload = SixtySix | SixtyNine | Seventy | Forty | FortyOne | FiftyThree | FiftyEight | SixtyFour | SixtySeven | OneHundredAndThirtyTwo | OneHundredAndSixtyTwo | Payload2 | FortyFive | SixtyEight | OneHundredAndOne | OneHundredAndFortyThree | Twelve | Sixteen | TwentyNine | Thirty | ThirtyOne | ThirtyTwo | ThirtyNine | FortyEight | FortyNine | Fifty | FiftyNine | Sixty | SixtyOne | SixtyThree | SeventyFour | SeventyEight | EightyOne | EightyTwo | NinetyTwo | OneHundredAndTen | OneHundredAndThirtyFour | OneHundredAndThirtyFive | OneHundredAndFortyTwo | OneHundredAndFortyFour | OneHundredAndFortySix | OneHundredAndFortyNine | OneHundredAndFiftyNine | OneHundredAndSixty | OneHundredAndSixtyOne | Four | Five | Six | Seventeen | Eighteen | TwentyThree | TwentySeven | ThirtyFour | ThirtyFive | ThirtySix | FortyThree | FortyFour | FortySeven | FiftyFour | SixtyTwo | SixtyFive | SeventySeven | EightyFive | EightySix | EightySeven | EightyNine | Ninety | NinetyOne | NinetyThree | NinetyFour | NinetySeven | NinetyEight | NinetyNine | OneHundredAndSix | OneHundredAndFifteen | OneHundredAndSixteen | OneHundredAndTwentyOne | OneHundredAndTwentyTwo | OneHundredAndTwentyFour | OneHundredAndThirtyThree | OneHundredAndThirtySix | OneHundredAndThirtySeven | OneHundredAndThirtyEight | OneHundredAndForty | OneHundredAndFortyOne | OneHundredAndFortySeven | OneHundredAndFortyEight | OneHundredAndFifty | OneHundredAndFiftyTwo | OneHundredAndFiftyThree | OneHundredAndFiftyFour | OneHundredAndFiftySix | Three | Fifteen | Twenty | TwentyTwo | TwentyFour | TwentySix | TwentyEight | ThirtyThree | ThirtySeven | ThirtyEight | FortyTwo | FortySix | FiftyOne | FiftyTwo | SeventyOne | SeventyTwo | SeventyThree | SeventyFive | SeventySix | SeventyNine | Eighty | EightyThree | EightyFour | EightyEight | NinetyFive | NinetySix | OneHundred | OneHundredAndTwo | OneHundredAndThree | OneHundredAndFour | OneHundredAndSeven | OneHundredAndEight | OneHundredAndNine | OneHundredAndThirteen | OneHundredAndFourteen | OneHundredAndSeventeen | OneHundredAndTwentyThree | OneHundredAndTwentyFive | OneHundredAndTwentyNine | OneHundredAndThirty | OneHundredAndThirtyOne | OneHundredAndThirtyNine | OneHundredAndFortyFive | OneHundredAndFiftyOne | OneHundredAndFiftyFive | OneHundredAndFiftySeven | OneHundredAndFiftyEight | Payload1 | Seven | Eight | Nine | Ten | Eleven | Thirteen | Fourteen | Nineteen | TwentyOne | TwentyFive | FiftyFive | FiftySix | FiftySeven | OneHundredAndFive | OneHundredAndEleven | OneHundredAndTwelve | OneHundredAndEighteen | OneHundredAndNineteen | OneHundredAndTwenty | OneHundredAndTwentySix | OneHundredAndTwentySeven | OneHundredAndTwentyEight;
3806
3897
  /**
3807
3898
  * Array of events generated by the User.
3808
3899
  */
@@ -3844,7 +3935,7 @@ export type UserEvent = {
3844
3935
  * If the principal delegated its authority (for example, a user delegating to an app), then this array contains the ID of the current actor. For example, if `principalId` is "user123" and `viaIds` is `["app456"]`, we can say the event was triggered by - "app456 on behalf of user123", or - "user123 via app4556". Both are equivalent. Arbitrarily long chains of delegation can be represented. For example, if `principalId` is "user123" and `viaIds` is `["service1", "service2"]`, we can say the event was triggered by "user123 via service1 via service2".
3845
3936
  */
3846
3937
  viaIds?: Array<string> | undefined;
3847
- payload?: SixtySix | SixtyNine | Seventy | Forty | FortyOne | FiftyEight | SixtyFour | SixtySeven | OneHundredAndThirtyOne | OneHundredAndSixtyOne | Payload2 | FortyFive | SixtyEight | OneHundredAndOne | OneHundredAndFortyTwo | Twelve | Sixteen | TwentyNine | Thirty | ThirtyOne | ThirtyTwo | ThirtyNine | FortyEight | FortyNine | Fifty | FiftyThree | FiftyNine | Sixty | SixtyOne | SixtyThree | SeventyFour | SeventyEight | EightyOne | EightyTwo | NinetyTwo | OneHundredAndNine | OneHundredAndThirtyThree | OneHundredAndThirtyFour | OneHundredAndFortyOne | OneHundredAndFortyThree | OneHundredAndFortyFive | OneHundredAndFortyEight | OneHundredAndFiftyEight | OneHundredAndFiftyNine | OneHundredAndSixty | Four | Five | Six | Seventeen | Eighteen | TwentyThree | TwentySeven | ThirtyFour | ThirtyFive | ThirtySix | FortyThree | FortyFour | FortySeven | FiftyFour | SixtyTwo | SixtyFive | SeventySeven | EightyFive | EightySix | EightySeven | EightyNine | Ninety | NinetyOne | NinetyThree | NinetyFour | NinetySeven | NinetyEight | NinetyNine | OneHundredAndFive | OneHundredAndFourteen | OneHundredAndFifteen | OneHundredAndTwenty | OneHundredAndTwentyOne | OneHundredAndTwentyThree | OneHundredAndThirtyTwo | OneHundredAndThirtyFive | OneHundredAndThirtySix | OneHundredAndThirtySeven | OneHundredAndThirtyNine | OneHundredAndForty | OneHundredAndFortySix | OneHundredAndFortySeven | OneHundredAndFortyNine | OneHundredAndFiftyOne | OneHundredAndFiftyTwo | OneHundredAndFiftyThree | OneHundredAndFiftyFive | Three | Fifteen | Twenty | TwentyTwo | TwentyFour | TwentySix | TwentyEight | ThirtyThree | ThirtySeven | ThirtyEight | FortyTwo | FortySix | FiftyOne | FiftyTwo | SeventyOne | SeventyTwo | SeventyThree | SeventyFive | SeventySix | SeventyNine | Eighty | EightyThree | EightyFour | EightyEight | NinetyFive | NinetySix | OneHundred | OneHundredAndThree | OneHundredAndFour | OneHundredAndSix | OneHundredAndSeven | OneHundredAndEight | OneHundredAndTwelve | OneHundredAndThirteen | OneHundredAndSixteen | OneHundredAndTwentyTwo | OneHundredAndTwentyFour | OneHundredAndTwentyEight | OneHundredAndTwentyNine | OneHundredAndThirty | OneHundredAndThirtyEight | OneHundredAndFortyFour | OneHundredAndFifty | OneHundredAndFiftyFour | OneHundredAndFiftySix | OneHundredAndFiftySeven | Payload1 | Seven | Eight | Nine | Ten | Eleven | Thirteen | Fourteen | Nineteen | TwentyOne | TwentyFive | FiftyFive | FiftySix | FiftySeven | OneHundredAndTwo | OneHundredAndTen | OneHundredAndEleven | OneHundredAndSeventeen | OneHundredAndEighteen | OneHundredAndNineteen | OneHundredAndTwentyFive | OneHundredAndTwentySix | OneHundredAndTwentySeven | undefined;
3938
+ payload?: SixtySix | SixtyNine | Seventy | Forty | FortyOne | FiftyThree | FiftyEight | SixtyFour | SixtySeven | OneHundredAndThirtyTwo | OneHundredAndSixtyTwo | Payload2 | FortyFive | SixtyEight | OneHundredAndOne | OneHundredAndFortyThree | Twelve | Sixteen | TwentyNine | Thirty | ThirtyOne | ThirtyTwo | ThirtyNine | FortyEight | FortyNine | Fifty | FiftyNine | Sixty | SixtyOne | SixtyThree | SeventyFour | SeventyEight | EightyOne | EightyTwo | NinetyTwo | OneHundredAndTen | OneHundredAndThirtyFour | OneHundredAndThirtyFive | OneHundredAndFortyTwo | OneHundredAndFortyFour | OneHundredAndFortySix | OneHundredAndFortyNine | OneHundredAndFiftyNine | OneHundredAndSixty | OneHundredAndSixtyOne | Four | Five | Six | Seventeen | Eighteen | TwentyThree | TwentySeven | ThirtyFour | ThirtyFive | ThirtySix | FortyThree | FortyFour | FortySeven | FiftyFour | SixtyTwo | SixtyFive | SeventySeven | EightyFive | EightySix | EightySeven | EightyNine | Ninety | NinetyOne | NinetyThree | NinetyFour | NinetySeven | NinetyEight | NinetyNine | OneHundredAndSix | OneHundredAndFifteen | OneHundredAndSixteen | OneHundredAndTwentyOne | OneHundredAndTwentyTwo | OneHundredAndTwentyFour | OneHundredAndThirtyThree | OneHundredAndThirtySix | OneHundredAndThirtySeven | OneHundredAndThirtyEight | OneHundredAndForty | OneHundredAndFortyOne | OneHundredAndFortySeven | OneHundredAndFortyEight | OneHundredAndFifty | OneHundredAndFiftyTwo | OneHundredAndFiftyThree | OneHundredAndFiftyFour | OneHundredAndFiftySix | Three | Fifteen | Twenty | TwentyTwo | TwentyFour | TwentySix | TwentyEight | ThirtyThree | ThirtySeven | ThirtyEight | FortyTwo | FortySix | FiftyOne | FiftyTwo | SeventyOne | SeventyTwo | SeventyThree | SeventyFive | SeventySix | SeventyNine | Eighty | EightyThree | EightyFour | EightyEight | NinetyFive | NinetySix | OneHundred | OneHundredAndTwo | OneHundredAndThree | OneHundredAndFour | OneHundredAndSeven | OneHundredAndEight | OneHundredAndNine | OneHundredAndThirteen | OneHundredAndFourteen | OneHundredAndSeventeen | OneHundredAndTwentyThree | OneHundredAndTwentyFive | OneHundredAndTwentyNine | OneHundredAndThirty | OneHundredAndThirtyOne | OneHundredAndThirtyNine | OneHundredAndFortyFive | OneHundredAndFiftyOne | OneHundredAndFiftyFive | OneHundredAndFiftySeven | OneHundredAndFiftyEight | Payload1 | Seven | Eight | Nine | Ten | Eleven | Thirteen | Fourteen | Nineteen | TwentyOne | TwentyFive | FiftyFive | FiftySix | FiftySeven | OneHundredAndFive | OneHundredAndEleven | OneHundredAndTwelve | OneHundredAndEighteen | OneHundredAndNineteen | OneHundredAndTwenty | OneHundredAndTwentySix | OneHundredAndTwentySeven | OneHundredAndTwentyEight | undefined;
3848
3939
  };
3849
3940
  /** @internal */
3850
3941
  export declare const UserEventType$inboundSchema: z.ZodNativeEnum<typeof UserEventType>;
@@ -4233,9 +4324,9 @@ export declare namespace AuthMethod$ {
4233
4324
  }>;
4234
4325
  }
4235
4326
  /** @internal */
4236
- export declare const OneHundredAndSixtyOne$inboundSchema: z.ZodType<OneHundredAndSixtyOne, z.ZodTypeDef, unknown>;
4327
+ export declare const OneHundredAndSixtyTwo$inboundSchema: z.ZodType<OneHundredAndSixtyTwo, z.ZodTypeDef, unknown>;
4237
4328
  /** @internal */
4238
- export type OneHundredAndSixtyOne$Outbound = {
4329
+ export type OneHundredAndSixtyTwo$Outbound = {
4239
4330
  grantType: string;
4240
4331
  appName: string;
4241
4332
  atTTL: number;
@@ -4244,12 +4335,106 @@ export type OneHundredAndSixtyOne$Outbound = {
4244
4335
  authMethod: string;
4245
4336
  };
4246
4337
  /** @internal */
4247
- export declare const OneHundredAndSixtyOne$outboundSchema: z.ZodType<OneHundredAndSixtyOne$Outbound, z.ZodTypeDef, OneHundredAndSixtyOne>;
4338
+ export declare const OneHundredAndSixtyTwo$outboundSchema: z.ZodType<OneHundredAndSixtyTwo$Outbound, z.ZodTypeDef, OneHundredAndSixtyTwo>;
4248
4339
  /**
4249
4340
  * @internal
4250
4341
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4251
4342
  */
4252
- export declare namespace OneHundredAndSixtyOne$ {
4343
+ export declare namespace OneHundredAndSixtyTwo$ {
4344
+ /** @deprecated use `OneHundredAndSixtyTwo$inboundSchema` instead. */
4345
+ const inboundSchema: z.ZodType<OneHundredAndSixtyTwo, z.ZodTypeDef, unknown>;
4346
+ /** @deprecated use `OneHundredAndSixtyTwo$outboundSchema` instead. */
4347
+ const outboundSchema: z.ZodType<OneHundredAndSixtyTwo$Outbound, z.ZodTypeDef, OneHundredAndSixtyTwo>;
4348
+ /** @deprecated use `OneHundredAndSixtyTwo$Outbound` instead. */
4349
+ type Outbound = OneHundredAndSixtyTwo$Outbound;
4350
+ }
4351
+ export declare function oneHundredAndSixtyTwoToJSON(oneHundredAndSixtyTwo: OneHundredAndSixtyTwo): string;
4352
+ export declare function oneHundredAndSixtyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyTwo, SDKValidationError>;
4353
+ /** @internal */
4354
+ export declare const UserEventPayload161Team$inboundSchema: z.ZodType<UserEventPayload161Team, z.ZodTypeDef, unknown>;
4355
+ /** @internal */
4356
+ export type UserEventPayload161Team$Outbound = {
4357
+ id: string;
4358
+ name: string;
4359
+ };
4360
+ /** @internal */
4361
+ export declare const UserEventPayload161Team$outboundSchema: z.ZodType<UserEventPayload161Team$Outbound, z.ZodTypeDef, UserEventPayload161Team>;
4362
+ /**
4363
+ * @internal
4364
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4365
+ */
4366
+ export declare namespace UserEventPayload161Team$ {
4367
+ /** @deprecated use `UserEventPayload161Team$inboundSchema` instead. */
4368
+ const inboundSchema: z.ZodType<UserEventPayload161Team, z.ZodTypeDef, unknown>;
4369
+ /** @deprecated use `UserEventPayload161Team$outboundSchema` instead. */
4370
+ const outboundSchema: z.ZodType<UserEventPayload161Team$Outbound, z.ZodTypeDef, UserEventPayload161Team>;
4371
+ /** @deprecated use `UserEventPayload161Team$Outbound` instead. */
4372
+ type Outbound = UserEventPayload161Team$Outbound;
4373
+ }
4374
+ export declare function userEventPayload161TeamToJSON(userEventPayload161Team: UserEventPayload161Team): string;
4375
+ export declare function userEventPayload161TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload161Team, SDKValidationError>;
4376
+ /** @internal */
4377
+ export declare const UserEventPayload161Configuration$inboundSchema: z.ZodType<UserEventPayload161Configuration, z.ZodTypeDef, unknown>;
4378
+ /** @internal */
4379
+ export type UserEventPayload161Configuration$Outbound = {
4380
+ id: string;
4381
+ name?: string | undefined;
4382
+ };
4383
+ /** @internal */
4384
+ export declare const UserEventPayload161Configuration$outboundSchema: z.ZodType<UserEventPayload161Configuration$Outbound, z.ZodTypeDef, UserEventPayload161Configuration>;
4385
+ /**
4386
+ * @internal
4387
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4388
+ */
4389
+ export declare namespace UserEventPayload161Configuration$ {
4390
+ /** @deprecated use `UserEventPayload161Configuration$inboundSchema` instead. */
4391
+ const inboundSchema: z.ZodType<UserEventPayload161Configuration, z.ZodTypeDef, unknown>;
4392
+ /** @deprecated use `UserEventPayload161Configuration$outboundSchema` instead. */
4393
+ const outboundSchema: z.ZodType<UserEventPayload161Configuration$Outbound, z.ZodTypeDef, UserEventPayload161Configuration>;
4394
+ /** @deprecated use `UserEventPayload161Configuration$Outbound` instead. */
4395
+ type Outbound = UserEventPayload161Configuration$Outbound;
4396
+ }
4397
+ export declare function userEventPayload161ConfigurationToJSON(userEventPayload161Configuration: UserEventPayload161Configuration): string;
4398
+ export declare function userEventPayload161ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload161Configuration, SDKValidationError>;
4399
+ /** @internal */
4400
+ export declare const UserEventPayloadPeering$inboundSchema: z.ZodType<UserEventPayloadPeering, z.ZodTypeDef, unknown>;
4401
+ /** @internal */
4402
+ export type UserEventPayloadPeering$Outbound = {
4403
+ id: string;
4404
+ name?: string | undefined;
4405
+ };
4406
+ /** @internal */
4407
+ export declare const UserEventPayloadPeering$outboundSchema: z.ZodType<UserEventPayloadPeering$Outbound, z.ZodTypeDef, UserEventPayloadPeering>;
4408
+ /**
4409
+ * @internal
4410
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4411
+ */
4412
+ export declare namespace UserEventPayloadPeering$ {
4413
+ /** @deprecated use `UserEventPayloadPeering$inboundSchema` instead. */
4414
+ const inboundSchema: z.ZodType<UserEventPayloadPeering, z.ZodTypeDef, unknown>;
4415
+ /** @deprecated use `UserEventPayloadPeering$outboundSchema` instead. */
4416
+ const outboundSchema: z.ZodType<UserEventPayloadPeering$Outbound, z.ZodTypeDef, UserEventPayloadPeering>;
4417
+ /** @deprecated use `UserEventPayloadPeering$Outbound` instead. */
4418
+ type Outbound = UserEventPayloadPeering$Outbound;
4419
+ }
4420
+ export declare function userEventPayloadPeeringToJSON(userEventPayloadPeering: UserEventPayloadPeering): string;
4421
+ export declare function userEventPayloadPeeringFromJSON(jsonString: string): SafeParseResult<UserEventPayloadPeering, SDKValidationError>;
4422
+ /** @internal */
4423
+ export declare const OneHundredAndSixtyOne$inboundSchema: z.ZodType<OneHundredAndSixtyOne, z.ZodTypeDef, unknown>;
4424
+ /** @internal */
4425
+ export type OneHundredAndSixtyOne$Outbound = {
4426
+ team: UserEventPayload161Team$Outbound;
4427
+ configuration: UserEventPayload161Configuration$Outbound;
4428
+ peering: UserEventPayloadPeering$Outbound;
4429
+ newName?: string | undefined;
4430
+ };
4431
+ /** @internal */
4432
+ export declare const OneHundredAndSixtyOne$outboundSchema: z.ZodType<OneHundredAndSixtyOne$Outbound, z.ZodTypeDef, OneHundredAndSixtyOne>;
4433
+ /**
4434
+ * @internal
4435
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4436
+ */
4437
+ export declare namespace OneHundredAndSixtyOne$ {
4253
4438
  /** @deprecated use `OneHundredAndSixtyOne$inboundSchema` instead. */
4254
4439
  const inboundSchema: z.ZodType<OneHundredAndSixtyOne, z.ZodTypeDef, unknown>;
4255
4440
  /** @deprecated use `OneHundredAndSixtyOne$outboundSchema` instead. */
@@ -4306,36 +4491,35 @@ export declare namespace UserEventPayload160Configuration$ {
4306
4491
  export declare function userEventPayload160ConfigurationToJSON(userEventPayload160Configuration: UserEventPayload160Configuration): string;
4307
4492
  export declare function userEventPayload160ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload160Configuration, SDKValidationError>;
4308
4493
  /** @internal */
4309
- export declare const UserEventPayloadPeering$inboundSchema: z.ZodType<UserEventPayloadPeering, z.ZodTypeDef, unknown>;
4494
+ export declare const PayloadPeering$inboundSchema: z.ZodType<PayloadPeering, z.ZodTypeDef, unknown>;
4310
4495
  /** @internal */
4311
- export type UserEventPayloadPeering$Outbound = {
4496
+ export type PayloadPeering$Outbound = {
4312
4497
  id: string;
4313
4498
  name?: string | undefined;
4314
4499
  };
4315
4500
  /** @internal */
4316
- export declare const UserEventPayloadPeering$outboundSchema: z.ZodType<UserEventPayloadPeering$Outbound, z.ZodTypeDef, UserEventPayloadPeering>;
4501
+ export declare const PayloadPeering$outboundSchema: z.ZodType<PayloadPeering$Outbound, z.ZodTypeDef, PayloadPeering>;
4317
4502
  /**
4318
4503
  * @internal
4319
4504
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4320
4505
  */
4321
- export declare namespace UserEventPayloadPeering$ {
4322
- /** @deprecated use `UserEventPayloadPeering$inboundSchema` instead. */
4323
- const inboundSchema: z.ZodType<UserEventPayloadPeering, z.ZodTypeDef, unknown>;
4324
- /** @deprecated use `UserEventPayloadPeering$outboundSchema` instead. */
4325
- const outboundSchema: z.ZodType<UserEventPayloadPeering$Outbound, z.ZodTypeDef, UserEventPayloadPeering>;
4326
- /** @deprecated use `UserEventPayloadPeering$Outbound` instead. */
4327
- type Outbound = UserEventPayloadPeering$Outbound;
4506
+ export declare namespace PayloadPeering$ {
4507
+ /** @deprecated use `PayloadPeering$inboundSchema` instead. */
4508
+ const inboundSchema: z.ZodType<PayloadPeering, z.ZodTypeDef, unknown>;
4509
+ /** @deprecated use `PayloadPeering$outboundSchema` instead. */
4510
+ const outboundSchema: z.ZodType<PayloadPeering$Outbound, z.ZodTypeDef, PayloadPeering>;
4511
+ /** @deprecated use `PayloadPeering$Outbound` instead. */
4512
+ type Outbound = PayloadPeering$Outbound;
4328
4513
  }
4329
- export declare function userEventPayloadPeeringToJSON(userEventPayloadPeering: UserEventPayloadPeering): string;
4330
- export declare function userEventPayloadPeeringFromJSON(jsonString: string): SafeParseResult<UserEventPayloadPeering, SDKValidationError>;
4514
+ export declare function payloadPeeringToJSON(payloadPeering: PayloadPeering): string;
4515
+ export declare function payloadPeeringFromJSON(jsonString: string): SafeParseResult<PayloadPeering, SDKValidationError>;
4331
4516
  /** @internal */
4332
4517
  export declare const OneHundredAndSixty$inboundSchema: z.ZodType<OneHundredAndSixty, z.ZodTypeDef, unknown>;
4333
4518
  /** @internal */
4334
4519
  export type OneHundredAndSixty$Outbound = {
4335
4520
  team: UserEventPayload160Team$Outbound;
4336
4521
  configuration: UserEventPayload160Configuration$Outbound;
4337
- peering: UserEventPayloadPeering$Outbound;
4338
- newName?: string | undefined;
4522
+ peering: PayloadPeering$Outbound;
4339
4523
  };
4340
4524
  /** @internal */
4341
4525
  export declare const OneHundredAndSixty$outboundSchema: z.ZodType<OneHundredAndSixty$Outbound, z.ZodTypeDef, OneHundredAndSixty>;
@@ -4400,35 +4584,37 @@ export declare namespace UserEventPayload159Configuration$ {
4400
4584
  export declare function userEventPayload159ConfigurationToJSON(userEventPayload159Configuration: UserEventPayload159Configuration): string;
4401
4585
  export declare function userEventPayload159ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload159Configuration, SDKValidationError>;
4402
4586
  /** @internal */
4403
- export declare const PayloadPeering$inboundSchema: z.ZodType<PayloadPeering, z.ZodTypeDef, unknown>;
4587
+ export declare const Peering$inboundSchema: z.ZodType<Peering, z.ZodTypeDef, unknown>;
4404
4588
  /** @internal */
4405
- export type PayloadPeering$Outbound = {
4589
+ export type Peering$Outbound = {
4406
4590
  id: string;
4407
- name?: string | undefined;
4591
+ accountId: string;
4592
+ region: string;
4593
+ vpcId: string;
4408
4594
  };
4409
4595
  /** @internal */
4410
- export declare const PayloadPeering$outboundSchema: z.ZodType<PayloadPeering$Outbound, z.ZodTypeDef, PayloadPeering>;
4596
+ export declare const Peering$outboundSchema: z.ZodType<Peering$Outbound, z.ZodTypeDef, Peering>;
4411
4597
  /**
4412
4598
  * @internal
4413
4599
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4414
4600
  */
4415
- export declare namespace PayloadPeering$ {
4416
- /** @deprecated use `PayloadPeering$inboundSchema` instead. */
4417
- const inboundSchema: z.ZodType<PayloadPeering, z.ZodTypeDef, unknown>;
4418
- /** @deprecated use `PayloadPeering$outboundSchema` instead. */
4419
- const outboundSchema: z.ZodType<PayloadPeering$Outbound, z.ZodTypeDef, PayloadPeering>;
4420
- /** @deprecated use `PayloadPeering$Outbound` instead. */
4421
- type Outbound = PayloadPeering$Outbound;
4601
+ export declare namespace Peering$ {
4602
+ /** @deprecated use `Peering$inboundSchema` instead. */
4603
+ const inboundSchema: z.ZodType<Peering, z.ZodTypeDef, unknown>;
4604
+ /** @deprecated use `Peering$outboundSchema` instead. */
4605
+ const outboundSchema: z.ZodType<Peering$Outbound, z.ZodTypeDef, Peering>;
4606
+ /** @deprecated use `Peering$Outbound` instead. */
4607
+ type Outbound = Peering$Outbound;
4422
4608
  }
4423
- export declare function payloadPeeringToJSON(payloadPeering: PayloadPeering): string;
4424
- export declare function payloadPeeringFromJSON(jsonString: string): SafeParseResult<PayloadPeering, SDKValidationError>;
4609
+ export declare function peeringToJSON(peering: Peering): string;
4610
+ export declare function peeringFromJSON(jsonString: string): SafeParseResult<Peering, SDKValidationError>;
4425
4611
  /** @internal */
4426
4612
  export declare const OneHundredAndFiftyNine$inboundSchema: z.ZodType<OneHundredAndFiftyNine, z.ZodTypeDef, unknown>;
4427
4613
  /** @internal */
4428
4614
  export type OneHundredAndFiftyNine$Outbound = {
4429
4615
  team: UserEventPayload159Team$Outbound;
4430
4616
  configuration: UserEventPayload159Configuration$Outbound;
4431
- peering: PayloadPeering$Outbound;
4617
+ peering: Peering$Outbound;
4432
4618
  };
4433
4619
  /** @internal */
4434
4620
  export declare const OneHundredAndFiftyNine$outboundSchema: z.ZodType<OneHundredAndFiftyNine$Outbound, z.ZodTypeDef, OneHundredAndFiftyNine>;
@@ -4447,83 +4633,12 @@ export declare namespace OneHundredAndFiftyNine$ {
4447
4633
  export declare function oneHundredAndFiftyNineToJSON(oneHundredAndFiftyNine: OneHundredAndFiftyNine): string;
4448
4634
  export declare function oneHundredAndFiftyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyNine, SDKValidationError>;
4449
4635
  /** @internal */
4450
- export declare const UserEventPayload158Team$inboundSchema: z.ZodType<UserEventPayload158Team, z.ZodTypeDef, unknown>;
4451
- /** @internal */
4452
- export type UserEventPayload158Team$Outbound = {
4453
- id: string;
4454
- name: string;
4455
- };
4456
- /** @internal */
4457
- export declare const UserEventPayload158Team$outboundSchema: z.ZodType<UserEventPayload158Team$Outbound, z.ZodTypeDef, UserEventPayload158Team>;
4458
- /**
4459
- * @internal
4460
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4461
- */
4462
- export declare namespace UserEventPayload158Team$ {
4463
- /** @deprecated use `UserEventPayload158Team$inboundSchema` instead. */
4464
- const inboundSchema: z.ZodType<UserEventPayload158Team, z.ZodTypeDef, unknown>;
4465
- /** @deprecated use `UserEventPayload158Team$outboundSchema` instead. */
4466
- const outboundSchema: z.ZodType<UserEventPayload158Team$Outbound, z.ZodTypeDef, UserEventPayload158Team>;
4467
- /** @deprecated use `UserEventPayload158Team$Outbound` instead. */
4468
- type Outbound = UserEventPayload158Team$Outbound;
4469
- }
4470
- export declare function userEventPayload158TeamToJSON(userEventPayload158Team: UserEventPayload158Team): string;
4471
- export declare function userEventPayload158TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload158Team, SDKValidationError>;
4472
- /** @internal */
4473
- export declare const UserEventPayload158Configuration$inboundSchema: z.ZodType<UserEventPayload158Configuration, z.ZodTypeDef, unknown>;
4474
- /** @internal */
4475
- export type UserEventPayload158Configuration$Outbound = {
4476
- id: string;
4477
- name?: string | undefined;
4478
- };
4479
- /** @internal */
4480
- export declare const UserEventPayload158Configuration$outboundSchema: z.ZodType<UserEventPayload158Configuration$Outbound, z.ZodTypeDef, UserEventPayload158Configuration>;
4481
- /**
4482
- * @internal
4483
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4484
- */
4485
- export declare namespace UserEventPayload158Configuration$ {
4486
- /** @deprecated use `UserEventPayload158Configuration$inboundSchema` instead. */
4487
- const inboundSchema: z.ZodType<UserEventPayload158Configuration, z.ZodTypeDef, unknown>;
4488
- /** @deprecated use `UserEventPayload158Configuration$outboundSchema` instead. */
4489
- const outboundSchema: z.ZodType<UserEventPayload158Configuration$Outbound, z.ZodTypeDef, UserEventPayload158Configuration>;
4490
- /** @deprecated use `UserEventPayload158Configuration$Outbound` instead. */
4491
- type Outbound = UserEventPayload158Configuration$Outbound;
4492
- }
4493
- export declare function userEventPayload158ConfigurationToJSON(userEventPayload158Configuration: UserEventPayload158Configuration): string;
4494
- export declare function userEventPayload158ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload158Configuration, SDKValidationError>;
4495
- /** @internal */
4496
- export declare const Peering$inboundSchema: z.ZodType<Peering, z.ZodTypeDef, unknown>;
4497
- /** @internal */
4498
- export type Peering$Outbound = {
4499
- id: string;
4500
- accountId: string;
4501
- region: string;
4502
- vpcId: string;
4503
- };
4504
- /** @internal */
4505
- export declare const Peering$outboundSchema: z.ZodType<Peering$Outbound, z.ZodTypeDef, Peering>;
4506
- /**
4507
- * @internal
4508
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4509
- */
4510
- export declare namespace Peering$ {
4511
- /** @deprecated use `Peering$inboundSchema` instead. */
4512
- const inboundSchema: z.ZodType<Peering, z.ZodTypeDef, unknown>;
4513
- /** @deprecated use `Peering$outboundSchema` instead. */
4514
- const outboundSchema: z.ZodType<Peering$Outbound, z.ZodTypeDef, Peering>;
4515
- /** @deprecated use `Peering$Outbound` instead. */
4516
- type Outbound = Peering$Outbound;
4517
- }
4518
- export declare function peeringToJSON(peering: Peering): string;
4519
- export declare function peeringFromJSON(jsonString: string): SafeParseResult<Peering, SDKValidationError>;
4520
- /** @internal */
4521
4636
  export declare const OneHundredAndFiftyEight$inboundSchema: z.ZodType<OneHundredAndFiftyEight, z.ZodTypeDef, unknown>;
4522
4637
  /** @internal */
4523
4638
  export type OneHundredAndFiftyEight$Outbound = {
4524
- team: UserEventPayload158Team$Outbound;
4525
- configuration: UserEventPayload158Configuration$Outbound;
4526
- peering: Peering$Outbound;
4639
+ appName: string;
4640
+ appId?: string | undefined;
4641
+ installationId?: string | undefined;
4527
4642
  };
4528
4643
  /** @internal */
4529
4644
  export declare const OneHundredAndFiftyEight$outboundSchema: z.ZodType<OneHundredAndFiftyEight$Outbound, z.ZodTypeDef, OneHundredAndFiftyEight>;
@@ -4547,7 +4662,6 @@ export declare const OneHundredAndFiftySeven$inboundSchema: z.ZodType<OneHundred
4547
4662
  export type OneHundredAndFiftySeven$Outbound = {
4548
4663
  appName: string;
4549
4664
  appId?: string | undefined;
4550
- installationId?: string | undefined;
4551
4665
  };
4552
4666
  /** @internal */
4553
4667
  export declare const OneHundredAndFiftySeven$outboundSchema: z.ZodType<OneHundredAndFiftySeven$Outbound, z.ZodTypeDef, OneHundredAndFiftySeven>;
@@ -4570,7 +4684,7 @@ export declare const OneHundredAndFiftySix$inboundSchema: z.ZodType<OneHundredAn
4570
4684
  /** @internal */
4571
4685
  export type OneHundredAndFiftySix$Outbound = {
4572
4686
  appName: string;
4573
- appId?: string | undefined;
4687
+ appId: string;
4574
4688
  };
4575
4689
  /** @internal */
4576
4690
  export declare const OneHundredAndFiftySix$outboundSchema: z.ZodType<OneHundredAndFiftySix$Outbound, z.ZodTypeDef, OneHundredAndFiftySix>;
@@ -4593,7 +4707,6 @@ export declare const OneHundredAndFiftyFive$inboundSchema: z.ZodType<OneHundredA
4593
4707
  /** @internal */
4594
4708
  export type OneHundredAndFiftyFive$Outbound = {
4595
4709
  appName: string;
4596
- appId: string;
4597
4710
  };
4598
4711
  /** @internal */
4599
4712
  export declare const OneHundredAndFiftyFive$outboundSchema: z.ZodType<OneHundredAndFiftyFive$Outbound, z.ZodTypeDef, OneHundredAndFiftyFive>;
@@ -4616,6 +4729,7 @@ export declare const OneHundredAndFiftyFour$inboundSchema: z.ZodType<OneHundredA
4616
4729
  /** @internal */
4617
4730
  export type OneHundredAndFiftyFour$Outbound = {
4618
4731
  appName: string;
4732
+ nextScopes: Array<string>;
4619
4733
  };
4620
4734
  /** @internal */
4621
4735
  export declare const OneHundredAndFiftyFour$outboundSchema: z.ZodType<OneHundredAndFiftyFour$Outbound, z.ZodTypeDef, OneHundredAndFiftyFour>;
@@ -4638,7 +4752,7 @@ export declare const OneHundredAndFiftyThree$inboundSchema: z.ZodType<OneHundred
4638
4752
  /** @internal */
4639
4753
  export type OneHundredAndFiftyThree$Outbound = {
4640
4754
  appName: string;
4641
- nextScopes: Array<string>;
4755
+ scopes: Array<string>;
4642
4756
  };
4643
4757
  /** @internal */
4644
4758
  export declare const OneHundredAndFiftyThree$outboundSchema: z.ZodType<OneHundredAndFiftyThree$Outbound, z.ZodTypeDef, OneHundredAndFiftyThree>;
@@ -4660,8 +4774,8 @@ export declare function oneHundredAndFiftyThreeFromJSON(jsonString: string): Saf
4660
4774
  export declare const OneHundredAndFiftyTwo$inboundSchema: z.ZodType<OneHundredAndFiftyTwo, z.ZodTypeDef, unknown>;
4661
4775
  /** @internal */
4662
4776
  export type OneHundredAndFiftyTwo$Outbound = {
4663
- appName: string;
4664
- scopes: Array<string>;
4777
+ oldName: string;
4778
+ newName: string;
4665
4779
  };
4666
4780
  /** @internal */
4667
4781
  export declare const OneHundredAndFiftyTwo$outboundSchema: z.ZodType<OneHundredAndFiftyTwo$Outbound, z.ZodTypeDef, OneHundredAndFiftyTwo>;
@@ -4680,29 +4794,6 @@ export declare namespace OneHundredAndFiftyTwo$ {
4680
4794
  export declare function oneHundredAndFiftyTwoToJSON(oneHundredAndFiftyTwo: OneHundredAndFiftyTwo): string;
4681
4795
  export declare function oneHundredAndFiftyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyTwo, SDKValidationError>;
4682
4796
  /** @internal */
4683
- export declare const OneHundredAndFiftyOne$inboundSchema: z.ZodType<OneHundredAndFiftyOne, z.ZodTypeDef, unknown>;
4684
- /** @internal */
4685
- export type OneHundredAndFiftyOne$Outbound = {
4686
- oldName: string;
4687
- newName: string;
4688
- };
4689
- /** @internal */
4690
- export declare const OneHundredAndFiftyOne$outboundSchema: z.ZodType<OneHundredAndFiftyOne$Outbound, z.ZodTypeDef, OneHundredAndFiftyOne>;
4691
- /**
4692
- * @internal
4693
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4694
- */
4695
- export declare namespace OneHundredAndFiftyOne$ {
4696
- /** @deprecated use `OneHundredAndFiftyOne$inboundSchema` instead. */
4697
- const inboundSchema: z.ZodType<OneHundredAndFiftyOne, z.ZodTypeDef, unknown>;
4698
- /** @deprecated use `OneHundredAndFiftyOne$outboundSchema` instead. */
4699
- const outboundSchema: z.ZodType<OneHundredAndFiftyOne$Outbound, z.ZodTypeDef, OneHundredAndFiftyOne>;
4700
- /** @deprecated use `OneHundredAndFiftyOne$Outbound` instead. */
4701
- type Outbound = OneHundredAndFiftyOne$Outbound;
4702
- }
4703
- export declare function oneHundredAndFiftyOneToJSON(oneHundredAndFiftyOne: OneHundredAndFiftyOne): string;
4704
- export declare function oneHundredAndFiftyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyOne, SDKValidationError>;
4705
- /** @internal */
4706
4797
  export declare const Tier$inboundSchema: z.ZodNativeEnum<typeof Tier>;
4707
4798
  /** @internal */
4708
4799
  export declare const Tier$outboundSchema: z.ZodNativeEnum<typeof Tier>;
@@ -4723,27 +4814,27 @@ export declare namespace Tier$ {
4723
4814
  }>;
4724
4815
  }
4725
4816
  /** @internal */
4726
- export declare const OneHundredAndFifty$inboundSchema: z.ZodType<OneHundredAndFifty, z.ZodTypeDef, unknown>;
4817
+ export declare const OneHundredAndFiftyOne$inboundSchema: z.ZodType<OneHundredAndFiftyOne, z.ZodTypeDef, unknown>;
4727
4818
  /** @internal */
4728
- export type OneHundredAndFifty$Outbound = {
4819
+ export type OneHundredAndFiftyOne$Outbound = {
4729
4820
  tier: string;
4730
4821
  };
4731
4822
  /** @internal */
4732
- export declare const OneHundredAndFifty$outboundSchema: z.ZodType<OneHundredAndFifty$Outbound, z.ZodTypeDef, OneHundredAndFifty>;
4823
+ export declare const OneHundredAndFiftyOne$outboundSchema: z.ZodType<OneHundredAndFiftyOne$Outbound, z.ZodTypeDef, OneHundredAndFiftyOne>;
4733
4824
  /**
4734
4825
  * @internal
4735
4826
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4736
4827
  */
4737
- export declare namespace OneHundredAndFifty$ {
4738
- /** @deprecated use `OneHundredAndFifty$inboundSchema` instead. */
4739
- const inboundSchema: z.ZodType<OneHundredAndFifty, z.ZodTypeDef, unknown>;
4740
- /** @deprecated use `OneHundredAndFifty$outboundSchema` instead. */
4741
- const outboundSchema: z.ZodType<OneHundredAndFifty$Outbound, z.ZodTypeDef, OneHundredAndFifty>;
4742
- /** @deprecated use `OneHundredAndFifty$Outbound` instead. */
4743
- type Outbound = OneHundredAndFifty$Outbound;
4828
+ export declare namespace OneHundredAndFiftyOne$ {
4829
+ /** @deprecated use `OneHundredAndFiftyOne$inboundSchema` instead. */
4830
+ const inboundSchema: z.ZodType<OneHundredAndFiftyOne, z.ZodTypeDef, unknown>;
4831
+ /** @deprecated use `OneHundredAndFiftyOne$outboundSchema` instead. */
4832
+ const outboundSchema: z.ZodType<OneHundredAndFiftyOne$Outbound, z.ZodTypeDef, OneHundredAndFiftyOne>;
4833
+ /** @deprecated use `OneHundredAndFiftyOne$Outbound` instead. */
4834
+ type Outbound = OneHundredAndFiftyOne$Outbound;
4744
4835
  }
4745
- export declare function oneHundredAndFiftyToJSON(oneHundredAndFifty: OneHundredAndFifty): string;
4746
- export declare function oneHundredAndFiftyFromJSON(jsonString: string): SafeParseResult<OneHundredAndFifty, SDKValidationError>;
4836
+ export declare function oneHundredAndFiftyOneToJSON(oneHundredAndFiftyOne: OneHundredAndFiftyOne): string;
4837
+ export declare function oneHundredAndFiftyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyOne, SDKValidationError>;
4747
4838
  /** @internal */
4748
4839
  export declare const ProjectWebAnalytics$inboundSchema: z.ZodType<ProjectWebAnalytics, z.ZodTypeDef, unknown>;
4749
4840
  /** @internal */
@@ -4797,30 +4888,30 @@ export declare namespace PrevProjectWebAnalytics$ {
4797
4888
  export declare function prevProjectWebAnalyticsToJSON(prevProjectWebAnalytics: PrevProjectWebAnalytics): string;
4798
4889
  export declare function prevProjectWebAnalyticsFromJSON(jsonString: string): SafeParseResult<PrevProjectWebAnalytics, SDKValidationError>;
4799
4890
  /** @internal */
4800
- export declare const OneHundredAndFortyNine$inboundSchema: z.ZodType<OneHundredAndFortyNine, z.ZodTypeDef, unknown>;
4891
+ export declare const OneHundredAndFifty$inboundSchema: z.ZodType<OneHundredAndFifty, z.ZodTypeDef, unknown>;
4801
4892
  /** @internal */
4802
- export type OneHundredAndFortyNine$Outbound = {
4893
+ export type OneHundredAndFifty$Outbound = {
4803
4894
  projectId: string;
4804
4895
  projectName: string;
4805
4896
  projectWebAnalytics?: ProjectWebAnalytics$Outbound | undefined;
4806
4897
  prevProjectWebAnalytics?: PrevProjectWebAnalytics$Outbound | null | undefined;
4807
4898
  };
4808
4899
  /** @internal */
4809
- export declare const OneHundredAndFortyNine$outboundSchema: z.ZodType<OneHundredAndFortyNine$Outbound, z.ZodTypeDef, OneHundredAndFortyNine>;
4900
+ export declare const OneHundredAndFifty$outboundSchema: z.ZodType<OneHundredAndFifty$Outbound, z.ZodTypeDef, OneHundredAndFifty>;
4810
4901
  /**
4811
4902
  * @internal
4812
4903
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4813
4904
  */
4814
- export declare namespace OneHundredAndFortyNine$ {
4815
- /** @deprecated use `OneHundredAndFortyNine$inboundSchema` instead. */
4816
- const inboundSchema: z.ZodType<OneHundredAndFortyNine, z.ZodTypeDef, unknown>;
4817
- /** @deprecated use `OneHundredAndFortyNine$outboundSchema` instead. */
4818
- const outboundSchema: z.ZodType<OneHundredAndFortyNine$Outbound, z.ZodTypeDef, OneHundredAndFortyNine>;
4819
- /** @deprecated use `OneHundredAndFortyNine$Outbound` instead. */
4820
- type Outbound = OneHundredAndFortyNine$Outbound;
4905
+ export declare namespace OneHundredAndFifty$ {
4906
+ /** @deprecated use `OneHundredAndFifty$inboundSchema` instead. */
4907
+ const inboundSchema: z.ZodType<OneHundredAndFifty, z.ZodTypeDef, unknown>;
4908
+ /** @deprecated use `OneHundredAndFifty$outboundSchema` instead. */
4909
+ const outboundSchema: z.ZodType<OneHundredAndFifty$Outbound, z.ZodTypeDef, OneHundredAndFifty>;
4910
+ /** @deprecated use `OneHundredAndFifty$Outbound` instead. */
4911
+ type Outbound = OneHundredAndFifty$Outbound;
4821
4912
  }
4822
- export declare function oneHundredAndFortyNineToJSON(oneHundredAndFortyNine: OneHundredAndFortyNine): string;
4823
- export declare function oneHundredAndFortyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyNine, SDKValidationError>;
4913
+ export declare function oneHundredAndFiftyToJSON(oneHundredAndFifty: OneHundredAndFifty): string;
4914
+ export declare function oneHundredAndFiftyFromJSON(jsonString: string): SafeParseResult<OneHundredAndFifty, SDKValidationError>;
4824
4915
  /** @internal */
4825
4916
  export declare const Microfrontends2$inboundSchema: z.ZodType<Microfrontends2, z.ZodTypeDef, unknown>;
4826
4917
  /** @internal */
@@ -4893,29 +4984,29 @@ export declare namespace Microfrontends$ {
4893
4984
  export declare function microfrontendsToJSON(microfrontends: Microfrontends): string;
4894
4985
  export declare function microfrontendsFromJSON(jsonString: string): SafeParseResult<Microfrontends, SDKValidationError>;
4895
4986
  /** @internal */
4896
- export declare const UserEventPayload148Project$inboundSchema: z.ZodType<UserEventPayload148Project, z.ZodTypeDef, unknown>;
4987
+ export declare const UserEventPayload149Project$inboundSchema: z.ZodType<UserEventPayload149Project, z.ZodTypeDef, unknown>;
4897
4988
  /** @internal */
4898
- export type UserEventPayload148Project$Outbound = {
4989
+ export type UserEventPayload149Project$Outbound = {
4899
4990
  id: string;
4900
4991
  name: string;
4901
4992
  microfrontends?: Microfrontends1$Outbound | Microfrontends2$Outbound | undefined;
4902
4993
  };
4903
4994
  /** @internal */
4904
- export declare const UserEventPayload148Project$outboundSchema: z.ZodType<UserEventPayload148Project$Outbound, z.ZodTypeDef, UserEventPayload148Project>;
4995
+ export declare const UserEventPayload149Project$outboundSchema: z.ZodType<UserEventPayload149Project$Outbound, z.ZodTypeDef, UserEventPayload149Project>;
4905
4996
  /**
4906
4997
  * @internal
4907
4998
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4908
4999
  */
4909
- export declare namespace UserEventPayload148Project$ {
4910
- /** @deprecated use `UserEventPayload148Project$inboundSchema` instead. */
4911
- const inboundSchema: z.ZodType<UserEventPayload148Project, z.ZodTypeDef, unknown>;
4912
- /** @deprecated use `UserEventPayload148Project$outboundSchema` instead. */
4913
- const outboundSchema: z.ZodType<UserEventPayload148Project$Outbound, z.ZodTypeDef, UserEventPayload148Project>;
4914
- /** @deprecated use `UserEventPayload148Project$Outbound` instead. */
4915
- type Outbound = UserEventPayload148Project$Outbound;
5000
+ export declare namespace UserEventPayload149Project$ {
5001
+ /** @deprecated use `UserEventPayload149Project$inboundSchema` instead. */
5002
+ const inboundSchema: z.ZodType<UserEventPayload149Project, z.ZodTypeDef, unknown>;
5003
+ /** @deprecated use `UserEventPayload149Project$outboundSchema` instead. */
5004
+ const outboundSchema: z.ZodType<UserEventPayload149Project$Outbound, z.ZodTypeDef, UserEventPayload149Project>;
5005
+ /** @deprecated use `UserEventPayload149Project$Outbound` instead. */
5006
+ type Outbound = UserEventPayload149Project$Outbound;
4916
5007
  }
4917
- export declare function userEventPayload148ProjectToJSON(userEventPayload148Project: UserEventPayload148Project): string;
4918
- export declare function userEventPayload148ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload148Project, SDKValidationError>;
5008
+ export declare function userEventPayload149ProjectToJSON(userEventPayload149Project: UserEventPayload149Project): string;
5009
+ export declare function userEventPayload149ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload149Project, SDKValidationError>;
4919
5010
  /** @internal */
4920
5011
  export declare const UserEventMicrofrontends2$inboundSchema: z.ZodType<UserEventMicrofrontends2, z.ZodTypeDef, unknown>;
4921
5012
  /** @internal */
@@ -4988,32 +5079,32 @@ export declare namespace PayloadMicrofrontends$ {
4988
5079
  export declare function payloadMicrofrontendsToJSON(payloadMicrofrontends: PayloadMicrofrontends): string;
4989
5080
  export declare function payloadMicrofrontendsFromJSON(jsonString: string): SafeParseResult<PayloadMicrofrontends, SDKValidationError>;
4990
5081
  /** @internal */
4991
- export declare const UserEventPayload148PrevProject$inboundSchema: z.ZodType<UserEventPayload148PrevProject, z.ZodTypeDef, unknown>;
5082
+ export declare const UserEventPayload149PrevProject$inboundSchema: z.ZodType<UserEventPayload149PrevProject, z.ZodTypeDef, unknown>;
4992
5083
  /** @internal */
4993
- export type UserEventPayload148PrevProject$Outbound = {
5084
+ export type UserEventPayload149PrevProject$Outbound = {
4994
5085
  microfrontends?: UserEventMicrofrontends1$Outbound | UserEventMicrofrontends2$Outbound | undefined;
4995
5086
  };
4996
5087
  /** @internal */
4997
- export declare const UserEventPayload148PrevProject$outboundSchema: z.ZodType<UserEventPayload148PrevProject$Outbound, z.ZodTypeDef, UserEventPayload148PrevProject>;
5088
+ export declare const UserEventPayload149PrevProject$outboundSchema: z.ZodType<UserEventPayload149PrevProject$Outbound, z.ZodTypeDef, UserEventPayload149PrevProject>;
4998
5089
  /**
4999
5090
  * @internal
5000
5091
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5001
5092
  */
5002
- export declare namespace UserEventPayload148PrevProject$ {
5003
- /** @deprecated use `UserEventPayload148PrevProject$inboundSchema` instead. */
5004
- const inboundSchema: z.ZodType<UserEventPayload148PrevProject, z.ZodTypeDef, unknown>;
5005
- /** @deprecated use `UserEventPayload148PrevProject$outboundSchema` instead. */
5006
- const outboundSchema: z.ZodType<UserEventPayload148PrevProject$Outbound, z.ZodTypeDef, UserEventPayload148PrevProject>;
5007
- /** @deprecated use `UserEventPayload148PrevProject$Outbound` instead. */
5008
- type Outbound = UserEventPayload148PrevProject$Outbound;
5093
+ export declare namespace UserEventPayload149PrevProject$ {
5094
+ /** @deprecated use `UserEventPayload149PrevProject$inboundSchema` instead. */
5095
+ const inboundSchema: z.ZodType<UserEventPayload149PrevProject, z.ZodTypeDef, unknown>;
5096
+ /** @deprecated use `UserEventPayload149PrevProject$outboundSchema` instead. */
5097
+ const outboundSchema: z.ZodType<UserEventPayload149PrevProject$Outbound, z.ZodTypeDef, UserEventPayload149PrevProject>;
5098
+ /** @deprecated use `UserEventPayload149PrevProject$Outbound` instead. */
5099
+ type Outbound = UserEventPayload149PrevProject$Outbound;
5009
5100
  }
5010
- export declare function userEventPayload148PrevProjectToJSON(userEventPayload148PrevProject: UserEventPayload148PrevProject): string;
5011
- export declare function userEventPayload148PrevProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload148PrevProject, SDKValidationError>;
5101
+ export declare function userEventPayload149PrevProjectToJSON(userEventPayload149PrevProject: UserEventPayload149PrevProject): string;
5102
+ export declare function userEventPayload149PrevProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload149PrevProject, SDKValidationError>;
5012
5103
  /** @internal */
5013
5104
  export declare const PayloadPrev$inboundSchema: z.ZodType<PayloadPrev, z.ZodTypeDef, unknown>;
5014
5105
  /** @internal */
5015
5106
  export type PayloadPrev$Outbound = {
5016
- project: UserEventPayload148PrevProject$Outbound;
5107
+ project: UserEventPayload149PrevProject$Outbound;
5017
5108
  };
5018
5109
  /** @internal */
5019
5110
  export declare const PayloadPrev$outboundSchema: z.ZodType<PayloadPrev$Outbound, z.ZodTypeDef, PayloadPrev>;
@@ -5056,52 +5147,52 @@ export declare namespace PayloadGroup$ {
5056
5147
  export declare function payloadGroupToJSON(payloadGroup: PayloadGroup): string;
5057
5148
  export declare function payloadGroupFromJSON(jsonString: string): SafeParseResult<PayloadGroup, SDKValidationError>;
5058
5149
  /** @internal */
5059
- export declare const OneHundredAndFortyEight$inboundSchema: z.ZodType<OneHundredAndFortyEight, z.ZodTypeDef, unknown>;
5150
+ export declare const OneHundredAndFortyNine$inboundSchema: z.ZodType<OneHundredAndFortyNine, z.ZodTypeDef, unknown>;
5060
5151
  /** @internal */
5061
- export type OneHundredAndFortyEight$Outbound = {
5062
- project: UserEventPayload148Project$Outbound;
5152
+ export type OneHundredAndFortyNine$Outbound = {
5153
+ project: UserEventPayload149Project$Outbound;
5063
5154
  prev: PayloadPrev$Outbound;
5064
5155
  group: PayloadGroup$Outbound;
5065
5156
  };
5066
5157
  /** @internal */
5067
- export declare const OneHundredAndFortyEight$outboundSchema: z.ZodType<OneHundredAndFortyEight$Outbound, z.ZodTypeDef, OneHundredAndFortyEight>;
5158
+ export declare const OneHundredAndFortyNine$outboundSchema: z.ZodType<OneHundredAndFortyNine$Outbound, z.ZodTypeDef, OneHundredAndFortyNine>;
5068
5159
  /**
5069
5160
  * @internal
5070
5161
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5071
5162
  */
5072
- export declare namespace OneHundredAndFortyEight$ {
5073
- /** @deprecated use `OneHundredAndFortyEight$inboundSchema` instead. */
5074
- const inboundSchema: z.ZodType<OneHundredAndFortyEight, z.ZodTypeDef, unknown>;
5075
- /** @deprecated use `OneHundredAndFortyEight$outboundSchema` instead. */
5076
- const outboundSchema: z.ZodType<OneHundredAndFortyEight$Outbound, z.ZodTypeDef, OneHundredAndFortyEight>;
5077
- /** @deprecated use `OneHundredAndFortyEight$Outbound` instead. */
5078
- type Outbound = OneHundredAndFortyEight$Outbound;
5163
+ export declare namespace OneHundredAndFortyNine$ {
5164
+ /** @deprecated use `OneHundredAndFortyNine$inboundSchema` instead. */
5165
+ const inboundSchema: z.ZodType<OneHundredAndFortyNine, z.ZodTypeDef, unknown>;
5166
+ /** @deprecated use `OneHundredAndFortyNine$outboundSchema` instead. */
5167
+ const outboundSchema: z.ZodType<OneHundredAndFortyNine$Outbound, z.ZodTypeDef, OneHundredAndFortyNine>;
5168
+ /** @deprecated use `OneHundredAndFortyNine$Outbound` instead. */
5169
+ type Outbound = OneHundredAndFortyNine$Outbound;
5079
5170
  }
5080
- export declare function oneHundredAndFortyEightToJSON(oneHundredAndFortyEight: OneHundredAndFortyEight): string;
5081
- export declare function oneHundredAndFortyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyEight, SDKValidationError>;
5171
+ export declare function oneHundredAndFortyNineToJSON(oneHundredAndFortyNine: OneHundredAndFortyNine): string;
5172
+ export declare function oneHundredAndFortyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyNine, SDKValidationError>;
5082
5173
  /** @internal */
5083
- export declare const UserEventPayload147Project$inboundSchema: z.ZodType<UserEventPayload147Project, z.ZodTypeDef, unknown>;
5174
+ export declare const UserEventPayload148Project$inboundSchema: z.ZodType<UserEventPayload148Project, z.ZodTypeDef, unknown>;
5084
5175
  /** @internal */
5085
- export type UserEventPayload147Project$Outbound = {
5176
+ export type UserEventPayload148Project$Outbound = {
5086
5177
  id: string;
5087
5178
  name: string;
5088
5179
  };
5089
5180
  /** @internal */
5090
- export declare const UserEventPayload147Project$outboundSchema: z.ZodType<UserEventPayload147Project$Outbound, z.ZodTypeDef, UserEventPayload147Project>;
5181
+ export declare const UserEventPayload148Project$outboundSchema: z.ZodType<UserEventPayload148Project$Outbound, z.ZodTypeDef, UserEventPayload148Project>;
5091
5182
  /**
5092
5183
  * @internal
5093
5184
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5094
5185
  */
5095
- export declare namespace UserEventPayload147Project$ {
5096
- /** @deprecated use `UserEventPayload147Project$inboundSchema` instead. */
5097
- const inboundSchema: z.ZodType<UserEventPayload147Project, z.ZodTypeDef, unknown>;
5098
- /** @deprecated use `UserEventPayload147Project$outboundSchema` instead. */
5099
- const outboundSchema: z.ZodType<UserEventPayload147Project$Outbound, z.ZodTypeDef, UserEventPayload147Project>;
5100
- /** @deprecated use `UserEventPayload147Project$Outbound` instead. */
5101
- type Outbound = UserEventPayload147Project$Outbound;
5186
+ export declare namespace UserEventPayload148Project$ {
5187
+ /** @deprecated use `UserEventPayload148Project$inboundSchema` instead. */
5188
+ const inboundSchema: z.ZodType<UserEventPayload148Project, z.ZodTypeDef, unknown>;
5189
+ /** @deprecated use `UserEventPayload148Project$outboundSchema` instead. */
5190
+ const outboundSchema: z.ZodType<UserEventPayload148Project$Outbound, z.ZodTypeDef, UserEventPayload148Project>;
5191
+ /** @deprecated use `UserEventPayload148Project$Outbound` instead. */
5192
+ type Outbound = UserEventPayload148Project$Outbound;
5102
5193
  }
5103
- export declare function userEventPayload147ProjectToJSON(userEventPayload147Project: UserEventPayload147Project): string;
5104
- export declare function userEventPayload147ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload147Project, SDKValidationError>;
5194
+ export declare function userEventPayload148ProjectToJSON(userEventPayload148Project: UserEventPayload148Project): string;
5195
+ export declare function userEventPayload148ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload148Project, SDKValidationError>;
5105
5196
  /** @internal */
5106
5197
  export declare const Group$inboundSchema: z.ZodType<Group, z.ZodTypeDef, unknown>;
5107
5198
  /** @internal */
@@ -5127,28 +5218,28 @@ export declare namespace Group$ {
5127
5218
  export declare function groupToJSON(group: Group): string;
5128
5219
  export declare function groupFromJSON(jsonString: string): SafeParseResult<Group, SDKValidationError>;
5129
5220
  /** @internal */
5130
- export declare const OneHundredAndFortySeven$inboundSchema: z.ZodType<OneHundredAndFortySeven, z.ZodTypeDef, unknown>;
5221
+ export declare const OneHundredAndFortyEight$inboundSchema: z.ZodType<OneHundredAndFortyEight, z.ZodTypeDef, unknown>;
5131
5222
  /** @internal */
5132
- export type OneHundredAndFortySeven$Outbound = {
5133
- project: UserEventPayload147Project$Outbound;
5223
+ export type OneHundredAndFortyEight$Outbound = {
5224
+ project: UserEventPayload148Project$Outbound;
5134
5225
  group: Group$Outbound;
5135
5226
  };
5136
5227
  /** @internal */
5137
- export declare const OneHundredAndFortySeven$outboundSchema: z.ZodType<OneHundredAndFortySeven$Outbound, z.ZodTypeDef, OneHundredAndFortySeven>;
5228
+ export declare const OneHundredAndFortyEight$outboundSchema: z.ZodType<OneHundredAndFortyEight$Outbound, z.ZodTypeDef, OneHundredAndFortyEight>;
5138
5229
  /**
5139
5230
  * @internal
5140
5231
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5141
5232
  */
5142
- export declare namespace OneHundredAndFortySeven$ {
5143
- /** @deprecated use `OneHundredAndFortySeven$inboundSchema` instead. */
5144
- const inboundSchema: z.ZodType<OneHundredAndFortySeven, z.ZodTypeDef, unknown>;
5145
- /** @deprecated use `OneHundredAndFortySeven$outboundSchema` instead. */
5146
- const outboundSchema: z.ZodType<OneHundredAndFortySeven$Outbound, z.ZodTypeDef, OneHundredAndFortySeven>;
5147
- /** @deprecated use `OneHundredAndFortySeven$Outbound` instead. */
5148
- type Outbound = OneHundredAndFortySeven$Outbound;
5233
+ export declare namespace OneHundredAndFortyEight$ {
5234
+ /** @deprecated use `OneHundredAndFortyEight$inboundSchema` instead. */
5235
+ const inboundSchema: z.ZodType<OneHundredAndFortyEight, z.ZodTypeDef, unknown>;
5236
+ /** @deprecated use `OneHundredAndFortyEight$outboundSchema` instead. */
5237
+ const outboundSchema: z.ZodType<OneHundredAndFortyEight$Outbound, z.ZodTypeDef, OneHundredAndFortyEight>;
5238
+ /** @deprecated use `OneHundredAndFortyEight$Outbound` instead. */
5239
+ type Outbound = OneHundredAndFortyEight$Outbound;
5149
5240
  }
5150
- export declare function oneHundredAndFortySevenToJSON(oneHundredAndFortySeven: OneHundredAndFortySeven): string;
5151
- export declare function oneHundredAndFortySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortySeven, SDKValidationError>;
5241
+ export declare function oneHundredAndFortyEightToJSON(oneHundredAndFortyEight: OneHundredAndFortyEight): string;
5242
+ export declare function oneHundredAndFortyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyEight, SDKValidationError>;
5152
5243
  /** @internal */
5153
5244
  export declare const Prev$inboundSchema: z.ZodType<Prev, z.ZodTypeDef, unknown>;
5154
5245
  /** @internal */
@@ -5174,9 +5265,9 @@ export declare namespace Prev$ {
5174
5265
  export declare function prevToJSON(prev: Prev): string;
5175
5266
  export declare function prevFromJSON(jsonString: string): SafeParseResult<Prev, SDKValidationError>;
5176
5267
  /** @internal */
5177
- export declare const OneHundredAndFortySix$inboundSchema: z.ZodType<OneHundredAndFortySix, z.ZodTypeDef, unknown>;
5268
+ export declare const OneHundredAndFortySeven$inboundSchema: z.ZodType<OneHundredAndFortySeven, z.ZodTypeDef, unknown>;
5178
5269
  /** @internal */
5179
- export type OneHundredAndFortySix$Outbound = {
5270
+ export type OneHundredAndFortySeven$Outbound = {
5180
5271
  id: string;
5181
5272
  slug?: string | undefined;
5182
5273
  name?: string | undefined;
@@ -5184,6 +5275,30 @@ export type OneHundredAndFortySix$Outbound = {
5184
5275
  prev: Prev$Outbound;
5185
5276
  };
5186
5277
  /** @internal */
5278
+ export declare const OneHundredAndFortySeven$outboundSchema: z.ZodType<OneHundredAndFortySeven$Outbound, z.ZodTypeDef, OneHundredAndFortySeven>;
5279
+ /**
5280
+ * @internal
5281
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5282
+ */
5283
+ export declare namespace OneHundredAndFortySeven$ {
5284
+ /** @deprecated use `OneHundredAndFortySeven$inboundSchema` instead. */
5285
+ const inboundSchema: z.ZodType<OneHundredAndFortySeven, z.ZodTypeDef, unknown>;
5286
+ /** @deprecated use `OneHundredAndFortySeven$outboundSchema` instead. */
5287
+ const outboundSchema: z.ZodType<OneHundredAndFortySeven$Outbound, z.ZodTypeDef, OneHundredAndFortySeven>;
5288
+ /** @deprecated use `OneHundredAndFortySeven$Outbound` instead. */
5289
+ type Outbound = OneHundredAndFortySeven$Outbound;
5290
+ }
5291
+ export declare function oneHundredAndFortySevenToJSON(oneHundredAndFortySeven: OneHundredAndFortySeven): string;
5292
+ export declare function oneHundredAndFortySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortySeven, SDKValidationError>;
5293
+ /** @internal */
5294
+ export declare const OneHundredAndFortySix$inboundSchema: z.ZodType<OneHundredAndFortySix, z.ZodTypeDef, unknown>;
5295
+ /** @internal */
5296
+ export type OneHundredAndFortySix$Outbound = {
5297
+ id: string;
5298
+ slug: string;
5299
+ name: string;
5300
+ };
5301
+ /** @internal */
5187
5302
  export declare const OneHundredAndFortySix$outboundSchema: z.ZodType<OneHundredAndFortySix$Outbound, z.ZodTypeDef, OneHundredAndFortySix>;
5188
5303
  /**
5189
5304
  * @internal
@@ -5200,12 +5315,30 @@ export declare namespace OneHundredAndFortySix$ {
5200
5315
  export declare function oneHundredAndFortySixToJSON(oneHundredAndFortySix: OneHundredAndFortySix): string;
5201
5316
  export declare function oneHundredAndFortySixFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortySix, SDKValidationError>;
5202
5317
  /** @internal */
5318
+ export declare const UserEventPayload145Action$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload145Action>;
5319
+ /** @internal */
5320
+ export declare const UserEventPayload145Action$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload145Action>;
5321
+ /**
5322
+ * @internal
5323
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5324
+ */
5325
+ export declare namespace UserEventPayload145Action$ {
5326
+ /** @deprecated use `UserEventPayload145Action$inboundSchema` instead. */
5327
+ const inboundSchema: z.ZodNativeEnum<{
5328
+ readonly Enable: "enable";
5329
+ readonly Disable: "disable";
5330
+ }>;
5331
+ /** @deprecated use `UserEventPayload145Action$outboundSchema` instead. */
5332
+ const outboundSchema: z.ZodNativeEnum<{
5333
+ readonly Enable: "enable";
5334
+ readonly Disable: "disable";
5335
+ }>;
5336
+ }
5337
+ /** @internal */
5203
5338
  export declare const OneHundredAndFortyFive$inboundSchema: z.ZodType<OneHundredAndFortyFive, z.ZodTypeDef, unknown>;
5204
5339
  /** @internal */
5205
5340
  export type OneHundredAndFortyFive$Outbound = {
5206
- id: string;
5207
- slug: string;
5208
- name: string;
5341
+ action: string;
5209
5342
  };
5210
5343
  /** @internal */
5211
5344
  export declare const OneHundredAndFortyFive$outboundSchema: z.ZodType<OneHundredAndFortyFive$Outbound, z.ZodTypeDef, OneHundredAndFortyFive>;
@@ -5224,30 +5357,12 @@ export declare namespace OneHundredAndFortyFive$ {
5224
5357
  export declare function oneHundredAndFortyFiveToJSON(oneHundredAndFortyFive: OneHundredAndFortyFive): string;
5225
5358
  export declare function oneHundredAndFortyFiveFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyFive, SDKValidationError>;
5226
5359
  /** @internal */
5227
- export declare const UserEventPayload144Action$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload144Action>;
5228
- /** @internal */
5229
- export declare const UserEventPayload144Action$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload144Action>;
5230
- /**
5231
- * @internal
5232
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5233
- */
5234
- export declare namespace UserEventPayload144Action$ {
5235
- /** @deprecated use `UserEventPayload144Action$inboundSchema` instead. */
5236
- const inboundSchema: z.ZodNativeEnum<{
5237
- readonly Enable: "enable";
5238
- readonly Disable: "disable";
5239
- }>;
5240
- /** @deprecated use `UserEventPayload144Action$outboundSchema` instead. */
5241
- const outboundSchema: z.ZodNativeEnum<{
5242
- readonly Enable: "enable";
5243
- readonly Disable: "disable";
5244
- }>;
5245
- }
5246
- /** @internal */
5247
5360
  export declare const OneHundredAndFortyFour$inboundSchema: z.ZodType<OneHundredAndFortyFour, z.ZodTypeDef, unknown>;
5248
5361
  /** @internal */
5249
5362
  export type OneHundredAndFortyFour$Outbound = {
5250
- action: string;
5363
+ edgeConfigId: string;
5364
+ edgeConfigSlug: string;
5365
+ edgeConfigTokenIds: Array<string>;
5251
5366
  };
5252
5367
  /** @internal */
5253
5368
  export declare const OneHundredAndFortyFour$outboundSchema: z.ZodType<OneHundredAndFortyFour$Outbound, z.ZodTypeDef, OneHundredAndFortyFour>;
@@ -5271,7 +5386,8 @@ export declare const OneHundredAndFortyThree$inboundSchema: z.ZodType<OneHundred
5271
5386
  export type OneHundredAndFortyThree$Outbound = {
5272
5387
  edgeConfigId: string;
5273
5388
  edgeConfigSlug: string;
5274
- edgeConfigTokenIds: Array<string>;
5389
+ edgeConfigTokenId: string;
5390
+ label: string;
5275
5391
  };
5276
5392
  /** @internal */
5277
5393
  export declare const OneHundredAndFortyThree$outboundSchema: z.ZodType<OneHundredAndFortyThree$Outbound, z.ZodTypeDef, OneHundredAndFortyThree>;
@@ -5295,8 +5411,7 @@ export declare const OneHundredAndFortyTwo$inboundSchema: z.ZodType<OneHundredAn
5295
5411
  export type OneHundredAndFortyTwo$Outbound = {
5296
5412
  edgeConfigId: string;
5297
5413
  edgeConfigSlug: string;
5298
- edgeConfigTokenId: string;
5299
- label: string;
5414
+ edgeConfigDigest: string;
5300
5415
  };
5301
5416
  /** @internal */
5302
5417
  export declare const OneHundredAndFortyTwo$outboundSchema: z.ZodType<OneHundredAndFortyTwo$Outbound, z.ZodTypeDef, OneHundredAndFortyTwo>;
@@ -5318,9 +5433,8 @@ export declare function oneHundredAndFortyTwoFromJSON(jsonString: string): SafeP
5318
5433
  export declare const OneHundredAndFortyOne$inboundSchema: z.ZodType<OneHundredAndFortyOne, z.ZodTypeDef, unknown>;
5319
5434
  /** @internal */
5320
5435
  export type OneHundredAndFortyOne$Outbound = {
5321
- edgeConfigId: string;
5322
- edgeConfigSlug: string;
5323
- edgeConfigDigest: string;
5436
+ projectName: string;
5437
+ urls: Array<string>;
5324
5438
  };
5325
5439
  /** @internal */
5326
5440
  export declare const OneHundredAndFortyOne$outboundSchema: z.ZodType<OneHundredAndFortyOne$Outbound, z.ZodTypeDef, OneHundredAndFortyOne>;
@@ -5343,7 +5457,8 @@ export declare const OneHundredAndForty$inboundSchema: z.ZodType<OneHundredAndFo
5343
5457
  /** @internal */
5344
5458
  export type OneHundredAndForty$Outbound = {
5345
5459
  projectName: string;
5346
- urls: Array<string>;
5460
+ tags: Array<string>;
5461
+ target?: string | undefined;
5347
5462
  };
5348
5463
  /** @internal */
5349
5464
  export declare const OneHundredAndForty$outboundSchema: z.ZodType<OneHundredAndForty$Outbound, z.ZodTypeDef, OneHundredAndForty>;
@@ -5362,45 +5477,21 @@ export declare namespace OneHundredAndForty$ {
5362
5477
  export declare function oneHundredAndFortyToJSON(oneHundredAndForty: OneHundredAndForty): string;
5363
5478
  export declare function oneHundredAndFortyFromJSON(jsonString: string): SafeParseResult<OneHundredAndForty, SDKValidationError>;
5364
5479
  /** @internal */
5365
- export declare const OneHundredAndThirtyNine$inboundSchema: z.ZodType<OneHundredAndThirtyNine, z.ZodTypeDef, unknown>;
5366
- /** @internal */
5367
- export type OneHundredAndThirtyNine$Outbound = {
5368
- projectName: string;
5369
- tags: Array<string>;
5370
- target?: string | undefined;
5371
- };
5372
- /** @internal */
5373
- export declare const OneHundredAndThirtyNine$outboundSchema: z.ZodType<OneHundredAndThirtyNine$Outbound, z.ZodTypeDef, OneHundredAndThirtyNine>;
5374
- /**
5375
- * @internal
5376
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5377
- */
5378
- export declare namespace OneHundredAndThirtyNine$ {
5379
- /** @deprecated use `OneHundredAndThirtyNine$inboundSchema` instead. */
5380
- const inboundSchema: z.ZodType<OneHundredAndThirtyNine, z.ZodTypeDef, unknown>;
5381
- /** @deprecated use `OneHundredAndThirtyNine$outboundSchema` instead. */
5382
- const outboundSchema: z.ZodType<OneHundredAndThirtyNine$Outbound, z.ZodTypeDef, OneHundredAndThirtyNine>;
5383
- /** @deprecated use `OneHundredAndThirtyNine$Outbound` instead. */
5384
- type Outbound = OneHundredAndThirtyNine$Outbound;
5385
- }
5386
- export declare function oneHundredAndThirtyNineToJSON(oneHundredAndThirtyNine: OneHundredAndThirtyNine): string;
5387
- export declare function oneHundredAndThirtyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyNine, SDKValidationError>;
5388
- /** @internal */
5389
- export declare const UserEventPayload138Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload138Role>;
5480
+ export declare const UserEventPayload139Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload139Role>;
5390
5481
  /** @internal */
5391
- export declare const UserEventPayload138Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload138Role>;
5482
+ export declare const UserEventPayload139Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload139Role>;
5392
5483
  /**
5393
5484
  * @internal
5394
5485
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5395
5486
  */
5396
- export declare namespace UserEventPayload138Role$ {
5397
- /** @deprecated use `UserEventPayload138Role$inboundSchema` instead. */
5487
+ export declare namespace UserEventPayload139Role$ {
5488
+ /** @deprecated use `UserEventPayload139Role$inboundSchema` instead. */
5398
5489
  const inboundSchema: z.ZodNativeEnum<{
5399
5490
  readonly Admin: "ADMIN";
5400
5491
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
5401
5492
  readonly ProjectViewer: "PROJECT_VIEWER";
5402
5493
  }>;
5403
- /** @deprecated use `UserEventPayload138Role$outboundSchema` instead. */
5494
+ /** @deprecated use `UserEventPayload139Role$outboundSchema` instead. */
5404
5495
  const outboundSchema: z.ZodNativeEnum<{
5405
5496
  readonly Admin: "ADMIN";
5406
5497
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
@@ -5408,9 +5499,9 @@ export declare namespace UserEventPayload138Role$ {
5408
5499
  }>;
5409
5500
  }
5410
5501
  /** @internal */
5411
- export declare const UserEventPayload138Project$inboundSchema: z.ZodType<UserEventPayload138Project, z.ZodTypeDef, unknown>;
5502
+ export declare const UserEventPayload139Project$inboundSchema: z.ZodType<UserEventPayload139Project, z.ZodTypeDef, unknown>;
5412
5503
  /** @internal */
5413
- export type UserEventPayload138Project$Outbound = {
5504
+ export type UserEventPayload139Project$Outbound = {
5414
5505
  name: string;
5415
5506
  role: string;
5416
5507
  invitedUserName: string;
@@ -5418,82 +5509,82 @@ export type UserEventPayload138Project$Outbound = {
5418
5509
  invitedUserId?: string | undefined;
5419
5510
  };
5420
5511
  /** @internal */
5421
- export declare const UserEventPayload138Project$outboundSchema: z.ZodType<UserEventPayload138Project$Outbound, z.ZodTypeDef, UserEventPayload138Project>;
5512
+ export declare const UserEventPayload139Project$outboundSchema: z.ZodType<UserEventPayload139Project$Outbound, z.ZodTypeDef, UserEventPayload139Project>;
5422
5513
  /**
5423
5514
  * @internal
5424
5515
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5425
5516
  */
5426
- export declare namespace UserEventPayload138Project$ {
5427
- /** @deprecated use `UserEventPayload138Project$inboundSchema` instead. */
5428
- const inboundSchema: z.ZodType<UserEventPayload138Project, z.ZodTypeDef, unknown>;
5429
- /** @deprecated use `UserEventPayload138Project$outboundSchema` instead. */
5430
- const outboundSchema: z.ZodType<UserEventPayload138Project$Outbound, z.ZodTypeDef, UserEventPayload138Project>;
5431
- /** @deprecated use `UserEventPayload138Project$Outbound` instead. */
5432
- type Outbound = UserEventPayload138Project$Outbound;
5517
+ export declare namespace UserEventPayload139Project$ {
5518
+ /** @deprecated use `UserEventPayload139Project$inboundSchema` instead. */
5519
+ const inboundSchema: z.ZodType<UserEventPayload139Project, z.ZodTypeDef, unknown>;
5520
+ /** @deprecated use `UserEventPayload139Project$outboundSchema` instead. */
5521
+ const outboundSchema: z.ZodType<UserEventPayload139Project$Outbound, z.ZodTypeDef, UserEventPayload139Project>;
5522
+ /** @deprecated use `UserEventPayload139Project$Outbound` instead. */
5523
+ type Outbound = UserEventPayload139Project$Outbound;
5433
5524
  }
5434
- export declare function userEventPayload138ProjectToJSON(userEventPayload138Project: UserEventPayload138Project): string;
5435
- export declare function userEventPayload138ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload138Project, SDKValidationError>;
5525
+ export declare function userEventPayload139ProjectToJSON(userEventPayload139Project: UserEventPayload139Project): string;
5526
+ export declare function userEventPayload139ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload139Project, SDKValidationError>;
5436
5527
  /** @internal */
5437
- export declare const OneHundredAndThirtyEight$inboundSchema: z.ZodType<OneHundredAndThirtyEight, z.ZodTypeDef, unknown>;
5528
+ export declare const OneHundredAndThirtyNine$inboundSchema: z.ZodType<OneHundredAndThirtyNine, z.ZodTypeDef, unknown>;
5438
5529
  /** @internal */
5439
- export type OneHundredAndThirtyEight$Outbound = {
5440
- project: UserEventPayload138Project$Outbound;
5530
+ export type OneHundredAndThirtyNine$Outbound = {
5531
+ project: UserEventPayload139Project$Outbound;
5441
5532
  };
5442
5533
  /** @internal */
5443
- export declare const OneHundredAndThirtyEight$outboundSchema: z.ZodType<OneHundredAndThirtyEight$Outbound, z.ZodTypeDef, OneHundredAndThirtyEight>;
5534
+ export declare const OneHundredAndThirtyNine$outboundSchema: z.ZodType<OneHundredAndThirtyNine$Outbound, z.ZodTypeDef, OneHundredAndThirtyNine>;
5444
5535
  /**
5445
5536
  * @internal
5446
5537
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5447
5538
  */
5448
- export declare namespace OneHundredAndThirtyEight$ {
5449
- /** @deprecated use `OneHundredAndThirtyEight$inboundSchema` instead. */
5450
- const inboundSchema: z.ZodType<OneHundredAndThirtyEight, z.ZodTypeDef, unknown>;
5451
- /** @deprecated use `OneHundredAndThirtyEight$outboundSchema` instead. */
5452
- const outboundSchema: z.ZodType<OneHundredAndThirtyEight$Outbound, z.ZodTypeDef, OneHundredAndThirtyEight>;
5453
- /** @deprecated use `OneHundredAndThirtyEight$Outbound` instead. */
5454
- type Outbound = OneHundredAndThirtyEight$Outbound;
5539
+ export declare namespace OneHundredAndThirtyNine$ {
5540
+ /** @deprecated use `OneHundredAndThirtyNine$inboundSchema` instead. */
5541
+ const inboundSchema: z.ZodType<OneHundredAndThirtyNine, z.ZodTypeDef, unknown>;
5542
+ /** @deprecated use `OneHundredAndThirtyNine$outboundSchema` instead. */
5543
+ const outboundSchema: z.ZodType<OneHundredAndThirtyNine$Outbound, z.ZodTypeDef, OneHundredAndThirtyNine>;
5544
+ /** @deprecated use `OneHundredAndThirtyNine$Outbound` instead. */
5545
+ type Outbound = OneHundredAndThirtyNine$Outbound;
5455
5546
  }
5456
- export declare function oneHundredAndThirtyEightToJSON(oneHundredAndThirtyEight: OneHundredAndThirtyEight): string;
5457
- export declare function oneHundredAndThirtyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyEight, SDKValidationError>;
5547
+ export declare function oneHundredAndThirtyNineToJSON(oneHundredAndThirtyNine: OneHundredAndThirtyNine): string;
5548
+ export declare function oneHundredAndThirtyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyNine, SDKValidationError>;
5458
5549
  /** @internal */
5459
- export declare const UserEventPayload137Project$inboundSchema: z.ZodType<UserEventPayload137Project, z.ZodTypeDef, unknown>;
5550
+ export declare const UserEventPayload138Project$inboundSchema: z.ZodType<UserEventPayload138Project, z.ZodTypeDef, unknown>;
5460
5551
  /** @internal */
5461
- export type UserEventPayload137Project$Outbound = {
5552
+ export type UserEventPayload138Project$Outbound = {
5462
5553
  id: string;
5463
5554
  name: string;
5464
5555
  };
5465
5556
  /** @internal */
5466
- export declare const UserEventPayload137Project$outboundSchema: z.ZodType<UserEventPayload137Project$Outbound, z.ZodTypeDef, UserEventPayload137Project>;
5557
+ export declare const UserEventPayload138Project$outboundSchema: z.ZodType<UserEventPayload138Project$Outbound, z.ZodTypeDef, UserEventPayload138Project>;
5467
5558
  /**
5468
5559
  * @internal
5469
5560
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5470
5561
  */
5471
- export declare namespace UserEventPayload137Project$ {
5472
- /** @deprecated use `UserEventPayload137Project$inboundSchema` instead. */
5473
- const inboundSchema: z.ZodType<UserEventPayload137Project, z.ZodTypeDef, unknown>;
5474
- /** @deprecated use `UserEventPayload137Project$outboundSchema` instead. */
5475
- const outboundSchema: z.ZodType<UserEventPayload137Project$Outbound, z.ZodTypeDef, UserEventPayload137Project>;
5476
- /** @deprecated use `UserEventPayload137Project$Outbound` instead. */
5477
- type Outbound = UserEventPayload137Project$Outbound;
5562
+ export declare namespace UserEventPayload138Project$ {
5563
+ /** @deprecated use `UserEventPayload138Project$inboundSchema` instead. */
5564
+ const inboundSchema: z.ZodType<UserEventPayload138Project, z.ZodTypeDef, unknown>;
5565
+ /** @deprecated use `UserEventPayload138Project$outboundSchema` instead. */
5566
+ const outboundSchema: z.ZodType<UserEventPayload138Project$Outbound, z.ZodTypeDef, UserEventPayload138Project>;
5567
+ /** @deprecated use `UserEventPayload138Project$Outbound` instead. */
5568
+ type Outbound = UserEventPayload138Project$Outbound;
5478
5569
  }
5479
- export declare function userEventPayload137ProjectToJSON(userEventPayload137Project: UserEventPayload137Project): string;
5480
- export declare function userEventPayload137ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload137Project, SDKValidationError>;
5570
+ export declare function userEventPayload138ProjectToJSON(userEventPayload138Project: UserEventPayload138Project): string;
5571
+ export declare function userEventPayload138ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload138Project, SDKValidationError>;
5481
5572
  /** @internal */
5482
- export declare const UserEventPayload137Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload137Role>;
5573
+ export declare const UserEventPayload138Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload138Role>;
5483
5574
  /** @internal */
5484
- export declare const UserEventPayload137Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload137Role>;
5575
+ export declare const UserEventPayload138Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload138Role>;
5485
5576
  /**
5486
5577
  * @internal
5487
5578
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5488
5579
  */
5489
- export declare namespace UserEventPayload137Role$ {
5490
- /** @deprecated use `UserEventPayload137Role$inboundSchema` instead. */
5580
+ export declare namespace UserEventPayload138Role$ {
5581
+ /** @deprecated use `UserEventPayload138Role$inboundSchema` instead. */
5491
5582
  const inboundSchema: z.ZodNativeEnum<{
5492
5583
  readonly Admin: "ADMIN";
5493
5584
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
5494
5585
  readonly ProjectViewer: "PROJECT_VIEWER";
5495
5586
  }>;
5496
- /** @deprecated use `UserEventPayload137Role$outboundSchema` instead. */
5587
+ /** @deprecated use `UserEventPayload138Role$outboundSchema` instead. */
5497
5588
  const outboundSchema: z.ZodNativeEnum<{
5498
5589
  readonly Admin: "ADMIN";
5499
5590
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
@@ -5549,51 +5640,51 @@ export declare namespace PayloadProjectMembership$ {
5549
5640
  export declare function payloadProjectMembershipToJSON(payloadProjectMembership: PayloadProjectMembership): string;
5550
5641
  export declare function payloadProjectMembershipFromJSON(jsonString: string): SafeParseResult<PayloadProjectMembership, SDKValidationError>;
5551
5642
  /** @internal */
5552
- export declare const OneHundredAndThirtySeven$inboundSchema: z.ZodType<OneHundredAndThirtySeven, z.ZodTypeDef, unknown>;
5643
+ export declare const OneHundredAndThirtyEight$inboundSchema: z.ZodType<OneHundredAndThirtyEight, z.ZodTypeDef, unknown>;
5553
5644
  /** @internal */
5554
- export type OneHundredAndThirtySeven$Outbound = {
5555
- project: UserEventPayload137Project$Outbound;
5645
+ export type OneHundredAndThirtyEight$Outbound = {
5646
+ project: UserEventPayload138Project$Outbound;
5556
5647
  projectMembership: PayloadProjectMembership$Outbound;
5557
5648
  };
5558
5649
  /** @internal */
5559
- export declare const OneHundredAndThirtySeven$outboundSchema: z.ZodType<OneHundredAndThirtySeven$Outbound, z.ZodTypeDef, OneHundredAndThirtySeven>;
5650
+ export declare const OneHundredAndThirtyEight$outboundSchema: z.ZodType<OneHundredAndThirtyEight$Outbound, z.ZodTypeDef, OneHundredAndThirtyEight>;
5560
5651
  /**
5561
5652
  * @internal
5562
5653
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5563
5654
  */
5564
- export declare namespace OneHundredAndThirtySeven$ {
5565
- /** @deprecated use `OneHundredAndThirtySeven$inboundSchema` instead. */
5566
- const inboundSchema: z.ZodType<OneHundredAndThirtySeven, z.ZodTypeDef, unknown>;
5567
- /** @deprecated use `OneHundredAndThirtySeven$outboundSchema` instead. */
5568
- const outboundSchema: z.ZodType<OneHundredAndThirtySeven$Outbound, z.ZodTypeDef, OneHundredAndThirtySeven>;
5569
- /** @deprecated use `OneHundredAndThirtySeven$Outbound` instead. */
5570
- type Outbound = OneHundredAndThirtySeven$Outbound;
5655
+ export declare namespace OneHundredAndThirtyEight$ {
5656
+ /** @deprecated use `OneHundredAndThirtyEight$inboundSchema` instead. */
5657
+ const inboundSchema: z.ZodType<OneHundredAndThirtyEight, z.ZodTypeDef, unknown>;
5658
+ /** @deprecated use `OneHundredAndThirtyEight$outboundSchema` instead. */
5659
+ const outboundSchema: z.ZodType<OneHundredAndThirtyEight$Outbound, z.ZodTypeDef, OneHundredAndThirtyEight>;
5660
+ /** @deprecated use `OneHundredAndThirtyEight$Outbound` instead. */
5661
+ type Outbound = OneHundredAndThirtyEight$Outbound;
5571
5662
  }
5572
- export declare function oneHundredAndThirtySevenToJSON(oneHundredAndThirtySeven: OneHundredAndThirtySeven): string;
5573
- export declare function oneHundredAndThirtySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtySeven, SDKValidationError>;
5663
+ export declare function oneHundredAndThirtyEightToJSON(oneHundredAndThirtyEight: OneHundredAndThirtyEight): string;
5664
+ export declare function oneHundredAndThirtyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyEight, SDKValidationError>;
5574
5665
  /** @internal */
5575
- export declare const UserEventPayload136Project$inboundSchema: z.ZodType<UserEventPayload136Project, z.ZodTypeDef, unknown>;
5666
+ export declare const UserEventPayload137Project$inboundSchema: z.ZodType<UserEventPayload137Project, z.ZodTypeDef, unknown>;
5576
5667
  /** @internal */
5577
- export type UserEventPayload136Project$Outbound = {
5668
+ export type UserEventPayload137Project$Outbound = {
5578
5669
  name: string;
5579
5670
  id?: string | undefined;
5580
5671
  };
5581
5672
  /** @internal */
5582
- export declare const UserEventPayload136Project$outboundSchema: z.ZodType<UserEventPayload136Project$Outbound, z.ZodTypeDef, UserEventPayload136Project>;
5673
+ export declare const UserEventPayload137Project$outboundSchema: z.ZodType<UserEventPayload137Project$Outbound, z.ZodTypeDef, UserEventPayload137Project>;
5583
5674
  /**
5584
5675
  * @internal
5585
5676
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5586
5677
  */
5587
- export declare namespace UserEventPayload136Project$ {
5588
- /** @deprecated use `UserEventPayload136Project$inboundSchema` instead. */
5589
- const inboundSchema: z.ZodType<UserEventPayload136Project, z.ZodTypeDef, unknown>;
5590
- /** @deprecated use `UserEventPayload136Project$outboundSchema` instead. */
5591
- const outboundSchema: z.ZodType<UserEventPayload136Project$Outbound, z.ZodTypeDef, UserEventPayload136Project>;
5592
- /** @deprecated use `UserEventPayload136Project$Outbound` instead. */
5593
- type Outbound = UserEventPayload136Project$Outbound;
5678
+ export declare namespace UserEventPayload137Project$ {
5679
+ /** @deprecated use `UserEventPayload137Project$inboundSchema` instead. */
5680
+ const inboundSchema: z.ZodType<UserEventPayload137Project, z.ZodTypeDef, unknown>;
5681
+ /** @deprecated use `UserEventPayload137Project$outboundSchema` instead. */
5682
+ const outboundSchema: z.ZodType<UserEventPayload137Project$Outbound, z.ZodTypeDef, UserEventPayload137Project>;
5683
+ /** @deprecated use `UserEventPayload137Project$Outbound` instead. */
5684
+ type Outbound = UserEventPayload137Project$Outbound;
5594
5685
  }
5595
- export declare function userEventPayload136ProjectToJSON(userEventPayload136Project: UserEventPayload136Project): string;
5596
- export declare function userEventPayload136ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload136Project, SDKValidationError>;
5686
+ export declare function userEventPayload137ProjectToJSON(userEventPayload137Project: UserEventPayload137Project): string;
5687
+ export declare function userEventPayload137ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload137Project, SDKValidationError>;
5597
5688
  /** @internal */
5598
5689
  export declare const UserEventPayloadRole$inboundSchema: z.ZodNativeEnum<typeof UserEventPayloadRole>;
5599
5690
  /** @internal */
@@ -5642,51 +5733,51 @@ export declare namespace RemovedMembership$ {
5642
5733
  export declare function removedMembershipToJSON(removedMembership: RemovedMembership): string;
5643
5734
  export declare function removedMembershipFromJSON(jsonString: string): SafeParseResult<RemovedMembership, SDKValidationError>;
5644
5735
  /** @internal */
5645
- export declare const OneHundredAndThirtySix$inboundSchema: z.ZodType<OneHundredAndThirtySix, z.ZodTypeDef, unknown>;
5736
+ export declare const OneHundredAndThirtySeven$inboundSchema: z.ZodType<OneHundredAndThirtySeven, z.ZodTypeDef, unknown>;
5646
5737
  /** @internal */
5647
- export type OneHundredAndThirtySix$Outbound = {
5648
- project: UserEventPayload136Project$Outbound;
5738
+ export type OneHundredAndThirtySeven$Outbound = {
5739
+ project: UserEventPayload137Project$Outbound;
5649
5740
  removedMembership: RemovedMembership$Outbound;
5650
5741
  };
5651
5742
  /** @internal */
5652
- export declare const OneHundredAndThirtySix$outboundSchema: z.ZodType<OneHundredAndThirtySix$Outbound, z.ZodTypeDef, OneHundredAndThirtySix>;
5743
+ export declare const OneHundredAndThirtySeven$outboundSchema: z.ZodType<OneHundredAndThirtySeven$Outbound, z.ZodTypeDef, OneHundredAndThirtySeven>;
5653
5744
  /**
5654
5745
  * @internal
5655
5746
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5656
5747
  */
5657
- export declare namespace OneHundredAndThirtySix$ {
5658
- /** @deprecated use `OneHundredAndThirtySix$inboundSchema` instead. */
5659
- const inboundSchema: z.ZodType<OneHundredAndThirtySix, z.ZodTypeDef, unknown>;
5660
- /** @deprecated use `OneHundredAndThirtySix$outboundSchema` instead. */
5661
- const outboundSchema: z.ZodType<OneHundredAndThirtySix$Outbound, z.ZodTypeDef, OneHundredAndThirtySix>;
5662
- /** @deprecated use `OneHundredAndThirtySix$Outbound` instead. */
5663
- type Outbound = OneHundredAndThirtySix$Outbound;
5748
+ export declare namespace OneHundredAndThirtySeven$ {
5749
+ /** @deprecated use `OneHundredAndThirtySeven$inboundSchema` instead. */
5750
+ const inboundSchema: z.ZodType<OneHundredAndThirtySeven, z.ZodTypeDef, unknown>;
5751
+ /** @deprecated use `OneHundredAndThirtySeven$outboundSchema` instead. */
5752
+ const outboundSchema: z.ZodType<OneHundredAndThirtySeven$Outbound, z.ZodTypeDef, OneHundredAndThirtySeven>;
5753
+ /** @deprecated use `OneHundredAndThirtySeven$Outbound` instead. */
5754
+ type Outbound = OneHundredAndThirtySeven$Outbound;
5664
5755
  }
5665
- export declare function oneHundredAndThirtySixToJSON(oneHundredAndThirtySix: OneHundredAndThirtySix): string;
5666
- export declare function oneHundredAndThirtySixFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtySix, SDKValidationError>;
5756
+ export declare function oneHundredAndThirtySevenToJSON(oneHundredAndThirtySeven: OneHundredAndThirtySeven): string;
5757
+ export declare function oneHundredAndThirtySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtySeven, SDKValidationError>;
5667
5758
  /** @internal */
5668
- export declare const UserEventPayload135Project$inboundSchema: z.ZodType<UserEventPayload135Project, z.ZodTypeDef, unknown>;
5759
+ export declare const UserEventPayload136Project$inboundSchema: z.ZodType<UserEventPayload136Project, z.ZodTypeDef, unknown>;
5669
5760
  /** @internal */
5670
- export type UserEventPayload135Project$Outbound = {
5761
+ export type UserEventPayload136Project$Outbound = {
5671
5762
  name: string;
5672
5763
  id?: string | undefined;
5673
5764
  };
5674
5765
  /** @internal */
5675
- export declare const UserEventPayload135Project$outboundSchema: z.ZodType<UserEventPayload135Project$Outbound, z.ZodTypeDef, UserEventPayload135Project>;
5766
+ export declare const UserEventPayload136Project$outboundSchema: z.ZodType<UserEventPayload136Project$Outbound, z.ZodTypeDef, UserEventPayload136Project>;
5676
5767
  /**
5677
5768
  * @internal
5678
5769
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5679
5770
  */
5680
- export declare namespace UserEventPayload135Project$ {
5681
- /** @deprecated use `UserEventPayload135Project$inboundSchema` instead. */
5682
- const inboundSchema: z.ZodType<UserEventPayload135Project, z.ZodTypeDef, unknown>;
5683
- /** @deprecated use `UserEventPayload135Project$outboundSchema` instead. */
5684
- const outboundSchema: z.ZodType<UserEventPayload135Project$Outbound, z.ZodTypeDef, UserEventPayload135Project>;
5685
- /** @deprecated use `UserEventPayload135Project$Outbound` instead. */
5686
- type Outbound = UserEventPayload135Project$Outbound;
5771
+ export declare namespace UserEventPayload136Project$ {
5772
+ /** @deprecated use `UserEventPayload136Project$inboundSchema` instead. */
5773
+ const inboundSchema: z.ZodType<UserEventPayload136Project, z.ZodTypeDef, unknown>;
5774
+ /** @deprecated use `UserEventPayload136Project$outboundSchema` instead. */
5775
+ const outboundSchema: z.ZodType<UserEventPayload136Project$Outbound, z.ZodTypeDef, UserEventPayload136Project>;
5776
+ /** @deprecated use `UserEventPayload136Project$Outbound` instead. */
5777
+ type Outbound = UserEventPayload136Project$Outbound;
5687
5778
  }
5688
- export declare function userEventPayload135ProjectToJSON(userEventPayload135Project: UserEventPayload135Project): string;
5689
- export declare function userEventPayload135ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload135Project, SDKValidationError>;
5779
+ export declare function userEventPayload136ProjectToJSON(userEventPayload136Project: UserEventPayload136Project): string;
5780
+ export declare function userEventPayload136ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload136Project, SDKValidationError>;
5690
5781
  /** @internal */
5691
5782
  export declare const PayloadRole$inboundSchema: z.ZodNativeEnum<typeof PayloadRole>;
5692
5783
  /** @internal */
@@ -5735,11 +5826,36 @@ export declare namespace ProjectMembership$ {
5735
5826
  export declare function projectMembershipToJSON(projectMembership: ProjectMembership): string;
5736
5827
  export declare function projectMembershipFromJSON(jsonString: string): SafeParseResult<ProjectMembership, SDKValidationError>;
5737
5828
  /** @internal */
5829
+ export declare const OneHundredAndThirtySix$inboundSchema: z.ZodType<OneHundredAndThirtySix, z.ZodTypeDef, unknown>;
5830
+ /** @internal */
5831
+ export type OneHundredAndThirtySix$Outbound = {
5832
+ project: UserEventPayload136Project$Outbound;
5833
+ projectMembership: ProjectMembership$Outbound | null;
5834
+ };
5835
+ /** @internal */
5836
+ export declare const OneHundredAndThirtySix$outboundSchema: z.ZodType<OneHundredAndThirtySix$Outbound, z.ZodTypeDef, OneHundredAndThirtySix>;
5837
+ /**
5838
+ * @internal
5839
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5840
+ */
5841
+ export declare namespace OneHundredAndThirtySix$ {
5842
+ /** @deprecated use `OneHundredAndThirtySix$inboundSchema` instead. */
5843
+ const inboundSchema: z.ZodType<OneHundredAndThirtySix, z.ZodTypeDef, unknown>;
5844
+ /** @deprecated use `OneHundredAndThirtySix$outboundSchema` instead. */
5845
+ const outboundSchema: z.ZodType<OneHundredAndThirtySix$Outbound, z.ZodTypeDef, OneHundredAndThirtySix>;
5846
+ /** @deprecated use `OneHundredAndThirtySix$Outbound` instead. */
5847
+ type Outbound = OneHundredAndThirtySix$Outbound;
5848
+ }
5849
+ export declare function oneHundredAndThirtySixToJSON(oneHundredAndThirtySix: OneHundredAndThirtySix): string;
5850
+ export declare function oneHundredAndThirtySixFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtySix, SDKValidationError>;
5851
+ /** @internal */
5738
5852
  export declare const OneHundredAndThirtyFive$inboundSchema: z.ZodType<OneHundredAndThirtyFive, z.ZodTypeDef, unknown>;
5739
5853
  /** @internal */
5740
5854
  export type OneHundredAndThirtyFive$Outbound = {
5741
- project: UserEventPayload135Project$Outbound;
5742
- projectMembership: ProjectMembership$Outbound | null;
5855
+ previousProjectName: string;
5856
+ newProjectName: string;
5857
+ originAccountName: string;
5858
+ transferId?: string | undefined;
5743
5859
  };
5744
5860
  /** @internal */
5745
5861
  export declare const OneHundredAndThirtyFive$outboundSchema: z.ZodType<OneHundredAndThirtyFive$Outbound, z.ZodTypeDef, OneHundredAndThirtyFive>;
@@ -5763,7 +5879,7 @@ export declare const OneHundredAndThirtyFour$inboundSchema: z.ZodType<OneHundred
5763
5879
  export type OneHundredAndThirtyFour$Outbound = {
5764
5880
  previousProjectName: string;
5765
5881
  newProjectName: string;
5766
- originAccountName: string;
5882
+ destinationAccountName: string;
5767
5883
  transferId?: string | undefined;
5768
5884
  };
5769
5885
  /** @internal */
@@ -5786,9 +5902,8 @@ export declare function oneHundredAndThirtyFourFromJSON(jsonString: string): Saf
5786
5902
  export declare const OneHundredAndThirtyThree$inboundSchema: z.ZodType<OneHundredAndThirtyThree, z.ZodTypeDef, unknown>;
5787
5903
  /** @internal */
5788
5904
  export type OneHundredAndThirtyThree$Outbound = {
5789
- previousProjectName: string;
5790
- newProjectName: string;
5791
- destinationAccountName: string;
5905
+ projectName: string;
5906
+ destinationAccountName: string | null;
5792
5907
  transferId?: string | undefined;
5793
5908
  };
5794
5909
  /** @internal */
@@ -5811,8 +5926,11 @@ export declare function oneHundredAndThirtyThreeFromJSON(jsonString: string): Sa
5811
5926
  export declare const OneHundredAndThirtyTwo$inboundSchema: z.ZodType<OneHundredAndThirtyTwo, z.ZodTypeDef, unknown>;
5812
5927
  /** @internal */
5813
5928
  export type OneHundredAndThirtyTwo$Outbound = {
5929
+ projectId: string;
5814
5930
  projectName: string;
5815
- destinationAccountName: string | null;
5931
+ originAccountName: string;
5932
+ destinationAccountName: string;
5933
+ destinationAccountId: string;
5816
5934
  transferId?: string | undefined;
5817
5935
  };
5818
5936
  /** @internal */
@@ -5835,12 +5953,12 @@ export declare function oneHundredAndThirtyTwoFromJSON(jsonString: string): Safe
5835
5953
  export declare const OneHundredAndThirtyOne$inboundSchema: z.ZodType<OneHundredAndThirtyOne, z.ZodTypeDef, unknown>;
5836
5954
  /** @internal */
5837
5955
  export type OneHundredAndThirtyOne$Outbound = {
5838
- projectId: string;
5839
- projectName: string;
5840
- originAccountName: string;
5841
- destinationAccountName: string;
5842
- destinationAccountId: string;
5843
- transferId?: string | undefined;
5956
+ requestedTeamName: string;
5957
+ requestedUserName?: string | undefined;
5958
+ gitUsername?: string | undefined;
5959
+ githubUsername?: string | undefined;
5960
+ gitlabUsername?: string | undefined;
5961
+ bitbucketUsername?: string | undefined;
5844
5962
  };
5845
5963
  /** @internal */
5846
5964
  export declare const OneHundredAndThirtyOne$outboundSchema: z.ZodType<OneHundredAndThirtyOne$Outbound, z.ZodTypeDef, OneHundredAndThirtyOne>;
@@ -5862,12 +5980,12 @@ export declare function oneHundredAndThirtyOneFromJSON(jsonString: string): Safe
5862
5980
  export declare const OneHundredAndThirty$inboundSchema: z.ZodType<OneHundredAndThirty, z.ZodTypeDef, unknown>;
5863
5981
  /** @internal */
5864
5982
  export type OneHundredAndThirty$Outbound = {
5865
- requestedTeamName: string;
5866
- requestedUserName?: string | undefined;
5867
- gitUsername?: string | undefined;
5868
- githubUsername?: string | undefined;
5869
- gitlabUsername?: string | undefined;
5870
- bitbucketUsername?: string | undefined;
5983
+ teamName: string;
5984
+ username?: string | undefined;
5985
+ gitUsername?: string | null | undefined;
5986
+ githubUsername?: string | null | undefined;
5987
+ gitlabUsername?: string | null | undefined;
5988
+ bitbucketUsername?: string | null | undefined;
5871
5989
  };
5872
5990
  /** @internal */
5873
5991
  export declare const OneHundredAndThirty$outboundSchema: z.ZodType<OneHundredAndThirty$Outbound, z.ZodTypeDef, OneHundredAndThirty>;
@@ -5891,10 +6009,12 @@ export declare const OneHundredAndTwentyNine$inboundSchema: z.ZodType<OneHundred
5891
6009
  export type OneHundredAndTwentyNine$Outbound = {
5892
6010
  teamName: string;
5893
6011
  username?: string | undefined;
5894
- gitUsername?: string | null | undefined;
6012
+ gitUsername?: string | undefined;
5895
6013
  githubUsername?: string | null | undefined;
5896
6014
  gitlabUsername?: string | null | undefined;
5897
6015
  bitbucketUsername?: string | null | undefined;
6016
+ updatedUid?: string | undefined;
6017
+ teamId?: string | undefined;
5898
6018
  };
5899
6019
  /** @internal */
5900
6020
  export declare const OneHundredAndTwentyNine$outboundSchema: z.ZodType<OneHundredAndTwentyNine$Outbound, z.ZodTypeDef, OneHundredAndTwentyNine>;
@@ -5916,14 +6036,8 @@ export declare function oneHundredAndTwentyNineFromJSON(jsonString: string): Saf
5916
6036
  export declare const OneHundredAndTwentyEight$inboundSchema: z.ZodType<OneHundredAndTwentyEight, z.ZodTypeDef, unknown>;
5917
6037
  /** @internal */
5918
6038
  export type OneHundredAndTwentyEight$Outbound = {
5919
- teamName: string;
5920
- username?: string | undefined;
5921
- gitUsername?: string | undefined;
5922
- githubUsername?: string | null | undefined;
5923
- gitlabUsername?: string | null | undefined;
5924
- bitbucketUsername?: string | null | undefined;
5925
- updatedUid?: string | undefined;
5926
- teamId?: string | undefined;
6039
+ price?: number | undefined;
6040
+ currency?: string | undefined;
5927
6041
  };
5928
6042
  /** @internal */
5929
6043
  export declare const OneHundredAndTwentyEight$outboundSchema: z.ZodType<OneHundredAndTwentyEight$Outbound, z.ZodTypeDef, OneHundredAndTwentyEight>;
@@ -5945,8 +6059,8 @@ export declare function oneHundredAndTwentyEightFromJSON(jsonString: string): Sa
5945
6059
  export declare const OneHundredAndTwentySeven$inboundSchema: z.ZodType<OneHundredAndTwentySeven, z.ZodTypeDef, unknown>;
5946
6060
  /** @internal */
5947
6061
  export type OneHundredAndTwentySeven$Outbound = {
5948
- price?: number | undefined;
5949
- currency?: string | undefined;
6062
+ previewDeploymentSuffix?: string | null | undefined;
6063
+ previousPreviewDeploymentSuffix?: string | null | undefined;
5950
6064
  };
5951
6065
  /** @internal */
5952
6066
  export declare const OneHundredAndTwentySeven$outboundSchema: z.ZodType<OneHundredAndTwentySeven$Outbound, z.ZodTypeDef, OneHundredAndTwentySeven>;
@@ -5968,8 +6082,9 @@ export declare function oneHundredAndTwentySevenFromJSON(jsonString: string): Sa
5968
6082
  export declare const OneHundredAndTwentySix$inboundSchema: z.ZodType<OneHundredAndTwentySix, z.ZodTypeDef, unknown>;
5969
6083
  /** @internal */
5970
6084
  export type OneHundredAndTwentySix$Outbound = {
5971
- previewDeploymentSuffix?: string | null | undefined;
5972
- previousPreviewDeploymentSuffix?: string | null | undefined;
6085
+ price?: number | undefined;
6086
+ currency?: string | undefined;
6087
+ enabled?: boolean | undefined;
5973
6088
  };
5974
6089
  /** @internal */
5975
6090
  export declare const OneHundredAndTwentySix$outboundSchema: z.ZodType<OneHundredAndTwentySix$Outbound, z.ZodTypeDef, OneHundredAndTwentySix>;
@@ -5991,9 +6106,7 @@ export declare function oneHundredAndTwentySixFromJSON(jsonString: string): Safe
5991
6106
  export declare const OneHundredAndTwentyFive$inboundSchema: z.ZodType<OneHundredAndTwentyFive, z.ZodTypeDef, unknown>;
5992
6107
  /** @internal */
5993
6108
  export type OneHundredAndTwentyFive$Outbound = {
5994
- price?: number | undefined;
5995
- currency?: string | undefined;
5996
- enabled?: boolean | undefined;
6109
+ username: string;
5997
6110
  };
5998
6111
  /** @internal */
5999
6112
  export declare const OneHundredAndTwentyFive$outboundSchema: z.ZodType<OneHundredAndTwentyFive$Outbound, z.ZodTypeDef, OneHundredAndTwentyFive>;
@@ -6015,7 +6128,8 @@ export declare function oneHundredAndTwentyFiveFromJSON(jsonString: string): Saf
6015
6128
  export declare const OneHundredAndTwentyFour$inboundSchema: z.ZodType<OneHundredAndTwentyFour, z.ZodTypeDef, unknown>;
6016
6129
  /** @internal */
6017
6130
  export type OneHundredAndTwentyFour$Outbound = {
6018
- username: string;
6131
+ email: string;
6132
+ prevEmail: string;
6019
6133
  };
6020
6134
  /** @internal */
6021
6135
  export declare const OneHundredAndTwentyFour$outboundSchema: z.ZodType<OneHundredAndTwentyFour$Outbound, z.ZodTypeDef, OneHundredAndTwentyFour>;
@@ -6037,8 +6151,7 @@ export declare function oneHundredAndTwentyFourFromJSON(jsonString: string): Saf
6037
6151
  export declare const OneHundredAndTwentyThree$inboundSchema: z.ZodType<OneHundredAndTwentyThree, z.ZodTypeDef, unknown>;
6038
6152
  /** @internal */
6039
6153
  export type OneHundredAndTwentyThree$Outbound = {
6040
- email: string;
6041
- prevEmail: string;
6154
+ mfaEnabled: boolean;
6042
6155
  };
6043
6156
  /** @internal */
6044
6157
  export declare const OneHundredAndTwentyThree$outboundSchema: z.ZodType<OneHundredAndTwentyThree$Outbound, z.ZodTypeDef, OneHundredAndTwentyThree>;
@@ -6060,7 +6173,8 @@ export declare function oneHundredAndTwentyThreeFromJSON(jsonString: string): Sa
6060
6173
  export declare const OneHundredAndTwentyTwo$inboundSchema: z.ZodType<OneHundredAndTwentyTwo, z.ZodTypeDef, unknown>;
6061
6174
  /** @internal */
6062
6175
  export type OneHundredAndTwentyTwo$Outbound = {
6063
- mfaEnabled: boolean;
6176
+ enabled: boolean;
6177
+ totpVerified: boolean;
6064
6178
  };
6065
6179
  /** @internal */
6066
6180
  export declare const OneHundredAndTwentyTwo$outboundSchema: z.ZodType<OneHundredAndTwentyTwo$Outbound, z.ZodTypeDef, OneHundredAndTwentyTwo>;
@@ -6079,29 +6193,6 @@ export declare namespace OneHundredAndTwentyTwo$ {
6079
6193
  export declare function oneHundredAndTwentyTwoToJSON(oneHundredAndTwentyTwo: OneHundredAndTwentyTwo): string;
6080
6194
  export declare function oneHundredAndTwentyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyTwo, SDKValidationError>;
6081
6195
  /** @internal */
6082
- export declare const OneHundredAndTwentyOne$inboundSchema: z.ZodType<OneHundredAndTwentyOne, z.ZodTypeDef, unknown>;
6083
- /** @internal */
6084
- export type OneHundredAndTwentyOne$Outbound = {
6085
- enabled: boolean;
6086
- totpVerified: boolean;
6087
- };
6088
- /** @internal */
6089
- export declare const OneHundredAndTwentyOne$outboundSchema: z.ZodType<OneHundredAndTwentyOne$Outbound, z.ZodTypeDef, OneHundredAndTwentyOne>;
6090
- /**
6091
- * @internal
6092
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6093
- */
6094
- export declare namespace OneHundredAndTwentyOne$ {
6095
- /** @deprecated use `OneHundredAndTwentyOne$inboundSchema` instead. */
6096
- const inboundSchema: z.ZodType<OneHundredAndTwentyOne, z.ZodTypeDef, unknown>;
6097
- /** @deprecated use `OneHundredAndTwentyOne$outboundSchema` instead. */
6098
- const outboundSchema: z.ZodType<OneHundredAndTwentyOne$Outbound, z.ZodTypeDef, OneHundredAndTwentyOne>;
6099
- /** @deprecated use `OneHundredAndTwentyOne$Outbound` instead. */
6100
- type Outbound = OneHundredAndTwentyOne$Outbound;
6101
- }
6102
- export declare function oneHundredAndTwentyOneToJSON(oneHundredAndTwentyOne: OneHundredAndTwentyOne): string;
6103
- export declare function oneHundredAndTwentyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyOne, SDKValidationError>;
6104
- /** @internal */
6105
6196
  export declare const Previous$inboundSchema: z.ZodType<Previous, z.ZodTypeDef, unknown>;
6106
6197
  /** @internal */
6107
6198
  export type Previous$Outbound = {
@@ -6148,28 +6239,28 @@ export declare namespace Next$ {
6148
6239
  export declare function nextToJSON(next: Next): string;
6149
6240
  export declare function nextFromJSON(jsonString: string): SafeParseResult<Next, SDKValidationError>;
6150
6241
  /** @internal */
6151
- export declare const OneHundredAndTwenty$inboundSchema: z.ZodType<OneHundredAndTwenty, z.ZodTypeDef, unknown>;
6242
+ export declare const OneHundredAndTwentyOne$inboundSchema: z.ZodType<OneHundredAndTwentyOne, z.ZodTypeDef, unknown>;
6152
6243
  /** @internal */
6153
- export type OneHundredAndTwenty$Outbound = {
6244
+ export type OneHundredAndTwentyOne$Outbound = {
6154
6245
  previous: Previous$Outbound;
6155
6246
  next: Next$Outbound;
6156
6247
  };
6157
6248
  /** @internal */
6158
- export declare const OneHundredAndTwenty$outboundSchema: z.ZodType<OneHundredAndTwenty$Outbound, z.ZodTypeDef, OneHundredAndTwenty>;
6249
+ export declare const OneHundredAndTwentyOne$outboundSchema: z.ZodType<OneHundredAndTwentyOne$Outbound, z.ZodTypeDef, OneHundredAndTwentyOne>;
6159
6250
  /**
6160
6251
  * @internal
6161
6252
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6162
6253
  */
6163
- export declare namespace OneHundredAndTwenty$ {
6164
- /** @deprecated use `OneHundredAndTwenty$inboundSchema` instead. */
6165
- const inboundSchema: z.ZodType<OneHundredAndTwenty, z.ZodTypeDef, unknown>;
6166
- /** @deprecated use `OneHundredAndTwenty$outboundSchema` instead. */
6167
- const outboundSchema: z.ZodType<OneHundredAndTwenty$Outbound, z.ZodTypeDef, OneHundredAndTwenty>;
6168
- /** @deprecated use `OneHundredAndTwenty$Outbound` instead. */
6169
- type Outbound = OneHundredAndTwenty$Outbound;
6254
+ export declare namespace OneHundredAndTwentyOne$ {
6255
+ /** @deprecated use `OneHundredAndTwentyOne$inboundSchema` instead. */
6256
+ const inboundSchema: z.ZodType<OneHundredAndTwentyOne, z.ZodTypeDef, unknown>;
6257
+ /** @deprecated use `OneHundredAndTwentyOne$outboundSchema` instead. */
6258
+ const outboundSchema: z.ZodType<OneHundredAndTwentyOne$Outbound, z.ZodTypeDef, OneHundredAndTwentyOne>;
6259
+ /** @deprecated use `OneHundredAndTwentyOne$Outbound` instead. */
6260
+ type Outbound = OneHundredAndTwentyOne$Outbound;
6170
6261
  }
6171
- export declare function oneHundredAndTwentyToJSON(oneHundredAndTwenty: OneHundredAndTwenty): string;
6172
- export declare function oneHundredAndTwentyFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwenty, SDKValidationError>;
6262
+ export declare function oneHundredAndTwentyOneToJSON(oneHundredAndTwentyOne: OneHundredAndTwentyOne): string;
6263
+ export declare function oneHundredAndTwentyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyOne, SDKValidationError>;
6173
6264
  /** @internal */
6174
6265
  export declare const PayloadRemoteCaching$inboundSchema: z.ZodType<PayloadRemoteCaching, z.ZodTypeDef, unknown>;
6175
6266
  /** @internal */
@@ -6193,10 +6284,32 @@ export declare namespace PayloadRemoteCaching$ {
6193
6284
  export declare function payloadRemoteCachingToJSON(payloadRemoteCaching: PayloadRemoteCaching): string;
6194
6285
  export declare function payloadRemoteCachingFromJSON(jsonString: string): SafeParseResult<PayloadRemoteCaching, SDKValidationError>;
6195
6286
  /** @internal */
6287
+ export declare const OneHundredAndTwenty$inboundSchema: z.ZodType<OneHundredAndTwenty, z.ZodTypeDef, unknown>;
6288
+ /** @internal */
6289
+ export type OneHundredAndTwenty$Outbound = {
6290
+ remoteCaching?: PayloadRemoteCaching$Outbound | undefined;
6291
+ };
6292
+ /** @internal */
6293
+ export declare const OneHundredAndTwenty$outboundSchema: z.ZodType<OneHundredAndTwenty$Outbound, z.ZodTypeDef, OneHundredAndTwenty>;
6294
+ /**
6295
+ * @internal
6296
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6297
+ */
6298
+ export declare namespace OneHundredAndTwenty$ {
6299
+ /** @deprecated use `OneHundredAndTwenty$inboundSchema` instead. */
6300
+ const inboundSchema: z.ZodType<OneHundredAndTwenty, z.ZodTypeDef, unknown>;
6301
+ /** @deprecated use `OneHundredAndTwenty$outboundSchema` instead. */
6302
+ const outboundSchema: z.ZodType<OneHundredAndTwenty$Outbound, z.ZodTypeDef, OneHundredAndTwenty>;
6303
+ /** @deprecated use `OneHundredAndTwenty$Outbound` instead. */
6304
+ type Outbound = OneHundredAndTwenty$Outbound;
6305
+ }
6306
+ export declare function oneHundredAndTwentyToJSON(oneHundredAndTwenty: OneHundredAndTwenty): string;
6307
+ export declare function oneHundredAndTwentyFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwenty, SDKValidationError>;
6308
+ /** @internal */
6196
6309
  export declare const OneHundredAndNineteen$inboundSchema: z.ZodType<OneHundredAndNineteen, z.ZodTypeDef, unknown>;
6197
6310
  /** @internal */
6198
6311
  export type OneHundredAndNineteen$Outbound = {
6199
- remoteCaching?: PayloadRemoteCaching$Outbound | undefined;
6312
+ slug?: string | undefined;
6200
6313
  };
6201
6314
  /** @internal */
6202
6315
  export declare const OneHundredAndNineteen$outboundSchema: z.ZodType<OneHundredAndNineteen$Outbound, z.ZodTypeDef, OneHundredAndNineteen>;
@@ -6218,7 +6331,7 @@ export declare function oneHundredAndNineteenFromJSON(jsonString: string): SafeP
6218
6331
  export declare const OneHundredAndEighteen$inboundSchema: z.ZodType<OneHundredAndEighteen, z.ZodTypeDef, unknown>;
6219
6332
  /** @internal */
6220
6333
  export type OneHundredAndEighteen$Outbound = {
6221
- slug?: string | undefined;
6334
+ name?: string | undefined;
6222
6335
  };
6223
6336
  /** @internal */
6224
6337
  export declare const OneHundredAndEighteen$outboundSchema: z.ZodType<OneHundredAndEighteen$Outbound, z.ZodTypeDef, OneHundredAndEighteen>;
@@ -6240,7 +6353,7 @@ export declare function oneHundredAndEighteenFromJSON(jsonString: string): SafeP
6240
6353
  export declare const OneHundredAndSeventeen$inboundSchema: z.ZodType<OneHundredAndSeventeen, z.ZodTypeDef, unknown>;
6241
6354
  /** @internal */
6242
6355
  export type OneHundredAndSeventeen$Outbound = {
6243
- name?: string | undefined;
6356
+ enforced: boolean;
6244
6357
  };
6245
6358
  /** @internal */
6246
6359
  export declare const OneHundredAndSeventeen$outboundSchema: z.ZodType<OneHundredAndSeventeen$Outbound, z.ZodTypeDef, OneHundredAndSeventeen>;
@@ -6259,74 +6372,52 @@ export declare namespace OneHundredAndSeventeen$ {
6259
6372
  export declare function oneHundredAndSeventeenToJSON(oneHundredAndSeventeen: OneHundredAndSeventeen): string;
6260
6373
  export declare function oneHundredAndSeventeenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSeventeen, SDKValidationError>;
6261
6374
  /** @internal */
6262
- export declare const OneHundredAndSixteen$inboundSchema: z.ZodType<OneHundredAndSixteen, z.ZodTypeDef, unknown>;
6263
- /** @internal */
6264
- export type OneHundredAndSixteen$Outbound = {
6265
- enforced: boolean;
6266
- };
6375
+ export declare const UserEventPayload116User$inboundSchema: z.ZodType<UserEventPayload116User, z.ZodTypeDef, unknown>;
6267
6376
  /** @internal */
6268
- export declare const OneHundredAndSixteen$outboundSchema: z.ZodType<OneHundredAndSixteen$Outbound, z.ZodTypeDef, OneHundredAndSixteen>;
6269
- /**
6270
- * @internal
6271
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6272
- */
6273
- export declare namespace OneHundredAndSixteen$ {
6274
- /** @deprecated use `OneHundredAndSixteen$inboundSchema` instead. */
6275
- const inboundSchema: z.ZodType<OneHundredAndSixteen, z.ZodTypeDef, unknown>;
6276
- /** @deprecated use `OneHundredAndSixteen$outboundSchema` instead. */
6277
- const outboundSchema: z.ZodType<OneHundredAndSixteen$Outbound, z.ZodTypeDef, OneHundredAndSixteen>;
6278
- /** @deprecated use `OneHundredAndSixteen$Outbound` instead. */
6279
- type Outbound = OneHundredAndSixteen$Outbound;
6280
- }
6281
- export declare function oneHundredAndSixteenToJSON(oneHundredAndSixteen: OneHundredAndSixteen): string;
6282
- export declare function oneHundredAndSixteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixteen, SDKValidationError>;
6283
- /** @internal */
6284
- export declare const UserEventPayload115User$inboundSchema: z.ZodType<UserEventPayload115User, z.ZodTypeDef, unknown>;
6285
- /** @internal */
6286
- export type UserEventPayload115User$Outbound = {
6377
+ export type UserEventPayload116User$Outbound = {
6287
6378
  id: string;
6288
6379
  username: string;
6289
6380
  };
6290
6381
  /** @internal */
6291
- export declare const UserEventPayload115User$outboundSchema: z.ZodType<UserEventPayload115User$Outbound, z.ZodTypeDef, UserEventPayload115User>;
6382
+ export declare const UserEventPayload116User$outboundSchema: z.ZodType<UserEventPayload116User$Outbound, z.ZodTypeDef, UserEventPayload116User>;
6292
6383
  /**
6293
6384
  * @internal
6294
6385
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6295
6386
  */
6296
- export declare namespace UserEventPayload115User$ {
6297
- /** @deprecated use `UserEventPayload115User$inboundSchema` instead. */
6298
- const inboundSchema: z.ZodType<UserEventPayload115User, z.ZodTypeDef, unknown>;
6299
- /** @deprecated use `UserEventPayload115User$outboundSchema` instead. */
6300
- const outboundSchema: z.ZodType<UserEventPayload115User$Outbound, z.ZodTypeDef, UserEventPayload115User>;
6301
- /** @deprecated use `UserEventPayload115User$Outbound` instead. */
6302
- type Outbound = UserEventPayload115User$Outbound;
6387
+ export declare namespace UserEventPayload116User$ {
6388
+ /** @deprecated use `UserEventPayload116User$inboundSchema` instead. */
6389
+ const inboundSchema: z.ZodType<UserEventPayload116User, z.ZodTypeDef, unknown>;
6390
+ /** @deprecated use `UserEventPayload116User$outboundSchema` instead. */
6391
+ const outboundSchema: z.ZodType<UserEventPayload116User$Outbound, z.ZodTypeDef, UserEventPayload116User>;
6392
+ /** @deprecated use `UserEventPayload116User$Outbound` instead. */
6393
+ type Outbound = UserEventPayload116User$Outbound;
6303
6394
  }
6304
- export declare function userEventPayload115UserToJSON(userEventPayload115User: UserEventPayload115User): string;
6305
- export declare function userEventPayload115UserFromJSON(jsonString: string): SafeParseResult<UserEventPayload115User, SDKValidationError>;
6395
+ export declare function userEventPayload116UserToJSON(userEventPayload116User: UserEventPayload116User): string;
6396
+ export declare function userEventPayload116UserFromJSON(jsonString: string): SafeParseResult<UserEventPayload116User, SDKValidationError>;
6306
6397
  /** @internal */
6307
- export declare const OneHundredAndFifteen$inboundSchema: z.ZodType<OneHundredAndFifteen, z.ZodTypeDef, unknown>;
6398
+ export declare const OneHundredAndSixteen$inboundSchema: z.ZodType<OneHundredAndSixteen, z.ZodTypeDef, unknown>;
6308
6399
  /** @internal */
6309
- export type OneHundredAndFifteen$Outbound = {
6400
+ export type OneHundredAndSixteen$Outbound = {
6310
6401
  entitlement: string;
6311
- user: UserEventPayload115User$Outbound;
6402
+ user: UserEventPayload116User$Outbound;
6312
6403
  previousCanceledAt?: string | undefined;
6313
6404
  };
6314
6405
  /** @internal */
6315
- export declare const OneHundredAndFifteen$outboundSchema: z.ZodType<OneHundredAndFifteen$Outbound, z.ZodTypeDef, OneHundredAndFifteen>;
6406
+ export declare const OneHundredAndSixteen$outboundSchema: z.ZodType<OneHundredAndSixteen$Outbound, z.ZodTypeDef, OneHundredAndSixteen>;
6316
6407
  /**
6317
6408
  * @internal
6318
6409
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6319
6410
  */
6320
- export declare namespace OneHundredAndFifteen$ {
6321
- /** @deprecated use `OneHundredAndFifteen$inboundSchema` instead. */
6322
- const inboundSchema: z.ZodType<OneHundredAndFifteen, z.ZodTypeDef, unknown>;
6323
- /** @deprecated use `OneHundredAndFifteen$outboundSchema` instead. */
6324
- const outboundSchema: z.ZodType<OneHundredAndFifteen$Outbound, z.ZodTypeDef, OneHundredAndFifteen>;
6325
- /** @deprecated use `OneHundredAndFifteen$Outbound` instead. */
6326
- type Outbound = OneHundredAndFifteen$Outbound;
6411
+ export declare namespace OneHundredAndSixteen$ {
6412
+ /** @deprecated use `OneHundredAndSixteen$inboundSchema` instead. */
6413
+ const inboundSchema: z.ZodType<OneHundredAndSixteen, z.ZodTypeDef, unknown>;
6414
+ /** @deprecated use `OneHundredAndSixteen$outboundSchema` instead. */
6415
+ const outboundSchema: z.ZodType<OneHundredAndSixteen$Outbound, z.ZodTypeDef, OneHundredAndSixteen>;
6416
+ /** @deprecated use `OneHundredAndSixteen$Outbound` instead. */
6417
+ type Outbound = OneHundredAndSixteen$Outbound;
6327
6418
  }
6328
- export declare function oneHundredAndFifteenToJSON(oneHundredAndFifteen: OneHundredAndFifteen): string;
6329
- export declare function oneHundredAndFifteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFifteen, SDKValidationError>;
6419
+ export declare function oneHundredAndSixteenToJSON(oneHundredAndSixteen: OneHundredAndSixteen): string;
6420
+ export declare function oneHundredAndSixteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixteen, SDKValidationError>;
6330
6421
  /** @internal */
6331
6422
  export declare const UserEventPayloadUser$inboundSchema: z.ZodType<UserEventPayloadUser, z.ZodTypeDef, unknown>;
6332
6423
  /** @internal */
@@ -6351,28 +6442,28 @@ export declare namespace UserEventPayloadUser$ {
6351
6442
  export declare function userEventPayloadUserToJSON(userEventPayloadUser: UserEventPayloadUser): string;
6352
6443
  export declare function userEventPayloadUserFromJSON(jsonString: string): SafeParseResult<UserEventPayloadUser, SDKValidationError>;
6353
6444
  /** @internal */
6354
- export declare const OneHundredAndFourteen$inboundSchema: z.ZodType<OneHundredAndFourteen, z.ZodTypeDef, unknown>;
6445
+ export declare const OneHundredAndFifteen$inboundSchema: z.ZodType<OneHundredAndFifteen, z.ZodTypeDef, unknown>;
6355
6446
  /** @internal */
6356
- export type OneHundredAndFourteen$Outbound = {
6447
+ export type OneHundredAndFifteen$Outbound = {
6357
6448
  entitlement: string;
6358
6449
  user: UserEventPayloadUser$Outbound;
6359
6450
  };
6360
6451
  /** @internal */
6361
- export declare const OneHundredAndFourteen$outboundSchema: z.ZodType<OneHundredAndFourteen$Outbound, z.ZodTypeDef, OneHundredAndFourteen>;
6452
+ export declare const OneHundredAndFifteen$outboundSchema: z.ZodType<OneHundredAndFifteen$Outbound, z.ZodTypeDef, OneHundredAndFifteen>;
6362
6453
  /**
6363
6454
  * @internal
6364
6455
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6365
6456
  */
6366
- export declare namespace OneHundredAndFourteen$ {
6367
- /** @deprecated use `OneHundredAndFourteen$inboundSchema` instead. */
6368
- const inboundSchema: z.ZodType<OneHundredAndFourteen, z.ZodTypeDef, unknown>;
6369
- /** @deprecated use `OneHundredAndFourteen$outboundSchema` instead. */
6370
- const outboundSchema: z.ZodType<OneHundredAndFourteen$Outbound, z.ZodTypeDef, OneHundredAndFourteen>;
6371
- /** @deprecated use `OneHundredAndFourteen$Outbound` instead. */
6372
- type Outbound = OneHundredAndFourteen$Outbound;
6457
+ export declare namespace OneHundredAndFifteen$ {
6458
+ /** @deprecated use `OneHundredAndFifteen$inboundSchema` instead. */
6459
+ const inboundSchema: z.ZodType<OneHundredAndFifteen, z.ZodTypeDef, unknown>;
6460
+ /** @deprecated use `OneHundredAndFifteen$outboundSchema` instead. */
6461
+ const outboundSchema: z.ZodType<OneHundredAndFifteen$Outbound, z.ZodTypeDef, OneHundredAndFifteen>;
6462
+ /** @deprecated use `OneHundredAndFifteen$Outbound` instead. */
6463
+ type Outbound = OneHundredAndFifteen$Outbound;
6373
6464
  }
6374
- export declare function oneHundredAndFourteenToJSON(oneHundredAndFourteen: OneHundredAndFourteen): string;
6375
- export declare function oneHundredAndFourteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFourteen, SDKValidationError>;
6465
+ export declare function oneHundredAndFifteenToJSON(oneHundredAndFifteen: OneHundredAndFifteen): string;
6466
+ export declare function oneHundredAndFifteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFifteen, SDKValidationError>;
6376
6467
  /** @internal */
6377
6468
  export declare const UpdatedUser$inboundSchema: z.ZodType<UpdatedUser, z.ZodTypeDef, unknown>;
6378
6469
  /** @internal */
@@ -6397,9 +6488,9 @@ export declare namespace UpdatedUser$ {
6397
6488
  export declare function updatedUserToJSON(updatedUser: UpdatedUser): string;
6398
6489
  export declare function updatedUserFromJSON(jsonString: string): SafeParseResult<UpdatedUser, SDKValidationError>;
6399
6490
  /** @internal */
6400
- export declare const OneHundredAndThirteen$inboundSchema: z.ZodType<OneHundredAndThirteen, z.ZodTypeDef, unknown>;
6491
+ export declare const OneHundredAndFourteen$inboundSchema: z.ZodType<OneHundredAndFourteen, z.ZodTypeDef, unknown>;
6401
6492
  /** @internal */
6402
- export type OneHundredAndThirteen$Outbound = {
6493
+ export type OneHundredAndFourteen$Outbound = {
6403
6494
  directoryType?: string | undefined;
6404
6495
  updatedUser?: UpdatedUser$Outbound | undefined;
6405
6496
  role?: string | undefined;
@@ -6407,25 +6498,25 @@ export type OneHundredAndThirteen$Outbound = {
6407
6498
  updatedUid?: string | undefined;
6408
6499
  };
6409
6500
  /** @internal */
6410
- export declare const OneHundredAndThirteen$outboundSchema: z.ZodType<OneHundredAndThirteen$Outbound, z.ZodTypeDef, OneHundredAndThirteen>;
6501
+ export declare const OneHundredAndFourteen$outboundSchema: z.ZodType<OneHundredAndFourteen$Outbound, z.ZodTypeDef, OneHundredAndFourteen>;
6411
6502
  /**
6412
6503
  * @internal
6413
6504
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6414
6505
  */
6415
- export declare namespace OneHundredAndThirteen$ {
6416
- /** @deprecated use `OneHundredAndThirteen$inboundSchema` instead. */
6417
- const inboundSchema: z.ZodType<OneHundredAndThirteen, z.ZodTypeDef, unknown>;
6418
- /** @deprecated use `OneHundredAndThirteen$outboundSchema` instead. */
6419
- const outboundSchema: z.ZodType<OneHundredAndThirteen$Outbound, z.ZodTypeDef, OneHundredAndThirteen>;
6420
- /** @deprecated use `OneHundredAndThirteen$Outbound` instead. */
6421
- type Outbound = OneHundredAndThirteen$Outbound;
6506
+ export declare namespace OneHundredAndFourteen$ {
6507
+ /** @deprecated use `OneHundredAndFourteen$inboundSchema` instead. */
6508
+ const inboundSchema: z.ZodType<OneHundredAndFourteen, z.ZodTypeDef, unknown>;
6509
+ /** @deprecated use `OneHundredAndFourteen$outboundSchema` instead. */
6510
+ const outboundSchema: z.ZodType<OneHundredAndFourteen$Outbound, z.ZodTypeDef, OneHundredAndFourteen>;
6511
+ /** @deprecated use `OneHundredAndFourteen$Outbound` instead. */
6512
+ type Outbound = OneHundredAndFourteen$Outbound;
6422
6513
  }
6423
- export declare function oneHundredAndThirteenToJSON(oneHundredAndThirteen: OneHundredAndThirteen): string;
6424
- export declare function oneHundredAndThirteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirteen, SDKValidationError>;
6514
+ export declare function oneHundredAndFourteenToJSON(oneHundredAndFourteen: OneHundredAndFourteen): string;
6515
+ export declare function oneHundredAndFourteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFourteen, SDKValidationError>;
6425
6516
  /** @internal */
6426
- export declare const OneHundredAndTwelve$inboundSchema: z.ZodType<OneHundredAndTwelve, z.ZodTypeDef, unknown>;
6517
+ export declare const OneHundredAndThirteen$inboundSchema: z.ZodType<OneHundredAndThirteen, z.ZodTypeDef, unknown>;
6427
6518
  /** @internal */
6428
- export type OneHundredAndTwelve$Outbound = {
6519
+ export type OneHundredAndThirteen$Outbound = {
6429
6520
  role?: string | undefined;
6430
6521
  uid: string;
6431
6522
  origin?: string | undefined;
@@ -6434,21 +6525,21 @@ export type OneHundredAndTwelve$Outbound = {
6434
6525
  entitlements?: Array<string> | undefined;
6435
6526
  };
6436
6527
  /** @internal */
6437
- export declare const OneHundredAndTwelve$outboundSchema: z.ZodType<OneHundredAndTwelve$Outbound, z.ZodTypeDef, OneHundredAndTwelve>;
6528
+ export declare const OneHundredAndThirteen$outboundSchema: z.ZodType<OneHundredAndThirteen$Outbound, z.ZodTypeDef, OneHundredAndThirteen>;
6438
6529
  /**
6439
6530
  * @internal
6440
6531
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6441
6532
  */
6442
- export declare namespace OneHundredAndTwelve$ {
6443
- /** @deprecated use `OneHundredAndTwelve$inboundSchema` instead. */
6444
- const inboundSchema: z.ZodType<OneHundredAndTwelve, z.ZodTypeDef, unknown>;
6445
- /** @deprecated use `OneHundredAndTwelve$outboundSchema` instead. */
6446
- const outboundSchema: z.ZodType<OneHundredAndTwelve$Outbound, z.ZodTypeDef, OneHundredAndTwelve>;
6447
- /** @deprecated use `OneHundredAndTwelve$Outbound` instead. */
6448
- type Outbound = OneHundredAndTwelve$Outbound;
6533
+ export declare namespace OneHundredAndThirteen$ {
6534
+ /** @deprecated use `OneHundredAndThirteen$inboundSchema` instead. */
6535
+ const inboundSchema: z.ZodType<OneHundredAndThirteen, z.ZodTypeDef, unknown>;
6536
+ /** @deprecated use `OneHundredAndThirteen$outboundSchema` instead. */
6537
+ const outboundSchema: z.ZodType<OneHundredAndThirteen$Outbound, z.ZodTypeDef, OneHundredAndThirteen>;
6538
+ /** @deprecated use `OneHundredAndThirteen$Outbound` instead. */
6539
+ type Outbound = OneHundredAndThirteen$Outbound;
6449
6540
  }
6450
- export declare function oneHundredAndTwelveToJSON(oneHundredAndTwelve: OneHundredAndTwelve): string;
6451
- export declare function oneHundredAndTwelveFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwelve, SDKValidationError>;
6541
+ export declare function oneHundredAndThirteenToJSON(oneHundredAndThirteen: OneHundredAndThirteen): string;
6542
+ export declare function oneHundredAndThirteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirteen, SDKValidationError>;
6452
6543
  /** @internal */
6453
6544
  export declare const DeletedUser$inboundSchema: z.ZodType<DeletedUser, z.ZodTypeDef, unknown>;
6454
6545
  /** @internal */
@@ -6473,9 +6564,9 @@ export declare namespace DeletedUser$ {
6473
6564
  export declare function deletedUserToJSON(deletedUser: DeletedUser): string;
6474
6565
  export declare function deletedUserFromJSON(jsonString: string): SafeParseResult<DeletedUser, SDKValidationError>;
6475
6566
  /** @internal */
6476
- export declare const OneHundredAndEleven$inboundSchema: z.ZodType<OneHundredAndEleven, z.ZodTypeDef, unknown>;
6567
+ export declare const OneHundredAndTwelve$inboundSchema: z.ZodType<OneHundredAndTwelve, z.ZodTypeDef, unknown>;
6477
6568
  /** @internal */
6478
- export type OneHundredAndEleven$Outbound = {
6569
+ export type OneHundredAndTwelve$Outbound = {
6479
6570
  deletedUser?: DeletedUser$Outbound | undefined;
6480
6571
  deletedUid?: string | undefined;
6481
6572
  githubUsername?: string | null | undefined;
@@ -6484,21 +6575,21 @@ export type OneHundredAndEleven$Outbound = {
6484
6575
  directoryType?: string | undefined;
6485
6576
  };
6486
6577
  /** @internal */
6487
- export declare const OneHundredAndEleven$outboundSchema: z.ZodType<OneHundredAndEleven$Outbound, z.ZodTypeDef, OneHundredAndEleven>;
6578
+ export declare const OneHundredAndTwelve$outboundSchema: z.ZodType<OneHundredAndTwelve$Outbound, z.ZodTypeDef, OneHundredAndTwelve>;
6488
6579
  /**
6489
6580
  * @internal
6490
6581
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6491
6582
  */
6492
- export declare namespace OneHundredAndEleven$ {
6493
- /** @deprecated use `OneHundredAndEleven$inboundSchema` instead. */
6494
- const inboundSchema: z.ZodType<OneHundredAndEleven, z.ZodTypeDef, unknown>;
6495
- /** @deprecated use `OneHundredAndEleven$outboundSchema` instead. */
6496
- const outboundSchema: z.ZodType<OneHundredAndEleven$Outbound, z.ZodTypeDef, OneHundredAndEleven>;
6497
- /** @deprecated use `OneHundredAndEleven$Outbound` instead. */
6498
- type Outbound = OneHundredAndEleven$Outbound;
6583
+ export declare namespace OneHundredAndTwelve$ {
6584
+ /** @deprecated use `OneHundredAndTwelve$inboundSchema` instead. */
6585
+ const inboundSchema: z.ZodType<OneHundredAndTwelve, z.ZodTypeDef, unknown>;
6586
+ /** @deprecated use `OneHundredAndTwelve$outboundSchema` instead. */
6587
+ const outboundSchema: z.ZodType<OneHundredAndTwelve$Outbound, z.ZodTypeDef, OneHundredAndTwelve>;
6588
+ /** @deprecated use `OneHundredAndTwelve$Outbound` instead. */
6589
+ type Outbound = OneHundredAndTwelve$Outbound;
6499
6590
  }
6500
- export declare function oneHundredAndElevenToJSON(oneHundredAndEleven: OneHundredAndEleven): string;
6501
- export declare function oneHundredAndElevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndEleven, SDKValidationError>;
6591
+ export declare function oneHundredAndTwelveToJSON(oneHundredAndTwelve: OneHundredAndTwelve): string;
6592
+ export declare function oneHundredAndTwelveFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwelve, SDKValidationError>;
6502
6593
  /** @internal */
6503
6594
  export declare const InvitedUser$inboundSchema: z.ZodType<InvitedUser, z.ZodTypeDef, unknown>;
6504
6595
  /** @internal */
@@ -6523,9 +6614,9 @@ export declare namespace InvitedUser$ {
6523
6614
  export declare function invitedUserToJSON(invitedUser: InvitedUser): string;
6524
6615
  export declare function invitedUserFromJSON(jsonString: string): SafeParseResult<InvitedUser, SDKValidationError>;
6525
6616
  /** @internal */
6526
- export declare const OneHundredAndTen$inboundSchema: z.ZodType<OneHundredAndTen, z.ZodTypeDef, unknown>;
6617
+ export declare const OneHundredAndEleven$inboundSchema: z.ZodType<OneHundredAndEleven, z.ZodTypeDef, unknown>;
6527
6618
  /** @internal */
6528
- export type OneHundredAndTen$Outbound = {
6619
+ export type OneHundredAndEleven$Outbound = {
6529
6620
  directoryType?: string | undefined;
6530
6621
  ssoType?: string | undefined;
6531
6622
  invitedUser?: InvitedUser$Outbound | undefined;
@@ -6535,21 +6626,21 @@ export type OneHundredAndTen$Outbound = {
6535
6626
  invitedUid?: string | undefined;
6536
6627
  };
6537
6628
  /** @internal */
6538
- export declare const OneHundredAndTen$outboundSchema: z.ZodType<OneHundredAndTen$Outbound, z.ZodTypeDef, OneHundredAndTen>;
6629
+ export declare const OneHundredAndEleven$outboundSchema: z.ZodType<OneHundredAndEleven$Outbound, z.ZodTypeDef, OneHundredAndEleven>;
6539
6630
  /**
6540
6631
  * @internal
6541
6632
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6542
6633
  */
6543
- export declare namespace OneHundredAndTen$ {
6544
- /** @deprecated use `OneHundredAndTen$inboundSchema` instead. */
6545
- const inboundSchema: z.ZodType<OneHundredAndTen, z.ZodTypeDef, unknown>;
6546
- /** @deprecated use `OneHundredAndTen$outboundSchema` instead. */
6547
- const outboundSchema: z.ZodType<OneHundredAndTen$Outbound, z.ZodTypeDef, OneHundredAndTen>;
6548
- /** @deprecated use `OneHundredAndTen$Outbound` instead. */
6549
- type Outbound = OneHundredAndTen$Outbound;
6634
+ export declare namespace OneHundredAndEleven$ {
6635
+ /** @deprecated use `OneHundredAndEleven$inboundSchema` instead. */
6636
+ const inboundSchema: z.ZodType<OneHundredAndEleven, z.ZodTypeDef, unknown>;
6637
+ /** @deprecated use `OneHundredAndEleven$outboundSchema` instead. */
6638
+ const outboundSchema: z.ZodType<OneHundredAndEleven$Outbound, z.ZodTypeDef, OneHundredAndEleven>;
6639
+ /** @deprecated use `OneHundredAndEleven$Outbound` instead. */
6640
+ type Outbound = OneHundredAndEleven$Outbound;
6550
6641
  }
6551
- export declare function oneHundredAndTenToJSON(oneHundredAndTen: OneHundredAndTen): string;
6552
- export declare function oneHundredAndTenFromJSON(jsonString: string): SafeParseResult<OneHundredAndTen, SDKValidationError>;
6642
+ export declare function oneHundredAndElevenToJSON(oneHundredAndEleven: OneHundredAndEleven): string;
6643
+ export declare function oneHundredAndElevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndEleven, SDKValidationError>;
6553
6644
  /** @internal */
6554
6645
  export declare const Reasons$inboundSchema: z.ZodType<Reasons, z.ZodTypeDef, unknown>;
6555
6646
  /** @internal */
@@ -6571,16 +6662,38 @@ export declare namespace Reasons$ {
6571
6662
  /** @deprecated use `Reasons$Outbound` instead. */
6572
6663
  type Outbound = Reasons$Outbound;
6573
6664
  }
6574
- export declare function reasonsToJSON(reasons: Reasons): string;
6575
- export declare function reasonsFromJSON(jsonString: string): SafeParseResult<Reasons, SDKValidationError>;
6665
+ export declare function reasonsToJSON(reasons: Reasons): string;
6666
+ export declare function reasonsFromJSON(jsonString: string): SafeParseResult<Reasons, SDKValidationError>;
6667
+ /** @internal */
6668
+ export declare const OneHundredAndTen$inboundSchema: z.ZodType<OneHundredAndTen, z.ZodTypeDef, unknown>;
6669
+ /** @internal */
6670
+ export type OneHundredAndTen$Outbound = {
6671
+ slug: string;
6672
+ teamId: string;
6673
+ by: string;
6674
+ reasons?: Array<Reasons$Outbound> | undefined;
6675
+ };
6676
+ /** @internal */
6677
+ export declare const OneHundredAndTen$outboundSchema: z.ZodType<OneHundredAndTen$Outbound, z.ZodTypeDef, OneHundredAndTen>;
6678
+ /**
6679
+ * @internal
6680
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6681
+ */
6682
+ export declare namespace OneHundredAndTen$ {
6683
+ /** @deprecated use `OneHundredAndTen$inboundSchema` instead. */
6684
+ const inboundSchema: z.ZodType<OneHundredAndTen, z.ZodTypeDef, unknown>;
6685
+ /** @deprecated use `OneHundredAndTen$outboundSchema` instead. */
6686
+ const outboundSchema: z.ZodType<OneHundredAndTen$Outbound, z.ZodTypeDef, OneHundredAndTen>;
6687
+ /** @deprecated use `OneHundredAndTen$Outbound` instead. */
6688
+ type Outbound = OneHundredAndTen$Outbound;
6689
+ }
6690
+ export declare function oneHundredAndTenToJSON(oneHundredAndTen: OneHundredAndTen): string;
6691
+ export declare function oneHundredAndTenFromJSON(jsonString: string): SafeParseResult<OneHundredAndTen, SDKValidationError>;
6576
6692
  /** @internal */
6577
6693
  export declare const OneHundredAndNine$inboundSchema: z.ZodType<OneHundredAndNine, z.ZodTypeDef, unknown>;
6578
6694
  /** @internal */
6579
6695
  export type OneHundredAndNine$Outbound = {
6580
6696
  slug: string;
6581
- teamId: string;
6582
- by: string;
6583
- reasons?: Array<Reasons$Outbound> | undefined;
6584
6697
  };
6585
6698
  /** @internal */
6586
6699
  export declare const OneHundredAndNine$outboundSchema: z.ZodType<OneHundredAndNine$Outbound, z.ZodTypeDef, OneHundredAndNine>;
@@ -6599,28 +6712,6 @@ export declare namespace OneHundredAndNine$ {
6599
6712
  export declare function oneHundredAndNineToJSON(oneHundredAndNine: OneHundredAndNine): string;
6600
6713
  export declare function oneHundredAndNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndNine, SDKValidationError>;
6601
6714
  /** @internal */
6602
- export declare const OneHundredAndEight$inboundSchema: z.ZodType<OneHundredAndEight, z.ZodTypeDef, unknown>;
6603
- /** @internal */
6604
- export type OneHundredAndEight$Outbound = {
6605
- slug: string;
6606
- };
6607
- /** @internal */
6608
- export declare const OneHundredAndEight$outboundSchema: z.ZodType<OneHundredAndEight$Outbound, z.ZodTypeDef, OneHundredAndEight>;
6609
- /**
6610
- * @internal
6611
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6612
- */
6613
- export declare namespace OneHundredAndEight$ {
6614
- /** @deprecated use `OneHundredAndEight$inboundSchema` instead. */
6615
- const inboundSchema: z.ZodType<OneHundredAndEight, z.ZodTypeDef, unknown>;
6616
- /** @deprecated use `OneHundredAndEight$outboundSchema` instead. */
6617
- const outboundSchema: z.ZodType<OneHundredAndEight$Outbound, z.ZodTypeDef, OneHundredAndEight>;
6618
- /** @deprecated use `OneHundredAndEight$Outbound` instead. */
6619
- type Outbound = OneHundredAndEight$Outbound;
6620
- }
6621
- export declare function oneHundredAndEightToJSON(oneHundredAndEight: OneHundredAndEight): string;
6622
- export declare function oneHundredAndEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndEight, SDKValidationError>;
6623
- /** @internal */
6624
6715
  export declare const Store$inboundSchema: z.ZodType<Store, z.ZodTypeDef, unknown>;
6625
6716
  /** @internal */
6626
6717
  export type Store$Outbound = {
@@ -6644,28 +6735,28 @@ export declare namespace Store$ {
6644
6735
  export declare function storeToJSON(store: Store): string;
6645
6736
  export declare function storeFromJSON(jsonString: string): SafeParseResult<Store, SDKValidationError>;
6646
6737
  /** @internal */
6647
- export declare const OneHundredAndSeven$inboundSchema: z.ZodType<OneHundredAndSeven, z.ZodTypeDef, unknown>;
6738
+ export declare const OneHundredAndEight$inboundSchema: z.ZodType<OneHundredAndEight, z.ZodTypeDef, unknown>;
6648
6739
  /** @internal */
6649
- export type OneHundredAndSeven$Outbound = {
6740
+ export type OneHundredAndEight$Outbound = {
6650
6741
  store: Store$Outbound;
6651
6742
  ownerId?: string | undefined;
6652
6743
  };
6653
6744
  /** @internal */
6654
- export declare const OneHundredAndSeven$outboundSchema: z.ZodType<OneHundredAndSeven$Outbound, z.ZodTypeDef, OneHundredAndSeven>;
6745
+ export declare const OneHundredAndEight$outboundSchema: z.ZodType<OneHundredAndEight$Outbound, z.ZodTypeDef, OneHundredAndEight>;
6655
6746
  /**
6656
6747
  * @internal
6657
6748
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6658
6749
  */
6659
- export declare namespace OneHundredAndSeven$ {
6660
- /** @deprecated use `OneHundredAndSeven$inboundSchema` instead. */
6661
- const inboundSchema: z.ZodType<OneHundredAndSeven, z.ZodTypeDef, unknown>;
6662
- /** @deprecated use `OneHundredAndSeven$outboundSchema` instead. */
6663
- const outboundSchema: z.ZodType<OneHundredAndSeven$Outbound, z.ZodTypeDef, OneHundredAndSeven>;
6664
- /** @deprecated use `OneHundredAndSeven$Outbound` instead. */
6665
- type Outbound = OneHundredAndSeven$Outbound;
6750
+ export declare namespace OneHundredAndEight$ {
6751
+ /** @deprecated use `OneHundredAndEight$inboundSchema` instead. */
6752
+ const inboundSchema: z.ZodType<OneHundredAndEight, z.ZodTypeDef, unknown>;
6753
+ /** @deprecated use `OneHundredAndEight$outboundSchema` instead. */
6754
+ const outboundSchema: z.ZodType<OneHundredAndEight$Outbound, z.ZodTypeDef, OneHundredAndEight>;
6755
+ /** @deprecated use `OneHundredAndEight$Outbound` instead. */
6756
+ type Outbound = OneHundredAndEight$Outbound;
6666
6757
  }
6667
- export declare function oneHundredAndSevenToJSON(oneHundredAndSeven: OneHundredAndSeven): string;
6668
- export declare function oneHundredAndSevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSeven, SDKValidationError>;
6758
+ export declare function oneHundredAndEightToJSON(oneHundredAndEight: OneHundredAndEight): string;
6759
+ export declare function oneHundredAndEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndEight, SDKValidationError>;
6669
6760
  /** @internal */
6670
6761
  export declare const StoreType$inboundSchema: z.ZodNativeEnum<typeof StoreType>;
6671
6762
  /** @internal */
@@ -6687,27 +6778,27 @@ export declare namespace StoreType$ {
6687
6778
  }>;
6688
6779
  }
6689
6780
  /** @internal */
6690
- export declare const OneHundredAndSix$inboundSchema: z.ZodType<OneHundredAndSix, z.ZodTypeDef, unknown>;
6781
+ export declare const OneHundredAndSeven$inboundSchema: z.ZodType<OneHundredAndSeven, z.ZodTypeDef, unknown>;
6691
6782
  /** @internal */
6692
- export type OneHundredAndSix$Outbound = {
6783
+ export type OneHundredAndSeven$Outbound = {
6693
6784
  storeType: string;
6694
6785
  };
6695
6786
  /** @internal */
6696
- export declare const OneHundredAndSix$outboundSchema: z.ZodType<OneHundredAndSix$Outbound, z.ZodTypeDef, OneHundredAndSix>;
6787
+ export declare const OneHundredAndSeven$outboundSchema: z.ZodType<OneHundredAndSeven$Outbound, z.ZodTypeDef, OneHundredAndSeven>;
6697
6788
  /**
6698
6789
  * @internal
6699
6790
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6700
6791
  */
6701
- export declare namespace OneHundredAndSix$ {
6702
- /** @deprecated use `OneHundredAndSix$inboundSchema` instead. */
6703
- const inboundSchema: z.ZodType<OneHundredAndSix, z.ZodTypeDef, unknown>;
6704
- /** @deprecated use `OneHundredAndSix$outboundSchema` instead. */
6705
- const outboundSchema: z.ZodType<OneHundredAndSix$Outbound, z.ZodTypeDef, OneHundredAndSix>;
6706
- /** @deprecated use `OneHundredAndSix$Outbound` instead. */
6707
- type Outbound = OneHundredAndSix$Outbound;
6792
+ export declare namespace OneHundredAndSeven$ {
6793
+ /** @deprecated use `OneHundredAndSeven$inboundSchema` instead. */
6794
+ const inboundSchema: z.ZodType<OneHundredAndSeven, z.ZodTypeDef, unknown>;
6795
+ /** @deprecated use `OneHundredAndSeven$outboundSchema` instead. */
6796
+ const outboundSchema: z.ZodType<OneHundredAndSeven$Outbound, z.ZodTypeDef, OneHundredAndSeven>;
6797
+ /** @deprecated use `OneHundredAndSeven$Outbound` instead. */
6798
+ type Outbound = OneHundredAndSeven$Outbound;
6708
6799
  }
6709
- export declare function oneHundredAndSixToJSON(oneHundredAndSix: OneHundredAndSix): string;
6710
- export declare function oneHundredAndSixFromJSON(jsonString: string): SafeParseResult<OneHundredAndSix, SDKValidationError>;
6800
+ export declare function oneHundredAndSevenToJSON(oneHundredAndSeven: OneHundredAndSeven): string;
6801
+ export declare function oneHundredAndSevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSeven, SDKValidationError>;
6711
6802
  /** @internal */
6712
6803
  export declare const UserEventPayloadType$inboundSchema: z.ZodNativeEnum<typeof UserEventPayloadType>;
6713
6804
  /** @internal */
@@ -6735,9 +6826,9 @@ export declare namespace UserEventPayloadType$ {
6735
6826
  }>;
6736
6827
  }
6737
6828
  /** @internal */
6738
- export declare const OneHundredAndFive$inboundSchema: z.ZodType<OneHundredAndFive, z.ZodTypeDef, unknown>;
6829
+ export declare const OneHundredAndSix$inboundSchema: z.ZodType<OneHundredAndSix, z.ZodTypeDef, unknown>;
6739
6830
  /** @internal */
6740
- export type OneHundredAndFive$Outbound = {
6831
+ export type OneHundredAndSix$Outbound = {
6741
6832
  id: string;
6742
6833
  name?: string | undefined;
6743
6834
  computeUnitsMax?: number | undefined;
@@ -6746,6 +6837,28 @@ export type OneHundredAndFive$Outbound = {
6746
6837
  type: string;
6747
6838
  };
6748
6839
  /** @internal */
6840
+ export declare const OneHundredAndSix$outboundSchema: z.ZodType<OneHundredAndSix$Outbound, z.ZodTypeDef, OneHundredAndSix>;
6841
+ /**
6842
+ * @internal
6843
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6844
+ */
6845
+ export declare namespace OneHundredAndSix$ {
6846
+ /** @deprecated use `OneHundredAndSix$inboundSchema` instead. */
6847
+ const inboundSchema: z.ZodType<OneHundredAndSix, z.ZodTypeDef, unknown>;
6848
+ /** @deprecated use `OneHundredAndSix$outboundSchema` instead. */
6849
+ const outboundSchema: z.ZodType<OneHundredAndSix$Outbound, z.ZodTypeDef, OneHundredAndSix>;
6850
+ /** @deprecated use `OneHundredAndSix$Outbound` instead. */
6851
+ type Outbound = OneHundredAndSix$Outbound;
6852
+ }
6853
+ export declare function oneHundredAndSixToJSON(oneHundredAndSix: OneHundredAndSix): string;
6854
+ export declare function oneHundredAndSixFromJSON(jsonString: string): SafeParseResult<OneHundredAndSix, SDKValidationError>;
6855
+ /** @internal */
6856
+ export declare const OneHundredAndFive$inboundSchema: z.ZodType<OneHundredAndFive, z.ZodTypeDef, unknown>;
6857
+ /** @internal */
6858
+ export type OneHundredAndFive$Outbound = {
6859
+ webhookUrl?: string | undefined;
6860
+ };
6861
+ /** @internal */
6749
6862
  export declare const OneHundredAndFive$outboundSchema: z.ZodType<OneHundredAndFive$Outbound, z.ZodTypeDef, OneHundredAndFive>;
6750
6863
  /**
6751
6864
  * @internal
@@ -6802,9 +6915,9 @@ export declare namespace PayloadPricingPlan$ {
6802
6915
  }>;
6803
6916
  }
6804
6917
  /** @internal */
6805
- export declare const BudgetItem$inboundSchema: z.ZodType<BudgetItem, z.ZodTypeDef, unknown>;
6918
+ export declare const UserEventPayloadBudget$inboundSchema: z.ZodType<UserEventPayloadBudget, z.ZodTypeDef, unknown>;
6806
6919
  /** @internal */
6807
- export type BudgetItem$Outbound = {
6920
+ export type UserEventPayloadBudget$Outbound = {
6808
6921
  type: string;
6809
6922
  fixedBudget: number;
6810
6923
  previousSpend: Array<number>;
@@ -6820,48 +6933,27 @@ export type BudgetItem$Outbound = {
6820
6933
  id: string;
6821
6934
  };
6822
6935
  /** @internal */
6823
- export declare const BudgetItem$outboundSchema: z.ZodType<BudgetItem$Outbound, z.ZodTypeDef, BudgetItem>;
6824
- /**
6825
- * @internal
6826
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6827
- */
6828
- export declare namespace BudgetItem$ {
6829
- /** @deprecated use `BudgetItem$inboundSchema` instead. */
6830
- const inboundSchema: z.ZodType<BudgetItem, z.ZodTypeDef, unknown>;
6831
- /** @deprecated use `BudgetItem$outboundSchema` instead. */
6832
- const outboundSchema: z.ZodType<BudgetItem$Outbound, z.ZodTypeDef, BudgetItem>;
6833
- /** @deprecated use `BudgetItem$Outbound` instead. */
6834
- type Outbound = BudgetItem$Outbound;
6835
- }
6836
- export declare function budgetItemToJSON(budgetItem: BudgetItem): string;
6837
- export declare function budgetItemFromJSON(jsonString: string): SafeParseResult<BudgetItem, SDKValidationError>;
6838
- /** @internal */
6839
- export declare const PayloadBudget$inboundSchema: z.ZodType<PayloadBudget, z.ZodTypeDef, unknown>;
6840
- /** @internal */
6841
- export type PayloadBudget$Outbound = {
6842
- budgetItem: BudgetItem$Outbound;
6843
- };
6844
- /** @internal */
6845
- export declare const PayloadBudget$outboundSchema: z.ZodType<PayloadBudget$Outbound, z.ZodTypeDef, PayloadBudget>;
6936
+ export declare const UserEventPayloadBudget$outboundSchema: z.ZodType<UserEventPayloadBudget$Outbound, z.ZodTypeDef, UserEventPayloadBudget>;
6846
6937
  /**
6847
6938
  * @internal
6848
6939
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6849
6940
  */
6850
- export declare namespace PayloadBudget$ {
6851
- /** @deprecated use `PayloadBudget$inboundSchema` instead. */
6852
- const inboundSchema: z.ZodType<PayloadBudget, z.ZodTypeDef, unknown>;
6853
- /** @deprecated use `PayloadBudget$outboundSchema` instead. */
6854
- const outboundSchema: z.ZodType<PayloadBudget$Outbound, z.ZodTypeDef, PayloadBudget>;
6855
- /** @deprecated use `PayloadBudget$Outbound` instead. */
6856
- type Outbound = PayloadBudget$Outbound;
6941
+ export declare namespace UserEventPayloadBudget$ {
6942
+ /** @deprecated use `UserEventPayloadBudget$inboundSchema` instead. */
6943
+ const inboundSchema: z.ZodType<UserEventPayloadBudget, z.ZodTypeDef, unknown>;
6944
+ /** @deprecated use `UserEventPayloadBudget$outboundSchema` instead. */
6945
+ const outboundSchema: z.ZodType<UserEventPayloadBudget$Outbound, z.ZodTypeDef, UserEventPayloadBudget>;
6946
+ /** @deprecated use `UserEventPayloadBudget$Outbound` instead. */
6947
+ type Outbound = UserEventPayloadBudget$Outbound;
6857
6948
  }
6858
- export declare function payloadBudgetToJSON(payloadBudget: PayloadBudget): string;
6859
- export declare function payloadBudgetFromJSON(jsonString: string): SafeParseResult<PayloadBudget, SDKValidationError>;
6949
+ export declare function userEventPayloadBudgetToJSON(userEventPayloadBudget: UserEventPayloadBudget): string;
6950
+ export declare function userEventPayloadBudgetFromJSON(jsonString: string): SafeParseResult<UserEventPayloadBudget, SDKValidationError>;
6860
6951
  /** @internal */
6861
6952
  export declare const OneHundredAndFour$inboundSchema: z.ZodType<OneHundredAndFour, z.ZodTypeDef, unknown>;
6862
6953
  /** @internal */
6863
6954
  export type OneHundredAndFour$Outbound = {
6864
- budget: PayloadBudget$Outbound;
6955
+ budget: UserEventPayloadBudget$Outbound;
6956
+ webhookUrl?: string | undefined;
6865
6957
  };
6866
6958
  /** @internal */
6867
6959
  export declare const OneHundredAndFour$outboundSchema: z.ZodType<OneHundredAndFour$Outbound, z.ZodTypeDef, OneHundredAndFour>;
@@ -6920,9 +7012,9 @@ export declare namespace PricingPlan$ {
6920
7012
  }>;
6921
7013
  }
6922
7014
  /** @internal */
6923
- export declare const Budget$inboundSchema: z.ZodType<Budget, z.ZodTypeDef, unknown>;
7015
+ export declare const PayloadBudget$inboundSchema: z.ZodType<PayloadBudget, z.ZodTypeDef, unknown>;
6924
7016
  /** @internal */
6925
- export type Budget$Outbound = {
7017
+ export type PayloadBudget$Outbound = {
6926
7018
  type: string;
6927
7019
  fixedBudget: number;
6928
7020
  previousSpend: Array<number>;
@@ -6938,26 +7030,26 @@ export type Budget$Outbound = {
6938
7030
  id: string;
6939
7031
  };
6940
7032
  /** @internal */
6941
- export declare const Budget$outboundSchema: z.ZodType<Budget$Outbound, z.ZodTypeDef, Budget>;
7033
+ export declare const PayloadBudget$outboundSchema: z.ZodType<PayloadBudget$Outbound, z.ZodTypeDef, PayloadBudget>;
6942
7034
  /**
6943
7035
  * @internal
6944
7036
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6945
7037
  */
6946
- export declare namespace Budget$ {
6947
- /** @deprecated use `Budget$inboundSchema` instead. */
6948
- const inboundSchema: z.ZodType<Budget, z.ZodTypeDef, unknown>;
6949
- /** @deprecated use `Budget$outboundSchema` instead. */
6950
- const outboundSchema: z.ZodType<Budget$Outbound, z.ZodTypeDef, Budget>;
6951
- /** @deprecated use `Budget$Outbound` instead. */
6952
- type Outbound = Budget$Outbound;
7038
+ export declare namespace PayloadBudget$ {
7039
+ /** @deprecated use `PayloadBudget$inboundSchema` instead. */
7040
+ const inboundSchema: z.ZodType<PayloadBudget, z.ZodTypeDef, unknown>;
7041
+ /** @deprecated use `PayloadBudget$outboundSchema` instead. */
7042
+ const outboundSchema: z.ZodType<PayloadBudget$Outbound, z.ZodTypeDef, PayloadBudget>;
7043
+ /** @deprecated use `PayloadBudget$Outbound` instead. */
7044
+ type Outbound = PayloadBudget$Outbound;
6953
7045
  }
6954
- export declare function budgetToJSON(budget: Budget): string;
6955
- export declare function budgetFromJSON(jsonString: string): SafeParseResult<Budget, SDKValidationError>;
7046
+ export declare function payloadBudgetToJSON(payloadBudget: PayloadBudget): string;
7047
+ export declare function payloadBudgetFromJSON(jsonString: string): SafeParseResult<PayloadBudget, SDKValidationError>;
6956
7048
  /** @internal */
6957
7049
  export declare const OneHundredAndThree$inboundSchema: z.ZodType<OneHundredAndThree, z.ZodTypeDef, unknown>;
6958
7050
  /** @internal */
6959
7051
  export type OneHundredAndThree$Outbound = {
6960
- budget: Budget$Outbound;
7052
+ budget: PayloadBudget$Outbound;
6961
7053
  };
6962
7054
  /** @internal */
6963
7055
  export declare const OneHundredAndThree$outboundSchema: z.ZodType<OneHundredAndThree$Outbound, z.ZodTypeDef, OneHundredAndThree>;
@@ -6976,10 +7068,106 @@ export declare namespace OneHundredAndThree$ {
6976
7068
  export declare function oneHundredAndThreeToJSON(oneHundredAndThree: OneHundredAndThree): string;
6977
7069
  export declare function oneHundredAndThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndThree, SDKValidationError>;
6978
7070
  /** @internal */
7071
+ export declare const UserEventPayload102Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload102Type>;
7072
+ /** @internal */
7073
+ export declare const UserEventPayload102Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload102Type>;
7074
+ /**
7075
+ * @internal
7076
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7077
+ */
7078
+ export declare namespace UserEventPayload102Type$ {
7079
+ /** @deprecated use `UserEventPayload102Type$inboundSchema` instead. */
7080
+ const inboundSchema: z.ZodNativeEnum<{
7081
+ readonly Fixed: "fixed";
7082
+ }>;
7083
+ /** @deprecated use `UserEventPayload102Type$outboundSchema` instead. */
7084
+ const outboundSchema: z.ZodNativeEnum<{
7085
+ readonly Fixed: "fixed";
7086
+ }>;
7087
+ }
7088
+ /** @internal */
7089
+ export declare const UserEventPayloadPricingPlan$inboundSchema: z.ZodNativeEnum<typeof UserEventPayloadPricingPlan>;
7090
+ /** @internal */
7091
+ export declare const UserEventPayloadPricingPlan$outboundSchema: z.ZodNativeEnum<typeof UserEventPayloadPricingPlan>;
7092
+ /**
7093
+ * @internal
7094
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7095
+ */
7096
+ export declare namespace UserEventPayloadPricingPlan$ {
7097
+ /** @deprecated use `UserEventPayloadPricingPlan$inboundSchema` instead. */
7098
+ const inboundSchema: z.ZodNativeEnum<{
7099
+ readonly Plus: "plus";
7100
+ readonly Legacy: "legacy";
7101
+ readonly Unbundled: "unbundled";
7102
+ }>;
7103
+ /** @deprecated use `UserEventPayloadPricingPlan$outboundSchema` instead. */
7104
+ const outboundSchema: z.ZodNativeEnum<{
7105
+ readonly Plus: "plus";
7106
+ readonly Legacy: "legacy";
7107
+ readonly Unbundled: "unbundled";
7108
+ }>;
7109
+ }
7110
+ /** @internal */
7111
+ export declare const BudgetItem$inboundSchema: z.ZodType<BudgetItem, z.ZodTypeDef, unknown>;
7112
+ /** @internal */
7113
+ export type BudgetItem$Outbound = {
7114
+ type: string;
7115
+ fixedBudget: number;
7116
+ previousSpend: Array<number>;
7117
+ notifiedAt: Array<number>;
7118
+ webhookId?: string | undefined;
7119
+ webhookNotified?: boolean | undefined;
7120
+ createdAt: number;
7121
+ updatedAt?: number | undefined;
7122
+ isActive: boolean;
7123
+ pauseProjects?: boolean | undefined;
7124
+ pricingPlan?: string | undefined;
7125
+ teamId: string;
7126
+ id: string;
7127
+ };
7128
+ /** @internal */
7129
+ export declare const BudgetItem$outboundSchema: z.ZodType<BudgetItem$Outbound, z.ZodTypeDef, BudgetItem>;
7130
+ /**
7131
+ * @internal
7132
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7133
+ */
7134
+ export declare namespace BudgetItem$ {
7135
+ /** @deprecated use `BudgetItem$inboundSchema` instead. */
7136
+ const inboundSchema: z.ZodType<BudgetItem, z.ZodTypeDef, unknown>;
7137
+ /** @deprecated use `BudgetItem$outboundSchema` instead. */
7138
+ const outboundSchema: z.ZodType<BudgetItem$Outbound, z.ZodTypeDef, BudgetItem>;
7139
+ /** @deprecated use `BudgetItem$Outbound` instead. */
7140
+ type Outbound = BudgetItem$Outbound;
7141
+ }
7142
+ export declare function budgetItemToJSON(budgetItem: BudgetItem): string;
7143
+ export declare function budgetItemFromJSON(jsonString: string): SafeParseResult<BudgetItem, SDKValidationError>;
7144
+ /** @internal */
7145
+ export declare const Budget$inboundSchema: z.ZodType<Budget, z.ZodTypeDef, unknown>;
7146
+ /** @internal */
7147
+ export type Budget$Outbound = {
7148
+ budgetItem: BudgetItem$Outbound;
7149
+ };
7150
+ /** @internal */
7151
+ export declare const Budget$outboundSchema: z.ZodType<Budget$Outbound, z.ZodTypeDef, Budget>;
7152
+ /**
7153
+ * @internal
7154
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7155
+ */
7156
+ export declare namespace Budget$ {
7157
+ /** @deprecated use `Budget$inboundSchema` instead. */
7158
+ const inboundSchema: z.ZodType<Budget, z.ZodTypeDef, unknown>;
7159
+ /** @deprecated use `Budget$outboundSchema` instead. */
7160
+ const outboundSchema: z.ZodType<Budget$Outbound, z.ZodTypeDef, Budget>;
7161
+ /** @deprecated use `Budget$Outbound` instead. */
7162
+ type Outbound = Budget$Outbound;
7163
+ }
7164
+ export declare function budgetToJSON(budget: Budget): string;
7165
+ export declare function budgetFromJSON(jsonString: string): SafeParseResult<Budget, SDKValidationError>;
7166
+ /** @internal */
6979
7167
  export declare const OneHundredAndTwo$inboundSchema: z.ZodType<OneHundredAndTwo, z.ZodTypeDef, unknown>;
6980
7168
  /** @internal */
6981
7169
  export type OneHundredAndTwo$Outbound = {
6982
- webhookUrl?: string | undefined;
7170
+ budget: Budget$Outbound;
6983
7171
  };
6984
7172
  /** @internal */
6985
7173
  export declare const OneHundredAndTwo$outboundSchema: z.ZodType<OneHundredAndTwo$Outbound, z.ZodTypeDef, OneHundredAndTwo>;
@@ -13421,6 +13609,8 @@ export type FiftyThree$Outbound = {
13421
13609
  sha: string;
13422
13610
  gitUserPlatform: string;
13423
13611
  projectName: string;
13612
+ gitCommitterName: string;
13613
+ source: string;
13424
13614
  };
13425
13615
  /** @internal */
13426
13616
  export declare const FiftyThree$outboundSchema: z.ZodType<FiftyThree$Outbound, z.ZodTypeDef, FiftyThree>;
@@ -15502,7 +15692,7 @@ export declare function payload1FromJSON(jsonString: string): SafeParseResult<Pa
15502
15692
  /** @internal */
15503
15693
  export declare const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown>;
15504
15694
  /** @internal */
15505
- export type Payload$Outbound = SixtySix$Outbound | SixtyNine$Outbound | Seventy$Outbound | Forty$Outbound | FortyOne$Outbound | FiftyEight$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndSixtyOne$Outbound | Payload2$Outbound | FortyFive$Outbound | SixtyEight$Outbound | OneHundredAndOne$Outbound | OneHundredAndFortyTwo$Outbound | Twelve$Outbound | Sixteen$Outbound | TwentyNine$Outbound | Thirty$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyNine$Outbound | FortyEight$Outbound | FortyNine$Outbound | Fifty$Outbound | FiftyThree$Outbound | FiftyNine$Outbound | Sixty$Outbound | SixtyOne$Outbound | SixtyThree$Outbound | SeventyFour$Outbound | SeventyEight$Outbound | EightyOne$Outbound | EightyTwo$Outbound | NinetyTwo$Outbound | OneHundredAndNine$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortyThree$Outbound | OneHundredAndFortyFive$Outbound | OneHundredAndFortyEight$Outbound | OneHundredAndFiftyEight$Outbound | OneHundredAndFiftyNine$Outbound | OneHundredAndSixty$Outbound | Four$Outbound | Five$Outbound | Six$Outbound | Seventeen$Outbound | Eighteen$Outbound | TwentyThree$Outbound | TwentySeven$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound | ThirtySix$Outbound | FortyThree$Outbound | FortyFour$Outbound | FortySeven$Outbound | FiftyFour$Outbound | SixtyTwo$Outbound | SixtyFive$Outbound | SeventySeven$Outbound | EightyFive$Outbound | EightySix$Outbound | EightySeven$Outbound | EightyNine$Outbound | Ninety$Outbound | NinetyOne$Outbound | NinetyThree$Outbound | NinetyFour$Outbound | NinetySeven$Outbound | NinetyEight$Outbound | NinetyNine$Outbound | OneHundredAndFive$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentyOne$Outbound | OneHundredAndTwentyThree$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortySix$Outbound | OneHundredAndFortySeven$Outbound | OneHundredAndFortyNine$Outbound | OneHundredAndFiftyOne$Outbound | OneHundredAndFiftyTwo$Outbound | OneHundredAndFiftyThree$Outbound | OneHundredAndFiftyFive$Outbound | Three$Outbound | Fifteen$Outbound | Twenty$Outbound | TwentyTwo$Outbound | TwentyFour$Outbound | TwentySix$Outbound | TwentyEight$Outbound | ThirtyThree$Outbound | ThirtySeven$Outbound | ThirtyEight$Outbound | FortyTwo$Outbound | FortySix$Outbound | FiftyOne$Outbound | FiftyTwo$Outbound | SeventyOne$Outbound | SeventyTwo$Outbound | SeventyThree$Outbound | SeventyFive$Outbound | SeventySix$Outbound | SeventyNine$Outbound | Eighty$Outbound | EightyThree$Outbound | EightyFour$Outbound | EightyEight$Outbound | NinetyFive$Outbound | NinetySix$Outbound | OneHundred$Outbound | OneHundredAndThree$Outbound | OneHundredAndFour$Outbound | OneHundredAndSix$Outbound | OneHundredAndSeven$Outbound | OneHundredAndEight$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndFortyFour$Outbound | OneHundredAndFifty$Outbound | OneHundredAndFiftyFour$Outbound | OneHundredAndFiftySix$Outbound | OneHundredAndFiftySeven$Outbound | Payload1$Outbound | Seven$Outbound | Eight$Outbound | Nine$Outbound | Ten$Outbound | Eleven$Outbound | Thirteen$Outbound | Fourteen$Outbound | Nineteen$Outbound | TwentyOne$Outbound | TwentyFive$Outbound | FiftyFive$Outbound | FiftySix$Outbound | FiftySeven$Outbound | OneHundredAndTwo$Outbound | OneHundredAndTen$Outbound | OneHundredAndEleven$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndTwentySeven$Outbound;
15695
+ export type Payload$Outbound = SixtySix$Outbound | SixtyNine$Outbound | Seventy$Outbound | Forty$Outbound | FortyOne$Outbound | FiftyThree$Outbound | FiftyEight$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndSixtyTwo$Outbound | Payload2$Outbound | FortyFive$Outbound | SixtyEight$Outbound | OneHundredAndOne$Outbound | OneHundredAndFortyThree$Outbound | Twelve$Outbound | Sixteen$Outbound | TwentyNine$Outbound | Thirty$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyNine$Outbound | FortyEight$Outbound | FortyNine$Outbound | Fifty$Outbound | FiftyNine$Outbound | Sixty$Outbound | SixtyOne$Outbound | SixtyThree$Outbound | SeventyFour$Outbound | SeventyEight$Outbound | EightyOne$Outbound | EightyTwo$Outbound | NinetyTwo$Outbound | OneHundredAndTen$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndFortyTwo$Outbound | OneHundredAndFortyFour$Outbound | OneHundredAndFortySix$Outbound | OneHundredAndFortyNine$Outbound | OneHundredAndFiftyNine$Outbound | OneHundredAndSixty$Outbound | OneHundredAndSixtyOne$Outbound | Four$Outbound | Five$Outbound | Six$Outbound | Seventeen$Outbound | Eighteen$Outbound | TwentyThree$Outbound | TwentySeven$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound | ThirtySix$Outbound | FortyThree$Outbound | FortyFour$Outbound | FortySeven$Outbound | FiftyFour$Outbound | SixtyTwo$Outbound | SixtyFive$Outbound | SeventySeven$Outbound | EightyFive$Outbound | EightySix$Outbound | EightySeven$Outbound | EightyNine$Outbound | Ninety$Outbound | NinetyOne$Outbound | NinetyThree$Outbound | NinetyFour$Outbound | NinetySeven$Outbound | NinetyEight$Outbound | NinetyNine$Outbound | OneHundredAndSix$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndTwentyOne$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortySeven$Outbound | OneHundredAndFortyEight$Outbound | OneHundredAndFifty$Outbound | OneHundredAndFiftyTwo$Outbound | OneHundredAndFiftyThree$Outbound | OneHundredAndFiftyFour$Outbound | OneHundredAndFiftySix$Outbound | Three$Outbound | Fifteen$Outbound | Twenty$Outbound | TwentyTwo$Outbound | TwentyFour$Outbound | TwentySix$Outbound | TwentyEight$Outbound | ThirtyThree$Outbound | ThirtySeven$Outbound | ThirtyEight$Outbound | FortyTwo$Outbound | FortySix$Outbound | FiftyOne$Outbound | FiftyTwo$Outbound | SeventyOne$Outbound | SeventyTwo$Outbound | SeventyThree$Outbound | SeventyFive$Outbound | SeventySix$Outbound | SeventyNine$Outbound | Eighty$Outbound | EightyThree$Outbound | EightyFour$Outbound | EightyEight$Outbound | NinetyFive$Outbound | NinetySix$Outbound | OneHundred$Outbound | OneHundredAndTwo$Outbound | OneHundredAndThree$Outbound | OneHundredAndFour$Outbound | OneHundredAndSeven$Outbound | OneHundredAndEight$Outbound | OneHundredAndNine$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndTwentyThree$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndFortyFive$Outbound | OneHundredAndFiftyOne$Outbound | OneHundredAndFiftyFive$Outbound | OneHundredAndFiftySeven$Outbound | OneHundredAndFiftyEight$Outbound | Payload1$Outbound | Seven$Outbound | Eight$Outbound | Nine$Outbound | Ten$Outbound | Eleven$Outbound | Thirteen$Outbound | Fourteen$Outbound | Nineteen$Outbound | TwentyOne$Outbound | TwentyFive$Outbound | FiftyFive$Outbound | FiftySix$Outbound | FiftySeven$Outbound | OneHundredAndFive$Outbound | OneHundredAndEleven$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndTwentyEight$Outbound;
15506
15696
  /** @internal */
15507
15697
  export declare const Payload$outboundSchema: z.ZodType<Payload$Outbound, z.ZodTypeDef, Payload>;
15508
15698
  /**
@@ -15533,7 +15723,7 @@ export type UserEvent$Outbound = {
15533
15723
  userId: string;
15534
15724
  principalId: string;
15535
15725
  viaIds?: Array<string> | undefined;
15536
- payload?: SixtySix$Outbound | SixtyNine$Outbound | Seventy$Outbound | Forty$Outbound | FortyOne$Outbound | FiftyEight$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndSixtyOne$Outbound | Payload2$Outbound | FortyFive$Outbound | SixtyEight$Outbound | OneHundredAndOne$Outbound | OneHundredAndFortyTwo$Outbound | Twelve$Outbound | Sixteen$Outbound | TwentyNine$Outbound | Thirty$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyNine$Outbound | FortyEight$Outbound | FortyNine$Outbound | Fifty$Outbound | FiftyThree$Outbound | FiftyNine$Outbound | Sixty$Outbound | SixtyOne$Outbound | SixtyThree$Outbound | SeventyFour$Outbound | SeventyEight$Outbound | EightyOne$Outbound | EightyTwo$Outbound | NinetyTwo$Outbound | OneHundredAndNine$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortyThree$Outbound | OneHundredAndFortyFive$Outbound | OneHundredAndFortyEight$Outbound | OneHundredAndFiftyEight$Outbound | OneHundredAndFiftyNine$Outbound | OneHundredAndSixty$Outbound | Four$Outbound | Five$Outbound | Six$Outbound | Seventeen$Outbound | Eighteen$Outbound | TwentyThree$Outbound | TwentySeven$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound | ThirtySix$Outbound | FortyThree$Outbound | FortyFour$Outbound | FortySeven$Outbound | FiftyFour$Outbound | SixtyTwo$Outbound | SixtyFive$Outbound | SeventySeven$Outbound | EightyFive$Outbound | EightySix$Outbound | EightySeven$Outbound | EightyNine$Outbound | Ninety$Outbound | NinetyOne$Outbound | NinetyThree$Outbound | NinetyFour$Outbound | NinetySeven$Outbound | NinetyEight$Outbound | NinetyNine$Outbound | OneHundredAndFive$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentyOne$Outbound | OneHundredAndTwentyThree$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortySix$Outbound | OneHundredAndFortySeven$Outbound | OneHundredAndFortyNine$Outbound | OneHundredAndFiftyOne$Outbound | OneHundredAndFiftyTwo$Outbound | OneHundredAndFiftyThree$Outbound | OneHundredAndFiftyFive$Outbound | Three$Outbound | Fifteen$Outbound | Twenty$Outbound | TwentyTwo$Outbound | TwentyFour$Outbound | TwentySix$Outbound | TwentyEight$Outbound | ThirtyThree$Outbound | ThirtySeven$Outbound | ThirtyEight$Outbound | FortyTwo$Outbound | FortySix$Outbound | FiftyOne$Outbound | FiftyTwo$Outbound | SeventyOne$Outbound | SeventyTwo$Outbound | SeventyThree$Outbound | SeventyFive$Outbound | SeventySix$Outbound | SeventyNine$Outbound | Eighty$Outbound | EightyThree$Outbound | EightyFour$Outbound | EightyEight$Outbound | NinetyFive$Outbound | NinetySix$Outbound | OneHundred$Outbound | OneHundredAndThree$Outbound | OneHundredAndFour$Outbound | OneHundredAndSix$Outbound | OneHundredAndSeven$Outbound | OneHundredAndEight$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndFortyFour$Outbound | OneHundredAndFifty$Outbound | OneHundredAndFiftyFour$Outbound | OneHundredAndFiftySix$Outbound | OneHundredAndFiftySeven$Outbound | Payload1$Outbound | Seven$Outbound | Eight$Outbound | Nine$Outbound | Ten$Outbound | Eleven$Outbound | Thirteen$Outbound | Fourteen$Outbound | Nineteen$Outbound | TwentyOne$Outbound | TwentyFive$Outbound | FiftyFive$Outbound | FiftySix$Outbound | FiftySeven$Outbound | OneHundredAndTwo$Outbound | OneHundredAndTen$Outbound | OneHundredAndEleven$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndTwentySeven$Outbound | undefined;
15726
+ payload?: SixtySix$Outbound | SixtyNine$Outbound | Seventy$Outbound | Forty$Outbound | FortyOne$Outbound | FiftyThree$Outbound | FiftyEight$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndSixtyTwo$Outbound | Payload2$Outbound | FortyFive$Outbound | SixtyEight$Outbound | OneHundredAndOne$Outbound | OneHundredAndFortyThree$Outbound | Twelve$Outbound | Sixteen$Outbound | TwentyNine$Outbound | Thirty$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyNine$Outbound | FortyEight$Outbound | FortyNine$Outbound | Fifty$Outbound | FiftyNine$Outbound | Sixty$Outbound | SixtyOne$Outbound | SixtyThree$Outbound | SeventyFour$Outbound | SeventyEight$Outbound | EightyOne$Outbound | EightyTwo$Outbound | NinetyTwo$Outbound | OneHundredAndTen$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndFortyTwo$Outbound | OneHundredAndFortyFour$Outbound | OneHundredAndFortySix$Outbound | OneHundredAndFortyNine$Outbound | OneHundredAndFiftyNine$Outbound | OneHundredAndSixty$Outbound | OneHundredAndSixtyOne$Outbound | Four$Outbound | Five$Outbound | Six$Outbound | Seventeen$Outbound | Eighteen$Outbound | TwentyThree$Outbound | TwentySeven$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound | ThirtySix$Outbound | FortyThree$Outbound | FortyFour$Outbound | FortySeven$Outbound | FiftyFour$Outbound | SixtyTwo$Outbound | SixtyFive$Outbound | SeventySeven$Outbound | EightyFive$Outbound | EightySix$Outbound | EightySeven$Outbound | EightyNine$Outbound | Ninety$Outbound | NinetyOne$Outbound | NinetyThree$Outbound | NinetyFour$Outbound | NinetySeven$Outbound | NinetyEight$Outbound | NinetyNine$Outbound | OneHundredAndSix$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndTwentyOne$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortySeven$Outbound | OneHundredAndFortyEight$Outbound | OneHundredAndFifty$Outbound | OneHundredAndFiftyTwo$Outbound | OneHundredAndFiftyThree$Outbound | OneHundredAndFiftyFour$Outbound | OneHundredAndFiftySix$Outbound | Three$Outbound | Fifteen$Outbound | Twenty$Outbound | TwentyTwo$Outbound | TwentyFour$Outbound | TwentySix$Outbound | TwentyEight$Outbound | ThirtyThree$Outbound | ThirtySeven$Outbound | ThirtyEight$Outbound | FortyTwo$Outbound | FortySix$Outbound | FiftyOne$Outbound | FiftyTwo$Outbound | SeventyOne$Outbound | SeventyTwo$Outbound | SeventyThree$Outbound | SeventyFive$Outbound | SeventySix$Outbound | SeventyNine$Outbound | Eighty$Outbound | EightyThree$Outbound | EightyFour$Outbound | EightyEight$Outbound | NinetyFive$Outbound | NinetySix$Outbound | OneHundred$Outbound | OneHundredAndTwo$Outbound | OneHundredAndThree$Outbound | OneHundredAndFour$Outbound | OneHundredAndSeven$Outbound | OneHundredAndEight$Outbound | OneHundredAndNine$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndTwentyThree$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndFortyFive$Outbound | OneHundredAndFiftyOne$Outbound | OneHundredAndFiftyFive$Outbound | OneHundredAndFiftySeven$Outbound | OneHundredAndFiftyEight$Outbound | Payload1$Outbound | Seven$Outbound | Eight$Outbound | Nine$Outbound | Ten$Outbound | Eleven$Outbound | Thirteen$Outbound | Fourteen$Outbound | Nineteen$Outbound | TwentyOne$Outbound | TwentyFive$Outbound | FiftyFive$Outbound | FiftySix$Outbound | FiftySeven$Outbound | OneHundredAndFive$Outbound | OneHundredAndEleven$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndTwentyEight$Outbound | undefined;
15537
15727
  };
15538
15728
  /** @internal */
15539
15729
  export declare const UserEvent$outboundSchema: z.ZodType<UserEvent$Outbound, z.ZodTypeDef, UserEvent>;