@vercel/sdk 1.7.1 → 1.7.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 (286) hide show
  1. package/README.md +40 -31
  2. package/bin/mcp-server.js +2906 -2077
  3. package/bin/mcp-server.js.map +41 -25
  4. package/docs/sdks/domains/README.md +0 -94
  5. package/docs/sdks/logs/README.md +92 -0
  6. package/docs/sdks/vercel/README.md +390 -0
  7. package/esm/__tests__/accessgroups.test.js +0 -144
  8. package/esm/__tests__/accessgroups.test.js.map +1 -1
  9. package/esm/__tests__/aliases.test.js +0 -43
  10. package/esm/__tests__/aliases.test.js.map +1 -1
  11. package/esm/__tests__/artifacts.test.js +0 -20
  12. package/esm/__tests__/artifacts.test.js.map +1 -1
  13. package/esm/__tests__/authentication.test.js +0 -71
  14. package/esm/__tests__/authentication.test.js.map +1 -1
  15. package/esm/__tests__/certs.test.js +0 -27
  16. package/esm/__tests__/certs.test.js.map +1 -1
  17. package/esm/__tests__/checks.test.js +0 -46
  18. package/esm/__tests__/checks.test.js.map +1 -1
  19. package/esm/__tests__/deployments.test.js +0 -209
  20. package/esm/__tests__/deployments.test.js.map +1 -1
  21. package/esm/__tests__/dns.test.js +0 -10
  22. package/esm/__tests__/dns.test.js.map +1 -1
  23. package/esm/__tests__/domains.test.js +3 -161
  24. package/esm/__tests__/domains.test.js.map +1 -1
  25. package/esm/__tests__/edgeconfig.test.js +0 -71
  26. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  27. package/esm/__tests__/environment.test.js +0 -34
  28. package/esm/__tests__/environment.test.js.map +1 -1
  29. package/esm/__tests__/integrations.test.js +0 -23
  30. package/esm/__tests__/integrations.test.js.map +1 -1
  31. package/esm/__tests__/logdrains.test.js +0 -114
  32. package/esm/__tests__/logdrains.test.js.map +1 -1
  33. package/esm/__tests__/logs.test.d.ts +2 -0
  34. package/esm/__tests__/logs.test.d.ts.map +1 -0
  35. package/esm/__tests__/logs.test.js +22 -0
  36. package/esm/__tests__/logs.test.js.map +1 -0
  37. package/esm/__tests__/marketplace.test.js +0 -49
  38. package/esm/__tests__/marketplace.test.js.map +1 -1
  39. package/esm/__tests__/projectmembers.test.js +0 -6
  40. package/esm/__tests__/projectmembers.test.js.map +1 -1
  41. package/esm/__tests__/projects.test.js +0 -459
  42. package/esm/__tests__/projects.test.js.map +1 -1
  43. package/esm/__tests__/security.test.js +0 -274
  44. package/esm/__tests__/security.test.js.map +1 -1
  45. package/esm/__tests__/teams.test.js +0 -92
  46. package/esm/__tests__/teams.test.js.map +1 -1
  47. package/esm/__tests__/user.test.js +0 -8
  48. package/esm/__tests__/user.test.js.map +1 -1
  49. package/esm/__tests__/vercel.test.js +69 -1
  50. package/esm/__tests__/vercel.test.js.map +1 -1
  51. package/esm/__tests__/webhooks.test.js +0 -94
  52. package/esm/__tests__/webhooks.test.js.map +1 -1
  53. package/esm/funcs/deleteProjectsProjectIdLogsPresetsId.d.ts +12 -0
  54. package/esm/funcs/deleteProjectsProjectIdLogsPresetsId.d.ts.map +1 -0
  55. package/esm/funcs/deleteProjectsProjectIdLogsPresetsId.js +80 -0
  56. package/esm/funcs/deleteProjectsProjectIdLogsPresetsId.js.map +1 -0
  57. package/esm/funcs/deploymentsUploadFile.js +1 -0
  58. package/esm/funcs/deploymentsUploadFile.js.map +1 -1
  59. package/esm/funcs/getProjectsProjectIdLogsPresets.d.ts +13 -0
  60. package/esm/funcs/getProjectsProjectIdLogsPresets.d.ts.map +1 -0
  61. package/esm/funcs/getProjectsProjectIdLogsPresets.js +77 -0
  62. package/esm/funcs/getProjectsProjectIdLogsPresets.js.map +1 -0
  63. package/esm/funcs/logsGetRuntimeLogs.d.ts +18 -0
  64. package/esm/funcs/logsGetRuntimeLogs.d.ts.map +1 -0
  65. package/esm/funcs/{domainsCreateOrTransferDomain.js → logsGetRuntimeLogs.js} +26 -16
  66. package/esm/funcs/logsGetRuntimeLogs.js.map +1 -0
  67. package/esm/funcs/patchProjectsProjectIdLogsPresetsId.d.ts +14 -0
  68. package/esm/funcs/patchProjectsProjectIdLogsPresetsId.d.ts.map +1 -0
  69. package/esm/funcs/patchProjectsProjectIdLogsPresetsId.js +82 -0
  70. package/esm/funcs/patchProjectsProjectIdLogsPresetsId.js.map +1 -0
  71. package/esm/funcs/postDomains.d.ts +13 -0
  72. package/esm/funcs/postDomains.d.ts.map +1 -0
  73. package/esm/funcs/postDomains.js +73 -0
  74. package/esm/funcs/postDomains.js.map +1 -0
  75. package/esm/funcs/postProjectsProjectIdLogsPresets.d.ts +13 -0
  76. package/esm/funcs/postProjectsProjectIdLogsPresets.d.ts.map +1 -0
  77. package/esm/funcs/postProjectsProjectIdLogsPresets.js +77 -0
  78. package/esm/funcs/postProjectsProjectIdLogsPresets.js.map +1 -0
  79. package/esm/funcs/projectsRequestPromote.js +1 -0
  80. package/esm/funcs/projectsRequestPromote.js.map +1 -1
  81. package/esm/lib/config.d.ts +3 -3
  82. package/esm/lib/config.js +3 -3
  83. package/esm/lib/config.js.map +1 -1
  84. package/esm/mcp-server/mcp-server.js +1 -1
  85. package/esm/mcp-server/server.d.ts.map +1 -1
  86. package/esm/mcp-server/server.js +13 -3
  87. package/esm/mcp-server/server.js.map +1 -1
  88. package/esm/mcp-server/tools/deleteProjectsProjectIdLogsPresetsId.d.ts +7 -0
  89. package/esm/mcp-server/tools/deleteProjectsProjectIdLogsPresetsId.d.ts.map +1 -0
  90. package/esm/mcp-server/tools/deleteProjectsProjectIdLogsPresetsId.js +25 -0
  91. package/esm/mcp-server/tools/deleteProjectsProjectIdLogsPresetsId.js.map +1 -0
  92. package/esm/mcp-server/tools/getProjectsProjectIdLogsPresets.d.ts +7 -0
  93. package/esm/mcp-server/tools/getProjectsProjectIdLogsPresets.d.ts.map +1 -0
  94. package/esm/mcp-server/tools/getProjectsProjectIdLogsPresets.js +26 -0
  95. package/esm/mcp-server/tools/getProjectsProjectIdLogsPresets.js.map +1 -0
  96. package/esm/mcp-server/tools/logsGetRuntimeLogs.d.ts +7 -0
  97. package/esm/mcp-server/tools/logsGetRuntimeLogs.d.ts.map +1 -0
  98. package/esm/mcp-server/tools/logsGetRuntimeLogs.js +28 -0
  99. package/esm/mcp-server/tools/logsGetRuntimeLogs.js.map +1 -0
  100. package/esm/mcp-server/tools/patchProjectsProjectIdLogsPresetsId.d.ts +7 -0
  101. package/esm/mcp-server/tools/patchProjectsProjectIdLogsPresetsId.d.ts.map +1 -0
  102. package/esm/mcp-server/tools/patchProjectsProjectIdLogsPresetsId.js +26 -0
  103. package/esm/mcp-server/tools/patchProjectsProjectIdLogsPresetsId.js.map +1 -0
  104. package/esm/mcp-server/tools/postDomains.d.ts +7 -0
  105. package/esm/mcp-server/tools/postDomains.d.ts.map +1 -0
  106. package/esm/mcp-server/tools/postDomains.js +26 -0
  107. package/esm/mcp-server/tools/postDomains.js.map +1 -0
  108. package/esm/mcp-server/tools/postProjectsProjectIdLogsPresets.d.ts +7 -0
  109. package/esm/mcp-server/tools/postProjectsProjectIdLogsPresets.d.ts.map +1 -0
  110. package/esm/mcp-server/tools/postProjectsProjectIdLogsPresets.js +26 -0
  111. package/esm/mcp-server/tools/postProjectsProjectIdLogsPresets.js.map +1 -0
  112. package/esm/models/authuser.d.ts +0 -5
  113. package/esm/models/authuser.d.ts.map +1 -1
  114. package/esm/models/authuser.js +0 -2
  115. package/esm/models/authuser.js.map +1 -1
  116. package/esm/models/createdeploymentop.d.ts +28 -28
  117. package/esm/models/createdeploymentop.d.ts.map +1 -1
  118. package/esm/models/createdeploymentop.js +12 -12
  119. package/esm/models/createdeploymentop.js.map +1 -1
  120. package/esm/models/createprojectop.d.ts +4 -0
  121. package/esm/models/createprojectop.d.ts.map +1 -1
  122. package/esm/models/createprojectop.js +4 -0
  123. package/esm/models/createprojectop.js.map +1 -1
  124. package/esm/models/createrecordop.d.ts +43 -43
  125. package/esm/models/createrecordop.d.ts.map +1 -1
  126. package/esm/models/createrecordop.js +51 -51
  127. package/esm/models/createrecordop.js.map +1 -1
  128. package/esm/models/deleteprojectsprojectidlogspresetsidop.d.ts +37 -0
  129. package/esm/models/deleteprojectsprojectidlogspresetsidop.d.ts.map +1 -0
  130. package/esm/models/deleteprojectsprojectidlogspresetsidop.js +33 -0
  131. package/esm/models/deleteprojectsprojectidlogspresetsidop.js.map +1 -0
  132. package/esm/models/getdomainop.d.ts +8 -8
  133. package/esm/models/getdomainop.d.ts.map +1 -1
  134. package/esm/models/getdomainop.js +12 -13
  135. package/esm/models/getdomainop.js.map +1 -1
  136. package/esm/models/getprojectsop.d.ts +4 -0
  137. package/esm/models/getprojectsop.d.ts.map +1 -1
  138. package/esm/models/getprojectsop.js +4 -0
  139. package/esm/models/getprojectsop.js.map +1 -1
  140. package/esm/models/getprojectsprojectidlogspresetsop.d.ts +29 -0
  141. package/esm/models/getprojectsprojectidlogspresetsop.d.ts.map +1 -0
  142. package/esm/models/getprojectsprojectidlogspresetsop.js +31 -0
  143. package/esm/models/getprojectsprojectidlogspresetsop.js.map +1 -0
  144. package/esm/models/getruntimelogsop.d.ts +147 -0
  145. package/esm/models/getruntimelogsop.d.ts.map +1 -0
  146. package/esm/models/getruntimelogsop.js +122 -0
  147. package/esm/models/getruntimelogsop.js.map +1 -0
  148. package/esm/models/getteamsop.d.ts +5 -12
  149. package/esm/models/getteamsop.d.ts.map +1 -1
  150. package/esm/models/getteamsop.js +5 -4
  151. package/esm/models/getteamsop.js.map +1 -1
  152. package/esm/models/patchprojectsprojectidlogspresetsidop.d.ts +67 -0
  153. package/esm/models/patchprojectsprojectidlogspresetsidop.d.ts.map +1 -0
  154. package/esm/models/patchprojectsprojectidlogspresetsidop.js +69 -0
  155. package/esm/models/patchprojectsprojectidlogspresetsidop.js.map +1 -0
  156. package/esm/models/postdomainsop.d.ts +353 -0
  157. package/esm/models/postdomainsop.d.ts.map +1 -0
  158. package/esm/models/postdomainsop.js +265 -0
  159. package/esm/models/postdomainsop.js.map +1 -0
  160. package/esm/models/postprojectsprojectidlogspresetsop.d.ts +95 -0
  161. package/esm/models/postprojectsprojectidlogspresetsop.d.ts.map +1 -0
  162. package/esm/models/postprojectsprojectidlogspresetsop.js +90 -0
  163. package/esm/models/postprojectsprojectidlogspresetsop.js.map +1 -0
  164. package/esm/models/requestpromoteop.d.ts +5 -0
  165. package/esm/models/requestpromoteop.d.ts.map +1 -1
  166. package/esm/models/requestpromoteop.js +2 -0
  167. package/esm/models/requestpromoteop.js.map +1 -1
  168. package/esm/models/team.d.ts +78 -0
  169. package/esm/models/team.d.ts.map +1 -0
  170. package/esm/models/team.js +80 -0
  171. package/esm/models/team.js.map +1 -0
  172. package/esm/models/teamlimited.d.ts +13 -13
  173. package/esm/models/teamlimited.d.ts.map +1 -1
  174. package/esm/models/teamlimited.js +6 -6
  175. package/esm/models/teamlimited.js.map +1 -1
  176. package/esm/models/updateprojectdatacacheop.d.ts +4 -0
  177. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  178. package/esm/models/updateprojectdatacacheop.js +4 -0
  179. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  180. package/esm/models/updateprojectop.d.ts +4 -0
  181. package/esm/models/updateprojectop.d.ts.map +1 -1
  182. package/esm/models/updateprojectop.js +4 -0
  183. package/esm/models/updateprojectop.js.map +1 -1
  184. package/esm/models/updateprojectprotectionbypassop.d.ts +2 -0
  185. package/esm/models/updateprojectprotectionbypassop.d.ts.map +1 -1
  186. package/esm/models/updateprojectprotectionbypassop.js +2 -0
  187. package/esm/models/updateprojectprotectionbypassop.js.map +1 -1
  188. package/esm/models/uploadfileop.d.ts +5 -0
  189. package/esm/models/uploadfileop.d.ts.map +1 -1
  190. package/esm/models/uploadfileop.js +4 -0
  191. package/esm/models/uploadfileop.js.map +1 -1
  192. package/esm/models/userevent.d.ts +1104 -983
  193. package/esm/models/userevent.d.ts.map +1 -1
  194. package/esm/models/userevent.js +1426 -1322
  195. package/esm/models/userevent.js.map +1 -1
  196. package/esm/sdk/domains.d.ts +0 -8
  197. package/esm/sdk/domains.d.ts.map +1 -1
  198. package/esm/sdk/domains.js +0 -10
  199. package/esm/sdk/domains.js.map +1 -1
  200. package/esm/sdk/logs.d.ts +12 -0
  201. package/esm/sdk/logs.d.ts.map +1 -0
  202. package/esm/sdk/logs.js +18 -0
  203. package/esm/sdk/logs.js.map +1 -0
  204. package/esm/sdk/sdk.d.ts +15 -1
  205. package/esm/sdk/sdk.d.ts.map +1 -1
  206. package/esm/sdk/sdk.js +25 -0
  207. package/esm/sdk/sdk.js.map +1 -1
  208. package/jsr.json +1 -1
  209. package/package.json +1 -1
  210. package/src/__tests__/accessgroups.test.ts +0 -144
  211. package/src/__tests__/aliases.test.ts +0 -43
  212. package/src/__tests__/artifacts.test.ts +0 -22
  213. package/src/__tests__/authentication.test.ts +0 -71
  214. package/src/__tests__/certs.test.ts +0 -27
  215. package/src/__tests__/checks.test.ts +0 -46
  216. package/src/__tests__/deployments.test.ts +0 -211
  217. package/src/__tests__/dns.test.ts +0 -10
  218. package/src/__tests__/domains.test.ts +5 -163
  219. package/src/__tests__/edgeconfig.test.ts +0 -71
  220. package/src/__tests__/environment.test.ts +0 -34
  221. package/src/__tests__/integrations.test.ts +0 -23
  222. package/src/__tests__/logdrains.test.ts +0 -114
  223. package/src/__tests__/logs.test.ts +25 -0
  224. package/src/__tests__/marketplace.test.ts +0 -49
  225. package/src/__tests__/projectmembers.test.ts +0 -6
  226. package/src/__tests__/projects.test.ts +0 -459
  227. package/src/__tests__/security.test.ts +0 -274
  228. package/src/__tests__/teams.test.ts +0 -92
  229. package/src/__tests__/user.test.ts +0 -8
  230. package/src/__tests__/vercel.test.ts +93 -1
  231. package/src/__tests__/webhooks.test.ts +0 -94
  232. package/src/funcs/deleteProjectsProjectIdLogsPresetsId.ts +179 -0
  233. package/src/funcs/deploymentsUploadFile.ts +5 -0
  234. package/src/funcs/getProjectsProjectIdLogsPresets.ts +174 -0
  235. package/src/funcs/{domainsCreateOrTransferDomain.ts → logsGetRuntimeLogs.ts} +39 -33
  236. package/src/funcs/patchProjectsProjectIdLogsPresetsId.ts +188 -0
  237. package/src/funcs/postDomains.ts +177 -0
  238. package/src/funcs/postProjectsProjectIdLogsPresets.ts +174 -0
  239. package/src/funcs/projectsRequestPromote.ts +1 -0
  240. package/src/lib/config.ts +3 -3
  241. package/src/mcp-server/mcp-server.ts +1 -1
  242. package/src/mcp-server/server.ts +13 -3
  243. package/src/mcp-server/tools/deleteProjectsProjectIdLogsPresetsId.ts +35 -0
  244. package/src/mcp-server/tools/getProjectsProjectIdLogsPresets.ts +36 -0
  245. package/src/mcp-server/tools/logsGetRuntimeLogs.ts +37 -0
  246. package/src/mcp-server/tools/patchProjectsProjectIdLogsPresetsId.ts +37 -0
  247. package/src/mcp-server/tools/postDomains.ts +35 -0
  248. package/src/mcp-server/tools/postProjectsProjectIdLogsPresets.ts +37 -0
  249. package/src/models/authuser.ts +0 -7
  250. package/src/models/createdeploymentop.ts +16 -16
  251. package/src/models/createprojectop.ts +8 -0
  252. package/src/models/createrecordop.ts +96 -84
  253. package/src/models/deleteprojectsprojectidlogspresetsidop.ts +89 -0
  254. package/src/models/getdomainop.ts +16 -14
  255. package/src/models/getprojectsop.ts +8 -0
  256. package/src/models/getprojectsprojectidlogspresetsop.ts +72 -0
  257. package/src/models/getruntimelogsop.ts +237 -0
  258. package/src/models/getteamsop.ts +14 -10
  259. package/src/models/patchprojectsprojectidlogspresetsidop.ts +180 -0
  260. package/src/models/postdomainsop.ts +637 -0
  261. package/src/models/postprojectsprojectidlogspresetsop.ts +217 -0
  262. package/src/models/requestpromoteop.ts +7 -0
  263. package/src/models/team.ts +156 -0
  264. package/src/models/teamlimited.ts +13 -13
  265. package/src/models/updateprojectdatacacheop.ts +8 -0
  266. package/src/models/updateprojectop.ts +8 -0
  267. package/src/models/updateprojectprotectionbypassop.ts +4 -0
  268. package/src/models/uploadfileop.ts +9 -0
  269. package/src/models/userevent.ts +2504 -2287
  270. package/src/sdk/domains.ts +0 -22
  271. package/src/sdk/logs.ts +30 -0
  272. package/src/sdk/sdk.ts +77 -1
  273. package/vercel-spec.json +874 -309
  274. package/esm/funcs/domainsCreateOrTransferDomain.d.ts +0 -19
  275. package/esm/funcs/domainsCreateOrTransferDomain.d.ts.map +0 -1
  276. package/esm/funcs/domainsCreateOrTransferDomain.js.map +0 -1
  277. package/esm/mcp-server/tools/domainsCreateOrTransferDomain.d.ts +0 -7
  278. package/esm/mcp-server/tools/domainsCreateOrTransferDomain.d.ts.map +0 -1
  279. package/esm/mcp-server/tools/domainsCreateOrTransferDomain.js +0 -28
  280. package/esm/mcp-server/tools/domainsCreateOrTransferDomain.js.map +0 -1
  281. package/esm/models/createortransferdomainop.d.ts +0 -388
  282. package/esm/models/createortransferdomainop.d.ts.map +0 -1
  283. package/esm/models/createortransferdomainop.js +0 -310
  284. package/esm/models/createortransferdomainop.js.map +0 -1
  285. package/src/mcp-server/tools/domainsCreateOrTransferDomain.ts +0 -37
  286. package/src/models/createortransferdomainop.ts +0 -777
