@vercel/sdk 1.17.1 → 1.17.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 (125) hide show
  1. package/bin/mcp-server.js +1273 -1490
  2. package/bin/mcp-server.js.map +24 -24
  3. package/esm/__tests__/accessgroups.test.js +1 -3
  4. package/esm/__tests__/accessgroups.test.js.map +1 -1
  5. package/esm/__tests__/domains.test.js +6 -9
  6. package/esm/__tests__/domains.test.js.map +1 -1
  7. package/esm/__tests__/edgeconfig.test.js +6 -6
  8. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  9. package/esm/__tests__/environment.test.js +15 -1
  10. package/esm/__tests__/environment.test.js.map +1 -1
  11. package/esm/__tests__/integrations.test.js +1 -1
  12. package/esm/__tests__/logdrains.test.js +5 -7
  13. package/esm/__tests__/logdrains.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/lib/config.d.ts +3 -3
  17. package/esm/lib/config.js +3 -3
  18. package/esm/mcp-server/mcp-server.js +1 -1
  19. package/esm/mcp-server/server.js +1 -1
  20. package/esm/models/canceldeploymentop.d.ts +2 -0
  21. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  22. package/esm/models/canceldeploymentop.js +2 -0
  23. package/esm/models/canceldeploymentop.js.map +1 -1
  24. package/esm/models/createdeploymentop.d.ts +2 -0
  25. package/esm/models/createdeploymentop.d.ts.map +1 -1
  26. package/esm/models/createdeploymentop.js +2 -0
  27. package/esm/models/createdeploymentop.js.map +1 -1
  28. package/esm/models/createdrainop.d.ts +48 -108
  29. package/esm/models/createdrainop.d.ts.map +1 -1
  30. package/esm/models/createdrainop.js +58 -105
  31. package/esm/models/createdrainop.js.map +1 -1
  32. package/esm/models/createintegrationstoredirectop.d.ts +156 -152
  33. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  34. package/esm/models/createintegrationstoredirectop.js +222 -218
  35. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  36. package/esm/models/createprojectop.d.ts +2 -0
  37. package/esm/models/createprojectop.d.ts.map +1 -1
  38. package/esm/models/createprojectop.js +2 -0
  39. package/esm/models/createprojectop.js.map +1 -1
  40. package/esm/models/getalllogdrainsop.d.ts +53 -107
  41. package/esm/models/getalllogdrainsop.d.ts.map +1 -1
  42. package/esm/models/getalllogdrainsop.js +65 -108
  43. package/esm/models/getalllogdrainsop.js.map +1 -1
  44. package/esm/models/getconfigurablelogdrainop.d.ts +6 -0
  45. package/esm/models/getconfigurablelogdrainop.d.ts.map +1 -1
  46. package/esm/models/getconfigurablelogdrainop.js +6 -0
  47. package/esm/models/getconfigurablelogdrainop.js.map +1 -1
  48. package/esm/models/getconfigurationproductsop.d.ts +200 -200
  49. package/esm/models/getconfigurationproductsop.js +290 -290
  50. package/esm/models/getdeploymentop.d.ts +4 -0
  51. package/esm/models/getdeploymentop.d.ts.map +1 -1
  52. package/esm/models/getdeploymentop.js +4 -0
  53. package/esm/models/getdeploymentop.js.map +1 -1
  54. package/esm/models/getdeploymentsop.d.ts +2 -0
  55. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  56. package/esm/models/getdeploymentsop.js +2 -0
  57. package/esm/models/getdeploymentsop.js.map +1 -1
  58. package/esm/models/getdrainop.d.ts +48 -108
  59. package/esm/models/getdrainop.d.ts.map +1 -1
  60. package/esm/models/getdrainop.js +58 -104
  61. package/esm/models/getdrainop.js.map +1 -1
  62. package/esm/models/getdrainsop.d.ts +48 -108
  63. package/esm/models/getdrainsop.d.ts.map +1 -1
  64. package/esm/models/getdrainsop.js +58 -104
  65. package/esm/models/getdrainsop.js.map +1 -1
  66. package/esm/models/getprojectsop.d.ts +2 -0
  67. package/esm/models/getprojectsop.d.ts.map +1 -1
  68. package/esm/models/getprojectsop.js +2 -0
  69. package/esm/models/getprojectsop.js.map +1 -1
  70. package/esm/models/moveprojectdomainop.d.ts +33 -0
  71. package/esm/models/moveprojectdomainop.d.ts.map +1 -1
  72. package/esm/models/moveprojectdomainop.js +19 -0
  73. package/esm/models/moveprojectdomainop.js.map +1 -1
  74. package/esm/models/updatedrainop.d.ts +48 -108
  75. package/esm/models/updatedrainop.d.ts.map +1 -1
  76. package/esm/models/updatedrainop.js +58 -108
  77. package/esm/models/updatedrainop.js.map +1 -1
  78. package/esm/models/updateprojectdatacacheop.d.ts +2 -0
  79. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  80. package/esm/models/updateprojectdatacacheop.js +2 -0
  81. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  82. package/esm/models/updateprojectop.d.ts +2 -0
  83. package/esm/models/updateprojectop.d.ts.map +1 -1
  84. package/esm/models/updateprojectop.js +2 -0
  85. package/esm/models/updateprojectop.js.map +1 -1
  86. package/esm/models/updatesharedenvvariableop.d.ts +5 -2
  87. package/esm/models/updatesharedenvvariableop.d.ts.map +1 -1
  88. package/esm/models/updatesharedenvvariableop.js.map +1 -1
  89. package/esm/models/userevent.d.ts +970 -928
  90. package/esm/models/userevent.d.ts.map +1 -1
  91. package/esm/models/userevent.js +1281 -1235
  92. package/esm/models/userevent.js.map +1 -1
  93. package/examples/package-lock.json +2 -10
  94. package/jsr.json +1 -1
  95. package/package.json +3 -6
  96. package/src/__tests__/accessgroups.test.ts +1 -3
  97. package/src/__tests__/domains.test.ts +6 -9
  98. package/src/__tests__/edgeconfig.test.ts +6 -6
  99. package/src/__tests__/environment.test.ts +15 -1
  100. package/src/__tests__/integrations.test.ts +1 -1
  101. package/src/__tests__/logdrains.test.ts +5 -7
  102. package/src/__tests__/security.test.ts +4 -4
  103. package/src/lib/config.ts +3 -3
  104. package/src/mcp-server/mcp-server.ts +1 -1
  105. package/src/mcp-server/server.ts +1 -1
  106. package/src/models/canceldeploymentop.ts +4 -0
  107. package/src/models/createdeploymentop.ts +4 -0
  108. package/src/models/createdrainop.ts +132 -177
  109. package/src/models/createintegrationstoredirectop.ts +479 -471
  110. package/src/models/createprojectop.ts +4 -0
  111. package/src/models/getalllogdrainsop.ts +168 -168
  112. package/src/models/getconfigurablelogdrainop.ts +12 -0
  113. package/src/models/getconfigurationproductsop.ts +627 -627
  114. package/src/models/getdeploymentop.ts +8 -0
  115. package/src/models/getdeploymentsop.ts +4 -0
  116. package/src/models/getdrainop.ts +148 -168
  117. package/src/models/getdrainsop.ts +150 -158
  118. package/src/models/getprojectsop.ts +4 -0
  119. package/src/models/moveprojectdomainop.ts +51 -0
  120. package/src/models/updatedrainop.ts +153 -174
  121. package/src/models/updateprojectdatacacheop.ts +4 -0
  122. package/src/models/updateprojectop.ts +4 -0
  123. package/src/models/updatesharedenvvariableop.ts +5 -2
  124. package/src/models/userevent.ts +2956 -2828
  125. package/vercel-spec.json +642 -837
@@ -164,7 +164,7 @@ export type PayloadApp = {
164
164
  /**
165
165
  * The payload of the event, if requested.
166
166
  */
167
- export type OneHundredAndSixtyEight = {
167
+ export type OneHundredAndSeventy = {
168
168
  grantType: GrantType;
169
169
  /**
170
170
  * the app's name at the time the event was published (it could have changed since then)
@@ -197,11 +197,11 @@ export type OneHundredAndSixtyEight = {
197
197
  */
198
198
  sessionId?: string | undefined;
199
199
  };
200
- export type UserEventPayload167Team = {
200
+ export type UserEventPayload169Team = {
201
201
  id: string;
202
202
  name: string;
203
203
  };
204
- export type UserEventPayload167Configuration = {
204
+ export type UserEventPayload169Configuration = {
205
205
  id: string;
206
206
  name?: string | undefined;
207
207
  };
@@ -212,17 +212,17 @@ export type UserEventPayloadPeering = {
212
212
  /**
213
213
  * The payload of the event, if requested.
214
214
  */
215
- export type OneHundredAndSixtySeven = {
216
- team: UserEventPayload167Team;
217
- configuration: UserEventPayload167Configuration;
215
+ export type OneHundredAndSixtyNine = {
216
+ team: UserEventPayload169Team;
217
+ configuration: UserEventPayload169Configuration;
218
218
  peering: UserEventPayloadPeering;
219
219
  newName?: string | undefined;
220
220
  };
221
- export type UserEventPayload166Team = {
221
+ export type UserEventPayload168Team = {
222
222
  id: string;
223
223
  name: string;
224
224
  };
225
- export type UserEventPayload166Configuration = {
225
+ export type UserEventPayload168Configuration = {
226
226
  id: string;
227
227
  name?: string | undefined;
228
228
  };
@@ -233,16 +233,16 @@ export type PayloadPeering = {
233
233
  /**
234
234
  * The payload of the event, if requested.
235
235
  */
236
- export type OneHundredAndSixtySix = {
237
- team: UserEventPayload166Team;
238
- configuration: UserEventPayload166Configuration;
236
+ export type OneHundredAndSixtyEight = {
237
+ team: UserEventPayload168Team;
238
+ configuration: UserEventPayload168Configuration;
239
239
  peering: PayloadPeering;
240
240
  };
241
- export type UserEventPayload165Team = {
241
+ export type UserEventPayload167Team = {
242
242
  id: string;
243
243
  name: string;
244
244
  };
245
- export type UserEventPayload165Configuration = {
245
+ export type UserEventPayload167Configuration = {
246
246
  id: string;
247
247
  name?: string | undefined;
248
248
  };
@@ -255,9 +255,9 @@ export type Peering = {
255
255
  /**
256
256
  * The payload of the event, if requested.
257
257
  */
258
- export type OneHundredAndSixtyFive = {
259
- team: UserEventPayload165Team;
260
- configuration: UserEventPayload165Configuration;
258
+ export type OneHundredAndSixtySeven = {
259
+ team: UserEventPayload167Team;
260
+ configuration: UserEventPayload167Configuration;
261
261
  peering: Peering;
262
262
  };
263
263
  /**
@@ -276,7 +276,7 @@ export type App = {
276
276
  /**
277
277
  * The payload of the event, if requested.
278
278
  */
279
- export type OneHundredAndSixtyFour = {
279
+ export type OneHundredAndSixtySix = {
280
280
  /**
281
281
  * The App's name at the moment this even was published (it may have changed since then).
282
282
  */
@@ -294,19 +294,19 @@ export type OneHundredAndSixtyFour = {
294
294
  */
295
295
  issuedBefore?: number | undefined;
296
296
  };
297
- export declare const UserEventPayload163Type: {
297
+ export declare const UserEventPayload165Type: {
298
298
  readonly List: "list";
299
299
  };
300
- export type UserEventPayload163Type = ClosedEnum<typeof UserEventPayload163Type>;
301
- export declare const UserEventPayload163BeforeType: {
300
+ export type UserEventPayload165Type = ClosedEnum<typeof UserEventPayload165Type>;
301
+ export declare const UserEventPayload165BeforeType: {
302
302
  readonly String: "string";
303
303
  };
304
- export type UserEventPayload163BeforeType = ClosedEnum<typeof UserEventPayload163BeforeType>;
304
+ export type UserEventPayload165BeforeType = ClosedEnum<typeof UserEventPayload165BeforeType>;
305
305
  export type PayloadItems = {
306
- type: UserEventPayload163BeforeType;
306
+ type: UserEventPayload165BeforeType;
307
307
  };
308
308
  export type PayloadProjectIds = {
309
- type: UserEventPayload163Type;
309
+ type: UserEventPayload165Type;
310
310
  required: boolean;
311
311
  items: PayloadItems;
312
312
  };
@@ -316,19 +316,19 @@ export type PayloadResources = {
316
316
  export type Before = {
317
317
  resources?: PayloadResources | undefined;
318
318
  };
319
- export declare const UserEventPayload163AfterType: {
319
+ export declare const UserEventPayload165AfterType: {
320
320
  readonly List: "list";
321
321
  };
322
- export type UserEventPayload163AfterType = ClosedEnum<typeof UserEventPayload163AfterType>;
323
- export declare const UserEventPayload163AfterResourcesType: {
322
+ export type UserEventPayload165AfterType = ClosedEnum<typeof UserEventPayload165AfterType>;
323
+ export declare const UserEventPayload165AfterResourcesType: {
324
324
  readonly String: "string";
325
325
  };
326
- export type UserEventPayload163AfterResourcesType = ClosedEnum<typeof UserEventPayload163AfterResourcesType>;
326
+ export type UserEventPayload165AfterResourcesType = ClosedEnum<typeof UserEventPayload165AfterResourcesType>;
327
327
  export type UserEventPayloadItems = {
328
- type: UserEventPayload163AfterResourcesType;
328
+ type: UserEventPayload165AfterResourcesType;
329
329
  };
330
330
  export type UserEventPayloadProjectIds = {
331
- type: UserEventPayload163AfterType;
331
+ type: UserEventPayload165AfterType;
332
332
  required: boolean;
333
333
  items: UserEventPayloadItems;
334
334
  };
@@ -341,26 +341,26 @@ export type After = {
341
341
  /**
342
342
  * The payload of the event, if requested.
343
343
  */
344
- export type OneHundredAndSixtyThree = {
344
+ export type OneHundredAndSixtyFive = {
345
345
  appName: string;
346
346
  appId?: string | undefined;
347
347
  installationId?: string | undefined;
348
348
  before?: Before | undefined;
349
349
  after?: After | undefined;
350
350
  };
351
- export declare const UserEventPayload162Type: {
351
+ export declare const UserEventPayload164Type: {
352
352
  readonly List: "list";
353
353
  };
354
- export type UserEventPayload162Type = ClosedEnum<typeof UserEventPayload162Type>;
355
- export declare const UserEventPayload162ResourcesType: {
354
+ export type UserEventPayload164Type = ClosedEnum<typeof UserEventPayload164Type>;
355
+ export declare const UserEventPayload164ResourcesType: {
356
356
  readonly String: "string";
357
357
  };
358
- export type UserEventPayload162ResourcesType = ClosedEnum<typeof UserEventPayload162ResourcesType>;
358
+ export type UserEventPayload164ResourcesType = ClosedEnum<typeof UserEventPayload164ResourcesType>;
359
359
  export type Items = {
360
- type: UserEventPayload162ResourcesType;
360
+ type: UserEventPayload164ResourcesType;
361
361
  };
362
362
  export type ProjectIds = {
363
- type: UserEventPayload162Type;
363
+ type: UserEventPayload164Type;
364
364
  required: boolean;
365
365
  items: Items;
366
366
  };
@@ -370,7 +370,7 @@ export type Resources = {
370
370
  /**
371
371
  * The payload of the event, if requested.
372
372
  */
373
- export type OneHundredAndSixtyTwo = {
373
+ export type OneHundredAndSixtyFour = {
374
374
  appName: string;
375
375
  appId?: string | undefined;
376
376
  resources?: Resources | undefined;
@@ -378,7 +378,7 @@ export type OneHundredAndSixtyTwo = {
378
378
  /**
379
379
  * The payload of the event, if requested.
380
380
  */
381
- export type OneHundredAndSixtyOne = {
381
+ export type OneHundredAndSixtyThree = {
382
382
  appName: string;
383
383
  appId?: string | undefined;
384
384
  secretLastFourChars?: string | undefined;
@@ -386,7 +386,7 @@ export type OneHundredAndSixtyOne = {
386
386
  /**
387
387
  * The payload of the event, if requested.
388
388
  */
389
- export type OneHundredAndSixty = {
389
+ export type OneHundredAndSixtyTwo = {
390
390
  appName: string;
391
391
  appId?: string | undefined;
392
392
  };
@@ -422,7 +422,7 @@ export type NextAcceptedPermissionSets = {
422
422
  /**
423
423
  * The payload of the event, if requested.
424
424
  */
425
- export type OneHundredAndFiftyNine = {
425
+ export type OneHundredAndSixtyOne = {
426
426
  appName: string;
427
427
  appId?: string | undefined;
428
428
  nextScopes: Array<NextScopes>;
@@ -461,7 +461,7 @@ export type AcceptedPermissionSets = {
461
461
  /**
462
462
  * The payload of the event, if requested.
463
463
  */
464
- export type OneHundredAndFiftyEight = {
464
+ export type OneHundredAndSixty = {
465
465
  appName: string;
466
466
  appId?: string | undefined;
467
467
  scopes: Array<PayloadScopes>;
@@ -471,7 +471,7 @@ export type OneHundredAndFiftyEight = {
471
471
  /**
472
472
  * The payload of the event, if requested.
473
473
  */
474
- export type OneHundredAndFiftySeven = {
474
+ export type OneHundredAndFiftyNine = {
475
475
  oldName: string;
476
476
  newName: string;
477
477
  };
@@ -483,7 +483,7 @@ export type Tier = ClosedEnum<typeof Tier>;
483
483
  /**
484
484
  * The payload of the event, if requested.
485
485
  */
486
- export type OneHundredAndFiftySix = {
486
+ export type OneHundredAndFiftyEight = {
487
487
  tier: Tier;
488
488
  };
489
489
  export type ProjectWebAnalytics = {
@@ -503,7 +503,7 @@ export type PrevProjectWebAnalytics = {
503
503
  /**
504
504
  * The payload of the event, if requested.
505
505
  */
506
- export type OneHundredAndFiftyFive = {
506
+ export type OneHundredAndFiftySeven = {
507
507
  projectId: string;
508
508
  projectName: string;
509
509
  projectWebAnalytics?: ProjectWebAnalytics | undefined;
@@ -570,7 +570,7 @@ export type Microfrontends1 = {
570
570
  freeProjectForLegacyLimits?: boolean | undefined;
571
571
  };
572
572
  export type Microfrontends = Microfrontends1 | Microfrontends2 | Microfrontends3;
573
- export type UserEventPayload154Project = {
573
+ export type UserEventPayload156Project = {
574
574
  id: string;
575
575
  name: string;
576
576
  microfrontends?: Microfrontends1 | Microfrontends2 | Microfrontends3 | undefined;
@@ -636,11 +636,11 @@ export type UserEventMicrofrontends1 = {
636
636
  freeProjectForLegacyLimits?: boolean | undefined;
637
637
  };
638
638
  export type PayloadMicrofrontends = UserEventMicrofrontends1 | UserEventMicrofrontends2 | UserEventMicrofrontends3;
639
- export type UserEventPayload154PrevProject = {
639
+ export type UserEventPayload156PrevProject = {
640
640
  microfrontends?: UserEventMicrofrontends1 | UserEventMicrofrontends2 | UserEventMicrofrontends3 | undefined;
641
641
  };
642
642
  export type PayloadPrev = {
643
- project: UserEventPayload154PrevProject;
643
+ project: UserEventPayload156PrevProject;
644
644
  };
645
645
  export type PayloadGroup = {
646
646
  id: string;
@@ -650,12 +650,12 @@ export type PayloadGroup = {
650
650
  /**
651
651
  * The payload of the event, if requested.
652
652
  */
653
- export type OneHundredAndFiftyFour = {
654
- project: UserEventPayload154Project;
653
+ export type OneHundredAndFiftySix = {
654
+ project: UserEventPayload156Project;
655
655
  prev: PayloadPrev;
656
656
  group: PayloadGroup;
657
657
  };
658
- export type UserEventPayload153Project = {
658
+ export type UserEventPayload155Project = {
659
659
  id: string;
660
660
  name: string;
661
661
  };
@@ -667,8 +667,8 @@ export type Group = {
667
667
  /**
668
668
  * The payload of the event, if requested.
669
669
  */
670
- export type OneHundredAndFiftyThree = {
671
- project: UserEventPayload153Project;
670
+ export type OneHundredAndFiftyFive = {
671
+ project: UserEventPayload155Project;
672
672
  group: Group;
673
673
  };
674
674
  export type Prev = {
@@ -679,7 +679,7 @@ export type Prev = {
679
679
  /**
680
680
  * The payload of the event, if requested.
681
681
  */
682
- export type OneHundredAndFiftyTwo = {
682
+ export type OneHundredAndFiftyFour = {
683
683
  id: string;
684
684
  slug?: string | undefined;
685
685
  name?: string | undefined;
@@ -689,26 +689,26 @@ export type OneHundredAndFiftyTwo = {
689
689
  /**
690
690
  * The payload of the event, if requested.
691
691
  */
692
- export type OneHundredAndFiftyOne = {
692
+ export type OneHundredAndFiftyThree = {
693
693
  id: string;
694
694
  slug: string;
695
695
  name: string;
696
696
  };
697
- export declare const UserEventPayload150Action: {
697
+ export declare const UserEventPayload152Action: {
698
698
  readonly Enable: "enable";
699
699
  readonly Disable: "disable";
700
700
  };
701
- export type UserEventPayload150Action = ClosedEnum<typeof UserEventPayload150Action>;
701
+ export type UserEventPayload152Action = ClosedEnum<typeof UserEventPayload152Action>;
702
702
  /**
703
703
  * The payload of the event, if requested.
704
704
  */
705
- export type OneHundredAndFifty = {
706
- action: UserEventPayload150Action;
705
+ export type OneHundredAndFiftyTwo = {
706
+ action: UserEventPayload152Action;
707
707
  };
708
708
  /**
709
709
  * The payload of the event, if requested.
710
710
  */
711
- export type OneHundredAndFortyNine = {
711
+ export type OneHundredAndFiftyOne = {
712
712
  edgeConfigId: string;
713
713
  edgeConfigSlug: string;
714
714
  /**
@@ -719,7 +719,7 @@ export type OneHundredAndFortyNine = {
719
719
  /**
720
720
  * The payload of the event, if requested.
721
721
  */
722
- export type OneHundredAndFortyEight = {
722
+ export type OneHundredAndFifty = {
723
723
  edgeConfigId: string;
724
724
  edgeConfigSlug: string;
725
725
  edgeConfigTokenId: string;
@@ -728,7 +728,7 @@ export type OneHundredAndFortyEight = {
728
728
  /**
729
729
  * The payload of the event, if requested.
730
730
  */
731
- export type OneHundredAndFortySeven = {
731
+ export type OneHundredAndFortyNine = {
732
732
  edgeConfigId: string;
733
733
  edgeConfigSlug: string;
734
734
  edgeConfigDigest: string;
@@ -736,27 +736,27 @@ export type OneHundredAndFortySeven = {
736
736
  /**
737
737
  * The payload of the event, if requested.
738
738
  */
739
- export type OneHundredAndFortySix = {
739
+ export type OneHundredAndFortyEight = {
740
740
  projectName: string;
741
741
  srcImages: Array<string>;
742
742
  };
743
743
  /**
744
744
  * The payload of the event, if requested.
745
745
  */
746
- export type OneHundredAndFortyFive = {
746
+ export type OneHundredAndFortySeven = {
747
747
  projectName: string;
748
748
  tags: Array<string>;
749
749
  target?: string | undefined;
750
750
  };
751
- export declare const UserEventPayload144Role: {
751
+ export declare const UserEventPayload146Role: {
752
752
  readonly Admin: "ADMIN";
753
753
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
754
754
  readonly ProjectViewer: "PROJECT_VIEWER";
755
755
  };
756
- export type UserEventPayload144Role = ClosedEnum<typeof UserEventPayload144Role>;
757
- export type UserEventPayload144Project = {
756
+ export type UserEventPayload146Role = ClosedEnum<typeof UserEventPayload146Role>;
757
+ export type UserEventPayload146Project = {
758
758
  name: string;
759
- role: UserEventPayload144Role;
759
+ role: UserEventPayload146Role;
760
760
  invitedUserName: string;
761
761
  id?: string | undefined;
762
762
  invitedUserId?: string | undefined;
@@ -764,19 +764,19 @@ export type UserEventPayload144Project = {
764
764
  /**
765
765
  * The payload of the event, if requested.
766
766
  */
767
- export type OneHundredAndFortyFour = {
768
- project: UserEventPayload144Project;
767
+ export type OneHundredAndFortySix = {
768
+ project: UserEventPayload146Project;
769
769
  };
770
- export type UserEventPayload143Project = {
770
+ export type UserEventPayload145Project = {
771
771
  id: string;
772
772
  name: string;
773
773
  };
774
- export declare const UserEventPayload143Role: {
774
+ export declare const UserEventPayload145Role: {
775
775
  readonly Admin: "ADMIN";
776
776
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
777
777
  readonly ProjectViewer: "PROJECT_VIEWER";
778
778
  };
779
- export type UserEventPayload143Role = ClosedEnum<typeof UserEventPayload143Role>;
779
+ export type UserEventPayload145Role = ClosedEnum<typeof UserEventPayload145Role>;
780
780
  export declare const PayloadPreviousRole: {
781
781
  readonly Admin: "ADMIN";
782
782
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
@@ -784,7 +784,7 @@ export declare const PayloadPreviousRole: {
784
784
  };
785
785
  export type PayloadPreviousRole = ClosedEnum<typeof PayloadPreviousRole>;
786
786
  export type PayloadProjectMembership = {
787
- role?: UserEventPayload143Role | undefined;
787
+ role?: UserEventPayload145Role | undefined;
788
788
  uid?: string | undefined;
789
789
  createdAt?: number | undefined;
790
790
  username?: string | undefined;
@@ -793,22 +793,22 @@ export type PayloadProjectMembership = {
793
793
  /**
794
794
  * The payload of the event, if requested.
795
795
  */
796
- export type OneHundredAndFortyThree = {
797
- project: UserEventPayload143Project;
796
+ export type OneHundredAndFortyFive = {
797
+ project: UserEventPayload145Project;
798
798
  projectMembership: PayloadProjectMembership;
799
799
  };
800
- export type UserEventPayload142Project = {
800
+ export type UserEventPayload144Project = {
801
801
  name: string;
802
802
  id?: string | undefined;
803
803
  };
804
- export declare const UserEventPayload142Role: {
804
+ export declare const UserEventPayload144Role: {
805
805
  readonly Admin: "ADMIN";
806
806
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
807
807
  readonly ProjectViewer: "PROJECT_VIEWER";
808
808
  };
809
- export type UserEventPayload142Role = ClosedEnum<typeof UserEventPayload142Role>;
809
+ export type UserEventPayload144Role = ClosedEnum<typeof UserEventPayload144Role>;
810
810
  export type RemovedMembership = {
811
- role: UserEventPayload142Role;
811
+ role: UserEventPayload144Role;
812
812
  uid: string;
813
813
  createdAt: number;
814
814
  username?: string | undefined;
@@ -816,11 +816,11 @@ export type RemovedMembership = {
816
816
  /**
817
817
  * The payload of the event, if requested.
818
818
  */
819
- export type OneHundredAndFortyTwo = {
820
- project: UserEventPayload142Project;
819
+ export type OneHundredAndFortyFour = {
820
+ project: UserEventPayload144Project;
821
821
  removedMembership: RemovedMembership;
822
822
  };
823
- export type UserEventPayload141Project = {
823
+ export type UserEventPayload143Project = {
824
824
  name: string;
825
825
  id?: string | undefined;
826
826
  };
@@ -839,14 +839,14 @@ export type ProjectMembership = {
839
839
  /**
840
840
  * The payload of the event, if requested.
841
841
  */
842
- export type OneHundredAndFortyOne = {
843
- project: UserEventPayload141Project;
842
+ export type OneHundredAndFortyThree = {
843
+ project: UserEventPayload143Project;
844
844
  projectMembership: ProjectMembership | null;
845
845
  };
846
846
  /**
847
847
  * The payload of the event, if requested.
848
848
  */
849
- export type OneHundredAndForty = {
849
+ export type OneHundredAndFortyTwo = {
850
850
  previousProjectName: string;
851
851
  newProjectName: string;
852
852
  originAccountName: string;
@@ -855,7 +855,7 @@ export type OneHundredAndForty = {
855
855
  /**
856
856
  * The payload of the event, if requested.
857
857
  */
858
- export type OneHundredAndThirtyNine = {
858
+ export type OneHundredAndFortyOne = {
859
859
  previousProjectName: string;
860
860
  newProjectName: string;
861
861
  destinationAccountName: string;
@@ -864,7 +864,7 @@ export type OneHundredAndThirtyNine = {
864
864
  /**
865
865
  * The payload of the event, if requested.
866
866
  */
867
- export type OneHundredAndThirtyEight = {
867
+ export type OneHundredAndForty = {
868
868
  projectName: string;
869
869
  destinationAccountName: string | null;
870
870
  transferId?: string | undefined;
@@ -872,7 +872,7 @@ export type OneHundredAndThirtyEight = {
872
872
  /**
873
873
  * The payload of the event, if requested.
874
874
  */
875
- export type OneHundredAndThirtySeven = {
875
+ export type OneHundredAndThirtyNine = {
876
876
  projectId: string;
877
877
  projectName: string;
878
878
  originAccountName: string;
@@ -883,7 +883,7 @@ export type OneHundredAndThirtySeven = {
883
883
  /**
884
884
  * The payload of the event, if requested.
885
885
  */
886
- export type OneHundredAndThirtySix = {
886
+ export type OneHundredAndThirtyEight = {
887
887
  requestedTeamName: string;
888
888
  requestedUserName?: string | undefined;
889
889
  gitUsername?: string | undefined;
@@ -894,7 +894,7 @@ export type OneHundredAndThirtySix = {
894
894
  /**
895
895
  * The payload of the event, if requested.
896
896
  */
897
- export type OneHundredAndThirtyFive = {
897
+ export type OneHundredAndThirtySeven = {
898
898
  teamName: string;
899
899
  username?: string | undefined;
900
900
  gitUsername?: string | null | undefined;
@@ -905,7 +905,7 @@ export type OneHundredAndThirtyFive = {
905
905
  /**
906
906
  * The payload of the event, if requested.
907
907
  */
908
- export type OneHundredAndThirtyFour = {
908
+ export type OneHundredAndThirtySix = {
909
909
  teamName: string;
910
910
  username?: string | undefined;
911
911
  gitUsername?: string | undefined;
@@ -918,21 +918,21 @@ export type OneHundredAndThirtyFour = {
918
918
  /**
919
919
  * The payload of the event, if requested.
920
920
  */
921
- export type OneHundredAndThirtyThree = {
921
+ export type OneHundredAndThirtyFive = {
922
922
  price?: number | undefined;
923
923
  currency?: string | undefined;
924
924
  };
925
925
  /**
926
926
  * The payload of the event, if requested.
927
927
  */
928
- export type OneHundredAndThirtyTwo = {
928
+ export type OneHundredAndThirtyFour = {
929
929
  previewDeploymentSuffix?: string | null | undefined;
930
930
  previousPreviewDeploymentSuffix?: string | null | undefined;
931
931
  };
932
932
  /**
933
933
  * The payload of the event, if requested.
934
934
  */
935
- export type OneHundredAndThirtyOne = {
935
+ export type OneHundredAndThirtyThree = {
936
936
  price?: number | undefined;
937
937
  currency?: string | undefined;
938
938
  enabled?: boolean | undefined;
@@ -940,26 +940,26 @@ export type OneHundredAndThirtyOne = {
940
940
  /**
941
941
  * The payload of the event, if requested.
942
942
  */
943
- export type OneHundredAndThirty = {
943
+ export type OneHundredAndThirtyTwo = {
944
944
  username: string;
945
945
  };
946
946
  /**
947
947
  * The payload of the event, if requested.
948
948
  */
949
- export type OneHundredAndTwentyNine = {
949
+ export type OneHundredAndThirtyOne = {
950
950
  email: string;
951
951
  prevEmail: string;
952
952
  };
953
953
  /**
954
954
  * The payload of the event, if requested.
955
955
  */
956
- export type OneHundredAndTwentyEight = {
956
+ export type OneHundredAndThirty = {
957
957
  mfaEnabled: boolean;
958
958
  };
959
959
  /**
960
960
  * The payload of the event, if requested.
961
961
  */
962
- export type OneHundredAndTwentySeven = {
962
+ export type OneHundredAndTwentyNine = {
963
963
  enabled: boolean;
964
964
  totpVerified: boolean;
965
965
  };
@@ -974,7 +974,7 @@ export type PayloadNext = {
974
974
  /**
975
975
  * The payload of the event, if requested.
976
976
  */
977
- export type OneHundredAndTwentySix = {
977
+ export type OneHundredAndTwentyEight = {
978
978
  previous: PayloadPrevious;
979
979
  next: PayloadNext;
980
980
  };
@@ -987,7 +987,7 @@ export type PayloadRemoteCaching = {
987
987
  /**
988
988
  * The payload of the event, if requested.
989
989
  */
990
- export type OneHundredAndTwentyFive = {
990
+ export type OneHundredAndTwentySeven = {
991
991
  /**
992
992
  * Represents configuration for remote caching
993
993
  */
@@ -996,31 +996,31 @@ export type OneHundredAndTwentyFive = {
996
996
  /**
997
997
  * The payload of the event, if requested.
998
998
  */
999
- export type OneHundredAndTwentyFour = {
999
+ export type OneHundredAndTwentySix = {
1000
1000
  slug?: string | undefined;
1001
1001
  };
1002
1002
  /**
1003
1003
  * The payload of the event, if requested.
1004
1004
  */
1005
- export type OneHundredAndTwentyThree = {
1005
+ export type OneHundredAndTwentyFive = {
1006
1006
  name?: string | undefined;
1007
1007
  };
1008
1008
  /**
1009
1009
  * The payload of the event, if requested.
1010
1010
  */
1011
- export type OneHundredAndTwentyTwo = {
1011
+ export type OneHundredAndTwentyFour = {
1012
1012
  enforced: boolean;
1013
1013
  };
1014
- export type UserEventPayload121User = {
1014
+ export type UserEventPayload123User = {
1015
1015
  id: string;
1016
1016
  username: string;
1017
1017
  };
1018
1018
  /**
1019
1019
  * The payload of the event, if requested.
1020
1020
  */
1021
- export type OneHundredAndTwentyOne = {
1021
+ export type OneHundredAndTwentyThree = {
1022
1022
  entitlement: string;
1023
- user: UserEventPayload121User;
1023
+ user: UserEventPayload123User;
1024
1024
  previousCanceledAt?: string | undefined;
1025
1025
  };
1026
1026
  export type UserEventPayloadUser = {
@@ -1030,7 +1030,7 @@ export type UserEventPayloadUser = {
1030
1030
  /**
1031
1031
  * The payload of the event, if requested.
1032
1032
  */
1033
- export type OneHundredAndTwenty = {
1033
+ export type OneHundredAndTwentyTwo = {
1034
1034
  entitlement: string;
1035
1035
  user: UserEventPayloadUser;
1036
1036
  };
@@ -1041,7 +1041,7 @@ export type UpdatedUser = {
1041
1041
  /**
1042
1042
  * The payload of the event, if requested.
1043
1043
  */
1044
- export type OneHundredAndNineteen = {
1044
+ export type OneHundredAndTwentyOne = {
1045
1045
  directoryType?: string | undefined;
1046
1046
  updatedUser?: UpdatedUser | undefined;
1047
1047
  role?: string | undefined;
@@ -1051,7 +1051,7 @@ export type OneHundredAndNineteen = {
1051
1051
  /**
1052
1052
  * The payload of the event, if requested.
1053
1053
  */
1054
- export type OneHundredAndEighteen = {
1054
+ export type OneHundredAndTwenty = {
1055
1055
  role?: string | undefined;
1056
1056
  uid: string;
1057
1057
  origin?: string | undefined;
@@ -1089,7 +1089,7 @@ export type NewPlan = ClosedEnum<typeof NewPlan>;
1089
1089
  /**
1090
1090
  * The payload of the event, if requested.
1091
1091
  */
1092
- export type OneHundredAndSeventeen = {
1092
+ export type OneHundredAndNineteen = {
1093
1093
  deletedUser?: DeletedUser | undefined;
1094
1094
  deletedUid?: string | undefined;
1095
1095
  githubUsername?: string | null | undefined;
@@ -1109,7 +1109,7 @@ export type InvitedUser = {
1109
1109
  /**
1110
1110
  * The payload of the event, if requested.
1111
1111
  */
1112
- export type OneHundredAndSixteen = {
1112
+ export type OneHundredAndEighteen = {
1113
1113
  directoryType?: string | undefined;
1114
1114
  ssoType?: string | undefined;
1115
1115
  invitedUser?: InvitedUser | undefined;
@@ -1125,7 +1125,7 @@ export type Reasons = {
1125
1125
  /**
1126
1126
  * The payload of the event, if requested.
1127
1127
  */
1128
- export type OneHundredAndFifteen = {
1128
+ export type OneHundredAndSeventeen = {
1129
1129
  slug: string;
1130
1130
  teamId: string;
1131
1131
  by: string;
@@ -1134,7 +1134,7 @@ export type OneHundredAndFifteen = {
1134
1134
  /**
1135
1135
  * The payload of the event, if requested.
1136
1136
  */
1137
- export type OneHundredAndFourteen = {
1137
+ export type OneHundredAndSixteen = {
1138
1138
  slug: string;
1139
1139
  };
1140
1140
  export type Store = {
@@ -1144,7 +1144,7 @@ export type Store = {
1144
1144
  /**
1145
1145
  * The payload of the event, if requested.
1146
1146
  */
1147
- export type OneHundredAndThirteen = {
1147
+ export type OneHundredAndFifteen = {
1148
1148
  store: Store;
1149
1149
  ownerId?: string | undefined;
1150
1150
  };
@@ -1156,7 +1156,7 @@ export type StoreType = ClosedEnum<typeof StoreType>;
1156
1156
  /**
1157
1157
  * The payload of the event, if requested.
1158
1158
  */
1159
- export type OneHundredAndTwelve = {
1159
+ export type OneHundredAndFourteen = {
1160
1160
  storeType: StoreType;
1161
1161
  };
1162
1162
  export declare const UserEventPayloadType: {
@@ -1170,7 +1170,7 @@ export type UserEventPayloadType = ClosedEnum<typeof UserEventPayloadType>;
1170
1170
  /**
1171
1171
  * The payload of the event, if requested.
1172
1172
  */
1173
- export type OneHundredAndEleven = {
1173
+ export type OneHundredAndThirteen = {
1174
1174
  id: string;
1175
1175
  name?: string | undefined;
1176
1176
  computeUnitsMax?: number | undefined;
@@ -1181,19 +1181,19 @@ export type OneHundredAndEleven = {
1181
1181
  /**
1182
1182
  * The payload of the event, if requested.
1183
1183
  */
1184
- export type OneHundredAndTen = {
1184
+ export type OneHundredAndTwelve = {
1185
1185
  webhookUrl?: string | undefined;
1186
1186
  };
1187
1187
  /**
1188
1188
  * The budget type
1189
1189
  */
1190
- export declare const UserEventPayload109Type: {
1190
+ export declare const UserEventPayload111Type: {
1191
1191
  readonly Fixed: "fixed";
1192
1192
  };
1193
1193
  /**
1194
1194
  * The budget type
1195
1195
  */
1196
- export type UserEventPayload109Type = ClosedEnum<typeof UserEventPayload109Type>;
1196
+ export type UserEventPayload111Type = ClosedEnum<typeof UserEventPayload111Type>;
1197
1197
  /**
1198
1198
  * The acive pricing plan the team is billed with
1199
1199
  */
@@ -1213,7 +1213,7 @@ export type UserEventPayloadBudget = {
1213
1213
  /**
1214
1214
  * The budget type
1215
1215
  */
1216
- type: UserEventPayload109Type;
1216
+ type: UserEventPayload111Type;
1217
1217
  /**
1218
1218
  * Budget amount (USD / dollars)
1219
1219
  */
@@ -1266,7 +1266,7 @@ export type UserEventPayloadBudget = {
1266
1266
  /**
1267
1267
  * The payload of the event, if requested.
1268
1268
  */
1269
- export type OneHundredAndNine = {
1269
+ export type OneHundredAndEleven = {
1270
1270
  /**
1271
1271
  * Represents a budget for tracking and notifying teams on their spending.
1272
1272
  */
@@ -1276,13 +1276,13 @@ export type OneHundredAndNine = {
1276
1276
  /**
1277
1277
  * The budget type
1278
1278
  */
1279
- export declare const UserEventPayload108Type: {
1279
+ export declare const UserEventPayload110Type: {
1280
1280
  readonly Fixed: "fixed";
1281
1281
  };
1282
1282
  /**
1283
1283
  * The budget type
1284
1284
  */
1285
- export type UserEventPayload108Type = ClosedEnum<typeof UserEventPayload108Type>;
1285
+ export type UserEventPayload110Type = ClosedEnum<typeof UserEventPayload110Type>;
1286
1286
  /**
1287
1287
  * The acive pricing plan the team is billed with
1288
1288
  */
@@ -1302,7 +1302,7 @@ export type PayloadBudget = {
1302
1302
  /**
1303
1303
  * The budget type
1304
1304
  */
1305
- type: UserEventPayload108Type;
1305
+ type: UserEventPayload110Type;
1306
1306
  /**
1307
1307
  * Budget amount (USD / dollars)
1308
1308
  */
@@ -1355,7 +1355,7 @@ export type PayloadBudget = {
1355
1355
  /**
1356
1356
  * The payload of the event, if requested.
1357
1357
  */
1358
- export type OneHundredAndEight = {
1358
+ export type OneHundredAndTen = {
1359
1359
  /**
1360
1360
  * Represents a budget for tracking and notifying teams on their spending.
1361
1361
  */
@@ -1364,13 +1364,13 @@ export type OneHundredAndEight = {
1364
1364
  /**
1365
1365
  * The budget type
1366
1366
  */
1367
- export declare const UserEventPayload107Type: {
1367
+ export declare const UserEventPayload109Type: {
1368
1368
  readonly Fixed: "fixed";
1369
1369
  };
1370
1370
  /**
1371
1371
  * The budget type
1372
1372
  */
1373
- export type UserEventPayload107Type = ClosedEnum<typeof UserEventPayload107Type>;
1373
+ export type UserEventPayload109Type = ClosedEnum<typeof UserEventPayload109Type>;
1374
1374
  /**
1375
1375
  * The acive pricing plan the team is billed with
1376
1376
  */
@@ -1390,7 +1390,7 @@ export type BudgetItem = {
1390
1390
  /**
1391
1391
  * The budget type
1392
1392
  */
1393
- type: UserEventPayload107Type;
1393
+ type: UserEventPayload109Type;
1394
1394
  /**
1395
1395
  * Budget amount (USD / dollars)
1396
1396
  */
@@ -1449,7 +1449,7 @@ export type Budget = {
1449
1449
  /**
1450
1450
  * The payload of the event, if requested.
1451
1451
  */
1452
- export type OneHundredAndSeven = {
1452
+ export type OneHundredAndNine = {
1453
1453
  budget: Budget;
1454
1454
  };
1455
1455
  export type ScalingRules = {
@@ -1459,7 +1459,7 @@ export type ScalingRules = {
1459
1459
  /**
1460
1460
  * The payload of the event, if requested.
1461
1461
  */
1462
- export type OneHundredAndSix = {
1462
+ export type OneHundredAndEight = {
1463
1463
  scalingRules: {
1464
1464
  [k: string]: ScalingRules;
1465
1465
  };
@@ -1470,13 +1470,13 @@ export type OneHundredAndSix = {
1470
1470
  /**
1471
1471
  * The payload of the event, if requested.
1472
1472
  */
1473
- export type OneHundredAndFive = {
1473
+ export type OneHundredAndSeven = {
1474
1474
  bio: string;
1475
1475
  };
1476
1476
  /**
1477
1477
  * The payload of the event, if requested.
1478
1478
  */
1479
- export type OneHundredAndFour = {
1479
+ export type OneHundredAndSix = {
1480
1480
  oldName: string;
1481
1481
  newName: string;
1482
1482
  uid?: string | undefined;
@@ -1488,11 +1488,11 @@ export type Name = Name2 | string;
1488
1488
  /**
1489
1489
  * The payload of the event, if requested.
1490
1490
  */
1491
- export type OneHundredAndThree = {
1491
+ export type OneHundredAndFive = {
1492
1492
  uid: string;
1493
1493
  name: Name2 | string;
1494
1494
  };
1495
- export type UserEventPayload102Team = {
1495
+ export type UserEventPayload104Team = {
1496
1496
  id: string;
1497
1497
  name?: string | undefined;
1498
1498
  };
@@ -1502,11 +1502,11 @@ export type PayloadPreviousRule = {
1502
1502
  /**
1503
1503
  * The payload of the event, if requested.
1504
1504
  */
1505
- export type OneHundredAndTwo = {
1506
- team: UserEventPayload102Team;
1505
+ export type OneHundredAndFour = {
1506
+ team: UserEventPayload104Team;
1507
1507
  previousRule: PayloadPreviousRule;
1508
1508
  };
1509
- export type UserEventPayload101Team = {
1509
+ export type UserEventPayload103Team = {
1510
1510
  id: string;
1511
1511
  name?: string | undefined;
1512
1512
  };
@@ -1519,35 +1519,35 @@ export type NextRule = {
1519
1519
  /**
1520
1520
  * The payload of the event, if requested.
1521
1521
  */
1522
- export type OneHundredAndOne = {
1523
- team: UserEventPayload101Team;
1522
+ export type OneHundredAndThree = {
1523
+ team: UserEventPayload103Team;
1524
1524
  previousRule?: PreviousRule | undefined;
1525
1525
  nextRule?: NextRule | undefined;
1526
1526
  };
1527
1527
  /**
1528
1528
  * The payload of the event, if requested.
1529
1529
  */
1530
- export type OneHundred = {
1530
+ export type OneHundredAndTwo = {
1531
1531
  email: string;
1532
1532
  };
1533
1533
  /**
1534
1534
  * The payload of the event, if requested.
1535
1535
  */
1536
- export type NinetyNine = {
1536
+ export type OneHundredAndOne = {
1537
1537
  email: string;
1538
1538
  verified: boolean;
1539
1539
  };
1540
1540
  /**
1541
1541
  * The payload of the event, if requested.
1542
1542
  */
1543
- export type NinetyEight = {
1543
+ export type OneHundred = {
1544
1544
  instances: number;
1545
1545
  url: string;
1546
1546
  };
1547
1547
  /**
1548
1548
  * The payload of the event, if requested.
1549
1549
  */
1550
- export type NinetySeven = {
1550
+ export type NinetyNine = {
1551
1551
  gitProvider: string;
1552
1552
  gitProviderGroupDescriptor: string;
1553
1553
  gitScope: string;
@@ -1555,7 +1555,7 @@ export type NinetySeven = {
1555
1555
  /**
1556
1556
  * The payload of the event, if requested.
1557
1557
  */
1558
- export type NinetySix = {
1558
+ export type NinetyEight = {
1559
1559
  projectId: string;
1560
1560
  projectName: string;
1561
1561
  targetDeploymentId?: string | undefined;
@@ -1564,7 +1564,7 @@ export type NinetySix = {
1564
1564
  /**
1565
1565
  * The payload of the event, if requested.
1566
1566
  */
1567
- export type NinetyFive = {
1567
+ export type NinetySeven = {
1568
1568
  projectId: string;
1569
1569
  projectName: string;
1570
1570
  targetDeploymentId?: string | undefined;
@@ -1572,7 +1572,16 @@ export type NinetyFive = {
1572
1572
  /**
1573
1573
  * The payload of the event, if requested.
1574
1574
  */
1575
- export type NinetyFour = {
1575
+ export type NinetySix = {
1576
+ projectId: string;
1577
+ projectName: string;
1578
+ elasticConcurrencyEnabled: boolean;
1579
+ oldElasticConcurrencyEnabled: boolean;
1580
+ };
1581
+ /**
1582
+ * The payload of the event, if requested.
1583
+ */
1584
+ export type NinetyFive = {
1576
1585
  projectId: string;
1577
1586
  projectName: string;
1578
1587
  buildMachineType?: string | undefined;
@@ -1583,36 +1592,36 @@ export type StaticIps = {
1583
1592
  enabled: boolean;
1584
1593
  regions?: Array<string> | undefined;
1585
1594
  };
1586
- export type UserEventPayload93Project = {
1595
+ export type UserEventPayload94Project = {
1587
1596
  id: string;
1588
1597
  staticIps: StaticIps;
1589
1598
  };
1590
1599
  export type Next = {
1591
- project: UserEventPayload93Project;
1600
+ project: UserEventPayload94Project;
1592
1601
  };
1593
1602
  export type PayloadStaticIps = {
1594
1603
  builds?: boolean | undefined;
1595
1604
  enabled: boolean;
1596
1605
  regions?: Array<string> | undefined;
1597
1606
  };
1598
- export type UserEventPayload93PreviousProject = {
1607
+ export type UserEventPayload94PreviousProject = {
1599
1608
  id: string;
1600
1609
  staticIps: PayloadStaticIps;
1601
1610
  };
1602
1611
  export type Previous = {
1603
- project: UserEventPayload93PreviousProject;
1612
+ project: UserEventPayload94PreviousProject;
1604
1613
  };
1605
1614
  /**
1606
1615
  * The payload of the event, if requested.
1607
1616
  */
1608
- export type NinetyThree = {
1617
+ export type NinetyFour = {
1609
1618
  next: Next;
1610
1619
  previous: Previous;
1611
1620
  };
1612
1621
  /**
1613
1622
  * The payload of the event, if requested.
1614
1623
  */
1615
- export type NinetyTwo = {
1624
+ export type NinetyThree = {
1616
1625
  source: string;
1617
1626
  projectId: string;
1618
1627
  };
@@ -1624,7 +1633,7 @@ export type PayloadReasonCode = ClosedEnum<typeof PayloadReasonCode>;
1624
1633
  /**
1625
1634
  * The payload of the event, if requested.
1626
1635
  */
1627
- export type NinetyOne = {
1636
+ export type NinetyTwo = {
1628
1637
  projectId: string;
1629
1638
  reasonCode?: PayloadReasonCode | undefined;
1630
1639
  };
@@ -1637,11 +1646,11 @@ export type ReasonCode = ClosedEnum<typeof ReasonCode>;
1637
1646
  /**
1638
1647
  * The payload of the event, if requested.
1639
1648
  */
1640
- export type Ninety = {
1649
+ export type NinetyOne = {
1641
1650
  projectId: string;
1642
1651
  reasonCode?: ReasonCode | undefined;
1643
1652
  };
1644
- export type UserEventPayload89Team = {
1653
+ export type UserEventPayload90Team = {
1645
1654
  id: string;
1646
1655
  name: string;
1647
1656
  };
@@ -1685,7 +1694,7 @@ export type NewConnectConfigurations = {
1685
1694
  createdAt: number;
1686
1695
  updatedAt: number;
1687
1696
  };
1688
- export type UserEventPayload89Project = {
1697
+ export type UserEventPayload90Project = {
1689
1698
  id: string;
1690
1699
  name?: string | undefined;
1691
1700
  oldConnectConfigurations: Array<OldConnectConfigurations> | null;
@@ -1694,29 +1703,29 @@ export type UserEventPayload89Project = {
1694
1703
  /**
1695
1704
  * The payload of the event, if requested.
1696
1705
  */
1697
- export type EightyNine = {
1698
- team: UserEventPayload89Team;
1699
- project: UserEventPayload89Project;
1706
+ export type Ninety = {
1707
+ team: UserEventPayload90Team;
1708
+ project: UserEventPayload90Project;
1700
1709
  };
1701
1710
  /**
1702
1711
  * The payload of the event, if requested.
1703
1712
  */
1704
- export type EightyEight = {
1713
+ export type EightyNine = {
1705
1714
  name: string;
1706
1715
  ownerId: string;
1707
1716
  };
1708
- export declare const UserEventPayload87Action: {
1717
+ export declare const UserEventPayload88Action: {
1709
1718
  readonly Enabled: "enabled";
1710
1719
  readonly Disabled: "disabled";
1711
1720
  readonly Regenerated: "regenerated";
1712
1721
  };
1713
- export type UserEventPayload87Action = ClosedEnum<typeof UserEventPayload87Action>;
1722
+ export type UserEventPayload88Action = ClosedEnum<typeof UserEventPayload88Action>;
1714
1723
  /**
1715
1724
  * The payload of the event, if requested.
1716
1725
  */
1717
- export type EightySeven = {
1726
+ export type EightyEight = {
1718
1727
  projectName: string;
1719
- action: UserEventPayload87Action;
1728
+ action: UserEventPayload88Action;
1720
1729
  };
1721
1730
  export type Paths = {
1722
1731
  value: string;
@@ -1733,7 +1742,7 @@ export type OldOptionsAllowlist = {
1733
1742
  /**
1734
1743
  * The payload of the event, if requested.
1735
1744
  */
1736
- export type EightySix = {
1745
+ export type EightySeven = {
1737
1746
  projectName: string;
1738
1747
  optionsAllowlist?: OptionsAllowlist | null | undefined;
1739
1748
  oldOptionsAllowlist?: OldOptionsAllowlist | null | undefined;
@@ -1757,7 +1766,7 @@ export type OldTrustedIps = ClosedEnum<typeof OldTrustedIps>;
1757
1766
  /**
1758
1767
  * The payload of the event, if requested.
1759
1768
  */
1760
- export type EightyFive = {
1769
+ export type EightySix = {
1761
1770
  projectName: string;
1762
1771
  trustedIps?: TrustedIps | null | undefined;
1763
1772
  oldTrustedIps?: OldTrustedIps | null | undefined;
@@ -1803,7 +1812,7 @@ export type OldPasswordProtection = OldPasswordProtection1 | OldPasswordProtecti
1803
1812
  /**
1804
1813
  * The payload of the event, if requested.
1805
1814
  */
1806
- export type EightyFour = {
1815
+ export type EightyFive = {
1807
1816
  projectName: string;
1808
1817
  passwordProtection: PasswordProtection1 | PasswordProtection2 | null;
1809
1818
  oldPasswordProtection: OldPasswordProtection1 | OldPasswordProtection2 | null;
@@ -1847,7 +1856,7 @@ export type OldSsoProtection = OldSsoProtection1 | OldSsoProtection2;
1847
1856
  /**
1848
1857
  * The payload of the event, if requested.
1849
1858
  */
1850
- export type EightyThree = {
1859
+ export type EightyFour = {
1851
1860
  projectName: string;
1852
1861
  ssoProtection: SsoProtection1 | SsoProtection2 | null;
1853
1862
  oldSsoProtection: OldSsoProtection1 | OldSsoProtection2 | null;
@@ -1855,14 +1864,14 @@ export type EightyThree = {
1855
1864
  /**
1856
1865
  * The payload of the event, if requested.
1857
1866
  */
1858
- export type EightyTwo = {
1867
+ export type EightyThree = {
1859
1868
  projectName?: string | undefined;
1860
1869
  projectId: string;
1861
1870
  };
1862
1871
  /**
1863
1872
  * The payload of the event, if requested.
1864
1873
  */
1865
- export type EightyOne = {
1874
+ export type EightyTwo = {
1866
1875
  projectName?: string | undefined;
1867
1876
  projectId: string;
1868
1877
  projectAnalytics?: {
@@ -1893,7 +1902,7 @@ export type PrevProjectAnalytics = {
1893
1902
  /**
1894
1903
  * The payload of the event, if requested.
1895
1904
  */
1896
- export type Eighty = {
1905
+ export type EightyOne = {
1897
1906
  projectName?: string | undefined;
1898
1907
  projectId: string;
1899
1908
  projectAnalytics: ProjectAnalytics | null;
@@ -1902,11 +1911,11 @@ export type Eighty = {
1902
1911
  /**
1903
1912
  * The payload of the event, if requested.
1904
1913
  */
1905
- export type SeventyNine = {
1914
+ export type Eighty = {
1906
1915
  projectName: string;
1907
1916
  branch: string;
1908
1917
  };
1909
- export declare const UserEventPayload78Role: {
1918
+ export declare const UserEventPayload79Role: {
1910
1919
  readonly Owner: "OWNER";
1911
1920
  readonly Member: "MEMBER";
1912
1921
  readonly Developer: "DEVELOPER";
@@ -1916,7 +1925,7 @@ export declare const UserEventPayload78Role: {
1916
1925
  readonly ViewerForPlus: "VIEWER_FOR_PLUS";
1917
1926
  readonly Contributor: "CONTRIBUTOR";
1918
1927
  };
1919
- export type UserEventPayload78Role = ClosedEnum<typeof UserEventPayload78Role>;
1928
+ export type UserEventPayload79Role = ClosedEnum<typeof UserEventPayload79Role>;
1920
1929
  export declare const PayloadOrigin: {
1921
1930
  readonly Teams: "teams";
1922
1931
  readonly Saml: "saml";
@@ -1946,7 +1955,7 @@ export type PayloadJoinedFrom = {
1946
1955
  dsyncConnectedAt?: number | undefined;
1947
1956
  };
1948
1957
  export type RemovedUsers = {
1949
- role: UserEventPayload78Role;
1958
+ role: UserEventPayload79Role;
1950
1959
  confirmed: boolean;
1951
1960
  confirmedAt?: number | undefined;
1952
1961
  joinedFrom?: PayloadJoinedFrom | undefined;
@@ -1954,7 +1963,7 @@ export type RemovedUsers = {
1954
1963
  /**
1955
1964
  * The payload of the event, if requested.
1956
1965
  */
1957
- export type SeventyEight = {
1966
+ export type SeventyNine = {
1958
1967
  plan: string;
1959
1968
  removedUsers?: {
1960
1969
  [k: string]: RemovedUsers;
@@ -1973,13 +1982,13 @@ export type SeventyEight = {
1973
1982
  /**
1974
1983
  * The payload of the event, if requested.
1975
1984
  */
1976
- export type SeventySeven = {
1985
+ export type SeventyEight = {
1977
1986
  projectName: string;
1978
1987
  };
1979
1988
  /**
1980
1989
  * The payload of the event, if requested.
1981
1990
  */
1982
- export type SeventySix = {
1991
+ export type SeventySeven = {
1983
1992
  projectId: string;
1984
1993
  toDeploymentId: string;
1985
1994
  projectName: string;
@@ -1987,21 +1996,21 @@ export type SeventySix = {
1987
1996
  /**
1988
1997
  * The payload of the event, if requested.
1989
1998
  */
1990
- export type SeventyFive = {
1999
+ export type SeventySix = {
1991
2000
  drainUrl: string | null;
1992
2001
  integrationName?: string | undefined;
1993
2002
  };
1994
2003
  /**
1995
2004
  * The payload of the event, if requested.
1996
2005
  */
1997
- export type SeventyFour = {
2006
+ export type SeventyFive = {
1998
2007
  logDrainUrl: string;
1999
2008
  integrationName?: string | undefined;
2000
2009
  };
2001
2010
  /**
2002
2011
  * The payload of the event, if requested.
2003
2012
  */
2004
- export type SeventyThree = {
2013
+ export type SeventyFour = {
2005
2014
  logDrainUrl: string | null;
2006
2015
  integrationName?: string | undefined;
2007
2016
  };
@@ -2070,7 +2079,7 @@ export type Geolocation = {
2070
2079
  /**
2071
2080
  * The payload of the event, if requested.
2072
2081
  */
2073
- export type SeventyTwo = {
2082
+ export type SeventyThree = {
2074
2083
  userAgent?: UserAgent | undefined;
2075
2084
  geolocation?: Geolocation | null | undefined;
2076
2085
  viaGithub: boolean;
@@ -2088,7 +2097,7 @@ export type SeventyTwo = {
2088
2097
  /**
2089
2098
  * The payload of the event, if requested.
2090
2099
  */
2091
- export type SeventyOne = {
2100
+ export type SeventyTwo = {
2092
2101
  integrationId: string;
2093
2102
  configurationId: string;
2094
2103
  integrationSlug: string;
@@ -2100,7 +2109,7 @@ export type SeventyOne = {
2100
2109
  /**
2101
2110
  * The payload of the event, if requested.
2102
2111
  */
2103
- export type Seventy = {
2112
+ export type SeventyOne = {
2104
2113
  projectId: string;
2105
2114
  fromDeploymentId: string;
2106
2115
  toDeploymentId: string;
@@ -2110,7 +2119,7 @@ export type Seventy = {
2110
2119
  /**
2111
2120
  * The payload of the event, if requested.
2112
2121
  */
2113
- export type SixtyNine = {
2122
+ export type Seventy = {
2114
2123
  integrationId: string;
2115
2124
  configurationId: string;
2116
2125
  integrationSlug: string;
@@ -2121,7 +2130,7 @@ export type SixtyNine = {
2121
2130
  /**
2122
2131
  * The payload of the event, if requested.
2123
2132
  */
2124
- export type SixtyEight = {
2133
+ export type SixtyNine = {
2125
2134
  integrationId: string;
2126
2135
  configurationId: string;
2127
2136
  integrationSlug: string;
@@ -2139,21 +2148,21 @@ export type Configurations = {
2139
2148
  /**
2140
2149
  * The payload of the event, if requested.
2141
2150
  */
2142
- export type SixtySeven = {
2151
+ export type SixtyEight = {
2143
2152
  configurations: Array<Configurations>;
2144
2153
  ownerId: string;
2145
2154
  };
2146
- export declare const UserEventPayload66Action: {
2155
+ export declare const UserEventPayload67Action: {
2147
2156
  readonly HardBlocked: "hard-blocked";
2148
2157
  readonly SoftBlocked: "soft-blocked";
2149
2158
  readonly Unblocked: "unblocked";
2150
2159
  };
2151
- export type UserEventPayload66Action = ClosedEnum<typeof UserEventPayload66Action>;
2160
+ export type UserEventPayload67Action = ClosedEnum<typeof UserEventPayload67Action>;
2152
2161
  /**
2153
2162
  * Since June 2023
2154
2163
  */
2155
2164
  export type BlockHistory = {
2156
- action: UserEventPayload66Action;
2165
+ action: UserEventPayload67Action;
2157
2166
  createdAt: number;
2158
2167
  caseId?: string | undefined;
2159
2168
  reason: string;
@@ -2276,13 +2285,13 @@ export type UserEventPayloadRemoteCaching = {
2276
2285
  export type PayloadBuildEntitlements = {
2277
2286
  enhancedBuilds?: boolean | undefined;
2278
2287
  };
2279
- export declare const UserEventPayload66Configuration: {
2288
+ export declare const UserEventPayload67Configuration: {
2280
2289
  readonly SkipNamespaceQueue: "SKIP_NAMESPACE_QUEUE";
2281
2290
  readonly WaitForNamespaceQueue: "WAIT_FOR_NAMESPACE_QUEUE";
2282
2291
  };
2283
- export type UserEventPayload66Configuration = ClosedEnum<typeof UserEventPayload66Configuration>;
2292
+ export type UserEventPayload67Configuration = ClosedEnum<typeof UserEventPayload67Configuration>;
2284
2293
  export type PayloadBuildQueue = {
2285
- configuration?: UserEventPayload66Configuration | undefined;
2294
+ configuration?: UserEventPayload67Configuration | undefined;
2286
2295
  };
2287
2296
  export declare const PayloadPurchaseType: {
2288
2297
  readonly Enhanced: "enhanced";
@@ -2375,12 +2384,12 @@ export type SiftScores = {
2375
2384
  score: number;
2376
2385
  reasons: Array<PayloadReasons>;
2377
2386
  };
2378
- export declare const UserEventPayload66Name: {
2387
+ export declare const UserEventPayload67Name: {
2379
2388
  readonly String: "string";
2380
2389
  };
2381
- export type UserEventPayload66Name = ClosedEnum<typeof UserEventPayload66Name>;
2390
+ export type UserEventPayload67Name = ClosedEnum<typeof UserEventPayload67Name>;
2382
2391
  export type SiftRoute = {
2383
- name: UserEventPayload66Name;
2392
+ name: UserEventPayload67Name;
2384
2393
  };
2385
2394
  export declare const PayloadReason: {
2386
2395
  readonly SubscriptionCanceled: "SUBSCRIPTION_CANCELED";
@@ -2438,7 +2447,7 @@ export type PayloadSoftBlock = {
2438
2447
  reason: PayloadReason;
2439
2448
  blockedDueToOverageType?: PayloadBlockedDueToOverageType | undefined;
2440
2449
  };
2441
- export declare const UserEventPayload66Role: {
2450
+ export declare const UserEventPayload67Role: {
2442
2451
  readonly Owner: "OWNER";
2443
2452
  readonly Member: "MEMBER";
2444
2453
  readonly Developer: "DEVELOPER";
@@ -2448,7 +2457,7 @@ export declare const UserEventPayload66Role: {
2448
2457
  readonly ViewerForPlus: "VIEWER_FOR_PLUS";
2449
2458
  readonly Contributor: "CONTRIBUTOR";
2450
2459
  };
2451
- export type UserEventPayload66Role = ClosedEnum<typeof UserEventPayload66Role>;
2460
+ export type UserEventPayload67Role = ClosedEnum<typeof UserEventPayload67Role>;
2452
2461
  export declare const PayloadTeamRoles: {
2453
2462
  readonly Owner: "OWNER";
2454
2463
  readonly Member: "MEMBER";
@@ -2504,7 +2513,7 @@ export type Teams = {
2504
2513
  created: number;
2505
2514
  createdAt: number;
2506
2515
  teamId: string;
2507
- role: UserEventPayload66Role;
2516
+ role: UserEventPayload67Role;
2508
2517
  confirmed: boolean;
2509
2518
  confirmedAt: number;
2510
2519
  accessRequestedAt?: number | undefined;
@@ -2512,10 +2521,10 @@ export type Teams = {
2512
2521
  teamPermissions?: Array<PayloadTeamPermissions> | undefined;
2513
2522
  joinedFrom?: UserEventPayloadJoinedFrom | undefined;
2514
2523
  };
2515
- export declare const UserEventPayload66Type: {
2524
+ export declare const UserEventPayload67Type: {
2516
2525
  readonly User: "user";
2517
2526
  };
2518
- export type UserEventPayload66Type = ClosedEnum<typeof UserEventPayload66Type>;
2527
+ export type UserEventPayload67Type = ClosedEnum<typeof UserEventPayload67Type>;
2519
2528
  /**
2520
2529
  * Contains the timestamps when a user was notified about their usage
2521
2530
  */
@@ -2852,44 +2861,44 @@ export type ObservabilityPlus = {
2852
2861
  blockReason: UserEventPayloadBlockReason;
2853
2862
  blockType: PayloadBlockType;
2854
2863
  };
2855
- export declare const UserEventPayload66BlockReason: {
2864
+ export declare const UserEventPayload67BlockReason: {
2856
2865
  readonly AdminOverride: "admin_override";
2857
2866
  readonly LimitsExceeded: "limits_exceeded";
2858
2867
  };
2859
- export type UserEventPayload66BlockReason = ClosedEnum<typeof UserEventPayload66BlockReason>;
2868
+ export type UserEventPayload67BlockReason = ClosedEnum<typeof UserEventPayload67BlockReason>;
2860
2869
  export type UserEventPayloadDataCache = {
2861
2870
  updatedAt: number;
2862
2871
  blockedFrom?: number | undefined;
2863
2872
  blockedUntil?: number | undefined;
2864
- blockReason: UserEventPayload66BlockReason;
2873
+ blockReason: UserEventPayload67BlockReason;
2865
2874
  };
2866
- export declare const UserEventPayload66NewOwnerBlockReason: {
2875
+ export declare const UserEventPayload67NewOwnerBlockReason: {
2867
2876
  readonly AdminOverride: "admin_override";
2868
2877
  readonly LimitsExceeded: "limits_exceeded";
2869
2878
  };
2870
- export type UserEventPayload66NewOwnerBlockReason = ClosedEnum<typeof UserEventPayload66NewOwnerBlockReason>;
2879
+ export type UserEventPayload67NewOwnerBlockReason = ClosedEnum<typeof UserEventPayload67NewOwnerBlockReason>;
2871
2880
  export type PayloadImageOptimizationTransformation = {
2872
2881
  updatedAt: number;
2873
2882
  blockedFrom?: number | undefined;
2874
2883
  blockedUntil?: number | undefined;
2875
- blockReason: UserEventPayload66NewOwnerBlockReason;
2884
+ blockReason: UserEventPayload67NewOwnerBlockReason;
2876
2885
  };
2877
- export declare const UserEventPayload66NewOwnerFeatureBlocksBlockReason: {
2886
+ export declare const UserEventPayload67NewOwnerFeatureBlocksBlockReason: {
2878
2887
  readonly AdminOverride: "admin_override";
2879
2888
  readonly LimitsExceeded: "limits_exceeded";
2880
2889
  };
2881
- export type UserEventPayload66NewOwnerFeatureBlocksBlockReason = ClosedEnum<typeof UserEventPayload66NewOwnerFeatureBlocksBlockReason>;
2890
+ export type UserEventPayload67NewOwnerFeatureBlocksBlockReason = ClosedEnum<typeof UserEventPayload67NewOwnerFeatureBlocksBlockReason>;
2882
2891
  export type PayloadSourceImages = {
2883
2892
  updatedAt: number;
2884
2893
  blockedFrom?: number | undefined;
2885
2894
  blockedUntil?: number | undefined;
2886
- blockReason: UserEventPayload66NewOwnerFeatureBlocksBlockReason;
2895
+ blockReason: UserEventPayload67NewOwnerFeatureBlocksBlockReason;
2887
2896
  };
2888
- export declare const UserEventPayload66NewOwnerFeatureBlocksBlobBlockReason: {
2897
+ export declare const UserEventPayload67NewOwnerFeatureBlocksBlobBlockReason: {
2889
2898
  readonly AdminOverride: "admin_override";
2890
2899
  readonly LimitsExceeded: "limits_exceeded";
2891
2900
  };
2892
- export type UserEventPayload66NewOwnerFeatureBlocksBlobBlockReason = ClosedEnum<typeof UserEventPayload66NewOwnerFeatureBlocksBlobBlockReason>;
2901
+ export type UserEventPayload67NewOwnerFeatureBlocksBlobBlockReason = ClosedEnum<typeof UserEventPayload67NewOwnerFeatureBlocksBlobBlockReason>;
2893
2902
  export declare const OverageReason: {
2894
2903
  readonly AnalyticsUsage: "analyticsUsage";
2895
2904
  readonly Artifacts: "artifacts";
@@ -2936,14 +2945,14 @@ export type BlobT = {
2936
2945
  updatedAt: number;
2937
2946
  blockedFrom?: number | undefined;
2938
2947
  blockedUntil?: number | undefined;
2939
- blockReason: UserEventPayload66NewOwnerFeatureBlocksBlobBlockReason;
2948
+ blockReason: UserEventPayload67NewOwnerFeatureBlocksBlobBlockReason;
2940
2949
  overageReason: OverageReason;
2941
2950
  };
2942
- export declare const UserEventPayload66NewOwnerFeatureBlocksPostgresBlockReason: {
2951
+ export declare const UserEventPayload67NewOwnerFeatureBlocksPostgresBlockReason: {
2943
2952
  readonly AdminOverride: "admin_override";
2944
2953
  readonly LimitsExceeded: "limits_exceeded";
2945
2954
  };
2946
- export type UserEventPayload66NewOwnerFeatureBlocksPostgresBlockReason = ClosedEnum<typeof UserEventPayload66NewOwnerFeatureBlocksPostgresBlockReason>;
2955
+ export type UserEventPayload67NewOwnerFeatureBlocksPostgresBlockReason = ClosedEnum<typeof UserEventPayload67NewOwnerFeatureBlocksPostgresBlockReason>;
2947
2956
  export declare const PayloadOverageReason: {
2948
2957
  readonly AnalyticsUsage: "analyticsUsage";
2949
2958
  readonly Artifacts: "artifacts";
@@ -2990,14 +2999,14 @@ export type Postgres = {
2990
2999
  updatedAt: number;
2991
3000
  blockedFrom?: number | undefined;
2992
3001
  blockedUntil?: number | undefined;
2993
- blockReason: UserEventPayload66NewOwnerFeatureBlocksPostgresBlockReason;
3002
+ blockReason: UserEventPayload67NewOwnerFeatureBlocksPostgresBlockReason;
2994
3003
  overageReason: PayloadOverageReason;
2995
3004
  };
2996
- export declare const UserEventPayload66NewOwnerFeatureBlocksRedisBlockReason: {
3005
+ export declare const UserEventPayload67NewOwnerFeatureBlocksRedisBlockReason: {
2997
3006
  readonly AdminOverride: "admin_override";
2998
3007
  readonly LimitsExceeded: "limits_exceeded";
2999
3008
  };
3000
- export type UserEventPayload66NewOwnerFeatureBlocksRedisBlockReason = ClosedEnum<typeof UserEventPayload66NewOwnerFeatureBlocksRedisBlockReason>;
3009
+ export type UserEventPayload67NewOwnerFeatureBlocksRedisBlockReason = ClosedEnum<typeof UserEventPayload67NewOwnerFeatureBlocksRedisBlockReason>;
3001
3010
  export declare const UserEventPayloadOverageReason: {
3002
3011
  readonly AnalyticsUsage: "analyticsUsage";
3003
3012
  readonly Artifacts: "artifacts";
@@ -3044,19 +3053,19 @@ export type Redis = {
3044
3053
  updatedAt: number;
3045
3054
  blockedFrom?: number | undefined;
3046
3055
  blockedUntil?: number | undefined;
3047
- blockReason: UserEventPayload66NewOwnerFeatureBlocksRedisBlockReason;
3056
+ blockReason: UserEventPayload67NewOwnerFeatureBlocksRedisBlockReason;
3048
3057
  overageReason: UserEventPayloadOverageReason;
3049
3058
  };
3050
- export declare const UserEventPayload66NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason: {
3059
+ export declare const UserEventPayload67NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason: {
3051
3060
  readonly AdminOverride: "admin_override";
3052
3061
  readonly LimitsExceeded: "limits_exceeded";
3053
3062
  };
3054
- export type UserEventPayload66NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason = ClosedEnum<typeof UserEventPayload66NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason>;
3063
+ export type UserEventPayload67NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason = ClosedEnum<typeof UserEventPayload67NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason>;
3055
3064
  export type MicrofrontendsRequest = {
3056
3065
  updatedAt: number;
3057
3066
  blockedFrom?: number | undefined;
3058
3067
  blockedUntil?: number | undefined;
3059
- blockReason: UserEventPayload66NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason;
3068
+ blockReason: UserEventPayload67NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason;
3060
3069
  };
3061
3070
  /**
3062
3071
  * Information about which features are blocked for a user. Blocks can be either soft (the user can still access the feature, but with a warning, e.g. prompting an upgrade) or hard (the user cannot access the feature at all).
@@ -3212,7 +3221,7 @@ export type NewOwner = {
3212
3221
  * Deprecated on 2022-04-12 in favor of trialTeamIds and using utils/api-teams/user-has-trial-available.ts.
3213
3222
  */
3214
3223
  trialTeamId?: string | undefined;
3215
- type: UserEventPayload66Type;
3224
+ type: UserEventPayload67Type;
3216
3225
  /**
3217
3226
  * Contains the timestamps when a user was notified about their usage
3218
3227
  */
@@ -3250,7 +3259,7 @@ export type NewOwner = {
3250
3259
  /**
3251
3260
  * The payload of the event, if requested.
3252
3261
  */
3253
- export type SixtySix = {
3262
+ export type SixtySeven = {
3254
3263
  userId: string;
3255
3264
  integrationId: string;
3256
3265
  configurationId: string;
@@ -3261,7 +3270,7 @@ export type SixtySix = {
3261
3270
  /**
3262
3271
  * The payload of the event, if requested.
3263
3272
  */
3264
- export type SixtyFive = {
3273
+ export type SixtySix = {
3265
3274
  integrationId: string;
3266
3275
  integrationSlug: string;
3267
3276
  integrationName: string;
@@ -3269,27 +3278,27 @@ export type SixtyFive = {
3269
3278
  /**
3270
3279
  * The payload of the event, if requested.
3271
3280
  */
3272
- export type SixtyFour = {
3281
+ export type SixtyFive = {
3273
3282
  projectId: string;
3274
3283
  prevAttackModeEnabled?: boolean | undefined;
3275
3284
  prevAttackModeActiveUntil?: number | null | undefined;
3276
3285
  attackModeEnabled: boolean;
3277
3286
  attackModeActiveUntil?: number | null | undefined;
3278
3287
  };
3279
- export declare const UserEventPayload63Action: {
3288
+ export declare const UserEventPayload64Action: {
3280
3289
  readonly Log: "log";
3281
3290
  readonly Challenge: "challenge";
3282
3291
  readonly Deny: "deny";
3283
3292
  };
3284
- export type UserEventPayload63Action = ClosedEnum<typeof UserEventPayload63Action>;
3293
+ export type UserEventPayload64Action = ClosedEnum<typeof UserEventPayload64Action>;
3285
3294
  export type RuleGroups = {
3286
3295
  active: boolean;
3287
- action?: UserEventPayload63Action | undefined;
3296
+ action?: UserEventPayload64Action | undefined;
3288
3297
  };
3289
3298
  /**
3290
3299
  * The payload of the event, if requested.
3291
3300
  */
3292
- export type SixtyThree = {
3301
+ export type SixtyFour = {
3293
3302
  projectId: string;
3294
3303
  rulesetName: string;
3295
3304
  ruleGroups: {
@@ -3305,7 +3314,7 @@ export type UserEventPayloadAction = ClosedEnum<typeof UserEventPayloadAction>;
3305
3314
  /**
3306
3315
  * The payload of the event, if requested.
3307
3316
  */
3308
- export type SixtyTwo = {
3317
+ export type SixtyThree = {
3309
3318
  projectId: string;
3310
3319
  rulesetName: string;
3311
3320
  active: boolean;
@@ -3314,7 +3323,7 @@ export type SixtyTwo = {
3314
3323
  /**
3315
3324
  * The payload of the event, if requested.
3316
3325
  */
3317
- export type SixtyOne = {
3326
+ export type SixtyTwo = {
3318
3327
  projectId: string;
3319
3328
  scope: string;
3320
3329
  source: string;
@@ -3323,7 +3332,7 @@ export type ConfigChanges = {};
3323
3332
  /**
3324
3333
  * The payload of the event, if requested.
3325
3334
  */
3326
- export type Sixty = {
3335
+ export type SixtyOne = {
3327
3336
  projectId: string;
3328
3337
  restore: boolean;
3329
3338
  configVersion: number;
@@ -3331,11 +3340,19 @@ export type Sixty = {
3331
3340
  configChanges: Array<ConfigChanges>;
3332
3341
  };
3333
3342
  /**
3334
- * The type of this cosmos doc instance, if blank, assume secret.
3343
+ * The payload of the event, if requested.
3335
3344
  */
3336
- export declare const UserEventPayload59OldEnvVarType: {
3337
- readonly System: "system";
3338
- readonly Encrypted: "encrypted";
3345
+ export type Sixty = {
3346
+ enabled: boolean;
3347
+ updatedAt: number;
3348
+ firstEnabledAt?: number | undefined;
3349
+ };
3350
+ /**
3351
+ * The type of this cosmos doc instance, if blank, assume secret.
3352
+ */
3353
+ export declare const UserEventPayload59OldEnvVarType: {
3354
+ readonly System: "system";
3355
+ readonly Encrypted: "encrypted";
3339
3356
  readonly Plain: "plain";
3340
3357
  readonly Sensitive: "sensitive";
3341
3358
  };
@@ -4296,7 +4313,7 @@ export type Payload2 = {
4296
4313
  * The payload of the event, if requested.
4297
4314
  */
4298
4315
  export type Payload1 = {};
4299
- export type Payload = SeventyTwo | SixtyEight | SeventyOne | FortyTwo | FortyThree | FiftyFive | Sixty | SixtySix | SixtyNine | OneHundredAndThirtySeven | OneHundredAndSixtyEight | Payload2 | FortySeven | Seventy | OneHundredAndSix | OneHundredAndFortyEight | Twelve | Sixteen | ThirtyOne | ThirtyTwo | ThirtyThree | ThirtyFour | FortyOne | Fifty | FiftyOne | FiftyTwo | SixtyOne | SixtyTwo | SixtyThree | SixtyFive | SeventySix | Eighty | EightyThree | EightyFour | NinetySeven | OneHundredAndFifteen | OneHundredAndThirtyNine | OneHundredAndForty | OneHundredAndFortySeven | OneHundredAndFortyNine | OneHundredAndFiftyOne | OneHundredAndFiftyFour | OneHundredAndSixtyFive | OneHundredAndSixtySix | OneHundredAndSixtySeven | Four | Five | Six | Seventeen | Eighteen | TwentyThree | TwentyNine | ThirtySix | ThirtySeven | ThirtyEight | FortyFive | FortySix | FortyNine | FiftySix | SixtyFour | SixtySeven | SeventyNine | EightySeven | EightyEight | EightyNine | NinetyTwo | NinetyThree | NinetyFour | NinetyFive | NinetySix | NinetyEight | NinetyNine | OneHundredAndTwo | OneHundredAndThree | OneHundredAndFour | OneHundredAndEleven | OneHundredAndTwenty | OneHundredAndTwentyOne | OneHundredAndTwentySix | OneHundredAndTwentySeven | OneHundredAndTwentyNine | OneHundredAndThirtyEight | OneHundredAndFortyOne | OneHundredAndFortyTwo | OneHundredAndFortyThree | OneHundredAndFortyFive | OneHundredAndFortySix | OneHundredAndFiftyTwo | OneHundredAndFiftyThree | OneHundredAndFiftyFive | OneHundredAndFiftySeven | OneHundredAndFiftyEight | OneHundredAndFiftyNine | Three | Fifteen | Twenty | TwentyTwo | TwentyFour | TwentyEight | Thirty | ThirtyFive | ThirtyNine | Forty | FortyFour | FortyEight | FiftyThree | FiftyFour | SeventyThree | SeventyFour | SeventyFive | SeventySeven | SeventyEight | EightyOne | EightyTwo | EightyFive | EightySix | Ninety | NinetyOne | OneHundred | OneHundredAndOne | OneHundredAndFive | OneHundredAndSeven | OneHundredAndEight | OneHundredAndNine | OneHundredAndTwelve | OneHundredAndThirteen | OneHundredAndFourteen | OneHundredAndEighteen | OneHundredAndNineteen | OneHundredAndTwentyTwo | OneHundredAndTwentyEight | OneHundredAndThirty | OneHundredAndThirtyFour | OneHundredAndThirtyFive | OneHundredAndThirtySix | OneHundredAndFortyFour | OneHundredAndFifty | OneHundredAndFiftySix | OneHundredAndSixty | OneHundredAndSixtyOne | OneHundredAndSixtyTwo | OneHundredAndSixtyThree | OneHundredAndSixtyFour | Payload1 | Seven | Eight | Nine | Ten | Eleven | Thirteen | Fourteen | Nineteen | TwentyOne | TwentyFive | TwentySix | TwentySeven | FiftySeven | FiftyEight | FiftyNine | OneHundredAndTen | OneHundredAndSixteen | OneHundredAndSeventeen | OneHundredAndTwentyThree | OneHundredAndTwentyFour | OneHundredAndTwentyFive | OneHundredAndThirtyOne | OneHundredAndThirtyTwo | OneHundredAndThirtyThree;
4316
+ export type Payload = SeventyThree | SixtyNine | SeventyTwo | FortyTwo | FortyThree | FiftyFive | SixtyOne | SixtySeven | Seventy | OneHundredAndThirtyNine | OneHundredAndSeventy | Payload2 | FortySeven | SeventyOne | NinetySix | OneHundredAndEight | OneHundredAndFifty | Twelve | Sixteen | ThirtyOne | ThirtyTwo | ThirtyThree | ThirtyFour | FortyOne | Fifty | FiftyOne | FiftyTwo | SixtyTwo | SixtyThree | SixtyFour | SixtySix | SeventySeven | EightyOne | EightyFour | EightyFive | NinetyNine | OneHundredAndSeventeen | OneHundredAndFortyOne | OneHundredAndFortyTwo | OneHundredAndFortyNine | OneHundredAndFiftyOne | OneHundredAndFiftyThree | OneHundredAndFiftySix | OneHundredAndSixtySeven | OneHundredAndSixtyEight | OneHundredAndSixtyNine | Four | Five | Six | Seventeen | Eighteen | TwentyThree | TwentyNine | ThirtySix | ThirtySeven | ThirtyEight | FortyFive | FortySix | FortyNine | FiftySix | Sixty | SixtyFive | SixtyEight | Eighty | EightyEight | EightyNine | Ninety | NinetyThree | NinetyFour | NinetyFive | NinetySeven | NinetyEight | OneHundred | OneHundredAndOne | OneHundredAndFour | OneHundredAndFive | OneHundredAndSix | OneHundredAndThirteen | OneHundredAndTwentyTwo | OneHundredAndTwentyThree | OneHundredAndTwentyEight | OneHundredAndTwentyNine | OneHundredAndThirtyOne | OneHundredAndForty | OneHundredAndFortyThree | OneHundredAndFortyFour | OneHundredAndFortyFive | OneHundredAndFortySeven | OneHundredAndFortyEight | OneHundredAndFiftyFour | OneHundredAndFiftyFive | OneHundredAndFiftySeven | OneHundredAndFiftyNine | OneHundredAndSixty | OneHundredAndSixtyOne | Three | Fifteen | Twenty | TwentyTwo | TwentyFour | TwentyEight | Thirty | ThirtyFive | ThirtyNine | Forty | FortyFour | FortyEight | FiftyThree | FiftyFour | SeventyFour | SeventyFive | SeventySix | SeventyEight | SeventyNine | EightyTwo | EightyThree | EightySix | EightySeven | NinetyOne | NinetyTwo | OneHundredAndTwo | OneHundredAndThree | OneHundredAndSeven | OneHundredAndNine | OneHundredAndTen | OneHundredAndEleven | OneHundredAndFourteen | OneHundredAndFifteen | OneHundredAndSixteen | OneHundredAndTwenty | OneHundredAndTwentyOne | OneHundredAndTwentyFour | OneHundredAndThirty | OneHundredAndThirtyTwo | OneHundredAndThirtySix | OneHundredAndThirtySeven | OneHundredAndThirtyEight | OneHundredAndFortySix | OneHundredAndFiftyTwo | OneHundredAndFiftyEight | OneHundredAndSixtyTwo | OneHundredAndSixtyThree | OneHundredAndSixtyFour | OneHundredAndSixtyFive | OneHundredAndSixtySix | Payload1 | Seven | Eight | Nine | Ten | Eleven | Thirteen | Fourteen | Nineteen | TwentyOne | TwentyFive | TwentySix | TwentySeven | FiftySeven | FiftyEight | FiftyNine | OneHundredAndTwelve | OneHundredAndEighteen | OneHundredAndNineteen | OneHundredAndTwentyFive | OneHundredAndTwentySix | OneHundredAndTwentySeven | OneHundredAndThirtyThree | OneHundredAndThirtyFour | OneHundredAndThirtyFive;
4300
4317
  /**
4301
4318
  * Array of events generated by the User.
4302
4319
  */
@@ -4338,7 +4355,7 @@ export type UserEvent = {
4338
4355
  * 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".
4339
4356
  */
4340
4357
  viaIds?: Array<string> | undefined;
4341
- payload?: SeventyTwo | SixtyEight | SeventyOne | FortyTwo | FortyThree | FiftyFive | Sixty | SixtySix | SixtyNine | OneHundredAndThirtySeven | OneHundredAndSixtyEight | Payload2 | FortySeven | Seventy | OneHundredAndSix | OneHundredAndFortyEight | Twelve | Sixteen | ThirtyOne | ThirtyTwo | ThirtyThree | ThirtyFour | FortyOne | Fifty | FiftyOne | FiftyTwo | SixtyOne | SixtyTwo | SixtyThree | SixtyFive | SeventySix | Eighty | EightyThree | EightyFour | NinetySeven | OneHundredAndFifteen | OneHundredAndThirtyNine | OneHundredAndForty | OneHundredAndFortySeven | OneHundredAndFortyNine | OneHundredAndFiftyOne | OneHundredAndFiftyFour | OneHundredAndSixtyFive | OneHundredAndSixtySix | OneHundredAndSixtySeven | Four | Five | Six | Seventeen | Eighteen | TwentyThree | TwentyNine | ThirtySix | ThirtySeven | ThirtyEight | FortyFive | FortySix | FortyNine | FiftySix | SixtyFour | SixtySeven | SeventyNine | EightySeven | EightyEight | EightyNine | NinetyTwo | NinetyThree | NinetyFour | NinetyFive | NinetySix | NinetyEight | NinetyNine | OneHundredAndTwo | OneHundredAndThree | OneHundredAndFour | OneHundredAndEleven | OneHundredAndTwenty | OneHundredAndTwentyOne | OneHundredAndTwentySix | OneHundredAndTwentySeven | OneHundredAndTwentyNine | OneHundredAndThirtyEight | OneHundredAndFortyOne | OneHundredAndFortyTwo | OneHundredAndFortyThree | OneHundredAndFortyFive | OneHundredAndFortySix | OneHundredAndFiftyTwo | OneHundredAndFiftyThree | OneHundredAndFiftyFive | OneHundredAndFiftySeven | OneHundredAndFiftyEight | OneHundredAndFiftyNine | Three | Fifteen | Twenty | TwentyTwo | TwentyFour | TwentyEight | Thirty | ThirtyFive | ThirtyNine | Forty | FortyFour | FortyEight | FiftyThree | FiftyFour | SeventyThree | SeventyFour | SeventyFive | SeventySeven | SeventyEight | EightyOne | EightyTwo | EightyFive | EightySix | Ninety | NinetyOne | OneHundred | OneHundredAndOne | OneHundredAndFive | OneHundredAndSeven | OneHundredAndEight | OneHundredAndNine | OneHundredAndTwelve | OneHundredAndThirteen | OneHundredAndFourteen | OneHundredAndEighteen | OneHundredAndNineteen | OneHundredAndTwentyTwo | OneHundredAndTwentyEight | OneHundredAndThirty | OneHundredAndThirtyFour | OneHundredAndThirtyFive | OneHundredAndThirtySix | OneHundredAndFortyFour | OneHundredAndFifty | OneHundredAndFiftySix | OneHundredAndSixty | OneHundredAndSixtyOne | OneHundredAndSixtyTwo | OneHundredAndSixtyThree | OneHundredAndSixtyFour | Payload1 | Seven | Eight | Nine | Ten | Eleven | Thirteen | Fourteen | Nineteen | TwentyOne | TwentyFive | TwentySix | TwentySeven | FiftySeven | FiftyEight | FiftyNine | OneHundredAndTen | OneHundredAndSixteen | OneHundredAndSeventeen | OneHundredAndTwentyThree | OneHundredAndTwentyFour | OneHundredAndTwentyFive | OneHundredAndThirtyOne | OneHundredAndThirtyTwo | OneHundredAndThirtyThree | undefined;
4358
+ payload?: SeventyThree | SixtyNine | SeventyTwo | FortyTwo | FortyThree | FiftyFive | SixtyOne | SixtySeven | Seventy | OneHundredAndThirtyNine | OneHundredAndSeventy | Payload2 | FortySeven | SeventyOne | NinetySix | OneHundredAndEight | OneHundredAndFifty | Twelve | Sixteen | ThirtyOne | ThirtyTwo | ThirtyThree | ThirtyFour | FortyOne | Fifty | FiftyOne | FiftyTwo | SixtyTwo | SixtyThree | SixtyFour | SixtySix | SeventySeven | EightyOne | EightyFour | EightyFive | NinetyNine | OneHundredAndSeventeen | OneHundredAndFortyOne | OneHundredAndFortyTwo | OneHundredAndFortyNine | OneHundredAndFiftyOne | OneHundredAndFiftyThree | OneHundredAndFiftySix | OneHundredAndSixtySeven | OneHundredAndSixtyEight | OneHundredAndSixtyNine | Four | Five | Six | Seventeen | Eighteen | TwentyThree | TwentyNine | ThirtySix | ThirtySeven | ThirtyEight | FortyFive | FortySix | FortyNine | FiftySix | Sixty | SixtyFive | SixtyEight | Eighty | EightyEight | EightyNine | Ninety | NinetyThree | NinetyFour | NinetyFive | NinetySeven | NinetyEight | OneHundred | OneHundredAndOne | OneHundredAndFour | OneHundredAndFive | OneHundredAndSix | OneHundredAndThirteen | OneHundredAndTwentyTwo | OneHundredAndTwentyThree | OneHundredAndTwentyEight | OneHundredAndTwentyNine | OneHundredAndThirtyOne | OneHundredAndForty | OneHundredAndFortyThree | OneHundredAndFortyFour | OneHundredAndFortyFive | OneHundredAndFortySeven | OneHundredAndFortyEight | OneHundredAndFiftyFour | OneHundredAndFiftyFive | OneHundredAndFiftySeven | OneHundredAndFiftyNine | OneHundredAndSixty | OneHundredAndSixtyOne | Three | Fifteen | Twenty | TwentyTwo | TwentyFour | TwentyEight | Thirty | ThirtyFive | ThirtyNine | Forty | FortyFour | FortyEight | FiftyThree | FiftyFour | SeventyFour | SeventyFive | SeventySix | SeventyEight | SeventyNine | EightyTwo | EightyThree | EightySix | EightySeven | NinetyOne | NinetyTwo | OneHundredAndTwo | OneHundredAndThree | OneHundredAndSeven | OneHundredAndNine | OneHundredAndTen | OneHundredAndEleven | OneHundredAndFourteen | OneHundredAndFifteen | OneHundredAndSixteen | OneHundredAndTwenty | OneHundredAndTwentyOne | OneHundredAndTwentyFour | OneHundredAndThirty | OneHundredAndThirtyTwo | OneHundredAndThirtySix | OneHundredAndThirtySeven | OneHundredAndThirtyEight | OneHundredAndFortySix | OneHundredAndFiftyTwo | OneHundredAndFiftyEight | OneHundredAndSixtyTwo | OneHundredAndSixtyThree | OneHundredAndSixtyFour | OneHundredAndSixtyFive | OneHundredAndSixtySix | Payload1 | Seven | Eight | Nine | Ten | Eleven | Thirteen | Fourteen | Nineteen | TwentyOne | TwentyFive | TwentySix | TwentySeven | FiftySeven | FiftyEight | FiftyNine | OneHundredAndTwelve | OneHundredAndEighteen | OneHundredAndNineteen | OneHundredAndTwentyFive | OneHundredAndTwentySix | OneHundredAndTwentySeven | OneHundredAndThirtyThree | OneHundredAndThirtyFour | OneHundredAndThirtyFive | undefined;
4342
4359
  };
4343
4360
  /** @internal */
4344
4361
  export declare const UserEventType$inboundSchema: z.ZodNativeEnum<typeof UserEventType>;
@@ -4492,9 +4509,9 @@ export declare const PayloadApp$outboundSchema: z.ZodType<PayloadApp$Outbound, z
4492
4509
  export declare function payloadAppToJSON(payloadApp: PayloadApp): string;
4493
4510
  export declare function payloadAppFromJSON(jsonString: string): SafeParseResult<PayloadApp, SDKValidationError>;
4494
4511
  /** @internal */
4495
- export declare const OneHundredAndSixtyEight$inboundSchema: z.ZodType<OneHundredAndSixtyEight, z.ZodTypeDef, unknown>;
4512
+ export declare const OneHundredAndSeventy$inboundSchema: z.ZodType<OneHundredAndSeventy, z.ZodTypeDef, unknown>;
4496
4513
  /** @internal */
4497
- export type OneHundredAndSixtyEight$Outbound = {
4514
+ export type OneHundredAndSeventy$Outbound = {
4498
4515
  grantType: string;
4499
4516
  appName: string;
4500
4517
  atTTL: number;
@@ -4507,31 +4524,31 @@ export type OneHundredAndSixtyEight$Outbound = {
4507
4524
  sessionId?: string | undefined;
4508
4525
  };
4509
4526
  /** @internal */
4510
- export declare const OneHundredAndSixtyEight$outboundSchema: z.ZodType<OneHundredAndSixtyEight$Outbound, z.ZodTypeDef, OneHundredAndSixtyEight>;
4511
- export declare function oneHundredAndSixtyEightToJSON(oneHundredAndSixtyEight: OneHundredAndSixtyEight): string;
4512
- export declare function oneHundredAndSixtyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyEight, SDKValidationError>;
4527
+ export declare const OneHundredAndSeventy$outboundSchema: z.ZodType<OneHundredAndSeventy$Outbound, z.ZodTypeDef, OneHundredAndSeventy>;
4528
+ export declare function oneHundredAndSeventyToJSON(oneHundredAndSeventy: OneHundredAndSeventy): string;
4529
+ export declare function oneHundredAndSeventyFromJSON(jsonString: string): SafeParseResult<OneHundredAndSeventy, SDKValidationError>;
4513
4530
  /** @internal */
4514
- export declare const UserEventPayload167Team$inboundSchema: z.ZodType<UserEventPayload167Team, z.ZodTypeDef, unknown>;
4531
+ export declare const UserEventPayload169Team$inboundSchema: z.ZodType<UserEventPayload169Team, z.ZodTypeDef, unknown>;
4515
4532
  /** @internal */
4516
- export type UserEventPayload167Team$Outbound = {
4533
+ export type UserEventPayload169Team$Outbound = {
4517
4534
  id: string;
4518
4535
  name: string;
4519
4536
  };
4520
4537
  /** @internal */
4521
- export declare const UserEventPayload167Team$outboundSchema: z.ZodType<UserEventPayload167Team$Outbound, z.ZodTypeDef, UserEventPayload167Team>;
4522
- export declare function userEventPayload167TeamToJSON(userEventPayload167Team: UserEventPayload167Team): string;
4523
- export declare function userEventPayload167TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload167Team, SDKValidationError>;
4538
+ export declare const UserEventPayload169Team$outboundSchema: z.ZodType<UserEventPayload169Team$Outbound, z.ZodTypeDef, UserEventPayload169Team>;
4539
+ export declare function userEventPayload169TeamToJSON(userEventPayload169Team: UserEventPayload169Team): string;
4540
+ export declare function userEventPayload169TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload169Team, SDKValidationError>;
4524
4541
  /** @internal */
4525
- export declare const UserEventPayload167Configuration$inboundSchema: z.ZodType<UserEventPayload167Configuration, z.ZodTypeDef, unknown>;
4542
+ export declare const UserEventPayload169Configuration$inboundSchema: z.ZodType<UserEventPayload169Configuration, z.ZodTypeDef, unknown>;
4526
4543
  /** @internal */
4527
- export type UserEventPayload167Configuration$Outbound = {
4544
+ export type UserEventPayload169Configuration$Outbound = {
4528
4545
  id: string;
4529
4546
  name?: string | undefined;
4530
4547
  };
4531
4548
  /** @internal */
4532
- export declare const UserEventPayload167Configuration$outboundSchema: z.ZodType<UserEventPayload167Configuration$Outbound, z.ZodTypeDef, UserEventPayload167Configuration>;
4533
- export declare function userEventPayload167ConfigurationToJSON(userEventPayload167Configuration: UserEventPayload167Configuration): string;
4534
- export declare function userEventPayload167ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload167Configuration, SDKValidationError>;
4549
+ export declare const UserEventPayload169Configuration$outboundSchema: z.ZodType<UserEventPayload169Configuration$Outbound, z.ZodTypeDef, UserEventPayload169Configuration>;
4550
+ export declare function userEventPayload169ConfigurationToJSON(userEventPayload169Configuration: UserEventPayload169Configuration): string;
4551
+ export declare function userEventPayload169ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload169Configuration, SDKValidationError>;
4535
4552
  /** @internal */
4536
4553
  export declare const UserEventPayloadPeering$inboundSchema: z.ZodType<UserEventPayloadPeering, z.ZodTypeDef, unknown>;
4537
4554
  /** @internal */
@@ -4544,40 +4561,40 @@ export declare const UserEventPayloadPeering$outboundSchema: z.ZodType<UserEvent
4544
4561
  export declare function userEventPayloadPeeringToJSON(userEventPayloadPeering: UserEventPayloadPeering): string;
4545
4562
  export declare function userEventPayloadPeeringFromJSON(jsonString: string): SafeParseResult<UserEventPayloadPeering, SDKValidationError>;
4546
4563
  /** @internal */
4547
- export declare const OneHundredAndSixtySeven$inboundSchema: z.ZodType<OneHundredAndSixtySeven, z.ZodTypeDef, unknown>;
4564
+ export declare const OneHundredAndSixtyNine$inboundSchema: z.ZodType<OneHundredAndSixtyNine, z.ZodTypeDef, unknown>;
4548
4565
  /** @internal */
4549
- export type OneHundredAndSixtySeven$Outbound = {
4550
- team: UserEventPayload167Team$Outbound;
4551
- configuration: UserEventPayload167Configuration$Outbound;
4566
+ export type OneHundredAndSixtyNine$Outbound = {
4567
+ team: UserEventPayload169Team$Outbound;
4568
+ configuration: UserEventPayload169Configuration$Outbound;
4552
4569
  peering: UserEventPayloadPeering$Outbound;
4553
4570
  newName?: string | undefined;
4554
4571
  };
4555
4572
  /** @internal */
4556
- export declare const OneHundredAndSixtySeven$outboundSchema: z.ZodType<OneHundredAndSixtySeven$Outbound, z.ZodTypeDef, OneHundredAndSixtySeven>;
4557
- export declare function oneHundredAndSixtySevenToJSON(oneHundredAndSixtySeven: OneHundredAndSixtySeven): string;
4558
- export declare function oneHundredAndSixtySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtySeven, SDKValidationError>;
4573
+ export declare const OneHundredAndSixtyNine$outboundSchema: z.ZodType<OneHundredAndSixtyNine$Outbound, z.ZodTypeDef, OneHundredAndSixtyNine>;
4574
+ export declare function oneHundredAndSixtyNineToJSON(oneHundredAndSixtyNine: OneHundredAndSixtyNine): string;
4575
+ export declare function oneHundredAndSixtyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyNine, SDKValidationError>;
4559
4576
  /** @internal */
4560
- export declare const UserEventPayload166Team$inboundSchema: z.ZodType<UserEventPayload166Team, z.ZodTypeDef, unknown>;
4577
+ export declare const UserEventPayload168Team$inboundSchema: z.ZodType<UserEventPayload168Team, z.ZodTypeDef, unknown>;
4561
4578
  /** @internal */
4562
- export type UserEventPayload166Team$Outbound = {
4579
+ export type UserEventPayload168Team$Outbound = {
4563
4580
  id: string;
4564
4581
  name: string;
4565
4582
  };
4566
4583
  /** @internal */
4567
- export declare const UserEventPayload166Team$outboundSchema: z.ZodType<UserEventPayload166Team$Outbound, z.ZodTypeDef, UserEventPayload166Team>;
4568
- export declare function userEventPayload166TeamToJSON(userEventPayload166Team: UserEventPayload166Team): string;
4569
- export declare function userEventPayload166TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload166Team, SDKValidationError>;
4584
+ export declare const UserEventPayload168Team$outboundSchema: z.ZodType<UserEventPayload168Team$Outbound, z.ZodTypeDef, UserEventPayload168Team>;
4585
+ export declare function userEventPayload168TeamToJSON(userEventPayload168Team: UserEventPayload168Team): string;
4586
+ export declare function userEventPayload168TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload168Team, SDKValidationError>;
4570
4587
  /** @internal */
4571
- export declare const UserEventPayload166Configuration$inboundSchema: z.ZodType<UserEventPayload166Configuration, z.ZodTypeDef, unknown>;
4588
+ export declare const UserEventPayload168Configuration$inboundSchema: z.ZodType<UserEventPayload168Configuration, z.ZodTypeDef, unknown>;
4572
4589
  /** @internal */
4573
- export type UserEventPayload166Configuration$Outbound = {
4590
+ export type UserEventPayload168Configuration$Outbound = {
4574
4591
  id: string;
4575
4592
  name?: string | undefined;
4576
4593
  };
4577
4594
  /** @internal */
4578
- export declare const UserEventPayload166Configuration$outboundSchema: z.ZodType<UserEventPayload166Configuration$Outbound, z.ZodTypeDef, UserEventPayload166Configuration>;
4579
- export declare function userEventPayload166ConfigurationToJSON(userEventPayload166Configuration: UserEventPayload166Configuration): string;
4580
- export declare function userEventPayload166ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload166Configuration, SDKValidationError>;
4595
+ export declare const UserEventPayload168Configuration$outboundSchema: z.ZodType<UserEventPayload168Configuration$Outbound, z.ZodTypeDef, UserEventPayload168Configuration>;
4596
+ export declare function userEventPayload168ConfigurationToJSON(userEventPayload168Configuration: UserEventPayload168Configuration): string;
4597
+ export declare function userEventPayload168ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload168Configuration, SDKValidationError>;
4581
4598
  /** @internal */
4582
4599
  export declare const PayloadPeering$inboundSchema: z.ZodType<PayloadPeering, z.ZodTypeDef, unknown>;
4583
4600
  /** @internal */
@@ -4590,39 +4607,39 @@ export declare const PayloadPeering$outboundSchema: z.ZodType<PayloadPeering$Out
4590
4607
  export declare function payloadPeeringToJSON(payloadPeering: PayloadPeering): string;
4591
4608
  export declare function payloadPeeringFromJSON(jsonString: string): SafeParseResult<PayloadPeering, SDKValidationError>;
4592
4609
  /** @internal */
4593
- export declare const OneHundredAndSixtySix$inboundSchema: z.ZodType<OneHundredAndSixtySix, z.ZodTypeDef, unknown>;
4610
+ export declare const OneHundredAndSixtyEight$inboundSchema: z.ZodType<OneHundredAndSixtyEight, z.ZodTypeDef, unknown>;
4594
4611
  /** @internal */
4595
- export type OneHundredAndSixtySix$Outbound = {
4596
- team: UserEventPayload166Team$Outbound;
4597
- configuration: UserEventPayload166Configuration$Outbound;
4612
+ export type OneHundredAndSixtyEight$Outbound = {
4613
+ team: UserEventPayload168Team$Outbound;
4614
+ configuration: UserEventPayload168Configuration$Outbound;
4598
4615
  peering: PayloadPeering$Outbound;
4599
4616
  };
4600
4617
  /** @internal */
4601
- export declare const OneHundredAndSixtySix$outboundSchema: z.ZodType<OneHundredAndSixtySix$Outbound, z.ZodTypeDef, OneHundredAndSixtySix>;
4602
- export declare function oneHundredAndSixtySixToJSON(oneHundredAndSixtySix: OneHundredAndSixtySix): string;
4603
- export declare function oneHundredAndSixtySixFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtySix, SDKValidationError>;
4618
+ export declare const OneHundredAndSixtyEight$outboundSchema: z.ZodType<OneHundredAndSixtyEight$Outbound, z.ZodTypeDef, OneHundredAndSixtyEight>;
4619
+ export declare function oneHundredAndSixtyEightToJSON(oneHundredAndSixtyEight: OneHundredAndSixtyEight): string;
4620
+ export declare function oneHundredAndSixtyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyEight, SDKValidationError>;
4604
4621
  /** @internal */
4605
- export declare const UserEventPayload165Team$inboundSchema: z.ZodType<UserEventPayload165Team, z.ZodTypeDef, unknown>;
4622
+ export declare const UserEventPayload167Team$inboundSchema: z.ZodType<UserEventPayload167Team, z.ZodTypeDef, unknown>;
4606
4623
  /** @internal */
4607
- export type UserEventPayload165Team$Outbound = {
4624
+ export type UserEventPayload167Team$Outbound = {
4608
4625
  id: string;
4609
4626
  name: string;
4610
4627
  };
4611
4628
  /** @internal */
4612
- export declare const UserEventPayload165Team$outboundSchema: z.ZodType<UserEventPayload165Team$Outbound, z.ZodTypeDef, UserEventPayload165Team>;
4613
- export declare function userEventPayload165TeamToJSON(userEventPayload165Team: UserEventPayload165Team): string;
4614
- export declare function userEventPayload165TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload165Team, SDKValidationError>;
4629
+ export declare const UserEventPayload167Team$outboundSchema: z.ZodType<UserEventPayload167Team$Outbound, z.ZodTypeDef, UserEventPayload167Team>;
4630
+ export declare function userEventPayload167TeamToJSON(userEventPayload167Team: UserEventPayload167Team): string;
4631
+ export declare function userEventPayload167TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload167Team, SDKValidationError>;
4615
4632
  /** @internal */
4616
- export declare const UserEventPayload165Configuration$inboundSchema: z.ZodType<UserEventPayload165Configuration, z.ZodTypeDef, unknown>;
4633
+ export declare const UserEventPayload167Configuration$inboundSchema: z.ZodType<UserEventPayload167Configuration, z.ZodTypeDef, unknown>;
4617
4634
  /** @internal */
4618
- export type UserEventPayload165Configuration$Outbound = {
4635
+ export type UserEventPayload167Configuration$Outbound = {
4619
4636
  id: string;
4620
4637
  name?: string | undefined;
4621
4638
  };
4622
4639
  /** @internal */
4623
- export declare const UserEventPayload165Configuration$outboundSchema: z.ZodType<UserEventPayload165Configuration$Outbound, z.ZodTypeDef, UserEventPayload165Configuration>;
4624
- export declare function userEventPayload165ConfigurationToJSON(userEventPayload165Configuration: UserEventPayload165Configuration): string;
4625
- export declare function userEventPayload165ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload165Configuration, SDKValidationError>;
4640
+ export declare const UserEventPayload167Configuration$outboundSchema: z.ZodType<UserEventPayload167Configuration$Outbound, z.ZodTypeDef, UserEventPayload167Configuration>;
4641
+ export declare function userEventPayload167ConfigurationToJSON(userEventPayload167Configuration: UserEventPayload167Configuration): string;
4642
+ export declare function userEventPayload167ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload167Configuration, SDKValidationError>;
4626
4643
  /** @internal */
4627
4644
  export declare const Peering$inboundSchema: z.ZodType<Peering, z.ZodTypeDef, unknown>;
4628
4645
  /** @internal */
@@ -4637,17 +4654,17 @@ export declare const Peering$outboundSchema: z.ZodType<Peering$Outbound, z.ZodTy
4637
4654
  export declare function peeringToJSON(peering: Peering): string;
4638
4655
  export declare function peeringFromJSON(jsonString: string): SafeParseResult<Peering, SDKValidationError>;
4639
4656
  /** @internal */
4640
- export declare const OneHundredAndSixtyFive$inboundSchema: z.ZodType<OneHundredAndSixtyFive, z.ZodTypeDef, unknown>;
4657
+ export declare const OneHundredAndSixtySeven$inboundSchema: z.ZodType<OneHundredAndSixtySeven, z.ZodTypeDef, unknown>;
4641
4658
  /** @internal */
4642
- export type OneHundredAndSixtyFive$Outbound = {
4643
- team: UserEventPayload165Team$Outbound;
4644
- configuration: UserEventPayload165Configuration$Outbound;
4659
+ export type OneHundredAndSixtySeven$Outbound = {
4660
+ team: UserEventPayload167Team$Outbound;
4661
+ configuration: UserEventPayload167Configuration$Outbound;
4645
4662
  peering: Peering$Outbound;
4646
4663
  };
4647
4664
  /** @internal */
4648
- export declare const OneHundredAndSixtyFive$outboundSchema: z.ZodType<OneHundredAndSixtyFive$Outbound, z.ZodTypeDef, OneHundredAndSixtyFive>;
4649
- export declare function oneHundredAndSixtyFiveToJSON(oneHundredAndSixtyFive: OneHundredAndSixtyFive): string;
4650
- export declare function oneHundredAndSixtyFiveFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyFive, SDKValidationError>;
4665
+ export declare const OneHundredAndSixtySeven$outboundSchema: z.ZodType<OneHundredAndSixtySeven$Outbound, z.ZodTypeDef, OneHundredAndSixtySeven>;
4666
+ export declare function oneHundredAndSixtySevenToJSON(oneHundredAndSixtySeven: OneHundredAndSixtySeven): string;
4667
+ export declare function oneHundredAndSixtySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtySeven, SDKValidationError>;
4651
4668
  /** @internal */
4652
4669
  export declare const App$inboundSchema: z.ZodType<App, z.ZodTypeDef, unknown>;
4653
4670
  /** @internal */
@@ -4660,26 +4677,26 @@ export declare const App$outboundSchema: z.ZodType<App$Outbound, z.ZodTypeDef, A
4660
4677
  export declare function appToJSON(app: App): string;
4661
4678
  export declare function appFromJSON(jsonString: string): SafeParseResult<App, SDKValidationError>;
4662
4679
  /** @internal */
4663
- export declare const OneHundredAndSixtyFour$inboundSchema: z.ZodType<OneHundredAndSixtyFour, z.ZodTypeDef, unknown>;
4680
+ export declare const OneHundredAndSixtySix$inboundSchema: z.ZodType<OneHundredAndSixtySix, z.ZodTypeDef, unknown>;
4664
4681
  /** @internal */
4665
- export type OneHundredAndSixtyFour$Outbound = {
4682
+ export type OneHundredAndSixtySix$Outbound = {
4666
4683
  appName: string;
4667
4684
  appId?: string | undefined;
4668
4685
  app?: App$Outbound | undefined;
4669
4686
  issuedBefore?: number | undefined;
4670
4687
  };
4671
4688
  /** @internal */
4672
- export declare const OneHundredAndSixtyFour$outboundSchema: z.ZodType<OneHundredAndSixtyFour$Outbound, z.ZodTypeDef, OneHundredAndSixtyFour>;
4673
- export declare function oneHundredAndSixtyFourToJSON(oneHundredAndSixtyFour: OneHundredAndSixtyFour): string;
4674
- export declare function oneHundredAndSixtyFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyFour, SDKValidationError>;
4689
+ export declare const OneHundredAndSixtySix$outboundSchema: z.ZodType<OneHundredAndSixtySix$Outbound, z.ZodTypeDef, OneHundredAndSixtySix>;
4690
+ export declare function oneHundredAndSixtySixToJSON(oneHundredAndSixtySix: OneHundredAndSixtySix): string;
4691
+ export declare function oneHundredAndSixtySixFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtySix, SDKValidationError>;
4675
4692
  /** @internal */
4676
- export declare const UserEventPayload163Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload163Type>;
4693
+ export declare const UserEventPayload165Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload165Type>;
4677
4694
  /** @internal */
4678
- export declare const UserEventPayload163Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload163Type>;
4695
+ export declare const UserEventPayload165Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload165Type>;
4679
4696
  /** @internal */
4680
- export declare const UserEventPayload163BeforeType$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload163BeforeType>;
4697
+ export declare const UserEventPayload165BeforeType$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload165BeforeType>;
4681
4698
  /** @internal */
4682
- export declare const UserEventPayload163BeforeType$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload163BeforeType>;
4699
+ export declare const UserEventPayload165BeforeType$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload165BeforeType>;
4683
4700
  /** @internal */
4684
4701
  export declare const PayloadItems$inboundSchema: z.ZodType<PayloadItems, z.ZodTypeDef, unknown>;
4685
4702
  /** @internal */
@@ -4723,13 +4740,13 @@ export declare const Before$outboundSchema: z.ZodType<Before$Outbound, z.ZodType
4723
4740
  export declare function beforeToJSON(before: Before): string;
4724
4741
  export declare function beforeFromJSON(jsonString: string): SafeParseResult<Before, SDKValidationError>;
4725
4742
  /** @internal */
4726
- export declare const UserEventPayload163AfterType$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload163AfterType>;
4743
+ export declare const UserEventPayload165AfterType$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload165AfterType>;
4727
4744
  /** @internal */
4728
- export declare const UserEventPayload163AfterType$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload163AfterType>;
4745
+ export declare const UserEventPayload165AfterType$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload165AfterType>;
4729
4746
  /** @internal */
4730
- export declare const UserEventPayload163AfterResourcesType$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload163AfterResourcesType>;
4747
+ export declare const UserEventPayload165AfterResourcesType$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload165AfterResourcesType>;
4731
4748
  /** @internal */
4732
- export declare const UserEventPayload163AfterResourcesType$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload163AfterResourcesType>;
4749
+ export declare const UserEventPayload165AfterResourcesType$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload165AfterResourcesType>;
4733
4750
  /** @internal */
4734
4751
  export declare const UserEventPayloadItems$inboundSchema: z.ZodType<UserEventPayloadItems, z.ZodTypeDef, unknown>;
4735
4752
  /** @internal */
@@ -4773,9 +4790,9 @@ export declare const After$outboundSchema: z.ZodType<After$Outbound, z.ZodTypeDe
4773
4790
  export declare function afterToJSON(after: After): string;
4774
4791
  export declare function afterFromJSON(jsonString: string): SafeParseResult<After, SDKValidationError>;
4775
4792
  /** @internal */
4776
- export declare const OneHundredAndSixtyThree$inboundSchema: z.ZodType<OneHundredAndSixtyThree, z.ZodTypeDef, unknown>;
4793
+ export declare const OneHundredAndSixtyFive$inboundSchema: z.ZodType<OneHundredAndSixtyFive, z.ZodTypeDef, unknown>;
4777
4794
  /** @internal */
4778
- export type OneHundredAndSixtyThree$Outbound = {
4795
+ export type OneHundredAndSixtyFive$Outbound = {
4779
4796
  appName: string;
4780
4797
  appId?: string | undefined;
4781
4798
  installationId?: string | undefined;
@@ -4783,17 +4800,17 @@ export type OneHundredAndSixtyThree$Outbound = {
4783
4800
  after?: After$Outbound | undefined;
4784
4801
  };
4785
4802
  /** @internal */
4786
- export declare const OneHundredAndSixtyThree$outboundSchema: z.ZodType<OneHundredAndSixtyThree$Outbound, z.ZodTypeDef, OneHundredAndSixtyThree>;
4787
- export declare function oneHundredAndSixtyThreeToJSON(oneHundredAndSixtyThree: OneHundredAndSixtyThree): string;
4788
- export declare function oneHundredAndSixtyThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyThree, SDKValidationError>;
4803
+ export declare const OneHundredAndSixtyFive$outboundSchema: z.ZodType<OneHundredAndSixtyFive$Outbound, z.ZodTypeDef, OneHundredAndSixtyFive>;
4804
+ export declare function oneHundredAndSixtyFiveToJSON(oneHundredAndSixtyFive: OneHundredAndSixtyFive): string;
4805
+ export declare function oneHundredAndSixtyFiveFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyFive, SDKValidationError>;
4789
4806
  /** @internal */
4790
- export declare const UserEventPayload162Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload162Type>;
4807
+ export declare const UserEventPayload164Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload164Type>;
4791
4808
  /** @internal */
4792
- export declare const UserEventPayload162Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload162Type>;
4809
+ export declare const UserEventPayload164Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload164Type>;
4793
4810
  /** @internal */
4794
- export declare const UserEventPayload162ResourcesType$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload162ResourcesType>;
4811
+ export declare const UserEventPayload164ResourcesType$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload164ResourcesType>;
4795
4812
  /** @internal */
4796
- export declare const UserEventPayload162ResourcesType$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload162ResourcesType>;
4813
+ export declare const UserEventPayload164ResourcesType$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload164ResourcesType>;
4797
4814
  /** @internal */
4798
4815
  export declare const Items$inboundSchema: z.ZodType<Items, z.ZodTypeDef, unknown>;
4799
4816
  /** @internal */
@@ -4827,40 +4844,40 @@ export declare const Resources$outboundSchema: z.ZodType<Resources$Outbound, z.Z
4827
4844
  export declare function resourcesToJSON(resources: Resources): string;
4828
4845
  export declare function resourcesFromJSON(jsonString: string): SafeParseResult<Resources, SDKValidationError>;
4829
4846
  /** @internal */
4830
- export declare const OneHundredAndSixtyTwo$inboundSchema: z.ZodType<OneHundredAndSixtyTwo, z.ZodTypeDef, unknown>;
4847
+ export declare const OneHundredAndSixtyFour$inboundSchema: z.ZodType<OneHundredAndSixtyFour, z.ZodTypeDef, unknown>;
4831
4848
  /** @internal */
4832
- export type OneHundredAndSixtyTwo$Outbound = {
4849
+ export type OneHundredAndSixtyFour$Outbound = {
4833
4850
  appName: string;
4834
4851
  appId?: string | undefined;
4835
4852
  resources?: Resources$Outbound | undefined;
4836
4853
  };
4837
4854
  /** @internal */
4838
- export declare const OneHundredAndSixtyTwo$outboundSchema: z.ZodType<OneHundredAndSixtyTwo$Outbound, z.ZodTypeDef, OneHundredAndSixtyTwo>;
4839
- export declare function oneHundredAndSixtyTwoToJSON(oneHundredAndSixtyTwo: OneHundredAndSixtyTwo): string;
4840
- export declare function oneHundredAndSixtyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyTwo, SDKValidationError>;
4855
+ export declare const OneHundredAndSixtyFour$outboundSchema: z.ZodType<OneHundredAndSixtyFour$Outbound, z.ZodTypeDef, OneHundredAndSixtyFour>;
4856
+ export declare function oneHundredAndSixtyFourToJSON(oneHundredAndSixtyFour: OneHundredAndSixtyFour): string;
4857
+ export declare function oneHundredAndSixtyFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyFour, SDKValidationError>;
4841
4858
  /** @internal */
4842
- export declare const OneHundredAndSixtyOne$inboundSchema: z.ZodType<OneHundredAndSixtyOne, z.ZodTypeDef, unknown>;
4859
+ export declare const OneHundredAndSixtyThree$inboundSchema: z.ZodType<OneHundredAndSixtyThree, z.ZodTypeDef, unknown>;
4843
4860
  /** @internal */
4844
- export type OneHundredAndSixtyOne$Outbound = {
4861
+ export type OneHundredAndSixtyThree$Outbound = {
4845
4862
  appName: string;
4846
4863
  appId?: string | undefined;
4847
4864
  secretLastFourChars?: string | undefined;
4848
4865
  };
4849
4866
  /** @internal */
4850
- export declare const OneHundredAndSixtyOne$outboundSchema: z.ZodType<OneHundredAndSixtyOne$Outbound, z.ZodTypeDef, OneHundredAndSixtyOne>;
4851
- export declare function oneHundredAndSixtyOneToJSON(oneHundredAndSixtyOne: OneHundredAndSixtyOne): string;
4852
- export declare function oneHundredAndSixtyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyOne, SDKValidationError>;
4867
+ export declare const OneHundredAndSixtyThree$outboundSchema: z.ZodType<OneHundredAndSixtyThree$Outbound, z.ZodTypeDef, OneHundredAndSixtyThree>;
4868
+ export declare function oneHundredAndSixtyThreeToJSON(oneHundredAndSixtyThree: OneHundredAndSixtyThree): string;
4869
+ export declare function oneHundredAndSixtyThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyThree, SDKValidationError>;
4853
4870
  /** @internal */
4854
- export declare const OneHundredAndSixty$inboundSchema: z.ZodType<OneHundredAndSixty, z.ZodTypeDef, unknown>;
4871
+ export declare const OneHundredAndSixtyTwo$inboundSchema: z.ZodType<OneHundredAndSixtyTwo, z.ZodTypeDef, unknown>;
4855
4872
  /** @internal */
4856
- export type OneHundredAndSixty$Outbound = {
4873
+ export type OneHundredAndSixtyTwo$Outbound = {
4857
4874
  appName: string;
4858
4875
  appId?: string | undefined;
4859
4876
  };
4860
4877
  /** @internal */
4861
- export declare const OneHundredAndSixty$outboundSchema: z.ZodType<OneHundredAndSixty$Outbound, z.ZodTypeDef, OneHundredAndSixty>;
4862
- export declare function oneHundredAndSixtyToJSON(oneHundredAndSixty: OneHundredAndSixty): string;
4863
- export declare function oneHundredAndSixtyFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixty, SDKValidationError>;
4878
+ export declare const OneHundredAndSixtyTwo$outboundSchema: z.ZodType<OneHundredAndSixtyTwo$Outbound, z.ZodTypeDef, OneHundredAndSixtyTwo>;
4879
+ export declare function oneHundredAndSixtyTwoToJSON(oneHundredAndSixtyTwo: OneHundredAndSixtyTwo): string;
4880
+ export declare function oneHundredAndSixtyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyTwo, SDKValidationError>;
4864
4881
  /** @internal */
4865
4882
  export declare const NextScopes$inboundSchema: z.ZodNativeEnum<typeof NextScopes>;
4866
4883
  /** @internal */
@@ -4884,9 +4901,9 @@ export declare const NextAcceptedPermissionSets$outboundSchema: z.ZodType<NextAc
4884
4901
  export declare function nextAcceptedPermissionSetsToJSON(nextAcceptedPermissionSets: NextAcceptedPermissionSets): string;
4885
4902
  export declare function nextAcceptedPermissionSetsFromJSON(jsonString: string): SafeParseResult<NextAcceptedPermissionSets, SDKValidationError>;
4886
4903
  /** @internal */
4887
- export declare const OneHundredAndFiftyNine$inboundSchema: z.ZodType<OneHundredAndFiftyNine, z.ZodTypeDef, unknown>;
4904
+ export declare const OneHundredAndSixtyOne$inboundSchema: z.ZodType<OneHundredAndSixtyOne, z.ZodTypeDef, unknown>;
4888
4905
  /** @internal */
4889
- export type OneHundredAndFiftyNine$Outbound = {
4906
+ export type OneHundredAndSixtyOne$Outbound = {
4890
4907
  appName: string;
4891
4908
  appId?: string | undefined;
4892
4909
  nextScopes: Array<string>;
@@ -4894,9 +4911,9 @@ export type OneHundredAndFiftyNine$Outbound = {
4894
4911
  nextAcceptedPermissionSets?: NextAcceptedPermissionSets$Outbound | undefined;
4895
4912
  };
4896
4913
  /** @internal */
4897
- export declare const OneHundredAndFiftyNine$outboundSchema: z.ZodType<OneHundredAndFiftyNine$Outbound, z.ZodTypeDef, OneHundredAndFiftyNine>;
4898
- export declare function oneHundredAndFiftyNineToJSON(oneHundredAndFiftyNine: OneHundredAndFiftyNine): string;
4899
- export declare function oneHundredAndFiftyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyNine, SDKValidationError>;
4914
+ export declare const OneHundredAndSixtyOne$outboundSchema: z.ZodType<OneHundredAndSixtyOne$Outbound, z.ZodTypeDef, OneHundredAndSixtyOne>;
4915
+ export declare function oneHundredAndSixtyOneToJSON(oneHundredAndSixtyOne: OneHundredAndSixtyOne): string;
4916
+ export declare function oneHundredAndSixtyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyOne, SDKValidationError>;
4900
4917
  /** @internal */
4901
4918
  export declare const PayloadScopes$inboundSchema: z.ZodNativeEnum<typeof PayloadScopes>;
4902
4919
  /** @internal */
@@ -4920,9 +4937,9 @@ export declare const AcceptedPermissionSets$outboundSchema: z.ZodType<AcceptedPe
4920
4937
  export declare function acceptedPermissionSetsToJSON(acceptedPermissionSets: AcceptedPermissionSets): string;
4921
4938
  export declare function acceptedPermissionSetsFromJSON(jsonString: string): SafeParseResult<AcceptedPermissionSets, SDKValidationError>;
4922
4939
  /** @internal */
4923
- export declare const OneHundredAndFiftyEight$inboundSchema: z.ZodType<OneHundredAndFiftyEight, z.ZodTypeDef, unknown>;
4940
+ export declare const OneHundredAndSixty$inboundSchema: z.ZodType<OneHundredAndSixty, z.ZodTypeDef, unknown>;
4924
4941
  /** @internal */
4925
- export type OneHundredAndFiftyEight$Outbound = {
4942
+ export type OneHundredAndSixty$Outbound = {
4926
4943
  appName: string;
4927
4944
  appId?: string | undefined;
4928
4945
  scopes: Array<string>;
@@ -4930,34 +4947,34 @@ export type OneHundredAndFiftyEight$Outbound = {
4930
4947
  acceptedPermissionSets?: AcceptedPermissionSets$Outbound | undefined;
4931
4948
  };
4932
4949
  /** @internal */
4933
- export declare const OneHundredAndFiftyEight$outboundSchema: z.ZodType<OneHundredAndFiftyEight$Outbound, z.ZodTypeDef, OneHundredAndFiftyEight>;
4934
- export declare function oneHundredAndFiftyEightToJSON(oneHundredAndFiftyEight: OneHundredAndFiftyEight): string;
4935
- export declare function oneHundredAndFiftyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyEight, SDKValidationError>;
4950
+ export declare const OneHundredAndSixty$outboundSchema: z.ZodType<OneHundredAndSixty$Outbound, z.ZodTypeDef, OneHundredAndSixty>;
4951
+ export declare function oneHundredAndSixtyToJSON(oneHundredAndSixty: OneHundredAndSixty): string;
4952
+ export declare function oneHundredAndSixtyFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixty, SDKValidationError>;
4936
4953
  /** @internal */
4937
- export declare const OneHundredAndFiftySeven$inboundSchema: z.ZodType<OneHundredAndFiftySeven, z.ZodTypeDef, unknown>;
4954
+ export declare const OneHundredAndFiftyNine$inboundSchema: z.ZodType<OneHundredAndFiftyNine, z.ZodTypeDef, unknown>;
4938
4955
  /** @internal */
4939
- export type OneHundredAndFiftySeven$Outbound = {
4956
+ export type OneHundredAndFiftyNine$Outbound = {
4940
4957
  oldName: string;
4941
4958
  newName: string;
4942
4959
  };
4943
4960
  /** @internal */
4944
- export declare const OneHundredAndFiftySeven$outboundSchema: z.ZodType<OneHundredAndFiftySeven$Outbound, z.ZodTypeDef, OneHundredAndFiftySeven>;
4945
- export declare function oneHundredAndFiftySevenToJSON(oneHundredAndFiftySeven: OneHundredAndFiftySeven): string;
4946
- export declare function oneHundredAndFiftySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftySeven, SDKValidationError>;
4961
+ export declare const OneHundredAndFiftyNine$outboundSchema: z.ZodType<OneHundredAndFiftyNine$Outbound, z.ZodTypeDef, OneHundredAndFiftyNine>;
4962
+ export declare function oneHundredAndFiftyNineToJSON(oneHundredAndFiftyNine: OneHundredAndFiftyNine): string;
4963
+ export declare function oneHundredAndFiftyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyNine, SDKValidationError>;
4947
4964
  /** @internal */
4948
4965
  export declare const Tier$inboundSchema: z.ZodNativeEnum<typeof Tier>;
4949
4966
  /** @internal */
4950
4967
  export declare const Tier$outboundSchema: z.ZodNativeEnum<typeof Tier>;
4951
4968
  /** @internal */
4952
- export declare const OneHundredAndFiftySix$inboundSchema: z.ZodType<OneHundredAndFiftySix, z.ZodTypeDef, unknown>;
4969
+ export declare const OneHundredAndFiftyEight$inboundSchema: z.ZodType<OneHundredAndFiftyEight, z.ZodTypeDef, unknown>;
4953
4970
  /** @internal */
4954
- export type OneHundredAndFiftySix$Outbound = {
4971
+ export type OneHundredAndFiftyEight$Outbound = {
4955
4972
  tier: string;
4956
4973
  };
4957
4974
  /** @internal */
4958
- export declare const OneHundredAndFiftySix$outboundSchema: z.ZodType<OneHundredAndFiftySix$Outbound, z.ZodTypeDef, OneHundredAndFiftySix>;
4959
- export declare function oneHundredAndFiftySixToJSON(oneHundredAndFiftySix: OneHundredAndFiftySix): string;
4960
- export declare function oneHundredAndFiftySixFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftySix, SDKValidationError>;
4975
+ export declare const OneHundredAndFiftyEight$outboundSchema: z.ZodType<OneHundredAndFiftyEight$Outbound, z.ZodTypeDef, OneHundredAndFiftyEight>;
4976
+ export declare function oneHundredAndFiftyEightToJSON(oneHundredAndFiftyEight: OneHundredAndFiftyEight): string;
4977
+ export declare function oneHundredAndFiftyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyEight, SDKValidationError>;
4961
4978
  /** @internal */
4962
4979
  export declare const ProjectWebAnalytics$inboundSchema: z.ZodType<ProjectWebAnalytics, z.ZodTypeDef, unknown>;
4963
4980
  /** @internal */
@@ -4987,18 +5004,18 @@ export declare const PrevProjectWebAnalytics$outboundSchema: z.ZodType<PrevProje
4987
5004
  export declare function prevProjectWebAnalyticsToJSON(prevProjectWebAnalytics: PrevProjectWebAnalytics): string;
4988
5005
  export declare function prevProjectWebAnalyticsFromJSON(jsonString: string): SafeParseResult<PrevProjectWebAnalytics, SDKValidationError>;
4989
5006
  /** @internal */
4990
- export declare const OneHundredAndFiftyFive$inboundSchema: z.ZodType<OneHundredAndFiftyFive, z.ZodTypeDef, unknown>;
5007
+ export declare const OneHundredAndFiftySeven$inboundSchema: z.ZodType<OneHundredAndFiftySeven, z.ZodTypeDef, unknown>;
4991
5008
  /** @internal */
4992
- export type OneHundredAndFiftyFive$Outbound = {
5009
+ export type OneHundredAndFiftySeven$Outbound = {
4993
5010
  projectId: string;
4994
5011
  projectName: string;
4995
5012
  projectWebAnalytics?: ProjectWebAnalytics$Outbound | undefined;
4996
5013
  prevProjectWebAnalytics?: PrevProjectWebAnalytics$Outbound | null | undefined;
4997
5014
  };
4998
5015
  /** @internal */
4999
- export declare const OneHundredAndFiftyFive$outboundSchema: z.ZodType<OneHundredAndFiftyFive$Outbound, z.ZodTypeDef, OneHundredAndFiftyFive>;
5000
- export declare function oneHundredAndFiftyFiveToJSON(oneHundredAndFiftyFive: OneHundredAndFiftyFive): string;
5001
- export declare function oneHundredAndFiftyFiveFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyFive, SDKValidationError>;
5016
+ export declare const OneHundredAndFiftySeven$outboundSchema: z.ZodType<OneHundredAndFiftySeven$Outbound, z.ZodTypeDef, OneHundredAndFiftySeven>;
5017
+ export declare function oneHundredAndFiftySevenToJSON(oneHundredAndFiftySeven: OneHundredAndFiftySeven): string;
5018
+ export declare function oneHundredAndFiftySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftySeven, SDKValidationError>;
5002
5019
  /** @internal */
5003
5020
  export declare const Microfrontends3$inboundSchema: z.ZodType<Microfrontends3, z.ZodTypeDef, unknown>;
5004
5021
  /** @internal */
@@ -5053,17 +5070,17 @@ export declare const Microfrontends$outboundSchema: z.ZodType<Microfrontends$Out
5053
5070
  export declare function microfrontendsToJSON(microfrontends: Microfrontends): string;
5054
5071
  export declare function microfrontendsFromJSON(jsonString: string): SafeParseResult<Microfrontends, SDKValidationError>;
5055
5072
  /** @internal */
5056
- export declare const UserEventPayload154Project$inboundSchema: z.ZodType<UserEventPayload154Project, z.ZodTypeDef, unknown>;
5073
+ export declare const UserEventPayload156Project$inboundSchema: z.ZodType<UserEventPayload156Project, z.ZodTypeDef, unknown>;
5057
5074
  /** @internal */
5058
- export type UserEventPayload154Project$Outbound = {
5075
+ export type UserEventPayload156Project$Outbound = {
5059
5076
  id: string;
5060
5077
  name: string;
5061
5078
  microfrontends?: Microfrontends1$Outbound | Microfrontends2$Outbound | Microfrontends3$Outbound | undefined;
5062
5079
  };
5063
5080
  /** @internal */
5064
- export declare const UserEventPayload154Project$outboundSchema: z.ZodType<UserEventPayload154Project$Outbound, z.ZodTypeDef, UserEventPayload154Project>;
5065
- export declare function userEventPayload154ProjectToJSON(userEventPayload154Project: UserEventPayload154Project): string;
5066
- export declare function userEventPayload154ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload154Project, SDKValidationError>;
5081
+ export declare const UserEventPayload156Project$outboundSchema: z.ZodType<UserEventPayload156Project$Outbound, z.ZodTypeDef, UserEventPayload156Project>;
5082
+ export declare function userEventPayload156ProjectToJSON(userEventPayload156Project: UserEventPayload156Project): string;
5083
+ export declare function userEventPayload156ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload156Project, SDKValidationError>;
5067
5084
  /** @internal */
5068
5085
  export declare const UserEventMicrofrontends3$inboundSchema: z.ZodType<UserEventMicrofrontends3, z.ZodTypeDef, unknown>;
5069
5086
  /** @internal */
@@ -5118,20 +5135,20 @@ export declare const PayloadMicrofrontends$outboundSchema: z.ZodType<PayloadMicr
5118
5135
  export declare function payloadMicrofrontendsToJSON(payloadMicrofrontends: PayloadMicrofrontends): string;
5119
5136
  export declare function payloadMicrofrontendsFromJSON(jsonString: string): SafeParseResult<PayloadMicrofrontends, SDKValidationError>;
5120
5137
  /** @internal */
5121
- export declare const UserEventPayload154PrevProject$inboundSchema: z.ZodType<UserEventPayload154PrevProject, z.ZodTypeDef, unknown>;
5138
+ export declare const UserEventPayload156PrevProject$inboundSchema: z.ZodType<UserEventPayload156PrevProject, z.ZodTypeDef, unknown>;
5122
5139
  /** @internal */
5123
- export type UserEventPayload154PrevProject$Outbound = {
5140
+ export type UserEventPayload156PrevProject$Outbound = {
5124
5141
  microfrontends?: UserEventMicrofrontends1$Outbound | UserEventMicrofrontends2$Outbound | UserEventMicrofrontends3$Outbound | undefined;
5125
5142
  };
5126
5143
  /** @internal */
5127
- export declare const UserEventPayload154PrevProject$outboundSchema: z.ZodType<UserEventPayload154PrevProject$Outbound, z.ZodTypeDef, UserEventPayload154PrevProject>;
5128
- export declare function userEventPayload154PrevProjectToJSON(userEventPayload154PrevProject: UserEventPayload154PrevProject): string;
5129
- export declare function userEventPayload154PrevProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload154PrevProject, SDKValidationError>;
5144
+ export declare const UserEventPayload156PrevProject$outboundSchema: z.ZodType<UserEventPayload156PrevProject$Outbound, z.ZodTypeDef, UserEventPayload156PrevProject>;
5145
+ export declare function userEventPayload156PrevProjectToJSON(userEventPayload156PrevProject: UserEventPayload156PrevProject): string;
5146
+ export declare function userEventPayload156PrevProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload156PrevProject, SDKValidationError>;
5130
5147
  /** @internal */
5131
5148
  export declare const PayloadPrev$inboundSchema: z.ZodType<PayloadPrev, z.ZodTypeDef, unknown>;
5132
5149
  /** @internal */
5133
5150
  export type PayloadPrev$Outbound = {
5134
- project: UserEventPayload154PrevProject$Outbound;
5151
+ project: UserEventPayload156PrevProject$Outbound;
5135
5152
  };
5136
5153
  /** @internal */
5137
5154
  export declare const PayloadPrev$outboundSchema: z.ZodType<PayloadPrev$Outbound, z.ZodTypeDef, PayloadPrev>;
@@ -5150,28 +5167,28 @@ export declare const PayloadGroup$outboundSchema: z.ZodType<PayloadGroup$Outboun
5150
5167
  export declare function payloadGroupToJSON(payloadGroup: PayloadGroup): string;
5151
5168
  export declare function payloadGroupFromJSON(jsonString: string): SafeParseResult<PayloadGroup, SDKValidationError>;
5152
5169
  /** @internal */
5153
- export declare const OneHundredAndFiftyFour$inboundSchema: z.ZodType<OneHundredAndFiftyFour, z.ZodTypeDef, unknown>;
5170
+ export declare const OneHundredAndFiftySix$inboundSchema: z.ZodType<OneHundredAndFiftySix, z.ZodTypeDef, unknown>;
5154
5171
  /** @internal */
5155
- export type OneHundredAndFiftyFour$Outbound = {
5156
- project: UserEventPayload154Project$Outbound;
5172
+ export type OneHundredAndFiftySix$Outbound = {
5173
+ project: UserEventPayload156Project$Outbound;
5157
5174
  prev: PayloadPrev$Outbound;
5158
5175
  group: PayloadGroup$Outbound;
5159
5176
  };
5160
5177
  /** @internal */
5161
- export declare const OneHundredAndFiftyFour$outboundSchema: z.ZodType<OneHundredAndFiftyFour$Outbound, z.ZodTypeDef, OneHundredAndFiftyFour>;
5162
- export declare function oneHundredAndFiftyFourToJSON(oneHundredAndFiftyFour: OneHundredAndFiftyFour): string;
5163
- export declare function oneHundredAndFiftyFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyFour, SDKValidationError>;
5178
+ export declare const OneHundredAndFiftySix$outboundSchema: z.ZodType<OneHundredAndFiftySix$Outbound, z.ZodTypeDef, OneHundredAndFiftySix>;
5179
+ export declare function oneHundredAndFiftySixToJSON(oneHundredAndFiftySix: OneHundredAndFiftySix): string;
5180
+ export declare function oneHundredAndFiftySixFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftySix, SDKValidationError>;
5164
5181
  /** @internal */
5165
- export declare const UserEventPayload153Project$inboundSchema: z.ZodType<UserEventPayload153Project, z.ZodTypeDef, unknown>;
5182
+ export declare const UserEventPayload155Project$inboundSchema: z.ZodType<UserEventPayload155Project, z.ZodTypeDef, unknown>;
5166
5183
  /** @internal */
5167
- export type UserEventPayload153Project$Outbound = {
5184
+ export type UserEventPayload155Project$Outbound = {
5168
5185
  id: string;
5169
5186
  name: string;
5170
5187
  };
5171
5188
  /** @internal */
5172
- export declare const UserEventPayload153Project$outboundSchema: z.ZodType<UserEventPayload153Project$Outbound, z.ZodTypeDef, UserEventPayload153Project>;
5173
- export declare function userEventPayload153ProjectToJSON(userEventPayload153Project: UserEventPayload153Project): string;
5174
- export declare function userEventPayload153ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload153Project, SDKValidationError>;
5189
+ export declare const UserEventPayload155Project$outboundSchema: z.ZodType<UserEventPayload155Project$Outbound, z.ZodTypeDef, UserEventPayload155Project>;
5190
+ export declare function userEventPayload155ProjectToJSON(userEventPayload155Project: UserEventPayload155Project): string;
5191
+ export declare function userEventPayload155ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload155Project, SDKValidationError>;
5175
5192
  /** @internal */
5176
5193
  export declare const Group$inboundSchema: z.ZodType<Group, z.ZodTypeDef, unknown>;
5177
5194
  /** @internal */
@@ -5185,16 +5202,16 @@ export declare const Group$outboundSchema: z.ZodType<Group$Outbound, z.ZodTypeDe
5185
5202
  export declare function groupToJSON(group: Group): string;
5186
5203
  export declare function groupFromJSON(jsonString: string): SafeParseResult<Group, SDKValidationError>;
5187
5204
  /** @internal */
5188
- export declare const OneHundredAndFiftyThree$inboundSchema: z.ZodType<OneHundredAndFiftyThree, z.ZodTypeDef, unknown>;
5205
+ export declare const OneHundredAndFiftyFive$inboundSchema: z.ZodType<OneHundredAndFiftyFive, z.ZodTypeDef, unknown>;
5189
5206
  /** @internal */
5190
- export type OneHundredAndFiftyThree$Outbound = {
5191
- project: UserEventPayload153Project$Outbound;
5207
+ export type OneHundredAndFiftyFive$Outbound = {
5208
+ project: UserEventPayload155Project$Outbound;
5192
5209
  group: Group$Outbound;
5193
5210
  };
5194
5211
  /** @internal */
5195
- export declare const OneHundredAndFiftyThree$outboundSchema: z.ZodType<OneHundredAndFiftyThree$Outbound, z.ZodTypeDef, OneHundredAndFiftyThree>;
5196
- export declare function oneHundredAndFiftyThreeToJSON(oneHundredAndFiftyThree: OneHundredAndFiftyThree): string;
5197
- export declare function oneHundredAndFiftyThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyThree, SDKValidationError>;
5212
+ export declare const OneHundredAndFiftyFive$outboundSchema: z.ZodType<OneHundredAndFiftyFive$Outbound, z.ZodTypeDef, OneHundredAndFiftyFive>;
5213
+ export declare function oneHundredAndFiftyFiveToJSON(oneHundredAndFiftyFive: OneHundredAndFiftyFive): string;
5214
+ export declare function oneHundredAndFiftyFiveFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyFive, SDKValidationError>;
5198
5215
  /** @internal */
5199
5216
  export declare const Prev$inboundSchema: z.ZodType<Prev, z.ZodTypeDef, unknown>;
5200
5217
  /** @internal */
@@ -5208,9 +5225,9 @@ export declare const Prev$outboundSchema: z.ZodType<Prev$Outbound, z.ZodTypeDef,
5208
5225
  export declare function prevToJSON(prev: Prev): string;
5209
5226
  export declare function prevFromJSON(jsonString: string): SafeParseResult<Prev, SDKValidationError>;
5210
5227
  /** @internal */
5211
- export declare const OneHundredAndFiftyTwo$inboundSchema: z.ZodType<OneHundredAndFiftyTwo, z.ZodTypeDef, unknown>;
5228
+ export declare const OneHundredAndFiftyFour$inboundSchema: z.ZodType<OneHundredAndFiftyFour, z.ZodTypeDef, unknown>;
5212
5229
  /** @internal */
5213
- export type OneHundredAndFiftyTwo$Outbound = {
5230
+ export type OneHundredAndFiftyFour$Outbound = {
5214
5231
  id: string;
5215
5232
  slug?: string | undefined;
5216
5233
  name?: string | undefined;
@@ -5218,6 +5235,32 @@ export type OneHundredAndFiftyTwo$Outbound = {
5218
5235
  prev: Prev$Outbound;
5219
5236
  };
5220
5237
  /** @internal */
5238
+ export declare const OneHundredAndFiftyFour$outboundSchema: z.ZodType<OneHundredAndFiftyFour$Outbound, z.ZodTypeDef, OneHundredAndFiftyFour>;
5239
+ export declare function oneHundredAndFiftyFourToJSON(oneHundredAndFiftyFour: OneHundredAndFiftyFour): string;
5240
+ export declare function oneHundredAndFiftyFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyFour, SDKValidationError>;
5241
+ /** @internal */
5242
+ export declare const OneHundredAndFiftyThree$inboundSchema: z.ZodType<OneHundredAndFiftyThree, z.ZodTypeDef, unknown>;
5243
+ /** @internal */
5244
+ export type OneHundredAndFiftyThree$Outbound = {
5245
+ id: string;
5246
+ slug: string;
5247
+ name: string;
5248
+ };
5249
+ /** @internal */
5250
+ export declare const OneHundredAndFiftyThree$outboundSchema: z.ZodType<OneHundredAndFiftyThree$Outbound, z.ZodTypeDef, OneHundredAndFiftyThree>;
5251
+ export declare function oneHundredAndFiftyThreeToJSON(oneHundredAndFiftyThree: OneHundredAndFiftyThree): string;
5252
+ export declare function oneHundredAndFiftyThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyThree, SDKValidationError>;
5253
+ /** @internal */
5254
+ export declare const UserEventPayload152Action$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload152Action>;
5255
+ /** @internal */
5256
+ export declare const UserEventPayload152Action$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload152Action>;
5257
+ /** @internal */
5258
+ export declare const OneHundredAndFiftyTwo$inboundSchema: z.ZodType<OneHundredAndFiftyTwo, z.ZodTypeDef, unknown>;
5259
+ /** @internal */
5260
+ export type OneHundredAndFiftyTwo$Outbound = {
5261
+ action: string;
5262
+ };
5263
+ /** @internal */
5221
5264
  export declare const OneHundredAndFiftyTwo$outboundSchema: z.ZodType<OneHundredAndFiftyTwo$Outbound, z.ZodTypeDef, OneHundredAndFiftyTwo>;
5222
5265
  export declare function oneHundredAndFiftyTwoToJSON(oneHundredAndFiftyTwo: OneHundredAndFiftyTwo): string;
5223
5266
  export declare function oneHundredAndFiftyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyTwo, SDKValidationError>;
@@ -5225,23 +5268,22 @@ export declare function oneHundredAndFiftyTwoFromJSON(jsonString: string): SafeP
5225
5268
  export declare const OneHundredAndFiftyOne$inboundSchema: z.ZodType<OneHundredAndFiftyOne, z.ZodTypeDef, unknown>;
5226
5269
  /** @internal */
5227
5270
  export type OneHundredAndFiftyOne$Outbound = {
5228
- id: string;
5229
- slug: string;
5230
- name: string;
5271
+ edgeConfigId: string;
5272
+ edgeConfigSlug: string;
5273
+ edgeConfigTokenIds: Array<string>;
5231
5274
  };
5232
5275
  /** @internal */
5233
5276
  export declare const OneHundredAndFiftyOne$outboundSchema: z.ZodType<OneHundredAndFiftyOne$Outbound, z.ZodTypeDef, OneHundredAndFiftyOne>;
5234
5277
  export declare function oneHundredAndFiftyOneToJSON(oneHundredAndFiftyOne: OneHundredAndFiftyOne): string;
5235
5278
  export declare function oneHundredAndFiftyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyOne, SDKValidationError>;
5236
5279
  /** @internal */
5237
- export declare const UserEventPayload150Action$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload150Action>;
5238
- /** @internal */
5239
- export declare const UserEventPayload150Action$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload150Action>;
5240
- /** @internal */
5241
5280
  export declare const OneHundredAndFifty$inboundSchema: z.ZodType<OneHundredAndFifty, z.ZodTypeDef, unknown>;
5242
5281
  /** @internal */
5243
5282
  export type OneHundredAndFifty$Outbound = {
5244
- action: string;
5283
+ edgeConfigId: string;
5284
+ edgeConfigSlug: string;
5285
+ edgeConfigTokenId: string;
5286
+ label: string;
5245
5287
  };
5246
5288
  /** @internal */
5247
5289
  export declare const OneHundredAndFifty$outboundSchema: z.ZodType<OneHundredAndFifty$Outbound, z.ZodTypeDef, OneHundredAndFifty>;
@@ -5253,7 +5295,7 @@ export declare const OneHundredAndFortyNine$inboundSchema: z.ZodType<OneHundredA
5253
5295
  export type OneHundredAndFortyNine$Outbound = {
5254
5296
  edgeConfigId: string;
5255
5297
  edgeConfigSlug: string;
5256
- edgeConfigTokenIds: Array<string>;
5298
+ edgeConfigDigest: string;
5257
5299
  };
5258
5300
  /** @internal */
5259
5301
  export declare const OneHundredAndFortyNine$outboundSchema: z.ZodType<OneHundredAndFortyNine$Outbound, z.ZodTypeDef, OneHundredAndFortyNine>;
@@ -5263,10 +5305,8 @@ export declare function oneHundredAndFortyNineFromJSON(jsonString: string): Safe
5263
5305
  export declare const OneHundredAndFortyEight$inboundSchema: z.ZodType<OneHundredAndFortyEight, z.ZodTypeDef, unknown>;
5264
5306
  /** @internal */
5265
5307
  export type OneHundredAndFortyEight$Outbound = {
5266
- edgeConfigId: string;
5267
- edgeConfigSlug: string;
5268
- edgeConfigTokenId: string;
5269
- label: string;
5308
+ projectName: string;
5309
+ srcImages: Array<string>;
5270
5310
  };
5271
5311
  /** @internal */
5272
5312
  export declare const OneHundredAndFortyEight$outboundSchema: z.ZodType<OneHundredAndFortyEight$Outbound, z.ZodTypeDef, OneHundredAndFortyEight>;
@@ -5276,80 +5316,57 @@ export declare function oneHundredAndFortyEightFromJSON(jsonString: string): Saf
5276
5316
  export declare const OneHundredAndFortySeven$inboundSchema: z.ZodType<OneHundredAndFortySeven, z.ZodTypeDef, unknown>;
5277
5317
  /** @internal */
5278
5318
  export type OneHundredAndFortySeven$Outbound = {
5279
- edgeConfigId: string;
5280
- edgeConfigSlug: string;
5281
- edgeConfigDigest: string;
5319
+ projectName: string;
5320
+ tags: Array<string>;
5321
+ target?: string | undefined;
5282
5322
  };
5283
5323
  /** @internal */
5284
5324
  export declare const OneHundredAndFortySeven$outboundSchema: z.ZodType<OneHundredAndFortySeven$Outbound, z.ZodTypeDef, OneHundredAndFortySeven>;
5285
5325
  export declare function oneHundredAndFortySevenToJSON(oneHundredAndFortySeven: OneHundredAndFortySeven): string;
5286
5326
  export declare function oneHundredAndFortySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortySeven, SDKValidationError>;
5287
5327
  /** @internal */
5328
+ export declare const UserEventPayload146Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload146Role>;
5329
+ /** @internal */
5330
+ export declare const UserEventPayload146Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload146Role>;
5331
+ /** @internal */
5332
+ export declare const UserEventPayload146Project$inboundSchema: z.ZodType<UserEventPayload146Project, z.ZodTypeDef, unknown>;
5333
+ /** @internal */
5334
+ export type UserEventPayload146Project$Outbound = {
5335
+ name: string;
5336
+ role: string;
5337
+ invitedUserName: string;
5338
+ id?: string | undefined;
5339
+ invitedUserId?: string | undefined;
5340
+ };
5341
+ /** @internal */
5342
+ export declare const UserEventPayload146Project$outboundSchema: z.ZodType<UserEventPayload146Project$Outbound, z.ZodTypeDef, UserEventPayload146Project>;
5343
+ export declare function userEventPayload146ProjectToJSON(userEventPayload146Project: UserEventPayload146Project): string;
5344
+ export declare function userEventPayload146ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload146Project, SDKValidationError>;
5345
+ /** @internal */
5288
5346
  export declare const OneHundredAndFortySix$inboundSchema: z.ZodType<OneHundredAndFortySix, z.ZodTypeDef, unknown>;
5289
5347
  /** @internal */
5290
5348
  export type OneHundredAndFortySix$Outbound = {
5291
- projectName: string;
5292
- srcImages: Array<string>;
5349
+ project: UserEventPayload146Project$Outbound;
5293
5350
  };
5294
5351
  /** @internal */
5295
5352
  export declare const OneHundredAndFortySix$outboundSchema: z.ZodType<OneHundredAndFortySix$Outbound, z.ZodTypeDef, OneHundredAndFortySix>;
5296
5353
  export declare function oneHundredAndFortySixToJSON(oneHundredAndFortySix: OneHundredAndFortySix): string;
5297
5354
  export declare function oneHundredAndFortySixFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortySix, SDKValidationError>;
5298
5355
  /** @internal */
5299
- export declare const OneHundredAndFortyFive$inboundSchema: z.ZodType<OneHundredAndFortyFive, z.ZodTypeDef, unknown>;
5356
+ export declare const UserEventPayload145Project$inboundSchema: z.ZodType<UserEventPayload145Project, z.ZodTypeDef, unknown>;
5300
5357
  /** @internal */
5301
- export type OneHundredAndFortyFive$Outbound = {
5302
- projectName: string;
5303
- tags: Array<string>;
5304
- target?: string | undefined;
5305
- };
5306
- /** @internal */
5307
- export declare const OneHundredAndFortyFive$outboundSchema: z.ZodType<OneHundredAndFortyFive$Outbound, z.ZodTypeDef, OneHundredAndFortyFive>;
5308
- export declare function oneHundredAndFortyFiveToJSON(oneHundredAndFortyFive: OneHundredAndFortyFive): string;
5309
- export declare function oneHundredAndFortyFiveFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyFive, SDKValidationError>;
5310
- /** @internal */
5311
- export declare const UserEventPayload144Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload144Role>;
5312
- /** @internal */
5313
- export declare const UserEventPayload144Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload144Role>;
5314
- /** @internal */
5315
- export declare const UserEventPayload144Project$inboundSchema: z.ZodType<UserEventPayload144Project, z.ZodTypeDef, unknown>;
5316
- /** @internal */
5317
- export type UserEventPayload144Project$Outbound = {
5318
- name: string;
5319
- role: string;
5320
- invitedUserName: string;
5321
- id?: string | undefined;
5322
- invitedUserId?: string | undefined;
5323
- };
5324
- /** @internal */
5325
- export declare const UserEventPayload144Project$outboundSchema: z.ZodType<UserEventPayload144Project$Outbound, z.ZodTypeDef, UserEventPayload144Project>;
5326
- export declare function userEventPayload144ProjectToJSON(userEventPayload144Project: UserEventPayload144Project): string;
5327
- export declare function userEventPayload144ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload144Project, SDKValidationError>;
5328
- /** @internal */
5329
- export declare const OneHundredAndFortyFour$inboundSchema: z.ZodType<OneHundredAndFortyFour, z.ZodTypeDef, unknown>;
5330
- /** @internal */
5331
- export type OneHundredAndFortyFour$Outbound = {
5332
- project: UserEventPayload144Project$Outbound;
5333
- };
5334
- /** @internal */
5335
- export declare const OneHundredAndFortyFour$outboundSchema: z.ZodType<OneHundredAndFortyFour$Outbound, z.ZodTypeDef, OneHundredAndFortyFour>;
5336
- export declare function oneHundredAndFortyFourToJSON(oneHundredAndFortyFour: OneHundredAndFortyFour): string;
5337
- export declare function oneHundredAndFortyFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyFour, SDKValidationError>;
5338
- /** @internal */
5339
- export declare const UserEventPayload143Project$inboundSchema: z.ZodType<UserEventPayload143Project, z.ZodTypeDef, unknown>;
5340
- /** @internal */
5341
- export type UserEventPayload143Project$Outbound = {
5358
+ export type UserEventPayload145Project$Outbound = {
5342
5359
  id: string;
5343
5360
  name: string;
5344
5361
  };
5345
5362
  /** @internal */
5346
- export declare const UserEventPayload143Project$outboundSchema: z.ZodType<UserEventPayload143Project$Outbound, z.ZodTypeDef, UserEventPayload143Project>;
5347
- export declare function userEventPayload143ProjectToJSON(userEventPayload143Project: UserEventPayload143Project): string;
5348
- export declare function userEventPayload143ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload143Project, SDKValidationError>;
5363
+ export declare const UserEventPayload145Project$outboundSchema: z.ZodType<UserEventPayload145Project$Outbound, z.ZodTypeDef, UserEventPayload145Project>;
5364
+ export declare function userEventPayload145ProjectToJSON(userEventPayload145Project: UserEventPayload145Project): string;
5365
+ export declare function userEventPayload145ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload145Project, SDKValidationError>;
5349
5366
  /** @internal */
5350
- export declare const UserEventPayload143Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload143Role>;
5367
+ export declare const UserEventPayload145Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload145Role>;
5351
5368
  /** @internal */
5352
- export declare const UserEventPayload143Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload143Role>;
5369
+ export declare const UserEventPayload145Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload145Role>;
5353
5370
  /** @internal */
5354
5371
  export declare const PayloadPreviousRole$inboundSchema: z.ZodNativeEnum<typeof PayloadPreviousRole>;
5355
5372
  /** @internal */
@@ -5369,31 +5386,31 @@ export declare const PayloadProjectMembership$outboundSchema: z.ZodType<PayloadP
5369
5386
  export declare function payloadProjectMembershipToJSON(payloadProjectMembership: PayloadProjectMembership): string;
5370
5387
  export declare function payloadProjectMembershipFromJSON(jsonString: string): SafeParseResult<PayloadProjectMembership, SDKValidationError>;
5371
5388
  /** @internal */
5372
- export declare const OneHundredAndFortyThree$inboundSchema: z.ZodType<OneHundredAndFortyThree, z.ZodTypeDef, unknown>;
5389
+ export declare const OneHundredAndFortyFive$inboundSchema: z.ZodType<OneHundredAndFortyFive, z.ZodTypeDef, unknown>;
5373
5390
  /** @internal */
5374
- export type OneHundredAndFortyThree$Outbound = {
5375
- project: UserEventPayload143Project$Outbound;
5391
+ export type OneHundredAndFortyFive$Outbound = {
5392
+ project: UserEventPayload145Project$Outbound;
5376
5393
  projectMembership: PayloadProjectMembership$Outbound;
5377
5394
  };
5378
5395
  /** @internal */
5379
- export declare const OneHundredAndFortyThree$outboundSchema: z.ZodType<OneHundredAndFortyThree$Outbound, z.ZodTypeDef, OneHundredAndFortyThree>;
5380
- export declare function oneHundredAndFortyThreeToJSON(oneHundredAndFortyThree: OneHundredAndFortyThree): string;
5381
- export declare function oneHundredAndFortyThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyThree, SDKValidationError>;
5396
+ export declare const OneHundredAndFortyFive$outboundSchema: z.ZodType<OneHundredAndFortyFive$Outbound, z.ZodTypeDef, OneHundredAndFortyFive>;
5397
+ export declare function oneHundredAndFortyFiveToJSON(oneHundredAndFortyFive: OneHundredAndFortyFive): string;
5398
+ export declare function oneHundredAndFortyFiveFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyFive, SDKValidationError>;
5382
5399
  /** @internal */
5383
- export declare const UserEventPayload142Project$inboundSchema: z.ZodType<UserEventPayload142Project, z.ZodTypeDef, unknown>;
5400
+ export declare const UserEventPayload144Project$inboundSchema: z.ZodType<UserEventPayload144Project, z.ZodTypeDef, unknown>;
5384
5401
  /** @internal */
5385
- export type UserEventPayload142Project$Outbound = {
5402
+ export type UserEventPayload144Project$Outbound = {
5386
5403
  name: string;
5387
5404
  id?: string | undefined;
5388
5405
  };
5389
5406
  /** @internal */
5390
- export declare const UserEventPayload142Project$outboundSchema: z.ZodType<UserEventPayload142Project$Outbound, z.ZodTypeDef, UserEventPayload142Project>;
5391
- export declare function userEventPayload142ProjectToJSON(userEventPayload142Project: UserEventPayload142Project): string;
5392
- export declare function userEventPayload142ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload142Project, SDKValidationError>;
5407
+ export declare const UserEventPayload144Project$outboundSchema: z.ZodType<UserEventPayload144Project$Outbound, z.ZodTypeDef, UserEventPayload144Project>;
5408
+ export declare function userEventPayload144ProjectToJSON(userEventPayload144Project: UserEventPayload144Project): string;
5409
+ export declare function userEventPayload144ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload144Project, SDKValidationError>;
5393
5410
  /** @internal */
5394
- export declare const UserEventPayload142Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload142Role>;
5411
+ export declare const UserEventPayload144Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload144Role>;
5395
5412
  /** @internal */
5396
- export declare const UserEventPayload142Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload142Role>;
5413
+ export declare const UserEventPayload144Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload144Role>;
5397
5414
  /** @internal */
5398
5415
  export declare const RemovedMembership$inboundSchema: z.ZodType<RemovedMembership, z.ZodTypeDef, unknown>;
5399
5416
  /** @internal */
@@ -5408,27 +5425,27 @@ export declare const RemovedMembership$outboundSchema: z.ZodType<RemovedMembersh
5408
5425
  export declare function removedMembershipToJSON(removedMembership: RemovedMembership): string;
5409
5426
  export declare function removedMembershipFromJSON(jsonString: string): SafeParseResult<RemovedMembership, SDKValidationError>;
5410
5427
  /** @internal */
5411
- export declare const OneHundredAndFortyTwo$inboundSchema: z.ZodType<OneHundredAndFortyTwo, z.ZodTypeDef, unknown>;
5428
+ export declare const OneHundredAndFortyFour$inboundSchema: z.ZodType<OneHundredAndFortyFour, z.ZodTypeDef, unknown>;
5412
5429
  /** @internal */
5413
- export type OneHundredAndFortyTwo$Outbound = {
5414
- project: UserEventPayload142Project$Outbound;
5430
+ export type OneHundredAndFortyFour$Outbound = {
5431
+ project: UserEventPayload144Project$Outbound;
5415
5432
  removedMembership: RemovedMembership$Outbound;
5416
5433
  };
5417
5434
  /** @internal */
5418
- export declare const OneHundredAndFortyTwo$outboundSchema: z.ZodType<OneHundredAndFortyTwo$Outbound, z.ZodTypeDef, OneHundredAndFortyTwo>;
5419
- export declare function oneHundredAndFortyTwoToJSON(oneHundredAndFortyTwo: OneHundredAndFortyTwo): string;
5420
- export declare function oneHundredAndFortyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyTwo, SDKValidationError>;
5435
+ export declare const OneHundredAndFortyFour$outboundSchema: z.ZodType<OneHundredAndFortyFour$Outbound, z.ZodTypeDef, OneHundredAndFortyFour>;
5436
+ export declare function oneHundredAndFortyFourToJSON(oneHundredAndFortyFour: OneHundredAndFortyFour): string;
5437
+ export declare function oneHundredAndFortyFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyFour, SDKValidationError>;
5421
5438
  /** @internal */
5422
- export declare const UserEventPayload141Project$inboundSchema: z.ZodType<UserEventPayload141Project, z.ZodTypeDef, unknown>;
5439
+ export declare const UserEventPayload143Project$inboundSchema: z.ZodType<UserEventPayload143Project, z.ZodTypeDef, unknown>;
5423
5440
  /** @internal */
5424
- export type UserEventPayload141Project$Outbound = {
5441
+ export type UserEventPayload143Project$Outbound = {
5425
5442
  name: string;
5426
5443
  id?: string | undefined;
5427
5444
  };
5428
5445
  /** @internal */
5429
- export declare const UserEventPayload141Project$outboundSchema: z.ZodType<UserEventPayload141Project$Outbound, z.ZodTypeDef, UserEventPayload141Project>;
5430
- export declare function userEventPayload141ProjectToJSON(userEventPayload141Project: UserEventPayload141Project): string;
5431
- export declare function userEventPayload141ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload141Project, SDKValidationError>;
5446
+ export declare const UserEventPayload143Project$outboundSchema: z.ZodType<UserEventPayload143Project$Outbound, z.ZodTypeDef, UserEventPayload143Project>;
5447
+ export declare function userEventPayload143ProjectToJSON(userEventPayload143Project: UserEventPayload143Project): string;
5448
+ export declare function userEventPayload143ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload143Project, SDKValidationError>;
5432
5449
  /** @internal */
5433
5450
  export declare const UserEventPayloadRole$inboundSchema: z.ZodNativeEnum<typeof UserEventPayloadRole>;
5434
5451
  /** @internal */
@@ -5447,11 +5464,37 @@ export declare const ProjectMembership$outboundSchema: z.ZodType<ProjectMembersh
5447
5464
  export declare function projectMembershipToJSON(projectMembership: ProjectMembership): string;
5448
5465
  export declare function projectMembershipFromJSON(jsonString: string): SafeParseResult<ProjectMembership, SDKValidationError>;
5449
5466
  /** @internal */
5467
+ export declare const OneHundredAndFortyThree$inboundSchema: z.ZodType<OneHundredAndFortyThree, z.ZodTypeDef, unknown>;
5468
+ /** @internal */
5469
+ export type OneHundredAndFortyThree$Outbound = {
5470
+ project: UserEventPayload143Project$Outbound;
5471
+ projectMembership: ProjectMembership$Outbound | null;
5472
+ };
5473
+ /** @internal */
5474
+ export declare const OneHundredAndFortyThree$outboundSchema: z.ZodType<OneHundredAndFortyThree$Outbound, z.ZodTypeDef, OneHundredAndFortyThree>;
5475
+ export declare function oneHundredAndFortyThreeToJSON(oneHundredAndFortyThree: OneHundredAndFortyThree): string;
5476
+ export declare function oneHundredAndFortyThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyThree, SDKValidationError>;
5477
+ /** @internal */
5478
+ export declare const OneHundredAndFortyTwo$inboundSchema: z.ZodType<OneHundredAndFortyTwo, z.ZodTypeDef, unknown>;
5479
+ /** @internal */
5480
+ export type OneHundredAndFortyTwo$Outbound = {
5481
+ previousProjectName: string;
5482
+ newProjectName: string;
5483
+ originAccountName: string;
5484
+ transferId?: string | undefined;
5485
+ };
5486
+ /** @internal */
5487
+ export declare const OneHundredAndFortyTwo$outboundSchema: z.ZodType<OneHundredAndFortyTwo$Outbound, z.ZodTypeDef, OneHundredAndFortyTwo>;
5488
+ export declare function oneHundredAndFortyTwoToJSON(oneHundredAndFortyTwo: OneHundredAndFortyTwo): string;
5489
+ export declare function oneHundredAndFortyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyTwo, SDKValidationError>;
5490
+ /** @internal */
5450
5491
  export declare const OneHundredAndFortyOne$inboundSchema: z.ZodType<OneHundredAndFortyOne, z.ZodTypeDef, unknown>;
5451
5492
  /** @internal */
5452
5493
  export type OneHundredAndFortyOne$Outbound = {
5453
- project: UserEventPayload141Project$Outbound;
5454
- projectMembership: ProjectMembership$Outbound | null;
5494
+ previousProjectName: string;
5495
+ newProjectName: string;
5496
+ destinationAccountName: string;
5497
+ transferId?: string | undefined;
5455
5498
  };
5456
5499
  /** @internal */
5457
5500
  export declare const OneHundredAndFortyOne$outboundSchema: z.ZodType<OneHundredAndFortyOne$Outbound, z.ZodTypeDef, OneHundredAndFortyOne>;
@@ -5461,9 +5504,8 @@ export declare function oneHundredAndFortyOneFromJSON(jsonString: string): SafeP
5461
5504
  export declare const OneHundredAndForty$inboundSchema: z.ZodType<OneHundredAndForty, z.ZodTypeDef, unknown>;
5462
5505
  /** @internal */
5463
5506
  export type OneHundredAndForty$Outbound = {
5464
- previousProjectName: string;
5465
- newProjectName: string;
5466
- originAccountName: string;
5507
+ projectName: string;
5508
+ destinationAccountName: string | null;
5467
5509
  transferId?: string | undefined;
5468
5510
  };
5469
5511
  /** @internal */
@@ -5474,9 +5516,11 @@ export declare function oneHundredAndFortyFromJSON(jsonString: string): SafePars
5474
5516
  export declare const OneHundredAndThirtyNine$inboundSchema: z.ZodType<OneHundredAndThirtyNine, z.ZodTypeDef, unknown>;
5475
5517
  /** @internal */
5476
5518
  export type OneHundredAndThirtyNine$Outbound = {
5477
- previousProjectName: string;
5478
- newProjectName: string;
5519
+ projectId: string;
5520
+ projectName: string;
5521
+ originAccountName: string;
5479
5522
  destinationAccountName: string;
5523
+ destinationAccountId: string;
5480
5524
  transferId?: string | undefined;
5481
5525
  };
5482
5526
  /** @internal */
@@ -5487,9 +5531,12 @@ export declare function oneHundredAndThirtyNineFromJSON(jsonString: string): Saf
5487
5531
  export declare const OneHundredAndThirtyEight$inboundSchema: z.ZodType<OneHundredAndThirtyEight, z.ZodTypeDef, unknown>;
5488
5532
  /** @internal */
5489
5533
  export type OneHundredAndThirtyEight$Outbound = {
5490
- projectName: string;
5491
- destinationAccountName: string | null;
5492
- transferId?: string | undefined;
5534
+ requestedTeamName: string;
5535
+ requestedUserName?: string | undefined;
5536
+ gitUsername?: string | undefined;
5537
+ githubUsername?: string | undefined;
5538
+ gitlabUsername?: string | undefined;
5539
+ bitbucketUsername?: string | undefined;
5493
5540
  };
5494
5541
  /** @internal */
5495
5542
  export declare const OneHundredAndThirtyEight$outboundSchema: z.ZodType<OneHundredAndThirtyEight$Outbound, z.ZodTypeDef, OneHundredAndThirtyEight>;
@@ -5499,12 +5546,12 @@ export declare function oneHundredAndThirtyEightFromJSON(jsonString: string): Sa
5499
5546
  export declare const OneHundredAndThirtySeven$inboundSchema: z.ZodType<OneHundredAndThirtySeven, z.ZodTypeDef, unknown>;
5500
5547
  /** @internal */
5501
5548
  export type OneHundredAndThirtySeven$Outbound = {
5502
- projectId: string;
5503
- projectName: string;
5504
- originAccountName: string;
5505
- destinationAccountName: string;
5506
- destinationAccountId: string;
5507
- transferId?: string | undefined;
5549
+ teamName: string;
5550
+ username?: string | undefined;
5551
+ gitUsername?: string | null | undefined;
5552
+ githubUsername?: string | null | undefined;
5553
+ gitlabUsername?: string | null | undefined;
5554
+ bitbucketUsername?: string | null | undefined;
5508
5555
  };
5509
5556
  /** @internal */
5510
5557
  export declare const OneHundredAndThirtySeven$outboundSchema: z.ZodType<OneHundredAndThirtySeven$Outbound, z.ZodTypeDef, OneHundredAndThirtySeven>;
@@ -5514,12 +5561,14 @@ export declare function oneHundredAndThirtySevenFromJSON(jsonString: string): Sa
5514
5561
  export declare const OneHundredAndThirtySix$inboundSchema: z.ZodType<OneHundredAndThirtySix, z.ZodTypeDef, unknown>;
5515
5562
  /** @internal */
5516
5563
  export type OneHundredAndThirtySix$Outbound = {
5517
- requestedTeamName: string;
5518
- requestedUserName?: string | undefined;
5564
+ teamName: string;
5565
+ username?: string | undefined;
5519
5566
  gitUsername?: string | undefined;
5520
- githubUsername?: string | undefined;
5521
- gitlabUsername?: string | undefined;
5522
- bitbucketUsername?: string | undefined;
5567
+ githubUsername?: string | null | undefined;
5568
+ gitlabUsername?: string | null | undefined;
5569
+ bitbucketUsername?: string | null | undefined;
5570
+ updatedUid?: string | undefined;
5571
+ teamId?: string | undefined;
5523
5572
  };
5524
5573
  /** @internal */
5525
5574
  export declare const OneHundredAndThirtySix$outboundSchema: z.ZodType<OneHundredAndThirtySix$Outbound, z.ZodTypeDef, OneHundredAndThirtySix>;
@@ -5529,12 +5578,8 @@ export declare function oneHundredAndThirtySixFromJSON(jsonString: string): Safe
5529
5578
  export declare const OneHundredAndThirtyFive$inboundSchema: z.ZodType<OneHundredAndThirtyFive, z.ZodTypeDef, unknown>;
5530
5579
  /** @internal */
5531
5580
  export type OneHundredAndThirtyFive$Outbound = {
5532
- teamName: string;
5533
- username?: string | undefined;
5534
- gitUsername?: string | null | undefined;
5535
- githubUsername?: string | null | undefined;
5536
- gitlabUsername?: string | null | undefined;
5537
- bitbucketUsername?: string | null | undefined;
5581
+ price?: number | undefined;
5582
+ currency?: string | undefined;
5538
5583
  };
5539
5584
  /** @internal */
5540
5585
  export declare const OneHundredAndThirtyFive$outboundSchema: z.ZodType<OneHundredAndThirtyFive$Outbound, z.ZodTypeDef, OneHundredAndThirtyFive>;
@@ -5544,14 +5589,8 @@ export declare function oneHundredAndThirtyFiveFromJSON(jsonString: string): Saf
5544
5589
  export declare const OneHundredAndThirtyFour$inboundSchema: z.ZodType<OneHundredAndThirtyFour, z.ZodTypeDef, unknown>;
5545
5590
  /** @internal */
5546
5591
  export type OneHundredAndThirtyFour$Outbound = {
5547
- teamName: string;
5548
- username?: string | undefined;
5549
- gitUsername?: string | undefined;
5550
- githubUsername?: string | null | undefined;
5551
- gitlabUsername?: string | null | undefined;
5552
- bitbucketUsername?: string | null | undefined;
5553
- updatedUid?: string | undefined;
5554
- teamId?: string | undefined;
5592
+ previewDeploymentSuffix?: string | null | undefined;
5593
+ previousPreviewDeploymentSuffix?: string | null | undefined;
5555
5594
  };
5556
5595
  /** @internal */
5557
5596
  export declare const OneHundredAndThirtyFour$outboundSchema: z.ZodType<OneHundredAndThirtyFour$Outbound, z.ZodTypeDef, OneHundredAndThirtyFour>;
@@ -5563,6 +5602,7 @@ export declare const OneHundredAndThirtyThree$inboundSchema: z.ZodType<OneHundre
5563
5602
  export type OneHundredAndThirtyThree$Outbound = {
5564
5603
  price?: number | undefined;
5565
5604
  currency?: string | undefined;
5605
+ enabled?: boolean | undefined;
5566
5606
  };
5567
5607
  /** @internal */
5568
5608
  export declare const OneHundredAndThirtyThree$outboundSchema: z.ZodType<OneHundredAndThirtyThree$Outbound, z.ZodTypeDef, OneHundredAndThirtyThree>;
@@ -5572,8 +5612,7 @@ export declare function oneHundredAndThirtyThreeFromJSON(jsonString: string): Sa
5572
5612
  export declare const OneHundredAndThirtyTwo$inboundSchema: z.ZodType<OneHundredAndThirtyTwo, z.ZodTypeDef, unknown>;
5573
5613
  /** @internal */
5574
5614
  export type OneHundredAndThirtyTwo$Outbound = {
5575
- previewDeploymentSuffix?: string | null | undefined;
5576
- previousPreviewDeploymentSuffix?: string | null | undefined;
5615
+ username: string;
5577
5616
  };
5578
5617
  /** @internal */
5579
5618
  export declare const OneHundredAndThirtyTwo$outboundSchema: z.ZodType<OneHundredAndThirtyTwo$Outbound, z.ZodTypeDef, OneHundredAndThirtyTwo>;
@@ -5583,9 +5622,8 @@ export declare function oneHundredAndThirtyTwoFromJSON(jsonString: string): Safe
5583
5622
  export declare const OneHundredAndThirtyOne$inboundSchema: z.ZodType<OneHundredAndThirtyOne, z.ZodTypeDef, unknown>;
5584
5623
  /** @internal */
5585
5624
  export type OneHundredAndThirtyOne$Outbound = {
5586
- price?: number | undefined;
5587
- currency?: string | undefined;
5588
- enabled?: boolean | undefined;
5625
+ email: string;
5626
+ prevEmail: string;
5589
5627
  };
5590
5628
  /** @internal */
5591
5629
  export declare const OneHundredAndThirtyOne$outboundSchema: z.ZodType<OneHundredAndThirtyOne$Outbound, z.ZodTypeDef, OneHundredAndThirtyOne>;
@@ -5595,7 +5633,7 @@ export declare function oneHundredAndThirtyOneFromJSON(jsonString: string): Safe
5595
5633
  export declare const OneHundredAndThirty$inboundSchema: z.ZodType<OneHundredAndThirty, z.ZodTypeDef, unknown>;
5596
5634
  /** @internal */
5597
5635
  export type OneHundredAndThirty$Outbound = {
5598
- username: string;
5636
+ mfaEnabled: boolean;
5599
5637
  };
5600
5638
  /** @internal */
5601
5639
  export declare const OneHundredAndThirty$outboundSchema: z.ZodType<OneHundredAndThirty$Outbound, z.ZodTypeDef, OneHundredAndThirty>;
@@ -5605,35 +5643,14 @@ export declare function oneHundredAndThirtyFromJSON(jsonString: string): SafePar
5605
5643
  export declare const OneHundredAndTwentyNine$inboundSchema: z.ZodType<OneHundredAndTwentyNine, z.ZodTypeDef, unknown>;
5606
5644
  /** @internal */
5607
5645
  export type OneHundredAndTwentyNine$Outbound = {
5608
- email: string;
5609
- prevEmail: string;
5646
+ enabled: boolean;
5647
+ totpVerified: boolean;
5610
5648
  };
5611
5649
  /** @internal */
5612
5650
  export declare const OneHundredAndTwentyNine$outboundSchema: z.ZodType<OneHundredAndTwentyNine$Outbound, z.ZodTypeDef, OneHundredAndTwentyNine>;
5613
5651
  export declare function oneHundredAndTwentyNineToJSON(oneHundredAndTwentyNine: OneHundredAndTwentyNine): string;
5614
5652
  export declare function oneHundredAndTwentyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyNine, SDKValidationError>;
5615
5653
  /** @internal */
5616
- export declare const OneHundredAndTwentyEight$inboundSchema: z.ZodType<OneHundredAndTwentyEight, z.ZodTypeDef, unknown>;
5617
- /** @internal */
5618
- export type OneHundredAndTwentyEight$Outbound = {
5619
- mfaEnabled: boolean;
5620
- };
5621
- /** @internal */
5622
- export declare const OneHundredAndTwentyEight$outboundSchema: z.ZodType<OneHundredAndTwentyEight$Outbound, z.ZodTypeDef, OneHundredAndTwentyEight>;
5623
- export declare function oneHundredAndTwentyEightToJSON(oneHundredAndTwentyEight: OneHundredAndTwentyEight): string;
5624
- export declare function oneHundredAndTwentyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyEight, SDKValidationError>;
5625
- /** @internal */
5626
- export declare const OneHundredAndTwentySeven$inboundSchema: z.ZodType<OneHundredAndTwentySeven, z.ZodTypeDef, unknown>;
5627
- /** @internal */
5628
- export type OneHundredAndTwentySeven$Outbound = {
5629
- enabled: boolean;
5630
- totpVerified: boolean;
5631
- };
5632
- /** @internal */
5633
- export declare const OneHundredAndTwentySeven$outboundSchema: z.ZodType<OneHundredAndTwentySeven$Outbound, z.ZodTypeDef, OneHundredAndTwentySeven>;
5634
- export declare function oneHundredAndTwentySevenToJSON(oneHundredAndTwentySeven: OneHundredAndTwentySeven): string;
5635
- export declare function oneHundredAndTwentySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentySeven, SDKValidationError>;
5636
- /** @internal */
5637
5654
  export declare const PayloadPrevious$inboundSchema: z.ZodType<PayloadPrevious, z.ZodTypeDef, unknown>;
5638
5655
  /** @internal */
5639
5656
  export type PayloadPrevious$Outbound = {
@@ -5656,16 +5673,16 @@ export declare const PayloadNext$outboundSchema: z.ZodType<PayloadNext$Outbound,
5656
5673
  export declare function payloadNextToJSON(payloadNext: PayloadNext): string;
5657
5674
  export declare function payloadNextFromJSON(jsonString: string): SafeParseResult<PayloadNext, SDKValidationError>;
5658
5675
  /** @internal */
5659
- export declare const OneHundredAndTwentySix$inboundSchema: z.ZodType<OneHundredAndTwentySix, z.ZodTypeDef, unknown>;
5676
+ export declare const OneHundredAndTwentyEight$inboundSchema: z.ZodType<OneHundredAndTwentyEight, z.ZodTypeDef, unknown>;
5660
5677
  /** @internal */
5661
- export type OneHundredAndTwentySix$Outbound = {
5678
+ export type OneHundredAndTwentyEight$Outbound = {
5662
5679
  previous: PayloadPrevious$Outbound;
5663
5680
  next: PayloadNext$Outbound;
5664
5681
  };
5665
5682
  /** @internal */
5666
- export declare const OneHundredAndTwentySix$outboundSchema: z.ZodType<OneHundredAndTwentySix$Outbound, z.ZodTypeDef, OneHundredAndTwentySix>;
5667
- export declare function oneHundredAndTwentySixToJSON(oneHundredAndTwentySix: OneHundredAndTwentySix): string;
5668
- export declare function oneHundredAndTwentySixFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentySix, SDKValidationError>;
5683
+ export declare const OneHundredAndTwentyEight$outboundSchema: z.ZodType<OneHundredAndTwentyEight$Outbound, z.ZodTypeDef, OneHundredAndTwentyEight>;
5684
+ export declare function oneHundredAndTwentyEightToJSON(oneHundredAndTwentyEight: OneHundredAndTwentyEight): string;
5685
+ export declare function oneHundredAndTwentyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyEight, SDKValidationError>;
5669
5686
  /** @internal */
5670
5687
  export declare const PayloadRemoteCaching$inboundSchema: z.ZodType<PayloadRemoteCaching, z.ZodTypeDef, unknown>;
5671
5688
  /** @internal */
@@ -5677,68 +5694,68 @@ export declare const PayloadRemoteCaching$outboundSchema: z.ZodType<PayloadRemot
5677
5694
  export declare function payloadRemoteCachingToJSON(payloadRemoteCaching: PayloadRemoteCaching): string;
5678
5695
  export declare function payloadRemoteCachingFromJSON(jsonString: string): SafeParseResult<PayloadRemoteCaching, SDKValidationError>;
5679
5696
  /** @internal */
5680
- export declare const OneHundredAndTwentyFive$inboundSchema: z.ZodType<OneHundredAndTwentyFive, z.ZodTypeDef, unknown>;
5697
+ export declare const OneHundredAndTwentySeven$inboundSchema: z.ZodType<OneHundredAndTwentySeven, z.ZodTypeDef, unknown>;
5681
5698
  /** @internal */
5682
- export type OneHundredAndTwentyFive$Outbound = {
5699
+ export type OneHundredAndTwentySeven$Outbound = {
5683
5700
  remoteCaching?: PayloadRemoteCaching$Outbound | undefined;
5684
5701
  };
5685
5702
  /** @internal */
5686
- export declare const OneHundredAndTwentyFive$outboundSchema: z.ZodType<OneHundredAndTwentyFive$Outbound, z.ZodTypeDef, OneHundredAndTwentyFive>;
5687
- export declare function oneHundredAndTwentyFiveToJSON(oneHundredAndTwentyFive: OneHundredAndTwentyFive): string;
5688
- export declare function oneHundredAndTwentyFiveFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyFive, SDKValidationError>;
5703
+ export declare const OneHundredAndTwentySeven$outboundSchema: z.ZodType<OneHundredAndTwentySeven$Outbound, z.ZodTypeDef, OneHundredAndTwentySeven>;
5704
+ export declare function oneHundredAndTwentySevenToJSON(oneHundredAndTwentySeven: OneHundredAndTwentySeven): string;
5705
+ export declare function oneHundredAndTwentySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentySeven, SDKValidationError>;
5689
5706
  /** @internal */
5690
- export declare const OneHundredAndTwentyFour$inboundSchema: z.ZodType<OneHundredAndTwentyFour, z.ZodTypeDef, unknown>;
5707
+ export declare const OneHundredAndTwentySix$inboundSchema: z.ZodType<OneHundredAndTwentySix, z.ZodTypeDef, unknown>;
5691
5708
  /** @internal */
5692
- export type OneHundredAndTwentyFour$Outbound = {
5709
+ export type OneHundredAndTwentySix$Outbound = {
5693
5710
  slug?: string | undefined;
5694
5711
  };
5695
5712
  /** @internal */
5696
- export declare const OneHundredAndTwentyFour$outboundSchema: z.ZodType<OneHundredAndTwentyFour$Outbound, z.ZodTypeDef, OneHundredAndTwentyFour>;
5697
- export declare function oneHundredAndTwentyFourToJSON(oneHundredAndTwentyFour: OneHundredAndTwentyFour): string;
5698
- export declare function oneHundredAndTwentyFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyFour, SDKValidationError>;
5713
+ export declare const OneHundredAndTwentySix$outboundSchema: z.ZodType<OneHundredAndTwentySix$Outbound, z.ZodTypeDef, OneHundredAndTwentySix>;
5714
+ export declare function oneHundredAndTwentySixToJSON(oneHundredAndTwentySix: OneHundredAndTwentySix): string;
5715
+ export declare function oneHundredAndTwentySixFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentySix, SDKValidationError>;
5699
5716
  /** @internal */
5700
- export declare const OneHundredAndTwentyThree$inboundSchema: z.ZodType<OneHundredAndTwentyThree, z.ZodTypeDef, unknown>;
5717
+ export declare const OneHundredAndTwentyFive$inboundSchema: z.ZodType<OneHundredAndTwentyFive, z.ZodTypeDef, unknown>;
5701
5718
  /** @internal */
5702
- export type OneHundredAndTwentyThree$Outbound = {
5719
+ export type OneHundredAndTwentyFive$Outbound = {
5703
5720
  name?: string | undefined;
5704
5721
  };
5705
5722
  /** @internal */
5706
- export declare const OneHundredAndTwentyThree$outboundSchema: z.ZodType<OneHundredAndTwentyThree$Outbound, z.ZodTypeDef, OneHundredAndTwentyThree>;
5707
- export declare function oneHundredAndTwentyThreeToJSON(oneHundredAndTwentyThree: OneHundredAndTwentyThree): string;
5708
- export declare function oneHundredAndTwentyThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyThree, SDKValidationError>;
5723
+ export declare const OneHundredAndTwentyFive$outboundSchema: z.ZodType<OneHundredAndTwentyFive$Outbound, z.ZodTypeDef, OneHundredAndTwentyFive>;
5724
+ export declare function oneHundredAndTwentyFiveToJSON(oneHundredAndTwentyFive: OneHundredAndTwentyFive): string;
5725
+ export declare function oneHundredAndTwentyFiveFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyFive, SDKValidationError>;
5709
5726
  /** @internal */
5710
- export declare const OneHundredAndTwentyTwo$inboundSchema: z.ZodType<OneHundredAndTwentyTwo, z.ZodTypeDef, unknown>;
5727
+ export declare const OneHundredAndTwentyFour$inboundSchema: z.ZodType<OneHundredAndTwentyFour, z.ZodTypeDef, unknown>;
5711
5728
  /** @internal */
5712
- export type OneHundredAndTwentyTwo$Outbound = {
5729
+ export type OneHundredAndTwentyFour$Outbound = {
5713
5730
  enforced: boolean;
5714
5731
  };
5715
5732
  /** @internal */
5716
- export declare const OneHundredAndTwentyTwo$outboundSchema: z.ZodType<OneHundredAndTwentyTwo$Outbound, z.ZodTypeDef, OneHundredAndTwentyTwo>;
5717
- export declare function oneHundredAndTwentyTwoToJSON(oneHundredAndTwentyTwo: OneHundredAndTwentyTwo): string;
5718
- export declare function oneHundredAndTwentyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyTwo, SDKValidationError>;
5733
+ export declare const OneHundredAndTwentyFour$outboundSchema: z.ZodType<OneHundredAndTwentyFour$Outbound, z.ZodTypeDef, OneHundredAndTwentyFour>;
5734
+ export declare function oneHundredAndTwentyFourToJSON(oneHundredAndTwentyFour: OneHundredAndTwentyFour): string;
5735
+ export declare function oneHundredAndTwentyFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyFour, SDKValidationError>;
5719
5736
  /** @internal */
5720
- export declare const UserEventPayload121User$inboundSchema: z.ZodType<UserEventPayload121User, z.ZodTypeDef, unknown>;
5737
+ export declare const UserEventPayload123User$inboundSchema: z.ZodType<UserEventPayload123User, z.ZodTypeDef, unknown>;
5721
5738
  /** @internal */
5722
- export type UserEventPayload121User$Outbound = {
5739
+ export type UserEventPayload123User$Outbound = {
5723
5740
  id: string;
5724
5741
  username: string;
5725
5742
  };
5726
5743
  /** @internal */
5727
- export declare const UserEventPayload121User$outboundSchema: z.ZodType<UserEventPayload121User$Outbound, z.ZodTypeDef, UserEventPayload121User>;
5728
- export declare function userEventPayload121UserToJSON(userEventPayload121User: UserEventPayload121User): string;
5729
- export declare function userEventPayload121UserFromJSON(jsonString: string): SafeParseResult<UserEventPayload121User, SDKValidationError>;
5744
+ export declare const UserEventPayload123User$outboundSchema: z.ZodType<UserEventPayload123User$Outbound, z.ZodTypeDef, UserEventPayload123User>;
5745
+ export declare function userEventPayload123UserToJSON(userEventPayload123User: UserEventPayload123User): string;
5746
+ export declare function userEventPayload123UserFromJSON(jsonString: string): SafeParseResult<UserEventPayload123User, SDKValidationError>;
5730
5747
  /** @internal */
5731
- export declare const OneHundredAndTwentyOne$inboundSchema: z.ZodType<OneHundredAndTwentyOne, z.ZodTypeDef, unknown>;
5748
+ export declare const OneHundredAndTwentyThree$inboundSchema: z.ZodType<OneHundredAndTwentyThree, z.ZodTypeDef, unknown>;
5732
5749
  /** @internal */
5733
- export type OneHundredAndTwentyOne$Outbound = {
5750
+ export type OneHundredAndTwentyThree$Outbound = {
5734
5751
  entitlement: string;
5735
- user: UserEventPayload121User$Outbound;
5752
+ user: UserEventPayload123User$Outbound;
5736
5753
  previousCanceledAt?: string | undefined;
5737
5754
  };
5738
5755
  /** @internal */
5739
- export declare const OneHundredAndTwentyOne$outboundSchema: z.ZodType<OneHundredAndTwentyOne$Outbound, z.ZodTypeDef, OneHundredAndTwentyOne>;
5740
- export declare function oneHundredAndTwentyOneToJSON(oneHundredAndTwentyOne: OneHundredAndTwentyOne): string;
5741
- export declare function oneHundredAndTwentyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyOne, SDKValidationError>;
5756
+ export declare const OneHundredAndTwentyThree$outboundSchema: z.ZodType<OneHundredAndTwentyThree$Outbound, z.ZodTypeDef, OneHundredAndTwentyThree>;
5757
+ export declare function oneHundredAndTwentyThreeToJSON(oneHundredAndTwentyThree: OneHundredAndTwentyThree): string;
5758
+ export declare function oneHundredAndTwentyThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyThree, SDKValidationError>;
5742
5759
  /** @internal */
5743
5760
  export declare const UserEventPayloadUser$inboundSchema: z.ZodType<UserEventPayloadUser, z.ZodTypeDef, unknown>;
5744
5761
  /** @internal */
@@ -5751,16 +5768,16 @@ export declare const UserEventPayloadUser$outboundSchema: z.ZodType<UserEventPay
5751
5768
  export declare function userEventPayloadUserToJSON(userEventPayloadUser: UserEventPayloadUser): string;
5752
5769
  export declare function userEventPayloadUserFromJSON(jsonString: string): SafeParseResult<UserEventPayloadUser, SDKValidationError>;
5753
5770
  /** @internal */
5754
- export declare const OneHundredAndTwenty$inboundSchema: z.ZodType<OneHundredAndTwenty, z.ZodTypeDef, unknown>;
5771
+ export declare const OneHundredAndTwentyTwo$inboundSchema: z.ZodType<OneHundredAndTwentyTwo, z.ZodTypeDef, unknown>;
5755
5772
  /** @internal */
5756
- export type OneHundredAndTwenty$Outbound = {
5773
+ export type OneHundredAndTwentyTwo$Outbound = {
5757
5774
  entitlement: string;
5758
5775
  user: UserEventPayloadUser$Outbound;
5759
5776
  };
5760
5777
  /** @internal */
5761
- export declare const OneHundredAndTwenty$outboundSchema: z.ZodType<OneHundredAndTwenty$Outbound, z.ZodTypeDef, OneHundredAndTwenty>;
5762
- export declare function oneHundredAndTwentyToJSON(oneHundredAndTwenty: OneHundredAndTwenty): string;
5763
- export declare function oneHundredAndTwentyFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwenty, SDKValidationError>;
5778
+ export declare const OneHundredAndTwentyTwo$outboundSchema: z.ZodType<OneHundredAndTwentyTwo$Outbound, z.ZodTypeDef, OneHundredAndTwentyTwo>;
5779
+ export declare function oneHundredAndTwentyTwoToJSON(oneHundredAndTwentyTwo: OneHundredAndTwentyTwo): string;
5780
+ export declare function oneHundredAndTwentyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyTwo, SDKValidationError>;
5764
5781
  /** @internal */
5765
5782
  export declare const UpdatedUser$inboundSchema: z.ZodType<UpdatedUser, z.ZodTypeDef, unknown>;
5766
5783
  /** @internal */
@@ -5773,9 +5790,9 @@ export declare const UpdatedUser$outboundSchema: z.ZodType<UpdatedUser$Outbound,
5773
5790
  export declare function updatedUserToJSON(updatedUser: UpdatedUser): string;
5774
5791
  export declare function updatedUserFromJSON(jsonString: string): SafeParseResult<UpdatedUser, SDKValidationError>;
5775
5792
  /** @internal */
5776
- export declare const OneHundredAndNineteen$inboundSchema: z.ZodType<OneHundredAndNineteen, z.ZodTypeDef, unknown>;
5793
+ export declare const OneHundredAndTwentyOne$inboundSchema: z.ZodType<OneHundredAndTwentyOne, z.ZodTypeDef, unknown>;
5777
5794
  /** @internal */
5778
- export type OneHundredAndNineteen$Outbound = {
5795
+ export type OneHundredAndTwentyOne$Outbound = {
5779
5796
  directoryType?: string | undefined;
5780
5797
  updatedUser?: UpdatedUser$Outbound | undefined;
5781
5798
  role?: string | undefined;
@@ -5783,13 +5800,13 @@ export type OneHundredAndNineteen$Outbound = {
5783
5800
  updatedUid?: string | undefined;
5784
5801
  };
5785
5802
  /** @internal */
5786
- export declare const OneHundredAndNineteen$outboundSchema: z.ZodType<OneHundredAndNineteen$Outbound, z.ZodTypeDef, OneHundredAndNineteen>;
5787
- export declare function oneHundredAndNineteenToJSON(oneHundredAndNineteen: OneHundredAndNineteen): string;
5788
- export declare function oneHundredAndNineteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndNineteen, SDKValidationError>;
5803
+ export declare const OneHundredAndTwentyOne$outboundSchema: z.ZodType<OneHundredAndTwentyOne$Outbound, z.ZodTypeDef, OneHundredAndTwentyOne>;
5804
+ export declare function oneHundredAndTwentyOneToJSON(oneHundredAndTwentyOne: OneHundredAndTwentyOne): string;
5805
+ export declare function oneHundredAndTwentyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyOne, SDKValidationError>;
5789
5806
  /** @internal */
5790
- export declare const OneHundredAndEighteen$inboundSchema: z.ZodType<OneHundredAndEighteen, z.ZodTypeDef, unknown>;
5807
+ export declare const OneHundredAndTwenty$inboundSchema: z.ZodType<OneHundredAndTwenty, z.ZodTypeDef, unknown>;
5791
5808
  /** @internal */
5792
- export type OneHundredAndEighteen$Outbound = {
5809
+ export type OneHundredAndTwenty$Outbound = {
5793
5810
  role?: string | undefined;
5794
5811
  uid: string;
5795
5812
  origin?: string | undefined;
@@ -5798,9 +5815,9 @@ export type OneHundredAndEighteen$Outbound = {
5798
5815
  entitlements?: Array<string> | undefined;
5799
5816
  };
5800
5817
  /** @internal */
5801
- export declare const OneHundredAndEighteen$outboundSchema: z.ZodType<OneHundredAndEighteen$Outbound, z.ZodTypeDef, OneHundredAndEighteen>;
5802
- export declare function oneHundredAndEighteenToJSON(oneHundredAndEighteen: OneHundredAndEighteen): string;
5803
- export declare function oneHundredAndEighteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndEighteen, SDKValidationError>;
5818
+ export declare const OneHundredAndTwenty$outboundSchema: z.ZodType<OneHundredAndTwenty$Outbound, z.ZodTypeDef, OneHundredAndTwenty>;
5819
+ export declare function oneHundredAndTwentyToJSON(oneHundredAndTwenty: OneHundredAndTwenty): string;
5820
+ export declare function oneHundredAndTwentyFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwenty, SDKValidationError>;
5804
5821
  /** @internal */
5805
5822
  export declare const DeletedUser$inboundSchema: z.ZodType<DeletedUser, z.ZodTypeDef, unknown>;
5806
5823
  /** @internal */
@@ -5825,9 +5842,9 @@ export declare const NewPlan$inboundSchema: z.ZodNativeEnum<typeof NewPlan>;
5825
5842
  /** @internal */
5826
5843
  export declare const NewPlan$outboundSchema: z.ZodNativeEnum<typeof NewPlan>;
5827
5844
  /** @internal */
5828
- export declare const OneHundredAndSeventeen$inboundSchema: z.ZodType<OneHundredAndSeventeen, z.ZodTypeDef, unknown>;
5845
+ export declare const OneHundredAndNineteen$inboundSchema: z.ZodType<OneHundredAndNineteen, z.ZodTypeDef, unknown>;
5829
5846
  /** @internal */
5830
- export type OneHundredAndSeventeen$Outbound = {
5847
+ export type OneHundredAndNineteen$Outbound = {
5831
5848
  deletedUser?: DeletedUser$Outbound | undefined;
5832
5849
  deletedUid?: string | undefined;
5833
5850
  githubUsername?: string | null | undefined;
@@ -5841,9 +5858,9 @@ export type OneHundredAndSeventeen$Outbound = {
5841
5858
  automated?: boolean | undefined;
5842
5859
  };
5843
5860
  /** @internal */
5844
- export declare const OneHundredAndSeventeen$outboundSchema: z.ZodType<OneHundredAndSeventeen$Outbound, z.ZodTypeDef, OneHundredAndSeventeen>;
5845
- export declare function oneHundredAndSeventeenToJSON(oneHundredAndSeventeen: OneHundredAndSeventeen): string;
5846
- export declare function oneHundredAndSeventeenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSeventeen, SDKValidationError>;
5861
+ export declare const OneHundredAndNineteen$outboundSchema: z.ZodType<OneHundredAndNineteen$Outbound, z.ZodTypeDef, OneHundredAndNineteen>;
5862
+ export declare function oneHundredAndNineteenToJSON(oneHundredAndNineteen: OneHundredAndNineteen): string;
5863
+ export declare function oneHundredAndNineteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndNineteen, SDKValidationError>;
5847
5864
  /** @internal */
5848
5865
  export declare const InvitedUser$inboundSchema: z.ZodType<InvitedUser, z.ZodTypeDef, unknown>;
5849
5866
  /** @internal */
@@ -5856,9 +5873,9 @@ export declare const InvitedUser$outboundSchema: z.ZodType<InvitedUser$Outbound,
5856
5873
  export declare function invitedUserToJSON(invitedUser: InvitedUser): string;
5857
5874
  export declare function invitedUserFromJSON(jsonString: string): SafeParseResult<InvitedUser, SDKValidationError>;
5858
5875
  /** @internal */
5859
- export declare const OneHundredAndSixteen$inboundSchema: z.ZodType<OneHundredAndSixteen, z.ZodTypeDef, unknown>;
5876
+ export declare const OneHundredAndEighteen$inboundSchema: z.ZodType<OneHundredAndEighteen, z.ZodTypeDef, unknown>;
5860
5877
  /** @internal */
5861
- export type OneHundredAndSixteen$Outbound = {
5878
+ export type OneHundredAndEighteen$Outbound = {
5862
5879
  directoryType?: string | undefined;
5863
5880
  ssoType?: string | undefined;
5864
5881
  invitedUser?: InvitedUser$Outbound | undefined;
@@ -5868,9 +5885,9 @@ export type OneHundredAndSixteen$Outbound = {
5868
5885
  invitedUid?: string | undefined;
5869
5886
  };
5870
5887
  /** @internal */
5871
- export declare const OneHundredAndSixteen$outboundSchema: z.ZodType<OneHundredAndSixteen$Outbound, z.ZodTypeDef, OneHundredAndSixteen>;
5872
- export declare function oneHundredAndSixteenToJSON(oneHundredAndSixteen: OneHundredAndSixteen): string;
5873
- export declare function oneHundredAndSixteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixteen, SDKValidationError>;
5888
+ export declare const OneHundredAndEighteen$outboundSchema: z.ZodType<OneHundredAndEighteen$Outbound, z.ZodTypeDef, OneHundredAndEighteen>;
5889
+ export declare function oneHundredAndEighteenToJSON(oneHundredAndEighteen: OneHundredAndEighteen): string;
5890
+ export declare function oneHundredAndEighteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndEighteen, SDKValidationError>;
5874
5891
  /** @internal */
5875
5892
  export declare const Reasons$inboundSchema: z.ZodType<Reasons, z.ZodTypeDef, unknown>;
5876
5893
  /** @internal */
@@ -5883,28 +5900,28 @@ export declare const Reasons$outboundSchema: z.ZodType<Reasons$Outbound, z.ZodTy
5883
5900
  export declare function reasonsToJSON(reasons: Reasons): string;
5884
5901
  export declare function reasonsFromJSON(jsonString: string): SafeParseResult<Reasons, SDKValidationError>;
5885
5902
  /** @internal */
5886
- export declare const OneHundredAndFifteen$inboundSchema: z.ZodType<OneHundredAndFifteen, z.ZodTypeDef, unknown>;
5903
+ export declare const OneHundredAndSeventeen$inboundSchema: z.ZodType<OneHundredAndSeventeen, z.ZodTypeDef, unknown>;
5887
5904
  /** @internal */
5888
- export type OneHundredAndFifteen$Outbound = {
5905
+ export type OneHundredAndSeventeen$Outbound = {
5889
5906
  slug: string;
5890
5907
  teamId: string;
5891
5908
  by: string;
5892
5909
  reasons?: Array<Reasons$Outbound> | undefined;
5893
5910
  };
5894
5911
  /** @internal */
5895
- export declare const OneHundredAndFifteen$outboundSchema: z.ZodType<OneHundredAndFifteen$Outbound, z.ZodTypeDef, OneHundredAndFifteen>;
5896
- export declare function oneHundredAndFifteenToJSON(oneHundredAndFifteen: OneHundredAndFifteen): string;
5897
- export declare function oneHundredAndFifteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFifteen, SDKValidationError>;
5912
+ export declare const OneHundredAndSeventeen$outboundSchema: z.ZodType<OneHundredAndSeventeen$Outbound, z.ZodTypeDef, OneHundredAndSeventeen>;
5913
+ export declare function oneHundredAndSeventeenToJSON(oneHundredAndSeventeen: OneHundredAndSeventeen): string;
5914
+ export declare function oneHundredAndSeventeenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSeventeen, SDKValidationError>;
5898
5915
  /** @internal */
5899
- export declare const OneHundredAndFourteen$inboundSchema: z.ZodType<OneHundredAndFourteen, z.ZodTypeDef, unknown>;
5916
+ export declare const OneHundredAndSixteen$inboundSchema: z.ZodType<OneHundredAndSixteen, z.ZodTypeDef, unknown>;
5900
5917
  /** @internal */
5901
- export type OneHundredAndFourteen$Outbound = {
5918
+ export type OneHundredAndSixteen$Outbound = {
5902
5919
  slug: string;
5903
5920
  };
5904
5921
  /** @internal */
5905
- export declare const OneHundredAndFourteen$outboundSchema: z.ZodType<OneHundredAndFourteen$Outbound, z.ZodTypeDef, OneHundredAndFourteen>;
5906
- export declare function oneHundredAndFourteenToJSON(oneHundredAndFourteen: OneHundredAndFourteen): string;
5907
- export declare function oneHundredAndFourteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFourteen, SDKValidationError>;
5922
+ export declare const OneHundredAndSixteen$outboundSchema: z.ZodType<OneHundredAndSixteen$Outbound, z.ZodTypeDef, OneHundredAndSixteen>;
5923
+ export declare function oneHundredAndSixteenToJSON(oneHundredAndSixteen: OneHundredAndSixteen): string;
5924
+ export declare function oneHundredAndSixteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixteen, SDKValidationError>;
5908
5925
  /** @internal */
5909
5926
  export declare const Store$inboundSchema: z.ZodType<Store, z.ZodTypeDef, unknown>;
5910
5927
  /** @internal */
@@ -5917,38 +5934,38 @@ export declare const Store$outboundSchema: z.ZodType<Store$Outbound, z.ZodTypeDe
5917
5934
  export declare function storeToJSON(store: Store): string;
5918
5935
  export declare function storeFromJSON(jsonString: string): SafeParseResult<Store, SDKValidationError>;
5919
5936
  /** @internal */
5920
- export declare const OneHundredAndThirteen$inboundSchema: z.ZodType<OneHundredAndThirteen, z.ZodTypeDef, unknown>;
5937
+ export declare const OneHundredAndFifteen$inboundSchema: z.ZodType<OneHundredAndFifteen, z.ZodTypeDef, unknown>;
5921
5938
  /** @internal */
5922
- export type OneHundredAndThirteen$Outbound = {
5939
+ export type OneHundredAndFifteen$Outbound = {
5923
5940
  store: Store$Outbound;
5924
5941
  ownerId?: string | undefined;
5925
5942
  };
5926
5943
  /** @internal */
5927
- export declare const OneHundredAndThirteen$outboundSchema: z.ZodType<OneHundredAndThirteen$Outbound, z.ZodTypeDef, OneHundredAndThirteen>;
5928
- export declare function oneHundredAndThirteenToJSON(oneHundredAndThirteen: OneHundredAndThirteen): string;
5929
- export declare function oneHundredAndThirteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirteen, SDKValidationError>;
5944
+ export declare const OneHundredAndFifteen$outboundSchema: z.ZodType<OneHundredAndFifteen$Outbound, z.ZodTypeDef, OneHundredAndFifteen>;
5945
+ export declare function oneHundredAndFifteenToJSON(oneHundredAndFifteen: OneHundredAndFifteen): string;
5946
+ export declare function oneHundredAndFifteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFifteen, SDKValidationError>;
5930
5947
  /** @internal */
5931
5948
  export declare const StoreType$inboundSchema: z.ZodNativeEnum<typeof StoreType>;
5932
5949
  /** @internal */
5933
5950
  export declare const StoreType$outboundSchema: z.ZodNativeEnum<typeof StoreType>;
5934
5951
  /** @internal */
5935
- export declare const OneHundredAndTwelve$inboundSchema: z.ZodType<OneHundredAndTwelve, z.ZodTypeDef, unknown>;
5952
+ export declare const OneHundredAndFourteen$inboundSchema: z.ZodType<OneHundredAndFourteen, z.ZodTypeDef, unknown>;
5936
5953
  /** @internal */
5937
- export type OneHundredAndTwelve$Outbound = {
5954
+ export type OneHundredAndFourteen$Outbound = {
5938
5955
  storeType: string;
5939
5956
  };
5940
5957
  /** @internal */
5941
- export declare const OneHundredAndTwelve$outboundSchema: z.ZodType<OneHundredAndTwelve$Outbound, z.ZodTypeDef, OneHundredAndTwelve>;
5942
- export declare function oneHundredAndTwelveToJSON(oneHundredAndTwelve: OneHundredAndTwelve): string;
5943
- export declare function oneHundredAndTwelveFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwelve, SDKValidationError>;
5958
+ export declare const OneHundredAndFourteen$outboundSchema: z.ZodType<OneHundredAndFourteen$Outbound, z.ZodTypeDef, OneHundredAndFourteen>;
5959
+ export declare function oneHundredAndFourteenToJSON(oneHundredAndFourteen: OneHundredAndFourteen): string;
5960
+ export declare function oneHundredAndFourteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFourteen, SDKValidationError>;
5944
5961
  /** @internal */
5945
5962
  export declare const UserEventPayloadType$inboundSchema: z.ZodNativeEnum<typeof UserEventPayloadType>;
5946
5963
  /** @internal */
5947
5964
  export declare const UserEventPayloadType$outboundSchema: z.ZodNativeEnum<typeof UserEventPayloadType>;
5948
5965
  /** @internal */
5949
- export declare const OneHundredAndEleven$inboundSchema: z.ZodType<OneHundredAndEleven, z.ZodTypeDef, unknown>;
5966
+ export declare const OneHundredAndThirteen$inboundSchema: z.ZodType<OneHundredAndThirteen, z.ZodTypeDef, unknown>;
5950
5967
  /** @internal */
5951
- export type OneHundredAndEleven$Outbound = {
5968
+ export type OneHundredAndThirteen$Outbound = {
5952
5969
  id: string;
5953
5970
  name?: string | undefined;
5954
5971
  computeUnitsMax?: number | undefined;
@@ -5957,23 +5974,23 @@ export type OneHundredAndEleven$Outbound = {
5957
5974
  type: string;
5958
5975
  };
5959
5976
  /** @internal */
5960
- export declare const OneHundredAndEleven$outboundSchema: z.ZodType<OneHundredAndEleven$Outbound, z.ZodTypeDef, OneHundredAndEleven>;
5961
- export declare function oneHundredAndElevenToJSON(oneHundredAndEleven: OneHundredAndEleven): string;
5962
- export declare function oneHundredAndElevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndEleven, SDKValidationError>;
5977
+ export declare const OneHundredAndThirteen$outboundSchema: z.ZodType<OneHundredAndThirteen$Outbound, z.ZodTypeDef, OneHundredAndThirteen>;
5978
+ export declare function oneHundredAndThirteenToJSON(oneHundredAndThirteen: OneHundredAndThirteen): string;
5979
+ export declare function oneHundredAndThirteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirteen, SDKValidationError>;
5963
5980
  /** @internal */
5964
- export declare const OneHundredAndTen$inboundSchema: z.ZodType<OneHundredAndTen, z.ZodTypeDef, unknown>;
5981
+ export declare const OneHundredAndTwelve$inboundSchema: z.ZodType<OneHundredAndTwelve, z.ZodTypeDef, unknown>;
5965
5982
  /** @internal */
5966
- export type OneHundredAndTen$Outbound = {
5983
+ export type OneHundredAndTwelve$Outbound = {
5967
5984
  webhookUrl?: string | undefined;
5968
5985
  };
5969
5986
  /** @internal */
5970
- export declare const OneHundredAndTen$outboundSchema: z.ZodType<OneHundredAndTen$Outbound, z.ZodTypeDef, OneHundredAndTen>;
5971
- export declare function oneHundredAndTenToJSON(oneHundredAndTen: OneHundredAndTen): string;
5972
- export declare function oneHundredAndTenFromJSON(jsonString: string): SafeParseResult<OneHundredAndTen, SDKValidationError>;
5987
+ export declare const OneHundredAndTwelve$outboundSchema: z.ZodType<OneHundredAndTwelve$Outbound, z.ZodTypeDef, OneHundredAndTwelve>;
5988
+ export declare function oneHundredAndTwelveToJSON(oneHundredAndTwelve: OneHundredAndTwelve): string;
5989
+ export declare function oneHundredAndTwelveFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwelve, SDKValidationError>;
5973
5990
  /** @internal */
5974
- export declare const UserEventPayload109Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload109Type>;
5991
+ export declare const UserEventPayload111Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload111Type>;
5975
5992
  /** @internal */
5976
- export declare const UserEventPayload109Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload109Type>;
5993
+ export declare const UserEventPayload111Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload111Type>;
5977
5994
  /** @internal */
5978
5995
  export declare const PayloadPricingPlan$inboundSchema: z.ZodNativeEnum<typeof PayloadPricingPlan>;
5979
5996
  /** @internal */
@@ -6001,20 +6018,20 @@ export declare const UserEventPayloadBudget$outboundSchema: z.ZodType<UserEventP
6001
6018
  export declare function userEventPayloadBudgetToJSON(userEventPayloadBudget: UserEventPayloadBudget): string;
6002
6019
  export declare function userEventPayloadBudgetFromJSON(jsonString: string): SafeParseResult<UserEventPayloadBudget, SDKValidationError>;
6003
6020
  /** @internal */
6004
- export declare const OneHundredAndNine$inboundSchema: z.ZodType<OneHundredAndNine, z.ZodTypeDef, unknown>;
6021
+ export declare const OneHundredAndEleven$inboundSchema: z.ZodType<OneHundredAndEleven, z.ZodTypeDef, unknown>;
6005
6022
  /** @internal */
6006
- export type OneHundredAndNine$Outbound = {
6023
+ export type OneHundredAndEleven$Outbound = {
6007
6024
  budget: UserEventPayloadBudget$Outbound;
6008
6025
  webhookUrl?: string | undefined;
6009
6026
  };
6010
6027
  /** @internal */
6011
- export declare const OneHundredAndNine$outboundSchema: z.ZodType<OneHundredAndNine$Outbound, z.ZodTypeDef, OneHundredAndNine>;
6012
- export declare function oneHundredAndNineToJSON(oneHundredAndNine: OneHundredAndNine): string;
6013
- export declare function oneHundredAndNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndNine, SDKValidationError>;
6028
+ export declare const OneHundredAndEleven$outboundSchema: z.ZodType<OneHundredAndEleven$Outbound, z.ZodTypeDef, OneHundredAndEleven>;
6029
+ export declare function oneHundredAndElevenToJSON(oneHundredAndEleven: OneHundredAndEleven): string;
6030
+ export declare function oneHundredAndElevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndEleven, SDKValidationError>;
6014
6031
  /** @internal */
6015
- export declare const UserEventPayload108Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload108Type>;
6032
+ export declare const UserEventPayload110Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload110Type>;
6016
6033
  /** @internal */
6017
- export declare const UserEventPayload108Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload108Type>;
6034
+ export declare const UserEventPayload110Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload110Type>;
6018
6035
  /** @internal */
6019
6036
  export declare const PricingPlan$inboundSchema: z.ZodNativeEnum<typeof PricingPlan>;
6020
6037
  /** @internal */
@@ -6042,19 +6059,19 @@ export declare const PayloadBudget$outboundSchema: z.ZodType<PayloadBudget$Outbo
6042
6059
  export declare function payloadBudgetToJSON(payloadBudget: PayloadBudget): string;
6043
6060
  export declare function payloadBudgetFromJSON(jsonString: string): SafeParseResult<PayloadBudget, SDKValidationError>;
6044
6061
  /** @internal */
6045
- export declare const OneHundredAndEight$inboundSchema: z.ZodType<OneHundredAndEight, z.ZodTypeDef, unknown>;
6062
+ export declare const OneHundredAndTen$inboundSchema: z.ZodType<OneHundredAndTen, z.ZodTypeDef, unknown>;
6046
6063
  /** @internal */
6047
- export type OneHundredAndEight$Outbound = {
6064
+ export type OneHundredAndTen$Outbound = {
6048
6065
  budget: PayloadBudget$Outbound;
6049
6066
  };
6050
6067
  /** @internal */
6051
- export declare const OneHundredAndEight$outboundSchema: z.ZodType<OneHundredAndEight$Outbound, z.ZodTypeDef, OneHundredAndEight>;
6052
- export declare function oneHundredAndEightToJSON(oneHundredAndEight: OneHundredAndEight): string;
6053
- export declare function oneHundredAndEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndEight, SDKValidationError>;
6068
+ export declare const OneHundredAndTen$outboundSchema: z.ZodType<OneHundredAndTen$Outbound, z.ZodTypeDef, OneHundredAndTen>;
6069
+ export declare function oneHundredAndTenToJSON(oneHundredAndTen: OneHundredAndTen): string;
6070
+ export declare function oneHundredAndTenFromJSON(jsonString: string): SafeParseResult<OneHundredAndTen, SDKValidationError>;
6054
6071
  /** @internal */
6055
- export declare const UserEventPayload107Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload107Type>;
6072
+ export declare const UserEventPayload109Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload109Type>;
6056
6073
  /** @internal */
6057
- export declare const UserEventPayload107Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload107Type>;
6074
+ export declare const UserEventPayload109Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload109Type>;
6058
6075
  /** @internal */
6059
6076
  export declare const UserEventPayloadPricingPlan$inboundSchema: z.ZodNativeEnum<typeof UserEventPayloadPricingPlan>;
6060
6077
  /** @internal */
@@ -6092,15 +6109,15 @@ export declare const Budget$outboundSchema: z.ZodType<Budget$Outbound, z.ZodType
6092
6109
  export declare function budgetToJSON(budget: Budget): string;
6093
6110
  export declare function budgetFromJSON(jsonString: string): SafeParseResult<Budget, SDKValidationError>;
6094
6111
  /** @internal */
6095
- export declare const OneHundredAndSeven$inboundSchema: z.ZodType<OneHundredAndSeven, z.ZodTypeDef, unknown>;
6112
+ export declare const OneHundredAndNine$inboundSchema: z.ZodType<OneHundredAndNine, z.ZodTypeDef, unknown>;
6096
6113
  /** @internal */
6097
- export type OneHundredAndSeven$Outbound = {
6114
+ export type OneHundredAndNine$Outbound = {
6098
6115
  budget: Budget$Outbound;
6099
6116
  };
6100
6117
  /** @internal */
6101
- export declare const OneHundredAndSeven$outboundSchema: z.ZodType<OneHundredAndSeven$Outbound, z.ZodTypeDef, OneHundredAndSeven>;
6102
- export declare function oneHundredAndSevenToJSON(oneHundredAndSeven: OneHundredAndSeven): string;
6103
- export declare function oneHundredAndSevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSeven, SDKValidationError>;
6118
+ export declare const OneHundredAndNine$outboundSchema: z.ZodType<OneHundredAndNine$Outbound, z.ZodTypeDef, OneHundredAndNine>;
6119
+ export declare function oneHundredAndNineToJSON(oneHundredAndNine: OneHundredAndNine): string;
6120
+ export declare function oneHundredAndNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndNine, SDKValidationError>;
6104
6121
  /** @internal */
6105
6122
  export declare const ScalingRules$inboundSchema: z.ZodType<ScalingRules, z.ZodTypeDef, unknown>;
6106
6123
  /** @internal */
@@ -6113,9 +6130,9 @@ export declare const ScalingRules$outboundSchema: z.ZodType<ScalingRules$Outboun
6113
6130
  export declare function scalingRulesToJSON(scalingRules: ScalingRules): string;
6114
6131
  export declare function scalingRulesFromJSON(jsonString: string): SafeParseResult<ScalingRules, SDKValidationError>;
6115
6132
  /** @internal */
6116
- export declare const OneHundredAndSix$inboundSchema: z.ZodType<OneHundredAndSix, z.ZodTypeDef, unknown>;
6133
+ export declare const OneHundredAndEight$inboundSchema: z.ZodType<OneHundredAndEight, z.ZodTypeDef, unknown>;
6117
6134
  /** @internal */
6118
- export type OneHundredAndSix$Outbound = {
6135
+ export type OneHundredAndEight$Outbound = {
6119
6136
  scalingRules: {
6120
6137
  [k: string]: ScalingRules$Outbound;
6121
6138
  };
@@ -6124,31 +6141,31 @@ export type OneHundredAndSix$Outbound = {
6124
6141
  url: string;
6125
6142
  };
6126
6143
  /** @internal */
6127
- export declare const OneHundredAndSix$outboundSchema: z.ZodType<OneHundredAndSix$Outbound, z.ZodTypeDef, OneHundredAndSix>;
6128
- export declare function oneHundredAndSixToJSON(oneHundredAndSix: OneHundredAndSix): string;
6129
- export declare function oneHundredAndSixFromJSON(jsonString: string): SafeParseResult<OneHundredAndSix, SDKValidationError>;
6144
+ export declare const OneHundredAndEight$outboundSchema: z.ZodType<OneHundredAndEight$Outbound, z.ZodTypeDef, OneHundredAndEight>;
6145
+ export declare function oneHundredAndEightToJSON(oneHundredAndEight: OneHundredAndEight): string;
6146
+ export declare function oneHundredAndEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndEight, SDKValidationError>;
6130
6147
  /** @internal */
6131
- export declare const OneHundredAndFive$inboundSchema: z.ZodType<OneHundredAndFive, z.ZodTypeDef, unknown>;
6148
+ export declare const OneHundredAndSeven$inboundSchema: z.ZodType<OneHundredAndSeven, z.ZodTypeDef, unknown>;
6132
6149
  /** @internal */
6133
- export type OneHundredAndFive$Outbound = {
6150
+ export type OneHundredAndSeven$Outbound = {
6134
6151
  bio: string;
6135
6152
  };
6136
6153
  /** @internal */
6137
- export declare const OneHundredAndFive$outboundSchema: z.ZodType<OneHundredAndFive$Outbound, z.ZodTypeDef, OneHundredAndFive>;
6138
- export declare function oneHundredAndFiveToJSON(oneHundredAndFive: OneHundredAndFive): string;
6139
- export declare function oneHundredAndFiveFromJSON(jsonString: string): SafeParseResult<OneHundredAndFive, SDKValidationError>;
6154
+ export declare const OneHundredAndSeven$outboundSchema: z.ZodType<OneHundredAndSeven$Outbound, z.ZodTypeDef, OneHundredAndSeven>;
6155
+ export declare function oneHundredAndSevenToJSON(oneHundredAndSeven: OneHundredAndSeven): string;
6156
+ export declare function oneHundredAndSevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSeven, SDKValidationError>;
6140
6157
  /** @internal */
6141
- export declare const OneHundredAndFour$inboundSchema: z.ZodType<OneHundredAndFour, z.ZodTypeDef, unknown>;
6158
+ export declare const OneHundredAndSix$inboundSchema: z.ZodType<OneHundredAndSix, z.ZodTypeDef, unknown>;
6142
6159
  /** @internal */
6143
- export type OneHundredAndFour$Outbound = {
6160
+ export type OneHundredAndSix$Outbound = {
6144
6161
  oldName: string;
6145
6162
  newName: string;
6146
6163
  uid?: string | undefined;
6147
6164
  };
6148
6165
  /** @internal */
6149
- export declare const OneHundredAndFour$outboundSchema: z.ZodType<OneHundredAndFour$Outbound, z.ZodTypeDef, OneHundredAndFour>;
6150
- export declare function oneHundredAndFourToJSON(oneHundredAndFour: OneHundredAndFour): string;
6151
- export declare function oneHundredAndFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndFour, SDKValidationError>;
6166
+ export declare const OneHundredAndSix$outboundSchema: z.ZodType<OneHundredAndSix$Outbound, z.ZodTypeDef, OneHundredAndSix>;
6167
+ export declare function oneHundredAndSixToJSON(oneHundredAndSix: OneHundredAndSix): string;
6168
+ export declare function oneHundredAndSixFromJSON(jsonString: string): SafeParseResult<OneHundredAndSix, SDKValidationError>;
6152
6169
  /** @internal */
6153
6170
  export declare const Name2$inboundSchema: z.ZodType<Name2, z.ZodTypeDef, unknown>;
6154
6171
  /** @internal */
@@ -6168,27 +6185,27 @@ export declare const Name$outboundSchema: z.ZodType<Name$Outbound, z.ZodTypeDef,
6168
6185
  export declare function nameToJSON(name: Name): string;
6169
6186
  export declare function nameFromJSON(jsonString: string): SafeParseResult<Name, SDKValidationError>;
6170
6187
  /** @internal */
6171
- export declare const OneHundredAndThree$inboundSchema: z.ZodType<OneHundredAndThree, z.ZodTypeDef, unknown>;
6188
+ export declare const OneHundredAndFive$inboundSchema: z.ZodType<OneHundredAndFive, z.ZodTypeDef, unknown>;
6172
6189
  /** @internal */
6173
- export type OneHundredAndThree$Outbound = {
6190
+ export type OneHundredAndFive$Outbound = {
6174
6191
  uid: string;
6175
6192
  name: Name2$Outbound | string;
6176
6193
  };
6177
6194
  /** @internal */
6178
- export declare const OneHundredAndThree$outboundSchema: z.ZodType<OneHundredAndThree$Outbound, z.ZodTypeDef, OneHundredAndThree>;
6179
- export declare function oneHundredAndThreeToJSON(oneHundredAndThree: OneHundredAndThree): string;
6180
- export declare function oneHundredAndThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndThree, SDKValidationError>;
6195
+ export declare const OneHundredAndFive$outboundSchema: z.ZodType<OneHundredAndFive$Outbound, z.ZodTypeDef, OneHundredAndFive>;
6196
+ export declare function oneHundredAndFiveToJSON(oneHundredAndFive: OneHundredAndFive): string;
6197
+ export declare function oneHundredAndFiveFromJSON(jsonString: string): SafeParseResult<OneHundredAndFive, SDKValidationError>;
6181
6198
  /** @internal */
6182
- export declare const UserEventPayload102Team$inboundSchema: z.ZodType<UserEventPayload102Team, z.ZodTypeDef, unknown>;
6199
+ export declare const UserEventPayload104Team$inboundSchema: z.ZodType<UserEventPayload104Team, z.ZodTypeDef, unknown>;
6183
6200
  /** @internal */
6184
- export type UserEventPayload102Team$Outbound = {
6201
+ export type UserEventPayload104Team$Outbound = {
6185
6202
  id: string;
6186
6203
  name?: string | undefined;
6187
6204
  };
6188
6205
  /** @internal */
6189
- export declare const UserEventPayload102Team$outboundSchema: z.ZodType<UserEventPayload102Team$Outbound, z.ZodTypeDef, UserEventPayload102Team>;
6190
- export declare function userEventPayload102TeamToJSON(userEventPayload102Team: UserEventPayload102Team): string;
6191
- export declare function userEventPayload102TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload102Team, SDKValidationError>;
6206
+ export declare const UserEventPayload104Team$outboundSchema: z.ZodType<UserEventPayload104Team$Outbound, z.ZodTypeDef, UserEventPayload104Team>;
6207
+ export declare function userEventPayload104TeamToJSON(userEventPayload104Team: UserEventPayload104Team): string;
6208
+ export declare function userEventPayload104TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload104Team, SDKValidationError>;
6192
6209
  /** @internal */
6193
6210
  export declare const PayloadPreviousRule$inboundSchema: z.ZodType<PayloadPreviousRule, z.ZodTypeDef, unknown>;
6194
6211
  /** @internal */
@@ -6200,27 +6217,27 @@ export declare const PayloadPreviousRule$outboundSchema: z.ZodType<PayloadPrevio
6200
6217
  export declare function payloadPreviousRuleToJSON(payloadPreviousRule: PayloadPreviousRule): string;
6201
6218
  export declare function payloadPreviousRuleFromJSON(jsonString: string): SafeParseResult<PayloadPreviousRule, SDKValidationError>;
6202
6219
  /** @internal */
6203
- export declare const OneHundredAndTwo$inboundSchema: z.ZodType<OneHundredAndTwo, z.ZodTypeDef, unknown>;
6220
+ export declare const OneHundredAndFour$inboundSchema: z.ZodType<OneHundredAndFour, z.ZodTypeDef, unknown>;
6204
6221
  /** @internal */
6205
- export type OneHundredAndTwo$Outbound = {
6206
- team: UserEventPayload102Team$Outbound;
6222
+ export type OneHundredAndFour$Outbound = {
6223
+ team: UserEventPayload104Team$Outbound;
6207
6224
  previousRule: PayloadPreviousRule$Outbound;
6208
6225
  };
6209
6226
  /** @internal */
6210
- export declare const OneHundredAndTwo$outboundSchema: z.ZodType<OneHundredAndTwo$Outbound, z.ZodTypeDef, OneHundredAndTwo>;
6211
- export declare function oneHundredAndTwoToJSON(oneHundredAndTwo: OneHundredAndTwo): string;
6212
- export declare function oneHundredAndTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwo, SDKValidationError>;
6227
+ export declare const OneHundredAndFour$outboundSchema: z.ZodType<OneHundredAndFour$Outbound, z.ZodTypeDef, OneHundredAndFour>;
6228
+ export declare function oneHundredAndFourToJSON(oneHundredAndFour: OneHundredAndFour): string;
6229
+ export declare function oneHundredAndFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndFour, SDKValidationError>;
6213
6230
  /** @internal */
6214
- export declare const UserEventPayload101Team$inboundSchema: z.ZodType<UserEventPayload101Team, z.ZodTypeDef, unknown>;
6231
+ export declare const UserEventPayload103Team$inboundSchema: z.ZodType<UserEventPayload103Team, z.ZodTypeDef, unknown>;
6215
6232
  /** @internal */
6216
- export type UserEventPayload101Team$Outbound = {
6233
+ export type UserEventPayload103Team$Outbound = {
6217
6234
  id: string;
6218
6235
  name?: string | undefined;
6219
6236
  };
6220
6237
  /** @internal */
6221
- export declare const UserEventPayload101Team$outboundSchema: z.ZodType<UserEventPayload101Team$Outbound, z.ZodTypeDef, UserEventPayload101Team>;
6222
- export declare function userEventPayload101TeamToJSON(userEventPayload101Team: UserEventPayload101Team): string;
6223
- export declare function userEventPayload101TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload101Team, SDKValidationError>;
6238
+ export declare const UserEventPayload103Team$outboundSchema: z.ZodType<UserEventPayload103Team$Outbound, z.ZodTypeDef, UserEventPayload103Team>;
6239
+ export declare function userEventPayload103TeamToJSON(userEventPayload103Team: UserEventPayload103Team): string;
6240
+ export declare function userEventPayload103TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload103Team, SDKValidationError>;
6224
6241
  /** @internal */
6225
6242
  export declare const PreviousRule$inboundSchema: z.ZodType<PreviousRule, z.ZodTypeDef, unknown>;
6226
6243
  /** @internal */
@@ -6242,14 +6259,35 @@ export declare const NextRule$outboundSchema: z.ZodType<NextRule$Outbound, z.Zod
6242
6259
  export declare function nextRuleToJSON(nextRule: NextRule): string;
6243
6260
  export declare function nextRuleFromJSON(jsonString: string): SafeParseResult<NextRule, SDKValidationError>;
6244
6261
  /** @internal */
6245
- export declare const OneHundredAndOne$inboundSchema: z.ZodType<OneHundredAndOne, z.ZodTypeDef, unknown>;
6262
+ export declare const OneHundredAndThree$inboundSchema: z.ZodType<OneHundredAndThree, z.ZodTypeDef, unknown>;
6246
6263
  /** @internal */
6247
- export type OneHundredAndOne$Outbound = {
6248
- team: UserEventPayload101Team$Outbound;
6264
+ export type OneHundredAndThree$Outbound = {
6265
+ team: UserEventPayload103Team$Outbound;
6249
6266
  previousRule?: PreviousRule$Outbound | undefined;
6250
6267
  nextRule?: NextRule$Outbound | undefined;
6251
6268
  };
6252
6269
  /** @internal */
6270
+ export declare const OneHundredAndThree$outboundSchema: z.ZodType<OneHundredAndThree$Outbound, z.ZodTypeDef, OneHundredAndThree>;
6271
+ export declare function oneHundredAndThreeToJSON(oneHundredAndThree: OneHundredAndThree): string;
6272
+ export declare function oneHundredAndThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndThree, SDKValidationError>;
6273
+ /** @internal */
6274
+ export declare const OneHundredAndTwo$inboundSchema: z.ZodType<OneHundredAndTwo, z.ZodTypeDef, unknown>;
6275
+ /** @internal */
6276
+ export type OneHundredAndTwo$Outbound = {
6277
+ email: string;
6278
+ };
6279
+ /** @internal */
6280
+ export declare const OneHundredAndTwo$outboundSchema: z.ZodType<OneHundredAndTwo$Outbound, z.ZodTypeDef, OneHundredAndTwo>;
6281
+ export declare function oneHundredAndTwoToJSON(oneHundredAndTwo: OneHundredAndTwo): string;
6282
+ export declare function oneHundredAndTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwo, SDKValidationError>;
6283
+ /** @internal */
6284
+ export declare const OneHundredAndOne$inboundSchema: z.ZodType<OneHundredAndOne, z.ZodTypeDef, unknown>;
6285
+ /** @internal */
6286
+ export type OneHundredAndOne$Outbound = {
6287
+ email: string;
6288
+ verified: boolean;
6289
+ };
6290
+ /** @internal */
6253
6291
  export declare const OneHundredAndOne$outboundSchema: z.ZodType<OneHundredAndOne$Outbound, z.ZodTypeDef, OneHundredAndOne>;
6254
6292
  export declare function oneHundredAndOneToJSON(oneHundredAndOne: OneHundredAndOne): string;
6255
6293
  export declare function oneHundredAndOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndOne, SDKValidationError>;
@@ -6257,7 +6295,8 @@ export declare function oneHundredAndOneFromJSON(jsonString: string): SafeParseR
6257
6295
  export declare const OneHundred$inboundSchema: z.ZodType<OneHundred, z.ZodTypeDef, unknown>;
6258
6296
  /** @internal */
6259
6297
  export type OneHundred$Outbound = {
6260
- email: string;
6298
+ instances: number;
6299
+ url: string;
6261
6300
  };
6262
6301
  /** @internal */
6263
6302
  export declare const OneHundred$outboundSchema: z.ZodType<OneHundred$Outbound, z.ZodTypeDef, OneHundred>;
@@ -6267,8 +6306,9 @@ export declare function oneHundredFromJSON(jsonString: string): SafeParseResult<
6267
6306
  export declare const NinetyNine$inboundSchema: z.ZodType<NinetyNine, z.ZodTypeDef, unknown>;
6268
6307
  /** @internal */
6269
6308
  export type NinetyNine$Outbound = {
6270
- email: string;
6271
- verified: boolean;
6309
+ gitProvider: string;
6310
+ gitProviderGroupDescriptor: string;
6311
+ gitScope: string;
6272
6312
  };
6273
6313
  /** @internal */
6274
6314
  export declare const NinetyNine$outboundSchema: z.ZodType<NinetyNine$Outbound, z.ZodTypeDef, NinetyNine>;
@@ -6278,8 +6318,10 @@ export declare function ninetyNineFromJSON(jsonString: string): SafeParseResult<
6278
6318
  export declare const NinetyEight$inboundSchema: z.ZodType<NinetyEight, z.ZodTypeDef, unknown>;
6279
6319
  /** @internal */
6280
6320
  export type NinetyEight$Outbound = {
6281
- instances: number;
6282
- url: string;
6321
+ projectId: string;
6322
+ projectName: string;
6323
+ targetDeploymentId?: string | undefined;
6324
+ newTargetPercentage?: number | undefined;
6283
6325
  };
6284
6326
  /** @internal */
6285
6327
  export declare const NinetyEight$outboundSchema: z.ZodType<NinetyEight$Outbound, z.ZodTypeDef, NinetyEight>;
@@ -6289,9 +6331,9 @@ export declare function ninetyEightFromJSON(jsonString: string): SafeParseResult
6289
6331
  export declare const NinetySeven$inboundSchema: z.ZodType<NinetySeven, z.ZodTypeDef, unknown>;
6290
6332
  /** @internal */
6291
6333
  export type NinetySeven$Outbound = {
6292
- gitProvider: string;
6293
- gitProviderGroupDescriptor: string;
6294
- gitScope: string;
6334
+ projectId: string;
6335
+ projectName: string;
6336
+ targetDeploymentId?: string | undefined;
6295
6337
  };
6296
6338
  /** @internal */
6297
6339
  export declare const NinetySeven$outboundSchema: z.ZodType<NinetySeven$Outbound, z.ZodTypeDef, NinetySeven>;
@@ -6303,8 +6345,8 @@ export declare const NinetySix$inboundSchema: z.ZodType<NinetySix, z.ZodTypeDef,
6303
6345
  export type NinetySix$Outbound = {
6304
6346
  projectId: string;
6305
6347
  projectName: string;
6306
- targetDeploymentId?: string | undefined;
6307
- newTargetPercentage?: number | undefined;
6348
+ elasticConcurrencyEnabled: boolean;
6349
+ oldElasticConcurrencyEnabled: boolean;
6308
6350
  };
6309
6351
  /** @internal */
6310
6352
  export declare const NinetySix$outboundSchema: z.ZodType<NinetySix$Outbound, z.ZodTypeDef, NinetySix>;
@@ -6316,26 +6358,14 @@ export declare const NinetyFive$inboundSchema: z.ZodType<NinetyFive, z.ZodTypeDe
6316
6358
  export type NinetyFive$Outbound = {
6317
6359
  projectId: string;
6318
6360
  projectName: string;
6319
- targetDeploymentId?: string | undefined;
6361
+ buildMachineType?: string | undefined;
6362
+ oldBuildMachineType?: string | undefined;
6320
6363
  };
6321
6364
  /** @internal */
6322
6365
  export declare const NinetyFive$outboundSchema: z.ZodType<NinetyFive$Outbound, z.ZodTypeDef, NinetyFive>;
6323
6366
  export declare function ninetyFiveToJSON(ninetyFive: NinetyFive): string;
6324
6367
  export declare function ninetyFiveFromJSON(jsonString: string): SafeParseResult<NinetyFive, SDKValidationError>;
6325
6368
  /** @internal */
6326
- export declare const NinetyFour$inboundSchema: z.ZodType<NinetyFour, z.ZodTypeDef, unknown>;
6327
- /** @internal */
6328
- export type NinetyFour$Outbound = {
6329
- projectId: string;
6330
- projectName: string;
6331
- buildMachineType?: string | undefined;
6332
- oldBuildMachineType?: string | undefined;
6333
- };
6334
- /** @internal */
6335
- export declare const NinetyFour$outboundSchema: z.ZodType<NinetyFour$Outbound, z.ZodTypeDef, NinetyFour>;
6336
- export declare function ninetyFourToJSON(ninetyFour: NinetyFour): string;
6337
- export declare function ninetyFourFromJSON(jsonString: string): SafeParseResult<NinetyFour, SDKValidationError>;
6338
- /** @internal */
6339
6369
  export declare const StaticIps$inboundSchema: z.ZodType<StaticIps, z.ZodTypeDef, unknown>;
6340
6370
  /** @internal */
6341
6371
  export type StaticIps$Outbound = {
@@ -6348,21 +6378,21 @@ export declare const StaticIps$outboundSchema: z.ZodType<StaticIps$Outbound, z.Z
6348
6378
  export declare function staticIpsToJSON(staticIps: StaticIps): string;
6349
6379
  export declare function staticIpsFromJSON(jsonString: string): SafeParseResult<StaticIps, SDKValidationError>;
6350
6380
  /** @internal */
6351
- export declare const UserEventPayload93Project$inboundSchema: z.ZodType<UserEventPayload93Project, z.ZodTypeDef, unknown>;
6381
+ export declare const UserEventPayload94Project$inboundSchema: z.ZodType<UserEventPayload94Project, z.ZodTypeDef, unknown>;
6352
6382
  /** @internal */
6353
- export type UserEventPayload93Project$Outbound = {
6383
+ export type UserEventPayload94Project$Outbound = {
6354
6384
  id: string;
6355
6385
  staticIps: StaticIps$Outbound;
6356
6386
  };
6357
6387
  /** @internal */
6358
- export declare const UserEventPayload93Project$outboundSchema: z.ZodType<UserEventPayload93Project$Outbound, z.ZodTypeDef, UserEventPayload93Project>;
6359
- export declare function userEventPayload93ProjectToJSON(userEventPayload93Project: UserEventPayload93Project): string;
6360
- export declare function userEventPayload93ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload93Project, SDKValidationError>;
6388
+ export declare const UserEventPayload94Project$outboundSchema: z.ZodType<UserEventPayload94Project$Outbound, z.ZodTypeDef, UserEventPayload94Project>;
6389
+ export declare function userEventPayload94ProjectToJSON(userEventPayload94Project: UserEventPayload94Project): string;
6390
+ export declare function userEventPayload94ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload94Project, SDKValidationError>;
6361
6391
  /** @internal */
6362
6392
  export declare const Next$inboundSchema: z.ZodType<Next, z.ZodTypeDef, unknown>;
6363
6393
  /** @internal */
6364
6394
  export type Next$Outbound = {
6365
- project: UserEventPayload93Project$Outbound;
6395
+ project: UserEventPayload94Project$Outbound;
6366
6396
  };
6367
6397
  /** @internal */
6368
6398
  export declare const Next$outboundSchema: z.ZodType<Next$Outbound, z.ZodTypeDef, Next>;
@@ -6381,89 +6411,89 @@ export declare const PayloadStaticIps$outboundSchema: z.ZodType<PayloadStaticIps
6381
6411
  export declare function payloadStaticIpsToJSON(payloadStaticIps: PayloadStaticIps): string;
6382
6412
  export declare function payloadStaticIpsFromJSON(jsonString: string): SafeParseResult<PayloadStaticIps, SDKValidationError>;
6383
6413
  /** @internal */
6384
- export declare const UserEventPayload93PreviousProject$inboundSchema: z.ZodType<UserEventPayload93PreviousProject, z.ZodTypeDef, unknown>;
6414
+ export declare const UserEventPayload94PreviousProject$inboundSchema: z.ZodType<UserEventPayload94PreviousProject, z.ZodTypeDef, unknown>;
6385
6415
  /** @internal */
6386
- export type UserEventPayload93PreviousProject$Outbound = {
6416
+ export type UserEventPayload94PreviousProject$Outbound = {
6387
6417
  id: string;
6388
6418
  staticIps: PayloadStaticIps$Outbound;
6389
6419
  };
6390
6420
  /** @internal */
6391
- export declare const UserEventPayload93PreviousProject$outboundSchema: z.ZodType<UserEventPayload93PreviousProject$Outbound, z.ZodTypeDef, UserEventPayload93PreviousProject>;
6392
- export declare function userEventPayload93PreviousProjectToJSON(userEventPayload93PreviousProject: UserEventPayload93PreviousProject): string;
6393
- export declare function userEventPayload93PreviousProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload93PreviousProject, SDKValidationError>;
6421
+ export declare const UserEventPayload94PreviousProject$outboundSchema: z.ZodType<UserEventPayload94PreviousProject$Outbound, z.ZodTypeDef, UserEventPayload94PreviousProject>;
6422
+ export declare function userEventPayload94PreviousProjectToJSON(userEventPayload94PreviousProject: UserEventPayload94PreviousProject): string;
6423
+ export declare function userEventPayload94PreviousProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload94PreviousProject, SDKValidationError>;
6394
6424
  /** @internal */
6395
6425
  export declare const Previous$inboundSchema: z.ZodType<Previous, z.ZodTypeDef, unknown>;
6396
6426
  /** @internal */
6397
6427
  export type Previous$Outbound = {
6398
- project: UserEventPayload93PreviousProject$Outbound;
6428
+ project: UserEventPayload94PreviousProject$Outbound;
6399
6429
  };
6400
6430
  /** @internal */
6401
6431
  export declare const Previous$outboundSchema: z.ZodType<Previous$Outbound, z.ZodTypeDef, Previous>;
6402
6432
  export declare function previousToJSON(previous: Previous): string;
6403
6433
  export declare function previousFromJSON(jsonString: string): SafeParseResult<Previous, SDKValidationError>;
6404
6434
  /** @internal */
6405
- export declare const NinetyThree$inboundSchema: z.ZodType<NinetyThree, z.ZodTypeDef, unknown>;
6435
+ export declare const NinetyFour$inboundSchema: z.ZodType<NinetyFour, z.ZodTypeDef, unknown>;
6406
6436
  /** @internal */
6407
- export type NinetyThree$Outbound = {
6437
+ export type NinetyFour$Outbound = {
6408
6438
  next: Next$Outbound;
6409
6439
  previous: Previous$Outbound;
6410
6440
  };
6411
6441
  /** @internal */
6412
- export declare const NinetyThree$outboundSchema: z.ZodType<NinetyThree$Outbound, z.ZodTypeDef, NinetyThree>;
6413
- export declare function ninetyThreeToJSON(ninetyThree: NinetyThree): string;
6414
- export declare function ninetyThreeFromJSON(jsonString: string): SafeParseResult<NinetyThree, SDKValidationError>;
6442
+ export declare const NinetyFour$outboundSchema: z.ZodType<NinetyFour$Outbound, z.ZodTypeDef, NinetyFour>;
6443
+ export declare function ninetyFourToJSON(ninetyFour: NinetyFour): string;
6444
+ export declare function ninetyFourFromJSON(jsonString: string): SafeParseResult<NinetyFour, SDKValidationError>;
6415
6445
  /** @internal */
6416
- export declare const NinetyTwo$inboundSchema: z.ZodType<NinetyTwo, z.ZodTypeDef, unknown>;
6446
+ export declare const NinetyThree$inboundSchema: z.ZodType<NinetyThree, z.ZodTypeDef, unknown>;
6417
6447
  /** @internal */
6418
- export type NinetyTwo$Outbound = {
6448
+ export type NinetyThree$Outbound = {
6419
6449
  source: string;
6420
6450
  projectId: string;
6421
6451
  };
6422
6452
  /** @internal */
6423
- export declare const NinetyTwo$outboundSchema: z.ZodType<NinetyTwo$Outbound, z.ZodTypeDef, NinetyTwo>;
6424
- export declare function ninetyTwoToJSON(ninetyTwo: NinetyTwo): string;
6425
- export declare function ninetyTwoFromJSON(jsonString: string): SafeParseResult<NinetyTwo, SDKValidationError>;
6453
+ export declare const NinetyThree$outboundSchema: z.ZodType<NinetyThree$Outbound, z.ZodTypeDef, NinetyThree>;
6454
+ export declare function ninetyThreeToJSON(ninetyThree: NinetyThree): string;
6455
+ export declare function ninetyThreeFromJSON(jsonString: string): SafeParseResult<NinetyThree, SDKValidationError>;
6426
6456
  /** @internal */
6427
6457
  export declare const PayloadReasonCode$inboundSchema: z.ZodNativeEnum<typeof PayloadReasonCode>;
6428
6458
  /** @internal */
6429
6459
  export declare const PayloadReasonCode$outboundSchema: z.ZodNativeEnum<typeof PayloadReasonCode>;
6430
6460
  /** @internal */
6431
- export declare const NinetyOne$inboundSchema: z.ZodType<NinetyOne, z.ZodTypeDef, unknown>;
6461
+ export declare const NinetyTwo$inboundSchema: z.ZodType<NinetyTwo, z.ZodTypeDef, unknown>;
6432
6462
  /** @internal */
6433
- export type NinetyOne$Outbound = {
6463
+ export type NinetyTwo$Outbound = {
6434
6464
  projectId: string;
6435
6465
  reasonCode?: string | undefined;
6436
6466
  };
6437
6467
  /** @internal */
6438
- export declare const NinetyOne$outboundSchema: z.ZodType<NinetyOne$Outbound, z.ZodTypeDef, NinetyOne>;
6439
- export declare function ninetyOneToJSON(ninetyOne: NinetyOne): string;
6440
- export declare function ninetyOneFromJSON(jsonString: string): SafeParseResult<NinetyOne, SDKValidationError>;
6468
+ export declare const NinetyTwo$outboundSchema: z.ZodType<NinetyTwo$Outbound, z.ZodTypeDef, NinetyTwo>;
6469
+ export declare function ninetyTwoToJSON(ninetyTwo: NinetyTwo): string;
6470
+ export declare function ninetyTwoFromJSON(jsonString: string): SafeParseResult<NinetyTwo, SDKValidationError>;
6441
6471
  /** @internal */
6442
6472
  export declare const ReasonCode$inboundSchema: z.ZodNativeEnum<typeof ReasonCode>;
6443
6473
  /** @internal */
6444
6474
  export declare const ReasonCode$outboundSchema: z.ZodNativeEnum<typeof ReasonCode>;
6445
6475
  /** @internal */
6446
- export declare const Ninety$inboundSchema: z.ZodType<Ninety, z.ZodTypeDef, unknown>;
6476
+ export declare const NinetyOne$inboundSchema: z.ZodType<NinetyOne, z.ZodTypeDef, unknown>;
6447
6477
  /** @internal */
6448
- export type Ninety$Outbound = {
6478
+ export type NinetyOne$Outbound = {
6449
6479
  projectId: string;
6450
6480
  reasonCode?: string | undefined;
6451
6481
  };
6452
6482
  /** @internal */
6453
- export declare const Ninety$outboundSchema: z.ZodType<Ninety$Outbound, z.ZodTypeDef, Ninety>;
6454
- export declare function ninetyToJSON(ninety: Ninety): string;
6455
- export declare function ninetyFromJSON(jsonString: string): SafeParseResult<Ninety, SDKValidationError>;
6483
+ export declare const NinetyOne$outboundSchema: z.ZodType<NinetyOne$Outbound, z.ZodTypeDef, NinetyOne>;
6484
+ export declare function ninetyOneToJSON(ninetyOne: NinetyOne): string;
6485
+ export declare function ninetyOneFromJSON(jsonString: string): SafeParseResult<NinetyOne, SDKValidationError>;
6456
6486
  /** @internal */
6457
- export declare const UserEventPayload89Team$inboundSchema: z.ZodType<UserEventPayload89Team, z.ZodTypeDef, unknown>;
6487
+ export declare const UserEventPayload90Team$inboundSchema: z.ZodType<UserEventPayload90Team, z.ZodTypeDef, unknown>;
6458
6488
  /** @internal */
6459
- export type UserEventPayload89Team$Outbound = {
6489
+ export type UserEventPayload90Team$Outbound = {
6460
6490
  id: string;
6461
6491
  name: string;
6462
6492
  };
6463
6493
  /** @internal */
6464
- export declare const UserEventPayload89Team$outboundSchema: z.ZodType<UserEventPayload89Team$Outbound, z.ZodTypeDef, UserEventPayload89Team>;
6465
- export declare function userEventPayload89TeamToJSON(userEventPayload89Team: UserEventPayload89Team): string;
6466
- export declare function userEventPayload89TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload89Team, SDKValidationError>;
6494
+ export declare const UserEventPayload90Team$outboundSchema: z.ZodType<UserEventPayload90Team$Outbound, z.ZodTypeDef, UserEventPayload90Team>;
6495
+ export declare function userEventPayload90TeamToJSON(userEventPayload90Team: UserEventPayload90Team): string;
6496
+ export declare function userEventPayload90TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload90Team, SDKValidationError>;
6467
6497
  /** @internal */
6468
6498
  export declare const EnvId2$inboundSchema: z.ZodNativeEnum<typeof EnvId2>;
6469
6499
  /** @internal */
@@ -6545,55 +6575,55 @@ export declare const NewConnectConfigurations$outboundSchema: z.ZodType<NewConne
6545
6575
  export declare function newConnectConfigurationsToJSON(newConnectConfigurations: NewConnectConfigurations): string;
6546
6576
  export declare function newConnectConfigurationsFromJSON(jsonString: string): SafeParseResult<NewConnectConfigurations, SDKValidationError>;
6547
6577
  /** @internal */
6548
- export declare const UserEventPayload89Project$inboundSchema: z.ZodType<UserEventPayload89Project, z.ZodTypeDef, unknown>;
6578
+ export declare const UserEventPayload90Project$inboundSchema: z.ZodType<UserEventPayload90Project, z.ZodTypeDef, unknown>;
6549
6579
  /** @internal */
6550
- export type UserEventPayload89Project$Outbound = {
6580
+ export type UserEventPayload90Project$Outbound = {
6551
6581
  id: string;
6552
6582
  name?: string | undefined;
6553
6583
  oldConnectConfigurations: Array<OldConnectConfigurations$Outbound> | null;
6554
6584
  newConnectConfigurations: Array<NewConnectConfigurations$Outbound> | null;
6555
6585
  };
6556
6586
  /** @internal */
6557
- export declare const UserEventPayload89Project$outboundSchema: z.ZodType<UserEventPayload89Project$Outbound, z.ZodTypeDef, UserEventPayload89Project>;
6558
- export declare function userEventPayload89ProjectToJSON(userEventPayload89Project: UserEventPayload89Project): string;
6559
- export declare function userEventPayload89ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload89Project, SDKValidationError>;
6587
+ export declare const UserEventPayload90Project$outboundSchema: z.ZodType<UserEventPayload90Project$Outbound, z.ZodTypeDef, UserEventPayload90Project>;
6588
+ export declare function userEventPayload90ProjectToJSON(userEventPayload90Project: UserEventPayload90Project): string;
6589
+ export declare function userEventPayload90ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload90Project, SDKValidationError>;
6560
6590
  /** @internal */
6561
- export declare const EightyNine$inboundSchema: z.ZodType<EightyNine, z.ZodTypeDef, unknown>;
6591
+ export declare const Ninety$inboundSchema: z.ZodType<Ninety, z.ZodTypeDef, unknown>;
6562
6592
  /** @internal */
6563
- export type EightyNine$Outbound = {
6564
- team: UserEventPayload89Team$Outbound;
6565
- project: UserEventPayload89Project$Outbound;
6593
+ export type Ninety$Outbound = {
6594
+ team: UserEventPayload90Team$Outbound;
6595
+ project: UserEventPayload90Project$Outbound;
6566
6596
  };
6567
6597
  /** @internal */
6568
- export declare const EightyNine$outboundSchema: z.ZodType<EightyNine$Outbound, z.ZodTypeDef, EightyNine>;
6569
- export declare function eightyNineToJSON(eightyNine: EightyNine): string;
6570
- export declare function eightyNineFromJSON(jsonString: string): SafeParseResult<EightyNine, SDKValidationError>;
6598
+ export declare const Ninety$outboundSchema: z.ZodType<Ninety$Outbound, z.ZodTypeDef, Ninety>;
6599
+ export declare function ninetyToJSON(ninety: Ninety): string;
6600
+ export declare function ninetyFromJSON(jsonString: string): SafeParseResult<Ninety, SDKValidationError>;
6571
6601
  /** @internal */
6572
- export declare const EightyEight$inboundSchema: z.ZodType<EightyEight, z.ZodTypeDef, unknown>;
6602
+ export declare const EightyNine$inboundSchema: z.ZodType<EightyNine, z.ZodTypeDef, unknown>;
6573
6603
  /** @internal */
6574
- export type EightyEight$Outbound = {
6604
+ export type EightyNine$Outbound = {
6575
6605
  name: string;
6576
6606
  ownerId: string;
6577
6607
  };
6578
6608
  /** @internal */
6579
- export declare const EightyEight$outboundSchema: z.ZodType<EightyEight$Outbound, z.ZodTypeDef, EightyEight>;
6580
- export declare function eightyEightToJSON(eightyEight: EightyEight): string;
6581
- export declare function eightyEightFromJSON(jsonString: string): SafeParseResult<EightyEight, SDKValidationError>;
6609
+ export declare const EightyNine$outboundSchema: z.ZodType<EightyNine$Outbound, z.ZodTypeDef, EightyNine>;
6610
+ export declare function eightyNineToJSON(eightyNine: EightyNine): string;
6611
+ export declare function eightyNineFromJSON(jsonString: string): SafeParseResult<EightyNine, SDKValidationError>;
6582
6612
  /** @internal */
6583
- export declare const UserEventPayload87Action$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload87Action>;
6613
+ export declare const UserEventPayload88Action$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload88Action>;
6584
6614
  /** @internal */
6585
- export declare const UserEventPayload87Action$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload87Action>;
6615
+ export declare const UserEventPayload88Action$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload88Action>;
6586
6616
  /** @internal */
6587
- export declare const EightySeven$inboundSchema: z.ZodType<EightySeven, z.ZodTypeDef, unknown>;
6617
+ export declare const EightyEight$inboundSchema: z.ZodType<EightyEight, z.ZodTypeDef, unknown>;
6588
6618
  /** @internal */
6589
- export type EightySeven$Outbound = {
6619
+ export type EightyEight$Outbound = {
6590
6620
  projectName: string;
6591
6621
  action: string;
6592
- };
6593
- /** @internal */
6594
- export declare const EightySeven$outboundSchema: z.ZodType<EightySeven$Outbound, z.ZodTypeDef, EightySeven>;
6595
- export declare function eightySevenToJSON(eightySeven: EightySeven): string;
6596
- export declare function eightySevenFromJSON(jsonString: string): SafeParseResult<EightySeven, SDKValidationError>;
6622
+ };
6623
+ /** @internal */
6624
+ export declare const EightyEight$outboundSchema: z.ZodType<EightyEight$Outbound, z.ZodTypeDef, EightyEight>;
6625
+ export declare function eightyEightToJSON(eightyEight: EightyEight): string;
6626
+ export declare function eightyEightFromJSON(jsonString: string): SafeParseResult<EightyEight, SDKValidationError>;
6597
6627
  /** @internal */
6598
6628
  export declare const Paths$inboundSchema: z.ZodType<Paths, z.ZodTypeDef, unknown>;
6599
6629
  /** @internal */
@@ -6635,17 +6665,17 @@ export declare const OldOptionsAllowlist$outboundSchema: z.ZodType<OldOptionsAll
6635
6665
  export declare function oldOptionsAllowlistToJSON(oldOptionsAllowlist: OldOptionsAllowlist): string;
6636
6666
  export declare function oldOptionsAllowlistFromJSON(jsonString: string): SafeParseResult<OldOptionsAllowlist, SDKValidationError>;
6637
6667
  /** @internal */
6638
- export declare const EightySix$inboundSchema: z.ZodType<EightySix, z.ZodTypeDef, unknown>;
6668
+ export declare const EightySeven$inboundSchema: z.ZodType<EightySeven, z.ZodTypeDef, unknown>;
6639
6669
  /** @internal */
6640
- export type EightySix$Outbound = {
6670
+ export type EightySeven$Outbound = {
6641
6671
  projectName: string;
6642
6672
  optionsAllowlist?: OptionsAllowlist$Outbound | null | undefined;
6643
6673
  oldOptionsAllowlist?: OldOptionsAllowlist$Outbound | null | undefined;
6644
6674
  };
6645
6675
  /** @internal */
6646
- export declare const EightySix$outboundSchema: z.ZodType<EightySix$Outbound, z.ZodTypeDef, EightySix>;
6647
- export declare function eightySixToJSON(eightySix: EightySix): string;
6648
- export declare function eightySixFromJSON(jsonString: string): SafeParseResult<EightySix, SDKValidationError>;
6676
+ export declare const EightySeven$outboundSchema: z.ZodType<EightySeven$Outbound, z.ZodTypeDef, EightySeven>;
6677
+ export declare function eightySevenToJSON(eightySeven: EightySeven): string;
6678
+ export declare function eightySevenFromJSON(jsonString: string): SafeParseResult<EightySeven, SDKValidationError>;
6649
6679
  /** @internal */
6650
6680
  export declare const TrustedIps$inboundSchema: z.ZodNativeEnum<typeof TrustedIps>;
6651
6681
  /** @internal */
@@ -6655,9 +6685,9 @@ export declare const OldTrustedIps$inboundSchema: z.ZodNativeEnum<typeof OldTrus
6655
6685
  /** @internal */
6656
6686
  export declare const OldTrustedIps$outboundSchema: z.ZodNativeEnum<typeof OldTrustedIps>;
6657
6687
  /** @internal */
6658
- export declare const EightyFive$inboundSchema: z.ZodType<EightyFive, z.ZodTypeDef, unknown>;
6688
+ export declare const EightySix$inboundSchema: z.ZodType<EightySix, z.ZodTypeDef, unknown>;
6659
6689
  /** @internal */
6660
- export type EightyFive$Outbound = {
6690
+ export type EightySix$Outbound = {
6661
6691
  projectName: string;
6662
6692
  trustedIps?: string | null | undefined;
6663
6693
  oldTrustedIps?: string | null | undefined;
@@ -6665,9 +6695,9 @@ export type EightyFive$Outbound = {
6665
6695
  removedAddresses?: Array<string> | null | undefined;
6666
6696
  };
6667
6697
  /** @internal */
6668
- export declare const EightyFive$outboundSchema: z.ZodType<EightyFive$Outbound, z.ZodTypeDef, EightyFive>;
6669
- export declare function eightyFiveToJSON(eightyFive: EightyFive): string;
6670
- export declare function eightyFiveFromJSON(jsonString: string): SafeParseResult<EightyFive, SDKValidationError>;
6698
+ export declare const EightySix$outboundSchema: z.ZodType<EightySix$Outbound, z.ZodTypeDef, EightySix>;
6699
+ export declare function eightySixToJSON(eightySix: EightySix): string;
6700
+ export declare function eightySixFromJSON(jsonString: string): SafeParseResult<EightySix, SDKValidationError>;
6671
6701
  /** @internal */
6672
6702
  export declare const PasswordProtection2$inboundSchema: z.ZodNativeEnum<typeof PasswordProtection2>;
6673
6703
  /** @internal */
@@ -6721,17 +6751,17 @@ export declare const OldPasswordProtection$outboundSchema: z.ZodType<OldPassword
6721
6751
  export declare function oldPasswordProtectionToJSON(oldPasswordProtection: OldPasswordProtection): string;
6722
6752
  export declare function oldPasswordProtectionFromJSON(jsonString: string): SafeParseResult<OldPasswordProtection, SDKValidationError>;
6723
6753
  /** @internal */
6724
- export declare const EightyFour$inboundSchema: z.ZodType<EightyFour, z.ZodTypeDef, unknown>;
6754
+ export declare const EightyFive$inboundSchema: z.ZodType<EightyFive, z.ZodTypeDef, unknown>;
6725
6755
  /** @internal */
6726
- export type EightyFour$Outbound = {
6756
+ export type EightyFive$Outbound = {
6727
6757
  projectName: string;
6728
6758
  passwordProtection: PasswordProtection1$Outbound | string | null;
6729
6759
  oldPasswordProtection: OldPasswordProtection1$Outbound | string | null;
6730
6760
  };
6731
6761
  /** @internal */
6732
- export declare const EightyFour$outboundSchema: z.ZodType<EightyFour$Outbound, z.ZodTypeDef, EightyFour>;
6733
- export declare function eightyFourToJSON(eightyFour: EightyFour): string;
6734
- export declare function eightyFourFromJSON(jsonString: string): SafeParseResult<EightyFour, SDKValidationError>;
6762
+ export declare const EightyFive$outboundSchema: z.ZodType<EightyFive$Outbound, z.ZodTypeDef, EightyFive>;
6763
+ export declare function eightyFiveToJSON(eightyFive: EightyFive): string;
6764
+ export declare function eightyFiveFromJSON(jsonString: string): SafeParseResult<EightyFive, SDKValidationError>;
6735
6765
  /** @internal */
6736
6766
  export declare const SsoProtection2$inboundSchema: z.ZodNativeEnum<typeof SsoProtection2>;
6737
6767
  /** @internal */
@@ -6785,32 +6815,32 @@ export declare const OldSsoProtection$outboundSchema: z.ZodType<OldSsoProtection
6785
6815
  export declare function oldSsoProtectionToJSON(oldSsoProtection: OldSsoProtection): string;
6786
6816
  export declare function oldSsoProtectionFromJSON(jsonString: string): SafeParseResult<OldSsoProtection, SDKValidationError>;
6787
6817
  /** @internal */
6788
- export declare const EightyThree$inboundSchema: z.ZodType<EightyThree, z.ZodTypeDef, unknown>;
6818
+ export declare const EightyFour$inboundSchema: z.ZodType<EightyFour, z.ZodTypeDef, unknown>;
6789
6819
  /** @internal */
6790
- export type EightyThree$Outbound = {
6820
+ export type EightyFour$Outbound = {
6791
6821
  projectName: string;
6792
6822
  ssoProtection: SsoProtection1$Outbound | string | null;
6793
6823
  oldSsoProtection: OldSsoProtection1$Outbound | string | null;
6794
6824
  };
6795
6825
  /** @internal */
6796
- export declare const EightyThree$outboundSchema: z.ZodType<EightyThree$Outbound, z.ZodTypeDef, EightyThree>;
6797
- export declare function eightyThreeToJSON(eightyThree: EightyThree): string;
6798
- export declare function eightyThreeFromJSON(jsonString: string): SafeParseResult<EightyThree, SDKValidationError>;
6826
+ export declare const EightyFour$outboundSchema: z.ZodType<EightyFour$Outbound, z.ZodTypeDef, EightyFour>;
6827
+ export declare function eightyFourToJSON(eightyFour: EightyFour): string;
6828
+ export declare function eightyFourFromJSON(jsonString: string): SafeParseResult<EightyFour, SDKValidationError>;
6799
6829
  /** @internal */
6800
- export declare const EightyTwo$inboundSchema: z.ZodType<EightyTwo, z.ZodTypeDef, unknown>;
6830
+ export declare const EightyThree$inboundSchema: z.ZodType<EightyThree, z.ZodTypeDef, unknown>;
6801
6831
  /** @internal */
6802
- export type EightyTwo$Outbound = {
6832
+ export type EightyThree$Outbound = {
6803
6833
  projectName?: string | undefined;
6804
6834
  projectId: string;
6805
6835
  };
6806
6836
  /** @internal */
6807
- export declare const EightyTwo$outboundSchema: z.ZodType<EightyTwo$Outbound, z.ZodTypeDef, EightyTwo>;
6808
- export declare function eightyTwoToJSON(eightyTwo: EightyTwo): string;
6809
- export declare function eightyTwoFromJSON(jsonString: string): SafeParseResult<EightyTwo, SDKValidationError>;
6837
+ export declare const EightyThree$outboundSchema: z.ZodType<EightyThree$Outbound, z.ZodTypeDef, EightyThree>;
6838
+ export declare function eightyThreeToJSON(eightyThree: EightyThree): string;
6839
+ export declare function eightyThreeFromJSON(jsonString: string): SafeParseResult<EightyThree, SDKValidationError>;
6810
6840
  /** @internal */
6811
- export declare const EightyOne$inboundSchema: z.ZodType<EightyOne, z.ZodTypeDef, unknown>;
6841
+ export declare const EightyTwo$inboundSchema: z.ZodType<EightyTwo, z.ZodTypeDef, unknown>;
6812
6842
  /** @internal */
6813
- export type EightyOne$Outbound = {
6843
+ export type EightyTwo$Outbound = {
6814
6844
  projectName?: string | undefined;
6815
6845
  projectId: string;
6816
6846
  projectAnalytics?: {
@@ -6821,9 +6851,9 @@ export type EightyOne$Outbound = {
6821
6851
  } | null | undefined;
6822
6852
  };
6823
6853
  /** @internal */
6824
- export declare const EightyOne$outboundSchema: z.ZodType<EightyOne$Outbound, z.ZodTypeDef, EightyOne>;
6825
- export declare function eightyOneToJSON(eightyOne: EightyOne): string;
6826
- export declare function eightyOneFromJSON(jsonString: string): SafeParseResult<EightyOne, SDKValidationError>;
6854
+ export declare const EightyTwo$outboundSchema: z.ZodType<EightyTwo$Outbound, z.ZodTypeDef, EightyTwo>;
6855
+ export declare function eightyTwoToJSON(eightyTwo: EightyTwo): string;
6856
+ export declare function eightyTwoFromJSON(jsonString: string): SafeParseResult<EightyTwo, SDKValidationError>;
6827
6857
  /** @internal */
6828
6858
  export declare const ProjectAnalytics$inboundSchema: z.ZodType<ProjectAnalytics, z.ZodTypeDef, unknown>;
6829
6859
  /** @internal */
@@ -6857,33 +6887,33 @@ export declare const PrevProjectAnalytics$outboundSchema: z.ZodType<PrevProjectA
6857
6887
  export declare function prevProjectAnalyticsToJSON(prevProjectAnalytics: PrevProjectAnalytics): string;
6858
6888
  export declare function prevProjectAnalyticsFromJSON(jsonString: string): SafeParseResult<PrevProjectAnalytics, SDKValidationError>;
6859
6889
  /** @internal */
6860
- export declare const Eighty$inboundSchema: z.ZodType<Eighty, z.ZodTypeDef, unknown>;
6890
+ export declare const EightyOne$inboundSchema: z.ZodType<EightyOne, z.ZodTypeDef, unknown>;
6861
6891
  /** @internal */
6862
- export type Eighty$Outbound = {
6892
+ export type EightyOne$Outbound = {
6863
6893
  projectName?: string | undefined;
6864
6894
  projectId: string;
6865
6895
  projectAnalytics: ProjectAnalytics$Outbound | null;
6866
6896
  prevProjectAnalytics: PrevProjectAnalytics$Outbound | null;
6867
6897
  };
6868
6898
  /** @internal */
6869
- export declare const Eighty$outboundSchema: z.ZodType<Eighty$Outbound, z.ZodTypeDef, Eighty>;
6870
- export declare function eightyToJSON(eighty: Eighty): string;
6871
- export declare function eightyFromJSON(jsonString: string): SafeParseResult<Eighty, SDKValidationError>;
6899
+ export declare const EightyOne$outboundSchema: z.ZodType<EightyOne$Outbound, z.ZodTypeDef, EightyOne>;
6900
+ export declare function eightyOneToJSON(eightyOne: EightyOne): string;
6901
+ export declare function eightyOneFromJSON(jsonString: string): SafeParseResult<EightyOne, SDKValidationError>;
6872
6902
  /** @internal */
6873
- export declare const SeventyNine$inboundSchema: z.ZodType<SeventyNine, z.ZodTypeDef, unknown>;
6903
+ export declare const Eighty$inboundSchema: z.ZodType<Eighty, z.ZodTypeDef, unknown>;
6874
6904
  /** @internal */
6875
- export type SeventyNine$Outbound = {
6905
+ export type Eighty$Outbound = {
6876
6906
  projectName: string;
6877
6907
  branch: string;
6878
6908
  };
6879
6909
  /** @internal */
6880
- export declare const SeventyNine$outboundSchema: z.ZodType<SeventyNine$Outbound, z.ZodTypeDef, SeventyNine>;
6881
- export declare function seventyNineToJSON(seventyNine: SeventyNine): string;
6882
- export declare function seventyNineFromJSON(jsonString: string): SafeParseResult<SeventyNine, SDKValidationError>;
6910
+ export declare const Eighty$outboundSchema: z.ZodType<Eighty$Outbound, z.ZodTypeDef, Eighty>;
6911
+ export declare function eightyToJSON(eighty: Eighty): string;
6912
+ export declare function eightyFromJSON(jsonString: string): SafeParseResult<Eighty, SDKValidationError>;
6883
6913
  /** @internal */
6884
- export declare const UserEventPayload78Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload78Role>;
6914
+ export declare const UserEventPayload79Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload79Role>;
6885
6915
  /** @internal */
6886
- export declare const UserEventPayload78Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload78Role>;
6916
+ export declare const UserEventPayload79Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload79Role>;
6887
6917
  /** @internal */
6888
6918
  export declare const PayloadOrigin$inboundSchema: z.ZodNativeEnum<typeof PayloadOrigin>;
6889
6919
  /** @internal */
@@ -6930,9 +6960,9 @@ export declare const RemovedUsers$outboundSchema: z.ZodType<RemovedUsers$Outboun
6930
6960
  export declare function removedUsersToJSON(removedUsers: RemovedUsers): string;
6931
6961
  export declare function removedUsersFromJSON(jsonString: string): SafeParseResult<RemovedUsers, SDKValidationError>;
6932
6962
  /** @internal */
6933
- export declare const SeventyEight$inboundSchema: z.ZodType<SeventyEight, z.ZodTypeDef, unknown>;
6963
+ export declare const SeventyNine$inboundSchema: z.ZodType<SeventyNine, z.ZodTypeDef, unknown>;
6934
6964
  /** @internal */
6935
- export type SeventyEight$Outbound = {
6965
+ export type SeventyNine$Outbound = {
6936
6966
  plan: string;
6937
6967
  removedUsers?: {
6938
6968
  [k: string]: RemovedUsers$Outbound;
@@ -6949,6 +6979,16 @@ export type SeventyEight$Outbound = {
6949
6979
  removedMemberCount?: number | undefined;
6950
6980
  };
6951
6981
  /** @internal */
6982
+ export declare const SeventyNine$outboundSchema: z.ZodType<SeventyNine$Outbound, z.ZodTypeDef, SeventyNine>;
6983
+ export declare function seventyNineToJSON(seventyNine: SeventyNine): string;
6984
+ export declare function seventyNineFromJSON(jsonString: string): SafeParseResult<SeventyNine, SDKValidationError>;
6985
+ /** @internal */
6986
+ export declare const SeventyEight$inboundSchema: z.ZodType<SeventyEight, z.ZodTypeDef, unknown>;
6987
+ /** @internal */
6988
+ export type SeventyEight$Outbound = {
6989
+ projectName: string;
6990
+ };
6991
+ /** @internal */
6952
6992
  export declare const SeventyEight$outboundSchema: z.ZodType<SeventyEight$Outbound, z.ZodTypeDef, SeventyEight>;
6953
6993
  export declare function seventyEightToJSON(seventyEight: SeventyEight): string;
6954
6994
  export declare function seventyEightFromJSON(jsonString: string): SafeParseResult<SeventyEight, SDKValidationError>;
@@ -6956,6 +6996,8 @@ export declare function seventyEightFromJSON(jsonString: string): SafeParseResul
6956
6996
  export declare const SeventySeven$inboundSchema: z.ZodType<SeventySeven, z.ZodTypeDef, unknown>;
6957
6997
  /** @internal */
6958
6998
  export type SeventySeven$Outbound = {
6999
+ projectId: string;
7000
+ toDeploymentId: string;
6959
7001
  projectName: string;
6960
7002
  };
6961
7003
  /** @internal */
@@ -6966,9 +7008,8 @@ export declare function seventySevenFromJSON(jsonString: string): SafeParseResul
6966
7008
  export declare const SeventySix$inboundSchema: z.ZodType<SeventySix, z.ZodTypeDef, unknown>;
6967
7009
  /** @internal */
6968
7010
  export type SeventySix$Outbound = {
6969
- projectId: string;
6970
- toDeploymentId: string;
6971
- projectName: string;
7011
+ drainUrl: string | null;
7012
+ integrationName?: string | undefined;
6972
7013
  };
6973
7014
  /** @internal */
6974
7015
  export declare const SeventySix$outboundSchema: z.ZodType<SeventySix$Outbound, z.ZodTypeDef, SeventySix>;
@@ -6978,7 +7019,7 @@ export declare function seventySixFromJSON(jsonString: string): SafeParseResult<
6978
7019
  export declare const SeventyFive$inboundSchema: z.ZodType<SeventyFive, z.ZodTypeDef, unknown>;
6979
7020
  /** @internal */
6980
7021
  export type SeventyFive$Outbound = {
6981
- drainUrl: string | null;
7022
+ logDrainUrl: string;
6982
7023
  integrationName?: string | undefined;
6983
7024
  };
6984
7025
  /** @internal */
@@ -6989,7 +7030,7 @@ export declare function seventyFiveFromJSON(jsonString: string): SafeParseResult
6989
7030
  export declare const SeventyFour$inboundSchema: z.ZodType<SeventyFour, z.ZodTypeDef, unknown>;
6990
7031
  /** @internal */
6991
7032
  export type SeventyFour$Outbound = {
6992
- logDrainUrl: string;
7033
+ logDrainUrl: string | null;
6993
7034
  integrationName?: string | undefined;
6994
7035
  };
6995
7036
  /** @internal */
@@ -6997,17 +7038,6 @@ export declare const SeventyFour$outboundSchema: z.ZodType<SeventyFour$Outbound,
6997
7038
  export declare function seventyFourToJSON(seventyFour: SeventyFour): string;
6998
7039
  export declare function seventyFourFromJSON(jsonString: string): SafeParseResult<SeventyFour, SDKValidationError>;
6999
7040
  /** @internal */
7000
- export declare const SeventyThree$inboundSchema: z.ZodType<SeventyThree, z.ZodTypeDef, unknown>;
7001
- /** @internal */
7002
- export type SeventyThree$Outbound = {
7003
- logDrainUrl: string | null;
7004
- integrationName?: string | undefined;
7005
- };
7006
- /** @internal */
7007
- export declare const SeventyThree$outboundSchema: z.ZodType<SeventyThree$Outbound, z.ZodTypeDef, SeventyThree>;
7008
- export declare function seventyThreeToJSON(seventyThree: SeventyThree): string;
7009
- export declare function seventyThreeFromJSON(jsonString: string): SafeParseResult<SeventyThree, SDKValidationError>;
7010
- /** @internal */
7011
7041
  export declare const PayloadName$inboundSchema: z.ZodNativeEnum<typeof PayloadName>;
7012
7042
  /** @internal */
7013
7043
  export declare const PayloadName$outboundSchema: z.ZodNativeEnum<typeof PayloadName>;
@@ -7122,9 +7152,9 @@ export declare const Geolocation$outboundSchema: z.ZodType<Geolocation$Outbound,
7122
7152
  export declare function geolocationToJSON(geolocation: Geolocation): string;
7123
7153
  export declare function geolocationFromJSON(jsonString: string): SafeParseResult<Geolocation, SDKValidationError>;
7124
7154
  /** @internal */
7125
- export declare const SeventyTwo$inboundSchema: z.ZodType<SeventyTwo, z.ZodTypeDef, unknown>;
7155
+ export declare const SeventyThree$inboundSchema: z.ZodType<SeventyThree, z.ZodTypeDef, unknown>;
7126
7156
  /** @internal */
7127
- export type SeventyTwo$Outbound = {
7157
+ export type SeventyThree$Outbound = {
7128
7158
  userAgent?: UserAgent$Outbound | undefined;
7129
7159
  geolocation?: Geolocation$Outbound | null | undefined;
7130
7160
  viaGithub: boolean;
@@ -7140,13 +7170,13 @@ export type SeventyTwo$Outbound = {
7140
7170
  username?: string | undefined;
7141
7171
  };
7142
7172
  /** @internal */
7143
- export declare const SeventyTwo$outboundSchema: z.ZodType<SeventyTwo$Outbound, z.ZodTypeDef, SeventyTwo>;
7144
- export declare function seventyTwoToJSON(seventyTwo: SeventyTwo): string;
7145
- export declare function seventyTwoFromJSON(jsonString: string): SafeParseResult<SeventyTwo, SDKValidationError>;
7173
+ export declare const SeventyThree$outboundSchema: z.ZodType<SeventyThree$Outbound, z.ZodTypeDef, SeventyThree>;
7174
+ export declare function seventyThreeToJSON(seventyThree: SeventyThree): string;
7175
+ export declare function seventyThreeFromJSON(jsonString: string): SafeParseResult<SeventyThree, SDKValidationError>;
7146
7176
  /** @internal */
7147
- export declare const SeventyOne$inboundSchema: z.ZodType<SeventyOne, z.ZodTypeDef, unknown>;
7177
+ export declare const SeventyTwo$inboundSchema: z.ZodType<SeventyTwo, z.ZodTypeDef, unknown>;
7148
7178
  /** @internal */
7149
- export type SeventyOne$Outbound = {
7179
+ export type SeventyTwo$Outbound = {
7150
7180
  integrationId: string;
7151
7181
  configurationId: string;
7152
7182
  integrationSlug: string;
@@ -7156,13 +7186,13 @@ export type SeventyOne$Outbound = {
7156
7186
  confirmedScopes: Array<string>;
7157
7187
  };
7158
7188
  /** @internal */
7159
- export declare const SeventyOne$outboundSchema: z.ZodType<SeventyOne$Outbound, z.ZodTypeDef, SeventyOne>;
7160
- export declare function seventyOneToJSON(seventyOne: SeventyOne): string;
7161
- export declare function seventyOneFromJSON(jsonString: string): SafeParseResult<SeventyOne, SDKValidationError>;
7189
+ export declare const SeventyTwo$outboundSchema: z.ZodType<SeventyTwo$Outbound, z.ZodTypeDef, SeventyTwo>;
7190
+ export declare function seventyTwoToJSON(seventyTwo: SeventyTwo): string;
7191
+ export declare function seventyTwoFromJSON(jsonString: string): SafeParseResult<SeventyTwo, SDKValidationError>;
7162
7192
  /** @internal */
7163
- export declare const Seventy$inboundSchema: z.ZodType<Seventy, z.ZodTypeDef, unknown>;
7193
+ export declare const SeventyOne$inboundSchema: z.ZodType<SeventyOne, z.ZodTypeDef, unknown>;
7164
7194
  /** @internal */
7165
- export type Seventy$Outbound = {
7195
+ export type SeventyOne$Outbound = {
7166
7196
  projectId: string;
7167
7197
  fromDeploymentId: string;
7168
7198
  toDeploymentId: string;
@@ -7170,13 +7200,13 @@ export type Seventy$Outbound = {
7170
7200
  reason?: string | undefined;
7171
7201
  };
7172
7202
  /** @internal */
7173
- export declare const Seventy$outboundSchema: z.ZodType<Seventy$Outbound, z.ZodTypeDef, Seventy>;
7174
- export declare function seventyToJSON(seventy: Seventy): string;
7175
- export declare function seventyFromJSON(jsonString: string): SafeParseResult<Seventy, SDKValidationError>;
7203
+ export declare const SeventyOne$outboundSchema: z.ZodType<SeventyOne$Outbound, z.ZodTypeDef, SeventyOne>;
7204
+ export declare function seventyOneToJSON(seventyOne: SeventyOne): string;
7205
+ export declare function seventyOneFromJSON(jsonString: string): SafeParseResult<SeventyOne, SDKValidationError>;
7176
7206
  /** @internal */
7177
- export declare const SixtyNine$inboundSchema: z.ZodType<SixtyNine, z.ZodTypeDef, unknown>;
7207
+ export declare const Seventy$inboundSchema: z.ZodType<Seventy, z.ZodTypeDef, unknown>;
7178
7208
  /** @internal */
7179
- export type SixtyNine$Outbound = {
7209
+ export type Seventy$Outbound = {
7180
7210
  integrationId: string;
7181
7211
  configurationId: string;
7182
7212
  integrationSlug: string;
@@ -7185,13 +7215,13 @@ export type SixtyNine$Outbound = {
7185
7215
  projectIds?: Array<string> | undefined;
7186
7216
  };
7187
7217
  /** @internal */
7188
- export declare const SixtyNine$outboundSchema: z.ZodType<SixtyNine$Outbound, z.ZodTypeDef, SixtyNine>;
7189
- export declare function sixtyNineToJSON(sixtyNine: SixtyNine): string;
7190
- export declare function sixtyNineFromJSON(jsonString: string): SafeParseResult<SixtyNine, SDKValidationError>;
7218
+ export declare const Seventy$outboundSchema: z.ZodType<Seventy$Outbound, z.ZodTypeDef, Seventy>;
7219
+ export declare function seventyToJSON(seventy: Seventy): string;
7220
+ export declare function seventyFromJSON(jsonString: string): SafeParseResult<Seventy, SDKValidationError>;
7191
7221
  /** @internal */
7192
- export declare const SixtyEight$inboundSchema: z.ZodType<SixtyEight, z.ZodTypeDef, unknown>;
7222
+ export declare const SixtyNine$inboundSchema: z.ZodType<SixtyNine, z.ZodTypeDef, unknown>;
7193
7223
  /** @internal */
7194
- export type SixtyEight$Outbound = {
7224
+ export type SixtyNine$Outbound = {
7195
7225
  integrationId: string;
7196
7226
  configurationId: string;
7197
7227
  integrationSlug: string;
@@ -7201,9 +7231,9 @@ export type SixtyEight$Outbound = {
7201
7231
  billingPlanName?: string | undefined;
7202
7232
  };
7203
7233
  /** @internal */
7204
- export declare const SixtyEight$outboundSchema: z.ZodType<SixtyEight$Outbound, z.ZodTypeDef, SixtyEight>;
7205
- export declare function sixtyEightToJSON(sixtyEight: SixtyEight): string;
7206
- export declare function sixtyEightFromJSON(jsonString: string): SafeParseResult<SixtyEight, SDKValidationError>;
7234
+ export declare const SixtyNine$outboundSchema: z.ZodType<SixtyNine$Outbound, z.ZodTypeDef, SixtyNine>;
7235
+ export declare function sixtyNineToJSON(sixtyNine: SixtyNine): string;
7236
+ export declare function sixtyNineFromJSON(jsonString: string): SafeParseResult<SixtyNine, SDKValidationError>;
7207
7237
  /** @internal */
7208
7238
  export declare const Configurations$inboundSchema: z.ZodType<Configurations, z.ZodTypeDef, unknown>;
7209
7239
  /** @internal */
@@ -7218,20 +7248,20 @@ export declare const Configurations$outboundSchema: z.ZodType<Configurations$Out
7218
7248
  export declare function configurationsToJSON(configurations: Configurations): string;
7219
7249
  export declare function configurationsFromJSON(jsonString: string): SafeParseResult<Configurations, SDKValidationError>;
7220
7250
  /** @internal */
7221
- export declare const SixtySeven$inboundSchema: z.ZodType<SixtySeven, z.ZodTypeDef, unknown>;
7251
+ export declare const SixtyEight$inboundSchema: z.ZodType<SixtyEight, z.ZodTypeDef, unknown>;
7222
7252
  /** @internal */
7223
- export type SixtySeven$Outbound = {
7253
+ export type SixtyEight$Outbound = {
7224
7254
  configurations: Array<Configurations$Outbound>;
7225
7255
  ownerId: string;
7226
7256
  };
7227
7257
  /** @internal */
7228
- export declare const SixtySeven$outboundSchema: z.ZodType<SixtySeven$Outbound, z.ZodTypeDef, SixtySeven>;
7229
- export declare function sixtySevenToJSON(sixtySeven: SixtySeven): string;
7230
- export declare function sixtySevenFromJSON(jsonString: string): SafeParseResult<SixtySeven, SDKValidationError>;
7258
+ export declare const SixtyEight$outboundSchema: z.ZodType<SixtyEight$Outbound, z.ZodTypeDef, SixtyEight>;
7259
+ export declare function sixtyEightToJSON(sixtyEight: SixtyEight): string;
7260
+ export declare function sixtyEightFromJSON(jsonString: string): SafeParseResult<SixtyEight, SDKValidationError>;
7231
7261
  /** @internal */
7232
- export declare const UserEventPayload66Action$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload66Action>;
7262
+ export declare const UserEventPayload67Action$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload67Action>;
7233
7263
  /** @internal */
7234
- export declare const UserEventPayload66Action$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload66Action>;
7264
+ export declare const UserEventPayload67Action$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload67Action>;
7235
7265
  /** @internal */
7236
7266
  export declare const BlockHistory$inboundSchema: z.ZodType<BlockHistory, z.ZodTypeDef, unknown>;
7237
7267
  /** @internal */
@@ -7445,9 +7475,9 @@ export declare const PayloadBuildEntitlements$outboundSchema: z.ZodType<PayloadB
7445
7475
  export declare function payloadBuildEntitlementsToJSON(payloadBuildEntitlements: PayloadBuildEntitlements): string;
7446
7476
  export declare function payloadBuildEntitlementsFromJSON(jsonString: string): SafeParseResult<PayloadBuildEntitlements, SDKValidationError>;
7447
7477
  /** @internal */
7448
- export declare const UserEventPayload66Configuration$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload66Configuration>;
7478
+ export declare const UserEventPayload67Configuration$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload67Configuration>;
7449
7479
  /** @internal */
7450
- export declare const UserEventPayload66Configuration$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload66Configuration>;
7480
+ export declare const UserEventPayload67Configuration$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload67Configuration>;
7451
7481
  /** @internal */
7452
7482
  export declare const PayloadBuildQueue$inboundSchema: z.ZodType<PayloadBuildQueue, z.ZodTypeDef, unknown>;
7453
7483
  /** @internal */
@@ -7616,9 +7646,9 @@ export declare const SiftScores$outboundSchema: z.ZodType<SiftScores$Outbound, z
7616
7646
  export declare function siftScoresToJSON(siftScores: SiftScores): string;
7617
7647
  export declare function siftScoresFromJSON(jsonString: string): SafeParseResult<SiftScores, SDKValidationError>;
7618
7648
  /** @internal */
7619
- export declare const UserEventPayload66Name$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload66Name>;
7649
+ export declare const UserEventPayload67Name$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload67Name>;
7620
7650
  /** @internal */
7621
- export declare const UserEventPayload66Name$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload66Name>;
7651
+ export declare const UserEventPayload67Name$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload67Name>;
7622
7652
  /** @internal */
7623
7653
  export declare const SiftRoute$inboundSchema: z.ZodType<SiftRoute, z.ZodTypeDef, unknown>;
7624
7654
  /** @internal */
@@ -7650,9 +7680,9 @@ export declare const PayloadSoftBlock$outboundSchema: z.ZodType<PayloadSoftBlock
7650
7680
  export declare function payloadSoftBlockToJSON(payloadSoftBlock: PayloadSoftBlock): string;
7651
7681
  export declare function payloadSoftBlockFromJSON(jsonString: string): SafeParseResult<PayloadSoftBlock, SDKValidationError>;
7652
7682
  /** @internal */
7653
- export declare const UserEventPayload66Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload66Role>;
7683
+ export declare const UserEventPayload67Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload67Role>;
7654
7684
  /** @internal */
7655
- export declare const UserEventPayload66Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload66Role>;
7685
+ export declare const UserEventPayload67Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload67Role>;
7656
7686
  /** @internal */
7657
7687
  export declare const PayloadTeamRoles$inboundSchema: z.ZodNativeEnum<typeof PayloadTeamRoles>;
7658
7688
  /** @internal */
@@ -7713,9 +7743,9 @@ export declare const Teams$outboundSchema: z.ZodType<Teams$Outbound, z.ZodTypeDe
7713
7743
  export declare function teamsToJSON(teams: Teams): string;
7714
7744
  export declare function teamsFromJSON(jsonString: string): SafeParseResult<Teams, SDKValidationError>;
7715
7745
  /** @internal */
7716
- export declare const UserEventPayload66Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload66Type>;
7746
+ export declare const UserEventPayload67Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload67Type>;
7717
7747
  /** @internal */
7718
- export declare const UserEventPayload66Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload66Type>;
7748
+ export declare const UserEventPayload67Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload67Type>;
7719
7749
  /** @internal */
7720
7750
  export declare const UsageAlerts$inboundSchema: z.ZodType<UsageAlerts, z.ZodTypeDef, unknown>;
7721
7751
  /** @internal */
@@ -8325,9 +8355,9 @@ export declare const ObservabilityPlus$outboundSchema: z.ZodType<ObservabilityPl
8325
8355
  export declare function observabilityPlusToJSON(observabilityPlus: ObservabilityPlus): string;
8326
8356
  export declare function observabilityPlusFromJSON(jsonString: string): SafeParseResult<ObservabilityPlus, SDKValidationError>;
8327
8357
  /** @internal */
8328
- export declare const UserEventPayload66BlockReason$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload66BlockReason>;
8358
+ export declare const UserEventPayload67BlockReason$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload67BlockReason>;
8329
8359
  /** @internal */
8330
- export declare const UserEventPayload66BlockReason$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload66BlockReason>;
8360
+ export declare const UserEventPayload67BlockReason$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload67BlockReason>;
8331
8361
  /** @internal */
8332
8362
  export declare const UserEventPayloadDataCache$inboundSchema: z.ZodType<UserEventPayloadDataCache, z.ZodTypeDef, unknown>;
8333
8363
  /** @internal */
@@ -8342,9 +8372,9 @@ export declare const UserEventPayloadDataCache$outboundSchema: z.ZodType<UserEve
8342
8372
  export declare function userEventPayloadDataCacheToJSON(userEventPayloadDataCache: UserEventPayloadDataCache): string;
8343
8373
  export declare function userEventPayloadDataCacheFromJSON(jsonString: string): SafeParseResult<UserEventPayloadDataCache, SDKValidationError>;
8344
8374
  /** @internal */
8345
- export declare const UserEventPayload66NewOwnerBlockReason$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload66NewOwnerBlockReason>;
8375
+ export declare const UserEventPayload67NewOwnerBlockReason$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload67NewOwnerBlockReason>;
8346
8376
  /** @internal */
8347
- export declare const UserEventPayload66NewOwnerBlockReason$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload66NewOwnerBlockReason>;
8377
+ export declare const UserEventPayload67NewOwnerBlockReason$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload67NewOwnerBlockReason>;
8348
8378
  /** @internal */
8349
8379
  export declare const PayloadImageOptimizationTransformation$inboundSchema: z.ZodType<PayloadImageOptimizationTransformation, z.ZodTypeDef, unknown>;
8350
8380
  /** @internal */
@@ -8359,9 +8389,9 @@ export declare const PayloadImageOptimizationTransformation$outboundSchema: z.Zo
8359
8389
  export declare function payloadImageOptimizationTransformationToJSON(payloadImageOptimizationTransformation: PayloadImageOptimizationTransformation): string;
8360
8390
  export declare function payloadImageOptimizationTransformationFromJSON(jsonString: string): SafeParseResult<PayloadImageOptimizationTransformation, SDKValidationError>;
8361
8391
  /** @internal */
8362
- export declare const UserEventPayload66NewOwnerFeatureBlocksBlockReason$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload66NewOwnerFeatureBlocksBlockReason>;
8392
+ export declare const UserEventPayload67NewOwnerFeatureBlocksBlockReason$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload67NewOwnerFeatureBlocksBlockReason>;
8363
8393
  /** @internal */
8364
- export declare const UserEventPayload66NewOwnerFeatureBlocksBlockReason$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload66NewOwnerFeatureBlocksBlockReason>;
8394
+ export declare const UserEventPayload67NewOwnerFeatureBlocksBlockReason$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload67NewOwnerFeatureBlocksBlockReason>;
8365
8395
  /** @internal */
8366
8396
  export declare const PayloadSourceImages$inboundSchema: z.ZodType<PayloadSourceImages, z.ZodTypeDef, unknown>;
8367
8397
  /** @internal */
@@ -8376,9 +8406,9 @@ export declare const PayloadSourceImages$outboundSchema: z.ZodType<PayloadSource
8376
8406
  export declare function payloadSourceImagesToJSON(payloadSourceImages: PayloadSourceImages): string;
8377
8407
  export declare function payloadSourceImagesFromJSON(jsonString: string): SafeParseResult<PayloadSourceImages, SDKValidationError>;
8378
8408
  /** @internal */
8379
- export declare const UserEventPayload66NewOwnerFeatureBlocksBlobBlockReason$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload66NewOwnerFeatureBlocksBlobBlockReason>;
8409
+ export declare const UserEventPayload67NewOwnerFeatureBlocksBlobBlockReason$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload67NewOwnerFeatureBlocksBlobBlockReason>;
8380
8410
  /** @internal */
8381
- export declare const UserEventPayload66NewOwnerFeatureBlocksBlobBlockReason$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload66NewOwnerFeatureBlocksBlobBlockReason>;
8411
+ export declare const UserEventPayload67NewOwnerFeatureBlocksBlobBlockReason$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload67NewOwnerFeatureBlocksBlobBlockReason>;
8382
8412
  /** @internal */
8383
8413
  export declare const OverageReason$inboundSchema: z.ZodNativeEnum<typeof OverageReason>;
8384
8414
  /** @internal */
@@ -8398,9 +8428,9 @@ export declare const BlobT$outboundSchema: z.ZodType<BlobT$Outbound, z.ZodTypeDe
8398
8428
  export declare function blobToJSON(blobT: BlobT): string;
8399
8429
  export declare function blobFromJSON(jsonString: string): SafeParseResult<BlobT, SDKValidationError>;
8400
8430
  /** @internal */
8401
- export declare const UserEventPayload66NewOwnerFeatureBlocksPostgresBlockReason$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload66NewOwnerFeatureBlocksPostgresBlockReason>;
8431
+ export declare const UserEventPayload67NewOwnerFeatureBlocksPostgresBlockReason$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload67NewOwnerFeatureBlocksPostgresBlockReason>;
8402
8432
  /** @internal */
8403
- export declare const UserEventPayload66NewOwnerFeatureBlocksPostgresBlockReason$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload66NewOwnerFeatureBlocksPostgresBlockReason>;
8433
+ export declare const UserEventPayload67NewOwnerFeatureBlocksPostgresBlockReason$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload67NewOwnerFeatureBlocksPostgresBlockReason>;
8404
8434
  /** @internal */
8405
8435
  export declare const PayloadOverageReason$inboundSchema: z.ZodNativeEnum<typeof PayloadOverageReason>;
8406
8436
  /** @internal */
@@ -8420,9 +8450,9 @@ export declare const Postgres$outboundSchema: z.ZodType<Postgres$Outbound, z.Zod
8420
8450
  export declare function postgresToJSON(postgres: Postgres): string;
8421
8451
  export declare function postgresFromJSON(jsonString: string): SafeParseResult<Postgres, SDKValidationError>;
8422
8452
  /** @internal */
8423
- export declare const UserEventPayload66NewOwnerFeatureBlocksRedisBlockReason$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload66NewOwnerFeatureBlocksRedisBlockReason>;
8453
+ export declare const UserEventPayload67NewOwnerFeatureBlocksRedisBlockReason$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload67NewOwnerFeatureBlocksRedisBlockReason>;
8424
8454
  /** @internal */
8425
- export declare const UserEventPayload66NewOwnerFeatureBlocksRedisBlockReason$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload66NewOwnerFeatureBlocksRedisBlockReason>;
8455
+ export declare const UserEventPayload67NewOwnerFeatureBlocksRedisBlockReason$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload67NewOwnerFeatureBlocksRedisBlockReason>;
8426
8456
  /** @internal */
8427
8457
  export declare const UserEventPayloadOverageReason$inboundSchema: z.ZodNativeEnum<typeof UserEventPayloadOverageReason>;
8428
8458
  /** @internal */
@@ -8442,9 +8472,9 @@ export declare const Redis$outboundSchema: z.ZodType<Redis$Outbound, z.ZodTypeDe
8442
8472
  export declare function redisToJSON(redis: Redis): string;
8443
8473
  export declare function redisFromJSON(jsonString: string): SafeParseResult<Redis, SDKValidationError>;
8444
8474
  /** @internal */
8445
- export declare const UserEventPayload66NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload66NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason>;
8475
+ export declare const UserEventPayload67NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload67NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason>;
8446
8476
  /** @internal */
8447
- export declare const UserEventPayload66NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload66NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason>;
8477
+ export declare const UserEventPayload67NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload67NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason>;
8448
8478
  /** @internal */
8449
8479
  export declare const MicrofrontendsRequest$inboundSchema: z.ZodType<MicrofrontendsRequest, z.ZodTypeDef, unknown>;
8450
8480
  /** @internal */
@@ -8608,9 +8638,9 @@ export declare const NewOwner$outboundSchema: z.ZodType<NewOwner$Outbound, z.Zod
8608
8638
  export declare function newOwnerToJSON(newOwner: NewOwner): string;
8609
8639
  export declare function newOwnerFromJSON(jsonString: string): SafeParseResult<NewOwner, SDKValidationError>;
8610
8640
  /** @internal */
8611
- export declare const SixtySix$inboundSchema: z.ZodType<SixtySix, z.ZodTypeDef, unknown>;
8641
+ export declare const SixtySeven$inboundSchema: z.ZodType<SixtySeven, z.ZodTypeDef, unknown>;
8612
8642
  /** @internal */
8613
- export type SixtySix$Outbound = {
8643
+ export type SixtySeven$Outbound = {
8614
8644
  userId: string;
8615
8645
  integrationId: string;
8616
8646
  configurationId: string;
@@ -8619,25 +8649,25 @@ export type SixtySix$Outbound = {
8619
8649
  newOwner: NewOwner$Outbound | null;
8620
8650
  };
8621
8651
  /** @internal */
8622
- export declare const SixtySix$outboundSchema: z.ZodType<SixtySix$Outbound, z.ZodTypeDef, SixtySix>;
8623
- export declare function sixtySixToJSON(sixtySix: SixtySix): string;
8624
- export declare function sixtySixFromJSON(jsonString: string): SafeParseResult<SixtySix, SDKValidationError>;
8652
+ export declare const SixtySeven$outboundSchema: z.ZodType<SixtySeven$Outbound, z.ZodTypeDef, SixtySeven>;
8653
+ export declare function sixtySevenToJSON(sixtySeven: SixtySeven): string;
8654
+ export declare function sixtySevenFromJSON(jsonString: string): SafeParseResult<SixtySeven, SDKValidationError>;
8625
8655
  /** @internal */
8626
- export declare const SixtyFive$inboundSchema: z.ZodType<SixtyFive, z.ZodTypeDef, unknown>;
8656
+ export declare const SixtySix$inboundSchema: z.ZodType<SixtySix, z.ZodTypeDef, unknown>;
8627
8657
  /** @internal */
8628
- export type SixtyFive$Outbound = {
8658
+ export type SixtySix$Outbound = {
8629
8659
  integrationId: string;
8630
8660
  integrationSlug: string;
8631
8661
  integrationName: string;
8632
8662
  };
8633
8663
  /** @internal */
8634
- export declare const SixtyFive$outboundSchema: z.ZodType<SixtyFive$Outbound, z.ZodTypeDef, SixtyFive>;
8635
- export declare function sixtyFiveToJSON(sixtyFive: SixtyFive): string;
8636
- export declare function sixtyFiveFromJSON(jsonString: string): SafeParseResult<SixtyFive, SDKValidationError>;
8664
+ export declare const SixtySix$outboundSchema: z.ZodType<SixtySix$Outbound, z.ZodTypeDef, SixtySix>;
8665
+ export declare function sixtySixToJSON(sixtySix: SixtySix): string;
8666
+ export declare function sixtySixFromJSON(jsonString: string): SafeParseResult<SixtySix, SDKValidationError>;
8637
8667
  /** @internal */
8638
- export declare const SixtyFour$inboundSchema: z.ZodType<SixtyFour, z.ZodTypeDef, unknown>;
8668
+ export declare const SixtyFive$inboundSchema: z.ZodType<SixtyFive, z.ZodTypeDef, unknown>;
8639
8669
  /** @internal */
8640
- export type SixtyFour$Outbound = {
8670
+ export type SixtyFive$Outbound = {
8641
8671
  projectId: string;
8642
8672
  prevAttackModeEnabled?: boolean | undefined;
8643
8673
  prevAttackModeActiveUntil?: number | null | undefined;
@@ -8645,13 +8675,13 @@ export type SixtyFour$Outbound = {
8645
8675
  attackModeActiveUntil?: number | null | undefined;
8646
8676
  };
8647
8677
  /** @internal */
8648
- export declare const SixtyFour$outboundSchema: z.ZodType<SixtyFour$Outbound, z.ZodTypeDef, SixtyFour>;
8649
- export declare function sixtyFourToJSON(sixtyFour: SixtyFour): string;
8650
- export declare function sixtyFourFromJSON(jsonString: string): SafeParseResult<SixtyFour, SDKValidationError>;
8678
+ export declare const SixtyFive$outboundSchema: z.ZodType<SixtyFive$Outbound, z.ZodTypeDef, SixtyFive>;
8679
+ export declare function sixtyFiveToJSON(sixtyFive: SixtyFive): string;
8680
+ export declare function sixtyFiveFromJSON(jsonString: string): SafeParseResult<SixtyFive, SDKValidationError>;
8651
8681
  /** @internal */
8652
- export declare const UserEventPayload63Action$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload63Action>;
8682
+ export declare const UserEventPayload64Action$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload64Action>;
8653
8683
  /** @internal */
8654
- export declare const UserEventPayload63Action$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload63Action>;
8684
+ export declare const UserEventPayload64Action$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload64Action>;
8655
8685
  /** @internal */
8656
8686
  export declare const RuleGroups$inboundSchema: z.ZodType<RuleGroups, z.ZodTypeDef, unknown>;
8657
8687
  /** @internal */
@@ -8664,9 +8694,9 @@ export declare const RuleGroups$outboundSchema: z.ZodType<RuleGroups$Outbound, z
8664
8694
  export declare function ruleGroupsToJSON(ruleGroups: RuleGroups): string;
8665
8695
  export declare function ruleGroupsFromJSON(jsonString: string): SafeParseResult<RuleGroups, SDKValidationError>;
8666
8696
  /** @internal */
8667
- export declare const SixtyThree$inboundSchema: z.ZodType<SixtyThree, z.ZodTypeDef, unknown>;
8697
+ export declare const SixtyFour$inboundSchema: z.ZodType<SixtyFour, z.ZodTypeDef, unknown>;
8668
8698
  /** @internal */
8669
- export type SixtyThree$Outbound = {
8699
+ export type SixtyFour$Outbound = {
8670
8700
  projectId: string;
8671
8701
  rulesetName: string;
8672
8702
  ruleGroups: {
@@ -8674,38 +8704,38 @@ export type SixtyThree$Outbound = {
8674
8704
  };
8675
8705
  };
8676
8706
  /** @internal */
8677
- export declare const SixtyThree$outboundSchema: z.ZodType<SixtyThree$Outbound, z.ZodTypeDef, SixtyThree>;
8678
- export declare function sixtyThreeToJSON(sixtyThree: SixtyThree): string;
8679
- export declare function sixtyThreeFromJSON(jsonString: string): SafeParseResult<SixtyThree, SDKValidationError>;
8707
+ export declare const SixtyFour$outboundSchema: z.ZodType<SixtyFour$Outbound, z.ZodTypeDef, SixtyFour>;
8708
+ export declare function sixtyFourToJSON(sixtyFour: SixtyFour): string;
8709
+ export declare function sixtyFourFromJSON(jsonString: string): SafeParseResult<SixtyFour, SDKValidationError>;
8680
8710
  /** @internal */
8681
8711
  export declare const UserEventPayloadAction$inboundSchema: z.ZodNativeEnum<typeof UserEventPayloadAction>;
8682
8712
  /** @internal */
8683
8713
  export declare const UserEventPayloadAction$outboundSchema: z.ZodNativeEnum<typeof UserEventPayloadAction>;
8684
8714
  /** @internal */
8685
- export declare const SixtyTwo$inboundSchema: z.ZodType<SixtyTwo, z.ZodTypeDef, unknown>;
8715
+ export declare const SixtyThree$inboundSchema: z.ZodType<SixtyThree, z.ZodTypeDef, unknown>;
8686
8716
  /** @internal */
8687
- export type SixtyTwo$Outbound = {
8717
+ export type SixtyThree$Outbound = {
8688
8718
  projectId: string;
8689
8719
  rulesetName: string;
8690
8720
  active: boolean;
8691
8721
  action?: string | undefined;
8692
8722
  };
8693
8723
  /** @internal */
8694
- export declare const SixtyTwo$outboundSchema: z.ZodType<SixtyTwo$Outbound, z.ZodTypeDef, SixtyTwo>;
8695
- export declare function sixtyTwoToJSON(sixtyTwo: SixtyTwo): string;
8696
- export declare function sixtyTwoFromJSON(jsonString: string): SafeParseResult<SixtyTwo, SDKValidationError>;
8724
+ export declare const SixtyThree$outboundSchema: z.ZodType<SixtyThree$Outbound, z.ZodTypeDef, SixtyThree>;
8725
+ export declare function sixtyThreeToJSON(sixtyThree: SixtyThree): string;
8726
+ export declare function sixtyThreeFromJSON(jsonString: string): SafeParseResult<SixtyThree, SDKValidationError>;
8697
8727
  /** @internal */
8698
- export declare const SixtyOne$inboundSchema: z.ZodType<SixtyOne, z.ZodTypeDef, unknown>;
8728
+ export declare const SixtyTwo$inboundSchema: z.ZodType<SixtyTwo, z.ZodTypeDef, unknown>;
8699
8729
  /** @internal */
8700
- export type SixtyOne$Outbound = {
8730
+ export type SixtyTwo$Outbound = {
8701
8731
  projectId: string;
8702
8732
  scope: string;
8703
8733
  source: string;
8704
8734
  };
8705
8735
  /** @internal */
8706
- export declare const SixtyOne$outboundSchema: z.ZodType<SixtyOne$Outbound, z.ZodTypeDef, SixtyOne>;
8707
- export declare function sixtyOneToJSON(sixtyOne: SixtyOne): string;
8708
- export declare function sixtyOneFromJSON(jsonString: string): SafeParseResult<SixtyOne, SDKValidationError>;
8736
+ export declare const SixtyTwo$outboundSchema: z.ZodType<SixtyTwo$Outbound, z.ZodTypeDef, SixtyTwo>;
8737
+ export declare function sixtyTwoToJSON(sixtyTwo: SixtyTwo): string;
8738
+ export declare function sixtyTwoFromJSON(jsonString: string): SafeParseResult<SixtyTwo, SDKValidationError>;
8709
8739
  /** @internal */
8710
8740
  export declare const ConfigChanges$inboundSchema: z.ZodType<ConfigChanges, z.ZodTypeDef, unknown>;
8711
8741
  /** @internal */
@@ -8715,9 +8745,9 @@ export declare const ConfigChanges$outboundSchema: z.ZodType<ConfigChanges$Outbo
8715
8745
  export declare function configChangesToJSON(configChanges: ConfigChanges): string;
8716
8746
  export declare function configChangesFromJSON(jsonString: string): SafeParseResult<ConfigChanges, SDKValidationError>;
8717
8747
  /** @internal */
8718
- export declare const Sixty$inboundSchema: z.ZodType<Sixty, z.ZodTypeDef, unknown>;
8748
+ export declare const SixtyOne$inboundSchema: z.ZodType<SixtyOne, z.ZodTypeDef, unknown>;
8719
8749
  /** @internal */
8720
- export type Sixty$Outbound = {
8750
+ export type SixtyOne$Outbound = {
8721
8751
  projectId: string;
8722
8752
  restore: boolean;
8723
8753
  configVersion: number;
@@ -8725,6 +8755,18 @@ export type Sixty$Outbound = {
8725
8755
  configChanges: Array<ConfigChanges$Outbound>;
8726
8756
  };
8727
8757
  /** @internal */
8758
+ export declare const SixtyOne$outboundSchema: z.ZodType<SixtyOne$Outbound, z.ZodTypeDef, SixtyOne>;
8759
+ export declare function sixtyOneToJSON(sixtyOne: SixtyOne): string;
8760
+ export declare function sixtyOneFromJSON(jsonString: string): SafeParseResult<SixtyOne, SDKValidationError>;
8761
+ /** @internal */
8762
+ export declare const Sixty$inboundSchema: z.ZodType<Sixty, z.ZodTypeDef, unknown>;
8763
+ /** @internal */
8764
+ export type Sixty$Outbound = {
8765
+ enabled: boolean;
8766
+ updatedAt: number;
8767
+ firstEnabledAt?: number | undefined;
8768
+ };
8769
+ /** @internal */
8728
8770
  export declare const Sixty$outboundSchema: z.ZodType<Sixty$Outbound, z.ZodTypeDef, Sixty>;
8729
8771
  export declare function sixtyToJSON(sixty: Sixty): string;
8730
8772
  export declare function sixtyFromJSON(jsonString: string): SafeParseResult<Sixty, SDKValidationError>;
@@ -9966,7 +10008,7 @@ export declare function payload1FromJSON(jsonString: string): SafeParseResult<Pa
9966
10008
  /** @internal */
9967
10009
  export declare const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown>;
9968
10010
  /** @internal */
9969
- export type Payload$Outbound = SeventyTwo$Outbound | SixtyEight$Outbound | SeventyOne$Outbound | FortyTwo$Outbound | FortyThree$Outbound | FiftyFive$Outbound | Sixty$Outbound | SixtySix$Outbound | SixtyNine$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndSixtyEight$Outbound | Payload2$Outbound | FortySeven$Outbound | Seventy$Outbound | OneHundredAndSix$Outbound | OneHundredAndFortyEight$Outbound | Twelve$Outbound | Sixteen$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyThree$Outbound | ThirtyFour$Outbound | FortyOne$Outbound | Fifty$Outbound | FiftyOne$Outbound | FiftyTwo$Outbound | SixtyOne$Outbound | SixtyTwo$Outbound | SixtyThree$Outbound | SixtyFive$Outbound | SeventySix$Outbound | Eighty$Outbound | EightyThree$Outbound | EightyFour$Outbound | NinetySeven$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortySeven$Outbound | OneHundredAndFortyNine$Outbound | OneHundredAndFiftyOne$Outbound | OneHundredAndFiftyFour$Outbound | OneHundredAndSixtyFive$Outbound | OneHundredAndSixtySix$Outbound | OneHundredAndSixtySeven$Outbound | Four$Outbound | Five$Outbound | Six$Outbound | Seventeen$Outbound | Eighteen$Outbound | TwentyThree$Outbound | TwentyNine$Outbound | ThirtySix$Outbound | ThirtySeven$Outbound | ThirtyEight$Outbound | FortyFive$Outbound | FortySix$Outbound | FortyNine$Outbound | FiftySix$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | SeventyNine$Outbound | EightySeven$Outbound | EightyEight$Outbound | EightyNine$Outbound | NinetyTwo$Outbound | NinetyThree$Outbound | NinetyFour$Outbound | NinetyFive$Outbound | NinetySix$Outbound | NinetyEight$Outbound | NinetyNine$Outbound | OneHundredAndTwo$Outbound | OneHundredAndThree$Outbound | OneHundredAndFour$Outbound | OneHundredAndEleven$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentyOne$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortyTwo$Outbound | OneHundredAndFortyThree$Outbound | OneHundredAndFortyFive$Outbound | OneHundredAndFortySix$Outbound | OneHundredAndFiftyTwo$Outbound | OneHundredAndFiftyThree$Outbound | OneHundredAndFiftyFive$Outbound | OneHundredAndFiftySeven$Outbound | OneHundredAndFiftyEight$Outbound | OneHundredAndFiftyNine$Outbound | Three$Outbound | Fifteen$Outbound | Twenty$Outbound | TwentyTwo$Outbound | TwentyFour$Outbound | TwentyEight$Outbound | Thirty$Outbound | ThirtyFive$Outbound | ThirtyNine$Outbound | Forty$Outbound | FortyFour$Outbound | FortyEight$Outbound | FiftyThree$Outbound | FiftyFour$Outbound | SeventyThree$Outbound | SeventyFour$Outbound | SeventyFive$Outbound | SeventySeven$Outbound | SeventyEight$Outbound | EightyOne$Outbound | EightyTwo$Outbound | EightyFive$Outbound | EightySix$Outbound | Ninety$Outbound | NinetyOne$Outbound | OneHundred$Outbound | OneHundredAndOne$Outbound | OneHundredAndFive$Outbound | OneHundredAndSeven$Outbound | OneHundredAndEight$Outbound | OneHundredAndNine$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndFortyFour$Outbound | OneHundredAndFifty$Outbound | OneHundredAndFiftySix$Outbound | OneHundredAndSixty$Outbound | OneHundredAndSixtyOne$Outbound | OneHundredAndSixtyTwo$Outbound | OneHundredAndSixtyThree$Outbound | OneHundredAndSixtyFour$Outbound | Payload1$Outbound | Seven$Outbound | Eight$Outbound | Nine$Outbound | Ten$Outbound | Eleven$Outbound | Thirteen$Outbound | Fourteen$Outbound | Nineteen$Outbound | TwentyOne$Outbound | TwentyFive$Outbound | TwentySix$Outbound | TwentySeven$Outbound | FiftySeven$Outbound | FiftyEight$Outbound | FiftyNine$Outbound | OneHundredAndTen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndTwentyThree$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndThirtyThree$Outbound;
10011
+ export type Payload$Outbound = SeventyThree$Outbound | SixtyNine$Outbound | SeventyTwo$Outbound | FortyTwo$Outbound | FortyThree$Outbound | FiftyFive$Outbound | SixtyOne$Outbound | SixtySeven$Outbound | Seventy$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndSeventy$Outbound | Payload2$Outbound | FortySeven$Outbound | SeventyOne$Outbound | NinetySix$Outbound | OneHundredAndEight$Outbound | OneHundredAndFifty$Outbound | Twelve$Outbound | Sixteen$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyThree$Outbound | ThirtyFour$Outbound | FortyOne$Outbound | Fifty$Outbound | FiftyOne$Outbound | FiftyTwo$Outbound | SixtyTwo$Outbound | SixtyThree$Outbound | SixtyFour$Outbound | SixtySix$Outbound | SeventySeven$Outbound | EightyOne$Outbound | EightyFour$Outbound | EightyFive$Outbound | NinetyNine$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortyTwo$Outbound | OneHundredAndFortyNine$Outbound | OneHundredAndFiftyOne$Outbound | OneHundredAndFiftyThree$Outbound | OneHundredAndFiftySix$Outbound | OneHundredAndSixtySeven$Outbound | OneHundredAndSixtyEight$Outbound | OneHundredAndSixtyNine$Outbound | Four$Outbound | Five$Outbound | Six$Outbound | Seventeen$Outbound | Eighteen$Outbound | TwentyThree$Outbound | TwentyNine$Outbound | ThirtySix$Outbound | ThirtySeven$Outbound | ThirtyEight$Outbound | FortyFive$Outbound | FortySix$Outbound | FortyNine$Outbound | FiftySix$Outbound | Sixty$Outbound | SixtyFive$Outbound | SixtyEight$Outbound | Eighty$Outbound | EightyEight$Outbound | EightyNine$Outbound | Ninety$Outbound | NinetyThree$Outbound | NinetyFour$Outbound | NinetyFive$Outbound | NinetySeven$Outbound | NinetyEight$Outbound | OneHundred$Outbound | OneHundredAndOne$Outbound | OneHundredAndFour$Outbound | OneHundredAndFive$Outbound | OneHundredAndSix$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndTwentyThree$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortyThree$Outbound | OneHundredAndFortyFour$Outbound | OneHundredAndFortyFive$Outbound | OneHundredAndFortySeven$Outbound | OneHundredAndFortyEight$Outbound | OneHundredAndFiftyFour$Outbound | OneHundredAndFiftyFive$Outbound | OneHundredAndFiftySeven$Outbound | OneHundredAndFiftyNine$Outbound | OneHundredAndSixty$Outbound | OneHundredAndSixtyOne$Outbound | Three$Outbound | Fifteen$Outbound | Twenty$Outbound | TwentyTwo$Outbound | TwentyFour$Outbound | TwentyEight$Outbound | Thirty$Outbound | ThirtyFive$Outbound | ThirtyNine$Outbound | Forty$Outbound | FortyFour$Outbound | FortyEight$Outbound | FiftyThree$Outbound | FiftyFour$Outbound | SeventyFour$Outbound | SeventyFive$Outbound | SeventySix$Outbound | SeventyEight$Outbound | SeventyNine$Outbound | EightyTwo$Outbound | EightyThree$Outbound | EightySix$Outbound | EightySeven$Outbound | NinetyOne$Outbound | NinetyTwo$Outbound | OneHundredAndTwo$Outbound | OneHundredAndThree$Outbound | OneHundredAndSeven$Outbound | OneHundredAndNine$Outbound | OneHundredAndTen$Outbound | OneHundredAndEleven$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentyOne$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndFortySix$Outbound | OneHundredAndFiftyTwo$Outbound | OneHundredAndFiftyEight$Outbound | OneHundredAndSixtyTwo$Outbound | OneHundredAndSixtyThree$Outbound | OneHundredAndSixtyFour$Outbound | OneHundredAndSixtyFive$Outbound | OneHundredAndSixtySix$Outbound | Payload1$Outbound | Seven$Outbound | Eight$Outbound | Nine$Outbound | Ten$Outbound | Eleven$Outbound | Thirteen$Outbound | Fourteen$Outbound | Nineteen$Outbound | TwentyOne$Outbound | TwentyFive$Outbound | TwentySix$Outbound | TwentySeven$Outbound | FiftySeven$Outbound | FiftyEight$Outbound | FiftyNine$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndThirtyFive$Outbound;
9970
10012
  /** @internal */
9971
10013
  export declare const Payload$outboundSchema: z.ZodType<Payload$Outbound, z.ZodTypeDef, Payload>;
9972
10014
  export declare function payloadToJSON(payload: Payload): string;
@@ -9985,7 +10027,7 @@ export type UserEvent$Outbound = {
9985
10027
  userId: string;
9986
10028
  principalId: string;
9987
10029
  viaIds?: Array<string> | undefined;
9988
- payload?: SeventyTwo$Outbound | SixtyEight$Outbound | SeventyOne$Outbound | FortyTwo$Outbound | FortyThree$Outbound | FiftyFive$Outbound | Sixty$Outbound | SixtySix$Outbound | SixtyNine$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndSixtyEight$Outbound | Payload2$Outbound | FortySeven$Outbound | Seventy$Outbound | OneHundredAndSix$Outbound | OneHundredAndFortyEight$Outbound | Twelve$Outbound | Sixteen$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyThree$Outbound | ThirtyFour$Outbound | FortyOne$Outbound | Fifty$Outbound | FiftyOne$Outbound | FiftyTwo$Outbound | SixtyOne$Outbound | SixtyTwo$Outbound | SixtyThree$Outbound | SixtyFive$Outbound | SeventySix$Outbound | Eighty$Outbound | EightyThree$Outbound | EightyFour$Outbound | NinetySeven$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortySeven$Outbound | OneHundredAndFortyNine$Outbound | OneHundredAndFiftyOne$Outbound | OneHundredAndFiftyFour$Outbound | OneHundredAndSixtyFive$Outbound | OneHundredAndSixtySix$Outbound | OneHundredAndSixtySeven$Outbound | Four$Outbound | Five$Outbound | Six$Outbound | Seventeen$Outbound | Eighteen$Outbound | TwentyThree$Outbound | TwentyNine$Outbound | ThirtySix$Outbound | ThirtySeven$Outbound | ThirtyEight$Outbound | FortyFive$Outbound | FortySix$Outbound | FortyNine$Outbound | FiftySix$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | SeventyNine$Outbound | EightySeven$Outbound | EightyEight$Outbound | EightyNine$Outbound | NinetyTwo$Outbound | NinetyThree$Outbound | NinetyFour$Outbound | NinetyFive$Outbound | NinetySix$Outbound | NinetyEight$Outbound | NinetyNine$Outbound | OneHundredAndTwo$Outbound | OneHundredAndThree$Outbound | OneHundredAndFour$Outbound | OneHundredAndEleven$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentyOne$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortyTwo$Outbound | OneHundredAndFortyThree$Outbound | OneHundredAndFortyFive$Outbound | OneHundredAndFortySix$Outbound | OneHundredAndFiftyTwo$Outbound | OneHundredAndFiftyThree$Outbound | OneHundredAndFiftyFive$Outbound | OneHundredAndFiftySeven$Outbound | OneHundredAndFiftyEight$Outbound | OneHundredAndFiftyNine$Outbound | Three$Outbound | Fifteen$Outbound | Twenty$Outbound | TwentyTwo$Outbound | TwentyFour$Outbound | TwentyEight$Outbound | Thirty$Outbound | ThirtyFive$Outbound | ThirtyNine$Outbound | Forty$Outbound | FortyFour$Outbound | FortyEight$Outbound | FiftyThree$Outbound | FiftyFour$Outbound | SeventyThree$Outbound | SeventyFour$Outbound | SeventyFive$Outbound | SeventySeven$Outbound | SeventyEight$Outbound | EightyOne$Outbound | EightyTwo$Outbound | EightyFive$Outbound | EightySix$Outbound | Ninety$Outbound | NinetyOne$Outbound | OneHundred$Outbound | OneHundredAndOne$Outbound | OneHundredAndFive$Outbound | OneHundredAndSeven$Outbound | OneHundredAndEight$Outbound | OneHundredAndNine$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndFortyFour$Outbound | OneHundredAndFifty$Outbound | OneHundredAndFiftySix$Outbound | OneHundredAndSixty$Outbound | OneHundredAndSixtyOne$Outbound | OneHundredAndSixtyTwo$Outbound | OneHundredAndSixtyThree$Outbound | OneHundredAndSixtyFour$Outbound | Payload1$Outbound | Seven$Outbound | Eight$Outbound | Nine$Outbound | Ten$Outbound | Eleven$Outbound | Thirteen$Outbound | Fourteen$Outbound | Nineteen$Outbound | TwentyOne$Outbound | TwentyFive$Outbound | TwentySix$Outbound | TwentySeven$Outbound | FiftySeven$Outbound | FiftyEight$Outbound | FiftyNine$Outbound | OneHundredAndTen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndTwentyThree$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndThirtyThree$Outbound | undefined;
10030
+ payload?: SeventyThree$Outbound | SixtyNine$Outbound | SeventyTwo$Outbound | FortyTwo$Outbound | FortyThree$Outbound | FiftyFive$Outbound | SixtyOne$Outbound | SixtySeven$Outbound | Seventy$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndSeventy$Outbound | Payload2$Outbound | FortySeven$Outbound | SeventyOne$Outbound | NinetySix$Outbound | OneHundredAndEight$Outbound | OneHundredAndFifty$Outbound | Twelve$Outbound | Sixteen$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyThree$Outbound | ThirtyFour$Outbound | FortyOne$Outbound | Fifty$Outbound | FiftyOne$Outbound | FiftyTwo$Outbound | SixtyTwo$Outbound | SixtyThree$Outbound | SixtyFour$Outbound | SixtySix$Outbound | SeventySeven$Outbound | EightyOne$Outbound | EightyFour$Outbound | EightyFive$Outbound | NinetyNine$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortyTwo$Outbound | OneHundredAndFortyNine$Outbound | OneHundredAndFiftyOne$Outbound | OneHundredAndFiftyThree$Outbound | OneHundredAndFiftySix$Outbound | OneHundredAndSixtySeven$Outbound | OneHundredAndSixtyEight$Outbound | OneHundredAndSixtyNine$Outbound | Four$Outbound | Five$Outbound | Six$Outbound | Seventeen$Outbound | Eighteen$Outbound | TwentyThree$Outbound | TwentyNine$Outbound | ThirtySix$Outbound | ThirtySeven$Outbound | ThirtyEight$Outbound | FortyFive$Outbound | FortySix$Outbound | FortyNine$Outbound | FiftySix$Outbound | Sixty$Outbound | SixtyFive$Outbound | SixtyEight$Outbound | Eighty$Outbound | EightyEight$Outbound | EightyNine$Outbound | Ninety$Outbound | NinetyThree$Outbound | NinetyFour$Outbound | NinetyFive$Outbound | NinetySeven$Outbound | NinetyEight$Outbound | OneHundred$Outbound | OneHundredAndOne$Outbound | OneHundredAndFour$Outbound | OneHundredAndFive$Outbound | OneHundredAndSix$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndTwentyThree$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortyThree$Outbound | OneHundredAndFortyFour$Outbound | OneHundredAndFortyFive$Outbound | OneHundredAndFortySeven$Outbound | OneHundredAndFortyEight$Outbound | OneHundredAndFiftyFour$Outbound | OneHundredAndFiftyFive$Outbound | OneHundredAndFiftySeven$Outbound | OneHundredAndFiftyNine$Outbound | OneHundredAndSixty$Outbound | OneHundredAndSixtyOne$Outbound | Three$Outbound | Fifteen$Outbound | Twenty$Outbound | TwentyTwo$Outbound | TwentyFour$Outbound | TwentyEight$Outbound | Thirty$Outbound | ThirtyFive$Outbound | ThirtyNine$Outbound | Forty$Outbound | FortyFour$Outbound | FortyEight$Outbound | FiftyThree$Outbound | FiftyFour$Outbound | SeventyFour$Outbound | SeventyFive$Outbound | SeventySix$Outbound | SeventyEight$Outbound | SeventyNine$Outbound | EightyTwo$Outbound | EightyThree$Outbound | EightySix$Outbound | EightySeven$Outbound | NinetyOne$Outbound | NinetyTwo$Outbound | OneHundredAndTwo$Outbound | OneHundredAndThree$Outbound | OneHundredAndSeven$Outbound | OneHundredAndNine$Outbound | OneHundredAndTen$Outbound | OneHundredAndEleven$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentyOne$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndFortySix$Outbound | OneHundredAndFiftyTwo$Outbound | OneHundredAndFiftyEight$Outbound | OneHundredAndSixtyTwo$Outbound | OneHundredAndSixtyThree$Outbound | OneHundredAndSixtyFour$Outbound | OneHundredAndSixtyFive$Outbound | OneHundredAndSixtySix$Outbound | Payload1$Outbound | Seven$Outbound | Eight$Outbound | Nine$Outbound | Ten$Outbound | Eleven$Outbound | Thirteen$Outbound | Fourteen$Outbound | Nineteen$Outbound | TwentyOne$Outbound | TwentyFive$Outbound | TwentySix$Outbound | TwentySeven$Outbound | FiftySeven$Outbound | FiftyEight$Outbound | FiftyNine$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndThirtyFive$Outbound | undefined;
9989
10031
  };
9990
10032
  /** @internal */
9991
10033
  export declare const UserEvent$outboundSchema: z.ZodType<UserEvent$Outbound, z.ZodTypeDef, UserEvent>;