@vercel/sdk 1.10.6 → 1.10.8

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 (259) hide show
  1. package/README.md +58 -45
  2. package/bin/mcp-server.js +6081 -1764
  3. package/bin/mcp-server.js.map +51 -42
  4. package/docs/sdks/integrations/README.md +209 -0
  5. package/docs/sdks/projects/README.md +2 -0
  6. package/docs/sdks/teams/README.md +12 -0
  7. package/docs/sdks/vercel/README.md +74 -0
  8. package/esm/__tests__/accessgroups.test.js +3 -1
  9. package/esm/__tests__/accessgroups.test.js.map +1 -1
  10. package/esm/__tests__/domains.test.js +12 -4
  11. package/esm/__tests__/domains.test.js.map +1 -1
  12. package/esm/__tests__/edgeconfig.test.js +6 -6
  13. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  14. package/esm/__tests__/integrations.test.js +62 -0
  15. package/esm/__tests__/integrations.test.js.map +1 -1
  16. package/esm/__tests__/rollingrelease.test.js +2 -6
  17. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  18. package/esm/__tests__/security.test.js +1 -11
  19. package/esm/__tests__/security.test.js.map +1 -1
  20. package/esm/__tests__/vercel.test.js +28 -1
  21. package/esm/__tests__/vercel.test.js.map +1 -1
  22. package/esm/funcs/domainsCheckDomainPrice.js +2 -2
  23. package/esm/funcs/domainsCheckDomainPrice.js.map +1 -1
  24. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +14 -0
  25. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +1 -0
  26. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +84 -0
  27. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +1 -0
  28. package/esm/funcs/integrationsConnectIntegrationResourceToProject.d.ts +20 -0
  29. package/esm/funcs/integrationsConnectIntegrationResourceToProject.d.ts.map +1 -0
  30. package/esm/funcs/integrationsConnectIntegrationResourceToProject.js +97 -0
  31. package/esm/funcs/integrationsConnectIntegrationResourceToProject.js.map +1 -0
  32. package/esm/funcs/integrationsCreateIntegrationStoreDirect.d.ts +21 -0
  33. package/esm/funcs/integrationsCreateIntegrationStoreDirect.d.ts.map +1 -0
  34. package/esm/funcs/integrationsCreateIntegrationStoreDirect.js +90 -0
  35. package/esm/funcs/integrationsCreateIntegrationStoreDirect.js.map +1 -0
  36. package/esm/funcs/marketplaceExchangeSsoToken.js +2 -2
  37. package/esm/funcs/marketplaceExchangeSsoToken.js.map +1 -1
  38. package/esm/funcs/marketplaceSubmitInvoice.js +2 -2
  39. package/esm/funcs/marketplaceSubmitInvoice.js.map +1 -1
  40. package/esm/funcs/marketplaceUpdateInvoice.js +2 -2
  41. package/esm/funcs/marketplaceUpdateInvoice.js.map +1 -1
  42. package/esm/funcs/projectsGetProjects.js +1 -0
  43. package/esm/funcs/projectsGetProjects.js.map +1 -1
  44. package/esm/lib/config.d.ts +3 -3
  45. package/esm/lib/config.js +3 -3
  46. package/esm/mcp-server/mcp-server.js +1 -1
  47. package/esm/mcp-server/server.d.ts.map +1 -1
  48. package/esm/mcp-server/server.js +7 -1
  49. package/esm/mcp-server/server.js.map +1 -1
  50. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +7 -0
  51. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +1 -0
  52. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +26 -0
  53. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +1 -0
  54. package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.d.ts +7 -0
  55. package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.d.ts.map +1 -0
  56. package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.js +27 -0
  57. package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.js.map +1 -0
  58. package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.d.ts +7 -0
  59. package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.d.ts.map +1 -0
  60. package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.js +28 -0
  61. package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.js.map +1 -0
  62. package/esm/models/acceptprojecttransferrequestop.d.ts +37 -0
  63. package/esm/models/acceptprojecttransferrequestop.d.ts.map +1 -1
  64. package/esm/models/acceptprojecttransferrequestop.js +40 -1
  65. package/esm/models/acceptprojecttransferrequestop.js.map +1 -1
  66. package/esm/models/authuser.d.ts +3 -3
  67. package/esm/models/authuser.js +1 -1
  68. package/esm/models/authuser.js.map +1 -1
  69. package/esm/models/canceldeploymentop.d.ts +80 -42
  70. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  71. package/esm/models/canceldeploymentop.js +44 -15
  72. package/esm/models/canceldeploymentop.js.map +1 -1
  73. package/esm/models/connectintegrationresourcetoprojectop.d.ts +68 -0
  74. package/esm/models/connectintegrationresourcetoprojectop.d.ts.map +1 -0
  75. package/esm/models/connectintegrationresourcetoprojectop.js +73 -0
  76. package/esm/models/connectintegrationresourcetoprojectop.js.map +1 -0
  77. package/esm/models/createdeploymentop.d.ts +292 -254
  78. package/esm/models/createdeploymentop.d.ts.map +1 -1
  79. package/esm/models/createdeploymentop.js +244 -217
  80. package/esm/models/createdeploymentop.js.map +1 -1
  81. package/esm/models/createintegrationstoredirectop.d.ts +5995 -0
  82. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -0
  83. package/esm/models/createintegrationstoredirectop.js +6597 -0
  84. package/esm/models/createintegrationstoredirectop.js.map +1 -0
  85. package/esm/models/createortransferdomainop.d.ts +33 -0
  86. package/esm/models/createortransferdomainop.d.ts.map +1 -1
  87. package/esm/models/createortransferdomainop.js +23 -0
  88. package/esm/models/createortransferdomainop.js.map +1 -1
  89. package/esm/models/createprojectenvop.d.ts +6 -6
  90. package/esm/models/createprojectenvop.js +2 -2
  91. package/esm/models/createprojectenvop.js.map +1 -1
  92. package/esm/models/createprojectop.d.ts +183 -162
  93. package/esm/models/createprojectop.d.ts.map +1 -1
  94. package/esm/models/createprojectop.js +154 -154
  95. package/esm/models/createprojectop.js.map +1 -1
  96. package/esm/models/createwebhookop.d.ts +12 -0
  97. package/esm/models/createwebhookop.d.ts.map +1 -1
  98. package/esm/models/createwebhookop.js +4 -0
  99. package/esm/models/createwebhookop.js.map +1 -1
  100. package/esm/models/editprojectenvop.d.ts +3 -3
  101. package/esm/models/editprojectenvop.js +1 -1
  102. package/esm/models/editprojectenvop.js.map +1 -1
  103. package/esm/models/filterprojectenvsop.d.ts +9 -9
  104. package/esm/models/filterprojectenvsop.js +3 -3
  105. package/esm/models/filterprojectenvsop.js.map +1 -1
  106. package/esm/models/getconfigurationop.d.ts +6 -0
  107. package/esm/models/getconfigurationop.d.ts.map +1 -1
  108. package/esm/models/getconfigurationop.js +2 -0
  109. package/esm/models/getconfigurationop.js.map +1 -1
  110. package/esm/models/getconfigurationproductsop.d.ts +533 -533
  111. package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
  112. package/esm/models/getconfigurationproductsop.js +666 -665
  113. package/esm/models/getconfigurationproductsop.js.map +1 -1
  114. package/esm/models/getconfigurationsop.d.ts +6 -0
  115. package/esm/models/getconfigurationsop.d.ts.map +1 -1
  116. package/esm/models/getconfigurationsop.js +2 -0
  117. package/esm/models/getconfigurationsop.js.map +1 -1
  118. package/esm/models/getdeploymentop.d.ts +45 -7
  119. package/esm/models/getdeploymentop.d.ts.map +1 -1
  120. package/esm/models/getdeploymentop.js +30 -2
  121. package/esm/models/getdeploymentop.js.map +1 -1
  122. package/esm/models/getdomainop.d.ts +33 -0
  123. package/esm/models/getdomainop.d.ts.map +1 -1
  124. package/esm/models/getdomainop.js +24 -0
  125. package/esm/models/getdomainop.js.map +1 -1
  126. package/esm/models/getdomainsop.d.ts +33 -0
  127. package/esm/models/getdomainsop.d.ts.map +1 -1
  128. package/esm/models/getdomainsop.js +23 -0
  129. package/esm/models/getdomainsop.js.map +1 -1
  130. package/esm/models/getintegrationresourceop.d.ts +13 -13
  131. package/esm/models/getintegrationresourceop.d.ts.map +1 -1
  132. package/esm/models/getintegrationresourceop.js +13 -13
  133. package/esm/models/getintegrationresourceop.js.map +1 -1
  134. package/esm/models/getprojectsop.d.ts +57 -0
  135. package/esm/models/getprojectsop.d.ts.map +1 -1
  136. package/esm/models/getprojectsop.js +24 -0
  137. package/esm/models/getprojectsop.js.map +1 -1
  138. package/esm/models/getteammembersop.d.ts +102 -9
  139. package/esm/models/getteammembersop.d.ts.map +1 -1
  140. package/esm/models/getteammembersop.js +60 -3
  141. package/esm/models/getteammembersop.js.map +1 -1
  142. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts +247 -0
  143. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts.map +1 -0
  144. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js +246 -0
  145. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js.map +1 -0
  146. package/esm/models/getwebhookop.d.ts +6 -0
  147. package/esm/models/getwebhookop.d.ts.map +1 -1
  148. package/esm/models/getwebhookop.js +2 -0
  149. package/esm/models/getwebhookop.js.map +1 -1
  150. package/esm/models/getwebhooksop.d.ts +27 -15
  151. package/esm/models/getwebhooksop.d.ts.map +1 -1
  152. package/esm/models/getwebhooksop.js +19 -15
  153. package/esm/models/getwebhooksop.js.map +1 -1
  154. package/esm/models/inviteusertoteamop.d.ts +3 -0
  155. package/esm/models/inviteusertoteamop.d.ts.map +1 -1
  156. package/esm/models/inviteusertoteamop.js +1 -0
  157. package/esm/models/inviteusertoteamop.js.map +1 -1
  158. package/esm/models/patchteamop.d.ts +253 -0
  159. package/esm/models/patchteamop.d.ts.map +1 -1
  160. package/esm/models/patchteamop.js +150 -0
  161. package/esm/models/patchteamop.js.map +1 -1
  162. package/esm/models/removeprojectenvop.d.ts +9 -9
  163. package/esm/models/removeprojectenvop.js +3 -3
  164. package/esm/models/removeprojectenvop.js.map +1 -1
  165. package/esm/models/team.d.ts +47 -0
  166. package/esm/models/team.d.ts.map +1 -1
  167. package/esm/models/team.js +36 -0
  168. package/esm/models/team.js.map +1 -1
  169. package/esm/models/teamlimited.d.ts +3 -0
  170. package/esm/models/teamlimited.d.ts.map +1 -1
  171. package/esm/models/teamlimited.js +1 -0
  172. package/esm/models/teamlimited.js.map +1 -1
  173. package/esm/models/updatefirewallconfigop.d.ts +32 -32
  174. package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
  175. package/esm/models/updatefirewallconfigop.js +49 -49
  176. package/esm/models/updatefirewallconfigop.js.map +1 -1
  177. package/esm/models/updateinvoiceop.d.ts +36 -15
  178. package/esm/models/updateinvoiceop.d.ts.map +1 -1
  179. package/esm/models/updateinvoiceop.js +37 -16
  180. package/esm/models/updateinvoiceop.js.map +1 -1
  181. package/esm/models/updateprojectdatacacheop.d.ts +21 -0
  182. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  183. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  184. package/esm/models/updateprojectop.d.ts +21 -0
  185. package/esm/models/updateprojectop.d.ts.map +1 -1
  186. package/esm/models/updateprojectop.js.map +1 -1
  187. package/esm/models/userevent.d.ts +406 -305
  188. package/esm/models/userevent.d.ts.map +1 -1
  189. package/esm/models/userevent.js +467 -365
  190. package/esm/models/userevent.js.map +1 -1
  191. package/esm/sdk/integrations.d.ts +16 -0
  192. package/esm/sdk/integrations.d.ts.map +1 -1
  193. package/esm/sdk/integrations.js +20 -0
  194. package/esm/sdk/integrations.js.map +1 -1
  195. package/esm/sdk/sdk.d.ts +3 -1
  196. package/esm/sdk/sdk.d.ts.map +1 -1
  197. package/esm/sdk/sdk.js +5 -0
  198. package/esm/sdk/sdk.js.map +1 -1
  199. package/examples/package-lock.json +1 -1
  200. package/jsr.json +1 -1
  201. package/package.json +1 -1
  202. package/src/__tests__/accessgroups.test.ts +3 -1
  203. package/src/__tests__/domains.test.ts +12 -4
  204. package/src/__tests__/edgeconfig.test.ts +6 -6
  205. package/src/__tests__/integrations.test.ts +65 -0
  206. package/src/__tests__/rollingrelease.test.ts +2 -6
  207. package/src/__tests__/security.test.ts +1 -11
  208. package/src/__tests__/vercel.test.ts +36 -1
  209. package/src/funcs/domainsCheckDomainPrice.ts +2 -2
  210. package/src/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +207 -0
  211. package/src/funcs/integrationsConnectIntegrationResourceToProject.ts +213 -0
  212. package/src/funcs/integrationsCreateIntegrationStoreDirect.ts +207 -0
  213. package/src/funcs/marketplaceExchangeSsoToken.ts +2 -2
  214. package/src/funcs/marketplaceSubmitInvoice.ts +2 -2
  215. package/src/funcs/marketplaceUpdateInvoice.ts +2 -2
  216. package/src/funcs/projectsGetProjects.ts +1 -0
  217. package/src/lib/config.ts +3 -3
  218. package/src/mcp-server/mcp-server.ts +1 -1
  219. package/src/mcp-server/server.ts +9 -1
  220. package/src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +41 -0
  221. package/src/mcp-server/tools/integrationsConnectIntegrationResourceToProject.ts +37 -0
  222. package/src/mcp-server/tools/integrationsCreateIntegrationStoreDirect.ts +39 -0
  223. package/src/models/acceptprojecttransferrequestop.ts +88 -1
  224. package/src/models/authuser.ts +1 -1
  225. package/src/models/canceldeploymentop.ts +71 -24
  226. package/src/models/connectintegrationresourcetoprojectop.ts +185 -0
  227. package/src/models/createdeploymentop.ts +545 -503
  228. package/src/models/createintegrationstoredirectop.ts +15739 -0
  229. package/src/models/createortransferdomainop.ts +41 -0
  230. package/src/models/createprojectenvop.ts +2 -2
  231. package/src/models/createprojectop.ts +364 -343
  232. package/src/models/createwebhookop.ts +4 -0
  233. package/src/models/editprojectenvop.ts +1 -1
  234. package/src/models/filterprojectenvsop.ts +3 -3
  235. package/src/models/getconfigurationop.ts +2 -0
  236. package/src/models/getconfigurationproductsop.ts +1326 -1163
  237. package/src/models/getconfigurationsop.ts +2 -0
  238. package/src/models/getdeploymentop.ts +59 -9
  239. package/src/models/getdomainop.ts +37 -0
  240. package/src/models/getdomainsop.ts +39 -0
  241. package/src/models/getintegrationresourceop.ts +26 -20
  242. package/src/models/getprojectsop.ts +63 -0
  243. package/src/models/getteammembersop.ts +84 -3
  244. package/src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts +575 -0
  245. package/src/models/getwebhookop.ts +2 -0
  246. package/src/models/getwebhooksop.ts +31 -25
  247. package/src/models/inviteusertoteamop.ts +1 -0
  248. package/src/models/patchteamop.ts +254 -0
  249. package/src/models/removeprojectenvop.ts +3 -3
  250. package/src/models/team.ts +92 -0
  251. package/src/models/teamlimited.ts +1 -0
  252. package/src/models/updatefirewallconfigop.ts +74 -68
  253. package/src/models/updateinvoiceop.ts +78 -27
  254. package/src/models/updateprojectdatacacheop.ts +21 -0
  255. package/src/models/updateprojectop.ts +21 -0
  256. package/src/models/userevent.ts +918 -682
  257. package/src/sdk/integrations.ts +41 -0
  258. package/src/sdk/sdk.ts +23 -1
  259. package/vercel-spec.json +4270 -1150
@@ -140,7 +140,7 @@ export type AuthMethod = ClosedEnum<typeof AuthMethod>;
140
140
  /**
141
141
  * The payload of the event, if requested.
142
142
  */