@@ -53,9 +53,9 @@ export type Entities = {
53
53
  * Metadata for {@link userId}.
54
54
  */
55
55
  export type User = {
56
+ username: string;
56
57
  avatar: string;
57
58
  email: string;
58
- username: string;
59
59
  slug?: string | undefined;
60
60
  uid: string;
61
61
  };
@@ -139,7 +139,7 @@ export type AuthMethod = ClosedEnum<typeof AuthMethod>;
139
139
  /**
140
140
  * The payload of the event, if requested.
141
141
  */
142
- export type OneHundredAndFortyEight = {
142
+ export type OneHundredAndFifty = {
143
143
  grantType: GrantType;
144
144
  appName: string;
145
145
  /**
@@ -153,11 +153,11 @@ export type OneHundredAndFortyEight = {
153
153
  scope: string;
154
154
  authMethod: AuthMethod;
155
155
  };
156
- export type UserEventPayload147Team = {
156
+ export type UserEventPayload149Team = {
157
157
  id: string;
158
158
  name: string;
159
159
  };
160
- export type UserEventPayload147Configuration = {
160
+ export type UserEventPayload149Configuration = {
161
161
  id: string;
162
162
  name?: string | undefined;
163
163
  };
@@ -168,17 +168,17 @@ export type UserEventPayloadPeering = {
168
168
  /**
169
169
  * The payload of the event, if requested.
170
170
  */
171
- export type OneHundredAndFortySeven = {
172
- team: UserEventPayload147Team;
173
- configuration: UserEventPayload147Configuration;
171
+ export type OneHundredAndFortyNine = {
172
+ team: UserEventPayload149Team;
173
+ configuration: UserEventPayload149Configuration;
174
174
  peering: UserEventPayloadPeering;
175
175
  newName?: string | undefined;
176
176
  };
177
- export type UserEventPayload146Team = {
177
+ export type UserEventPayload148Team = {
178
178
  id: string;
179
179
  name: string;
180
180
  };
181
- export type UserEventPayload146Configuration = {
181
+ export type UserEventPayload148Configuration = {
182
182
  id: string;
183
183
  name?: string | undefined;
184
184
  };
@@ -189,16 +189,16 @@ export type PayloadPeering = {
189
189
  /**
190
190
  * The payload of the event, if requested.
191
191
  */
192
- export type OneHundredAndFortySix = {
193
- team: UserEventPayload146Team;
194
- configuration: UserEventPayload146Configuration;
192
+ export type OneHundredAndFortyEight = {
193
+ team: UserEventPayload148Team;
194
+ configuration: UserEventPayload148Configuration;
195
195
  peering: PayloadPeering;
196
196
  };
197
- export type UserEventPayload145Team = {
197
+ export type UserEventPayload147Team = {
198
198
  id: string;
199
199
  name: string;
200
200
  };
201
- export type UserEventPayload145Configuration = {
201
+ export type UserEventPayload147Configuration = {
202
202
  id: string;
203
203
  name?: string | undefined;
204
204
  };
@@ -211,35 +211,35 @@ export type Peering = {
211
211
  /**
212
212
  * The payload of the event, if requested.
213
213
  */
214
- export type OneHundredAndFortyFive = {
215
- team: UserEventPayload145Team;
216
- configuration: UserEventPayload145Configuration;
214
+ export type OneHundredAndFortySeven = {
215
+ team: UserEventPayload147Team;
216
+ configuration: UserEventPayload147Configuration;
217
217
  peering: Peering;
218
218
  };
219
219
  /**
220
220
  * The payload of the event, if requested.
221
221
  */
222
- export type OneHundredAndFortyFour = {
222
+ export type OneHundredAndFortySix = {
223
223
  appName: string;
224
224
  };
225
225
  /**
226
226
  * The payload of the event, if requested.
227
227
  */
228
- export type OneHundredAndFortyThree = {
228
+ export type OneHundredAndFortyFive = {
229
229
  appName: string;
230
230
  nextScopes: Array<string>;
231
231
  };
232
232
  /**
233
233
  * The payload of the event, if requested.
234
234
  */
235
- export type OneHundredAndFortyTwo = {
235
+ export type OneHundredAndFortyFour = {
236
236
  appName: string;
237
237
  scopes: Array<string>;
238
238
  };
239
239
  /**
240
240
  * The payload of the event, if requested.
241
241
  */
242
- export type OneHundredAndFortyOne = {
242
+ export type OneHundredAndFortyThree = {
243
243
  oldName: string;
244
244
  newName: string;
245
245
  };
@@ -251,7 +251,7 @@ export type Tier = ClosedEnum<typeof Tier>;
251
251
  /**
252
252
  * The payload of the event, if requested.
253
253
  */
254
- export type OneHundredAndForty = {
254
+ export type OneHundredAndFortyTwo = {
255
255
  tier: Tier;
256
256
  };
257
257
  export type ProjectWebAnalytics = {
@@ -271,7 +271,7 @@ export type PrevProjectWebAnalytics = {
271
271
  /**
272
272
  * The payload of the event, if requested.
273
273
  */
274
- export type OneHundredAndThirtyNine = {
274
+ export type OneHundredAndFortyOne = {
275
275
  projectId: string;
276
276
  projectName: string;
277
277
  projectWebAnalytics?: ProjectWebAnalytics | undefined;
@@ -309,7 +309,7 @@ export type Microfrontends1 = {
309
309
  routeObservabilityToThisProject?: boolean | undefined;
310
310
  };
311
311
  export type Microfrontends = Microfrontends2 | Microfrontends1;
312
- export type UserEventPayload138Project = {
312
+ export type UserEventPayload140Project = {
313
313
  id: string;
314
314
  name: string;
315
315
  microfrontends?: Microfrontends2 | Microfrontends1 | undefined;
@@ -346,11 +346,11 @@ export type UserEventMicrofrontends1 = {
346
346
  routeObservabilityToThisProject?: boolean | undefined;
347
347
  };
348
348
  export type PayloadMicrofrontends = UserEventMicrofrontends2 | UserEventMicrofrontends1;
349
- export type UserEventPayload138PrevProject = {
349
+ export type UserEventPayload140PrevProject = {
350
350
  microfrontends?: UserEventMicrofrontends2 | UserEventMicrofrontends1 | undefined;
351
351
  };
352
352
  export type PayloadPrev = {
353
- project: UserEventPayload138PrevProject;
353
+ project: UserEventPayload140PrevProject;
354
354
  };
355
355
  export type PayloadGroup = {
356
356
  id: string;
@@ -360,12 +360,12 @@ export type PayloadGroup = {
360
360
  /**
361
361
  * The payload of the event, if requested.
362
362
  */
363
- export type OneHundredAndThirtyEight = {
364
- project: UserEventPayload138Project;
363
+ export type OneHundredAndForty = {
364
+ project: UserEventPayload140Project;
365
365
  prev: PayloadPrev;
366
366
  group: PayloadGroup;
367
367
  };
368
- export type UserEventPayload137Project = {
368
+ export type UserEventPayload139Project = {
369
369
  id: string;
370
370
  name: string;
371
371
  };
@@ -377,8 +377,8 @@ export type Group = {
377
377
  /**
378
378
  * The payload of the event, if requested.
379
379
  */
380
- export type OneHundredAndThirtySeven = {
381
- project: UserEventPayload137Project;
380
+ export type OneHundredAndThirtyNine = {
381
+ project: UserEventPayload139Project;
382
382
  group: Group;
383
383
  };
384
384
  export type Prev = {
@@ -388,7 +388,7 @@ export type Prev = {
388
388
  /**
389
389
  * The payload of the event, if requested.
390
390
  */
391
- export type OneHundredAndThirtySix = {
391
+ export type OneHundredAndThirtyEight = {
392
392
  id: string;
393
393
  slug: string;
394
394
  name: string;
@@ -397,7 +397,7 @@ export type OneHundredAndThirtySix = {
397
397
  /**
398
398
  * The payload of the event, if requested.
399
399
  */
400
- export type OneHundredAndThirtyFive = {
400
+ export type OneHundredAndThirtySeven = {
401
401
  id: string;
402
402
  slug: string;
403
403
  name: string;
@@ -405,7 +405,7 @@ export type OneHundredAndThirtyFive = {
405
405
  /**
406
406
  * The payload of the event, if requested.
407
407
  */
408
- export type OneHundredAndThirtyFour = {
408
+ export type OneHundredAndThirtySix = {
409
409
  edgeConfigId: string;
410
410
  edgeConfigSlug: string;
411
411
  /**
@@ -416,7 +416,7 @@ export type OneHundredAndThirtyFour = {
416
416
  /**
417
417
  * The payload of the event, if requested.
418
418
  */
419
- export type OneHundredAndThirtyThree = {
419
+ export type OneHundredAndThirtyFive = {
420
420
  edgeConfigId: string;
421
421
  edgeConfigSlug: string;
422
422
  edgeConfigTokenId: string;
@@ -425,20 +425,20 @@ export type OneHundredAndThirtyThree = {
425
425
  /**
426
426
  * The payload of the event, if requested.
427
427
  */
428
- export type OneHundredAndThirtyTwo = {
428
+ export type OneHundredAndThirtyFour = {
429
429
  edgeConfigId: string;
430
430
  edgeConfigSlug: string;
431
431
  edgeConfigDigest: string;
432
432
  };
433
- export declare const UserEventPayload131Role: {
433
+ export declare const UserEventPayload133Role: {
434
434
  readonly Admin: "ADMIN";
435
435
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
436
436
  readonly ProjectViewer: "PROJECT_VIEWER";
437
437
  };
438
- export type UserEventPayload131Role = ClosedEnum<typeof UserEventPayload131Role>;
439
- export type UserEventPayload131Project = {
438
+ export type UserEventPayload133Role = ClosedEnum<typeof UserEventPayload133Role>;
439
+ export type UserEventPayload133Project = {
440
440
  name: string;
441
- role: UserEventPayload131Role;
441
+ role: UserEventPayload133Role;
442
442
  invitedUserName: string;
443
443
  id?: string | undefined;
444
444
  invitedUserId?: string | undefined;
@@ -446,40 +446,40 @@ export type UserEventPayload131Project = {
446
446
  /**
447
447
  * The payload of the event, if requested.
448
448
  */
449
- export type OneHundredAndThirtyOne = {
450
- project: UserEventPayload131Project;
449
+ export type OneHundredAndThirtyThree = {
450
+ project: UserEventPayload133Project;
451
451
  };
452
- export type UserEventPayload130Project = {
452
+ export type UserEventPayload132Project = {
453
453
  id: string;
454
454
  name: string;
455
455
  };
456
- export declare const UserEventPayload130Role: {
456
+ export declare const UserEventPayload132Role: {
457
457
  readonly Admin: "ADMIN";
458
458
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
459
459
  readonly ProjectViewer: "PROJECT_VIEWER";
460
460
  };
461
- export type UserEventPayload130Role = ClosedEnum<typeof UserEventPayload130Role>;
462
- export declare const PreviousRole: {
461
+ export type UserEventPayload132Role = ClosedEnum<typeof UserEventPayload132Role>;
462
+ export declare const PayloadPreviousRole: {
463
463
  readonly Admin: "ADMIN";
464
464
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
465
465
  readonly ProjectViewer: "PROJECT_VIEWER";
466
466
  };
467
- export type PreviousRole = ClosedEnum<typeof PreviousRole>;
467
+ export type PayloadPreviousRole = ClosedEnum<typeof PayloadPreviousRole>;
468
468
  export type PayloadProjectMembership = {
469
- role?: UserEventPayload130Role | undefined;
469
+ role?: UserEventPayload132Role | undefined;
470
470
  uid?: string | undefined;
471
471
  createdAt?: number | undefined;
472
472
  username?: string | undefined;
473
- previousRole?: PreviousRole | undefined;
473
+ previousRole?: PayloadPreviousRole | undefined;
474
474
  };
475
475
  /**
476
476
  * The payload of the event, if requested.
477
477
  */
478
- export type OneHundredAndThirty = {
479
- project: UserEventPayload130Project;
478
+ export type OneHundredAndThirtyTwo = {
479
+ project: UserEventPayload132Project;
480
480
  projectMembership: PayloadProjectMembership;
481
481
  };
482
- export type UserEventPayload129Project = {
482
+ export type UserEventPayload131Project = {
483
483
  name: string;
484
484
  id?: string | undefined;
485
485
  };
@@ -498,11 +498,11 @@ export type RemovedMembership = {
498
498
  /**
499
499
  * The payload of the event, if requested.
500
500
  */
501
- export type OneHundredAndTwentyNine = {
502
- project: UserEventPayload129Project;
501
+ export type OneHundredAndThirtyOne = {
502
+ project: UserEventPayload131Project;
503
503
  removedMembership: RemovedMembership;
504
504
  };
505
- export type UserEventPayload128Project = {
505
+ export type UserEventPayload130Project = {
506
506
  name: string;
507
507
  id?: string | undefined;
508
508
  };
@@ -521,14 +521,14 @@ export type ProjectMembership = {
521
521
  /**
522
522
  * The payload of the event, if requested.
523
523
  */
524
- export type OneHundredAndTwentyEight = {
525
- project: UserEventPayload128Project;
524
+ export type OneHundredAndThirty = {
525
+ project: UserEventPayload130Project;
526
526
  projectMembership: ProjectMembership | null;
527
527
  };
528
528
  /**
529
529
  * The payload of the event, if requested.
530
530
  */
531
- export type OneHundredAndTwentySeven = {
531
+ export type OneHundredAndTwentyNine = {
532
532
  previousProjectName: string;
533
533
  newProjectName: string;
534
534
  originAccountName: string;
@@ -537,7 +537,7 @@ export type OneHundredAndTwentySeven = {
537
537
  /**
538
538
  * The payload of the event, if requested.
539
539
  */
540
- export type OneHundredAndTwentySix = {
540
+ export type OneHundredAndTwentyEight = {
541
541
  previousProjectName: string;
542
542
  newProjectName: string;
543
543
  destinationAccountName: string;
@@ -546,7 +546,7 @@ export type OneHundredAndTwentySix = {
546
546
  /**
547
547
  * The payload of the event, if requested.
548
548
  */
549
- export type OneHundredAndTwentyFive = {
549
+ export type OneHundredAndTwentySeven = {
550
550
  projectName: string;
551
551
  destinationAccountName: string | null;
552
552
  transferId?: string | undefined;
@@ -554,7 +554,7 @@ export type OneHundredAndTwentyFive = {
554
554
  /**
555
555
  * The payload of the event, if requested.
556
556
  */
557
- export type OneHundredAndTwentyFour = {
557
+ export type OneHundredAndTwentySix = {
558
558
  projectId: string;
559
559
  projectName: string;
560
560
  originAccountName: string;
@@ -565,7 +565,7 @@ export type OneHundredAndTwentyFour = {
565
565
  /**
566
566
  * The payload of the event, if requested.
567
567
  */
568
- export type OneHundredAndTwentyThree = {
568
+ export type OneHundredAndTwentyFive = {
569
569
  requestedTeamName: string;
570
570
  requestedUserName?: string | undefined;
571
571
  gitUsername?: string | undefined;
@@ -576,7 +576,7 @@ export type OneHundredAndTwentyThree = {
576
576
  /**
577
577
  * The payload of the event, if requested.
578
578
  */
579
- export type OneHundredAndTwentyTwo = {
579
+ export type OneHundredAndTwentyFour = {
580
580
  teamName: string;
581
581
  username?: string | undefined;
582
582
  gitUsername?: string | null | undefined;
@@ -587,7 +587,7 @@ export type OneHundredAndTwentyTwo = {
587
587
  /**
588
588
  * The payload of the event, if requested.
589
589
  */
590
- export type OneHundredAndTwentyOne = {
590
+ export type OneHundredAndTwentyThree = {
591
591
  teamName: string;
592
592
  username?: string | undefined;
593
593
  gitUsername?: string | undefined;
@@ -600,21 +600,21 @@ export type OneHundredAndTwentyOne = {
600
600
  /**
601
601
  * The payload of the event, if requested.
602
602
  */
603
- export type OneHundredAndTwenty = {
603
+ export type OneHundredAndTwentyTwo = {
604
604
  price?: number | undefined;
605
605
  currency?: string | undefined;
606
606
  };
607
607
  /**
608
608
  * The payload of the event, if requested.
609
609
  */
610
- export type OneHundredAndNineteen = {
610
+ export type OneHundredAndTwentyOne = {
611
611
  previewDeploymentSuffix?: string | null | undefined;
612
612
  previousPreviewDeploymentSuffix?: string | null | undefined;
613
613
  };
614
614
  /**
615
615
  * The payload of the event, if requested.
616
616
  */
617
- export type OneHundredAndEighteen = {
617
+ export type OneHundredAndTwenty = {
618
618
  price?: number | undefined;
619
619
  currency?: string | undefined;
620
620
  enabled?: boolean | undefined;
@@ -622,26 +622,26 @@ export type OneHundredAndEighteen = {
622
622
  /**
623
623
  * The payload of the event, if requested.
624
624
  */
625
- export type OneHundredAndSeventeen = {
625
+ export type OneHundredAndNineteen = {
626
626
  username: string;
627
627
  };
628
628
  /**
629
629
  * The payload of the event, if requested.
630
630
  */
631
- export type OneHundredAndSixteen = {
631
+ export type OneHundredAndEighteen = {
632
632
  email: string;
633
633
  prevEmail: string;
634
634
  };
635
635
  /**
636
636
  * The payload of the event, if requested.
637
637
  */
638
- export type OneHundredAndFifteen = {
638
+ export type OneHundredAndSeventeen = {
639
639
  mfaEnabled: boolean;
640
640
  };
641
641
  /**
642
642
  * The payload of the event, if requested.
643
643
  */
644
- export type OneHundredAndFourteen = {
644
+ export type OneHundredAndSixteen = {
645
645
  enabled: boolean;
646
646
  totpVerified: boolean;
647
647
  };
@@ -656,7 +656,7 @@ export type Next = {
656
656
  /**
657
657
  * The payload of the event, if requested.
658
658
  */
659
- export type OneHundredAndThirteen = {
659
+ export type OneHundredAndFifteen = {
660
660
  previous: Previous;
661
661
  next: Next;
662
662
  };
@@ -669,7 +669,7 @@ export type PayloadRemoteCaching = {
669
669
  /**
670
670
  * The payload of the event, if requested.
671
671
  */
672
- export type OneHundredAndTwelve = {
672
+ export type OneHundredAndFourteen = {
673
673
  /**
674
674
  * Represents configuration for remote caching
675
675
  */
@@ -678,31 +678,31 @@ export type OneHundredAndTwelve = {
678
678
  /**
679
679
  * The payload of the event, if requested.
680
680
  */
681
- export type OneHundredAndEleven = {
681
+ export type OneHundredAndThirteen = {
682
682
  slug?: string | undefined;
683
683
  };
684
684
  /**
685
685
  * The payload of the event, if requested.
686
686
  */
687
- export type OneHundredAndTen = {
687
+ export type OneHundredAndTwelve = {
688
688
  name?: string | undefined;
689
689
  };
690
690
  /**
691
691
  * The payload of the event, if requested.
692
692
  */
693
- export type OneHundredAndNine = {
693
+ export type OneHundredAndEleven = {
694
694
  enforced: boolean;
695
695
  };
696
- export type UserEventPayload108User = {
696
+ export type UserEventPayload110User = {
697
697
  id: string;
698
698
  username: string;
699
699
  };
700
700
  /**
701
701
  * The payload of the event, if requested.
702
702
  */
703
- export type OneHundredAndEight = {
703
+ export type OneHundredAndTen = {
704
704
  entitlement: string;
705
- user: UserEventPayload108User;
705
+ user: UserEventPayload110User;
706
706
  previousCanceledAt?: string | undefined;
707
707
  };
708
708
  export type UserEventPayloadUser = {
@@ -712,7 +712,7 @@ export type UserEventPayloadUser = {
712
712
  /**
713
713
  * The payload of the event, if requested.
714
714
  */
715
- export type OneHundredAndSeven = {
715
+ export type OneHundredAndNine = {
716
716
  entitlement: string;
717
717
  user: UserEventPayloadUser;
718
718
  };
@@ -723,7 +723,7 @@ export type UpdatedUser = {
723
723
  /**
724
724
  * The payload of the event, if requested.
725
725
  */
726
- export type OneHundredAndSix = {
726
+ export type OneHundredAndEight = {
727
727
  directoryType?: string | undefined;
728
728
  updatedUser?: UpdatedUser | undefined;
729
729
  role?: string | undefined;
@@ -733,7 +733,7 @@ export type OneHundredAndSix = {
733
733
  /**
734
734
  * The payload of the event, if requested.
735
735
  */
736
- export type OneHundredAndFive = {
736
+ export type OneHundredAndSeven = {
737
737
  role?: string | undefined;
738
738
  uid: string;
739
739
  origin?: string | undefined;
@@ -745,7 +745,7 @@ export type DeletedUser = {
745
745
  /**
746
746
  * The payload of the event, if requested.
747
747
  */
748
- export type OneHundredAndFour = {
748
+ export type OneHundredAndSix = {
749
749
  deletedUser?: DeletedUser | undefined;
750
750
  deletedUid?: string | undefined;
751
751
  githubUsername?: string | null | undefined;
@@ -760,7 +760,7 @@ export type InvitedUser = {
760
760
  /**
761
761
  * The payload of the event, if requested.
762
762
  */
763
- export type OneHundredAndThree = {
763
+ export type OneHundredAndFive = {
764
764
  directoryType?: string | undefined;
765
765
  ssoType?: string | undefined;
766
766
  invitedUser?: InvitedUser | undefined;
@@ -776,7 +776,7 @@ export type Reasons = {
776
776
  /**
777
777
  * The payload of the event, if requested.
778
778
  */
779
- export type OneHundredAndTwo = {
779
+ export type OneHundredAndFour = {
780
780
  slug: string;
781
781
  teamId: string;
782
782
  by: string;
@@ -785,7 +785,7 @@ export type OneHundredAndTwo = {
785
785
  /**
786
786
  * The payload of the event, if requested.
787
787
  */
788
- export type OneHundredAndOne = {
788
+ export type OneHundredAndThree = {
789
789
  slug: string;
790
790
  };
791
791
  export type Store = {
@@ -795,7 +795,7 @@ export type Store = {
795
795
  /**
796
796
  * The payload of the event, if requested.
797
797
  */
798
- export type OneHundred = {
798
+ export type OneHundredAndTwo = {
799
799
  store: Store;
800
800
  ownerId?: string | undefined;
801
801
  };
@@ -807,7 +807,7 @@ export type StoreType = ClosedEnum<typeof StoreType>;
807
807
  /**
808
808
  * The payload of the event, if requested.
809
809
  */
810
- export type NinetyNine = {
810
+ export type OneHundredAndOne = {
811
811
  storeType: StoreType;
812
812
  };
813
813
  export declare const UserEventPayloadType: {
@@ -821,7 +821,7 @@ export type UserEventPayloadType = ClosedEnum<typeof UserEventPayloadType>;
821
821
  /**
822
822
  * The payload of the event, if requested.
823
823
  */
824
- export type NinetyEight = {
824
+ export type OneHundred = {
825
825
  id: string;
826
826
  name?: string | undefined;
827
827
  computeUnitsMax?: number | undefined;
@@ -832,13 +832,13 @@ export type NinetyEight = {
832
832
  /**
833
833
  * The budget type
834
834
  */
835
- export declare const UserEventPayload97Type: {
835
+ export declare const UserEventPayload99Type: {
836
836
  readonly Fixed: "fixed";
837
837
  };
838
838
  /**
839
839
  * The budget type
840
840
  */
841
- export type UserEventPayload97Type = ClosedEnum<typeof UserEventPayload97Type>;
841
+ export type UserEventPayload99Type = ClosedEnum<typeof UserEventPayload99Type>;
842
842
  /**
843
843
  * The acive pricing plan the team is billed with
844
844
  */
@@ -857,7 +857,7 @@ export type BudgetItem = {
857
857
  /**
858
858
  * The budget type
859
859
  */
860
- type: UserEventPayload97Type;
860
+ type: UserEventPayload99Type;
861
861
  /**
862
862
  * Budget amount
863
863
  */
@@ -916,19 +916,19 @@ export type PayloadBudget = {
916
916
  /**
917
917
  * The payload of the event, if requested.
918
918
  */
919
- export type NinetySeven = {
919
+ export type NinetyNine = {
920
920
  budget: PayloadBudget;
921
921
  };
922
922
  /**
923
923
  * The budget type
924
924
  */
925
- export declare const UserEventPayload96Type: {
925
+ export declare const UserEventPayload98Type: {
926
926
  readonly Fixed: "fixed";
927
927
  };
928
928
  /**
929
929
  * The budget type
930
930
  */
931
- export type UserEventPayload96Type = ClosedEnum<typeof UserEventPayload96Type>;
931
+ export type UserEventPayload98Type = ClosedEnum<typeof UserEventPayload98Type>;
932
932
  /**
933
933
  * The acive pricing plan the team is billed with
934
934
  */
@@ -947,7 +947,7 @@ export type Budget = {
947
947
  /**
948
948
  * The budget type
949
949
  */
950
- type: UserEventPayload96Type;
950
+ type: UserEventPayload98Type;
951
951
  /**
952
952
  * Budget amount
953
953
  */
@@ -1000,7 +1000,7 @@ export type Budget = {
1000
1000
  /**
1001
1001
  * The payload of the event, if requested.
1002
1002
  */
1003
- export type NinetySix = {
1003
+ export type NinetyEight = {
1004
1004
  /**
1005
1005
  * Represents a budget for tracking and notifying teams on their spending.
1006
1006
  */
@@ -1009,7 +1009,7 @@ export type NinetySix = {
1009
1009
  /**
1010
1010
  * The payload of the event, if requested.
1011
1011
  */
1012
- export type NinetyFive = {
1012
+ export type NinetySeven = {
1013
1013
  webhookUrl?: string | undefined;
1014
1014
  };
1015
1015
  export type ScalingRules = {
@@ -1019,7 +1019,7 @@ export type ScalingRules = {
1019
1019
  /**
1020
1020
  * The payload of the event, if requested.
1021
1021
  */
1022
- export type NinetyFour = {
1022
+ export type NinetySix = {
1023
1023
  scalingRules: {
1024
1024
  [k: string]: ScalingRules;
1025
1025
  };
@@ -1030,13 +1030,13 @@ export type NinetyFour = {
1030
1030
  /**
1031
1031
  * The payload of the event, if requested.
1032
1032
  */
1033
- export type NinetyThree = {
1033
+ export type NinetyFive = {
1034
1034
  bio: string;
1035
1035
  };
1036
1036
  /**
1037
1037
  * The payload of the event, if requested.
1038
1038
  */
1039
- export type NinetyTwo = {
1039
+ export type NinetyFour = {
1040
1040
  oldName: string;
1041
1041
  newName: string;
1042
1042
  uid?: string | undefined;
@@ -1048,11 +1048,11 @@ export type Name = Name2 | string;
1048
1048
  /**
1049
1049
  * The payload of the event, if requested.
1050
1050
  */
1051
- export type NinetyOne = {
1051
+ export type NinetyThree = {
1052
1052
  uid: string;
1053
1053
  name: Name2 | string;
1054
1054
  };
1055
- export type UserEventPayload90Team = {
1055
+ export type UserEventPayload92Team = {
1056
1056
  id: string;
1057
1057
  name?: string | undefined;
1058
1058
  };
@@ -1062,11 +1062,11 @@ export type PayloadPreviousRule = {
1062
1062
  /**
1063
1063
  * The payload of the event, if requested.
1064
1064
  */
1065
- export type Ninety = {
1066
- team: UserEventPayload90Team;
1065
+ export type NinetyTwo = {
1066
+ team: UserEventPayload92Team;
1067
1067
  previousRule: PayloadPreviousRule;
1068
1068
  };
1069
- export type UserEventPayload89Team = {
1069
+ export type UserEventPayload91Team = {
1070
1070
  id: string;
1071
1071
  name?: string | undefined;
1072
1072
  };
@@ -1079,39 +1079,54 @@ export type NextRule = {
1079
1079
  /**
1080
1080
  * The payload of the event, if requested.
1081
1081
  */
1082
- export type EightyNine = {
1083
- team: UserEventPayload89Team;
1082
+ export type NinetyOne = {
1083
+ team: UserEventPayload91Team;
1084
1084
  previousRule?: PreviousRule | undefined;
1085
1085
  nextRule?: NextRule | undefined;
1086
1086
  };
1087
1087
  /**
1088
1088
  * The payload of the event, if requested.
1089
1089
  */
1090
- export type EightyEight = {
1090
+ export type Ninety = {
1091
1091
  email: string;
1092
1092
  };
1093
1093
  /**
1094
1094
  * The payload of the event, if requested.
1095
1095
  */
1096
- export type EightySeven = {
1096
+ export type EightyNine = {
1097
1097
  email: string;
1098
1098
  verified: boolean;
1099
1099
  };
1100
1100
  /**
1101
1101
  * The payload of the event, if requested.
1102
1102
  */
1103
- export type EightySix = {
1103
+ export type EightyEight = {
1104
1104
  instances: number;
1105
1105
  url: string;
1106
1106
  };
1107
1107
  /**
1108
1108
  * The payload of the event, if requested.
1109
1109
  */
1110
- export type EightyFive = {
1110
+ export type EightySeven = {
1111
1111
  gitProvider: string;
1112
1112
  gitProviderGroupDescriptor: string;
1113
1113
  gitScope: string;
1114
1114
  };
1115
+ /**
1116
+ * The payload of the event, if requested.
1117
+ */
1118
+ export type EightySix = {
1119
+ projectId?: string | undefined;
1120
+ projectName?: string | undefined;
1121
+ newTargetPercentage?: number | undefined;
1122
+ };
1123
+ /**
1124
+ * The payload of the event, if requested.
1125
+ */
1126
+ export type EightyFive = {
1127
+ projectId: string;
1128
+ projectName: string;
1129
+ };
1115
1130
  /**
1116
1131
  * The payload of the event, if requested.
1117
1132
  */
@@ -1733,7 +1748,6 @@ export type PayloadResourceConfig = {
1733
1748
  edgeConfigSize?: number | undefined;
1734
1749
  edgeFunctionMaxSizeBytes?: number | undefined;
1735
1750
  edgeFunctionExecutionTimeoutMs?: number | undefined;
1736
- serverlessFunctionDefaultMaxExecutionTime?: number | undefined;
1737
1751
  serverlessFunctionMaxMemorySize?: number | undefined;
1738
1752
  kvDatabases?: number | undefined;
1739
1753
  postgresDatabases?: number | undefined;
@@ -2204,6 +2218,10 @@ export type OverageMetadata = {
2204
2218
  * Tracks the last time we sent a summary email.
2205
2219
  */
2206
2220
  overageSummaryEmailSentAt?: number | undefined;
2221
+ /**
2222
+ * Tracks the last time we sent a increased on-demand email.
2223
+ */
2224
+ increasedOnDemandEmailSentAt?: number | undefined;
2207
2225
  };
2208
2226
  /**
2209
2227
  * Whether the Vercel Toolbar is enabled for preview deployments.
@@ -3342,7 +3360,7 @@ export type Thirty = {
3342
3360
  buildsEnabled?: boolean | undefined;
3343
3361
  passive?: boolean | undefined;
3344
3362
  };
3345
- export type Team = {
3363
+ export type UserEventPayload29Team = {
3346
3364
  id: string;
3347
3365
  name: string;
3348
3366
  };
@@ -3358,7 +3376,7 @@ export type PayloadProject = {
3358
3376
  * The payload of the event, if requested.
3359
3377
  */
3360
3378
  export type TwentyNine = {
3361
- team: Team;
3379
+ team: UserEventPayload29Team;
3362
3380
  configuration: Configuration;
3363
3381
  project: PayloadProject;
3364
3382
  buildsEnabled?: boolean | undefined;
@@ -3572,14 +3590,26 @@ export type Project = {
3572
3590
  id: string;
3573
3591
  name?: string | undefined;
3574
3592
  };
3593
+ export declare const NextRole: {
3594
+ readonly Admin: "ADMIN";
3595
+ readonly ProjectDeveloper: "PROJECT_DEVELOPER";
3596
+ readonly ProjectViewer: "PROJECT_VIEWER";
3597
+ };
3598
+ export type NextRole = ClosedEnum<typeof NextRole>;
3599
+ export declare const PreviousRole: {
3600
+ readonly Admin: "ADMIN";
3601
+ readonly ProjectDeveloper: "PROJECT_DEVELOPER";
3602
+ readonly ProjectViewer: "PROJECT_VIEWER";
3603
+ };
3604
+ export type PreviousRole = ClosedEnum<typeof PreviousRole>;
3575
3605
  /**
3576
3606
  * The payload of the event, if requested.
3577
3607
  */
3578
3608
  export type Six = {
3579
3609
  accessGroup: UserEventPayload6AccessGroup;
3580
3610
  project: Project;
3581
- nextRole?: string | null | undefined;
3582
- previousRole?: string | undefined;
3611
+ nextRole?: NextRole | null | undefined;
3612
+ previousRole?: PreviousRole | undefined;
3583
3613
  };
3584
3614
  export type UserEventPayloadAccessGroup = {
3585
3615
  id: string;
@@ -3639,7 +3669,7 @@ export type Payload2 = {
3639
3669
  * The payload of the event, if requested.
3640
3670
  */
3641
3671
  export type Payload1 = {};
3642
- export type Payload = Payload1 | Three | Nine | Nineteen | TwentyEight | ThirtyThree | FortyThree | EightyFour | EightyEight | NinetyThree | NinetyFive | NinetySix | NinetySeven | NinetyNine | OneHundredAndOne | OneHundredAndNine | OneHundredAndTen | OneHundredAndEleven | OneHundredAndTwelve | OneHundredAndFifteen | OneHundredAndSeventeen | OneHundredAndThirtyOne | OneHundredAndForty | OneHundredAndFortyFour | Four | Fourteen | Seventeen | Eighteen | TwentyThree | TwentyFive | TwentySix | TwentySeven | ThirtySix | FortyOne | FortyFive | FortyEight | FiftyTwo | FiftyFive | SixtyThree | SixtyNine | Seventy | SeventyOne | SeventySix | EightyOne | EightyTwo | EightyThree | EightySix | EightySeven | Ninety | NinetyOne | OneHundred | OneHundredAndSeven | OneHundredAndThirteen | OneHundredAndFourteen | OneHundredAndSixteen | OneHundredAndNineteen | OneHundredAndTwenty | OneHundredAndTwentyEight | OneHundredAndTwentyNine | OneHundredAndThirty | OneHundredAndThirtySeven | OneHundredAndFortyOne | OneHundredAndFortyTwo | OneHundredAndFortyThree | Five | Eight | Ten | Twelve | Thirteen | TwentyOne | TwentyTwo | TwentyFour | ThirtyOne | ThirtyTwo | ThirtyFour | ThirtyFive | ThirtyEight | ThirtyNine | FortyFour | FortySeven | FortyNine | Fifty | FiftyOne | FiftyThree | FiftyFour | FiftyEight | Sixty | SixtyOne | SeventyTwo | SeventySeven | SeventyEight | Eighty | EightyFive | EightyNine | NinetyTwo | OneHundredAndFive | OneHundredAndEight | OneHundredAndEighteen | OneHundredAndTwentyFive | OneHundredAndThirtyTwo | OneHundredAndThirtyFour | OneHundredAndThirtyFive | OneHundredAndThirtyEight | OneHundredAndFortyFive | OneHundredAndFortySix | Payload2 | Six | Eleven | Fifteen | Sixteen | Twenty | TwentyNine | FortySix | SeventyFour | SeventyFive | NinetyFour | OneHundredAndTwo | OneHundredAndTwentySix | OneHundredAndTwentySeven | OneHundredAndThirtyThree | OneHundredAndThirtySix | OneHundredAndThirtyNine | OneHundredAndFortySeven | Thirty | FortyTwo | FiftyNine | SixtySix | SeventyNine | OneHundredAndSix | Forty | SixtyTwo | SixtyFive | NinetyEight | OneHundredAndFour | OneHundredAndTwentyTwo | OneHundredAndTwentyThree | OneHundredAndTwentyFour | OneHundredAndFortyEight | SixtyFour | SixtySeven | SeventyThree | OneHundredAndThree | OneHundredAndTwentyOne | FiftySix | Seven | ThirtySeven | SixtyEight | FiftySeven;
3672
+ export type Payload = Payload1 | Three | Nine | Nineteen | TwentyEight | ThirtyThree | FortyThree | EightyFour | Ninety | NinetyFive | NinetySeven | NinetyEight | NinetyNine | OneHundredAndOne | OneHundredAndThree | OneHundredAndEleven | OneHundredAndTwelve | OneHundredAndThirteen | OneHundredAndFourteen | OneHundredAndSeventeen | OneHundredAndNineteen | OneHundredAndThirtyThree | OneHundredAndFortyTwo | OneHundredAndFortySix | Four | Fourteen | Seventeen | Eighteen | TwentyThree | TwentyFive | TwentySix | TwentySeven | ThirtySix | FortyOne | FortyFive | FortyEight | FiftyTwo | FiftyFive | SixtyThree | SixtyNine | Seventy | SeventyOne | SeventySix | EightyOne | EightyTwo | EightyThree | EightyFive | EightyEight | EightyNine | NinetyTwo | NinetyThree | OneHundredAndTwo | OneHundredAndNine | OneHundredAndFifteen | OneHundredAndSixteen | OneHundredAndEighteen | OneHundredAndTwentyOne | OneHundredAndTwentyTwo | OneHundredAndThirty | OneHundredAndThirtyOne | OneHundredAndThirtyTwo | OneHundredAndThirtyNine | OneHundredAndFortyThree | OneHundredAndFortyFour | OneHundredAndFortyFive | Five | Eight | Ten | Twelve | Thirteen | TwentyOne | TwentyTwo | TwentyFour | ThirtyOne | ThirtyTwo | ThirtyFour | ThirtyFive | ThirtyEight | ThirtyNine | FortyFour | FortySeven | FortyNine | Fifty | FiftyOne | FiftyThree | FiftyFour | FiftyEight | Sixty | SixtyOne | SeventyTwo | SeventySeven | SeventyEight | Eighty | EightySix | EightySeven | NinetyOne | NinetyFour | OneHundredAndSeven | OneHundredAndTen | OneHundredAndTwenty | OneHundredAndTwentySeven | OneHundredAndThirtyFour | OneHundredAndThirtySix | OneHundredAndThirtySeven | OneHundredAndForty | OneHundredAndFortySeven | OneHundredAndFortyEight | Payload2 | Six | Eleven | Fifteen | Sixteen | Twenty | TwentyNine | FortySix | SeventyFour | SeventyFive | NinetySix | OneHundredAndFour | OneHundredAndTwentyEight | OneHundredAndTwentyNine | OneHundredAndThirtyFive | OneHundredAndThirtyEight | OneHundredAndFortyOne | OneHundredAndFortyNine | Thirty | FortyTwo | FiftyNine | SixtySix | SeventyNine | OneHundredAndEight | Forty | SixtyTwo | SixtyFive | OneHundred | OneHundredAndSix | OneHundredAndTwentyFour | OneHundredAndTwentyFive | OneHundredAndTwentySix | OneHundredAndFifty | SixtyFour | SixtySeven | SeventyThree | OneHundredAndFive | OneHundredAndTwentyThree | FiftySix | Seven | ThirtySeven | SixtyEight | FiftySeven;
3643
3673
  /**
3644
3674
  * Array of events generated by the User.
3645
3675
  */
@@ -3681,7 +3711,7 @@ export type UserEvent = {
3681
3711
  * If the principal delegated its authority (for example, a user delegating to an app), then this array contains the ID of the current actor. For example, if `principalId` is "user123" and `viaIds` is `["app456"]`, we can say the event was triggered by - "app456 on behalf of user123", or - "user123 via app4556". Both are equivalent. Arbitrarily long chains of delegation can be represented. For example, if `principalId` is "user123" and `viaIds` is `["service1", "service2"]`, we can say the event was triggered by "user123 via service1 via service2".
3682
3712
  */
3683
3713
  viaIds?: Array<string> | undefined;
3684
- payload?: Payload1 | Three | Nine | Nineteen | TwentyEight | ThirtyThree | FortyThree | EightyFour | EightyEight | NinetyThree | NinetyFive | NinetySix | NinetySeven | NinetyNine | OneHundredAndOne | OneHundredAndNine | OneHundredAndTen | OneHundredAndEleven | OneHundredAndTwelve | OneHundredAndFifteen | OneHundredAndSeventeen | OneHundredAndThirtyOne | OneHundredAndForty | OneHundredAndFortyFour | Four | Fourteen | Seventeen | Eighteen | TwentyThree | TwentyFive | TwentySix | TwentySeven | ThirtySix | FortyOne | FortyFive | FortyEight | FiftyTwo | FiftyFive | SixtyThree | SixtyNine | Seventy | SeventyOne | SeventySix | EightyOne | EightyTwo | EightyThree | EightySix | EightySeven | Ninety | NinetyOne | OneHundred | OneHundredAndSeven | OneHundredAndThirteen | OneHundredAndFourteen | OneHundredAndSixteen | OneHundredAndNineteen | OneHundredAndTwenty | OneHundredAndTwentyEight | OneHundredAndTwentyNine | OneHundredAndThirty | OneHundredAndThirtySeven | OneHundredAndFortyOne | OneHundredAndFortyTwo | OneHundredAndFortyThree | Five | Eight | Ten | Twelve | Thirteen | TwentyOne | TwentyTwo | TwentyFour | ThirtyOne | ThirtyTwo | ThirtyFour | ThirtyFive | ThirtyEight | ThirtyNine | FortyFour | FortySeven | FortyNine | Fifty | FiftyOne | FiftyThree | FiftyFour | FiftyEight | Sixty | SixtyOne | SeventyTwo | SeventySeven | SeventyEight | Eighty | EightyFive | EightyNine | NinetyTwo | OneHundredAndFive | OneHundredAndEight | OneHundredAndEighteen | OneHundredAndTwentyFive | OneHundredAndThirtyTwo | OneHundredAndThirtyFour | OneHundredAndThirtyFive | OneHundredAndThirtyEight | OneHundredAndFortyFive | OneHundredAndFortySix | Payload2 | Six | Eleven | Fifteen | Sixteen | Twenty | TwentyNine | FortySix | SeventyFour | SeventyFive | NinetyFour | OneHundredAndTwo | OneHundredAndTwentySix | OneHundredAndTwentySeven | OneHundredAndThirtyThree | OneHundredAndThirtySix | OneHundredAndThirtyNine | OneHundredAndFortySeven | Thirty | FortyTwo | FiftyNine | SixtySix | SeventyNine | OneHundredAndSix | Forty | SixtyTwo | SixtyFive | NinetyEight | OneHundredAndFour | OneHundredAndTwentyTwo | OneHundredAndTwentyThree | OneHundredAndTwentyFour | OneHundredAndFortyEight | SixtyFour | SixtySeven | SeventyThree | OneHundredAndThree | OneHundredAndTwentyOne | FiftySix | Seven | ThirtySeven | SixtyEight | FiftySeven | undefined;
3714
+ payload?: Payload1 | Three | Nine | Nineteen | TwentyEight | ThirtyThree | FortyThree | EightyFour | Ninety | NinetyFive | NinetySeven | NinetyEight | NinetyNine | OneHundredAndOne | OneHundredAndThree | OneHundredAndEleven | OneHundredAndTwelve | OneHundredAndThirteen | OneHundredAndFourteen | OneHundredAndSeventeen | OneHundredAndNineteen | OneHundredAndThirtyThree | OneHundredAndFortyTwo | OneHundredAndFortySix | Four | Fourteen | Seventeen | Eighteen | TwentyThree | TwentyFive | TwentySix | TwentySeven | ThirtySix | FortyOne | FortyFive | FortyEight | FiftyTwo | FiftyFive | SixtyThree | SixtyNine | Seventy | SeventyOne | SeventySix | EightyOne | EightyTwo | EightyThree | EightyFive | EightyEight | EightyNine | NinetyTwo | NinetyThree | OneHundredAndTwo | OneHundredAndNine | OneHundredAndFifteen | OneHundredAndSixteen | OneHundredAndEighteen | OneHundredAndTwentyOne | OneHundredAndTwentyTwo | OneHundredAndThirty | OneHundredAndThirtyOne | OneHundredAndThirtyTwo | OneHundredAndThirtyNine | OneHundredAndFortyThree | OneHundredAndFortyFour | OneHundredAndFortyFive | Five | Eight | Ten | Twelve | Thirteen | TwentyOne | TwentyTwo | TwentyFour | ThirtyOne | ThirtyTwo | ThirtyFour | ThirtyFive | ThirtyEight | ThirtyNine | FortyFour | FortySeven | FortyNine | Fifty | FiftyOne | FiftyThree | FiftyFour | FiftyEight | Sixty | SixtyOne | SeventyTwo | SeventySeven | SeventyEight | Eighty | EightySix | EightySeven | NinetyOne | NinetyFour | OneHundredAndSeven | OneHundredAndTen | OneHundredAndTwenty | OneHundredAndTwentySeven | OneHundredAndThirtyFour | OneHundredAndThirtySix | OneHundredAndThirtySeven | OneHundredAndForty | OneHundredAndFortySeven | OneHundredAndFortyEight | Payload2 | Six | Eleven | Fifteen | Sixteen | Twenty | TwentyNine | FortySix | SeventyFour | SeventyFive | NinetySix | OneHundredAndFour | OneHundredAndTwentyEight | OneHundredAndTwentyNine | OneHundredAndThirtyFive | OneHundredAndThirtyEight | OneHundredAndFortyOne | OneHundredAndFortyNine | Thirty | FortyTwo | FiftyNine | SixtySix | SeventyNine | OneHundredAndEight | Forty | SixtyTwo | SixtyFive | OneHundred | OneHundredAndSix | OneHundredAndTwentyFour | OneHundredAndTwentyFive | OneHundredAndTwentySix | OneHundredAndFifty | SixtyFour | SixtySeven | SeventyThree | OneHundredAndFive | OneHundredAndTwentyThree | FiftySix | Seven | ThirtySeven | SixtyEight | FiftySeven | undefined;
3685
3715
  };
3686
3716
  /** @internal */
3687
3717
  export declare const UserEventType$inboundSchema: z.ZodNativeEnum<typeof UserEventType>;
@@ -3769,9 +3799,9 @@ export declare function entitiesFromJSON(jsonString: string): SafeParseResult<En
3769
3799
  export declare const User$inboundSchema: z.ZodType<User, z.ZodTypeDef, unknown>;
3770
3800
  /** @internal */
3771
3801
  export type User$Outbound = {
3802
+ username: string;
3772
3803
  avatar: string;
3773
3804
  email: string;
3774
- username: string;
3775
3805
  slug?: string | undefined;
3776
3806
  uid: string;
3777
3807
  };
@@ -4068,9 +4098,9 @@ export declare namespace AuthMethod$ {
4068
4098
  }>;
4069
4099
  }
4070
4100
  /** @internal */
4071
- export declare const OneHundredAndFortyEight$inboundSchema: z.ZodType<OneHundredAndFortyEight, z.ZodTypeDef, unknown>;
4101
+ export declare const OneHundredAndFifty$inboundSchema: z.ZodType<OneHundredAndFifty, z.ZodTypeDef, unknown>;
4072
4102
  /** @internal */
4073
- export type OneHundredAndFortyEight$Outbound = {
4103
+ export type OneHundredAndFifty$Outbound = {
4074
4104
  grantType: string;
4075
4105
  appName: string;
4076
4106
  atTTL: number;
@@ -4079,67 +4109,67 @@ export type OneHundredAndFortyEight$Outbound = {
4079
4109
  authMethod: string;
4080
4110
  };
4081
4111
  /** @internal */
4082
- export declare const OneHundredAndFortyEight$outboundSchema: z.ZodType<OneHundredAndFortyEight$Outbound, z.ZodTypeDef, OneHundredAndFortyEight>;
4112
+ export declare const OneHundredAndFifty$outboundSchema: z.ZodType<OneHundredAndFifty$Outbound, z.ZodTypeDef, OneHundredAndFifty>;
4083
4113
  /**
4084
4114
  * @internal
4085
4115
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4086
4116
  */
4087
- export declare namespace OneHundredAndFortyEight$ {
4088
- /** @deprecated use `OneHundredAndFortyEight$inboundSchema` instead. */
4089
- const inboundSchema: z.ZodType<OneHundredAndFortyEight, z.ZodTypeDef, unknown>;
4090
- /** @deprecated use `OneHundredAndFortyEight$outboundSchema` instead. */
4091
- const outboundSchema: z.ZodType<OneHundredAndFortyEight$Outbound, z.ZodTypeDef, OneHundredAndFortyEight>;
4092
- /** @deprecated use `OneHundredAndFortyEight$Outbound` instead. */
4093
- type Outbound = OneHundredAndFortyEight$Outbound;
4117
+ export declare namespace OneHundredAndFifty$ {
4118
+ /** @deprecated use `OneHundredAndFifty$inboundSchema` instead. */
4119
+ const inboundSchema: z.ZodType<OneHundredAndFifty, z.ZodTypeDef, unknown>;
4120
+ /** @deprecated use `OneHundredAndFifty$outboundSchema` instead. */
4121
+ const outboundSchema: z.ZodType<OneHundredAndFifty$Outbound, z.ZodTypeDef, OneHundredAndFifty>;
4122
+ /** @deprecated use `OneHundredAndFifty$Outbound` instead. */
4123
+ type Outbound = OneHundredAndFifty$Outbound;
4094
4124
  }
4095
- export declare function oneHundredAndFortyEightToJSON(oneHundredAndFortyEight: OneHundredAndFortyEight): string;
4096
- export declare function oneHundredAndFortyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyEight, SDKValidationError>;
4125
+ export declare function oneHundredAndFiftyToJSON(oneHundredAndFifty: OneHundredAndFifty): string;
4126
+ export declare function oneHundredAndFiftyFromJSON(jsonString: string): SafeParseResult<OneHundredAndFifty, SDKValidationError>;
4097
4127
  /** @internal */
4098
- export declare const UserEventPayload147Team$inboundSchema: z.ZodType<UserEventPayload147Team, z.ZodTypeDef, unknown>;
4128
+ export declare const UserEventPayload149Team$inboundSchema: z.ZodType<UserEventPayload149Team, z.ZodTypeDef, unknown>;
4099
4129
  /** @internal */
4100
- export type UserEventPayload147Team$Outbound = {
4130
+ export type UserEventPayload149Team$Outbound = {
4101
4131
  id: string;
4102
4132
  name: string;
4103
4133
  };
4104
4134
  /** @internal */
4105
- export declare const UserEventPayload147Team$outboundSchema: z.ZodType<UserEventPayload147Team$Outbound, z.ZodTypeDef, UserEventPayload147Team>;
4135
+ export declare const UserEventPayload149Team$outboundSchema: z.ZodType<UserEventPayload149Team$Outbound, z.ZodTypeDef, UserEventPayload149Team>;
4106
4136
  /**
4107
4137
  * @internal
4108
4138
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4109
4139
  */
4110
- export declare namespace UserEventPayload147Team$ {
4111
- /** @deprecated use `UserEventPayload147Team$inboundSchema` instead. */
4112
- const inboundSchema: z.ZodType<UserEventPayload147Team, z.ZodTypeDef, unknown>;
4113
- /** @deprecated use `UserEventPayload147Team$outboundSchema` instead. */
4114
- const outboundSchema: z.ZodType<UserEventPayload147Team$Outbound, z.ZodTypeDef, UserEventPayload147Team>;
4115
- /** @deprecated use `UserEventPayload147Team$Outbound` instead. */
4116
- type Outbound = UserEventPayload147Team$Outbound;
4140
+ export declare namespace UserEventPayload149Team$ {
4141
+ /** @deprecated use `UserEventPayload149Team$inboundSchema` instead. */
4142
+ const inboundSchema: z.ZodType<UserEventPayload149Team, z.ZodTypeDef, unknown>;
4143
+ /** @deprecated use `UserEventPayload149Team$outboundSchema` instead. */
4144
+ const outboundSchema: z.ZodType<UserEventPayload149Team$Outbound, z.ZodTypeDef, UserEventPayload149Team>;
4145
+ /** @deprecated use `UserEventPayload149Team$Outbound` instead. */
4146
+ type Outbound = UserEventPayload149Team$Outbound;
4117
4147
  }
4118
- export declare function userEventPayload147TeamToJSON(userEventPayload147Team: UserEventPayload147Team): string;
4119
- export declare function userEventPayload147TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload147Team, SDKValidationError>;
4148
+ export declare function userEventPayload149TeamToJSON(userEventPayload149Team: UserEventPayload149Team): string;
4149
+ export declare function userEventPayload149TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload149Team, SDKValidationError>;
4120
4150
  /** @internal */
4121
- export declare const UserEventPayload147Configuration$inboundSchema: z.ZodType<UserEventPayload147Configuration, z.ZodTypeDef, unknown>;
4151
+ export declare const UserEventPayload149Configuration$inboundSchema: z.ZodType<UserEventPayload149Configuration, z.ZodTypeDef, unknown>;
4122
4152
  /** @internal */
4123
- export type UserEventPayload147Configuration$Outbound = {
4153
+ export type UserEventPayload149Configuration$Outbound = {
4124
4154
  id: string;
4125
4155
  name?: string | undefined;
4126
4156
  };
4127
4157
  /** @internal */
4128
- export declare const UserEventPayload147Configuration$outboundSchema: z.ZodType<UserEventPayload147Configuration$Outbound, z.ZodTypeDef, UserEventPayload147Configuration>;
4158
+ export declare const UserEventPayload149Configuration$outboundSchema: z.ZodType<UserEventPayload149Configuration$Outbound, z.ZodTypeDef, UserEventPayload149Configuration>;
4129
4159
  /**
4130
4160
  * @internal
4131
4161
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4132
4162
  */
4133
- export declare namespace UserEventPayload147Configuration$ {
4134
- /** @deprecated use `UserEventPayload147Configuration$inboundSchema` instead. */
4135
- const inboundSchema: z.ZodType<UserEventPayload147Configuration, z.ZodTypeDef, unknown>;
4136
- /** @deprecated use `UserEventPayload147Configuration$outboundSchema` instead. */
4137
- const outboundSchema: z.ZodType<UserEventPayload147Configuration$Outbound, z.ZodTypeDef, UserEventPayload147Configuration>;
4138
- /** @deprecated use `UserEventPayload147Configuration$Outbound` instead. */
4139
- type Outbound = UserEventPayload147Configuration$Outbound;
4163
+ export declare namespace UserEventPayload149Configuration$ {
4164
+ /** @deprecated use `UserEventPayload149Configuration$inboundSchema` instead. */
4165
+ const inboundSchema: z.ZodType<UserEventPayload149Configuration, z.ZodTypeDef, unknown>;
4166
+ /** @deprecated use `UserEventPayload149Configuration$outboundSchema` instead. */
4167
+ const outboundSchema: z.ZodType<UserEventPayload149Configuration$Outbound, z.ZodTypeDef, UserEventPayload149Configuration>;
4168
+ /** @deprecated use `UserEventPayload149Configuration$Outbound` instead. */
4169
+ type Outbound = UserEventPayload149Configuration$Outbound;
4140
4170
  }
4141
- export declare function userEventPayload147ConfigurationToJSON(userEventPayload147Configuration: UserEventPayload147Configuration): string;
4142
- export declare function userEventPayload147ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload147Configuration, SDKValidationError>;
4171
+ export declare function userEventPayload149ConfigurationToJSON(userEventPayload149Configuration: UserEventPayload149Configuration): string;
4172
+ export declare function userEventPayload149ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload149Configuration, SDKValidationError>;
4143
4173
  /** @internal */
4144
4174
  export declare const UserEventPayloadPeering$inboundSchema: z.ZodType<UserEventPayloadPeering, z.ZodTypeDef, unknown>;
4145
4175
  /** @internal */
@@ -4164,76 +4194,76 @@ export declare namespace UserEventPayloadPeering$ {
4164
4194
  export declare function userEventPayloadPeeringToJSON(userEventPayloadPeering: UserEventPayloadPeering): string;
4165
4195
  export declare function userEventPayloadPeeringFromJSON(jsonString: string): SafeParseResult<UserEventPayloadPeering, SDKValidationError>;
4166
4196
  /** @internal */
4167
- export declare const OneHundredAndFortySeven$inboundSchema: z.ZodType<OneHundredAndFortySeven, z.ZodTypeDef, unknown>;
4197
+ export declare const OneHundredAndFortyNine$inboundSchema: z.ZodType<OneHundredAndFortyNine, z.ZodTypeDef, unknown>;
4168
4198
  /** @internal */
4169
- export type OneHundredAndFortySeven$Outbound = {
4170
- team: UserEventPayload147Team$Outbound;
4171
- configuration: UserEventPayload147Configuration$Outbound;
4199
+ export type OneHundredAndFortyNine$Outbound = {
4200
+ team: UserEventPayload149Team$Outbound;
4201
+ configuration: UserEventPayload149Configuration$Outbound;
4172
4202
  peering: UserEventPayloadPeering$Outbound;
4173
4203
  newName?: string | undefined;
4174
4204
  };
4175
4205
  /** @internal */
4176
- export declare const OneHundredAndFortySeven$outboundSchema: z.ZodType<OneHundredAndFortySeven$Outbound, z.ZodTypeDef, OneHundredAndFortySeven>;
4206
+ export declare const OneHundredAndFortyNine$outboundSchema: z.ZodType<OneHundredAndFortyNine$Outbound, z.ZodTypeDef, OneHundredAndFortyNine>;
4177
4207
  /**
4178
4208
  * @internal
4179
4209
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4180
4210
  */
4181
- export declare namespace OneHundredAndFortySeven$ {
4182
- /** @deprecated use `OneHundredAndFortySeven$inboundSchema` instead. */
4183
- const inboundSchema: z.ZodType<OneHundredAndFortySeven, z.ZodTypeDef, unknown>;
4184
- /** @deprecated use `OneHundredAndFortySeven$outboundSchema` instead. */
4185
- const outboundSchema: z.ZodType<OneHundredAndFortySeven$Outbound, z.ZodTypeDef, OneHundredAndFortySeven>;
4186
- /** @deprecated use `OneHundredAndFortySeven$Outbound` instead. */
4187
- type Outbound = OneHundredAndFortySeven$Outbound;
4211
+ export declare namespace OneHundredAndFortyNine$ {
4212
+ /** @deprecated use `OneHundredAndFortyNine$inboundSchema` instead. */
4213
+ const inboundSchema: z.ZodType<OneHundredAndFortyNine, z.ZodTypeDef, unknown>;
4214
+ /** @deprecated use `OneHundredAndFortyNine$outboundSchema` instead. */
4215
+ const outboundSchema: z.ZodType<OneHundredAndFortyNine$Outbound, z.ZodTypeDef, OneHundredAndFortyNine>;
4216
+ /** @deprecated use `OneHundredAndFortyNine$Outbound` instead. */
4217
+ type Outbound = OneHundredAndFortyNine$Outbound;
4188
4218
  }
4189
- export declare function oneHundredAndFortySevenToJSON(oneHundredAndFortySeven: OneHundredAndFortySeven): string;
4190
- export declare function oneHundredAndFortySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortySeven, SDKValidationError>;
4219
+ export declare function oneHundredAndFortyNineToJSON(oneHundredAndFortyNine: OneHundredAndFortyNine): string;
4220
+ export declare function oneHundredAndFortyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyNine, SDKValidationError>;
4191
4221
  /** @internal */
4192
- export declare const UserEventPayload146Team$inboundSchema: z.ZodType<UserEventPayload146Team, z.ZodTypeDef, unknown>;
4222
+ export declare const UserEventPayload148Team$inboundSchema: z.ZodType<UserEventPayload148Team, z.ZodTypeDef, unknown>;
4193
4223
  /** @internal */
4194
- export type UserEventPayload146Team$Outbound = {
4224
+ export type UserEventPayload148Team$Outbound = {
4195
4225
  id: string;
4196
4226
  name: string;
4197
4227
  };
4198
4228
  /** @internal */
4199
- export declare const UserEventPayload146Team$outboundSchema: z.ZodType<UserEventPayload146Team$Outbound, z.ZodTypeDef, UserEventPayload146Team>;
4229
+ export declare const UserEventPayload148Team$outboundSchema: z.ZodType<UserEventPayload148Team$Outbound, z.ZodTypeDef, UserEventPayload148Team>;
4200
4230
  /**
4201
4231
  * @internal
4202
4232
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4203
4233
  */
4204
- export declare namespace UserEventPayload146Team$ {
4205
- /** @deprecated use `UserEventPayload146Team$inboundSchema` instead. */
4206
- const inboundSchema: z.ZodType<UserEventPayload146Team, z.ZodTypeDef, unknown>;
4207
- /** @deprecated use `UserEventPayload146Team$outboundSchema` instead. */
4208
- const outboundSchema: z.ZodType<UserEventPayload146Team$Outbound, z.ZodTypeDef, UserEventPayload146Team>;
4209
- /** @deprecated use `UserEventPayload146Team$Outbound` instead. */
4210
- type Outbound = UserEventPayload146Team$Outbound;
4234
+ export declare namespace UserEventPayload148Team$ {
4235
+ /** @deprecated use `UserEventPayload148Team$inboundSchema` instead. */
4236
+ const inboundSchema: z.ZodType<UserEventPayload148Team, z.ZodTypeDef, unknown>;
4237
+ /** @deprecated use `UserEventPayload148Team$outboundSchema` instead. */
4238
+ const outboundSchema: z.ZodType<UserEventPayload148Team$Outbound, z.ZodTypeDef, UserEventPayload148Team>;
4239
+ /** @deprecated use `UserEventPayload148Team$Outbound` instead. */
4240
+ type Outbound = UserEventPayload148Team$Outbound;
4211
4241
  }
4212
- export declare function userEventPayload146TeamToJSON(userEventPayload146Team: UserEventPayload146Team): string;
4213
- export declare function userEventPayload146TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload146Team, SDKValidationError>;
4242
+ export declare function userEventPayload148TeamToJSON(userEventPayload148Team: UserEventPayload148Team): string;
4243
+ export declare function userEventPayload148TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload148Team, SDKValidationError>;
4214
4244
  /** @internal */
4215
- export declare const UserEventPayload146Configuration$inboundSchema: z.ZodType<UserEventPayload146Configuration, z.ZodTypeDef, unknown>;
4245
+ export declare const UserEventPayload148Configuration$inboundSchema: z.ZodType<UserEventPayload148Configuration, z.ZodTypeDef, unknown>;
4216
4246
  /** @internal */
4217
- export type UserEventPayload146Configuration$Outbound = {
4247
+ export type UserEventPayload148Configuration$Outbound = {
4218
4248
  id: string;
4219
4249
  name?: string | undefined;
4220
4250
  };
4221
4251
  /** @internal */
4222
- export declare const UserEventPayload146Configuration$outboundSchema: z.ZodType<UserEventPayload146Configuration$Outbound, z.ZodTypeDef, UserEventPayload146Configuration>;
4252
+ export declare const UserEventPayload148Configuration$outboundSchema: z.ZodType<UserEventPayload148Configuration$Outbound, z.ZodTypeDef, UserEventPayload148Configuration>;
4223
4253
  /**
4224
4254
  * @internal
4225
4255
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4226
4256
  */
4227
- export declare namespace UserEventPayload146Configuration$ {
4228
- /** @deprecated use `UserEventPayload146Configuration$inboundSchema` instead. */
4229
- const inboundSchema: z.ZodType<UserEventPayload146Configuration, z.ZodTypeDef, unknown>;
4230
- /** @deprecated use `UserEventPayload146Configuration$outboundSchema` instead. */
4231
- const outboundSchema: z.ZodType<UserEventPayload146Configuration$Outbound, z.ZodTypeDef, UserEventPayload146Configuration>;
4232
- /** @deprecated use `UserEventPayload146Configuration$Outbound` instead. */
4233
- type Outbound = UserEventPayload146Configuration$Outbound;
4257
+ export declare namespace UserEventPayload148Configuration$ {
4258
+ /** @deprecated use `UserEventPayload148Configuration$inboundSchema` instead. */
4259
+ const inboundSchema: z.ZodType<UserEventPayload148Configuration, z.ZodTypeDef, unknown>;
4260
+ /** @deprecated use `UserEventPayload148Configuration$outboundSchema` instead. */
4261
+ const outboundSchema: z.ZodType<UserEventPayload148Configuration$Outbound, z.ZodTypeDef, UserEventPayload148Configuration>;
4262
+ /** @deprecated use `UserEventPayload148Configuration$Outbound` instead. */
4263
+ type Outbound = UserEventPayload148Configuration$Outbound;
4234
4264
  }
4235
- export declare function userEventPayload146ConfigurationToJSON(userEventPayload146Configuration: UserEventPayload146Configuration): string;
4236
- export declare function userEventPayload146ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload146Configuration, SDKValidationError>;
4265
+ export declare function userEventPayload148ConfigurationToJSON(userEventPayload148Configuration: UserEventPayload148Configuration): string;
4266
+ export declare function userEventPayload148ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload148Configuration, SDKValidationError>;
4237
4267
  /** @internal */
4238
4268
  export declare const PayloadPeering$inboundSchema: z.ZodType<PayloadPeering, z.ZodTypeDef, unknown>;
4239
4269
  /** @internal */
@@ -4258,75 +4288,75 @@ export declare namespace PayloadPeering$ {
4258
4288
  export declare function payloadPeeringToJSON(payloadPeering: PayloadPeering): string;
4259
4289
  export declare function payloadPeeringFromJSON(jsonString: string): SafeParseResult<PayloadPeering, SDKValidationError>;
4260
4290
  /** @internal */
4261
- export declare const OneHundredAndFortySix$inboundSchema: z.ZodType<OneHundredAndFortySix, z.ZodTypeDef, unknown>;
4291
+ export declare const OneHundredAndFortyEight$inboundSchema: z.ZodType<OneHundredAndFortyEight, z.ZodTypeDef, unknown>;
4262
4292
  /** @internal */
4263
- export type OneHundredAndFortySix$Outbound = {
4264
- team: UserEventPayload146Team$Outbound;
4265
- configuration: UserEventPayload146Configuration$Outbound;
4293
+ export type OneHundredAndFortyEight$Outbound = {
4294
+ team: UserEventPayload148Team$Outbound;
4295
+ configuration: UserEventPayload148Configuration$Outbound;
4266
4296
  peering: PayloadPeering$Outbound;
4267
4297
  };
4268
4298
  /** @internal */
4269
- export declare const OneHundredAndFortySix$outboundSchema: z.ZodType<OneHundredAndFortySix$Outbound, z.ZodTypeDef, OneHundredAndFortySix>;
4299
+ export declare const OneHundredAndFortyEight$outboundSchema: z.ZodType<OneHundredAndFortyEight$Outbound, z.ZodTypeDef, OneHundredAndFortyEight>;
4270
4300
  /**
4271
4301
  * @internal
4272
4302
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4273
4303
  */
4274
- export declare namespace OneHundredAndFortySix$ {
4275
- /** @deprecated use `OneHundredAndFortySix$inboundSchema` instead. */
4276
- const inboundSchema: z.ZodType<OneHundredAndFortySix, z.ZodTypeDef, unknown>;
4277
- /** @deprecated use `OneHundredAndFortySix$outboundSchema` instead. */
4278
- const outboundSchema: z.ZodType<OneHundredAndFortySix$Outbound, z.ZodTypeDef, OneHundredAndFortySix>;
4279
- /** @deprecated use `OneHundredAndFortySix$Outbound` instead. */
4280
- type Outbound = OneHundredAndFortySix$Outbound;
4304
+ export declare namespace OneHundredAndFortyEight$ {
4305
+ /** @deprecated use `OneHundredAndFortyEight$inboundSchema` instead. */
4306
+ const inboundSchema: z.ZodType<OneHundredAndFortyEight, z.ZodTypeDef, unknown>;
4307
+ /** @deprecated use `OneHundredAndFortyEight$outboundSchema` instead. */
4308
+ const outboundSchema: z.ZodType<OneHundredAndFortyEight$Outbound, z.ZodTypeDef, OneHundredAndFortyEight>;
4309
+ /** @deprecated use `OneHundredAndFortyEight$Outbound` instead. */
4310
+ type Outbound = OneHundredAndFortyEight$Outbound;
4281
4311
  }
4282
- export declare function oneHundredAndFortySixToJSON(oneHundredAndFortySix: OneHundredAndFortySix): string;
4283
- export declare function oneHundredAndFortySixFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortySix, SDKValidationError>;
4312
+ export declare function oneHundredAndFortyEightToJSON(oneHundredAndFortyEight: OneHundredAndFortyEight): string;
4313
+ export declare function oneHundredAndFortyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyEight, SDKValidationError>;
4284
4314
  /** @internal */
4285
- export declare const UserEventPayload145Team$inboundSchema: z.ZodType<UserEventPayload145Team, z.ZodTypeDef, unknown>;
4315
+ export declare const UserEventPayload147Team$inboundSchema: z.ZodType<UserEventPayload147Team, z.ZodTypeDef, unknown>;
4286
4316
  /** @internal */
4287
- export type UserEventPayload145Team$Outbound = {
4317
+ export type UserEventPayload147Team$Outbound = {
4288
4318
  id: string;
4289
4319
  name: string;
4290
4320
  };
4291
4321
  /** @internal */
4292
- export declare const UserEventPayload145Team$outboundSchema: z.ZodType<UserEventPayload145Team$Outbound, z.ZodTypeDef, UserEventPayload145Team>;
4322
+ export declare const UserEventPayload147Team$outboundSchema: z.ZodType<UserEventPayload147Team$Outbound, z.ZodTypeDef, UserEventPayload147Team>;
4293
4323
  /**
4294
4324
  * @internal
4295
4325
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4296
4326
  */
4297
- export declare namespace UserEventPayload145Team$ {
4298
- /** @deprecated use `UserEventPayload145Team$inboundSchema` instead. */
4299
- const inboundSchema: z.ZodType<UserEventPayload145Team, z.ZodTypeDef, unknown>;
4300
- /** @deprecated use `UserEventPayload145Team$outboundSchema` instead. */
4301
- const outboundSchema: z.ZodType<UserEventPayload145Team$Outbound, z.ZodTypeDef, UserEventPayload145Team>;
4302
- /** @deprecated use `UserEventPayload145Team$Outbound` instead. */
4303
- type Outbound = UserEventPayload145Team$Outbound;
4304
- }
4305
- export declare function userEventPayload145TeamToJSON(userEventPayload145Team: UserEventPayload145Team): string;
4306
- export declare function userEventPayload145TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload145Team, SDKValidationError>;
4307
- /** @internal */
4308
- export declare const UserEventPayload145Configuration$inboundSchema: z.ZodType<UserEventPayload145Configuration, z.ZodTypeDef, unknown>;
4327
+ export declare namespace UserEventPayload147Team$ {
4328
+ /** @deprecated use `UserEventPayload147Team$inboundSchema` instead. */
4329
+ const inboundSchema: z.ZodType<UserEventPayload147Team, z.ZodTypeDef, unknown>;
4330
+ /** @deprecated use `UserEventPayload147Team$outboundSchema` instead. */
4331
+ const outboundSchema: z.ZodType<UserEventPayload147Team$Outbound, z.ZodTypeDef, UserEventPayload147Team>;
4332
+ /** @deprecated use `UserEventPayload147Team$Outbound` instead. */
4333
+ type Outbound = UserEventPayload147Team$Outbound;
4334
+ }
4335
+ export declare function userEventPayload147TeamToJSON(userEventPayload147Team: UserEventPayload147Team): string;
4336
+ export declare function userEventPayload147TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload147Team, SDKValidationError>;
4337
+ /** @internal */
4338
+ export declare const UserEventPayload147Configuration$inboundSchema: z.ZodType<UserEventPayload147Configuration, z.ZodTypeDef, unknown>;
4309
4339
  /** @internal */
4310
- export type UserEventPayload145Configuration$Outbound = {
4340
+ export type UserEventPayload147Configuration$Outbound = {
4311
4341
  id: string;
4312
4342
  name?: string | undefined;
4313
4343
  };
4314
4344
  /** @internal */
4315
- export declare const UserEventPayload145Configuration$outboundSchema: z.ZodType<UserEventPayload145Configuration$Outbound, z.ZodTypeDef, UserEventPayload145Configuration>;
4345
+ export declare const UserEventPayload147Configuration$outboundSchema: z.ZodType<UserEventPayload147Configuration$Outbound, z.ZodTypeDef, UserEventPayload147Configuration>;
4316
4346
  /**
4317
4347
  * @internal
4318
4348
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4319
4349
  */
4320
- export declare namespace UserEventPayload145Configuration$ {
4321
- /** @deprecated use `UserEventPayload145Configuration$inboundSchema` instead. */
4322
- const inboundSchema: z.ZodType<UserEventPayload145Configuration, z.ZodTypeDef, unknown>;
4323
- /** @deprecated use `UserEventPayload145Configuration$outboundSchema` instead. */
4324
- const outboundSchema: z.ZodType<UserEventPayload145Configuration$Outbound, z.ZodTypeDef, UserEventPayload145Configuration>;
4325
- /** @deprecated use `UserEventPayload145Configuration$Outbound` instead. */
4326
- type Outbound = UserEventPayload145Configuration$Outbound;
4350
+ export declare namespace UserEventPayload147Configuration$ {
4351
+ /** @deprecated use `UserEventPayload147Configuration$inboundSchema` instead. */
4352
+ const inboundSchema: z.ZodType<UserEventPayload147Configuration, z.ZodTypeDef, unknown>;
4353
+ /** @deprecated use `UserEventPayload147Configuration$outboundSchema` instead. */
4354
+ const outboundSchema: z.ZodType<UserEventPayload147Configuration$Outbound, z.ZodTypeDef, UserEventPayload147Configuration>;
4355
+ /** @deprecated use `UserEventPayload147Configuration$Outbound` instead. */
4356
+ type Outbound = UserEventPayload147Configuration$Outbound;
4327
4357
  }
4328
- export declare function userEventPayload145ConfigurationToJSON(userEventPayload145Configuration: UserEventPayload145Configuration): string;
4329
- export declare function userEventPayload145ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload145Configuration, SDKValidationError>;
4358
+ export declare function userEventPayload147ConfigurationToJSON(userEventPayload147Configuration: UserEventPayload147Configuration): string;
4359
+ export declare function userEventPayload147ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload147Configuration, SDKValidationError>;
4330
4360
  /** @internal */
4331
4361
  export declare const Peering$inboundSchema: z.ZodType<Peering, z.ZodTypeDef, unknown>;
4332
4362
  /** @internal */
@@ -4353,12 +4383,57 @@ export declare namespace Peering$ {
4353
4383
  export declare function peeringToJSON(peering: Peering): string;
4354
4384
  export declare function peeringFromJSON(jsonString: string): SafeParseResult<Peering, SDKValidationError>;
4355
4385
  /** @internal */
4386
+ export declare const OneHundredAndFortySeven$inboundSchema: z.ZodType<OneHundredAndFortySeven, z.ZodTypeDef, unknown>;
4387
+ /** @internal */
4388
+ export type OneHundredAndFortySeven$Outbound = {
4389
+ team: UserEventPayload147Team$Outbound;
4390
+ configuration: UserEventPayload147Configuration$Outbound;
4391
+ peering: Peering$Outbound;
4392
+ };
4393
+ /** @internal */
4394
+ export declare const OneHundredAndFortySeven$outboundSchema: z.ZodType<OneHundredAndFortySeven$Outbound, z.ZodTypeDef, OneHundredAndFortySeven>;
4395
+ /**
4396
+ * @internal
4397
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4398
+ */
4399
+ export declare namespace OneHundredAndFortySeven$ {
4400
+ /** @deprecated use `OneHundredAndFortySeven$inboundSchema` instead. */
4401
+ const inboundSchema: z.ZodType<OneHundredAndFortySeven, z.ZodTypeDef, unknown>;
4402
+ /** @deprecated use `OneHundredAndFortySeven$outboundSchema` instead. */
4403
+ const outboundSchema: z.ZodType<OneHundredAndFortySeven$Outbound, z.ZodTypeDef, OneHundredAndFortySeven>;
4404
+ /** @deprecated use `OneHundredAndFortySeven$Outbound` instead. */
4405
+ type Outbound = OneHundredAndFortySeven$Outbound;
4406
+ }
4407
+ export declare function oneHundredAndFortySevenToJSON(oneHundredAndFortySeven: OneHundredAndFortySeven): string;
4408
+ export declare function oneHundredAndFortySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortySeven, SDKValidationError>;
4409
+ /** @internal */
4410
+ export declare const OneHundredAndFortySix$inboundSchema: z.ZodType<OneHundredAndFortySix, z.ZodTypeDef, unknown>;
4411
+ /** @internal */
4412
+ export type OneHundredAndFortySix$Outbound = {
4413
+ appName: string;
4414
+ };
4415
+ /** @internal */
4416
+ export declare const OneHundredAndFortySix$outboundSchema: z.ZodType<OneHundredAndFortySix$Outbound, z.ZodTypeDef, OneHundredAndFortySix>;
4417
+ /**
4418
+ * @internal
4419
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4420
+ */
4421
+ export declare namespace OneHundredAndFortySix$ {
4422
+ /** @deprecated use `OneHundredAndFortySix$inboundSchema` instead. */
4423
+ const inboundSchema: z.ZodType<OneHundredAndFortySix, z.ZodTypeDef, unknown>;
4424
+ /** @deprecated use `OneHundredAndFortySix$outboundSchema` instead. */
4425
+ const outboundSchema: z.ZodType<OneHundredAndFortySix$Outbound, z.ZodTypeDef, OneHundredAndFortySix>;
4426
+ /** @deprecated use `OneHundredAndFortySix$Outbound` instead. */
4427
+ type Outbound = OneHundredAndFortySix$Outbound;
4428
+ }
4429
+ export declare function oneHundredAndFortySixToJSON(oneHundredAndFortySix: OneHundredAndFortySix): string;
4430
+ export declare function oneHundredAndFortySixFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortySix, SDKValidationError>;
4431
+ /** @internal */
4356
4432
  export declare const OneHundredAndFortyFive$inboundSchema: z.ZodType<OneHundredAndFortyFive, z.ZodTypeDef, unknown>;
4357
4433
  /** @internal */
4358
4434
  export type OneHundredAndFortyFive$Outbound = {
4359
- team: UserEventPayload145Team$Outbound;
4360
- configuration: UserEventPayload145Configuration$Outbound;
4361
- peering: Peering$Outbound;
4435
+ appName: string;
4436
+ nextScopes: Array<string>;
4362
4437
  };
4363
4438
  /** @internal */
4364
4439
  export declare const OneHundredAndFortyFive$outboundSchema: z.ZodType<OneHundredAndFortyFive$Outbound, z.ZodTypeDef, OneHundredAndFortyFive>;
@@ -4381,6 +4456,7 @@ export declare const OneHundredAndFortyFour$inboundSchema: z.ZodType<OneHundredA
4381
4456
  /** @internal */
4382
4457
  export type OneHundredAndFortyFour$Outbound = {
4383
4458
  appName: string;
4459
+ scopes: Array<string>;
4384
4460
  };
4385
4461
  /** @internal */
4386
4462
  export declare const OneHundredAndFortyFour$outboundSchema: z.ZodType<OneHundredAndFortyFour$Outbound, z.ZodTypeDef, OneHundredAndFortyFour>;
@@ -4402,8 +4478,8 @@ export declare function oneHundredAndFortyFourFromJSON(jsonString: string): Safe
4402
4478
  export declare const OneHundredAndFortyThree$inboundSchema: z.ZodType<OneHundredAndFortyThree, z.ZodTypeDef, unknown>;
4403
4479
  /** @internal */
4404
4480
  export type OneHundredAndFortyThree$Outbound = {
4405
- appName: string;
4406
- nextScopes: Array<string>;
4481
+ oldName: string;
4482
+ newName: string;
4407
4483
  };
4408
4484
  /** @internal */
4409
4485
  export declare const OneHundredAndFortyThree$outboundSchema: z.ZodType<OneHundredAndFortyThree$Outbound, z.ZodTypeDef, OneHundredAndFortyThree>;
@@ -4422,52 +4498,6 @@ export declare namespace OneHundredAndFortyThree$ {
4422
4498
  export declare function oneHundredAndFortyThreeToJSON(oneHundredAndFortyThree: OneHundredAndFortyThree): string;
4423
4499
  export declare function oneHundredAndFortyThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyThree, SDKValidationError>;
4424
4500
  /** @internal */
4425
- export declare const OneHundredAndFortyTwo$inboundSchema: z.ZodType<OneHundredAndFortyTwo, z.ZodTypeDef, unknown>;
4426
- /** @internal */
4427
- export type OneHundredAndFortyTwo$Outbound = {
4428
- appName: string;
4429
- scopes: Array<string>;
4430
- };
4431
- /** @internal */
4432
- export declare const OneHundredAndFortyTwo$outboundSchema: z.ZodType<OneHundredAndFortyTwo$Outbound, z.ZodTypeDef, OneHundredAndFortyTwo>;
4433
- /**
4434
- * @internal
4435
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4436
- */
4437
- export declare namespace OneHundredAndFortyTwo$ {
4438
- /** @deprecated use `OneHundredAndFortyTwo$inboundSchema` instead. */
4439
- const inboundSchema: z.ZodType<OneHundredAndFortyTwo, z.ZodTypeDef, unknown>;
4440
- /** @deprecated use `OneHundredAndFortyTwo$outboundSchema` instead. */
4441
- const outboundSchema: z.ZodType<OneHundredAndFortyTwo$Outbound, z.ZodTypeDef, OneHundredAndFortyTwo>;
4442
- /** @deprecated use `OneHundredAndFortyTwo$Outbound` instead. */
4443
- type Outbound = OneHundredAndFortyTwo$Outbound;
4444
- }
4445
- export declare function oneHundredAndFortyTwoToJSON(oneHundredAndFortyTwo: OneHundredAndFortyTwo): string;
4446
- export declare function oneHundredAndFortyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyTwo, SDKValidationError>;
4447
- /** @internal */
4448
- export declare const OneHundredAndFortyOne$inboundSchema: z.ZodType<OneHundredAndFortyOne, z.ZodTypeDef, unknown>;
4449
- /** @internal */
4450
- export type OneHundredAndFortyOne$Outbound = {
4451
- oldName: string;
4452
- newName: string;
4453
- };
4454
- /** @internal */
4455
- export declare const OneHundredAndFortyOne$outboundSchema: z.ZodType<OneHundredAndFortyOne$Outbound, z.ZodTypeDef, OneHundredAndFortyOne>;
4456
- /**
4457
- * @internal
4458
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4459
- */
4460
- export declare namespace OneHundredAndFortyOne$ {
4461
- /** @deprecated use `OneHundredAndFortyOne$inboundSchema` instead. */
4462
- const inboundSchema: z.ZodType<OneHundredAndFortyOne, z.ZodTypeDef, unknown>;
4463
- /** @deprecated use `OneHundredAndFortyOne$outboundSchema` instead. */
4464
- const outboundSchema: z.ZodType<OneHundredAndFortyOne$Outbound, z.ZodTypeDef, OneHundredAndFortyOne>;
4465
- /** @deprecated use `OneHundredAndFortyOne$Outbound` instead. */
4466
- type Outbound = OneHundredAndFortyOne$Outbound;
4467
- }
4468
- export declare function oneHundredAndFortyOneToJSON(oneHundredAndFortyOne: OneHundredAndFortyOne): string;
4469
- export declare function oneHundredAndFortyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyOne, SDKValidationError>;
4470
- /** @internal */
4471
4501
  export declare const Tier$inboundSchema: z.ZodNativeEnum<typeof Tier>;
4472
4502
  /** @internal */
4473
4503
  export declare const Tier$outboundSchema: z.ZodNativeEnum<typeof Tier>;
@@ -4488,27 +4518,27 @@ export declare namespace Tier$ {
4488
4518
  }>;
4489
4519
  }
4490
4520
  /** @internal */
4491
- export declare const OneHundredAndForty$inboundSchema: z.ZodType<OneHundredAndForty, z.ZodTypeDef, unknown>;
4521
+ export declare const OneHundredAndFortyTwo$inboundSchema: z.ZodType<OneHundredAndFortyTwo, z.ZodTypeDef, unknown>;
4492
4522
  /** @internal */
4493
- export type OneHundredAndForty$Outbound = {
4523
+ export type OneHundredAndFortyTwo$Outbound = {
4494
4524
  tier: string;
4495
4525
  };
4496
4526
  /** @internal */
4497
- export declare const OneHundredAndForty$outboundSchema: z.ZodType<OneHundredAndForty$Outbound, z.ZodTypeDef, OneHundredAndForty>;
4527
+ export declare const OneHundredAndFortyTwo$outboundSchema: z.ZodType<OneHundredAndFortyTwo$Outbound, z.ZodTypeDef, OneHundredAndFortyTwo>;
4498
4528
  /**
4499
4529
  * @internal
4500
4530
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4501
4531
  */
4502
- export declare namespace OneHundredAndForty$ {
4503
- /** @deprecated use `OneHundredAndForty$inboundSchema` instead. */
4504
- const inboundSchema: z.ZodType<OneHundredAndForty, z.ZodTypeDef, unknown>;
4505
- /** @deprecated use `OneHundredAndForty$outboundSchema` instead. */
4506
- const outboundSchema: z.ZodType<OneHundredAndForty$Outbound, z.ZodTypeDef, OneHundredAndForty>;
4507
- /** @deprecated use `OneHundredAndForty$Outbound` instead. */
4508
- type Outbound = OneHundredAndForty$Outbound;
4532
+ export declare namespace OneHundredAndFortyTwo$ {
4533
+ /** @deprecated use `OneHundredAndFortyTwo$inboundSchema` instead. */
4534
+ const inboundSchema: z.ZodType<OneHundredAndFortyTwo, z.ZodTypeDef, unknown>;
4535
+ /** @deprecated use `OneHundredAndFortyTwo$outboundSchema` instead. */
4536
+ const outboundSchema: z.ZodType<OneHundredAndFortyTwo$Outbound, z.ZodTypeDef, OneHundredAndFortyTwo>;
4537
+ /** @deprecated use `OneHundredAndFortyTwo$Outbound` instead. */
4538
+ type Outbound = OneHundredAndFortyTwo$Outbound;
4509
4539
  }
4510
- export declare function oneHundredAndFortyToJSON(oneHundredAndForty: OneHundredAndForty): string;
4511
- export declare function oneHundredAndFortyFromJSON(jsonString: string): SafeParseResult<OneHundredAndForty, SDKValidationError>;
4540
+ export declare function oneHundredAndFortyTwoToJSON(oneHundredAndFortyTwo: OneHundredAndFortyTwo): string;
4541
+ export declare function oneHundredAndFortyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyTwo, SDKValidationError>;
4512
4542
  /** @internal */
4513
4543
  export declare const ProjectWebAnalytics$inboundSchema: z.ZodType<ProjectWebAnalytics, z.ZodTypeDef, unknown>;
4514
4544
  /** @internal */
@@ -4562,30 +4592,30 @@ export declare namespace PrevProjectWebAnalytics$ {
4562
4592
  export declare function prevProjectWebAnalyticsToJSON(prevProjectWebAnalytics: PrevProjectWebAnalytics): string;
4563
4593
  export declare function prevProjectWebAnalyticsFromJSON(jsonString: string): SafeParseResult<PrevProjectWebAnalytics, SDKValidationError>;
4564
4594
  /** @internal */
4565
- export declare const OneHundredAndThirtyNine$inboundSchema: z.ZodType<OneHundredAndThirtyNine, z.ZodTypeDef, unknown>;
4595
+ export declare const OneHundredAndFortyOne$inboundSchema: z.ZodType<OneHundredAndFortyOne, z.ZodTypeDef, unknown>;
4566
4596
  /** @internal */
4567
- export type OneHundredAndThirtyNine$Outbound = {
4597
+ export type OneHundredAndFortyOne$Outbound = {
4568
4598
  projectId: string;
4569
4599
  projectName: string;
4570
4600
  projectWebAnalytics?: ProjectWebAnalytics$Outbound | undefined;
4571
4601
  prevProjectWebAnalytics?: PrevProjectWebAnalytics$Outbound | null | undefined;
4572
4602
  };
4573
4603
  /** @internal */
4574
- export declare const OneHundredAndThirtyNine$outboundSchema: z.ZodType<OneHundredAndThirtyNine$Outbound, z.ZodTypeDef, OneHundredAndThirtyNine>;
4604
+ export declare const OneHundredAndFortyOne$outboundSchema: z.ZodType<OneHundredAndFortyOne$Outbound, z.ZodTypeDef, OneHundredAndFortyOne>;
4575
4605
  /**
4576
4606
  * @internal
4577
4607
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4578
4608
  */
4579
- export declare namespace OneHundredAndThirtyNine$ {
4580
- /** @deprecated use `OneHundredAndThirtyNine$inboundSchema` instead. */
4581
- const inboundSchema: z.ZodType<OneHundredAndThirtyNine, z.ZodTypeDef, unknown>;
4582
- /** @deprecated use `OneHundredAndThirtyNine$outboundSchema` instead. */
4583
- const outboundSchema: z.ZodType<OneHundredAndThirtyNine$Outbound, z.ZodTypeDef, OneHundredAndThirtyNine>;
4584
- /** @deprecated use `OneHundredAndThirtyNine$Outbound` instead. */
4585
- type Outbound = OneHundredAndThirtyNine$Outbound;
4609
+ export declare namespace OneHundredAndFortyOne$ {
4610
+ /** @deprecated use `OneHundredAndFortyOne$inboundSchema` instead. */
4611
+ const inboundSchema: z.ZodType<OneHundredAndFortyOne, z.ZodTypeDef, unknown>;
4612
+ /** @deprecated use `OneHundredAndFortyOne$outboundSchema` instead. */
4613
+ const outboundSchema: z.ZodType<OneHundredAndFortyOne$Outbound, z.ZodTypeDef, OneHundredAndFortyOne>;
4614
+ /** @deprecated use `OneHundredAndFortyOne$Outbound` instead. */
4615
+ type Outbound = OneHundredAndFortyOne$Outbound;
4586
4616
  }
4587
- export declare function oneHundredAndThirtyNineToJSON(oneHundredAndThirtyNine: OneHundredAndThirtyNine): string;
4588
- export declare function oneHundredAndThirtyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyNine, SDKValidationError>;
4617
+ export declare function oneHundredAndFortyOneToJSON(oneHundredAndFortyOne: OneHundredAndFortyOne): string;
4618
+ export declare function oneHundredAndFortyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyOne, SDKValidationError>;
4589
4619
  /** @internal */
4590
4620
  export declare const Microfrontends2$inboundSchema: z.ZodType<Microfrontends2, z.ZodTypeDef, unknown>;
4591
4621
  /** @internal */
@@ -4658,29 +4688,29 @@ export declare namespace Microfrontends$ {
4658
4688
  export declare function microfrontendsToJSON(microfrontends: Microfrontends): string;
4659
4689
  export declare function microfrontendsFromJSON(jsonString: string): SafeParseResult<Microfrontends, SDKValidationError>;
4660
4690
  /** @internal */
4661
- export declare const UserEventPayload138Project$inboundSchema: z.ZodType<UserEventPayload138Project, z.ZodTypeDef, unknown>;
4691
+ export declare const UserEventPayload140Project$inboundSchema: z.ZodType<UserEventPayload140Project, z.ZodTypeDef, unknown>;
4662
4692
  /** @internal */
4663
- export type UserEventPayload138Project$Outbound = {
4693
+ export type UserEventPayload140Project$Outbound = {
4664
4694
  id: string;
4665
4695
  name: string;
4666
4696
  microfrontends?: Microfrontends2$Outbound | Microfrontends1$Outbound | undefined;
4667
4697
  };
4668
4698
  /** @internal */
4669
- export declare const UserEventPayload138Project$outboundSchema: z.ZodType<UserEventPayload138Project$Outbound, z.ZodTypeDef, UserEventPayload138Project>;
4699
+ export declare const UserEventPayload140Project$outboundSchema: z.ZodType<UserEventPayload140Project$Outbound, z.ZodTypeDef, UserEventPayload140Project>;
4670
4700
  /**
4671
4701
  * @internal
4672
4702
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4673
4703
  */
4674
- export declare namespace UserEventPayload138Project$ {
4675
- /** @deprecated use `UserEventPayload138Project$inboundSchema` instead. */
4676
- const inboundSchema: z.ZodType<UserEventPayload138Project, z.ZodTypeDef, unknown>;
4677
- /** @deprecated use `UserEventPayload138Project$outboundSchema` instead. */
4678
- const outboundSchema: z.ZodType<UserEventPayload138Project$Outbound, z.ZodTypeDef, UserEventPayload138Project>;
4679
- /** @deprecated use `UserEventPayload138Project$Outbound` instead. */
4680
- type Outbound = UserEventPayload138Project$Outbound;
4704
+ export declare namespace UserEventPayload140Project$ {
4705
+ /** @deprecated use `UserEventPayload140Project$inboundSchema` instead. */
4706
+ const inboundSchema: z.ZodType<UserEventPayload140Project, z.ZodTypeDef, unknown>;
4707
+ /** @deprecated use `UserEventPayload140Project$outboundSchema` instead. */
4708
+ const outboundSchema: z.ZodType<UserEventPayload140Project$Outbound, z.ZodTypeDef, UserEventPayload140Project>;
4709
+ /** @deprecated use `UserEventPayload140Project$Outbound` instead. */
4710
+ type Outbound = UserEventPayload140Project$Outbound;
4681
4711
  }
4682
- export declare function userEventPayload138ProjectToJSON(userEventPayload138Project: UserEventPayload138Project): string;
4683
- export declare function userEventPayload138ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload138Project, SDKValidationError>;
4712
+ export declare function userEventPayload140ProjectToJSON(userEventPayload140Project: UserEventPayload140Project): string;
4713
+ export declare function userEventPayload140ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload140Project, SDKValidationError>;
4684
4714
  /** @internal */
4685
4715
  export declare const UserEventMicrofrontends2$inboundSchema: z.ZodType<UserEventMicrofrontends2, z.ZodTypeDef, unknown>;
4686
4716
  /** @internal */
@@ -4753,32 +4783,32 @@ export declare namespace PayloadMicrofrontends$ {
4753
4783
  export declare function payloadMicrofrontendsToJSON(payloadMicrofrontends: PayloadMicrofrontends): string;
4754
4784
  export declare function payloadMicrofrontendsFromJSON(jsonString: string): SafeParseResult<PayloadMicrofrontends, SDKValidationError>;
4755
4785
  /** @internal */
4756
- export declare const UserEventPayload138PrevProject$inboundSchema: z.ZodType<UserEventPayload138PrevProject, z.ZodTypeDef, unknown>;
4786
+ export declare const UserEventPayload140PrevProject$inboundSchema: z.ZodType<UserEventPayload140PrevProject, z.ZodTypeDef, unknown>;
4757
4787
  /** @internal */
4758
- export type UserEventPayload138PrevProject$Outbound = {
4788
+ export type UserEventPayload140PrevProject$Outbound = {
4759
4789
  microfrontends?: UserEventMicrofrontends2$Outbound | UserEventMicrofrontends1$Outbound | undefined;
4760
4790
  };
4761
4791
  /** @internal */
4762
- export declare const UserEventPayload138PrevProject$outboundSchema: z.ZodType<UserEventPayload138PrevProject$Outbound, z.ZodTypeDef, UserEventPayload138PrevProject>;
4792
+ export declare const UserEventPayload140PrevProject$outboundSchema: z.ZodType<UserEventPayload140PrevProject$Outbound, z.ZodTypeDef, UserEventPayload140PrevProject>;
4763
4793
  /**
4764
4794
  * @internal
4765
4795
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4766
4796
  */
4767
- export declare namespace UserEventPayload138PrevProject$ {
4768
- /** @deprecated use `UserEventPayload138PrevProject$inboundSchema` instead. */
4769
- const inboundSchema: z.ZodType<UserEventPayload138PrevProject, z.ZodTypeDef, unknown>;
4770
- /** @deprecated use `UserEventPayload138PrevProject$outboundSchema` instead. */
4771
- const outboundSchema: z.ZodType<UserEventPayload138PrevProject$Outbound, z.ZodTypeDef, UserEventPayload138PrevProject>;
4772
- /** @deprecated use `UserEventPayload138PrevProject$Outbound` instead. */
4773
- type Outbound = UserEventPayload138PrevProject$Outbound;
4797
+ export declare namespace UserEventPayload140PrevProject$ {
4798
+ /** @deprecated use `UserEventPayload140PrevProject$inboundSchema` instead. */
4799
+ const inboundSchema: z.ZodType<UserEventPayload140PrevProject, z.ZodTypeDef, unknown>;
4800
+ /** @deprecated use `UserEventPayload140PrevProject$outboundSchema` instead. */
4801
+ const outboundSchema: z.ZodType<UserEventPayload140PrevProject$Outbound, z.ZodTypeDef, UserEventPayload140PrevProject>;
4802
+ /** @deprecated use `UserEventPayload140PrevProject$Outbound` instead. */
4803
+ type Outbound = UserEventPayload140PrevProject$Outbound;
4774
4804
  }
4775
- export declare function userEventPayload138PrevProjectToJSON(userEventPayload138PrevProject: UserEventPayload138PrevProject): string;
4776
- export declare function userEventPayload138PrevProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload138PrevProject, SDKValidationError>;
4805
+ export declare function userEventPayload140PrevProjectToJSON(userEventPayload140PrevProject: UserEventPayload140PrevProject): string;
4806
+ export declare function userEventPayload140PrevProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload140PrevProject, SDKValidationError>;
4777
4807
  /** @internal */
4778
4808
  export declare const PayloadPrev$inboundSchema: z.ZodType<PayloadPrev, z.ZodTypeDef, unknown>;
4779
4809
  /** @internal */
4780
4810
  export type PayloadPrev$Outbound = {
4781
- project: UserEventPayload138PrevProject$Outbound;
4811
+ project: UserEventPayload140PrevProject$Outbound;
4782
4812
  };
4783
4813
  /** @internal */
4784
4814
  export declare const PayloadPrev$outboundSchema: z.ZodType<PayloadPrev$Outbound, z.ZodTypeDef, PayloadPrev>;
@@ -4821,52 +4851,52 @@ export declare namespace PayloadGroup$ {
4821
4851
  export declare function payloadGroupToJSON(payloadGroup: PayloadGroup): string;
4822
4852
  export declare function payloadGroupFromJSON(jsonString: string): SafeParseResult<PayloadGroup, SDKValidationError>;
4823
4853
  /** @internal */
4824
- export declare const OneHundredAndThirtyEight$inboundSchema: z.ZodType<OneHundredAndThirtyEight, z.ZodTypeDef, unknown>;
4854
+ export declare const OneHundredAndForty$inboundSchema: z.ZodType<OneHundredAndForty, z.ZodTypeDef, unknown>;
4825
4855
  /** @internal */
4826
- export type OneHundredAndThirtyEight$Outbound = {
4827
- project: UserEventPayload138Project$Outbound;
4856
+ export type OneHundredAndForty$Outbound = {
4857
+ project: UserEventPayload140Project$Outbound;
4828
4858
  prev: PayloadPrev$Outbound;
4829
4859
  group: PayloadGroup$Outbound;
4830
4860
  };
4831
4861
  /** @internal */
4832
- export declare const OneHundredAndThirtyEight$outboundSchema: z.ZodType<OneHundredAndThirtyEight$Outbound, z.ZodTypeDef, OneHundredAndThirtyEight>;
4862
+ export declare const OneHundredAndForty$outboundSchema: z.ZodType<OneHundredAndForty$Outbound, z.ZodTypeDef, OneHundredAndForty>;
4833
4863
  /**
4834
4864
  * @internal
4835
4865
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4836
4866
  */
4837
- export declare namespace OneHundredAndThirtyEight$ {
4838
- /** @deprecated use `OneHundredAndThirtyEight$inboundSchema` instead. */
4839
- const inboundSchema: z.ZodType<OneHundredAndThirtyEight, z.ZodTypeDef, unknown>;
4840
- /** @deprecated use `OneHundredAndThirtyEight$outboundSchema` instead. */
4841
- const outboundSchema: z.ZodType<OneHundredAndThirtyEight$Outbound, z.ZodTypeDef, OneHundredAndThirtyEight>;
4842
- /** @deprecated use `OneHundredAndThirtyEight$Outbound` instead. */
4843
- type Outbound = OneHundredAndThirtyEight$Outbound;
4867
+ export declare namespace OneHundredAndForty$ {
4868
+ /** @deprecated use `OneHundredAndForty$inboundSchema` instead. */
4869
+ const inboundSchema: z.ZodType<OneHundredAndForty, z.ZodTypeDef, unknown>;
4870
+ /** @deprecated use `OneHundredAndForty$outboundSchema` instead. */
4871
+ const outboundSchema: z.ZodType<OneHundredAndForty$Outbound, z.ZodTypeDef, OneHundredAndForty>;
4872
+ /** @deprecated use `OneHundredAndForty$Outbound` instead. */
4873
+ type Outbound = OneHundredAndForty$Outbound;
4844
4874
  }
4845
- export declare function oneHundredAndThirtyEightToJSON(oneHundredAndThirtyEight: OneHundredAndThirtyEight): string;
4846
- export declare function oneHundredAndThirtyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyEight, SDKValidationError>;
4875
+ export declare function oneHundredAndFortyToJSON(oneHundredAndForty: OneHundredAndForty): string;
4876
+ export declare function oneHundredAndFortyFromJSON(jsonString: string): SafeParseResult<OneHundredAndForty, SDKValidationError>;
4847
4877
  /** @internal */
4848
- export declare const UserEventPayload137Project$inboundSchema: z.ZodType<UserEventPayload137Project, z.ZodTypeDef, unknown>;
4878
+ export declare const UserEventPayload139Project$inboundSchema: z.ZodType<UserEventPayload139Project, z.ZodTypeDef, unknown>;
4849
4879
  /** @internal */
4850
- export type UserEventPayload137Project$Outbound = {
4880
+ export type UserEventPayload139Project$Outbound = {
4851
4881
  id: string;
4852
4882
  name: string;
4853
4883
  };
4854
4884
  /** @internal */
4855
- export declare const UserEventPayload137Project$outboundSchema: z.ZodType<UserEventPayload137Project$Outbound, z.ZodTypeDef, UserEventPayload137Project>;
4885
+ export declare const UserEventPayload139Project$outboundSchema: z.ZodType<UserEventPayload139Project$Outbound, z.ZodTypeDef, UserEventPayload139Project>;
4856
4886
  /**
4857
4887
  * @internal
4858
4888
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4859
4889
  */
4860
- export declare namespace UserEventPayload137Project$ {
4861
- /** @deprecated use `UserEventPayload137Project$inboundSchema` instead. */
4862
- const inboundSchema: z.ZodType<UserEventPayload137Project, z.ZodTypeDef, unknown>;
4863
- /** @deprecated use `UserEventPayload137Project$outboundSchema` instead. */
4864
- const outboundSchema: z.ZodType<UserEventPayload137Project$Outbound, z.ZodTypeDef, UserEventPayload137Project>;
4865
- /** @deprecated use `UserEventPayload137Project$Outbound` instead. */
4866
- type Outbound = UserEventPayload137Project$Outbound;
4890
+ export declare namespace UserEventPayload139Project$ {
4891
+ /** @deprecated use `UserEventPayload139Project$inboundSchema` instead. */
4892
+ const inboundSchema: z.ZodType<UserEventPayload139Project, z.ZodTypeDef, unknown>;
4893
+ /** @deprecated use `UserEventPayload139Project$outboundSchema` instead. */
4894
+ const outboundSchema: z.ZodType<UserEventPayload139Project$Outbound, z.ZodTypeDef, UserEventPayload139Project>;
4895
+ /** @deprecated use `UserEventPayload139Project$Outbound` instead. */
4896
+ type Outbound = UserEventPayload139Project$Outbound;
4867
4897
  }
4868
- export declare function userEventPayload137ProjectToJSON(userEventPayload137Project: UserEventPayload137Project): string;
4869
- export declare function userEventPayload137ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload137Project, SDKValidationError>;
4898
+ export declare function userEventPayload139ProjectToJSON(userEventPayload139Project: UserEventPayload139Project): string;
4899
+ export declare function userEventPayload139ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload139Project, SDKValidationError>;
4870
4900
  /** @internal */
4871
4901
  export declare const Group$inboundSchema: z.ZodType<Group, z.ZodTypeDef, unknown>;
4872
4902
  /** @internal */
@@ -4892,28 +4922,28 @@ export declare namespace Group$ {
4892
4922
  export declare function groupToJSON(group: Group): string;
4893
4923
  export declare function groupFromJSON(jsonString: string): SafeParseResult<Group, SDKValidationError>;
4894
4924
  /** @internal */
4895
- export declare const OneHundredAndThirtySeven$inboundSchema: z.ZodType<OneHundredAndThirtySeven, z.ZodTypeDef, unknown>;
4925
+ export declare const OneHundredAndThirtyNine$inboundSchema: z.ZodType<OneHundredAndThirtyNine, z.ZodTypeDef, unknown>;
4896
4926
  /** @internal */
4897
- export type OneHundredAndThirtySeven$Outbound = {
4898
- project: UserEventPayload137Project$Outbound;
4927
+ export type OneHundredAndThirtyNine$Outbound = {
4928
+ project: UserEventPayload139Project$Outbound;
4899
4929
  group: Group$Outbound;
4900
4930
  };
4901
4931
  /** @internal */
4902
- export declare const OneHundredAndThirtySeven$outboundSchema: z.ZodType<OneHundredAndThirtySeven$Outbound, z.ZodTypeDef, OneHundredAndThirtySeven>;
4932
+ export declare const OneHundredAndThirtyNine$outboundSchema: z.ZodType<OneHundredAndThirtyNine$Outbound, z.ZodTypeDef, OneHundredAndThirtyNine>;
4903
4933
  /**
4904
4934
  * @internal
4905
4935
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4906
4936
  */
4907
- export declare namespace OneHundredAndThirtySeven$ {
4908
- /** @deprecated use `OneHundredAndThirtySeven$inboundSchema` instead. */
4909
- const inboundSchema: z.ZodType<OneHundredAndThirtySeven, z.ZodTypeDef, unknown>;
4910
- /** @deprecated use `OneHundredAndThirtySeven$outboundSchema` instead. */
4911
- const outboundSchema: z.ZodType<OneHundredAndThirtySeven$Outbound, z.ZodTypeDef, OneHundredAndThirtySeven>;
4912
- /** @deprecated use `OneHundredAndThirtySeven$Outbound` instead. */
4913
- type Outbound = OneHundredAndThirtySeven$Outbound;
4937
+ export declare namespace OneHundredAndThirtyNine$ {
4938
+ /** @deprecated use `OneHundredAndThirtyNine$inboundSchema` instead. */
4939
+ const inboundSchema: z.ZodType<OneHundredAndThirtyNine, z.ZodTypeDef, unknown>;
4940
+ /** @deprecated use `OneHundredAndThirtyNine$outboundSchema` instead. */
4941
+ const outboundSchema: z.ZodType<OneHundredAndThirtyNine$Outbound, z.ZodTypeDef, OneHundredAndThirtyNine>;
4942
+ /** @deprecated use `OneHundredAndThirtyNine$Outbound` instead. */
4943
+ type Outbound = OneHundredAndThirtyNine$Outbound;
4914
4944
  }
4915
- export declare function oneHundredAndThirtySevenToJSON(oneHundredAndThirtySeven: OneHundredAndThirtySeven): string;
4916
- export declare function oneHundredAndThirtySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtySeven, SDKValidationError>;
4945
+ export declare function oneHundredAndThirtyNineToJSON(oneHundredAndThirtyNine: OneHundredAndThirtyNine): string;
4946
+ export declare function oneHundredAndThirtyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyNine, SDKValidationError>;
4917
4947
  /** @internal */
4918
4948
  export declare const Prev$inboundSchema: z.ZodType<Prev, z.ZodTypeDef, unknown>;
4919
4949
  /** @internal */
@@ -4938,143 +4968,143 @@ export declare namespace Prev$ {
4938
4968
  export declare function prevToJSON(prev: Prev): string;
4939
4969
  export declare function prevFromJSON(jsonString: string): SafeParseResult<Prev, SDKValidationError>;
4940
4970
  /** @internal */
4941
- export declare const OneHundredAndThirtySix$inboundSchema: z.ZodType<OneHundredAndThirtySix, z.ZodTypeDef, unknown>;
4971
+ export declare const OneHundredAndThirtyEight$inboundSchema: z.ZodType<OneHundredAndThirtyEight, z.ZodTypeDef, unknown>;
4942
4972
  /** @internal */
4943
- export type OneHundredAndThirtySix$Outbound = {
4973
+ export type OneHundredAndThirtyEight$Outbound = {
4944
4974
  id: string;
4945
4975
  slug: string;
4946
4976
  name: string;
4947
4977
  prev: Prev$Outbound;
4948
4978
  };
4949
4979
  /** @internal */
4950
- export declare const OneHundredAndThirtySix$outboundSchema: z.ZodType<OneHundredAndThirtySix$Outbound, z.ZodTypeDef, OneHundredAndThirtySix>;
4980
+ export declare const OneHundredAndThirtyEight$outboundSchema: z.ZodType<OneHundredAndThirtyEight$Outbound, z.ZodTypeDef, OneHundredAndThirtyEight>;
4951
4981
  /**
4952
4982
  * @internal
4953
4983
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4954
4984
  */
4955
- export declare namespace OneHundredAndThirtySix$ {
4956
- /** @deprecated use `OneHundredAndThirtySix$inboundSchema` instead. */
4957
- const inboundSchema: z.ZodType<OneHundredAndThirtySix, z.ZodTypeDef, unknown>;
4958
- /** @deprecated use `OneHundredAndThirtySix$outboundSchema` instead. */
4959
- const outboundSchema: z.ZodType<OneHundredAndThirtySix$Outbound, z.ZodTypeDef, OneHundredAndThirtySix>;
4960
- /** @deprecated use `OneHundredAndThirtySix$Outbound` instead. */
4961
- type Outbound = OneHundredAndThirtySix$Outbound;
4985
+ export declare namespace OneHundredAndThirtyEight$ {
4986
+ /** @deprecated use `OneHundredAndThirtyEight$inboundSchema` instead. */
4987
+ const inboundSchema: z.ZodType<OneHundredAndThirtyEight, z.ZodTypeDef, unknown>;
4988
+ /** @deprecated use `OneHundredAndThirtyEight$outboundSchema` instead. */
4989
+ const outboundSchema: z.ZodType<OneHundredAndThirtyEight$Outbound, z.ZodTypeDef, OneHundredAndThirtyEight>;
4990
+ /** @deprecated use `OneHundredAndThirtyEight$Outbound` instead. */
4991
+ type Outbound = OneHundredAndThirtyEight$Outbound;
4962
4992
  }
4963
- export declare function oneHundredAndThirtySixToJSON(oneHundredAndThirtySix: OneHundredAndThirtySix): string;
4964
- export declare function oneHundredAndThirtySixFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtySix, SDKValidationError>;
4993
+ export declare function oneHundredAndThirtyEightToJSON(oneHundredAndThirtyEight: OneHundredAndThirtyEight): string;
4994
+ export declare function oneHundredAndThirtyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyEight, SDKValidationError>;
4965
4995
  /** @internal */
4966
- export declare const OneHundredAndThirtyFive$inboundSchema: z.ZodType<OneHundredAndThirtyFive, z.ZodTypeDef, unknown>;
4996
+ export declare const OneHundredAndThirtySeven$inboundSchema: z.ZodType<OneHundredAndThirtySeven, z.ZodTypeDef, unknown>;
4967
4997
  /** @internal */
4968
- export type OneHundredAndThirtyFive$Outbound = {
4998
+ export type OneHundredAndThirtySeven$Outbound = {
4969
4999
  id: string;
4970
5000
  slug: string;
4971
5001
  name: string;
4972
5002
  };
4973
5003
  /** @internal */
4974
- export declare const OneHundredAndThirtyFive$outboundSchema: z.ZodType<OneHundredAndThirtyFive$Outbound, z.ZodTypeDef, OneHundredAndThirtyFive>;
5004
+ export declare const OneHundredAndThirtySeven$outboundSchema: z.ZodType<OneHundredAndThirtySeven$Outbound, z.ZodTypeDef, OneHundredAndThirtySeven>;
4975
5005
  /**
4976
5006
  * @internal
4977
5007
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4978
5008
  */
4979
- export declare namespace OneHundredAndThirtyFive$ {
4980
- /** @deprecated use `OneHundredAndThirtyFive$inboundSchema` instead. */
4981
- const inboundSchema: z.ZodType<OneHundredAndThirtyFive, z.ZodTypeDef, unknown>;
4982
- /** @deprecated use `OneHundredAndThirtyFive$outboundSchema` instead. */
4983
- const outboundSchema: z.ZodType<OneHundredAndThirtyFive$Outbound, z.ZodTypeDef, OneHundredAndThirtyFive>;
4984
- /** @deprecated use `OneHundredAndThirtyFive$Outbound` instead. */
4985
- type Outbound = OneHundredAndThirtyFive$Outbound;
5009
+ export declare namespace OneHundredAndThirtySeven$ {
5010
+ /** @deprecated use `OneHundredAndThirtySeven$inboundSchema` instead. */
5011
+ const inboundSchema: z.ZodType<OneHundredAndThirtySeven, z.ZodTypeDef, unknown>;
5012
+ /** @deprecated use `OneHundredAndThirtySeven$outboundSchema` instead. */
5013
+ const outboundSchema: z.ZodType<OneHundredAndThirtySeven$Outbound, z.ZodTypeDef, OneHundredAndThirtySeven>;
5014
+ /** @deprecated use `OneHundredAndThirtySeven$Outbound` instead. */
5015
+ type Outbound = OneHundredAndThirtySeven$Outbound;
4986
5016
  }
4987
- export declare function oneHundredAndThirtyFiveToJSON(oneHundredAndThirtyFive: OneHundredAndThirtyFive): string;
4988
- export declare function oneHundredAndThirtyFiveFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyFive, SDKValidationError>;
5017
+ export declare function oneHundredAndThirtySevenToJSON(oneHundredAndThirtySeven: OneHundredAndThirtySeven): string;
5018
+ export declare function oneHundredAndThirtySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtySeven, SDKValidationError>;
4989
5019
  /** @internal */
4990
- export declare const OneHundredAndThirtyFour$inboundSchema: z.ZodType<OneHundredAndThirtyFour, z.ZodTypeDef, unknown>;
5020
+ export declare const OneHundredAndThirtySix$inboundSchema: z.ZodType<OneHundredAndThirtySix, z.ZodTypeDef, unknown>;
4991
5021
  /** @internal */
4992
- export type OneHundredAndThirtyFour$Outbound = {
5022
+ export type OneHundredAndThirtySix$Outbound = {
4993
5023
  edgeConfigId: string;
4994
5024
  edgeConfigSlug: string;
4995
5025
  edgeConfigTokenIds: Array<string>;
4996
5026
  };
4997
5027
  /** @internal */
4998
- export declare const OneHundredAndThirtyFour$outboundSchema: z.ZodType<OneHundredAndThirtyFour$Outbound, z.ZodTypeDef, OneHundredAndThirtyFour>;
5028
+ export declare const OneHundredAndThirtySix$outboundSchema: z.ZodType<OneHundredAndThirtySix$Outbound, z.ZodTypeDef, OneHundredAndThirtySix>;
4999
5029
  /**
5000
5030
  * @internal
5001
5031
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5002
5032
  */
5003
- export declare namespace OneHundredAndThirtyFour$ {
5004
- /** @deprecated use `OneHundredAndThirtyFour$inboundSchema` instead. */
5005
- const inboundSchema: z.ZodType<OneHundredAndThirtyFour, z.ZodTypeDef, unknown>;
5006
- /** @deprecated use `OneHundredAndThirtyFour$outboundSchema` instead. */
5007
- const outboundSchema: z.ZodType<OneHundredAndThirtyFour$Outbound, z.ZodTypeDef, OneHundredAndThirtyFour>;
5008
- /** @deprecated use `OneHundredAndThirtyFour$Outbound` instead. */
5009
- type Outbound = OneHundredAndThirtyFour$Outbound;
5033
+ export declare namespace OneHundredAndThirtySix$ {
5034
+ /** @deprecated use `OneHundredAndThirtySix$inboundSchema` instead. */
5035
+ const inboundSchema: z.ZodType<OneHundredAndThirtySix, z.ZodTypeDef, unknown>;
5036
+ /** @deprecated use `OneHundredAndThirtySix$outboundSchema` instead. */
5037
+ const outboundSchema: z.ZodType<OneHundredAndThirtySix$Outbound, z.ZodTypeDef, OneHundredAndThirtySix>;
5038
+ /** @deprecated use `OneHundredAndThirtySix$Outbound` instead. */
5039
+ type Outbound = OneHundredAndThirtySix$Outbound;
5010
5040
  }
5011
- export declare function oneHundredAndThirtyFourToJSON(oneHundredAndThirtyFour: OneHundredAndThirtyFour): string;
5012
- export declare function oneHundredAndThirtyFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyFour, SDKValidationError>;
5041
+ export declare function oneHundredAndThirtySixToJSON(oneHundredAndThirtySix: OneHundredAndThirtySix): string;
5042
+ export declare function oneHundredAndThirtySixFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtySix, SDKValidationError>;
5013
5043
  /** @internal */
5014
- export declare const OneHundredAndThirtyThree$inboundSchema: z.ZodType<OneHundredAndThirtyThree, z.ZodTypeDef, unknown>;
5044
+ export declare const OneHundredAndThirtyFive$inboundSchema: z.ZodType<OneHundredAndThirtyFive, z.ZodTypeDef, unknown>;
5015
5045
  /** @internal */
5016
- export type OneHundredAndThirtyThree$Outbound = {
5046
+ export type OneHundredAndThirtyFive$Outbound = {
5017
5047
  edgeConfigId: string;
5018
5048
  edgeConfigSlug: string;
5019
5049
  edgeConfigTokenId: string;
5020
5050
  label: string;
5021
5051
  };
5022
5052
  /** @internal */
5023
- export declare const OneHundredAndThirtyThree$outboundSchema: z.ZodType<OneHundredAndThirtyThree$Outbound, z.ZodTypeDef, OneHundredAndThirtyThree>;
5053
+ export declare const OneHundredAndThirtyFive$outboundSchema: z.ZodType<OneHundredAndThirtyFive$Outbound, z.ZodTypeDef, OneHundredAndThirtyFive>;
5024
5054
  /**
5025
5055
  * @internal
5026
5056
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5027
5057
  */
5028
- export declare namespace OneHundredAndThirtyThree$ {
5029
- /** @deprecated use `OneHundredAndThirtyThree$inboundSchema` instead. */
5030
- const inboundSchema: z.ZodType<OneHundredAndThirtyThree, z.ZodTypeDef, unknown>;
5031
- /** @deprecated use `OneHundredAndThirtyThree$outboundSchema` instead. */
5032
- const outboundSchema: z.ZodType<OneHundredAndThirtyThree$Outbound, z.ZodTypeDef, OneHundredAndThirtyThree>;
5033
- /** @deprecated use `OneHundredAndThirtyThree$Outbound` instead. */
5034
- type Outbound = OneHundredAndThirtyThree$Outbound;
5058
+ export declare namespace OneHundredAndThirtyFive$ {
5059
+ /** @deprecated use `OneHundredAndThirtyFive$inboundSchema` instead. */
5060
+ const inboundSchema: z.ZodType<OneHundredAndThirtyFive, z.ZodTypeDef, unknown>;
5061
+ /** @deprecated use `OneHundredAndThirtyFive$outboundSchema` instead. */
5062
+ const outboundSchema: z.ZodType<OneHundredAndThirtyFive$Outbound, z.ZodTypeDef, OneHundredAndThirtyFive>;
5063
+ /** @deprecated use `OneHundredAndThirtyFive$Outbound` instead. */
5064
+ type Outbound = OneHundredAndThirtyFive$Outbound;
5035
5065
  }
5036
- export declare function oneHundredAndThirtyThreeToJSON(oneHundredAndThirtyThree: OneHundredAndThirtyThree): string;
5037
- export declare function oneHundredAndThirtyThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyThree, SDKValidationError>;
5066
+ export declare function oneHundredAndThirtyFiveToJSON(oneHundredAndThirtyFive: OneHundredAndThirtyFive): string;
5067
+ export declare function oneHundredAndThirtyFiveFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyFive, SDKValidationError>;
5038
5068
  /** @internal */
5039
- export declare const OneHundredAndThirtyTwo$inboundSchema: z.ZodType<OneHundredAndThirtyTwo, z.ZodTypeDef, unknown>;
5069
+ export declare const OneHundredAndThirtyFour$inboundSchema: z.ZodType<OneHundredAndThirtyFour, z.ZodTypeDef, unknown>;
5040
5070
  /** @internal */
5041
- export type OneHundredAndThirtyTwo$Outbound = {
5071
+ export type OneHundredAndThirtyFour$Outbound = {
5042
5072
  edgeConfigId: string;
5043
5073
  edgeConfigSlug: string;
5044
5074
  edgeConfigDigest: string;
5045
5075
  };
5046
5076
  /** @internal */
5047
- export declare const OneHundredAndThirtyTwo$outboundSchema: z.ZodType<OneHundredAndThirtyTwo$Outbound, z.ZodTypeDef, OneHundredAndThirtyTwo>;
5077
+ export declare const OneHundredAndThirtyFour$outboundSchema: z.ZodType<OneHundredAndThirtyFour$Outbound, z.ZodTypeDef, OneHundredAndThirtyFour>;
5048
5078
  /**
5049
5079
  * @internal
5050
5080
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5051
5081
  */
5052
- export declare namespace OneHundredAndThirtyTwo$ {
5053
- /** @deprecated use `OneHundredAndThirtyTwo$inboundSchema` instead. */
5054
- const inboundSchema: z.ZodType<OneHundredAndThirtyTwo, z.ZodTypeDef, unknown>;
5055
- /** @deprecated use `OneHundredAndThirtyTwo$outboundSchema` instead. */
5056
- const outboundSchema: z.ZodType<OneHundredAndThirtyTwo$Outbound, z.ZodTypeDef, OneHundredAndThirtyTwo>;
5057
- /** @deprecated use `OneHundredAndThirtyTwo$Outbound` instead. */
5058
- type Outbound = OneHundredAndThirtyTwo$Outbound;
5082
+ export declare namespace OneHundredAndThirtyFour$ {
5083
+ /** @deprecated use `OneHundredAndThirtyFour$inboundSchema` instead. */
5084
+ const inboundSchema: z.ZodType<OneHundredAndThirtyFour, z.ZodTypeDef, unknown>;
5085
+ /** @deprecated use `OneHundredAndThirtyFour$outboundSchema` instead. */
5086
+ const outboundSchema: z.ZodType<OneHundredAndThirtyFour$Outbound, z.ZodTypeDef, OneHundredAndThirtyFour>;
5087
+ /** @deprecated use `OneHundredAndThirtyFour$Outbound` instead. */
5088
+ type Outbound = OneHundredAndThirtyFour$Outbound;
5059
5089
  }
5060
- export declare function oneHundredAndThirtyTwoToJSON(oneHundredAndThirtyTwo: OneHundredAndThirtyTwo): string;
5061
- export declare function oneHundredAndThirtyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyTwo, SDKValidationError>;
5090
+ export declare function oneHundredAndThirtyFourToJSON(oneHundredAndThirtyFour: OneHundredAndThirtyFour): string;
5091
+ export declare function oneHundredAndThirtyFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyFour, SDKValidationError>;
5062
5092
  /** @internal */
5063
- export declare const UserEventPayload131Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload131Role>;
5093
+ export declare const UserEventPayload133Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload133Role>;
5064
5094
  /** @internal */
5065
- export declare const UserEventPayload131Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload131Role>;
5095
+ export declare const UserEventPayload133Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload133Role>;
5066
5096
  /**
5067
5097
  * @internal
5068
5098
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5069
5099
  */
5070
- export declare namespace UserEventPayload131Role$ {
5071
- /** @deprecated use `UserEventPayload131Role$inboundSchema` instead. */
5100
+ export declare namespace UserEventPayload133Role$ {
5101
+ /** @deprecated use `UserEventPayload133Role$inboundSchema` instead. */
5072
5102
  const inboundSchema: z.ZodNativeEnum<{
5073
5103
  readonly Admin: "ADMIN";
5074
5104
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
5075
5105
  readonly ProjectViewer: "PROJECT_VIEWER";
5076
5106
  }>;
5077
- /** @deprecated use `UserEventPayload131Role$outboundSchema` instead. */
5107
+ /** @deprecated use `UserEventPayload133Role$outboundSchema` instead. */
5078
5108
  const outboundSchema: z.ZodNativeEnum<{
5079
5109
  readonly Admin: "ADMIN";
5080
5110
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
@@ -5082,9 +5112,9 @@ export declare namespace UserEventPayload131Role$ {
5082
5112
  }>;
5083
5113
  }
5084
5114
  /** @internal */
5085
- export declare const UserEventPayload131Project$inboundSchema: z.ZodType<UserEventPayload131Project, z.ZodTypeDef, unknown>;
5115
+ export declare const UserEventPayload133Project$inboundSchema: z.ZodType<UserEventPayload133Project, z.ZodTypeDef, unknown>;
5086
5116
  /** @internal */
5087
- export type UserEventPayload131Project$Outbound = {
5117
+ export type UserEventPayload133Project$Outbound = {
5088
5118
  name: string;
5089
5119
  role: string;
5090
5120
  invitedUserName: string;
@@ -5092,82 +5122,82 @@ export type UserEventPayload131Project$Outbound = {
5092
5122
  invitedUserId?: string | undefined;
5093
5123
  };
5094
5124
  /** @internal */
5095
- export declare const UserEventPayload131Project$outboundSchema: z.ZodType<UserEventPayload131Project$Outbound, z.ZodTypeDef, UserEventPayload131Project>;
5125
+ export declare const UserEventPayload133Project$outboundSchema: z.ZodType<UserEventPayload133Project$Outbound, z.ZodTypeDef, UserEventPayload133Project>;
5096
5126
  /**
5097
5127
  * @internal
5098
5128
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5099
5129
  */
5100
- export declare namespace UserEventPayload131Project$ {
5101
- /** @deprecated use `UserEventPayload131Project$inboundSchema` instead. */
5102
- const inboundSchema: z.ZodType<UserEventPayload131Project, z.ZodTypeDef, unknown>;
5103
- /** @deprecated use `UserEventPayload131Project$outboundSchema` instead. */
5104
- const outboundSchema: z.ZodType<UserEventPayload131Project$Outbound, z.ZodTypeDef, UserEventPayload131Project>;
5105
- /** @deprecated use `UserEventPayload131Project$Outbound` instead. */
5106
- type Outbound = UserEventPayload131Project$Outbound;
5130
+ export declare namespace UserEventPayload133Project$ {
5131
+ /** @deprecated use `UserEventPayload133Project$inboundSchema` instead. */
5132
+ const inboundSchema: z.ZodType<UserEventPayload133Project, z.ZodTypeDef, unknown>;
5133
+ /** @deprecated use `UserEventPayload133Project$outboundSchema` instead. */
5134
+ const outboundSchema: z.ZodType<UserEventPayload133Project$Outbound, z.ZodTypeDef, UserEventPayload133Project>;
5135
+ /** @deprecated use `UserEventPayload133Project$Outbound` instead. */
5136
+ type Outbound = UserEventPayload133Project$Outbound;
5107
5137
  }
5108
- export declare function userEventPayload131ProjectToJSON(userEventPayload131Project: UserEventPayload131Project): string;
5109
- export declare function userEventPayload131ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload131Project, SDKValidationError>;
5138
+ export declare function userEventPayload133ProjectToJSON(userEventPayload133Project: UserEventPayload133Project): string;
5139
+ export declare function userEventPayload133ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload133Project, SDKValidationError>;
5110
5140
  /** @internal */
5111
- export declare const OneHundredAndThirtyOne$inboundSchema: z.ZodType<OneHundredAndThirtyOne, z.ZodTypeDef, unknown>;
5141
+ export declare const OneHundredAndThirtyThree$inboundSchema: z.ZodType<OneHundredAndThirtyThree, z.ZodTypeDef, unknown>;
5112
5142
  /** @internal */
5113
- export type OneHundredAndThirtyOne$Outbound = {
5114
- project: UserEventPayload131Project$Outbound;
5143
+ export type OneHundredAndThirtyThree$Outbound = {
5144
+ project: UserEventPayload133Project$Outbound;
5115
5145
  };
5116
5146
  /** @internal */
5117
- export declare const OneHundredAndThirtyOne$outboundSchema: z.ZodType<OneHundredAndThirtyOne$Outbound, z.ZodTypeDef, OneHundredAndThirtyOne>;
5147
+ export declare const OneHundredAndThirtyThree$outboundSchema: z.ZodType<OneHundredAndThirtyThree$Outbound, z.ZodTypeDef, OneHundredAndThirtyThree>;
5118
5148
  /**
5119
5149
  * @internal
5120
5150
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5121
5151
  */
5122
- export declare namespace OneHundredAndThirtyOne$ {
5123
- /** @deprecated use `OneHundredAndThirtyOne$inboundSchema` instead. */
5124
- const inboundSchema: z.ZodType<OneHundredAndThirtyOne, z.ZodTypeDef, unknown>;
5125
- /** @deprecated use `OneHundredAndThirtyOne$outboundSchema` instead. */
5126
- const outboundSchema: z.ZodType<OneHundredAndThirtyOne$Outbound, z.ZodTypeDef, OneHundredAndThirtyOne>;
5127
- /** @deprecated use `OneHundredAndThirtyOne$Outbound` instead. */
5128
- type Outbound = OneHundredAndThirtyOne$Outbound;
5152
+ export declare namespace OneHundredAndThirtyThree$ {
5153
+ /** @deprecated use `OneHundredAndThirtyThree$inboundSchema` instead. */
5154
+ const inboundSchema: z.ZodType<OneHundredAndThirtyThree, z.ZodTypeDef, unknown>;
5155
+ /** @deprecated use `OneHundredAndThirtyThree$outboundSchema` instead. */
5156
+ const outboundSchema: z.ZodType<OneHundredAndThirtyThree$Outbound, z.ZodTypeDef, OneHundredAndThirtyThree>;
5157
+ /** @deprecated use `OneHundredAndThirtyThree$Outbound` instead. */
5158
+ type Outbound = OneHundredAndThirtyThree$Outbound;
5129
5159
  }
5130
- export declare function oneHundredAndThirtyOneToJSON(oneHundredAndThirtyOne: OneHundredAndThirtyOne): string;
5131
- export declare function oneHundredAndThirtyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyOne, SDKValidationError>;
5160
+ export declare function oneHundredAndThirtyThreeToJSON(oneHundredAndThirtyThree: OneHundredAndThirtyThree): string;
5161
+ export declare function oneHundredAndThirtyThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyThree, SDKValidationError>;
5132
5162
  /** @internal */
5133
- export declare const UserEventPayload130Project$inboundSchema: z.ZodType<UserEventPayload130Project, z.ZodTypeDef, unknown>;
5163
+ export declare const UserEventPayload132Project$inboundSchema: z.ZodType<UserEventPayload132Project, z.ZodTypeDef, unknown>;
5134
5164
  /** @internal */
5135
- export type UserEventPayload130Project$Outbound = {
5165
+ export type UserEventPayload132Project$Outbound = {
5136
5166
  id: string;
5137
5167
  name: string;
5138
5168
  };
5139
5169
  /** @internal */
5140
- export declare const UserEventPayload130Project$outboundSchema: z.ZodType<UserEventPayload130Project$Outbound, z.ZodTypeDef, UserEventPayload130Project>;
5170
+ export declare const UserEventPayload132Project$outboundSchema: z.ZodType<UserEventPayload132Project$Outbound, z.ZodTypeDef, UserEventPayload132Project>;
5141
5171
  /**
5142
5172
  * @internal
5143
5173
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5144
5174
  */
5145
- export declare namespace UserEventPayload130Project$ {
5146
- /** @deprecated use `UserEventPayload130Project$inboundSchema` instead. */
5147
- const inboundSchema: z.ZodType<UserEventPayload130Project, z.ZodTypeDef, unknown>;
5148
- /** @deprecated use `UserEventPayload130Project$outboundSchema` instead. */
5149
- const outboundSchema: z.ZodType<UserEventPayload130Project$Outbound, z.ZodTypeDef, UserEventPayload130Project>;
5150
- /** @deprecated use `UserEventPayload130Project$Outbound` instead. */
5151
- type Outbound = UserEventPayload130Project$Outbound;
5175
+ export declare namespace UserEventPayload132Project$ {
5176
+ /** @deprecated use `UserEventPayload132Project$inboundSchema` instead. */
5177
+ const inboundSchema: z.ZodType<UserEventPayload132Project, z.ZodTypeDef, unknown>;
5178
+ /** @deprecated use `UserEventPayload132Project$outboundSchema` instead. */
5179
+ const outboundSchema: z.ZodType<UserEventPayload132Project$Outbound, z.ZodTypeDef, UserEventPayload132Project>;
5180
+ /** @deprecated use `UserEventPayload132Project$Outbound` instead. */
5181
+ type Outbound = UserEventPayload132Project$Outbound;
5152
5182
  }
5153
- export declare function userEventPayload130ProjectToJSON(userEventPayload130Project: UserEventPayload130Project): string;
5154
- export declare function userEventPayload130ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload130Project, SDKValidationError>;
5183
+ export declare function userEventPayload132ProjectToJSON(userEventPayload132Project: UserEventPayload132Project): string;
5184
+ export declare function userEventPayload132ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload132Project, SDKValidationError>;
5155
5185
  /** @internal */
5156
- export declare const UserEventPayload130Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload130Role>;
5186
+ export declare const UserEventPayload132Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload132Role>;
5157
5187
  /** @internal */
5158
- export declare const UserEventPayload130Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload130Role>;
5188
+ export declare const UserEventPayload132Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload132Role>;
5159
5189
  /**
5160
5190
  * @internal
5161
5191
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5162
5192
  */
5163
- export declare namespace UserEventPayload130Role$ {
5164
- /** @deprecated use `UserEventPayload130Role$inboundSchema` instead. */
5193
+ export declare namespace UserEventPayload132Role$ {
5194
+ /** @deprecated use `UserEventPayload132Role$inboundSchema` instead. */
5165
5195
  const inboundSchema: z.ZodNativeEnum<{
5166
5196
  readonly Admin: "ADMIN";
5167
5197
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
5168
5198
  readonly ProjectViewer: "PROJECT_VIEWER";
5169
5199
  }>;
5170
- /** @deprecated use `UserEventPayload130Role$outboundSchema` instead. */
5200
+ /** @deprecated use `UserEventPayload132Role$outboundSchema` instead. */
5171
5201
  const outboundSchema: z.ZodNativeEnum<{
5172
5202
  readonly Admin: "ADMIN";
5173
5203
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
@@ -5175,21 +5205,21 @@ export declare namespace UserEventPayload130Role$ {
5175
5205
  }>;
5176
5206
  }
5177
5207
  /** @internal */
5178
- export declare const PreviousRole$inboundSchema: z.ZodNativeEnum<typeof PreviousRole>;
5208
+ export declare const PayloadPreviousRole$inboundSchema: z.ZodNativeEnum<typeof PayloadPreviousRole>;
5179
5209
  /** @internal */
5180
- export declare const PreviousRole$outboundSchema: z.ZodNativeEnum<typeof PreviousRole>;
5210
+ export declare const PayloadPreviousRole$outboundSchema: z.ZodNativeEnum<typeof PayloadPreviousRole>;
5181
5211
  /**
5182
5212
  * @internal
5183
5213
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5184
5214
  */
5185
- export declare namespace PreviousRole$ {
5186
- /** @deprecated use `PreviousRole$inboundSchema` instead. */
5215
+ export declare namespace PayloadPreviousRole$ {
5216
+ /** @deprecated use `PayloadPreviousRole$inboundSchema` instead. */
5187
5217
  const inboundSchema: z.ZodNativeEnum<{
5188
5218
  readonly Admin: "ADMIN";
5189
5219
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
5190
5220
  readonly ProjectViewer: "PROJECT_VIEWER";
5191
5221
  }>;
5192
- /** @deprecated use `PreviousRole$outboundSchema` instead. */
5222
+ /** @deprecated use `PayloadPreviousRole$outboundSchema` instead. */
5193
5223
  const outboundSchema: z.ZodNativeEnum<{
5194
5224
  readonly Admin: "ADMIN";
5195
5225
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
@@ -5223,51 +5253,51 @@ export declare namespace PayloadProjectMembership$ {
5223
5253
  export declare function payloadProjectMembershipToJSON(payloadProjectMembership: PayloadProjectMembership): string;
5224
5254
  export declare function payloadProjectMembershipFromJSON(jsonString: string): SafeParseResult<PayloadProjectMembership, SDKValidationError>;
5225
5255
  /** @internal */
5226
- export declare const OneHundredAndThirty$inboundSchema: z.ZodType<OneHundredAndThirty, z.ZodTypeDef, unknown>;
5256
+ export declare const OneHundredAndThirtyTwo$inboundSchema: z.ZodType<OneHundredAndThirtyTwo, z.ZodTypeDef, unknown>;
5227
5257
  /** @internal */
5228
- export type OneHundredAndThirty$Outbound = {
5229
- project: UserEventPayload130Project$Outbound;
5258
+ export type OneHundredAndThirtyTwo$Outbound = {
5259
+ project: UserEventPayload132Project$Outbound;
5230
5260
  projectMembership: PayloadProjectMembership$Outbound;
5231
5261
  };
5232
5262
  /** @internal */
5233
- export declare const OneHundredAndThirty$outboundSchema: z.ZodType<OneHundredAndThirty$Outbound, z.ZodTypeDef, OneHundredAndThirty>;
5263
+ export declare const OneHundredAndThirtyTwo$outboundSchema: z.ZodType<OneHundredAndThirtyTwo$Outbound, z.ZodTypeDef, OneHundredAndThirtyTwo>;
5234
5264
  /**
5235
5265
  * @internal
5236
5266
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5237
5267
  */
5238
- export declare namespace OneHundredAndThirty$ {
5239
- /** @deprecated use `OneHundredAndThirty$inboundSchema` instead. */
5240
- const inboundSchema: z.ZodType<OneHundredAndThirty, z.ZodTypeDef, unknown>;
5241
- /** @deprecated use `OneHundredAndThirty$outboundSchema` instead. */
5242
- const outboundSchema: z.ZodType<OneHundredAndThirty$Outbound, z.ZodTypeDef, OneHundredAndThirty>;
5243
- /** @deprecated use `OneHundredAndThirty$Outbound` instead. */
5244
- type Outbound = OneHundredAndThirty$Outbound;
5268
+ export declare namespace OneHundredAndThirtyTwo$ {
5269
+ /** @deprecated use `OneHundredAndThirtyTwo$inboundSchema` instead. */
5270
+ const inboundSchema: z.ZodType<OneHundredAndThirtyTwo, z.ZodTypeDef, unknown>;
5271
+ /** @deprecated use `OneHundredAndThirtyTwo$outboundSchema` instead. */
5272
+ const outboundSchema: z.ZodType<OneHundredAndThirtyTwo$Outbound, z.ZodTypeDef, OneHundredAndThirtyTwo>;
5273
+ /** @deprecated use `OneHundredAndThirtyTwo$Outbound` instead. */
5274
+ type Outbound = OneHundredAndThirtyTwo$Outbound;
5245
5275
  }
5246
- export declare function oneHundredAndThirtyToJSON(oneHundredAndThirty: OneHundredAndThirty): string;
5247
- export declare function oneHundredAndThirtyFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirty, SDKValidationError>;
5276
+ export declare function oneHundredAndThirtyTwoToJSON(oneHundredAndThirtyTwo: OneHundredAndThirtyTwo): string;
5277
+ export declare function oneHundredAndThirtyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyTwo, SDKValidationError>;
5248
5278
  /** @internal */
5249
- export declare const UserEventPayload129Project$inboundSchema: z.ZodType<UserEventPayload129Project, z.ZodTypeDef, unknown>;
5279
+ export declare const UserEventPayload131Project$inboundSchema: z.ZodType<UserEventPayload131Project, z.ZodTypeDef, unknown>;
5250
5280
  /** @internal */
5251
- export type UserEventPayload129Project$Outbound = {
5281
+ export type UserEventPayload131Project$Outbound = {
5252
5282
  name: string;
5253
5283
  id?: string | undefined;
5254
5284
  };
5255
5285
  /** @internal */
5256
- export declare const UserEventPayload129Project$outboundSchema: z.ZodType<UserEventPayload129Project$Outbound, z.ZodTypeDef, UserEventPayload129Project>;
5286
+ export declare const UserEventPayload131Project$outboundSchema: z.ZodType<UserEventPayload131Project$Outbound, z.ZodTypeDef, UserEventPayload131Project>;
5257
5287
  /**
5258
5288
  * @internal
5259
5289
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5260
5290
  */
5261
- export declare namespace UserEventPayload129Project$ {
5262
- /** @deprecated use `UserEventPayload129Project$inboundSchema` instead. */
5263
- const inboundSchema: z.ZodType<UserEventPayload129Project, z.ZodTypeDef, unknown>;
5264
- /** @deprecated use `UserEventPayload129Project$outboundSchema` instead. */
5265
- const outboundSchema: z.ZodType<UserEventPayload129Project$Outbound, z.ZodTypeDef, UserEventPayload129Project>;
5266
- /** @deprecated use `UserEventPayload129Project$Outbound` instead. */
5267
- type Outbound = UserEventPayload129Project$Outbound;
5291
+ export declare namespace UserEventPayload131Project$ {
5292
+ /** @deprecated use `UserEventPayload131Project$inboundSchema` instead. */
5293
+ const inboundSchema: z.ZodType<UserEventPayload131Project, z.ZodTypeDef, unknown>;
5294
+ /** @deprecated use `UserEventPayload131Project$outboundSchema` instead. */
5295
+ const outboundSchema: z.ZodType<UserEventPayload131Project$Outbound, z.ZodTypeDef, UserEventPayload131Project>;
5296
+ /** @deprecated use `UserEventPayload131Project$Outbound` instead. */
5297
+ type Outbound = UserEventPayload131Project$Outbound;
5268
5298
  }
5269
- export declare function userEventPayload129ProjectToJSON(userEventPayload129Project: UserEventPayload129Project): string;
5270
- export declare function userEventPayload129ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload129Project, SDKValidationError>;
5299
+ export declare function userEventPayload131ProjectToJSON(userEventPayload131Project: UserEventPayload131Project): string;
5300
+ export declare function userEventPayload131ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload131Project, SDKValidationError>;
5271
5301
  /** @internal */
5272
5302
  export declare const UserEventPayloadRole$inboundSchema: z.ZodNativeEnum<typeof UserEventPayloadRole>;
5273
5303
  /** @internal */
@@ -5316,51 +5346,51 @@ export declare namespace RemovedMembership$ {
5316
5346
  export declare function removedMembershipToJSON(removedMembership: RemovedMembership): string;
5317
5347
  export declare function removedMembershipFromJSON(jsonString: string): SafeParseResult<RemovedMembership, SDKValidationError>;
5318
5348
  /** @internal */
5319
- export declare const OneHundredAndTwentyNine$inboundSchema: z.ZodType<OneHundredAndTwentyNine, z.ZodTypeDef, unknown>;
5349
+ export declare const OneHundredAndThirtyOne$inboundSchema: z.ZodType<OneHundredAndThirtyOne, z.ZodTypeDef, unknown>;
5320
5350
  /** @internal */
5321
- export type OneHundredAndTwentyNine$Outbound = {
5322
- project: UserEventPayload129Project$Outbound;
5351
+ export type OneHundredAndThirtyOne$Outbound = {
5352
+ project: UserEventPayload131Project$Outbound;
5323
5353
  removedMembership: RemovedMembership$Outbound;
5324
5354
  };
5325
5355
  /** @internal */
5326
- export declare const OneHundredAndTwentyNine$outboundSchema: z.ZodType<OneHundredAndTwentyNine$Outbound, z.ZodTypeDef, OneHundredAndTwentyNine>;
5356
+ export declare const OneHundredAndThirtyOne$outboundSchema: z.ZodType<OneHundredAndThirtyOne$Outbound, z.ZodTypeDef, OneHundredAndThirtyOne>;
5327
5357
  /**
5328
5358
  * @internal
5329
5359
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5330
5360
  */
5331
- export declare namespace OneHundredAndTwentyNine$ {
5332
- /** @deprecated use `OneHundredAndTwentyNine$inboundSchema` instead. */
5333
- const inboundSchema: z.ZodType<OneHundredAndTwentyNine, z.ZodTypeDef, unknown>;
5334
- /** @deprecated use `OneHundredAndTwentyNine$outboundSchema` instead. */
5335
- const outboundSchema: z.ZodType<OneHundredAndTwentyNine$Outbound, z.ZodTypeDef, OneHundredAndTwentyNine>;
5336
- /** @deprecated use `OneHundredAndTwentyNine$Outbound` instead. */
5337
- type Outbound = OneHundredAndTwentyNine$Outbound;
5361
+ export declare namespace OneHundredAndThirtyOne$ {
5362
+ /** @deprecated use `OneHundredAndThirtyOne$inboundSchema` instead. */
5363
+ const inboundSchema: z.ZodType<OneHundredAndThirtyOne, z.ZodTypeDef, unknown>;
5364
+ /** @deprecated use `OneHundredAndThirtyOne$outboundSchema` instead. */
5365
+ const outboundSchema: z.ZodType<OneHundredAndThirtyOne$Outbound, z.ZodTypeDef, OneHundredAndThirtyOne>;
5366
+ /** @deprecated use `OneHundredAndThirtyOne$Outbound` instead. */
5367
+ type Outbound = OneHundredAndThirtyOne$Outbound;
5338
5368
  }
5339
- export declare function oneHundredAndTwentyNineToJSON(oneHundredAndTwentyNine: OneHundredAndTwentyNine): string;
5340
- export declare function oneHundredAndTwentyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyNine, SDKValidationError>;
5369
+ export declare function oneHundredAndThirtyOneToJSON(oneHundredAndThirtyOne: OneHundredAndThirtyOne): string;
5370
+ export declare function oneHundredAndThirtyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyOne, SDKValidationError>;
5341
5371
  /** @internal */
5342
- export declare const UserEventPayload128Project$inboundSchema: z.ZodType<UserEventPayload128Project, z.ZodTypeDef, unknown>;
5372
+ export declare const UserEventPayload130Project$inboundSchema: z.ZodType<UserEventPayload130Project, z.ZodTypeDef, unknown>;
5343
5373
  /** @internal */
5344
- export type UserEventPayload128Project$Outbound = {
5374
+ export type UserEventPayload130Project$Outbound = {
5345
5375
  name: string;
5346
5376
  id?: string | undefined;
5347
5377
  };
5348
5378
  /** @internal */
5349
- export declare const UserEventPayload128Project$outboundSchema: z.ZodType<UserEventPayload128Project$Outbound, z.ZodTypeDef, UserEventPayload128Project>;
5379
+ export declare const UserEventPayload130Project$outboundSchema: z.ZodType<UserEventPayload130Project$Outbound, z.ZodTypeDef, UserEventPayload130Project>;
5350
5380
  /**
5351
5381
  * @internal
5352
5382
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5353
5383
  */
5354
- export declare namespace UserEventPayload128Project$ {
5355
- /** @deprecated use `UserEventPayload128Project$inboundSchema` instead. */
5356
- const inboundSchema: z.ZodType<UserEventPayload128Project, z.ZodTypeDef, unknown>;
5357
- /** @deprecated use `UserEventPayload128Project$outboundSchema` instead. */
5358
- const outboundSchema: z.ZodType<UserEventPayload128Project$Outbound, z.ZodTypeDef, UserEventPayload128Project>;
5359
- /** @deprecated use `UserEventPayload128Project$Outbound` instead. */
5360
- type Outbound = UserEventPayload128Project$Outbound;
5384
+ export declare namespace UserEventPayload130Project$ {
5385
+ /** @deprecated use `UserEventPayload130Project$inboundSchema` instead. */
5386
+ const inboundSchema: z.ZodType<UserEventPayload130Project, z.ZodTypeDef, unknown>;
5387
+ /** @deprecated use `UserEventPayload130Project$outboundSchema` instead. */
5388
+ const outboundSchema: z.ZodType<UserEventPayload130Project$Outbound, z.ZodTypeDef, UserEventPayload130Project>;
5389
+ /** @deprecated use `UserEventPayload130Project$Outbound` instead. */
5390
+ type Outbound = UserEventPayload130Project$Outbound;
5361
5391
  }
5362
- export declare function userEventPayload128ProjectToJSON(userEventPayload128Project: UserEventPayload128Project): string;
5363
- export declare function userEventPayload128ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload128Project, SDKValidationError>;
5392
+ export declare function userEventPayload130ProjectToJSON(userEventPayload130Project: UserEventPayload130Project): string;
5393
+ export declare function userEventPayload130ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload130Project, SDKValidationError>;
5364
5394
  /** @internal */
5365
5395
  export declare const PayloadRole$inboundSchema: z.ZodNativeEnum<typeof PayloadRole>;
5366
5396
  /** @internal */
@@ -5409,11 +5439,61 @@ export declare namespace ProjectMembership$ {
5409
5439
  export declare function projectMembershipToJSON(projectMembership: ProjectMembership): string;
5410
5440
  export declare function projectMembershipFromJSON(jsonString: string): SafeParseResult<ProjectMembership, SDKValidationError>;
5411
5441
  /** @internal */
5442
+ export declare const OneHundredAndThirty$inboundSchema: z.ZodType<OneHundredAndThirty, z.ZodTypeDef, unknown>;
5443
+ /** @internal */
5444
+ export type OneHundredAndThirty$Outbound = {
5445
+ project: UserEventPayload130Project$Outbound;
5446
+ projectMembership: ProjectMembership$Outbound | null;
5447
+ };
5448
+ /** @internal */
5449
+ export declare const OneHundredAndThirty$outboundSchema: z.ZodType<OneHundredAndThirty$Outbound, z.ZodTypeDef, OneHundredAndThirty>;
5450
+ /**
5451
+ * @internal
5452
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5453
+ */
5454
+ export declare namespace OneHundredAndThirty$ {
5455
+ /** @deprecated use `OneHundredAndThirty$inboundSchema` instead. */
5456
+ const inboundSchema: z.ZodType<OneHundredAndThirty, z.ZodTypeDef, unknown>;
5457
+ /** @deprecated use `OneHundredAndThirty$outboundSchema` instead. */
5458
+ const outboundSchema: z.ZodType<OneHundredAndThirty$Outbound, z.ZodTypeDef, OneHundredAndThirty>;
5459
+ /** @deprecated use `OneHundredAndThirty$Outbound` instead. */
5460
+ type Outbound = OneHundredAndThirty$Outbound;
5461
+ }
5462
+ export declare function oneHundredAndThirtyToJSON(oneHundredAndThirty: OneHundredAndThirty): string;
5463
+ export declare function oneHundredAndThirtyFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirty, SDKValidationError>;
5464
+ /** @internal */
5465
+ export declare const OneHundredAndTwentyNine$inboundSchema: z.ZodType<OneHundredAndTwentyNine, z.ZodTypeDef, unknown>;
5466
+ /** @internal */
5467
+ export type OneHundredAndTwentyNine$Outbound = {
5468
+ previousProjectName: string;
5469
+ newProjectName: string;
5470
+ originAccountName: string;
5471
+ transferId?: string | undefined;
5472
+ };
5473
+ /** @internal */
5474
+ export declare const OneHundredAndTwentyNine$outboundSchema: z.ZodType<OneHundredAndTwentyNine$Outbound, z.ZodTypeDef, OneHundredAndTwentyNine>;
5475
+ /**
5476
+ * @internal
5477
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5478
+ */
5479
+ export declare namespace OneHundredAndTwentyNine$ {
5480
+ /** @deprecated use `OneHundredAndTwentyNine$inboundSchema` instead. */
5481
+ const inboundSchema: z.ZodType<OneHundredAndTwentyNine, z.ZodTypeDef, unknown>;
5482
+ /** @deprecated use `OneHundredAndTwentyNine$outboundSchema` instead. */
5483
+ const outboundSchema: z.ZodType<OneHundredAndTwentyNine$Outbound, z.ZodTypeDef, OneHundredAndTwentyNine>;
5484
+ /** @deprecated use `OneHundredAndTwentyNine$Outbound` instead. */
5485
+ type Outbound = OneHundredAndTwentyNine$Outbound;
5486
+ }
5487
+ export declare function oneHundredAndTwentyNineToJSON(oneHundredAndTwentyNine: OneHundredAndTwentyNine): string;
5488
+ export declare function oneHundredAndTwentyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyNine, SDKValidationError>;
5489
+ /** @internal */
5412
5490
  export declare const OneHundredAndTwentyEight$inboundSchema: z.ZodType<OneHundredAndTwentyEight, z.ZodTypeDef, unknown>;
5413
5491
  /** @internal */
5414
5492
  export type OneHundredAndTwentyEight$Outbound = {
5415
- project: UserEventPayload128Project$Outbound;
5416
- projectMembership: ProjectMembership$Outbound | null;
5493
+ previousProjectName: string;
5494
+ newProjectName: string;
5495
+ destinationAccountName: string;
5496
+ transferId?: string | undefined;
5417
5497
  };
5418
5498
  /** @internal */
5419
5499
  export declare const OneHundredAndTwentyEight$outboundSchema: z.ZodType<OneHundredAndTwentyEight$Outbound, z.ZodTypeDef, OneHundredAndTwentyEight>;
@@ -5435,9 +5515,8 @@ export declare function oneHundredAndTwentyEightFromJSON(jsonString: string): Sa
5435
5515
  export declare const OneHundredAndTwentySeven$inboundSchema: z.ZodType<OneHundredAndTwentySeven, z.ZodTypeDef, unknown>;
5436
5516
  /** @internal */
5437
5517
  export type OneHundredAndTwentySeven$Outbound = {
5438
- previousProjectName: string;
5439
- newProjectName: string;
5440
- originAccountName: string;
5518
+ projectName: string;
5519
+ destinationAccountName: string | null;
5441
5520
  transferId?: string | undefined;
5442
5521
  };
5443
5522
  /** @internal */
@@ -5460,9 +5539,11 @@ export declare function oneHundredAndTwentySevenFromJSON(jsonString: string): Sa
5460
5539
  export declare const OneHundredAndTwentySix$inboundSchema: z.ZodType<OneHundredAndTwentySix, z.ZodTypeDef, unknown>;
5461
5540
  /** @internal */
5462
5541
  export type OneHundredAndTwentySix$Outbound = {
5463
- previousProjectName: string;
5464
- newProjectName: string;
5542
+ projectId: string;
5543
+ projectName: string;
5544
+ originAccountName: string;
5465
5545
  destinationAccountName: string;
5546
+ destinationAccountId: string;
5466
5547
  transferId?: string | undefined;
5467
5548
  };
5468
5549
  /** @internal */
@@ -5485,9 +5566,12 @@ export declare function oneHundredAndTwentySixFromJSON(jsonString: string): Safe
5485
5566
  export declare const OneHundredAndTwentyFive$inboundSchema: z.ZodType<OneHundredAndTwentyFive, z.ZodTypeDef, unknown>;
5486
5567
  /** @internal */
5487
5568
  export type OneHundredAndTwentyFive$Outbound = {
5488
- projectName: string;
5489
- destinationAccountName: string | null;
5490
- transferId?: string | undefined;
5569
+ requestedTeamName: string;
5570
+ requestedUserName?: string | undefined;
5571
+ gitUsername?: string | undefined;
5572
+ githubUsername?: string | undefined;
5573
+ gitlabUsername?: string | undefined;
5574
+ bitbucketUsername?: string | undefined;
5491
5575
  };
5492
5576
  /** @internal */
5493
5577
  export declare const OneHundredAndTwentyFive$outboundSchema: z.ZodType<OneHundredAndTwentyFive$Outbound, z.ZodTypeDef, OneHundredAndTwentyFive>;
@@ -5509,12 +5593,12 @@ export declare function oneHundredAndTwentyFiveFromJSON(jsonString: string): Saf
5509
5593
  export declare const OneHundredAndTwentyFour$inboundSchema: z.ZodType<OneHundredAndTwentyFour, z.ZodTypeDef, unknown>;
5510
5594
  /** @internal */
5511
5595
  export type OneHundredAndTwentyFour$Outbound = {
5512
- projectId: string;
5513
- projectName: string;
5514
- originAccountName: string;
5515
- destinationAccountName: string;
5516
- destinationAccountId: string;
5517
- transferId?: string | undefined;
5596
+ teamName: string;
5597
+ username?: string | undefined;
5598
+ gitUsername?: string | null | undefined;
5599
+ githubUsername?: string | null | undefined;
5600
+ gitlabUsername?: string | null | undefined;
5601
+ bitbucketUsername?: string | null | undefined;
5518
5602
  };
5519
5603
  /** @internal */
5520
5604
  export declare const OneHundredAndTwentyFour$outboundSchema: z.ZodType<OneHundredAndTwentyFour$Outbound, z.ZodTypeDef, OneHundredAndTwentyFour>;
@@ -5536,12 +5620,14 @@ export declare function oneHundredAndTwentyFourFromJSON(jsonString: string): Saf
5536
5620
  export declare const OneHundredAndTwentyThree$inboundSchema: z.ZodType<OneHundredAndTwentyThree, z.ZodTypeDef, unknown>;
5537
5621
  /** @internal */
5538
5622
  export type OneHundredAndTwentyThree$Outbound = {
5539
- requestedTeamName: string;
5540
- requestedUserName?: string | undefined;
5623
+ teamName: string;
5624
+ username?: string | undefined;
5541
5625
  gitUsername?: string | undefined;
5542
- githubUsername?: string | undefined;
5543
- gitlabUsername?: string | undefined;
5544
- bitbucketUsername?: string | undefined;
5626
+ githubUsername?: string | null | undefined;
5627
+ gitlabUsername?: string | null | undefined;
5628
+ bitbucketUsername?: string | null | undefined;
5629
+ updatedUid?: string | undefined;
5630
+ teamId?: string | undefined;
5545
5631
  };
5546
5632
  /** @internal */
5547
5633
  export declare const OneHundredAndTwentyThree$outboundSchema: z.ZodType<OneHundredAndTwentyThree$Outbound, z.ZodTypeDef, OneHundredAndTwentyThree>;
@@ -5563,12 +5649,8 @@ export declare function oneHundredAndTwentyThreeFromJSON(jsonString: string): Sa
5563
5649
  export declare const OneHundredAndTwentyTwo$inboundSchema: z.ZodType<OneHundredAndTwentyTwo, z.ZodTypeDef, unknown>;
5564
5650
  /** @internal */
5565
5651
  export type OneHundredAndTwentyTwo$Outbound = {
5566
- teamName: string;
5567
- username?: string | undefined;
5568
- gitUsername?: string | null | undefined;
5569
- githubUsername?: string | null | undefined;
5570
- gitlabUsername?: string | null | undefined;
5571
- bitbucketUsername?: string | null | undefined;
5652
+ price?: number | undefined;
5653
+ currency?: string | undefined;
5572
5654
  };
5573
5655
  /** @internal */
5574
5656
  export declare const OneHundredAndTwentyTwo$outboundSchema: z.ZodType<OneHundredAndTwentyTwo$Outbound, z.ZodTypeDef, OneHundredAndTwentyTwo>;
@@ -5590,14 +5672,8 @@ export declare function oneHundredAndTwentyTwoFromJSON(jsonString: string): Safe
5590
5672
  export declare const OneHundredAndTwentyOne$inboundSchema: z.ZodType<OneHundredAndTwentyOne, z.ZodTypeDef, unknown>;
5591
5673
  /** @internal */
5592
5674
  export type OneHundredAndTwentyOne$Outbound = {
5593
- teamName: string;
5594
- username?: string | undefined;
5595
- gitUsername?: string | undefined;
5596
- githubUsername?: string | null | undefined;
5597
- gitlabUsername?: string | null | undefined;
5598
- bitbucketUsername?: string | null | undefined;
5599
- updatedUid?: string | undefined;
5600
- teamId?: string | undefined;
5675
+ previewDeploymentSuffix?: string | null | undefined;
5676
+ previousPreviewDeploymentSuffix?: string | null | undefined;
5601
5677
  };
5602
5678
  /** @internal */
5603
5679
  export declare const OneHundredAndTwentyOne$outboundSchema: z.ZodType<OneHundredAndTwentyOne$Outbound, z.ZodTypeDef, OneHundredAndTwentyOne>;
@@ -5621,6 +5697,7 @@ export declare const OneHundredAndTwenty$inboundSchema: z.ZodType<OneHundredAndT
5621
5697
  export type OneHundredAndTwenty$Outbound = {
5622
5698
  price?: number | undefined;
5623
5699
  currency?: string | undefined;
5700
+ enabled?: boolean | undefined;
5624
5701
  };
5625
5702
  /** @internal */
5626
5703
  export declare const OneHundredAndTwenty$outboundSchema: z.ZodType<OneHundredAndTwenty$Outbound, z.ZodTypeDef, OneHundredAndTwenty>;
@@ -5642,8 +5719,7 @@ export declare function oneHundredAndTwentyFromJSON(jsonString: string): SafePar
5642
5719
  export declare const OneHundredAndNineteen$inboundSchema: z.ZodType<OneHundredAndNineteen, z.ZodTypeDef, unknown>;
5643
5720
  /** @internal */
5644
5721
  export type OneHundredAndNineteen$Outbound = {
5645
- previewDeploymentSuffix?: string | null | undefined;
5646
- previousPreviewDeploymentSuffix?: string | null | undefined;
5722
+ username: string;
5647
5723
  };
5648
5724
  /** @internal */
5649
5725
  export declare const OneHundredAndNineteen$outboundSchema: z.ZodType<OneHundredAndNineteen$Outbound, z.ZodTypeDef, OneHundredAndNineteen>;
@@ -5665,9 +5741,8 @@ export declare function oneHundredAndNineteenFromJSON(jsonString: string): SafeP
5665
5741
  export declare const OneHundredAndEighteen$inboundSchema: z.ZodType<OneHundredAndEighteen, z.ZodTypeDef, unknown>;
5666
5742
  /** @internal */
5667
5743
  export type OneHundredAndEighteen$Outbound = {
5668
- price?: number | undefined;
5669
- currency?: string | undefined;
5670
- enabled?: boolean | undefined;
5744
+ email: string;
5745
+ prevEmail: string;
5671
5746
  };
5672
5747
  /** @internal */
5673
5748
  export declare const OneHundredAndEighteen$outboundSchema: z.ZodType<OneHundredAndEighteen$Outbound, z.ZodTypeDef, OneHundredAndEighteen>;
@@ -5689,7 +5764,7 @@ export declare function oneHundredAndEighteenFromJSON(jsonString: string): SafeP
5689
5764
  export declare const OneHundredAndSeventeen$inboundSchema: z.ZodType<OneHundredAndSeventeen, z.ZodTypeDef, unknown>;
5690
5765
  /** @internal */
5691
5766
  export type OneHundredAndSeventeen$Outbound = {
5692
- username: string;
5767
+ mfaEnabled: boolean;
5693
5768
  };
5694
5769
  /** @internal */
5695
5770
  export declare const OneHundredAndSeventeen$outboundSchema: z.ZodType<OneHundredAndSeventeen$Outbound, z.ZodTypeDef, OneHundredAndSeventeen>;
@@ -5711,8 +5786,8 @@ export declare function oneHundredAndSeventeenFromJSON(jsonString: string): Safe
5711
5786
  export declare const OneHundredAndSixteen$inboundSchema: z.ZodType<OneHundredAndSixteen, z.ZodTypeDef, unknown>;
5712
5787
  /** @internal */
5713
5788
  export type OneHundredAndSixteen$Outbound = {
5714
- email: string;
5715
- prevEmail: string;
5789
+ enabled: boolean;
5790
+ totpVerified: boolean;
5716
5791
  };
5717
5792
  /** @internal */
5718
5793
  export declare const OneHundredAndSixteen$outboundSchema: z.ZodType<OneHundredAndSixteen$Outbound, z.ZodTypeDef, OneHundredAndSixteen>;
@@ -5731,51 +5806,6 @@ export declare namespace OneHundredAndSixteen$ {
5731
5806
  export declare function oneHundredAndSixteenToJSON(oneHundredAndSixteen: OneHundredAndSixteen): string;
5732
5807
  export declare function oneHundredAndSixteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixteen, SDKValidationError>;
5733
5808
  /** @internal */
5734
- export declare const OneHundredAndFifteen$inboundSchema: z.ZodType<OneHundredAndFifteen, z.ZodTypeDef, unknown>;
5735
- /** @internal */
5736
- export type OneHundredAndFifteen$Outbound = {
5737
- mfaEnabled: boolean;
5738
- };
5739
- /** @internal */
5740
- export declare const OneHundredAndFifteen$outboundSchema: z.ZodType<OneHundredAndFifteen$Outbound, z.ZodTypeDef, OneHundredAndFifteen>;
5741
- /**
5742
- * @internal
5743
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5744
- */
5745
- export declare namespace OneHundredAndFifteen$ {
5746
- /** @deprecated use `OneHundredAndFifteen$inboundSchema` instead. */
5747
- const inboundSchema: z.ZodType<OneHundredAndFifteen, z.ZodTypeDef, unknown>;
5748
- /** @deprecated use `OneHundredAndFifteen$outboundSchema` instead. */
5749
- const outboundSchema: z.ZodType<OneHundredAndFifteen$Outbound, z.ZodTypeDef, OneHundredAndFifteen>;
5750
- /** @deprecated use `OneHundredAndFifteen$Outbound` instead. */
5751
- type Outbound = OneHundredAndFifteen$Outbound;
5752
- }
5753
- export declare function oneHundredAndFifteenToJSON(oneHundredAndFifteen: OneHundredAndFifteen): string;
5754
- export declare function oneHundredAndFifteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFifteen, SDKValidationError>;
5755
- /** @internal */
5756
- export declare const OneHundredAndFourteen$inboundSchema: z.ZodType<OneHundredAndFourteen, z.ZodTypeDef, unknown>;
5757
- /** @internal */
5758
- export type OneHundredAndFourteen$Outbound = {
5759
- enabled: boolean;
5760
- totpVerified: boolean;
5761
- };
5762
- /** @internal */
5763
- export declare const OneHundredAndFourteen$outboundSchema: z.ZodType<OneHundredAndFourteen$Outbound, z.ZodTypeDef, OneHundredAndFourteen>;
5764
- /**
5765
- * @internal
5766
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5767
- */
5768
- export declare namespace OneHundredAndFourteen$ {
5769
- /** @deprecated use `OneHundredAndFourteen$inboundSchema` instead. */
5770
- const inboundSchema: z.ZodType<OneHundredAndFourteen, z.ZodTypeDef, unknown>;
5771
- /** @deprecated use `OneHundredAndFourteen$outboundSchema` instead. */
5772
- const outboundSchema: z.ZodType<OneHundredAndFourteen$Outbound, z.ZodTypeDef, OneHundredAndFourteen>;
5773
- /** @deprecated use `OneHundredAndFourteen$Outbound` instead. */
5774
- type Outbound = OneHundredAndFourteen$Outbound;
5775
- }
5776
- export declare function oneHundredAndFourteenToJSON(oneHundredAndFourteen: OneHundredAndFourteen): string;
5777
- export declare function oneHundredAndFourteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFourteen, SDKValidationError>;
5778
- /** @internal */
5779
5809
  export declare const Previous$inboundSchema: z.ZodType<Previous, z.ZodTypeDef, unknown>;
5780
5810
  /** @internal */
5781
5811
  export type Previous$Outbound = {
@@ -5822,28 +5852,28 @@ export declare namespace Next$ {
5822
5852
  export declare function nextToJSON(next: Next): string;
5823
5853
  export declare function nextFromJSON(jsonString: string): SafeParseResult<Next, SDKValidationError>;
5824
5854
  /** @internal */
5825
- export declare const OneHundredAndThirteen$inboundSchema: z.ZodType<OneHundredAndThirteen, z.ZodTypeDef, unknown>;
5855
+ export declare const OneHundredAndFifteen$inboundSchema: z.ZodType<OneHundredAndFifteen, z.ZodTypeDef, unknown>;
5826
5856
  /** @internal */
5827
- export type OneHundredAndThirteen$Outbound = {
5857
+ export type OneHundredAndFifteen$Outbound = {
5828
5858
  previous: Previous$Outbound;
5829
5859
  next: Next$Outbound;
5830
5860
  };
5831
5861
  /** @internal */
5832
- export declare const OneHundredAndThirteen$outboundSchema: z.ZodType<OneHundredAndThirteen$Outbound, z.ZodTypeDef, OneHundredAndThirteen>;
5862
+ export declare const OneHundredAndFifteen$outboundSchema: z.ZodType<OneHundredAndFifteen$Outbound, z.ZodTypeDef, OneHundredAndFifteen>;
5833
5863
  /**
5834
5864
  * @internal
5835
5865
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5836
5866
  */
5837
- export declare namespace OneHundredAndThirteen$ {
5838
- /** @deprecated use `OneHundredAndThirteen$inboundSchema` instead. */
5839
- const inboundSchema: z.ZodType<OneHundredAndThirteen, z.ZodTypeDef, unknown>;
5840
- /** @deprecated use `OneHundredAndThirteen$outboundSchema` instead. */
5841
- const outboundSchema: z.ZodType<OneHundredAndThirteen$Outbound, z.ZodTypeDef, OneHundredAndThirteen>;
5842
- /** @deprecated use `OneHundredAndThirteen$Outbound` instead. */
5843
- type Outbound = OneHundredAndThirteen$Outbound;
5867
+ export declare namespace OneHundredAndFifteen$ {
5868
+ /** @deprecated use `OneHundredAndFifteen$inboundSchema` instead. */
5869
+ const inboundSchema: z.ZodType<OneHundredAndFifteen, z.ZodTypeDef, unknown>;
5870
+ /** @deprecated use `OneHundredAndFifteen$outboundSchema` instead. */
5871
+ const outboundSchema: z.ZodType<OneHundredAndFifteen$Outbound, z.ZodTypeDef, OneHundredAndFifteen>;
5872
+ /** @deprecated use `OneHundredAndFifteen$Outbound` instead. */
5873
+ type Outbound = OneHundredAndFifteen$Outbound;
5844
5874
  }
5845
- export declare function oneHundredAndThirteenToJSON(oneHundredAndThirteen: OneHundredAndThirteen): string;
5846
- export declare function oneHundredAndThirteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirteen, SDKValidationError>;
5875
+ export declare function oneHundredAndFifteenToJSON(oneHundredAndFifteen: OneHundredAndFifteen): string;
5876
+ export declare function oneHundredAndFifteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFifteen, SDKValidationError>;
5847
5877
  /** @internal */
5848
5878
  export declare const PayloadRemoteCaching$inboundSchema: z.ZodType<PayloadRemoteCaching, z.ZodTypeDef, unknown>;
5849
5879
  /** @internal */
@@ -5867,10 +5897,54 @@ export declare namespace PayloadRemoteCaching$ {
5867
5897
  export declare function payloadRemoteCachingToJSON(payloadRemoteCaching: PayloadRemoteCaching): string;
5868
5898
  export declare function payloadRemoteCachingFromJSON(jsonString: string): SafeParseResult<PayloadRemoteCaching, SDKValidationError>;
5869
5899
  /** @internal */
5900
+ export declare const OneHundredAndFourteen$inboundSchema: z.ZodType<OneHundredAndFourteen, z.ZodTypeDef, unknown>;
5901
+ /** @internal */
5902
+ export type OneHundredAndFourteen$Outbound = {
5903
+ remoteCaching?: PayloadRemoteCaching$Outbound | undefined;
5904
+ };
5905
+ /** @internal */
5906
+ export declare const OneHundredAndFourteen$outboundSchema: z.ZodType<OneHundredAndFourteen$Outbound, z.ZodTypeDef, OneHundredAndFourteen>;
5907
+ /**
5908
+ * @internal
5909
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5910
+ */
5911
+ export declare namespace OneHundredAndFourteen$ {
5912
+ /** @deprecated use `OneHundredAndFourteen$inboundSchema` instead. */
5913
+ const inboundSchema: z.ZodType<OneHundredAndFourteen, z.ZodTypeDef, unknown>;
5914
+ /** @deprecated use `OneHundredAndFourteen$outboundSchema` instead. */
5915
+ const outboundSchema: z.ZodType<OneHundredAndFourteen$Outbound, z.ZodTypeDef, OneHundredAndFourteen>;
5916
+ /** @deprecated use `OneHundredAndFourteen$Outbound` instead. */
5917
+ type Outbound = OneHundredAndFourteen$Outbound;
5918
+ }
5919
+ export declare function oneHundredAndFourteenToJSON(oneHundredAndFourteen: OneHundredAndFourteen): string;
5920
+ export declare function oneHundredAndFourteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFourteen, SDKValidationError>;
5921
+ /** @internal */
5922
+ export declare const OneHundredAndThirteen$inboundSchema: z.ZodType<OneHundredAndThirteen, z.ZodTypeDef, unknown>;
5923
+ /** @internal */
5924
+ export type OneHundredAndThirteen$Outbound = {
5925
+ slug?: string | undefined;
5926
+ };
5927
+ /** @internal */
5928
+ export declare const OneHundredAndThirteen$outboundSchema: z.ZodType<OneHundredAndThirteen$Outbound, z.ZodTypeDef, OneHundredAndThirteen>;
5929
+ /**
5930
+ * @internal
5931
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5932
+ */
5933
+ export declare namespace OneHundredAndThirteen$ {
5934
+ /** @deprecated use `OneHundredAndThirteen$inboundSchema` instead. */
5935
+ const inboundSchema: z.ZodType<OneHundredAndThirteen, z.ZodTypeDef, unknown>;
5936
+ /** @deprecated use `OneHundredAndThirteen$outboundSchema` instead. */
5937
+ const outboundSchema: z.ZodType<OneHundredAndThirteen$Outbound, z.ZodTypeDef, OneHundredAndThirteen>;
5938
+ /** @deprecated use `OneHundredAndThirteen$Outbound` instead. */
5939
+ type Outbound = OneHundredAndThirteen$Outbound;
5940
+ }
5941
+ export declare function oneHundredAndThirteenToJSON(oneHundredAndThirteen: OneHundredAndThirteen): string;
5942
+ export declare function oneHundredAndThirteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirteen, SDKValidationError>;
5943
+ /** @internal */
5870
5944
  export declare const OneHundredAndTwelve$inboundSchema: z.ZodType<OneHundredAndTwelve, z.ZodTypeDef, unknown>;
5871
5945
  /** @internal */
5872
5946
  export type OneHundredAndTwelve$Outbound = {
5873
- remoteCaching?: PayloadRemoteCaching$Outbound | undefined;
5947
+ name?: string | undefined;
5874
5948
  };
5875
5949
  /** @internal */
5876
5950
  export declare const OneHundredAndTwelve$outboundSchema: z.ZodType<OneHundredAndTwelve$Outbound, z.ZodTypeDef, OneHundredAndTwelve>;
@@ -5892,7 +5966,7 @@ export declare function oneHundredAndTwelveFromJSON(jsonString: string): SafePar
5892
5966
  export declare const OneHundredAndEleven$inboundSchema: z.ZodType<OneHundredAndEleven, z.ZodTypeDef, unknown>;
5893
5967
  /** @internal */
5894
5968
  export type OneHundredAndEleven$Outbound = {
5895
- slug?: string | undefined;
5969
+ enforced: boolean;
5896
5970
  };
5897
5971
  /** @internal */
5898
5972
  export declare const OneHundredAndEleven$outboundSchema: z.ZodType<OneHundredAndEleven$Outbound, z.ZodTypeDef, OneHundredAndEleven>;
@@ -5911,96 +5985,52 @@ export declare namespace OneHundredAndEleven$ {
5911
5985
  export declare function oneHundredAndElevenToJSON(oneHundredAndEleven: OneHundredAndEleven): string;
5912
5986
  export declare function oneHundredAndElevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndEleven, SDKValidationError>;
5913
5987
  /** @internal */
5914
- export declare const OneHundredAndTen$inboundSchema: z.ZodType<OneHundredAndTen, z.ZodTypeDef, unknown>;
5915
- /** @internal */
5916
- export type OneHundredAndTen$Outbound = {
5917
- name?: string | undefined;
5918
- };
5919
- /** @internal */
5920
- export declare const OneHundredAndTen$outboundSchema: z.ZodType<OneHundredAndTen$Outbound, z.ZodTypeDef, OneHundredAndTen>;
5921
- /**
5922
- * @internal
5923
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5924
- */
5925
- export declare namespace OneHundredAndTen$ {
5926
- /** @deprecated use `OneHundredAndTen$inboundSchema` instead. */
5927
- const inboundSchema: z.ZodType<OneHundredAndTen, z.ZodTypeDef, unknown>;
5928
- /** @deprecated use `OneHundredAndTen$outboundSchema` instead. */
5929
- const outboundSchema: z.ZodType<OneHundredAndTen$Outbound, z.ZodTypeDef, OneHundredAndTen>;
5930
- /** @deprecated use `OneHundredAndTen$Outbound` instead. */
5931
- type Outbound = OneHundredAndTen$Outbound;
5932
- }
5933
- export declare function oneHundredAndTenToJSON(oneHundredAndTen: OneHundredAndTen): string;
5934
- export declare function oneHundredAndTenFromJSON(jsonString: string): SafeParseResult<OneHundredAndTen, SDKValidationError>;
5935
- /** @internal */
5936
- export declare const OneHundredAndNine$inboundSchema: z.ZodType<OneHundredAndNine, z.ZodTypeDef, unknown>;
5937
- /** @internal */
5938
- export type OneHundredAndNine$Outbound = {
5939
- enforced: boolean;
5940
- };
5941
- /** @internal */
5942
- export declare const OneHundredAndNine$outboundSchema: z.ZodType<OneHundredAndNine$Outbound, z.ZodTypeDef, OneHundredAndNine>;
5943
- /**
5944
- * @internal
5945
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5946
- */
5947
- export declare namespace OneHundredAndNine$ {
5948
- /** @deprecated use `OneHundredAndNine$inboundSchema` instead. */
5949
- const inboundSchema: z.ZodType<OneHundredAndNine, z.ZodTypeDef, unknown>;
5950
- /** @deprecated use `OneHundredAndNine$outboundSchema` instead. */
5951
- const outboundSchema: z.ZodType<OneHundredAndNine$Outbound, z.ZodTypeDef, OneHundredAndNine>;
5952
- /** @deprecated use `OneHundredAndNine$Outbound` instead. */
5953
- type Outbound = OneHundredAndNine$Outbound;
5954
- }
5955
- export declare function oneHundredAndNineToJSON(oneHundredAndNine: OneHundredAndNine): string;
5956
- export declare function oneHundredAndNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndNine, SDKValidationError>;
5957
- /** @internal */
5958
- export declare const UserEventPayload108User$inboundSchema: z.ZodType<UserEventPayload108User, z.ZodTypeDef, unknown>;
5988
+ export declare const UserEventPayload110User$inboundSchema: z.ZodType<UserEventPayload110User, z.ZodTypeDef, unknown>;
5959
5989
  /** @internal */
5960
- export type UserEventPayload108User$Outbound = {
5990
+ export type UserEventPayload110User$Outbound = {
5961
5991
  id: string;
5962
5992
  username: string;
5963
5993
  };
5964
5994
  /** @internal */
5965
- export declare const UserEventPayload108User$outboundSchema: z.ZodType<UserEventPayload108User$Outbound, z.ZodTypeDef, UserEventPayload108User>;
5995
+ export declare const UserEventPayload110User$outboundSchema: z.ZodType<UserEventPayload110User$Outbound, z.ZodTypeDef, UserEventPayload110User>;
5966
5996
  /**
5967
5997
  * @internal
5968
5998
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5969
5999
  */
5970
- export declare namespace UserEventPayload108User$ {
5971
- /** @deprecated use `UserEventPayload108User$inboundSchema` instead. */
5972
- const inboundSchema: z.ZodType<UserEventPayload108User, z.ZodTypeDef, unknown>;
5973
- /** @deprecated use `UserEventPayload108User$outboundSchema` instead. */
5974
- const outboundSchema: z.ZodType<UserEventPayload108User$Outbound, z.ZodTypeDef, UserEventPayload108User>;
5975
- /** @deprecated use `UserEventPayload108User$Outbound` instead. */
5976
- type Outbound = UserEventPayload108User$Outbound;
6000
+ export declare namespace UserEventPayload110User$ {
6001
+ /** @deprecated use `UserEventPayload110User$inboundSchema` instead. */
6002
+ const inboundSchema: z.ZodType<UserEventPayload110User, z.ZodTypeDef, unknown>;
6003
+ /** @deprecated use `UserEventPayload110User$outboundSchema` instead. */
6004
+ const outboundSchema: z.ZodType<UserEventPayload110User$Outbound, z.ZodTypeDef, UserEventPayload110User>;
6005
+ /** @deprecated use `UserEventPayload110User$Outbound` instead. */
6006
+ type Outbound = UserEventPayload110User$Outbound;
5977
6007
  }
5978
- export declare function userEventPayload108UserToJSON(userEventPayload108User: UserEventPayload108User): string;
5979
- export declare function userEventPayload108UserFromJSON(jsonString: string): SafeParseResult<UserEventPayload108User, SDKValidationError>;
6008
+ export declare function userEventPayload110UserToJSON(userEventPayload110User: UserEventPayload110User): string;
6009
+ export declare function userEventPayload110UserFromJSON(jsonString: string): SafeParseResult<UserEventPayload110User, SDKValidationError>;
5980
6010
  /** @internal */
5981
- export declare const OneHundredAndEight$inboundSchema: z.ZodType<OneHundredAndEight, z.ZodTypeDef, unknown>;
6011
+ export declare const OneHundredAndTen$inboundSchema: z.ZodType<OneHundredAndTen, z.ZodTypeDef, unknown>;
5982
6012
  /** @internal */
5983
- export type OneHundredAndEight$Outbound = {
6013
+ export type OneHundredAndTen$Outbound = {
5984
6014
  entitlement: string;
5985
- user: UserEventPayload108User$Outbound;
6015
+ user: UserEventPayload110User$Outbound;
5986
6016
  previousCanceledAt?: string | undefined;
5987
6017
  };
5988
6018
  /** @internal */
5989
- export declare const OneHundredAndEight$outboundSchema: z.ZodType<OneHundredAndEight$Outbound, z.ZodTypeDef, OneHundredAndEight>;
6019
+ export declare const OneHundredAndTen$outboundSchema: z.ZodType<OneHundredAndTen$Outbound, z.ZodTypeDef, OneHundredAndTen>;
5990
6020
  /**
5991
6021
  * @internal
5992
6022
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5993
6023
  */
5994
- export declare namespace OneHundredAndEight$ {
5995
- /** @deprecated use `OneHundredAndEight$inboundSchema` instead. */
5996
- const inboundSchema: z.ZodType<OneHundredAndEight, z.ZodTypeDef, unknown>;
5997
- /** @deprecated use `OneHundredAndEight$outboundSchema` instead. */
5998
- const outboundSchema: z.ZodType<OneHundredAndEight$Outbound, z.ZodTypeDef, OneHundredAndEight>;
5999
- /** @deprecated use `OneHundredAndEight$Outbound` instead. */
6000
- type Outbound = OneHundredAndEight$Outbound;
6024
+ export declare namespace OneHundredAndTen$ {
6025
+ /** @deprecated use `OneHundredAndTen$inboundSchema` instead. */
6026
+ const inboundSchema: z.ZodType<OneHundredAndTen, z.ZodTypeDef, unknown>;
6027
+ /** @deprecated use `OneHundredAndTen$outboundSchema` instead. */
6028
+ const outboundSchema: z.ZodType<OneHundredAndTen$Outbound, z.ZodTypeDef, OneHundredAndTen>;
6029
+ /** @deprecated use `OneHundredAndTen$Outbound` instead. */
6030
+ type Outbound = OneHundredAndTen$Outbound;
6001
6031
  }
6002
- export declare function oneHundredAndEightToJSON(oneHundredAndEight: OneHundredAndEight): string;
6003
- export declare function oneHundredAndEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndEight, SDKValidationError>;
6032
+ export declare function oneHundredAndTenToJSON(oneHundredAndTen: OneHundredAndTen): string;
6033
+ export declare function oneHundredAndTenFromJSON(jsonString: string): SafeParseResult<OneHundredAndTen, SDKValidationError>;
6004
6034
  /** @internal */
6005
6035
  export declare const UserEventPayloadUser$inboundSchema: z.ZodType<UserEventPayloadUser, z.ZodTypeDef, unknown>;
6006
6036
  /** @internal */
@@ -6025,28 +6055,28 @@ export declare namespace UserEventPayloadUser$ {
6025
6055
  export declare function userEventPayloadUserToJSON(userEventPayloadUser: UserEventPayloadUser): string;
6026
6056
  export declare function userEventPayloadUserFromJSON(jsonString: string): SafeParseResult<UserEventPayloadUser, SDKValidationError>;
6027
6057
  /** @internal */
6028
- export declare const OneHundredAndSeven$inboundSchema: z.ZodType<OneHundredAndSeven, z.ZodTypeDef, unknown>;
6058
+ export declare const OneHundredAndNine$inboundSchema: z.ZodType<OneHundredAndNine, z.ZodTypeDef, unknown>;
6029
6059
  /** @internal */
6030
- export type OneHundredAndSeven$Outbound = {
6060
+ export type OneHundredAndNine$Outbound = {
6031
6061
  entitlement: string;
6032
6062
  user: UserEventPayloadUser$Outbound;
6033
6063
  };
6034
6064
  /** @internal */
6035
- export declare const OneHundredAndSeven$outboundSchema: z.ZodType<OneHundredAndSeven$Outbound, z.ZodTypeDef, OneHundredAndSeven>;
6065
+ export declare const OneHundredAndNine$outboundSchema: z.ZodType<OneHundredAndNine$Outbound, z.ZodTypeDef, OneHundredAndNine>;
6036
6066
  /**
6037
6067
  * @internal
6038
6068
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6039
6069
  */
6040
- export declare namespace OneHundredAndSeven$ {
6041
- /** @deprecated use `OneHundredAndSeven$inboundSchema` instead. */
6042
- const inboundSchema: z.ZodType<OneHundredAndSeven, z.ZodTypeDef, unknown>;
6043
- /** @deprecated use `OneHundredAndSeven$outboundSchema` instead. */
6044
- const outboundSchema: z.ZodType<OneHundredAndSeven$Outbound, z.ZodTypeDef, OneHundredAndSeven>;
6045
- /** @deprecated use `OneHundredAndSeven$Outbound` instead. */
6046
- type Outbound = OneHundredAndSeven$Outbound;
6070
+ export declare namespace OneHundredAndNine$ {
6071
+ /** @deprecated use `OneHundredAndNine$inboundSchema` instead. */
6072
+ const inboundSchema: z.ZodType<OneHundredAndNine, z.ZodTypeDef, unknown>;
6073
+ /** @deprecated use `OneHundredAndNine$outboundSchema` instead. */
6074
+ const outboundSchema: z.ZodType<OneHundredAndNine$Outbound, z.ZodTypeDef, OneHundredAndNine>;
6075
+ /** @deprecated use `OneHundredAndNine$Outbound` instead. */
6076
+ type Outbound = OneHundredAndNine$Outbound;
6047
6077
  }
6048
- export declare function oneHundredAndSevenToJSON(oneHundredAndSeven: OneHundredAndSeven): string;
6049
- export declare function oneHundredAndSevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSeven, SDKValidationError>;
6078
+ export declare function oneHundredAndNineToJSON(oneHundredAndNine: OneHundredAndNine): string;
6079
+ export declare function oneHundredAndNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndNine, SDKValidationError>;
6050
6080
  /** @internal */
6051
6081
  export declare const UpdatedUser$inboundSchema: z.ZodType<UpdatedUser, z.ZodTypeDef, unknown>;
6052
6082
  /** @internal */
@@ -6071,9 +6101,9 @@ export declare namespace UpdatedUser$ {
6071
6101
  export declare function updatedUserToJSON(updatedUser: UpdatedUser): string;
6072
6102
  export declare function updatedUserFromJSON(jsonString: string): SafeParseResult<UpdatedUser, SDKValidationError>;
6073
6103
  /** @internal */
6074
- export declare const OneHundredAndSix$inboundSchema: z.ZodType<OneHundredAndSix, z.ZodTypeDef, unknown>;
6104
+ export declare const OneHundredAndEight$inboundSchema: z.ZodType<OneHundredAndEight, z.ZodTypeDef, unknown>;
6075
6105
  /** @internal */
6076
- export type OneHundredAndSix$Outbound = {
6106
+ export type OneHundredAndEight$Outbound = {
6077
6107
  directoryType?: string | undefined;
6078
6108
  updatedUser?: UpdatedUser$Outbound | undefined;
6079
6109
  role?: string | undefined;
@@ -6081,45 +6111,45 @@ export type OneHundredAndSix$Outbound = {
6081
6111
  updatedUid?: string | undefined;
6082
6112
  };
6083
6113
  /** @internal */
6084
- export declare const OneHundredAndSix$outboundSchema: z.ZodType<OneHundredAndSix$Outbound, z.ZodTypeDef, OneHundredAndSix>;
6114
+ export declare const OneHundredAndEight$outboundSchema: z.ZodType<OneHundredAndEight$Outbound, z.ZodTypeDef, OneHundredAndEight>;
6085
6115
  /**
6086
6116
  * @internal
6087
6117
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6088
6118
  */
6089
- export declare namespace OneHundredAndSix$ {
6090
- /** @deprecated use `OneHundredAndSix$inboundSchema` instead. */
6091
- const inboundSchema: z.ZodType<OneHundredAndSix, z.ZodTypeDef, unknown>;
6092
- /** @deprecated use `OneHundredAndSix$outboundSchema` instead. */
6093
- const outboundSchema: z.ZodType<OneHundredAndSix$Outbound, z.ZodTypeDef, OneHundredAndSix>;
6094
- /** @deprecated use `OneHundredAndSix$Outbound` instead. */
6095
- type Outbound = OneHundredAndSix$Outbound;
6119
+ export declare namespace OneHundredAndEight$ {
6120
+ /** @deprecated use `OneHundredAndEight$inboundSchema` instead. */
6121
+ const inboundSchema: z.ZodType<OneHundredAndEight, z.ZodTypeDef, unknown>;
6122
+ /** @deprecated use `OneHundredAndEight$outboundSchema` instead. */
6123
+ const outboundSchema: z.ZodType<OneHundredAndEight$Outbound, z.ZodTypeDef, OneHundredAndEight>;
6124
+ /** @deprecated use `OneHundredAndEight$Outbound` instead. */
6125
+ type Outbound = OneHundredAndEight$Outbound;
6096
6126
  }
6097
- export declare function oneHundredAndSixToJSON(oneHundredAndSix: OneHundredAndSix): string;
6098
- export declare function oneHundredAndSixFromJSON(jsonString: string): SafeParseResult<OneHundredAndSix, SDKValidationError>;
6127
+ export declare function oneHundredAndEightToJSON(oneHundredAndEight: OneHundredAndEight): string;
6128
+ export declare function oneHundredAndEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndEight, SDKValidationError>;
6099
6129
  /** @internal */
6100
- export declare const OneHundredAndFive$inboundSchema: z.ZodType<OneHundredAndFive, z.ZodTypeDef, unknown>;
6130
+ export declare const OneHundredAndSeven$inboundSchema: z.ZodType<OneHundredAndSeven, z.ZodTypeDef, unknown>;
6101
6131
  /** @internal */
6102
- export type OneHundredAndFive$Outbound = {
6132
+ export type OneHundredAndSeven$Outbound = {
6103
6133
  role?: string | undefined;
6104
6134
  uid: string;
6105
6135
  origin?: string | undefined;
6106
6136
  };
6107
6137
  /** @internal */
6108
- export declare const OneHundredAndFive$outboundSchema: z.ZodType<OneHundredAndFive$Outbound, z.ZodTypeDef, OneHundredAndFive>;
6138
+ export declare const OneHundredAndSeven$outboundSchema: z.ZodType<OneHundredAndSeven$Outbound, z.ZodTypeDef, OneHundredAndSeven>;
6109
6139
  /**
6110
6140
  * @internal
6111
6141
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6112
6142
  */
6113
- export declare namespace OneHundredAndFive$ {
6114
- /** @deprecated use `OneHundredAndFive$inboundSchema` instead. */
6115
- const inboundSchema: z.ZodType<OneHundredAndFive, z.ZodTypeDef, unknown>;
6116
- /** @deprecated use `OneHundredAndFive$outboundSchema` instead. */
6117
- const outboundSchema: z.ZodType<OneHundredAndFive$Outbound, z.ZodTypeDef, OneHundredAndFive>;
6118
- /** @deprecated use `OneHundredAndFive$Outbound` instead. */
6119
- type Outbound = OneHundredAndFive$Outbound;
6143
+ export declare namespace OneHundredAndSeven$ {
6144
+ /** @deprecated use `OneHundredAndSeven$inboundSchema` instead. */
6145
+ const inboundSchema: z.ZodType<OneHundredAndSeven, z.ZodTypeDef, unknown>;
6146
+ /** @deprecated use `OneHundredAndSeven$outboundSchema` instead. */
6147
+ const outboundSchema: z.ZodType<OneHundredAndSeven$Outbound, z.ZodTypeDef, OneHundredAndSeven>;
6148
+ /** @deprecated use `OneHundredAndSeven$Outbound` instead. */
6149
+ type Outbound = OneHundredAndSeven$Outbound;
6120
6150
  }
6121
- export declare function oneHundredAndFiveToJSON(oneHundredAndFive: OneHundredAndFive): string;
6122
- export declare function oneHundredAndFiveFromJSON(jsonString: string): SafeParseResult<OneHundredAndFive, SDKValidationError>;
6151
+ export declare function oneHundredAndSevenToJSON(oneHundredAndSeven: OneHundredAndSeven): string;
6152
+ export declare function oneHundredAndSevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSeven, SDKValidationError>;
6123
6153
  /** @internal */
6124
6154
  export declare const DeletedUser$inboundSchema: z.ZodType<DeletedUser, z.ZodTypeDef, unknown>;
6125
6155
  /** @internal */
@@ -6144,9 +6174,9 @@ export declare namespace DeletedUser$ {
6144
6174
  export declare function deletedUserToJSON(deletedUser: DeletedUser): string;
6145
6175
  export declare function deletedUserFromJSON(jsonString: string): SafeParseResult<DeletedUser, SDKValidationError>;
6146
6176
  /** @internal */
6147
- export declare const OneHundredAndFour$inboundSchema: z.ZodType<OneHundredAndFour, z.ZodTypeDef, unknown>;
6177
+ export declare const OneHundredAndSix$inboundSchema: z.ZodType<OneHundredAndSix, z.ZodTypeDef, unknown>;
6148
6178
  /** @internal */
6149
- export type OneHundredAndFour$Outbound = {
6179
+ export type OneHundredAndSix$Outbound = {
6150
6180
  deletedUser?: DeletedUser$Outbound | undefined;
6151
6181
  deletedUid?: string | undefined;
6152
6182
  githubUsername?: string | null | undefined;
@@ -6155,21 +6185,21 @@ export type OneHundredAndFour$Outbound = {
6155
6185
  directoryType?: string | undefined;
6156
6186
  };
6157
6187
  /** @internal */
6158
- export declare const OneHundredAndFour$outboundSchema: z.ZodType<OneHundredAndFour$Outbound, z.ZodTypeDef, OneHundredAndFour>;
6188
+ export declare const OneHundredAndSix$outboundSchema: z.ZodType<OneHundredAndSix$Outbound, z.ZodTypeDef, OneHundredAndSix>;
6159
6189
  /**
6160
6190
  * @internal
6161
6191
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6162
6192
  */
6163
- export declare namespace OneHundredAndFour$ {
6164
- /** @deprecated use `OneHundredAndFour$inboundSchema` instead. */
6165
- const inboundSchema: z.ZodType<OneHundredAndFour, z.ZodTypeDef, unknown>;
6166
- /** @deprecated use `OneHundredAndFour$outboundSchema` instead. */
6167
- const outboundSchema: z.ZodType<OneHundredAndFour$Outbound, z.ZodTypeDef, OneHundredAndFour>;
6168
- /** @deprecated use `OneHundredAndFour$Outbound` instead. */
6169
- type Outbound = OneHundredAndFour$Outbound;
6193
+ export declare namespace OneHundredAndSix$ {
6194
+ /** @deprecated use `OneHundredAndSix$inboundSchema` instead. */
6195
+ const inboundSchema: z.ZodType<OneHundredAndSix, z.ZodTypeDef, unknown>;
6196
+ /** @deprecated use `OneHundredAndSix$outboundSchema` instead. */
6197
+ const outboundSchema: z.ZodType<OneHundredAndSix$Outbound, z.ZodTypeDef, OneHundredAndSix>;
6198
+ /** @deprecated use `OneHundredAndSix$Outbound` instead. */
6199
+ type Outbound = OneHundredAndSix$Outbound;
6170
6200
  }
6171
- export declare function oneHundredAndFourToJSON(oneHundredAndFour: OneHundredAndFour): string;
6172
- export declare function oneHundredAndFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndFour, SDKValidationError>;
6201
+ export declare function oneHundredAndSixToJSON(oneHundredAndSix: OneHundredAndSix): string;
6202
+ export declare function oneHundredAndSixFromJSON(jsonString: string): SafeParseResult<OneHundredAndSix, SDKValidationError>;
6173
6203
  /** @internal */
6174
6204
  export declare const InvitedUser$inboundSchema: z.ZodType<InvitedUser, z.ZodTypeDef, unknown>;
6175
6205
  /** @internal */
@@ -6194,9 +6224,9 @@ export declare namespace InvitedUser$ {
6194
6224
  export declare function invitedUserToJSON(invitedUser: InvitedUser): string;
6195
6225
  export declare function invitedUserFromJSON(jsonString: string): SafeParseResult<InvitedUser, SDKValidationError>;
6196
6226
  /** @internal */
6197
- export declare const OneHundredAndThree$inboundSchema: z.ZodType<OneHundredAndThree, z.ZodTypeDef, unknown>;
6227
+ export declare const OneHundredAndFive$inboundSchema: z.ZodType<OneHundredAndFive, z.ZodTypeDef, unknown>;
6198
6228
  /** @internal */
6199
- export type OneHundredAndThree$Outbound = {
6229
+ export type OneHundredAndFive$Outbound = {
6200
6230
  directoryType?: string | undefined;
6201
6231
  ssoType?: string | undefined;
6202
6232
  invitedUser?: InvitedUser$Outbound | undefined;
@@ -6206,21 +6236,21 @@ export type OneHundredAndThree$Outbound = {
6206
6236
  invitedUid?: string | undefined;
6207
6237
  };
6208
6238
  /** @internal */
6209
- export declare const OneHundredAndThree$outboundSchema: z.ZodType<OneHundredAndThree$Outbound, z.ZodTypeDef, OneHundredAndThree>;
6239
+ export declare const OneHundredAndFive$outboundSchema: z.ZodType<OneHundredAndFive$Outbound, z.ZodTypeDef, OneHundredAndFive>;
6210
6240
  /**
6211
6241
  * @internal
6212
6242
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6213
6243
  */
6214
- export declare namespace OneHundredAndThree$ {
6215
- /** @deprecated use `OneHundredAndThree$inboundSchema` instead. */
6216
- const inboundSchema: z.ZodType<OneHundredAndThree, z.ZodTypeDef, unknown>;
6217
- /** @deprecated use `OneHundredAndThree$outboundSchema` instead. */
6218
- const outboundSchema: z.ZodType<OneHundredAndThree$Outbound, z.ZodTypeDef, OneHundredAndThree>;
6219
- /** @deprecated use `OneHundredAndThree$Outbound` instead. */
6220
- type Outbound = OneHundredAndThree$Outbound;
6244
+ export declare namespace OneHundredAndFive$ {
6245
+ /** @deprecated use `OneHundredAndFive$inboundSchema` instead. */
6246
+ const inboundSchema: z.ZodType<OneHundredAndFive, z.ZodTypeDef, unknown>;
6247
+ /** @deprecated use `OneHundredAndFive$outboundSchema` instead. */
6248
+ const outboundSchema: z.ZodType<OneHundredAndFive$Outbound, z.ZodTypeDef, OneHundredAndFive>;
6249
+ /** @deprecated use `OneHundredAndFive$Outbound` instead. */
6250
+ type Outbound = OneHundredAndFive$Outbound;
6221
6251
  }
6222
- export declare function oneHundredAndThreeToJSON(oneHundredAndThree: OneHundredAndThree): string;
6223
- export declare function oneHundredAndThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndThree, SDKValidationError>;
6252
+ export declare function oneHundredAndFiveToJSON(oneHundredAndFive: OneHundredAndFive): string;
6253
+ export declare function oneHundredAndFiveFromJSON(jsonString: string): SafeParseResult<OneHundredAndFive, SDKValidationError>;
6224
6254
  /** @internal */
6225
6255
  export declare const Reasons$inboundSchema: z.ZodType<Reasons, z.ZodTypeDef, unknown>;
6226
6256
  /** @internal */
@@ -6245,52 +6275,52 @@ export declare namespace Reasons$ {
6245
6275
  export declare function reasonsToJSON(reasons: Reasons): string;
6246
6276
  export declare function reasonsFromJSON(jsonString: string): SafeParseResult<Reasons, SDKValidationError>;
6247
6277
  /** @internal */
6248
- export declare const OneHundredAndTwo$inboundSchema: z.ZodType<OneHundredAndTwo, z.ZodTypeDef, unknown>;
6278
+ export declare const OneHundredAndFour$inboundSchema: z.ZodType<OneHundredAndFour, z.ZodTypeDef, unknown>;
6249
6279
  /** @internal */
6250
- export type OneHundredAndTwo$Outbound = {
6280
+ export type OneHundredAndFour$Outbound = {
6251
6281
  slug: string;
6252
6282
  teamId: string;
6253
6283
  by: string;
6254
6284
  reasons?: Array<Reasons$Outbound> | undefined;
6255
6285
  };
6256
6286
  /** @internal */
6257
- export declare const OneHundredAndTwo$outboundSchema: z.ZodType<OneHundredAndTwo$Outbound, z.ZodTypeDef, OneHundredAndTwo>;
6287
+ export declare const OneHundredAndFour$outboundSchema: z.ZodType<OneHundredAndFour$Outbound, z.ZodTypeDef, OneHundredAndFour>;
6258
6288
  /**
6259
6289
  * @internal
6260
6290
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6261
6291
  */
6262
- export declare namespace OneHundredAndTwo$ {
6263
- /** @deprecated use `OneHundredAndTwo$inboundSchema` instead. */
6264
- const inboundSchema: z.ZodType<OneHundredAndTwo, z.ZodTypeDef, unknown>;
6265
- /** @deprecated use `OneHundredAndTwo$outboundSchema` instead. */
6266
- const outboundSchema: z.ZodType<OneHundredAndTwo$Outbound, z.ZodTypeDef, OneHundredAndTwo>;
6267
- /** @deprecated use `OneHundredAndTwo$Outbound` instead. */
6268
- type Outbound = OneHundredAndTwo$Outbound;
6292
+ export declare namespace OneHundredAndFour$ {
6293
+ /** @deprecated use `OneHundredAndFour$inboundSchema` instead. */
6294
+ const inboundSchema: z.ZodType<OneHundredAndFour, z.ZodTypeDef, unknown>;
6295
+ /** @deprecated use `OneHundredAndFour$outboundSchema` instead. */
6296
+ const outboundSchema: z.ZodType<OneHundredAndFour$Outbound, z.ZodTypeDef, OneHundredAndFour>;
6297
+ /** @deprecated use `OneHundredAndFour$Outbound` instead. */
6298
+ type Outbound = OneHundredAndFour$Outbound;
6269
6299
  }
6270
- export declare function oneHundredAndTwoToJSON(oneHundredAndTwo: OneHundredAndTwo): string;
6271
- export declare function oneHundredAndTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwo, SDKValidationError>;
6300
+ export declare function oneHundredAndFourToJSON(oneHundredAndFour: OneHundredAndFour): string;
6301
+ export declare function oneHundredAndFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndFour, SDKValidationError>;
6272
6302
  /** @internal */
6273
- export declare const OneHundredAndOne$inboundSchema: z.ZodType<OneHundredAndOne, z.ZodTypeDef, unknown>;
6303
+ export declare const OneHundredAndThree$inboundSchema: z.ZodType<OneHundredAndThree, z.ZodTypeDef, unknown>;
6274
6304
  /** @internal */
6275
- export type OneHundredAndOne$Outbound = {
6305
+ export type OneHundredAndThree$Outbound = {
6276
6306
  slug: string;
6277
6307
  };
6278
6308
  /** @internal */
6279
- export declare const OneHundredAndOne$outboundSchema: z.ZodType<OneHundredAndOne$Outbound, z.ZodTypeDef, OneHundredAndOne>;
6309
+ export declare const OneHundredAndThree$outboundSchema: z.ZodType<OneHundredAndThree$Outbound, z.ZodTypeDef, OneHundredAndThree>;
6280
6310
  /**
6281
6311
  * @internal
6282
6312
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6283
6313
  */
6284
- export declare namespace OneHundredAndOne$ {
6285
- /** @deprecated use `OneHundredAndOne$inboundSchema` instead. */
6286
- const inboundSchema: z.ZodType<OneHundredAndOne, z.ZodTypeDef, unknown>;
6287
- /** @deprecated use `OneHundredAndOne$outboundSchema` instead. */
6288
- const outboundSchema: z.ZodType<OneHundredAndOne$Outbound, z.ZodTypeDef, OneHundredAndOne>;
6289
- /** @deprecated use `OneHundredAndOne$Outbound` instead. */
6290
- type Outbound = OneHundredAndOne$Outbound;
6314
+ export declare namespace OneHundredAndThree$ {
6315
+ /** @deprecated use `OneHundredAndThree$inboundSchema` instead. */
6316
+ const inboundSchema: z.ZodType<OneHundredAndThree, z.ZodTypeDef, unknown>;
6317
+ /** @deprecated use `OneHundredAndThree$outboundSchema` instead. */
6318
+ const outboundSchema: z.ZodType<OneHundredAndThree$Outbound, z.ZodTypeDef, OneHundredAndThree>;
6319
+ /** @deprecated use `OneHundredAndThree$Outbound` instead. */
6320
+ type Outbound = OneHundredAndThree$Outbound;
6291
6321
  }
6292
- export declare function oneHundredAndOneToJSON(oneHundredAndOne: OneHundredAndOne): string;
6293
- export declare function oneHundredAndOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndOne, SDKValidationError>;
6322
+ export declare function oneHundredAndThreeToJSON(oneHundredAndThree: OneHundredAndThree): string;
6323
+ export declare function oneHundredAndThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndThree, SDKValidationError>;
6294
6324
  /** @internal */
6295
6325
  export declare const Store$inboundSchema: z.ZodType<Store, z.ZodTypeDef, unknown>;
6296
6326
  /** @internal */
@@ -6315,28 +6345,28 @@ export declare namespace Store$ {
6315
6345
  export declare function storeToJSON(store: Store): string;
6316
6346
  export declare function storeFromJSON(jsonString: string): SafeParseResult<Store, SDKValidationError>;
6317
6347
  /** @internal */
6318
- export declare const OneHundred$inboundSchema: z.ZodType<OneHundred, z.ZodTypeDef, unknown>;
6348
+ export declare const OneHundredAndTwo$inboundSchema: z.ZodType<OneHundredAndTwo, z.ZodTypeDef, unknown>;
6319
6349
  /** @internal */
6320
- export type OneHundred$Outbound = {
6350
+ export type OneHundredAndTwo$Outbound = {
6321
6351
  store: Store$Outbound;
6322
6352
  ownerId?: string | undefined;
6323
6353
  };
6324
6354
  /** @internal */
6325
- export declare const OneHundred$outboundSchema: z.ZodType<OneHundred$Outbound, z.ZodTypeDef, OneHundred>;
6355
+ export declare const OneHundredAndTwo$outboundSchema: z.ZodType<OneHundredAndTwo$Outbound, z.ZodTypeDef, OneHundredAndTwo>;
6326
6356
  /**
6327
6357
  * @internal
6328
6358
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6329
6359
  */
6330
- export declare namespace OneHundred$ {
6331
- /** @deprecated use `OneHundred$inboundSchema` instead. */
6332
- const inboundSchema: z.ZodType<OneHundred, z.ZodTypeDef, unknown>;
6333
- /** @deprecated use `OneHundred$outboundSchema` instead. */
6334
- const outboundSchema: z.ZodType<OneHundred$Outbound, z.ZodTypeDef, OneHundred>;
6335
- /** @deprecated use `OneHundred$Outbound` instead. */
6336
- type Outbound = OneHundred$Outbound;
6360
+ export declare namespace OneHundredAndTwo$ {
6361
+ /** @deprecated use `OneHundredAndTwo$inboundSchema` instead. */
6362
+ const inboundSchema: z.ZodType<OneHundredAndTwo, z.ZodTypeDef, unknown>;
6363
+ /** @deprecated use `OneHundredAndTwo$outboundSchema` instead. */
6364
+ const outboundSchema: z.ZodType<OneHundredAndTwo$Outbound, z.ZodTypeDef, OneHundredAndTwo>;
6365
+ /** @deprecated use `OneHundredAndTwo$Outbound` instead. */
6366
+ type Outbound = OneHundredAndTwo$Outbound;
6337
6367
  }
6338
- export declare function oneHundredToJSON(oneHundred: OneHundred): string;
6339
- export declare function oneHundredFromJSON(jsonString: string): SafeParseResult<OneHundred, SDKValidationError>;
6368
+ export declare function oneHundredAndTwoToJSON(oneHundredAndTwo: OneHundredAndTwo): string;
6369
+ export declare function oneHundredAndTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwo, SDKValidationError>;
6340
6370
  /** @internal */
6341
6371
  export declare const StoreType$inboundSchema: z.ZodNativeEnum<typeof StoreType>;
6342
6372
  /** @internal */
@@ -6358,27 +6388,27 @@ export declare namespace StoreType$ {
6358
6388
  }>;
6359
6389
  }
6360
6390
  /** @internal */
6361
- export declare const NinetyNine$inboundSchema: z.ZodType<NinetyNine, z.ZodTypeDef, unknown>;
6391
+ export declare const OneHundredAndOne$inboundSchema: z.ZodType<OneHundredAndOne, z.ZodTypeDef, unknown>;
6362
6392
  /** @internal */
6363
- export type NinetyNine$Outbound = {
6393
+ export type OneHundredAndOne$Outbound = {
6364
6394
  storeType: string;
6365
6395
  };
6366
6396
  /** @internal */
6367
- export declare const NinetyNine$outboundSchema: z.ZodType<NinetyNine$Outbound, z.ZodTypeDef, NinetyNine>;
6397
+ export declare const OneHundredAndOne$outboundSchema: z.ZodType<OneHundredAndOne$Outbound, z.ZodTypeDef, OneHundredAndOne>;
6368
6398
  /**
6369
6399
  * @internal
6370
6400
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6371
6401
  */
6372
- export declare namespace NinetyNine$ {
6373
- /** @deprecated use `NinetyNine$inboundSchema` instead. */
6374
- const inboundSchema: z.ZodType<NinetyNine, z.ZodTypeDef, unknown>;
6375
- /** @deprecated use `NinetyNine$outboundSchema` instead. */
6376
- const outboundSchema: z.ZodType<NinetyNine$Outbound, z.ZodTypeDef, NinetyNine>;
6377
- /** @deprecated use `NinetyNine$Outbound` instead. */
6378
- type Outbound = NinetyNine$Outbound;
6402
+ export declare namespace OneHundredAndOne$ {
6403
+ /** @deprecated use `OneHundredAndOne$inboundSchema` instead. */
6404
+ const inboundSchema: z.ZodType<OneHundredAndOne, z.ZodTypeDef, unknown>;
6405
+ /** @deprecated use `OneHundredAndOne$outboundSchema` instead. */
6406
+ const outboundSchema: z.ZodType<OneHundredAndOne$Outbound, z.ZodTypeDef, OneHundredAndOne>;
6407
+ /** @deprecated use `OneHundredAndOne$Outbound` instead. */
6408
+ type Outbound = OneHundredAndOne$Outbound;
6379
6409
  }
6380
- export declare function ninetyNineToJSON(ninetyNine: NinetyNine): string;
6381
- export declare function ninetyNineFromJSON(jsonString: string): SafeParseResult<NinetyNine, SDKValidationError>;
6410
+ export declare function oneHundredAndOneToJSON(oneHundredAndOne: OneHundredAndOne): string;
6411
+ export declare function oneHundredAndOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndOne, SDKValidationError>;
6382
6412
  /** @internal */
6383
6413
  export declare const UserEventPayloadType$inboundSchema: z.ZodNativeEnum<typeof UserEventPayloadType>;
6384
6414
  /** @internal */
@@ -6406,9 +6436,9 @@ export declare namespace UserEventPayloadType$ {
6406
6436
  }>;
6407
6437
  }
6408
6438
  /** @internal */
6409
- export declare const NinetyEight$inboundSchema: z.ZodType<NinetyEight, z.ZodTypeDef, unknown>;
6439
+ export declare const OneHundred$inboundSchema: z.ZodType<OneHundred, z.ZodTypeDef, unknown>;
6410
6440
  /** @internal */
6411
- export type NinetyEight$Outbound = {
6441
+ export type OneHundred$Outbound = {
6412
6442
  id: string;
6413
6443
  name?: string | undefined;
6414
6444
  computeUnitsMax?: number | undefined;
@@ -6417,35 +6447,35 @@ export type NinetyEight$Outbound = {
6417
6447
  type: string;
6418
6448
  };
6419
6449
  /** @internal */
6420
- export declare const NinetyEight$outboundSchema: z.ZodType<NinetyEight$Outbound, z.ZodTypeDef, NinetyEight>;
6450
+ export declare const OneHundred$outboundSchema: z.ZodType<OneHundred$Outbound, z.ZodTypeDef, OneHundred>;
6421
6451
  /**
6422
6452
  * @internal
6423
6453
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6424
6454
  */
6425
- export declare namespace NinetyEight$ {
6426
- /** @deprecated use `NinetyEight$inboundSchema` instead. */
6427
- const inboundSchema: z.ZodType<NinetyEight, z.ZodTypeDef, unknown>;
6428
- /** @deprecated use `NinetyEight$outboundSchema` instead. */
6429
- const outboundSchema: z.ZodType<NinetyEight$Outbound, z.ZodTypeDef, NinetyEight>;
6430
- /** @deprecated use `NinetyEight$Outbound` instead. */
6431
- type Outbound = NinetyEight$Outbound;
6455
+ export declare namespace OneHundred$ {
6456
+ /** @deprecated use `OneHundred$inboundSchema` instead. */
6457
+ const inboundSchema: z.ZodType<OneHundred, z.ZodTypeDef, unknown>;
6458
+ /** @deprecated use `OneHundred$outboundSchema` instead. */
6459
+ const outboundSchema: z.ZodType<OneHundred$Outbound, z.ZodTypeDef, OneHundred>;
6460
+ /** @deprecated use `OneHundred$Outbound` instead. */
6461
+ type Outbound = OneHundred$Outbound;
6432
6462
  }
6433
- export declare function ninetyEightToJSON(ninetyEight: NinetyEight): string;
6434
- export declare function ninetyEightFromJSON(jsonString: string): SafeParseResult<NinetyEight, SDKValidationError>;
6463
+ export declare function oneHundredToJSON(oneHundred: OneHundred): string;
6464
+ export declare function oneHundredFromJSON(jsonString: string): SafeParseResult<OneHundred, SDKValidationError>;
6435
6465
  /** @internal */
6436
- export declare const UserEventPayload97Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload97Type>;
6466
+ export declare const UserEventPayload99Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload99Type>;
6437
6467
  /** @internal */
6438
- export declare const UserEventPayload97Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload97Type>;
6468
+ export declare const UserEventPayload99Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload99Type>;
6439
6469
  /**
6440
6470
  * @internal
6441
6471
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6442
6472
  */
6443
- export declare namespace UserEventPayload97Type$ {
6444
- /** @deprecated use `UserEventPayload97Type$inboundSchema` instead. */
6473
+ export declare namespace UserEventPayload99Type$ {
6474
+ /** @deprecated use `UserEventPayload99Type$inboundSchema` instead. */
6445
6475
  const inboundSchema: z.ZodNativeEnum<{
6446
6476
  readonly Fixed: "fixed";
6447
6477
  }>;
6448
- /** @deprecated use `UserEventPayload97Type$outboundSchema` instead. */
6478
+ /** @deprecated use `UserEventPayload99Type$outboundSchema` instead. */
6449
6479
  const outboundSchema: z.ZodNativeEnum<{
6450
6480
  readonly Fixed: "fixed";
6451
6481
  }>;
@@ -6527,41 +6557,41 @@ export declare namespace PayloadBudget$ {
6527
6557
  export declare function payloadBudgetToJSON(payloadBudget: PayloadBudget): string;
6528
6558
  export declare function payloadBudgetFromJSON(jsonString: string): SafeParseResult<PayloadBudget, SDKValidationError>;
6529
6559
  /** @internal */
6530
- export declare const NinetySeven$inboundSchema: z.ZodType<NinetySeven, z.ZodTypeDef, unknown>;
6560
+ export declare const NinetyNine$inboundSchema: z.ZodType<NinetyNine, z.ZodTypeDef, unknown>;
6531
6561
  /** @internal */
6532
- export type NinetySeven$Outbound = {
6562
+ export type NinetyNine$Outbound = {
6533
6563
  budget: PayloadBudget$Outbound;
6534
6564
  };
6535
6565
  /** @internal */
6536
- export declare const NinetySeven$outboundSchema: z.ZodType<NinetySeven$Outbound, z.ZodTypeDef, NinetySeven>;
6566
+ export declare const NinetyNine$outboundSchema: z.ZodType<NinetyNine$Outbound, z.ZodTypeDef, NinetyNine>;
6537
6567
  /**
6538
6568
  * @internal
6539
6569
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6540
6570
  */
6541
- export declare namespace NinetySeven$ {
6542
- /** @deprecated use `NinetySeven$inboundSchema` instead. */
6543
- const inboundSchema: z.ZodType<NinetySeven, z.ZodTypeDef, unknown>;
6544
- /** @deprecated use `NinetySeven$outboundSchema` instead. */
6545
- const outboundSchema: z.ZodType<NinetySeven$Outbound, z.ZodTypeDef, NinetySeven>;
6546
- /** @deprecated use `NinetySeven$Outbound` instead. */
6547
- type Outbound = NinetySeven$Outbound;
6571
+ export declare namespace NinetyNine$ {
6572
+ /** @deprecated use `NinetyNine$inboundSchema` instead. */
6573
+ const inboundSchema: z.ZodType<NinetyNine, z.ZodTypeDef, unknown>;
6574
+ /** @deprecated use `NinetyNine$outboundSchema` instead. */
6575
+ const outboundSchema: z.ZodType<NinetyNine$Outbound, z.ZodTypeDef, NinetyNine>;
6576
+ /** @deprecated use `NinetyNine$Outbound` instead. */
6577
+ type Outbound = NinetyNine$Outbound;
6548
6578
  }
6549
- export declare function ninetySevenToJSON(ninetySeven: NinetySeven): string;
6550
- export declare function ninetySevenFromJSON(jsonString: string): SafeParseResult<NinetySeven, SDKValidationError>;
6579
+ export declare function ninetyNineToJSON(ninetyNine: NinetyNine): string;
6580
+ export declare function ninetyNineFromJSON(jsonString: string): SafeParseResult<NinetyNine, SDKValidationError>;
6551
6581
  /** @internal */
6552
- export declare const UserEventPayload96Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload96Type>;
6582
+ export declare const UserEventPayload98Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload98Type>;
6553
6583
  /** @internal */
6554
- export declare const UserEventPayload96Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload96Type>;
6584
+ export declare const UserEventPayload98Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload98Type>;
6555
6585
  /**
6556
6586
  * @internal
6557
6587
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6558
6588
  */
6559
- export declare namespace UserEventPayload96Type$ {
6560
- /** @deprecated use `UserEventPayload96Type$inboundSchema` instead. */
6589
+ export declare namespace UserEventPayload98Type$ {
6590
+ /** @deprecated use `UserEventPayload98Type$inboundSchema` instead. */
6561
6591
  const inboundSchema: z.ZodNativeEnum<{
6562
6592
  readonly Fixed: "fixed";
6563
6593
  }>;
6564
- /** @deprecated use `UserEventPayload96Type$outboundSchema` instead. */
6594
+ /** @deprecated use `UserEventPayload98Type$outboundSchema` instead. */
6565
6595
  const outboundSchema: z.ZodNativeEnum<{
6566
6596
  readonly Fixed: "fixed";
6567
6597
  }>;
@@ -6621,49 +6651,49 @@ export declare namespace Budget$ {
6621
6651
  export declare function budgetToJSON(budget: Budget): string;
6622
6652
  export declare function budgetFromJSON(jsonString: string): SafeParseResult<Budget, SDKValidationError>;
6623
6653
  /** @internal */
6624
- export declare const NinetySix$inboundSchema: z.ZodType<NinetySix, z.ZodTypeDef, unknown>;
6654
+ export declare const NinetyEight$inboundSchema: z.ZodType<NinetyEight, z.ZodTypeDef, unknown>;
6625
6655
  /** @internal */
6626
- export type NinetySix$Outbound = {
6656
+ export type NinetyEight$Outbound = {
6627
6657
  budget: Budget$Outbound;
6628
6658
  };
6629
6659
  /** @internal */
6630
- export declare const NinetySix$outboundSchema: z.ZodType<NinetySix$Outbound, z.ZodTypeDef, NinetySix>;
6660
+ export declare const NinetyEight$outboundSchema: z.ZodType<NinetyEight$Outbound, z.ZodTypeDef, NinetyEight>;
6631
6661
  /**
6632
6662
  * @internal
6633
6663
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6634
6664
  */
6635
- export declare namespace NinetySix$ {
6636
- /** @deprecated use `NinetySix$inboundSchema` instead. */
6637
- const inboundSchema: z.ZodType<NinetySix, z.ZodTypeDef, unknown>;
6638
- /** @deprecated use `NinetySix$outboundSchema` instead. */
6639
- const outboundSchema: z.ZodType<NinetySix$Outbound, z.ZodTypeDef, NinetySix>;
6640
- /** @deprecated use `NinetySix$Outbound` instead. */
6641
- type Outbound = NinetySix$Outbound;
6665
+ export declare namespace NinetyEight$ {
6666
+ /** @deprecated use `NinetyEight$inboundSchema` instead. */
6667
+ const inboundSchema: z.ZodType<NinetyEight, z.ZodTypeDef, unknown>;
6668
+ /** @deprecated use `NinetyEight$outboundSchema` instead. */
6669
+ const outboundSchema: z.ZodType<NinetyEight$Outbound, z.ZodTypeDef, NinetyEight>;
6670
+ /** @deprecated use `NinetyEight$Outbound` instead. */
6671
+ type Outbound = NinetyEight$Outbound;
6642
6672
  }
6643
- export declare function ninetySixToJSON(ninetySix: NinetySix): string;
6644
- export declare function ninetySixFromJSON(jsonString: string): SafeParseResult<NinetySix, SDKValidationError>;
6673
+ export declare function ninetyEightToJSON(ninetyEight: NinetyEight): string;
6674
+ export declare function ninetyEightFromJSON(jsonString: string): SafeParseResult<NinetyEight, SDKValidationError>;
6645
6675
  /** @internal */
6646
- export declare const NinetyFive$inboundSchema: z.ZodType<NinetyFive, z.ZodTypeDef, unknown>;
6676
+ export declare const NinetySeven$inboundSchema: z.ZodType<NinetySeven, z.ZodTypeDef, unknown>;
6647
6677
  /** @internal */
6648
- export type NinetyFive$Outbound = {
6678
+ export type NinetySeven$Outbound = {
6649
6679
  webhookUrl?: string | undefined;
6650
6680
  };
6651
6681
  /** @internal */
6652
- export declare const NinetyFive$outboundSchema: z.ZodType<NinetyFive$Outbound, z.ZodTypeDef, NinetyFive>;
6682
+ export declare const NinetySeven$outboundSchema: z.ZodType<NinetySeven$Outbound, z.ZodTypeDef, NinetySeven>;
6653
6683
  /**
6654
6684
  * @internal
6655
6685
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6656
6686
  */
6657
- export declare namespace NinetyFive$ {
6658
- /** @deprecated use `NinetyFive$inboundSchema` instead. */
6659
- const inboundSchema: z.ZodType<NinetyFive, z.ZodTypeDef, unknown>;
6660
- /** @deprecated use `NinetyFive$outboundSchema` instead. */
6661
- const outboundSchema: z.ZodType<NinetyFive$Outbound, z.ZodTypeDef, NinetyFive>;
6662
- /** @deprecated use `NinetyFive$Outbound` instead. */
6663
- type Outbound = NinetyFive$Outbound;
6687
+ export declare namespace NinetySeven$ {
6688
+ /** @deprecated use `NinetySeven$inboundSchema` instead. */
6689
+ const inboundSchema: z.ZodType<NinetySeven, z.ZodTypeDef, unknown>;
6690
+ /** @deprecated use `NinetySeven$outboundSchema` instead. */
6691
+ const outboundSchema: z.ZodType<NinetySeven$Outbound, z.ZodTypeDef, NinetySeven>;
6692
+ /** @deprecated use `NinetySeven$Outbound` instead. */
6693
+ type Outbound = NinetySeven$Outbound;
6664
6694
  }
6665
- export declare function ninetyFiveToJSON(ninetyFive: NinetyFive): string;
6666
- export declare function ninetyFiveFromJSON(jsonString: string): SafeParseResult<NinetyFive, SDKValidationError>;
6695
+ export declare function ninetySevenToJSON(ninetySeven: NinetySeven): string;
6696
+ export declare function ninetySevenFromJSON(jsonString: string): SafeParseResult<NinetySeven, SDKValidationError>;
6667
6697
  /** @internal */
6668
6698
  export declare const ScalingRules$inboundSchema: z.ZodType<ScalingRules, z.ZodTypeDef, unknown>;
6669
6699
  /** @internal */
@@ -6688,9 +6718,9 @@ export declare namespace ScalingRules$ {
6688
6718
  export declare function scalingRulesToJSON(scalingRules: ScalingRules): string;
6689
6719
  export declare function scalingRulesFromJSON(jsonString: string): SafeParseResult<ScalingRules, SDKValidationError>;
6690
6720
  /** @internal */
6691
- export declare const NinetyFour$inboundSchema: z.ZodType<NinetyFour, z.ZodTypeDef, unknown>;
6721
+ export declare const NinetySix$inboundSchema: z.ZodType<NinetySix, z.ZodTypeDef, unknown>;
6692
6722
  /** @internal */
6693
- export type NinetyFour$Outbound = {
6723
+ export type NinetySix$Outbound = {
6694
6724
  scalingRules: {
6695
6725
  [k: string]: ScalingRules$Outbound;
6696
6726
  };
@@ -6699,67 +6729,67 @@ export type NinetyFour$Outbound = {
6699
6729
  url: string;
6700
6730
  };
6701
6731
  /** @internal */
6702
- export declare const NinetyFour$outboundSchema: z.ZodType<NinetyFour$Outbound, z.ZodTypeDef, NinetyFour>;
6732
+ export declare const NinetySix$outboundSchema: z.ZodType<NinetySix$Outbound, z.ZodTypeDef, NinetySix>;
6703
6733
  /**
6704
6734
  * @internal
6705
6735
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6706
6736
  */
6707
- export declare namespace NinetyFour$ {
6708
- /** @deprecated use `NinetyFour$inboundSchema` instead. */
6709
- const inboundSchema: z.ZodType<NinetyFour, z.ZodTypeDef, unknown>;
6710
- /** @deprecated use `NinetyFour$outboundSchema` instead. */
6711
- const outboundSchema: z.ZodType<NinetyFour$Outbound, z.ZodTypeDef, NinetyFour>;
6712
- /** @deprecated use `NinetyFour$Outbound` instead. */
6713
- type Outbound = NinetyFour$Outbound;
6737
+ export declare namespace NinetySix$ {
6738
+ /** @deprecated use `NinetySix$inboundSchema` instead. */
6739
+ const inboundSchema: z.ZodType<NinetySix, z.ZodTypeDef, unknown>;
6740
+ /** @deprecated use `NinetySix$outboundSchema` instead. */
6741
+ const outboundSchema: z.ZodType<NinetySix$Outbound, z.ZodTypeDef, NinetySix>;
6742
+ /** @deprecated use `NinetySix$Outbound` instead. */
6743
+ type Outbound = NinetySix$Outbound;
6714
6744
  }
6715
- export declare function ninetyFourToJSON(ninetyFour: NinetyFour): string;
6716
- export declare function ninetyFourFromJSON(jsonString: string): SafeParseResult<NinetyFour, SDKValidationError>;
6745
+ export declare function ninetySixToJSON(ninetySix: NinetySix): string;
6746
+ export declare function ninetySixFromJSON(jsonString: string): SafeParseResult<NinetySix, SDKValidationError>;
6717
6747
  /** @internal */
6718
- export declare const NinetyThree$inboundSchema: z.ZodType<NinetyThree, z.ZodTypeDef, unknown>;
6748
+ export declare const NinetyFive$inboundSchema: z.ZodType<NinetyFive, z.ZodTypeDef, unknown>;
6719
6749
  /** @internal */
6720
- export type NinetyThree$Outbound = {
6750
+ export type NinetyFive$Outbound = {
6721
6751
  bio: string;
6722
6752
  };
6723
6753
  /** @internal */
6724
- export declare const NinetyThree$outboundSchema: z.ZodType<NinetyThree$Outbound, z.ZodTypeDef, NinetyThree>;
6754
+ export declare const NinetyFive$outboundSchema: z.ZodType<NinetyFive$Outbound, z.ZodTypeDef, NinetyFive>;
6725
6755
  /**
6726
6756
  * @internal
6727
6757
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6728
6758
  */
6729
- export declare namespace NinetyThree$ {
6730
- /** @deprecated use `NinetyThree$inboundSchema` instead. */
6731
- const inboundSchema: z.ZodType<NinetyThree, z.ZodTypeDef, unknown>;
6732
- /** @deprecated use `NinetyThree$outboundSchema` instead. */
6733
- const outboundSchema: z.ZodType<NinetyThree$Outbound, z.ZodTypeDef, NinetyThree>;
6734
- /** @deprecated use `NinetyThree$Outbound` instead. */
6735
- type Outbound = NinetyThree$Outbound;
6759
+ export declare namespace NinetyFive$ {
6760
+ /** @deprecated use `NinetyFive$inboundSchema` instead. */
6761
+ const inboundSchema: z.ZodType<NinetyFive, z.ZodTypeDef, unknown>;
6762
+ /** @deprecated use `NinetyFive$outboundSchema` instead. */
6763
+ const outboundSchema: z.ZodType<NinetyFive$Outbound, z.ZodTypeDef, NinetyFive>;
6764
+ /** @deprecated use `NinetyFive$Outbound` instead. */
6765
+ type Outbound = NinetyFive$Outbound;
6736
6766
  }
6737
- export declare function ninetyThreeToJSON(ninetyThree: NinetyThree): string;
6738
- export declare function ninetyThreeFromJSON(jsonString: string): SafeParseResult<NinetyThree, SDKValidationError>;
6767
+ export declare function ninetyFiveToJSON(ninetyFive: NinetyFive): string;
6768
+ export declare function ninetyFiveFromJSON(jsonString: string): SafeParseResult<NinetyFive, SDKValidationError>;
6739
6769
  /** @internal */
6740
- export declare const NinetyTwo$inboundSchema: z.ZodType<NinetyTwo, z.ZodTypeDef, unknown>;
6770
+ export declare const NinetyFour$inboundSchema: z.ZodType<NinetyFour, z.ZodTypeDef, unknown>;
6741
6771
  /** @internal */
6742
- export type NinetyTwo$Outbound = {
6772
+ export type NinetyFour$Outbound = {
6743
6773
  oldName: string;
6744
6774
  newName: string;
6745
6775
  uid?: string | undefined;
6746
6776
  };
6747
6777
  /** @internal */
6748
- export declare const NinetyTwo$outboundSchema: z.ZodType<NinetyTwo$Outbound, z.ZodTypeDef, NinetyTwo>;
6778
+ export declare const NinetyFour$outboundSchema: z.ZodType<NinetyFour$Outbound, z.ZodTypeDef, NinetyFour>;
6749
6779
  /**
6750
6780
  * @internal
6751
6781
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6752
6782
  */
6753
- export declare namespace NinetyTwo$ {
6754
- /** @deprecated use `NinetyTwo$inboundSchema` instead. */
6755
- const inboundSchema: z.ZodType<NinetyTwo, z.ZodTypeDef, unknown>;
6756
- /** @deprecated use `NinetyTwo$outboundSchema` instead. */
6757
- const outboundSchema: z.ZodType<NinetyTwo$Outbound, z.ZodTypeDef, NinetyTwo>;
6758
- /** @deprecated use `NinetyTwo$Outbound` instead. */
6759
- type Outbound = NinetyTwo$Outbound;
6783
+ export declare namespace NinetyFour$ {
6784
+ /** @deprecated use `NinetyFour$inboundSchema` instead. */
6785
+ const inboundSchema: z.ZodType<NinetyFour, z.ZodTypeDef, unknown>;
6786
+ /** @deprecated use `NinetyFour$outboundSchema` instead. */
6787
+ const outboundSchema: z.ZodType<NinetyFour$Outbound, z.ZodTypeDef, NinetyFour>;
6788
+ /** @deprecated use `NinetyFour$Outbound` instead. */
6789
+ type Outbound = NinetyFour$Outbound;
6760
6790
  }
6761
- export declare function ninetyTwoToJSON(ninetyTwo: NinetyTwo): string;
6762
- export declare function ninetyTwoFromJSON(jsonString: string): SafeParseResult<NinetyTwo, SDKValidationError>;
6791
+ export declare function ninetyFourToJSON(ninetyFour: NinetyFour): string;
6792
+ export declare function ninetyFourFromJSON(jsonString: string): SafeParseResult<NinetyFour, SDKValidationError>;
6763
6793
  /** @internal */
6764
6794
  export declare const Name2$inboundSchema: z.ZodType<Name2, z.ZodTypeDef, unknown>;
6765
6795
  /** @internal */
@@ -6803,51 +6833,51 @@ export declare namespace Name$ {
6803
6833
  export declare function nameToJSON(name: Name): string;
6804
6834
  export declare function nameFromJSON(jsonString: string): SafeParseResult<Name, SDKValidationError>;
6805
6835
  /** @internal */
6806
- export declare const NinetyOne$inboundSchema: z.ZodType<NinetyOne, z.ZodTypeDef, unknown>;
6836
+ export declare const NinetyThree$inboundSchema: z.ZodType<NinetyThree, z.ZodTypeDef, unknown>;
6807
6837
  /** @internal */
6808
- export type NinetyOne$Outbound = {
6838
+ export type NinetyThree$Outbound = {
6809
6839
  uid: string;
6810
6840
  name: Name2$Outbound | string;
6811
6841
  };
6812
6842
  /** @internal */
6813
- export declare const NinetyOne$outboundSchema: z.ZodType<NinetyOne$Outbound, z.ZodTypeDef, NinetyOne>;
6843
+ export declare const NinetyThree$outboundSchema: z.ZodType<NinetyThree$Outbound, z.ZodTypeDef, NinetyThree>;
6814
6844
  /**
6815
6845
  * @internal
6816
6846
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6817
6847
  */
6818
- export declare namespace NinetyOne$ {
6819
- /** @deprecated use `NinetyOne$inboundSchema` instead. */
6820
- const inboundSchema: z.ZodType<NinetyOne, z.ZodTypeDef, unknown>;
6821
- /** @deprecated use `NinetyOne$outboundSchema` instead. */
6822
- const outboundSchema: z.ZodType<NinetyOne$Outbound, z.ZodTypeDef, NinetyOne>;
6823
- /** @deprecated use `NinetyOne$Outbound` instead. */
6824
- type Outbound = NinetyOne$Outbound;
6848
+ export declare namespace NinetyThree$ {
6849
+ /** @deprecated use `NinetyThree$inboundSchema` instead. */
6850
+ const inboundSchema: z.ZodType<NinetyThree, z.ZodTypeDef, unknown>;
6851
+ /** @deprecated use `NinetyThree$outboundSchema` instead. */
6852
+ const outboundSchema: z.ZodType<NinetyThree$Outbound, z.ZodTypeDef, NinetyThree>;
6853
+ /** @deprecated use `NinetyThree$Outbound` instead. */
6854
+ type Outbound = NinetyThree$Outbound;
6825
6855
  }
6826
- export declare function ninetyOneToJSON(ninetyOne: NinetyOne): string;
6827
- export declare function ninetyOneFromJSON(jsonString: string): SafeParseResult<NinetyOne, SDKValidationError>;
6856
+ export declare function ninetyThreeToJSON(ninetyThree: NinetyThree): string;
6857
+ export declare function ninetyThreeFromJSON(jsonString: string): SafeParseResult<NinetyThree, SDKValidationError>;
6828
6858
  /** @internal */
6829
- export declare const UserEventPayload90Team$inboundSchema: z.ZodType<UserEventPayload90Team, z.ZodTypeDef, unknown>;
6859
+ export declare const UserEventPayload92Team$inboundSchema: z.ZodType<UserEventPayload92Team, z.ZodTypeDef, unknown>;
6830
6860
  /** @internal */
6831
- export type UserEventPayload90Team$Outbound = {
6861
+ export type UserEventPayload92Team$Outbound = {
6832
6862
  id: string;
6833
6863
  name?: string | undefined;
6834
6864
  };
6835
6865
  /** @internal */
6836
- export declare const UserEventPayload90Team$outboundSchema: z.ZodType<UserEventPayload90Team$Outbound, z.ZodTypeDef, UserEventPayload90Team>;
6866
+ export declare const UserEventPayload92Team$outboundSchema: z.ZodType<UserEventPayload92Team$Outbound, z.ZodTypeDef, UserEventPayload92Team>;
6837
6867
  /**
6838
6868
  * @internal
6839
6869
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6840
6870
  */
6841
- export declare namespace UserEventPayload90Team$ {
6842
- /** @deprecated use `UserEventPayload90Team$inboundSchema` instead. */
6843
- const inboundSchema: z.ZodType<UserEventPayload90Team, z.ZodTypeDef, unknown>;
6844
- /** @deprecated use `UserEventPayload90Team$outboundSchema` instead. */
6845
- const outboundSchema: z.ZodType<UserEventPayload90Team$Outbound, z.ZodTypeDef, UserEventPayload90Team>;
6846
- /** @deprecated use `UserEventPayload90Team$Outbound` instead. */
6847
- type Outbound = UserEventPayload90Team$Outbound;
6871
+ export declare namespace UserEventPayload92Team$ {
6872
+ /** @deprecated use `UserEventPayload92Team$inboundSchema` instead. */
6873
+ const inboundSchema: z.ZodType<UserEventPayload92Team, z.ZodTypeDef, unknown>;
6874
+ /** @deprecated use `UserEventPayload92Team$outboundSchema` instead. */
6875
+ const outboundSchema: z.ZodType<UserEventPayload92Team$Outbound, z.ZodTypeDef, UserEventPayload92Team>;
6876
+ /** @deprecated use `UserEventPayload92Team$Outbound` instead. */
6877
+ type Outbound = UserEventPayload92Team$Outbound;
6848
6878
  }
6849
- export declare function userEventPayload90TeamToJSON(userEventPayload90Team: UserEventPayload90Team): string;
6850
- export declare function userEventPayload90TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload90Team, SDKValidationError>;
6879
+ export declare function userEventPayload92TeamToJSON(userEventPayload92Team: UserEventPayload92Team): string;
6880
+ export declare function userEventPayload92TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload92Team, SDKValidationError>;
6851
6881
  /** @internal */
6852
6882
  export declare const PayloadPreviousRule$inboundSchema: z.ZodType<PayloadPreviousRule, z.ZodTypeDef, unknown>;
6853
6883
  /** @internal */
@@ -6871,51 +6901,51 @@ export declare namespace PayloadPreviousRule$ {
6871
6901
  export declare function payloadPreviousRuleToJSON(payloadPreviousRule: PayloadPreviousRule): string;
6872
6902
  export declare function payloadPreviousRuleFromJSON(jsonString: string): SafeParseResult<PayloadPreviousRule, SDKValidationError>;
6873
6903
  /** @internal */
6874
- export declare const Ninety$inboundSchema: z.ZodType<Ninety, z.ZodTypeDef, unknown>;
6904
+ export declare const NinetyTwo$inboundSchema: z.ZodType<NinetyTwo, z.ZodTypeDef, unknown>;
6875
6905
  /** @internal */
6876
- export type Ninety$Outbound = {
6877
- team: UserEventPayload90Team$Outbound;
6906
+ export type NinetyTwo$Outbound = {
6907
+ team: UserEventPayload92Team$Outbound;
6878
6908
  previousRule: PayloadPreviousRule$Outbound;
6879
6909
  };
6880
6910
  /** @internal */
6881
- export declare const Ninety$outboundSchema: z.ZodType<Ninety$Outbound, z.ZodTypeDef, Ninety>;
6911
+ export declare const NinetyTwo$outboundSchema: z.ZodType<NinetyTwo$Outbound, z.ZodTypeDef, NinetyTwo>;
6882
6912
  /**
6883
6913
  * @internal
6884
6914
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6885
6915
  */
6886
- export declare namespace Ninety$ {
6887
- /** @deprecated use `Ninety$inboundSchema` instead. */
6888
- const inboundSchema: z.ZodType<Ninety, z.ZodTypeDef, unknown>;
6889
- /** @deprecated use `Ninety$outboundSchema` instead. */
6890
- const outboundSchema: z.ZodType<Ninety$Outbound, z.ZodTypeDef, Ninety>;
6891
- /** @deprecated use `Ninety$Outbound` instead. */
6892
- type Outbound = Ninety$Outbound;
6916
+ export declare namespace NinetyTwo$ {
6917
+ /** @deprecated use `NinetyTwo$inboundSchema` instead. */
6918
+ const inboundSchema: z.ZodType<NinetyTwo, z.ZodTypeDef, unknown>;
6919
+ /** @deprecated use `NinetyTwo$outboundSchema` instead. */
6920
+ const outboundSchema: z.ZodType<NinetyTwo$Outbound, z.ZodTypeDef, NinetyTwo>;
6921
+ /** @deprecated use `NinetyTwo$Outbound` instead. */
6922
+ type Outbound = NinetyTwo$Outbound;
6893
6923
  }
6894
- export declare function ninetyToJSON(ninety: Ninety): string;
6895
- export declare function ninetyFromJSON(jsonString: string): SafeParseResult<Ninety, SDKValidationError>;
6924
+ export declare function ninetyTwoToJSON(ninetyTwo: NinetyTwo): string;
6925
+ export declare function ninetyTwoFromJSON(jsonString: string): SafeParseResult<NinetyTwo, SDKValidationError>;
6896
6926
  /** @internal */
6897
- export declare const UserEventPayload89Team$inboundSchema: z.ZodType<UserEventPayload89Team, z.ZodTypeDef, unknown>;
6927
+ export declare const UserEventPayload91Team$inboundSchema: z.ZodType<UserEventPayload91Team, z.ZodTypeDef, unknown>;
6898
6928
  /** @internal */
6899
- export type UserEventPayload89Team$Outbound = {
6929
+ export type UserEventPayload91Team$Outbound = {
6900
6930
  id: string;
6901
6931
  name?: string | undefined;
6902
6932
  };
6903
6933
  /** @internal */
6904
- export declare const UserEventPayload89Team$outboundSchema: z.ZodType<UserEventPayload89Team$Outbound, z.ZodTypeDef, UserEventPayload89Team>;
6934
+ export declare const UserEventPayload91Team$outboundSchema: z.ZodType<UserEventPayload91Team$Outbound, z.ZodTypeDef, UserEventPayload91Team>;
6905
6935
  /**
6906
6936
  * @internal
6907
6937
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6908
6938
  */
6909
- export declare namespace UserEventPayload89Team$ {
6910
- /** @deprecated use `UserEventPayload89Team$inboundSchema` instead. */
6911
- const inboundSchema: z.ZodType<UserEventPayload89Team, z.ZodTypeDef, unknown>;
6912
- /** @deprecated use `UserEventPayload89Team$outboundSchema` instead. */
6913
- const outboundSchema: z.ZodType<UserEventPayload89Team$Outbound, z.ZodTypeDef, UserEventPayload89Team>;
6914
- /** @deprecated use `UserEventPayload89Team$Outbound` instead. */
6915
- type Outbound = UserEventPayload89Team$Outbound;
6939
+ export declare namespace UserEventPayload91Team$ {
6940
+ /** @deprecated use `UserEventPayload91Team$inboundSchema` instead. */
6941
+ const inboundSchema: z.ZodType<UserEventPayload91Team, z.ZodTypeDef, unknown>;
6942
+ /** @deprecated use `UserEventPayload91Team$outboundSchema` instead. */
6943
+ const outboundSchema: z.ZodType<UserEventPayload91Team$Outbound, z.ZodTypeDef, UserEventPayload91Team>;
6944
+ /** @deprecated use `UserEventPayload91Team$Outbound` instead. */
6945
+ type Outbound = UserEventPayload91Team$Outbound;
6916
6946
  }
6917
- export declare function userEventPayload89TeamToJSON(userEventPayload89Team: UserEventPayload89Team): string;
6918
- export declare function userEventPayload89TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload89Team, SDKValidationError>;
6947
+ export declare function userEventPayload91TeamToJSON(userEventPayload91Team: UserEventPayload91Team): string;
6948
+ export declare function userEventPayload91TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload91Team, SDKValidationError>;
6919
6949
  /** @internal */
6920
6950
  export declare const PreviousRule$inboundSchema: z.ZodType<PreviousRule, z.ZodTypeDef, unknown>;
6921
6951
  /** @internal */
@@ -6961,14 +6991,59 @@ export declare namespace NextRule$ {
6961
6991
  export declare function nextRuleToJSON(nextRule: NextRule): string;
6962
6992
  export declare function nextRuleFromJSON(jsonString: string): SafeParseResult<NextRule, SDKValidationError>;
6963
6993
  /** @internal */
6964
- export declare const EightyNine$inboundSchema: z.ZodType<EightyNine, z.ZodTypeDef, unknown>;
6994
+ export declare const NinetyOne$inboundSchema: z.ZodType<NinetyOne, z.ZodTypeDef, unknown>;
6965
6995
  /** @internal */
6966
- export type EightyNine$Outbound = {
6967
- team: UserEventPayload89Team$Outbound;
6996
+ export type NinetyOne$Outbound = {
6997
+ team: UserEventPayload91Team$Outbound;
6968
6998
  previousRule?: PreviousRule$Outbound | undefined;
6969
6999
  nextRule?: NextRule$Outbound | undefined;
6970
7000
  };
6971
7001
  /** @internal */
7002
+ export declare const NinetyOne$outboundSchema: z.ZodType<NinetyOne$Outbound, z.ZodTypeDef, NinetyOne>;
7003
+ /**
7004
+ * @internal
7005
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7006
+ */
7007
+ export declare namespace NinetyOne$ {
7008
+ /** @deprecated use `NinetyOne$inboundSchema` instead. */
7009
+ const inboundSchema: z.ZodType<NinetyOne, z.ZodTypeDef, unknown>;
7010
+ /** @deprecated use `NinetyOne$outboundSchema` instead. */
7011
+ const outboundSchema: z.ZodType<NinetyOne$Outbound, z.ZodTypeDef, NinetyOne>;
7012
+ /** @deprecated use `NinetyOne$Outbound` instead. */
7013
+ type Outbound = NinetyOne$Outbound;
7014
+ }
7015
+ export declare function ninetyOneToJSON(ninetyOne: NinetyOne): string;
7016
+ export declare function ninetyOneFromJSON(jsonString: string): SafeParseResult<NinetyOne, SDKValidationError>;
7017
+ /** @internal */
7018
+ export declare const Ninety$inboundSchema: z.ZodType<Ninety, z.ZodTypeDef, unknown>;
7019
+ /** @internal */
7020
+ export type Ninety$Outbound = {
7021
+ email: string;
7022
+ };
7023
+ /** @internal */
7024
+ export declare const Ninety$outboundSchema: z.ZodType<Ninety$Outbound, z.ZodTypeDef, Ninety>;
7025
+ /**
7026
+ * @internal
7027
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7028
+ */
7029
+ export declare namespace Ninety$ {
7030
+ /** @deprecated use `Ninety$inboundSchema` instead. */
7031
+ const inboundSchema: z.ZodType<Ninety, z.ZodTypeDef, unknown>;
7032
+ /** @deprecated use `Ninety$outboundSchema` instead. */
7033
+ const outboundSchema: z.ZodType<Ninety$Outbound, z.ZodTypeDef, Ninety>;
7034
+ /** @deprecated use `Ninety$Outbound` instead. */
7035
+ type Outbound = Ninety$Outbound;
7036
+ }
7037
+ export declare function ninetyToJSON(ninety: Ninety): string;
7038
+ export declare function ninetyFromJSON(jsonString: string): SafeParseResult<Ninety, SDKValidationError>;
7039
+ /** @internal */
7040
+ export declare const EightyNine$inboundSchema: z.ZodType<EightyNine, z.ZodTypeDef, unknown>;
7041
+ /** @internal */
7042
+ export type EightyNine$Outbound = {
7043
+ email: string;
7044
+ verified: boolean;
7045
+ };
7046
+ /** @internal */
6972
7047
  export declare const EightyNine$outboundSchema: z.ZodType<EightyNine$Outbound, z.ZodTypeDef, EightyNine>;
6973
7048
  /**
6974
7049
  * @internal
@@ -6988,7 +7063,8 @@ export declare function eightyNineFromJSON(jsonString: string): SafeParseResult<
6988
7063
  export declare const EightyEight$inboundSchema: z.ZodType<EightyEight, z.ZodTypeDef, unknown>;
6989
7064
  /** @internal */
6990
7065
  export type EightyEight$Outbound = {
6991
- email: string;
7066
+ instances: number;
7067
+ url: string;
6992
7068
  };
6993
7069
  /** @internal */
6994
7070
  export declare const EightyEight$outboundSchema: z.ZodType<EightyEight$Outbound, z.ZodTypeDef, EightyEight>;
@@ -7010,8 +7086,9 @@ export declare function eightyEightFromJSON(jsonString: string): SafeParseResult
7010
7086
  export declare const EightySeven$inboundSchema: z.ZodType<EightySeven, z.ZodTypeDef, unknown>;
7011
7087
  /** @internal */
7012
7088
  export type EightySeven$Outbound = {
7013
- email: string;
7014
- verified: boolean;
7089
+ gitProvider: string;
7090
+ gitProviderGroupDescriptor: string;
7091
+ gitScope: string;
7015
7092
  };
7016
7093
  /** @internal */
7017
7094
  export declare const EightySeven$outboundSchema: z.ZodType<EightySeven$Outbound, z.ZodTypeDef, EightySeven>;
@@ -7033,8 +7110,9 @@ export declare function eightySevenFromJSON(jsonString: string): SafeParseResult
7033
7110
  export declare const EightySix$inboundSchema: z.ZodType<EightySix, z.ZodTypeDef, unknown>;
7034
7111
  /** @internal */
7035
7112
  export type EightySix$Outbound = {
7036
- instances: number;
7037
- url: string;
7113
+ projectId?: string | undefined;
7114
+ projectName?: string | undefined;
7115
+ newTargetPercentage?: number | undefined;
7038
7116
  };
7039
7117
  /** @internal */
7040
7118
  export declare const EightySix$outboundSchema: z.ZodType<EightySix$Outbound, z.ZodTypeDef, EightySix>;
@@ -7056,9 +7134,8 @@ export declare function eightySixFromJSON(jsonString: string): SafeParseResult<E
7056
7134
  export declare const EightyFive$inboundSchema: z.ZodType<EightyFive, z.ZodTypeDef, unknown>;
7057
7135
  /** @internal */
7058
7136
  export type EightyFive$Outbound = {
7059
- gitProvider: string;
7060
- gitProviderGroupDescriptor: string;
7061
- gitScope: string;
7137
+ projectId: string;
7138
+ projectName: string;
7062
7139
  };
7063
7140
  /** @internal */
7064
7141
  export declare const EightyFive$outboundSchema: z.ZodType<EightyFive$Outbound, z.ZodTypeDef, EightyFive>;
@@ -9424,7 +9501,6 @@ export type PayloadResourceConfig$Outbound = {
9424
9501
  edgeConfigSize?: number | undefined;
9425
9502
  edgeFunctionMaxSizeBytes?: number | undefined;
9426
9503
  edgeFunctionExecutionTimeoutMs?: number | undefined;
9427
- serverlessFunctionDefaultMaxExecutionTime?: number | undefined;
9428
9504
  serverlessFunctionMaxMemorySize?: number | undefined;
9429
9505
  kvDatabases?: number | undefined;
9430
9506
  postgresDatabases?: number | undefined;
@@ -11195,6 +11271,7 @@ export declare const OverageMetadata$inboundSchema: z.ZodType<OverageMetadata, z
11195
11271
  export type OverageMetadata$Outbound = {
11196
11272
  firstTimeOnDemandNotificationSentAt?: number | undefined;
11197
11273
  overageSummaryEmailSentAt?: number | undefined;
11274
+ increasedOnDemandEmailSentAt?: number | undefined;
11198
11275
  };
11199
11276
  /** @internal */
11200
11277
  export declare const OverageMetadata$outboundSchema: z.ZodType<OverageMetadata$Outbound, z.ZodTypeDef, OverageMetadata>;
@@ -13812,28 +13889,28 @@ export declare namespace Thirty$ {
13812
13889
  export declare function thirtyToJSON(thirty: Thirty): string;
13813
13890
  export declare function thirtyFromJSON(jsonString: string): SafeParseResult<Thirty, SDKValidationError>;
13814
13891
  /** @internal */
13815
- export declare const Team$inboundSchema: z.ZodType<Team, z.ZodTypeDef, unknown>;
13892
+ export declare const UserEventPayload29Team$inboundSchema: z.ZodType<UserEventPayload29Team, z.ZodTypeDef, unknown>;
13816
13893
  /** @internal */
13817
- export type Team$Outbound = {
13894
+ export type UserEventPayload29Team$Outbound = {
13818
13895
  id: string;
13819
13896
  name: string;
13820
13897
  };
13821
13898
  /** @internal */
13822
- export declare const Team$outboundSchema: z.ZodType<Team$Outbound, z.ZodTypeDef, Team>;
13899
+ export declare const UserEventPayload29Team$outboundSchema: z.ZodType<UserEventPayload29Team$Outbound, z.ZodTypeDef, UserEventPayload29Team>;
13823
13900
  /**
13824
13901
  * @internal
13825
13902
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
13826
13903
  */
13827
- export declare namespace Team$ {
13828
- /** @deprecated use `Team$inboundSchema` instead. */
13829
- const inboundSchema: z.ZodType<Team, z.ZodTypeDef, unknown>;
13830
- /** @deprecated use `Team$outboundSchema` instead. */
13831
- const outboundSchema: z.ZodType<Team$Outbound, z.ZodTypeDef, Team>;
13832
- /** @deprecated use `Team$Outbound` instead. */
13833
- type Outbound = Team$Outbound;
13904
+ export declare namespace UserEventPayload29Team$ {
13905
+ /** @deprecated use `UserEventPayload29Team$inboundSchema` instead. */
13906
+ const inboundSchema: z.ZodType<UserEventPayload29Team, z.ZodTypeDef, unknown>;
13907
+ /** @deprecated use `UserEventPayload29Team$outboundSchema` instead. */
13908
+ const outboundSchema: z.ZodType<UserEventPayload29Team$Outbound, z.ZodTypeDef, UserEventPayload29Team>;
13909
+ /** @deprecated use `UserEventPayload29Team$Outbound` instead. */
13910
+ type Outbound = UserEventPayload29Team$Outbound;
13834
13911
  }
13835
- export declare function teamToJSON(team: Team): string;
13836
- export declare function teamFromJSON(jsonString: string): SafeParseResult<Team, SDKValidationError>;
13912
+ export declare function userEventPayload29TeamToJSON(userEventPayload29Team: UserEventPayload29Team): string;
13913
+ export declare function userEventPayload29TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload29Team, SDKValidationError>;
13837
13914
  /** @internal */
13838
13915
  export declare const Configuration$inboundSchema: z.ZodType<Configuration, z.ZodTypeDef, unknown>;
13839
13916
  /** @internal */
@@ -13884,7 +13961,7 @@ export declare function payloadProjectFromJSON(jsonString: string): SafeParseRes
13884
13961
  export declare const TwentyNine$inboundSchema: z.ZodType<TwentyNine, z.ZodTypeDef, unknown>;
13885
13962
  /** @internal */
13886
13963
  export type TwentyNine$Outbound = {
13887
- team: Team$Outbound;
13964
+ team: UserEventPayload29Team$Outbound;
13888
13965
  configuration: Configuration$Outbound;
13889
13966
  project: PayloadProject$Outbound;
13890
13967
  buildsEnabled?: boolean | undefined;
@@ -14615,6 +14692,50 @@ export declare namespace Project$ {
14615
14692
  export declare function projectToJSON(project: Project): string;
14616
14693
  export declare function projectFromJSON(jsonString: string): SafeParseResult<Project, SDKValidationError>;
14617
14694
  /** @internal */
14695
+ export declare const NextRole$inboundSchema: z.ZodNativeEnum<typeof NextRole>;
14696
+ /** @internal */
14697
+ export declare const NextRole$outboundSchema: z.ZodNativeEnum<typeof NextRole>;
14698
+ /**
14699
+ * @internal
14700
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
14701
+ */
14702
+ export declare namespace NextRole$ {
14703
+ /** @deprecated use `NextRole$inboundSchema` instead. */
14704
+ const inboundSchema: z.ZodNativeEnum<{
14705
+ readonly Admin: "ADMIN";
14706
+ readonly ProjectDeveloper: "PROJECT_DEVELOPER";
14707
+ readonly ProjectViewer: "PROJECT_VIEWER";
14708
+ }>;
14709
+ /** @deprecated use `NextRole$outboundSchema` instead. */
14710
+ const outboundSchema: z.ZodNativeEnum<{
14711
+ readonly Admin: "ADMIN";
14712
+ readonly ProjectDeveloper: "PROJECT_DEVELOPER";
14713
+ readonly ProjectViewer: "PROJECT_VIEWER";
14714
+ }>;
14715
+ }
14716
+ /** @internal */
14717
+ export declare const PreviousRole$inboundSchema: z.ZodNativeEnum<typeof PreviousRole>;
14718
+ /** @internal */
14719
+ export declare const PreviousRole$outboundSchema: z.ZodNativeEnum<typeof PreviousRole>;
14720
+ /**
14721
+ * @internal
14722
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
14723
+ */
14724
+ export declare namespace PreviousRole$ {
14725
+ /** @deprecated use `PreviousRole$inboundSchema` instead. */
14726
+ const inboundSchema: z.ZodNativeEnum<{
14727
+ readonly Admin: "ADMIN";
14728
+ readonly ProjectDeveloper: "PROJECT_DEVELOPER";
14729
+ readonly ProjectViewer: "PROJECT_VIEWER";
14730
+ }>;
14731
+ /** @deprecated use `PreviousRole$outboundSchema` instead. */
14732
+ const outboundSchema: z.ZodNativeEnum<{
14733
+ readonly Admin: "ADMIN";
14734
+ readonly ProjectDeveloper: "PROJECT_DEVELOPER";
14735
+ readonly ProjectViewer: "PROJECT_VIEWER";
14736
+ }>;
14737
+ }
14738
+ /** @internal */
14618
14739
  export declare const Six$inboundSchema: z.ZodType<Six, z.ZodTypeDef, unknown>;
14619
14740
  /** @internal */
14620
14741
  export type Six$Outbound = {
@@ -14874,7 +14995,7 @@ export declare function payload1FromJSON(jsonString: string): SafeParseResult<Pa
14874
14995
  /** @internal */
14875
14996
  export declare const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown>;
14876
14997
  /** @internal */
14877
- export type Payload$Outbound = Payload1$Outbound | Three$Outbound | Nine$Outbound | Nineteen$Outbound | TwentyEight$Outbound | ThirtyThree$Outbound | FortyThree$Outbound | EightyFour$Outbound | EightyEight$Outbound | NinetyThree$Outbound | NinetyFive$Outbound | NinetySix$Outbound | NinetySeven$Outbound | NinetyNine$Outbound | OneHundredAndOne$Outbound | OneHundredAndNine$Outbound | OneHundredAndTen$Outbound | OneHundredAndEleven$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortyFour$Outbound | Four$Outbound | Fourteen$Outbound | Seventeen$Outbound | Eighteen$Outbound | TwentyThree$Outbound | TwentyFive$Outbound | TwentySix$Outbound | TwentySeven$Outbound | ThirtySix$Outbound | FortyOne$Outbound | FortyFive$Outbound | FortyEight$Outbound | FiftyTwo$Outbound | FiftyFive$Outbound | SixtyThree$Outbound | SixtyNine$Outbound | Seventy$Outbound | SeventyOne$Outbound | SeventySix$Outbound | EightyOne$Outbound | EightyTwo$Outbound | EightyThree$Outbound | EightySix$Outbound | EightySeven$Outbound | Ninety$Outbound | NinetyOne$Outbound | OneHundred$Outbound | OneHundredAndSeven$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortyTwo$Outbound | OneHundredAndFortyThree$Outbound | Five$Outbound | Eight$Outbound | Ten$Outbound | Twelve$Outbound | Thirteen$Outbound | TwentyOne$Outbound | TwentyTwo$Outbound | TwentyFour$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound | ThirtyEight$Outbound | ThirtyNine$Outbound | FortyFour$Outbound | FortySeven$Outbound | FortyNine$Outbound | Fifty$Outbound | FiftyOne$Outbound | FiftyThree$Outbound | FiftyFour$Outbound | FiftyEight$Outbound | Sixty$Outbound | SixtyOne$Outbound | SeventyTwo$Outbound | SeventySeven$Outbound | SeventyEight$Outbound | Eighty$Outbound | EightyFive$Outbound | EightyNine$Outbound | NinetyTwo$Outbound | OneHundredAndFive$Outbound | OneHundredAndEight$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndFortyFive$Outbound | OneHundredAndFortySix$Outbound | Payload2$Outbound | Six$Outbound | Eleven$Outbound | Fifteen$Outbound | Sixteen$Outbound | Twenty$Outbound | TwentyNine$Outbound | FortySix$Outbound | SeventyFour$Outbound | SeventyFive$Outbound | NinetyFour$Outbound | OneHundredAndTwo$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndFortySeven$Outbound | Thirty$Outbound | FortyTwo$Outbound | FiftyNine$Outbound | SixtySix$Outbound | SeventyNine$Outbound | OneHundredAndSix$Outbound | Forty$Outbound | SixtyTwo$Outbound | SixtyFive$Outbound | NinetyEight$Outbound | OneHundredAndFour$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndTwentyThree$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndFortyEight$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | SeventyThree$Outbound | OneHundredAndThree$Outbound | OneHundredAndTwentyOne$Outbound | FiftySix$Outbound | Seven$Outbound | ThirtySeven$Outbound | SixtyEight$Outbound | FiftySeven$Outbound;
14998
+ export type Payload$Outbound = Payload1$Outbound | Three$Outbound | Nine$Outbound | Nineteen$Outbound | TwentyEight$Outbound | ThirtyThree$Outbound | FortyThree$Outbound | EightyFour$Outbound | Ninety$Outbound | NinetyFive$Outbound | NinetySeven$Outbound | NinetyEight$Outbound | NinetyNine$Outbound | OneHundredAndOne$Outbound | OneHundredAndThree$Outbound | OneHundredAndEleven$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndFortyTwo$Outbound | OneHundredAndFortySix$Outbound | Four$Outbound | Fourteen$Outbound | Seventeen$Outbound | Eighteen$Outbound | TwentyThree$Outbound | TwentyFive$Outbound | TwentySix$Outbound | TwentySeven$Outbound | ThirtySix$Outbound | FortyOne$Outbound | FortyFive$Outbound | FortyEight$Outbound | FiftyTwo$Outbound | FiftyFive$Outbound | SixtyThree$Outbound | SixtyNine$Outbound | Seventy$Outbound | SeventyOne$Outbound | SeventySix$Outbound | EightyOne$Outbound | EightyTwo$Outbound | EightyThree$Outbound | EightyFive$Outbound | EightyEight$Outbound | EightyNine$Outbound | NinetyTwo$Outbound | NinetyThree$Outbound | OneHundredAndTwo$Outbound | OneHundredAndNine$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndTwentyOne$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndFortyThree$Outbound | OneHundredAndFortyFour$Outbound | OneHundredAndFortyFive$Outbound | Five$Outbound | Eight$Outbound | Ten$Outbound | Twelve$Outbound | Thirteen$Outbound | TwentyOne$Outbound | TwentyTwo$Outbound | TwentyFour$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound | ThirtyEight$Outbound | ThirtyNine$Outbound | FortyFour$Outbound | FortySeven$Outbound | FortyNine$Outbound | Fifty$Outbound | FiftyOne$Outbound | FiftyThree$Outbound | FiftyFour$Outbound | FiftyEight$Outbound | Sixty$Outbound | SixtyOne$Outbound | SeventyTwo$Outbound | SeventySeven$Outbound | SeventyEight$Outbound | Eighty$Outbound | EightySix$Outbound | EightySeven$Outbound | NinetyOne$Outbound | NinetyFour$Outbound | OneHundredAndSeven$Outbound | OneHundredAndTen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortySeven$Outbound | OneHundredAndFortyEight$Outbound | Payload2$Outbound | Six$Outbound | Eleven$Outbound | Fifteen$Outbound | Sixteen$Outbound | Twenty$Outbound | TwentyNine$Outbound | FortySix$Outbound | SeventyFour$Outbound | SeventyFive$Outbound | NinetySix$Outbound | OneHundredAndFour$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortyNine$Outbound | Thirty$Outbound | FortyTwo$Outbound | FiftyNine$Outbound | SixtySix$Outbound | SeventyNine$Outbound | OneHundredAndEight$Outbound | Forty$Outbound | SixtyTwo$Outbound | SixtyFive$Outbound | OneHundred$Outbound | OneHundredAndSix$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndFifty$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | SeventyThree$Outbound | OneHundredAndFive$Outbound | OneHundredAndTwentyThree$Outbound | FiftySix$Outbound | Seven$Outbound | ThirtySeven$Outbound | SixtyEight$Outbound | FiftySeven$Outbound;
14878
14999
  /** @internal */
14879
15000
  export declare const Payload$outboundSchema: z.ZodType<Payload$Outbound, z.ZodTypeDef, Payload>;
14880
15001
  /**
@@ -14905,7 +15026,7 @@ export type UserEvent$Outbound = {
14905
15026
  userId: string;
14906
15027
  principalId: string;
14907
15028
  viaIds?: Array<string> | undefined;
14908
- payload?: Payload1$Outbound | Three$Outbound | Nine$Outbound | Nineteen$Outbound | TwentyEight$Outbound | ThirtyThree$Outbound | FortyThree$Outbound | EightyFour$Outbound | EightyEight$Outbound | NinetyThree$Outbound | NinetyFive$Outbound | NinetySix$Outbound | NinetySeven$Outbound | NinetyNine$Outbound | OneHundredAndOne$Outbound | OneHundredAndNine$Outbound | OneHundredAndTen$Outbound | OneHundredAndEleven$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortyFour$Outbound | Four$Outbound | Fourteen$Outbound | Seventeen$Outbound | Eighteen$Outbound | TwentyThree$Outbound | TwentyFive$Outbound | TwentySix$Outbound | TwentySeven$Outbound | ThirtySix$Outbound | FortyOne$Outbound | FortyFive$Outbound | FortyEight$Outbound | FiftyTwo$Outbound | FiftyFive$Outbound | SixtyThree$Outbound | SixtyNine$Outbound | Seventy$Outbound | SeventyOne$Outbound | SeventySix$Outbound | EightyOne$Outbound | EightyTwo$Outbound | EightyThree$Outbound | EightySix$Outbound | EightySeven$Outbound | Ninety$Outbound | NinetyOne$Outbound | OneHundred$Outbound | OneHundredAndSeven$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortyTwo$Outbound | OneHundredAndFortyThree$Outbound | Five$Outbound | Eight$Outbound | Ten$Outbound | Twelve$Outbound | Thirteen$Outbound | TwentyOne$Outbound | TwentyTwo$Outbound | TwentyFour$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound | ThirtyEight$Outbound | ThirtyNine$Outbound | FortyFour$Outbound | FortySeven$Outbound | FortyNine$Outbound | Fifty$Outbound | FiftyOne$Outbound | FiftyThree$Outbound | FiftyFour$Outbound | FiftyEight$Outbound | Sixty$Outbound | SixtyOne$Outbound | SeventyTwo$Outbound | SeventySeven$Outbound | SeventyEight$Outbound | Eighty$Outbound | EightyFive$Outbound | EightyNine$Outbound | NinetyTwo$Outbound | OneHundredAndFive$Outbound | OneHundredAndEight$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndFortyFive$Outbound | OneHundredAndFortySix$Outbound | Payload2$Outbound | Six$Outbound | Eleven$Outbound | Fifteen$Outbound | Sixteen$Outbound | Twenty$Outbound | TwentyNine$Outbound | FortySix$Outbound | SeventyFour$Outbound | SeventyFive$Outbound | NinetyFour$Outbound | OneHundredAndTwo$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndFortySeven$Outbound | Thirty$Outbound | FortyTwo$Outbound | FiftyNine$Outbound | SixtySix$Outbound | SeventyNine$Outbound | OneHundredAndSix$Outbound | Forty$Outbound | SixtyTwo$Outbound | SixtyFive$Outbound | NinetyEight$Outbound | OneHundredAndFour$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndTwentyThree$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndFortyEight$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | SeventyThree$Outbound | OneHundredAndThree$Outbound | OneHundredAndTwentyOne$Outbound | FiftySix$Outbound | Seven$Outbound | ThirtySeven$Outbound | SixtyEight$Outbound | FiftySeven$Outbound | undefined;
15029
+ payload?: Payload1$Outbound | Three$Outbound | Nine$Outbound | Nineteen$Outbound | TwentyEight$Outbound | ThirtyThree$Outbound | FortyThree$Outbound | EightyFour$Outbound | Ninety$Outbound | NinetyFive$Outbound | NinetySeven$Outbound | NinetyEight$Outbound | NinetyNine$Outbound | OneHundredAndOne$Outbound | OneHundredAndThree$Outbound | OneHundredAndEleven$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndFortyTwo$Outbound | OneHundredAndFortySix$Outbound | Four$Outbound | Fourteen$Outbound | Seventeen$Outbound | Eighteen$Outbound | TwentyThree$Outbound | TwentyFive$Outbound | TwentySix$Outbound | TwentySeven$Outbound | ThirtySix$Outbound | FortyOne$Outbound | FortyFive$Outbound | FortyEight$Outbound | FiftyTwo$Outbound | FiftyFive$Outbound | SixtyThree$Outbound | SixtyNine$Outbound | Seventy$Outbound | SeventyOne$Outbound | SeventySix$Outbound | EightyOne$Outbound | EightyTwo$Outbound | EightyThree$Outbound | EightyFive$Outbound | EightyEight$Outbound | EightyNine$Outbound | NinetyTwo$Outbound | NinetyThree$Outbound | OneHundredAndTwo$Outbound | OneHundredAndNine$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndTwentyOne$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndFortyThree$Outbound | OneHundredAndFortyFour$Outbound | OneHundredAndFortyFive$Outbound | Five$Outbound | Eight$Outbound | Ten$Outbound | Twelve$Outbound | Thirteen$Outbound | TwentyOne$Outbound | TwentyTwo$Outbound | TwentyFour$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound | ThirtyEight$Outbound | ThirtyNine$Outbound | FortyFour$Outbound | FortySeven$Outbound | FortyNine$Outbound | Fifty$Outbound | FiftyOne$Outbound | FiftyThree$Outbound | FiftyFour$Outbound | FiftyEight$Outbound | Sixty$Outbound | SixtyOne$Outbound | SeventyTwo$Outbound | SeventySeven$Outbound | SeventyEight$Outbound | Eighty$Outbound | EightySix$Outbound | EightySeven$Outbound | NinetyOne$Outbound | NinetyFour$Outbound | OneHundredAndSeven$Outbound | OneHundredAndTen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortySeven$Outbound | OneHundredAndFortyEight$Outbound | Payload2$Outbound | Six$Outbound | Eleven$Outbound | Fifteen$Outbound | Sixteen$Outbound | Twenty$Outbound | TwentyNine$Outbound | FortySix$Outbound | SeventyFour$Outbound | SeventyFive$Outbound | NinetySix$Outbound | OneHundredAndFour$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortyNine$Outbound | Thirty$Outbound | FortyTwo$Outbound | FiftyNine$Outbound | SixtySix$Outbound | SeventyNine$Outbound | OneHundredAndEight$Outbound | Forty$Outbound | SixtyTwo$Outbound | SixtyFive$Outbound | OneHundred$Outbound | OneHundredAndSix$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndFifty$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | SeventyThree$Outbound | OneHundredAndFive$Outbound | OneHundredAndTwentyThree$Outbound | FiftySix$Outbound | Seven$Outbound | ThirtySeven$Outbound | SixtyEight$Outbound | FiftySeven$Outbound | undefined;
14909
15030
  };
14910
15031
  /** @internal */
14911
15032
  export declare const UserEvent$outboundSchema: z.ZodType<UserEvent$Outbound, z.ZodTypeDef, UserEvent>;