@vercel/sdk 1.6.3 → 1.6.4

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 (144) hide show
  1. package/README.md +2 -0
  2. package/bin/mcp-server.js +3504 -1244
  3. package/bin/mcp-server.js.map +28 -25
  4. package/docs/sdks/edgeconfig/README.md +2 -6
  5. package/docs/sdks/marketplace/README.md +2 -6
  6. package/docs/sdks/security/README.md +90 -0
  7. package/docs/sdks/webhooks/README.md +2 -6
  8. package/esm/__tests__/deployments.test.js +16 -1
  9. package/esm/__tests__/deployments.test.js.map +1 -1
  10. package/esm/__tests__/marketplace.test.js +7 -2
  11. package/esm/__tests__/marketplace.test.js.map +1 -1
  12. package/esm/__tests__/projects.test.js +4 -4
  13. package/esm/__tests__/projects.test.js.map +1 -1
  14. package/esm/__tests__/security.test.js +163 -3
  15. package/esm/__tests__/security.test.js.map +1 -1
  16. package/esm/funcs/projectsCreateProject.js +2 -2
  17. package/esm/funcs/projectsCreateProject.js.map +1 -1
  18. package/esm/funcs/securityPutFirewallConfig.d.ts +19 -0
  19. package/esm/funcs/securityPutFirewallConfig.d.ts.map +1 -0
  20. package/esm/funcs/securityPutFirewallConfig.js +88 -0
  21. package/esm/funcs/securityPutFirewallConfig.js.map +1 -0
  22. package/esm/lib/config.d.ts +3 -3
  23. package/esm/lib/config.js +3 -3
  24. package/esm/mcp-server/mcp-server.js +1 -1
  25. package/esm/mcp-server/server.d.ts.map +1 -1
  26. package/esm/mcp-server/server.js +3 -1
  27. package/esm/mcp-server/server.js.map +1 -1
  28. package/esm/mcp-server/tools/securityPutFirewallConfig.d.ts +7 -0
  29. package/esm/mcp-server/tools/securityPutFirewallConfig.d.ts.map +1 -0
  30. package/esm/mcp-server/tools/securityPutFirewallConfig.js +28 -0
  31. package/esm/mcp-server/tools/securityPutFirewallConfig.js.map +1 -0
  32. package/esm/models/authtoken.d.ts +6 -0
  33. package/esm/models/authtoken.d.ts.map +1 -1
  34. package/esm/models/authtoken.js +2 -0
  35. package/esm/models/authtoken.js.map +1 -1
  36. package/esm/models/authuser.d.ts +46 -0
  37. package/esm/models/authuser.d.ts.map +1 -1
  38. package/esm/models/authuser.js +28 -0
  39. package/esm/models/authuser.js.map +1 -1
  40. package/esm/models/canceldeploymentop.d.ts +274 -73
  41. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  42. package/esm/models/canceldeploymentop.js +270 -72
  43. package/esm/models/canceldeploymentop.js.map +1 -1
  44. package/esm/models/createdeploymentop.d.ts +274 -73
  45. package/esm/models/createdeploymentop.d.ts.map +1 -1
  46. package/esm/models/createdeploymentop.js +270 -72
  47. package/esm/models/createdeploymentop.js.map +1 -1
  48. package/esm/models/createprojectenvop.d.ts +12 -18
  49. package/esm/models/createprojectenvop.d.ts.map +1 -1
  50. package/esm/models/createprojectenvop.js +12 -12
  51. package/esm/models/createprojectenvop.js.map +1 -1
  52. package/esm/models/createprojectop.d.ts +175 -13
  53. package/esm/models/createprojectop.d.ts.map +1 -1
  54. package/esm/models/createprojectop.js +157 -6
  55. package/esm/models/createprojectop.js.map +1 -1
  56. package/esm/models/editprojectenvop.d.ts +4 -7
  57. package/esm/models/editprojectenvop.d.ts.map +1 -1
  58. package/esm/models/editprojectenvop.js +4 -4
  59. package/esm/models/editprojectenvop.js.map +1 -1
  60. package/esm/models/filterprojectenvsop.d.ts +18 -27
  61. package/esm/models/filterprojectenvsop.d.ts.map +1 -1
  62. package/esm/models/filterprojectenvsop.js +18 -18
  63. package/esm/models/filterprojectenvsop.js.map +1 -1
  64. package/esm/models/getdeploymentop.d.ts +574 -172
  65. package/esm/models/getdeploymentop.d.ts.map +1 -1
  66. package/esm/models/getdeploymentop.js +567 -171
  67. package/esm/models/getdeploymentop.js.map +1 -1
  68. package/esm/models/getfirewallconfigop.d.ts +214 -214
  69. package/esm/models/getfirewallconfigop.d.ts.map +1 -1
  70. package/esm/models/getfirewallconfigop.js +210 -231
  71. package/esm/models/getfirewallconfigop.js.map +1 -1
  72. package/esm/models/getprojectdomainsop.d.ts +198 -36
  73. package/esm/models/getprojectdomainsop.d.ts.map +1 -1
  74. package/esm/models/getprojectdomainsop.js +193 -32
  75. package/esm/models/getprojectdomainsop.js.map +1 -1
  76. package/esm/models/getprojectenvop.d.ts +10 -16
  77. package/esm/models/getprojectenvop.d.ts.map +1 -1
  78. package/esm/models/getprojectenvop.js +10 -10
  79. package/esm/models/getprojectenvop.js.map +1 -1
  80. package/esm/models/getprojectsop.d.ts +175 -13
  81. package/esm/models/getprojectsop.d.ts.map +1 -1
  82. package/esm/models/getprojectsop.js +156 -6
  83. package/esm/models/getprojectsop.js.map +1 -1
  84. package/esm/models/putfirewallconfigop.d.ts +2901 -0
  85. package/esm/models/putfirewallconfigop.d.ts.map +1 -0
  86. package/esm/models/putfirewallconfigop.js +2383 -0
  87. package/esm/models/putfirewallconfigop.js.map +1 -0
  88. package/esm/models/removeprojectenvop.d.ts +18 -27
  89. package/esm/models/removeprojectenvop.d.ts.map +1 -1
  90. package/esm/models/removeprojectenvop.js +18 -18
  91. package/esm/models/removeprojectenvop.js.map +1 -1
  92. package/esm/models/updatefirewallconfigop.d.ts +323 -323
  93. package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
  94. package/esm/models/updatefirewallconfigop.js +379 -357
  95. package/esm/models/updatefirewallconfigop.js.map +1 -1
  96. package/esm/models/updateprojectdatacacheop.d.ts +183 -21
  97. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  98. package/esm/models/updateprojectdatacacheop.js +172 -18
  99. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  100. package/esm/models/updateprojectop.d.ts +175 -13
  101. package/esm/models/updateprojectop.d.ts.map +1 -1
  102. package/esm/models/updateprojectop.js +157 -6
  103. package/esm/models/updateprojectop.js.map +1 -1
  104. package/esm/models/userevent.d.ts +46 -19
  105. package/esm/models/userevent.d.ts.map +1 -1
  106. package/esm/models/userevent.js +34 -10
  107. package/esm/models/userevent.js.map +1 -1
  108. package/esm/sdk/security.d.ts +8 -0
  109. package/esm/sdk/security.d.ts.map +1 -1
  110. package/esm/sdk/security.js +10 -0
  111. package/esm/sdk/security.js.map +1 -1
  112. package/jsr.json +1 -1
  113. package/package.json +3 -3
  114. package/src/__tests__/deployments.test.ts +16 -1
  115. package/src/__tests__/marketplace.test.ts +7 -2
  116. package/src/__tests__/projects.test.ts +4 -4
  117. package/src/__tests__/security.test.ts +165 -5
  118. package/src/funcs/projectsCreateProject.ts +2 -2
  119. package/src/funcs/securityPutFirewallConfig.ts +194 -0
  120. package/src/lib/config.ts +3 -3
  121. package/src/mcp-server/mcp-server.ts +1 -1
  122. package/src/mcp-server/server.ts +3 -1
  123. package/src/mcp-server/tools/securityPutFirewallConfig.ts +37 -0
  124. package/src/models/authtoken.ts +2 -0
  125. package/src/models/authuser.ts +52 -0
  126. package/src/models/canceldeploymentop.ts +591 -148
  127. package/src/models/createdeploymentop.ts +616 -165
  128. package/src/models/createprojectenvop.ts +24 -30
  129. package/src/models/createprojectop.ts +336 -15
  130. package/src/models/editprojectenvop.ts +8 -11
  131. package/src/models/filterprojectenvsop.ts +36 -45
  132. package/src/models/getdeploymentop.ts +1288 -353
  133. package/src/models/getfirewallconfigop.ts +555 -410
  134. package/src/models/getprojectdomainsop.ts +470 -63
  135. package/src/models/getprojectenvop.ts +20 -26
  136. package/src/models/getprojectsop.ts +338 -16
  137. package/src/models/putfirewallconfigop.ts +4932 -0
  138. package/src/models/removeprojectenvop.ts +36 -45
  139. package/src/models/updatefirewallconfigop.ts +820 -612
  140. package/src/models/updateprojectdatacacheop.ts +353 -34
  141. package/src/models/updateprojectop.ts +336 -15
  142. package/src/models/userevent.ts +54 -29
  143. package/src/sdk/security.ts +22 -0
  144. package/vercel-spec.json +1375 -286