143
- export type OneHundredAndFiftyEight = {
143
+ export type OneHundredAndSixtyOne = {
144
144
  grantType: GrantType;
145
145
  appName: string;
146
146
  /**
@@ -154,11 +154,11 @@ export type OneHundredAndFiftyEight = {
154
154
  scope: string;
155
155
  authMethod: AuthMethod;
156
156
  };
157
- export type UserEventPayload157Team = {
157
+ export type UserEventPayload160Team = {
158
158
  id: string;
159
159
  name: string;
160
160
  };
161
- export type UserEventPayload157Configuration = {
161
+ export type UserEventPayload160Configuration = {
162
162
  id: string;
163
163
  name?: string | undefined;
164
164
  };
@@ -169,17 +169,17 @@ export type UserEventPayloadPeering = {
169
169
  /**
170
170
  * The payload of the event, if requested.
171
171
  */
172
- export type OneHundredAndFiftySeven = {
173
- team: UserEventPayload157Team;
174
- configuration: UserEventPayload157Configuration;
172
+ export type OneHundredAndSixty = {
173
+ team: UserEventPayload160Team;
174
+ configuration: UserEventPayload160Configuration;
175
175
  peering: UserEventPayloadPeering;
176
176
  newName?: string | undefined;
177
177
  };
178
- export type UserEventPayload156Team = {
178
+ export type UserEventPayload159Team = {
179
179
  id: string;
180
180
  name: string;
181
181
  };
182
- export type UserEventPayload156Configuration = {
182
+ export type UserEventPayload159Configuration = {
183
183
  id: string;
184
184
  name?: string | undefined;
185
185
  };
@@ -190,16 +190,16 @@ export type PayloadPeering = {
190
190
  /**
191
191
  * The payload of the event, if requested.
192
192
  */
193
- export type OneHundredAndFiftySix = {
194
- team: UserEventPayload156Team;
195
- configuration: UserEventPayload156Configuration;
193
+ export type OneHundredAndFiftyNine = {
194
+ team: UserEventPayload159Team;
195
+ configuration: UserEventPayload159Configuration;
196
196
  peering: PayloadPeering;
197
197
  };
198
- export type UserEventPayload155Team = {
198
+ export type UserEventPayload158Team = {
199
199
  id: string;
200
200
  name: string;
201
201
  };
202
- export type UserEventPayload155Configuration = {
202
+ export type UserEventPayload158Configuration = {
203
203
  id: string;
204
204
  name?: string | undefined;
205
205
  };
@@ -212,42 +212,57 @@ export type Peering = {
212
212
  /**
213
213
  * The payload of the event, if requested.
214
214
  */
215
- export type OneHundredAndFiftyFive = {
216
- team: UserEventPayload155Team;
217
- configuration: UserEventPayload155Configuration;
215
+ export type OneHundredAndFiftyEight = {
216
+ team: UserEventPayload158Team;
217
+ configuration: UserEventPayload158Configuration;
218
218
  peering: Peering;
219
219
  };
220
220
  /**
221
221
  * The payload of the event, if requested.
222
222
  */
223
- export type OneHundredAndFiftyFour = {
223
+ export type OneHundredAndFiftySeven = {
224
+ appName: string;
225
+ appId?: string | undefined;
226
+ installationId?: string | undefined;
227
+ };
228
+ /**
229
+ * The payload of the event, if requested.
230
+ */
231
+ export type OneHundredAndFiftySix = {
232
+ appName: string;
233
+ appId?: string | undefined;
234
+ };
235
+ /**
236
+ * The payload of the event, if requested.
237
+ */
238
+ export type OneHundredAndFiftyFive = {
224
239
  appName: string;
225
240
  appId: string;
226
241
  };
227
242
  /**
228
243
  * The payload of the event, if requested.
229
244
  */
230
- export type OneHundredAndFiftyThree = {
245
+ export type OneHundredAndFiftyFour = {
231
246
  appName: string;
232
247
  };
233
248
  /**
234
249
  * The payload of the event, if requested.
235
250
  */
236
- export type OneHundredAndFiftyTwo = {
251
+ export type OneHundredAndFiftyThree = {
237
252
  appName: string;
238
253
  nextScopes: Array<string>;
239
254
  };
240
255
  /**
241
256
  * The payload of the event, if requested.
242
257
  */
243
- export type OneHundredAndFiftyOne = {
258
+ export type OneHundredAndFiftyTwo = {
244
259
  appName: string;
245
260
  scopes: Array<string>;
246
261
  };
247
262
  /**
248
263
  * The payload of the event, if requested.
249
264
  */
250
- export type OneHundredAndFifty = {
265
+ export type OneHundredAndFiftyOne = {
251
266
  oldName: string;
252
267
  newName: string;
253
268
  };
@@ -259,7 +274,7 @@ export type Tier = ClosedEnum<typeof Tier>;
259
274
  /**
260
275
  * The payload of the event, if requested.
261
276
  */
262
- export type OneHundredAndFortyNine = {
277
+ export type OneHundredAndFifty = {
263
278
  tier: Tier;
264
279
  };
265
280
  export type ProjectWebAnalytics = {
@@ -279,7 +294,7 @@ export type PrevProjectWebAnalytics = {
279
294
  /**
280
295
  * The payload of the event, if requested.
281
296
  */
282
- export type OneHundredAndFortyEight = {
297
+ export type OneHundredAndFortyNine = {
283
298
  projectId: string;
284
299
  projectName: string;
285
300
  projectWebAnalytics?: ProjectWebAnalytics | undefined;
@@ -317,7 +332,7 @@ export type Microfrontends1 = {
317
332
  routeObservabilityToThisProject?: boolean | undefined;
318
333
  };
319
334
  export type Microfrontends = Microfrontends1 | Microfrontends2;
320
- export type UserEventPayload147Project = {
335
+ export type UserEventPayload148Project = {
321
336
  id: string;
322
337
  name: string;
323
338
  microfrontends?: Microfrontends1 | Microfrontends2 | undefined;
@@ -354,11 +369,11 @@ export type UserEventMicrofrontends1 = {
354
369
  routeObservabilityToThisProject?: boolean | undefined;
355
370
  };
356
371
  export type PayloadMicrofrontends = UserEventMicrofrontends1 | UserEventMicrofrontends2;
357
- export type UserEventPayload147PrevProject = {
372
+ export type UserEventPayload148PrevProject = {
358
373
  microfrontends?: UserEventMicrofrontends1 | UserEventMicrofrontends2 | undefined;
359
374
  };
360
375
  export type PayloadPrev = {
361
- project: UserEventPayload147PrevProject;
376
+ project: UserEventPayload148PrevProject;
362
377
  };
363
378
  export type PayloadGroup = {
364
379
  id: string;
@@ -368,12 +383,12 @@ export type PayloadGroup = {
368
383
  /**
369
384
  * The payload of the event, if requested.
370
385
  */
371
- export type OneHundredAndFortySeven = {
372
- project: UserEventPayload147Project;
386
+ export type OneHundredAndFortyEight = {
387
+ project: UserEventPayload148Project;
373
388
  prev: PayloadPrev;
374
389
  group: PayloadGroup;
375
390
  };
376
- export type UserEventPayload146Project = {
391
+ export type UserEventPayload147Project = {
377
392
  id: string;
378
393
  name: string;
379
394
  };
@@ -385,8 +400,8 @@ export type Group = {
385
400
  /**
386
401
  * The payload of the event, if requested.
387
402
  */
388
- export type OneHundredAndFortySix = {
389
- project: UserEventPayload146Project;
403
+ export type OneHundredAndFortySeven = {
404
+ project: UserEventPayload147Project;
390
405
  group: Group;
391
406
  };
392
407
  export type Prev = {
@@ -397,7 +412,7 @@ export type Prev = {
397
412
  /**
398
413
  * The payload of the event, if requested.
399
414
  */
400
- export type OneHundredAndFortyFive = {
415
+ export type OneHundredAndFortySix = {
401
416
  id: string;
402
417
  slug?: string | undefined;
403
418
  name?: string | undefined;
@@ -407,26 +422,26 @@ export type OneHundredAndFortyFive = {
407
422
  /**
408
423
  * The payload of the event, if requested.
409
424
  */
410
- export type OneHundredAndFortyFour = {
425
+ export type OneHundredAndFortyFive = {
411
426
  id: string;
412
427
  slug: string;
413
428
  name: string;
414
429
  };
415
- export declare const UserEventPayload143Action: {
430
+ export declare const UserEventPayload144Action: {
416
431
  readonly Enable: "enable";
417
432
  readonly Disable: "disable";
418
433
  };
419
- export type UserEventPayload143Action = ClosedEnum<typeof UserEventPayload143Action>;
434
+ export type UserEventPayload144Action = ClosedEnum<typeof UserEventPayload144Action>;
420
435
  /**
421
436
  * The payload of the event, if requested.
422
437
  */
423
- export type OneHundredAndFortyThree = {
424
- action: UserEventPayload143Action;
438
+ export type OneHundredAndFortyFour = {
439
+ action: UserEventPayload144Action;
425
440
  };
426
441
  /**
427
442
  * The payload of the event, if requested.
428
443
  */
429
- export type OneHundredAndFortyTwo = {
444
+ export type OneHundredAndFortyThree = {
430
445
  edgeConfigId: string;
431
446
  edgeConfigSlug: string;
432
447
  /**
@@ -437,7 +452,7 @@ export type OneHundredAndFortyTwo = {
437
452
  /**
438
453
  * The payload of the event, if requested.
439
454
  */
440
- export type OneHundredAndFortyOne = {
455
+ export type OneHundredAndFortyTwo = {
441
456
  edgeConfigId: string;
442
457
  edgeConfigSlug: string;
443
458
  edgeConfigTokenId: string;
@@ -446,11 +461,18 @@ export type OneHundredAndFortyOne = {
446
461
  /**
447
462
  * The payload of the event, if requested.
448
463
  */
449
- export type OneHundredAndForty = {
464
+ export type OneHundredAndFortyOne = {
450
465
  edgeConfigId: string;
451
466
  edgeConfigSlug: string;
452
467
  edgeConfigDigest: string;
453
468
  };
469
+ /**
470
+ * The payload of the event, if requested.
471
+ */
472
+ export type OneHundredAndForty = {
473
+ projectName: string;
474
+ urls: Array<string>;
475
+ };
454
476
  /**
455
477
  * The payload of the event, if requested.
456
478
  */
@@ -766,6 +788,9 @@ export type OneHundredAndTwelve = {
766
788
  role?: string | undefined;
767
789
  uid: string;
768
790
  origin?: string | undefined;
791
+ teamRoles?: Array<string> | undefined;
792
+ teamPermissions?: Array<string> | undefined;
793
+ entitlements?: Array<string> | undefined;
769
794
  };
770
795
  export type DeletedUser = {
771
796
  username: string;
@@ -1975,6 +2000,7 @@ export declare const PayloadTeamRoles: {
1975
2000
  };
1976
2001
  export type PayloadTeamRoles = ClosedEnum<typeof PayloadTeamRoles>;
1977
2002
  export declare const PayloadTeamPermissions: {
2003
+ readonly IntegrationManager: "IntegrationManager";
1978
2004
  readonly CreateProject: "CreateProject";
1979
2005
  readonly FullProductionDeployment: "FullProductionDeployment";
1980
2006
  readonly UsageViewer: "UsageViewer";
@@ -3776,7 +3802,7 @@ export type Payload2 = {
3776
3802
  * The payload of the event, if requested.
3777
3803
  */
3778
3804
  export type Payload1 = {};
3779
- export type Payload = SixtySix | SixtyNine | Seventy | Forty | FortyOne | FiftyEight | SixtyFour | SixtySeven | OneHundredAndThirtyOne | OneHundredAndFiftyEight | Payload2 | FortyFive | SixtyEight | OneHundredAndOne | OneHundredAndFortyOne | Twelve | Sixteen | TwentyNine | Thirty | ThirtyOne | ThirtyTwo | ThirtyNine | FortyEight | FortyNine | Fifty | FiftyThree | FiftyNine | Sixty | SixtyOne | SixtyThree | SeventyFour | SeventyEight | EightyOne | EightyTwo | NinetyTwo | OneHundredAndNine | OneHundredAndThirtyThree | OneHundredAndThirtyFour | OneHundredAndForty | OneHundredAndFortyTwo | OneHundredAndFortyFour | OneHundredAndFortySeven | OneHundredAndFiftyFive | OneHundredAndFiftySix | OneHundredAndFiftySeven | Four | Five | Six | Seventeen | Eighteen | TwentyThree | TwentySeven | ThirtyFour | ThirtyFive | ThirtySix | FortyThree | FortyFour | FortySeven | FiftyFour | SixtyTwo | SixtyFive | SeventySeven | EightyFive | EightySix | EightySeven | EightyNine | Ninety | NinetyOne | NinetyThree | NinetyFour | NinetySeven | NinetyEight | NinetyNine | OneHundredAndFive | OneHundredAndFourteen | OneHundredAndFifteen | OneHundredAndTwenty | OneHundredAndTwentyOne | OneHundredAndTwentyThree | OneHundredAndThirtyTwo | OneHundredAndThirtyFive | OneHundredAndThirtySix | OneHundredAndThirtySeven | OneHundredAndThirtyNine | OneHundredAndFortyFive | OneHundredAndFortySix | OneHundredAndFortyEight | OneHundredAndFifty | OneHundredAndFiftyOne | OneHundredAndFiftyTwo | OneHundredAndFiftyFour | Three | Fifteen | Twenty | TwentyTwo | TwentyFour | TwentySix | TwentyEight | ThirtyThree | ThirtySeven | ThirtyEight | FortyTwo | FortySix | FiftyOne | FiftyTwo | SeventyOne | SeventyTwo | SeventyThree | SeventyFive | SeventySix | SeventyNine | Eighty | EightyThree | EightyFour | EightyEight | NinetyFive | NinetySix | OneHundred | OneHundredAndThree | OneHundredAndFour | OneHundredAndSix | OneHundredAndSeven | OneHundredAndEight | OneHundredAndTwelve | OneHundredAndThirteen | OneHundredAndSixteen | OneHundredAndTwentyTwo | OneHundredAndTwentyFour | OneHundredAndTwentyEight | OneHundredAndTwentyNine | OneHundredAndThirty | OneHundredAndThirtyEight | OneHundredAndFortyThree | OneHundredAndFortyNine | OneHundredAndFiftyThree | Payload1 | Seven | Eight | Nine | Ten | Eleven | Thirteen | Fourteen | Nineteen | TwentyOne | TwentyFive | FiftyFive | FiftySix | FiftySeven | OneHundredAndTwo | OneHundredAndTen | OneHundredAndEleven | OneHundredAndSeventeen | OneHundredAndEighteen | OneHundredAndNineteen | OneHundredAndTwentyFive | OneHundredAndTwentySix | OneHundredAndTwentySeven;
3805
+ export type Payload = SixtySix | SixtyNine | Seventy | Forty | FortyOne | FiftyEight | SixtyFour | SixtySeven | OneHundredAndThirtyOne | OneHundredAndSixtyOne | Payload2 | FortyFive | SixtyEight | OneHundredAndOne | OneHundredAndFortyTwo | Twelve | Sixteen | TwentyNine | Thirty | ThirtyOne | ThirtyTwo | ThirtyNine | FortyEight | FortyNine | Fifty | FiftyThree | FiftyNine | Sixty | SixtyOne | SixtyThree | SeventyFour | SeventyEight | EightyOne | EightyTwo | NinetyTwo | OneHundredAndNine | OneHundredAndThirtyThree | OneHundredAndThirtyFour | OneHundredAndFortyOne | OneHundredAndFortyThree | OneHundredAndFortyFive | OneHundredAndFortyEight | OneHundredAndFiftyEight | OneHundredAndFiftyNine | OneHundredAndSixty | Four | Five | Six | Seventeen | Eighteen | TwentyThree | TwentySeven | ThirtyFour | ThirtyFive | ThirtySix | FortyThree | FortyFour | FortySeven | FiftyFour | SixtyTwo | SixtyFive | SeventySeven | EightyFive | EightySix | EightySeven | EightyNine | Ninety | NinetyOne | NinetyThree | NinetyFour | NinetySeven | NinetyEight | NinetyNine | OneHundredAndFive | OneHundredAndFourteen | OneHundredAndFifteen | OneHundredAndTwenty | OneHundredAndTwentyOne | OneHundredAndTwentyThree | OneHundredAndThirtyTwo | OneHundredAndThirtyFive | OneHundredAndThirtySix | OneHundredAndThirtySeven | OneHundredAndThirtyNine | OneHundredAndForty | OneHundredAndFortySix | OneHundredAndFortySeven | OneHundredAndFortyNine | OneHundredAndFiftyOne | OneHundredAndFiftyTwo | OneHundredAndFiftyThree | OneHundredAndFiftyFive | Three | Fifteen | Twenty | TwentyTwo | TwentyFour | TwentySix | TwentyEight | ThirtyThree | ThirtySeven | ThirtyEight | FortyTwo | FortySix | FiftyOne | FiftyTwo | SeventyOne | SeventyTwo | SeventyThree | SeventyFive | SeventySix | SeventyNine | Eighty | EightyThree | EightyFour | EightyEight | NinetyFive | NinetySix | OneHundred | OneHundredAndThree | OneHundredAndFour | OneHundredAndSix | OneHundredAndSeven | OneHundredAndEight | OneHundredAndTwelve | OneHundredAndThirteen | OneHundredAndSixteen | OneHundredAndTwentyTwo | OneHundredAndTwentyFour | OneHundredAndTwentyEight | OneHundredAndTwentyNine | OneHundredAndThirty | OneHundredAndThirtyEight | OneHundredAndFortyFour | OneHundredAndFifty | OneHundredAndFiftyFour | OneHundredAndFiftySix | OneHundredAndFiftySeven | Payload1 | Seven | Eight | Nine | Ten | Eleven | Thirteen | Fourteen | Nineteen | TwentyOne | TwentyFive | FiftyFive | FiftySix | FiftySeven | OneHundredAndTwo | OneHundredAndTen | OneHundredAndEleven | OneHundredAndSeventeen | OneHundredAndEighteen | OneHundredAndNineteen | OneHundredAndTwentyFive | OneHundredAndTwentySix | OneHundredAndTwentySeven;
3780
3806
  /**
3781
3807
  * Array of events generated by the User.
3782
3808
  */
@@ -3818,7 +3844,7 @@ export type UserEvent = {
3818
3844
  * 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".
3819
3845
  */
3820
3846
  viaIds?: Array<string> | undefined;
3821
- payload?: SixtySix | SixtyNine | Seventy | Forty | FortyOne | FiftyEight | SixtyFour | SixtySeven | OneHundredAndThirtyOne | OneHundredAndFiftyEight | Payload2 | FortyFive | SixtyEight | OneHundredAndOne | OneHundredAndFortyOne | Twelve | Sixteen | TwentyNine | Thirty | ThirtyOne | ThirtyTwo | ThirtyNine | FortyEight | FortyNine | Fifty | FiftyThree | FiftyNine | Sixty | SixtyOne | SixtyThree | SeventyFour | SeventyEight | EightyOne | EightyTwo | NinetyTwo | OneHundredAndNine | OneHundredAndThirtyThree | OneHundredAndThirtyFour | OneHundredAndForty | OneHundredAndFortyTwo | OneHundredAndFortyFour | OneHundredAndFortySeven | OneHundredAndFiftyFive | OneHundredAndFiftySix | OneHundredAndFiftySeven | Four | Five | Six | Seventeen | Eighteen | TwentyThree | TwentySeven | ThirtyFour | ThirtyFive | ThirtySix | FortyThree | FortyFour | FortySeven | FiftyFour | SixtyTwo | SixtyFive | SeventySeven | EightyFive | EightySix | EightySeven | EightyNine | Ninety | NinetyOne | NinetyThree | NinetyFour | NinetySeven | NinetyEight | NinetyNine | OneHundredAndFive | OneHundredAndFourteen | OneHundredAndFifteen | OneHundredAndTwenty | OneHundredAndTwentyOne | OneHundredAndTwentyThree | OneHundredAndThirtyTwo | OneHundredAndThirtyFive | OneHundredAndThirtySix | OneHundredAndThirtySeven | OneHundredAndThirtyNine | OneHundredAndFortyFive | OneHundredAndFortySix | OneHundredAndFortyEight | OneHundredAndFifty | OneHundredAndFiftyOne | OneHundredAndFiftyTwo | OneHundredAndFiftyFour | Three | Fifteen | Twenty | TwentyTwo | TwentyFour | TwentySix | TwentyEight | ThirtyThree | ThirtySeven | ThirtyEight | FortyTwo | FortySix | FiftyOne | FiftyTwo | SeventyOne | SeventyTwo | SeventyThree | SeventyFive | SeventySix | SeventyNine | Eighty | EightyThree | EightyFour | EightyEight | NinetyFive | NinetySix | OneHundred | OneHundredAndThree | OneHundredAndFour | OneHundredAndSix | OneHundredAndSeven | OneHundredAndEight | OneHundredAndTwelve | OneHundredAndThirteen | OneHundredAndSixteen | OneHundredAndTwentyTwo | OneHundredAndTwentyFour | OneHundredAndTwentyEight | OneHundredAndTwentyNine | OneHundredAndThirty | OneHundredAndThirtyEight | OneHundredAndFortyThree | OneHundredAndFortyNine | OneHundredAndFiftyThree | Payload1 | Seven | Eight | Nine | Ten | Eleven | Thirteen | Fourteen | Nineteen | TwentyOne | TwentyFive | FiftyFive | FiftySix | FiftySeven | OneHundredAndTwo | OneHundredAndTen | OneHundredAndEleven | OneHundredAndSeventeen | OneHundredAndEighteen | OneHundredAndNineteen | OneHundredAndTwentyFive | OneHundredAndTwentySix | OneHundredAndTwentySeven | undefined;
3847
+ payload?: SixtySix | SixtyNine | Seventy | Forty | FortyOne | FiftyEight | SixtyFour | SixtySeven | OneHundredAndThirtyOne | OneHundredAndSixtyOne | Payload2 | FortyFive | SixtyEight | OneHundredAndOne | OneHundredAndFortyTwo | Twelve | Sixteen | TwentyNine | Thirty | ThirtyOne | ThirtyTwo | ThirtyNine | FortyEight | FortyNine | Fifty | FiftyThree | FiftyNine | Sixty | SixtyOne | SixtyThree | SeventyFour | SeventyEight | EightyOne | EightyTwo | NinetyTwo | OneHundredAndNine | OneHundredAndThirtyThree | OneHundredAndThirtyFour | OneHundredAndFortyOne | OneHundredAndFortyThree | OneHundredAndFortyFive | OneHundredAndFortyEight | OneHundredAndFiftyEight | OneHundredAndFiftyNine | OneHundredAndSixty | Four | Five | Six | Seventeen | Eighteen | TwentyThree | TwentySeven | ThirtyFour | ThirtyFive | ThirtySix | FortyThree | FortyFour | FortySeven | FiftyFour | SixtyTwo | SixtyFive | SeventySeven | EightyFive | EightySix | EightySeven | EightyNine | Ninety | NinetyOne | NinetyThree | NinetyFour | NinetySeven | NinetyEight | NinetyNine | OneHundredAndFive | OneHundredAndFourteen | OneHundredAndFifteen | OneHundredAndTwenty | OneHundredAndTwentyOne | OneHundredAndTwentyThree | OneHundredAndThirtyTwo | OneHundredAndThirtyFive | OneHundredAndThirtySix | OneHundredAndThirtySeven | OneHundredAndThirtyNine | OneHundredAndForty | OneHundredAndFortySix | OneHundredAndFortySeven | OneHundredAndFortyNine | OneHundredAndFiftyOne | OneHundredAndFiftyTwo | OneHundredAndFiftyThree | OneHundredAndFiftyFive | Three | Fifteen | Twenty | TwentyTwo | TwentyFour | TwentySix | TwentyEight | ThirtyThree | ThirtySeven | ThirtyEight | FortyTwo | FortySix | FiftyOne | FiftyTwo | SeventyOne | SeventyTwo | SeventyThree | SeventyFive | SeventySix | SeventyNine | Eighty | EightyThree | EightyFour | EightyEight | NinetyFive | NinetySix | OneHundred | OneHundredAndThree | OneHundredAndFour | OneHundredAndSix | OneHundredAndSeven | OneHundredAndEight | OneHundredAndTwelve | OneHundredAndThirteen | OneHundredAndSixteen | OneHundredAndTwentyTwo | OneHundredAndTwentyFour | OneHundredAndTwentyEight | OneHundredAndTwentyNine | OneHundredAndThirty | OneHundredAndThirtyEight | OneHundredAndFortyFour | OneHundredAndFifty | OneHundredAndFiftyFour | OneHundredAndFiftySix | OneHundredAndFiftySeven | Payload1 | Seven | Eight | Nine | Ten | Eleven | Thirteen | Fourteen | Nineteen | TwentyOne | TwentyFive | FiftyFive | FiftySix | FiftySeven | OneHundredAndTwo | OneHundredAndTen | OneHundredAndEleven | OneHundredAndSeventeen | OneHundredAndEighteen | OneHundredAndNineteen | OneHundredAndTwentyFive | OneHundredAndTwentySix | OneHundredAndTwentySeven | undefined;
3822
3848
  };
3823
3849
  /** @internal */
3824
3850
  export declare const UserEventType$inboundSchema: z.ZodNativeEnum<typeof UserEventType>;
@@ -4207,9 +4233,9 @@ export declare namespace AuthMethod$ {
4207
4233
  }>;
4208
4234
  }
4209
4235
  /** @internal */
4210
- export declare const OneHundredAndFiftyEight$inboundSchema: z.ZodType<OneHundredAndFiftyEight, z.ZodTypeDef, unknown>;
4236
+ export declare const OneHundredAndSixtyOne$inboundSchema: z.ZodType<OneHundredAndSixtyOne, z.ZodTypeDef, unknown>;
4211
4237
  /** @internal */
4212
- export type OneHundredAndFiftyEight$Outbound = {
4238
+ export type OneHundredAndSixtyOne$Outbound = {
4213
4239
  grantType: string;
4214
4240
  appName: string;
4215
4241
  atTTL: number;
@@ -4218,67 +4244,67 @@ export type OneHundredAndFiftyEight$Outbound = {
4218
4244
  authMethod: string;
4219
4245
  };
4220
4246
  /** @internal */
4221
- export declare const OneHundredAndFiftyEight$outboundSchema: z.ZodType<OneHundredAndFiftyEight$Outbound, z.ZodTypeDef, OneHundredAndFiftyEight>;
4247
+ export declare const OneHundredAndSixtyOne$outboundSchema: z.ZodType<OneHundredAndSixtyOne$Outbound, z.ZodTypeDef, OneHundredAndSixtyOne>;
4222
4248
  /**
4223
4249
  * @internal
4224
4250
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4225
4251
  */
4226
- export declare namespace OneHundredAndFiftyEight$ {
4227
- /** @deprecated use `OneHundredAndFiftyEight$inboundSchema` instead. */
4228
- const inboundSchema: z.ZodType<OneHundredAndFiftyEight, z.ZodTypeDef, unknown>;
4229
- /** @deprecated use `OneHundredAndFiftyEight$outboundSchema` instead. */
4230
- const outboundSchema: z.ZodType<OneHundredAndFiftyEight$Outbound, z.ZodTypeDef, OneHundredAndFiftyEight>;
4231
- /** @deprecated use `OneHundredAndFiftyEight$Outbound` instead. */
4232
- type Outbound = OneHundredAndFiftyEight$Outbound;
4252
+ export declare namespace OneHundredAndSixtyOne$ {
4253
+ /** @deprecated use `OneHundredAndSixtyOne$inboundSchema` instead. */
4254
+ const inboundSchema: z.ZodType<OneHundredAndSixtyOne, z.ZodTypeDef, unknown>;
4255
+ /** @deprecated use `OneHundredAndSixtyOne$outboundSchema` instead. */
4256
+ const outboundSchema: z.ZodType<OneHundredAndSixtyOne$Outbound, z.ZodTypeDef, OneHundredAndSixtyOne>;
4257
+ /** @deprecated use `OneHundredAndSixtyOne$Outbound` instead. */
4258
+ type Outbound = OneHundredAndSixtyOne$Outbound;
4233
4259
  }
4234
- export declare function oneHundredAndFiftyEightToJSON(oneHundredAndFiftyEight: OneHundredAndFiftyEight): string;
4235
- export declare function oneHundredAndFiftyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyEight, SDKValidationError>;
4260
+ export declare function oneHundredAndSixtyOneToJSON(oneHundredAndSixtyOne: OneHundredAndSixtyOne): string;
4261
+ export declare function oneHundredAndSixtyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyOne, SDKValidationError>;
4236
4262
  /** @internal */
4237
- export declare const UserEventPayload157Team$inboundSchema: z.ZodType<UserEventPayload157Team, z.ZodTypeDef, unknown>;
4263
+ export declare const UserEventPayload160Team$inboundSchema: z.ZodType<UserEventPayload160Team, z.ZodTypeDef, unknown>;
4238
4264
  /** @internal */
4239
- export type UserEventPayload157Team$Outbound = {
4265
+ export type UserEventPayload160Team$Outbound = {
4240
4266
  id: string;
4241
4267
  name: string;
4242
4268
  };
4243
4269
  /** @internal */
4244
- export declare const UserEventPayload157Team$outboundSchema: z.ZodType<UserEventPayload157Team$Outbound, z.ZodTypeDef, UserEventPayload157Team>;
4270
+ export declare const UserEventPayload160Team$outboundSchema: z.ZodType<UserEventPayload160Team$Outbound, z.ZodTypeDef, UserEventPayload160Team>;
4245
4271
  /**
4246
4272
  * @internal
4247
4273
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4248
4274
  */
4249
- export declare namespace UserEventPayload157Team$ {
4250
- /** @deprecated use `UserEventPayload157Team$inboundSchema` instead. */
4251
- const inboundSchema: z.ZodType<UserEventPayload157Team, z.ZodTypeDef, unknown>;
4252
- /** @deprecated use `UserEventPayload157Team$outboundSchema` instead. */
4253
- const outboundSchema: z.ZodType<UserEventPayload157Team$Outbound, z.ZodTypeDef, UserEventPayload157Team>;
4254
- /** @deprecated use `UserEventPayload157Team$Outbound` instead. */
4255
- type Outbound = UserEventPayload157Team$Outbound;
4275
+ export declare namespace UserEventPayload160Team$ {
4276
+ /** @deprecated use `UserEventPayload160Team$inboundSchema` instead. */
4277
+ const inboundSchema: z.ZodType<UserEventPayload160Team, z.ZodTypeDef, unknown>;
4278
+ /** @deprecated use `UserEventPayload160Team$outboundSchema` instead. */
4279
+ const outboundSchema: z.ZodType<UserEventPayload160Team$Outbound, z.ZodTypeDef, UserEventPayload160Team>;
4280
+ /** @deprecated use `UserEventPayload160Team$Outbound` instead. */
4281
+ type Outbound = UserEventPayload160Team$Outbound;
4256
4282
  }
4257
- export declare function userEventPayload157TeamToJSON(userEventPayload157Team: UserEventPayload157Team): string;
4258
- export declare function userEventPayload157TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload157Team, SDKValidationError>;
4283
+ export declare function userEventPayload160TeamToJSON(userEventPayload160Team: UserEventPayload160Team): string;
4284
+ export declare function userEventPayload160TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload160Team, SDKValidationError>;
4259
4285
  /** @internal */
4260
- export declare const UserEventPayload157Configuration$inboundSchema: z.ZodType<UserEventPayload157Configuration, z.ZodTypeDef, unknown>;
4286
+ export declare const UserEventPayload160Configuration$inboundSchema: z.ZodType<UserEventPayload160Configuration, z.ZodTypeDef, unknown>;
4261
4287
  /** @internal */
4262
- export type UserEventPayload157Configuration$Outbound = {
4288
+ export type UserEventPayload160Configuration$Outbound = {
4263
4289
  id: string;
4264
4290
  name?: string | undefined;
4265
4291
  };
4266
4292
  /** @internal */
4267
- export declare const UserEventPayload157Configuration$outboundSchema: z.ZodType<UserEventPayload157Configuration$Outbound, z.ZodTypeDef, UserEventPayload157Configuration>;
4293
+ export declare const UserEventPayload160Configuration$outboundSchema: z.ZodType<UserEventPayload160Configuration$Outbound, z.ZodTypeDef, UserEventPayload160Configuration>;
4268
4294
  /**
4269
4295
  * @internal
4270
4296
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4271
4297
  */
4272
- export declare namespace UserEventPayload157Configuration$ {
4273
- /** @deprecated use `UserEventPayload157Configuration$inboundSchema` instead. */
4274
- const inboundSchema: z.ZodType<UserEventPayload157Configuration, z.ZodTypeDef, unknown>;
4275
- /** @deprecated use `UserEventPayload157Configuration$outboundSchema` instead. */
4276
- const outboundSchema: z.ZodType<UserEventPayload157Configuration$Outbound, z.ZodTypeDef, UserEventPayload157Configuration>;
4277
- /** @deprecated use `UserEventPayload157Configuration$Outbound` instead. */
4278
- type Outbound = UserEventPayload157Configuration$Outbound;
4298
+ export declare namespace UserEventPayload160Configuration$ {
4299
+ /** @deprecated use `UserEventPayload160Configuration$inboundSchema` instead. */
4300
+ const inboundSchema: z.ZodType<UserEventPayload160Configuration, z.ZodTypeDef, unknown>;
4301
+ /** @deprecated use `UserEventPayload160Configuration$outboundSchema` instead. */
4302
+ const outboundSchema: z.ZodType<UserEventPayload160Configuration$Outbound, z.ZodTypeDef, UserEventPayload160Configuration>;
4303
+ /** @deprecated use `UserEventPayload160Configuration$Outbound` instead. */
4304
+ type Outbound = UserEventPayload160Configuration$Outbound;
4279
4305
  }
4280
- export declare function userEventPayload157ConfigurationToJSON(userEventPayload157Configuration: UserEventPayload157Configuration): string;
4281
- export declare function userEventPayload157ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload157Configuration, SDKValidationError>;
4306
+ export declare function userEventPayload160ConfigurationToJSON(userEventPayload160Configuration: UserEventPayload160Configuration): string;
4307
+ export declare function userEventPayload160ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload160Configuration, SDKValidationError>;
4282
4308
  /** @internal */
4283
4309
  export declare const UserEventPayloadPeering$inboundSchema: z.ZodType<UserEventPayloadPeering, z.ZodTypeDef, unknown>;
4284
4310
  /** @internal */
@@ -4303,76 +4329,76 @@ export declare namespace UserEventPayloadPeering$ {
4303
4329
  export declare function userEventPayloadPeeringToJSON(userEventPayloadPeering: UserEventPayloadPeering): string;
4304
4330
  export declare function userEventPayloadPeeringFromJSON(jsonString: string): SafeParseResult<UserEventPayloadPeering, SDKValidationError>;
4305
4331
  /** @internal */
4306
- export declare const OneHundredAndFiftySeven$inboundSchema: z.ZodType<OneHundredAndFiftySeven, z.ZodTypeDef, unknown>;
4332
+ export declare const OneHundredAndSixty$inboundSchema: z.ZodType<OneHundredAndSixty, z.ZodTypeDef, unknown>;
4307
4333
  /** @internal */
4308
- export type OneHundredAndFiftySeven$Outbound = {
4309
- team: UserEventPayload157Team$Outbound;
4310
- configuration: UserEventPayload157Configuration$Outbound;
4334
+ export type OneHundredAndSixty$Outbound = {
4335
+ team: UserEventPayload160Team$Outbound;
4336
+ configuration: UserEventPayload160Configuration$Outbound;
4311
4337
  peering: UserEventPayloadPeering$Outbound;
4312
4338
  newName?: string | undefined;
4313
4339
  };
4314
4340
  /** @internal */
4315
- export declare const OneHundredAndFiftySeven$outboundSchema: z.ZodType<OneHundredAndFiftySeven$Outbound, z.ZodTypeDef, OneHundredAndFiftySeven>;
4341
+ export declare const OneHundredAndSixty$outboundSchema: z.ZodType<OneHundredAndSixty$Outbound, z.ZodTypeDef, OneHundredAndSixty>;
4316
4342
  /**
4317
4343
  * @internal
4318
4344
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4319
4345
  */
4320
- export declare namespace OneHundredAndFiftySeven$ {
4321
- /** @deprecated use `OneHundredAndFiftySeven$inboundSchema` instead. */
4322
- const inboundSchema: z.ZodType<OneHundredAndFiftySeven, z.ZodTypeDef, unknown>;
4323
- /** @deprecated use `OneHundredAndFiftySeven$outboundSchema` instead. */
4324
- const outboundSchema: z.ZodType<OneHundredAndFiftySeven$Outbound, z.ZodTypeDef, OneHundredAndFiftySeven>;
4325
- /** @deprecated use `OneHundredAndFiftySeven$Outbound` instead. */
4326
- type Outbound = OneHundredAndFiftySeven$Outbound;
4346
+ export declare namespace OneHundredAndSixty$ {
4347
+ /** @deprecated use `OneHundredAndSixty$inboundSchema` instead. */
4348
+ const inboundSchema: z.ZodType<OneHundredAndSixty, z.ZodTypeDef, unknown>;
4349
+ /** @deprecated use `OneHundredAndSixty$outboundSchema` instead. */
4350
+ const outboundSchema: z.ZodType<OneHundredAndSixty$Outbound, z.ZodTypeDef, OneHundredAndSixty>;
4351
+ /** @deprecated use `OneHundredAndSixty$Outbound` instead. */
4352
+ type Outbound = OneHundredAndSixty$Outbound;
4327
4353
  }
4328
- export declare function oneHundredAndFiftySevenToJSON(oneHundredAndFiftySeven: OneHundredAndFiftySeven): string;
4329
- export declare function oneHundredAndFiftySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftySeven, SDKValidationError>;
4354
+ export declare function oneHundredAndSixtyToJSON(oneHundredAndSixty: OneHundredAndSixty): string;
4355
+ export declare function oneHundredAndSixtyFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixty, SDKValidationError>;
4330
4356
  /** @internal */
4331
- export declare const UserEventPayload156Team$inboundSchema: z.ZodType<UserEventPayload156Team, z.ZodTypeDef, unknown>;
4357
+ export declare const UserEventPayload159Team$inboundSchema: z.ZodType<UserEventPayload159Team, z.ZodTypeDef, unknown>;
4332
4358
  /** @internal */
4333
- export type UserEventPayload156Team$Outbound = {
4359
+ export type UserEventPayload159Team$Outbound = {
4334
4360
  id: string;
4335
4361
  name: string;
4336
4362
  };
4337
4363
  /** @internal */
4338
- export declare const UserEventPayload156Team$outboundSchema: z.ZodType<UserEventPayload156Team$Outbound, z.ZodTypeDef, UserEventPayload156Team>;
4364
+ export declare const UserEventPayload159Team$outboundSchema: z.ZodType<UserEventPayload159Team$Outbound, z.ZodTypeDef, UserEventPayload159Team>;
4339
4365
  /**
4340
4366
  * @internal
4341
4367
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4342
4368
  */
4343
- export declare namespace UserEventPayload156Team$ {
4344
- /** @deprecated use `UserEventPayload156Team$inboundSchema` instead. */
4345
- const inboundSchema: z.ZodType<UserEventPayload156Team, z.ZodTypeDef, unknown>;
4346
- /** @deprecated use `UserEventPayload156Team$outboundSchema` instead. */
4347
- const outboundSchema: z.ZodType<UserEventPayload156Team$Outbound, z.ZodTypeDef, UserEventPayload156Team>;
4348
- /** @deprecated use `UserEventPayload156Team$Outbound` instead. */
4349
- type Outbound = UserEventPayload156Team$Outbound;
4369
+ export declare namespace UserEventPayload159Team$ {
4370
+ /** @deprecated use `UserEventPayload159Team$inboundSchema` instead. */
4371
+ const inboundSchema: z.ZodType<UserEventPayload159Team, z.ZodTypeDef, unknown>;
4372
+ /** @deprecated use `UserEventPayload159Team$outboundSchema` instead. */
4373
+ const outboundSchema: z.ZodType<UserEventPayload159Team$Outbound, z.ZodTypeDef, UserEventPayload159Team>;
4374
+ /** @deprecated use `UserEventPayload159Team$Outbound` instead. */
4375
+ type Outbound = UserEventPayload159Team$Outbound;
4350
4376
  }
4351
- export declare function userEventPayload156TeamToJSON(userEventPayload156Team: UserEventPayload156Team): string;
4352
- export declare function userEventPayload156TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload156Team, SDKValidationError>;
4377
+ export declare function userEventPayload159TeamToJSON(userEventPayload159Team: UserEventPayload159Team): string;
4378
+ export declare function userEventPayload159TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload159Team, SDKValidationError>;
4353
4379
  /** @internal */
4354
- export declare const UserEventPayload156Configuration$inboundSchema: z.ZodType<UserEventPayload156Configuration, z.ZodTypeDef, unknown>;
4380
+ export declare const UserEventPayload159Configuration$inboundSchema: z.ZodType<UserEventPayload159Configuration, z.ZodTypeDef, unknown>;
4355
4381
  /** @internal */
4356
- export type UserEventPayload156Configuration$Outbound = {
4382
+ export type UserEventPayload159Configuration$Outbound = {
4357
4383
  id: string;
4358
4384
  name?: string | undefined;
4359
4385
  };
4360
4386
  /** @internal */
4361
- export declare const UserEventPayload156Configuration$outboundSchema: z.ZodType<UserEventPayload156Configuration$Outbound, z.ZodTypeDef, UserEventPayload156Configuration>;
4387
+ export declare const UserEventPayload159Configuration$outboundSchema: z.ZodType<UserEventPayload159Configuration$Outbound, z.ZodTypeDef, UserEventPayload159Configuration>;
4362
4388
  /**
4363
4389
  * @internal
4364
4390
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4365
4391
  */
4366
- export declare namespace UserEventPayload156Configuration$ {
4367
- /** @deprecated use `UserEventPayload156Configuration$inboundSchema` instead. */
4368
- const inboundSchema: z.ZodType<UserEventPayload156Configuration, z.ZodTypeDef, unknown>;
4369
- /** @deprecated use `UserEventPayload156Configuration$outboundSchema` instead. */
4370
- const outboundSchema: z.ZodType<UserEventPayload156Configuration$Outbound, z.ZodTypeDef, UserEventPayload156Configuration>;
4371
- /** @deprecated use `UserEventPayload156Configuration$Outbound` instead. */
4372
- type Outbound = UserEventPayload156Configuration$Outbound;
4392
+ export declare namespace UserEventPayload159Configuration$ {
4393
+ /** @deprecated use `UserEventPayload159Configuration$inboundSchema` instead. */
4394
+ const inboundSchema: z.ZodType<UserEventPayload159Configuration, z.ZodTypeDef, unknown>;
4395
+ /** @deprecated use `UserEventPayload159Configuration$outboundSchema` instead. */
4396
+ const outboundSchema: z.ZodType<UserEventPayload159Configuration$Outbound, z.ZodTypeDef, UserEventPayload159Configuration>;
4397
+ /** @deprecated use `UserEventPayload159Configuration$Outbound` instead. */
4398
+ type Outbound = UserEventPayload159Configuration$Outbound;
4373
4399
  }
4374
- export declare function userEventPayload156ConfigurationToJSON(userEventPayload156Configuration: UserEventPayload156Configuration): string;
4375
- export declare function userEventPayload156ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload156Configuration, SDKValidationError>;
4400
+ export declare function userEventPayload159ConfigurationToJSON(userEventPayload159Configuration: UserEventPayload159Configuration): string;
4401
+ export declare function userEventPayload159ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload159Configuration, SDKValidationError>;
4376
4402
  /** @internal */
4377
4403
  export declare const PayloadPeering$inboundSchema: z.ZodType<PayloadPeering, z.ZodTypeDef, unknown>;
4378
4404
  /** @internal */
@@ -4397,75 +4423,75 @@ export declare namespace PayloadPeering$ {
4397
4423
  export declare function payloadPeeringToJSON(payloadPeering: PayloadPeering): string;
4398
4424
  export declare function payloadPeeringFromJSON(jsonString: string): SafeParseResult<PayloadPeering, SDKValidationError>;
4399
4425
  /** @internal */
4400
- export declare const OneHundredAndFiftySix$inboundSchema: z.ZodType<OneHundredAndFiftySix, z.ZodTypeDef, unknown>;
4426
+ export declare const OneHundredAndFiftyNine$inboundSchema: z.ZodType<OneHundredAndFiftyNine, z.ZodTypeDef, unknown>;
4401
4427
  /** @internal */
4402
- export type OneHundredAndFiftySix$Outbound = {
4403
- team: UserEventPayload156Team$Outbound;
4404
- configuration: UserEventPayload156Configuration$Outbound;
4428
+ export type OneHundredAndFiftyNine$Outbound = {
4429
+ team: UserEventPayload159Team$Outbound;
4430
+ configuration: UserEventPayload159Configuration$Outbound;
4405
4431
  peering: PayloadPeering$Outbound;
4406
4432
  };
4407
4433
  /** @internal */
4408
- export declare const OneHundredAndFiftySix$outboundSchema: z.ZodType<OneHundredAndFiftySix$Outbound, z.ZodTypeDef, OneHundredAndFiftySix>;
4434
+ export declare const OneHundredAndFiftyNine$outboundSchema: z.ZodType<OneHundredAndFiftyNine$Outbound, z.ZodTypeDef, OneHundredAndFiftyNine>;
4409
4435
  /**
4410
4436
  * @internal
4411
4437
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4412
4438
  */
4413
- export declare namespace OneHundredAndFiftySix$ {
4414
- /** @deprecated use `OneHundredAndFiftySix$inboundSchema` instead. */
4415
- const inboundSchema: z.ZodType<OneHundredAndFiftySix, z.ZodTypeDef, unknown>;
4416
- /** @deprecated use `OneHundredAndFiftySix$outboundSchema` instead. */
4417
- const outboundSchema: z.ZodType<OneHundredAndFiftySix$Outbound, z.ZodTypeDef, OneHundredAndFiftySix>;
4418
- /** @deprecated use `OneHundredAndFiftySix$Outbound` instead. */
4419
- type Outbound = OneHundredAndFiftySix$Outbound;
4439
+ export declare namespace OneHundredAndFiftyNine$ {
4440
+ /** @deprecated use `OneHundredAndFiftyNine$inboundSchema` instead. */
4441
+ const inboundSchema: z.ZodType<OneHundredAndFiftyNine, z.ZodTypeDef, unknown>;
4442
+ /** @deprecated use `OneHundredAndFiftyNine$outboundSchema` instead. */
4443
+ const outboundSchema: z.ZodType<OneHundredAndFiftyNine$Outbound, z.ZodTypeDef, OneHundredAndFiftyNine>;
4444
+ /** @deprecated use `OneHundredAndFiftyNine$Outbound` instead. */
4445
+ type Outbound = OneHundredAndFiftyNine$Outbound;
4420
4446
  }
4421
- export declare function oneHundredAndFiftySixToJSON(oneHundredAndFiftySix: OneHundredAndFiftySix): string;
4422
- export declare function oneHundredAndFiftySixFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftySix, SDKValidationError>;
4447
+ export declare function oneHundredAndFiftyNineToJSON(oneHundredAndFiftyNine: OneHundredAndFiftyNine): string;
4448
+ export declare function oneHundredAndFiftyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyNine, SDKValidationError>;
4423
4449
  /** @internal */
4424
- export declare const UserEventPayload155Team$inboundSchema: z.ZodType<UserEventPayload155Team, z.ZodTypeDef, unknown>;
4450
+ export declare const UserEventPayload158Team$inboundSchema: z.ZodType<UserEventPayload158Team, z.ZodTypeDef, unknown>;
4425
4451
  /** @internal */
4426
- export type UserEventPayload155Team$Outbound = {
4452
+ export type UserEventPayload158Team$Outbound = {
4427
4453
  id: string;
4428
4454
  name: string;
4429
4455
  };
4430
4456
  /** @internal */
4431
- export declare const UserEventPayload155Team$outboundSchema: z.ZodType<UserEventPayload155Team$Outbound, z.ZodTypeDef, UserEventPayload155Team>;
4457
+ export declare const UserEventPayload158Team$outboundSchema: z.ZodType<UserEventPayload158Team$Outbound, z.ZodTypeDef, UserEventPayload158Team>;
4432
4458
  /**
4433
4459
  * @internal
4434
4460
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4435
4461
  */
4436
- export declare namespace UserEventPayload155Team$ {
4437
- /** @deprecated use `UserEventPayload155Team$inboundSchema` instead. */
4438
- const inboundSchema: z.ZodType<UserEventPayload155Team, z.ZodTypeDef, unknown>;
4439
- /** @deprecated use `UserEventPayload155Team$outboundSchema` instead. */
4440
- const outboundSchema: z.ZodType<UserEventPayload155Team$Outbound, z.ZodTypeDef, UserEventPayload155Team>;
4441
- /** @deprecated use `UserEventPayload155Team$Outbound` instead. */
4442
- type Outbound = UserEventPayload155Team$Outbound;
4462
+ export declare namespace UserEventPayload158Team$ {
4463
+ /** @deprecated use `UserEventPayload158Team$inboundSchema` instead. */
4464
+ const inboundSchema: z.ZodType<UserEventPayload158Team, z.ZodTypeDef, unknown>;
4465
+ /** @deprecated use `UserEventPayload158Team$outboundSchema` instead. */
4466
+ const outboundSchema: z.ZodType<UserEventPayload158Team$Outbound, z.ZodTypeDef, UserEventPayload158Team>;
4467
+ /** @deprecated use `UserEventPayload158Team$Outbound` instead. */
4468
+ type Outbound = UserEventPayload158Team$Outbound;
4443
4469
  }
4444
- export declare function userEventPayload155TeamToJSON(userEventPayload155Team: UserEventPayload155Team): string;
4445
- export declare function userEventPayload155TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload155Team, SDKValidationError>;
4470
+ export declare function userEventPayload158TeamToJSON(userEventPayload158Team: UserEventPayload158Team): string;
4471
+ export declare function userEventPayload158TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload158Team, SDKValidationError>;
4446
4472
  /** @internal */
4447
- export declare const UserEventPayload155Configuration$inboundSchema: z.ZodType<UserEventPayload155Configuration, z.ZodTypeDef, unknown>;
4473
+ export declare const UserEventPayload158Configuration$inboundSchema: z.ZodType<UserEventPayload158Configuration, z.ZodTypeDef, unknown>;
4448
4474
  /** @internal */
4449
- export type UserEventPayload155Configuration$Outbound = {
4475
+ export type UserEventPayload158Configuration$Outbound = {
4450
4476
  id: string;
4451
4477
  name?: string | undefined;
4452
4478
  };
4453
4479
  /** @internal */
4454
- export declare const UserEventPayload155Configuration$outboundSchema: z.ZodType<UserEventPayload155Configuration$Outbound, z.ZodTypeDef, UserEventPayload155Configuration>;
4480
+ export declare const UserEventPayload158Configuration$outboundSchema: z.ZodType<UserEventPayload158Configuration$Outbound, z.ZodTypeDef, UserEventPayload158Configuration>;
4455
4481
  /**
4456
4482
  * @internal
4457
4483
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4458
4484
  */
4459
- export declare namespace UserEventPayload155Configuration$ {
4460
- /** @deprecated use `UserEventPayload155Configuration$inboundSchema` instead. */
4461
- const inboundSchema: z.ZodType<UserEventPayload155Configuration, z.ZodTypeDef, unknown>;
4462
- /** @deprecated use `UserEventPayload155Configuration$outboundSchema` instead. */
4463
- const outboundSchema: z.ZodType<UserEventPayload155Configuration$Outbound, z.ZodTypeDef, UserEventPayload155Configuration>;
4464
- /** @deprecated use `UserEventPayload155Configuration$Outbound` instead. */
4465
- type Outbound = UserEventPayload155Configuration$Outbound;
4485
+ export declare namespace UserEventPayload158Configuration$ {
4486
+ /** @deprecated use `UserEventPayload158Configuration$inboundSchema` instead. */
4487
+ const inboundSchema: z.ZodType<UserEventPayload158Configuration, z.ZodTypeDef, unknown>;
4488
+ /** @deprecated use `UserEventPayload158Configuration$outboundSchema` instead. */
4489
+ const outboundSchema: z.ZodType<UserEventPayload158Configuration$Outbound, z.ZodTypeDef, UserEventPayload158Configuration>;
4490
+ /** @deprecated use `UserEventPayload158Configuration$Outbound` instead. */
4491
+ type Outbound = UserEventPayload158Configuration$Outbound;
4466
4492
  }
4467
- export declare function userEventPayload155ConfigurationToJSON(userEventPayload155Configuration: UserEventPayload155Configuration): string;
4468
- export declare function userEventPayload155ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload155Configuration, SDKValidationError>;
4493
+ export declare function userEventPayload158ConfigurationToJSON(userEventPayload158Configuration: UserEventPayload158Configuration): string;
4494
+ export declare function userEventPayload158ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload158Configuration, SDKValidationError>;
4469
4495
  /** @internal */
4470
4496
  export declare const Peering$inboundSchema: z.ZodType<Peering, z.ZodTypeDef, unknown>;
4471
4497
  /** @internal */
@@ -4492,12 +4518,82 @@ export declare namespace Peering$ {
4492
4518
  export declare function peeringToJSON(peering: Peering): string;
4493
4519
  export declare function peeringFromJSON(jsonString: string): SafeParseResult<Peering, SDKValidationError>;
4494
4520
  /** @internal */
4521
+ export declare const OneHundredAndFiftyEight$inboundSchema: z.ZodType<OneHundredAndFiftyEight, z.ZodTypeDef, unknown>;
4522
+ /** @internal */
4523
+ export type OneHundredAndFiftyEight$Outbound = {
4524
+ team: UserEventPayload158Team$Outbound;
4525
+ configuration: UserEventPayload158Configuration$Outbound;
4526
+ peering: Peering$Outbound;
4527
+ };
4528
+ /** @internal */
4529
+ export declare const OneHundredAndFiftyEight$outboundSchema: z.ZodType<OneHundredAndFiftyEight$Outbound, z.ZodTypeDef, OneHundredAndFiftyEight>;
4530
+ /**
4531
+ * @internal
4532
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4533
+ */
4534
+ export declare namespace OneHundredAndFiftyEight$ {
4535
+ /** @deprecated use `OneHundredAndFiftyEight$inboundSchema` instead. */
4536
+ const inboundSchema: z.ZodType<OneHundredAndFiftyEight, z.ZodTypeDef, unknown>;
4537
+ /** @deprecated use `OneHundredAndFiftyEight$outboundSchema` instead. */
4538
+ const outboundSchema: z.ZodType<OneHundredAndFiftyEight$Outbound, z.ZodTypeDef, OneHundredAndFiftyEight>;
4539
+ /** @deprecated use `OneHundredAndFiftyEight$Outbound` instead. */
4540
+ type Outbound = OneHundredAndFiftyEight$Outbound;
4541
+ }
4542
+ export declare function oneHundredAndFiftyEightToJSON(oneHundredAndFiftyEight: OneHundredAndFiftyEight): string;
4543
+ export declare function oneHundredAndFiftyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyEight, SDKValidationError>;
4544
+ /** @internal */
4545
+ export declare const OneHundredAndFiftySeven$inboundSchema: z.ZodType<OneHundredAndFiftySeven, z.ZodTypeDef, unknown>;
4546
+ /** @internal */
4547
+ export type OneHundredAndFiftySeven$Outbound = {
4548
+ appName: string;
4549
+ appId?: string | undefined;
4550
+ installationId?: string | undefined;
4551
+ };
4552
+ /** @internal */
4553
+ export declare const OneHundredAndFiftySeven$outboundSchema: z.ZodType<OneHundredAndFiftySeven$Outbound, z.ZodTypeDef, OneHundredAndFiftySeven>;
4554
+ /**
4555
+ * @internal
4556
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4557
+ */
4558
+ export declare namespace OneHundredAndFiftySeven$ {
4559
+ /** @deprecated use `OneHundredAndFiftySeven$inboundSchema` instead. */
4560
+ const inboundSchema: z.ZodType<OneHundredAndFiftySeven, z.ZodTypeDef, unknown>;
4561
+ /** @deprecated use `OneHundredAndFiftySeven$outboundSchema` instead. */
4562
+ const outboundSchema: z.ZodType<OneHundredAndFiftySeven$Outbound, z.ZodTypeDef, OneHundredAndFiftySeven>;
4563
+ /** @deprecated use `OneHundredAndFiftySeven$Outbound` instead. */
4564
+ type Outbound = OneHundredAndFiftySeven$Outbound;
4565
+ }
4566
+ export declare function oneHundredAndFiftySevenToJSON(oneHundredAndFiftySeven: OneHundredAndFiftySeven): string;
4567
+ export declare function oneHundredAndFiftySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftySeven, SDKValidationError>;
4568
+ /** @internal */
4569
+ export declare const OneHundredAndFiftySix$inboundSchema: z.ZodType<OneHundredAndFiftySix, z.ZodTypeDef, unknown>;
4570
+ /** @internal */
4571
+ export type OneHundredAndFiftySix$Outbound = {
4572
+ appName: string;
4573
+ appId?: string | undefined;
4574
+ };
4575
+ /** @internal */
4576
+ export declare const OneHundredAndFiftySix$outboundSchema: z.ZodType<OneHundredAndFiftySix$Outbound, z.ZodTypeDef, OneHundredAndFiftySix>;
4577
+ /**
4578
+ * @internal
4579
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4580
+ */
4581
+ export declare namespace OneHundredAndFiftySix$ {
4582
+ /** @deprecated use `OneHundredAndFiftySix$inboundSchema` instead. */
4583
+ const inboundSchema: z.ZodType<OneHundredAndFiftySix, z.ZodTypeDef, unknown>;
4584
+ /** @deprecated use `OneHundredAndFiftySix$outboundSchema` instead. */
4585
+ const outboundSchema: z.ZodType<OneHundredAndFiftySix$Outbound, z.ZodTypeDef, OneHundredAndFiftySix>;
4586
+ /** @deprecated use `OneHundredAndFiftySix$Outbound` instead. */
4587
+ type Outbound = OneHundredAndFiftySix$Outbound;
4588
+ }
4589
+ export declare function oneHundredAndFiftySixToJSON(oneHundredAndFiftySix: OneHundredAndFiftySix): string;
4590
+ export declare function oneHundredAndFiftySixFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftySix, SDKValidationError>;
4591
+ /** @internal */
4495
4592
  export declare const OneHundredAndFiftyFive$inboundSchema: z.ZodType<OneHundredAndFiftyFive, z.ZodTypeDef, unknown>;
4496
4593
  /** @internal */
4497
4594
  export type OneHundredAndFiftyFive$Outbound = {
4498
- team: UserEventPayload155Team$Outbound;
4499
- configuration: UserEventPayload155Configuration$Outbound;
4500
- peering: Peering$Outbound;
4595
+ appName: string;
4596
+ appId: string;
4501
4597
  };
4502
4598
  /** @internal */
4503
4599
  export declare const OneHundredAndFiftyFive$outboundSchema: z.ZodType<OneHundredAndFiftyFive$Outbound, z.ZodTypeDef, OneHundredAndFiftyFive>;
@@ -4520,7 +4616,6 @@ export declare const OneHundredAndFiftyFour$inboundSchema: z.ZodType<OneHundredA
4520
4616
  /** @internal */
4521
4617
  export type OneHundredAndFiftyFour$Outbound = {
4522
4618
  appName: string;
4523
- appId: string;
4524
4619
  };
4525
4620
  /** @internal */
4526
4621
  export declare const OneHundredAndFiftyFour$outboundSchema: z.ZodType<OneHundredAndFiftyFour$Outbound, z.ZodTypeDef, OneHundredAndFiftyFour>;
@@ -4543,6 +4638,7 @@ export declare const OneHundredAndFiftyThree$inboundSchema: z.ZodType<OneHundred
4543
4638
  /** @internal */
4544
4639
  export type OneHundredAndFiftyThree$Outbound = {
4545
4640
  appName: string;
4641
+ nextScopes: Array<string>;
4546
4642
  };
4547
4643
  /** @internal */
4548
4644
  export declare const OneHundredAndFiftyThree$outboundSchema: z.ZodType<OneHundredAndFiftyThree$Outbound, z.ZodTypeDef, OneHundredAndFiftyThree>;
@@ -4565,7 +4661,7 @@ export declare const OneHundredAndFiftyTwo$inboundSchema: z.ZodType<OneHundredAn
4565
4661
  /** @internal */
4566
4662
  export type OneHundredAndFiftyTwo$Outbound = {
4567
4663
  appName: string;
4568
- nextScopes: Array<string>;
4664
+ scopes: Array<string>;
4569
4665
  };
4570
4666
  /** @internal */
4571
4667
  export declare const OneHundredAndFiftyTwo$outboundSchema: z.ZodType<OneHundredAndFiftyTwo$Outbound, z.ZodTypeDef, OneHundredAndFiftyTwo>;
@@ -4587,8 +4683,8 @@ export declare function oneHundredAndFiftyTwoFromJSON(jsonString: string): SafeP
4587
4683
  export declare const OneHundredAndFiftyOne$inboundSchema: z.ZodType<OneHundredAndFiftyOne, z.ZodTypeDef, unknown>;
4588
4684
  /** @internal */
4589
4685
  export type OneHundredAndFiftyOne$Outbound = {
4590
- appName: string;
4591
- scopes: Array<string>;
4686
+ oldName: string;
4687
+ newName: string;
4592
4688
  };
4593
4689
  /** @internal */
4594
4690
  export declare const OneHundredAndFiftyOne$outboundSchema: z.ZodType<OneHundredAndFiftyOne$Outbound, z.ZodTypeDef, OneHundredAndFiftyOne>;
@@ -4607,29 +4703,6 @@ export declare namespace OneHundredAndFiftyOne$ {
4607
4703
  export declare function oneHundredAndFiftyOneToJSON(oneHundredAndFiftyOne: OneHundredAndFiftyOne): string;
4608
4704
  export declare function oneHundredAndFiftyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyOne, SDKValidationError>;
4609
4705
  /** @internal */
4610
- export declare const OneHundredAndFifty$inboundSchema: z.ZodType<OneHundredAndFifty, z.ZodTypeDef, unknown>;
4611
- /** @internal */
4612
- export type OneHundredAndFifty$Outbound = {
4613
- oldName: string;
4614
- newName: string;
4615
- };
4616
- /** @internal */
4617
- export declare const OneHundredAndFifty$outboundSchema: z.ZodType<OneHundredAndFifty$Outbound, z.ZodTypeDef, OneHundredAndFifty>;
4618
- /**
4619
- * @internal
4620
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4621
- */
4622
- export declare namespace OneHundredAndFifty$ {
4623
- /** @deprecated use `OneHundredAndFifty$inboundSchema` instead. */
4624
- const inboundSchema: z.ZodType<OneHundredAndFifty, z.ZodTypeDef, unknown>;
4625
- /** @deprecated use `OneHundredAndFifty$outboundSchema` instead. */
4626
- const outboundSchema: z.ZodType<OneHundredAndFifty$Outbound, z.ZodTypeDef, OneHundredAndFifty>;
4627
- /** @deprecated use `OneHundredAndFifty$Outbound` instead. */
4628
- type Outbound = OneHundredAndFifty$Outbound;
4629
- }
4630
- export declare function oneHundredAndFiftyToJSON(oneHundredAndFifty: OneHundredAndFifty): string;
4631
- export declare function oneHundredAndFiftyFromJSON(jsonString: string): SafeParseResult<OneHundredAndFifty, SDKValidationError>;
4632
- /** @internal */
4633
4706
  export declare const Tier$inboundSchema: z.ZodNativeEnum<typeof Tier>;
4634
4707
  /** @internal */
4635
4708
  export declare const Tier$outboundSchema: z.ZodNativeEnum<typeof Tier>;
@@ -4650,27 +4723,27 @@ export declare namespace Tier$ {
4650
4723
  }>;
4651
4724
  }
4652
4725
  /** @internal */
4653
- export declare const OneHundredAndFortyNine$inboundSchema: z.ZodType<OneHundredAndFortyNine, z.ZodTypeDef, unknown>;
4726
+ export declare const OneHundredAndFifty$inboundSchema: z.ZodType<OneHundredAndFifty, z.ZodTypeDef, unknown>;
4654
4727
  /** @internal */
4655
- export type OneHundredAndFortyNine$Outbound = {
4728
+ export type OneHundredAndFifty$Outbound = {
4656
4729
  tier: string;
4657
4730
  };
4658
4731
  /** @internal */
4659
- export declare const OneHundredAndFortyNine$outboundSchema: z.ZodType<OneHundredAndFortyNine$Outbound, z.ZodTypeDef, OneHundredAndFortyNine>;
4732
+ export declare const OneHundredAndFifty$outboundSchema: z.ZodType<OneHundredAndFifty$Outbound, z.ZodTypeDef, OneHundredAndFifty>;
4660
4733
  /**
4661
4734
  * @internal
4662
4735
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4663
4736
  */
4664
- export declare namespace OneHundredAndFortyNine$ {
4665
- /** @deprecated use `OneHundredAndFortyNine$inboundSchema` instead. */
4666
- const inboundSchema: z.ZodType<OneHundredAndFortyNine, z.ZodTypeDef, unknown>;
4667
- /** @deprecated use `OneHundredAndFortyNine$outboundSchema` instead. */
4668
- const outboundSchema: z.ZodType<OneHundredAndFortyNine$Outbound, z.ZodTypeDef, OneHundredAndFortyNine>;
4669
- /** @deprecated use `OneHundredAndFortyNine$Outbound` instead. */
4670
- type Outbound = OneHundredAndFortyNine$Outbound;
4737
+ export declare namespace OneHundredAndFifty$ {
4738
+ /** @deprecated use `OneHundredAndFifty$inboundSchema` instead. */
4739
+ const inboundSchema: z.ZodType<OneHundredAndFifty, z.ZodTypeDef, unknown>;
4740
+ /** @deprecated use `OneHundredAndFifty$outboundSchema` instead. */
4741
+ const outboundSchema: z.ZodType<OneHundredAndFifty$Outbound, z.ZodTypeDef, OneHundredAndFifty>;
4742
+ /** @deprecated use `OneHundredAndFifty$Outbound` instead. */
4743
+ type Outbound = OneHundredAndFifty$Outbound;
4671
4744
  }
4672
- export declare function oneHundredAndFortyNineToJSON(oneHundredAndFortyNine: OneHundredAndFortyNine): string;
4673
- export declare function oneHundredAndFortyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyNine, SDKValidationError>;
4745
+ export declare function oneHundredAndFiftyToJSON(oneHundredAndFifty: OneHundredAndFifty): string;
4746
+ export declare function oneHundredAndFiftyFromJSON(jsonString: string): SafeParseResult<OneHundredAndFifty, SDKValidationError>;
4674
4747
  /** @internal */
4675
4748
  export declare const ProjectWebAnalytics$inboundSchema: z.ZodType<ProjectWebAnalytics, z.ZodTypeDef, unknown>;
4676
4749
  /** @internal */
@@ -4724,30 +4797,30 @@ export declare namespace PrevProjectWebAnalytics$ {
4724
4797
  export declare function prevProjectWebAnalyticsToJSON(prevProjectWebAnalytics: PrevProjectWebAnalytics): string;
4725
4798
  export declare function prevProjectWebAnalyticsFromJSON(jsonString: string): SafeParseResult<PrevProjectWebAnalytics, SDKValidationError>;
4726
4799
  /** @internal */
4727
- export declare const OneHundredAndFortyEight$inboundSchema: z.ZodType<OneHundredAndFortyEight, z.ZodTypeDef, unknown>;
4800
+ export declare const OneHundredAndFortyNine$inboundSchema: z.ZodType<OneHundredAndFortyNine, z.ZodTypeDef, unknown>;
4728
4801
  /** @internal */
4729
- export type OneHundredAndFortyEight$Outbound = {
4802
+ export type OneHundredAndFortyNine$Outbound = {
4730
4803
  projectId: string;
4731
4804
  projectName: string;
4732
4805
  projectWebAnalytics?: ProjectWebAnalytics$Outbound | undefined;
4733
4806
  prevProjectWebAnalytics?: PrevProjectWebAnalytics$Outbound | null | undefined;
4734
4807
  };
4735
4808
  /** @internal */
4736
- export declare const OneHundredAndFortyEight$outboundSchema: z.ZodType<OneHundredAndFortyEight$Outbound, z.ZodTypeDef, OneHundredAndFortyEight>;
4809
+ export declare const OneHundredAndFortyNine$outboundSchema: z.ZodType<OneHundredAndFortyNine$Outbound, z.ZodTypeDef, OneHundredAndFortyNine>;
4737
4810
  /**
4738
4811
  * @internal
4739
4812
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4740
4813
  */
4741
- export declare namespace OneHundredAndFortyEight$ {
4742
- /** @deprecated use `OneHundredAndFortyEight$inboundSchema` instead. */
4743
- const inboundSchema: z.ZodType<OneHundredAndFortyEight, z.ZodTypeDef, unknown>;
4744
- /** @deprecated use `OneHundredAndFortyEight$outboundSchema` instead. */
4745
- const outboundSchema: z.ZodType<OneHundredAndFortyEight$Outbound, z.ZodTypeDef, OneHundredAndFortyEight>;
4746
- /** @deprecated use `OneHundredAndFortyEight$Outbound` instead. */
4747
- type Outbound = OneHundredAndFortyEight$Outbound;
4814
+ export declare namespace OneHundredAndFortyNine$ {
4815
+ /** @deprecated use `OneHundredAndFortyNine$inboundSchema` instead. */
4816
+ const inboundSchema: z.ZodType<OneHundredAndFortyNine, z.ZodTypeDef, unknown>;
4817
+ /** @deprecated use `OneHundredAndFortyNine$outboundSchema` instead. */
4818
+ const outboundSchema: z.ZodType<OneHundredAndFortyNine$Outbound, z.ZodTypeDef, OneHundredAndFortyNine>;
4819
+ /** @deprecated use `OneHundredAndFortyNine$Outbound` instead. */
4820
+ type Outbound = OneHundredAndFortyNine$Outbound;
4748
4821
  }
4749
- export declare function oneHundredAndFortyEightToJSON(oneHundredAndFortyEight: OneHundredAndFortyEight): string;
4750
- export declare function oneHundredAndFortyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyEight, SDKValidationError>;
4822
+ export declare function oneHundredAndFortyNineToJSON(oneHundredAndFortyNine: OneHundredAndFortyNine): string;
4823
+ export declare function oneHundredAndFortyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyNine, SDKValidationError>;
4751
4824
  /** @internal */
4752
4825
  export declare const Microfrontends2$inboundSchema: z.ZodType<Microfrontends2, z.ZodTypeDef, unknown>;
4753
4826
  /** @internal */
@@ -4820,29 +4893,29 @@ export declare namespace Microfrontends$ {
4820
4893
  export declare function microfrontendsToJSON(microfrontends: Microfrontends): string;
4821
4894
  export declare function microfrontendsFromJSON(jsonString: string): SafeParseResult<Microfrontends, SDKValidationError>;
4822
4895
  /** @internal */
4823
- export declare const UserEventPayload147Project$inboundSchema: z.ZodType<UserEventPayload147Project, z.ZodTypeDef, unknown>;
4896
+ export declare const UserEventPayload148Project$inboundSchema: z.ZodType<UserEventPayload148Project, z.ZodTypeDef, unknown>;
4824
4897
  /** @internal */
4825
- export type UserEventPayload147Project$Outbound = {
4898
+ export type UserEventPayload148Project$Outbound = {
4826
4899
  id: string;
4827
4900
  name: string;
4828
4901
  microfrontends?: Microfrontends1$Outbound | Microfrontends2$Outbound | undefined;
4829
4902
  };
4830
4903
  /** @internal */
4831
- export declare const UserEventPayload147Project$outboundSchema: z.ZodType<UserEventPayload147Project$Outbound, z.ZodTypeDef, UserEventPayload147Project>;
4904
+ export declare const UserEventPayload148Project$outboundSchema: z.ZodType<UserEventPayload148Project$Outbound, z.ZodTypeDef, UserEventPayload148Project>;
4832
4905
  /**
4833
4906
  * @internal
4834
4907
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4835
4908
  */
4836
- export declare namespace UserEventPayload147Project$ {
4837
- /** @deprecated use `UserEventPayload147Project$inboundSchema` instead. */
4838
- const inboundSchema: z.ZodType<UserEventPayload147Project, z.ZodTypeDef, unknown>;
4839
- /** @deprecated use `UserEventPayload147Project$outboundSchema` instead. */
4840
- const outboundSchema: z.ZodType<UserEventPayload147Project$Outbound, z.ZodTypeDef, UserEventPayload147Project>;
4841
- /** @deprecated use `UserEventPayload147Project$Outbound` instead. */
4842
- type Outbound = UserEventPayload147Project$Outbound;
4909
+ export declare namespace UserEventPayload148Project$ {
4910
+ /** @deprecated use `UserEventPayload148Project$inboundSchema` instead. */
4911
+ const inboundSchema: z.ZodType<UserEventPayload148Project, z.ZodTypeDef, unknown>;
4912
+ /** @deprecated use `UserEventPayload148Project$outboundSchema` instead. */
4913
+ const outboundSchema: z.ZodType<UserEventPayload148Project$Outbound, z.ZodTypeDef, UserEventPayload148Project>;
4914
+ /** @deprecated use `UserEventPayload148Project$Outbound` instead. */
4915
+ type Outbound = UserEventPayload148Project$Outbound;
4843
4916
  }
4844
- export declare function userEventPayload147ProjectToJSON(userEventPayload147Project: UserEventPayload147Project): string;
4845
- export declare function userEventPayload147ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload147Project, SDKValidationError>;
4917
+ export declare function userEventPayload148ProjectToJSON(userEventPayload148Project: UserEventPayload148Project): string;
4918
+ export declare function userEventPayload148ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload148Project, SDKValidationError>;
4846
4919
  /** @internal */
4847
4920
  export declare const UserEventMicrofrontends2$inboundSchema: z.ZodType<UserEventMicrofrontends2, z.ZodTypeDef, unknown>;
4848
4921
  /** @internal */
@@ -4915,32 +4988,32 @@ export declare namespace PayloadMicrofrontends$ {
4915
4988
  export declare function payloadMicrofrontendsToJSON(payloadMicrofrontends: PayloadMicrofrontends): string;
4916
4989
  export declare function payloadMicrofrontendsFromJSON(jsonString: string): SafeParseResult<PayloadMicrofrontends, SDKValidationError>;
4917
4990
  /** @internal */
4918
- export declare const UserEventPayload147PrevProject$inboundSchema: z.ZodType<UserEventPayload147PrevProject, z.ZodTypeDef, unknown>;
4991
+ export declare const UserEventPayload148PrevProject$inboundSchema: z.ZodType<UserEventPayload148PrevProject, z.ZodTypeDef, unknown>;
4919
4992
  /** @internal */
4920
- export type UserEventPayload147PrevProject$Outbound = {
4993
+ export type UserEventPayload148PrevProject$Outbound = {
4921
4994
  microfrontends?: UserEventMicrofrontends1$Outbound | UserEventMicrofrontends2$Outbound | undefined;
4922
4995
  };
4923
4996
  /** @internal */
4924
- export declare const UserEventPayload147PrevProject$outboundSchema: z.ZodType<UserEventPayload147PrevProject$Outbound, z.ZodTypeDef, UserEventPayload147PrevProject>;
4997
+ export declare const UserEventPayload148PrevProject$outboundSchema: z.ZodType<UserEventPayload148PrevProject$Outbound, z.ZodTypeDef, UserEventPayload148PrevProject>;
4925
4998
  /**
4926
4999
  * @internal
4927
5000
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4928
5001
  */
4929
- export declare namespace UserEventPayload147PrevProject$ {
4930
- /** @deprecated use `UserEventPayload147PrevProject$inboundSchema` instead. */
4931
- const inboundSchema: z.ZodType<UserEventPayload147PrevProject, z.ZodTypeDef, unknown>;
4932
- /** @deprecated use `UserEventPayload147PrevProject$outboundSchema` instead. */
4933
- const outboundSchema: z.ZodType<UserEventPayload147PrevProject$Outbound, z.ZodTypeDef, UserEventPayload147PrevProject>;
4934
- /** @deprecated use `UserEventPayload147PrevProject$Outbound` instead. */
4935
- type Outbound = UserEventPayload147PrevProject$Outbound;
5002
+ export declare namespace UserEventPayload148PrevProject$ {
5003
+ /** @deprecated use `UserEventPayload148PrevProject$inboundSchema` instead. */
5004
+ const inboundSchema: z.ZodType<UserEventPayload148PrevProject, z.ZodTypeDef, unknown>;
5005
+ /** @deprecated use `UserEventPayload148PrevProject$outboundSchema` instead. */
5006
+ const outboundSchema: z.ZodType<UserEventPayload148PrevProject$Outbound, z.ZodTypeDef, UserEventPayload148PrevProject>;
5007
+ /** @deprecated use `UserEventPayload148PrevProject$Outbound` instead. */
5008
+ type Outbound = UserEventPayload148PrevProject$Outbound;
4936
5009
  }
4937
- export declare function userEventPayload147PrevProjectToJSON(userEventPayload147PrevProject: UserEventPayload147PrevProject): string;
4938
- export declare function userEventPayload147PrevProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload147PrevProject, SDKValidationError>;
5010
+ export declare function userEventPayload148PrevProjectToJSON(userEventPayload148PrevProject: UserEventPayload148PrevProject): string;
5011
+ export declare function userEventPayload148PrevProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload148PrevProject, SDKValidationError>;
4939
5012
  /** @internal */
4940
5013
  export declare const PayloadPrev$inboundSchema: z.ZodType<PayloadPrev, z.ZodTypeDef, unknown>;
4941
5014
  /** @internal */
4942
5015
  export type PayloadPrev$Outbound = {
4943
- project: UserEventPayload147PrevProject$Outbound;
5016
+ project: UserEventPayload148PrevProject$Outbound;
4944
5017
  };
4945
5018
  /** @internal */
4946
5019
  export declare const PayloadPrev$outboundSchema: z.ZodType<PayloadPrev$Outbound, z.ZodTypeDef, PayloadPrev>;
@@ -4983,52 +5056,52 @@ export declare namespace PayloadGroup$ {
4983
5056
  export declare function payloadGroupToJSON(payloadGroup: PayloadGroup): string;
4984
5057
  export declare function payloadGroupFromJSON(jsonString: string): SafeParseResult<PayloadGroup, SDKValidationError>;
4985
5058
  /** @internal */
4986
- export declare const OneHundredAndFortySeven$inboundSchema: z.ZodType<OneHundredAndFortySeven, z.ZodTypeDef, unknown>;
5059
+ export declare const OneHundredAndFortyEight$inboundSchema: z.ZodType<OneHundredAndFortyEight, z.ZodTypeDef, unknown>;
4987
5060
  /** @internal */
4988
- export type OneHundredAndFortySeven$Outbound = {
4989
- project: UserEventPayload147Project$Outbound;
5061
+ export type OneHundredAndFortyEight$Outbound = {
5062
+ project: UserEventPayload148Project$Outbound;
4990
5063
  prev: PayloadPrev$Outbound;
4991
5064
  group: PayloadGroup$Outbound;
4992
5065
  };
4993
5066
  /** @internal */
4994
- export declare const OneHundredAndFortySeven$outboundSchema: z.ZodType<OneHundredAndFortySeven$Outbound, z.ZodTypeDef, OneHundredAndFortySeven>;
5067
+ export declare const OneHundredAndFortyEight$outboundSchema: z.ZodType<OneHundredAndFortyEight$Outbound, z.ZodTypeDef, OneHundredAndFortyEight>;
4995
5068
  /**
4996
5069
  * @internal
4997
5070
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4998
5071
  */
4999
- export declare namespace OneHundredAndFortySeven$ {
5000
- /** @deprecated use `OneHundredAndFortySeven$inboundSchema` instead. */
5001
- const inboundSchema: z.ZodType<OneHundredAndFortySeven, z.ZodTypeDef, unknown>;
5002
- /** @deprecated use `OneHundredAndFortySeven$outboundSchema` instead. */
5003
- const outboundSchema: z.ZodType<OneHundredAndFortySeven$Outbound, z.ZodTypeDef, OneHundredAndFortySeven>;
5004
- /** @deprecated use `OneHundredAndFortySeven$Outbound` instead. */
5005
- type Outbound = OneHundredAndFortySeven$Outbound;
5072
+ export declare namespace OneHundredAndFortyEight$ {
5073
+ /** @deprecated use `OneHundredAndFortyEight$inboundSchema` instead. */
5074
+ const inboundSchema: z.ZodType<OneHundredAndFortyEight, z.ZodTypeDef, unknown>;
5075
+ /** @deprecated use `OneHundredAndFortyEight$outboundSchema` instead. */
5076
+ const outboundSchema: z.ZodType<OneHundredAndFortyEight$Outbound, z.ZodTypeDef, OneHundredAndFortyEight>;
5077
+ /** @deprecated use `OneHundredAndFortyEight$Outbound` instead. */
5078
+ type Outbound = OneHundredAndFortyEight$Outbound;
5006
5079
  }
5007
- export declare function oneHundredAndFortySevenToJSON(oneHundredAndFortySeven: OneHundredAndFortySeven): string;
5008
- export declare function oneHundredAndFortySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortySeven, SDKValidationError>;
5080
+ export declare function oneHundredAndFortyEightToJSON(oneHundredAndFortyEight: OneHundredAndFortyEight): string;
5081
+ export declare function oneHundredAndFortyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyEight, SDKValidationError>;
5009
5082
  /** @internal */
5010
- export declare const UserEventPayload146Project$inboundSchema: z.ZodType<UserEventPayload146Project, z.ZodTypeDef, unknown>;
5083
+ export declare const UserEventPayload147Project$inboundSchema: z.ZodType<UserEventPayload147Project, z.ZodTypeDef, unknown>;
5011
5084
  /** @internal */
5012
- export type UserEventPayload146Project$Outbound = {
5085
+ export type UserEventPayload147Project$Outbound = {
5013
5086
  id: string;
5014
5087
  name: string;
5015
5088
  };
5016
5089
  /** @internal */
5017
- export declare const UserEventPayload146Project$outboundSchema: z.ZodType<UserEventPayload146Project$Outbound, z.ZodTypeDef, UserEventPayload146Project>;
5090
+ export declare const UserEventPayload147Project$outboundSchema: z.ZodType<UserEventPayload147Project$Outbound, z.ZodTypeDef, UserEventPayload147Project>;
5018
5091
  /**
5019
5092
  * @internal
5020
5093
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5021
5094
  */
5022
- export declare namespace UserEventPayload146Project$ {
5023
- /** @deprecated use `UserEventPayload146Project$inboundSchema` instead. */
5024
- const inboundSchema: z.ZodType<UserEventPayload146Project, z.ZodTypeDef, unknown>;
5025
- /** @deprecated use `UserEventPayload146Project$outboundSchema` instead. */
5026
- const outboundSchema: z.ZodType<UserEventPayload146Project$Outbound, z.ZodTypeDef, UserEventPayload146Project>;
5027
- /** @deprecated use `UserEventPayload146Project$Outbound` instead. */
5028
- type Outbound = UserEventPayload146Project$Outbound;
5095
+ export declare namespace UserEventPayload147Project$ {
5096
+ /** @deprecated use `UserEventPayload147Project$inboundSchema` instead. */
5097
+ const inboundSchema: z.ZodType<UserEventPayload147Project, z.ZodTypeDef, unknown>;
5098
+ /** @deprecated use `UserEventPayload147Project$outboundSchema` instead. */
5099
+ const outboundSchema: z.ZodType<UserEventPayload147Project$Outbound, z.ZodTypeDef, UserEventPayload147Project>;
5100
+ /** @deprecated use `UserEventPayload147Project$Outbound` instead. */
5101
+ type Outbound = UserEventPayload147Project$Outbound;
5029
5102
  }
5030
- export declare function userEventPayload146ProjectToJSON(userEventPayload146Project: UserEventPayload146Project): string;
5031
- export declare function userEventPayload146ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload146Project, SDKValidationError>;
5103
+ export declare function userEventPayload147ProjectToJSON(userEventPayload147Project: UserEventPayload147Project): string;
5104
+ export declare function userEventPayload147ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload147Project, SDKValidationError>;
5032
5105
  /** @internal */
5033
5106
  export declare const Group$inboundSchema: z.ZodType<Group, z.ZodTypeDef, unknown>;
5034
5107
  /** @internal */
@@ -5054,28 +5127,28 @@ export declare namespace Group$ {
5054
5127
  export declare function groupToJSON(group: Group): string;
5055
5128
  export declare function groupFromJSON(jsonString: string): SafeParseResult<Group, SDKValidationError>;
5056
5129
  /** @internal */
5057
- export declare const OneHundredAndFortySix$inboundSchema: z.ZodType<OneHundredAndFortySix, z.ZodTypeDef, unknown>;
5130
+ export declare const OneHundredAndFortySeven$inboundSchema: z.ZodType<OneHundredAndFortySeven, z.ZodTypeDef, unknown>;
5058
5131
  /** @internal */
5059
- export type OneHundredAndFortySix$Outbound = {
5060
- project: UserEventPayload146Project$Outbound;
5132
+ export type OneHundredAndFortySeven$Outbound = {
5133
+ project: UserEventPayload147Project$Outbound;
5061
5134
  group: Group$Outbound;
5062
5135
  };
5063
5136
  /** @internal */
5064
- export declare const OneHundredAndFortySix$outboundSchema: z.ZodType<OneHundredAndFortySix$Outbound, z.ZodTypeDef, OneHundredAndFortySix>;
5137
+ export declare const OneHundredAndFortySeven$outboundSchema: z.ZodType<OneHundredAndFortySeven$Outbound, z.ZodTypeDef, OneHundredAndFortySeven>;
5065
5138
  /**
5066
5139
  * @internal
5067
5140
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5068
5141
  */
5069
- export declare namespace OneHundredAndFortySix$ {
5070
- /** @deprecated use `OneHundredAndFortySix$inboundSchema` instead. */
5071
- const inboundSchema: z.ZodType<OneHundredAndFortySix, z.ZodTypeDef, unknown>;
5072
- /** @deprecated use `OneHundredAndFortySix$outboundSchema` instead. */
5073
- const outboundSchema: z.ZodType<OneHundredAndFortySix$Outbound, z.ZodTypeDef, OneHundredAndFortySix>;
5074
- /** @deprecated use `OneHundredAndFortySix$Outbound` instead. */
5075
- type Outbound = OneHundredAndFortySix$Outbound;
5142
+ export declare namespace OneHundredAndFortySeven$ {
5143
+ /** @deprecated use `OneHundredAndFortySeven$inboundSchema` instead. */
5144
+ const inboundSchema: z.ZodType<OneHundredAndFortySeven, z.ZodTypeDef, unknown>;
5145
+ /** @deprecated use `OneHundredAndFortySeven$outboundSchema` instead. */
5146
+ const outboundSchema: z.ZodType<OneHundredAndFortySeven$Outbound, z.ZodTypeDef, OneHundredAndFortySeven>;
5147
+ /** @deprecated use `OneHundredAndFortySeven$Outbound` instead. */
5148
+ type Outbound = OneHundredAndFortySeven$Outbound;
5076
5149
  }
5077
- export declare function oneHundredAndFortySixToJSON(oneHundredAndFortySix: OneHundredAndFortySix): string;
5078
- export declare function oneHundredAndFortySixFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortySix, SDKValidationError>;
5150
+ export declare function oneHundredAndFortySevenToJSON(oneHundredAndFortySeven: OneHundredAndFortySeven): string;
5151
+ export declare function oneHundredAndFortySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortySeven, SDKValidationError>;
5079
5152
  /** @internal */
5080
5153
  export declare const Prev$inboundSchema: z.ZodType<Prev, z.ZodTypeDef, unknown>;
5081
5154
  /** @internal */
@@ -5101,9 +5174,9 @@ export declare namespace Prev$ {
5101
5174
  export declare function prevToJSON(prev: Prev): string;
5102
5175
  export declare function prevFromJSON(jsonString: string): SafeParseResult<Prev, SDKValidationError>;
5103
5176
  /** @internal */
5104
- export declare const OneHundredAndFortyFive$inboundSchema: z.ZodType<OneHundredAndFortyFive, z.ZodTypeDef, unknown>;
5177
+ export declare const OneHundredAndFortySix$inboundSchema: z.ZodType<OneHundredAndFortySix, z.ZodTypeDef, unknown>;
5105
5178
  /** @internal */
5106
- export type OneHundredAndFortyFive$Outbound = {
5179
+ export type OneHundredAndFortySix$Outbound = {
5107
5180
  id: string;
5108
5181
  slug?: string | undefined;
5109
5182
  name?: string | undefined;
@@ -5111,6 +5184,30 @@ export type OneHundredAndFortyFive$Outbound = {
5111
5184
  prev: Prev$Outbound;
5112
5185
  };
5113
5186
  /** @internal */
5187
+ export declare const OneHundredAndFortySix$outboundSchema: z.ZodType<OneHundredAndFortySix$Outbound, z.ZodTypeDef, OneHundredAndFortySix>;
5188
+ /**
5189
+ * @internal
5190
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5191
+ */
5192
+ export declare namespace OneHundredAndFortySix$ {
5193
+ /** @deprecated use `OneHundredAndFortySix$inboundSchema` instead. */
5194
+ const inboundSchema: z.ZodType<OneHundredAndFortySix, z.ZodTypeDef, unknown>;
5195
+ /** @deprecated use `OneHundredAndFortySix$outboundSchema` instead. */
5196
+ const outboundSchema: z.ZodType<OneHundredAndFortySix$Outbound, z.ZodTypeDef, OneHundredAndFortySix>;
5197
+ /** @deprecated use `OneHundredAndFortySix$Outbound` instead. */
5198
+ type Outbound = OneHundredAndFortySix$Outbound;
5199
+ }
5200
+ export declare function oneHundredAndFortySixToJSON(oneHundredAndFortySix: OneHundredAndFortySix): string;
5201
+ export declare function oneHundredAndFortySixFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortySix, SDKValidationError>;
5202
+ /** @internal */
5203
+ export declare const OneHundredAndFortyFive$inboundSchema: z.ZodType<OneHundredAndFortyFive, z.ZodTypeDef, unknown>;
5204
+ /** @internal */
5205
+ export type OneHundredAndFortyFive$Outbound = {
5206
+ id: string;
5207
+ slug: string;
5208
+ name: string;
5209
+ };
5210
+ /** @internal */
5114
5211
  export declare const OneHundredAndFortyFive$outboundSchema: z.ZodType<OneHundredAndFortyFive$Outbound, z.ZodTypeDef, OneHundredAndFortyFive>;
5115
5212
  /**
5116
5213
  * @internal
@@ -5127,12 +5224,30 @@ export declare namespace OneHundredAndFortyFive$ {
5127
5224
  export declare function oneHundredAndFortyFiveToJSON(oneHundredAndFortyFive: OneHundredAndFortyFive): string;
5128
5225
  export declare function oneHundredAndFortyFiveFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyFive, SDKValidationError>;
5129
5226
  /** @internal */
5227
+ export declare const UserEventPayload144Action$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload144Action>;
5228
+ /** @internal */
5229
+ export declare const UserEventPayload144Action$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload144Action>;
5230
+ /**
5231
+ * @internal
5232
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5233
+ */
5234
+ export declare namespace UserEventPayload144Action$ {
5235
+ /** @deprecated use `UserEventPayload144Action$inboundSchema` instead. */
5236
+ const inboundSchema: z.ZodNativeEnum<{
5237
+ readonly Enable: "enable";
5238
+ readonly Disable: "disable";
5239
+ }>;
5240
+ /** @deprecated use `UserEventPayload144Action$outboundSchema` instead. */
5241
+ const outboundSchema: z.ZodNativeEnum<{
5242
+ readonly Enable: "enable";
5243
+ readonly Disable: "disable";
5244
+ }>;
5245
+ }
5246
+ /** @internal */
5130
5247
  export declare const OneHundredAndFortyFour$inboundSchema: z.ZodType<OneHundredAndFortyFour, z.ZodTypeDef, unknown>;
5131
5248
  /** @internal */
5132
5249
  export type OneHundredAndFortyFour$Outbound = {
5133
- id: string;
5134
- slug: string;
5135
- name: string;
5250
+ action: string;
5136
5251
  };
5137
5252
  /** @internal */
5138
5253
  export declare const OneHundredAndFortyFour$outboundSchema: z.ZodType<OneHundredAndFortyFour$Outbound, z.ZodTypeDef, OneHundredAndFortyFour>;
@@ -5151,30 +5266,12 @@ export declare namespace OneHundredAndFortyFour$ {
5151
5266
  export declare function oneHundredAndFortyFourToJSON(oneHundredAndFortyFour: OneHundredAndFortyFour): string;
5152
5267
  export declare function oneHundredAndFortyFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyFour, SDKValidationError>;
5153
5268
  /** @internal */
5154
- export declare const UserEventPayload143Action$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload143Action>;
5155
- /** @internal */
5156
- export declare const UserEventPayload143Action$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload143Action>;
5157
- /**
5158
- * @internal
5159
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5160
- */
5161
- export declare namespace UserEventPayload143Action$ {
5162
- /** @deprecated use `UserEventPayload143Action$inboundSchema` instead. */
5163
- const inboundSchema: z.ZodNativeEnum<{
5164
- readonly Enable: "enable";
5165
- readonly Disable: "disable";
5166
- }>;
5167
- /** @deprecated use `UserEventPayload143Action$outboundSchema` instead. */
5168
- const outboundSchema: z.ZodNativeEnum<{
5169
- readonly Enable: "enable";
5170
- readonly Disable: "disable";
5171
- }>;
5172
- }
5173
- /** @internal */
5174
5269
  export declare const OneHundredAndFortyThree$inboundSchema: z.ZodType<OneHundredAndFortyThree, z.ZodTypeDef, unknown>;
5175
5270
  /** @internal */
5176
5271
  export type OneHundredAndFortyThree$Outbound = {
5177
- action: string;
5272
+ edgeConfigId: string;
5273
+ edgeConfigSlug: string;
5274
+ edgeConfigTokenIds: Array<string>;
5178
5275
  };
5179
5276
  /** @internal */
5180
5277
  export declare const OneHundredAndFortyThree$outboundSchema: z.ZodType<OneHundredAndFortyThree$Outbound, z.ZodTypeDef, OneHundredAndFortyThree>;
@@ -5198,7 +5295,8 @@ export declare const OneHundredAndFortyTwo$inboundSchema: z.ZodType<OneHundredAn
5198
5295
  export type OneHundredAndFortyTwo$Outbound = {
5199
5296
  edgeConfigId: string;
5200
5297
  edgeConfigSlug: string;
5201
- edgeConfigTokenIds: Array<string>;
5298
+ edgeConfigTokenId: string;
5299
+ label: string;
5202
5300
  };
5203
5301
  /** @internal */
5204
5302
  export declare const OneHundredAndFortyTwo$outboundSchema: z.ZodType<OneHundredAndFortyTwo$Outbound, z.ZodTypeDef, OneHundredAndFortyTwo>;
@@ -5222,8 +5320,7 @@ export declare const OneHundredAndFortyOne$inboundSchema: z.ZodType<OneHundredAn
5222
5320
  export type OneHundredAndFortyOne$Outbound = {
5223
5321
  edgeConfigId: string;
5224
5322
  edgeConfigSlug: string;
5225
- edgeConfigTokenId: string;
5226
- label: string;
5323
+ edgeConfigDigest: string;
5227
5324
  };
5228
5325
  /** @internal */
5229
5326
  export declare const OneHundredAndFortyOne$outboundSchema: z.ZodType<OneHundredAndFortyOne$Outbound, z.ZodTypeDef, OneHundredAndFortyOne>;
@@ -5245,9 +5342,8 @@ export declare function oneHundredAndFortyOneFromJSON(jsonString: string): SafeP
5245
5342
  export declare const OneHundredAndForty$inboundSchema: z.ZodType<OneHundredAndForty, z.ZodTypeDef, unknown>;
5246
5343
  /** @internal */
5247
5344
  export type OneHundredAndForty$Outbound = {
5248
- edgeConfigId: string;
5249
- edgeConfigSlug: string;
5250
- edgeConfigDigest: string;
5345
+ projectName: string;
5346
+ urls: Array<string>;
5251
5347
  };
5252
5348
  /** @internal */
5253
5349
  export declare const OneHundredAndForty$outboundSchema: z.ZodType<OneHundredAndForty$Outbound, z.ZodTypeDef, OneHundredAndForty>;
@@ -6333,6 +6429,9 @@ export type OneHundredAndTwelve$Outbound = {
6333
6429
  role?: string | undefined;
6334
6430
  uid: string;
6335
6431
  origin?: string | undefined;
6432
+ teamRoles?: Array<string> | undefined;
6433
+ teamPermissions?: Array<string> | undefined;
6434
+ entitlements?: Array<string> | undefined;
6336
6435
  };
6337
6436
  /** @internal */
6338
6437
  export declare const OneHundredAndTwelve$outboundSchema: z.ZodType<OneHundredAndTwelve$Outbound, z.ZodTypeDef, OneHundredAndTwelve>;
@@ -10386,6 +10485,7 @@ export declare const PayloadTeamPermissions$outboundSchema: z.ZodNativeEnum<type
10386
10485
  export declare namespace PayloadTeamPermissions$ {
10387
10486
  /** @deprecated use `PayloadTeamPermissions$inboundSchema` instead. */
10388
10487
  const inboundSchema: z.ZodNativeEnum<{
10488
+ readonly IntegrationManager: "IntegrationManager";
10389
10489
  readonly CreateProject: "CreateProject";
10390
10490
  readonly FullProductionDeployment: "FullProductionDeployment";
10391
10491
  readonly UsageViewer: "UsageViewer";
@@ -10397,6 +10497,7 @@ export declare namespace PayloadTeamPermissions$ {
10397
10497
  }>;
10398
10498
  /** @deprecated use `PayloadTeamPermissions$outboundSchema` instead. */
10399
10499
  const outboundSchema: z.ZodNativeEnum<{
10500
+ readonly IntegrationManager: "IntegrationManager";
10400
10501
  readonly CreateProject: "CreateProject";
10401
10502
  readonly FullProductionDeployment: "FullProductionDeployment";
10402
10503
  readonly UsageViewer: "UsageViewer";
@@ -15401,7 +15502,7 @@ export declare function payload1FromJSON(jsonString: string): SafeParseResult<Pa
15401
15502
  /** @internal */
15402
15503
  export declare const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown>;
15403
15504
  /** @internal */
15404
- export type Payload$Outbound = SixtySix$Outbound | SixtyNine$Outbound | Seventy$Outbound | Forty$Outbound | FortyOne$Outbound | FiftyEight$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndFiftyEight$Outbound | Payload2$Outbound | FortyFive$Outbound | SixtyEight$Outbound | OneHundredAndOne$Outbound | OneHundredAndFortyOne$Outbound | Twelve$Outbound | Sixteen$Outbound | TwentyNine$Outbound | Thirty$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyNine$Outbound | FortyEight$Outbound | FortyNine$Outbound | Fifty$Outbound | FiftyThree$Outbound | FiftyNine$Outbound | Sixty$Outbound | SixtyOne$Outbound | SixtyThree$Outbound | SeventyFour$Outbound | SeventyEight$Outbound | EightyOne$Outbound | EightyTwo$Outbound | NinetyTwo$Outbound | OneHundredAndNine$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortyTwo$Outbound | OneHundredAndFortyFour$Outbound | OneHundredAndFortySeven$Outbound | OneHundredAndFiftyFive$Outbound | OneHundredAndFiftySix$Outbound | OneHundredAndFiftySeven$Outbound | Four$Outbound | Five$Outbound | Six$Outbound | Seventeen$Outbound | Eighteen$Outbound | TwentyThree$Outbound | TwentySeven$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound | ThirtySix$Outbound | FortyThree$Outbound | FortyFour$Outbound | FortySeven$Outbound | FiftyFour$Outbound | SixtyTwo$Outbound | SixtyFive$Outbound | SeventySeven$Outbound | EightyFive$Outbound | EightySix$Outbound | EightySeven$Outbound | EightyNine$Outbound | Ninety$Outbound | NinetyOne$Outbound | NinetyThree$Outbound | NinetyFour$Outbound | NinetySeven$Outbound | NinetyEight$Outbound | NinetyNine$Outbound | OneHundredAndFive$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentyOne$Outbound | OneHundredAndTwentyThree$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndFortyFive$Outbound | OneHundredAndFortySix$Outbound | OneHundredAndFortyEight$Outbound | OneHundredAndFifty$Outbound | OneHundredAndFiftyOne$Outbound | OneHundredAndFiftyTwo$Outbound | OneHundredAndFiftyFour$Outbound | Three$Outbound | Fifteen$Outbound | Twenty$Outbound | TwentyTwo$Outbound | TwentyFour$Outbound | TwentySix$Outbound | TwentyEight$Outbound | ThirtyThree$Outbound | ThirtySeven$Outbound | ThirtyEight$Outbound | FortyTwo$Outbound | FortySix$Outbound | FiftyOne$Outbound | FiftyTwo$Outbound | SeventyOne$Outbound | SeventyTwo$Outbound | SeventyThree$Outbound | SeventyFive$Outbound | SeventySix$Outbound | SeventyNine$Outbound | Eighty$Outbound | EightyThree$Outbound | EightyFour$Outbound | EightyEight$Outbound | NinetyFive$Outbound | NinetySix$Outbound | OneHundred$Outbound | OneHundredAndThree$Outbound | OneHundredAndFour$Outbound | OneHundredAndSix$Outbound | OneHundredAndSeven$Outbound | OneHundredAndEight$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndFortyThree$Outbound | OneHundredAndFortyNine$Outbound | OneHundredAndFiftyThree$Outbound | Payload1$Outbound | Seven$Outbound | Eight$Outbound | Nine$Outbound | Ten$Outbound | Eleven$Outbound | Thirteen$Outbound | Fourteen$Outbound | Nineteen$Outbound | TwentyOne$Outbound | TwentyFive$Outbound | FiftyFive$Outbound | FiftySix$Outbound | FiftySeven$Outbound | OneHundredAndTwo$Outbound | OneHundredAndTen$Outbound | OneHundredAndEleven$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndTwentySeven$Outbound;
15505
+ export type Payload$Outbound = SixtySix$Outbound | SixtyNine$Outbound | Seventy$Outbound | Forty$Outbound | FortyOne$Outbound | FiftyEight$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndSixtyOne$Outbound | Payload2$Outbound | FortyFive$Outbound | SixtyEight$Outbound | OneHundredAndOne$Outbound | OneHundredAndFortyTwo$Outbound | Twelve$Outbound | Sixteen$Outbound | TwentyNine$Outbound | Thirty$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyNine$Outbound | FortyEight$Outbound | FortyNine$Outbound | Fifty$Outbound | FiftyThree$Outbound | FiftyNine$Outbound | Sixty$Outbound | SixtyOne$Outbound | SixtyThree$Outbound | SeventyFour$Outbound | SeventyEight$Outbound | EightyOne$Outbound | EightyTwo$Outbound | NinetyTwo$Outbound | OneHundredAndNine$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortyThree$Outbound | OneHundredAndFortyFive$Outbound | OneHundredAndFortyEight$Outbound | OneHundredAndFiftyEight$Outbound | OneHundredAndFiftyNine$Outbound | OneHundredAndSixty$Outbound | Four$Outbound | Five$Outbound | Six$Outbound | Seventeen$Outbound | Eighteen$Outbound | TwentyThree$Outbound | TwentySeven$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound | ThirtySix$Outbound | FortyThree$Outbound | FortyFour$Outbound | FortySeven$Outbound | FiftyFour$Outbound | SixtyTwo$Outbound | SixtyFive$Outbound | SeventySeven$Outbound | EightyFive$Outbound | EightySix$Outbound | EightySeven$Outbound | EightyNine$Outbound | Ninety$Outbound | NinetyOne$Outbound | NinetyThree$Outbound | NinetyFour$Outbound | NinetySeven$Outbound | NinetyEight$Outbound | NinetyNine$Outbound | OneHundredAndFive$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentyOne$Outbound | OneHundredAndTwentyThree$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortySix$Outbound | OneHundredAndFortySeven$Outbound | OneHundredAndFortyNine$Outbound | OneHundredAndFiftyOne$Outbound | OneHundredAndFiftyTwo$Outbound | OneHundredAndFiftyThree$Outbound | OneHundredAndFiftyFive$Outbound | Three$Outbound | Fifteen$Outbound | Twenty$Outbound | TwentyTwo$Outbound | TwentyFour$Outbound | TwentySix$Outbound | TwentyEight$Outbound | ThirtyThree$Outbound | ThirtySeven$Outbound | ThirtyEight$Outbound | FortyTwo$Outbound | FortySix$Outbound | FiftyOne$Outbound | FiftyTwo$Outbound | SeventyOne$Outbound | SeventyTwo$Outbound | SeventyThree$Outbound | SeventyFive$Outbound | SeventySix$Outbound | SeventyNine$Outbound | Eighty$Outbound | EightyThree$Outbound | EightyFour$Outbound | EightyEight$Outbound | NinetyFive$Outbound | NinetySix$Outbound | OneHundred$Outbound | OneHundredAndThree$Outbound | OneHundredAndFour$Outbound | OneHundredAndSix$Outbound | OneHundredAndSeven$Outbound | OneHundredAndEight$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndFortyFour$Outbound | OneHundredAndFifty$Outbound | OneHundredAndFiftyFour$Outbound | OneHundredAndFiftySix$Outbound | OneHundredAndFiftySeven$Outbound | Payload1$Outbound | Seven$Outbound | Eight$Outbound | Nine$Outbound | Ten$Outbound | Eleven$Outbound | Thirteen$Outbound | Fourteen$Outbound | Nineteen$Outbound | TwentyOne$Outbound | TwentyFive$Outbound | FiftyFive$Outbound | FiftySix$Outbound | FiftySeven$Outbound | OneHundredAndTwo$Outbound | OneHundredAndTen$Outbound | OneHundredAndEleven$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndTwentySeven$Outbound;
15405
15506
  /** @internal */
15406
15507
  export declare const Payload$outboundSchema: z.ZodType<Payload$Outbound, z.ZodTypeDef, Payload>;
15407
15508
  /**
@@ -15432,7 +15533,7 @@ export type UserEvent$Outbound = {
15432
15533
  userId: string;
15433
15534
  principalId: string;
15434
15535
  viaIds?: Array<string> | undefined;
15435
- payload?: SixtySix$Outbound | SixtyNine$Outbound | Seventy$Outbound | Forty$Outbound | FortyOne$Outbound | FiftyEight$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndFiftyEight$Outbound | Payload2$Outbound | FortyFive$Outbound | SixtyEight$Outbound | OneHundredAndOne$Outbound | OneHundredAndFortyOne$Outbound | Twelve$Outbound | Sixteen$Outbound | TwentyNine$Outbound | Thirty$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyNine$Outbound | FortyEight$Outbound | FortyNine$Outbound | Fifty$Outbound | FiftyThree$Outbound | FiftyNine$Outbound | Sixty$Outbound | SixtyOne$Outbound | SixtyThree$Outbound | SeventyFour$Outbound | SeventyEight$Outbound | EightyOne$Outbound | EightyTwo$Outbound | NinetyTwo$Outbound | OneHundredAndNine$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortyTwo$Outbound | OneHundredAndFortyFour$Outbound | OneHundredAndFortySeven$Outbound | OneHundredAndFiftyFive$Outbound | OneHundredAndFiftySix$Outbound | OneHundredAndFiftySeven$Outbound | Four$Outbound | Five$Outbound | Six$Outbound | Seventeen$Outbound | Eighteen$Outbound | TwentyThree$Outbound | TwentySeven$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound | ThirtySix$Outbound | FortyThree$Outbound | FortyFour$Outbound | FortySeven$Outbound | FiftyFour$Outbound | SixtyTwo$Outbound | SixtyFive$Outbound | SeventySeven$Outbound | EightyFive$Outbound | EightySix$Outbound | EightySeven$Outbound | EightyNine$Outbound | Ninety$Outbound | NinetyOne$Outbound | NinetyThree$Outbound | NinetyFour$Outbound | NinetySeven$Outbound | NinetyEight$Outbound | NinetyNine$Outbound | OneHundredAndFive$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentyOne$Outbound | OneHundredAndTwentyThree$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndFortyFive$Outbound | OneHundredAndFortySix$Outbound | OneHundredAndFortyEight$Outbound | OneHundredAndFifty$Outbound | OneHundredAndFiftyOne$Outbound | OneHundredAndFiftyTwo$Outbound | OneHundredAndFiftyFour$Outbound | Three$Outbound | Fifteen$Outbound | Twenty$Outbound | TwentyTwo$Outbound | TwentyFour$Outbound | TwentySix$Outbound | TwentyEight$Outbound | ThirtyThree$Outbound | ThirtySeven$Outbound | ThirtyEight$Outbound | FortyTwo$Outbound | FortySix$Outbound | FiftyOne$Outbound | FiftyTwo$Outbound | SeventyOne$Outbound | SeventyTwo$Outbound | SeventyThree$Outbound | SeventyFive$Outbound | SeventySix$Outbound | SeventyNine$Outbound | Eighty$Outbound | EightyThree$Outbound | EightyFour$Outbound | EightyEight$Outbound | NinetyFive$Outbound | NinetySix$Outbound | OneHundred$Outbound | OneHundredAndThree$Outbound | OneHundredAndFour$Outbound | OneHundredAndSix$Outbound | OneHundredAndSeven$Outbound | OneHundredAndEight$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndFortyThree$Outbound | OneHundredAndFortyNine$Outbound | OneHundredAndFiftyThree$Outbound | Payload1$Outbound | Seven$Outbound | Eight$Outbound | Nine$Outbound | Ten$Outbound | Eleven$Outbound | Thirteen$Outbound | Fourteen$Outbound | Nineteen$Outbound | TwentyOne$Outbound | TwentyFive$Outbound | FiftyFive$Outbound | FiftySix$Outbound | FiftySeven$Outbound | OneHundredAndTwo$Outbound | OneHundredAndTen$Outbound | OneHundredAndEleven$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndTwentySeven$Outbound | undefined;
15536
+ payload?: SixtySix$Outbound | SixtyNine$Outbound | Seventy$Outbound | Forty$Outbound | FortyOne$Outbound | FiftyEight$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndSixtyOne$Outbound | Payload2$Outbound | FortyFive$Outbound | SixtyEight$Outbound | OneHundredAndOne$Outbound | OneHundredAndFortyTwo$Outbound | Twelve$Outbound | Sixteen$Outbound | TwentyNine$Outbound | Thirty$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyNine$Outbound | FortyEight$Outbound | FortyNine$Outbound | Fifty$Outbound | FiftyThree$Outbound | FiftyNine$Outbound | Sixty$Outbound | SixtyOne$Outbound | SixtyThree$Outbound | SeventyFour$Outbound | SeventyEight$Outbound | EightyOne$Outbound | EightyTwo$Outbound | NinetyTwo$Outbound | OneHundredAndNine$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortyThree$Outbound | OneHundredAndFortyFive$Outbound | OneHundredAndFortyEight$Outbound | OneHundredAndFiftyEight$Outbound | OneHundredAndFiftyNine$Outbound | OneHundredAndSixty$Outbound | Four$Outbound | Five$Outbound | Six$Outbound | Seventeen$Outbound | Eighteen$Outbound | TwentyThree$Outbound | TwentySeven$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound | ThirtySix$Outbound | FortyThree$Outbound | FortyFour$Outbound | FortySeven$Outbound | FiftyFour$Outbound | SixtyTwo$Outbound | SixtyFive$Outbound | SeventySeven$Outbound | EightyFive$Outbound | EightySix$Outbound | EightySeven$Outbound | EightyNine$Outbound | Ninety$Outbound | NinetyOne$Outbound | NinetyThree$Outbound | NinetyFour$Outbound | NinetySeven$Outbound | NinetyEight$Outbound | NinetyNine$Outbound | OneHundredAndFive$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentyOne$Outbound | OneHundredAndTwentyThree$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortySix$Outbound | OneHundredAndFortySeven$Outbound | OneHundredAndFortyNine$Outbound | OneHundredAndFiftyOne$Outbound | OneHundredAndFiftyTwo$Outbound | OneHundredAndFiftyThree$Outbound | OneHundredAndFiftyFive$Outbound | Three$Outbound | Fifteen$Outbound | Twenty$Outbound | TwentyTwo$Outbound | TwentyFour$Outbound | TwentySix$Outbound | TwentyEight$Outbound | ThirtyThree$Outbound | ThirtySeven$Outbound | ThirtyEight$Outbound | FortyTwo$Outbound | FortySix$Outbound | FiftyOne$Outbound | FiftyTwo$Outbound | SeventyOne$Outbound | SeventyTwo$Outbound | SeventyThree$Outbound | SeventyFive$Outbound | SeventySix$Outbound | SeventyNine$Outbound | Eighty$Outbound | EightyThree$Outbound | EightyFour$Outbound | EightyEight$Outbound | NinetyFive$Outbound | NinetySix$Outbound | OneHundred$Outbound | OneHundredAndThree$Outbound | OneHundredAndFour$Outbound | OneHundredAndSix$Outbound | OneHundredAndSeven$Outbound | OneHundredAndEight$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndFortyFour$Outbound | OneHundredAndFifty$Outbound | OneHundredAndFiftyFour$Outbound | OneHundredAndFiftySix$Outbound | OneHundredAndFiftySeven$Outbound | Payload1$Outbound | Seven$Outbound | Eight$Outbound | Nine$Outbound | Ten$Outbound | Eleven$Outbound | Thirteen$Outbound | Fourteen$Outbound | Nineteen$Outbound | TwentyOne$Outbound | TwentyFive$Outbound | FiftyFive$Outbound | FiftySix$Outbound | FiftySeven$Outbound | OneHundredAndTwo$Outbound | OneHundredAndTen$Outbound | OneHundredAndEleven$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndTwentySeven$Outbound | undefined;
15436
15537
  };
15437
15538
  /** @internal */
15438
15539
  export declare const UserEvent$outboundSchema: z.ZodType<UserEvent$Outbound, z.ZodTypeDef, UserEvent>;