@vercel/sdk 1.11.2 → 1.12.0

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 (257) hide show
  1. package/README.md +60 -59
  2. package/bin/mcp-server.js +4502 -3066
  3. package/bin/mcp-server.js.map +46 -40
  4. package/docs/sdks/deployments/README.md +8 -0
  5. package/docs/sdks/edgecache/README.md +169 -0
  6. package/docs/sdks/integrations/README.md +83 -0
  7. package/docs/sdks/projects/README.md +0 -2
  8. package/docs/sdks/vercel/README.md +0 -74
  9. package/esm/__tests__/deployments.test.js +1 -1
  10. package/esm/__tests__/deployments.test.js.map +1 -1
  11. package/esm/__tests__/domains.test.js +3 -12
  12. package/esm/__tests__/domains.test.js.map +1 -1
  13. package/esm/__tests__/integrations.test.js +28 -1
  14. package/esm/__tests__/integrations.test.js.map +1 -1
  15. package/esm/__tests__/logdrains.test.js +9 -0
  16. package/esm/__tests__/logdrains.test.js.map +1 -1
  17. package/esm/__tests__/rollingrelease.test.js +2 -6
  18. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  19. package/esm/__tests__/security.test.js +4 -4
  20. package/esm/__tests__/security.test.js.map +1 -1
  21. package/esm/__tests__/vercel.test.js +3 -27
  22. package/esm/__tests__/vercel.test.js.map +1 -1
  23. package/esm/funcs/deploymentsGetDeployments.js +1 -0
  24. package/esm/funcs/deploymentsGetDeployments.js.map +1 -1
  25. package/esm/funcs/edgeCacheDangerouslyDeleteByTags.d.ts +20 -0
  26. package/esm/funcs/edgeCacheDangerouslyDeleteByTags.d.ts.map +1 -0
  27. package/esm/funcs/edgeCacheDangerouslyDeleteByTags.js +91 -0
  28. package/esm/funcs/edgeCacheDangerouslyDeleteByTags.js.map +1 -0
  29. package/esm/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts → edgeCacheInvalidateByTags.d.ts} +9 -3
  30. package/esm/funcs/edgeCacheInvalidateByTags.d.ts.map +1 -0
  31. package/esm/funcs/edgeCacheInvalidateByTags.js +91 -0
  32. package/esm/funcs/edgeCacheInvalidateByTags.js.map +1 -0
  33. package/esm/funcs/integrationsGetBillingPlans.d.ts +20 -0
  34. package/esm/funcs/integrationsGetBillingPlans.d.ts.map +1 -0
  35. package/esm/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js → integrationsGetBillingPlans.js} +21 -9
  36. package/esm/funcs/integrationsGetBillingPlans.js.map +1 -0
  37. package/esm/funcs/marketplaceImportResource.js +2 -2
  38. package/esm/funcs/marketplaceImportResource.js.map +1 -1
  39. package/esm/funcs/marketplaceUpdateResourceSecrets.js +2 -2
  40. package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -1
  41. package/esm/funcs/marketplaceUpdateResourceSecretsById.js +2 -2
  42. package/esm/funcs/marketplaceUpdateResourceSecretsById.js.map +1 -1
  43. package/esm/funcs/projectsGetProjects.js +0 -1
  44. package/esm/funcs/projectsGetProjects.js.map +1 -1
  45. package/esm/lib/config.d.ts +3 -3
  46. package/esm/lib/config.js +3 -3
  47. package/esm/lib/url.js +1 -1
  48. package/esm/lib/url.js.map +1 -1
  49. package/esm/mcp-server/mcp-server.js +1 -1
  50. package/esm/mcp-server/server.d.ts.map +1 -1
  51. package/esm/mcp-server/server.js +7 -3
  52. package/esm/mcp-server/server.js.map +1 -1
  53. package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.d.ts +7 -0
  54. package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.d.ts.map +1 -0
  55. package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.js +27 -0
  56. package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.js.map +1 -0
  57. package/esm/mcp-server/tools/edgeCacheInvalidateByTags.d.ts +7 -0
  58. package/esm/mcp-server/tools/edgeCacheInvalidateByTags.d.ts.map +1 -0
  59. package/esm/mcp-server/tools/edgeCacheInvalidateByTags.js +27 -0
  60. package/esm/mcp-server/tools/edgeCacheInvalidateByTags.js.map +1 -0
  61. package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts +7 -0
  62. package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts.map +1 -0
  63. package/esm/mcp-server/tools/integrationsGetBillingPlans.js +28 -0
  64. package/esm/mcp-server/tools/integrationsGetBillingPlans.js.map +1 -0
  65. package/esm/models/approverollingreleasestageop.d.ts +15 -0
  66. package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
  67. package/esm/models/approverollingreleasestageop.js +6 -0
  68. package/esm/models/approverollingreleasestageop.js.map +1 -1
  69. package/esm/models/canceldeploymentop.d.ts +63 -50
  70. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  71. package/esm/models/canceldeploymentop.js +59 -54
  72. package/esm/models/canceldeploymentop.js.map +1 -1
  73. package/esm/models/completerollingreleaseop.d.ts +15 -0
  74. package/esm/models/completerollingreleaseop.d.ts.map +1 -1
  75. package/esm/models/completerollingreleaseop.js +6 -0
  76. package/esm/models/completerollingreleaseop.js.map +1 -1
  77. package/esm/models/createdeploymentop.d.ts +289 -144
  78. package/esm/models/createdeploymentop.d.ts.map +1 -1
  79. package/esm/models/createdeploymentop.js +259 -124
  80. package/esm/models/createdeploymentop.js.map +1 -1
  81. package/esm/models/createedgeconfigop.d.ts +2 -2
  82. package/esm/models/createedgeconfigop.d.ts.map +1 -1
  83. package/esm/models/createedgeconfigop.js +2 -2
  84. package/esm/models/createedgeconfigop.js.map +1 -1
  85. package/esm/models/createintegrationstoredirectop.d.ts +906 -308
  86. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  87. package/esm/models/createintegrationstoredirectop.js +1077 -371
  88. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  89. package/esm/models/createlogdrainop.d.ts +126 -4
  90. package/esm/models/createlogdrainop.d.ts.map +1 -1
  91. package/esm/models/createlogdrainop.js +129 -1
  92. package/esm/models/createlogdrainop.js.map +1 -1
  93. package/esm/models/createprojectop.d.ts +43 -30
  94. package/esm/models/createprojectop.d.ts.map +1 -1
  95. package/esm/models/createprojectop.js +24 -18
  96. package/esm/models/createprojectop.js.map +1 -1
  97. package/esm/models/dangerouslydeletebytagsop.d.ts +117 -0
  98. package/esm/models/dangerouslydeletebytagsop.d.ts.map +1 -0
  99. package/esm/models/dangerouslydeletebytagsop.js +117 -0
  100. package/esm/models/dangerouslydeletebytagsop.js.map +1 -0
  101. package/esm/models/getbillingplansop.d.ts +257 -0
  102. package/esm/models/getbillingplansop.d.ts.map +1 -0
  103. package/esm/models/getbillingplansop.js +244 -0
  104. package/esm/models/getbillingplansop.js.map +1 -0
  105. package/esm/models/getconfigurationop.d.ts +8 -8
  106. package/esm/models/getconfigurationop.d.ts.map +1 -1
  107. package/esm/models/getconfigurationop.js +12 -12
  108. package/esm/models/getconfigurationop.js.map +1 -1
  109. package/esm/models/getconfigurationproductsop.d.ts +909 -390
  110. package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
  111. package/esm/models/getconfigurationproductsop.js +1104 -471
  112. package/esm/models/getconfigurationproductsop.js.map +1 -1
  113. package/esm/models/getconfigurationsop.d.ts +3 -0
  114. package/esm/models/getconfigurationsop.d.ts.map +1 -1
  115. package/esm/models/getconfigurationsop.js +1 -0
  116. package/esm/models/getconfigurationsop.js.map +1 -1
  117. package/esm/models/getdeploymentop.d.ts +33 -20
  118. package/esm/models/getdeploymentop.d.ts.map +1 -1
  119. package/esm/models/getdeploymentop.js +25 -20
  120. package/esm/models/getdeploymentop.js.map +1 -1
  121. package/esm/models/getdeploymentsop.d.ts +8 -0
  122. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  123. package/esm/models/getdeploymentsop.js +3 -0
  124. package/esm/models/getdeploymentsop.js.map +1 -1
  125. package/esm/models/getedgeconfigop.d.ts +2 -2
  126. package/esm/models/getedgeconfigop.d.ts.map +1 -1
  127. package/esm/models/getedgeconfigop.js +2 -2
  128. package/esm/models/getedgeconfigop.js.map +1 -1
  129. package/esm/models/getintegrationlogdrainsop.d.ts +125 -0
  130. package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
  131. package/esm/models/getintegrationlogdrainsop.js +130 -0
  132. package/esm/models/getintegrationlogdrainsop.js.map +1 -1
  133. package/esm/models/getprojectsop.d.ts +206 -178
  134. package/esm/models/getprojectsop.d.ts.map +1 -1
  135. package/esm/models/getprojectsop.js +207 -166
  136. package/esm/models/getprojectsop.js.map +1 -1
  137. package/esm/models/getrollingreleaseconfigop.d.ts +5 -0
  138. package/esm/models/getrollingreleaseconfigop.d.ts.map +1 -1
  139. package/esm/models/getrollingreleaseconfigop.js +2 -0
  140. package/esm/models/getrollingreleaseconfigop.js.map +1 -1
  141. package/esm/models/getrollingreleaseop.d.ts +15 -0
  142. package/esm/models/getrollingreleaseop.d.ts.map +1 -1
  143. package/esm/models/getrollingreleaseop.js +6 -0
  144. package/esm/models/getrollingreleaseop.js.map +1 -1
  145. package/esm/models/getwebhooksop.d.ts +3 -0
  146. package/esm/models/getwebhooksop.d.ts.map +1 -1
  147. package/esm/models/getwebhooksop.js +1 -0
  148. package/esm/models/getwebhooksop.js.map +1 -1
  149. package/esm/models/importresourceop.d.ts +15 -15
  150. package/esm/models/importresourceop.d.ts.map +1 -1
  151. package/esm/models/importresourceop.js +17 -15
  152. package/esm/models/importresourceop.js.map +1 -1
  153. package/esm/models/invalidatebytagsop.d.ts +115 -0
  154. package/esm/models/invalidatebytagsop.d.ts.map +1 -0
  155. package/esm/models/invalidatebytagsop.js +116 -0
  156. package/esm/models/invalidatebytagsop.js.map +1 -0
  157. package/esm/models/updateedgeconfigop.d.ts +2 -2
  158. package/esm/models/updateedgeconfigop.d.ts.map +1 -1
  159. package/esm/models/updateedgeconfigop.js +2 -2
  160. package/esm/models/updateedgeconfigop.js.map +1 -1
  161. package/esm/models/updateprojectdatacacheop.d.ts +10 -0
  162. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  163. package/esm/models/updateprojectdatacacheop.js +5 -0
  164. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  165. package/esm/models/updateprojectop.d.ts +149 -136
  166. package/esm/models/updateprojectop.d.ts.map +1 -1
  167. package/esm/models/updateprojectop.js +146 -140
  168. package/esm/models/updateprojectop.js.map +1 -1
  169. package/esm/models/updaterollingreleaseconfigop.d.ts +5 -0
  170. package/esm/models/updaterollingreleaseconfigop.d.ts.map +1 -1
  171. package/esm/models/updaterollingreleaseconfigop.js +2 -0
  172. package/esm/models/updaterollingreleaseconfigop.js.map +1 -1
  173. package/esm/models/userevent.d.ts +1300 -1049
  174. package/esm/models/userevent.d.ts.map +1 -1
  175. package/esm/models/userevent.js +1654 -1406
  176. package/esm/models/userevent.js.map +1 -1
  177. package/esm/sdk/edgecache.d.ts +20 -0
  178. package/esm/sdk/edgecache.d.ts.map +1 -0
  179. package/esm/sdk/edgecache.js +28 -0
  180. package/esm/sdk/edgecache.js.map +1 -0
  181. package/esm/sdk/integrations.d.ts +8 -0
  182. package/esm/sdk/integrations.d.ts.map +1 -1
  183. package/esm/sdk/integrations.js +10 -0
  184. package/esm/sdk/integrations.js.map +1 -1
  185. package/esm/sdk/sdk.d.ts +4 -3
  186. package/esm/sdk/sdk.d.ts.map +1 -1
  187. package/esm/sdk/sdk.js +4 -5
  188. package/esm/sdk/sdk.js.map +1 -1
  189. package/examples/package-lock.json +1 -1
  190. package/jsr.json +1 -1
  191. package/package.json +1 -1
  192. package/src/__tests__/deployments.test.ts +1 -1
  193. package/src/__tests__/domains.test.ts +3 -12
  194. package/src/__tests__/integrations.test.ts +32 -1
  195. package/src/__tests__/logdrains.test.ts +9 -0
  196. package/src/__tests__/rollingrelease.test.ts +2 -6
  197. package/src/__tests__/security.test.ts +4 -4
  198. package/src/__tests__/vercel.test.ts +4 -33
  199. package/src/funcs/deploymentsGetDeployments.ts +1 -0
  200. package/src/funcs/edgeCacheDangerouslyDeleteByTags.ts +199 -0
  201. package/src/funcs/edgeCacheInvalidateByTags.ts +199 -0
  202. package/src/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts → integrationsGetBillingPlans.ts} +30 -24
  203. package/src/funcs/marketplaceImportResource.ts +2 -2
  204. package/src/funcs/marketplaceUpdateResourceSecrets.ts +2 -2
  205. package/src/funcs/marketplaceUpdateResourceSecretsById.ts +2 -2
  206. package/src/funcs/projectsGetProjects.ts +0 -1
  207. package/src/lib/config.ts +3 -3
  208. package/src/lib/url.ts +1 -1
  209. package/src/mcp-server/mcp-server.ts +1 -1
  210. package/src/mcp-server/server.ts +7 -5
  211. package/src/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.ts +37 -0
  212. package/src/mcp-server/tools/edgeCacheInvalidateByTags.ts +35 -0
  213. package/src/mcp-server/tools/integrationsGetBillingPlans.ts +37 -0
  214. package/src/models/approverollingreleasestageop.ts +21 -0
  215. package/src/models/canceldeploymentop.ts +127 -104
  216. package/src/models/completerollingreleaseop.ts +21 -0
  217. package/src/models/createdeploymentop.ts +532 -226
  218. package/src/models/createedgeconfigop.ts +4 -4
  219. package/src/models/createintegrationstoredirectop.ts +2459 -673
  220. package/src/models/createlogdrainop.ts +260 -2
  221. package/src/models/createprojectop.ts +43 -30
  222. package/src/models/dangerouslydeletebytagsop.ts +249 -0
  223. package/src/models/getbillingplansop.ts +508 -0
  224. package/src/models/getconfigurationop.ts +20 -15
  225. package/src/models/getconfigurationproductsop.ts +2433 -838
  226. package/src/models/getconfigurationsop.ts +1 -0
  227. package/src/models/getdeploymentop.ts +63 -48
  228. package/src/models/getdeploymentsop.ts +8 -0
  229. package/src/models/getedgeconfigop.ts +4 -4
  230. package/src/models/getintegrationlogdrainsop.ts +237 -0
  231. package/src/models/getprojectsop.ts +434 -336
  232. package/src/models/getrollingreleaseconfigop.ts +7 -0
  233. package/src/models/getrollingreleaseop.ts +21 -0
  234. package/src/models/getwebhooksop.ts +1 -0
  235. package/src/models/importresourceop.ts +27 -29
  236. package/src/models/invalidatebytagsop.ts +227 -0
  237. package/src/models/updateedgeconfigop.ts +4 -4
  238. package/src/models/updateprojectdatacacheop.ts +12 -0
  239. package/src/models/updateprojectop.ts +299 -286
  240. package/src/models/updaterollingreleaseconfigop.ts +7 -0
  241. package/src/models/userevent.ts +3017 -2473
  242. package/src/sdk/edgecache.ts +46 -0
  243. package/src/sdk/integrations.ts +22 -0
  244. package/src/sdk/sdk.ts +7 -23
  245. package/vercel-spec.json +3578 -2444
  246. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
  247. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
  248. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -7
  249. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
  250. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +0 -26
  251. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
  252. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts +0 -247
  253. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts.map +0 -1
  254. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js +0 -246
  255. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js.map +0 -1
  256. package/src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +0 -41
  257. package/src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts +0 -575
