@vercel/sdk 1.6.2 → 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 (271) hide show
  1. package/README.md +2 -10
  2. package/bin/mcp-server.js +4541 -3497
  3. package/bin/mcp-server.js.map +36 -48
  4. package/docs/sdks/edgeconfig/README.md +2 -6
  5. package/docs/sdks/integrations/README.md +0 -161
  6. package/docs/sdks/logdrains/README.md +0 -260
  7. package/docs/sdks/marketplace/README.md +2 -6
  8. package/docs/sdks/security/README.md +90 -0
  9. package/docs/sdks/webhooks/README.md +2 -6
  10. package/esm/__tests__/deployments.test.js +16 -1
  11. package/esm/__tests__/deployments.test.js.map +1 -1
  12. package/esm/__tests__/integrations.test.js +5 -40
  13. package/esm/__tests__/integrations.test.js.map +1 -1
  14. package/esm/__tests__/logdrains.test.js +7 -89
  15. package/esm/__tests__/logdrains.test.js.map +1 -1
  16. package/esm/__tests__/marketplace.test.js +7 -2
  17. package/esm/__tests__/marketplace.test.js.map +1 -1
  18. package/esm/__tests__/projects.test.js +4 -4
  19. package/esm/__tests__/projects.test.js.map +1 -1
  20. package/esm/__tests__/security.test.js +164 -17
  21. package/esm/__tests__/security.test.js.map +1 -1
  22. package/esm/funcs/securityPutFirewallConfig.d.ts +19 -0
  23. package/esm/funcs/securityPutFirewallConfig.d.ts.map +1 -0
  24. package/esm/funcs/{logDrainsCreateConfigurableLogDrain.js → securityPutFirewallConfig.js} +13 -11
  25. package/esm/funcs/securityPutFirewallConfig.js.map +1 -0
  26. package/esm/lib/config.d.ts +3 -3
  27. package/esm/lib/config.js +3 -3
  28. package/esm/lib/matchers.d.ts +3 -1
  29. package/esm/lib/matchers.d.ts.map +1 -1
  30. package/esm/lib/matchers.js +10 -0
  31. package/esm/lib/matchers.js.map +1 -1
  32. package/esm/lib/sdks.js +7 -2
  33. package/esm/lib/sdks.js.map +1 -1
  34. package/esm/mcp-server/mcp-server.js +1 -1
  35. package/esm/mcp-server/server.d.ts.map +1 -1
  36. package/esm/mcp-server/server.js +3 -11
  37. package/esm/mcp-server/server.js.map +1 -1
  38. package/esm/mcp-server/tools/securityPutFirewallConfig.d.ts +7 -0
  39. package/esm/mcp-server/tools/securityPutFirewallConfig.d.ts.map +1 -0
  40. package/esm/mcp-server/tools/securityPutFirewallConfig.js +28 -0
  41. package/esm/mcp-server/tools/{integrationsGitNamespaces.js.map → securityPutFirewallConfig.js.map} +1 -1
  42. package/esm/models/authtoken.d.ts +6 -0
  43. package/esm/models/authtoken.d.ts.map +1 -1
  44. package/esm/models/authtoken.js +2 -0
  45. package/esm/models/authtoken.js.map +1 -1
  46. package/esm/models/authuser.d.ts +87 -0
  47. package/esm/models/authuser.d.ts.map +1 -1
  48. package/esm/models/authuser.js +57 -0
  49. package/esm/models/authuser.js.map +1 -1
  50. package/esm/models/canceldeploymentop.d.ts +277 -76
  51. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  52. package/esm/models/canceldeploymentop.js +271 -73
  53. package/esm/models/canceldeploymentop.js.map +1 -1
  54. package/esm/models/createdeploymentop.d.ts +274 -73
  55. package/esm/models/createdeploymentop.d.ts.map +1 -1
  56. package/esm/models/createdeploymentop.js +270 -72
  57. package/esm/models/createdeploymentop.js.map +1 -1
  58. package/esm/models/createlogdrainop.d.ts +51 -51
  59. package/esm/models/createlogdrainop.d.ts.map +1 -1
  60. package/esm/models/createlogdrainop.js +74 -75
  61. package/esm/models/createlogdrainop.js.map +1 -1
  62. package/esm/models/createprojectenvop.d.ts +12 -18
  63. package/esm/models/createprojectenvop.d.ts.map +1 -1
  64. package/esm/models/createprojectenvop.js +12 -12
  65. package/esm/models/createprojectenvop.js.map +1 -1
  66. package/esm/models/createprojectop.d.ts +221 -29
  67. package/esm/models/createprojectop.d.ts.map +1 -1
  68. package/esm/models/createprojectop.js +174 -11
  69. package/esm/models/createprojectop.js.map +1 -1
  70. package/esm/models/editprojectenvop.d.ts +4 -7
  71. package/esm/models/editprojectenvop.d.ts.map +1 -1
  72. package/esm/models/editprojectenvop.js +4 -4
  73. package/esm/models/editprojectenvop.js.map +1 -1
  74. package/esm/models/exchangessotokenop.d.ts +34 -0
  75. package/esm/models/exchangessotokenop.d.ts.map +1 -1
  76. package/esm/models/exchangessotokenop.js +25 -0
  77. package/esm/models/exchangessotokenop.js.map +1 -1
  78. package/esm/models/filterprojectenvsop.d.ts +18 -27
  79. package/esm/models/filterprojectenvsop.d.ts.map +1 -1
  80. package/esm/models/filterprojectenvsop.js +18 -18
  81. package/esm/models/filterprojectenvsop.js.map +1 -1
  82. package/esm/models/getconfigurationsop.d.ts +19 -16
  83. package/esm/models/getconfigurationsop.d.ts.map +1 -1
  84. package/esm/models/getconfigurationsop.js +25 -27
  85. package/esm/models/getconfigurationsop.js.map +1 -1
  86. package/esm/models/getcustomenvironmentop.d.ts +3 -0
  87. package/esm/models/getcustomenvironmentop.d.ts.map +1 -1
  88. package/esm/models/getcustomenvironmentop.js.map +1 -1
  89. package/esm/models/getdeploymentop.d.ts +574 -172
  90. package/esm/models/getdeploymentop.d.ts.map +1 -1
  91. package/esm/models/getdeploymentop.js +567 -171
  92. package/esm/models/getdeploymentop.js.map +1 -1
  93. package/esm/models/getfirewallconfigop.d.ts +214 -214
  94. package/esm/models/getfirewallconfigop.d.ts.map +1 -1
  95. package/esm/models/getfirewallconfigop.js +210 -231
  96. package/esm/models/getfirewallconfigop.js.map +1 -1
  97. package/esm/models/getintegrationlogdrainsop.d.ts +11 -11
  98. package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
  99. package/esm/models/getintegrationlogdrainsop.js +14 -13
  100. package/esm/models/getintegrationlogdrainsop.js.map +1 -1
  101. package/esm/models/getprojectdomainsop.d.ts +198 -36
  102. package/esm/models/getprojectdomainsop.d.ts.map +1 -1
  103. package/esm/models/getprojectdomainsop.js +193 -32
  104. package/esm/models/getprojectdomainsop.js.map +1 -1
  105. package/esm/models/getprojectenvop.d.ts +10 -16
  106. package/esm/models/getprojectenvop.d.ts.map +1 -1
  107. package/esm/models/getprojectenvop.js +10 -10
  108. package/esm/models/getprojectenvop.js.map +1 -1
  109. package/esm/models/getprojectsop.d.ts +221 -29
  110. package/esm/models/getprojectsop.d.ts.map +1 -1
  111. package/esm/models/getprojectsop.js +173 -11
  112. package/esm/models/getprojectsop.js.map +1 -1
  113. package/esm/models/getteammembersop.d.ts +9 -9
  114. package/esm/models/getteammembersop.js +3 -3
  115. package/esm/models/getteammembersop.js.map +1 -1
  116. package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts +3 -0
  117. package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts.map +1 -1
  118. package/esm/models/getv9projectsidornamecustomenvironmentsop.js.map +1 -1
  119. package/esm/models/putfirewallconfigop.d.ts +2901 -0
  120. package/esm/models/putfirewallconfigop.d.ts.map +1 -0
  121. package/esm/models/putfirewallconfigop.js +2383 -0
  122. package/esm/models/putfirewallconfigop.js.map +1 -0
  123. package/esm/models/removeprojectenvop.d.ts +18 -27
  124. package/esm/models/removeprojectenvop.d.ts.map +1 -1
  125. package/esm/models/removeprojectenvop.js +18 -18
  126. package/esm/models/removeprojectenvop.js.map +1 -1
  127. package/esm/models/updatefirewallconfigop.d.ts +323 -323
  128. package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
  129. package/esm/models/updatefirewallconfigop.js +379 -357
  130. package/esm/models/updatefirewallconfigop.js.map +1 -1
  131. package/esm/models/updateprojectdatacacheop.d.ts +229 -37
  132. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  133. package/esm/models/updateprojectdatacacheop.js +189 -23
  134. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  135. package/esm/models/updateprojectop.d.ts +221 -29
  136. package/esm/models/updateprojectop.d.ts.map +1 -1
  137. package/esm/models/updateprojectop.js +174 -11
  138. package/esm/models/updateprojectop.js.map +1 -1
  139. package/esm/models/userevent.d.ts +608 -524
  140. package/esm/models/userevent.d.ts.map +1 -1
  141. package/esm/models/userevent.js +748 -666
  142. package/esm/models/userevent.js.map +1 -1
  143. package/esm/sdk/integrations.d.ts +0 -16
  144. package/esm/sdk/integrations.d.ts.map +1 -1
  145. package/esm/sdk/integrations.js +0 -20
  146. package/esm/sdk/integrations.js.map +1 -1
  147. package/esm/sdk/logdrains.d.ts +0 -24
  148. package/esm/sdk/logdrains.d.ts.map +1 -1
  149. package/esm/sdk/logdrains.js +0 -30
  150. package/esm/sdk/logdrains.js.map +1 -1
  151. package/esm/sdk/security.d.ts +8 -0
  152. package/esm/sdk/security.d.ts.map +1 -1
  153. package/esm/sdk/security.js +10 -0
  154. package/esm/sdk/security.js.map +1 -1
  155. package/jsr.json +1 -1
  156. package/package.json +3 -3
  157. package/src/__tests__/deployments.test.ts +16 -1
  158. package/src/__tests__/integrations.test.ts +9 -44
  159. package/src/__tests__/logdrains.test.ts +13 -95
  160. package/src/__tests__/marketplace.test.ts +7 -2
  161. package/src/__tests__/projects.test.ts +4 -4
  162. package/src/__tests__/security.test.ts +166 -19
  163. package/src/funcs/{logDrainsCreateConfigurableLogDrain.ts → securityPutFirewallConfig.ts} +31 -22
  164. package/src/lib/config.ts +3 -3
  165. package/src/lib/matchers.ts +20 -0
  166. package/src/lib/sdks.ts +8 -2
  167. package/src/mcp-server/mcp-server.ts +1 -1
  168. package/src/mcp-server/server.ts +3 -11
  169. package/src/mcp-server/tools/securityPutFirewallConfig.ts +37 -0
  170. package/src/models/authtoken.ts +2 -0
  171. package/src/models/authuser.ts +126 -0
  172. package/src/models/canceldeploymentop.ts +592 -149
  173. package/src/models/createdeploymentop.ts +616 -165
  174. package/src/models/createlogdrainop.ts +95 -112
  175. package/src/models/createprojectenvop.ts +24 -30
  176. package/src/models/createprojectop.ts +378 -21
  177. package/src/models/editprojectenvop.ts +8 -11
  178. package/src/models/exchangessotokenop.ts +44 -0
  179. package/src/models/filterprojectenvsop.ts +36 -45
  180. package/src/models/getconfigurationsop.ts +34 -39
  181. package/src/models/getcustomenvironmentop.ts +3 -0
  182. package/src/models/getdeploymentop.ts +1288 -353
  183. package/src/models/getfirewallconfigop.ts +555 -410
  184. package/src/models/getintegrationlogdrainsop.ts +15 -20
  185. package/src/models/getprojectdomainsop.ts +470 -63
  186. package/src/models/getprojectenvop.ts +20 -26
  187. package/src/models/getprojectsop.ts +380 -22
  188. package/src/models/getteammembersop.ts +3 -3
  189. package/src/models/getv9projectsidornamecustomenvironmentsop.ts +3 -0
  190. package/src/models/putfirewallconfigop.ts +4932 -0
  191. package/src/models/removeprojectenvop.ts +36 -45
  192. package/src/models/updatefirewallconfigop.ts +820 -612
  193. package/src/models/updateprojectdatacacheop.ts +395 -40
  194. package/src/models/updateprojectop.ts +378 -21
  195. package/src/models/userevent.ts +1363 -1203
  196. package/src/sdk/integrations.ts +0 -44
  197. package/src/sdk/logdrains.ts +0 -66
  198. package/src/sdk/security.ts +22 -0
  199. package/vercel-spec.json +1780 -1622
  200. package/esm/funcs/integrationsGitNamespaces.d.ts +0 -18
  201. package/esm/funcs/integrationsGitNamespaces.d.ts.map +0 -1
  202. package/esm/funcs/integrationsGitNamespaces.js +0 -86
  203. package/esm/funcs/integrationsGitNamespaces.js.map +0 -1
  204. package/esm/funcs/integrationsSearchRepo.d.ts +0 -17
  205. package/esm/funcs/integrationsSearchRepo.d.ts.map +0 -1
  206. package/esm/funcs/integrationsSearchRepo.js +0 -89
  207. package/esm/funcs/integrationsSearchRepo.js.map +0 -1
  208. package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts +0 -18
  209. package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts.map +0 -1
  210. package/esm/funcs/logDrainsCreateConfigurableLogDrain.js.map +0 -1
  211. package/esm/funcs/logDrainsGetAllLogDrains.d.ts +0 -18
  212. package/esm/funcs/logDrainsGetAllLogDrains.d.ts.map +0 -1
  213. package/esm/funcs/logDrainsGetAllLogDrains.js +0 -88
  214. package/esm/funcs/logDrainsGetAllLogDrains.js.map +0 -1
  215. package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts +0 -19
  216. package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts.map +0 -1
  217. package/esm/funcs/logDrainsGetConfigurableLogDrain.js +0 -92
  218. package/esm/funcs/logDrainsGetConfigurableLogDrain.js.map +0 -1
  219. package/esm/mcp-server/tools/integrationsGitNamespaces.d.ts +0 -7
  220. package/esm/mcp-server/tools/integrationsGitNamespaces.d.ts.map +0 -1
  221. package/esm/mcp-server/tools/integrationsGitNamespaces.js +0 -28
  222. package/esm/mcp-server/tools/integrationsSearchRepo.d.ts +0 -7
  223. package/esm/mcp-server/tools/integrationsSearchRepo.d.ts.map +0 -1
  224. package/esm/mcp-server/tools/integrationsSearchRepo.js +0 -28
  225. package/esm/mcp-server/tools/integrationsSearchRepo.js.map +0 -1
  226. package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.d.ts +0 -7
  227. package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.d.ts.map +0 -1
  228. package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js +0 -28
  229. package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js.map +0 -1
  230. package/esm/mcp-server/tools/logDrainsGetAllLogDrains.d.ts +0 -7
  231. package/esm/mcp-server/tools/logDrainsGetAllLogDrains.d.ts.map +0 -1
  232. package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js +0 -28
  233. package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js.map +0 -1
  234. package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.d.ts +0 -7
  235. package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.d.ts.map +0 -1
  236. package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js +0 -28
  237. package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js.map +0 -1
  238. package/esm/models/createconfigurablelogdrainop.d.ts +0 -451
  239. package/esm/models/createconfigurablelogdrainop.d.ts.map +0 -1
  240. package/esm/models/createconfigurablelogdrainop.js +0 -348
  241. package/esm/models/createconfigurablelogdrainop.js.map +0 -1
  242. package/esm/models/getalllogdrainsop.d.ts +0 -294
  243. package/esm/models/getalllogdrainsop.d.ts.map +0 -1
  244. package/esm/models/getalllogdrainsop.js +0 -231
  245. package/esm/models/getalllogdrainsop.js.map +0 -1
  246. package/esm/models/getconfigurablelogdrainop.d.ts +0 -292
  247. package/esm/models/getconfigurablelogdrainop.d.ts.map +0 -1
  248. package/esm/models/getconfigurablelogdrainop.js +0 -230
  249. package/esm/models/getconfigurablelogdrainop.js.map +0 -1
  250. package/esm/models/gitnamespacesop.d.ts +0 -126
  251. package/esm/models/gitnamespacesop.d.ts.map +0 -1
  252. package/esm/models/gitnamespacesop.js +0 -115
  253. package/esm/models/gitnamespacesop.js.map +0 -1
  254. package/esm/models/searchrepoop.d.ts +0 -421
  255. package/esm/models/searchrepoop.d.ts.map +0 -1
  256. package/esm/models/searchrepoop.js +0 -385
  257. package/esm/models/searchrepoop.js.map +0 -1
  258. package/src/funcs/integrationsGitNamespaces.ts +0 -185
  259. package/src/funcs/integrationsSearchRepo.ts +0 -181
  260. package/src/funcs/logDrainsGetAllLogDrains.ts +0 -187
  261. package/src/funcs/logDrainsGetConfigurableLogDrain.ts +0 -199
  262. package/src/mcp-server/tools/integrationsGitNamespaces.ts +0 -37
  263. package/src/mcp-server/tools/integrationsSearchRepo.ts +0 -37
  264. package/src/mcp-server/tools/logDrainsCreateConfigurableLogDrain.ts +0 -39
  265. package/src/mcp-server/tools/logDrainsGetAllLogDrains.ts +0 -37
  266. package/src/mcp-server/tools/logDrainsGetConfigurableLogDrain.ts +0 -39
  267. package/src/models/createconfigurablelogdrainop.ts +0 -652
  268. package/src/models/getalllogdrainsop.ts +0 -416
  269. package/src/models/getconfigurablelogdrainop.ts +0 -420
  270. package/src/models/gitnamespacesop.ts +0 -235
  271. package/src/models/searchrepoop.ts +0 -784
@@ -89,13 +89,14 @@ export const AuthMethod = {
89
89
  Otp: "otp",
90
90
  Sms: "sms",
91
91
  Invite: "invite",
92
+ Google: "google",
92
93
  } as const;
93
94
  export type AuthMethod = ClosedEnum<typeof AuthMethod>;
94
95
 
95
96
  /**
96
97
  * The payload of the event, if requested.
97
98
  */