@@ -77,6 +77,7 @@ export declare const AuthMethod: {
77
77
  readonly Otp: "otp";
78
78
  readonly Sms: "sms";
79
79
  readonly Invite: "invite";
80
+ readonly Google: "google";
80
81
  };
81
82
  export type AuthMethod = ClosedEnum<typeof AuthMethod>;
82
83
  /**
@@ -1429,6 +1430,7 @@ export type SixtyEight = {
1429
1430
  viaGithub: boolean;
1430
1431
  viaGitlab: boolean;
1431
1432
  viaBitbucket: boolean;
1433
+ viaGoogle: boolean;
1432
1434
  viaSamlSso: boolean;
1433
1435
  viaPasskey: boolean;
1434
1436
  ssoType?: string | undefined;
@@ -1566,6 +1568,7 @@ export type PayloadBilling = {
1566
1568
  };
1567
1569
  export declare const UserEventCredentialsType: {
1568
1570
  readonly GithubOauthCustomHost: "github-oauth-custom-host";
1571
+ readonly GithubAppCustomHost: "github-app-custom-host";
1569
1572
  };
1570
1573
  export type UserEventCredentialsType = ClosedEnum<typeof UserEventCredentialsType>;
1571
1574
  export type Credentials2 = {
@@ -1576,6 +1579,7 @@ export type Credentials2 = {
1576
1579
  export declare const CredentialsType: {
1577
1580
  readonly Gitlab: "gitlab";
1578
1581
  readonly Bitbucket: "bitbucket";
1582
+ readonly Google: "google";
1579
1583
  readonly GithubOauth: "github-oauth";
1580
1584
  readonly GithubApp: "github-app";
1581
1585
  };
@@ -1606,6 +1610,7 @@ export declare const PayloadImportFlowGitProvider: {
1606
1610
  readonly Github: "github";
1607
1611
  readonly Gitlab: "gitlab";
1608
1612
  readonly Bitbucket: "bitbucket";
1613
+ readonly GithubCustomHost: "github-custom-host";
1609
1614
  };
1610
1615
  export type PayloadImportFlowGitProvider = ClosedEnum<typeof PayloadImportFlowGitProvider>;
1611
1616
  export type PayloadGitNamespaceId = string | number;
@@ -1623,7 +1628,13 @@ export type UserEventPayloadRemoteCaching = {
1623
1628
  export type PayloadBuildEntitlements = {
1624
1629
  enhancedBuilds?: boolean | undefined;
1625
1630
  };
1631
+ export declare const PayloadPurchaseType: {
1632
+ readonly Enhanced: "enhanced";
1633
+ };
1634
+ export type PayloadPurchaseType = ClosedEnum<typeof PayloadPurchaseType>;
1626
1635
  export type PayloadBuildMachine = {
1636
+ purchaseType?: PayloadPurchaseType | undefined;
1637
+ abovePlan?: boolean | undefined;
1627
1638
  cores?: number | undefined;
1628
1639
  memory?: number | undefined;
1629
1640
  };
@@ -1651,6 +1662,7 @@ export type PayloadResourceConfig = {
1651
1662
  microfrontendProjectsPerGroup?: number | undefined;
1652
1663
  flagsExplorerOverridesThreshold?: number | undefined;
1653
1664
  flagsExplorerUnlimitedOverrides?: boolean | undefined;
1665
+ customEnvironmentsPerProject?: number | undefined;
1654
1666
  buildMachine?: PayloadBuildMachine | undefined;
1655
1667
  };
1656
1668
  export type ResourceLimits = {
@@ -2666,10 +2678,6 @@ export type OldEnvVar = {
2666
2678
  * The value of the Shared Env Var.
2667
2679
  */