@@ -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 OneHundredAndSixtyTwo = {
143
+ export type OneHundredAndSixtyFour = {
144
144
  grantType: GrantType;
145
145
  appName: string;
146
146
  /**
@@ -154,11 +154,11 @@ export type OneHundredAndSixtyTwo = {
154
154
  scope: string;
155
155
  authMethod: AuthMethod;
156
156
  };
157
- export type UserEventPayload161Team = {
157
+ export type UserEventPayload163Team = {
158
158
  id: string;
159
159
  name: string;
160
160
  };
161
- export type UserEventPayload161Configuration = {
161
+ export type UserEventPayload163Configuration = {
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 OneHundredAndSixtyOne = {
173
- team: UserEventPayload161Team;
174
- configuration: UserEventPayload161Configuration;
172
+ export type OneHundredAndSixtyThree = {
173
+ team: UserEventPayload163Team;
174
+ configuration: UserEventPayload163Configuration;
175
175
  peering: UserEventPayloadPeering;
176
176
  newName?: string | undefined;
177
177
  };
178
- export type UserEventPayload160Team = {
178
+ export type UserEventPayload162Team = {
179
179
  id: string;
180
180
  name: string;
181
181
  };
182
- export type UserEventPayload160Configuration = {
182
+ export type UserEventPayload162Configuration = {
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 OneHundredAndSixty = {
194
- team: UserEventPayload160Team;
195
- configuration: UserEventPayload160Configuration;
193
+ export type OneHundredAndSixtyTwo = {
194
+ team: UserEventPayload162Team;
195
+ configuration: UserEventPayload162Configuration;
196
196
  peering: PayloadPeering;
197
197
  };
198
- export type UserEventPayload159Team = {
198
+ export type UserEventPayload161Team = {
199
199
  id: string;
200
200
  name: string;
201
201
  };
202
- export type UserEventPayload159Configuration = {
202
+ export type UserEventPayload161Configuration = {
203
203
  id: string;
204
204
  name?: string | undefined;
205
205
  };
@@ -212,15 +212,15 @@ export type Peering = {
212
212
  /**
213
213
  * The payload of the event, if requested.
214
214
  */
215
- export type OneHundredAndFiftyNine = {
216
- team: UserEventPayload159Team;
217
- configuration: UserEventPayload159Configuration;
215
+ export type OneHundredAndSixtyOne = {
216
+ team: UserEventPayload161Team;
217
+ configuration: UserEventPayload161Configuration;
218
218
  peering: Peering;
219
219
  };
220
220
  /**
221
221
  * The payload of the event, if requested.
222
222
  */
223
- export type OneHundredAndFiftyEight = {
223
+ export type OneHundredAndSixty = {
224
224
  appName: string;
225
225
  appId?: string | undefined;
226
226
  installationId?: string | undefined;
@@ -228,41 +228,41 @@ export type OneHundredAndFiftyEight = {
228
228
  /**
229
229
  * The payload of the event, if requested.
230
230
  */
231
- export type OneHundredAndFiftySeven = {
231
+ export type OneHundredAndFiftyNine = {
232
232
  appName: string;
233
233
  appId?: string | undefined;
234
234
  };
235
235
  /**
236
236
  * The payload of the event, if requested.
237
237
  */
238
- export type OneHundredAndFiftySix = {
238
+ export type OneHundredAndFiftyEight = {
239
239
  appName: string;
240
240
  appId: string;
241
241
  };
242
242
  /**
243
243
  * The payload of the event, if requested.
244
244
  */
245
- export type OneHundredAndFiftyFive = {
245
+ export type OneHundredAndFiftySeven = {
246
246
  appName: string;
247
247
  };
248
248
  /**
249
249
  * The payload of the event, if requested.
250
250
  */
251
- export type OneHundredAndFiftyFour = {
251
+ export type OneHundredAndFiftySix = {
252
252
  appName: string;
253
253
  nextScopes: Array<string>;
254
254
  };
255
255
  /**
256
256
  * The payload of the event, if requested.
257
257
  */
258
- export type OneHundredAndFiftyThree = {
258
+ export type OneHundredAndFiftyFive = {
259
259
  appName: string;
260
260
  scopes: Array<string>;
261
261
  };
262
262
  /**
263
263
  * The payload of the event, if requested.
264
264
  */
265
- export type OneHundredAndFiftyTwo = {
265
+ export type OneHundredAndFiftyFour = {
266
266
  oldName: string;
267
267
  newName: string;
268
268
  };
@@ -274,7 +274,7 @@ export type Tier = ClosedEnum<typeof Tier>;
274
274
  /**
275
275
  * The payload of the event, if requested.
276
276
  */
277
- export type OneHundredAndFiftyOne = {
277
+ export type OneHundredAndFiftyThree = {
278
278
  tier: Tier;
279
279
  };
280
280
  export type ProjectWebAnalytics = {
@@ -294,7 +294,7 @@ export type PrevProjectWebAnalytics = {
294
294
  /**
295
295
  * The payload of the event, if requested.
296
296
  */
297
- export type OneHundredAndFifty = {
297
+ export type OneHundredAndFiftyTwo = {
298
298
  projectId: string;
299
299
  projectName: string;
300
300
  projectWebAnalytics?: ProjectWebAnalytics | undefined;
@@ -332,7 +332,7 @@ export type Microfrontends1 = {
332
332
  routeObservabilityToThisProject?: boolean | undefined;
333
333
  };
334
334
  export type Microfrontends = Microfrontends1 | Microfrontends2;
335
- export type UserEventPayload149Project = {
335
+ export type UserEventPayload151Project = {
336
336
  id: string;
337
337
  name: string;
338
338
  microfrontends?: Microfrontends1 | Microfrontends2 | undefined;
@@ -369,11 +369,11 @@ export type UserEventMicrofrontends1 = {
369
369
  routeObservabilityToThisProject?: boolean | undefined;
370
370
  };
371
371
  export type PayloadMicrofrontends = UserEventMicrofrontends1 | UserEventMicrofrontends2;
372
- export type UserEventPayload149PrevProject = {
372
+ export type UserEventPayload151PrevProject = {
373
373
  microfrontends?: UserEventMicrofrontends1 | UserEventMicrofrontends2 | undefined;
374
374
  };
375
375
  export type PayloadPrev = {
376
- project: UserEventPayload149PrevProject;
376
+ project: UserEventPayload151PrevProject;
377
377
  };
378
378
  export type PayloadGroup = {
379
379
  id: string;
@@ -383,12 +383,12 @@ export type PayloadGroup = {
383
383
  /**
384
384
  * The payload of the event, if requested.
385
385
  */
386
- export type OneHundredAndFortyNine = {
387
- project: UserEventPayload149Project;
386
+ export type OneHundredAndFiftyOne = {
387
+ project: UserEventPayload151Project;
388
388
  prev: PayloadPrev;
389
389
  group: PayloadGroup;
390
390
  };
391
- export type UserEventPayload148Project = {
391
+ export type UserEventPayload150Project = {
392
392
  id: string;
393
393
  name: string;
394
394
  };
@@ -400,48 +400,50 @@ export type Group = {
400
400
  /**
401
401
  * The payload of the event, if requested.
402
402
  */
403
- export type OneHundredAndFortyEight = {
404
- project: UserEventPayload148Project;
403
+ export type OneHundredAndFifty = {
404
+ project: UserEventPayload150Project;
405
405
  group: Group;
406
406
  };
407
407
  export type Prev = {
408
408
  name: string;
409
409
  slug: string;
410
410
  fallbackEnvironment: string;
411
+ enableMfeAliases?: boolean | undefined;
411
412
  };
412
413
  /**
413
414
  * The payload of the event, if requested.
414
415
  */
415
- export type OneHundredAndFortySeven = {
416
+ export type OneHundredAndFortyNine = {
416
417
  id: string;
417
418
  slug?: string | undefined;
418
419
  name?: string | undefined;
419
420
  fallbackEnvironment?: string | undefined;
421
+ enableMfeAliases?: boolean | undefined;
420
422
  prev: Prev;
421
423
  };
422
424
  /**
423
425
  * The payload of the event, if requested.
424
426
  */
425
- export type OneHundredAndFortySix = {
427
+ export type OneHundredAndFortyEight = {
426
428
  id: string;
427
429
  slug: string;
428
430
  name: string;
429
431
  };
430
- export declare const UserEventPayload145Action: {
432
+ export declare const UserEventPayload147Action: {
431
433
  readonly Enable: "enable";
432
434
  readonly Disable: "disable";
433
435
  };
434
- export type UserEventPayload145Action = ClosedEnum<typeof UserEventPayload145Action>;
436
+ export type UserEventPayload147Action = ClosedEnum<typeof UserEventPayload147Action>;
435
437
  /**
436
438
  * The payload of the event, if requested.
437
439
  */
438
- export type OneHundredAndFortyFive = {
439
- action: UserEventPayload145Action;
440
+ export type OneHundredAndFortySeven = {
441
+ action: UserEventPayload147Action;
440
442
  };
441
443
  /**
442
444
  * The payload of the event, if requested.
443
445
  */
444
- export type OneHundredAndFortyFour = {
446
+ export type OneHundredAndFortySix = {
445
447
  edgeConfigId: string;
446
448
  edgeConfigSlug: string;
447
449
  /**
@@ -452,7 +454,7 @@ export type OneHundredAndFortyFour = {
452
454
  /**
453
455
  * The payload of the event, if requested.
454
456
  */
455
- export type OneHundredAndFortyThree = {
457
+ export type OneHundredAndFortyFive = {
456
458
  edgeConfigId: string;
457
459
  edgeConfigSlug: string;
458
460
  edgeConfigTokenId: string;
@@ -461,7 +463,7 @@ export type OneHundredAndFortyThree = {
461
463
  /**
462
464
  * The payload of the event, if requested.
463
465
  */
464
- export type OneHundredAndFortyTwo = {
466
+ export type OneHundredAndFortyFour = {
465
467
  edgeConfigId: string;
466
468
  edgeConfigSlug: string;
467
469
  edgeConfigDigest: string;
@@ -469,27 +471,27 @@ export type OneHundredAndFortyTwo = {
469
471
  /**
470
472
  * The payload of the event, if requested.
471
473
  */
472
- export type OneHundredAndFortyOne = {
474
+ export type OneHundredAndFortyThree = {
473
475
  projectName: string;
474
476
  urls: Array<string>;
475
477
  };
476
478
  /**
477
479
  * The payload of the event, if requested.
478
480
  */
479
- export type OneHundredAndForty = {
481
+ export type OneHundredAndFortyTwo = {
480
482
  projectName: string;
481
483
  tags: Array<string>;
482
484
  target?: string | undefined;
483
485
  };
484
- export declare const UserEventPayload139Role: {
486
+ export declare const UserEventPayload141Role: {
485
487
  readonly Admin: "ADMIN";
486
488
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
487
489
  readonly ProjectViewer: "PROJECT_VIEWER";
488
490
  };
489
- export type UserEventPayload139Role = ClosedEnum<typeof UserEventPayload139Role>;
490
- export type UserEventPayload139Project = {
491
+ export type UserEventPayload141Role = ClosedEnum<typeof UserEventPayload141Role>;
492
+ export type UserEventPayload141Project = {
491
493
  name: string;
492
- role: UserEventPayload139Role;
494
+ role: UserEventPayload141Role;
493
495
  invitedUserName: string;
494
496
  id?: string | undefined;
495
497
  invitedUserId?: string | undefined;
@@ -497,19 +499,19 @@ export type UserEventPayload139Project = {
497
499
  /**
498
500
  * The payload of the event, if requested.
499
501
  */
500
- export type OneHundredAndThirtyNine = {
501
- project: UserEventPayload139Project;
502
+ export type OneHundredAndFortyOne = {
503
+ project: UserEventPayload141Project;
502
504
  };
503
- export type UserEventPayload138Project = {
505
+ export type UserEventPayload140Project = {
504
506
  id: string;
505
507
  name: string;
506
508
  };
507
- export declare const UserEventPayload138Role: {
509
+ export declare const UserEventPayload140Role: {
508
510
  readonly Admin: "ADMIN";
509
511
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
510
512
  readonly ProjectViewer: "PROJECT_VIEWER";
511
513
  };
512
- export type UserEventPayload138Role = ClosedEnum<typeof UserEventPayload138Role>;
514
+ export type UserEventPayload140Role = ClosedEnum<typeof UserEventPayload140Role>;
513
515
  export declare const PayloadPreviousRole: {
514
516
  readonly Admin: "ADMIN";
515
517
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
@@ -517,7 +519,7 @@ export declare const PayloadPreviousRole: {
517
519
  };
518
520
  export type PayloadPreviousRole = ClosedEnum<typeof PayloadPreviousRole>;
519
521
  export type PayloadProjectMembership = {
520
- role?: UserEventPayload138Role | undefined;
522
+ role?: UserEventPayload140Role | undefined;
521
523
  uid?: string | undefined;
522
524
  createdAt?: number | undefined;
523
525
  username?: string | undefined;
@@ -526,11 +528,11 @@ export type PayloadProjectMembership = {
526
528
  /**
527
529
  * The payload of the event, if requested.
528
530
  */
529
- export type OneHundredAndThirtyEight = {
530
- project: UserEventPayload138Project;
531
+ export type OneHundredAndForty = {
532
+ project: UserEventPayload140Project;
531
533
  projectMembership: PayloadProjectMembership;
532
534
  };
533
- export type UserEventPayload137Project = {
535
+ export type UserEventPayload139Project = {
534
536
  name: string;
535
537
  id?: string | undefined;
536
538
  };
@@ -549,11 +551,11 @@ export type RemovedMembership = {
549
551
  /**
550
552
  * The payload of the event, if requested.
551
553
  */
552
- export type OneHundredAndThirtySeven = {
553
- project: UserEventPayload137Project;
554
+ export type OneHundredAndThirtyNine = {
555
+ project: UserEventPayload139Project;
554
556
  removedMembership: RemovedMembership;
555
557
  };
556
- export type UserEventPayload136Project = {
558
+ export type UserEventPayload138Project = {
557
559
  name: string;
558
560
  id?: string | undefined;
559
561
  };
@@ -572,14 +574,14 @@ export type ProjectMembership = {
572
574
  /**
573
575
  * The payload of the event, if requested.
574
576
  */
575
- export type OneHundredAndThirtySix = {
576
- project: UserEventPayload136Project;
577
+ export type OneHundredAndThirtyEight = {
578
+ project: UserEventPayload138Project;
577
579
  projectMembership: ProjectMembership | null;
578
580
  };
579
581
  /**
580
582
  * The payload of the event, if requested.
581
583
  */
582
- export type OneHundredAndThirtyFive = {
584
+ export type OneHundredAndThirtySeven = {
583
585
  previousProjectName: string;
584
586
  newProjectName: string;
585
587
  originAccountName: string;
@@ -588,7 +590,7 @@ export type OneHundredAndThirtyFive = {
588
590
  /**
589
591
  * The payload of the event, if requested.
590
592
  */
591
- export type OneHundredAndThirtyFour = {
593
+ export type OneHundredAndThirtySix = {
592
594
  previousProjectName: string;
593
595
  newProjectName: string;
594
596
  destinationAccountName: string;
@@ -597,7 +599,7 @@ export type OneHundredAndThirtyFour = {
597
599
  /**
598
600
  * The payload of the event, if requested.
599
601
  */
600
- export type OneHundredAndThirtyThree = {
602
+ export type OneHundredAndThirtyFive = {
601
603
  projectName: string;
602
604
  destinationAccountName: string | null;
603
605
  transferId?: string | undefined;
@@ -605,7 +607,7 @@ export type OneHundredAndThirtyThree = {
605
607
  /**
606
608
  * The payload of the event, if requested.
607
609
  */
608
- export type OneHundredAndThirtyTwo = {
610
+ export type OneHundredAndThirtyFour = {
609
611
  projectId: string;
610
612
  projectName: string;
611
613
  originAccountName: string;
@@ -616,7 +618,7 @@ export type OneHundredAndThirtyTwo = {
616
618
  /**
617
619
  * The payload of the event, if requested.
618
620
  */
619
- export type OneHundredAndThirtyOne = {
621
+ export type OneHundredAndThirtyThree = {
620
622
  requestedTeamName: string;
621
623
  requestedUserName?: string | undefined;
622
624
  gitUsername?: string | undefined;
@@ -627,7 +629,7 @@ export type OneHundredAndThirtyOne = {
627
629
  /**
628
630
  * The payload of the event, if requested.
629
631
  */
630
- export type OneHundredAndThirty = {
632
+ export type OneHundredAndThirtyTwo = {
631
633
  teamName: string;
632
634
  username?: string | undefined;
633
635
  gitUsername?: string | null | undefined;
@@ -638,7 +640,7 @@ export type OneHundredAndThirty = {
638
640
  /**
639
641
  * The payload of the event, if requested.
640
642
  */
641
- export type OneHundredAndTwentyNine = {
643
+ export type OneHundredAndThirtyOne = {
642
644
  teamName: string;
643
645
  username?: string | undefined;
644
646
  gitUsername?: string | undefined;
@@ -651,21 +653,21 @@ export type OneHundredAndTwentyNine = {
651
653
  /**
652
654
  * The payload of the event, if requested.
653
655
  */
654
- export type OneHundredAndTwentyEight = {
656
+ export type OneHundredAndThirty = {
655
657
  price?: number | undefined;
656
658
  currency?: string | undefined;
657
659
  };
658
660
  /**
659
661
  * The payload of the event, if requested.
660
662
  */
661
- export type OneHundredAndTwentySeven = {
663
+ export type OneHundredAndTwentyNine = {
662
664
  previewDeploymentSuffix?: string | null | undefined;
663
665
  previousPreviewDeploymentSuffix?: string | null | undefined;
664
666
  };
665
667
  /**
666
668
  * The payload of the event, if requested.
667
669
  */
668
- export type OneHundredAndTwentySix = {
670
+ export type OneHundredAndTwentyEight = {
669
671
  price?: number | undefined;
670
672
  currency?: string | undefined;
671
673
  enabled?: boolean | undefined;
@@ -673,43 +675,43 @@ export type OneHundredAndTwentySix = {
673
675
  /**
674
676
  * The payload of the event, if requested.
675
677
  */
676
- export type OneHundredAndTwentyFive = {
678
+ export type OneHundredAndTwentySeven = {
677
679
  username: string;
678
680
  };
679
681
  /**
680
682
  * The payload of the event, if requested.
681
683
  */
682
- export type OneHundredAndTwentyFour = {
684
+ export type OneHundredAndTwentySix = {
683
685
  email: string;
684
686
  prevEmail: string;
685
687
  };
686
688
  /**
687
689
  * The payload of the event, if requested.
688
690
  */
689
- export type OneHundredAndTwentyThree = {
691
+ export type OneHundredAndTwentyFive = {
690
692
  mfaEnabled: boolean;
691
693
  };
692
694
  /**
693
695
  * The payload of the event, if requested.
694
696
  */
695
- export type OneHundredAndTwentyTwo = {
697
+ export type OneHundredAndTwentyFour = {
696
698
  enabled: boolean;
697
699
  totpVerified: boolean;
698
700
  };
699
- export type Previous = {
701
+ export type PayloadPrevious = {
700
702
  enabled: boolean;
701
703
  totpVerified: boolean;
702
704
  };
703
- export type Next = {
705
+ export type PayloadNext = {
704
706
  enabled: boolean;
705
707
  totpVerified: boolean;
706
708
  };
707
709
  /**
708
710
  * The payload of the event, if requested.
709
711
  */
710
- export type OneHundredAndTwentyOne = {
711
- previous: Previous;
712
- next: Next;
712
+ export type OneHundredAndTwentyThree = {
713
+ previous: PayloadPrevious;
714
+ next: PayloadNext;
713
715
  };
714
716
  /**
715
717
  * Represents configuration for remote caching
@@ -720,7 +722,7 @@ export type PayloadRemoteCaching = {
720
722
  /**
721
723
  * The payload of the event, if requested.
722
724
  */
723
- export type OneHundredAndTwenty = {
725
+ export type OneHundredAndTwentyTwo = {
724
726
  /**
725
727
  * Represents configuration for remote caching
726
728
  */
@@ -729,31 +731,31 @@ export type OneHundredAndTwenty = {
729
731
  /**
730
732
  * The payload of the event, if requested.
731
733
  */
732
- export type OneHundredAndNineteen = {
734
+ export type OneHundredAndTwentyOne = {
733
735
  slug?: string | undefined;
734
736
  };
735
737
  /**
736
738
  * The payload of the event, if requested.
737
739
  */
738
- export type OneHundredAndEighteen = {
740
+ export type OneHundredAndTwenty = {
739
741
  name?: string | undefined;
740
742
  };
741
743
  /**
742
744
  * The payload of the event, if requested.
743
745
  */
744
- export type OneHundredAndSeventeen = {
746
+ export type OneHundredAndNineteen = {
745
747
  enforced: boolean;
746
748
  };
747
- export type UserEventPayload116User = {
749
+ export type UserEventPayload118User = {
748
750
  id: string;
749
751
  username: string;
750
752
  };
751
753
  /**
752
754
  * The payload of the event, if requested.
753
755
  */
754
- export type OneHundredAndSixteen = {
756
+ export type OneHundredAndEighteen = {
755
757
  entitlement: string;
756
- user: UserEventPayload116User;
758
+ user: UserEventPayload118User;
757
759
  previousCanceledAt?: string | undefined;
758
760
  };
759
761
  export type UserEventPayloadUser = {
@@ -763,7 +765,7 @@ export type UserEventPayloadUser = {
763
765
  /**
764
766
  * The payload of the event, if requested.
765
767
  */
766
- export type OneHundredAndFifteen = {
768
+ export type OneHundredAndSeventeen = {
767
769
  entitlement: string;
768
770
  user: UserEventPayloadUser;
769
771
  };
@@ -774,7 +776,7 @@ export type UpdatedUser = {
774
776
  /**
775
777
  * The payload of the event, if requested.
776
778
  */
777
- export type OneHundredAndFourteen = {
779
+ export type OneHundredAndSixteen = {
778
780
  directoryType?: string | undefined;
779
781
  updatedUser?: UpdatedUser | undefined;
780
782
  role?: string | undefined;
@@ -784,7 +786,7 @@ export type OneHundredAndFourteen = {
784
786
  /**
785
787
  * The payload of the event, if requested.
786
788
  */
787
- export type OneHundredAndThirteen = {
789
+ export type OneHundredAndFifteen = {
788
790
  role?: string | undefined;
789
791
  uid: string;
790
792
  origin?: string | undefined;
@@ -799,7 +801,7 @@ export type DeletedUser = {
799
801
  /**
800
802
  * The payload of the event, if requested.
801
803
  */
802
- export type OneHundredAndTwelve = {
804
+ export type OneHundredAndFourteen = {
803
805
  deletedUser?: DeletedUser | undefined;
804
806
  deletedUid?: string | undefined;
805
807
  githubUsername?: string | null | undefined;
@@ -814,7 +816,7 @@ export type InvitedUser = {
814
816
  /**
815
817
  * The payload of the event, if requested.
816
818
  */
817
- export type OneHundredAndEleven = {
819
+ export type OneHundredAndThirteen = {
818
820
  directoryType?: string | undefined;
819
821
  ssoType?: string | undefined;
820
822
  invitedUser?: InvitedUser | undefined;
@@ -830,7 +832,7 @@ export type Reasons = {
830
832
  /**
831
833
  * The payload of the event, if requested.
832
834
  */
833
- export type OneHundredAndTen = {
835
+ export type OneHundredAndTwelve = {
834
836
  slug: string;
835
837
  teamId: string;
836
838
  by: string;
@@ -839,7 +841,7 @@ export type OneHundredAndTen = {
839
841
  /**
840
842
  * The payload of the event, if requested.
841
843
  */
842
- export type OneHundredAndNine = {
844
+ export type OneHundredAndEleven = {
843
845
  slug: string;
844
846
  };
845
847
  export type Store = {
@@ -849,7 +851,7 @@ export type Store = {
849
851
  /**
850
852
  * The payload of the event, if requested.
851
853
  */
852
- export type OneHundredAndEight = {
854
+ export type OneHundredAndTen = {
853
855
  store: Store;
854
856
  ownerId?: string | undefined;
855
857
  };
@@ -861,7 +863,7 @@ export type StoreType = ClosedEnum<typeof StoreType>;
861
863
  /**
862
864
  * The payload of the event, if requested.
863
865
  */
864
- export type OneHundredAndSeven = {
866
+ export type OneHundredAndNine = {
865
867
  storeType: StoreType;
866
868
  };
867
869
  export declare const UserEventPayloadType: {
@@ -875,7 +877,7 @@ export type UserEventPayloadType = ClosedEnum<typeof UserEventPayloadType>;
875
877
  /**
876
878
  * The payload of the event, if requested.
877
879
  */
878
- export type OneHundredAndSix = {
880
+ export type OneHundredAndEight = {
879
881
  id: string;
880
882
  name?: string | undefined;
881
883
  computeUnitsMax?: number | undefined;
@@ -886,19 +888,19 @@ export type OneHundredAndSix = {
886
888
  /**
887
889
  * The payload of the event, if requested.
888
890
  */
889
- export type OneHundredAndFive = {
891
+ export type OneHundredAndSeven = {
890
892
  webhookUrl?: string | undefined;
891
893
  };
892
894
  /**
893
895
  * The budget type
894
896
  */
895
- export declare const UserEventPayload104Type: {
897
+ export declare const UserEventPayload106Type: {
896
898
  readonly Fixed: "fixed";
897
899
  };
898
900
  /**
899
901
  * The budget type
900
902
  */
901
- export type UserEventPayload104Type = ClosedEnum<typeof UserEventPayload104Type>;
903
+ export type UserEventPayload106Type = ClosedEnum<typeof UserEventPayload106Type>;
902
904
  /**
903
905
  * The acive pricing plan the team is billed with
904
906
  */
@@ -918,7 +920,7 @@ export type UserEventPayloadBudget = {
918
920
  /**
919
921
  * The budget type
920
922
  */
921
- type: UserEventPayload104Type;
923
+ type: UserEventPayload106Type;
922
924
  /**
923
925
  * Budget amount (USD / dollars)
924
926
  */
@@ -971,7 +973,7 @@ export type UserEventPayloadBudget = {
971
973
  /**
972
974
  * The payload of the event, if requested.
973
975
  */
974
- export type OneHundredAndFour = {
976
+ export type OneHundredAndSix = {
975
977
  /**
976
978
  * Represents a budget for tracking and notifying teams on their spending.
977
979
  */
@@ -981,13 +983,13 @@ export type OneHundredAndFour = {
981
983
  /**
982
984
  * The budget type
983
985
  */
984
- export declare const UserEventPayload103Type: {
986
+ export declare const UserEventPayload105Type: {
985
987
  readonly Fixed: "fixed";
986
988
  };
987
989
  /**
988
990
  * The budget type
989
991
  */
990
- export type UserEventPayload103Type = ClosedEnum<typeof UserEventPayload103Type>;
992
+ export type UserEventPayload105Type = ClosedEnum<typeof UserEventPayload105Type>;
991
993
  /**
992
994
  * The acive pricing plan the team is billed with
993
995
  */
@@ -1007,7 +1009,7 @@ export type PayloadBudget = {
1007
1009
  /**
1008
1010
  * The budget type
1009
1011
  */
1010
- type: UserEventPayload103Type;
1012
+ type: UserEventPayload105Type;
1011
1013
  /**
1012
1014
  * Budget amount (USD / dollars)
1013
1015
  */
@@ -1060,7 +1062,7 @@ export type PayloadBudget = {
1060
1062
  /**
1061
1063
  * The payload of the event, if requested.
1062
1064
  */
1063
- export type OneHundredAndThree = {
1065
+ export type OneHundredAndFive = {
1064
1066
  /**
1065
1067
  * Represents a budget for tracking and notifying teams on their spending.
1066
1068
  */
@@ -1069,13 +1071,13 @@ export type OneHundredAndThree = {
1069
1071
  /**
1070
1072
  * The budget type
1071
1073
  */
1072
- export declare const UserEventPayload102Type: {
1074
+ export declare const UserEventPayload104Type: {
1073
1075
  readonly Fixed: "fixed";
1074
1076
  };
1075
1077
  /**
1076
1078
  * The budget type
1077
1079
  */
1078
- export type UserEventPayload102Type = ClosedEnum<typeof UserEventPayload102Type>;
1080
+ export type UserEventPayload104Type = ClosedEnum<typeof UserEventPayload104Type>;
1079
1081
  /**
1080
1082
  * The acive pricing plan the team is billed with
1081
1083
  */
@@ -1095,7 +1097,7 @@ export type BudgetItem = {
1095
1097
  /**
1096
1098
  * The budget type
1097
1099
  */
1098
- type: UserEventPayload102Type;
1100
+ type: UserEventPayload104Type;
1099
1101
  /**
1100
1102
  * Budget amount (USD / dollars)
1101
1103
  */
@@ -1154,7 +1156,7 @@ export type Budget = {
1154
1156
  /**
1155
1157
  * The payload of the event, if requested.
1156
1158
  */
1157
- export type OneHundredAndTwo = {
1159
+ export type OneHundredAndFour = {
1158
1160
  budget: Budget;
1159
1161
  };
1160
1162
  export type ScalingRules = {
@@ -1164,7 +1166,7 @@ export type ScalingRules = {
1164
1166
  /**
1165
1167
  * The payload of the event, if requested.
1166
1168
  */
1167
- export type OneHundredAndOne = {
1169
+ export type OneHundredAndThree = {
1168
1170
  scalingRules: {
1169
1171
  [k: string]: ScalingRules;
1170
1172
  };
@@ -1175,13 +1177,13 @@ export type OneHundredAndOne = {
1175
1177
  /**
1176
1178
  * The payload of the event, if requested.
1177
1179
  */
1178
- export type OneHundred = {
1180
+ export type OneHundredAndTwo = {
1179
1181
  bio: string;
1180
1182
  };
1181
1183
  /**
1182
1184
  * The payload of the event, if requested.
1183
1185
  */
1184
- export type NinetyNine = {
1186
+ export type OneHundredAndOne = {
1185
1187
  oldName: string;
1186
1188
  newName: string;
1187
1189
  uid?: string | undefined;
@@ -1193,11 +1195,11 @@ export type Name = Name2 | string;
1193
1195
  /**
1194
1196
  * The payload of the event, if requested.
1195
1197
  */
1196
- export type NinetyEight = {
1198
+ export type OneHundred = {
1197
1199
  uid: string;
1198
1200
  name: Name2 | string;
1199
1201
  };
1200
- export type UserEventPayload97Team = {
1202
+ export type UserEventPayload99Team = {
1201
1203
  id: string;
1202
1204
  name?: string | undefined;
1203
1205
  };
@@ -1207,11 +1209,11 @@ export type PayloadPreviousRule = {
1207
1209
  /**
1208
1210
  * The payload of the event, if requested.
1209
1211
  */
1210
- export type NinetySeven = {
1211
- team: UserEventPayload97Team;
1212
+ export type NinetyNine = {
1213
+ team: UserEventPayload99Team;
1212
1214
  previousRule: PayloadPreviousRule;
1213
1215
  };
1214
- export type UserEventPayload96Team = {
1216
+ export type UserEventPayload98Team = {
1215
1217
  id: string;
1216
1218
  name?: string | undefined;
1217
1219
  };
@@ -1224,35 +1226,35 @@ export type NextRule = {
1224
1226
  /**
1225
1227
  * The payload of the event, if requested.
1226
1228
  */
1227
- export type NinetySix = {
1228
- team: UserEventPayload96Team;
1229
+ export type NinetyEight = {
1230
+ team: UserEventPayload98Team;
1229
1231
  previousRule?: PreviousRule | undefined;
1230
1232
  nextRule?: NextRule | undefined;
1231
1233
  };
1232
1234
  /**
1233
1235
  * The payload of the event, if requested.
1234
1236
  */
1235
- export type NinetyFive = {
1237
+ export type NinetySeven = {
1236
1238
  email: string;
1237
1239
  };
1238
1240
  /**
1239
1241
  * The payload of the event, if requested.
1240
1242
  */
1241
- export type NinetyFour = {
1243
+ export type NinetySix = {
1242
1244
  email: string;
1243
1245
  verified: boolean;
1244
1246
  };
1245
1247
  /**
1246
1248
  * The payload of the event, if requested.
1247
1249
  */
1248
- export type NinetyThree = {
1250
+ export type NinetyFive = {
1249
1251
  instances: number;
1250
1252
  url: string;
1251
1253
  };
1252
1254
  /**
1253
1255
  * The payload of the event, if requested.
1254
1256
  */
1255
- export type NinetyTwo = {
1257
+ export type NinetyFour = {
1256
1258
  gitProvider: string;
1257
1259
  gitProviderGroupDescriptor: string;
1258
1260
  gitScope: string;
@@ -1260,30 +1262,73 @@ export type NinetyTwo = {
1260
1262
  /**
1261
1263
  * The payload of the event, if requested.
1262
1264
  */
1263
- export type NinetyOne = {
1265
+ export type NinetyThree = {
1264
1266
  projectId: string;
1265
1267
  projectName: string;
1268
+ targetDeploymentId?: string | undefined;
1266
1269
  newTargetPercentage?: number | undefined;
1267
1270
  };
1268
1271
  /**
1269
1272
  * The payload of the event, if requested.
1270
1273
  */
1271
- export type Ninety = {
1274
+ export type NinetyTwo = {
1272
1275
  projectId: string;
1273
1276
  projectName: string;
1277
+ targetDeploymentId?: string | undefined;
1278
+ };
1279
+ export type StaticIps = {
1280
+ enabled: boolean;
1281
+ regions?: Array<string> | undefined;
1282
+ };
1283
+ export type UserEventPayload91Project = {
1284
+ id: string;
1285
+ staticIps: StaticIps;
1286
+ };
1287
+ export type Next = {
1288
+ project: UserEventPayload91Project;
1289
+ };
1290
+ export type PayloadStaticIps = {
1291
+ enabled: boolean;
1292
+ regions?: Array<string> | undefined;
1293
+ };
1294
+ export type UserEventPayload91PreviousProject = {
1295
+ id: string;
1296
+ staticIps: PayloadStaticIps;
1297
+ };
1298
+ export type Previous = {
1299
+ project: UserEventPayload91PreviousProject;
1274
1300
  };
1275
1301
  /**
1276
1302
  * The payload of the event, if requested.
1277
1303
  */
1278
- export type EightyNine = {
1304
+ export type NinetyOne = {
1305
+ next: Next;
1306
+ previous: Previous;
1307
+ };
1308
+ /**
1309
+ * The payload of the event, if requested.
1310
+ */
1311
+ export type Ninety = {
1279
1312
  source: string;
1280
1313
  projectId: string;
1281
1314
  };
1315
+ /**
1316
+ * The payload of the event, if requested.
1317
+ */
1318
+ export type EightyNine = {
1319
+ projectId: string;
1320
+ };
1321
+ export declare const ReasonCode: {
1322
+ readonly BudgetReached: "BUDGET_REACHED";
1323
+ readonly PublicApi: "PUBLIC_API";
1324
+ };
1325
+ export type ReasonCode = ClosedEnum<typeof ReasonCode>;
1282
1326
  /**
1283
1327
  * The payload of the event, if requested.
1284
1328
  */
1285
1329
  export type EightyEight = {
1286
1330
  projectId: string;
1331
+ reasonCode?: ReasonCode | undefined;
1287
1332
  };
1288
1333
  export type UserEventPayload87Team = {
1289
1334
  id: string;
@@ -3893,7 +3938,7 @@ export type Payload2 = {
3893
3938
  * The payload of the event, if requested.
3894
3939
  */
3895
3940
  export type Payload1 = {};
3896
- export type Payload = SixtySix | SixtyNine | Seventy | Forty | FortyOne | FiftyThree | FiftyEight | SixtyFour | SixtySeven | OneHundredAndThirtyTwo | OneHundredAndSixtyTwo | Payload2 | FortyFive | SixtyEight | OneHundredAndOne | OneHundredAndFortyThree | Twelve | Sixteen | TwentyNine | Thirty | ThirtyOne | ThirtyTwo | ThirtyNine | FortyEight | FortyNine | Fifty | FiftyNine | Sixty | SixtyOne | SixtyThree | SeventyFour | SeventyEight | EightyOne | EightyTwo | NinetyTwo | OneHundredAndTen | OneHundredAndThirtyFour | OneHundredAndThirtyFive | OneHundredAndFortyTwo | OneHundredAndFortyFour | OneHundredAndFortySix | OneHundredAndFortyNine | OneHundredAndFiftyNine | OneHundredAndSixty | OneHundredAndSixtyOne | 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 | OneHundredAndSix | OneHundredAndFifteen | OneHundredAndSixteen | OneHundredAndTwentyOne | OneHundredAndTwentyTwo | OneHundredAndTwentyFour | OneHundredAndThirtyThree | OneHundredAndThirtySix | OneHundredAndThirtySeven | OneHundredAndThirtyEight | OneHundredAndForty | OneHundredAndFortyOne | OneHundredAndFortySeven | OneHundredAndFortyEight | OneHundredAndFifty | OneHundredAndFiftyTwo | OneHundredAndFiftyThree | OneHundredAndFiftyFour | OneHundredAndFiftySix | 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 | OneHundredAndTwo | OneHundredAndThree | OneHundredAndFour | OneHundredAndSeven | OneHundredAndEight | OneHundredAndNine | OneHundredAndThirteen | OneHundredAndFourteen | OneHundredAndSeventeen | OneHundredAndTwentyThree | OneHundredAndTwentyFive | OneHundredAndTwentyNine | OneHundredAndThirty | OneHundredAndThirtyOne | OneHundredAndThirtyNine | OneHundredAndFortyFive | OneHundredAndFiftyOne | OneHundredAndFiftyFive | OneHundredAndFiftySeven | OneHundredAndFiftyEight | Payload1 | Seven | Eight | Nine | Ten | Eleven | Thirteen | Fourteen | Nineteen | TwentyOne | TwentyFive | FiftyFive | FiftySix | FiftySeven | OneHundredAndFive | OneHundredAndEleven | OneHundredAndTwelve | OneHundredAndEighteen | OneHundredAndNineteen | OneHundredAndTwenty | OneHundredAndTwentySix | OneHundredAndTwentySeven | OneHundredAndTwentyEight;
3941
+ export type Payload = SixtySix | SixtyNine | Seventy | Forty | FortyOne | FiftyThree | FiftyEight | SixtyFour | SixtySeven | OneHundredAndThirtyFour | OneHundredAndSixtyFour | Payload2 | FortyFive | SixtyEight | OneHundredAndThree | OneHundredAndFortyFive | Twelve | Sixteen | TwentyNine | Thirty | ThirtyOne | ThirtyTwo | ThirtyNine | FortyEight | FortyNine | Fifty | FiftyNine | Sixty | SixtyOne | SixtyThree | SeventyFour | SeventyEight | EightyOne | EightyTwo | NinetyFour | OneHundredAndTwelve | OneHundredAndThirtySix | OneHundredAndThirtySeven | OneHundredAndFortyFour | OneHundredAndFortySix | OneHundredAndFortyEight | OneHundredAndFiftyOne | OneHundredAndSixtyOne | OneHundredAndSixtyTwo | OneHundredAndSixtyThree | Four | Five | Six | Seventeen | Eighteen | TwentyThree | TwentySeven | ThirtyFour | ThirtyFive | ThirtySix | FortyThree | FortyFour | FortySeven | FiftyFour | SixtyTwo | SixtyFive | SeventySeven | EightyFive | EightySix | EightySeven | Ninety | NinetyOne | NinetyTwo | NinetyThree | NinetyFive | NinetySix | NinetyNine | OneHundred | OneHundredAndOne | OneHundredAndEight | OneHundredAndSeventeen | OneHundredAndEighteen | OneHundredAndTwentyThree | OneHundredAndTwentyFour | OneHundredAndTwentySix | OneHundredAndThirtyFive | OneHundredAndThirtyEight | OneHundredAndThirtyNine | OneHundredAndForty | OneHundredAndFortyTwo | OneHundredAndFortyThree | OneHundredAndFortyNine | OneHundredAndFifty | OneHundredAndFiftyTwo | OneHundredAndFiftyFour | OneHundredAndFiftyFive | OneHundredAndFiftySix | OneHundredAndFiftyEight | Three | Fifteen | Twenty | TwentyTwo | TwentyFour | TwentySix | TwentyEight | ThirtyThree | ThirtySeven | ThirtyEight | FortyTwo | FortySix | FiftyOne | FiftyTwo | SeventyOne | SeventyTwo | SeventyThree | SeventyFive | SeventySix | SeventyNine | Eighty | EightyThree | EightyFour | EightyEight | EightyNine | NinetySeven | NinetyEight | OneHundredAndTwo | OneHundredAndFour | OneHundredAndFive | OneHundredAndSix | OneHundredAndNine | OneHundredAndTen | OneHundredAndEleven | OneHundredAndFifteen | OneHundredAndSixteen | OneHundredAndNineteen | OneHundredAndTwentyFive | OneHundredAndTwentySeven | OneHundredAndThirtyOne | OneHundredAndThirtyTwo | OneHundredAndThirtyThree | OneHundredAndFortyOne | OneHundredAndFortySeven | OneHundredAndFiftyThree | OneHundredAndFiftySeven | OneHundredAndFiftyNine | OneHundredAndSixty | Payload1 | Seven | Eight | Nine | Ten | Eleven | Thirteen | Fourteen | Nineteen | TwentyOne | TwentyFive | FiftyFive | FiftySix | FiftySeven | OneHundredAndSeven | OneHundredAndThirteen | OneHundredAndFourteen | OneHundredAndTwenty | OneHundredAndTwentyOne | OneHundredAndTwentyTwo | OneHundredAndTwentyEight | OneHundredAndTwentyNine | OneHundredAndThirty;
3897
3942
  /**
3898
3943
  * Array of events generated by the User.
3899
3944
  */
@@ -3935,7 +3980,7 @@ export type UserEvent = {
3935
3980
  * 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".
3936
3981
  */
3937
3982
  viaIds?: Array<string> | undefined;
3938
- payload?: SixtySix | SixtyNine | Seventy | Forty | FortyOne | FiftyThree | FiftyEight | SixtyFour | SixtySeven | OneHundredAndThirtyTwo | OneHundredAndSixtyTwo | Payload2 | FortyFive | SixtyEight | OneHundredAndOne | OneHundredAndFortyThree | Twelve | Sixteen | TwentyNine | Thirty | ThirtyOne | ThirtyTwo | ThirtyNine | FortyEight | FortyNine | Fifty | FiftyNine | Sixty | SixtyOne | SixtyThree | SeventyFour | SeventyEight | EightyOne | EightyTwo | NinetyTwo | OneHundredAndTen | OneHundredAndThirtyFour | OneHundredAndThirtyFive | OneHundredAndFortyTwo | OneHundredAndFortyFour | OneHundredAndFortySix | OneHundredAndFortyNine | OneHundredAndFiftyNine | OneHundredAndSixty | OneHundredAndSixtyOne | 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 | OneHundredAndSix | OneHundredAndFifteen | OneHundredAndSixteen | OneHundredAndTwentyOne | OneHundredAndTwentyTwo | OneHundredAndTwentyFour | OneHundredAndThirtyThree | OneHundredAndThirtySix | OneHundredAndThirtySeven | OneHundredAndThirtyEight | OneHundredAndForty | OneHundredAndFortyOne | OneHundredAndFortySeven | OneHundredAndFortyEight | OneHundredAndFifty | OneHundredAndFiftyTwo | OneHundredAndFiftyThree | OneHundredAndFiftyFour | OneHundredAndFiftySix | 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 | OneHundredAndTwo | OneHundredAndThree | OneHundredAndFour | OneHundredAndSeven | OneHundredAndEight | OneHundredAndNine | OneHundredAndThirteen | OneHundredAndFourteen | OneHundredAndSeventeen | OneHundredAndTwentyThree | OneHundredAndTwentyFive | OneHundredAndTwentyNine | OneHundredAndThirty | OneHundredAndThirtyOne | OneHundredAndThirtyNine | OneHundredAndFortyFive | OneHundredAndFiftyOne | OneHundredAndFiftyFive | OneHundredAndFiftySeven | OneHundredAndFiftyEight | Payload1 | Seven | Eight | Nine | Ten | Eleven | Thirteen | Fourteen | Nineteen | TwentyOne | TwentyFive | FiftyFive | FiftySix | FiftySeven | OneHundredAndFive | OneHundredAndEleven | OneHundredAndTwelve | OneHundredAndEighteen | OneHundredAndNineteen | OneHundredAndTwenty | OneHundredAndTwentySix | OneHundredAndTwentySeven | OneHundredAndTwentyEight | undefined;
3983
+ payload?: SixtySix | SixtyNine | Seventy | Forty | FortyOne | FiftyThree | FiftyEight | SixtyFour | SixtySeven | OneHundredAndThirtyFour | OneHundredAndSixtyFour | Payload2 | FortyFive | SixtyEight | OneHundredAndThree | OneHundredAndFortyFive | Twelve | Sixteen | TwentyNine | Thirty | ThirtyOne | ThirtyTwo | ThirtyNine | FortyEight | FortyNine | Fifty | FiftyNine | Sixty | SixtyOne | SixtyThree | SeventyFour | SeventyEight | EightyOne | EightyTwo | NinetyFour | OneHundredAndTwelve | OneHundredAndThirtySix | OneHundredAndThirtySeven | OneHundredAndFortyFour | OneHundredAndFortySix | OneHundredAndFortyEight | OneHundredAndFiftyOne | OneHundredAndSixtyOne | OneHundredAndSixtyTwo | OneHundredAndSixtyThree | Four | Five | Six | Seventeen | Eighteen | TwentyThree | TwentySeven | ThirtyFour | ThirtyFive | ThirtySix | FortyThree | FortyFour | FortySeven | FiftyFour | SixtyTwo | SixtyFive | SeventySeven | EightyFive | EightySix | EightySeven | Ninety | NinetyOne | NinetyTwo | NinetyThree | NinetyFive | NinetySix | NinetyNine | OneHundred | OneHundredAndOne | OneHundredAndEight | OneHundredAndSeventeen | OneHundredAndEighteen | OneHundredAndTwentyThree | OneHundredAndTwentyFour | OneHundredAndTwentySix | OneHundredAndThirtyFive | OneHundredAndThirtyEight | OneHundredAndThirtyNine | OneHundredAndForty | OneHundredAndFortyTwo | OneHundredAndFortyThree | OneHundredAndFortyNine | OneHundredAndFifty | OneHundredAndFiftyTwo | OneHundredAndFiftyFour | OneHundredAndFiftyFive | OneHundredAndFiftySix | OneHundredAndFiftyEight | Three | Fifteen | Twenty | TwentyTwo | TwentyFour | TwentySix | TwentyEight | ThirtyThree | ThirtySeven | ThirtyEight | FortyTwo | FortySix | FiftyOne | FiftyTwo | SeventyOne | SeventyTwo | SeventyThree | SeventyFive | SeventySix | SeventyNine | Eighty | EightyThree | EightyFour | EightyEight | EightyNine | NinetySeven | NinetyEight | OneHundredAndTwo | OneHundredAndFour | OneHundredAndFive | OneHundredAndSix | OneHundredAndNine | OneHundredAndTen | OneHundredAndEleven | OneHundredAndFifteen | OneHundredAndSixteen | OneHundredAndNineteen | OneHundredAndTwentyFive | OneHundredAndTwentySeven | OneHundredAndThirtyOne | OneHundredAndThirtyTwo | OneHundredAndThirtyThree | OneHundredAndFortyOne | OneHundredAndFortySeven | OneHundredAndFiftyThree | OneHundredAndFiftySeven | OneHundredAndFiftyNine | OneHundredAndSixty | Payload1 | Seven | Eight | Nine | Ten | Eleven | Thirteen | Fourteen | Nineteen | TwentyOne | TwentyFive | FiftyFive | FiftySix | FiftySeven | OneHundredAndSeven | OneHundredAndThirteen | OneHundredAndFourteen | OneHundredAndTwenty | OneHundredAndTwentyOne | OneHundredAndTwentyTwo | OneHundredAndTwentyEight | OneHundredAndTwentyNine | OneHundredAndThirty | undefined;
3939
3984
  };
3940
3985
  /** @internal */
3941
3986
  export declare const UserEventType$inboundSchema: z.ZodNativeEnum<typeof UserEventType>;
@@ -4324,9 +4369,9 @@ export declare namespace AuthMethod$ {
4324
4369
  }>;
4325
4370
  }
4326
4371
  /** @internal */
4327
- export declare const OneHundredAndSixtyTwo$inboundSchema: z.ZodType<OneHundredAndSixtyTwo, z.ZodTypeDef, unknown>;
4372
+ export declare const OneHundredAndSixtyFour$inboundSchema: z.ZodType<OneHundredAndSixtyFour, z.ZodTypeDef, unknown>;
4328
4373
  /** @internal */
4329
- export type OneHundredAndSixtyTwo$Outbound = {
4374
+ export type OneHundredAndSixtyFour$Outbound = {
4330
4375
  grantType: string;
4331
4376
  appName: string;
4332
4377
  atTTL: number;
@@ -4335,67 +4380,67 @@ export type OneHundredAndSixtyTwo$Outbound = {
4335
4380
  authMethod: string;
4336
4381
  };
4337
4382
  /** @internal */
4338
- export declare const OneHundredAndSixtyTwo$outboundSchema: z.ZodType<OneHundredAndSixtyTwo$Outbound, z.ZodTypeDef, OneHundredAndSixtyTwo>;
4383
+ export declare const OneHundredAndSixtyFour$outboundSchema: z.ZodType<OneHundredAndSixtyFour$Outbound, z.ZodTypeDef, OneHundredAndSixtyFour>;
4339
4384
  /**
4340
4385
  * @internal
4341
4386
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4342
4387
  */
4343
- export declare namespace OneHundredAndSixtyTwo$ {
4344
- /** @deprecated use `OneHundredAndSixtyTwo$inboundSchema` instead. */
4345
- const inboundSchema: z.ZodType<OneHundredAndSixtyTwo, z.ZodTypeDef, unknown>;
4346
- /** @deprecated use `OneHundredAndSixtyTwo$outboundSchema` instead. */
4347
- const outboundSchema: z.ZodType<OneHundredAndSixtyTwo$Outbound, z.ZodTypeDef, OneHundredAndSixtyTwo>;
4348
- /** @deprecated use `OneHundredAndSixtyTwo$Outbound` instead. */
4349
- type Outbound = OneHundredAndSixtyTwo$Outbound;
4388
+ export declare namespace OneHundredAndSixtyFour$ {
4389
+ /** @deprecated use `OneHundredAndSixtyFour$inboundSchema` instead. */
4390
+ const inboundSchema: z.ZodType<OneHundredAndSixtyFour, z.ZodTypeDef, unknown>;
4391
+ /** @deprecated use `OneHundredAndSixtyFour$outboundSchema` instead. */
4392
+ const outboundSchema: z.ZodType<OneHundredAndSixtyFour$Outbound, z.ZodTypeDef, OneHundredAndSixtyFour>;
4393
+ /** @deprecated use `OneHundredAndSixtyFour$Outbound` instead. */
4394
+ type Outbound = OneHundredAndSixtyFour$Outbound;
4350
4395
  }
4351
- export declare function oneHundredAndSixtyTwoToJSON(oneHundredAndSixtyTwo: OneHundredAndSixtyTwo): string;
4352
- export declare function oneHundredAndSixtyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyTwo, SDKValidationError>;
4396
+ export declare function oneHundredAndSixtyFourToJSON(oneHundredAndSixtyFour: OneHundredAndSixtyFour): string;
4397
+ export declare function oneHundredAndSixtyFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyFour, SDKValidationError>;
4353
4398
  /** @internal */
4354
- export declare const UserEventPayload161Team$inboundSchema: z.ZodType<UserEventPayload161Team, z.ZodTypeDef, unknown>;
4399
+ export declare const UserEventPayload163Team$inboundSchema: z.ZodType<UserEventPayload163Team, z.ZodTypeDef, unknown>;
4355
4400
  /** @internal */
4356
- export type UserEventPayload161Team$Outbound = {
4401
+ export type UserEventPayload163Team$Outbound = {
4357
4402
  id: string;
4358
4403
  name: string;
4359
4404
  };
4360
4405
  /** @internal */
4361
- export declare const UserEventPayload161Team$outboundSchema: z.ZodType<UserEventPayload161Team$Outbound, z.ZodTypeDef, UserEventPayload161Team>;
4406
+ export declare const UserEventPayload163Team$outboundSchema: z.ZodType<UserEventPayload163Team$Outbound, z.ZodTypeDef, UserEventPayload163Team>;
4362
4407
  /**
4363
4408
  * @internal
4364
4409
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4365
4410
  */
4366
- export declare namespace UserEventPayload161Team$ {
4367
- /** @deprecated use `UserEventPayload161Team$inboundSchema` instead. */
4368
- const inboundSchema: z.ZodType<UserEventPayload161Team, z.ZodTypeDef, unknown>;
4369
- /** @deprecated use `UserEventPayload161Team$outboundSchema` instead. */
4370
- const outboundSchema: z.ZodType<UserEventPayload161Team$Outbound, z.ZodTypeDef, UserEventPayload161Team>;
4371
- /** @deprecated use `UserEventPayload161Team$Outbound` instead. */
4372
- type Outbound = UserEventPayload161Team$Outbound;
4411
+ export declare namespace UserEventPayload163Team$ {
4412
+ /** @deprecated use `UserEventPayload163Team$inboundSchema` instead. */
4413
+ const inboundSchema: z.ZodType<UserEventPayload163Team, z.ZodTypeDef, unknown>;
4414
+ /** @deprecated use `UserEventPayload163Team$outboundSchema` instead. */
4415
+ const outboundSchema: z.ZodType<UserEventPayload163Team$Outbound, z.ZodTypeDef, UserEventPayload163Team>;
4416
+ /** @deprecated use `UserEventPayload163Team$Outbound` instead. */
4417
+ type Outbound = UserEventPayload163Team$Outbound;
4373
4418
  }
4374
- export declare function userEventPayload161TeamToJSON(userEventPayload161Team: UserEventPayload161Team): string;
4375
- export declare function userEventPayload161TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload161Team, SDKValidationError>;
4419
+ export declare function userEventPayload163TeamToJSON(userEventPayload163Team: UserEventPayload163Team): string;
4420
+ export declare function userEventPayload163TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload163Team, SDKValidationError>;
4376
4421
  /** @internal */
4377
- export declare const UserEventPayload161Configuration$inboundSchema: z.ZodType<UserEventPayload161Configuration, z.ZodTypeDef, unknown>;
4422
+ export declare const UserEventPayload163Configuration$inboundSchema: z.ZodType<UserEventPayload163Configuration, z.ZodTypeDef, unknown>;
4378
4423
  /** @internal */
4379
- export type UserEventPayload161Configuration$Outbound = {
4424
+ export type UserEventPayload163Configuration$Outbound = {
4380
4425
  id: string;
4381
4426
  name?: string | undefined;
4382
4427
  };
4383
4428
  /** @internal */
4384
- export declare const UserEventPayload161Configuration$outboundSchema: z.ZodType<UserEventPayload161Configuration$Outbound, z.ZodTypeDef, UserEventPayload161Configuration>;
4429
+ export declare const UserEventPayload163Configuration$outboundSchema: z.ZodType<UserEventPayload163Configuration$Outbound, z.ZodTypeDef, UserEventPayload163Configuration>;
4385
4430
  /**
4386
4431
  * @internal
4387
4432
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4388
4433
  */
4389
- export declare namespace UserEventPayload161Configuration$ {
4390
- /** @deprecated use `UserEventPayload161Configuration$inboundSchema` instead. */
4391
- const inboundSchema: z.ZodType<UserEventPayload161Configuration, z.ZodTypeDef, unknown>;
4392
- /** @deprecated use `UserEventPayload161Configuration$outboundSchema` instead. */
4393
- const outboundSchema: z.ZodType<UserEventPayload161Configuration$Outbound, z.ZodTypeDef, UserEventPayload161Configuration>;
4394
- /** @deprecated use `UserEventPayload161Configuration$Outbound` instead. */
4395
- type Outbound = UserEventPayload161Configuration$Outbound;
4434
+ export declare namespace UserEventPayload163Configuration$ {
4435
+ /** @deprecated use `UserEventPayload163Configuration$inboundSchema` instead. */
4436
+ const inboundSchema: z.ZodType<UserEventPayload163Configuration, z.ZodTypeDef, unknown>;
4437
+ /** @deprecated use `UserEventPayload163Configuration$outboundSchema` instead. */
4438
+ const outboundSchema: z.ZodType<UserEventPayload163Configuration$Outbound, z.ZodTypeDef, UserEventPayload163Configuration>;
4439
+ /** @deprecated use `UserEventPayload163Configuration$Outbound` instead. */
4440
+ type Outbound = UserEventPayload163Configuration$Outbound;
4396
4441
  }
4397
- export declare function userEventPayload161ConfigurationToJSON(userEventPayload161Configuration: UserEventPayload161Configuration): string;
4398
- export declare function userEventPayload161ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload161Configuration, SDKValidationError>;
4442
+ export declare function userEventPayload163ConfigurationToJSON(userEventPayload163Configuration: UserEventPayload163Configuration): string;
4443
+ export declare function userEventPayload163ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload163Configuration, SDKValidationError>;
4399
4444
  /** @internal */
4400
4445
  export declare const UserEventPayloadPeering$inboundSchema: z.ZodType<UserEventPayloadPeering, z.ZodTypeDef, unknown>;
4401
4446
  /** @internal */
@@ -4420,76 +4465,76 @@ export declare namespace UserEventPayloadPeering$ {
4420
4465
  export declare function userEventPayloadPeeringToJSON(userEventPayloadPeering: UserEventPayloadPeering): string;
4421
4466
  export declare function userEventPayloadPeeringFromJSON(jsonString: string): SafeParseResult<UserEventPayloadPeering, SDKValidationError>;
4422
4467
  /** @internal */
4423
- export declare const OneHundredAndSixtyOne$inboundSchema: z.ZodType<OneHundredAndSixtyOne, z.ZodTypeDef, unknown>;
4468
+ export declare const OneHundredAndSixtyThree$inboundSchema: z.ZodType<OneHundredAndSixtyThree, z.ZodTypeDef, unknown>;
4424
4469
  /** @internal */
4425
- export type OneHundredAndSixtyOne$Outbound = {
4426
- team: UserEventPayload161Team$Outbound;
4427
- configuration: UserEventPayload161Configuration$Outbound;
4470
+ export type OneHundredAndSixtyThree$Outbound = {
4471
+ team: UserEventPayload163Team$Outbound;
4472
+ configuration: UserEventPayload163Configuration$Outbound;
4428
4473
  peering: UserEventPayloadPeering$Outbound;
4429
4474
  newName?: string | undefined;
4430
4475
  };
4431
4476
  /** @internal */
4432
- export declare const OneHundredAndSixtyOne$outboundSchema: z.ZodType<OneHundredAndSixtyOne$Outbound, z.ZodTypeDef, OneHundredAndSixtyOne>;
4477
+ export declare const OneHundredAndSixtyThree$outboundSchema: z.ZodType<OneHundredAndSixtyThree$Outbound, z.ZodTypeDef, OneHundredAndSixtyThree>;
4433
4478
  /**
4434
4479
  * @internal
4435
4480
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4436
4481
  */
4437
- export declare namespace OneHundredAndSixtyOne$ {
4438
- /** @deprecated use `OneHundredAndSixtyOne$inboundSchema` instead. */
4439
- const inboundSchema: z.ZodType<OneHundredAndSixtyOne, z.ZodTypeDef, unknown>;
4440
- /** @deprecated use `OneHundredAndSixtyOne$outboundSchema` instead. */
4441
- const outboundSchema: z.ZodType<OneHundredAndSixtyOne$Outbound, z.ZodTypeDef, OneHundredAndSixtyOne>;
4442
- /** @deprecated use `OneHundredAndSixtyOne$Outbound` instead. */
4443
- type Outbound = OneHundredAndSixtyOne$Outbound;
4482
+ export declare namespace OneHundredAndSixtyThree$ {
4483
+ /** @deprecated use `OneHundredAndSixtyThree$inboundSchema` instead. */
4484
+ const inboundSchema: z.ZodType<OneHundredAndSixtyThree, z.ZodTypeDef, unknown>;
4485
+ /** @deprecated use `OneHundredAndSixtyThree$outboundSchema` instead. */
4486
+ const outboundSchema: z.ZodType<OneHundredAndSixtyThree$Outbound, z.ZodTypeDef, OneHundredAndSixtyThree>;
4487
+ /** @deprecated use `OneHundredAndSixtyThree$Outbound` instead. */
4488
+ type Outbound = OneHundredAndSixtyThree$Outbound;
4444
4489
  }
4445
- export declare function oneHundredAndSixtyOneToJSON(oneHundredAndSixtyOne: OneHundredAndSixtyOne): string;
4446
- export declare function oneHundredAndSixtyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyOne, SDKValidationError>;
4490
+ export declare function oneHundredAndSixtyThreeToJSON(oneHundredAndSixtyThree: OneHundredAndSixtyThree): string;
4491
+ export declare function oneHundredAndSixtyThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyThree, SDKValidationError>;
4447
4492
  /** @internal */
4448
- export declare const UserEventPayload160Team$inboundSchema: z.ZodType<UserEventPayload160Team, z.ZodTypeDef, unknown>;
4493
+ export declare const UserEventPayload162Team$inboundSchema: z.ZodType<UserEventPayload162Team, z.ZodTypeDef, unknown>;
4449
4494
  /** @internal */
4450
- export type UserEventPayload160Team$Outbound = {
4495
+ export type UserEventPayload162Team$Outbound = {
4451
4496
  id: string;
4452
4497
  name: string;
4453
4498
  };
4454
4499
  /** @internal */
4455
- export declare const UserEventPayload160Team$outboundSchema: z.ZodType<UserEventPayload160Team$Outbound, z.ZodTypeDef, UserEventPayload160Team>;
4500
+ export declare const UserEventPayload162Team$outboundSchema: z.ZodType<UserEventPayload162Team$Outbound, z.ZodTypeDef, UserEventPayload162Team>;
4456
4501
  /**
4457
4502
  * @internal
4458
4503
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4459
4504
  */
4460
- export declare namespace UserEventPayload160Team$ {
4461
- /** @deprecated use `UserEventPayload160Team$inboundSchema` instead. */
4462
- const inboundSchema: z.ZodType<UserEventPayload160Team, z.ZodTypeDef, unknown>;
4463
- /** @deprecated use `UserEventPayload160Team$outboundSchema` instead. */
4464
- const outboundSchema: z.ZodType<UserEventPayload160Team$Outbound, z.ZodTypeDef, UserEventPayload160Team>;
4465
- /** @deprecated use `UserEventPayload160Team$Outbound` instead. */
4466
- type Outbound = UserEventPayload160Team$Outbound;
4505
+ export declare namespace UserEventPayload162Team$ {
4506
+ /** @deprecated use `UserEventPayload162Team$inboundSchema` instead. */
4507
+ const inboundSchema: z.ZodType<UserEventPayload162Team, z.ZodTypeDef, unknown>;
4508
+ /** @deprecated use `UserEventPayload162Team$outboundSchema` instead. */
4509
+ const outboundSchema: z.ZodType<UserEventPayload162Team$Outbound, z.ZodTypeDef, UserEventPayload162Team>;
4510
+ /** @deprecated use `UserEventPayload162Team$Outbound` instead. */
4511
+ type Outbound = UserEventPayload162Team$Outbound;
4467
4512
  }
4468
- export declare function userEventPayload160TeamToJSON(userEventPayload160Team: UserEventPayload160Team): string;
4469
- export declare function userEventPayload160TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload160Team, SDKValidationError>;
4513
+ export declare function userEventPayload162TeamToJSON(userEventPayload162Team: UserEventPayload162Team): string;
4514
+ export declare function userEventPayload162TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload162Team, SDKValidationError>;
4470
4515
  /** @internal */
4471
- export declare const UserEventPayload160Configuration$inboundSchema: z.ZodType<UserEventPayload160Configuration, z.ZodTypeDef, unknown>;
4516
+ export declare const UserEventPayload162Configuration$inboundSchema: z.ZodType<UserEventPayload162Configuration, z.ZodTypeDef, unknown>;
4472
4517
  /** @internal */
4473
- export type UserEventPayload160Configuration$Outbound = {
4518
+ export type UserEventPayload162Configuration$Outbound = {
4474
4519
  id: string;
4475
4520
  name?: string | undefined;
4476
4521
  };
4477
4522
  /** @internal */
4478
- export declare const UserEventPayload160Configuration$outboundSchema: z.ZodType<UserEventPayload160Configuration$Outbound, z.ZodTypeDef, UserEventPayload160Configuration>;
4523
+ export declare const UserEventPayload162Configuration$outboundSchema: z.ZodType<UserEventPayload162Configuration$Outbound, z.ZodTypeDef, UserEventPayload162Configuration>;
4479
4524
  /**
4480
4525
  * @internal
4481
4526
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4482
4527
  */
4483
- export declare namespace UserEventPayload160Configuration$ {
4484
- /** @deprecated use `UserEventPayload160Configuration$inboundSchema` instead. */
4485
- const inboundSchema: z.ZodType<UserEventPayload160Configuration, z.ZodTypeDef, unknown>;
4486
- /** @deprecated use `UserEventPayload160Configuration$outboundSchema` instead. */
4487
- const outboundSchema: z.ZodType<UserEventPayload160Configuration$Outbound, z.ZodTypeDef, UserEventPayload160Configuration>;
4488
- /** @deprecated use `UserEventPayload160Configuration$Outbound` instead. */
4489
- type Outbound = UserEventPayload160Configuration$Outbound;
4528
+ export declare namespace UserEventPayload162Configuration$ {
4529
+ /** @deprecated use `UserEventPayload162Configuration$inboundSchema` instead. */
4530
+ const inboundSchema: z.ZodType<UserEventPayload162Configuration, z.ZodTypeDef, unknown>;
4531
+ /** @deprecated use `UserEventPayload162Configuration$outboundSchema` instead. */
4532
+ const outboundSchema: z.ZodType<UserEventPayload162Configuration$Outbound, z.ZodTypeDef, UserEventPayload162Configuration>;
4533
+ /** @deprecated use `UserEventPayload162Configuration$Outbound` instead. */
4534
+ type Outbound = UserEventPayload162Configuration$Outbound;
4490
4535
  }
4491
- export declare function userEventPayload160ConfigurationToJSON(userEventPayload160Configuration: UserEventPayload160Configuration): string;
4492
- export declare function userEventPayload160ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload160Configuration, SDKValidationError>;
4536
+ export declare function userEventPayload162ConfigurationToJSON(userEventPayload162Configuration: UserEventPayload162Configuration): string;
4537
+ export declare function userEventPayload162ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload162Configuration, SDKValidationError>;
4493
4538
  /** @internal */
4494
4539
  export declare const PayloadPeering$inboundSchema: z.ZodType<PayloadPeering, z.ZodTypeDef, unknown>;
4495
4540
  /** @internal */
@@ -4514,75 +4559,75 @@ export declare namespace PayloadPeering$ {
4514
4559
  export declare function payloadPeeringToJSON(payloadPeering: PayloadPeering): string;
4515
4560
  export declare function payloadPeeringFromJSON(jsonString: string): SafeParseResult<PayloadPeering, SDKValidationError>;
4516
4561
  /** @internal */
4517
- export declare const OneHundredAndSixty$inboundSchema: z.ZodType<OneHundredAndSixty, z.ZodTypeDef, unknown>;
4562
+ export declare const OneHundredAndSixtyTwo$inboundSchema: z.ZodType<OneHundredAndSixtyTwo, z.ZodTypeDef, unknown>;
4518
4563
  /** @internal */
4519
- export type OneHundredAndSixty$Outbound = {
4520
- team: UserEventPayload160Team$Outbound;
4521
- configuration: UserEventPayload160Configuration$Outbound;
4564
+ export type OneHundredAndSixtyTwo$Outbound = {
4565
+ team: UserEventPayload162Team$Outbound;
4566
+ configuration: UserEventPayload162Configuration$Outbound;
4522
4567
  peering: PayloadPeering$Outbound;
4523
4568
  };
4524
4569
  /** @internal */
4525
- export declare const OneHundredAndSixty$outboundSchema: z.ZodType<OneHundredAndSixty$Outbound, z.ZodTypeDef, OneHundredAndSixty>;
4570
+ export declare const OneHundredAndSixtyTwo$outboundSchema: z.ZodType<OneHundredAndSixtyTwo$Outbound, z.ZodTypeDef, OneHundredAndSixtyTwo>;
4526
4571
  /**
4527
4572
  * @internal
4528
4573
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4529
4574
  */
4530
- export declare namespace OneHundredAndSixty$ {
4531
- /** @deprecated use `OneHundredAndSixty$inboundSchema` instead. */
4532
- const inboundSchema: z.ZodType<OneHundredAndSixty, z.ZodTypeDef, unknown>;
4533
- /** @deprecated use `OneHundredAndSixty$outboundSchema` instead. */
4534
- const outboundSchema: z.ZodType<OneHundredAndSixty$Outbound, z.ZodTypeDef, OneHundredAndSixty>;
4535
- /** @deprecated use `OneHundredAndSixty$Outbound` instead. */
4536
- type Outbound = OneHundredAndSixty$Outbound;
4575
+ export declare namespace OneHundredAndSixtyTwo$ {
4576
+ /** @deprecated use `OneHundredAndSixtyTwo$inboundSchema` instead. */
4577
+ const inboundSchema: z.ZodType<OneHundredAndSixtyTwo, z.ZodTypeDef, unknown>;
4578
+ /** @deprecated use `OneHundredAndSixtyTwo$outboundSchema` instead. */
4579
+ const outboundSchema: z.ZodType<OneHundredAndSixtyTwo$Outbound, z.ZodTypeDef, OneHundredAndSixtyTwo>;
4580
+ /** @deprecated use `OneHundredAndSixtyTwo$Outbound` instead. */
4581
+ type Outbound = OneHundredAndSixtyTwo$Outbound;
4537
4582
  }
4538
- export declare function oneHundredAndSixtyToJSON(oneHundredAndSixty: OneHundredAndSixty): string;
4539
- export declare function oneHundredAndSixtyFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixty, SDKValidationError>;
4583
+ export declare function oneHundredAndSixtyTwoToJSON(oneHundredAndSixtyTwo: OneHundredAndSixtyTwo): string;
4584
+ export declare function oneHundredAndSixtyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyTwo, SDKValidationError>;
4540
4585
  /** @internal */
4541
- export declare const UserEventPayload159Team$inboundSchema: z.ZodType<UserEventPayload159Team, z.ZodTypeDef, unknown>;
4586
+ export declare const UserEventPayload161Team$inboundSchema: z.ZodType<UserEventPayload161Team, z.ZodTypeDef, unknown>;
4542
4587
  /** @internal */
4543
- export type UserEventPayload159Team$Outbound = {
4588
+ export type UserEventPayload161Team$Outbound = {
4544
4589
  id: string;
4545
4590
  name: string;
4546
4591
  };
4547
4592
  /** @internal */
4548
- export declare const UserEventPayload159Team$outboundSchema: z.ZodType<UserEventPayload159Team$Outbound, z.ZodTypeDef, UserEventPayload159Team>;
4593
+ export declare const UserEventPayload161Team$outboundSchema: z.ZodType<UserEventPayload161Team$Outbound, z.ZodTypeDef, UserEventPayload161Team>;
4549
4594
  /**
4550
4595
  * @internal
4551
4596
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4552
4597
  */
4553
- export declare namespace UserEventPayload159Team$ {
4554
- /** @deprecated use `UserEventPayload159Team$inboundSchema` instead. */
4555
- const inboundSchema: z.ZodType<UserEventPayload159Team, z.ZodTypeDef, unknown>;
4556
- /** @deprecated use `UserEventPayload159Team$outboundSchema` instead. */
4557
- const outboundSchema: z.ZodType<UserEventPayload159Team$Outbound, z.ZodTypeDef, UserEventPayload159Team>;
4558
- /** @deprecated use `UserEventPayload159Team$Outbound` instead. */
4559
- type Outbound = UserEventPayload159Team$Outbound;
4598
+ export declare namespace UserEventPayload161Team$ {
4599
+ /** @deprecated use `UserEventPayload161Team$inboundSchema` instead. */
4600
+ const inboundSchema: z.ZodType<UserEventPayload161Team, z.ZodTypeDef, unknown>;
4601
+ /** @deprecated use `UserEventPayload161Team$outboundSchema` instead. */
4602
+ const outboundSchema: z.ZodType<UserEventPayload161Team$Outbound, z.ZodTypeDef, UserEventPayload161Team>;
4603
+ /** @deprecated use `UserEventPayload161Team$Outbound` instead. */
4604
+ type Outbound = UserEventPayload161Team$Outbound;
4560
4605
  }
4561
- export declare function userEventPayload159TeamToJSON(userEventPayload159Team: UserEventPayload159Team): string;
4562
- export declare function userEventPayload159TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload159Team, SDKValidationError>;
4606
+ export declare function userEventPayload161TeamToJSON(userEventPayload161Team: UserEventPayload161Team): string;
4607
+ export declare function userEventPayload161TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload161Team, SDKValidationError>;
4563
4608
  /** @internal */
4564
- export declare const UserEventPayload159Configuration$inboundSchema: z.ZodType<UserEventPayload159Configuration, z.ZodTypeDef, unknown>;
4609
+ export declare const UserEventPayload161Configuration$inboundSchema: z.ZodType<UserEventPayload161Configuration, z.ZodTypeDef, unknown>;
4565
4610
  /** @internal */
4566
- export type UserEventPayload159Configuration$Outbound = {
4611
+ export type UserEventPayload161Configuration$Outbound = {
4567
4612
  id: string;
4568
4613
  name?: string | undefined;
4569
4614
  };
4570
4615
  /** @internal */
4571
- export declare const UserEventPayload159Configuration$outboundSchema: z.ZodType<UserEventPayload159Configuration$Outbound, z.ZodTypeDef, UserEventPayload159Configuration>;
4616
+ export declare const UserEventPayload161Configuration$outboundSchema: z.ZodType<UserEventPayload161Configuration$Outbound, z.ZodTypeDef, UserEventPayload161Configuration>;
4572
4617
  /**
4573
4618
  * @internal
4574
4619
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4575
4620
  */
4576
- export declare namespace UserEventPayload159Configuration$ {
4577
- /** @deprecated use `UserEventPayload159Configuration$inboundSchema` instead. */
4578
- const inboundSchema: z.ZodType<UserEventPayload159Configuration, z.ZodTypeDef, unknown>;
4579
- /** @deprecated use `UserEventPayload159Configuration$outboundSchema` instead. */
4580
- const outboundSchema: z.ZodType<UserEventPayload159Configuration$Outbound, z.ZodTypeDef, UserEventPayload159Configuration>;
4581
- /** @deprecated use `UserEventPayload159Configuration$Outbound` instead. */
4582
- type Outbound = UserEventPayload159Configuration$Outbound;
4621
+ export declare namespace UserEventPayload161Configuration$ {
4622
+ /** @deprecated use `UserEventPayload161Configuration$inboundSchema` instead. */
4623
+ const inboundSchema: z.ZodType<UserEventPayload161Configuration, z.ZodTypeDef, unknown>;
4624
+ /** @deprecated use `UserEventPayload161Configuration$outboundSchema` instead. */
4625
+ const outboundSchema: z.ZodType<UserEventPayload161Configuration$Outbound, z.ZodTypeDef, UserEventPayload161Configuration>;
4626
+ /** @deprecated use `UserEventPayload161Configuration$Outbound` instead. */
4627
+ type Outbound = UserEventPayload161Configuration$Outbound;
4583
4628
  }
4584
- export declare function userEventPayload159ConfigurationToJSON(userEventPayload159Configuration: UserEventPayload159Configuration): string;
4585
- export declare function userEventPayload159ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload159Configuration, SDKValidationError>;
4629
+ export declare function userEventPayload161ConfigurationToJSON(userEventPayload161Configuration: UserEventPayload161Configuration): string;
4630
+ export declare function userEventPayload161ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload161Configuration, SDKValidationError>;
4586
4631
  /** @internal */
4587
4632
  export declare const Peering$inboundSchema: z.ZodType<Peering, z.ZodTypeDef, unknown>;
4588
4633
  /** @internal */
@@ -4609,12 +4654,59 @@ export declare namespace Peering$ {
4609
4654
  export declare function peeringToJSON(peering: Peering): string;
4610
4655
  export declare function peeringFromJSON(jsonString: string): SafeParseResult<Peering, SDKValidationError>;
4611
4656
  /** @internal */
4657
+ export declare const OneHundredAndSixtyOne$inboundSchema: z.ZodType<OneHundredAndSixtyOne, z.ZodTypeDef, unknown>;
4658
+ /** @internal */
4659
+ export type OneHundredAndSixtyOne$Outbound = {
4660
+ team: UserEventPayload161Team$Outbound;
4661
+ configuration: UserEventPayload161Configuration$Outbound;
4662
+ peering: Peering$Outbound;
4663
+ };
4664
+ /** @internal */
4665
+ export declare const OneHundredAndSixtyOne$outboundSchema: z.ZodType<OneHundredAndSixtyOne$Outbound, z.ZodTypeDef, OneHundredAndSixtyOne>;
4666
+ /**
4667
+ * @internal
4668
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4669
+ */
4670
+ export declare namespace OneHundredAndSixtyOne$ {
4671
+ /** @deprecated use `OneHundredAndSixtyOne$inboundSchema` instead. */
4672
+ const inboundSchema: z.ZodType<OneHundredAndSixtyOne, z.ZodTypeDef, unknown>;
4673
+ /** @deprecated use `OneHundredAndSixtyOne$outboundSchema` instead. */
4674
+ const outboundSchema: z.ZodType<OneHundredAndSixtyOne$Outbound, z.ZodTypeDef, OneHundredAndSixtyOne>;
4675
+ /** @deprecated use `OneHundredAndSixtyOne$Outbound` instead. */
4676
+ type Outbound = OneHundredAndSixtyOne$Outbound;
4677
+ }
4678
+ export declare function oneHundredAndSixtyOneToJSON(oneHundredAndSixtyOne: OneHundredAndSixtyOne): string;
4679
+ export declare function oneHundredAndSixtyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyOne, SDKValidationError>;
4680
+ /** @internal */
4681
+ export declare const OneHundredAndSixty$inboundSchema: z.ZodType<OneHundredAndSixty, z.ZodTypeDef, unknown>;
4682
+ /** @internal */
4683
+ export type OneHundredAndSixty$Outbound = {
4684
+ appName: string;
4685
+ appId?: string | undefined;
4686
+ installationId?: string | undefined;
4687
+ };
4688
+ /** @internal */
4689
+ export declare const OneHundredAndSixty$outboundSchema: z.ZodType<OneHundredAndSixty$Outbound, z.ZodTypeDef, OneHundredAndSixty>;
4690
+ /**
4691
+ * @internal
4692
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4693
+ */
4694
+ export declare namespace OneHundredAndSixty$ {
4695
+ /** @deprecated use `OneHundredAndSixty$inboundSchema` instead. */
4696
+ const inboundSchema: z.ZodType<OneHundredAndSixty, z.ZodTypeDef, unknown>;
4697
+ /** @deprecated use `OneHundredAndSixty$outboundSchema` instead. */
4698
+ const outboundSchema: z.ZodType<OneHundredAndSixty$Outbound, z.ZodTypeDef, OneHundredAndSixty>;
4699
+ /** @deprecated use `OneHundredAndSixty$Outbound` instead. */
4700
+ type Outbound = OneHundredAndSixty$Outbound;
4701
+ }
4702
+ export declare function oneHundredAndSixtyToJSON(oneHundredAndSixty: OneHundredAndSixty): string;
4703
+ export declare function oneHundredAndSixtyFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixty, SDKValidationError>;
4704
+ /** @internal */
4612
4705
  export declare const OneHundredAndFiftyNine$inboundSchema: z.ZodType<OneHundredAndFiftyNine, z.ZodTypeDef, unknown>;
4613
4706
  /** @internal */
4614
4707
  export type OneHundredAndFiftyNine$Outbound = {
4615
- team: UserEventPayload159Team$Outbound;
4616
- configuration: UserEventPayload159Configuration$Outbound;
4617
- peering: Peering$Outbound;
4708
+ appName: string;
4709
+ appId?: string | undefined;
4618
4710
  };
4619
4711
  /** @internal */
4620
4712
  export declare const OneHundredAndFiftyNine$outboundSchema: z.ZodType<OneHundredAndFiftyNine$Outbound, z.ZodTypeDef, OneHundredAndFiftyNine>;
@@ -4637,8 +4729,7 @@ export declare const OneHundredAndFiftyEight$inboundSchema: z.ZodType<OneHundred
4637
4729
  /** @internal */
4638
4730
  export type OneHundredAndFiftyEight$Outbound = {
4639
4731
  appName: string;
4640
- appId?: string | undefined;
4641
- installationId?: string | undefined;
4732
+ appId: string;
4642
4733
  };
4643
4734
  /** @internal */
4644
4735
  export declare const OneHundredAndFiftyEight$outboundSchema: z.ZodType<OneHundredAndFiftyEight$Outbound, z.ZodTypeDef, OneHundredAndFiftyEight>;
@@ -4661,7 +4752,6 @@ export declare const OneHundredAndFiftySeven$inboundSchema: z.ZodType<OneHundred
4661
4752
  /** @internal */
4662
4753
  export type OneHundredAndFiftySeven$Outbound = {
4663
4754
  appName: string;
4664
- appId?: string | undefined;
4665
4755
  };
4666
4756
  /** @internal */
4667
4757
  export declare const OneHundredAndFiftySeven$outboundSchema: z.ZodType<OneHundredAndFiftySeven$Outbound, z.ZodTypeDef, OneHundredAndFiftySeven>;
@@ -4684,7 +4774,7 @@ export declare const OneHundredAndFiftySix$inboundSchema: z.ZodType<OneHundredAn
4684
4774
  /** @internal */
4685
4775
  export type OneHundredAndFiftySix$Outbound = {
4686
4776
  appName: string;
4687
- appId: string;
4777
+ nextScopes: Array<string>;
4688
4778
  };
4689
4779
  /** @internal */
4690
4780
  export declare const OneHundredAndFiftySix$outboundSchema: z.ZodType<OneHundredAndFiftySix$Outbound, z.ZodTypeDef, OneHundredAndFiftySix>;
@@ -4707,6 +4797,7 @@ export declare const OneHundredAndFiftyFive$inboundSchema: z.ZodType<OneHundredA
4707
4797
  /** @internal */
4708
4798
  export type OneHundredAndFiftyFive$Outbound = {
4709
4799
  appName: string;
4800
+ scopes: Array<string>;
4710
4801
  };
4711
4802
  /** @internal */
4712
4803
  export declare const OneHundredAndFiftyFive$outboundSchema: z.ZodType<OneHundredAndFiftyFive$Outbound, z.ZodTypeDef, OneHundredAndFiftyFive>;
@@ -4728,8 +4819,8 @@ export declare function oneHundredAndFiftyFiveFromJSON(jsonString: string): Safe
4728
4819
  export declare const OneHundredAndFiftyFour$inboundSchema: z.ZodType<OneHundredAndFiftyFour, z.ZodTypeDef, unknown>;
4729
4820
  /** @internal */
4730
4821
  export type OneHundredAndFiftyFour$Outbound = {
4731
- appName: string;
4732
- nextScopes: Array<string>;
4822
+ oldName: string;
4823
+ newName: string;
4733
4824
  };
4734
4825
  /** @internal */
4735
4826
  export declare const OneHundredAndFiftyFour$outboundSchema: z.ZodType<OneHundredAndFiftyFour$Outbound, z.ZodTypeDef, OneHundredAndFiftyFour>;
@@ -4748,52 +4839,6 @@ export declare namespace OneHundredAndFiftyFour$ {
4748
4839
  export declare function oneHundredAndFiftyFourToJSON(oneHundredAndFiftyFour: OneHundredAndFiftyFour): string;
4749
4840
  export declare function oneHundredAndFiftyFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyFour, SDKValidationError>;
4750
4841
  /** @internal */
4751
- export declare const OneHundredAndFiftyThree$inboundSchema: z.ZodType<OneHundredAndFiftyThree, z.ZodTypeDef, unknown>;
4752
- /** @internal */
4753
- export type OneHundredAndFiftyThree$Outbound = {
4754
- appName: string;
4755
- scopes: Array<string>;
4756
- };
4757
- /** @internal */
4758
- export declare const OneHundredAndFiftyThree$outboundSchema: z.ZodType<OneHundredAndFiftyThree$Outbound, z.ZodTypeDef, OneHundredAndFiftyThree>;
4759
- /**
4760
- * @internal
4761
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4762
- */
4763
- export declare namespace OneHundredAndFiftyThree$ {
4764
- /** @deprecated use `OneHundredAndFiftyThree$inboundSchema` instead. */
4765
- const inboundSchema: z.ZodType<OneHundredAndFiftyThree, z.ZodTypeDef, unknown>;
4766
- /** @deprecated use `OneHundredAndFiftyThree$outboundSchema` instead. */
4767
- const outboundSchema: z.ZodType<OneHundredAndFiftyThree$Outbound, z.ZodTypeDef, OneHundredAndFiftyThree>;
4768
- /** @deprecated use `OneHundredAndFiftyThree$Outbound` instead. */
4769
- type Outbound = OneHundredAndFiftyThree$Outbound;
4770
- }
4771
- export declare function oneHundredAndFiftyThreeToJSON(oneHundredAndFiftyThree: OneHundredAndFiftyThree): string;
4772
- export declare function oneHundredAndFiftyThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyThree, SDKValidationError>;
4773
- /** @internal */
4774
- export declare const OneHundredAndFiftyTwo$inboundSchema: z.ZodType<OneHundredAndFiftyTwo, z.ZodTypeDef, unknown>;
4775
- /** @internal */
4776
- export type OneHundredAndFiftyTwo$Outbound = {
4777
- oldName: string;
4778
- newName: string;
4779
- };
4780
- /** @internal */
4781
- export declare const OneHundredAndFiftyTwo$outboundSchema: z.ZodType<OneHundredAndFiftyTwo$Outbound, z.ZodTypeDef, OneHundredAndFiftyTwo>;
4782
- /**
4783
- * @internal
4784
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4785
- */
4786
- export declare namespace OneHundredAndFiftyTwo$ {
4787
- /** @deprecated use `OneHundredAndFiftyTwo$inboundSchema` instead. */
4788
- const inboundSchema: z.ZodType<OneHundredAndFiftyTwo, z.ZodTypeDef, unknown>;
4789
- /** @deprecated use `OneHundredAndFiftyTwo$outboundSchema` instead. */
4790
- const outboundSchema: z.ZodType<OneHundredAndFiftyTwo$Outbound, z.ZodTypeDef, OneHundredAndFiftyTwo>;
4791
- /** @deprecated use `OneHundredAndFiftyTwo$Outbound` instead. */
4792
- type Outbound = OneHundredAndFiftyTwo$Outbound;
4793
- }
4794
- export declare function oneHundredAndFiftyTwoToJSON(oneHundredAndFiftyTwo: OneHundredAndFiftyTwo): string;
4795
- export declare function oneHundredAndFiftyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyTwo, SDKValidationError>;
4796
- /** @internal */
4797
4842
  export declare const Tier$inboundSchema: z.ZodNativeEnum<typeof Tier>;
4798
4843
  /** @internal */
4799
4844
  export declare const Tier$outboundSchema: z.ZodNativeEnum<typeof Tier>;
@@ -4814,27 +4859,27 @@ export declare namespace Tier$ {
4814
4859
  }>;
4815
4860
  }
4816
4861
  /** @internal */
4817
- export declare const OneHundredAndFiftyOne$inboundSchema: z.ZodType<OneHundredAndFiftyOne, z.ZodTypeDef, unknown>;
4862
+ export declare const OneHundredAndFiftyThree$inboundSchema: z.ZodType<OneHundredAndFiftyThree, z.ZodTypeDef, unknown>;
4818
4863
  /** @internal */
4819
- export type OneHundredAndFiftyOne$Outbound = {
4864
+ export type OneHundredAndFiftyThree$Outbound = {
4820
4865
  tier: string;
4821
4866
  };
4822
4867
  /** @internal */
4823
- export declare const OneHundredAndFiftyOne$outboundSchema: z.ZodType<OneHundredAndFiftyOne$Outbound, z.ZodTypeDef, OneHundredAndFiftyOne>;
4868
+ export declare const OneHundredAndFiftyThree$outboundSchema: z.ZodType<OneHundredAndFiftyThree$Outbound, z.ZodTypeDef, OneHundredAndFiftyThree>;
4824
4869
  /**
4825
4870
  * @internal
4826
4871
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4827
4872
  */
4828
- export declare namespace OneHundredAndFiftyOne$ {
4829
- /** @deprecated use `OneHundredAndFiftyOne$inboundSchema` instead. */
4830
- const inboundSchema: z.ZodType<OneHundredAndFiftyOne, z.ZodTypeDef, unknown>;
4831
- /** @deprecated use `OneHundredAndFiftyOne$outboundSchema` instead. */
4832
- const outboundSchema: z.ZodType<OneHundredAndFiftyOne$Outbound, z.ZodTypeDef, OneHundredAndFiftyOne>;
4833
- /** @deprecated use `OneHundredAndFiftyOne$Outbound` instead. */
4834
- type Outbound = OneHundredAndFiftyOne$Outbound;
4873
+ export declare namespace OneHundredAndFiftyThree$ {
4874
+ /** @deprecated use `OneHundredAndFiftyThree$inboundSchema` instead. */
4875
+ const inboundSchema: z.ZodType<OneHundredAndFiftyThree, z.ZodTypeDef, unknown>;
4876
+ /** @deprecated use `OneHundredAndFiftyThree$outboundSchema` instead. */
4877
+ const outboundSchema: z.ZodType<OneHundredAndFiftyThree$Outbound, z.ZodTypeDef, OneHundredAndFiftyThree>;
4878
+ /** @deprecated use `OneHundredAndFiftyThree$Outbound` instead. */
4879
+ type Outbound = OneHundredAndFiftyThree$Outbound;
4835
4880
  }
4836
- export declare function oneHundredAndFiftyOneToJSON(oneHundredAndFiftyOne: OneHundredAndFiftyOne): string;
4837
- export declare function oneHundredAndFiftyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyOne, SDKValidationError>;
4881
+ export declare function oneHundredAndFiftyThreeToJSON(oneHundredAndFiftyThree: OneHundredAndFiftyThree): string;
4882
+ export declare function oneHundredAndFiftyThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyThree, SDKValidationError>;
4838
4883
  /** @internal */
4839
4884
  export declare const ProjectWebAnalytics$inboundSchema: z.ZodType<ProjectWebAnalytics, z.ZodTypeDef, unknown>;
4840
4885
  /** @internal */
@@ -4888,30 +4933,30 @@ export declare namespace PrevProjectWebAnalytics$ {
4888
4933
  export declare function prevProjectWebAnalyticsToJSON(prevProjectWebAnalytics: PrevProjectWebAnalytics): string;
4889
4934
  export declare function prevProjectWebAnalyticsFromJSON(jsonString: string): SafeParseResult<PrevProjectWebAnalytics, SDKValidationError>;
4890
4935
  /** @internal */
4891
- export declare const OneHundredAndFifty$inboundSchema: z.ZodType<OneHundredAndFifty, z.ZodTypeDef, unknown>;
4936
+ export declare const OneHundredAndFiftyTwo$inboundSchema: z.ZodType<OneHundredAndFiftyTwo, z.ZodTypeDef, unknown>;
4892
4937
  /** @internal */
4893
- export type OneHundredAndFifty$Outbound = {
4938
+ export type OneHundredAndFiftyTwo$Outbound = {
4894
4939
  projectId: string;
4895
4940
  projectName: string;
4896
4941
  projectWebAnalytics?: ProjectWebAnalytics$Outbound | undefined;
4897
4942
  prevProjectWebAnalytics?: PrevProjectWebAnalytics$Outbound | null | undefined;
4898
4943
  };
4899
4944
  /** @internal */
4900
- export declare const OneHundredAndFifty$outboundSchema: z.ZodType<OneHundredAndFifty$Outbound, z.ZodTypeDef, OneHundredAndFifty>;
4945
+ export declare const OneHundredAndFiftyTwo$outboundSchema: z.ZodType<OneHundredAndFiftyTwo$Outbound, z.ZodTypeDef, OneHundredAndFiftyTwo>;
4901
4946
  /**
4902
4947
  * @internal
4903
4948
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4904
4949
  */
4905
- export declare namespace OneHundredAndFifty$ {
4906
- /** @deprecated use `OneHundredAndFifty$inboundSchema` instead. */
4907
- const inboundSchema: z.ZodType<OneHundredAndFifty, z.ZodTypeDef, unknown>;
4908
- /** @deprecated use `OneHundredAndFifty$outboundSchema` instead. */
4909
- const outboundSchema: z.ZodType<OneHundredAndFifty$Outbound, z.ZodTypeDef, OneHundredAndFifty>;
4910
- /** @deprecated use `OneHundredAndFifty$Outbound` instead. */
4911
- type Outbound = OneHundredAndFifty$Outbound;
4950
+ export declare namespace OneHundredAndFiftyTwo$ {
4951
+ /** @deprecated use `OneHundredAndFiftyTwo$inboundSchema` instead. */
4952
+ const inboundSchema: z.ZodType<OneHundredAndFiftyTwo, z.ZodTypeDef, unknown>;
4953
+ /** @deprecated use `OneHundredAndFiftyTwo$outboundSchema` instead. */
4954
+ const outboundSchema: z.ZodType<OneHundredAndFiftyTwo$Outbound, z.ZodTypeDef, OneHundredAndFiftyTwo>;
4955
+ /** @deprecated use `OneHundredAndFiftyTwo$Outbound` instead. */
4956
+ type Outbound = OneHundredAndFiftyTwo$Outbound;
4912
4957
  }
4913
- export declare function oneHundredAndFiftyToJSON(oneHundredAndFifty: OneHundredAndFifty): string;
4914
- export declare function oneHundredAndFiftyFromJSON(jsonString: string): SafeParseResult<OneHundredAndFifty, SDKValidationError>;
4958
+ export declare function oneHundredAndFiftyTwoToJSON(oneHundredAndFiftyTwo: OneHundredAndFiftyTwo): string;
4959
+ export declare function oneHundredAndFiftyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyTwo, SDKValidationError>;
4915
4960
  /** @internal */
4916
4961
  export declare const Microfrontends2$inboundSchema: z.ZodType<Microfrontends2, z.ZodTypeDef, unknown>;
4917
4962
  /** @internal */
@@ -4984,29 +5029,29 @@ export declare namespace Microfrontends$ {
4984
5029
  export declare function microfrontendsToJSON(microfrontends: Microfrontends): string;
4985
5030
  export declare function microfrontendsFromJSON(jsonString: string): SafeParseResult<Microfrontends, SDKValidationError>;
4986
5031
  /** @internal */
4987
- export declare const UserEventPayload149Project$inboundSchema: z.ZodType<UserEventPayload149Project, z.ZodTypeDef, unknown>;
5032
+ export declare const UserEventPayload151Project$inboundSchema: z.ZodType<UserEventPayload151Project, z.ZodTypeDef, unknown>;
4988
5033
  /** @internal */
4989
- export type UserEventPayload149Project$Outbound = {
5034
+ export type UserEventPayload151Project$Outbound = {
4990
5035
  id: string;
4991
5036
  name: string;
4992
5037
  microfrontends?: Microfrontends1$Outbound | Microfrontends2$Outbound | undefined;
4993
5038
  };
4994
5039
  /** @internal */
4995
- export declare const UserEventPayload149Project$outboundSchema: z.ZodType<UserEventPayload149Project$Outbound, z.ZodTypeDef, UserEventPayload149Project>;
5040
+ export declare const UserEventPayload151Project$outboundSchema: z.ZodType<UserEventPayload151Project$Outbound, z.ZodTypeDef, UserEventPayload151Project>;
4996
5041
  /**
4997
5042
  * @internal
4998
5043
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4999
5044
  */
5000
- export declare namespace UserEventPayload149Project$ {
5001
- /** @deprecated use `UserEventPayload149Project$inboundSchema` instead. */
5002
- const inboundSchema: z.ZodType<UserEventPayload149Project, z.ZodTypeDef, unknown>;
5003
- /** @deprecated use `UserEventPayload149Project$outboundSchema` instead. */
5004
- const outboundSchema: z.ZodType<UserEventPayload149Project$Outbound, z.ZodTypeDef, UserEventPayload149Project>;
5005
- /** @deprecated use `UserEventPayload149Project$Outbound` instead. */
5006
- type Outbound = UserEventPayload149Project$Outbound;
5045
+ export declare namespace UserEventPayload151Project$ {
5046
+ /** @deprecated use `UserEventPayload151Project$inboundSchema` instead. */
5047
+ const inboundSchema: z.ZodType<UserEventPayload151Project, z.ZodTypeDef, unknown>;
5048
+ /** @deprecated use `UserEventPayload151Project$outboundSchema` instead. */
5049
+ const outboundSchema: z.ZodType<UserEventPayload151Project$Outbound, z.ZodTypeDef, UserEventPayload151Project>;
5050
+ /** @deprecated use `UserEventPayload151Project$Outbound` instead. */
5051
+ type Outbound = UserEventPayload151Project$Outbound;
5007
5052
  }
5008
- export declare function userEventPayload149ProjectToJSON(userEventPayload149Project: UserEventPayload149Project): string;
5009
- export declare function userEventPayload149ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload149Project, SDKValidationError>;
5053
+ export declare function userEventPayload151ProjectToJSON(userEventPayload151Project: UserEventPayload151Project): string;
5054
+ export declare function userEventPayload151ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload151Project, SDKValidationError>;
5010
5055
  /** @internal */
5011
5056
  export declare const UserEventMicrofrontends2$inboundSchema: z.ZodType<UserEventMicrofrontends2, z.ZodTypeDef, unknown>;
5012
5057
  /** @internal */
@@ -5079,32 +5124,32 @@ export declare namespace PayloadMicrofrontends$ {
5079
5124
  export declare function payloadMicrofrontendsToJSON(payloadMicrofrontends: PayloadMicrofrontends): string;
5080
5125
  export declare function payloadMicrofrontendsFromJSON(jsonString: string): SafeParseResult<PayloadMicrofrontends, SDKValidationError>;
5081
5126
  /** @internal */
5082
- export declare const UserEventPayload149PrevProject$inboundSchema: z.ZodType<UserEventPayload149PrevProject, z.ZodTypeDef, unknown>;
5127
+ export declare const UserEventPayload151PrevProject$inboundSchema: z.ZodType<UserEventPayload151PrevProject, z.ZodTypeDef, unknown>;
5083
5128
  /** @internal */
5084
- export type UserEventPayload149PrevProject$Outbound = {
5129
+ export type UserEventPayload151PrevProject$Outbound = {
5085
5130
  microfrontends?: UserEventMicrofrontends1$Outbound | UserEventMicrofrontends2$Outbound | undefined;
5086
5131
  };
5087
5132
  /** @internal */
5088
- export declare const UserEventPayload149PrevProject$outboundSchema: z.ZodType<UserEventPayload149PrevProject$Outbound, z.ZodTypeDef, UserEventPayload149PrevProject>;
5133
+ export declare const UserEventPayload151PrevProject$outboundSchema: z.ZodType<UserEventPayload151PrevProject$Outbound, z.ZodTypeDef, UserEventPayload151PrevProject>;
5089
5134
  /**
5090
5135
  * @internal
5091
5136
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5092
5137
  */
5093
- export declare namespace UserEventPayload149PrevProject$ {
5094
- /** @deprecated use `UserEventPayload149PrevProject$inboundSchema` instead. */
5095
- const inboundSchema: z.ZodType<UserEventPayload149PrevProject, z.ZodTypeDef, unknown>;
5096
- /** @deprecated use `UserEventPayload149PrevProject$outboundSchema` instead. */
5097
- const outboundSchema: z.ZodType<UserEventPayload149PrevProject$Outbound, z.ZodTypeDef, UserEventPayload149PrevProject>;
5098
- /** @deprecated use `UserEventPayload149PrevProject$Outbound` instead. */
5099
- type Outbound = UserEventPayload149PrevProject$Outbound;
5138
+ export declare namespace UserEventPayload151PrevProject$ {
5139
+ /** @deprecated use `UserEventPayload151PrevProject$inboundSchema` instead. */
5140
+ const inboundSchema: z.ZodType<UserEventPayload151PrevProject, z.ZodTypeDef, unknown>;
5141
+ /** @deprecated use `UserEventPayload151PrevProject$outboundSchema` instead. */
5142
+ const outboundSchema: z.ZodType<UserEventPayload151PrevProject$Outbound, z.ZodTypeDef, UserEventPayload151PrevProject>;
5143
+ /** @deprecated use `UserEventPayload151PrevProject$Outbound` instead. */
5144
+ type Outbound = UserEventPayload151PrevProject$Outbound;
5100
5145
  }
5101
- export declare function userEventPayload149PrevProjectToJSON(userEventPayload149PrevProject: UserEventPayload149PrevProject): string;
5102
- export declare function userEventPayload149PrevProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload149PrevProject, SDKValidationError>;
5146
+ export declare function userEventPayload151PrevProjectToJSON(userEventPayload151PrevProject: UserEventPayload151PrevProject): string;
5147
+ export declare function userEventPayload151PrevProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload151PrevProject, SDKValidationError>;
5103
5148
  /** @internal */
5104
5149
  export declare const PayloadPrev$inboundSchema: z.ZodType<PayloadPrev, z.ZodTypeDef, unknown>;
5105
5150
  /** @internal */
5106
5151
  export type PayloadPrev$Outbound = {
5107
- project: UserEventPayload149PrevProject$Outbound;
5152
+ project: UserEventPayload151PrevProject$Outbound;
5108
5153
  };
5109
5154
  /** @internal */
5110
5155
  export declare const PayloadPrev$outboundSchema: z.ZodType<PayloadPrev$Outbound, z.ZodTypeDef, PayloadPrev>;
@@ -5147,52 +5192,52 @@ export declare namespace PayloadGroup$ {
5147
5192
  export declare function payloadGroupToJSON(payloadGroup: PayloadGroup): string;
5148
5193
  export declare function payloadGroupFromJSON(jsonString: string): SafeParseResult<PayloadGroup, SDKValidationError>;
5149
5194
  /** @internal */
5150
- export declare const OneHundredAndFortyNine$inboundSchema: z.ZodType<OneHundredAndFortyNine, z.ZodTypeDef, unknown>;
5195
+ export declare const OneHundredAndFiftyOne$inboundSchema: z.ZodType<OneHundredAndFiftyOne, z.ZodTypeDef, unknown>;
5151
5196
  /** @internal */
5152
- export type OneHundredAndFortyNine$Outbound = {
5153
- project: UserEventPayload149Project$Outbound;
5197
+ export type OneHundredAndFiftyOne$Outbound = {
5198
+ project: UserEventPayload151Project$Outbound;
5154
5199
  prev: PayloadPrev$Outbound;
5155
5200
  group: PayloadGroup$Outbound;
5156
5201
  };
5157
5202
  /** @internal */
5158
- export declare const OneHundredAndFortyNine$outboundSchema: z.ZodType<OneHundredAndFortyNine$Outbound, z.ZodTypeDef, OneHundredAndFortyNine>;
5203
+ export declare const OneHundredAndFiftyOne$outboundSchema: z.ZodType<OneHundredAndFiftyOne$Outbound, z.ZodTypeDef, OneHundredAndFiftyOne>;
5159
5204
  /**
5160
5205
  * @internal
5161
5206
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5162
5207
  */
5163
- export declare namespace OneHundredAndFortyNine$ {
5164
- /** @deprecated use `OneHundredAndFortyNine$inboundSchema` instead. */
5165
- const inboundSchema: z.ZodType<OneHundredAndFortyNine, z.ZodTypeDef, unknown>;
5166
- /** @deprecated use `OneHundredAndFortyNine$outboundSchema` instead. */
5167
- const outboundSchema: z.ZodType<OneHundredAndFortyNine$Outbound, z.ZodTypeDef, OneHundredAndFortyNine>;
5168
- /** @deprecated use `OneHundredAndFortyNine$Outbound` instead. */
5169
- type Outbound = OneHundredAndFortyNine$Outbound;
5208
+ export declare namespace OneHundredAndFiftyOne$ {
5209
+ /** @deprecated use `OneHundredAndFiftyOne$inboundSchema` instead. */
5210
+ const inboundSchema: z.ZodType<OneHundredAndFiftyOne, z.ZodTypeDef, unknown>;
5211
+ /** @deprecated use `OneHundredAndFiftyOne$outboundSchema` instead. */
5212
+ const outboundSchema: z.ZodType<OneHundredAndFiftyOne$Outbound, z.ZodTypeDef, OneHundredAndFiftyOne>;
5213
+ /** @deprecated use `OneHundredAndFiftyOne$Outbound` instead. */
5214
+ type Outbound = OneHundredAndFiftyOne$Outbound;
5170
5215
  }
5171
- export declare function oneHundredAndFortyNineToJSON(oneHundredAndFortyNine: OneHundredAndFortyNine): string;
5172
- export declare function oneHundredAndFortyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyNine, SDKValidationError>;
5216
+ export declare function oneHundredAndFiftyOneToJSON(oneHundredAndFiftyOne: OneHundredAndFiftyOne): string;
5217
+ export declare function oneHundredAndFiftyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyOne, SDKValidationError>;
5173
5218
  /** @internal */
5174
- export declare const UserEventPayload148Project$inboundSchema: z.ZodType<UserEventPayload148Project, z.ZodTypeDef, unknown>;
5219
+ export declare const UserEventPayload150Project$inboundSchema: z.ZodType<UserEventPayload150Project, z.ZodTypeDef, unknown>;
5175
5220
  /** @internal */
5176
- export type UserEventPayload148Project$Outbound = {
5221
+ export type UserEventPayload150Project$Outbound = {
5177
5222
  id: string;
5178
5223
  name: string;
5179
5224
  };
5180
5225
  /** @internal */
5181
- export declare const UserEventPayload148Project$outboundSchema: z.ZodType<UserEventPayload148Project$Outbound, z.ZodTypeDef, UserEventPayload148Project>;
5226
+ export declare const UserEventPayload150Project$outboundSchema: z.ZodType<UserEventPayload150Project$Outbound, z.ZodTypeDef, UserEventPayload150Project>;
5182
5227
  /**
5183
5228
  * @internal
5184
5229
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5185
5230
  */
5186
- export declare namespace UserEventPayload148Project$ {
5187
- /** @deprecated use `UserEventPayload148Project$inboundSchema` instead. */
5188
- const inboundSchema: z.ZodType<UserEventPayload148Project, z.ZodTypeDef, unknown>;
5189
- /** @deprecated use `UserEventPayload148Project$outboundSchema` instead. */
5190
- const outboundSchema: z.ZodType<UserEventPayload148Project$Outbound, z.ZodTypeDef, UserEventPayload148Project>;
5191
- /** @deprecated use `UserEventPayload148Project$Outbound` instead. */
5192
- type Outbound = UserEventPayload148Project$Outbound;
5231
+ export declare namespace UserEventPayload150Project$ {
5232
+ /** @deprecated use `UserEventPayload150Project$inboundSchema` instead. */
5233
+ const inboundSchema: z.ZodType<UserEventPayload150Project, z.ZodTypeDef, unknown>;
5234
+ /** @deprecated use `UserEventPayload150Project$outboundSchema` instead. */
5235
+ const outboundSchema: z.ZodType<UserEventPayload150Project$Outbound, z.ZodTypeDef, UserEventPayload150Project>;
5236
+ /** @deprecated use `UserEventPayload150Project$Outbound` instead. */
5237
+ type Outbound = UserEventPayload150Project$Outbound;
5193
5238
  }
5194
- export declare function userEventPayload148ProjectToJSON(userEventPayload148Project: UserEventPayload148Project): string;
5195
- export declare function userEventPayload148ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload148Project, SDKValidationError>;
5239
+ export declare function userEventPayload150ProjectToJSON(userEventPayload150Project: UserEventPayload150Project): string;
5240
+ export declare function userEventPayload150ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload150Project, SDKValidationError>;
5196
5241
  /** @internal */
5197
5242
  export declare const Group$inboundSchema: z.ZodType<Group, z.ZodTypeDef, unknown>;
5198
5243
  /** @internal */
@@ -5218,28 +5263,28 @@ export declare namespace Group$ {
5218
5263
  export declare function groupToJSON(group: Group): string;
5219
5264
  export declare function groupFromJSON(jsonString: string): SafeParseResult<Group, SDKValidationError>;
5220
5265
  /** @internal */
5221
- export declare const OneHundredAndFortyEight$inboundSchema: z.ZodType<OneHundredAndFortyEight, z.ZodTypeDef, unknown>;
5266
+ export declare const OneHundredAndFifty$inboundSchema: z.ZodType<OneHundredAndFifty, z.ZodTypeDef, unknown>;
5222
5267
  /** @internal */
5223
- export type OneHundredAndFortyEight$Outbound = {
5224
- project: UserEventPayload148Project$Outbound;
5268
+ export type OneHundredAndFifty$Outbound = {
5269
+ project: UserEventPayload150Project$Outbound;
5225
5270
  group: Group$Outbound;
5226
5271
  };
5227
5272
  /** @internal */
5228
- export declare const OneHundredAndFortyEight$outboundSchema: z.ZodType<OneHundredAndFortyEight$Outbound, z.ZodTypeDef, OneHundredAndFortyEight>;
5273
+ export declare const OneHundredAndFifty$outboundSchema: z.ZodType<OneHundredAndFifty$Outbound, z.ZodTypeDef, OneHundredAndFifty>;
5229
5274
  /**
5230
5275
  * @internal
5231
5276
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5232
5277
  */
5233
- export declare namespace OneHundredAndFortyEight$ {
5234
- /** @deprecated use `OneHundredAndFortyEight$inboundSchema` instead. */
5235
- const inboundSchema: z.ZodType<OneHundredAndFortyEight, z.ZodTypeDef, unknown>;
5236
- /** @deprecated use `OneHundredAndFortyEight$outboundSchema` instead. */
5237
- const outboundSchema: z.ZodType<OneHundredAndFortyEight$Outbound, z.ZodTypeDef, OneHundredAndFortyEight>;
5238
- /** @deprecated use `OneHundredAndFortyEight$Outbound` instead. */
5239
- type Outbound = OneHundredAndFortyEight$Outbound;
5278
+ export declare namespace OneHundredAndFifty$ {
5279
+ /** @deprecated use `OneHundredAndFifty$inboundSchema` instead. */
5280
+ const inboundSchema: z.ZodType<OneHundredAndFifty, z.ZodTypeDef, unknown>;
5281
+ /** @deprecated use `OneHundredAndFifty$outboundSchema` instead. */
5282
+ const outboundSchema: z.ZodType<OneHundredAndFifty$Outbound, z.ZodTypeDef, OneHundredAndFifty>;
5283
+ /** @deprecated use `OneHundredAndFifty$Outbound` instead. */
5284
+ type Outbound = OneHundredAndFifty$Outbound;
5240
5285
  }
5241
- export declare function oneHundredAndFortyEightToJSON(oneHundredAndFortyEight: OneHundredAndFortyEight): string;
5242
- export declare function oneHundredAndFortyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyEight, SDKValidationError>;
5286
+ export declare function oneHundredAndFiftyToJSON(oneHundredAndFifty: OneHundredAndFifty): string;
5287
+ export declare function oneHundredAndFiftyFromJSON(jsonString: string): SafeParseResult<OneHundredAndFifty, SDKValidationError>;
5243
5288
  /** @internal */
5244
5289
  export declare const Prev$inboundSchema: z.ZodType<Prev, z.ZodTypeDef, unknown>;
5245
5290
  /** @internal */
@@ -5247,6 +5292,7 @@ export type Prev$Outbound = {
5247
5292
  name: string;
5248
5293
  slug: string;
5249
5294
  fallbackEnvironment: string;
5295
+ enableMfeAliases?: boolean | undefined;
5250
5296
  };
5251
5297
  /** @internal */
5252
5298
  export declare const Prev$outboundSchema: z.ZodType<Prev$Outbound, z.ZodTypeDef, Prev>;
@@ -5265,80 +5311,130 @@ export declare namespace Prev$ {
5265
5311
  export declare function prevToJSON(prev: Prev): string;
5266
5312
  export declare function prevFromJSON(jsonString: string): SafeParseResult<Prev, SDKValidationError>;
5267
5313
  /** @internal */
5268
- export declare const OneHundredAndFortySeven$inboundSchema: z.ZodType<OneHundredAndFortySeven, z.ZodTypeDef, unknown>;
5314
+ export declare const OneHundredAndFortyNine$inboundSchema: z.ZodType<OneHundredAndFortyNine, z.ZodTypeDef, unknown>;
5269
5315
  /** @internal */
5270
- export type OneHundredAndFortySeven$Outbound = {
5316
+ export type OneHundredAndFortyNine$Outbound = {
5271
5317
  id: string;
5272
5318
  slug?: string | undefined;
5273
5319
  name?: string | undefined;
5274
5320
  fallbackEnvironment?: string | undefined;
5321
+ enableMfeAliases?: boolean | undefined;
5275
5322
  prev: Prev$Outbound;
5276
5323
  };
5277
5324
  /** @internal */
5278
- export declare const OneHundredAndFortySeven$outboundSchema: z.ZodType<OneHundredAndFortySeven$Outbound, z.ZodTypeDef, OneHundredAndFortySeven>;
5325
+ export declare const OneHundredAndFortyNine$outboundSchema: z.ZodType<OneHundredAndFortyNine$Outbound, z.ZodTypeDef, OneHundredAndFortyNine>;
5279
5326
  /**
5280
5327
  * @internal
5281
5328
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5282
5329
  */
5283
- export declare namespace OneHundredAndFortySeven$ {
5284
- /** @deprecated use `OneHundredAndFortySeven$inboundSchema` instead. */
5285
- const inboundSchema: z.ZodType<OneHundredAndFortySeven, z.ZodTypeDef, unknown>;
5286
- /** @deprecated use `OneHundredAndFortySeven$outboundSchema` instead. */
5287
- const outboundSchema: z.ZodType<OneHundredAndFortySeven$Outbound, z.ZodTypeDef, OneHundredAndFortySeven>;
5288
- /** @deprecated use `OneHundredAndFortySeven$Outbound` instead. */
5289
- type Outbound = OneHundredAndFortySeven$Outbound;
5330
+ export declare namespace OneHundredAndFortyNine$ {
5331
+ /** @deprecated use `OneHundredAndFortyNine$inboundSchema` instead. */
5332
+ const inboundSchema: z.ZodType<OneHundredAndFortyNine, z.ZodTypeDef, unknown>;
5333
+ /** @deprecated use `OneHundredAndFortyNine$outboundSchema` instead. */
5334
+ const outboundSchema: z.ZodType<OneHundredAndFortyNine$Outbound, z.ZodTypeDef, OneHundredAndFortyNine>;
5335
+ /** @deprecated use `OneHundredAndFortyNine$Outbound` instead. */
5336
+ type Outbound = OneHundredAndFortyNine$Outbound;
5290
5337
  }
5291
- export declare function oneHundredAndFortySevenToJSON(oneHundredAndFortySeven: OneHundredAndFortySeven): string;
5292
- export declare function oneHundredAndFortySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortySeven, SDKValidationError>;
5338
+ export declare function oneHundredAndFortyNineToJSON(oneHundredAndFortyNine: OneHundredAndFortyNine): string;
5339
+ export declare function oneHundredAndFortyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyNine, SDKValidationError>;
5293
5340
  /** @internal */
5294
- export declare const OneHundredAndFortySix$inboundSchema: z.ZodType<OneHundredAndFortySix, z.ZodTypeDef, unknown>;
5341
+ export declare const OneHundredAndFortyEight$inboundSchema: z.ZodType<OneHundredAndFortyEight, z.ZodTypeDef, unknown>;
5295
5342
  /** @internal */
5296
- export type OneHundredAndFortySix$Outbound = {
5343
+ export type OneHundredAndFortyEight$Outbound = {
5297
5344
  id: string;
5298
5345
  slug: string;
5299
5346
  name: string;
5300
5347
  };
5301
5348
  /** @internal */
5302
- export declare const OneHundredAndFortySix$outboundSchema: z.ZodType<OneHundredAndFortySix$Outbound, z.ZodTypeDef, OneHundredAndFortySix>;
5349
+ export declare const OneHundredAndFortyEight$outboundSchema: z.ZodType<OneHundredAndFortyEight$Outbound, z.ZodTypeDef, OneHundredAndFortyEight>;
5303
5350
  /**
5304
5351
  * @internal
5305
5352
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5306
5353
  */
5307
- export declare namespace OneHundredAndFortySix$ {
5308
- /** @deprecated use `OneHundredAndFortySix$inboundSchema` instead. */
5309
- const inboundSchema: z.ZodType<OneHundredAndFortySix, z.ZodTypeDef, unknown>;
5310
- /** @deprecated use `OneHundredAndFortySix$outboundSchema` instead. */
5311
- const outboundSchema: z.ZodType<OneHundredAndFortySix$Outbound, z.ZodTypeDef, OneHundredAndFortySix>;
5312
- /** @deprecated use `OneHundredAndFortySix$Outbound` instead. */
5313
- type Outbound = OneHundredAndFortySix$Outbound;
5354
+ export declare namespace OneHundredAndFortyEight$ {
5355
+ /** @deprecated use `OneHundredAndFortyEight$inboundSchema` instead. */
5356
+ const inboundSchema: z.ZodType<OneHundredAndFortyEight, z.ZodTypeDef, unknown>;
5357
+ /** @deprecated use `OneHundredAndFortyEight$outboundSchema` instead. */
5358
+ const outboundSchema: z.ZodType<OneHundredAndFortyEight$Outbound, z.ZodTypeDef, OneHundredAndFortyEight>;
5359
+ /** @deprecated use `OneHundredAndFortyEight$Outbound` instead. */
5360
+ type Outbound = OneHundredAndFortyEight$Outbound;
5314
5361
  }
5315
- export declare function oneHundredAndFortySixToJSON(oneHundredAndFortySix: OneHundredAndFortySix): string;
5316
- export declare function oneHundredAndFortySixFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortySix, SDKValidationError>;
5362
+ export declare function oneHundredAndFortyEightToJSON(oneHundredAndFortyEight: OneHundredAndFortyEight): string;
5363
+ export declare function oneHundredAndFortyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyEight, SDKValidationError>;
5317
5364
  /** @internal */
5318
- export declare const UserEventPayload145Action$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload145Action>;
5365
+ export declare const UserEventPayload147Action$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload147Action>;
5319
5366
  /** @internal */
5320
- export declare const UserEventPayload145Action$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload145Action>;
5367
+ export declare const UserEventPayload147Action$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload147Action>;
5321
5368
  /**
5322
5369
  * @internal
5323
5370
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5324
5371
  */
5325
- export declare namespace UserEventPayload145Action$ {
5326
- /** @deprecated use `UserEventPayload145Action$inboundSchema` instead. */
5372
+ export declare namespace UserEventPayload147Action$ {
5373
+ /** @deprecated use `UserEventPayload147Action$inboundSchema` instead. */
5327
5374
  const inboundSchema: z.ZodNativeEnum<{
5328
5375
  readonly Enable: "enable";
5329
5376
  readonly Disable: "disable";
5330
5377
  }>;
5331
- /** @deprecated use `UserEventPayload145Action$outboundSchema` instead. */
5378
+ /** @deprecated use `UserEventPayload147Action$outboundSchema` instead. */
5332
5379
  const outboundSchema: z.ZodNativeEnum<{
5333
5380
  readonly Enable: "enable";
5334
5381
  readonly Disable: "disable";
5335
5382
  }>;
5336
5383
  }
5337
5384
  /** @internal */
5385
+ export declare const OneHundredAndFortySeven$inboundSchema: z.ZodType<OneHundredAndFortySeven, z.ZodTypeDef, unknown>;
5386
+ /** @internal */
5387
+ export type OneHundredAndFortySeven$Outbound = {
5388
+ action: string;
5389
+ };
5390
+ /** @internal */
5391
+ export declare const OneHundredAndFortySeven$outboundSchema: z.ZodType<OneHundredAndFortySeven$Outbound, z.ZodTypeDef, OneHundredAndFortySeven>;
5392
+ /**
5393
+ * @internal
5394
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5395
+ */
5396
+ export declare namespace OneHundredAndFortySeven$ {
5397
+ /** @deprecated use `OneHundredAndFortySeven$inboundSchema` instead. */
5398
+ const inboundSchema: z.ZodType<OneHundredAndFortySeven, z.ZodTypeDef, unknown>;
5399
+ /** @deprecated use `OneHundredAndFortySeven$outboundSchema` instead. */
5400
+ const outboundSchema: z.ZodType<OneHundredAndFortySeven$Outbound, z.ZodTypeDef, OneHundredAndFortySeven>;
5401
+ /** @deprecated use `OneHundredAndFortySeven$Outbound` instead. */
5402
+ type Outbound = OneHundredAndFortySeven$Outbound;
5403
+ }
5404
+ export declare function oneHundredAndFortySevenToJSON(oneHundredAndFortySeven: OneHundredAndFortySeven): string;
5405
+ export declare function oneHundredAndFortySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortySeven, SDKValidationError>;
5406
+ /** @internal */
5407
+ export declare const OneHundredAndFortySix$inboundSchema: z.ZodType<OneHundredAndFortySix, z.ZodTypeDef, unknown>;
5408
+ /** @internal */
5409
+ export type OneHundredAndFortySix$Outbound = {
5410
+ edgeConfigId: string;
5411
+ edgeConfigSlug: string;
5412
+ edgeConfigTokenIds: Array<string>;
5413
+ };
5414
+ /** @internal */
5415
+ export declare const OneHundredAndFortySix$outboundSchema: z.ZodType<OneHundredAndFortySix$Outbound, z.ZodTypeDef, OneHundredAndFortySix>;
5416
+ /**
5417
+ * @internal
5418
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5419
+ */
5420
+ export declare namespace OneHundredAndFortySix$ {
5421
+ /** @deprecated use `OneHundredAndFortySix$inboundSchema` instead. */
5422
+ const inboundSchema: z.ZodType<OneHundredAndFortySix, z.ZodTypeDef, unknown>;
5423
+ /** @deprecated use `OneHundredAndFortySix$outboundSchema` instead. */
5424
+ const outboundSchema: z.ZodType<OneHundredAndFortySix$Outbound, z.ZodTypeDef, OneHundredAndFortySix>;
5425
+ /** @deprecated use `OneHundredAndFortySix$Outbound` instead. */
5426
+ type Outbound = OneHundredAndFortySix$Outbound;
5427
+ }
5428
+ export declare function oneHundredAndFortySixToJSON(oneHundredAndFortySix: OneHundredAndFortySix): string;
5429
+ export declare function oneHundredAndFortySixFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortySix, SDKValidationError>;
5430
+ /** @internal */
5338
5431
  export declare const OneHundredAndFortyFive$inboundSchema: z.ZodType<OneHundredAndFortyFive, z.ZodTypeDef, unknown>;
5339
5432
  /** @internal */
5340
5433
  export type OneHundredAndFortyFive$Outbound = {
5341
- action: string;
5434
+ edgeConfigId: string;
5435
+ edgeConfigSlug: string;
5436
+ edgeConfigTokenId: string;
5437
+ label: string;
5342
5438
  };
5343
5439
  /** @internal */
5344
5440
  export declare const OneHundredAndFortyFive$outboundSchema: z.ZodType<OneHundredAndFortyFive$Outbound, z.ZodTypeDef, OneHundredAndFortyFive>;
@@ -5362,7 +5458,7 @@ export declare const OneHundredAndFortyFour$inboundSchema: z.ZodType<OneHundredA
5362
5458
  export type OneHundredAndFortyFour$Outbound = {
5363
5459
  edgeConfigId: string;
5364
5460
  edgeConfigSlug: string;
5365
- edgeConfigTokenIds: Array<string>;
5461
+ edgeConfigDigest: string;
5366
5462
  };
5367
5463
  /** @internal */
5368
5464
  export declare const OneHundredAndFortyFour$outboundSchema: z.ZodType<OneHundredAndFortyFour$Outbound, z.ZodTypeDef, OneHundredAndFortyFour>;
@@ -5384,10 +5480,8 @@ export declare function oneHundredAndFortyFourFromJSON(jsonString: string): Safe
5384
5480
  export declare const OneHundredAndFortyThree$inboundSchema: z.ZodType<OneHundredAndFortyThree, z.ZodTypeDef, unknown>;
5385
5481
  /** @internal */
5386
5482
  export type OneHundredAndFortyThree$Outbound = {
5387
- edgeConfigId: string;
5388
- edgeConfigSlug: string;
5389
- edgeConfigTokenId: string;
5390
- label: string;
5483
+ projectName: string;
5484
+ urls: Array<string>;
5391
5485
  };
5392
5486
  /** @internal */
5393
5487
  export declare const OneHundredAndFortyThree$outboundSchema: z.ZodType<OneHundredAndFortyThree$Outbound, z.ZodTypeDef, OneHundredAndFortyThree>;
@@ -5409,9 +5503,9 @@ export declare function oneHundredAndFortyThreeFromJSON(jsonString: string): Saf
5409
5503
  export declare const OneHundredAndFortyTwo$inboundSchema: z.ZodType<OneHundredAndFortyTwo, z.ZodTypeDef, unknown>;
5410
5504
  /** @internal */
5411
5505
  export type OneHundredAndFortyTwo$Outbound = {
5412
- edgeConfigId: string;
5413
- edgeConfigSlug: string;
5414
- edgeConfigDigest: string;
5506
+ projectName: string;
5507
+ tags: Array<string>;
5508
+ target?: string | undefined;
5415
5509
  };
5416
5510
  /** @internal */
5417
5511
  export declare const OneHundredAndFortyTwo$outboundSchema: z.ZodType<OneHundredAndFortyTwo$Outbound, z.ZodTypeDef, OneHundredAndFortyTwo>;
@@ -5430,68 +5524,21 @@ export declare namespace OneHundredAndFortyTwo$ {
5430
5524
  export declare function oneHundredAndFortyTwoToJSON(oneHundredAndFortyTwo: OneHundredAndFortyTwo): string;
5431
5525
  export declare function oneHundredAndFortyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyTwo, SDKValidationError>;
5432
5526
  /** @internal */
5433
- export declare const OneHundredAndFortyOne$inboundSchema: z.ZodType<OneHundredAndFortyOne, z.ZodTypeDef, unknown>;
5434
- /** @internal */
5435
- export type OneHundredAndFortyOne$Outbound = {
5436
- projectName: string;
5437
- urls: Array<string>;
5438
- };
5439
- /** @internal */
5440
- export declare const OneHundredAndFortyOne$outboundSchema: z.ZodType<OneHundredAndFortyOne$Outbound, z.ZodTypeDef, OneHundredAndFortyOne>;
5441
- /**
5442
- * @internal
5443
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5444
- */
5445
- export declare namespace OneHundredAndFortyOne$ {
5446
- /** @deprecated use `OneHundredAndFortyOne$inboundSchema` instead. */
5447
- const inboundSchema: z.ZodType<OneHundredAndFortyOne, z.ZodTypeDef, unknown>;
5448
- /** @deprecated use `OneHundredAndFortyOne$outboundSchema` instead. */
5449
- const outboundSchema: z.ZodType<OneHundredAndFortyOne$Outbound, z.ZodTypeDef, OneHundredAndFortyOne>;
5450
- /** @deprecated use `OneHundredAndFortyOne$Outbound` instead. */
5451
- type Outbound = OneHundredAndFortyOne$Outbound;
5452
- }
5453
- export declare function oneHundredAndFortyOneToJSON(oneHundredAndFortyOne: OneHundredAndFortyOne): string;
5454
- export declare function oneHundredAndFortyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyOne, SDKValidationError>;
5455
- /** @internal */
5456
- export declare const OneHundredAndForty$inboundSchema: z.ZodType<OneHundredAndForty, z.ZodTypeDef, unknown>;
5457
- /** @internal */
5458
- export type OneHundredAndForty$Outbound = {
5459
- projectName: string;
5460
- tags: Array<string>;
5461
- target?: string | undefined;
5462
- };
5463
- /** @internal */
5464
- export declare const OneHundredAndForty$outboundSchema: z.ZodType<OneHundredAndForty$Outbound, z.ZodTypeDef, OneHundredAndForty>;
5465
- /**
5466
- * @internal
5467
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5468
- */
5469
- export declare namespace OneHundredAndForty$ {
5470
- /** @deprecated use `OneHundredAndForty$inboundSchema` instead. */
5471
- const inboundSchema: z.ZodType<OneHundredAndForty, z.ZodTypeDef, unknown>;
5472
- /** @deprecated use `OneHundredAndForty$outboundSchema` instead. */
5473
- const outboundSchema: z.ZodType<OneHundredAndForty$Outbound, z.ZodTypeDef, OneHundredAndForty>;
5474
- /** @deprecated use `OneHundredAndForty$Outbound` instead. */
5475
- type Outbound = OneHundredAndForty$Outbound;
5476
- }
5477
- export declare function oneHundredAndFortyToJSON(oneHundredAndForty: OneHundredAndForty): string;
5478
- export declare function oneHundredAndFortyFromJSON(jsonString: string): SafeParseResult<OneHundredAndForty, SDKValidationError>;
5479
- /** @internal */
5480
- export declare const UserEventPayload139Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload139Role>;
5527
+ export declare const UserEventPayload141Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload141Role>;
5481
5528
  /** @internal */
5482
- export declare const UserEventPayload139Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload139Role>;
5529
+ export declare const UserEventPayload141Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload141Role>;
5483
5530
  /**
5484
5531
  * @internal
5485
5532
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5486
5533
  */
5487
- export declare namespace UserEventPayload139Role$ {
5488
- /** @deprecated use `UserEventPayload139Role$inboundSchema` instead. */
5534
+ export declare namespace UserEventPayload141Role$ {
5535
+ /** @deprecated use `UserEventPayload141Role$inboundSchema` instead. */
5489
5536
  const inboundSchema: z.ZodNativeEnum<{
5490
5537
  readonly Admin: "ADMIN";
5491
5538
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
5492
5539
  readonly ProjectViewer: "PROJECT_VIEWER";
5493
5540
  }>;
5494
- /** @deprecated use `UserEventPayload139Role$outboundSchema` instead. */
5541
+ /** @deprecated use `UserEventPayload141Role$outboundSchema` instead. */
5495
5542
  const outboundSchema: z.ZodNativeEnum<{
5496
5543
  readonly Admin: "ADMIN";
5497
5544
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
@@ -5499,9 +5546,9 @@ export declare namespace UserEventPayload139Role$ {
5499
5546
  }>;
5500
5547
  }
5501
5548
  /** @internal */
5502
- export declare const UserEventPayload139Project$inboundSchema: z.ZodType<UserEventPayload139Project, z.ZodTypeDef, unknown>;
5549
+ export declare const UserEventPayload141Project$inboundSchema: z.ZodType<UserEventPayload141Project, z.ZodTypeDef, unknown>;
5503
5550
  /** @internal */
5504
- export type UserEventPayload139Project$Outbound = {
5551
+ export type UserEventPayload141Project$Outbound = {
5505
5552
  name: string;
5506
5553
  role: string;
5507
5554
  invitedUserName: string;
@@ -5509,82 +5556,82 @@ export type UserEventPayload139Project$Outbound = {
5509
5556
  invitedUserId?: string | undefined;
5510
5557
  };
5511
5558
  /** @internal */
5512
- export declare const UserEventPayload139Project$outboundSchema: z.ZodType<UserEventPayload139Project$Outbound, z.ZodTypeDef, UserEventPayload139Project>;
5559
+ export declare const UserEventPayload141Project$outboundSchema: z.ZodType<UserEventPayload141Project$Outbound, z.ZodTypeDef, UserEventPayload141Project>;
5513
5560
  /**
5514
5561
  * @internal
5515
5562
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5516
5563
  */
5517
- export declare namespace UserEventPayload139Project$ {
5518
- /** @deprecated use `UserEventPayload139Project$inboundSchema` instead. */
5519
- const inboundSchema: z.ZodType<UserEventPayload139Project, z.ZodTypeDef, unknown>;
5520
- /** @deprecated use `UserEventPayload139Project$outboundSchema` instead. */
5521
- const outboundSchema: z.ZodType<UserEventPayload139Project$Outbound, z.ZodTypeDef, UserEventPayload139Project>;
5522
- /** @deprecated use `UserEventPayload139Project$Outbound` instead. */
5523
- type Outbound = UserEventPayload139Project$Outbound;
5564
+ export declare namespace UserEventPayload141Project$ {
5565
+ /** @deprecated use `UserEventPayload141Project$inboundSchema` instead. */
5566
+ const inboundSchema: z.ZodType<UserEventPayload141Project, z.ZodTypeDef, unknown>;
5567
+ /** @deprecated use `UserEventPayload141Project$outboundSchema` instead. */
5568
+ const outboundSchema: z.ZodType<UserEventPayload141Project$Outbound, z.ZodTypeDef, UserEventPayload141Project>;
5569
+ /** @deprecated use `UserEventPayload141Project$Outbound` instead. */
5570
+ type Outbound = UserEventPayload141Project$Outbound;
5524
5571
  }
5525
- export declare function userEventPayload139ProjectToJSON(userEventPayload139Project: UserEventPayload139Project): string;
5526
- export declare function userEventPayload139ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload139Project, SDKValidationError>;
5572
+ export declare function userEventPayload141ProjectToJSON(userEventPayload141Project: UserEventPayload141Project): string;
5573
+ export declare function userEventPayload141ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload141Project, SDKValidationError>;
5527
5574
  /** @internal */
5528
- export declare const OneHundredAndThirtyNine$inboundSchema: z.ZodType<OneHundredAndThirtyNine, z.ZodTypeDef, unknown>;
5575
+ export declare const OneHundredAndFortyOne$inboundSchema: z.ZodType<OneHundredAndFortyOne, z.ZodTypeDef, unknown>;
5529
5576
  /** @internal */
5530
- export type OneHundredAndThirtyNine$Outbound = {
5531
- project: UserEventPayload139Project$Outbound;
5577
+ export type OneHundredAndFortyOne$Outbound = {
5578
+ project: UserEventPayload141Project$Outbound;
5532
5579
  };
5533
5580
  /** @internal */
5534
- export declare const OneHundredAndThirtyNine$outboundSchema: z.ZodType<OneHundredAndThirtyNine$Outbound, z.ZodTypeDef, OneHundredAndThirtyNine>;
5581
+ export declare const OneHundredAndFortyOne$outboundSchema: z.ZodType<OneHundredAndFortyOne$Outbound, z.ZodTypeDef, OneHundredAndFortyOne>;
5535
5582
  /**
5536
5583
  * @internal
5537
5584
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5538
5585
  */
5539
- export declare namespace OneHundredAndThirtyNine$ {
5540
- /** @deprecated use `OneHundredAndThirtyNine$inboundSchema` instead. */
5541
- const inboundSchema: z.ZodType<OneHundredAndThirtyNine, z.ZodTypeDef, unknown>;
5542
- /** @deprecated use `OneHundredAndThirtyNine$outboundSchema` instead. */
5543
- const outboundSchema: z.ZodType<OneHundredAndThirtyNine$Outbound, z.ZodTypeDef, OneHundredAndThirtyNine>;
5544
- /** @deprecated use `OneHundredAndThirtyNine$Outbound` instead. */
5545
- type Outbound = OneHundredAndThirtyNine$Outbound;
5586
+ export declare namespace OneHundredAndFortyOne$ {
5587
+ /** @deprecated use `OneHundredAndFortyOne$inboundSchema` instead. */
5588
+ const inboundSchema: z.ZodType<OneHundredAndFortyOne, z.ZodTypeDef, unknown>;
5589
+ /** @deprecated use `OneHundredAndFortyOne$outboundSchema` instead. */
5590
+ const outboundSchema: z.ZodType<OneHundredAndFortyOne$Outbound, z.ZodTypeDef, OneHundredAndFortyOne>;
5591
+ /** @deprecated use `OneHundredAndFortyOne$Outbound` instead. */
5592
+ type Outbound = OneHundredAndFortyOne$Outbound;
5546
5593
  }
5547
- export declare function oneHundredAndThirtyNineToJSON(oneHundredAndThirtyNine: OneHundredAndThirtyNine): string;
5548
- export declare function oneHundredAndThirtyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyNine, SDKValidationError>;
5594
+ export declare function oneHundredAndFortyOneToJSON(oneHundredAndFortyOne: OneHundredAndFortyOne): string;
5595
+ export declare function oneHundredAndFortyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyOne, SDKValidationError>;
5549
5596
  /** @internal */
5550
- export declare const UserEventPayload138Project$inboundSchema: z.ZodType<UserEventPayload138Project, z.ZodTypeDef, unknown>;
5597
+ export declare const UserEventPayload140Project$inboundSchema: z.ZodType<UserEventPayload140Project, z.ZodTypeDef, unknown>;
5551
5598
  /** @internal */
5552
- export type UserEventPayload138Project$Outbound = {
5599
+ export type UserEventPayload140Project$Outbound = {
5553
5600
  id: string;
5554
5601
  name: string;
5555
5602
  };
5556
5603
  /** @internal */
5557
- export declare const UserEventPayload138Project$outboundSchema: z.ZodType<UserEventPayload138Project$Outbound, z.ZodTypeDef, UserEventPayload138Project>;
5604
+ export declare const UserEventPayload140Project$outboundSchema: z.ZodType<UserEventPayload140Project$Outbound, z.ZodTypeDef, UserEventPayload140Project>;
5558
5605
  /**
5559
5606
  * @internal
5560
5607
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5561
5608
  */
5562
- export declare namespace UserEventPayload138Project$ {
5563
- /** @deprecated use `UserEventPayload138Project$inboundSchema` instead. */
5564
- const inboundSchema: z.ZodType<UserEventPayload138Project, z.ZodTypeDef, unknown>;
5565
- /** @deprecated use `UserEventPayload138Project$outboundSchema` instead. */
5566
- const outboundSchema: z.ZodType<UserEventPayload138Project$Outbound, z.ZodTypeDef, UserEventPayload138Project>;
5567
- /** @deprecated use `UserEventPayload138Project$Outbound` instead. */
5568
- type Outbound = UserEventPayload138Project$Outbound;
5609
+ export declare namespace UserEventPayload140Project$ {
5610
+ /** @deprecated use `UserEventPayload140Project$inboundSchema` instead. */
5611
+ const inboundSchema: z.ZodType<UserEventPayload140Project, z.ZodTypeDef, unknown>;
5612
+ /** @deprecated use `UserEventPayload140Project$outboundSchema` instead. */
5613
+ const outboundSchema: z.ZodType<UserEventPayload140Project$Outbound, z.ZodTypeDef, UserEventPayload140Project>;
5614
+ /** @deprecated use `UserEventPayload140Project$Outbound` instead. */
5615
+ type Outbound = UserEventPayload140Project$Outbound;
5569
5616
  }
5570
- export declare function userEventPayload138ProjectToJSON(userEventPayload138Project: UserEventPayload138Project): string;
5571
- export declare function userEventPayload138ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload138Project, SDKValidationError>;
5617
+ export declare function userEventPayload140ProjectToJSON(userEventPayload140Project: UserEventPayload140Project): string;
5618
+ export declare function userEventPayload140ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload140Project, SDKValidationError>;
5572
5619
  /** @internal */
5573
- export declare const UserEventPayload138Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload138Role>;
5620
+ export declare const UserEventPayload140Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload140Role>;
5574
5621
  /** @internal */
5575
- export declare const UserEventPayload138Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload138Role>;
5622
+ export declare const UserEventPayload140Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload140Role>;
5576
5623
  /**
5577
5624
  * @internal
5578
5625
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5579
5626
  */
5580
- export declare namespace UserEventPayload138Role$ {
5581
- /** @deprecated use `UserEventPayload138Role$inboundSchema` instead. */
5627
+ export declare namespace UserEventPayload140Role$ {
5628
+ /** @deprecated use `UserEventPayload140Role$inboundSchema` instead. */
5582
5629
  const inboundSchema: z.ZodNativeEnum<{
5583
5630
  readonly Admin: "ADMIN";
5584
5631
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
5585
5632
  readonly ProjectViewer: "PROJECT_VIEWER";
5586
5633
  }>;
5587
- /** @deprecated use `UserEventPayload138Role$outboundSchema` instead. */
5634
+ /** @deprecated use `UserEventPayload140Role$outboundSchema` instead. */
5588
5635
  const outboundSchema: z.ZodNativeEnum<{
5589
5636
  readonly Admin: "ADMIN";
5590
5637
  readonly ProjectDeveloper: "PROJECT_DEVELOPER";
@@ -5640,51 +5687,51 @@ export declare namespace PayloadProjectMembership$ {
5640
5687
  export declare function payloadProjectMembershipToJSON(payloadProjectMembership: PayloadProjectMembership): string;
5641
5688
  export declare function payloadProjectMembershipFromJSON(jsonString: string): SafeParseResult<PayloadProjectMembership, SDKValidationError>;
5642
5689
  /** @internal */
5643
- export declare const OneHundredAndThirtyEight$inboundSchema: z.ZodType<OneHundredAndThirtyEight, z.ZodTypeDef, unknown>;
5690
+ export declare const OneHundredAndForty$inboundSchema: z.ZodType<OneHundredAndForty, z.ZodTypeDef, unknown>;
5644
5691
  /** @internal */
5645
- export type OneHundredAndThirtyEight$Outbound = {
5646
- project: UserEventPayload138Project$Outbound;
5692
+ export type OneHundredAndForty$Outbound = {
5693
+ project: UserEventPayload140Project$Outbound;
5647
5694
  projectMembership: PayloadProjectMembership$Outbound;
5648
5695
  };
5649
5696
  /** @internal */
5650
- export declare const OneHundredAndThirtyEight$outboundSchema: z.ZodType<OneHundredAndThirtyEight$Outbound, z.ZodTypeDef, OneHundredAndThirtyEight>;
5697
+ export declare const OneHundredAndForty$outboundSchema: z.ZodType<OneHundredAndForty$Outbound, z.ZodTypeDef, OneHundredAndForty>;
5651
5698
  /**
5652
5699
  * @internal
5653
5700
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5654
5701
  */
5655
- export declare namespace OneHundredAndThirtyEight$ {
5656
- /** @deprecated use `OneHundredAndThirtyEight$inboundSchema` instead. */
5657
- const inboundSchema: z.ZodType<OneHundredAndThirtyEight, z.ZodTypeDef, unknown>;
5658
- /** @deprecated use `OneHundredAndThirtyEight$outboundSchema` instead. */
5659
- const outboundSchema: z.ZodType<OneHundredAndThirtyEight$Outbound, z.ZodTypeDef, OneHundredAndThirtyEight>;
5660
- /** @deprecated use `OneHundredAndThirtyEight$Outbound` instead. */
5661
- type Outbound = OneHundredAndThirtyEight$Outbound;
5702
+ export declare namespace OneHundredAndForty$ {
5703
+ /** @deprecated use `OneHundredAndForty$inboundSchema` instead. */
5704
+ const inboundSchema: z.ZodType<OneHundredAndForty, z.ZodTypeDef, unknown>;
5705
+ /** @deprecated use `OneHundredAndForty$outboundSchema` instead. */
5706
+ const outboundSchema: z.ZodType<OneHundredAndForty$Outbound, z.ZodTypeDef, OneHundredAndForty>;
5707
+ /** @deprecated use `OneHundredAndForty$Outbound` instead. */
5708
+ type Outbound = OneHundredAndForty$Outbound;
5662
5709
  }
5663
- export declare function oneHundredAndThirtyEightToJSON(oneHundredAndThirtyEight: OneHundredAndThirtyEight): string;
5664
- export declare function oneHundredAndThirtyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyEight, SDKValidationError>;
5710
+ export declare function oneHundredAndFortyToJSON(oneHundredAndForty: OneHundredAndForty): string;
5711
+ export declare function oneHundredAndFortyFromJSON(jsonString: string): SafeParseResult<OneHundredAndForty, SDKValidationError>;
5665
5712
  /** @internal */
5666
- export declare const UserEventPayload137Project$inboundSchema: z.ZodType<UserEventPayload137Project, z.ZodTypeDef, unknown>;
5713
+ export declare const UserEventPayload139Project$inboundSchema: z.ZodType<UserEventPayload139Project, z.ZodTypeDef, unknown>;
5667
5714
  /** @internal */
5668
- export type UserEventPayload137Project$Outbound = {
5715
+ export type UserEventPayload139Project$Outbound = {
5669
5716
  name: string;
5670
5717
  id?: string | undefined;
5671
5718
  };
5672
5719
  /** @internal */
5673
- export declare const UserEventPayload137Project$outboundSchema: z.ZodType<UserEventPayload137Project$Outbound, z.ZodTypeDef, UserEventPayload137Project>;
5720
+ export declare const UserEventPayload139Project$outboundSchema: z.ZodType<UserEventPayload139Project$Outbound, z.ZodTypeDef, UserEventPayload139Project>;
5674
5721
  /**
5675
5722
  * @internal
5676
5723
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5677
5724
  */
5678
- export declare namespace UserEventPayload137Project$ {
5679
- /** @deprecated use `UserEventPayload137Project$inboundSchema` instead. */
5680
- const inboundSchema: z.ZodType<UserEventPayload137Project, z.ZodTypeDef, unknown>;
5681
- /** @deprecated use `UserEventPayload137Project$outboundSchema` instead. */
5682
- const outboundSchema: z.ZodType<UserEventPayload137Project$Outbound, z.ZodTypeDef, UserEventPayload137Project>;
5683
- /** @deprecated use `UserEventPayload137Project$Outbound` instead. */
5684
- type Outbound = UserEventPayload137Project$Outbound;
5725
+ export declare namespace UserEventPayload139Project$ {
5726
+ /** @deprecated use `UserEventPayload139Project$inboundSchema` instead. */
5727
+ const inboundSchema: z.ZodType<UserEventPayload139Project, z.ZodTypeDef, unknown>;
5728
+ /** @deprecated use `UserEventPayload139Project$outboundSchema` instead. */
5729
+ const outboundSchema: z.ZodType<UserEventPayload139Project$Outbound, z.ZodTypeDef, UserEventPayload139Project>;
5730
+ /** @deprecated use `UserEventPayload139Project$Outbound` instead. */
5731
+ type Outbound = UserEventPayload139Project$Outbound;
5685
5732
  }
5686
- export declare function userEventPayload137ProjectToJSON(userEventPayload137Project: UserEventPayload137Project): string;
5687
- export declare function userEventPayload137ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload137Project, SDKValidationError>;
5733
+ export declare function userEventPayload139ProjectToJSON(userEventPayload139Project: UserEventPayload139Project): string;
5734
+ export declare function userEventPayload139ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload139Project, SDKValidationError>;
5688
5735
  /** @internal */
5689
5736
  export declare const UserEventPayloadRole$inboundSchema: z.ZodNativeEnum<typeof UserEventPayloadRole>;
5690
5737
  /** @internal */
@@ -5733,51 +5780,51 @@ export declare namespace RemovedMembership$ {
5733
5780
  export declare function removedMembershipToJSON(removedMembership: RemovedMembership): string;
5734
5781
  export declare function removedMembershipFromJSON(jsonString: string): SafeParseResult<RemovedMembership, SDKValidationError>;
5735
5782
  /** @internal */
5736
- export declare const OneHundredAndThirtySeven$inboundSchema: z.ZodType<OneHundredAndThirtySeven, z.ZodTypeDef, unknown>;
5783
+ export declare const OneHundredAndThirtyNine$inboundSchema: z.ZodType<OneHundredAndThirtyNine, z.ZodTypeDef, unknown>;
5737
5784
  /** @internal */
5738
- export type OneHundredAndThirtySeven$Outbound = {
5739
- project: UserEventPayload137Project$Outbound;
5785
+ export type OneHundredAndThirtyNine$Outbound = {
5786
+ project: UserEventPayload139Project$Outbound;
5740
5787
  removedMembership: RemovedMembership$Outbound;
5741
5788
  };
5742
5789
  /** @internal */
5743
- export declare const OneHundredAndThirtySeven$outboundSchema: z.ZodType<OneHundredAndThirtySeven$Outbound, z.ZodTypeDef, OneHundredAndThirtySeven>;
5790
+ export declare const OneHundredAndThirtyNine$outboundSchema: z.ZodType<OneHundredAndThirtyNine$Outbound, z.ZodTypeDef, OneHundredAndThirtyNine>;
5744
5791
  /**
5745
5792
  * @internal
5746
5793
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5747
5794
  */
5748
- export declare namespace OneHundredAndThirtySeven$ {
5749
- /** @deprecated use `OneHundredAndThirtySeven$inboundSchema` instead. */
5750
- const inboundSchema: z.ZodType<OneHundredAndThirtySeven, z.ZodTypeDef, unknown>;
5751
- /** @deprecated use `OneHundredAndThirtySeven$outboundSchema` instead. */
5752
- const outboundSchema: z.ZodType<OneHundredAndThirtySeven$Outbound, z.ZodTypeDef, OneHundredAndThirtySeven>;
5753
- /** @deprecated use `OneHundredAndThirtySeven$Outbound` instead. */
5754
- type Outbound = OneHundredAndThirtySeven$Outbound;
5755
- }
5756
- export declare function oneHundredAndThirtySevenToJSON(oneHundredAndThirtySeven: OneHundredAndThirtySeven): string;
5757
- export declare function oneHundredAndThirtySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtySeven, SDKValidationError>;
5758
- /** @internal */
5759
- export declare const UserEventPayload136Project$inboundSchema: z.ZodType<UserEventPayload136Project, z.ZodTypeDef, unknown>;
5760
- /** @internal */
5761
- export type UserEventPayload136Project$Outbound = {
5762
- name: string;
5795
+ export declare namespace OneHundredAndThirtyNine$ {
5796
+ /** @deprecated use `OneHundredAndThirtyNine$inboundSchema` instead. */
5797
+ const inboundSchema: z.ZodType<OneHundredAndThirtyNine, z.ZodTypeDef, unknown>;
5798
+ /** @deprecated use `OneHundredAndThirtyNine$outboundSchema` instead. */
5799
+ const outboundSchema: z.ZodType<OneHundredAndThirtyNine$Outbound, z.ZodTypeDef, OneHundredAndThirtyNine>;
5800
+ /** @deprecated use `OneHundredAndThirtyNine$Outbound` instead. */
5801
+ type Outbound = OneHundredAndThirtyNine$Outbound;
5802
+ }
5803
+ export declare function oneHundredAndThirtyNineToJSON(oneHundredAndThirtyNine: OneHundredAndThirtyNine): string;
5804
+ export declare function oneHundredAndThirtyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyNine, SDKValidationError>;
5805
+ /** @internal */
5806
+ export declare const UserEventPayload138Project$inboundSchema: z.ZodType<UserEventPayload138Project, z.ZodTypeDef, unknown>;
5807
+ /** @internal */
5808
+ export type UserEventPayload138Project$Outbound = {
5809
+ name: string;
5763
5810
  id?: string | undefined;
5764
5811
  };
5765
5812
  /** @internal */
5766
- export declare const UserEventPayload136Project$outboundSchema: z.ZodType<UserEventPayload136Project$Outbound, z.ZodTypeDef, UserEventPayload136Project>;
5813
+ export declare const UserEventPayload138Project$outboundSchema: z.ZodType<UserEventPayload138Project$Outbound, z.ZodTypeDef, UserEventPayload138Project>;
5767
5814
  /**
5768
5815
  * @internal
5769
5816
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5770
5817
  */
5771
- export declare namespace UserEventPayload136Project$ {
5772
- /** @deprecated use `UserEventPayload136Project$inboundSchema` instead. */
5773
- const inboundSchema: z.ZodType<UserEventPayload136Project, z.ZodTypeDef, unknown>;
5774
- /** @deprecated use `UserEventPayload136Project$outboundSchema` instead. */
5775
- const outboundSchema: z.ZodType<UserEventPayload136Project$Outbound, z.ZodTypeDef, UserEventPayload136Project>;
5776
- /** @deprecated use `UserEventPayload136Project$Outbound` instead. */
5777
- type Outbound = UserEventPayload136Project$Outbound;
5818
+ export declare namespace UserEventPayload138Project$ {
5819
+ /** @deprecated use `UserEventPayload138Project$inboundSchema` instead. */
5820
+ const inboundSchema: z.ZodType<UserEventPayload138Project, z.ZodTypeDef, unknown>;
5821
+ /** @deprecated use `UserEventPayload138Project$outboundSchema` instead. */
5822
+ const outboundSchema: z.ZodType<UserEventPayload138Project$Outbound, z.ZodTypeDef, UserEventPayload138Project>;
5823
+ /** @deprecated use `UserEventPayload138Project$Outbound` instead. */
5824
+ type Outbound = UserEventPayload138Project$Outbound;
5778
5825
  }
5779
- export declare function userEventPayload136ProjectToJSON(userEventPayload136Project: UserEventPayload136Project): string;
5780
- export declare function userEventPayload136ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload136Project, SDKValidationError>;
5826
+ export declare function userEventPayload138ProjectToJSON(userEventPayload138Project: UserEventPayload138Project): string;
5827
+ export declare function userEventPayload138ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload138Project, SDKValidationError>;
5781
5828
  /** @internal */
5782
5829
  export declare const PayloadRole$inboundSchema: z.ZodNativeEnum<typeof PayloadRole>;
5783
5830
  /** @internal */
@@ -5826,11 +5873,61 @@ export declare namespace ProjectMembership$ {
5826
5873
  export declare function projectMembershipToJSON(projectMembership: ProjectMembership): string;
5827
5874
  export declare function projectMembershipFromJSON(jsonString: string): SafeParseResult<ProjectMembership, SDKValidationError>;
5828
5875
  /** @internal */
5876
+ export declare const OneHundredAndThirtyEight$inboundSchema: z.ZodType<OneHundredAndThirtyEight, z.ZodTypeDef, unknown>;
5877
+ /** @internal */
5878
+ export type OneHundredAndThirtyEight$Outbound = {
5879
+ project: UserEventPayload138Project$Outbound;
5880
+ projectMembership: ProjectMembership$Outbound | null;
5881
+ };
5882
+ /** @internal */
5883
+ export declare const OneHundredAndThirtyEight$outboundSchema: z.ZodType<OneHundredAndThirtyEight$Outbound, z.ZodTypeDef, OneHundredAndThirtyEight>;
5884
+ /**
5885
+ * @internal
5886
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5887
+ */
5888
+ export declare namespace OneHundredAndThirtyEight$ {
5889
+ /** @deprecated use `OneHundredAndThirtyEight$inboundSchema` instead. */
5890
+ const inboundSchema: z.ZodType<OneHundredAndThirtyEight, z.ZodTypeDef, unknown>;
5891
+ /** @deprecated use `OneHundredAndThirtyEight$outboundSchema` instead. */
5892
+ const outboundSchema: z.ZodType<OneHundredAndThirtyEight$Outbound, z.ZodTypeDef, OneHundredAndThirtyEight>;
5893
+ /** @deprecated use `OneHundredAndThirtyEight$Outbound` instead. */
5894
+ type Outbound = OneHundredAndThirtyEight$Outbound;
5895
+ }
5896
+ export declare function oneHundredAndThirtyEightToJSON(oneHundredAndThirtyEight: OneHundredAndThirtyEight): string;
5897
+ export declare function oneHundredAndThirtyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyEight, SDKValidationError>;
5898
+ /** @internal */
5899
+ export declare const OneHundredAndThirtySeven$inboundSchema: z.ZodType<OneHundredAndThirtySeven, z.ZodTypeDef, unknown>;
5900
+ /** @internal */
5901
+ export type OneHundredAndThirtySeven$Outbound = {
5902
+ previousProjectName: string;
5903
+ newProjectName: string;
5904
+ originAccountName: string;
5905
+ transferId?: string | undefined;
5906
+ };
5907
+ /** @internal */
5908
+ export declare const OneHundredAndThirtySeven$outboundSchema: z.ZodType<OneHundredAndThirtySeven$Outbound, z.ZodTypeDef, OneHundredAndThirtySeven>;
5909
+ /**
5910
+ * @internal
5911
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5912
+ */
5913
+ export declare namespace OneHundredAndThirtySeven$ {
5914
+ /** @deprecated use `OneHundredAndThirtySeven$inboundSchema` instead. */
5915
+ const inboundSchema: z.ZodType<OneHundredAndThirtySeven, z.ZodTypeDef, unknown>;
5916
+ /** @deprecated use `OneHundredAndThirtySeven$outboundSchema` instead. */
5917
+ const outboundSchema: z.ZodType<OneHundredAndThirtySeven$Outbound, z.ZodTypeDef, OneHundredAndThirtySeven>;
5918
+ /** @deprecated use `OneHundredAndThirtySeven$Outbound` instead. */
5919
+ type Outbound = OneHundredAndThirtySeven$Outbound;
5920
+ }
5921
+ export declare function oneHundredAndThirtySevenToJSON(oneHundredAndThirtySeven: OneHundredAndThirtySeven): string;
5922
+ export declare function oneHundredAndThirtySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtySeven, SDKValidationError>;
5923
+ /** @internal */
5829
5924
  export declare const OneHundredAndThirtySix$inboundSchema: z.ZodType<OneHundredAndThirtySix, z.ZodTypeDef, unknown>;
5830
5925
  /** @internal */
5831
5926
  export type OneHundredAndThirtySix$Outbound = {
5832
- project: UserEventPayload136Project$Outbound;
5833
- projectMembership: ProjectMembership$Outbound | null;
5927
+ previousProjectName: string;
5928
+ newProjectName: string;
5929
+ destinationAccountName: string;
5930
+ transferId?: string | undefined;
5834
5931
  };
5835
5932
  /** @internal */
5836
5933
  export declare const OneHundredAndThirtySix$outboundSchema: z.ZodType<OneHundredAndThirtySix$Outbound, z.ZodTypeDef, OneHundredAndThirtySix>;
@@ -5852,9 +5949,8 @@ export declare function oneHundredAndThirtySixFromJSON(jsonString: string): Safe
5852
5949
  export declare const OneHundredAndThirtyFive$inboundSchema: z.ZodType<OneHundredAndThirtyFive, z.ZodTypeDef, unknown>;
5853
5950
  /** @internal */
5854
5951
  export type OneHundredAndThirtyFive$Outbound = {
5855
- previousProjectName: string;
5856
- newProjectName: string;
5857
- originAccountName: string;
5952
+ projectName: string;
5953
+ destinationAccountName: string | null;
5858
5954
  transferId?: string | undefined;
5859
5955
  };
5860
5956
  /** @internal */
@@ -5877,9 +5973,11 @@ export declare function oneHundredAndThirtyFiveFromJSON(jsonString: string): Saf
5877
5973
  export declare const OneHundredAndThirtyFour$inboundSchema: z.ZodType<OneHundredAndThirtyFour, z.ZodTypeDef, unknown>;
5878
5974
  /** @internal */
5879
5975
  export type OneHundredAndThirtyFour$Outbound = {
5880
- previousProjectName: string;
5881
- newProjectName: string;
5976
+ projectId: string;
5977
+ projectName: string;
5978
+ originAccountName: string;
5882
5979
  destinationAccountName: string;
5980
+ destinationAccountId: string;
5883
5981
  transferId?: string | undefined;
5884
5982
  };
5885
5983
  /** @internal */
@@ -5902,9 +6000,12 @@ export declare function oneHundredAndThirtyFourFromJSON(jsonString: string): Saf
5902
6000
  export declare const OneHundredAndThirtyThree$inboundSchema: z.ZodType<OneHundredAndThirtyThree, z.ZodTypeDef, unknown>;
5903
6001
  /** @internal */
5904
6002
  export type OneHundredAndThirtyThree$Outbound = {
5905
- projectName: string;
5906
- destinationAccountName: string | null;
5907
- transferId?: string | undefined;
6003
+ requestedTeamName: string;
6004
+ requestedUserName?: string | undefined;
6005
+ gitUsername?: string | undefined;
6006
+ githubUsername?: string | undefined;
6007
+ gitlabUsername?: string | undefined;
6008
+ bitbucketUsername?: string | undefined;
5908
6009
  };
5909
6010
  /** @internal */
5910
6011
  export declare const OneHundredAndThirtyThree$outboundSchema: z.ZodType<OneHundredAndThirtyThree$Outbound, z.ZodTypeDef, OneHundredAndThirtyThree>;
@@ -5926,12 +6027,12 @@ export declare function oneHundredAndThirtyThreeFromJSON(jsonString: string): Sa
5926
6027
  export declare const OneHundredAndThirtyTwo$inboundSchema: z.ZodType<OneHundredAndThirtyTwo, z.ZodTypeDef, unknown>;
5927
6028
  /** @internal */
5928
6029
  export type OneHundredAndThirtyTwo$Outbound = {
5929
- projectId: string;
5930
- projectName: string;
5931
- originAccountName: string;
5932
- destinationAccountName: string;
5933
- destinationAccountId: string;
5934
- transferId?: string | undefined;
6030
+ teamName: string;
6031
+ username?: string | undefined;
6032
+ gitUsername?: string | null | undefined;
6033
+ githubUsername?: string | null | undefined;
6034
+ gitlabUsername?: string | null | undefined;
6035
+ bitbucketUsername?: string | null | undefined;
5935
6036
  };
5936
6037
  /** @internal */
5937
6038
  export declare const OneHundredAndThirtyTwo$outboundSchema: z.ZodType<OneHundredAndThirtyTwo$Outbound, z.ZodTypeDef, OneHundredAndThirtyTwo>;
@@ -5953,12 +6054,14 @@ export declare function oneHundredAndThirtyTwoFromJSON(jsonString: string): Safe
5953
6054
  export declare const OneHundredAndThirtyOne$inboundSchema: z.ZodType<OneHundredAndThirtyOne, z.ZodTypeDef, unknown>;
5954
6055
  /** @internal */
5955
6056
  export type OneHundredAndThirtyOne$Outbound = {
5956
- requestedTeamName: string;
5957
- requestedUserName?: string | undefined;
6057
+ teamName: string;
6058
+ username?: string | undefined;
5958
6059
  gitUsername?: string | undefined;
5959
- githubUsername?: string | undefined;
5960
- gitlabUsername?: string | undefined;
5961
- bitbucketUsername?: string | undefined;
6060
+ githubUsername?: string | null | undefined;
6061
+ gitlabUsername?: string | null | undefined;
6062
+ bitbucketUsername?: string | null | undefined;
6063
+ updatedUid?: string | undefined;
6064
+ teamId?: string | undefined;
5962
6065
  };
5963
6066
  /** @internal */
5964
6067
  export declare const OneHundredAndThirtyOne$outboundSchema: z.ZodType<OneHundredAndThirtyOne$Outbound, z.ZodTypeDef, OneHundredAndThirtyOne>;
@@ -5980,12 +6083,8 @@ export declare function oneHundredAndThirtyOneFromJSON(jsonString: string): Safe
5980
6083
  export declare const OneHundredAndThirty$inboundSchema: z.ZodType<OneHundredAndThirty, z.ZodTypeDef, unknown>;
5981
6084
  /** @internal */
5982
6085
  export type OneHundredAndThirty$Outbound = {
5983
- teamName: string;
5984
- username?: string | undefined;
5985
- gitUsername?: string | null | undefined;
5986
- githubUsername?: string | null | undefined;
5987
- gitlabUsername?: string | null | undefined;
5988
- bitbucketUsername?: string | null | undefined;
6086
+ price?: number | undefined;
6087
+ currency?: string | undefined;
5989
6088
  };
5990
6089
  /** @internal */
5991
6090
  export declare const OneHundredAndThirty$outboundSchema: z.ZodType<OneHundredAndThirty$Outbound, z.ZodTypeDef, OneHundredAndThirty>;
@@ -6007,14 +6106,8 @@ export declare function oneHundredAndThirtyFromJSON(jsonString: string): SafePar
6007
6106
  export declare const OneHundredAndTwentyNine$inboundSchema: z.ZodType<OneHundredAndTwentyNine, z.ZodTypeDef, unknown>;
6008
6107
  /** @internal */
6009
6108
  export type OneHundredAndTwentyNine$Outbound = {
6010
- teamName: string;
6011
- username?: string | undefined;
6012
- gitUsername?: string | undefined;
6013
- githubUsername?: string | null | undefined;
6014
- gitlabUsername?: string | null | undefined;
6015
- bitbucketUsername?: string | null | undefined;
6016
- updatedUid?: string | undefined;
6017
- teamId?: string | undefined;
6109
+ previewDeploymentSuffix?: string | null | undefined;
6110
+ previousPreviewDeploymentSuffix?: string | null | undefined;
6018
6111
  };
6019
6112
  /** @internal */
6020
6113
  export declare const OneHundredAndTwentyNine$outboundSchema: z.ZodType<OneHundredAndTwentyNine$Outbound, z.ZodTypeDef, OneHundredAndTwentyNine>;
@@ -6038,6 +6131,7 @@ export declare const OneHundredAndTwentyEight$inboundSchema: z.ZodType<OneHundre
6038
6131
  export type OneHundredAndTwentyEight$Outbound = {
6039
6132
  price?: number | undefined;
6040
6133
  currency?: string | undefined;
6134
+ enabled?: boolean | undefined;
6041
6135
  };
6042
6136
  /** @internal */
6043
6137
  export declare const OneHundredAndTwentyEight$outboundSchema: z.ZodType<OneHundredAndTwentyEight$Outbound, z.ZodTypeDef, OneHundredAndTwentyEight>;
@@ -6059,8 +6153,7 @@ export declare function oneHundredAndTwentyEightFromJSON(jsonString: string): Sa
6059
6153
  export declare const OneHundredAndTwentySeven$inboundSchema: z.ZodType<OneHundredAndTwentySeven, z.ZodTypeDef, unknown>;
6060
6154
  /** @internal */
6061
6155
  export type OneHundredAndTwentySeven$Outbound = {
6062
- previewDeploymentSuffix?: string | null | undefined;
6063
- previousPreviewDeploymentSuffix?: string | null | undefined;
6156
+ username: string;
6064
6157
  };
6065
6158
  /** @internal */
6066
6159
  export declare const OneHundredAndTwentySeven$outboundSchema: z.ZodType<OneHundredAndTwentySeven$Outbound, z.ZodTypeDef, OneHundredAndTwentySeven>;
@@ -6082,9 +6175,8 @@ export declare function oneHundredAndTwentySevenFromJSON(jsonString: string): Sa
6082
6175
  export declare const OneHundredAndTwentySix$inboundSchema: z.ZodType<OneHundredAndTwentySix, z.ZodTypeDef, unknown>;
6083
6176
  /** @internal */
6084
6177
  export type OneHundredAndTwentySix$Outbound = {
6085
- price?: number | undefined;
6086
- currency?: string | undefined;
6087
- enabled?: boolean | undefined;
6178
+ email: string;
6179
+ prevEmail: string;
6088
6180
  };
6089
6181
  /** @internal */
6090
6182
  export declare const OneHundredAndTwentySix$outboundSchema: z.ZodType<OneHundredAndTwentySix$Outbound, z.ZodTypeDef, OneHundredAndTwentySix>;
@@ -6106,7 +6198,7 @@ export declare function oneHundredAndTwentySixFromJSON(jsonString: string): Safe
6106
6198
  export declare const OneHundredAndTwentyFive$inboundSchema: z.ZodType<OneHundredAndTwentyFive, z.ZodTypeDef, unknown>;
6107
6199
  /** @internal */
6108
6200
  export type OneHundredAndTwentyFive$Outbound = {
6109
- username: string;
6201
+ mfaEnabled: boolean;
6110
6202
  };
6111
6203
  /** @internal */
6112
6204
  export declare const OneHundredAndTwentyFive$outboundSchema: z.ZodType<OneHundredAndTwentyFive$Outbound, z.ZodTypeDef, OneHundredAndTwentyFive>;
@@ -6128,8 +6220,8 @@ export declare function oneHundredAndTwentyFiveFromJSON(jsonString: string): Saf
6128
6220
  export declare const OneHundredAndTwentyFour$inboundSchema: z.ZodType<OneHundredAndTwentyFour, z.ZodTypeDef, unknown>;
6129
6221
  /** @internal */
6130
6222
  export type OneHundredAndTwentyFour$Outbound = {
6131
- email: string;
6132
- prevEmail: string;
6223
+ enabled: boolean;
6224
+ totpVerified: boolean;
6133
6225
  };
6134
6226
  /** @internal */
6135
6227
  export declare const OneHundredAndTwentyFour$outboundSchema: z.ZodType<OneHundredAndTwentyFour$Outbound, z.ZodTypeDef, OneHundredAndTwentyFour>;
@@ -6148,10 +6240,57 @@ export declare namespace OneHundredAndTwentyFour$ {
6148
6240
  export declare function oneHundredAndTwentyFourToJSON(oneHundredAndTwentyFour: OneHundredAndTwentyFour): string;
6149
6241
  export declare function oneHundredAndTwentyFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyFour, SDKValidationError>;
6150
6242
  /** @internal */
6243
+ export declare const PayloadPrevious$inboundSchema: z.ZodType<PayloadPrevious, z.ZodTypeDef, unknown>;
6244
+ /** @internal */
6245
+ export type PayloadPrevious$Outbound = {
6246
+ enabled: boolean;
6247
+ totpVerified: boolean;
6248
+ };
6249
+ /** @internal */
6250
+ export declare const PayloadPrevious$outboundSchema: z.ZodType<PayloadPrevious$Outbound, z.ZodTypeDef, PayloadPrevious>;
6251
+ /**
6252
+ * @internal
6253
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6254
+ */
6255
+ export declare namespace PayloadPrevious$ {
6256
+ /** @deprecated use `PayloadPrevious$inboundSchema` instead. */
6257
+ const inboundSchema: z.ZodType<PayloadPrevious, z.ZodTypeDef, unknown>;
6258
+ /** @deprecated use `PayloadPrevious$outboundSchema` instead. */
6259
+ const outboundSchema: z.ZodType<PayloadPrevious$Outbound, z.ZodTypeDef, PayloadPrevious>;
6260
+ /** @deprecated use `PayloadPrevious$Outbound` instead. */
6261
+ type Outbound = PayloadPrevious$Outbound;
6262
+ }
6263
+ export declare function payloadPreviousToJSON(payloadPrevious: PayloadPrevious): string;
6264
+ export declare function payloadPreviousFromJSON(jsonString: string): SafeParseResult<PayloadPrevious, SDKValidationError>;
6265
+ /** @internal */
6266
+ export declare const PayloadNext$inboundSchema: z.ZodType<PayloadNext, z.ZodTypeDef, unknown>;
6267
+ /** @internal */
6268
+ export type PayloadNext$Outbound = {
6269
+ enabled: boolean;
6270
+ totpVerified: boolean;
6271
+ };
6272
+ /** @internal */
6273
+ export declare const PayloadNext$outboundSchema: z.ZodType<PayloadNext$Outbound, z.ZodTypeDef, PayloadNext>;
6274
+ /**
6275
+ * @internal
6276
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6277
+ */
6278
+ export declare namespace PayloadNext$ {
6279
+ /** @deprecated use `PayloadNext$inboundSchema` instead. */
6280
+ const inboundSchema: z.ZodType<PayloadNext, z.ZodTypeDef, unknown>;
6281
+ /** @deprecated use `PayloadNext$outboundSchema` instead. */
6282
+ const outboundSchema: z.ZodType<PayloadNext$Outbound, z.ZodTypeDef, PayloadNext>;
6283
+ /** @deprecated use `PayloadNext$Outbound` instead. */
6284
+ type Outbound = PayloadNext$Outbound;
6285
+ }
6286
+ export declare function payloadNextToJSON(payloadNext: PayloadNext): string;
6287
+ export declare function payloadNextFromJSON(jsonString: string): SafeParseResult<PayloadNext, SDKValidationError>;
6288
+ /** @internal */
6151
6289
  export declare const OneHundredAndTwentyThree$inboundSchema: z.ZodType<OneHundredAndTwentyThree, z.ZodTypeDef, unknown>;
6152
6290
  /** @internal */
6153
6291
  export type OneHundredAndTwentyThree$Outbound = {
6154
- mfaEnabled: boolean;
6292
+ previous: PayloadPrevious$Outbound;
6293
+ next: PayloadNext$Outbound;
6155
6294
  };
6156
6295
  /** @internal */
6157
6296
  export declare const OneHundredAndTwentyThree$outboundSchema: z.ZodType<OneHundredAndTwentyThree$Outbound, z.ZodTypeDef, OneHundredAndTwentyThree>;
@@ -6170,11 +6309,32 @@ export declare namespace OneHundredAndTwentyThree$ {
6170
6309
  export declare function oneHundredAndTwentyThreeToJSON(oneHundredAndTwentyThree: OneHundredAndTwentyThree): string;
6171
6310
  export declare function oneHundredAndTwentyThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyThree, SDKValidationError>;
6172
6311
  /** @internal */
6312
+ export declare const PayloadRemoteCaching$inboundSchema: z.ZodType<PayloadRemoteCaching, z.ZodTypeDef, unknown>;
6313
+ /** @internal */
6314
+ export type PayloadRemoteCaching$Outbound = {
6315
+ enabled?: boolean | undefined;
6316
+ };
6317
+ /** @internal */
6318
+ export declare const PayloadRemoteCaching$outboundSchema: z.ZodType<PayloadRemoteCaching$Outbound, z.ZodTypeDef, PayloadRemoteCaching>;
6319
+ /**
6320
+ * @internal
6321
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6322
+ */
6323
+ export declare namespace PayloadRemoteCaching$ {
6324
+ /** @deprecated use `PayloadRemoteCaching$inboundSchema` instead. */
6325
+ const inboundSchema: z.ZodType<PayloadRemoteCaching, z.ZodTypeDef, unknown>;
6326
+ /** @deprecated use `PayloadRemoteCaching$outboundSchema` instead. */
6327
+ const outboundSchema: z.ZodType<PayloadRemoteCaching$Outbound, z.ZodTypeDef, PayloadRemoteCaching>;
6328
+ /** @deprecated use `PayloadRemoteCaching$Outbound` instead. */
6329
+ type Outbound = PayloadRemoteCaching$Outbound;
6330
+ }
6331
+ export declare function payloadRemoteCachingToJSON(payloadRemoteCaching: PayloadRemoteCaching): string;
6332
+ export declare function payloadRemoteCachingFromJSON(jsonString: string): SafeParseResult<PayloadRemoteCaching, SDKValidationError>;
6333
+ /** @internal */
6173
6334
  export declare const OneHundredAndTwentyTwo$inboundSchema: z.ZodType<OneHundredAndTwentyTwo, z.ZodTypeDef, unknown>;
6174
6335
  /** @internal */
6175
6336
  export type OneHundredAndTwentyTwo$Outbound = {
6176
- enabled: boolean;
6177
- totpVerified: boolean;
6337
+ remoteCaching?: PayloadRemoteCaching$Outbound | undefined;
6178
6338
  };
6179
6339
  /** @internal */
6180
6340
  export declare const OneHundredAndTwentyTwo$outboundSchema: z.ZodType<OneHundredAndTwentyTwo$Outbound, z.ZodTypeDef, OneHundredAndTwentyTwo>;
@@ -6193,57 +6353,10 @@ export declare namespace OneHundredAndTwentyTwo$ {
6193
6353
  export declare function oneHundredAndTwentyTwoToJSON(oneHundredAndTwentyTwo: OneHundredAndTwentyTwo): string;
6194
6354
  export declare function oneHundredAndTwentyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyTwo, SDKValidationError>;
6195
6355
  /** @internal */
6196
- export declare const Previous$inboundSchema: z.ZodType<Previous, z.ZodTypeDef, unknown>;
6197
- /** @internal */
6198
- export type Previous$Outbound = {
6199
- enabled: boolean;
6200
- totpVerified: boolean;
6201
- };
6202
- /** @internal */
6203
- export declare const Previous$outboundSchema: z.ZodType<Previous$Outbound, z.ZodTypeDef, Previous>;
6204
- /**
6205
- * @internal
6206
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6207
- */
6208
- export declare namespace Previous$ {
6209
- /** @deprecated use `Previous$inboundSchema` instead. */
6210
- const inboundSchema: z.ZodType<Previous, z.ZodTypeDef, unknown>;
6211
- /** @deprecated use `Previous$outboundSchema` instead. */
6212
- const outboundSchema: z.ZodType<Previous$Outbound, z.ZodTypeDef, Previous>;
6213
- /** @deprecated use `Previous$Outbound` instead. */
6214
- type Outbound = Previous$Outbound;
6215
- }
6216
- export declare function previousToJSON(previous: Previous): string;
6217
- export declare function previousFromJSON(jsonString: string): SafeParseResult<Previous, SDKValidationError>;
6218
- /** @internal */
6219
- export declare const Next$inboundSchema: z.ZodType<Next, z.ZodTypeDef, unknown>;
6220
- /** @internal */
6221
- export type Next$Outbound = {
6222
- enabled: boolean;
6223
- totpVerified: boolean;
6224
- };
6225
- /** @internal */
6226
- export declare const Next$outboundSchema: z.ZodType<Next$Outbound, z.ZodTypeDef, Next>;
6227
- /**
6228
- * @internal
6229
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6230
- */
6231
- export declare namespace Next$ {
6232
- /** @deprecated use `Next$inboundSchema` instead. */
6233
- const inboundSchema: z.ZodType<Next, z.ZodTypeDef, unknown>;
6234
- /** @deprecated use `Next$outboundSchema` instead. */
6235
- const outboundSchema: z.ZodType<Next$Outbound, z.ZodTypeDef, Next>;
6236
- /** @deprecated use `Next$Outbound` instead. */
6237
- type Outbound = Next$Outbound;
6238
- }
6239
- export declare function nextToJSON(next: Next): string;
6240
- export declare function nextFromJSON(jsonString: string): SafeParseResult<Next, SDKValidationError>;
6241
- /** @internal */
6242
6356
  export declare const OneHundredAndTwentyOne$inboundSchema: z.ZodType<OneHundredAndTwentyOne, z.ZodTypeDef, unknown>;
6243
6357
  /** @internal */
6244
6358
  export type OneHundredAndTwentyOne$Outbound = {
6245
- previous: Previous$Outbound;
6246
- next: Next$Outbound;
6359
+ slug?: string | undefined;
6247
6360
  };
6248
6361
  /** @internal */
6249
6362
  export declare const OneHundredAndTwentyOne$outboundSchema: z.ZodType<OneHundredAndTwentyOne$Outbound, z.ZodTypeDef, OneHundredAndTwentyOne>;
@@ -6262,32 +6375,10 @@ export declare namespace OneHundredAndTwentyOne$ {
6262
6375
  export declare function oneHundredAndTwentyOneToJSON(oneHundredAndTwentyOne: OneHundredAndTwentyOne): string;
6263
6376
  export declare function oneHundredAndTwentyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyOne, SDKValidationError>;
6264
6377
  /** @internal */
6265
- export declare const PayloadRemoteCaching$inboundSchema: z.ZodType<PayloadRemoteCaching, z.ZodTypeDef, unknown>;
6266
- /** @internal */
6267
- export type PayloadRemoteCaching$Outbound = {
6268
- enabled?: boolean | undefined;
6269
- };
6270
- /** @internal */
6271
- export declare const PayloadRemoteCaching$outboundSchema: z.ZodType<PayloadRemoteCaching$Outbound, z.ZodTypeDef, PayloadRemoteCaching>;
6272
- /**
6273
- * @internal
6274
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6275
- */
6276
- export declare namespace PayloadRemoteCaching$ {
6277
- /** @deprecated use `PayloadRemoteCaching$inboundSchema` instead. */
6278
- const inboundSchema: z.ZodType<PayloadRemoteCaching, z.ZodTypeDef, unknown>;
6279
- /** @deprecated use `PayloadRemoteCaching$outboundSchema` instead. */
6280
- const outboundSchema: z.ZodType<PayloadRemoteCaching$Outbound, z.ZodTypeDef, PayloadRemoteCaching>;
6281
- /** @deprecated use `PayloadRemoteCaching$Outbound` instead. */
6282
- type Outbound = PayloadRemoteCaching$Outbound;
6283
- }
6284
- export declare function payloadRemoteCachingToJSON(payloadRemoteCaching: PayloadRemoteCaching): string;
6285
- export declare function payloadRemoteCachingFromJSON(jsonString: string): SafeParseResult<PayloadRemoteCaching, SDKValidationError>;
6286
- /** @internal */
6287
6378
  export declare const OneHundredAndTwenty$inboundSchema: z.ZodType<OneHundredAndTwenty, z.ZodTypeDef, unknown>;
6288
6379
  /** @internal */
6289
6380
  export type OneHundredAndTwenty$Outbound = {
6290
- remoteCaching?: PayloadRemoteCaching$Outbound | undefined;
6381
+ name?: string | undefined;
6291
6382
  };
6292
6383
  /** @internal */
6293
6384
  export declare const OneHundredAndTwenty$outboundSchema: z.ZodType<OneHundredAndTwenty$Outbound, z.ZodTypeDef, OneHundredAndTwenty>;
@@ -6309,7 +6400,7 @@ export declare function oneHundredAndTwentyFromJSON(jsonString: string): SafePar
6309
6400
  export declare const OneHundredAndNineteen$inboundSchema: z.ZodType<OneHundredAndNineteen, z.ZodTypeDef, unknown>;
6310
6401
  /** @internal */
6311
6402
  export type OneHundredAndNineteen$Outbound = {
6312
- slug?: string | undefined;
6403
+ enforced: boolean;
6313
6404
  };
6314
6405
  /** @internal */
6315
6406
  export declare const OneHundredAndNineteen$outboundSchema: z.ZodType<OneHundredAndNineteen$Outbound, z.ZodTypeDef, OneHundredAndNineteen>;
@@ -6328,96 +6419,52 @@ export declare namespace OneHundredAndNineteen$ {
6328
6419
  export declare function oneHundredAndNineteenToJSON(oneHundredAndNineteen: OneHundredAndNineteen): string;
6329
6420
  export declare function oneHundredAndNineteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndNineteen, SDKValidationError>;
6330
6421
  /** @internal */
6331
- export declare const OneHundredAndEighteen$inboundSchema: z.ZodType<OneHundredAndEighteen, z.ZodTypeDef, unknown>;
6332
- /** @internal */
6333
- export type OneHundredAndEighteen$Outbound = {
6334
- name?: string | undefined;
6335
- };
6336
- /** @internal */
6337
- export declare const OneHundredAndEighteen$outboundSchema: z.ZodType<OneHundredAndEighteen$Outbound, z.ZodTypeDef, OneHundredAndEighteen>;
6338
- /**
6339
- * @internal
6340
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6341
- */
6342
- export declare namespace OneHundredAndEighteen$ {
6343
- /** @deprecated use `OneHundredAndEighteen$inboundSchema` instead. */
6344
- const inboundSchema: z.ZodType<OneHundredAndEighteen, z.ZodTypeDef, unknown>;
6345
- /** @deprecated use `OneHundredAndEighteen$outboundSchema` instead. */
6346
- const outboundSchema: z.ZodType<OneHundredAndEighteen$Outbound, z.ZodTypeDef, OneHundredAndEighteen>;
6347
- /** @deprecated use `OneHundredAndEighteen$Outbound` instead. */
6348
- type Outbound = OneHundredAndEighteen$Outbound;
6349
- }
6350
- export declare function oneHundredAndEighteenToJSON(oneHundredAndEighteen: OneHundredAndEighteen): string;
6351
- export declare function oneHundredAndEighteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndEighteen, SDKValidationError>;
6352
- /** @internal */
6353
- export declare const OneHundredAndSeventeen$inboundSchema: z.ZodType<OneHundredAndSeventeen, z.ZodTypeDef, unknown>;
6422
+ export declare const UserEventPayload118User$inboundSchema: z.ZodType<UserEventPayload118User, z.ZodTypeDef, unknown>;
6354
6423
  /** @internal */
6355
- export type OneHundredAndSeventeen$Outbound = {
6356
- enforced: boolean;
6357
- };
6358
- /** @internal */
6359
- export declare const OneHundredAndSeventeen$outboundSchema: z.ZodType<OneHundredAndSeventeen$Outbound, z.ZodTypeDef, OneHundredAndSeventeen>;
6360
- /**
6361
- * @internal
6362
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6363
- */
6364
- export declare namespace OneHundredAndSeventeen$ {
6365
- /** @deprecated use `OneHundredAndSeventeen$inboundSchema` instead. */
6366
- const inboundSchema: z.ZodType<OneHundredAndSeventeen, z.ZodTypeDef, unknown>;
6367
- /** @deprecated use `OneHundredAndSeventeen$outboundSchema` instead. */
6368
- const outboundSchema: z.ZodType<OneHundredAndSeventeen$Outbound, z.ZodTypeDef, OneHundredAndSeventeen>;
6369
- /** @deprecated use `OneHundredAndSeventeen$Outbound` instead. */
6370
- type Outbound = OneHundredAndSeventeen$Outbound;
6371
- }
6372
- export declare function oneHundredAndSeventeenToJSON(oneHundredAndSeventeen: OneHundredAndSeventeen): string;
6373
- export declare function oneHundredAndSeventeenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSeventeen, SDKValidationError>;
6374
- /** @internal */
6375
- export declare const UserEventPayload116User$inboundSchema: z.ZodType<UserEventPayload116User, z.ZodTypeDef, unknown>;
6376
- /** @internal */
6377
- export type UserEventPayload116User$Outbound = {
6424
+ export type UserEventPayload118User$Outbound = {
6378
6425
  id: string;
6379
6426
  username: string;
6380
6427
  };
6381
6428
  /** @internal */
6382
- export declare const UserEventPayload116User$outboundSchema: z.ZodType<UserEventPayload116User$Outbound, z.ZodTypeDef, UserEventPayload116User>;
6429
+ export declare const UserEventPayload118User$outboundSchema: z.ZodType<UserEventPayload118User$Outbound, z.ZodTypeDef, UserEventPayload118User>;
6383
6430
  /**
6384
6431
  * @internal
6385
6432
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6386
6433
  */
6387
- export declare namespace UserEventPayload116User$ {
6388
- /** @deprecated use `UserEventPayload116User$inboundSchema` instead. */
6389
- const inboundSchema: z.ZodType<UserEventPayload116User, z.ZodTypeDef, unknown>;
6390
- /** @deprecated use `UserEventPayload116User$outboundSchema` instead. */
6391
- const outboundSchema: z.ZodType<UserEventPayload116User$Outbound, z.ZodTypeDef, UserEventPayload116User>;
6392
- /** @deprecated use `UserEventPayload116User$Outbound` instead. */
6393
- type Outbound = UserEventPayload116User$Outbound;
6434
+ export declare namespace UserEventPayload118User$ {
6435
+ /** @deprecated use `UserEventPayload118User$inboundSchema` instead. */
6436
+ const inboundSchema: z.ZodType<UserEventPayload118User, z.ZodTypeDef, unknown>;
6437
+ /** @deprecated use `UserEventPayload118User$outboundSchema` instead. */
6438
+ const outboundSchema: z.ZodType<UserEventPayload118User$Outbound, z.ZodTypeDef, UserEventPayload118User>;
6439
+ /** @deprecated use `UserEventPayload118User$Outbound` instead. */
6440
+ type Outbound = UserEventPayload118User$Outbound;
6394
6441
  }
6395
- export declare function userEventPayload116UserToJSON(userEventPayload116User: UserEventPayload116User): string;
6396
- export declare function userEventPayload116UserFromJSON(jsonString: string): SafeParseResult<UserEventPayload116User, SDKValidationError>;
6442
+ export declare function userEventPayload118UserToJSON(userEventPayload118User: UserEventPayload118User): string;
6443
+ export declare function userEventPayload118UserFromJSON(jsonString: string): SafeParseResult<UserEventPayload118User, SDKValidationError>;
6397
6444
  /** @internal */
6398
- export declare const OneHundredAndSixteen$inboundSchema: z.ZodType<OneHundredAndSixteen, z.ZodTypeDef, unknown>;
6445
+ export declare const OneHundredAndEighteen$inboundSchema: z.ZodType<OneHundredAndEighteen, z.ZodTypeDef, unknown>;
6399
6446
  /** @internal */
6400
- export type OneHundredAndSixteen$Outbound = {
6447
+ export type OneHundredAndEighteen$Outbound = {
6401
6448
  entitlement: string;
6402
- user: UserEventPayload116User$Outbound;
6449
+ user: UserEventPayload118User$Outbound;
6403
6450
  previousCanceledAt?: string | undefined;
6404
6451
  };
6405
6452
  /** @internal */
6406
- export declare const OneHundredAndSixteen$outboundSchema: z.ZodType<OneHundredAndSixteen$Outbound, z.ZodTypeDef, OneHundredAndSixteen>;
6453
+ export declare const OneHundredAndEighteen$outboundSchema: z.ZodType<OneHundredAndEighteen$Outbound, z.ZodTypeDef, OneHundredAndEighteen>;
6407
6454
  /**
6408
6455
  * @internal
6409
6456
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6410
6457
  */
6411
- export declare namespace OneHundredAndSixteen$ {
6412
- /** @deprecated use `OneHundredAndSixteen$inboundSchema` instead. */
6413
- const inboundSchema: z.ZodType<OneHundredAndSixteen, z.ZodTypeDef, unknown>;
6414
- /** @deprecated use `OneHundredAndSixteen$outboundSchema` instead. */
6415
- const outboundSchema: z.ZodType<OneHundredAndSixteen$Outbound, z.ZodTypeDef, OneHundredAndSixteen>;
6416
- /** @deprecated use `OneHundredAndSixteen$Outbound` instead. */
6417
- type Outbound = OneHundredAndSixteen$Outbound;
6458
+ export declare namespace OneHundredAndEighteen$ {
6459
+ /** @deprecated use `OneHundredAndEighteen$inboundSchema` instead. */
6460
+ const inboundSchema: z.ZodType<OneHundredAndEighteen, z.ZodTypeDef, unknown>;
6461
+ /** @deprecated use `OneHundredAndEighteen$outboundSchema` instead. */
6462
+ const outboundSchema: z.ZodType<OneHundredAndEighteen$Outbound, z.ZodTypeDef, OneHundredAndEighteen>;
6463
+ /** @deprecated use `OneHundredAndEighteen$Outbound` instead. */
6464
+ type Outbound = OneHundredAndEighteen$Outbound;
6418
6465
  }
6419
- export declare function oneHundredAndSixteenToJSON(oneHundredAndSixteen: OneHundredAndSixteen): string;
6420
- export declare function oneHundredAndSixteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixteen, SDKValidationError>;
6466
+ export declare function oneHundredAndEighteenToJSON(oneHundredAndEighteen: OneHundredAndEighteen): string;
6467
+ export declare function oneHundredAndEighteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndEighteen, SDKValidationError>;
6421
6468
  /** @internal */
6422
6469
  export declare const UserEventPayloadUser$inboundSchema: z.ZodType<UserEventPayloadUser, z.ZodTypeDef, unknown>;
6423
6470
  /** @internal */
@@ -6442,28 +6489,28 @@ export declare namespace UserEventPayloadUser$ {
6442
6489
  export declare function userEventPayloadUserToJSON(userEventPayloadUser: UserEventPayloadUser): string;
6443
6490
  export declare function userEventPayloadUserFromJSON(jsonString: string): SafeParseResult<UserEventPayloadUser, SDKValidationError>;
6444
6491
  /** @internal */
6445
- export declare const OneHundredAndFifteen$inboundSchema: z.ZodType<OneHundredAndFifteen, z.ZodTypeDef, unknown>;
6492
+ export declare const OneHundredAndSeventeen$inboundSchema: z.ZodType<OneHundredAndSeventeen, z.ZodTypeDef, unknown>;
6446
6493
  /** @internal */
6447
- export type OneHundredAndFifteen$Outbound = {
6494
+ export type OneHundredAndSeventeen$Outbound = {
6448
6495
  entitlement: string;
6449
6496
  user: UserEventPayloadUser$Outbound;
6450
6497
  };
6451
6498
  /** @internal */
6452
- export declare const OneHundredAndFifteen$outboundSchema: z.ZodType<OneHundredAndFifteen$Outbound, z.ZodTypeDef, OneHundredAndFifteen>;
6499
+ export declare const OneHundredAndSeventeen$outboundSchema: z.ZodType<OneHundredAndSeventeen$Outbound, z.ZodTypeDef, OneHundredAndSeventeen>;
6453
6500
  /**
6454
6501
  * @internal
6455
6502
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6456
6503
  */
6457
- export declare namespace OneHundredAndFifteen$ {
6458
- /** @deprecated use `OneHundredAndFifteen$inboundSchema` instead. */
6459
- const inboundSchema: z.ZodType<OneHundredAndFifteen, z.ZodTypeDef, unknown>;
6460
- /** @deprecated use `OneHundredAndFifteen$outboundSchema` instead. */
6461
- const outboundSchema: z.ZodType<OneHundredAndFifteen$Outbound, z.ZodTypeDef, OneHundredAndFifteen>;
6462
- /** @deprecated use `OneHundredAndFifteen$Outbound` instead. */
6463
- type Outbound = OneHundredAndFifteen$Outbound;
6504
+ export declare namespace OneHundredAndSeventeen$ {
6505
+ /** @deprecated use `OneHundredAndSeventeen$inboundSchema` instead. */
6506
+ const inboundSchema: z.ZodType<OneHundredAndSeventeen, z.ZodTypeDef, unknown>;
6507
+ /** @deprecated use `OneHundredAndSeventeen$outboundSchema` instead. */
6508
+ const outboundSchema: z.ZodType<OneHundredAndSeventeen$Outbound, z.ZodTypeDef, OneHundredAndSeventeen>;
6509
+ /** @deprecated use `OneHundredAndSeventeen$Outbound` instead. */
6510
+ type Outbound = OneHundredAndSeventeen$Outbound;
6464
6511
  }
6465
- export declare function oneHundredAndFifteenToJSON(oneHundredAndFifteen: OneHundredAndFifteen): string;
6466
- export declare function oneHundredAndFifteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFifteen, SDKValidationError>;
6512
+ export declare function oneHundredAndSeventeenToJSON(oneHundredAndSeventeen: OneHundredAndSeventeen): string;
6513
+ export declare function oneHundredAndSeventeenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSeventeen, SDKValidationError>;
6467
6514
  /** @internal */
6468
6515
  export declare const UpdatedUser$inboundSchema: z.ZodType<UpdatedUser, z.ZodTypeDef, unknown>;
6469
6516
  /** @internal */
@@ -6488,9 +6535,9 @@ export declare namespace UpdatedUser$ {
6488
6535
  export declare function updatedUserToJSON(updatedUser: UpdatedUser): string;
6489
6536
  export declare function updatedUserFromJSON(jsonString: string): SafeParseResult<UpdatedUser, SDKValidationError>;
6490
6537
  /** @internal */
6491
- export declare const OneHundredAndFourteen$inboundSchema: z.ZodType<OneHundredAndFourteen, z.ZodTypeDef, unknown>;
6538
+ export declare const OneHundredAndSixteen$inboundSchema: z.ZodType<OneHundredAndSixteen, z.ZodTypeDef, unknown>;
6492
6539
  /** @internal */
6493
- export type OneHundredAndFourteen$Outbound = {
6540
+ export type OneHundredAndSixteen$Outbound = {
6494
6541
  directoryType?: string | undefined;
6495
6542
  updatedUser?: UpdatedUser$Outbound | undefined;
6496
6543
  role?: string | undefined;
@@ -6498,25 +6545,25 @@ export type OneHundredAndFourteen$Outbound = {
6498
6545
  updatedUid?: string | undefined;
6499
6546
  };
6500
6547
  /** @internal */
6501
- export declare const OneHundredAndFourteen$outboundSchema: z.ZodType<OneHundredAndFourteen$Outbound, z.ZodTypeDef, OneHundredAndFourteen>;
6548
+ export declare const OneHundredAndSixteen$outboundSchema: z.ZodType<OneHundredAndSixteen$Outbound, z.ZodTypeDef, OneHundredAndSixteen>;
6502
6549
  /**
6503
6550
  * @internal
6504
6551
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6505
6552
  */
6506
- export declare namespace OneHundredAndFourteen$ {
6507
- /** @deprecated use `OneHundredAndFourteen$inboundSchema` instead. */
6508
- const inboundSchema: z.ZodType<OneHundredAndFourteen, z.ZodTypeDef, unknown>;
6509
- /** @deprecated use `OneHundredAndFourteen$outboundSchema` instead. */
6510
- const outboundSchema: z.ZodType<OneHundredAndFourteen$Outbound, z.ZodTypeDef, OneHundredAndFourteen>;
6511
- /** @deprecated use `OneHundredAndFourteen$Outbound` instead. */
6512
- type Outbound = OneHundredAndFourteen$Outbound;
6553
+ export declare namespace OneHundredAndSixteen$ {
6554
+ /** @deprecated use `OneHundredAndSixteen$inboundSchema` instead. */
6555
+ const inboundSchema: z.ZodType<OneHundredAndSixteen, z.ZodTypeDef, unknown>;
6556
+ /** @deprecated use `OneHundredAndSixteen$outboundSchema` instead. */
6557
+ const outboundSchema: z.ZodType<OneHundredAndSixteen$Outbound, z.ZodTypeDef, OneHundredAndSixteen>;
6558
+ /** @deprecated use `OneHundredAndSixteen$Outbound` instead. */
6559
+ type Outbound = OneHundredAndSixteen$Outbound;
6513
6560
  }
6514
- export declare function oneHundredAndFourteenToJSON(oneHundredAndFourteen: OneHundredAndFourteen): string;
6515
- export declare function oneHundredAndFourteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFourteen, SDKValidationError>;
6561
+ export declare function oneHundredAndSixteenToJSON(oneHundredAndSixteen: OneHundredAndSixteen): string;
6562
+ export declare function oneHundredAndSixteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixteen, SDKValidationError>;
6516
6563
  /** @internal */
6517
- export declare const OneHundredAndThirteen$inboundSchema: z.ZodType<OneHundredAndThirteen, z.ZodTypeDef, unknown>;
6564
+ export declare const OneHundredAndFifteen$inboundSchema: z.ZodType<OneHundredAndFifteen, z.ZodTypeDef, unknown>;
6518
6565
  /** @internal */
6519
- export type OneHundredAndThirteen$Outbound = {
6566
+ export type OneHundredAndFifteen$Outbound = {
6520
6567
  role?: string | undefined;
6521
6568
  uid: string;
6522
6569
  origin?: string | undefined;
@@ -6525,21 +6572,21 @@ export type OneHundredAndThirteen$Outbound = {
6525
6572
  entitlements?: Array<string> | undefined;
6526
6573
  };
6527
6574
  /** @internal */
6528
- export declare const OneHundredAndThirteen$outboundSchema: z.ZodType<OneHundredAndThirteen$Outbound, z.ZodTypeDef, OneHundredAndThirteen>;
6575
+ export declare const OneHundredAndFifteen$outboundSchema: z.ZodType<OneHundredAndFifteen$Outbound, z.ZodTypeDef, OneHundredAndFifteen>;
6529
6576
  /**
6530
6577
  * @internal
6531
6578
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6532
6579
  */
6533
- export declare namespace OneHundredAndThirteen$ {
6534
- /** @deprecated use `OneHundredAndThirteen$inboundSchema` instead. */
6535
- const inboundSchema: z.ZodType<OneHundredAndThirteen, z.ZodTypeDef, unknown>;
6536
- /** @deprecated use `OneHundredAndThirteen$outboundSchema` instead. */
6537
- const outboundSchema: z.ZodType<OneHundredAndThirteen$Outbound, z.ZodTypeDef, OneHundredAndThirteen>;
6538
- /** @deprecated use `OneHundredAndThirteen$Outbound` instead. */
6539
- type Outbound = OneHundredAndThirteen$Outbound;
6580
+ export declare namespace OneHundredAndFifteen$ {
6581
+ /** @deprecated use `OneHundredAndFifteen$inboundSchema` instead. */
6582
+ const inboundSchema: z.ZodType<OneHundredAndFifteen, z.ZodTypeDef, unknown>;
6583
+ /** @deprecated use `OneHundredAndFifteen$outboundSchema` instead. */
6584
+ const outboundSchema: z.ZodType<OneHundredAndFifteen$Outbound, z.ZodTypeDef, OneHundredAndFifteen>;
6585
+ /** @deprecated use `OneHundredAndFifteen$Outbound` instead. */
6586
+ type Outbound = OneHundredAndFifteen$Outbound;
6540
6587
  }
6541
- export declare function oneHundredAndThirteenToJSON(oneHundredAndThirteen: OneHundredAndThirteen): string;
6542
- export declare function oneHundredAndThirteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirteen, SDKValidationError>;
6588
+ export declare function oneHundredAndFifteenToJSON(oneHundredAndFifteen: OneHundredAndFifteen): string;
6589
+ export declare function oneHundredAndFifteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFifteen, SDKValidationError>;
6543
6590
  /** @internal */
6544
6591
  export declare const DeletedUser$inboundSchema: z.ZodType<DeletedUser, z.ZodTypeDef, unknown>;
6545
6592
  /** @internal */
@@ -6564,9 +6611,9 @@ export declare namespace DeletedUser$ {
6564
6611
  export declare function deletedUserToJSON(deletedUser: DeletedUser): string;
6565
6612
  export declare function deletedUserFromJSON(jsonString: string): SafeParseResult<DeletedUser, SDKValidationError>;
6566
6613
  /** @internal */
6567
- export declare const OneHundredAndTwelve$inboundSchema: z.ZodType<OneHundredAndTwelve, z.ZodTypeDef, unknown>;
6614
+ export declare const OneHundredAndFourteen$inboundSchema: z.ZodType<OneHundredAndFourteen, z.ZodTypeDef, unknown>;
6568
6615
  /** @internal */
6569
- export type OneHundredAndTwelve$Outbound = {
6616
+ export type OneHundredAndFourteen$Outbound = {
6570
6617
  deletedUser?: DeletedUser$Outbound | undefined;
6571
6618
  deletedUid?: string | undefined;
6572
6619
  githubUsername?: string | null | undefined;
@@ -6575,21 +6622,21 @@ export type OneHundredAndTwelve$Outbound = {
6575
6622
  directoryType?: string | undefined;
6576
6623
  };
6577
6624
  /** @internal */
6578
- export declare const OneHundredAndTwelve$outboundSchema: z.ZodType<OneHundredAndTwelve$Outbound, z.ZodTypeDef, OneHundredAndTwelve>;
6625
+ export declare const OneHundredAndFourteen$outboundSchema: z.ZodType<OneHundredAndFourteen$Outbound, z.ZodTypeDef, OneHundredAndFourteen>;
6579
6626
  /**
6580
6627
  * @internal
6581
6628
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6582
6629
  */
6583
- export declare namespace OneHundredAndTwelve$ {
6584
- /** @deprecated use `OneHundredAndTwelve$inboundSchema` instead. */
6585
- const inboundSchema: z.ZodType<OneHundredAndTwelve, z.ZodTypeDef, unknown>;
6586
- /** @deprecated use `OneHundredAndTwelve$outboundSchema` instead. */
6587
- const outboundSchema: z.ZodType<OneHundredAndTwelve$Outbound, z.ZodTypeDef, OneHundredAndTwelve>;
6588
- /** @deprecated use `OneHundredAndTwelve$Outbound` instead. */
6589
- type Outbound = OneHundredAndTwelve$Outbound;
6630
+ export declare namespace OneHundredAndFourteen$ {
6631
+ /** @deprecated use `OneHundredAndFourteen$inboundSchema` instead. */
6632
+ const inboundSchema: z.ZodType<OneHundredAndFourteen, z.ZodTypeDef, unknown>;
6633
+ /** @deprecated use `OneHundredAndFourteen$outboundSchema` instead. */
6634
+ const outboundSchema: z.ZodType<OneHundredAndFourteen$Outbound, z.ZodTypeDef, OneHundredAndFourteen>;
6635
+ /** @deprecated use `OneHundredAndFourteen$Outbound` instead. */
6636
+ type Outbound = OneHundredAndFourteen$Outbound;
6590
6637
  }
6591
- export declare function oneHundredAndTwelveToJSON(oneHundredAndTwelve: OneHundredAndTwelve): string;
6592
- export declare function oneHundredAndTwelveFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwelve, SDKValidationError>;
6638
+ export declare function oneHundredAndFourteenToJSON(oneHundredAndFourteen: OneHundredAndFourteen): string;
6639
+ export declare function oneHundredAndFourteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFourteen, SDKValidationError>;
6593
6640
  /** @internal */
6594
6641
  export declare const InvitedUser$inboundSchema: z.ZodType<InvitedUser, z.ZodTypeDef, unknown>;
6595
6642
  /** @internal */
@@ -6614,9 +6661,9 @@ export declare namespace InvitedUser$ {
6614
6661
  export declare function invitedUserToJSON(invitedUser: InvitedUser): string;
6615
6662
  export declare function invitedUserFromJSON(jsonString: string): SafeParseResult<InvitedUser, SDKValidationError>;
6616
6663
  /** @internal */
6617
- export declare const OneHundredAndEleven$inboundSchema: z.ZodType<OneHundredAndEleven, z.ZodTypeDef, unknown>;
6664
+ export declare const OneHundredAndThirteen$inboundSchema: z.ZodType<OneHundredAndThirteen, z.ZodTypeDef, unknown>;
6618
6665
  /** @internal */
6619
- export type OneHundredAndEleven$Outbound = {
6666
+ export type OneHundredAndThirteen$Outbound = {
6620
6667
  directoryType?: string | undefined;
6621
6668
  ssoType?: string | undefined;
6622
6669
  invitedUser?: InvitedUser$Outbound | undefined;
@@ -6626,21 +6673,21 @@ export type OneHundredAndEleven$Outbound = {
6626
6673
  invitedUid?: string | undefined;
6627
6674
  };
6628
6675
  /** @internal */
6629
- export declare const OneHundredAndEleven$outboundSchema: z.ZodType<OneHundredAndEleven$Outbound, z.ZodTypeDef, OneHundredAndEleven>;
6676
+ export declare const OneHundredAndThirteen$outboundSchema: z.ZodType<OneHundredAndThirteen$Outbound, z.ZodTypeDef, OneHundredAndThirteen>;
6630
6677
  /**
6631
6678
  * @internal
6632
6679
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6633
6680
  */
6634
- export declare namespace OneHundredAndEleven$ {
6635
- /** @deprecated use `OneHundredAndEleven$inboundSchema` instead. */
6636
- const inboundSchema: z.ZodType<OneHundredAndEleven, z.ZodTypeDef, unknown>;
6637
- /** @deprecated use `OneHundredAndEleven$outboundSchema` instead. */
6638
- const outboundSchema: z.ZodType<OneHundredAndEleven$Outbound, z.ZodTypeDef, OneHundredAndEleven>;
6639
- /** @deprecated use `OneHundredAndEleven$Outbound` instead. */
6640
- type Outbound = OneHundredAndEleven$Outbound;
6681
+ export declare namespace OneHundredAndThirteen$ {
6682
+ /** @deprecated use `OneHundredAndThirteen$inboundSchema` instead. */
6683
+ const inboundSchema: z.ZodType<OneHundredAndThirteen, z.ZodTypeDef, unknown>;
6684
+ /** @deprecated use `OneHundredAndThirteen$outboundSchema` instead. */
6685
+ const outboundSchema: z.ZodType<OneHundredAndThirteen$Outbound, z.ZodTypeDef, OneHundredAndThirteen>;
6686
+ /** @deprecated use `OneHundredAndThirteen$Outbound` instead. */
6687
+ type Outbound = OneHundredAndThirteen$Outbound;
6641
6688
  }
6642
- export declare function oneHundredAndElevenToJSON(oneHundredAndEleven: OneHundredAndEleven): string;
6643
- export declare function oneHundredAndElevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndEleven, SDKValidationError>;
6689
+ export declare function oneHundredAndThirteenToJSON(oneHundredAndThirteen: OneHundredAndThirteen): string;
6690
+ export declare function oneHundredAndThirteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirteen, SDKValidationError>;
6644
6691
  /** @internal */
6645
6692
  export declare const Reasons$inboundSchema: z.ZodType<Reasons, z.ZodTypeDef, unknown>;
6646
6693
  /** @internal */
@@ -6665,52 +6712,52 @@ export declare namespace Reasons$ {
6665
6712
  export declare function reasonsToJSON(reasons: Reasons): string;
6666
6713
  export declare function reasonsFromJSON(jsonString: string): SafeParseResult<Reasons, SDKValidationError>;
6667
6714
  /** @internal */
6668
- export declare const OneHundredAndTen$inboundSchema: z.ZodType<OneHundredAndTen, z.ZodTypeDef, unknown>;
6715
+ export declare const OneHundredAndTwelve$inboundSchema: z.ZodType<OneHundredAndTwelve, z.ZodTypeDef, unknown>;
6669
6716
  /** @internal */
6670
- export type OneHundredAndTen$Outbound = {
6717
+ export type OneHundredAndTwelve$Outbound = {
6671
6718
  slug: string;
6672
6719
  teamId: string;
6673
6720
  by: string;
6674
6721
  reasons?: Array<Reasons$Outbound> | undefined;
6675
6722
  };
6676
6723
  /** @internal */
6677
- export declare const OneHundredAndTen$outboundSchema: z.ZodType<OneHundredAndTen$Outbound, z.ZodTypeDef, OneHundredAndTen>;
6724
+ export declare const OneHundredAndTwelve$outboundSchema: z.ZodType<OneHundredAndTwelve$Outbound, z.ZodTypeDef, OneHundredAndTwelve>;
6678
6725
  /**
6679
- * @internal
6680
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6681
- */
6682
- export declare namespace OneHundredAndTen$ {
6683
- /** @deprecated use `OneHundredAndTen$inboundSchema` instead. */
6684
- const inboundSchema: z.ZodType<OneHundredAndTen, z.ZodTypeDef, unknown>;
6685
- /** @deprecated use `OneHundredAndTen$outboundSchema` instead. */
6686
- const outboundSchema: z.ZodType<OneHundredAndTen$Outbound, z.ZodTypeDef, OneHundredAndTen>;
6687
- /** @deprecated use `OneHundredAndTen$Outbound` instead. */
6688
- type Outbound = OneHundredAndTen$Outbound;
6726
+ * @internal
6727
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6728
+ */
6729
+ export declare namespace OneHundredAndTwelve$ {
6730
+ /** @deprecated use `OneHundredAndTwelve$inboundSchema` instead. */
6731
+ const inboundSchema: z.ZodType<OneHundredAndTwelve, z.ZodTypeDef, unknown>;
6732
+ /** @deprecated use `OneHundredAndTwelve$outboundSchema` instead. */
6733
+ const outboundSchema: z.ZodType<OneHundredAndTwelve$Outbound, z.ZodTypeDef, OneHundredAndTwelve>;
6734
+ /** @deprecated use `OneHundredAndTwelve$Outbound` instead. */
6735
+ type Outbound = OneHundredAndTwelve$Outbound;
6689
6736
  }
6690
- export declare function oneHundredAndTenToJSON(oneHundredAndTen: OneHundredAndTen): string;
6691
- export declare function oneHundredAndTenFromJSON(jsonString: string): SafeParseResult<OneHundredAndTen, SDKValidationError>;
6737
+ export declare function oneHundredAndTwelveToJSON(oneHundredAndTwelve: OneHundredAndTwelve): string;
6738
+ export declare function oneHundredAndTwelveFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwelve, SDKValidationError>;
6692
6739
  /** @internal */
6693
- export declare const OneHundredAndNine$inboundSchema: z.ZodType<OneHundredAndNine, z.ZodTypeDef, unknown>;
6740
+ export declare const OneHundredAndEleven$inboundSchema: z.ZodType<OneHundredAndEleven, z.ZodTypeDef, unknown>;
6694
6741
  /** @internal */
6695
- export type OneHundredAndNine$Outbound = {
6742
+ export type OneHundredAndEleven$Outbound = {
6696
6743
  slug: string;
6697
6744
  };
6698
6745
  /** @internal */
6699
- export declare const OneHundredAndNine$outboundSchema: z.ZodType<OneHundredAndNine$Outbound, z.ZodTypeDef, OneHundredAndNine>;
6746
+ export declare const OneHundredAndEleven$outboundSchema: z.ZodType<OneHundredAndEleven$Outbound, z.ZodTypeDef, OneHundredAndEleven>;
6700
6747
  /**
6701
6748
  * @internal
6702
6749
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6703
6750
  */
6704
- export declare namespace OneHundredAndNine$ {
6705
- /** @deprecated use `OneHundredAndNine$inboundSchema` instead. */
6706
- const inboundSchema: z.ZodType<OneHundredAndNine, z.ZodTypeDef, unknown>;
6707
- /** @deprecated use `OneHundredAndNine$outboundSchema` instead. */
6708
- const outboundSchema: z.ZodType<OneHundredAndNine$Outbound, z.ZodTypeDef, OneHundredAndNine>;
6709
- /** @deprecated use `OneHundredAndNine$Outbound` instead. */
6710
- type Outbound = OneHundredAndNine$Outbound;
6751
+ export declare namespace OneHundredAndEleven$ {
6752
+ /** @deprecated use `OneHundredAndEleven$inboundSchema` instead. */
6753
+ const inboundSchema: z.ZodType<OneHundredAndEleven, z.ZodTypeDef, unknown>;
6754
+ /** @deprecated use `OneHundredAndEleven$outboundSchema` instead. */
6755
+ const outboundSchema: z.ZodType<OneHundredAndEleven$Outbound, z.ZodTypeDef, OneHundredAndEleven>;
6756
+ /** @deprecated use `OneHundredAndEleven$Outbound` instead. */
6757
+ type Outbound = OneHundredAndEleven$Outbound;
6711
6758
  }
6712
- export declare function oneHundredAndNineToJSON(oneHundredAndNine: OneHundredAndNine): string;
6713
- export declare function oneHundredAndNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndNine, SDKValidationError>;
6759
+ export declare function oneHundredAndElevenToJSON(oneHundredAndEleven: OneHundredAndEleven): string;
6760
+ export declare function oneHundredAndElevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndEleven, SDKValidationError>;
6714
6761
  /** @internal */
6715
6762
  export declare const Store$inboundSchema: z.ZodType<Store, z.ZodTypeDef, unknown>;
6716
6763
  /** @internal */
@@ -6735,28 +6782,28 @@ export declare namespace Store$ {
6735
6782
  export declare function storeToJSON(store: Store): string;
6736
6783
  export declare function storeFromJSON(jsonString: string): SafeParseResult<Store, SDKValidationError>;
6737
6784
  /** @internal */
6738
- export declare const OneHundredAndEight$inboundSchema: z.ZodType<OneHundredAndEight, z.ZodTypeDef, unknown>;
6785
+ export declare const OneHundredAndTen$inboundSchema: z.ZodType<OneHundredAndTen, z.ZodTypeDef, unknown>;
6739
6786
  /** @internal */
6740
- export type OneHundredAndEight$Outbound = {
6787
+ export type OneHundredAndTen$Outbound = {
6741
6788
  store: Store$Outbound;
6742
6789
  ownerId?: string | undefined;
6743
6790
  };
6744
6791
  /** @internal */
6745
- export declare const OneHundredAndEight$outboundSchema: z.ZodType<OneHundredAndEight$Outbound, z.ZodTypeDef, OneHundredAndEight>;
6792
+ export declare const OneHundredAndTen$outboundSchema: z.ZodType<OneHundredAndTen$Outbound, z.ZodTypeDef, OneHundredAndTen>;
6746
6793
  /**
6747
6794
  * @internal
6748
6795
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6749
6796
  */
6750
- export declare namespace OneHundredAndEight$ {
6751
- /** @deprecated use `OneHundredAndEight$inboundSchema` instead. */
6752
- const inboundSchema: z.ZodType<OneHundredAndEight, z.ZodTypeDef, unknown>;
6753
- /** @deprecated use `OneHundredAndEight$outboundSchema` instead. */
6754
- const outboundSchema: z.ZodType<OneHundredAndEight$Outbound, z.ZodTypeDef, OneHundredAndEight>;
6755
- /** @deprecated use `OneHundredAndEight$Outbound` instead. */
6756
- type Outbound = OneHundredAndEight$Outbound;
6797
+ export declare namespace OneHundredAndTen$ {
6798
+ /** @deprecated use `OneHundredAndTen$inboundSchema` instead. */
6799
+ const inboundSchema: z.ZodType<OneHundredAndTen, z.ZodTypeDef, unknown>;
6800
+ /** @deprecated use `OneHundredAndTen$outboundSchema` instead. */
6801
+ const outboundSchema: z.ZodType<OneHundredAndTen$Outbound, z.ZodTypeDef, OneHundredAndTen>;
6802
+ /** @deprecated use `OneHundredAndTen$Outbound` instead. */
6803
+ type Outbound = OneHundredAndTen$Outbound;
6757
6804
  }
6758
- export declare function oneHundredAndEightToJSON(oneHundredAndEight: OneHundredAndEight): string;
6759
- export declare function oneHundredAndEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndEight, SDKValidationError>;
6805
+ export declare function oneHundredAndTenToJSON(oneHundredAndTen: OneHundredAndTen): string;
6806
+ export declare function oneHundredAndTenFromJSON(jsonString: string): SafeParseResult<OneHundredAndTen, SDKValidationError>;
6760
6807
  /** @internal */
6761
6808
  export declare const StoreType$inboundSchema: z.ZodNativeEnum<typeof StoreType>;
6762
6809
  /** @internal */
@@ -6778,27 +6825,27 @@ export declare namespace StoreType$ {
6778
6825
  }>;
6779
6826
  }
6780
6827
  /** @internal */
6781
- export declare const OneHundredAndSeven$inboundSchema: z.ZodType<OneHundredAndSeven, z.ZodTypeDef, unknown>;
6828
+ export declare const OneHundredAndNine$inboundSchema: z.ZodType<OneHundredAndNine, z.ZodTypeDef, unknown>;
6782
6829
  /** @internal */
6783
- export type OneHundredAndSeven$Outbound = {
6830
+ export type OneHundredAndNine$Outbound = {
6784
6831
  storeType: string;
6785
6832
  };
6786
6833
  /** @internal */
6787
- export declare const OneHundredAndSeven$outboundSchema: z.ZodType<OneHundredAndSeven$Outbound, z.ZodTypeDef, OneHundredAndSeven>;
6834
+ export declare const OneHundredAndNine$outboundSchema: z.ZodType<OneHundredAndNine$Outbound, z.ZodTypeDef, OneHundredAndNine>;
6788
6835
  /**
6789
6836
  * @internal
6790
6837
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6791
6838
  */
6792
- export declare namespace OneHundredAndSeven$ {
6793
- /** @deprecated use `OneHundredAndSeven$inboundSchema` instead. */
6794
- const inboundSchema: z.ZodType<OneHundredAndSeven, z.ZodTypeDef, unknown>;
6795
- /** @deprecated use `OneHundredAndSeven$outboundSchema` instead. */
6796
- const outboundSchema: z.ZodType<OneHundredAndSeven$Outbound, z.ZodTypeDef, OneHundredAndSeven>;
6797
- /** @deprecated use `OneHundredAndSeven$Outbound` instead. */
6798
- type Outbound = OneHundredAndSeven$Outbound;
6839
+ export declare namespace OneHundredAndNine$ {
6840
+ /** @deprecated use `OneHundredAndNine$inboundSchema` instead. */
6841
+ const inboundSchema: z.ZodType<OneHundredAndNine, z.ZodTypeDef, unknown>;
6842
+ /** @deprecated use `OneHundredAndNine$outboundSchema` instead. */
6843
+ const outboundSchema: z.ZodType<OneHundredAndNine$Outbound, z.ZodTypeDef, OneHundredAndNine>;
6844
+ /** @deprecated use `OneHundredAndNine$Outbound` instead. */
6845
+ type Outbound = OneHundredAndNine$Outbound;
6799
6846
  }
6800
- export declare function oneHundredAndSevenToJSON(oneHundredAndSeven: OneHundredAndSeven): string;
6801
- export declare function oneHundredAndSevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSeven, SDKValidationError>;
6847
+ export declare function oneHundredAndNineToJSON(oneHundredAndNine: OneHundredAndNine): string;
6848
+ export declare function oneHundredAndNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndNine, SDKValidationError>;
6802
6849
  /** @internal */
6803
6850
  export declare const UserEventPayloadType$inboundSchema: z.ZodNativeEnum<typeof UserEventPayloadType>;
6804
6851
  /** @internal */
@@ -6826,9 +6873,9 @@ export declare namespace UserEventPayloadType$ {
6826
6873
  }>;
6827
6874
  }
6828
6875
  /** @internal */
6829
- export declare const OneHundredAndSix$inboundSchema: z.ZodType<OneHundredAndSix, z.ZodTypeDef, unknown>;
6876
+ export declare const OneHundredAndEight$inboundSchema: z.ZodType<OneHundredAndEight, z.ZodTypeDef, unknown>;
6830
6877
  /** @internal */
6831
- export type OneHundredAndSix$Outbound = {
6878
+ export type OneHundredAndEight$Outbound = {
6832
6879
  id: string;
6833
6880
  name?: string | undefined;
6834
6881
  computeUnitsMax?: number | undefined;
@@ -6837,57 +6884,57 @@ export type OneHundredAndSix$Outbound = {
6837
6884
  type: string;
6838
6885
  };
6839
6886
  /** @internal */
6840
- export declare const OneHundredAndSix$outboundSchema: z.ZodType<OneHundredAndSix$Outbound, z.ZodTypeDef, OneHundredAndSix>;
6887
+ export declare const OneHundredAndEight$outboundSchema: z.ZodType<OneHundredAndEight$Outbound, z.ZodTypeDef, OneHundredAndEight>;
6841
6888
  /**
6842
6889
  * @internal
6843
6890
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6844
6891
  */
6845
- export declare namespace OneHundredAndSix$ {
6846
- /** @deprecated use `OneHundredAndSix$inboundSchema` instead. */
6847
- const inboundSchema: z.ZodType<OneHundredAndSix, z.ZodTypeDef, unknown>;
6848
- /** @deprecated use `OneHundredAndSix$outboundSchema` instead. */
6849
- const outboundSchema: z.ZodType<OneHundredAndSix$Outbound, z.ZodTypeDef, OneHundredAndSix>;
6850
- /** @deprecated use `OneHundredAndSix$Outbound` instead. */
6851
- type Outbound = OneHundredAndSix$Outbound;
6892
+ export declare namespace OneHundredAndEight$ {
6893
+ /** @deprecated use `OneHundredAndEight$inboundSchema` instead. */
6894
+ const inboundSchema: z.ZodType<OneHundredAndEight, z.ZodTypeDef, unknown>;
6895
+ /** @deprecated use `OneHundredAndEight$outboundSchema` instead. */
6896
+ const outboundSchema: z.ZodType<OneHundredAndEight$Outbound, z.ZodTypeDef, OneHundredAndEight>;
6897
+ /** @deprecated use `OneHundredAndEight$Outbound` instead. */
6898
+ type Outbound = OneHundredAndEight$Outbound;
6852
6899
  }
6853
- export declare function oneHundredAndSixToJSON(oneHundredAndSix: OneHundredAndSix): string;
6854
- export declare function oneHundredAndSixFromJSON(jsonString: string): SafeParseResult<OneHundredAndSix, SDKValidationError>;
6900
+ export declare function oneHundredAndEightToJSON(oneHundredAndEight: OneHundredAndEight): string;
6901
+ export declare function oneHundredAndEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndEight, SDKValidationError>;
6855
6902
  /** @internal */
6856
- export declare const OneHundredAndFive$inboundSchema: z.ZodType<OneHundredAndFive, z.ZodTypeDef, unknown>;
6903
+ export declare const OneHundredAndSeven$inboundSchema: z.ZodType<OneHundredAndSeven, z.ZodTypeDef, unknown>;
6857
6904
  /** @internal */
6858
- export type OneHundredAndFive$Outbound = {
6905
+ export type OneHundredAndSeven$Outbound = {
6859
6906
  webhookUrl?: string | undefined;
6860
6907
  };
6861
6908
  /** @internal */
6862
- export declare const OneHundredAndFive$outboundSchema: z.ZodType<OneHundredAndFive$Outbound, z.ZodTypeDef, OneHundredAndFive>;
6909
+ export declare const OneHundredAndSeven$outboundSchema: z.ZodType<OneHundredAndSeven$Outbound, z.ZodTypeDef, OneHundredAndSeven>;
6863
6910
  /**
6864
6911
  * @internal
6865
6912
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6866
6913
  */
6867
- export declare namespace OneHundredAndFive$ {
6868
- /** @deprecated use `OneHundredAndFive$inboundSchema` instead. */
6869
- const inboundSchema: z.ZodType<OneHundredAndFive, z.ZodTypeDef, unknown>;
6870
- /** @deprecated use `OneHundredAndFive$outboundSchema` instead. */
6871
- const outboundSchema: z.ZodType<OneHundredAndFive$Outbound, z.ZodTypeDef, OneHundredAndFive>;
6872
- /** @deprecated use `OneHundredAndFive$Outbound` instead. */
6873
- type Outbound = OneHundredAndFive$Outbound;
6914
+ export declare namespace OneHundredAndSeven$ {
6915
+ /** @deprecated use `OneHundredAndSeven$inboundSchema` instead. */
6916
+ const inboundSchema: z.ZodType<OneHundredAndSeven, z.ZodTypeDef, unknown>;
6917
+ /** @deprecated use `OneHundredAndSeven$outboundSchema` instead. */
6918
+ const outboundSchema: z.ZodType<OneHundredAndSeven$Outbound, z.ZodTypeDef, OneHundredAndSeven>;
6919
+ /** @deprecated use `OneHundredAndSeven$Outbound` instead. */
6920
+ type Outbound = OneHundredAndSeven$Outbound;
6874
6921
  }
6875
- export declare function oneHundredAndFiveToJSON(oneHundredAndFive: OneHundredAndFive): string;
6876
- export declare function oneHundredAndFiveFromJSON(jsonString: string): SafeParseResult<OneHundredAndFive, SDKValidationError>;
6922
+ export declare function oneHundredAndSevenToJSON(oneHundredAndSeven: OneHundredAndSeven): string;
6923
+ export declare function oneHundredAndSevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSeven, SDKValidationError>;
6877
6924
  /** @internal */
6878
- export declare const UserEventPayload104Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload104Type>;
6925
+ export declare const UserEventPayload106Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload106Type>;
6879
6926
  /** @internal */
6880
- export declare const UserEventPayload104Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload104Type>;
6927
+ export declare const UserEventPayload106Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload106Type>;
6881
6928
  /**
6882
6929
  * @internal
6883
6930
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6884
6931
  */
6885
- export declare namespace UserEventPayload104Type$ {
6886
- /** @deprecated use `UserEventPayload104Type$inboundSchema` instead. */
6932
+ export declare namespace UserEventPayload106Type$ {
6933
+ /** @deprecated use `UserEventPayload106Type$inboundSchema` instead. */
6887
6934
  const inboundSchema: z.ZodNativeEnum<{
6888
6935
  readonly Fixed: "fixed";
6889
6936
  }>;
6890
- /** @deprecated use `UserEventPayload104Type$outboundSchema` instead. */
6937
+ /** @deprecated use `UserEventPayload106Type$outboundSchema` instead. */
6891
6938
  const outboundSchema: z.ZodNativeEnum<{
6892
6939
  readonly Fixed: "fixed";
6893
6940
  }>;
@@ -6949,42 +6996,42 @@ export declare namespace UserEventPayloadBudget$ {
6949
6996
  export declare function userEventPayloadBudgetToJSON(userEventPayloadBudget: UserEventPayloadBudget): string;
6950
6997
  export declare function userEventPayloadBudgetFromJSON(jsonString: string): SafeParseResult<UserEventPayloadBudget, SDKValidationError>;
6951
6998
  /** @internal */
6952
- export declare const OneHundredAndFour$inboundSchema: z.ZodType<OneHundredAndFour, z.ZodTypeDef, unknown>;
6999
+ export declare const OneHundredAndSix$inboundSchema: z.ZodType<OneHundredAndSix, z.ZodTypeDef, unknown>;
6953
7000
  /** @internal */
6954
- export type OneHundredAndFour$Outbound = {
7001
+ export type OneHundredAndSix$Outbound = {
6955
7002
  budget: UserEventPayloadBudget$Outbound;
6956
7003
  webhookUrl?: string | undefined;
6957
7004
  };
6958
7005
  /** @internal */
6959
- export declare const OneHundredAndFour$outboundSchema: z.ZodType<OneHundredAndFour$Outbound, z.ZodTypeDef, OneHundredAndFour>;
7006
+ export declare const OneHundredAndSix$outboundSchema: z.ZodType<OneHundredAndSix$Outbound, z.ZodTypeDef, OneHundredAndSix>;
6960
7007
  /**
6961
7008
  * @internal
6962
7009
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6963
7010
  */
6964
- export declare namespace OneHundredAndFour$ {
6965
- /** @deprecated use `OneHundredAndFour$inboundSchema` instead. */
6966
- const inboundSchema: z.ZodType<OneHundredAndFour, z.ZodTypeDef, unknown>;
6967
- /** @deprecated use `OneHundredAndFour$outboundSchema` instead. */
6968
- const outboundSchema: z.ZodType<OneHundredAndFour$Outbound, z.ZodTypeDef, OneHundredAndFour>;
6969
- /** @deprecated use `OneHundredAndFour$Outbound` instead. */
6970
- type Outbound = OneHundredAndFour$Outbound;
7011
+ export declare namespace OneHundredAndSix$ {
7012
+ /** @deprecated use `OneHundredAndSix$inboundSchema` instead. */
7013
+ const inboundSchema: z.ZodType<OneHundredAndSix, z.ZodTypeDef, unknown>;
7014
+ /** @deprecated use `OneHundredAndSix$outboundSchema` instead. */
7015
+ const outboundSchema: z.ZodType<OneHundredAndSix$Outbound, z.ZodTypeDef, OneHundredAndSix>;
7016
+ /** @deprecated use `OneHundredAndSix$Outbound` instead. */
7017
+ type Outbound = OneHundredAndSix$Outbound;
6971
7018
  }
6972
- export declare function oneHundredAndFourToJSON(oneHundredAndFour: OneHundredAndFour): string;
6973
- export declare function oneHundredAndFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndFour, SDKValidationError>;
7019
+ export declare function oneHundredAndSixToJSON(oneHundredAndSix: OneHundredAndSix): string;
7020
+ export declare function oneHundredAndSixFromJSON(jsonString: string): SafeParseResult<OneHundredAndSix, SDKValidationError>;
6974
7021
  /** @internal */
6975
- export declare const UserEventPayload103Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload103Type>;
7022
+ export declare const UserEventPayload105Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload105Type>;
6976
7023
  /** @internal */
6977
- export declare const UserEventPayload103Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload103Type>;
7024
+ export declare const UserEventPayload105Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload105Type>;
6978
7025
  /**
6979
7026
  * @internal
6980
7027
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6981
7028
  */
6982
- export declare namespace UserEventPayload103Type$ {
6983
- /** @deprecated use `UserEventPayload103Type$inboundSchema` instead. */
7029
+ export declare namespace UserEventPayload105Type$ {
7030
+ /** @deprecated use `UserEventPayload105Type$inboundSchema` instead. */
6984
7031
  const inboundSchema: z.ZodNativeEnum<{
6985
7032
  readonly Fixed: "fixed";
6986
7033
  }>;
6987
- /** @deprecated use `UserEventPayload103Type$outboundSchema` instead. */
7034
+ /** @deprecated use `UserEventPayload105Type$outboundSchema` instead. */
6988
7035
  const outboundSchema: z.ZodNativeEnum<{
6989
7036
  readonly Fixed: "fixed";
6990
7037
  }>;
@@ -7046,41 +7093,41 @@ export declare namespace PayloadBudget$ {
7046
7093
  export declare function payloadBudgetToJSON(payloadBudget: PayloadBudget): string;
7047
7094
  export declare function payloadBudgetFromJSON(jsonString: string): SafeParseResult<PayloadBudget, SDKValidationError>;
7048
7095
  /** @internal */
7049
- export declare const OneHundredAndThree$inboundSchema: z.ZodType<OneHundredAndThree, z.ZodTypeDef, unknown>;
7096
+ export declare const OneHundredAndFive$inboundSchema: z.ZodType<OneHundredAndFive, z.ZodTypeDef, unknown>;
7050
7097
  /** @internal */
7051
- export type OneHundredAndThree$Outbound = {
7098
+ export type OneHundredAndFive$Outbound = {
7052
7099
  budget: PayloadBudget$Outbound;
7053
7100
  };
7054
7101
  /** @internal */
7055
- export declare const OneHundredAndThree$outboundSchema: z.ZodType<OneHundredAndThree$Outbound, z.ZodTypeDef, OneHundredAndThree>;
7102
+ export declare const OneHundredAndFive$outboundSchema: z.ZodType<OneHundredAndFive$Outbound, z.ZodTypeDef, OneHundredAndFive>;
7056
7103
  /**
7057
7104
  * @internal
7058
7105
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7059
7106
  */
7060
- export declare namespace OneHundredAndThree$ {
7061
- /** @deprecated use `OneHundredAndThree$inboundSchema` instead. */
7062
- const inboundSchema: z.ZodType<OneHundredAndThree, z.ZodTypeDef, unknown>;
7063
- /** @deprecated use `OneHundredAndThree$outboundSchema` instead. */
7064
- const outboundSchema: z.ZodType<OneHundredAndThree$Outbound, z.ZodTypeDef, OneHundredAndThree>;
7065
- /** @deprecated use `OneHundredAndThree$Outbound` instead. */
7066
- type Outbound = OneHundredAndThree$Outbound;
7107
+ export declare namespace OneHundredAndFive$ {
7108
+ /** @deprecated use `OneHundredAndFive$inboundSchema` instead. */
7109
+ const inboundSchema: z.ZodType<OneHundredAndFive, z.ZodTypeDef, unknown>;
7110
+ /** @deprecated use `OneHundredAndFive$outboundSchema` instead. */
7111
+ const outboundSchema: z.ZodType<OneHundredAndFive$Outbound, z.ZodTypeDef, OneHundredAndFive>;
7112
+ /** @deprecated use `OneHundredAndFive$Outbound` instead. */
7113
+ type Outbound = OneHundredAndFive$Outbound;
7067
7114
  }
7068
- export declare function oneHundredAndThreeToJSON(oneHundredAndThree: OneHundredAndThree): string;
7069
- export declare function oneHundredAndThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndThree, SDKValidationError>;
7115
+ export declare function oneHundredAndFiveToJSON(oneHundredAndFive: OneHundredAndFive): string;
7116
+ export declare function oneHundredAndFiveFromJSON(jsonString: string): SafeParseResult<OneHundredAndFive, SDKValidationError>;
7070
7117
  /** @internal */
7071
- export declare const UserEventPayload102Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload102Type>;
7118
+ export declare const UserEventPayload104Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload104Type>;
7072
7119
  /** @internal */
7073
- export declare const UserEventPayload102Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload102Type>;
7120
+ export declare const UserEventPayload104Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload104Type>;
7074
7121
  /**
7075
7122
  * @internal
7076
7123
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7077
7124
  */
7078
- export declare namespace UserEventPayload102Type$ {
7079
- /** @deprecated use `UserEventPayload102Type$inboundSchema` instead. */
7125
+ export declare namespace UserEventPayload104Type$ {
7126
+ /** @deprecated use `UserEventPayload104Type$inboundSchema` instead. */
7080
7127
  const inboundSchema: z.ZodNativeEnum<{
7081
7128
  readonly Fixed: "fixed";
7082
7129
  }>;
7083
- /** @deprecated use `UserEventPayload102Type$outboundSchema` instead. */
7130
+ /** @deprecated use `UserEventPayload104Type$outboundSchema` instead. */
7084
7131
  const outboundSchema: z.ZodNativeEnum<{
7085
7132
  readonly Fixed: "fixed";
7086
7133
  }>;
@@ -7164,27 +7211,27 @@ export declare namespace Budget$ {
7164
7211
  export declare function budgetToJSON(budget: Budget): string;
7165
7212
  export declare function budgetFromJSON(jsonString: string): SafeParseResult<Budget, SDKValidationError>;
7166
7213
  /** @internal */
7167
- export declare const OneHundredAndTwo$inboundSchema: z.ZodType<OneHundredAndTwo, z.ZodTypeDef, unknown>;
7214
+ export declare const OneHundredAndFour$inboundSchema: z.ZodType<OneHundredAndFour, z.ZodTypeDef, unknown>;
7168
7215
  /** @internal */
7169
- export type OneHundredAndTwo$Outbound = {
7216
+ export type OneHundredAndFour$Outbound = {
7170
7217
  budget: Budget$Outbound;
7171
7218
  };
7172
7219
  /** @internal */
7173
- export declare const OneHundredAndTwo$outboundSchema: z.ZodType<OneHundredAndTwo$Outbound, z.ZodTypeDef, OneHundredAndTwo>;
7220
+ export declare const OneHundredAndFour$outboundSchema: z.ZodType<OneHundredAndFour$Outbound, z.ZodTypeDef, OneHundredAndFour>;
7174
7221
  /**
7175
7222
  * @internal
7176
7223
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7177
7224
  */
7178
- export declare namespace OneHundredAndTwo$ {
7179
- /** @deprecated use `OneHundredAndTwo$inboundSchema` instead. */
7180
- const inboundSchema: z.ZodType<OneHundredAndTwo, z.ZodTypeDef, unknown>;
7181
- /** @deprecated use `OneHundredAndTwo$outboundSchema` instead. */
7182
- const outboundSchema: z.ZodType<OneHundredAndTwo$Outbound, z.ZodTypeDef, OneHundredAndTwo>;
7183
- /** @deprecated use `OneHundredAndTwo$Outbound` instead. */
7184
- type Outbound = OneHundredAndTwo$Outbound;
7225
+ export declare namespace OneHundredAndFour$ {
7226
+ /** @deprecated use `OneHundredAndFour$inboundSchema` instead. */
7227
+ const inboundSchema: z.ZodType<OneHundredAndFour, z.ZodTypeDef, unknown>;
7228
+ /** @deprecated use `OneHundredAndFour$outboundSchema` instead. */
7229
+ const outboundSchema: z.ZodType<OneHundredAndFour$Outbound, z.ZodTypeDef, OneHundredAndFour>;
7230
+ /** @deprecated use `OneHundredAndFour$Outbound` instead. */
7231
+ type Outbound = OneHundredAndFour$Outbound;
7185
7232
  }
7186
- export declare function oneHundredAndTwoToJSON(oneHundredAndTwo: OneHundredAndTwo): string;
7187
- export declare function oneHundredAndTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwo, SDKValidationError>;
7233
+ export declare function oneHundredAndFourToJSON(oneHundredAndFour: OneHundredAndFour): string;
7234
+ export declare function oneHundredAndFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndFour, SDKValidationError>;
7188
7235
  /** @internal */
7189
7236
  export declare const ScalingRules$inboundSchema: z.ZodType<ScalingRules, z.ZodTypeDef, unknown>;
7190
7237
  /** @internal */
@@ -7209,9 +7256,9 @@ export declare namespace ScalingRules$ {
7209
7256
  export declare function scalingRulesToJSON(scalingRules: ScalingRules): string;
7210
7257
  export declare function scalingRulesFromJSON(jsonString: string): SafeParseResult<ScalingRules, SDKValidationError>;
7211
7258
  /** @internal */
7212
- export declare const OneHundredAndOne$inboundSchema: z.ZodType<OneHundredAndOne, z.ZodTypeDef, unknown>;
7259
+ export declare const OneHundredAndThree$inboundSchema: z.ZodType<OneHundredAndThree, z.ZodTypeDef, unknown>;
7213
7260
  /** @internal */
7214
- export type OneHundredAndOne$Outbound = {
7261
+ export type OneHundredAndThree$Outbound = {
7215
7262
  scalingRules: {
7216
7263
  [k: string]: ScalingRules$Outbound;
7217
7264
  };
@@ -7220,67 +7267,67 @@ export type OneHundredAndOne$Outbound = {
7220
7267
  url: string;
7221
7268
  };
7222
7269
  /** @internal */
7223
- export declare const OneHundredAndOne$outboundSchema: z.ZodType<OneHundredAndOne$Outbound, z.ZodTypeDef, OneHundredAndOne>;
7270
+ export declare const OneHundredAndThree$outboundSchema: z.ZodType<OneHundredAndThree$Outbound, z.ZodTypeDef, OneHundredAndThree>;
7224
7271
  /**
7225
7272
  * @internal
7226
7273
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7227
7274
  */
7228
- export declare namespace OneHundredAndOne$ {
7229
- /** @deprecated use `OneHundredAndOne$inboundSchema` instead. */
7230
- const inboundSchema: z.ZodType<OneHundredAndOne, z.ZodTypeDef, unknown>;
7231
- /** @deprecated use `OneHundredAndOne$outboundSchema` instead. */
7232
- const outboundSchema: z.ZodType<OneHundredAndOne$Outbound, z.ZodTypeDef, OneHundredAndOne>;
7233
- /** @deprecated use `OneHundredAndOne$Outbound` instead. */
7234
- type Outbound = OneHundredAndOne$Outbound;
7275
+ export declare namespace OneHundredAndThree$ {
7276
+ /** @deprecated use `OneHundredAndThree$inboundSchema` instead. */
7277
+ const inboundSchema: z.ZodType<OneHundredAndThree, z.ZodTypeDef, unknown>;
7278
+ /** @deprecated use `OneHundredAndThree$outboundSchema` instead. */
7279
+ const outboundSchema: z.ZodType<OneHundredAndThree$Outbound, z.ZodTypeDef, OneHundredAndThree>;
7280
+ /** @deprecated use `OneHundredAndThree$Outbound` instead. */
7281
+ type Outbound = OneHundredAndThree$Outbound;
7235
7282
  }
7236
- export declare function oneHundredAndOneToJSON(oneHundredAndOne: OneHundredAndOne): string;
7237
- export declare function oneHundredAndOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndOne, SDKValidationError>;
7283
+ export declare function oneHundredAndThreeToJSON(oneHundredAndThree: OneHundredAndThree): string;
7284
+ export declare function oneHundredAndThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndThree, SDKValidationError>;
7238
7285
  /** @internal */
7239
- export declare const OneHundred$inboundSchema: z.ZodType<OneHundred, z.ZodTypeDef, unknown>;
7286
+ export declare const OneHundredAndTwo$inboundSchema: z.ZodType<OneHundredAndTwo, z.ZodTypeDef, unknown>;
7240
7287
  /** @internal */
7241
- export type OneHundred$Outbound = {
7288
+ export type OneHundredAndTwo$Outbound = {
7242
7289
  bio: string;
7243
7290
  };
7244
7291
  /** @internal */
7245
- export declare const OneHundred$outboundSchema: z.ZodType<OneHundred$Outbound, z.ZodTypeDef, OneHundred>;
7292
+ export declare const OneHundredAndTwo$outboundSchema: z.ZodType<OneHundredAndTwo$Outbound, z.ZodTypeDef, OneHundredAndTwo>;
7246
7293
  /**
7247
- * @internal
7248
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7249
- */
7250
- export declare namespace OneHundred$ {
7251
- /** @deprecated use `OneHundred$inboundSchema` instead. */
7252
- const inboundSchema: z.ZodType<OneHundred, z.ZodTypeDef, unknown>;
7253
- /** @deprecated use `OneHundred$outboundSchema` instead. */
7254
- const outboundSchema: z.ZodType<OneHundred$Outbound, z.ZodTypeDef, OneHundred>;
7255
- /** @deprecated use `OneHundred$Outbound` instead. */
7256
- type Outbound = OneHundred$Outbound;
7294
+ * @internal
7295
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7296
+ */
7297
+ export declare namespace OneHundredAndTwo$ {
7298
+ /** @deprecated use `OneHundredAndTwo$inboundSchema` instead. */
7299
+ const inboundSchema: z.ZodType<OneHundredAndTwo, z.ZodTypeDef, unknown>;
7300
+ /** @deprecated use `OneHundredAndTwo$outboundSchema` instead. */
7301
+ const outboundSchema: z.ZodType<OneHundredAndTwo$Outbound, z.ZodTypeDef, OneHundredAndTwo>;
7302
+ /** @deprecated use `OneHundredAndTwo$Outbound` instead. */
7303
+ type Outbound = OneHundredAndTwo$Outbound;
7257
7304
  }
7258
- export declare function oneHundredToJSON(oneHundred: OneHundred): string;
7259
- export declare function oneHundredFromJSON(jsonString: string): SafeParseResult<OneHundred, SDKValidationError>;
7305
+ export declare function oneHundredAndTwoToJSON(oneHundredAndTwo: OneHundredAndTwo): string;
7306
+ export declare function oneHundredAndTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwo, SDKValidationError>;
7260
7307
  /** @internal */
7261
- export declare const NinetyNine$inboundSchema: z.ZodType<NinetyNine, z.ZodTypeDef, unknown>;
7308
+ export declare const OneHundredAndOne$inboundSchema: z.ZodType<OneHundredAndOne, z.ZodTypeDef, unknown>;
7262
7309
  /** @internal */
7263
- export type NinetyNine$Outbound = {
7310
+ export type OneHundredAndOne$Outbound = {
7264
7311
  oldName: string;
7265
7312
  newName: string;
7266
7313
  uid?: string | undefined;
7267
7314
  };
7268
7315
  /** @internal */
7269
- export declare const NinetyNine$outboundSchema: z.ZodType<NinetyNine$Outbound, z.ZodTypeDef, NinetyNine>;
7316
+ export declare const OneHundredAndOne$outboundSchema: z.ZodType<OneHundredAndOne$Outbound, z.ZodTypeDef, OneHundredAndOne>;
7270
7317
  /**
7271
7318
  * @internal
7272
7319
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7273
7320
  */
7274
- export declare namespace NinetyNine$ {
7275
- /** @deprecated use `NinetyNine$inboundSchema` instead. */
7276
- const inboundSchema: z.ZodType<NinetyNine, z.ZodTypeDef, unknown>;
7277
- /** @deprecated use `NinetyNine$outboundSchema` instead. */
7278
- const outboundSchema: z.ZodType<NinetyNine$Outbound, z.ZodTypeDef, NinetyNine>;
7279
- /** @deprecated use `NinetyNine$Outbound` instead. */
7280
- type Outbound = NinetyNine$Outbound;
7321
+ export declare namespace OneHundredAndOne$ {
7322
+ /** @deprecated use `OneHundredAndOne$inboundSchema` instead. */
7323
+ const inboundSchema: z.ZodType<OneHundredAndOne, z.ZodTypeDef, unknown>;
7324
+ /** @deprecated use `OneHundredAndOne$outboundSchema` instead. */
7325
+ const outboundSchema: z.ZodType<OneHundredAndOne$Outbound, z.ZodTypeDef, OneHundredAndOne>;
7326
+ /** @deprecated use `OneHundredAndOne$Outbound` instead. */
7327
+ type Outbound = OneHundredAndOne$Outbound;
7281
7328
  }
7282
- export declare function ninetyNineToJSON(ninetyNine: NinetyNine): string;
7283
- export declare function ninetyNineFromJSON(jsonString: string): SafeParseResult<NinetyNine, SDKValidationError>;
7329
+ export declare function oneHundredAndOneToJSON(oneHundredAndOne: OneHundredAndOne): string;
7330
+ export declare function oneHundredAndOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndOne, SDKValidationError>;
7284
7331
  /** @internal */
7285
7332
  export declare const Name2$inboundSchema: z.ZodType<Name2, z.ZodTypeDef, unknown>;
7286
7333
  /** @internal */
@@ -7324,51 +7371,51 @@ export declare namespace Name$ {
7324
7371
  export declare function nameToJSON(name: Name): string;
7325
7372
  export declare function nameFromJSON(jsonString: string): SafeParseResult<Name, SDKValidationError>;
7326
7373
  /** @internal */
7327
- export declare const NinetyEight$inboundSchema: z.ZodType<NinetyEight, z.ZodTypeDef, unknown>;
7374
+ export declare const OneHundred$inboundSchema: z.ZodType<OneHundred, z.ZodTypeDef, unknown>;
7328
7375
  /** @internal */
7329
- export type NinetyEight$Outbound = {
7376
+ export type OneHundred$Outbound = {
7330
7377
  uid: string;
7331
7378
  name: Name2$Outbound | string;
7332
7379
  };
7333
7380
  /** @internal */
7334
- export declare const NinetyEight$outboundSchema: z.ZodType<NinetyEight$Outbound, z.ZodTypeDef, NinetyEight>;
7381
+ export declare const OneHundred$outboundSchema: z.ZodType<OneHundred$Outbound, z.ZodTypeDef, OneHundred>;
7335
7382
  /**
7336
7383
  * @internal
7337
7384
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7338
7385
  */
7339
- export declare namespace NinetyEight$ {
7340
- /** @deprecated use `NinetyEight$inboundSchema` instead. */
7341
- const inboundSchema: z.ZodType<NinetyEight, z.ZodTypeDef, unknown>;
7342
- /** @deprecated use `NinetyEight$outboundSchema` instead. */
7343
- const outboundSchema: z.ZodType<NinetyEight$Outbound, z.ZodTypeDef, NinetyEight>;
7344
- /** @deprecated use `NinetyEight$Outbound` instead. */
7345
- type Outbound = NinetyEight$Outbound;
7386
+ export declare namespace OneHundred$ {
7387
+ /** @deprecated use `OneHundred$inboundSchema` instead. */
7388
+ const inboundSchema: z.ZodType<OneHundred, z.ZodTypeDef, unknown>;
7389
+ /** @deprecated use `OneHundred$outboundSchema` instead. */
7390
+ const outboundSchema: z.ZodType<OneHundred$Outbound, z.ZodTypeDef, OneHundred>;
7391
+ /** @deprecated use `OneHundred$Outbound` instead. */
7392
+ type Outbound = OneHundred$Outbound;
7346
7393
  }
7347
- export declare function ninetyEightToJSON(ninetyEight: NinetyEight): string;
7348
- export declare function ninetyEightFromJSON(jsonString: string): SafeParseResult<NinetyEight, SDKValidationError>;
7394
+ export declare function oneHundredToJSON(oneHundred: OneHundred): string;
7395
+ export declare function oneHundredFromJSON(jsonString: string): SafeParseResult<OneHundred, SDKValidationError>;
7349
7396
  /** @internal */
7350
- export declare const UserEventPayload97Team$inboundSchema: z.ZodType<UserEventPayload97Team, z.ZodTypeDef, unknown>;
7397
+ export declare const UserEventPayload99Team$inboundSchema: z.ZodType<UserEventPayload99Team, z.ZodTypeDef, unknown>;
7351
7398
  /** @internal */
7352
- export type UserEventPayload97Team$Outbound = {
7399
+ export type UserEventPayload99Team$Outbound = {
7353
7400
  id: string;
7354
7401
  name?: string | undefined;
7355
7402
  };
7356
7403
  /** @internal */
7357
- export declare const UserEventPayload97Team$outboundSchema: z.ZodType<UserEventPayload97Team$Outbound, z.ZodTypeDef, UserEventPayload97Team>;
7404
+ export declare const UserEventPayload99Team$outboundSchema: z.ZodType<UserEventPayload99Team$Outbound, z.ZodTypeDef, UserEventPayload99Team>;
7358
7405
  /**
7359
7406
  * @internal
7360
7407
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7361
7408
  */
7362
- export declare namespace UserEventPayload97Team$ {
7363
- /** @deprecated use `UserEventPayload97Team$inboundSchema` instead. */
7364
- const inboundSchema: z.ZodType<UserEventPayload97Team, z.ZodTypeDef, unknown>;
7365
- /** @deprecated use `UserEventPayload97Team$outboundSchema` instead. */
7366
- const outboundSchema: z.ZodType<UserEventPayload97Team$Outbound, z.ZodTypeDef, UserEventPayload97Team>;
7367
- /** @deprecated use `UserEventPayload97Team$Outbound` instead. */
7368
- type Outbound = UserEventPayload97Team$Outbound;
7409
+ export declare namespace UserEventPayload99Team$ {
7410
+ /** @deprecated use `UserEventPayload99Team$inboundSchema` instead. */
7411
+ const inboundSchema: z.ZodType<UserEventPayload99Team, z.ZodTypeDef, unknown>;
7412
+ /** @deprecated use `UserEventPayload99Team$outboundSchema` instead. */
7413
+ const outboundSchema: z.ZodType<UserEventPayload99Team$Outbound, z.ZodTypeDef, UserEventPayload99Team>;
7414
+ /** @deprecated use `UserEventPayload99Team$Outbound` instead. */
7415
+ type Outbound = UserEventPayload99Team$Outbound;
7369
7416
  }
7370
- export declare function userEventPayload97TeamToJSON(userEventPayload97Team: UserEventPayload97Team): string;
7371
- export declare function userEventPayload97TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload97Team, SDKValidationError>;
7417
+ export declare function userEventPayload99TeamToJSON(userEventPayload99Team: UserEventPayload99Team): string;
7418
+ export declare function userEventPayload99TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload99Team, SDKValidationError>;
7372
7419
  /** @internal */
7373
7420
  export declare const PayloadPreviousRule$inboundSchema: z.ZodType<PayloadPreviousRule, z.ZodTypeDef, unknown>;
7374
7421
  /** @internal */
@@ -7392,51 +7439,51 @@ export declare namespace PayloadPreviousRule$ {
7392
7439
  export declare function payloadPreviousRuleToJSON(payloadPreviousRule: PayloadPreviousRule): string;
7393
7440
  export declare function payloadPreviousRuleFromJSON(jsonString: string): SafeParseResult<PayloadPreviousRule, SDKValidationError>;
7394
7441
  /** @internal */
7395
- export declare const NinetySeven$inboundSchema: z.ZodType<NinetySeven, z.ZodTypeDef, unknown>;
7442
+ export declare const NinetyNine$inboundSchema: z.ZodType<NinetyNine, z.ZodTypeDef, unknown>;
7396
7443
  /** @internal */
7397
- export type NinetySeven$Outbound = {
7398
- team: UserEventPayload97Team$Outbound;
7444
+ export type NinetyNine$Outbound = {
7445
+ team: UserEventPayload99Team$Outbound;
7399
7446
  previousRule: PayloadPreviousRule$Outbound;
7400
7447
  };
7401
7448
  /** @internal */
7402
- export declare const NinetySeven$outboundSchema: z.ZodType<NinetySeven$Outbound, z.ZodTypeDef, NinetySeven>;
7449
+ export declare const NinetyNine$outboundSchema: z.ZodType<NinetyNine$Outbound, z.ZodTypeDef, NinetyNine>;
7403
7450
  /**
7404
7451
  * @internal
7405
7452
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7406
7453
  */
7407
- export declare namespace NinetySeven$ {
7408
- /** @deprecated use `NinetySeven$inboundSchema` instead. */
7409
- const inboundSchema: z.ZodType<NinetySeven, z.ZodTypeDef, unknown>;
7410
- /** @deprecated use `NinetySeven$outboundSchema` instead. */
7411
- const outboundSchema: z.ZodType<NinetySeven$Outbound, z.ZodTypeDef, NinetySeven>;
7412
- /** @deprecated use `NinetySeven$Outbound` instead. */
7413
- type Outbound = NinetySeven$Outbound;
7454
+ export declare namespace NinetyNine$ {
7455
+ /** @deprecated use `NinetyNine$inboundSchema` instead. */
7456
+ const inboundSchema: z.ZodType<NinetyNine, z.ZodTypeDef, unknown>;
7457
+ /** @deprecated use `NinetyNine$outboundSchema` instead. */
7458
+ const outboundSchema: z.ZodType<NinetyNine$Outbound, z.ZodTypeDef, NinetyNine>;
7459
+ /** @deprecated use `NinetyNine$Outbound` instead. */
7460
+ type Outbound = NinetyNine$Outbound;
7414
7461
  }
7415
- export declare function ninetySevenToJSON(ninetySeven: NinetySeven): string;
7416
- export declare function ninetySevenFromJSON(jsonString: string): SafeParseResult<NinetySeven, SDKValidationError>;
7462
+ export declare function ninetyNineToJSON(ninetyNine: NinetyNine): string;
7463
+ export declare function ninetyNineFromJSON(jsonString: string): SafeParseResult<NinetyNine, SDKValidationError>;
7417
7464
  /** @internal */
7418
- export declare const UserEventPayload96Team$inboundSchema: z.ZodType<UserEventPayload96Team, z.ZodTypeDef, unknown>;
7465
+ export declare const UserEventPayload98Team$inboundSchema: z.ZodType<UserEventPayload98Team, z.ZodTypeDef, unknown>;
7419
7466
  /** @internal */
7420
- export type UserEventPayload96Team$Outbound = {
7467
+ export type UserEventPayload98Team$Outbound = {
7421
7468
  id: string;
7422
7469
  name?: string | undefined;
7423
7470
  };
7424
7471
  /** @internal */
7425
- export declare const UserEventPayload96Team$outboundSchema: z.ZodType<UserEventPayload96Team$Outbound, z.ZodTypeDef, UserEventPayload96Team>;
7472
+ export declare const UserEventPayload98Team$outboundSchema: z.ZodType<UserEventPayload98Team$Outbound, z.ZodTypeDef, UserEventPayload98Team>;
7426
7473
  /**
7427
7474
  * @internal
7428
7475
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7429
7476
  */
7430
- export declare namespace UserEventPayload96Team$ {
7431
- /** @deprecated use `UserEventPayload96Team$inboundSchema` instead. */
7432
- const inboundSchema: z.ZodType<UserEventPayload96Team, z.ZodTypeDef, unknown>;
7433
- /** @deprecated use `UserEventPayload96Team$outboundSchema` instead. */
7434
- const outboundSchema: z.ZodType<UserEventPayload96Team$Outbound, z.ZodTypeDef, UserEventPayload96Team>;
7435
- /** @deprecated use `UserEventPayload96Team$Outbound` instead. */
7436
- type Outbound = UserEventPayload96Team$Outbound;
7477
+ export declare namespace UserEventPayload98Team$ {
7478
+ /** @deprecated use `UserEventPayload98Team$inboundSchema` instead. */
7479
+ const inboundSchema: z.ZodType<UserEventPayload98Team, z.ZodTypeDef, unknown>;
7480
+ /** @deprecated use `UserEventPayload98Team$outboundSchema` instead. */
7481
+ const outboundSchema: z.ZodType<UserEventPayload98Team$Outbound, z.ZodTypeDef, UserEventPayload98Team>;
7482
+ /** @deprecated use `UserEventPayload98Team$Outbound` instead. */
7483
+ type Outbound = UserEventPayload98Team$Outbound;
7437
7484
  }
7438
- export declare function userEventPayload96TeamToJSON(userEventPayload96Team: UserEventPayload96Team): string;
7439
- export declare function userEventPayload96TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload96Team, SDKValidationError>;
7485
+ export declare function userEventPayload98TeamToJSON(userEventPayload98Team: UserEventPayload98Team): string;
7486
+ export declare function userEventPayload98TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload98Team, SDKValidationError>;
7440
7487
  /** @internal */
7441
7488
  export declare const PreviousRule$inboundSchema: z.ZodType<PreviousRule, z.ZodTypeDef, unknown>;
7442
7489
  /** @internal */
@@ -7482,14 +7529,59 @@ export declare namespace NextRule$ {
7482
7529
  export declare function nextRuleToJSON(nextRule: NextRule): string;
7483
7530
  export declare function nextRuleFromJSON(jsonString: string): SafeParseResult<NextRule, SDKValidationError>;
7484
7531
  /** @internal */
7485
- export declare const NinetySix$inboundSchema: z.ZodType<NinetySix, z.ZodTypeDef, unknown>;
7532
+ export declare const NinetyEight$inboundSchema: z.ZodType<NinetyEight, z.ZodTypeDef, unknown>;
7486
7533
  /** @internal */
7487
- export type NinetySix$Outbound = {
7488
- team: UserEventPayload96Team$Outbound;
7534
+ export type NinetyEight$Outbound = {
7535
+ team: UserEventPayload98Team$Outbound;
7489
7536
  previousRule?: PreviousRule$Outbound | undefined;
7490
7537
  nextRule?: NextRule$Outbound | undefined;
7491
7538
  };
7492
7539
  /** @internal */
7540
+ export declare const NinetyEight$outboundSchema: z.ZodType<NinetyEight$Outbound, z.ZodTypeDef, NinetyEight>;
7541
+ /**
7542
+ * @internal
7543
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7544
+ */
7545
+ export declare namespace NinetyEight$ {
7546
+ /** @deprecated use `NinetyEight$inboundSchema` instead. */
7547
+ const inboundSchema: z.ZodType<NinetyEight, z.ZodTypeDef, unknown>;
7548
+ /** @deprecated use `NinetyEight$outboundSchema` instead. */
7549
+ const outboundSchema: z.ZodType<NinetyEight$Outbound, z.ZodTypeDef, NinetyEight>;
7550
+ /** @deprecated use `NinetyEight$Outbound` instead. */
7551
+ type Outbound = NinetyEight$Outbound;
7552
+ }
7553
+ export declare function ninetyEightToJSON(ninetyEight: NinetyEight): string;
7554
+ export declare function ninetyEightFromJSON(jsonString: string): SafeParseResult<NinetyEight, SDKValidationError>;
7555
+ /** @internal */
7556
+ export declare const NinetySeven$inboundSchema: z.ZodType<NinetySeven, z.ZodTypeDef, unknown>;
7557
+ /** @internal */
7558
+ export type NinetySeven$Outbound = {
7559
+ email: string;
7560
+ };
7561
+ /** @internal */
7562
+ export declare const NinetySeven$outboundSchema: z.ZodType<NinetySeven$Outbound, z.ZodTypeDef, NinetySeven>;
7563
+ /**
7564
+ * @internal
7565
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7566
+ */
7567
+ export declare namespace NinetySeven$ {
7568
+ /** @deprecated use `NinetySeven$inboundSchema` instead. */
7569
+ const inboundSchema: z.ZodType<NinetySeven, z.ZodTypeDef, unknown>;
7570
+ /** @deprecated use `NinetySeven$outboundSchema` instead. */
7571
+ const outboundSchema: z.ZodType<NinetySeven$Outbound, z.ZodTypeDef, NinetySeven>;
7572
+ /** @deprecated use `NinetySeven$Outbound` instead. */
7573
+ type Outbound = NinetySeven$Outbound;
7574
+ }
7575
+ export declare function ninetySevenToJSON(ninetySeven: NinetySeven): string;
7576
+ export declare function ninetySevenFromJSON(jsonString: string): SafeParseResult<NinetySeven, SDKValidationError>;
7577
+ /** @internal */
7578
+ export declare const NinetySix$inboundSchema: z.ZodType<NinetySix, z.ZodTypeDef, unknown>;
7579
+ /** @internal */
7580
+ export type NinetySix$Outbound = {
7581
+ email: string;
7582
+ verified: boolean;
7583
+ };
7584
+ /** @internal */
7493
7585
  export declare const NinetySix$outboundSchema: z.ZodType<NinetySix$Outbound, z.ZodTypeDef, NinetySix>;
7494
7586
  /**
7495
7587
  * @internal
@@ -7509,7 +7601,8 @@ export declare function ninetySixFromJSON(jsonString: string): SafeParseResult<N
7509
7601
  export declare const NinetyFive$inboundSchema: z.ZodType<NinetyFive, z.ZodTypeDef, unknown>;
7510
7602
  /** @internal */
7511
7603
  export type NinetyFive$Outbound = {
7512
- email: string;
7604
+ instances: number;
7605
+ url: string;
7513
7606
  };
7514
7607
  /** @internal */
7515
7608
  export declare const NinetyFive$outboundSchema: z.ZodType<NinetyFive$Outbound, z.ZodTypeDef, NinetyFive>;
@@ -7531,8 +7624,9 @@ export declare function ninetyFiveFromJSON(jsonString: string): SafeParseResult<
7531
7624
  export declare const NinetyFour$inboundSchema: z.ZodType<NinetyFour, z.ZodTypeDef, unknown>;
7532
7625
  /** @internal */
7533
7626
  export type NinetyFour$Outbound = {
7534
- email: string;
7535
- verified: boolean;
7627
+ gitProvider: string;
7628
+ gitProviderGroupDescriptor: string;
7629
+ gitScope: string;
7536
7630
  };
7537
7631
  /** @internal */
7538
7632
  export declare const NinetyFour$outboundSchema: z.ZodType<NinetyFour$Outbound, z.ZodTypeDef, NinetyFour>;
@@ -7554,8 +7648,10 @@ export declare function ninetyFourFromJSON(jsonString: string): SafeParseResult<
7554
7648
  export declare const NinetyThree$inboundSchema: z.ZodType<NinetyThree, z.ZodTypeDef, unknown>;
7555
7649
  /** @internal */
7556
7650
  export type NinetyThree$Outbound = {
7557
- instances: number;
7558
- url: string;
7651
+ projectId: string;
7652
+ projectName: string;
7653
+ targetDeploymentId?: string | undefined;
7654
+ newTargetPercentage?: number | undefined;
7559
7655
  };
7560
7656
  /** @internal */
7561
7657
  export declare const NinetyThree$outboundSchema: z.ZodType<NinetyThree$Outbound, z.ZodTypeDef, NinetyThree>;
@@ -7577,9 +7673,9 @@ export declare function ninetyThreeFromJSON(jsonString: string): SafeParseResult
7577
7673
  export declare const NinetyTwo$inboundSchema: z.ZodType<NinetyTwo, z.ZodTypeDef, unknown>;
7578
7674
  /** @internal */
7579
7675
  export type NinetyTwo$Outbound = {
7580
- gitProvider: string;
7581
- gitProviderGroupDescriptor: string;
7582
- gitScope: string;
7676
+ projectId: string;
7677
+ projectName: string;
7678
+ targetDeploymentId?: string | undefined;
7583
7679
  };
7584
7680
  /** @internal */
7585
7681
  export declare const NinetyTwo$outboundSchema: z.ZodType<NinetyTwo$Outbound, z.ZodTypeDef, NinetyTwo>;
@@ -7598,12 +7694,147 @@ export declare namespace NinetyTwo$ {
7598
7694
  export declare function ninetyTwoToJSON(ninetyTwo: NinetyTwo): string;
7599
7695
  export declare function ninetyTwoFromJSON(jsonString: string): SafeParseResult<NinetyTwo, SDKValidationError>;
7600
7696
  /** @internal */
7697
+ export declare const StaticIps$inboundSchema: z.ZodType<StaticIps, z.ZodTypeDef, unknown>;
7698
+ /** @internal */
7699
+ export type StaticIps$Outbound = {
7700
+ enabled: boolean;
7701
+ regions?: Array<string> | undefined;
7702
+ };
7703
+ /** @internal */
7704
+ export declare const StaticIps$outboundSchema: z.ZodType<StaticIps$Outbound, z.ZodTypeDef, StaticIps>;
7705
+ /**
7706
+ * @internal
7707
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7708
+ */
7709
+ export declare namespace StaticIps$ {
7710
+ /** @deprecated use `StaticIps$inboundSchema` instead. */
7711
+ const inboundSchema: z.ZodType<StaticIps, z.ZodTypeDef, unknown>;
7712
+ /** @deprecated use `StaticIps$outboundSchema` instead. */
7713
+ const outboundSchema: z.ZodType<StaticIps$Outbound, z.ZodTypeDef, StaticIps>;
7714
+ /** @deprecated use `StaticIps$Outbound` instead. */
7715
+ type Outbound = StaticIps$Outbound;
7716
+ }
7717
+ export declare function staticIpsToJSON(staticIps: StaticIps): string;
7718
+ export declare function staticIpsFromJSON(jsonString: string): SafeParseResult<StaticIps, SDKValidationError>;
7719
+ /** @internal */
7720
+ export declare const UserEventPayload91Project$inboundSchema: z.ZodType<UserEventPayload91Project, z.ZodTypeDef, unknown>;
7721
+ /** @internal */
7722
+ export type UserEventPayload91Project$Outbound = {
7723
+ id: string;
7724
+ staticIps: StaticIps$Outbound;
7725
+ };
7726
+ /** @internal */
7727
+ export declare const UserEventPayload91Project$outboundSchema: z.ZodType<UserEventPayload91Project$Outbound, z.ZodTypeDef, UserEventPayload91Project>;
7728
+ /**
7729
+ * @internal
7730
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7731
+ */
7732
+ export declare namespace UserEventPayload91Project$ {
7733
+ /** @deprecated use `UserEventPayload91Project$inboundSchema` instead. */
7734
+ const inboundSchema: z.ZodType<UserEventPayload91Project, z.ZodTypeDef, unknown>;
7735
+ /** @deprecated use `UserEventPayload91Project$outboundSchema` instead. */
7736
+ const outboundSchema: z.ZodType<UserEventPayload91Project$Outbound, z.ZodTypeDef, UserEventPayload91Project>;
7737
+ /** @deprecated use `UserEventPayload91Project$Outbound` instead. */
7738
+ type Outbound = UserEventPayload91Project$Outbound;
7739
+ }
7740
+ export declare function userEventPayload91ProjectToJSON(userEventPayload91Project: UserEventPayload91Project): string;
7741
+ export declare function userEventPayload91ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload91Project, SDKValidationError>;
7742
+ /** @internal */
7743
+ export declare const Next$inboundSchema: z.ZodType<Next, z.ZodTypeDef, unknown>;
7744
+ /** @internal */
7745
+ export type Next$Outbound = {
7746
+ project: UserEventPayload91Project$Outbound;
7747
+ };
7748
+ /** @internal */
7749
+ export declare const Next$outboundSchema: z.ZodType<Next$Outbound, z.ZodTypeDef, Next>;
7750
+ /**
7751
+ * @internal
7752
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7753
+ */
7754
+ export declare namespace Next$ {
7755
+ /** @deprecated use `Next$inboundSchema` instead. */
7756
+ const inboundSchema: z.ZodType<Next, z.ZodTypeDef, unknown>;
7757
+ /** @deprecated use `Next$outboundSchema` instead. */
7758
+ const outboundSchema: z.ZodType<Next$Outbound, z.ZodTypeDef, Next>;
7759
+ /** @deprecated use `Next$Outbound` instead. */
7760
+ type Outbound = Next$Outbound;
7761
+ }
7762
+ export declare function nextToJSON(next: Next): string;
7763
+ export declare function nextFromJSON(jsonString: string): SafeParseResult<Next, SDKValidationError>;
7764
+ /** @internal */
7765
+ export declare const PayloadStaticIps$inboundSchema: z.ZodType<PayloadStaticIps, z.ZodTypeDef, unknown>;
7766
+ /** @internal */
7767
+ export type PayloadStaticIps$Outbound = {
7768
+ enabled: boolean;
7769
+ regions?: Array<string> | undefined;
7770
+ };
7771
+ /** @internal */
7772
+ export declare const PayloadStaticIps$outboundSchema: z.ZodType<PayloadStaticIps$Outbound, z.ZodTypeDef, PayloadStaticIps>;
7773
+ /**
7774
+ * @internal
7775
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7776
+ */
7777
+ export declare namespace PayloadStaticIps$ {
7778
+ /** @deprecated use `PayloadStaticIps$inboundSchema` instead. */
7779
+ const inboundSchema: z.ZodType<PayloadStaticIps, z.ZodTypeDef, unknown>;
7780
+ /** @deprecated use `PayloadStaticIps$outboundSchema` instead. */
7781
+ const outboundSchema: z.ZodType<PayloadStaticIps$Outbound, z.ZodTypeDef, PayloadStaticIps>;
7782
+ /** @deprecated use `PayloadStaticIps$Outbound` instead. */
7783
+ type Outbound = PayloadStaticIps$Outbound;
7784
+ }
7785
+ export declare function payloadStaticIpsToJSON(payloadStaticIps: PayloadStaticIps): string;
7786
+ export declare function payloadStaticIpsFromJSON(jsonString: string): SafeParseResult<PayloadStaticIps, SDKValidationError>;
7787
+ /** @internal */
7788
+ export declare const UserEventPayload91PreviousProject$inboundSchema: z.ZodType<UserEventPayload91PreviousProject, z.ZodTypeDef, unknown>;
7789
+ /** @internal */
7790
+ export type UserEventPayload91PreviousProject$Outbound = {
7791
+ id: string;
7792
+ staticIps: PayloadStaticIps$Outbound;
7793
+ };
7794
+ /** @internal */
7795
+ export declare const UserEventPayload91PreviousProject$outboundSchema: z.ZodType<UserEventPayload91PreviousProject$Outbound, z.ZodTypeDef, UserEventPayload91PreviousProject>;
7796
+ /**
7797
+ * @internal
7798
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7799
+ */
7800
+ export declare namespace UserEventPayload91PreviousProject$ {
7801
+ /** @deprecated use `UserEventPayload91PreviousProject$inboundSchema` instead. */
7802
+ const inboundSchema: z.ZodType<UserEventPayload91PreviousProject, z.ZodTypeDef, unknown>;
7803
+ /** @deprecated use `UserEventPayload91PreviousProject$outboundSchema` instead. */
7804
+ const outboundSchema: z.ZodType<UserEventPayload91PreviousProject$Outbound, z.ZodTypeDef, UserEventPayload91PreviousProject>;
7805
+ /** @deprecated use `UserEventPayload91PreviousProject$Outbound` instead. */
7806
+ type Outbound = UserEventPayload91PreviousProject$Outbound;
7807
+ }
7808
+ export declare function userEventPayload91PreviousProjectToJSON(userEventPayload91PreviousProject: UserEventPayload91PreviousProject): string;
7809
+ export declare function userEventPayload91PreviousProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload91PreviousProject, SDKValidationError>;
7810
+ /** @internal */
7811
+ export declare const Previous$inboundSchema: z.ZodType<Previous, z.ZodTypeDef, unknown>;
7812
+ /** @internal */
7813
+ export type Previous$Outbound = {
7814
+ project: UserEventPayload91PreviousProject$Outbound;
7815
+ };
7816
+ /** @internal */
7817
+ export declare const Previous$outboundSchema: z.ZodType<Previous$Outbound, z.ZodTypeDef, Previous>;
7818
+ /**
7819
+ * @internal
7820
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7821
+ */
7822
+ export declare namespace Previous$ {
7823
+ /** @deprecated use `Previous$inboundSchema` instead. */
7824
+ const inboundSchema: z.ZodType<Previous, z.ZodTypeDef, unknown>;
7825
+ /** @deprecated use `Previous$outboundSchema` instead. */
7826
+ const outboundSchema: z.ZodType<Previous$Outbound, z.ZodTypeDef, Previous>;
7827
+ /** @deprecated use `Previous$Outbound` instead. */
7828
+ type Outbound = Previous$Outbound;
7829
+ }
7830
+ export declare function previousToJSON(previous: Previous): string;
7831
+ export declare function previousFromJSON(jsonString: string): SafeParseResult<Previous, SDKValidationError>;
7832
+ /** @internal */
7601
7833
  export declare const NinetyOne$inboundSchema: z.ZodType<NinetyOne, z.ZodTypeDef, unknown>;
7602
7834
  /** @internal */
7603
7835
  export type NinetyOne$Outbound = {
7604
- projectId: string;
7605
- projectName: string;
7606
- newTargetPercentage?: number | undefined;
7836
+ next: Next$Outbound;
7837
+ previous: Previous$Outbound;
7607
7838
  };
7608
7839
  /** @internal */
7609
7840
  export declare const NinetyOne$outboundSchema: z.ZodType<NinetyOne$Outbound, z.ZodTypeDef, NinetyOne>;
@@ -7625,8 +7856,8 @@ export declare function ninetyOneFromJSON(jsonString: string): SafeParseResult<N
7625
7856
  export declare const Ninety$inboundSchema: z.ZodType<Ninety, z.ZodTypeDef, unknown>;
7626
7857
  /** @internal */
7627
7858
  export type Ninety$Outbound = {
7859
+ source: string;
7628
7860
  projectId: string;
7629
- projectName: string;
7630
7861
  };
7631
7862
  /** @internal */
7632
7863
  export declare const Ninety$outboundSchema: z.ZodType<Ninety$Outbound, z.ZodTypeDef, Ninety>;
@@ -7648,7 +7879,6 @@ export declare function ninetyFromJSON(jsonString: string): SafeParseResult<Nine
7648
7879
  export declare const EightyNine$inboundSchema: z.ZodType<EightyNine, z.ZodTypeDef, unknown>;
7649
7880
  /** @internal */
7650
7881
  export type EightyNine$Outbound = {
7651
- source: string;
7652
7882
  projectId: string;
7653
7883
  };
7654
7884
  /** @internal */
@@ -7668,10 +7898,31 @@ export declare namespace EightyNine$ {
7668
7898
  export declare function eightyNineToJSON(eightyNine: EightyNine): string;
7669
7899
  export declare function eightyNineFromJSON(jsonString: string): SafeParseResult<EightyNine, SDKValidationError>;
7670
7900
  /** @internal */
7901
+ export declare const ReasonCode$inboundSchema: z.ZodNativeEnum<typeof ReasonCode>;
7902
+ /** @internal */
7903
+ export declare const ReasonCode$outboundSchema: z.ZodNativeEnum<typeof ReasonCode>;
7904
+ /**
7905
+ * @internal
7906
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7907
+ */
7908
+ export declare namespace ReasonCode$ {
7909
+ /** @deprecated use `ReasonCode$inboundSchema` instead. */
7910
+ const inboundSchema: z.ZodNativeEnum<{
7911
+ readonly BudgetReached: "BUDGET_REACHED";
7912
+ readonly PublicApi: "PUBLIC_API";
7913
+ }>;
7914
+ /** @deprecated use `ReasonCode$outboundSchema` instead. */
7915
+ const outboundSchema: z.ZodNativeEnum<{
7916
+ readonly BudgetReached: "BUDGET_REACHED";
7917
+ readonly PublicApi: "PUBLIC_API";
7918
+ }>;
7919
+ }
7920
+ /** @internal */
7671
7921
  export declare const EightyEight$inboundSchema: z.ZodType<EightyEight, z.ZodTypeDef, unknown>;
7672
7922
  /** @internal */
7673
7923
  export type EightyEight$Outbound = {
7674
7924
  projectId: string;
7925
+ reasonCode?: string | undefined;
7675
7926
  };
7676
7927
  /** @internal */
7677
7928
  export declare const EightyEight$outboundSchema: z.ZodType<EightyEight$Outbound, z.ZodTypeDef, EightyEight>;
@@ -15692,7 +15943,7 @@ export declare function payload1FromJSON(jsonString: string): SafeParseResult<Pa
15692
15943
  /** @internal */
15693
15944
  export declare const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown>;
15694
15945
  /** @internal */
15695
- export type Payload$Outbound = SixtySix$Outbound | SixtyNine$Outbound | Seventy$Outbound | Forty$Outbound | FortyOne$Outbound | FiftyThree$Outbound | FiftyEight$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndSixtyTwo$Outbound | Payload2$Outbound | FortyFive$Outbound | SixtyEight$Outbound | OneHundredAndOne$Outbound | OneHundredAndFortyThree$Outbound | Twelve$Outbound | Sixteen$Outbound | TwentyNine$Outbound | Thirty$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyNine$Outbound | FortyEight$Outbound | FortyNine$Outbound | Fifty$Outbound | FiftyNine$Outbound | Sixty$Outbound | SixtyOne$Outbound | SixtyThree$Outbound | SeventyFour$Outbound | SeventyEight$Outbound | EightyOne$Outbound | EightyTwo$Outbound | NinetyTwo$Outbound | OneHundredAndTen$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndFortyTwo$Outbound | OneHundredAndFortyFour$Outbound | OneHundredAndFortySix$Outbound | OneHundredAndFortyNine$Outbound | OneHundredAndFiftyNine$Outbound | OneHundredAndSixty$Outbound | OneHundredAndSixtyOne$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 | OneHundredAndSix$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndTwentyOne$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortySeven$Outbound | OneHundredAndFortyEight$Outbound | OneHundredAndFifty$Outbound | OneHundredAndFiftyTwo$Outbound | OneHundredAndFiftyThree$Outbound | OneHundredAndFiftyFour$Outbound | OneHundredAndFiftySix$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 | OneHundredAndTwo$Outbound | OneHundredAndThree$Outbound | OneHundredAndFour$Outbound | OneHundredAndSeven$Outbound | OneHundredAndEight$Outbound | OneHundredAndNine$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndTwentyThree$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndFortyFive$Outbound | OneHundredAndFiftyOne$Outbound | OneHundredAndFiftyFive$Outbound | OneHundredAndFiftySeven$Outbound | OneHundredAndFiftyEight$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 | OneHundredAndFive$Outbound | OneHundredAndEleven$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndTwentyEight$Outbound;
15946
+ export type Payload$Outbound = SixtySix$Outbound | SixtyNine$Outbound | Seventy$Outbound | Forty$Outbound | FortyOne$Outbound | FiftyThree$Outbound | FiftyEight$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndSixtyFour$Outbound | Payload2$Outbound | FortyFive$Outbound | SixtyEight$Outbound | OneHundredAndThree$Outbound | OneHundredAndFortyFive$Outbound | Twelve$Outbound | Sixteen$Outbound | TwentyNine$Outbound | Thirty$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyNine$Outbound | FortyEight$Outbound | FortyNine$Outbound | Fifty$Outbound | FiftyNine$Outbound | Sixty$Outbound | SixtyOne$Outbound | SixtyThree$Outbound | SeventyFour$Outbound | SeventyEight$Outbound | EightyOne$Outbound | EightyTwo$Outbound | NinetyFour$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndFortyFour$Outbound | OneHundredAndFortySix$Outbound | OneHundredAndFortyEight$Outbound | OneHundredAndFiftyOne$Outbound | OneHundredAndSixtyOne$Outbound | OneHundredAndSixtyTwo$Outbound | OneHundredAndSixtyThree$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 | Ninety$Outbound | NinetyOne$Outbound | NinetyTwo$Outbound | NinetyThree$Outbound | NinetyFive$Outbound | NinetySix$Outbound | NinetyNine$Outbound | OneHundred$Outbound | OneHundredAndOne$Outbound | OneHundredAndEight$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndTwentyThree$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortyTwo$Outbound | OneHundredAndFortyThree$Outbound | OneHundredAndFortyNine$Outbound | OneHundredAndFifty$Outbound | OneHundredAndFiftyTwo$Outbound | OneHundredAndFiftyFour$Outbound | OneHundredAndFiftyFive$Outbound | OneHundredAndFiftySix$Outbound | OneHundredAndFiftyEight$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 | EightyNine$Outbound | NinetySeven$Outbound | NinetyEight$Outbound | OneHundredAndTwo$Outbound | OneHundredAndFour$Outbound | OneHundredAndFive$Outbound | OneHundredAndSix$Outbound | OneHundredAndNine$Outbound | OneHundredAndTen$Outbound | OneHundredAndEleven$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortySeven$Outbound | OneHundredAndFiftyThree$Outbound | OneHundredAndFiftySeven$Outbound | OneHundredAndFiftyNine$Outbound | OneHundredAndSixty$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 | OneHundredAndSeven$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentyOne$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirty$Outbound;
15696
15947
  /** @internal */
15697
15948
  export declare const Payload$outboundSchema: z.ZodType<Payload$Outbound, z.ZodTypeDef, Payload>;
15698
15949
  /**
@@ -15723,7 +15974,7 @@ export type UserEvent$Outbound = {
15723
15974
  userId: string;
15724
15975
  principalId: string;
15725
15976
  viaIds?: Array<string> | undefined;
15726
- payload?: SixtySix$Outbound | SixtyNine$Outbound | Seventy$Outbound | Forty$Outbound | FortyOne$Outbound | FiftyThree$Outbound | FiftyEight$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndSixtyTwo$Outbound | Payload2$Outbound | FortyFive$Outbound | SixtyEight$Outbound | OneHundredAndOne$Outbound | OneHundredAndFortyThree$Outbound | Twelve$Outbound | Sixteen$Outbound | TwentyNine$Outbound | Thirty$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyNine$Outbound | FortyEight$Outbound | FortyNine$Outbound | Fifty$Outbound | FiftyNine$Outbound | Sixty$Outbound | SixtyOne$Outbound | SixtyThree$Outbound | SeventyFour$Outbound | SeventyEight$Outbound | EightyOne$Outbound | EightyTwo$Outbound | NinetyTwo$Outbound | OneHundredAndTen$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndFortyTwo$Outbound | OneHundredAndFortyFour$Outbound | OneHundredAndFortySix$Outbound | OneHundredAndFortyNine$Outbound | OneHundredAndFiftyNine$Outbound | OneHundredAndSixty$Outbound | OneHundredAndSixtyOne$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 | OneHundredAndSix$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndTwentyOne$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortySeven$Outbound | OneHundredAndFortyEight$Outbound | OneHundredAndFifty$Outbound | OneHundredAndFiftyTwo$Outbound | OneHundredAndFiftyThree$Outbound | OneHundredAndFiftyFour$Outbound | OneHundredAndFiftySix$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 | OneHundredAndTwo$Outbound | OneHundredAndThree$Outbound | OneHundredAndFour$Outbound | OneHundredAndSeven$Outbound | OneHundredAndEight$Outbound | OneHundredAndNine$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndTwentyThree$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndFortyFive$Outbound | OneHundredAndFiftyOne$Outbound | OneHundredAndFiftyFive$Outbound | OneHundredAndFiftySeven$Outbound | OneHundredAndFiftyEight$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 | OneHundredAndFive$Outbound | OneHundredAndEleven$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndTwentyEight$Outbound | undefined;
15977
+ payload?: SixtySix$Outbound | SixtyNine$Outbound | Seventy$Outbound | Forty$Outbound | FortyOne$Outbound | FiftyThree$Outbound | FiftyEight$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndSixtyFour$Outbound | Payload2$Outbound | FortyFive$Outbound | SixtyEight$Outbound | OneHundredAndThree$Outbound | OneHundredAndFortyFive$Outbound | Twelve$Outbound | Sixteen$Outbound | TwentyNine$Outbound | Thirty$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyNine$Outbound | FortyEight$Outbound | FortyNine$Outbound | Fifty$Outbound | FiftyNine$Outbound | Sixty$Outbound | SixtyOne$Outbound | SixtyThree$Outbound | SeventyFour$Outbound | SeventyEight$Outbound | EightyOne$Outbound | EightyTwo$Outbound | NinetyFour$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndFortyFour$Outbound | OneHundredAndFortySix$Outbound | OneHundredAndFortyEight$Outbound | OneHundredAndFiftyOne$Outbound | OneHundredAndSixtyOne$Outbound | OneHundredAndSixtyTwo$Outbound | OneHundredAndSixtyThree$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 | Ninety$Outbound | NinetyOne$Outbound | NinetyTwo$Outbound | NinetyThree$Outbound | NinetyFive$Outbound | NinetySix$Outbound | NinetyNine$Outbound | OneHundred$Outbound | OneHundredAndOne$Outbound | OneHundredAndEight$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndTwentyThree$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortyTwo$Outbound | OneHundredAndFortyThree$Outbound | OneHundredAndFortyNine$Outbound | OneHundredAndFifty$Outbound | OneHundredAndFiftyTwo$Outbound | OneHundredAndFiftyFour$Outbound | OneHundredAndFiftyFive$Outbound | OneHundredAndFiftySix$Outbound | OneHundredAndFiftyEight$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 | EightyNine$Outbound | NinetySeven$Outbound | NinetyEight$Outbound | OneHundredAndTwo$Outbound | OneHundredAndFour$Outbound | OneHundredAndFive$Outbound | OneHundredAndSix$Outbound | OneHundredAndNine$Outbound | OneHundredAndTen$Outbound | OneHundredAndEleven$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortySeven$Outbound | OneHundredAndFiftyThree$Outbound | OneHundredAndFiftySeven$Outbound | OneHundredAndFiftyNine$Outbound | OneHundredAndSixty$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 | OneHundredAndSeven$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentyOne$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirty$Outbound | undefined;
15727
15978
  };
15728
15979
  /** @internal */
15729
15980
  export declare const UserEvent$outboundSchema: z.ZodType<UserEvent$Outbound, z.ZodTypeDef, UserEvent>;