98
- export type OneHundredAndFortySeven = {
99
+ export type OneHundredAndFortyEight = {
99
100
  grantType: GrantType;
100
101
  appName: string;
101
102
  /**
@@ -110,12 +111,12 @@ export type OneHundredAndFortySeven = {
110
111
  authMethod: AuthMethod;
111
112
  };
112
113
 
113
- export type UserEventPayload146Team = {
114
+ export type UserEventPayload147Team = {
114
115
  id: string;
115
116
  name: string;
116
117
  };
117
118
 
118
- export type UserEventPayload146Configuration = {
119
+ export type UserEventPayload147Configuration = {
119
120
  id: string;
120
121
  name?: string | undefined;
121
122
  };
@@ -128,19 +129,19 @@ export type UserEventPayloadPeering = {
128
129
  /**
129
130
  * The payload of the event, if requested.
130
131
  */
131
- export type OneHundredAndFortySix = {
132
- team: UserEventPayload146Team;
133
- configuration: UserEventPayload146Configuration;
132
+ export type OneHundredAndFortySeven = {
133
+ team: UserEventPayload147Team;
134
+ configuration: UserEventPayload147Configuration;
134
135
  peering: UserEventPayloadPeering;
135
136
  newName?: string | undefined;
136
137
  };
137
138
 
138
- export type UserEventPayload145Team = {
139
+ export type UserEventPayload146Team = {
139
140
  id: string;
140
141
  name: string;
141
142
  };
142
143
 
143
- export type UserEventPayload145Configuration = {
144
+ export type UserEventPayload146Configuration = {
144
145
  id: string;
145
146
  name?: string | undefined;
146
147
  };
@@ -153,18 +154,18 @@ export type PayloadPeering = {
153
154
  /**
154
155
  * The payload of the event, if requested.
155
156
  */
156
- export type OneHundredAndFortyFive = {
157
- team: UserEventPayload145Team;
158
- configuration: UserEventPayload145Configuration;
157
+ export type OneHundredAndFortySix = {
158
+ team: UserEventPayload146Team;
159
+ configuration: UserEventPayload146Configuration;
159
160
  peering: PayloadPeering;
160
161
  };
161
162
 
162
- export type UserEventPayload144Team = {
163
+ export type UserEventPayload145Team = {
163
164
  id: string;
164
165
  name: string;
165
166
  };
166
167
 
167
- export type UserEventPayload144Configuration = {
168
+ export type UserEventPayload145Configuration = {
168
169
  id: string;
169
170
  name?: string | undefined;
170
171
  };
@@ -179,23 +180,23 @@ export type Peering = {
179
180
  /**
180
181
  * The payload of the event, if requested.
181
182
  */
182
- export type OneHundredAndFortyFour = {
183
- team: UserEventPayload144Team;
184
- configuration: UserEventPayload144Configuration;
183
+ export type OneHundredAndFortyFive = {
184
+ team: UserEventPayload145Team;
185
+ configuration: UserEventPayload145Configuration;
185
186
  peering: Peering;
186
187
  };
187
188
 
188
189
  /**
189
190
  * The payload of the event, if requested.
190
191
  */
191
- export type OneHundredAndFortyThree = {
192
+ export type OneHundredAndFortyFour = {
192
193
  appName: string;
193
194
  };
194
195
 
195
196
  /**
196
197
  * The payload of the event, if requested.
197
198
  */
198
- export type OneHundredAndFortyTwo = {
199
+ export type OneHundredAndFortyThree = {
199
200
  appName: string;
200
201
  nextScopes: Array<string>;
201
202
  };
@@ -203,7 +204,7 @@ export type OneHundredAndFortyTwo = {
203
204
  /**
204
205
  * The payload of the event, if requested.
205
206
  */
206
- export type OneHundredAndFortyOne = {
207
+ export type OneHundredAndFortyTwo = {
207
208
  appName: string;
208
209
  scopes: Array<string>;
209
210
  };
@@ -211,7 +212,7 @@ export type OneHundredAndFortyOne = {
211
212
  /**
212
213
  * The payload of the event, if requested.
213
214
  */
214
- export type OneHundredAndForty = {
215
+ export type OneHundredAndFortyOne = {
215
216
  oldName: string;
216
217
  newName: string;
217
218
  };
@@ -225,7 +226,7 @@ export type Tier = ClosedEnum<typeof Tier>;
225
226
  /**
226
227
  * The payload of the event, if requested.
227
228
  */
228
- export type OneHundredAndThirtyNine = {
229
+ export type OneHundredAndForty = {
229
230
  tier: Tier;
230
231
  };
231
232
 
@@ -248,7 +249,7 @@ export type PrevProjectWebAnalytics = {
248
249
  /**
249
250
  * The payload of the event, if requested.
250
251
  */
251
- export type OneHundredAndThirtyEight = {
252
+ export type OneHundredAndThirtyNine = {
252
253
  projectId: string;
253
254
  projectName: string;
254
255
  projectWebAnalytics?: ProjectWebAnalytics | undefined;
@@ -279,7 +280,7 @@ export type Microfrontends1 = {
279
280
  */
280
281
  isDefaultApp?: boolean | undefined;
281
282
  /**
282
- * A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI.
283
+ * A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`
283
284
  */
284
285
  defaultRoute?: string | undefined;
285
286
  /**
@@ -290,7 +291,7 @@ export type Microfrontends1 = {
290
291
 
291
292
  export type Microfrontends = Microfrontends2 | Microfrontends1;
292
293
 
293
- export type UserEventPayload137Project = {
294
+ export type UserEventPayload138Project = {
294
295
  id: string;
295
296
  name: string;
296
297
  microfrontends?: Microfrontends2 | Microfrontends1 | undefined;
@@ -320,7 +321,7 @@ export type UserEventMicrofrontends1 = {
320
321
  */
321
322
  isDefaultApp?: boolean | undefined;
322
323
  /**
323
- * A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI.
324
+ * A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`
324
325
  */
325
326
  defaultRoute?: string | undefined;
326
327
  /**
@@ -333,7 +334,7 @@ export type PayloadMicrofrontends =
333
334
  | UserEventMicrofrontends2
334
335
  | UserEventMicrofrontends1;
335
336
 
336
- export type UserEventPayload137PrevProject = {
337
+ export type UserEventPayload138PrevProject = {
337
338
  microfrontends?:
338
339
  | UserEventMicrofrontends2
339
340
  | UserEventMicrofrontends1
@@ -341,7 +342,7 @@ export type UserEventPayload137PrevProject = {
341
342
  };
342
343
 
343
344
  export type PayloadPrev = {
344
- project: UserEventPayload137PrevProject;
345
+ project: UserEventPayload138PrevProject;
345
346
  };
346
347
 
347
348
  export type PayloadGroup = {
@@ -353,13 +354,13 @@ export type PayloadGroup = {
353
354
  /**
354
355
  * The payload of the event, if requested.
355
356
  */
356
- export type OneHundredAndThirtySeven = {
357
- project: UserEventPayload137Project;
357
+ export type OneHundredAndThirtyEight = {
358
+ project: UserEventPayload138Project;
358
359
  prev: PayloadPrev;
359
360
  group: PayloadGroup;
360
361
  };
361
362
 
362
- export type UserEventPayload136Project = {
363
+ export type UserEventPayload137Project = {
363
364
  id: string;
364
365
  name: string;
365
366
  };
@@ -373,8 +374,8 @@ export type Group = {
373
374
  /**
374
375
  * The payload of the event, if requested.
375
376
  */
376
- export type OneHundredAndThirtySix = {
377
- project: UserEventPayload136Project;
377
+ export type OneHundredAndThirtySeven = {
378
+ project: UserEventPayload137Project;
378
379
  group: Group;
379
380
  };
380
381
 
@@ -386,7 +387,7 @@ export type Prev = {
386
387
  /**
387
388
  * The payload of the event, if requested.
388
389
  */
389
- export type OneHundredAndThirtyFive = {
390
+ export type OneHundredAndThirtySix = {
390
391
  id: string;
391
392
  slug: string;
392
393
  name: string;
@@ -396,7 +397,7 @@ export type OneHundredAndThirtyFive = {
396
397
  /**
397
398
  * The payload of the event, if requested.
398
399
  */
399
- export type OneHundredAndThirtyFour = {
400
+ export type OneHundredAndThirtyFive = {
400
401
  id: string;
401
402
  slug: string;
402
403
  name: string;
@@ -405,7 +406,7 @@ export type OneHundredAndThirtyFour = {
405
406
  /**
406
407
  * The payload of the event, if requested.
407
408
  */
408
- export type OneHundredAndThirtyThree = {
409
+ export type OneHundredAndThirtyFour = {
409
410
  edgeConfigId: string;
410
411
  edgeConfigSlug: string;
411
412
  /**
@@ -417,7 +418,7 @@ export type OneHundredAndThirtyThree = {
417
418
  /**
418
419
  * The payload of the event, if requested.
419
420
  */
420
- export type OneHundredAndThirtyTwo = {
421
+ export type OneHundredAndThirtyThree = {
421
422
  edgeConfigId: string;
422
423
  edgeConfigSlug: string;
423
424
  edgeConfigTokenId: string;
@@ -427,24 +428,24 @@ export type OneHundredAndThirtyTwo = {
427
428
  /**
428
429
  * The payload of the event, if requested.
429
430
  */
430
- export type OneHundredAndThirtyOne = {
431
+ export type OneHundredAndThirtyTwo = {
431
432
  edgeConfigId: string;
432
433
  edgeConfigSlug: string;
433
434
  edgeConfigDigest: string;
434
435
  };
435
436
 
436
- export const UserEventPayload130Role = {
437
+ export const UserEventPayload131Role = {
437
438
  Admin: "ADMIN",
438
439
  ProjectDeveloper: "PROJECT_DEVELOPER",
439
440
  ProjectViewer: "PROJECT_VIEWER",
440
441
  } as const;
441
- export type UserEventPayload130Role = ClosedEnum<
442
- typeof UserEventPayload130Role
442
+ export type UserEventPayload131Role = ClosedEnum<
443
+ typeof UserEventPayload131Role
443
444
  >;
444
445
 
445
- export type UserEventPayload130Project = {
446
+ export type UserEventPayload131Project = {
446
447
  name: string;
447
- role: UserEventPayload130Role;
448
+ role: UserEventPayload131Role;
448
449
  invitedUserName: string;
449
450
  id?: string | undefined;
450
451
  invitedUserId?: string | undefined;
@@ -453,22 +454,22 @@ export type UserEventPayload130Project = {
453
454
  /**
454
455
  * The payload of the event, if requested.
455
456
  */
456
- export type OneHundredAndThirty = {
457
- project: UserEventPayload130Project;
457
+ export type OneHundredAndThirtyOne = {
458
+ project: UserEventPayload131Project;
458
459
  };
459
460
 
460
- export type UserEventPayload129Project = {
461
+ export type UserEventPayload130Project = {
461
462
  id: string;
462
463
  name: string;
463
464
  };
464
465
 
465
- export const UserEventPayload129Role = {
466
+ export const UserEventPayload130Role = {
466
467
  Admin: "ADMIN",
467
468
  ProjectDeveloper: "PROJECT_DEVELOPER",
468
469
  ProjectViewer: "PROJECT_VIEWER",
469
470
  } as const;
470
- export type UserEventPayload129Role = ClosedEnum<
471
- typeof UserEventPayload129Role
471
+ export type UserEventPayload130Role = ClosedEnum<
472
+ typeof UserEventPayload130Role
472
473
  >;
473
474
 
474
475
  export const PreviousRole = {
@@ -479,7 +480,7 @@ export const PreviousRole = {
479
480
  export type PreviousRole = ClosedEnum<typeof PreviousRole>;
480
481
 
481
482
  export type PayloadProjectMembership = {
482
- role?: UserEventPayload129Role | undefined;
483
+ role?: UserEventPayload130Role | undefined;
483
484
  uid?: string | undefined;
484
485
  createdAt?: number | undefined;
485
486
  username?: string | undefined;
@@ -489,12 +490,12 @@ export type PayloadProjectMembership = {
489
490
  /**
490
491
  * The payload of the event, if requested.
491
492
  */
492
- export type OneHundredAndTwentyNine = {
493
- project: UserEventPayload129Project;
493
+ export type OneHundredAndThirty = {
494
+ project: UserEventPayload130Project;
494
495
  projectMembership: PayloadProjectMembership;
495
496
  };
496
497
 
497
- export type UserEventPayload128Project = {
498
+ export type UserEventPayload129Project = {
498
499
  name: string;
499
500
  id?: string | undefined;
500
501
  };
@@ -516,12 +517,12 @@ export type RemovedMembership = {
516
517
  /**
517
518
  * The payload of the event, if requested.
518
519
  */
519
- export type OneHundredAndTwentyEight = {
520
- project: UserEventPayload128Project;
520
+ export type OneHundredAndTwentyNine = {
521
+ project: UserEventPayload129Project;
521
522
  removedMembership: RemovedMembership;
522
523
  };
523
524
 
524
- export type UserEventPayload127Project = {
525
+ export type UserEventPayload128Project = {
525
526
  name: string;
526
527
  id?: string | undefined;
527
528
  };
@@ -543,15 +544,15 @@ export type ProjectMembership = {
543
544
  /**
544
545
  * The payload of the event, if requested.
545
546
  */
546
- export type OneHundredAndTwentySeven = {
547
- project: UserEventPayload127Project;
547
+ export type OneHundredAndTwentyEight = {
548
+ project: UserEventPayload128Project;
548
549
  projectMembership: ProjectMembership | null;
549
550
  };
550
551
 
551
552
  /**
552
553
  * The payload of the event, if requested.
553
554
  */
554
- export type OneHundredAndTwentySix = {
555
+ export type OneHundredAndTwentySeven = {
555
556
  previousProjectName: string;
556
557
  newProjectName: string;
557
558
  originAccountName: string;
@@ -561,7 +562,7 @@ export type OneHundredAndTwentySix = {
561
562
  /**
562
563
  * The payload of the event, if requested.
563
564
  */
564
- export type OneHundredAndTwentyFive = {
565
+ export type OneHundredAndTwentySix = {
565
566
  previousProjectName: string;
566
567
  newProjectName: string;
567
568
  destinationAccountName: string;
@@ -571,7 +572,7 @@ export type OneHundredAndTwentyFive = {
571
572
  /**
572
573
  * The payload of the event, if requested.
573
574
  */
574
- export type OneHundredAndTwentyFour = {
575
+ export type OneHundredAndTwentyFive = {
575
576
  projectName: string;
576
577
  destinationAccountName: string | null;
577
578
  transferId?: string | undefined;
@@ -580,7 +581,7 @@ export type OneHundredAndTwentyFour = {
580
581
  /**
581
582
  * The payload of the event, if requested.
582
583
  */
583
- export type OneHundredAndTwentyThree = {
584
+ export type OneHundredAndTwentyFour = {
584
585
  projectId: string;
585
586
  projectName: string;
586
587
  originAccountName: string;
@@ -592,7 +593,7 @@ export type OneHundredAndTwentyThree = {
592
593
  /**
593
594
  * The payload of the event, if requested.
594
595
  */
595
- export type OneHundredAndTwentyTwo = {
596
+ export type OneHundredAndTwentyThree = {
596
597
  requestedTeamName: string;
597
598
  requestedUserName?: string | undefined;
598
599
  gitUsername?: string | undefined;
@@ -604,7 +605,7 @@ export type OneHundredAndTwentyTwo = {
604
605
  /**
605
606
  * The payload of the event, if requested.
606
607
  */
607
- export type OneHundredAndTwentyOne = {
608
+ export type OneHundredAndTwentyTwo = {
608
609
  teamName: string;
609
610
  username?: string | undefined;
610
611
  gitUsername?: string | null | undefined;
@@ -616,7 +617,7 @@ export type OneHundredAndTwentyOne = {
616
617
  /**
617
618
  * The payload of the event, if requested.
618
619
  */
619
- export type OneHundredAndTwenty = {
620
+ export type OneHundredAndTwentyOne = {
620
621
  teamName: string;
621
622
  username?: string | undefined;
622
623
  gitUsername?: string | undefined;
@@ -630,7 +631,7 @@ export type OneHundredAndTwenty = {
630
631
  /**
631
632
  * The payload of the event, if requested.
632
633
  */
633
- export type OneHundredAndNineteen = {
634
+ export type OneHundredAndTwenty = {
634
635
  price?: number | undefined;
635
636
  currency?: string | undefined;
636
637
  };
@@ -638,7 +639,7 @@ export type OneHundredAndNineteen = {
638
639
  /**
639
640
  * The payload of the event, if requested.
640
641
  */
641
- export type OneHundredAndEighteen = {
642
+ export type OneHundredAndNineteen = {
642
643
  previewDeploymentSuffix?: string | null | undefined;
643
644
  previousPreviewDeploymentSuffix?: string | null | undefined;
644
645
  };
@@ -646,7 +647,7 @@ export type OneHundredAndEighteen = {
646
647
  /**
647
648
  * The payload of the event, if requested.
648
649
  */
649
- export type OneHundredAndSeventeen = {
650
+ export type OneHundredAndEighteen = {
650
651
  price?: number | undefined;
651
652
  currency?: string | undefined;
652
653
  enabled?: boolean | undefined;
@@ -655,14 +656,14 @@ export type OneHundredAndSeventeen = {
655
656
  /**
656
657
  * The payload of the event, if requested.
657
658
  */
658
- export type OneHundredAndSixteen = {
659
+ export type OneHundredAndSeventeen = {
659
660
  username: string;
660
661
  };
661
662
 
662
663
  /**
663
664
  * The payload of the event, if requested.
664
665
  */
665
- export type OneHundredAndFifteen = {
666
+ export type OneHundredAndSixteen = {
666
667
  email: string;
667
668
  prevEmail: string;
668
669
  };
@@ -670,14 +671,14 @@ export type OneHundredAndFifteen = {
670
671
  /**
671
672
  * The payload of the event, if requested.
672
673
  */
673
- export type OneHundredAndFourteen = {
674
+ export type OneHundredAndFifteen = {
674
675
  mfaEnabled: boolean;
675
676
  };
676
677
 
677
678
  /**
678
679
  * The payload of the event, if requested.
679
680
  */
680
- export type OneHundredAndThirteen = {
681
+ export type OneHundredAndFourteen = {
681
682
  enabled: boolean;
682
683
  totpVerified: boolean;
683
684
  };
@@ -695,7 +696,7 @@ export type Next = {
695
696
  /**
696
697
  * The payload of the event, if requested.
697
698
  */
698
- export type OneHundredAndTwelve = {
699
+ export type OneHundredAndThirteen = {
699
700
  previous: Previous;
700
701
  next: Next;
701
702
  };
@@ -710,7 +711,7 @@ export type PayloadRemoteCaching = {
710
711
  /**
711
712
  * The payload of the event, if requested.
712
713
  */
713
- export type OneHundredAndEleven = {
714
+ export type OneHundredAndTwelve = {
714
715
  /**
715
716
  * Represents configuration for remote caching
716
717
  */
@@ -720,17 +721,24 @@ export type OneHundredAndEleven = {
720
721
  /**
721
722
  * The payload of the event, if requested.
722
723
  */
723
- export type OneHundredAndTen = {
724
+ export type OneHundredAndEleven = {
724
725
  slug?: string | undefined;
725
726
  };
726
727
 
727
728
  /**
728
729
  * The payload of the event, if requested.
729
730
  */
730
- export type OneHundredAndNine = {
731
+ export type OneHundredAndTen = {
731
732
  name?: string | undefined;
732
733
  };
733
734
 
735
+ /**
736
+ * The payload of the event, if requested.
737
+ */
738
+ export type OneHundredAndNine = {
739
+ enforced: boolean;
740
+ };
741
+
734
742
  export type UserEventPayload108User = {
735
743
  id: string;
736
744
  username: string;
@@ -1634,6 +1642,7 @@ export type SixtyEight = {
1634
1642
  viaGithub: boolean;
1635
1643
  viaGitlab: boolean;
1636
1644
  viaBitbucket: boolean;
1645
+ viaGoogle: boolean;
1637
1646
  viaSamlSso: boolean;
1638
1647
  viaPasskey: boolean;
1639
1648
  ssoType?: string | undefined;
@@ -1786,6 +1795,7 @@ export type PayloadBilling = {
1786
1795
 
1787
1796
  export const UserEventCredentialsType = {
1788
1797
  GithubOauthCustomHost: "github-oauth-custom-host",
1798
+ GithubAppCustomHost: "github-app-custom-host",
1789
1799
  } as const;
1790
1800
  export type UserEventCredentialsType = ClosedEnum<
1791
1801
  typeof UserEventCredentialsType
@@ -1800,6 +1810,7 @@ export type Credentials2 = {
1800
1810
  export const CredentialsType = {
1801
1811
  Gitlab: "gitlab",
1802
1812
  Bitbucket: "bitbucket",
1813
+ Google: "google",
1803
1814
  GithubOauth: "github-oauth",
1804
1815
  GithubApp: "github-app",
1805
1816
  } as const;
@@ -1839,6 +1850,7 @@ export const PayloadImportFlowGitProvider = {
1839
1850
  Github: "github",
1840
1851
  Gitlab: "gitlab",
1841
1852
  Bitbucket: "bitbucket",
1853
+ GithubCustomHost: "github-custom-host",
1842
1854
  } as const;
1843
1855
  export type PayloadImportFlowGitProvider = ClosedEnum<
1844
1856
  typeof PayloadImportFlowGitProvider
@@ -1864,6 +1876,18 @@ export type PayloadBuildEntitlements = {
1864
1876
  enhancedBuilds?: boolean | undefined;
1865
1877
  };
1866
1878
 
1879
+ export const PayloadPurchaseType = {
1880
+ Enhanced: "enhanced",
1881
+ } as const;
1882
+ export type PayloadPurchaseType = ClosedEnum<typeof PayloadPurchaseType>;
1883
+
1884
+ export type PayloadBuildMachine = {
1885
+ purchaseType?: PayloadPurchaseType | undefined;
1886
+ abovePlan?: boolean | undefined;
1887
+ cores?: number | undefined;
1888
+ memory?: number | undefined;
1889
+ };
1890
+
1867
1891
  export type PayloadResourceConfig = {
1868
1892
  nodeType?: string | undefined;
1869
1893
  concurrentBuilds?: number | undefined;
@@ -1888,6 +1912,8 @@ export type PayloadResourceConfig = {
1888
1912
  microfrontendProjectsPerGroup?: number | undefined;
1889
1913
  flagsExplorerOverridesThreshold?: number | undefined;
1890
1914
  flagsExplorerUnlimitedOverrides?: boolean | undefined;
1915
+ customEnvironmentsPerProject?: number | undefined;
1916
+ buildMachine?: PayloadBuildMachine | undefined;
1891
1917
  };
1892
1918
 
1893
1919
  export type ResourceLimits = {
@@ -3052,10 +3078,6 @@ export type OldEnvVar = {
3052
3078
  * The value of the Shared Env Var.
3053
3079
  */
3054
3080
  value?: string | undefined;
3055
- /**
3056
- * The value of the shared environment variable decrypted against api-secrets-management.
3057
- */
3058
- vsmValue?: string | undefined;
3059
3081
  /**
3060
3082
  * The unique identifiers of the projects which the Shared Env Var is linked to.
3061
3083
  */
@@ -3160,10 +3182,6 @@ export type NewEnvVar = {
3160
3182
  * The value of the Shared Env Var.
3161
3183
  */
3162
3184
  value?: string | undefined;
3163
- /**
3164
- * The value of the shared environment variable decrypted against api-secrets-management.
3165
- */
3166
- vsmValue?: string | undefined;
3167
3185
  /**
3168
3186
  * The unique identifiers of the projects which the Shared Env Var is linked to.
3169
3187
  */
@@ -3315,10 +3333,6 @@ export type FiftySeven = {
3315
3333
  * The value of the Shared Env Var.
3316
3334
  */
3317
3335
  value?: string | undefined;
3318
- /**
3319
- * The value of the shared environment variable decrypted against api-secrets-management.
3320
- */
3321
- vsmValue?: string | undefined;
3322
3336
  /**
3323
3337
  * The unique identifiers of the projects which the Shared Env Var is linked to.
3324
3338
  */
@@ -4053,11 +4067,12 @@ export type Payload =
4053
4067
  | OneHundredAndNine
4054
4068
  | OneHundredAndTen
4055
4069
  | OneHundredAndEleven
4056
- | OneHundredAndFourteen
4057
- | OneHundredAndSixteen
4058
- | OneHundredAndThirty
4059
- | OneHundredAndThirtyNine
4060
- | OneHundredAndFortyThree
4070
+ | OneHundredAndTwelve
4071
+ | OneHundredAndFifteen
4072
+ | OneHundredAndSeventeen
4073
+ | OneHundredAndThirtyOne
4074
+ | OneHundredAndForty
4075
+ | OneHundredAndFortyFour
4061
4076
  | Four
4062
4077
  | Fourteen
4063
4078
  | Seventeen
@@ -4086,18 +4101,18 @@ export type Payload =
4086
4101
  | NinetyOne
4087
4102
  | OneHundred
4088
4103
  | OneHundredAndSeven
4089
- | OneHundredAndTwelve
4090
4104
  | OneHundredAndThirteen
4091
- | OneHundredAndFifteen
4092
- | OneHundredAndEighteen
4105
+ | OneHundredAndFourteen
4106
+ | OneHundredAndSixteen
4093
4107
  | OneHundredAndNineteen
4094
- | OneHundredAndTwentySeven
4108
+ | OneHundredAndTwenty
4095
4109
  | OneHundredAndTwentyEight
4096
4110
  | OneHundredAndTwentyNine
4097
- | OneHundredAndThirtySix
4098
- | OneHundredAndForty
4111
+ | OneHundredAndThirty
4112
+ | OneHundredAndThirtySeven
4099
4113
  | OneHundredAndFortyOne
4100
4114
  | OneHundredAndFortyTwo
4115
+ | OneHundredAndFortyThree
4101
4116
  | Five
4102
4117
  | Eight
4103
4118
  | Ten
@@ -4131,14 +4146,14 @@ export type Payload =
4131
4146
  | NinetyTwo
4132
4147
  | OneHundredAndFive
4133
4148
  | OneHundredAndEight
4134
- | OneHundredAndSeventeen
4135
- | OneHundredAndTwentyFour
4136
- | OneHundredAndThirtyOne
4137
- | OneHundredAndThirtyThree
4149
+ | OneHundredAndEighteen
4150
+ | OneHundredAndTwentyFive
4151
+ | OneHundredAndThirtyTwo
4138
4152
  | OneHundredAndThirtyFour
4139
- | OneHundredAndThirtySeven
4140
- | OneHundredAndFortyFour
4153
+ | OneHundredAndThirtyFive
4154
+ | OneHundredAndThirtyEight
4141
4155
  | OneHundredAndFortyFive
4156
+ | OneHundredAndFortySix
4142
4157
  | Two
4143
4158
  | Six
4144
4159
  | Eleven
@@ -4151,12 +4166,12 @@ export type Payload =
4151
4166
  | SeventyFive
4152
4167
  | NinetyFour
4153
4168
  | OneHundredAndTwo
4154
- | OneHundredAndTwentyFive
4155
4169
  | OneHundredAndTwentySix
4156
- | OneHundredAndThirtyTwo
4157
- | OneHundredAndThirtyFive
4158
- | OneHundredAndThirtyEight
4159
- | OneHundredAndFortySix
4170
+ | OneHundredAndTwentySeven
4171
+ | OneHundredAndThirtyThree
4172
+ | OneHundredAndThirtySix
4173
+ | OneHundredAndThirtyNine
4174
+ | OneHundredAndFortySeven
4160
4175
  | Thirty
4161
4176
  | FortyTwo
4162
4177
  | FiftyNine
@@ -4168,19 +4183,19 @@ export type Payload =
4168
4183
  | SixtyFive
4169
4184
  | NinetyEight
4170
4185
  | OneHundredAndFour
4171
- | OneHundredAndTwentyOne
4172
4186
  | OneHundredAndTwentyTwo
4173
4187
  | OneHundredAndTwentyThree
4174
- | OneHundredAndFortySeven
4188
+ | OneHundredAndTwentyFour
4189
+ | OneHundredAndFortyEight
4175
4190
  | SixtyFour
4176
4191
  | SixtySeven
4177
4192
  | SeventyThree
4178
4193
  | OneHundredAndThree
4179
- | OneHundredAndTwenty
4194
+ | OneHundredAndTwentyOne
4180
4195
  | FiftySix
4181
- | SixtyEight
4182
4196
  | Seven
4183
4197
  | ThirtySeven
4198
+ | SixtyEight
4184
4199
  | FiftySeven;
4185
4200
 
4186
4201
  /**
@@ -4230,11 +4245,12 @@ export type UserEvent = {
4230
4245
  | OneHundredAndNine
4231
4246
  | OneHundredAndTen
4232
4247
  | OneHundredAndEleven
4233
- | OneHundredAndFourteen
4234
- | OneHundredAndSixteen
4235
- | OneHundredAndThirty
4236
- | OneHundredAndThirtyNine
4237
- | OneHundredAndFortyThree
4248
+ | OneHundredAndTwelve
4249
+ | OneHundredAndFifteen
4250
+ | OneHundredAndSeventeen
4251
+ | OneHundredAndThirtyOne
4252
+ | OneHundredAndForty
4253
+ | OneHundredAndFortyFour
4238
4254
  | Four
4239
4255
  | Fourteen
4240
4256
  | Seventeen
@@ -4263,18 +4279,18 @@ export type UserEvent = {
4263
4279
  | NinetyOne
4264
4280
  | OneHundred
4265
4281
  | OneHundredAndSeven
4266
- | OneHundredAndTwelve
4267
4282
  | OneHundredAndThirteen
4268
- | OneHundredAndFifteen
4269
- | OneHundredAndEighteen
4283
+ | OneHundredAndFourteen
4284
+ | OneHundredAndSixteen
4270
4285
  | OneHundredAndNineteen
4271
- | OneHundredAndTwentySeven
4286
+ | OneHundredAndTwenty
4272
4287
  | OneHundredAndTwentyEight
4273
4288
  | OneHundredAndTwentyNine
4274
- | OneHundredAndThirtySix
4275
- | OneHundredAndForty
4289
+ | OneHundredAndThirty
4290
+ | OneHundredAndThirtySeven
4276
4291
  | OneHundredAndFortyOne
4277
4292
  | OneHundredAndFortyTwo
4293
+ | OneHundredAndFortyThree
4278
4294
  | Five
4279
4295
  | Eight
4280
4296
  | Ten
@@ -4308,14 +4324,14 @@ export type UserEvent = {
4308
4324
  | NinetyTwo
4309
4325
  | OneHundredAndFive
4310
4326
  | OneHundredAndEight
4311
- | OneHundredAndSeventeen
4312
- | OneHundredAndTwentyFour
4313
- | OneHundredAndThirtyOne
4314
- | OneHundredAndThirtyThree
4327
+ | OneHundredAndEighteen
4328
+ | OneHundredAndTwentyFive
4329
+ | OneHundredAndThirtyTwo
4315
4330
  | OneHundredAndThirtyFour
4316
- | OneHundredAndThirtySeven
4317
- | OneHundredAndFortyFour
4331
+ | OneHundredAndThirtyFive
4332
+ | OneHundredAndThirtyEight
4318
4333
  | OneHundredAndFortyFive
4334
+ | OneHundredAndFortySix
4319
4335
  | Two
4320
4336
  | Six
4321
4337
  | Eleven
@@ -4328,12 +4344,12 @@ export type UserEvent = {
4328
4344
  | SeventyFive
4329
4345
  | NinetyFour
4330
4346
  | OneHundredAndTwo
4331
- | OneHundredAndTwentyFive
4332
4347
  | OneHundredAndTwentySix
4333
- | OneHundredAndThirtyTwo
4334
- | OneHundredAndThirtyFive
4335
- | OneHundredAndThirtyEight
4336
- | OneHundredAndFortySix
4348
+ | OneHundredAndTwentySeven
4349
+ | OneHundredAndThirtyThree
4350
+ | OneHundredAndThirtySix
4351
+ | OneHundredAndThirtyNine
4352
+ | OneHundredAndFortySeven
4337
4353
  | Thirty
4338
4354
  | FortyTwo
4339
4355
  | FiftyNine
@@ -4345,19 +4361,19 @@ export type UserEvent = {
4345
4361
  | SixtyFive
4346
4362
  | NinetyEight
4347
4363
  | OneHundredAndFour
4348
- | OneHundredAndTwentyOne
4349
4364
  | OneHundredAndTwentyTwo
4350
4365
  | OneHundredAndTwentyThree
4351
- | OneHundredAndFortySeven
4366
+ | OneHundredAndTwentyFour
4367
+ | OneHundredAndFortyEight
4352
4368
  | SixtyFour
4353
4369
  | SixtySeven
4354
4370
  | SeventyThree
4355
4371
  | OneHundredAndThree
4356
- | OneHundredAndTwenty
4372
+ | OneHundredAndTwentyOne
4357
4373
  | FiftySix
4358
- | SixtyEight
4359
4374
  | Seven
4360
4375
  | ThirtySeven
4376
+ | SixtyEight
4361
4377
  | FiftySeven
4362
4378
  | undefined;
4363
4379
  };
@@ -4534,8 +4550,8 @@ export namespace AuthMethod$ {
4534
4550
  }
4535
4551
 
4536
4552
  /** @internal */
4537
- export const OneHundredAndFortySeven$inboundSchema: z.ZodType<
4538
- OneHundredAndFortySeven,
4553
+ export const OneHundredAndFortyEight$inboundSchema: z.ZodType<
4554
+ OneHundredAndFortyEight,
4539
4555
  z.ZodTypeDef,
4540
4556
  unknown
4541
4557
  > = z.object({
@@ -4548,7 +4564,7 @@ export const OneHundredAndFortySeven$inboundSchema: z.ZodType<
4548
4564
  });
4549
4565
 
4550
4566
  /** @internal */
4551
- export type OneHundredAndFortySeven$Outbound = {
4567
+ export type OneHundredAndFortyEight$Outbound = {
4552
4568
  grantType: string;
4553
4569
  appName: string;
4554
4570
  atTTL: number;
@@ -4558,10 +4574,10 @@ export type OneHundredAndFortySeven$Outbound = {
4558
4574
  };
4559
4575
 
4560
4576
  /** @internal */
4561
- export const OneHundredAndFortySeven$outboundSchema: z.ZodType<
4562
- OneHundredAndFortySeven$Outbound,
4577
+ export const OneHundredAndFortyEight$outboundSchema: z.ZodType<
4578
+ OneHundredAndFortyEight$Outbound,
4563
4579
  z.ZodTypeDef,
4564
- OneHundredAndFortySeven
4580
+ OneHundredAndFortyEight
4565
4581
  > = z.object({
4566
4582
  grantType: GrantType$outboundSchema,
4567
4583
  appName: z.string(),
@@ -4575,36 +4591,36 @@ export const OneHundredAndFortySeven$outboundSchema: z.ZodType<
4575
4591
  * @internal
4576
4592
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4577
4593
  */
4578
- export namespace OneHundredAndFortySeven$ {
4579
- /** @deprecated use `OneHundredAndFortySeven$inboundSchema` instead. */
4580
- export const inboundSchema = OneHundredAndFortySeven$inboundSchema;
4581
- /** @deprecated use `OneHundredAndFortySeven$outboundSchema` instead. */
4582
- export const outboundSchema = OneHundredAndFortySeven$outboundSchema;
4583
- /** @deprecated use `OneHundredAndFortySeven$Outbound` instead. */
4584
- export type Outbound = OneHundredAndFortySeven$Outbound;
4594
+ export namespace OneHundredAndFortyEight$ {
4595
+ /** @deprecated use `OneHundredAndFortyEight$inboundSchema` instead. */
4596
+ export const inboundSchema = OneHundredAndFortyEight$inboundSchema;
4597
+ /** @deprecated use `OneHundredAndFortyEight$outboundSchema` instead. */
4598
+ export const outboundSchema = OneHundredAndFortyEight$outboundSchema;
4599
+ /** @deprecated use `OneHundredAndFortyEight$Outbound` instead. */
4600
+ export type Outbound = OneHundredAndFortyEight$Outbound;
4585
4601
  }
4586
4602
 
4587
- export function oneHundredAndFortySevenToJSON(
4588
- oneHundredAndFortySeven: OneHundredAndFortySeven,
4603
+ export function oneHundredAndFortyEightToJSON(
4604
+ oneHundredAndFortyEight: OneHundredAndFortyEight,
4589
4605
  ): string {
4590
4606
  return JSON.stringify(
4591
- OneHundredAndFortySeven$outboundSchema.parse(oneHundredAndFortySeven),
4607
+ OneHundredAndFortyEight$outboundSchema.parse(oneHundredAndFortyEight),
4592
4608
  );
4593
4609
  }
4594
4610
 
4595
- export function oneHundredAndFortySevenFromJSON(
4611
+ export function oneHundredAndFortyEightFromJSON(
4596
4612
  jsonString: string,
4597
- ): SafeParseResult<OneHundredAndFortySeven, SDKValidationError> {
4613
+ ): SafeParseResult<OneHundredAndFortyEight, SDKValidationError> {
4598
4614
  return safeParse(
4599
4615
  jsonString,
4600
- (x) => OneHundredAndFortySeven$inboundSchema.parse(JSON.parse(x)),
4601
- `Failed to parse 'OneHundredAndFortySeven' from JSON`,
4616
+ (x) => OneHundredAndFortyEight$inboundSchema.parse(JSON.parse(x)),
4617
+ `Failed to parse 'OneHundredAndFortyEight' from JSON`,
4602
4618
  );
4603
4619
  }
4604
4620
 
4605
4621
  /** @internal */
4606
- export const UserEventPayload146Team$inboundSchema: z.ZodType<
4607
- UserEventPayload146Team,
4622
+ export const UserEventPayload147Team$inboundSchema: z.ZodType<
4623
+ UserEventPayload147Team,
4608
4624
  z.ZodTypeDef,
4609
4625
  unknown
4610
4626
  > = z.object({
@@ -4613,16 +4629,16 @@ export const UserEventPayload146Team$inboundSchema: z.ZodType<
4613
4629
  });
4614
4630
 
4615
4631
  /** @internal */
4616
- export type UserEventPayload146Team$Outbound = {
4632
+ export type UserEventPayload147Team$Outbound = {
4617
4633
  id: string;
4618
4634
  name: string;
4619
4635
  };
4620
4636
 
4621
4637
  /** @internal */
4622
- export const UserEventPayload146Team$outboundSchema: z.ZodType<
4623
- UserEventPayload146Team$Outbound,
4638
+ export const UserEventPayload147Team$outboundSchema: z.ZodType<
4639
+ UserEventPayload147Team$Outbound,
4624
4640
  z.ZodTypeDef,
4625
- UserEventPayload146Team
4641
+ UserEventPayload147Team
4626
4642
  > = z.object({
4627
4643
  id: z.string(),
4628
4644
  name: z.string(),
@@ -4632,36 +4648,36 @@ export const UserEventPayload146Team$outboundSchema: z.ZodType<
4632
4648
  * @internal
4633
4649
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4634
4650
  */
4635
- export namespace UserEventPayload146Team$ {
4636
- /** @deprecated use `UserEventPayload146Team$inboundSchema` instead. */
4637
- export const inboundSchema = UserEventPayload146Team$inboundSchema;
4638
- /** @deprecated use `UserEventPayload146Team$outboundSchema` instead. */
4639
- export const outboundSchema = UserEventPayload146Team$outboundSchema;
4640
- /** @deprecated use `UserEventPayload146Team$Outbound` instead. */
4641
- export type Outbound = UserEventPayload146Team$Outbound;
4651
+ export namespace UserEventPayload147Team$ {
4652
+ /** @deprecated use `UserEventPayload147Team$inboundSchema` instead. */
4653
+ export const inboundSchema = UserEventPayload147Team$inboundSchema;
4654
+ /** @deprecated use `UserEventPayload147Team$outboundSchema` instead. */
4655
+ export const outboundSchema = UserEventPayload147Team$outboundSchema;
4656
+ /** @deprecated use `UserEventPayload147Team$Outbound` instead. */
4657
+ export type Outbound = UserEventPayload147Team$Outbound;
4642
4658
  }
4643
4659
 
4644
- export function userEventPayload146TeamToJSON(
4645
- userEventPayload146Team: UserEventPayload146Team,
4660
+ export function userEventPayload147TeamToJSON(
4661
+ userEventPayload147Team: UserEventPayload147Team,
4646
4662
  ): string {
4647
4663
  return JSON.stringify(
4648
- UserEventPayload146Team$outboundSchema.parse(userEventPayload146Team),
4664
+ UserEventPayload147Team$outboundSchema.parse(userEventPayload147Team),
4649
4665
  );
4650
4666
  }
4651
4667
 
4652
- export function userEventPayload146TeamFromJSON(
4668
+ export function userEventPayload147TeamFromJSON(
4653
4669
  jsonString: string,
4654
- ): SafeParseResult<UserEventPayload146Team, SDKValidationError> {
4670
+ ): SafeParseResult<UserEventPayload147Team, SDKValidationError> {
4655
4671
  return safeParse(
4656
4672
  jsonString,
4657
- (x) => UserEventPayload146Team$inboundSchema.parse(JSON.parse(x)),
4658
- `Failed to parse 'UserEventPayload146Team' from JSON`,
4673
+ (x) => UserEventPayload147Team$inboundSchema.parse(JSON.parse(x)),
4674
+ `Failed to parse 'UserEventPayload147Team' from JSON`,
4659
4675
  );
4660
4676
  }
4661
4677
 
4662
4678
  /** @internal */
4663
- export const UserEventPayload146Configuration$inboundSchema: z.ZodType<
4664
- UserEventPayload146Configuration,
4679
+ export const UserEventPayload147Configuration$inboundSchema: z.ZodType<
4680
+ UserEventPayload147Configuration,
4665
4681
  z.ZodTypeDef,
4666
4682
  unknown
4667
4683
  > = z.object({
@@ -4670,16 +4686,16 @@ export const UserEventPayload146Configuration$inboundSchema: z.ZodType<
4670
4686
  });
4671
4687
 
4672
4688
  /** @internal */
4673
- export type UserEventPayload146Configuration$Outbound = {
4689
+ export type UserEventPayload147Configuration$Outbound = {
4674
4690
  id: string;
4675
4691
  name?: string | undefined;
4676
4692
  };
4677
4693
 
4678
4694
  /** @internal */
4679
- export const UserEventPayload146Configuration$outboundSchema: z.ZodType<
4680
- UserEventPayload146Configuration$Outbound,
4695
+ export const UserEventPayload147Configuration$outboundSchema: z.ZodType<
4696
+ UserEventPayload147Configuration$Outbound,
4681
4697
  z.ZodTypeDef,
4682
- UserEventPayload146Configuration
4698
+ UserEventPayload147Configuration
4683
4699
  > = z.object({
4684
4700
  id: z.string(),
4685
4701
  name: z.string().optional(),
@@ -4689,32 +4705,32 @@ export const UserEventPayload146Configuration$outboundSchema: z.ZodType<
4689
4705
  * @internal
4690
4706
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4691
4707
  */
4692
- export namespace UserEventPayload146Configuration$ {
4693
- /** @deprecated use `UserEventPayload146Configuration$inboundSchema` instead. */
4694
- export const inboundSchema = UserEventPayload146Configuration$inboundSchema;
4695
- /** @deprecated use `UserEventPayload146Configuration$outboundSchema` instead. */
4696
- export const outboundSchema = UserEventPayload146Configuration$outboundSchema;
4697
- /** @deprecated use `UserEventPayload146Configuration$Outbound` instead. */
4698
- export type Outbound = UserEventPayload146Configuration$Outbound;
4708
+ export namespace UserEventPayload147Configuration$ {
4709
+ /** @deprecated use `UserEventPayload147Configuration$inboundSchema` instead. */
4710
+ export const inboundSchema = UserEventPayload147Configuration$inboundSchema;
4711
+ /** @deprecated use `UserEventPayload147Configuration$outboundSchema` instead. */
4712
+ export const outboundSchema = UserEventPayload147Configuration$outboundSchema;
4713
+ /** @deprecated use `UserEventPayload147Configuration$Outbound` instead. */
4714
+ export type Outbound = UserEventPayload147Configuration$Outbound;
4699
4715
  }
4700
4716
 
4701
- export function userEventPayload146ConfigurationToJSON(
4702
- userEventPayload146Configuration: UserEventPayload146Configuration,
4717
+ export function userEventPayload147ConfigurationToJSON(
4718
+ userEventPayload147Configuration: UserEventPayload147Configuration,
4703
4719
  ): string {
4704
4720
  return JSON.stringify(
4705
- UserEventPayload146Configuration$outboundSchema.parse(
4706
- userEventPayload146Configuration,
4721
+ UserEventPayload147Configuration$outboundSchema.parse(
4722
+ userEventPayload147Configuration,
4707
4723
  ),
4708
4724
  );
4709
4725
  }
4710
4726
 
4711
- export function userEventPayload146ConfigurationFromJSON(
4727
+ export function userEventPayload147ConfigurationFromJSON(
4712
4728
  jsonString: string,
4713
- ): SafeParseResult<UserEventPayload146Configuration, SDKValidationError> {
4729
+ ): SafeParseResult<UserEventPayload147Configuration, SDKValidationError> {
4714
4730
  return safeParse(
4715
4731
  jsonString,
4716
- (x) => UserEventPayload146Configuration$inboundSchema.parse(JSON.parse(x)),
4717
- `Failed to parse 'UserEventPayload146Configuration' from JSON`,
4732
+ (x) => UserEventPayload147Configuration$inboundSchema.parse(JSON.parse(x)),
4733
+ `Failed to parse 'UserEventPayload147Configuration' from JSON`,
4718
4734
  );
4719
4735
  }
4720
4736
 
@@ -4776,33 +4792,33 @@ export function userEventPayloadPeeringFromJSON(
4776
4792
  }
4777
4793
 
4778
4794
  /** @internal */
4779
- export const OneHundredAndFortySix$inboundSchema: z.ZodType<
4780
- OneHundredAndFortySix,
4795
+ export const OneHundredAndFortySeven$inboundSchema: z.ZodType<
4796
+ OneHundredAndFortySeven,
4781
4797
  z.ZodTypeDef,
4782
4798
  unknown
4783
4799
  > = z.object({
4784
- team: z.lazy(() => UserEventPayload146Team$inboundSchema),
4785
- configuration: z.lazy(() => UserEventPayload146Configuration$inboundSchema),
4800
+ team: z.lazy(() => UserEventPayload147Team$inboundSchema),
4801
+ configuration: z.lazy(() => UserEventPayload147Configuration$inboundSchema),
4786
4802
  peering: z.lazy(() => UserEventPayloadPeering$inboundSchema),
4787
4803
  newName: z.string().optional(),
4788
4804
  });
4789
4805
 
4790
4806
  /** @internal */
4791
- export type OneHundredAndFortySix$Outbound = {
4792
- team: UserEventPayload146Team$Outbound;
4793
- configuration: UserEventPayload146Configuration$Outbound;
4807
+ export type OneHundredAndFortySeven$Outbound = {
4808
+ team: UserEventPayload147Team$Outbound;
4809
+ configuration: UserEventPayload147Configuration$Outbound;
4794
4810
  peering: UserEventPayloadPeering$Outbound;
4795
4811
  newName?: string | undefined;
4796
4812
  };
4797
4813
 
4798
4814
  /** @internal */
4799
- export const OneHundredAndFortySix$outboundSchema: z.ZodType<
4800
- OneHundredAndFortySix$Outbound,
4815
+ export const OneHundredAndFortySeven$outboundSchema: z.ZodType<
4816
+ OneHundredAndFortySeven$Outbound,
4801
4817
  z.ZodTypeDef,
4802
- OneHundredAndFortySix
4818
+ OneHundredAndFortySeven
4803
4819
  > = z.object({
4804
- team: z.lazy(() => UserEventPayload146Team$outboundSchema),
4805
- configuration: z.lazy(() => UserEventPayload146Configuration$outboundSchema),
4820
+ team: z.lazy(() => UserEventPayload147Team$outboundSchema),
4821
+ configuration: z.lazy(() => UserEventPayload147Configuration$outboundSchema),
4806
4822
  peering: z.lazy(() => UserEventPayloadPeering$outboundSchema),
4807
4823
  newName: z.string().optional(),
4808
4824
  });
@@ -4811,36 +4827,36 @@ export const OneHundredAndFortySix$outboundSchema: z.ZodType<
4811
4827
  * @internal
4812
4828
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4813
4829
  */
4814
- export namespace OneHundredAndFortySix$ {
4815
- /** @deprecated use `OneHundredAndFortySix$inboundSchema` instead. */
4816
- export const inboundSchema = OneHundredAndFortySix$inboundSchema;
4817
- /** @deprecated use `OneHundredAndFortySix$outboundSchema` instead. */
4818
- export const outboundSchema = OneHundredAndFortySix$outboundSchema;
4819
- /** @deprecated use `OneHundredAndFortySix$Outbound` instead. */
4820
- export type Outbound = OneHundredAndFortySix$Outbound;
4830
+ export namespace OneHundredAndFortySeven$ {
4831
+ /** @deprecated use `OneHundredAndFortySeven$inboundSchema` instead. */
4832
+ export const inboundSchema = OneHundredAndFortySeven$inboundSchema;
4833
+ /** @deprecated use `OneHundredAndFortySeven$outboundSchema` instead. */
4834
+ export const outboundSchema = OneHundredAndFortySeven$outboundSchema;
4835
+ /** @deprecated use `OneHundredAndFortySeven$Outbound` instead. */
4836
+ export type Outbound = OneHundredAndFortySeven$Outbound;
4821
4837
  }
4822
4838
 
4823
- export function oneHundredAndFortySixToJSON(
4824
- oneHundredAndFortySix: OneHundredAndFortySix,
4839
+ export function oneHundredAndFortySevenToJSON(
4840
+ oneHundredAndFortySeven: OneHundredAndFortySeven,
4825
4841
  ): string {
4826
4842
  return JSON.stringify(
4827
- OneHundredAndFortySix$outboundSchema.parse(oneHundredAndFortySix),
4843
+ OneHundredAndFortySeven$outboundSchema.parse(oneHundredAndFortySeven),
4828
4844
  );
4829
4845
  }
4830
4846
 
4831
- export function oneHundredAndFortySixFromJSON(
4847
+ export function oneHundredAndFortySevenFromJSON(
4832
4848
  jsonString: string,
4833
- ): SafeParseResult<OneHundredAndFortySix, SDKValidationError> {
4849
+ ): SafeParseResult<OneHundredAndFortySeven, SDKValidationError> {
4834
4850
  return safeParse(
4835
4851
  jsonString,
4836
- (x) => OneHundredAndFortySix$inboundSchema.parse(JSON.parse(x)),
4837
- `Failed to parse 'OneHundredAndFortySix' from JSON`,
4852
+ (x) => OneHundredAndFortySeven$inboundSchema.parse(JSON.parse(x)),
4853
+ `Failed to parse 'OneHundredAndFortySeven' from JSON`,
4838
4854
  );
4839
4855
  }
4840
4856
 
4841
4857
  /** @internal */
4842
- export const UserEventPayload145Team$inboundSchema: z.ZodType<
4843
- UserEventPayload145Team,
4858
+ export const UserEventPayload146Team$inboundSchema: z.ZodType<
4859
+ UserEventPayload146Team,
4844
4860
  z.ZodTypeDef,
4845
4861
  unknown
4846
4862
  > = z.object({
@@ -4849,16 +4865,16 @@ export const UserEventPayload145Team$inboundSchema: z.ZodType<
4849
4865
  });
4850
4866
 
4851
4867
  /** @internal */
4852
- export type UserEventPayload145Team$Outbound = {
4868
+ export type UserEventPayload146Team$Outbound = {
4853
4869
  id: string;
4854
4870
  name: string;
4855
4871
  };
4856
4872
 
4857
4873
  /** @internal */
4858
- export const UserEventPayload145Team$outboundSchema: z.ZodType<
4859
- UserEventPayload145Team$Outbound,
4874
+ export const UserEventPayload146Team$outboundSchema: z.ZodType<
4875
+ UserEventPayload146Team$Outbound,
4860
4876
  z.ZodTypeDef,
4861
- UserEventPayload145Team
4877
+ UserEventPayload146Team
4862
4878
  > = z.object({
4863
4879
  id: z.string(),
4864
4880
  name: z.string(),
@@ -4868,36 +4884,36 @@ export const UserEventPayload145Team$outboundSchema: z.ZodType<
4868
4884
  * @internal
4869
4885
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4870
4886
  */
4871
- export namespace UserEventPayload145Team$ {
4872
- /** @deprecated use `UserEventPayload145Team$inboundSchema` instead. */
4873
- export const inboundSchema = UserEventPayload145Team$inboundSchema;
4874
- /** @deprecated use `UserEventPayload145Team$outboundSchema` instead. */
4875
- export const outboundSchema = UserEventPayload145Team$outboundSchema;
4876
- /** @deprecated use `UserEventPayload145Team$Outbound` instead. */
4877
- export type Outbound = UserEventPayload145Team$Outbound;
4887
+ export namespace UserEventPayload146Team$ {
4888
+ /** @deprecated use `UserEventPayload146Team$inboundSchema` instead. */
4889
+ export const inboundSchema = UserEventPayload146Team$inboundSchema;
4890
+ /** @deprecated use `UserEventPayload146Team$outboundSchema` instead. */
4891
+ export const outboundSchema = UserEventPayload146Team$outboundSchema;
4892
+ /** @deprecated use `UserEventPayload146Team$Outbound` instead. */
4893
+ export type Outbound = UserEventPayload146Team$Outbound;
4878
4894
  }
4879
4895
 
4880
- export function userEventPayload145TeamToJSON(
4881
- userEventPayload145Team: UserEventPayload145Team,
4896
+ export function userEventPayload146TeamToJSON(
4897
+ userEventPayload146Team: UserEventPayload146Team,
4882
4898
  ): string {
4883
4899
  return JSON.stringify(
4884
- UserEventPayload145Team$outboundSchema.parse(userEventPayload145Team),
4900
+ UserEventPayload146Team$outboundSchema.parse(userEventPayload146Team),
4885
4901
  );
4886
4902
  }
4887
4903
 
4888
- export function userEventPayload145TeamFromJSON(
4904
+ export function userEventPayload146TeamFromJSON(
4889
4905
  jsonString: string,
4890
- ): SafeParseResult<UserEventPayload145Team, SDKValidationError> {
4906
+ ): SafeParseResult<UserEventPayload146Team, SDKValidationError> {
4891
4907
  return safeParse(
4892
4908
  jsonString,
4893
- (x) => UserEventPayload145Team$inboundSchema.parse(JSON.parse(x)),
4894
- `Failed to parse 'UserEventPayload145Team' from JSON`,
4909
+ (x) => UserEventPayload146Team$inboundSchema.parse(JSON.parse(x)),
4910
+ `Failed to parse 'UserEventPayload146Team' from JSON`,
4895
4911
  );
4896
4912
  }
4897
4913
 
4898
4914
  /** @internal */
4899
- export const UserEventPayload145Configuration$inboundSchema: z.ZodType<
4900
- UserEventPayload145Configuration,
4915
+ export const UserEventPayload146Configuration$inboundSchema: z.ZodType<
4916
+ UserEventPayload146Configuration,
4901
4917
  z.ZodTypeDef,
4902
4918
  unknown
4903
4919
  > = z.object({
@@ -4906,16 +4922,16 @@ export const UserEventPayload145Configuration$inboundSchema: z.ZodType<
4906
4922
  });
4907
4923
 
4908
4924
  /** @internal */
4909
- export type UserEventPayload145Configuration$Outbound = {
4925
+ export type UserEventPayload146Configuration$Outbound = {
4910
4926
  id: string;
4911
4927
  name?: string | undefined;
4912
4928
  };
4913
4929
 
4914
4930
  /** @internal */
4915
- export const UserEventPayload145Configuration$outboundSchema: z.ZodType<
4916
- UserEventPayload145Configuration$Outbound,
4931
+ export const UserEventPayload146Configuration$outboundSchema: z.ZodType<
4932
+ UserEventPayload146Configuration$Outbound,
4917
4933
  z.ZodTypeDef,
4918
- UserEventPayload145Configuration
4934
+ UserEventPayload146Configuration
4919
4935
  > = z.object({
4920
4936
  id: z.string(),
4921
4937
  name: z.string().optional(),
@@ -4925,32 +4941,32 @@ export const UserEventPayload145Configuration$outboundSchema: z.ZodType<
4925
4941
  * @internal
4926
4942
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4927
4943
  */
4928
- export namespace UserEventPayload145Configuration$ {
4929
- /** @deprecated use `UserEventPayload145Configuration$inboundSchema` instead. */
4930
- export const inboundSchema = UserEventPayload145Configuration$inboundSchema;
4931
- /** @deprecated use `UserEventPayload145Configuration$outboundSchema` instead. */
4932
- export const outboundSchema = UserEventPayload145Configuration$outboundSchema;
4933
- /** @deprecated use `UserEventPayload145Configuration$Outbound` instead. */
4934
- export type Outbound = UserEventPayload145Configuration$Outbound;
4944
+ export namespace UserEventPayload146Configuration$ {
4945
+ /** @deprecated use `UserEventPayload146Configuration$inboundSchema` instead. */
4946
+ export const inboundSchema = UserEventPayload146Configuration$inboundSchema;
4947
+ /** @deprecated use `UserEventPayload146Configuration$outboundSchema` instead. */
4948
+ export const outboundSchema = UserEventPayload146Configuration$outboundSchema;
4949
+ /** @deprecated use `UserEventPayload146Configuration$Outbound` instead. */
4950
+ export type Outbound = UserEventPayload146Configuration$Outbound;
4935
4951
  }
4936
4952
 
4937
- export function userEventPayload145ConfigurationToJSON(
4938
- userEventPayload145Configuration: UserEventPayload145Configuration,
4953
+ export function userEventPayload146ConfigurationToJSON(
4954
+ userEventPayload146Configuration: UserEventPayload146Configuration,
4939
4955
  ): string {
4940
4956
  return JSON.stringify(
4941
- UserEventPayload145Configuration$outboundSchema.parse(
4942
- userEventPayload145Configuration,
4957
+ UserEventPayload146Configuration$outboundSchema.parse(
4958
+ userEventPayload146Configuration,
4943
4959
  ),
4944
4960
  );
4945
4961
  }
4946
4962
 
4947
- export function userEventPayload145ConfigurationFromJSON(
4963
+ export function userEventPayload146ConfigurationFromJSON(
4948
4964
  jsonString: string,
4949
- ): SafeParseResult<UserEventPayload145Configuration, SDKValidationError> {
4965
+ ): SafeParseResult<UserEventPayload146Configuration, SDKValidationError> {
4950
4966
  return safeParse(
4951
4967
  jsonString,
4952
- (x) => UserEventPayload145Configuration$inboundSchema.parse(JSON.parse(x)),
4953
- `Failed to parse 'UserEventPayload145Configuration' from JSON`,
4968
+ (x) => UserEventPayload146Configuration$inboundSchema.parse(JSON.parse(x)),
4969
+ `Failed to parse 'UserEventPayload146Configuration' from JSON`,
4954
4970
  );
4955
4971
  }
4956
4972
 
@@ -5008,31 +5024,31 @@ export function payloadPeeringFromJSON(
5008
5024
  }
5009
5025
 
5010
5026
  /** @internal */
5011
- export const OneHundredAndFortyFive$inboundSchema: z.ZodType<
5012
- OneHundredAndFortyFive,
5027
+ export const OneHundredAndFortySix$inboundSchema: z.ZodType<
5028
+ OneHundredAndFortySix,
5013
5029
  z.ZodTypeDef,
5014
5030
  unknown
5015
5031
  > = z.object({
5016
- team: z.lazy(() => UserEventPayload145Team$inboundSchema),
5017
- configuration: z.lazy(() => UserEventPayload145Configuration$inboundSchema),
5032
+ team: z.lazy(() => UserEventPayload146Team$inboundSchema),
5033
+ configuration: z.lazy(() => UserEventPayload146Configuration$inboundSchema),
5018
5034
  peering: z.lazy(() => PayloadPeering$inboundSchema),
5019
5035
  });
5020
5036
 
5021
5037
  /** @internal */
5022
- export type OneHundredAndFortyFive$Outbound = {
5023
- team: UserEventPayload145Team$Outbound;
5024
- configuration: UserEventPayload145Configuration$Outbound;
5038
+ export type OneHundredAndFortySix$Outbound = {
5039
+ team: UserEventPayload146Team$Outbound;
5040
+ configuration: UserEventPayload146Configuration$Outbound;
5025
5041
  peering: PayloadPeering$Outbound;
5026
5042
  };
5027
5043
 
5028
5044
  /** @internal */
5029
- export const OneHundredAndFortyFive$outboundSchema: z.ZodType<
5030
- OneHundredAndFortyFive$Outbound,
5045
+ export const OneHundredAndFortySix$outboundSchema: z.ZodType<
5046
+ OneHundredAndFortySix$Outbound,
5031
5047
  z.ZodTypeDef,
5032
- OneHundredAndFortyFive
5048
+ OneHundredAndFortySix
5033
5049
  > = z.object({
5034
- team: z.lazy(() => UserEventPayload145Team$outboundSchema),
5035
- configuration: z.lazy(() => UserEventPayload145Configuration$outboundSchema),
5050
+ team: z.lazy(() => UserEventPayload146Team$outboundSchema),
5051
+ configuration: z.lazy(() => UserEventPayload146Configuration$outboundSchema),
5036
5052
  peering: z.lazy(() => PayloadPeering$outboundSchema),
5037
5053
  });
5038
5054
 
@@ -5040,36 +5056,36 @@ export const OneHundredAndFortyFive$outboundSchema: z.ZodType<
5040
5056
  * @internal
5041
5057
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5042
5058
  */
5043
- export namespace OneHundredAndFortyFive$ {
5044
- /** @deprecated use `OneHundredAndFortyFive$inboundSchema` instead. */
5045
- export const inboundSchema = OneHundredAndFortyFive$inboundSchema;
5046
- /** @deprecated use `OneHundredAndFortyFive$outboundSchema` instead. */
5047
- export const outboundSchema = OneHundredAndFortyFive$outboundSchema;
5048
- /** @deprecated use `OneHundredAndFortyFive$Outbound` instead. */
5049
- export type Outbound = OneHundredAndFortyFive$Outbound;
5059
+ export namespace OneHundredAndFortySix$ {
5060
+ /** @deprecated use `OneHundredAndFortySix$inboundSchema` instead. */
5061
+ export const inboundSchema = OneHundredAndFortySix$inboundSchema;
5062
+ /** @deprecated use `OneHundredAndFortySix$outboundSchema` instead. */
5063
+ export const outboundSchema = OneHundredAndFortySix$outboundSchema;
5064
+ /** @deprecated use `OneHundredAndFortySix$Outbound` instead. */
5065
+ export type Outbound = OneHundredAndFortySix$Outbound;
5050
5066
  }
5051
5067
 
5052
- export function oneHundredAndFortyFiveToJSON(
5053
- oneHundredAndFortyFive: OneHundredAndFortyFive,
5068
+ export function oneHundredAndFortySixToJSON(
5069
+ oneHundredAndFortySix: OneHundredAndFortySix,
5054
5070
  ): string {
5055
5071
  return JSON.stringify(
5056
- OneHundredAndFortyFive$outboundSchema.parse(oneHundredAndFortyFive),
5072
+ OneHundredAndFortySix$outboundSchema.parse(oneHundredAndFortySix),
5057
5073
  );
5058
5074
  }
5059
5075
 
5060
- export function oneHundredAndFortyFiveFromJSON(
5076
+ export function oneHundredAndFortySixFromJSON(
5061
5077
  jsonString: string,
5062
- ): SafeParseResult<OneHundredAndFortyFive, SDKValidationError> {
5078
+ ): SafeParseResult<OneHundredAndFortySix, SDKValidationError> {
5063
5079
  return safeParse(
5064
5080
  jsonString,
5065
- (x) => OneHundredAndFortyFive$inboundSchema.parse(JSON.parse(x)),
5066
- `Failed to parse 'OneHundredAndFortyFive' from JSON`,
5081
+ (x) => OneHundredAndFortySix$inboundSchema.parse(JSON.parse(x)),
5082
+ `Failed to parse 'OneHundredAndFortySix' from JSON`,
5067
5083
  );
5068
5084
  }
5069
5085
 
5070
5086
  /** @internal */
5071
- export const UserEventPayload144Team$inboundSchema: z.ZodType<
5072
- UserEventPayload144Team,
5087
+ export const UserEventPayload145Team$inboundSchema: z.ZodType<
5088
+ UserEventPayload145Team,
5073
5089
  z.ZodTypeDef,
5074
5090
  unknown
5075
5091
  > = z.object({
@@ -5078,16 +5094,16 @@ export const UserEventPayload144Team$inboundSchema: z.ZodType<
5078
5094
  });
5079
5095
 
5080
5096
  /** @internal */
5081
- export type UserEventPayload144Team$Outbound = {
5097
+ export type UserEventPayload145Team$Outbound = {
5082
5098
  id: string;
5083
5099
  name: string;
5084
5100
  };
5085
5101
 
5086
5102
  /** @internal */
5087
- export const UserEventPayload144Team$outboundSchema: z.ZodType<
5088
- UserEventPayload144Team$Outbound,
5103
+ export const UserEventPayload145Team$outboundSchema: z.ZodType<
5104
+ UserEventPayload145Team$Outbound,
5089
5105
  z.ZodTypeDef,
5090
- UserEventPayload144Team
5106
+ UserEventPayload145Team
5091
5107
  > = z.object({
5092
5108
  id: z.string(),
5093
5109
  name: z.string(),
@@ -5097,36 +5113,36 @@ export const UserEventPayload144Team$outboundSchema: z.ZodType<
5097
5113
  * @internal
5098
5114
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5099
5115
  */
5100
- export namespace UserEventPayload144Team$ {
5101
- /** @deprecated use `UserEventPayload144Team$inboundSchema` instead. */
5102
- export const inboundSchema = UserEventPayload144Team$inboundSchema;
5103
- /** @deprecated use `UserEventPayload144Team$outboundSchema` instead. */
5104
- export const outboundSchema = UserEventPayload144Team$outboundSchema;
5105
- /** @deprecated use `UserEventPayload144Team$Outbound` instead. */
5106
- export type Outbound = UserEventPayload144Team$Outbound;
5116
+ export namespace UserEventPayload145Team$ {
5117
+ /** @deprecated use `UserEventPayload145Team$inboundSchema` instead. */
5118
+ export const inboundSchema = UserEventPayload145Team$inboundSchema;
5119
+ /** @deprecated use `UserEventPayload145Team$outboundSchema` instead. */
5120
+ export const outboundSchema = UserEventPayload145Team$outboundSchema;
5121
+ /** @deprecated use `UserEventPayload145Team$Outbound` instead. */
5122
+ export type Outbound = UserEventPayload145Team$Outbound;
5107
5123
  }
5108
5124
 
5109
- export function userEventPayload144TeamToJSON(
5110
- userEventPayload144Team: UserEventPayload144Team,
5125
+ export function userEventPayload145TeamToJSON(
5126
+ userEventPayload145Team: UserEventPayload145Team,
5111
5127
  ): string {
5112
5128
  return JSON.stringify(
5113
- UserEventPayload144Team$outboundSchema.parse(userEventPayload144Team),
5129
+ UserEventPayload145Team$outboundSchema.parse(userEventPayload145Team),
5114
5130
  );
5115
5131
  }
5116
5132
 
5117
- export function userEventPayload144TeamFromJSON(
5133
+ export function userEventPayload145TeamFromJSON(
5118
5134
  jsonString: string,
5119
- ): SafeParseResult<UserEventPayload144Team, SDKValidationError> {
5135
+ ): SafeParseResult<UserEventPayload145Team, SDKValidationError> {
5120
5136
  return safeParse(
5121
5137
  jsonString,
5122
- (x) => UserEventPayload144Team$inboundSchema.parse(JSON.parse(x)),
5123
- `Failed to parse 'UserEventPayload144Team' from JSON`,
5138
+ (x) => UserEventPayload145Team$inboundSchema.parse(JSON.parse(x)),
5139
+ `Failed to parse 'UserEventPayload145Team' from JSON`,
5124
5140
  );
5125
5141
  }
5126
5142
 
5127
5143
  /** @internal */
5128
- export const UserEventPayload144Configuration$inboundSchema: z.ZodType<
5129
- UserEventPayload144Configuration,
5144
+ export const UserEventPayload145Configuration$inboundSchema: z.ZodType<
5145
+ UserEventPayload145Configuration,
5130
5146
  z.ZodTypeDef,
5131
5147
  unknown
5132
5148
  > = z.object({
@@ -5135,16 +5151,16 @@ export const UserEventPayload144Configuration$inboundSchema: z.ZodType<
5135
5151
  });
5136
5152
 
5137
5153
  /** @internal */
5138
- export type UserEventPayload144Configuration$Outbound = {
5154
+ export type UserEventPayload145Configuration$Outbound = {
5139
5155
  id: string;
5140
5156
  name?: string | undefined;
5141
5157
  };
5142
5158
 
5143
5159
  /** @internal */
5144
- export const UserEventPayload144Configuration$outboundSchema: z.ZodType<
5145
- UserEventPayload144Configuration$Outbound,
5160
+ export const UserEventPayload145Configuration$outboundSchema: z.ZodType<
5161
+ UserEventPayload145Configuration$Outbound,
5146
5162
  z.ZodTypeDef,
5147
- UserEventPayload144Configuration
5163
+ UserEventPayload145Configuration
5148
5164
  > = z.object({
5149
5165
  id: z.string(),
5150
5166
  name: z.string().optional(),
@@ -5154,32 +5170,32 @@ export const UserEventPayload144Configuration$outboundSchema: z.ZodType<
5154
5170
  * @internal
5155
5171
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5156
5172
  */
5157
- export namespace UserEventPayload144Configuration$ {
5158
- /** @deprecated use `UserEventPayload144Configuration$inboundSchema` instead. */
5159
- export const inboundSchema = UserEventPayload144Configuration$inboundSchema;
5160
- /** @deprecated use `UserEventPayload144Configuration$outboundSchema` instead. */
5161
- export const outboundSchema = UserEventPayload144Configuration$outboundSchema;
5162
- /** @deprecated use `UserEventPayload144Configuration$Outbound` instead. */
5163
- export type Outbound = UserEventPayload144Configuration$Outbound;
5173
+ export namespace UserEventPayload145Configuration$ {
5174
+ /** @deprecated use `UserEventPayload145Configuration$inboundSchema` instead. */
5175
+ export const inboundSchema = UserEventPayload145Configuration$inboundSchema;
5176
+ /** @deprecated use `UserEventPayload145Configuration$outboundSchema` instead. */
5177
+ export const outboundSchema = UserEventPayload145Configuration$outboundSchema;
5178
+ /** @deprecated use `UserEventPayload145Configuration$Outbound` instead. */
5179
+ export type Outbound = UserEventPayload145Configuration$Outbound;
5164
5180
  }
5165
5181
 
5166
- export function userEventPayload144ConfigurationToJSON(
5167
- userEventPayload144Configuration: UserEventPayload144Configuration,
5182
+ export function userEventPayload145ConfigurationToJSON(
5183
+ userEventPayload145Configuration: UserEventPayload145Configuration,
5168
5184
  ): string {
5169
5185
  return JSON.stringify(
5170
- UserEventPayload144Configuration$outboundSchema.parse(
5171
- userEventPayload144Configuration,
5172
- ),
5186
+ UserEventPayload145Configuration$outboundSchema.parse(
5187
+ userEventPayload145Configuration,
5188
+ ),
5173
5189
  );
5174
5190
  }
5175
5191
 
5176
- export function userEventPayload144ConfigurationFromJSON(
5192
+ export function userEventPayload145ConfigurationFromJSON(
5177
5193
  jsonString: string,
5178
- ): SafeParseResult<UserEventPayload144Configuration, SDKValidationError> {
5194
+ ): SafeParseResult<UserEventPayload145Configuration, SDKValidationError> {
5179
5195
  return safeParse(
5180
5196
  jsonString,
5181
- (x) => UserEventPayload144Configuration$inboundSchema.parse(JSON.parse(x)),
5182
- `Failed to parse 'UserEventPayload144Configuration' from JSON`,
5197
+ (x) => UserEventPayload145Configuration$inboundSchema.parse(JSON.parse(x)),
5198
+ `Failed to parse 'UserEventPayload145Configuration' from JSON`,
5183
5199
  );
5184
5200
  }
5185
5201
 
@@ -5239,22 +5255,78 @@ export function peeringFromJSON(
5239
5255
  );
5240
5256
  }
5241
5257
 
5258
+ /** @internal */
5259
+ export const OneHundredAndFortyFive$inboundSchema: z.ZodType<
5260
+ OneHundredAndFortyFive,
5261
+ z.ZodTypeDef,
5262
+ unknown
5263
+ > = z.object({
5264
+ team: z.lazy(() => UserEventPayload145Team$inboundSchema),
5265
+ configuration: z.lazy(() => UserEventPayload145Configuration$inboundSchema),
5266
+ peering: z.lazy(() => Peering$inboundSchema),
5267
+ });
5268
+
5269
+ /** @internal */
5270
+ export type OneHundredAndFortyFive$Outbound = {
5271
+ team: UserEventPayload145Team$Outbound;
5272
+ configuration: UserEventPayload145Configuration$Outbound;
5273
+ peering: Peering$Outbound;
5274
+ };
5275
+
5276
+ /** @internal */
5277
+ export const OneHundredAndFortyFive$outboundSchema: z.ZodType<
5278
+ OneHundredAndFortyFive$Outbound,
5279
+ z.ZodTypeDef,
5280
+ OneHundredAndFortyFive
5281
+ > = z.object({
5282
+ team: z.lazy(() => UserEventPayload145Team$outboundSchema),
5283
+ configuration: z.lazy(() => UserEventPayload145Configuration$outboundSchema),
5284
+ peering: z.lazy(() => Peering$outboundSchema),
5285
+ });
5286
+
5287
+ /**
5288
+ * @internal
5289
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5290
+ */
5291
+ export namespace OneHundredAndFortyFive$ {
5292
+ /** @deprecated use `OneHundredAndFortyFive$inboundSchema` instead. */
5293
+ export const inboundSchema = OneHundredAndFortyFive$inboundSchema;
5294
+ /** @deprecated use `OneHundredAndFortyFive$outboundSchema` instead. */
5295
+ export const outboundSchema = OneHundredAndFortyFive$outboundSchema;
5296
+ /** @deprecated use `OneHundredAndFortyFive$Outbound` instead. */
5297
+ export type Outbound = OneHundredAndFortyFive$Outbound;
5298
+ }
5299
+
5300
+ export function oneHundredAndFortyFiveToJSON(
5301
+ oneHundredAndFortyFive: OneHundredAndFortyFive,
5302
+ ): string {
5303
+ return JSON.stringify(
5304
+ OneHundredAndFortyFive$outboundSchema.parse(oneHundredAndFortyFive),
5305
+ );
5306
+ }
5307
+
5308
+ export function oneHundredAndFortyFiveFromJSON(
5309
+ jsonString: string,
5310
+ ): SafeParseResult<OneHundredAndFortyFive, SDKValidationError> {
5311
+ return safeParse(
5312
+ jsonString,
5313
+ (x) => OneHundredAndFortyFive$inboundSchema.parse(JSON.parse(x)),
5314
+ `Failed to parse 'OneHundredAndFortyFive' from JSON`,
5315
+ );
5316
+ }
5317
+
5242
5318
  /** @internal */
5243
5319
  export const OneHundredAndFortyFour$inboundSchema: z.ZodType<
5244
5320
  OneHundredAndFortyFour,
5245
5321
  z.ZodTypeDef,
5246
5322
  unknown
5247
5323
  > = z.object({
5248
- team: z.lazy(() => UserEventPayload144Team$inboundSchema),
5249
- configuration: z.lazy(() => UserEventPayload144Configuration$inboundSchema),
5250
- peering: z.lazy(() => Peering$inboundSchema),
5324
+ appName: z.string(),
5251
5325
  });
5252
5326
 
5253
5327
  /** @internal */
5254
5328
  export type OneHundredAndFortyFour$Outbound = {
5255
- team: UserEventPayload144Team$Outbound;
5256
- configuration: UserEventPayload144Configuration$Outbound;
5257
- peering: Peering$Outbound;
5329
+ appName: string;
5258
5330
  };
5259
5331
 
5260
5332
  /** @internal */
@@ -5263,9 +5335,7 @@ export const OneHundredAndFortyFour$outboundSchema: z.ZodType<
5263
5335
  z.ZodTypeDef,
5264
5336
  OneHundredAndFortyFour
5265
5337
  > = z.object({
5266
- team: z.lazy(() => UserEventPayload144Team$outboundSchema),
5267
- configuration: z.lazy(() => UserEventPayload144Configuration$outboundSchema),
5268
- peering: z.lazy(() => Peering$outboundSchema),
5338
+ appName: z.string(),
5269
5339
  });
5270
5340
 
5271
5341
  /**
@@ -5306,11 +5376,13 @@ export const OneHundredAndFortyThree$inboundSchema: z.ZodType<
5306
5376
  unknown
5307
5377
  > = z.object({
5308
5378
  appName: z.string(),
5379
+ nextScopes: z.array(z.string()),
5309
5380
  });
5310
5381
 
5311
5382
  /** @internal */
5312
5383
  export type OneHundredAndFortyThree$Outbound = {
5313
5384
  appName: string;
5385
+ nextScopes: Array<string>;
5314
5386
  };
5315
5387
 
5316
5388
  /** @internal */
@@ -5320,6 +5392,7 @@ export const OneHundredAndFortyThree$outboundSchema: z.ZodType<
5320
5392
  OneHundredAndFortyThree
5321
5393
  > = z.object({
5322
5394
  appName: z.string(),
5395
+ nextScopes: z.array(z.string()),
5323
5396
  });
5324
5397
 
5325
5398
  /**
@@ -5360,13 +5433,13 @@ export const OneHundredAndFortyTwo$inboundSchema: z.ZodType<
5360
5433
  unknown
5361
5434
  > = z.object({
5362
5435
  appName: z.string(),
5363
- nextScopes: z.array(z.string()),
5436
+ scopes: z.array(z.string()),
5364
5437
  });
5365
5438
 
5366
5439
  /** @internal */
5367
5440
  export type OneHundredAndFortyTwo$Outbound = {
5368
5441
  appName: string;
5369
- nextScopes: Array<string>;
5442
+ scopes: Array<string>;
5370
5443
  };
5371
5444
 
5372
5445
  /** @internal */
@@ -5376,7 +5449,7 @@ export const OneHundredAndFortyTwo$outboundSchema: z.ZodType<
5376
5449
  OneHundredAndFortyTwo
5377
5450
  > = z.object({
5378
5451
  appName: z.string(),
5379
- nextScopes: z.array(z.string()),
5452
+ scopes: z.array(z.string()),
5380
5453
  });
5381
5454
 
5382
5455
  /**
@@ -5416,14 +5489,14 @@ export const OneHundredAndFortyOne$inboundSchema: z.ZodType<
5416
5489
  z.ZodTypeDef,
5417
5490
  unknown
5418
5491
  > = z.object({
5419
- appName: z.string(),
5420
- scopes: z.array(z.string()),
5492
+ oldName: z.string(),
5493
+ newName: z.string(),
5421
5494
  });
5422
5495
 
5423
5496
  /** @internal */
5424
5497
  export type OneHundredAndFortyOne$Outbound = {
5425
- appName: string;
5426
- scopes: Array<string>;
5498
+ oldName: string;
5499
+ newName: string;
5427
5500
  };
5428
5501
 
5429
5502
  /** @internal */
@@ -5432,8 +5505,8 @@ export const OneHundredAndFortyOne$outboundSchema: z.ZodType<
5432
5505
  z.ZodTypeDef,
5433
5506
  OneHundredAndFortyOne
5434
5507
  > = z.object({
5435
- appName: z.string(),
5436
- scopes: z.array(z.string()),
5508
+ oldName: z.string(),
5509
+ newName: z.string(),
5437
5510
  });
5438
5511
 
5439
5512
  /**
@@ -5467,63 +5540,6 @@ export function oneHundredAndFortyOneFromJSON(
5467
5540
  );
5468
5541
  }
5469
5542
 
5470
- /** @internal */
5471
- export const OneHundredAndForty$inboundSchema: z.ZodType<
5472
- OneHundredAndForty,
5473
- z.ZodTypeDef,
5474
- unknown
5475
- > = z.object({
5476
- oldName: z.string(),
5477
- newName: z.string(),
5478
- });
5479
-
5480
- /** @internal */
5481
- export type OneHundredAndForty$Outbound = {
5482
- oldName: string;
5483
- newName: string;
5484
- };
5485
-
5486
- /** @internal */
5487
- export const OneHundredAndForty$outboundSchema: z.ZodType<
5488
- OneHundredAndForty$Outbound,
5489
- z.ZodTypeDef,
5490
- OneHundredAndForty
5491
- > = z.object({
5492
- oldName: z.string(),
5493
- newName: z.string(),
5494
- });
5495
-
5496
- /**
5497
- * @internal
5498
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5499
- */
5500
- export namespace OneHundredAndForty$ {
5501
- /** @deprecated use `OneHundredAndForty$inboundSchema` instead. */
5502
- export const inboundSchema = OneHundredAndForty$inboundSchema;
5503
- /** @deprecated use `OneHundredAndForty$outboundSchema` instead. */
5504
- export const outboundSchema = OneHundredAndForty$outboundSchema;
5505
- /** @deprecated use `OneHundredAndForty$Outbound` instead. */
5506
- export type Outbound = OneHundredAndForty$Outbound;
5507
- }
5508
-
5509
- export function oneHundredAndFortyToJSON(
5510
- oneHundredAndForty: OneHundredAndForty,
5511
- ): string {
5512
- return JSON.stringify(
5513
- OneHundredAndForty$outboundSchema.parse(oneHundredAndForty),
5514
- );
5515
- }
5516
-
5517
- export function oneHundredAndFortyFromJSON(
5518
- jsonString: string,
5519
- ): SafeParseResult<OneHundredAndForty, SDKValidationError> {
5520
- return safeParse(
5521
- jsonString,
5522
- (x) => OneHundredAndForty$inboundSchema.parse(JSON.parse(x)),
5523
- `Failed to parse 'OneHundredAndForty' from JSON`,
5524
- );
5525
- }
5526
-
5527
5543
  /** @internal */
5528
5544
  export const Tier$inboundSchema: z.ZodNativeEnum<typeof Tier> = z.nativeEnum(
5529
5545
  Tier,
@@ -5545,8 +5561,8 @@ export namespace Tier$ {
5545
5561
  }
5546
5562
 
5547
5563
  /** @internal */
5548
- export const OneHundredAndThirtyNine$inboundSchema: z.ZodType<
5549
- OneHundredAndThirtyNine,
5564
+ export const OneHundredAndForty$inboundSchema: z.ZodType<
5565
+ OneHundredAndForty,
5550
5566
  z.ZodTypeDef,
5551
5567
  unknown
5552
5568
  > = z.object({
@@ -5554,15 +5570,15 @@ export const OneHundredAndThirtyNine$inboundSchema: z.ZodType<
5554
5570
  });
5555
5571
 
5556
5572
  /** @internal */
5557
- export type OneHundredAndThirtyNine$Outbound = {
5573
+ export type OneHundredAndForty$Outbound = {
5558
5574
  tier: string;
5559
5575
  };
5560
5576
 
5561
5577
  /** @internal */
5562
- export const OneHundredAndThirtyNine$outboundSchema: z.ZodType<
5563
- OneHundredAndThirtyNine$Outbound,
5578
+ export const OneHundredAndForty$outboundSchema: z.ZodType<
5579
+ OneHundredAndForty$Outbound,
5564
5580
  z.ZodTypeDef,
5565
- OneHundredAndThirtyNine
5581
+ OneHundredAndForty
5566
5582
  > = z.object({
5567
5583
  tier: Tier$outboundSchema,
5568
5584
  });
@@ -5571,30 +5587,30 @@ export const OneHundredAndThirtyNine$outboundSchema: z.ZodType<
5571
5587
  * @internal
5572
5588
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5573
5589
  */
5574
- export namespace OneHundredAndThirtyNine$ {
5575
- /** @deprecated use `OneHundredAndThirtyNine$inboundSchema` instead. */
5576
- export const inboundSchema = OneHundredAndThirtyNine$inboundSchema;
5577
- /** @deprecated use `OneHundredAndThirtyNine$outboundSchema` instead. */
5578
- export const outboundSchema = OneHundredAndThirtyNine$outboundSchema;
5579
- /** @deprecated use `OneHundredAndThirtyNine$Outbound` instead. */
5580
- export type Outbound = OneHundredAndThirtyNine$Outbound;
5590
+ export namespace OneHundredAndForty$ {
5591
+ /** @deprecated use `OneHundredAndForty$inboundSchema` instead. */
5592
+ export const inboundSchema = OneHundredAndForty$inboundSchema;
5593
+ /** @deprecated use `OneHundredAndForty$outboundSchema` instead. */
5594
+ export const outboundSchema = OneHundredAndForty$outboundSchema;
5595
+ /** @deprecated use `OneHundredAndForty$Outbound` instead. */
5596
+ export type Outbound = OneHundredAndForty$Outbound;
5581
5597
  }
5582
5598
 
5583
- export function oneHundredAndThirtyNineToJSON(
5584
- oneHundredAndThirtyNine: OneHundredAndThirtyNine,
5599
+ export function oneHundredAndFortyToJSON(
5600
+ oneHundredAndForty: OneHundredAndForty,
5585
5601
  ): string {
5586
5602
  return JSON.stringify(
5587
- OneHundredAndThirtyNine$outboundSchema.parse(oneHundredAndThirtyNine),
5603
+ OneHundredAndForty$outboundSchema.parse(oneHundredAndForty),
5588
5604
  );
5589
5605
  }
5590
5606
 
5591
- export function oneHundredAndThirtyNineFromJSON(
5607
+ export function oneHundredAndFortyFromJSON(
5592
5608
  jsonString: string,
5593
- ): SafeParseResult<OneHundredAndThirtyNine, SDKValidationError> {
5609
+ ): SafeParseResult<OneHundredAndForty, SDKValidationError> {
5594
5610
  return safeParse(
5595
5611
  jsonString,
5596
- (x) => OneHundredAndThirtyNine$inboundSchema.parse(JSON.parse(x)),
5597
- `Failed to parse 'OneHundredAndThirtyNine' from JSON`,
5612
+ (x) => OneHundredAndForty$inboundSchema.parse(JSON.parse(x)),
5613
+ `Failed to parse 'OneHundredAndForty' from JSON`,
5598
5614
  );
5599
5615
  }
5600
5616
 
@@ -5731,8 +5747,8 @@ export function prevProjectWebAnalyticsFromJSON(
5731
5747
  }
5732
5748
 
5733
5749
  /** @internal */
5734
- export const OneHundredAndThirtyEight$inboundSchema: z.ZodType<
5735
- OneHundredAndThirtyEight,
5750
+ export const OneHundredAndThirtyNine$inboundSchema: z.ZodType<
5751
+ OneHundredAndThirtyNine,
5736
5752
  z.ZodTypeDef,
5737
5753
  unknown
5738
5754
  > = z.object({
@@ -5746,7 +5762,7 @@ export const OneHundredAndThirtyEight$inboundSchema: z.ZodType<
5746
5762
  });
5747
5763
 
5748
5764
  /** @internal */
5749
- export type OneHundredAndThirtyEight$Outbound = {
5765
+ export type OneHundredAndThirtyNine$Outbound = {
5750
5766
  projectId: string;
5751
5767
  projectName: string;
5752
5768
  projectWebAnalytics?: ProjectWebAnalytics$Outbound | undefined;
@@ -5754,10 +5770,10 @@ export type OneHundredAndThirtyEight$Outbound = {
5754
5770
  };
5755
5771
 
5756
5772
  /** @internal */
5757
- export const OneHundredAndThirtyEight$outboundSchema: z.ZodType<
5758
- OneHundredAndThirtyEight$Outbound,
5773
+ export const OneHundredAndThirtyNine$outboundSchema: z.ZodType<
5774
+ OneHundredAndThirtyNine$Outbound,
5759
5775
  z.ZodTypeDef,
5760
- OneHundredAndThirtyEight
5776
+ OneHundredAndThirtyNine
5761
5777
  > = z.object({
5762
5778
  projectId: z.string(),
5763
5779
  projectName: z.string(),
@@ -5772,30 +5788,30 @@ export const OneHundredAndThirtyEight$outboundSchema: z.ZodType<
5772
5788
  * @internal
5773
5789
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5774
5790
  */
5775
- export namespace OneHundredAndThirtyEight$ {
5776
- /** @deprecated use `OneHundredAndThirtyEight$inboundSchema` instead. */
5777
- export const inboundSchema = OneHundredAndThirtyEight$inboundSchema;
5778
- /** @deprecated use `OneHundredAndThirtyEight$outboundSchema` instead. */
5779
- export const outboundSchema = OneHundredAndThirtyEight$outboundSchema;
5780
- /** @deprecated use `OneHundredAndThirtyEight$Outbound` instead. */
5781
- export type Outbound = OneHundredAndThirtyEight$Outbound;
5791
+ export namespace OneHundredAndThirtyNine$ {
5792
+ /** @deprecated use `OneHundredAndThirtyNine$inboundSchema` instead. */
5793
+ export const inboundSchema = OneHundredAndThirtyNine$inboundSchema;
5794
+ /** @deprecated use `OneHundredAndThirtyNine$outboundSchema` instead. */
5795
+ export const outboundSchema = OneHundredAndThirtyNine$outboundSchema;
5796
+ /** @deprecated use `OneHundredAndThirtyNine$Outbound` instead. */
5797
+ export type Outbound = OneHundredAndThirtyNine$Outbound;
5782
5798
  }
5783
5799
 
5784
- export function oneHundredAndThirtyEightToJSON(
5785
- oneHundredAndThirtyEight: OneHundredAndThirtyEight,
5800
+ export function oneHundredAndThirtyNineToJSON(
5801
+ oneHundredAndThirtyNine: OneHundredAndThirtyNine,
5786
5802
  ): string {
5787
5803
  return JSON.stringify(
5788
- OneHundredAndThirtyEight$outboundSchema.parse(oneHundredAndThirtyEight),
5804
+ OneHundredAndThirtyNine$outboundSchema.parse(oneHundredAndThirtyNine),
5789
5805
  );
5790
5806
  }
5791
5807
 
5792
- export function oneHundredAndThirtyEightFromJSON(
5808
+ export function oneHundredAndThirtyNineFromJSON(
5793
5809
  jsonString: string,
5794
- ): SafeParseResult<OneHundredAndThirtyEight, SDKValidationError> {
5810
+ ): SafeParseResult<OneHundredAndThirtyNine, SDKValidationError> {
5795
5811
  return safeParse(
5796
5812
  jsonString,
5797
- (x) => OneHundredAndThirtyEight$inboundSchema.parse(JSON.parse(x)),
5798
- `Failed to parse 'OneHundredAndThirtyEight' from JSON`,
5813
+ (x) => OneHundredAndThirtyNine$inboundSchema.parse(JSON.parse(x)),
5814
+ `Failed to parse 'OneHundredAndThirtyNine' from JSON`,
5799
5815
  );
5800
5816
  }
5801
5817
 
@@ -5977,8 +5993,8 @@ export function microfrontendsFromJSON(
5977
5993
  }
5978
5994
 
5979
5995
  /** @internal */
5980
- export const UserEventPayload137Project$inboundSchema: z.ZodType<
5981
- UserEventPayload137Project,
5996
+ export const UserEventPayload138Project$inboundSchema: z.ZodType<
5997
+ UserEventPayload138Project,
5982
5998
  z.ZodTypeDef,
5983
5999
  unknown
5984
6000
  > = z.object({
@@ -5991,7 +6007,7 @@ export const UserEventPayload137Project$inboundSchema: z.ZodType<
5991
6007
  });
5992
6008
 
5993
6009
  /** @internal */
5994
- export type UserEventPayload137Project$Outbound = {
6010
+ export type UserEventPayload138Project$Outbound = {
5995
6011
  id: string;
5996
6012
  name: string;
5997
6013
  microfrontends?:
@@ -6001,10 +6017,10 @@ export type UserEventPayload137Project$Outbound = {
6001
6017
  };
6002
6018
 
6003
6019
  /** @internal */
6004
- export const UserEventPayload137Project$outboundSchema: z.ZodType<
6005
- UserEventPayload137Project$Outbound,
6020
+ export const UserEventPayload138Project$outboundSchema: z.ZodType<
6021
+ UserEventPayload138Project$Outbound,
6006
6022
  z.ZodTypeDef,
6007
- UserEventPayload137Project
6023
+ UserEventPayload138Project
6008
6024
  > = z.object({
6009
6025
  id: z.string(),
6010
6026
  name: z.string(),
@@ -6018,30 +6034,30 @@ export const UserEventPayload137Project$outboundSchema: z.ZodType<
6018
6034
  * @internal
6019
6035
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6020
6036
  */
6021
- export namespace UserEventPayload137Project$ {
6022
- /** @deprecated use `UserEventPayload137Project$inboundSchema` instead. */
6023
- export const inboundSchema = UserEventPayload137Project$inboundSchema;
6024
- /** @deprecated use `UserEventPayload137Project$outboundSchema` instead. */
6025
- export const outboundSchema = UserEventPayload137Project$outboundSchema;
6026
- /** @deprecated use `UserEventPayload137Project$Outbound` instead. */
6027
- export type Outbound = UserEventPayload137Project$Outbound;
6037
+ export namespace UserEventPayload138Project$ {
6038
+ /** @deprecated use `UserEventPayload138Project$inboundSchema` instead. */
6039
+ export const inboundSchema = UserEventPayload138Project$inboundSchema;
6040
+ /** @deprecated use `UserEventPayload138Project$outboundSchema` instead. */
6041
+ export const outboundSchema = UserEventPayload138Project$outboundSchema;
6042
+ /** @deprecated use `UserEventPayload138Project$Outbound` instead. */
6043
+ export type Outbound = UserEventPayload138Project$Outbound;
6028
6044
  }
6029
6045
 
6030
- export function userEventPayload137ProjectToJSON(
6031
- userEventPayload137Project: UserEventPayload137Project,
6046
+ export function userEventPayload138ProjectToJSON(
6047
+ userEventPayload138Project: UserEventPayload138Project,
6032
6048
  ): string {
6033
6049
  return JSON.stringify(
6034
- UserEventPayload137Project$outboundSchema.parse(userEventPayload137Project),
6050
+ UserEventPayload138Project$outboundSchema.parse(userEventPayload138Project),
6035
6051
  );
6036
6052
  }
6037
6053
 
6038
- export function userEventPayload137ProjectFromJSON(
6054
+ export function userEventPayload138ProjectFromJSON(
6039
6055
  jsonString: string,
6040
- ): SafeParseResult<UserEventPayload137Project, SDKValidationError> {
6056
+ ): SafeParseResult<UserEventPayload138Project, SDKValidationError> {
6041
6057
  return safeParse(
6042
6058
  jsonString,
6043
- (x) => UserEventPayload137Project$inboundSchema.parse(JSON.parse(x)),
6044
- `Failed to parse 'UserEventPayload137Project' from JSON`,
6059
+ (x) => UserEventPayload138Project$inboundSchema.parse(JSON.parse(x)),
6060
+ `Failed to parse 'UserEventPayload138Project' from JSON`,
6045
6061
  );
6046
6062
  }
6047
6063
 
@@ -6231,8 +6247,8 @@ export function payloadMicrofrontendsFromJSON(
6231
6247
  }
6232
6248
 
6233
6249
  /** @internal */
6234
- export const UserEventPayload137PrevProject$inboundSchema: z.ZodType<
6235
- UserEventPayload137PrevProject,
6250
+ export const UserEventPayload138PrevProject$inboundSchema: z.ZodType<
6251
+ UserEventPayload138PrevProject,
6236
6252
  z.ZodTypeDef,
6237
6253
  unknown
6238
6254
  > = z.object({
@@ -6243,7 +6259,7 @@ export const UserEventPayload137PrevProject$inboundSchema: z.ZodType<
6243
6259
  });
6244
6260
 
6245
6261
  /** @internal */
6246
- export type UserEventPayload137PrevProject$Outbound = {
6262
+ export type UserEventPayload138PrevProject$Outbound = {
6247
6263
  microfrontends?:
6248
6264
  | UserEventMicrofrontends2$Outbound
6249
6265
  | UserEventMicrofrontends1$Outbound
@@ -6251,10 +6267,10 @@ export type UserEventPayload137PrevProject$Outbound = {
6251
6267
  };
6252
6268
 
6253
6269
  /** @internal */
6254
- export const UserEventPayload137PrevProject$outboundSchema: z.ZodType<
6255
- UserEventPayload137PrevProject$Outbound,
6270
+ export const UserEventPayload138PrevProject$outboundSchema: z.ZodType<
6271
+ UserEventPayload138PrevProject$Outbound,
6256
6272
  z.ZodTypeDef,
6257
- UserEventPayload137PrevProject
6273
+ UserEventPayload138PrevProject
6258
6274
  > = z.object({
6259
6275
  microfrontends: z.union([
6260
6276
  z.lazy(() => UserEventMicrofrontends2$outboundSchema),
@@ -6266,32 +6282,32 @@ export const UserEventPayload137PrevProject$outboundSchema: z.ZodType<
6266
6282
  * @internal
6267
6283
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6268
6284
  */
6269
- export namespace UserEventPayload137PrevProject$ {
6270
- /** @deprecated use `UserEventPayload137PrevProject$inboundSchema` instead. */
6271
- export const inboundSchema = UserEventPayload137PrevProject$inboundSchema;
6272
- /** @deprecated use `UserEventPayload137PrevProject$outboundSchema` instead. */
6273
- export const outboundSchema = UserEventPayload137PrevProject$outboundSchema;
6274
- /** @deprecated use `UserEventPayload137PrevProject$Outbound` instead. */
6275
- export type Outbound = UserEventPayload137PrevProject$Outbound;
6285
+ export namespace UserEventPayload138PrevProject$ {
6286
+ /** @deprecated use `UserEventPayload138PrevProject$inboundSchema` instead. */
6287
+ export const inboundSchema = UserEventPayload138PrevProject$inboundSchema;
6288
+ /** @deprecated use `UserEventPayload138PrevProject$outboundSchema` instead. */
6289
+ export const outboundSchema = UserEventPayload138PrevProject$outboundSchema;
6290
+ /** @deprecated use `UserEventPayload138PrevProject$Outbound` instead. */
6291
+ export type Outbound = UserEventPayload138PrevProject$Outbound;
6276
6292
  }
6277
6293
 
6278
- export function userEventPayload137PrevProjectToJSON(
6279
- userEventPayload137PrevProject: UserEventPayload137PrevProject,
6294
+ export function userEventPayload138PrevProjectToJSON(
6295
+ userEventPayload138PrevProject: UserEventPayload138PrevProject,
6280
6296
  ): string {
6281
6297
  return JSON.stringify(
6282
- UserEventPayload137PrevProject$outboundSchema.parse(
6283
- userEventPayload137PrevProject,
6298
+ UserEventPayload138PrevProject$outboundSchema.parse(
6299
+ userEventPayload138PrevProject,
6284
6300
  ),
6285
6301
  );
6286
6302
  }
6287
6303
 
6288
- export function userEventPayload137PrevProjectFromJSON(
6304
+ export function userEventPayload138PrevProjectFromJSON(
6289
6305
  jsonString: string,
6290
- ): SafeParseResult<UserEventPayload137PrevProject, SDKValidationError> {
6306
+ ): SafeParseResult<UserEventPayload138PrevProject, SDKValidationError> {
6291
6307
  return safeParse(
6292
6308
  jsonString,
6293
- (x) => UserEventPayload137PrevProject$inboundSchema.parse(JSON.parse(x)),
6294
- `Failed to parse 'UserEventPayload137PrevProject' from JSON`,
6309
+ (x) => UserEventPayload138PrevProject$inboundSchema.parse(JSON.parse(x)),
6310
+ `Failed to parse 'UserEventPayload138PrevProject' from JSON`,
6295
6311
  );
6296
6312
  }
6297
6313
 
@@ -6301,12 +6317,12 @@ export const PayloadPrev$inboundSchema: z.ZodType<
6301
6317
  z.ZodTypeDef,
6302
6318
  unknown
6303
6319
  > = z.object({
6304
- project: z.lazy(() => UserEventPayload137PrevProject$inboundSchema),
6320
+ project: z.lazy(() => UserEventPayload138PrevProject$inboundSchema),
6305
6321
  });
6306
6322
 
6307
6323
  /** @internal */
6308
6324
  export type PayloadPrev$Outbound = {
6309
- project: UserEventPayload137PrevProject$Outbound;
6325
+ project: UserEventPayload138PrevProject$Outbound;
6310
6326
  };
6311
6327
 
6312
6328
  /** @internal */
@@ -6315,7 +6331,7 @@ export const PayloadPrev$outboundSchema: z.ZodType<
6315
6331
  z.ZodTypeDef,
6316
6332
  PayloadPrev
6317
6333
  > = z.object({
6318
- project: z.lazy(() => UserEventPayload137PrevProject$outboundSchema),
6334
+ project: z.lazy(() => UserEventPayload138PrevProject$outboundSchema),
6319
6335
  });
6320
6336
 
6321
6337
  /**
@@ -6402,30 +6418,30 @@ export function payloadGroupFromJSON(
6402
6418
  }
6403
6419
 
6404
6420
  /** @internal */
6405
- export const OneHundredAndThirtySeven$inboundSchema: z.ZodType<
6406
- OneHundredAndThirtySeven,
6421
+ export const OneHundredAndThirtyEight$inboundSchema: z.ZodType<
6422
+ OneHundredAndThirtyEight,
6407
6423
  z.ZodTypeDef,
6408
6424
  unknown
6409
6425
  > = z.object({
6410
- project: z.lazy(() => UserEventPayload137Project$inboundSchema),
6426
+ project: z.lazy(() => UserEventPayload138Project$inboundSchema),
6411
6427
  prev: z.lazy(() => PayloadPrev$inboundSchema),
6412
6428
  group: z.lazy(() => PayloadGroup$inboundSchema),
6413
6429
  });
6414
6430
 
6415
6431
  /** @internal */
6416
- export type OneHundredAndThirtySeven$Outbound = {
6417
- project: UserEventPayload137Project$Outbound;
6432
+ export type OneHundredAndThirtyEight$Outbound = {
6433
+ project: UserEventPayload138Project$Outbound;
6418
6434
  prev: PayloadPrev$Outbound;
6419
6435
  group: PayloadGroup$Outbound;
6420
6436
  };
6421
6437
 
6422
6438
  /** @internal */
6423
- export const OneHundredAndThirtySeven$outboundSchema: z.ZodType<
6424
- OneHundredAndThirtySeven$Outbound,
6439
+ export const OneHundredAndThirtyEight$outboundSchema: z.ZodType<
6440
+ OneHundredAndThirtyEight$Outbound,
6425
6441
  z.ZodTypeDef,
6426
- OneHundredAndThirtySeven
6442
+ OneHundredAndThirtyEight
6427
6443
  > = z.object({
6428
- project: z.lazy(() => UserEventPayload137Project$outboundSchema),
6444
+ project: z.lazy(() => UserEventPayload138Project$outboundSchema),
6429
6445
  prev: z.lazy(() => PayloadPrev$outboundSchema),
6430
6446
  group: z.lazy(() => PayloadGroup$outboundSchema),
6431
6447
  });
@@ -6434,36 +6450,36 @@ export const OneHundredAndThirtySeven$outboundSchema: z.ZodType<
6434
6450
  * @internal
6435
6451
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6436
6452
  */
6437
- export namespace OneHundredAndThirtySeven$ {
6438
- /** @deprecated use `OneHundredAndThirtySeven$inboundSchema` instead. */
6439
- export const inboundSchema = OneHundredAndThirtySeven$inboundSchema;
6440
- /** @deprecated use `OneHundredAndThirtySeven$outboundSchema` instead. */
6441
- export const outboundSchema = OneHundredAndThirtySeven$outboundSchema;
6442
- /** @deprecated use `OneHundredAndThirtySeven$Outbound` instead. */
6443
- export type Outbound = OneHundredAndThirtySeven$Outbound;
6453
+ export namespace OneHundredAndThirtyEight$ {
6454
+ /** @deprecated use `OneHundredAndThirtyEight$inboundSchema` instead. */
6455
+ export const inboundSchema = OneHundredAndThirtyEight$inboundSchema;
6456
+ /** @deprecated use `OneHundredAndThirtyEight$outboundSchema` instead. */
6457
+ export const outboundSchema = OneHundredAndThirtyEight$outboundSchema;
6458
+ /** @deprecated use `OneHundredAndThirtyEight$Outbound` instead. */
6459
+ export type Outbound = OneHundredAndThirtyEight$Outbound;
6444
6460
  }
6445
6461
 
6446
- export function oneHundredAndThirtySevenToJSON(
6447
- oneHundredAndThirtySeven: OneHundredAndThirtySeven,
6462
+ export function oneHundredAndThirtyEightToJSON(
6463
+ oneHundredAndThirtyEight: OneHundredAndThirtyEight,
6448
6464
  ): string {
6449
6465
  return JSON.stringify(
6450
- OneHundredAndThirtySeven$outboundSchema.parse(oneHundredAndThirtySeven),
6466
+ OneHundredAndThirtyEight$outboundSchema.parse(oneHundredAndThirtyEight),
6451
6467
  );
6452
6468
  }
6453
6469
 
6454
- export function oneHundredAndThirtySevenFromJSON(
6470
+ export function oneHundredAndThirtyEightFromJSON(
6455
6471
  jsonString: string,
6456
- ): SafeParseResult<OneHundredAndThirtySeven, SDKValidationError> {
6472
+ ): SafeParseResult<OneHundredAndThirtyEight, SDKValidationError> {
6457
6473
  return safeParse(
6458
6474
  jsonString,
6459
- (x) => OneHundredAndThirtySeven$inboundSchema.parse(JSON.parse(x)),
6460
- `Failed to parse 'OneHundredAndThirtySeven' from JSON`,
6475
+ (x) => OneHundredAndThirtyEight$inboundSchema.parse(JSON.parse(x)),
6476
+ `Failed to parse 'OneHundredAndThirtyEight' from JSON`,
6461
6477
  );
6462
6478
  }
6463
6479
 
6464
6480
  /** @internal */
6465
- export const UserEventPayload136Project$inboundSchema: z.ZodType<
6466
- UserEventPayload136Project,
6481
+ export const UserEventPayload137Project$inboundSchema: z.ZodType<
6482
+ UserEventPayload137Project,
6467
6483
  z.ZodTypeDef,
6468
6484
  unknown
6469
6485
  > = z.object({
@@ -6472,16 +6488,16 @@ export const UserEventPayload136Project$inboundSchema: z.ZodType<
6472
6488
  });
6473
6489
 
6474
6490
  /** @internal */
6475
- export type UserEventPayload136Project$Outbound = {
6491
+ export type UserEventPayload137Project$Outbound = {
6476
6492
  id: string;
6477
6493
  name: string;
6478
6494
  };
6479
6495
 
6480
6496
  /** @internal */
6481
- export const UserEventPayload136Project$outboundSchema: z.ZodType<
6482
- UserEventPayload136Project$Outbound,
6497
+ export const UserEventPayload137Project$outboundSchema: z.ZodType<
6498
+ UserEventPayload137Project$Outbound,
6483
6499
  z.ZodTypeDef,
6484
- UserEventPayload136Project
6500
+ UserEventPayload137Project
6485
6501
  > = z.object({
6486
6502
  id: z.string(),
6487
6503
  name: z.string(),
@@ -6491,30 +6507,30 @@ export const UserEventPayload136Project$outboundSchema: z.ZodType<
6491
6507
  * @internal
6492
6508
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6493
6509
  */
6494
- export namespace UserEventPayload136Project$ {
6495
- /** @deprecated use `UserEventPayload136Project$inboundSchema` instead. */
6496
- export const inboundSchema = UserEventPayload136Project$inboundSchema;
6497
- /** @deprecated use `UserEventPayload136Project$outboundSchema` instead. */
6498
- export const outboundSchema = UserEventPayload136Project$outboundSchema;
6499
- /** @deprecated use `UserEventPayload136Project$Outbound` instead. */
6500
- export type Outbound = UserEventPayload136Project$Outbound;
6510
+ export namespace UserEventPayload137Project$ {
6511
+ /** @deprecated use `UserEventPayload137Project$inboundSchema` instead. */
6512
+ export const inboundSchema = UserEventPayload137Project$inboundSchema;
6513
+ /** @deprecated use `UserEventPayload137Project$outboundSchema` instead. */
6514
+ export const outboundSchema = UserEventPayload137Project$outboundSchema;
6515
+ /** @deprecated use `UserEventPayload137Project$Outbound` instead. */
6516
+ export type Outbound = UserEventPayload137Project$Outbound;
6501
6517
  }
6502
6518
 
6503
- export function userEventPayload136ProjectToJSON(
6504
- userEventPayload136Project: UserEventPayload136Project,
6519
+ export function userEventPayload137ProjectToJSON(
6520
+ userEventPayload137Project: UserEventPayload137Project,
6505
6521
  ): string {
6506
6522
  return JSON.stringify(
6507
- UserEventPayload136Project$outboundSchema.parse(userEventPayload136Project),
6523
+ UserEventPayload137Project$outboundSchema.parse(userEventPayload137Project),
6508
6524
  );
6509
6525
  }
6510
6526
 
6511
- export function userEventPayload136ProjectFromJSON(
6527
+ export function userEventPayload137ProjectFromJSON(
6512
6528
  jsonString: string,
6513
- ): SafeParseResult<UserEventPayload136Project, SDKValidationError> {
6529
+ ): SafeParseResult<UserEventPayload137Project, SDKValidationError> {
6514
6530
  return safeParse(
6515
6531
  jsonString,
6516
- (x) => UserEventPayload136Project$inboundSchema.parse(JSON.parse(x)),
6517
- `Failed to parse 'UserEventPayload136Project' from JSON`,
6532
+ (x) => UserEventPayload137Project$inboundSchema.parse(JSON.parse(x)),
6533
+ `Failed to parse 'UserEventPayload137Project' from JSON`,
6518
6534
  );
6519
6535
  }
6520
6536
 
@@ -6572,28 +6588,28 @@ export function groupFromJSON(
6572
6588
  }
6573
6589
 
6574
6590
  /** @internal */
6575
- export const OneHundredAndThirtySix$inboundSchema: z.ZodType<
6576
- OneHundredAndThirtySix,
6591
+ export const OneHundredAndThirtySeven$inboundSchema: z.ZodType<
6592
+ OneHundredAndThirtySeven,
6577
6593
  z.ZodTypeDef,
6578
6594
  unknown
6579
6595
  > = z.object({
6580
- project: z.lazy(() => UserEventPayload136Project$inboundSchema),
6596
+ project: z.lazy(() => UserEventPayload137Project$inboundSchema),
6581
6597
  group: z.lazy(() => Group$inboundSchema),
6582
6598
  });
6583
6599
 
6584
6600
  /** @internal */
6585
- export type OneHundredAndThirtySix$Outbound = {
6586
- project: UserEventPayload136Project$Outbound;
6601
+ export type OneHundredAndThirtySeven$Outbound = {
6602
+ project: UserEventPayload137Project$Outbound;
6587
6603
  group: Group$Outbound;
6588
6604
  };
6589
6605
 
6590
6606
  /** @internal */
6591
- export const OneHundredAndThirtySix$outboundSchema: z.ZodType<
6592
- OneHundredAndThirtySix$Outbound,
6607
+ export const OneHundredAndThirtySeven$outboundSchema: z.ZodType<
6608
+ OneHundredAndThirtySeven$Outbound,
6593
6609
  z.ZodTypeDef,
6594
- OneHundredAndThirtySix
6610
+ OneHundredAndThirtySeven
6595
6611
  > = z.object({
6596
- project: z.lazy(() => UserEventPayload136Project$outboundSchema),
6612
+ project: z.lazy(() => UserEventPayload137Project$outboundSchema),
6597
6613
  group: z.lazy(() => Group$outboundSchema),
6598
6614
  });
6599
6615
 
@@ -6601,30 +6617,30 @@ export const OneHundredAndThirtySix$outboundSchema: z.ZodType<
6601
6617
  * @internal
6602
6618
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6603
6619
  */
6604
- export namespace OneHundredAndThirtySix$ {
6605
- /** @deprecated use `OneHundredAndThirtySix$inboundSchema` instead. */
6606
- export const inboundSchema = OneHundredAndThirtySix$inboundSchema;
6607
- /** @deprecated use `OneHundredAndThirtySix$outboundSchema` instead. */
6608
- export const outboundSchema = OneHundredAndThirtySix$outboundSchema;
6609
- /** @deprecated use `OneHundredAndThirtySix$Outbound` instead. */
6610
- export type Outbound = OneHundredAndThirtySix$Outbound;
6620
+ export namespace OneHundredAndThirtySeven$ {
6621
+ /** @deprecated use `OneHundredAndThirtySeven$inboundSchema` instead. */
6622
+ export const inboundSchema = OneHundredAndThirtySeven$inboundSchema;
6623
+ /** @deprecated use `OneHundredAndThirtySeven$outboundSchema` instead. */
6624
+ export const outboundSchema = OneHundredAndThirtySeven$outboundSchema;
6625
+ /** @deprecated use `OneHundredAndThirtySeven$Outbound` instead. */
6626
+ export type Outbound = OneHundredAndThirtySeven$Outbound;
6611
6627
  }
6612
6628
 
6613
- export function oneHundredAndThirtySixToJSON(
6614
- oneHundredAndThirtySix: OneHundredAndThirtySix,
6629
+ export function oneHundredAndThirtySevenToJSON(
6630
+ oneHundredAndThirtySeven: OneHundredAndThirtySeven,
6615
6631
  ): string {
6616
6632
  return JSON.stringify(
6617
- OneHundredAndThirtySix$outboundSchema.parse(oneHundredAndThirtySix),
6633
+ OneHundredAndThirtySeven$outboundSchema.parse(oneHundredAndThirtySeven),
6618
6634
  );
6619
6635
  }
6620
6636
 
6621
- export function oneHundredAndThirtySixFromJSON(
6637
+ export function oneHundredAndThirtySevenFromJSON(
6622
6638
  jsonString: string,
6623
- ): SafeParseResult<OneHundredAndThirtySix, SDKValidationError> {
6639
+ ): SafeParseResult<OneHundredAndThirtySeven, SDKValidationError> {
6624
6640
  return safeParse(
6625
6641
  jsonString,
6626
- (x) => OneHundredAndThirtySix$inboundSchema.parse(JSON.parse(x)),
6627
- `Failed to parse 'OneHundredAndThirtySix' from JSON`,
6642
+ (x) => OneHundredAndThirtySeven$inboundSchema.parse(JSON.parse(x)),
6643
+ `Failed to parse 'OneHundredAndThirtySeven' from JSON`,
6628
6644
  );
6629
6645
  }
6630
6646
 
@@ -6675,6 +6691,69 @@ export function prevFromJSON(
6675
6691
  );
6676
6692
  }
6677
6693
 
6694
+ /** @internal */
6695
+ export const OneHundredAndThirtySix$inboundSchema: z.ZodType<
6696
+ OneHundredAndThirtySix,
6697
+ z.ZodTypeDef,
6698
+ unknown
6699
+ > = z.object({
6700
+ id: z.string(),
6701
+ slug: z.string(),
6702
+ name: z.string(),
6703
+ prev: z.lazy(() => Prev$inboundSchema),
6704
+ });
6705
+
6706
+ /** @internal */
6707
+ export type OneHundredAndThirtySix$Outbound = {
6708
+ id: string;
6709
+ slug: string;
6710
+ name: string;
6711
+ prev: Prev$Outbound;
6712
+ };
6713
+
6714
+ /** @internal */
6715
+ export const OneHundredAndThirtySix$outboundSchema: z.ZodType<
6716
+ OneHundredAndThirtySix$Outbound,
6717
+ z.ZodTypeDef,
6718
+ OneHundredAndThirtySix
6719
+ > = z.object({
6720
+ id: z.string(),
6721
+ slug: z.string(),
6722
+ name: z.string(),
6723
+ prev: z.lazy(() => Prev$outboundSchema),
6724
+ });
6725
+
6726
+ /**
6727
+ * @internal
6728
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6729
+ */
6730
+ export namespace OneHundredAndThirtySix$ {
6731
+ /** @deprecated use `OneHundredAndThirtySix$inboundSchema` instead. */
6732
+ export const inboundSchema = OneHundredAndThirtySix$inboundSchema;
6733
+ /** @deprecated use `OneHundredAndThirtySix$outboundSchema` instead. */
6734
+ export const outboundSchema = OneHundredAndThirtySix$outboundSchema;
6735
+ /** @deprecated use `OneHundredAndThirtySix$Outbound` instead. */
6736
+ export type Outbound = OneHundredAndThirtySix$Outbound;
6737
+ }
6738
+
6739
+ export function oneHundredAndThirtySixToJSON(
6740
+ oneHundredAndThirtySix: OneHundredAndThirtySix,
6741
+ ): string {
6742
+ return JSON.stringify(
6743
+ OneHundredAndThirtySix$outboundSchema.parse(oneHundredAndThirtySix),
6744
+ );
6745
+ }
6746
+
6747
+ export function oneHundredAndThirtySixFromJSON(
6748
+ jsonString: string,
6749
+ ): SafeParseResult<OneHundredAndThirtySix, SDKValidationError> {
6750
+ return safeParse(
6751
+ jsonString,
6752
+ (x) => OneHundredAndThirtySix$inboundSchema.parse(JSON.parse(x)),
6753
+ `Failed to parse 'OneHundredAndThirtySix' from JSON`,
6754
+ );
6755
+ }
6756
+
6678
6757
  /** @internal */
6679
6758
  export const OneHundredAndThirtyFive$inboundSchema: z.ZodType<
6680
6759
  OneHundredAndThirtyFive,
@@ -6684,7 +6763,6 @@ export const OneHundredAndThirtyFive$inboundSchema: z.ZodType<
6684
6763
  id: z.string(),
6685
6764
  slug: z.string(),
6686
6765
  name: z.string(),
6687
- prev: z.lazy(() => Prev$inboundSchema),
6688
6766
  });
6689
6767
 
6690
6768
  /** @internal */
@@ -6692,7 +6770,6 @@ export type OneHundredAndThirtyFive$Outbound = {
6692
6770
  id: string;
6693
6771
  slug: string;
6694
6772
  name: string;
6695
- prev: Prev$Outbound;
6696
6773
  };
6697
6774
 
6698
6775
  /** @internal */
@@ -6704,7 +6781,6 @@ export const OneHundredAndThirtyFive$outboundSchema: z.ZodType<
6704
6781
  id: z.string(),
6705
6782
  slug: z.string(),
6706
6783
  name: z.string(),
6707
- prev: z.lazy(() => Prev$outboundSchema),
6708
6784
  });
6709
6785
 
6710
6786
  /**
@@ -6744,16 +6820,16 @@ export const OneHundredAndThirtyFour$inboundSchema: z.ZodType<
6744
6820
  z.ZodTypeDef,
6745
6821
  unknown
6746
6822
  > = z.object({
6747
- id: z.string(),
6748
- slug: z.string(),
6749
- name: z.string(),
6823
+ edgeConfigId: z.string(),
6824
+ edgeConfigSlug: z.string(),
6825
+ edgeConfigTokenIds: z.array(z.string()),
6750
6826
  });
6751
6827
 
6752
6828
  /** @internal */
6753
6829
  export type OneHundredAndThirtyFour$Outbound = {
6754
- id: string;
6755
- slug: string;
6756
- name: string;
6830
+ edgeConfigId: string;
6831
+ edgeConfigSlug: string;
6832
+ edgeConfigTokenIds: Array<string>;
6757
6833
  };
6758
6834
 
6759
6835
  /** @internal */
@@ -6762,9 +6838,9 @@ export const OneHundredAndThirtyFour$outboundSchema: z.ZodType<
6762
6838
  z.ZodTypeDef,
6763
6839
  OneHundredAndThirtyFour
6764
6840
  > = z.object({
6765
- id: z.string(),
6766
- slug: z.string(),
6767
- name: z.string(),
6841
+ edgeConfigId: z.string(),
6842
+ edgeConfigSlug: z.string(),
6843
+ edgeConfigTokenIds: z.array(z.string()),
6768
6844
  });
6769
6845
 
6770
6846
  /**
@@ -6806,14 +6882,16 @@ export const OneHundredAndThirtyThree$inboundSchema: z.ZodType<
6806
6882
  > = z.object({
6807
6883
  edgeConfigId: z.string(),
6808
6884
  edgeConfigSlug: z.string(),
6809
- edgeConfigTokenIds: z.array(z.string()),
6885
+ edgeConfigTokenId: z.string(),
6886
+ label: z.string(),
6810
6887
  });
6811
6888
 
6812
6889
  /** @internal */
6813
6890
  export type OneHundredAndThirtyThree$Outbound = {
6814
6891
  edgeConfigId: string;
6815
6892
  edgeConfigSlug: string;
6816
- edgeConfigTokenIds: Array<string>;
6893
+ edgeConfigTokenId: string;
6894
+ label: string;
6817
6895
  };
6818
6896
 
6819
6897
  /** @internal */
@@ -6824,7 +6902,8 @@ export const OneHundredAndThirtyThree$outboundSchema: z.ZodType<
6824
6902
  > = z.object({
6825
6903
  edgeConfigId: z.string(),
6826
6904
  edgeConfigSlug: z.string(),
6827
- edgeConfigTokenIds: z.array(z.string()),
6905
+ edgeConfigTokenId: z.string(),
6906
+ label: z.string(),
6828
6907
  });
6829
6908
 
6830
6909
  /**
@@ -6866,16 +6945,14 @@ export const OneHundredAndThirtyTwo$inboundSchema: z.ZodType<
6866
6945
  > = z.object({
6867
6946
  edgeConfigId: z.string(),
6868
6947
  edgeConfigSlug: z.string(),
6869
- edgeConfigTokenId: z.string(),
6870
- label: z.string(),
6948
+ edgeConfigDigest: z.string(),
6871
6949
  });
6872
6950
 
6873
6951
  /** @internal */
6874
6952
  export type OneHundredAndThirtyTwo$Outbound = {
6875
6953
  edgeConfigId: string;
6876
6954
  edgeConfigSlug: string;
6877
- edgeConfigTokenId: string;
6878
- label: string;
6955
+ edgeConfigDigest: string;
6879
6956
  };
6880
6957
 
6881
6958
  /** @internal */
@@ -6886,8 +6963,7 @@ export const OneHundredAndThirtyTwo$outboundSchema: z.ZodType<
6886
6963
  > = z.object({
6887
6964
  edgeConfigId: z.string(),
6888
6965
  edgeConfigSlug: z.string(),
6889
- edgeConfigTokenId: z.string(),
6890
- label: z.string(),
6966
+ edgeConfigDigest: z.string(),
6891
6967
  });
6892
6968
 
6893
6969
  /**
@@ -6922,101 +6998,41 @@ export function oneHundredAndThirtyTwoFromJSON(
6922
6998
  }
6923
6999
 
6924
7000
  /** @internal */
6925
- export const OneHundredAndThirtyOne$inboundSchema: z.ZodType<
6926
- OneHundredAndThirtyOne,
6927
- z.ZodTypeDef,
6928
- unknown
6929
- > = z.object({
6930
- edgeConfigId: z.string(),
6931
- edgeConfigSlug: z.string(),
6932
- edgeConfigDigest: z.string(),
6933
- });
6934
-
6935
- /** @internal */
6936
- export type OneHundredAndThirtyOne$Outbound = {
6937
- edgeConfigId: string;
6938
- edgeConfigSlug: string;
6939
- edgeConfigDigest: string;
6940
- };
6941
-
6942
- /** @internal */
6943
- export const OneHundredAndThirtyOne$outboundSchema: z.ZodType<
6944
- OneHundredAndThirtyOne$Outbound,
6945
- z.ZodTypeDef,
6946
- OneHundredAndThirtyOne
6947
- > = z.object({
6948
- edgeConfigId: z.string(),
6949
- edgeConfigSlug: z.string(),
6950
- edgeConfigDigest: z.string(),
6951
- });
6952
-
6953
- /**
6954
- * @internal
6955
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6956
- */
6957
- export namespace OneHundredAndThirtyOne$ {
6958
- /** @deprecated use `OneHundredAndThirtyOne$inboundSchema` instead. */
6959
- export const inboundSchema = OneHundredAndThirtyOne$inboundSchema;
6960
- /** @deprecated use `OneHundredAndThirtyOne$outboundSchema` instead. */
6961
- export const outboundSchema = OneHundredAndThirtyOne$outboundSchema;
6962
- /** @deprecated use `OneHundredAndThirtyOne$Outbound` instead. */
6963
- export type Outbound = OneHundredAndThirtyOne$Outbound;
6964
- }
6965
-
6966
- export function oneHundredAndThirtyOneToJSON(
6967
- oneHundredAndThirtyOne: OneHundredAndThirtyOne,
6968
- ): string {
6969
- return JSON.stringify(
6970
- OneHundredAndThirtyOne$outboundSchema.parse(oneHundredAndThirtyOne),
6971
- );
6972
- }
6973
-
6974
- export function oneHundredAndThirtyOneFromJSON(
6975
- jsonString: string,
6976
- ): SafeParseResult<OneHundredAndThirtyOne, SDKValidationError> {
6977
- return safeParse(
6978
- jsonString,
6979
- (x) => OneHundredAndThirtyOne$inboundSchema.parse(JSON.parse(x)),
6980
- `Failed to parse 'OneHundredAndThirtyOne' from JSON`,
6981
- );
6982
- }
6983
-
6984
- /** @internal */
6985
- export const UserEventPayload130Role$inboundSchema: z.ZodNativeEnum<
6986
- typeof UserEventPayload130Role
6987
- > = z.nativeEnum(UserEventPayload130Role);
7001
+ export const UserEventPayload131Role$inboundSchema: z.ZodNativeEnum<
7002
+ typeof UserEventPayload131Role
7003
+ > = z.nativeEnum(UserEventPayload131Role);
6988
7004
 
6989
7005
  /** @internal */
6990
- export const UserEventPayload130Role$outboundSchema: z.ZodNativeEnum<
6991
- typeof UserEventPayload130Role
6992
- > = UserEventPayload130Role$inboundSchema;
7006
+ export const UserEventPayload131Role$outboundSchema: z.ZodNativeEnum<
7007
+ typeof UserEventPayload131Role
7008
+ > = UserEventPayload131Role$inboundSchema;
6993
7009
 
6994
7010
  /**
6995
7011
  * @internal
6996
7012
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6997
7013
  */
6998
- export namespace UserEventPayload130Role$ {
6999
- /** @deprecated use `UserEventPayload130Role$inboundSchema` instead. */
7000
- export const inboundSchema = UserEventPayload130Role$inboundSchema;
7001
- /** @deprecated use `UserEventPayload130Role$outboundSchema` instead. */
7002
- export const outboundSchema = UserEventPayload130Role$outboundSchema;
7014
+ export namespace UserEventPayload131Role$ {
7015
+ /** @deprecated use `UserEventPayload131Role$inboundSchema` instead. */
7016
+ export const inboundSchema = UserEventPayload131Role$inboundSchema;
7017
+ /** @deprecated use `UserEventPayload131Role$outboundSchema` instead. */
7018
+ export const outboundSchema = UserEventPayload131Role$outboundSchema;
7003
7019
  }
7004
7020
 
7005
7021
  /** @internal */
7006
- export const UserEventPayload130Project$inboundSchema: z.ZodType<
7007
- UserEventPayload130Project,
7022
+ export const UserEventPayload131Project$inboundSchema: z.ZodType<
7023
+ UserEventPayload131Project,
7008
7024
  z.ZodTypeDef,
7009
7025
  unknown
7010
7026
  > = z.object({
7011
7027
  name: z.string(),
7012
- role: UserEventPayload130Role$inboundSchema,
7028
+ role: UserEventPayload131Role$inboundSchema,
7013
7029
  invitedUserName: z.string(),
7014
7030
  id: z.string().optional(),
7015
7031
  invitedUserId: z.string().optional(),
7016
7032
  });
7017
7033
 
7018
7034
  /** @internal */
7019
- export type UserEventPayload130Project$Outbound = {
7035
+ export type UserEventPayload131Project$Outbound = {
7020
7036
  name: string;
7021
7037
  role: string;
7022
7038
  invitedUserName: string;
@@ -7025,13 +7041,13 @@ export type UserEventPayload130Project$Outbound = {
7025
7041
  };
7026
7042
 
7027
7043
  /** @internal */
7028
- export const UserEventPayload130Project$outboundSchema: z.ZodType<
7029
- UserEventPayload130Project$Outbound,
7044
+ export const UserEventPayload131Project$outboundSchema: z.ZodType<
7045
+ UserEventPayload131Project$Outbound,
7030
7046
  z.ZodTypeDef,
7031
- UserEventPayload130Project
7047
+ UserEventPayload131Project
7032
7048
  > = z.object({
7033
7049
  name: z.string(),
7034
- role: UserEventPayload130Role$outboundSchema,
7050
+ role: UserEventPayload131Role$outboundSchema,
7035
7051
  invitedUserName: z.string(),
7036
7052
  id: z.string().optional(),
7037
7053
  invitedUserId: z.string().optional(),
@@ -7041,90 +7057,90 @@ export const UserEventPayload130Project$outboundSchema: z.ZodType<
7041
7057
  * @internal
7042
7058
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7043
7059
  */
7044
- export namespace UserEventPayload130Project$ {
7045
- /** @deprecated use `UserEventPayload130Project$inboundSchema` instead. */
7046
- export const inboundSchema = UserEventPayload130Project$inboundSchema;
7047
- /** @deprecated use `UserEventPayload130Project$outboundSchema` instead. */
7048
- export const outboundSchema = UserEventPayload130Project$outboundSchema;
7049
- /** @deprecated use `UserEventPayload130Project$Outbound` instead. */
7050
- export type Outbound = UserEventPayload130Project$Outbound;
7060
+ export namespace UserEventPayload131Project$ {
7061
+ /** @deprecated use `UserEventPayload131Project$inboundSchema` instead. */
7062
+ export const inboundSchema = UserEventPayload131Project$inboundSchema;
7063
+ /** @deprecated use `UserEventPayload131Project$outboundSchema` instead. */
7064
+ export const outboundSchema = UserEventPayload131Project$outboundSchema;
7065
+ /** @deprecated use `UserEventPayload131Project$Outbound` instead. */
7066
+ export type Outbound = UserEventPayload131Project$Outbound;
7051
7067
  }
7052
7068
 
7053
- export function userEventPayload130ProjectToJSON(
7054
- userEventPayload130Project: UserEventPayload130Project,
7069
+ export function userEventPayload131ProjectToJSON(
7070
+ userEventPayload131Project: UserEventPayload131Project,
7055
7071
  ): string {
7056
7072
  return JSON.stringify(
7057
- UserEventPayload130Project$outboundSchema.parse(userEventPayload130Project),
7073
+ UserEventPayload131Project$outboundSchema.parse(userEventPayload131Project),
7058
7074
  );
7059
7075
  }
7060
7076
 
7061
- export function userEventPayload130ProjectFromJSON(
7077
+ export function userEventPayload131ProjectFromJSON(
7062
7078
  jsonString: string,
7063
- ): SafeParseResult<UserEventPayload130Project, SDKValidationError> {
7079
+ ): SafeParseResult<UserEventPayload131Project, SDKValidationError> {
7064
7080
  return safeParse(
7065
7081
  jsonString,
7066
- (x) => UserEventPayload130Project$inboundSchema.parse(JSON.parse(x)),
7067
- `Failed to parse 'UserEventPayload130Project' from JSON`,
7082
+ (x) => UserEventPayload131Project$inboundSchema.parse(JSON.parse(x)),
7083
+ `Failed to parse 'UserEventPayload131Project' from JSON`,
7068
7084
  );
7069
7085
  }
7070
7086
 
7071
7087
  /** @internal */
7072
- export const OneHundredAndThirty$inboundSchema: z.ZodType<
7073
- OneHundredAndThirty,
7088
+ export const OneHundredAndThirtyOne$inboundSchema: z.ZodType<
7089
+ OneHundredAndThirtyOne,
7074
7090
  z.ZodTypeDef,
7075
7091
  unknown
7076
7092
  > = z.object({
7077
- project: z.lazy(() => UserEventPayload130Project$inboundSchema),
7093
+ project: z.lazy(() => UserEventPayload131Project$inboundSchema),
7078
7094
  });
7079
7095
 
7080
7096
  /** @internal */
7081
- export type OneHundredAndThirty$Outbound = {
7082
- project: UserEventPayload130Project$Outbound;
7097
+ export type OneHundredAndThirtyOne$Outbound = {
7098
+ project: UserEventPayload131Project$Outbound;
7083
7099
  };
7084
7100
 
7085
7101
  /** @internal */
7086
- export const OneHundredAndThirty$outboundSchema: z.ZodType<
7087
- OneHundredAndThirty$Outbound,
7102
+ export const OneHundredAndThirtyOne$outboundSchema: z.ZodType<
7103
+ OneHundredAndThirtyOne$Outbound,
7088
7104
  z.ZodTypeDef,
7089
- OneHundredAndThirty
7105
+ OneHundredAndThirtyOne
7090
7106
  > = z.object({
7091
- project: z.lazy(() => UserEventPayload130Project$outboundSchema),
7107
+ project: z.lazy(() => UserEventPayload131Project$outboundSchema),
7092
7108
  });
7093
7109
 
7094
7110
  /**
7095
7111
  * @internal
7096
7112
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7097
7113
  */
7098
- export namespace OneHundredAndThirty$ {
7099
- /** @deprecated use `OneHundredAndThirty$inboundSchema` instead. */
7100
- export const inboundSchema = OneHundredAndThirty$inboundSchema;
7101
- /** @deprecated use `OneHundredAndThirty$outboundSchema` instead. */
7102
- export const outboundSchema = OneHundredAndThirty$outboundSchema;
7103
- /** @deprecated use `OneHundredAndThirty$Outbound` instead. */
7104
- export type Outbound = OneHundredAndThirty$Outbound;
7114
+ export namespace OneHundredAndThirtyOne$ {
7115
+ /** @deprecated use `OneHundredAndThirtyOne$inboundSchema` instead. */
7116
+ export const inboundSchema = OneHundredAndThirtyOne$inboundSchema;
7117
+ /** @deprecated use `OneHundredAndThirtyOne$outboundSchema` instead. */
7118
+ export const outboundSchema = OneHundredAndThirtyOne$outboundSchema;
7119
+ /** @deprecated use `OneHundredAndThirtyOne$Outbound` instead. */
7120
+ export type Outbound = OneHundredAndThirtyOne$Outbound;
7105
7121
  }
7106
7122
 
7107
- export function oneHundredAndThirtyToJSON(
7108
- oneHundredAndThirty: OneHundredAndThirty,
7123
+ export function oneHundredAndThirtyOneToJSON(
7124
+ oneHundredAndThirtyOne: OneHundredAndThirtyOne,
7109
7125
  ): string {
7110
7126
  return JSON.stringify(
7111
- OneHundredAndThirty$outboundSchema.parse(oneHundredAndThirty),
7127
+ OneHundredAndThirtyOne$outboundSchema.parse(oneHundredAndThirtyOne),
7112
7128
  );
7113
7129
  }
7114
7130
 
7115
- export function oneHundredAndThirtyFromJSON(
7131
+ export function oneHundredAndThirtyOneFromJSON(
7116
7132
  jsonString: string,
7117
- ): SafeParseResult<OneHundredAndThirty, SDKValidationError> {
7133
+ ): SafeParseResult<OneHundredAndThirtyOne, SDKValidationError> {
7118
7134
  return safeParse(
7119
7135
  jsonString,
7120
- (x) => OneHundredAndThirty$inboundSchema.parse(JSON.parse(x)),
7121
- `Failed to parse 'OneHundredAndThirty' from JSON`,
7136
+ (x) => OneHundredAndThirtyOne$inboundSchema.parse(JSON.parse(x)),
7137
+ `Failed to parse 'OneHundredAndThirtyOne' from JSON`,
7122
7138
  );
7123
7139
  }
7124
7140
 
7125
7141
  /** @internal */
7126
- export const UserEventPayload129Project$inboundSchema: z.ZodType<
7127
- UserEventPayload129Project,
7142
+ export const UserEventPayload130Project$inboundSchema: z.ZodType<
7143
+ UserEventPayload130Project,
7128
7144
  z.ZodTypeDef,
7129
7145
  unknown
7130
7146
  > = z.object({
@@ -7133,16 +7149,16 @@ export const UserEventPayload129Project$inboundSchema: z.ZodType<
7133
7149
  });
7134
7150
 
7135
7151
  /** @internal */
7136
- export type UserEventPayload129Project$Outbound = {
7152
+ export type UserEventPayload130Project$Outbound = {
7137
7153
  id: string;
7138
7154
  name: string;
7139
7155
  };
7140
7156
 
7141
7157
  /** @internal */
7142
- export const UserEventPayload129Project$outboundSchema: z.ZodType<
7143
- UserEventPayload129Project$Outbound,
7158
+ export const UserEventPayload130Project$outboundSchema: z.ZodType<
7159
+ UserEventPayload130Project$Outbound,
7144
7160
  z.ZodTypeDef,
7145
- UserEventPayload129Project
7161
+ UserEventPayload130Project
7146
7162
  > = z.object({
7147
7163
  id: z.string(),
7148
7164
  name: z.string(),
@@ -7152,52 +7168,52 @@ export const UserEventPayload129Project$outboundSchema: z.ZodType<
7152
7168
  * @internal
7153
7169
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7154
7170
  */
7155
- export namespace UserEventPayload129Project$ {
7156
- /** @deprecated use `UserEventPayload129Project$inboundSchema` instead. */
7157
- export const inboundSchema = UserEventPayload129Project$inboundSchema;
7158
- /** @deprecated use `UserEventPayload129Project$outboundSchema` instead. */
7159
- export const outboundSchema = UserEventPayload129Project$outboundSchema;
7160
- /** @deprecated use `UserEventPayload129Project$Outbound` instead. */
7161
- export type Outbound = UserEventPayload129Project$Outbound;
7171
+ export namespace UserEventPayload130Project$ {
7172
+ /** @deprecated use `UserEventPayload130Project$inboundSchema` instead. */
7173
+ export const inboundSchema = UserEventPayload130Project$inboundSchema;
7174
+ /** @deprecated use `UserEventPayload130Project$outboundSchema` instead. */
7175
+ export const outboundSchema = UserEventPayload130Project$outboundSchema;
7176
+ /** @deprecated use `UserEventPayload130Project$Outbound` instead. */
7177
+ export type Outbound = UserEventPayload130Project$Outbound;
7162
7178
  }
7163
7179
 
7164
- export function userEventPayload129ProjectToJSON(
7165
- userEventPayload129Project: UserEventPayload129Project,
7180
+ export function userEventPayload130ProjectToJSON(
7181
+ userEventPayload130Project: UserEventPayload130Project,
7166
7182
  ): string {
7167
7183
  return JSON.stringify(
7168
- UserEventPayload129Project$outboundSchema.parse(userEventPayload129Project),
7184
+ UserEventPayload130Project$outboundSchema.parse(userEventPayload130Project),
7169
7185
  );
7170
7186
  }
7171
7187
 
7172
- export function userEventPayload129ProjectFromJSON(
7188
+ export function userEventPayload130ProjectFromJSON(
7173
7189
  jsonString: string,
7174
- ): SafeParseResult<UserEventPayload129Project, SDKValidationError> {
7190
+ ): SafeParseResult<UserEventPayload130Project, SDKValidationError> {
7175
7191
  return safeParse(
7176
7192
  jsonString,
7177
- (x) => UserEventPayload129Project$inboundSchema.parse(JSON.parse(x)),
7178
- `Failed to parse 'UserEventPayload129Project' from JSON`,
7193
+ (x) => UserEventPayload130Project$inboundSchema.parse(JSON.parse(x)),
7194
+ `Failed to parse 'UserEventPayload130Project' from JSON`,
7179
7195
  );
7180
7196
  }
7181
7197
 
7182
7198
  /** @internal */
7183
- export const UserEventPayload129Role$inboundSchema: z.ZodNativeEnum<
7184
- typeof UserEventPayload129Role
7185
- > = z.nativeEnum(UserEventPayload129Role);
7199
+ export const UserEventPayload130Role$inboundSchema: z.ZodNativeEnum<
7200
+ typeof UserEventPayload130Role
7201
+ > = z.nativeEnum(UserEventPayload130Role);
7186
7202
 
7187
7203
  /** @internal */
7188
- export const UserEventPayload129Role$outboundSchema: z.ZodNativeEnum<
7189
- typeof UserEventPayload129Role
7190
- > = UserEventPayload129Role$inboundSchema;
7204
+ export const UserEventPayload130Role$outboundSchema: z.ZodNativeEnum<
7205
+ typeof UserEventPayload130Role
7206
+ > = UserEventPayload130Role$inboundSchema;
7191
7207
 
7192
7208
  /**
7193
7209
  * @internal
7194
7210
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7195
7211
  */
7196
- export namespace UserEventPayload129Role$ {
7197
- /** @deprecated use `UserEventPayload129Role$inboundSchema` instead. */
7198
- export const inboundSchema = UserEventPayload129Role$inboundSchema;
7199
- /** @deprecated use `UserEventPayload129Role$outboundSchema` instead. */
7200
- export const outboundSchema = UserEventPayload129Role$outboundSchema;
7212
+ export namespace UserEventPayload130Role$ {
7213
+ /** @deprecated use `UserEventPayload130Role$inboundSchema` instead. */
7214
+ export const inboundSchema = UserEventPayload130Role$inboundSchema;
7215
+ /** @deprecated use `UserEventPayload130Role$outboundSchema` instead. */
7216
+ export const outboundSchema = UserEventPayload130Role$outboundSchema;
7201
7217
  }
7202
7218
 
7203
7219
  /** @internal */
@@ -7225,7 +7241,7 @@ export const PayloadProjectMembership$inboundSchema: z.ZodType<
7225
7241
  z.ZodTypeDef,
7226
7242
  unknown
7227
7243
  > = z.object({
7228
- role: UserEventPayload129Role$inboundSchema.optional(),
7244
+ role: UserEventPayload130Role$inboundSchema.optional(),
7229
7245
  uid: z.string().optional(),
7230
7246
  createdAt: z.number().optional(),
7231
7247
  username: z.string().optional(),
@@ -7247,7 +7263,7 @@ export const PayloadProjectMembership$outboundSchema: z.ZodType<
7247
7263
  z.ZodTypeDef,
7248
7264
  PayloadProjectMembership
7249
7265
  > = z.object({
7250
- role: UserEventPayload129Role$outboundSchema.optional(),
7266
+ role: UserEventPayload130Role$outboundSchema.optional(),
7251
7267
  uid: z.string().optional(),
7252
7268
  createdAt: z.number().optional(),
7253
7269
  username: z.string().optional(),
@@ -7286,28 +7302,28 @@ export function payloadProjectMembershipFromJSON(
7286
7302
  }
7287
7303
 
7288
7304
  /** @internal */
7289
- export const OneHundredAndTwentyNine$inboundSchema: z.ZodType<
7290
- OneHundredAndTwentyNine,
7305
+ export const OneHundredAndThirty$inboundSchema: z.ZodType<
7306
+ OneHundredAndThirty,
7291
7307
  z.ZodTypeDef,
7292
7308
  unknown
7293
7309
  > = z.object({
7294
- project: z.lazy(() => UserEventPayload129Project$inboundSchema),
7310
+ project: z.lazy(() => UserEventPayload130Project$inboundSchema),
7295
7311
  projectMembership: z.lazy(() => PayloadProjectMembership$inboundSchema),
7296
7312
  });
7297
7313
 
7298
7314
  /** @internal */
7299
- export type OneHundredAndTwentyNine$Outbound = {
7300
- project: UserEventPayload129Project$Outbound;
7315
+ export type OneHundredAndThirty$Outbound = {
7316
+ project: UserEventPayload130Project$Outbound;
7301
7317
  projectMembership: PayloadProjectMembership$Outbound;
7302
7318
  };
7303
7319
 
7304
7320
  /** @internal */
7305
- export const OneHundredAndTwentyNine$outboundSchema: z.ZodType<
7306
- OneHundredAndTwentyNine$Outbound,
7321
+ export const OneHundredAndThirty$outboundSchema: z.ZodType<
7322
+ OneHundredAndThirty$Outbound,
7307
7323
  z.ZodTypeDef,
7308
- OneHundredAndTwentyNine
7324
+ OneHundredAndThirty
7309
7325
  > = z.object({
7310
- project: z.lazy(() => UserEventPayload129Project$outboundSchema),
7326
+ project: z.lazy(() => UserEventPayload130Project$outboundSchema),
7311
7327
  projectMembership: z.lazy(() => PayloadProjectMembership$outboundSchema),
7312
7328
  });
7313
7329
 
@@ -7315,36 +7331,36 @@ export const OneHundredAndTwentyNine$outboundSchema: z.ZodType<
7315
7331
  * @internal
7316
7332
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7317
7333
  */
7318
- export namespace OneHundredAndTwentyNine$ {
7319
- /** @deprecated use `OneHundredAndTwentyNine$inboundSchema` instead. */
7320
- export const inboundSchema = OneHundredAndTwentyNine$inboundSchema;
7321
- /** @deprecated use `OneHundredAndTwentyNine$outboundSchema` instead. */
7322
- export const outboundSchema = OneHundredAndTwentyNine$outboundSchema;
7323
- /** @deprecated use `OneHundredAndTwentyNine$Outbound` instead. */
7324
- export type Outbound = OneHundredAndTwentyNine$Outbound;
7334
+ export namespace OneHundredAndThirty$ {
7335
+ /** @deprecated use `OneHundredAndThirty$inboundSchema` instead. */
7336
+ export const inboundSchema = OneHundredAndThirty$inboundSchema;
7337
+ /** @deprecated use `OneHundredAndThirty$outboundSchema` instead. */
7338
+ export const outboundSchema = OneHundredAndThirty$outboundSchema;
7339
+ /** @deprecated use `OneHundredAndThirty$Outbound` instead. */
7340
+ export type Outbound = OneHundredAndThirty$Outbound;
7325
7341
  }
7326
7342
 
7327
- export function oneHundredAndTwentyNineToJSON(
7328
- oneHundredAndTwentyNine: OneHundredAndTwentyNine,
7343
+ export function oneHundredAndThirtyToJSON(
7344
+ oneHundredAndThirty: OneHundredAndThirty,
7329
7345
  ): string {
7330
7346
  return JSON.stringify(
7331
- OneHundredAndTwentyNine$outboundSchema.parse(oneHundredAndTwentyNine),
7347
+ OneHundredAndThirty$outboundSchema.parse(oneHundredAndThirty),
7332
7348
  );
7333
7349
  }
7334
7350
 
7335
- export function oneHundredAndTwentyNineFromJSON(
7351
+ export function oneHundredAndThirtyFromJSON(
7336
7352
  jsonString: string,
7337
- ): SafeParseResult<OneHundredAndTwentyNine, SDKValidationError> {
7353
+ ): SafeParseResult<OneHundredAndThirty, SDKValidationError> {
7338
7354
  return safeParse(
7339
7355
  jsonString,
7340
- (x) => OneHundredAndTwentyNine$inboundSchema.parse(JSON.parse(x)),
7341
- `Failed to parse 'OneHundredAndTwentyNine' from JSON`,
7356
+ (x) => OneHundredAndThirty$inboundSchema.parse(JSON.parse(x)),
7357
+ `Failed to parse 'OneHundredAndThirty' from JSON`,
7342
7358
  );
7343
7359
  }
7344
7360
 
7345
7361
  /** @internal */
7346
- export const UserEventPayload128Project$inboundSchema: z.ZodType<
7347
- UserEventPayload128Project,
7362
+ export const UserEventPayload129Project$inboundSchema: z.ZodType<
7363
+ UserEventPayload129Project,
7348
7364
  z.ZodTypeDef,
7349
7365
  unknown
7350
7366
  > = z.object({
@@ -7353,16 +7369,16 @@ export const UserEventPayload128Project$inboundSchema: z.ZodType<
7353
7369
  });
7354
7370
 
7355
7371
  /** @internal */
7356
- export type UserEventPayload128Project$Outbound = {
7372
+ export type UserEventPayload129Project$Outbound = {
7357
7373
  name: string;
7358
7374
  id?: string | undefined;
7359
7375
  };
7360
7376
 
7361
7377
  /** @internal */
7362
- export const UserEventPayload128Project$outboundSchema: z.ZodType<
7363
- UserEventPayload128Project$Outbound,
7378
+ export const UserEventPayload129Project$outboundSchema: z.ZodType<
7379
+ UserEventPayload129Project$Outbound,
7364
7380
  z.ZodTypeDef,
7365
- UserEventPayload128Project
7381
+ UserEventPayload129Project
7366
7382
  > = z.object({
7367
7383
  name: z.string(),
7368
7384
  id: z.string().optional(),
@@ -7372,30 +7388,30 @@ export const UserEventPayload128Project$outboundSchema: z.ZodType<
7372
7388
  * @internal
7373
7389
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7374
7390
  */
7375
- export namespace UserEventPayload128Project$ {
7376
- /** @deprecated use `UserEventPayload128Project$inboundSchema` instead. */
7377
- export const inboundSchema = UserEventPayload128Project$inboundSchema;
7378
- /** @deprecated use `UserEventPayload128Project$outboundSchema` instead. */
7379
- export const outboundSchema = UserEventPayload128Project$outboundSchema;
7380
- /** @deprecated use `UserEventPayload128Project$Outbound` instead. */
7381
- export type Outbound = UserEventPayload128Project$Outbound;
7391
+ export namespace UserEventPayload129Project$ {
7392
+ /** @deprecated use `UserEventPayload129Project$inboundSchema` instead. */
7393
+ export const inboundSchema = UserEventPayload129Project$inboundSchema;
7394
+ /** @deprecated use `UserEventPayload129Project$outboundSchema` instead. */
7395
+ export const outboundSchema = UserEventPayload129Project$outboundSchema;
7396
+ /** @deprecated use `UserEventPayload129Project$Outbound` instead. */
7397
+ export type Outbound = UserEventPayload129Project$Outbound;
7382
7398
  }
7383
7399
 
7384
- export function userEventPayload128ProjectToJSON(
7385
- userEventPayload128Project: UserEventPayload128Project,
7400
+ export function userEventPayload129ProjectToJSON(
7401
+ userEventPayload129Project: UserEventPayload129Project,
7386
7402
  ): string {
7387
7403
  return JSON.stringify(
7388
- UserEventPayload128Project$outboundSchema.parse(userEventPayload128Project),
7404
+ UserEventPayload129Project$outboundSchema.parse(userEventPayload129Project),
7389
7405
  );
7390
7406
  }
7391
7407
 
7392
- export function userEventPayload128ProjectFromJSON(
7408
+ export function userEventPayload129ProjectFromJSON(
7393
7409
  jsonString: string,
7394
- ): SafeParseResult<UserEventPayload128Project, SDKValidationError> {
7410
+ ): SafeParseResult<UserEventPayload129Project, SDKValidationError> {
7395
7411
  return safeParse(
7396
7412
  jsonString,
7397
- (x) => UserEventPayload128Project$inboundSchema.parse(JSON.parse(x)),
7398
- `Failed to parse 'UserEventPayload128Project' from JSON`,
7413
+ (x) => UserEventPayload129Project$inboundSchema.parse(JSON.parse(x)),
7414
+ `Failed to parse 'UserEventPayload129Project' from JSON`,
7399
7415
  );
7400
7416
  }
7401
7417
 
@@ -7484,28 +7500,28 @@ export function removedMembershipFromJSON(
7484
7500
  }
7485
7501
 
7486
7502
  /** @internal */
7487
- export const OneHundredAndTwentyEight$inboundSchema: z.ZodType<
7488
- OneHundredAndTwentyEight,
7503
+ export const OneHundredAndTwentyNine$inboundSchema: z.ZodType<
7504
+ OneHundredAndTwentyNine,
7489
7505
  z.ZodTypeDef,
7490
7506
  unknown
7491
7507
  > = z.object({
7492
- project: z.lazy(() => UserEventPayload128Project$inboundSchema),
7508
+ project: z.lazy(() => UserEventPayload129Project$inboundSchema),
7493
7509
  removedMembership: z.lazy(() => RemovedMembership$inboundSchema),
7494
7510
  });
7495
7511
 
7496
7512
  /** @internal */
7497
- export type OneHundredAndTwentyEight$Outbound = {
7498
- project: UserEventPayload128Project$Outbound;
7513
+ export type OneHundredAndTwentyNine$Outbound = {
7514
+ project: UserEventPayload129Project$Outbound;
7499
7515
  removedMembership: RemovedMembership$Outbound;
7500
7516
  };
7501
7517
 
7502
7518
  /** @internal */
7503
- export const OneHundredAndTwentyEight$outboundSchema: z.ZodType<
7504
- OneHundredAndTwentyEight$Outbound,
7519
+ export const OneHundredAndTwentyNine$outboundSchema: z.ZodType<
7520
+ OneHundredAndTwentyNine$Outbound,
7505
7521
  z.ZodTypeDef,
7506
- OneHundredAndTwentyEight
7522
+ OneHundredAndTwentyNine
7507
7523
  > = z.object({
7508
- project: z.lazy(() => UserEventPayload128Project$outboundSchema),
7524
+ project: z.lazy(() => UserEventPayload129Project$outboundSchema),
7509
7525
  removedMembership: z.lazy(() => RemovedMembership$outboundSchema),
7510
7526
  });
7511
7527
 
@@ -7513,36 +7529,36 @@ export const OneHundredAndTwentyEight$outboundSchema: z.ZodType<
7513
7529
  * @internal
7514
7530
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7515
7531
  */
7516
- export namespace OneHundredAndTwentyEight$ {
7517
- /** @deprecated use `OneHundredAndTwentyEight$inboundSchema` instead. */
7518
- export const inboundSchema = OneHundredAndTwentyEight$inboundSchema;
7519
- /** @deprecated use `OneHundredAndTwentyEight$outboundSchema` instead. */
7520
- export const outboundSchema = OneHundredAndTwentyEight$outboundSchema;
7521
- /** @deprecated use `OneHundredAndTwentyEight$Outbound` instead. */
7522
- export type Outbound = OneHundredAndTwentyEight$Outbound;
7532
+ export namespace OneHundredAndTwentyNine$ {
7533
+ /** @deprecated use `OneHundredAndTwentyNine$inboundSchema` instead. */
7534
+ export const inboundSchema = OneHundredAndTwentyNine$inboundSchema;
7535
+ /** @deprecated use `OneHundredAndTwentyNine$outboundSchema` instead. */
7536
+ export const outboundSchema = OneHundredAndTwentyNine$outboundSchema;
7537
+ /** @deprecated use `OneHundredAndTwentyNine$Outbound` instead. */
7538
+ export type Outbound = OneHundredAndTwentyNine$Outbound;
7523
7539
  }
7524
7540
 
7525
- export function oneHundredAndTwentyEightToJSON(
7526
- oneHundredAndTwentyEight: OneHundredAndTwentyEight,
7541
+ export function oneHundredAndTwentyNineToJSON(
7542
+ oneHundredAndTwentyNine: OneHundredAndTwentyNine,
7527
7543
  ): string {
7528
7544
  return JSON.stringify(
7529
- OneHundredAndTwentyEight$outboundSchema.parse(oneHundredAndTwentyEight),
7545
+ OneHundredAndTwentyNine$outboundSchema.parse(oneHundredAndTwentyNine),
7530
7546
  );
7531
7547
  }
7532
7548
 
7533
- export function oneHundredAndTwentyEightFromJSON(
7549
+ export function oneHundredAndTwentyNineFromJSON(
7534
7550
  jsonString: string,
7535
- ): SafeParseResult<OneHundredAndTwentyEight, SDKValidationError> {
7551
+ ): SafeParseResult<OneHundredAndTwentyNine, SDKValidationError> {
7536
7552
  return safeParse(
7537
7553
  jsonString,
7538
- (x) => OneHundredAndTwentyEight$inboundSchema.parse(JSON.parse(x)),
7539
- `Failed to parse 'OneHundredAndTwentyEight' from JSON`,
7554
+ (x) => OneHundredAndTwentyNine$inboundSchema.parse(JSON.parse(x)),
7555
+ `Failed to parse 'OneHundredAndTwentyNine' from JSON`,
7540
7556
  );
7541
7557
  }
7542
7558
 
7543
7559
  /** @internal */
7544
- export const UserEventPayload127Project$inboundSchema: z.ZodType<
7545
- UserEventPayload127Project,
7560
+ export const UserEventPayload128Project$inboundSchema: z.ZodType<
7561
+ UserEventPayload128Project,
7546
7562
  z.ZodTypeDef,
7547
7563
  unknown
7548
7564
  > = z.object({
@@ -7551,16 +7567,16 @@ export const UserEventPayload127Project$inboundSchema: z.ZodType<
7551
7567
  });
7552
7568
 
7553
7569
  /** @internal */
7554
- export type UserEventPayload127Project$Outbound = {
7570
+ export type UserEventPayload128Project$Outbound = {
7555
7571
  name: string;
7556
7572
  id?: string | undefined;
7557
7573
  };
7558
7574
 
7559
7575
  /** @internal */
7560
- export const UserEventPayload127Project$outboundSchema: z.ZodType<
7561
- UserEventPayload127Project$Outbound,
7576
+ export const UserEventPayload128Project$outboundSchema: z.ZodType<
7577
+ UserEventPayload128Project$Outbound,
7562
7578
  z.ZodTypeDef,
7563
- UserEventPayload127Project
7579
+ UserEventPayload128Project
7564
7580
  > = z.object({
7565
7581
  name: z.string(),
7566
7582
  id: z.string().optional(),
@@ -7570,30 +7586,30 @@ export const UserEventPayload127Project$outboundSchema: z.ZodType<
7570
7586
  * @internal
7571
7587
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7572
7588
  */
7573
- export namespace UserEventPayload127Project$ {
7574
- /** @deprecated use `UserEventPayload127Project$inboundSchema` instead. */
7575
- export const inboundSchema = UserEventPayload127Project$inboundSchema;
7576
- /** @deprecated use `UserEventPayload127Project$outboundSchema` instead. */
7577
- export const outboundSchema = UserEventPayload127Project$outboundSchema;
7578
- /** @deprecated use `UserEventPayload127Project$Outbound` instead. */
7579
- export type Outbound = UserEventPayload127Project$Outbound;
7589
+ export namespace UserEventPayload128Project$ {
7590
+ /** @deprecated use `UserEventPayload128Project$inboundSchema` instead. */
7591
+ export const inboundSchema = UserEventPayload128Project$inboundSchema;
7592
+ /** @deprecated use `UserEventPayload128Project$outboundSchema` instead. */
7593
+ export const outboundSchema = UserEventPayload128Project$outboundSchema;
7594
+ /** @deprecated use `UserEventPayload128Project$Outbound` instead. */
7595
+ export type Outbound = UserEventPayload128Project$Outbound;
7580
7596
  }
7581
7597
 
7582
- export function userEventPayload127ProjectToJSON(
7583
- userEventPayload127Project: UserEventPayload127Project,
7598
+ export function userEventPayload128ProjectToJSON(
7599
+ userEventPayload128Project: UserEventPayload128Project,
7584
7600
  ): string {
7585
7601
  return JSON.stringify(
7586
- UserEventPayload127Project$outboundSchema.parse(userEventPayload127Project),
7602
+ UserEventPayload128Project$outboundSchema.parse(userEventPayload128Project),
7587
7603
  );
7588
7604
  }
7589
7605
 
7590
- export function userEventPayload127ProjectFromJSON(
7606
+ export function userEventPayload128ProjectFromJSON(
7591
7607
  jsonString: string,
7592
- ): SafeParseResult<UserEventPayload127Project, SDKValidationError> {
7608
+ ): SafeParseResult<UserEventPayload128Project, SDKValidationError> {
7593
7609
  return safeParse(
7594
7610
  jsonString,
7595
- (x) => UserEventPayload127Project$inboundSchema.parse(JSON.parse(x)),
7596
- `Failed to parse 'UserEventPayload127Project' from JSON`,
7611
+ (x) => UserEventPayload128Project$inboundSchema.parse(JSON.parse(x)),
7612
+ `Failed to parse 'UserEventPayload128Project' from JSON`,
7597
7613
  );
7598
7614
  }
7599
7615
 
@@ -7679,20 +7695,81 @@ export function projectMembershipFromJSON(
7679
7695
  );
7680
7696
  }
7681
7697
 
7698
+ /** @internal */
7699
+ export const OneHundredAndTwentyEight$inboundSchema: z.ZodType<
7700
+ OneHundredAndTwentyEight,
7701
+ z.ZodTypeDef,
7702
+ unknown
7703
+ > = z.object({
7704
+ project: z.lazy(() => UserEventPayload128Project$inboundSchema),
7705
+ projectMembership: z.nullable(z.lazy(() => ProjectMembership$inboundSchema)),
7706
+ });
7707
+
7708
+ /** @internal */
7709
+ export type OneHundredAndTwentyEight$Outbound = {
7710
+ project: UserEventPayload128Project$Outbound;
7711
+ projectMembership: ProjectMembership$Outbound | null;
7712
+ };
7713
+
7714
+ /** @internal */
7715
+ export const OneHundredAndTwentyEight$outboundSchema: z.ZodType<
7716
+ OneHundredAndTwentyEight$Outbound,
7717
+ z.ZodTypeDef,
7718
+ OneHundredAndTwentyEight
7719
+ > = z.object({
7720
+ project: z.lazy(() => UserEventPayload128Project$outboundSchema),
7721
+ projectMembership: z.nullable(z.lazy(() => ProjectMembership$outboundSchema)),
7722
+ });
7723
+
7724
+ /**
7725
+ * @internal
7726
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7727
+ */
7728
+ export namespace OneHundredAndTwentyEight$ {
7729
+ /** @deprecated use `OneHundredAndTwentyEight$inboundSchema` instead. */
7730
+ export const inboundSchema = OneHundredAndTwentyEight$inboundSchema;
7731
+ /** @deprecated use `OneHundredAndTwentyEight$outboundSchema` instead. */
7732
+ export const outboundSchema = OneHundredAndTwentyEight$outboundSchema;
7733
+ /** @deprecated use `OneHundredAndTwentyEight$Outbound` instead. */
7734
+ export type Outbound = OneHundredAndTwentyEight$Outbound;
7735
+ }
7736
+
7737
+ export function oneHundredAndTwentyEightToJSON(
7738
+ oneHundredAndTwentyEight: OneHundredAndTwentyEight,
7739
+ ): string {
7740
+ return JSON.stringify(
7741
+ OneHundredAndTwentyEight$outboundSchema.parse(oneHundredAndTwentyEight),
7742
+ );
7743
+ }
7744
+
7745
+ export function oneHundredAndTwentyEightFromJSON(
7746
+ jsonString: string,
7747
+ ): SafeParseResult<OneHundredAndTwentyEight, SDKValidationError> {
7748
+ return safeParse(
7749
+ jsonString,
7750
+ (x) => OneHundredAndTwentyEight$inboundSchema.parse(JSON.parse(x)),
7751
+ `Failed to parse 'OneHundredAndTwentyEight' from JSON`,
7752
+ );
7753
+ }
7754
+
7682
7755
  /** @internal */
7683
7756
  export const OneHundredAndTwentySeven$inboundSchema: z.ZodType<
7684
7757
  OneHundredAndTwentySeven,
7685
7758
  z.ZodTypeDef,
7686
7759
  unknown
7687
7760
  > = z.object({
7688
- project: z.lazy(() => UserEventPayload127Project$inboundSchema),
7689
- projectMembership: z.nullable(z.lazy(() => ProjectMembership$inboundSchema)),
7761
+ previousProjectName: z.string(),
7762
+ newProjectName: z.string(),
7763
+ originAccountName: z.string(),
7764
+ transferId: z.string().optional(),
7690
7765
  });
7691
7766
 
7692
7767
  /** @internal */
7693
7768
  export type OneHundredAndTwentySeven$Outbound = {
7694
- project: UserEventPayload127Project$Outbound;
7695
- projectMembership: ProjectMembership$Outbound | null;
7769
+ previousProjectName: string;
7770
+ newProjectName: string;
7771
+ originAccountName: string;
7772
+ transferId?: string | undefined;
7696
7773
  };
7697
7774
 
7698
7775
  /** @internal */
@@ -7701,8 +7778,10 @@ export const OneHundredAndTwentySeven$outboundSchema: z.ZodType<
7701
7778
  z.ZodTypeDef,
7702
7779
  OneHundredAndTwentySeven
7703
7780
  > = z.object({
7704
- project: z.lazy(() => UserEventPayload127Project$outboundSchema),
7705
- projectMembership: z.nullable(z.lazy(() => ProjectMembership$outboundSchema)),
7781
+ previousProjectName: z.string(),
7782
+ newProjectName: z.string(),
7783
+ originAccountName: z.string(),
7784
+ transferId: z.string().optional(),
7706
7785
  });
7707
7786
 
7708
7787
  /**
@@ -7744,7 +7823,7 @@ export const OneHundredAndTwentySix$inboundSchema: z.ZodType<
7744
7823
  > = z.object({
7745
7824
  previousProjectName: z.string(),
7746
7825
  newProjectName: z.string(),
7747
- originAccountName: z.string(),
7826
+ destinationAccountName: z.string(),
7748
7827
  transferId: z.string().optional(),
7749
7828
  });
7750
7829
 
@@ -7752,7 +7831,7 @@ export const OneHundredAndTwentySix$inboundSchema: z.ZodType<
7752
7831
  export type OneHundredAndTwentySix$Outbound = {
7753
7832
  previousProjectName: string;
7754
7833
  newProjectName: string;
7755
- originAccountName: string;
7834
+ destinationAccountName: string;
7756
7835
  transferId?: string | undefined;
7757
7836
  };
7758
7837
 
@@ -7764,7 +7843,7 @@ export const OneHundredAndTwentySix$outboundSchema: z.ZodType<
7764
7843
  > = z.object({
7765
7844
  previousProjectName: z.string(),
7766
7845
  newProjectName: z.string(),
7767
- originAccountName: z.string(),
7846
+ destinationAccountName: z.string(),
7768
7847
  transferId: z.string().optional(),
7769
7848
  });
7770
7849
 
@@ -7805,17 +7884,15 @@ export const OneHundredAndTwentyFive$inboundSchema: z.ZodType<
7805
7884
  z.ZodTypeDef,
7806
7885
  unknown
7807
7886
  > = z.object({
7808
- previousProjectName: z.string(),
7809
- newProjectName: z.string(),
7810
- destinationAccountName: z.string(),
7887
+ projectName: z.string(),
7888
+ destinationAccountName: z.nullable(z.string()),
7811
7889
  transferId: z.string().optional(),
7812
7890
  });
7813
7891
 
7814
7892
  /** @internal */
7815
7893
  export type OneHundredAndTwentyFive$Outbound = {
7816
- previousProjectName: string;
7817
- newProjectName: string;
7818
- destinationAccountName: string;
7894
+ projectName: string;
7895
+ destinationAccountName: string | null;
7819
7896
  transferId?: string | undefined;
7820
7897
  };
7821
7898
 
@@ -7825,9 +7902,8 @@ export const OneHundredAndTwentyFive$outboundSchema: z.ZodType<
7825
7902
  z.ZodTypeDef,
7826
7903
  OneHundredAndTwentyFive
7827
7904
  > = z.object({
7828
- previousProjectName: z.string(),
7829
- newProjectName: z.string(),
7830
- destinationAccountName: z.string(),
7905
+ projectName: z.string(),
7906
+ destinationAccountName: z.nullable(z.string()),
7831
7907
  transferId: z.string().optional(),
7832
7908
  });
7833
7909
 
@@ -7868,15 +7944,21 @@ export const OneHundredAndTwentyFour$inboundSchema: z.ZodType<
7868
7944
  z.ZodTypeDef,
7869
7945
  unknown
7870
7946
  > = z.object({
7947
+ projectId: z.string(),
7871
7948
  projectName: z.string(),
7872
- destinationAccountName: z.nullable(z.string()),
7949
+ originAccountName: z.string(),
7950
+ destinationAccountName: z.string(),
7951
+ destinationAccountId: z.string(),
7873
7952
  transferId: z.string().optional(),
7874
7953
  });
7875
7954
 
7876
7955
  /** @internal */
7877
7956
  export type OneHundredAndTwentyFour$Outbound = {
7957
+ projectId: string;
7878
7958
  projectName: string;
7879
- destinationAccountName: string | null;
7959
+ originAccountName: string;
7960
+ destinationAccountName: string;
7961
+ destinationAccountId: string;
7880
7962
  transferId?: string | undefined;
7881
7963
  };
7882
7964
 
@@ -7886,8 +7968,11 @@ export const OneHundredAndTwentyFour$outboundSchema: z.ZodType<
7886
7968
  z.ZodTypeDef,
7887
7969
  OneHundredAndTwentyFour
7888
7970
  > = z.object({
7971
+ projectId: z.string(),
7889
7972
  projectName: z.string(),
7890
- destinationAccountName: z.nullable(z.string()),
7973
+ originAccountName: z.string(),
7974
+ destinationAccountName: z.string(),
7975
+ destinationAccountId: z.string(),
7891
7976
  transferId: z.string().optional(),
7892
7977
  });
7893
7978
 
@@ -7928,22 +8013,22 @@ export const OneHundredAndTwentyThree$inboundSchema: z.ZodType<
7928
8013
  z.ZodTypeDef,
7929
8014
  unknown
7930
8015
  > = z.object({
7931
- projectId: z.string(),
7932
- projectName: z.string(),
7933
- originAccountName: z.string(),
7934
- destinationAccountName: z.string(),
7935
- destinationAccountId: z.string(),
7936
- transferId: z.string().optional(),
8016
+ requestedTeamName: z.string(),
8017
+ requestedUserName: z.string().optional(),
8018
+ gitUsername: z.string().optional(),
8019
+ githubUsername: z.string().optional(),
8020
+ gitlabUsername: z.string().optional(),
8021
+ bitbucketUsername: z.string().optional(),
7937
8022
  });
7938
8023
 
7939
8024
  /** @internal */
7940
8025
  export type OneHundredAndTwentyThree$Outbound = {
7941
- projectId: string;
7942
- projectName: string;
7943
- originAccountName: string;
7944
- destinationAccountName: string;
7945
- destinationAccountId: string;
7946
- transferId?: string | undefined;
8026
+ requestedTeamName: string;
8027
+ requestedUserName?: string | undefined;
8028
+ gitUsername?: string | undefined;
8029
+ githubUsername?: string | undefined;
8030
+ gitlabUsername?: string | undefined;
8031
+ bitbucketUsername?: string | undefined;
7947
8032
  };
7948
8033
 
7949
8034
  /** @internal */
@@ -7952,12 +8037,12 @@ export const OneHundredAndTwentyThree$outboundSchema: z.ZodType<
7952
8037
  z.ZodTypeDef,
7953
8038
  OneHundredAndTwentyThree
7954
8039
  > = z.object({
7955
- projectId: z.string(),
7956
- projectName: z.string(),
7957
- originAccountName: z.string(),
7958
- destinationAccountName: z.string(),
7959
- destinationAccountId: z.string(),
7960
- transferId: z.string().optional(),
8040
+ requestedTeamName: z.string(),
8041
+ requestedUserName: z.string().optional(),
8042
+ gitUsername: z.string().optional(),
8043
+ githubUsername: z.string().optional(),
8044
+ gitlabUsername: z.string().optional(),
8045
+ bitbucketUsername: z.string().optional(),
7961
8046
  });
7962
8047
 
7963
8048
  /**
@@ -7997,22 +8082,22 @@ export const OneHundredAndTwentyTwo$inboundSchema: z.ZodType<
7997
8082
  z.ZodTypeDef,
7998
8083
  unknown
7999
8084
  > = z.object({
8000
- requestedTeamName: z.string(),
8001
- requestedUserName: z.string().optional(),
8002
- gitUsername: z.string().optional(),
8003
- githubUsername: z.string().optional(),
8004
- gitlabUsername: z.string().optional(),
8005
- bitbucketUsername: z.string().optional(),
8085
+ teamName: z.string(),
8086
+ username: z.string().optional(),
8087
+ gitUsername: z.nullable(z.string()).optional(),
8088
+ githubUsername: z.nullable(z.string()).optional(),
8089
+ gitlabUsername: z.nullable(z.string()).optional(),
8090
+ bitbucketUsername: z.nullable(z.string()).optional(),
8006
8091
  });
8007
8092
 
8008
8093
  /** @internal */
8009
8094
  export type OneHundredAndTwentyTwo$Outbound = {
8010
- requestedTeamName: string;
8011
- requestedUserName?: string | undefined;
8012
- gitUsername?: string | undefined;
8013
- githubUsername?: string | undefined;
8014
- gitlabUsername?: string | undefined;
8015
- bitbucketUsername?: string | undefined;
8095
+ teamName: string;
8096
+ username?: string | undefined;
8097
+ gitUsername?: string | null | undefined;
8098
+ githubUsername?: string | null | undefined;
8099
+ gitlabUsername?: string | null | undefined;
8100
+ bitbucketUsername?: string | null | undefined;
8016
8101
  };
8017
8102
 
8018
8103
  /** @internal */
@@ -8021,12 +8106,12 @@ export const OneHundredAndTwentyTwo$outboundSchema: z.ZodType<
8021
8106
  z.ZodTypeDef,
8022
8107
  OneHundredAndTwentyTwo
8023
8108
  > = z.object({
8024
- requestedTeamName: z.string(),
8025
- requestedUserName: z.string().optional(),
8026
- gitUsername: z.string().optional(),
8027
- githubUsername: z.string().optional(),
8028
- gitlabUsername: z.string().optional(),
8029
- bitbucketUsername: z.string().optional(),
8109
+ teamName: z.string(),
8110
+ username: z.string().optional(),
8111
+ gitUsername: z.nullable(z.string()).optional(),
8112
+ githubUsername: z.nullable(z.string()).optional(),
8113
+ gitlabUsername: z.nullable(z.string()).optional(),
8114
+ bitbucketUsername: z.nullable(z.string()).optional(),
8030
8115
  });
8031
8116
 
8032
8117
  /**
@@ -8068,20 +8153,24 @@ export const OneHundredAndTwentyOne$inboundSchema: z.ZodType<
8068
8153
  > = z.object({
8069
8154
  teamName: z.string(),
8070
8155
  username: z.string().optional(),
8071
- gitUsername: z.nullable(z.string()).optional(),
8156
+ gitUsername: z.string().optional(),
8072
8157
  githubUsername: z.nullable(z.string()).optional(),
8073
8158
  gitlabUsername: z.nullable(z.string()).optional(),
8074
8159
  bitbucketUsername: z.nullable(z.string()).optional(),
8160
+ updatedUid: z.string().optional(),
8161
+ teamId: z.string().optional(),
8075
8162
  });
8076
8163
 
8077
8164
  /** @internal */
8078
8165
  export type OneHundredAndTwentyOne$Outbound = {
8079
8166
  teamName: string;
8080
8167
  username?: string | undefined;
8081
- gitUsername?: string | null | undefined;
8168
+ gitUsername?: string | undefined;
8082
8169
  githubUsername?: string | null | undefined;
8083
8170
  gitlabUsername?: string | null | undefined;
8084
8171
  bitbucketUsername?: string | null | undefined;
8172
+ updatedUid?: string | undefined;
8173
+ teamId?: string | undefined;
8085
8174
  };
8086
8175
 
8087
8176
  /** @internal */
@@ -8092,10 +8181,12 @@ export const OneHundredAndTwentyOne$outboundSchema: z.ZodType<
8092
8181
  > = z.object({
8093
8182
  teamName: z.string(),
8094
8183
  username: z.string().optional(),
8095
- gitUsername: z.nullable(z.string()).optional(),
8184
+ gitUsername: z.string().optional(),
8096
8185
  githubUsername: z.nullable(z.string()).optional(),
8097
8186
  gitlabUsername: z.nullable(z.string()).optional(),
8098
8187
  bitbucketUsername: z.nullable(z.string()).optional(),
8188
+ updatedUid: z.string().optional(),
8189
+ teamId: z.string().optional(),
8099
8190
  });
8100
8191
 
8101
8192
  /**
@@ -8135,26 +8226,14 @@ export const OneHundredAndTwenty$inboundSchema: z.ZodType<
8135
8226
  z.ZodTypeDef,
8136
8227
  unknown
8137
8228
  > = z.object({
8138
- teamName: z.string(),
8139
- username: z.string().optional(),
8140
- gitUsername: z.string().optional(),
8141
- githubUsername: z.nullable(z.string()).optional(),
8142
- gitlabUsername: z.nullable(z.string()).optional(),
8143
- bitbucketUsername: z.nullable(z.string()).optional(),
8144
- updatedUid: z.string().optional(),
8145
- teamId: z.string().optional(),
8229
+ price: z.number().optional(),
8230
+ currency: z.string().optional(),
8146
8231
  });
8147
8232
 
8148
8233
  /** @internal */
8149
8234
  export type OneHundredAndTwenty$Outbound = {
8150
- teamName: string;
8151
- username?: string | undefined;
8152
- gitUsername?: string | undefined;
8153
- githubUsername?: string | null | undefined;
8154
- gitlabUsername?: string | null | undefined;
8155
- bitbucketUsername?: string | null | undefined;
8156
- updatedUid?: string | undefined;
8157
- teamId?: string | undefined;
8235
+ price?: number | undefined;
8236
+ currency?: string | undefined;
8158
8237
  };
8159
8238
 
8160
8239
  /** @internal */
@@ -8163,14 +8242,8 @@ export const OneHundredAndTwenty$outboundSchema: z.ZodType<
8163
8242
  z.ZodTypeDef,
8164
8243
  OneHundredAndTwenty
8165
8244
  > = z.object({
8166
- teamName: z.string(),
8167
- username: z.string().optional(),
8168
- gitUsername: z.string().optional(),
8169
- githubUsername: z.nullable(z.string()).optional(),
8170
- gitlabUsername: z.nullable(z.string()).optional(),
8171
- bitbucketUsername: z.nullable(z.string()).optional(),
8172
- updatedUid: z.string().optional(),
8173
- teamId: z.string().optional(),
8245
+ price: z.number().optional(),
8246
+ currency: z.string().optional(),
8174
8247
  });
8175
8248
 
8176
8249
  /**
@@ -8210,14 +8283,14 @@ export const OneHundredAndNineteen$inboundSchema: z.ZodType<
8210
8283
  z.ZodTypeDef,
8211
8284
  unknown
8212
8285
  > = z.object({
8213
- price: z.number().optional(),
8214
- currency: z.string().optional(),
8286
+ previewDeploymentSuffix: z.nullable(z.string()).optional(),
8287
+ previousPreviewDeploymentSuffix: z.nullable(z.string()).optional(),
8215
8288
  });
8216
8289
 
8217
8290
  /** @internal */
8218
8291
  export type OneHundredAndNineteen$Outbound = {
8219
- price?: number | undefined;
8220
- currency?: string | undefined;
8292
+ previewDeploymentSuffix?: string | null | undefined;
8293
+ previousPreviewDeploymentSuffix?: string | null | undefined;
8221
8294
  };
8222
8295
 
8223
8296
  /** @internal */
@@ -8226,8 +8299,8 @@ export const OneHundredAndNineteen$outboundSchema: z.ZodType<
8226
8299
  z.ZodTypeDef,
8227
8300
  OneHundredAndNineteen
8228
8301
  > = z.object({
8229
- price: z.number().optional(),
8230
- currency: z.string().optional(),
8302
+ previewDeploymentSuffix: z.nullable(z.string()).optional(),
8303
+ previousPreviewDeploymentSuffix: z.nullable(z.string()).optional(),
8231
8304
  });
8232
8305
 
8233
8306
  /**
@@ -8267,14 +8340,16 @@ export const OneHundredAndEighteen$inboundSchema: z.ZodType<
8267
8340
  z.ZodTypeDef,
8268
8341
  unknown
8269
8342
  > = z.object({
8270
- previewDeploymentSuffix: z.nullable(z.string()).optional(),
8271
- previousPreviewDeploymentSuffix: z.nullable(z.string()).optional(),
8343
+ price: z.number().optional(),
8344
+ currency: z.string().optional(),
8345
+ enabled: z.boolean().optional(),
8272
8346
  });
8273
8347
 
8274
8348
  /** @internal */
8275
8349
  export type OneHundredAndEighteen$Outbound = {
8276
- previewDeploymentSuffix?: string | null | undefined;
8277
- previousPreviewDeploymentSuffix?: string | null | undefined;
8350
+ price?: number | undefined;
8351
+ currency?: string | undefined;
8352
+ enabled?: boolean | undefined;
8278
8353
  };
8279
8354
 
8280
8355
  /** @internal */
@@ -8283,8 +8358,9 @@ export const OneHundredAndEighteen$outboundSchema: z.ZodType<
8283
8358
  z.ZodTypeDef,
8284
8359
  OneHundredAndEighteen
8285
8360
  > = z.object({
8286
- previewDeploymentSuffix: z.nullable(z.string()).optional(),
8287
- previousPreviewDeploymentSuffix: z.nullable(z.string()).optional(),
8361
+ price: z.number().optional(),
8362
+ currency: z.string().optional(),
8363
+ enabled: z.boolean().optional(),
8288
8364
  });
8289
8365
 
8290
8366
  /**
@@ -8324,16 +8400,12 @@ export const OneHundredAndSeventeen$inboundSchema: z.ZodType<
8324
8400
  z.ZodTypeDef,
8325
8401
  unknown
8326
8402
  > = z.object({
8327
- price: z.number().optional(),
8328
- currency: z.string().optional(),
8329
- enabled: z.boolean().optional(),
8403
+ username: z.string(),
8330
8404
  });
8331
8405
 
8332
8406
  /** @internal */
8333
8407
  export type OneHundredAndSeventeen$Outbound = {
8334
- price?: number | undefined;
8335
- currency?: string | undefined;
8336
- enabled?: boolean | undefined;
8408
+ username: string;
8337
8409
  };
8338
8410
 
8339
8411
  /** @internal */
@@ -8342,9 +8414,7 @@ export const OneHundredAndSeventeen$outboundSchema: z.ZodType<
8342
8414
  z.ZodTypeDef,
8343
8415
  OneHundredAndSeventeen
8344
8416
  > = z.object({
8345
- price: z.number().optional(),
8346
- currency: z.string().optional(),
8347
- enabled: z.boolean().optional(),
8417
+ username: z.string(),
8348
8418
  });
8349
8419
 
8350
8420
  /**
@@ -8384,12 +8454,14 @@ export const OneHundredAndSixteen$inboundSchema: z.ZodType<
8384
8454
  z.ZodTypeDef,
8385
8455
  unknown
8386
8456
  > = z.object({
8387
- username: z.string(),
8457
+ email: z.string(),
8458
+ prevEmail: z.string(),
8388
8459
  });
8389
8460
 
8390
8461
  /** @internal */
8391
8462
  export type OneHundredAndSixteen$Outbound = {
8392
- username: string;
8463
+ email: string;
8464
+ prevEmail: string;
8393
8465
  };
8394
8466
 
8395
8467
  /** @internal */
@@ -8398,7 +8470,8 @@ export const OneHundredAndSixteen$outboundSchema: z.ZodType<
8398
8470
  z.ZodTypeDef,
8399
8471
  OneHundredAndSixteen
8400
8472
  > = z.object({
8401
- username: z.string(),
8473
+ email: z.string(),
8474
+ prevEmail: z.string(),
8402
8475
  });
8403
8476
 
8404
8477
  /**
@@ -8438,14 +8511,12 @@ export const OneHundredAndFifteen$inboundSchema: z.ZodType<
8438
8511
  z.ZodTypeDef,
8439
8512
  unknown
8440
8513
  > = z.object({
8441
- email: z.string(),
8442
- prevEmail: z.string(),
8514
+ mfaEnabled: z.boolean(),
8443
8515
  });
8444
8516
 
8445
8517
  /** @internal */
8446
8518
  export type OneHundredAndFifteen$Outbound = {
8447
- email: string;
8448
- prevEmail: string;
8519
+ mfaEnabled: boolean;
8449
8520
  };
8450
8521
 
8451
8522
  /** @internal */
@@ -8454,8 +8525,7 @@ export const OneHundredAndFifteen$outboundSchema: z.ZodType<
8454
8525
  z.ZodTypeDef,
8455
8526
  OneHundredAndFifteen
8456
8527
  > = z.object({
8457
- email: z.string(),
8458
- prevEmail: z.string(),
8528
+ mfaEnabled: z.boolean(),
8459
8529
  });
8460
8530
 
8461
8531
  /**
@@ -8479,73 +8549,19 @@ export function oneHundredAndFifteenToJSON(
8479
8549
  );
8480
8550
  }
8481
8551
 
8482
- export function oneHundredAndFifteenFromJSON(
8483
- jsonString: string,
8484
- ): SafeParseResult<OneHundredAndFifteen, SDKValidationError> {
8485
- return safeParse(
8486
- jsonString,
8487
- (x) => OneHundredAndFifteen$inboundSchema.parse(JSON.parse(x)),
8488
- `Failed to parse 'OneHundredAndFifteen' from JSON`,
8489
- );
8490
- }
8491
-
8492
- /** @internal */
8493
- export const OneHundredAndFourteen$inboundSchema: z.ZodType<
8494
- OneHundredAndFourteen,
8495
- z.ZodTypeDef,
8496
- unknown
8497
- > = z.object({
8498
- mfaEnabled: z.boolean(),
8499
- });
8500
-
8501
- /** @internal */
8502
- export type OneHundredAndFourteen$Outbound = {
8503
- mfaEnabled: boolean;
8504
- };
8505
-
8506
- /** @internal */
8507
- export const OneHundredAndFourteen$outboundSchema: z.ZodType<
8508
- OneHundredAndFourteen$Outbound,
8509
- z.ZodTypeDef,
8510
- OneHundredAndFourteen
8511
- > = z.object({
8512
- mfaEnabled: z.boolean(),
8513
- });
8514
-
8515
- /**
8516
- * @internal
8517
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
8518
- */
8519
- export namespace OneHundredAndFourteen$ {
8520
- /** @deprecated use `OneHundredAndFourteen$inboundSchema` instead. */
8521
- export const inboundSchema = OneHundredAndFourteen$inboundSchema;
8522
- /** @deprecated use `OneHundredAndFourteen$outboundSchema` instead. */
8523
- export const outboundSchema = OneHundredAndFourteen$outboundSchema;
8524
- /** @deprecated use `OneHundredAndFourteen$Outbound` instead. */
8525
- export type Outbound = OneHundredAndFourteen$Outbound;
8526
- }
8527
-
8528
- export function oneHundredAndFourteenToJSON(
8529
- oneHundredAndFourteen: OneHundredAndFourteen,
8530
- ): string {
8531
- return JSON.stringify(
8532
- OneHundredAndFourteen$outboundSchema.parse(oneHundredAndFourteen),
8533
- );
8534
- }
8535
-
8536
- export function oneHundredAndFourteenFromJSON(
8552
+ export function oneHundredAndFifteenFromJSON(
8537
8553
  jsonString: string,
8538
- ): SafeParseResult<OneHundredAndFourteen, SDKValidationError> {
8554
+ ): SafeParseResult<OneHundredAndFifteen, SDKValidationError> {
8539
8555
  return safeParse(
8540
8556
  jsonString,
8541
- (x) => OneHundredAndFourteen$inboundSchema.parse(JSON.parse(x)),
8542
- `Failed to parse 'OneHundredAndFourteen' from JSON`,
8557
+ (x) => OneHundredAndFifteen$inboundSchema.parse(JSON.parse(x)),
8558
+ `Failed to parse 'OneHundredAndFifteen' from JSON`,
8543
8559
  );
8544
8560
  }
8545
8561
 
8546
8562
  /** @internal */
8547
- export const OneHundredAndThirteen$inboundSchema: z.ZodType<
8548
- OneHundredAndThirteen,
8563
+ export const OneHundredAndFourteen$inboundSchema: z.ZodType<
8564
+ OneHundredAndFourteen,
8549
8565
  z.ZodTypeDef,
8550
8566
  unknown
8551
8567
  > = z.object({
@@ -8554,16 +8570,16 @@ export const OneHundredAndThirteen$inboundSchema: z.ZodType<
8554
8570
  });
8555
8571
 
8556
8572
  /** @internal */
8557
- export type OneHundredAndThirteen$Outbound = {
8573
+ export type OneHundredAndFourteen$Outbound = {
8558
8574
  enabled: boolean;
8559
8575
  totpVerified: boolean;
8560
8576
  };
8561
8577
 
8562
8578
  /** @internal */
8563
- export const OneHundredAndThirteen$outboundSchema: z.ZodType<
8564
- OneHundredAndThirteen$Outbound,
8579
+ export const OneHundredAndFourteen$outboundSchema: z.ZodType<
8580
+ OneHundredAndFourteen$Outbound,
8565
8581
  z.ZodTypeDef,
8566
- OneHundredAndThirteen
8582
+ OneHundredAndFourteen
8567
8583
  > = z.object({
8568
8584
  enabled: z.boolean(),
8569
8585
  totpVerified: z.boolean(),
@@ -8573,30 +8589,30 @@ export const OneHundredAndThirteen$outboundSchema: z.ZodType<
8573
8589
  * @internal
8574
8590
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
8575
8591
  */
8576
- export namespace OneHundredAndThirteen$ {
8577
- /** @deprecated use `OneHundredAndThirteen$inboundSchema` instead. */
8578
- export const inboundSchema = OneHundredAndThirteen$inboundSchema;
8579
- /** @deprecated use `OneHundredAndThirteen$outboundSchema` instead. */
8580
- export const outboundSchema = OneHundredAndThirteen$outboundSchema;
8581
- /** @deprecated use `OneHundredAndThirteen$Outbound` instead. */
8582
- export type Outbound = OneHundredAndThirteen$Outbound;
8592
+ export namespace OneHundredAndFourteen$ {
8593
+ /** @deprecated use `OneHundredAndFourteen$inboundSchema` instead. */
8594
+ export const inboundSchema = OneHundredAndFourteen$inboundSchema;
8595
+ /** @deprecated use `OneHundredAndFourteen$outboundSchema` instead. */
8596
+ export const outboundSchema = OneHundredAndFourteen$outboundSchema;
8597
+ /** @deprecated use `OneHundredAndFourteen$Outbound` instead. */
8598
+ export type Outbound = OneHundredAndFourteen$Outbound;
8583
8599
  }
8584
8600
 
8585
- export function oneHundredAndThirteenToJSON(
8586
- oneHundredAndThirteen: OneHundredAndThirteen,
8601
+ export function oneHundredAndFourteenToJSON(
8602
+ oneHundredAndFourteen: OneHundredAndFourteen,
8587
8603
  ): string {
8588
8604
  return JSON.stringify(
8589
- OneHundredAndThirteen$outboundSchema.parse(oneHundredAndThirteen),
8605
+ OneHundredAndFourteen$outboundSchema.parse(oneHundredAndFourteen),
8590
8606
  );
8591
8607
  }
8592
8608
 
8593
- export function oneHundredAndThirteenFromJSON(
8609
+ export function oneHundredAndFourteenFromJSON(
8594
8610
  jsonString: string,
8595
- ): SafeParseResult<OneHundredAndThirteen, SDKValidationError> {
8611
+ ): SafeParseResult<OneHundredAndFourteen, SDKValidationError> {
8596
8612
  return safeParse(
8597
8613
  jsonString,
8598
- (x) => OneHundredAndThirteen$inboundSchema.parse(JSON.parse(x)),
8599
- `Failed to parse 'OneHundredAndThirteen' from JSON`,
8614
+ (x) => OneHundredAndFourteen$inboundSchema.parse(JSON.parse(x)),
8615
+ `Failed to parse 'OneHundredAndFourteen' from JSON`,
8600
8616
  );
8601
8617
  }
8602
8618
 
@@ -8701,8 +8717,8 @@ export function nextFromJSON(
8701
8717
  }
8702
8718
 
8703
8719
  /** @internal */
8704
- export const OneHundredAndTwelve$inboundSchema: z.ZodType<
8705
- OneHundredAndTwelve,
8720
+ export const OneHundredAndThirteen$inboundSchema: z.ZodType<
8721
+ OneHundredAndThirteen,
8706
8722
  z.ZodTypeDef,
8707
8723
  unknown
8708
8724
  > = z.object({
@@ -8711,16 +8727,16 @@ export const OneHundredAndTwelve$inboundSchema: z.ZodType<
8711
8727
  });
8712
8728
 
8713
8729
  /** @internal */
8714
- export type OneHundredAndTwelve$Outbound = {
8730
+ export type OneHundredAndThirteen$Outbound = {
8715
8731
  previous: Previous$Outbound;
8716
8732
  next: Next$Outbound;
8717
8733
  };
8718
8734
 
8719
8735
  /** @internal */
8720
- export const OneHundredAndTwelve$outboundSchema: z.ZodType<
8721
- OneHundredAndTwelve$Outbound,
8736
+ export const OneHundredAndThirteen$outboundSchema: z.ZodType<
8737
+ OneHundredAndThirteen$Outbound,
8722
8738
  z.ZodTypeDef,
8723
- OneHundredAndTwelve
8739
+ OneHundredAndThirteen
8724
8740
  > = z.object({
8725
8741
  previous: z.lazy(() => Previous$outboundSchema),
8726
8742
  next: z.lazy(() => Next$outboundSchema),
@@ -8730,30 +8746,30 @@ export const OneHundredAndTwelve$outboundSchema: z.ZodType<
8730
8746
  * @internal
8731
8747
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
8732
8748
  */
8733
- export namespace OneHundredAndTwelve$ {
8734
- /** @deprecated use `OneHundredAndTwelve$inboundSchema` instead. */
8735
- export const inboundSchema = OneHundredAndTwelve$inboundSchema;
8736
- /** @deprecated use `OneHundredAndTwelve$outboundSchema` instead. */
8737
- export const outboundSchema = OneHundredAndTwelve$outboundSchema;
8738
- /** @deprecated use `OneHundredAndTwelve$Outbound` instead. */
8739
- export type Outbound = OneHundredAndTwelve$Outbound;
8749
+ export namespace OneHundredAndThirteen$ {
8750
+ /** @deprecated use `OneHundredAndThirteen$inboundSchema` instead. */
8751
+ export const inboundSchema = OneHundredAndThirteen$inboundSchema;
8752
+ /** @deprecated use `OneHundredAndThirteen$outboundSchema` instead. */
8753
+ export const outboundSchema = OneHundredAndThirteen$outboundSchema;
8754
+ /** @deprecated use `OneHundredAndThirteen$Outbound` instead. */
8755
+ export type Outbound = OneHundredAndThirteen$Outbound;
8740
8756
  }
8741
8757
 
8742
- export function oneHundredAndTwelveToJSON(
8743
- oneHundredAndTwelve: OneHundredAndTwelve,
8758
+ export function oneHundredAndThirteenToJSON(
8759
+ oneHundredAndThirteen: OneHundredAndThirteen,
8744
8760
  ): string {
8745
8761
  return JSON.stringify(
8746
- OneHundredAndTwelve$outboundSchema.parse(oneHundredAndTwelve),
8762
+ OneHundredAndThirteen$outboundSchema.parse(oneHundredAndThirteen),
8747
8763
  );
8748
8764
  }
8749
8765
 
8750
- export function oneHundredAndTwelveFromJSON(
8766
+ export function oneHundredAndThirteenFromJSON(
8751
8767
  jsonString: string,
8752
- ): SafeParseResult<OneHundredAndTwelve, SDKValidationError> {
8768
+ ): SafeParseResult<OneHundredAndThirteen, SDKValidationError> {
8753
8769
  return safeParse(
8754
8770
  jsonString,
8755
- (x) => OneHundredAndTwelve$inboundSchema.parse(JSON.parse(x)),
8756
- `Failed to parse 'OneHundredAndTwelve' from JSON`,
8771
+ (x) => OneHundredAndThirteen$inboundSchema.parse(JSON.parse(x)),
8772
+ `Failed to parse 'OneHundredAndThirteen' from JSON`,
8757
8773
  );
8758
8774
  }
8759
8775
 
@@ -8811,18 +8827,72 @@ export function payloadRemoteCachingFromJSON(
8811
8827
  );
8812
8828
  }
8813
8829
 
8830
+ /** @internal */
8831
+ export const OneHundredAndTwelve$inboundSchema: z.ZodType<
8832
+ OneHundredAndTwelve,
8833
+ z.ZodTypeDef,
8834
+ unknown
8835
+ > = z.object({
8836
+ remoteCaching: z.lazy(() => PayloadRemoteCaching$inboundSchema).optional(),
8837
+ });
8838
+
8839
+ /** @internal */
8840
+ export type OneHundredAndTwelve$Outbound = {
8841
+ remoteCaching?: PayloadRemoteCaching$Outbound | undefined;
8842
+ };
8843
+
8844
+ /** @internal */
8845
+ export const OneHundredAndTwelve$outboundSchema: z.ZodType<
8846
+ OneHundredAndTwelve$Outbound,
8847
+ z.ZodTypeDef,
8848
+ OneHundredAndTwelve
8849
+ > = z.object({
8850
+ remoteCaching: z.lazy(() => PayloadRemoteCaching$outboundSchema).optional(),
8851
+ });
8852
+
8853
+ /**
8854
+ * @internal
8855
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
8856
+ */
8857
+ export namespace OneHundredAndTwelve$ {
8858
+ /** @deprecated use `OneHundredAndTwelve$inboundSchema` instead. */
8859
+ export const inboundSchema = OneHundredAndTwelve$inboundSchema;
8860
+ /** @deprecated use `OneHundredAndTwelve$outboundSchema` instead. */
8861
+ export const outboundSchema = OneHundredAndTwelve$outboundSchema;
8862
+ /** @deprecated use `OneHundredAndTwelve$Outbound` instead. */
8863
+ export type Outbound = OneHundredAndTwelve$Outbound;
8864
+ }
8865
+
8866
+ export function oneHundredAndTwelveToJSON(
8867
+ oneHundredAndTwelve: OneHundredAndTwelve,
8868
+ ): string {
8869
+ return JSON.stringify(
8870
+ OneHundredAndTwelve$outboundSchema.parse(oneHundredAndTwelve),
8871
+ );
8872
+ }
8873
+
8874
+ export function oneHundredAndTwelveFromJSON(
8875
+ jsonString: string,
8876
+ ): SafeParseResult<OneHundredAndTwelve, SDKValidationError> {
8877
+ return safeParse(
8878
+ jsonString,
8879
+ (x) => OneHundredAndTwelve$inboundSchema.parse(JSON.parse(x)),
8880
+ `Failed to parse 'OneHundredAndTwelve' from JSON`,
8881
+ );
8882
+ }
8883
+
8814
8884
  /** @internal */
8815
8885
  export const OneHundredAndEleven$inboundSchema: z.ZodType<
8816
8886
  OneHundredAndEleven,
8817
8887
  z.ZodTypeDef,
8818
8888
  unknown
8819
8889
  > = z.object({
8820
- remoteCaching: z.lazy(() => PayloadRemoteCaching$inboundSchema).optional(),
8890
+ slug: z.string().optional(),
8821
8891
  });
8822
8892
 
8823
8893
  /** @internal */
8824
8894
  export type OneHundredAndEleven$Outbound = {
8825
- remoteCaching?: PayloadRemoteCaching$Outbound | undefined;
8895
+ slug?: string | undefined;
8826
8896
  };
8827
8897
 
8828
8898
  /** @internal */
@@ -8831,7 +8901,7 @@ export const OneHundredAndEleven$outboundSchema: z.ZodType<
8831
8901
  z.ZodTypeDef,
8832
8902
  OneHundredAndEleven
8833
8903
  > = z.object({
8834
- remoteCaching: z.lazy(() => PayloadRemoteCaching$outboundSchema).optional(),
8904
+ slug: z.string().optional(),
8835
8905
  });
8836
8906
 
8837
8907
  /**
@@ -8871,12 +8941,12 @@ export const OneHundredAndTen$inboundSchema: z.ZodType<
8871
8941
  z.ZodTypeDef,
8872
8942
  unknown
8873
8943
  > = z.object({
8874
- slug: z.string().optional(),
8944
+ name: z.string().optional(),
8875
8945
  });
8876
8946
 
8877
8947
  /** @internal */
8878
8948
  export type OneHundredAndTen$Outbound = {
8879
- slug?: string | undefined;
8949
+ name?: string | undefined;
8880
8950
  };
8881
8951
 
8882
8952
  /** @internal */
@@ -8885,7 +8955,7 @@ export const OneHundredAndTen$outboundSchema: z.ZodType<
8885
8955
  z.ZodTypeDef,
8886
8956
  OneHundredAndTen
8887
8957
  > = z.object({
8888
- slug: z.string().optional(),
8958
+ name: z.string().optional(),
8889
8959
  });
8890
8960
 
8891
8961
  /**
@@ -8925,12 +8995,12 @@ export const OneHundredAndNine$inboundSchema: z.ZodType<
8925
8995
  z.ZodTypeDef,
8926
8996
  unknown
8927
8997
  > = z.object({
8928
- name: z.string().optional(),
8998
+ enforced: z.boolean(),
8929
8999
  });
8930
9000
 
8931
9001
  /** @internal */
8932
9002
  export type OneHundredAndNine$Outbound = {
8933
- name?: string | undefined;
9003
+ enforced: boolean;
8934
9004
  };
8935
9005
 
8936
9006
  /** @internal */
@@ -8939,7 +9009,7 @@ export const OneHundredAndNine$outboundSchema: z.ZodType<
8939
9009
  z.ZodTypeDef,
8940
9010
  OneHundredAndNine
8941
9011
  > = z.object({
8942
- name: z.string().optional(),
9012
+ enforced: z.boolean(),
8943
9013
  });
8944
9014
 
8945
9015
  /**
@@ -14413,6 +14483,7 @@ export const SixtyEight$inboundSchema: z.ZodType<
14413
14483
  viaGithub: z.boolean(),
14414
14484
  viaGitlab: z.boolean(),
14415
14485
  viaBitbucket: z.boolean(),
14486
+ viaGoogle: z.boolean(),
14416
14487
  viaSamlSso: z.boolean(),
14417
14488
  viaPasskey: z.boolean(),
14418
14489
  ssoType: z.string().optional(),
@@ -14428,6 +14499,7 @@ export type SixtyEight$Outbound = {
14428
14499
  viaGithub: boolean;
14429
14500
  viaGitlab: boolean;
14430
14501
  viaBitbucket: boolean;
14502
+ viaGoogle: boolean;
14431
14503
  viaSamlSso: boolean;
14432
14504
  viaPasskey: boolean;
14433
14505
  ssoType?: string | undefined;
@@ -14447,6 +14519,7 @@ export const SixtyEight$outboundSchema: z.ZodType<
14447
14519
  viaGithub: z.boolean(),
14448
14520
  viaGitlab: z.boolean(),
14449
14521
  viaBitbucket: z.boolean(),
14522
+ viaGoogle: z.boolean(),
14450
14523
  viaSamlSso: z.boolean(),
14451
14524
  viaPasskey: z.boolean(),
14452
14525
  ssoType: z.string().optional(),
@@ -15969,6 +16042,90 @@ export function payloadBuildEntitlementsFromJSON(
15969
16042
  );
15970
16043
  }
15971
16044
 
16045
+ /** @internal */
16046
+ export const PayloadPurchaseType$inboundSchema: z.ZodNativeEnum<
16047
+ typeof PayloadPurchaseType
16048
+ > = z.nativeEnum(PayloadPurchaseType);
16049
+
16050
+ /** @internal */
16051
+ export const PayloadPurchaseType$outboundSchema: z.ZodNativeEnum<
16052
+ typeof PayloadPurchaseType
16053
+ > = PayloadPurchaseType$inboundSchema;
16054
+
16055
+ /**
16056
+ * @internal
16057
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
16058
+ */
16059
+ export namespace PayloadPurchaseType$ {
16060
+ /** @deprecated use `PayloadPurchaseType$inboundSchema` instead. */
16061
+ export const inboundSchema = PayloadPurchaseType$inboundSchema;
16062
+ /** @deprecated use `PayloadPurchaseType$outboundSchema` instead. */
16063
+ export const outboundSchema = PayloadPurchaseType$outboundSchema;
16064
+ }
16065
+
16066
+ /** @internal */
16067
+ export const PayloadBuildMachine$inboundSchema: z.ZodType<
16068
+ PayloadBuildMachine,
16069
+ z.ZodTypeDef,
16070
+ unknown
16071
+ > = z.object({
16072
+ purchaseType: PayloadPurchaseType$inboundSchema.optional(),
16073
+ abovePlan: z.boolean().optional(),
16074
+ cores: z.number().optional(),
16075
+ memory: z.number().optional(),
16076
+ });
16077
+
16078
+ /** @internal */
16079
+ export type PayloadBuildMachine$Outbound = {
16080
+ purchaseType?: string | undefined;
16081
+ abovePlan?: boolean | undefined;
16082
+ cores?: number | undefined;
16083
+ memory?: number | undefined;
16084
+ };
16085
+
16086
+ /** @internal */
16087
+ export const PayloadBuildMachine$outboundSchema: z.ZodType<
16088
+ PayloadBuildMachine$Outbound,
16089
+ z.ZodTypeDef,
16090
+ PayloadBuildMachine
16091
+ > = z.object({
16092
+ purchaseType: PayloadPurchaseType$outboundSchema.optional(),
16093
+ abovePlan: z.boolean().optional(),
16094
+ cores: z.number().optional(),
16095
+ memory: z.number().optional(),
16096
+ });
16097
+
16098
+ /**
16099
+ * @internal
16100
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
16101
+ */
16102
+ export namespace PayloadBuildMachine$ {
16103
+ /** @deprecated use `PayloadBuildMachine$inboundSchema` instead. */
16104
+ export const inboundSchema = PayloadBuildMachine$inboundSchema;
16105
+ /** @deprecated use `PayloadBuildMachine$outboundSchema` instead. */
16106
+ export const outboundSchema = PayloadBuildMachine$outboundSchema;
16107
+ /** @deprecated use `PayloadBuildMachine$Outbound` instead. */
16108
+ export type Outbound = PayloadBuildMachine$Outbound;
16109
+ }
16110
+
16111
+ export function payloadBuildMachineToJSON(
16112
+ payloadBuildMachine: PayloadBuildMachine,
16113
+ ): string {
16114
+ return JSON.stringify(
16115
+ PayloadBuildMachine$outboundSchema.parse(payloadBuildMachine),
16116
+ );
16117
+ }
16118
+
16119
+ export function payloadBuildMachineFromJSON(
16120
+ jsonString: string,
16121
+ ): SafeParseResult<PayloadBuildMachine, SDKValidationError> {
16122
+ return safeParse(
16123
+ jsonString,
16124
+ (x) => PayloadBuildMachine$inboundSchema.parse(JSON.parse(x)),
16125
+ `Failed to parse 'PayloadBuildMachine' from JSON`,
16126
+ );
16127
+ }
16128
+
15972
16129
  /** @internal */
15973
16130
  export const PayloadResourceConfig$inboundSchema: z.ZodType<
15974
16131
  PayloadResourceConfig,
@@ -15999,6 +16156,8 @@ export const PayloadResourceConfig$inboundSchema: z.ZodType<
15999
16156
  microfrontendProjectsPerGroup: z.number().optional(),
16000
16157
  flagsExplorerOverridesThreshold: z.number().optional(),
16001
16158
  flagsExplorerUnlimitedOverrides: z.boolean().optional(),
16159
+ customEnvironmentsPerProject: z.number().optional(),
16160
+ buildMachine: z.lazy(() => PayloadBuildMachine$inboundSchema).optional(),
16002
16161
  });
16003
16162
 
16004
16163
  /** @internal */
@@ -16026,6 +16185,8 @@ export type PayloadResourceConfig$Outbound = {
16026
16185
  microfrontendProjectsPerGroup?: number | undefined;
16027
16186
  flagsExplorerOverridesThreshold?: number | undefined;
16028
16187
  flagsExplorerUnlimitedOverrides?: boolean | undefined;
16188
+ customEnvironmentsPerProject?: number | undefined;
16189
+ buildMachine?: PayloadBuildMachine$Outbound | undefined;
16029
16190
  };
16030
16191
 
16031
16192
  /** @internal */
@@ -16058,6 +16219,8 @@ export const PayloadResourceConfig$outboundSchema: z.ZodType<
16058
16219
  microfrontendProjectsPerGroup: z.number().optional(),
16059
16220
  flagsExplorerOverridesThreshold: z.number().optional(),
16060
16221
  flagsExplorerUnlimitedOverrides: z.boolean().optional(),
16222
+ customEnvironmentsPerProject: z.number().optional(),
16223
+ buildMachine: z.lazy(() => PayloadBuildMachine$outboundSchema).optional(),
16061
16224
  });
16062
16225
 
16063
16226
  /**
@@ -21767,7 +21930,6 @@ export const OldEnvVar$inboundSchema: z.ZodType<
21767
21930
  deletedAt: z.number().optional(),
21768
21931
  updatedAt: z.number().optional(),
21769
21932
  value: z.string().optional(),
21770
- vsmValue: z.string().optional(),
21771
21933
  projectId: z.array(z.string()).optional(),
21772
21934
  type: UserEventPayload58OldEnvVarType$inboundSchema.optional(),
21773
21935
  target: z.array(UserEventPayloadTarget$inboundSchema).optional(),
@@ -21790,7 +21952,6 @@ export type OldEnvVar$Outbound = {
21790
21952
  deletedAt?: number | undefined;
21791
21953
  updatedAt?: number | undefined;
21792
21954
  value?: string | undefined;
21793
- vsmValue?: string | undefined;
21794
21955
  projectId?: Array<string> | undefined;
21795
21956
  type?: string | undefined;
21796
21957
  target?: Array<string> | undefined;
@@ -21817,7 +21978,6 @@ export const OldEnvVar$outboundSchema: z.ZodType<
21817
21978
  deletedAt: z.number().optional(),
21818
21979
  updatedAt: z.number().optional(),
21819
21980
  value: z.string().optional(),
21820
- vsmValue: z.string().optional(),
21821
21981
  projectId: z.array(z.string()).optional(),
21822
21982
  type: UserEventPayload58OldEnvVarType$outboundSchema.optional(),
21823
21983
  target: z.array(UserEventPayloadTarget$outboundSchema).optional(),
@@ -21913,7 +22073,6 @@ export const NewEnvVar$inboundSchema: z.ZodType<
21913
22073
  deletedAt: z.number().optional(),
21914
22074
  updatedAt: z.number().optional(),
21915
22075
  value: z.string().optional(),
21916
- vsmValue: z.string().optional(),
21917
22076
  projectId: z.array(z.string()).optional(),
21918
22077
  type: UserEventPayload58Type$inboundSchema.optional(),
21919
22078
  target: z.array(UserEventPayload58Target$inboundSchema).optional(),
@@ -21936,7 +22095,6 @@ export type NewEnvVar$Outbound = {
21936
22095
  deletedAt?: number | undefined;
21937
22096
  updatedAt?: number | undefined;
21938
22097
  value?: string | undefined;
21939
- vsmValue?: string | undefined;
21940
22098
  projectId?: Array<string> | undefined;
21941
22099
  type?: string | undefined;
21942
22100
  target?: Array<string> | undefined;
@@ -21963,7 +22121,6 @@ export const NewEnvVar$outboundSchema: z.ZodType<
21963
22121
  deletedAt: z.number().optional(),
21964
22122
  updatedAt: z.number().optional(),
21965
22123
  value: z.string().optional(),
21966
- vsmValue: z.string().optional(),
21967
22124
  projectId: z.array(z.string()).optional(),
21968
22125
  type: UserEventPayload58Type$outboundSchema.optional(),
21969
22126
  target: z.array(UserEventPayload58Target$outboundSchema).optional(),
@@ -22335,7 +22492,6 @@ export const FiftySeven$inboundSchema: z.ZodType<
22335
22492
  deletedAt: z.number().optional(),
22336
22493
  updatedAt: z.number().optional(),
22337
22494
  value: z.string().optional(),
22338
- vsmValue: z.string().optional(),
22339
22495
  projectId: z.array(z.string()).optional(),
22340
22496
  type: PayloadType$inboundSchema.optional(),
22341
22497
  target: z.array(PayloadTarget$inboundSchema).optional(),
@@ -22359,7 +22515,6 @@ export type FiftySeven$Outbound = {
22359
22515
  deletedAt?: number | undefined;
22360
22516
  updatedAt?: number | undefined;
22361
22517
  value?: string | undefined;
22362
- vsmValue?: string | undefined;
22363
22518
  projectId?: Array<string> | undefined;
22364
22519
  type?: string | undefined;
22365
22520
  target?: Array<string> | undefined;
@@ -22387,7 +22542,6 @@ export const FiftySeven$outboundSchema: z.ZodType<
22387
22542
  deletedAt: z.number().optional(),
22388
22543
  updatedAt: z.number().optional(),
22389
22544
  value: z.string().optional(),
22390
- vsmValue: z.string().optional(),
22391
22545
  projectId: z.array(z.string()).optional(),
22392
22546
  type: PayloadType$outboundSchema.optional(),
22393
22547
  target: z.array(PayloadTarget$outboundSchema).optional(),
@@ -27322,11 +27476,12 @@ export const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown> =
27322
27476
  z.lazy(() => OneHundredAndNine$inboundSchema),
27323
27477
  z.lazy(() => OneHundredAndTen$inboundSchema),
27324
27478
  z.lazy(() => OneHundredAndEleven$inboundSchema),
27325
- z.lazy(() => OneHundredAndFourteen$inboundSchema),
27326
- z.lazy(() => OneHundredAndSixteen$inboundSchema),
27327
- z.lazy(() => OneHundredAndThirty$inboundSchema),
27328
- z.lazy(() => OneHundredAndThirtyNine$inboundSchema),
27329
- z.lazy(() => OneHundredAndFortyThree$inboundSchema),
27479
+ z.lazy(() => OneHundredAndTwelve$inboundSchema),
27480
+ z.lazy(() => OneHundredAndFifteen$inboundSchema),
27481
+ z.lazy(() => OneHundredAndSeventeen$inboundSchema),
27482
+ z.lazy(() => OneHundredAndThirtyOne$inboundSchema),
27483
+ z.lazy(() => OneHundredAndForty$inboundSchema),
27484
+ z.lazy(() => OneHundredAndFortyFour$inboundSchema),
27330
27485
  z.lazy(() => Four$inboundSchema),
27331
27486
  z.lazy(() => Fourteen$inboundSchema),
27332
27487
  z.lazy(() => Seventeen$inboundSchema),
@@ -27355,18 +27510,18 @@ export const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown> =
27355
27510
  z.lazy(() => NinetyOne$inboundSchema),
27356
27511
  z.lazy(() => OneHundred$inboundSchema),
27357
27512
  z.lazy(() => OneHundredAndSeven$inboundSchema),
27358
- z.lazy(() => OneHundredAndTwelve$inboundSchema),
27359
27513
  z.lazy(() => OneHundredAndThirteen$inboundSchema),
27360
- z.lazy(() => OneHundredAndFifteen$inboundSchema),
27361
- z.lazy(() => OneHundredAndEighteen$inboundSchema),
27514
+ z.lazy(() => OneHundredAndFourteen$inboundSchema),
27515
+ z.lazy(() => OneHundredAndSixteen$inboundSchema),
27362
27516
  z.lazy(() => OneHundredAndNineteen$inboundSchema),
27363
- z.lazy(() => OneHundredAndTwentySeven$inboundSchema),
27517
+ z.lazy(() => OneHundredAndTwenty$inboundSchema),
27364
27518
  z.lazy(() => OneHundredAndTwentyEight$inboundSchema),
27365
27519
  z.lazy(() => OneHundredAndTwentyNine$inboundSchema),
27366
- z.lazy(() => OneHundredAndThirtySix$inboundSchema),
27367
- z.lazy(() => OneHundredAndForty$inboundSchema),
27520
+ z.lazy(() => OneHundredAndThirty$inboundSchema),
27521
+ z.lazy(() => OneHundredAndThirtySeven$inboundSchema),
27368
27522
  z.lazy(() => OneHundredAndFortyOne$inboundSchema),
27369
27523
  z.lazy(() => OneHundredAndFortyTwo$inboundSchema),
27524
+ z.lazy(() => OneHundredAndFortyThree$inboundSchema),
27370
27525
  z.lazy(() => Five$inboundSchema),
27371
27526
  z.lazy(() => Eight$inboundSchema),
27372
27527
  z.lazy(() => Ten$inboundSchema),
@@ -27400,14 +27555,14 @@ export const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown> =
27400
27555
  z.lazy(() => NinetyTwo$inboundSchema),
27401
27556
  z.lazy(() => OneHundredAndFive$inboundSchema),
27402
27557
  z.lazy(() => OneHundredAndEight$inboundSchema),
27403
- z.lazy(() => OneHundredAndSeventeen$inboundSchema),
27404
- z.lazy(() => OneHundredAndTwentyFour$inboundSchema),
27405
- z.lazy(() => OneHundredAndThirtyOne$inboundSchema),
27406
- z.lazy(() => OneHundredAndThirtyThree$inboundSchema),
27558
+ z.lazy(() => OneHundredAndEighteen$inboundSchema),
27559
+ z.lazy(() => OneHundredAndTwentyFive$inboundSchema),
27560
+ z.lazy(() => OneHundredAndThirtyTwo$inboundSchema),
27407
27561
  z.lazy(() => OneHundredAndThirtyFour$inboundSchema),
27408
- z.lazy(() => OneHundredAndThirtySeven$inboundSchema),
27409
- z.lazy(() => OneHundredAndFortyFour$inboundSchema),
27562
+ z.lazy(() => OneHundredAndThirtyFive$inboundSchema),
27563
+ z.lazy(() => OneHundredAndThirtyEight$inboundSchema),
27410
27564
  z.lazy(() => OneHundredAndFortyFive$inboundSchema),
27565
+ z.lazy(() => OneHundredAndFortySix$inboundSchema),
27411
27566
  z.lazy(() => Two$inboundSchema),
27412
27567
  z.lazy(() => Six$inboundSchema),
27413
27568
  z.lazy(() => Eleven$inboundSchema),
@@ -27420,12 +27575,12 @@ export const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown> =
27420
27575
  z.lazy(() => SeventyFive$inboundSchema),
27421
27576
  z.lazy(() => NinetyFour$inboundSchema),
27422
27577
  z.lazy(() => OneHundredAndTwo$inboundSchema),
27423
- z.lazy(() => OneHundredAndTwentyFive$inboundSchema),
27424
27578
  z.lazy(() => OneHundredAndTwentySix$inboundSchema),
27425
- z.lazy(() => OneHundredAndThirtyTwo$inboundSchema),
27426
- z.lazy(() => OneHundredAndThirtyFive$inboundSchema),
27427
- z.lazy(() => OneHundredAndThirtyEight$inboundSchema),
27428
- z.lazy(() => OneHundredAndFortySix$inboundSchema),
27579
+ z.lazy(() => OneHundredAndTwentySeven$inboundSchema),
27580
+ z.lazy(() => OneHundredAndThirtyThree$inboundSchema),
27581
+ z.lazy(() => OneHundredAndThirtySix$inboundSchema),
27582
+ z.lazy(() => OneHundredAndThirtyNine$inboundSchema),
27583
+ z.lazy(() => OneHundredAndFortySeven$inboundSchema),
27429
27584
  z.lazy(() => Thirty$inboundSchema),
27430
27585
  z.lazy(() => FortyTwo$inboundSchema),
27431
27586
  z.lazy(() => FiftyNine$inboundSchema),
@@ -27437,19 +27592,19 @@ export const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown> =
27437
27592
  z.lazy(() => SixtyFive$inboundSchema),
27438
27593
  z.lazy(() => NinetyEight$inboundSchema),
27439
27594
  z.lazy(() => OneHundredAndFour$inboundSchema),
27440
- z.lazy(() => OneHundredAndTwentyOne$inboundSchema),
27441
27595
  z.lazy(() => OneHundredAndTwentyTwo$inboundSchema),
27442
27596
  z.lazy(() => OneHundredAndTwentyThree$inboundSchema),
27443
- z.lazy(() => OneHundredAndFortySeven$inboundSchema),
27597
+ z.lazy(() => OneHundredAndTwentyFour$inboundSchema),
27598
+ z.lazy(() => OneHundredAndFortyEight$inboundSchema),
27444
27599
  z.lazy(() => SixtyFour$inboundSchema),
27445
27600
  z.lazy(() => SixtySeven$inboundSchema),
27446
27601
  z.lazy(() => SeventyThree$inboundSchema),
27447
27602
  z.lazy(() => OneHundredAndThree$inboundSchema),
27448
- z.lazy(() => OneHundredAndTwenty$inboundSchema),
27603
+ z.lazy(() => OneHundredAndTwentyOne$inboundSchema),
27449
27604
  z.lazy(() => FiftySix$inboundSchema),
27450
- z.lazy(() => SixtyEight$inboundSchema),
27451
27605
  z.lazy(() => Seven$inboundSchema),
27452
27606
  z.lazy(() => ThirtySeven$inboundSchema),
27607
+ z.lazy(() => SixtyEight$inboundSchema),
27453
27608
  z.lazy(() => FiftySeven$inboundSchema),
27454
27609
  ]);
27455
27610
 
@@ -27472,12 +27627,13 @@ export type Payload$Outbound =
27472
27627
  | OneHundredAndOne$Outbound
27473
27628
  | OneHundredAndNine$Outbound
27474
27629
  | OneHundredAndTen$Outbound
27475
- | OneHundredAndEleven$Outbound
27476
- | OneHundredAndFourteen$Outbound
27477
- | OneHundredAndSixteen$Outbound
27478
- | OneHundredAndThirty$Outbound
27479
- | OneHundredAndThirtyNine$Outbound
27480
- | OneHundredAndFortyThree$Outbound
27630
+ | OneHundredAndEleven$Outbound
27631
+ | OneHundredAndTwelve$Outbound
27632
+ | OneHundredAndFifteen$Outbound
27633
+ | OneHundredAndSeventeen$Outbound
27634
+ | OneHundredAndThirtyOne$Outbound
27635
+ | OneHundredAndForty$Outbound
27636
+ | OneHundredAndFortyFour$Outbound
27481
27637
  | Four$Outbound
27482
27638
  | Fourteen$Outbound
27483
27639
  | Seventeen$Outbound
@@ -27506,18 +27662,18 @@ export type Payload$Outbound =
27506
27662
  | NinetyOne$Outbound
27507
27663
  | OneHundred$Outbound
27508
27664
  | OneHundredAndSeven$Outbound
27509
- | OneHundredAndTwelve$Outbound
27510
27665
  | OneHundredAndThirteen$Outbound
27511
- | OneHundredAndFifteen$Outbound
27512
- | OneHundredAndEighteen$Outbound
27666
+ | OneHundredAndFourteen$Outbound
27667
+ | OneHundredAndSixteen$Outbound
27513
27668
  | OneHundredAndNineteen$Outbound
27514
- | OneHundredAndTwentySeven$Outbound
27669
+ | OneHundredAndTwenty$Outbound
27515
27670
  | OneHundredAndTwentyEight$Outbound
27516
27671
  | OneHundredAndTwentyNine$Outbound
27517
- | OneHundredAndThirtySix$Outbound
27518
- | OneHundredAndForty$Outbound
27672
+ | OneHundredAndThirty$Outbound
27673
+ | OneHundredAndThirtySeven$Outbound
27519
27674
  | OneHundredAndFortyOne$Outbound
27520
27675
  | OneHundredAndFortyTwo$Outbound
27676
+ | OneHundredAndFortyThree$Outbound
27521
27677
  | Five$Outbound
27522
27678
  | Eight$Outbound
27523
27679
  | Ten$Outbound
@@ -27551,14 +27707,14 @@ export type Payload$Outbound =
27551
27707
  | NinetyTwo$Outbound
27552
27708
  | OneHundredAndFive$Outbound
27553
27709
  | OneHundredAndEight$Outbound
27554
- | OneHundredAndSeventeen$Outbound
27555
- | OneHundredAndTwentyFour$Outbound
27556
- | OneHundredAndThirtyOne$Outbound
27557
- | OneHundredAndThirtyThree$Outbound
27710
+ | OneHundredAndEighteen$Outbound
27711
+ | OneHundredAndTwentyFive$Outbound
27712
+ | OneHundredAndThirtyTwo$Outbound
27558
27713
  | OneHundredAndThirtyFour$Outbound
27559
- | OneHundredAndThirtySeven$Outbound
27560
- | OneHundredAndFortyFour$Outbound
27714
+ | OneHundredAndThirtyFive$Outbound
27715
+ | OneHundredAndThirtyEight$Outbound
27561
27716
  | OneHundredAndFortyFive$Outbound
27717
+ | OneHundredAndFortySix$Outbound
27562
27718
  | Two$Outbound
27563
27719
  | Six$Outbound
27564
27720
  | Eleven$Outbound
@@ -27571,12 +27727,12 @@ export type Payload$Outbound =
27571
27727
  | SeventyFive$Outbound
27572
27728
  | NinetyFour$Outbound
27573
27729
  | OneHundredAndTwo$Outbound
27574
- | OneHundredAndTwentyFive$Outbound
27575
27730
  | OneHundredAndTwentySix$Outbound
27576
- | OneHundredAndThirtyTwo$Outbound
27577
- | OneHundredAndThirtyFive$Outbound
27578
- | OneHundredAndThirtyEight$Outbound
27579
- | OneHundredAndFortySix$Outbound
27731
+ | OneHundredAndTwentySeven$Outbound
27732
+ | OneHundredAndThirtyThree$Outbound
27733
+ | OneHundredAndThirtySix$Outbound
27734
+ | OneHundredAndThirtyNine$Outbound
27735
+ | OneHundredAndFortySeven$Outbound
27580
27736
  | Thirty$Outbound
27581
27737
  | FortyTwo$Outbound
27582
27738
  | FiftyNine$Outbound
@@ -27588,19 +27744,19 @@ export type Payload$Outbound =
27588
27744
  | SixtyFive$Outbound
27589
27745
  | NinetyEight$Outbound
27590
27746
  | OneHundredAndFour$Outbound
27591
- | OneHundredAndTwentyOne$Outbound
27592
27747
  | OneHundredAndTwentyTwo$Outbound
27593
27748
  | OneHundredAndTwentyThree$Outbound
27594
- | OneHundredAndFortySeven$Outbound
27749
+ | OneHundredAndTwentyFour$Outbound
27750
+ | OneHundredAndFortyEight$Outbound
27595
27751
  | SixtyFour$Outbound
27596
27752
  | SixtySeven$Outbound
27597
27753
  | SeventyThree$Outbound
27598
27754
  | OneHundredAndThree$Outbound
27599
- | OneHundredAndTwenty$Outbound
27755
+ | OneHundredAndTwentyOne$Outbound
27600
27756
  | FiftySix$Outbound
27601
- | SixtyEight$Outbound
27602
27757
  | Seven$Outbound
27603
27758
  | ThirtySeven$Outbound
27759
+ | SixtyEight$Outbound
27604
27760
  | FiftySeven$Outbound;
27605
27761
 
27606
27762
  /** @internal */
@@ -27627,11 +27783,12 @@ export const Payload$outboundSchema: z.ZodType<
27627
27783
  z.lazy(() => OneHundredAndNine$outboundSchema),
27628
27784
  z.lazy(() => OneHundredAndTen$outboundSchema),
27629
27785
  z.lazy(() => OneHundredAndEleven$outboundSchema),
27630
- z.lazy(() => OneHundredAndFourteen$outboundSchema),
27631
- z.lazy(() => OneHundredAndSixteen$outboundSchema),
27632
- z.lazy(() => OneHundredAndThirty$outboundSchema),
27633
- z.lazy(() => OneHundredAndThirtyNine$outboundSchema),
27634
- z.lazy(() => OneHundredAndFortyThree$outboundSchema),
27786
+ z.lazy(() => OneHundredAndTwelve$outboundSchema),
27787
+ z.lazy(() => OneHundredAndFifteen$outboundSchema),
27788
+ z.lazy(() => OneHundredAndSeventeen$outboundSchema),
27789
+ z.lazy(() => OneHundredAndThirtyOne$outboundSchema),
27790
+ z.lazy(() => OneHundredAndForty$outboundSchema),
27791
+ z.lazy(() => OneHundredAndFortyFour$outboundSchema),
27635
27792
  z.lazy(() => Four$outboundSchema),
27636
27793
  z.lazy(() => Fourteen$outboundSchema),
27637
27794
  z.lazy(() => Seventeen$outboundSchema),
@@ -27660,18 +27817,18 @@ export const Payload$outboundSchema: z.ZodType<
27660
27817
  z.lazy(() => NinetyOne$outboundSchema),
27661
27818
  z.lazy(() => OneHundred$outboundSchema),
27662
27819
  z.lazy(() => OneHundredAndSeven$outboundSchema),
27663
- z.lazy(() => OneHundredAndTwelve$outboundSchema),
27664
27820
  z.lazy(() => OneHundredAndThirteen$outboundSchema),
27665
- z.lazy(() => OneHundredAndFifteen$outboundSchema),
27666
- z.lazy(() => OneHundredAndEighteen$outboundSchema),
27821
+ z.lazy(() => OneHundredAndFourteen$outboundSchema),
27822
+ z.lazy(() => OneHundredAndSixteen$outboundSchema),
27667
27823
  z.lazy(() => OneHundredAndNineteen$outboundSchema),
27668
- z.lazy(() => OneHundredAndTwentySeven$outboundSchema),
27824
+ z.lazy(() => OneHundredAndTwenty$outboundSchema),
27669
27825
  z.lazy(() => OneHundredAndTwentyEight$outboundSchema),
27670
27826
  z.lazy(() => OneHundredAndTwentyNine$outboundSchema),
27671
- z.lazy(() => OneHundredAndThirtySix$outboundSchema),
27672
- z.lazy(() => OneHundredAndForty$outboundSchema),
27827
+ z.lazy(() => OneHundredAndThirty$outboundSchema),
27828
+ z.lazy(() => OneHundredAndThirtySeven$outboundSchema),
27673
27829
  z.lazy(() => OneHundredAndFortyOne$outboundSchema),
27674
27830
  z.lazy(() => OneHundredAndFortyTwo$outboundSchema),
27831
+ z.lazy(() => OneHundredAndFortyThree$outboundSchema),
27675
27832
  z.lazy(() => Five$outboundSchema),
27676
27833
  z.lazy(() => Eight$outboundSchema),
27677
27834
  z.lazy(() => Ten$outboundSchema),
@@ -27705,14 +27862,14 @@ export const Payload$outboundSchema: z.ZodType<
27705
27862
  z.lazy(() => NinetyTwo$outboundSchema),
27706
27863
  z.lazy(() => OneHundredAndFive$outboundSchema),
27707
27864
  z.lazy(() => OneHundredAndEight$outboundSchema),
27708
- z.lazy(() => OneHundredAndSeventeen$outboundSchema),
27709
- z.lazy(() => OneHundredAndTwentyFour$outboundSchema),
27710
- z.lazy(() => OneHundredAndThirtyOne$outboundSchema),
27711
- z.lazy(() => OneHundredAndThirtyThree$outboundSchema),
27865
+ z.lazy(() => OneHundredAndEighteen$outboundSchema),
27866
+ z.lazy(() => OneHundredAndTwentyFive$outboundSchema),
27867
+ z.lazy(() => OneHundredAndThirtyTwo$outboundSchema),
27712
27868
  z.lazy(() => OneHundredAndThirtyFour$outboundSchema),
27713
- z.lazy(() => OneHundredAndThirtySeven$outboundSchema),
27714
- z.lazy(() => OneHundredAndFortyFour$outboundSchema),
27869
+ z.lazy(() => OneHundredAndThirtyFive$outboundSchema),
27870
+ z.lazy(() => OneHundredAndThirtyEight$outboundSchema),
27715
27871
  z.lazy(() => OneHundredAndFortyFive$outboundSchema),
27872
+ z.lazy(() => OneHundredAndFortySix$outboundSchema),
27716
27873
  z.lazy(() => Two$outboundSchema),
27717
27874
  z.lazy(() => Six$outboundSchema),
27718
27875
  z.lazy(() => Eleven$outboundSchema),
@@ -27725,12 +27882,12 @@ export const Payload$outboundSchema: z.ZodType<
27725
27882
  z.lazy(() => SeventyFive$outboundSchema),
27726
27883
  z.lazy(() => NinetyFour$outboundSchema),
27727
27884
  z.lazy(() => OneHundredAndTwo$outboundSchema),
27728
- z.lazy(() => OneHundredAndTwentyFive$outboundSchema),
27729
27885
  z.lazy(() => OneHundredAndTwentySix$outboundSchema),
27730
- z.lazy(() => OneHundredAndThirtyTwo$outboundSchema),
27731
- z.lazy(() => OneHundredAndThirtyFive$outboundSchema),
27732
- z.lazy(() => OneHundredAndThirtyEight$outboundSchema),
27733
- z.lazy(() => OneHundredAndFortySix$outboundSchema),
27886
+ z.lazy(() => OneHundredAndTwentySeven$outboundSchema),
27887
+ z.lazy(() => OneHundredAndThirtyThree$outboundSchema),
27888
+ z.lazy(() => OneHundredAndThirtySix$outboundSchema),
27889
+ z.lazy(() => OneHundredAndThirtyNine$outboundSchema),
27890
+ z.lazy(() => OneHundredAndFortySeven$outboundSchema),
27734
27891
  z.lazy(() => Thirty$outboundSchema),
27735
27892
  z.lazy(() => FortyTwo$outboundSchema),
27736
27893
  z.lazy(() => FiftyNine$outboundSchema),
@@ -27742,19 +27899,19 @@ export const Payload$outboundSchema: z.ZodType<
27742
27899
  z.lazy(() => SixtyFive$outboundSchema),
27743
27900
  z.lazy(() => NinetyEight$outboundSchema),
27744
27901
  z.lazy(() => OneHundredAndFour$outboundSchema),
27745
- z.lazy(() => OneHundredAndTwentyOne$outboundSchema),
27746
27902
  z.lazy(() => OneHundredAndTwentyTwo$outboundSchema),
27747
27903
  z.lazy(() => OneHundredAndTwentyThree$outboundSchema),
27748
- z.lazy(() => OneHundredAndFortySeven$outboundSchema),
27904
+ z.lazy(() => OneHundredAndTwentyFour$outboundSchema),
27905
+ z.lazy(() => OneHundredAndFortyEight$outboundSchema),
27749
27906
  z.lazy(() => SixtyFour$outboundSchema),
27750
27907
  z.lazy(() => SixtySeven$outboundSchema),
27751
27908
  z.lazy(() => SeventyThree$outboundSchema),
27752
27909
  z.lazy(() => OneHundredAndThree$outboundSchema),
27753
- z.lazy(() => OneHundredAndTwenty$outboundSchema),
27910
+ z.lazy(() => OneHundredAndTwentyOne$outboundSchema),
27754
27911
  z.lazy(() => FiftySix$outboundSchema),
27755
- z.lazy(() => SixtyEight$outboundSchema),
27756
27912
  z.lazy(() => Seven$outboundSchema),
27757
27913
  z.lazy(() => ThirtySeven$outboundSchema),
27914
+ z.lazy(() => SixtyEight$outboundSchema),
27758
27915
  z.lazy(() => FiftySeven$outboundSchema),
27759
27916
  ]);
27760
27917
 
@@ -27816,11 +27973,12 @@ export const UserEvent$inboundSchema: z.ZodType<
27816
27973
  z.lazy(() => OneHundredAndNine$inboundSchema),
27817
27974
  z.lazy(() => OneHundredAndTen$inboundSchema),
27818
27975
  z.lazy(() => OneHundredAndEleven$inboundSchema),
27819
- z.lazy(() => OneHundredAndFourteen$inboundSchema),
27820
- z.lazy(() => OneHundredAndSixteen$inboundSchema),
27821
- z.lazy(() => OneHundredAndThirty$inboundSchema),
27822
- z.lazy(() => OneHundredAndThirtyNine$inboundSchema),
27823
- z.lazy(() => OneHundredAndFortyThree$inboundSchema),
27976
+ z.lazy(() => OneHundredAndTwelve$inboundSchema),
27977
+ z.lazy(() => OneHundredAndFifteen$inboundSchema),
27978
+ z.lazy(() => OneHundredAndSeventeen$inboundSchema),
27979
+ z.lazy(() => OneHundredAndThirtyOne$inboundSchema),
27980
+ z.lazy(() => OneHundredAndForty$inboundSchema),
27981
+ z.lazy(() => OneHundredAndFortyFour$inboundSchema),
27824
27982
  z.lazy(() => Four$inboundSchema),
27825
27983
  z.lazy(() => Fourteen$inboundSchema),
27826
27984
  z.lazy(() => Seventeen$inboundSchema),
@@ -27849,18 +28007,18 @@ export const UserEvent$inboundSchema: z.ZodType<
27849
28007
  z.lazy(() => NinetyOne$inboundSchema),
27850
28008
  z.lazy(() => OneHundred$inboundSchema),
27851
28009
  z.lazy(() => OneHundredAndSeven$inboundSchema),
27852
- z.lazy(() => OneHundredAndTwelve$inboundSchema),
27853
28010
  z.lazy(() => OneHundredAndThirteen$inboundSchema),
27854
- z.lazy(() => OneHundredAndFifteen$inboundSchema),
27855
- z.lazy(() => OneHundredAndEighteen$inboundSchema),
28011
+ z.lazy(() => OneHundredAndFourteen$inboundSchema),
28012
+ z.lazy(() => OneHundredAndSixteen$inboundSchema),
27856
28013
  z.lazy(() => OneHundredAndNineteen$inboundSchema),
27857
- z.lazy(() => OneHundredAndTwentySeven$inboundSchema),
28014
+ z.lazy(() => OneHundredAndTwenty$inboundSchema),
27858
28015
  z.lazy(() => OneHundredAndTwentyEight$inboundSchema),
27859
28016
  z.lazy(() => OneHundredAndTwentyNine$inboundSchema),
27860
- z.lazy(() => OneHundredAndThirtySix$inboundSchema),
27861
- z.lazy(() => OneHundredAndForty$inboundSchema),
28017
+ z.lazy(() => OneHundredAndThirty$inboundSchema),
28018
+ z.lazy(() => OneHundredAndThirtySeven$inboundSchema),
27862
28019
  z.lazy(() => OneHundredAndFortyOne$inboundSchema),
27863
28020
  z.lazy(() => OneHundredAndFortyTwo$inboundSchema),
28021
+ z.lazy(() => OneHundredAndFortyThree$inboundSchema),
27864
28022
  z.lazy(() => Five$inboundSchema),
27865
28023
  z.lazy(() => Eight$inboundSchema),
27866
28024
  z.lazy(() => Ten$inboundSchema),
@@ -27894,14 +28052,14 @@ export const UserEvent$inboundSchema: z.ZodType<
27894
28052
  z.lazy(() => NinetyTwo$inboundSchema),
27895
28053
  z.lazy(() => OneHundredAndFive$inboundSchema),
27896
28054
  z.lazy(() => OneHundredAndEight$inboundSchema),
27897
- z.lazy(() => OneHundredAndSeventeen$inboundSchema),
27898
- z.lazy(() => OneHundredAndTwentyFour$inboundSchema),
27899
- z.lazy(() => OneHundredAndThirtyOne$inboundSchema),
27900
- z.lazy(() => OneHundredAndThirtyThree$inboundSchema),
28055
+ z.lazy(() => OneHundredAndEighteen$inboundSchema),
28056
+ z.lazy(() => OneHundredAndTwentyFive$inboundSchema),
28057
+ z.lazy(() => OneHundredAndThirtyTwo$inboundSchema),
27901
28058
  z.lazy(() => OneHundredAndThirtyFour$inboundSchema),
27902
- z.lazy(() => OneHundredAndThirtySeven$inboundSchema),
27903
- z.lazy(() => OneHundredAndFortyFour$inboundSchema),
28059
+ z.lazy(() => OneHundredAndThirtyFive$inboundSchema),
28060
+ z.lazy(() => OneHundredAndThirtyEight$inboundSchema),
27904
28061
  z.lazy(() => OneHundredAndFortyFive$inboundSchema),
28062
+ z.lazy(() => OneHundredAndFortySix$inboundSchema),
27905
28063
  z.lazy(() => Two$inboundSchema),
27906
28064
  z.lazy(() => Six$inboundSchema),
27907
28065
  z.lazy(() => Eleven$inboundSchema),
@@ -27914,12 +28072,12 @@ export const UserEvent$inboundSchema: z.ZodType<
27914
28072
  z.lazy(() => SeventyFive$inboundSchema),
27915
28073
  z.lazy(() => NinetyFour$inboundSchema),
27916
28074
  z.lazy(() => OneHundredAndTwo$inboundSchema),
27917
- z.lazy(() => OneHundredAndTwentyFive$inboundSchema),
27918
28075
  z.lazy(() => OneHundredAndTwentySix$inboundSchema),
27919
- z.lazy(() => OneHundredAndThirtyTwo$inboundSchema),
27920
- z.lazy(() => OneHundredAndThirtyFive$inboundSchema),
27921
- z.lazy(() => OneHundredAndThirtyEight$inboundSchema),
27922
- z.lazy(() => OneHundredAndFortySix$inboundSchema),
28076
+ z.lazy(() => OneHundredAndTwentySeven$inboundSchema),
28077
+ z.lazy(() => OneHundredAndThirtyThree$inboundSchema),
28078
+ z.lazy(() => OneHundredAndThirtySix$inboundSchema),
28079
+ z.lazy(() => OneHundredAndThirtyNine$inboundSchema),
28080
+ z.lazy(() => OneHundredAndFortySeven$inboundSchema),
27923
28081
  z.lazy(() => Thirty$inboundSchema),
27924
28082
  z.lazy(() => FortyTwo$inboundSchema),
27925
28083
  z.lazy(() => FiftyNine$inboundSchema),
@@ -27931,19 +28089,19 @@ export const UserEvent$inboundSchema: z.ZodType<
27931
28089
  z.lazy(() => SixtyFive$inboundSchema),
27932
28090
  z.lazy(() => NinetyEight$inboundSchema),
27933
28091
  z.lazy(() => OneHundredAndFour$inboundSchema),
27934
- z.lazy(() => OneHundredAndTwentyOne$inboundSchema),
27935
28092
  z.lazy(() => OneHundredAndTwentyTwo$inboundSchema),
27936
28093
  z.lazy(() => OneHundredAndTwentyThree$inboundSchema),
27937
- z.lazy(() => OneHundredAndFortySeven$inboundSchema),
28094
+ z.lazy(() => OneHundredAndTwentyFour$inboundSchema),
28095
+ z.lazy(() => OneHundredAndFortyEight$inboundSchema),
27938
28096
  z.lazy(() => SixtyFour$inboundSchema),
27939
28097
  z.lazy(() => SixtySeven$inboundSchema),
27940
28098
  z.lazy(() => SeventyThree$inboundSchema),
27941
28099
  z.lazy(() => OneHundredAndThree$inboundSchema),
27942
- z.lazy(() => OneHundredAndTwenty$inboundSchema),
28100
+ z.lazy(() => OneHundredAndTwentyOne$inboundSchema),
27943
28101
  z.lazy(() => FiftySix$inboundSchema),
27944
- z.lazy(() => SixtyEight$inboundSchema),
27945
28102
  z.lazy(() => Seven$inboundSchema),
27946
28103
  z.lazy(() => ThirtySeven$inboundSchema),
28104
+ z.lazy(() => SixtyEight$inboundSchema),
27947
28105
  z.lazy(() => FiftySeven$inboundSchema),
27948
28106
  ]).optional(),
27949
28107
  });
@@ -27975,11 +28133,12 @@ export type UserEvent$Outbound = {
27975
28133
  | OneHundredAndNine$Outbound
27976
28134
  | OneHundredAndTen$Outbound
27977
28135
  | OneHundredAndEleven$Outbound
27978
- | OneHundredAndFourteen$Outbound
27979
- | OneHundredAndSixteen$Outbound
27980
- | OneHundredAndThirty$Outbound
27981
- | OneHundredAndThirtyNine$Outbound
27982
- | OneHundredAndFortyThree$Outbound
28136
+ | OneHundredAndTwelve$Outbound
28137
+ | OneHundredAndFifteen$Outbound
28138
+ | OneHundredAndSeventeen$Outbound
28139
+ | OneHundredAndThirtyOne$Outbound
28140
+ | OneHundredAndForty$Outbound
28141
+ | OneHundredAndFortyFour$Outbound
27983
28142
  | Four$Outbound
27984
28143
  | Fourteen$Outbound
27985
28144
  | Seventeen$Outbound
@@ -28008,18 +28167,18 @@ export type UserEvent$Outbound = {
28008
28167
  | NinetyOne$Outbound
28009
28168
  | OneHundred$Outbound
28010
28169
  | OneHundredAndSeven$Outbound
28011
- | OneHundredAndTwelve$Outbound
28012
28170
  | OneHundredAndThirteen$Outbound
28013
- | OneHundredAndFifteen$Outbound
28014
- | OneHundredAndEighteen$Outbound
28171
+ | OneHundredAndFourteen$Outbound
28172
+ | OneHundredAndSixteen$Outbound
28015
28173
  | OneHundredAndNineteen$Outbound
28016
- | OneHundredAndTwentySeven$Outbound
28174
+ | OneHundredAndTwenty$Outbound
28017
28175
  | OneHundredAndTwentyEight$Outbound
28018
28176
  | OneHundredAndTwentyNine$Outbound
28019
- | OneHundredAndThirtySix$Outbound
28020
- | OneHundredAndForty$Outbound
28177
+ | OneHundredAndThirty$Outbound
28178
+ | OneHundredAndThirtySeven$Outbound
28021
28179
  | OneHundredAndFortyOne$Outbound
28022
28180
  | OneHundredAndFortyTwo$Outbound
28181
+ | OneHundredAndFortyThree$Outbound
28023
28182
  | Five$Outbound
28024
28183
  | Eight$Outbound
28025
28184
  | Ten$Outbound
@@ -28053,14 +28212,14 @@ export type UserEvent$Outbound = {
28053
28212
  | NinetyTwo$Outbound
28054
28213
  | OneHundredAndFive$Outbound
28055
28214
  | OneHundredAndEight$Outbound
28056
- | OneHundredAndSeventeen$Outbound
28057
- | OneHundredAndTwentyFour$Outbound
28058
- | OneHundredAndThirtyOne$Outbound
28059
- | OneHundredAndThirtyThree$Outbound
28215
+ | OneHundredAndEighteen$Outbound
28216
+ | OneHundredAndTwentyFive$Outbound
28217
+ | OneHundredAndThirtyTwo$Outbound
28060
28218
  | OneHundredAndThirtyFour$Outbound
28061
- | OneHundredAndThirtySeven$Outbound
28062
- | OneHundredAndFortyFour$Outbound
28219
+ | OneHundredAndThirtyFive$Outbound
28220
+ | OneHundredAndThirtyEight$Outbound
28063
28221
  | OneHundredAndFortyFive$Outbound
28222
+ | OneHundredAndFortySix$Outbound
28064
28223
  | Two$Outbound
28065
28224
  | Six$Outbound
28066
28225
  | Eleven$Outbound
@@ -28073,12 +28232,12 @@ export type UserEvent$Outbound = {
28073
28232
  | SeventyFive$Outbound
28074
28233
  | NinetyFour$Outbound
28075
28234
  | OneHundredAndTwo$Outbound
28076
- | OneHundredAndTwentyFive$Outbound
28077
28235
  | OneHundredAndTwentySix$Outbound
28078
- | OneHundredAndThirtyTwo$Outbound
28079
- | OneHundredAndThirtyFive$Outbound
28080
- | OneHundredAndThirtyEight$Outbound
28081
- | OneHundredAndFortySix$Outbound
28236
+ | OneHundredAndTwentySeven$Outbound
28237
+ | OneHundredAndThirtyThree$Outbound
28238
+ | OneHundredAndThirtySix$Outbound
28239
+ | OneHundredAndThirtyNine$Outbound
28240
+ | OneHundredAndFortySeven$Outbound
28082
28241
  | Thirty$Outbound
28083
28242
  | FortyTwo$Outbound
28084
28243
  | FiftyNine$Outbound
@@ -28090,19 +28249,19 @@ export type UserEvent$Outbound = {
28090
28249
  | SixtyFive$Outbound
28091
28250
  | NinetyEight$Outbound
28092
28251
  | OneHundredAndFour$Outbound
28093
- | OneHundredAndTwentyOne$Outbound
28094
28252
  | OneHundredAndTwentyTwo$Outbound
28095
28253
  | OneHundredAndTwentyThree$Outbound
28096
- | OneHundredAndFortySeven$Outbound
28254
+ | OneHundredAndTwentyFour$Outbound
28255
+ | OneHundredAndFortyEight$Outbound
28097
28256
  | SixtyFour$Outbound
28098
28257
  | SixtySeven$Outbound
28099
28258
  | SeventyThree$Outbound
28100
28259
  | OneHundredAndThree$Outbound
28101
- | OneHundredAndTwenty$Outbound
28260
+ | OneHundredAndTwentyOne$Outbound
28102
28261
  | FiftySix$Outbound
28103
- | SixtyEight$Outbound
28104
28262
  | Seven$Outbound
28105
28263
  | ThirtySeven$Outbound
28264
+ | SixtyEight$Outbound
28106
28265
  | FiftySeven$Outbound
28107
28266
  | undefined;
28108
28267
  };
@@ -28138,11 +28297,12 @@ export const UserEvent$outboundSchema: z.ZodType<
28138
28297
  z.lazy(() => OneHundredAndNine$outboundSchema),
28139
28298
  z.lazy(() => OneHundredAndTen$outboundSchema),
28140
28299
  z.lazy(() => OneHundredAndEleven$outboundSchema),
28141
- z.lazy(() => OneHundredAndFourteen$outboundSchema),
28142
- z.lazy(() => OneHundredAndSixteen$outboundSchema),
28143
- z.lazy(() => OneHundredAndThirty$outboundSchema),
28144
- z.lazy(() => OneHundredAndThirtyNine$outboundSchema),
28145
- z.lazy(() => OneHundredAndFortyThree$outboundSchema),
28300
+ z.lazy(() => OneHundredAndTwelve$outboundSchema),
28301
+ z.lazy(() => OneHundredAndFifteen$outboundSchema),
28302
+ z.lazy(() => OneHundredAndSeventeen$outboundSchema),
28303
+ z.lazy(() => OneHundredAndThirtyOne$outboundSchema),
28304
+ z.lazy(() => OneHundredAndForty$outboundSchema),
28305
+ z.lazy(() => OneHundredAndFortyFour$outboundSchema),
28146
28306
  z.lazy(() => Four$outboundSchema),
28147
28307
  z.lazy(() => Fourteen$outboundSchema),
28148
28308
  z.lazy(() => Seventeen$outboundSchema),
@@ -28171,18 +28331,18 @@ export const UserEvent$outboundSchema: z.ZodType<
28171
28331
  z.lazy(() => NinetyOne$outboundSchema),
28172
28332
  z.lazy(() => OneHundred$outboundSchema),
28173
28333
  z.lazy(() => OneHundredAndSeven$outboundSchema),
28174
- z.lazy(() => OneHundredAndTwelve$outboundSchema),
28175
28334
  z.lazy(() => OneHundredAndThirteen$outboundSchema),
28176
- z.lazy(() => OneHundredAndFifteen$outboundSchema),
28177
- z.lazy(() => OneHundredAndEighteen$outboundSchema),
28335
+ z.lazy(() => OneHundredAndFourteen$outboundSchema),
28336
+ z.lazy(() => OneHundredAndSixteen$outboundSchema),
28178
28337
  z.lazy(() => OneHundredAndNineteen$outboundSchema),
28179
- z.lazy(() => OneHundredAndTwentySeven$outboundSchema),
28338
+ z.lazy(() => OneHundredAndTwenty$outboundSchema),
28180
28339
  z.lazy(() => OneHundredAndTwentyEight$outboundSchema),
28181
28340
  z.lazy(() => OneHundredAndTwentyNine$outboundSchema),
28182
- z.lazy(() => OneHundredAndThirtySix$outboundSchema),
28183
- z.lazy(() => OneHundredAndForty$outboundSchema),
28341
+ z.lazy(() => OneHundredAndThirty$outboundSchema),
28342
+ z.lazy(() => OneHundredAndThirtySeven$outboundSchema),
28184
28343
  z.lazy(() => OneHundredAndFortyOne$outboundSchema),
28185
28344
  z.lazy(() => OneHundredAndFortyTwo$outboundSchema),
28345
+ z.lazy(() => OneHundredAndFortyThree$outboundSchema),
28186
28346
  z.lazy(() => Five$outboundSchema),
28187
28347
  z.lazy(() => Eight$outboundSchema),
28188
28348
  z.lazy(() => Ten$outboundSchema),
@@ -28216,14 +28376,14 @@ export const UserEvent$outboundSchema: z.ZodType<
28216
28376
  z.lazy(() => NinetyTwo$outboundSchema),
28217
28377
  z.lazy(() => OneHundredAndFive$outboundSchema),
28218
28378
  z.lazy(() => OneHundredAndEight$outboundSchema),
28219
- z.lazy(() => OneHundredAndSeventeen$outboundSchema),
28220
- z.lazy(() => OneHundredAndTwentyFour$outboundSchema),
28221
- z.lazy(() => OneHundredAndThirtyOne$outboundSchema),
28222
- z.lazy(() => OneHundredAndThirtyThree$outboundSchema),
28379
+ z.lazy(() => OneHundredAndEighteen$outboundSchema),
28380
+ z.lazy(() => OneHundredAndTwentyFive$outboundSchema),
28381
+ z.lazy(() => OneHundredAndThirtyTwo$outboundSchema),
28223
28382
  z.lazy(() => OneHundredAndThirtyFour$outboundSchema),
28224
- z.lazy(() => OneHundredAndThirtySeven$outboundSchema),
28225
- z.lazy(() => OneHundredAndFortyFour$outboundSchema),
28383
+ z.lazy(() => OneHundredAndThirtyFive$outboundSchema),
28384
+ z.lazy(() => OneHundredAndThirtyEight$outboundSchema),
28226
28385
  z.lazy(() => OneHundredAndFortyFive$outboundSchema),
28386
+ z.lazy(() => OneHundredAndFortySix$outboundSchema),
28227
28387
  z.lazy(() => Two$outboundSchema),
28228
28388
  z.lazy(() => Six$outboundSchema),
28229
28389
  z.lazy(() => Eleven$outboundSchema),
@@ -28236,12 +28396,12 @@ export const UserEvent$outboundSchema: z.ZodType<
28236
28396
  z.lazy(() => SeventyFive$outboundSchema),
28237
28397
  z.lazy(() => NinetyFour$outboundSchema),
28238
28398
  z.lazy(() => OneHundredAndTwo$outboundSchema),
28239
- z.lazy(() => OneHundredAndTwentyFive$outboundSchema),
28240
28399
  z.lazy(() => OneHundredAndTwentySix$outboundSchema),
28241
- z.lazy(() => OneHundredAndThirtyTwo$outboundSchema),
28242
- z.lazy(() => OneHundredAndThirtyFive$outboundSchema),
28243
- z.lazy(() => OneHundredAndThirtyEight$outboundSchema),
28244
- z.lazy(() => OneHundredAndFortySix$outboundSchema),
28400
+ z.lazy(() => OneHundredAndTwentySeven$outboundSchema),
28401
+ z.lazy(() => OneHundredAndThirtyThree$outboundSchema),
28402
+ z.lazy(() => OneHundredAndThirtySix$outboundSchema),
28403
+ z.lazy(() => OneHundredAndThirtyNine$outboundSchema),
28404
+ z.lazy(() => OneHundredAndFortySeven$outboundSchema),
28245
28405
  z.lazy(() => Thirty$outboundSchema),
28246
28406
  z.lazy(() => FortyTwo$outboundSchema),
28247
28407
  z.lazy(() => FiftyNine$outboundSchema),
@@ -28253,19 +28413,19 @@ export const UserEvent$outboundSchema: z.ZodType<
28253
28413
  z.lazy(() => SixtyFive$outboundSchema),
28254
28414
  z.lazy(() => NinetyEight$outboundSchema),
28255
28415
  z.lazy(() => OneHundredAndFour$outboundSchema),
28256
- z.lazy(() => OneHundredAndTwentyOne$outboundSchema),
28257
28416
  z.lazy(() => OneHundredAndTwentyTwo$outboundSchema),
28258
28417
  z.lazy(() => OneHundredAndTwentyThree$outboundSchema),
28259
- z.lazy(() => OneHundredAndFortySeven$outboundSchema),
28418
+ z.lazy(() => OneHundredAndTwentyFour$outboundSchema),
28419
+ z.lazy(() => OneHundredAndFortyEight$outboundSchema),
28260
28420
  z.lazy(() => SixtyFour$outboundSchema),
28261
28421
  z.lazy(() => SixtySeven$outboundSchema),
28262
28422
  z.lazy(() => SeventyThree$outboundSchema),
28263
28423
  z.lazy(() => OneHundredAndThree$outboundSchema),
28264
- z.lazy(() => OneHundredAndTwenty$outboundSchema),
28424
+ z.lazy(() => OneHundredAndTwentyOne$outboundSchema),
28265
28425
  z.lazy(() => FiftySix$outboundSchema),
28266
- z.lazy(() => SixtyEight$outboundSchema),
28267
28426
  z.lazy(() => Seven$outboundSchema),
28268
28427
  z.lazy(() => ThirtySeven$outboundSchema),
28428
+ z.lazy(() => SixtyEight$outboundSchema),
28269
28429
  z.lazy(() => FiftySeven$outboundSchema),
28270
28430
  ]).optional(),
28271
28431
  });