2668
2680
  value?: string | undefined;
2669
- /**
2670
- * The value of the shared environment variable decrypted against api-secrets-management.
2671
- */
2672
- vsmValue?: string | undefined;
2673
2681
  /**
2674
2682
  * The unique identifiers of the projects which the Shared Env Var is linked to.
2675
2683
  */
@@ -2769,10 +2777,6 @@ export type NewEnvVar = {
2769
2777
  * The value of the Shared Env Var.
2770
2778
  */
2771
2779
  value?: string | undefined;
2772
- /**
2773
- * The value of the shared environment variable decrypted against api-secrets-management.
2774
- */
2775
- vsmValue?: string | undefined;
2776
2780
  /**
2777
2781
  * The unique identifiers of the projects which the Shared Env Var is linked to.
2778
2782
  */
@@ -2915,10 +2919,6 @@ export type FiftySeven = {
2915
2919
  * The value of the Shared Env Var.
2916
2920
  */
2917
2921
  value?: string | undefined;
2918
- /**
2919
- * The value of the shared environment variable decrypted against api-secrets-management.
2920
- */
2921
- vsmValue?: string | undefined;
2922
2922
  /**
2923
2923
  * The unique identifiers of the projects which the Shared Env Var is linked to.
2924
2924
  */
@@ -3549,7 +3549,7 @@ export type Two = {
3549
3549
  * The payload of the event, if requested.
3550
3550
  */
3551
3551
  export type One = {};
3552
- export type Payload = One | Three | Nine | Nineteen | TwentyEight | ThirtyThree | FortyThree | EightyFour | EightyEight | NinetyThree | NinetyFive | NinetySix | NinetySeven | NinetyNine | OneHundredAndOne | OneHundredAndNine | OneHundredAndTen | OneHundredAndEleven | OneHundredAndTwelve | OneHundredAndFifteen | OneHundredAndSeventeen | OneHundredAndThirtyOne | OneHundredAndForty | OneHundredAndFortyFour | Four | Fourteen | Seventeen | Eighteen | TwentyThree | TwentyFive | TwentySix | TwentySeven | ThirtySix | FortyOne | FortyFive | FortyEight | FiftyTwo | FiftyFive | SixtyThree | SixtyNine | Seventy | SeventyOne | SeventySix | EightyOne | EightyTwo | EightyThree | EightySix | EightySeven | Ninety | NinetyOne | OneHundred | OneHundredAndSeven | OneHundredAndThirteen | OneHundredAndFourteen | OneHundredAndSixteen | OneHundredAndNineteen | OneHundredAndTwenty | OneHundredAndTwentyEight | OneHundredAndTwentyNine | OneHundredAndThirty | OneHundredAndThirtySeven | OneHundredAndFortyOne | OneHundredAndFortyTwo | OneHundredAndFortyThree | Five | Eight | Ten | Twelve | Thirteen | TwentyOne | TwentyTwo | TwentyFour | ThirtyOne | ThirtyTwo | ThirtyFour | ThirtyFive | ThirtyEight | ThirtyNine | FortyFour | FortySeven | FortyNine | Fifty | FiftyOne | FiftyThree | FiftyFour | FiftyEight | Sixty | SixtyOne | SeventyTwo | SeventySeven | SeventyEight | Eighty | EightyFive | EightyNine | NinetyTwo | OneHundredAndFive | OneHundredAndEight | OneHundredAndEighteen | OneHundredAndTwentyFive | OneHundredAndThirtyTwo | OneHundredAndThirtyFour | OneHundredAndThirtyFive | OneHundredAndThirtyEight | OneHundredAndFortyFive | OneHundredAndFortySix | Two | Six | Eleven | Fifteen | Sixteen | Twenty | TwentyNine | FortySix | SeventyFour | SeventyFive | NinetyFour | OneHundredAndTwo | OneHundredAndTwentySix | OneHundredAndTwentySeven | OneHundredAndThirtyThree | OneHundredAndThirtySix | OneHundredAndThirtyNine | OneHundredAndFortySeven | Thirty | FortyTwo | FiftyNine | SixtySix | SeventyNine | OneHundredAndSix | Forty | SixtyTwo | SixtyFive | NinetyEight | OneHundredAndFour | OneHundredAndTwentyTwo | OneHundredAndTwentyThree | OneHundredAndTwentyFour | OneHundredAndFortyEight | SixtyFour | SixtySeven | SeventyThree | OneHundredAndThree | OneHundredAndTwentyOne | FiftySix | SixtyEight | Seven | ThirtySeven | FiftySeven;
3552
+ export type Payload = One | Three | Nine | Nineteen | TwentyEight | ThirtyThree | FortyThree | EightyFour | EightyEight | NinetyThree | NinetyFive | NinetySix | NinetySeven | NinetyNine | OneHundredAndOne | OneHundredAndNine | OneHundredAndTen | OneHundredAndEleven | OneHundredAndTwelve | OneHundredAndFifteen | OneHundredAndSeventeen | OneHundredAndThirtyOne | OneHundredAndForty | OneHundredAndFortyFour | Four | Fourteen | Seventeen | Eighteen | TwentyThree | TwentyFive | TwentySix | TwentySeven | ThirtySix | FortyOne | FortyFive | FortyEight | FiftyTwo | FiftyFive | SixtyThree | SixtyNine | Seventy | SeventyOne | SeventySix | EightyOne | EightyTwo | EightyThree | EightySix | EightySeven | Ninety | NinetyOne | OneHundred | OneHundredAndSeven | OneHundredAndThirteen | OneHundredAndFourteen | OneHundredAndSixteen | OneHundredAndNineteen | OneHundredAndTwenty | OneHundredAndTwentyEight | OneHundredAndTwentyNine | OneHundredAndThirty | OneHundredAndThirtySeven | OneHundredAndFortyOne | OneHundredAndFortyTwo | OneHundredAndFortyThree | Five | Eight | Ten | Twelve | Thirteen | TwentyOne | TwentyTwo | TwentyFour | ThirtyOne | ThirtyTwo | ThirtyFour | ThirtyFive | ThirtyEight | ThirtyNine | FortyFour | FortySeven | FortyNine | Fifty | FiftyOne | FiftyThree | FiftyFour | FiftyEight | Sixty | SixtyOne | SeventyTwo | SeventySeven | SeventyEight | Eighty | EightyFive | EightyNine | NinetyTwo | OneHundredAndFive | OneHundredAndEight | OneHundredAndEighteen | OneHundredAndTwentyFive | OneHundredAndThirtyTwo | OneHundredAndThirtyFour | OneHundredAndThirtyFive | OneHundredAndThirtyEight | OneHundredAndFortyFive | OneHundredAndFortySix | Two | Six | Eleven | Fifteen | Sixteen | Twenty | TwentyNine | FortySix | SeventyFour | SeventyFive | NinetyFour | OneHundredAndTwo | OneHundredAndTwentySix | OneHundredAndTwentySeven | OneHundredAndThirtyThree | OneHundredAndThirtySix | OneHundredAndThirtyNine | OneHundredAndFortySeven | Thirty | FortyTwo | FiftyNine | SixtySix | SeventyNine | OneHundredAndSix | Forty | SixtyTwo | SixtyFive | NinetyEight | OneHundredAndFour | OneHundredAndTwentyTwo | OneHundredAndTwentyThree | OneHundredAndTwentyFour | OneHundredAndFortyEight | SixtyFour | SixtySeven | SeventyThree | OneHundredAndThree | OneHundredAndTwentyOne | FiftySix | Seven | ThirtySeven | SixtyEight | FiftySeven;
3553
3553
  /**
3554
3554
  * Array of events generated by the User.
3555
3555
  */
@@ -3578,7 +3578,7 @@ export type UserEvent = {
3578
3578
  * The unique identifier of the User who generated the event.
3579
3579
  */
3580
3580
  userId: string;
3581
- payload?: One | Three | Nine | Nineteen | TwentyEight | ThirtyThree | FortyThree | EightyFour | EightyEight | NinetyThree | NinetyFive | NinetySix | NinetySeven | NinetyNine | OneHundredAndOne | OneHundredAndNine | OneHundredAndTen | OneHundredAndEleven | OneHundredAndTwelve | OneHundredAndFifteen | OneHundredAndSeventeen | OneHundredAndThirtyOne | OneHundredAndForty | OneHundredAndFortyFour | Four | Fourteen | Seventeen | Eighteen | TwentyThree | TwentyFive | TwentySix | TwentySeven | ThirtySix | FortyOne | FortyFive | FortyEight | FiftyTwo | FiftyFive | SixtyThree | SixtyNine | Seventy | SeventyOne | SeventySix | EightyOne | EightyTwo | EightyThree | EightySix | EightySeven | Ninety | NinetyOne | OneHundred | OneHundredAndSeven | OneHundredAndThirteen | OneHundredAndFourteen | OneHundredAndSixteen | OneHundredAndNineteen | OneHundredAndTwenty | OneHundredAndTwentyEight | OneHundredAndTwentyNine | OneHundredAndThirty | OneHundredAndThirtySeven | OneHundredAndFortyOne | OneHundredAndFortyTwo | OneHundredAndFortyThree | Five | Eight | Ten | Twelve | Thirteen | TwentyOne | TwentyTwo | TwentyFour | ThirtyOne | ThirtyTwo | ThirtyFour | ThirtyFive | ThirtyEight | ThirtyNine | FortyFour | FortySeven | FortyNine | Fifty | FiftyOne | FiftyThree | FiftyFour | FiftyEight | Sixty | SixtyOne | SeventyTwo | SeventySeven | SeventyEight | Eighty | EightyFive | EightyNine | NinetyTwo | OneHundredAndFive | OneHundredAndEight | OneHundredAndEighteen | OneHundredAndTwentyFive | OneHundredAndThirtyTwo | OneHundredAndThirtyFour | OneHundredAndThirtyFive | OneHundredAndThirtyEight | OneHundredAndFortyFive | OneHundredAndFortySix | Two | Six | Eleven | Fifteen | Sixteen | Twenty | TwentyNine | FortySix | SeventyFour | SeventyFive | NinetyFour | OneHundredAndTwo | OneHundredAndTwentySix | OneHundredAndTwentySeven | OneHundredAndThirtyThree | OneHundredAndThirtySix | OneHundredAndThirtyNine | OneHundredAndFortySeven | Thirty | FortyTwo | FiftyNine | SixtySix | SeventyNine | OneHundredAndSix | Forty | SixtyTwo | SixtyFive | NinetyEight | OneHundredAndFour | OneHundredAndTwentyTwo | OneHundredAndTwentyThree | OneHundredAndTwentyFour | OneHundredAndFortyEight | SixtyFour | SixtySeven | SeventyThree | OneHundredAndThree | OneHundredAndTwentyOne | FiftySix | SixtyEight | Seven | ThirtySeven | FiftySeven | undefined;
3581
+ payload?: One | Three | Nine | Nineteen | TwentyEight | ThirtyThree | FortyThree | EightyFour | EightyEight | NinetyThree | NinetyFive | NinetySix | NinetySeven | NinetyNine | OneHundredAndOne | OneHundredAndNine | OneHundredAndTen | OneHundredAndEleven | OneHundredAndTwelve | OneHundredAndFifteen | OneHundredAndSeventeen | OneHundredAndThirtyOne | OneHundredAndForty | OneHundredAndFortyFour | Four | Fourteen | Seventeen | Eighteen | TwentyThree | TwentyFive | TwentySix | TwentySeven | ThirtySix | FortyOne | FortyFive | FortyEight | FiftyTwo | FiftyFive | SixtyThree | SixtyNine | Seventy | SeventyOne | SeventySix | EightyOne | EightyTwo | EightyThree | EightySix | EightySeven | Ninety | NinetyOne | OneHundred | OneHundredAndSeven | OneHundredAndThirteen | OneHundredAndFourteen | OneHundredAndSixteen | OneHundredAndNineteen | OneHundredAndTwenty | OneHundredAndTwentyEight | OneHundredAndTwentyNine | OneHundredAndThirty | OneHundredAndThirtySeven | OneHundredAndFortyOne | OneHundredAndFortyTwo | OneHundredAndFortyThree | Five | Eight | Ten | Twelve | Thirteen | TwentyOne | TwentyTwo | TwentyFour | ThirtyOne | ThirtyTwo | ThirtyFour | ThirtyFive | ThirtyEight | ThirtyNine | FortyFour | FortySeven | FortyNine | Fifty | FiftyOne | FiftyThree | FiftyFour | FiftyEight | Sixty | SixtyOne | SeventyTwo | SeventySeven | SeventyEight | Eighty | EightyFive | EightyNine | NinetyTwo | OneHundredAndFive | OneHundredAndEight | OneHundredAndEighteen | OneHundredAndTwentyFive | OneHundredAndThirtyTwo | OneHundredAndThirtyFour | OneHundredAndThirtyFive | OneHundredAndThirtyEight | OneHundredAndFortyFive | OneHundredAndFortySix | Two | Six | Eleven | Fifteen | Sixteen | Twenty | TwentyNine | FortySix | SeventyFour | SeventyFive | NinetyFour | OneHundredAndTwo | OneHundredAndTwentySix | OneHundredAndTwentySeven | OneHundredAndThirtyThree | OneHundredAndThirtySix | OneHundredAndThirtyNine | OneHundredAndFortySeven | Thirty | FortyTwo | FiftyNine | SixtySix | SeventyNine | OneHundredAndSix | Forty | SixtyTwo | SixtyFive | NinetyEight | OneHundredAndFour | OneHundredAndTwentyTwo | OneHundredAndTwentyThree | OneHundredAndTwentyFour | OneHundredAndFortyEight | SixtyFour | SixtySeven | SeventyThree | OneHundredAndThree | OneHundredAndTwentyOne | FiftySix | Seven | ThirtySeven | SixtyEight | FiftySeven | undefined;
3582
3582
  };
3583
3583
  /** @internal */
3584
3584
  export declare const UserEventType$inboundSchema: z.ZodNativeEnum<typeof UserEventType>;
@@ -3733,6 +3733,7 @@ export declare namespace AuthMethod$ {
3733
3733
  readonly Otp: "otp";
3734
3734
  readonly Sms: "sms";
3735
3735
  readonly Invite: "invite";
3736
+ readonly Google: "google";
3736
3737
  }>;
3737
3738
  /** @deprecated use `AuthMethod$outboundSchema` instead. */
3738
3739
  const outboundSchema: z.ZodNativeEnum<{
@@ -3746,6 +3747,7 @@ export declare namespace AuthMethod$ {
3746
3747
  readonly Otp: "otp";
3747
3748
  readonly Sms: "sms";
3748
3749
  readonly Invite: "invite";
3750
+ readonly Google: "google";
3749
3751
  }>;
3750
3752
  }
3751
3753
  /** @internal */
@@ -8244,6 +8246,7 @@ export type SixtyEight$Outbound = {
8244
8246
  viaGithub: boolean;
8245
8247
  viaGitlab: boolean;
8246
8248
  viaBitbucket: boolean;
8249
+ viaGoogle: boolean;
8247
8250
  viaSamlSso: boolean;
8248
8251
  viaPasskey: boolean;
8249
8252
  ssoType?: string | undefined;
@@ -8587,10 +8590,12 @@ export declare namespace UserEventCredentialsType$ {
8587
8590
  /** @deprecated use `UserEventCredentialsType$inboundSchema` instead. */
8588
8591
  const inboundSchema: z.ZodNativeEnum<{
8589
8592
  readonly GithubOauthCustomHost: "github-oauth-custom-host";
8593
+ readonly GithubAppCustomHost: "github-app-custom-host";
8590
8594
  }>;
8591
8595
  /** @deprecated use `UserEventCredentialsType$outboundSchema` instead. */
8592
8596
  const outboundSchema: z.ZodNativeEnum<{
8593
8597
  readonly GithubOauthCustomHost: "github-oauth-custom-host";
8598
+ readonly GithubAppCustomHost: "github-app-custom-host";
8594
8599
  }>;
8595
8600
  }
8596
8601
  /** @internal */
@@ -8630,6 +8635,7 @@ export declare namespace CredentialsType$ {
8630
8635
  const inboundSchema: z.ZodNativeEnum<{
8631
8636
  readonly Gitlab: "gitlab";
8632
8637
  readonly Bitbucket: "bitbucket";
8638
+ readonly Google: "google";
8633
8639
  readonly GithubOauth: "github-oauth";
8634
8640
  readonly GithubApp: "github-app";
8635
8641
  }>;
@@ -8637,6 +8643,7 @@ export declare namespace CredentialsType$ {
8637
8643
  const outboundSchema: z.ZodNativeEnum<{
8638
8644
  readonly Gitlab: "gitlab";
8639
8645
  readonly Bitbucket: "bitbucket";
8646
+ readonly Google: "google";
8640
8647
  readonly GithubOauth: "github-oauth";
8641
8648
  readonly GithubApp: "github-app";
8642
8649
  }>;
@@ -8829,12 +8836,14 @@ export declare namespace PayloadImportFlowGitProvider$ {
8829
8836
  readonly Github: "github";
8830
8837
  readonly Gitlab: "gitlab";
8831
8838
  readonly Bitbucket: "bitbucket";
8839
+ readonly GithubCustomHost: "github-custom-host";
8832
8840
  }>;
8833
8841
  /** @deprecated use `PayloadImportFlowGitProvider$outboundSchema` instead. */
8834
8842
  const outboundSchema: z.ZodNativeEnum<{
8835
8843
  readonly Github: "github";
8836
8844
  readonly Gitlab: "gitlab";
8837
8845
  readonly Bitbucket: "bitbucket";
8846
+ readonly GithubCustomHost: "github-custom-host";
8838
8847
  }>;
8839
8848
  }
8840
8849
  /** @internal */
@@ -8945,9 +8954,29 @@ export declare namespace PayloadBuildEntitlements$ {
8945
8954
  export declare function payloadBuildEntitlementsToJSON(payloadBuildEntitlements: PayloadBuildEntitlements): string;
8946
8955
  export declare function payloadBuildEntitlementsFromJSON(jsonString: string): SafeParseResult<PayloadBuildEntitlements, SDKValidationError>;
8947
8956
  /** @internal */
8957
+ export declare const PayloadPurchaseType$inboundSchema: z.ZodNativeEnum<typeof PayloadPurchaseType>;
8958
+ /** @internal */
8959
+ export declare const PayloadPurchaseType$outboundSchema: z.ZodNativeEnum<typeof PayloadPurchaseType>;
8960
+ /**
8961
+ * @internal
8962
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
8963
+ */
8964
+ export declare namespace PayloadPurchaseType$ {
8965
+ /** @deprecated use `PayloadPurchaseType$inboundSchema` instead. */
8966
+ const inboundSchema: z.ZodNativeEnum<{
8967
+ readonly Enhanced: "enhanced";
8968
+ }>;
8969
+ /** @deprecated use `PayloadPurchaseType$outboundSchema` instead. */
8970
+ const outboundSchema: z.ZodNativeEnum<{
8971
+ readonly Enhanced: "enhanced";
8972
+ }>;
8973
+ }
8974
+ /** @internal */
8948
8975
  export declare const PayloadBuildMachine$inboundSchema: z.ZodType<PayloadBuildMachine, z.ZodTypeDef, unknown>;
8949
8976
  /** @internal */
8950
8977
  export type PayloadBuildMachine$Outbound = {
8978
+ purchaseType?: string | undefined;
8979
+ abovePlan?: boolean | undefined;
8951
8980
  cores?: number | undefined;
8952
8981
  memory?: number | undefined;
8953
8982
  };
@@ -8994,6 +9023,7 @@ export type PayloadResourceConfig$Outbound = {
8994
9023
  microfrontendProjectsPerGroup?: number | undefined;
8995
9024
  flagsExplorerOverridesThreshold?: number | undefined;
8996
9025
  flagsExplorerUnlimitedOverrides?: boolean | undefined;
9026
+ customEnvironmentsPerProject?: number | undefined;
8997
9027
  buildMachine?: PayloadBuildMachine$Outbound | undefined;
8998
9028
  };
8999
9029
  /** @internal */
@@ -11960,7 +11990,6 @@ export type OldEnvVar$Outbound = {
11960
11990
  deletedAt?: number | undefined;
11961
11991
  updatedAt?: number | undefined;
11962
11992
  value?: string | undefined;
11963
- vsmValue?: string | undefined;
11964
11993
  projectId?: Array<string> | undefined;
11965
11994
  type?: string | undefined;
11966
11995
  target?: Array<string> | undefined;
@@ -12046,7 +12075,6 @@ export type NewEnvVar$Outbound = {
12046
12075
  deletedAt?: number | undefined;
12047
12076
  updatedAt?: number | undefined;
12048
12077
  value?: string | undefined;
12049
- vsmValue?: string | undefined;
12050
12078
  projectId?: Array<string> | undefined;
12051
12079
  type?: string | undefined;
12052
12080
  target?: Array<string> | undefined;
@@ -12277,7 +12305,6 @@ export type FiftySeven$Outbound = {
12277
12305
  deletedAt?: number | undefined;
12278
12306
  updatedAt?: number | undefined;
12279
12307
  value?: string | undefined;
12280
- vsmValue?: string | undefined;
12281
12308
  projectId?: Array<string> | undefined;
12282
12309
  type?: string | undefined;
12283
12310
  target?: Array<string> | undefined;
@@ -14443,7 +14470,7 @@ export declare function oneFromJSON(jsonString: string): SafeParseResult<One, SD
14443
14470
  /** @internal */
14444
14471
  export declare const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown>;
14445
14472
  /** @internal */
14446
- export type Payload$Outbound = One$Outbound | Three$Outbound | Nine$Outbound | Nineteen$Outbound | TwentyEight$Outbound | ThirtyThree$Outbound | FortyThree$Outbound | EightyFour$Outbound | EightyEight$Outbound | NinetyThree$Outbound | NinetyFive$Outbound | NinetySix$Outbound | NinetySeven$Outbound | NinetyNine$Outbound | OneHundredAndOne$Outbound | OneHundredAndNine$Outbound | OneHundredAndTen$Outbound | OneHundredAndEleven$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortyFour$Outbound | Four$Outbound | Fourteen$Outbound | Seventeen$Outbound | Eighteen$Outbound | TwentyThree$Outbound | TwentyFive$Outbound | TwentySix$Outbound | TwentySeven$Outbound | ThirtySix$Outbound | FortyOne$Outbound | FortyFive$Outbound | FortyEight$Outbound | FiftyTwo$Outbound | FiftyFive$Outbound | SixtyThree$Outbound | SixtyNine$Outbound | Seventy$Outbound | SeventyOne$Outbound | SeventySix$Outbound | EightyOne$Outbound | EightyTwo$Outbound | EightyThree$Outbound | EightySix$Outbound | EightySeven$Outbound | Ninety$Outbound | NinetyOne$Outbound | OneHundred$Outbound | OneHundredAndSeven$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortyTwo$Outbound | OneHundredAndFortyThree$Outbound | Five$Outbound | Eight$Outbound | Ten$Outbound | Twelve$Outbound | Thirteen$Outbound | TwentyOne$Outbound | TwentyTwo$Outbound | TwentyFour$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound | ThirtyEight$Outbound | ThirtyNine$Outbound | FortyFour$Outbound | FortySeven$Outbound | FortyNine$Outbound | Fifty$Outbound | FiftyOne$Outbound | FiftyThree$Outbound | FiftyFour$Outbound | FiftyEight$Outbound | Sixty$Outbound | SixtyOne$Outbound | SeventyTwo$Outbound | SeventySeven$Outbound | SeventyEight$Outbound | Eighty$Outbound | EightyFive$Outbound | EightyNine$Outbound | NinetyTwo$Outbound | OneHundredAndFive$Outbound | OneHundredAndEight$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndFortyFive$Outbound | OneHundredAndFortySix$Outbound | Two$Outbound | Six$Outbound | Eleven$Outbound | Fifteen$Outbound | Sixteen$Outbound | Twenty$Outbound | TwentyNine$Outbound | FortySix$Outbound | SeventyFour$Outbound | SeventyFive$Outbound | NinetyFour$Outbound | OneHundredAndTwo$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndFortySeven$Outbound | Thirty$Outbound | FortyTwo$Outbound | FiftyNine$Outbound | SixtySix$Outbound | SeventyNine$Outbound | OneHundredAndSix$Outbound | Forty$Outbound | SixtyTwo$Outbound | SixtyFive$Outbound | NinetyEight$Outbound | OneHundredAndFour$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndTwentyThree$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndFortyEight$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | SeventyThree$Outbound | OneHundredAndThree$Outbound | OneHundredAndTwentyOne$Outbound | FiftySix$Outbound | SixtyEight$Outbound | Seven$Outbound | ThirtySeven$Outbound | FiftySeven$Outbound;
14473
+ export type Payload$Outbound = One$Outbound | Three$Outbound | Nine$Outbound | Nineteen$Outbound | TwentyEight$Outbound | ThirtyThree$Outbound | FortyThree$Outbound | EightyFour$Outbound | EightyEight$Outbound | NinetyThree$Outbound | NinetyFive$Outbound | NinetySix$Outbound | NinetySeven$Outbound | NinetyNine$Outbound | OneHundredAndOne$Outbound | OneHundredAndNine$Outbound | OneHundredAndTen$Outbound | OneHundredAndEleven$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortyFour$Outbound | Four$Outbound | Fourteen$Outbound | Seventeen$Outbound | Eighteen$Outbound | TwentyThree$Outbound | TwentyFive$Outbound | TwentySix$Outbound | TwentySeven$Outbound | ThirtySix$Outbound | FortyOne$Outbound | FortyFive$Outbound | FortyEight$Outbound | FiftyTwo$Outbound | FiftyFive$Outbound | SixtyThree$Outbound | SixtyNine$Outbound | Seventy$Outbound | SeventyOne$Outbound | SeventySix$Outbound | EightyOne$Outbound | EightyTwo$Outbound | EightyThree$Outbound | EightySix$Outbound | EightySeven$Outbound | Ninety$Outbound | NinetyOne$Outbound | OneHundred$Outbound | OneHundredAndSeven$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortyTwo$Outbound | OneHundredAndFortyThree$Outbound | Five$Outbound | Eight$Outbound | Ten$Outbound | Twelve$Outbound | Thirteen$Outbound | TwentyOne$Outbound | TwentyTwo$Outbound | TwentyFour$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound | ThirtyEight$Outbound | ThirtyNine$Outbound | FortyFour$Outbound | FortySeven$Outbound | FortyNine$Outbound | Fifty$Outbound | FiftyOne$Outbound | FiftyThree$Outbound | FiftyFour$Outbound | FiftyEight$Outbound | Sixty$Outbound | SixtyOne$Outbound | SeventyTwo$Outbound | SeventySeven$Outbound | SeventyEight$Outbound | Eighty$Outbound | EightyFive$Outbound | EightyNine$Outbound | NinetyTwo$Outbound | OneHundredAndFive$Outbound | OneHundredAndEight$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndFortyFive$Outbound | OneHundredAndFortySix$Outbound | Two$Outbound | Six$Outbound | Eleven$Outbound | Fifteen$Outbound | Sixteen$Outbound | Twenty$Outbound | TwentyNine$Outbound | FortySix$Outbound | SeventyFour$Outbound | SeventyFive$Outbound | NinetyFour$Outbound | OneHundredAndTwo$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndFortySeven$Outbound | Thirty$Outbound | FortyTwo$Outbound | FiftyNine$Outbound | SixtySix$Outbound | SeventyNine$Outbound | OneHundredAndSix$Outbound | Forty$Outbound | SixtyTwo$Outbound | SixtyFive$Outbound | NinetyEight$Outbound | OneHundredAndFour$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndTwentyThree$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndFortyEight$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | SeventyThree$Outbound | OneHundredAndThree$Outbound | OneHundredAndTwentyOne$Outbound | FiftySix$Outbound | Seven$Outbound | ThirtySeven$Outbound | SixtyEight$Outbound | FiftySeven$Outbound;
14447
14474
  /** @internal */
14448
14475
  export declare const Payload$outboundSchema: z.ZodType<Payload$Outbound, z.ZodTypeDef, Payload>;
14449
14476
  /**
@@ -14470,7 +14497,7 @@ export type UserEvent$Outbound = {
14470
14497
  createdAt: number;
14471
14498
  user?: User$Outbound | undefined;
14472
14499
  userId: string;
14473
- payload?: One$Outbound | Three$Outbound | Nine$Outbound | Nineteen$Outbound | TwentyEight$Outbound | ThirtyThree$Outbound | FortyThree$Outbound | EightyFour$Outbound | EightyEight$Outbound | NinetyThree$Outbound | NinetyFive$Outbound | NinetySix$Outbound | NinetySeven$Outbound | NinetyNine$Outbound | OneHundredAndOne$Outbound | OneHundredAndNine$Outbound | OneHundredAndTen$Outbound | OneHundredAndEleven$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortyFour$Outbound | Four$Outbound | Fourteen$Outbound | Seventeen$Outbound | Eighteen$Outbound | TwentyThree$Outbound | TwentyFive$Outbound | TwentySix$Outbound | TwentySeven$Outbound | ThirtySix$Outbound | FortyOne$Outbound | FortyFive$Outbound | FortyEight$Outbound | FiftyTwo$Outbound | FiftyFive$Outbound | SixtyThree$Outbound | SixtyNine$Outbound | Seventy$Outbound | SeventyOne$Outbound | SeventySix$Outbound | EightyOne$Outbound | EightyTwo$Outbound | EightyThree$Outbound | EightySix$Outbound | EightySeven$Outbound | Ninety$Outbound | NinetyOne$Outbound | OneHundred$Outbound | OneHundredAndSeven$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortyTwo$Outbound | OneHundredAndFortyThree$Outbound | Five$Outbound | Eight$Outbound | Ten$Outbound | Twelve$Outbound | Thirteen$Outbound | TwentyOne$Outbound | TwentyTwo$Outbound | TwentyFour$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound | ThirtyEight$Outbound | ThirtyNine$Outbound | FortyFour$Outbound | FortySeven$Outbound | FortyNine$Outbound | Fifty$Outbound | FiftyOne$Outbound | FiftyThree$Outbound | FiftyFour$Outbound | FiftyEight$Outbound | Sixty$Outbound | SixtyOne$Outbound | SeventyTwo$Outbound | SeventySeven$Outbound | SeventyEight$Outbound | Eighty$Outbound | EightyFive$Outbound | EightyNine$Outbound | NinetyTwo$Outbound | OneHundredAndFive$Outbound | OneHundredAndEight$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndFortyFive$Outbound | OneHundredAndFortySix$Outbound | Two$Outbound | Six$Outbound | Eleven$Outbound | Fifteen$Outbound | Sixteen$Outbound | Twenty$Outbound | TwentyNine$Outbound | FortySix$Outbound | SeventyFour$Outbound | SeventyFive$Outbound | NinetyFour$Outbound | OneHundredAndTwo$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndFortySeven$Outbound | Thirty$Outbound | FortyTwo$Outbound | FiftyNine$Outbound | SixtySix$Outbound | SeventyNine$Outbound | OneHundredAndSix$Outbound | Forty$Outbound | SixtyTwo$Outbound | SixtyFive$Outbound | NinetyEight$Outbound | OneHundredAndFour$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndTwentyThree$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndFortyEight$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | SeventyThree$Outbound | OneHundredAndThree$Outbound | OneHundredAndTwentyOne$Outbound | FiftySix$Outbound | SixtyEight$Outbound | Seven$Outbound | ThirtySeven$Outbound | FiftySeven$Outbound | undefined;
14500
+ payload?: One$Outbound | Three$Outbound | Nine$Outbound | Nineteen$Outbound | TwentyEight$Outbound | ThirtyThree$Outbound | FortyThree$Outbound | EightyFour$Outbound | EightyEight$Outbound | NinetyThree$Outbound | NinetyFive$Outbound | NinetySix$Outbound | NinetySeven$Outbound | NinetyNine$Outbound | OneHundredAndOne$Outbound | OneHundredAndNine$Outbound | OneHundredAndTen$Outbound | OneHundredAndEleven$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortyFour$Outbound | Four$Outbound | Fourteen$Outbound | Seventeen$Outbound | Eighteen$Outbound | TwentyThree$Outbound | TwentyFive$Outbound | TwentySix$Outbound | TwentySeven$Outbound | ThirtySix$Outbound | FortyOne$Outbound | FortyFive$Outbound | FortyEight$Outbound | FiftyTwo$Outbound | FiftyFive$Outbound | SixtyThree$Outbound | SixtyNine$Outbound | Seventy$Outbound | SeventyOne$Outbound | SeventySix$Outbound | EightyOne$Outbound | EightyTwo$Outbound | EightyThree$Outbound | EightySix$Outbound | EightySeven$Outbound | Ninety$Outbound | NinetyOne$Outbound | OneHundred$Outbound | OneHundredAndSeven$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortyTwo$Outbound | OneHundredAndFortyThree$Outbound | Five$Outbound | Eight$Outbound | Ten$Outbound | Twelve$Outbound | Thirteen$Outbound | TwentyOne$Outbound | TwentyTwo$Outbound | TwentyFour$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound | ThirtyEight$Outbound | ThirtyNine$Outbound | FortyFour$Outbound | FortySeven$Outbound | FortyNine$Outbound | Fifty$Outbound | FiftyOne$Outbound | FiftyThree$Outbound | FiftyFour$Outbound | FiftyEight$Outbound | Sixty$Outbound | SixtyOne$Outbound | SeventyTwo$Outbound | SeventySeven$Outbound | SeventyEight$Outbound | Eighty$Outbound | EightyFive$Outbound | EightyNine$Outbound | NinetyTwo$Outbound | OneHundredAndFive$Outbound | OneHundredAndEight$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndFortyFive$Outbound | OneHundredAndFortySix$Outbound | Two$Outbound | Six$Outbound | Eleven$Outbound | Fifteen$Outbound | Sixteen$Outbound | Twenty$Outbound | TwentyNine$Outbound | FortySix$Outbound | SeventyFour$Outbound | SeventyFive$Outbound | NinetyFour$Outbound | OneHundredAndTwo$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndFortySeven$Outbound | Thirty$Outbound | FortyTwo$Outbound | FiftyNine$Outbound | SixtySix$Outbound | SeventyNine$Outbound | OneHundredAndSix$Outbound | Forty$Outbound | SixtyTwo$Outbound | SixtyFive$Outbound | NinetyEight$Outbound | OneHundredAndFour$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndTwentyThree$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndFortyEight$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | SeventyThree$Outbound | OneHundredAndThree$Outbound | OneHundredAndTwentyOne$Outbound | FiftySix$Outbound | Seven$Outbound | ThirtySeven$Outbound | SixtyEight$Outbound | FiftySeven$Outbound | undefined;
14474
14501
  };
14475
14502
  /** @internal */
14476
14503
  export declare const UserEvent$outboundSchema: z.ZodType<UserEvent$Outbound, z.ZodTypeDef, UserEvent>;